hexagon logo

Equivalent Plastic Strain, getting strange output (SOL400)

Getting values > 1e37 for equivalent plastic strain in my results. This is with higher loads. At lower loads, the values are in the right ballpark, but contour looks odd (compared to all other results). Meanwhile, all other outputs seem reasonable/correct, including the nonlinear plastic strain.
 
Is there something I'm doing wrong to calculate equivalent plastic strain? Or known bug?
 
Here's select parts from the input file ( 2017.0.2 patran)
 
---
SOL 400
CEND
  BCONTACT = 0
 
AUTOSPC(RESIDUAL)=YES
 
SUBCASE 1
 STEP 1
  ANALYSIS = NLSTATIC
  NLSTEP = 1
  BCONTACT = 1
  SPC = 2
  LOAD = 6
  DISPLACEMENT(PLOT,SORT1,REAL)=ALL
  SPCFORCES(PLOT,SORT1,REAL)=ALL
  STRESS(PLOT,SORT1,REAL,VONMISES,BILIN)=ALL
  BOUTPUT(PLOT,SORT1,REAL)=ALL
  NLSTRESS(PLOT,NLOUT=1)=ALL
 
BEGIN BULK
 
NLOUT,1,EQPLSTRN
 
PARAM  PRTMAXIM YES
BCPARA  0    NLGLUE 1    METHOD SEGTOSEG IBSEP  2
     FTYPE  0
PARAM  LGDISP 2
NLSTEP  1
 
BCTABL1 ..............
 
PSOLID  3    1    0
PSLDN1  3    1
     C6   SOLID  L
     C8   SOLID  L
CHEXA ..............
 
NLMOPTS LRGSTRN 1
     ASSM  ASSUMED
MATEP  2    Table      1        Isotrop Addmean
MAT1*  2       3.+7      1.16279+7    .29
*    7.304-4
$ Material Record : steel_bolt
MAT1*  3       3.+7      1.16279+7    .29
*    7.3817-4
$ Material Record : cres_17_4
MATEP  1    Table      2        Isotrop Addmean
MAT1*  1       2.85+7     1.12028+7    .272
*    .282
$ Material Tables ( No Conversions Needed )
$ Stress/Strain Curve : ph13_8_nonlin
TABLES1 1    2
*    0.       183950.     .0015167    204620.
*    .0038796    216640.     .008768     221400.
    .026006 221520. .043448 219990. .06116 214510. .074813 206220.
    .087917 196420. .10349 182740. .11898 165070. .263685 .011407
     ENDT
$ Stress/Strain Curve : cres_17_4_nonlin
TABLES1 2    2
*    0.       98591.     2.7847-4    106840.
*    7.4305-4    115900.     .0015743    123050.
*    .0024563    127880.     .0031828    131110.
*    .0040402    133590.     .1       411150.
     ENDT
 
.......