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 r1640317 = 333.75;
        double r1640318 = 33096.0;
        double r1640319 = 6.0;
        double r1640320 = pow(r1640318, r1640319);
        double r1640321 = r1640317 * r1640320;
        double r1640322 = 77617.0;
        double r1640323 = r1640322 * r1640322;
        double r1640324 = 11.0;
        double r1640325 = r1640324 * r1640323;
        double r1640326 = r1640318 * r1640318;
        double r1640327 = r1640325 * r1640326;
        double r1640328 = -r1640320;
        double r1640329 = r1640327 + r1640328;
        double r1640330 = -121.0;
        double r1640331 = 4.0;
        double r1640332 = pow(r1640318, r1640331);
        double r1640333 = r1640330 * r1640332;
        double r1640334 = r1640329 + r1640333;
        double r1640335 = -2.0;
        double r1640336 = r1640334 + r1640335;
        double r1640337 = r1640323 * r1640336;
        double r1640338 = r1640321 + r1640337;
        double r1640339 = 5.5;
        double r1640340 = 8.0;
        double r1640341 = pow(r1640318, r1640340);
        double r1640342 = r1640339 * r1640341;
        double r1640343 = r1640338 + r1640342;
        double r1640344 = 2.0;
        double r1640345 = r1640344 * r1640318;
        double r1640346 = r1640322 / r1640345;
        double r1640347 = r1640343 + r1640346;
        return r1640347;
}

Reproduce

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