TSTP Solution File: ARI583_1 by Beagle---0.9.51

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Beagle---0.9.51
% Problem  : ARI583_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 : n016.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.00s 1.52s
% Output   : CNFRefutation 2.51s
% 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       :   24 (   0 equ)
%            Maximal formula atoms :    8 (   4 avg)
%            Number of connectives :   24 (   5   ~;   5   |;  12   &)
%                                         (   1 <=>;   1  =>;   0  <=;   0 <~>)
%            Maximal formula depth :   17 (   8 avg)
%            Maximal term depth    :    3 (   1 avg)
%            Number arithmetic     :   63 (  21 atm;   9 fun;  15 num;  18 var)
%            Number of types       :    1 (   0 usr;   1 ari)
%            Number of type conns  :    0 (   0   >;   0   *;   0   +;   0  <<)
%            Number of predicates  :    3 (   0 usr;   1 prp; 0-2 aty)
%            Number of functors    :    4 (   0 usr;   3 con; 0-2 aty)
%            Number of variables   :   18 (;  11   !;   7   ?;  18   :)

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

%Foreground sorts:

%Background operators:

%Foreground operators:

tff(f_43,negated_conjecture,
    ~ ! [Xa: $int,Ya: $int,Za: $int] :
        ( ( $less(0,Xa)
          & $lesseq(0,Ya)
          & $lesseq(0,Za)
          & ( $less(Xa,Ya)
            | $less(Xa,Za) ) )
       => ? [Wa: $int] :
            ( $less($sum(Xa,Wa),4)
            & $less(3,$sum($sum(Ya,Za),Wa)) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',mix_quant_ineq_sys_solvable_4) ).

tff(f_715,plain,
    ! [Wa: $int] :
    ? [Xa: $int,Ya: $int,Za: $int] :
      ( $less(0,Xa)
      & $lesseq(0,Ya)
      & $lesseq(0,Za)
      & ( $less(Xa,Ya)
        | $less(Xa,Za) )
      & ! [Wa: $int] :
          ( ~ $less($sum(Xa,Wa),4)
          | ~ $less(3,$sum($sum(Za,Ya),Wa)) ) ),
    inference(cnfTransformation,[status(thm)],[f_43]) ).

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

tff(f_719,plain,
    $false,
    inference(equivalence,[status(thm)],[f_715,f_718]) ).

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

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.12  % Problem  : ARI583_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.13/0.35  % Computer : n016.cluster.edu
% 0.13/0.35  % Model    : x86_64 x86_64
% 0.13/0.35  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.13/0.35  % Memory   : 8042.1875MB
% 0.13/0.35  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.13/0.35  % CPULimit : 300
% 0.13/0.35  % WCLimit  : 300
% 0.13/0.35  % DateTime : Fri Aug  4 00:38:23 EDT 2023
% 0.13/0.35  % CPUTime  : 
% 2.00/1.52  % SZS status Theorem for /export/starexec/sandbox/benchmark/theBenchmark.p
% 2.00/1.53  
% 2.00/1.53  % SZS output start CNFRefutation for /export/starexec/sandbox/benchmark/theBenchmark.p
% See solution above
% 2.51/1.56  
% 2.51/1.56  Inference rules
% 2.51/1.56  ----------------------
% 2.51/1.56  #Ref     : 0
% 2.51/1.56  #Sup     : 0
% 2.51/1.56  #Fact    : 0
% 2.51/1.57  #Define  : 0
% 2.51/1.57  #Split   : 0
% 2.51/1.57  #Chain   : 0
% 2.51/1.57  #Close   : 0
% 2.51/1.57  
% 2.51/1.57  Ordering : LPO
% 2.51/1.57  
% 2.51/1.57  Simplification rules
% 2.51/1.57  ----------------------
% 2.51/1.57  #Subsume      : 0
% 2.51/1.57  #Demod        : 0
% 2.51/1.57  #Tautology    : 0
% 2.51/1.57  #SimpNegUnit  : 0
% 2.51/1.57  #BackRed      : 0
% 2.51/1.57  
% 2.51/1.57  #Partial instantiations: 0
% 2.51/1.57  #Strategies tried      : 1
% 2.51/1.57  
% 2.51/1.57  Timing (in seconds)
% 2.51/1.57  ----------------------
% 2.51/1.57  Preprocessing        : 0.49
% 2.51/1.57  Parsing              : 0.26
% 2.51/1.57  CNF conversion       : 0.02
% 2.51/1.57  Main loop            : 0.03
% 2.51/1.57  Inferencing          : 0.00
% 2.51/1.57  Reduction            : 0.00
% 2.51/1.57  Demodulation         : 0.00
% 2.51/1.57  BG Simplification    : 0.00
% 2.51/1.57  Subsumption          : 0.02
% 2.51/1.57  Abstraction          : 0.00
% 2.51/1.57  MUC search           : 0.00
% 2.51/1.57  Cooper               : 0.06
% 2.51/1.57  Total                : 0.58
% 2.51/1.57  Index Insertion      : 0.00
% 2.51/1.57  Index Deletion       : 0.00
% 2.51/1.57  Index Matching       : 0.00
% 2.51/1.57  BG Taut test         : 0.00
%------------------------------------------------------------------------------