Dear alok_shukla1,
I was checking your input files. From that I see you want to do
a molecular dynamics run with spin orbit coupling.
Therefore you should remove the ISPIN=2 tag from
your INCAR file. This is only necessary for the collinear spin treatment which your are not planning to do.
Additionally you have to set the flag IWAVPR = 0 in your INCAR file. This will controls the update of the wavefunctions.
Currently this is the only update scheme which can be used in your case.
The EDIFFG flag has to be removed because otherwise your calculation will stop
after the first step.
Last thing I recognized, you are setting up a micro canonical MD simulation by not specifying a MDALGO tag
and setting SMASS = -1. Additionally you are setting a temperature gradient by setting TEBEG=0 and TEEND=300.
This does not make sense because it is not possible to apply a temperature gradient in a microcanonical MD.
Also it is not advisable to initialize an MD at 0K, because all velocities are set to zero.
I would recommend to set MDALGO to either 2 or 3 in your case. See here for more information:
https://www.vasp.at/wiki/index.php/MDALGO.
Or you do a pre-equibrilation with MDALGO=2 or 3 and switch to the microcanonical MD later on.
When setting/removing the before mentioned flags in your INCAR file the MD was working for me as expected.
I hope this helps and if you have further questions just ask.
All the best Jonathan