Discussion:
Qquota with a ghost resource
lobosky
2010-12-13 08:24:05 UTC
Permalink
Hi,
I don't understand why if I run this command
qquota -u user1

Output:
UserMemoryQuota/1 h_vmem=1.953G/24.000 users user1

Even if user1 is not connected and has no scheduled/running jobs in queues.

Have you an idea about why?

Thanks for your help.

------------------------------------------------------
http://gridengine.sunsource.net/ds/viewMessage.do?dsForumId=38&dsMessageId=304999

To unsubscribe from this discussion, e-mail: [users-***@gridengine.sunsource.net].
reuti
2010-12-13 09:40:07 UTC
Permalink
Hi,
Post by lobosky
I don't understand why if I run this command
qquota -u user1
UserMemoryQuota/1 h_vmem=1.953G/24.000 users user1
Even if user1 is not connected and has no scheduled/running jobs in queues.
Have you an idea about why?
what is the syntax of the complete RQS, and what is running in the system right now? The 1.953G must have a source.

-- Reuti

------------------------------------------------------
http://gridengine.sunsource.net/ds/viewMessage.do?dsForumId=38&dsMessageId=305014

To unsubscribe from this discussion, e-mail: [users-***@gridengine.sunsource.net].
lobosky
2010-12-13 10:39:56 UTC
Permalink
If you mean the output of qconf -srqs :
qconf -srqs
{
name HostMemoryQuota
description Memory quota for hosts. No more than 50 Gb per host
enabled TRUE
limit hosts {*} to h_vmem=50G
}
{
name UserMemoryQuota
description Memory quota for user. No more than 24 Gb per user
enabled TRUE
limit users {*} to h_vmem=24G
}
{
name general
description General SGE user limits
enabled TRUE
limit name AllMaxSlot users {*} queues all.q to slots=48
limit name LoginMaxSlot users {*} queues login.q to slots=40
}

Other jobs are running on the cluster.
But nothing of user1 is running in meanwhile.
No login, no older jobs , nothing.
Do you need the output of which command ?
Thanks for your help.
Post by reuti
Hi,
Post by lobosky
I don't understand why if I run this command
qquota -u user1
UserMemoryQuota/1 h_vmem=1.953G/24.000 users user1
Even if user1 is not connected and has no scheduled/running jobs in queues.
Have you an idea about why?
what is the syntax of the complete RQS, and what is running in the system right now? The 1.953G must have a source.
-- Reuti
------------------------------------------------------
http://gridengine.sunsource.net/ds/viewMessage.do?dsForumId=38&dsMessageId=305014
------------------------------------------------------
http://gridengine.sunsource.net/ds/viewMessage.do?dsForumId=38&dsMessageId=305025

To unsubscribe from this discussion, e-mail: [users-***@gridengine.sunsource.net].
reuti
2010-12-13 10:58:11 UTC
Permalink
Post by lobosky
{
name UserMemoryQuota
description Memory quota for user. No more than 24 Gb per user
enabled TRUE
limit users {*} to h_vmem=24G
}
Ok, this is the one showing up.
Post by lobosky
Other jobs are running on the cluster.
But nothing of user1 is running in meanwhile.
No login, no older jobs , nothing.
Do you need the output of which command ?
The only explanation I have, is that it was running out of sync of the real consumption. This I saw for consumable complexes, but not limits. h_vmem is consumable in your cluster?

Stop-/starting the qmaster might get it back to proper state.

-- Reuti
Post by lobosky
Thanks for your help.
Post by reuti
Hi,
Post by lobosky
I don't understand why if I run this command
qquota -u user1
UserMemoryQuota/1 h_vmem=1.953G/24.000 users user1
Even if user1 is not connected and has no scheduled/running jobs in queues.
Have you an idea about why?
what is the syntax of the complete RQS, and what is running in the system right now? The 1.953G must have a source.
-- Reuti
------------------------------------------------------
http://gridengine.sunsource.net/ds/viewMessage.do?dsForumId=38&dsMessageId=305014
------------------------------------------------------
http://gridengine.sunsource.net/ds/viewMessage.do?dsForumId=38&dsMessageId=305025
------------------------------------------------------
http://gridengine.sunsource.net/ds/viewMessage.do?dsForumId=38&dsMessageId=305032

To unsubscribe from this discussion, e-mail: [users-***@gridengine.sunsource.net].
lobosky
2010-12-13 13:31:23 UTC
Permalink
Hi Reuti,
yes h_vmem is consumable in our cluster.

Anyway , thanks for your daily mailing list help.
Really.
By.
Post by reuti
Post by lobosky
{
name UserMemoryQuota
description Memory quota for user. No more than 24 Gb per user
enabled TRUE
limit users {*} to h_vmem=24G
}
Ok, this is the one showing up.
Post by lobosky
Other jobs are running on the cluster.
But nothing of user1 is running in meanwhile.
No login, no older jobs , nothing.
Do you need the output of which command ?
The only explanation I have, is that it was running out of sync of the real consumption. This I saw for consumable complexes, but not limits. h_vmem is consumable in your cluster?
Stop-/starting the qmaster might get it back to proper state.
-- Reuti
Post by lobosky
Thanks for your help.
Post by reuti
Hi,
Post by lobosky
I don't understand why if I run this command
qquota -u user1
UserMemoryQuota/1 h_vmem=1.953G/24.000 users user1
Even if user1 is not connected and has no scheduled/running jobs in queues.
Have you an idea about why?
what is the syntax of the complete RQS, and what is running in the system right now? The 1.953G must have a source.
------------------------------------------------------
http://gridengine.sunsource.net/ds/viewMessage.do?dsForumId=38&dsMessageId=305059

To unsubscribe from this discussion, e-mail: [users-***@gridengine.sunsource.net].
Loading...