Discussion:
[torqueusers] max_user_queueable not enforced
Paul Raines
2017-09-01 15:25:35 UTC
Permalink
I am running torque-2.5.11

The system locks up when more than ~10,000 jobs get in the queue. As
many past posts have discussed this I created a routing queue that feeds
into an execution queue with max_user_queuable set. But
max_user_queuable seems not to be enforced as the following shows:

[***@launchpad ~]# qmgr -c 'print queue e_max200'
#
# Create queues and set their attributes.
#
#
# Create and define queue e_max200
#
create queue e_max200
set queue e_max200 queue_type = Execution
set queue e_max200 Priority = 9400
set queue e_max200 max_user_queuable = 500
set queue e_max200 resources_max.vmem = 58gb
set queue e_max200 resources_default.neednodes = nonGPU
set queue e_max200 resources_default.vmem = 7gb
set queue e_max200 max_user_run = 200
set queue e_max200 enabled = True
set queue e_max200 started = True
[***@launchpad ~]# qstat | grep Q.e_max200 | grep '\<you2\>' | wc
3905 23430 339735

Is this a known bug? Any known workaround?


The information in this e-mail is intended only for the person to whom it is
addressed. If you believe this e-mail was sent to you in error and the e-mail
contains patient information, please contact the Partners Compliance HelpLine at
http://www.partners.org/complianceline . If the e-mail was sent to you in error
but does not contain patient information, please contact the sender and properly
dispose of the e-mail.

Loading...