When attempting to run AlphaFold on the HPC, you might be confronted with a variety of errors, originating from several sources. Most commonly, they will be a result of a wrong configuration or resource exhaustion (e.g., when running large proteins or proteins with too large MSAs). The most common errors are enlisted below, along with possible workarounds to solve them.
You will find the errors that are described in two possible locations:
At submission time (qsub), the command line will reply with an error specification
In the error file that is generated for each job running on the HPC. This file can be found in your $VSC_DATA/alphafold directory, and will be named <job_name>.e<job_id> (for instance: example_run.e1502930). Display its contents with less or cat. The actual error message is most often found at the bottom of the file.
At submission time
Wrong configuration
On the #PBS lines in the script, you should only use the ‘keys’ that were specified in the example (e.g., nodes, ppn, gpus, mem). If you would for instance try to use the key cpu, this is the error that you would get at submission time.On the #PBS lines in the script, you will get this error at submission time when you try to allocate an invalid number of resources. For instance, this will show when you try to allocate 5 GPUs on a node with just 4 GPUs, or if you try to allocate too much memory.
Wrong setup: module not loaded
When submitting a job without first swapping to the correct cluster (with for instance module swap cluster/joltik), this is the error produced.
In the output error file
Wrong setup: wrong FASTA file name
The file XX.fasta is not present in $VSC_DATA/alphafold/fastas/
Insufficient CPU memory (RAM)
Not enough memory was allocated to fit the MSAs + compute model predictions. Try to allocate a larger amount of memory in the #PBS header of the script.
Insufficient GPU memory
The memory on the GPU memory was not large enough to fit the sequence and compute its structure. This should only occur if you are trying to run a very large protein, or if you run on a smaller GPU (<16GB). You can try to allocate more than one GPU in the #PBS header.
Insufficient storage
There is not enough disk space on the drive where your alphafold/ directory is located. If this is in $VSC_DATA, you can try to (a) free up space, or (b) join a virtual organization (VO), where you will have more storage capacity.
Time limit exceeded
The time limit of the job was reached. You can try to increase the allocated time in the #PBS header (max. 3 days). If you have the feeling that the time required is out of proportion with what was expected, make sure you allocate a GPU in the #PBS header.
We use cookies on our website to give you the most relevant experience by remembering your preferences and repeat visits. By clicking “Accept All”, you consent to the use of ALL the cookies. However, you may visit "Cookie Settings" to provide a controlled consent.
This website uses cookies to improve your experience while you navigate through the website. Out of these, the cookies that are categorized as necessary are stored on your browser as they are essential for the working of basic functionalities of the website. We also use third-party cookies that help us analyze and understand how you use this website. These cookies will be stored in your browser only with your consent. You also have the option to opt-out of these cookies. But opting out of some of these cookies may affect your browsing experience.
Necessary cookies are absolutely essential for the website to function properly. These cookies ensure basic functionalities and security features of the website, anonymously.
Cookie
Duration
Description
cookielawinfo-checkbox-analytics
11 months
This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Analytics".
cookielawinfo-checkbox-functional
11 months
The cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Functional".
cookielawinfo-checkbox-necessary
11 months
This cookie is set by GDPR Cookie Consent plugin. The cookies is used to store the user consent for the cookies in the category "Necessary".
cookielawinfo-checkbox-others
11 months
This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Other.
cookielawinfo-checkbox-performance
11 months
This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Performance".
viewed_cookie_policy
11 months
The cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not user has consented to the use of cookies. It does not store any personal data.
Functional cookies help to perform certain functionalities like sharing the content of the website on social media platforms, collect feedbacks, and other third-party features.
Performance cookies are used to understand and analyze the key performance indexes of the website which helps in delivering a better user experience for the visitors.
Analytical cookies are used to understand how visitors interact with the website. These cookies help provide information on metrics the number of visitors, bounce rate, traffic source, etc.
Advertisement cookies are used to provide visitors with relevant ads and marketing campaigns. These cookies track visitors across websites and collect information to provide customized ads.