FAQ
Which is the processing time limit in Artemisa?
While using UI, the processing time cap is 5 minutes, as it is intended for debugging and testing purposes. For WNs, the time cap is 48 hours, encouraging the fair use.
What is the storage quota?
Per user: 200 GBytes, 1000 Kfiles.Per project: 10 TBytes, 1000 Kfiles.How many jobs can a user have simultaneously?
8 jobs per user.
The job stays on HOLD state and the log shows:
Job was held. Error from...(errno=13: 'Permission denied')This error mostly happens when the executable e.g.
.sh, .pyfile doesn´t have execution permits. Trychmod +x my_executable.The job stays on HOLD state and the log shows:
Job was held. Error from...(errno=8: 'Exec format error')This error can happen when the executable e.g.
.sh, .pyscript doesn´t have the shebang#!/bin/bashat the top. Also check that the working directory is correctly set regarding relative paths for file dependencies.