The interface of VGETVRM utility routine is:
call vgetvrm( 'VAR', rData, jData, cData, jStatus )
Data is provided to this routine via output variable key VAR. Available output variable keys that can be useful for you include:
LE - logarithmic strain components
PE - plastic strain components
TEMP - temperature
Unfortunately strain rate (ER) is not available in VGETVRM.
An example of the use of this routine for logarithmic strain components is:
call vgetvrm( 'LE', rData, jData, cData, jStatus )