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 r1620804 = 333.75;
        double r1620805 = 33096.0;
        double r1620806 = 6.0;
        double r1620807 = pow(r1620805, r1620806);
        double r1620808 = r1620804 * r1620807;
        double r1620809 = 77617.0;
        double r1620810 = r1620809 * r1620809;
        double r1620811 = 11.0;
        double r1620812 = r1620811 * r1620810;
        double r1620813 = r1620805 * r1620805;
        double r1620814 = r1620812 * r1620813;
        double r1620815 = -r1620807;
        double r1620816 = r1620814 + r1620815;
        double r1620817 = -121.0;
        double r1620818 = 4.0;
        double r1620819 = pow(r1620805, r1620818);
        double r1620820 = r1620817 * r1620819;
        double r1620821 = r1620816 + r1620820;
        double r1620822 = -2.0;
        double r1620823 = r1620821 + r1620822;
        double r1620824 = r1620810 * r1620823;
        double r1620825 = r1620808 + r1620824;
        double r1620826 = 5.5;
        double r1620827 = 8.0;
        double r1620828 = pow(r1620805, r1620827);
        double r1620829 = r1620826 * r1620828;
        double r1620830 = r1620825 + r1620829;
        double r1620831 = 2.0;
        double r1620832 = r1620831 * r1620805;
        double r1620833 = r1620809 / r1620832;
        double r1620834 = r1620830 + r1620833;
        return r1620834;
}

Reproduce

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