TSTP Solution File: ARI611_1 by Beagle---0.9.51

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Beagle---0.9.51
% Problem  : ARI611_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/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 : 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:06 EDT 2023

% Result   : Theorem 2.78s 1.65s
% Output   : CNFRefutation 2.78s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    4
%            Number of leaves      :    3
% Syntax   : Number of formulae    :    9 (   1 unt;   2 typ;   0 def)
%            Number of atoms       :   24 (   0 equ)
%            Maximal formula atoms :    8 (   3 avg)
%            Number of connectives :   31 (  14   ~;  10   |;   4   &)
%                                         (   2 <=>;   1  =>;   0  <=;   0 <~>)
%            Maximal formula depth :    7 (   5 avg)
%            Maximal term depth    :    1 (   1 avg)
%            Number arithmetic     :   36 (  14 atm;   0 fun;  14 num;   8 var)
%            Number of types       :    2 (   0 usr;   1 ari)
%            Number of type conns  :    2 (   2   >;   0   *;   0   +;   0  <<)
%            Number of predicates  :    4 (   2 usr;   1 prp; 0-2 aty)
%            Number of functors    :    4 (   0 usr;   4 con; 0-0 aty)
%            Number of variables   :    8 (;   7   !;   1   ?;   8   :)

% Comments : 
%------------------------------------------------------------------------------
%$ q > p > #nlpp

%Foreground sorts:

%Background operators:

%Foreground operators:
tff(q,type,
    q: $int > $o ).

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

tff(f_46,negated_conjecture,
    ~ ( ( ! [Xa: $int] :
            ( ( $less(5,Xa)
              & $less(Xa,15) )
          <=> p(Xa) )
        & ! [Xa: $int] :
            ( ( $less(8,Xa)
              & $less(Xa,18) )
          <=> q(Xa) ) )
     => ? [Xa: $int] :
          ( p(Xa)
          & q(Xa) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',interv_5_15_and_8_18_intersect) ).

tff(c_11,plain,
    ! [X_1a: $int] :
      ( p(X_1a)
      | ~ $less(5,X_1a)
      | ~ $less(X_1a,15) ),
    inference(cnfTransformation,[status(thm)],[f_46]) ).

tff(c_21,plain,
    ! [X_9a: $int] :
      ( q(X_9a)
      | ~ $less(8,X_9a)
      | ~ $less(X_9a,18) ),
    inference(cnfTransformation,[status(thm)],[f_46]) ).

tff(c_15,plain,
    ! [X_3a: $int] :
      ( ~ q(X_3a)
      | ~ p(X_3a) ),
    inference(cnfTransformation,[status(thm)],[f_46]) ).

tff(c_48,plain,
    ! [X_11a: $int] :
      ( ~ p(X_11a)
      | ~ $less(8,X_11a)
      | ~ $less(X_11a,18) ),
    inference(resolution,[status(thm)],[c_21,c_15]) ).

tff(c_53,plain,
    ! [X_1a: $int] :
      ( ~ $less(8,X_1a)
      | ~ $less(X_1a,18)
      | ~ $less(5,X_1a)
      | ~ $less(X_1a,15) ),
    inference(resolution,[status(thm)],[c_11,c_48]) ).

tff(c_55,plain,
    $false,
    inference(quantifierElimination,[status(thm),theory('LIA')],[c_53]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.12  % Problem  : ARI611_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/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.12/0.33  % Computer : n027.cluster.edu
% 0.12/0.33  % Model    : x86_64 x86_64
% 0.12/0.33  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.12/0.33  % Memory   : 8042.1875MB
% 0.12/0.33  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.12/0.33  % CPULimit : 300
% 0.12/0.33  % WCLimit  : 300
% 0.12/0.33  % DateTime : Fri Aug  4 00:31:39 EDT 2023
% 0.12/0.34  % CPUTime  : 
% 2.78/1.65  % SZS status Theorem for /export/starexec/sandbox/benchmark/theBenchmark.p
% 2.78/1.65  
% 2.78/1.65  % SZS output start CNFRefutation for /export/starexec/sandbox/benchmark/theBenchmark.p
% See solution above
% 2.78/1.68  
% 2.78/1.68  Inference rules
% 2.78/1.68  ----------------------
% 2.78/1.68  #Ref     : 0
% 2.78/1.68  #Sup     : 6
% 2.78/1.68  #Fact    : 0
% 2.78/1.68  #Define  : 0
% 2.78/1.68  #Split   : 0
% 2.78/1.68  #Chain   : 0
% 2.78/1.68  #Close   : 0
% 2.78/1.68  
% 2.78/1.68  Ordering : LPO
% 2.78/1.68  
% 2.78/1.68  Simplification rules
% 2.78/1.68  ----------------------
% 2.78/1.68  #Subsume      : 0
% 2.78/1.68  #Demod        : 0
% 2.78/1.68  #Tautology    : 4
% 2.78/1.68  #SimpNegUnit  : 0
% 2.78/1.68  #BackRed      : 0
% 2.78/1.68  
% 2.78/1.68  #Partial instantiations: 0
% 2.78/1.68  #Strategies tried      : 1
% 2.78/1.68  
% 2.78/1.68  Timing (in seconds)
% 2.78/1.68  ----------------------
% 2.78/1.68  Preprocessing        : 0.46
% 2.78/1.68  Parsing              : 0.27
% 2.78/1.68  CNF conversion       : 0.03
% 2.78/1.68  Main loop            : 0.18
% 2.78/1.68  Inferencing          : 0.08
% 2.78/1.68  Reduction            : 0.01
% 2.78/1.68  Demodulation         : 0.01
% 2.78/1.68  BG Simplification    : 0.03
% 2.78/1.68  Subsumption          : 0.04
% 2.78/1.68  Abstraction          : 0.00
% 2.78/1.68  MUC search           : 0.00
% 2.78/1.68  Cooper               : 0.03
% 2.78/1.68  Total                : 0.69
% 2.78/1.68  Index Insertion      : 0.00
% 2.78/1.68  Index Deletion       : 0.00
% 2.78/1.68  Index Matching       : 0.00
% 2.78/1.68  BG Taut test         : 0.00
%------------------------------------------------------------------------------