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 r19764 = 333.75;
        double r19765 = 33096.0;
        double r19766 = 6.0;
        double r19767 = pow(r19765, r19766);
        double r19768 = r19764 * r19767;
        double r19769 = 77617.0;
        double r19770 = r19769 * r19769;
        double r19771 = 11.0;
        double r19772 = r19771 * r19770;
        double r19773 = r19765 * r19765;
        double r19774 = r19772 * r19773;
        double r19775 = -r19767;
        double r19776 = r19774 + r19775;
        double r19777 = -121.0;
        double r19778 = 4.0;
        double r19779 = pow(r19765, r19778);
        double r19780 = r19777 * r19779;
        double r19781 = r19776 + r19780;
        double r19782 = -2.0;
        double r19783 = r19781 + r19782;
        double r19784 = r19770 * r19783;
        double r19785 = r19768 + r19784;
        double r19786 = 5.5;
        double r19787 = 8.0;
        double r19788 = pow(r19765, r19787);
        double r19789 = r19786 * r19788;
        double r19790 = r19785 + r19789;
        double r19791 = 2.0;
        double r19792 = r19791 * r19765;
        double r19793 = r19769 / r19792;
        double r19794 = r19790 + r19793;
        return r19794;
}

Reproduce

herbie shell --seed 2019315 
(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))))