Completion Experiments
The following table collects results obtained with mkbtt running normalized completion with different versions of AC-KBO. A tarball containing all input systems can be found here.
Results in one row were obtained in parallel and run on a server equipped with eight dual-core AMD Opteron processors 885 running at a clock rate of 2.6GHz with 64GB of main memory, for each setting with a timeout of 200 seconds. Each termination call had a timeout of 1.5 seconds, and the primality critical pair criterion was used.
The columns correspond to the following settings. Column 0 uses AC-RPO. Columns 1 and 2 apply our version of AC-KBO, in the latter case allowing partial precedences. Columns 3 and 4 use Steinbach's AC-KBO, in the latter case allowing partial precedences. Columns 5 and 6 correspond to Korovin & Voronkov's AC-KBO >kv and the simplification order >'kv, respectively. Finally, 7 and 8 correspond to our AC-KBO with subterm coefficients, where for 8 partial precedences are allowed. For all settings we used 2 input and 3 output bits.
Legend | |
0 | ./mkbtt -ct -st -cp prime -T 1.5 -t 200 -s 'acrpo -direct' |
1 | ./mkbtt -ct -st -cp prime -T 1.5 -t 200 -s 'ackbo -ib 2 -ob 3 -direct' |
2 | ./mkbtt -ct -st -cp prime -T 1.5 -t 200 -s 'ackbo -ib 2 -ob 3 -direct -nt' |
3 | ./mkbtt -ct -st -cp prime -T 1.5 -t 200 -s 'ackbo -ib 2 -ob 3 -direct -st' |
4 | ./mkbtt -ct -st -cp prime -T 1.5 -t 200 -s 'ackbo -ib 2 -ob 3 -direct -st -nt' |
5 | ./mkbtt -ct -st -cp prime -T 1.5 -t 200 -s 'ackbo -ib 2 -ob 3 -direct -kv' |
6 | ./mkbtt -ct -st -cp prime -T 1.5 -t 200 -s 'ackbo -ib 2 -ob 3 -direct -kv2' |
7 | ./mkbtt -ct -st -cp prime -T 1.5 -t 200 -s 'ackbo -ib 2 -ob 3 -direct -sc' |
8 | ./mkbtt -ct -st -cp prime -T 1.5 -t 200 -s 'ackbo -ib 2 -ob 3 -direct -sc -nt' |