TSTP Solution File: ARI619_1 by Beagle---0.9.51

View Problem - Process Solution

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

% Computer : n027.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:34:07 EDT 2023

% Result   : Theorem 3.33s 1.90s
% Output   : CNFRefutation 3.40s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    6
%            Number of leaves      :    4
% Syntax   : Number of formulae    :   11 (   5 unt;   3 typ;   0 def)
%            Number of atoms       :   16 (   9 equ)
%            Maximal formula atoms :    6 (   2 avg)
%            Number of connectives :   11 (   3   ~;   4   |;   2   &)
%                                         (   1 <=>;   1  =>;   0  <=;   0 <~>)
%            Maximal formula depth :    9 (   3 avg)
%            Maximal term depth    :    3 (   1 avg)
%            Number arithmetic     :   27 (   1 atm;   5 fun;  18 num;   3 var)
%            Number of types       :    2 (   0 usr;   1 ari)
%            Number of type conns  :    2 (   2   >;   0   *;   0   +;   0  <<)
%            Number of predicates  :    4 (   1 usr;   1 prp; 0-2 aty)
%            Number of functors    :    6 (   2 usr;   4 con; 0-2 aty)
%            Number of variables   :    3 (;   2   !;   1   ?;   3   :)

% Comments : 
%------------------------------------------------------------------------------
%$ pow2 > #nlpp > #skF_1

%Foreground sorts:

%Background operators:
tff('#skE_1',type,
    '#skE_1': $int ).

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

tff(pow2,type,
    pow2: $int > $o ).

tff(f_42,negated_conjecture,
    ~ ( ! [Xa: $int] :
          ( pow2(Xa)
        <=> ( ( Xa = 1 )
            | ( $lesseq(2,Xa)
              & ? [Ya: $int] :
                  ( ( $product(2,Ya) = Xa )
                  & pow2(Ya) ) ) ) )
     => ~ pow2(5) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',not_pow_of_2_5) ).

tff(c_20,plain,
    pow2(5),
    inference(cnfTransformation,[status(thm)],[f_42]) ).

tff(c_37,plain,
    ! [X_9a: $int] :
      ( ( $product(2,'#skF_1'(X_9a)) = X_9a )
      | ~ pow2(X_9a)
      | ( X_9a = 1 ) ),
    inference(cnfTransformation,[status(thm)],[f_42]) ).

tff(c_44,plain,
    ( ( $product(2,'#skF_1'(5)) = 5 )
    | ( 5 = 1 ) ),
    inference(resolution,[status(thm)],[c_20,c_37]) ).

tff(c_46,plain,
    $product(2,'#skF_1'(5)) = 5,
    inference(backgroundSimplification,[status(thm),theory('LIA')],[c_44]) ).

tff(c_202,plain,
    '#skF_1'(5) = '#skE_1',
    inference(define,[status(thm),theory(equality)],[c_46]) ).

tff(c_206,plain,
    $product(2,'#skE_1') = 5,
    inference(demodulation,[status(thm),theory(equality)],[c_202,c_46]) ).

tff(c_325,plain,
    $false,
    inference(close,[status(thm),theory('LIA')],[c_206]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.12  % Problem  : ARI619_1 : TPTP v8.1.2. Released v5.1.0.
% 0.00/0.13  % Command  : java -Dfile.encoding=UTF-8 -Xms512M -Xmx4G -Xss10M -jar /export/starexec/sandbox2/solver/bin/beagle.jar -auto -q -proof -print tff -smtsolver /export/starexec/sandbox2/solver/bin/cvc4-1.4-x86_64-linux-opt -liasolver cooper -t %d %s
% 0.12/0.34  % Computer : n027.cluster.edu
% 0.12/0.34  % Model    : x86_64 x86_64
% 0.12/0.34  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.12/0.34  % Memory   : 8042.1875MB
% 0.12/0.34  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.12/0.34  % CPULimit : 300
% 0.12/0.34  % WCLimit  : 300
% 0.12/0.34  % DateTime : Fri Aug  4 00:35:24 EDT 2023
% 0.12/0.34  % CPUTime  : 
% 3.33/1.90  % SZS status Theorem for /export/starexec/sandbox2/benchmark/theBenchmark.p
% 3.33/1.91  
% 3.33/1.91  % SZS output start CNFRefutation for /export/starexec/sandbox2/benchmark/theBenchmark.p
% See solution above
% 3.40/1.93  
% 3.40/1.93  Inference rules
% 3.40/1.93  ----------------------
% 3.40/1.93  #Ref     : 0
% 3.40/1.93  #Sup     : 54
% 3.40/1.93  #Fact    : 0
% 3.40/1.93  #Define  : 1
% 3.40/1.93  #Split   : 0
% 3.40/1.93  #Chain   : 0
% 3.40/1.93  #Close   : 1
% 3.40/1.93  
% 3.40/1.93  Ordering : LPO
% 3.40/1.93  
% 3.40/1.93  Simplification rules
% 3.40/1.93  ----------------------
% 3.40/1.93  #Subsume      : 0
% 3.40/1.93  #Demod        : 10
% 3.40/1.93  #Tautology    : 27
% 3.40/1.93  #SimpNegUnit  : 0
% 3.40/1.93  #BackRed      : 0
% 3.40/1.93  
% 3.40/1.93  #Partial instantiations: 0
% 3.40/1.93  #Strategies tried      : 1
% 3.40/1.93  
% 3.40/1.93  Timing (in seconds)
% 3.40/1.93  ----------------------
% 3.47/1.93  Preprocessing        : 0.47
% 3.47/1.93  Parsing              : 0.25
% 3.47/1.93  CNF conversion       : 0.03
% 3.47/1.93  Main loop            : 0.37
% 3.47/1.93  Inferencing          : 0.14
% 3.47/1.93  Reduction            : 0.08
% 3.47/1.93  Demodulation         : 0.06
% 3.47/1.93  BG Simplification    : 0.05
% 3.47/1.93  Subsumption          : 0.07
% 3.47/1.94  Abstraction          : 0.01
% 3.47/1.94  MUC search           : 0.00
% 3.47/1.94  Cooper               : 0.03
% 3.47/1.94  Total                : 0.89
% 3.47/1.94  Index Insertion      : 0.00
% 3.47/1.94  Index Deletion       : 0.00
% 3.47/1.94  Index Matching       : 0.00
% 3.47/1.94  BG Taut test         : 0.00
%------------------------------------------------------------------------------