JiscMail Logo
Email discussion lists for the UK Education and Research communities

Help for TB-SUPPORT Archives


TB-SUPPORT Archives

TB-SUPPORT Archives


TB-SUPPORT@JISCMAIL.AC.UK


View:

Message:

[

First

|

Previous

|

Next

|

Last

]

By Topic:

[

First

|

Previous

|

Next

|

Last

]

By Author:

[

First

|

Previous

|

Next

|

Last

]

Font:

Proportional Font

LISTSERV Archives

LISTSERV Archives

TB-SUPPORT Home

TB-SUPPORT Home

TB-SUPPORT  April 2012

TB-SUPPORT April 2012

Options

Subscribe or Unsubscribe

Subscribe or Unsubscribe

Log In

Log In

Get Password

Get Password

Subject:

Re: Memory on Linux / Atlas memory survey.

From:

Alessandra Forti <[log in to unmask]>

Reply-To:

Testbed Support for GridPP member institutes <[log in to unmask]>

Date:

Tue, 3 Apr 2012 14:09:02 +0100

Content-Type:

text/plain

Parts/Attachments:

Parts/Attachments

text/plain (102 lines)

On 03/04/2012 13:33, Stuart Purdie wrote:
> On 3 Apr 2012, at 12:54, Alessandra Forti wrote:
>
>> The equivalence at the end was
>>
>> RAM available+swap available=virtual memory
>>
>> the fact that there are memory management techniques that can make the physical memory look bigger and that on 64bit machines the address space  has increased exponentially although I doubt the OS will allow to use it all doesn't make the request of what is physically available so out of place. I don't know how athena handles memory and there are still 32bit releases being used which are limited in the address space they can use.
> Yes.  That's either a 4GB or a 64GB limit in 32bit mode, depending on the underlying hardware.
>
> The 'physically available' is the core of the issue.  If you're going to consume a lot of Swap (as opposed to address space), then that has _serious_ implications.  If you're going to use a lot of address space, then that's not.
>
> Even then, Virtual Memory != RAM + Swap, and assuming it is can get one into tricky places.
>
> For example, I can (and have) make a linux box with 0 swap attached use Virtual Memory (i.e have more stuff in RAM than the quantity of Physical RAM).
>
>> BTW Glasgow is publishing 2GB physical and 4GB of virtual you might want to change that  to 128Tb and argue with the Glueschema people too.
> 128 TB is not a valid number for the maximum Vmem - it's 4GB / 64GB / 256TB, depending on which node you use.
I think 128TB is the limit in linux but I might recheck that.
> As 4GB is the _lowest_ of these, that is what we publish, as that is the largest amount that a job can safely use.  The Glue semantics (from 2.0) include the specification that exceeding this number is when the the LRMS may kill the job.  (Ok, on some nodes, it would be the kernel, but the net effect is indistinguishable from the point of view of the end user).  Accordingly, we cannot realistically  publish a higher number than that.
>
> If ATLAS wish us to split the underlying nodes into different clusters, then we can do so. That would allow use to have one homogeneous cluster per node type, and therefore report actuals, not the bounded limits, for such values.  I do note that this would mean that we would have to split the atlas queue into ... 7 different, independent, queues, that they would have to target independently (So we can hang the different publishing off these queues.)
That's what they do at T1 sites they have different queues associated 
with classes of nodes with different amount of physical memory.
> If you want to go ahead with that, let us know and we can discuss a schedule for making those changes.
I don't think there is any need for now but if  problems appear we'll 
keep it in mind.
> I have noted the construction about 'RAM + Swap' to the Glue authors before - the response was that they are aware of the complications, but that the important point was that the value was _not_ pure physical RAM.  We can argue that one, but standards are forced to compromise on a large number of factors; in the context with which this is written, this is not a major problem with using the spec for it's intended purpose.
It is exactly the same. The information in the glue schema is supposed 
to be consumed by users. If atlas had used the BDII instead of asking 
the cloud squads all this discussion wouldn't have even happened 
(Glasgow vmem=4GB). If you accuse one set of people of incompetence for 
doing a simplification you might want to do that for everyone doing the 
same or none of the above.

cheers
alessandra

>
>> ldapsearch -xLLL -b mds-vo-name=UKI-SCOTGRID-GLASGOW,mds-vo-name=local,o=grid -p 2170 -h top-bdii|grep -i mem
>> GlueHostMainMemoryVirtualSize: 4096
>> objectClass: GlueHostMainMemory
>> GlueHostMainMemoryRAMSize: 2048
>> GlueHostMainMemoryVirtualSize: 4096
>> objectClass: GlueHostMainMemory
>> GlueHostMainMemoryRAMSize: 2048
>> GlueHostMainMemoryVirtualSize: 4096
>> objectClass: GlueHostMainMemory
>> GlueHostMainMemoryRAMSize: 2048
>> GlueHostMainMemoryVirtualSize: 4096
>> objectClass: GlueHostMainMemory
>> GlueHostMainMemoryRAMSize: 2048
>> GlueHostMainMemoryVirtualSize: 4096
>> objectClass: GlueHostMainMemory
>> GlueHostMainMemoryRAMSize: 2048
>>
>>
>> cheers
>> alessandra
>>
>>
>> On 03/04/2012 11:39, Stuart Purdie wrote:
>>> There's a number of different types of memory that we can discuss.
>>>
>>>
>>> There is:
>>>
>>> Physical memory used
>>> Physical memory available
>>> Virtual memory used
>>> Virtual memory available
>>> Address space used
>>> Address space available
>>> Swap space used
>>> Swap space available.
>>>
>>> _All_ of these numbers are different.  Some of them are functions of the node, and some of them are per process values.  To ask about certain parts of these, without understanding how they relate to each other, is going to end up with numbers that don't make sense.
>>>
>>> The term 'VMem', _as measured by top_ is the 'Address space used', where 'used' means 'mapped', as in mmap / malloc sense.
>>>
>>> Note that 'Virtual Memory' != 'Swap space', as the kernel has more facilities for juggling memory than just swap space.  In particular, 'Virtual Memory'>  'Swap space', for all practical workloads.
>>>
>>> It is useful to have the concept of a 'working set' of memory - how much the job has to keep in memory at one point in time.  Note that it is very common for a job to have a working set smaller than the total mapped Address Space.
>>>
>>> --
>>>
>>> It sounds like these Atlas Reco jobs have a peak footprint of 3.5 ish GB.  The _important_ question is if sites will kill jobs like that.  (Glasgow won't).
>>>
>>> The next important question is if those jobs will kill everything on the box.  We, as site admins, consider this an important point.
>>>
>>> If Atlas _really_ expect to drive worker nodes into heavy swapping, then that's going to kill _everything_ on the worker node.  Once swapping starts, everything gets a lot slower.  This means that the walltime limits of jobs will be hit long before the job is near complete.
>>>
>>> If Atlas expect these reco jobs to spend a minute or so with a working set of 3GB, then this is extremely unlikely to cause problems, and probably wont swap.  Even though the job is going to be useing more the usual 2GB per core.
>>>
>>> If you _need_ us to have so much swap, as is being suggested, then this is entirely the wrong approach, and _will not work_.
>>>
>>> --
>>>
>>> The whole process reads very much as if someone has assumed that 'VMem' = 'Physical RAM used + Swap space used' - which is false.
>>>
>>> This is not just a technical point (although it is frustrating to get asked questions that clearly demonstrate the asked don't understand what they are asking for) - it is that if we _need_ that much swap, then without special handling of those jobs they will kill everything on the worker node.  We don't want that, hence having to drive into the midst of the issue in order to find out what is actually going to happen.

Top of Message | Previous Page | Permalink

JiscMail Tools


RSS Feeds and Sharing


Advanced Options


Archives

April 2024
March 2024
February 2024
January 2024
December 2023
November 2023
October 2023
September 2023
August 2023
July 2023
June 2023
May 2023
April 2023
March 2023
February 2023
January 2023
December 2022
November 2022
October 2022
September 2022
August 2022
July 2022
June 2022
May 2022
April 2022
March 2022
February 2022
January 2022
December 2021
November 2021
October 2021
September 2021
August 2021
July 2021
June 2021
May 2021
April 2021
March 2021
February 2021
January 2021
December 2020
November 2020
October 2020
September 2020
August 2020
July 2020
June 2020
May 2020
April 2020
March 2020
February 2020
January 2020
December 2019
November 2019
October 2019
September 2019
August 2019
July 2019
June 2019
May 2019
April 2019
March 2019
February 2019
January 2019
December 2018
November 2018
October 2018
September 2018
August 2018
July 2018
June 2018
May 2018
April 2018
March 2018
February 2018
January 2018
December 2017
November 2017
October 2017
September 2017
August 2017
July 2017
June 2017
May 2017
April 2017
March 2017
February 2017
January 2017
December 2016
November 2016
October 2016
September 2016
August 2016
July 2016
June 2016
May 2016
April 2016
March 2016
February 2016
January 2016
December 2015
November 2015
October 2015
September 2015
August 2015
July 2015
June 2015
May 2015
April 2015
March 2015
February 2015
January 2015
December 2014
November 2014
October 2014
September 2014
August 2014
July 2014
June 2014
May 2014
April 2014
March 2014
February 2014
January 2014
December 2013
November 2013
October 2013
September 2013
August 2013
July 2013
June 2013
May 2013
April 2013
March 2013
February 2013
January 2013
December 2012
November 2012
October 2012
September 2012
August 2012
July 2012
June 2012
May 2012
April 2012
March 2012
February 2012
January 2012
December 2011
November 2011
October 2011
September 2011
August 2011
July 2011
June 2011
May 2011
April 2011
March 2011
February 2011
January 2011
December 2010
November 2010
October 2010
September 2010
August 2010
July 2010
June 2010
May 2010
April 2010
March 2010
February 2010
January 2010
December 2009
November 2009
October 2009
September 2009
August 2009
July 2009
June 2009
May 2009
April 2009
March 2009
February 2009
January 2009
December 2008
November 2008
October 2008
September 2008
August 2008
July 2008
June 2008
May 2008
April 2008
March 2008
February 2008
January 2008
December 2007
November 2007
October 2007
September 2007
August 2007
July 2007
June 2007
May 2007
April 2007
March 2007
February 2007
January 2007
December 2006
November 2006
October 2006
September 2006
August 2006
July 2006
June 2006
May 2006
April 2006
March 2006
February 2006
January 2006
December 2005
November 2005
October 2005
September 2005
August 2005
July 2005
June 2005
May 2005
April 2005
March 2005
February 2005
January 2005
December 2004
November 2004
October 2004
September 2004
August 2004
July 2004
June 2004
May 2004
April 2004
March 2004
February 2004
January 2004
December 2003
November 2003
October 2003
September 2003
August 2003
July 2003
June 2003
May 2003
April 2003
March 2003
February 2003
January 2003
December 2002
November 2002
October 2002
September 2002
August 2002
July 2002
June 2002
May 2002
April 2002
March 2002
February 2002
January 2002


JiscMail is a Jisc service.

View our service policies at https://www.jiscmail.ac.uk/policyandsecurity/ and Jisc's privacy policy at https://www.jisc.ac.uk/website/privacy-notice

For help and support help@jisc.ac.uk

Secured by F-Secure Anti-Virus CataList Email List Search Powered by the LISTSERV Email List Manager