Hi,
This sounds like you don't have enough available memory.
Your possible ways forward:
1) To reduce memory consumption try to set the number of repetitions manually.
That is replace
repetitions=Automatic,
with
repetitions=[3,3,1] for instance. Check that the dispersion looks correct. One should converge with the number of repetitions.
2) Change LCAO basis set to a less memory consuming one. Usually FHI uses less memory than the default PseudoDOJO. But the accuracy might also be lower for some systems.
3) Allocate more memory per process on the server.