Inquiry regarding job queueing and not running

I recently submitted several jobs, but they remained in the queue for an extended period. The next day, I submitted new jobs, and these started running while the older ones remained queued. Concerned about potential issues with the original submissions, I decided to resubmit the jobs to ensure they would process correctly.

Here are the job IDs of the newly submitted runs that correspond to the older queued ones:
460033, 460034, 460036, 460037, 460038, 460039

Since I have made some modifications in these new submissions, I would like to ensure that they will be executed instead of the old ones. However, given the prolonged queueing of the original jobs, I am concerned that the new ones might also end up stuck in the queue.

Could you kindly check on this and confirm that the new submissions will be processed?

It all depends on the size to the systems you are submitting.

Large systems are queued for local execution because of size limits for grid computing.

Which is what it is always a good idea to try to limit the size as much as possible, i.e. remove the unnecessary parts.

And currently there is a long queue of jobs.

Note that in your workspace on the server you can cancel jobs

Oh I see. I will shorten the protein then. Thanks