When you run the initial analysis use
*RESTART, WRITE, NUMBER INTERVAL=1
because you don't know on which increment your stress value will occur, so you want to save results for restart at each single increment (INTERVAL=1).
If you use *EXTREME VALUE with HALT=YES the analysis will stop exactly where you wanted, so on restarting it you don't need to specify the INTERVAL (by default it will be the last one):
*RESTART, READ [, STEP= ,INTERVAL= ]
cheers