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

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Beagle---0.9.51
% Problem  : KLE006+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 : n003.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:38 EDT 2023

% Result   : Theorem 3.62s 1.97s
% Output   : CNFRefutation 3.62s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    5
%            Number of leaves      :   14
% Syntax   : Number of formulae    :   23 (   6 unt;  10 typ;   0 def)
%            Number of atoms       :   23 (  11 equ)
%            Maximal formula atoms :    4 (   1 avg)
%            Number of connectives :   17 (   7   ~;   4   |;   2   &)
%                                         (   2 <=>;   2  =>;   0  <=;   0 <~>)
%            Maximal formula depth :    6 (   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    :    7 (   7 usr;   3 con; 0-2 aty)
%            Number of variables   :   14 (;  14   !;   0   ?;   0   :)

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

%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(test,type,
    test: $i > $o ).

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

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

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

tff(f_138,negated_conjecture,
    ~ ! [X0] :
        ( test(X0)
       => ( one = addition(X0,c(X0)) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',goals) ).

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

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

tff(f_120,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(c_48,plain,
    test('#skF_2'),
    inference(cnfTransformation,[status(thm)],[f_138]) ).

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

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

tff(c_267,plain,
    ! [X0_51,X1_52] :
      ( ( addition(X0_51,X1_52) = one )
      | ~ complement(X1_52,X0_51) ),
    inference(cnfTransformation,[status(thm)],[f_120]) ).

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

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

tff(c_46,plain,
    addition('#skF_2',c('#skF_2')) != one,
    inference(cnfTransformation,[status(thm)],[f_138]) ).

tff(c_757,plain,
    ~ test('#skF_2'),
    inference(superposition,[status(thm),theory(equality)],[c_740,c_46]) ).

tff(c_780,plain,
    $false,
    inference(demodulation,[status(thm),theory(equality)],[c_48,c_757]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.09/0.14  % Problem  : KLE006+1 : TPTP v8.1.2. Released v4.0.0.
% 0.09/0.14  % 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.14/0.36  % Computer : n003.cluster.edu
% 0.14/0.36  % Model    : x86_64 x86_64
% 0.14/0.36  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.14/0.36  % Memory   : 8042.1875MB
% 0.14/0.36  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.14/0.36  % CPULimit : 300
% 0.14/0.36  % WCLimit  : 300
% 0.14/0.36  % DateTime : Thu Aug  3 23:25:38 EDT 2023
% 0.14/0.36  % CPUTime  : 
% 3.62/1.97  % SZS status Theorem for /export/starexec/sandbox/benchmark/theBenchmark.p
% 3.62/1.98  
% 3.62/1.98  % SZS output start CNFRefutation for /export/starexec/sandbox/benchmark/theBenchmark.p
% See solution above
% 3.62/2.00  
% 3.62/2.00  Inference rules
% 3.62/2.00  ----------------------
% 3.62/2.00  #Ref     : 0
% 3.62/2.00  #Sup     : 174
% 3.62/2.00  #Fact    : 0
% 3.62/2.00  #Define  : 0
% 3.62/2.00  #Split   : 2
% 3.62/2.00  #Chain   : 0
% 3.62/2.00  #Close   : 0
% 3.62/2.00  
% 3.62/2.00  Ordering : KBO
% 3.62/2.00  
% 3.62/2.00  Simplification rules
% 3.62/2.00  ----------------------
% 3.62/2.00  #Subsume      : 17
% 3.62/2.00  #Demod        : 74
% 3.62/2.00  #Tautology    : 99
% 3.62/2.00  #SimpNegUnit  : 1
% 3.62/2.00  #BackRed      : 0
% 3.62/2.00  
% 3.62/2.00  #Partial instantiations: 0
% 3.62/2.00  #Strategies tried      : 1
% 3.62/2.00  
% 3.62/2.00  Timing (in seconds)
% 3.62/2.00  ----------------------
% 3.62/2.01  Preprocessing        : 0.51
% 3.62/2.01  Parsing              : 0.27
% 3.62/2.01  CNF conversion       : 0.03
% 3.62/2.01  Main loop            : 0.43
% 3.62/2.01  Inferencing          : 0.16
% 3.62/2.01  Reduction            : 0.14
% 3.62/2.01  Demodulation         : 0.10
% 3.62/2.01  BG Simplification    : 0.02
% 3.62/2.01  Subsumption          : 0.09
% 3.62/2.01  Abstraction          : 0.02
% 3.62/2.01  MUC search           : 0.00
% 3.62/2.01  Cooper               : 0.00
% 3.62/2.01  Total                : 0.99
% 3.62/2.01  Index Insertion      : 0.00
% 3.62/2.01  Index Deletion       : 0.00
% 3.62/2.01  Index Matching       : 0.00
% 3.62/2.01  BG Taut test         : 0.00
%------------------------------------------------------------------------------