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 r1489154 = 333.75;
        double r1489155 = 33096.0;
        double r1489156 = 6.0;
        double r1489157 = pow(r1489155, r1489156);
        double r1489158 = r1489154 * r1489157;
        double r1489159 = 77617.0;
        double r1489160 = r1489159 * r1489159;
        double r1489161 = 11.0;
        double r1489162 = r1489161 * r1489160;
        double r1489163 = r1489155 * r1489155;
        double r1489164 = r1489162 * r1489163;
        double r1489165 = -r1489157;
        double r1489166 = r1489164 + r1489165;
        double r1489167 = -121.0;
        double r1489168 = 4.0;
        double r1489169 = pow(r1489155, r1489168);
        double r1489170 = r1489167 * r1489169;
        double r1489171 = r1489166 + r1489170;
        double r1489172 = -2.0;
        double r1489173 = r1489171 + r1489172;
        double r1489174 = r1489160 * r1489173;
        double r1489175 = r1489158 + r1489174;
        double r1489176 = 5.5;
        double r1489177 = 8.0;
        double r1489178 = pow(r1489155, r1489177);
        double r1489179 = r1489176 * r1489178;
        double r1489180 = r1489175 + r1489179;
        double r1489181 = 2.0;
        double r1489182 = r1489181 * r1489155;
        double r1489183 = r1489159 / r1489182;
        double r1489184 = r1489180 + r1489183;
        return r1489184;
}

Reproduce

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