Boogie
More thorough checks for exceeding resource limit (#812) Sometimes Z3 doesn't tell us that it exceeded its resource limit. So, if it returns "unknown", with an unknown reason, and the reported resource count exceeds the provided limit, report that it ran out of resources. Fixes #803. Addresses dafny-lang/dafny#4804