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 r1642011 = 333.75;
        double r1642012 = 33096.0;
        double r1642013 = 6.0;
        double r1642014 = pow(r1642012, r1642013);
        double r1642015 = r1642011 * r1642014;
        double r1642016 = 77617.0;
        double r1642017 = r1642016 * r1642016;
        double r1642018 = 11.0;
        double r1642019 = r1642018 * r1642017;
        double r1642020 = r1642012 * r1642012;
        double r1642021 = r1642019 * r1642020;
        double r1642022 = -r1642014;
        double r1642023 = r1642021 + r1642022;
        double r1642024 = -121.0;
        double r1642025 = 4.0;
        double r1642026 = pow(r1642012, r1642025);
        double r1642027 = r1642024 * r1642026;
        double r1642028 = r1642023 + r1642027;
        double r1642029 = -2.0;
        double r1642030 = r1642028 + r1642029;
        double r1642031 = r1642017 * r1642030;
        double r1642032 = r1642015 + r1642031;
        double r1642033 = 5.5;
        double r1642034 = 8.0;
        double r1642035 = pow(r1642012, r1642034);
        double r1642036 = r1642033 * r1642035;
        double r1642037 = r1642032 + r1642036;
        double r1642038 = 2.0;
        double r1642039 = r1642038 * r1642012;
        double r1642040 = r1642016 / r1642039;
        double r1642041 = r1642037 + r1642040;
        return r1642041;
}

Reproduce

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