Timeout in 10.0m

Use the --timeout flag to change the timeout.

\[\left(\left(333.75 \cdot {33096}^{6} + \left(77617 \cdot 77617\right) \cdot \left(\left(\left(\left(11 \cdot \left(77617 \cdot 77617\right)\right) \cdot \left(33096 \cdot 33096\right) + \left(-{33096}^{6}\right)\right) + -121 \cdot {33096}^{4}\right) + -2\right)\right) + 5.5 \cdot {33096}^{8}\right) + \frac{77617}{2 \cdot 33096}\]
\left(\left(333.75 \cdot {33096}^{6} + \left(77617 \cdot 77617\right) \cdot \left(\left(\left(\left(11 \cdot \left(77617 \cdot 77617\right)\right) \cdot \left(33096 \cdot 33096\right) + \left(-{33096}^{6}\right)\right) + -121 \cdot {33096}^{4}\right) + -2\right)\right) + 5.5 \cdot {33096}^{8}\right) + \frac{77617}{2 \cdot 33096}
double f() {
        double r60730 = 333.75;
        double r60731 = 33096.0;
        double r60732 = 6.0;
        double r60733 = pow(r60731, r60732);
        double r60734 = r60730 * r60733;
        double r60735 = 77617.0;
        double r60736 = r60735 * r60735;
        double r60737 = 11.0;
        double r60738 = r60737 * r60736;
        double r60739 = r60731 * r60731;
        double r60740 = r60738 * r60739;
        double r60741 = -r60733;
        double r60742 = r60740 + r60741;
        double r60743 = -121.0;
        double r60744 = 4.0;
        double r60745 = pow(r60731, r60744);
        double r60746 = r60743 * r60745;
        double r60747 = r60742 + r60746;
        double r60748 = -2.0;
        double r60749 = r60747 + r60748;
        double r60750 = r60736 * r60749;
        double r60751 = r60734 + r60750;
        double r60752 = 5.5;
        double r60753 = 8.0;
        double r60754 = pow(r60731, r60753);
        double r60755 = r60752 * r60754;
        double r60756 = r60751 + r60755;
        double r60757 = 2.0;
        double r60758 = r60757 * r60731;
        double r60759 = r60735 / r60758;
        double r60760 = r60756 + r60759;
        return r60760;
}

Reproduce

herbie shell --seed 2019351 
(FPCore ()
  :name "From Warwick Tucker's Validated Numerics"
  :precision binary64
  (+ (+ (+ (* 333.75 (pow 33096 6)) (* (* 77617 77617) (+ (+ (+ (* (* 11 (* 77617 77617)) (* 33096 33096)) (- (pow 33096 6))) (* -121 (pow 33096 4))) -2))) (* 5.5 (pow 33096 8))) (/ 77617 (* 2 33096))))