TSTP Solution File: ARI584_1 by Beagle---0.9.51

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Beagle---0.9.51
% Problem  : ARI584_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 : n010.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:03 EDT 2023

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

% Comments : 
%------------------------------------------------------------------------------
%$ #nlpp

%Foreground sorts:

%Background operators:

%Foreground operators:

tff(f_38,negated_conjecture,
    ~ ! [Xa: $int,Ya: $int] :
      ? [Za: $int] :
        ( $less(Xa,Za)
        & $less(Za,$sum(Xa,5))
        & ~ ( $less(Ya,Za)
            & $less(Za,$sum(Ya,3)) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',interv_3_cannot_cover_interv_5) ).

tff(f_432,plain,
    ? [Xa: $int,Ya: $int] :
    ! [Za: $int] :
      ( ~ $less(Xa,Za)
      | ~ $less(Za,$sum(Xa,5))
      | ( $less(Ya,Za)
        & $less(Za,$sum(Ya,3)) ) ),
    inference(cnfTransformation,[status(thm)],[f_38]) ).

tff(f_435,plain,
    ! [Xa: $int,Ya: $int,Za: $int] :
      ( ? [Xa: $int,Ya: $int] :
        ! [Za: $int] :
          ( ~ $less(Xa,Za)
          | ~ $less(Za,$sum(Xa,5))
          | ( $less(Ya,Za)
            & $less(Za,$sum(Ya,3)) ) )
    <=> $false ),
    inference(theorem,[status(thm),theory('LIA')],]) ).

tff(f_436,plain,
    $false,
    inference(equivalence,[status(thm)],[f_432,f_435]) ).

tff(c_2,plain,
    $false,
    inference(cnfTransformation,[status(thm)],[f_436]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.13  % Problem  : ARI584_1 : TPTP v8.1.2. Released v5.1.0.
% 0.00/0.14  % 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.13/0.36  % Computer : n010.cluster.edu
% 0.13/0.36  % Model    : x86_64 x86_64
% 0.13/0.36  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.13/0.36  % Memory   : 8042.1875MB
% 0.13/0.36  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.13/0.36  % CPULimit : 300
% 0.13/0.36  % WCLimit  : 300
% 0.13/0.36  % DateTime : Thu Aug  3 23:58:13 EDT 2023
% 0.13/0.36  % CPUTime  : 
% 2.25/1.51  % SZS status Theorem for /export/starexec/sandbox2/benchmark/theBenchmark.p
% 2.25/1.51  
% 2.25/1.51  % SZS output start CNFRefutation for /export/starexec/sandbox2/benchmark/theBenchmark.p
% See solution above
% 2.54/1.54  
% 2.54/1.54  Inference rules
% 2.54/1.54  ----------------------
% 2.54/1.54  #Ref     : 0
% 2.54/1.54  #Sup     : 0
% 2.54/1.55  #Fact    : 0
% 2.54/1.55  #Define  : 0
% 2.54/1.55  #Split   : 0
% 2.54/1.55  #Chain   : 0
% 2.54/1.55  #Close   : 0
% 2.54/1.55  
% 2.54/1.55  Ordering : LPO
% 2.54/1.55  
% 2.54/1.55  Simplification rules
% 2.54/1.55  ----------------------
% 2.54/1.55  #Subsume      : 0
% 2.54/1.55  #Demod        : 0
% 2.54/1.55  #Tautology    : 0
% 2.54/1.55  #SimpNegUnit  : 0
% 2.54/1.55  #BackRed      : 0
% 2.54/1.55  
% 2.54/1.55  #Partial instantiations: 0
% 2.54/1.55  #Strategies tried      : 1
% 2.54/1.55  
% 2.54/1.55  Timing (in seconds)
% 2.54/1.55  ----------------------
% 2.54/1.55  Preprocessing        : 0.45
% 2.54/1.55  Parsing              : 0.25
% 2.54/1.55  CNF conversion       : 0.02
% 2.54/1.55  Main loop            : 0.03
% 2.54/1.55  Inferencing          : 0.00
% 2.54/1.55  Reduction            : 0.00
% 2.54/1.55  Demodulation         : 0.00
% 2.54/1.55  BG Simplification    : 0.00
% 2.54/1.55  Subsumption          : 0.02
% 2.54/1.55  Abstraction          : 0.00
% 2.54/1.55  MUC search           : 0.00
% 2.54/1.55  Cooper               : 0.05
% 2.54/1.55  Total                : 0.53
% 2.54/1.55  Index Insertion      : 0.00
% 2.54/1.55  Index Deletion       : 0.00
% 2.54/1.55  Index Matching       : 0.00
% 2.54/1.55  BG Taut test         : 0.00
%------------------------------------------------------------------------------