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 r1524572 = 333.75;
        double r1524573 = 33096.0;
        double r1524574 = 6.0;
        double r1524575 = pow(r1524573, r1524574);
        double r1524576 = r1524572 * r1524575;
        double r1524577 = 77617.0;
        double r1524578 = r1524577 * r1524577;
        double r1524579 = 11.0;
        double r1524580 = r1524579 * r1524578;
        double r1524581 = r1524573 * r1524573;
        double r1524582 = r1524580 * r1524581;
        double r1524583 = -r1524575;
        double r1524584 = r1524582 + r1524583;
        double r1524585 = -121.0;
        double r1524586 = 4.0;
        double r1524587 = pow(r1524573, r1524586);
        double r1524588 = r1524585 * r1524587;
        double r1524589 = r1524584 + r1524588;
        double r1524590 = -2.0;
        double r1524591 = r1524589 + r1524590;
        double r1524592 = r1524578 * r1524591;
        double r1524593 = r1524576 + r1524592;
        double r1524594 = 5.5;
        double r1524595 = 8.0;
        double r1524596 = pow(r1524573, r1524595);
        double r1524597 = r1524594 * r1524596;
        double r1524598 = r1524593 + r1524597;
        double r1524599 = 2.0;
        double r1524600 = r1524599 * r1524573;
        double r1524601 = r1524577 / r1524600;
        double r1524602 = r1524598 + r1524601;
        return r1524602;
}

Reproduce

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