The solver produces a wrong result on the test case benchmarks/ssatER/MaxCount/sdimacs/MaxSAT-keller4-1212.clq.wcnf.sdimacs.
The reported probability is 9.755859e-01 with the default configuration, i.e., running
ss benchmarks/ssatER/MaxCount/sdimacs/MaxSAT-keller4-1212.clq.wcnf.sdimacs
However, if the greedy minimization is turned off,
ss -g benchmarks/ssatER/MaxCount/sdimacs/MaxSAT-keller4-1212.clq.wcnf.sdimacs
The reported probability becomes 8.520508e-01.
The discrepancy clearly indicates a bug.