How to tell the difference between cores used and cores reserved

Hi All,

We (depken group BN) have had a few instances where it turns out we are using many more cores than what we reserved and thought we were using.

We think we have fixed the problem, but is there an easy way to find out how many cores you actually use, so we can stop ourselves from creating havoc in the future? :slight_smile:

Kind regrads,
Martin

1 Like

What’s the context? hpc05? PBS?

Yes, this is indeed the question about hpc05 and PBS.

I usually check the monitoring tool https://hpc05.quantumtinkerer.tudelft.nl/. This one uses qstat -ea, followed by simple parsing that collects the statistics in a human-readable form.

However it is usually a better idea to run the task in a similar environment, possibly by getting an interactive PBS job, which will give you a terminal on one of the nodes, and then to check resource usage directly.

Alright. Thanks! I will start with the monitoring tool as it does seem to give the info I was after.