1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768 |
- Ticks for Logic
- max-open-constraints = 0
- max-open-metas = 2
- metas = 5
- Ticks for Bool
- max-open-constraints = 0
- max-open-metas = 6
- metas = 70
- Ticks for Nat
- max-open-constraints = 0
- max-open-metas = 3
- metas = 21
- Ticks for List
- max-open-constraints = 2
- attempted-constraints = 4
- max-open-metas = 5
- metas = 57
- Ticks for Fin
- max-open-constraints = 0
- max-open-metas = 5
- metas = 79
- Ticks for Vec
- max-open-constraints = 0
- max-open-metas = 6
- metas = 71
- Ticks for EqProof
- max-open-constraints = 0
- max-open-metas = 4
- metas = 36
- Ticks for AC
- max-open-constraints = 2
- attempted-constraints = 12
- max-open-metas = 28
- metas = 528
- agda -v0 -v profile:100 ac/AC.agda --ignore-interfaces -iac +RTS -slogs/.tmp
- 976,176,612 bytes allocated in the heap
- 132,110,880 bytes copied during GC
- 9,480,072 bytes maximum residency (19 sample(s))
- 201,316 bytes maximum slop
- 27 MB total memory in use (0 MB lost due to fragmentation)
- Generation 0: 1836 collections, 0 parallel, 0.23s, 0.24s elapsed
- Generation 1: 19 collections, 0 parallel, 0.17s, 0.18s elapsed
- INIT time 0.01s ( 0.00s elapsed)
- MUT time 1.28s ( 1.29s elapsed)
- GC time 0.40s ( 0.42s elapsed)
- EXIT time 0.00s ( 0.00s elapsed)
- Total time 1.69s ( 1.71s elapsed)
- %GC time 23.9% (24.3% elapsed)
- Alloc rate 757,447,686 bytes per MUT second
- Productivity 75.5% of total user, 74.8% of total elapsed
- ──────────────────────────────────────────────────────────────────
- Mach kernel version:
- Darwin Kernel Version 11.1.0: Tue Jul 26 16:07:11 PDT 2011; root:xnu-1699.22.81~1/RELEASE_X86_64
- Kernel configured for up to 8 processors.
- 4 processors are physically available.
- 8 processors are logically available.
- Processor type: i486 (Intel 80486)
- Processors active: 0 1 2 3 4 5 6 7
- Primary memory available: 8.00 gigabytes
- Default processor set: 91 tasks, 381 threads, 8 processors
- Load average: 1.18, Mach factor: 6.81
|