java -Xms10240m -Xmx10240m -jar ./epmc-standard.jar check --model-input-files embedded.prism --property-input-files embedded.props --property-input-names up_time --translate-messages false --value-floating-point-output-native true --const MAX_COUNT=8,T=12
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.