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 r1497240 = 333.75;
        double r1497241 = 33096.0;
        double r1497242 = 6.0;
        double r1497243 = pow(r1497241, r1497242);
        double r1497244 = r1497240 * r1497243;
        double r1497245 = 77617.0;
        double r1497246 = r1497245 * r1497245;
        double r1497247 = 11.0;
        double r1497248 = r1497247 * r1497246;
        double r1497249 = r1497241 * r1497241;
        double r1497250 = r1497248 * r1497249;
        double r1497251 = -r1497243;
        double r1497252 = r1497250 + r1497251;
        double r1497253 = -121.0;
        double r1497254 = 4.0;
        double r1497255 = pow(r1497241, r1497254);
        double r1497256 = r1497253 * r1497255;
        double r1497257 = r1497252 + r1497256;
        double r1497258 = -2.0;
        double r1497259 = r1497257 + r1497258;
        double r1497260 = r1497246 * r1497259;
        double r1497261 = r1497244 + r1497260;
        double r1497262 = 5.5;
        double r1497263 = 8.0;
        double r1497264 = pow(r1497241, r1497263);
        double r1497265 = r1497262 * r1497264;
        double r1497266 = r1497261 + r1497265;
        double r1497267 = 2.0;
        double r1497268 = r1497267 * r1497241;
        double r1497269 = r1497245 / r1497268;
        double r1497270 = r1497266 + r1497269;
        return r1497270;
}

Reproduce

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