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 r1436475 = 333.75;
        double r1436476 = 33096.0;
        double r1436477 = 6.0;
        double r1436478 = pow(r1436476, r1436477);
        double r1436479 = r1436475 * r1436478;
        double r1436480 = 77617.0;
        double r1436481 = r1436480 * r1436480;
        double r1436482 = 11.0;
        double r1436483 = r1436482 * r1436481;
        double r1436484 = r1436476 * r1436476;
        double r1436485 = r1436483 * r1436484;
        double r1436486 = -r1436478;
        double r1436487 = r1436485 + r1436486;
        double r1436488 = -121.0;
        double r1436489 = 4.0;
        double r1436490 = pow(r1436476, r1436489);
        double r1436491 = r1436488 * r1436490;
        double r1436492 = r1436487 + r1436491;
        double r1436493 = -2.0;
        double r1436494 = r1436492 + r1436493;
        double r1436495 = r1436481 * r1436494;
        double r1436496 = r1436479 + r1436495;
        double r1436497 = 5.5;
        double r1436498 = 8.0;
        double r1436499 = pow(r1436476, r1436498);
        double r1436500 = r1436497 * r1436499;
        double r1436501 = r1436496 + r1436500;
        double r1436502 = 2.0;
        double r1436503 = r1436502 * r1436476;
        double r1436504 = r1436480 / r1436503;
        double r1436505 = r1436501 + r1436504;
        return r1436505;
}

Reproduce

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