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 r1400870 = 333.75;
        double r1400871 = 33096.0;
        double r1400872 = 6.0;
        double r1400873 = pow(r1400871, r1400872);
        double r1400874 = r1400870 * r1400873;
        double r1400875 = 77617.0;
        double r1400876 = r1400875 * r1400875;
        double r1400877 = 11.0;
        double r1400878 = r1400877 * r1400876;
        double r1400879 = r1400871 * r1400871;
        double r1400880 = r1400878 * r1400879;
        double r1400881 = -r1400873;
        double r1400882 = r1400880 + r1400881;
        double r1400883 = -121.0;
        double r1400884 = 4.0;
        double r1400885 = pow(r1400871, r1400884);
        double r1400886 = r1400883 * r1400885;
        double r1400887 = r1400882 + r1400886;
        double r1400888 = -2.0;
        double r1400889 = r1400887 + r1400888;
        double r1400890 = r1400876 * r1400889;
        double r1400891 = r1400874 + r1400890;
        double r1400892 = 5.5;
        double r1400893 = 8.0;
        double r1400894 = pow(r1400871, r1400893);
        double r1400895 = r1400892 * r1400894;
        double r1400896 = r1400891 + r1400895;
        double r1400897 = 2.0;
        double r1400898 = r1400897 * r1400871;
        double r1400899 = r1400875 / r1400898;
        double r1400900 = r1400896 + r1400899;
        return r1400900;
}

Reproduce

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