:23 ***
Attached is my slurm.conf
It seems that no memory configuration there.
Yet, I suffer this problem.
Would anyone mind giving any comment or suggestion?
Additionally, following is the limit setting for user Sukman.
# sacctmgr show association where user=sukman
format=user,grpTRES,grpwall,grptresm
sukman PD 0:00 1
(QOSMaxMemoryPerUser)
$ scontrol show job 88
JobId=88 JobName=hostname
UserId=sukman(1000) GroupId=nobody(1000) MCS_label=N/A
Priority=4294901753 Nice=0 Account=user QOS=normal_compute
JobState=PENDING Reason=QOSMaxMemoryPerUser Dependency=(null)
Requeue
#SBATCH --job-name=hostname
##sbatch --time=00:50
##sbatch --mem=10M
##SBATCH --nodes=1
##SBATCH --ntasks=1
##SBATCH --ntasks-per-node=1
##SBATCH --cpus-per-task=1
##SBATCH --nodelist=cn110
srun hostname
> scontrol show job 79
JobId=79 JobName=hostname
UserId=sukman(1000) GroupId=nobod
=2,mem=1G
I then applied the QOS to a specific user, sukman.
#QOS-defined user
sacctmgr list association where User=sukman format=User,QOS,
User QOS
--
sukman normal_compute
Then, I tried to run a simple bash command, hostname, by