TSTP Solution File: SYN416+1 by Beagle---0.9.51

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Beagle---0.9.51
% Problem  : SYN416+1 : TPTP v8.1.2. Released v2.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 : n026.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:10:48 EDT 2023

% Result   : Theorem 1.79s 1.54s
% Output   : CNFRefutation 1.97s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    2
%            Number of leaves      :    3
% Syntax   : Number of formulae    :    6 (   3 unt;   2 typ;   0 def)
%            Number of atoms       :    7 (   0 equ)
%            Maximal formula atoms :    4 (   1 avg)
%            Number of connectives :    5 (   2   ~;   1   |;   0   &)
%                                         (   0 <=>;   2  =>;   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  :    3 (   2 usr;   3 prp; 0-0 aty)
%            Number of functors    :    0 (   0 usr;   0 con; --- aty)
%            Number of variables   :    0 (;   0   !;   0   ?;   0   :)

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

%Foreground sorts:

%Background operators:

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

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

tff(f_33,negated_conjecture,
    ~ ( ( p
       => q )
      | ( q
       => p ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',pel16) ).

tff(c_6,plain,
    ~ q,
    inference(cnfTransformation,[status(thm)],[f_33]) ).

tff(c_4,plain,
    q,
    inference(cnfTransformation,[status(thm)],[f_33]) ).

tff(c_9,plain,
    $false,
    inference(negUnitSimplification,[status(thm)],[c_6,c_4]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.14  % Problem  : SYN416+1 : TPTP v8.1.2. Released v2.0.0.
% 0.00/0.15  % 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 : n026.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 : Thu Aug  3 17:31:31 EDT 2023
% 0.14/0.36  % CPUTime  : 
% 1.79/1.54  % SZS status Theorem for /export/starexec/sandbox/benchmark/theBenchmark.p
% 1.79/1.54  
% 1.79/1.54  % SZS output start CNFRefutation for /export/starexec/sandbox/benchmark/theBenchmark.p
% See solution above
% 1.97/1.58  
% 1.97/1.58  Inference rules
% 1.97/1.58  ----------------------
% 1.97/1.58  #Ref     : 0
% 1.97/1.58  #Sup     : 0
% 1.97/1.58  #Fact    : 0
% 1.97/1.58  #Define  : 0
% 1.97/1.58  #Split   : 0
% 1.97/1.58  #Chain   : 0
% 1.97/1.58  #Close   : 0
% 1.97/1.58  
% 1.97/1.58  Ordering : KBO
% 1.97/1.58  
% 1.97/1.58  Simplification rules
% 1.97/1.58  ----------------------
% 1.97/1.58  #Subsume      : 3
% 1.97/1.58  #Demod        : 0
% 1.97/1.58  #Tautology    : 0
% 1.97/1.58  #SimpNegUnit  : 1
% 1.97/1.58  #BackRed      : 0
% 1.97/1.58  
% 1.97/1.58  #Partial instantiations: 0
% 1.97/1.58  #Strategies tried      : 1
% 1.97/1.58  
% 1.97/1.58  Timing (in seconds)
% 1.97/1.58  ----------------------
% 1.97/1.59  Preprocessing        : 0.38
% 1.97/1.59  Parsing              : 0.20
% 1.97/1.59  CNF conversion       : 0.02
% 1.97/1.59  Main loop            : 0.05
% 1.97/1.59  Inferencing          : 0.00
% 1.97/1.59  Reduction            : 0.02
% 1.97/1.59  Demodulation         : 0.01
% 1.97/1.59  BG Simplification    : 0.01
% 1.97/1.59  Subsumption          : 0.02
% 1.97/1.59  Abstraction          : 0.00
% 1.97/1.59  MUC search           : 0.00
% 1.97/1.59  Cooper               : 0.00
% 1.97/1.59  Total                : 0.48
% 1.97/1.59  Index Insertion      : 0.00
% 1.97/1.59  Index Deletion       : 0.00
% 1.97/1.59  Index Matching       : 0.00
% 1.97/1.59  BG Taut test         : 0.00
%------------------------------------------------------------------------------