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

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Beagle---0.9.51
% Problem  : COM001-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 : n009.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:35:11 EDT 2023

% Result   : Unsatisfiable 2.88s 1.72s
% Output   : CNFRefutation 2.88s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    6
%            Number of leaves      :   22
% Syntax   : Number of formulae    :   35 (  11 unt;  15 typ;   0 def)
%            Number of atoms       :   34 (   0 equ)
%            Maximal formula atoms :    3 (   1 avg)
%            Number of connectives :   31 (  17   ~;  14   |;   0   &)
%                                         (   0 <=>;   0  =>;   0  <=;   0 <~>)
%            Maximal formula depth :    7 (   3 avg)
%            Maximal term depth    :    2 (   1 avg)
%            Number of types       :    2 (   0 usr)
%            Number of type conns  :   13 (   7   >;   6   *;   0   +;   0  <<)
%            Number of predicates  :    5 (   4 usr;   1 prp; 0-2 aty)
%            Number of functors    :   11 (  11 usr;   8 con; 0-2 aty)
%            Number of variables   :   21 (;  21   !;   0   ?;   0   :)

% Comments : 
%------------------------------------------------------------------------------
%$ succeeds > labels > has > follows > ifthen > equal_function > #nlpp > goto > register_j > p8 > p5 > p4 > p3 > out > n > loop

%Foreground sorts:

%Background operators:

%Foreground operators:
tff(loop,type,
    loop: $i ).

tff(labels,type,
    labels: ( $i * $i ) > $o ).

tff(goto,type,
    goto: $i > $i ).

tff(equal_function,type,
    equal_function: ( $i * $i ) > $i ).

tff(register_j,type,
    register_j: $i ).

tff(out,type,
    out: $i ).

tff(p8,type,
    p8: $i ).

tff(p5,type,
    p5: $i ).

tff(n,type,
    n: $i ).

tff(has,type,
    has: ( $i * $i ) > $o ).

tff(p3,type,
    p3: $i ).

tff(p4,type,
    p4: $i ).

tff(succeeds,type,
    succeeds: ( $i * $i ) > $o ).

tff(ifthen,type,
    ifthen: ( $i * $i ) > $i ).

tff(follows,type,
    follows: ( $i * $i ) > $o ).

tff(f_59,axiom,
    follows(p8,p3),
    file(unknown,unknown) ).

tff(f_60,axiom,
    has(p8,goto(loop)),
    file(unknown,unknown) ).

tff(f_55,axiom,
    labels(loop,p3),
    file(unknown,unknown) ).

tff(f_49,axiom,
    ! [Goal_state,Start_state,Label] :
      ( succeeds(Goal_state,Start_state)
      | ~ has(Start_state,goto(Label))
      | ~ labels(Label,Goal_state) ),
    file(unknown,unknown) ).

tff(f_33,axiom,
    ! [Goal_state,Start_state] :
      ( succeeds(Goal_state,Start_state)
      | ~ follows(Goal_state,Start_state) ),
    file(unknown,unknown) ).

tff(f_41,axiom,
    ! [Goal_state,Start_state,Intermediate_state] :
      ( succeeds(Goal_state,Start_state)
      | ~ succeeds(Goal_state,Intermediate_state)
      | ~ succeeds(Intermediate_state,Start_state) ),
    file(unknown,unknown) ).

tff(f_62,axiom,
    ~ succeeds(p3,p3),
    file(unknown,unknown) ).

tff(c_18,plain,
    follows(p8,p3),
    inference(cnfTransformation,[status(thm)],[f_59]) ).

tff(c_20,plain,
    has(p8,goto(loop)),
    inference(cnfTransformation,[status(thm)],[f_60]) ).

tff(c_10,plain,
    labels(loop,p3),
    inference(cnfTransformation,[status(thm)],[f_55]) ).

tff(c_54,plain,
    ! [Label_22,Goal_state_23,Start_state_24] :
      ( ~ labels(Label_22,Goal_state_23)
      | ~ has(Start_state_24,goto(Label_22))
      | succeeds(Goal_state_23,Start_state_24) ),
    inference(cnfTransformation,[status(thm)],[f_49]) ).

tff(c_58,plain,
    ! [Start_state_25] :
      ( ~ has(Start_state_25,goto(loop))
      | succeeds(p3,Start_state_25) ),
    inference(resolution,[status(thm)],[c_10,c_54]) ).

tff(c_62,plain,
    succeeds(p3,p8),
    inference(resolution,[status(thm)],[c_20,c_58]) ).

tff(c_2,plain,
    ! [Goal_state_1,Start_state_2] :
      ( ~ follows(Goal_state_1,Start_state_2)
      | succeeds(Goal_state_1,Start_state_2) ),
    inference(cnfTransformation,[status(thm)],[f_33]) ).

tff(c_33,plain,
    ! [Intermediate_state_17,Start_state_18,Goal_state_19] :
      ( ~ succeeds(Intermediate_state_17,Start_state_18)
      | ~ succeeds(Goal_state_19,Intermediate_state_17)
      | succeeds(Goal_state_19,Start_state_18) ),
    inference(cnfTransformation,[status(thm)],[f_41]) ).

tff(c_70,plain,
    ! [Goal_state_27,Goal_state_28,Start_state_29] :
      ( ~ succeeds(Goal_state_27,Goal_state_28)
      | succeeds(Goal_state_27,Start_state_29)
      | ~ follows(Goal_state_28,Start_state_29) ),
    inference(resolution,[status(thm)],[c_2,c_33]) ).

tff(c_99,plain,
    ! [Start_state_31] :
      ( succeeds(p3,Start_state_31)
      | ~ follows(p8,Start_state_31) ),
    inference(resolution,[status(thm)],[c_62,c_70]) ).

tff(c_22,plain,
    ~ succeeds(p3,p3),
    inference(cnfTransformation,[status(thm)],[f_62]) ).

tff(c_110,plain,
    ~ follows(p8,p3),
    inference(resolution,[status(thm)],[c_99,c_22]) ).

tff(c_119,plain,
    $false,
    inference(demodulation,[status(thm),theory(equality)],[c_18,c_110]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.12  % Problem  : COM001-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 : n009.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 23:27:23 EDT 2023
% 0.13/0.34  % CPUTime  : 
% 2.88/1.72  % SZS status Unsatisfiable for /export/starexec/sandbox/benchmark/theBenchmark.p
% 2.88/1.72  
% 2.88/1.72  % SZS output start CNFRefutation for /export/starexec/sandbox/benchmark/theBenchmark.p
% See solution above
% 2.88/1.75  
% 2.88/1.75  Inference rules
% 2.88/1.75  ----------------------
% 2.88/1.75  #Ref     : 0
% 2.88/1.75  #Sup     : 23
% 2.88/1.75  #Fact    : 0
% 2.88/1.75  #Define  : 0
% 2.88/1.75  #Split   : 0
% 2.88/1.75  #Chain   : 0
% 2.88/1.75  #Close   : 0
% 2.88/1.75  
% 2.88/1.75  Ordering : KBO
% 2.88/1.75  
% 2.88/1.75  Simplification rules
% 2.88/1.75  ----------------------
% 2.88/1.75  #Subsume      : 1
% 2.88/1.75  #Demod        : 2
% 2.88/1.75  #Tautology    : 0
% 2.88/1.75  #SimpNegUnit  : 1
% 2.88/1.75  #BackRed      : 0
% 2.88/1.75  
% 2.88/1.75  #Partial instantiations: 0
% 2.88/1.75  #Strategies tried      : 1
% 2.88/1.75  
% 2.88/1.75  Timing (in seconds)
% 2.88/1.75  ----------------------
% 2.88/1.75  Preprocessing        : 0.41
% 2.88/1.75  Parsing              : 0.23
% 2.88/1.75  CNF conversion       : 0.02
% 2.88/1.75  Main loop            : 0.25
% 2.88/1.75  Inferencing          : 0.11
% 2.88/1.75  Reduction            : 0.06
% 2.88/1.75  Demodulation         : 0.04
% 2.88/1.75  BG Simplification    : 0.01
% 2.88/1.75  Subsumption          : 0.05
% 2.88/1.75  Abstraction          : 0.01
% 2.88/1.75  MUC search           : 0.00
% 2.88/1.75  Cooper               : 0.00
% 2.88/1.75  Total                : 0.70
% 2.88/1.75  Index Insertion      : 0.00
% 2.88/1.75  Index Deletion       : 0.00
% 2.88/1.75  Index Matching       : 0.00
% 2.88/1.75  BG Taut test         : 0.00
%------------------------------------------------------------------------------