ricksladkey / ladr

LADR: Library for Automated Deduction Research

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A few quick tests on an AMD-64 (939, 1MB cache).

Comparing 64- and 32-bit versions of Prover9 and Mace4.

64-bit versions: compiled with gcc defaults on AMD-64.
32-bit versions: compiled with gcc defaults on i386.

Both run on AMD-64.

Nearly all of the data for both Mace4 and Prover9 consists of
pointers, so the jobs on the 64-bit versions take twice the memory.

Prover9: the 64-bit version seems faster.

  ord-rev.out.32:-------- Proof 1 -------- (27.30 + 0.36 seconds)
  ord-rev.out.32:Megabytes=13.05.

  ord-rev.out.64:-------- Proof 1 -------- (22.70 + 0.43 seconds)
  ord-rev.out.64:Megabytes=25.70.

Mace4:   the 32-bit version seems faster.

  m.out.32:-------- Model 1 at 18.13 seconds --------
  m.out.32:Memory report, 1 @ 20 = 20 megs (13.53 megs used).

  m.out.64:-------- Model 1 at 22.96 seconds --------
  m.out.64:Memory report, 2 @ 20 = 40 megs (26.60 megs used).

Your mileage may vary.

About

LADR: Library for Automated Deduction Research

License:GNU General Public License v2.0


Languages

Language:C 95.2%Language:Perl 1.2%Language:Python 1.1%Language:Makefile 1.0%Language:XSLT 0.5%Language:C++ 0.5%Language:Objective-C 0.2%Language:Shell 0.1%Language:R 0.0%Language:OpenEdge ABL 0.0%