Problem
There are available resources but my jobs are not running, with QOSMaxJobs given as the reason in squeue output.
Solution
QOSMaxJobs appears when there is a limit on the number of jobs that can concurrently run per user, and you will see that some jobs (up to this limit) do not have this reason while the rest do. Once those jobs complete, the next will be allowed to run.
For projects who have used more than their allocation there are stricter limits in place for the running of jobs. This is in addition to the lowering of priority when projects use up 100% of their allocation.