Time bar (total: 11.7s)Debug logProfile
1 alts after pruning (1 fresh and 0 done)
Merged error: 30.5b
Found 1 expressions with local error:
| 3.4b | (- (log1p N) (log N)) |
1 calls. Slowest were:
| 4.0ms | (- (log1p N) (log N)) |
1 calls. Slowest were:
| 52.0ms | (- (log1p N) (log N)) |
28 calls. Slowest were:
| 224.0ms | (- (+ (* 1/3 (/ 1 (pow N 3))) (/ 1 N)) (* 1/2 (/ 1 (pow N 2)))) |
| 213.0ms | (- (+ (* 1/3 (/ 1 (pow N 3))) (/ 1 N)) (* 1/2 (/ 1 (pow N 2)))) |
| 121.0ms | (- N (+ (log N) (* 1/2 (pow N 2)))) |
2 alts after pruning (2 fresh and 0 done)
Merged error: 0.0b
Found 3 expressions with local error:
| 0.4b | (/ 1 (* N N)) |
| 0.4b | (/ 1/3 N) |
| 0.1b | (fma (/ 1 (* N N)) (- (/ 1/3 N) 1/2) (/ 1 N)) |
3 calls. Slowest were:
| 1.0ms | (/ 1 (* N N)) |
| 0.0ms | (/ 1/3 N) |
| 0.0ms | (fma (/ 1 (* N N)) (- (/ 1/3 N) 1/2) (/ 1 N)) |
3 calls. Slowest were:
| 16.0ms | (fma (/ 1 (* N N)) (- (/ 1/3 N) 1/2) (/ 1 N)) |
| 9.0ms | (/ 1 (* N N)) |
| 7.0ms | (/ 1/3 N) |
11 calls. Slowest were:
| 234.0ms | (- (+ (* 1/3 (/ 1 (pow N 3))) (/ 1 N)) (* 1/2 (/ 1 (pow N 2)))) |
| 184.0ms | (- (+ (* 1/3 (/ 1 (pow N 3))) (/ 1 N)) (* 1/2 (/ 1 (pow N 2)))) |
| 119.0ms | (- (+ (/ 1 N) (* 1/3 (/ 1 (pow N 3)))) (* 1/2 (/ 1 (pow N 2)))) |
4 alts after pruning (3 fresh and 1 done)
Merged error: 0.0b
Found 2 expressions with local error:
| 3.2b | (log (/ (+ 1 N) N)) |
| 0.0b | (/ (+ 1 N) N) |
2 calls. Slowest were:
| 2.0ms | (/ (+ 1 N) N) |
| 1.0ms | (log (/ (+ 1 N) N)) |
2 calls. Slowest were:
| 48.0ms | (log (/ (+ 1 N) N)) |
| 35.0ms | (/ (+ 1 N) N) |
16 calls. Slowest were:
| 222.0ms | (- (+ (* 1/3 (/ 1 (pow N 3))) (/ 1 N)) (* 1/2 (/ 1 (pow N 2)))) |
| 191.0ms | (- (+ (* 1/3 (/ 1 (pow N 3))) (/ 1 N)) (* 1/2 (/ 1 (pow N 2)))) |
| 89.0ms | (- N (+ (log N) (* 1/2 (pow N 2)))) |
4 alts after pruning (2 fresh and 2 done)
Merged error: 0.0b
Found 4 expressions with local error:
| 10.3b | (sqrt (fma (/ 1 (* N N)) (- (/ 1/3 N) 1/2) (/ 1 N))) |
| 10.3b | (sqrt (fma (/ 1 (* N N)) (- (/ 1/3 N) 1/2) (/ 1 N))) |
| 0.4b | (/ 1 (* N N)) |
| 0.4b | (/ 1 (* N N)) |
4 calls. Slowest were:
| 2.0ms | (sqrt (fma (/ 1 (* N N)) (- (/ 1/3 N) 1/2) (/ 1 N))) |
| 2.0ms | (sqrt (fma (/ 1 (* N N)) (- (/ 1/3 N) 1/2) (/ 1 N))) |
| 1.0ms | (/ 1 (* N N)) |
4 calls. Slowest were:
| 33.0ms | (sqrt (fma (/ 1 (* N N)) (- (/ 1/3 N) 1/2) (/ 1 N))) |
| 30.0ms | (sqrt (fma (/ 1 (* N N)) (- (/ 1/3 N) 1/2) (/ 1 N))) |
| 8.0ms | (/ 1 (* N N)) |
24 calls. Slowest were:
| 525.0ms | (sqrt (fma (/ 1 (* N N)) (- (/ 1/3 N) 1/2) (/ 1 N))) |
| 504.0ms | (sqrt (sqrt (fma (/ 1 (* N N)) (- (/ 1/3 N) 1/2) (/ 1 N)))) |
| 457.0ms | (sqrt (fma (/ 1 (* N N)) (- (/ 1/3 N) 1/2) (/ 1 N))) |
4 alts after pruning (2 fresh and 2 done)
Merged error: 0b
Please include this information when filing a bug report:
herbie shell --seed 2018357 +o rules:numerics
(FPCore (N)
:name "2log (problem 3.3.6)"
(- (log (+ N 1)) (log N)))
| partition: contract violation expected: list? given: 0.05312569858310301 argument position: 2nd other arguments...: #<procedure:ordinary-value?> | L | C | |
|---|---|---|---|
| partition | /home/p92/racket/collects/racket/list.rkt | 555 | 0 |
| errors-score | /data/pavpan/nightlies/herbie/develop/src/points.rkt | 322 | 0 |
| for-loop | /data/pavpan/nightlies/herbie/develop/src/sandbox.rkt | 75 | 12 |
| (unnamed) | /home/p92/racket/collects/racket/private/more-scheme.rkt | 261 | 28 |
| run | /home/p92/racket/share/pkgs/profile-lib/main.rkt | 39 | 2 |
| profile-thunk16 | /home/p92/racket/share/pkgs/profile-lib/main.rkt | 9 | 0 |
| (unnamed) | /home/p92/racket/collects/racket/private/more-scheme.rkt | 261 | 28 |