TSTP Solution File: SYN047-1 by Beagle---0.9.51

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Beagle---0.9.51
% Problem  : SYN047-1 : TPTP v8.1.2. Released v1.0.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 : n007.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 11:09:06 EDT 2023

% Result   : Unsatisfiable 2.09s 1.42s
% Output   : CNFRefutation 2.09s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    5
%            Number of leaves      :    9
% Syntax   : Number of formulae    :   20 (   8 unt;   4 typ;   0 def)
%            Number of atoms       :   28 (   0 equ)
%            Maximal formula atoms :    3 (   1 avg)
%            Number of connectives :   27 (  15   ~;  12   |;   0   &)
%                                         (   0 <=>;   0  =>;   0  <=;   0 <~>)
%            Maximal formula depth :    4 (   2 avg)
%            Maximal term depth    :    0 (   0 avg)
%            Number of types       :    1 (   0 usr)
%            Number of type conns  :    0 (   0   >;   0   *;   0   +;   0  <<)
%            Number of predicates  :    5 (   4 usr;   5 prp; 0-0 aty)
%            Number of functors    :    0 (   0 usr;   0 con; --- aty)
%            Number of variables   :    0 (;   0   !;   0   ?;   0   :)

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

%Foreground sorts:

%Background operators:

%Foreground operators:
tff(p,type,
    p: $o ).

tff(q,type,
    q: $o ).

tff(s,type,
    s: $o ).

tff(r,type,
    r: $o ).

tff(f_25,axiom,
    p,
    file(unknown,unknown) ).

tff(f_40,axiom,
    ~ s,
    file(unknown,unknown) ).

tff(f_31,axiom,
    ( ~ p
    | q
    | s ),
    file(unknown,unknown) ).

tff(f_38,axiom,
    ( ~ p
    | ~ r
    | s ),
    file(unknown,unknown) ).

tff(f_44,axiom,
    ( ~ q
    | r ),
    file(unknown,unknown) ).

tff(c_2,plain,
    p,
    inference(cnfTransformation,[status(thm)],[f_25]) ).

tff(c_8,plain,
    ~ s,
    inference(cnfTransformation,[status(thm)],[f_40]) ).

tff(c_4,plain,
    ( s
    | q
    | ~ p ),
    inference(cnfTransformation,[status(thm)],[f_31]) ).

tff(c_12,plain,
    ( q
    | ~ p ),
    inference(negUnitSimplification,[status(thm)],[c_8,c_4]) ).

tff(c_16,plain,
    q,
    inference(demodulation,[status(thm),theory(equality)],[c_2,c_12]) ).

tff(c_6,plain,
    ( s
    | ~ r
    | ~ p ),
    inference(cnfTransformation,[status(thm)],[f_38]) ).

tff(c_11,plain,
    ( ~ r
    | ~ p ),
    inference(negUnitSimplification,[status(thm)],[c_8,c_6]) ).

tff(c_14,plain,
    ~ r,
    inference(demodulation,[status(thm),theory(equality)],[c_2,c_11]) ).

tff(c_10,plain,
    ( r
    | ~ q ),
    inference(cnfTransformation,[status(thm)],[f_44]) ).

tff(c_17,plain,
    ~ q,
    inference(negUnitSimplification,[status(thm)],[c_14,c_10]) ).

tff(c_19,plain,
    $false,
    inference(demodulation,[status(thm),theory(equality)],[c_16,c_17]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.13  % Problem  : SYN047-1 : TPTP v8.1.2. Released v1.0.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.34  % Computer : n007.cluster.edu
% 0.13/0.34  % Model    : x86_64 x86_64
% 0.13/0.34  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.13/0.34  % Memory   : 8042.1875MB
% 0.13/0.34  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.13/0.34  % CPULimit : 300
% 0.13/0.34  % WCLimit  : 300
% 0.13/0.34  % DateTime : Thu Aug  3 17:22:53 EDT 2023
% 0.13/0.35  % CPUTime  : 
% 2.09/1.42  % SZS status Unsatisfiable for /export/starexec/sandbox/benchmark/theBenchmark.p
% 2.09/1.42  
% 2.09/1.42  % SZS output start CNFRefutation for /export/starexec/sandbox/benchmark/theBenchmark.p
% See solution above
% 2.09/1.46  
% 2.09/1.46  Inference rules
% 2.09/1.46  ----------------------
% 2.09/1.46  #Ref     : 0
% 2.09/1.46  #Sup     : 0
% 2.09/1.46  #Fact    : 0
% 2.09/1.46  #Define  : 0
% 2.09/1.46  #Split   : 0
% 2.09/1.46  #Chain   : 0
% 2.09/1.46  #Close   : 0
% 2.09/1.46  
% 2.09/1.46  Ordering : KBO
% 2.09/1.46  
% 2.09/1.46  Simplification rules
% 2.09/1.46  ----------------------
% 2.09/1.46  #Subsume      : 4
% 2.09/1.46  #Demod        : 3
% 2.09/1.46  #Tautology    : 0
% 2.09/1.46  #SimpNegUnit  : 3
% 2.09/1.46  #BackRed      : 0
% 2.09/1.46  
% 2.09/1.46  #Partial instantiations: 0
% 2.09/1.46  #Strategies tried      : 1
% 2.09/1.46  
% 2.09/1.46  Timing (in seconds)
% 2.09/1.46  ----------------------
% 2.09/1.46  Preprocessing        : 0.34
% 2.09/1.46  Parsing              : 0.18
% 2.09/1.46  CNF conversion       : 0.01
% 2.09/1.46  Main loop            : 0.06
% 2.09/1.46  Inferencing          : 0.00
% 2.09/1.46  Reduction            : 0.03
% 2.09/1.46  Demodulation         : 0.02
% 2.09/1.46  BG Simplification    : 0.01
% 2.09/1.46  Subsumption          : 0.02
% 2.09/1.46  Abstraction          : 0.00
% 2.09/1.46  MUC search           : 0.00
% 2.09/1.46  Cooper               : 0.00
% 2.09/1.46  Total                : 0.45
% 2.09/1.46  Index Insertion      : 0.00
% 2.09/1.46  Index Deletion       : 0.00
% 2.09/1.46  Index Matching       : 0.00
% 2.09/1.46  BG Taut test         : 0.00
%------------------------------------------------------------------------------