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 r1641473 = 333.75;
        double r1641474 = 33096.0;
        double r1641475 = 6.0;
        double r1641476 = pow(r1641474, r1641475);
        double r1641477 = r1641473 * r1641476;
        double r1641478 = 77617.0;
        double r1641479 = r1641478 * r1641478;
        double r1641480 = 11.0;
        double r1641481 = r1641480 * r1641479;
        double r1641482 = r1641474 * r1641474;
        double r1641483 = r1641481 * r1641482;
        double r1641484 = -r1641476;
        double r1641485 = r1641483 + r1641484;
        double r1641486 = -121.0;
        double r1641487 = 4.0;
        double r1641488 = pow(r1641474, r1641487);
        double r1641489 = r1641486 * r1641488;
        double r1641490 = r1641485 + r1641489;
        double r1641491 = -2.0;
        double r1641492 = r1641490 + r1641491;
        double r1641493 = r1641479 * r1641492;
        double r1641494 = r1641477 + r1641493;
        double r1641495 = 5.5;
        double r1641496 = 8.0;
        double r1641497 = pow(r1641474, r1641496);
        double r1641498 = r1641495 * r1641497;
        double r1641499 = r1641494 + r1641498;
        double r1641500 = 2.0;
        double r1641501 = r1641500 * r1641474;
        double r1641502 = r1641478 / r1641501;
        double r1641503 = r1641499 + r1641502;
        return r1641503;
}

Reproduce

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