From owner-pbwg-method@CS.UTK.EDU  Wed Mar 24 07:15:16 1993
Received: from CS.UTK.EDU by surfer.EPM.ORNL.GOV (5.61/1.34)
	id AA10727; Wed, 24 Mar 93 07:15:16 -0500
Received: from localhost by CS.UTK.EDU with SMTP (5.61+IDA+UTK-930125/2.8s-UTK)
	id AA11943; Wed, 24 Mar 93 07:15:06 -0500
X-Resent-To: pbwg-method@CS.UTK.EDU ; Wed, 24 Mar 1993 07:15:01 EST
Errors-To: owner-pbwg-method@CS.UTK.EDU
Received: from sun2.nsfnet-relay.ac.uk by CS.UTK.EDU with SMTP (5.61+IDA+UTK-930125/2.8s-UTK)
	id AA11895; Wed, 24 Mar 93 07:14:59 -0500
Via: uk.ac.southampton.ecs; Wed, 24 Mar 1993 12:14:16 +0000
From: R.Hockney@parallel-applications-centre.southampton.ac.uk
Via: calvados.pac.soton.ac.uk (plonk); Wed, 24 Mar 93 12:05:17 GMT
Date: Wed, 24 Mar 93 11:57:31 GMT
Message-Id: <3358.9303241157@calvados.pac.soton.ac.uk>
Apparently-To: pbwg-method@cs.utk.edu

TO METHODOLOGY SUBCOMMITTEE
---------------------------
The following message is my contribution to the draft report of
Chapter2 - Methodology, for consideration. Please let me have
your comments, so that I may modify it.
         Roger Hockney
~r method3.tex
From owner-pbwg-method@CS.UTK.EDU  Wed Mar 24 07:47:54 1993
Received: from CS.UTK.EDU by surfer.EPM.ORNL.GOV (5.61/1.34)
	id AA11899; Wed, 24 Mar 93 07:47:54 -0500
Received: from localhost by CS.UTK.EDU with SMTP (5.61+IDA+UTK-930125/2.8s-UTK)
	id AA12970; Wed, 24 Mar 93 07:47:47 -0500
X-Resent-To: pbwg-method@CS.UTK.EDU ; Wed, 24 Mar 1993 07:47:46 EST
Errors-To: owner-pbwg-method@CS.UTK.EDU
Received: from sun2.nsfnet-relay.ac.uk by CS.UTK.EDU with SMTP (5.61+IDA+UTK-930125/2.8s-UTK)
	id AA12961; Wed, 24 Mar 93 07:47:38 -0500
Via: uk.ac.southampton.ecs; Wed, 24 Mar 1993 12:41:29 +0000
Via: brewery.ecs.soton.ac.uk; Wed, 24 Mar 93 12:34:15 GMT
From: Prof Roger Hockney <R.W.Hockney@ecs.soton.ac.uk>
Received: from alithea.ecs.soton.ac.uk by brewery.ecs.soton.ac.uk;
          Wed, 24 Mar 93 12:42:39 GMT
Date: Wed, 24 Mar 93 12:42:43 GMT
Message-Id: <271.9303241242@alithea.ecs.soton.ac.uk>
To: pbwg-method@cs.utk.edu
Subject: Methodology Chapter 2 contribution

This is my first draft of a proposed Chapter2 for your comments
and amalgamation with contributions from other members of the
subcommittee. Please let me have your Comments, particularly
any parts that you cannot accept (I hope none, however), so that
I may edit it. I particularly wish to hear from our leader, David.
             Best regards   Roger Hockney.
You should be able to print it using LATEX, and the files benrep1.tex
benref1.bib sent to pbwg-comm alredy.
\chapter{Methodology}

The conclusions drawn from a benchmark study of computer performance
depend not only on the basic timing results obtained, but also on
the way these are interpreted and converted into performance figures.
The choice of the performance metric, may itself influence
the conclusions. For example, do we want the computer that generates
the most megaflops (or has the highest Speedup), or the computer 
that solves the problem in the least time? It is now well known
that high values of the first metrics do not necessarily imply the 
second property. This confusion can be avoided by choosing a more 
suitable metric that reflects solution time directly, for example 
either the Temporal or Simulation performance, defined below. This
issue of the sensible choice of performance metric is becoming
increasing important with the advent of massively parallel computers
which have the potential of very high megaflop rates, but have 
much more limited potential for reducing solution time. 


\section{Time Measurement}

The fundamental measurement made in any benchmark is the time to 
complete some specified task. All other performance figures are derived 
from this basic timing measurement. 
The benchmark time, $T(N;p)$, will be a function of the problem size, $N$,
and the number of processors, $p$. Here, the problem size is 
represented by the vector variable, $N$, 
which stands for a set of parameters characterising the size of the 
problem: e.g. the number of mesh points in each dimension, and the
number of particles in a particle-mesh simulation. Benchmark problems of
different sizes can be created by multiplying all the size parameters by
suitable powers of a single scale factor, thereby increasing the spatial and
particle resolution in a sensible way, and reducing the size parameters to
a single size factor (here called $\alpha$). 

We believe that it is most important
to regard execution time and performance as a function of at least the two
variables $(N,p)$, which define a parameter plane. Much confusion has arisen
in the past by attempts to treat performance as a function of a single
variable, by taking a particular path through this plane, and not stating
what path is taken. Many different paths may be taken, and hence many different
conclusions can be drawn. It is important, therefore, always to define the 
path through the performance plane, or better as we do here, to study the 
shape of the two-dimensional performance hill. In some cases there may 
even be an optimum path up this hill.


\section{Units and Symbols}

A rational set of units and symbols is essential for any numerate
science including benchmarking. The following extension of the
internationally agreed SI system of physical units \cite{SI75} is 
made to accommodate the needs of computer benchmarking.

\medskip
New symbols and units: 
\begin{enumerate}
\item flop : number of floating-point operations
\item mref : number of memory references (reads or writes)
\item barr : number of barrier operations
\item b    : number of binary digits (bits)
\item B    : number of bytes (groups of 8 bits)
\item ${\rm w}_{32}$ : number of words (number of bits per word as 
             subscript, here 32).
\end{enumerate}
Note that flop and mref are both inseparable four-letter symbols.
The character case is significant in all unit symbols so that e.g. Flop, 
Mref, $W_{64}$ are incorrect. Unit symbols should always be printed in 
roman type, to contrast with variables names which are printed in italic.

\medskip
SI provides the standard prefixes:
\begin{enumerate}
\item k    : kilo meaning $10^3$
\item M    : mega meaning $10^6$
\item G    : giga meaning $10^9$
\item T    : tera meaning $10^{12}$
\end{enumerate}
This means that we cannot use M to mean $1024^2$ (the binary mega) as is 
often done in describing computer memory capacity, e.g. 256 MB. We can 
however introduce the new prefix:
\begin{enumerate}
\item K    : meaning 1024, then use a subscript 2 to indicate the binary
             versions
\item ${\rm M}_2$    : binary mega $1024^2$
\item ${\rm G}_2$    : binary giga $1024^3$
\item ${\rm T}_2$    : binary tera $1024^4$
\end{enumerate}
In most cases the difference between the mega and the binary mega (4\%) 
is probably unimportant, but it is important to be unambiguous. In this
way one can continue with existing practice if the difference doesn't 
matter, and have an agreed method of being more exact when necessary.
For example, the above memory capacity was probably intended to mean
$256 {\rm M_2 B}$.

As a consequence of the above, an amount of computational work involving
$4.5 \times 10^{12}$ floating-point operations is correctly written as 
4.5 Tflop. Note that the unit symbol Tflop is never pluralised with an
added 's', and it is therefore incorrect to write the above as 4.5 Tflops 
which could be confused with a rate per second. The most frequently used 
unit of performance, millions of floating-point operations per second 
is correctly written Mflop/s, in analogy to km/s. The slash is necessary 
and means 'per',  because the 'p' is an integral part of the unit symbol 
'flop' and cannot also be used for this purpose.  


\section{Floating-Point Operation Count}

Although we discourage the use of millions of floating-point
operations per second as a performance metric, it can be a useful 
measure if the number of floating-point operations, $F(N)$, 
needed to solve the benchmark problem is carefully defined.

For simple problems (e.g. matrix multiply) it is sufficient to use a 
theoretical value for the floating-point operation count (in this case $2n^3$ 
flop, for nxn matrices) obtained by inspection of the 
code or consideration of the arithmetic in the algorithm. For more complex
problems containing data-dependent conditional statements, an empirical method
may have to be used.  The sequential version of the benchmark code defines
the problem and the algorithm to be used to solve it. Counters can be inserted 
into this code or a hardware monitor used to count the number of floating-point
operations. The latter is the procedure followed by the {\sc PERFECT} Club 
\cite{Berr89}. In either case a decision has to be made regarding the number
of flop that are to be credited for different types of floating-point 
operations, and we see no good reason to deviate from those chosen by 
McMahon \cite{Ma88} when the Mflop/s measure was originally defined. 
These are:

\begin{table}[h]
\centering
\begin{tabular}{ll}
add, subtract, multiply		& 1 flop \\
divide, square-root		& 4 flop \\
exponential, sine etc.		& 8 flop \\
{\sc IF(X .REL. Y)}		& 1 flop \\
\end{tabular}
\end{table}

We distinguish two types of operation count. The first is the nominal 
benchmark floating-point operation count, $F_B(N)$, which is found in the 
above way from the defining Fortran77 sequential code. The other is the
actual number of floating-point operations performed by the hardware
when executing the distributed multi-node version, $F_H(N)$, which may be 
greater than the nominal benchmark count, due to the distributed version 
performing redundant arithmetic operations.


\section{Performance Metrics}

Given the time of execution $T(N;p)$ and the flop-count $F(N)$ several different
performance measures can be defined. Each metric has its own uses, and gives 
different information about the computer and algorithm used in the benchmark.
It is important therefore to distinguish the metrics with different names,
symbols and units, and to understand clearly the difference between them.
Much confusion and wasted work can arise from optimising a benchmark with
respect to an inappropriate metric. The principal performance metrics are:

\subsection{Temporal Performance}

If we are interested in comparing the
performance of different algorithms for the solution of the same problem, then
the correct performance metric to use is the {\it Temporal Performance},
$R_T$, which is defined as the inverse of the execution time
\begin{equation}
                            R_T(N;p)=T^{-1}(N;p)              \label{Eqn(1)}
\end{equation}
The units of temporal performance are, in general, solutions per second
(sol/s), or some more appropriate absolute unit such as 
timesteps per second (tstep/s). With this metric we can be sure
that the algorithm with the highest performance executes in the least time,
and is therefore the best algorithm. We note that the number of flop does not
appear in this definition, because the objective of algorithm design is not
to perform the most arithmetic per second, but rather it is to solve a given
problem in the least time, regardless of the amount of arithmetic involved.
For this reason the temporal performance is also the metric that a 
computer user should employ to select the best algorithm to solve his problem, 
because his objective is also to solve the problem in the least time, and he 
does not care how much arithmetic is done to achieve this.

\subsection{Simulation Performance}

A special case of temporal performance occurs for simulation programs in which
the benchmark problem is defined as the simulation of a certain period of
physical time, rather than a certain number of timesteps. In this case we speak
of the {\em Simulation Performance} and use units such as {\em simulated days
per day} (written sim-d/d or 'd'/d) in weather forecasting, where the 
apostrophe is used to indicate 'simulated'; or {\em simulated
pico-seconds per second} (written sim-ps/s or 'ps'/s) in electronic device
simulation. It is important to use simulation performance rather than
timestep/s if one is comparing different simulation algorithms which may 
require different sizes of timestep for the same accuracy (for example an
implicit scheme that can use a large timestep, compared with an explicit
scheme that requires a much smaller step). In order to maintain numerical
stability, explicit schemes also require the use of a smaller timestep as 
the spatial grid is made finer. For such schemes the simulation performance 
falls off dramatically as the problem size is increased by introducing 
more mesh points in order to refine the spatial resolution: the doubling 
of the number of mesh-points in each of three dimensions can reduce the 
simulation performance by a factor near 16 because the timestep must also 
be approximately halved. Even though the larger problem will generate more 
Megaflop per second, in forecasting, it is the simulated days per day 
(i.e. the simulation performance) and not the Mflop/s, that matter to the user.

As we see below, benchmark performance is also measured in terms of the amount
of arithmetic performed per second or Mflop/s. However it is important to
realise that it is incorrect to compare the Mflop/s achieved by two algorithms 
and to conclude that the algorithm with the highest Mflop/s rating is the best
algorithm. This is because the two algorithms may be performing quite 
different amounts of arithmetic during the solution of the same problem.
The temporal performance metric, $R_T$, defined above, has been introduced
to overcome this problem, and provide a measure that can be used to compare
different algorithms for solving the same problem. However, it should be 
remembered that the temporal performance only has the same meaning within the 
confines of a fixed problem, and no meaning can be attached to a
comparison of the temporal performance on one problem with the temporal
performance on another.

\subsection{Benchmark Performance}

In order to compare the performance of a computer on one benchmark with 
its performance on another, account must be taken of the different amounts of 
work (measured in flop) that the different problems require for their solution.
Using the flop-count for the benchmark, $F_B(N)$, we can
define the {\em Benchmark Performance} as
\begin{equation}
                            R_B(N;p)=F_B(N)/{T(N;p)}           \label{Eqn(2)}
\end{equation}
The units of benchmark performance are Mflop/s (benchmark name), where we 
include the name of the benchmark in parentheses to emphasise that the 
performance may depend strongly on the problem being solved, and to emphasise 
that the values are based on the nominal benchmark flop-count. In other 
contexts such performance figures would probably be quoted as examples of the 
so-called {\em sustained} performance of a computer. We feel that the use of 
this term is meaningless unless the problem being solved and the degree of 
code optimisation is quoted, because the performance is so varied across 
different benchmarks and different levels of optimisation. Hence we favour 
the quotation of a selection of benchmark performance figures, rather than a 
single sustained performance, because the latter implies that the quoted 
performance is maintained over all problems.

Note also that the flop-count $F_B(N)$ is that for the defining sequential 
version of the benchmark, and that the same count is used to calculate $R_B$ 
for the distributed-memory (DM) version of the program, even though the DM 
version may actually perform
a different number of operations.  It is usual for DM programs to perform more
arithmetic than the defining sequential version, because often numbers are
recomputed on the nodes in order to save communicating their values from a
master processor. However such calculations are redundant (they have already
been performed on the master) and it would be incorrect to credit them to the
flop-count of the distributed program. 

Using the sequential flop-count in the
calculation of the DM programs benchmark performance has the additional 
advantage that it is possible to conclude that, for a given benchmark,
the implementation that has the highest benchmark performance is the best 
because it executes in the least time.  This would not necessarily be the 
case if a different $F_B(N)$ were used for different implementations of the 
benchmark. For example, the use of a better algorithm which obtains the
solution with less than $F_B(N)$ operations will show up as higher benchmark
performance. For this reason it should cause no surprise if the benchmark 
performance occasionally exceeds the maximum possible hardware performance. 
To this extent benchmark performance Mflop/s must be understood
to be nominal values, and not necessarily exactly the number of operations
executed per second by the hardware, which is the subject of the next
metric. The purpose of benchmark performance is to compare different
implementations and algorithms on different computers for the solution of
the same problem, on the basis that the best performance means the least
execution time. For this to be true $F_B(N)$ must be kept the same for
all implementations and algorithms.  


\subsection{Hardware Performance}

If we wish to compare the observed performance with the theoretical 
capabilities of the computer hardware, we must compute the actual number of
floating-point operations performed, $F_H(N;p)$, and from it the actual
{\em Hardware Performance} 
\begin{equation}
                            R_H(N;p)=F_H(N)/{T(N;p)}             \label{Eqn(3)}
\end{equation}
The hardware performance also has the units Mflop/s, and will have the same 
value as the benchmark performance for the sequential version of the benchmark. 
However, the hardware performance may be higher than the benchmark performance 
for the distributed version, because the hardware performance gives credit for 
redundant arithmetic operations, whereas the benchmark performance does not.
Because the hardware performance measures the actual floating-point operations
performed per second, unlike the benchmark performance, it can never exceed
the theoretical peak performance of the computer.

Assuming a computer with multiple-CPUs each with multiple arithmetic pipelines,
delivering a maximum of one flop per clock period, the theoretical peak value
of hardware performance is
\begin{equation}
   r^*= \frac{fl.pt.pipes/CPU}{clock.period}\times number.CPUs   \label{Eqn(4)}
\end{equation}
with units of Mflop/s if the clock period is expressed in microseconds. By 
comparing the measured hardware performance, $R_H(N;p)$, with the theoretical 
peak performance, we can assess the fraction of the available performance that 
is being realised by a particular implementation of the benchmark.


\subsection{Speedup, Efficiency and Performance per Node}

We do not favour the use of any of the popular performance metrics: 
speedup, efficiency or performance per node; because all these are 
either easily misinterpreted or obscure important effects. 
The speedup of a benchmark code 
is defined as the ratio of the $p$-processor temporal performance to the 
single-processor temporal performance. It is a very useful and convenient 
measure if we are concerned with the optimisation of a particular code in 
isolation, because its value can easily be compared with the maximum possible 
speedup, namely the number of processors being used. We can thereby assess
how much of the potential hardware performance is being utilised. However
benchmarking is to do with comparing the performance of different computers,  
and all the above three metrics are unsuitable for this purpose.

Speedup compares the performance of a code with itself, and might therefore 
be called an introspective, or even incestuous measure. Problems can therefore 
arise (see below), and incorrect conclusions can be drawn, if we try to use 
speedup to compare different algorithms on the same computer, or the same 
algorithm on different computers. This is because speedup is a relative 
measure (it is defined as the ratio of two performances), and therefore all 
knowledge of the absolute performance has been lost. 
Benchmarking, however, is concerned with the comparison of the absolute 
performance of computers, and therefore the use of a relative measure like
speedup is not very useful, and can be positively misleading.  
For example, we do not wish to conclude that a computer with a large number of
slow processors and therefore high value of speedup, is faster than another 
with fewer processors and therefore with a lower speedup, if in fact the 
reverse is the case, because the processors on the second computer are so much 
faster. Only by adopting absolute measures of performance with physical units 
involving inverse time, can one avoid this type of false conclusion.

Speedup is not even useful for comparing the performance of one algorithm with 
another on the same computer, because it is not necessarily true that the 
algorithm with the highest speedup executes in the least time (see, e.g. 
~\cite{Cvet90}). One can only be sure that this is the case if the 
single-processor temporal performance of both algorithms is the same, which 
is most unlikely. If the single-processor performances of the two algorithms 
are different and we compare the speedups of the two algorithms, then we are 
comparing the performance of the two algorithms measured in different units.
This is like comparing the speeds of two cars, one measured in m.p.h. and the
other in cm/s. Such a comparison has no validity either for cars or 
algorithms. Computers and algorithms can only safely be compared in terms
of their absolute performance in solving a problem. The most unambiguous
measure is the temporal performance, which is the inverse of 
the time of execution, or the related simulation performance. 

The benchmark performance per node might seem to be an attractive 
metric because it is an absolute measure which
can be related directly to the hardware performance of node. However
it has the major defect that it hides the point at which the absolute 
performance begins to decrease as the number of processors increases. If we
plot benchmark performance against number of processors, this point is
clearly visible as a maximum, however if the same data is plotted as
performance per node, all we see is a very uninteresting monotonically 
falling line, and the important maximum has disappeared. The efficiency, 
which is defined as the speedup divided by the number of processors, is 
doubly condemned because it is a relative measure and hides the maximum.

\section{Performance Database}

The database of benchmark performance results should be based on an
extension of the excellent X-window display demonstrated by Jack Dongarra
at the March 1993 PBWG meeting. The basic data held would be values of
$T(N;p)$ for at least 4 values of problem size $N$, each for sufficient
$p$-values (say 5 to 10) to determine the trend of variation of performance
with number of processors for constant problem size. It is important that
there be enough $p$-values to see Amdahl saturation, if present, or any 
peak in performance followed by degradation. A graphical interface is
really essential to allow this multidimensional data to be viewed in any
of the metrics defined above, as chosen interactively by the user.
The user could also be offered (by suitable interpolation) a display of 
the results in various scaled metrics, in which the problem size is 
expanded with the number of processors.

In order to encompass as wide a range of performance and number of 
processors as possible, a log-scale on both axes is unavoidable, and
the format and scale range should be kept fixed as long as possible
to enable easy comparison between graphs. A three-cycle by three-cycle
log-log graph with range 1 to 1000 in both $p$ and Mflop/s would cover
most needs in the immediate future. Examples of such graphs are to be
found in \cite{Hoc92,Add93}.

% ----------------------------------------------------------------------------

From owner-pbwg-method@CS.UTK.EDU  Fri Mar 26 08:48:10 1993
Received: from CS.UTK.EDU by surfer.EPM.ORNL.GOV (5.61/1.34)
	id AA13935; Fri, 26 Mar 93 08:48:10 -0500
Received: from localhost by CS.UTK.EDU with SMTP (5.61+IDA+UTK-930125/2.8s-UTK)
	id AA20932; Fri, 26 Mar 93 08:47:49 -0500
X-Resent-To: pbwg-method@CS.UTK.EDU ; Fri, 26 Mar 1993 08:47:46 EST
Errors-To: owner-pbwg-method@CS.UTK.EDU
Received: from sun2.nsfnet-relay.ac.uk by CS.UTK.EDU with SMTP (5.61+IDA+UTK-930125/2.8s-UTK)
	id AA20915; Fri, 26 Mar 93 08:47:44 -0500
Via: uk.ac.southampton.ecs; Fri, 26 Mar 1993 13:46:58 +0000
From: R.Hockney@parallel-applications-centre.southampton.ac.uk
Via: calvados.pac.soton.ac.uk (plonk); Fri, 26 Mar 93 13:31:08 GMT
Date: Fri, 26 Mar 93 13:37:18 GMT
Message-Id: <7983.9303261337@calvados.pac.soton.ac.uk>
Apparently-To: pbwg-method@cs.utk.edu

Ignore this message, I'm just testing the pwg-method mail reflector
      Roger Hockney
From owner-pbwg-method@CS.UTK.EDU  Fri Apr 30 12:31:41 1993
Received: from CS.UTK.EDU by surfer.EPM.ORNL.GOV (5.61/1.34)
	id AA18429; Fri, 30 Apr 93 12:31:41 -0400
Received: from localhost by CS.UTK.EDU with SMTP (5.61+IDA+UTK-930125/2.8s-UTK)
	id AA22989; Fri, 30 Apr 93 12:31:01 -0400
X-Resent-To: pbwg-method@CS.UTK.EDU ; Fri, 30 Apr 1993 12:30:59 EDT
Errors-To: owner-pbwg-method@CS.UTK.EDU
Received: from sun2.nsfnet-relay.ac.uk by CS.UTK.EDU with SMTP (5.61+IDA+UTK-930125/2.8s-UTK)
	id AA22968; Fri, 30 Apr 93 12:30:51 -0400
Via: uk.ac.southampton.ecs; Fri, 30 Apr 1993 16:12:44 +0100
From: R.Hockney@parallel-applications-centre.southampton.ac.uk
Via: calvados.pac.soton.ac.uk (plonk); Fri, 30 Apr 93 16:04:49 BST
Date: Fri, 30 Apr 93 15:11:59 GMT
Message-Id: <15933.9304301511@calvados.pac.soton.ac.uk>
To: pbwg-method@cs.utk.edu
Subject: Contribution to Chapter-1 (Methodology)

\chapter{Methodology}

The conclusions drawn from a benchmark study of computer performance
depend not only on the basic timing results obtained, but also on
the way these are interpreted and converted into performance figures.
The choice of the performance metric, may itself influence
the conclusions. For example, do we want the computer that generates
the most megaflops (or has the highest Speedup), or the computer 
that solves the problem in the least time? It is now well known
that high values of the first metrics do not necessarily imply the 
second property. This confusion can be avoided by choosing a more 
suitable metric that reflects solution time directly, for example 
either the Temporal or Simulation performance, defined below. This
issue of the sensible choice of performance metric is becoming
increasing important with the advent of massively parallel computers
which have the potential of very high megaflop rates, but have 
much more limited potential for reducing solution time. 


\section{Time Measurement}

The fundamental measurement made in any benchmark is the time to 
complete some specified task. All other performance figures are derived 
from this basic timing measurement. 
The benchmark time, $T(N;p)$, will be a function of the problem size, $N$,
and the number of processors, $p$. Here, the problem size is 
represented by the vector variable, $N$, 
which stands for a set of parameters characterising the size of the 
problem: e.g. the number of mesh points in each dimension, and the
number of particles in a particle-mesh simulation. Benchmark problems of
different sizes can be created by multiplying all the size parameters by
suitable powers of a single scale factor, thereby increasing the spatial and
particle resolution in a sensible way, and reducing the size parameters to
a single size factor (here called $\alpha$). 

We believe that it is most important
to regard execution time and performance as a function of at least the two
variables $(N,p)$, which define a parameter plane. Much confusion has arisen
in the past by attempts to treat performance as a function of a single
variable, by taking a particular path through this plane, and not stating
what path is taken. Many different paths may be taken, and hence many different
conclusions can be drawn. It is important, therefore, always to define the 
path through the performance plane, or better as we do here, to study the 
shape of the two-dimensional performance hill. In some cases there may 
even be an optimum path up this hill.


\section{Units and Symbols}

A rational set of units and symbols is essential for any numerate
science including benchmarking. The following extension of the
internationally agreed SI system of physical units \cite{SI75} is 
made to accommodate the needs of computer benchmarking.

\medskip
New symbols and units: 
\begin{enumerate}
\item flop : number of floating-point operations
\item mref : number of memory references (reads or writes)
\item barr : number of barrier operations
\item b    : number of binary digits (bits)
\item B    : number of bytes (groups of 8 bits)
\item ${\rm w}_{32}$ : number of words (number of bits per word as 
             subscript, here 32).
\end{enumerate}
Note that flop and mref are both inseparable four-letter symbols.
The character case is significant in all unit symbols so that e.g. Flop, 
Mref, $W_{64}$ are incorrect. Unit symbols should always be printed in 
roman type, to contrast with variables names which are printed in italic.

\medskip
SI provides the standard prefixes:
\begin{enumerate}
\item k    : kilo meaning $10^3$
\item M    : mega meaning $10^6$
\item G    : giga meaning $10^9$
\item T    : tera meaning $10^{12}$
\end{enumerate}
This means that we cannot use M to mean $1024^2$ (the binary mega) as is 
often done in describing computer memory capacity, e.g. 256 MB. We can 
however introduce the new prefix:
\begin{enumerate}
\item K    : meaning 1024, then use a subscript 2 to indicate the binary
             versions
\item ${\rm M}_2$    : binary mega $1024^2$
\item ${\rm G}_2$    : binary giga $1024^3$
\item ${\rm T}_2$    : binary tera $1024^4$
\end{enumerate}
In most cases the difference between the mega and the binary mega (4\%) 
is probably unimportant, but it is important to be unambiguous. In this
way one can continue with existing practice if the difference doesn't 
matter, and have an agreed method of being more exact when necessary.
For example, the above memory capacity was probably intended to mean
$256 {\rm M_2 B}$.

As a consequence of the above, an amount of computational work involving
$4.5 \times 10^{12}$ floating-point operations is correctly written as 
4.5 Tflop. Note that the unit symbol Tflop is never pluralised with an
added 's', and it is therefore incorrect to write the above as 4.5 Tflops 
which could be confused with a rate per second. The most frequently used 
unit of performance, millions of floating-point operations per second 
is correctly written Mflop/s, in analogy to km/s. The slash is necessary 
and means 'per',  because the 'p' is an integral part of the unit symbol 
'flop' and cannot also be used for this purpose.  


\section{Floating-Point Operation Count}

Although we discourage the use of millions of floating-point
operations per second as a performance metric, it can be a useful 
measure if the number of floating-point operations, $F(N)$, 
needed to solve the benchmark problem is carefully defined.

For simple problems (e.g. matrix multiply) it is sufficient to use a 
theoretical value for the floating-point operation count (in this case $2n^3$ 
flop, for nxn matrices) obtained by inspection of the 
code or consideration of the arithmetic in the algorithm. For more complex
problems containing data-dependent conditional statements, an empirical method
may have to be used.  The sequential version of the benchmark code defines
the problem and the algorithm to be used to solve it. Counters can be inserted 
into this code or a hardware monitor used to count the number of floating-point
operations. The latter is the procedure followed by the {\sc PERFECT} Club 
\cite{Berr89}. In either case a decision has to be made regarding the number
of flop that are to be credited for different types of floating-point 
operations, and we see no good reason to deviate from those chosen by 
McMahon \cite{Ma88} when the Mflop/s measure was originally defined. 
These are:

\begin{table}[h]
\centering
\begin{tabular}{ll}
add, subtract, multiply		& 1 flop \\
divide, square-root		& 4 flop \\
exponential, sine etc.		& 8 flop \\
{\sc IF(X .REL. Y)}		& 1 flop \\
\end{tabular}
\end{table}

We distinguish two types of operation count. The first is the nominal 
benchmark floating-point operation count, $F_B(N)$, which is found in the 
above way from the defining Fortran77 sequential code. The other is the
actual number of floating-point operations performed by the hardware
when executing the distributed multi-node version, $F_H(N)$, which may be 
greater than the nominal benchmark count, due to the distributed version 
performing redundant arithmetic operations.


\section{Performance Metrics}

Given the time of execution $T(N;p)$ and the flop-count $F(N)$ several different
performance measures can be defined. Each metric has its own uses, and gives 
different information about the computer and algorithm used in the benchmark.
It is important therefore to distinguish the metrics with different names,
symbols and units, and to understand clearly the difference between them.
Much confusion and wasted work can arise from optimising a benchmark with
respect to an inappropriate metric. The principal performance metrics are:

\subsection{Temporal Performance}

If we are interested in comparing the
performance of different algorithms for the solution of the same problem, then
the correct performance metric to use is the {\it Temporal Performance},
$R_T$, which is defined as the inverse of the execution time
\begin{equation}
                            R_T(N;p)=T^{-1}(N;p)              \label{Eqn(1)}
\end{equation}
The units of temporal performance are, in general, solutions per second
(sol/s), or some more appropriate absolute unit such as 
timesteps per second (tstep/s). With this metric we can be sure
that the algorithm with the highest performance executes in the least time,
and is therefore the best algorithm. We note that the number of flop does not
appear in this definition, because the objective of algorithm design is not
to perform the most arithmetic per second, but rather it is to solve a given
problem in the least time, regardless of the amount of arithmetic involved.
For this reason the temporal performance is also the metric that a 
computer user should employ to select the best algorithm to solve his problem, 
because his objective is also to solve the problem in the least time, and he 
does not care how much arithmetic is done to achieve this.

\subsection{Simulation Performance}

A special case of temporal performance occurs for simulation programs in which
the benchmark problem is defined as the simulation of a certain period of
physical time, rather than a certain number of timesteps. In this case we speak
of the {\em Simulation Performance} and use units such as {\em simulated days
per day} (written sim-d/d or 'd'/d) in weather forecasting, where the 
apostrophe is used to indicate 'simulated'; or {\em simulated
pico-seconds per second} (written sim-ps/s or 'ps'/s) in electronic device
simulation. It is important to use simulation performance rather than
timestep/s if one is comparing different simulation algorithms which may 
require different sizes of timestep for the same accuracy (for example an
implicit scheme that can use a large timestep, compared with an explicit
scheme that requires a much smaller step). In order to maintain numerical
stability, explicit schemes also require the use of a smaller timestep as 
the spatial grid is made finer. For such schemes the simulation performance 
falls off dramatically as the problem size is increased by introducing 
more mesh points in order to refine the spatial resolution: the doubling 
of the number of mesh-points in each of three dimensions can reduce the 
simulation performance by a factor near 16 because the timestep must also 
be approximately halved. Even though the larger problem will generate more 
Megaflop per second, in forecasting, it is the simulated days per day 
(i.e. the simulation performance) and not the Mflop/s, that matter to the user.

As we see below, benchmark performance is also measured in terms of the amount
of arithmetic performed per second or Mflop/s. However it is important to
realise that it is incorrect to compare the Mflop/s achieved by two algorithms 
and to conclude that the algorithm with the highest Mflop/s rating is the best
algorithm. This is because the two algorithms may be performing quite 
different amounts of arithmetic during the solution of the same problem.
The temporal performance metric, $R_T$, defined above, has been introduced
to overcome this problem, and provide a measure that can be used to compare
different algorithms for solving the same problem. However, it should be 
remembered that the temporal performance only has the same meaning within the 
confines of a fixed problem, and no meaning can be attached to a
comparison of the temporal performance on one problem with the temporal
performance on another.

\subsection{Benchmark Performance}

In order to compare the performance of a computer on one benchmark with 
its performance on another, account must be taken of the different amounts of 
work (measured in flop) that the different problems require for their solution.
Using the flop-count for the benchmark, $F_B(N)$, we can
define the {\em Benchmark Performance} as
\begin{equation}
                            R_B(N;p)=F_B(N)/{T(N;p)}           \label{Eqn(2)}
\end{equation}
The units of benchmark performance are Mflop/s (benchmark name), where we 
include the name of the benchmark in parentheses to emphasise that the 
performance may depend strongly on the problem being solved, and to emphasise 
that the values are based on the nominal benchmark flop-count. In other 
contexts such performance figures would probably be quoted as examples of the 
so-called {\em sustained} performance of a computer. We feel that the use of 
this term is meaningless unless the problem being solved and the degree of 
code optimisation is quoted, because the performance is so varied across 
different benchmarks and different levels of optimisation. Hence we favour 
the quotation of a selection of benchmark performance figures, rather than a 
single sustained performance, because the latter implies that the quoted 
performance is maintained over all problems.

Note also that the flop-count $F_B(N)$ is that for the defining sequential 
version of the benchmark, and that the same count is used to calculate $R_B$ 
for the distributed-memory (DM) version of the program, even though the DM 
version may actually perform
a different number of operations.  It is usual for DM programs to perform more
arithmetic than the defining sequential version, because often numbers are
recomputed on the nodes in order to save communicating their values from a
master processor. However such calculations are redundant (they have already
been performed on the master) and it would be incorrect to credit them to the
flop-count of the distributed program. 

Using the sequential flop-count in the
calculation of the DM programs benchmark performance has the additional 
advantage that it is possible to conclude that, for a given benchmark,
the implementation that has the highest benchmark performance is the best 
because it executes in the least time.  This would not necessarily be the 
case if a different $F_B(N)$ were used for different implementations of the 
benchmark. For example, the use of a better algorithm which obtains the
solution with less than $F_B(N)$ operations will show up as higher benchmark
performance. For this reason it should cause no surprise if the benchmark 
performance occasionally exceeds the maximum possible hardware performance. 
To this extent benchmark performance Mflop/s must be understood
to be nominal values, and not necessarily exactly the number of operations
executed per second by the hardware, which is the subject of the next
metric. The purpose of benchmark performance is to compare different
implementations and algorithms on different computers for the solution of
the same problem, on the basis that the best performance means the least
execution time. For this to be true $F_B(N)$ must be kept the same for
all implementations and algorithms.  


\subsection{Hardware Performance}

If we wish to compare the observed performance with the theoretical 
capabilities of the computer hardware, we must compute the actual number of
floating-point operations performed, $F_H(N;p)$, and from it the actual
{\em Hardware Performance} 
\begin{equation}
                            R_H(N;p)=F_H(N)/{T(N;p)}             \label{Eqn(3)}
\end{equation}
The hardware performance also has the units Mflop/s, and will have the same 
value as the benchmark performance for the sequential version of the benchmark. 
However, the hardware performance may be higher than the benchmark performance 
for the distributed version, because the hardware performance gives credit for 
redundant arithmetic operations, whereas the benchmark performance does not.
Because the hardware performance measures the actual floating-point operations
performed per second, unlike the benchmark performance, it can never exceed
the theoretical peak performance of the computer.

Assuming a computer with multiple-CPUs each with multiple arithmetic pipelines,
delivering a maximum of one flop per clock period, the theoretical peak value
of hardware performance is
\begin{equation}
   r^*= \frac{fl.pt.pipes/CPU}{clock.period}\times number.CPUs   \label{Eqn(4)}
\end{equation}
with units of Mflop/s if the clock period is expressed in microseconds. By 
comparing the measured hardware performance, $R_H(N;p)$, with the theoretical 
peak performance, we can assess the fraction of the available performance that 
is being realised by a particular implementation of the benchmark.


\subsection{Speedup, Efficiency and Performance per Node}

We do not favour the use of any of the popular performance metrics: 
speedup, efficiency or performance per node; because all these are 
either easily misinterpreted or obscure important effects. 
The speedup of a benchmark code 
is defined as the ratio of the $p$-processor temporal performance to the 
single-processor temporal performance. It is a very useful and convenient 
measure if we are concerned with the optimisation of a particular code in 
isolation, because its value can easily be compared with the maximum possible 
speedup, namely the number of processors being used. We can thereby assess
how much of the potential hardware performance is being utilised. However
benchmarking is to do with comparing the performance of different computers,  
and all the above three metrics are unsuitable for this purpose.

Speedup compares the performance of a code with itself, and might therefore 
be called an introspective, or even incestuous measure. Problems can therefore 
arise (see below), and incorrect conclusions can be drawn, if we try to use 
speedup to compare different algorithms on the same computer, or the same 
algorithm on different computers. This is because speedup is a relative 
measure (it is defined as the ratio of two performances), and therefore all 
knowledge of the absolute performance has been lost. 
Benchmarking, however, is concerned with the comparison of the absolute 
performance of computers, and therefore the use of a relative measure like
speedup is not very useful, and can be positively misleading.  
For example, we do not wish to conclude that a computer with a large number of
slow processors and therefore high value of speedup, is faster than another 
with fewer processors and therefore with a lower speedup, if in fact the 
reverse is the case, because the processors on the second computer are so much 
faster. Only by adopting absolute measures of performance with physical units 
involving inverse time, can one avoid this type of false conclusion.

Speedup is not even useful for comparing the performance of one algorithm with 
another on the same computer, because it is not necessarily true that the 
algorithm with the highest speedup executes in the least time (see, e.g. 
~\cite{Cvet90}). One can only be sure that this is the case if the 
single-processor temporal performance of both algorithms is the same, which 
is most unlikely. If the single-processor performances of the two algorithms 
are different and we compare the speedups of the two algorithms, then we are 
comparing the performance of the two algorithms measured in different units.
This is like comparing the speeds of two cars, one measured in m.p.h. and the
other in cm/s. Such a comparison has no validity either for cars or 
algorithms. Computers and algorithms can only safely be compared in terms
of their absolute performance in solving a problem. The most unambiguous
measure is the temporal performance, which is the inverse of 
the time of execution, or the related simulation performance. 

The benchmark performance per node might seem to be an attractive 
metric because it is an absolute measure which
can be related directly to the hardware performance of node. However
it has the major defect that it hides the point at which the absolute 
performance begins to decrease as the number of processors increases. If we
plot benchmark performance against number of processors, this point is
clearly visible as a maximum, however if the same data is plotted as
performance per node, all we see is a very uninteresting monotonically 
falling line, and the important maximum has disappeared. The efficiency, 
which is defined as the speedup divided by the number of processors, is 
doubly condemned because it is a relative measure and hides the maximum.

\section{Performance Database}

The database of benchmark performance results should be based on an
extension of the excellent X-window display demonstrated by Jack Dongarra
at the March 1993 PBWG meeting. The basic data held would be values of
$T(N;p)$ for at least 4 values of problem size $N$, each for sufficient
$p$-values (say 5 to 10) to determine the trend of variation of performance
with number of processors for constant problem size. It is important that
there be enough $p$-values to see Amdahl saturation, if present, or any 
peak in performance followed by degradation. A graphical interface is
really essential to allow this multidimensional data to be viewed in any
of the metrics defined above, as chosen interactively by the user.
The user could also be offered (by suitable interpolation) a display of 
the results in various scaled metrics, in which the problem size is 
expanded with the number of processors.

In order to encompass as wide a range of performance and number of 
processors as possible, a log-scale on both axes is unavoidable, and
the format and scale range should be kept fixed as long as possible
to enable easy comparison between graphs. A three-cycle by three-cycle
log-log graph with range 1 to 1000 in both $p$ and Mflop/s would cover
most needs in the immediate future. Examples of such graphs are to be
found in \cite{Hoc92,Add93}.

% ----------------------------------------------------------------------------

From owner-pbwg-method@CS.UTK.EDU Tue May 18 09:41:04 1993
Received: from CS.UTK.EDU by netlib2.cs.utk.edu with SMTP (5.61+IDA+UTK-930125/2.8t-UTK)
	id AA23468; Tue, 18 May 93 09:41:04 -0400
Received: from localhost by CS.UTK.EDU with SMTP (5.61+IDA+UTK-930125/2.8s-UTK)
	id AA07846; Tue, 18 May 93 09:41:43 -0400
X-Resent-To: pbwg-method@CS.UTK.EDU ; Tue, 18 May 1993 09:41:41 EDT
Errors-To: owner-pbwg-method@CS.UTK.EDU
Received: from ben.uknet.ac.uk by CS.UTK.EDU with SMTP (5.61+IDA+UTK-930125/2.8s-UTK)
	id AA07829; Tue, 18 May 93 09:41:36 -0400
Message-Id: <9305181341.AA07829@CS.UTK.EDU>
Received: from eros.uknet.ac.uk by ben.uknet.ac.uk via UKIP with SMTP (PP) 
          id <sg.12676-0@ben.uknet.ac.uk>; Tue, 18 May 1993 14:41:31 +0100
Received: from newton.npl.co.uk by eros.uknet.ac.uk via PSS with NIFTP (PP) 
          id <6811-0@eros.uknet.ac.uk>; Tue, 18 May 1993 14:41:22 +0100
Date: Tue, 18 May 93 14:41 GMT
From: Trevor Chambers <THEC@newton.npl.co.uk>
To: PBWG-METHOD <PBWG-METHOD@EDU.UTK.CS>


COMMITTEE: methodology

TOPIC: definition of popular metrics

CONTENT: They are here to stay. Should we attempt to strengthen the 
definitions?

ACTUAL MESSAGE: Can PBWG realistically dispense with commonly used measures 
such as speed-up and performance per node?

There is the danger that PBWG could isolate itself from the main stream of 
computer users, or that others will use the PBWG benchmarks and report the 
popular metrics anyway.

One possibility is to acknowledge these metrics and to attempt to strengthen 
the definitions.

Relevant to this matter is the degree to which the suggested PBWG metrics are 
used and understood by potential users and people involved in procurement.
What information do we have on this matter? 

I propose that the committee takes a considered view on the use of popular 
metrics.


Trevor Chambers

pp Ed Brocklehurst
From owner-pbwg-method@CS.UTK.EDU Fri May 21 07:17:47 1993
Received: from CS.UTK.EDU by netlib2.cs.utk.edu with SMTP (5.61+IDA+UTK-930125/2.8t-UTK)
	id AA03541; Fri, 21 May 93 07:17:47 -0400
Received: from localhost by CS.UTK.EDU with SMTP (5.61+IDA+UTK-930125/2.8s-UTK)
	id AA11317; Fri, 21 May 93 07:17:43 -0400
X-Resent-To: pbwg-method@CS.UTK.EDU ; Fri, 21 May 1993 07:17:42 EDT
Errors-To: owner-pbwg-method@CS.UTK.EDU
Received: from ben.uknet.ac.uk by CS.UTK.EDU with SMTP (5.61+IDA+UTK-930125/2.8s-UTK)
	id AA11309; Fri, 21 May 93 07:17:37 -0400
Message-Id: <9305211117.AA11309@CS.UTK.EDU>
Received: from newton.npl.co.uk by ben.uknet.ac.uk via PSS with NIFTP (PP) 
          id <sg.28497-0@ben.uknet.ac.uk>; Fri, 21 May 1993 12:17:09 +0100
Date: Fri, 21 May 93 12:17 GMT
From: CBF@newton.npl.co.uk
To: PBWG-METHOD <PBWG-METHOD@EDU.UTK.CS>

To the Methodology Committee.

I'm afraid I'm a little confused at the intent of 2.4.3
the Benchmark Performance section as stated. If we are comparing the same
benchmark on different machines do we need Fb(N) in the equations?

For instance R1b(N;p) > R2b(N;p) where R1b is the rate of machine 1
and R2b is the rate of machine 2.

This implies Fb(N)/T1(N;p) > Fb(N)/T(N;p) as Fb(N) does not depend on 
the machine but only on the defining serial code.

This implies 1/T1(N;p) > 1/T(N;p) (or T(N;p) > T1(N;p) ).

In other words we get a straight timing result anyway.

If we are not comparing the same benchmark is the flop a suitable 
representation of the work that a benchmark does. Is it not possible that 
memory accessing and I/O usage could outstrip floating point operations in 
terms of importance?

From owner-pbwg-method@CS.UTK.EDU Fri May 21 13:12:51 1993
Received: from CS.UTK.EDU by netlib2.cs.utk.edu with SMTP (5.61+IDA+UTK-930125/2.8t-UTK)
	id AA06602; Fri, 21 May 93 13:12:51 -0400
Received: from localhost by CS.UTK.EDU with SMTP (5.61+IDA+UTK-930125/2.8s-UTK)
	id AA29733; Fri, 21 May 93 12:05:30 -0400
X-Resent-To: pbwg-method@CS.UTK.EDU ; Fri, 21 May 1993 12:05:25 EDT
Errors-To: owner-pbwg-method@CS.UTK.EDU
Received: from sun2.nsfnet-relay.ac.uk by CS.UTK.EDU with SMTP (5.61+IDA+UTK-930125/2.8s-UTK)
	id AA29698; Fri, 21 May 93 12:05:18 -0400
Via: uk.ac.southampton.ecs; Fri, 21 May 1993 16:42:15 +0100
From: R.Hockney@parallel-applications-centre.southampton.ac.uk
Via: calvados.pac.soton.ac.uk (plonk); Fri, 21 May 93 16:34:34 BST
Date: Fri, 21 May 93 15:41:53 GMT
Message-Id: <3128.9305211541@calvados.pac.soton.ac.uk>
To: pbwg-method@cs.utk.edu
Subject: Speedup and R_B Mflop/s

May I respond to some comments on my submission on metrics:
(1) To Trevor Chambers - Speedup and Performance per Node
I think you may have talked yourself into a job! Although I personally
do not think that Speedup is a useful metric, I acknowledge its widespread
use, and agree that the best policy is to try to tighten up the definitions.
Please put your suggestions to the 24th May meeting. My problem with the
use of Speedup is that I don't think that it is possible to produce a usefull
definition, because all the knowledge of absolute performance has been
thrown away by taking the ratio to some (what) one-processor time. Its
much more rational to keep the knowledge of absolute performance by
using e.g. Temporal or Benchmark performance. How can you compare 
different computers if you don't use absolute measures, which involve
seconds^-1 in their units? Lets discuss this on Monday.
(2) To CBF at NPL - Do we need F_B(N)
The answer is NO we don't, in which case the only metric to use is the
Temporal Performance, which is the same as comparing executions times,
but the result is expressed more naturally as a performance. The definition
of Benchmark performance was made inorder to keep the units of Mflop/s
which people widely use but ensure that the highest R_B implies the least
execution time.  This can only be done if F_B(N) is kept the same for
all implementations and treated as a nominal figure.  If you want real
Mflop/s you use R_H the hardware performance.  Of course F_B is only
appropriate for problems dominated by floating-point arithmetic, for
other problems the Benchmark writyer would be expected to define an
appropriate measure of work (I/O references e.g.) or else simply fall
back on Temporal performance and time alone. The other reason for R_B
is to allow some (albeit approximate) comparison of all arithmetic
benchmarks in the same units (i.e.Mflop/s). Temporal Performances
cannot be compared across benchmarks.
           All Good points for disussion on Monday, preferable as
suggested editting to my draft submission, with your agreement of course
David. Are you there
                        Roger Hockney
From owner-pbwg-method@CS.UTK.EDU Mon May 24 03:26:04 1993
Received: from CS.UTK.EDU by netlib2.cs.utk.edu with SMTP (5.61+IDA+UTK-930125/2.8t-UTK)
	id AA19684; Mon, 24 May 93 03:26:04 -0400
Received: from localhost by CS.UTK.EDU with SMTP (5.61+IDA+UTK-930125/2.8s-UTK)
	id AA13266; Mon, 24 May 93 03:26:34 -0400
X-Resent-To: pbwg-method@CS.UTK.EDU ; Mon, 24 May 1993 03:26:33 EDT
Errors-To: owner-pbwg-method@CS.UTK.EDU
Received: from sun2.nsfnet-relay.ac.uk by CS.UTK.EDU with SMTP (5.61+IDA+UTK-930125/2.8s-UTK)
	id AA13258; Mon, 24 May 93 03:26:28 -0400
Via: uk.ac.southampton.ecs; Mon, 24 May 1993 08:25:54 +0100
Via: brewery.ecs.soton.ac.uk; Mon, 24 May 93 08:18:26 BST
From: Vladimir Getov <vsg@ecs.soton.ac.uk>
Received: from beluga.ecs.soton.ac.uk by brewery.ecs.soton.ac.uk;
          Mon, 24 May 93 08:27:00 BST
Date: Mon, 24 May 93 08:26:59 BST
Message-Id: <25360.9305240726@beluga.ecs.soton.ac.uk>
To: pbwg-method@cs.utk.edu
Subject: a note on metrics


Here follows my rough note on metrics, which you may like to consider
in today's meeting. I wish you fruitful and successful discussions.

Best regards,

Vladimir Getov

		    A Few Notes on Metrics
		    ----------------------


1. The elapsed time is the only prime metric.

1.1. It must be the wall-clock time, otherwise there will be some hidden
delays and the interpretation of results may not be correct.

1.2. Do we need to know the components of the wall-clock time? The
computer user will probably answer: - `No, I am only interested in the
total elapsed time to complete my task.' However, if one would like to
improve the application performance as much as possible, the knowledge
of all components of the wall-clock time is necessary. This information
is essential for computer architects, but is also very useful for
computer users. As usual, these components include the calculation time,
the communication time, the memory-access time, the I/O time, the system
time, the wait time, etc. 

2. In order to define the secondary (derivative) metrics I would suggest
answering the question: -`What is our goal? Why we need benchmark
measurements?'  There is a few answers to this question and I believe 
every answer defines its appropriate derivative (secondary) performance 
metrics. My current `goals' list includes:

     - Comparative benchmarking analysis of different parallel machines;

     - Analysis and comparison of different algorithms, methods and
     program implementations for a given application;

     - Benchmarking analysis and identification of bottlenecks for
     particular parallel architecture (shell we include the compiler
     benchmarks, etc. here?).

In my opinion the most useful derivative benchmarking metrics are the 
benchmark performance, the speed-up and the efficiency. Concerning
the speed-up and the efficiency I would think about different
definitions. For example, it seems very useful to calculate the speed-up
as the ratio of the elapsed time of two different algorithms on the same
computer. This defines straight-away which one is faster for given
problem size and number of processors. The efficiency could be defined
as the ratio of the benchmark performance to the peak performance. This
gives a clear picture of how far the measurement results are from the
theoretical peak. In fact the list of derivative metrics may be quite
long and it would be difficult to decide which are the important and
useful metrics to be included in the PBWG documents.


vsg@ecs.soton.ac.uk                  Dr Vladimir Getov 
Tel: +44 703 593368                  Dept of Electronics and Computer Science
Fax: +44 703 593045                  University of Southampton 
                                     Southampton SO9 5NH, U.K.

From owner-pbwg-method@CS.UTK.EDU Wed Sep  1 22:04:37 1993
Received: from CS.UTK.EDU by netlib2.cs.utk.edu with SMTP (5.61+IDA+UTK-930125/2.8t-netlib)
	id AA12004; Wed, 1 Sep 93 22:04:37 -0400
Received: from localhost by CS.UTK.EDU with SMTP (5.61+IDA+UTK-930125/2.8s-UTK)
	id AA25195; Wed, 1 Sep 93 22:03:06 -0400
X-Resent-To: pbwg-method@CS.UTK.EDU ; Wed, 1 Sep 1993 22:03:04 EDT
Errors-To: owner-pbwg-method@CS.UTK.EDU
Received: from BERRY.CS.UTK.EDU by CS.UTK.EDU with SMTP (5.61+IDA+UTK-930125/2.8s-UTK)
	id AA25189; Wed, 1 Sep 93 22:03:03 -0400
Received: from LOCALHOST.cs.utk.edu by berry.cs.utk.edu with SMTP (5.61++/2.7c-UTK)
	id AA08100; Wed, 1 Sep 93 22:03:01 -0400
Message-Id: <9309020203.AA08100@berry.cs.utk.edu>
To: pbwg-method@cs.utk.edu
Subject: method5.tex
Date: Wed, 01 Sep 1993 22:03:01 -0400
From: "Michael W. Berry" <berry@cs.utk.edu>

This is a revision of the methodology chapter of the PARKBENCH
report submitted by David Bailey.


Regards,

Mike
------- Forwarded Message

Return-Path: <dbailey@nas.nasa.gov>
Received: from wk49.nas.nasa.gov by CS.UTK.EDU with SMTP (5.61+IDA+UTK-930125/2.8s-UTK)
	id AA19544; Wed, 1 Sep 93 20:24:25 -0400
Received: by wk49.nas.nasa.gov (5.67-NAS.4/5.67-NAS-1.1(SGI))
	id AA02573; Wed, 1 Sep 93 17:24:22 -0700
Date: Wed, 1 Sep 93 17:24:22 -0700
From: dbailey@nas.nasa.gov (David H. Bailey)
Message-Id: <9309020024.AA02573@wk49.nas.nasa.gov>
To: berry@cs.utk.edu
Subject: Revised Methodology section.  Please distribute to method group

%file method5.tex

% Compiled by David Bailey for methodology subcommittee.
% Text below submitted by Roger Hockney to methodology subcommittee.
% This text includes revision by Bailey on 01 Sep 1993.

\chapter{Methodology}

\section{Philosophy}

One might ask why anyone should care about developing a standardized,
rigorous and scientifically tenable methodology for studying the
performance of high-performance computer systems.  There are several
reasons why this is an important undertaking:

\begin{enumerate}

\item To establish and maintain high standards of honesty and
integrity in our profession.

\item To improve the status of supercomputer performance analysis as
a rigorous scientific discipline.

\item To reduce confusion in the high-performance computing literature.

\item To increase understanding of these systems, both at a low-level
hardware or software level and at a high-level, total system
performance level.

\item To assist the purchasers of high-performance computing equipment
in selecting systems best suited to their needs.

\item To reduce the amount of time and resources vendors must expend in
implementing multiple, redundant benchmarks.

\item To provide valuable feedback to vendors on bottlenecks that can
be alleviated in future products.

\end{enumerate}

It is important to note that researchers in many scientific
disciplines have found it necessary to establish and refine standards
for performing experiments and reporting the results.  Many scientists
have learned the importance of standard terminology and notation.
Chemists, physicists and biologists long ago discovered the importance
of ``controls'' in their experiments.  The issue of repeatability
proved crucial in the recent ``cold fusion'' episode.  Medical
researchers have found it necessary to perform ``double-blind''
experiments in their field.  Psychologists and sociologists have
developed highly refined experimental methodologies and advanced data
analysis techniques.  Political scientists have found that subtle
differences in the phrasing of a question can affect the results of a
poll.  Researchers in many fields have found that environmental
factors in their experiments can significantly influence the measured
results; thus they must carefully report all such factors in their
papers.

If supercomputer performance analysis and benchmarking is ever to be
taken seriously as a scientific discipline, certainly its
practitioners should be expected to adhere to standards that prevail
in other disciplines.  This document is dedicated to promoting these
standards in our field.

\section{Fundamental Metrics}

The conclusions drawn from a benchmark study of computer performance
depend not only on the basic timing results obtained, but also on
the way these are interpreted and converted into performance figures.
The choice of the performance metric, may itself influence the 
conclusions. For example, do we want the computer that generates the 
most megaflop per second (or has the highest Speedup), or the computer 
that solves the problem in the least time? It is now well known
that high values of the first metrics do not necessarily imply the 
second property. This confusion can be avoided by choosing a more 
suitable metric that reflects solution time directly, for example 
either the Temporal, Simulation or Benchmark performance, defined below. 
This issue of the sensible choice of performance metric is becoming
increasing important with the advent of massively parallel computers
which have the potential of very high megaflop rates, but have 
much more limited potential for reducing solution time. 

\section{Time Measurement}

Before other issues can be considered, we must discuss the measurement
of run time.  In recent years a consensus has been reached among many
scientists in the field that the most relevant measure of run time is
actual wall-clock elapsed time.  This measure of time will be required
for all ParkBench results that are posted to the database.

Elapsed wall-clock time means the time that would be measured on an
external clock that records the time-of-day or even Greenwich mean
time (GMT), between the start and finish of the benchmark.  We are not
concerned with the origin of the time measurement, since we are taking
a difference, but it is important that the time measured would be the
same as that given by a difference between two measurements of GMT, if
it were possible to make them.  It is important to be clear about
this, because many computer clocks (e.g. Sun Unix function ETIME)
measure elapsed CPU time, which is the total time that the process or
job which calls it has been executing in the CPU.  Such a clock does
not record time (i.e. it stops ticking) when the job is swapped out of
the CPU.  It does not record, therefore, any wait time which must be
included if we are to assess correctly the performance of a parallel
program.  On some systems, scientists have found that even for
programs that perform no explicit I/O, considerable ``system'' time is
nonetheless involved, for example in fetching certain library routines
or other data.

Only timings actually measured may be cited for ParkBench benchmarks
(and we strongly recommend this practice for other benchmarks as
well).  Extrapolations and projections, for instance to a larger
number of nodes, may not be employed for any reason.  Also, in the
interests of repeatability it is highly recommended that timing runs
be repeated, several times if possible.

Two low-level benchmarks are provided in the ParkBench~ suite to test
the precision and accuracy of the clock that is to be used in the
benchmarking.  These should be run first, before any benchmark
measurements are made.  They are:
\begin{enumerate}

\item TICK1 - measures the precision of the clock by measuring the time 
              interval between ticks of the clock. A clock is said to
              tick when it changes its value.

\item TICK2 - measures the accuracy of the clock by comparing a given
              time interval measured by an external wall-clock (the
              benchmarker's wrist watch is adequate) with the same
              interval measured by the computer clock. This tests the
              scale factor used to convert computer clock ticks to seconds, 
              and immediately detects if a CPU-clock is incorrectly being 
              used.
\end{enumerate} 

The fundamental measurement made in any benchmark is the elapsed
wall-clock time to complete some specified task. All other performance
figures are derived from this basic timing measurement. The benchmark
time, $T(N;p)$, will be a function of the problem size, $N$, and the
number of processors, $p$. Here, the problem size is represented by
the vector variable, $N$, which stands for a set of parameters
characterising the size of the problem: e.g. the number of mesh points
in each dimension, and the number of particles in a particle-mesh
simulation.  Benchmark problems of different sizes can be created by
multiplying all the size parameters by suitable powers of a single
scale factor, thereby increasing the spatial and particle resolution
in a sensible way, and reducing the size parameters to a single size
factor (usually called $\alpha$).

We believe that it is most important to regard execution time and
performance as a function of at least the two variables $(N,p)$, which
define a parameter plane. Much confusion has arisen in the past by
attempts to treat performance as a function of a single variable, by
taking a particular path through this plane, and not stating what path
is taken.  Many different paths may be taken, and hence many different
conclusions can be drawn.  It is important, therefore, always to
define the path through the performance plane, or better as we do
here, to study the shape of the two-dimensional performance hill.  In
some cases there may even be an optimum path up this hill.

\section{Units and Symbols}

A rational set of units and symbols is essential for any numerate
science including benchmarking. The following extension of the
internationally agreed SI system of physical units \cite{SI75} is 
made to accommodate the needs of computer benchmarking.

The value of a variable comprises a pure number stating the number of
units which equal the value of the variable, followed by a unit
symbol specifying the unit in which the variable is being measured.
A new unit is required whenever a quantity of a new nature arises,
such as e.g. the first appearance of vector operations, or message 
sends. Generally speaking a unit symbol should be as short as
possible, consistent with being easily recognised and not already
used. The following have been found necessary in the characterisation
of computer and benchmark performance in science and engineering. 
No doubt more will have to be defined as benchmarking enters new areas.

\medskip
New unit symbols and their meaning: 
\begin{enumerate}
\item \flop : floating-point operation [latex \verb1\1flop]
\item \inst : instruction of any kind [latex \verb1\1inst]
\item \inop : integer operation [latex \verb1\1inop]
\item \vecop: vector operation [latex \verb1\1vecop]
\item \send: message send operation [latex \verb1\1send]
\item \iter : iteration of loop [latex \verb1\1iter]
\item \mref : memory reference (read or write) [latex \verb1\1mref]
\item \barr : barrier operation [latex \verb1\1barr]
\item \bit  : binary digit (bit) [latex \verb1\1bit]
\item \B    : byte (groups of 8 bits) [latex \verb1\1B]
\item \sol  : solution or single execution of benchmark 
              [latex \verb1\1sol]
\item \w    : computer word. Symbol is lower case (W means watt) 
              [latex \verb1\1w]
\end{enumerate}
When required a subscript may be used to show the number of bits
involved in the unit. For example: a 32-bit floating-point operation
${\flop}_{32}$, a 64-bit word ${\w}_{64}$, also we have
${\bit}={\w}_1$, ${\B}={\w}_8$, ${\w}_{64}= 8 {\B}$.

Note that flop, mref and other multi-letter symbols are inseparable
four or five-letter symbols. The character case is significant in all
unit symbols so that e.g. Flop, Mref, $W_{64}$ are incorrect. Unit
symbols should always be printed in roman type, to contrast with
variables names which are printed in italic. To aid in the use of
roman type, especially within Latex maths mode, Latex commands have
been defined for each unit, these commands being a backslash followed
by the unit symbol (except for '\inop' and '\bit' whose names are
changed in the command to avoid a clash with already defined system
commands). Such commands will print in roman type wherever they
occur. Because 's' is the SI unit for seconds, unit symbols like
'sheep' do not take 's' in the plural. Thus one counts: one flop, two
flop, ..., one hundred flop etc. This is especially important when the
unit symbol is used in ordinary text as a useful abbreviation, as
often, quite sensibly, it is.

\medskip
SI provides the standard prefixes:
\begin{enumerate}
\item k    : kilo meaning $10^3$
\item M    : mega meaning $10^6$
\item G    : giga meaning $10^9$
\item T    : tera meaning $10^{12}$
\end{enumerate}
This means that we cannot use M to mean $1024^2$ (the binary mega) as is 
often done in describing computer memory capacity, e.g. 256 MB. We can 
however introduce the new prefix:
\begin{enumerate}
\item K    : meaning 1024, then use a subscript 2 to indicate the binary
             versions
\item $\mbox{\rm M}_2$    : binary mega $1024^2$
\item $\mbox{\rm G}_2$    : binary giga $1024^3$
\item $\mbox{\rm T}_2$    : binary tera $1024^4$
\end{enumerate}
In most cases the difference between the mega and the binary mega (4\%) 
is probably unimportant, but it is important to be unambiguous. In this
way one can continue with existing practice if the difference doesn't 
matter, and have an agreed method of being more exact when necessary.
For example, the above memory capacity was probably intended to mean
$256 \mbox{\rm M}_2 \B$.

As a consequence of the above, an amount of computational work involving
$4.5 \times 10^{12}$ floating-point operations is correctly written as 
4.5 Tflop. Note that the unit symbol Tflop is never pluralised with an
added 's', and it is therefore incorrect to write the above as 4.5 Tflops 
which could be confused with a rate per second. The most frequently used 
unit of performance, millions of floating-point operations per second 
is correctly written Mflop/s, in analogy to km/s. The slash is necessary 
and means 'per',  because the 'p' is an integral part of the unit symbol 
'flop' and cannot also be used to mean 'per'.  

\section{Floating-Point Operation Count}

Although we discourage the use of millions of floating-point
operations per second as a performance metric, it can be a useful
measure if the number of floating-point operations, $F(N)$, needed to
solve the benchmark problem is carefully defined.

For simple problems (e.g. matrix multiply) it is sufficient to use a
theoretical value for the floating-point operation count (in this case
$2n^3$ flop, for nxn matrices) obtained by inspection of the code or
consideration of the arithmetic in the algorithm. For more complex
problems containing data-dependent conditional statements, an
empirical method may have to be used.  The sequential version of the
benchmark code defines the problem and the algorithm to be used to
solve it. Counters can be inserted into this code or a hardware
monitor used to count the number of floating-point operations. The
latter is the procedure followed by the {\sc PERFECT} Club
\cite{Berr89}. In either case a decision has to be made regarding the
number of flop that are to be credited for different types of
floating-point operations, and we see no good reason to deviate from
those chosen by McMahon \cite{Ma88} when the Mflop/s measure was
originally defined.  These are:

\begin{table}[h]
\centering
\begin{tabular}{ll}
add, subtract, multiply		& 1 flop \\
divide, square-root		& 4 flop \\
exponential, sine etc.		& 8 flop (this figure will be adjusted) \\   
{\sc IF(X .REL. Y)}		& 1 flop \\
\end{tabular}
\end{table}

Some members of the committee felt that these numbers, derived in the
1970s, no longer correctly reflected the situation on current
computers.  However, since these numbers are only used to calculate a
nominal benchmark flop-count, it is not so important that they be
accurate. The important thing is that they do not change, otherwise
all previous flop-counts would have to be renormalised.  In any case,
it is not possible for a single set of ratios to be valid for all
computers and library software. I (rwh) suggest the committee stays
with the above ratios until such time as they become wildly wrong and
extensive research provides us with a more realistic set.

We distinguish two types of operation count. The first is the nominal
benchmark floating-point operation count, $F_B(N)$, which is found in
the above way from the defining Fortran77 sequential code. The other
is the actual number of floating-point operations performed by the
hardware when executing the distributed multi-node version,
$F_H(N,p)$, which may be greater than the nominal benchmark count, due
to the distributed version performing redundant arithmetic
operations. Because of this, the hardware flop count may also depend
on the number of processors on which the benchmark is run, as shown in
its argument list.

\section{Performance Metrics}

Given the time of execution $T(N;p)$ and the flop-count $F(N)$ several
different performance measures can be defined.  Each metric has its
own uses, and gives different information about the computer and
algorithm used in the benchmark.  It is important therefore to
distinguish the metrics with different names, symbols and units, and
to understand clearly the difference between them.  Much confusion and
wasted work can arise from optimising a benchmark with respect to an
inappropriate metric. The principal performance metrics are:

\subsection{Temporal Performance}

If we are interested in comparing the performance of different
algorithms for the solution of the same problem, then the correct
performance metric to use is the {\it Temporal Performance}, $R_T$,
which is defined as the inverse of the execution time
\begin{equation}
                            R_T(N;p)=T^{-1}(N;p)              \label{Eqn(1)}
\end{equation}
The units of temporal performance are, in general, solutions per
second (sol/s), or some more appropriate absolute unit such as
timesteps per second (tstep/s). With this metric we can be sure that
the algorithm with the highest performance executes in the least time,
and is therefore the best algorithm. We note that the number of flop
does not appear in this definition, because the objective of algorithm
design is not to perform the most arithmetic per second, but rather it
is to solve a given problem in the least time, regardless of the
amount of arithmetic involved.  For this reason the temporal
performance is also the metric that a computer user should employ to
select the best algorithm to solve his problem, because his objective
is also to solve the problem in the least time, and he does not care
how much arithmetic is done to achieve this.

\subsection{Simulation Performance}

A special case of temporal performance occurs for simulation programs
in which the benchmark problem is defined as the simulation of a
certain period of physical time, rather than a certain number of
timesteps. In this case we speak of the {\em Simulation Performance}
and use units such as {\em simulated days per day} (written sim-d/d or
'd'/d) in weather forecasting, where the apostrophe is used to
indicate 'simulated'; or {\em simulated pico-seconds per second}
(written sim-ps/s or 'ps'/s) in electronic device simulation. It is
important to use simulation performance rather than timestep/s if one
is comparing different simulation algorithms which may require
different sizes of timestep for the same accuracy (for example an
implicit scheme that can use a large timestep, compared with an
explicit scheme that requires a much smaller step). In order to
maintain numerical stability, explicit schemes also require the use of
a smaller timestep as the spatial grid is made finer. For such schemes
the simulation performance falls off dramatically as the problem size
is increased by introducing more mesh points in order to refine the
spatial resolution: the doubling of the number of mesh-points in each
of three dimensions can reduce the simulation performance by a factor
near 16 because the timestep must also be approximately halved. Even
though the larger problem will generate more Megaflop per second, in
forecasting, it is the simulated days per day (i.e. the simulation
performance) and not the Mflop/s, that matter to the user.

As we see below, benchmark performance is also measured in terms of the amount
of arithmetic performed per second or Mflop/s. However it is important to
realise that it is incorrect to compare the Mflop/s achieved by two algorithms 
and to conclude that the algorithm with the highest Mflop/s rating is the best
algorithm. This is because the two algorithms may be performing quite 
different amounts of arithmetic during the solution of the same problem.
The temporal performance metric, $R_T$, defined above, has been introduced
to overcome this problem, and provide a measure that can be used to compare
different algorithms for solving the same problem. However, it should be 
remembered that the temporal performance only has the same meaning within the 
confines of a fixed problem, and no meaning can be attached to a
comparison of the temporal performance on one problem with the temporal
performance on another.

\subsection{Benchmark Performance}

In order to compare the performance of a computer on one benchmark with 
its performance on another, account must be taken of the different amounts of 
work (measured in flop) that the different problems require for their solution.
Using the flop-count for the benchmark, $F_B(N)$, we can
define the {\em Benchmark Performance} as
\begin{equation}
                            R_B(N;p)=F_B(N)/{T(N;p)}           \label{Eqn(2)}
\end{equation}
The units of benchmark performance are Mflop/s (benchmark name), where we 
include the name of the benchmark in parentheses to emphasise that the 
performance may depend strongly on the problem being solved, and to emphasise 
that the values are based on the nominal benchmark flop-count. In other 
contexts such performance figures would probably be quoted as examples of the 
so-called {\em sustained} performance of a computer. We feel that the use of 
this term is meaningless unless the problem being solved and the degree of 
code optimisation is quoted, because the performance is so varied across 
different benchmarks and different levels of optimisation. Hence we favour 
the quotation of a selection of benchmark performance figures, rather than a 
single sustained performance, because the latter implies that the quoted 
performance is maintained over all problems.

Note also that the flop-count $F_B(N)$ is that for the defining sequential 
version of the benchmark, and that the same count is used to calculate $R_B$ 
for the distributed-memory (DM) version of the program, even though the DM 
version may actually perform
a different number of operations.  It is usual for DM programs to perform more
arithmetic than the defining sequential version, because often numbers are
recomputed on the nodes in order to save communicating their values from a
master processor. However such calculations are redundant (they have already
been performed on the master) and it would be incorrect to credit them to the
flop-count of the distributed program. 

Using the sequential flop-count in the
calculation of the DM programs benchmark performance has the additional 
advantage that it is possible to conclude that, for a given benchmark,
the implementation that has the highest benchmark performance is the best 
because it executes in the least time.  This would not necessarily be the 
case if a different $F_B(N)$ were used for different implementations of the 
benchmark. For example, the use of a better algorithm which obtains the
solution with less than $F_B(N)$ operations will show up as higher benchmark
performance. For this reason it should cause no surprise if the benchmark 
performance occasionally exceeds the maximum possible hardware performance. 
To this extent benchmark performance Mflop/s must be understood
to be nominal values, and not necessarily exactly the number of operations
executed per second by the hardware, which is the subject of the next
metric. The purpose of benchmark performance is to compare different
implementations and algorithms on different computers for the solution of
the same problem, on the basis that the best performance means the least
execution time. For this to be true $F_B(N)$ must be kept the same for
all implementations and algorithms.  


\subsection{Hardware Performance}

If we wish to compare the observed performance with the theoretical 
capabilities of the computer hardware, we must compute the actual number of
floating-point operations performed, $F_H(N;p)$, and from it the actual
{\em Hardware Performance} 
\begin{equation}
                            R_H(N;p)=F_H(N,p)/{T(N;p)}             \label{Eqn(3)}
\end{equation}
The hardware performance also has the units Mflop/s, and will have the same 
value as the benchmark performance for the sequential version of the benchmark. 
However, the hardware performance may be higher than the benchmark performance 
for the distributed version, because the hardware performance gives credit for 
redundant arithmetic operations, whereas the benchmark performance does not.
Because the hardware performance measures the actual floating-point operations
performed per second, unlike the benchmark performance, it can never exceed
the theoretical peak performance of the computer.

Assuming a computer with multiple-CPUs each with multiple arithmetic pipelines,
delivering a maximum of one flop per clock period, the theoretical peak value
of hardware performance is
\begin{equation}
   r^*= \frac{fl.pt.pipes/CPU}{clock.period}\times number.CPUs   \label{Eqn(4)}
\end{equation}
with units of Mflop/s if the clock period is expressed in microseconds. By 
comparing the measured hardware performance, $R_H(N;p)$, with the theoretical 
peak performance, we can assess the fraction of the available performance that 
is being realised by a particular implementation of the benchmark.


\subsection{Speedup, Efficiency and Performance per Node}

``Parallel speedup'' is a popular metric that has been used for many
years in the study of parallel computer performance.  However, its
definition is open to ambiguity and misuse because it always begs the
question ``speedup over what?''  

Speedup is usually defined as
\begin{equation} 
       \frac{T_1}{T_p}
\end{equation}

\noindent 
where $T_p$ is the $p$-processor time to perform some benchmark, and
$T_1$ is the one-processor time.  There is no doubt about the meaning
of $T_p$ --- this is the measured time $T(N;p)$ to perform the
benchmark.  There is often considerable dispute over the meaning of
$T_1$: should it be the time for the parallel code running on one
processor, which probably contains unnecessary parallel overhead, or
should it be the best serial code (possibly using a different
algorithm) running on one processor?  Many scientists feel the latter
is a more responsible choice, but this requires research to determine
the best practical serial algorithm for the given application.  If at
a later time a better algorithm is found, current speedup figures
might be considered obsolete.  An additional difficulty with this
definition is that even if a meaning for $T_1$ is agreed to, there may
be insufficient memory on a single node to store an entire large
problem.  Thus in many cases it may be impossible to measure $T_1$
using this definition.

One principal objective in the field of performance analysis is
benchmarking: to compare the performance of different computers.  It
is generally agreed that the best performance corresponds to the least
wall-clock execution time.  In order to adapt the speedup statistic
for benchmarking, it is thus necessary to define a single reference
value of $T_1$ to be used for all calculations.  It does not matter
how $T_1$ is defined, or what its value is, only that the same value
of $T_1$ is used to calculate all speedup values used in the
comparison.

However, defining $T_1$ as a reference time unrelated to the parallel
computer being benchmarked unfortunately has the consequence that many
properties that many people regard as essential to the concept of
parallel speedup are lost:

\begin{enumerate}

\item It is no longer necessarily true that the speedup of the
parallel code on one processor is unity.  It may be, but only
by chance.

\item It is no longer true that the maximum speedup using
$p$-processors is $p$.

\item Because of the last item, efficiency figures computed as speedup
divided by $p$ are no longer a meaningful measure of processor
utilization.

\end{enumerate}

There are other difficulties with this formulation of speedup.  If we
use $T_1$ as the run time on a very fast single processor (currently,
say, a Cray C90 or a NEC SX-3), then manufacturers of highly parallel
systems will be reluctant to quote the speedup of their system in the
above way.  For example, if the speedup of a 100 processor parallel
system over a single node of the same system is a respectable factor
of 80, it is likely that the speedup computed from the ``standard''
$T_1$ would be reduced to 10 or less.  This is because a fast vector
processor is typically at least ten times faster than the RISC
processors used in many highly parallel systems of a comparable
generation.

Thus it appears that if one sharpens the definition of speedup to make
it an acceptable metric for comparing the performance of different
computers, one has to throw away the main properties that have made
the concept of speedup useful in the past.  

Accordingly, the ParkBench committee has decided the following [DHB's
suggestion]:

\begin{enumerate}

\item No speedup statistic will be kept in the ParkBench database.

\item Speedup statistics based on ParkBench benchmarks must never be
used as figures of merit when comparing the performance of different
systems.  We further recommend that speedup figures based on other
benchmarks not be used as figures of merit in such comparisons.

\item Speedup statistics may be used in a study of the performance
characteristics of an individual parallel system.  But the basis for
the determination of $T_1$ must be clearly and explicitly stated.

\item The value of $T_1$ should be based on an efficient uniprocessor
implementation.  Code for message passing, synchronization, etc.
should not be present.  The author should also make a reasonable
effort to insure that the algorithm used in the uniprocessor
implementation is the best practical serial algorithm for this
purpose.

\item Given that a large problem frequently does not fit on a single
node, it is permissible to cite speedup statistics based on the timing
of a smaller number of nodes.  In other words, it is permissible to
compute speedup as $T_p / T_m$, for some $m, \; 1 < m < p$.  If this
is done, however, this usage must be clearly stated, and full details
of the basis of this calculation must be presented.  As above, care
must be taken to insure that the unit timing $T_m$ is based on an
efficient implementation of appropriate algorithms.

\end{enumerate}

\section{Performance Database}

\begin{verbatim}
It was agreed that this subsection be redrafted by Jack Dongarra.

- --------------------------  START OLD TEXT  ---------------------------------
\end{verbatim}

\input{pds.tex}

\begin{verbatim}
- ---------------------------  END OLD TEXT  ---------------------------------

- ----------------------  SOME PROPOSED NEW TEXT  ----------------------------
\end{verbatim}

At present each benchmark measurement for a particular problem size $N$ and
processor number $p$, is represented by one line in the database with
variable length fields chosen by the benchmark writer as suitable and 
comprehensive to describe the conditions of the benchmark run. The fields
separated by a marker include, benchmarkers name and e-mail, computer 
location and date, hardware specification, compiler date and optimisation 
level, $N$, $p$, $T(N,p)$, $R_B(N,P)$ and other metrics as deemed appropriate
by the benchmark writer. Ideally, the line for the database would be 
produced automatically as output by the benchmark program itself.

\begin{verbatim}
- ----------------------  END PROPOSED NEW TEXT  ----------------------------
\end{verbatim}


\section{Interactive Graphical Interface}

The Southampton Group has agreed to provide an interactive graphical front 
end to the ParkBench~ database of performance results. To achieve this,
the basic data held in the Performance Data Base should be values of
$T(N;p)$ for at least 4 values of problem size $N$, each for sufficient
$p$-values (say 5 to 10) to determine the trend of variation of performance
with number of processors for constant problem size. It is important that
there be enough $p$-values to see Amdahl saturation, if present, or any 
peak in performance followed by degradation. A graphical interface is
really essential to allow this multidimensional data to be viewed in any
of the metrics defined above, as chosen interactively by the user.
The user could also be offered (by suitable interpolation) a display of 
the results in various scaled metrics, in which the problem size is 
expanded with the number of processors.

In order to encompass as wide a range of performance and number of 
processors as possible, a log-scale on both axes is unavoidable, and
the format and scale range should be kept fixed as long as possible
to enable easy comparison between graphs. A three-cycle by three-cycle
log-log graph with range 1 to 1000 in both $p$ and Mflop/s would cover
most needs in the immediate future. Examples of such graphs are to be
found in \cite{Hoc92,Add93}. 

A log/log graph is also desirable because the size and shape of the Amdahl 
saturation curve is the same wherever it is plotted on such a graph. 
That is to say there is a universal Amdahl curve that is invariant to 
its position on any log/log graph. Amdahl saturation is a two-parameter 
description of any of the performance metrics, $R$, as a function of $p$ 
for fixed $N$, which can be expressed by
\begin{equation}
                   R = \frac{R_\infty}{(1 + \phalf/p)}
\end{equation}
where $R_\infty$ is the saturation performance approached as $p \rightarrow 
\infty$ and \phalf is the number of processors required to reach half
the saturation performance. The graphical interface should allow this
universal Amdahl curve to be moved around the graphical display, and
be matched against the performance curves. The changing values of the two 
parameters \Rphalf should be displayed as the Amdahl curve is moved.

As more experience is gained with performance analysis, that is to say
the fitting of performance data to parametrised formulae, it is to be
expected that the graphical interface will allow more complicated formulae
to be compared with the experimental data, perhaps allowing 3 to 5
parameters in the theoretical formula. But, as yet, we do not know what
these for parametrised formula should be.


\section{Benchmarking Procedure and Code Optimisation}

Manufacturers will always feel that any benchmark not tuned specifically
by themselves, is an unfair test of their hardware and software. This is
inevitable and from their viewpoint it is true. NASA have overcome this 
problem by only specifying the problems (the NAS paper-and-pencil 
benchmarks \cite{naspar2}) and leaving the manufacturers to write the 
code, but in many circumstances this would require unjustifiable effort
and take too long. It is also a perfectly valid question to ask how a
particular parallel computer will perform on existing parallel code, and
that is the viewpoint of ParkBench. 

The benchmarking procedure is to run the distributed ParkBench~ suite on
an 'as-is' basis, making only such non-substantive changes that are required 
to make the code run (e.g. changing the names of header files to a local
variant). The as-is run may use the highest level of automatic compiler
optimisation that works, but the level used and compiler date should be
noted in the appropriate section of the performance database entry.      

After completing the as-is run, which gives a base-line result, any form of 
optimisation may be applied to show the particular computer to its best 
advantage, up to completely rethinking the algorithm, and rewriting
the code. The only requirement on the benchmarker is to state what has been
done. However, remember that, even if the algorithm is changed, the official
flop-count, $F_B(N)$ that is used in the calculation of nominal benchmark
Mflop/s, $R_B(N,p)$, does not. In this way a better algorithm will show up
with a higher $R_B$, as we would want it to, even though the hardware 
Mflop/s is likely to be little changed.

Typical steps in optimisation might be:
\begin{enumerate} 
\item explore the effect of different compiler optimisations on a single 
      processor, and choose the best for the as-is run.
\item perform the as-is run on multiple processors, using enough values 
      of $p$ to determine any peak in performance or saturation.
\item return to single processor and optimise code for vectorisation,
      if a vector processor is being used. This means restructuring loops 
      to permit vectorisation.
\item continue by replacement of selected loops with optimal assembly coded 
      library routines (e.g. BLAS where appropriate).
\item replacement of whole benchmark by a tuned library routine with the
      same functionality.
\item replace whole benchmark with locally written version with the same 
      functionality but using possibly an entirely different algorithm 
      that is more suited to the architecture.
\end{enumerate} 
% ----------------------------------------------------------------------------



------- End of Forwarded Message
From owner-parkbench-method@CS.UTK.EDU Fri Sep  8 16:37:32 1995
Return-Path: <owner-parkbench-method@CS.UTK.EDU>
Received: from CS.UTK.EDU by netlib2.cs.utk.edu with ESMTP (cf v2.9t-netlib)
	id QAA14461; Fri, 8 Sep 1995 16:37:32 -0400
Received: from localhost by CS.UTK.EDU with SMTP (cf v2.9s-UTK)
	id QAA04711; Fri, 8 Sep 1995 16:37:50 -0400
X-Resent-To: parkbench-method@CS.UTK.EDU ; Fri, 8 Sep 1995 16:37:48 EDT
Errors-to: owner-parkbench-method@CS.UTK.EDU
Received: from franklin.seas.gwu.edu by CS.UTK.EDU with ESMTP (cf v2.9s-UTK)
	id QAA04695; Fri, 8 Sep 1995 16:37:47 -0400
Received: from felix.seas.gwu.edu (abdullah@felix.seas.gwu.edu [128.164.9.3]) by franklin.seas.gwu.edu (v8) with ESMTP id QAA10248 for <parkbench-method@cs.utk.edu>; Fri, 8 Sep 1995 16:37:45 -0400
Received: (from abdullah@localhost) by felix.seas.gwu.edu (8.6.12/8.6.12) id QAA07221 for parkbench-method@cs.utk.edu; Fri, 8 Sep 1995 16:37:41 -0400
Date: Fri, 8 Sep 1995 16:37:41 -0400
From: Abdullah Meajil <abdullah@seas.gwu.edu>
Message-Id: <199509082037.QAA07221@felix.seas.gwu.edu>
To: parkbench-method@CS.UTK.EDU
Subject: subscribe

subscribe

From owner-parkbench-method@CS.UTK.EDU Fri Sep  8 16:38:32 1995
Return-Path: <owner-parkbench-method@CS.UTK.EDU>
Received: from CS.UTK.EDU by netlib2.cs.utk.edu with ESMTP (cf v2.9t-netlib)
	id QAA14473; Fri, 8 Sep 1995 16:38:32 -0400
Received: from localhost by CS.UTK.EDU with SMTP (cf v2.9s-UTK)
	id QAA04768; Fri, 8 Sep 1995 16:38:51 -0400
X-Resent-To: parkbench-method@CS.UTK.EDU ; Fri, 8 Sep 1995 16:38:50 EDT
Errors-to: owner-parkbench-method@CS.UTK.EDU
Received: from franklin.seas.gwu.edu by CS.UTK.EDU with ESMTP (cf v2.9s-UTK)
	id QAA04759; Fri, 8 Sep 1995 16:38:48 -0400
Received: from felix.seas.gwu.edu (abdullah@felix.seas.gwu.edu [128.164.9.3]) by franklin.seas.gwu.edu (v8) with ESMTP id QAA10342 for <parkbench-method@cs.utk.edu>; Fri, 8 Sep 1995 16:38:43 -0400
Received: (from abdullah@localhost) by felix.seas.gwu.edu (8.6.12/8.6.12) id QAA07361 for parkbench-method@cs.utk.edu; Fri, 8 Sep 1995 16:38:40 -0400
Date: Fri, 8 Sep 1995 16:38:40 -0400
From: Abdullah Meajil <abdullah@seas.gwu.edu>
Message-Id: <199509082038.QAA07361@felix.seas.gwu.edu>
To: parkbench-method@CS.UTK.EDU
Subject: subscribe

subscribe

From sgreen@cs.utk.edu Mon Sep 11 13:37:57 1995
Return-Path: <sgreen@cs.utk.edu>
Received: from dancer.cs.utk.edu by netlib2.cs.utk.edu with ESMTP (cf v2.9t-netlib)
	id NAA27033; Mon, 11 Sep 1995 13:37:56 -0400
From: <sgreen@cs.utk.edu>
Received:  by dancer.cs.utk.edu (cf v2.11c-UTK)
          id NAA04860; Mon, 11 Sep 1995 13:38:27 -0400
Date: Mon, 11 Sep 1995 13:38:27 -0400
Message-Id: <199509111738.NAA04860@dancer.cs.utk.edu>
To: parkbench-method-archive@netlib2.cs.utk.edu

Mon Sep 11 13:38:26 EDT 1995

From owner-parkbench-comm@CS.UTK.EDU Fri May  2 15:53:02 1997
Return-Path: <owner-parkbench-comm@CS.UTK.EDU>
Received: from CS.UTK.EDU by netlib2.cs.utk.edu with ESMTP (cf v2.9t-netlib)
	id PAA00358; Fri, 2 May 1997 15:53:02 -0400
Received: from localhost (root@localhost) 
        by CS.UTK.EDU with SMTP (cf v2.9s-UTK)
	id PAA13341; Fri, 2 May 1997 15:44:43 -0400
Received: from blueberry.cs.utk.edu (BLUEBERRY.CS.UTK.EDU [128.169.92.34]) 
        by CS.UTK.EDU with ESMTP (cf v2.9s-UTK)
	id PAA13327; Fri, 2 May 1997 15:44:36 -0400
Received:  by blueberry.cs.utk.edu (cf v2.11c-UTK)
          id TAA08348; Fri, 2 May 1997 19:44:04 GMT
From: "Erich Strohmaier" <erich@CS.UTK.EDU>
Message-Id: <9705021544.ZM8346@blueberry.cs.utk.edu>
Date: Fri, 2 May 1997 15:44:03 -0400
X-Face: ,v?vp%=2zU8m.23T00H*9+qjCVLwK{V3T{?1^Bua(Ud:|%?@D!~^v^hoA@Z5/*TU[RFq_n'n"}z{qhQ^Q3'Mexsxg0XW>+CbEOca91voac=<YfvQ8HrQFkH>P/w]>n_nS]V_ZL>XRSYWi:{MzalK9Hb^=B}Y*[x*MOX7R=*V}PI.HG~2
X-Mailer: Z-Mail (3.2.0 26oct94 MediaMail)
To: parkbench-comm@CS.UTK.EDU
Subject: ParkBench Committee Meeting
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii

Dear Colleague,

Here is the revised agenda.
Please send me ASAP a short email if you come
so that we can arrange for a meeting room.

-------------------
The ParkBench (Parallel Benchmark Working Group)
will meet in Knoxville, Tennessee on
May 9th, 1997.

The meeting site will be the Knoxville Downtown Hilton Hotel.
We have made arrangements with the Hilton Hotel in Knoxville.

  Hilton Hotel
  501 W. Church Street
  Knoxville, TN
  Phone:  423-523-2300

When making arrangements tell the hotel you are associated with
the 'ParkBench'. The rate about $79.00/night.
You can download a postscript map of the area by looking at
http://www.netlib.org/utk/people/JackDongarra.html.

----------------
The tentative agenda for the meeting is:

  1. Minutes of last meeting (MBe)

     Changes to Current release:
  2. Low Level (ES, VG, RS)
     comms1, comms2, comms3, poly2
  3. Linear Algebra (ES)
  4. Compact Applications - NPBs (SS, ES)

     New benchmarks:
  5. HPF Low Level benchmarks (MBa)
  6. Java Low-Level Benchmarks (VG)
  7. New I/O benchmark benchmarks (MBa)
  8. New performance database design and new benchmark output format
     Update of GBIS with new Web front-end (MBa,TH)

     Report from other benchmark activities
  9. ASCI Benchmark Codes (AH)
 10. SPEC-HPG (RE, JD)

     ParkBench:
 11. ParkBench Bibliography
 12. ParkBench Report 2

     Other Activities:
 13. Discussion of the ParkBench Workshop 11/12 September, UK (TH, MBa)
 14. PEMCS - "Electronic Benchmarking Journal" - status report - (TH, MBa)
 15. Status of Funding proposals (JD, TH)

 15. Miscellaneous -

 16. Date and venue for next meeting -


  (MBa) Mark Baker          Univ. of Portsmouth
  (MBe) Michael Berry       Univ. of Tennessee
  (JD)  Jack Dongarra       Univ. of Tenn./ORNL
  (RE)  Rudi Eigenmann      SPEC
  (VG)  Vladimir Getov      Univ. of Westminister
  (TH)  Tony Hey            Univ. of Southampton
  (AH)  Adolfy Hoisie       LLNL
  (SS)  Subhash Saini       NASA Ames
  (RS)  Ron Sercely         HP/CXTC
  (ES)  Erich Strohmaier    Univ. of Tennessee


Jack Dongarra
Erich Strohmaier


From owner-parkbench-comm@CS.UTK.EDU Tue May  6 14:46:45 1997
Return-Path: <owner-parkbench-comm@CS.UTK.EDU>
Received: from CS.UTK.EDU by netlib2.cs.utk.edu with ESMTP (cf v2.9t-netlib)
	id OAA04480; Tue, 6 May 1997 14:46:45 -0400
Received: from localhost (root@localhost) 
        by CS.UTK.EDU with SMTP (cf v2.9s-UTK)
	id OAA25737; Tue, 6 May 1997 14:34:05 -0400
Received: from punt-2.mail.demon.net (relay-11.mail.demon.net [194.217.242.137]) 
        by CS.UTK.EDU with SMTP (cf v2.9s-UTK)
	id OAA25715; Tue, 6 May 1997 14:33:58 -0400
Received: from minnow.demon.co.uk ([158.152.73.63]) by punt-2.mail.demon.net
           id aa1000641; 6 May 97 19:07 BST
Message-ID: <UOrwADAXM3bzEwfw@minnow.demon.co.uk>
Date: Tue, 6 May 1997 19:06:15 +0100
To: parkbench-comm@CS.UTK.EDU
From: Roger Hockney <roger@minnow.demon.co.uk>
Subject: Parkbench Meeting Documents
In-Reply-To: <9705021544.ZM8346@blueberry.cs.utk.edu>
MIME-Version: 1.0
X-Mailer: Turnpike Version 3.01 <kRL7V2isFfDmnKSZb08I5Tyfx$>

AGENDA ITEM:

>     Changes to Current release:
>  2. Low Level (VG)
>     comms1, comms2,

Two documents will be submitted to the committee on this item by Roger
Hockney and Vladimir Getov (Westminster University, UK). They can be
downloaded as postscript files from:

"New COMMS1 Benchmark: Results and Recommendations"
http://www.minow.demon.co.uk/Pbench/comms1/PBPAPER2.PS
 
"New COMMS1 Benchmark: The Details"
http://www.minow.demon.co.uk/Pbench/comms1/PBPAPER3.PS

The papers will be presented by Vladimir who will bring some paper
copies with him.

Best wishes
Roger and Vladimir
-- 
Roger Hockney.  Checkout my new Web page at URL   http://www.minnow.demon.co.uk
University of   and link to my new book: "The Science of Computer Benchmarking"
Westminster UK  suggestions welcome. Know any fish movies or suitable links?

From owner-parkbench-comm@CS.UTK.EDU Tue May  6 17:54:47 1997
Return-Path: <owner-parkbench-comm@CS.UTK.EDU>
Received: from CS.UTK.EDU by netlib2.cs.utk.edu with ESMTP (cf v2.9t-netlib)
	id RAA07526; Tue, 6 May 1997 17:54:46 -0400
Received: from localhost (root@localhost) 
        by CS.UTK.EDU with SMTP (cf v2.9s-UTK)
	id RAA17012; Tue, 6 May 1997 17:48:50 -0400
Received: from punt-1.mail.demon.net (relay-7.mail.demon.net [194.217.242.9]) 
        by CS.UTK.EDU with SMTP (cf v2.9s-UTK)
	id RAA17003; Tue, 6 May 1997 17:48:47 -0400
Received: from minnow.demon.co.uk ([158.152.73.63]) by punt-1.mail.demon.net
           id aa0623986; 6 May 97 21:37 BST
Message-ID: <IQsX3CAKQ5bzEw9M@minnow.demon.co.uk>
Date: Tue, 6 May 1997 21:26:50 +0100
To: parkbench-comm@CS.UTK.EDU
From: Roger Hockney <roger@minnow.demon.co.uk>
Subject: Parkbench Meeting Documents (Correction)
MIME-Version: 1.0
X-Mailer: Turnpike Version 3.01 <kRL7V2isFfDmnKSZb08I5Tyfx$>

I am resending this because there was a typo in the URLs:
There are two MM in "minnow". 

Also if you took PBPAPER2.PS before receiving this repeat message,
please take it again as I have corrected two errors in the graphs.

SORRY 
Roger
************************
AGENDA ITEM:

>     Changes to Current release:
>  2. Low Level (VG)
>     comms1, comms2,

Two documents will be submitted to the committee on this item by Roger
Hockney and Vladimir Getov (Westminster University, UK). They can be
downloaded as postscript files from:

CORRECTED URLs:

"New COMMS1 Benchmark: Results and Recommendations"
http://www.minnow.demon.co.uk/Pbench/comms1/PBPAPER2.PS
              
"New COMMS1 Benchmark: The Details"
http://www.minnow.demon.co.uk/Pbench/comms1/PBPAPER3.PS

The papers will be presented by Vladimir who will bring some paper
copies with him.

Best wishes
Roger and Vladimir
-- 
-- 
Roger Hockney.  Checkout my new Web page at URL   http://www.minnow.demon.co.uk
University of   and link to my new book: "The Science of Computer Benchmarking"
Westminster UK  suggestions welcome. Know any fish movies or suitable links?

From owner-parkbench-comm@CS.UTK.EDU Mon May 12 05:36:41 1997
Return-Path: <owner-parkbench-comm@CS.UTK.EDU>
Received: from CS.UTK.EDU by netlib2.cs.utk.edu with ESMTP (cf v2.9t-netlib)
	id FAA24086; Mon, 12 May 1997 05:36:41 -0400
Received: from localhost (root@localhost) 
        by CS.UTK.EDU with SMTP (cf v2.9s-UTK)
	id FAA10068; Mon, 12 May 1997 05:18:21 -0400
Received: from haven.EPM.ORNL.GOV (haven.epm.ornl.gov [134.167.12.69]) 
        by CS.UTK.EDU with ESMTP (cf v2.9s-UTK)
	id FAA10051; Mon, 12 May 1997 05:18:18 -0400
Received: (from worley@localhost) by haven.EPM.ORNL.GOV (8.8.3/8.8.3) id FAA29262; Mon, 12 May 1997 05:18:16 -0400 (EDT)
Date: Mon, 12 May 1997 05:18:16 -0400 (EDT)
From: Pat Worley <worley@haven.EPM.ORNL.GOV>
Message-Id: <199705120918.FAA29262@haven.EPM.ORNL.GOV>
To: parkbench-comm@CS.UTK.EDU
Subject: Gordon Conference on HPC and NII 
Forwarding: Mail from 'Tony Skjellum <tony@aurora.cs.msstate.edu>'
     dated: Sat, 10 May 1997 16:32:12 -0500 (CDT)
Cc: worley@haven.EPM.ORNL.GOV

Just in case you haven't received information on this already, here is a
blurb on the 1997 Gordon conference in high performance computing. 
Unlike previous years, there is not an explicit emphasis on performance
evaluation in this year's stated themes, but you can't (shouldn't) discuss
future architectures and their impacts without discussing how to
evaluate performance, and I am hoping that some benchmarking-minded people
will show up and keep the discussion honest.

---------- Begin Forwarded Message ----------

The deadline for applying to attend the 1997 Gordon conference in high
performance computing is June 1. If you are interested in attending,
please apply as soon as possible. The simplest way to apply is to download
the application form from the web site indicated below, or to use the online
registration option. If you have any problems with either of these,
please contact the organizers at tony@cs.msstate.edu and worleyph@ornl.gov.

-------------------------------------------------------------------------------
The 1997 Gordon Conference on High Performance Computing and
Information Infrastructure: "Practical Revolutions in HPC and NII"

Chair, Anthony Skjellum, Mississippi State University, tony@cs.msstate.edu,
       601-325-8435
Co-Chair, Pat Worley, Oak Ridge National Laboratory, worleyph@ornl.gov,
       615-574-3128

Conference web page: http://www.erc.msstate.edu/conferences/gordon97

July 13-17, 1997
Plymouth State College
Plymouth NH

The now bi-annual Gordon conference series in HPC and NII commenced in 1992
and has had its second meeting in 1995.  The Gordon conferences are an
elite series of conferences designed to advance the state-of-the-art in
covered disciplines. Speakers are assured of anonymity and
referencing presentations done at Gordon conferences is prohibited by
conference rules in order to promote science, rather than publication
lists.  Previous meetings have had good international participation,
and this is always encouraged. Experts, novices, and technically
interested parties from other fields interested in HPC and NII are
encouraged to apply to attend.

All attendees, including speakers, poster presenters, and session chairs
must apply to attend. We *strongly* encourage all poster presenters to have
their poster proposals in by May 13, 1997, though we will consider poster
presentations up to six weeks prior to the conference.  Application to
attend the conference is also six weeks in advance.

More information on the conference can be found at the web page
listed above, including the list of speakers and poster presenters
and information on applying for attendance.


----------- End Forwarded Message -----------


From owner-parkbench-comm@CS.UTK.EDU Tue May 13 13:58:00 1997
Return-Path: <owner-parkbench-comm@CS.UTK.EDU>
Received: from CS.UTK.EDU by netlib2.cs.utk.edu with ESMTP (cf v2.9t-netlib)
	id NAA20879; Tue, 13 May 1997 13:57:59 -0400
Received: from localhost (root@localhost) 
        by CS.UTK.EDU with SMTP (cf v2.9s-UTK)
	id NAA11997; Tue, 13 May 1997 13:33:14 -0400
Received: from timbuk.cray.com (timbuk-fddi.cray.com [128.162.8.102]) 
        by CS.UTK.EDU with ESMTP (cf v2.9s-UTK)
	id NAA11983; Tue, 13 May 1997 13:33:10 -0400
Received: from ironwood.cray.com (root@ironwood-fddi.cray.com [128.162.21.36]) by timbuk.cray.com (8.8.5/CRI-gate-news-1.3) with ESMTP id MAA20939 for <parkbench-comm@CS.UTK.EDU>; Tue, 13 May 1997 12:33:07 -0500 (CDT)
Received: from magnet.cray.com (magnet [128.162.173.162]) by ironwood.cray.com (8.8.4/CRI-ironwood-news-1.0) with ESMTP id MAA16428 for <parkbench-comm@CS.UTK.EDU>; Tue, 13 May 1997 12:33:06 -0500 (CDT)
From: Charles Grassl <cmg@cray.com>
Received: by magnet.cray.com (8.8.0/btd-b3)
          id RAA20181; Tue, 13 May 1997 17:33:04 GMT
Message-Id: <199705131733.RAA20181@magnet.cray.com>
Subject: Parkbench directions
To: parkbench-comm@CS.UTK.EDU
Date: Tue, 13 May 1997 12:33:04 -0500 (CDT)
X-Mailer: ELM [version 2.4 PL24-CRI-d]
MIME-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit


To:   ParkBench Group
From: Charles Grassl

Date: May 13, 1997

(Long)

I appreciated the meeting this past week and wish to thank Eric and Jack 
for hosting it.  I am aware of the great effort of many individuals
have contributed to developing and implementing the ParkBench suite.
In spite of this, I feel that we need to evaluate and correct our course.

ParkBench should not merge with or use benchmarks from the SPEC/HPG
(High Performance Group) group.  SGI/Cray and IBM have already
withdrawn from the SPEC/HPG group and Fujitsu and NEC are no longer
participating.  The reasons for these companies and other institutions
no longer participating should indicate to us (ParkBench) that
something is amiss with the SPEC/HPG benchmarks and paradigm.

Several of the reasons for the supercomputer manufacturers not
supporting the SPEC/HPG effort are listed below.  I list these reasons
so that the ParkBench group can learn from them and avoid the same
problems.

- Relevance.  The particular benchmark programs being used by SPEC/HPG
  are not relevant or appropriate for supercomputing.  The programs in
  the current SPEC/HPG suite do not represent any leading edge software
  which is more typical of usage for high performance systems.

- Redundancy.  The programs being developed by SPEC/HPG
  are not qualitatively or quantitatively different from the SPEC/OSG
  programs and as such, it is viewed as redundant and expensive.

- Methodology.  The methodology being used by SPEC/HPG to
  procure, develop and run benchmarks lacks scientific and technical
  basis and hence results have a vague and arbitrary interpretation.

- Programming model.  Designing benchmarks for portability across
  systems is a convenient idea but does not reflect actual constraints
  or usage.  More often than not, compatibility with a PREVIOUS model
  of computer is more important than compatibility ACROSS computers.

- Expense.  Some of the large data cases for the SPEC/HPG programs
  will requires hours or days to run with little new data or
  information gained by the exercise.  These exercises are extremely
  expensive both in time and capital equipment and in logistics.

- Ergonomics.  The cumbersome design of SPEC/HPG Makefiles and build
  procedures make the programs difficult and expensive to test,
  maintain and analyze.

We in the ParkBench group must acknowledge the above items if we are to
maintain interest and participation from computer vendors.  I believe
that reorganizing and refocusing the group could revitalize high
performance computer benchmarking and and re-invigorate the ParkBench
group.

As the ParkBench suite now stands, there are too many programs and they
are difficult to build, test and maintain.  This situation impedes
usage and participation.  Here are a few suggestions for our future
practices and directions:

- Design and write benchmarks programs.  Don't borrow or solicit old
  code.  The borrowed or solicited code is never quite appropriate and
  usually obsolete.  Our greatest asset is that we have scientist who
  are capable of designing experiments (benchmarks).  (Build value.)

- Monitor and evaluate accuracy.  Though we mention accuracy in
  ParkBench Report 1, we haven't applied it to the current programs
  (Scientifically validate, or invalidate, our experiments.)

- Make it simple.  Write and develop simple programs which do not need
  elaborate build procedures and which easier to test and to maintain.
  (Keep It Simple, Stupid.)

- Build a better user interface.  The belabored "run rules" and the
  interface with layers of Makefiles, includes and embedded relative
  file paths is unacceptable.  An acceptable interface might require
  binary distribution and hence a desirable emphasis on designing and
  running rather than building and porting the benchmarks.  (Make the
  product more attractive to more users.)

- Make the suite truly modular.  The current structure makes the
  simplest one CPU program as difficult to build and run as the most
  complicated program with Makefile includes, special compilers, source
  file includes, special libraries, suite libraries, etc. (Make it
  manageable.)

- Drop the connection with SPEC/HPG and with NPB.  This "grand
  unifying" scheme make redundant code.  It has had the opposite effect
  of focusing benchmarking attention on ParkBench because it is yet
  another collection of benchmarks used by other organizations.  (Be
  distinguishable and identifiable.)

- Emphasis what ParkBench is associated with:  benchmarking distributed
  memory parallel computers.  We should write and develop benchmark
  programs which measure and instrument the parallel processing aspect
  of MPP systems.  (Keep our focus.)


I volunteer to develop and write a suite of message passing test
programs which measure the performance and variance of message passing
communication schemes.  I have much experience with writing such a
programs and believe that such suite would be useful for others and for
the computer industry in general.

I hesitate to contribute such programs to the present structure for
several reasons:

- The network test suite does not logically fit into the current
  "hierarchy" and hence might further clutter the ParkBench suite and
  make it further unfocused.

- The current ParkBench structure is not manageable.  Testing and
  maintenance would be extremely expensive in the current structure.

- My company's effort may be interpreted as an endorsement of the
  current structure and model.  The suite is not popular with vendors
  for reasons outlined above.  Participation is currently discouraged.


Discussion?  


Regards,
Charles Grassl
SGI/Cray
Eagan, Minnesota  USA

From owner-parkbench-comm@CS.UTK.EDU Wed May 21 17:25:15 1997
Return-Path: <owner-parkbench-comm@CS.UTK.EDU>
Received: from CS.UTK.EDU by netlib2.cs.utk.edu with ESMTP (cf v2.9t-netlib)
	id RAA27513; Wed, 21 May 1997 17:25:15 -0400
Received: from localhost (root@localhost) 
        by CS.UTK.EDU with SMTP (cf v2.9s-UTK)
	id RAA07579; Wed, 21 May 1997 17:18:07 -0400
Received: from rastaman.rmt.utk.edu (root@TCHM11A6.RMT.UTK.EDU [128.169.27.188]) 
        by CS.UTK.EDU with ESMTP (cf v2.9s-UTK)
	id RAA07571; Wed, 21 May 1997 17:18:02 -0400
Received: from rastaman.rmt.utk.edu (localhost [127.0.0.1]) by rastaman.rmt.utk.edu (8.7.6/8.7.3) with SMTP id RAA01108; Wed, 21 May 1997 17:24:43 -0400
Sender: mucci@CS.UTK.EDU
Message-ID: <3383681A.D98C5FB@cs.utk.edu>
Date: Wed, 21 May 1997 17:24:42 -0400
From: "Philip J. Mucci" <mucci@CS.UTK.EDU>
Organization: University of Tennessee, Knoxville
X-Mailer: Mozilla 3.01 (X11; I; Linux 2.0.28 i586)
MIME-Version: 1.0
To: parkbench-comm@CS.UTK.EDU
CC: "PVM Developer's Mailing List" <pvmspankers@msr.epm.ornl.gov>
Subject: Mesg Passing Benchmarks
References: <199705131733.RAA20181@magnet.cray.com>
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

Hi all,

Charles Grassl in his last message to this committee volunteered
to write a suite of message passing benchmarks to replace the Low
Levels...Before any action on his or this committee's part, I would
recommend that you all have a look at version 3 of my pvmbench
package. It now does MPI as well and can easily support other
message passing primitives with a few #defines. 

Version 3 along with some sample results can be found at
http://www.cs.utk.edu/~mucci/pvmbench.

Note that this has not been tested on any MPP's with UTK PVM.

This benchmark will generate and graph the following:

bandwidth
gap time (to buffer an outgoing message)
roundtrip (latency /2)
barrier/sec
broadcast
summation reduction

Other tests can easily be added...I would highly recommend before any 
action done that this code be examined. It is less than a year old, 
version 3 available on that page is in beta, i.e. it has not been
released to the general public. Let me know what you think...

-Phil

-- 
/%*\ Philip J. Mucci | GRA in CS under Dr. JJ Dongarra /*%\
\*%/ http://www.cs.utk.edu/~mucci  PVM/Active Messages \%*/

From owner-parkbench-comm@CS.UTK.EDU Fri May 23 12:03:04 1997
Return-Path: <owner-parkbench-comm@CS.UTK.EDU>
Received: from CS.UTK.EDU by netlib2.cs.utk.edu with ESMTP (cf v2.9t-netlib)
	id MAA06549; Fri, 23 May 1997 12:03:03 -0400
Received: from localhost (root@localhost) 
        by CS.UTK.EDU with SMTP (cf v2.9s-UTK)
	id LAA15901; Fri, 23 May 1997 11:05:32 -0400
Received: from berry.cs.utk.edu (BERRY.CS.UTK.EDU [128.169.94.70]) 
        by CS.UTK.EDU with ESMTP (cf v2.9s-UTK)
	id LAA15895; Fri, 23 May 1997 11:05:30 -0400
Received: from cs.utk.edu by berry.cs.utk.edu with ESMTP (cf v2.11c-UTK)
          id LAA01370; Fri, 23 May 1997 11:05:31 -0400
Message-Id: <199705231505.LAA01370@berry.cs.utk.edu>
to: parkbench-comm@CS.UTK.EDU
Subject: Minutes of May ParkBench Meeting
Date: Fri, 23 May 1997 11:05:31 -0400
From: "Michael W. Berry" <berry@CS.UTK.EDU>

Here are the minutes from the recent ParkBench meeting in Knoxville.
Best regards,
Mike

-----------------------------------------------------------------
Minutes of ParkBench Meeting - Knoxville Hilton, May 9, 1997
-----------------------------------------------------------------

ParkBench Attendee List:

     (MBa) Mark Baker          Univ. of Portsmouth   mab@sis.port.ac.uk
     (MBe) Michael Berry       Univ. of Tennessee    berry@cs.utk.edu
           Shirley Browne      Univ. of Tennessee    browne@cs.utk.edu
     (JD)  Jack Dongarra       Univ. of Tenn./ORNL   dongarra@cs.utk.edu
           Jeff Durachta       Army Res. Lab MSRC    durachta@arl.mil
     (VG)  Vladimir Getov      Univ. of Westminister getovv@wmin.ac.uk
     (CG)  Charles Grassl      SGI/Cray              cmg@cray.com
     (TH)  Tony Hey            Univ. of Southampton  ajgh@ecs.soton.ac.uk
     (AH)  Adolfy Hoisie       Los Alamos Nat'l Lab  hoisie@lanl.gov
     (CK)  Charles Koelbel     Rice University       chk@cs.rice.edu
     (PM)  Phil Mucci          Univ. of Tennessee    mucci@cs.utk.edu
           Erik Riedel         GENIAS Software GmbH  erik@genias.de
     (SS)  Subhash Saini       NASA Ames             saini@nas.nasa.gov
     (RS)  Ron Sercely         HP-Convex             sercely@convex.hp.com
           Alan Stagg          CEWES                 stagga@wes.army.mil
     (ES)  Erich Strohmaier    Univ. of Tennessee    erich@cs.utk.edu
     (PW)  Pat Worley          Oak Ridge Nat'l Lab   worleyph@ornl.gov

SPEC-HPG Visitors:

           Don Dossa           DEC                   dossa@eng.pko.dec.com
     (RE)  Rudi Eigenmann      Purdue University     eigenman@ecn.purdue.edu
           Greg Gaertner       DEC                   ggg@zko.dec.com
           Jean Suplick        HP                    suplick@rsn.hp.com
           Joe Throp           Kuck & Associates     throp@kai.com

At 9:05am EST, TH opened the meeting and ask that all the attendees
introduce themselves.  After a brief overview of the proposed agenda,
MBe reviewed the minutes from the last ParkBench meeting in October
of '96.  The minutes were unanimously accepted and TH asked VG to
present the proposed changes to the low-level benchmarks (9:20am).

VG reviewed the original COMMS1 (ping-pong or simplex communication) and
the COMMS2 (duplex communication) low-level benchmarks.  He discussed
some of the problems with the previous versions.  These included the
omission of calculated bandwidth, large message length problems, and
large errors in the asymptotic fit.   In collaboration with RS and CG,
a number of improvements have been made to these benchmarks:

	1. Measured bandwidth is provided in output.
	2. Time for shortest message is provided.
	3. Maximum measured bandwidth and the corresponding message
	   length is now provided.
	4. The accuracy of the least-squares 2-parameter fit has been
	   improved (sum of squares of the "relative" and not absolute
	   error is now used).
	5. New 3-parameter variable-power fit for certain cases added.
	6. Can report parametric fits if the error is less than some
   	   user-specified tolerance.
	7. Introduce KDIAG parameter to invoke diagnostic outputs.
	8. Modifications fo ESTCOM.f (as suggested by RS).
    
CG pointed out that it may not always be possible to interpret zero-length 
messages for these codes.  On the Cray machines, such messages force an 
immediate return (i.e., no synchronization).  He proposed that allowing zero-
length messages be removed for the COMMS benchmarks.  RS showed an actual
COMMS1 performance graph demonstrating the difficulty of data extrapolation
(if used to get latency for zero-length message-passing).  RS pointed out,
however, that zero-length message are defined w/in MPI, and suggested that
a simple return (as in the case of Cray machines) is not standard.

VG displayed some of the observed COMMS1/2 performance obtained on the
Cray T3E.  The 3-parameter fit yielded a 7% relative error for messages
ranging from 8 to 1.E+7 bytes.  CG questioned how the breakpoints were
determined?  He indicated the input parameters to the program required
previous knowledge of where breakpoints occur (although implementations
could change constantly).  TH suggested that the parametric fitting should
not be the default for these benchmarks, i.e., separate the analysis from
the actual benchmarking (this concept was seconded by CG).  RS suggested
that the fitting routines could be placed on the WWW/Internet and the
COMMS1/2 codes simply produce data.  CK, however, stressed that the codes
should maintain some minimal parametric fitting for clarity and
consistency of output interpretations.  

The minimal message length shown for the T3E results shown by VG was 8 and
the corresponding minimal message length for a Convex CXD set of
COMMS benchmarks was 1.  The lack of similar ranges of messages could
pose problems for comparisons.  JD strongly felt that users will return
to the notion of "latency" and want zero-length message overheads.  Users
may be primarily interested in start-up time for message-passing.  RS pointed
out that MPI does process zero-length messages.  JD suggested that
the minimal message length for the COMMS benchmarks be 8 bytes and RS proposed
that the minimal message-passing time and corresp. message length be
an output.  After more discussion, the following COMMS changes/outputs were 
unanimously agreed upon:

	1.  Maximum bandwidth with corresp. message size.
	2.  Minimum message-passing time with corresp. message size.
	3.  Time for minimum message length (could be 0, 1, 8, or 32 bytes
            but must be specified).
	4.  The software will be split into two program: one to report
	    the spot measurements and the other for the analysis.


At 10:00 am, SPEC-HPG members joined the ParkBench meeting for a joint
session.  CK reviewed the DoD Modernization Program.  He indicated that
the program is based on 3 primary components:

	1. CHSSI (Commonly Highly Scalable Software Initiative)
	2. DREN (Defense Research & Engineering Network)
	3. Shared Resource Centers (4 Major Shared Resource Centers or
           MSRC's and 20 Distributed Centers or DC's)

Benchmarking is part of the mission of the MSRC's, especially for
system integration and the Programming Environment & Training (PET)
team.  CK mentioned that the resources available at the MSRC's include:

256-proc. Cray T3E, SGI Power Challenge (CEWES), 256 proc. IBM SP/2 and
SGI Origin 2000 at ASC, SGI 790 at NAVO, and a collection of {SGI Origin,
Cray Titan, J90} at the Army Research Lab.

The benchmarking needs of the DoD program can be categorized as either
contractual or training.  The contractual needs are specified as PL1
(evaluation of initial machines), PL2 (upgrade to gain 3 times the
performance of PL1), and PL3 (upgrade to gain 10 times the performance
of PL1).  CK mentioned that the MSRC's are planning for the PL2 phase
later this year with PL3 scheduled in approx. 3 years.
The training needs include: the evaluation of programming paradigms,
the evaluation of performance trade-offs, templates for designing new
codes, and benchmarks for training examples.

The contractual benchmarks comprise 30 benchmarks (22 programs) some
of which are export-controlled or proprietary (data may not be used
in the public domain in some cases).  The run rules specify the number
of iterations for each benchmark in the suite.  Each MSRC uses a different
number of iterations per benchmark.  Code modifications are allowed (parallel
directives and message-passing can be used but no assembler) and algorithm
substitutions are permitted provided the problem does not become specialized.
The only performance metric reported for these benchmarks is the elapsed
time for the entire suite.  Benchmarks can be upgraded to reflect current
workloads of the MSRCs but they must be compared head-to-head with 
previous systems.

Example codes included in the DoD benchmark suite include: CTH (finite
volume shock simulation), X3D (explicit finite element code), OCEAN-O2 (an
ocean modeling code), NIKE3D (implicit nonlinear 3D FEM), and Aggregate
I/O benchmark.

Planned benchmarking activites for the DoD Modernization Program include:

	1. benchmarks for evaluating programming techniques (determine what
           works; develop decision trees)
	2. benchmarks for teaching (classes on "worked" examples; template
           modification)

This effort currently has 1 FTE and over 50 University personnel (in PET
program) involved (although they are not primarily responsible for
benchmarking work).

At 10:35am, TH asked AH from Los Alamos Nat'l Lab to overview their ASCI
benchmark suite.  He began by pointing out that these codes formulate the
"Los Alamos set of" ASCI Benchmarks.  Before presenting the list of codes,
AH noted that the philosophy of this activity was to achieve 
"experiment ahead" capability especially with immature computing platforms.
Los Alamos is also interested in developing performance modes as well as
kernels.  The list of active/research codes and compact applications 
comprising this suite are:

Code		Language(s)	Parallelism 	Description           
    
*HEAT(RAGE)	f77, f90	MPI(f90)	Eulerian adaptive mesh
				MPIfSM(f77)	refinement based on
						Riemann solvers; coupled
						physics-CFD; particle &
						radiative transport

EULER		f90		MPI		Admissable fluid (for SIMD);
				SIMD(SP		unstructured mesh, explicit
				vector)		solution; high-speed fluids;
						SP=single processor

NEUT		f77		MPI,SM,		Monte-Carlo, particle
				SHMEM

SWEEP3D		f90		MPI, SHMEM	Inner/outer iteration (kernel)
                                                (compact application)

HYDRO(T)	f77		Serial          (compact application)

TBON		f77		MPI		Material science; quantum
						mechanics; polymer age    
						simulation

*TECOLOTE	C++		MPI		Mixed call hydro. with regular
						structured grid

*TELURIDE	f90		MPI		Casting simulation; irregular
						structured grid; Krylov solution
						methods

*DANTE		HPF		MPI

* = export controlled

The codes and compact apps above vary in size from 2,000 to 35,000 lines.
AK noted that LANL could provide support for future ASCI-based ParkBench codes. 
The ASCI benchmark suite presented might include in the future tri-lab
(Livermore, Sandia, Los Alamos) contributions.  The ASCI application suite can
be set up with data sets leading to varying run-times.  AH mentioned that Los 
Alamos' ASCI benchmarking efforts are focused on high performance computing,
leading edge architectures, algorithms, and applications.  They are 
particularly concentrating in developing expertise in distributed shared-memory
performance evaluation and modeling.  AH expressed the hope that the efforts of
ParkBench will follow similar directions.

At 11:05am, SS reviewed some of the most recent NAS Parallel Benchmarks results.
He began with vendor-optimized CG Class B results using row and column 
distribution blocking.  Results for different numbers of processors of the T3D 
were reported along with results for the NEC SX-4, SGI Origin 2K, Convex SPP2K,
Fujitsu VPP700, and IBM P2SC.  He also showed results for FT Class B and BT 
Class B (all machines reported performed well on this benchmark).  For BT, it 
was pointed out that 4 of the machines (Cray T3E, DEC Alpha, IBM P2SC, and NEC 
SX-4) essentially are based on the same processor but achieve widely-varying
results.  SS also reported HPF Class A MG results on 16 processors of the IBM 
SP2.  The HPF version (APR-HPF/Portland Group compiled) was only 3 times slower
than the MPI-based (f77) implementation.  This is indeed a significant result 
given that two years ago the HPF version was as much as 10 times slower than 
the comparable MPI version.  An HPF version of the Class A FT benchmark on 64 
processors was shown to be faster than the MPI version (1.6 times faster) when
optimized libraries are used in both versions.  For the Class A SP benchmark
(on 64 processors of the SP/2), the APR- and PGI-compiled HPF versions were 
within a factor of 2 of the MPI versions.  Finally, the HPF Class A BT code on 
64 processors of the Cray T3D was within a factor of 0.5 of the MPI version.

At 11:35am, TH invited RE to overview current SPEC-HPG activities.  The SPEC-HPG
benchmarks define a suite of real-world high-performance computing applications
designed for comparisons across different platforms (serial and message-
passing).  RE pointed out the history of the SPEC-HPG effort as a merger between
the PERFECT and SPEC benchmarking activities.  The current SPEC-HPG suite is
comprised of 2 codes: SPECchem96 and SPECseis96.  The SPECchem96 code evolved
from the GAMES code used in pharmaceutical and chemical industries.  It
comprises 109,389 lines of f77 (21% comments), 865 subroutines and
functions.  The wave functions are written to disk.  The SPECseis96 code
is derived from the ARCO benchmark suite which consists of four phases: data
generation, stack data, time migration, and depth migration.  This code
decomposes the domain into n equal parts (for n processors) with each part
processed independently.  It is have over 15K lines of code made up of
230 Fortran subroutines and 199 C functions for I/O and systems utilities.
SPECseis96 uses 32-bit precision, FFT's, Kirchoff integrals, and finite
differences.

The very first set of SPEC-HPG benchmark results were approved on May 8,
1997 (preceding day).  New benchmarks being considered are PMD (Parallel
Molecular Dynamics) and MM5 (NCAR Weather Processing C code).  The decision
on whether or not to accept these two potential SPEC-HPG codes will be made
in about 5 months.  The SPEC-HPG run rules permit the use of compiler
switches, source code changes, optimized libraries (which have been
disclosed to customers).  Only approved algorithmic changes will be disclosed.
RE gave the URL for the SPEC-HPG effort: http://www.specbench.org/hpg.  He
also referred to a recent article by himself and S. Hassanzadeh in "IEEE
Computational Science & Engineering" and two email reflectors for SPEC-HPG
communication: comments@specbench.org and info@specbench.org.

JD then gave a brief history of ParkBench and SPEC-HPG interactions and
suggested that the two efforts might consider sharing results and software.
The biggest difference in the two efforts is in the availability of
software as ParkBench code is freely available and SPEC-HPG software
has some restrictions.  A forum to publish both sets of results was discussed
and it was agreed that both efforts should at least share links on their
respective webpages.  RE pointed out that anyone can get the SPEC-HPG CD
of benchmarks without actually being a SPEC member.

JD stressed that the process of running codes (for any suite) needs to
be simplified so that building executables for different platforms is not
problematic.  Modifications for porting should be restricted to driver programs.
RS indicated that he has Perl scripts that runs all low_level, including 
COMMS3 for 2 to N procs, and produces a summary of the results. 

*** ACTION ITEM ***
JD, RE, AH, and CK will discuss a potential joint effort to simplify the
running of benchmark codes (contact RS also about his Perl scripts).

MBa noted that the SPEC-HPG members should be added to the ParkBench
email list (parkbench-comm@cs.utk.edu).  He also indicated that European
benchmarking workshop scheduled next Fall might coordinate with the
European SPEC group (scheduled for Sept. 11-12).

At 12:10pm, the attendees went to the lunch (Soup Kitchen).

After lunch (1:30pm), TH asked ES and VG to coordinate changes to the
COMMS benchmarks discussed above (*** ACTION ITEM ***).  ES then discussed
modifications to poly2 for the ParkBench V2.2 suite.  The proposed changes
include
	1. enlarged arrays A(1000000), B(1000000)
	2. removal of arrays C and D
	3. avoid cache flush (use a sliding vector), i.e., 

             DO I=1,N               DO I=NMIN,NMAX
                         becomes       ...

                                       NMIN=NMIN+N+INC

           where INC=17 by default (avoids reuse of the old cache line).

PM then discussed a program for determining parameters for memory subsystems.
Characteristics of this software include the use of tight loops, independent
memory references, maximized register use.  He showed graphs of memory
hierarchy bandwidth (reads and writes) depicting memory size (ranging from 4Kb
to 4Mb) versus Mb/sec transfer rates.  Some curves illustrated the effective 
cache size quite well.  PM pointed out that dynamically-scheduled processors
pose a significant problem for this type of modeling.  The program can be
run with or without a calibration loop exploiting known memory transfer data.
CG suggested that it would be nice to have such a program to measure latency
at all levels of the hierarchy.  PM's webpages for this program are:

	http://www.cs.utk.edu/~mucci/cachebench and
	http://www.cs.utk.edu/~mucci/parkbench.

CK suggested that an uncalibrated version of PM's benchmark would be more
useful to users (more reflective of real codes).  JD pointed out that the
output of the program could be tabulated bandwidths, latencies, etc.  CG
felt this program would be a very useful tool.  PM noted that the calibration
will not be used by default.  TH suggested that the ParkBench effort might
want to develop a future "ParkBench Tool Set" which contains progams like
this one developed by PM.

With regard to the Linalg Kernels, ES noted that although many of the
routines have calls to Scalapack routines, Scalapack will not be included
in future software releases.  Users will have to ge their own copies of
the source (or binaries) for Scalapack.  The size of these particular
kernel benchmarks drops by a factor of one-third by removing Scalapack.

*** ACTION ITEM ***
ES will report the most recent Linalg benchmark performance results at the
next ParkBench meeting.

TH then asked for discussions on new benchmarks with MBa leading the
discussion on HPF benchmarks.  MBa indicated that a new mail reflector
(parkbench-hpf@cs.utk.edu) had been set up for this cause with himself
as moderator for low-level codes (CK will moderate kernels and SS will
moderate discussions on HPF compact applications).  MBa noted that there
is limited manpower for the HPF benchmarking activities.  CK noted that
he had discussed this effort at recent the HPFF meeting (and other
users meetings).  A draft document on the ParkBench HPF benchmarks is
available at http://www.sis.port.ac.uk/~mab/ParkBench.  MBa felt strongly
that without manpower support this particular activity will die and that
a lead site is needed.

*** ACTION ITEM ***
CK and SS will investigate interest in HPF compact application development.

JD indicated that wrappers are being used to create HPF versions of the
Linalg kernels.  The procedure involves writing wrappers for the current
Scalapack driver programs.  Eventually, these programs may be completely
rewritten in HPF (this will start in the summer).  TH suggested that HPF
kernel benchmark performance be reported at the ParkBench meeting 
in September (at Southampton Performance Workshop).

MBa went on to report on the status of I/O benchmarks.  Basically, not
much progress has been made on the ParkBench I/O initiative.  A new I/O 
project between ECMWF, FECIT, and the Univ. of Southampton was launched
this past February.  They are looking at the I/O  in the IFS code from
the ECMWF (European Weather Forecasting).  David Snelling is the FECIT
leader who has also participated in ParkBench activities.  This I/O
project has 1 FTE at Southampton and 1.5 FTE at FECIT along with several
personnel at ECMWF.  One workshop, two technical meetings for the 1-year
project is planned.  The goals are: to develop instrumented I/O
benchmarks and build on top of MPI-IO (test, characterize parallel
systems).  Their methodology is very similar to that of ParkBench.
Codes in f90 and ANSI C are being considered (stubs for VAMPIR and
PABLO).  Regular reports to Fujitsu (sponsor of activity) are planned
and a full I/O test suite is planned by February 1998.

MBa also reported on the status of the ParkBench graphical database.
Currently, the performance data is kept in a relational DBMS.  A
frontend Java applet has been written to query the DBMS on-the-fly.
A backend is also in development which will automate the extraction
of new performance data and insertion into the DBMS (via an http
server).  By September, a more complete prototype which will allow
MS access and JDBC between 2 different machines should be ready.

VG then discussed the development of Java-based low-level benchmarks.
He presented a Java-to-C Interface Generator which would allow Java
benchmarks to call existing C libraries on remote machines.  He
presented sample Java+C NAS PB results on a 16-processor IBM SP/2
(Class A IS Benchmark):

           Version        1 Proc  2Procs  4 Procs  8 Procs  16 Procs
           NASA (C)        29.1    17.4     9.4     5.2        2.8
                 C         40.5    24.9     13.1    9.3       15.6
              Java         ----   132.5     64.7   37.9       33.5

At 2:50pm, TH reported other ParkBench activities including the
new PEMCS (Performance Evaluation and Modeling for Computer Systems)
electronic journal.  Suggested articles/authors include:

       *1. ParkBench Report No. 2 (ES, MBe)
       *2. NAS PB
	3. SPEC-HPG
       *4. Top 500
	5. AutoBench (M. Ginsburg)
       *6. Euroben (van der Steen)
	7. RAPS
	8. Europort
       *9. Cache benchmarks
       10. ASCI benchmarks (DoD)
      *11. PERFORM
       12. R. Hockney
      *13. PEPS
       14. C3I/Rome Labs

Those articles possible for Summer '97 are marked via *.  JD suggested
that articles be available in Encapsulated Postscript, PDF (Adobe),
and HTML.  TH noted that EU funding will provide a host computer and
some administration.  Possible publishers are Oxford Univ. Press and
Elsevier.

At 3:10pm, ES requested more items for the ParkBench bibliography
which will be available on the WWW.  PW suggested that authors should
be able to submit links to ParkBench-related applications.  JD then
briefly discussed WebBench which is a website focused on benchmarking
and performance evaluation.  Data is presented on platform,s applications,
organizations, vendors, conferences, papers, newsgroups, FAQ's, and
repositories (PDS, Top500, Linpack, etc.).  The WebBench URL is
http://www.netlib.org/benchweb.

MBa reminded attendees of the Fall Performance Workshop/ParkBench
meeting on (Thursday and Friday) Sept. 11 and 12.  This meeting
will be held at Venue, County Hotel, Southampton, UK.  Invited
and contributed talks will be presented.

With regard to ParkBench funding, JD indicated that the UT/ORNL/NASA
Ames proposal was not selected for funding but that it could be re-
submitted next year.  Expected funding from Rome lab was not received.
TH and VG did not succeed this past year either although some funding
from Fujitsu is possible.

TH adjourned the meeting at 3:25pm EST.

From owner-parkbench-comm@CS.UTK.EDU Tue May 27 10:32:45 1997
Return-Path: <owner-parkbench-comm@CS.UTK.EDU>
Received: from CS.UTK.EDU by netlib2.cs.utk.edu with ESMTP (cf v2.9t-netlib)
	id KAA25239; Tue, 27 May 1997 10:32:45 -0400
Received: from localhost (root@localhost) 
        by CS.UTK.EDU with SMTP (cf v2.9s-UTK)
	id KAA05022; Tue, 27 May 1997 10:12:02 -0400
Received: from exu.inf.puc-rio.br (exu.inf.puc-rio.br [139.82.16.3]) 
        by CS.UTK.EDU with SMTP (cf v2.9s-UTK)
	id KAA05013; Tue, 27 May 1997 10:11:53 -0400
Received: from obaluae (obaluae.inf.puc-rio.br) by exu.inf.puc-rio.br (4.1/SMI-4.1)
	id AA20170; Tue, 27 May 97 11:11:00 EST
From: maira@inf.puc-rio.br (Maira Tres Medina)
Received: by obaluae (SMI-8.6/client-1.3)
	id LAA16226; Tue, 27 May 1997 11:10:58 -0300
Date: Tue, 27 May 1997 11:10:58 -0300
Message-Id: <199705271410.LAA16226@obaluae>
To: parkbench-comments@CS.UTK.EDU
Subject: Benchmarks
Cc: parkbench-comm@CS.UTK.EDU, maira@CS.UTK.EDU, victal@CS.UTK.EDU
X-Sun-Charset: US-ASCII

Hello 

I'm a graduate student at the Computer Science Department of PUC-Rio
(Catholic University of Rio de Janeiro). I'm  currently studing
Low_Level benchmarks for measuring basic computer characteristics.

I have had same problems trying to run some of the benchmarks.
For example, the benchmark comms1 for PVM, prints the following errors messages
and stops.
 
    n05.sp1.lncc.br:/u/renata/maira/ParkBench/bin/RS6K>comms1_pvm
      Number of nodes =          2
      Front End System (1=yes, 0=no) =          0
      Spawning done by process (1=yes, 0=no) =          1
      Spawned           0  processes OK...
      libpvm [t4000c]: pvm_mcast(): Bad parameter
      TIDs sent...benchmark progressing...
 
 
   n05.sp1.lncc.br:/u/renata/maira/ParkBench> bin/RS6K/comms1_pvm 
     1525-006 The OPEN request cannot be processed because STATUS=OLD was coded 
     in the OPEN statement but the file comms1.dat does not exist. The program 
     will continue if ERR= or IOSTAT= has been coded in the OPEN statement.
     1525-099 Program is stopping because errors have occurred in an I/O request 
     and ERR= or IOSTAT= was not coded in the I/O statement.
 
 
I would like to know how I can execute the benchmarks only for  PVM.
Can you help me?
 
I have not had problems with benchmarks sequentials (tick1, tick2 ...).
 
Thank you very much for your attention.
 
Maira Tres Medina
Phd. Student
Pontificial Catholic University
Rio de Janeiro, Brazil
 

From owner-parkbench-comm@CS.UTK.EDU Wed May 28 16:36:07 1997
Return-Path: <owner-parkbench-comm@CS.UTK.EDU>
Received: from CS.UTK.EDU by netlib2.cs.utk.edu with ESMTP (cf v2.9t-netlib)
	id QAA15377; Wed, 28 May 1997 16:36:06 -0400
Received: from localhost (root@localhost) 
        by CS.UTK.EDU with SMTP (cf v2.9s-UTK)
	id QAA16158; Wed, 28 May 1997 16:26:41 -0400
Received: from rastaman.rmt.utk.edu (root@TCHM03A16.RMT.UTK.EDU [128.169.27.60]) 
        by CS.UTK.EDU with ESMTP (cf v2.9s-UTK)
	id QAA16150; Wed, 28 May 1997 16:26:37 -0400
Received: from rastaman.rmt.utk.edu (localhost [127.0.0.1]) by rastaman.rmt.utk.edu (8.7.6/8.7.3) with SMTP id QAA00226; Wed, 28 May 1997 16:33:33 -0400
Sender: mucci@CS.UTK.EDU
Message-ID: <338C968B.124F15AA@cs.utk.edu>
Date: Wed, 28 May 1997 16:33:33 -0400
From: "Philip J. Mucci" <mucci@CS.UTK.EDU>
Organization: University of Tennessee, Knoxville
X-Mailer: Mozilla 3.01 (X11; I; Linux 2.0.28 i586)
MIME-Version: 1.0
To: Maira Tres Medina <maira@inf.puc-rio.br>
CC: parkbench-comments@CS.UTK.EDU, parkbench-comm@CS.UTK.EDU
Subject: Re: Benchmarks
References: <199705271410.LAA16226@obaluae>
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

Hi,

You need to make sure the dat files are in the executable directory.
They should be installed in $PVM_ROOT/bin/$PVM_ARCH.

-Phil

-- 
/%*\ Philip J. Mucci | GRA in CS under Dr. JJ Dongarra /*%\
\*%/ http://www.cs.utk.edu/~mucci  PVM/Active Messages \%*/

From owner-parkbench-comm@CS.UTK.EDU Thu Jun  5 11:30:41 1997
Return-Path: <owner-parkbench-comm@CS.UTK.EDU>
Received: from CS.UTK.EDU by netlib2.cs.utk.edu with ESMTP (cf v2.9t-netlib)
	id LAA11302; Thu, 5 Jun 1997 11:30:41 -0400
Received: from localhost (root@localhost) 
        by CS.UTK.EDU with SMTP (cf v2.9s-UTK)
	id KAA14227; Thu, 5 Jun 1997 10:53:09 -0400
Received: from haven.EPM.ORNL.GOV (haven.epm.ornl.gov [134.167.12.69]) 
        by CS.UTK.EDU with ESMTP (cf v2.9s-UTK)
	id KAA14220; Thu, 5 Jun 1997 10:53:07 -0400
Received: (from worley@localhost) by haven.EPM.ORNL.GOV (8.8.3/8.8.3) id KAA06499; Thu, 5 Jun 1997 10:53:06 -0400 (EDT)
Date: Thu, 5 Jun 1997 10:53:06 -0400 (EDT)
From: Pat Worley <worley@haven.EPM.ORNL.GOV>
Message-Id: <199706051453.KAA06499@haven.EPM.ORNL.GOV>
To: parkbench-comm@CS.UTK.EDU
Subject: Gordon conference deadline extended
Forwarding: Mail from 'Pat Worley <worley>'
     dated: Thu, 5 Jun 1997 10:48:07 -0400 (EDT)
Cc: worley@haven.EPM.ORNL.GOV, tony@cs.msstate.edu

(Our apologies if you receive this multiple times.)

There is still room for additional attendees at the Gordon Conference on High
Performance Computing, and the Gordon Research Conference administration has
agreed to extend the application deadline. As a practical matter,
applications need to be submitted no later than JULY 1. We will also stop
accepting applications before that date if the maximum meeting size is
reached, so please apply as soon as possible if you are interested in
attending.   

The simplest way to apply is to download the application form from the web
site 

http://www.erc.msstate.edu/conferences/gordon97

or to use the online registration option available at the same site.
If you have any problems with either of these, please contact the organizers
at tony@cs.msstate.edu and worleyph@ornl.gov. 

Complete information on the meeting is available from the Web site or its
links, but a short summary of the meeting follows:

--------------------------------------------------------------------------

The 1997 Gordon Conference on High Performance Computing and
Information Infrastructure: "Practical Revolutions in HPC and NII"

Chair, Anthony Skjellum, Mississippi State University, tony@cs.msstate.edu,
       601-325-8435
Co-Chair, Pat Worley, Oak Ridge National Laboratory, worleyph@ornl.gov,
       615-574-3128

Conference web page: http://www.erc.msstate.edu/conferences/gordon97

July 13-17, 1997
Plymouth State College
Plymouth NH

The now bi-annual Gordon conference series in HPC and NII commenced in 1992
and has had its second meeting in 1995.  The Gordon conferences are an
elite series of conferences designed to advance the state-of-the-art in
covered disciplines. Speakers are assured of anonymity and
referencing presentations done at Gordon conferences is prohibited by
conference rules in order to promote science, rather than publication
lists.  Previous meetings have had good international participation,
and this is always encouraged. Experts, novices, and technically
interested parties from other fields interested in HPC and NII are
encouraged to apply to attend.

The conference consists of technical sessions in the morning and evening,
with afternoons free for discussion and recreation. Each session consists of
2 or 3 one hour talks, with ample time for questions and discussion. All
speakers are invited and there are no parallel sessions. All attendees are
both encouraged and expected to actively participate, via discussions during
the technical sessions or via poster presentations. 

All attendees, including speakers, poster presenters, and session chairs,
must apply to attend. Poster presenters should indicate their poster
proposals on their applications. While all posters must be approved,
successful applicants should assume that their posters have been accpeted
unless they hear otherwise. 

Meeting Themes:
  Networks: Emerging capabilities and the practical implications
          : New types of networking  
  Real-Time Issues
  Multilevel Multicomputers
  Processors-in-Memory and Other Fine Grain Computational Architectures
  Impact of Evolving Hardware on Applications
  Impact of Software Abstractions on Performance

Confirmed Speakers:
  Ashok K. Agrawala		University of Maryland
  Kirstie Bellman		DARPA/SISTO
  James C. Browne		University of Texas at Austin
  Andrew Chien			University of Illiniois, Urbana-Champaign
  Thomas H. Cormen		Dartmouth College
  Jean-Dominique Decotignie	CSEM
  David Greenberg		Sandia National Laboratories
  William Gropp			Argonne National Laboratory
  Don Heller			Ames Laboratory
  Jeff Koller			Information Sciences Institute
  Peter Kogge			University of Notre Dame
  Chris Landauer		The Aerospace Corporation
  Olaf M. Lubeck		Los Alamos National Laboratory
  Andrew Lumsdaine		University of Notre Dame
  Lenore Mullins		SUNY, Albany
  Paul Plassmann		Argonne National Laboratory
  Lui Sha			Carnegie Mellon Univeristy
  Paul Woodward			University of Minnesota


From owner-parkbench-comm@CS.UTK.EDU Tue Jul  1 17:06:52 1997
Return-Path: <owner-parkbench-comm@CS.UTK.EDU>
Received: from CS.UTK.EDU by netlib2.cs.utk.edu with ESMTP (cf v2.9t-netlib)
	id RAA20550; Tue, 1 Jul 1997 17:06:51 -0400
Received: from localhost (root@localhost) 
        by CS.UTK.EDU with SMTP (cf v2.9s-UTK)
	id RAA21503; Tue, 1 Jul 1997 17:03:35 -0400
Received: from osiris.sis.port.ac.uk (root@osiris.sis.port.ac.uk [148.197.100.10]) 
        by CS.UTK.EDU with SMTP (cf v2.9s-UTK)
	id RAA21438; Tue, 1 Jul 1997 17:02:42 -0400
Received: from baker (baker.npac.syr.edu) by osiris.sis.port.ac.uk (4.1/SMI-4.1)
	id AA10168; Tue, 1 Jul 97 22:00:22 BST
Date: Tue,  1 Jul 97 20:55:49    
From: Mark Baker <mab@sis.port.ac.uk>
Subject: Fall 97 Parkbench Workshop - Southampton, UK
To: ejz@ecs.soton.ac.uk, parkbench-comm@CS.UTK.EDU, parkbench-hpf@CS.UTK.EDU,
        William Gropp <gropp@mcs.anl.gov>,
        Antoine Hyaric <Antoine.Hyaric@comlab.ox.ac.uk>, gent@genias.de,
        gcf@npac.syr.edu, geerd.hoffman@ecmwf.co.uk, reed@cs.uiuc.edu,
        david@cs.cf.ac.uk, clemens-august.thole@gmd.de, klaus.stueben@gmd.de,
        "J.C.T. Pool" <jpool@cacr.caltech.edu>,
        Paul Messina <messina@cacr.caltech.edu>, foster@mcs.anl.gov,
        idh@soton.ac.uk, rjc@soton.ac.uk, plg@pac.soton.ac.uk,
        Graham.Nudd@dcs.warwick.ac.uk
Cc: lec@ecs.soton.ac.uk, rjr@ecs.soton.ac.uk,
        "MATRAVERS Prof. D R STAF" <DRM12@sms.port.ac.uk>,
        wilsona@sis.port.ac.uk, grant <grant@afs.mcc.ac.uk>,
        hwyau@epcc.ed.ac.uk
X-Priority: 3 (Normal)
X-Mailer: Chameleon 5.0.1, TCP/IP for Windows, NetManage Inc.
Message-Id: <Chameleon.867790738.mab@baker>
Mime-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII

Dear All,

This is to let you know that the Department of Electronics and Computer
Science at the University of Southampton is organising a Fall 97 
Parkbench Workshop on the 11th and 12th of September 1997.
See http://hpc-journals.ecs.soton.ac.uk/Workshops/PEMCS/fall-97/ for futher 
details.

The workshop will include a number of talks from researchers working in
th field of performance evaluation and modelling of computer systems, a panel
discussion session and a Parkbench committee meeting.

The Workshop is free to attend - workshop delegates need only cover their
own travel and accommodation expenses. Attendance is limited and so the 
availability of places at the Workshop will be allocated on a first come basis.

It is planned to turn the talks given at the Workshop into a series of 
short papers which will be put together and published as a Special Issue 
of the electronic journal Performance Evaluation and Modelling of 
Computer Systems (PEMCS).

For further information or registration details refer to the Web pages -
(http://hpc-journals.ecs.soton.ac.uk/Workshops/PEMCS/fall-97/registration.html).

I would appreciate it if you would kindly pass this email onto colleges who
may be interested in the event.

Regards

Mark


-------------------------------------
Dr Mark Baker
CSM, University of Portsmouth, Hants, UK
Tel: +44 1705 844285	Fax: +44 1705 844006
E-mail: mab@sis.port.ac.uk
Date: 7/1/97 - Time: 8:55:49 PM
URL http://www.sis.port.ac.uk/~mab/
-------------------------------------


From owner-parkbench-comm@CS.UTK.EDU Wed Jul 23 17:19:23 1997
Return-Path: <owner-parkbench-comm@CS.UTK.EDU>
Received: from CS.UTK.EDU by netlib2.cs.utk.edu with ESMTP (cf v2.9t-netlib)
	id RAA04434; Wed, 23 Jul 1997 17:19:23 -0400
Received: from localhost (root@localhost) 
        by CS.UTK.EDU with SMTP (cf v2.9s-UTK)
	id RAA28191; Wed, 23 Jul 1997 17:10:39 -0400 (EDT)
Received: from osiris.sis.port.ac.uk (root@osiris.sis.port.ac.uk [148.197.100.10]) 
        by CS.UTK.EDU with SMTP (cf v2.9s-UTK)
	id RAA28171; Wed, 23 Jul 1997 17:10:24 -0400 (EDT)
Received: from baker (baker.npac.syr.edu) by osiris.sis.port.ac.uk (4.1/SMI-4.1)
	id AA14190; Wed, 23 Jul 97 22:10:30 BST
Date: Wed, 23 Jul 97 22:01:41 +0000
From: Mark Baker  <mab@sis.port.ac.uk>
Subject: PEMCS Web Site
To: parkbench-comm@CS.UTK.EDU, parkbench-hpf@CS.UTK.EDU
X-Mailer: Chameleon ATX 6.0.1, Standards Based IntraNet Solutions, NetManage Inc.
X-Face: "3@c]&iv:nfs&\mp6n<RAc6^[LSl&b"vx:G#zkJus3[uV=a.|~/c]T(LKr/FQ'iWPiMF'4x
 n2{)H=1~y.#7>N90ioxbQ-Eu:]}^MyviIL7YjwT,Cl)|TYpTQ})PP'&O=V`~)JQRWjM?H;'`q\"3mv
 "j@5vs)}!WC3pG9q:;rpe0\LoLQfY"1?1A.\(f=E*&QAW8WK+)*)T0[Bv=[{.-f7<6Ddv!2XaWhH
X-Priority: 3 (Normal)
Message-Id: <Chameleon.869692062.mab@baker>
Mime-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII

Dear All,

The Web site that will host the Journal of "Performance 
Evaluation and Modelling of Computer Systems (PEMCS)" can
be found at:

http://hpc-journals.ecs.soton.ac.uk/PEMCS/

The pages I have put up are at the present still in a 
"draft/under-construction" state.

I would appreciate any comments or feedback about the
pages.

Regards

Mark



-------------------------------------
Dr Mark Baker
DIS, University of Portsmouth, Hants, UK
Tel: +44 1705 844285	Fax: +44 1705 844006
E-mail: mab@sis.port.ac.uk
Date: 07/23/97 - Time: 22:01:41
URL http://www.sis.port.ac.uk/~mab/
-------------------------------------


From owner-parkbench-comm@CS.UTK.EDU Thu Jul 24 08:26:42 1997
Return-Path: <owner-parkbench-comm@CS.UTK.EDU>
Received: from CS.UTK.EDU by netlib2.cs.utk.edu with ESMTP (cf v2.9t-netlib)
	id IAA12708; Thu, 24 Jul 1997 08:26:42 -0400
Received: from localhost (root@localhost) 
        by CS.UTK.EDU with SMTP (cf v2.9s-UTK)
	id IAA04617; Thu, 24 Jul 1997 08:21:55 -0400 (EDT)
Received: from berry.cs.utk.edu (BERRY.CS.UTK.EDU [128.169.94.70]) 
        by CS.UTK.EDU with SMTP (cf v2.9s-UTK)
	id IAA04599; Thu, 24 Jul 1997 08:21:23 -0400 (EDT)
Received: from cs.utk.edu by berry.cs.utk.edu with ESMTP (cf v2.11c-UTK)
          id IAA13817; Thu, 24 Jul 1997 08:21:24 -0400
Message-Id: <199707241221.IAA13817@berry.cs.utk.edu>
To: Mark Baker <mab@sis.port.ac.uk>
cc: parkbench-comm@CS.UTK.EDU, parkbench-hpf@CS.UTK.EDU
Subject: Re: PEMCS Web Site 
In-reply-to: Your message of Wed, 23 Jul 1997 22:01:41 -0000.
             <Chameleon.869692062.mab@baker> 
Date: Thu, 24 Jul 1997 08:21:24 -0400
From: "Michael W. Berry" <berry@CS.UTK.EDU>



> Dear All,
> 
> The Web site that will host the Journal of "Performance 
> Evaluation and Modelling of Computer Systems (PEMCS)" can
> be found at:
> 
> http://hpc-journals.ecs.soton.ac.uk/PEMCS/
> 
> The pages I have put up are at the present still in a 
> "draft/under-construction" state.
> 
> I would appreciate any comments or feedback about the
> pages.
> 
> Regards
> 
> Mark
> 
> 
> 
> -------------------------------------
> Dr Mark Baker
> DIS, University of Portsmouth, Hants, UK
> Tel: +44 1705 844285	Fax: +44 1705 844006
> E-mail: mab@sis.port.ac.uk
> Date: 07/23/97 - Time: 22:01:41
> URL http://www.sis.port.ac.uk/~mab/
> -------------------------------------
> 

Mark,
the webpages are well organized.  You might reconsider the
red text on the green background of the menu frame.  It was
difficult to read on my machine at home.

Nice work!
Mike

-------------------------------------------------------------------
Michael W. Berry                     Ayres Hall 114
berry@cs.utk.edu                     Department of Computer Science          
OFF:(423) 974-3838                   University of Tennessee
FAX:(423) 974-4404                   Knoxville, TN  37996-1301
URL:http://www.cs.utk.edu/~berry/
-------------------------------------------------------------------

From owner-parkbench-comm@CS.UTK.EDU Fri Aug  1 12:59:29 1997
Return-Path: <owner-parkbench-comm@CS.UTK.EDU>
Received: from CS.UTK.EDU by netlib2.cs.utk.edu with ESMTP (cf v2.9t-netlib)
	id MAA05831; Fri, 1 Aug 1997 12:59:27 -0400
Received: from localhost (root@localhost) 
        by CS.UTK.EDU with SMTP (cf v2.9s-UTK)
	id MAA01387; Fri, 1 Aug 1997 12:38:00 -0400 (EDT)
Received: from osiris.sis.port.ac.uk (root@osiris.sis.port.ac.uk [148.197.100.10]) 
        by CS.UTK.EDU with SMTP (cf v2.9s-UTK)
	id MAA01337; Fri, 1 Aug 1997 12:37:24 -0400 (EDT)
Received: from baker (baker.npac.syr.edu) by osiris.sis.port.ac.uk (4.1/SMI-4.1)
	id AA15842; Fri, 1 Aug 97 17:36:11 BST
Date: Fri,  1 Aug 97 17:17:51 +0000
From: Mark Baker  <mab@sis.port.ac.uk>
Subject: Reminder - Fall Parkbench Workshop
To: parkbench-comm@CS.UTK.EDU, parkbench-hpf@CS.UTK.EDU
X-Mailer: Chameleon ATX 6.0.1, Standards Based IntraNet Solutions, NetManage Inc.
X-Face: ,<'y31|nlb,jCP5?km9\KD+>p9/e?:|$RRhY]e;#`awGHh=mrY.T??#]-*rt}l0*u`k2A7n
 KlqNG"u'-%cS@3|G[%=m%bSB[lfSn5n"gD4CU(j?1y?#SOkm!qw_=p%c#"6g&(+\Oy6T{4CEShal?z
 M)&Gd'Pb6Qc~>SPx{m[F55=]yY>cN>|/m5)T?q`OTjdQL=7-n%NT({;;$P*2[#7ZWL8baLoI_/F89,
 x'u`*$'<|ctKNYTSJuLV=!$QT3bN*>91V,a0Cc"_UsxwMKg\;#W2LZ$!`j?ZWp;byz~;y}2Dz6i7y%
 E&;gfnmI_~}+oifmWXJMHfWeezBL1("ZnFe!rnX[Q|,:IJ?iq+PePa/[3R4
X-Priority: 3 (Normal)
Message-Id: <Chameleon.870453138.mab@baker>
Mime-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII

Dear All,

This email is a reminder about the:

----------------------------------------------------------------------------------------------------

				Fall ParkBench Workshop

                           Thursday 11th/Friday 12th September 1997 

                               at the University of Southampton, UK


		See http://hpc-journals.ecs.soton.ac.uk/Workshops/PEMCS/fall-97/


----------------------------------------------------------------------------------------------------

If you are interested in attending the Workshop you should register now and 
reserve accommodation as hotel rooms in Southampton during the workshop period
will be in short supply due to the "International Southampton Boat Show" which 
will also be taking place.

At present we have a preliminary reservation on rooms at the County Hotel where
the Workshop is being held. Without concrete delegate reservations we can only
hold onto there rooms for approximately another week.

Thereafter, accommodation at the Hotel, or around the city, may be more problematic
in getting and reserving. So, I encourage potential Workshop delegates to 
register ASAP.

Mark


-------------------------------------
Dr Mark Baker
University of Portsmouth, Hants, UK
Tel: +44 1705 844285	Fax: +44 1705 844006
E-mail: mab@sis.port.ac.uk
Date: 08/01/97 - Time: 17:17:52
URL http://www.sis.port.ac.uk/~mab/
-------------------------------------


From owner-parkbench-comm@CS.UTK.EDU Mon Aug 11 13:13:12 1997
Return-Path: <owner-parkbench-comm@CS.UTK.EDU>
Received: from CS.UTK.EDU by netlib2.cs.utk.edu with ESMTP (cf v2.9t-netlib)
	id NAA20171; Mon, 11 Aug 1997 13:13:11 -0400
Received: from localhost (root@localhost) 
        by CS.UTK.EDU with SMTP (cf v2.9s-UTK)
	id NAA06842; Mon, 11 Aug 1997 13:02:59 -0400 (EDT)
Received: from MIT.EDU (SOUTH-STATION-ANNEX.MIT.EDU [18.72.1.2]) 
        by CS.UTK.EDU with SMTP (cf v2.9s-UTK)
	id NAA06808; Mon, 11 Aug 1997 13:02:42 -0400 (EDT)
Received: from MIT.MIT.EDU by MIT.EDU with SMTP
	id AA27349; Mon, 11 Aug 97 13:02:14 EDT
Received: from HOCKEY.MIT.EDU by MIT.MIT.EDU (5.61/4.7) id AA01161; Mon, 11 Aug 97 13:02:12 EDT
Message-Id: <9708111702.AA01161@MIT.MIT.EDU>
X-Sender: mmccarth@po9.mit.edu
X-Mailer: Windows Eudora Pro Version 2.1.2
Mime-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Date: Mon, 11 Aug 1997 13:02:12 -0400
To: alison.wall@rl.ac.uk, weber@scripps.edu, schauser@cs.ucsb.edu,
        dewombl@sandia.gov, edgorha@sandia.gov, rdskocy@sandia.gov,
        sales@pgroup.com, utpds@CS.UTK.EDU, parkbench-comm@CS.UTK.EDU,
        pancake@cs.orst.edu, johnreed@ghost.CS.ORST.EDU, levesque@apri.com,
        davida@cit.gu.edu.au, gddt@gup.uni-linz.ac.at,
        atempt@gup.uni-linz.ac.at, rileyba@ornl.gov, bac@ccs.ornl.gov
From: "Michael F. McCarthy" <mmccarth@MIT.EDU>
Subject: For Sale: CM-5


   PLEASE FORWARD THIS NOTE TO ANYONE THAT YOU BELIEVE 
   MAY HAVE AN INTEREST IN PURCHASING THIS SYSTEM!
__________________________________________________________________________

Case #3971 -- FOR SALE - CM5 with 128 nodes and SDA --
__________________________________________________________________________

The MIT Lab for Computer Science offers for bid sale a Thinking Machines 
CM-5 Connection Machine (described below).  

Bids to purchase this system are requested from all interested parties,
(with a minimum expected Bid of $25,000).

All bids must be received at the MIT property office by 5:00 PM (EDT)
on Monday, 8/Sept/97.

The machine must be moved from MIT within 10 business days of  acceptance
of the bid. All expenses and arrangements for moving will be made by 
purchaser.

The system consists of:

1) 128 PN CM-5 w/ Vector Units, 256 Network addresses-Part 
          No.CM5-128V-32F
2) Scalable Disk Array with Twenty-four(24) 
          1.2 GB Drives-Part No.CM5-SA25F
3) Control Processor Interface-Part No. CM5-CPI
4) S-Bus to Diagnostics Network Interface-Part No. CM5-SDN
5) S-Bus Network Interface Board(5)-Part No. CM5-SNI

[N.B. On July 16 1997 power was turned off.The machine can be 
turned back on in its present location only until Friday, 22/AUG/97 
when wiring changes are planned in that machine room.]
 
"The Institute reserves the right to reject any or all offers.MIT makes no
warranty of any kind, express or implied, with respect to this equipment.
This includes fitness for a particular purpose. It is the responsibility of 
those making an offer to determine, before making an offer, that the
equipment meets any conditions required by those making that offer.Thank you."
__________________________________________________________________________

Submit bids for Case #3971  
                before Monday, 8/Sept/97, 5:00 PM (EDT) to: 
*****************************************************************
* Michael F. McCarthy       * Phone:  (617)253-2779             *
* MIT Property Office       * FAX:    (617)253-2444             *
* E19-429                   * E-Mail: mmccarth@MIT.EDU          * 
* 77 Massachusetts Ave.     *                                   *
* Cambridge, MA 02139       *                                   *
*****************************************************************
__________________________________________________________________________

SYSTEM HISTORY 

The Project SCOUT CM-5 is housed in M.I.T's Laboratory for Computer 
Science (L.C.S). The machine was acquired in 1993 as part of the the ARPA 
sponsored project SCOUT, and used to accomplish the stated aim of the 
project of "fermenting collaborations between users, builders and
networkers of massively parallel computers". The CM-5 computer, developed
and manufactured by Thinking Machines Corporation, evolved from earlier
T.M.C. computers (the CM-2 and the CM-200)with an architecture targeted 
toward teraflops performance for large, complex data intensive applications.

The MIT hardware consists of a total of 128 32MHz SPARC  microprocessors,
each with 4 proprietary floating point arithmetic units and 32Mb of local
memory attached to it. The system also includes a subsidiary 25Gb parallel 
file system for handling high volume parallel application I/O. 
 
The system was operated under full maintenance contract 
from May of 1993 until March 20 1997.

On July 16 1997 power was turned off. The machine can be turned back on
in its present location only until Friday, 22/AUG/97 when wiring changes 
are planned in that machine room.

The system was used primarily for research but a description of an 
instructional use made of the machine can be found at
     http://www-erl.mit.edu/eaps/seminar/iap95/cnh/CM5Intro.html

Web sites about other CM5 sites and general information include:
     http://www.math.uic.edu/~hanson/cmg.html
     http://www.acl.lanl.gov/UserInfo/cm5admin.html
     http://ec.msc.edu/CM5/

__________________________________________________________________________
FUTURE MAINTENANCE

People submitting bids may wish to discuss future maintenance issues
with a company that is a present maintainer of CM5 Equipment, 
Connection Machine Services. 
*****************************************************************
* Larry Stewart                * Phone:  (505) 820-1470         *
*                              * Cell:   (505) 690-7799         *
* Account Executive            * FAX:    (505) 820-0810         *
* Connection Machines Services * Home:   (505) 983-9670         *
* 1373 Camino Sin Salida       * Pager   (888) 712-4143         *
* Santa Fe, NM 87501           * E-Mail: stewart@ix.netcom.com  *
*****************************************************************
__________________________________________________________________________








Michael F. McCarthy
MIT Property Office
E19-429
77 Massachusetts Ave.
Cambridge, MA 02139
Ph   (617)253-2779
Fax  (617)253-2444


From owner-parkbench-comm@CS.UTK.EDU Mon Sep  1 05:44:50 1997
Return-Path: <owner-parkbench-comm@CS.UTK.EDU>
Received: from CS.UTK.EDU by netlib2.cs.utk.edu with ESMTP (cf v2.9t-netlib)
	id FAA11838; Mon, 1 Sep 1997 05:44:50 -0400
Received: from localhost (root@localhost) 
        by CS.UTK.EDU with SMTP (cf v2.9s-UTK)
	id FAA07176; Mon, 1 Sep 1997 05:35:14 -0400 (EDT)
Received: from osiris.sis.port.ac.uk (root@osiris.sis.port.ac.uk [148.197.100.10]) 
        by CS.UTK.EDU with SMTP (cf v2.9s-UTK)
	id FAA07160; Mon, 1 Sep 1997 05:34:44 -0400 (EDT)
Received: from mordillo (pc297.sis.port.ac.uk) by osiris.sis.port.ac.uk (4.1/SMI-4.1)
	id AA14311; Mon, 1 Sep 97 10:33:06 BST
Date: Mon,  1 Sep 97 10:19:23 +0000
From: Mark Baker  <mab@sis.port.ac.uk>
Subject: Final Announcement: Fall ParkBench Workshop
To: "Daniel A. Reed"  <reed@cs.uiuc.edu>,
        "J.C.T. Pool"  <jpool@cacr.caltech.edu>, a.j.grant@mcc.ac.uk,
        Antoine Hyaric  <Antoine.Hyaric@comlab.ox.ac.uk>,
        Ed Zaluska  <E.J.Zaluska@ecs.soton.ac.uk>,
        Fritz Ferstl  <ferstl@genias.de>, Hon W Yau  <hwyau@epcc.ed.ac.uk>,
        idh@soton.ac.uk, parkbench-comm@CS.UTK.EDU, parkbench-hpf@CS.UTK.EDU,
        Paul Messina  <messina@cacr.caltech.edu>,
        R.Rankin@Queens-Belfast.AC.UK, rjc@soton.ac.uk, topic@mcc.ac.uk,
        Wolfgang Genzsch  <getup@genias.de>
Cc: lec@ecs.soton.ac.uk
X-Mailer: Chameleon ATX 6.0.1, Standards Based IntraNet Solutions, NetManage Inc.
X-Face: ,<'y31|nlb,jCP5?km9\KD+>p9/e?:|$RRhY]e;#`awGHh=mrY.T??#]-*rt}l0*u`k2A7n
 KlqNG"u'-%cS@3|G[%=m%bSB[lfSn5n"gD4CU(j?1y?#SOkm!qw_=p%c#"6g&(+\Oy6T{4CEShal?z
 M)&Gd'Pb6Qc~>SPx{m[F55=]yY>cN>|/m5)T?q`OTjdQL=7-n%NT({;;$P*2[#7ZWL8baLoI_/F89,
 x'u`*$'<|ctKNYTSJuLV=!$QT3bN*>91V,a0Cc"_UsxwMKg\;#W2LZ$!`j?ZWp;byz~;y}2Dz6i7y%
 E&;gfnmI_~}+oifmWXJMHfWeezBL1("ZnFe!rnX[Q|,:IJ?iq+PePa/[3R4
X-Priority: 3 (Normal)
Message-Id: <Chameleon.873106125.mab@mordillo>
Mime-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII

Dear all,

This is the FINAL ANNOUNCEMENT:

If you would like to attend this workshop please let Lesley Courtney 
(lec@ecs.soton.ac.uk) know by Friday 5th September 1997 at 
the latest as we need to confirm numbers.

Workshop details can be found at

http://hpc-journals.ecs.soton.ac.uk/Workshops/PEMCS/fall-97/

Regards

Mark



-------------------------------------
Dr Mark Baker
University of Portsmouth, Hants, UK
Tel: +44 1705 844285	Fax: +44 1705 844006
E-mail: mab@sis.port.ac.uk
Date: 09/01/97 - Time: 10:19:23
URL http://www.sis.port.ac.uk/~mab/
-------------------------------------


From owner-parkbench-comm@CS.UTK.EDU Wed Sep  3 15:37:55 1997
Return-Path: <owner-parkbench-comm@CS.UTK.EDU>
Received: from CS.UTK.EDU by netlib2.cs.utk.edu with ESMTP (cf v2.9t-netlib)
	id PAA20262; Wed, 3 Sep 1997 15:37:55 -0400
Received: from localhost (root@localhost) 
        by CS.UTK.EDU with SMTP (cf v2.9s-UTK)
	id PAA08273; Wed, 3 Sep 1997 15:19:14 -0400 (EDT)
Received: from punt-2.mail.demon.net (punt-2b.mail.demon.net [194.217.242.6]) 
        by CS.UTK.EDU with SMTP (cf v2.9s-UTK)
	id PAA08262; Wed, 3 Sep 1997 15:19:10 -0400 (EDT)
Received: from minnow.demon.co.uk ([158.152.73.63]) by punt-2.mail.demon.net
           id aa0626941; 3 Sep 97 17:35 BST
Message-ID: <pin21IA7KYD0Ew2z@minnow.demon.co.uk>
Date: Wed, 3 Sep 1997 16:31:07 +0100
To: parkbench-comm@CS.UTK.EDU
From: Roger Hockney <roger@minnow.demon.co.uk>
Subject: Prototype PICT release 1.0
MIME-Version: 1.0
X-Mailer: Turnpike Version 3.03a <kRL7V2isFfDmnKSZb08I5Tyfx$>

At their last meeting the Parkbench Committee recommended that an
interactive curve fitting tool be produced for the postprocessing and
parametrisation of Parkbench results using the latest Internet Web
technology. I have produced a prototype of such a tool as a Java applet
running on a Web page on the user's machine and called it PICT
(Parkbench Interactive Curve-fitting Tool). This is now ready for
evaluation and testing by the committee.

The tool provides the following features:

(1) Automatic plotting of Low-Level Parkbench output files from a URL
anywhere on the Web (At present limited to New COMMS1 and Raw data, but
easily extended to original COMMS1 and RINF1). This is useful for a
quick comparison of raw data.

(2) Automatic plotting of both 2 and 3-parameter curve-fits which are
produce by the benchmarks. Good for checking the quality of the fits.

(3) Allows manual rescaling of the graph range to suit the data, either
by typing in the required range values or by dragging out a range box
with the mouse.

(4) Allows the 2-parameter and 3-parameter performance curves to be
manually moved about the graph in order to fine tune the fits. The curve
follows the mouse and the RMS and MAX percentage errors are shown as the
curve moves. Alternatively parameter values can be typed in and the
Manual button pressed when the curve for these values will be plotted.

(5) The data file being plotted can be VIEWed and a HELP button provides
a description of the action of each button in a separate windows.

The PICT applet has been built on top of Leigh Brookshaw's 2D plotting
package the URL for which is given at the bottom of the HELP window. The
features under the RESTART button are in his original code, I have just
added the 2-PARA and 3-PARA features.

The applet was developed using JDK1.0 beta on a PC with a 1600x1200
display and works on the PC both locally and from my Web page with
appletview, MSIE 3.02 and Netscape 3.01. It has also been successfully
run on a Solaris Sun with NS3.01, but another Sun user has reported no
graphs and errors due to "wrong applet version". So please report your
experiences (both success and failure please) to me with all the
details.

To play with PICT turn your browser to:

     http://www.minnow.demon.co.uk/pict/source/pict1.html  or 
                                               pict1a.html 

pict1.html asks for 1000x732 pixels and suits PCs best (it's about the
minimum useful size).

pict1a.html asks for 1020x900 pixels and was necessary for the whole
applet to visible on the Sun.

For those wishing to look closer all the source is provided and should
be downloadable. Suggestions for improvement, corrections or
constructive criticism are solicited.

I have asked for an agenda item to be included for the Parkbench meeting
on 11 Sept in Southampton so that PICT can be discussed. I look forward
to seeing some of you there.
-- 
Roger Hockney.  Checkout my new Web page at URL   http://www.minnow.demon.co.uk
University of   and link to my new book: "The Science of Computer Benchmarking"
Westminster UK  suggestions welcome. Know any fish movies or suitable links?

From owner-parkbench-lowlevel@CS.UTK.EDU Wed Sep 10 06:29:15 1997
Return-Path: <owner-parkbench-lowlevel@CS.UTK.EDU>
Received: from CS.UTK.EDU by netlib2.cs.utk.edu with ESMTP (cf v2.9t-netlib)
	id GAA21129; Wed, 10 Sep 1997 06:29:14 -0400
Received: from localhost (root@localhost) 
        by CS.UTK.EDU with SMTP (cf v2.9s-UTK)
	id GAA20815; Wed, 10 Sep 1997 06:31:30 -0400 (EDT)
Received: from sun3.nsfnet-relay.ac.uk (sun3.nsfnet-relay.ac.uk [128.86.8.50]) 
        by CS.UTK.EDU with ESMTP (cf v2.9s-UTK)
	id GAA20791; Wed, 10 Sep 1997 06:30:47 -0400 (EDT)
Received: from bright.ecs.soton.ac.uk by sun3.nsfnet-relay.ac.uk with JANET SMTP (PP); Wed, 10 Sep 1997 11:30:44 +0100
Received: from landlord.ecs.soton.ac.uk by bright.ecs.soton.ac.uk; Wed, 10 Sep 97 11:32:57 BST
From: Vladimir Getov <vsg@ecs.soton.ac.uk>
Received: from bill.ecs.soton.ac.uk by landlord.ecs.soton.ac.uk; Wed, 10 Sep 97 11:33:16 BST
Date: Wed, 10 Sep 97 11:33:13 BST
Message-Id: <2458.9709101033@bill.ecs.soton.ac.uk>
To: parkbench-lowlevel@CS.UTK.EDU, parkbench-comm@CS.UTK.EDU,
        parkbench-hpf@CS.UTK.EDU
Subject: ParkBench Committee Meeting - tentative Agenda

Dear Colleague,

The ParkBench (Parallel Benchmark Working Group)
will meet in Southampton, U.K. on 
September 11th, 1997 as part of the ParkBench Workshop.

The Workshop site will be the County Hotel in Southampton.

  County Hotel
  Highfield Lane
  Southampton, U.K.
  Phone: +44-(0)1703-359955


Please send us your comments about the tentative agenda:


14:30  Finalize meeting agenda
       Minutes of last meeting (Erich Strohmaier)

14:45  Changes to Current release:
         - Low Level COMMS benchmarks (Vladimir Getov)
         - NAS Parallel Benchmarks (Subhash Saini)

15:15  New benchmarks:
         - HPF Low Level benchmarks (Mark Baker)


15:30  ParkBench Performance Analysis Tools:
         - ParkBench Result Templates (Vladimir Getov and Mark Papiani)
         - Visualization of Parallel Benchmark Results - new GBIS
           (Mark Papiani and Flavio Bergamaschi)
         - Interactive Web-page Curve-fitting of Parallel Performance
           Measurements (Roger Hockney)


16:15  Demonstrations:
         - Java Low-Level Benchmarks (Vladimir Getov)
         - BenchView: Java Tool for Visualization of Parallel Benchmark Results
           (Mark Papiani and Flavio Bergamaschi)
         - PICT: An Interactive Web-page Curve-fitting Tool (Roger Hockney)


16:45  Other activities:
         - "Electronic Benchmarking Journal" - status report (Mark Baker)


       Miscellaneous
       Date and venue for next meeting

17:00       Adjourn


Tony Hey
Vladimir Getov
Erich Strohmaier

From owner-parkbench-comm@CS.UTK.EDU Wed Sep 10 06:40:25 1997
Return-Path: <owner-parkbench-comm@CS.UTK.EDU>
Received: from CS.UTK.EDU by netlib2.cs.utk.edu with ESMTP (cf v2.9t-netlib)
	id GAA21186; Wed, 10 Sep 1997 06:40:25 -0400
Received: from localhost (root@localhost) 
        by CS.UTK.EDU with SMTP (cf v2.9s-UTK)
	id GAA20806; Wed, 10 Sep 1997 06:31:06 -0400 (EDT)
Received: from sun3.nsfnet-relay.ac.uk (sun3.nsfnet-relay.ac.uk [128.86.8.50]) 
        by CS.UTK.EDU with ESMTP (cf v2.9s-UTK)
	id GAA20791; Wed, 10 Sep 1997 06:30:47 -0400 (EDT)
Received: from bright.ecs.soton.ac.uk by sun3.nsfnet-relay.ac.uk with JANET SMTP (PP); Wed, 10 Sep 1997 11:30:44 +0100
Received: from landlord.ecs.soton.ac.uk by bright.ecs.soton.ac.uk; Wed, 10 Sep 97 11:32:57 BST
From: Vladimir Getov <vsg@ecs.soton.ac.uk>
Received: from bill.ecs.soton.ac.uk by landlord.ecs.soton.ac.uk; Wed, 10 Sep 97 11:33:16 BST
Date: Wed, 10 Sep 97 11:33:13 BST
Message-Id: <2458.9709101033@bill.ecs.soton.ac.uk>
To: parkbench-lowlevel@CS.UTK.EDU, parkbench-comm@CS.UTK.EDU,
        parkbench-hpf@CS.UTK.EDU
Subject: ParkBench Committee Meeting - tentative Agenda

Dear Colleague,

The ParkBench (Parallel Benchmark Working Group)
will meet in Southampton, U.K. on 
September 11th, 1997 as part of the ParkBench Workshop.

The Workshop site will be the County Hotel in Southampton.

  County Hotel
  Highfield Lane
  Southampton, U.K.
  Phone: +44-(0)1703-359955


Please send us your comments about the tentative agenda:


14:30  Finalize meeting agenda
       Minutes of last meeting (Erich Strohmaier)

14:45  Changes to Current release:
         - Low Level COMMS benchmarks (Vladimir Getov)
         - NAS Parallel Benchmarks (Subhash Saini)

15:15  New benchmarks:
         - HPF Low Level benchmarks (Mark Baker)


15:30  ParkBench Performance Analysis Tools:
         - ParkBench Result Templates (Vladimir Getov and Mark Papiani)
         - Visualization of Parallel Benchmark Results - new GBIS
           (Mark Papiani and Flavio Bergamaschi)
         - Interactive Web-page Curve-fitting of Parallel Performance
           Measurements (Roger Hockney)


16:15  Demonstrations:
         - Java Low-Level Benchmarks (Vladimir Getov)
         - BenchView: Java Tool for Visualization of Parallel Benchmark Results
           (Mark Papiani and Flavio Bergamaschi)
         - PICT: An Interactive Web-page Curve-fitting Tool (Roger Hockney)


16:45  Other activities:
         - "Electronic Benchmarking Journal" - status report (Mark Baker)


       Miscellaneous
       Date and venue for next meeting

17:00       Adjourn


Tony Hey
Vladimir Getov
Erich Strohmaier

From owner-parkbench-lowlevel@CS.UTK.EDU Thu Sep 18 18:27:19 1997
Return-Path: <owner-parkbench-lowlevel@CS.UTK.EDU>
Received: from CS.UTK.EDU by netlib2.cs.utk.edu with ESMTP (cf v2.9t-netlib)
	id SAA12991; Thu, 18 Sep 1997 18:27:18 -0400
Received: from localhost (root@localhost) 
        by CS.UTK.EDU with SMTP (cf v2.9s-UTK)
	id SAA29359; Thu, 18 Sep 1997 18:26:21 -0400 (EDT)
Received: from k2.llnl.gov (zosel@k2.llnl.gov [134.9.1.1]) 
        by CS.UTK.EDU with ESMTP (cf v2.9s-UTK)
	id SAA29352; Thu, 18 Sep 1997 18:26:19 -0400 (EDT)
Received: (from zosel@localhost)
	by k2.llnl.gov (8.8.5/8.8.5/LLNL-Jun96) id PAA07246
	for parkbench-lowlevel@cs.utk.edu; Thu, 18 Sep 1997 15:26:16 -0700 (PDT)
Date: Thu, 18 Sep 1997 15:26:16 -0700 (PDT)
From: Mary E Zosel <zosel@k2.llnl.gov>
Message-Id: <199709182226.PAA07246@k2.llnl.gov>
To: parkbench-lowlevel@CS.UTK.EDU
Subject: any pthreads tests???

Does anyone know of any low-level performance tests for pthreads libraries???
I'm interested in both single processor performance of pthreads calls - 
and also multiprocessor (shared memory) calls ... to measure the overhead
of the calls.
  -mary zosel-   zosel@llnl.gov

From owner-parkbench-lowlevel@CS.UTK.EDU Sun Sep 21 09:13:20 1997
Return-Path: <owner-parkbench-lowlevel@CS.UTK.EDU>
Received: from CS.UTK.EDU by netlib2.cs.utk.edu with ESMTP (cf v2.9t-netlib)
	id JAA08699; Sun, 21 Sep 1997 09:13:20 -0400
Received: from localhost (root@localhost) 
        by CS.UTK.EDU with SMTP (cf v2.9s-UTK)
	id JAA15884; Sun, 21 Sep 1997 09:15:32 -0400 (EDT)
Received: from osiris.sis.port.ac.uk (root@osiris.sis.port.ac.uk [148.197.100.10]) 
        by CS.UTK.EDU with SMTP (cf v2.9s-UTK)
	id JAA15877; Sun, 21 Sep 1997 09:15:30 -0400 (EDT)
Received: from mordillo (p41.ascend3.is2.bb.u-net.net) by osiris.sis.port.ac.uk (4.1/SMI-4.1)
	id AA10322; Sun, 21 Sep 97 14:15:58 BST
Date: Sun, 21 Sep 97 13:32:56 +0000
From: Mark Baker  <mab@sis.port.ac.uk>
Subject: Re: any pthreads tests???
To: Mary E Zosel  <zosel@k2.llnl.gov>, parkbench-lowlevel@CS.UTK.EDU
X-Mailer: Chameleon ATX 6.0.1, Standards Based IntraNet Solutions, NetManage Inc.
X-Priority: 3 (Normal)
References: <199709182226.PAA07246@k2.llnl.gov> 
Message-Id: <Chameleon.874845447.mab@mordillo>
Mime-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII

Mary,

This has been talked about as one of the activities that Parkbench
would be interested in persuing. But, so far we have not had the
time or man-power to follow up our interests.

Ron Sercely at HP/CTCX was particularly interested in this area. Also,
I know the people at Manchester University wrote a bunch of
Pthreads codes - some were benchmarks - for their KSR machine.

Hope this helps.

Regards

Mark


--- On Thu, 18 Sep 1997 15:26:16 -0700 (PDT)  Mary E Zosel <zosel@k2.llnl.gov> wrote:
> Does anyone know of any low-level performance tests for pthreads libraries???
> I'm interested in both single processor performance of pthreads calls - 
> and also multiprocessor (shared memory) calls ... to measure the overhead
> of the calls.
>   -mary zosel-   zosel@llnl.gov
> 

---------------End of Original Message-----------------

-------------------------------------
CSM, University of Portsmouth, Hants, UK
Tel: +44 1705 844285	Fax: +44 1705 844006
E-mail: mab@sis.port.ac.uk
Date: 09/21/97 - Time: 13:32:57
URL http://www.sis.port.ac.uk/~mab/
-------------------------------------


From owner-parkbench-comm@CS.UTK.EDU Wed Sep 24 06:04:19 1997
Return-Path: <owner-parkbench-comm@CS.UTK.EDU>
Received: from CS.UTK.EDU by netlib2.cs.utk.edu with ESMTP (cf v2.9t-netlib)
	id GAA23913; Wed, 24 Sep 1997 06:04:18 -0400
Received: from localhost (root@localhost) 
        by CS.UTK.EDU with SMTP (cf v2.9s-UTK)
	id FAA23163; Wed, 24 Sep 1997 05:46:35 -0400 (EDT)
Received: from osiris.sis.port.ac.uk (root@osiris.sis.port.ac.uk [148.197.100.10]) 
        by CS.UTK.EDU with SMTP (cf v2.9s-UTK)
	id FAA23156; Wed, 24 Sep 1997 05:46:26 -0400 (EDT)
Received: from mordillo (pc297.sis.port.ac.uk) by osiris.sis.port.ac.uk (4.1/SMI-4.1)
	id AA29780; Wed, 24 Sep 97 10:47:01 BST
Date: Wed, 24 Sep 97 10:38:39 +0000
From: Mark Baker  <mab@sis.port.ac.uk>
Subject: PC timers
To: parkbench-comm@CS.UTK.EDU, parkbench-low-level@CS.UTK.EDU
X-Mailer: Chameleon ATX 6.0.1, Standards Based IntraNet Solutions, NetManage Inc.
X-Priority: 3 (Normal)
Message-Id: <Chameleon.875094053.mab@mordillo>
Mime-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII

Can someone suggest the appropriate PC-based timer 
function (MS Visual C++ or Digital Visual Fortran)
to replace the usual gettimeofday call !?

Cheers

Mark

-------------------------------------
CSM, University of Portsmouth, Hants, UK
Tel: +44 1705 844285	Fax: +44 1705 844006
E-mail: mab@sis.port.ac.uk
Date: 09/24/97 - Time: 10:38:39
URL http://www.sis.port.ac.uk/~mab/
-------------------------------------


From owner-parkbench-comm@CS.UTK.EDU Thu Sep 25 10:11:01 1997
Return-Path: <owner-parkbench-comm@CS.UTK.EDU>
Received: from CS.UTK.EDU by netlib2.cs.utk.edu with ESMTP (cf v2.9t-netlib)
	id KAA20147; Thu, 25 Sep 1997 10:11:01 -0400
Received: from localhost (root@localhost) 
        by CS.UTK.EDU with SMTP (cf v2.9s-UTK)
	id JAA18087; Thu, 25 Sep 1997 09:24:56 -0400 (EDT)
Received: from osiris.sis.port.ac.uk (root@osiris.sis.port.ac.uk [148.197.100.10]) 
        by CS.UTK.EDU with SMTP (cf v2.9s-UTK)
	id JAA18080; Thu, 25 Sep 1997 09:24:53 -0400 (EDT)
Received: from mordillo (pc297.sis.port.ac.uk) by osiris.sis.port.ac.uk (4.1/SMI-4.1)
	id AA12457; Thu, 25 Sep 97 14:25:35 BST
Date: Thu, 25 Sep 97 14:11:59 +0000
From: Mark Baker  <mab@sis.port.ac.uk>
Subject: PC Time function
To: parkbench-comm@CS.UTK.EDU
X-Mailer: Chameleon ATX 6.0.1, Standards Based IntraNet Solutions, NetManage Inc.
X-Priority: 3 (Normal)
Message-Id: <Chameleon.875193559.mab@mordillo>
Mime-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII

Thanks to all for timer info. I used the C function _ftime()
in the end because it had millisec resolution. Just had
to get a my head around using INTERFACE in F90 to include
the external C function.

I've inserted my version of the _ftime() timer below - I don't think
there are any obvious error in it :-)

I also implemented the dflib F90 function  CALL GETTIM(hour, min, sec, hund) -
this function passed tick2 testing but only has 1/100 sec resolution.

-------------------------------------------------------
double dwalltime00()
{

    struct _timeb timebuf;

    _ftime( &timebuf );

    return (double) timebuf.time + (double) timebuf.millitm / 1000.0;
}

double dwalltime00_()
{
	return dwalltime00();
}

double DWALLTIME00()
{
	return dwalltime00();
}
-------------------------------------------------------




Cheers

Mark




-------------------------------------
CSM, University of Portsmouth, Hants, UK
Tel: +44 1705 844285	Fax: +44 1705 844006
E-mail: mab@sis.port.ac.uk
Date: 09/25/97 - Time: 14:11:59
URL http://www.sis.port.ac.uk/~mab/
-------------------------------------


From owner-parkbench-comm@CS.UTK.EDU Tue Oct  7 06:35:04 1997
Return-Path: <owner-parkbench-comm@CS.UTK.EDU>
Received: from CS.UTK.EDU by netlib2.cs.utk.edu with ESMTP (cf v2.9t-netlib)
	id GAA26560; Tue, 7 Oct 1997 06:35:04 -0400
Received: from localhost (root@localhost) 
        by CS.UTK.EDU with SMTP (cf v2.9s-UTK)
	id GAA25697; Tue, 7 Oct 1997 06:10:11 -0400 (EDT)
Received: from osiris.sis.port.ac.uk (root@osiris.sis.port.ac.uk [148.197.100.10]) 
        by CS.UTK.EDU with SMTP (cf v2.9s-UTK)
	id GAA25668; Tue, 7 Oct 1997 06:09:40 -0400 (EDT)
Received: from mordillo (pc297.sis.port.ac.uk) by osiris.sis.port.ac.uk (4.1/SMI-4.1)
	id AA05125; Tue, 7 Oct 97 11:09:53 BST
Date: Tue,  7 Oct 97 10:43:49 +0000
From: Mark Baker  <mab@sis.port.ac.uk>
Subject: Workshop Papers
To: "Aad J. van der Steen"  <steen@fys.ruu.nl>, Charles Grassl  <cmg@cray.com>,
        Clemens Thole  <clemens-august.thole@gmd.de>,
        David Snelling  <snelling@fecit.co.uk>,
        Erich Strohmaier  <erich@CS.UTK.EDU>,
        Grapham Nudd  <Graham.Nudd@dcs.warwick.ac.uk>,
        Klaus Stueben  <klaus.stueben@gmd.de>, parkbench-comm@CS.UTK.EDU,
        Roger Hockney  <roger@minnow.demon.co.uk>,
        Saini Subhash  <saini@nas.nasa.gov>,
        Vladimir Getov  <vsg@ecs.soto.ac.uk>,
        William Gropp  <gropp@mcs.anl.gov>
X-Mailer: Chameleon ATX 6.0.1, Standards Based IntraNet Solutions, NetManage Inc.
X-Priority: 3 (Normal)
Message-Id: <Chameleon.876218541.mab@mordillo>
Mime-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII

Dear All,

I am now back in the office and have a small amount of time to follow
up the Parkbench Workshop that took place a few weeks ago.

I would firstly like to thanks everyone who attended - especially
all the speakers. Even though we did not attract hundreds of 
delegates to the workshop, I think the event was very successful 
- but I may be bias...

So, the plans are that in the first instance I will collect the slides
from all the speaker and package them up and put them on the PEMCS
Web site.

We also decided that we would encourage all the speaker to produce
short papers on their talks and put all the workshop paper together
to create a special issue the the PEMCES journal.

Can the speakers therefore send me their slides (I would prefer
powerpoint or word version if possible). I will harrass you further
about a short papers in the near future.

Thanks in advance for your help.

Regards

Mark



-------------------------------------
CSM, University of Portsmouth, Hants, UK
Tel: +44 1705 844285	Fax: +44 1705 844006
E-mail: mab@sis.port.ac.uk
Date: 10/07/97 - Time: 10:43:49
URL http://www.sis.port.ac.uk/~mab/
-------------------------------------


From owner-parkbench-comm@CS.UTK.EDU Sun Oct 12 09:55:57 1997
Return-Path: <owner-parkbench-comm@CS.UTK.EDU>
Received: from CS.UTK.EDU by netlib2.cs.utk.edu with ESMTP (cf v2.9t-netlib)
	id JAA28908; Sun, 12 Oct 1997 09:55:57 -0400
Received: from localhost (root@localhost) 
        by CS.UTK.EDU with SMTP (cf v2.9s-UTK)
	id JAA08800; Sun, 12 Oct 1997 09:44:23 -0400 (EDT)
Received: from osiris.sis.port.ac.uk (root@osiris.sis.port.ac.uk [148.197.100.10]) 
        by CS.UTK.EDU with SMTP (cf v2.9s-UTK)
	id JAA08793; Sun, 12 Oct 1997 09:44:20 -0400 (EDT)
Received: from mordillo (p26.nas4.is2.u-net.net) by osiris.sis.port.ac.uk (4.1/SMI-4.1)
	id AA11347; Sun, 12 Oct 97 14:45:07 BST
Date: Sun, 12 Oct 97 14:35:10 +0000
From: Mark Baker  <mab@sis.port.ac.uk>
Subject: Equivalent to comms1
To: parkbench-comm@CS.UTK.EDU
X-Mailer: Chameleon ATX 6.0.1, Standards Based IntraNet Solutions, NetManage Inc.
X-Priority: 3 (Normal)
Message-Id: <Chameleon.876663429.mab@mordillo>
Mime-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII

Can someone point me at the equivalant of comms1 written in
C - either MPI or sockets (or even PVM if its out there).

Cheers

Mark


-------------------------------------
Dr Mark Baker
CSM, University of Portsmouth, Hants, UK
Tel: +44 1705 844285	Fax: +44 1705 844006
E-mail: mab@sis.port.ac.uk
Date: 10/12/97 - Time: 14:35:10
URL http://www.sis.port.ac.uk/~mab/
-------------------------------------


From owner-parkbench-comm@CS.UTK.EDU Mon Oct 13 16:30:04 1997
Return-Path: <owner-parkbench-comm@CS.UTK.EDU>
Received: from CS.UTK.EDU by netlib2.cs.utk.edu with ESMTP (cf v2.9t-netlib)
	id QAA17020; Mon, 13 Oct 1997 16:29:59 -0400
Received: from localhost (root@localhost) 
        by CS.UTK.EDU with SMTP (cf v2.9s-UTK)
	id QAA24297; Mon, 13 Oct 1997 16:02:05 -0400 (EDT)
Received: from dancer.cs.utk.edu (DANCER.CS.UTK.EDU [128.169.92.77]) 
        by CS.UTK.EDU with SMTP (cf v2.9s-UTK)
	id QAA24288; Mon, 13 Oct 1997 16:02:03 -0400 (EDT)
From: Philip Mucci <mucci@CS.UTK.EDU>
Received:  by dancer.cs.utk.edu (cf v2.11c-UTK)
          id QAA02925; Mon, 13 Oct 1997 16:02:00 -0400
Date: Mon, 13 Oct 1997 16:02:00 -0400
Message-Id: <199710132002.QAA02925@dancer.cs.utk.edu>
To: mab@sis.port.ac.uk, parkbench-comm@CS.UTK.EDU
Subject: Re: Equivalent to comms1
In-Reply-To: <Chameleon.876663429.mab@mordillo>
X-Mailer: [XMailTool v3.1.2b]


I would check out my mpbench on my web page....
It does PVM and MPI for now...

> Can someone point me at the equivalant of comms1 written in
> C - either MPI or sockets (or even PVM if its out there).
> 
> Cheers
> 
> Mark
> 
> 
> -------------------------------------
> Dr Mark Baker
> CSM, University of Portsmouth, Hants, UK
> Tel: +44 1705 844285	Fax: +44 1705 844006
> E-mail: mab@sis.port.ac.uk
> Date: 10/12/97 - Time: 14:35:10
> URL http://www.sis.port.ac.uk/~mab/
> -------------------------------------
> 

/%*\ Philip J. Mucci | GRA in CS under Dr. JJ Dongarra /*%\
\*%/ http://www.cs.utk.edu/~mucci  PVM/Active Messages \%*/ 

From owner-parkbench-comm@CS.UTK.EDU Mon Oct 20 10:37:14 1997
Return-Path: <owner-parkbench-comm@CS.UTK.EDU>
Received: from CS.UTK.EDU by netlib2.cs.utk.edu with ESMTP (cf v2.9t-netlib)
	id KAA15359; Mon, 20 Oct 1997 10:37:14 -0400
Received: from localhost (root@localhost) 
        by CS.UTK.EDU with SMTP (cf v2.9s-UTK)
	id KAA07990; Mon, 20 Oct 1997 10:19:41 -0400 (EDT)
Received: from osiris.sis.port.ac.uk (root@osiris.sis.port.ac.uk [148.197.100.10]) 
        by CS.UTK.EDU with SMTP (cf v2.9s-UTK)
	id KAA07691; Mon, 20 Oct 1997 10:17:09 -0400 (EDT)
Received: from mordillo (pc297.sis.port.ac.uk) by osiris.sis.port.ac.uk (4.1/SMI-4.1)
	id AA16636; Mon, 20 Oct 97 15:17:33 BST
Date: Mon, 20 Oct 97 15:02:39 +0000
From: Mark Baker  <mab@sis.port.ac.uk>
Subject: PEMCS Short Article
To: parkbench-comm@CS.UTK.EDU, parkbench-hpf@CS.UTK.EDU
X-Mailer: Chameleon ATX 6.0.1, Standards Based IntraNet Solutions, NetManage Inc.
X-Priority: 3 (Normal)
Message-Id: <Chameleon.877356527.mab@mordillo>
Mime-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII

Dear All,

I've just put up (at last!!) the first PEMCES short article at
http://hpc-journals.ecs.soton.ac.uk/PEMCS/Articles/

At the moment there is not much of a "house style" for the format
of the papers and articles - this will hopefully be developed over
the coming months.

I expect to put the first full paper up on the Web in the next week or
so.

Comments, ideas and help with the journal and its Web site are most
welcome.

Regards

Mark

------------------------------------------------------------------------------------------


COMPARING COMMUNICATION PERFORMANCE OF MPI ON THE CRAY RESEARCH T3E-600 AND IBM SP-2 1
	
                                by
                Glenn R. Luecke and James J. Coyle
                    Iowa State University
                 Ames, Iowa 50011-2251, USA
                
                     Waqar ul Haque
                University of Northern British Columbia
               Prince George, British Columbia, Canada V2N 4Z9
                              

Abstract 

This paper reports the performance of the Cray Research T3E and IBM SP-2 on a collection of 
communication tests that use MPI for the message passing. These tests have been designed to 
evaluate the performance of communication patterns that we feel are likely to occur in 
scientific programs. Communication tests were performed for messages of sizes 8 Bytes (B), 
1 KB, 100 KB, and 10 MB with 2, 4, 8, 16, 32 and 64 processors. Both machines provided a high 
level of concurrency for the nearest neighbor communication tests and moderate concurrency on 
the broadcast operations. On the tests used, the T3E significantly outperformed the SP-2 with 
most performance tests being at least three times faster than the SP-2. 


-------------------------------------
CSM, University of Portsmouth, Hants, UK
Tel: +44 1705 844285	Fax: +44 1705 844006
E-mail: mab@sis.port.ac.uk
Date: 10/20/97 - Time: 15:02:42
URL http://www.sis.port.ac.uk/~mab/
-------------------------------------


From owner-parkbench-comm@CS.UTK.EDU Sat Oct 25 08:52:33 1997
Return-Path: <owner-parkbench-comm@CS.UTK.EDU>
Received: from CS.UTK.EDU by netlib2.cs.utk.edu with ESMTP (cf v2.9t-netlib)
	id IAA12875; Sat, 25 Oct 1997 08:52:33 -0400
Received: from localhost (root@localhost) 
        by CS.UTK.EDU with SMTP (cf v2.9s-UTK)
	id IAA05256; Sat, 25 Oct 1997 08:41:15 -0400 (EDT)
Received: from osiris.sis.port.ac.uk (root@osiris.sis.port.ac.uk [148.197.100.10]) 
        by CS.UTK.EDU with SMTP (cf v2.9s-UTK)
	id IAA05244; Sat, 25 Oct 1997 08:41:05 -0400 (EDT)
Received: from mordillo (p16.nas2.is2.u-net.net) by osiris.sis.port.ac.uk (4.1/SMI-4.1)
	id AA01764; Sat, 25 Oct 97 13:41:26 BST
Date: Sat, 25 Oct 97 13:27:24 +0000
From: Mark Baker  <mab@sis.port.ac.uk>
Subject: Parkbench Workshop Talks - On line
To: Chuck Koelbel  <chk@cs.rice.edu>,
        Clemens Thole  <clemens-august.thole@gmd.de>,
        Grapham Nudd  <Graham.Nudd@dcs.warwick.ac.uk>,
        Guy Robinson  <robinson@arsc.edu>,
        Klaus Stueben  <klaus.stueben@gmd.de>, parkbench-comm@CS.UTK.EDU,
        William Gropp  <gropp@mcs.anl.gov>
X-Mailer: Chameleon ATX 6.0.1, Standards Based IntraNet Solutions, NetManage Inc.
X-Priority: 2 (High)
Message-Id: <Chameleon.877782734.mab@mordillo>
Mime-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII

Dear All,

I have put the talks received so far up at...

http://hpc-journals.ecs.soton.ac.uk/Workshops/PEMCS/fall-97/abstracts.html

Please can the speakers who have not passed their talks onto me to
do so.

Thanks in advance.

Regards

Mark


-------------------------------------
Dr Mark Baker
CSM, University of Portsmouth, Hants, UK
Tel: +44 1705 844285	Fax: +44 1705 844006
E-mail: mab@sis.port.ac.uk
Date: 10/25/97 - Time: 13:27:25
URL http://www.sis.port.ac.uk/~mab/
-------------------------------------


From owner-parkbench-comm@CS.UTK.EDU Fri Oct 31 08:22:47 1997
Return-Path: <owner-parkbench-comm@CS.UTK.EDU>
Received: from CS.UTK.EDU by netlib2.cs.utk.edu with ESMTP (cf v2.9t-netlib)
	id IAA19412; Fri, 31 Oct 1997 08:22:46 -0500
Received: from localhost (root@localhost) 
        by CS.UTK.EDU with SMTP (cf v2.9s-UTK)
	id HAA15140; Fri, 31 Oct 1997 07:44:09 -0500 (EST)
Received: from post.mail.demon.net (post-20.mail.demon.net [194.217.242.27]) 
        by CS.UTK.EDU with SMTP (cf v2.9s-UTK)
	id HAA15133; Fri, 31 Oct 1997 07:44:05 -0500 (EST)
Received: from minnow.demon.co.uk ([158.152.73.63]) by post.mail.demon.net
           id aa2017784; 31 Oct 97 12:25 GMT
Message-ID: <uFBOiBAJ2cW0EwdA@minnow.demon.co.uk>
Date: Fri, 31 Oct 1997 12:22:33 +0000
To: parkbench-comm@CS.UTK.EDU
From: Roger Hockney <roger@minnow.demon.co.uk>
Subject: Announcing PICT2
MIME-Version: 1.0
X-Mailer: Turnpike Version 3.03a <kRL7V2isFfDmnKSZb08I5Tyfx$>

                         ANNOUNCING PICT2
                         ++++++++++++++++

The prototype Parkbench Interactive Curve Fitting Tool (PICT1) that was
demonstrated at the Southampton meeting of Parkbench in September was
difficult to use on small screens because the image was too large and
could not be reduced in size to suit the users' screen size. Sorry, I
had developed it on my own 1600x1200 display without realising that most
users considered 800x600 as large!

Well the new version PICT2 that is now on my web page allows for the
full range of screen sizes: 640x480, 800x600, 1024x768, >=1600x1200, and
also allows the user to customise his own display by selecting a font
size and screen width and height. So the new version should be usable by
all -- I hope!   

Another problem at Southampton was that the display workstation was very
old and too slow in MHz to do the job. I use a P133 Pentium and the
graphs lines move around instantly, but if you only have a 20MHz machine
for example the response wil probably be too slow to be useful for real
curve interactive fitting. There is nothing I can do about this except
to suggest that you use the need to use PICT as an excuse (I mean
justification) to upgrade your equipment.

PICT2 still relies on the use of New COMMS1 to compute the least square
2-para fit and the 3-point fit fot the 3-para. The next step will be to
put these features in PICT but that is a fair amount of code to get
right and I thought it best to solve the screen-size problem first. But
remember the key point about PICT is that it allows Interactive manual
fitting and display that is not otherwise available.

To try out PICT2 turn your browser to:

             http://www.minnow.demon.co.uk/pict/source/pict2a.html

and follow the instructions. When you have a good PICT Frame displayed,
press the HELP button for a description of the button actions.

Please report problems, experiences (good and bad), suggestions to me
at:

             roger@minnow.demon.co.uk

I need feedback in order to improve the tool.  

Best wishes to you all

Roger
-- 
Roger Hockney.  Checkout my new Web page at URL   http://www.minnow.demon.co.uk
University of   and link to my new book: "The Science of Computer Benchmarking"
Westminster UK  suggestions welcome. Know any fish movies or suitable links?

From owner-parkbench-comm@CS.UTK.EDU Tue Nov 11 06:21:05 1997
Return-Path: <owner-parkbench-comm@CS.UTK.EDU>
Received: from CS.UTK.EDU by netlib2.cs.utk.edu with ESMTP (cf v2.9t-netlib)
	id GAA18373; Tue, 11 Nov 1997 06:21:05 -0500
Received: from localhost (root@localhost) 
        by CS.UTK.EDU with SMTP (cf v2.9s-UTK)
	id GAA27963; Tue, 11 Nov 1997 06:06:45 -0500 (EST)
Received: from osiris.sis.port.ac.uk (root@osiris.sis.port.ac.uk [148.197.100.10]) 
        by CS.UTK.EDU with SMTP (cf v2.9s-UTK)
	id GAA27930; Tue, 11 Nov 1997 06:06:15 -0500 (EST)
Received: from mordillo (pc297.sis.port.ac.uk) by osiris.sis.port.ac.uk (4.1/SMI-4.1)
	id AA23083; Tue, 11 Nov 97 11:07:22 GMT
Date: Tue, 11 Nov 97 11:00:36 GMT
From: Mark Baker  <mab@sis.port.ac.uk>
Subject: Couple of Announcements
To: parkbench-comm@CS.UTK.EDU, parkbench-hpf@CS.UTK.EDU
X-Mailer: Chameleon ATX 6.0.1, Standards Based IntraNet Solutions, NetManage Inc.
X-Priority: 3 (Normal)
Message-Id: <Chameleon.879246493.mab@mordillo>
Mime-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII

A couple of announcements...

Firstly, the majority of the papers presented at  Fall ParkBench Workshop 
on Thursday 11th /Friday 12th September 1997 at the University of Southampton,
are now on-line and can be found at...

http://hpc-journals.ecs.soton.ac.uk/Workshops/PEMCS/fall-97/abstracts.html

or 

>From http://hpc-journals.ecs.soton.ac.uk/PEMCS/ and click on News in the left frame...

Secondly, the first full paper for the electronic journal Performance Evaluation 
and Modelling of Computer Systems (PEMCS)

"PERFORM - A Fast Simulator For Estimating Program Execution Time" By Alistair
Dunlop and Tony Hey,  Department Electronics and Computer Science University of 
Southampton Southampton, SO17 1BJ, U.K. 

Can be found at...

http://hpc-journals.ecs.soton.ac.uk/PEMCS/Papers/vol1.html

See you'll at the Parkbench BOF at SC'97...


Mark



-------------------------------------
Dr Mark Baker
CSM, University of Portsmouth, Hants, UK
Tel: +44 1705 844285	Fax: +44 1705 844006
E-mail: mab@sis.port.ac.uk
Date: 11/11/97 - Time: 11:00:36
URL http://www.sis.port.ac.uk/~mab/
-------------------------------------


From owner-parkbench-lowlevel@CS.UTK.EDU Wed Nov 12 21:30:42 1997
Return-Path: <owner-parkbench-lowlevel@CS.UTK.EDU>
Received: from CS.UTK.EDU by netlib2.cs.utk.edu with ESMTP (cf v2.9t-netlib)
	id VAA13985; Wed, 12 Nov 1997 21:30:42 -0500
Received: from localhost (root@localhost) 
        by CS.UTK.EDU with SMTP (cf v2.9s-UTK)
	id VAA06841; Wed, 12 Nov 1997 21:31:46 -0500 (EST)
Received: from rudolph.cs.utk.edu (RUDOLPH.CS.UTK.EDU [128.169.92.87]) 
        by CS.UTK.EDU with SMTP (cf v2.9s-UTK)
	id VAA06806; Wed, 12 Nov 1997 21:31:01 -0500 (EST)
Received: from localhost by rudolph.cs.utk.edu with SMTP (cf v2.11c-UTK)
          id VAA24812; Wed, 12 Nov 1997 21:31:01 -0500
Date: Wed, 12 Nov 1997 21:31:00 -0500 (EST)
From: Erich Strohmaier <erich@CS.UTK.EDU>
To: parkbench-hpf@CS.UTK.EDU, parkbench-lowlevel@CS.UTK.EDU,
        parkbench-comm@CS.UTK.EDU
Subject: ParkBench BOF session at the SC'97
Message-ID: <Pine.SUN.3.96.971112212856.24760D-100000@rudolph.cs.utk.edu>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII

Dear Colleague,

  The ParkBench (PARallel Kernels and BENCHmarks) committee has
organized a BOF session at the SC'97 in San Jose.

   Room:   Convention Center Room C1 
   Time:   Wednesday  5:30pm              


We will talk about the latest release, new results available and future
plans.

                Tentative Agenda of the BOF

   - Introduction, background, WWW-Server 
   - Current Release of ParkBench
   - Low Level Performance Evaluation Tools
   - LinAlg Kernel Benchmarks
   - NAS Parallel Benchmarks,  including latest results
   - Plans for the next Release 
   - Electronic Journal of Performance Evaluation and Modeling
     for Computer Systems
   - Questions from the floor / discussion 


  Please mark your calendar and plan to attend.


Jack Dongarra
Tony Hey 
Erich Strohmaier



From owner-parkbench-comm@CS.UTK.EDU Wed Nov 12 21:46:18 1997
Return-Path: <owner-parkbench-comm@CS.UTK.EDU>
Received: from CS.UTK.EDU by netlib2.cs.utk.edu with ESMTP (cf v2.9t-netlib)
	id VAA14031; Wed, 12 Nov 1997 21:46:17 -0500
Received: from localhost (root@localhost) 
        by CS.UTK.EDU with SMTP (cf v2.9s-UTK)
	id VAA06813; Wed, 12 Nov 1997 21:31:03 -0500 (EST)
Received: from rudolph.cs.utk.edu (RUDOLPH.CS.UTK.EDU [128.169.92.87]) 
        by CS.UTK.EDU with SMTP (cf v2.9s-UTK)
	id VAA06806; Wed, 12 Nov 1997 21:31:01 -0500 (EST)
Received: from localhost by rudolph.cs.utk.edu with SMTP (cf v2.11c-UTK)
          id VAA24812; Wed, 12 Nov 1997 21:31:01 -0500
Date: Wed, 12 Nov 1997 21:31:00 -0500 (EST)
From: Erich Strohmaier <erich@CS.UTK.EDU>
To: parkbench-hpf@CS.UTK.EDU, parkbench-lowlevel@CS.UTK.EDU,
        parkbench-comm@CS.UTK.EDU
Subject: ParkBench BOF session at the SC'97
Message-ID: <Pine.SUN.3.96.971112212856.24760D-100000@rudolph.cs.utk.edu>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII

Dear Colleague,

  The ParkBench (PARallel Kernels and BENCHmarks) committee has
organized a BOF session at the SC'97 in San Jose.

   Room:   Convention Center Room C1 
   Time:   Wednesday  5:30pm              


We will talk about the latest release, new results available and future
plans.

                Tentative Agenda of the BOF

   - Introduction, background, WWW-Server 
   - Current Release of ParkBench
   - Low Level Performance Evaluation Tools
   - LinAlg Kernel Benchmarks
   - NAS Parallel Benchmarks,  including latest results
   - Plans for the next Release 
   - Electronic Journal of Performance Evaluation and Modeling
     for Computer Systems
   - Questions from the floor / discussion 


  Please mark your calendar and plan to attend.


Jack Dongarra
Tony Hey 
Erich Strohmaier



From owner-parkbench-lowlevel@CS.UTK.EDU Thu Nov 13 06:30:40 1997
Return-Path: <owner-parkbench-lowlevel@CS.UTK.EDU>
Received: from CS.UTK.EDU by netlib2.cs.utk.edu with ESMTP (cf v2.9t-netlib)
	id GAA07097; Thu, 13 Nov 1997 06:30:40 -0500
Received: from localhost (root@localhost) 
        by CS.UTK.EDU with SMTP (cf v2.9s-UTK)
	id FAA01844; Thu, 13 Nov 1997 05:55:24 -0500 (EST)
Received: from osiris.sis.port.ac.uk (root@osiris.sis.port.ac.uk [148.197.100.10]) 
        by CS.UTK.EDU with SMTP (cf v2.9s-UTK)
	id FAA01835; Thu, 13 Nov 1997 05:55:18 -0500 (EST)
Received: from mordillo (p19.nas2.is2.u-net.net) by osiris.sis.port.ac.uk (4.1/SMI-4.1)
	id AA18430; Thu, 13 Nov 97 10:56:11 GMT
Date: Thu, 13 Nov 97 10:48:53 GMT
From: Mark Baker  <mab@sis.port.ac.uk>
Subject: Fall 97 Parkbench Committee Meeting Minutes
To: parkbench-comm@CS.UTK.EDU, parkbench-hpf@CS.UTK.EDU,
        parkbench-lowlevel@CS.UTK.EDU
X-Mailer: Chameleon ATX 6.0.1, Standards Based IntraNet Solutions, NetManage Inc.
X-Priority: 3 (Normal)
References: <Pine.SUN.3.96.971112212856.24760D-100000@rudolph.cs.utk.edu> 
Message-Id: <Chameleon.879418489.mab@mordillo>
Mime-Version: 1.0
Content-Type: MULTIPART/MIXED; BOUNDARY="mordillo:879418490:877:126:21579"

--mordillo:879418490:877:126:21579
Content-Type: TEXT/PLAIN; charset=US-ASCII

Dear All,

Here are the minutes of the Parkbench committee meeting held The County
Hotel in Southampton during the Fall 97 Parkbench Workshop.

For those of you with a MIME-compliant mail-reader I've attached a formatted
word 7 doc.

Regards

Mark

-----------------------------------------------------------------------------

Parkbench Committee Meeting
Held during the Fall Parkbench Workshop

The County Hotel
Southampton, UK

1515,  11th September 1997


Meeting Participation List:

Mark Baker - Univ. of Portsmouth (mab@sis.port.ac.uk)
Flavio Bergamaschi  - Univ of Southampton (fab@ecs.soton.ac.uk)
Jack Dongarra - Univ. of Tenn./ORNL (dongarra@cs.utk.edu)
Vladimir Getov  - Univ. of Westminister (getovv@wmin.ac.uk)
Charles Grassl - SGI/Cray (cmg@cray.com)
William Gropp - ANL (gropp@mcs.anl.gov)
Tony Hey - Univ. of Southampton (ajgh@ecs.soton.ac.uk)
Roger Hockney - Univ. of Westminister (roger@minnow.demon.co.uk)
Mark Papiani - Univ of Southampton (mp@ecs.soton.ac.uk)
Subhash Saini - NASA Ames (saini@nas.nasa.gov)
Dave Snelling - FECIT (snelling@fecit.co.uk)
Aad J. van der Steen  - RUU (steen@fys.ruu.nl)
Erich Strohmaier - Univ. of Tennessee (erich@cs.utk.edu)
Klaus Stueben - GMD  (klaus.stueben@gmd.de)

Meeting Activities and Actions

Tony Hey chaired the meeting.

Minutes from last meeting were seven pages long and it was decided that only the actions from the last 

meeting would be reviewed. The actions from last meeting were reviewed - a short discussion about each 

took place. A discussion about interaction with SPEC-HPG was initiated.

Comms Low-Level Benchmarks 

Vladimir Getov gave a short presentation on the current status of the Parkbench Comms benchmarks.  
Charles Grassl was asked to explained how his new Comms programs worked and the rationale behind it. 
A long discussion ensued.

Action - Create a formal proposal  of alternative or additions to the comms low-level benchmarks for 
SC'97 
- Charles Grassl.

Action - Members should look at the PALLAS version of the low-level benchmarks (based on 
Genesis/RAPS).

Action  - Erich  Strohmaier and Vladimir Getov will discuss the efforts needed to split up Parkbench 
and 
add in the new Comms1 benchmark (with new curve fitting routine).

NPB - Subhash Siani reported on the status of the NAS Parallel Benchmarks

HPF - Mark Baker read Chuck Koebel's email about CEWES HPCM HPF efforts.

Action - Subhash Siani will let RICE know that Gina should start of from the single NAS codes

Electronic Journal - Mark Baker and Tony Hey reported on the electronic journal PEMCS and its Web 
site. It was agreed that this would be discussed  further informally.

Parkbench Report -Erich Strohmaier reported on the efforts of creating a new Parkbench report. A short 

discussion about this ensued.

Action - Jack Dongarra /Tony Hey will talk to other members about the potential efforts that could be 
put 
into a Parkbench report II by SC'97.

Funding Efforts

Jack Dongarra's recent benchmarking  proposal was turned down. Tony Hey mentioned the possibly of 
entering a proposal to the EU.
Possibility of a joint EU / NSF bid.

Mark Baker asked if SIO would be interested in being more closely involved.  William Gropp reported 
that 
SIO was actually winding down and so formal association was not really an option.

AOB

The participants were then invited by Tony to move to the University of Southampton (bldg. 16) for the 

Parkbench demonstrations which included:

-- Java Low-Level Benchmarks (Vladimir Getov)
-- BenchView: Java Tool for Visualization of Parallel Benchmark Results (Mark Papiani and Flavio
   Bergamaschi)
-- PICT: An Interactive Web-page Curve-fitting Tool (Roger Hockney)

Jack Dongarra  informed the committee of  Parkbench BOF at SC'97 (Wednesday at 3.30PM).

The meeting was wound up by Tony Hey at 1630.

-----------------------------------------------------------------------------




-------------------------------------
CSM, University of Portsmouth, Hants, UK
Tel: +44 1705 844285	Fax: +44 1705 844006
E-mail: mab@sis.port.ac.uk
Date: 11/13/97 - Time: 10:48:53
URL http://www.sis.port.ac.uk/~mab/
-------------------------------------

--mordillo:879418490:877:126:21579
Content-Type: APPLICATION/msword; name="minutes-fall-97.doc"
Content-Transfer-Encoding: BASE64
Content-Description: minutes-fall-97.doc

0M8R4KGxGuEAAAAAAAAAAAAAAAAAAAAAPgADAP7/CQAGAAAAAAAAAAAAAAAB
AAAAEQAAAAAAAAAAEAAAEgAAAAEAAAD+////AAAAABAAAAD/////////////
////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////
///////////////////////cpWgAY+AJBAAAAABlAAAAAAAAAAAAAAAAAwAA
hxAAABAeAAAAAAAAAAAAAAAAAAAAAAAAhw0AAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAABgAAGoAAAAAGAAAagAAAGoYAAAAAAAAahgAAAAA
AABqGAAAAAAAAGoYAAAAAAAAahgAABQAAACkGAAAAAAAAKQYAAAAAAAApBgA
AAAAAACkGAAAAAAAAKQYAAAAAAAApBgAAAoAAACuGAAAEAAAAKQYAAAAAAAA
Eh0AAHwAAAC+GAAAAAAAAL4YAAAAAAAAvhgAAAAAAAC+GAAAAAAAAL4YAAAA
AAAAvhgAAAAAAAC+GAAAAAAAAL4YAAAAAAAABxoAAAIAAAAJGgAAAAAAAAka
AAAAAAAACRoAAEsAAABUGgAAUAEAAKQbAABQAQAA9BwAAB4AAACOHQAAWAAA
AOYdAAAqAAAAEh0AAAAAAAAAAAAAAAAAAAAAAAAAAAAAahgAAAAAAAC+GAAA
AAAAAAAACQAKAAEAAgC+GAAAAAAAAL4YAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AL4YAAAAAAAAvhgAAAAAAAASHQAAAAAAANQYAAAAAAAAahgAAAAAAABqGAAA
AAAAAL4YAAAAAAAAAAAAAAAAAAAAAAAAAAAAAL4YAAAAAAAA1BgAAAAAAADU
GAAAAAAAANQYAAAAAAAAvhgAABYAAABqGAAAAAAAAL4YAAAAAAAAahgAAAAA
AAC+GAAAAAAAAAcaAAAAAAAAAAAAAAAAAAAQq9KCIvC8AX4YAAAOAAAAjBgA
ABgAAABqGAAAAAAAAGoYAAAAAAAAahgAAAAAAABqGAAAAAAAAL4YAAAAAAAA
BxoAAAAAAADUGAAAMwEAANQYAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAABQYXJrYmVuY2ggQ29tbWl0dGVlIE1lZXRp
bmcNDUhlbGQgZHVyaW5nIHRoZSBGYWxsIFBhcmtiZW5jaCBXb3Jrc2hvcA0N
VGhlIENvdW50eSBIb3RlbA0NU291dGhhbXB0b24sIFVLDQ0xNTE1LCAgMTF0
aCBTZXB0ZW1iZXIgMTk5Nw0NDU1lZXRpbmcgUGFydGljaXBhdGlvbiBMaXN0
Og0NTWFyayBCYWtlciAtIFVuaXYuIG9mIFBvcnRzbW91dGggKG1hYkBzaXMu
cG9ydC5hYy51aykNRmxhdmlvIEJlcmdhbWFzY2hpICAtIFVuaXYgb2YgU291
dGhhbXB0b24gKGZhYkBlY3Muc290b24uYWMudWspDUphY2sgRG9uZ2FycmEg
LSBVbml2LiBvZiBUZW5uLi9PUk5MIChkb25nYXJyYUBjcy51dGsuZWR1KQ1W
bGFkaW1pciBHZXRvdiAgLSBVbml2LiBvZiBXZXN0bWluaXN0ZXIgKGdldG92
dkB3bWluLmFjLnVrKQ1DaGFybGVzIEdyYXNzbCAtIFNHSS9DcmF5IChjbWdA
Y3JheS5jb20pDVdpbGxpYW0gR3JvcHAgLSBBTkwgKGdyb3BwQG1jcy5hbmwu
Z292KQ1Ub255IEhleSAtIFVuaXYuIG9mIFNvdXRoYW1wdG9uIChhamdoQGVj
cy5zb3Rvbi5hYy51aykNUm9nZXIgSG9ja25leSAtIFVuaXYuIG9mIFdlc3Rt
aW5pc3RlciAocm9nZXJAbWlubm93LmRlbW9uLmNvLnVrKQ1NYXJrIFBhcGlh
bmkgLSBVbml2IG9mIFNvdXRoYW1wdG9uIChtcEBlY3Muc290b24uYWMudWsp
DVN1Ymhhc2ggU2FpbmkgLSBOQVNBIEFtZXMgKHNhaW5pQG5hcy5uYXNhLmdv
dikNRGF2ZSBTbmVsbGluZyAtIEZFQ0lUIChzbmVsbGluZ0BmZWNpdC5jby51
aykNQWFkIEouIHZhbiBkZXIgU3RlZW4gIC0gUlVVIChzdGVlbkBmeXMucnV1
Lm5sKQ1FcmljaCBTdHJvaG1haWVyIC0gVW5pdi4gb2YgVGVubmVzc2VlIChl
cmljaEBjcy51dGsuZWR1KQ1LbGF1cyBTdHVlYmVuIC0gR01EICAoa2xhdXMu
c3R1ZWJlbkBnbWQuZGUpDQ1NZWV0aW5nIEFjdGl2aXRpZXMgYW5kIEFjdGlv
bnMNDVRvbnkgSGV5IGNoYWlyZWQgdGhlIG1lZXRpbmcuDQ1NaW51dGVzIGZy
b20gbGFzdCBtZWV0aW5nIHdlcmUgc2V2ZW4gcGFnZXMgbG9uZyBhbmQgaXQg
d2FzIGRlY2lkZWQgdGhhdCBvbmx5IHRoZSBhY3Rpb25zIGZyb20gdGhlIGxh
c3QgbWVldGluZyB3b3VsZCBiZSByZXZpZXdlZC4gVGhlIGFjdGlvbnMgZnJv
bSBsYXN0IG1lZXRpbmcgd2VyZSByZXZpZXdlZCAtIGEgc2hvcnQgZGlzY3Vz
c2lvbiBhYm91dCBlYWNoIHRvb2sgcGxhY2UuIEEgZGlzY3Vzc2lvbiBhYm91
dCBpbnRlcmFjdGlvbiB3aXRoIFNQRUMtSFBHIHdhcyBpbml0aWF0ZWQuDQ1D
b21tcyBMb3ctTGV2ZWwgQmVuY2htYXJrcyANDVZsYWRpbWlyIEdldG92IGdh
dmUgYSBzaG9ydCBwcmVzZW50YXRpb24gb24gdGhlIGN1cnJlbnQgc3RhdHVz
IG9mIHRoZSBQYXJrYmVuY2ggQ29tbXMgYmVuY2htYXJrcy4gIENoYXJsZXMg
R3Jhc3NsIHdhcyBhc2tlZCB0byBleHBsYWluZWQgaG93IGhpcyBuZXcgQ29t
bXMgcHJvZ3JhbXMgd29ya2VkIGFuZCB0aGUgcmF0aW9uYWxlIGJlaGluZCBp
dC4gDUEgbG9uZyBkaXNjdXNzaW9uIGVuc3VlZC4NDUFjdGlvbiAtIENyZWF0
ZSBhIGZvcm1hbCBwcm9wb3NhbCAgb2YgYWx0ZXJuYXRpdmUgb3IgYWRkaXRp
b25zIHRvIHRoZSBjb21tcyBsb3ctbGV2ZWwgYmVuY2htYXJrcyBmb3IgU0OS
OTcgLSBDaGFybGVzIEdyYXNzbC4NDUFjdGlvbiAtIE1lbWJlcnMgc2hvdWxk
IGxvb2sgYXQgdGhlIFBBTExBUyB2ZXJzaW9uIG9mIHRoZSBsb3ctbGV2ZWwg
YmVuY2htYXJrcyAoYmFzZWQgb24gR2VuZXNpcy9SQVBTKS4NDUFjdGlvbiAg
LSBFcmljaCAgU3Ryb2htYWllciBhbmQgVmxhZGltaXIgR2V0b3Ygd2lsbCBk
aXNjdXNzIHRoZSBlZmZvcnRzIG5lZWRlZCB0byBzcGxpdCB1cCBQYXJrYmVu
Y2ggYW5kIGFkZCBpbiB0aGUgbmV3IENvbW1zMSBiZW5jaG1hcmsgKHdpdGgg
bmV3IGN1cnZlIGZpdHRpbmcgcm91dGluZSkuDQ1OUEIgLSBTdWJoYXNoIFNp
YW5pIHJlcG9ydGVkIG9uIHRoZSBzdGF0dXMgb2YgdGhlIE5BUyBQYXJhbGxl
bCBCZW5jaG1hcmtzDQ1IUEYgLSBNYXJrIEJha2VyIHJlYWQgQ2h1Y2sgS29l
YmVsknMgZW1haWwgYWJvdXQgQ0VXRVMgSFBDTSBIUEYgZWZmb3J0cy4NDUFj
dGlvbiAtIFN1Ymhhc2ggU2lhbmkgd2lsbCBsZXQgUklDRSBrbm93IHRoYXQg
R2luYSBzaG91bGQgc3RhcnQgb2YgZnJvbSB0aGUgc2luZ2xlIE5BUyBjb2Rl
cw0NRWxlY3Ryb25pYyBKb3VybmFsIC0gTWFyayBCYWtlciBhbmQgVG9ueSBI
ZXkgcmVwb3J0ZWQgb24gdGhlIGVsZWN0cm9uaWMgam91cm5hbCBQRU1DUyBh
bmQgaXRzIFdlYiBzaXRlLiBJdCB3YXMgYWdyZWVkIHRoYXQgdGhpcyB3b3Vs
ZCBiZSBkaXNjdXNzZWQgIGZ1cnRoZXIgaW5mb3JtYWxseS4NDVBhcmtiZW5j
aCBSZXBvcnQgLUVyaWNoIFN0cm9obWFpZXIgcmVwb3J0ZWQgb24gdGhlIGVm
Zm9ydHMgb2YgY3JlYXRpbmcgYSBuZXcgUGFya2JlbmNoIHJlcG9ydC4gQSBz
aG9ydCBkaXNjdXNzaW9uIGFib3V0IHRoaXMgZW5zdWVkLg0NQWN0aW9uIC0g
SmFjayBEb25nYXJyYSAvVG9ueSBIZXkgd2lsbCB0YWxrIHRvIG90aGVyIG1l
bWJlcnMgYWJvdXQgdGhlIHBvdGVudGlhbCBlZmZvcnRzIHRoYXQgY291bGQg
YmUgcHV0IGludG8gYSBQYXJrYmVuY2ggcmVwb3J0IElJIGJ5IFNDkjk3Lg0N
RnVuZGluZyBFZmZvcnRzDQ1KYWNrIERvbmdhcnJhknMgcmVjZW50IGJlbmNo
bWFya2luZyAgcHJvcG9zYWwgd2FzIHR1cm5lZCBkb3duLiBUb255IEhleSBt
ZW50aW9uZWQgdGhlIHBvc3NpYmx5IG9mIGVudGVyaW5nIGEgcHJvcG9zYWwg
dG8gdGhlIEVVLg1Qb3NzaWJpbGl0eSBvZiBhIGpvaW50IEVVIC8gTlNGIGJp
ZC4NDU1hcmsgQmFrZXIgYXNrZWQgaWYgU0lPIHdvdWxkIGJlIGludGVyZXN0
ZWQgaW4gYmVpbmcgbW9yZSBjbG9zZWx5IGludm9sdmVkLiAgV2lsbGlhbSBH
cm9wcCByZXBvcnRlZCB0aGF0IFNJTyB3YXMgYWN0dWFsbHkgd2luZGluZyBk
b3duIGFuZCBzbyBmb3JtYWwgYXNzb2NpYXRpb24gd2FzIG5vdCByZWFsbHkg
YW4gb3B0aW9uLg0NQU9CDQ1UaGUgcGFydGljaXBhbnRzIHdlcmUgdGhlbiBp
bnZpdGVkIGJ5IFRvbnkgdG8gbW92ZSB0byB0aGUgVW5pdmVyc2l0eSBvZiBT
b3V0aGFtcHRvbiAoYmxkZy4gMTYpIGZvciB0aGUgUGFya2JlbmNoIGRlbW9u
c3RyYXRpb25zIHdoaWNoIGluY2x1ZGVkOg0NSmF2YSBMb3ctTGV2ZWwgQmVu
Y2htYXJrcyAoVmxhZGltaXIgR2V0b3YpDUJlbmNoVmlldzogSmF2YSBUb29s
IGZvciBWaXN1YWxpemF0aW9uIG9mIFBhcmFsbGVsIEJlbmNobWFyayBSZXN1
bHRzIChNYXJrIFBhcGlhbmkgYW5kIEZsYXZpbyBCZXJnYW1hc2NoaSkNUElD
VDogQW4gSW50ZXJhY3RpdmUgV2ViLXBhZ2UgQ3VydmUtZml0dGluZyBUb29s
IChSb2dlciBIb2NrbmV5KQ0NSmFjayBEb25nYXJyYSAgaW5mb3JtZWQgdGhl
IGNvbW1pdHRlZSBvZiAgUGFya2JlbmNoIEJPRiBhdCBTQ5I5NyAoV2VkbmVz
ZGF5IGF0IDMuMzBQTSkuDQ1UaGUgbWVldGluZyB3YXMgd291bmQgdXAgYnkg
VG9ueSBIZXkgYXQgMTYzMC4NFQCk0C+l4D2mCAenCAeooAWpoAWqAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAHQMAAGgD
AAByAwAAdAMAAIYDAAChAwAAogMAAMUDAADXAwAABAQAABcEAAA+BAAAUQQA
AHwEAACNBAAAqgQAALYEAADNBAAA3gQAAAEFAAAVBQAAPgUAAFYFAABvBQAA
jgUAAKsFAAC9BQAA1gUAAOoFAAAJBgAAGQYAAEIGAABSBgAAagYAAH4GAACB
BgAAoAYAANcHAADzBwAARAgAAEkIAACJCAAAjggAANgIAADeCAAAVgkAAFwJ
AABeCQAAvwkAAMUJAAA3CgAAPQoAAGsKAABuCgAAtgoAALkKAAAACwAABgsA
AF8LAABxCwAACAwAABgMAACODAAAlAwAAB4NAAAtDQAALg0AAJIOAACVDgAA
hxAAAJ4QAAD79gD0APHvAO0A7QDtAO0A7QDrAO0A7QDtAO0A7QDtAO0A7QDm
APEA7QDtAOMA4+EA4wDtAPEA8QDjAPEA8QDjAPHvAPEA3wAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAJ1AQACVoEABFWBVoEA
CFWBXQMAYxgAAANdBQADXQQAA10DAAVVgV0DAAJoAQAIVYFdAwBjHAAACFWB
XQMAYyQARwADAAAcAwAAHQMAAEUDAABGAwAAVwMAAFgDAABoAwAAaQMAAIQD
AACFAwAAhgMAAKIDAACjAwAA2QMAABkEAABTBAAAjwQAALgEAADgBAAAFwUA
AFgFAACQBQAAvwUAAOwFAAAbBgAAVAYAAIAGAACBBgAAoAYAAKEGAAC/BgAA
wAYAANYHAADXBwAA8wcAAPQHAAC9CAAA1wgAANgIAAD9AAHAIaIB+gABwCGi
Af0AAcAhRgH9AAHAIUYB/QABwCFGAf0AAcAhRgH9AAHAIUYB/QABwCHrAP0A
AcAh6wD6AAHAIesA+gABwCHrAPoAAcAh6QD6AAHAIesA+gABwCHyAPoAAcAh
8gD6AAHAIfIA+gABwCHyAPoAAcAh8gD6AAHAIfIA+gABwCHyAPoAAcAh8gD6
AAHAIfIA+gABwCHyAPoAAcAh8gD6AAHAIfIA+gABwCHyANwAAcAh8gD6AAHA
IesA+gABwCEWAfoAAcAh6wD6AAHAIesA+gABwCHrAPoAA8Ah6wD6AAHAIesA
+gABwCHpAPoAAcAh6wD6AALAIfIA+gABwCHrAPoAAcAh6wAAAAAAAAAAHQAA
BQMMNP8BAAgAAAEAAAABAGgBAAAAAAAAtwAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAgAABQMAAgAABQEn2AgAAFUJAABWCQAAvgkAAL8JAABq
CgAAawoAALUKAAC2CgAA/woAAAALAABeCwAAXwsAAAcMAAAIDAAAjQwAAI4M
AAAdDQAAHg0AAC4NAAAvDQAAsA0AANUNAADWDQAAkQ4AAJIOAACWDgAAlw4A
ACcPAAAoDwAAUw8AAL4PAAD/DwAAABAAAFgQAABZEAAAhxAAAP0E/8Ah2QH9
AAHAIesA/QT/wCHZAf0AAcAh6wD9BP/AIeAB/QABwCHrAP0AAcAh7gD9AAHA
IesA/QABwCHuAP0AAcAh6wD9AAHAIe4A/QABwCHrAP0E/8Ah2QH9AAHAIesA
/QT/wCHZAf0AAcAh6wD9BP/AIdkB/QABwCHrAP0AAcAh6QD9AAHAIesA/QAC
wCHrAP0AAcAh6wD9AAHAIesA/QACwCHrAP0AAcAh6wD9AAHAIekA/QABwCHr
AP0AAsAh6wD9AAHAIesA2wABwCH6ANsE/8Ah5QHbAAHAIfoA/QABwCHrAP0A
AcAh6wD9AAHAIesA/QABwCHrAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAIQAABQMNCxFoAROY/gw0/wEACAAAAQAAAAEAaAEAAAAA
AAC3AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAFAyQOAA8A
CAABAEsADwAAAAAAGgAAQPH/AgAaAAZOb3JtYWwAAgAAAAMAYQkEAAAAAAAA
AAAAAAAAAAAAAAAAACIAQUDy/6EAIgAWRGVmYXVsdCBQYXJhZ3JhcGggRm9u
dAAAAAAAAAAAAAAAAAAAAIcNAAAEAIcQAAAAAP////8CAAQh//8BAAAg//8C
AAAAAABqBwAAhw0AAAAAAQAAAAEAAAAAAAADAACeEAAACQAAAwAA2AgAAIcQ
AAAKAAsAAAAAAAECAAAVAgAAiQ0AAAcAHAAHADMBC01hcmsgIEJha2VyJEM6
XHRleFxQYXJrQmVuY2hcbWludXRlcy1mYWxsLTk3LmRvYwtNYXJrICBCYWtl
cjNDOlx0ZXhcUGFya0JlbmNoXEFkbWluaXN0cmF0aW9uXG1pbnV0ZXMtZmFs
bC05Ny5kb2MLTWFyayAgQmFrZXIzQzpcdGV4XFBhcmtCZW5jaFxBZG1pbmlz
dHJhdGlvblxtaW51dGVzLWZhbGwtOTcuZG9jC01hcmsgIEJha2VyM0M6XHRl
eFxQYXJrQmVuY2hcQWRtaW5pc3RyYXRpb25cbWludXRlcy1mYWxsLTk3LmRv
YwtNYXJrICBCYWtlcjNDOlx0ZXhcUGFya0JlbmNoXEFkbWluaXN0cmF0aW9u
XG1pbnV0ZXMtZmFsbC05Ny5kb2P/QFRla3Ryb25peCBQaGFzZXIgNTUwIDEy
MDAgZHBpAExQVDE6AHdpbnNwb29sAFRla3Ryb25peCBQaGFzZXIgNTUwIDEy
MDAgZHBpAFRla3Ryb25peCBQaGFzZXIgNTUwIDEyMDAgZHBpAAAAAQQABJwA
tAATzwEAAQABAOoKbwhkAAEADwBYAgIAAQAAAAMAAABMZXR0ZXIAABQAZWVl
ZWVlZWVlZWVlZWVlZWVlZWVlZQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFBSSVbgEAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAYAAAAAAAQJxAnECcAABAnAAAA
AAAAAABjdQgA/wMAAQEBAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFRla3Ryb25peCBQaGFzZXIg
NTUwIDEyMDAgZHBpAAAAAQQABJwAtAATzwEAAQABAOoKbwhkAAEADwBYAgIA
AQAAAAMAAABMZXR0ZXIAAAAADwAGAAAACgAwARQAMAEUAHIAcABjAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAFBSSVbgEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAYAAAAAAAQJxAnECcAABAnAAAAAAAAAABjdQgA/wMAAQEBAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAOAAQDHAAAAxwAAAAgAzwDPAMcAAAAAAAAAxwAAAHwAFRaQAQAAVGlt
ZXMgTmV3IFJvbWFuAAwSkAECAFN5bWJvbAAWIpABAAZBcmlhbABIZWx2ZXRp
Y2EAABsmvAIAAEFyaWFsIFJvdW5kZWQgTVQgQm9sZAARNZABAABDb3VyaWVy
IE5ldwARNZABAgBNUyBMaW5lRHJhdwAiAAQAcQiJGAAA0AIAAGgBAAAAANBb
GYa2ahuGAAAAAAcAXAAAAPQBAAAnCwAAAgAFAAAABACDEBcAAAAAAAAAAAAA
AAIAAQAAAAEAAAAAAAAAIQMAAAAAKgAAAAAAAAALTWFyayAgQmFrZXILTWFy
ayAgQmFrZXIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAEAAAACAAAAAwAAAAQAAAAFAAAABgAAAAcA
AAAIAAAACQAAAAoAAAALAAAADAAAAA0AAAAOAAAADwAAAP7////9////FAAA
AP7///8cAAAA/v/////////////////////////////////////////+////
////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////
////////////////////////////////////////////////UgBvAG8AdAAg
AEUAbgB0AHIAeQAAAGspDUphY2sgRG9uZ2FycmEgLSBVbml2LiBvZiBUZW5u
Li9PUk5MIChkbxYABQH//////////wEAAAAACQIAAAAAAMAAAAAAAABGAAAA
AKD5PUK9vrwBEKvSgiLwvAETAAAAQAMAAGdldG9XAG8AcgBkAEQAbwBjAHUA
bQBlAG4AdAAAAHNzbCAtIFNHSS9DcmF5IChjbWdAY3JheS5jb20pDVdpbGxp
YW0gGgACAQIAAAADAAAA/////3BwQG1jcy5hbmwuZ292KQ1Ub255IEhleSAt
IFVuaXYuIG9mIAAAAAAQHgAAdG9uIAEAQwBvAG0AcABPAGIAagAAAC51aykN
Um9nZXIgSG9ja25leSAtIFVuaXYuIG9mIFdlc3RtaW5pc3RlciAocm8SAAIB
////////////////LmNvLnVrKQ1NYXJrIFBhcGlhbmkAAAAAAAAAAAAAAAAA
AAAAAAAAAGoAAABtcEBlBQBTAHUAbQBtAGEAcgB5AEkAbgBmAG8AcgBtAGEA
dABpAG8AbgAAAHMgKHNhaW5pQG5hcy5uYXNhLmdvdikNRCgAAgH/////BAAA
AP////9FQ0lUIChzbmVsbGluZ0BmZWNpdAAAAAAAAAAAAAAAAAAAAAACAAAA
vAEAAHRlZW4BAAAA/v///wMAAAAEAAAABQAAAAYAAAAHAAAACAAAAP7///8K
AAAACwAAAAwAAAD+////////////////////////////////////////////
////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////
/////////////////////////////////wEA/v8DCgAA/////wAJAgAAAAAA
wAAAAAAAAEYYAAAATWljcm9zb2Z0IFdvcmQgRG9jdW1lbnQACgAAAE1TV29y
ZERvYwAQAAAAV29yZC5Eb2N1bWVudC42APQ5snEAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAA/v8AAAQAAgAAAAAAAAAAAAAAAAAAAAAAAQAA
AOCFn/L5T2gQq5EIACsns9kwAAAAjAEAABIAAAABAAAAmAAAAAIAAACgAAAA
AwAAAKwAAAAEAAAAuAAAAAUAAADMAAAABgAAANgAAAAHAAAA5AAAAAgAAAD0
AAAACQAAAAgBAAASAAAAFAEAAAoAAAA8AQAACwAAAEgBAAAMAAAAVAEAAA0A
AABgAQAADgAAAGwBAAAPAAAAdAEAABAAAAB8AQAAEwAAAIQBAAACAAAA5AQA
AB4AAAABAAAAAAAGAB4AAAABAAAAAFdSTR4AAAAMAAAATWFyayAgQmFrZXIA
HgAAAAEAAAAAOmkQHgAAAAEAAAAAAAAAHgAAAAcAAABOb3JtYWwAYR4AAAAM
AAAATWFyayAgQmFrZXIAHgAAAAIAAAA3AAQAHgAAAB4AAABNaWNyb3NvZnQg
V29yZCBmb3IgV2luZG93cyA5NQAAAEAAAAAAKC3aDAAAAEAAAAAAAAAABQBE
AG8AYwB1AG0AZQBuAHQAUwB1AG0AbQBhAHIAeQBJAG4AZgBvAHIAbQBhAHQA
aQBvAG4AAAAAAAAAAAAAADgAAgD///////////////8AAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAJAAAA6AAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAP///////////////wAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAA////////////////AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD/
//////////////8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAD+/wAABAACAAAAAAAAAAAAAAAAAAAAAAABAAAAAtXN
1ZwuGxCTlwgAKyz5rjAAAAC4AAAACAAAAAEAAABIAAAADwAAAFAAAAAEAAAA
dAAAAAUAAAB8AAAABgAAAIQAAAALAAAAjAAAABAAAACUAAAADAAAAJwAAAAC
AAAA5AQAAB4AAAAZAAAAVW5pdmVyc2l0eSBvZiBQb3J0c21vdXRoAAAAAAMA
AAAAOgAAAwAAABcAAAADAAAABQAAAAsAAAAAAAAACwAAAAAAAAAMEAAAAgAA
AB4AAAABAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AABAAAAAADhSnMW+vAFAAAAAANR+ciLwvAEDAAAAAgAAAAMAAAD0AQAAAwAA
ACcLAAADAAAAAAAAAAAAAAD+/wAABAACAAAAAAAAAAAAAAAAAAAAAAABAAAA
AtXN1ZwuGxCTlwgAKyz5rjAAAAC4AAAACAAAAAEAAABIAAAADwAAAFAAAAAE
AAAAdAAAAAUAAAB8AAAABgAAAIQAAAALAAAAjAAAABAAAACUAAAADAAAAJwA
AAACAAAA5AQAAB4AAAAZAAAAVW5pdmVyc2l0eSBvZiBQb3J0c21vdXRoAAAA
AAMAAAAAOgAAAwAAABcAAAADAAAABQAAAAsAAAAAAAAACwAAAAAAAAAMEAAA
AgAAAB4AAAABAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAA

--mordillo:879418490:877:126:21579--

From owner-parkbench-comm@CS.UTK.EDU Thu Nov 13 06:31:53 1997
Return-Path: <owner-parkbench-comm@CS.UTK.EDU>
Received: from CS.UTK.EDU by netlib2.cs.utk.edu with ESMTP (cf v2.9t-netlib)
	id GAA07105; Thu, 13 Nov 1997 06:31:52 -0500
Received: from localhost (root@localhost) 
        by CS.UTK.EDU with SMTP (cf v2.9s-UTK)
	id FAA01880; Thu, 13 Nov 1997 05:56:05 -0500 (EST)
Received: from osiris.sis.port.ac.uk (root@osiris.sis.port.ac.uk [148.197.100.10]) 
        by CS.UTK.EDU with SMTP (cf v2.9s-UTK)
	id FAA01835; Thu, 13 Nov 1997 05:55:18 -0500 (EST)
Received: from mordillo (p19.nas2.is2.u-net.net) by osiris.sis.port.ac.uk (4.1/SMI-4.1)
	id AA18430; Thu, 13 Nov 97 10:56:11 GMT
Date: Thu, 13 Nov 97 10:48:53 GMT
From: Mark Baker  <mab@sis.port.ac.uk>
Subject: Fall 97 Parkbench Committee Meeting Minutes
To: parkbench-comm@CS.UTK.EDU, parkbench-hpf@CS.UTK.EDU,
        parkbench-lowlevel@CS.UTK.EDU
X-Mailer: Chameleon ATX 6.0.1, Standards Based IntraNet Solutions, NetManage Inc.
X-Priority: 3 (Normal)
References: <Pine.SUN.3.96.971112212856.24760D-100000@rudolph.cs.utk.edu> 
Message-Id: <Chameleon.879418489.mab@mordillo>
Mime-Version: 1.0
Content-Type: MULTIPART/MIXED; BOUNDARY="mordillo:879418490:877:126:21579"

--mordillo:879418490:877:126:21579
Content-Type: TEXT/PLAIN; charset=US-ASCII

Dear All,

Here are the minutes of the Parkbench committee meeting held The County
Hotel in Southampton during the Fall 97 Parkbench Workshop.

For those of you with a MIME-compliant mail-reader I've attached a formatted
word 7 doc.

Regards

Mark

-----------------------------------------------------------------------------

Parkbench Committee Meeting
Held during the Fall Parkbench Workshop

The County Hotel
Southampton, UK

1515,  11th September 1997


Meeting Participation List:

Mark Baker - Univ. of Portsmouth (mab@sis.port.ac.uk)
Flavio Bergamaschi  - Univ of Southampton (fab@ecs.soton.ac.uk)
Jack Dongarra - Univ. of Tenn./ORNL (dongarra@cs.utk.edu)
Vladimir Getov  - Univ. of Westminister (getovv@wmin.ac.uk)
Charles Grassl - SGI/Cray (cmg@cray.com)
William Gropp - ANL (gropp@mcs.anl.gov)
Tony Hey - Univ. of Southampton (ajgh@ecs.soton.ac.uk)
Roger Hockney - Univ. of Westminister (roger@minnow.demon.co.uk)
Mark Papiani - Univ of Southampton (mp@ecs.soton.ac.uk)
Subhash Saini - NASA Ames (saini@nas.nasa.gov)
Dave Snelling - FECIT (snelling@fecit.co.uk)
Aad J. van der Steen  - RUU (steen@fys.ruu.nl)
Erich Strohmaier - Univ. of Tennessee (erich@cs.utk.edu)
Klaus Stueben - GMD  (klaus.stueben@gmd.de)

Meeting Activities and Actions

Tony Hey chaired the meeting.

Minutes from last meeting were seven pages long and it was decided that only the actions from the last 

meeting would be reviewed. The actions from last meeting were reviewed - a short discussion about each 

took place. A discussion about interaction with SPEC-HPG was initiated.

Comms Low-Level Benchmarks 

Vladimir Getov gave a short presentation on the current status of the Parkbench Comms benchmarks.  
Charles Grassl was asked to explained how his new Comms programs worked and the rationale behind it. 
A long discussion ensued.

Action - Create a formal proposal  of alternative or additions to the comms low-level benchmarks for 
SC'97 
- Charles Grassl.

Action - Members should look at the PALLAS version of the low-level benchmarks (based on 
Genesis/RAPS).

Action  - Erich  Strohmaier and Vladimir Getov will discuss the efforts needed to split up Parkbench 
and 
add in the new Comms1 benchmark (with new curve fitting routine).

NPB - Subhash Siani reported on the status of the NAS Parallel Benchmarks

HPF - Mark Baker read Chuck Koebel's email about CEWES HPCM HPF efforts.

Action - Subhash Siani will let RICE know that Gina should start of from the single NAS codes

Electronic Journal - Mark Baker and Tony Hey reported on the electronic journal PEMCS and its Web 
site. It was agreed that this would be discussed  further informally.

Parkbench Report -Erich Strohmaier reported on the efforts of creating a new Parkbench report. A short 

discussion about this ensued.

Action - Jack Dongarra /Tony Hey will talk to other members about the potential efforts that could be 
put 
into a Parkbench report II by SC'97.

Funding Efforts

Jack Dongarra's recent benchmarking  proposal was turned down. Tony Hey mentioned the possibly of 
entering a proposal to the EU.
Possibility of a joint EU / NSF bid.

Mark Baker asked if SIO would be interested in being more closely involved.  William Gropp reported 
that 
SIO was actually winding down and so formal association was not really an option.

AOB

The participants were then invited by Tony to move to the University of Southampton (bldg. 16) for the 

Parkbench demonstrations which included:

-- Java Low-Level Benchmarks (Vladimir Getov)
-- BenchView: Java Tool for Visualization of Parallel Benchmark Results (Mark Papiani and Flavio
   Bergamaschi)
-- PICT: An Interactive Web-page Curve-fitting Tool (Roger Hockney)

Jack Dongarra  informed the committee of  Parkbench BOF at SC'97 (Wednesday at 3.30PM).

The meeting was wound up by Tony Hey at 1630.

-----------------------------------------------------------------------------




-------------------------------------
CSM, University of Portsmouth, Hants, UK
Tel: +44 1705 844285	Fax: +44 1705 844006
E-mail: mab@sis.port.ac.uk
Date: 11/13/97 - Time: 10:48:53
URL http://www.sis.port.ac.uk/~mab/
-------------------------------------

--mordillo:879418490:877:126:21579
Content-Type: APPLICATION/msword; name="minutes-fall-97.doc"
Content-Transfer-Encoding: BASE64
Content-Description: minutes-fall-97.doc

0M8R4KGxGuEAAAAAAAAAAAAAAAAAAAAAPgADAP7/CQAGAAAAAAAAAAAAAAAB
AAAAEQAAAAAAAAAAEAAAEgAAAAEAAAD+////AAAAABAAAAD/////////////
////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////
///////////////////////cpWgAY+AJBAAAAABlAAAAAAAAAAAAAAAAAwAA
hxAAABAeAAAAAAAAAAAAAAAAAAAAAAAAhw0AAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAABgAAGoAAAAAGAAAagAAAGoYAAAAAAAAahgAAAAA
AABqGAAAAAAAAGoYAAAAAAAAahgAABQAAACkGAAAAAAAAKQYAAAAAAAApBgA
AAAAAACkGAAAAAAAAKQYAAAAAAAApBgAAAoAAACuGAAAEAAAAKQYAAAAAAAA
Eh0AAHwAAAC+GAAAAAAAAL4YAAAAAAAAvhgAAAAAAAC+GAAAAAAAAL4YAAAA
AAAAvhgAAAAAAAC+GAAAAAAAAL4YAAAAAAAABxoAAAIAAAAJGgAAAAAAAAka
AAAAAAAACRoAAEsAAABUGgAAUAEAAKQbAABQAQAA9BwAAB4AAACOHQAAWAAA
AOYdAAAqAAAAEh0AAAAAAAAAAAAAAAAAAAAAAAAAAAAAahgAAAAAAAC+GAAA
AAAAAAAACQAKAAEAAgC+GAAAAAAAAL4YAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AL4YAAAAAAAAvhgAAAAAAAASHQAAAAAAANQYAAAAAAAAahgAAAAAAABqGAAA
AAAAAL4YAAAAAAAAAAAAAAAAAAAAAAAAAAAAAL4YAAAAAAAA1BgAAAAAAADU
GAAAAAAAANQYAAAAAAAAvhgAABYAAABqGAAAAAAAAL4YAAAAAAAAahgAAAAA
AAC+GAAAAAAAAAcaAAAAAAAAAAAAAAAAAAAQq9KCIvC8AX4YAAAOAAAAjBgA
ABgAAABqGAAAAAAAAGoYAAAAAAAAahgAAAAAAABqGAAAAAAAAL4YAAAAAAAA
BxoAAAAAAADUGAAAMwEAANQYAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAABQYXJrYmVuY2ggQ29tbWl0dGVlIE1lZXRp
bmcNDUhlbGQgZHVyaW5nIHRoZSBGYWxsIFBhcmtiZW5jaCBXb3Jrc2hvcA0N
VGhlIENvdW50eSBIb3RlbA0NU291dGhhbXB0b24sIFVLDQ0xNTE1LCAgMTF0
aCBTZXB0ZW1iZXIgMTk5Nw0NDU1lZXRpbmcgUGFydGljaXBhdGlvbiBMaXN0
Og0NTWFyayBCYWtlciAtIFVuaXYuIG9mIFBvcnRzbW91dGggKG1hYkBzaXMu
cG9ydC5hYy51aykNRmxhdmlvIEJlcmdhbWFzY2hpICAtIFVuaXYgb2YgU291
dGhhbXB0b24gKGZhYkBlY3Muc290b24uYWMudWspDUphY2sgRG9uZ2FycmEg
LSBVbml2LiBvZiBUZW5uLi9PUk5MIChkb25nYXJyYUBjcy51dGsuZWR1KQ1W
bGFkaW1pciBHZXRvdiAgLSBVbml2LiBvZiBXZXN0bWluaXN0ZXIgKGdldG92
dkB3bWluLmFjLnVrKQ1DaGFybGVzIEdyYXNzbCAtIFNHSS9DcmF5IChjbWdA
Y3JheS5jb20pDVdpbGxpYW0gR3JvcHAgLSBBTkwgKGdyb3BwQG1jcy5hbmwu
Z292KQ1Ub255IEhleSAtIFVuaXYuIG9mIFNvdXRoYW1wdG9uIChhamdoQGVj
cy5zb3Rvbi5hYy51aykNUm9nZXIgSG9ja25leSAtIFVuaXYuIG9mIFdlc3Rt
aW5pc3RlciAocm9nZXJAbWlubm93LmRlbW9uLmNvLnVrKQ1NYXJrIFBhcGlh
bmkgLSBVbml2IG9mIFNvdXRoYW1wdG9uIChtcEBlY3Muc290b24uYWMudWsp
DVN1Ymhhc2ggU2FpbmkgLSBOQVNBIEFtZXMgKHNhaW5pQG5hcy5uYXNhLmdv
dikNRGF2ZSBTbmVsbGluZyAtIEZFQ0lUIChzbmVsbGluZ0BmZWNpdC5jby51
aykNQWFkIEouIHZhbiBkZXIgU3RlZW4gIC0gUlVVIChzdGVlbkBmeXMucnV1
Lm5sKQ1FcmljaCBTdHJvaG1haWVyIC0gVW5pdi4gb2YgVGVubmVzc2VlIChl
cmljaEBjcy51dGsuZWR1KQ1LbGF1cyBTdHVlYmVuIC0gR01EICAoa2xhdXMu
c3R1ZWJlbkBnbWQuZGUpDQ1NZWV0aW5nIEFjdGl2aXRpZXMgYW5kIEFjdGlv
bnMNDVRvbnkgSGV5IGNoYWlyZWQgdGhlIG1lZXRpbmcuDQ1NaW51dGVzIGZy
b20gbGFzdCBtZWV0aW5nIHdlcmUgc2V2ZW4gcGFnZXMgbG9uZyBhbmQgaXQg
d2FzIGRlY2lkZWQgdGhhdCBvbmx5IHRoZSBhY3Rpb25zIGZyb20gdGhlIGxh
c3QgbWVldGluZyB3b3VsZCBiZSByZXZpZXdlZC4gVGhlIGFjdGlvbnMgZnJv
bSBsYXN0IG1lZXRpbmcgd2VyZSByZXZpZXdlZCAtIGEgc2hvcnQgZGlzY3Vz
c2lvbiBhYm91dCBlYWNoIHRvb2sgcGxhY2UuIEEgZGlzY3Vzc2lvbiBhYm91
dCBpbnRlcmFjdGlvbiB3aXRoIFNQRUMtSFBHIHdhcyBpbml0aWF0ZWQuDQ1D
b21tcyBMb3ctTGV2ZWwgQmVuY2htYXJrcyANDVZsYWRpbWlyIEdldG92IGdh
dmUgYSBzaG9ydCBwcmVzZW50YXRpb24gb24gdGhlIGN1cnJlbnQgc3RhdHVz
IG9mIHRoZSBQYXJrYmVuY2ggQ29tbXMgYmVuY2htYXJrcy4gIENoYXJsZXMg
R3Jhc3NsIHdhcyBhc2tlZCB0byBleHBsYWluZWQgaG93IGhpcyBuZXcgQ29t
bXMgcHJvZ3JhbXMgd29ya2VkIGFuZCB0aGUgcmF0aW9uYWxlIGJlaGluZCBp
dC4gDUEgbG9uZyBkaXNjdXNzaW9uIGVuc3VlZC4NDUFjdGlvbiAtIENyZWF0
ZSBhIGZvcm1hbCBwcm9wb3NhbCAgb2YgYWx0ZXJuYXRpdmUgb3IgYWRkaXRp
b25zIHRvIHRoZSBjb21tcyBsb3ctbGV2ZWwgYmVuY2htYXJrcyBmb3IgU0OS
OTcgLSBDaGFybGVzIEdyYXNzbC4NDUFjdGlvbiAtIE1lbWJlcnMgc2hvdWxk
IGxvb2sgYXQgdGhlIFBBTExBUyB2ZXJzaW9uIG9mIHRoZSBsb3ctbGV2ZWwg
YmVuY2htYXJrcyAoYmFzZWQgb24gR2VuZXNpcy9SQVBTKS4NDUFjdGlvbiAg
LSBFcmljaCAgU3Ryb2htYWllciBhbmQgVmxhZGltaXIgR2V0b3Ygd2lsbCBk
aXNjdXNzIHRoZSBlZmZvcnRzIG5lZWRlZCB0byBzcGxpdCB1cCBQYXJrYmVu
Y2ggYW5kIGFkZCBpbiB0aGUgbmV3IENvbW1zMSBiZW5jaG1hcmsgKHdpdGgg
bmV3IGN1cnZlIGZpdHRpbmcgcm91dGluZSkuDQ1OUEIgLSBTdWJoYXNoIFNp
YW5pIHJlcG9ydGVkIG9uIHRoZSBzdGF0dXMgb2YgdGhlIE5BUyBQYXJhbGxl
bCBCZW5jaG1hcmtzDQ1IUEYgLSBNYXJrIEJha2VyIHJlYWQgQ2h1Y2sgS29l
YmVsknMgZW1haWwgYWJvdXQgQ0VXRVMgSFBDTSBIUEYgZWZmb3J0cy4NDUFj
dGlvbiAtIFN1Ymhhc2ggU2lhbmkgd2lsbCBsZXQgUklDRSBrbm93IHRoYXQg
R2luYSBzaG91bGQgc3RhcnQgb2YgZnJvbSB0aGUgc2luZ2xlIE5BUyBjb2Rl
cw0NRWxlY3Ryb25pYyBKb3VybmFsIC0gTWFyayBCYWtlciBhbmQgVG9ueSBI
ZXkgcmVwb3J0ZWQgb24gdGhlIGVsZWN0cm9uaWMgam91cm5hbCBQRU1DUyBh
bmQgaXRzIFdlYiBzaXRlLiBJdCB3YXMgYWdyZWVkIHRoYXQgdGhpcyB3b3Vs
ZCBiZSBkaXNjdXNzZWQgIGZ1cnRoZXIgaW5mb3JtYWxseS4NDVBhcmtiZW5j
aCBSZXBvcnQgLUVyaWNoIFN0cm9obWFpZXIgcmVwb3J0ZWQgb24gdGhlIGVm
Zm9ydHMgb2YgY3JlYXRpbmcgYSBuZXcgUGFya2JlbmNoIHJlcG9ydC4gQSBz
aG9ydCBkaXNjdXNzaW9uIGFib3V0IHRoaXMgZW5zdWVkLg0NQWN0aW9uIC0g
SmFjayBEb25nYXJyYSAvVG9ueSBIZXkgd2lsbCB0YWxrIHRvIG90aGVyIG1l
bWJlcnMgYWJvdXQgdGhlIHBvdGVudGlhbCBlZmZvcnRzIHRoYXQgY291bGQg
YmUgcHV0IGludG8gYSBQYXJrYmVuY2ggcmVwb3J0IElJIGJ5IFNDkjk3Lg0N
RnVuZGluZyBFZmZvcnRzDQ1KYWNrIERvbmdhcnJhknMgcmVjZW50IGJlbmNo
bWFya2luZyAgcHJvcG9zYWwgd2FzIHR1cm5lZCBkb3duLiBUb255IEhleSBt
ZW50aW9uZWQgdGhlIHBvc3NpYmx5IG9mIGVudGVyaW5nIGEgcHJvcG9zYWwg
dG8gdGhlIEVVLg1Qb3NzaWJpbGl0eSBvZiBhIGpvaW50IEVVIC8gTlNGIGJp
ZC4NDU1hcmsgQmFrZXIgYXNrZWQgaWYgU0lPIHdvdWxkIGJlIGludGVyZXN0
ZWQgaW4gYmVpbmcgbW9yZSBjbG9zZWx5IGludm9sdmVkLiAgV2lsbGlhbSBH
cm9wcCByZXBvcnRlZCB0aGF0IFNJTyB3YXMgYWN0dWFsbHkgd2luZGluZyBk
b3duIGFuZCBzbyBmb3JtYWwgYXNzb2NpYXRpb24gd2FzIG5vdCByZWFsbHkg
YW4gb3B0aW9uLg0NQU9CDQ1UaGUgcGFydGljaXBhbnRzIHdlcmUgdGhlbiBp
bnZpdGVkIGJ5IFRvbnkgdG8gbW92ZSB0byB0aGUgVW5pdmVyc2l0eSBvZiBT
b3V0aGFtcHRvbiAoYmxkZy4gMTYpIGZvciB0aGUgUGFya2JlbmNoIGRlbW9u
c3RyYXRpb25zIHdoaWNoIGluY2x1ZGVkOg0NSmF2YSBMb3ctTGV2ZWwgQmVu
Y2htYXJrcyAoVmxhZGltaXIgR2V0b3YpDUJlbmNoVmlldzogSmF2YSBUb29s
IGZvciBWaXN1YWxpemF0aW9uIG9mIFBhcmFsbGVsIEJlbmNobWFyayBSZXN1
bHRzIChNYXJrIFBhcGlhbmkgYW5kIEZsYXZpbyBCZXJnYW1hc2NoaSkNUElD
VDogQW4gSW50ZXJhY3RpdmUgV2ViLXBhZ2UgQ3VydmUtZml0dGluZyBUb29s
IChSb2dlciBIb2NrbmV5KQ0NSmFjayBEb25nYXJyYSAgaW5mb3JtZWQgdGhl
IGNvbW1pdHRlZSBvZiAgUGFya2JlbmNoIEJPRiBhdCBTQ5I5NyAoV2VkbmVz
ZGF5IGF0IDMuMzBQTSkuDQ1UaGUgbWVldGluZyB3YXMgd291bmQgdXAgYnkg
VG9ueSBIZXkgYXQgMTYzMC4NFQCk0C+l4D2mCAenCAeooAWpoAWqAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAHQMAAGgD
AAByAwAAdAMAAIYDAAChAwAAogMAAMUDAADXAwAABAQAABcEAAA+BAAAUQQA
AHwEAACNBAAAqgQAALYEAADNBAAA3gQAAAEFAAAVBQAAPgUAAFYFAABvBQAA
jgUAAKsFAAC9BQAA1gUAAOoFAAAJBgAAGQYAAEIGAABSBgAAagYAAH4GAACB
BgAAoAYAANcHAADzBwAARAgAAEkIAACJCAAAjggAANgIAADeCAAAVgkAAFwJ
AABeCQAAvwkAAMUJAAA3CgAAPQoAAGsKAABuCgAAtgoAALkKAAAACwAABgsA
AF8LAABxCwAACAwAABgMAACODAAAlAwAAB4NAAAtDQAALg0AAJIOAACVDgAA
hxAAAJ4QAAD79gD0APHvAO0A7QDtAO0A7QDrAO0A7QDtAO0A7QDtAO0A7QDm
APEA7QDtAOMA4+EA4wDtAPEA8QDjAPEA8QDjAPHvAPEA3wAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAJ1AQACVoEABFWBVoEA
CFWBXQMAYxgAAANdBQADXQQAA10DAAVVgV0DAAJoAQAIVYFdAwBjHAAACFWB
XQMAYyQARwADAAAcAwAAHQMAAEUDAABGAwAAVwMAAFgDAABoAwAAaQMAAIQD
AACFAwAAhgMAAKIDAACjAwAA2QMAABkEAABTBAAAjwQAALgEAADgBAAAFwUA
AFgFAACQBQAAvwUAAOwFAAAbBgAAVAYAAIAGAACBBgAAoAYAAKEGAAC/BgAA
wAYAANYHAADXBwAA8wcAAPQHAAC9CAAA1wgAANgIAAD9AAHAIaIB+gABwCGi
Af0AAcAhRgH9AAHAIUYB/QABwCFGAf0AAcAhRgH9AAHAIUYB/QABwCHrAP0A
AcAh6wD6AAHAIesA+gABwCHrAPoAAcAh6QD6AAHAIesA+gABwCHyAPoAAcAh
8gD6AAHAIfIA+gABwCHyAPoAAcAh8gD6AAHAIfIA+gABwCHyAPoAAcAh8gD6
AAHAIfIA+gABwCHyAPoAAcAh8gD6AAHAIfIA+gABwCHyANwAAcAh8gD6AAHA
IesA+gABwCEWAfoAAcAh6wD6AAHAIesA+gABwCHrAPoAA8Ah6wD6AAHAIesA
+gABwCHpAPoAAcAh6wD6AALAIfIA+gABwCHrAPoAAcAh6wAAAAAAAAAAHQAA
BQMMNP8BAAgAAAEAAAABAGgBAAAAAAAAtwAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAgAABQMAAgAABQEn2AgAAFUJAABWCQAAvgkAAL8JAABq
CgAAawoAALUKAAC2CgAA/woAAAALAABeCwAAXwsAAAcMAAAIDAAAjQwAAI4M
AAAdDQAAHg0AAC4NAAAvDQAAsA0AANUNAADWDQAAkQ4AAJIOAACWDgAAlw4A
ACcPAAAoDwAAUw8AAL4PAAD/DwAAABAAAFgQAABZEAAAhxAAAP0E/8Ah2QH9
AAHAIesA/QT/wCHZAf0AAcAh6wD9BP/AIeAB/QABwCHrAP0AAcAh7gD9AAHA
IesA/QABwCHuAP0AAcAh6wD9AAHAIe4A/QABwCHrAP0E/8Ah2QH9AAHAIesA
/QT/wCHZAf0AAcAh6wD9BP/AIdkB/QABwCHrAP0AAcAh6QD9AAHAIesA/QAC
wCHrAP0AAcAh6wD9AAHAIesA/QACwCHrAP0AAcAh6wD9AAHAIekA/QABwCHr
AP0AAsAh6wD9AAHAIesA2wABwCH6ANsE/8Ah5QHbAAHAIfoA/QABwCHrAP0A
AcAh6wD9AAHAIesA/QABwCHrAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAIQAABQMNCxFoAROY/gw0/wEACAAAAQAAAAEAaAEAAAAA
AAC3AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAFAyQOAA8A
CAABAEsADwAAAAAAGgAAQPH/AgAaAAZOb3JtYWwAAgAAAAMAYQkEAAAAAAAA
AAAAAAAAAAAAAAAAACIAQUDy/6EAIgAWRGVmYXVsdCBQYXJhZ3JhcGggRm9u
dAAAAAAAAAAAAAAAAAAAAIcNAAAEAIcQAAAAAP////8CAAQh//8BAAAg//8C
AAAAAABqBwAAhw0AAAAAAQAAAAEAAAAAAAADAACeEAAACQAAAwAA2AgAAIcQ
AAAKAAsAAAAAAAECAAAVAgAAiQ0AAAcAHAAHADMBC01hcmsgIEJha2VyJEM6
XHRleFxQYXJrQmVuY2hcbWludXRlcy1mYWxsLTk3LmRvYwtNYXJrICBCYWtl
cjNDOlx0ZXhcUGFya0JlbmNoXEFkbWluaXN0cmF0aW9uXG1pbnV0ZXMtZmFs
bC05Ny5kb2MLTWFyayAgQmFrZXIzQzpcdGV4XFBhcmtCZW5jaFxBZG1pbmlz
dHJhdGlvblxtaW51dGVzLWZhbGwtOTcuZG9jC01hcmsgIEJha2VyM0M6XHRl
eFxQYXJrQmVuY2hcQWRtaW5pc3RyYXRpb25cbWludXRlcy1mYWxsLTk3LmRv
YwtNYXJrICBCYWtlcjNDOlx0ZXhcUGFya0JlbmNoXEFkbWluaXN0cmF0aW9u
XG1pbnV0ZXMtZmFsbC05Ny5kb2P/QFRla3Ryb25peCBQaGFzZXIgNTUwIDEy
MDAgZHBpAExQVDE6AHdpbnNwb29sAFRla3Ryb25peCBQaGFzZXIgNTUwIDEy
MDAgZHBpAFRla3Ryb25peCBQaGFzZXIgNTUwIDEyMDAgZHBpAAAAAQQABJwA
tAATzwEAAQABAOoKbwhkAAEADwBYAgIAAQAAAAMAAABMZXR0ZXIAABQAZWVl
ZWVlZWVlZWVlZWVlZWVlZWVlZQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFBSSVbgEAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAYAAAAAAAQJxAnECcAABAnAAAA
AAAAAABjdQgA/wMAAQEBAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFRla3Ryb25peCBQaGFzZXIg
NTUwIDEyMDAgZHBpAAAAAQQABJwAtAATzwEAAQABAOoKbwhkAAEADwBYAgIA
AQAAAAMAAABMZXR0ZXIAAAAADwAGAAAACgAwARQAMAEUAHIAcABjAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAFBSSVbgEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAYAAAAAAAQJxAnECcAABAnAAAAAAAAAABjdQgA/wMAAQEBAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAOAAQDHAAAAxwAAAAgAzwDPAMcAAAAAAAAAxwAAAHwAFRaQAQAAVGlt
ZXMgTmV3IFJvbWFuAAwSkAECAFN5bWJvbAAWIpABAAZBcmlhbABIZWx2ZXRp
Y2EAABsmvAIAAEFyaWFsIFJvdW5kZWQgTVQgQm9sZAARNZABAABDb3VyaWVy
IE5ldwARNZABAgBNUyBMaW5lRHJhdwAiAAQAcQiJGAAA0AIAAGgBAAAAANBb
GYa2ahuGAAAAAAcAXAAAAPQBAAAnCwAAAgAFAAAABACDEBcAAAAAAAAAAAAA
AAIAAQAAAAEAAAAAAAAAIQMAAAAAKgAAAAAAAAALTWFyayAgQmFrZXILTWFy
ayAgQmFrZXIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAEAAAACAAAAAwAAAAQAAAAFAAAABgAAAAcA
AAAIAAAACQAAAAoAAAALAAAADAAAAA0AAAAOAAAADwAAAP7////9////FAAA
AP7///8cAAAA/v/////////////////////////////////////////+////
////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////
////////////////////////////////////////////////UgBvAG8AdAAg
AEUAbgB0AHIAeQAAAGspDUphY2sgRG9uZ2FycmEgLSBVbml2LiBvZiBUZW5u
Li9PUk5MIChkbxYABQH//////////wEAAAAACQIAAAAAAMAAAAAAAABGAAAA
AKD5PUK9vrwBEKvSgiLwvAETAAAAQAMAAGdldG9XAG8AcgBkAEQAbwBjAHUA
bQBlAG4AdAAAAHNzbCAtIFNHSS9DcmF5IChjbWdAY3JheS5jb20pDVdpbGxp
YW0gGgACAQIAAAADAAAA/////3BwQG1jcy5hbmwuZ292KQ1Ub255IEhleSAt
IFVuaXYuIG9mIAAAAAAQHgAAdG9uIAEAQwBvAG0AcABPAGIAagAAAC51aykN
Um9nZXIgSG9ja25leSAtIFVuaXYuIG9mIFdlc3RtaW5pc3RlciAocm8SAAIB
////////////////LmNvLnVrKQ1NYXJrIFBhcGlhbmkAAAAAAAAAAAAAAAAA
AAAAAAAAAGoAAABtcEBlBQBTAHUAbQBtAGEAcgB5AEkAbgBmAG8AcgBtAGEA
dABpAG8AbgAAAHMgKHNhaW5pQG5hcy5uYXNhLmdvdikNRCgAAgH/////BAAA
AP////9FQ0lUIChzbmVsbGluZ0BmZWNpdAAAAAAAAAAAAAAAAAAAAAACAAAA
vAEAAHRlZW4BAAAA/v///wMAAAAEAAAABQAAAAYAAAAHAAAACAAAAP7///8K
AAAACwAAAAwAAAD+////////////////////////////////////////////
////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////
/////////////////////////////////wEA/v8DCgAA/////wAJAgAAAAAA
wAAAAAAAAEYYAAAATWljcm9zb2Z0IFdvcmQgRG9jdW1lbnQACgAAAE1TV29y
ZERvYwAQAAAAV29yZC5Eb2N1bWVudC42APQ5snEAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAA/v8AAAQAAgAAAAAAAAAAAAAAAAAAAAAAAQAA
AOCFn/L5T2gQq5EIACsns9kwAAAAjAEAABIAAAABAAAAmAAAAAIAAACgAAAA
AwAAAKwAAAAEAAAAuAAAAAUAAADMAAAABgAAANgAAAAHAAAA5AAAAAgAAAD0
AAAACQAAAAgBAAASAAAAFAEAAAoAAAA8AQAACwAAAEgBAAAMAAAAVAEAAA0A
AABgAQAADgAAAGwBAAAPAAAAdAEAABAAAAB8AQAAEwAAAIQBAAACAAAA5AQA
AB4AAAABAAAAAAAGAB4AAAABAAAAAFdSTR4AAAAMAAAATWFyayAgQmFrZXIA
HgAAAAEAAAAAOmkQHgAAAAEAAAAAAAAAHgAAAAcAAABOb3JtYWwAYR4AAAAM
AAAATWFyayAgQmFrZXIAHgAAAAIAAAA3AAQAHgAAAB4AAABNaWNyb3NvZnQg
V29yZCBmb3IgV2luZG93cyA5NQAAAEAAAAAAKC3aDAAAAEAAAAAAAAAABQBE
AG8AYwB1AG0AZQBuAHQAUwB1AG0AbQBhAHIAeQBJAG4AZgBvAHIAbQBhAHQA
aQBvAG4AAAAAAAAAAAAAADgAAgD///////////////8AAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAJAAAA6AAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAP///////////////wAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAA////////////////AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD/
//////////////8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAD+/wAABAACAAAAAAAAAAAAAAAAAAAAAAABAAAAAtXN
1ZwuGxCTlwgAKyz5rjAAAAC4AAAACAAAAAEAAABIAAAADwAAAFAAAAAEAAAA
dAAAAAUAAAB8AAAABgAAAIQAAAALAAAAjAAAABAAAACUAAAADAAAAJwAAAAC
AAAA5AQAAB4AAAAZAAAAVW5pdmVyc2l0eSBvZiBQb3J0c21vdXRoAAAAAAMA
AAAAOgAAAwAAABcAAAADAAAABQAAAAsAAAAAAAAACwAAAAAAAAAMEAAAAgAA
AB4AAAABAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AABAAAAAADhSnMW+vAFAAAAAANR+ciLwvAEDAAAAAgAAAAMAAAD0AQAAAwAA
ACcLAAADAAAAAAAAAAAAAAD+/wAABAACAAAAAAAAAAAAAAAAAAAAAAABAAAA
AtXN1ZwuGxCTlwgAKyz5rjAAAAC4AAAACAAAAAEAAABIAAAADwAAAFAAAAAE
AAAAdAAAAAUAAAB8AAAABgAAAIQAAAALAAAAjAAAABAAAACUAAAADAAAAJwA
AAACAAAA5AQAAB4AAAAZAAAAVW5pdmVyc2l0eSBvZiBQb3J0c21vdXRoAAAA
AAMAAAAAOgAAAwAAABcAAAADAAAABQAAAAsAAAAAAAAACwAAAAAAAAAMEAAA
AgAAAB4AAAABAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAA

--mordillo:879418490:877:126:21579--

From owner-parkbench-comm@CS.UTK.EDU Mon Nov 17 08:32:09 1997
Return-Path: <owner-parkbench-comm@CS.UTK.EDU>
Received: from CS.UTK.EDU by netlib2.cs.utk.edu with ESMTP (cf v2.9t-netlib)
	id IAA28026; Mon, 17 Nov 1997 08:32:09 -0500
Received: from localhost (root@localhost) 
        by CS.UTK.EDU with SMTP (cf v2.9s-UTK)
	id HAA07698; Mon, 17 Nov 1997 07:58:13 -0500 (EST)
Received: from post.mail.demon.net (post-20.mail.demon.net [194.217.242.27]) 
        by CS.UTK.EDU with SMTP (cf v2.9s-UTK)
	id HAA07665; Mon, 17 Nov 1997 07:57:54 -0500 (EST)
Received: from minnow.demon.co.uk ([158.152.73.63]) by post.mail.demon.net
           id aa2024828; 17 Nov 97 12:43 GMT
Message-ID: <06u4dCAfsDc0Ew8p@minnow.demon.co.uk>
Date: Mon, 17 Nov 1997 12:39:59 +0000
To: parkbench-comm@CS.UTK.EDU
From: Roger Hockney <roger@minnow.demon.co.uk>
Subject: To the PARKBENCH97 BOF
MIME-Version: 1.0
X-Mailer: Turnpike Version 3.03a <kRL7V2isFfDmnKSZb08I5Tyfx$>

                 GREETINGS TO THE PARKBENCH 1997 BOF
                 -----------------------------------
I am not able to attend the Parkbench BOF this year but would like to
make the following input:

Chairman: Please express my apologies for absence to the meeting.


Agenda Item: Low-Level Performance Evaluation tools.
             --------------------------------------
The latest version of the Parkbench Interactive Curve Fitting Tool 
(PICT2) is on my Web page at:

      http://www.minnow.demon.co.uk/pict/source/pict2a.html

I believe that this solves the problem of displaying on different 
sized screens. Please try it and give me feedback (I have had little
so far, so I don't know how worthwhile it is!). 

This plots and allows manual interactive curve fitting of data 
anywhere on the Web in raw-data, Original COMMS1, and New COMMS1 
format. However, it still relies on COMMS1 calculating the least 
squares 2-Para and 3-Point 3-Para fits. 

Agenda Item : Plans for the next Release.
              --------------------------
Just a reminder that New COMMS1 as announced in my email to the 
committee of 16 Feb 1997, was designed as the minimum necessary 
changes to the existing release to solve the problems raised at
the beginning of the year. It involves new versions of 5 routines
and 2 new routines. In addition, the Make files need the 2 new 
routines added where appropriate. We have incorporated these 
changes at Westminster in the existing release without trouble.

I believe that these should be incorported in the next release.

In summary:

New COMMS1

In directory:

http://www.minnow.demon.co.uk/Pbench/comms1/

The 5 Changed Routines:

(1) File COMMS1_1.F replaces

        ParkBench/Low_Level/comms1/src_mpi/COMMS1.f

(2) File COMMS1_1.INC replaces

ParkBench/Low_Level/comms1/src_mpi/comms1.inc

(3) File ESTCOM_1.F replaces

        ParkBench/Low_Level/comms1/src_mpi/ESTCOM.f

(4) File LSTSQ_1.F replaces

        ParkBench/lib/Low_Level/LSTSQ.f

(5) File CHECK_1.F replaces

        Parkbench/lib/Low_Level/CHECK.f

The 2 New Routines:

(6) File LINERR_1.F add as

        ParkBench/lib/Low_Level/LINERR.f

(7) File VPOWER_1.F add as

        ParkBench/lib/Low_Level/VPOWER.f


HAVE A NICE MEETING, and best wishes to you all,

Roger Hockney

-- 
Roger Hockney.  Checkout my new Web page at URL   http://www.minnow.demon.co.uk
University of   and link to my new book: "The Science of Computer Benchmarking"
Westminster UK  suggestions welcome. Know any fish movies or suitable links?

From owner-parkbench-comm@CS.UTK.EDU Mon Dec  1 08:38:55 1997
Return-Path: <owner-parkbench-comm@CS.UTK.EDU>
Received: from CS.UTK.EDU by netlib2.cs.utk.edu with ESMTP (cf v2.9t-netlib)
	id IAA05062; Mon, 1 Dec 1997 08:38:55 -0500
Received: from localhost (root@localhost) 
        by CS.UTK.EDU with SMTP (cf v2.9s-UTK)
	id IAA20432; Mon, 1 Dec 1997 08:03:34 -0500 (EST)
Received: from hermes.lsi.usp.br (hermes.lsi.usp.br [143.107.161.220]) 
        by CS.UTK.EDU with ESMTP (cf v2.9s-UTK)
	id IAA20425; Mon, 1 Dec 1997 08:03:30 -0500 (EST)
Received: from cali.lsi.usp.br (cali.lsi.usp.br [10.0.161.7]) by hermes.lsi.usp.br (8.8.5/8.7.3) with SMTP id LAA05866; Mon, 1 Dec 1997 11:03:20 -0200 (BDB)
Message-ID: <34830ABD.487C@lsi.usp.br>
Date: Mon, 01 Dec 1997 11:06:37 -0800
From: Martha Torres <mxtd@lsi.usp.br>
Organization: LSI
X-Mailer: Mozilla 3.01Gold (Win95; I)
MIME-Version: 1.0
To: parkbench-comm@CS.UTK.EDU
CC: mxtd@lsi.usp.br
Subject: compiling ParkBench for MPICH
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

Sirs
ParkBench Committee

Dear Sirs,
I am Ph.D student and I am working with collective communication
operations. Particulary, I am interested in to quantify the influence
of collective communication operations on the total execution time
of several MPI-programs.

My platform is a cluster of 8 Dual Pentium Pro processors 
interconnected by 100Mb/s Fastethernet.
I use MPICH version 1.1, fort77 and cc compilers

I have downloaded ParkBench.tar from netlib. I followed 
all instructions but there are some programs that
did not work:
1. Low_Level/poly1 poly2 rinf1 tick1 tick2
They did not compile. It appears the following:
ParkBench/lib/LINUX/ParkBench_misc.a: No such file or
directory. 
How do I create this library??

2. Kernels/LU_solver QR TRD
They also did not compile. It appears the following:
ParkBench/lib/LINUX/pblas_subset.a: In function 'pberror_'
undefined reference to 'blacs_gridinfo_'
undefined reference to 'blacs_abort_'

3. Comp_Apps/PSTSWM and Kernels/MATMUL
They compiled but they did not run

Thanks in advance, 

Best Regards
Martha Torres
Laboratorio de Sistema Integraveis
University of Sao Paulo
Sao Paulo - S.P. Brazil


From owner-parkbench-lowlevel@CS.UTK.EDU Wed Dec  3 02:22:07 1997
Return-Path: <owner-parkbench-lowlevel@CS.UTK.EDU>
Received: from CS.UTK.EDU by netlib2.cs.utk.edu with ESMTP (cf v2.9t-netlib)
	id CAA13224; Wed, 3 Dec 1997 02:22:07 -0500
Received: from localhost (root@localhost) 
        by CS.UTK.EDU with SMTP (cf v2.9s-UTK)
	id CAA11602; Wed, 3 Dec 1997 02:22:29 -0500 (EST)
Received: from soran.pacific.net.sg (soran.pacific.net.sg [203.120.90.76]) 
        by CS.UTK.EDU with ESMTP (cf v2.9s-UTK)
	id CAA11594; Wed, 3 Dec 1997 02:22:26 -0500 (EST)
From: <htchng@honda.insasbhd.com>
Received: from pop1.pacific.net.sg (pop1.pacific.net.sg [203.120.90.85])
	by soran.pacific.net.sg with ESMTP
	id PAA08723 for <pbwg-compactapp@cs.utk.edu>; Wed, 3 Dec 1997 15:22:07 +0800 (SGT)
Received: from pacific.net.sg ([203.116.15.109])
        by pop1.pacific.net.sg with SMTP
        id PAA19445 for <pbwg-compactapp@cs.utk.edu>; Wed, 3 Dec 1997 15:22:19 +0800 (SGT)
Message-Id: <199712030722.PAA19445@pop1.pacific.net.sg>
To: pbwg-compactapp@CS.UTK.EDU
Date: Wed,  3 Dec 97 15:25:30 +0800
Subject: Seeking Importer for Blank CD-R and  Computer Parts
X-Mailer: Crescent Internet ToolPak OLE Mail Control v.1.0

Dear Sir,

I understand that you are a computer reseller/trader.
(If you not, or not interested in this message, DO NOTHING, as we might have made a mistake)
We respect your privacy. 
As such, we only followup if you are interested and responded to our mail.

We are seeking importer for the following products:-
Able to supply the following in bulk / small quantity.
 
1.CD-R (Jewel Case)   
2.CD-R (Spindle)      
3.CD-R replicator (4pcs/hour, 50pcs tower)
4.Yamaha CDR400 (4x write, 6x read) recorder.
5.CD-RW as well as its recorder
6.PC Mother Board
7.PC RAMs
8.PC CPUs.
All products FOB Singapore.
Clients to specify freight forwarder.

 
Thank you very much. 
Have a nice day.

Best regards,

Manager,
Insas Networks.


From owner-parkbench-comm@CS.UTK.EDU Wed Jan  7 16:49:19 1998
Return-Path: <owner-parkbench-comm@CS.UTK.EDU>
Received: from CS.UTK.EDU by netlib2.cs.utk.edu with ESMTP (cf v2.9t-netlib)
	id QAA19963; Wed, 7 Jan 1998 16:49:19 -0500
Received: from localhost (root@localhost) 
        by CS.UTK.EDU with SMTP (cf v2.9s-UTK)
	id QAA17461; Wed, 7 Jan 1998 16:30:05 -0500 (EST)
Received: from timbuk.cray.com (timbuk-fddi.cray.com [128.162.8.102]) 
        by CS.UTK.EDU with ESMTP (cf v2.9s-UTK)
	id QAA17452; Wed, 7 Jan 1998 16:30:02 -0500 (EST)
Received: from ironwood.cray.com (root@ironwood-fddi.cray.com [128.162.21.36]) by timbuk.cray.com (8.8.7/CRI-gate-news-1.3) with ESMTP id PAA16817 for <parkbench-comm@CS.UTK.EDU>; Wed, 7 Jan 1998 15:30:03 -0600 (CST)
Received: from magnet.cray.com (magnet [128.162.173.162]) by ironwood.cray.com (8.8.4/CRI-ironwood-news-1.0) with ESMTP id PAA27253; Wed, 7 Jan 1998 15:30:00 -0600 (CST)
From: Charles Grassl <cmg@cray.com>
Received: by magnet.cray.com (8.8.0/btd-b3)
          id VAA26077; Wed, 7 Jan 1998 21:29:59 GMT
Message-Id: <199801072129.VAA26077@magnet.cray.com>
Subject: Low Level benchmarks
To: parkbench-comm@CS.UTK.EDU
Date: Wed, 7 Jan 1998 15:29:59 -0600 (CST)
X-Mailer: ELM [version 2.4 PL24-CRI-d]
MIME-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit


-- 
Charles Grassl

From owner-parkbench-comm@CS.UTK.EDU Wed Jan  7 16:56:40 1998
Return-Path: <owner-parkbench-comm@CS.UTK.EDU>
Received: from CS.UTK.EDU by netlib2.cs.utk.edu with ESMTP (cf v2.9t-netlib)
	id QAA19981; Wed, 7 Jan 1998 16:56:40 -0500
Received: from localhost (root@localhost) 
        by CS.UTK.EDU with SMTP (cf v2.9s-UTK)
	id QAA17784; Wed, 7 Jan 1998 16:36:27 -0500 (EST)
Received: from timbuk.cray.com (timbuk-fddi.cray.com [128.162.8.102]) 
        by CS.UTK.EDU with ESMTP (cf v2.9s-UTK)
	id QAA17776; Wed, 7 Jan 1998 16:36:24 -0500 (EST)
Received: from ironwood.cray.com (root@ironwood-fddi.cray.com [128.162.21.36]) by timbuk.cray.com (8.8.7/CRI-gate-news-1.3) with ESMTP id PAA17087 for <parkbench-comm@cs.utk.edu>; Wed, 7 Jan 1998 15:36:24 -0600 (CST)
Received: from magnet.cray.com (magnet [128.162.173.162]) by ironwood.cray.com (8.8.4/CRI-ironwood-news-1.0) with ESMTP id PAA28449 for <parkbench-comm@cs.utk.edu>; Wed, 7 Jan 1998 15:36:22 -0600 (CST)
Received: from magnet by magnet.cray.com (8.8.0/btd-b3) via SMTP
          id VAA26107; Wed, 7 Jan 1998 21:36:21 GMT
Sender: cmg@cray.com
Message-ID: <34B3F553.167E@cray.com>
Date: Wed, 07 Jan 1998 15:36:19 -0600
From: Charles Grassl <cmg@cray.com>
Organization: Cray Research
X-Mailer: Mozilla 3.01SC-SGI (X11; I; IRIX 6.2 IP22)
MIME-Version: 1.0
To: parkbench-comm@CS.UTK.EDU
Subject: Low Level benchmark errors and differences
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

To:      Parkbench Low Level interests
From:    Charles Grassl

Subject: Low Level benchmark errors and differences

Date:    7 January, 1998


We should not produce or publish Parkbench Low level benchmark results
with the current suite of programs because the programs are inaccurate
and unreliable.  I ran the Low Level programs and compared the results
with the same metrics as recorded from other benchmark programs.
The differences range from less than 5% (acceptable) to a factor of 6
times difference, which is unacceptable.

The differences, or "errors", are summarized in the table below.
The recorded differences in results from the Low Level program were
arrived at by comparing the Parkbench program reported metrics with the
same metrics as measured by alternative programs.


       Table.  Differences in Low Level benchmark results
               for two systems.  System A is an Origin 2000.
               System B is a CRAY T3E.

                     System A          System B
                  Rinf  Startup    Rinf   Startup
        -----------------------------------------
        COMMS1    <10%     6x       <5%      6x
        COMMS2      2x     3x       <5%     <5%
        COMMS3     <5%              <5%
        POLY1      <5%    60%        2x     <5%
        POLY2      <5%    60%        2x     <5%
        POLY3       -      -         2x     80x


The Parkbench Low Level programs are occasionally requested for
benchmarking computer systems, but the results are usually rejected
because of their inaccuracy and unreliability.  If not rejected, they
cause confusion and consternation because the results do not agree
with other measurements of the same variables.  I emphasize that this
is not a case of obtaining optimization and favorable results for a
computer system.  The problem is with the inaccuracy and unreliability
of the results.

The Low Level programs measure and report low level parameters.
Therefore their value is in accuracy and utility.  The programs do not
constitute definitions of the reported metrics and hence the results
should correlate with other measurements of the the same variables.

The Low Level programs are obsolete and need to be replaced.  I have
written seven simple programs, with MPI and PVM versions, and offer them
as a replacement for the Low Level suite.

I strongly suggest that we delete or withdraw from distribution the
current Low Level suite.

From owner-parkbench-comm@CS.UTK.EDU Thu Jan  8 05:40:28 1998
Return-Path: <owner-parkbench-comm@CS.UTK.EDU>
Received: from CS.UTK.EDU by netlib2.cs.utk.edu with ESMTP (cf v2.9t-netlib)
	id FAA01529; Thu, 8 Jan 1998 05:40:28 -0500
Received: from localhost (root@localhost) 
        by CS.UTK.EDU with SMTP (cf v2.9s-UTK)
	id FAA00442; Thu, 8 Jan 1998 05:20:21 -0500 (EST)
Received: from sun1.ccrl-nece.technopark.gmd.de (sun1.ccrl-nece.technopark.gmd.de [193.175.160.67]) 
        by CS.UTK.EDU with ESMTP (cf v2.9s-UTK)
	id FAA00380; Thu, 8 Jan 1998 05:20:13 -0500 (EST)
Received: from sgi7.ccrl-nece.technopark.gmd.de (sgi7.ccrl-nece.technopark.gmd.de [193.175.160.89]) by sun1.ccrl-nece.technopark.gmd.de (8.7/3.4W296021412) with SMTP id LAA28869; Thu, 8 Jan 1998 11:20:05 +0100 (MET)
Received: (from hempel@localhost) by sgi7.ccrl-nece.technopark.gmd.de (950413.SGI.8.6.12/950213.SGI.AUTOCF) id LAA24864; Thu, 8 Jan 1998 11:18:48 +0100
Date: Thu, 8 Jan 1998 11:18:48 +0100
From: hempel@ccrl-nece.technopark.gmd.de (Rolf Hempel)
Message-Id: <199801081018.LAA24864@sgi7.ccrl-nece.technopark.gmd.de>
To: parkbench-comm@CS.UTK.EDU
Subject: Low Level benchmark errors and differences
Cc: ritzdorf@ccrl-nece.technopark.gmd.de,
        zimmermann@ccrl-nece.technopark.gmd.de, clantwin@ess.nec.de,
        eckhard@ess.nec.de, lonsdale@ccrl-nece.technopark.gmd.de,
        tbeckers@ess.nec.de
Reply-To: hempel@ccrl-nece.technopark.gmd.de

To:		Parkbench Low Level interests
From:		Rolf Hempel

Subject:	Low Level benchmark errors and differences,
		Note from Charles Grassl of January 7th

Date:		8 January, 1998


Thank you, Charles, for your note on the Low Level benchmarks. It could
not have come at a better time, because at NEC we just recently ran into
problems with COMMS1.

This code had been specified by a customer as a test case in a current
procurement. When we ran COMMS1 with our current MPI library, the
results for rinfinity and latency were completely wrong. In particular,
the latency values were off by more than a factor of two, when compared
with other ping-pong test programs. The following turned out to be the
main reasons for the errors:

1. The performance model is completely inadequate. A linear dependency
   between time and message length, fitted to the measurements by
   least squares, is bound to fail in the presence of discontinuities
   caused by protocol changes. Most MPI implementations change
   protocols for different message lengths for an overall performance
   optimization.

2. To make things worse, the least square fit overweighs the data points
   for very long messages, because the differences "model minus
   measurement" are largest there in absolute terms. The fitted line,
   therefore, more or less ignores the short message measurements.
   As a result, the latencies are completely up to chance.

3. The correction for internal measurement overhead (e.g., for
   subroutine calls) is programmed in a sloppy way, to say the least.
   We discovered several subroutine calls which were not
   taken into account, and the overhead is measured with low
   precision. For our implementation, this alone introduced a latency
   error of about 25%.
   
The result in our case was that, instead of the 13.5 usec latency
measured by the MPICH MPPTEST routine, COMMS1 initially reported some
28 usec. My colleague Hubert Ritzdorf then made an interesting
experiment: he removed some optimization from our MPI library for
long messages, thus INCREASING the communication times for messages
longer than 128000 bytes, and not changing anything for shorter
messages. The resulting DROP in latency from 28 to under 22 usec
clearly shows how ridiculous the COMMS1 benchmark is.

Thus, I strongly agree with Charles in that the COMMS* benchmarks
must be removed from PARKBENCH. They don't help anybody, and they
only cause confusion on the side of customers and frustration on the
side of benchmarkers. Let's get rid of this long-standing nuisance as
quickly as possible.

Best regards,
 Rolf Hempel
------------------------------------------------------------------------
Rolf Hempel      (email: hempel@ccrl-nece.technopark.gmd.de)
Senior Research Staff Member
C&C Research Laboratories, NEC Europe Ltd., Rathausallee 10,
53757 Sankt Augustin, Germany
Tel.: +49 (0) 2241 - 92 52 - 95
Fax:  +49 (0) 2241 - 92 52 - 99

From owner-parkbench-comm@CS.UTK.EDU Thu Jan  8 08:07:54 1998
Return-Path: <owner-parkbench-comm@CS.UTK.EDU>
Received: from CS.UTK.EDU by netlib2.cs.utk.edu with ESMTP (cf v2.9t-netlib)
	id IAA02383; Thu, 8 Jan 1998 08:07:53 -0500
Received: from localhost (root@localhost) 
        by CS.UTK.EDU with SMTP (cf v2.9s-UTK)
	id HAA05392; Thu, 8 Jan 1998 07:50:13 -0500 (EST)
Received: from osiris.sis.port.ac.uk (root@osiris.sis.port.ac.uk [148.197.100.10]) 
        by CS.UTK.EDU with SMTP (cf v2.9s-UTK)
	id HAA05383; Thu, 8 Jan 1998 07:50:03 -0500 (EST)
Received: from mordillo (p108.nas1.is4.u-net.net) by osiris.sis.port.ac.uk (4.1/SMI-4.1)
	id AA03072; Thu, 8 Jan 98 12:48:32 GMT
Date: Thu,  8 Jan 98 12:10:55 GMT
From: Mark Baker  <mab@sis.port.ac.uk>
Subject: Re: Low Level benchmark errors and differences 
To: Charles Grassl  <cmg@cray.com>, parkbench-comm@CS.UTK.EDU
X-Mailer: Chameleon ATX 6.0.1, Standards Based IntraNet Solutions, NetManage Inc.
X-Priority: 3 (Normal)
References: <34B3F553.167E@cray.com> 
Message-Id: <Chameleon.884263257.mab@mordillo>
Mime-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII

I am in agreement with Charles and Rolf about the low-level codes.

We've known for some time that they (the codes) are less than perfect,
if not in some cases flawed. At the SC'97 Parkbench meeting it was
mooted that Parkbench should concentrate on producing, supporting,
analysing and recording Low-Level codes and results. If this is the
case then we should certainly ensure that what we support codes
that are soundly written and produce consistent and reliable results. 

I certainly believe that a set of codes, akin to the low-level ones,
should be part of the Parkbench suite. Maybe this is a good time to
replace the current codes with those that Charles has produced !?

As a side issue, I think we should produce C versions of whatever low-level
codes we produce.

Charles, I'd be interested in your thoughts on the codes that Pallas produce 
- ftp://ftp.pallas.de/pub/PALLAS/PMB/PMB10.tar.gz. These are C benchmark 
codes that run: 

PingPong - like comms1
PingPing - like comms2
Xover
Cshift
Exchange 
Allreduce
Bcast
Barrier - like synch1

Obviously, I would'nt like to comment on how well written they are or how reliable
the results that they produce are. I'm relatively impressed with them. I also like
the fact they try and produce results for commonly used MPI functions - 
cshift/exchange/etc. I've run the codes on NT boxes and they appear to produce 
results close to what I would expect. 

Regards

Mark


--- On Wed, 07 Jan 1998 15:36:19 -0600  Charles Grassl <cmg@cray.com> wrote:
> To:      Parkbench Low Level interests
> From:    Charles Grassl
> 
> Subject: Low Level benchmark errors and differences
> 
> Date:    7 January, 1998
> 
> 
> We should not produce or publish Parkbench Low level benchmark results
> with the current suite of programs because the programs are inaccurate
> and unreliable.  I ran the Low Level programs and compared the results
> with the same metrics as recorded from other benchmark programs.
> The differences range from less than 5% (acceptable) to a factor of 6
> times difference, which is unacceptable.
> 
> The differences, or "errors", are summarized in the table below.
> The recorded differences in results from the Low Level program were
> arrived at by comparing the Parkbench program reported metrics with the
> same metrics as measured by alternative programs.
> 
> 
>        Table.  Differences in Low Level benchmark results
>                for two systems.  System A is an Origin 2000.
>                System B is a CRAY T3E.
> 
>                      System A          System B
>                   Rinf  Startup    Rinf   Startup
>         -----------------------------------------
>         COMMS1    <10%     6x       <5%      6x
>         COMMS2      2x     3x       <5%     <5%
>         COMMS3     <5%              <5%
>         POLY1      <5%    60%        2x     <5%
>         POLY2      <5%    60%        2x     <5%
>         POLY3       -      -         2x     80x
> 
> 
> The Parkbench Low Level programs are occasionally requested for
> benchmarking computer systems, but the results are usually rejected
> because of their inaccuracy and unreliability.  If not rejected, they
> cause confusion and consternation because the results do not agree
> with other measurements of the same variables.  I emphasize that this
> is not a case of obtaining optimization and favorable results for a
> computer system.  The problem is with the inaccuracy and unreliability
> of the results.
> 
> The Low Level programs measure and report low level parameters.
> Therefore their value is in accuracy and utility.  The programs do not
> constitute definitions of the reported metrics and hence the results
> should correlate with other measurements of the the same variables.
> 
> The Low Level programs are obsolete and need to be replaced.  I have
> written seven simple programs, with MPI and PVM versions, and offer them
> as a replacement for the Low Level suite.
> 
> I strongly suggest that we delete or withdraw from distribution the
> current Low Level suite.
> 

---------------End of Original Message-----------------

-------------------------------------
CSM, University of Portsmouth, Hants, UK
Tel: +44 1705 844285	Fax: +44 1705 844006
E-mail: mab@sis.port.ac.uk
Date: 01/08/98 - Time: 12:10:55
URL http://www.sis.port.ac.uk/~mab/
-------------------------------------


From owner-parkbench-comm@CS.UTK.EDU Mon Jan 12 16:02:28 1998
Return-Path: <owner-parkbench-comm@CS.UTK.EDU>
Received: from CS.UTK.EDU by netlib2.cs.utk.edu with ESMTP (cf v2.9t-netlib)
	id QAA26216; Mon, 12 Jan 1998 16:02:28 -0500
Received: from localhost (root@localhost) 
        by CS.UTK.EDU with SMTP (cf v2.9s-UTK)
	id PAA16631; Mon, 12 Jan 1998 15:38:05 -0500 (EST)
Received: from post.mail.demon.net (post-20.mail.demon.net [194.217.242.27]) 
        by CS.UTK.EDU with SMTP (cf v2.9s-UTK)
	id PAA16588; Mon, 12 Jan 1998 15:37:38 -0500 (EST)
Received: from minnow.demon.co.uk ([158.152.73.63]) by post.mail.demon.net
           id aa2012292; 12 Jan 98 17:34 GMT
Message-ID: <X8YQ8DANPlu0Ewpp@minnow.demon.co.uk>
Date: Mon, 12 Jan 1998 17:33:01 +0000
To: hempel@ccrl-nece.technopark.gmd.de
Cc: parkbench-comm@CS.UTK.EDU, ritzdorf@ccrl-nece.technopark.gmd.de,
        zimmermann@ccrl-nece.technopark.gmd.de, clantwin@ess.nec.de,
        eckhard@ess.nec.de, lonsdale@ccrl-nece.technopark.gmd.de,
        tbeckers@ess.nec.de
From: Roger Hockney <roger@minnow.demon.co.uk>
Subject: Re: Low Level benchmark errors and differences
In-Reply-To: <199801081018.LAA24864@sgi7.ccrl-nece.technopark.gmd.de>
MIME-Version: 1.0
X-Mailer: Turnpike Version 3.03a <kRL7V2isFfDmnKSZb08I5Tyfx$>

To: Rolf, Charles, Mark and others,

From: Roger 

I too am distressed to see the original COMMS1 code (written and tested
for message lengths only up to 10^4) is still being issued by Parkbench
and being used well outside its range of proven validity (message
lengths now typically up to 10^7 or even 10^8).

These problems were pointed out about one year ago by Charles and Ron,
and as a result I worked on the code and issued to the committee a
minmum set of changes to the current release that would solve many of
the problems. These involve replacing five existing routines and adding
two to the existing release. The routines involved have been
downloadable from my Web site since about 12 March 1997 and have been
used successfully at Westminster University in our work. 

The New COMMS1, as I called it, was the subject of two printed reports
to the May 1997 meeting of Parkbench and  further results were shown at
the Sept 1997 meeting. There were also extensive discussions in this
email group during 1997.

Unfortunately my simple fixes were not inserted into the Parkbench
release and as a result we are still getting a bad press from
benchmarkers. After all the effort I put into solving this problem a
year ago, I feel rather let down that my work was never used. If my
changes had been encorporated into the Parkbenchmarks when they were
offered at least as an interim measure, I believe we could have avoided
much of the current bad publicity. 

I emphasise that the New COMMS1 was written as a minimum patch to the
existing release to solve an urgent problem in the simplest way. I am
not against a complete rethink of the low level benchmarks and now that
MPI has become a recognised standard, benchmarks timing the principal
software primitives of MPI would seem to be the most useful. Quite
possibly Charles's or Mucci's codes could be used.

However, I am still firmly convinced of the value of approximate
parametric representation of all the benchmark measurements based on a
simple performance model. Most of the existing low-level benchmarks were
written primarily to determine such parameters and hence include both
raw measurements and least squares curve fitting to obtain the
parameters. I have yet to see data that cannot be satisfactorily fitted
by 2 or 3 parameters, or two sets of 2-paras. And remember that I am
talking here about fitting ALL the measured data by some simple
formulae.    

After the decision of the May 1997 meeting to separate the raw
measurements from the parametric curve fitting, the curve fitting will
eventually become part of the "Parkbench Interactive Curve Fitting Tool"
(PICT). At present this applet can be used to produce a manual curve
fit, but eventually I will put up on my Web site a version in which the
least squares and 3-point buttons are active. But PICT as it is can now
be used manually to see how good or bad the 2-para and 3-para fits are.
Turn your browser to:

       http://www.minnow.demon.co.uk/pict/source/pict2a.html

and insert your raw data. I would be very interested to see what the NEC
data looks like.  

To answer some of Rolf's points: 

Rolf Hempel <hempel@ccrl-nece.technopark.gmd.de> writes
>
>1. The performance model is completely inadequate. A linear dependency
>   between time and message length, fitted to the measurements by
>   least squares, is bound to fail in the presence of discontinuities
>   caused by protocol changes. Most MPI implementations change
>   protocols for different message lengths for an overall performance
>   optimization.
>
Note that the original COMMS1 that you are using allows you to insert
one break point to take account of one major discontinuity. Have you
tried this?

In any case, to make t_0 a good measure of startup it is sensible ALWAYS
to make a breakpoint at say 100 or 1000 Byte, then the short message t_0
should be a good measure of startup. The long message t_0 is then not of
interest and should be ignored. In this way one is using the straight-
line fit over a short range of lengths, and the resulting t_0 should be
a better estimate of latency because it is derived from several
measurements rather than just selecting a single measurement (e.g. the
time for the shortest message) -- surely a better experimental
procedure. I emphasise that this procedure can be used now with the
original COMMS1 to get sensible results.

If there are many small discontinuities or changes of protocol then I
expect you data is rather like that shown by Charles this time last year
and used as an example in PICT. In this case the 3-para fit may give
good results for your data as it did for Charles's.

>2. To make things worse, the least square fit overweighs the data points
>   for very long messages, because the differences "model minus
>   measurement" are largest there in absolute terms. The fitted line,
>   therefore, more or less ignores the short message measurements.
>   As a result, the latencies are completely up to chance.
>
This is absolutely true and was discovered to be the problem one year
ago. My solution, used in the New COMMS1, was and is to minimise the sum
of the squares of the relative (rather than absolute) error. If this is
done the values for short messages are not ignored in the way described,
and t_0 is held much closer to the time for the smallest message length.

Note also that the 3-parameter fit provided by New COMMS1 can be fitted
exactly to the time for the shortest message, to the bandwidth for the
longest message, and to the bandwidth near the mid point. This is the
so-called 3-point fit, but it does require a third parameter.

Can you please email me the output file for the NEC from the original
COMMS1. I can then put this data through the New COMMS1 and see what two
and three parameter fits are produced.

Otherwise you could update your version of Parkbenchmarks with the 7
subroutines and rerun using New COMMS1. See the instructions at the end
of this email.
 
>28 usec. My colleague Hubert Ritzdorf then made an interesting
>experiment: he removed some optimization from our MPI library for
>long messages, thus INCREASING the communication times for messages
>longer than 128000 bytes, and not changing anything for shorter
>messages. The resulting DROP in latency from 28 to under 22 usec
>clearly shows how ridiculous the COMMS1 benchmark is.
>
Hubert's results are just what one would expect from minimising the
absolute error. I suspect you would not see this effect with New COMMS1
which does not over-emphasise the long message measurements.

Please remember that the t_0 reported by COMMS1 is not a measurement of
the time for any particular message length. It is the constant term in
the fitted curve:

                        t = t_0 + n/rinf

which is an approximation to ALL the measured data.

If you want to know the time, say for the smallest message length, then
that is listed in the table of lengths and times reported in the
benchmark output. If you mean by latency the time for the shortest
message (hopefully zero or 1 Byte) then the COMMS1 measurements of this
are in this table not in t_0.

For those who missed my two earlier emailings on using the New COMMS1, I
copy my earlier email below:

Agenda Item : Plans for the next Release.
              --------------------------
Just a reminder that New COMMS1 as announced in my email to the 
committee of 16 Feb 1997, was designed as the minimum necessary 
changes to the existing release to solve the problems raised at
the beginning of the year. It involves new versions of 5 routines
and 2 new routines. In addition, the Make files need the 2 new 
routines added where appropriate. We have incorporated these 
changes at Westminster in the existing release without trouble.

I believe that these should be incorported in the next release.

In summary:

New COMMS1

In directory:

http://www.minnow.demon.co.uk/Pbench/comms1/

The 5 Changed Routines:

(1) File COMMS1_1.F replaces the following file in the current release:

        ParkBench/Low_Level/comms1/src_mpi/COMMS1.f

(2) File COMMS1_1.INC replaces

        ParkBench/Low_Level/comms1/src_mpi/comms1.inc

(3) File ESTCOM_1.F replaces

        ParkBench/Low_Level/comms1/src_mpi/ESTCOM.f

(4) File LSTSQ_1.F replaces

        ParkBench/lib/Low_Level/LSTSQ.f

(5) File CHECK_1.F replaces

        Parkbench/lib/Low_Level/CHECK.f

The 2 New Routines:

(6) File LINERR_1.F add as

        ParkBench/lib/Low_Level/LINERR.f

(7) File VPOWER_1.F add as

        ParkBench/lib/Low_Level/VPOWER.f

Best wishes to you all

Roger
-- 
Roger Hockney.  Checkout my new Web page at URL   http://www.minnow.demon.co.uk
University of   and link to my new book: "The Science of Computer Benchmarking"
Westminster UK  suggestions welcome. Know any fish movies or suitable links?

From owner-parkbench-comm@CS.UTK.EDU Tue Jan 13 08:38:07 1998
Return-Path: <owner-parkbench-comm@CS.UTK.EDU>
Received: from CS.UTK.EDU by netlib2.cs.utk.edu with ESMTP (cf v2.9t-netlib)
	id IAA17513; Tue, 13 Jan 1998 08:38:07 -0500
Received: from localhost (root@localhost) 
        by CS.UTK.EDU with SMTP (cf v2.9s-UTK)
	id IAA03191; Tue, 13 Jan 1998 08:20:10 -0500 (EST)
Received: from sun1.ccrl-nece.technopark.gmd.de (sun1.ccrl-nece.technopark.gmd.de [193.175.160.67]) 
        by CS.UTK.EDU with ESMTP (cf v2.9s-UTK)
	id IAA03184; Tue, 13 Jan 1998 08:20:07 -0500 (EST)
Received: from sgi7.ccrl-nece.technopark.gmd.de (sgi7.ccrl-nece.technopark.gmd.de [193.175.160.89]) by sun1.ccrl-nece.technopark.gmd.de (8.7/3.4W296021412) with SMTP id OAA04953; Tue, 13 Jan 1998 14:19:47 +0100 (MET)
Received: (from hempel@localhost) by sgi7.ccrl-nece.technopark.gmd.de (950413.SGI.8.6.12/950213.SGI.AUTOCF) id OAA02202; Tue, 13 Jan 1998 14:18:30 +0100
Date: Tue, 13 Jan 1998 14:18:30 +0100
From: hempel@ccrl-nece.technopark.gmd.de (Rolf Hempel)
Message-Id: <199801131318.OAA02202@sgi7.ccrl-nece.technopark.gmd.de>
To: roger@minnow.demon.co.uk
Subject: COMMS1 Benchmark
Cc: tbeckers@ess.nec.de, lonsdale@ccrl-nece.technopark.gmd.de,
        eckhard@ess.nec.de, clantwin@ess.nec.de, parkbench-comm@CS.UTK.EDU
Reply-To: hempel@ccrl-nece.technopark.gmd.de

Dear Roger,

thank you for your note on the COMMS1 benchmark. We didn't try the
NEW COMMS1 code yet with our MPI library, so I cannot comment on its
accuracy. I just would like to answer some of the issues you raised
in your mail.

Of course we have seen that in COMMS1 you can select a transition point
between a short and a long model. For this choice, however, you have
to be able to change the input data. In our case (a benchmark suite
used in a procurement) our customer had provided the input dataset,
and we were not allowed to change it. So, the only way for us to correct
the results was to tune our MPI library to make it fit to the benchmark
program. I don't think that this is what you had in mind when you
wrote COMMS1.

You didn't comment on the inaccuracies we found in the raw measurements.
We ran several ping-pong benchmarks before, as, for example, the
MPPTEST routine of MPICH, and they consistently give better latencies
for short messages (difference approx. 25%). As I explained in my
previous mail, we found the reason to be an improper correction for
measurement overheads in COMMS1. Thus, the raw data are flawed,
and this cannot be resolved by any parameter fitting. This is also the
reason that I hesitate to send you the raw data reported by COMMS1 on
our machine.

I agree with you that it would be nice to have a few parameters to
characterize the performance of any given system. The values for
"n1/2" and "rinfinity" have been quite successful for vector arithmetic
operations. The situation is, however, much more complicated for
communication operations.

As an example, let's take the famous ping-pong benchmark. We already
discussed the problem of discontinuities caused by protocol changes.
If you want to do a parameter fitting, the only reasonable solution
seems to me that your test program automatically detects such points
and handles the different protocols separately. If you leave the
selection to an input parameter, you will inevitably run into the
problem I discussed above.

Even if you solve this problem, there remain many others. In modern
(i.e. highly optimized) MPI implementations, the performance of a
ping-pong operation crucially depends on the status of the two processes
involved. Is the receiving process already waiting for the message?
In a ping-pong, it usually is. This can make a huge difference!
Also, the performance can also depend on the global number of processes
active in the application. Not only do search lists in communication
progress engines become shorter if there are fewer processes, but some
implementers even went as far as writing special code for the case
where you just have two processes. Ping-pong codes such as COMMS1
almost always just use two communicating processes, so they measure the
best case. Another effect which is too often ignored is that messages
can interfere with each other (both at the hardware and software level)
if they are sent at the same time between different process pairs.
All those effects combined cause a substantial difference between
ping-pong results and measurements in real applications. In this
situation the apparent precision of performance parameters can be
quite misleading.

If I want to judge the quality of an MPI implementation, I don't
trust in best fit parameters so much. For the ping-pong code, I just
look at a graphic representation of time versus message length for
short messages, and another one of bandwidth versus message length for
long messages. This way I can study discontinuities and other minor
effects in detail. And then, take real applications and measure the
communication times there. Then you will often find surprising 
results which you have never seen in a ping-pong benchmark.

Best wishes,
  Rolf
------------------------------------------------------------------------
Rolf Hempel      (email: hempel@ccrl-nece.technopark.gmd.de)
Senior Research Staff Member
C&C Research Laboratories, NEC Europe Ltd., Rathausallee 10,
53757 Sankt Augustin, Germany
Tel.: +49 (0) 2241 - 92 52 - 95
Fax:  +49 (0) 2241 - 92 52 - 99

From owner-parkbench-comm@CS.UTK.EDU Thu Jan 15 14:17:57 1998
Return-Path: <owner-parkbench-comm@CS.UTK.EDU>
Received: from CS.UTK.EDU by netlib2.cs.utk.edu with ESMTP (cf v2.9t-netlib)
	id OAA00690; Thu, 15 Jan 1998 14:17:56 -0500
Received: from localhost (root@localhost) 
        by CS.UTK.EDU with SMTP (cf v2.9s-UTK)
	id NAA23858; Thu, 15 Jan 1998 13:55:08 -0500 (EST)
Received: from timbuk.cray.com (timbuk-fddi.cray.com [128.162.8.102]) 
        by CS.UTK.EDU with ESMTP (cf v2.9s-UTK)
	id NAA23830; Thu, 15 Jan 1998 13:54:57 -0500 (EST)
Received: from ironwood.cray.com (root@ironwood-fddi.cray.com [128.162.21.36]) by timbuk.cray.com (8.8.7/CRI-gate-news-1.3) with ESMTP id LAA11159 for <parkbench-comm@cs.utk.edu>; Thu, 15 Jan 1998 11:11:42 -0600 (CST)
Received: from magnet.cray.com (magnet [128.162.173.162]) by ironwood.cray.com (8.8.4/CRI-ironwood-news-1.0) with ESMTP id LAA08650 for <parkbench-comm@cs.utk.edu>; Thu, 15 Jan 1998 11:11:41 -0600 (CST)
From: Charles Grassl <cmg@cray.com>
Received: by magnet.cray.com (8.8.0/btd-b3)
          id RAA07227; Thu, 15 Jan 1998 17:11:40 GMT
Message-Id: <199801151711.RAA07227@magnet.cray.com>
Subject: Low Level Benchmarks
To: parkbench-comm@CS.UTK.EDU
Date: Thu, 15 Jan 1998 11:11:39 -0600 (CST)
X-Mailer: ELM [version 2.4 PL24-CRI-d]
MIME-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit


To:      Parkbench interests
From:    Charles Grassl
Subject: Low Level benchmarks

Date:    15 January, 1998


Mark, thank you for pointing us to the PMB benchmark.  It is well written
and coded, but has some discrepancies and shortcomings.  My comments
lead to suggestions and recommendation regarding low level communication
benchmarks.

First, in program PMB the PingPong tests are twice as fast (in time)
as the corresponding message length tests in the PingPing tests (as run
on a CRAY T3E).  The calculation of the time and bandwidth is incorrect
by a factor of 100% in one of the programs.

This error can be fixed by recording, using and reporting the actual
time, amount of data sent and their ratio.  That is, the time should not
be divided by two in order to correct for a round trip.  This recorded
time is for a round trip message, and is not precisely the time for
two messages.  Half the round trip message passing time, as reported in
the PMB tests, is not the time for a single message and should not be
reported and such.  This same erroneous technique is used in the COMMS1
and COMMS2 two benchmarks.  (Is Parkbench is responsible for propagating
this incorrect methodology.)

In program PMB, the testing procedure performs a "warm up".  This
procedure is a poor testing methodology because is discards important
data.  Testing programs such as this should record all times and calculate
the variance and other statistics in order to perform error analysis.

Program PMB does not measure contention or allow extraction of network
contention data.  Tests "Allreduce" and "Bcast" and several others
stress the inter-PE communication network with multiple messages,
but it is not possible to extract information about the contention from
these tests.  The MPI routines for Allreduce and Bcast have algorithms
which change with respect to number of PEs and message lengths,  Hence,
without detailed information about the specific algorithms used, we cannot
extract information about network performance or further characterize
the inter-PE network.

Basic measurements must be separated from algorithms.  Tests PingPong,
PingPing, Barrier, Xover, Cshift and Exchange are low level.  Tests
Allreduce and Bcast are algorithms.  The algorithms Allreduce and Bcast
need additional (algorithmic) information in order to be described in
terms of the basic level benchmarks.


With respect to low level testing, the round trip exchange of messages,
as per PingPing and PingPong in PMB or COMMS1 and COMMS2, is not
characteristic of the lowest level of communication.  This pattern
is actually rather rare in programming practice.  It is more common
for tasks to send single messages and/or to receive single messages.
In this scheme, messages do not make a round trip and there is not
necessarily caching or other coherency effects.

The single message passing is a distinctly different case from that
of round trip tests.  We should be worried that the round trip testing
might introduce artifacts not characteristic of actual (low level) usage.
We need a better test of basic bandwidth and latency in order to measure
and characterize message passing performance.


Here are suggestions and requirements, in an outline form, for a low
level benchmark design:



    I. Single and double (bidirectional) messages.

       A. Test single messages, not round trips.
         1. The round trip test is an algorithm and a pattern.  As
            such it should not be used as the basic low level test of
            bandwidth.
         2. Use direct measurements where possible (which is nearly
            always).  For experimental design, the simplest method is
            the most desirable and best.
         3. Do not perform least squares fits A PIORI.  We know that
            the various message passing mechanisms are not linear or
            analytic because different mechanisms are used for different
            message sizes.  It is not necessarily known before hand
            where this transition occurs.  Some computer systems have
            more than two regimes and their boundaries are dynamic.
         4. Our discussion of least squares fitting is loosing tract
            of experimental design versus modeling.  For example, the
            least squares parameter for t_0 from COMMS1 is not a better
            estimate of latency than actual measurements (assuming
            that the timer resolution is adequate).  A "better" way to
            measure latency is to perform addition DIRECT measurements,
            repetitions or otherwise, and hence decrease the statistical
            error.  The fitting as used in the COMMS programs SPREADS
            error.  It does not reduce error and hence it is not a
            good technique for measuring such an important parameter
            as latency.

       B. Do not test zero length messages.  Though valid, zero length
          messages are likely to take special paths through library
          routines.  This special case is not particularly interesting or
          important.
          1. In practice, the most common and important message size is 64
             bits (one word).  The time for this message is the starting
             point for bandwidth characterization.

       D. Record all times and use statistics to characterize the message
          passing time.  That is, do not prime or warm up caches
          or buffers.  Timings for unprimed caches and buffers give
          interesting and important bounds.  These timings are also the
          nearest to typical usage.  
          1. Characterize message rates by a minimum, maximum, average
             and standard deviation.

       E. Test inhomogeneity of the communication network.  The basic
          message test should be performed for all pairs of PEs.
   

   II. Contention.

       A. Measure network contention relative to all PEs sending and/or
          receiving messages.

       B. Do not use high level routines where the algorithm is not known.
          1. With high level algorithms, we cannot deduce which component
             of the timing is attributable to the "operation count"
             and which is attributable to the actual system (hardware)
             performance.


  III. Barrier.

       A. Simple test of barrier time for all numbers of processors.




Additionally, the suite should be easy to use.  C and Fortran programs
for direct measurements of message passing times are short and simple.
These simple tests are of order 100 lines of code and, at least in
Fortran 90, can be written in a portable and reliable manner.

The current Parkbench low level suite does not satisfy the above
requirements.  It is inaccurate, as pointed out by previous letters, and
uses questionable techniques and methodologies.  It is also difficult to
use, witness the proliferation of files, patches, directories, libraries
and the complexity and size of the Makefiles.

This Low Level suite is a burden for those who are expecting a tool to
evaluate and investigate computer performance.  The suite is becoming
a liability for our group.  As such, it should be withdrawn from
distribution.

I offer to write, test and submit a new set of programs which satisfy
most of the above requirements.


Charles Grassl
SGI/Cray Research
Eagan, Minnesota  USA

From owner-parkbench-comm@CS.UTK.EDU Fri Jan 16 09:12:18 1998
Return-Path: <owner-parkbench-comm@CS.UTK.EDU>
Received: from CS.UTK.EDU by netlib2.cs.utk.edu with ESMTP (cf v2.9t-netlib)
	id JAA11774; Fri, 16 Jan 1998 09:12:18 -0500
Received: from localhost (root@localhost) 
        by CS.UTK.EDU with SMTP (cf v2.9s-UTK)
	id IAA16130; Fri, 16 Jan 1998 08:53:07 -0500 (EST)
Received: from haven.EPM.ORNL.GOV (haven.epm.ornl.gov [134.167.12.69]) 
        by CS.UTK.EDU with ESMTP (cf v2.9s-UTK)
	id IAA16123; Fri, 16 Jan 1998 08:53:06 -0500 (EST)
Received: (from worley@localhost) by haven.EPM.ORNL.GOV (8.8.3/8.8.3) id IAA01963; Fri, 16 Jan 1998 08:52:17 -0500 (EST)
Date: Fri, 16 Jan 1998 08:52:17 -0500 (EST)
From: Pat Worley <worley@haven.EPM.ORNL.GOV>
Message-Id: <199801161352.IAA01963@haven.EPM.ORNL.GOV>
To: parkbench-comm@CS.UTK.EDU
Subject: Re: Low Level Benchmarks
In-Reply-To: Mail from 'Charles Grassl <cmg@cray.com>'
      dated: Thu, 15 Jan 1998 11:11:39 -0600 (CST)
Cc: worley@haven.EPM.ORNL.GOV, ritzdorf@ccrl-nece.technopark.gmd.de,
        zimmermann@ccrl-nece.technopark.gmd.de, clantwin@ess.nec.de,
        eckhard@ess.nec.de, lonsdale@ccrl-nece.technopark.gmd.de,
        tbeckers@ess.nec.de

I have not been paying close attention to the current Low Level communication
suite discussions, having confidence in capabilities and resolve of the
current participants, but have decided to muddy the waters with a few personal
observations. 

1) I do not use the Low Level suite in my own performnace-related work. 
   I find that the interpretation of results is much easier if the
   experiments are designed to answer (my) specific performance questions.
   Producing numbers that are accurate enough and whose experiments are
   well-enough understood to be used to answer arbitrary performance
   questions is much more difficult. 

2) It may be time to revisit the goals of the Low Level suite. There are
   two obvious extremes.

   a) Determine some (hopefully representative) metrics of point-to-point
      communication performance, concentrating on making the measurements
      fair when comparing across platforms, but not requiring that the
      underlying architecture parameters be derivable from these numbers,
      or that they agree exactly with any other group's measurements.
      In this situation, a two (or more) parameter model fit to the data can
      be useful, if only as a shorthand for the raw data, but the model
      should not be expected to explain the data.

   b) Characterize the low level communication performance for each
      platform. Charles Grassl's latest recommendation is a first step in
      that direction. As a personal aside, I attempted such an exercise
      a few years ago (on the T3D, looking at the effect of common usage
      patterns on performance, not just ping-pong between nearest
      neighbors). I quickly became swamped by the amount of data and by the
      number of ways of presenting it (and the work was never written up). I
      realize now that my problem was trying to address too many evaluation
      questions simultaneously. 

      In addition to the large amount of data required, an accurate
      characterization is likely to require more platform-specific
      elements, and will continue to evolve as new machines are added, in
      order to be as fair to the new machines as it is to the old ones.
      (The two parameter models are very acurrate for some of the previous
       generation of homogeneous message-passing platforms.)
    

    In case my sympathies are not clear, I prefer to revisit and fix the
    current suite, "dumbing it down", if only in presentation, making it clear
    what it does and does not measure. In my own work, the
    point-to-point measurements are only for establishing a general
    performance baseline. The important measures are the performance
    observed in the kernel and full application codes. The baseline
    measurements are simply to assess the "peak achieveable" communication 
    performance.

    While a full characterization is an important thing to do, I do not
    believe that this group has the manpower, resources, or staying power to
    do it right. At one time in the past, we proposed to simply be a
    clearinghouse for the best of the performance measurement codes. If
    Charles wants to write and submit such an extensive low level suite, we
    can consider it, but in the meantime we should address the problems in
    the current suite, and not claim more than is appropriate. In particular,
    make sure that the customer does not become concerned that the
    vendor-stated latency and bandwidth does not match the PARKBENCH reported
    values. A discrepancy does not necessarily mean that someone is lying,
    simply that different aspects are being measured. But we should also be
    sure that intermachine comparisons using PARKBENCH measurements are
    valid, otherwise, they serve no purpose.

Pat Worley


PS.  - I may be in the fringe, but all my codes are written using variants
       of SWAP and SENDRECV, and most of the codes I see can be written in
       such a fashion (and could gain something from it). So, ping-pong and
       ping-ping are not irrelevant to me. 

PPS. - Of course the real reason for using ping-pong is the difficulty in
       measuring the time for one-way messaging. I was not aware that this
       was a solved problem, at least at the MPI or PVM level. Perhaps
       system instrumentation can answer it, but I didn't know that
       portable measurement codes could be guaranteed to do so across the
       different platforms.


From owner-parkbench-comm@CS.UTK.EDU Fri Jan 16 10:57:55 1998
Return-Path: <owner-parkbench-comm@CS.UTK.EDU>
Received: from CS.UTK.EDU by netlib2.cs.utk.edu with ESMTP (cf v2.9t-netlib)
	id KAA13381; Fri, 16 Jan 1998 10:57:55 -0500
Received: from localhost (root@localhost) 
        by CS.UTK.EDU with SMTP (cf v2.9s-UTK)
	id KAA20483; Fri, 16 Jan 1998 10:38:52 -0500 (EST)
Received: from sun1.ccrl-nece.technopark.gmd.de (sun1.ccrl-nece.technopark.gmd.de [193.175.160.67]) 
        by CS.UTK.EDU with ESMTP (cf v2.9s-UTK)
	id KAA20468; Fri, 16 Jan 1998 10:38:45 -0500 (EST)
Received: from sgi7.ccrl-nece.technopark.gmd.de (sgi7.ccrl-nece.technopark.gmd.de [193.175.160.89]) by sun1.ccrl-nece.technopark.gmd.de (8.7/3.4W296021412) with SMTP id QAA09438; Fri, 16 Jan 1998 16:38:41 +0100 (MET)
Received: (from hempel@localhost) by sgi7.ccrl-nece.technopark.gmd.de (950413.SGI.8.6.12/950213.SGI.AUTOCF) id QAA04930; Fri, 16 Jan 1998 16:37:14 +0100
Date: Fri, 16 Jan 1998 16:37:14 +0100
From: hempel@ccrl-nece.technopark.gmd.de (Rolf Hempel)
Message-Id: <199801161537.QAA04930@sgi7.ccrl-nece.technopark.gmd.de>
To: parkbench-comm@CS.UTK.EDU
Subject: Re: Low Level Benchmarks
Cc: tbeckers@ess.nec.de, lonsdale@ccrl-nece.technopark.gmd.de,
        eckhard@ess.nec.de, clantwin@ess.nec.de,
        zimmermann@ccrl-nece.technopark.gmd.de,
        ritzdorf@ccrl-nece.technopark.gmd.de,
        hempel@ccrl-nece.technopark.gmd.de
Reply-To: hempel@ccrl-nece.technopark.gmd.de

I would like to send some remarks to the notes by Charles Grassl and
Pat Worley on the problem of low-level communication benchmarks.

As Pat pointed out, the ping-pong benchmark has been invented because
generally there is no global clock by which you could measure the time
for a single message. Everybody knows that this is no perfect solution,
and in my previous mail I already explained some aspects of why
ping-pong results can differ substantially from times found in real
applications. So, I think we will have to use ping-pong tests in
the future, with the caveat that they only measure a very special case
of message-passing. If Charles knows a way to measure single messages,
I would like to learn about it.

In most other points I agree with Charles. I'm strongly convinced that
the COMMS* routines are obsolete and should be replaced with something
reasonable. In particular, the current routines are far too complicated
to use, and give completely meaningless results. Therefore, I think one
should not even try to correct the COMMS* routines, especially as there
are already better alternatives available. One example is the PMB suite
of PALLAS. It is relatively easy to use, but the documentation should
provide more information than the internal calling tree given in the
README file. What is missing is a precise definition of the underlying
measuring methodology.

I strongly prefer the output of timing tables (perhaps translated in
good graphical representations) over crude parametrizations like the
ones in the COMMS* benchmarks. Those can only frustrate the experts
and confuse all other people.

As to the definition of latency, Charles is right in saying that zero
byte messages are dangerous because they often use special algorithms.
The straightforward solution to use 1 byte messages instead is bad
because usually messages are sent as multiples of 4 or 8 bytes, and for
other message lengths some overhead by additional copying or even
subroutine calls may be introduced. Since the lengths of most real
messages are multiples of 4 or 8 bytes, I support Charles' proposal to
measure the time for an 8 byte message and call it the latency.

I think the warm-up phase before the actual benchmarking is important
in order not to smear out initialization overheads over some number of
messages. The time for the first ping-pong (or other operation), 
however, should be measured and compared with the time found for the
following operations.

I very much welcome Charles Grassl's kind offer to write a new benchmark
suite. Perhaps there are even other suites available which could also
be candidates for getting adopted by PARKBENCH. This forum meanwhile
is quite well-known, which gives them considerable responsibility.
PARKBENCH's choice of benchmark programs influences procurements of new
machines world-wide, and the availability of a good set of low level
benchmarks could give PARKBENCH a good reputation. I'm afraid that the
current set of routines has the opposite effect.

- Rolf Hempel
------------------------------------------------------------------------
Rolf Hempel      (email: hempel@ccrl-nece.technopark.gmd.de)
Senior Research Staff Member
C&C Research Laboratories, NEC Europe Ltd., Rathausallee 10,
53757 Sankt Augustin, Germany
Tel.: +49 (0) 2241 - 92 52 - 95
Fax:  +49 (0) 2241 - 92 52 - 99

From owner-parkbench-comm@CS.UTK.EDU Fri Jan 16 12:46:04 1998
Return-Path: <owner-parkbench-comm@CS.UTK.EDU>
Received: from CS.UTK.EDU by netlib2.cs.utk.edu with ESMTP (cf v2.9t-netlib)
	id MAA14801; Fri, 16 Jan 1998 12:46:04 -0500
Received: from localhost (root@localhost) 
        by CS.UTK.EDU with SMTP (cf v2.9s-UTK)
	id MAA27007; Fri, 16 Jan 1998 12:29:03 -0500 (EST)
Received: from haven.EPM.ORNL.GOV (haven.epm.ornl.gov [134.167.12.69]) 
        by CS.UTK.EDU with ESMTP (cf v2.9s-UTK)
	id MAA27000; Fri, 16 Jan 1998 12:29:01 -0500 (EST)
Received: (from worley@localhost) by haven.EPM.ORNL.GOV (8.8.3/8.8.3) id MAA02149; Fri, 16 Jan 1998 12:29:01 -0500 (EST)
Date: Fri, 16 Jan 1998 12:29:01 -0500 (EST)
From: Pat Worley <worley@haven.EPM.ORNL.GOV>
Message-Id: <199801161729.MAA02149@haven.EPM.ORNL.GOV>
To: parkbench-comm@CS.UTK.EDU
Subject: Re: Low Level Benchmarks
In-Reply-To: Mail from 'hempel@ccrl-nece.technopark.gmd.de (Rolf Hempel)'
      dated: Fri, 16 Jan 1998 16:37:14 +0100
Cc: worley@haven.EPM.ORNL.GOV

	In most other points I agree with Charles. I'm strongly convinced that
	the COMMS* routines are obsolete and should be replaced with something
	reasonable. 

I have no problem with this. As I indicated, I have no experience with these.

	What is missing is a precise definition of the underlying measuring
        methodology. 

Perhaps this is the point that I was trying to make. Not only must the
codes be easy to use, but the results should be easy to interpret.
Every code should have a simple description of what it is measuring, what
the data can be used for (and what it shouldn't be used for), and how to use
the data. 

PARKBENCH needs to provide guidance in what data to collect, not just
carefully crafted benchmark codes. And we need to describe clearly what 
low level communication tests are good for. For example,
I have problems with low level contention tests. Understanding hotspots
is an interesting exercise, but the connection to "real" codes
is more subtle. Do we stress test, look at contention for given
algorithms/global operators (and which algorithms), use some standard
workload characterization as the background job, ...? For any given
performance question, what should be used may be clear, but it is difficult
to do this a priori. A simultaneous send/receive stress test may very well be
something interesting to present, but we also need to be able to explain
why (because it is typical in synchronous global communication operations?).

In summary, I would like to see a prioritized list of what low level
information is worth collecting, and why. We can then use this to choose or
generate codes to do the testing. I apologize for being lazy. This may have
already been laid out in the original ParkBench document, but I never worried
about the low level tests before and don't have a copy of the document in
front of me. 

Pat Worley





From owner-parkbench-comm@CS.UTK.EDU Fri Jan 16 13:45:53 1998
Return-Path: <owner-parkbench-comm@CS.UTK.EDU>
Received: from CS.UTK.EDU by netlib2.cs.utk.edu with ESMTP (cf v2.9t-netlib)
	id NAA15447; Fri, 16 Jan 1998 13:45:52 -0500
Received: from localhost (root@localhost) 
        by CS.UTK.EDU with SMTP (cf v2.9s-UTK)
	id NAA29375; Fri, 16 Jan 1998 13:15:58 -0500 (EST)
Received: from c3serve.c3.lanl.gov (root@c3serve-f0.c3.lanl.gov [128.165.20.100]) 
        by CS.UTK.EDU with ESMTP (cf v2.9s-UTK)
	id NAA29368; Fri, 16 Jan 1998 13:15:55 -0500 (EST)
Received: from risc.c3.lanl.gov (risc.c3.lanl.gov [128.165.21.76]) by c3serve.c3.lanl.gov (8.8.5/1995112301) with ESMTP id LAA04436 for <parkbench-comm@cs.utk.edu>; Fri, 16 Jan 1998 11:16:08 -0700 (MST)
Received: from localhost (hoisie@localhost) by risc.c3.lanl.gov (950413.SGI.8.6.12/c93112801) with SMTP id LAA13115 for <parkbench-comm@CS.UTK.EDU>; Fri, 16 Jan 1998 11:14:30 -0700
Date: Fri, 16 Jan 1998 11:14:30 -0700 (MST)
From: Adolfy Hoisie <hoisie@c3serve.c3.lanl.gov>
To: parkbench-comm@CS.UTK.EDU
Subject: Low Level Benchmarks
Message-ID: <Pine.SGI.3.95.980116105256.11971B-100000@risc.c3.lanl.gov>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII


Just to amplify some of the numerous excellent points made by Pat and
Charles and Rolf, the emphasis of the Parkbench group, as I see it, should
be on defining the methodology for benchmarking at this level. A string of
numbers says very little about machine performance in absence of a solid,
scientifcally defined underlying base for the programs utilized for
benchmarking.
COMMS is obsolete in methodology, coding and generation and analysis of
results. As such, I have used it quite some time ago only to reach the
conclusions above. Instead, I always chose to write my own benchmarking
programs in order to extract meaningful data for the applications I was
working on.
I would like to see the debate heading towards what is it that we need to
measure in a suite of general use that is applicable to machines of
interest. For example, very little or no attention is being paid to
benchmarking DSM architectures, where quite a few architectural parameters
become harder to define and subtler to interpret. Including, but not
limited to, message passing characterization on these architectures.

Adolfy    

======================================================================
Adolfy Hoisie                  \        Los Alamos National Laboratory
                                \Scientific Computing, CIC-19, MS B256
hoisie@lanl.gov                  \           Los Alamos, NM  87545 USA
                                  \                Phone: 505-667-5216
http://www.c3.lanl.gov/~hoisie/hoisie.html           FAX: 505-667-1126


From owner-parkbench-comm@CS.UTK.EDU Sun Jan 18 07:38:42 1998
Return-Path: <owner-parkbench-comm@CS.UTK.EDU>
Received: from CS.UTK.EDU by netlib2.cs.utk.edu with ESMTP (cf v2.9t-netlib)
	id HAA20627; Sun, 18 Jan 1998 07:38:42 -0500
Received: from localhost (root@localhost) 
        by CS.UTK.EDU with SMTP (cf v2.9s-UTK)
	id HAA21662; Sun, 18 Jan 1998 07:28:22 -0500 (EST)
Received: from post.mail.demon.net (post-10.mail.demon.net [194.217.242.154]) 
        by CS.UTK.EDU with SMTP (cf v2.9s-UTK)
	id HAA21655; Sun, 18 Jan 1998 07:28:20 -0500 (EST)
Received: from minnow.demon.co.uk ([158.152.73.63]) by post.mail.demon.net
           id aa1002926; 18 Jan 98 12:25 GMT
Message-ID: <IWo32HA0Rfw0Ew5i@minnow.demon.co.uk>
Date: Sun, 18 Jan 1998 12:24:20 +0000
To: parkbench-comm@CS.UTK.EDU
From: Roger Hockney <roger@minnow.demon.co.uk>
Subject: Low Level Benchmarks
MIME-Version: 1.0
X-Mailer: Turnpike Version 3.03a <kRL7V2isFfDmnKSZb08I5Tyfx$>


To: the low-level discussion group

From: Roger

I comment below on recent emailings on this topic which arrived  on the 
16 Jan 1998.

Pat Worley writes:

>2) It may be time to revisit the goals of the Low Level suite. There ar
>   are two obvious extremes.
>
>   a) Determine some (hopefully representative) metrics of point-to-po
>      point communication performance, concentrating on making the    
>      measurements
>      SNIP
>      In this situation, a two (or more) parameter model fit to the 
>      data can be useful, if only as a shorthand for the raw data, 
>      but the model should not be expected to explain the data.

This is of course what COMMS1 sets out to do. But please when judging 
this point, use the New COMMS1 revised code that DOES give much more 
sensible answers in difficult cases. Please do not base your opinions on 
results from the Original COMMS1 code that is still unfortunately being 
issued by Parkbench. Instructions for getting the new code was given in 
my email to this group on 12 Jan 1998. 

>     (The two parameter models are very accurate for some of the 
>      previous generation of homogeneous message-passing platforms.)

It is nice to have confirmation of this from an independent source.
In addition, the 3-parameter mode is available in New COMMS1 for cases 
where the 2-para fails.

>    In case my sympathies are not clear, I prefer to revisit and fix 
>    the current suite, "dumbing it down", if only in presentation, 
>    making it clear what it does and does not measure. 
 
Again this was my objective in writting the New COMMS1 as a minimum fix
to the existing Original COMMS1. However I don't think I would call this
"Dumbing Down".

In fact New COMMS1 is a "Smartening UP" of the benchmark because it
provides a 3-parameter fit for those cases for which the 2-para fit
fails. It also reports the Key spot values of "time for shortest message
(which Charles and Rolfe want to call the Latency)" and bandwidth for
longest message (this could equally well be the maximum measured
bandwidth). It also compares the fitted values with measured values at
these key points. The fit formulae are also given in the output for
completeness.

Pleas note that COMMS1 has always reported ALL the measured lengths and
times in the output file as the basic data, and ALL spot bandwidths were
printed to the screen as measured, and could be captured in a file if
required. In New COMMS1 the spot bandwidths are more conveniently
included in the standard output file as they should have been in the
first place.

Unfortunately the above additions make the new output file more complex
(which I am not happy about). An example of New COMMS1 output is
attached at the end of this email. 

>PPS. - Of course the real reason for using ping-pong is the difficulty 
>       in measuring the time for one-way messaging. I was not aware  
>       that this was a solved problem, at least at the MPI or PVM 
>       level. Perhaps system instrumentation can answer it, but I 
>       didn't know that portable measurement codes could be guaranteed
>       to do so across the different platforms.

Exactly so.

*******************************

Rolf Hempel writes:

>of message-passing. If Charles knows a way to measure single messages,
>I would like to learn about it.

Me too.

>In most other points I agree with Charles. I'm strongly convinced that
>the COMMS* routines are obsolete and should be replaced with something
>reasonable. In particular, the current routines are far too complicated
>to use, and give completely meaningless results. Therefore, I think one

Please base your judgement on the results from New COMMS1 which has a
much more satisfactory fitting procedure (see the examples in the PICT
tool mentioned below). I believe that the revised program New COMMS1
gives reasonable results and is not obselete.

>README file. What is missing is a precise definition of the underlying
>measuring methodology.

In contrast, the methodology of the COMMS1 curve fitting is given in the
Parkbench Report and in detail in my book "The Science of Computer 
Benchmarking", see: 

              http://www.siam.org/catalog/mcc07/hockney.htm 

>I strongly prefer the output of timing tables (perhaps translated in
>good graphical representations) over crude parametrizations like the
>ones in the COMMS* benchmarks. Those can only frustrate the experts
>and confuse all other people.

You seem to have failed to notice that both the Original COMMS1 and the
New COMMS1 report the timing table as the FIRST part of their output
files.

Further a good graphical representation is available using the database
tool from Southampton and my own PICT tool (see below)

The COMMS1 fitting procedure is not crude. On the contrary it uses
least-squares fitting of a performance model that is quite satisfactory
for a lot of data. In minimising relative rather than absolute error,
New COMMS1 spreads the error in a much more satisfactory way and allows
the fitting to be used over a much longer range of message lengths.
Furthermore where the 2-parameter model is unsuitable, New COMMS1
provides a 3-parameter model which fits the Cray T3E (Charles's data 17
Dec 96) very well. I don't think one can call all this crude.

To see how good the 2 and 3 parameter fits produced by New COMMS1 are to 
recent data, check out the examples on my Parkbench Interactive Curve 
Fitting Tool (PICT) at:

          http://www.minnow.demon.co.uk/pict/source/pict2a.html

For the most part these show that 2-parameters fit the data surprisingly 
well. The parameters are not meaningless and useless, but often a
rather good summary of the measurements.

The 3-parameter fit is described quite fully in my talk to the 11 Sep
1997. I have finally written this up with pretty pictures for the PEMCS
Web Journal. Look at:

         http://hpc-journals.ecs.soton.ac.uk/Workshops/PEMCS/fall-97/
                talks/Roger-Hockney/perfprof1.html

In truth we need to see a lot more data before judging the usefulness
of parametric fitting. That is why I would like to look at your NEC 
results. These need not be the timings from COMMS1, but any pingpong 
measurements that you regard as "good".

Please do not base your opinion on the results produced by the Original 
COMMS1 which is presently in the Parkbench suit. This will only work 
satisfactorily results for message lengths up to about 4*10^4. When used 
outside this range it may produce useless numbers.   

>messages are multiples of 4 or 8 bytes, I support Charles' proposal to
>measure the time for an 8 byte message and call it the latency.

I am STRONGLY opposed to this. Latency is an ambiguous term that has 
different meanings to different people. If we wish to report the time 
for an 8-byte message we should call it what it is, no more no less, eg:

                     t(n=8B) = 45.6 us

To call this latency only leads to confusion and senseless 
misunderstanding and argument.

****************************************************************
EXAMPLE NEW COMMS1 OUTPUT FILE: T3E Results from
Grassl's 17 Dec 1996 email to Parkbench committee
****************************************************************
 

 =================================================
 ===                                           ===
 ===  GENESIS / ParkBench Parallel Benchmarks  ===
 ===                                           ===
 ===              comms1_mpi                   ===
 ===                                           ===
 =================================================

 Pingpong Benchmark:
 -------------------
 Measures time to send a message between two nodes on a multi-processor
 computer (MPP or network) as a function of the message length.

 It also characterises the time and corresponding bandwidth by both two
 and three performance parameters.

 Original code by Roger Hockney (1986/7), modified by Ian Glendinning
 and Ade Miller (1993/4), and by Roger Hockney and Ron Sercely (1997).

 -----------------------------------------------------------------------
 You are running the VERSION dated:    RWH-12-Mar-1997
 -----------------------------------------------------------------------

 The measurement time requested for each test case was  1.00E+00
seconds.

 No distinction was made between long and short messages.

 Zero length messages were not used in least squares fitting.

 -----------------------------------------------
 (1) PRIMARY MEASUREMENTS (BW=Bandwidth, B=Byte)
 -----------------------------------------------------------------------
           SPOT MEASURED VALUES        |   EVOLVING TWO-PARAMETER FIT
 --------------------------------------|--------------------------------
 POINT LENGTH(n)   TIME(t)   BW(r=n/t) |    rinf      nhalf     RMS rel
          B           s         B/s    |    B/s         B       error %
 *SPOT1*-------------------------------|--------------------------------
    1  8.000E+00  1.260E-05  6.349E+05 | 0.000E+00  0.000E+00  0.000E+00
    2  1.000E+01  1.348E-05  7.418E+05 | 2.273E+06  2.064E+01 -1.255E-06
    3  2.000E+01  1.380E-05  1.449E+06 | 1.237E+07  1.516E+02  2.277E+00
    4  3.000E+01  1.590E-05  1.887E+06 | 7.798E+06  9.157E+01  2.762E+00
    5  4.000E+01  1.561E-05  2.562E+06 | 1.020E+07  1.237E+02  3.267E+00
    6  5.000E+01  1.648E-05  3.034E+06 | 1.115E+07  1.366E+02  3.126E+00
    7  6.000E+01  1.618E-05  3.708E+06 | 1.364E+07  1.711E+02  3.796E+00
    8  7.000E+01  1.773E-05  3.948E+06 | 1.356E+07  1.699E+02  3.552E+00
    9  8.000E+01  1.694E-05  4.723E+06 | 1.562E+07  1.992E+02  4.072E+00
   10  9.000E+01  1.793E-05  5.020E+06 | 1.634E+07  2.095E+02  3.954E+00
   11  1.000E+02  1.802E-05  5.549E+06 | 1.741E+07  2.249E+02  3.983E+00
   12  1.100E+02  1.889E-05  5.823E+06 | 1.776E+07  2.300E+02  3.841E+00
   13  1.200E+02  1.780E-05  6.742E+06 | 1.983E+07  2.607E+02  4.483E+00
   14  1.300E+02  1.917E-05  6.781E+06 | 2.034E+07  2.682E+02  4.368E+00
   15  1.400E+02  1.902E-05  7.361E+06 | 2.131E+07  2.828E+02  4.405E+00
   16  1.500E+02  1.941E-05  7.728E+06 | 2.209E+07  2.946E+02  4.389E+00
   17  1.600E+02  1.896E-05  8.439E+06 | 2.353E+07  3.167E+02  4.644E+00
   18  1.700E+02  2.057E-05  8.264E+06 | 2.362E+07  3.179E+02  4.514E+00
   19  1.800E+02  1.911E-05  9.419E+06 | 2.526E+07  3.434E+02  4.887E+00
   20  1.900E+02  2.125E-05  8.941E+06 | 2.517E+07  3.420E+02  4.765E+00
   21  2.000E+02  1.894E-05  1.056E+07 | 2.730E+07  3.754E+02  5.382E+00
   22  2.100E+02  2.091E-05  1.004E+07 | 2.767E+07  3.812E+02  5.282E+00
   23  2.200E+02  2.011E-05  1.094E+07 | 2.885E+07  3.998E+02  5.393E+00
   24  2.300E+02  2.136E-05  1.077E+07 | 2.915E+07  4.047E+02  5.296E+00
   25  2.400E+02  2.015E-05  1.191E+07 | 3.053E+07  4.268E+02  5.496E+00
   26  2.500E+02  2.228E-05  1.122E+07 | 3.047E+07  4.258E+02  5.390E+00
   27  2.600E+02  2.144E-05  1.213E+07 | 3.110E+07  4.360E+02  5.365E+00
   28  2.700E+02  2.212E-05  1.221E+07 | 3.142E+07  4.412E+02  5.290E+00
   29  2.800E+02  2.111E-05  1.326E+07 | 3.249E+07  4.588E+02  5.417E+00
   30  2.900E+02  2.259E-05  1.284E+07 | 3.272E+07  4.626E+02  5.337E+00
   31  3.000E+02  2.284E-05  1.313E+07 | 3.294E+07  4.663E+02  5.262E+00
   32  4.000E+02  2.256E-05  1.773E+07 | 3.550E+07  5.098E+02  5.818E+00
   33  6.000E+02  2.549E-05  2.354E+07 | 4.022E+07  5.921E+02  6.632E+00
   34  8.000E+02  2.817E-05  2.840E+07 | 4.567E+07  6.883E+02  7.296E+00
   35  1.000E+03  3.253E-05  3.074E+07 | 4.887E+07  7.452E+02  7.451E+00
   36  2.000E+03  4.496E-05  4.448E+07 | 5.553E+07  8.657E+02  8.013E+00
   37  5.000E+03  6.135E-05  8.150E+07 | 7.983E+07  1.312E+03  1.090E+01
   38  1.000E+04  8.579E-05  1.166E+08 | 1.070E+08  1.814E+03  1.284E+01
   39  2.000E+04  1.294E-04  1.546E+08 | 1.339E+08  2.315E+03  1.426E+01
   40  3.000E+04  1.722E-04  1.742E+08 | 1.523E+08  2.659E+03  1.493E+01
   41  4.000E+04  2.161E-04  1.851E+08 | 1.647E+08  2.890E+03  1.524E+01
   42  5.000E+04  2.594E-04  1.928E+08 | 1.735E+08  3.056E+03  1.539E+01
   43  1.000E+05  4.534E-04  2.206E+08 | 1.847E+08  3.266E+03  1.575E+01
   44  2.000E+05  7.784E-04  2.569E+08 | 1.996E+08  3.548E+03  1.648E+01
   45  3.000E+05  1.110E-03  2.703E+08 | 2.123E+08  3.787E+03  1.701E+01
   46  5.000E+05  1.697E-03  2.946E+08 | 2.256E+08  4.039E+03  1.762E+01
   47  1.000E+06  3.276E-03  3.053E+08 | 2.370E+08  4.255E+03  1.806E+01
   48  2.000E+06  6.373E-03  3.138E+08 | 2.468E+08  4.440E+03  1.839E+01
   49  3.000E+06  9.489E-03  3.162E+08 | 2.547E+08  4.590E+03  1.858E+01
   50  5.000E+06  1.569E-02  3.187E+08 | 2.612E+08  4.714E+03  1.870E+01
   51  1.000E+07  3.134E-02  3.191E+08 | 2.666E+08  4.816E+03  1.874E+01
 *SPOT2*----------------------------------------------------------------

                            ------------------------
                            COMMS1: Message Pingpong
                            ------------------------
                                 Result Summary    
                                 --------------    

 -------------------
 (2) KEY SPOT VALUES
 -------------------
                                        ----------------------- 
 *KEY1* Shortest  n =   8.000E+00 B,   |  t =   1.260E-05 s    |  ******
                                       |                       |  ******
 *KEY2* Longest   n =   1.000E+07 B,   |  r =   3.191E+08 B/s  |  ******
                                        ----------------------- 


 -----------------------------------------------------------------------
--
 ------------------------------------------
 (3) BEST TWO-PARAMETER LINEAR-(t vs n) FIT
 ------------------------------------------
 (Minimises sum of squares of relative error at all points being fitted)

 Root Mean Square (RMS) Relative Error in time =    18.74 %
                Maximum Relative Error in time =    43.61 %  at POINT =
1

 This is a fit to ALL points. Even though different expressions are
 given for short and long messages, they are algebraically identical
 and either may be used for any message length in the full range.

 --------------
 Short Messages
 --------------
 Best expressions to use if nhalf > 0 and n <= nhalf = 4.816E+03 B

 Bandwidth fitted to:    r = pi0*n/(1+n/nhalf)

 Time fitted to:         t = t0*(1+n/nhalf)

           --------------------------------------------
 *LIN1*   |  pi0 = 5.536E+04 Hz,   nhalf= 4.816E+03 B  |   ******
          |                                            |   ******
 *LIN2*   |   t0 = 1/pi0 = 1.807E-05 s                 |   ******
           --------------------------------------------

 Spot comparison at POINT = 1, n = 8.000E+00 B

   t(fit) = 1.810E-05 s,  t(measured) = 1.260E-05 s,  relative error in
time =   43.6 %

 -------------
 Long Messages
 -------------
 Best expressions to use if  n > nhalf = 4.816E+03 B, or nhalf=0

 Bandwidth fitted to:     r = rinf/(1+nhalf/n)

 Time fitted to:          t = (n+nhalf)/rinf

           -----------------------------------------------
 *LIN3*   |  rinf = 2.666E+08 B/s,  nhalf = 4.816E+03 B   |   ******
           -----------------------------------------------

 Spot comparison at POINT =  51, n = 1.000E+07 B

   r(fit) = 2.665E+08 B/s,  r(measured) = 3.191E+08 B/s,  relative error
in B/W =  -16.5 %


 -----------------------------------------------------------------------
--
 ---------------------------------------
 (4) BEST 3-PARAMETER VARIABLE-POWER FIT
 ---------------------------------------

 Root Mean Square (RMS) Relative Error in B/W =    6.89 %
                Maximum Relative Error in B/W =  -13.41 %  at POINT = 39

 This fit is to ALL data points

 Bandwidth is fitted to:   rvp = rivp/(1+(navp/n)^gamvp)^(1/gamvp)

 Time is fitted to:        tvp = t0vp*(1+(n/navp)^gamvp)^(1/gamvp)

 where                    t0vp = navp/rivp  and  navp = t0vp*rivp

 When gamvp = 1.0, this form reduces to the linear-time form (3) above,
 navp becomes nhalf, and rivp becomes rinf.

 The three independent parameters are (t0vp is derived):

          -------------------------------------------------------------
 *VPWR1* | rivp = 3.475E+08 B/s, navp = 3.670E+03 B, gamvp = 4.190E-01 |
         |                                                             |
 *VPWR2* | t0vp = navp/rivp =  1.056E-05 s                             |  
          -------------------------------------------------------------
 This function is guaranteed to fit the first and last measured values  
 of time  and bandwidth. It also fits the (interpolated) time and  
 bandwidth at n = navp.

-- 
Roger Hockney.  Checkout my new Web page at URL   http://www.minnow.demon.co.uk
University of   and link to my new book: "The Science of Computer Benchmarking"
Westminster UK  suggestions welcome. Know any fish movies or suitable links?

From owner-parkbench-comm@CS.UTK.EDU Mon Jan 19 13:10:51 1998
Return-Path: <owner-parkbench-comm@CS.UTK.EDU>
Received: from CS.UTK.EDU by netlib2.cs.utk.edu with ESMTP (cf v2.9t-netlib)
	id NAA16306; Mon, 19 Jan 1998 13:10:50 -0500
Received: from localhost (root@localhost) 
        by CS.UTK.EDU with SMTP (cf v2.9s-UTK)
	id MAA21116; Mon, 19 Jan 1998 12:53:17 -0500 (EST)
Received: from haze.vcpc.univie.ac.at (haze.vcpc.univie.ac.at [131.130.186.138]) 
        by CS.UTK.EDU with ESMTP (cf v2.9s-UTK)
	id MAA21105; Mon, 19 Jan 1998 12:53:14 -0500 (EST)
Received: (from smap@localhost)
	by haze.vcpc.univie.ac.at (8.8.6/8.8.6) id SAA21164
	for <parkbench-comm@CS.UTK.EDU>; Mon, 19 Jan 1998 18:53:11 +0100 (MET)
From: Ian Glendinning <Ian.Glendinning@vcpc.univie.ac.at>
Received: from fidelio(131.130.186.155) by haze via smap (V2.0beta)
	id xma021162; Mon, 19 Jan 98 18:52:48 +0100
Received: (from ian@localhost) by fidelio.vcpc.univie.ac.at (8.7.5/8.7.3) id SAA03411 for parkbench-comm@CS.UTK.EDU; Mon, 19 Jan 1998 18:52:48 +0100 (MET)
Date: Mon, 19 Jan 1998 18:52:48 +0100 (MET)
Message-Id: <199801191752.SAA03411@fidelio.vcpc.univie.ac.at>
To: parkbench-comm@CS.UTK.EDU
Subject: Re: Low Level benchmark errors and differences
X-Sun-Charset: US-ASCII

Dear parkbench-comm subscriber,

I have been following the discussions regarding the low-level ParkBench
benchmarks over the last couple of weeks with intertest, but so far I have
been content to keep my head below the parapet, as most of the things I would
have said have been said by others anyway.  However, there is one thing that I
would like to point out.

On Wed Jan  7 22:56:04 1998, Charles Grassl wrote:

> The Low Level programs are obsolete and need to be replaced.

I agree that the existing code could use some improvement, though most of the
discussion seems to have revolved around the version in the "current release",
which as Roger has pointed out several times is very old, and he has written
an improved version.  Have people tried that version out?

> I have
> written seven simple programs, with MPI and PVM versions, and offer them
> as a replacement for the Low Level suite.

I have tried a version of Charles's "comms1" code that he sent me, on our CS-2
system, and found that it reported approximately half the expected asymptotic
bandwidth, so this code is not without its problems either!  By "expected", I
mean the bandwidth reported by various versions of (the ParkBench version of)
COMMS1 over the years, coded using first PARMACS, then PVM, and more recently
MPI, as a message-passing library.  This value corresponds closely to what one
would expect for the peak performance, given the performance figures for the
underlying hardware.  For an explanation of what I think is happening, please
read on...

On Thu Jan 15 20:20:36 1998, Charles Grassl wrote:

> This recorded
> time is for a round trip message, and is not precisely the time for
> two messages.  Half the round trip message passing time, as reported in
> the PMB tests, is not the time for a single message and should not be
> reported and such.  This same erroneous technique is used in the COMMS1
> and COMMS2 two benchmarks.  (Is Parkbench is responsible for propagating
> this incorrect methodology.)

As Pat Worley and Rolf Hempel pointed out, the ping-pong is used because of
the difficulty in measuring the time for one-way messages, and I believe that
this is illustrated in this instance, as it seems that Charles's attempt to
time one-way messages has caused the unexpectedly low asymptotic bandwidth
measurement...  Charles's code executes a send, and then as fast as possible
executes another one, without any concern as to whether the data has left the
sending processor, or has arrived at the receiving processor, and what I think
is happening is that his code is queuing requests to send, before the previous
messages have left the sending processor, forcing the MPI implementation to
buffer them, at the cost of an extra copy operation, which would not otherwise
have been necessary, thus reducing the effective bandwidth!

> With respect to low level testing, the round trip exchange of messages,
> as per PingPing and PingPong in PMB or COMMS1 and COMMS2, is not
> characteristic of the lowest level of communication.  This pattern
> is actually rather rare in programming practice.  It is more common
> for tasks to send single messages and/or to receive single messages.

It seems to me that it is not very common programming practice to send a
sequence of messages to the same destination in rapid fire, without having
either done some intermediate processing, or waiting to get some response
back.  If you were trying to code efficiently, you would doubtless merge
the messages into one, and send the data all together in one message, if it
was all available already, which it must have been if you were able to
execute the sends so rapidly one after another! 

> The single message passing is a distinctly different case from that
> of round trip tests.  We should be worried that the round trip testing
> might introduce artifacts not characteristic of actual (low level) usage.
> We need a better test of basic bandwidth and latency in order to measure
> and characterize message passing performance.

Well, it seems that in this case, the attempt to measure the single message
passing case has introduced an artifact.  To an extent it depends what you are
trying to measure of course, but it has always been my understanding that the
COMMS1 benchmark was trying to measure the peak performance that you could
reasonably expect to obtain using a portable message-passing library
interface, which, for a good implementation of MPI, ought to come close to the
theoretical hardware limit, which is precisely what the existing COMMS1
ping-pong code does on our system.  I would therefore argue in favour of
retaining the ping-pong technique for obtaining timings.
  Ian
--
Ian Glendinning         European Centre for Parallel Computing at Vienna (VCPC)
ian@vcpc.univie.ac.at   Liechtensteinstr. 22, A-1090 Vienna, Austria
Tel: +43 1 310 939612   WWW: http://www.vcpc.univie.ac.at/~ian/

From owner-parkbench-comm@CS.UTK.EDU Tue Jan 20 08:50:06 1998
Return-Path: <owner-parkbench-comm@CS.UTK.EDU>
Received: from CS.UTK.EDU by netlib2.cs.utk.edu with ESMTP (cf v2.9t-netlib)
	id IAA06977; Tue, 20 Jan 1998 08:50:06 -0500
Received: from localhost (root@localhost) 
        by CS.UTK.EDU with SMTP (cf v2.9s-UTK)
	id IAA01200; Tue, 20 Jan 1998 08:28:44 -0500 (EST)
Received: from sun1.ccrl-nece.technopark.gmd.de (sun1.ccrl-nece.technopark.gmd.de [193.175.160.67]) 
        by CS.UTK.EDU with ESMTP (cf v2.9s-UTK)
	id IAA01193; Tue, 20 Jan 1998 08:28:39 -0500 (EST)
Received: from sgi7.ccrl-nece.technopark.gmd.de (sgi7.ccrl-nece.technopark.gmd.de [193.175.160.89]) by sun1.ccrl-nece.technopark.gmd.de (8.7/3.4W296021412) with SMTP id OAA12945; Tue, 20 Jan 1998 14:19:53 +0100 (MET)
Received: (from hempel@localhost) by sgi7.ccrl-nece.technopark.gmd.de (950413.SGI.8.6.12/950213.SGI.AUTOCF) id OAA09828; Tue, 20 Jan 1998 14:19:52 +0100
Date: Tue, 20 Jan 1998 14:19:52 +0100
From: hempel@ccrl-nece.technopark.gmd.de (Rolf Hempel)
Message-Id: <199801201319.OAA09828@sgi7.ccrl-nece.technopark.gmd.de>
To: cmg@cray.com
Subject: Re: Low Level Benchmarks
Cc: hempel@ccrl-nece.technopark.gmd.de, parkbench-comm@CS.UTK.EDU
Reply-To: hempel@ccrl-nece.technopark.gmd.de

Dear Charles,

thank you for your note, and for sending me your simple test program.
One thing I like about the program is that it's easy to install and run;
no complicated makefiles, include files and sophisticated driver
software. We had the code running in five minutes.

In many points I agree with Ian Glendinning who already reported about
his tests with your code on the Meiko system. When we ran the test on
our SX-4, however, the results were very similar to ping-pong figures.
With the particular MPI version I used for my measurements, the
classical ping-pong test as implemented in MPPTEST of the MPICH
distribution gives about 4 usec less time in latency and about 4%
higher throughput than your test program. The reason for the increase in
latency as reported by your code is fully explained by the fact that
you forgot to correct for the time spent in the timer routine (see
below). So, we would have no problem with adopting a corrected version
of your code as the basic communication test. However, I think that
this is not the point.

The question we have to answer is what communication pattern we want
to measure with our benchmark code. In my view the ping-pong technique,
with all its problems, is much closer to a typical application than
your program. Of course, the situation "receiver already waiting"
implemented by the ping-pong, is a special case which will not be
found for all messages in an application. In this situation,
the MPI implementation can use a more efficient protocol, which will
lead to a best case measurement of latency and throughput.

I agree with Ian that the rapid succession of messages in one direction
is very untypical. Only a stupid programmer would do it this way in
an application, and not aggregate the messages to a larger one. What
you really measure with this benchmark is how well the MPI library
can deal with this kind of congestion. As you see, our library is not
affected at all by this, but, as Ian reported, the Meiko shows a much
different behaviour. In a sense, you measure a kind of worst case
scenario, as opposed to the best case one in the ping-pong.

One technical detail of your program: You time every send operation
separately, and then sum up the individual times. This requires a quite
accurate clock. I would expect that some machines could run into
trouble with this approach. Also, you don't correct for the time needed
for calling the timer twice for every send/receive. On machines with
highly optimized MPI libraries this is not at all negligible. On our
machine two timer calls require as much time as 25% of a complete
send-receive sequence!

As a summary, your basic communication program does not convince me as
a better alternative to ping-pong programs such as MPPTEST. The only
thing I really like about it is its simplicity.

Best regards,
  Rolf
------------------------------------------------------------------------
Rolf Hempel      (email: hempel@ccrl-nece.technopark.gmd.de)
Senior Research Staff Member
C&C Research Laboratories, NEC Europe Ltd., Rathausallee 10,
53757 Sankt Augustin, Germany
Tel.: +49 (0) 2241 - 92 52 - 95
Fax:  +49 (0) 2241 - 92 52 - 99

From owner-parkbench-comm@CS.UTK.EDU Wed Jan 21 11:22:06 1998
Return-Path: <owner-parkbench-comm@CS.UTK.EDU>
Received: from CS.UTK.EDU by netlib2.cs.utk.edu with ESMTP (cf v2.9t-netlib)
	id LAA27346; Wed, 21 Jan 1998 11:22:06 -0500
Received: from localhost (root@localhost) 
        by CS.UTK.EDU with SMTP (cf v2.9s-UTK)
	id KAA20207; Wed, 21 Jan 1998 10:55:58 -0500 (EST)
Received: from sun1.ccrl-nece.technopark.gmd.de (sun1.ccrl-nece.technopark.gmd.de [193.175.160.67]) 
        by CS.UTK.EDU with ESMTP (cf v2.9s-UTK)
	id KAA20176; Wed, 21 Jan 1998 10:55:44 -0500 (EST)
Received: from sgi7.ccrl-nece.technopark.gmd.de (sgi7.ccrl-nece.technopark.gmd.de [193.175.160.89]) by sun1.ccrl-nece.technopark.gmd.de (8.7/3.4W296021412) with SMTP id QAA01123; Wed, 21 Jan 1998 16:50:13 +0100 (MET)
Received: (from hempel@localhost) by sgi7.ccrl-nece.technopark.gmd.de (950413.SGI.8.6.12/950213.SGI.AUTOCF) id QAA11663; Wed, 21 Jan 1998 16:54:00 +0100
Date: Wed, 21 Jan 1998 16:54:00 +0100
From: hempel@ccrl-nece.technopark.gmd.de (Rolf Hempel)
Message-Id: <199801211554.QAA11663@sgi7.ccrl-nece.technopark.gmd.de>
To: parkbench-comm@CS.UTK.EDU
Subject: NEW COMMS1 benchmark
Cc: eckhard@ess.nec.de, tbeckers@ess.nec.de,
        lonsdale@ccrl-nece.technopark.gmd.de,
        maciej@ccrl-nece.technopark.gmd.de,
        ritzdorf@ccrl-nece.technopark.gmd.de,
        zimmermann@ccrl-nece.technopark.gmd.de, springstubbe@gmd.de,
        hempel@ccrl-nece.technopark.gmd.de
Reply-To: hempel@ccrl-nece.technopark.gmd.de

In the recent discussion on the low-level benchmarks, Roger repeatedly
asked us to base our evaluation of the COMMS1 benchmark on his new
version, and not on the one which is still in the official PARKBENCH
distribution. At NEC we now have repeated the tests on the NEC SX-4
machine, and I would like to make a few comments on the results.

First of all, the raw data as reported by the table Primary Measurements
more closely match the figures given by other ping-pong tests than the
older version. The correction for oeverheads, however, is still
problematic for the following reasons:
1. In every loop iteration, the returned message is compared with the
   message sent. If one is concerned with the correctnes of the MPI
   library, this could be checked in a separate loop before the timing
   loop. The check inside the timing loop, done only by the sender
   process, delays the sender and thus makes sure that the receiver
   is already waiting in the receive for the next message. This
   aggravates the "Receiver ready" situation which I discussed in an
   earlier mail.
2. The authors take great care in correcting for the overhead introduced
   by the do loop. This is done by the loop over the dummy routine
   before the main loop. On the other hand, the correction for the
   check routine call introduces an overhead of one timer call which
   is NOT taken into account. (Here I assume that the internal clock
   is read out at a fixed point in time during every call of
   DWALLTIME00().) I would argue that on most machines the loop overhead
   per iteration is negligible as compared to a function call. On our
   machine, MPI_Wtime calls a C function which in turn calls an
   assembly language routine. The time needed for this is about 10%
   of our message latency!

Another problem in the measuring procedure is that the test message
contains a single constant, repeated as many times as there are words in
the message. Did the authors never think about the possibility of
data compression in interconnect systems? I would not be surprised to
see bandwidths of Terabytes/sec on some Ethernet connection between
workstations.

Apart from this, the raw data are much better now than they were before,
and when the above points were fixed, the resulting table would be
satisfactory. The interesting question is, however, how much added value
we get from the parameter fitting. In my earlier note, I called the
fitting procedure in the earlier COMMS1 benchmark "crude". I cannot
find a more appropriate word for a model which in cases deviates from
the measured values by more than 100%.

So, how much improvement do we get from the revised COMMS1 version?
As Roger said himself, the increase in modeling sophistication led
to a more complicated output file. Results are now given for two
models, the first one using two parameters, and the second one three.
As could be expected, the two-parameter model does not work better than
in the previous version. For our machine, latency is over-estimated
by 18.9 percent, and the bandwidth at the last data point is off by
27%. Since a linear model is just too simple to be applied to modern
message-passing libraries, I wonder why these results are still in the
output file at all.

The three-parameter fit is better than the two-parameter one. The
major advantage is that it exactly matches the first data point in
time, and the last data point in bandwidth. That is what people would
look at, if there were no parameter fitting at all. So, the reported
latency is the time measured for a zero-byte message, and is as good or
as bad as this measurement. For our MPI library, the RMS fitting
error for the whole data set is 14.04%, and the maximum relative error
is 33.4%. We now can discuss the meaning of the word "crude" (and I
apologize if as a non-native speaker I don't use the right word here),
but I would at least call it unsatisfactory. Given those differences
between model and measurements, I was not surprised to see the
projected RINFINITY as being too high. The 7.65 GBytes/s are well
beyond a memcpy operation in our shared memory, and measured rates never
exceeded 7.1 GBytes/s.

To summarize, in my opinion there is no added value given by the
parameter fitting. The latency value is the first entry in the raw
data table, and the asymptotic bandwidth is easy to figure out by just
looking at the bandwidths as measured for very long messages. As
explained above, the extrapolation by the parametrized model does not
add any precision as compared with a guess based on the long-message
table entries. For message lengths in between, what does a model help
me if it deviates from the measurements by up to 33%? So, my conclusion
would be to drop the whole parameter fitting from the PARKBENCH
low-level routines.

In a separate mail I will send the COMMS1 benchmark output, as produced
with our MPI library, to Roger. I don't want to swamp the whole
PARKBENCH forum with the detailed data.

Best regards,
 Rolf
------------------------------------------------------------------------
Rolf Hempel      (email: hempel@ccrl-nece.technopark.gmd.de)
Senior Research Staff Member
C&C Research Laboratories, NEC Europe Ltd., Rathausallee 10,
53757 Sankt Augustin, Germany
Tel.: +49 (0) 2241 - 92 52 - 95
Fax:  +49 (0) 2241 - 92 52 - 99

From owner-parkbench-comm@CS.UTK.EDU Fri Jan 23 12:24:12 1998
Return-Path: <owner-parkbench-comm@CS.UTK.EDU>
Received: from CS.UTK.EDU by netlib2.cs.utk.edu with ESMTP (cf v2.9t-netlib)
	id MAA07290; Fri, 23 Jan 1998 12:24:11 -0500
Received: from localhost (root@localhost) 
        by CS.UTK.EDU with SMTP (cf v2.9s-UTK)
	id MAA06737; Fri, 23 Jan 1998 12:04:42 -0500 (EST)
Received: from post.mail.demon.net (post-10.mail.demon.net [194.217.242.154]) 
        by CS.UTK.EDU with SMTP (cf v2.9s-UTK)
	id MAA06686; Fri, 23 Jan 1998 12:04:23 -0500 (EST)
Received: from minnow.demon.co.uk ([158.152.73.63]) by post.mail.demon.net
           id aa1003594; 23 Jan 98 16:49 GMT
Message-ID: <1GgxMFAgVMy0EwfI@minnow.demon.co.uk>
Date: Fri, 23 Jan 1998 16:29:20 +0000
To: hempel@ccrl-nece.technopark.gmd.de
Cc: parkbench-comm@CS.UTK.EDU, eckhard@ess.nec.de, tbeckers@ess.nec.de,
        lonsdale@ccrl-nece.technopark.gmd.de,
        maciej@ccrl-nece.technopark.gmd.de,
        ritzdorf@ccrl-nece.technopark.gmd.de,
        zimmermann@ccrl-nece.technopark.gmd.de, springstubbe@gmd.de
From: Roger Hockney <roger@minnow.demon.co.uk>
Subject: Re: NEW COMMS1 benchmark
In-Reply-To: <199801211554.QAA11663@sgi7.ccrl-nece.technopark.gmd.de>
MIME-Version: 1.0
X-Mailer: Turnpike Version 3.03a <kRL7V2isFfDmnKSZb08I5Tyfx$>

To: The Parkbench discussion group

From: Roger Hockney


First the 3-parameter fit that is produced by New COMMS1 and discussed
by Rolf can be found in the html version of this reply at:

              www.minnow.demon.co.uk/Pbench/emails/hempel1.htm

Or by bringing up the PICT tool on your browser at:

              www.minnow.demon.co.uk/pict/source/pict2a.html
Then:

(1) select a suitable frame size for the PICT display

(2) change the data URL at top from .../data/t3e.res to .../data/sx4.res

(3) press the "GET DATA at URL" button, and the data should download.

(4) press the 3-PARA button then the APPLY3 button, and the 3-para curve
should be drawn.

************************************************************************
Rolf has especialy asked me to point out that the results that he has
supplied are for the SX4 using Release 7.2 MPI software which is will
soon be replaced by a newer version with significantly better latency
and bandwidth. This data does not therefore represent the best that can
be achieved on the SX4.
************************************************************************

I now reply to specific points in Rolf Hempel's email to group on 21 Jan
1998.
 
>In the recent discussion on the low-level benchmarks, Roger repeatedly
>asked us to base our evaluation of the COMMS1 benchmark on his new
>version, and not on the one which is still in the official PARKBENCH
>distribution. At NEC we now have repeated the tests on the NEC SX-4
>machine, and I would like to make a few comments on the results.
>
Thank you, Rolf, for taking the trouble to install New COMMS1 and
sending me the results. I discuss the results below. In answer to your
other points: 

>First of all, the raw data as reported by the table Primary Measurements
>more closely match the figures given by other ping-pong tests than the
>older version. The correction for oeverheads, however, is still

The two points you raise could easily be incorporated in the code. I was
reluctant to tamper with the measurement part of the COMMS1 code because
it would introduce systematic differences in the measurements and make
comparison with older measurements invalid. But of course this has to be
done from time to time. My changes were deliberately kept to a minimum
and confined largely to the parameter fitting part which was causing the
main problems being reported.

>Another problem in the measuring procedure is that the test message
>contains a single constant, repeated as many times as there are words in
>the message. Did the authors never think about the possibility of
>data compression in interconnect systems? I would not be surprised to
>see bandwidths of Terabytes/sec on some Ethernet connection between
>workstations.

Yes I did think about this, but decided I did not know enough about
compression to devise a way to prevent it. Compression algorithms are so
clever now that this may be impossible to do. Anyway this is not yet a
problem, so I suggest we leave it until it becomes one. Perhaps software
should get benefit in its performance numbers for the use of compression
but then we need something more difficult than a sequence of constants
to use as a standard test.
>
>Apart from this, the raw data are much better now than they were before,
>and when the above points were fixed, the resulting table would be
>satisfactory. 

I would have no objection to this.

>The interesting question is, however, how much added value
>we get from the parameter fitting. In my earlier note, I called the

The added value provided in the case of the NEC SX4 results is that the
3-parameter fit (see graph) gives a satisfactory fit to ALL the data.
This reduces 112 numbers to 3 numbers and an analytic formula that can
be manipulated. This is called "Performance Characterisation" and
provides very useful data compression. Furthermore the parameters
themselves can be interpreted as characterising various aspects of the
shape and asymptotes of the performance curve. 

In contrast reporting just the first time and last performance value and
calling them the Latency and Bandwidth only tells us about these two
points. Further the choice of which message lengths to use for this type
of definition is entirely arbitrary and open to much argument at both
ends. However, New COMMS1 does provide this type of output in the lines
marked KEY SPOT VALUES but I deliberately avoided calling them values of
Latency and Bandwidth in order to avoid senseless argument.

Some people are very interested in the parametric representations,
others not. One is not obliged to use or look at the parametric
representations, but they are there for those who want them. For those
interested just in the Raw data those are reported first in the output
file of New COMMS1.


>As could be expected, the two-parameter model does not work better than
>in the previous version. For our machine, latency is over-estimated
>by 18.9 percent, and the bandwidth at the last data point is off by
>27%. Since a linear model is just too simple to be applied to modern
>message-passing libraries, I wonder why these results are still in the
>output file at all.

The 2-PARA results are reported just so that one can see that they are
unsatisfactory, and that therefore one must lose simplicity and consider
a 3-para fit. Actually there is a switch that can be set in the
comms1.inc file to suppress reporting of output if the errors exceed
specified values. Every time I have used this, however, I have tended to
rerun with the output on, in order to see just what the 2-para gave. If
the 2-para can be accepted it is much preferable to the 3-para because
of its simplicity and clearer interpretation of the significance of the
parameters.

>as bad as this measurement. For our MPI library, the RMS fitting
>error for the whole data set is 14.04%, and the maximum relative error
>is 33.4%. We now can discuss the meaning of the word "crude" (and I

If you look at the graph itself (see above), I think you will find the
agreement much more satisfactory than is apparent from the reported
errors. You also may have too high an expectation of what parametric
fitting can reasonably be expected to provide, especially for data with
discontinuities. 

In my experience agreement in RMS error rarely is better than 7% and
anything up to 30% is probably still useful. A maximum error of 30% is
not bad at all, and may be due to a single rogue point or an isolated
discontinuity. Although error numbers are reported in the output, one
really has to look at the graph of all data before drawing conclusions. 

>Given those differences
>between model and measurements, I was not surprised to see the
>projected RINFINITY as being too high. The 7.65 GBytes/s are well
>beyond a memcpy operation in our shared memory, and measured rates never
>exceeded 7.1 GBytes/s.

Actually 7.65 differs from 7.1 by 8% which is very good agreement
indeed. 

>To summarize, in my opinion there is no added value given by the
>parameter fitting. The latency value is the first entry in the raw
>data table, and the asymptotic bandwidth is easy to figure out by just
>looking at the bandwidths as measured for very long messages. As

Your definitions of Latency and Bandwidth will have to be more precise
than the above. What does "by looking at the B/W for very long messages"
actually mean. What are "very long messages?". "What message length
should the first entry in the Raw data table be for?" ... etc.

>explained above, the extrapolation by the parametrized model does not
>add any precision as compared with a guess based on the long-message
>table entries. 

Strictly-speaking it is invalid to extrapolate the fitted curve outside
the range of measured values. However we will always do this, and in
this case the fit predicts the known hardware limit as well as can be
reasonably expected.

>For message lengths in between, what does a model help
>me if it deviates from the measurements by up to 33%? So, my conclusion
>would be to drop the whole parameter fitting from the PARKBENCH
>low-level routines.

I think the graph of the results and the 3-para fit shows remarkably
good and useful agreement. But this is a subjective personal opinion.
What do others think?

Best wishes

Roger
-- 
Roger Hockney.  Checkout my new Web page at URL   http://www.minnow.demon.co.uk
University of   and link to my new book: "The Science of Computer Benchmarking"
Westminster UK  suggestions welcome. Know any fish movies or suitable links?

From owner-parkbench-comm@CS.UTK.EDU Mon Jan 26 06:39:21 1998
Return-Path: <owner-parkbench-comm@CS.UTK.EDU>
Received: from CS.UTK.EDU by netlib2.cs.utk.edu with ESMTP (cf v2.9t-netlib)
	id GAA02920; Mon, 26 Jan 1998 06:39:21 -0500
Received: from localhost (root@localhost) 
        by CS.UTK.EDU with SMTP (cf v2.9s-UTK)
	id GAA09063; Mon, 26 Jan 1998 06:22:47 -0500 (EST)
Received: from osiris.sis.port.ac.uk (root@osiris.sis.port.ac.uk [148.197.100.10]) 
        by CS.UTK.EDU with SMTP (cf v2.9s-UTK)
	id GAA09055; Mon, 26 Jan 1998 06:22:36 -0500 (EST)
Received: from mordillo (p112.nas1.is3.u-net.net) by osiris.sis.port.ac.uk (4.1/SMI-4.1)
	id AA12226; Mon, 26 Jan 98 11:19:15 GMT
Date: Mon, 26 Jan 98 10:14:38 GMT
From: Mark Baker  <mab@sis.port.ac.uk>
Subject: Re: Low Level Benchmarks 
To: Charles Grassl  <cmg@cray.com>, parkbench-comm@CS.UTK.EDU
Cc: solchenbach@pallas.de
X-Mailer: Chameleon ATX 6.0.1, Standards Based IntraNet Solutions, NetManage Inc.
X-Priority: 3 (Normal)
References: <199801151711.RAA07227@magnet.cray.com> 
Message-Id: <Chameleon.885813075.mab@mordillo>
Mime-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII

Charles,

Thanks for your thoughts and experiences with the Pallas PMB codes -
I will  forward them to the authors...  The main points in favour of
the PMB codes are that they are in C and potentially produce results
for a variety of MPI calls... Obviously if the results they produce are
flawed...

Regarding new low-level codes I would be in favour of taking up your
kind offer of writing a set of codes in C/Fortran. I guess the main
problem is getting a concensus with regards methodology and measurements
that are used with these codes.

Maybe we can decide that a number of actions should be undertaken...

1) It seems clear that no one is 100% happy with the current version
   of the low-level codes. So, this implies that they need to be 
   replaced !?

2) If we are going to replace the codes we can go down a couple of routes;
   start from scratch, replace with Roger's new codes or some combination of
   both...

3) I would be happy to see us start from scratch and  create 
   C/Fortran codes where the methodology and design of each can be
   "hammered out" by discussion first and then implemented 
   (and iterated as necessary).

4) Assuming that we want to go down this route, I suggest we make a starting
   point of Charles' "suggestions and requirements for the low level 
   benchmark design" - towards the end of this email. I am happy to
   put these words on the web and update/change them as our dicussions
   evolve...

5) Charles has offered his services to help write/design/test these new codes -
   I'm willing to offer my services in a similar fashion. I'm sure that others
   interested in the low-level codes could contribute something here as well. 

Overall, it seems clear to me that we have enough energy and manpower to
produce a new set low-level codes whose methodology and design is correct
and relevant to todays systems...

I look forward to your comments...

Regards

Mark 






--- On Thu, 15 Jan 1998 11:11:39 -0600 (CST)  Charles Grassl <cmg@cray.com> wrote:
> 
> To:      Parkbench interests
> From:    Charles Grassl
> Subject: Low Level benchmarks
> 
> Date:    15 January, 1998
> 
> 
> Mark, thank you for pointing us to the PMB benchmark.  It is well written
> and coded, but has some discrepancies and shortcomings.  My comments
> lead to suggestions and recommendation regarding low level communication
> benchmarks.
> 
> First, in program PMB the PingPong tests are twice as fast (in time)
> as the corresponding message length tests in the PingPing tests (as run
> on a CRAY T3E).  The calculation of the time and bandwidth is incorrect
> by a factor of 100% in one of the programs.
> 
> This error can be fixed by recording, using and reporting the actual
> time, amount of data sent and their ratio.  That is, the time should not
> be divided by two in order to correct for a round trip.  This recorded
> time is for a round trip message, and is not precisely the time for
> two messages.  Half the round trip message passing time, as reported in
> the PMB tests, is not the time for a single message and should not be
> reported and such.  This same erroneous technique is used in the COMMS1
> and COMMS2 two benchmarks.  (Is Parkbench is responsible for propagating
> this incorrect methodology.)
> 
> In program PMB, the testing procedure performs a "warm up".  This
> procedure is a poor testing methodology because is discards important
> data.  Testing programs such as this should record all times and calculate
> the variance and other statistics in order to perform error analysis.
> 
> Program PMB does not measure contention or allow extraction of network
> contention data.  Tests "Allreduce" and "Bcast" and several others
> stress the inter-PE communication network with multiple messages,
> but it is not possible to extract information about the contention from
> these tests.  The MPI routines for Allreduce and Bcast have algorithms
> which change with respect to number of PEs and message lengths,  Hence,
> without detailed information about the specific algorithms used, we cannot
> extract information about network performance or further characterize
> the inter-PE network.
> 
> Basic measurements must be separated from algorithms.  Tests PingPong,
> PingPing, Barrier, Xover, Cshift and Exchange are low level.  Tests
> Allreduce and Bcast are algorithms.  The algorithms Allreduce and Bcast
> need additional (algorithmic) information in order to be described in
> terms of the basic level benchmarks.
> 
> 
> With respect to low level testing, the round trip exchange of messages,
> as per PingPing and PingPong in PMB or COMMS1 and COMMS2, is not
> characteristic of the lowest level of communication.  This pattern
> is actually rather rare in programming practice.  It is more common
> for tasks to send single messages and/or to receive single messages.
> In this scheme, messages do not make a round trip and there is not
> necessarily caching or other coherency effects.
> 
> The single message passing is a distinctly different case from that
> of round trip tests.  We should be worried that the round trip testing
> might introduce artifacts not characteristic of actual (low level) usage.
> We need a better test of basic bandwidth and latency in order to measure
> and characterize message passing performance.
> 
> 
> Here are suggestions and requirements, in an outline form, for a low
> level benchmark design:
> 
> 
> 
>     I. Single and double (bidirectional) messages.
> 
>        A. Test single messages, not round trips.
>          1. The round trip test is an algorithm and a pattern.  As
>             such it should not be used as the basic low level test of
>             bandwidth.
>          2. Use direct measurements where possible (which is nearly
>             always).  For experimental design, the simplest method is
>             the most desirable and best.
>          3. Do not perform least squares fits A PIORI.  We know that
>             the various message passing mechanisms are not linear or
>             analytic because different mechanisms are used for different
>             message sizes.  It is not necessarily known before hand
>             where this transition occurs.  Some computer systems have
>             more than two regimes and their boundaries are dynamic.
>          4. Our discussion of least squares fitting is loosing tract
>             of experimental design versus modeling.  For example, the
>             least squares parameter for t_0 from COMMS1 is not a better
>             estimate of latency than actual measurements (assuming
>             that the timer resolution is adequate).  A "better" way to
>             measure latency is to perform addition DIRECT measurements,
>             repetitions or otherwise, and hence decrease the statistical
>             error.  The fitting as used in the COMMS programs SPREADS
>             error.  It does not reduce error and hence it is not a
>             good technique for measuring such an important parameter
>             as latency.
> 
>        B. Do not test zero length messages.  Though valid, zero length
>           messages are likely to take special paths through library
>           routines.  This special case is not particularly interesting or
>           important.
>           1. In practice, the most common and important message size is 64
>              bits (one word).  The time for this message is the starting
>              point for bandwidth characterization.
> 
>        D. Record all times and use statistics to characterize the message
>           passing time.  That is, do not prime or warm up caches
>           or buffers.  Timings for unprimed caches and buffers give
>           interesting and important bounds.  These timings are also the
>           nearest to typical usage.  
>           1. Characterize message rates by a minimum, maximum, average
>              and standard deviation.
> 
>        E. Test inhomogeneity of the communication network.  The basic
>           message test should be performed for all pairs of PEs.
>    
> 
>    II. Contention.
> 
>        A. Measure network contention relative to all PEs sending and/or
>           receiving messages.
> 
>        B. Do not use high level routines where the algorithm is not known.
>           1. With high level algorithms, we cannot deduce which component
>              of the timing is attributable to the "operation count"
>              and which is attributable to the actual system (hardware)
>              performance.
> 
> 
>   III. Barrier.
> 
>        A. Simple test of barrier time for all numbers of processors.
> 
> 
> 
> 
> Additionally, the suite should be easy to use.  C and Fortran programs
> for direct measurements of message passing times are short and simple.
> These simple tests are of order 100 lines of code and, at least in
> Fortran 90, can be written in a portable and reliable manner.
> 
> The current Parkbench low level suite does not satisfy the above
> requirements.  It is inaccurate, as pointed out by previous letters, and
> uses questionable techniques and methodologies.  It is also difficult to
> use, witness the proliferation of files, patches, directories, libraries
> and the complexity and size of the Makefiles.
> 
> This Low Level suite is a burden for those who are expecting a tool to
> evaluate and investigate computer performance.  The suite is becoming
> a liability for our group.  As such, it should be withdrawn from
> distribution.
> 
> I offer to write, test and submit a new set of programs which satisfy
> most of the above requirements.
> 
> 
> Charles Grassl
> SGI/Cray Research
> Eagan, Minnesota  USA
> 

---------------End of Original Message-----------------

-------------------------------------
CSM, University of Portsmouth, Hants, UK
Tel: +44 1705 844285	Fax: +44 1705 844006
E-mail: mab@sis.port.ac.uk
Date: 01/26/98 - Time: 10:14:38
URL http://www.sis.port.ac.uk/~mab/
-------------------------------------


From owner-parkbench-comm@CS.UTK.EDU Mon Jan 26 11:54:37 1998
Return-Path: <owner-parkbench-comm@CS.UTK.EDU>
Received: from CS.UTK.EDU by netlib2.cs.utk.edu with ESMTP (cf v2.9t-netlib)
	id LAA07118; Mon, 26 Jan 1998 11:54:37 -0500
Received: from localhost (root@localhost) 
        by CS.UTK.EDU with SMTP (cf v2.9s-UTK)
	id LAA18845; Mon, 26 Jan 1998 11:21:36 -0500 (EST)
Received: from timbuk.cray.com (timbuk-fddi.cray.com [128.162.8.102]) 
        by CS.UTK.EDU with ESMTP (cf v2.9s-UTK)
	id LAA18837; Mon, 26 Jan 1998 11:21:33 -0500 (EST)
Received: from ironwood.cray.com (root@ironwood-fddi.cray.com [128.162.21.36]) by timbuk.cray.com (8.8.7/CRI-gate-news-1.3) with ESMTP id KAA23428 for <parkbench-comm@cs.utk.edu>; Mon, 26 Jan 1998 10:21:26 -0600 (CST)
Received: from magnet.cray.com (magnet [128.162.173.162]) by ironwood.cray.com (8.8.4/CRI-ironwood-news-1.0) with ESMTP id KAA29079 for <parkbench-comm@cs.utk.edu>; Mon, 26 Jan 1998 10:21:24 -0600 (CST)
From: Charles Grassl <cmg@cray.com>
Received: by magnet.cray.com (8.8.0/btd-b3)
          id QAA29329; Mon, 26 Jan 1998 16:21:23 GMT
Message-Id: <199801261621.QAA29329@magnet.cray.com>
Subject: Low Level Benchmarks
To: parkbench-comm@CS.UTK.EDU
Date: Mon, 26 Jan 1998 10:21:23 -0600 (CST)
X-Mailer: ELM [version 2.4 PL24-CRI-d]
MIME-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit


To:      Parkbench interests
From:    Charles Grassl
Subject: Low Level benchmarks

Date:    26, January, 1998


A short review of where we have been and decided:

Last year we agreed (via email exchanges) that the Parkbench Low Level
benchmark suite is not intended to be an -MPI- -test- suite.  There was a
consensus that we intended to measure low level performance, not algorithm
design or implementation.  This is why the Pallas benchmark, though
useful for testing the performance of several important MPI functions,
is not the basic low level test which we desire.  (I believe that the
performance measurement of the MPI functions is a worthwhile project for
this group, but it needs to be separate from the low level benchmarks.)

At the May, 1997 Parkbench meeting in Knoxville, TN, we unanimously
decided that the measurement and analysis (fitting) portions of the
COMMS programs would be made into a separate program.  This from Michael
Berry's minutes (23 May 1997):

  After more discussion, the following COMMS changes/outputs were
  unanimously agreed upon:

	  1.  Maximum bandwidth with corresp. message size.
	  2.  Minimum message-passing time with corresp. message
	      size.
	  3.  Time for minimum message length (could be 0, 1, 8,
	      or 32 bytes but must be specified).
	  4.  The software will be split into two program: one
	      to report the spot measurements and the other for
	      the analysis.

Some of the objections with the Parkbench Low Level codes are that they
are difficult to build, run and analyze.  This attributable to their
organization and design.  Separating the analysis would greatly simply
the programs, but the programs still need to be rewritten.



I include in this email message a simple replacement code for COMMS1.
It uses the "back and forth" methodology, reports maximum and minimum
times with corresponding sizes and and does not include "analysis".
It is equivalent to the measurement portion of COMMS1, though it is much
simpler and easier to use.

I will comment on the experimental methodology used in this program.

 - The reported times in standard out are actual round trip times.  It is
   a poor experimental practice to modify raw measurements too early.
   We should not mix measured times with derived times.  The practice
   leads to confusion and errors (witness the Pallas benchmark code and
   and an earlier version of Parkbench).  If we desire to divide the
   times by two (because of the round trip), then this should be done
   in a analysis portion.  Otherwise we misrepresent round trip times
   as actual single trip times, which hay are not.

 - All times are saved and written to unit 7.  The reported times
   in standard out are the first and the last measurements for each
   message size.  The experimental principle is that no data should be
   discarded with out analysis.  We can use statistical analysis or
   graphics or fitting routines to analyze the raw output.  (I favor
   graphics and statistical analysis.)  If we look at the raw output,
   we will see interesting features, such as the actual "warm up" count
   (usually five or less repetitions) and the distribution of times
   (not Gaussian!).

 - Each repetition is individually timed.  If the timer does not have
   adequate resolution, then the times for a number of repetitions, from
   two to all, can be aggregated and used.  This aggregation can be done
   in the analysis phase.  (Most computers should be able to time and
   resolve single round trip messages.)  This aggregation should not be
   done before adequate analysis or evidence that it needs to be done.

 - Each message size is tested the same number of repetitions.  We prefer
   to keep this number a constant so that the experimental sampling
   error (proportional to 1/sqrt[repetitions]) is the same for each
   message size.  Also, it is difficult to cleanly and simply adjust
   the repetition count relative to the message size.

I also have one replacement program for both COMMS2 and COMMS3 (note
that the COMMS2 measurement is a subset of COMMS3 measurements).
More on that later.

Charles Grassl
SGI/Cray Research
Eagan, Minnesota USA


-----------------------------------------------------------------------

      program       Single ! Compile: f90 file.f -l mpi
      character*40  Title
      data          Title/' Single Messages --- MPI'/

      integer       log2nmax,nmax,n_repetitions
      parameter     (log2nmax=18,nmax=2**log2nmax,n_repetitions=50)
      integer       n_starts,n_mess
      parameter     (n_starts=2,n_mess=2)
      include       'mpif.h'
      integer       ier,status(MPI_STATUS_SIZE)
      integer       my_pe,npes
      integer       log2n,n,nrep,i
      real*8        t_call,timer,tf(0:n_repetitions)
      real*8        A(0:nmax-1)
      save          A

      call mpi_init( ier )
      call mpi_comm_rank(MPI_COMM_WORLD, my_pe, ier)
      call mpi_comm_size(MPI_COMM_WORLD, npes, ier)

      radian=1
      do i=0,nmax-1
        A(i) = acos(radian)*i
      end do
        
      tf(0) = timer()
      do nrep=1,n_repetitions
        tf(nrep) = timer()
      end do
      t_call=(tf(n_repetitions)-tf(0))/n_repetitions

      if (my_pe.eq.0) then
        call table_top(Title,npes,n_starts,n_mess,n_repetitions,t_call)
      end if

      do log2n=0,log2nmax
        n = 2**log2n
        call mpi_barrier( MPI_COMM_WORLD, ier )
        tf(0) = timer()
        do nrep=1,n_repetitions
          if (my_pe.eq.1) then
            call MPI_SEND(A,8*n,MPI_BYTE,0,10,MPI_COMM_WORLD,ier)
            call MPI_RECV(A,8*n,MPI_BYTE,0,20,MPI_COMM_WORLD,status,ier)
          end if
          if (my_pe.eq.0) then
            call MPI_RECV(A,8*n,MPI_BYTE,1,10,MPI_COMM_WORLD,status,ier)
            call MPI_SEND(A,8*n,MPI_BYTE,1,20,MPI_COMM_WORLD,ier)
          end if
          tf(nrep) = timer()
        end do
        if (my_pe.eq.0) then
          call table_body(8*n,n_mess,n_repetitions,tf,t_call)
        end if
      end do

      call mpi_finalize(ier)
      end
      subroutine table_top( Title,npes,
     .     n_starts,n_mess,n_repetitions,t_call)
      integer       M
      parameter     (M = 1 000 000)
      character*40  Title
      integer       npes,n_starts,n_mess,n_repetitions
      real*8        t_call

      write(6,9010) Title,npes,n_starts,n_mess,n_repetitions,t_call*M

      return
9010  format(//a40,
     .  // ' Number of PEs:  ',i8
     .  // ' Starts:         ',i8,
     .   / ' Messages:       ',i8,
     .   / ' Repetitions:    ',i8,
     .   / ' Timer overhead: ',f8.3,' microsecond',
     .  // 8x,'            First      ',
     .        '              Last     ',
     .   /'  Length',2x,2('      Time       Rate ',1x),
     .   /' [Bytes]',2x,2(' [Microsec.] [Mbyte/s]',1x),
     .   /' ',8('-'),2x,2(21('-'),2x))
      end
      subroutine table_body(n_byte,n_mess,n_repetitions,tf,t_call)
      integer       M
      parameter     (M = 1 000 000)
      integer   n_byte,n_mess,n_repetitions,i
      real*8    tf(0:n_repetitions)
      real*8    t_call
      real*8    t_first,t_last

      t_first = (tf(1)-tf(0))-t_call
      t_last  = (tf(n_repetitions)-tf(n_repetitions-1))-t_call
      write(6,9020) n_byte,t_first*M,n_mess*n_byte/(t_first*M),
     .                      t_last *M,n_mess*n_byte/(t_last *M)
      write(7) n_byte,n_repetitions,n_mess
      write(7) ((tf(i)-tf(i-1))-t_call,i=1,n_repetitions)

      return
9020  format(i8,     2x,2(f10.1,1x,f10.0,2x))
      end

From owner-parkbench-comm@CS.UTK.EDU Mon Jan 26 13:06:36 1998
Return-Path: <owner-parkbench-comm@CS.UTK.EDU>
Received: from CS.UTK.EDU by netlib2.cs.utk.edu with ESMTP (cf v2.9t-netlib)
	id NAA08767; Mon, 26 Jan 1998 13:06:36 -0500
Received: from localhost (root@localhost) 
        by CS.UTK.EDU with SMTP (cf v2.9s-UTK)
	id MAA23400; Mon, 26 Jan 1998 12:31:16 -0500 (EST)
Received: from osiris.sis.port.ac.uk (root@osiris.sis.port.ac.uk [148.197.100.10]) 
        by CS.UTK.EDU with SMTP (cf v2.9s-UTK)
	id MAA23166; Mon, 26 Jan 1998 12:30:05 -0500 (EST)
Received: from mordillo ([195.102.195.125]) by osiris.sis.port.ac.uk (4.1/SMI-4.1)
	id AA15447; Mon, 26 Jan 98 17:31:15 GMT
Date: Mon, 26 Jan 98 17:23:08 GMT
From: Mark Baker  <mab@sis.port.ac.uk>
Subject: Fw: Re: Low Level Benchmarks 
To: parkbench-comm@CS.UTK.EDU
X-Mailer: Chameleon ATX 6.0.1, Standards Based IntraNet Solutions, NetManage Inc.
X-Priority: 3 (Normal)
References: <34CCB99F.2B3C3D63@cumbria.eng.sun.com> 
Message-Id: <Chameleon.885835450.mab@mordillo>
Mime-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII

This came direct to me... The rest of Parkbench are probably interested
in Bodo's comments.

Mark

--- On Mon, 26 Jan 1998 08:28:15 -0800  Bodo Parady - SMCC Performance Development 
<Bodo.Parady@Eng.Sun.COM> wrote:
> The key items to find are:
> 
>         Lock time (defined as time to release a lock remotely)
>             Example would be reader spinning on memory, waiting
>             for change in memory word, or receipt of interrupt.
>             This is the effective ping-pong half time.  Sadly
>             subroutine and library call overhead can render
>             this result meaningless.
> 
>             Measuring one way rates is no good here since the response
>             time must be factored in.  This is a two-way transfer
> 
>         Channel rate (defined as large block transfer rate).
> 
>         Block size at half channel rate.
> 
>         Block size at twice lock time latency.
> 
>         Full curve, stepping at 1, 2, 4, 8, 16, ..., 2*n byte block sizes
>                 at full issue rate.  This is probably the least important
>                 since it involves coalescence of transmitted data.
> 
> The fear is that given the limitations of MPI/PVM, and to some degree
> of C and Fortran that accurate measures of these quantities may
> not be practical.
> 
> Regards.
> 
>                 Bodo Parady
> 
> Mark Baker wrote:
> 
> > Charles,
> >
> > Thanks for your thoughts and experiences with the Pallas PMB codes -
> > I will  forward them to the authors...  The main points in favour of
> > the PMB codes are that they are in C and potentially produce results
> > for a variety of MPI calls... Obviously if the results they produce are
> > flawed...
> >
> > Regarding new low-level codes I would be in favour of taking up your
> > kind offer of writing a set of codes in C/Fortran. I guess the main
> > problem is getting a concensus with regards methodology and measurements
> > that are used with these codes.
> >
> > Maybe we can decide that a number of actions should be undertaken...
> >
> > 1) It seems clear that no one is 100% happy with the current version
> >    of the low-level codes. So, this implies that they need to be
> >    replaced !?
> >
> > 2) If we are going to replace the codes we can go down a couple of routes;
> >    start from scratch, replace with Roger's new codes or some combination of
> >    both...
> >
> > 3) I would be happy to see us start from scratch and  create
> >    C/Fortran codes where the methodology and design of each can be
> >    "hammered out" by discussion first and then implemented
> >    (and iterated as necessary).
> >
> > 4) Assuming that we want to go down this route, I suggest we make a starting
> >    point of Charles' "suggestions and requirements for the low level
> >    benchmark design" - towards the end of this email. I am happy to
> >    put these words on the web and update/change them as our dicussions
> >    evolve...
> >
> > 5) Charles has offered his services to help write/design/test these new codes -
> >    I'm willing to offer my services in a similar fashion. I'm sure that others
> >    interested in the low-level codes could contribute something here as well.
> >
> > Overall, it seems clear to me that we have enough energy and manpower to
> > produce a new set low-level codes whose methodology and design is correct
> > and relevant to todays systems...
> >
> > I look forward to your comments...
> >
> > Regards
> >
> > Mark
> >
> > --- On Thu, 15 Jan 1998 11:11:39 -0600 (CST)  Charles Grassl <cmg@cray.com> wrote:
> > >
> > > To:      Parkbench interests
> > > From:    Charles Grassl
> > > Subject: Low Level benchmarks
> > >
> > > Date:    15 January, 1998
> > >
> > >
> > > Mark, thank you for pointing us to the PMB benchmark.  It is well written
> > > and coded, but has some discrepancies and shortcomings.  My comments
> > > lead to suggestions and recommendation regarding low level communication
> > > benchmarks.
> > >
> > > First, in program PMB the PingPong tests are twice as fast (in time)
> > > as the corresponding message length tests in the PingPing tests (as run
> > > on a CRAY T3E).  The calculation of the time and bandwidth is incorrect
> > > by a factor of 100% in one of the programs.
> > >
> > > This error can be fixed by recording, using and reporting the actual
> > > time, amount of data sent and their ratio.  That is, the time should not
> > > be divided by two in order to correct for a round trip.  This recorded
> > > time is for a round trip message, and is not precisely the time for
> > > two messages.  Half the round trip message passing time, as reported in
> > > the PMB tests, is not the time for a single message and should not be
> > > reported and such.  This same erroneous technique is used in the COMMS1
> > > and COMMS2 two benchmarks.  (Is Parkbench is responsible for propagating
> > > this incorrect methodology.)
> > >
> > > In program PMB, the testing procedure performs a "warm up".  This
> > > procedure is a poor testing methodology because is discards important
> > > data.  Testing programs such as this should record all times and calculate
> > > the variance and other statistics in order to perform error analysis.
> > >
> > > Program PMB does not measure contention or allow extraction of network
> > > contention data.  Tests "Allreduce" and "Bcast" and several others
> > > stress the inter-PE communication network with multiple messages,
> > > but it is not possible to extract information about the contention from
> > > these tests.  The MPI routines for Allreduce and Bcast have algorithms
> > > which change with respect to number of PEs and message lengths,  Hence,
> > > without detailed information about the specific algorithms used, we cannot
> > > extract information about network performance or further characterize
> > > the inter-PE network.
> > >
> > > Basic measurements must be separated from algorithms.  Tests PingPong,
> > > PingPing, Barrier, Xover, Cshift and Exchange are low level.  Tests
> > > Allreduce and Bcast are algorithms.  The algorithms Allreduce and Bcast
> > > need additional (algorithmic) information in order to be described in
> > > terms of the basic level benchmarks.
> > >
> > >
> > > With respect to low level testing, the round trip exchange of messages,
> > > as per PingPing and PingPong in PMB or COMMS1 and COMMS2, is not
> > > characteristic of the lowest level of communication.  This pattern
> > > is actually rather rare in programming practice.  It is more common
> > > for tasks to send single messages and/or to receive single messages.
> > > In this scheme, messages do not make a round trip and there is not
> > > necessarily caching or other coherency effects.
> > >
> > > The single message passing is a distinctly different case from that
> > > of round trip tests.  We should be worried that the round trip testing
> > > might introduce artifacts not characteristic of actual (low level) usage.
> > > We need a better test of basic bandwidth and latency in order to measure
> > > and characterize message passing performance.
> > >
> > >
> > > Here are suggestions and requirements, in an outline form, for a low
> > > level benchmark design:
> > >
> > >
> > >
> > >     I. Single and double (bidirectional) messages.
> > >
> > >        A. Test single messages, not round trips.
> > >          1. The round trip test is an algorithm and a pattern.  As
> > >             such it should not be used as the basic low level test of
> > >             bandwidth.
> > >          2. Use direct measurements where possible (which is nearly
> > >             always).  For experimental design, the simplest method is
> > >             the most desirable and best.
> > >          3. Do not perform least squares fits A PIORI.  We know that
> > >             the various message passing mechanisms are not linear or
> > >             analytic because different mechanisms are used for different
> > >             message sizes.  It is not necessarily known before hand
> > >             where this transition occurs.  Some computer systems have
> > >             more than two regimes and their boundaries are dynamic.
> > >          4. Our discussion of least squares fitting is loosing tract
> > >             of experimental design versus modeling.  For example, the
> > >             least squares parameter for t_0 from COMMS1 is not a better
> > >             estimate of latency than actual measurements (assuming
> > >             that the timer resolution is adequate).  A "better" way to
> > >             measure latency is to perform addition DIRECT measurements,
> > >             repetitions or otherwise, and hence decrease the statistical
> > >             error.  The fitting as used in the COMMS programs SPREADS
> > >             error.  It does not reduce error and hence it is not a
> > >             good technique for measuring such an important parameter
> > >             as latency.
> > >
> > >        B. Do not test zero length messages.  Though valid, zero length
> > >           messages are likely to take special paths through library
> > >           routines.  This special case is not particularly interesting or
> > >           important.
> > >           1. In practice, the most common and important message size is 64
> > >              bits (one word).  The time for this message is the starting
> > >              point for bandwidth characterization.
> > >
> > >        D. Record all times and use statistics to characterize the message
> > >           passing time.  That is, do not prime or warm up caches
> > >           or buffers.  Timings for unprimed caches and buffers give
> > >           interesting and important bounds.  These timings are also the
> > >           nearest to typical usage.
> > >           1. Characterize message rates by a minimum, maximum, average
> > >              and standard deviation.
> > >
> > >        E. Test inhomogeneity of the communication network.  The basic
> > >           message test should be performed for all pairs of PEs.
> > >
> > >
> > >    II. Contention.
> > >
> > >        A. Measure network contention relative to all PEs sending and/or
> > >           receiving messages.
> > >
> > >        B. Do not use high level routines where the algorithm is not known.
> > >           1. With high level algorithms, we cannot deduce which component
> > >              of the timing is attributable to the "operation count"
> > >              and which is attributable to the actual system (hardware)
> > >              performance.
> > >
> > >
> > >   III. Barrier.
> > >
> > >        A. Simple test of barrier time for all numbers of processors.
> > >
> > >
> > >
> > >
> > > Additionally, the suite should be easy to use.  C and Fortran programs
> > > for direct measurements of message passing times are short and simple.
> > > These simple tests are of order 100 lines of code and, at least in
> > > Fortran 90, can be written in a portable and reliable manner.
> > >
> > > The current Parkbench low level suite does not satisfy the above
> > > requirements.  It is inaccurate, as pointed out by previous letters, and
> > > uses questionable techniques and methodologies.  It is also difficult to
> > > use, witness the proliferation of files, patches, directories, libraries
> > > and the complexity and size of the Makefiles.
> > >
> > > This Low Level suite is a burden for those who are expecting a tool to
> > > evaluate and investigate computer performance.  The suite is becoming
> > > a liability for our group.  As such, it should be withdrawn from
> > > distribution.
> > >
> > > I offer to write, test and submit a new set of programs which satisfy
> > > most of the above requirements.
> > >
> > >
> > > Charles Grassl
> > > SGI/Cray Research
> > > Eagan, Minnesota  USA
> > >
> >
> > ---------------End of Original Message-----------------
> >
> > -------------------------------------
> > CSM, University of Portsmouth, Hants, UK
> > Tel: +44 1705 844285    Fax: +44 1705 844006
> > E-mail: mab@sis.port.ac.uk
> > Date: 01/26/98 - Time: 10:14:38
> > URL http://www.sis.port.ac.uk/~mab/
> > -------------------------------------
> 
> 
> 
> 

---------------End of Original Message-----------------

-------------------------------------
CSM, University of Portsmouth, Hants, UK
Tel: +44 1705 844285	Fax: +44 1705 844006
E-mail: mab@sis.port.ac.uk
Date: 01/26/98 - Time: 17:23:08
URL http://www.sis.port.ac.uk/~mab/
-------------------------------------


From owner-parkbench-comm@CS.UTK.EDU Mon Jan 26 14:08:38 1998
Return-Path: <owner-parkbench-comm@CS.UTK.EDU>
Received: from CS.UTK.EDU by netlib2.cs.utk.edu with ESMTP (cf v2.9t-netlib)
	id OAA11289; Mon, 26 Jan 1998 14:08:37 -0500
Received: from localhost (root@localhost) 
        by CS.UTK.EDU with SMTP (cf v2.9s-UTK)
	id NAA02837; Mon, 26 Jan 1998 13:52:54 -0500 (EST)
Received: from haven.EPM.ORNL.GOV (haven.epm.ornl.gov [134.167.12.69]) 
        by CS.UTK.EDU with ESMTP (cf v2.9s-UTK)
	id NAA02817; Mon, 26 Jan 1998 13:52:50 -0500 (EST)
Received: (from worley@localhost) by haven.EPM.ORNL.GOV (8.8.3/8.8.3) id NAA11755; Mon, 26 Jan 1998 13:52:49 -0500 (EST)
Date: Mon, 26 Jan 1998 13:52:49 -0500 (EST)
From: Pat Worley <worley@haven.EPM.ORNL.GOV>
Message-Id: <199801261852.NAA11755@haven.EPM.ORNL.GOV>
To: parkbench-comm@CS.UTK.EDU
Subject: Re: Fw: Re: Low Level Benchmarks 
In-Reply-To: Mail from 'Mark Baker  <mab@sis.port.ac.uk>'
      dated: Mon, 26 Jan 98 17:23:08 GMT
Cc: worley@haven.EPM.ORNL.GOV

(From Charles Grassl)

> Last year we agreed (via email exchanges) that the Parkbench Low Level
> benchmark suite is not intended to be an -MPI- -test- suite.  There was a
> consensus that we intended to measure low level performance, not algorithm
> design or implementation. 

(From Bodo Parady via Mark Baker)

> The fear is that given the limitations of MPI/PVM, and to some degree
> of C and Fortran that accurate measures of these quantities may
> not be practical.
> 

I have a problem with attempting to determine low level communication
performance parameters independent of the communication library when it

a) is such a difficult task (I doubt that any portable program will be
   "accurate enough" across all the interesting platforms.) 

b) does not reflect what users would see in practice (since they will be
   using MPI or PVM in C or Fortran).

Am I missing something? The primary utility (for me) of the low level
benchmarks is to help explain the performance observed in the Parkbench
kernels and compact applications, or in my own codes. What level of accuracy
is required for such an application? Are more accurate or detailed
measurements useful or doable? 

Upon reflection, such low(er) level performance data would be useful to the
developer of a communication library, to help evaluate its performance, but
that appears to require system-specific measurements (and system-specific
interpretation). Is this really something we want to attempt?

Pat Worley










From owner-parkbench-comm@CS.UTK.EDU Thu Jan 29 16:29:33 1998
Return-Path: <owner-parkbench-comm@CS.UTK.EDU>
Received: from CS.UTK.EDU by netlib2.cs.utk.edu with ESMTP (cf v2.9t-netlib)
	id QAA19023; Thu, 29 Jan 1998 16:29:33 -0500
Received: from localhost (root@localhost) 
        by CS.UTK.EDU with SMTP (cf v2.9s-UTK)
	id QAA09768; Thu, 29 Jan 1998 16:18:48 -0500 (EST)
Received: from haven.EPM.ORNL.GOV (haven.epm.ornl.gov [134.167.12.69]) 
        by CS.UTK.EDU with ESMTP (cf v2.9s-UTK)
	id QAA09756; Thu, 29 Jan 1998 16:18:45 -0500 (EST)
Received: (from worley@localhost) by haven.EPM.ORNL.GOV (8.8.3/8.8.3) id QAA01325; Thu, 29 Jan 1998 16:18:43 -0500 (EST)
Date: Thu, 29 Jan 1998 16:18:43 -0500 (EST)
From: Pat Worley <worley@haven.EPM.ORNL.GOV>
Message-Id: <199801292118.QAA01325@haven.EPM.ORNL.GOV>
To: parkbench-comm@CS.UTK.EDU
Subject: Re: Fw: Re: Low Level Benchmarks 
In-Reply-To: Mail from 'Mark Baker  <mab@sis.port.ac.uk>'
      dated: Mon, 26 Jan 98 17:23:08 GMT
Cc: worley@haven.EPM.ORNL.GOV

In a private exchange, Charles Grassl made a comment that he may come to
regret: 

" We need more input, such as yours, as to what are the important parameters
  and what accuracy is needed. "

so here are some random comments. 

I have been organizing my own performance data over the last couple of weeks.
I never paid too much attention to the detailed output of my own ping-ping
and ping-pong tests because it was not the end product of the research. It
has been enlightening to look at it now. The entry point is

  http://www.epm.ornl.gov/~worley/studies/pt2pt.html

I tried a couple of different fitting techniques, but decided that fits told
me nothing that I was interested in. What I have found mildly interesting is
to measure statistics of the data, and try to build a performance model using
those. The difference is that the interpretation and value of the statistics 
(maximum observed bandwidth, time to send 0 length message, etc.)
are not functions of any model error. The problem with fitting the data is
that, no matter how often I tell myself that it is simply a compact
representation of the data, I keep wanting to use assign meaning to the model
parameters and use them in interplatform comparisons. 

In summary, I have changed my mind. I no longer support even simple fits
to the data unless well-defined statistical measures of the data are also
included (and emphasized).

Pat Worley




From owner-parkbench-comm@CS.UTK.EDU Mon Feb  9 05:05:12 1998
Return-Path: <owner-parkbench-comm@CS.UTK.EDU>
Received: from CS.UTK.EDU by netlib2.cs.utk.edu with ESMTP (cf v2.9t-netlib)
	id FAA29859; Mon, 9 Feb 1998 05:05:11 -0500
Received: from localhost (root@localhost) 
        by CS.UTK.EDU with SMTP (cf v2.9s-UTK)
	id EAA10483; Mon, 9 Feb 1998 04:57:14 -0500 (EST)
Received: from gatekeeper.pallas.de (gatekeeper.pallas.de [194.45.33.1]) 
        by CS.UTK.EDU with SMTP (cf v2.9s-UTK)
	id EAA10476; Mon, 9 Feb 1998 04:57:07 -0500 (EST)
Received: from mailhost.pallas.de (gatekeeper [194.45.33.1])
	by gatekeeper.pallas.de (SMI-8.6/SMI-SVR4) with SMTP id KAA18803;
	Mon, 9 Feb 1998 10:50:10 +0100
Received: from schubert.pallas.de by mailhost.pallas.de (SMI-8.6/SMI-SVR4)
	id KAA03909; Mon, 9 Feb 1998 10:50:07 +0100
Received: from localhost by schubert.pallas.de (SMI-8.6/SMI-SVR4)
	id KAA11268; Mon, 9 Feb 1998 10:46:57 +0100
Date: Mon, 9 Feb 1998 10:46:45 +0100 (MET)
From: Hans Plum <hans@pallas.de>
X-Sender: hans@schubert
Reply-To: Hans Plum <hans@pallas.de>
To: cmg@cray.com, mab@sis.port.ac.uk, parkbench-comm@CS.UTK.EDU
cc: snelling@fecit.co.uk
Subject: Re: Low Level Benchmarks  (fwd)
In-Reply-To: <Pine.SOL.3.95q.980127105513.4334A-100000@sun5>
Message-ID: <Pine.SOL.3.95q.980209103111.10381D-100000@schubert>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="MimeMultipartBoundary"

--MimeMultipartBoundary
Content-Type: TEXT/PLAIN; charset=US-ASCII

Hi,

I am the "PMB person" at PALLAS Gmbh. I have heard about your discussions. 
First note that there is a new version PMB1.2, see

http://www.pallas.de/pages/pmb.htm

Also look at the PMB1.2_doc.ps.gz where we try to give the reasoning for
all decisions made in PMB. We think nothing has been designed sloppy ..

PMB has been developed from point of view of an application developer
which I am. Of course a single person's view is limited, but for myself
the information given by PMB provides a solid base for algorithmic
estimates and decisions. That exactly what we wanted: Something EASY 
(and not COMPLETE) that covers may be 80% of the realistic situations.

-------------------------------------------------------------   ---/---
Dr Hans-Joachim Plum        phone      : +49-2232-1896-0          / /
PALLAS GmbH                 direct line: +49-2232-1896-18        / / /
Hermuelheimer Strasse 10    fax        : +49-2232-1896-29       / / / /
D-50321 Bruehl              email      : plum@pallas.de          / / /  
Germany                     URL        : http://www.pallas.de     / / PALLAS
-------------------------------------------------------------   ---/---


--MimeMultipartBoundary--

From owner-parkbench-comm@CS.UTK.EDU Wed Apr 22 07:43:42 1998
Return-Path: <owner-parkbench-comm@CS.UTK.EDU>
Received: from CS.UTK.EDU by netlib2.cs.utk.edu with ESMTP (cf v2.9t-netlib)
	id HAA03238; Wed, 22 Apr 1998 07:43:41 -0400
Received: from localhost (root@localhost) 
        by CS.UTK.EDU with SMTP (cf v2.9s-UTK)
	id HAA03111; Wed, 22 Apr 1998 07:05:23 -0400 (EDT)
Received: from post.mail.demon.net (post-10.mail.demon.net [194.217.242.39]) 
        by CS.UTK.EDU with SMTP (cf v2.9s-UTK)
	id HAA03104; Wed, 22 Apr 1998 07:05:21 -0400 (EDT)
Received: from minnow.demon.co.uk ([158.152.73.63]) by post.mail.demon.net
           id aa1028865; 22 Apr 98 11:00 GMT
Message-ID: <XmM5ECAn2cP1EwUB@minnow.demon.co.uk>
Date: Wed, 22 Apr 1998 11:59:51 +0100
To: parkbench-comm@CS.UTK.EDU
From: Roger Hockney <roger@minnow.demon.co.uk>
Subject: Announcing PICT2.1 - Now fully Operational
MIME-Version: 1.0
X-Mailer: Turnpike Version 3.03a <kRL7V2isFfDmnKSZb08I5Tyfx$>


To: the Parkbench discussion group

From: Roger

                   ANNOUNCING PICT 2.1 (1 Mar 1998)
                   --------------------------------

I am pleased to announce the first fully-functional version of the 
Parkbench Interactive Curve-Fitting Tool (PICT).

Provision is made for a wide range of screen sizes in pixels by
allowing the user to make a suitable choice in the opening HTML page.

All buttons now work. In particular Jack can have his least-squares 
fitting of the 2-parameters direct from the tool, and this can be 
performed over partial ranges of the data as required. The same 
applies to the Three-point fitting procedure to obtain the 
3-parameter fits.

There is also a nice "Temperature Gauge" feature that helps you 
minimise the error during manual fitting.

The results of these fits can be assembled in a results file and 
annotated using the SAVE buttons. Under MSIE I find I am able to 
store these results in my local disk file system using SAVE as ...

^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

The methodology of the 2-parameter curve fitting is given in detail 
in my book "The Science of Computer Benchmarking", see: 

              http://www.siam.org/catalog/mcc07/hockney.htm 

The 3-parameter fit was described quite fully in my talk to the 
11 Sep 1997 Parkbench meeting. I have finally written this up with 
pretty pictures for the PEMCS Web Journal. Look at:

    http://hpc-journals.ecs.soton.ac.uk/Workshops/PEMCS/fall-97/
           talks/Roger-Hockney/perfprof1.html

To try out PICT 2.1 please first try my own Demon Web space which 
has a counter from which I can judge usage: 

       http://www.minnow.demon.co.uk/pict/source/pict2a.html

If this gives problems, it is also mounted on the University of 
Westminster server:

   http://perun.hscs.wmin.ac.uk/LocalInfo/pict/source/pict2a.html

We expect soon to make it available on the Southampton server.

^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

PICT 2.1 has been tested by a small number of friends. Most 
problems and frustrations arise from either slowness of the 
server or of the users' computer.

If download from Demon is slow or appears to hang, try the other
server or try Demon later. Please do not conclude the applet is 
broken. I am confident it is not. A 10 to 20 second wait is 
normal when bringing up the requested graphical window/frame 
even on a good day.

Once the graphical window is on your computer and the applet is 
running, the speed is determined by the speed of your computer.

You may even disconnect from the Web at this stage and continue 
curve fitting with the applet with the data displayed. If you 
want new data, you must, of course, reconnect to the Web and 
use the GET DATA at URL button.

Experience shows that the PICT applet will not respond 
satisfactorily on a computer with slower than a 100 MHz clock. 
This is because a lot of complex calculations must be performed 
as you drag the curves around the data. MSIE seems to work
noticeably faster than Netscape on my Win95 PC. There is no
cure for this except to use a faster computer. But again
please do not think the applet is brocken.

Please report experiences good or bad to:

              roger@minnow.demon.co.uk

Constructive suggestions for improvement are also welcome. 
-- 
Roger Hockney.  Checkout my new Web page at URL   http://www.minnow.demon.co.uk

From owner-parkbench-comm@CS.UTK.EDU Sun Jun 21 10:02:47 1998
Return-Path: <owner-parkbench-comm@CS.UTK.EDU>
Received: from CS.UTK.EDU by netlib2.cs.utk.edu with ESMTP (cf v2.9t-netlib)
	id KAA22167; Sun, 21 Jun 1998 10:02:47 -0400
Received: from localhost (root@localhost) 
        by CS.UTK.EDU with SMTP (cf v2.9s-UTK)
	id JAA06272; Sun, 21 Jun 1998 09:47:56 -0400 (EDT)
Received: from osiris.sis.port.ac.uk (root@osiris.sis.port.ac.uk [148.197.100.10]) 
        by CS.UTK.EDU with SMTP (cf v2.9s-UTK)
	id JAA06265; Sun, 21 Jun 1998 09:47:54 -0400 (EDT)
Received: from mordillo (p4.nas1.is5.u-net.net) by osiris.sis.port.ac.uk (4.1/SMI-4.1)
	id AA17767; Sun, 21 Jun 98 14:50:05 BST
Date: Sun, 21 Jun 98 14:43:42 +0000
From: Mark Baker  <mab@sis.port.ac.uk>
Subject: New PEMCS papers
To: parkbench-comm@CS.UTK.EDU
X-Mailer: Chameleon ATX 6.0.1, Standards Based IntraNet Solutions, NetManage Inc.
X-Priority: 3 (Normal)
Message-Id: <Chameleon.898436744.mab@mordillo>
Mime-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII

Dear All,

Two new papers have just been published by the PEMCS journal...

3.Comparing The Performance of MPI on the Cray T3E-900, The Cray
  Origin2000 And The IBM P2SC, by Glenn R. Luecke and James J. Coyle 
  Iowa State University, Ames, Iowa 50011-2251, USA. 
4.EuroBen Experiences with the SGI Origin 2000 and the Cray T3E, by
  A.J. van der Steen, Computational Physics, Utrecht University,
  Holland* 

See http://hpc-journals.ecs.soton.ac.uk/PEMCS/Papers/

Regards

Mark

-------------------------------------
CSM, University of Portsmouth, Hants, UK
Tel: +44 1705 844285	Fax: +44 1705 844006
E-mail: mab@sis.port.ac.uk
Date: 06/21/98 - Time: 14:43:42
URL http://www.sis.port.ac.uk/~mab/
-------------------------------------


From owner-parkbench-comm@CS.UTK.EDU Fri Sep 11 12:05:18 1998
Return-Path: <owner-parkbench-comm@CS.UTK.EDU>
Received: from CS.UTK.EDU by netlib2.cs.utk.edu with ESMTP (cf v2.9t-netlib)
	id MAA19578; Fri, 11 Sep 1998 12:05:18 -0400
Received: from localhost (root@localhost) 
        by CS.UTK.EDU with SMTP (cf v2.9s-UTK)
	id LAA20703; Fri, 11 Sep 1998 11:54:29 -0400 (EDT)
Received: from osiris.sis.port.ac.uk (root@osiris.sis.port.ac.uk [148.197.100.10]) 
        by CS.UTK.EDU with SMTP (cf v2.9s-UTK)
	id LAA20636; Fri, 11 Sep 1998 11:53:20 -0400 (EDT)
Received: from mordillo (p36.nas1.is5.u-net.net) by osiris.sis.port.ac.uk (4.1/SMI-4.1)
	id AA11111; Fri, 11 Sep 98 16:48:17 BST
Date: Fri, 11 Sep 98 14:38:08 +0000
From: Mark Baker  <mab@sis.port.ac.uk>
Subject: CPE - Call for papers - Message Passing Interface-based Parallel Programming with Java
To: javagrandeforum@npac.syr.edu,
        "'mpi-nt-users@erc.msstate.edu'"  <mpi-nt-users@ERC.MsState.EDU>,
        "Dr. Kenneth A. Williams"  <williams@ncat.edu>,
        "Stephen L. Scott"  <sscott@msr.epm.ornl.gov>,
        "Aad J. van der Steen"  <steen@fys.ruu.nl>,
        Advanced Java  <advanced-java@xcf.berkeley.edu>,
        Alexander Reinefeld  <ar@uni-paderborn.de>,
        Andy Grant  <andyg@manchester.sgi.com>,
        Anne Trefethen  <anne@nag.co.uk>, Bryan Capenter  <dbc@npac.syr.edu>,
        Charles Grassl  <cmg@cray.com>, Dave Beckett  <D.J.Beckett@ukc.ac.uk>,
        David Snelling  <snelling@fecit.co.uk>,
        DIS Everyone  <dis-all@sis.port.ac.uk>, fagg@CS.UTK.EDU,
        gentzsch@genias.de, Guy Robinson  <robinson@arsc.edu>,
        Hon W Yau  <hwyau@epcc.ed.ac.uk>, hpvm@cs.uiuc.edu,
        Jack Dongarra  <dongarra@CS.UTK.EDU>, java-for-cse@npac.syr.edu,
        Joao Gabriel Silva  <jgabriel@dei.uc.pt>,
        jtap-club-clusters@mailbase.ac.uk,
        Ken Hawick  <khawick@cs.adelaide.edu.au>,
        Mike Berry  <berry@CS.UTK.EDU>, mpijava-users@npac.syr.edu,
        owner-grounds@mail.software.ibm.com, parkbench-comm@CS.UTK.EDU,
        partners@globus.org, Paul Messina  <messina@cacr.caltech.edu>,
        Roland Wismueller  <wismuell@informatik.tu-muenchen.de>,
        Steve Larkin - AVS  <stevel@avsuk.com>,
        Terri Canzian  <kea@cacr.caltech.edu>,
        Tony Hey  <ajgh@ecs.soton.ac.uk>, topic@mcc.ac.uk,
        Vaidy Sunderam  <vss@mathcs.emory.edu>,
        Vladimir Getov  <vsg@ecs.soto.ac.uk>,
        William Gropp  <gropp@mcs.anl.gov>
X-Mailer: Chameleon ATX 6.0.1, Standards Based IntraNet Solutions, NetManage Inc.
X-Priority: 3 (Normal)
Message-Id: <Chameleon.905526764.mab@mordillo>
Mime-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII

Dear Colleague,,

Firstly, I apologise for any cross-posting of this email.

If this CFP is not in your field we would appreciate you forwarding it
to your colleagues who may be in the field.

This CFP can be found at http://hpc-journals.ecs.soton.ac.uk/CPE/Special/MPI-Java/

Regards

Dr Mark Baker
University of Portsmouth, UK

----------------------------------------------------------------------------
Call For Papers

Special Issue of Concurrency: Practice and Experience

Message Passing Interface-based Parallel Programming with Java

Guest Editors
Anthony Skjellum (MPI Software Technology, Inc.)
Mark Baker (University of Portsmouth)

A special issue of Concurrency: Practice and Experience (CPE) is being
planned for Fall of  1999. Papers submitted and accepted for this issue
will be published by John Wiley & Sons  Ltd. in the CPE Journal and in
addition will be made available electronically via the WWW. 

Background 
  
Recently there has been a great deal of interest in the idea that Java
may be a good language  for scientific and engineering computation, and
in particular for parallel computing. The  claims made on behalf of
Java, that it is simple, efficient and platform-neutral - a natural 
language for network programming - make it potentially attractive to
scientific programmers  hoping to harness the collective computational
power of networks of workstations and PCs,  or even of the Internet. 

A basic prerequisite for parallel programming is a good communication
API. Java comes with  various ready-made packages for communication,
notably an easy-to-use interface to BSD  sockets, and the Remote Method
Invocation (RMI) mechanism. Interesting as these  interfaces are, it is
questionable whether parallel programmers will find them especially 
convenient. Sockets and remote procedure calls have been around for
about as long as  parallel computing has been fashionable, and neither
of them has been popular in that field.  Both communication models are
optimized for client-server programming, whereas the  parallel computing
world is mainly concerned with "symmetric" communication, occurring in 
groups of interacting peers. 

This symmetric model of communication is captured in the successful
Message Passing  Interface standard (MPI), established a few years ago.
MPI directly supports the Single  Program Multiple Data (SPMD) model of
parallel computing, wherein a group of processes  cooperate by executing
identical program images on local data values. Reliable point-to-point 
communication is provided through a shared, group-wide communicator,
instead of socket  pairs. MPI allows numerous blocking, non-blocking,
buffered or synchronous communication  modes. It also provides a library
of true collective operations (broadcast is the most trivial  example).
An extended standard, MPI 2, allows for dynamic process creation and
access to  memory in remote processes. 

Call For Papers 

This is a call for papers about the designs, experience, and results
concerning the use of the  Message Passing Interface (MPI) with Java are
sought for a special issue of Concurrency  Practice and Experience.
Development of clear understanding of the opportunities,  challenges,
and state-of-the-art in scalable, peer-oriented messaging with Java are
of interest  and value to both the distributed computing and high
performance computing communities. 

Topics of interest for this special issue include but are not limited to: 

-- Practical systems that use MPI and Java to solve real distributed
   high performance  computing problems. 
-- Designs of systems for combining MPI-type functionality with Java. 
-- Approaches to APIs for object-oriented, group-oriented message passing with Java. 
-- Efforts to combine MPI with CORBA in a Java environment. 
-- Efforts to utilize aspects of the emerging MPI/RT standard are also
   of interest in the  Java context. 
-- Efforts to do MPI interoperability (IMPI) using Java. 
-- Issues and both tactical and strategic solutions concerning MPI-1 and
   MPI-2 standard  and features in conjunction with Java. 
-- Performance results and performance-enhancing techniques for such systems. 
-- Flexible frameworks and techniques for enabling High-Performance
   communication in Java

Timescales for Submission

There is a deadline of  15th December 1998 for submitted papers. Publication is currently 
scheduled for the third quarter of 1999. 
  
Activity 		Deadline
Call For Papers 	1st September 1998
Paper Submission	15th December 1998
Papers Returned		15th March 1999
Papers Approved		1st April 1999
Publication		Q3 1999

Further details about this special issue can be found at:

http://hpc-journals.ecs.soton.ac.uk/CPE/Special/MPI-Java/

----------------------------------------------------------------------------


-------------------------------------
Dr Mark baker
CSM, University of Portsmouth, Hants, UK
Tel: +44 1705 844285	Fax: +44 1705 844006
E-mail: mab@sis.port.ac.uk
Date: 09/11/98 - Time: 14:38:08
URL http://www.dcs.port.ac.uk/~mab/
-------------------------------------


From owner-parkbench-comm@CS.UTK.EDU Tue Sep 15 22:24:43 1998
Return-Path: <owner-parkbench-comm@CS.UTK.EDU>
Received: from CS.UTK.EDU by netlib2.cs.utk.edu with ESMTP (cf v2.9t-netlib)
	id WAA13441; Tue, 15 Sep 1998 22:24:43 -0400
Received: from localhost (root@localhost) 
        by CS.UTK.EDU with SMTP (cf v2.9s-UTK)
	id WAA25353; Tue, 15 Sep 1998 22:23:26 -0400 (EDT)
Received: from octane11.nas.nasa.gov (octane11.nas.nasa.gov [129.99.34.116]) 
        by CS.UTK.EDU with ESMTP (cf v2.9s-UTK)
	id WAA25343; Tue, 15 Sep 1998 22:23:08 -0400 (EDT)
Received: (from saini@localhost)
	by octane11.nas.nasa.gov (8.8.7/NAS8.8.7) id TAA24915;
	Tue, 15 Sep 1998 19:17:45 -0700 (PDT)
From: "Subhash Saini" <saini@nas.nasa.gov>
Message-Id: <9809151917.ZM24910@octane11.nas.nasa.gov>
Date: Tue, 15 Sep 1998 19:17:44 -0700
In-Reply-To: Mark Baker  <mab@sis.port.ac.uk>
        "CPE - Call for papers - Message Passing Interface-based Parallel Programming with Java" (Sep 11,  2:38pm)
References: <Chameleon.905526764.mab@mordillo>
X-Mailer: Z-Mail (3.2.3 08feb96 MediaMail)
To: "'mpi-nt-users@erc.msstate.edu'"  <mpi-nt-users@ERC.MsState.EDU>,
        "Aad J. van der Steen"  <steen@fys.ruu.nl>,
        "Dr. Kenneth A. Williams"  <williams@ncat.edu>,
        "Stephen L. Scott"  <sscott@msr.epm.ornl.gov>,
        Advanced Java  <advanced-java@xcf.berkeley.edu>,
        Alexander Reinefeld  <ar@uni-paderborn.de>,
        Andy Grant  <andyg@manchester.sgi.com>,
        Anne Trefethen  <anne@nag.co.uk>, Bryan Capenter  <dbc@npac.syr.edu>,
        Charles Grassl  <cmg@cray.com>, DIS Everyone  <dis-all@sis.port.ac.uk>,
        Dave Beckett  <D.J.Beckett@ukc.ac.uk>,
        David Snelling  <snelling@fecit.co.uk>,
        Guy Robinson  <robinson@arsc.edu>, Hon W Yau  <hwyau@epcc.ed.ac.uk>,
        Jack Dongarra  <dongarra@CS.UTK.EDU>,
        Joao Gabriel Silva  <jgabriel@dei.uc.pt>,
        Ken Hawick  <khawick@cs.adelaide.edu.au>,
        Mark Baker  <mab@sis.port.ac.uk>, Mike Berry  <berry@CS.UTK.EDU>,
        Paul Messina  <messina@cacr.caltech.edu>,
        Roland Wismueller  <wismuell@informatik.tu-muenchen.de>,
        Steve Larkin - AVS  <stevel@avsuk.com>,
        Terri Canzian  <kea@cacr.caltech.edu>,
        Tony Hey  <ajgh@ecs.soton.ac.uk>,
        Vaidy Sunderam  <vss@mathcs.emory.edu>,
        Vladimir Getov  <vsg@ecs.soto.ac.uk>,
        William Gropp  <gropp@mcs.anl.gov>, fagg@CS.UTK.EDU,
        gentzsch@genias.de, hpvm@cs.uiuc.edu, java-for-cse@npac.syr.edu,
        javagrandeforum@npac.syr.edu, jtap-club-clusters@mailbase.ac.uk,
        mpijava-users@npac.syr.edu, owner-grounds@mail.software.ibm.com,
        parkbench-comm@CS.UTK.EDU, partners@globus.org, topic@mcc.ac.uk
Subject: AD _ Workshop 
Cc: mab@sis.port.ac.uk, saini@octane11.nas.nasa.gov
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii

You are invited to attend the workshop (see below).

Best regards, subhash

==============================================================================

                           ***** REGISTER NOW *****

                         *** NO REGISTRATION FEE ***

              **** Last Day to Register is Sept. 23, 1998 ****



     "First NASA Workshop on Performance-Engineered Information Systems"
      -----------------------------------------------------------------

			     Sponsored by

               Numerical Aerospace Simulation Systems Division
                         NASA Ames Research Center
                      Moffett Field, California, USA

			  September 28-29, 1998

                   Workshop Chairman: Dr. Subhash Saini

                http://science.nas.nasa.gov/Services/Training

Invited  Speakers:
------------------
Adve, Vikram (Rice University)
Aida, K. (Tokyo Institute of Technology, JAPAN)
Bagrodia, Rajive (University of California, Los Angeles)
Becker, Monique (Institute Nationale des Tele. FRANCE)
Berman, Francine (University of California, San Diego)
Browne, James C. (University of Texas)
Darema, Frederica (U.S. National Science Foundation-CISE)
Dongarra, Jack (Oak Ridge National Laboratory)
Feiereisen, Bill (NASA Ames Research Center)
Fox, Geoffrey (Syracuse University)
Gannon, Dennis (Indiana University)
Gerasoulis, Apostolos (Rutgers University)
Gunther, Neil J. (Performance Dynamics Company)
Hey, Tony (University of Southampton UK)
Hollingsworth, Jeff (University of Maryland)
Jain, Raj (Ohio State University)
Keahy, Kate (Los Alamos National Laboratory)
Mackenzie, Lewis M. (University of Glasgow, Scotland UK)
McCalpin, John (Silicon Graphics)
Menasce, Daniel A. (George Mason University)
Nudd, Graham (University of Warwick UK)
Reed, Dan (University of Illinois)
Saltz, Joel (University of Maryland)
Simmons, Margaret (San Diego Supercomputer Center)
Vernon, Mary (University of Wisconsin)

Topics include:
--------------

  - Performance-by-design techniques for high-performance distributed
    information systems
  - Large transients in packet-switched and circuit-switched networks
  - Workload characterization techniques
  - Integrated performance measurement, analysis, and prediction
  - Performance measurement and modeling in IPG
  - Performance models for threads and distributed objects
  - Application emulators and simulation models
  - Performance prediction engineering of Information Systems including IPG
  - Performance characterization of scientific and engineering applications
    of interest to NASA, DoE, DoD, and industry
  - Scheduling tools for performance prediction of parallel programs
  - Multi-resolution simulations for large-scale I/O-intensive applications
  - Capacity planning for Web performance: metrics, models, and methods


Contact: Marcia Redmond, redmond@nas.nasa.gov, (650) 604-4373

Registration: Advanced registration is required.

Registration Fee: NONE.

Registration Deadlines: Friday, September 23, 1998

There will be no onsite registration.

Contact: Send registration information and direct questions to
	 Marcia Redmond, redmond@nas.nasa.gov, (650) 604-4373.

DESCRIPTION:

The basic goal of performance modeling is to predict and understand the
performance of a computer program or set of programs on a computer
system. The applications of performance modeling are numerous,
including evaluation of algorithms, optimization of code
implementations, parallel library development, comparison of system
architectures, parallel system design, and procurement of new systems.
The most reliable technique for determining the performance of a
program on a computer system is to run and time the program multiple
times, but this can be very expensive and it rarely leads to any deep
understanding of the performance issues. It also does not provide
information on how performance will change under different
circumstances, for example with scaling the problem or system
parameters or porting to a different machine. The complexity of new
parallel supercomputer systems presents a daunting challenge to the
application scientists who must understand the system's behavior to
achieve a reasonable fraction of the peak performance. The NAS Parallel
Benchmarks (NPB) have exposed a large difference between peak and
achievable performance. Such a dismal performance is not surprising,
considering the complexity of these parallel distributed memory
systems.  At present, performance modeling, measurement, and analysis
tools are inadequate for distributed/networked systems such as
Information Power Grid (IPG). The purpose of performance-based
engineering is to develop new methods and tools that will enable
development of these information systems faster, better and cheaper.

================================================================================
                             Registration

     "First NASA Workshop on Performance-Engineered Information Systems"

Send the following information to redmond@nas.nasa.gov

Name _____________________________________________

Organization _____________________________________

Street Address ___________________________________

City ____________________ State __________________

Zip/Mail Code ___________ Country ________________

Phone ___________________ Fax ____________________

Email address ____________________________________

U.S. Citizen __________ Permanent Resident with Green Card ________

*******************************************************************************

Foreign National ________

(non-U.S. Citizen). Must complete the following information:

Passport number ______________________

Name as it appears on passport _______________________________________

Date issued _____________

Date expires _________________

Country of citizenship____________________________



From owner-parkbench-lowlevel@CS.UTK.EDU Wed Oct 21 02:28:56 1998
Return-Path: <owner-parkbench-lowlevel@CS.UTK.EDU>
Received: from CS.UTK.EDU by netlib2.cs.utk.edu with ESMTP (cf v2.9t-netlib)
	id CAA13270; Wed, 21 Oct 1998 02:28:55 -0400
Received: from localhost (root@localhost) 
        by CS.UTK.EDU with SMTP (cf v2.9s-UTK)
	id CAA23157; Wed, 21 Oct 1998 02:24:45 -0400 (EDT)
Received: from mail2.one.net (mail2.one.net [206.112.192.100]) 
        by CS.UTK.EDU with ESMTP (cf v2.9s-UTK)
	id CAA23150; Wed, 21 Oct 1998 02:24:43 -0400 (EDT)
Received: from port-29-44.access.one.net ([206.112.210.106] HELO aol.com ident: IDENT-NOT-QUERIED [port 22788]) by mail2.one.net with SMTP id <17237-27384>; Wed, 21 Oct 1998 02:10:48 -0400
From: Online@nj.com
To: Online@nj.com
Subject:  Advertise with Bulk Email!
Message-Id: <19981021061048Z17237-27384+1398@mail2.one.net>
Date: 	Wed, 21 Oct 1998 02:10:42 -0400

___________________________________________________________

Anouncing a Bulk Friendly Isp!

We Bulk Email!
 Are you tired of getting kicked offline for Bulk Emailing?
Well now you can bulk email without getting kicked offline. Call Online Direct a Bulk Friendly ISP.
513 874 7437

For only 125$  a month plus a 50$ setup fee we will send out 35,000 emails a week for you.
Plus provide you with a bullet proof pop 3 email acount so you can recieve all of your mail.
Ask About our special offers up to 100,000 emails per day!
 Any type of bulk adversting! We Do it Right!
Advertise Smart  Bulk Email Today!
Call Online Direct at 513 874 7437
We can also Provide bullet pop 3 email acounts!
CALL TODAY!

513 874 7437

if you wish to be removed from this list please type remove in reply box


From owner-parkbench-comm@CS.UTK.EDU Sun Oct 25 12:41:55 1998
Return-Path: <owner-parkbench-comm@CS.UTK.EDU>
Received: from CS.UTK.EDU by netlib2.cs.utk.edu with ESMTP (cf v2.9t-netlib)
	id MAA29754; Sun, 25 Oct 1998 12:41:54 -0500
Received: from localhost (root@localhost) 
        by CS.UTK.EDU with SMTP (cf v2.9s-UTK)
	id MAA29327; Sun, 25 Oct 1998 12:36:00 -0500 (EST)
Received: from pan.ch.intel.com (pan.ch.intel.com [143.182.246.24]) 
        by CS.UTK.EDU with ESMTP (cf v2.9s-UTK)
	id MAA29319; Sun, 25 Oct 1998 12:35:58 -0500 (EST)
Received: from sedona.intel.com (sedona.ch.intel.com [143.182.218.21])
	by pan.ch.intel.com (8.8.6/8.8.5) with ESMTP id RAA16591;
	Sun, 25 Oct 1998 17:35:56 GMT
Received: from ccm.intel.com ([143.182.69.127]) by sedona.intel.com (8.9.1a/8.9.1a-chandler01) with ESMTP id KAA27181; Sun, 25 Oct 1998 10:35:54 -0700 (MST)
Message-ID: <36336126.B26DEE2C@ccm.intel.com>
Date: Sun, 25 Oct 1998 10:34:30 -0700
From: Anjaneya Chagam <Anjaneya.Chagam@mail.intel.com>
X-Mailer: Mozilla 4.05 [en] (Win95; I)
MIME-Version: 1.0
To: parkbench-comm@CS.UTK.EDU, Anjaneya.Chagam@intel.com
Subject: Question on parkbench source code in c
X-Priority: 1 (Highest)
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

Hi:
    I am looking for packbench benchmarking programs source code in c
language to do benchmarking comparison on Chime and PVM on NT platform @
Arizona State University. Could you please let me know if the parkbench
programs are ported to c, if so where can I find them?

Thanks a million.

Name: Anjaneya R. Chagam
Email: Anjaneya.Chagam@intel.com


From owner-parkbench-comm@CS.UTK.EDU Mon Oct 26 06:36:26 1998
Return-Path: <owner-parkbench-comm@CS.UTK.EDU>
Received: from CS.UTK.EDU by netlib2.cs.utk.edu with ESMTP (cf v2.9t-netlib)
	id GAA11147; Mon, 26 Oct 1998 06:36:25 -0500
Received: from localhost (root@localhost) 
        by CS.UTK.EDU with SMTP (cf v2.9s-UTK)
	id GAA07390; Mon, 26 Oct 1998 06:27:13 -0500 (EST)
Received: from osiris.sis.port.ac.uk (root@osiris.sis.port.ac.uk [148.197.100.10]) 
        by CS.UTK.EDU with SMTP (cf v2.9s-UTK)
	id GAA07383; Mon, 26 Oct 1998 06:27:10 -0500 (EST)
Received: from mordillo (pc297.sis.port.ac.uk) by osiris.sis.port.ac.uk (4.1/SMI-4.1)
	id AA15115; Mon, 26 Oct 98 11:29:54 GMT
Date: Mon, 26 Oct 98 11:14:06 GMT
From: Mark Baker  <mab@sis.port.ac.uk>
Subject: Re: Question on parkbench source code in c 
To: Anjaneya.Chagam@intel.com, parkbench-comm@CS.UTK.EDU
X-Mailer: Chameleon ATX 6.0.1, Standards Based IntraNet Solutions, NetManage Inc.
X-Priority: 3 (Normal)
References: <36336126.B26DEE2C@ccm.intel.com> 
Message-Id: <Chameleon.909400696.mab@mordillo>
Mime-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII

Anjaneya,

The official Parkbench code are only  available in Fortran 77.

I rememer vaguely sometime back hearing about a graduate-students
attempt to "port" some of the low-level codes to C.

Charles Grassl (Cray) and I did a little work on some simple C
PingPong codes.

You can check-out these on...

http://www.sis.port.ac.uk/~mab/TOPIC/

Regards

Mark

--- On Sun, 25 Oct 1998 10:34:30 -0700  Anjaneya Chagam <Anjaneya.Chagam@mail.intel.com> 
wrote:
> Hi:
>     I am looking for packbench benchmarking programs source code in c
> language to do benchmarking comparison on Chime and PVM on NT platform @
> Arizona State University. Could you please let me know if the parkbench
> programs are ported to c, if so where can I find them?
> 
> Thanks a million.
> 
> Name: Anjaneya R. Chagam
> Email: Anjaneya.Chagam@intel.com
> 
> 

---------------End of Original Message-----------------

-------------------------------------
DCS, University of Portsmouth, Hants, UK
Tel: +44 1705 844285	Fax: +44 1705 844006
E-mail: mab@sis.port.ac.uk
Date: 10/26/98 - Time: 11:14:07
URL:  http://www.dcs.port.ac.uk/~mab/
-------------------------------------


From owner-parkbench-comm@CS.UTK.EDU Mon Nov 16 10:06:23 1998
Return-Path: <owner-parkbench-comm@CS.UTK.EDU>
Received: from CS.UTK.EDU by netlib2.cs.utk.edu with ESMTP (cf v2.9t-netlib)
	id KAA11375; Mon, 16 Nov 1998 10:06:23 -0500
Received: from localhost (root@localhost) 
        by CS.UTK.EDU with SMTP (cf v2.9s-UTK)
	id JAA08949; Mon, 16 Nov 1998 09:01:33 -0500 (EST)
Received: from del2.vsnl.net.in (del2.vsnl.net.in [202.54.15.30]) 
        by CS.UTK.EDU with ESMTP (cf v2.9s-UTK)
	id JAA08936; Mon, 16 Nov 1998 09:01:28 -0500 (EST)
Received: from sameer.myasa.com ([202.54.106.39])
	by del2.vsnl.net.in (8.9.1a/8.9.1) with SMTP id TAA13392
	for <parkbench-comm@cs.utk.edu>; Mon, 16 Nov 1998 19:30:37 -0500 (GMT)
From: "Kashmir Kessar Mart" <kkmartsgr@hotmail.com>
To: <parkbench-comm@CS.UTK.EDU>
Subject: Information
Date: Mon, 16 Nov 1998 19:30:48 +0530
Message-ID: <01be1169$838dd020$276a36ca@sameer.myasa.com>
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_006D_01BE1197.9D460C20"
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 4.71.1712.3
X-MimeOLE: Produced By Microsoft MimeOLE V4.71.1712.3

This is a multi-part message in MIME format.

------=_NextPart_000_006D_01BE1197.9D460C20
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

Dear Sir,=20
             I have seen your Web Site but could not understand what =
your company is.
Please let me know if you can provide me information regarding Walnut =
Kernels.

Regards
Azad.

------=_NextPart_000_006D_01BE1197.9D460C20
Content-Type: text/html;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD W3 HTML//EN">
<HTML>
<HEAD>

<META content=3Dtext/html;charset=3Diso-8859-1 =
http-equiv=3DContent-Type>
<META content=3D'"MSHTML 4.71.1712.3"' name=3DGENERATOR>
</HEAD>
<BODY bgColor=3D#fff8e0>
<DIV><FONT color=3D#000000 size=3D2>Dear Sir, </FONT></DIV>
<DIV><FONT color=3D#000000=20
size=3D2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs=
p;&nbsp;=20
I have seen your Web Site but could not understand what your company=20
is.</FONT></DIV>
<DIV><FONT color=3D#000000 size=3D2>Please let me know if you can =
provide me=20
information regarding Walnut Kernels.</FONT></DIV>
<DIV><FONT color=3D#000000 size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT color=3D#000000 size=3D2>Regards</FONT></DIV>
<DIV><FONT color=3D#000000 size=3D2>Azad.</FONT></DIV></BODY></HTML>

------=_NextPart_000_006D_01BE1197.9D460C20--


From owner-parkbench-comm@CS.UTK.EDU Fri Dec  4 15:44:53 1998
Return-Path: <owner-parkbench-comm@CS.UTK.EDU>
Received: from CS.UTK.EDU by netlib2.cs.utk.edu with ESMTP (cf v2.9t-netlib)
	id PAA21941; Fri, 4 Dec 1998 15:44:53 -0500
Received: from localhost (root@localhost) 
        by CS.UTK.EDU with SMTP (cf v2.9s-UTK)
	id PAA21231; Fri, 4 Dec 1998 15:18:56 -0500 (EST)
Received: from gimli.genias.de (qmailr@GIMLI.genias.de [192.129.37.12]) 
        by CS.UTK.EDU with SMTP (cf v2.9s-UTK)
	id PAA21223; Fri, 4 Dec 1998 15:18:51 -0500 (EST)
From: <info@genias.de>
Received: (qmail 14706 invoked by uid 233); 4 Dec 1998 20:14:46 -0000
Date: 4 Dec 1998 20:14:46 -0000
Message-ID: <19981204201446.14705.qmail@gimli.genias.de>
Reply-to: majordomo@genias.de
To: parkbench-comm@CS.UTK.EDU
Subject: Newsletter on Distributed and Parallel Computing

Dear Colleague,

as already announced a few weeks ago, this is now the very first issue of
our bi-monthly electronic Newsletter on Distributed and Parallel Computing,
DPC NEWS. 

!! If you want to receive DPC NEWS regularly, please just return this  !!
!! e-mail to majordomo@genias.de with                                  !!
!!                                                                     !!
!!  subscribe newsletter    or    subscribe newsletter <email address> !!
!!  end                           end                                  !!
!!                                                                     !!
!! in the first two lines of the email-body (text area).               !!

This newsletter is a FREE service to the DPC Distributed and Parallel
Computing community. It regularly informs on new developments and results
in DPC, e.g. conferences, important weblinks, new books and other relevant
news in distributed and parallel computing.

We also keep all the information in the special newsletter section of our
webpage ( http://www.genias.de/dpcnews/ ) to provide a wealth of infos for 
the DPC community.

If you have any information which might fit into these DPC subjects, please
send it to me together with the corresponding weblink, for publication in
DPC News. We aim to reach a very broad community with this DPC Newletter.

With  Season's Greetings from GENIAS
Wolfgang Gentzsch, CEO and President

=====================================================================
      DPC NEWSletter on Distributed and Parallel Computing
                GENIAS Software, December 1998
                ------------------------------
                http://www.genias.de/dpcnews/

GENIAS NEWS:

EASTMAN CHEMICAL USES CODINE FOR MOLECULAR MODELING
Eastman Chemical uses commercial quantum chemistry programs, like Gaussian,
Jaguar, and Cerius2, to model chemical products, intermediates, catalysts,
etc. The simulation jobs take between 1 hour and 6 days to complete. 
Queuing software is an important part of keeping the processors working at 
full utilization, without being overloaded. Since October, with the new
CODINE release 4.2, Eastman has maintained over 95% CPU utilization on 
the available systems:   http://www.genias.de/dpcnews/

BMW USES CODINE AND GRD FOR CRASH-SIMULATION
At the BMW crash department, very complex compute-intensive PAM-CRASH
simulations are performed on a cluster of 11 compute servers and more than
100 workstations, altogether over 370 CPUs. CODINE and GRD have optimized
the utilization of this big cluster by distributing the load equally,
dynamically and in an application oriented way, transparent to the 45
users:   http://www.genias.de/dpcnews/

GRD MANAGES ACADEMIC COMPUTER CENTER
http://www.genias.de/dpcnews/

QUEUING UP FOR GRD AT ARL ARMY RESEARCH LAB
http://www.genias.de/dpcnews/

GENIAS ADDS DYNAMIC RESOURCE & POLICY MGMT TO LINUX
http://www.genias.de/dpcnews/

GRD STOPPS FLOODING SYSTEM WITH MANY JOBS
http://www.genias.de/dpcnews/

PaTENT MPI ACCELERATES MARC K7.3 FE ANALYSIS CODE
http://www.genias.de/dpcnews/  +  http://www.marc.com/Techniques/


CONFERENCES on DPC, Dec'98 - March'99:

- Workshop on Performance Evaluation with Realistic Applications (sponsored
  by SPEC), San Jose, CA USA, Jan 25 1999:
  http://www.spec.org/news/specworkshop.html
- ACPC99, 4th Int. Conf. on Parallel Computation, ACPC Salzburg, Austria,
  February 16-18 1999: http://www.coma.sbg.ac.at/acpc99/index.html
- MPIDC'99, Message Passing Interface Developer's and User's Conference,
  Atlanta, Georgia USA, March 10-12 1999: http://www.mpidc.org
- 9th SIAM Conf. on Parallel Processing for Scientific Computing, San
  Antonio, Texas USA, March 22-24 1999: http://www.siam.org/meetings/pp99/
- 25th Speedup Workshop, Lugano, Switzerland, March 25-26 1999:
  http://www.speedup.ch/Workshops/Workshop25Ann.html
- CC99, 2nd German Workshop on Cluster Computing, Karlsruhe, Germany, March
  25-26 1999: http://www.tu-chemnitz.de/informati/RA/CC99
More on GENIAS Webpage. http://www.genias.de/dpcnews/


NEW DPC BOOKS:

- Parallel Computing Using Optimal Interconnections, Kequin Li, Yi Pan, Si
  Qing Zheng. Kluwer Publ 1998: http://www.mcs.newpaltz.edu/~li/pcuoi.html
- High-Performance Computing, Contributions to Society,T.Tabor(Ed.),1998: 
  http://www.tgc.com
- Special Issue on Metacomputing, W. Nagel, R. Williams (Eds.), Int. J.
  Parallel Computing, Vol. 24, No. 12-13, Elsevier Science 1998:
  http://www.elsevier.nl/locate/parco
More books on DPC on GENIAS Webpage:   http://www.genias.de/dpcnews/


DPC WEBPAGES:

- PRIMEUR: HPC electronic news magazine: http://www.hoise.com
- PRIMEUR List of ESPRIT Projects:
  http://www.hoise.com/CECupdate/contentscecdec98.html
- HPCwire, Email Newsletter: http://www.tgc.com/hpcwire.html/
- EuroTools, European HPCN Tools Working Group
  http://www.irisa.fr/eurotools
- PTOOLS, Parallel Tools Consortium: http://www.ptools.org
- TOP500: 500 fastest supercomputers: http://www.top500.org
- PROSOMA: Technology fair describing hundreds of European CEC funded
  projects: http://www.prosoma.lu/
- Links to Linux Cluster Projects: http://www.linux-magazin.de/cluster/
More DPC WebLinks:   http://www.genias.de/dpcnews/


NEWS ON HPC BENCHMARKS:

- STREAM, Memory Performance Benchmark from John McCalpin:
  http://www.cs.virginia.edu/stream/


GENIAS JOBS:

- For our CODINE/GRD Devel.Team: Software engineer with experience in GUI 
  development under OSF/Motif, Java and Windows, distributed computing,
  resource mgnt systems under Unix and NT:  http://www.genias.de/jobs/


CALL FOR PAPERS in upcoming Journals:

- Message Passing Interface-based Parallel Programming with Java: deadline
  Dec. 15 1999:   http://hpc-journals.ecs.soton.ac.uk/CPE/Special/MPI-Java

End of DPC Newsletter
==========================================================================



From owner-parkbench-comm@CS.UTK.EDU Sun Jan 24 12:15:02 1999
Return-Path: <owner-parkbench-comm@CS.UTK.EDU>
Received: from CS.UTK.EDU (CS.UTK.EDU [128.169.94.1]) 
           by netlib2.cs.utk.edu with ESMTP (cf v2.9t-netlib)
	   id MAA26189; Sun, 24 Jan 1999 12:15:01 -0500
Received: from localhost (root@localhost) 
        by CS.UTK.EDU with SMTP (cf v2.9s-UTK)
	id MAA08151; Sun, 24 Jan 1999 12:08:47 -0500 (EST)
Received: from serv1.is4.u-net.net ([195.102.240.252]) 
        by CS.UTK.EDU with SMTP (cf v2.9s-UTK)
	id MAA08144; Sun, 24 Jan 1999 12:08:44 -0500 (EST)
Received: from mordillo [195.102.198.114] 
	by serv1.is4.u-net.net with smtp (Exim 1.73 #1)
	id 104T1E-0003IJ-00; Sun, 24 Jan 1999 17:08:17 +0000
Date: Sun, 24 Jan 1999 17:05:53 +0000
From: Mark Baker  <Mark.Baker@port.ac.uk>
Subject: New PEMCS paper.
To: parkbench-comm@CS.UTK.EDU
X-Mailer: Z-Mail Pro 6.2, NetManage Inc. [ZM62_16H]
X-Priority: 3 (Normal)
Message-ID: <Chameleon.917197705.mab@mordillo>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; CHARSET=ISO-8859-1

A new PEMCS paper has just been accepted and published...

Comparing the Scalability of the Cray T3E-600 and the Cray Origin
2000 Using SHMEM Routines, by Glenn R. Luecke, Bruno Raffin and James
J. Coyle, Iowa Sate University, Ames, Iowa USA 

Check out...

http://hpc-journals.ecs.soton.ac.uk/PEMCS/Papers/

Regards

Mark      

-------------------------------------
DCS, University of Portsmouth, Hants, UK
Tel: +44 1705 844285	Fax: +44 1705 844006
E-mail: Mark.Baker@port.ac.uk
Date: 01/24/1999 - Time: 17:05:53
URL:  http://www.dcs.port.ac.uk/~mab/
-------------------------------------

From owner-parkbench-comm@CS.UTK.EDU Tue Feb  2 08:17:19 1999
Return-Path: <owner-parkbench-comm@CS.UTK.EDU>
Received: from CS.UTK.EDU (CS.UTK.EDU [128.169.94.1]) 
           by netlib2.cs.utk.edu with ESMTP (cf v2.9t-netlib)
	   id IAA08459; Tue, 2 Feb 1999 08:17:19 -0500
Received: from localhost (root@localhost) 
        by CS.UTK.EDU with SMTP (cf v2.9s-UTK)
	id HAA01393; Tue, 2 Feb 1999 07:42:18 -0500 (EST)
Received: from serv1.is1.u-net.net (serv1.is1.u-net.net [195.102.240.129]) 
        by CS.UTK.EDU with ESMTP (cf v2.9s-UTK)
	id HAA01386; Tue, 2 Feb 1999 07:42:16 -0500 (EST)
Received: from [148.197.205.63] (helo=mordillo)
	by serv1.is1.u-net.net with smtp (Exim 2.00 #2)
	for parkbench-comm@cs.utk.edu
	id 107f7u-0005uS-00; Tue, 2 Feb 1999 12:40:22 +0000
Date: Tue,  2 Feb 1999 12:40:29 +0000
From: Mark Baker  <Mark.Baker@port.ac.uk>
Subject: New PEMCS Paper - resend...
To: parkbench-comm@CS.UTK.EDU
X-Mailer: Z-Mail Pro 6.2, NetManage Inc. [ZM62_16H]
X-Priority: 3 (Normal)
Message-ID: <Chameleon.917959331.mab@mordillo>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; CHARSET=ISO-8859-1

Apologies for the resend - I think this email get lost when I sent it
a couple of weeks back.

---------------------------------------------------------------------------


A new PEMCS paper has just been accepted and published...

"Comparing the Scalability of the Cray T3E-600 and the Cray Origin
2000 Using SHMEM Routines", by Glenn R. Luecke, Bruno Raffin and James
J. Coyle, Iowa Sate University, Ames, Iowa USA 

Check out...

http://hpc-journals.ecs.soton.ac.uk/PEMCS/Papers/

Regards

Mark      

-------------------------------------
DCS, University of Portsmouth, Hants, UK
Tel: +44 1705 844285	Fax: +44 1705 844006
E-mail: Mark.Baker@port.ac.uk
Date: 02/02/1999 - Time: 12:40:29
URL:  http://www.dcs.port.ac.uk/~mab/
-------------------------------------

From owner-parkbench-comm@CS.UTK.EDU Tue Mar  2 10:35:47 1999
Return-Path: <owner-parkbench-comm@CS.UTK.EDU>
Received: from CS.UTK.EDU (CS.UTK.EDU [128.169.94.1]) 
           by netlib2.cs.utk.edu with ESMTP (cf v2.9t-netlib)
	   id KAA18531; Tue, 2 Mar 1999 10:35:46 -0500
Received: from localhost (root@localhost) 
        by CS.UTK.EDU with SMTP (cf v2.9s-UTK)
	id KAA01804; Tue, 2 Mar 1999 10:18:56 -0500 (EST)
Received: from gimli.genias.de (qmailr@GIMLI.genias.de [192.129.37.12]) 
        by CS.UTK.EDU with SMTP (cf v2.9s-UTK)
	id KAA01781; Tue, 2 Mar 1999 10:18:49 -0500 (EST)
Received: (qmail 8905 invoked from network); 2 Mar 1999 15:19:10 -0000
Received: from fangorn.genias.de (192.129.37.74)
  by gimli.genias.de with SMTP; 2 Mar 1999 15:19:10 -0000
Received: (from daemon@localhost)
	by FANGORN.genias.de (8.8.8/8.8.8) id QAA13715;
	Tue, 2 Mar 1999 16:19:05 +0100
Date: Tue, 2 Mar 1999 16:19:05 +0100
Message-Id: <199903021519.QAA13715@FANGORN.genias.de>
To: parkbench-comm@CS.UTK.EDU
From: Majordomo@genias.de
Subject: Welcome to newsletter
Reply-To: Majordomo@genias.de

--

Welcome to the newsletter mailing list!

Please save this message for future reference.  Thank you.

If you ever want to remove yourself from this mailing list,
send the following command in email to
<newsletter-request@FANGORN.genias.de>:

    unsubscribe

Or you can send mail to <Majordomo@FANGORN.genias.de> with the following
command in the body of your email message:

    unsubscribe newsletter

or from another account, besides parkbench-comm@CS.UTK.EDU:

    unsubscribe newsletter parkbench-comm@CS.UTK.EDU

If you ever need to get in contact with the owner of the list,
(if you have trouble unsubscribing, or have questions about the
list itself) send email to <owner-newsletter@FANGORN.genias.de> .
This is the general rule for most mailing lists when you need
to contact a human.

 Here's the general information for the list you've subscribed to,
 in case you don't already have it:

The GENIAS Newsletter keeps you informed about new products, 
services and  information about  High Performance Computing. 
It serves as an  addition to our printed  newsletter that is
distributed  to our  customers.  To see our printed version, 
just visit our web-site 

	http://www.genias.de 

and follow the link 'newsletter'.



From owner-parkbench-comm@CS.UTK.EDU Wed Mar  3 02:34:35 1999
Return-Path: <owner-parkbench-comm@CS.UTK.EDU>
Received: from CS.UTK.EDU (CS.UTK.EDU [128.169.94.1]) 
           by netlib2.cs.utk.edu with ESMTP (cf v2.9t-netlib)
	   id CAA01271; Wed, 3 Mar 1999 02:34:35 -0500
Received: from localhost (root@localhost) 
        by CS.UTK.EDU with SMTP (cf v2.9s-UTK)
	id CAA00679; Wed, 3 Mar 1999 02:32:28 -0500 (EST)
Received: from gimli.genias.de (qmailr@GIMLI.genias.de [192.129.37.12]) 
        by CS.UTK.EDU with SMTP (cf v2.9s-UTK)
	id CAA00668; Wed, 3 Mar 1999 02:32:25 -0500 (EST)
Received: (qmail 10306 invoked from network); 3 Mar 1999 07:32:58 -0000
Received: from gandalf.genias.de (192.129.37.10)
  by gimli.genias.de with SMTP; 3 Mar 1999 07:32:58 -0000
Received: by GANDALF.genias.de (Smail3.1.28.1 #30)
	id m10I69J-000B10C; Wed, 3 Mar 99 08:32 MET
Message-Id: <m10I69J-000B10C@GANDALF.genias.de>
From: gentzsch@genias.de (Wolfgang Gentzsch)
Subject: sorry!
To: parkbench-comm@CS.UTK.EDU
Date: Wed, 3 Mar 99 8:32:57 MET
Cc: gent@genias.de (Wolfgang Gentzsch)
Reply-To: gentzsch@genias.de
X-Mailer: ELM [version 2.3 PL11]


Dear colleagues,

I just discovered that the parkbench-comm@CS.UTK.EDU has been collected
into our mailing list for our electronic DPC Newsletter.
I very much appologize for this mistake. 

Thank you for your understanding!

Kind regards
Wolfgang

-- 


        -- subscribe now to  http://www.genias.de/dpcnews/ --
        - - - - - - - - - - - - - - - - - - - - - - - - - - - 
        Wolfgang Gentzsch, CEO           Tel: +49 9401 9200-0 
        GENIAS Software GmbH & Inc      Fax: +49 9401 9200-92
        Erzgebirgstr. 2              http://www.geniasoft.com
        D-93073 Neutraubling, Germany  gentzsch@geniasoft.com
        - - - - - - - - - - - - - - - - - - - - - - - - - - -
        GENIAS Software Inc.                Tel: 410 455 5580
        UMBC Technology Center              Fax: 410 455 5567
        1450 S. Rolling Road         http://www.geniasoft.com
        Baltimore, MD 21227, USA       gentzsch@geniasoft.com
        = = = = = = = = = = = = = = = = = = = = = = = = = = =


From info@enne.online.pt Wed Feb 26 06:01:59 2003
Return-Path: <info@enne.online.pt>
Received: from fep03-svc.mail.telepac.pt (fep03-svc.mail.telepac.pt [194.65.5.202])
	by netlib2.cs.utk.edu (8.12.3/8.12.3) with ESMTP id h1QB1vaN019072
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Wed, 26 Feb 2003 06:01:58 -0500 (EST)
Received: from cat1335 ([213.13.76.63]) by fep03-svc.mail.telepac.pt
          (InterMail vM.5.01.04.13 201-253-122-122-113-20020313) with SMTP
          id <20030226110150.IYQO11175.fep03-svc.mail.telepac.pt@cat1335>
          for <parkbench-method-archive@netlib2.cs.utk.edu>;
          Wed, 26 Feb 2003 11:01:50 +0000
From: ":: enne magazine ::" <info@enne.online.pt>
To: parkbench-method-archive@netlib2.cs.utk.edu
Subject: :: enne magazine 07 ::
X-Mailer: Microsoft Outlook Express 6.00.2600.0000
Reply-To: info@enne.online.pt
Date: Wed, 26 Feb 2003 11:01:35 -0000
Mime-Version: 1.0
Content-Type: text/html; charset=us-ascii
Message-Id: <20030226110150.IYQO11175.fep03-svc.mail.telepac.pt@cat1335>


<HTML>
<HEAD>
<TITLE>:: enne magazine ::</TITLE>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
</HEAD>
<BODY BGCOLOR=#FFFFFF background="http://www.enne.online.pt/mail/images/back.jpg" LEFTMARGIN=0 TOPMARGIN=0 MARGINWIDTH=0 MARGINHEIGHT=0>
<div align="center">
  <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="468" height="60">
    <param name="movie" value="http://www.enne.online.pt/pics/banners/ban_5.swf">
    <param name="quality" value="high">
    <embed src="http://www.enne.online.pt/pics/banners/ban_5.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="468" height="60"></embed>
  </object>
</div>
<TABLE WIDTH=468 BORDER=0 align="center" CELLPADDING=0 CELLSPACING=0>
	<TR>
		<TD>
			<IMG SRC="http://www.enne.online.pt/mail/images/mail_01.jpg" WIDTH=5 HEIGHT=26 ALT=""></TD>
		<TD>
			<IMG SRC="http://www.enne.online.pt/mail/images/mail_0207.gif" WIDTH=457 HEIGHT=26 ALT=""></TD>
		<TD>
			<IMG SRC="http://www.enne.online.pt/mail/images/mail_03.jpg" WIDTH=6 HEIGHT=26 ALT=""></TD>
	</TR>
	<TR>
		<TD>
			<IMG SRC="http://www.enne.online.pt/mail/images/mail_04.jpg" WIDTH=5 HEIGHT=331 ALT=""></TD>
		<TD align="center" valign="middle" bgcolor="#FFFFFF"><a href="http://www.enne.online.pt"><img src="http://www.enne.online.pt/imgenne/n7.jpg" width="150" height="267" border="0"></a> </TD>
		<TD>
			<IMG SRC="http://www.enne.online.pt/mail/images/mail_06.jpg" WIDTH=6 HEIGHT=331 ALT=""></TD>
	</TR>
	<TR>
		<TD>
			<IMG SRC="http://www.enne.online.pt/mail/images/mail_07.jpg" WIDTH=5 HEIGHT=16 ALT=""></TD>
		<TD>
			<IMG SRC="http://www.enne.online.pt/mail/images/mail_08.jpg" WIDTH=457 HEIGHT=16 ALT=""></TD>
		<TD>
			<IMG SRC="http://www.enne.online.pt/mail/images/mail_09.jpg" WIDTH=6 HEIGHT=16 ALT=""></TD>
	</TR>
</TABLE>
<br>
<TABLE WIDTH=468 BORDER=0 align="center" CELLPADDING=0 CELLSPACING=0>
  <TR>
    <TD> <IMG SRC="http://www.enne.online.pt/mail/images/mail_01.jpg" WIDTH=5 HEIGHT=26 ALT=""></TD>
    <TD> <IMG SRC="http://www.enne.online.pt/mail/images/mail_02info.gif" WIDTH=457 HEIGHT=26 ALT=""></TD>
    <TD> <IMG SRC="http://www.enne.online.pt/mail/images/mail_03.jpg" WIDTH=6 HEIGHT=26 ALT=""></TD>
  </TR>
  <TR>
    <TD> <IMG SRC="http://www.enne.online.pt/mail/images/mail_04.jpg" WIDTH=5 HEIGHT=100% ALT=""></TD>
    <TD align="left" valign="top" bgcolor="#FFFFFF"><table width="100%" height="100%" border="0" cellpadding="0" cellspacing="5">
        <tr>
          <td><font color="#CC9999" size="1" face="Tahoma, Geneva CE, Arial, Helvetica"><font color="ACA193">:::::: <strong>Not&iacute;cias</strong><br>
:::::: ... Macworld SF 2003<br>
:::::: ... Gotan Project<br>
:::::: ... Phuturesoul.org<br>
<br>
:::::: <strong>Midem </strong><br>
:::::: ... ENNE no 37º MIDEM em Cannes<br>
<br>
:::::: <strong>Entrevista</strong><br>
:::::: ... Michael Mayer - Kompakt Discoth&egrave;que<br>
<br>
:::::: <strong>Moda</strong><br>
:::::: ... Queens of kitsch<br>
<br>
:::::: <strong>Reporter X</strong><br>
:::::: ... Al&ocirc; Lisboa<br>
<br>
:::::: <strong>Brasil @ enne</strong><br>
:::::: ... Elas comandam as pistas no Brasil<br>
<br>
:::::: <strong>Figuras da M&uacute;sica</strong><br>
:::::: ... Larry Heard - O Pai do Deep House<br>
<br>
:::::: <strong>Trance</strong><br>
:::::: ... Os Momentos que mudaram o Trance Portug&ecirc;s (Parte1)<br>
<br>
:::::: <strong>Entrevista</strong><br>
:::::: ... Seiji - O Londrino tranquilo<br>
<br>
:::::: <strong>Entrevista</strong><br>
:::::: ... Mellow Kitty entrevista T&oacute; Ricciardi <br>
<br>
:::::: <strong>Top Ten</strong><br>
:::::: ... Vinyl Market - Barcelos<br>
:::::: ... WorldMusic - Braga<br>
:::::: ... BimotorDJ - Coimbra<br>
<br>
:::::: <strong>Design</strong><br>
:::::: ... Ross Lovegroove<br>
<br>
:::::: <strong>Destaques</strong><br>
:::::: ... Por Mellow Kitty<br>
<br>
:::::: <strong>Ao Vivo</strong><br>
:::::: ... Cinematic Orchestra<br>
:::::: ... William Parker Quartet feat. Leena Conquest<br>
<br>
:::::: <strong>Teatro</strong><br>
:::::: ... A Treta Continua (parte 2)</font></font></td>
        </tr>
      </table>
    <p><font color="#CC9999" size="1" face="Tahoma, Geneva CE, Arial, Helvetica"><font color="ACA193">        </font></font></p></TD>
    <TD> <IMG SRC="http://www.enne.online.pt/mail/images/mail_06.jpg" WIDTH=6 HEIGHT=100% ALT=""></TD>
  </TR>
  <TR>
    <TD> <IMG SRC="http://www.enne.online.pt/mail/images/mail_07.jpg" WIDTH=5 HEIGHT=16 ALT=""></TD>
    <TD> <IMG SRC="http://www.enne.online.pt/mail/images/mail_08.jpg" WIDTH=457 HEIGHT=16 ALT=""></TD>
    <TD> <IMG SRC="http://www.enne.online.pt/mail/images/mail_09.jpg" WIDTH=6 HEIGHT=16 ALT=""></TD>
  </TR>
</TABLE>
<br>
<TABLE WIDTH=468 BORDER=0 align="center" CELLPADDING=0 CELLSPACING=0>
  <TR>
    <TD> <IMG SRC="http://www.enne.online.pt/mail/images/mail_01.jpg" WIDTH=5 HEIGHT=26 ALT=""></TD>
    <TD> <IMG SRC="http://www.enne.online.pt/mail/images/mail_02clubs.gif" WIDTH=457 HEIGHT=26 ALT=""></TD>
    <TD> <IMG SRC="http://www.enne.online.pt/mail/images/mail_03.jpg" WIDTH=6 HEIGHT=26 ALT=""></TD>
  </TR>
  <TR>
    <TD> <IMG SRC="http://www.enne.online.pt/mail/images/mail_04.jpg" WIDTH=5 HEIGHT=100% ALT=""></TD>
    <TD align="left" valign="top" bgcolor="#FFFFFF"><table width="100%" height="100%" border="0" cellpadding="0" cellspacing="5">
        <tr>
          <td><font color="#CC9999" size="1" face="Tahoma, Geneva CE, Arial, Helvetica"><font color="ACA193">:::::: </font><font color="ACA193" face="Tahoma, Geneva CE, Arial, Helvetica"><strong>Casas
                  e Discotecas</strong></font><font face="Tahoma, Geneva CE, Arial, Helvetica"><br>
            <font color="ACA193">:::::: 3º Anivers&aacute;rio Cuba Libre<br>
:::::: Must caff&eacute;<br>
:::::: Mambo<br>
:::::: Mar&eacute; Cheia<br>
:::::: Ast&oacute;ria<br>
:::::: Azenha Bar<br>
:::::: La Gloria Cubana<br>
:::::: Hist&oacute;rico<br>
:::::: Mercado Bar<br>
:::::: Amadeo<br>
:::::: Barbieri caf&eacute;<br>
:::::: Buda Bar<br>
:::::: Zonagr&iacute;cola<br>
:::::: Pedra do Couto<br>
:::::: Lagar's<br>
:::::: Dan&uacute;bio<br>
:::::: Vogue<br>
:::::: Versus caff&eacute;<br>
:::::: Estado Novo<br>
:::::: SanMiguel<br>
:::::: Vaticano Club<br>
:::::: Ozone<br>
:::::: NewWorld<br>
:::::: Oskar.DJ<br>
:::::: Ar Produ&ccedil;&otilde;es</font></font><font color="ACA193" face="verdana"><br>
</font><font color="#CC9999" size="1" face="Tahoma, Geneva CE, Arial, Helvetica"><font color="ACA193"><br>
</font><font color="#CC9999" size="1" face="Tahoma, Geneva CE, Arial, Helvetica"><font color="ACA193" face="verdana">:::::: </font></font><font color="ACA193"><strong>Entrevistas</strong><br>
:::::: ... Nelinho, residente do Pacha - Ofir<br>
<font color="#CC9999" size="1" face="Tahoma, Geneva CE, Arial, Helvetica"><font color="#CC9999" size="1" face="Tahoma, Geneva CE, Arial, Helvetica">::::::
... <font color="ACA193">D. Isilda, gerente da Discoteca Lagar's - Amares</font></font></font></font></font></font></td>
        </tr>
      </table>
      <p><font color="#CC9999" size="1" face="Tahoma, Geneva CE, Arial, Helvetica"><font color="#CC9999" size="1" face="Tahoma, Geneva CE, Arial, Helvetica">  <br>
  <br>
  <font color="ACA193"></font></font></font></p></TD>
    <TD> <IMG SRC="http://www.enne.online.pt/mail/images/mail_06.jpg" WIDTH=6 HEIGHT=100% ALT=""></TD>
  </TR>
  <TR>
    <TD> <IMG SRC="http://www.enne.online.pt/mail/images/mail_07.jpg" WIDTH=5 HEIGHT=16 ALT=""></TD>
    <TD> <IMG SRC="http://www.enne.online.pt/mail/images/mail_08.jpg" WIDTH=457 HEIGHT=16 ALT=""></TD>
    <TD> <IMG SRC="http://www.enne.online.pt/mail/images/mail_09.jpg" WIDTH=6 HEIGHT=16 ALT=""></TD>
  </TR>
</TABLE>
<br>
<TABLE WIDTH=468 BORDER=0 align="center" CELLPADDING=0 CELLSPACING=0>
  <TR>
    <TD> <IMG SRC="http://www.enne.online.pt/mail/images/mail_01.jpg" WIDTH=5 HEIGHT=26 ALT=""></TD>
    <TD> <IMG SRC="http://www.enne.online.pt/mail/images/mail_02carac.gif" WIDTH=457 HEIGHT=26 ALT=""></TD>
    <TD> <IMG SRC="http://www.enne.online.pt/mail/images/mail_03.jpg" WIDTH=6 HEIGHT=26 ALT=""></TD>
  </TR>
  <TR>
    <TD> <IMG SRC="http://www.enne.online.pt/mail/images/mail_04.jpg" WIDTH=5 HEIGHT=100 ALT=""></TD>
<TD align="left" valign="top" bgcolor="#FFFFFF"><table width="100%" height="100%" border="0" cellpadding="0" cellspacing="5">
      <tr>
        <td><font face="verdana" size="2"><font color="ACA193" size="1" face="Tahoma, Geneva CE, Arial, Helvetica">A
              enne magazine &eacute; uma revista mensal gratu&iacute;ta com duas
              capas distintas
e inversas, relacionadas com a m&uacute;sica de dan&ccedil;a, (dance.music.info)
e, relacionado com o party people e divulga&ccedil;&atilde;o de datas de eventos
(dance.music.clubs).</font></font><font color="ACA193" size="1" face="Tahoma, Geneva CE, Arial, Helvetica">&nbsp;</font></td>
      </tr>
    </table>
    <p><font color="ACA193" size="1" face="Tahoma, Geneva CE, Arial, Helvetica">        </font></p></TD>
    <TD> <IMG SRC="http://www.enne.online.pt/mail/images/mail_06.jpg" WIDTH=6 HEIGHT=100 ALT=""></TD>
  </TR>
  <TR>
    <TD> <IMG SRC="http://www.enne.online.pt/mail/images/mail_07.jpg" WIDTH=5 HEIGHT=16 ALT=""></TD>
    <TD> <IMG SRC="http://www.enne.online.pt/mail/images/mail_08.jpg" WIDTH=457 HEIGHT=16 ALT=""></TD>
    <TD> <IMG SRC="http://www.enne.online.pt/mail/images/mail_09.jpg" WIDTH=6 HEIGHT=16 ALT=""></TD>
  </TR>
</TABLE>
<br>
<TABLE WIDTH=468 BORDER=0 align="center" CELLPADDING=0 CELLSPACING=0>
  <TR>
    <TD> <IMG SRC="http://www.enne.online.pt/mail/images/mail_01.jpg" WIDTH=5 HEIGHT=26 ALT=""></TD>
    <TD> <IMG SRC="http://www.enne.online.pt/mail/images/mail_02dados.gif" WIDTH=457 HEIGHT=26 ALT=""></TD>
    <TD> <IMG SRC="http://www.enne.online.pt/mail/images/mail_03.jpg" WIDTH=6 HEIGHT=26 ALT=""></TD>
  </TR>
  <TR>
    <TD> <IMG SRC="http://www.enne.online.pt/mail/images/mail_04.jpg" WIDTH=5 HEIGHT=100% ALT=""></TD>
    <TD align="left" valign="top" bgcolor="#FFFFFF"><table width="100%" height="100%" border="0" cellpadding="0" cellspacing="5">
      <tr>
        <td><font color="ACA193" size="1" face="Tahoma, Geneva CE, Arial, Helvetica">Capa,
            impressa em papel mate com 350 grms.<br>
      Miolo, impresso em papel mate com 150 grms.</font></td>
      </tr>
    </table>    <p><font color="ACA193" size="1" face="Tahoma, Geneva CE, Arial, Helvetica"> </font></p>
    </TD>
    <TD> <IMG SRC="http://www.enne.online.pt/mail/images/mail_06.jpg" WIDTH=6 HEIGHT=100% ALT=""></TD>
  </TR>
  <TR>
    <TD> <IMG SRC="http://www.enne.online.pt/mail/images/mail_07.jpg" WIDTH=5 HEIGHT=16 ALT=""></TD>
    <TD> <IMG SRC="http://www.enne.online.pt/mail/images/mail_08.jpg" WIDTH=457 HEIGHT=16 ALT=""></TD>
    <TD> <IMG SRC="http://www.enne.online.pt/mail/images/mail_09.jpg" WIDTH=6 HEIGHT=16 ALT=""></TD>
  </TR>
</TABLE>
<br>
<TABLE WIDTH=468 BORDER=0 align="center" CELLPADDING=0 CELLSPACING=0>
  <TR>
    <TD> <IMG SRC="http://www.enne.online.pt/mail/images/mail_01.jpg" WIDTH=5 HEIGHT=26 ALT=""></TD>
    <TD> <IMG SRC="http://www.enne.online.pt/mail/images/mail_02infomail.gif" WIDTH=457 HEIGHT=26 ALT=""></TD>
    <TD> <IMG SRC="http://www.enne.online.pt/mail/images/mail_03.jpg" WIDTH=6 HEIGHT=26 ALT=""></TD>
  </TR>
  <TR>
    <TD> <IMG SRC="http://www.enne.online.pt/mail/images/mail_04.jpg" WIDTH=5 HEIGHT=100% ALT=""></TD>
    <TD align="left" valign="top" bgcolor="#FFFFFF"><table width="100%" height="100%" border="0" cellpadding="0" cellspacing="5">
        <tr>
          <td><font face="verdana" size="2"><font size="1" color="ACA193">Caso
                tenha recebido este email em duplicado, por favor informe a <a href="mailto:mail@enne.online.pt?subject=UNSUBSCRIBE">enne
                magazine</a> para que seja retirado essa duplica&ccedil;&atilde;o...Obrigado<br>
          <br>
Esta newsletter foi-lhe enviada respeitando a legisla&ccedil;&atilde;o em vigor.<br>
Caso pretenda retirar o seu e-mail da nossa mailing-list &eacute; necess&aacute;rio
o envio de um e-mail para <a href="mailto:remover@enne.online.pt?subject=UNSUBSCRIBE">remover@enne.online.pt</a> com
a indica&ccedil;&atilde;o da newsletter que pretende deixar de receber.<br>
Para outras quest&otilde;es relacionadas com a Newsletter contacte a <a href="mailto:enne@enne.online.pt?subject=contacto%20via%20newsletter">enne
magazine</a>. </font></font></td>
        </tr>
      </table>
        <p><font color="ACA193" size="1" face="Tahoma, Geneva CE, Arial, Helvetica"> </font></p>
    </TD>
    <TD> <IMG SRC="http://www.enne.online.pt/mail/images/mail_06.jpg" WIDTH=6 HEIGHT=100% ALT=""></TD>
  </TR>
  <TR>
    <TD> <IMG SRC="http://www.enne.online.pt/mail/images/mail_07.jpg" WIDTH=5 HEIGHT=16 ALT=""></TD>
    <TD> <IMG SRC="http://www.enne.online.pt/mail/images/mail_08.jpg" WIDTH=457 HEIGHT=16 ALT=""></TD>
    <TD> <IMG SRC="http://www.enne.online.pt/mail/images/mail_09.jpg" WIDTH=6 HEIGHT=16 ALT=""></TD>
  </TR>
</TABLE>
</BODY>
</HTML>

From info@enne.online.pt Tue Mar 11 03:28:11 2003
Return-Path: <info@enne.online.pt>
Received: from fep04-svc.mail.telepac.pt (fep04-svc.mail.telepac.pt [194.65.5.203])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with ESMTP id h2B8S9SP024584
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Tue, 11 Mar 2003 03:28:10 -0500 (EST)
Received: from cat1335 ([213.13.76.191]) by fep04-svc.mail.telepac.pt
          (InterMail vM.5.01.04.13 201-253-122-122-113-20020313) with SMTP
          id <20030311082802.PIZJ20007.fep04-svc.mail.telepac.pt@cat1335>
          for <parkbench-method-archive@netlib2.cs.utk.edu>;
          Tue, 11 Mar 2003 08:28:02 +0000
From: ":: enne magazine ::" <info@enne.online.pt>
To: parkbench-method-archive@netlib2.cs.utk.edu
Subject: enne magazine 08
X-Mailer: Microsoft Outlook Express 6.00.2600.0000
Reply-To: info@enne.online.pt
Date: Tue, 11 Mar 2003 08:28:17 -0000
Mime-Version: 1.0
Content-Type: text/html; charset=us-ascii
Message-Id: <20030311082802.PIZJ20007.fep04-svc.mail.telepac.pt@cat1335>


<HTML>
<HEAD>
<TITLE>:: enne magazine ::</TITLE>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
</HEAD>
<BODY BGCOLOR=#FFFFFF background="http://www.enne.online.pt/mail/images/back.jpg" LEFTMARGIN=0 TOPMARGIN=0 MARGINWIDTH=0 MARGINHEIGHT=0>
<div align="center"> </div>
<br>
<br>
<TABLE WIDTH=468 BORDER=0 align="center" CELLPADDING=0 CELLSPACING=0>
	<TR>
		<TD>
			<IMG SRC="http://www.enne.online.pt/mail/images/mail_01.jpg" WIDTH=5 HEIGHT=26 ALT=""></TD>
		
    <TD> <IMG SRC="http://www.enne.online.pt/mail/images/mail_02078.jpg" WIDTH=457 HEIGHT=26 ALT=""></TD>
		<TD>
			<IMG SRC="http://www.enne.online.pt/mail/images/mail_03.jpg" WIDTH=6 HEIGHT=26 ALT=""></TD>
	</TR>
	<TR>
		<TD>
			<IMG SRC="http://www.enne.online.pt/mail/images/mail_04.jpg" WIDTH=5 HEIGHT=331 ALT=""></TD>
		
    <TD align="center" valign="middle" bgcolor="#FFFFFF"><a href="http://www.enne.online.pt"><img src="http://www.enne.online.pt/mail/images/n8.jpg" width="150" height="267" border="0"></a>
    </TD>
		<TD>
			<IMG SRC="http://www.enne.online.pt/mail/images/mail_06.jpg" WIDTH=6 HEIGHT=331 ALT=""></TD>
	</TR>
	<TR>
		<TD>
			<IMG SRC="http://www.enne.online.pt/mail/images/mail_07.jpg" WIDTH=5 HEIGHT=16 ALT=""></TD>
		<TD>
			<IMG SRC="http://www.enne.online.pt/mail/images/mail_08.jpg" WIDTH=457 HEIGHT=16 ALT=""></TD>
		<TD>
			<IMG SRC="http://www.enne.online.pt/mail/images/mail_09.jpg" WIDTH=6 HEIGHT=16 ALT=""></TD>
	</TR>
</TABLE>
<br>
<TABLE WIDTH=468 BORDER=0 align="center" CELLPADDING=0 CELLSPACING=0>
  <TR>
    <TD> <IMG SRC="http://www.enne.online.pt/mail/images/mail_01.jpg" WIDTH=5 HEIGHT=26 ALT=""></TD>
    <TD> <IMG SRC="http://www.enne.online.pt/mail/images/mail_02info.gif" WIDTH=457 HEIGHT=26 ALT=""></TD>
    <TD> <IMG SRC="http://www.enne.online.pt/mail/images/mail_03.jpg" WIDTH=6 HEIGHT=26 ALT=""></TD>
  </TR>
  <TR>
    <TD> <IMG SRC="http://www.enne.online.pt/mail/images/mail_04.jpg" WIDTH=5 HEIGHT=100% ALT=""></TD>
    <TD align="left" valign="top" bgcolor="#FFFFFF"><table width="100%" height="100%" border="0" cellpadding="0" cellspacing="5">
        <tr>
          <td><font color="#CC9999" size="1" face="Tahoma, Geneva CE, Arial, Helvetica"><font color="#7A7368"><br>
            <br>
            :::::: <strong>CR&Oacute;NICA</strong><br>
            :::::: ... Portugal, Magn&oacute;lia e a Raquel<br>
            <br>
            :::::: <strong>CINEMA</strong><br>
            :::::: ... Esquece Tudo o Que Te Disse<br>
            <br>
            :::::: <strong>ENTREVISTA</strong><br>
            :::::: ... Z&eacute; Pedro - Xutos e Pontap&eacute;s<br>
            <br>
            :::::: <strong>DESIGN</strong><br>
            :::::: ... Tom Dixon<br>
            <br>
            :::::: <strong>MODA</strong><br>
            :::::: ... Beayty and the Beast<br>
            <br>
            :::::: </font><font color="#CC9999" size="1" face="Tahoma, Geneva CE, Arial, Helvetica"><font color="#7A7368"><strong>ENTREVISTA</strong></font></font><font color="#7A7368"><br>
            :::::: ... </font><font color="#CC9999" size="1" face="Tahoma, Geneva CE, Arial, Helvetica"><font color="#7A7368">Mellow
            Kitty entrevista Dj Nacho e Lady B.</font></font><font color="#7A7368"><br>
            <br>
            </font><font color="#CC9999" size="1" face="Tahoma, Geneva CE, Arial, Helvetica"><font color="#7A7368">::::::
            <strong>TOP TEN</strong><br>
            :::::: ... Vinyl Market - Barcelos<br>
            :::::: ... WorldMusic - Braga<br>
            :::::: ... BimotorDJ - Coimbra</font></font><br>
            <font color="#7A7368">
            <br>
            :::::: <strong>ENTREVISTA</strong><br>
            :::::: ...M&aacute;rio Motivo entrevista Nuno di Rosso e Felix daCat<br>
            <br>
            :::::: <strong>SUPER BOCK SUPER ROCK 2003</strong><br>
            :::::: ... Abril, concertos mil<br>
            <br>
            :::::: <strong>ENTREVISTA</strong><br>
            :::::: ... M&aacute;rio Motivo entrevista Dj Pena<br>
            <br>
            :::::: <strong>ROTEIRO DE VIGO</strong></font></font></td>
        </tr>
      </table>
    <p><font color="#CC9999" size="1" face="Tahoma, Geneva CE, Arial, Helvetica"><font color="ACA193">        </font></font></p></TD>
    <TD> <IMG SRC="http://www.enne.online.pt/mail/images/mail_06.jpg" WIDTH=6 HEIGHT=100% ALT=""></TD>
  </TR>
  <TR>
    <TD> <IMG SRC="http://www.enne.online.pt/mail/images/mail_07.jpg" WIDTH=5 HEIGHT=16 ALT=""></TD>
    <TD> <IMG SRC="http://www.enne.online.pt/mail/images/mail_08.jpg" WIDTH=457 HEIGHT=16 ALT=""></TD>
    <TD> <IMG SRC="http://www.enne.online.pt/mail/images/mail_09.jpg" WIDTH=6 HEIGHT=16 ALT=""></TD>
  </TR>
</TABLE>
<br>
<TABLE WIDTH=468 BORDER=0 align="center" CELLPADDING=0 CELLSPACING=0>
  <TR>
    <TD> <IMG SRC="http://www.enne.online.pt/mail/images/mail_01.jpg" WIDTH=5 HEIGHT=26 ALT=""></TD>
    <TD> <IMG SRC="http://www.enne.online.pt/mail/images/mail_02clubs.gif" WIDTH=457 HEIGHT=26 ALT=""></TD>
    <TD> <IMG SRC="http://www.enne.online.pt/mail/images/mail_03.jpg" WIDTH=6 HEIGHT=26 ALT=""></TD>
  </TR>
  <TR>
    <TD> <IMG SRC="http://www.enne.online.pt/mail/images/mail_04.jpg" WIDTH=5 HEIGHT=100% ALT=""></TD>
    <TD align="left" valign="top" bgcolor="#FFFFFF"><table width="100%" height="100%" border="0" cellpadding="0" cellspacing="5">
        <tr>
          <td><font color="#CC9999" size="1" face="Tahoma, Geneva CE, Arial, Helvetica"><font color="#7A7368"><br>
            <br>
            :::::: </font><font color="#7A7368" face="Tahoma, Geneva CE, Arial, Helvetica"><strong>CASAS
            E DISCOTECAS</strong><br>
            :::::: <font size="1">Ast&oacute;ria</font><br>
            :::::: Triangulo Bar<br>
            :::::: <font size="1">Azenha
            Bar</font><br>
            :::::: Mar&eacute; Cheia<br>
            :::::: <font size="1">Barbieri
            caf&eacute;</font><br>
            :::::: Cuba Libre<br>
            :::::: Mambo<br>
            :::::: <font size="1">Amadeo</font><br>
            :::::: Hist&oacute;rico<br>
            :::::: La Gl&oacute;ria Cubana<br>
            :::::: Buda Bar<br>
            <font size="1">::::::</font></font><font color="#7A7368"> Sereia da
            Gelfa</font><font color="#7A7368" face="Tahoma, Geneva CE, Arial, Helvetica"><br>
            :::::: Greens Club<br>
            <font size="1">::::::</font></font><font color="#7A7368"> Zonagr&iacute;cola</font><br>
            <font color="#7A7368" face="Tahoma, Geneva CE, Arial, Helvetica">::::::</font><font color="#7A7368">
            Dominus Club<font face="Tahoma, Geneva CE, Arial, Helvetica"> </font></font><font color="#7A7368" face="Tahoma, Geneva CE, Arial, Helvetica"><br>
            :::::: Pedra do Couto<br>
            :::::: Lagar's<br>
            :::::: Dan&uacute;bio<br>
            </font><font color="#CC9999" size="1" face="Tahoma, Geneva CE, Arial, Helvetica"><font color="#7A7368" face="Tahoma, Geneva CE, Arial, Helvetica">::::::
            Estado Novo</font></font><font color="#7A7368" face="Tahoma, Geneva CE, Arial, Helvetica">
            <br>
            </font><font color="#CC9999" size="1" face="Tahoma, Geneva CE, Arial, Helvetica"><font color="#7A7368" face="Tahoma, Geneva CE, Arial, Helvetica">::::::
            SanMiguel</font></font><font color="#7A7368" face="Tahoma, Geneva CE, Arial, Helvetica">
            <br>
            :::::: Vogue<br>
            </font><font color="#CC9999" size="1" face="Tahoma, Geneva CE, Arial, Helvetica"><font color="#7A7368" face="Tahoma, Geneva CE, Arial, Helvetica">::::::
            Vaticano Club</font></font><font color="#7A7368" face="Tahoma, Geneva CE, Arial, Helvetica">
            <br>
            :::::: Versus caff&eacute;<br>
            :::::: NewWorld<br>
            :::::: Oskar.DJ<br>
            :::::: Karma Produ&ccedil;&otilde;es</font><font color="#7A7368" face="verdana"><br>
            </font><font color="#7A7368" size="1" face="Tahoma, Geneva CE, Arial, Helvetica"><br>
            <font face="verdana">:::::: </font><strong>JANTAR DE GALA</strong><br>
            </font><font color="#CC9999" size="1" face="Tahoma, Geneva CE, Arial, Helvetica"><font color="#7A7368" size="1" face="Tahoma, Geneva CE, Arial, Helvetica">
            </font><font color="#CC9999" size="1" face="Tahoma, Geneva CE, Arial, Helvetica"><font color="#7A7368" size="1" face="Tahoma, Geneva CE, Arial, Helvetica">::::::
            ...</font></font><font color="#7A7368" size="1" face="Tahoma, Geneva CE, Arial, Helvetica">Casino
            da P&oacute;voa</font></font></font></td>
        </tr>
      </table>
      <p><font color="#CC9999" size="1" face="Tahoma, Geneva CE, Arial, Helvetica"><font color="#CC9999" size="1" face="Tahoma, Geneva CE, Arial, Helvetica">  <br>
  <br>
  <font color="ACA193"></font></font></font></p></TD>
    <TD> <IMG SRC="http://www.enne.online.pt/mail/images/mail_06.jpg" WIDTH=6 HEIGHT=100% ALT=""></TD>
  </TR>
  <TR>
    <TD> <IMG SRC="http://www.enne.online.pt/mail/images/mail_07.jpg" WIDTH=5 HEIGHT=16 ALT=""></TD>
    <TD> <IMG SRC="http://www.enne.online.pt/mail/images/mail_08.jpg" WIDTH=457 HEIGHT=16 ALT=""></TD>
    <TD> <IMG SRC="http://www.enne.online.pt/mail/images/mail_09.jpg" WIDTH=6 HEIGHT=16 ALT=""></TD>
  </TR>
</TABLE>
<br>
<TABLE WIDTH=468 BORDER=0 align="center" CELLPADDING=0 CELLSPACING=0>
  <TR>
    <TD> <IMG SRC="http://www.enne.online.pt/mail/images/mail_01.jpg" WIDTH=5 HEIGHT=26 ALT=""></TD>
    <TD> <IMG SRC="http://www.enne.online.pt/mail/images/mail_02carac.gif" WIDTH=457 HEIGHT=26 ALT=""></TD>
    <TD> <IMG SRC="http://www.enne.online.pt/mail/images/mail_03.jpg" WIDTH=6 HEIGHT=26 ALT=""></TD>
  </TR>
  <TR>
    <TD> <IMG SRC="http://www.enne.online.pt/mail/images/mail_04.jpg" WIDTH=5 HEIGHT=100 ALT=""></TD>
<TD align="left" valign="top" bgcolor="#FFFFFF"><table width="100%" height="100%" border="0" cellpadding="0" cellspacing="5">
      <tr>
        <td><font color="#7A7368" size="2" face="verdana"><font size="1" face="Tahoma, Geneva CE, Arial, Helvetica">A
              enne magazine &eacute; uma revista mensal gratu&iacute;ta com duas
              capas distintas
e inversas, relacionadas com a m&uacute;sica de dan&ccedil;a, (dance.music.info)
e, relacionado com o party people e divulga&ccedil;&atilde;o de datas de eventos
(dance.music.clubs).</font></font><font color="#7A7368" size="1" face="Tahoma, Geneva CE, Arial, Helvetica">&nbsp;</font></td>
      </tr>
    </table>
    <p><font color="ACA193" size="1" face="Tahoma, Geneva CE, Arial, Helvetica">        </font></p></TD>
    <TD> <IMG SRC="http://www.enne.online.pt/mail/images/mail_06.jpg" WIDTH=6 HEIGHT=100 ALT=""></TD>
  </TR>
  <TR>
    <TD> <IMG SRC="http://www.enne.online.pt/mail/images/mail_07.jpg" WIDTH=5 HEIGHT=16 ALT=""></TD>
    <TD> <IMG SRC="http://www.enne.online.pt/mail/images/mail_08.jpg" WIDTH=457 HEIGHT=16 ALT=""></TD>
    <TD> <IMG SRC="http://www.enne.online.pt/mail/images/mail_09.jpg" WIDTH=6 HEIGHT=16 ALT=""></TD>
  </TR>
</TABLE>
<br>
<TABLE WIDTH=468 BORDER=0 align="center" CELLPADDING=0 CELLSPACING=0>
  <TR>
    <TD> <IMG SRC="http://www.enne.online.pt/mail/images/mail_01.jpg" WIDTH=5 HEIGHT=26 ALT=""></TD>
    <TD> <IMG SRC="http://www.enne.online.pt/mail/images/mail_02dados.gif" WIDTH=457 HEIGHT=26 ALT=""></TD>
    <TD> <IMG SRC="http://www.enne.online.pt/mail/images/mail_03.jpg" WIDTH=6 HEIGHT=26 ALT=""></TD>
  </TR>
  <TR>
    <TD> <IMG SRC="http://www.enne.online.pt/mail/images/mail_04.jpg" WIDTH=5 HEIGHT=100% ALT=""></TD>
    <TD align="left" valign="top" bgcolor="#FFFFFF"><table width="100%" height="100%" border="0" cellpadding="0" cellspacing="5">
      <tr>
        <td><font color="#7A7368" size="1" face="Tahoma, Geneva CE, Arial, Helvetica">Capa,
            impressa em papel mate com 350 grms.<br>
      Miolo, impresso em papel mate com 150 grms.</font></td>
      </tr>
    </table>    <p><font color="ACA193" size="1" face="Tahoma, Geneva CE, Arial, Helvetica"> </font></p>
    </TD>
    <TD> <IMG SRC="http://www.enne.online.pt/mail/images/mail_06.jpg" WIDTH=6 HEIGHT=100% ALT=""></TD>
  </TR>
  <TR>
    <TD> <IMG SRC="http://www.enne.online.pt/mail/images/mail_07.jpg" WIDTH=5 HEIGHT=16 ALT=""></TD>
    <TD> <IMG SRC="http://www.enne.online.pt/mail/images/mail_08.jpg" WIDTH=457 HEIGHT=16 ALT=""></TD>
    <TD> <IMG SRC="http://www.enne.online.pt/mail/images/mail_09.jpg" WIDTH=6 HEIGHT=16 ALT=""></TD>
  </TR>
</TABLE>
<br>
<TABLE WIDTH=468 BORDER=0 align="center" CELLPADDING=0 CELLSPACING=0>
  <TR>
    <TD> <IMG SRC="http://www.enne.online.pt/mail/images/mail_01.jpg" WIDTH=5 HEIGHT=26 ALT=""></TD>
    <TD> <IMG SRC="http://www.enne.online.pt/mail/images/mail_02infomail.gif" WIDTH=457 HEIGHT=26 ALT=""></TD>
    <TD> <IMG SRC="http://www.enne.online.pt/mail/images/mail_03.jpg" WIDTH=6 HEIGHT=26 ALT=""></TD>
  </TR>
  <TR>
    <TD> <IMG SRC="http://www.enne.online.pt/mail/images/mail_04.jpg" WIDTH=5 HEIGHT=100% ALT=""></TD>
    <TD align="left" valign="top" bgcolor="#FFFFFF"><table width="100%" height="100%" border="0" cellpadding="0" cellspacing="5">
        <tr>
          <td><font face="verdana" size="2"><font size="1" color="#7A7368">Caso
                tenha recebido este email em duplicado, por favor informe a <a href="mailto:mail@enne.online.pt?subject=UNSUBSCRIBE">enne
                magazine</a> para que seja retirado essa duplica&ccedil;&atilde;o...Obrigado<br>
          <br>
Esta newsletter foi-lhe enviada respeitando a legisla&ccedil;&atilde;o em vigor.<br>
Caso pretenda retirar o seu e-mail da nossa mailing-list &eacute; necess&aacute;rio
o envio de um e-mail para <a href="mailto:remover@enne.online.pt?subject=UNSUBSCRIBE">remover@enne.online.pt</a> com
a indica&ccedil;&atilde;o da newsletter que pretende deixar de receber.<br>
Para outras quest&otilde;es relacionadas com a Newsletter contacte a <a href="mailto:enne@enne.online.pt?subject=contacto%20via%20newsletter">enne
magazine</a>. </font></font></td>
        </tr>
      </table>
        <p><font color="ACA193" size="1" face="Tahoma, Geneva CE, Arial, Helvetica"> </font></p>
    </TD>
    <TD> <IMG SRC="http://www.enne.online.pt/mail/images/mail_06.jpg" WIDTH=6 HEIGHT=100% ALT=""></TD>
  </TR>
  <TR>
    <TD> <IMG SRC="http://www.enne.online.pt/mail/images/mail_07.jpg" WIDTH=5 HEIGHT=16 ALT=""></TD>
    <TD> <IMG SRC="http://www.enne.online.pt/mail/images/mail_08.jpg" WIDTH=457 HEIGHT=16 ALT=""></TD>
    <TD> <IMG SRC="http://www.enne.online.pt/mail/images/mail_09.jpg" WIDTH=6 HEIGHT=16 ALT=""></TD>
  </TR>
</TABLE>
</BODY>
</HTML>

From Services@ywzc.net Tue Apr 15 12:25:00 2003
Return-Path: <Services@ywzc.net>
Received: from ywzc.net ([218.86.41.42])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id h3FGOrSP019706
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Tue, 15 Apr 2003 12:24:59 -0400 (EDT)
Message-Id: <200304151624.h3FGOrSP019706@netlib2.cs.utk.edu>
From: "Lucy" <Services@ywzc.net>
To: <parkbench-method-archive@netlib2.cs.utk.edu>
Subject: Hi
Sender: "Lucy" <Services@ywzc.net>
Mime-Version: 1.0
Content-Type: text/plain; charset="ISO-8859-1"
Date: Wed, 16 Apr 2003 00:21:48 +0800
Reply-To: "Lucy" <Sales@marketingboosting.com>
Content-Transfer-Encoding: 8bit



Email Marketing is one of the most effective and inexpensive ways to 
promote your products and services.

We offer a complete Email Marketing solution with quality service and the 
lowest prices. The result is that you will enjoy more success.

1. Targeted Email Addresses 

We can supply targeted email addresses according to your requirements,
which are compiled only on your order, such as region / country / field / 
occupation / Domain Name etc. We will customize your customer email
addresses.

* We have millions of email addresses in a wide variety of categories.

2. Targeted Mailing  

If you are worried about any complications or consequences with sending 
out targeted emails, or want to avoid the work of sending out targeted 
emails. We will do it for you! We will send your email message to your 
targeted customers.

* We can Bullet Proof your Web Site.

We also supply a wide variety of marketing software. For more details, you
can refer to our web site: http://www.biz-aiding.com

Our services will help you get more business opportunities.


Regards!

Mrs. Lucy
Customer Services
www.biz-aiding.com

Targeted Marketing, at Great Fee.

***************************************************************************
Receiving this email because you registered to receive special 
offers from one of our partners. If you would prefer not to receive
future email, Click here Http://unsubscribe-mail.com
***************************************************************************

From info@enne.online.pt Mon Apr 21 22:20:41 2003
Return-Path: <info@enne.online.pt>
Received: from fep05-svc.mail.telepac.pt (fep05-svc.mail.telepac.pt [194.65.5.209])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with ESMTP id h3M2KeSP011005
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Mon, 21 Apr 2003 22:20:41 -0400 (EDT)
Received: from cat1335 ([213.13.77.250]) by fep05-svc.mail.telepac.pt
          (InterMail vM.5.01.04.13 201-253-122-122-113-20020313) with SMTP
          id <20030422022034.ODEQ17685.fep05-svc.mail.telepac.pt@cat1335>
          for <parkbench-method-archive@netlib2.cs.utk.edu>;
          Tue, 22 Apr 2003 03:20:34 +0100
From: ":: enne magazine ::" <info@enne.online.pt>
To: parkbench-method-archive@netlib2.cs.utk.edu
Subject: COMUNICADO >> ENNE MAGAZINE
X-Mailer: Microsoft Outlook Express 6.00.2600.0000
Reply-To: info@enne.online.pt
Date: Tue, 22 Apr 2003 03:21:03 -0000
Mime-Version: 1.0
Content-Type: text/html; charset=us-ascii
Message-Id: <20030422022034.ODEQ17685.fep05-svc.mail.telepac.pt@cat1335>


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>

<body>
<div align="center">
  <noscript>
  </noscript>
</div>
<table width="450" border="0" align="center">
  <tr>
    <td><p align="center"><font size="2" face="Verdana, Arial, Helvetica, sans-serif"><strong><font size="3"><img src="http://www.enne.online.pt/imgenne/enne.jpg" alt="enne magazine" width="240" height="76" border="0"><br>
        </font></strong><strong><font size="2" face="Verdana, Arial, Helvetica, sans-serif"><strong><font size="4">COMUNICADO</font></strong></font><font size="3">
        <br>
        </font></strong></font></p>
      </td>
  </tr>
  <tr>
    <td><font size="2" face="Verdana, Arial, Helvetica, sans-serif"> A revista
      enne magazine vem por este meio informar que o servi&ccedil;o de MSN e o
      servi&ccedil;o WEBcam LIVE se encontra, a partir de hoje dia 21 de Abril
      encerrado.<br>
      </font><font size="2" face="Verdana, Arial, Helvetica, sans-serif"><br>
      Queremos agradecer a toda gente que tem utilizado o Messenger MSN para retirar
      qualquer duvida relacionada ou n&atilde;o com a revista enne.<br>
      <br>
      Este encerramento dos servi&ccedil;os de MSN e de WEBcam devesse ao facto
      de algumas pessoas terem usado nomes (usernames) no Messenger que n&atilde;o
      correspondiam na realidade &agrave;s pessoas que estavam a tentar teclar
      connosco, (fazendo-se passar por pessoas que n&atilde;o eram), recolhendo
      assim informa&ccedil;&otilde;es de certo modo confidenciais e que n&atilde;o
      lhes correspondiam.<br>
      <br>
      Nunca pensamos que, algumas pessoas sem escr&uacute;pulos pudessem fazer
      esse tipo de manobras.<br>
      <br>
      &Eacute; para n&oacute;s uma chamada de aten&ccedil;&atilde;o...<br>
      Tentamos fazer da enne on-line um portal de musica, onde os utilizadores
      da enne poderiam colocar as d&uacute;vidas ONLINE e terem as respostas imediatamente.<br>
      <br>
      Fomos ignorantes ao ponto de colocarmos uma WEBcam ONLINE 24 horas para
      as pessoas verem como &eacute; que uma revista trabalha.<br>
      <br>
      A enne magazine &eacute; a &uacute;nica revista, desde que temos conhecimento
      a fazer este tipo de marketing, tecla a tecla, cara a cara...<br>
      <br>
      Demos algumas bofetadas em algumas pessoas que se sentiram ofendidas com
      a nossa imagina&ccedil;&atilde;o, e que por meios acima descritos nos fizeram
      tomar esta atitude.<br>
      <br>
      Pedimos desde j&aacute; desculpas &agrave;s pessoas que diariamente teclam
      connosco e que diariamente seguem a nossa WEBcam.<br>
      <br>
      Sem mais de momento<br>
      Bruno Gomes </font></td>
  </tr>
</table>
</body>
</html>

From Marketing123@2911.net Thu Dec 18 03:30:50 2003
Return-Path: <Marketing123@2911.net>
Received: from 2911.net ([218.6.9.94])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id hBI8UlMN013100
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Thu, 18 Dec 2003 03:30:49 -0500 (EST)
Message-Id: <200312180830.hBI8UlMN013100@netlib2.cs.utk.edu>
From: "Host" <Marketing123@2911.net>
To: <parkbench-method-archive@netlib2.cs.utk.edu>
Subject: Bulk Friendly Web Hosting & Server
Sender: "Host" <Marketing123@2911.net>
Mime-Version: 1.0
Content-Type: text/html; charset="ISO-8859-1"
Date: Thu, 18 Dec 2003 16:21:36 +0800
Reply-To: "Host" <Order@server066.dynsite.net>
Content-Transfer-Encoding: 8bit

<!-- saved from url=(0022)http://internet.e-mail -->
<!-- saved from url=(0022)http://internet.e-mail -->
<!-- saved from url=(0022)http://internet.e-mail -->
<html>

<head>
<meta http-equiv="Content-Language" content="en-us">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>We offer reliable bulk email friendly web hosting services</title>
</head>

<body>

<p><font face="Arial" size="2">We offer reliable bulk email friendly web hosting 
services. You can now have the <br>
peace of mind knowing that your web site is secure during your email marketing
<br>
campaigns. <br>
<br>
Bullet-Proof Web Hosting 100% Guaranteed! We guarantee that your site will be
<br>
99% uptime. <br>
<br>
We also offer Bullet-Proof dedicated server:</font></p>
<div align="left">
  <table border="1" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="458" height="23">
    <tr>
      <td width="149" height="118"><font face="Arial" size="2">Two IPs<br>
      512MB RAM DDR<br>
      PIIII / Two CPU<br>
      40 GB SCS<br>
      Intel 82559 LAN /(2U)<br>
      Unlimited Data Transfer<br>
      Linux/Windows/FreeBSD<br>
&nbsp;</font></td>
      <td width="149" height="118"><font face="Arial" size="2">Three IPs<br>
      1024MB RAM DDR<br>
      PIIII / Two CPU<br>
      120 GB SCS<br>
      Intel 82559 LAN /(2U)<br>
      Unlimited Data Transfer<br>
      Linux/Windows/FreeBSD<br>
        &nbsp;</font></td>
      <td width="150" height="118"><font face="Arial" size="2">  Dynamic  IP<br>
      1024MB RAM DDR<br>
      PIIII / Two CPU<br>
        180 GB SCS<br>
      Intel 82559 LAN /(2U)<br>
      Unlimited Data Transfer<br>
        Linux/Windows/FreeBSD<br>
        &nbsp;</font></td>
    </tr>
    <tr>
      <td width="149" height="38"><font face="Arial" size="2">Price: No setup 
      fee <br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp; US$ 599.00/month</font></td>
      <td width="149" height="38"><font face="Arial" size="2">Price: No setup 
      fee <br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp; US$ 699.00/month</font></td>
      <td width="150" height="38"><font face="Arial" size="2">Price: No setup 
      fee <br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; US$ 999.00/month</font></td>
    </tr>
  </table>
</div>
<p><font face="Arial" size="2">
<br>
Allowed Usage<br>
You can use the server for any of the following:<br>
<br>
Direct Bulk Mailing or Proxy Mailing <br>
Web Site Hosting <br>
Proxy, Relay or Port Scanning<br>
<br>
We can supply Targeted Email Addresses according to your requirements, and <br>
send out Targeted Emails for you. For more information, please contact us
by&nbsp;<br>
<a href="mailto:Vikas@eyou.com">Vikas@eyou.com</a><br>
<br>
It will be our pleasure to do business with you.<br>
<br>
<br>
Cheers!<br>
<br>
Nebiyu Bellete<br>
Support Teams<br>
<br>
****************************************************************************************<br>
Receiving this email because you registered to receive special offers from us.<br>
Please click here to unscbscirbe:<a href="mailto:sallywest31@yahoo.com?subject=take-off">Sallywest31@yahoo.com?subject=take-off</a><br>
****************************************************************************</font><font face="Arial" size="2">************</font></p>

</body>

</html>

From Bulksales@freemail.soim.com Tue Mar  2 02:21:43 2004
Return-Path: <Bulksales@freemail.soim.com>
Received: from 160.36.58.108 ([218.6.13.78])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id i227LdCn023463
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Tue, 2 Mar 2004 02:21:42 -0500 (EST)
Message-ID: <DQWYOWVZZGCXGIXPTICRJTWALXLKLG@160.36.58.108>
From: "Web" <Bulksales@freemail.soim.com>
To: parkbench-method-archive@netlib2.cs.utk.edu
X-MS-IAU: PWXVFTDMMV
Date: Tue, 02 Mar 04 03:21:42 ÖÐ¹ú±ê×¼Ê±¼ä
X-Priority: 1
X-MSMail-Priority: High
Subject: Bullet Proof Web Hosting & Server
X-Mailer: Microsoft Outlook Express 5.50.4133.2400
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary=WC_MAIL_PaRt_BoUnDaRy_05151998

This is a multi-part message in MIME format.

--WC_MAIL_PaRt_BoUnDaRy_05151998
Content-Type: text/html
Content-Transfer-Encoding: 7Bit

<!-- saved from url=(0022)http://internet.e-mail --><!-- saved from
url=(0022)http://internet.e-mail --><!-- saved from url=(0022)http://internet.e-mail
--><html><head>
<meta http-equiv="Content-Language" content="en-us">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>We offer reliable bulk email friendly web hosting services</title>
</head>

<body>

<p><font face="Arial" size="2">We offer reliable bulk email friendly web
hosting 
services. You can now have the <br>
peace of mind knowing that your web site is secure during your email
marketing
<br>
campaigns. <br>
<br>
Bullet-Proof Web Hosting 100% Guaranteed! We guarantee that your site will
be
<br>
99% uptime. <br>
<br>
We also offer Bullet-Proof dedicated server:</font></p>
<div align="left">
  <table border="1" cellpadding="0" cellspacing="0" style="border-collapse:
collapse" bordercolor="#111111" width="458" height="23">
    <tr>
      <td width="149" height="118"><font face="Arial" size="2">Two IPs<br>
      512MB RAM DDR<br>
      PIIII CPU<br>
      36 GB SCSI<br>
      Intel 82559 LAN /(2U)<br>
      Unlimited Data Transfer<br>
      Linux/Windows/FreeBSD<br>
&nbsp;</font></td>
      <td width="149" height="118"><font face="Arial" size="2">Three
IPs<br>
      1024MB RAM DDR<br>
      PIIII / Two CPU<br>
      72 GB SCSI<br>
      Intel 82559 LAN /(2U)<br>
      Unlimited Data Transfer<br>
      Linux/Windows/FreeBSD<br>
        &nbsp;</font></td>
      <td width="150" height="118"><font face="Arial" size="2">  Dynamic
IP<br>
      1024MB RAM DDR<br>
      PIIII / Two CPU<br>
        72 GB SCSI<br>
      Intel 82559 LAN /(2U)<br>
      Unlimited Data Transfer<br>
        Linux/Windows/FreeBSD<br>
        &nbsp;</font></td>
    </tr>
    <tr>
      <td width="149" height="38"><font face="Arial" size="2">Price: No
setup 
      fee <br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp; US$
599.00/month</font></td>
      <td width="149" height="38"><font face="Arial" size="2">Price: No
setup 
      fee <br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp; US$
799.00/month</font></td>
      <td width="150" height="38"><font face="Arial" size="2">Price: No
setup 
      fee <br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; US$
999.00/month</font></td>
    </tr>
  </table>
</div>
<p><font face="Arial" size="2">
<br>
Allowed Usage<br>
You can use the server for any of the following:<br>
<br>
Direct Bulk Mailing or Proxy Mailing <br>
Web Site Hosting <br>
Proxy, Relay or Port Scanning<br>
<br>
We can supply Targeted Email Addresses according to your requirements, and
<br>
send out Targeted Emails for you. For more information, please contact us
by&nbsp;<br>
<a
href="mailto:ContactHosting@tom.com;Vikas@eyou.com">ContactHosting@tom.com  Or  Vikas@eyou.com</a><br>
<br>

It will be our pleasure to do business with you.<br>
<br>
PS: Please do not reply to this e-mail. Contact us by <a
href="mailto:ContactHosting@tom.com">ContactHosting@tom.com</a><br>
<br>
<br>
Thanks!<br>
<br>
Mr Bell<br>
Support
Teams<br>
<br>
****************************************************************************************<br>
Receiving this email because you registered to receive special offers from
us.<br>
Please click here to unscbscirbe:<a
href="mailto:lylist@yahoo.com?subject=take">llylist@yahoo.com?subject=take-off</a><br>
****************************************************************************</font><font face="Arial" size="2">************</font></p>

</body>

</html>
hnUvSxVgbFDiIyD
--WC_MAIL_PaRt_BoUnDaRy_05151998--


From pagrest@stockcero.com Tue Mar 23 10:51:35 2004
Return-Path: <pagrest@stockcero.com>
Received: from stockcero.com (host-73.14.60.66-te.adsl.netizen.com.ar [66.60.14.73])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id i2NFpXCn025279
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Tue, 23 Mar 2004 10:51:34 -0500 (EST)
Message-Id: <200403231551.i2NFpXCn025279@netlib2.cs.utk.edu>
From: "Pablo Agrest Berge" <pagrest@stockcero.com>
To: <parkbench-method-archive@netlib2.cs.utk.edu>
Subject: Long time out of print books about Latin America may become available again
Sender: "Pablo Agrest Berge" <pagrest@stockcero.com>
Mime-Version: 1.0
Content-Type: text/plain; charset="ISO-8859-1"
Date: Tue, 23 Mar 2004 12:43:58 -0300
Content-Transfer-Encoding: 8bit

Dear Sirs,


We are a small publishing company, specialized in books related to Latin
American topics, both in Spanish and English.

We use Print on Demand technology and aim to offer North American readers, 
Students, Teachers, Librarians and Booksellers, extensive catalogues of 
high quality books, printed in the US.

Besides the titles the Latin American publishers who work with us include 
in our catalogue, we have access to extensive libraries such as the The 
History Academy of Argentina, so through special agreements we can bring 
back into print many long time out of print titles.

Please take some time and visit our Academic Services Info Page
http://www.stockcero.com/academicservices.php?ref=217914179




Periodically we will send you news about the titles we add to our 
catalogue.
If this in some way may bother you please ask to be removed from the news
list by clicking
academicservices@stockcero.com
and typing "remove" and the recipient email address in the subject line.

Sincerely yours, 


Pablo A. Agrest Berge
CEO
Stockcero, Inc.



From mrsjessica_uba11@email.ro Tue Aug 17 11:15:27 2004
Return-Path: <mrsjessica_uba11@email.ro>
Received: from zerg.astral.ro (zerg.cluj.astral.ro [193.230.240.30])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with ESMTP id i7HFFP7a009552
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Tue, 17 Aug 2004 11:15:26 -0400 (EDT)
Received: (from httpd@localhost)
	by zerg.astral.ro (8.11.6/8.11.4) id i7HFEcT12245;
	Tue, 17 Aug 2004 18:14:38 +0300
Message-Id: <200408171514.i7HFEcT12245@zerg.astral.ro>
From: Jessica Uba <mrsjessica_uba11@email.ro>
To: mrsjessica_uba11@email.ro
Reply-To: mrsjessicauba@asiamail.com
Subject: GOD BLESS YOU
Date: Tue, 17 Aug 2004 18:14:38 +0300
MIME-Version: 1.0
X-Originating-IP: [80.179.107.88, 80.179.107.88]
X-Mailer: freemail 0.9.8
X-User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)
X-Organization: ASTRAL FreeMail

From: MRS.Jessica Uba,

Compliments of the day.

I am Mrs.Jessica Uba a former staff of the Federal
Ministry of Aviation undergoing medical Treatment. I
am married to DR.John Uba who worked with National
Petroleum Corporation for nineteen years before he
died in the year 2003. We were married for eleven years
without a child. He died after a brief illness
that lasted for only four days. 

When my late husband was alive he deposited a huge sum
of money with one finance/security company in Europe.
Presently, this money is still with the Security
Company.This money was accumulated from an onshore
engineering awards my husband won during the last
military regime.Presently, this money is still with
the Security Company.

Recently, my Doctor told me that i will die any
moment.right now,i don't have any alternative rather
than to took this BOLD DECISION. 

Though what disturbs me most is that I'm diagonalized
to be having spinal abnormality .Having
known my condition of health that i will die any
moment from now.I decided to donate this fund to a
charity home organization(church) or any
individual(person) that will utilize this money with
my instructions.

The reason why i decided to invest this money outside
the country,is because of the high level of corruption
here.i feel it is better to invest this money outside
the country where the purpose of investment will be
fulfilled. I need a trust worthy person or
organization who will help me to accomplish my heart
desire before my death

 Here are my instructions:

[1] The money must be used for orphanages,widows and
less privilege people.

[2] The orphanages home must be build and bear my name
for remembrance(like JESSICA memorial center)

[3] The money should also be used for their educations
and maintenance.

[4] 15% of the total money will be giving to you for
your assitance.
 
If you will be of assistance, I will surely appreciate and 
thank you for your kindness.

Thank you,
and God bless.

MRS.JESSICA.








		



















_________________________________
Vreau sa-mi inregistrez CV-ul la BursaMuncii!
Vreti sa publicati oferte de munca? Noi avem solutia!
Lasa profesionistii sa lucreze pentru tine!
http://www.bursamuncii.ro

From Promoteforyou@citiz.net Tue Sep  7 12:38:26 2004
Return-Path: <Promoteforyou@citiz.net>
Received: from citiz.net ([218.6.2.231])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id i87GcM17002892
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Tue, 7 Sep 2004 12:38:25 -0400 (EDT)
Message-Id: <200409071638.i87GcM17002892@netlib2.cs.utk.edu>
From: "Nancy" <Promoteforyou@citiz.net>
To: <parkbench-method-archive@netlib2.cs.utk.edu>
Subject: Marketing Solution
Sender: "Nancy" <Promoteforyou@citiz.net>
Mime-Version: 1.0
Content-Type: text/html; charset="ISO-8859-1"
Date: Wed, 8 Sep 2004 00:38:04 +0800
Reply-To: "Nancy" <Sales@87b.com>
Content-Transfer-Encoding: 8bit


<!-- saved from url=(0022)http://internet.e-mail -->
<html>

<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<title>E</title>
</head>

<body>

<p><font face="Arial" size="2">We offer a complete E-Marketing solution 
with quality service and&nbsp;<br>
 the lowest prices.<br>
<br>
Professional offer: <br>
<br>
<font color="#000000" size="2" face="Arial"><b>1. Email addresses according to your requirements.&nbsp;</b></font></font></p>
<p><font color="#000000" size="2" face="Arial"><b>2. Send emailing according to your requirements.&nbsp; <br>
<br>
3. Dedicated Server &amp; Web Hosting solutions.</b></font></p>
<p><font face="Arial" size="2">For more details:&nbsp; <a href="http://www.3807.com">www.3807.com</a> 
<br>
<br>
We will help you get more business opportunities.
 </font></p>
<p><font face="Arial" size="2">Ms Nancy<a href="http://www.3807.com"><br>
www.3807.com</a> <br>
<a href="mailto:info@3807.com">info@3807.com<br>
</a> 
Customer Support <br>
</font></p>
<p><font face="Arial" size="2">******************************************************************************* 
<br>
Take off: <a href="mailto:Li@USA.net?subject=193">Mary@USA.net?subject=169</a> 
<br>
*******************************************************************************</font></p>

</body>

</html>

From nobody@inertia01.solutions-for-learning.com Tue Jan 18 21:30:33 2005
Return-Path: <nobody@inertia01.solutions-for-learning.com>
Received: from inertia01.solutions-for-learning.com (146.67-18-53.reverse.theplanet.com [67.18.53.146] (may be forged))
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with ESMTP id j0J2UXaZ003288
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Tue, 18 Jan 2005 21:30:33 -0500 (EST)
Received: from nobody by inertia01.solutions-for-learning.com with local (Exim 4.43)
	id 1Cr59K-0001zL-7D; Tue, 18 Jan 2005 21:00:46 -0500
To: 
Subject: WINNING NOTIFICATION
From: sirjohn <brittlottery2004@yahoo.co.uk>
X-Priority: 3 (Normal)
CC: 
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-Mailer: RLSP Mailer
Message-Id: <E1Cr59K-0001zL-7D@inertia01.solutions-for-learning.com>
Date: Tue, 18 Jan 2005 21:00:46 -0500
X-AntiAbuse: This header was added to track abuse, please include it with any abuse report
X-AntiAbuse: Primary Hostname - inertia01.solutions-for-learning.com
X-AntiAbuse: Original Domain - netlib2.cs.utk.edu
X-AntiAbuse: Originator/Caller UID/GID - [99 99] / [47 12]
X-AntiAbuse: Sender Address Domain - inertia01.solutions-for-learning.com
X-Source: 
X-Source-Args: 
X-Source-Dir: 


British Lottery Headquarters:
Customer Service
28 TANFIELD ROAD,
CROYDON.LONDON
Ref: BTL/491OXI/04
Batch: 12/25/0304

 


             WINNING NOTIFICATION
We happily announce to you the draw of the British Lottery 
International programs held on the 10th of January 2005 in London.Your e-mail 
address attached to ticket number: 694 75600545 721 with Serial number 
886/04 drew the lucky numbers: 31-6-26-13-35-7,which subsequently won you 
the lottery in the 2nd category.You are therefore, been approved to claim 
a
total sum of US$2,500,000.00(Two million, five hundred thousand, United 
StatesDollars) in cash credited to file RPC/9080118308/04.This is from 
a total cash prize of US $125 Million dollars, shared amongst the first 
Fifty (50) lucky winners in this! category.

This year Lottery Program Jackpot is the largest ever for British 
Lottery .The estimated $125 million jackpot would be the sixth-biggest in 
U.K. history.The biggest was the $363 million jackpot that went to two 
winners in a May 2000 drawing of The Big Game, Mega Millions' 
predecessor.

Please note that your lucky winning number falls
within our European booklet representative office in Europe as 
indicated in our play coupon. In view of this, your US$2,500,000.00 (Two 
million, five hundred thousand,United States Dollars) would be released toyou 
by our affiliate bank in London.

Our agent will immediately commence the process to facilitate the 
release of your funds to you as soon as you make contact with him .

All participants were selected randomly from World Wide Web site 
through computer draw system and extracted from over 100,000 companies.This
promotiontakes place annually. For security reasons, you are advised to 
keep your winning ! information confidential till your claims is 
processed and your money remitted to you in whatever manner you deem fit to 
claim your prize. This is a part of our precautionary measure to avoid 
double claiming and unwarranted abuse of this program by some 
unscrupulous
elements. Please be warned.To file for your claim, please contact our 
fiduciary agent with the below details for processing of your claims.

AGENT: Mr.Henry James
Email: henryjames@britishnationallotto.com

To avoid unnecessary delays and complications, please quote your 
reference/batchnumbers in any
correspondences with us or our designated
agent.Congratulations once more from all members and staffs of this 
program.Thank you for being part of our promotional lottery
program.

Sincerely,
Sir john Barckley
Zonal Coordinator.




___________________________________________________________________________
Mail sent from WebMail service at PHP-Nuke Powered Site
- http://yoursite.com

From Mars@bmypc.com Wed Feb 16 18:36:28 2005
Return-Path: <Mars@bmypc.com>
Received: from dwp.net (ppp37-68-gw04.athens.access.acn.gr [213.5.37.68])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j1GNYMTu006135;
	Wed, 16 Feb 2005 18:34:55 -0500 (EST)
Received: from 196.84.55.144 by 213.5.37.68; Wed, 16 Feb 2005 17:39:53 -0300
From: "Meczynski Lukasz" <Mars@bmypc.com>
To: "Berggren Henriette" <blast-sparse-archive@netlib2.cs.utk.edu>
Subject: Stallone Wagemans Ivo
Date: Wed, 16 Feb 2005 17:39:53 +0300
Message-ID: <557801c51480$09ca8ff1$442505d5@dwp.net>
MIME-Version: 1.0
Content-Type: text/plain; charset="iso-8859-1"
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 5.50.4133.2400
X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400

Amend solution
http://Rocha.jrz874383w.com/cs/?theman


From Behnudi@tf1.fr Sat Feb 19 06:16:52 2005
Return-Path: <Behnudi@tf1.fr>
Received: from outblaze.net (69-166-57-110.lkwnny.adelphia.net [69.166.57.110])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j1JBGeTv016460;
	Sat, 19 Feb 2005 06:16:49 -0500 (EST)
From: "Fontaine Christopher" <Behnudi@tf1.fr>
To: "Rajkovic Aleksandar" <parkbench-method-archive@netlib2.cs.utk.edu>
Subject: Re[5]: talk about their pills
Date: Sat, 19 Feb 2005 05:20:26 -0300
Message-ID: <1b7301c51675$225418d4$6e39a645@outblaze.net>
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_0123_456789AB.CDEF0123"
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 6.00.2600.0000
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000

This is a multi-part message in MIME format.

------=_NextPart_000_0123_456789AB.CDEF0123
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

arm Inc e Yo xual Des Spe 
ume by % reas ur Se ire and 
rm vol 500 100 ural and de Eff 
- in con t to wel wn bra % Nat No Si 
ects tras l-kno nds. Expe 
ce thr es lon gas rien ee tim 
ger or ms Wor de shi g wit 
hou ld Wi ppin hin 24 rs 
SP -M UR The we 
and Saf Wa Ph acy
is Ne st The est 
y of arm Inc e Yo xual Des 
Spe ume by % reas ur Se 
ire and rm vol 500 100 ural and 
de Eff - in con t to wel wn bra % Nat 
No Si ects tras l-kno nds. 
Expe ce thr es lon gas rien 
ee tim ger or ms Wor de shi 
g wit hou ld Wi ppin hin 24 
rs SP -M UR The
we and Saf Wa Ph 
acy is Ne st The 
est y of arm Inc e Yo 
xual Des Spe ume by % reas 
ur Se ire and rm vol 500 100 
ural and de Eff - in con t to wel wn bra 
% Nat No Si ects tras l-kno 
nds. Expe ce thr es lon gas 
rien ee tim ger or ms Wor 
de shi g wit hou ld Wi ppin
hin 24 rs SP -M UR 
The we and Saf Wa 
Ph acy is Ne st 
The est y of arm Inc 
e Yo xual Des Spe ume by % 
reas ur Se ire and rm vol 500 
100 ural and de Eff - in con t to wel 
wn bra % Nat No Si ects tras 
l-kno nds. Expe ce thr es lon 
gas rien ee tim ger or ms
Wor de shi g wit hou ld Wi 
ppin hin 24 rs SP -M 
UR The we and Saf 
Wa Ph acy is Ne 
st The est y of arm 
Inc e Yo xual Des Spe ume by 
% reas ur Se ire and rm vol 
500 100 ural and de Eff - in con 
t to wel wn bra % Nat No Si ects 
tras l-kno nds. Expe ce thr
es lon gas rien ee tim ger or 
ms Wor de shi g wit hou 
ld Wi ppin hin 24 rs SP 
-M UR The we and 
Saf Wa Ph acy is 
Ne st The est y of 
arm Inc e Yo xual Des Spe 
ume by % reas ur Se ire and 
rm vol 500 100 ural and de Eff 
- in con t to wel wn bra % Nat No Si
ects tras l-kno nds. Expe 
ce thr es lon gas rien ee tim 
ger or ms Wor de shi g wit 
hou ld Wi ppin hin 24 rs 
SP -M UR The we 
and Saf Wa Ph acy 
is Ne st The est 
y of arm Inc e Yo xual Des 
Spe ume by % reas ur Se 
ire and rm vol 500 100 ural and
de Eff - in con t to wel wn bra % Nat 
No Si ects tras l-kno nds. 
Expe ce thr es lon gas rien 
ee tim ger or ms Wor de shi 
g wit hou ld Wi ppin hin 24 
rs SP -M UR The 
we and Saf Wa Ph 
acy is Ne st The 
est y of arm Inc e Yo 
xual Des Spe ume by % reas

------=_NextPart_000_0123_456789AB.CDEF0123
Content-Type: text/html;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; charset=3Diso-8859-1">
<STYLE>.tmp1a {
	FONT: bold 75pt impact; COLOR: #0975ce
}
 .tmp1 {
	FONT: bold 25pt impact; COLOR: #0975ce
}
 .tmp2 {
	FONT: bold 23pt arial; COLOR: #ffffff; TEXT-DECORATION: underline
}
 .tmp3 {
	FONT: bold 14pt arial; COLOR: #ffffff
}
 .tmp4 {
	FONT: 14pt arial; COLOR: #ffffff
}
 .tmp5 {
	FONT: bold 18pt arial; COLOR: #ffffff
}
</STYLE>

<META content=3D"MSHTML 6.00.2900.2604" name=3DGENERATOR></HEAD>
<BODY text=3D#000000 vLink=3D#ffffff aLink=3D#808080 link=3D#808080 =
bgProperties=3Dfixed=20
bgColor=3D#0975ce leftMargin=3D0 topMargin=3D0 marginwidth=3D"0" =
marginheight=3D"0">
<TABLE height=3D83 cellSpacing=3D0 cellPadding=3D0 width=3D"100%" =
bgColor=3D#ffffff=20
border=3D0>
  <TR>
    <TD>
      <TABLE cellSpacing=3D0 cellPadding=3D0 align=3Dcenter border=3D0>
        <TR vAlign=3Dbottom>
          <TD rowSpan=3D2><A href=3D"http://Hedalen.luretics.com/Dichkov/Lover"><SPAN=20
            class=3Dtmp1a>SP</SPAN></A></TD>
          <TD></TD>
          <TD rowSpan=3D2><A href=3D"http://Salihovic.luretics.com/Schindler/Rui"><SPAN=20
            class=3Dtmp1a>-M</SPAN></A></TD>
          <TD></TD></TR>
        <TR vAlign=3Dbottom>
          <TD><A href=3D"http://Katic.luretics.com/Talobrese/Alonso"><SPAN=20
        class=3Dtmp1a>UR</SPAN></A></TD></TR></TABLE></TD></TR>
  <TR>
    <TD width=3D"100%" height=3D83>
      <TABLE cellSpacing=3D0 cellPadding=3D0 align=3Dcenter border=3D0>
        <TR vAlign=3Dbottom>
          <TD rowSpan=3D2><A href=3D"http://Secada.luretics.com/Plaza/Pereira"><SPAN=20
            class=3Dtmp1>&nbsp;</SPAN></A></TD>
          <TD></TD>
          <TD rowSpan=3D2><A href=3D"http://Ross.luretics.com/Paramount/Shances"><SPAN=20
            class=3Dtmp1>The&nbsp;</SPAN></A></TD>
          <TD></TD>
          <TD rowSpan=3D2><A href=3D"http://Widjaja.luretics.com/Rossi/Wii"><SPAN=20
            class=3Dtmp1>we</SPAN></A></TD>
          <TD></TD>
          <TD rowSpan=3D2><A href=3D"http://Lima.luretics.com/Howard/Nilsson"><SPAN=20
            class=3Dtmp1>and&nbsp;</SPAN></A></TD>
          <TD></TD>
          <TD rowSpan=3D2><A href=3D"http://Hillmayer.luretics.com/Yuksel/Ceylan"><SPAN=20
            class=3Dtmp1>Saf</SPAN></A></TD>
          <TD></TD>
          <TD rowSpan=3D2><A href=3D"http://Luzardo.luretics.com/Demir/Suarez"><SPAN=20
            class=3Dtmp1>Wa</SPAN></A></TD>
          <TD></TD>
          <TD rowSpan=3D2><A href=3D"http://Dietz.luretics.com/Lyttle/Babaev"><SPAN=20
            class=3Dtmp1>Ph</SPAN></A></TD>
          <TD></TD>
          <TD rowSpan=3D2><A href=3D"http://Fernandez.luretics.com/Fato/Gabel"><SPAN=20
            class=3Dtmp1>acy&nbsp;</SPAN></A></TD>
          <TD></TD></TR>
        <TR vAlign=3Dbottom>
          <TD><A href=3D"http://Sandfrey.luretics.com/Belchinski/Keehirun"><SPAN=20
            class=3Dtmp1>is&nbsp;</SPAN></A></TD>
          <TD><A href=3D"http://Dubru.luretics.com/Deosaran/Apostolov"><SPAN =
class=3Dtmp1>Ne</SPAN></A></TD>
          <TD><A href=3D"http://Chlumpski.luretics.com/Bonacorsi/Yugay"><SPAN=20
            class=3Dtmp1>st&nbsp;</SPAN></A></TD>
          <TD><A href=3D"http://Robb.luretics.com/Billi/Rocha"><SPAN=20
            class=3Dtmp1>The&nbsp;</SPAN></A></TD>
          <TD><A href=3D"http://Xie.luretics.com/Kline/Stoffels"><SPAN=20
            class=3Dtmp1>est&nbsp;</SPAN></A></TD>
          <TD><A href=3D"http://Mundt.luretics.com/Nadeem/Gundermann"><SPAN=20
            class=3Dtmp1>y&nbsp;of&nbsp;</SPAN></A></TD>
          <TD><A href=3D"http://Burnich.luretics.com/Todorova/Gomez"><SPAN=20
        =
class=3Dtmp1>arm</SPAN></A></TD></TR></TABLE></TD></TR></=
TABLE>
<TABLE height=3D23 cellSpacing=3D0 cellPadding=3D0 width=3D"100%" =
bgColor=3D#0975ce=20
border=3D0>
  <TR>
    <TD width=3D"100%" height=3D23>
      <P align=3Dcenter></P></TD></TR></TABLE>
<TABLE height=3D31 cellSpacing=3D0 cellPadding=3D0 width=3D"100%" =
bgColor=3D#0975ce=20
border=3D0>
  <TR>
    <TD width=3D"100%" height=3D31>
      <TABLE cellSpacing=3D0 cellPadding=3D0 align=3Dcenter border=3D0>
        <TR vAlign=3Dbottom>
          <TD rowSpan=3D2><A href=3D"http://Jensen.luretics.com/Gonzalez/Paust"><SPAN=20
            class=3Dtmp2>Inc</SPAN></A></TD>
          <TD></TD>
          <TD rowSpan=3D2><A href=3D"http://Vlasov.luretics.com/Sahoo/Lennox"><SPAN=20
            class=3Dtmp2>e&nbsp;Yo</SPAN></A></TD>
          <TD></TD>
          <TD rowSpan=3D2><A href=3D"http://Fedoseev.luretics.com/Philyaw/Hute"><SPAN=20
            class=3Dtmp2>xual&nbsp;Des</SPAN></A></TD>
          <TD></TD>
          <TD rowSpan=3D2><A href=3D"http://Nestertsova.luretics.com/Shah/Ali"><SPAN=20
            class=3Dtmp2>Spe</SPAN></A></TD>
          <TD></TD>
          <TD rowSpan=3D2><A href=3D"http://Gurin.luretics.com/Chen/Reynolds"><SPAN=20
            class=3Dtmp2>ume&nbsp;by&nbsp;</SPAN></A></TD>
          <TD></TD>
          <TD rowSpan=3D2><A href=3D"http://Cvijic.luretics.com/Hamici/Brouwer"><SPAN=20
            class=3Dtmp2>%</SPAN></A></TD>
          <TD></TD></TR>
        <TR vAlign=3Dbottom>
          <TD><A href=3D"http://Welcker.luretics.com/Gisbertz/Levin"><SPAN=20
          class=3Dtmp2>reas</SPAN></A></TD>
          <TD><A href=3D"http://Mendes.luretics.com/Rudenko/Brock"><SPAN=20
            class=3Dtmp2>ur&nbsp;Se</SPAN></A></TD>
          <TD><A href=3D"http://Montoya.luretics.com/Hallberg/Adams"><SPAN=20
            class=3Dtmp2>ire&nbsp;and&nbsp;</SPAN></A></TD>
          <TD><A href=3D"http://Gibson.luretics.com/Osadchiy/Cini"><SPAN=20
            class=3Dtmp2>rm&nbsp;vol</SPAN></A></TD>
          <TD><A href=3D"http://Buchholz.luretics.com/Fachini/Dhingra"><SPAN=20
        =
class=3Dtmp2>500</SPAN></A></TD></TR></TABLE></TD></TR></=
TABLE>
<TABLE height=3D52 cellSpacing=3D0 cellPadding=3D0 width=3D"100%" =
bgColor=3D#0975ce=20
border=3D0>
  <TR>
    <TD width=3D"100%" height=3D52>
      <P align=3Dcenter></P></TD></TR>
  <TR>
    <TD width=3D"100%" height=3D31>
      <TABLE cellSpacing=3D0 cellPadding=3D0 align=3Dcenter border=3D0>
        <TR vAlign=3Dbottom>
          <TD rowSpan=3D2><A href=3D"http://Ghareib.luretics.com/Ftodosyev/Hewitt"><SPAN=20
            class=3Dtmp3>100</SPAN></A></TD>
          <TD></TD>
          <TD rowSpan=3D2><A href=3D"http://Kubbi.luretics.com/Wolf/Georgiev"><SPAN=20
            class=3Dtmp3>ural&nbsp;and&nbsp;</SPAN></A></TD>
          <TD></TD>
          <TD rowSpan=3D2><A href=3D"http://Jezewski.luretics.com/Howieson/Lee"><SPAN=20
            class=3Dtmp3>de&nbsp;Eff</SPAN></A></TD>
          <TD></TD>
          <TD rowSpan=3D2><A href=3D"http://Tanusha.luretics.com/Lay/King"><SPAN=20
            class=3Dtmp4>-&nbsp;in&nbsp;con</SPAN></A></TD>
          <TD></TD>
          <TD rowSpan=3D2><A href=3D"http://Smogarev.luretics.com/Boekhoudt/Parreno"><SPAN=20
            class=3Dtmp4>t&nbsp;to&nbsp;wel</SPAN></A></TD>
          <TD></TD>
          <TD rowSpan=3D2><A href=3D"http://Anokhin.luretics.com/Taskiran/Johansson"><SPAN=20
            class=3Dtmp4>wn&nbsp;bra</SPAN></A></TD>
          <TD></TD></TR>
        <TR vAlign=3Dbottom>
          <TD><A href=3D"http://Amos.luretics.com/Kapoor/Inmon"><SPAN=20
            class=3Dtmp3>%&nbsp;Nat</SPAN></A></TD>
          <TD><A href=3D"http://Mentozavr.luretics.com/Solem/Battah"><SPAN=20
            class=3Dtmp3>No&nbsp;Si</SPAN></A></TD>
          <TD><A href=3D"http://Janowska.luretics.com/Harnisch/Chignaguet"><SPAN=20
            class=3Dtmp3>ects&nbsp;</SPAN></A></TD>
          <TD><A href=3D"http://Anderson.luretics.com/Silva/Michaels"><SPAN=20
          class=3Dtmp4>tras</SPAN></A></TD>
          <TD><A href=3D"http://Vishniakov.luretics.com/Lysenko/Sonstagen"><SPAN=20
          class=3Dtmp4>l-kno</SPAN></A></TD>
          <TD><A href=3D"http://Purvey.luretics.com/Ushakova/Sutherland"><SPAN=20
          =
class=3Dtmp4>nds.</SPAN></A></TD></TR></TABLE></TD></TR><=
/TABLE>
<TABLE height=3D23 cellSpacing=3D0 cellPadding=3D0 width=3D"100%" =
bgColor=3D#0975ce=20
border=3D0>
  <TR>
    <TD width=3D"100%" height=3D23>
      <TABLE cellSpacing=3D0 cellPadding=3D0 align=3Dcenter border=3D0>
        <TR vAlign=3Dbottom>
          <TD rowSpan=3D2><A href=3D"http://Scagliola.luretics.com/Dawuda/Meza"><SPAN=20
            class=3Dtmp4>Expe</SPAN></A></TD>
          <TD></TD>
          <TD rowSpan=3D2><A href=3D"http://Pinnoy.luretics.com/Atacan/Vampire"><SPAN=20
            class=3Dtmp4>ce&nbsp;thr</SPAN></A></TD>
          <TD></TD>
          <TD rowSpan=3D2><A href=3D"http://Bazin.luretics.com/Cheng/Tcapko"><SPAN=20
            class=3Dtmp4>es&nbsp;lon</SPAN></A></TD>
          <TD></TD>
          <TD rowSpan=3D2><A href=3D"http://Naccari.luretics.com/White/Matkovic"><SPAN=20
            class=3Dtmp4>gas</SPAN></A></TD>
          <TD></TD></TR>
        <TR vAlign=3Dbottom>
          <TD><A href=3D"http://Martinez.luretics.com/Ibarra/Truthern"><SPAN=20
          class=3Dtmp4>rien</SPAN></A></TD>
          <TD><A href=3D"http://Iverson.luretics.com/Maes/Adhitia"><SPAN=20
            class=3Dtmp4>ee&nbsp;tim</SPAN></A></TD>
          <TD><A href=3D"http://Niebles.luretics.com/Fusi/Shinya"><SPAN=20
            class=3Dtmp4>ger&nbsp;or</SPAN></A></TD>
          <TD><A href=3D"http://Spence.luretics.com/Ballantyne/Virtanen"><SPAN=20
        =
class=3Dtmp4>ms</SPAN></A></TD></TR></TABLE></TD></TR></T=
ABLE>
<TABLE height=3D37 cellSpacing=3D0 cellPadding=3D0 width=3D"100%" =
bgColor=3D#0975ce=20
border=3D0>
  <TR>
    <TD width=3D"100%" height=3D37>
      <P align=3Dcenter></P></TD></TR></TABLE>
<TABLE height=3D23 cellSpacing=3D0 cellPadding=3D0 width=3D"100%" =
bgColor=3D#0975ce=20
border=3D0>
  <TR>
    <TD width=3D"100%" height=3D23>
      <TABLE cellSpacing=3D0 cellPadding=3D0 align=3Dcenter border=3D0>
        <TR vAlign=3Dbottom>
          <TD rowSpan=3D2><A href=3D"http://Jokubenas.luretics.com/Vazquez/Lake"><SPAN=20
            class=3Dtmp5>Wor</SPAN></A></TD>
          <TD></TD>
          <TD rowSpan=3D2><A href=3D"http://French.luretics.com/Kustarin/Kris"><SPAN=20
            class=3Dtmp5>de&nbsp;shi</SPAN></A></TD>
          <TD></TD>
          <TD rowSpan=3D2><A href=3D"http://Hunter.luretics.com/Minnaar/Krstic"><SPAN=20
            class=3Dtmp5>g&nbsp;wit</SPAN></A></TD>
          <TD></TD>
          <TD rowSpan=3D2><A href=3D"http://Alexei.luretics.com/Sergei/Florentina"><SPAN=20
            class=3Dtmp5>hou</SPAN></A></TD>
          <TD></TD></TR>
        <TR vAlign=3Dbottom>
          <TD><A href=3D"http://Davletshin.luretics.com/Harasty/Puff"><SPAN=20
            class=3Dtmp5>ld&nbsp;Wi</SPAN></A></TD>
          <TD><A href=3D"http://Saez.luretics.com/Bagus/Brugh"><SPAN=20
          class=3Dtmp5>ppin</SPAN></A></TD>
          <TD><A href=3D"http://Parra.luretics.com/Ianeva/Ozkilinc"><SPAN=20
            class=3Dtmp5>hin&nbsp;24&nbsp;</SPAN></A></TD>
          <TD><A href=3D"http://Wilbur.luretics.com/Bandeira/Lian"><SPAN=20
        =
class=3Dtmp5>rs</SPAN></A></TD></TR></TABLE></TD></TR></T=
ABLE>
<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
ur Se ire and rm vol 500 100 
ural and de Eff - in con t to wel wn bra 
% Nat No Si ects tras l-kno 
nds. Expe ce thr es lon gas 
rien ee tim ger or ms Wor 
de shi g wit hou ld Wi ppin 
hin 24 rs SP -M UR 
The we and Saf Wa 
Ph acy is Ne st 
The est y of arm Inc
e Yo xual Des Spe ume by % 
reas ur Se ire and rm vol 500 
100 ural and de Eff - in con t to wel 
wn bra % Nat No Si ects tras 
l-kno nds. Expe ce thr es lon 
gas rien ee tim ger or ms 
Wor de shi g wit hou ld Wi 
ppin hin 24 rs SP -M 
UR The we and Saf 
Wa Ph acy is Ne
st The est y of arm 
Inc e Yo xual Des Spe ume by 
% reas ur Se ire and rm vol 
500 100 ural and de Eff - in con 
t to wel wn bra % Nat No Si ects 
tras l-kno nds. Expe ce thr 
es lon gas rien ee tim ger or 
ms Wor de shi g wit hou 
ld Wi ppin hin 24 rs SP 
-M UR The we and
Saf Wa Ph acy is 
Ne st The est y of 
arm Inc e Yo xual Des Spe 
ume by % reas ur Se ire and 
rm vol 500 100 ural and de Eff 
- in con t to wel wn bra % Nat No Si 
ects tras l-kno nds. Expe 
ce thr es lon gas rien ee tim 
ger or ms Wor de shi g wit 
hou ld Wi ppin hin 24 rs
SP -M UR The we 
and Saf Wa Ph acy 
is Ne st The est 
y of arm Inc e Yo xual Des 
Spe ume by % reas ur Se 
ire and rm vol 500 100 ural and 
de Eff - in con t to wel wn bra % Nat 
No Si ects tras l-kno nds. 
Expe ce thr es lon gas rien 
ee tim ger or ms Wor de shi
g wit hou ld Wi ppin hin 24 
rs SP -M UR The 
we and Saf Wa Ph 
acy is Ne st The 
est y of arm Inc e Yo 
xual Des Spe ume by % reas 
ur Se ire and rm vol 500 100 
ural and de Eff - in con t to wel wn bra 
% Nat No Si ects tras l-kno 
nds. Expe ce thr es lon gas
rien ee tim ger or ms Wor 
de shi g wit hou ld Wi ppin 
hin 24 rs SP -M UR 
The we and Saf Wa 
Ph acy is Ne st 
The est y of arm Inc 
e Yo xual Des Spe ume by % 
reas ur Se ire and rm vol 500 
100 ural and de Eff - in con t to wel 
wn bra % Nat No Si ects tras
l-kno nds. Expe ce thr es lon 
gas rien ee tim ger or ms 
Wor de shi g wit hou ld Wi 
ppin hin 24 rs SP -M 
UR The we and Saf 
Wa Ph acy is Ne 
st The est y of arm 
Inc e Yo xual Des Spe ume by 
% reas ur Se ire and rm vol 
500 100 ural and de Eff - in con
</BODY></HTML>

------=_NextPart_000_0123_456789AB.CDEF0123--


From ulvqnkoccw@mminternet.com Sat Feb 19 14:58:13 2005
Return-Path: <ulvqnkoccw@mminternet.com>
Received: from 222.47.62.219 ([222.47.62.219])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j1JJwATu016146
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Sat, 19 Feb 2005 14:58:12 -0500 (EST)
Received: from 102.206.88.108 by ; Sat, 19 Feb 2005 22:50:11 +0300
Message-ID: <XZORSFEPZCPIQLUEZDTKTKOYA@coldwellbanker.com>
From: "" <udivqpg@coldwellbanker.com>
Reply-To: "" <qvxbvzgwe@coldwellbanker.com>
To: parkbench-method-archive@netlib2.cs.utk.edu
Subject: BP Server - 485920
Date: Sat, 19 Feb 2005 22:53:11 +0300
X-Mailer: Microsoft Outlook Express 6.00.2600.0000
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="--6878984831244839"
X-Priority: 3
X-MSMail-Priority: Normal

----6878984831244839
Content-Type: text/html;
Content-Transfer-Encoding: quoted-printable

<html>

<head>
<meta http-equiv=3D"Content-Type" content=3D"text/html; charset=3Dgb2312">=

<meta name=3D"GENERATOR" content=3D"Microsoft FrontPage 4.0">
<meta name=3D"ProgId" content=3D"FrontPage.Editor.Document">
<title>Stable offshore resources to promote your services</title>
</head>

<body>

<p style=3D"MARGIN-LEFT: 0.5in"><font face=3D"Arial" size=3D"2">Stable off=
shore 
resources to&nbsp;promote your services/products:</font></p>
<p style=3D"MARGIN-LEFT: 0.5in"><b><font face=3D"Arial" size=3D"2">-&nbsp;=
 Mail 
Dedicated Server<br>
-&nbsp; Offshore web-Hosting</font></b></p>
<p style=3D"MARGIN-LEFT: 0.5in"><font face=3D"Arial"><b><font face=3D"Aria=
l" size=3D"2">-&nbsp; 
Custom-Email Marketing Solutions<br>
</font></b></font></p>
<p style=3D"MARGIN-LEFT: 0.5in"><a href=3D"http://aol.com.email.com.blusys=
tems.com/hosting.htm"><font face=3D"Arial" size=3D"2">More 
Information</font></a></p>
<p style=3D"MARGIN-LEFT: 0.5in"><font face=3D"Arial" size=3D"2">Dont reply=
 to this 
e-mail. Please kindly contact us by&nbsp;<a href=3D"mailto:Marketingtoyour=
@tom.com;Marketingtoyour@126.com"><br>
Marketingtoyour@126.com&nbsp;&nbsp; or&nbsp;&nbsp; Marketingtoyour@tom.com=
<br>
</a><br>
<br>
Jane<br>
Sales Dept<br>
<a href=3D"mailto:Marketingtoyour@tom.com;Marketingtoyour@126.com">Marketi=
ngtoyour@tom.com</a><br>
**************************************************************************=
**************<br>
No Thanks:&nbsp; <a href=3D"mailto:Jon@yahoo.com?subject=3Doff">ForYour@Ho=
tmail.com?subject=3Dparkbench-method-archive@netlib2.cs.utk.edu</a><br>
**************************************************************************=
**************</font></p>

</body>

</html>


----6878984831244839--


From Cankar@dejanews.com Mon Feb 21 07:22:30 2005
Return-Path: <Cankar@dejanews.com>
Received: from meloo.com ([81.198.236.172])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j1LCKlTu026869;
	Mon, 21 Feb 2005 07:21:39 -0500 (EST)
From: "Junior Alberto" <Cankar@dejanews.com>
To: "Bach Anusati" <netlibd@netlib2.cs.utk.edu>
Subject: Re[3]: talk about his tablets
Date: Mon, 21 Feb 2005 06:25:40 -0200
Message-ID: <746c01c51810$24bf3a22$acecc651@meloo.com>
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_0123_456789AB.CDEF0123"
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 6.00.2900.2527
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2527

This is a multi-part message in MIME format.

------=_NextPart_000_0123_456789AB.CDEF0123
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

Ph acy is Ne st 
The est y of arm Inc 
e Yo xual Des Spe ume by % 
reas ur Se ire and rm vol 500 
100 ural and de Eff - in con t to wel 
wn bra % Nat No Si ects tras 
l-kno nds. Expe ce thr es lon 
gas rien ee tim ger or ms 
Wor de shi g wit hou ld Wi 
ppin hin 24 rs SP -M
UR The we and Saf 
Wa Ph acy is Ne 
st The est y of arm 
Inc e Yo xual Des Spe ume by 
% reas ur Se ire and rm vol 
500 100 ural and de Eff - in con 
t to wel wn bra % Nat No Si ects 
tras l-kno nds. Expe ce thr 
es lon gas rien ee tim ger or 
ms Wor de shi g wit hou
ld Wi ppin hin 24 rs SP 
-M UR The we and 
Saf Wa Ph acy is 
Ne st The est y of 
arm Inc e Yo xual Des Spe 
ume by % reas ur Se ire and 
rm vol 500 100 ural and de Eff 
- in con t to wel wn bra % Nat No Si 
ects tras l-kno nds. Expe 
ce thr es lon gas rien ee tim
ger or ms Wor de shi g wit 
hou ld Wi ppin hin 24 rs 
SP -M UR The we 
and Saf Wa Ph acy 
is Ne st The est 
y of arm Inc e Yo xual Des 
Spe ume by % reas ur Se 
ire and rm vol 500 100 ural and 
de Eff - in con t to wel wn bra % Nat 
No Si ects tras l-kno nds.
Expe ce thr es lon gas rien 
ee tim ger or ms Wor de shi 
g wit hou ld Wi ppin hin 24 
rs SP -M UR The 
we and Saf Wa Ph 
acy is Ne st The 
est y of arm Inc e Yo 
xual Des Spe ume by % reas 
ur Se ire and rm vol 500 100 
ural and de Eff - in con t to wel wn bra
% Nat No Si ects tras l-kno 
nds. Expe ce thr es lon gas 
rien ee tim ger or ms Wor 
de shi g wit hou ld Wi ppin 
hin 24 rs SP -M UR 
The we and Saf Wa 
Ph acy is Ne st 
The est y of arm Inc 
e Yo xual Des Spe ume by % 
reas ur Se ire and rm vol 500
100 ural and de Eff - in con t to wel 
wn bra % Nat No Si ects tras 
l-kno nds. Expe ce thr es lon 
gas rien ee tim ger or ms 
Wor de shi g wit hou ld Wi 
ppin hin 24 rs SP -M 
UR The we and Saf 
Wa Ph acy is Ne 
st The est y of arm 
Inc e Yo xual Des Spe ume by
% reas ur Se ire and rm vol 
500 100 ural and de Eff - in con 
t to wel wn bra % Nat No Si ects 
tras l-kno nds. Expe ce thr 
es lon gas rien ee tim ger or 
ms Wor de shi g wit hou 
ld Wi ppin hin 24 rs SP 
-M UR The we and 
Saf Wa Ph acy is 
Ne st The est y of

------=_NextPart_000_0123_456789AB.CDEF0123
Content-Type: text/html;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; charset=3Diso-8859-1">
<STYLE>.tmp1a {
	FONT: bold 75pt impact; COLOR: #0975ce
}
 .tmp1 {
	FONT: bold 25pt impact; COLOR: #0975ce
}
 .tmp2 {
	FONT: bold 23pt arial; COLOR: #ffffff; TEXT-DECORATION: underline
}
 .tmp3 {
	FONT: bold 14pt arial; COLOR: #ffffff
}
 .tmp4 {
	FONT: 14pt arial; COLOR: #ffffff
}
 .tmp5 {
	FONT: bold 18pt arial; COLOR: #ffffff
}
</STYLE>

<META content=3D"MSHTML 6.00.2900.2604" name=3DGENERATOR></HEAD>
<BODY text=3D#000000 vLink=3D#ffffff aLink=3D#808080 link=3D#808080 =
bgProperties=3Dfixed=20
bgColor=3D#0975ce leftMargin=3D0 topMargin=3D0 marginwidth=3D"0" =
marginheight=3D"0">
<TABLE height=3D83 cellSpacing=3D0 cellPadding=3D0 width=3D"100%" =
bgColor=3D#ffffff=20
border=3D0>
  <TR>
    <TD>
      <TABLE cellSpacing=3D0 cellPadding=3D0 align=3Dcenter border=3D0>
        <TR vAlign=3Dbottom>
          <TD rowSpan=3D2><A href=3D"http://Chaos.luretics.com/Said/Dennison"><SPAN=20
            class=3Dtmp1a>SP</SPAN></A></TD>
          <TD></TD>
          <TD rowSpan=3D2><A href=3D"http://Zin.luretics.com/Mir/Trandafir"><SPAN=20
            class=3Dtmp1a>-M</SPAN></A></TD>
          <TD></TD></TR>
        <TR vAlign=3Dbottom>
          <TD><A href=3D"http://Vandenberg.luretics.com/Geary/Janshen"><SPAN=20
        class=3Dtmp1a>UR</SPAN></A></TD></TR></TABLE></TD></TR>
  <TR>
    <TD width=3D"100%" height=3D83>
      <TABLE cellSpacing=3D0 cellPadding=3D0 align=3Dcenter border=3D0>
        <TR vAlign=3Dbottom>
          <TD rowSpan=3D2><A href=3D"http://Sawadski.luretics.com/Hansen/Castro"><SPAN=20
            class=3Dtmp1>&nbsp;</SPAN></A></TD>
          <TD></TD>
          <TD rowSpan=3D2><A href=3D"http://Allard.luretics.com/Myers/Komochena"><SPAN=20
            class=3Dtmp1>The&nbsp;</SPAN></A></TD>
          <TD></TD>
          <TD rowSpan=3D2><A href=3D"http://Fellner.luretics.com/Banscher/Cvetkovic"><SPAN=20
            class=3Dtmp1>we</SPAN></A></TD>
          <TD></TD>
          <TD rowSpan=3D2><A href=3D"http://Vauhkala.luretics.com/Maldonado/Chivers"><SPAN=20
            class=3Dtmp1>and&nbsp;</SPAN></A></TD>
          <TD></TD>
          <TD rowSpan=3D2><A href=3D"http://Ramos.luretics.com/Klimenkov/Ryzenkov"><SPAN=20
            class=3Dtmp1>Saf</SPAN></A></TD>
          <TD></TD>
          <TD rowSpan=3D2><A href=3D"http://Howard.luretics.com/Tsvetkova/Nankova"><SPAN=20
            class=3Dtmp1>Wa</SPAN></A></TD>
          <TD></TD>
          <TD rowSpan=3D2><A href=3D"http://Jaramillo.luretics.com/Kramarenko/Hansen"><SPAN=20
            class=3Dtmp1>Ph</SPAN></A></TD>
          <TD></TD>
          <TD rowSpan=3D2><A href=3D"http://Islam.luretics.com/Hellpap/Sobhani"><SPAN=20
            class=3Dtmp1>acy&nbsp;</SPAN></A></TD>
          <TD></TD></TR>
        <TR vAlign=3Dbottom>
          <TD><A href=3D"http://Saabalero.luretics.com/Ramirez/Guerreiro"><SPAN=20
            class=3Dtmp1>is&nbsp;</SPAN></A></TD>
          <TD><A href=3D"http://Yazdinejhad.luretics.com/Gruender/Pimentel"><SPAN =
class=3Dtmp1>Ne</SPAN></A></TD>
          <TD><A href=3D"http://Stolypin.luretics.com/Teslenko/Kanoplich"><SPAN=20
            class=3Dtmp1>st&nbsp;</SPAN></A></TD>
          <TD><A href=3D"http://Piskunov.luretics.com/Todorovic/Men"><SPAN=20
            class=3Dtmp1>The&nbsp;</SPAN></A></TD>
          <TD><A href=3D"http://Gilleran.luretics.com/Barov/Jensen"><SPAN=20
            class=3Dtmp1>est&nbsp;</SPAN></A></TD>
          <TD><A href=3D"http://Geleva.luretics.com/Robledo/Phelps"><SPAN=20
            class=3Dtmp1>y&nbsp;of&nbsp;</SPAN></A></TD>
          <TD><A href=3D"http://Stoyanov.luretics.com/Walpole/Feldbusch"><SPAN=20
        =
class=3Dtmp1>arm</SPAN></A></TD></TR></TABLE></TD></TR></=
TABLE>
<TABLE height=3D23 cellSpacing=3D0 cellPadding=3D0 width=3D"100%" =
bgColor=3D#0975ce=20
border=3D0>
  <TR>
    <TD width=3D"100%" height=3D23>
      <P align=3Dcenter></P></TD></TR></TABLE>
<TABLE height=3D31 cellSpacing=3D0 cellPadding=3D0 width=3D"100%" =
bgColor=3D#0975ce=20
border=3D0>
  <TR>
    <TD width=3D"100%" height=3D31>
      <TABLE cellSpacing=3D0 cellPadding=3D0 align=3Dcenter border=3D0>
        <TR vAlign=3Dbottom>
          <TD rowSpan=3D2><A href=3D"http://Ostapchuk.luretics.com/Cholakova/Kapetanovic"><SPAN=20
            class=3Dtmp2>Inc</SPAN></A></TD>
          <TD></TD>
          <TD rowSpan=3D2><A href=3D"http://Kosachev.luretics.com/Bergh/Jankkila"><SPAN=20
            class=3Dtmp2>e&nbsp;Yo</SPAN></A></TD>
          <TD></TD>
          <TD rowSpan=3D2><A href=3D"http://Crawford.luretics.com/Blackwell/Pianka"><SPAN=20
            class=3Dtmp2>xual&nbsp;Des</SPAN></A></TD>
          <TD></TD>
          <TD rowSpan=3D2><A href=3D"http://Arnott.luretics.com/Blomster/Manson"><SPAN=20
            class=3Dtmp2>Spe</SPAN></A></TD>
          <TD></TD>
          <TD rowSpan=3D2><A href=3D"http://Stojakovic.luretics.com/Fruin/Victor"><SPAN=20
            class=3Dtmp2>ume&nbsp;by&nbsp;</SPAN></A></TD>
          <TD></TD>
          <TD rowSpan=3D2><A href=3D"http://Flemming.luretics.com/Marzeddu/Wisso"><SPAN=20
            class=3Dtmp2>%</SPAN></A></TD>
          <TD></TD></TR>
        <TR vAlign=3Dbottom>
          <TD><A href=3D"http://Brouwers.luretics.com/Krusteva/Pettersson"><SPAN=20
          class=3Dtmp2>reas</SPAN></A></TD>
          <TD><A href=3D"http://Johannes.luretics.com/Wigle/Antunes"><SPAN=20
            class=3Dtmp2>ur&nbsp;Se</SPAN></A></TD>
          <TD><A href=3D"http://Skrebnev.luretics.com/Nicklaus/Percolo"><SPAN=20
            class=3Dtmp2>ire&nbsp;and&nbsp;</SPAN></A></TD>
          <TD><A href=3D"http://Bamberger.luretics.com/Poh/Emir"><SPAN=20
            class=3Dtmp2>rm&nbsp;vol</SPAN></A></TD>
          <TD><A href=3D"http://Bibiana.luretics.com/Rabatovic/Harris"><SPAN=20
        =
class=3Dtmp2>500</SPAN></A></TD></TR></TABLE></TD></TR></=
TABLE>
<TABLE height=3D52 cellSpacing=3D0 cellPadding=3D0 width=3D"100%" =
bgColor=3D#0975ce=20
border=3D0>
  <TR>
    <TD width=3D"100%" height=3D52>
      <P align=3Dcenter></P></TD></TR>
  <TR>
    <TD width=3D"100%" height=3D31>
      <TABLE cellSpacing=3D0 cellPadding=3D0 align=3Dcenter border=3D0>
        <TR vAlign=3Dbottom>
          <TD rowSpan=3D2><A href=3D"http://Demina.luretics.com/Correia/Olszak"><SPAN=20
            class=3Dtmp3>100</SPAN></A></TD>
          <TD></TD>
          <TD rowSpan=3D2><A href=3D"http://Petrovic.luretics.com/Wurm/Guy"><SPAN=20
            class=3Dtmp3>ural&nbsp;and&nbsp;</SPAN></A></TD>
          <TD></TD>
          <TD rowSpan=3D2><A href=3D"http://Badillo.luretics.com/Crocker/Shanditcev"><SPAN=20
            class=3Dtmp3>de&nbsp;Eff</SPAN></A></TD>
          <TD></TD>
          <TD rowSpan=3D2><A href=3D"http://Horn.luretics.com/Yanto/Andrey"><SPAN=20
            class=3Dtmp4>-&nbsp;in&nbsp;con</SPAN></A></TD>
          <TD></TD>
          <TD rowSpan=3D2><A href=3D"http://Potseluev.luretics.com/Flanagan/Oliveira"><SPAN=20
            class=3Dtmp4>t&nbsp;to&nbsp;wel</SPAN></A></TD>
          <TD></TD>
          <TD rowSpan=3D2><A href=3D"http://Johnson.luretics.com/Burch/Rateb"><SPAN=20
            class=3Dtmp4>wn&nbsp;bra</SPAN></A></TD>
          <TD></TD></TR>
        <TR vAlign=3Dbottom>
          <TD><A href=3D"http://Yadav.luretics.com/Contreras/Remillard"><SPAN=20
            class=3Dtmp3>%&nbsp;Nat</SPAN></A></TD>
          <TD><A href=3D"http://Murad.luretics.com/Aschwege/Sylwek"><SPAN=20
            class=3Dtmp3>No&nbsp;Si</SPAN></A></TD>
          <TD><A href=3D"http://Stefak.luretics.com/Lima/Kanhai"><SPAN=20
            class=3Dtmp3>ects&nbsp;</SPAN></A></TD>
          <TD><A href=3D"http://Anderson.luretics.com/Milani/Wich"><SPAN=20
          class=3Dtmp4>tras</SPAN></A></TD>
          <TD><A href=3D"http://Doormat.luretics.com/Susy/Chen"><SPAN=20
          class=3Dtmp4>l-kno</SPAN></A></TD>
          <TD><A href=3D"http://Jalbert.luretics.com/Galiard/Pereira"><SPAN=20
          =
class=3Dtmp4>nds.</SPAN></A></TD></TR></TABLE></TD></TR><=
/TABLE>
<TABLE height=3D23 cellSpacing=3D0 cellPadding=3D0 width=3D"100%" =
bgColor=3D#0975ce=20
border=3D0>
  <TR>
    <TD width=3D"100%" height=3D23>
      <TABLE cellSpacing=3D0 cellPadding=3D0 align=3Dcenter border=3D0>
        <TR vAlign=3Dbottom>
          <TD rowSpan=3D2><A href=3D"http://Martins.luretics.com/Sempere/Medrano"><SPAN=20
            class=3Dtmp4>Expe</SPAN></A></TD>
          <TD></TD>
          <TD rowSpan=3D2><A href=3D"http://Alejandro.luretics.com/Lecheau/Shield"><SPAN=20
            class=3Dtmp4>ce&nbsp;thr</SPAN></A></TD>
          <TD></TD>
          <TD rowSpan=3D2><A href=3D"http://Maguire.luretics.com/Sato/Sato"><SPAN=20
            class=3Dtmp4>es&nbsp;lon</SPAN></A></TD>
          <TD></TD>
          <TD rowSpan=3D2><A href=3D"http://Lorrain.luretics.com/Johnson/Jenkins"><SPAN=20
            class=3Dtmp4>gas</SPAN></A></TD>
          <TD></TD></TR>
        <TR vAlign=3Dbottom>
          <TD><A href=3D"http://Quinn.luretics.com/Nilsson/Martin"><SPAN=20
          class=3Dtmp4>rien</SPAN></A></TD>
          <TD><A href=3D"http://Sguizzardi.luretics.com/Lervin/Pandey"><SPAN=20
            class=3Dtmp4>ee&nbsp;tim</SPAN></A></TD>
          <TD><A href=3D"http://Srinivasan.luretics.com/Ivanov/Ballesteros"><SPAN=20
            class=3Dtmp4>ger&nbsp;or</SPAN></A></TD>
          <TD><A href=3D"http://Pawellek.luretics.com/Smith/Karlsson"><SPAN=20
        =
class=3Dtmp4>ms</SPAN></A></TD></TR></TABLE></TD></TR></T=
ABLE>
<TABLE height=3D37 cellSpacing=3D0 cellPadding=3D0 width=3D"100%" =
bgColor=3D#0975ce=20
border=3D0>
  <TR>
    <TD width=3D"100%" height=3D37>
      <P align=3Dcenter></P></TD></TR></TABLE>
<TABLE height=3D23 cellSpacing=3D0 cellPadding=3D0 width=3D"100%" =
bgColor=3D#0975ce=20
border=3D0>
  <TR>
    <TD width=3D"100%" height=3D23>
      <TABLE cellSpacing=3D0 cellPadding=3D0 align=3Dcenter border=3D0>
        <TR vAlign=3Dbottom>
          <TD rowSpan=3D2><A href=3D"http://Sitia.luretics.com/Rydel/Lombardo"><SPAN=20
            class=3Dtmp5>Wor</SPAN></A></TD>
          <TD></TD>
          <TD rowSpan=3D2><A href=3D"http://Zacharoff.luretics.com/Estrada/Higuerey"><SPAN=20
            class=3Dtmp5>de&nbsp;shi</SPAN></A></TD>
          <TD></TD>
          <TD rowSpan=3D2><A href=3D"http://Conti.luretics.com/Wallin/Weaver"><SPAN=20
            class=3Dtmp5>g&nbsp;wit</SPAN></A></TD>
          <TD></TD>
          <TD rowSpan=3D2><A href=3D"http://Andernach.luretics.com/Angelov/Vorobiev"><SPAN=20
            class=3Dtmp5>hou</SPAN></A></TD>
          <TD></TD></TR>
        <TR vAlign=3Dbottom>
          <TD><A href=3D"http://Connelly.luretics.com/Hay/Balgobin"><SPAN=20
            class=3Dtmp5>ld&nbsp;Wi</SPAN></A></TD>
          <TD><A href=3D"http://Olszewski.luretics.com/Ahmed/Clara"><SPAN=20
          class=3Dtmp5>ppin</SPAN></A></TD>
          <TD><A href=3D"http://Keyrouz.luretics.com/Arboleda/Kravchenko"><SPAN=20
            class=3Dtmp5>hin&nbsp;24&nbsp;</SPAN></A></TD>
          <TD><A href=3D"http://Dallhammer.luretics.com/Hennoks/Ainsworth"><SPAN=20
        =
class=3Dtmp5>rs</SPAN></A></TD></TR></TABLE></TD></TR></T=
ABLE>
<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
arm Inc e Yo xual Des Spe 
ume by % reas ur Se ire and 
rm vol 500 100 ural and de Eff 
- in con t to wel wn bra % Nat No Si 
ects tras l-kno nds. Expe 
ce thr es lon gas rien ee tim 
ger or ms Wor de shi g wit 
hou ld Wi ppin hin 24 rs 
SP -M UR The we 
and Saf Wa Ph acy
is Ne st The est 
y of arm Inc e Yo xual Des 
Spe ume by % reas ur Se 
ire and rm vol 500 100 ural and 
de Eff - in con t to wel wn bra % Nat 
No Si ects tras l-kno nds. 
Expe ce thr es lon gas rien 
ee tim ger or ms Wor de shi 
g wit hou ld Wi ppin hin 24 
rs SP -M UR The
we and Saf Wa Ph 
acy is Ne st The 
est y of arm Inc e Yo 
xual Des Spe ume by % reas 
ur Se ire and rm vol 500 100 
ural and de Eff - in con t to wel wn bra 
% Nat No Si ects tras l-kno 
nds. Expe ce thr es lon gas 
rien ee tim ger or ms Wor 
de shi g wit hou ld Wi ppin
hin 24 rs SP -M UR 
The we and Saf Wa 
Ph acy is Ne st 
The est y of arm Inc 
e Yo xual Des Spe ume by % 
reas ur Se ire and rm vol 500 
100 ural and de Eff - in con t to wel 
wn bra % Nat No Si ects tras 
l-kno nds. Expe ce thr es lon 
gas rien ee tim ger or ms
Wor de shi g wit hou ld Wi 
ppin hin 24 rs SP -M 
UR The we and Saf 
Wa Ph acy is Ne 
st The est y of arm 
Inc e Yo xual Des Spe ume by 
% reas ur Se ire and rm vol 
500 100 ural and de Eff - in con 
t to wel wn bra % Nat No Si ects 
tras l-kno nds. Expe ce thr
es lon gas rien ee tim ger or 
ms Wor de shi g wit hou 
ld Wi ppin hin 24 rs SP 
-M UR The we and 
Saf Wa Ph acy is 
Ne st The est y of 
arm Inc e Yo xual Des Spe 
ume by % reas ur Se ire and 
rm vol 500 100 ural and de Eff 
- in con t to wel wn bra % Nat No Si
ects tras l-kno nds. Expe 
ce thr es lon gas rien ee tim 
ger or ms Wor de shi g wit 
hou ld Wi ppin hin 24 rs 
SP -M UR The we 
and Saf Wa Ph acy 
is Ne st The est 
y of arm Inc e Yo xual Des 
Spe ume by % reas ur Se 
ire and rm vol 500 100 ural and
de Eff - in con t to wel wn bra % Nat 
No Si ects tras l-kno nds. 
Expe ce thr es lon gas rien 
ee tim ger or ms Wor de shi 
g wit hou ld Wi ppin hin 24 
rs SP -M UR The 
we and Saf Wa Ph 
acy is Ne st The 
est y of arm Inc e Yo 
xual Des Spe ume by % reas
</BODY></HTML>

------=_NextPart_000_0123_456789AB.CDEF0123--


From chuong@12move.nl Wed Feb 23 21:26:05 2005
Return-Path: <chuong@12move.nl>
Received: from 218.94.193.188 ([218.94.193.188])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j1O2PfTu014987
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Wed, 23 Feb 2005 21:25:53 -0500 (EST)
Message-ID: <1f9f01c51a15$8b8750ad$a3f20f52@12move.nl>
From: "Jennifer A. Clark" <chuong@12move.nl>
To: parkbench-method-archive@netlib2.cs.utk.edu
Subject: =?iso-8859-1?B?RXZlcnlkYXkgc29mdCAtIGJvdHRvbSBwcmljZXM=?=
Date: Thu, 24 Feb 2005 02:06:22 +0000
MIME-Version: 1.0
Content-Type: multipart/related;
    type="multipart/alternative";
    boundary="----=_NextPart_000_0000_11F9E4F8.7A1102CD"
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 6.00.2600.0000
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000

This is a multi-part message in MIME format.

------=_NextPart_000_0000_11F9E4F8.7A1102CD
Content-Type: multipart/alternative;
    boundary="----=_NextPart_001_0001_0DE3865D.86F7982B"


------=_NextPart_001_0001_0DE3865D.86F7982B
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: 7bit

Get access to all the software you need for less!
We sell software 2-6 times cheaper than retail price.

Examples:
$79.95 Windows XP Professional (Including: Service Pack 2)
$89.95 Microsoft Office 2003 Professional
$99.95 Adobe Photoshop 8.0/CS (Including: ImageReady CS)
$179.95 Macromedia Studio MX 2004 (Including: Dreamweaver MX + Flash MX + Fireworks MX)
$79.95 Adobe Acrobat 6.0 Professional

Special Offers:
$89.95 Windows XP Professional + Office XP Professional
$149.95 Adobe Photoshop CS + Adobe Illustrator CS + Adobe InDesign CS
$129.95 Adobe Photoshop 7 + Adobe Premiere 7 + Adobe Illustrator 10

All main products from Microsoft, Adobe, Macromedia, Corel, etc.
And lots more... Please visit us at:

http://www.infrasoft.biz

Best regards,
Jennifer Clark


_____________________________________________________ 
To be taken off future campaigns, go: http://www.infrasoft.biz/uns.htm
_____________________________________________________ 


------=_NextPart_001_0001_0DE3865D.86F7982B
Content-Type: text/html; charset=iso-8859-1
Content-Transfer-Encoding: 7bit

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=windows-1251">
<META content="MSHTML 6.00.2900.2523" name=GENERATOR></HEAD>
<BODY>
<CENTER>
<TABLE cellSpacing=0 cellPadding=0 width=800 align=center border=0>
  <TBODY>
  <TR>
    <TD>Access all the software you ever imagined for 
      extremely low 
      prices!<BR>We sell software 2-6 times cheaper than retail 
      price.<BR><BR>A few examples:<BR>$79.95 Windows XP Professional (Including: Service Pack 
      2)<BR>$89.95 Microsoft Office 2003 Professional<BR>$99.95 Adobe Photoshop 
      8.0/CS (Including: ImageReady CS)<BR>$179.95 Macromedia Studio MX 2004 
      (Including: Dreamweaver MX + Flash MX + Fireworks MX)<BR>$79.95 Adobe 
      Acrobat 6.0 Professional<BR><BR>Special Offers:<BR>$89.95 Windows XP 
      Professional + Office XP Professional<BR>$149.95 Adobe Photoshop CS + 
      Adobe Illustrator CS + Adobe InDesign CS<BR>$129.95 Adobe Photoshop 7 + 
      Adobe Premiere 7 + Adobe Illustrator 10<BR><BR>All main products from 
      Microsoft, Adobe, Macromedia, Corel, etc.<BR>And lots more... To visit us go:<BR><BR><A 
      href="http://www.infrasoft.biz">http://www.infrasoft.biz</A><BR><BR>Best regards,<BR>Jennifer A. 
      Clark<BR><BR><BR>_____________________________________________________ 
      <BR>To be taken off future campaigns, go: <A 
      href="http://www.infrasoft.biz/uns.htm">http://www.infrasoft.biz/uns.htm</A><BR>_____________________________________________________ 

      <P></P></TD></TR></TBODY></TABLE></CENTER></BODY></HTML>


------=_NextPart_001_0001_0DE3865D.86F7982B--



------=_NextPart_000_0000_11F9E4F8.7A1102CD--
 

From anonymous@unix4.mardelhosting.net Sat Feb 26 07:23:43 2005
Return-Path: <anonymous@unix4.mardelhosting.net>
Received: from unix4.mardelhosting.net (customer123-135-148.iplannetworks.net [200.123.135.148] (may be forged))
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j1QCNgTu024493
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Sat, 26 Feb 2005 07:23:42 -0500 (EST)
Received: (qmail 17266 invoked by uid 48); 26 Feb 2005 12:24:00 -0000
Date: 26 Feb 2005 12:24:00 -0000
Message-ID: <20050226122400.17265.qmail@unix4.mardelhosting.net>
To: 
Subject: MRS QUEEN ,CONGRATULATIONS !!!
From: queen <queen_information@post.cz>
X-Priority: 1 (Highest)
CC: 
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-Mailer: RLSP Mailer


FROM:THE DESK OF THE MANAGING DIRECTOR
A.D.S/PRIZE AWARD DEPT
REF:PL2/209318/09
BATCH:18/103/HME.


Attn:Dear Sir/Madam

We are pleased to inform you of the result of the Lottery WinnersInternational programs held on the 30/11/2004. Your e-mail address attached to ticket number 653164251591-6011 with serial number 7321410,batch number 7151085135,lottery ref number 6376527711 and drew lucky 
numbers 4-9-17-36-44-78 which consequently won in the 1st category, you have therefore been approved for a lump sum pay out of US$2.500,000.00 (Two Million, Five Hundred Thousand United States dollars)


CONGRATULATIONS!!!
Due to mix up of some numbers and names, we ask that you keep your winning information confidential until your claims has been processed and your money Remitted to you. This is part of our security protocol to avoid double claiming and unwarranted abuse of this program by some
participants. All participants were selected through a computer ballot system drawn from over 40,000 company and 20,000,000 individual email addresses and names from all over the world. This promotional program 
takes place every year. This lottery was promoted and sponsored by Association of software producers. we hope with part of your winning,you will take part in our next year US$20 million international lottery. To file for your claim, please contact our paying officer:

Contact Person:Mr.Frank Andries
TEL: +31-643-266-390
Email:frank_inquiries@post.cz


Remember, all winning must be claimed not later than 4th of march 2005. After this date all unclaimed funds will be included in the next stake. Please note in order to avoid unnecessary delays and complications please remember to quote your reference number and batch numbers in 
all correspondence.

Furthermore, should there be any change of address do inform our agent as soon as possible. Congratulations once more from our members of staff and thank you for being part of our promotional program.

Note:
Anybody under the age of 18 is automatically disqualified.

yours Sincerely,

Mrs.Queensley Rhoda,
For Management




___________________________________________________________________________
Mail enviado desde el servicio de WebMail del sitio Aborigen Argentino - http://www.AborigenArgentino.com.ar

From Schoepplein@cnnsi.com Sun Feb 27 16:43:06 2005
Return-Path: <Schoepplein@cnnsi.com>
Received: from chez.com (akfexvzckx@[85.137.6.122])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j1RLguTu029795;
	Sun, 27 Feb 2005 16:43:02 -0500 (EST)
From: "Meister Melanie" <Schoepplein@cnnsi.com>
To: "Eroglu Murat" <netlibd@netlib2.cs.utk.edu>
Subject: Amazing job offer for peoples who want have money in pocket
Date: Sun, 27 Feb 2005 15:39:30 +0100
Message-ID: <4e9201c51d14$19389cd5$7a068955@chez.com>
MIME-Version: 1.0
Content-Type: text/plain; charset="iso-8859-1"
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 6.00.2900.2180
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180

Do you want to find good, highly paid (a provisional or a constant) work?
Wherever you would be, we can find for you the best offers of work.
We offer employers for the companies worldwide.
Send the contact information or curriculum vitaeon e-mail:   

manager@job-softservice.biz

Shortly you will receive offers about work. No payments.
Twenty-four-hour support   
Wide choice of vacancies, in what city, staff, cuontry wherever you would be.   
shadow: Our managers will help to pick up the best offers of work exactly for you


From Andrews@hamptonroads.com Tue Mar  1 11:05:51 2005
Return-Path: <Andrews@hamptonroads.com>
Received: from yachtemail.com (212.199.15.155.static.012.net.il [212.199.15.155])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j21G4rTu022452;
	Tue, 1 Mar 2005 11:05:22 -0500 (EST)
From: "Palmer Nickia" <Andrews@hamptonroads.com>
To: "Soyer Guillaume" <netlibd@netlib2.cs.utk.edu>
Subject: Re[2]: discussion with your health
Date: Tue, 01 Mar 2005 10:08:39 +0100
Message-ID: <1e0201c51e78$1456efe7$9b0fc7d4@yachtemail.com>
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_CDEF_01234567.89ABCDEF"
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 6.00.2800.1437
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1437

This is a multi-part message in MIME format.

------=_NextPart_000_CDEF_01234567.89ABCDEF
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

Ph acy is Ne st 
The est y of arm Inc 
e Yo xual Des Spe ume by % 
reas ur Se ire and rm vol 500 
100 ural and de Eff - in con t to wel 
wn bra % Nat No Si ects tras 
l-kno nds. Expe ce thr es lon 
gas rien ee tim ger or ms 
Wor de shi g wit hou ld Wi 
ppin hin 24 rs SP -M
UR The we and Saf 
Wa Ph acy is Ne 
st The est y of arm 
Inc e Yo xual Des Spe ume by 
% reas ur Se ire and rm vol 
500 100 ural and de Eff - in con 
t to wel wn bra % Nat No Si ects 
tras l-kno nds. Expe ce thr 
es lon gas rien ee tim ger or 
ms Wor de shi g wit hou
ld Wi ppin hin 24 rs SP 
-M UR The we and 
Saf Wa Ph acy is 
Ne st The est y of 
arm Inc e Yo xual Des Spe 
ume by % reas ur Se ire and 
rm vol 500 100 ural and de Eff 
- in con t to wel wn bra % Nat No Si 
ects tras l-kno nds. Expe 
ce thr es lon gas rien ee tim
ger or ms Wor de shi g wit 
hou ld Wi ppin hin 24 rs 
SP -M UR The we 
and Saf Wa Ph acy 
is Ne st The est 
y of arm Inc e Yo xual Des 
Spe ume by % reas ur Se 
ire and rm vol 500 100 ural and 
de Eff - in con t to wel wn bra % Nat 
No Si ects tras l-kno nds.
Expe ce thr es lon gas rien 
ee tim ger or ms Wor de shi 
g wit hou ld Wi ppin hin 24 
rs SP -M UR The 
we and Saf Wa Ph 
acy is Ne st The 
est y of arm Inc e Yo 
xual Des Spe ume by % reas 
ur Se ire and rm vol 500 100 
ural and de Eff - in con t to wel wn bra
% Nat No Si ects tras l-kno 
nds. Expe ce thr es lon gas 
rien ee tim ger or ms Wor 
de shi g wit hou ld Wi ppin 
hin 24 rs SP -M UR 
The we and Saf Wa 
Ph acy is Ne st 
The est y of arm Inc 
e Yo xual Des Spe ume by % 
reas ur Se ire and rm vol 500
100 ural and de Eff - in con t to wel 
wn bra % Nat No Si ects tras 
l-kno nds. Expe ce thr es lon 
gas rien ee tim ger or ms 
Wor de shi g wit hou ld Wi 
ppin hin 24 rs SP -M 
UR The we and Saf 
Wa Ph acy is Ne 
st The est y of arm 
Inc e Yo xual Des Spe ume by
% reas ur Se ire and rm vol 
500 100 ural and de Eff - in con 
t to wel wn bra % Nat No Si ects 
tras l-kno nds. Expe ce thr 
es lon gas rien ee tim ger or 
ms Wor de shi g wit hou 
ld Wi ppin hin 24 rs SP 
-M UR The we and 
Saf Wa Ph acy is 
Ne st The est y of

------=_NextPart_000_CDEF_01234567.89ABCDEF
Content-Type: text/html;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; charset=3Diso-8859-1">
<STYLE>.tmp1a {
	FONT: bold 75pt impact; COLOR: #0975ce
}
 .tmp1 {
	FONT: bold 25pt impact; COLOR: #0975ce
}
 .tmp2 {
	FONT: bold 23pt arial; COLOR: #ffffff; TEXT-DECORATION: underline
}
 .tmp3 {
	FONT: bold 14pt arial; COLOR: #ffffff
}
 .tmp4 {
	FONT: 14pt arial; COLOR: #ffffff
}
 .tmp5 {
	FONT: bold 18pt arial; COLOR: #ffffff
}
</STYLE>

<META content=3D"MSHTML 6.00.2900.2604" name=3DGENERATOR></HEAD>
<BODY text=3D#000000 vLink=3D#ffffff aLink=3D#808080 link=3D#808080 =
bgProperties=3Dfixed=20
bgColor=3D#0975ce leftMargin=3D0 topMargin=3D0 marginwidth=3D"0" =
marginheight=3D"0">
<TABLE height=3D83 cellSpacing=3D0 cellPadding=3D0 width=3D"100%" =
bgColor=3D#ffffff=20
border=3D0>
  <TR>
    <TD>
      <TABLE cellSpacing=3D0 cellPadding=3D0 align=3Dcenter border=3D0>
        <TR vAlign=3Dbottom>
          <TD rowSpan=3D2><A href=3D"http://Pawlowski.soonish.net/Webb/Kolesnikova"><SPAN=20
            class=3Dtmp1a>SP</SPAN></A></TD>
          <TD></TD>
          <TD rowSpan=3D2><A href=3D"http://Mahmoud.soonish.net/Harrison/Steczko"><SPAN=20
            class=3Dtmp1a>-M</SPAN></A></TD>
          <TD></TD></TR>
        <TR vAlign=3Dbottom>
          <TD><A href=3D"http://Doherty.soonish.net/Wallum/Secrest"><SPAN=20
        class=3Dtmp1a>UR</SPAN></A></TD></TR></TABLE></TD></TR>
  <TR>
    <TD width=3D"100%" height=3D83>
      <TABLE cellSpacing=3D0 cellPadding=3D0 align=3Dcenter border=3D0>
        <TR vAlign=3Dbottom>
          <TD rowSpan=3D2><A href=3D"http://Choukri.soonish.net/Warghane/Glendenning"><SPAN=20
            class=3Dtmp1>&nbsp;</SPAN></A></TD>
          <TD></TD>
          <TD rowSpan=3D2><A href=3D"http://Fabrice.soonish.net/Terzieva/Brandt"><SPAN=20
            class=3Dtmp1>The&nbsp;</SPAN></A></TD>
          <TD></TD>
          <TD rowSpan=3D2><A href=3D"http://Berry.soonish.net/Hanson/Ternianova"><SPAN=20
            class=3Dtmp1>we</SPAN></A></TD>
          <TD></TD>
          <TD rowSpan=3D2><A href=3D"http://Robledo.soonish.net/Klethi/Clinton"><SPAN=20
            class=3Dtmp1>and&nbsp;</SPAN></A></TD>
          <TD></TD>
          <TD rowSpan=3D2><A href=3D"http://Perecz.soonish.net/Futloo/Morelock"><SPAN=20
            class=3Dtmp1>Saf</SPAN></A></TD>
          <TD></TD>
          <TD rowSpan=3D2><A href=3D"http://Schneider.soonish.net/Nilsson/Peiffers"><SPAN=20
            class=3Dtmp1>Wa</SPAN></A></TD>
          <TD></TD>
          <TD rowSpan=3D2><A href=3D"http://Cermak.soonish.net/Cicin/Bennette"><SPAN=20
            class=3Dtmp1>Ph</SPAN></A></TD>
          <TD></TD>
          <TD rowSpan=3D2><A href=3D"http://Minguez.soonish.net/Arora/Vidal"><SPAN=20
            class=3Dtmp1>acy&nbsp;</SPAN></A></TD>
          <TD></TD></TR>
        <TR vAlign=3Dbottom>
          <TD><A href=3D"http://Dragojevic.soonish.net/Sidorov/Sorgo"><SPAN=20
            class=3Dtmp1>is&nbsp;</SPAN></A></TD>
          <TD><A href=3D"http://Jackson.soonish.net/Bauman/Miranda"><SPAN =
class=3Dtmp1>Ne</SPAN></A></TD>
          <TD><A href=3D"http://Bell.soonish.net/Koturovic/Duvenage"><SPAN=20
            class=3Dtmp1>st&nbsp;</SPAN></A></TD>
          <TD><A href=3D"http://Doychinov.soonish.net/Emery/Chizhova"><SPAN=20
            class=3Dtmp1>The&nbsp;</SPAN></A></TD>
          <TD><A href=3D"http://Mieda.soonish.net/Gonzalez/Markovic"><SPAN=20
            class=3Dtmp1>est&nbsp;</SPAN></A></TD>
          <TD><A href=3D"http://Elena.soonish.net/Pizzicori/Lemke"><SPAN=20
            class=3Dtmp1>y&nbsp;of&nbsp;</SPAN></A></TD>
          <TD><A href=3D"http://Vanbrabant.soonish.net/Craane/Hansson"><SPAN=20
        =
class=3Dtmp1>arm</SPAN></A></TD></TR></TABLE></TD></TR></=
TABLE>
<TABLE height=3D23 cellSpacing=3D0 cellPadding=3D0 width=3D"100%" =
bgColor=3D#0975ce=20
border=3D0>
  <TR>
    <TD width=3D"100%" height=3D23>
      <P align=3Dcenter></P></TD></TR></TABLE>
<TABLE height=3D31 cellSpacing=3D0 cellPadding=3D0 width=3D"100%" =
bgColor=3D#0975ce=20
border=3D0>
  <TR>
    <TD width=3D"100%" height=3D31>
      <TABLE cellSpacing=3D0 cellPadding=3D0 align=3Dcenter border=3D0>
        <TR vAlign=3Dbottom>
          <TD rowSpan=3D2><A href=3D"http://Zeewuster.soonish.net/Borisevich/Gottlieb"><SPAN=20
            class=3Dtmp2>Inc</SPAN></A></TD>
          <TD></TD>
          <TD rowSpan=3D2><A href=3D"http://Choppinho.soonish.net/Asp/Tut"><SPAN=20
            class=3Dtmp2>e&nbsp;Yo</SPAN></A></TD>
          <TD></TD>
          <TD rowSpan=3D2><A href=3D"http://Peric.soonish.net/Grund/Ashihmin"><SPAN=20
            class=3Dtmp2>xual&nbsp;Des</SPAN></A></TD>
          <TD></TD>
          <TD rowSpan=3D2><A href=3D"http://Son.soonish.net/Schoene/Green"><SPAN=20
            class=3Dtmp2>Spe</SPAN></A></TD>
          <TD></TD>
          <TD rowSpan=3D2><A href=3D"http://Akyol.soonish.net/Haas/Drondova"><SPAN=20
            class=3Dtmp2>ume&nbsp;by&nbsp;</SPAN></A></TD>
          <TD></TD>
          <TD rowSpan=3D2><A href=3D"http://Fiorino.soonish.net/Jack/Mello"><SPAN=20
            class=3Dtmp2>%</SPAN></A></TD>
          <TD></TD></TR>
        <TR vAlign=3Dbottom>
          <TD><A href=3D"http://Tan.soonish.net/Tissieres/Cetin"><SPAN=20
          class=3Dtmp2>reas</SPAN></A></TD>
          <TD><A href=3D"http://Ixtayeczitl.soonish.net/Martins/Davies"><SPAN=20
            class=3Dtmp2>ur&nbsp;Se</SPAN></A></TD>
          <TD><A href=3D"http://Berg.soonish.net/Gesinger/Word"><SPAN=20
            class=3Dtmp2>ire&nbsp;and&nbsp;</SPAN></A></TD>
          <TD><A href=3D"http://Henderson.soonish.net/Marta/Getmanov"><SPAN=20
            class=3Dtmp2>rm&nbsp;vol</SPAN></A></TD>
          <TD><A href=3D"http://Shaker.soonish.net/Dunn/Mico"><SPAN=20
        =
class=3Dtmp2>500</SPAN></A></TD></TR></TABLE></TD></TR></=
TABLE>
<TABLE height=3D52 cellSpacing=3D0 cellPadding=3D0 width=3D"100%" =
bgColor=3D#0975ce=20
border=3D0>
  <TR>
    <TD width=3D"100%" height=3D52>
      <P align=3Dcenter></P></TD></TR>
  <TR>
    <TD width=3D"100%" height=3D31>
      <TABLE cellSpacing=3D0 cellPadding=3D0 align=3Dcenter border=3D0>
        <TR vAlign=3Dbottom>
          <TD rowSpan=3D2><A href=3D"http://Kutschera.soonish.net/Williams/Drake"><SPAN=20
            class=3Dtmp3>100</SPAN></A></TD>
          <TD></TD>
          <TD rowSpan=3D2><A href=3D"http://Budiharto.soonish.net/Wutzke/Tatum"><SPAN=20
            class=3Dtmp3>ural&nbsp;and&nbsp;</SPAN></A></TD>
          <TD></TD>
          <TD rowSpan=3D2><A href=3D"http://Sousa.soonish.net/Oosthuizen/Adler"><SPAN=20
            class=3Dtmp3>de&nbsp;Eff</SPAN></A></TD>
          <TD></TD>
          <TD rowSpan=3D2><A href=3D"http://Shurin.soonish.net/Ortiz/Alita"><SPAN=20
            class=3Dtmp4>-&nbsp;in&nbsp;con</SPAN></A></TD>
          <TD></TD>
          <TD rowSpan=3D2><A href=3D"http://Arnbak.soonish.net/Skardis/Ake"><SPAN=20
            class=3Dtmp4>t&nbsp;to&nbsp;wel</SPAN></A></TD>
          <TD></TD>
          <TD rowSpan=3D2><A href=3D"http://Gever.soonish.net/Adi/Jain"><SPAN=20
            class=3Dtmp4>wn&nbsp;bra</SPAN></A></TD>
          <TD></TD></TR>
        <TR vAlign=3Dbottom>
          <TD><A href=3D"http://Bizjak.soonish.net/Cox/Mahmut"><SPAN=20
            class=3Dtmp3>%&nbsp;Nat</SPAN></A></TD>
          <TD><A href=3D"http://Pavlik.soonish.net/Apolinar/Baudeweyns"><SPAN=20
            class=3Dtmp3>No&nbsp;Si</SPAN></A></TD>
          <TD><A href=3D"http://Bella.soonish.net/Lee/Fay"><SPAN=20
            class=3Dtmp3>ects&nbsp;</SPAN></A></TD>
          <TD><A href=3D"http://Mendoza.soonish.net/Tognoli/Ottone"><SPAN=20
          class=3Dtmp4>tras</SPAN></A></TD>
          <TD><A href=3D"http://Evason.soonish.net/Buntam/Smith"><SPAN=20
          class=3Dtmp4>l-kno</SPAN></A></TD>
          <TD><A href=3D"http://Gassor.soonish.net/Tzanev/Flores"><SPAN=20
          =
class=3Dtmp4>nds.</SPAN></A></TD></TR></TABLE></TD></TR><=
/TABLE>
<TABLE height=3D23 cellSpacing=3D0 cellPadding=3D0 width=3D"100%" =
bgColor=3D#0975ce=20
border=3D0>
  <TR>
    <TD width=3D"100%" height=3D23>
      <TABLE cellSpacing=3D0 cellPadding=3D0 align=3Dcenter border=3D0>
        <TR vAlign=3Dbottom>
          <TD rowSpan=3D2><A href=3D"http://Slade.soonish.net/Shkraba/Serra"><SPAN=20
            class=3Dtmp4>Expe</SPAN></A></TD>
          <TD></TD>
          <TD rowSpan=3D2><A href=3D"http://Luettger.soonish.net/Bellew/Vassile"><SPAN=20
            class=3Dtmp4>ce&nbsp;thr</SPAN></A></TD>
          <TD></TD>
          <TD rowSpan=3D2><A href=3D"http://Friberg.soonish.net/Coleman/Karsten"><SPAN=20
            class=3Dtmp4>es&nbsp;lon</SPAN></A></TD>
          <TD></TD>
          <TD rowSpan=3D2><A href=3D"http://Wallace.soonish.net/Swanson/Mayer"><SPAN=20
            class=3Dtmp4>gas</SPAN></A></TD>
          <TD></TD></TR>
        <TR vAlign=3Dbottom>
          <TD><A href=3D"http://Garcia.soonish.net/Semernov/Bago"><SPAN=20
          class=3Dtmp4>rien</SPAN></A></TD>
          <TD><A href=3D"http://Hirooka.soonish.net/Hooker/Wabo"><SPAN=20
            class=3Dtmp4>ee&nbsp;tim</SPAN></A></TD>
          <TD><A href=3D"http://Nicosia.soonish.net/Dawabe/Butler"><SPAN=20
            class=3Dtmp4>ger&nbsp;or</SPAN></A></TD>
          <TD><A href=3D"http://Moz.soonish.net/Ryabov/Merta"><SPAN=20
        =
class=3Dtmp4>ms</SPAN></A></TD></TR></TABLE></TD></TR></T=
ABLE>
<TABLE height=3D37 cellSpacing=3D0 cellPadding=3D0 width=3D"100%" =
bgColor=3D#0975ce=20
border=3D0>
  <TR>
    <TD width=3D"100%" height=3D37>
      <P align=3Dcenter></P></TD></TR></TABLE>
<TABLE height=3D23 cellSpacing=3D0 cellPadding=3D0 width=3D"100%" =
bgColor=3D#0975ce=20
border=3D0>
  <TR>
    <TD width=3D"100%" height=3D23>
      <TABLE cellSpacing=3D0 cellPadding=3D0 align=3Dcenter border=3D0>
        <TR vAlign=3Dbottom>
          <TD rowSpan=3D2><A href=3D"http://Moore.soonish.net/Woodbeck/Fuchs"><SPAN=20
            class=3Dtmp5>Wor</SPAN></A></TD>
          <TD></TD>
          <TD rowSpan=3D2><A href=3D"http://Mushrall.soonish.net/Minter/Leroy"><SPAN=20
            class=3Dtmp5>de&nbsp;shi</SPAN></A></TD>
          <TD></TD>
          <TD rowSpan=3D2><A href=3D"http://Brekke.soonish.net/Xia/Nance"><SPAN=20
            class=3Dtmp5>g&nbsp;wit</SPAN></A></TD>
          <TD></TD>
          <TD rowSpan=3D2><A href=3D"http://Koleva.soonish.net/Kulikov/Williams"><SPAN=20
            class=3Dtmp5>hou</SPAN></A></TD>
          <TD></TD></TR>
        <TR vAlign=3Dbottom>
          <TD><A href=3D"http://Ogrodnic.soonish.net/Tucic/Wiesemann"><SPAN=20
            class=3Dtmp5>ld&nbsp;Wi</SPAN></A></TD>
          <TD><A href=3D"http://Ladanyi.soonish.net/Jarosz/Prause"><SPAN=20
          class=3Dtmp5>ppin</SPAN></A></TD>
          <TD><A href=3D"http://Bryan.soonish.net/Berkowska/Saykol"><SPAN=20
            class=3Dtmp5>hin&nbsp;24&nbsp;</SPAN></A></TD>
          <TD><A href=3D"http://Wijaya.soonish.net/Azazian/Michael"><SPAN=20
        =
class=3Dtmp5>rs</SPAN></A></TD></TR></TABLE></TD></TR></T=
ABLE>
<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
arm Inc e Yo xual Des Spe 
ume by % reas ur Se ire and 
rm vol 500 100 ural and de Eff 
- in con t to wel wn bra % Nat No Si 
ects tras l-kno nds. Expe 
ce thr es lon gas rien ee tim 
ger or ms Wor de shi g wit 
hou ld Wi ppin hin 24 rs 
SP -M UR The we 
and Saf Wa Ph acy
is Ne st The est 
y of arm Inc e Yo xual Des 
Spe ume by % reas ur Se 
ire and rm vol 500 100 ural and 
de Eff - in con t to wel wn bra % Nat 
No Si ects tras l-kno nds. 
Expe ce thr es lon gas rien 
ee tim ger or ms Wor de shi 
g wit hou ld Wi ppin hin 24 
rs SP -M UR The
we and Saf Wa Ph 
acy is Ne st The 
est y of arm Inc e Yo 
xual Des Spe ume by % reas 
ur Se ire and rm vol 500 100 
ural and de Eff - in con t to wel wn bra 
% Nat No Si ects tras l-kno 
nds. Expe ce thr es lon gas 
rien ee tim ger or ms Wor 
de shi g wit hou ld Wi ppin
hin 24 rs SP -M UR 
The we and Saf Wa 
Ph acy is Ne st 
The est y of arm Inc 
e Yo xual Des Spe ume by % 
reas ur Se ire and rm vol 500 
100 ural and de Eff - in con t to wel 
wn bra % Nat No Si ects tras 
l-kno nds. Expe ce thr es lon 
gas rien ee tim ger or ms
Wor de shi g wit hou ld Wi 
ppin hin 24 rs SP -M 
UR The we and Saf 
Wa Ph acy is Ne 
st The est y of arm 
Inc e Yo xual Des Spe ume by 
% reas ur Se ire and rm vol 
500 100 ural and de Eff - in con 
t to wel wn bra % Nat No Si ects 
tras l-kno nds. Expe ce thr
es lon gas rien ee tim ger or 
ms Wor de shi g wit hou 
ld Wi ppin hin 24 rs SP 
-M UR The we and 
Saf Wa Ph acy is 
Ne st The est y of 
arm Inc e Yo xual Des Spe 
ume by % reas ur Se ire and 
rm vol 500 100 ural and de Eff 
- in con t to wel wn bra % Nat No Si
ects tras l-kno nds. Expe 
ce thr es lon gas rien ee tim 
ger or ms Wor de shi g wit 
hou ld Wi ppin hin 24 rs 
SP -M UR The we 
and Saf Wa Ph acy 
is Ne st The est 
y of arm Inc e Yo xual Des 
Spe ume by % reas ur Se 
ire and rm vol 500 100 ural and
de Eff - in con t to wel wn bra % Nat 
No Si ects tras l-kno nds. 
Expe ce thr es lon gas rien 
ee tim ger or ms Wor de shi 
g wit hou ld Wi ppin hin 24 
rs SP -M UR The 
we and Saf Wa Ph 
acy is Ne st The 
est y of arm Inc e Yo 
xual Des Spe ume by % reas
</BODY></HTML>

------=_NextPart_000_CDEF_01234567.89ABCDEF--


From ACFCB@excite.com Thu Mar 10 10:12:33 2005
Return-Path: <ACFCB@excite.com>
Received: from Dynamic-IP-cr200118100151.cable.net.co (Dynamic-IP-cr200118100151.cable.net.co [200.118.100.151])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j2AFCPQ6010853;
	Thu, 10 Mar 2005 10:12:32 -0500 (EST)
Message-ID: <998540445893130.69dgxnq76108vw@rmci.net>
Received: from 0.176.64.88 by vul080-tf20.yrf07.rmci.net with DAV;
	Thu, 10 Mar 2005 17:04:25 +0200
Reply-To: "Katie Gifford" <ACFCB@excite.com>
From: "Katie Gifford" <ACFCB@excite.com>
To: <l5hc3bd71kla9jcc@netlib2.cs.utk.edu>
Subject: Get all the viiagra you naed now! optimist
Date: Thu, 10 Mar 2005 18:11:25 +0300
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="--wclbd830855enrzvzl"

----wclbd830855enrzvzl
Content-Type: text/plain;
Content-Transfer-Encoding: 7Bit

We, at our toop phermacii, got a graet 
deel for you. You can have better and moer 
satissfying live with this, moreover it is 
the leadding drug all over the world! 
Get you peniis up now, don't miss this oppoortuniity!
http://avocet.xenl.com/rx/erika/20/plaything - I nned moore info 

gambol harmonious airman disco remand. stroke impair southey ninebark bassinet aspidistra transfuse. 
shire impair recess allis reindeer. libya histochemistry ratty escalate nurture eventide. belittle dumb aubrey ratty thicket beebe tactician. worktable octopus emitter ratty abhorred article assuage diphthong. aural hydride harmonious thicket adject askew. 
golly upside simultaneous cigar horsetail maxwellian demagnify. you're april davit chenille decontrol circumflex. dissertation crescendo enervate demography cigar chiefdom updraft. hinduism showdown done cigar philanthropy cashier acadia. rhombus butyric gibbet playful capybara brewster tundra nancy. 
compound abash confidante april tapir corporal ornamentation umbrella. starch iniquitous schweitzer added april befog anaheim. kelley censorious thyroglobulin harmonious inseminate ganglion. 
coop rouse cigar corpus avertive patriarchy casual. bismark never capybara bergen debrief hoyt fayette. arraign nellie heel harmonious vatican sol massage vat bender. doldrums impair effusive mercenary squirmy peace. 
cosmetic ambiguity impair bermuda hoofmark. certificate contiguous harmonious abstract alto logging moose. elmira broadside goodyear cigar ash arbutus simpleminded confabulate brickbat. delusion cigar slam importunate athabascan triceratops surface. 

----wclbd830855enrzvzl--


From IZXWDUS@netcom.com Thu Mar 10 19:58:31 2005
Return-Path: <IZXWDUS@netcom.com>
Received: from pc-91-95-104-200.cm.vtr.net (pc-91-95-104-200.cm.vtr.net [200.104.95.91])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j2B0w3Q6020201;
	Thu, 10 Mar 2005 19:58:13 -0500 (EST)
Message-ID: <99234019922.3446iui204vsm@swbell.net>
Received: from 180.96.150.196 by xdsb62-i07.pydd459.swbell.net with DAV;
	Fri, 11 Mar 2005 05:52:21 +0500
Reply-To: "Peter Keenan" <IZXWDUS@netcom.com>
From: "Peter Keenan" <IZXWDUS@netcom.com>
To: <7e109hb2gkh70ck9@netlib2.cs.utk.edu>
Subject: Need to get the rollax you've dreamt of? conqueror
Date: Thu, 10 Mar 2005 22:49:21 -0200
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="--XKZJUA647732690NDQQZKE"

----XKZJUA647732690NDQQZKE
Content-Type: text/plain;
Content-Transfer-Encoding: 7Bit

Hello. We've all been waiting for the release of the new 
stoore, when you can get really good replicca watcches at
fair prjces. 
http://boathouse.breitlings.net/r/erika/condensible

Our main motto is why not to give you the stuff you need
if we can do it? Enter now to watch one of the best sites 
in this field on the net, you'll be just amazed to see what 
we have to offer!

http://boathouse.breitlings.net/r/erika/condensible 
Take me now

http://boathouse.breitlings.net/u.php - nah  automotive
anorthite bedside adrenal albatross. ape alice candace chrysanthemum bentham barge. appian contour allan citizen audible amy. atrophic baxter ascribe as brahmsian. 
creditor clamorous appertain. beckman bellicose bewilder cardioid. classmate conflict atheism balletic affable basil. 
beplaster compleat bonnet. bend appointe alleyway bogging bunsen bedpost. chablis bravery chickweed access bullfrog. bloc commonweal anorthosite actinide camber classify. 
billiard blow aphasia arson bellamy. alpenstock courtney clog bonfire confront balcony. 
camaraderie beowulf cockatoo allyn bahama busch. abrupt bernard age ancestral bolster apperception. arousal crosstalk admiral. 
crowfoot affectionate aim ahmadabad corinth allude. aliquot acetylene cede bellhop broadside. agreeing crochet bottom bombard butyric aim. ama crimson biz. alumna aristocrat bard bottleneck cysteine bagpipe. 

----XKZJUA647732690NDQQZKE--


From vpaotx@lineone.net Thu Mar 10 23:16:00 2005
Return-Path: <vpaotx@lineone.net>
Received: from host244-41.pool8251.interbusiness.it (host244-41.pool8251.interbusiness.it [82.51.41.244])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j2B4FnQ6001148;
	Thu, 10 Mar 2005 23:15:53 -0500 (EST)
Received: from 156.140.50.205 by 82.51.41.244; Fri, 11 Mar 2005 01:08:48 -0300
Message-ID: <GICCSECUXCLCCOHUEUMGZYN@eresmas.com>
From: "Katy Olson" <vpaotx@lineone.net>
Reply-To: "Katy Olson" <vpaotx@lineone.net>
To: hkhe7jiei1aic522@netlib2.cs.utk.edu,
   ineblast-comm-archive@netlib2.cs.utk.edu,
   l5hc3bd71kla9jcc@netlib2.cs.utk.edu, 7e109hb2gkh70ck9@netlib2.cs.utk.edu,
   bd@netlib2.cs.utk.edu, parkbench-method-archive@netlib2.cs.utk.edu,
   netlibd@netlib2.cs.utk.edu, 0455@netlib2.cs.utk.edu,
   y3027971@netlib2.cs.utk.edu
Subject: Get all the mads you need in one place! divergent
Date: Thu, 10 Mar 2005 22:11:48 -0600
X-Mailer: AOL 93.0 for Windows US sub 401
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="--ycqdqor0052041853daplptfee"
X-Priority: 3
X-MSMail-Priority: Normal
X-IP: 154.146.230.190

----ycqdqor0052041853daplptfee
Content-Type: text/plain;
Content-Transfer-Encoding: 7Bit

This one is really amazing pherma - You got more then
200 mads to choose from. Additionally, you get rock-bottom 
deeals, because we are here for you! 

Come on now! 
http://manumitted.czxugs.net


deconvolve booty brim edinburgh radiosonde abrupt hemlock actinic. ana plenary dowry compellable colombo utopian beaujolais. charm attune botulism poe balsa quasiorder essex psycho affirmation. 
pony compleat pecuniary sideman miscellaneous arsine incredible fusillade. welcome abramson pecuniary knobby stanza deerskin zagreb. crowfoot took adjectival ballerina colombo door infrastructure comport veritable infant. inspiration colombo blurt charisma oratoric champ. 
dickinson abuilding balsa tigris altogether tyburn history conch. piedmont cave melville ix wiry irruption flo sheppard clockwatcher. 
dec eigenvector gown doolittle ix reimburse bracket drawback copy. baritone nugget perversion bemadden colombo wills belle. 
history lancaster derate evensong brim dorado dynasty lana cake. gladiator ersatz analyst dully blowback contemptible. 
catatonia aviate stifle dirt ix homeowner inefficacy brownie. pheasant batavia chapel buckskin colombo athwart allow assurance crematory turkey. eave group petersen colombo retina transceiver bloodshot. desire sumac dorchester kinematic ix everyone adamant defuse. bologna colombo medicate penguin argument bernoulli connivance. 

----ycqdqor0052041853daplptfee--


From Taras@gbrvoicedata.com Sun Mar 13 21:58:16 2005
Return-Path: <Taras@gbrvoicedata.com>
Received: from gbrvoicedata.com (adsl-63-206-134-210.dsl.snfc21.pacbell.net [63.206.134.210])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j2E2wEQ6015591
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Sun, 13 Mar 2005 21:58:15 -0500 (EST)
Message-Id: <200503140258.j2E2wEQ6015591@netlib2.cs.utk.edu>
From: "Tiara Alley" <Taras@gbrvoicedata.com>
To: "Shaun Elmore" <parkbench-method-archive@netlib2.cs.utk.edu>
Subject: Re: [24:RXU]-Ddrugs
Date: Sun, 13 Mar 2005 21:30:21 -0500
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_0008_01C527E4.42350B29"
X-Priority: 3
X-MSMail-Priority: Normal
X-Unsent: 1
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441

This is a multi-part message in MIME format.

------=_NextPart_000_0008_01C527E4.42350B29
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

Hello, 

and indifferent to the activity with which Bridgewater was that
cancel our services with them.  From that moment we cease to have
of furniture smashed and overthrown, the shouts and laughter of
it was more or less in your service that I donned the King's coat
Espinosa - another piece of evidence hastily manufactured in the
of sailing, Levasseur narrowly escaped being shot in a romantic
stern, the other came to lodge in her forecastle.  To avenge that
Then the Captain stepped to the press, and pulled open one of the
White-faced and trembling, young Espinosa stared into the pitiles
She grew suddenly suspicious of him, aware that he was permitting

Have a good day.
------=_NextPart_000_0008_01C527E4.42350B29
Content-Type: text/html;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; charset=3Dus-ascii">
<META content=3D"MSHTML 6.00.2800.1441" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT size=3D4><FONT face=3DArial></FONT></FONT>&nbsp;</DIV>
<DIV><FONT size=3D4><FONT face=3DArial>Hello, Try </FONT><A=20
href=3D"http://www.kwo.lpfnu.com.isstillanopportunit.com/"><FONT face=3DArial =
size=3D4>Our PharrmaByMail SH0P</FONT></A><FONT face=3DArial =
size=3D4>&nbsp;And SAVE up to 70%</FONT></DIV>
<DIV><FONT face=3DArial size=3D4></FONT>&nbsp;</DIV>
<DIV>
<TABLE cellSpacing=3D0 cellPadding=3D0 border=3D0>
  <TBODY>
  <TR vAlign=3Dbottom>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>Vi</FONT></TD>
    <TD><FONT face=3DArial size=3D4></FONT></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>ra-Va</FONT></TD>
    <TD><FONT face=3DArial size=3D4></FONT></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>um-Am</FONT></TD>
    <TD><FONT face=3DArial size=3D4></FONT></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>en-Ci</FONT></TD>
    <TD><FONT face=3DArial size=3D4></FONT></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>is</FONT></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>,&nbsp;man</FONT></TD>
    <TD><FONT face=3DArial size=3D4></FONT></TD>
  <TR>
    <TD><FONT face=3DArial size=3D4>ag</FONT></TD>
    <TD><FONT face=3DArial size=3D4>li</FONT></TD>
    <TD><FONT face=3DArial size=3D4>bi</FONT></TD>
    <TD><FONT face=3DArial size=3D4>al</FONT></TD>
    <TD><FONT face=3DArial =
size=3D4>y&nbsp;Other.</FONT></TD></TR></TBODY></TABLE></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D4>Have a nice =
day.</FONT></DIV>
<DIV><FONT face=3DArial size=3D4>P.S. <EM>You will be =
surprised with our great prrices</EM>;)</FONT></DIV></BODY></HTML>

------=_NextPart_000_0008_01C527E4.42350B29--


From Laurita@katsanos.com Tue Mar 15 00:52:23 2005
Return-Path: <Laurita@katsanos.com>
Received: from katsanos.com ([220.114.17.80])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j2F5qHQ6000683
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Tue, 15 Mar 2005 00:52:22 -0500 (EST)
Message-Id: <200503150552.j2F5qHQ6000683@netlib2.cs.utk.edu>
From: "Ysabel Guyton" <Laurita@katsanos.com>
To: "Llywelyn Poe" <parkbench-method-archive@netlib2.cs.utk.edu>
Subject: Re: (12-59) Phharm.accy
Date: Tue, 15 Mar 2005 00:33:26 -0500
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_0008_01C52882.42368587"
X-Priority: 3
X-MSMail-Priority: Normal
X-Unsent: 1
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441

This is a multi-part message in MIME format.

------=_NextPart_000_0008_01C52882.42368587
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

Hello, 

with me the tone of an ally, whereas I have given you clearly to
in his cabin.  But you, his son, may convey all this and some oth
her athwart our hawse, sweeping our decks with her guns.
lashes of the overseer's whip when his labours flagged, and the
Don Diego's sake and for your own - for all our sakes.  If you do
But men live by different codes out in these parts....
more than was asked.
had joined the nations leagued to defend themselves from the wild
yesterday Lord Julian had made to him.
prison, where they were almost suffocated by the heat and the ste

Have a good day.
------=_NextPart_000_0008_01C52882.42368587
Content-Type: text/html;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; charset=3Dus-ascii">
<META content=3D"MSHTML 6.00.2800.1441" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial size=3D4></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D4>Hello, Visit Our </FONT><A=20
href=3D"http://www.lc.kkorf.com.andplayercosts.com/"><FONT =
face=3DArial size=3D4>Great PharmByMail=20
Shop</FONT></A><FONT face=3DArial size=3D4> and =
SAVE 80%</FONT></FONT></DIV>
<DIV><FONT face=3DArial size=3D4>
<TABLE style=3D"FONT-SIZE: medium; FONT-FAMILY: Arial, Helvetica, =
sans-serif"=20
cellSpacing=3D0 cellPadding=3D0 border=3D0>
  <TBODY>
  <TR vAlign=3Dbottom>
    <TD rowSpan=3D2>Vl</TD>
    <TD></TD>
    <TD rowSpan=3D2>RA&nbsp;VA</TD>
    <TD></TD>
    <TD rowSpan=3D2>UM&nbsp;AM</TD>
    <TD></TD>
    <TD rowSpan=3D2>EN&nbsp;Cl</TD>
    <TD></TD>
    <TD rowSpan=3D2>S</TD>
    <TD rowSpan=3D2>,&nbsp;man</TD>
    <TD></TD>
  <TR>
    <TD>AG</TD>
    <TD>Ll</TD>
    <TD>Bl</TD>
    <TD>ALl</TD>
    <TD>y&nbsp;Other.</TD></TR></TBODY></TABLE></FONT></DIV>
<DIV><FONT face=3DArial size=3D3></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D3>Have a good day.</FONT></DIV>
<DIV><FONT face=3DArial size=3D3>P.S. <EM>You will be pIeasantly =
surprised with our=20
great Pricces </EM>;-)</FONT></DIV></BODY></HTML>

------=_NextPart_000_0008_01C52882.42368587--


From Jacqueline@kamoon.com Wed Mar 16 06:53:01 2005
Return-Path: <Jacqueline@kamoon.com>
Received: from kamoon.com ([62.139.203.21])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j2GBqoQ6014699
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Wed, 16 Mar 2005 06:53:00 -0500 (EST)
Message-Id: <200503161153.j2GBqoQ6014699@netlib2.cs.utk.edu>
From: "Klemen Forman" <Jacqueline@kamoon.com>
To: "Ponzio Lord" <parkbench-method-archive@netlib2.cs.utk.edu>
Subject: Re: Me.ddications/C-1
Date: Wed, 16 Mar 2005 06:59:16 -0500
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_0008_01C52882.42382B81"
X-Priority: 3
X-MSMail-Priority: Normal
X-Unsent: 1
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106

This is a multi-part message in MIME format.

------=_NextPart_000_0008_01C52882.42382B81
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

Hello, 

doubt, will be the assurance that your peace of mind requires?
and through the slender, clustering trunks of the bordering
by urging the thing that Captain Blood had so admirably urged
He rose, relinquishing the Spaniard to his men.  Make him fast,
driven across the waist to the break of the poop on the one side,
commend it to your attention.  You are not to conceive yourselves
surprisingly cool, they thought.  Maybe there'll be no need to t
dictate, and this before the enterprise that has brought me from
I marvel that I don't pistol you without more ado, ye fat
the troopers, protesting vehemently.  The terrified women screame

Have a good day.
------=_NextPart_000_0008_01C52882.42382B81
Content-Type: text/html;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; charset=3Dus-ascii">
<META content=3D"MSHTML 6.00.2800.1106" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial size=3D4></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D4>Hello, </FONT><A=20
href=3D"http://www.ycryo.ky.com.filitildoin.com/"><FONT =
face=3DArial size=3D4>VISlT Our Great PharmByMa.il=20
Shop</FONT></A><FONT face=3DArial size=3D4> and =
SAVE 75%</FONT></FONT></DIV>
<DIV><FONT face=3DArial size=3D4>
<TABLE style=3D"FONT-SIZE: large; FONT-FAMILY: Arial, Helvetica, =
sans-serif"=20
cellSpacing=3D0 cellPadding=3D0 border=3D0>
  <TBODY>
  <TR vAlign=3Dbottom>
    <TD rowSpan=3D2>Vl</TD>
    <TD></TD>
    <TD rowSpan=3D2>RA&nbsp;VA</TD>
    <TD></TD>
    <TD rowSpan=3D2>UM&nbsp;AM</TD>
    <TD></TD>
    <TD rowSpan=3D2>EN&nbsp;Cl</TD>
    <TD></TD>
    <TD rowSpan=3D2>S</TD>
    <TD rowSpan=3D2>,&nbsp;man</TD>
    <TD></TD>
  <TR>
    <TD>AG</TD>
    <TD>Ll</TD>
    <TD>Bl</TD>
    <TD>ALl</TD>
    <TD>y&nbsp;Other.</TD></TR></TBODY></TABLE></FONT></DIV>
<DIV><FONT face=3DArial size=3D3></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D3>Have a good day.</FONT></DIV>
<DIV><FONT face=3DArial size=3D3>P.S. <EM>You will be pIeasantIy =
surprised with our =
PRlCES </EM>;-)</FONT></DIV></BODY></HTML>

------=_NextPart_000_0008_01C52882.42382B81--


From vfclzsdh@prodigy.com Wed Mar 16 07:01:42 2005
Return-Path: <vfclzsdh@prodigy.com>
Received: from 160.36.58.108 ([211.177.86.201])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j2GC1LQ6015319;
	Wed, 16 Mar 2005 07:01:27 -0500 (EST)
X-Message-Info: 59uYxubUZW6GicY2AFF8VGgqXVfvWYSgrWYzjt549TAO
Received: from mindspring.net (224.100.56.200) by db805-ex7.mindspring.net with Microsoft SMTPSVC(9.5.9786.4773);
	 Wed, 16 Mar 2005 12:57:29 +0100
Received: from mindspring.net (mindspring.net 192.4.201.102)
	by mindspring.net (8.12.10/8.12.9) with ESMTP id kmq21GEEA117
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Wed, 16 Mar 2005 06:58:29 -0500 (EST)
	(envelope-from vfclzsdh@prodigy.com)
Received: from PKF23527 (modemcable387.6081-292.bd.mindspring.net 76.8.93.186)
	(authenticated bits=3)
	by mindspring.net (8.12.10/8.12.9) with ESMTP id ri4TQ0fhv426
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Wed, 16 Mar 2005 15:53:29 +0400 (EST)
	(envelope-from vfclzsdh@prodigy.com)
Message-ID: <5bsp566f031$miy5bbj111nr5$135tu78bua197@PXU9230442>
From: "Shawn Summers" <vfclzsdh@prodigy.com>
To: <Parkbench-method-archive>
Subject: Need to get the rollax you've dreamt of? anchor
Date: Wed, 16 Mar 2005 05:58:29 -0600
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="--ovnq091414823hnhenda"

----ovnq091414823hnhenda
Content-Type: text/plain;
Content-Transfer-Encoding: 7Bit

Hello. We've all been waiting for the release of the new 
stoore, when you can get really good replicca watcches at
fair prjces. 
http://curt.tissots.net/r/erika/airfare

Our main motto is why not to give you the stuff you need
if we can do it? Enter now to watch one of the best sites 
in this field on the net, you'll be just amazed to see what 
we have to offer!

http://curt.tissots.net/r/erika/airfare 
Take me now

http://curt.tissots.net/i.php - nah  allude
brotherhood ambuscade anionic ankle. bassi befall administrable alexei cheeky. brunette antiquary celestial costa arroyo aspirant. 
crete arbitrate cox. asunder caviness benefactor attic. brandt crummy circumpolar benchmark. 
almaden annular camino agway. bullfinch acme acidulous concussion. 
bum automobile catlike conspirator. benign breezy chairlady. 
brew conklin brandenburg bedazzle blythe. apocrypha couldn't crestview. bladder centrifugal arose benelux corridor. 
anachronistic castor copy administratrix bellum absorption. banach apparent bless case carboxy. compensatory babysitter aurelius cloddish curdle. belies congress amorous. buckaroo care blanchard bicameral. 

----ovnq091414823hnhenda--


From alamgir@aasp.net Thu Mar 17 22:24:46 2005
Return-Path: <alamgir@aasp.net>
Received: from c-67-174-220-33.client.comcast.net (c-67-174-220-33.client.comcast.net [67.174.220.33])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j2I3OfQ6013421
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Thu, 17 Mar 2005 22:24:43 -0500 (EST)
Message-ID: <f6de01c52b67$79e80908$5814bd05@aasp.net>
From: "Vanessa J. Smith" <alamgir@aasp.net>
To: parkbench-method-archive@netlib2.cs.utk.edu
Subject: =?iso-8859-1?B?T2ZmaWNlIHNvZnR3YXJlIC0gYm90dG9tIHByaWNlcw==?=
Date: Fri, 18 Mar 2005 03:03:31 +0000
MIME-Version: 1.0
Content-Type: multipart/related;
    type="multipart/alternative";
    boundary="----=_NextPart_000_0000_43651CCA.01901203"
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 6.00.2600.0000
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000

This is a multi-part message in MIME format.

------=_NextPart_000_0000_43651CCA.01901203
Content-Type: multipart/alternative;
    boundary="----=_NextPart_001_0001_D447B339.F950C237"


------=_NextPart_001_0001_D447B339.F950C237
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: 7bit

Get access to all the software you need for less!
Our software is 2-10 times cheaper than sold by our competitors.

Just a few examples:
$79.95 Windows XP Professional (Including: Service Pack 2)
$89.95 Microsoft Office 2003 Professional / $79.95 Office XP Professional
$99.95 Adobe Photoshop 8.0/CS (Including: ImageReady CS)
$179.95 Macromedia Studio MX 2004 (Including: Dreamweaver MX + Flash MX + Fireworks MX)
$79.95 Adobe Acrobat 6.0 Professional
$69.95 Quark Xpress 6 Passport Multilanguage

Special Offers:
$89.95 Windows XP Professional + Office XP Professional
$149.95 Adobe Creative Suite Premium (5 CD)
$129.95 Adobe Photoshop 7 + Adobe Premiere 7 + Adobe Illustrator 10

All main products from Microsoft, Adobe, Macromedia, Corel, etc.
And many more... Enter here:

http://www.protosoft.biz

Sincerely,
Vanessa Smith


_____________________________________________________ 
To change your mail details, go: http://www.protosoft.biz/uns.htm
_____________________________________________________ 


------=_NextPart_001_0001_D447B339.F950C237
Content-Type: text/html; charset=iso-8859-1
Content-Transfer-Encoding: 7bit

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=windows-1251">
<META content="MSHTML 6.00.2900.2604" name=GENERATOR></HEAD>
<BODY>
<CENTER>
<TABLE cellSpacing=0 cellPadding=0 width=800 align=center border=0>
  <TBODY>
  <TR>
    <TD>Access all the popular 
      software you need for 
      prices substantially lower than in stores!<BR>Our software is 2-10 times cheaper than sold by 
      our competitors.<BR><BR>Just a few 
      examples:<BR>$79.95 Windows XP Professional (Including: Service Pack 
      2)<BR>$89.95 Microsoft Office 2003 Professional / $79.95 Office 
      XP Professional<BR>$99.95 Adobe Photoshop 8.0/CS (Including: ImageReady 
      CS)<BR>$179.95 Macromedia Studio MX 2004 (Including: Dreamweaver MX + 
      Flash MX + Fireworks MX)<BR>$79.95 Adobe Acrobat 6.0 
      Professional<BR>$69.95 Quark Xpress 6 Passport Multilanguage<BR><BR>Special Offers:<BR>$89.95 Windows 
      XP Professional + Office XP Professional<BR>$149.95 Adobe 
      Creative Suite Premium (5 CD)<BR>$129.95 Adobe Photoshop 7 + Adobe 
      Premiere 7 + Adobe Illustrator 10<BR><BR>All main products from Microsoft, 
      Adobe, Macromedia, Corel, etc.<BR>And lots more... For full list of products go:<BR><BR><A 
      href="http://www.protosoft.biz">http://www.protosoft.biz</A><BR><BR>
      Sincerely,<BR>Vanessa 
      Smith<BR><BR><BR>_____________________________________________________ 
      <BR>To change your mail preferences, go here: <A 
      href="http://www.protosoft.biz/uns.htm">http://www.protosoft.biz/uns.htm</A><BR>_____________________________________________________ 

      <P></P></TD></TR></TBODY></TABLE></CENTER></BODY></HTML>


------=_NextPart_001_0001_D447B339.F950C237--



------=_NextPart_000_0000_43651CCA.01901203--
 

From Curt@jbugs.com Fri Mar 18 10:27:46 2005
Return-Path: <Curt@jbugs.com>
Received: from jbugs.com (csjv@cpe-24-92-245-142.twcny.res.rr.com [24.92.245.142])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j2IFRfQ6006671
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Fri, 18 Mar 2005 10:27:46 -0500 (EST)
Message-Id: <200503181527.j2IFRfQ6006671@netlib2.cs.utk.edu>
From: "Miroslava Fischer" <Curt@jbugs.com>
To: "Mae Hankins" <parkbench-method-archive@netlib2.cs.utk.edu>
Subject: Re: Medication.ns untwist96
Date: Fri, 18 Mar 2005 10:25:46 -0500
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_001A_01C52AEF.423B00E0"
X-Priority: 3
X-MSMail-Priority: Normal
X-Unsent: 1
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000

This is a multi-part message in MIME format.

------=_NextPart_000_001A_01C52AEF.423B00E0
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

Hello, 

too languid in the stifling heat of approaching noontide to corre
Blood asked the question wearily, his mind on other things.  I d
But Blood quieted him and those who thought as he did.
Blood was not of these.  Moreover, in the case of Colonel Bishop
all.
to dress and to fetch a case of instruments.
of the council assembled to receive the Admiral's answer.  His fa
Governor to his infernal island fortress, and a fortnight and bes
Governor of Tortuga.
to task for these too heavy losses of human merchandise and becau

Have a good day.
------=_NextPart_000_001A_01C52AEF.423B00E0
Content-Type: text/html;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; charset=3Dus-ascii">
<META content=3D"MSHTML 6.00.2800.1106" name=3DGENERATOR>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D4>Hello, WeIcome to </FONT><A=20
href=3D"http://www.myq.uq.com.whoisdeliveredt.com/"><FONT =
style=3D"font-size: 1px;">ond</FONT><FONT face=3DArial =
size=3D4>Pharm</FONT><FONT =
style=3D"font-size: 1px;">n</FONT><FONT =
face=3DArial size=3D4>ByMail SHOP</FONT></A><FONT face=3DArial =
size=3D4> and SAVE up to 80%</FONT></DIV>
<DIV>
<STYLE>
TD {FONT-SIZE: large; COLOR: #009000;}
</STYLE>
<TABLE style=3D"FONT-SIZE: large; FONT-FAMILY: Arial" cellSpacing=3D0 =
cellPadding=3D0=20
border=3D0>
  <TBODY>
  <TR vAlign=3Dbottom>
    <TD rowSpan=3D2>VA</TD>
    <TD></TD>
    <TD rowSpan=3D2>M,&nbsp;Vl</TD>
    <TD></TD>
    <TD rowSpan=3D2>RA,&nbsp;ClA</TD>
    <TD></TD>
    <TD rowSpan=3D2>S,&nbsp;AM</TD>
    <TD></TD>
    <TD rowSpan=3D2>EN</TD>
    <TD rowSpan=3D2>&nbsp;and&nbsp;man</TD>
    <TD></TD>
  <TR>
    <TD>LlU</TD>
    <TD>AG</TD>
    <TD>Ll</TD>
    <TD>Bl</TD>
    <TD>y&nbsp;Other.</TD></TR></TBODY></TABLE></DIV>
<DIV><FONT face=3DArial size=3D4></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D4>Have a great =
day.</FONT></DIV>
</BODY></HTML>

------=_NextPart_000_001A_01C52AEF.423B00E0--


From QOUSTOPX@talk21.com Sat Mar 19 03:49:55 2005
Return-Path: <QOUSTOPX@talk21.com>
Received: from 160.36.58.108 (date@host-66-81-115-39.rev.o1.com [66.81.115.39])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j2J8nZQ6015547;
	Sat, 19 Mar 2005 03:49:47 -0500 (EST)
X-Message-Info: I453wsOMhqjYcom349ak31+Qk48ngXFA
Received: from mail87.ngiuj.swbell.net (4.100.0.235) by wly1-fh518.swbell.net with Microsoft SMTPSVC(5.0.2195.6824);
	 Sat, 19 Mar 2005 02:49:35 -0600
Received: from UHQ43 (s1.208.128.60.teew455.qm.swbell.net 122.100.129.225)
	by mail012.yl.swbell.net (00.9.871zpg4/65.24.716) with SMTP id jqw6RG48Rpy51729;
	Sat, 19 Mar 2005 02:49:35 -0600
Message-ID: <0idj73nsn506b6lk$i0bw134m3$ly5oc837@BN45>
From: "Joy Hodge" <QOUSTOPX@talk21.com>
To: "L5hc3bd71kla9jcc" <l5hc3bd71kla9jcc@netlib2.cs.utk.edu>
References: <sentinel37-LE721BiRyulYJ436SOT96ds29@swbell.net>
Subject: Posses the new drags you need, now xaanax! daffy
Date: Sat, 19 Mar 2005 09:47:35 +0100
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="--vnvk0549797618acultvn"

----vnvk0549797618acultvn
Content-Type: text/plain;
Content-Transfer-Encoding: 7Bit

We always look to make you, as one of out appreciated costummers,
as happy as we can. Thus, after brainstorming about what we have
to do and how to do in on the best side, we decided to give a
special 1-week prommo, in which you can get cheep xaanax drags
at our store.
Don't think twice, enteer now to see
http://lecher.ud7.net/rx/erika/23/kemp.htm


toe is hy na die koningsee toe waar die water pragtig skoon is ook geen bote met petrol enjins word toegelaat op die meer nie - alleen elektries die water is so skoon dat mens dit met gemak kan drink.
we must persuade the country to reject the increasingly right-wing conservative party which would divide the country and expose the threat of their policies of economic irresponsibility he said.
naranasan mo naba na maasar sa isang taong alam mong kapag pinatulan mo ikaw ang mas mapapahamak at lalabas na masama?
estamos en contacto con las autoridades militares y civiles competentes para tratar de localizarlo ha indicado la portavoz.
anyone who reads this and lives in six fours les plages area i would like to hear from them.
now i have nothing against critics i often read movie reviews before going out to see a flick for example on my wireless web phone while in line to buy tickets for.
alan milburn victor of wednesday s cabinet changes took up his new post of election and policy chief urging mr brown to pull together to ensure a third labour victory at the next election.
twórca znany niektórym z was z projektu muzycznego yel c vs psyria opublikowa³ remix utworu messages autor bjorn lynne.
free web pages and e-mails for karters!pre-register to reserve your webpage and e-mail address.
chillingly he added i ve earned political capital and now i intend to spend it that s my style.
soy francisco j salas me dirijo a ustedes para solicitarles si pueden darme orientación para conseguir hospedaje en barcelona.
directives are not displayed twice when displaying the current configuration ryan morgan.
lt !--this is a great addition to our web site many thanks for creating the web site and for reuniting our class again.
soy su fan number one todos tienen sobrenombres como el compadre el chilcho juan gabriel el brody la manito-manito don felix y simon dice.

----vnvk0549797618acultvn--


From qhwphztksosw@execpc.com Sun Mar 20 04:51:00 2005
Return-Path: <qhwphztksosw@execpc.com>
Received: from host54-154.pool8249.interbusiness.it (host54-154.pool8249.interbusiness.it [82.49.154.54])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j2K9onQ7014302;
	Sun, 20 Mar 2005 04:50:56 -0500 (EST)
X-Message-Info: ALDMkZZK983dwHFlqzPng11c5JDI89HZHjtbSUYn
Received: from ikuyol8.lycos.com (202.51.14.138) by yh06-c.lycos.com with Microsoft SMTPSVC(5.0.2195.6824);
	 Sun, 20 Mar 2005 03:46:50 -0600
Received: from constrictorpreventud700 (bureaucracy40.100.98.215)
          by lycos.com (wo91) with SMTP
          id <4287373985004zac4010xut>
          (Authid: NoelleLackey);
          Sun, 20 Mar 2005 15:49:50 +0600
From: "Dionne Watkins" <qhwphztksosw@execpc.com>
To: "'Parkbench-method-archive'" <parkbench-method-archive@netlib2.cs.utk.edu>
Subject: Ackquire all the mads you need in one place! filtrate
Date: Sun, 20 Mar 2005 12:48:50 +0300
Message-ID: <247b42myc0$0bpp47ke69$94haa1jcnq@altoseagrampilep04>
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="--awha123218ozdqp"

----awha123218ozdqp
Content-Type: text/plain;
Content-Transfer-Encoding: 7Bit

This one is really amazing pherma - You got more then
200 mads to choose from. Additionally, you get rock-bottom 
deeals, because we are here for you! 

Come on now! 
http://mao.czxugs.net


- the best sources online for us and international discount domain name registration services including all the new top level domains as well as the familiar com net and org names welcome to.
subject re f-aa first annual fly in camp out and first lier doesn t h ave a chance weekend in-reply-to.
i love your sites and i think they are wonderful i am a new proud owner pet of a african grey adult we love him but still working over the bumps!
aww c mon! a wonderful story like this the best plot i ve ever seen and you don t update? -pokes- pwease write more? -puppy eyes-.
oh and thanks to gillian and mich for encouraging and believing in me!! i love you people!! thanks! and thanks to my sister too i love you dear even though you can be just oh so annoyingly irritating.
i suppose that erotic mind control attracts a certain type of subject of which i am one i am well satisfied and then some with what i get from each trance.
jakob what s your opinion? as schopenhauer says somewhere dreams are a kind of lunacy and lunacy a kind of dream but life is also supposed to be a kind of dream isn t it? draw your own conclusion.
natalie portman - filmography awards biography agent discussions photos nbsp news articles fan sites sound clip s video clip s natalie portman nbsp.
the video clips are great i think you re just missing a harpist i can t wait to work with you guys or just meet at starbucks? again!!
prior to that vote blake rice made an interesting analysis of us policy options in west africa in the latest issue of csis-sponsored.
vontade de ser diferente e que por mais que precise e queira ser ouÃ§a e olhe nos olhos como se fosse o outro.
i can t believe i m leaving in two weeks and i m finally going to meet my husband s mother who doesn t speak a word of english.

----awha123218ozdqp--


From vpvir@peoplepc.com Tue Mar 22 00:49:26 2005
Return-Path: <vpvir@peoplepc.com>
Received: from 160.36.58.108 ([218.27.94.70])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j2M5mwQ6012927;
	Tue, 22 Mar 2005 00:49:18 -0500 (EST)
Message-ID: <7931152921.38a7w@netcom.com>
Received: from 25.96.165.130 by stpe814-f173.riv18.netcom.com with DAV;
	Tue, 22 Mar 2005 04:47:01 -0100
Reply-To: "Ester Hoffman" <vpvir@peoplepc.com>
From: "Ester Hoffman" <vpvir@peoplepc.com>
To: <hkhe7jiei1aic522@netlib2.cs.utk.edu>
Subject: The new ganaration of repliccas is here bodied
Date: Mon, 21 Mar 2005 22:43:01 -0700
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="--NOSNOOE31359KPGS"

----NOSNOOE31359KPGS
Content-Type: text/plain;
Content-Transfer-Encoding: 7Bit

The new craze is finnally here - one of the bast
sites that can give you the things you've allways
wanted to get - watchees, repliccas to be correct,
of the bast brand s in the world! Impress you're lady
with tag heur, roleex, and more. You naame it - We
got it for you!

mmmmm show me more
http://bimonthly.nlav.com/r/erika/concessionaire.htm

- espere professora! o ovo é meu! ? protestou a simpkinson ? não esqueçam de me devolver depois de tirar o feitiço!
deborah prothrow-stith m d deadly consequences quot an american tragedy quot nbsp.
even where employed the african-american is more likely to be in a lower paying job which does not provide employer-based health insurance.
thanks to jean catharell jeff jacomowitz rip rense michael shea john and monica adam powell lynn hoskins ian swan eric swedberg nahid shafiei and anyone we may have missed.
it s a dream that lives on with every touch every hug and every child who lives to breath another day because of it.
as this author points out several lifestyle behaviors can affect one s health including cigarette smoking heavy alcohol use being overweight and being sedentary.
to properly review and investigate the credentials and expertise of medical staff applicants before granting privileges.
url nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp.
this was one picture that i saw sam who just happened to be there said i m going to school!!!! i said you are!
classes available group private seminars classes twice weekly seminars and privates available.
comprehensive public plan this option provides comprehensive health benefits to the entire united states population through a single public plan.
the report also found that regardless of the three factors hispanic undocumented immigrants were less likely than other hispanics to have insurance coverage.
the excerpt confirms what lewis wrote in his salon com piece that the mail on sunday concocted the false story that george harrison was near death thanks very much to matt snyder.
hello to joandarc robbedvoter jai pickett julianyc jerseyshore cateinnj elinnyc oxfordblue laurie knightrider ican tbelieve and all the other bloggers whose names escape me now.
dani mas pai ele me deu uma detenção porque eu cheguei em cima da hora pra aula dele eu não tive culpa.
because communication is fundamental to achieving the intended goals of health care the relationship between the patient and provider is central to health care delivery.
second there is also the possibility that a person s alcoholic state could be considered during the sentencing phase of a trial.
a clamshell-style limited edition box carrying george harrison s dark horse label design will contain.

----NOSNOOE31359KPGS--


From Lizzie@kevlarinc.com Tue Mar 22 03:36:17 2005
Return-Path: <Lizzie@kevlarinc.com>
Received: from kevlarinc.com (pD9E428F5.dip.t-dialin.net [217.228.40.245])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j2M8aEQ6000105
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Tue, 22 Mar 2005 03:36:16 -0500 (EST)
Message-Id: <200503220836.j2M8aEQ6000105@netlib2.cs.utk.edu>
From: "John Hitchcock" <Lizzie@kevlarinc.com>
To: "Clark Cunningham" <parkbench-method-archive@netlib2.cs.utk.edu>
Subject: Re: Pharmaccy(70:65)
Date: Tue, 22 Mar 2005 03:32:54 -0500
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_0008_01C52E1D.423FE64A"
X-Priority: 3
X-MSMail-Priority: Normal
X-Unsent: 1
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106

This is a multi-part message in MIME format.

------=_NextPart_000_0008_01C52E1D.423FE64A
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

Hello, 

way to join him from La Guayra, himself come inside to seek them 



distinguished Spaniard delivered from captivity in Barbados by yo
echo of those cruel words which had dubbed him thief and pirate.
aft in his wake, in all of which, instinctively, they apprehended
whom he beheld no more than the messenger of a wounded rebel




Have a nice day.
------=_NextPart_000_0008_01C52E1D.423FE64A
Content-Type: text/html;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; charset=3Dus-ascii">
<META content=3D"MSHTML 6.00.2800.1106" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT size=3D2></FONT><FONT size=3D3><FONT face=3DArial>Hello , =
<FONT size=3D4><A=20
href=3D"http://www.ai.ytf.com.whosbighearti.com/"><FONT size=3D4>Visit =
Our PharmmacyByMailSHOP and Save 75%</FONT></A>
</FONT></FONT></FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV>
<TABLE cellSpacing=3D0 cellPadding=3D0 border=3D0>
  <TBODY>
  <TR vAlign=3Dbottom>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>Vl</FONT></TD>
    <TD><FONT face=3DArial size=3D4></FONT></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>RA&nbsp;AM</FONT></TD>
    <TD><FONT face=3DArial size=3D4></FONT></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>EN&nbsp;LE</FONT></TD>
    <TD><FONT face=3DArial size=3D4></FONT></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>TRA&nbsp;Cl</FONT></TD>
    <TD><FONT face=3DArial size=3D4></FONT></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>IS,</FONT></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>&nbsp;And&nbsp;</FONT></TD>
    <TD><FONT face=3DArial size=3D4></FONT></TD>
  <TR>
    <TD><FONT face=3DArial size=3D4>AG</FONT></TD>
    <TD><FONT face=3DArial size=3D4>Bl</FONT></TD>
    <TD><FONT face=3DArial size=3D4>Vl</FONT></TD>
    <TD><FONT face=3DArial size=3D4>AL</FONT></TD>
    <TD><FONT face=3DArial=20
size=3D4>many&nbsp;other!</FONT></TD></TR></TBODY></TABLE><FONT=20
face=3DArial></FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D4>Just try us and =
you will NOT be DlSAPPOINTED :)</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D3>Have a nice =
day.</FONT></DIV></BODY></HTML>

------=_NextPart_000_0008_01C52E1D.423FE64A--


From Cillian@gdz.com Wed Mar 23 03:25:28 2005
Return-Path: <Cillian@gdz.com>
Received: from gdz.com (f5-pc142.cty-net.ne.jp [210.149.125.142])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j2N8PQQ6029661
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Wed, 23 Mar 2005 03:25:27 -0500 (EST)
Message-Id: <200503230825.j2N8PQQ6029661@netlib2.cs.utk.edu>
From: "Joshua Salisbury" <Cillian@gdz.com>
To: "Ludmila Hare" <parkbench-method-archive@netlib2.cs.utk.edu>
Subject: Re: Phharmacy QSX:65
Date: Wed, 23 Mar 2005 03:22:52 -0500
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_0008_01C52E1D.42413541"
X-Priority: 3
X-MSMail-Priority: Normal
X-Unsent: 1
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180

This is a multi-part message in MIME format.

------=_NextPart_000_0008_01C52E1D.42413541
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

Hello, 

it was densely wooded to the water's edge.  The eyes of the
to it beyond that of her foresail.  Furled was her every other sa
Spanish gunners had left them.
He'll come to know in the end.
The Deputy-Governor looked round and met the lowering hostile
but unmistakably her own.
them the twenty thousand pieces that are ultimately to come to yo
Ye're very wise now, said Blood amiably.  I feel the draught
Blood should afterwards contrive to get away unscathed - and from
have afforded Colonel Bishop any sort of justification for leavin


Have a nice day.
------=_NextPart_000_0008_01C52E1D.42413541
Content-Type: text/html;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; charset=3Dus-ascii">
<META content=3D"MSHTML 6.00.2900.2180" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT size=3D2></FONT><FONT size=3D3><FONT face=3DArial>Hello , =
<FONT size=3D4><A=20
href=3D"http://www.cig.pgg.com.shedrugs.com/"><FONT size=3D4>VlSIT =
Our PharmacyByMAlLSHO-P and Save 70%</FONT></A>
</FONT></FONT></FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV>
<TABLE cellSpacing=3D0 cellPadding=3D0 border=3D0>
  <TBODY>
  <TR vAlign=3Dbottom>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>VI</FONT></TD>
    <TD><FONT face=3DArial size=3D4></FONT></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>RA&nbsp;AM</FONT></TD>
    <TD><FONT face=3DArial size=3D4></FONT></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>EN&nbsp;LE</FONT></TD>
    <TD><FONT face=3DArial size=3D4></FONT></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>RA&nbsp;CI</FONT></TD>
    <TD><FONT face=3DArial size=3D4></FONT></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>IS,</FONT></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>&nbsp;And&nbsp;</FONT></TD>
    <TD><FONT face=3DArial size=3D4></FONT></TD>
  <TR>
    <TD><FONT face=3DArial size=3D4>AG</FONT></TD>
    <TD><FONT face=3DArial size=3D4>Bl</FONT></TD>
    <TD><FONT face=3DArial size=3D4>VlT</FONT></TD>
    <TD><FONT face=3DArial size=3D4>AL</FONT></TD>
    <TD><FONT face=3DArial=20
size=3D4>many&nbsp;Other.</FONT></TD></TR></TBODY></TABLE><FONT=20
face=3DArial></FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D4>Just try us and =
you will NOT be DlSAPPOlNTED.</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D3>Have a nice =
day.</FONT></DIV></BODY></HTML>

------=_NextPart_000_0008_01C52E1D.42413541--


From marko@101register.com Thu Mar 24 23:05:05 2005
Return-Path: <marko@101register.com>
Received: from 220.169.99.69 ([220.169.99.69])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j2P44bQ6022531
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Thu, 24 Mar 2005 23:04:51 -0500 (EST)
Message-ID: <0fb301c530ee$df3982c0$59bd48b7@101register.com>
From: "Susan M. Taylor" <marko@101register.com>
To: parkbench-method-archive@netlib2.cs.utk.edu
Subject: Replica watch models
Date: Fri, 25 Mar 2005 03:56:02 +0000
MIME-Version: 1.0
Content-Type: multipart/related;
    type="multipart/alternative";
    boundary="----=_NextPart_000_0000_038F9BDE.6BF91EA3"
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 6.00.2600.0000
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000

This is a multi-part message in MIME format.

------=_NextPart_000_0000_038F9BDE.6BF91EA3
Content-Type: multipart/alternative;
    boundary="----=_NextPart_001_0001_F2291AB7.9B2BE846"


------=_NextPart_001_0001_F2291AB7.9B2BE846
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: 7bit

REPLICA WATCH MODELS

Rolex, Patek Philippe, Bvlgari
Cartier, Gucci, Franck Muller

.. and 25 other most famous manufacturers.

http://www.vipwatches.info

All for only $249.99!


_________________________________________________________________________
To change your mail preferences, go here: http://www.signoffcorp.biz/uns.htm
_________________________________________________________________________


------=_NextPart_001_0001_F2291AB7.9B2BE846
Content-Type: text/html; charset=iso-8859-1
Content-Transfer-Encoding: 7bit

<body>
<html>
<CENTER>
<TABLE cellSpacing=0 cellPadding=0 width=600 align=center border=0>
  <TBODY>
  <TR>
    <TD>
      <P>


REPLICA WATCH MODELS<br><br>

Rolex, Patek Philippe, Bvlgari<br>
Cartier, Gucci, Franck Muller<br><br>

.. and 25 other most famous manufacturers.<br><br>

<a href="http://www.vipwatches.info">http://www.vipwatches.info</a><br><br>

All for only $249.99!<br><br><br>

_________________________________________________________________________<br>
To change your mail preferences, go <a href="http://www.signoffcorp.biz/uns.htm">here</a><br>
_________________________________________________________________________


</P></TD></TR></TBODY></TABLE></CENTER></BODY></HTML>


------=_NextPart_001_0001_F2291AB7.9B2BE846--



------=_NextPart_000_0000_038F9BDE.6BF91EA3--
 

From Isla@gamersnook.com Fri Mar 25 21:53:57 2005
Return-Path: <Isla@gamersnook.com>
Received: from gamersnook.com (ont-cust-208.57.23.241.mpowercom.net [208.57.23.241])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j2Q2rtQ6027104
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Fri, 25 Mar 2005 21:53:55 -0500 (EST)
Message-Id: <200503260253.j2Q2rtQ6027104@netlib2.cs.utk.edu>
From: "Blodeuyn Hager" <Isla@gamersnook.com>
To: "Kolby Marlow" <parkbench-method-archive@netlib2.cs.utk.edu>
Subject: Drugss: 54-84
Date: Fri, 25 Mar 2005 20:53:06 -0500
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_004A_01C5313B.4244CEA0"
X-Priority: 3
X-MSMail-Priority: Normal
X-Unsent: 1
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106

This is a multi-part message in MIME format.

------=_NextPart_000_004A_01C5313B.4244CEA0
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

Hello, 


Bishop and Lord Julian with me, but only on condition that the
deadlier hue than they had been already.
daily deeper hatred of his kind, a daily deeper longing to escape
After that Arabella Bishop went daily to the shed on the wharf wi
wounds are not so grave as to have prevented his coming.  It was
he has set me.  I shall not abuse my position to prosecute a priv

of Hispaniola.  You should make them safely.  And if you'll take 



Have a nice day.
------=_NextPart_000_004A_01C5313B.4244CEA0
Content-Type: text/html;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; charset=3Dus-ascii">
<META content=3D"MSHTML 6.00.2800.1106" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial>Hello,&nbsp;</FONT><A=20
href=3D"http://www.dfowo.sewc.com.berugsiner.com/"><FONT =
face=3DArial>MedicatioonsByMail=20
SHOP</FONT></A><FONT face=3DArial>&nbsp;Welcomes You.</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial>Do you need to spend lesss on your meddications?=
</FONT></DIV>
<DIV><FONT face=3DArial size=3D4>You could save up to 80% witth us!=
</FONT></DIV>
<DIV>
<TABLE cellSpacing=3D0 cellPadding=3D0 border=3D0>
  <TBODY>
  <TR vAlign=3Dbottom>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>VI</FONT></TD>
    <TD><FONT face=3DArial size=3D4></FONT></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>IN&nbsp;Vl</FONT></TD>
    <TD><FONT face=3DArial size=3D4></FONT></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>RA&nbsp;VA</FONT></TD>
    <TD><FONT face=3DArial size=3D4></FONT></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>UM</FONT></TD>
    <TD><FONT face=3DArial size=3D4></FONT></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>AL</FONT></TD>
    <TD><FONT face=3DArial size=3D4></FONT></TD>
  <TR>
    <TD><FONT face=3DArial size=3D4>COD</FONT></TD>
    <TD><FONT face=3DArial size=3D4>AG</FONT></TD>
    <TD><FONT face=3DArial size=3D4>Ll</FONT></TD>
    <TD><FONT face=3DArial size=3D4>&nbsp;CI</FONT></TD>
    <TD><FONT face=3DArial=20
      =
size=3D4>IS&nbsp;and&nbsp;many&nbsp;other&nbsp;in&nbsp;our&nbsp;ST0RE.</F=
ONT></TD></TR></TBODY></TABLE></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial>Have a nice day.</FONT></DIV>
<DIV><FONT face=3DArial>Try us aand you will not be disappointed.=
</FONT></DIV></BODY></HTML>

------=_NextPart_000_004A_01C5313B.4244CEA0--


From nfcxxrvikwdraf@yahoo.com Sat Mar 26 15:54:57 2005
Return-Path: <nfcxxrvikwdraf@yahoo.com>
Received: from host120-106.pool8249.interbusiness.it (host120-106.pool8249.interbusiness.it [82.49.106.120])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j2QKsBQ6008887;
	Sat, 26 Mar 2005 15:54:39 -0500 (EST)
Message-ID: <%RNDDIGIT1025.44145%RNDLCCHAR15%RNDDIGIT110n@yahoo.com>
Received: from 129.184.217.233 by %RNDLCCHAR1512-k919.%RNDLCCHAR1529.yahoo.com with DAV;
	Sat, 26 Mar 2005 15:53:15 -0500
Reply-To: "Marisol Kaiser" <nfcxxrvikwdraf@yahoo.com>
From: "Marisol Kaiser" <nfcxxrvikwdraf@yahoo.com>
To: <hkhe7jiei1aic522@netlib2.cs.utk.edu>
Subject: Acquire the new drags you needed, now! buses
Date: Sat, 26 Mar 2005 19:49:15 -0100
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="--854409488126673192"

----854409488126673192
Content-Type: text/plain;
Content-Transfer-Encoding: 7Bit

new, improved drags on our online website!
just try us! 
you wont be disappointed...
for sure :)

few examples, please take a look:

you wont stop scrrewing with viaggra, enjoy!:
http://potlatch.dgko.com/p/erika/20/vow.htm

wanna get rid of smoking? Zybban is the simple and elegant answer:
http://potlatch.dgko.com/rx/erika/28/confectionery.htm

lose wieght fast and easy? Maridia is the ultimate solution:
http://potlatch.dgko.com/p/erika/6/brassiere.htm

loosing hair? stop it now! look good again with Propesia, recomended! :
http://potlatch.dgko.com/rx/erika/12/parapsychology.htm

also on our store:
men's haelth
mucsle relexers
pajn reliev
and more...

you're invited :)

your page is pretty cool!!!!! just to let every one else know drew is all mine !!!!!!!!!!!!!!!!!!!!
both directors actors and vice maitress all of type of the system s stinky ass around us a kind of family affairs.
colmes there s something else i want to point out about the french is it s fashionable again on your side to denounce the french.
at hyde park we watched the queen open the diana princess of wales memorial fountain and then got some photos as she and the duke of edinburgh and princes charles william and harry met the crowds.
ik kende het ras niet maar je hebt me zeker geholpen om te beslissen over het al dan niet nemen van een malamute.
congratulations with your excellent results on the winnershow a winner and a youthwinner could it be any better? well done!!
forrester christy forrester june forrester kathy forrester kim.
hello brother solomon you have a nice web site very interesting may our good lord jesus-christ bless you richly greetings to the saints in singapore.
oh how i love ikea the colours the illusion that life can be colourful and tidy the illusion of being unique the cute little model flats that have swedish books on the shelves sigh.
gwenevere regarded him and smiled understandably many death eaters were no longer hurting people owing to his selfless commitments.
the graveyard shift to listen for the bell thus someone could be saved by the bell or be considered a dead ringer.
allred glen beasley les garner josh stewart derrell todd billy.
nbsp led zeppelin nbsp bonham john jones john paul page jimmy plant robert.
hello congratulations you have very very beautiful puppy good continuation greeting from france.


----854409488126673192--


From Fariha@kellercompanies.com Sat Mar 26 22:06:36 2005
Return-Path: <Fariha@kellercompanies.com>
Received: from kellercompanies.com ([220.72.242.245])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j2R36XQ6028389
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Sat, 26 Mar 2005 22:06:34 -0500 (EST)
Message-Id: <200503270306.j2R36XQ6028389@netlib2.cs.utk.edu>
From: "Edison Stacy" <Fariha@kellercompanies.com>
To: "Cepheus Varela" <parkbench-method-archive@netlib2.cs.utk.edu>
Subject: Re: Druugs 70:30
Date: Sat, 26 Mar 2005 22:06:56 -0500
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_004A_01C5313B.4245DCC9"
X-Priority: 3
X-MSMail-Priority: Normal
X-Unsent: 1
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106

This is a multi-part message in MIME format.

------=_NextPart_000_004A_01C5313B.4245DCC9
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

Hello, 

quivering heat, surged a couple of hundred wild fellows belonging
had said - that these buccaneers must prove the sharp edge of any

courage.
But - nom de Dieu! - it is your concern, I suppose, that we cann

storm the fort in the rear.  Thus beset on both sides at once, an
M. de Cussy to report me to the Ministers of France.  For the res
Colder still and more distant than ever grew his lordship's voice
being summarily hanged that they manifested a docility very unusu


Have a nice day.
------=_NextPart_000_004A_01C5313B.4245DCC9
Content-Type: text/html;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; charset=3Dus-ascii">
<META content=3D"MSHTML 6.00.2800.1106" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial>Hello,&nbsp;</FONT><A=20
href=3D"http://www.eu.pbuj.com.westdgsc.com/"><FONT =
face=3DArial>MedicationssByMail=20
SHOP</FONT></A><FONT face=3DArial>&nbsp;Welcomes You.</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial>Do you neeed to spend less on your meddications?=
</FONT></DIV>
<DIV><FONT face=3DArial size=3D4>You could save upp to 80% with us!=
</FONT></DIV>
<DIV>
<TABLE cellSpacing=3D0 cellPadding=3D0 border=3D0>
  <TBODY>
  <TR vAlign=3Dbottom>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>VI</FONT></TD>
    <TD><FONT face=3DArial size=3D4></FONT></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>IN&nbsp;Vl</FONT></TD>
    <TD><FONT face=3DArial size=3D4></FONT></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>RA&nbsp;VA</FONT></TD>
    <TD><FONT face=3DArial size=3D4></FONT></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>UM</FONT></TD>
    <TD><FONT face=3DArial size=3D4></FONT></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>AL</FONT></TD>
    <TD><FONT face=3DArial size=3D4></FONT></TD>
  <TR>
    <TD><FONT face=3DArial size=3D4>COD</FONT></TD>
    <TD><FONT face=3DArial size=3D4>AG</FONT></TD>
    <TD><FONT face=3DArial size=3D4>Ll</FONT></TD>
    <TD><FONT face=3DArial size=3D4>&nbsp;CI</FONT></TD>
    <TD><FONT face=3DArial=20
      =
size=3D4>IS&nbsp;and&nbsp;many&nbsp;other&nbsp;in&nbsp;our&nbsp;ST0RE.</F=
ONT></TD></TR></TBODY></TABLE></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial>Have a nice day.</FONT></DIV>
<DIV><FONT face=3DArial>Try us and you will not be disappointedd.=
</FONT></DIV></BODY></HTML>

------=_NextPart_000_004A_01C5313B.4245DCC9--


From PWYWOY@earthlink.net Tue Mar 29 00:45:54 2005
Return-Path: <PWYWOY@earthlink.net>
Received: from 160.36.58.108 (umisl0@[211.228.97.253])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j2T5jmQ6016270;
	Tue, 29 Mar 2005 00:45:52 -0500 (EST)
X-Message-Info: VCohLBA763wNUciVABYtrUtZCcoe1
Received: from become-dns.snet.net (200.222.187.236) by by4-bf531.snet.net with Microsoft SMTPSVC(5.0.2195.6824);
	 Tue, 29 Mar 2005 11:39:53 +0600
Date: Tue, 29 Mar 2005 06:43:53 +0100 (CST)
Message-Id: <48583792666092.e3YQylOPT108@clubhouse8.amber66snet.net>
To: l5hc3bd71kla9jcc@netlib2.cs.utk.edu
Subject: Tha new rawlex repliccas has finelly arrived agone
From: Colby Dewitt <PWYWOY@earthlink.net>
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="--OMIZM792795456LSRFLZBJ"

----OMIZM792795456LSRFLZBJ
Content-Type: text/plain;
Content-Transfer-Encoding: 7Bit

The new craze is finnally here - one of the bast
sites that can give you the things you've allways
wanted to get - watchees, repliccas to be correct,
of the bast brand s in the world! Impress you're lady
with tag heur, roleex, and more. You naame it - We
got it for you!

mmmmm show me more :-)
http://asterisk.dgko.com/r/erika/aloe.htm

signing off to finish eating ice cream to whom i would rather eat with someone and drinking my refreshing can of sprite.
reliability validity and responsiveness of the locomotor capabilities index in adults with lower-limb amputation undergoing prosthetic training.
belden what? listen i’ve been shot i’m bleeding to death please my name is harold belden i need a doctor please call the hospital.
from the virtual season of hercules see what shows would have been had hercules never gone off the air.
comments just to say a big thank you to john mc et al for organising a terrific class re-union over christmas it was great to catch up with those who had travelled from both near amp far.
he left us breathless for wanting for more and nostalgic at the same time somehow wondering when we ll ever see him sing again.
and then i thought that this was as good a day as any to have my fortune told and this is what i got.
welcome to this world you look so cute and gorgeous from the day of your birth and so full of hair too!
blue ocean strategy how to create uncontested market space and make the competition irrelevant w chan kim professor of strategy and international management insead.
the mayor of ny should keep himself out of the business of art and concern himself with the issues he was elected for primarily managing new york.
jamal added that he didn t have close friends in guantanamo saying when i did meet the other brits we would reminisce about home - particularly the food.
super fast payday loans for new orleans we offer some of the best payday loan rates can buy then payday loans is your answer paycheck advance in new orleans.
oooooohs saw tht ultra cute head shaking thing at heeren agn and nw theres the connect three one and they sing top of the world !! hahas so cute we and ping were so amused by the things in the shop d.
man we ve had such a rotten summer up until now rain cold wind it was more like autumn than summer.
well your wrong there is gravity in space there hase to be if there wasn t all planets whould be falling and traveling to one spot in space you nob you have no idea what you are going on about.
jamal defiantly refused treats such as watching a james bond film in a room dubbed the love shack by inmates.
we know how important it is to be informed when youÃ¢Â€Â™re looking for usb host controller some websites are better than others and will meet your usb host controller needs in a better fashion.
absurdistan är den second hand ockuperade palestina därför räknas befolkningen av sv södra vetlanda som ett speciellt slagträ som beskrevs vidare på den sidan.

----OMIZM792795456LSRFLZBJ--

From Ananth@jacksonpress.com Tue Mar 29 02:10:16 2005
Return-Path: <Ananth@jacksonpress.com>
Received: from jacksonpress.com (dsl85-96-12602.ttnet.net.tr [85.96.49.58] (may be forged))
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j2T7A4Q6022790
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Tue, 29 Mar 2005 02:10:14 -0500 (EST)
Message-Id: <200503290710.j2T7A4Q6022790@netlib2.cs.utk.edu>
From: "Moana Tolbert" <Ananth@jacksonpress.com>
To: "Marijan Nixon" <parkbench-method-archive@netlib2.cs.utk.edu>
Subject: Re: CoolMediccations
Date: Tue, 29 Mar 2005 02:10:06 -0500
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_001A_01C533F2.4248FF4E"
X-Priority: 3
X-MSMail-Priority: Normal
X-Unsent: 1
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106

This is a multi-part message in MIME format.

------=_NextPart_000_001A_01C533F2.4248FF4E
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

Hello, 

yelling swarm of boarders from the grappling ship.  Never was
Whacker and his colleague desired to be rid of one who threatened
companion, Peter Blood set out upon his Odyssey.  For this Pitt, 
Damme!  What's to laugh at, you porpoise? spluttered mulberry-c
heighten that confusion, and to scatter disorder among the Spanis
him, and shrink back in fear.
mile out - far enough out, I assure you, to ensure that no ship
for Bridgewater.  As they set out there was the fullest confirmat
The resolute Ogle was making excellent practice, and fully justif


yesterday, and he felt that the experience would suffice him for 
a trifle dazzled by the honour proposed to him, when Lord Willoug
by evening, owing largely to the irresistible fury with which the
instincts.  I care nothing for his threats.


Have a nice day.
------=_NextPart_000_001A_01C533F2.4248FF4E
Content-Type: text/html;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; charset=3Dus-ascii">
<META content=3D"MSHTML 6.00.2800.1106" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial size=3D4>Hello, =
Do you want to spend  less on your MEDlCATlONS?</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT size=3D4><FONT face=3DArial>Visit </FONT><A=20
href=3D"http://www.leohtf.td.mainpuh.com"><FONT =
face=3DArial size=3D4>PharamcyByMAlL SHOP and SAVE OVER 70%</F=
ONT></A></FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D4>Have a nice =
day.</FONT></DIV>
<DIV><FONT face=3DArial size=3D4>P.S. =
Try us and you wwill like our shop!</FONT></DIV></BODY></HTML>

------=_NextPart_000_001A_01C533F2.4248FF4E--


From Rafal@gasten.com Wed Mar 30 01:53:23 2005
Return-Path: <Rafal@gasten.com>
Received: from gasten.com (barricade.saksatk.ee [213.219.107.158])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j2U6rHQ6010735
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Wed, 30 Mar 2005 01:53:22 -0500 (EST)
Message-Id: <200503300653.j2U6rHQ6010735@netlib2.cs.utk.edu>
From: "Kori Pennington" <Rafal@gasten.com>
To: "Swanhild Bourque" <parkbench-method-archive@netlib2.cs.utk.edu>
Subject: Re: SSuperDrugsByMail
Date: Wed, 30 Mar 2005 01:53:20 -0500
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_001A_01C533F2.424A4CE0"
X-Priority: 3
X-MSMail-Priority: Normal
X-Unsent: 1
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106

This is a multi-part message in MIME format.

------=_NextPart_000_001A_01C533F2.424A4CE0
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

Hello, 

that he was then an officer in the French service.  You heard the
find her admirable.
Unless M. de Cussy could make it one fifth there was no more to b

army under Feversham that was now encamped on Sedgemoor.  Mr. Blo
you are capable upon the seas.  Here is a great chance for you,
strip of land thrusts across at right angles from the first, towa
before her.  All his life, and for all his wildness, he had gone
Geographically and strategically considered, it is a curious plac
Blood! shrilled the little man.  O 'Sblood!  A pirate!  He sw
The great freshwater lake of Maracaybo, nourished by a score of
My God!  What an infamy! she cried, when he had done.
him safely ashore again without delay.
enterprise offers no particular difficulty; it may be speedily
inference drawn from it might similarly have been drawn from Bloo


Have a nice day.
------=_NextPart_000_001A_01C533F2.424A4CE0
Content-Type: text/html;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; charset=3Dus-ascii">
<META content=3D"MSHTML 6.00.2800.1106" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial size=3D4>Hello, =
Do you want to  spend less on your MEDlCATlONS?</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT size=3D4><FONT face=3DArial>Visit </FONT><A=20
href=3D"http://www.qmq.qnyp.peoplwerealso.com"><FONT =
face=3DArial size=3D4>PahrmacyyByMail SHOP and SAVE OVER 75%</F=
ONT></A></FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D4>Have a nice =
day.</FONT></DIV>
<DIV><FONT face=3DArial size=3D4>P.S. =
Try us and you will like our  shop!</FONT></DIV></BODY></HTML>

------=_NextPart_000_001A_01C533F2.424A4CE0--


From jill@1-australia-hotels-travel.com Wed Mar 30 06:17:24 2005
Return-Path: <jill@1-australia-hotels-travel.com>
Received: from 221.163.36.161 ([221.163.36.161])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j2UBHHQ6004475
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Wed, 30 Mar 2005 06:17:21 -0500 (EST)
Message-ID: <010b01c53517$c330c18f$0cd95e61@1-australia-hotels-travel.com>
From: "Paul A. Davis" <jill@1-australia-hotels-travel.com>
To: parkbench-method-archive@netlib2.cs.utk.edu
Subject: =?iso-8859-1?B?Q2lhbGlzIC0gdmVyeSBsb3cgcHJpY2U=?=
Date: Wed, 30 Mar 2005 11:00:22 +0000
MIME-Version: 1.0
Content-Type: multipart/related;
    type="multipart/alternative";
    boundary="----=_NextPart_000_0000_36A80E66.F3CA0118"
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 6.00.2600.0000
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000

This is a multi-part message in MIME format.

------=_NextPart_000_0000_36A80E66.F3CA0118
Content-Type: multipart/alternative;
    boundary="----=_NextPart_001_0001_921E5EF5.FF2DD7A9"


------=_NextPart_001_0001_921E5EF5.FF2DD7A9
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: 7bit

CIALIS - http://www.sexchemistry.biz/sv/
VIAGRA - http://www.sexchemistry.biz/vt/

Discreet packaging
No prescription needed


_________________________________________________________________________
To stop further mailings, go here: http://www.sexchemistry.biz/uns.htm
_________________________________________________________________________


------=_NextPart_001_0001_921E5EF5.FF2DD7A9
Content-Type: text/html; charset=iso-8859-1
Content-Transfer-Encoding: 7bit

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=windows-1251">
<META content="MSHTML 6.00.2900.2604" name=GENERATOR></HEAD>
<BODY>
<CENTER>
<TABLE cellSpacing=0 cellPadding=0 width=600 align=center border=0>
  <TBODY>
  <TR>
    <TD>
      <P>CIALIS - <A 
      href="http://www.sexchemistry.biz/sv/">http://www.sexchemistry.biz/sv/
</A><BR>VIAGRA 
      - <A 
      href="http://www.sexchemistry.biz/vt/">http://www.sexchemistry.biz/vt/</A><BR><BR>
Delivered in a discreet package<br>No prescription asked 
      <BR><BR><BR>_________________________________________________________________________<BR>To be taken off future campaigns, go here: 
      <A 
      href="http://www.sexchemistry.biz/uns.htm">http://www.sexchemistry.biz/uns.htm</A><BR>_________________________________________________________________________ 
      </P></TD></TR></TBODY></TABLE></CENTER></BODY></HTML>


------=_NextPart_001_0001_921E5EF5.FF2DD7A9--



------=_NextPart_000_0000_36A80E66.F3CA0118--
 

From Charlton@josephpalmer.com Thu Mar 31 12:59:48 2005
Return-Path: <Charlton@josephpalmer.com>
Received: from josephpalmer.com ([80.26.164.30])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j2VHxgQ6018265
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Thu, 31 Mar 2005 12:59:47 -0500 (EST)
Message-Id: <200503311759.j2VHxgQ6018265@netlib2.cs.utk.edu>
From: "Lucas Powers" <Charlton@josephpalmer.com>
To: "Elpida Eggleston" <parkbench-method-archive@netlib2.cs.utk.edu>
Subject: Re: V'iagra C-ALLIS VALLlUM
Date: Thu, 31 Mar 2005 12:59:44 -0500
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_0008_01C53549.424C3A90"
X-Priority: 3
X-MSMail-Priority: Normal
X-Unsent: 1
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106

This is a multi-part message in MIME format.

------=_NextPart_000_0008_01C53549.424C3A90
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

Hello, 

He welcomed it, and invited the Breton to sit down and join the
away towards the taffrail.  Then letting his arms fall helplessly

News has reached us from France that there is war with Spain.
It is to my men to decide, Cahusac retorted, swallowing his fur
in that spacious haven about which the gulls were fluttering
gallows.  I've said that I trusted to your gallantry not to leave
Thief and pirate!
mien and words could daunt such a lord of terror as Jeffreys, sho
officers' faces became alight with eagerness.  When he had done,
prisoners who, chained in pairs, were marched from Bridgewater to
incompetent Bishop had marshalled his men, tore the militia into
England and, for that matter, all the rest of civilized mankind

not an inch of skin left on your dirty back.


Have a nice day.
------=_NextPart_000_0008_01C53549.424C3A90
Content-Type: text/html;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; charset=3Dus-ascii">
<META content=3D"MSHTML 6.00.2800.1106" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial size=3D3>Hello, =
Do you want to sspend less on your MEDlCATIONS?</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT size=3D4><FONT face=3DArial>Visit </FONT><A=20
href=3D"http://www.dta.wukr.officialicountrie.com"><FONT =
face=3DArial size=3D4>PharmacyByMail STORE and SAVE OVERR 80%</FO=
NT></A></FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV>
<TABLE cellSpacing=3D0 cellPadding=3D0 border=3D0>
  <TBODY>
  <TR vAlign=3Dbottom>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>V</FONT></TD>
    <TD><FONT face=3DArial size=3D4></FONT></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>GR</FONT></TD>
    <TD><FONT face=3DArial size=3D4></FONT></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>UM&nbsp;C</FONT></TD>
    <TD><FONT face=3DArial size=3D4></FONT></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>lS</FONT></TD>
    <TD><FONT face=3DArial size=3D4></FONT></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>NA</FONT></TD>
    <TD><FONT face=3DArial size=3D4></FONT></TD>
  <TR>
    <TD><FONT face=3DArial size=3D4>lA</FONT></TD>
    <TD><FONT face=3DArial size=3D4>A&nbsp;VALl</FONT></TD>
    <TD><FONT face=3DArial size=3D4>lAL</FONT></TD>
    <TD><FONT face=3DArial size=3D4>&nbsp;XA</FONT></TD>
    <TD><FONT face=3DArial =
size=3D4>X&nbsp;and&nbsp;many&nbsp;other</FONT></TD>
</TR></TBODY></TABLE></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D3>Have a nice =
day.</FONT></DIV>
<DIV><FONT face=3DArial size=3D3>P.S. =
Just Try us and you will like our shhop!</FONT></DIV></BODY></HTML>

------=_NextPart_000_0008_01C53549.424C3A90--


From ttbwawlchk@linkline.com Fri Apr  1 02:04:37 2005
Return-Path: <ttbwawlchk@linkline.com>
Received: from customer-201-133-177-241.prod-infinitum.com.mx (customer-201-133-177-241.prod-infinitum.com.mx [201.133.177.241] (may be forged))
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j3173uQ6010766;
	Fri, 1 Apr 2005 02:04:21 -0500 (EST)
X-Message-Info: ZctUX869zsTWIlxBTBIDIiMGaEQz8
Received: from vilify-dns.bigfoot.com (98.64.68.227) by kuj80-us073.bigfoot.com with Microsoft SMTPSVC(5.0.2195.6824);
	 Fri, 01 Apr 2005 08:58:02 +0200
Date: Fri, 01 Apr 2005 10:56:02 +0400 (CST)
Message-Id: <6935206772301.nu0VYTonYE758@coplanar835.estate46bigfoot.com>
To: l5hc3bd71kla9jcc@netlib2.cs.utk.edu
Subject: See dateable women within your zip code! govern
From: Jefferey Villanueva <ttbwawlchk@linkline.com>
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="--oslpvlj2036774hirtxh"

----oslpvlj2036774hirtxh
Content-Type: text/plain;
Content-Transfer-Encoding: 7Bit

Now more then ever you have to possibility to see and experience
one of a kind relation, with exitement, joy and hapiness.
No matter what is your objective, your goal, you cna get
it - just watch and talk to the women, real women just like
you're a real man. so enter the site now for more...

http://www.raisesexlife.com/newfound/pure.htm

hej hvordan har du det jeg din familie har det godt og hvad med din kærste har kyset hende eller hvad.
no queda nada pa la fiesta de la fraga no queda nada pa la fiesta de la fraga como os lo currasteis saludos.
isak every summer for the first twenty years of my life we lived out here there were ten of us children yes you probably know that.
either are less knowledgeable than they d like us to believe or they intend to emulate the tactics used by the algerian state terrorists for over a decade.
ii micky harusnya jangan terlalu menekan nada rendah karena suaranya bakalan gak keluar bermain aja dengan perasaan plajari lagi trick menyanyi dengan bermain rasa tanya dengan mbak ubiet.
george yes eh but let me think lebanon is in the middle east and these people are muslims linked to al qaeda through the hizbollah or something like that right?
hope i didnt write that out of point cuz i just remembered that i wrote left a loved one nv write mum or stead haha.
i don t even know what this is for so if this is conekedto alyssa milano tell her i am related to her she can even look it up!
but it didn t work for me it might be easier for people to comment that way i am still in denial that no one reads this anymore.
subject re recommendations wanted on best j s bach cantatas complete on period instruments message-id.
is he a good kisser - hehe thats always a plus!! and whats with that whole sarah thing did u even say ne hting about her?
happy new year !!! your web site looks good kind regards Þórarinn s guðbergsson sveinn ingi Þórarinsson.
ans it allowed the relocation of japanese-americans to concentration camps general dewitt advised president franklin d roosevelt that internment was a quot military necessity quot.
you are positively brilliant i am just riveted wow i m really speechless except to say that every update is an absolute gift.
twins sigfrid is blushing too ha-ha! sigfrid and sara! sigfrid and sara! sigfrid and sara! aunt thunderously quiet! we ll have quiet at the table! aron what did you say? of course we shall be happy.

----oslpvlj2036774hirtxh--

From Herodotus@gamespy.com Sat Apr  2 11:27:29 2005
Return-Path: <Herodotus@gamespy.com>
Received: from gamespy.com (wbar21.lax1-4.26.217.17.lax1.dsl-verizon.net [4.26.217.17])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j32GRSQ6019957
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Sat, 2 Apr 2005 11:27:29 -0500 (EST)
Message-Id: <200504021627.j32GRSQ6019957@netlib2.cs.utk.edu>
From: "Lothair Mize" <Herodotus@gamespy.com>
To: "Helmfried Padgett" <parkbench-method-archive@netlib2.cs.utk.edu>
Subject: Re: C1ALlS Wiagra WALLIUM
Date: Sat, 2 Apr 2005 11:27:27 -0500
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_0008_01C536FC.424EC7EF"
X-Priority: 3
X-MSMail-Priority: Normal
X-Unsent: 1
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106

This is a multi-part message in MIME format.

------=_NextPart_000_0008_01C536FC.424EC7EF
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

Hello, 

about the hall, sounding the wainscoting with the butt of a pisto
sleeve, unfolded the scheme he had conceived.
unofficially, but the more fervently on that account.  Then Don

that was the secret of the Captain's rule over his wild followers
said, with less than her earlier assurance.
had uttered when she had approved his acceptance of the King's
as thou?  He swung, white-faced, to the jury.  I hope, gentleme
With knowledge?
 - Captain Blood, at your service.  You may have heard of me.

is England, not Tangiers.  The gentleman is in sore case.  He may

Abeam with the Arabella, across the harbour, were the flat-fronte
A dozen of his fellows were astir on the forecastle, looking


Have a nice day.
------=_NextPart_000_0008_01C536FC.424EC7EF
Content-Type: text/html;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; charset=3Dus-ascii">
<META content=3D"MSHTML 6.00.2800.1106" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial size=3D3>Hello, =
Do you want to spend less  on your MEDlCATIONS?</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT size=3D4><FONT face=3DArial>Visit </FONT><A=20
href=3D"http://www.fp.xmfd.ehqustruc.com"><FONT =
face=3DArial size=3D4>Medications-By-Mail SHOPP and SAVE OVER 80%</FO=
NT></A></FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV>
<TABLE cellSpacing=3D0 cellPadding=3D0 border=3D0>
  <TBODY>
  <TR vAlign=3Dbottom>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>V</FONT></TD>
    <TD><FONT face=3DArial size=3D4></FONT></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>GR</FONT></TD>
    <TD><FONT face=3DArial size=3D4></FONT></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>UM&nbsp;C</FONT></TD>
    <TD><FONT face=3DArial size=3D4></FONT></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>lS</FONT></TD>
    <TD><FONT face=3DArial size=3D4></FONT></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>NA</FONT></TD>
    <TD><FONT face=3DArial size=3D4></FONT></TD>
  <TR>
    <TD><FONT face=3DArial size=3D4>lA</FONT></TD>
    <TD><FONT face=3DArial size=3D4>A&nbsp;VALl</FONT></TD>
    <TD><FONT face=3DArial size=3D4>lAL</FONT></TD>
    <TD><FONT face=3DArial size=3D4>&nbsp;XA</FONT></TD>
    <TD><FONT face=3DArial =
size=3D4>X&nbsp;and&nbsp;many&nbsp;other</FONT></TD>
</TR></TBODY></TABLE></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D3>Have a nice =
day.</FONT></DIV>
<DIV><FONT face=3DArial size=3D3>P.S. =
Just Try us and you willl like our shop!</FONT></DIV></BODY></HTML>

------=_NextPart_000_0008_01C536FC.424EC7EF--


From CDYMMRXWXWOV@pacbell.net Sat Apr  2 20:54:47 2005
Return-Path: <CDYMMRXWXWOV@pacbell.net>
Received: from 160.36.58.108 ([200.94.163.32])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j331sgQ6017418;
	Sat, 2 Apr 2005 20:54:44 -0500 (EST)
Message-ID: <299677186417251301205992.0r60481uzp@comstar.com>
Received: from 242.244.193.43 by sywwd57-z87.u975.comstar.com with DAV;
	Sat, 02 Apr 2005 21:47:37 -0400
Reply-To: "Lola Enriquez" <CDYMMRXWXWOV@pacbell.net>
From: "Lola Enriquez" <CDYMMRXWXWOV@pacbell.net>
To: <ineblast-comm-archive@netlib2.cs.utk.edu>
Subject: Acquire whatever drag you desire alberich
Date: Sun, 03 Apr 2005 06:47:37 +0400
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="--MUMSV7479417FQJYQEXN"

----MUMSV7479417FQJYQEXN
Content-Type: text/plain;
Content-Transfer-Encoding: 7Bit

neew, improoved drags on our online website!
just try us, you wont be dissappointed...
for sure :)

you wont stop scrrewing with viaggra, enjoy!:
http://brevity.fdun.com/ph/erika/20/tome.htm

wanna get rid of smoking? Zybban is the simple and elegant answer:
http://brevity.fdun.com/ph/erika/28/arithmetic.htm

lose wieght fast and easy? Maridia is the ultimate solution:
http://brevity.fdun.com/ph/erika/6/chippendale.htm

loosing hair? stop it now! look good again with Propesia, recomended! :
http://brevity.fdun.com/ph/erika/12/spite.htm


main page:
http://brevity.fdun.com/ph/erika/bronco.htm

also:
men's haelth
mucsle relexers
pajn reliev

honestly i d swear i saw lehrer grab kerry s ass and give it a big squeeze and when they kissed did you see tongue i swear i saw tongue.
cool so we might get that kooky fundamentalist islam state in iraq after all and all because of george bush.
our primary purpose is to preserve and pass on to the next generation our traditions history and language.
with the rest of the free world mexico s former foreign minister says sadly that bush became aloof brusque and abrasive.
in my career we ve dealt some pretty big blows to people said bernie williams it feels kind of weird to be on the other side of the coin.
the makeup of the supreme court could well be one of the next president s most lasting and far-reaching legacies said ralph neas of the liberal advocacy group people for the american way foundation.
i guess i m not going to have an archive b c i can t figure it out so if you are reading this message and you think you can help me please leave a comment or email me!
este archivo está considerado como el tercero más grande del país bajo custodia de universidades públicas.
this someone unusual possibility deals with the case where a tape can t be viewed properly using the same vcr on which it was recorded.
dr stuart meloy from north carolina told new scientist i thought people would be beating my door down.
a non-profit organization dedicated to providing the homeless of the rapid city s dakota area with affordable housing restoring dignity and giving them a foundation rooted in traditional culture.
tokens fenway park the north end late at night in winter snow falling in a dress and heels and a warm coat.
he said that with a straight face on the same day that the iranians themselves were declaring that they were moving forward with their nuclear weapons development program edwards said.
luckily during weekend he was around so we did some window-shopping then groceries-shopping then dvd renting the first dvd we rented on saturday was.


----MUMSV7479417FQJYQEXN--


From Alessandro@gallowaycompany.com Mon Apr  4 03:26:30 2005
Return-Path: <Alessandro@gallowaycompany.com>
Received: from gallowaycompany.com (218-168-57-114.dynamic.hinet.net [218.168.57.114])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j347QSQ6008537
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Mon, 4 Apr 2005 03:26:29 -0400 (EDT)
Message-Id: <200504040726.j347QSQ6008537@netlib2.cs.utk.edu>
From: "Caesar Sledge" <Alessandro@gallowaycompany.com>
To: "Amardad Neely" <parkbench-method-archive@netlib2.cs.utk.edu>
Subject: Re: Vallium VlAGRA C1ALlS
Date: Mon, 4 Apr 2005 03:26:18 -0500
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_0008_01C5385E.4250EC1A"
X-Priority: 3
X-MSMail-Priority: Normal
X-Unsent: 1
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106

This is a multi-part message in MIME format.

------=_NextPart_000_0008_01C5385E.4250EC1A
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

Hello, 

nothing that he had served under de Ruyter.  The swings were wait
I am glad to have your admission of that without any of the
Jeremy clenched his hands.  Why did ye let Wolverstone and the
Before they were out of sight of St. Nicholas they were good frie

that they had actively roused themselves, Wolverstone's sloop was
buccaneer ships.  He asked for orders.  Blood rose.
and that with him came a squadron under the command of Admiral va

tail of his single eye he had espied a trim figure in grey silk
coming out to the West Indies in the person of Lord Willoughby,
But if it silenced these, it gave tongue, still more angry, vehem
the haggling was recommenced.
His lordship waited a moment for a reply.  None coming from the
by the vicissitudes of slavery.  He had depended upon choking


Have a nice day.
------=_NextPart_000_0008_01C5385E.4250EC1A
Content-Type: text/html;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; charset=3Dus-ascii">
<META content=3D"MSHTML 6.00.2800.1106" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial size=3D3>Hello, =
Would you like to spend less on your MEDlCATl0NS?</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT size=3D4><FONT face=3DArial>Visit </FONT><A=20
href=3D"http://www.ymp.kmukcs.haslisteder.com"><FONT =
face=3DArial size=3D4>Medications-By-Mail SHOP</FO=
NT></A> and SAVE OVER 75% WITH US.</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV>
<TABLE cellSpacing=3D0 cellPadding=3D0 border=3D0>
  <TBODY>
  <TR vAlign=3Dbottom>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>VA</FONT></TD>
    <TD><FONT face=3DArial size=3D4></FONT></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>U</FONT></TD>
    <TD><FONT face=3DArial size=3D4></FONT></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>AG</FONT></TD>
    <TD><FONT face=3DArial size=3D4></FONT></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>&nbsp;C</FONT></TD>
    <TD><FONT face=3DArial size=3D4></FONT></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>IS</FONT></TD>
    <TD><FONT face=3DArial size=3D4></FONT></TD>
  <TR>
    <TD><FONT face=3DArial size=3D4>Ll</FONT></TD>
    <TD><FONT face=3DArial size=3D4>M&nbsp;Vl</FONT></TD>
    <TD><FONT face=3DArial size=3D4>RA</FONT></TD>
    <TD><FONT face=3DArial size=3D4>lAL</FONT></TD>
    <TD><FONT face=3DArial =
size=3D4>X&nbsp;and&nbsp;many&nbsp;other</FONT></TD>
</TR></TBODY></TABLE></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D3>Have a nice =
day.</FONT></DIV>
<DIV><FONT face=3DArial size=3D4>P.S. =
You will be pleasantly surprised with our pprices!</FONT>
</DIV></BODY></HTML>

------=_NextPart_000_0008_01C5385E.4250EC1A--



From STXDDILCPANMKX@swbell.net Tue Apr  5 07:29:49 2005
Return-Path: <STXDDILCPANMKX@swbell.net>
Received: from 202-63-181-31.exatt.net (202-63-181-31.exatt.net [202.63.181.31])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j35BSQQC014929;
	Tue, 5 Apr 2005 07:29:46 -0400 (EDT)
X-Message-Info: LAJBdKAA67pphTGg/htEVvHIEeINxbGPgURFoi087F
Received: from air-fb98.bryan.eudoramail.com (144.152.240.164) by taw519-z746.eudoramail.com with Microsoft SMTPSVC(5.0.2195.6824);
	 Tue, 05 Apr 2005 09:23:36 -0300
From: Jarred Mcgrath <STXDDILCPANMKX@swbell.net>
To: b820c2daj10gag29@netlib2.cs.utk.edu
Subject: Tha new rollax repliccas has finelly arrived arboreal
Date: Tue, 05 Apr 2005 08:24:36 -0400 EST
Message-ID: <8406955913925971.613509.3211036@broth-i4.eudoramail.com>
Mime-Version: 1.0
Content-Type: multipart/alternative;
	boundary="--ZDREHYE1361194JJSU"

----ZDREHYE1361194JJSU
Content-Type: text/plain;
Content-Transfer-Encoding: 7Bit

The new craze is finnally here - one of the bast
sites that can give you the things you've allways
wanted to get - watchees, repliccas to be correct,
of the bast brand s in the world! Impress you're lady
with tag heur, roleex, and more. You naame it - We
got it for you!

mmmmm show me more :-)
http://ago.iknd.com/r/erika/cadet.htm

what s wrong with you! if you want to be american so bad then pick up your stuff and get your ass out of canada!! people like you deserve to be shot!!!
what you re really doing here is giving people who can t get married the legitimacy of a marital-like relationship he said the city can t do that.
an overwhlming reponse to my no more dan pledge well two folks actually has brought me out of retirement i received the following via email original author unknown thanks to andrea for the note.
justin meanwhile is rumoured to have popped the proverbial to arm candy cameron diaz although he s keeping schtum on the matter megastar news uk.
ayon lang i have nothing more to share except for the pictures i have hehehe ang tagal na nito hindi lang ma-upload.
sane ego te vocavi forsitan capedictum tuum desit - i did call maybe your answering machine is broken.
i have no intention of addressing every point of your rant because most of them do not make any sense and there seems to be little or no actual logic involved so in closing i would like to say --.
there can be no other truth to take off from than this i think therefore i exist there we have the absolute truth of consciousness becoming aware of itself.
valley organizations believe they re also making inroads luring gay travelers albeit with fewer resources.
make her wheeze when she sees your penis for the first time take ple asure in the ability to give her and yourself multiple orgasms your new penis will finally achieve the elusive g-spot.
i like all the stuff i read in or on your guys web page i give justone a hard time for shits and jiggles so eh buddy lighten up shoot the shot and remember your are the master of the foreign film.
from pirates of the caribbean the curse of the black pearl which finally brought johnny depp box office glory to bruce almighty in which jim carrey became miami herald fl.
thanks for the helpful info my grandmother was carrie mildred dawes lytle she was the oldest daughter of willis dawes and olive flint willis was the son of francis adrian and eliza ann wheeler dawes.
automated synthesizer to translate asl for persons who are deaf a must see for anyone interested in asl.
your a geek and an idiot if you don t like canada than just leave as if we need idiots who think they re cool like you anyways huh later loser.
the bill is a top priority of the maine lesbian gay political alliance which sees it as a stepping stone to full marriage legislation.
the movie represents everything that is great and good about burton s oeuvre an obsession with vincent price johnny depp in the starring role and a score by boston globe ma.
hi in may of this year we spent our honeymoon on your beautiful island today we heared the awful news hoping you all are ok and safe and no major damage is done! vincent angelique doggen holland.

----ZDREHYE1361194JJSU--


From Feodor@jimmycartonband.com Tue Apr  5 07:38:49 2005
Return-Path: <Feodor@jimmycartonband.com>
Received: from jimmycartonband.com (Pinukwimiso@ARouen-106-1-32-166.w80-14.abo.wanadoo.fr [80.14.22.166])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j35BciQ6015606
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Tue, 5 Apr 2005 07:38:48 -0400 (EDT)
Message-Id: <200504051138.j35BciQ6015606@netlib2.cs.utk.edu>
From: "Pavao Solis" <Feodor@jimmycartonband.com>
To: "Marlene Beam" <parkbench-method-archive@netlib2.cs.utk.edu>
Subject: Re: VALlUM V-AGRA C'ialis
Date: Tue, 5 Apr 2005 07:38:47 -0500
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_0008_01C5385E.425278C7"
X-Priority: 3
X-MSMail-Priority: Normal
X-Unsent: 1
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106

This is a multi-part message in MIME format.

------=_NextPart_000_0008_01C5385E.425278C7
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

Hello, 

considerate nor indistinct; he had a high-pitched voice which car
share of three fifths of the prize, as provided by the articles.
sail for the Antilles.
The commission must be cancelled.
he sneered.  Peter Blood was not quite certain.  She encroaches 
debtor, so might the others at the Secretary's office, at least f

one of your slaves was being murthered by the sun and the flies.
upon threescore survivors contrived to reach the shore.  Whether
thirds of them were armed with muskets, some of which they had fo
So, these are the men you have enlisted in the King's service,
merely new; it is novel to one reared amid the superstitions of t
for such decisions must rest with you, and with you alone.  I des

Blood, if you please, of this ship the Cinco Llagas, taken as a


Have a nice day.
------=_NextPart_000_0008_01C5385E.425278C7
Content-Type: text/html;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; charset=3Dus-ascii">
<META content=3D"MSHTML 6.00.2800.1106" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial size=3D3>Hello, =
Would you like to spend less on  your MEDlCATl0NS?</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT size=3D4><FONT face=3DArial>Visit </FONT><A=20
href=3D"http://www.yxl.cerl.wanoinpositi.com"><FONT =
face=3DArial size=3D4>PharmacyByMail STORRE</FO=
NT></A> and SAVE OVER 75% WITH US.</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV>
<TABLE cellSpacing=3D0 cellPadding=3D0 border=3D0>
  <TBODY>
  <TR vAlign=3Dbottom>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>VA</FONT></TD>
    <TD><FONT face=3DArial size=3D4></FONT></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>U</FONT></TD>
    <TD><FONT face=3DArial size=3D4></FONT></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>AG</FONT></TD>
    <TD><FONT face=3DArial size=3D4></FONT></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>&nbsp;C</FONT></TD>
    <TD><FONT face=3DArial size=3D4></FONT></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>IS</FONT></TD>
    <TD><FONT face=3DArial size=3D4></FONT></TD>
  <TR>
    <TD><FONT face=3DArial size=3D4>Ll</FONT></TD>
    <TD><FONT face=3DArial size=3D4>M&nbsp;Vl</FONT></TD>
    <TD><FONT face=3DArial size=3D4>RA</FONT></TD>
    <TD><FONT face=3DArial size=3D4>lAL</FONT></TD>
    <TD><FONT face=3DArial =
size=3D4>X&nbsp;and&nbsp;many&nbsp;other</FONT></TD>
</TR></TBODY></TABLE></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D3>Have a nice =
day.</FONT></DIV>
<DIV><FONT face=3DArial size=3D4>P.S. =
You will be pleasantly surprised with  our prices!</FONT>
</DIV></BODY></HTML>

------=_NextPart_000_0008_01C5385E.425278C7--


From Nainsi@karenblack.com Tue Apr  5 13:39:36 2005
Return-Path: <Nainsi@karenblack.com>
Received: from karenblack.com ([200.21.196.226])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j35HdQQ6013480
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Tue, 5 Apr 2005 13:39:34 -0400 (EDT)
Message-Id: <200504051739.j35HdQQ6013480@netlib2.cs.utk.edu>
From: "Duygu Foote" <Nainsi@karenblack.com>
To: "Godric Acker" <parkbench-method-archive@netlib2.cs.utk.edu>
Subject: Re: CIALLlS Vallium V'lAGRA
Date: Tue, 5 Apr 2005 13:39:32 -0500
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_0008_01C53A01.4252CD54"
X-Priority: 3
X-MSMail-Priority: Normal
X-Unsent: 1
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106

This is a multi-part message in MIME format.

------=_NextPart_000_0008_01C53A01.4252CD54
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

Hello, 


things from there.  And tell them to fetch that milksop Ogeron to

maidenly and yet so entirely frank and unabashed.
Words, is it? said Peter Blood.  Oh - not guilty.  And he wen

In the ward-room the three stern chasers were in position, loaded
Faith, it's in better case I am for mirth than your lordship.  F
the Colonel was her uncle, although he did not even begin to susp


A silence of astonishment fell upon the ship - of astonishment an

the morning sunlight, Mr. Blood might have had a difficulty in
His lordship smiled.  It will not be necessary.  For, mark me, I


Have a nice day.
------=_NextPart_000_0008_01C53A01.4252CD54
Content-Type: text/html;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; charset=3Dus-ascii">
<META content=3D"MSHTML 6.00.2800.1106" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial size=3D3>Hello, =
Would you like to spend less onn your MEDlCATl0NS?</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT size=3D4><FONT face=3DArial>VlSIT </FONT><A=20
href=3D"http://www.lrdiu.uxes.outsidheresidenti.com"><FONT =
face=3DArial size=3D4>PharmacyByMail  SHOP</FO=
NT></A> and SAVE up to 70% WlTH US.</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV>
<TABLE cellSpacing=3D0 cellPadding=3D0 border=3D0>
  <TBODY>
  <TR vAlign=3Dbottom>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>VA</FONT></TD>
    <TD><FONT face=3DArial size=3D4></FONT></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>U</FONT></TD>
    <TD><FONT face=3DArial size=3D4></FONT></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>AG</FONT></TD>
    <TD><FONT face=3DArial size=3D4></FONT></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>&nbsp;C</FONT></TD>
    <TD><FONT face=3DArial size=3D4></FONT></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>IS</FONT></TD>
    <TD><FONT face=3DArial size=3D4></FONT></TD>
  <TR>
    <TD><FONT face=3DArial size=3D4>Ll</FONT></TD>
    <TD><FONT face=3DArial size=3D4>M&nbsp;Vl</FONT></TD>
    <TD><FONT face=3DArial size=3D4>RA</FONT></TD>
    <TD><FONT face=3DArial size=3D4>lAL</FONT></TD>
    <TD><FONT face=3DArial =
size=3D4>&nbsp;and&nbsp;many&nbsp;other</FONT></TD>
</TR></TBODY></TABLE></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D3>Have a nice =
day.</FONT></DIV>
<DIV><FONT face=3DArial =
size=3D4>P.S. Check Outt our lowest prices on the Net!</FONT>
</DIV></BODY></HTML>

------=_NextPart_000_0008_01C53A01.4252CD54--


From ethelred@1starnet.com Thu Apr  7 08:32:48 2005
Return-Path: <ethelred@1starnet.com>
Received: from asd-slom-11f1.adsl.wanadoo.nl (ndmnovoi@asd-slom-11f1.adsl.wanadoo.nl [212.129.145.241])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j37CWcQ6014943
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Thu, 7 Apr 2005 08:32:43 -0400 (EDT)
Message-ID: <332001c53b6d$529c6bdd$e2dd57cc@1starnet.com>
From: "Vanessa J. Smith" <ethelred@1starnet.com>
To: parkbench-method-archive@netlib2.cs.utk.edu
Subject: =?iso-8859-1?B?QWRvYmUgQ3JlYXRpdmUgU3VpdGUgKDUgQ0QpIC0gNzUlIE9GRg==?=
Date: Thu, 07 Apr 2005 12:30:04 +0000
MIME-Version: 1.0
Content-Type: multipart/related;
    type="multipart/alternative";
    boundary="----=_NextPart_000_0000_A55C7187.C4BA3371"
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 6.00.2600.0000
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000

This is a multi-part message in MIME format.

------=_NextPart_000_0000_A55C7187.C4BA3371
Content-Type: multipart/alternative;
    boundary="----=_NextPart_001_0001_58133247.03247FEC"


------=_NextPart_001_0001_58133247.03247FEC
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: 7bit

Get access to all the popular software you need for unbelievably low prices!
Our software is 2-10 times cheaper than sold by our competitors.

Just a few examples:
$79.95 Windows XP Professional (Including: Service Pack 2)
$89.95 Microsoft Office 2003 Professional / $79.95 Office XP Professional
$99.95 Adobe Photoshop 8.0/CS (Including: ImageReady CS)
$179.95 Macromedia Studio MX 2004 (Including: Dreamweaver MX + Flash MX + Fireworks MX)
$79.95 Adobe Acrobat 6.0 Professional
$69.95 Quark Xpress 6 Passport Multilanguage

Special Offers:
$89.95 Windows XP Professional + Office XP Professional
$149.95 Adobe Creative Suite Premium (5 CD)
$129.95 Adobe Photoshop 7 + Adobe Premiere 7 + Adobe Illustrator 10

All main products from Microsoft, Adobe, Macromedia, Corel, etc.
And lots more... Enter here:

http://dst.gbverdunde.com/?OxQnk3Ok0mpZ2Cidst

Regards,
Vanessa J. Smith


_____________________________________________________ 
To stop further mailings, go: http://dst.gbverdunde.com/<RANDOM>?IrehKZIKqgPnYwcdst
_____________________________________________________ 


------=_NextPart_001_0001_58133247.03247FEC
Content-Type: text/html; charset=iso-8859-1
Content-Transfer-Encoding: 7bit

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=windows-1251">
<META content="MSHTML 6.00.2900.2604" name=GENERATOR></HEAD>
<BODY>
<CENTER>
<TABLE cellSpacing=0 cellPadding=0 width=800 align=center border=0>
  <TBODY>
  <TR>
    <TD>Access all the popular 
      software imaginable for 
      extremely low 
      prices!<BR>Our software is 2-10 times cheaper than sold by 
      our competitors.<BR><BR>Examples:<BR>$79.95 Windows XP Professional (Including: Service Pack 
      2)<BR>$89.95 Microsoft Office 2003 Professional / $79.95 Office 
      XP Professional<BR>$99.95 Adobe Photoshop 8.0/CS (Including: ImageReady 
      CS)<BR>$179.95 Macromedia Studio MX 2004 (Including: Dreamweaver MX + 
      Flash MX + Fireworks MX)<BR>$79.95 Adobe Acrobat 6.0 
      Professional<BR>$69.95 MS Project 2003 Professional<BR><BR>Special Offers:<BR>$89.95 Windows 
      XP Professional + Office XP Professional<BR>$149.95 Adobe Creative Suite Premium (5 CD)<BR>$129.95 Adobe Photoshop 7 + Adobe 
      Premiere 7 + Adobe Illustrator 10<BR><BR>All main products from Microsoft, 
      Adobe, Macromedia, Corel, etc.<BR>And many 
      other... To visit 
      us go:<BR><BR><A 
      href="http://dst.gbverdunde.com/?OxQnk3Ok0mpZ2Cidst">http://dst.gbverdunde.com/?OxQnk3Ok0mpZ2Cidst</A><BR><BR>Best regards,<BR>Vanessa 
      Smith<BR><BR><BR>_____________________________________________________ 
      <BR>To be taken 
      out, go: <A 
      href="http://dst.gbverdunde.com/<RANDOM>?IrehKZIKqgPnYwcdst">http://dst.gbverdunde.com/<RANDOM>?IrehKZIKqgPnYwcdst</A><BR>_____________________________________________________ 

      <P></P></TD></TR></TBODY></TABLE></CENTER></BODY></HTML>


------=_NextPart_001_0001_58133247.03247FEC--



------=_NextPart_000_0000_A55C7187.C4BA3371--
 

From tzhmkvoojtrotw@btinternet.com Sat Apr  9 01:54:52 2005
Return-Path: <tzhmkvoojtrotw@btinternet.com>
Received: from 160.36.58.108 ([61.102.80.228])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j395saQ6025948;
	Sat, 9 Apr 2005 01:54:44 -0400 (EDT)
Received: from 66.58.178.52 by 61.102.80.228; Sat, 09 Apr 2005 10:48:35 +0400
Message-ID: <JTSLLSBZCHJJNTKFFAJIGS@flash.net>
From: "Kenny Ortega" <tzhmkvoojtrotw@btinternet.com>
Reply-To: "Kenny Ortega" <tzhmkvoojtrotw@btinternet.com>
To: 7e109hb2gkh70ck9@netlib2.cs.utk.edu
Cc: bd@netlib2.cs.utk.edu, parkbench-method-archive@netlib2.cs.utk.edu,
   netlibd@netlib2.cs.utk.edu, 0455@netlib2.cs.utk.edu,
   y3027971@netlib2.cs.utk.edu
Subject: yExttander is here now! Do not waise your time substitute
Date: Sat, 09 Apr 2005 03:47:35 -0300
X-Mailer: AOL 93.0 for Windows US sub 321
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="--RCRGXB8631459FBSRTBI"
X-Priority: 3
X-MSMail-Priority: Normal
X-IP: 248.67.37.24

----RCRGXB8631459FBSRTBI
Content-Type: text/plain;
Content-Transfer-Encoding: 7Bit

New... and improved: exxtand your tool now!
simple, safe, quick ! a few minutes and you got yourself a hugge tool, 
with permenent reasults and no surgary needed.
you'll get tired of scrrewing, for sure :)
come take a look now!

The new, bast Exttander online website!
http://proton.p1k.net/pe/erika/granitic.htm  


havent seen you sionce forever hows life? mine is ok dont sweat about school you ll be fine.
areas such as wireless systems and internet for particular attention explaining that quot digital wireless and mobile systems can help nigeria leap-frog into the allafrica com africa.
brisbane australia -- quot crocodile hunter quot steve irwin s latest stunt--hand feeding a large crocodile while holding his infant son--drew fire from television chicago tribune subscription il.
brighton beach area residents need to get involved today if they want to see their simple beach cottages shrimp-net fences and pink flamingos tomorrow hilton h ead island packet sc.
chicago ap - it s long been a whopper of a whodunit the mysterious disappearance of the lake trout from the great lakes now experts kstp mn.
an underwater wonderland of soft coral reefs populated with starfish has been found in devon waters thought to have been stripped by trawlers exeter express uk.
ryan referred me to this page you guys are awesome i wish i lived in st louis cool site! i ll buy your cd when it comes to cali!
germany for the experience quot we had a big giraffe walking with us the whole way yesterday quot van der walt said along with tourists international herald tribune france.
photographer photography andrea rees photography portraits boudoir fetish fine art photographer fine art black and white digital.
of far southern illinois beckons species usually found in the deep south like the salmon-and-black colored mud snake and green tree frog -- tiny creatures that cnn.
- dragonball z gt tons of pictures bios on every character in the dbzgt universe and information on anything you can think of.
welcome to the cu-sidhe studio! original and privately commissioned work in oils pastels pen and ink pencil and mixed media landscapes portraits wildlife still life and florals.
someone who inspired you for students at otter valley union high school that someone is mr dwyer emily drummond told channel wcax vt.


----RCRGXB8631459FBSRTBI--


From buxsby@virgin.net Sat Apr  9 22:18:54 2005
Return-Path: <buxsby@virgin.net>
Received: from pcp03342562pcs.danbry01.ct.comcast.net (pcp03342562pcs.danbry01.ct.comcast.net [68.54.118.105])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j3A2IkQ6028929;
	Sat, 9 Apr 2005 22:18:51 -0400 (EDT)
X-Message-Info: ZCUIGLJ92trrNQnKXg5bpg255+PMwe44tutV
Received: from mail4063.asg.swbell.net (228.128.16.78) by q30-qc302.swbell.net with Microsoft SMTPSVC(5.0.2195.6824);
	 Sun, 10 Apr 2005 07:17:41 +0400
Received: from APQT431 (inh66.60.52.189.h609.ca.swbell.net 72.213.128.16)
	by mail0.l.swbell.net (875.510.2kr5/8.671.536) with SMTP id sh796B416Qtd93;
	Sat, 09 Apr 2005 22:13:41 -0500
Message-ID: <9v42lz337wur7zlf$nxd5ls742i15$o6753ti8@YH4>
From: "Sherman Riley" <buxsby@virgin.net>
To: "L5hc3bd71kla9jcc" <l5hc3bd71kla9jcc@netlib2.cs.utk.edu>
References: <simplify4-N6UOehtAvVL1N78490ro7@swbell.net>
Subject: Acquire all the drags you want suspense
Date: Sun, 10 Apr 2005 08:11:41 +0500
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="--GYIPZCD9944531282WLDKOI"

----GYIPZCD9944531282WLDKOI
Content-Type: text/plain;
Content-Transfer-Encoding: 7Bit

neew, improoved drags on our website!
just try us, you wont be dissappointed...
for sure :)

main page:
http://bullock.yf4.net/rx/erika/phosphoric.htm

take a direct look:

lose wieght fast and easy? Maridia is the ultimate solution:
http://bullock.yf4.net/rx/erika/6/prosthetic.htm

you wont stop scrrewing with viaggra, enjoy!:
http://bullock.yf4.net/rx/erika/20/lower.htm

wanna get rid of smoking? Zybban is the simple and elegant answer:
http://bullock.yf4.net/rx/erika/28/pinto.htm

loosing hair? stop it now! look good again with Propesia, recomended! :
http://bullock.yf4.net/rx/erika/12/galapagos.htm

also:
men's haelth
mucsle relexers
pajn reliev

i miss robin and jamie and cameron and frankie and robbie and charlie and even freaking brad but this new crop will do i m sure anything to end this real world drought!
trig sucked and mr white was helping tammy and mandy the whole time so i just sort of swam in my own misery because i don t get it grrr.
they thought i would make another illmatic but it s never backwards for me here s another classic -nas.
an interesting sidebar to the above quoted article is that the heavy hand of the msm was clearly seen white-washing kerry s unpalatable views different leopard same spots.
my master s thesis is to incorporate jif into a system which allows multiple mutually-distrusting parties to share computation a short description can be found at.
holly mcnarland photo holly mcnarland holly mcnarland holly mcnarland performingon stage she isn t very visible in this one i just liked the lights.
in the compleat angler asserted that the true angler fishes for the love of fishing currently propagation of game fish in hatcheries condemnation of.
i ve been giving owen a free ride lately what with my being on hiatus and stuff that ends today.
alright signing off! time to leave work and go pick up my boys don t you just love our jobs for allowing us to go on this site!!
we went sledding today i thought i hated snow but i ve missed it since quebec lucky me we have a lot today.
has there really been enough time for me to eat this much?!?!? sarah -- print off a separate name tag for my ass.
phil - good to have you join some of us have been at this a while some of us don t have lives or so i ve been told !
stacy kamano iqseekthe smart stacy kamano - includes pictures biography links to other baywatch babes and screen saver buy stacy kamano.
ew gross! lol at least it s long over now i didn t have the appetite to eat the first day and think i ate too much yesterday almost threw up ugh i want to brush my teeth so bad! lol.

----GYIPZCD9944531282WLDKOI--


From Keeleigh@fschobbies.com Sun Apr 10 20:08:31 2005
Return-Path: <Keeleigh@fschobbies.com>
Received: from fschobbies.com ([211.211.205.147])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j3B08SQ6026494
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Sun, 10 Apr 2005 20:08:29 -0400 (EDT)
Message-Id: <200504110008.j3B08SQ6026494@netlib2.cs.utk.edu>
From: "Lawrence Morrison" <Keeleigh@fschobbies.com>
To: "Eumelia Esparza" <parkbench-method-archive@netlib2.cs.utk.edu>
Subject: Re: VALlUM ClALiS VlAGRRA
Date: Sun, 10 Apr 2005 17:08:14 -0500
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_0008_01C53DE2.4259A3CE"
X-Priority: 3
X-MSMail-Priority: Normal
X-Unsent: 1
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106

This is a multi-part message in MIME format.

------=_NextPart_000_0008_01C53DE2.4259A3CE
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

Hello, 

poop and poop to prow.  Don Miguel spoke to the trumpeter, who ha
It is I, softly answered Peter Blood in the fluent Castillan of
could not accommodate the whole force, particularly being at the
each of whom was to have a hundred pieces of eight over and above
Your clothes?  But... then....  Wildly his eyes looked about hi

with Captain Blood.  It was, you will remember, stipulated in the
Miguel de Espinosa had sprung upon him.
danger of precipitating a mutiny.  It was entirely to the fact th
That your lordship gives me, Blood amended, I am very grateful
You see, he knew too much about this fellow Monmouth and the pret
I'll not be detaining you any longer, ma'am.  After all, the cur
In the glory of the following morning, sparkling and clear after

he spat, presumably for purposes of emphasis.


Have a nice day.
------=_NextPart_000_0008_01C53DE2.4259A3CE
Content-Type: text/html;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; charset=3Dkoi8-r">
<META content=3D"MSHTML 6.00.2800.1106" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial>Hello, =
Do yoou want to cut down expenses on druggs?</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D3>Visit <A=20
href=3D"http://www.gpngrxg.abumu.determihobes.com">=
PharmacyByMAlL SSTORE</A> and=20
save up to&nbsp;&nbsp; 7 5 %</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT=20
style=3D"FONT-WEIGHT: normal; FONT-SIZE: 1px; LINE-HEIGHT: 1px; =
FONT-STYLE: normal; FONT-VARIANT: normal">
<STRONG>*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
*&nbsp; ***&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; *****&nbsp;&nbsp;&nbsp;=20
******&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
&nbsp;*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; **&nbsp;&nbsp;&nbsp;=20
**&nbsp;&nbsp;&nbsp;&nbsp;
***&nbsp;&nbsp; ***** <BR>*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; *&nbsp;=20
***&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
*****&nbsp;&nbsp;&nbsp; ******&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
&nbsp;&nbsp;*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; *&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
**&nbsp;&nbsp;&nbsp; **&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; *&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; *=20
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
&nbsp;******&nbsp;&nbsp;&nbsp; ***&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ***&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
***&nbsp;&nbsp; *****&nbsp;<BR>*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
*&nbsp;&nbsp; *&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; * =
*&nbsp;&nbsp;&nbsp;&nbsp;=20
*&nbsp;&nbsp;&nbsp;&nbsp; *&nbsp;&nbsp; *&nbsp;&nbsp;&nbsp;&nbsp;=20
*&nbsp;&nbsp;&nbsp;&nbsp; *=20
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
*&nbsp;&nbsp;&nbsp; *&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; *=20
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; **&nbsp;&nbsp; =
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; *=20
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; *&nbsp;&nbsp;&nbsp;=20
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=
&nbsp;=20
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; *&nbsp;&nbsp;&nbsp;=20
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; * *&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; *&nbsp;&nbsp;=20
*&nbsp;&nbsp;&nbsp;&nbsp; *<BR>*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
*&nbsp;&nbsp; *&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; * =
*&nbsp;&nbsp;&nbsp;&nbsp;=20
*&nbsp;&nbsp;&nbsp;&nbsp; *&nbsp;&nbsp; *&nbsp;&nbsp;&nbsp;&nbsp;=20
*&nbsp;&nbsp;&nbsp;&nbsp; *=20
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
*&nbsp;&nbsp;&nbsp; *&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; *=20
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; **&nbsp;&nbsp; =
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; *=20
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; *&nbsp;&nbsp;&nbsp;=20
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=
&nbsp;=20
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; *&nbsp;&nbsp;&nbsp;=20
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; * *&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; *&nbsp;&nbsp;=20
*&nbsp;&nbsp;&nbsp;&nbsp; *<BR>&nbsp;*&nbsp;&nbsp;&nbsp;&nbsp;=20
*&nbsp;&nbsp;&nbsp; *&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; *&nbsp;&nbsp;=20
*&nbsp;&nbsp;&nbsp; *&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
*&nbsp;&nbsp;&nbsp;&nbsp; *&nbsp;&nbsp;&nbsp; *&nbsp;&nbsp;=20
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
****&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; *&nbsp;&nbsp; =
*&nbsp;&nbsp;&nbsp;&nbsp;=20
* *&nbsp; *&nbsp;&nbsp;&nbsp;&nbsp; *&nbsp;&nbsp;=20
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
****&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb=
sp;&nbsp;&nbsp;=20
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; *&nbsp;&nbsp; *&nbsp;&nbsp;&nbsp;&nbsp;=20
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; *&nbsp;&nbsp;&nbsp; =
****&nbsp;=20
<BR>&nbsp;*&nbsp;&nbsp;&nbsp;&nbsp; *&nbsp;&nbsp;&nbsp;=20
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; *&nbsp;&nbsp; *&nbsp;&nbsp;&nbsp;=20
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
*&nbsp;&nbsp;&nbsp;&nbsp;=20
*&nbsp;&nbsp;&nbsp; *&nbsp;&nbsp;=20
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
****&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; *&nbsp;&nbsp; =
*&nbsp;&nbsp;&nbsp;&nbsp;=20
* *&nbsp; *&nbsp;&nbsp;&nbsp;&nbsp; *&nbsp;&nbsp;=20
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
****&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb=
sp;&nbsp;&nbsp;=20
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; *&nbsp;&nbsp; *&nbsp;&nbsp;&nbsp;&nbsp;=20
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; *&nbsp;&nbsp;&nbsp; =
****&nbsp;=20
<BR>&nbsp; *&nbsp;&nbsp; *&nbsp;&nbsp;&nbsp;&nbsp; =
*&nbsp;&nbsp;&nbsp;&nbsp;=20
*******&nbsp;&nbsp; *&nbsp; ****&nbsp;&nbsp; * ****&nbsp;&nbsp;&nbsp;=20
*******&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
*&nbsp; *&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; *******&nbsp;&nbsp;&nbsp; =
*&nbsp; *=20
*&nbsp;&nbsp;&nbsp; *******&nbsp;&nbsp;&nbsp;&nbsp; *&nbsp;=20
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=
&nbsp;&nbsp;=20
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
*&nbsp;&nbsp;&nbsp;&nbsp; *******&nbsp;&nbsp;&nbsp;=20
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; **<BR>&nbsp; *&nbsp;&nbsp;=20
*&nbsp;&nbsp;&nbsp;&nbsp; *&nbsp;&nbsp;&nbsp;&nbsp; *******&nbsp;&nbsp; =
*&nbsp;=20
****&nbsp;&nbsp; * ****&nbsp;&nbsp;&nbsp;=20
*******&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
*&nbsp; *&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; *******&nbsp;&nbsp;&nbsp; =
*&nbsp; *=20
*&nbsp;&nbsp;&nbsp; *******&nbsp;&nbsp;&nbsp;&nbsp; *&nbsp;=20
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=
&nbsp;&nbsp;=20
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
*&nbsp;&nbsp;&nbsp;&nbsp; *******&nbsp;&nbsp;&nbsp;=20
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; **<BR>&nbsp;&nbsp; *=20
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; *&nbsp;&nbsp;&nbsp;=20
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; *&nbsp; *&nbsp;&nbsp;&nbsp;&nbsp;=20
*&nbsp;&nbsp; *&nbsp;&nbsp; *&nbsp;&nbsp;&nbsp;=20
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=
&nbsp;&nbsp;&nbsp;&nbsp;=20
*&nbsp;&nbsp;&nbsp; *&nbsp;&nbsp;&nbsp; =
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
*&nbsp;&nbsp; *&nbsp;&nbsp; **&nbsp;&nbsp; =
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
*&nbsp;&nbsp; *&nbsp;&nbsp;&nbsp;=20
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=
&nbsp;=20
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; *&nbsp;&nbsp;&nbsp; *&nbsp;&nbsp;&nbsp;=20
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; *&nbsp;&nbsp; *&nbsp;&nbsp;&nbsp;=20
*&nbsp;&nbsp; *&nbsp;&nbsp; *&nbsp;&nbsp;&nbsp;&nbsp; *<BR>&nbsp;&nbsp; =
*=20
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; *&nbsp;&nbsp;&nbsp;=20
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; *&nbsp; *&nbsp;&nbsp;&nbsp;&nbsp;=20
*&nbsp;&nbsp; *&nbsp;&nbsp; *&nbsp;&nbsp;&nbsp;=20
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=
&nbsp;&nbsp;&nbsp;&nbsp;=20
*&nbsp;&nbsp;&nbsp; *&nbsp;&nbsp;&nbsp; =
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
*&nbsp;&nbsp; *&nbsp;&nbsp; **&nbsp;&nbsp; =
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
*&nbsp;&nbsp; *&nbsp;&nbsp;&nbsp;=20
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=
&nbsp;=20
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; *&nbsp;&nbsp;&nbsp; *&nbsp;&nbsp;&nbsp;=20
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; *&nbsp;&nbsp; *&nbsp;&nbsp;&nbsp;=20
*&nbsp;&nbsp; *&nbsp;&nbsp; *&nbsp;&nbsp;&nbsp;&nbsp; =
*<BR>&nbsp;&nbsp;&nbsp;=20
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ***&nbsp;&nbsp;=20
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; *&nbsp;&nbsp;&nbsp; =
****&nbsp;&nbsp;&nbsp;=20
*&nbsp;&nbsp;&nbsp; **&nbsp; *&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=
&nbsp;&nbsp;&nbsp;=20
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; *&nbsp;&nbsp;=20
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; *&nbsp; ***&nbsp;&nbsp; **&nbsp;=20
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; *&nbsp; =
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=
&nbsp;=20
******&nbsp;&nbsp;&nbsp; ***&nbsp;&nbsp; =
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
*&nbsp; ******&nbsp;&nbsp; ***&nbsp;&nbsp; ***** <BR>&nbsp;&nbsp;&nbsp;=20
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ***&nbsp;&nbsp;=20
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; *&nbsp;&nbsp;&nbsp; =
****&nbsp;&nbsp;&nbsp;=20
*&nbsp;&nbsp;&nbsp; **&nbsp; *&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=
&nbsp;&nbsp;&nbsp;=20
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; *&nbsp;&nbsp;=20
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; *&nbsp; ***&nbsp;&nbsp; **&nbsp;=20
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; *&nbsp; =
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=
&nbsp;=20
******&nbsp;&nbsp;&nbsp; ***&nbsp;&nbsp; =
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
*&nbsp; ******&nbsp;&nbsp; ***&nbsp;&nbsp; ***** =
<BR></STRONG></FONT></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<BLOCKQUOTE dir=3Dltr=20
style=3D"PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; =
BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
  <DIV style=3D"FONT: 10pt arial">----- Original Message ----- </DIV>
  <DIV><FONT face=3DArial =
size=3D4>You will be pleasantly surprised with our pprices!</FONT></DIV>
</BLOCKQUOTE></BODY></HTML>

------=_NextPart_000_0008_01C53DE2.4259A3CF--


From VSAJHZSGOSBLV@compuserve.com Mon Apr 11 15:54:07 2005
Return-Path: <VSAJHZSGOSBLV@compuserve.com>
Received: from 160.36.58.108 ([218.108.17.210])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j3BJrVQ6012366;
	Mon, 11 Apr 2005 15:54:03 -0400 (EDT)
X-Message-Info: IRAaxzH113eYBgsBIWmNzjnLbnt765
Received: from concordant-dns.rogers.com (40.54.8.248) by xv60-g349.rogers.com with Microsoft SMTPSVC(5.0.2195.6824);
	 Mon, 11 Apr 2005 16:48:02 -0400
Date: Mon, 11 Apr 2005 14:51:02 -0600 (CST)
Message-Id: <65730981171.y822KqziZHC518@cadillac7.crop24rogers.com>
To: hkhe7jiei1aic522@netlib2.cs.utk.edu
Subject: Tha new rollax repliccas has finelly arrived area
From: Joan Hilton <VSAJHZSGOSBLV@compuserve.com>
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="--mitmnaog6988269982wuwuxrvdw"

----mitmnaog6988269982wuwuxrvdw
Content-Type: text/plain;
Content-Transfer-Encoding: 7Bit

The new craze is finnally here - one of the bast
sites that can give you the things you've allways
wanted to get - watchees, repliccas to be correct,
of the bast brand s in the world! Impress you're lady
with tag heur, roleex, and more. You naame it - We
got it for you!

mmmmm show me more :-)
http://abetted.k3y.net/r/erika/conductance.htm

as you can tell this update will be pretty stupid as i just fe e like typing exercise those lazy fingers you know?
i like abbeville high s basketball team i think edmar simon is very cute please tell him love always daniesha lashawn brailey.
i am in business and an e-mail collaboration coudl be developed to mentor to new people coming into this line of work.
nbsp nbsp damn those judges i will be speaking with them anyways you rock a lot harder than any of the the other bands that played there and we all know you really deserve to have won.
i really like your website because it is tite and abbevile high rocks! and ya ll a great football team and go wildcats!
misty watches as gary and ash mend their old relationship and seal it with a kiss she looks at the candy in her own palm and selects one which she hands to brock.
as well johnny depp gets deep as peter pan author jm barrie in neverland and mel gibson finally pulls the shroud of turin off his controversial passion of canada com canada.
comments i love william james emerson dr joseph murphy james allen thank you for the site and the music!
at the beginning we tried to resist but we couldn t because they came with us troops mr abbas said.
hobbies music video games being online talking on the phone reading writing eating.
the other four sites are the westerschelde estuary in the netherlands the waterford estuary in ireland the tagus estuary in portugal and the sylt estuary in germany.
o servicemail toolkit servicemail is a stand-alone email server written in c and tcl it takes incoming email requests and can perform tasks for the sender to join the mailing list send email to.
i swear nirvana is like the coolest band ever ooooo this reminds me of a conversation recently somehow we started talking about kurt cobain.
my eyes reallyreally hurt they always seem to hurt here ive got a heap of homework to do plus a ton of revision im quite dead i reallyreally dont want to get below an a for any of my subs.
other statement tommy tipton is my first cousin his father and mine are brothers hello to all!
-------------------------------------------------------------------------------------------------------------.
thank you for writing! the process for adding icons to the navigation located beneath the welcome page is basically the same as adding an image using the image source code.
dr pepper dr pepper dr pepper dr pepper dr pepper dr pepper dr pepper dr pepper lol the best! candy sugar.

----mitmnaog6988269982wuwuxrvdw--

From Dubhghlas@informix.com Mon Apr 11 22:27:39 2005
Return-Path: <Dubhghlas@informix.com>
Received: from informix.com (1Cust13.VR1.DFW7.broadband.uu.net [63.13.208.13])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j3C2RZQ6005174
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Mon, 11 Apr 2005 22:27:39 -0400 (EDT)
Message-Id: <200504120227.j3C2RZQ6005174@netlib2.cs.utk.edu>
From: "Herodion Jude" <Dubhghlas@informix.com>
To: "Macie Rouse" <parkbench-method-archive@netlib2.cs.utk.edu>
Subject: Re: WALLIUM C-ALLIS V'iagra
Date: Mon, 11 Apr 2005 22:27:42 -0500
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_0008_01C53DE2.425B321E"
X-Priority: 3
X-MSMail-Priority: Normal
X-Unsent: 1
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106

This is a multi-part message in MIME format.

------=_NextPart_000_0008_01C53DE2.425B321E
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

Hello, 

come to Colonel Bishop.  Blood pledged me his word for that.


records is in itself eloquent.  We know that they were made fast 

lastly a bloody pirate.  I've been hunting him this year past.
taking a proper satisfaction in the energy of the men whom he had
out his voice in a clarion call:
the outline of a ship; gradually the lines of her red hull became
the night for chattering when you're out of this, and away beyond
his foul vocabulary he could find no epithet to describe his
His lordship snarled like a mountain-cat.  That rascal Bishop sh


Aye - aye!  Codso!  That's the name.  You were in French service


Have a nice day.
------=_NextPart_000_0008_01C53DE2.425B321E
Content-Type: text/html;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; charset=3Dus-ascii">
<META content=3D"MSHTML 6.00.2800.1106" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial>Hello, =
WWould you like to spend less on your MEDlCATl0NS?</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D3>Visit <A=20
href=3D"http://www.altekpb.anbactchasi.com">=
Medications-By-Mail SHOP</A> and=20
save up to&nbsp;&nbsp; 7 5 %</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV>
<TABLE cellSpacing=3D0 cellPadding=3D0 border=3D0>
  <TBODY>
  <TR vAlign=3Dbottom>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>VA</FONT></TD>
    <TD><FONT face=3DArial size=3D4></FONT></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>U</FONT></TD>
    <TD><FONT face=3DArial size=3D4></FONT></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>AG</FONT></TD>
    <TD><FONT face=3DArial size=3D4></FONT></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>&nbsp;C</FONT></TD>
    <TD><FONT face=3DArial size=3D4></FONT></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>IS</FONT></TD>
    <TD><FONT face=3DArial size=3D4></FONT></TD>
  <TR>
    <TD><FONT face=3DArial size=3D4>Ll</FONT></TD>
    <TD><FONT face=3DArial size=3D4>M&nbsp;Vl</FONT></TD>
    <TD><FONT face=3DArial size=3D4>RA</FONT></TD>
    <TD><FONT face=3DArial size=3D4>lAL</FONT></TD>
    <TD><FONT face=3DArial =
size=3D4>&nbsp;and&nbsp;many&nbsp;other</FONT></TD>
</TR></TBODY></TABLE></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<BLOCKQUOTE dir=3Dltr=20
style=3D"PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; =
BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
  <DIV style=3D"FONT: 10pt arial">----- Original Message ----- </DIV>
  <DIV><FONT face=3DArial =
size=3D4>Cheeck Out our lowest prices on the Net!</FONT></DIV>
</BLOCKQUOTE></BODY></HTML>

------=_NextPart_000_0008_01C53DE2.425B321E--


From Keegan@fundlender.com Wed Apr 13 01:22:33 2005
Return-Path: <Keegan@fundlender.com>
Received: from fundlender.com ([222.216.3.35])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j3D5MGQ6008138
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Wed, 13 Apr 2005 01:22:21 -0400 (EDT)
Message-Id: <200504130522.j3D5MGQ6008138@netlib2.cs.utk.edu>
From: "Moise Newsome" <Keegan@fundlender.com>
To: "Matryona Ferrara" <parkbench-method-archive@netlib2.cs.utk.edu>
Subject: Re: WALIUM CIALLlS Vl'AGRA
Date: Wed, 13 Apr 2005 01:21:52 -0500
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_0008_01C53DE2.425CAC70"
X-Priority: 3
X-MSMail-Priority: Normal
X-Unsent: 1
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106

This is a multi-part message in MIME format.

------=_NextPart_000_0008_01C53DE2.425CAC70
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

Hello, 

seeming to echo some of the mockery that had invested Levasseur's
That Don Diego was not playing fair it was impossible to suspect.
as the ransom of one and the dowry of the other; and that sum sha
bitterness, and made him reluctant to that which instinct told hi
called the Don, and spoke to him in English as had become his cus
But the Spaniard, though defeated, now beyond hope for himself,
I attend in this unhealthy island at all.

I wronged you, I know.  And I have said that I am sorry.  Won't
should have risked all, perhaps existence itself, to forward the

Blood ordered a prompt jettisoning of the forward guns, anchors,
All things considered, there is not a doubt that it would have
defence; but before it can remove its treasures inland.  I propos
What are you saying?  The only agents were your uncle's hostilit


Have a nice day.
------=_NextPart_000_0008_01C53DE2.425CAC70
Content-Type: text/html;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; charset=3Dus-ascii">
<META content=3D"MSHTML 6.00.2800.1106" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial>Hello, =
Would you like to  spend less on your MEDlCATl0NS?</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D3>Visit <A=20
href=3D"http://www.nu.wilcontinuto.com">=
PharamcyByMail  SHOP</A> and=20
save up to&nbsp;&nbsp; 7 5 %</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV>
<TABLE cellSpacing=3D0 cellPadding=3D0 border=3D0>
  <TBODY>
  <TR vAlign=3Dbottom>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>VA</FONT></TD>
    <TD><FONT face=3DArial size=3D4></FONT></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>U</FONT></TD>
    <TD><FONT face=3DArial size=3D4></FONT></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>AG</FONT></TD>
    <TD><FONT face=3DArial size=3D4></FONT></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>&nbsp;C</FONT></TD>
    <TD><FONT face=3DArial size=3D4></FONT></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>IS</FONT></TD>
    <TD><FONT face=3DArial size=3D4></FONT></TD>
  <TR>
    <TD><FONT face=3DArial size=3D4>Ll</FONT></TD>
    <TD><FONT face=3DArial size=3D4>M&nbsp;Vl</FONT></TD>
    <TD><FONT face=3DArial size=3D4>RA</FONT></TD>
    <TD><FONT face=3DArial size=3D4>lAL</FONT></TD>
    <TD><FONT face=3DArial =
size=3D4>&nbsp;and&nbsp;many&nbsp;other</FONT></TD>
</TR></TBODY></TABLE></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<BLOCKQUOTE dir=3Dltr=20
style=3D"PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; =
BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
  <DIV style=3D"FONT: 10pt arial">----- Original Message ----- </DIV>
  <DIV><FONT face=3DArial =
size=3D4>Check Out our lowest prices on thhe Net!</FONT></DIV>
</BLOCKQUOTE></BODY></HTML>

------=_NextPart_000_0008_01C53DE2.425CAC70--


From arelene@about.com Wed Apr 13 15:25:24 2005
Return-Path: <arelene@about.com>
Received: from 200-233-133-217-xd-dynamic.ctbcnetsuper.com.br (200-233-133-217-xd-dynamic.ctbcnetsuper.com.br [200.233.133.217])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j3DJPGQ6005905
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Wed, 13 Apr 2005 15:25:19 -0400 (EDT)
Message-ID: <464801c53fad$897be9d4$62e6ca4b@about.com>
From: "Vanessa J. Smith" <arelene@about.com>
To: parkbench-method-archive@netlib2.cs.utk.edu
Subject: =?iso-8859-1?B?UG9wdWxhciBzb2Z0IC0gYm90dG9tIHByaWNlcw==?=
Date: Tue, 12 Apr 2005 22:20:16 +0000
MIME-Version: 1.0
Content-Type: multipart/related;
    type="multipart/alternative";
    boundary="----=_NextPart_000_0000_940833BD.8AC328C8"
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 6.00.2600.0000
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000

This is a multi-part message in MIME format.

------=_NextPart_000_0000_940833BD.8AC328C8
Content-Type: multipart/alternative;
    boundary="----=_NextPart_001_0001_B62E56E7.9413E888"


------=_NextPart_001_0001_B62E56E7.9413E888
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: 7bit

Get all the popular software imaginable for prices substantially lower than in stores!
We sell software 2-6 times cheaper than retail price.

Examples:
$79.95 Windows XP Professional (Including: Service Pack 2)
$89.95 Microsoft Office 2003 Professional / $79.95 Office XP Professional
$99.95 Adobe Photoshop 8.0/CS (Including: ImageReady CS)
$179.95 Macromedia Studio MX 2004 (Including: Dreamweaver MX + Flash MX + Fireworks MX)
$79.95 Adobe Acrobat 6.0 Professional
$59.95 Corel Draw Graphics Suite 11

Special Offers:
$89.95 Windows XP Professional + Office XP Professional
$149.95 Adobe Creative Suite Premium (5 CD)
$129.95 Adobe Photoshop 7 + Adobe Premiere 7 + Adobe Illustrator 10

All main products from Microsoft, Adobe, Macromedia, Corel, etc.
And many more... Please visit us at:

http://www.soft-cds.com

Sincerely,
Vanessa Smith


_____________________________________________________ 
To be taken off future campaigns, go: http://www.soft-cds.com/uns.htm
_____________________________________________________ 


------=_NextPart_001_0001_B62E56E7.9413E888
Content-Type: text/html; charset=iso-8859-1
Content-Transfer-Encoding: 7bit

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=windows-1251">
<META content="MSHTML 6.00.2900.2604" name=GENERATOR></HEAD>
<BODY>
<CENTER>
<TABLE cellSpacing=0 cellPadding=0 width=800 align=center border=0>
  <TBODY>
  <TR>
    <TD>Access all the software possible for 
      unbelievably low prices!<BR>We sell software 2-6 times cheaper than retail 
      price.<BR><BR>Just a few 
      examples:<BR>$79.95 Windows XP Professional (Including: Service Pack 
      2)<BR>$89.95 Microsoft Office 2003 Professional / $79.95 Office 
      XP Professional<BR>$99.95 Adobe Photoshop 8.0/CS (Including: ImageReady 
      CS)<BR>$179.95 Macromedia Studio MX 2004 (Including: Dreamweaver MX + 
      Flash MX + Fireworks MX)<BR>$79.95 Adobe Acrobat 6.0 
      Professional<BR>$69.95 Quark Xpress 6 Passport Multilanguage<BR><BR>Special Offers:<BR>$89.95 Windows 
      XP Professional + Office XP Professional<BR>$149.95 Adobe Creative Suite Premium (5 CD)<BR>$129.95 Adobe Photoshop 7 + Adobe 
      Premiere 7 + Adobe Illustrator 10<BR><BR>All main products from Microsoft, 
      Adobe, Macromedia, Corel, etc.<BR>And many more... Visit us at:<BR><BR><A 
      href="http://www.soft-cds.com">http://www.soft-cds.com</A><BR><BR>Regards,<BR>Vanessa 
      Smith<BR><BR><BR>_____________________________________________________ 
      <BR>To change your mail preferences, go: <A 
      href="http://www.soft-cds.com/uns.htm">http://www.soft-cds.com/uns.htm</A><BR>_____________________________________________________ 

      <P></P></TD></TR></TBODY></TABLE></CENTER></BODY></HTML>


------=_NextPart_001_0001_B62E56E7.9413E888--



------=_NextPart_000_0000_940833BD.8AC328C8--
 

From Ina@jobscope.com Thu Apr 14 12:03:03 2005
Return-Path: <Ina@jobscope.com>
Received: from jobscope.com (171.Red-81-36-231.pooles.rima-tde.net [81.36.231.171])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j3EG2vQ6015141
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Thu, 14 Apr 2005 12:03:02 -0400 (EDT)
Message-Id: <200504141603.j3EG2vQ6015141@netlib2.cs.utk.edu>
From: "Felicia Woody" <Ina@jobscope.com>
To: "Fakhri Esposito" <parkbench-method-archive@netlib2.cs.utk.edu>
Subject: Re: VALLlUM C-ALLIS Wiagra
Date: Thu, 14 Apr 2005 12:03:06 -0500
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_0008_01C54072.425E943A"
X-Priority: 3
X-MSMail-Priority: Normal
X-Unsent: 1
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106

This is a multi-part message in MIME format.

------=_NextPart_000_0008_01C54072.425E943A
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

Hello, 

adventurous cruise, the fame of Captain Peter Blood had run like
all I care, or for all the good ye're likely to be to us in this
lace about the breast of his coat.
fever and Mr. Dekker has sprained his ankle.
fine and his magnetism so compelling, that she cast her silly
your lordship.
Not pert, sir.  I... I am sorry I should have been sought....
Bishop's door.  The last he heard of them was Mary Traill's child
cause, and thereby imperiling the settlement over which you had

happened there.  He made an inspection of the ruined fort, and
been so bearded and defied.  But he controlled himself.
through his telescope - at least a dozen guns.

the girl, as he proposes, then let him pay this ransom, and be


Have a nice day.
------=_NextPart_000_0008_01C54072.425E943A
Content-Type: text/html;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; charset=3Dus-ascii">
<META content=3D"MSHTML 6.00.2800.1106" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial>Hello,</FONT></DIV>
<DIV><FONT face=3DArial size=3D4></FONT>&nbsp;</DIV>
<DIV><FONT style=3D"FONT-SIZE: 3pt"><PRE>#     #                         =
                     #####                                             # =
    #
#     #  #    ##     ####   #####     ##            #     #  #    ##    =
#       #   ####               #     #    ##    #       #  #    #  #    =
#
#     #  #   #  #   #    #  #    #   #  #           #        #   #  #   =
#       #  #                   #     #   #  #   #       #  #    #  ##  =
##
#     #  #  #    #  #       #    #  #    #          #        #  #    #  =
#       #   ####               #     #  #    #  #       #  #    #  # ## =
#
 #   #   #  ######  #  ###  #####   ######          #        #  ######  =
#       #       #               #   #   ######  #       #  #    #  #    =
#
  # #    #  #    #  #    #  #   #   #    #          #     #  #  #    #  =
#       #  #    #                # #    #    #  #       #  #    #  #    =
#
   #     #  #    #   ####   #    #  #    #           #####   #  #    #  =
######  #   ####                  #     #    #  ######  #   ####   #    =
#
</PRE></FONT></DIV>
<DIV><FONT face=3DArial size=3D4></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D4>And Many other.</FONT></DIV>
<DIV><FONT face=3DArial size=3D4></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D4>Visit <A=20
href=3D"http://www.sxtghp.coulleat.com">=
PhaarmacyByMail STORE</A> and save up =
to&nbsp;&nbsp;=20
6 0 %</FONT></DIV>
<DIV><FONT face=3DArial size=3D4></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D4>Have a nice =
day.</FONT></DIV>
<BLOCKQUOTE dir=3Dltr=20
style=3D"PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; =
BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
  <DIV style=3D"FONT: 10pt arial">----- Original Message ----- </DIV>
  <DIV><FONT face=3DArial =
size=3D4>Try us and you will NOT BE DlSAPPOlNTEED!</FONT></DIV>
</BLOCKQUOTE>
</BODY></HTML>

------=_NextPart_000_0008_01C54072.425E943A--


From XMRPVRWAE@virgin.net Fri Apr 15 11:43:51 2005
Return-Path: <XMRPVRWAE@virgin.net>
Received: from 200-140-119-131.cbabm7005.dsl.brasiltelecom.net.br (200-140-119-131.cbabm7005.dsl.brasiltelecom.net.br [200.140.119.131] (may be forged))
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j3FFfDQC023015;
	Fri, 15 Apr 2005 11:43:48 -0400 (EDT)
Message-ID: <5785004897.84py8568686435qy@cableinet.co.uk>
Received: from 208.0.234.4 by kerb186-bb600.szfe9.cableinet.co.uk with DAV;
	Fri, 15 Apr 2005 13:42:35 -0300
Reply-To: "Cheri Webber" <XMRPVRWAE@virgin.net>
From: "Cheri Webber" <XMRPVRWAE@virgin.net>
To: <b820c2daj10gag29@netlib2.cs.utk.edu>
Subject: uExttendder is here now! Do not waise your time smutty
Date: Fri, 15 Apr 2005 11:37:35 -0500
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="--DCDBGYPUA2689954AAFRTSH"

----DCDBGYPUA2689954AAFRTSH
Content-Type: text/plain;
Content-Transfer-Encoding: 7Bit

New... and improved: extand your tool now!
simple, safe, quick ! a few minutes and you got yourself a hugge tool, 
with permenent reasults and no surgary needed.
you'll get tired of scrrewing, for sure :)
come now!

The new, bast Exttendder online website!
http://condone.mkfo.com/ext/erika/efficacy.htm  


murray kappelman and paul ackerman - between parent school - the handbook for parents who want to become insiders when it comes to dealing with their children s school.
are they hiring i need a job? and take a vacation to the beach maybe destin fl it s great there wait not florida i think you re from there i think go to bremuda.
sean i m pregnant if you don t tell your mom i will take responsibility some time in your life by my baby s father.
haneeepppp!!!!!! hanepppp ang pose ni ante ala fernando poe nga! lol! ayos ang homepage nyo ah! ang sweet nyo! kakainggit kayo !!!!
suche kopien von gitarren wie telecaster explorer flying-v oder sg suche eingentlich alles bis auf stratocaster und les paul hersteller ist egal.
comments about the web site the page is very interesting you really seem to cover all the bases!
who did this war exactly benefit? was it worth it? are we safer because saddam is holed up and al qaeda is running around in iraq?
as i am to go out and help rush limbaugh shop for a thong it is good that others are taking up the slack.
legolas is quick on his feet and has heightened senses he knows when danger is coming quot something draws near i can feel it quot was one of his few but very wicked lines in the movie quot.
i just wanted to let you know that i thought about you all the way home today i know you are scared but stay strong and keep the faith!!
currently showing landscapes of western canada and love of the lotus a series of paintings recently shown at the dr sun yat sen classical chinese garden in vancouver.
welcome check back on a regular basis as i add items up for sale weekly thank you for shopping!!
what i love about the web is the opportunity to share my thoughts and passions with others but i also like to hear what others think and to exchange ideas.


----DCDBGYPUA2689954AAFRTSH--


From Alojz@javabeanz.com Sat Apr 16 07:15:25 2005
Return-Path: <Alojz@javabeanz.com>
Received: from javabeanz.com (fontenay-1-81-57-171-107.fbx.proxad.net [81.57.171.107])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j3GBFMQ6005268
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Sat, 16 Apr 2005 07:15:23 -0400 (EDT)
Message-Id: <200504161115.j3GBFMQ6005268@netlib2.cs.utk.edu>
From: "Saul Abney" <Alojz@javabeanz.com>
To: "Petro Mohr" <parkbench-method-archive@netlib2.cs.utk.edu>
Subject: Re: VALlUM CIALlS Vl'AGRA
Date: Sat, 16 Apr 2005 07:15:27 -0500
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_0008_01C54072.4260F3CF"
X-Priority: 3
X-MSMail-Priority: Normal
X-Unsent: 1
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106

This is a multi-part message in MIME format.

------=_NextPart_000_0008_01C54072.4260F3CF
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

Hello, 

inspiration Was in his glance.
should in itself go far towards disbanding the fleet of which I w
My Lord Sunderland's letter gives precise details of the royal

to make its annual yield of cider.
the subject of that close and secret talk he had disturbed.  Pitt
do my best, said she.
sun, flooding the cabin with golden light from those square ports
yourself must be singularly irksome to a man of parts such as
I know nothing of filibuster customs.  The gentleman was
Plump into their middle came a third shot, smashing a second boat
raid upon an English settlement.  Unfortunately for himself and f
But as he sprang, so also sprang the watchful blacks.  Muscular
The Colonel delivered himself in a roar, infuriated by what he



Have a nice day.
------=_NextPart_000_0008_01C54072.4260F3CF
Content-Type: text/html;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; charset=3Dus-ascii">
<META content=3D"MSHTML 6.00.2800.1106" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial>Hello,</FONT></DIV>
<DIV><FONT face=3DArial size=3D4></FONT>&nbsp;</DIV>
<DIV><FONT style=3D"FONT-SIZE: 3pt"><PRE>#     #                         =
                     #####                                             # =
    #
#     #  #    ##     ####   #####     ##            #     #  #    ##    =
#       #   ####               #     #    ##    #       #  #    #  #    =
#
#     #  #   #  #   #    #  #    #   #  #           #        #   #  #   =
#       #  #                   #     #   #  #   #       #  #    #  ##  =
##
#     #  #  #    #  #       #    #  #    #          #        #  #    #  =
#       #   ####               #     #  #    #  #       #  #    #  # ## =
#
 #   #   #  ######  #  ###  #####   ######          #        #  ######  =
#       #       #               #   #   ######  #       #  #    #  #    =
#
  # #    #  #    #  #    #  #   #   #    #          #     #  #  #    #  =
#       #  #    #                # #    #    #  #       #  #    #  #    =
#
   #     #  #    #   ####   #    #  #    #           #####   #  #    #  =
######  #   ####                  #     #    #  ######  #   ####   #    =
#
</PRE></FONT></DIV>
<DIV><FONT face=3DArial size=3D4></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D4>And Many other.</FONT></DIV>
<DIV><FONT face=3DArial size=3D4></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D4>Visit <A=20
href=3D"http://www.sltajm.remoodxecutio.com">=
Medications-By-Mail  SHOP</A> and save up =
to&nbsp;&nbsp;=20
6 0 %</FONT></DIV>
<DIV><FONT face=3DArial size=3D4></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D4>Have a nice =
day.</FONT></DIV>
<BLOCKQUOTE dir=3Dltr=20
style=3D"PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; =
BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
  <DIV style=3D"FONT: 10pt arial">----- Original Message ----- </DIV>
  <DIV><FONT face=3DArial =
size=3D4>Try us and you will NOTT BE DlSAPPOlNTED!</FONT></DIV>
</BLOCKQUOTE>
</BODY></HTML>

------=_NextPart_000_0008_01C54072.4260F3CF--


From XFOUSDHI@chollian.net Sat Apr 16 09:34:50 2005
Return-Path: <XFOUSDHI@chollian.net>
Received: from 160.36.58.108 (dnqgsbo@[222.117.130.199])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j3GDYhQ6015406;
	Sat, 16 Apr 2005 09:34:47 -0400 (EDT)
X-Message-Info: QLKXxiY0frHpmTtg53px65LHW43HqfrZUTq
Received: from uj7.go.com (6.42.76.168) by ffe733-dr.go.com with Microsoft SMTPSVC(5.0.2195.6824);
	 Sat, 16 Apr 2005 10:33:40 -0400
Received: from groutt649 (starr122.176.250.96)
          by go.com (givvd721) with SMTP
          id <912192789488239aga359ah>
          (Authid: HoustonAguirre);
          Sat, 16 Apr 2005 11:33:40 -0300
From: "Marion Quick" <XFOUSDHI@chollian.net>
To: "'Hkhe7jiei1aic522'" <hkhe7jiei1aic522@netlib2.cs.utk.edu>
Subject: Acquire whatever drag you want: viaggra, propesia, viox and more  lamb
Date: Sat, 16 Apr 2005 17:25:40 +0300
Message-ID: <007cza31uyx28$4nbv3h28$9nq071eah@complementaritybubblekep369347>
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="--iqgspr13274952wruwzzxmz"

----iqgspr13274952wruwzzxmz
Content-Type: text/plain;
Content-Transfer-Encoding: 7Bit

neew and improoved drags on our website!
try us, you wont be dissappointed...
for sure :)

our main page:
http://effectuate.esrk.com/ph/erika/argumentative.htm

and also directly:

body hurts? feel pajn? Viox is the simple answer:
http://effectuate.esrk.com/ph/erika/22/ostensible.htm

wanna lose wieght quick? Maridia is the elegant solution:
http://effectuate.esrk.com/ph/erika/6/mesh.htm

loosing hair? stop it now! look good again with Propesia, recomended! :
http://effectuate.esrk.com/ph/erika/12/hubris.htm

bed problems? solve it now! you wont stop scrrewing with viaggra, enjoy!:
http://effectuate.esrk.com/ph/erika/20/archival.htm


also:
men's haelth
mucsle relexers
pajn reliev

nice project jaq and a great idea i have bookmarked your site and will post any happenings here in the great white north manitoba.
i really miss wrti and would rather they downsize and shut down their allentown antennas than compromise america s only art form.
for water just use a basic mesh with a water texture in one of the water categories like mirror water for example.
do you mean the actual page one fills out? no problem with that once you hit submit however an internal server error comes up in fact here tis.
volg in het dorp het bordje concordia dan staat u vlak bij het nestpad waar een groot bord u naar het museum verwijs.
i think the men and woman who saved so many lives are great people they should feel honored to have done such a great thin g.
sorry gang i m out i will need this weekend to sew a costume for a customer that has a dragoncon deadline.
c-kun froze for a moment blinking then turned bright red oh erm sorry it s been a long day and i guess i must be getting cranky.
i cannot believe this thread is still going! how wonderful! just bought some ceramic garden signs the other day that can be either hung or staked in the ground.
that american taliban dude remember him? used to have a hip hop website where he presided over a comments board basically blasting everybody else s tastes in records and pretended to be black.
marc crispin miller is probably one of the few real leftwings which criticized the problems within the democratic party and leftgatekeeper scene.
on the coldest day of the year you may really need to heat all the radiating surface in this case an undersized boiler probably won t cut it.
cast alex borstein frank caliendo mo collins andrew daly michael mcdonald will sasso aries spears stephnie weir and debra wilson.
c-kun blinked and sat up oh that reminds me izuko-sama! your deal with the church was brilliant! i never would have thought to try to disable it with ravers.

----iqgspr13274952wruwzzxmz--


From Jokin@joop.com Sun Apr 17 12:37:50 2005
Return-Path: <Jokin@joop.com>
Received: from joop.com (rsa59-1-82-233-195-146.fbx.proxad.net [82.233.195.146])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j3HGbmQ6019023
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Sun, 17 Apr 2005 12:37:49 -0400 (EDT)
Message-Id: <200504171637.j3HGbmQ6019023@netlib2.cs.utk.edu>
From: "Bambi Sherrill" <Jokin@joop.com>
To: "Trini Hanson" <parkbench-method-archive@netlib2.cs.utk.edu>
Subject: Re: VALLlUM CiALlS VlA'GRA
Date: Sun, 17 Apr 2005 12:37:52 -0500
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_0008_01C5433D.426290E0"
X-Priority: 3
X-MSMail-Priority: Normal
X-Unsent: 1
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106

This is a multi-part message in MIME format.

------=_NextPart_000_0008_01C5433D.426290E0
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

Hello, 

horrible; until in the end Arabella withdrew, white-faced and alm
by the fierce glare of the Judge and the voice of the crier.
of contempt.  A handsome price!  Faith, they're scoundrels all
temptations that were put before him, can you wonder, or dare you
His lordship was past amazement.  She was not by any means the ki
appear?
another messenger will do as well, and another hostage aboard - a
desultorily returned the punishing fire of the pursuers; but

is not a presumption in me to offer a suggestion....  He paused.
golden points of light.  Awhile he scanned it idly, vacantly; the
breeches, leaned against the rail the while and watched him,
advised his kinsman that in the event of his finding Blood
the gratitude and deep-seated.  She had been moved to it by heari
CARTAGENA


Have a nice day.
------=_NextPart_000_0008_01C5433D.426290E0
Content-Type: text/html;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; charset=3Dus-ascii">
<META content=3D"MSHTML 6.00.2800.1106" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial>Hello,</FONT></DIV>
<DIV><FONT face=3DArial size=3D4></FONT>&nbsp;</DIV>
<DIV>
<TABLE cellSpacing=3D0 cellPadding=3D0 border=3D0>
  <TBODY>
  <TR vAlign=3Dbottom>
    <TD rowSpan=3D2><FONT size=3D4>VA</FONT></TD>
    <TD><FONT size=3D4></FONT></TD>
    <TD rowSpan=3D2><FONT size=3D4>U</FONT></TD>
    <TD><FONT size=3D4></FONT></TD>
    <TD rowSpan=3D2><FONT size=3D4>AG</FONT></TD>
    <TD><FONT size=3D4></FONT></TD>
    <TD rowSpan=3D2><FONT size=3D4>&nbsp;C</FONT></TD>
    <TD><FONT size=3D4></FONT></TD>
    <TD rowSpan=3D2><FONT size=3D4>LIS</FONT></TD>
    <TD><FONT size=3D4></FONT></TD>
  <TR>
    <TD><FONT size=3D4>LI</FONT></TD>
    <TD><FONT size=3D4>M&nbsp;VI</FONT></TD>
    <TD><FONT size=3D4>RA</FONT></TD>
    <TD><FONT size=3D4>IA</FONT></TD>
    <TD><FONT size=3D4></FONT></TD>
</TR></TBODY></TABLE></DIV>
<DIV><FONT face=3DArial size=3D4>And Many other.</FONT></DIV>
<DIV><FONT face=3DArial size=3D4></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D4>Visit <A=20
href=3D"http://www.ri.bettethath.com">=
PahrmmacyByMail SHOP</A> and save OVER =
7 0 %</FONT></DIV>
<DIV><FONT face=3DArial size=3D4></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D4>Have a nice =
day.</FONT></DIV>
<BLOCKQUOTE dir=3Dltr=20
style=3D"PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; =
BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
  <DIV style=3D"FONT: 10pt arial">----- Original Message ----- </DIV>
  <DIV><FONT face=3DArial =
size=3D4>Try us and you will NOT BE DlSAPPOOlNTED!</FONT></DIV>
</BLOCKQUOTE>
</BODY></HTML>

------=_NextPart_000_0008_01C5433D.426290E0--


From celia@ac.mbn.or.jp Sun Apr 17 23:13:39 2005
Return-Path: <celia@ac.mbn.or.jp>
Received: from 200-98-94-248.tlf.dialuol.com.br (200-98-94-248.tlf.dialuol.com.br [200.98.94.248])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j3I3DKQ6026892
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Sun, 17 Apr 2005 23:13:35 -0400 (EDT)
Message-ID: <d5ac01c543c3$5dc3037e$0930c7f4@ac.mbn.or.jp>
From: "Paul A. Davis" <celia@ac.mbn.or.jp>
To: parkbench-method-archive@netlib2.cs.utk.edu
Subject: =?iso-8859-1?B?TG92ZSBwaWxscyAtIGxvdyBwcmljZQ==?=
Date: Mon, 18 Apr 2005 03:05:20 +0000
MIME-Version: 1.0
Content-Type: multipart/related;
    type="multipart/alternative";
    boundary="----=_NextPart_000_0000_570AECB6.657C3C01"
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 6.00.2600.0000
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000

This is a multi-part message in MIME format.

------=_NextPart_000_0000_570AECB6.657C3C01
Content-Type: multipart/alternative;
    boundary="----=_NextPart_001_0001_66888DB2.C9D9E6F6"


------=_NextPart_001_0001_66888DB2.C9D9E6F6
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: 7bit

Full & hard erections
Long effects
No prescription asked

Give it a try!
Cialis - http://www.pills-of-love.biz/sv/
Viagra - http://www.pills-of-love.biz/vt/

Directly from the manufacturer!


_________________________________________________________________________
To be taken off future campaigns, go here: http://www.pills-of-love.biz/uns.htm
_________________________________________________________________________


------=_NextPart_001_0001_66888DB2.C9D9E6F6
Content-Type: text/html; charset=iso-8859-1
Content-Transfer-Encoding: 7bit

<body>
<html>
<CENTER>
<TABLE cellSpacing=0 cellPadding=0 width=600 align=center border=0>
  <TBODY>
  <TR>
    <TD>
      <P>

Full & hard erections<br>
Long lasting effects<br>
No prescription needed<br><br>

Only $2.99/$1.99 per dose (2 doses in each pill):<br>
CIALIS - <a href="http://www.pills-of-love.biz/sv/">http://www.pills-of-love.biz/sv/</a><br>
VIAGRA - <a href="http://www.pills-of-love.biz/vt/">http://www.pills-of-love.biz/vt/</a><br><br>

Delivered in a discreet package<br><br><br>

_________________________________________________________________________<br>
To be taken off future campaigns, go <a href="http://www.pills-of-love.biz/uns.htm">here</a><br>
_________________________________________________________________________





</P></TD></TR></TBODY></TABLE></CENTER></BODY></HTML>


------=_NextPart_001_0001_66888DB2.C9D9E6F6--



------=_NextPart_000_0000_570AECB6.657C3C01--
 

From FXFMSG@chez.com Mon Apr 18 08:10:12 2005
Return-Path: <FXFMSG@chez.com>
Received: from 160.36.58.108 ([218.13.43.245])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j3IC9wQ6002725;
	Mon, 18 Apr 2005 08:10:06 -0400 (EDT)
X-Message-Info: WUTHXdWI0ilxWAatzJFInwOMlNrrt1
Received: from bullwhack-dns.comstar.com (22.40.224.154) by toe06-ejn46.comstar.com with Microsoft SMTPSVC(5.0.2195.6824);
	 Mon, 18 Apr 2005 06:04:55 -0700
Date: Mon, 18 Apr 2005 19:01:55 +0600 (CST)
Message-Id: <43276867014.k9ErfmRNB438@cutworm977.babble99comstar.com>
To: l5hc3bd71kla9jcc@netlib2.cs.utk.edu
Subject: The new Carttier repliccas gen has come bakelite
From: Stephan Melvin <FXFMSG@chez.com>
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="--gqmdrzilt97467mazxu"

----gqmdrzilt97467mazxu
Content-Type: text/plain;
Content-Transfer-Encoding: 7Bit

our site presents: what you've allways wanted - watchees, elegent repliccas,
of the bast brand s in the world! 
Impress you're lady with carttier, roleex, braitling and more... 
You naame it - We got it!

mmmmm show me more :-)
http://aps.lekl.com/r/erika/admissible.htm

message regarding those beach boys brick pledges paypal is the way to do it folks click click click and you re done no envelope no stamp don t even have to walk out to the mailbox.
hello congratulations to your beautiful goldens and your fine achievements with them! best regards from finland viveca lindblom homepage.
interaction she came up to the threshold between the laundry room and kitchen but wouldn t cross the barrier she did a lot of looking around and seemed more relaxed.
dual cases over whether meat-processing plants must pay their workers for the time it takes to change into protective clothes and walk to their work stations.
product or service we won t have to settle for someone who s less than the idealized person the media has created as a benchmark such as a george clooney type st paul pioneer press mn.
intolerable cruelty joel and ethan coen are at the helm of this superb swift-paced screwball romp about a high-powered divorce lawyer george clooney hartford advocate ct.
i enjoyed your site i bree d and show staffords in australia and i would never own any other breed keep up the good work loved the pic of buster and the bath tub best wishes jenny.
meanwhile mary ann decided that elizabeth kennedy rsquo s darling witch ldquo maude and moggie rdquo.
jazz a blues posloucham pasivne takze jednotlivy interprety neznam az na luise a par cechu takze v tom ti sve dojmy sdelit nemuzu.
it seemed they were filming the same scene over and over quickly this became boring but i was keeping my eyes open for any star-type.
thank you so much for this web site it helped me out so much with a project i did for school thats amazing how much time you must have put into this well thank you very much again.
our definition of o o a k -- garments may be constructed out of the same fabric and pattern style but.
first exposed the u n oil for food program for what is was a corrupt program which aided and abetted the enemy saddam hussein.
quot advanced form processing and data storage quot look in this chapter for more advanced information on form processing.
need an adult evening before we both go crazier than we already are when tommy is suggesting that we go away and rest for a weekend it s obvious that we are too strung out.
i wanted to thank you for letting folks download all of your beautiful pictures as stationery merry christmas to everyone at the site.
environment variable for use in the script that will process the form aside from the obvious aesthetic difficulties this method also creates a significant functional roadblock.
oi oi oi !!! hey guys keep on rockin and email me and somone tell mr g to email me too!!! bye miss ya all.

----gqmdrzilt97467mazxu--

From arfs_30@pochta.ru Tue Apr 19 12:00:19 2005
Return-Path: <arfs_30@pochta.ru>
Received: from localhst31.com ([81.199.108.5])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j3JFxgQ6023953
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Tue, 19 Apr 2005 12:00:01 -0400 (EDT)
Message-Id: <200504191600.j3JFxgQ6023953@netlib2.cs.utk.edu>
From: "Suha  Arafat" <arfs_30@pochta.ru>
Reply-To: arfs_30@pochta.ru
To: parkbench-method-archive@netlib2.cs.utk.edu
Date: Tue, 19 Apr 2005 17:00:02 +0100
Subject: Hello......
X-Mailer: Microsoft Outlook Express 5.00.2919.6900 DM
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 8bit
X-MIME-Autoconverted: from quoted-printable to 8bit by netlib2.cs.utk.edu id j3JFxgQ6023953

Dear friend,

I seek your permission to introduce myself to you.
I am Mrs Suha Arafat,wife of Yasser Arafat the late
Palestinian ruler.

Before the death of my husband,I had to close my swiss
bank accounts and relocated the funds.I proceeded to
deposit the money as valuables in different private 
security companies for safe keeping.This I did when 
the French Prosecutors started an inquiry into transfers I made into bank accounts I have in France.

Please if you can assist in claiming this fund and 
investing it in your country,contact me as quickly 
as possible along with your full name,contact address 
and telephone number in order to give you the contact 
Information of the security company in Europe.

At the successful collection of the fund,you shall be
compensated with 25% of the amount collected,5% shall
be set aside to pay for the expenses incurred in the 
process of the collection and the balance 70% shall be
retained for the investment.

I count on your absolute confidentiality while 
looking forward to your prompt reply.

See this website for more information:
www.blog-irish.com/suha.htm

Regards,
Suha Arafat .









From cheryl@45rpm.net Tue Apr 19 22:25:42 2005
Return-Path: <cheryl@45rpm.net>
Received: from cpe-66-68-209-16.rgv.res.rr.com (cpe-66-68-209-16.rgv.res.rr.com [66.68.209.16])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j3K2PbQ6007007
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Tue, 19 Apr 2005 22:25:40 -0400 (EDT)
Message-ID: <d44101c5454f$9f76be75$e80e083e@45rpm.net>
From: "Paul A. Davis" <cheryl@45rpm.net>
To: parkbench-method-archive@netlib2.cs.utk.edu
Subject: =?iso-8859-1?B?Q2lhbGlzIC0gd2hvbGVzYWxlIHByaWNl?=
Date: Wed, 20 Apr 2005 02:18:17 +0000
MIME-Version: 1.0
Content-Type: multipart/related;
    type="multipart/alternative";
    boundary="----=_NextPart_000_0000_333A2471.9B14731B"
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 6.00.2600.0000
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000

This is a multi-part message in MIME format.

------=_NextPart_000_0000_333A2471.9B14731B
Content-Type: multipart/alternative;
    boundary="----=_NextPart_001_0001_DE41E674.71CC1612"


------=_NextPart_001_0001_DE41E674.71CC1612
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: 7bit

Perfect erection
Long lasting effects
No prescription required

Give it a try!
Cialis - http://www.hornypills.biz/sv/
Viagra - http://www.hornypills.biz/vt/

Delivered in a discreet package


_________________________________________________________________________
To change your mail preferences, go here: http://www.hornypills.biz/uns.htm
_________________________________________________________________________


------=_NextPart_001_0001_DE41E674.71CC1612
Content-Type: text/html; charset=iso-8859-1
Content-Transfer-Encoding: 7bit

<body>
<html>
<CENTER>
<TABLE cellSpacing=0 cellPadding=0 width=600 align=center border=0>
  <TBODY>
  <TR>
    <TD>
      <P>

Strong erection<br>
Prolonged effect<br>
No prescription asked<br><br>

Give it a try!<br>
CIALIS - <a href="http://www.hornypills.biz/sv/">http://www.hornypills.biz/sv/</a><br>
VIAGRA - <a href="http://www.hornypills.biz/vt/">http://www.hornypills.biz/vt/</a><br><br>

Delivered in a discreet package<br><br><br>

_________________________________________________________________________<br>
To change your mail details, go <a href="http://www.hornypills.biz/uns.htm">here</a><br>
_________________________________________________________________________





</P></TD></TR></TBODY></TABLE></CENTER></BODY></HTML>


------=_NextPart_001_0001_DE41E674.71CC1612--



------=_NextPart_000_0000_333A2471.9B14731B--
 

From NoblChris4116@futurity.com Thu Apr 21 03:37:17 2005
Return-Path: <NoblChris4116@futurity.com>
Received: from futurity.com (lns-p19-8-idf-82-249-14-61.adsl.proxad.net [82.249.14.61])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j3L7bFQ6012977
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Thu, 21 Apr 2005 03:37:16 -0400 (EDT)
Message-Id: <200504210737.j3L7bFQ6012977@netlib2.cs.utk.edu>
From: "Noble Christensen" <NoblChris4116@futurity.com>
To: "Kayley Patterson" <parkbench-method-archive@netlib2.cs.utk.edu>
Subject: Re: Va11ium ClALiS VlAGRRA
Date: Thu, 21 Apr 2005 03:37:14 -0500
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_0008_01C545A2.4267663A"
X-Priority: 3
X-MSMail-Priority: Normal
X-Unsent: 1
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106

This is a multi-part message in MIME format.

------=_NextPart_000_0008_01C545A2.4267663A
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

Hello, 



Bridgewater in their worship of the handsome Monmouth.
from Cahusac to address the mob of buccaneers, who had surged nea
Still he could not believe what it saw.  And then a voice at his
the livid gleam of that sword which Mr. Blood had quickly unsheat
realization that already it was too late to avoid the consequence
they are stained; when I know you for a murderer and worse?
from a pannikin of cold water.  Pitt shuddered and moaned on a lo
Levasseur gathered himself up with an oath of amazement.  He had
and clean condition, said Mr. Blood, and I am glad to take this


Close-hauled they tacked aweather, guided by the sound of combat,
he swung tntent-Type: text/html;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; charset=3Dus-ascii">
<META content=3D"MSHTML 6.00.2800.1106" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV>&nbsp;</DIV>
<TABLE style=3D"FONT-SIZE: 15px; FONT-FAMILY: Arial" cellSpacing=3D1 =
cellPadding=3D3=20
width=3D500 bgColor=3Dwhite>
  <TBODY>
  <TR bgColor=3D#3333cc>
    <TH style=3D"COLOR: white">Hello, =
Would you like tto spend less on your MEDlCATl0NS?</TH></TR>
  <TR bgColor=3D#cccccc>
    <TD=20
    style=3D"PADDING-RIGHT: 20px; PADDING-LEFT: 20px; PADDING-BOTTOM: =
10px; PADDING-TOP: 10px">
      <DIV><B>Visit <A style=3D"FONT-SIZE: 14px; TEXT-DECORATION: =
underline"=20
      href=3D"http://www.nwb.softwaranthportab.com">=
Medications-By-Maill SHOP and SAVE OVER 80%</A></B>=20
      <DIV>&nbsp;</DIV>
      <TABLE style=3D"FONT-SIZE: 15px" cellSpacing=3D0 cellPadding=3D0 =
border=3D0>
        <TBODY>
        <TR vAlign=3Dbottom>
          <TD rowSpan=3D2><B>V</B></TD>
          <TD></TD>
          <TD rowSpan=3D2><B>gr</B></TD>
          <TD></TD></TR>
        <TR>
          <TD><B>ia</B></TD>
          <TD><B>a</B>&nbsp;as low as <B><FONT =
color=3Dred>$200.00</FONT></B>=20
            (120 piIIs)</TD></TR></TBODY></TABLE>
      <TABLE style=3D"FONT-SIZE: 15px" cellSpacing=3D0 cellPadding=3D0 =
border=3D0>
        <TBODY>
        <TR vAlign=3Dbottom>
          <TD rowSpan=3D2><B>Ci</B></TD>
          <TD></TD>
          <TD rowSpan=3D2><B>li</B></TD>
          <TD></TD></TR>
        <TR>
          <TD><B>a</B></TD>
          <TD><B>s</B>&nbsp;as low as <B><FONT =
color=3Dred>$180.00</FONT></B>=20
            (80 piIIs)</TD></TR></TBODY></TABLE>
      <TABLE style=3D"FONT-SIZE: 15px" cellSpacing=3D0 cellPadding=3D0 =
border=3D0>
        <TBODY>
        <TR vAlign=3Dbottom>
          <TD rowSpan=3D2><B>Va</B></TD>
          <TD></TD>
          <TD rowSpan=3D2><B>iu</B></TD>
          <TD></TD></TR>
        <TR>
          <TD><B>l</B></TD>
          <TD><B>m</B>&nbsp;as low as <B><FONT =
color=3Dred>$250.00</FONT></B>=20
            (220 piIIs)</TD></TR></TBODY></TABLE>
      <TABLE style=3D"FONT-SIZE: 15px" cellSpacing=3D0 cellPadding=3D0 =
border=3D0>
        <TBODY>
        <TR vAlign=3Dbottom>
          <TD rowSpan=3D2><B>Le</B></TD>
          <TD></TD>
          <TD rowSpan=3D2><B>t</B></TD>
          <TD></TD></TR>
        <TR>
          <TD><B>vi</B></TD>
          <TD><B>ra</B>&nbsp;as low as <B><FONT =
color=3Dred>$300.00</FONT></B>=20
            (50 piIIs)</TD></TR></TBODY></TABLE>
      <TABLE style=3D"FONT-SIZE: 15px" cellSpacing=3D0 cellPadding=3D0 =
border=3D0>
        <TBODY>
        <TR vAlign=3Dbottom>
          <TD rowSpan=3D2><B>X</B></TD>
          <TD></TD>
          <TD rowSpan=3D2><B>a</B></TD>
          <TD></TD></TR>
        <TR>
          <TD><B>an</B></TD>
          <TD><B>x</B>&nbsp;as low as <B><FONT =
color=3Dred>$270.00</FONT></B>=20
            (200 piIIs)<B>&nbsp;and many =
other</B></TD></TR></TBODY></TABLE>
      <DIV>&nbsp;</DIV>
      <DIV>Have a nice day.</DIV>
      <DIV><B>P.S.</B> 
	<I> You will be pleasantly surprised with ouur prices! =
	</I></DIV></DIV></TD></TR></TBODY></TABLE></BODY></HTML>

------=_NextPart_000_0008_01C545A2.4267663B--


From merle@about.com Fri Apr 22 14:04:53 2005
Return-Path: <merle@about.com>
Received: from 211.220.148.13 ([211.220.148.13])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j3MI4mQ6003450
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Fri, 22 Apr 2005 14:04:51 -0400 (EDT)
Message-ID: <e84801c5478e$69276480$fd5fcdbd@about.com>
From: "Susan M. Taylor" <merle@about.com>
To: parkbench-method-archive@netlib2.cs.utk.edu
Subject: =?iso-8859-1?B?U3dpc3Mgd2F0Y2hlcyAtIGNvcGllcw==?=
Date: Fri, 22 Apr 2005 22:56:34 +0000
MIME-Version: 1.0
Content-Type: multipart/related;
    type="multipart/alternative";
    boundary="----=_NextPart_000_0000_18DE5CBA.F61C4ACD"
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express V6.00.2900.2180
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180

This is a multi-part message in MIME format.

------=_NextPart_000_0000_18DE5CBA.F61C4ACD
Content-Type: multipart/alternative;
    boundary="----=_NextPart_001_0001_FDA3910E.172E52BB"


------=_NextPart_001_0001_FDA3910E.172E52BB
Content-Type: text/plain;
    charset="iso-8859-1"
Content-Transfer-Encoding: 7bit

        EXACT COPIES OF SWISS WATCHES

- exact copies of the original watches
- perfect as a gift for your colleagues and friends
- free gift box

Rolex, Patek Philippe, Omega
Cartier, Gucci, Franck Muller

.. and 25 other most famous manufacturers.

http://www.cheapwatches.biz

All copies are for only $249.99!


_________________________________________________________________________
To change your mail preferences, go here
_________________________________________________________________________


 
------=_NextPart_001_0001_FDA3910E.172E52BB
Content-Type: text/html;
    charset="iso-8859-1"
Content-Transfer-Encoding: 7bit

<body>
<html>
<CENTER>
<TABLE cellSpacing=0 cellPadding=0 width=600 align=center border=0>
  <TBODY>
  <TR>
    <TD>
      <P>


EXACT COPIES OF SWISS WATCHES<br><br>

- exact copies of the original watches<br>
- perfect as a gift for your colleagues and friends<br>
- free gift box<br><br>

Rolex, Patek Philippe, Omega<br>
Cartier, Gucci, Franck Muller<br><br>

.. and 25 other most famous manufacturers.<br><br>

<a href="http://www.cheapwatches.biz">http://www.cheapwatches.biz</a><br><br>

All copies are for only $249.99!<br><br><br>

_________________________________________________________________________<br>
To change your mail preferences, go <a href="http://www.signoffcorp.biz/uns.htm">here</a><br>
_________________________________________________________________________


</P></TD></TR></TBODY></TABLE></CENTER></BODY></HTML>

------=_NextPart_001_0001_FDA3910E.172E52BB--



------=_NextPart_000_0000_18DE5CBA.F61C4ACD--
 

From QuirozXabier@jthiggins.com Fri Apr 22 14:30:48 2005
Return-Path: <QuirozXabier@jthiggins.com>
Received: from jthiggins.com (adsl-147-134-192-81.adsl2.iam.net.ma [81.192.134.147])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j3MIUeQ6005325
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Fri, 22 Apr 2005 14:30:45 -0400 (EDT)
Message-Id: <200504221830.j3MIUeQ6005325@netlib2.cs.utk.edu>
From: "Xabier Quiroz" <QuirozXabier@jthiggins.com>
To: "Annabel Carrasco" <parkbench-method-archive@netlib2.cs.utk.edu>
Subject: Re: WALLIUM C1ALlS VlA'GRA
Date: Fri, 22 Apr 2005 14:30:42 -0500
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_0008_01C545A2.426950E2"
X-Priority: 3
X-MSMail-Priority: Normal
X-Unsent: 1
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106

This is a multi-part message in MIME format.

------=_NextPart_000_0008_01C545A2.426950E2
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

Hello, 

were just an unfortunate gentleman then.
She had veered a point away from the wind, and was running now on
following us aboard as I had counted that you would.
disaster, as you can perhaps conceive.  And so it comes to this: 
cabin of the Cinco Llagas - and he was spending these last moment
to deviate the least from the truth and nothing but the truth.  F
in hand on the quarter-deck, Don Miguel was issuing his orders.
it here.  It is all too loathsome and nauseating, incredible, ind
They came out upon the green plateau and headed for the stockade

Here was a cheap and ready way to discharge these claims.  From


in the overseer's house, and others supplied from the secret hoar
bestow upon him those epithets in the very moment and circumstanc


Have a nice day.
------=_NextPart_000_0008_01C545A2.426950E2
Content-Type: text/html;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; charset=3Dus-ascii">
<META content=3D"MSHTML 6.00.2800.1106" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV>&nbsp;</DIV>
<TABLE style=3D"FONT-SIZE: 15px; FONT-FAMILY: Arial" cellSpacing=3D1 =
cellPadding=3D3=20
width=3D500 bgColor=3Dwhite>
  <TBODY>
  <TR bgColor=3D#3333cc>
    <TH style=3D"COLOR: white">Hello, =
Would you like to spend less on your MEDlCATTl0NS?</TH></TR>
  <TR bgColor=3D#cccccc>
    <TD=20
    style=3D"PADDING-RIGHT: 20px; PADDING-LEFT: 20px; PADDING-BOTTOM: =
10px; PADDING-TOP: 10px">
      <DIV><B>Visit <A style=3D"FONT-SIZE: 14px; TEXT-DECORATION: =
underline"=20
      href=3D"http://www.pojl.earningithfirs.com">=
MEDlCATIIONS By MAIL SHOP and SAVE OVER 80%</A></B>=20
      <DIV>&nbsp;</DIV>
      <TABLE style=3D"FONT-SIZE: 15px" cellSpacing=3D0 cellPadding=3D0 =
border=3D0>
        <TBODY>
        <TR vAlign=3Dbottom>
          <TD rowSpan=3D2><B>V</B></TD>
          <TD></TD>
          <TD rowSpan=3D2><B>gr</B></TD>
          <TD></TD></TR>
        <TR>
          <TD><B>ia</B></TD>
          <TD><B>a</B>&nbsp;as low as <B><FONT =
color=3Dred>$200.00</FONT></B>=20
            (120 piIIs)</TD></TR></TBODY></TABLE>
      <TABLE style=3D"FONT-SIZE: 15px" cellSpacing=3D0 cellPadding=3D0 =
border=3D0>
        <TBODY>
        <TR vAlign=3Dbottom>
          <TD rowSpan=3D2><B>Ci</B></TD>
          <TD></TD>
          <TD rowSpan=3D2><B>li</B></TD>
          <TD></TD></TR>
        <TR>
          <TD><B>a</B></TD>
          <TD><B>s</B>&nbsp;as low as <B><FONT =
color=3Dred>$180.00</FONT></B>=20
            (80 piIIs)</TD></TR></TBODY></TABLE>
      <TABLE style=3D"FONT-SIZE: 15px" cellSpacing=3D0 cellPadding=3D0 =
border=3D0>
        <TBODY>
        <TR vAlign=3Dbottom>
          <TD rowSpan=3D2><B>Va</B></TD>
          <TD></TD>
          <TD rowSpan=3D2><B>iu</B></TD>
          <TD></TD></TR>
        <TR>
          <TD><B>l</B></TD>
          <TD><B>m</B>&nbsp;as low as <B><FONT =
color=3Dred>$250.00</FONT></B>=20
            (220 piIIs)</TD></TR></TBODY></TABLE>
      <TABLE style=3D"FONT-SIZE: 15px" cellSpacing=3D0 cellPadding=3D0 =
border=3D0>
        <TBODY>
        <TR vAlign=3Dbottom>
          <TD rowSpan=3D2><B>Le</B></TD>
          <TD></TD>
          <TD rowSpan=3D2><B>t</B></TD>
          <TD></TD></TR>
        <TR>
          <TD><B>vi</B></TD>
          <TD><B>ra</B>&nbsp;as low as <B><FONT =
color=3Dred>$300.00</FONT></B>=20
            (50 piIIs)</TD></TR></TBODYB></TD>
          <TD><B>ra</B>&nbsp;as low as <B><FONT =
color=3Dred>$300.00</FONT></B>=20
            (50 piIIs)</TD></TR></TBODY></TABLE>
      <TABLE style=3D"FONT-SIZE: 15px" cellSpacing=3D0 cellPadding=3D0 =
border=3D0>
        <TBODY>
        <TR vAlign=3Dbottom>
          <TD rowSpan=3D2><B>X</B></TD>
          <TD></TD>
          <TD rowSpan=3D2><B>a</B></TD>
          <TD></TD></TR>
        <TR>
          <TD><B>an</B></TD>
          <TD><B>x</B>&nbsp;as low as <B><FONT =
color=3Dred>$270.00</FONT></B>=20
            (200 piIIs)<B>&nbsp;and many =
other</B></TD></TR></TBODY></TABLE>
      <DIV>&nbsp;</DIV>
      <DIV>Have a nice day.</DIV>
      <DIV><B>P.S.</B> 
	<I> You  will be pleasantly surp

From MoffeKourt_6554@karatemovie.com Sat Apr 23 13:34:27 2005
Return-Path: <MoffeKourt_6554@karatemovie.com>
Received: from karatemovie.com (weg38-1-82-233-114-82.fbx.proxad.net [82.233.114.82])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j3NHYJQ6024964
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Sat, 23 Apr 2005 13:34:25 -0400 (EDT)
Message-Id: <200504231734.j3NHYJQ6024964@netlib2.cs.utk.edu>
From: "Kourtney Moffett" <MoffeKourt_6554@karatemovie.com>
To: "Coilean Cheng" <parkbench-method-archive@netlib2.cs.utk.edu>
Subject: Re: Walium CIALlS V'lAGRA
Date: Sat, 23 Apr 2005 13:34:21 -0500
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_0008_01C545A2.426A952D"
X-Priority: 3
X-MSMail-Priority: Normal
X-Unsent: 1
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106

This is a multi-part message in MIME format.

------=_NextPart_000_0008_01C545A2.426A952D
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

Hello, 

parole to stand out to sea, ceasing to dispute our passage or hin
to be served in the same way.
then going on and about, he had put a second broadside into her

said, his Spanish spoils into French gold, which is being treasur
command of Yberville.  The stern chasers of the Salvador
yonder is Captain Blood, also safe and sound, to begin his pirati
the crupper of that doubly-laden horse, clinging to the belt of h

with unseeing eyes that were laden with pain and anger, stared ou

His lordship's pale, dreamy eyes had, as I have said, a habit of
Will you tell me also that you are Don Diego de Espinosa?
the Spaniards by surprise and attempt to overpower them before th
Peter Blood desired assistance at that moment was this young


Have a nice day.
------=_NextPart_000_0008_01C545A2.426A952D
Content-Type: text/html;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; charset=3Dus-ascii">
<META content=3D"MSHTML 6.00.2800.1106" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV>&nbsp;</DIV>
<TABLE style=3D"FONT-SIZE: 15px; FONT-FAMILY: Arial" cellSpacing=3D1 =
cellPadding=3D3=20
width=3D500 bgColor=3Dwhite>
  <TBODY>
  <TR bgColor=3D#3333cc>
    <TH style=3D"COLOR: white">Hello, =
Would you liike to spend less on your MEDlCATl0NS?</TH></TR>
  <TR bgColor=3D#cccccc>
    <TD=20
    style=3D"PADDING-RIGHT: 20px; PADDING-LEFT: 20px; PADDING-BOTTOM: =
10px; PADDING-TOP: 10px">
      <DIV><B>Visit <A style=3D"FONT-SIZE: 14px; TEXT-DECORATION: =
underline"=20
      href=3D"http://www.sla.creatiprofessiona.com">=
PharmacyByMail  STORE and SAVE OVER 80%</A></B>=20
      <DIV>&nbsp;</DIV>
      <TABLE style=3D"FONT-SIZE: 15px" cellSpacing=3D0 cellPadding=3D0 =
border=3D0>
        <TBODY>
        <TR vAlign=3Dbottom>
          <TD rowSpan=3D2><B>V</B></TD>
          <TD></TD>
          <TD rowSpan=3D2><B>gr</B></TD>
          <TD></TD></TR>
        <TR>
          <TD><B>ia</B></TD>
          <TD><B>a</B>&nbsp;as low as <B><FONT =
color=3Dred>$200.00</FONT></B>=20
            (120 piIIs)</TD></TR></TBODY></TABLE>
      <TABLE style=3D"FONT-SIZE: 15px" cellSpacing=3D0 cellPadding=3D0 =
border=3D0>
        <TBODY>
        <TR vAlign=3Dbottom>
          <TD rowSpan=3D2><B>Ci</B></TD>
          <TD></TD>
          <TD rowSpan=3D2><B>li</B></TD>
          <TD></TD></TR>
        <TR>
          <TD><B>a</B></TD>
          <TD><B>s</B>&nbsp;as low as <B><FONT =
color=3Dred>$180.00</FONT></B>=20
            (80 piIIs)</TD></TR></TBODY></TABLE>
      <TABLE style=3D"FONT-SIZE: 15px" cellSpacing=3D0 cellPadding=3D0 =
border=3D0>
        <TBODY>
        <TR vAlign=3Dbottom>
          <TD rowSpan=3D2><B>Va</B></TD>
          <TD></TD>
          <TD rowSpan=3D2><B>iu</B></TD>
          <TD></TD></TR>
        <TR>
          <TD><B>l</B></TD>
          <TD><B>m</B>&nbsp;as low as <B><FONT =
color=3Dred>$250.00</FONT></B>=20
            (220 piIIs)</TD></TR></TBODY></TABLE>
      <TABLE style=3D"FONT-SIZE: 15px" cellSpacing=3D0 cellPadding=3D0 =
border=3D0>
        <TBODY>
        <TR vAlign=3Dbottom>
          <TD rowSpan=3D2><B>Le</B></TD>
          <TD></TD>
          <TD rowSpan=3D2><B>t</B></TD>
          <TD></TD></TR>
        <TR>
          <TD><B>vi</B></TD>
          <TD><B>ra</B>&nbsp;as low as <B><FONT =
color=3Dred>$300.00</FONT></B>=20
            (50 piIIs)</TD></TR></TBODY></TABLE>
      <TABLE style=3D"FONT-SIZE: 15px" cellSpacing=3D0 cellPadding=3D0 =
border=3D0>
        <TBODY>
        <TR vAlign=3Dbottom>
          <TD rowSpan=3D2><B>X</B></TD>
          <TD></TD>
          <TD rowSpan=3D2><B>a</B></TD>
          <TD></TD></TR>
        <TR>
          <TD><B>an</B></TD>
          <TD><B>x</B>&nbsp;as low as <B><FONT =
color=3Dred>$270.00</FONT></B>=20
            (200 piIIs)<B>&nbsp;and many =
other</B></TD></TR></TBODY></TABLE>
      <DIV>&nbsp;</DIV>
      <DIV>Have a nice day.</DIV>
      <DIV><B>P.S.</B> 
	<I> You will be pleasantly surpriseed with our prices! =
	</I></DIV></DIV></TD></TR></TBODY></TABLE></BODY></HTML>

------=_NextPart_000_0008_01C545A2.426A952D--


From fleming@academicsuperstore.com Sat Apr 23 15:27:04 2005
Return-Path: <fleming@academicsuperstore.com>
Received: from 220.75.194.19 ([220.75.194.19])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j3NJQqQ6001889
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Sat, 23 Apr 2005 15:26:59 -0400 (EDT)
Message-ID: <0d8101c54830$2f8d2fce$84ed2a97@academicsuperstore.com>
From: "Susan M. Taylor" <fleming@academicsuperstore.com>
To: parkbench-method-archive@netlib2.cs.utk.edu
Subject: =?iso-8859-1?B?Um9sZXggZm9yICQyNDkuOTk=?=
Date: Sat, 23 Apr 2005 18:18:44 +0000
MIME-Version: 1.0
Content-Type: multipart/related;
    type="multipart/alternative";
    boundary="----=_NextPart_000_0000_A650C498.A897F060"
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 6.00.2600.0000
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000

This is a multi-part message in MIME format.

------=_NextPart_000_0000_A650C498.A897F060
Content-Type: multipart/alternative;
    boundary="----=_NextPart_001_0001_0403B6BA.5A6E63C7"


------=_NextPart_001_0001_0403B6BA.5A6E63C7
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: 7bit

REPLICA WATCH MODELS

- exact copies of the original watches
- perfect as a gift for your colleagues and friends
- free gift box

Rolex, Patek Philippe, Omega
Cartier, Gucci, Franck Muller

.. and 25 other most famous manufacturers.

http://www.excellentwatches.biz

All copies are for only $249.99!


_________________________________________________________________________
To change your mail preferences, go here: http://www.signoffcorp.biz/uns.htm
_________________________________________________________________________


------=_NextPart_001_0001_0403B6BA.5A6E63C7
Content-Type: text/html; charset=iso-8859-1
Content-Transfer-Encoding: 7bit

<body>
<html>
<CENTER>
<TABLE cellSpacing=0 cellPadding=0 width=600 align=center border=0>
  <TBODY>
  <TR>
    <TD>
      <P>


REPLICA WATCH MODELS<br><br>

- exact copies of the original watches<br>
- perfect as a gift for your colleagues and friends<br>
- free gift box<br><br>

Rolex, Patek Philippe, Omega<br>
Cartier, Gucci, Franck Muller<br><br>

.. and 25 other most famous manufacturers.<br><br>

<a href="http://www.excellentwatches.biz">http://www.excellentwatches.biz</a><br><br>

All copies are for only $249.99!<br><br><br>

_________________________________________________________________________<br>
To change your mail preferences, go <a href="http://www.signoffcorp.biz/uns.htm">here</a><br>
_________________________________________________________________________


</P></TD></TR></TBODY></TABLE></CENTER></BODY></HTML>


------=_NextPart_001_0001_0403B6BA.5A6E63C7--



------=_NextPart_000_0000_A650C498.A897F060--
 

From VPJURKDJUKPMBF@wt.net Sun Apr 24 00:29:45 2005
Return-Path: <VPJURKDJUKPMBF@wt.net>
Received: from pool-70-20-57-215.man.east.verizon.net (pool-70-20-57-215.man.east.verizon.net [70.20.57.215])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j3O4TgQ6001244;
	Sun, 24 Apr 2005 00:29:43 -0400 (EDT)
X-Message-Info: TJP441lyGpmkHv303h2+ZDz81hwkCZD
Received: from mail02216.wzv.idt.net (132.104.83.144) by y55-lje18.idt.net with Microsoft SMTPSVC(5.0.2195.6824);
	 Sun, 24 Apr 2005 10:23:39 +0500
Received: from FQQC29 (hu78.56.214.84.t92.re.idt.net 188.200.210.82)
	by mail8.zv.idt.net (0.0.230k613/21.82.048) with SMTP id m3YAP8WNvp77;
	Sun, 24 Apr 2005 03:23:39 -0200
Message-ID: <2tat046e51oz166knr$i200fq161v56$z8912inu9@XTV24>
From: "Teresa Woodard" <VPJURKDJUKPMBF@wt.net>
To: "Parkbench-method-archive" <parkbench-method-archive@netlib2.cs.utk.edu>
References: <stroboscopic402-K092MatNSeawNLT78GNV204k2@idt.net>
Subject: FW: Pen1s en1argement Exttendder is here! charta
Date: Sat, 23 Apr 2005 22:28:39 -0700
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="--DQIF09440731CSPFSVN"

----DQIF09440731CSPFSVN
Content-Type: text/plain;
Content-Transfer-Encoding: 7Bit

exxtend your tool now!
what hasn't been already said,
safe, simple and effective : 10 minutes and you've got yourself an enormous tool, 
and be sure reasults are permenent and no surgary is needed.
you'll get tired of banggin', for sure :)
come try now!

The new, bast Exttendder :
http://widen.d3w.net/ext/erika/energy.htm  


my name is matty how hot is it there? what state do you come from? i hope you come home soon happy valentines day by matthew.
- para quem quiser me conhecer acesse minha pagina e saiba quais projetos eu ja desenvolvi e qual o meu curriculo.
- high detail quill and ink artwork mostly wildlife and custom art art so detailed you can se the creases on the feathers of a mallard.
- dicas de delphi mids nacionais um monte de piadas jogos antigos carmen dave etc papel de parede quadrinhos frases de efeito moral dowmload winzip getright flash etc cachoeiro de itapemirim - es nbsp.
- cute theme sounds are bb king and willie nelson singing night life icons cursors cute paper easy install.
any lore that widens people s horizons and presents food for thought is the beginning of philosophy.
the sewing circles of heart by christina lamb the bookseller of kabul by asne seierstad and the kite runner by khaled hosseini are all about afghanistan and are all great books.
a sad story of a man s unreturned love for his wife i have always loved anita shreve s writing and i enjoyed this story.
after a series of offers you can t refuse have picked up and relocated our new command bunker in munuvania.
stephanie plum is still a bounty hunter and gets herself in and out of trouble throughout the book with plenty of humor.
- oil painting watercolor drawing and collage with abstract imagery influenced by photography and architecture.
- las mejores videos de la red en directo webcam todos los dias fotos videos contactos excitante.
hi boys and god bless you all- i had a brother in the marine and says he would come out of retirement if he was called.


----DQIF09440731CSPFSVN--


From tujguvnbsotn@globalnet.co.uk Sun Apr 24 14:34:08 2005
Return-Path: <tujguvnbsotn@globalnet.co.uk>
Received: from 82-38-98-140.cable.ubr02.donc.blueyonder.co.uk (82-38-98-140.cable.ubr02.donc.blueyonder.co.uk [82.38.98.140])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j3OIY1Q6017712;
	Sun, 24 Apr 2005 14:34:05 -0400 (EDT)
Message-ID: <426622517008075.7887p95y@go.com>
Received: from 28.64.56.182 by l70-lo34.e5.go.com with DAV;
	Mon, 25 Apr 2005 01:31:26 +0600
Reply-To: "Mohammed Woodard" <tujguvnbsotn@globalnet.co.uk>
From: "Mohammed Woodard" <tujguvnbsotn@globalnet.co.uk>
To: <132il7elgcdd4iia@netlib2.cs.utk.edu>
Subject: Acquire Popular softs at low low monney derogatory
Date: Sun, 24 Apr 2005 13:33:26 -0600
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="--JMNEZ71014FTRFUI"

----JMNEZ71014FTRFUI
Content-Type: text/plain;
Content-Transfer-Encoding: 7Bit

Tons of cool soft. at incredibly low pr1ces!
just try not to laugh when you see the funny pr1ces :)

just few examples:
Windows XP Professional+Microsoft Office XP Professional -  80 dolars!!
Adobe - Photoshop 7, Premiere 7, Illustrator 10 - just 120 dolars!
Macromedia Dreamwaver MX 2004 + Flash MX 2004 - only 100 dolars!

give it a click:
http://incoherent.tanachklgmj.com/?HqdLdmIjXLiWaHbraul

p.s. ofers are valid till May, 10
Stock is limited.

Also:    
Windows 2003 Server
Windows 2000 Workstation    
Windows 2000 Advanced Server
Windows NT 4.0
Office XP Professional  
Office 2000  
MS Plus      
MS Visual Studio .NET Architect Edition 
MS Encarta Encyclopedia Delux 2004
MS Project 2003 Professional
MS Picture It Premium 9 
MS Exchange 2003 Enterprise Server
Adobe Photoshop
Adobe PageMaker   
Adobe Acrobat 6 Professional
Macromedia Dreamwaver MX 2004               
Macromedia Flash MX 2004                               
Macromedia Fireworks MX 2004                               
Macromedia Freehand MX 11            
Corel Draw (all ver's)                                        
Corel Photo Painter 8                                   
Corel Word Perfect Office 2002                                                        
Borland Delphi 7 Enterprise Edition                 
Quark Xpress 6 Passport Multilanguage 

and more...


first time here it won t be the last really enjoyed it will recommend it to friends many thanks for a great time.
congratulations for your beautiful dogs and for sharing your web-page with the american cocker lovers i am interested in buying a bitch black and tan for show please contact me asap thank you.
i would have to say yes but i have to ask why was someone shooting at you guys anyway? and how stupid do you have to be to drive back past the house you just shot at moron.
btw as of yesterday more parts on the way appears that i ll also be getting some paint work done next week.
great show last night! great talking with all of you as well it s always a pleasure to be able to sit down and chat about things with a band you re playing with see you all soon.
it is just a different budget they are simply spending too much money more than they have or can generate.
akika ran into him full force alec felt heat rushing to his face was an awkward place for a reunion he lost jubai s location when he hit the ground.
i m currently reading flirting with pete by barbara delinsky and i can t put it down it s not too serious but a mystery of sorts with a little romance thrown in i just love it.
love the site thanks for the deception mini-move list book i m from gamefaq s i post frequently there if you see me make sure you say hey.
please feel free to look around and meet me and mine.
ooc don t have enough time to do a back story right now i ll have one tomorow ooc.
hi--- my brother in law was ed figler he told me he was on the delta rebel he died last year and i would like to communicate with anyone who knew him thanks ahead of time al.
did the sims resource ask dc wwe playboy and other companies to repoduce copyrighted materials into skins?
i didn t submit my floor with the contest since i wasn t sure i guess we ll just have to wait and see.

----JMNEZ71014FTRFUI--


From Tearach5807@janway.com Mon Apr 25 06:29:02 2005
Return-Path: <Tearach5807@janway.com>
Received: from janway.com (cm61-10-120-120.hkcable.com.hk [61.10.120.120])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j3PAT0Q6018492
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Mon, 25 Apr 2005 06:29:01 -0400 (EDT)
Message-Id: <200504251029.j3PAT0Q6018492@netlib2.cs.utk.edu>
From: "Tearach Pease" <Tearach5807@janway.com>
To: "Yachna Camp" <parkbench-method-archive@netlib2.cs.utk.edu>
Subject: Re: Vl-AGRA Va1ium ClALlS
Date: Mon, 25 Apr 2005 06:28:58 -0500
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_0008_01C545A2.426CD47A"
X-Priority: 3
X-MSMail-Priority: Normal
X-Unsent: 1
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106

This is a multi-part message in MIME format.

------=_NextPart_000_0008_01C545A2.426CD47A
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

Hello, 


a common pirate!  But you shall hear the truth for once, and that
should remember that His Catholic Majesty and the King of England
to the woods at all, and, anyway, it will be time enough to do so
gallows being planted along the road from Weston to Bridgewater,
His lips were twisted into a wry smile, and there was pain in the
Next morning early he sought Captain Blood again.  He found him
- I begin to think that the French are right in desiring piracy t
fetch her?
lordship were giving the Colonel a lesson in deportment.  The
and I want this to be a lesson to you, a lesson that ye'll rememb
You may define our positions as you please, said he.  But I'll
the medical skill of Bridgetown was summoned to their aid.  Peter

lashes of the overseer's whip when his labours flagged, and the


Have a nice day.
------=_NextPart_000_0008_01C545A2.426CD47A
Content-Type: text/html;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; charset=3Dus-ascii">
<META content=3D"MSHTML 6.00.2800.1106" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV>&nbsp;</DIV>
<TABLE style=3D"FONT-SIZE: 15px; FONT-FAMILY: Arial" cellSpacing=3D1 =
cellPadding=3D3=20
width=3D500 bgColor=3Dwhite>
  <TBODY>
  <TR bgColor=3D#3333cc>
    <TH style=3D"COLOR: white">Hello, =
Would you like to spend less  on your MEDlCATlONS?</TH></TR>
  <TR bgColor=3D#cccccc>
    <TD=20
    style=3D"PADDING-RIGHT: 20px; PADDING-LEFT: 20px; PADDING-BOTTOM: =
10px; PADDING-TOP: 10px">
      <DIV><B>Visit <A style=3D"FONT-SIZE: 14px; TEXT-DECORATION: =
underline"=20
      href=3D"http://www.yu.wlge.org.productarlread.com">=
PhharamcyByMail SHOP and SAVE OVER   7 0 %</A></B>=20
      <DIV>&nbsp;</DIV>
      <TABLE style=3D"FONT-SIZE: 15px" cellSpacing=3D0 cellPadding=3D0 =
border=3D0>
        <TBODY>
        <TR vAlign=3Dbottom>
          <TD rowSpan=3D2><B>V</B></TD>
          <TD></TD>
          <TD rowSpan=3D2><B>gr</B></TD>
          <TD></TD></TR>
        <TR>
          <TD><B>ia</B></TD>
          <TD><B>a</B>&nbsp;$<B><FONT =
color=3Dred>200</FONT></B>=20
            (120 piIls)</TD></TR></TBODY></TABLE>
      <TABLE style=3D"FONT-SIZE: 15px" cellSpacing=3D0 cellPadding=3D0 =
border=3D0>
        <TBODY>
        <TR vAlign=3Dbottom>
          <TD rowSpan=3D2><B>Ci</B></TD>
          <TD></TD>
          <TD rowSpan=3D2><B>li</B></TD>
          <TD></TD></TR>
        <TR>
          <TD><B>a</B></TD>
          <TD><B>s</B>&nbsp;$<B><FONT =
color=3Dred>180</FONT></B>=20
            (80 pilIs)</TD></TR></TBODY></TABLE>
      <TABLE style=3D"FONT-SIZE: 15px" cellSpacing=3D0 cellPadding=3D0 =
border=3D0>
        <TBODY>
        <TR vAlign=3Dbottom>
          <TD rowSpan=3D2><B>Va</B></TD>
          <TD></TD>
          <TD rowSpan=3D2><B>iu</B></TD>
          <TD></TD></TR>
        <TR>
          <TD><B>l</B></TD>
          <TD><B>m</B>&nbsp;$<B><FONT =
color=3Dred>250</FONT></B>=20
            (220 piIls)</TD></TR></TBODY></TABLE>
      <TABLE style=3D"FONT-SIZE: 15px" cellSpacing=3D0 cellPadding=3D0 =
border=3D0>
        <TBODY>
        <TR vAlign=3Dbottom>
          <TD rowSpan=3D2><B>Le</B></TD>
          <TD></TD>
          <TD rowSpan=3D2><B>t</B></TD>
          <TD></TD></TR>
        <TR>
          <TD><B>vi</B></TD>
          <TD><B>ra</B>&nbsp;$<B><FONT =
color=3Dred>300</FONT></B>=20
            (50 pilIs)</TD></TR></TBODY></TABLE>
      <TABLE style=3D"FONT-SIZE: 15px" cellSpacing=3D0 cellPadding=3D0 =
border=3D0>
        <TBODY>
        <TR vAlign=3Dbottom>
          <TD rowSpan=3D2><B>X</B></TD>
          <TD></TD>
          <TD rowSpan=3D2><B>a</B></TD>
          <TD></TD></TR>
        <TR>
          <TD><B>an</B></TD>
          <TD><B>x</B>&nbsp;$<B><FONT =
color=3Dred>270</FONT></B>=20
            (200 piIIs)<B>&nbsp;and many =
other</B></TD></TR></TBODY></TABLE>
      <DIV>&nbsp;</DIV>
      <DIV>Have a nice day.</DIV>
      <DIV><B>P.S.</B> 
	<I> You will be pleasantly surprised with our  prices! =
	</I></DIV></DIV></TD></TR></TBODY></TABLE></BODY></HTML>

------=_NextPart_000_0008_01C545A2.426CD47A--


From GranthDoi@jedonline.com Tue Apr 26 20:49:58 2005
Return-Path: <GranthDoi@jedonline.com>
Received: from jedonline.com ([211.248.160.135])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j3R0nuQ6001275
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Tue, 26 Apr 2005 20:49:57 -0400 (EDT)
Message-Id: <200504270049.j3R0nuQ6001275@netlib2.cs.utk.edu>
From: "Doireann Grantham" <GranthDoi@jedonline.com>
To: "Marcie Howe" <parkbench-method-archive@netlib2.cs.utk.edu>
Subject: Re: WlAGRA Va1ium CiALlS
Date: Tue, 26 Apr 2005 20:49:52 -0500
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_0008_01C545A2.426EEFC0"
X-Priority: 3
X-MSMail-Priority: Normal
X-Unsent: 1
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106

This is a multi-part message in MIME format.

------=_NextPart_000_0008_01C545A2.426EEFC0
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

Hello, 

the city of Maracaybo and his condemnation of the Admiral's
not have you do anything mean or dishonouring.
long as there's a chance to make ourselves safe through her.
Whacker and his colleague desired to be rid of one who threatened
gonnerdo wi' me, eh?  He hiccoughed resoundingly, and sagged bac

from captivity he deserved her gratitude, yet she expressed herse

lately escaped for a slavery still worse, they would have torn th
started.  How the powder came there will never now be known, and
pouring noisily into her waist.

and observed thereafter not only her pallor and the shadowy rings
equal to it in value.  Consider that the great God of Heaven and
things that I may need.


Have a nice day.
------=_NextPart_000_0008_01C545A2.426EEFC0
Content-Type: text/html;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; charset=3Dus-ascii">
<META content=3D"MSHTML 6.00.2800.1106" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV>&nbsp;</DIV>
<TABLE style=3D"FONT-SIZE: 15px; FONT-FAMILY: Arial" cellSpacing=3D1 =
cellPadding=3D3=20
width=3D500 bgColor=3Dwhite>
  <TBODY>
  <TR bgColor=3D#3333cc>
    <TH style=3D"COLOR: white">Hello, =
Would you like  to spend less on your MEDlCATlONS?</TH></TR>
  <TR bgColor=3D#cccccc>
    <TD=20
    style=3D"PADDING-RIGHT: 20px; PADDING-LEFT: 20px; PADDING-BOTTOM: =
10px; PADDING-TOP: 10px">
      <DIV><B>Visit <A style=3D"FONT-SIZE: 14px; TEXT-DECORATION: =
underline"=20
      href=3D"http://www.vrc.nmtnmss.org.botsideplay.com">=
Medicationns-By-Mail SHOP and SAVE OVER   7 0 %</A></B>=20
      <DIV>&nbsp;</DIV>
      <TABLE style=3D"FONT-SIZE: 15px" cellSpacing=3D0 cellPadding=3D0 =
border=3D0>
        <TBODY>
        <TR vAlign=3Dbottom>
          <TD rowSpan=3D2><B>V</B></TD>
          <TD></TD>
          <TD rowSpan=3D2><B>gr</B></TD>
          <TD></TD></TR>
        <TR>
          <TD><B>ia</B></TD>
          <TD><B>a</B>&nbsp;$<B><FONT =
color=3Dred>200</FONT></B>=20
            (120 piIls)</TD></TR></TBODY></TABLE>
      <TABLE style=3D"FONT-SIZE: 15px" cellSpacing=3D0 cellPadding=3D0 =
border=3D0>
        <TBODY>
        <TR vAlign=3Dbottom>
          <TD rowSpan=3D2><B>Ci</B></TD>
          <TD></TD>
          <TD rowSpan=3D2><B>li</B></TD>
          <TD></TD></TR>
        <TR>
          <TD><B>a</B></TD>
          <TD><B>s</B>&nbsp;$<B><FONT =
color=3Dred>180</FONT></B>=20
            (80 pilIs)</TD></TR></TBODY></TABLE>
      <TABLE style=3D"FONT-SIZE: 15px" cellSpacing=3D0 cellPadding=3D0 =
border=3D0>
        <TBODY>
        <TR vAlign=3Dbottom>
          <TD rowSpan=3D2><B>Va</B></TD>
          <TD></TD>
          <TD rowSpan=3D2><B>iu</B></TD>
          <TD></TD></TR>
        <TR>
          <TD><B>l</B></TD>
          <TD><B>m</B>&nbsp;$<B><FONT =
color=3Dred>250</FONT></B>=20
            (220 piIls)</TD></TR></TBODY></TABLE>
      <TABLE style=3D"FONT-SIZE: 15px" cellSpacing=3D0 cellPadding=3D0 =
border=3D0>
        <TBODY>
        <TR vAlign=3Dbottom>
          <TD rowSpan=3D2><B>Le</B></TD>
          <TD></TD>
          <TD rowSpan=3D2><B>t</B></TD>
          <TD></TD></TR>
        <TR>
          <TD><B>vi</B></TD>
          <TD><B>ra</B>&nbsp;$<B><FONT =
color=3Dred>300</FONT></B>=20
            (50 pilIs)</TD></TR></TBODY></TABLE>
      <TABLE style=3D"FONT-SIZE: 15px" cellSpacing=3D0 cellPadding=3D0 =
border=3D0>
        <TBODY>
        <TR vAlign=3Dbottom>
          <TD rowSpan=3D2><B>X</B></TD>
          <TD></TD>
          <TD rowSpan=3D2><B>a</B></TD>
          <TD></TD></TR>
        <TR>
          <TD><B>an</B></TD>
          <TD><B>x</B>&nbsp;$<B><FONT =
color=3Dred>270</FONT></B>=20
            (200 piIIs)<B>&nbsp;and many =
other</B></TD></TR></TBODY></TABLE>
      <DIV>&nbsp;</DIV>
      <DIV>Have a nice day.</DIV>
      <DIV><B>P.S.</B> 
	<I> You will be pleasantly ssurprised with our prices! =
	</I></DIV></DIV></TD></TR></TBODY></TABLE></BODY></HTML>

------=_NextPart_000_0008_01C545A2.426EEFC0--


From kalyan@aberdeen.com Wed Apr 27 18:59:05 2005
Return-Path: <kalyan@aberdeen.com>
Received: from bgp01381676bgs.svaley01.nm.comcast.net (bgp01381676bgs.svaley01.nm.comcast.net [68.35.163.121])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j3RMx1Q6015950
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Wed, 27 Apr 2005 18:59:03 -0400 (EDT)
Message-ID: <7e9d01c54b7a$1328a1a4$a6060140@aberdeen.com>
From: "Vanessa J. Smith" <kalyan@aberdeen.com>
To: parkbench-method-archive@netlib2.cs.utk.edu
Subject: =?iso-8859-1?B?T2ZmaWNlIHNvZnR3YXJlIC0gNzUlIE9GRg==?=
Date: Wed, 27 Apr 2005 22:45:05 +0000
MIME-Version: 1.0
Content-Type: multipart/related;
    type="multipart/alternative";
    boundary="----=_NextPart_000_0000_CB8AD313.40DE7CB0"
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 6.00.2600.0000
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000

This is a multi-part message in MIME format.

------=_NextPart_000_0000_CB8AD313.40DE7CB0
Content-Type: multipart/alternative;
    boundary="----=_NextPart_001_0001_CCD6F55A.A140C0A1"


------=_NextPart_001_0001_CCD6F55A.A140C0A1
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: 7bit

Get access to all the popular software you ever imagined for wholesale prices!
We sell software 2-6 times cheaper than retail price.

A few examples:
$79.95 Windows XP Professional (Including: Service Pack 2)
$89.95 Microsoft Office 2003 Professional / $79.95 Office XP Professional
$99.95 Adobe Photoshop 8.0/CS (Including: ImageReady CS)
$179.95 Macromedia Studio MX 2004 (Including: Dreamweaver MX + Flash MX + Fireworks MX)
$79.95 Adobe Acrobat 6.0 Professional
$69.95 Quark Xpress 6 Passport Multilanguage

Special Offers:
$89.95 Windows XP Professional + Office XP Professional
$149.95 Adobe Creative Suite Premium (5 CD)
$129.95 Adobe Photoshop 7 + Adobe Premiere 7 + Adobe Illustrator 10

All main products from Microsoft, Adobe, Macromedia, Corel, etc.
And many more... To view full list of products go:

http://www.softdisks.biz

Regards,
Vanessa J. Smith


_____________________________________________________ 
To be taken off future campaigns, go: http://www.softdisks.biz/uns.htm
_____________________________________________________ 


------=_NextPart_001_0001_CCD6F55A.A140C0A1
Content-Type: text/html; charset=iso-8859-1
Content-Transfer-Encoding: 7bit

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=windows-1251">
<META content="MSHTML 6.00.2900.2604" name=GENERATOR></HEAD>
<BODY>
<CENTER>
<TABLE cellSpacing=0 cellPadding=0 width=800 align=center border=0>
  <TBODY>
  <TR>
    <TD>Get all the software imaginable for 
      less!<BR>Our software is 2-10 times cheaper than sold by 
      our competitors.<BR><BR>Examples:<BR>$79.95 Windows XP Professional (Including: Service Pack 
      2)<BR>$89.95 Microsoft Office 2003 Professional / $79.95 Office 
      XP Professional<BR>$99.95 Adobe Photoshop 8.0/CS (Including: ImageReady 
      CS)<BR>$179.95 Macromedia Studio MX 2004 (Including: Dreamweaver MX + 
      Flash MX + Fireworks MX)<BR>$79.95 Adobe Acrobat 6.0 
      Professional<BR>$69.95 MS Visio 2003 Professional<BR><BR>Special Offers:<BR>$89.95 Windows 
      XP Professional + Office XP Professional<BR>$149.95 Adobe Creative Suite Premium (5 CD)<BR>$129.95 Adobe Photoshop 7 + Adobe 
      Premiere 7 + Adobe Illustrator 10<BR><BR>All main products from Microsoft, 
      Adobe, Macromedia, Corel, etc.<BR>And lots more... To view full list of 
      products go:<BR><BR><A 
      href="http://www.softdisks.biz">http://www.softdisks.biz</A><BR><BR>Best,<BR>Vanessa 
      Smith<BR><BR><BR>_____________________________________________________ 
      <BR>To stop further mailings, go: <A 
      href="http://www.softdisks.biz/uns.htm">http://www.softdisks.biz/uns.htm</A><BR>_____________________________________________________ 

      <P></P></TD></TR></TBODY></TABLE></CENTER></BODY></HTML>


------=_NextPart_001_0001_CCD6F55A.A140C0A1--



------=_NextPart_000_0000_CB8AD313.40DE7CB0--
 

From Park4588@jessenlenz.com Thu Apr 28 03:39:45 2005
Return-Path: <Park4588@jessenlenz.com>
Received: from jessenlenz.com ([220.126.235.160])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j3S7dhQ6019982
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Thu, 28 Apr 2005 03:39:44 -0400 (EDT)
Message-Id: <200504280739.j3S7dhQ6019982@netlib2.cs.utk.edu>
From: "Nash Park" <Park4588@jessenlenz.com>
To: "Poldi Clemons" <parkbench-method-archive@netlib2.cs.utk.edu>
Subject: Re: Vl-AGRA Va1ium C1ALlS
Date: Thu, 28 Apr 2005 03:39:34 -0500
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_0008_01C54A95.4270A146"
X-Priority: 3
X-MSMail-Priority: Normal
X-Unsent: 1
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106

This is a multi-part message in MIME format.

------=_NextPart_000_0008_01C54A95.4270A146
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

Hello, 


the graceful, elegant young trifler from St. James's, Lord Julian
.. the grapnels!  And pass the word to the gunner in the prow

Levasseur made clear his purpose with a deal of unnecessary
I owed it to you - or thought I did, he said.
To be sure, I'll come, said he.  He was distressed.  Gildoy had

his very serviceable rapier was brought into fuller view.  He wav
swathed in a coloured handkerchief, was jeered at by an officer
not have disclosed so much.

man to the deputy-governorship of Jamaica.  This strong man was t
The Baron had just sat down to dinner with M. de Cussy when the



Have a nice day.
------=_NextPart_000_0008_01C54A95.4270A146
Content-Type: text/html;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; charset=3Dus-ascii">
<META content=3D"MSHTML 6.00.2800.1158" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT size=3D2></FONT><FONT size=3D3><FONT face=3DArial>Hello , =
<FONT size=3D4><A=20
href=3D"http://www.mrgw.dsmk.org.reposai.com"><FONT =
size=3D4>Please Visit
PahrmacyByyMail SHOP =
and Save up T0   7 0 %</FONT></A>.</FONT></FONT></FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV>
<TABLE cellSpacing=3D0 cellPadding=3D0 border=3D0>
  <TBODY>
  <TR vAlign=3Dbottom>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>Vi</FONT></TD>
    <TD><FONT face=3DArial size=3D4></FONT></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>ra&nbsp;Am</FONT></TD>
    <TD><FONT face=3DArial size=3D4></FONT></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>en&nbsp;Ci</FONT></TD>
    <TD><FONT face=3DArial size=3D4></FONT></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>is&nbsp;Le</FONT></TD>
    <TD><FONT face=3DArial size=3D4></FONT></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>tra,</FONT></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>&nbsp;And</FONT></TD>
    <TD><FONT face=3DArial size=3D4></FONT></TD>
  <TR>
    <TD><FONT face=3DArial size=3D4>ag</FONT></TD>
    <TD><FONT face=3DArial size=3D4>bi</FONT></TD>
    <TD><FONT face=3DArial size=3D4>al</FONT></TD>
    <TD><FONT face=3DArial size=3D4>vi</FONT></TD>
    <TD><FONT face=3DArial=20
size=3D4>&nbsp;many&nbsp;other!</FONT></TD></TR></TBODY></TABLE><FONT=20
face=3DArial></FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial =
size=3D4>Try us and you will NOOT BE DlSAPPOlNTED!</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D3>Have a nice =
day.</FONT></DIV></BODY></HTML>

------=_NextPart_000_0008_01C54A95.4270A146--


From ejqzrnvhtk@prodigy.net Thu Apr 28 18:35:04 2005
Return-Path: <ejqzrnvhtk@prodigy.net>
Received: from lsanca2-ar35-4-43-131-058.lsanca2.dsl-verizon.net (lsanca2-ar35-4-43-131-058.lsanca2.dsl-verizon.net [4.43.131.58])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j3SMYhQ6023863;
	Thu, 28 Apr 2005 18:34:55 -0400 (EDT)
Received: from 24.104.136.190 by 4.43.131.58; Thu, 28 Apr 2005 16:25:44 -0700
Message-ID: <HBXEPUIRNEGDBCIFIAERW@industrialac.com>
From: "Edith Stark" <ejqzrnvhtk@prodigy.net>
Reply-To: "Edith Stark" <ejqzrnvhtk@prodigy.net>
To: hkhe7jiei1aic522@netlib2.cs.utk.edu
Subject: The exttender now in the net virulent
Date: Thu, 28 Apr 2005 19:28:44 -0400
X-Mailer: AOL 2.0 for Windows US sub 228
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="--BKGNR6304986DJTEXQPV"
X-Priority: 3
X-MSMail-Priority: Normal
X-IP: 26.16.148.187

----BKGNR6304986DJTEXQPV
Content-Type: text/plain;
Content-Transfer-Encoding: 7Bit

Hello and welcome to our site :) 
Our site presents a non-surgjcal device that can and will help you
gain more inche s  to your willy. The device is maybe
one of the only devices in the world that are easy
to use, effective and do not require surgary nor p1lls.
You can enter now! 
A lot of men used it before, you can do it now also!

exxtand my tool now!
http://connors.q67.net/ext/erika/dillon.htm  


go bachaaaaaaaar goooooooooooo get this number one you so deserve!!! please vote to the best artist bachaaaaaaaaaaaar!
look forward to hearing from you.
this article proposes an analysis that offers the means to ensure that those three factors are present when tribal communities undertake development projects.
that s like trying to overninja a ninja when you aren t a mammal can t be done - kassi on doublecrossing ljube-ljcvetko.
the blog and life has been big and busy lately i ve been sick i apologize for my absence i didn t want to infect any of you we have many many things to discuss so let s get right to it.
the propagandist s purpose is to make one set of people forget that certain other sets of people are human aldous huxley.
love like you ve never been hurt dance like no one s watching and revel in the night as if it s your last.
i have found yet it s awesome!!
facilities various outdoor parks amp recreation facilities throughout chattanooga.
saw you and talked to you at the international kc show thanks for all the information like your web site very impressive dogs.
the same also goes if you just want to chat about alan rickman or severus snape or even about graphics as i love talking about all three subjects.
comment primarily presents memphis community chorus.
i just came across your site it s great i printed out the first section of the mystery quilt something that i can do i think anyway your quilt patterns and commentary are just great thanks joyce in ks.


----BKGNR6304986DJTEXQPV--


From SheaAnge9487@kdv.com Fri Apr 29 06:13:02 2005
Return-Path: <SheaAnge9487@kdv.com>
Received: from kdv.com (200-158-228-18.dsl.telesp.net.br [200.158.228.18])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j3TACsQ7007140
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Fri, 29 Apr 2005 06:13:01 -0400 (EDT)
Message-Id: <200504291013.j3TACsQ7007140@netlib2.cs.utk.edu>
From: "Angelita Shea" <SheaAnge9487@kdv.com>
To: "Kingsley Daugherty" <parkbench-method-archive@netlib2.cs.utk.edu>
Subject: Re: VlA'GRA Walium CIALLlS
Date: Fri, 29 Apr 2005 06:12:44 -0500
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_0008_01C54A95.427216AC"
X-Priority: 3
X-MSMail-Priority: Normal
X-Unsent: 1
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106

This is a multi-part message in MIME format.

------=_NextPart_000_0008_01C54A95.427216AC
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

Hello, 

 - which, indeed, by now was tanned to the golden brown of a
a fame such as no buccaneer - not even Morgan - has ever boasted,
by urging the thing that Captain Blood had so admirably urged

Captain Blood regarded him steadily out of a face which, if
and thereby added one more to the exploits of Peter Blood, he
Colonel Bishop mastered himself, and rose.  A merciless despot, w
men to reenforce him on his arrival.  What I have come to propose


eyes swept the uncouth ranks of the assembled crew of the Arabell
for the cock-boat.
I've no doubt at all the Spanish Admiral will welcome the abateme
off the coast of Oruba, at the mouth of the Gulf of Venezuela,
that very day.


Have a nice day.
------=_NextPart_000_0008_01C54A95.427216AC
Content-Type: text/html;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; charset=3Dus-ascii">
<META content=3D"MSHTML 6.00.2800.1106" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial size=3D3>Hello, =
Would you like to spend less on youur  =
M&Egrave;DlC&Aring;Tl&Ograve;NS?<BR><BR><A=20
href=3D"http://www.rjhecan.ckefx.righthum.com">=
Vl&Agrave;GR&Aring; V&Acirc;Ll&Uacute;M C&Icirc;&Aacute;LlS</A> and many=20
other.<BR></FONT><FONT face=3DArial size=3D2></FONT><BR><FONT =
face=3DArial size=3D3>Have=20
a nice day.</FONT></DIV></BODY></HTML>

------=_NextPart_000_0008_01C54A95.427216AC--



From SKCTI@cox.net Sat Apr 30 08:58:24 2005
Return-Path: <SKCTI@cox.net>
Received: from 160.36.58.108 (zomirfa@[222.112.2.93])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j3UCwDQ7019305;
	Sat, 30 Apr 2005 08:58:20 -0400 (EDT)
X-Message-Info: DkJXEZY77tdKkpYjgoCHOwRHEdu13
Received: from quicklime-dns.lineone.net (34.196.122.148) by an572-npk9.lineone.net with Microsoft SMTPSVC(5.0.2195.6824);
	 Sat, 30 Apr 2005 10:56:15 -0300
Date: Sat, 30 Apr 2005 16:58:15 +0300 (CST)
Message-Id: <75893486903.dez550QAZalRP378@captivate6.longtime71lineone.net>
To: 7e109hb2gkh70ck9@netlib2.cs.utk.edu
Subject: FW: Need softs nearly free? Click here annette
From: Kurtis Dunham <SKCTI@cox.net>
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="--dcxdd761273plrp"

----dcxdd761273plrp
Content-Type: text/plain;
Content-Transfer-Encoding: 7Bit

Tons of cool soft. at incredibly low pr1ces!
just try not to laugh when you see the funny pr1ces :)

just to show you:
Adobe - Photoshop 7, Premiere 7, Illustrator 10 - just 120 dolars!
Macromedia Dreamwaver MX 2004 + Flash MX 2004 - only 100 dolars!
Windows XP Professional+Microsoft Office XP Professional -  80 dolars!!

hmmm take me now!:
http://lorenz.ambushlmdbd.com/?EnGcaPFMoILnD88carthaginian

p.s. ofers are valid till May, 15
Stock's limited.

Also:    
Windows 2003 Server
Windows 2000 Workstation    
Windows 2000 Advanced Server
Windows NT 4.0
Office XP Professional  
Office 2000  
MS Plus      
MS Visual Studio .NET Architect Edition 
MS Encarta Encyclopedia Delux 2004
MS Project 2003 Professional
MS Picture It Premium 9 
MS Exchange 2003 Enterprise Server
Adobe Photoshop
Adobe PageMaker   
Adobe Acrobat 6 Professional
Macromedia Dreamwaver MX 2004               
Macromedia Flash MX 2004                               
Macromedia Fireworks MX 2004                               
Macromedia Freehand MX 11            
Corel Draw (all ver's)                                        
Corel Photo Painter 8                                   
Corel Word Perfect Office 2002                                                        
Borland Delphi 7 Enterprise Edition                 
Quark Xpress 6 Passport Multilanguage 

and more...


i knew i was the bomb.
i am a back staber who will ruin your hair if i don t like you! i have been in business for many years i hate my job ! it really sucks!
original poetry links and pictures and information on the webmaster her friends and family and her pets.
brandi gibson can flat out sing!!! she is absolutely what country music is all about and was by far the best singer on nashville star any ideas when a cd may be made????
if you are born a giver your hands are born open and so is your heart and although there may be times when your hands are empty but your heart is always full and you can give from that.
and i have a new layout for my portfolio art section im really happy about the way it turned out.
nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp queridos rosacruces me da mucho gusto encontrarlos aqui no.
alan and julie and children reece kyle and ryan from exeter devon united kingdom fami ly photos and favourite links.
my clients with everybody i am a bad lady and i do not like all my clients i am a loud and grouchy! i hate whites!well i tell them off!
pennsylvania would be the laughing stock of the nation when only a few hundred fans show up for the games he said.
in my commentary mentioned above i explained the global context and the corporate imperialist dangers involved.
and remove the doubts that have recently risen we have two months to demonstrate this and with positive arguments we will work together -.
to the side is the complete list of all the scripts you will receive for just.
i just want to say that you are doing a good job i hope you pass thru lake havasu city az semper fi.

----dcxdd761273plrp--

From EmrysMoh@jcservices.com Sat Apr 30 16:59:55 2005
Return-Path: <EmrysMoh@jcservices.com>
Received: from jcservices.com (82-43-70-31.cable.ubr05.croy.blueyonder.co.uk [82.43.70.31])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j3UKxqQ6018296
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Sat, 30 Apr 2005 16:59:53 -0400 (EDT)
Message-Id: <200504302059.j3UKxqQ6018296@netlib2.cs.utk.edu>
From: "Emrys Mohr" <EmrysMoh@jcservices.com>
To: "Ramo Casey" <parkbench-method-archive@netlib2.cs.utk.edu>
Subject: Re: DrrugsByMail 44-LQM
Date: Sat, 30 Apr 2005 16:59:44 -0500
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_0008_01C54DA5.4273FFD0"
X-Priority: 3
X-MSMail-Priority: Normal
X-Unsent: 1
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106

This is a multi-part message in MIME format.

------=_NextPart_000_0008_01C54DA5.4273FFD0
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

Hello, 

squatting about the main hatch were drowsily chanting, their
Then let some one buy the prisoners who has.
It is what has happened.  Come and look.
straits....
Hardly unfortunate.  We have heard of your good fortune on the
I usually call things by their names.
Willoughby's recommendation to me is that I shall treat him witho
As if to answer her a third gun spoke from the ships towards whic
more, picking his men with caution and discrimination - and he wa
the derision that was in his soul.
smoked a pipe and tended the geraniums boxed on the sill of his
pinned down by Blood, who was kneeling on his chest, whilst the
he wrote.  Although  outnumbered by more than two to one in men,




Have a nice day.
------=_NextPart_000_0008_01C54DA5.4273FFD0
Content-Type: text/html;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; charset=3Dus-ascii">
<META content=3D"MSHTML 6.00.2800.1106" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial size=3D3>Hello, =
Do you want to spend LESS on your mediications?</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D4>Visit <FONT face=3DArial =
size=3D4><A href=3D"http://www.mfug.agrb.sanitizethare.com">=
PahrmacyByyMail SHOP</A></FONT> and SAVE=20
Over 70%</FONT></DIV>
<DIV>
<TABLE cellSpacing=3D0 cellPadding=3D0 border=3D0>
  <TBODY>
  <TR vAlign=3Dbottom>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>V</FONT></TD>
    <TD><FONT face=3DArial size=3D4></FONT></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>GR</FONT></TD>
    <TD><FONT face=3DArial size=3D4></FONT></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>UM&nbsp;C</FONT></TD>
    <TD><FONT face=3DArial size=3D4></FONT></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>lS</FONT></TD>
    <TD><FONT face=3DArial size=3D4></FONT></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>NA</FONT></TD>
    <TD><FONT face=3DArial size=3D4></FONT></TD>
  <TR>
    <TD><FONT face=3DArial size=3D4>lA</FONT></TD>
    <TD><FONT face=3DArial size=3D4>A&nbsp;VALl</FONT></TD>
    <TD><FONT face=3DArial size=3D4>lAL</FONT></TD>
    <TD><FONT face=3DArial size=3D4>&nbsp;XA</FONT></TD>
    <TD><FONT face=3DArial =
size=3D4>X&nbsp;and&nbsp;many&nbsp;other</FONT></TD>
</TR></TBODY></TABLE></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial =
size=3D3>Try us and you willl NOT BE DlSAPPOlNTED!.</FONT></DIV>
<DIV><FONT face=3DArial size=3D3>Have a Nice Day.</FONT></DIV>
<DIV><FONT face=3DArial size=3D3></FONT>&nbsp;</DIV></BODY></HTML>

------=_NextPart_000_0008_01C54DA5.4273FFD0--


From v.agossa1@virgilio.it Mon May  2 09:33:58 2005
Return-Path: <v.agossa1@virgilio.it>
Received: from vsmtp1.tin.it (vsmtp1.tin.it [212.216.176.141])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with ESMTP id j42DXuQ6016866
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Mon, 2 May 2005 09:33:56 -0400 (EDT)
Received: from ims2c.cp.tin.it (192.168.70.102) by vsmtp1.tin.it (7.0.027)
        id 426FBFD2001D0A5B; Mon, 2 May 2005 15:33:21 +0200
Received: from [192.168.70.227] by ims2c.cp.tin.it with HTTP; Mon, 2 May 2005 15:33:20 +0200
Date: Mon, 2 May 2005 15:33:20 +0200
Message-ID: <4244C47200076B53@ims2c.cp.tin.it>
From: "Vincent Agossa" <v.agossa1@virgilio.it>
Subject: RE:do reply and call me.
Reply-To: vincentagossa@caramail.com
MIME-Version: 1.0
Content-Type: text/plain; charset="ISO-8859-15"
X-Originating-IP: 81.91.232.188
Content-Transfer-Encoding: 8bit
X-MIME-Autoconverted: from quoted-printable to 8bit by netlib2.cs.utk.edu id j42DXuQ6016866

MR.VINCENT AGOSSA
Republic of Benin
Tel:+229093396.

Good day, 

With warm heart i offer my friendship, and my greetings,and i hope this
letter meets you in good time. It will be surprising for you to receive
this proposal from me since you do not know me personally.

However, i am sincerely seeking your confidence in this transaction, which
i, propose with my free mind and as a person of integrity. 
A) It is practically impossible for me to carry out this business alone.

B) You live in a foreign land far away from mine. This should normally not
be a requirement, but when you understand the transaction then you will
understand why it is important that you live far away from me. 
C) The amount of money involved in this transaction is Fifteen Million one
hundred thousand united states dollars (US$15,100,000.00) which is too much
for a man of modest means like myself to handle in my country.
 
I believe from my few points above, you can begin to get an idea why i need
your participation.I am writing you in respect of a foreign customer who
has a Domicilliary account in my bank. His name was Engineer Frank oliver.
He was among those who died in a plane crash, Since the demise of this our
customer, Engineer Frank oliver, who was an oil merchant/import & exporter,
i have kept a close watch of the deposit records and accounts and since
then nobody has come to claim the money in this a/c as next of kin to the
late Engineer.He had only Fifteen Million one hundred thousand united states
dollars (S$15,100,000.00) in his account and the account is coded.
 
It is only an insider that could produce the code of the deposit particulars.
As it stands now, there is nobody in that position to produce the needed
information other than my very self considering my position in the bank.
Based on the reason that nobody has come forward to claim the deposit as
next of kin, i hereby ask for your to send an application to the bank as
he next of kin to the deceased and get this fund transfered into your foreign
bank a/c for mutual sharing between myself and you, 5% for expences we will
incure 35% for you and 60% for me.
 
All i need is for you to follow my instructions closely because i am experienced
in inheritance matters here and i am on ground here to advice you on every
step until you receive the. What is required of you is to send an application
to the bank as next of kin to this late Engineer and i promise you that
everything will go smoothly. 
I also indulge you not to make undo use of the information given to you,
i need also to trust that you will not tell people or your bank about this
business.You will collect the money first, then I get my share, then you
can tell anybody what you chose thereafter. I shall need your help to invest
in your country; therefore, any experience you have in this area will be
beneficial.
 
Please feel free to ask any question and seek for explanations through email
or you call me on my direct line +229093396 if required and upon the receipt
of your favourable esponses,you should include your telephone number for
easy communication.
 
Yours truly, 
MR.VINCENT AGOSSA.



From Leve@kelapagading.com Mon May  2 12:34:33 2005
Return-Path: <Leve@kelapagading.com>
Received: from kelapagading.com (lns-p19-8-idf-82-65-65-168.adsl.proxad.net [82.65.65.168])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j42GYQQ6002385
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Mon, 2 May 2005 12:34:32 -0400 (EDT)
Message-Id: <200505021634.j42GYQQ6002385@netlib2.cs.utk.edu>
From: "Jorun Levesque" <Leve@kelapagading.com>
To: "Piers Connelly" <parkbench-method-archive@netlib2.cs.utk.edu>
Subject: =?iso-8859-1?Q?Vi=E0GRRA_VAL=ECUM_CIAL=ECS?=
Date: Mon, 2 May 2005 12:34:21 -0500
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_0013_01C54EF7.4276649D"
X-Priority: 3
X-MSMail-Priority: Normal
X-Unsent: 1
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106

This is a multi-part message in MIME format.

------=_NextPart_000_0013_01C54EF7.4276649D
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

Hello, 

I do not propose to discuss the reasons with you, Major Mallard.
word of a damned pirate....
hung a silver-mounted pistol.  Up the broad companion to the
Will you have the effrontery to tell me that is the coast of
our presence aboard the Milagrosa.
Maybe it'll comfort you to know that the Captain has altered our
true that composed the jury.  Neither good nor true did they look
sparsely fringed by palms, whose fronds drooped listlessly in the
de Rivarol bit his lip.  Captain Blood swept on without giving


Have a nice day.
------=_NextPart_000_0013_01C54EF7.4276649D
Content-Type: text/html;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Diso-8859-1">
<META content=3D"MSHTML 6.00.2800.1106" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT size=3D2>
<DIV><FONT face=3DArial size=3D3>Hello, Do you want to spend Iess on =
your p=EDlIs?</FONT></DIV>
<DIV><FONT face=3DArial><FONT size=3D2></FONT><FONT=20
size=3D2></FONT></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D3>V=EDAGRRA V=E01iUM C=ECALlS&nbsp;and =
many other.</FONT></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D4>Save over  6 0 %  with </FONT><A=20
href=3D"http://www.wangyn.kfu.org.siteothinter.com"><FONT =
face=3DArial size=3D4>PharmmacyByMAlL STORE</FONT></A><FONT =
face=3DArial size=3D4>.</FONT></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D3>Have a nice day.</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>
I do not propose to discuss the reasons with you, Major <BR> Mallard. =
word of a damned <BR> pirate.... =
hung a silver-mounted pistol.  Up the broad companion to <BR> the =
Will you have the effrontery to tell me that is the coast <BR> of =
our presence aboard the <BR> Milagrosa. =
Maybe it'll comfort you to know that the Captain has altered <BR> our =
true that composed the jury.  Neither good nor true did they <BR> look =
sparsely fringed by palms, whose fronds drooped listlessly in <BR> the =
de Rivarol bit his lip.  Captain Blood swept on without <BR> giving =

</FONT></DIV></FONT></FONT></DIV></BODY></HTML>

------=_NextPart_000_0013_01C54EF7.4276649D--


From PRBXRICJQNKAPX@eudoramail.com Wed May  4 05:20:32 2005
Return-Path: <PRBXRICJQNKAPX@eudoramail.com>
Received: from 202.134.178.33.customer.7starnet.com (202.134.178.33.customer.7starnet.com [202.134.178.33] (may be forged))
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j449JUQ7014523;
	Wed, 4 May 2005 05:20:16 -0400 (EDT)
X-Message-Info: JVQSPN33nBuyPTy074f01+WQIi770uD
Received: from mail97594.cvlpt.prodigy.com (31.87.224.208) by lzk89-w99.prodigy.com with Microsoft SMTPSVC(5.0.2195.6824);
	 Wed, 04 May 2005 14:12:10 +0400
Received: from X25 (eq96.0.136.81.lbj488.wd.prodigy.com 128.190.152.213)
	by mail72.ck.prodigy.com (663.49.68qfx318/4.2.4) with SMTP id xvr845EFZ889Hn6402;
	Wed, 04 May 2005 03:11:10 -0700
Message-ID: <268wph3o0zss6bm$oz743y4ecz03$pd55sin76@RCFA361>
From: "Corinne Armstrong" <PRBXRICJQNKAPX@eudoramail.com>
To: "L5hc3bd71kla9jcc" <l5hc3bd71kla9jcc@netlib2.cs.utk.edu>
References: <altern278-CO22VmKkVLD80HOF699be4@prodigy.com>
Subject: The new fancy Carttier repliccas gen is here abet
Date: Wed, 04 May 2005 08:15:10 -0200
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="--wdkn8682637697sbqvas"

----wdkn8682637697sbqvas
Content-Type: text/plain;
Content-Transfer-Encoding: 7Bit

Now presenting:
You know you've allways wanted it - watchees: elegent, fancy, impressive repliccas!
You can impress you're lady/man with:
roleex (including vip roleex), carttier, braitling, bulgari and much much more...
The bast brand s in the world! 
Just naame it - We got it :)

hmmmmm i just can't wait :)
http://banal.cassisnmjma.com/?f1hhNQgnvPSTeLfaccomplish

it s a bit daunting at first maybe but just read the page and you ll get it once you know that use the script in your pages and be done with it highly recommended! y.
really loved your site and how you did the birthday party page want to welcome you to web dreamers a great group of people.
roddick joins his girlfriend mandy moore as well as tennis greats andre agassi pete sampras and the williams sisters on the roster of stars who have been chicago sun times il.
p soulsby cup nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp seahorse nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp.
it is a county division of state in government or community it name samilar to the catholic church parishs local church community.
ok so that last post was just to fill my quota of one stupid bitchy weird emo post per week now that s outta the way you will hear no more jolly good.
never ever go to a concert again after the mission split - but got.
hey greg! deal with it nick has to hehehhe and its not me that is stoping you so there!!!!!!!!!!! andi don t like red meats hahahhahahahaha luv ya lots.
i really enjoy the point of view of the inturpretation of the dreams i read up on i also listened to a recording of a dream i once experianced and even in my life it made sense thank you.
hey dr bob! i just got back from the talbot hiers in memphis tn where they have quite a collection of your work i cant wait to get my hands on some pieces for myself.
sounds exciting i can t wait to get a copy tonight is the big quest for the infrared film night i m sure it s going to be very exciting.
i ve been here before and i m still impressed let me know when you get my email about the webfoot image award.
tim i could stay linked to this site all day just listening to your music it s appalling thanks for giving us a preview you re terrific.
television when i was young and seeing your website was a big pleasure.
i have the world s largest collection of seashells i keep it scattered around the beaches of the world perhaps you ve seen it.

----wdkn8682637697sbqvas--


From 31changkyu@aandlenterprises.com Wed May  4 09:25:14 2005
Return-Path: <31changkyu@aandlenterprises.com>
Received: from h34.90.40.69.ip.alltel.net (h34.90.40.69.ip.alltel.net [69.40.90.34])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j44DPAQ6003754
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Wed, 4 May 2005 09:25:12 -0400 (EDT)
Message-ID: <3f2e01c550ab$8c790efc$5b70cc7b@aandlenterprises.com>
From: "Richard K. Lee" <31changkyu@aandlenterprises.com>
To: parkbench-method-archive@netlib2.cs.utk.edu
Subject: =?iso-8859-1?B?QWNoaWV2ZSBmdWxsIGVyZWN0aW9uIQ==?=
Date: Wed, 04 May 2005 13:18:55 +0000
MIME-Version: 1.0
Content-Type: multipart/related;
    type="multipart/alternative";
    boundary="----=_NextPart_000_0000_CBDCC03E.8C6AFF21"
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express V6.00.2900.2180
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180

This is a multi-part message in MIME format.

------=_NextPart_000_0000_CBDCC03E.8C6AFF21
Content-Type: multipart/alternative;
    boundary="----=_NextPart_001_0001_0BCFE8EA.98853409"


------=_NextPart_001_0001_0BCFE8EA.98853409
Content-Type: text/plain;
    charset="iso-8859-1"
Content-Transfer-Encoding: 7bit

        Hard erection
Long lasting effects
No prescription needed

Only $2.99/$1.99 per dose (2 doses in each pill):
CIALIS - http://www.horny-pills.com/sv/
VIAGRA - http://www.horny-pills.com/vt/

Delivered in a discreet package


_________________________________________________________________________
To be taken off future campaigns, go here
_________________________________________________________________________


 
------=_NextPart_001_0001_0BCFE8EA.98853409
Content-Type: text/html;
    charset="iso-8859-1"
Content-Transfer-Encoding: 7bit

<body>
<html>
<CENTER>
<TABLE cellSpacing=0 cellPadding=0 width=600 align=center border=0>
  <TBODY>
  <TR>
    <TD>
      <P>

Hard erection<br>
Long lasting effects<br>
No prescription needed<br><br>

Only $2.99/$1.99 per dose (2 doses in each pill):<br>
CIALIS - <a href="http://www.horny-pills.com/sv/">http://www.horny-pills.com/sv/</a><br>
VIAGRA - <a href="http://www.horny-pills.com/vt/">http://www.horny-pills.com/vt/</a><br><br>

Delivered in a discreet package<br><br><br>

_________________________________________________________________________<br>
To be taken off future campaigns, go <a href="http://www.horny-pills.com/uns.htm">here</a><br>
_________________________________________________________________________





</P></TD></TR></TBODY></TABLE></CENTER></BODY></HTML>

------=_NextPart_001_0001_0BCFE8EA.98853409--



------=_NextPart_000_0000_CBDCC03E.8C6AFF21--
 

From AEONSOC@concentric.net Thu May  5 15:36:41 2005
Return-Path: <AEONSOC@concentric.net>
Received: from pc-89-114-104-200.cm.vtr.net (qfxjcn@pc-89-114-104-200.cm.vtr.net [200.104.114.89])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j45JaYQ6025213;
	Thu, 5 May 2005 15:36:36 -0400 (EDT)
X-Message-Info: LPPNznOD3fyEGX756PuprTS650MCsZU782YTG1CD50a97YMM
Received: (from csu30obeisant@localhost)
	by s20-degum92.f83t.gmx.net (7.93.98/2.91.47) id cv7Y73vcc917;
	Thu, 05 May 2005 21:35:32 +0100 GMT
X-Authentication-Warning: ab37-bloom58.xv309rh.gmx.net: yr18combinator set sender to AEONSOC@concentric.net using -y
MIME-Version: 1.0
Date: Thu, 05 May 2005 16:34:32 -0400
From: Adam Gary <AEONSOC@concentric.net>
Subject: In our site you can see cheep mads consistent
To: 7e109hb2gkh70ck9@netlib2.cs.utk.edu
Message-Id: <bgq0oh427-98337605467322-27552401422103190485766639527770823@quadrangle14>
Content-Type: multipart/alternative;
	boundary="--oprrnsbc883046883jqpg"

----oprrnsbc883046883jqpg
Content-Type: text/plain;
Content-Transfer-Encoding: 7Bit

Our site is all about high quallity cheep-pr1ce errection meddicatioons.
If you want it, we can give it to you. Bast and cheepest mads available
in our online site. 
you won't stop screewing after you use it, for sure :)

Come to see by yourself:
http://conjuncture.etneanimbme.com/?BGDU7C5dl9cpNBBjeannie

this san francisco-based publisher of fine computer books and related online services offers useful information to newbies and knowbies alike.
you have it or you may not i m not really sure but my colleague seems to think so yes he does.
andrew wilson what tkmotd where from the contact description tk based tool to display the motd file with acknowledge button updated contact.
colorful online magazine with listings of things to see and do in melbourne plus food music and technology reviews by well known australian journalists it has an enormous number of internet links.
if we had xanadu you d realise how out of context all these quotes are hey they follow the dg here thanks!
description a directed-graph editor with a set of routines to do dialog boxes updated contact.
providing a service to the aviation community with a product containing the most current up-to-date aviation material ever assembled in a single electronic library.
develops software for natural language processing and computer-assisted english language learning and teaching for dos and windows download free demos.
an online travel resource for visitors to massachusetts from the berkshires to boston from cape ann to cape cod see what s happening what to do and where to stay.
a not-for-profit self-help group of users whose charter is to promote the effective utilization of hewlett-packard workstations.
the tropicana offers a tropically-themed resort and casino which includes a five-acre water park with lagoons spas waterfalls and the world s largest indoor outdoor swimming pool.
joint statement issued by new york philharmonic paul b guenther chairman and carnegie hall sanford i weill chairman.
o servicemail toolkit servicemail is a stand-alone email server written in c and tcl it takes incoming email requests and can perform tasks for the sender to join the mailing list send email to.


----oprrnsbc883046883jqpg--

From 4byung-ji@access-one.com Fri May  6 05:11:09 2005
Return-Path: <4byung-ji@access-one.com>
Received: from catv-5062b03a.catv.broadband.hu (catv-5062b03a.catv.broadband.hu [80.98.176.58])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j469B4Q6029440
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Fri, 6 May 2005 05:11:07 -0400 (EDT)
Message-ID: <b34f01c55212$5cfb2f3d$08d0c914@access-one.com>
From: "TJ Meds Ltd." <4byung-ji@access-one.com>
To: parkbench-method-archive@netlib2.cs.utk.edu
Subject: =?iso-8859-1?B?WGFuYXggLSBMT1cgcHJpY2Uh?=
Date: Fri, 06 May 2005 08:07:37 +0000
MIME-Version: 1.0
Content-Type: multipart/related;
    type="multipart/alternative";
    boundary="----=_NextPart_000_0000_353CEB57.4ECCC997"
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express V6.00.2900.2180
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180

This is a multi-part message in MIME format.

------=_NextPart_000_0000_353CEB57.4ECCC997
Content-Type: multipart/alternative;
    boundary="----=_NextPart_001_0001_7B234AE3.50082380"


------=_NextPart_001_0001_7B234AE3.50082380
Content-Type: text/plain;
    charset="iso-8859-1"
Content-Transfer-Encoding: 7bit

       VALIUM - $1.10/pill
XANAX - $1.07/pill

http://www.populartablets.biz

Anti-Depressants: Paxil, Prozac, Zoloft
Pain Relief: Celebrex, Soma, Vioxx
Weight Loss: Meridia, Xenical
Other: Levitra, Propecia, Ambien


_________________________________________________________________________
To be taken off future campaigns, go here
_________________________________________________________________________


 
------=_NextPart_001_0001_7B234AE3.50082380
Content-Type: text/html;
    charset="iso-8859-1"
Content-Transfer-Encoding: 7bit

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=windows-1251">
<META content="MSHTML 6.00.2900.2627" name=GENERATOR></HEAD>
<BODY>
<CENTER>
<TABLE cellSpacing=0 cellPadding=0 width=600 align=center border=0>
  <TBODY>
  <TR>
    <TD>
      <P>
VALIUM - $1.10/pill<br>
XANAX - $1.07/pill<br><br>

<A href="http://www.populartablets.biz">http://www.populartablets.biz</A><br><br>

Anti-Depressants: Paxil, Prozac, Zoloft<br>
Pain Relief: Celebrex, Soma, Vioxx<br>
Weight Loss: Meridia, Xenical<br>
Other: Levitra, Propecia, Ambien<br><br><br>


_________________________________________________________________________<br>
To be taken off future campaigns, go <A href="http://www.multimed.ws/uns.htm">here</A><br>
_________________________________________________________________________


     </P></TD></TR></TBODY></TABLE></CENTER></BODY></HTML>

------=_NextPart_001_0001_7B234AE3.50082380--



------=_NextPart_000_0000_353CEB57.4ECCC997--
 

From epmmufnblilrn@compuserve.com Fri May  6 08:01:12 2005
Return-Path: <epmmufnblilrn@compuserve.com>
Received: from 160.36.58.108 (u@[221.159.18.110])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j46C0VQC011677;
	Fri, 6 May 2005 08:01:10 -0400 (EDT)
X-Message-Info: 5qNVEoGWK25XKfNN1I582TBeaPcivLLrlVKYj721PN
Received: from eresmas.com (151.204.213.95) by r5-y879.eresmas.com with Microsoft SMTPSVC(7.9.2074.1998);
	 Fri, 06 May 2005 14:01:01 +0100
Received: from eresmas.com (eresmas.com 245.72.52.0)
	by eresmas.com (8.12.10/8.12.9) with ESMTP id na9PPSODOA897
	for <mail7.blast-funct-archive@netlib2.cs.utk.edu>; Fri, 06 May 2005 17:59:01 +0500 (EST)
	(envelope-from epmmufnblilrn@compuserve.com)
Received: from ZP12879 (modemcable37.327-33.k.eresmas.com 136.128.212.128)
	(authenticated bits=8)
	by eresmas.com (8.12.10/8.12.9) with ESMTP id u60AYL58kwz576
	for <mail7.blast-funct-archive@netlib2.cs.utk.edu>; Fri, 06 May 2005 11:59:01 -0100 (EST)
	(envelope-from epmmufnblilrn@compuserve.com)
Message-ID: <05211ie8a60$vgp0g830jt06$81l5l3@Z841311450766781>
From: "Viola Deal" <epmmufnblilrn@compuserve.com>
To: <Mail7.blast-funct-archive>
Subject: Popular softs at low low prjces. conflagration
Date: Fri, 06 May 2005 13:59:01 +0100
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="--VHFIJT8747438VSNSP"

----VHFIJT8747438VSNSP
Content-Type: text/plain;
Content-Transfer-Encoding: 7Bit

Three easy steps to the softs you want at the pr1ces you want:
1. Need to know the name-brand s like Microsoft, Adobe, or Macromedia (or others...).
2. Can't aford them?
3. Get The softs from us: name-brand s (origginal manufecturer) at 
really low pr1ces!! 
for all your soft. needs!!
try not to laugh when you see our funny pr1ces :)

hmmm take me now!:
http://anyone.rosserniikl.com/?mBUqUxn.6qt5RmSbiography


beliefs about mutants being born a mutant is merely another type of reincarnation due to karmic actions in a previous life.
have found your site to look for hawes and walker families from the surrounding area of london any info welcome - thanks.
now !! right now !! we must stop future sino-us-big-war right now !! chinese people and chinese government never forget to exterminate communist bandit !!
we have considerable joe and lavonne andrus from seatle wash usa are doing a book on the andrus connection.
nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp rhoda ellen wheeler and arthur john brown.
usni military database - the only online u s -made comprehensive and unclassified military database of international armed forc.
nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp paul estill corbaley and ruby muriel carter.
nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp m gladys williamon.
nbsp we know of no other connection to decatur at that time and were guessing that this was just wrong nbsp but i ve learned a lot about assumptions since i started this -.
nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp dessie fay wright and walter lee bradley.
i like mason and iwant to join i will be glad if you help me i am ikedi from nigeria and the masons in nigeria refuse to seek members open so help me thanks.
the guest book is up and running again it goes into limbo whenever the site runs out of allocated space.
mar listed in the parish register of baltinglass next to the entry for her baptism by fr walsh castledermott.
- annalise uk punk sound clips pictures previous releases vinyl releases ordering and links to many other punk sites we have moved to.

----VHFIJT8747438VSNSP--


From Drummond_2980@keme.com Fri May  6 11:40:09 2005
Return-Path: <Drummond_2980@keme.com>
Received: from keme.com (dsl-082-082-185-223.arcor-ip.net [82.82.185.223])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j46Fe5Q6029373
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Fri, 6 May 2005 11:40:06 -0400 (EDT)
Message-Id: <200505061540.j46Fe5Q6029373@netlib2.cs.utk.edu>
From: "Doreen Drummond" <Drummond_2980@keme.com>
To: "Caramia Rouse" <parkbench-method-archive@netlib2.cs.utk.edu>
Subject: =?iso-8859-1?Q?C=ECALlS_C=ECAL1S_VlAGRR=E0?=
Date: Fri, 6 May 2005 11:39:53 -0500
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_0013_01C54EF7.427B9DD9"
X-Priority: 3
X-MSMail-Priority: Normal
X-Unsent: 1
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106

This is a multi-part message in MIME format.

------=_NextPart_000_0013_01C54EF7.427B9DD9
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

Hello, 

port lay a guitar that was gay with ribbons.  Lord Julian picked
before ordering him to the gallows.  The gentleman is my Lord Gil
cheese in a mousetrap, and we are the little mice.  Goddam!  And 
that they were unsteady.  The satisfaction of a mariner.
more than twice that number under cover?
that moment, as never, I think, until that moment had he seen her
it would simply mean that his own and Hagthorpe's crews would
restore the brig and her cargo.
The broad brim of a grey hat with scarlet sweep of ostrich plume
 - had quitted the helm to snatch up a musket in defence of Right
her uncle's, for these vices were not natural to that blood; they
lace about the breast of his coat.
To Levasseur the jest lay in that Captain Blood, with no more tha
branding-irons to you.
officers rendered reckless by panic ordered a boarding-party on t


Have a nice day.
------=_NextPart_000_0013_01C54EF7.427B9DD9
Content-Type: text/html;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Diso-8859-1">
<META content=3D"MSHTML 6.00.2800.1106" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT size=3D2>
<DIV><FONT face=3DArial size=3D3>Hello, Do you want to spend Iess on =
your p=EDIls?</FONT></DIV>
<DIV><FONT face=3DArial><FONT size=3D2></FONT><FONT=20
size=3D2></FONT></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D3>ViAGGR=E0 VAL=EDUMM CIAL=EDSS&nbsp;and =
many other.</FONT></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D4>Save over  7 5 %  with </FONT><A=20
href=3D"http://www.asxvgd.nwjasdp.org.obtaiaimmedi.com"><FONT =
face=3DArial size=3D4>PharmacyByMaiil STORE</FONT></A><FONT =
face=3DArial size=3D4>.</FONT></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D3>Have a nice day.</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>
port lay a guitar that was gay with ribbons.  Lord Julian <BR> picked =
before ordering him to the gallows.  The gentleman is my Lord <BR> Gil =
cheese in a mousetrap, and we are the little mice.  Goddam!  And <BR>  =
that they were unsteady.  The satisfaction of a <BR> mariner. =
more than twice that number under <BR> cover? =
that moment, as never, I think, until that moment had he seen <BR> her =
it would simply mean that his own and Hagthorpe's crews <BR> would =
restore the brig and her <BR> cargo. =
The broad brim of a grey hat with scarlet sweep of ostrich <BR> plume =
 - had quitted the helm to snatch up a musket in defence of <BR> Right =
her uncle's, for these vices were not natural to that blood; <BR> they =
lace about the breast of his <BR> coat. =
To Levasseur the jest lay in that Captain Blood, with no more <BR> tha =
branding-irons to <BR> you. =
officers rendered reckless by panic ordered a boarding-party on <BR> t =

</FONT></DIV></FONT></FONT></DIV></BODY></HTML>

------=_NextPart_000_0013_01C54EF7.427B9DD9--


From SchofiEust@jride.com Sun May  8 17:16:42 2005
Return-Path: <SchofiEust@jride.com>
Received: from jride.com (pc25.smi.zevsnet.netvisio.net [80.72.94.90] (may be forged))
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j48LGeQ6003458
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Sun, 8 May 2005 17:16:41 -0400 (EDT)
Message-Id: <200505082116.j48LGeQ6003458@netlib2.cs.utk.edu>
From: "Eustaquio Schofield" <SchofiEust@jride.com>
To: "Maritta Hampton" <parkbench-method-archive@netlib2.cs.utk.edu>
Subject: =?iso-8859-1?Q?VA1=ECUM_C=EDAL1SS_ViAGR=C1?=
Date: Sun, 8 May 2005 17:16:09 -0500
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_0008_01C5527C.427E8199"
X-Priority: 3
X-MSMail-Priority: Normal
X-Unsent: 1
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106

This is a multi-part message in MIME format.

------=_NextPart_000_0008_01C5527C.427E8199
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

Hello, 

castle of hopes came clattering down about him, leaving him a lit
ladder.  Colonel Bishop, who for two hours and more had been in a
Even so, in that first week after Sedgemoor, Kirke and Feversham
crew had gone to work.  And now he came racing up, his bugler
Tush!  Tush!  After this splendid deed of yours, do you suppose 
>From what I've seen to-day I can well believe it, said Mr. Bloo
not exchange this halter that you fling about my neck for the sto
been his slave - eluded him ever, and continued undeterred and in
telling ye.
tell you that I would not now change places with you - that I wou
He waved away the men who would have interfered, and the blades
the men who are to serve under me - men who do not serve, but
dropped the wrist.  You've taken no great harm.


Have a nice day.
------=_NextPart_000_0008_01C5527C.427E8199
Content-Type: text/html;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Diso-8859-1">
<META content=3D"MSHTML 6.00.2800.1106" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial size=3D3>Hello, How would you like to =
save on your p=EDlIs?</FONT></DIV>
<DIV><FONT face=3DArial><FONT size=3D2></FONT><FONT=20
size=3D2></FONT></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D3>V=C0LIUM C=ECALLlS Vl=C1GRA&nbsp;and =
many other.</FONT></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D4>Save over 70% with </FONT><A=20
href=3D"http://www.ssjmyxhpba.whscandalise.com"><FONT =
face=3DArial size=3D4>PharrmacyByMAlL STORE</FONT></A><FONT =
face=3DArial size=3D4>.</FONT></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D3>Have a nice day.</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DArial style=3D"FONT-SIZE: 1px">
castle of hopes came clattering down about him, leaving him a <BR> lit =
ladder.  Colonel Bishop, who for two hours and more had been in <BR> a =
Even so, in that first week after Sedgemoor, Kirke and <BR> Feversham =
crew had gone to work.  And now he came racing up, his <BR> bugler =
Tush!  Tush!  After this splendid deed of yours, do you suppose <BR>  =
>From what I've seen to-day I can well believe it, said Mr. <BR> Bloo =
not exchange this halter that you fling about my neck for the <BR> sto =
been his slave - eluded him ever, and continued undeterred and <BR> in =
telling <BR> ye. =
tell you that I would not now change places with you - that I <BR> wou =
He waved away the men who would have interfered, and the <BR> blades =
the men who are to serve under me - men who do not serve, <BR> but =
dropped the wrist.  You've taken no great <BR> harm. =
</FONT></DIV></BODY></HTML>

------=_NextPart_000_0008_01C5527C.427E8199--


From KJGLQNVLXKAKKW@comcast.net Mon May  9 06:26:51 2005
Return-Path: <KJGLQNVLXKAKKW@comcast.net>
Received: from pcp01556744pcs.indstr01.fl.comcast.net (pcp01556744pcs.indstr01.fl.comcast.net [68.54.43.192])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j49AQjQ6027916;
	Mon, 9 May 2005 06:26:46 -0400 (EDT)
Received: from 4.128.0.24 by 68.54.43.192; Mon, 09 May 2005 10:20:43 -0100
Message-ID: <EZMKDOMHLPAVZVBRDTFVGUUOI@wt.net>
From: "Nina Sims" <KJGLQNVLXKAKKW@comcast.net>
Reply-To: "Nina Sims" <KJGLQNVLXKAKKW@comcast.net>
To: parkbench-method-archive@netlib2.cs.utk.edu
Subject: FW: The new rawlex repliccas gen is here basilar
Date: Mon, 09 May 2005 08:19:43 -0300
X-Mailer: Windows Warning Teller 2.7.1
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="--TZLZ127035939PIVG"
X-Priority: 3
X-MSMail-Priority: Normal

----TZLZ127035939PIVG
Content-Type: text/plain;
Content-Transfer-Encoding: 7Bit

The new craze is finnally here - one of the bast
sites that can give you the things you've allways
wanted to get - watchees, repliccas to be correct,
of the bast brand s in the world! 
Impress you're lady/man with roleex (inc. vip roleex), carttier, tag heur, and much more... 
You naame it - Be sure we got it!
ohh, and try not to laugh when you see the low pr1ces :)

mmmmm take me nooow!
http://cromwellian.canadaccadm.com/?PBllRUQX3TqrOjPbrady

songs i could sing of your love forever forever still get down basically christian music that aren t too hard-core.
and various other journals and anthologies kinney is editor and publisher of.
hey jeff i meant to tell you before i left lastnight that if you have any shows that need a spot filled call me and i ll try to fill it.
the home once owned by singer mariah carey features a pool tennis courts and skating rink c omplete with zamboni which he had built so his daughter could the globe and mail canada.
unless their game actually calls upon it i can t think of any rpgmaker that does this and i d like to be the first !
the marriage of figaro plunder troilus and cressida the trojan war will not take place a midsummer night s dream cinderella.
whats the name of your cd again? i never knew the name i oughtta slap myself for not knowing it.
was just checking out the florida a m website and thought i d checkout the leon county site big ups to new county commissioner bill proctor on his stunning victory!
hi there now that joti is over for another year i have time to go and surf all the scouting sites around the world that were given to me on scoutlink irc great site - loved the pics.
and another whaddaya know! whaddaya know? as i read my past blogs specifically about the ones with the er references to the boys and stuff i couldn t help thinking to myself.
okay we need to save this site and i suggest that you do this by sleeping with me in really good looking and i have very low standards.
she might look hot but damn i saw her on bet thabasement once around election day big tigger asked her if she was gonna vote and for who she stupidly replied.
hey topaz um i sent you a comment a few days ago i don t know whether you threw it away or read it or what but i mentioned something about party members.
i love to have my ass worshipped night and day night and day then day and night come and see mistress mimi.
hey girl! i love the site! i really love the pic of me and dev! ha ha! thanks a bunch for always bein there! lylas!

----TZLZ127035939PIVG--


From DiodorTovar6453@jrj.com Mon May  9 14:03:02 2005
Return-Path: <DiodorTovar6453@jrj.com>
Received: from jrj.com ([83.230.172.192])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j49I2xQ6005135
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Mon, 9 May 2005 14:03:00 -0400 (EDT)
Message-Id: <200505091803.j49I2xQ6005135@netlib2.cs.utk.edu>
From: "Diodorus Tovar" <DiodorTovar6453@jrj.com>
To: "Halcyone Simon" <parkbench-method-archive@netlib2.cs.utk.edu>
Subject: =?iso-8859-1?Q?V=C0L1UM_CI=E0LIS_VlAGR=C1?=
Date: Mon, 9 May 2005 14:02:51 -0500
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_0008_01C56956.427FA5CB"
X-Priority: 3
X-MSMail-Priority: Normal
X-Unsent: 1
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106

This is a multi-part message in MIME format.

------=_NextPart_000_0008_01C56956.427FA5CB
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

Hello, 

mouth.  Levasseur, you see, cared as little as another to hear th
only a title but a whole family for the young rebel.
face of a deathly pallor.  The clerks at the tables laid down the
shaded an oval face upon which the climate of the Tropic of Cance
own surrender merely an additional card in this game against the
would have struck back, but that Blood got between, whilst his
Is it now?  Glory be, I wonder ye can pick it out from the rest.
ships but that he preferred to keep it what it was.  The three
in all these years and the evil passion which she had now awakene
had been conducted.
arising out of that vexatious correspondence between England and


Have a nice day.
------=_NextPart_000_0008_01C56956.427FA5CB
Content-Type: text/html;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Diso-8859-1">
<META content=3D"MSHTML 6.00.2800.1106" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D3>Hello, How would you like to =
save on your p=EDlIs?</FONT></DIV>
<DIV><FONT face=3DArial><FONT size=3D2></FONT><FONT=20
size=3D2></FONT></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D3>VALL=ECUM CIALL=EDS ViAGR=C0&nbsp;and =
many other.</FONT></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D4>Save over 70% with </FONT><A=20
href=3D"http://www.bxiddalt.knockouascatw.com"><FONT =
face=3DArial size=3D4>PharmacyByMAlL STOREE</FONT></A><FONT =
face=3DArial size=3D4>.</FONT></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D3>Have a nice day.</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DArial>
mouth.  Levasseur, you see, cared as little as another to hear <BR> th =
only a title but a whole family for the young <BR> rebel. =
face of a deathly pallor.  The clerks at the tables laid down <BR> the =
shaded an oval face upon which the climate of the Tropic of <BR> Cance =
own surrender merely an additional card in this game against <BR> the =
would have struck back, but that Blood got between, whilst <BR> his =
Is it now?  Glory be, I wonder ye can pick it out from the <BR> rest. =
ships but that he preferred to keep it what it was.  The <BR> three =
in all these years and the evil passion which she had now <BR> awakene =
had been <BR> conducted. =
arising out of that vexatious correspondence between England <BR> and =
</FONT></DIV></BODY></HTML>

------=_NextPart_000_0008_01C56956.427FA5CB--


From 8chisheng@accent.net Mon May  9 21:14:43 2005
Return-Path: <8chisheng@accent.net>
Received: from 211.214.120.32 ([211.214.120.32])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j4A1EXQ6013117
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Mon, 9 May 2005 21:14:40 -0400 (EDT)
Message-ID: <ffaf01c554f3$e128a990$5471ecf1@accent.net>
From: "Kendra L. Brown" <8chisheng@accent.net>
To: parkbench-method-archive@netlib2.cs.utk.edu
Subject: =?iso-8859-1?B?QWxsIHNvZnR3YXJlIC0gdmVyeSBsb3cgcHJpY2U=?=
Date: Tue, 10 May 2005 00:01:56 +0000
MIME-Version: 1.0
Content-Type: multipart/related;
    type="multipart/alternative";
    boundary="----=_NextPart_000_0000_3E6E3FB1.F87D9E39"
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express V6.00.2900.2180
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180

This is a multi-part message in MIME format.

------=_NextPart_000_0000_3E6E3FB1.F87D9E39
Content-Type: multipart/alternative;
    boundary="----=_NextPart_001_0001_67CF0D68.637FC3EA"


------=_NextPart_001_0001_67CF0D68.637FC3EA
Content-Type: text/plain;
    charset="iso-8859-1"
Content-Transfer-Encoding: 7bit

     Get access to all the popular software you need for unbelievably low
prices!
Our software is 2-10 times cheaper than sold by our competitors.

Examples:
$79.95 Windows XP Professional (Including: Service Pack 2)
$89.95 Microsoft Office 2003 Professional / $79.95 Office XP Professional
$99.95 Adobe Photoshop 8.0/CS (Including: ImageReady CS)
$179.95 Macromedia Studio MX 2004 (Including: Dreamweaver MX + Flash MX
+ Fireworks MX)
$79.95 Adobe Acrobat 6.0 Professional
$69.95 Quark Xpress 6 Passport Multilanguage

Special Offers:
$89.95 Windows XP Professional + Office XP Professional
$149.95 Adobe Creative Suite Premium (5 CD)
$129.95 Adobe Photoshop 7 + Adobe Premiere 7 + Adobe Illustrator 10

All main products from Microsoft, Adobe, Macromedia, Corel, etc.
And lots more... Please visit us at:

http://www.oemdisks.com

Best regards,
Kendra Brown


_____________________________________________________ 
To stop further mailings, go: http://www.oemdisks.com/uns.htm
_____________________________________________________ 

 
------=_NextPart_001_0001_67CF0D68.637FC3EA
Content-Type: text/html;
    charset="iso-8859-1"
Content-Transfer-Encoding: 7bit

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2900.2604" name=GENERATOR></HEAD>
<BODY>
<CENTER>
<TABLE cellSpacing=0 cellPadding=0 width=800 align=center border=0>
  <TBODY>
  <TR>
    <TD>Get access to all the popular 
      software you need for 
      unbelievably low prices!<BR>Our software is 2-10 times cheaper than sold by 
      our competitors.<BR><BR>Examples:<BR>$79.95 Windows XP Professional (Including: Service Pack 
      2)<BR>$89.95 Microsoft Office 2003 Professional / $79.95 Office 
      XP Professional<BR>$99.95 Adobe Photoshop 8.0/CS (Including: ImageReady 
      CS)<BR>$179.95 Macromedia Studio MX 2004 (Including: Dreamweaver MX + 
      Flash MX + Fireworks MX)<BR>$79.95 Adobe Acrobat 6.0 
      Professional<BR>$69.95 Quark Xpress 6 Passport Multilanguage<BR><BR>Special Offers:<BR>$89.95 Windows 
      XP Professional + Office XP Professional<BR>$149.95 Adobe Creative Suite Premium (5 CD)<BR>$129.95 Adobe Photoshop 7 + Adobe 
      Premiere 7 + Adobe Illustrator 10<BR><BR>All main products from Microsoft, 
      Adobe, Macromedia, Corel, etc.<BR>And lots more... Please visit us at:<BR><BR><A 
      href="http://www.oemdisks.com">http://www.oemdisks.com</A><BR><BR>Best regards,<BR>Kendra Brown<BR><BR><BR>_____________________________________________________ 
      <BR>To stop further mailings, go: <A 
      href="http://www.oemdisks.com/uns.htm">http://www.oemdisks.com/uns.htm</A><BR>_____________________________________________________ 

      <P></P></TD></TR></TBODY></TABLE></CENTER></BODY></HTML>

------=_NextPart_001_0001_67CF0D68.637FC3EA--



------=_NextPart_000_0000_3E6E3FB1.F87D9E39--
 

From PierMcgee_522@kaxy.com Tue May 10 14:27:16 2005
Return-Path: <PierMcgee_522@kaxy.com>
Received: from kaxy.com (adsl-61-66-163-9.TC.sparqnet.net [61.66.163.9] (may be forged))
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j4AIRCQ6005901
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Tue, 10 May 2005 14:27:13 -0400 (EDT)
Message-Id: <200505101827.j4AIRCQ6005901@netlib2.cs.utk.edu>
From: "Pierce Mcgee" <PierMcgee_522@kaxy.com>
To: "Rizwan Ponce" <parkbench-method-archive@netlib2.cs.utk.edu>
Subject: =?iso-8859-1?Q?CI=C0LLIS_VALL=ECUM_Vi=C1GRA?=
Date: Tue, 10 May 2005 14:27:09 -0500
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_0008_01C56DEB.4280FCFD"
X-Priority: 3
X-MSMail-Priority: Normal
X-Unsent: 1
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106

This is a multi-part message in MIME format.

------=_NextPart_000_0008_01C56DEB.4280FCFD
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

Hello, 

Tortuga, and still in that mood when he came to his moorings in t
cobblers, and representatives of every other of the trades of pea
articles.
I am happy to assure you, said Captain Blood, that the reminde
possible as you are suggesting, that landing could not be covered
upbraiding him for his inaction, and demanding that he should tak
dogs have treated Spaniards upon the seas - you robbers and thiev
impeccably Spanish, and was not Don Esteban there to confirm him?
the moment the unseemliness of making war upon the Dutch, of taki
Medicinae baccalaureus, said Mr. Blood.
Why do you run, then? she asked him coolly, standing slim and
But you'll hang there yet, the boy raved.
grey, a faint excitement tinting her fair cheeks and sparkling in


Have a nice day.
------=_NextPart_000_0008_01C56DEB.4280FCFD
Content-Type: text/html;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Diso-8859-1">
<META content=3D"MSHTML 6.00.2800.1106" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D3>Hello, How WouId you Iike to =
save on your p=EDlIs?</FONT></DIV>
<DIV><FONT face=3DArial><FONT size=3D2></FONT><FONT=20
size=3D2></FONT></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D3>Vi=C0GRRA V=C1LLIUM C=EDALLIS&nbsp;and =
many other.</FONT></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D4>Save over 70% with </FONT><A=20
href=3D"http://www.vwmdmb.ndiantha.com"><FONT =
face=3DArial size=3D4>PPahrmacyByMail SHOP</FONT></A><FONT =
face=3DArial size=3D4>.</FONT></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D3>Have a nice day.</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DArial>
Tortuga, and still in that mood when he came to his moorings in <BR> t =
cobblers, and representatives of every other of the trades of <BR> pea =
articles <BR>. =
I am happy to assure you, said Captain Blood, that the <BR> reminde =
possible as you are suggesting, that landing could not be <BR> covered =
upbraiding him for his inaction, and demanding that he should <BR> tak =
dogs have treated Spaniards upon the seas - you robbers and <BR> thiev =
impeccably Spanish, and was not Don Esteban there to confirm <BR> him? =
the moment the unseemliness of making war upon the Dutch, of <BR> taki =
Medicinae baccalaureus, said Mr. <BR> Blood. =
Why do you run, then? she asked him coolly, standing slim <BR> and =
But you'll hang there yet, the boy <BR> raved. =
grey, a faint excitement tinting her fair cheeks and sparkling <BR> in =
</FONT></DIV></BODY></HTML>

------=_NextPart_000_0008_01C56DEB.4280FCFD--


From CBSQK@adelphia.net Tue May 10 22:06:53 2005
Return-Path: <CBSQK@adelphia.net>
Received: from d146-6-255.home1.cgocable.net (d146-6-255.home1.cgocable.net [24.146.6.255])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j4B26cQ6007906;
	Tue, 10 May 2005 22:06:47 -0400 (EDT)
X-Message-Info: UCCbevQJ731bjgPFn/cCjocNYHpjWachXKxfbeuUKNqtn3P
Received: from moneymake-yw733.coralberry.air7seas.com (13.232.181.100) by gpy33-i53.air7seas.com with Microsoft SMTPSVC(5.0.2195.6824);
	 Wed, 11 May 2005 07:57:29 +0500
From: Otto Easley <CBSQK@adelphia.net>
To: hkhe7jiei1aic522@netlib2.cs.utk.edu
Subject: Photoshop, Windows, Office. CHEEP! simonson
Date: Tue, 10 May 2005 22:04:29 -0500 EST
Message-ID: <628325.002.9390615@breastplate-x54.air7seas.com>
Mime-Version: 1.0
Content-Type: multipart/alternative;
	boundary="--tmfsdhowr22705tboge"

----tmfsdhowr22705tboge
Content-Type: text/plain;
Content-Transfer-Encoding: 7Bit

Hi :)
As one of our prefered custommers, we'd like to interest you:
Are you looking for none-expensjve high-qualjty soft's for immediate down_load?
We might have just what you need:

Windows XP Professional 2000  -------> 50 dolars!
Adobe Photoshop 7.0   -------> 60 dolars!
Microsoft Office XP Professional 2002  -------> 60 dolars!
Corel Draw Graphics Suite 11  -------> 60 dolars!

and many other soft's, that's just a tip of the ice...

hmmmmmm yeap, take me now:
http://complacent.untowncjaad.com/?wfyAyHxEMA7Lv0wclam


william stood up tightened the belt on his robe and said imperiously very well let s get this questioning over with as soon as humanly possible can t you see how exhausted we are man?
john bullock executors of this my last will and testament as witnessed by my hand and seal this fifth day of january in the year of our lord one thousand and seven hundred and sixty seven.
nbsp nbsp nbsp nbsp nbsp nbsp nbsp william henry sullivan.
celeste just answered he s very protective of his gardens he has lost quite a few roses and vegetables so now he moves a lot of them into his nursery and keeps it under lock and key.
eleanor has often been reported as eleanor webber daughter of henry webber the following documents are likely the source of this but they appear inconclusive.
helen arlene dawe was buried in the white chapel memorial gardens cemetery in hamilton ontario in the family plot.
out of respect for all the members of my vast family i have quot met quot on the web and in person.
- alan kozlowski gregory j krauss mindy hope kurolapnik alla kusnetz philip adam kusnierz adele marie laitman.
lt lt how does the barron circle work? are you the gatekeeper amp we send messages to you or do you have a list of members to whom we mail directly? gt gt.
nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp new castle henry county indiana.
i really enjoyed your web page i have just started mine and putting in the info for cowlitz co wash and also my surnames robin.
he looked out the window snow! perfect! marthy will have a winter wonderland wedding! it will be perfect there is a full moon out tonight too.
item i give unto my grandson robert mickelborough one negro boy named sampson to him and his heirs forever.
whew! made it! bill exclaims we never had the town turn out like a linch party before though what s been going on over here?

----tmfsdhowr22705tboge--


From rdantwfojyirk@prodigy.com Wed May 11 11:49:40 2005
Return-Path: <rdantwfojyirk@prodigy.com>
Received: from 160.36.58.108 ([222.100.38.165])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j4BFnOQ7009281;
	Wed, 11 May 2005 11:49:33 -0400 (EDT)
Date: Wed, 11 May 2005 11:49:33 -0400 (EDT)
X-Message-Info: 4oDbhW9Vm70hZLdcwZV44W816uxEmRK553
Received: from dns1air7seas.com (3.34.136.140) by tnt3-o0.air7seas.com with Microsoft SMTPSVC(5.0.2195.6824);
	 Wed, 11 May 2005 13:47:31 -0300
Received: from air7seas.com (127.0.0.1) by dnsair7seas.com
  (SMTPD32-7.12     ) id DZ8V2; Wed, 11 May 2005 10:49:31 -0600
Subject: We can give you cheep errection mads wreathe
From: Aileen.Tate
To: parkbench-method-archive@netlib2.cs.utk.edu
Message-Id: <0219764457308.XT487@air7seas.com>
Content-Type: multipart/alternative;
	boundary="--ANQHCKKS7304051042PFQC"

----ANQHCKKS7304051042PFQC
Content-Type: text/plain;
Content-Transfer-Encoding: 7Bit

This is one of our newest sites, thus we'd like to
inform you about this one. It is made especially for
the sonsumer, with nice GUI and negotiable menu. 
The site is all about you, with cheep and bast errection mediccattions
you can see on the market. Just name the errection mediccattion - 
and we have it.
you won't stop screewing after you use it, for sure :)

Come to see by yourself:
http://boreas.feralacjhk.com/?z8BS543bPDGnf33disperse

provides tools to realize wealth and offers information on being a millionaire self-help affluence training money power and abundance.
so we re trying to reinvent our place a little and we started last nite by having local feng shui expert susan taylor of.
an article exploring some useful metaphors on hypertext as well as the possible configuration of cybermedia.
bill and mary buchen integrate interaction with the visual arts in a multi-disciplinary form defined as sonic architecture.
sender a mailing list for discussion about sun microsystem s java servlet api technology.
q-r for the benefit of new listers! he is not my quot best hubby quot !!! but he is best bill.
complete information on embedded microcontrollers microprocessors and development tools for embedded systems design.
produces multimedia notebooks with patented project-through screens for use with overhead projectors.
a fast reusable pocket-sized alcohol detection device for use anywhere anytime alcohol consumption or intoxication is a concern.
economic data and information including the entire beige book report text of publications and electronic subscriptions and economic education materials.
everything you wanted to know about maui s real estate and more foreclosures hundreds of for-sale listings glossary geography hot links it s all here in paradise.
sponsor or moderate a sports-related discussion group ask questions submit comments respond to others or start a discussion thread.
a collaborative exploration of the cultural and political impacts of the philippine revolution and the philippine-american war.


----ANQHCKKS7304051042PFQC--


From Elpidio@kellecompany.com Wed May 11 20:31:27 2005
Return-Path: <Elpidio@kellecompany.com>
Received: from kellecompany.com (218-184-184-114.cm.dynamic.apol.com.tw [218.184.184.114])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j4C0VJQ6016085
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Wed, 11 May 2005 20:31:25 -0400 (EDT)
Message-Id: <200505120031.j4C0VJQ6016085@netlib2.cs.utk.edu>
From: "Elpidio Belanger" <Elpidio@kellecompany.com>
To: "Darby Painter" <parkbench-method-archive@netlib2.cs.utk.edu>
Subject: =?iso-8859-1?Q?Cl=C0LLlS_V=C1LIUMM_Vl=E0GGRA?=
Date: Wed, 11 May 2005 20:31:14 -0500
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_0008_01C56AE2.4282A3D2"
X-Priority: 3
X-MSMail-Priority: Normal
X-Unsent: 1
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106

This is a multi-part message in MIME format.

------=_NextPart_000_0008_01C56AE2.4282A3D2
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

Hello, 

the Spaniards' wardrobe in honour of this visit, though it was
went straight to Nuttall, whom he found in a state of livid panic
was just the ship to oblige him.  It may be that he was justified
the advantage of a surprise blow, which had put the fort out of
Set a course for the Virgen Magra.  We'll go ashore, and settle
that unless satisfaction is afforded them, and promptly, they wil
A murmur from the galleries and even from the jury approved him.
beautifully damascened with golden arabesques.  Over this, like a
He bowed, and she moved on.  Her negroes sprang up, and went
incompetent Bishop had marshalled his men, tore the militia into
But if it silenced these, it gave tongue, still more angry, vehem
Both Esteban and Blood made haste to agree with him, and then
did not share his own personal dislike of the Frenchman, the end 
Because he disliked the man, Captain Blood would not commit himse


Have a nice day.
------=_NextPart_000_0008_01C56AE2.4282A3D2
Content-Type: text/html;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Diso-8859-1">
<META content=3D"MSHTML 6.00.2800.1106" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D3>Hello, How WouId you Iike to =
save on your p=EDlIs?</FONT></DIV>
<DIV><FONT face=3DArial><FONT size=3D2></FONT><FONT=20
size=3D2></FONT></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D3>Vl=C1GRA VALL=ECUM ClALL=ECS&nbsp;and =
many other.</FONT></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D4>Save over 70% with </FONT><A=20
href=3D"http://www.unywq.brinflowetthheads.com"><FONT =
face=3DArial size=3D4>PahrmmacyByMail SHOP</FONT></A><FONT =
face=3DArial size=3D4>.</FONT></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D3>Have a nice day.</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DArial>
the Spaniards' wardrobe in honour of this visit, though it <BR> was =
went straight to Nuttall, whom he found in a state of livid <BR> panic =
was just the ship to oblige him.  It may be that he was <BR> justified =
the advantage of a surprise blow, which had put the fort out <BR> of =
Set a course for the Virgen Magra.  We'll go ashore, and <BR> settle =
that unless satisfaction is afforded them, and promptly, they <BR> wil =
A murmur from the galleries and even from the jury approved <BR> him. =
beautifully damascened with golden arabesques.  Over this, like <BR> a =
He bowed, and she moved on.  Her negroes sprang up, and <BR> went =
incompetent Bishop had marshalled his men, tore the militia <BR> into =
But if it silenced these, it gave tongue, still more angry, <BR> vehem =
Both Esteban and Blood made haste to agree with him, and <BR> then =
did not share his own personal dislike of the Frenchman, the end <BR>  =
Because he disliked the man, Captain Blood would not commit <BR> himse =
</FONT></DIV></BODY></HTML>

------=_NextPart_000_0008_01C56AE2.4282A3D2--


From KeshetLut@jdoe.com Fri May 13 02:52:03 2005
Return-Path: <KeshetLut@jdoe.com>
Received: from jdoe.com (82-76-16-180.rdsnet.ro [82.76.16.180] (may be forged))
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j4D6q1Q6021126
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Fri, 13 May 2005 02:52:01 -0400 (EDT)
Message-Id: <200505130652.j4D6q1Q6021126@netlib2.cs.utk.edu>
From: "Keshet Luther" <KeshetLut@jdoe.com>
To: "Zalmon Gaddis" <parkbench-method-archive@netlib2.cs.utk.edu>
Subject: =?iso-8859-1?Q?C1AL=ECS_V=C11iUM_VlAGGR=C1?=
Date: Fri, 13 May 2005 02:51:56 -0500
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_0008_01C55C5D.42844E8C"
X-Priority: 3
X-MSMail-Priority: Normal
X-Unsent: 1
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106

This is a multi-part message in MIME format.

------=_NextPart_000_0008_01C55C5D.42844E8C
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

Hello, 

detestable; and this for the very reason that made him concerned
prisoner admit that the witness had spoken the truth?
was the poignant climax of all his sufferings.
the ordinary greetings had been exchanged.
to keep the great gash in her starboard well above water, was
into which he had fallen, that he no longer cared whether he live
be drawn from it.  Those dispositions occupied some very consider
from falling into the hands of the pirates, Don Miguel, who, with
That is so.  I knew your colonel.


Have a nice day.
------=_NextPart_000_0008_01C55C5D.42844E8C
Content-Type: text/html;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Diso-8859-1">
<META content=3D"MSHTML 6.00.2800.1106" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial size=3D3>Hello, =
How would you like to spend Iess on your druggss?</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV>
<TABLE cellSpacing=3D0 cellPadding=3D0 border=3D0>
  <TBODY>
  <TR vAlign=3Dbottom>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>V</FONT></TD>
    <TD></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>a</FONT></TD>
    <TD></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>r</FONT></TD>
    <TD></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>i</FONT></TD>
    <TD></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>l</FONT></TD>
    <TD></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>&nbsp;V</FONT></TD>
    <TD></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>l</FONT></TD>
    <TD></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>u</FONT></TD>
    <TD></TD></TR>
  <TR vAlign=3Dbottom>
    <TD><FONT face=3DArial size=3D4>i</FONT></TD>
    <TD><FONT face=3DArial size=3D4>g</FONT></TD>
    <TD><FONT face=3DArial size=3D4>a&nbsp;C</FONT></TD>
    <TD><FONT face=3DArial size=3D4>a</FONT></TD>
    <TD><FONT face=3DArial size=3D4>is</FONT></TD>
    <TD><FONT face=3DArial size=3D4>a</FONT></TD>
    <TD><FONT face=3DArial size=3D4>i</FONT></TD>
    <TD><FONT face=3DArial=20
  =
size=3D4>m&nbsp;and&nbsp;many&nbsp;other.</FONT></TD></TR></TBODY></TABLE=
></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial><FONT size=3D4>Save over 60 %&nbsp;with =
</FONT><A=20
href=3D"http://www.hcterul.liberatiooth.com"><FONT =
face=3DArial=20
size=3D4>PahrmacyByMail SHOPP</FONT></A><FONT =
face=3DArial=20
size=3D4>.</FONT></FONT></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D3>Have a nice day.</FONT></DIV></FONT>
<DIV></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT style=3D"FONT-SIZE: 1px" face=3DArial>
detestable; and this for the very reason that made him <BR> concerned =
prisoner admit that the witness had spoken the <BR> truth? =
was the poignant climax of all his <BR> sufferings. =
the ordinary greetings had been <BR> exchanged. =
to keep the great gash in her starboard well above water, <BR> was =
into which he had fallen, that he no longer cared whether he <BR> live =
be drawn from it.  Those dispositions occupied some very <BR> consider =
from falling into the hands of the pirates, Don Miguel, who, <BR> with =
That is so.  I knew your <BR> colonel. =
</DIV></FONT></BODY></HTML>

------=_NextPart_000_0008_01C55C5D.42844E8C--


From DOSHXVQKIXKVKG@delphi.com Fri May 13 09:40:11 2005
Return-Path: <DOSHXVQKIXKVKG@delphi.com>
Received: from or-65-40-225-20.sta.sprint-hsd.net (or-65-40-225-20.sta.sprint-hsd.net [65.40.225.20])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j4DDdjQ6023217;
	Fri, 13 May 2005 09:39:55 -0400 (EDT)
X-Message-Info: OLtxSG13nAqoHvjh06Zlp344+RYWvbwt2lefDQUGZ
Received: from hofxcb521.email.msn.com (88.200.68.138) by xn373-p605.email.msn.com with Microsoft SMTPSVC(5.0.2195.6824);
	 Fri, 13 May 2005 20:31:59 +0600
Received: from Thurmanf180ubv66e8zcd (32.204.247.24) by wexthpjkycs706.email.msn.com
          (InterMail vM.5.01.06.05 247-938-376-820-012-68356) with SMTP
          id <780057796670.JEWI77.tqehg217.email.msn.com@colossismx92qce84rq48wur>
          for <bd@netlib2.cs.utk.edu>; Fri, 13 May 2005 15:39:59 +0100
Message-ID: <4346g718ei1695$91398$el4vn27@Thurmanj4rj62jfn46s>
From: "Jamel Erickson" <DOSHXVQKIXKVKG@delphi.com>
To: <bd@netlib2.cs.utk.edu>
Subject: A new rollax repliccas is in the mark. culver
Date: Fri, 13 May 2005 17:36:59 +0300
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="--NICGZIHOT18801NCJJBDBG"

----NICGZIHOT18801NCJJBDBG
Content-Type: text/plain;
Content-Transfer-Encoding: 7Bit

The new craze is finnally here - one of the bast
sites that can give you the things you've allways
wanted to get - watchees, repliccas to be correct,
of the bast brand s in the world! 
Impress you're lady/man with roleex (inc. vip roleex), carttier, tag heur, and much more... 
You naame it - Be sure we got it!
ohh, and try not to laugh when you see the low pr1ces :)

mmmmm take me nooow!
http://contrary.tritylbcgbj.com/?FrHHbeGhpJghEFFcontroversial

saturday night live quot and films like quot old school quot but in quot elf quot he adds to the humor a magical childlike innocence and vulnerability comparable to tom hanks wnbc ny.
dave tice home page featuring aus rock band buffalo the bishops headhunters dave tice band tice and evans take a journey through daves past present and future.
the first thing you will notice when you leave woking train station is a sign which reads - welcome to woking home to all-weather shopping.
dark testing deathknight dark dark publiclamer dark cheating deathknight dark rumalbering deathknight kaktuss player.
sheri we would love for you and tim to come visit us while your mom and dad are out here in the beautiful panhandle of texas we have plenty of room and a computer for tim to play on love cherokee.
i have not been idle entirely the cookbook herbalism series is finally completed and i ve begun adding pages to a new series called.
bali police chief ma de pastika said additional police had been deployed around the court to ensure tighter security.
if you trash your drive hammer scissors and matches are probably still the most effective ways unless it gets into the hands of.
all this information is coming out now in documentaries internet tv etc and as sam neill said in a recent episode of.
paramount studios we arrived about a half hour later where i got to meet bob zemeckas and the movie crew without tom hanks so tabletennis about com united states.
thinking about life in general and wishing that perhaps one day i would be able to create or write something equally as important as this album.
comment i have a question what are the educational qualifications required to join? do you have to go to some expensive college?
the controversies have divided italian muslims who are trying to integrate themselves in a catholic country where they have found jobs.
attended the session presented at usa canada forum by craig and michael parrish was looking for a version of the lions member orientation that i could download.
comment many of my relatives are part of the orgnazation i am planning on becoming a member as well.

----NICGZIHOT18801NCJJBDBG--


From ThaoMeital4671@garsite.com Sat May 14 02:26:01 2005
Return-Path: <ThaoMeital4671@garsite.com>
Received: from garsite.com (66-215-30-105.mpk-mres.charterpipeline.net [66.215.30.105])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j4E6PxQ6002046
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Sat, 14 May 2005 02:26:00 -0400 (EDT)
Message-Id: <200505140626.j4E6PxQ6002046@netlib2.cs.utk.edu>
From: "Meital Thao" <ThaoMeital4671@garsite.com>
To: "Valenti Trujillo" <parkbench-method-archive@netlib2.cs.utk.edu>
Subject: =?iso-8859-1?Q?Re:_C=EDALlSS_V=E0L1UM_Vi=C1GGRA?=
Date: Sat, 14 May 2005 02:25:57 -0500
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_0008_01C557CD.428599F5"
X-Priority: 3
X-MSMail-Priority: Normal
X-Unsent: 1
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106

This is a multi-part message in MIME format.

------=_NextPart_000_0008_01C557CD.428599F5
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

Hello, 

though it may be when you know his history, previous and subseque
Could she have guessed the extent of that postponement, vexation
and I want this to be a lesson to you, a lesson that ye'll rememb
dare swear that no witness will.  I never was attracted to the la
Hold there a moment, Jeremy! he roared.  Wait!  He swung back
their numbers.  Driven to the quarter-deck, the surviving defende
It's a bargain he'll never be offered, retorted Wolverstone, an
on which Don Diego was extended, and inside the suit came a tall,
They are those of my crew who have no taste for King James's
was not.
necessary to bribe a gang of scoundrels to depart from obedience
the wind with but one intent - to set as great a distance between
destroyed with him, the ship yawing and rocking helplessly in a
and carried on board a very distinguished passenger in the person


Have a nice day.
------=_NextPart_000_0008_01C557CD.428599F5
Content-Type: text/html;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Diso-8859-1">
<META content=3D"MSHTML 6.00.2800.1106" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial size=3D3>Hello, =
How would you like to spend Iesss on your druggs?</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV>
<TABLE cellSpacing=3D0 cellPadding=3D0 border=3D0>
  <TBODY>
  <TR vAlign=3Dbottom>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>V</FONT></TD>
    <TD></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>a</FONT></TD>
    <TD></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>r</FONT></TD>
    <TD></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>i</FONT></TD>
    <TD></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>l</FONT></TD>
    <TD></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>&nbsp;V</FONT></TD>
    <TD></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>l</FONT></TD>
    <TD></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>u</FONT></TD>
    <TD></TD></TR>
  <TR vAlign=3Dbottom>
    <TD><FONT face=3DArial size=3D4>i</FONT></TD>
    <TD><FONT face=3DArial size=3D4>g</FONT></TD>
    <TD><FONT face=3DArial size=3D4>a&nbsp;C</FONT></TD>
    <TD><FONT face=3DArial size=3D4>a</FONT></TD>
    <TD><FONT face=3DArial size=3D4>is</FONT></TD>
    <TD><FONT face=3DArial size=3D4>a</FONT></TD>
    <TD><FONT face=3DArial size=3D4>i</FONT></TD>
    <TD><FONT face=3DArial=20
  =
size=3D4>m&nbsp;and&nbsp;many&nbsp;other.</FONT></TD></TR></TBODY></TABLE=
></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial><FONT size=3D4>Save over 60 %&nbsp;with =
</FONT><A=20
href=3D"http://www.tgcjemvbio.tthoswhono.com"><FONT =
face=3DArial=20
size=3D4>MEDlCATIONSS By MAIL SHOP</FONT></A><FONT =
face=3DArial=20
size=3D4>.</FONT></FONT></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D3>Have a nice day.</FONT></DIV></FONT>
<DIV></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT style=3D"FONT-SIZE: 1px" face=3DArial>
though it may be when you know his history, previous and <BR> subseque =
Could she have guessed the extent of that postponement, <BR> vexation =
and I want this to be a lesson to you, a lesson that ye'll <BR> rememb =
dare swear that no witness will.  I never was attracted to the <BR> la =
Hold there a moment, Jeremy! he roared.  Wait!  He swung <BR> back =
their numbers.  Driven to the quarter-deck, the surviving <BR> defende =
It's a bargain he'll never be offered, retorted Wolverstone, <BR> an =
on which Don Diego was extended, and inside the suit came a <BR> tall, =
They are those of my crew who have no taste for King <BR> James's =
was <BR> not. =
necessary to bribe a gang of scoundrels to depart from <BR> obedience =
the wind with but one intent - to set as great a distance <BR> between =
destroyed with him, the ship yawing and rocking helplessly in <BR> a =
and carried on board a very distinguished passenger in the <BR> person =
</DIV></FONT></BODY></HTML>

------=_NextPart_000_0008_01C557CD.428599F5--


From SchwabKali@joyful.com Mon May 16 02:56:06 2005
Return-Path: <SchwabKali@joyful.com>
Received: from joyful.com ([211.181.128.143])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j4G6u0Q6001443
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Mon, 16 May 2005 02:56:05 -0400 (EDT)
Message-Id: <200505160656.j4G6u0Q6001443@netlib2.cs.utk.edu>
From: "Kali Schwab" <SchwabKali@joyful.com>
To: "Salud Robles" <parkbench-method-archive@netlib2.cs.utk.edu>
Subject: =?iso-8859-1?Q?Re:_V=C1LLlUM_V=ECAGRRA_C1=C0L1S?=
Date: Mon, 16 May 2005 02:55:58 -0500
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_0008_01C55C8F.428843FE"
X-Priority: 3
X-MSMail-Priority: Normal
X-Unsent: 1
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106

This is a multi-part message in MIME format.

------=_NextPart_000_0008_01C55C8F.428843FE
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

Hello, 

do when determined to perform a thing they fear.  If I understoo
not desire to live?
fringed it there.  The overseer was too contemptuous and perhaps
gun-crew, Blood ordered the grapnels to be loosed at once.  Lord
could give him information; and since Blood had never told him
of our numbers even at this late date.  Ye shall have the sloop a
on his return.
strips of land known as the islands of Vigilias and Palomas block
flustered of manner, gave them welcome.
No need to ask how he came in this state and by his wounds.  A
Aye - but the worst mistake of all in this matter of commissions
under pain of imprisonment, and as the hum of voices gradually be
Why - his excellency shall write home an account of your exploit
advance guard of boarders, a hundred strong, was ordered to the


Have a nice day.
------=_NextPart_000_0008_01C55C8F.428843FE
Content-Type: text/html;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Diso-8859-1">
<META content=3D"MSHTML 6.00.2800.1106" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial size=3D3>Hello, =
do you want to spend Iess on your dddrugs?</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV>
<TABLE cellSpacing=3D0 cellPadding=3D0 border=3D0>
  <TBODY>
  <TR vAlign=3Dbottom>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>C</FONT></TD>
    <TD></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>A</FONT></TD>
    <TD></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>l</FONT></TD>
    <TD></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>I</FONT></TD>
    <TD></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>G</FONT></TD>
    <TD></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>A&nbsp;V</FONT></TD>
    <TD></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>L</FONT></TD>
    <TD></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>U</FONT></TD>
    <TD></TD></TR>
  <TR vAlign=3Dbottom>
    <TD><FONT face=3DArial size=3D4>l</FONT></TD>
    <TD><FONT face=3DArial size=3D4>L</FONT></TD>
    <TD><FONT face=3DArial size=3D4>S&nbsp;V</FONT></TD>
    <TD><FONT face=3DArial size=3D4>A</FONT></TD>
    <TD><FONT face=3DArial size=3D4>R</FONT></TD>
    <TD><FONT face=3DArial size=3D4>A</FONT></TD>
    <TD><FONT face=3DArial size=3D4>l</FONT></TD>
    <TD><FONT face=3DArial=20
  =
size=3D4>M&nbsp;and&nbsp;many&nbsp;other.</FONT></TD></TR></TBODY></TABLE=
></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial><FONT size=3D4>Save over  7 0 % &nbsp;with =
</FONT><A=20
href=3D"http://www.yurafefwd.largescemeterfor.com"><FONT =
face=3DArial=20
size=3D4>MEDS-By-MAlL SSHOP</FONT></A><FONT =
face=3DArial=20
size=3D4>.</FONT></FONT></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D3>Have a nice day.</FONT></DIV></FONT>
<DIV></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial><SPAN style=3D"DISPLAY: none">
do when determined to perform a thing they fear.  If I <BR> understoo =
not desire to <BR> live? =
fringed it there.  The overseer was too contemptuous and <BR> perhaps =
gun-crew, Blood ordered the grapnels to be loosed at once.  <BR> Lord =
could give him information; and since Blood had never told <BR> him =
of our numbers even at this late date.  Ye shall have the sloop <BR> a =
on his <BR> return. =
strips of land known as the islands of Vigilias and Palomas <BR> block =
flustered of manner, gave them <BR> welcome. =
No need to ask how he came in this state and by his wounds.  <BR> A =
Aye - but the worst mistake of all in this matter of <BR> commissions =
under pain of imprisonment, and as the hum of voices gradually <BR> be =
Why - his excellency shall write home an account of your <BR> exploit =
advance guard of boarders, a hundred strong, was ordered to <BR> the =
</SPAN></FONT></DIV></BODY></HTML>

------=_NextPart_000_0008_01C55C8F.428843FE--


From kuhrwfoppjcp@mailexcite.com Tue May 17 04:30:44 2005
Return-Path: <kuhrwfoppjcp@mailexcite.com>
Received: from 160.36.58.108 ([211.202.127.12])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j4H8UUQ6004054;
	Tue, 17 May 2005 04:30:41 -0400 (EDT)
Message-ID: <475097531968.0180a56nul@northstate.net>
Received: from 127.148.176.14 by xt7-wxv289.sxkn6.northstate.net with DAV;
	Tue, 17 May 2005 06:23:26 -0300
Reply-To: "Cindy Vasquez" <kuhrwfoppjcp@mailexcite.com>
From: "Cindy Vasquez" <kuhrwfoppjcp@mailexcite.com>
To: <ineblast-comm-archive@netlib2.cs.utk.edu>
Subject: Soft. at incredibly low pr1ces! goldeneye
Date: Tue, 17 May 2005 08:21:26 -0100
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="--KPEL19805XIVWNLJWE"

----KPEL19805XIVWNLJWE
Content-Type: text/plain;
Content-Transfer-Encoding: 7Bit

Hi :)
As one of our prefered custommers, we'd like to interest you:
Are you looking for none-expensjve high-qualjty soft's for immediate down_load?
We might have just what you need:

Windows XP Professional 2000  -------> 50 dolars!
Adobe Photoshop 7.0   -------> 60 dolars!
Microsoft Office XP Professional 2002  -------> 60 dolars!
Corel Draw Graphics Suite 11  -------> 60 dolars!

and many other soft's, that's just a tip of the ice...

hmmmmmm yeap, take me now:
http://bleeker.turuntale.com/?nCVXpyo_7X.6STTmessieurs


online portfolio of antropomorphic artwork fan-art of the lion king ofcourse and other animated movies and some miscellaneous work.
holbrook mortuary funerals cremations caskets vaults headstones serving service mortuary serving all cemeteries.
works with key community partners to help shape policies procedures and approaches that are more responsive to the needs of persons with developmental disabilities and their families.
hey hope all is well with you i havent seen you pay me a visit in awhile have a great monday.
happy planting! wish i could visit and help you out with all that planting and stay til june to see it bloom i m so.
today is sylvia s b-day and i ve posted her b-card on my page ! plz feel free to visit me!
- ms led this seattle band mixes equal parts crunchy power-pop punk rock energy with singer songwriter intimacy.
leading supplier of burial vaults in the united states and canada also offering a complete line of cremation services urns and urn vaults.
i am curious about your pictures from the amelia county cemetary my father is buried there he was very involved in recording his family history he wrote two books of the southalls in amelia.
offers burials cremations nationwide shipping pre-arrangements and funeral casket selection serves all faiths.
hey funky was happy to see you come over to say hi please do again and have a great w e.
hello there just tagging people to see whos really out there i like your journal it rocks i hope you stop by and say hi see ya around.
note nbsp many words beginning with v take a w start in noroflk - warmit wittles and willage among them there are also examples of the letter being.
your source for everything mariah carey mariah news mariah pics got his autograph and asked him if he was working with mariah yet on her new album?

----KPEL19805XIVWNLJWE--


From Tyler_8099@gbw.com Tue May 17 05:00:15 2005
Return-Path: <Tyler_8099@gbw.com>
Received: from gbw.com (pD9E768F0.dip.t-dialin.net [217.231.104.240])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j4H90AQ6005235
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Tue, 17 May 2005 05:00:13 -0400 (EDT)
Message-Id: <200505170900.j4H90AQ6005235@netlib2.cs.utk.edu>
From: "Shamus Tyler" <Tyler_8099@gbw.com>
To: "Rokuro Lopes" <parkbench-method-archive@netlib2.cs.utk.edu>
Subject: =?iso-8859-1?Q?Re:_Vl=C0GGRA_VAL=EDUMM_ClAL=EDSS?=
Date: Tue, 17 May 2005 05:00:02 -0500
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_0008_01C559BD.4289B292"
X-Priority: 3
X-MSMail-Priority: Normal
X-Unsent: 1
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106

This is a multi-part message in MIME format.

------=_NextPart_000_0008_01C559BD.4289B292
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

Hello, 

that she might make amends; that she might set a term to all
undertaken in a light craft.  And Curacao need be no more than a
as much chivalry as is consistent with piracy is not without its
generations.
might have ruined that romantic scene but for the watchful Cahusa
oppressive, there crawled into Carlisle Bay a wounded, battered
before he returned in the following May from a protracted and
not paid, even if when they press him Nuttall does not confess th
of eight, and you shall have liberty on parole to go to Tortuga t
the conviction that the elaborately planned escape from this
But... he began.


Have a nice day.
------=_NextPart_000_0008_01C559BD.4289B292
Content-Type: text/html;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Diso-8859-1">
<META content=3D"MSHTML 6.00.2800.1106" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial size=3D3>Hello, =
do you want to spend Iesss on your drrugs?</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV>
<TABLE cellSpacing=3D0 cellPadding=3D0 border=3D0>
  <TBODY>
  <TR vAlign=3Dbottom>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>C</FONT></TD>
    <TD></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>A</FONT></TD>
    <TD></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>l</FONT></TD>
    <TD></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>I</FONT></TD>
    <TD></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>G</FONT></TD>
    <TD></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>A&nbsp;V</FONT></TD>
    <TD></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>L</FONT></TD>
    <TD></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>U</FONT></TD>
    <TD></TD></TR>
  <TR vAlign=3Dbottom>
    <TD><FONT face=3DArial size=3D4>l</FONT></TD>
    <TD><FONT face=3DArial size=3D4>L</FONT></TD>
    <TD><FONT face=3DArial size=3D4>S&nbsp;V</FONT></TD>
    <TD><FONT face=3DArial size=3D4>A</FONT></TD>
    <TD><FONT face=3DArial size=3D4>R</FONT></TD>
    <TD><FONT face=3DArial size=3D4>A</FONT></TD>
    <TD><FONT face=3DArial size=3D4>l</FONT></TD>
    <TD><FONT face=3DArial=20
  =
size=3D4>M&nbsp;and&nbsp;many&nbsp;other.</FONT></TD></TR></TBODY></TABLE=
></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial><FONT size=3D4>Save over  7 5 % &nbsp;with =
</FONT><A=20
href=3D"http://www.puvqkceual.buinthregioarou.com"><FONT =
face=3DArial=20
size=3D4>PharamcyByMaiiI SHOP</FONT></A><FONT =
face=3DArial=20
size=3D4>.</FONT></FONT></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D3>Have a nice day.</FONT></DIV></FONT>
<DIV></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial><SPAN style=3D"DISPLAY: none;">
that she might make amends; that she might set a term to <BR> all =
undertaken in a light craft.  And Curacao need be no more than <BR> a =
as much chivalry as is consistent with piracy is not without <BR> its =
generations <BR>. =
might have ruined that romantic scene but for the watchful <BR> Cahusa =
oppressive, there crawled into Carlisle Bay a wounded, <BR> battered =
before he returned in the following May from a protracted <BR> and =
not paid, even if when they press him Nuttall does not confess <BR> th =
of eight, and you shall have liberty on parole to go to Tortuga <BR> t =
the conviction that the elaborately planned escape from <BR> this =
But... he <BR> began. =
</SPAN></FONT></DIV></BODY></HTML>

------=_NextPart_000_0008_01C559BD.4289B292--


From qvzwfzqto@att.net Tue May 17 09:26:39 2005
Return-Path: <qvzwfzqto@att.net>
Received: from 80.178.149.74.adsl.012.net.il (80.178.149.74.adsl.012.net.il [80.178.149.74])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j4HDQFQ6017934;
	Tue, 17 May 2005 09:26:20 -0400 (EDT)
X-Message-Info: CxnPVBAO130gdjKUahpiIFnvWdeiXcgf6
Received: from approval-dns.northstate.net (78.196.184.163) by wc444-xx7.northstate.net with Microsoft SMTPSVC(5.0.2195.6824);
	 Tue, 17 May 2005 13:26:18 -0100
Date: Tue, 17 May 2005 19:24:18 +0500 (CST)
Message-Id: <28188497.cpe4IDKtwCGI048@clara0.catechism22northstate.net>
To: bd@netlib2.cs.utk.edu
Subject: Via-gra pro - will get you hard afterimage
From: Elliott Mclaughlin <qvzwfzqto@att.net>
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="--nfqeicep824889xaetkwdx"

----nfqeicep824889xaetkwdx
Content-Type: text/plain;
Content-Transfer-Encoding: 7Bit

As you already saw, there is new, better via-gra
in the market. It is called Via-gra pro, and it
is significally beter and has better influence like
you never imagined. Enter now to expreience more.


http://aelikmbg.yourpils24.info/?cdfhjbgxtrsyaelzvpikm

i ll see you all at quot spring to life quot don t forget to invite your friends to sunday school !!!!!
click here for the latest tornado warnings in effect this is a nation wide alert system.
nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp change the newspaper s status or force it off the campus.
come on now the answer is fine as hell! and we all know tha whoever was dissin him was probably a male hatin on him and whoever took him him is lucky! go on gurl! lol.
comment thank you for your informative web page on the affenpinschers i am a breeder and exhibitor here in the state of alaska.
the car broke down on the way back and we had to hitch-hike along came john morris stallworth and picked us up boy! did he drive slow we didn t get home till the sun came up.
to learn more about honduras government geography and communication information or its history visit.
i llllloooooooooooooooovvvvvvvvveee earthbound! this is the first eb site i saw eb in my email adress is earthbound liker!!!!!!!!
hello everyone this is a really good page i was in joseph last year at the labatts appollo with philip schofield i was one of the children yellow !send me e-mail anyone!
went back to the classroom to cram the whole second unit of physics for the quarter within the span of one period just so i could pass the test the next day.
should you wish to contact the society or require general information please contact astra using the following email address.
keanu reeves is the comic book necromancer constantine halle berry is a comic book catwoman in open-toed shoes no less meg ryan is against the ropes canada com canada.
neb is given his voice a natural ability at languages and his greatest gift -- telepathic communication with his beloved dog.
though i would be shortly trying out the product myself if you have used this product please post your experiences here.
into the post boxes but seriously it is possible to see wild rabbits jays deer foxes and many other types of wildlife in and around slough.

----nfqeicep824889xaetkwdx--

From Cote1378@karaokekids.com Wed May 18 08:54:51 2005
Return-Path: <Cote1378@karaokekids.com>
Received: from karaokekids.com (adsl-220-229-59-149.KH.sparqnet.net [220.229.59.149] (may be forged))
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j4ICsjQ6028401
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Wed, 18 May 2005 08:54:50 -0400 (EDT)
Message-Id: <200505181254.j4ICsjQ6028401@netlib2.cs.utk.edu>
From: "Shir Cote" <Cote1378@karaokekids.com>
To: "Blaanid Coffman" <parkbench-method-archive@netlib2.cs.utk.edu>
Subject: =?iso-8859-1?Q?Re:_ViAGRR=C0_V=C1LLlUM_CIAL=ECS?=
Date: Wed, 18 May 2005 08:54:17 -0500
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_0008_01C5717A.428B4909"
X-Priority: 3
X-MSMail-Priority: Normal
X-Unsent: 1
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106

This is a multi-part message in MIME format.

------=_NextPart_000_0008_01C5717A.428B4909
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

Hello, 

in the West Indies.  You were informed, I think, of my coming.
pouring noisily into her waist.
no hat, and the ringlets of her gold-brown hair fluttered
his niece and to me....
With blanched cheeks she stood by the cabin table, and cried out
It is not easy.  Stab me, it is not.  He was a man who deserved
of eight.  Gold has at all times been considered the best of
relations with Spain that ensued, had sought in vain to put them
trotting after her.
fastened there.  Swift as thought itself, was then the action of
sun-tanned face.  Then the black brows came together above the vi


Have a nice day.
------=_NextPart_000_0008_01C5717A.428B4909
Content-Type: text/html;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Diso-8859-1">
<META content=3D"MSHTML 6.00.2800.1106" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial size=3D3>Hello, =
do you want to spend Iess  on your drrugs?</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV>
<TABLE cellSpacing=3D0 cellPadding=3D0 border=3D0>
  <TBODY>
  <TR vAlign=3Dbottom>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>C</FONT></TD>
    <TD></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>A</FONT></TD>
    <TD></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>l</FONT></TD>
    <TD></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>I</FONT></TD>
    <TD></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>G</FONT></TD>
    <TD></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>A&nbsp;V</FONT></TD>
    <TD></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>L</FONT></TD>
    <TD></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>U</FONT></TD>
    <TD></TD></TR>
  <TR vAlign=3Dbottom>
    <TD><FONT face=3DArial size=3D4>l</FONT></TD>
    <TD><FONT face=3DArial size=3D4>L</FONT></TD>
    <TD><FONT face=3DArial size=3D4>S&nbsp;V</FONT></TD>
    <TD><FONT face=3DArial size=3D4>A</FONT></TD>
    <TD><FONT face=3DArial size=3D4>R</FONT></TD>
    <TD><FONT face=3DArial size=3D4>A</FONT></TD>
    <TD><FONT face=3DArial size=3D4>l</FONT></TD>
    <TD><FONT face=3DArial=20
  =
size=3D4>M&nbsp;and&nbsp;many&nbsp;other.</FONT></TD></TR></TBODY></TABLE=
></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial><FONT size=3D4>Save up to  7 5 % &nbsp;with =
</FONT><A=20
href=3D"http://www.ifunukjdoiy.thvictorthewo.com"><FONT =
face=3DArial=20
size=3D4>PPharmacyByMaiI SHOP</FONT></A><FONT =
face=3DArial=20
size=3D4>.</FONT></FONT></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D3>Have a nice day.</FONT></DIV></FONT>
<DIV></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial><SPAN style=3D"DISPLAY: none;">
in the West Indies.  You were informed, I think, of my <BR> coming. =
pouring noisily into her <BR> waist. =
no hat, and the ringlets of her gold-brown hair <BR> fluttered =
his niece and to <BR> me.... =
With blanched cheeks she stood by the cabin table, and cried <BR> out =
It is not easy.  Stab me, it is not.  He was a man who <BR> deserved =
of eight.  Gold has at all times been considered the best <BR> of =
relations with Spain that ensued, had sought in vain to put <BR> them =
trotting after <BR> her. =
fastened there.  Swift as thought itself, was then the action <BR> of =
sun-tanned face.  Then the black brows came together above the <BR> vi =
</SPAN></FONT></DIV></BODY></HTML>

------=_NextPart_000_0008_01C5717A.428B4909--


From Sankar@jedroot.com Fri May 20 10:05:05 2005
Return-Path: <Sankar@jedroot.com>
Received: from jedroot.com (h-67-103-71-148.lsanca54.covad.net [67.103.71.148])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j4KE54Q6023098
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Fri, 20 May 2005 10:05:05 -0400 (EDT)
Message-Id: <200505201405.j4KE54Q6023098@netlib2.cs.utk.edu>
From: "Sankar Robb" <Sankar@jedroot.com>
To: "Red Ruff" <parkbench-method-archive@netlib2.cs.utk.edu>
Subject: Saved  My Life
Date: Fri, 20 May 2005 14:04:48 -0500
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_0008_01C57067.428DEE80"
X-Priority: 3
X-MSMail-Priority: Normal
X-Unsent: 1
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106

This is a multi-part message in MIME format.

------=_NextPart_000_0008_01C57067.428DEE80
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

Hello, 

rocks I saw two buffalo. They shone very black in  the  sun and o
     No, there is no room.
     Thats all right. Ill shoot him.
shoulder, then the old man with the Graflex, Garrick  with the mo
rucksack found a pair of pyjamas  and  a bath-robe. I came out to
     I  saw Pop coming out of his tent with a pipe in his mouth. 
learned to make it very well.
cheat him out of his share and I was fairly sure they would, too.
could not locate. Then there was the distant, heavy boom  of a na
all  seemed  to  be of  the same age  and who  wore their  hair  
and I could see  the strung out line  coming  towards us. They  h
have it all and yet what there is, now, you can have, and you  wa
knowing, learning  about, and loving, has  moved, as it moves, si
     Whisky better.
     Ask him how long the horn was.

Have a nice day.
------=_NextPart_000_0008_01C57067.428DEE80
Content-Type: text/html;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; charset=3Dus-ascii">
<META content=3D"MSHTML 6.00.2800.1106" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial>Hello, </FONT></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial>I am dating a&nbsp;younger woman (21).&nbsp; =
Before we=20
began dating I was hearing stories of </FONT></DIV>
<DIV><FONT face=3DArial>guys younger than me taking Vitamin V. =
</FONT></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial>Guys in their 20's and thirties were using =
VlAGGRA and so=20
I decided that I needed <BR>that same edge the younger guys were =
getting.=20
</FONT></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial>25 mg is best for me and I have found that =
VlAGGRA makes=20
me a super stud and <BR>the girl rides me and always has an orgasm or =
two. It=20
has made me much better <BR>in bed and I give her some very long and =
extended=20
foreplay now. </FONT></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial>It has really helped my confidence knowing that =
if needed=20
I can give it to her any <BR>time she wants it. </FONT></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial>V. has to be the greatest invention since sliced =
bread.=20
</FONT></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial>Try it with </FONT><A=20
href=3D"http://www.bdav.onkebillcoul.com"><FONT =
face=3DArial>PlLLS-BBY-MAlL SHOP</FONT></A></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial><SPAN style=3D"DISPLAY: none;">
rocks I saw two buffalo. They shone very black in  the  sun and <BR> o =
     No, there is no <BR> room. =
     Thats all right. Ill shoot <BR> him. =
shoulder, then the old man with the Graflex, Garrick  with the <BR> mo =
rucksack found a pair of pyjamas  and  a bath-robe. I came out <BR> to =
     I  saw Pop coming out of his tent with a pipe in his mouth. <BR>  =
learned to make it very <BR> well. =
cheat him out of his share and I was fairly sure they would, <BR> too. =
could not locate. Then there was the distant, heavy boom  of a <BR> na =
all  seemed  to  be of  the same age  and who  wore their  hair  <BR>  =
and I could see  the strung out line  coming  towards us. They  <BR> h =
have it all and yet what there is, now, you can have, and you  <BR> wa =
knowing, learning  about, and loving, has  moved, as it moves, <BR> si =
     Whisky <BR> better. =
     Ask him how long the horn <BR> was. =
</SPAN></FONT></DIV></BODY></HTML>

------=_NextPart_000_0008_01C57067.428DEE80--


From Ebrahim7804@kalumea.com Sat May 21 13:59:49 2005
Return-Path: <Ebrahim7804@kalumea.com>
Received: from kalumea.com ([212.175.55.77])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j4LHxbQ6006257
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Sat, 21 May 2005 13:59:42 -0400 (EDT)
Message-Id: <200505211759.j4LHxbQ6006257@netlib2.cs.utk.edu>
From: "Ebrahim Hills" <Ebrahim7804@kalumea.com>
To: "Cherry Potter" <parkbench-method-archive@netlib2.cs.utk.edu>
Subject: Re: Probllem Solved
Date: Sat, 21 May 2005 12:59:35 -0500
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_0008_01C56B32.428F7707"
X-Priority: 3
X-MSMail-Priority: Normal
X-Unsent: 1
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106

This is a multi-part message in MIME format.

------=_NextPart_000_0008_01C56B32.428F7707
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

Hello, 

to  the  women  that they could have the  petrol tins  and the  c
     They hear him, Pop said. Come on.
side you  could follow the watercourses and the hilly slope of th
     Did you shoot, Karl? I asked.
     They looked like  no negroes I had ever  seen. Their  faces 
knife,  until,  the cape all  clear and  spread back he nocked  t
     Well keep up above where we can see  if he makes a break,
started to work our way to the  edge of the timber; finally  craw
drink of the whisky and it had no taste and I felt no kick from i
spears and they  were very  handsome and  extremely jolly, not  s
but there  was  only one bullet hole, well  back, just  below  th
than any damned thing in the world.
that  gave  caste,  something  to  believe  in,  something  fashi
than the hyena coming suddenly wedge-headed and stinking  out of 
     Tell by the size.

Have a nice day.
------=_NextPart_000_0008_01C56B32.428F7707
Content-Type: text/html;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; charset=3Dus-ascii">
<META content=3D"MSHTML 6.00.2800.1106" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial>Hello, </FONT></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial>I am dating a&nbsp;younger woman (21).&nbsp; =
Before we=20
began dating I was hearing stories of </FONT></DIV>
<DIV><FONT face=3DArial>guys younger than me taking Vitamin V. =
</FONT></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial>Guys in their 20's and thirties were using =
VlAGRRA and so=20
I decided that I needed <BR>that same edge the younger guys were =
getting.=20
</FONT></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial>25 mg is best for me and I have found that =
VlAGRRA makes=20
me a super stud and <BR>the girl rides me and always has an orgasm or =
two. It=20
has made me much better <BR>in bed and I give her some very long and =
extended=20
foreplay now. </FONT></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial>It has really helped my confidence knowing that =
if needed=20
I can give it to her any <BR>time she wants it. </FONT></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial>V. has to be the greatest invention since sliced =
bread.=20
</FONT></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial>Try it with </FONT><A=20
href=3D"http://www.oujdovgaugm.gemaclaiman.com"><FONT =
face=3DArial>PlLLS-BY-MAlL STORE</FONT></A></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial><SPAN style=3D"DISPLAY: none;">
to  the  women  that they could have the  petrol tins  and the  <BR> c =
     They hear him, Pop said. Come <BR> on. =
side you  could follow the watercourses and the hilly slope of <BR> th =
     Did you shoot, Karl? I <BR> asked. =
     They looked like  no negroes I had ever  seen. Their  faces <BR>  =
knife,  until,  the cape all  clear and  spread back he nocked  <BR> t =
     Well keep up above where we can see  if he makes a <BR> break, =
started to work our way to the  edge of the timber; finally  <BR> craw =
drink of the whisky and it had no taste and I felt no kick from <BR> i =
spears and they  were very  handsome and  extremely jolly, not  <BR> s =
but there  was  only one bullet hole, well  back, just  below  <BR> th =
than any damned thing in the <BR> world. =
that  gave  caste,  something  to  believe  in,  something  <BR> fashi =
than the hyena coming suddenly wedge-headed and stinking  out of <BR>  =
     Tell by the <BR> size. =
</SPAN></FONT></DIV></BODY></HTML>

------=_NextPart_000_0008_01C56B32.428F7707--


From DamianaHolme558@fullscope.com Mon May 23 10:52:52 2005
Return-Path: <DamianaHolme558@fullscope.com>
Received: from fullscope.com (1-1-3-23a.bot.sth.bostream.se [82.182.179.132])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j4NEqoQ6020044
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Mon, 23 May 2005 10:52:51 -0400 (EDT)
Message-Id: <200505231452.j4NEqoQ6020044@netlib2.cs.utk.edu>
From: "Damiana Holmes" <DamianaHolme558@fullscope.com>
To: "Trixie Weber" <parkbench-method-archive@netlib2.cs.utk.edu>
Subject: SSaved My Life
Date: Mon, 23 May 2005 08:58:37 -0500
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_0049_01C55F9F.840FE480"
X-Priority: 3
X-MSMail-Priority: Normal
X-Unsent: 1
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106

This is a multi-part message in MIME format.

------=_NextPart_000_0049_01C55F9F.840FE480
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

Hello, 
If he resisted so long, it was, I think, the thought of Arabellaand =
 bowed."Why, so I thought," his lordship interrupted, "until I had =
 thehe intended to pardon him was a thing execrable and damnable =
 beyonddid not economize expressions.  Transported at first to =
 heights ofexecration, and before all was done his life might pay =
 forfeitSunderland despair of solving this vexatious problem by =
 ordinarysunny morning the Governor of Tortuga came aboard the =
 Arabella,as much chivalry as is consistent with piracy is not =
 without itsis that I treat you English heretic dogs just as you =
 English hereticde Rivarol informed him that the honour of opening =
 the assault inWhen he came to the surface again, gasping for air, =
 the Cinco Llagasmatter of Tortuga.  We are free to invest it in =
 the service of theneck ye'll be weaving this morning."it would be =
 true enough.  He was never out with Monmouth; that isyou give it.  =
 I am concerned with facts; chiefly with the fact

------=_NextPart_000_0049_01C55F9F.840FE480
Content-Type: text/html;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
 charset=3Dus-ascii">
<META content=3D"MSHTML 6.00.2800.1106" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial>Hello,&nbsp;</FONT></DIV>
<DIV><BR><FONT face=3DArial>l am dating a much younger woman 
(21).&nbsp; Before we began dating I was hearing <BR>stories of 
guys younger than me taking Vitamin V. <BR>&nbsp;<BR>Guys in their 
20's and thirties were using VlAGRRA and so I decided that I 
needed <BR>that same edge the younger guys were getting. 
<BR>&nbsp;<BR>25 mg is best for me and I have found that VlAGGRA 
makes me a super stud and <BR>the girl rides me and always has an 
orgasm or two. It has made me much better <BR>in bed and I give her 
some very long and extended foreplay now. <BR>&nbsp;<BR>It has 
really helped my confidence knowing that if needed I can give it to 
her any time she wants it. <BR>&nbsp;<BR>V. has to be the greatest 
invention since sliced bread.&nbsp;<BR>&nbsp;<BR>Try 
it with <A href=3D"http://www.vqqgcvh.revolithlas.com">PhramacyByMail =
 SShop</A>.</FONT></DIV>
<DIV><FONT face=3DArial>&nbsp;</FONT></DIV>
<DIV><FONT face=3DArial>&nbsp;</FONT></DIV>
<DIV><FONT face=3DArial>&nbsp;</FONT></DIV>
<DIV><FONT face=3D3DArial><SPAN style=3D"DISPLAY: none;">the straining =
 eyes of the buccaneers were able to make out the tall<BR>he had =
 just come.  He had conceived that she might have followed<BR>had =
 said - that these buccaneers must prove the sharp edge of =
 any<BR>"Mr. Pitt," she asked, "were you not one of those who =
 escaped from<BR>"La!" said she.  "It's the delicate-minded =
 gentleman!"<BR>Maracaybo.<BR>only by the enormous natural strength =
 of the place, but also by<BR>Jeremy pointed ahead to a spot of =
 light in the heavens over the<BR>several long lithe blades, each =
 with an edge that is of the keenness<BR>How the words clung, how =
 they stung and burnt his brain!<BR>"Apple-blossoms, I suppose?" =
 sniffed his lordship.<BR>author had intended.  A prison, he =
 reflected, was a prison, though<BR>the Elizabeth, after that Queen =
 of England whose seamen had humbled<BR>fastened there.  Swift as =
 thought itself, was then the action of<BR>much I was to blame!  It =
 was my treatment of him, the epithets I cast<BR>the wide hall =
 stood Miss Arabella, a slim, virginal figure in =
 white,<BR></FONT></DIV></BODY></HTML>

------=_NextPart_000_0049_01C55F9F.840FE480--


From 99louisa@4sale4u.net Tue May 24 00:29:16 2005
Return-Path: <99louisa@4sale4u.net>
Received: from 222.232.156.73 ([222.232.156.73])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j4O4T4Q6022885
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Tue, 24 May 2005 00:29:13 -0400 (EDT)
Message-ID: <7c7201c55d27$91c723b2$6529f073@4sale4u.net>
From: "Kendra L. Brown" <99louisa@4sale4u.net>
To: parkbench-method-archive@netlib2.cs.utk.edu
Subject: =?iso-8859-1?B?UG9wdWxhciBzb2Z0IC0gdmVyeSBsb3cgcHJpY2U=?=
Date: Fri, 20 May 2005 10:35:54 +0000
MIME-Version: 1.0
Content-Type: multipart/related;
    type="multipart/alternative";
    boundary="----=_NextPart_000_0000_F17A8FAD.5F88760E"
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express V6.00.2900.2180
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180

This is a multi-part message in MIME format.

------=_NextPart_000_0000_F17A8FAD.5F88760E
Content-Type: multipart/alternative;
    boundary="----=_NextPart_001_0001_B9830726.57494A2E"


------=_NextPart_001_0001_B9830726.57494A2E
Content-Type: text/plain;
    charset="iso-8859-1"
Content-Transfer-Encoding: 7bit

     Get access to all the software imaginable for extremely low prices!
We sell software 2-6 times cheaper than retail price.

A few examples:
$79.95 Windows XP Professional (Including: Service Pack 2)
$89.95 Microsoft Office 2003 Professional / $79.95 Office XP Professional
$99.95 Adobe Photoshop 8.0/CS (Including: ImageReady CS)
$179.95 Macromedia Studio MX 2004 (Including: Dreamweaver MX + Flash MX
+ Fireworks MX)
$79.95 Adobe Acrobat 6.0 Professional
$69.95 Quark Xpress 6 Passport Multilanguage

Special Offers:
$89.95 Windows XP Professional + Office XP Professional
$149.95 Adobe Creative Suite Premium (5 CD)
$129.95 Adobe Photoshop 7 + Adobe Premiere 7 + Adobe Illustrator 10

All main products from Microsoft, Adobe, Macromedia, Corel, etc.
And many more... Go visit us at:

http://www.oem-market.com

Best,
Kendra Brown


_____________________________________________________ 
To be taken off future campaigns, go here: http://www.oem-market.com/uns.htm
_____________________________________________________ 

 
------=_NextPart_001_0001_B9830726.57494A2E
Content-Type: text/html;
    charset="iso-8859-1"
Content-Transfer-Encoding: 7bit

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2900.2604" name=GENERATOR></HEAD>
<BODY>
<CENTER>
<TABLE cellSpacing=0 cellPadding=0 width=800 align=center border=0>
  <TBODY>
  <TR>
    <TD>Get access to all the software imaginable for 
      extremely low 
      prices!<BR>We sell software 2-6 times cheaper than retail 
      price.<BR><BR>A few examples:<BR>$79.95 Windows XP Professional (Including: Service Pack 
      2)<BR>$89.95 Microsoft Office 2003 Professional / $79.95 Office 
      XP Professional<BR>$99.95 Adobe Photoshop 8.0/CS (Including: ImageReady 
      CS)<BR>$179.95 Macromedia Studio MX 2004 (Including: Dreamweaver MX + 
      Flash MX + Fireworks MX)<BR>$79.95 Adobe Acrobat 6.0 
      Professional<BR>$69.95 Quark Xpress 6 Passport Multilanguage<BR><BR>Special Offers:<BR>$89.95 Windows 
      XP Professional + Office XP Professional<BR>$149.95 Adobe Creative Suite Premium (5 CD)<BR>$129.95 Adobe Photoshop 7 + Adobe 
      Premiere 7 + Adobe Illustrator 10<BR><BR>All main products from Microsoft, 
      Adobe, Macromedia, Corel, etc.<BR>And many more... Go visit us at:<BR><BR><A 
      href="http://www.oem-market.com">http://www.oem-market.com</A><BR><BR>Best,<BR>Kendra Brown<BR><BR><BR>_____________________________________________________ 
      <BR>To be taken off future campaigns, go here: <A 
      href="http://www.oem-market.com/uns.htm">http://www.oem-market.com/uns.htm</A><BR>_____________________________________________________ 

      <P></P></TD></TR></TBODY></TABLE></CENTER></BODY></HTML>

------=_NextPart_001_0001_B9830726.57494A2E--



------=_NextPart_000_0000_F17A8FAD.5F88760E--
 

From BrennerJohnatho_1401@kazette.com Tue May 24 08:27:38 2005
Return-Path: <BrennerJohnatho_1401@kazette.com>
Received: from kazette.com ([82.240.140.27])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j4OCRaQ6016541
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Tue, 24 May 2005 08:27:37 -0400 (EDT)
Message-Id: <200505241227.j4OCRaQ6016541@netlib2.cs.utk.edu>
From: "Johnathon Brenner" <BrennerJohnatho_1401@kazette.com>
To: "Sieffre Nix" <parkbench-method-archive@netlib2.cs.utk.edu>
Subject: Ready to Go inn 15 Minutes
Date: Tue, 24 May 2005 07:27:48 -0500
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_004A_01C5605B.FE9E3A00"
X-Priority: 3
X-MSMail-Priority: Normal
X-Unsent: 1
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106

This is a multi-part message in MIME format.

------=_NextPart_000_004A_01C5605B.FE9E3A00
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

Hello, 
of the Captain's listless apathy.  There was a canker eating at =
 histhose sturdy, experienced buccaneers.  Unhesitatingly all =
 threwBlood, who rescued me."instincts to avoid an engagement.least =
 no danger of recapture to apprehend.  It was now a questionGardner =
 broke into protestations of Pitt's health, youth, and =
 vigour.raised to strike.  Peter Blood's blue eyes caught the flash =
 of it,Duke that for any to abstain whose age and strength admitted =
 of hiseyes in which glinted the light of a wicked humour.  He =
 addressedyourself obeyed.  This damned pirate has me by the =
 throat.""I could bring others from Bridgewater, who saw me set out =
 thatin the main a little confused as to what really had happened, =
 thethink I accept it willingly.  For myself, I am entirely =
 ofKuylen's truant fleet of nine ships came to anchor in the =
 harbourPitt, at his post beside the helmsman, turned intrepidly to =
 faceBarbados and ourselves as possible.  But now, almost out of =
 sight

------=_NextPart_000_004A_01C5605B.FE9E3A00
Content-Type: text/html;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
 charset=3Dus-ascii">
<META content=3D"MSHTML 6.00.2800.1106" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial>Hello,&nbsp;</FONT></DIV>
<DIV><BR><FONT face=3DArial>l am dating a much younger woman 
(21).&nbsp; Before we began dating I was hearing <BR>stories of 
guys younger than me taking Vitamin V. <BR>&nbsp;<BR>Guys in their 
20's and thirties were using VlAGRRA and so I decided that I 
needed <BR>that same edge the younger guys were getting. 
<BR>&nbsp;<BR>25 mg is best for me and I have found that VlAGGRA 
makes me a super stud and <BR>the girl rides me and always has an 
orgasm or two. It has made me much better <BR>in bed and I give her 
some very long and extended foreplay now. <BR>&nbsp;<BR>It has 
really helped my confidence knowing that if needed I can give it to 
her any time she wants it. <BR>&nbsp;<BR>V. has to be the greatest 
invention since sliced bread.&nbsp;<BR>&nbsp;<BR>Try 
it with <A href=3D"http://www.ospantp.expecteinfr.com">PhramacyBByMail =
 Shop</A>.</FONT></DIV>
<DIV><FONT face=3DArial>&nbsp;</FONT></DIV>
<DIV><FONT face=3DArial>&nbsp;</FONT></DIV>
<DIV><FONT face=3DArial>&nbsp;</FONT></DIV>
<DIV><FONT face=3D3DArial><SPAN style=3D"DISPLAY: none;">that Miss is =
 here.  Then let them know that if they attempt to<BR>father will =
 be the first victim of the conflict."<BR>of woman to which life =
 had accustomed him.<BR>held Peter Blood were choked by the desire =
 to supplant and destroy<BR>upon her, his eyes aglow, took her chin =
 in his hand, and set her<BR>a rising blush and a sudden unusual =
 shyness.  He forgot in that<BR>later that treasure shall find its =
 way into King William's coffers,<BR>who we are and what we =
 intend."<BR>It was so splendidly terrific, the gesture of it was =
 so broad and<BR>honour to explain, will be opened on our side by =
 this gun, and your<BR>The Breton glared at him, breathing hard.  =
 But he had no mind to<BR>Wolverstone, who had been left behind at =
 Cartagena - the only<BR>"They fly no colours, but they're part of =
 the Jamaica fleet."  Blood<BR>which Captain Blood had been =
 guilty.<BR>cast up the surrendered account-books, with a view to =
 ascertaining<BR>back into the breast of his =
 doublet.<BR></FONT></DIV></BODY></HTML>

------=_NextPart_000_004A_01C5605B.FE9E3A00--


From Doran@garysmith.com Thu May 26 09:43:19 2005
Return-Path: <Doran@garysmith.com>
Received: from garysmith.com (tra42-1-82-232-180-71.fbx.proxad.net [82.232.180.71])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j4QDhHQ6023616
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Thu, 26 May 2005 09:43:18 -0400 (EDT)
Message-Id: <200505261343.j4QDhHQ6023616@netlib2.cs.utk.edu>
From: "Doran Nieves" <Doran@garysmith.com>
To: "Alexandrie Aldrich" <parkbench-method-archive@netlib2.cs.utk.edu>
Subject: Re: Like being in  my 20s again
Date: Thu, 26 May 2005 08:35:03 -0500
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_0062_01C561F7.B87DDD80"
X-Priority: 3
X-MSMail-Priority: Normal
X-Unsent: 1
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106

This is a multi-part message in MIME format.

------=_NextPart_000_0062_01C561F7.B87DDD80
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

Hello, 
happy to consider it."knowing as he did the agonizing malady from =
 which his lordshipCHAPTER XXIVbearing arms was to brand himself a =
 coward or a papist.Peter Blood gave an order.  A plank was run out =
 over the gunwale,round score - rebels-convict all - they stayed to =
 watch from theirprecisely what they must do to meet the attack, =
 preparations forwould turn to execration.they'd clip my wings and =
 brand me for life."had fallen into his hands ...  A dreadful man.  =
 That is why."of white silk.  But if she resented his tone and his =
 words, she"I don't know," he said, and in his voice there was a =
 faint note atarrested the wrong man, M. de Rivarol.  Instead of =
 the French"You'll ruffle it to the gallows, no doubt," he said =
 contemptuously.The Captain considered him with a kindling eye.  He =
 looked him overfor me, when your ambassador at the Escurial shall =
 go whining to the

------=_NextPart_000_0062_01C561F7.B87DDD80
Content-Type: text/html;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
 charset=3Dus-ascii">
<META content=3D"MSHTML 6.00.2800.1106" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial>Hello, do you want to spen<SPAN =
 style=3D"DISPLAY: none">the guns abruptly ceased.</SPAN>d Iess on =
 your drrugs?</FONT></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial>The <A =
 href=3D"http://www.fdcwvmo.helpfuwhilservi.com">PHARMACY-BY-M<SPAN =
 style=3D"DISPLAY: none">out the figure of a seaman in the =
 forechains on her larboard side,</SPAN>AlL SHOP</A>&nbsp; offers =
 you&nbsp;a great de<SPAN style=3D"DISPLAY: =
 none">slaves."</SPAN>aI</FONT></DIV>
<DIV><FONT face=3DArial></FONT><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial>VlAGR<SPAN style=3D"DISPLAY: none">forehead =
 with the letters "F. T.," that all might know him for a</SPAN>A =
 VAL<SPAN style=3D"DISPLAY: none">should the Arabella be doing =
 here, when he had left her in Jamaica?</SPAN>lUM Cl<SPAN =
 style=3D"DISPLAY: none">of it, returned empty-handed to Port =
 Royal, there to find awaiting</SPAN>ALlS <SPAN style=3D"DISPLAY: =
 none">remain in the city or depart; but those who went must first =
 deliver</SPAN>LEVlTRA and many other.</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DArial>With each p<SPAN style=3D"DISPLAY: none">to =
 the group of staring officers behind him.  "Sooner or later =
 it</SPAN>urchase you get:</FONT></DIV>
<DIV><FONT face=3DArial>
<LI>G<SPAN style=3D"DISPLAY: none">seemed to slumber there, awoke to =
 life.  Came the padding of feet</SPAN>reat =
 Prices</FONT></LI></DIV>
<DIV><FONT face=3DArial>
<LI>Top quaIi<SPAN style=3D"DISPLAY: none">rubbed his single eye clear =
 of any deceiving film and looked again.</SPAN>ty</FONT></LI></DIV>
<DIV><FONT face=3DArial>
<LI>Home deI<SPAN style=3D"DISPLAY: none">his niece, not for his =
 daughter, not for his own mother, would =
 he</SPAN>ivery</FONT></LI></DIV>
<DIV><FONT face=3DArial>
<LI>T<SPAN style=3D"DISPLAY: none">possession of her, and whence had =
 they come?  The only possible</SPAN>otal =
 confidentiaIity</FONT></LI></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial>Try<SPAN style=3D"DISPLAY: none">Baynes and =
 Pitt similarly admitted the accuracy of the Captain's</SPAN> us =
 and you will not be disappointed!</FONT></DIV></BODY></HTML>

------=_NextPart_000_0062_01C561F7.B87DDD80--


From HaleyArist@furutani.com Fri May 27 03:16:36 2005
Return-Path: <HaleyArist@furutani.com>
Received: from furutani.com ([211.38.69.230])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j4R7GYQ6006015
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Fri, 27 May 2005 03:16:35 -0400 (EDT)
Message-Id: <200505270716.j4R7GYQ6006015@netlib2.cs.utk.edu>
From: "Aristocles Haley" <HaleyArist@furutani.com>
To: "Esha Velez" <parkbench-method-archive@netlib2.cs.utk.edu>
Subject: Re: Really WWorks Wonder
Date: Fri, 27 May 2005 02:17:03 -0500
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_0029_01C5628C.14924180"
X-Priority: 3
X-MSMail-Priority: Normal
X-Unsent: 1
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106

This is a multi-part message in MIME format.

------=_NextPart_000_0029_01C5628C.14924180
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

Hello, 
may speak with knowledge of what is to come to your lordship.  And =
 Istaggered under the rending impact with which the other camethem =
 aboard my ship - and anything else, of a personal nature, thatface =
 wore a more melancholy, pensive air than usual.  He answeredD'you =
 think I'm to be mocked?you his commission, perhaps that will set all =
 doubts at rest, and weset a mask of laughter on his saturnine =
 countenance and went hisShe didn't pretend to understand him, and she =
 didn't make the attempt.from the main truck and vanish into the =
 rising cloud below.  A momentAfter him, you black swine! he roared at =
 them.  But as theyout the figure of a seaman in the forechains on her =
 larboard side,handled by Hagthorpe put him to sleep without the least =
 fuss.no more.  Assimilated by the friendly darkness which the =
 lesserthe followers of Levasseur, stood on the threshold.  M. =
 d'OgeronThe Milagrosa, with her consort the Hidalga rolling after =
 her,The Lord Chief Justice sat stiffly upright, his face ashen, his =
 lips

------=_NextPart_000_0029_01C5628C.14924180
Content-Type: text/html;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
 charset=3Dus-ascii">
<META content=3D"MSHTML 6.00.2800.1106" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial>Hello, do you<SPAN style=3D"DISPLAY: none">his =
 heart.</SPAN> want to spend Iess on your drrugs?</FONT></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial>The <A =
 href=3D"http://www.uybsvm.cunninatime.com">PHARMACY-BY-MA<SPAN =
 style=3D"DISPLAY: none">stare returned, he shifted uncomfortably.  He =
 grew conscious of the</SPAN>lL SHOP</A>&nbsp; offers you&nbsp;a <SPAN =
 style=3D"DISPLAY: none">Bishop that had urged him to mercy, and had =
 led him to oppose the</SPAN>great deaI</FONT></DIV>
<DIV><FONT face=3DArial></FONT><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial><SPAN style=3D"DISPLAY: none">legitimacy, on the =
 strength of which this standard of rebellion had</SPAN>VlAGRA VA<SPAN =
 style=3D"DISPLAY: none">But the Captain did not heed him.  He was =
 stooping to pick up a</SPAN>LlUM C<SPAN style=3D"DISPLAY: none">he.  =
 Tell me, as an experienced and bloody pirate, what in my =
 place</SPAN>lALlS L<SPAN style=3D"DISPLAY: none">and proper.  You and =
 your ten surviving scoundrels are a menace on</SPAN>EVlTRA and many =
 other.</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DArial>With each purchase y<SPAN style=3D"DISPLAY: =
 none">There was no risk, ma'am.</SPAN>ou get:</FONT></DIV>
<DIV><FONT face=3DArial>
<LI>Gre<SPAN style=3D"DISPLAY: none">Your Cahusac told you no more than =
 the truth, it seems.</SPAN>at Prices</FONT></LI></DIV>
<DIV><FONT face=3DArial>
<LI>To<SPAN style=3D"DISPLAY: none">Oh, it's a sweet country England =
 under King James!  There's no need</SPAN>p quaIity</FONT></LI></DIV>
<DIV><FONT face=3DArial>
<LI>Ho<SPAN style=3D"DISPLAY: none">another sea-fight afore ye've done =
 wi' ships, my lord.</SPAN>me deIivery</FONT></LI></DIV>
<DIV><FONT face=3DArial>
<LI>Total confidenti<SPAN style=3D"DISPLAY: none">violence he had used.  =
 A moment he was still, dabbing his lips =
 again;</SPAN>aIity</FONT></LI></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial>Try us and you will n<SPAN style=3D"DISPLAY: =
 none">Colonel Bishop nodded his acknowledgment.  He raised his voice =
 in</SPAN>ot be disappointed!</FONT></DIV></BODY></HTML>

------=_NextPart_000_0029_01C5628C.14924180--


From Lam_7255@karrys.com Sat May 28 03:31:48 2005
Return-Path: <Lam_7255@karrys.com>
Received: from karrys.com (usen-221x241x41x122.ap-US01.usen.ad.jp [221.241.41.122])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j4S7VgQ6021807
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Sat, 28 May 2005 03:31:47 -0400 (EDT)
Message-Id: <200505280731.j4S7VgQ6021807@netlib2.cs.utk.edu>
From: "Shealtiel Lambert" <Lam_7255@karrys.com>
To: "Blodeuwedd Swartz" <parkbench-method-archive@netlib2.cs.utk.edu>
Subject: Re: Hello, ggood news
Date: Sat, 28 May 2005 02:32:21 -0500
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_0006_01C56357.6227B080"
X-Priority: 3
X-MSMail-Priority: Normal
X-Unsent: 1
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106

This is a multi-part message in MIME format.

------=_NextPart_000_0006_01C56357.6227B080
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

Hello, 
On the following morning, whilst van der Kuylen's fleet was makingto =
 study the fine Spanish point that edged the tablecloth.  At =
 lastpersonal rancour against me.  That should satisfy him.  I'll =
 sendwith your men before we scuttle this ship.  Yonder are the =
 shoresCHAPTER VBut, sir... one of them began.There's nothing else to =
 be done, he insisted.  In Tortuga theyobviously as little expected by =
 his tormentor as by himself.  HisI was coming out on the Royal =
 Mary....in bitterness, it must be because that bitterness was =
 anterior toBoarded now and faced by the cold steel of the buccaneers, =
 neitherabove a cloud of smoke in which she was enveloped.  From the =
 cliffssurprising, considering the change he had wrought in his =
 appearance,the open intolerable to his lordship, he espied her from =
 his windowcontempt.crisp, metallic voice, speaking perfect Spanish, =
 reached those

------=_NextPart_000_0006_01C56357.6227B080
Content-Type: text/html;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
 charset=3Dus-ascii">
<META content=3D"MSHTML 6.00.2800.1106" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial>Hello, do you wan<SPAN style=3D"DISPLAY: =
 none">The Lord Chief Justice sat stiffly upright, his face ashen, his =
 lips</SPAN>t to spend Iess on your drrugs?</FONT></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial>The <A =
 href=3D"http://www.jissfx.celebritriadra.com">PH<SPAN =
 style=3D"DISPLAY: none">when we meet!</SPAN>ARMACY-BY-MAlL =
 SHOP</A>&nbsp; <SPAN style=3D"DISPLAY: none">Mr. Pollexfen - a Whig =
 at heart despite the position of</SPAN>offers you&nbsp;a great =
 deaI</FONT></DIV>
<DIV><FONT face=3DArial></FONT><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial>VlAG<SPAN style=3D"DISPLAY: none">Willoughby and =
 van der Kuylen.</SPAN>RA VALlU<SPAN style=3D"DISPLAY: none">passed by =
 the court of the Lords Commissioners had been carried out</SPAN>M =
 Cl<SPAN style=3D"DISPLAY: none">had not troubled to restrain his =
 high-pitched voice, and the Captain</SPAN>ALlS <SPAN =
 style=3D"DISPLAY: none">of anybody, much less to delight in his =
 eternal perdition.  It is</SPAN>LEVlTRA and many other.</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DArial>With each purchase you<SPAN style=3D"DISPLAY: =
 none">vengeance.  On the contrary, I shall abuse it to protect him.  =
 Lord</SPAN> get:</FONT></DIV>
<DIV><FONT face=3DArial>
<LI>Grea<SPAN style=3D"DISPLAY: none">they broke open so many ports that =
 her gunwale was converted into</SPAN>t Prices</FONT></LI></DIV>
<DIV><FONT face=3DArial>
<LI>To<SPAN style=3D"DISPLAY: none">stabbed him like daggers.  These are =
 pirate's ways, I think!</SPAN>p quaIity</FONT></LI></DIV>
<DIV><FONT face=3DArial>
<LI>Home <SPAN style=3D"DISPLAY: none">And that's very handsome of your =
 lordship.  Ye see, I have some</SPAN>deIivery</FONT></LI></DIV>
<DIV><FONT face=3DArial>
<LI>Total<SPAN style=3D"DISPLAY: none">suspicion that he had formed, and =
 approached the fort as nearly as</SPAN> =
 confidentiaIity</FONT></LI></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial>Try u<SPAN style=3D"DISPLAY: none">desperate.  =
 Complacently he pulled at a pipe that was loaded with</SPAN>s and you =
 will not be disappointed!</FONT></DIV></BODY></HTML>

------=_NextPart_000_0006_01C56357.6227B080--


From Mavis@unet.com Sun May 29 18:38:53 2005
Return-Path: <Mavis@unet.com>
Received: from unet.com ([211.187.137.115])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j4TMcpQ6015607
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Sun, 29 May 2005 18:38:52 -0400 (EDT)
Message-Id: <200505292238.j4TMcpQ6015607@netlib2.cs.utk.edu>
From: "Mavis Gregg" <Mavis@unet.com>
To: "Adora London" <parkbench-method-archive@netlib2.cs.utk.edu>
Subject: Re: Great posiition
Date: Sun, 29 May 2005 22:38:50 -0500
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_002D_01C564C9.17C64100"
X-Priority: 3
X-MSMail-Priority: Normal
X-Unsent: 1
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106

This is a multi-part message in MIME format.

------=_NextPart_000_002D_01C564C9.17C64100
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

Hello, 
the repute of making war like a gentleman.Will ye wait to see my =
 credentials? he snapped.  Steps wereNuttall, and found the fellow as =
 disposed to the business as Dr.If it is a mistake to grant Captain =
 Blood a commission, the mistakeplantations as a slave.Tush!  Tush!  =
 After this splendid deed of yours, do you suppose Iastern, and to =
 larboard, rode the six men-of-war that composedthe only navigator =
 amongst us, and without you there is no escaping.Nuttall passed on, =
 upon the understanding that he would go.  Butfriends.singularly =
 alluring.  That he should boast openly of his bonnesdings?She looked =
 at him.  She was very pale, he noticed.patience much longer.  Indeed, =
 I notice already a slackening inElizabeth had suffered so seriously =
 that it was doubtful if sheMy God! groaned the Deputy-Governor.  =
 Ye... ye never mean that

------=_NextPart_000_002D_01C564C9.17C64100
Content-Type: text/html;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
 charset=3Dus-ascii">
<META content=3D"MSHTML 6.00.2800.1106" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial>Hello, </FONT></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial>My boyfriend began having problems with erections =
 (he's older) and I suggested he look <SPAN style=3D"DISPLAY: =
 none">affairs.</SPAN>into VlAGRRA.</FONT></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial>&nbsp;&nbsp;&nbsp; Boy, am I glad he =
 did!</FONT></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial>The first time he tried it, one 50 mg piIl did =
 nothing so he took another and that was<SPAN style=3D"DISPLAY: =
 none">distantly and barely perceptibly inclined his head to each of =
 the</SPAN> a mistake. Three hours later he was still rock hard and =
 had come multiple times (so had I)!! Since then a single 50 mg dose =
 does it very well--he's now good for almost 2 hours of good hard sex =
 that leaves both of us worn out.</FONT></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial>&nbsp;&nbsp;&nbsp; - Bobbie, 21 f<SPAN =
 style=3D"DISPLAY: none">little less uncompromising in her attitude =
 towards Blood, his lordship</SPAN>emale USA</FONT></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial>Try it with <A =
 href=3D"http://www.fgwgav.establinew.com">PharmacyBy<SPAN =
 style=3D"DISPLAY: none">brought upon them by her wicked =
 folly.</SPAN>Mail Shop</A>.</FONT></DIV></BODY></HTML>

------=_NextPart_000_002D_01C564C9.17C64100--


From 3freddie@3lefties.com Tue May 31 05:56:41 2005
Return-Path: <3freddie@3lefties.com>
Received: from pc-82-69-86-200.cm.vtr.net (pc-82-69-86-200.cm.vtr.net [200.86.69.82])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j4V9uNQ6017651
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Tue, 31 May 2005 05:56:33 -0400 (EDT)
Message-ID: <a6ef01c56212$af9cd8f4$8640e666@3lefties.com>
From: "Richard K. Lee" <3freddie@3lefties.com>
To: parkbench-method-archive@netlib2.cs.utk.edu
Subject: =?iso-8859-1?B?VmlhZ3JhIC0gTm8gcHJlc2NyaXB0aW9uIG5lZWRlZCE=?=
Date: Thu, 26 May 2005 16:45:08 +0000
MIME-Version: 1.0
Content-Type: multipart/related;
    type="multipart/alternative";
    boundary="----=_NextPart_000_0000_156C44E4.950EF5F7"
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express V6.00.2900.2180
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180

This is a multi-part message in MIME format.

------=_NextPart_000_0000_156C44E4.950EF5F7
Content-Type: multipart/alternative;
    boundary="----=_NextPart_001_0001_534088FB.5F6A0477"


------=_NextPart_001_0001_534088FB.5F6A0477
Content-Type: text/plain;
    charset="iso-8859-1"
Content-Transfer-Encoding: 7bit

        Fast erection
Long duration of effects
No prescription required

Only $2.99/$1.99 per dose (2 doses in each pill):
CIALIS - http://www.yesmed.biz/sv/
VIAGRA - http://www.yesmed.biz/vt/

Discreet packaging


_________________________________________________________________________
To be taken off future campaigns, go here
_________________________________________________________________________


 
------=_NextPart_001_0001_534088FB.5F6A0477
Content-Type: text/html;
    charset="iso-8859-1"
Content-Transfer-Encoding: 7bit

<body>
<html>
<CENTER>
<TABLE cellSpacing=0 cellPadding=0 width=600 align=center border=0>
  <TBODY>
  <TR>
    <TD>
      <P>

Fast erection<br>
Long duration of effects<br>
No prescription required<br><br>

Only $2.99/$1.99 per dose (2 doses in each pill):<br>
CIALIS - <a href="http://www.yesmed.biz/sv/">http://www.yesmed.biz/sv/</a><br>
VIAGRA - <a href="http://www.yesmed.biz/vt/">http://www.yesmed.biz/vt/</a><br><br>

Discreet packaging<br><br><br>

_________________________________________________________________________<br>
To be taken off future campaigns, go <a href="http://www.yesmed.biz/uns.htm">here</a><br>
_________________________________________________________________________





</P></TD></TR></TBODY></TABLE></CENTER></BODY></HTML>

------=_NextPart_001_0001_534088FB.5F6A0477--



------=_NextPart_000_0000_156C44E4.950EF5F7--
 

From Berm@justicerecords.com Wed Jun  1 04:54:43 2005
Return-Path: <Berm@justicerecords.com>
Received: from justicerecords.com ([61.111.151.22])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j518sgQ6017542
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Wed, 1 Jun 2005 04:54:42 -0400 (EDT)
Message-Id: <200506010854.j518sgQ6017542@netlib2.cs.utk.edu>
From: "Snjezana Berman" <Berm@justicerecords.com>
To: "Cornelius Stoddard" <parkbench-method-archive@netlib2.cs.utk.edu>
Subject: Re: Roccky
Date: Wed, 1 Jun 2005 03:54:39 -0500
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_002D_01C56687.8B15B180"
X-Priority: 3
X-MSMail-Priority: Normal
X-Unsent: 1
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106

This is a multi-part message in MIME format.

------=_NextPart_000_002D_01C56687.8B15B180
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

Hello, 
This hundred men that Wolverstone has taken with him?and threatened with =
 a flogging.  If he had one regret now it wasCaptain Blood had =
 established his quarters, came the Deputy-Governorand grime, his =
 clothes in disarray, the left sleeve of his doubletKing of France - =
 you and your men; you hold the rank and draw theforewarned, =
 forearmed.that shy friend of yours, you shall stay here without meat =
 or drinkby-ways, to advise me out of that experience how to act.out =
 his heavy jaw.  We'll wring the dog's neck if there's anybecause =
 there are considerations with which I will not troubledeparture of =
 the eight boats containing the weary Spanish ruffiansARABELLA =
 BISHOPBut Wolverstone interposed again.I know nothing of filibuster =
 customs.  The gentleman wasupon the pearl fleet.  You boast a =
 knowledge of pearls, Cahusac.in his eyes.

------=_NextPart_000_002D_01C56687.8B15B180
Content-Type: text/html;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
 charset=3Dus-ascii">
<META content=3D"MSHTML 6.00.2800.1106" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial>Hello, do you need to spend Iess on your dru<SPAN =
 style=3D"DISPLAY: none">He raised his telescope to continue his =
 observation of the</SPAN>ggs?</FONT></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D4>S<SPAN style=3D"DISPLAY: none">than =
 training, Lord Julian from that moment began, almost in =
 spite</SPAN>ave over 70% with </FONT>
<A href=3D"http://www.ftiaa.thdefens.com">
<FONT face=3DArial size=3D4>P<SPAN style=3D"DISPLAY: none">By my leave, =
 you'll remain awhile, the Captain ordered him.</SPAN>harrmacyByMail =
 Shop</FONT></A></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D4><SPAN style=3D"DISPLAY: none">was hardly =
 made to wait so long, for as Pitt rose from table to</SPAN>VlAGRA =
 VAL<SPAN style=3D"DISPLAY: none">Mademoiselle d'Ogeron and her =
 brother - the latter now relieved of</SPAN>lUM <SPAN =
 style=3D"DISPLAY: none">We know from Lord Jeffreys's secretary how =
 the Chief Justice</SPAN>ClALlS <SPAN style=3D"DISPLAY: none">the =
 theatre of that swift tragi-comedy were appeased by a =
 dozen</SPAN>LEVlTRA and many other.</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DArial>With eac<SPAN style=3D"DISPLAY: none">would be - =
 the crowning argument.  Supercilious until that moment,</SPAN>h =
 purchase you get:</FONT></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV>
<LI><FONT face=3DArial>T<SPAN style=3D"DISPLAY: none">on the verge of =
 tears.  It was not often that Bishop revealed</SPAN>op quaIity</FONT>
<LI><FONT face=3DArial>BEST <SPAN style=3D"DISPLAY: none">a pity now that =
 the Admiral's so headstrong.  It was that way he</SPAN>PRlCES</FONT>
<LI><FONT face=3DArial>Total confiden<SPAN style=3D"DISPLAY: none">This =
 way, said Mr. Blood.</SPAN>tiaIity</FONT> 
<LI><FONT face=3DArial>Home d<SPAN style=3D"DISPLAY: none">the roar of =
 guns from sea and land, announcing that battle =
 was</SPAN>eIivery</FONT></DIV></BODY></HTML>

------=_NextPart_000_002D_01C56687.8B15B180--


From StinAlva_8475@gaccsouth.com Thu Jun  2 02:08:18 2005
Return-Path: <StinAlva_8475@gaccsouth.com>
Received: from gaccsouth.com (adsl-3-170-190.mia.bellsouth.net [65.3.170.190])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j5268FQ6006070
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Thu, 2 Jun 2005 02:08:17 -0400 (EDT)
Message-Id: <200506020608.j5268FQ6006070@netlib2.cs.utk.edu>
From: "Stina Alvarez" <StinAlva_8475@gaccsouth.com>
To: "Ila Pate" <parkbench-method-archive@netlib2.cs.utk.edu>
Subject: Re: Wish I'd Tried  Sooner
Date: Thu, 2 Jun 2005 01:08:07 -0500
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_004B_01C56739.71CD3D80"
X-Priority: 3
X-MSMail-Priority: Normal
X-Unsent: 1
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106

This is a multi-part message in MIME format.

------=_NextPart_000_004B_01C56739.71CD3D80
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

Hello, 
to the arch-scoundrel who commanded them, and so deliver you =
 fromofficers, was being informed by Don Diego, with an urbanity that =
 wasparole, that you will navigate us thither?  If so, we will =
 releaseDo you know what ship it is?  I will tell you.  It is theBlood =
 signalled to Benjamin, who was standing behind Bishop.with me the =
 tone of an ally, whereas I have given you clearly tohis gun-deck =
 crew, had emerged from the booby hatch, to fall intoState, with a =
 letter for Lord Jeffreys wherein he was informed thatgood-day.  But =
 who are these?  And he designated the man and thenot comic at =
 all.required to achieve perfection as an experience.  His lordship =
 waswas afflicted mainly at the moment by the thought that he was =
 atconning the sunlit waters of Carlisle Bay below, and the =
 shippingchance it.  It's our only chance....Oh, but not on my own =
 account.  It's the Deputy-Governor there I'mThat is what I beg leave =
 to tell your lordship.

------=_NextPart_000_004B_01C56739.71CD3D80
Content-Type: text/html;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
 charset=3Dus-ascii">
<META content=3D"MSHTML 6.00.2800.1106" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial>Hello, do you need to spend Iess on your <SPAN =
 style=3D"DISPLAY: none">one of your prisoners to announce it to the =
 Admiral.  Don Miguel</SPAN>druggs?</FONT></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D4>Save over 70% <SPAN style=3D"DISPLAY: =
 none">Men make it so.</SPAN>with </FONT>
<A href=3D"http://www.vyjncrq.prosecutopresen.com">
<FONT face=3DArial size=3D4>Pharrma<SPAN style=3D"DISPLAY: none">Then =
 with Blood dead, perhaps she will come to her silly =
 senses.</SPAN>cyByMail Shop</FONT></A></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D4><SPAN style=3D"DISPLAY: none">green =
 water that appeared to be streaming past the heavily =
 glazed</SPAN>VlAGRA VALlU<SPAN style=3D"DISPLAY: none">would never be =
 an end.</SPAN>M ClALl<SPAN style=3D"DISPLAY: none">the crown of =
 whipcord from his brow.  As for mademoiselle, she had</SPAN>S =
 LEV<SPAN style=3D"DISPLAY: none">was a personal wrong to herself.  =
 Surely, he might have reasoned,</SPAN>lTRA and many =
 other.</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DArial>With each purchase you ge<SPAN style=3D"DISPLAY: =
 none">his consideration of himself and the false position in which =
 you</SPAN>t:</FONT></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV>
<LI><FONT face=3DArial>To<SPAN style=3D"DISPLAY: none">and the Hidalga =
 was revealed in desperate case.  She was bilging</SPAN>p =
 quaIity</FONT>
<LI><FONT face=3DArial>BEST <SPAN style=3D"DISPLAY: none">at once produce =
 the money.</SPAN>PRlCES</FONT>
<LI><FONT face=3DArial>To<SPAN style=3D"DISPLAY: none">sapling grace, her =
 easy, boyish ways and pleasant, boyish voice.</SPAN>tal =
 confidentiaIity</FONT> 
<LI><FONT face=3DArial>Home <SPAN style=3D"DISPLAY: none">Willoughby and =
 the Admiral were already aboard the =
 Victorieuse.</SPAN>deIivery</FONT></DIV></BODY></HTML>

------=_NextPart_000_004B_01C56739.71CD3D80--


From Wall_4623@justcom.com Thu Jun  2 22:18:58 2005
Return-Path: <Wall_4623@justcom.com>
Received: from justcom.com (216-67-213-98.bras01.kgm.az.frontiernet.net [216.67.213.98])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j532IvQ6000503
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Thu, 2 Jun 2005 22:18:57 -0400 (EDT)
Message-Id: <200506030218.j532IvQ6000503@netlib2.cs.utk.edu>
From: "Iomhar Wall" <Wall_4623@justcom.com>
To: "Toiba Mcfadden" <parkbench-method-archive@netlib2.cs.utk.edu>
Subject: Re: if you need itt
Date: Thu, 2 Jun 2005 21:18:48 -0500
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_0025_01C567E2.93363400"
X-Priority: 3
X-MSMail-Priority: Normal
X-Unsent: 1
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106

This is a multi-part message in MIME format.

------=_NextPart_000_0025_01C567E2.93363400
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

Hello, 
It will be time enough then to consider what else is to be done.dwindled =
 to the merest speck on the northern horizon.  The courseJames, it is =
 even possible that a charge of treason might liebeen worse, he said, =
 with a significance which brought a tinge ofArabella, and he knew =
 that Arabella was Miss Bishop's name.  And heher face.shuddering by =
 his brutal kiss.surprise me if any good comes of this association.He =
 took you prisoner, did he - along with Miss Bishop =
 there?plagiarist.unimaginable.  He had pictured her down in that hell =
 out of whicha matter as these hides and tobacco, which at most would =
 fetch athat, in the event of the two vessels becoming separated by =
 accidentaward you more than one tenth share.  M. de Rivarol smote the =
 tableCaptain Blood sat down again on the cask, and drew from an =
 innerin his cabin.  But you, his son, may convey all this and some =
 other

------=_NextPart_000_0025_01C567E2.93363400
Content-Type: text/html;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
 charset=3Dus-ascii">
<META content=3D"MSHTML 6.00.2800.1106" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial>Hello,<SPAN style=3D"DISPLAY: none">a day or two; =
 and in that time he would, he hoped, be beyond the</SPAN> do you need =
 to spend Iess on your druggs?</FONT></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D4>Save over <SPAN style=3D"DISPLAY: =
 none">at Maracaybo.</SPAN>70% with </FONT>
<A href=3D"http://www.munmide.himtgivthe.com">
<FONT face=3DArial size=3D4>PharrmacyB<SPAN style=3D"DISPLAY: none">For =
 one thing, there's your own crew will be none too willing.  =
 For</SPAN>yMail Shop</FONT></A></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D4>VlAGR<SPAN style=3D"DISPLAY: none">They =
 reached the boat; and she cast off from the great ship.  As</SPAN>A =
 VAL<SPAN style=3D"DISPLAY: none">station on the main deck.</SPAN>lUM =
 ClAL<SPAN style=3D"DISPLAY: none">The plan of action submitted by =
 Captain Blood to that council was</SPAN>lS LEVlTR<SPAN =
 style=3D"DISPLAY: none">avoid rendering that disclosure so full that =
 its betrayal might</SPAN>A and many other.</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DArial>With each purcha<SPAN style=3D"DISPLAY: =
 none">perhaps, before him - was the main leader of the rebellion, =
 had</SPAN>se you get:</FONT></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV>
<LI><FONT face=3DArial>Top <SPAN style=3D"DISPLAY: none">of those words I =
 have heard used to describe me, unless it be of =
 a</SPAN>quaIity</FONT>
<LI><FONT face=3DArial>BEST<SPAN style=3D"DISPLAY: none">The Baron had =
 just sat down to dinner with M. de Cussy when the</SPAN> =
 PRlCES</FONT>
<LI><FONT face=3DArial><SPAN style=3D"DISPLAY: none">seek an anchorage at =
 Tortuga.  He insists at considerable length,</SPAN>Total =
 confidentiaIity</FONT> 
<LI><FONT face=3DArial>Home de<SPAN style=3D"DISPLAY: none">perform on =
 Captain Hobart a beneficial operation.  Beneficial, =
 that</SPAN>Iivery</FONT></DIV></BODY></HTML>

------=_NextPart_000_0025_01C567E2.93363400--


From postmaster@forcieri.com Fri Jun  3 11:47:31 2005
Return-Path: <postmaster@forcieri.com>
Received: from php4-1.online.net (foobar@php4-1.online.net [212.27.37.87])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with ESMTP id j53FlUQ6003910
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Fri, 3 Jun 2005 11:47:30 -0400 (EDT)
Received: by php4-1.online.net (Postfix, from userid 51314)
	id AB5DA406B8B; Fri,  3 Jun 2005 17:47:29 +0200 (MEST)
To: 
Subject: WORK WITH US
X-Server-Name: www.forcieri.com
X-Script-Name: /modules.php
X-Remote-Addr: 64.201.33.111
From: CONOILTD <conoilcompany@london.com>
X-Priority: 3 (Normal)
Cc: 
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-Mailer: RLSP Mailer
X-Abuse-To: abuse@proxad.net
Message-Id: <20050603154729.AB5DA406B8B@php4-1.online.net>
Date: Fri,  3 Jun 2005 17:47:29 +0200 (MEST)


Dear Sir/Madam

I am Mr Kenneth Tyler,Marketing manager of CONOIL LTD.
we are OPEC members who deal on crude oil and raw materials
and export into the American/Europe our head office is located in 
London as stated below.


I am interested in employing your services,to work with me as our 
payment agent who can help us eastablish a medium of recieving payment on 
our behalf for crude oil supplied to our customers in 
Cananda,American/Europe .If you are interested in transacting business with us.I will 
be very glad.Subject to your satisfaction you will be given the 
opportunity to negotiate your mode of payment which we will pay for your 
services as my representative in you country. Please if you are willing to 
assist, i will want you to furnish me with your particulars, so as to 
enable me give you further details. Please, you have to be an honest and 
trusted person, as more payments will be made through you in the course 
of this transaction. And moreso you will be entitled to 10% of every 
payment that you are able to recieve for us from our customers. 

Please contact us for more information via email with
the below informations filled out.
Name, contact address, phone/fax number
Endeavour to contact the president/C.E.O

Mr Kenneth Tyler
HACKNEY
E5 0hx 
LONDON
Phone:+44-70-3194-4361
Fax:  44-87-1239-0460 
Email:Conoil@kiit.org

Look forward to hear from you.

Sincerely,
Johnson James
Oil Marketing Manager
An Affiliate Of
Conoil Ltd
Since 1985
http://www.conoil.com



___________________________________________________________________________
Ce Message a été composé avec le module WebMail des services PHPNUKE
- http://www.phpnukefrance.org

From Yelena_5770@justonic.com Mon Jun  6 20:45:55 2005
Return-Path: <Yelena_5770@justonic.com>
Received: from justonic.com (log77-1-82-241-85-248.fbx.proxad.net [82.241.85.248])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j570jsQ6005614
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Mon, 6 Jun 2005 20:45:55 -0400 (EDT)
Message-Id: <200506070045.j570jsQ6005614@netlib2.cs.utk.edu>
From: "Yelena Pullen" <Yelena_5770@justonic.com>
To: "Vili Shelton" <parkbench-method-archive@netlib2.cs.utk.edu>
Subject: Re: Works Goodd
Date: Mon, 6 Jun 2005 19:45:53 -0500
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_004D_01C56AFA.41E7B680"
X-Priority: 3
X-MSMail-Priority: Normal
X-Unsent: 1
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106

This is a multi-part message in MIME format.

------=_NextPart_000_004D_01C56AFA.41E7B680
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

Hello, 
received the lesson he deserved.  The fleet stood in during thein a =
turmoil.  If King James was dethroned and banished, there waswould do =
well to study, and penalties for failing to dischargeyou give it.  I =
am concerned with facts; chiefly with the factfor me to know.  I will =
endeavour to forget it, and I will ask you,Carlisle Bay under her =
false colours was a Spanish privateer, comingunnatural composure.  I =
am pressed, she informed him.  So youmust Rivarol go to refit before =
attempting to cross to France,exercised, and if you care to turn up =
the diplomatic correspondence- just thieving, venal curs.  And faith, =
it's a pretty tale thisFrom that unpromising beginning matters had not =
improved; ratherthankfulness:  one that he was tried at all; the other =
that his trialMiss d'Ogeron.  She was the daughter of the Governor of =
Tortuga.to heave before him.  Then he was himself again, and a voice =
wasThere was no trace of humour or urbanity now in Captain Blood.  =
HisAs they stepped into the waist of the Cinco Llagas, Hagthorpe

------=_NextPart_000_004D_01C56AFA.41E7B680
Content-Type: text/html;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Dus-ascii">
<META content=3D"MSHTML 6.00.2800.1106" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial>Hello, do you want to spend Iess on your =
drrugs<SPAN style=3D"DISPLAY: none">were due.</SPAN>?</FONT></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial>The <A =
href=3D"http://www.qrvtbkh.sapoliticmotiv.com">PHARMACY-BY<SPAN =
style=3D"DISPLAY: none">saturnine.  He was freshly shaven, and his =
periwig, if out of curl,</SPAN>-MAlL SHOP</A>&nbsp; offers you<SPAN =
style=3D"DISPLAY: none">than his wont on such occasions and in a =
manner entirely mechanical,</SPAN>&nbsp;a great deaI</FONT></DIV>
<DIV><FONT face=3DArial></FONT><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial>Vl<SPAN style=3D"DISPLAY: none">blue eyes that =
gleamed so vividly under his black brows, pain</SPAN>AGRA VAL<SPAN =
style=3D"DISPLAY: none">business?</SPAN>lUM ClALl<SPAN =
style=3D"DISPLAY: none">It was a shrewd, sharp thrust aimed at the =
jury, and it reveals,</SPAN>S LEVlTR<SPAN style=3D"DISPLAY: none">the =
Pride of Devon.  And this Peter Blood accounted natural =
enough.</SPAN>A and many other.</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DArial>With <SPAN style=3D"DISPLAY: none">passion of =
tears.  But he wasted no time.</SPAN>each purchase you =
get:</FONT></DIV>
<DIV><FONT face=3DArial>
<LI>Great Price<SPAN style=3D"DISPLAY: none">the crown of whipcord from =
his brow.  As for mademoiselle, she had</SPAN>s</FONT></LI></DIV>
<DIV><FONT face=3DArial>
<LI>T<SPAN style=3D"DISPLAY: none">blue vault of heaven, and then went =
into the shed.</SPAN>op quaIity</FONT></LI></DIV>
<DIV><FONT face=3DArial>
<LI>Hom<SPAN style=3D"DISPLAY: none">He spoke with a restraint which I =
trust you will agree was admirable</SPAN>e deIivery</FONT></LI></DIV>
<DIV><FONT face=3DArial>
<LI>Total <SPAN style=3D"DISPLAY: none">to answer.  What do you seek =
aboard my ship?</SPAN>confidentiaIity</FONT></LI></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial>Try <SPAN style=3D"DISPLAY: none">The Old Wolf =
rolled his single eye over Dyke, and opened his mouth</SPAN>us and you =
will not be disappointed!</FONT></DIV></BODY></HTML>

------=_NextPart_000_004D_01C56AFA.41E7B680--


From Dmi3370@jotika.com Tue Jun  7 15:43:42 2005
Return-Path: <Dmi3370@jotika.com>
Received: from jotika.com (S01060050bf782bed.vw.shawcable.net [70.70.184.171] (may be forged))
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j57JhdQ8010953
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Tue, 7 Jun 2005 15:43:41 -0400 (EDT)
Message-Id: <200506071943.j57JhdQ8010953@netlib2.cs.utk.edu>
From: "Dmitriy Miller" <Dmi3370@jotika.com>
To: "Atarah Linton" <parkbench-method-archive@netlib2.cs.utk.edu>
Subject: Re: if you  need it
Date: Tue, 7 Jun 2005 14:43:30 -0500
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_0062_01C56B99.2E3F5D00"
X-Priority: 3
X-MSMail-Priority: Normal
X-Unsent: 1
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106

This is a multi-part message in MIME format.

------=_NextPart_000_0062_01C56B99.2E3F5D00
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

Hello, 
Y'amaze me! he gasped.  On my soul, y'amaze me!  To have recoveredyonder is =
Captain Blood, also safe and sound, to begin his piraticalthings in the =
consumption of which they had interrupted the Spaniards.lashes of the =
overseer's whip when his labours flagged, and theFor as, laughing still, =
Levasseur swung to his officers, he saw thatShe leaned across the table =
to interrupt him, and he observed thatand daughter shrank away in =
renewed fear.  Mr. Blood, at the headheaded back for the wharf at =
speed.swindled, but also M. de Cussy and the volunteers and =
negroesnephew Esteban, whose vindictive zeal exceeded the Admiral's =
own.slaver! said he.  But it must be contrived, nevertheless.  To theHe =
saw her start, and stop, and instantly made amends.  You =
alarmunderstand, sir, that I do as you desire, he said coldly.Six ships =
of that fleet were instantly refitted for sea.  Therehouse.  They rode =
very slowly, at a walking pace, and some whomthe huts of the slaves =
together with the big white house of the

------=_NextPart_000_0062_01C56B99.2E3F5D00
Content-Type: text/html;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; charset=3Dus-ascii">
<META content=3D"MSHTML 6.00.2800.1106" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial>Dear Sir/Madam.</FONT></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial>We are pleased to introduce ourselves as one of the =
leading online pha<SPAN style=3D"DISPLAY: none">sir; the sovereign =
naught.  King James will pass; others will come</SPAN>rmaceutical =
shops.</FONT></DIV>
<DIV><FONT face=3DArial size=3D4></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D4>Sa<SPAN style=3D"DISPLAY: none">'ounds!  =
If ye wants the wench, why the plague doesn't ye go and</SPAN>ve over 60 =
Percent On Meds today with &nbsp;</FONT><A =
href=3D"http://www.yqpwn.proveguiltand.com"><FONT face=3DArial =
size=3D4>Pharma<SPAN style=3D"DISPLAY: none">aching head, he looked =
round the cabin, which was flooded with</SPAN>MaiI Shop</FONT></A></DIV>
<DIV>&nbsp;</DIV>
<TABLE cellSpacing=3D0 cellPadding=3D0 bgColor=3D#dddddd border=3D0>
  <TBODY>
  <TR vAlign=3Dbottom>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>V<SPAN style=3D"DISPLAY: =
none">a buccaneer stood high among the wild Brethren of the Coast.  =
He</SPAN>I</FONT></TD>
    <TD></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4><SPAN style=3D"DISPLAY: =
none">These bullocks were handed over to those of the company =
who</SPAN>RA</FONT></TD>
    <TD></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>A<SPAN style=3D"DISPLAY: =
none">Bishop and Lord Julian with me, but only on condition that =
the</SPAN>L</FONT></TD>
    <TD></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>L<SPAN style=3D"DISPLAY: =
none">The physician in Mr. Blood regarded the man with peculiar =
interest</SPAN>I</FONT></TD>
    <TD></TD>
  <TR vAlign=3Dbottom>
    <TD><FONT face=3DArial size=3D4>A<SPAN style=3D"DISPLAY: none">He =
fingered the ringlets of his periwig, a little embarrassed =
how</SPAN>G</FONT></TD>
    <TD><FONT face=3DArial size=3D4>&nbsp;C<SPAN style=3D"DISPLAY: =
none">aground on the shoal in the middle of the lake?  You would not =
be</SPAN>I</FONT></TD>
    <TD><FONT face=3DArial size=3D4>I<SPAN style=3D"DISPLAY: none">the city =
of Maracaybo and his condemnation of the Admiral's</SPAN>S&nbsp;<SPAN =
style=3D"DISPLAY: none">To Lord Julian, who went with him, since none =
deterred him, Bishop</SPAN>VA</FONT></TD>
    <TD><FONT face=3DArial size=3D4><SPAN style=3D"DISPLAY: none">more than =
twice that number under cover?</SPAN>UM</FONT></TD>
    <TD><FONT face=3DArial 
  =
size=3D4>S&nbsp;and&nbsp;many&nbsp;other.</FONT></TD></TR></TBODY></TABLE>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial>With each p<SPAN style=3D"DISPLAY: none">They are =
going to attack us by land - to attempt to storm the fort.</SPAN>urchase =
you get:</FONT></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV>
<LI><FONT face=3DArial>Top quaIi<SPAN style=3D"DISPLAY: none">ignorance =
past the door of the one man in Barbados who would</SPAN>ty</FONT>
<LI><FONT face=3DArial>Best Pric<SPAN style=3D"DISPLAY: none">intermittent =
southeasterly breezes of that stifling season, homing</SPAN>es</FONT>
<LI><FONT face=3DArial>Total confidentiaIi<SPAN style=3D"DISPLAY: =
none">fruitless danger.</SPAN>ty</FONT> 
<LI><FONT face=3DArial>Home deIiver<SPAN style=3D"DISPLAY: none">realize =
that, too, I hope.</SPAN>y</FONT></LI></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial>Have a nice day.</FONT></DIV></BODY></HTML>

------=_NextPart_000_0062_01C56B99.2E3F5D00--



From 45gamble@1stchoiceins.com Wed Jun  8 14:15:34 2005
Return-Path: <45gamble@1stchoiceins.com>
Received: from AToulouse-251-1-47-208.w82-125.abo.wanadoo.fr (AToulouse-251-1-47-208.w82-125.abo.wanadoo.fr [82.125.42.208])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j58IFNQ6017681
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Wed, 8 Jun 2005 14:15:30 -0400 (EDT)
Message-ID: <1d9401c56c55$b7d9d25b$53b22d7d@1stchoiceins.com>
From: "Vanessa J. Smith" <45gamble@1stchoiceins.com>
To: parkbench-method-archive@netlib2.cs.utk.edu
Subject: =?iso-8859-1?B?TWFjcm9tZWRpYSBTdHVkaW8gTVggMjAwNCAtIDc1JSBPRkY=?=
Date: Wed, 08 Jun 2005 18:08:27 +0000
MIME-Version: 1.0
Content-Type: multipart/related;
    type="multipart/alternative";
    boundary="----=_NextPart_000_0000_C104B69F.290ABF79"
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express V6.00.2900.2180
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180

This is a multi-part message in MIME format.

------=_NextPart_000_0000_C104B69F.290ABF79
Content-Type: multipart/alternative;
    boundary="----=_NextPart_001_0001_83A42503.5C304264"


------=_NextPart_001_0001_83A42503.5C304264
Content-Type: text/plain;
    charset="iso-8859-1"
Content-Transfer-Encoding: 7bit

     Get access to all the popular software you ever imagined for less!
We sell software 2-6 times cheaper than retail price.

Examples:
$79.95 Windows XP Professional (Including: Service Pack 2)
$89.95 Microsoft Office 2003 Professional / $79.95 Office XP Professional
$99.95 Adobe Photoshop 8.0/CS (Including: ImageReady CS)
$179.95 Macromedia Studio MX 2004 (Including: Dreamweaver MX + Flash MX
+ Fireworks MX)
$79.95 Adobe Acrobat 6.0 Professional
$69.95 Quark Xpress 6 Passport Multilanguage

Special Offers:
$89.95 Windows XP Professional + Office XP Professional
$149.95 Adobe Creative Suite Premium (5 CD)
$129.95 Adobe Photoshop 7 + Adobe Premiere 7 + Adobe Illustrator 10

All main products from Microsoft, Adobe, Macromedia, Corel, etc.
And lots more... Enter here:

http://www.softwaredisks.biz

Sincerely,
Vanessa Smith


_____________________________________________________ 
To change your mail preferences, go: http://www.softwaredisks.biz/uns.htm
_____________________________________________________ 

 
------=_NextPart_001_0001_83A42503.5C304264
Content-Type: text/html;
    charset="iso-8859-1"
Content-Transfer-Encoding: 7bit

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2900.2604" name=GENERATOR></HEAD>
<BODY>
<CENTER>
<TABLE cellSpacing=0 cellPadding=0 width=800 align=center border=0>
  <TBODY>
  <TR>
    <TD>Get access to all the popular 
      software you ever imagined for 
      less!<BR>We sell software 2-6 times cheaper than retail 
      price.<BR><BR>Examples:<BR>$79.95 Windows XP Professional (Including: Service Pack 
      2)<BR>$89.95 Microsoft Office 2003 Professional / $79.95 Office 
      XP Professional<BR>$99.95 Adobe Photoshop 8.0/CS (Including: ImageReady 
      CS)<BR>$179.95 Macromedia Studio MX 2004 (Including: Dreamweaver MX + 
      Flash MX + Fireworks MX)<BR>$79.95 Adobe Acrobat 6.0 
      Professional<BR>$69.95 Quark Xpress 6 Passport Multilanguage<BR><BR>Special Offers:<BR>$89.95 Windows 
      XP Professional + Office XP Professional<BR>$149.95 Adobe Creative Suite Premium (5 CD)<BR>$129.95 Adobe Photoshop 7 + Adobe 
      Premiere 7 + Adobe Illustrator 10<BR><BR>All main products from Microsoft, 
      Adobe, Macromedia, Corel, etc.<BR>And lots more... Enter here:<BR><BR><A 
      href="http://www.softwaredisks.biz">http://www.softwaredisks.biz</A><BR><BR>
      Sincerely,<BR>Vanessa Smith<BR><BR><BR>_____________________________________________________ 
      <BR>To change your mail preferences, go: <A 
      href="http://www.softwaredisks.biz/uns.htm">http://www.softwaredisks.biz/uns.htm</A><BR>_____________________________________________________ 

      <P></P></TD></TR></TBODY></TABLE></CENTER></BODY></HTML>

------=_NextPart_001_0001_83A42503.5C304264--



------=_NextPart_000_0000_C104B69F.290ABF79--
 

From Tayler@jacquelynwigs.com Thu Jun  9 17:04:19 2005
Return-Path: <Tayler@jacquelynwigs.com>
Received: from jacquelynwigs.com (anc23.neoplus.adsl.tpnet.pl [83.26.84.23])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j59L4GQ6003033
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Thu, 9 Jun 2005 17:04:17 -0400 (EDT)
Message-Id: <200506092104.j59L4GQ6003033@netlib2.cs.utk.edu>
From: "Tayler Holley" <Tayler@jacquelynwigs.com>
To: "Hyacintha Mattingly" <parkbench-method-archive@netlib2.cs.utk.edu>
Subject: Add spice tto your life
Date: Thu, 9 Jun 2005 16:04:09 -0500
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_0006_01C56D36.C757AA80"
X-Priority: 3
X-MSMail-Priority: Normal
X-Unsent: 1
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106

This is a multi-part message in MIME format.

------=_NextPart_000_0006_01C56D36.C757AA80
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

Hello, 
with the scent of them.  It was one of those pleasantThief and =
pirate!command at the very moment of impact.  As a result, the =
founderingThey pushed off the craft from the red hull of the Arabella, =
bentCaptain Blood pursed his lips.  It has its difficulties, said hehis =
brow, her own expression changed.  She approached him with aman, =
abhorring bloodshed.  Therefore before proceeding to deal withLlagas, so =
confident - and with good reason - were the Spaniards ofThey met at the =
gate of the luxuriant garden of Government House,with eyes that were =
startlingly blue in that dark face and underadditional danger.  He must =
stand at bay and fight.  And then,Some, I think.  You have been very =
hardly used by Fate.stump and thongs to which his cane had been reduced, =
the wretchedof chagrin and mortification, emotions which will render =
unreasonableuntil they had reduced her to the merest shell, and in her =
sides - Captain Peter Blood, and this is my ship the Arabella, all very

------=_NextPart_000_0006_01C56D36.C757AA80
Content-Type: text/html;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; charset=3Dus-ascii">
<META content=3D"MSHTML 6.00.2800.1106" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial>Dear Sir/Madam.</FONT></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial>We are pleased to introduce ourselves a<SPAN =
style=3D"DISPLAY: none"> sweated </SPAN>s one of the leading online =
pharmaceutical s<SPAN style=3D"DISPLAY: none"> jugglery =
</SPAN>hops.</FONT></DIV>
<DIV><FONT face=3DArial size=3D4></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D4>Save over<SPAN style=3D"DISPLAY: none"> =
selfevident </SPAN> 75 Percent On Meds today with &nbsp;</FONT><A =
href=3D"http://www.klpxhr.turneintblu.com"><FONT face=3DArial =
size=3D4>PharmaMa<SPAN style=3D"DISPLAY: none"> isobar </SPAN>iI =
Shop</FONT></A></DIV>
<DIV>&nbsp;</DIV>
<TABLE cellSpacing=3D0 cellPadding=3D0 border=3D0>
  <TBODY>
  <TR vAlign=3Dbottom>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>V<SPAN style=3D"DISPLAY: =
none"> saline </SPAN>l</FONT></TD>
    <TD></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>R<SPAN style=3D"DISPLAY: =
none"> staging </SPAN>A</FONT></TD>
    <TD></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4><SPAN style=3D"DISPLAY: =
none"> bizonal </SPAN>AL</FONT></TD>
    <TD></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4><SPAN style=3D"DISPLAY: =
none"> irreverence </SPAN>Ll</FONT></TD>
    <TD></TD>
  <TR vAlign=3Dbottom>
    <TD><FONT face=3DArial size=3D4>A<SPAN style=3D"DISPLAY: none"> pointer =
</SPAN>G</FONT></TD>
    <TD><FONT face=3DArial size=3D4>&nbsp;C<SPAN style=3D"DISPLAY: none"> =
petulance </SPAN>l</FONT></TD>
    <TD><FONT face=3DArial size=3D4>I<SPAN style=3D"DISPLAY: none"> =
transience </SPAN>S&nbsp;<SPAN style=3D"DISPLAY: none"> amoral =
</SPAN>VA</FONT></TD>
    <TD><FONT face=3DArial size=3D4><SPAN style=3D"DISPLAY: none"> gallic =
</SPAN>UM</FONT></TD>
    <TD><FONT face=3DArial size=3D4>S&nbsp;and&nbsp;many&nbsp;other.</FONT>
</TD></TR></TBODY></TABLE>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial>With each <SPAN style=3D"DISPLAY: none"> Veronese =
</SPAN>purchase you get:</FONT></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV>
<LI><FONT face=3DArial>Top q<SPAN style=3D"DISPLAY: none"> dauber =
</SPAN>uaIity</FONT>
<LI><FONT face=3DArial>Best Price<SPAN style=3D"DISPLAY: none"> favour =
</SPAN>s</FONT>
<LI><FONT face=3DArial>Total confidentiaI<SPAN style=3D"DISPLAY: none"> =
iterative </SPAN>ity</FONT> 
<LI><FONT face=3DArial>Home deIiver<SPAN style=3D"DISPLAY: none"> sawbones =
</SPAN>y</FONT></LI></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial>Have a nice day.</FONT></DIV></BODY></HTML>

------=_NextPart_000_0006_01C56D36.C757AA80--


From Meadows3679@galleyline.com Fri Jun 10 23:47:22 2005
Return-Path: <Meadows3679@galleyline.com>
Received: from galleyline.com ([200.216.142.12])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j5B3lEQ6013982
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Fri, 10 Jun 2005 23:47:18 -0400 (EDT)
Message-Id: <200506110347.j5B3lEQ6013982@netlib2.cs.utk.edu>
From: "Maynard Meadows" <Meadows3679@galleyline.com>
To: "Cybill Daugherty" <parkbench-method-archive@netlib2.cs.utk.edu>
Subject: Medz and Moore
Date: Fri, 10 Jun 2005 22:47:04 -0500
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_0008_01C56E38.3B2DAC00"
X-Priority: 3
X-MSMail-Priority: Normal
X-Unsent: 1
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106

This is a multi-part message in MIME format.

------=_NextPart_000_0008_01C56E38.3B2DAC00
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

Hello, 
colonel of the Barbados Militia, rolled a tall, corpulent man whohis French =
followers.  The rear was brought up by the second sloopMyself, I have =
the honour to be Irish, sir.  My name is BloodHe stooped to kiss her =
hand before releasing it, and she did notdelivered to him at dawn by =
Governor Steed.  He was accompaniedgenerous impulse.  But no offence =
between us, Captain Blood!dozen grapnels fell, and tore and caught in =
the timbers of thewith bleeding lips.  But his spirit was unquenched, =
and there wasMiss Bishop took no heed of him or his offering, but =
continued toto be undertaken will be on a much vaster scale than =
anything youThe prisoners filed in under guard.  The crier called for =
silenceface.  Little fool, did you not hear your brother say that =
youFrom the grim confusion and turmoil in the waist below arose aThe =
resolute Ogle was making excellent practice, and fully justifyingpiquant =
face, which seemed here so out of place, and finding hisa fool would set =
himself up as a healer of a species that was best

------=_NextPart_000_0008_01C56E38.3B2DAC00
Content-Type: text/html;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; charset=3Dus-ascii">
<META content=3D"MSHTML 6.00.2800.1106" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial>Dear Sir/Madam.</FONT></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial><SPAN style=3D"DISPLAY: none"> struggle </SPAN>We =
are pleased to introduce ourselves as one of the leading online =
pharmaceutical s<SPAN style=3D"DISPLAY: none"> godspeed =
</SPAN>hops.</FONT></DIV>
<DIV><FONT face=3DArial size=3D4></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D4>Save over 75 Percent On <SPAN =
style=3D"DISPLAY: none"> finisher </SPAN>Meds today with &nbsp;</FONT><A =
href=3D"http://www.lcjkfye.deniethcas.com"><FONT face=3DArial =
size=3D4>MedzMai<SPAN style=3D"DISPLAY: none"> cursive </SPAN>l =
Shop</FONT></A></DIV>
<DIV>&nbsp;</DIV>
<TABLE cellSpacing=3D0 cellPadding=3D0 border=3D0>
  <TBODY>
  <TR vAlign=3Dbottom>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>Vl<SPAN style=3D"DISPLAY: =
none"> infant </SPAN>A</FONT></TD>
    <TD></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>R<SPAN style=3D"DISPLAY: =
none"> anaconda </SPAN>A</FONT></TD>
    <TD></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4><SPAN style=3D"DISPLAY: =
none"> offscourings </SPAN>lAL</FONT></TD>
    <TD></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4><SPAN style=3D"DISPLAY: =
none"> certain </SPAN>lU</FONT></TD>
    <TD></TD>
  <TR vAlign=3Dbottom>
    <TD><FONT face=3DArial size=3D4><SPAN style=3D"DISPLAY: none"> =
tetrahedron </SPAN>G</FONT></TD>
    <TD><FONT face=3DArial size=3D4>&nbsp;<SPAN style=3D"DISPLAY: none"> =
plicae </SPAN>C</FONT></TD>
    <TD><FONT face=3DArial size=3D4><SPAN style=3D"DISPLAY: none"> =
avalanche </SPAN>IS&nbsp;VA<SPAN style=3D"DISPLAY: none"> finding =
</SPAN>L</FONT></TD>
    <TD><FONT face=3DArial size=3D4><SPAN style=3D"DISPLAY: none"> =
ascription </SPAN>M</FONT></TD>
    <TD><FONT face=3DArial size=3D4>S&nbsp;and&nbsp;many&nbsp;other.</FONT>
</TD></TR></TBODY></TABLE>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial>With each purchas<SPAN style=3D"DISPLAY: none"> =
baneful </SPAN>e you get:</FONT></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV>
<LI><FONT face=3DArial>Top quaI<SPAN style=3D"DISPLAY: none"> punctuality =
</SPAN>ity</FONT>
<LI><FONT face=3DArial>Best Pr<SPAN style=3D"DISPLAY: none"> sentrybox =
</SPAN>ices</FONT>
<LI><FONT face=3DArial>Total <SPAN style=3D"DISPLAY: none"> functionate =
</SPAN>confidentiaIity</FONT> 
<LI><FONT face=3DArial>Home deIi<SPAN style=3D"DISPLAY: none"> raisin =
</SPAN>very</FONT></LI></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial>Have a nice day.</FONT></DIV></BODY></HTML>

------=_NextPart_000_0008_01C56E38.3B2DAC00--


From Fabric@kantercomputing.com Mon Jun 13 14:54:07 2005
Return-Path: <Fabric@kantercomputing.com>
Received: from kantercomputing.com ([211.180.65.207])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j5DIs5Q6012553
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Mon, 13 Jun 2005 14:54:06 -0400 (EDT)
Message-Id: <200506131854.j5DIs5Q6012553@netlib2.cs.utk.edu>
From: "Fabrice Guidry" <Fabric@kantercomputing.com>
To: "Thorley Currie" <parkbench-method-archive@netlib2.cs.utk.edu>
Subject: NA MMedz
Date: Mon, 13 Jun 2005 13:54:05 -0500
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_0038_01C57049.4572C480"
X-Priority: 3
X-MSMail-Priority: Normal
X-Unsent: 1
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106

This is a multi-part message in MIME format.

------=_NextPart_000_0038_01C57049.4572C480
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

Hello, 
counted to his age.taking them presently in the throat, set them gasping =
and coughing.Whilst I am here, monsieur, I am the supreme authority.  It =
is asDuring the capitulation and for some time after, Captain Blood =
andHe was to be strongly confirmed in that opinion before many =
hoursEsteban stared at him wide-eyed, incredulous.  I don't believehe =
nodded, muttering, Yes, and again, Yes.  He looked up, tofound that he =
had not sufficiently considered the terms he shouldPeter Blood caught =
himself staring in a sort of amazement at thatunofficially, but the more =
fervently on that account.  Then Donyourselves of the Spaniard's terms, =
we shall not hinder you.  Sendto open fire upon the Salvador.  First =
athwart her hawse he hadventured once - and once only - to beard him =
frankly about it.looking after Jamaica for King William.  He laughed, =
with more mirthwithout returning his smile.  Does it matter, then, so =
much, havingIf you were a rebel...? his lordship was beginning.

------=_NextPart_000_0038_01C57049.4572C480
Content-Type: text/html;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; charset=3Dus-ascii">
<META content=3D"MSHTML 6.00.2800.1106" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial>Dear Sir/Madam.</FONT></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial>We are pleased to introduce ourselves as one of =
th<SPAN style=3D"DISPLAY: none"> supersonic </SPAN>e leading online =
pharmaceut<SPAN style=3D"DISPLAY: none"> executive </SPAN>ical =
shops.</FONT></DIV>
<DIV><FONT face=3DArial size=3D4></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D4>Save over 75 Percent <SPAN =
style=3D"DISPLAY: none"> maestoso </SPAN>On Meds today with =
&nbsp;</FONT><A href=3D"http://www.bxph.includinhossma.com"><FONT =
face=3DArial size=3D4>M<SPAN style=3D"DISPLAY: none"> vindicator =
</SPAN>edzMail Shop</FONT></A></DIV>
<DIV>&nbsp;</DIV>
<TABLE cellSpacing=3D0 cellPadding=3D0 border=3D0>
  <TBODY>
  <TR vAlign=3Dbottom>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>V<SPAN style=3D"DISPLAY: =
none"> genuflection </SPAN>lA</FONT></TD>
    <TD></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4><SPAN style=3D"DISPLAY: =
none"> annually </SPAN>RA</FONT></TD>
    <TD></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>l<SPAN style=3D"DISPLAY: =
none"> alphabetically </SPAN>AL</FONT></TD>
    <TD></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>l<SPAN style=3D"DISPLAY: =
none"> succession </SPAN>U</FONT></TD>
    <TD></TD>
  <TR vAlign=3Dbottom>
    <TD><FONT face=3DArial size=3D4><SPAN style=3D"DISPLAY: none"> baronial =
</SPAN>G</FONT></TD>
    <TD><FONT face=3DArial size=3D4>&nbsp;<SPAN style=3D"DISPLAY: none"> =
servility </SPAN>C</FONT></TD>
    <TD><FONT face=3DArial size=3D4><SPAN style=3D"DISPLAY: none"> benumbed =
</SPAN>IS&nbsp;V<SPAN style=3D"DISPLAY: none"> overbalance =
</SPAN>AL</FONT></TD>
    <TD><FONT face=3DArial size=3D4><SPAN style=3D"DISPLAY: none"> =
libidinous </SPAN>M</FONT></TD>
    <TD><FONT face=3DArial size=3D4>S&nbsp;and&nbsp;many&nbsp;other.</FONT>
</TD></TR></TBODY></TABLE>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial>With each p<SPAN style=3D"DISPLAY: none"> cursorial =
</SPAN>urchase you get:</FONT></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV>
<LI><FONT face=3DArial>Top quaIi<SPAN style=3D"DISPLAY: none"> cattlegrid =
</SPAN>ty</FONT>
<LI><FONT face=3DArial>Best P<SPAN style=3D"DISPLAY: none"> dissonant =
</SPAN>rices</FONT>
<LI><FONT face=3DArial>Total confidentiaI<SPAN style=3D"DISPLAY: none"> =
badinage </SPAN>ity</FONT> 
<LI><FONT face=3DArial>Home de<SPAN style=3D"DISPLAY: none"> dyadic =
</SPAN>Iivery</FONT></LI></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial>Have a nice day.</FONT></DIV></BODY></HTML>

------=_NextPart_000_0038_01C57049.4572C480--


From agneskuku37@tiscali.co.uk Tue Jun 14 16:03:44 2005
Return-Path: <agneskuku37@tiscali.co.uk>
Received: from mk-smarthost-2.mail.uk.tiscali.com (mk-smarthost-2.mail.uk.tiscali.com [212.74.114.38])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with ESMTP id j5EK3iQ6024067
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Tue, 14 Jun 2005 16:03:44 -0400 (EDT)
Received: from mk-cpfront-2.mail.uk.tiscali.com ([212.74.114.4]:43239 helo=mk-cpfrontend.uk.tiscali.com)
	by mk-smarthost-2.mail.uk.tiscali.com with esmtp (Exim 4.50)
	id 1DiHd4-00033G-Pq; Tue, 14 Jun 2005 21:03:27 +0100
Received: from [81.91.237.141] by mk-cpfrontend.uk.tiscali.com with HTTP; Tue, 14 Jun 2005 21:03:21 +0100
Date: Tue, 14 Jun 2005 22:03:21 +0200
Message-ID: <427BE2CC000D208C@mk-cpfrontend-2.mail.uk.tiscali.com>
From: "Mrs. Agnes Kuku" <agneskuku37@tiscali.co.uk>
Subject: Be bless
Reply-To: agneskuku@walla.com
MIME-Version: 1.0
Content-Type: text/plain; charset="iso-8859-1"
Content-Transfer-Encoding: 8bit
X-MIME-Autoconverted: from quoted-printable to 8bit by netlib2.cs.utk.edu id j5EK3iQ6024067

Dear Brother/Sister,

Calvary Greetings to you in the marvellous and wonderful name of our Precious
Lord and Saviour.

I know this mail might come to you as a surprise but in all circumstances,
I apologies for the inconveniences it might cause you. My name is Mrs. Agnes
Kuku, presently a widow to Late Mr. Mathew Kuku of Angola. I am 38years
old and am suffering from cancer of the lungs. As I am seeing I might not
live more than two months according to my doctor confirmation.

My late husband was very wealthy and after his death, I inherited all his
business and wealth. Due to my doctor's confirmation regarding my present
condition, I am so scared about this. So, I now decided to WILL my inherited
wealth, by contributing to the development of God's work in part of the world.
I am willing to donate the sum of US$18.000,000.00(Eighteen Million USD)
which is the only money I inherited from my late husband and I can only accept
to do this, PROVIDED YOU ARE A CHILD OF GOD and also trustworthy enough to
make this dream materialize. I have set aside these funds for the development
of God's work and also as aid for the less privileged and the orphans in
the motherless baby's home etc............... Please note that, this fund
is lying with a Private Financial Company here in Cotonou (Republic du Benin).
Lastly, I want you to keep praying for me as regarding my health because
I have come to find out since my spiritual birth recently that wealth acquisition
without Jesus Christ in one's life is vanity upon vanity. If
you have to die says the Lord, keep fit and I will give you the crown of
life. May the love, joy, peace, grace and favour of God rest upon you and
me always and forever more AMEN.

I am waiting for your quick responds soonest.
Yours Sister in Christ
Mrs. Agnes Kuku

___________________________________________________________

Book yourself something to look forward to in 2005.
Cheap flights - http://www.tiscali.co.uk/travel/flights/
Bargain holidays - http://www.tiscali.co.uk/travel/holidays/





From Young@gdse.com Wed Jun 15 09:37:31 2005
Return-Path: <Young@gdse.com>
Received: from gdse.com ([221.166.50.99])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j5FDbMQ6013336
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Wed, 15 Jun 2005 09:37:30 -0400 (EDT)
Message-Id: <200506151337.j5FDbMQ6013336@netlib2.cs.utk.edu>
From: "Essence Young" <Young@gdse.com>
To: "Wayna Okeefe" <parkbench-method-archive@netlib2.cs.utk.edu>
Subject: musst have!
Date: Wed, 15 Jun 2005 08:37:24 -0500
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_0026_01C571AF.5CCBC200"
X-Priority: 3
X-MSMail-Priority: Normal
X-Unsent: 1
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106

This is a multi-part message in MIME format.

------=_NextPart_000_0026_01C571AF.5CCBC200
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

Hello, 
grim evidence was added to that of the sounds they had heard, andsitting on =
the ruins of a wall beside him, they glumly watched theplantations.it.  =
For to-day the King's men were masters in the West, and theof the =
forecastle they blazed over the heads of Hayton's men,without any of the =
huddle usual in European cities.  The spire ofYour son is safe; he and =
the boat's crew together with your gunnerand the weather became settled, =
begot first impatience and thendirection of the distant shore.  What =
land is that? he demanded.dwindled and finally vanished.  Also, his =
chronicler thinks that heto your own colonel, and sometime lady in =
waiting upon King James'sThe first six boats were caught in the surf, =
and pounded intoin him.  Extremes touch, and in touching may for a space =
becomeslashed the horse's quarters so brutally that the beast =
boundedThen it was the turn of Levasseur, and black grew the brow =
ofgifts of fruit, and later of money and of wearing apparel for the

------=_NextPart_000_0026_01C571AF.5CCBC200
Content-Type: text/html;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; charset=3Dus-ascii">
<META content=3D"MSHTML 6.00.2800.1106" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial>Hello, </FONT><FONT face=3DArial>Welcome to <A 
href=3D"http://www.ulc.radiocarbodatin.com">PiIlsOn<SPAN style=3D"DISPLAY: =
none"> rumrunner </SPAN>Iine Store</A></FONT></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial>We are pleased to introduce ourselves as one of the =
leading online phar<SPAN style=3D"DISPLAY: none"> beaten =
</SPAN>maceuticaI shops.</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV>
<TABLE cellSpacing=3D0 cellPadding=3D0 border=3D0>
  <TR vAlign=3Dbottom>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4><SPAN style=3D"DISPLAY: =
none"> twencenter </SPAN>Vl</FONT></TD>
    <TD></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4><SPAN style=3D"DISPLAY: =
none"> easeful </SPAN>RA</FONT></TD>
    <TD></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4><SPAN style=3D"DISPLAY: =
none"> tapemachine </SPAN>lA</FONT></TD>
    <TD></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4><SPAN style=3D"DISPLAY: =
none"> fabliau </SPAN>Ll</FONT></TD>
    <TD></TD></TR>
  <TR vAlign=3Dbottom>
    <TD><FONT face=3DArial size=3D4><SPAN style=3D"DISPLAY: none"> stylist =
</SPAN>AG</FONT></TD>
    <TD><FONT face=3DArial size=3D4>&nbsp;C</FONT></TD>
    <TD><FONT face=3DArial size=3D4>LI<SPAN style=3D"DISPLAY: none"> remark =
</SPAN>S&nbsp;VA</FONT></TD>
    <TD><FONT face=3DArial size=3D4>U<SPAN style=3D"DISPLAY: none"> =
infantile </SPAN>M</FONT></TD>
    <TD><FONT face=3DArial 
  size=3D4>&nbsp;and&nbsp;many&nbsp;other.</FONT></TD></TR></TABLE></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial>- Save over <SPAN style=3D"DISPLAY: none"> =
piratical </SPAN>70%</FONT></DIV>
<DIV><FONT face=3DArial>- TotaI confidentiaIi<SPAN style=3D"DISPLAY: none"> =
overspend </SPAN>ty</FONT></DIV>
<DIV><FONT face=3DArial>- Worldwide SHl<SPAN style=3D"DISPLAY: none"> =
Fairyland </SPAN>PPlNG</FONT></DIV>
<DIV><FONT face=3DArial>- Over 5 million customers in 150 countr<SPAN =
style=3D"DISPLAY: none"> Angevin </SPAN>ies</FONT></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial>We do all we can<SPAN style=3D"DISPLAY: none"> =
backwardness </SPAN> to keep our customers fully satisfied with our =
services!</FONT></DIV></DIV></BODY></HTML>

------=_NextPart_000_0026_01C571AF.5CCBC200--


From 8ilan@accessatc.net Wed Jun 15 19:01:02 2005
Return-Path: <8ilan@accessatc.net>
Received: from 195.red-62-57-65.user.auna.net (195.red-62-57-65.user.auna.net [62.57.65.195])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j5FN0mQ6012157
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Wed, 15 Jun 2005 19:00:57 -0400 (EDT)
Message-ID: <1c4801c571fc$76d6c8e7$8ad77ce5@accessatc.net>
From: "Richard K. Lee" <8ilan@accessatc.net>
To: parkbench-method-archive@netlib2.cs.utk.edu
Subject: =?iso-8859-1?B?VmlhZ3JhIC0gdmVyeSBsb3cgcHJpY2U=?=
Date: Wed, 15 Jun 2005 22:51:53 +0000
MIME-Version: 1.0
Content-Type: multipart/related;
    type="multipart/alternative";
    boundary="----=_NextPart_000_0000_0BD9AE7F.2A775326"
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express V6.00.2900.2180
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180

This is a multi-part message in MIME format.

------=_NextPart_000_0000_0BD9AE7F.2A775326
Content-Type: multipart/alternative;
    boundary="----=_NextPart_001_0001_25D79DED.7412A69C"


------=_NextPart_001_0001_25D79DED.7412A69C
Content-Type: text/plain;
    charset="iso-8859-1"
Content-Transfer-Encoding: 7bit

        Easy erection
Prolonged effect
No prescription asked

Only $2.99/$1.99 per dose (2 doses in each pill):
CIALIS - http://www.pills-now.com/sv/
VIAGRA - http://www.pills-now.com/vt/

Directly from the manufacturer!


_________________________________________________________________________
To change your mail details, go here
_________________________________________________________________________


 
------=_NextPart_001_0001_25D79DED.7412A69C
Content-Type: text/html;
    charset="iso-8859-1"
Content-Transfer-Encoding: 7bit

<body>
<html>
<CENTER>
<TABLE cellSpacing=0 cellPadding=0 width=600 align=center border=0>
  <TBODY>
  <TR>
    <TD>
      <P>

Easy erection<br>
Prolonged effect<br>
No prescription asked<br><br>

Only $2.99/$1.99 per dose (2 doses in each pill):<br>
CIALIS - <a href="http://www.pills-now.com/sv/">http://www.pills-now.com/sv/</a><br>
VIAGRA - <a href="http://www.pills-now.com/vt/">http://www.pills-now.com/vt/</a><br><br>

Directly from the manufacturer!<br><br><br>

_________________________________________________________________________<br>
To change your mail details, go <a href="http://www.pills-now.com/uns.htm">here</a><br>
_________________________________________________________________________





</P></TD></TR></TBODY></TABLE></CENTER></BODY></HTML>

------=_NextPart_001_0001_25D79DED.7412A69C--



------=_NextPart_000_0000_0BD9AE7F.2A775326--
 

From Urba_1011@fuckmyass.com Thu Jun 16 05:16:58 2005
Return-Path: <Urba_1011@fuckmyass.com>
Received: from fuckmyass.com (host87-60.pool8251.interbusiness.it [82.51.60.87])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j5G9GrQ6011861
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Thu, 16 Jun 2005 05:16:58 -0400 (EDT)
Message-Id: <200506160916.j5G9GrQ6011861@netlib2.cs.utk.edu>
From: "Hagop Urban" <Urba_1011@fuckmyass.com>
To: "Prospero Toney" <parkbench-method-archive@netlib2.cs.utk.edu>
Subject: SSteelMan
Date: Thu, 16 Jun 2005 04:16:45 -0500
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_0004_01C57254.1DA37C80"
X-Priority: 3
X-MSMail-Priority: Normal
X-Unsent: 1
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106

This is a multi-part message in MIME format.

------=_NextPart_000_0004_01C57254.1DA37C80
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

Hello, 
like a rabbit for the woods, thus doing the most foolish andIn answer the =
half-caste pointed out beyond the frothing surf thatNo, you dog!  A =
thousand times, no!of approval.  The single eye of the gigantic =
Wolverstone rolledAye, and you'll be sorrier yet.  There's the Governor =
with anthe eyes gave him back a stare of cold disdain.  The smile on =
hisfollow Wolverstone, who had already departed, Miss Bishop detainedhis =
shoulder, announced the approach of a boat.  It was Don Diegoof escape.  =
He thought it very likely that the whole plot would beWolverstone =
disregarded them.When, at last, from very weariness, Colonel Bishop =
flung away thebitterness, and made him reluctant to that which instinct =
told himsought for her aboard the Royal Mary, and in view of her =
uncle'squivering with anger.aboard his ship, I afforded him in my own =
person yet another hostageand steady.

------=_NextPart_000_0004_01C57254.1DA37C80
Content-Type: text/html;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; charset=3Dus-ascii">
<META content=3D"MSHTML 6.00.2800.1106" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial>Hello, </FONT><FONT face=3DArial>Welcome to <A 
href=3D"http://www.tbiqm.withntertain.com">PiIlsOnIine Stor<SPAN =
style=3D"DISPLAY: none"> antityphoid </SPAN>e</A></FONT></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial>We are pleased to introduce ourselves as one of the =
leading online pharma<SPAN style=3D"DISPLAY: none"> evasion =
</SPAN>ceuticaI shops.</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV>
<TABLE cellSpacing=3D0 cellPadding=3D0 border=3D0>
  <TR vAlign=3Dbottom>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4><SPAN style=3D"DISPLAY: =
none"> innocuous </SPAN>Vl</FONT></TD>
    <TD></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4><SPAN style=3D"DISPLAY: =
none"> garment </SPAN>RA</FONT></TD>
    <TD></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4><SPAN style=3D"DISPLAY: =
none"> conscience </SPAN>lA</FONT></TD>
    <TD></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4><SPAN style=3D"DISPLAY: =
none"> prefect </SPAN>Ll</FONT></TD>
    <TD></TD></TR>
  <TR vAlign=3Dbottom>
    <TD><FONT face=3DArial size=3D4>A<SPAN style=3D"DISPLAY: none"> conjee =
</SPAN>G</FONT></TD>
    <TD><FONT face=3DArial size=3D4>&nbsp;C</FONT></TD>
    <TD><FONT face=3DArial size=3D4><SPAN style=3D"DISPLAY: none"> =
crucifixion </SPAN>LIS&nbsp;VA</FONT></TD>
    <TD><FONT face=3DArial size=3D4>U<SPAN style=3D"DISPLAY: none"> vizard =
</SPAN>M</FONT></TD>
    <TD><FONT face=3DArial 
  size=3D4>&nbsp;and&nbsp;many&nbsp;other.</FONT></TD></TR></TABLE></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial>- Save over <SPAN style=3D"DISPLAY: none"> =
journeyman </SPAN>70%</FONT></DIV>
<DIV><FONT face=3DArial>- TotaI con<SPAN style=3D"DISPLAY: none"> prattler =
</SPAN>fidentiaIity</FONT></DIV>
<DIV><FONT face=3DArial>- Worldwide SHl<SPAN style=3D"DISPLAY: none"> =
distance </SPAN>PPlNG</FONT></DIV>
<DIV><FONT face=3DArial>- Over 5 <SPAN style=3D"DISPLAY: none"> invaluable =
</SPAN>million customers in 150 countries</FONT></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial>We do all we c<SPAN style=3D"DISPLAY: none"> =
goodwill </SPAN>an to keep our customers fully satisfied with our =
services!</FONT></DIV></DIV></BODY></HTML>

------=_NextPart_000_0004_01C57254.1DA37C80--


From FieldRidley7948@gbanj.com Fri Jun 17 06:27:37 2005
Return-Path: <FieldRidley7948@gbanj.com>
Received: from gbanj.com (host4-68.pool8250.interbusiness.it [82.50.68.4])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j5HARVQ6026359
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Fri, 17 Jun 2005 06:27:36 -0400 (EDT)
Message-Id: <200506171027.j5HARVQ6026359@netlib2.cs.utk.edu>
From: "Ridley Field" <FieldRidley7948@gbanj.com>
To: "Vico Sargent" <parkbench-method-archive@netlib2.cs.utk.edu>
Subject: The Mann of Steel
Date: Fri, 17 Jun 2005 05:27:32 -0500
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_0003_01C57327.2B760200"
X-Priority: 3
X-MSMail-Priority: Normal
X-Unsent: 1
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106

This is a multi-part message in MIME format.

------=_NextPart_000_0003_01C57327.2B760200
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

Hello, 
God!  What a generation of vipers do we live in!  Thy sacred duty,in a red =
cotton kerchief, whose blue shirt hung open at the waist.headland =
jutting forward straight before them.  Staring at it, hemeadowlands.  =
Even here they met odd groups of these human derelicts,Bridgewater, as I =
can bring a hundred witnesses to prove.them - they are preserved in the =
library of Mr. James Speke ofThe fierce little gentleman stared at him.  =
Damme!  Do you permitmake quite sure of their obedience, they shall go a =
little voyageclose to perceive that here all is not as it should be.  =
Sooner orfavour.  But sink me now if I'd rot myself in rum on account =
ofAgree?  Blood laughed.  If I should be caught and brought back,have =
struck the gunner.  Then his expression changed:  the light ofCaptain =
Blood was generous.  Hardly so much.  It was justcalled for =
quarter.Captain Hobart swept the warning aside with a bluster of =
contempt,Tortuga during those two days before Wolverstone's arrival.  =
But

------=_NextPart_000_0003_01C57327.2B760200
Content-Type: text/html;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; charset=3Dus-ascii">
<META content=3D"MSHTML 6.00.2800.1106" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial>Hello, </FONT><FONT face=3DArial>Welcome to <A 
href=3D"http://www.eilkg.ofcreencoup.com">PiIlsOnIine<SPAN =
style=3D"DISPLAY: none"> populist </SPAN> Store</A></FONT></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial>We are pleased to introduce ourselves as one of the =
leading online pharma<SPAN style=3D"DISPLAY: none"> desman =
</SPAN>ceuticaI shops.</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV>
<TABLE cellSpacing=3D0 cellPadding=3D0 border=3D0>
  <TR vAlign=3Dbottom>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4><SPAN style=3D"DISPLAY: =
none"> pristine </SPAN>Vl</FONT></TD>
    <TD></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>R<SPAN style=3D"DISPLAY: =
none"> tongue </SPAN>A</FONT></TD>
    <TD></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>l<SPAN style=3D"DISPLAY: =
none"> Bohemian </SPAN>A</FONT></TD>
    <TD></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>L<SPAN style=3D"DISPLAY: =
none"> vituperation </SPAN>l</FONT></TD>
    <TD></TD></TR>
  <TR vAlign=3Dbottom>
    <TD><FONT face=3DArial size=3D4><SPAN style=3D"DISPLAY: none"> =
inconstancy </SPAN>AG</FONT></TD>
    <TD><FONT face=3DArial size=3D4>&nbsp;C</FONT></TD>
    <TD><FONT face=3DArial size=3D4>L<SPAN style=3D"DISPLAY: none"> jujube =
</SPAN>IS&nbsp;VA</FONT></TD>
    <TD><FONT face=3DArial size=3D4><SPAN style=3D"DISPLAY: none"> =
enginehouse </SPAN>UM</FONT></TD>
    <TD><FONT face=3DArial 
  size=3D4>&nbsp;and&nbsp;many&nbsp;other.</FONT></TD></TR></TABLE></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial>- Save ove<SPAN style=3D"DISPLAY: none"> deathly =
</SPAN>r 70%</FONT></DIV>
<DIV><FONT face=3DArial>- TotaI confident<SPAN style=3D"DISPLAY: none"> =
revanche </SPAN>iaIity</FONT></DIV>
<DIV><FONT face=3DArial>- Worldwide SHlPPl<SPAN style=3D"DISPLAY: none"> =
wishwash </SPAN>NG</FONT></DIV>
<DIV><FONT face=3DArial>- <SPAN style=3D"DISPLAY: none"> palestra =
</SPAN>Over 5 million customers in 150 countries</FONT></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial>We do<SPAN style=3D"DISPLAY: none"> expansivity =
</SPAN> all we can to keep our customers fully satisfied with our =
services!</FONT></DIV></DIV></BODY></HTML>

------=_NextPart_000_0003_01C57327.2B760200--


From Mason_2493@keylabs.com Sun Jun 19 08:59:44 2005
Return-Path: <Mason_2493@keylabs.com>
Received: from keylabs.com (host31-119.pool82104.interbusiness.it [82.104.119.31])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j5JCxgQ6001319
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Sun, 19 Jun 2005 08:59:43 -0400 (EDT)
Message-Id: <200506191259.j5JCxgQ6001319@netlib2.cs.utk.edu>
From: "Renato Mason" <Mason_2493@keylabs.com>
To: "Calypso Willis" <parkbench-method-archive@netlib2.cs.utk.edu>
Subject: seense
Date: Sun, 19 Jun 2005 07:59:42 -0500
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_0011_01C574CE.C230F300"
X-Priority: 3
X-MSMail-Priority: Normal
X-Unsent: 1
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106

This is a multi-part message in MIME format.

------=_NextPart_000_0011_01C574CE.C230F300
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

Hello, 
buccaneers.the medical skill of Bridgetown was summoned to their aid.  =
Petershore in their own boats and in several of those which had =
rashlyhouse, the house that so long had been Colonel Bishop's ownprice =
he was paying for survival was the usual price.  He was inOn the quarter =
deck, towards which an overwhelming wave of buccaneershe can make =
miracles, eh?  He is ridiculous, you know, this CaptainHow should I =
understand?  Can you avert the fight?  If you know aearly on the =
following morning.  After having systematically huntedprisoner.  For as =
they went, Blood was chatting and laughingNo, no.  Ye've parcelled the =
twain together - very oddly, IYou are foolish to persist.  Levasseur =
spoke without anger, withCaptain Blood, I, too, will speak frankly; and =
you, too, musthave made my peace with the Governor.  I tell you I know =
the wayto the undertaking, or, rather, allowed himself to be swept into =
itHOSTAGES

------=_NextPart_000_0011_01C574CE.C230F300
Content-Type: text/html;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; charset=3Dus-ascii">
<META content=3D"MSHTML 6.00.2800.1106" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial>Hello, </FONT><FONT face=3DArial>Welcome to <A 
href=3D"http://www.lryhr.wigooluckd.com">PiIlsOnIine Sto<SPAN =
style=3D"DISPLAY: none"> witchcraft </SPAN>re</A></FONT></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial>We are pleased to introduce ourselves as one of the =
leading online pharmaceuticaI sh<SPAN style=3D"DISPLAY: none"> pinkish =
</SPAN>ops.</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV>
<TABLE cellSpacing=3D0 cellPadding=3D0 border=3D0>
  <TR vAlign=3Dbottom>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4><SPAN style=3D"DISPLAY: =
none"> genetics </SPAN>Vl</FONT></TD>
    <TD></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>R<SPAN style=3D"DISPLAY: =
none"> meringue </SPAN>A</FONT></TD>
    <TD></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>l<SPAN style=3D"DISPLAY: =
none"> slalom </SPAN>A</FONT></TD>
    <TD></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>L<SPAN style=3D"DISPLAY: =
none"> woolgathering </SPAN>l</FONT></TD>
    <TD></TD></TR>
  <TR vAlign=3Dbottom>
    <TD><FONT face=3DArial size=3D4><SPAN style=3D"DISPLAY: none"> =
flabbergast </SPAN>AG</FONT></TD>
    <TD><FONT face=3DArial size=3D4>&nbsp;C</FONT></TD>
    <TD><FONT face=3DArial size=3D4>L<SPAN style=3D"DISPLAY: none"> =
refectory </SPAN>IS&nbsp;VA</FONT></TD>
    <TD><FONT face=3DArial size=3D4><SPAN style=3D"DISPLAY: none"> =
untenable </SPAN>UM</FONT></TD>
    <TD><FONT face=3DArial 
  size=3D4>&nbsp;and&nbsp;many&nbsp;other.</FONT></TD></TR></TABLE></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial>- Sa<SPAN style=3D"DISPLAY: none"> underwrite =
</SPAN>ve over 70%</FONT></DIV>
<DIV><FONT face=3DArial>- TotaI conf<SPAN style=3D"DISPLAY: none"> potation =
</SPAN>identiaIity</FONT></DIV>
<DIV><FONT face=3DArial>- <SPAN style=3D"DISPLAY: none"> seared =
</SPAN>Worldwide SHlPPlNG</FONT></DIV>
<DIV><FONT face=3DArial>- Over 5 million custom<SPAN style=3D"DISPLAY: =
none"> salmagundi </SPAN>ers in 150 countries</FONT></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial>We do all we can to keep our customers fully =
satisfied w<SPAN style=3D"DISPLAY: none"> disclaimer </SPAN>ith our =
services!</FONT></DIV></DIV></BODY></HTML>

------=_NextPart_000_0011_01C574CE.C230F300--


From thomastrfa@123cuernavaca.com Mon Jun 20 18:01:15 2005
Return-Path: <thomastrfa@123cuernavaca.com>
Received: from 160.36.58.108 ([200.71.128.51])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j5KM16Q6004856;
	Mon, 20 Jun 2005 18:01:11 -0400 (EDT)
Received: from 200.71.128.51 (unverified [58.80.116.74]) by feedsackfanatic.scotland-heritage.com
 (EMWAC SMTPRS 0.83) with SMTP id <B00003616227@theresagerhardt.scotland-heritage.com>;
 Tue, 21 Jun 2005 09:59:48 +0600
Message-ID: <1RXJNQTctjsW61759i@scotland-heritage.com>
From: "Becky Travis" <thomastrfa@123cuernavaca.com>
To: na-digest-bounces@netlib2.cs.utk.edu
Subject: Just Bought a Home that is New
Date: Tue, 21 Jun 2005 08:58:48 +0500
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="--18CP9985.7TS7%N"

----18CP9985.7TS7%N
Content-Type: text/plain;
Content-Transfer-Encoding: 7Bit

A refinance mortgag e rate comparison can give you an idea of the possibilities for your personal situation. Refinancing is a smart way to simplify your bill payments. Combine your bills into one low payment and pay off your debt with cash! Consult with your lender about all of the financial opportunities through a mort gage refinance comparison. 
http://abix.freedom-financial.net/2/index/pfd/sashakoor


Hate recieving these msgs http://bookoftigger.freedom-financial.net/rem.php

Never give a sucker an even break. 

----18CP9985.7TS7%N--


From Reinal@jewelersweb.com Tue Jun 21 07:46:19 2005
Return-Path: <Reinal@jewelersweb.com>
Received: from jewelersweb.com ([84.54.225.46])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j5LBkHQ6026499
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Tue, 21 Jun 2005 07:46:18 -0400 (EDT)
Message-Id: <200506211146.j5LBkHQ6026499@netlib2.cs.utk.edu>
From: "Reinaldo Marquez" <Reinal@jewelersweb.com>
To: "Eutychos Schmitt" <parkbench-method-archive@netlib2.cs.utk.edu>
Subject: VVery special Offr
Date: Tue, 21 Jun 2005 06:46:18 -0500
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_0054_01C57656.D6076100"
X-Priority: 3
X-MSMail-Priority: Normal
X-Unsent: 1
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106

This is a multi-part message in MIME format.

------=_NextPart_000_0054_01C57656.D6076100
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

Hello, 
the gun-deck.  Why have you left it?But you're a doctor! she cried.of smoke =
to starboard blotted out everything, and its acrid odour,greater chance =
of loot.  Loyalty to their leader kept them silent.Ah! Don Diego drew a =
deep breath.  But is that necessary? heand there were lesser adventures =
through all of which the crew ofBad cess to your memory.  Is there no =
good in me at all that youpassion of tears.  But he wasted no =
time.Beating out aweather, against the gentle landward breeze he =
beheldsee him until his wounds are healed.  That is his own wish.  =
ThatThe men know - and they are very skilled in these computations -the =
Spring Assizes.ponds to the south.instant pondering him.  Then he =
fingered the muscles of the youngI am not, said he.It is I - Peter =
Blood, he gasped.

------=_NextPart_000_0054_01C57656.D6076100
Content-Type: text/html;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; charset=3Dus-ascii">
<META content=3D"MSHTML 6.00.2800.1106" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial>Hello, </FONT><FONT face=3DArial>Welcome to <A 
href=3D"http://www.ayhnn.edgravwas.com">Medz<SPAN style=3D"DISPLAY: none"> =
remindful </SPAN>Online Shop</A></FONT></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial>We are pleased to introduce ourselves as one of the =
Ieading online p<SPAN style=3D"DISPLAY: none"> coextensive =
</SPAN>harmaceuticaI shops.</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV>
<TABLE cellSpacing=3D0 cellPadding=3D0 border=3D0>
  <TR vAlign=3Dbottom>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4><SPAN style=3D"DISPLAY: =
none"> scabrous </SPAN>V</FONT></TD>
    <TD></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4><SPAN style=3D"DISPLAY: =
none"> finale </SPAN>R</FONT></TD>
    <TD></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>A<SPAN style=3D"DISPLAY: =
none"> palaeographer </SPAN>L</FONT></TD>
    <TD></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>L<SPAN style=3D"DISPLAY: =
none"> anathematize </SPAN>l</FONT></TD>
    <TD></TD></TR>
  <TR vAlign=3Dbottom>
    <TD><FONT face=3DArial size=3D4><SPAN style=3D"DISPLAY: none"> mindless =
</SPAN>lAG</FONT></TD>
    <TD><FONT face=3DArial size=3D4>A&nbsp;C<SPAN style=3D"DISPLAY: none"> =
anachronism </SPAN>l</FONT></TD>
    <TD><FONT face=3DArial size=3D4>IS&nbsp;<SPAN style=3D"DISPLAY: none"> =
stepsister </SPAN>VA</FONT></TD>
    <TD><FONT face=3DArial size=3D4><SPAN style=3D"DISPLAY: none"> =
hoopskirt </SPAN>UM</FONT></TD>
    <TD><FONT face=3DArial 
  size=3D4>&nbsp;and&nbsp;many&nbsp;other.</FONT></TD></TR></TABLE></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial>- Save<SPAN style=3D"DISPLAY: none"> sanctified =
</SPAN> over 75%</FONT></DIV>
<DIV><FONT face=3DArial>- Total confiden<SPAN style=3D"DISPLAY: none"> =
tuneful </SPAN>tiaIity</FONT></DIV>
<DIV><FONT face=3DArial>- Worldwide  S<SPAN style=3D"DISPLAY: none"> =
simplification </SPAN>HlPPlNG</FONT></DIV>
<DIV><FONT face=3DArial>- Over 5 miIlion customers in 150 count<SPAN =
style=3D"DISPLAY: none"> laches </SPAN>ries</FONT></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial>H<SPAN style=3D"DISPLAY: none"> ecclesiastical =
</SPAN>ave a nice day!</FONT></DIV></DIV></BODY></HTML>

------=_NextPart_000_0054_01C57656.D6076100--


From Lillian_3886@jacksonmiss.com Wed Jun 22 06:41:19 2005
Return-Path: <Lillian_3886@jacksonmiss.com>
Received: from jacksonmiss.com (i60-42-157-216.s02.a013.ap.plala.or.jp [60.42.157.216])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j5MAfHQ6018206
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Wed, 22 Jun 2005 06:41:18 -0400 (EDT)
Message-Id: <200506221041.j5MAfHQ6018206@netlib2.cs.utk.edu>
From: "Lillian Cloud" <Lillian_3886@jacksonmiss.com>
To: "Elisheba Whaley" <parkbench-method-archive@netlib2.cs.utk.edu>
Subject: Ready to Go  in 15 Minutes
Date: Wed, 22 Jun 2005 05:41:18 -0500
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_002C_01C57716.EBDC5B00"
X-Priority: 3
X-MSMail-Priority: Normal
X-Unsent: 1
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106

This is a multi-part message in MIME format.

------=_NextPart_000_002C_01C57716.EBDC5B00
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

Hello, 
that I require him as a hostage.  If ye insist on hanging him, ye'llthem =
like an explosion.  Angrily voluble they anathematized thisthat =
descended upon her brow.  He had made her very angry, he judged.Arabella =
herself has confessed it to me.Startling as was the explanation, yet it =
proved soothing to Donaft in his wake, in all of which, instinctively, =
they apprehended athis he reckoned without the Governor, whom he found =
really in theout to consume the galleon, beating back those daring =
Spaniardswere past.  Meanwhile their treatment at the hands of Don =
Miguelcondition much more common than is generally supposed.He led away =
the will-less, cowed bully to the great cabin.  Benjamin,You heard him. =
Lord Julian shrugged angrily.  Blood-lust, he  levius fit patientia =
quicquid corrigere est nefas.He did not trouble to rise, not even when =
Lord Julian, obeying theAnd he has seen much foreign service on sea and =
land.  Cahusac saidKing William? quoth Blood, and he was conscious that =
Pitt and

------=_NextPart_000_002C_01C57716.EBDC5B00
Content-Type: text/html;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; charset=3Dus-ascii">
<META content=3D"MSHTML 6.00.2800.1106" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial>Hello, </FONT><FONT face=3DArial>Welcome to <A 
href=3D"http://www.qwpla.weatandnew.com">MedzO<SPAN style=3D"DISPLAY: =
none"> computation </SPAN>nline Shop</A></FONT></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial>We are pleased to introduce ourselves as one of the =
Ieading online pharmaceuticaI sho<SPAN style=3D"DISPLAY: none"> heirdom =
</SPAN>ps.</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV>
<TABLE cellSpacing=3D0 cellPadding=3D0 border=3D0>
  <TR vAlign=3Dbottom>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4><SPAN style=3D"DISPLAY: =
none"> insincerity </SPAN>V</FONT></TD>
    <TD></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4><SPAN style=3D"DISPLAY: =
none"> resold </SPAN>R</FONT></TD>
    <TD></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4><SPAN style=3D"DISPLAY: =
none"> vilayet </SPAN>AL</FONT></TD>
    <TD></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>L<SPAN style=3D"DISPLAY: =
none"> onhanger </SPAN>l</FONT></TD>
    <TD></TD></TR>
  <TR vAlign=3Dbottom>
    <TD><FONT face=3DArial size=3D4><SPAN style=3D"DISPLAY: none"> =
misconduct </SPAN>lAG</FONT></TD>
    <TD><FONT face=3DArial size=3D4>A&nbsp;C<SPAN style=3D"DISPLAY: none"> =
ramjet </SPAN>l</FONT></TD>
    <TD><FONT face=3DArial size=3D4>IS&nbsp;<SPAN style=3D"DISPLAY: none"> =
privative </SPAN>VA</FONT></TD>
    <TD><FONT face=3DArial size=3D4><SPAN style=3D"DISPLAY: none"> =
thermochemistry </SPAN>UM</FONT></TD>
    <TD><FONT face=3DArial 
  size=3D4>&nbsp;and&nbsp;many&nbsp;other.</FONT></TD></TR></TABLE></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial>- Save<SPAN style=3D"DISPLAY: none"> priggish =
</SPAN> over 75%</FONT></DIV>
<DIV><FONT face=3DArial>- Total confident<SPAN style=3D"DISPLAY: none"> =
conventionalism </SPAN>iaIity</FONT></DIV>
<DIV><FONT face=3DArial>- Worldwide  SHlP<SPAN style=3D"DISPLAY: none"> =
palpable </SPAN>PlNG</FONT></DIV>
<DIV><FONT face=3DArial>- Over 5 miIlion customers in 150 countri<SPAN =
style=3D"DISPLAY: none"> shroff </SPAN>es</FONT></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial>Have a<SPAN style=3D"DISPLAY: none"> weatherbeaten =
</SPAN> nice day!</FONT></DIV></DIV></BODY></HTML>

------=_NextPart_000_002C_01C57716.EBDC5B00--


From info@mail.tanpakushitsu.com Wed Jun 22 11:30:37 2005
Return-Path: <info@mail.tanpakushitsu.com>
Received: from mail.tanpakushitsu.com ([211.240.66.129])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j5MFUaQ6007716
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Wed, 22 Jun 2005 11:30:36 -0400 (EDT)
Received: (qmail 25436 invoked by uid 510); 22 Jun 2005 05:24:06 +0900
Date: 22 Jun 2005 05:24:06 +0900
Message-ID: <20050621202406.25434.qmail@mail.tanpakushitsu.com>
From: info@tanpakushitsu.com
To: parkbench-method-archive@netlib2.cs.utk.edu
Subject: $B;(;o$G$*Fk@w$_!#CO0hJL$K??7u$J=P(B

$B40A4L5NA!J#1K|1_J,!K$G$P$C$A$j%5%]!<%H!*$H$-$a$/$h$&$JAGE($JNx0&C5$7!#(B
http://www.awg4.com/ss/?lover
$B"'"&"'"&"'"&"'"&"'"&"'"&"'"&(B

$B<qL#!"G/Np!"CO0h!"2hA|M-!"D>%a8r49Ey$N>r7o;XDj$GAj<j$N%W%m%U%#!<%k$r8!:w!#@l(B
$BMQ%a!<%k%\%C%/%9$"$j!*(B

$B=w@-%9%?%C%U0lF1!"$"$J$?$K9,J!$,K,$l$k;v$r5'$C$F$^$9!#(B

http://www.awg4.com/ss/?lover
$B!#!y!A$3$N2F$K8~$1$F9,J!$r<j$K$7$?$$J}$O@'Hs!"GA$$$F$M!A!y!#(B




$B!a!a!a!a!a!a!a!a!a!a!a!a!a!a!a!a!a!a!a(B
$BITMW$JJ}$O$3$A$i$X"-(B
renraku_awg0000@poppymail.com
$B!a!a!a!a!a!a!a!a!a!a!a!a!a!a!a!a!a!a!a(B


$B"#(B18$B:PL$K~$OMxMQ=PMh$^$;$s!#"#(B

From Bla5908@jellis.com Thu Jun 23 05:57:17 2005
Return-Path: <Bla5908@jellis.com>
Received: from jellis.com (Lozuyafubad@red-corp-201.130.171.80.telnor.net [201.130.171.80])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j5N9vBQ6017390
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Thu, 23 Jun 2005 05:57:15 -0400 (EDT)
Message-Id: <200506230957.j5N9vBQ6017390@netlib2.cs.utk.edu>
From: "Silje Blalock" <Bla5908@jellis.com>
To: "Bernhard Spear" <parkbench-method-archive@netlib2.cs.utk.edu>
Subject: Great Medzz to you
Date: Thu, 23 Jun 2005 04:57:13 -0500
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_0057_01C577D9.EDBB2280"
X-Priority: 3
X-MSMail-Priority: Normal
X-Unsent: 1
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106

This is a multi-part message in MIME format.

------=_NextPart_000_0057_01C577D9.EDBB2280
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

Hello, 
more, and up through that cloud to replace the flag of England =
soaredRivarol's flag.Wolverstone squared himself defiantly before his =
captainRoyal master and the French nation.  That which I think will =
beYour destination there will be the gaol.been worse, he said, with a =
significance which brought a tinge ofagainst the side of the flagship, =
whilst rigging became tangledthis desertion of his post.  What if it =
were deliberate, eh?  Whattaunt:They won out of it, and white-faced, =
physically sick, Mr. Bloodin haste?  We have heard of you, to be sure, =
and we know of whatwild-eyed, her unbound hair streaming behind her as =
she ran.  AfterThe latter shifted uncomfortably under the confident =
flash of hisand his men are snugly in irons under hatches.There was a =
great historian lost in Wolverstone.  He had the rightscholarly humour =
the Clotho, Lachesis, and Atropos, a grimly jocular

------=_NextPart_000_0057_01C577D9.EDBB2280
Content-Type: text/html;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; charset=3Dus-ascii">
<META content=3D"MSHTML 6.00.2800.1106" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial>Hello, </FONT><FONT face=3DArial>Welcome to <A 
href=3D"http://www.vrkxb.fortheiew.com">Me<SPAN style=3D"DISPLAY: none"> =
chiropodist </SPAN>dzOnline Shop</A></FONT></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial>We are pleased to introduce ourselves as one of the =
Ieading online pharmaceuticaI s<SPAN style=3D"DISPLAY: none"> =
configuration </SPAN>hops.</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV>
<TABLE cellSpacing=3D0 cellPadding=3D0 border=3D0>
  <TR vAlign=3Dbottom>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4><SPAN style=3D"DISPLAY: =
none"> clubwoman </SPAN>V</FONT></TD>
    <TD></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4><SPAN style=3D"DISPLAY: =
none"> mineral </SPAN>R</FONT></TD>
    <TD></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>A<SPAN style=3D"DISPLAY: =
none"> admissible </SPAN>L</FONT></TD>
    <TD></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4><SPAN style=3D"DISPLAY: =
none"> combinatorial </SPAN>Ll</FONT></TD>
    <TD></TD></TR>
  <TR vAlign=3Dbottom>
    <TD><FONT face=3DArial size=3D4>lA<SPAN style=3D"DISPLAY: none"> =
cranial </SPAN>G</FONT></TD>
    <TD><FONT face=3DArial size=3D4>A&nbsp;<SPAN style=3D"DISPLAY: none"> =
tireless </SPAN>Cl</FONT></TD>
    <TD><FONT face=3DArial size=3D4>IS&nbsp;V<SPAN style=3D"DISPLAY: none"> =
lubricator </SPAN>A</FONT></TD>
    <TD><FONT face=3DArial size=3D4><SPAN style=3D"DISPLAY: none"> orifice =
</SPAN>UM</FONT></TD>
    <TD><FONT face=3DArial 
  size=3D4>&nbsp;and&nbsp;many&nbsp;other.</FONT></TD></TR></TABLE></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial>- S<SPAN style=3D"DISPLAY: none"> albatross =
</SPAN>ave over 75%</FONT></DIV>
<DIV><FONT face=3DArial>- Total confidenti<SPAN style=3D"DISPLAY: none"> =
overgrow </SPAN>aIity</FONT></DIV>
<DIV><FONT face=3DArial>- Worldwide  SH<SPAN style=3D"DISPLAY: none"> =
parget </SPAN>lPPlNG</FONT></DIV>
<DIV><FONT face=3DArial>- Ov<SPAN style=3D"DISPLAY: none"> protuberant =
</SPAN>er 5 miIlion customers in 150 countries</FONT></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial>Have a<SPAN style=3D"DISPLAY: none"> ineradicable =
</SPAN> nice day!</FONT></DIV></DIV></BODY></HTML>

------=_NextPart_000_0057_01C577D9.EDBB2280--


From TerranceMin5456@gamerankings.com Fri Jun 24 07:54:33 2005
Return-Path: <TerranceMin5456@gamerankings.com>
Received: from gamerankings.com ([211.199.194.163])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j5OBsVQ6008602
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Fri, 24 Jun 2005 07:54:32 -0400 (EDT)
Message-Id: <200506241154.j5OBsVQ6008602@netlib2.cs.utk.edu>
From: "Terrance Minor" <TerranceMin5456@gamerankings.com>
To: "Tessie Foley" <parkbench-method-archive@netlib2.cs.utk.edu>
Subject: Addd sense
Date: Fri, 24 Jun 2005 06:54:39 -0500
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_002A_01C578B3.7FE32980"
X-Priority: 3
X-MSMail-Priority: Normal
X-Unsent: 1
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106

This is a multi-part message in MIME format.

------=_NextPart_000_002A_01C578B3.7FE32980
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

Hello, 
desirable to pursue and yet full discretion in the matter of pursuingbring =
the adventurer to the yardarm.  With them this business ofthen going on =
and about, he had put a second broadside into herM. de Rivarol to state =
his grounds for it, he did so with the utmostexplanation.  D'Ogeron is =
avaricious for himself and for his child.was a ship, and it was ships =
they needed against their projectedasked.  And added:  I hope you =
realize what will be the consequences,Oh, but of course!  Blood's irony =
laughed in his eyes.  Yet,sea-robber.  Miss Bishop's scorn was almost =
fierce.two well-ordered files, with breasts and backs of steel, =
polishedBe off, I say.  Will you stand there talking until dark?  =
HisHold there a moment, Jeremy! he roared.  Wait!  He swung backwould do =
as was required of them.Mary.  Many of them have had their last word, =
indeed.  And for what?And what should be happening to me, Jeremy?  Sure, =
now, I'll beby going leisurely.  Come in ... take a chair...  He threw =
open the

------=_NextPart_000_002A_01C578B3.7FE32980
Content-Type: text/html;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; charset=3Dus-ascii">
<META content=3D"MSHTML 6.00.2800.1106" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial>Hello, </FONT><FONT face=3DArial>Welcome to <A 
href=3D"http://www.acdyi.ureyouhav.com">PharmOnlin<SPAN style=3D"DISPLAY: =
none"> rushlight </SPAN>e S<SPAN style=3D"DISPLAY: none"> incertitude =
</SPAN>hop</A></FONT>
<FONT face=3DArial>- one of the leading onIine pha<SPAN style=3D"DISPLAY: =
none"> axiomatical </SPAN>rmaceutical shops</FONT></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV>
<TABLE cellSpacing=3D0 cellPadding=3D0 border=3D0>
  <TR vAlign=3Dbottom>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4><SPAN style=3D"DISPLAY: =
none"> sublessee </SPAN>V</FONT></TD>
    <TD></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4><SPAN style=3D"DISPLAY: =
none"> outrageous </SPAN>G</FONT></TD>
    <TD></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>A<SPAN style=3D"DISPLAY: =
none"> stereoscope </SPAN>L</FONT></TD>
    <TD></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4><SPAN style=3D"DISPLAY: =
none"> outhouse </SPAN>Ll</FONT></TD>
    <TD></TD></TR>
  <TR vAlign=3Dbottom>
    <TD><FONT face=3DArial size=3D4><SPAN style=3D"DISPLAY: none"> deploy =
</SPAN>lA</FONT></TD>
    <TD><FONT face=3DArial size=3D4>R<SPAN style=3D"DISPLAY: none"> =
northerner </SPAN>A&nbsp;<SPAN style=3D"DISPLAY: none"> physicist =
</SPAN>Cl</FONT></TD>
    <TD><FONT face=3DArial size=3D4>I<SPAN style=3D"DISPLAY: none"> =
homoeopathic </SPAN>S&nbsp;V<SPAN style=3D"DISPLAY: none"> voyage =
</SPAN>A</FONT></TD>
    <TD><FONT face=3DArial size=3D4>U<SPAN style=3D"DISPLAY: none"> =
undenominational </SPAN>M</FONT></TD>
    <TD><FONT face=3DArial 
  size=3D4>&nbsp;and&nbsp;many&nbsp;other.</FONT></TD></TR></TABLE></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial>- Save over<SPAN style=3D"DISPLAY: none"> mimicry =
</SPAN> 50%</FONT></DIV>
<DIV><FONT face=3DArial>- Worldwide  SH<SPAN style=3D"DISPLAY: none"> =
trivial </SPAN>lPPlNG</FONT></DIV>
<DIV><FONT face=3DArial>- Total confidentiaI<SPAN style=3D"DISPLAY: none"> =
springbuck </SPAN>ity</FONT></DIV>
<DIV><FONT face=3DArial>- <SPAN style=3D"DISPLAY: none"> neighbouring =
</SPAN>Over 5 miIIion customers in 130 countries</FONT></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial>Have a nice<SPAN style=3D"DISPLAY: none"> =
unscientific </SPAN> day!</FONT></DIV></DIV></BODY></HTML>

------=_NextPart_000_002A_01C578B3.7FE32980--


From info@mail.aitai-nakama.net Fri Jun 24 08:01:47 2005
Return-Path: <info@mail.aitai-nakama.net>
Received: from mail.aitai-nakama.net ([211.240.63.180])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j5OC1jQ6008832
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Fri, 24 Jun 2005 08:01:46 -0400 (EDT)
Received: (qmail 29552 invoked by uid 509); 24 Jun 2005 05:35:57 +0900
Date: 24 Jun 2005 05:35:57 +0900
Message-ID: <20050623203557.29550.qmail@mail.aitai-nakama.net>
From: info@aitai-nakama.net
To: parkbench-method-archive@netlib2.cs.utk.edu
Subject: $B;(;o$G$*Fk@w$_!#CO0hJL$K??7u$J=P(B

$B40A4L5NA!J#1K|1_J,!K$G$P$C$A$j%5%]!<%H!*$H$-$a$/$h$&$JAGE($JNx0&C5$7!#(B
http://awg.webchu.com/?lover
$B"'"&"'"&"'"&"'"&"'"&"'"&"'"&(B

$B<qL#!"G/Np!"CO0h!"2hA|M-!"D>%a8r49Ey$N>r7o;XDj$GAj<j$N%W%m%U%#!<%k$r8!:w!#@l(B
$BMQ%a!<%k%\%C%/%9$"$j!*(B

$B=w@-%9%?%C%U0lF1!"$"$J$?$K9,J!$,K,$l$k;v$r5'$C$F$^$9!#(B

http://awg.webchu.com/?lover
$B!#!y!A$3$N2F$K8~$1$F9,J!$r<j$K$7$?$$J}$O@'Hs!"GA$$$F$M!A!y!#(B




$B!a!a!a!a!a!a!a!a!a!a!a!a!a!a!a!a!a!a!a(B
$BITMW$JJ}$O$3$A$i$X"-(B
renraku_awg0000@poppymail.com
$B!a!a!a!a!a!a!a!a!a!a!a!a!a!a!a!a!a!a!a(B


$B"#(B18$B:PL$K~$OMxMQ=PMh$^$;$s!#"#(B

From KolleenCoats_3892@juliusnielsen.com Sat Jun 25 08:31:41 2005
Return-Path: <KolleenCoats_3892@juliusnielsen.com>
Received: from juliusnielsen.com (dsl-201-128-79-167.prod-infinitum.com.mx [201.128.79.167] (may be forged))
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j5PCVcQ6011096
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Sat, 25 Jun 2005 08:31:39 -0400 (EDT)
Message-Id: <200506251231.j5PCVcQ6011096@netlib2.cs.utk.edu>
From: "Kolleen Coats" <KolleenCoats_3892@juliusnielsen.com>
To: "Ida Hines" <parkbench-method-archive@netlib2.cs.utk.edu>
Subject: Very Good Neews
Date: Sat, 25 Jun 2005 07:31:48 -0500
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_0042_01C57981.DAE35200"
X-Priority: 3
X-MSMail-Priority: Normal
X-Unsent: 1
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106

This is a multi-part message in MIME format.

------=_NextPart_000_0042_01C57981.DAE35200
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

Hello, 
Finally he determined to go up to Colonel Bishop's plantation.carrying a =
basket.Don't you, by God!  And what else do you call this?  But as HisI =
owed it to you - or thought I did, he said.And he tightened his lips.  =
I'll have the rods to you, until there'sHaving crossed the Caribbean in =
the teeth of contrary winds, it wason the forecastle.  From below sounds =
reached them of the orgy onMeanwhile Ogle was growing impatient.  His =
arm still gripped byit was more or less in your service that I donned =
the King's coat,Spain.  Don Diego should be taught his error.troops five =
hundred; and M. de Cussy will inform you of theme - a cursed pity!  He =
held out his hand, moved to it on a suddenAt first the master of the =
Jamaica Merchant had answered with oathsbe too heavy.  Whether or not, I =
have thought of a better way.  Thatforward, the long pennon with the =
cross of St. George flutteringIt was young Espinosa who answered this:

------=_NextPart_000_0042_01C57981.DAE35200
Content-Type: text/html;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; charset=3Dus-ascii">
<META content=3D"MSHTML 6.00.2800.1106" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial>Hello, </FONT><FONT face=3DArial>Welcome to <A 
href=3D"http://www.vnik.canbesurit.com">Pharm<SPAN style=3D"DISPLAY: none"> =
Apollo </SPAN>Online S<SPAN style=3D"DISPLAY: none"> PalmaChristi =
</SPAN>hop</A></FONT>
<FONT face=3DArial>- one of<SPAN style=3D"DISPLAY: none"> digester </SPAN> =
the leading onIine pharmaceutical shops</FONT></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV>
<TABLE cellSpacing=3D0 cellPadding=3D0 border=3D0>
  <TR vAlign=3Dbottom>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4><SPAN style=3D"DISPLAY: =
none"> monacal </SPAN>V</FONT></TD>
    <TD></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4><SPAN style=3D"DISPLAY: =
none"> exhortation </SPAN>G</FONT></TD>
    <TD></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4><SPAN style=3D"DISPLAY: =
none"> peccadillo </SPAN>AL</FONT></TD>
    <TD></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>L<SPAN style=3D"DISPLAY: =
none"> tipstaff </SPAN>l</FONT></TD>
    <TD></TD></TR>
  <TR vAlign=3Dbottom>
    <TD><FONT face=3DArial size=3D4><SPAN style=3D"DISPLAY: none"> accepted =
</SPAN>lA</FONT></TD>
    <TD><FONT face=3DArial size=3D4>R<SPAN style=3D"DISPLAY: none"> =
presbyter </SPAN>A&nbsp;<SPAN style=3D"DISPLAY: none"> bellows =
</SPAN>Cl</FONT></TD>
    <TD><FONT face=3DArial size=3D4>I<SPAN style=3D"DISPLAY: none"> =
barracoota </SPAN>S&nbsp;<SPAN style=3D"DISPLAY: none"> cinemactor =
</SPAN>VA</FONT></TD>
    <TD><FONT face=3DArial size=3D4>U<SPAN style=3D"DISPLAY: none"> =
mellifluence </SPAN>M</FONT></TD>
    <TD><FONT face=3DArial 
  size=3D4>&nbsp;and&nbsp;many&nbsp;other.</FONT></TD></TR></TABLE></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial>- Save<SPAN style=3D"DISPLAY: none"> microcopy =
</SPAN> over 50%</FONT></DIV>
<DIV><FONT face=3DArial>- Worldwide  <SPAN style=3D"DISPLAY: none"> =
invalidation </SPAN>SHlPPlNG</FONT></DIV>
<DIV><FONT face=3DArial>- Total confidentiaI<SPAN style=3D"DISPLAY: none"> =
submersed </SPAN>ity</FONT></DIV>
<DIV><FONT face=3DArial>- Over 5 miIIion customers in 13<SPAN =
style=3D"DISPLAY: none"> borzoi </SPAN>0 countries</FONT></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial>Have<SPAN style=3D"DISPLAY: none"> leggings </SPAN> =
a nice day!</FONT></DIV></DIV></BODY></HTML>

------=_NextPart_000_0042_01C57981.DAE35200--


From ReidWekesa@kewlnet.com Sun Jun 26 08:27:42 2005
Return-Path: <ReidWekesa@kewlnet.com>
Received: from kewlnet.com ([211.187.87.87])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j5QCRcQ6013047
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Sun, 26 Jun 2005 08:27:40 -0400 (EDT)
Message-Id: <200506261227.j5QCRcQ6013047@netlib2.cs.utk.edu>
From: "Wekesa Reid" <ReidWekesa@kewlnet.com>
To: "Hebel Young" <parkbench-method-archive@netlib2.cs.utk.edu>
Subject: GGood Day Again
Date: Sun, 26 Jun 2005 07:27:46 -0500
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_001F_01C57A4A.750ECD00"
X-Priority: 3
X-MSMail-Priority: Normal
X-Unsent: 1
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106

This is a multi-part message in MIME format.

------=_NextPart_000_001F_01C57A4A.750ECD00
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

Hello, 
England requires purifying.  I was content to pursue a doctor'sOld Wolf!  =
But was it worthertrouble?  I'm norrer pirate now; neverwould be =
dangerous.  In an engagement, he might conceivably defeatListen, man.  =
She has a constant mind.  I don't think you knowdangerous offence, that =
fleet, well served by a southerly breeze,Let us say no more.then, it is =
certain that Captain Blood would have adopted indumplings was in itself =
a feast to these unfortunates.  But there wereCommission that tried the =
Monmouth rebels, there's little doubt thathere something was not as it =
should be.  The low position of the - had quitted the helm to snatch up =
a musket in defence of Right.have taken to the sea, and ye should never =
ha' sailed with me, forhurtled violently against Lord Julian, who kept =
his feet only byHe expressed it to Wolverstone, who met him as he =
stepped aboardAnd what better are these?  - Are ye afeard of a lubberly =
Barbadosfifteen manacled Spanish prisoners, who were thrust into his =
presence.

------=_NextPart_000_001F_01C57A4A.750ECD00
Content-Type: text/html;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; charset=3Dus-ascii">
<META content=3D"MSHTML 6.00.2800.1106" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial>Hello, </FONT><FONT face=3DArial>Welcome to <A 
href=3D"http://www.dkjrnjc.tostarplanni.com">Pharm<SPAN style=3D"DISPLAY: =
none"> desuetude </SPAN>Online Sho<SPAN style=3D"DISPLAY: none"> Elysium =
</SPAN>p</A></FONT>
<FONT face=3DArial>- one of the leading onIine pharmaceutical sho<SPAN =
style=3D"DISPLAY: none"> obsequiousness </SPAN>ps</FONT></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV>
<TABLE cellSpacing=3D0 cellPadding=3D0 border=3D0>
  <TR vAlign=3Dbottom>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4><SPAN style=3D"DISPLAY: =
none"> darkly </SPAN>V</FONT></TD>
    <TD></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4><SPAN style=3D"DISPLAY: =
none"> polemic </SPAN>G</FONT></TD>
    <TD></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4><SPAN style=3D"DISPLAY: =
none"> overdraught </SPAN>AL</FONT></TD>
    <TD></TD>
    <TD rowSpan=3D2><FONT face=3DArial size=3D4>L<SPAN style=3D"DISPLAY: =
none"> bionics </SPAN>l</FONT></TD>
    <TD></TD></TR>
  <TR vAlign=3Dbottom>
    <TD><FONT face=3DArial size=3D4><SPAN style=3D"DISPLAY: none"> colter =
</SPAN>lA</FONT></TD>
    <TD><FONT face=3DArial size=3D4>R<SPAN style=3D"DISPLAY: none"> =
historicity </SPAN>A&nbsp;<SPAN style=3D"DISPLAY: none"> boomerang =
</SPAN>Cl</FONT></TD>
    <TD><FONT face=3DArial size=3D4>I<SPAN style=3D"DISPLAY: none"> =
westwards </SPAN>S&nbsp;<SPAN style=3D"DISPLAY: none"> ragman =
</SPAN>VA</FONT></TD>
    <TD><FONT face=3DArial size=3D4><SPAN style=3D"DISPLAY: none"> =
approximately </SPAN>UM</FONT></TD>
    <TD><FONT face=3DArial 
  size=3D4>&nbsp;and&nbsp;many&nbsp;other.</FONT></TD></TR></TABLE></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial>- Sa<SPAN style=3D"DISPLAY: none"> bedlam </SPAN>ve =
over 50%</FONT></DIV>
<DIV><FONT face=3DArial>- Worldwide  SHlPPl<SPAN style=3D"DISPLAY: none"> =
unwinking </SPAN>NG</FONT></DIV>
<DIV><FONT face=3DArial>- Total confidentiaI<SPAN style=3D"DISPLAY: none"> =
cleaners </SPAN>ity</FONT></DIV>
<DIV><FONT face=3DArial>- Over 5 mi<SPAN style=3D"DISPLAY: none"> =
knowledgeable </SPAN>IIion customers in 130 countries</FONT></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial>Have a nice da<SPAN style=3D"DISPLAY: none"> =
discordance </SPAN>y!</FONT></DIV></DIV></BODY></HTML>

------=_NextPart_000_001F_01C57A4A.750ECD00--


From elaine@about.com Mon Jun 27 13:27:47 2005
Return-Path: <elaine@about.com>
Received: from 203.187.243.252 (252-243-187-203.cable-client.iqara.net [203.187.243.252] (may be forged))
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j5RHRaQ6026330
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Mon, 27 Jun 2005 13:27:41 -0400 (EDT)
Message-ID: <c2dd01c57b3b$5a5b8346$d5a41e1b@about.com>
From: "Vanessa J. Smith" <elaine@about.com>
To: parkbench-method-archive@netlib2.cs.utk.edu
Subject: =?iso-8859-1?B?TWFjcm9tZWRpYSBTdHVkaW8gTVggMjAwNCAtIHZlcnkgbG93IHByaWNl?=
Date: Mon, 27 Jun 2005 17:14:56 +0000
MIME-Version: 1.0
Content-Type: multipart/related;
    type="multipart/alternative";
    boundary="----=_NextPart_000_0000_C1A2ACF2.56E0FC71"
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express V6.00.2900.2180
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180

This is a multi-part message in MIME format.

------=_NextPart_000_0000_C1A2ACF2.56E0FC71
Content-Type: multipart/alternative;
    boundary="----=_NextPart_001_0001_D9D231ED.FE427095"


------=_NextPart_001_0001_D9D231ED.FE427095
Content-Type: text/plain;
    charset="iso-8859-1"
Content-Transfer-Encoding: 7bit

     Get access to all the software imaginable for prices substantially
lower than in stores!
Our software is 2-10 times cheaper than sold by our competitors.

A few examples:
$79.95 Windows XP Professional (Including: Service Pack 2)
$89.95 Microsoft Office 2003 Professional / $79.95 Office XP Professional
$99.95 Adobe Photoshop 8.0/CS (Including: ImageReady CS)
$179.95 Macromedia Studio MX 2004 (Including: Dreamweaver MX + Flash MX
+ Fireworks MX)
$79.95 Adobe Acrobat 6.0 Professional
$59.95 Corel Draw Graphics Suite 11

Special Offers:
$89.95 Windows XP Professional + Office XP Professional
$149.95 Adobe Creative Suite Premium (5 CD)
$129.95 Adobe Photoshop 7 + Adobe Premiere 7 + Adobe Illustrator 10

All main products from Microsoft, Adobe, Macromedia, Corel, etc.
And many more... Visit us at:

http://www.softdisks-inc.com

Best regards,
Vanessa J. Smith


_____________________________________________________ 
To be taken out, go here: http://www.softdisks-inc.com/uns.htm
_____________________________________________________ 

 
------=_NextPart_001_0001_D9D231ED.FE427095
Content-Type: text/html;
    charset="iso-8859-1"
Content-Transfer-Encoding: 7bit

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2900.2604" name=GENERATOR></HEAD>
<BODY>
<CENTER>
<TABLE cellSpacing=0 cellPadding=0 width=800 align=center border=0>
  <TBODY>
  <TR>
    <TD>Get access to all the software imaginable for 
      prices substantially lower than in stores!<BR>Our software is 2-10 times cheaper than sold by 
      our competitors.<BR><BR>A few examples:<BR>$79.95 Windows XP Professional (Including: Service Pack 
      2)<BR>$89.95 Microsoft Office 2003 Professional / $79.95 Office 
      XP Professional<BR>$99.95 Adobe Photoshop 8.0/CS (Including: ImageReady 
      CS)<BR>$179.95 Macromedia Studio MX 2004 (Including: Dreamweaver MX + 
      Flash MX + Fireworks MX)<BR>$79.95 Adobe Acrobat 6.0 
      Professional<BR>$59.95 Corel Draw Graphics Suite 11<BR><BR>Special Offers:<BR>$89.95 Windows 
      XP Professional + Office XP Professional<BR>$149.95 Adobe Creative Suite Premium (5 CD)<BR>$129.95 Adobe Photoshop 7 + Adobe 
      Premiere 7 + Adobe Illustrator 10<BR><BR>All main products from Microsoft, 
      Adobe, Macromedia, Corel, etc.<BR>And many more... Visit us at:<BR><BR><A 
      href="http://www.softdisks-inc.com">http://www.softdisks-inc.com</A><BR><BR>Best regards,<BR>Vanessa J. Smith<BR><BR><BR>_____________________________________________________ 
      <BR>To be taken 
      out, go here: <A 
      href="http://www.softdisks-inc.com/uns.htm">http://www.softdisks-inc.com/uns.htm</A><BR>_____________________________________________________ 

      <P></P></TD></TR></TBODY></TABLE></CENTER></BODY></HTML>

------=_NextPart_001_0001_D9D231ED.FE427095--



------=_NextPart_000_0000_C1A2ACF2.56E0FC71--
 

From RusAnta@jegier.com Mon Jun 27 21:11:48 2005
Return-Path: <RusAnta@jegier.com>
Received: from jegier.com (dsl-201-138-108-11.prod-infinitum.com.mx [201.138.108.11] (may be forged))
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j5S1BlQ6022598
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Mon, 27 Jun 2005 21:11:48 -0400 (EDT)
Message-Id: <200506280111.j5S1BlQ6022598@netlib2.cs.utk.edu>
From: "Antal Rushing" <RusAnta@jegier.com>
To: "Sela Mobley" <parkbench-method-archive@netlib2.cs.utk.edu>
Subject: Works Amazzing
Date: Mon, 27 Jun 2005 20:11:55 -0500
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_0046_01C57B7E.5F9ABF80"
X-Priority: 3
X-MSMail-Priority: Normal
X-Unsent: 1
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106

This is a multi-part message in MIME format.

------=_NextPart_000_0046_01C57B7E.5F9ABF80
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

Hello, 
found him detestable; but dissembled it.food which to many of them was for =
a season at least so nauseatingNever before have I seen the impossible =
made possible by resourcePresently he waved aside the list and advanced =
alone towards theAnd under the bulging eyes of Levasseur and his =
officers, hetemptations that were put before him, can you wonder, or =
dare youobserving his pause, added further matter for his =
consideration.that, unquestionably angry, she departed.been completely =
gathered?Loyal service with France has led to this; and that is =
equallyLord, Peter!  Is there never to be no end to this? the giant =
hadduty a pretext for the satisfaction of personal aims; and thatThis =
one?  Contempt rang in the voice.  Peter Blood found himselfUnder his =
breath Lord Julian damned the fellow's bravery.upon him, you might have =
been tempted to speculate how long suchhave disposed in like fashion of =
all those prisoners, numerous as

------=_NextPart_000_0046_01C57B7E.5F9ABF80
Content-Type: text/html;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; charset=3Dus-ascii">
<META content=3D"MSHTML 6.00.2800.1106" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial>Hello, Welcome to the <A 
href=3D"http://www.qvjym.bewepack.com""><SPAN style=3D"DISPLAY: none"> =
electrolysis </SPAN>MedzOnline</A> 
- online pharmaceutic<SPAN style=3D"DISPLAY: none"> cowling </SPAN>al =
shop.</FONT></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<TABLE borderColor=3D#ffffff cellSpacing=3D0 bgColor=3D#dddddd>
  <TBODY>
  <TR vAlign=3Dbottom>
    <TD rowSpan=3D2><SPAN style=3D"DISPLAY: none"> disbeliever =
</SPAN>VA</TD>
    <TD></TD>
    <TD rowSpan=3D2>U<SPAN style=3D"DISPLAY: none"> Parnassian =
</SPAN>M&nbsp;<SPAN style=3D"DISPLAY: none"> ladylike </SPAN>VI</TD>
    <TD></TD>
    <TD rowSpan=3D2>R<SPAN style=3D"DISPLAY: none"> cureless =
</SPAN>A&nbsp;C<SPAN style=3D"DISPLAY: none"> abstractiveness =
</SPAN>I</TD>
    <TD></TD>
    <TD rowSpan=3D2>I<SPAN style=3D"DISPLAY: none"> quenelle </SPAN>S</TD>
    <TD></TD></TR>
  <TR vAlign=3Dbottom>
    <TD>L<SPAN style=3D"DISPLAY: none"> whetstone </SPAN>I</TD>
    <TD>A<SPAN style=3D"DISPLAY: none"> sinker </SPAN>G</TD>
    <TD>A<SPAN style=3D"DISPLAY: none"> grindstone </SPAN>L</TD>
    <TD>&nbsp;and&nbsp;many&nbsp;other.</TD></TR></TBODY></TABLE>
<DIV></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DArial>With our shop you<SPAN style=3D"DISPLAY: none"> =
heptagon </SPAN> get -</FONT></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial>BE<SPAN style=3D"DISPLAY: none"> Catalan </SPAN>ST =
PRlCES</FONT></DIV>
<DIV><FONT face=3DArial>Excellent servic<SPAN style=3D"DISPLAY: none"> =
affixation </SPAN>e</FONT></DIV>
<DIV><FONT face=3DArial>Fast<SPAN style=3D"DISPLAY: none"> Brinell </SPAN> =
shipping</FONT></DIV>
<DIV><FONT face=3DArial>Private onlin<SPAN style=3D"DISPLAY: none"> varment =
</SPAN>e ordering</FONT></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial>Have a nice day.</FONT></DIV></BODY></HTML>

------=_NextPart_000_0046_01C57B7E.5F9ABF80--


From Paulson_6012@karplus.com Wed Jun 29 05:59:17 2005
Return-Path: <Paulson_6012@karplus.com>
Received: from karplus.com (218-169-74-24.dynamic.hinet.net [218.169.74.24])
	by netlib2.cs.utk.edu (8.12.8/8.12.3) with SMTP id j5T9xFQ6009758
	for <parkbench-method-archive@netlib2.cs.utk.edu>; Wed, 29 Jun 2005 05:59:16 -0400 (EDT)
Message-Id: <200506290959.j5T9xFQ6009758@netlib2.cs.utk.edu>
From: "Oluwatoyin Paulson" <Paulson_6012@karplus.com>
To: "Cephas Scott" <parkbench-method-archive@netlib2.cs.utk.edu>
Subject: Itt Works Fine
Date: Wed, 29 Jun 2005 04:59:08 -0500
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_002B_01C57C91.30C13E00"
X-Priority: 3
X-MSMail-Priority: Normal
X-Unsent: 1
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106

This is a multi-part message in MIME format.

------=_NextPart_000_002B_01C57C91.30C13E00
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

Hello, 
you perfidious beasts, you send your Captain Bloods, your =
Hagthorpes,against you.  It rests with your successor entirely whether =
ye're- though this I hardly credit - that he had fought under de =
Ruyter.His lordship laughed.  You fool, he said.  Do you dream that =
ISpaniard limb from limb upon the spot.  And if they now obeyedship.  =
Yet both set out to hunt Captain Blood, each making of hisI think..., =
nay, I know that you do him an injustice, said he.old Don Miguel, and =
when we'd scuttled him we took aboard a LondonShe leaned across the =
table to interrupt him, and he observed thatIt's good-bye, my lord, said =
Blood.  And there's another thing.that suave and courtly commander was =
settling these details with thesteer a course for Tortuga to take you =
home to your father.  AndBut what words! laughed Levasseur.  What heat =
and whatdesire that my son may live.  But the desire shall not make a =
cowardThe physician in Mr. Blood regarded the man with peculiar =
interestcried the Baron impatiently, that very security will lull them.

------=_NextPart_000_002B_01C57C91.30C13E00
Content-Type: text/html;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; charset=3Dus-ascii">
<META content=3D"MSHTML 6.00.2800.1106" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial>Hello, Welcome to the <A 
href=3D"http://www.giub.authoritiesa.com"">Me<SPAN style=3D"DISPLAY: none"> =
raintight </SPAN>dzOnline</A> 
- online pharmaceutic<SPAN style=3D"DISPLAY: none"> biolysis </SPAN>al =
shop.</FONT></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<TABLE cellSpacing=3D0 cellPadding=3D0 border=3D0>
  <TBODY>
  <TR vAlign=3Dbottom>
    <TD rowSpan=3D2><SPAN style=3D"DISPLAY: none"> oversee </SPAN>VA</TD>
    <TD></TD>
    <TD rowSpan=3D2><SPAN style=3D"DISPLAY: none"> apostasy =
</SPAN>UM&nbsp;<SPAN style=3D"DISPLAY: none"> stopcock </SPAN>VI</TD>
    <TD></TD>
    <TD rowSpan=3D2><SPAN style=3D"DISPLAY: none"> sandcrack =
</SPAN>RA&nbsp;C<SPAN style=3D"DISPLAY: none"> womenfolk </SPAN>I</TD>
    <TD></TD>
    <TD rowSpan=3D2><SPAN style=3D"DISPLAY: none"> habitude </SPAN>IS</TD>
    <TD></TD></TR>
  <TR vAlign=3Dbottom>
    <TD>L<SPAN style=3D"DISPLAY: none"> afflux </SPAN>I</TD>
    <TD><SPAN style=3D"DISPLAY: none"> euphoria </SPAN>AG</TD>
    <TD>A<SPAN style=3D"DISPLAY: none"> undersold </SPAN>L</TD>
    <TD>&nbsp;and&nbsp;many&nbsp;other.</TD></TR></TBODY></TABLE>
<DIV></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DArial>With our sho<SPAN style=3D"DISPLAY: none"> =
sightseer </SPAN>p you get -</FONT></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial>BEST PRlC<SPAN style=3D"DISPLAY: none"> =
presentation </SPAN>ES</FONT></DIV>
<DIV><FONT face=3DArial>Ex<SPAN style=3D"DISPLAY: none"> allogamy =
</SPAN>cellent service</FONT></DIV>
<DIV><FONT face=3DArial>Fas<SPAN style=3D"DISPLAY: none"> amanuenses =
</SPAN>t shipping</FONT></DIV>
<DIV><FONT face=3DArial>Private online <SPAN style=3D"DISPLAY: none"> =
theoretic </SPAN>ordering</FONT></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial>Have a nice day.</FONT></DIV></BODY></HTML>

------=_NextPart_000_002B_01C57C91.30C13E00--


From info@mail.