java -Xms10240m -Xmx10240m -jar ./epmc-standard.jar check --model-input-files herman.15.prism --property-input-files herman.props --property-input-names steps --translate-messages false --value-floating-point-output-native true
Default settings. The option --translate-messages is set to false to ease the parsing of the output while the --value-floating-point-output-native is set to true to get the float values printed in full, instead of with only 7 digits of precision given by the default %.7f format.