Reporting Usage
This page covers how to see what you and your group are using on Anunna, and what it costs. For job-level monitoring (squeue, sacct, and the rest) see Monitoring Jobs; for the prices themselves see Tariffs.
Estimating your costs
The get_my_bill script shows your Slurm jobs and estimates their compute costs over a period. Load the anunna module and run it:
module load anunna
get_my_bill
By default, it shows jobs for your user account from the first day of the current month through the current time. Each row includes the job start time, job ID and name, state, allocated CPUs, GPUs and memory, elapsed seconds, and estimated cost. A total is shown at the bottom.
The estimate is based on the resources allocated to each job and its elapsed wall time. It is indicative rather than a final bill; the monthly usage reports are leading.
Useful options:
-s YYYY-MM-DDor--start YYYY-MM-DD— start the report on this date. The default is the first day of the current month.-e YYYY-MM-DDor--end YYYY-MM-DD— end the report on this date, inclusive. The default is the current time.-u USERor--user USER— report usage for another Slurm user.-gor--group— report all jobs charged to the selected user's default Slurm account. Group output includes aUsercolumn.-hor--help— show all available options.
Long options that take a value can use either a space or an equals sign, for example --start 2026-01-01 and --start=2026-01-01 are equivalent.
Examples:
# Your jobs from a given date through now
get_my_bill --start 2026-01-01
# Your jobs in an inclusive date range
get_my_bill -s 2026-01-01 -e 2026-01-31
# All jobs charged to your group
get_my_bill --group
Cost alerts
You can have Anunna email you and e.g. your supervisors when your bill passes a threshold. Configure, change, or remove the alert with:
module load anunna
alert_config.sh
Usage reports dashboard
A web dashboard with usage and cost reports per group is available at https://reports.anunna.wur.nl/.
Access to group reports is only available for group leads.
Changes/access can be requested through the normal support options.
Costs and tariffs
For the per-hour and per-TB prices used to calculate these figures — compute, GPU, storage, and reservations — see Tariffs.
If your group has a commitment, usage is deducted from it; once you reach around 125% of the commitment, the HPC team will get in touch.