Dear Max,
Please double-check whether the geometry and the multiplicity are correct. Apart from that
- I do not know how the numbers looked like before but you can only test if the energies stabilize if you decrease EPS_SCHWARZ.
- You may try to increase the electronic temperature, 5 K is pretty low. Commonly, you use room temperature or the actual temperature of your system. To have some guidance, you print all MOs using the DFT/PRINT/MO section and check the occupancies. If you do not find partial occupation, turn smearing off. Then, you may even try the OT method instead.
-You may try to use PERIODIC XYZ instead of XY which is much better tested and has much less bugs.
-Otherwise, you may play around with the convergence parameters. It may help to reduce ALPHA.
Unrelated to that, your performance is pretty poor. Can you increase the memory further? If no and possible, you may use more OpenMP threads in favor of MPI ranks while increasing MAX_MEMORY to reduce the memory overhead of MPI.
Best,
Frederick