> ----------------------------------------------------------------------
> 
> On Mon, 4 Feb 2008 18:16:19 +0100, Miklos Szigetvari wrote:
> 
> >Hi
> >
> >I got this question time to time:
> >What is the maximum CPU time difference for the same job,  between
> >repeated runs,  under different system load ?
>
> ----------------------------------------------------------------------
>
> On Mon, 4 Feb 2008 11:51 (CST USA), Tom Marchant wrote:
> 
> Maximum?  One could be several times another.
> 
> Why?  One time, with little significant contention, almost all the
date
> referenced is in the High Speed Buffer (or cache) and all virtual
address
> translations are handled in the TLB.  Worst case is that almost all
memory
> references cause a HSB miss and the TLB entries are no longer there
when
> they are needed.  A memory reference takes several times as long when
the
> data is not in the cache.  And if the Translation Lookaside Buffer
does
> not
> have the information required to translate the virtual address to a
real
> address, that will require a segment table and page table reference,
again
> with
> the possibility of HSB misses.  If the reference is above the bar,
there
> may
> well be region table references as well.
> 
> --
> Tom Marchant
> 
> ----------------------------------------------------------------------
Am I missing something here?  Miklos is asking about the difference in
CPU time between two runs of the same job step.  I would think that if
the same program was processing the same data in the same way the CPU
time should be close to consistent.  Maybe not exactly the same but
there shouldn't be "several times another".  Now the elapsed time could
vary widely depending on the contentions that Tom has mentioned above.


Tom Kelman
Commerce Bank of Kansas City
(816) 760-7632



*****************************************************************************
If you wish to communicate securely with Commerce Bank and its
affiliates, you must log into your account under Online Services at 
http://www.commercebank.com or use the Commerce Bank Secure
Email Message Center at https://securemail.commercebank.com

NOTICE: This electronic mail message and any attached files are
confidential. The information is exclusively for the use of the
individual or entity intended as the recipient. If you are not
the intended recipient, any use, copying, printing, reviewing,
retention, disclosure, distribution or forwarding of the message
or any attached file is not authorized and is strictly prohibited.
If you have received this electronic mail message in error, please
advise the sender by reply electronic mail immediately and
permanently delete the original transmission, any attachments
and any copies of this message from your computer system.
*****************************************************************************

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

Reply via email to