TSTP Solution File: ARI690_1 by Beagle---0.9.51

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Beagle---0.9.51
% Problem  : ARI690_1 : TPTP v8.1.2. Released v6.3.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 : n020.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:15 EDT 2023

% Result   : Theorem 2.10s 1.43s
% Output   : CNFRefutation 2.10s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    4
%            Number of leaves      :    6
% Syntax   : Number of formulae    :   12 (   9 unt;   3 typ;   0 def)
%            Number of atoms       :    9 (   8 equ)
%            Maximal formula atoms :    1 (   1 avg)
%            Number of connectives :    2 (   2   ~;   0   |;   0   &)
%                                         (   0 <=>;   0  =>;   0  <=;   0 <~>)
%            Maximal formula depth :    2 (   1 avg)
%            Maximal term depth    :    2 (   1 avg)
%            Number arithmetic     :   14 (   0 atm;   7 fun;   7 num;   0 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    :    7 (   3 usr;   5 con; 0-2 aty)
%            Number of variables   :    0 (;   0   !;   0   ?;   0   :)

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

%Foreground sorts:

%Background operators:
tff(c,type,
    c: $int ).

tff(d,type,
    d: $int ).

tff(a,type,
    a: $int ).

%Foreground operators:

tff(f_33,negated_conjecture,
    a != $product(2,c),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',conj) ).

tff(f_31,axiom,
    $difference(c,d) = 0,
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',eq2) ).

tff(f_30,axiom,
    $product(2,d) = a,
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',eq1) ).

tff(c_5,plain,
    $product(2,c) != a,
    inference(cnfTransformation,[status(thm)],[f_33]) ).

tff(c_2,plain,
    $difference(c,d) = 0,
    inference(cnfTransformation,[status(thm)],[f_31]) ).

tff(c_6,plain,
    d = c,
    inference(backgroundSimplification,[status(thm),theory('LRFIA')],[c_2]) ).

tff(c_7,plain,
    $product(2,d) = a,
    inference(cnfTransformation,[status(thm)],[f_30]) ).

tff(c_8,plain,
    $product(2,c) = a,
    inference(demodulation,[status(thm),theory(equality)],[c_6,c_7]) ).

tff(c_9,plain,
    $false,
    inference(negUnitSimplification,[status(thm)],[c_5,c_8]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.13  % Problem  : ARI690_1 : TPTP v8.1.2. Released v6.3.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.14/0.36  % Computer : n020.cluster.edu
% 0.14/0.36  % Model    : x86_64 x86_64
% 0.14/0.36  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.14/0.36  % Memory   : 8042.1875MB
% 0.14/0.36  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.14/0.36  % CPULimit : 300
% 0.14/0.36  % WCLimit  : 300
% 0.14/0.36  % DateTime : Fri Aug  4 00:07:07 EDT 2023
% 0.14/0.36  % CPUTime  : 
% 2.10/1.43  % SZS status Theorem for /export/starexec/sandbox/benchmark/theBenchmark.p
% 2.10/1.44  
% 2.10/1.44  % SZS output start CNFRefutation for /export/starexec/sandbox/benchmark/theBenchmark.p
% See solution above
% 2.10/1.47  
% 2.10/1.47  Inference rules
% 2.10/1.47  ----------------------
% 2.10/1.47  #Ref     : 0
% 2.10/1.47  #Sup     : 0
% 2.10/1.47  #Fact    : 0
% 2.10/1.47  #Define  : 0
% 2.10/1.47  #Split   : 0
% 2.10/1.47  #Chain   : 0
% 2.10/1.47  #Close   : 0
% 2.10/1.47  
% 2.10/1.47  Ordering : LPO
% 2.10/1.47  
% 2.10/1.47  Simplification rules
% 2.10/1.47  ----------------------
% 2.10/1.47  #Subsume      : 2
% 2.10/1.47  #Demod        : 1
% 2.10/1.47  #Tautology    : 0
% 2.10/1.47  #SimpNegUnit  : 1
% 2.10/1.47  #BackRed      : 0
% 2.10/1.47  
% 2.10/1.47  #Partial instantiations: 0
% 2.10/1.47  #Strategies tried      : 1
% 2.10/1.47  
% 2.10/1.47  Timing (in seconds)
% 2.10/1.47  ----------------------
% 2.10/1.48  Preprocessing        : 0.41
% 2.10/1.48  Parsing              : 0.24
% 2.10/1.48  CNF conversion       : 0.01
% 2.10/1.48  Main loop            : 0.05
% 2.10/1.48  Inferencing          : 0.00
% 2.10/1.48  Reduction            : 0.02
% 2.10/1.48  Demodulation         : 0.02
% 2.10/1.48  BG Simplification    : 0.02
% 2.10/1.48  Subsumption          : 0.02
% 2.10/1.48  Abstraction          : 0.00
% 2.10/1.48  MUC search           : 0.00
% 2.10/1.48  Cooper               : 0.00
% 2.10/1.48  Total                : 0.52
% 2.10/1.48  Index Insertion      : 0.00
% 2.10/1.48  Index Deletion       : 0.00
% 2.10/1.48  Index Matching       : 0.00
% 2.10/1.48  BG Taut test         : 0.00
%------------------------------------------------------------------------------