TSTP Solution File: DAT098_1 by Beagle---0.9.51

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Beagle---0.9.51
% Problem  : DAT098_1 : TPTP v8.1.2. Released v6.1.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 : n017.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:37:09 EDT 2023

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

% Comments : 
%------------------------------------------------------------------------------
%$ inRange > cons > #nlpp > tail > head > nil > #skF_1 > #skF_2

%Foreground sorts:
tff(list,type,
    list: $tType ).

%Background operators:

%Foreground operators:
tff(inRange,type,
    inRange: ( $int * list ) > $o ).

tff(tail,type,
    tail: list > list ).

tff(nil,type,
    nil: list ).

tff(head,type,
    head: list > $int ).

tff(cons,type,
    cons: ( $int * list ) > list ).

tff('#skF_1',type,
    '#skF_1': ( $int * list ) > $int ).

tff('#skF_2',type,
    '#skF_2': ( $int * list ) > list ).

tff(f_55,axiom,
    ! [Na: $int,L: list] :
      ( inRange(Na,L)
    <=> ( ( L = nil )
        | ? [Ka: $int,T: list] :
            ( ( L = cons(Ka,T) )
            & $lesseq(0,Ka)
            & $less(Ka,Na)
            & inRange(Na,T) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',inRange) ).

tff(f_57,negated_conjecture,
    ~ inRange(4,cons(1,cons(3,cons(2,nil)))),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',c) ).

tff(c_26,plain,
    ! [N_8a: $int] : inRange(N_8a,nil),
    inference(cnfTransformation,[status(thm)],[f_55]) ).

tff(c_19,plain,
    ! [N_8a: $int,T_15: list,K_14a: $int] :
      ( ~ inRange(N_8a,T_15)
      | inRange(N_8a,cons(K_14a,T_15))
      | ~ $lesseq(0,K_14a)
      | ~ $less(K_14a,N_8a) ),
    inference(cnfTransformation,[status(thm)],[f_55]) ).

tff(c_27,plain,
    ! [N_8a: $int,T_15: list,K_14a: $int] :
      ( ~ inRange(N_8a,T_15)
      | inRange(N_8a,cons(K_14a,T_15))
      | $less(K_14a,0)
      | ~ $less(K_14a,N_8a) ),
    inference(backgroundSimplification,[status(thm),theory('LRFIA')],[c_19]) ).

tff(c_115,plain,
    ! [N_32a: $int,T_33: list,K_34a: $int] :
      ( ~ inRange(N_32a,T_33)
      | inRange(N_32a,cons(K_34a,T_33))
      | $less(K_34a,0)
      | ~ $less(K_34a,N_32a) ),
    inference(backgroundSimplification,[status(thm),theory('LRFIA')],[c_19]) ).

tff(c_25,plain,
    ~ inRange(4,cons(1,cons(3,cons(2,nil)))),
    inference(cnfTransformation,[status(thm)],[f_57]) ).

tff(c_140,plain,
    ( ~ inRange(4,cons(3,cons(2,nil)))
    | $less(1,0)
    | ~ $less(1,4) ),
    inference(resolution,[status(thm)],[c_115,c_25]) ).

tff(c_142,plain,
    ~ inRange(4,cons(3,cons(2,nil))),
    inference(backgroundSimplification,[status(thm),theory('LIA')],[c_140]) ).

tff(c_146,plain,
    ( ~ inRange(4,cons(2,nil))
    | $less(3,0)
    | ~ $less(3,4) ),
    inference(resolution,[status(thm)],[c_27,c_142]) ).

tff(c_148,plain,
    ~ inRange(4,cons(2,nil)),
    inference(backgroundSimplification,[status(thm),theory('LIA')],[c_146]) ).

tff(c_151,plain,
    ( ~ inRange(4,nil)
    | $less(2,0)
    | ~ $less(2,4) ),
    inference(resolution,[status(thm)],[c_27,c_148]) ).

tff(c_154,plain,
    ( $less(2,0)
    | ~ $less(2,4) ),
    inference(demodulation,[status(thm),theory(equality)],[c_26,c_151]) ).

tff(c_157,plain,
    $false,
    inference(backgroundSimplification,[status(thm),theory('LIA')],[c_154]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.13  % Problem  : DAT098_1 : TPTP v8.1.2. Released v6.1.0.
% 0.00/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.15/0.35  % Computer : n017.cluster.edu
% 0.15/0.35  % Model    : x86_64 x86_64
% 0.15/0.35  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.15/0.35  % Memory   : 8042.1875MB
% 0.15/0.35  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.15/0.35  % CPULimit : 300
% 0.15/0.35  % WCLimit  : 300
% 0.15/0.35  % DateTime : Thu Aug  3 12:38:21 EDT 2023
% 0.15/0.35  % CPUTime  : 
% 3.07/1.76  % SZS status Theorem for /export/starexec/sandbox/benchmark/theBenchmark.p
% 3.07/1.76  
% 3.07/1.76  % SZS output start CNFRefutation for /export/starexec/sandbox/benchmark/theBenchmark.p
% See solution above
% 3.14/1.79  
% 3.14/1.79  Inference rules
% 3.14/1.79  ----------------------
% 3.14/1.79  #Ref     : 0
% 3.14/1.79  #Sup     : 20
% 3.14/1.79  #Fact    : 0
% 3.14/1.79  #Define  : 0
% 3.14/1.79  #Split   : 0
% 3.14/1.79  #Chain   : 0
% 3.14/1.79  #Close   : 0
% 3.14/1.79  
% 3.14/1.79  Ordering : LPO
% 3.14/1.79  
% 3.14/1.79  Simplification rules
% 3.14/1.79  ----------------------
% 3.14/1.79  #Subsume      : 0
% 3.14/1.79  #Demod        : 3
% 3.14/1.79  #Tautology    : 11
% 3.14/1.79  #SimpNegUnit  : 5
% 3.14/1.79  #BackRed      : 0
% 3.14/1.79  
% 3.14/1.79  #Partial instantiations: 0
% 3.14/1.79  #Strategies tried      : 1
% 3.14/1.79  
% 3.14/1.79  Timing (in seconds)
% 3.14/1.79  ----------------------
% 3.14/1.79  Preprocessing        : 0.53
% 3.14/1.79  Parsing              : 0.28
% 3.14/1.79  CNF conversion       : 0.03
% 3.14/1.79  Main loop            : 0.20
% 3.14/1.79  Inferencing          : 0.08
% 3.14/1.79  Reduction            : 0.05
% 3.14/1.79  Demodulation         : 0.04
% 3.14/1.79  BG Simplification    : 0.03
% 3.14/1.79  Subsumption          : 0.04
% 3.14/1.79  Abstraction          : 0.01
% 3.14/1.79  MUC search           : 0.00
% 3.14/1.79  Cooper               : 0.00
% 3.14/1.79  Total                : 0.77
% 3.14/1.79  Index Insertion      : 0.00
% 3.14/1.79  Index Deletion       : 0.00
% 3.14/1.79  Index Matching       : 0.00
% 3.14/1.79  BG Taut test         : 0.00
%------------------------------------------------------------------------------