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 r1467676 = 333.75;
        double r1467677 = 33096.0;
        double r1467678 = 6.0;
        double r1467679 = pow(r1467677, r1467678);
        double r1467680 = r1467676 * r1467679;
        double r1467681 = 77617.0;
        double r1467682 = r1467681 * r1467681;
        double r1467683 = 11.0;
        double r1467684 = r1467683 * r1467682;
        double r1467685 = r1467677 * r1467677;
        double r1467686 = r1467684 * r1467685;
        double r1467687 = -r1467679;
        double r1467688 = r1467686 + r1467687;
        double r1467689 = -121.0;
        double r1467690 = 4.0;
        double r1467691 = pow(r1467677, r1467690);
        double r1467692 = r1467689 * r1467691;
        double r1467693 = r1467688 + r1467692;
        double r1467694 = -2.0;
        double r1467695 = r1467693 + r1467694;
        double r1467696 = r1467682 * r1467695;
        double r1467697 = r1467680 + r1467696;
        double r1467698 = 5.5;
        double r1467699 = 8.0;
        double r1467700 = pow(r1467677, r1467699);
        double r1467701 = r1467698 * r1467700;
        double r1467702 = r1467697 + r1467701;
        double r1467703 = 2.0;
        double r1467704 = r1467703 * r1467677;
        double r1467705 = r1467681 / r1467704;
        double r1467706 = r1467702 + r1467705;
        return r1467706;
}

Reproduce

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