TSTP Solution File: KLE026+1 by Beagle---0.9.51

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Beagle---0.9.51
% Problem  : KLE026+1 : TPTP v8.1.2. Released v4.0.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : java -Dfile.encoding=UTF-8 -Xms512M -Xmx4G -Xss10M -jar /export/starexec/sandbox/solver/bin/beagle.jar -auto -q -proof -print tff -smtsolver /export/starexec/sandbox/solver/bin/cvc4-1.4-x86_64-linux-opt -liasolver cooper -t %d %s

% Computer : n013.cluster.edu
% Model    : x86_64 x86_64
% CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 2.10GHz
% Memory   : 8042.1875MB
% OS       : Linux 3.10.0-693.el7.x86_64
% CPULimit : 300s
% WCLimit  : 300s
% DateTime : Tue Aug 22 10:44:42 EDT 2023

% Result   : Theorem 7.17s 2.78s
% Output   : CNFRefutation 7.17s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    9
%            Number of leaves      :   22
% Syntax   : Number of formulae    :   47 (  23 unt;  12 typ;   0 def)
%            Number of atoms       :   53 (  33 equ)
%            Maximal formula atoms :    4 (   1 avg)
%            Number of connectives :   30 (  12   ~;   9   |;   3   &)
%                                         (   3 <=>;   3  =>;   0  <=;   0 <~>)
%            Maximal formula depth :    7 (   3 avg)
%            Maximal term depth    :    3 (   1 avg)
%            Number of types       :    2 (   0 usr)
%            Number of type conns  :   11 (   7   >;   4   *;   0   +;   0  <<)
%            Number of predicates  :    5 (   3 usr;   1 prp; 0-2 aty)
%            Number of functors    :    9 (   9 usr;   5 con; 0-2 aty)
%            Number of variables   :   48 (;  48   !;   0   ?;   0   :)

% Comments : 
%------------------------------------------------------------------------------
%$ leq > complement > test > multiplication > addition > #nlpp > c > zero > one > #skF_1 > #skF_2 > #skF_3 > #skF_4

%Foreground sorts:

%Background operators:

%Foreground operators:
tff('#skF_1',type,
    '#skF_1': $i > $i ).

tff(c,type,
    c: $i > $i ).

tff(multiplication,type,
    multiplication: ( $i * $i ) > $i ).

tff(addition,type,
    addition: ( $i * $i ) > $i ).

tff(complement,type,
    complement: ( $i * $i ) > $o ).

tff('#skF_2',type,
    '#skF_2': $i ).

tff('#skF_3',type,
    '#skF_3': $i ).

tff(test,type,
    test: $i > $o ).

tff(one,type,
    one: $i ).

tff('#skF_4',type,
    '#skF_4': $i ).

tff(leq,type,
    leq: ( $i * $i ) > $o ).

tff(zero,type,
    zero: $i ).

tff(f_80,axiom,
    ! [A,B] :
      ( leq(A,B)
    <=> ( addition(A,B) = B ) ),
    file('/export/starexec/sandbox/benchmark/Axioms/KLE001+0.ax',order) ).

tff(f_143,negated_conjecture,
    ~ ! [X0,X1,X2] :
        ( ( test(X1)
          & test(X2) )
       => ( ( multiplication(X1,X0) = multiplication(multiplication(X1,X0),X2) )
         => leq(multiplication(X1,X0),multiplication(X0,X2)) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',goals) ).

tff(f_65,axiom,
    ! [A] : ( multiplication(one,A) = A ),
    file('/export/starexec/sandbox/benchmark/Axioms/KLE001+0.ax',multiplicative_left_identity) ).

tff(f_52,axiom,
    ! [A,B] : ( addition(A,B) = addition(B,A) ),
    file('/export/starexec/sandbox/benchmark/Axioms/KLE001+0.ax',additive_commutativity) ).

tff(f_127,axiom,
    ! [X0,X1] :
      ( test(X0)
     => ( ( c(X0) = X1 )
      <=> complement(X0,X1) ) ),
    file('/export/starexec/sandbox/benchmark/Axioms/KLE001+1.ax',test_3) ).

tff(f_121,axiom,
    ! [X0,X1] :
      ( complement(X1,X0)
    <=> ( ( multiplication(X0,X1) = zero )
        & ( multiplication(X1,X0) = zero )
        & ( addition(X0,X1) = one ) ) ),
    file('/export/starexec/sandbox/benchmark/Axioms/KLE001+1.ax',test_2) ).

tff(f_58,axiom,
    ! [A] : ( addition(A,A) = A ),
    file('/export/starexec/sandbox/benchmark/Axioms/KLE001+0.ax',additive_idempotence) ).

tff(f_54,axiom,
    ! [C,B,A] : ( addition(A,addition(B,C)) = addition(addition(A,B),C) ),
    file('/export/starexec/sandbox/benchmark/Axioms/KLE001+0.ax',additive_associativity) ).

tff(f_61,axiom,
    ! [A,B,C] : ( multiplication(A,multiplication(B,C)) = multiplication(multiplication(A,B),C) ),
    file('/export/starexec/sandbox/benchmark/Axioms/KLE001+0.ax',multiplicative_associativity) ).

tff(f_70,axiom,
    ! [A,B,C] : ( multiplication(addition(A,B),C) = addition(multiplication(A,C),multiplication(B,C)) ),
    file('/export/starexec/sandbox/benchmark/Axioms/KLE001+0.ax',left_distributivity) ).

tff(c_294,plain,
    ! [A_55,B_56] :
      ( leq(A_55,B_56)
      | ( addition(A_55,B_56) != B_56 ) ),
    inference(cnfTransformation,[status(thm)],[f_80]) ).

tff(c_46,plain,
    ~ leq(multiplication('#skF_3','#skF_2'),multiplication('#skF_2','#skF_4')),
    inference(cnfTransformation,[status(thm)],[f_143]) ).

tff(c_302,plain,
    addition(multiplication('#skF_3','#skF_2'),multiplication('#skF_2','#skF_4')) != multiplication('#skF_2','#skF_4'),
    inference(resolution,[status(thm)],[c_294,c_46]) ).

tff(c_14,plain,
    ! [A_12] : ( multiplication(one,A_12) = A_12 ),
    inference(cnfTransformation,[status(thm)],[f_65]) ).

tff(c_52,plain,
    test('#skF_3'),
    inference(cnfTransformation,[status(thm)],[f_143]) ).

tff(c_2,plain,
    ! [B_2,A_1] : ( addition(B_2,A_1) = addition(A_1,B_2) ),
    inference(cnfTransformation,[status(thm)],[f_52]) ).

tff(c_42,plain,
    ! [X0_29] :
      ( complement(X0_29,c(X0_29))
      | ~ test(X0_29) ),
    inference(cnfTransformation,[status(thm)],[f_127]) ).

tff(c_284,plain,
    ! [X0_53,X1_54] :
      ( ( addition(X0_53,X1_54) = one )
      | ~ complement(X1_54,X0_53) ),
    inference(cnfTransformation,[status(thm)],[f_121]) ).

tff(c_290,plain,
    ! [X0_29] :
      ( ( addition(c(X0_29),X0_29) = one )
      | ~ test(X0_29) ),
    inference(resolution,[status(thm)],[c_42,c_284]) ).

tff(c_293,plain,
    ! [X0_29] :
      ( ( addition(X0_29,c(X0_29)) = one )
      | ~ test(X0_29) ),
    inference(demodulation,[status(thm),theory(equality)],[c_2,c_290]) ).

tff(c_8,plain,
    ! [A_7] : ( addition(A_7,A_7) = A_7 ),
    inference(cnfTransformation,[status(thm)],[f_58]) ).

tff(c_411,plain,
    ! [A_62,B_63,C_64] : ( addition(addition(A_62,B_63),C_64) = addition(A_62,addition(B_63,C_64)) ),
    inference(cnfTransformation,[status(thm)],[f_54]) ).

tff(c_694,plain,
    ! [A_71,C_72] : ( addition(A_71,addition(A_71,C_72)) = addition(A_71,C_72) ),
    inference(superposition,[status(thm),theory(equality)],[c_8,c_411]) ).

tff(c_1715,plain,
    ! [X0_90] :
      ( ( addition(X0_90,c(X0_90)) = addition(X0_90,one) )
      | ~ test(X0_90) ),
    inference(superposition,[status(thm),theory(equality)],[c_293,c_694]) ).

tff(c_1775,plain,
    ! [X0_91] :
      ( ( addition(X0_91,one) = one )
      | ~ test(X0_91)
      | ~ test(X0_91) ),
    inference(superposition,[status(thm),theory(equality)],[c_1715,c_293]) ).

tff(c_1783,plain,
    ( ( addition('#skF_3',one) = one )
    | ~ test('#skF_3') ),
    inference(resolution,[status(thm)],[c_52,c_1775]) ).

tff(c_1792,plain,
    addition('#skF_3',one) = one,
    inference(demodulation,[status(thm),theory(equality)],[c_52,c_1783]) ).

tff(c_511,plain,
    ! [A_65,B_66,C_67] : ( multiplication(multiplication(A_65,B_66),C_67) = multiplication(A_65,multiplication(B_66,C_67)) ),
    inference(cnfTransformation,[status(thm)],[f_61]) ).

tff(c_48,plain,
    multiplication(multiplication('#skF_3','#skF_2'),'#skF_4') = multiplication('#skF_3','#skF_2'),
    inference(cnfTransformation,[status(thm)],[f_143]) ).

tff(c_524,plain,
    multiplication('#skF_3',multiplication('#skF_2','#skF_4')) = multiplication('#skF_3','#skF_2'),
    inference(superposition,[status(thm),theory(equality)],[c_511,c_48]) ).

tff(c_1257,plain,
    ! [A_84,C_85,B_86] : ( addition(multiplication(A_84,C_85),multiplication(B_86,C_85)) = multiplication(addition(A_84,B_86),C_85) ),
    inference(cnfTransformation,[status(thm)],[f_70]) ).

tff(c_6570,plain,
    ! [A_130,A_131] : ( multiplication(addition(A_130,one),A_131) = addition(multiplication(A_130,A_131),A_131) ),
    inference(superposition,[status(thm),theory(equality)],[c_14,c_1257]) ).

tff(c_6813,plain,
    multiplication(addition('#skF_3',one),multiplication('#skF_2','#skF_4')) = addition(multiplication('#skF_3','#skF_2'),multiplication('#skF_2','#skF_4')),
    inference(superposition,[status(thm),theory(equality)],[c_524,c_6570]) ).

tff(c_6922,plain,
    addition(multiplication('#skF_3','#skF_2'),multiplication('#skF_2','#skF_4')) = multiplication('#skF_2','#skF_4'),
    inference(demodulation,[status(thm),theory(equality)],[c_14,c_1792,c_6813]) ).

tff(c_6924,plain,
    $false,
    inference(negUnitSimplification,[status(thm)],[c_302,c_6922]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.14  % Problem  : KLE026+1 : TPTP v8.1.2. Released v4.0.0.
% 0.00/0.15  % Command  : java -Dfile.encoding=UTF-8 -Xms512M -Xmx4G -Xss10M -jar /export/starexec/sandbox/solver/bin/beagle.jar -auto -q -proof -print tff -smtsolver /export/starexec/sandbox/solver/bin/cvc4-1.4-x86_64-linux-opt -liasolver cooper -t %d %s
% 0.16/0.36  % Computer : n013.cluster.edu
% 0.16/0.36  % Model    : x86_64 x86_64
% 0.16/0.36  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.16/0.36  % Memory   : 8042.1875MB
% 0.16/0.36  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.16/0.36  % CPULimit : 300
% 0.16/0.36  % WCLimit  : 300
% 0.16/0.36  % DateTime : Thu Aug  3 23:24:02 EDT 2023
% 0.16/0.36  % CPUTime  : 
% 7.17/2.78  % SZS status Theorem for /export/starexec/sandbox/benchmark/theBenchmark.p
% 7.17/2.79  
% 7.17/2.79  % SZS output start CNFRefutation for /export/starexec/sandbox/benchmark/theBenchmark.p
% See solution above
% 7.17/2.81  
% 7.17/2.81  Inference rules
% 7.17/2.81  ----------------------
% 7.17/2.81  #Ref     : 0
% 7.17/2.81  #Sup     : 1668
% 7.17/2.81  #Fact    : 0
% 7.17/2.81  #Define  : 0
% 7.17/2.81  #Split   : 2
% 7.17/2.81  #Chain   : 0
% 7.17/2.81  #Close   : 0
% 7.17/2.81  
% 7.17/2.81  Ordering : KBO
% 7.17/2.82  
% 7.17/2.82  Simplification rules
% 7.17/2.82  ----------------------
% 7.17/2.82  #Subsume      : 141
% 7.17/2.82  #Demod        : 1955
% 7.17/2.82  #Tautology    : 784
% 7.17/2.82  #SimpNegUnit  : 2
% 7.17/2.82  #BackRed      : 0
% 7.17/2.82  
% 7.17/2.82  #Partial instantiations: 0
% 7.17/2.82  #Strategies tried      : 1
% 7.17/2.82  
% 7.17/2.82  Timing (in seconds)
% 7.17/2.82  ----------------------
% 7.17/2.82  Preprocessing        : 0.52
% 7.17/2.82  Parsing              : 0.27
% 7.17/2.82  CNF conversion       : 0.03
% 7.17/2.82  Main loop            : 1.22
% 7.17/2.82  Inferencing          : 0.36
% 7.17/2.82  Reduction            : 0.58
% 7.17/2.82  Demodulation         : 0.49
% 7.17/2.82  BG Simplification    : 0.04
% 7.17/2.82  Subsumption          : 0.18
% 7.17/2.82  Abstraction          : 0.05
% 7.17/2.82  MUC search           : 0.00
% 7.17/2.82  Cooper               : 0.00
% 7.17/2.82  Total                : 1.79
% 7.17/2.82  Index Insertion      : 0.00
% 7.17/2.82  Index Deletion       : 0.00
% 7.17/2.82  Index Matching       : 0.00
% 7.17/2.82  BG Taut test         : 0.00
%------------------------------------------------------------------------------