Hi,
you are running the optimization without a k-point grid, so you only consider the gamma point. To get a more reasonable result add
&KPOINTS
SCHEME MONKHORST-PACK 20 20 20
&END KPOINTS
to the &DFT section. Adjust the number of kpoints to your needs. When using k-points you should probably change METHOD DIRECT_P_MIXING to METHOD BOYDEN_MIXING.
A few more hints:
with DIAGONALIZATION you dont need the outer_scf section and ADDED_MOS 100 seems excessive.
@SET SCF_CONV 1E-5 is rather inaccurat, I'd recomment decreasing that to 1e-6 or 1e-7 even.
Is there a specific reason to decrease @SET GRIDS 3 from the default? That should not be needed.
When performing simulations with a variable cell size it's recommended to include a &CELL_REF section. Set these lattice vectors longer than the maximum value that you expect during the simulation (for your real cell).
Cheers,
Fabian