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

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Beagle---0.9.51
% Problem  : SWV405+1 : TPTP v8.1.2. Released v3.3.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : java -Dfile.encoding=UTF-8 -Xms512M -Xmx4G -Xss10M -jar /export/starexec/sandbox2/solver/bin/beagle.jar -auto -q -proof -print tff -smtsolver /export/starexec/sandbox2/solver/bin/cvc4-1.4-x86_64-linux-opt -liasolver cooper -t %d %s

% Computer : n010.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:04:01 EDT 2023

% Result   : Theorem 3.30s 1.78s
% Output   : CNFRefutation 3.30s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    3
%            Number of leaves      :   36
% Syntax   : Number of formulae    :   41 (   6 unt;  33 typ;   0 def)
%            Number of atoms       :   11 (   0 equ)
%            Maximal formula atoms :    3 (   1 avg)
%            Number of connectives :    7 (   4   ~;   1   |;   0   &)
%                                         (   1 <=>;   1  =>;   0  <=;   0 <~>)
%            Maximal formula depth :    8 (   3 avg)
%            Maximal term depth    :    2 (   1 avg)
%            Number of types       :    2 (   0 usr)
%            Number of type conns  :   42 (  24   >;  18   *;   0   +;   0  <<)
%            Number of predicates  :   10 (   9 usr;   1 prp; 0-3 aty)
%            Number of functors    :   24 (  24 usr;   9 con; 0-3 aty)
%            Number of variables   :   12 (;  12   !;   0   ?;   0   :)

% Comments : 
%------------------------------------------------------------------------------
%$ pair_in_list > succ_cpq > strictly_less_than > less_than > contains_slb > contains_cpq > ok > isnonempty_slb > check_cpq > triple > update_slb > remove_slb > remove_pqp > remove_cpq > pair > lookup_slb > insert_slb > insert_pqp > insert_cpq > #nlpp > removemin_cpq_res > removemin_cpq_eff > findmin_pqp_res > findmin_cpq_res > findmin_cpq_eff > create_slb > bottom > bad > #skF_5 > #skF_6 > #skF_2 > #skF_3 > #skF_1 > #skF_4

%Foreground sorts:

%Background operators:

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

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

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

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

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

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

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

tff('#skF_5',type,
    '#skF_5': $i ).

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

tff('#skF_6',type,
    '#skF_6': $i ).

tff('#skF_2',type,
    '#skF_2': $i ).

tff('#skF_3',type,
    '#skF_3': $i ).

tff('#skF_1',type,
    '#skF_1': $i ).

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

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

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

tff(ok,type,
    ok: $i > $o ).

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

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

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

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

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

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

tff('#skF_4',type,
    '#skF_4': $i ).

tff(isnonempty_slb,type,
    isnonempty_slb: $i > $o ).

tff(check_cpq,type,
    check_cpq: $i > $o ).

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

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

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

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

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

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

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

tff(f_113,axiom,
    ! [U,V] : ~ pair_in_list(create_slb,U,V),
    file('/export/starexec/sandbox2/benchmark/Axioms/SWV007+2.ax',ax22) ).

tff(f_198,axiom,
    ! [U,V] : check_cpq(triple(U,create_slb,V)),
    file('/export/starexec/sandbox2/benchmark/Axioms/SWV007+3.ax',ax36) ).

tff(f_293,negated_conjecture,
    ~ ! [U,V] :
        ( check_cpq(triple(U,create_slb,V))
      <=> ! [W,X] :
            ( pair_in_list(create_slb,W,X)
           => less_than(X,W) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',l41_co) ).

tff(c_28,plain,
    ! [U_18,V_19] : ~ pair_in_list(create_slb,U_18,V_19),
    inference(cnfTransformation,[status(thm)],[f_113]) ).

tff(c_62,plain,
    ! [U_59,V_60] : check_cpq(triple(U_59,create_slb,V_60)),
    inference(cnfTransformation,[status(thm)],[f_198]) ).

tff(c_106,plain,
    ( ~ check_cpq(triple('#skF_1',create_slb,'#skF_2'))
    | pair_in_list(create_slb,'#skF_5','#skF_6') ),
    inference(cnfTransformation,[status(thm)],[f_293]) ).

tff(c_116,plain,
    pair_in_list(create_slb,'#skF_5','#skF_6'),
    inference(demodulation,[status(thm),theory(equality)],[c_62,c_106]) ).

tff(c_121,plain,
    $false,
    inference(negUnitSimplification,[status(thm)],[c_28,c_116]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.13  % Problem  : SWV405+1 : TPTP v8.1.2. Released v3.3.0.
% 0.00/0.14  % Command  : java -Dfile.encoding=UTF-8 -Xms512M -Xmx4G -Xss10M -jar /export/starexec/sandbox2/solver/bin/beagle.jar -auto -q -proof -print tff -smtsolver /export/starexec/sandbox2/solver/bin/cvc4-1.4-x86_64-linux-opt -liasolver cooper -t %d %s
% 0.15/0.35  % Computer : n010.cluster.edu
% 0.15/0.35  % Model    : x86_64 x86_64
% 0.15/0.35  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.15/0.35  % Memory   : 8042.1875MB
% 0.15/0.35  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.15/0.35  % CPULimit : 300
% 0.15/0.35  % WCLimit  : 300
% 0.15/0.35  % DateTime : Thu Aug  3 22:43:43 EDT 2023
% 0.15/0.36  % CPUTime  : 
% 3.30/1.78  % SZS status Theorem for /export/starexec/sandbox2/benchmark/theBenchmark.p
% 3.30/1.78  
% 3.30/1.78  % SZS output start CNFRefutation for /export/starexec/sandbox2/benchmark/theBenchmark.p
% See solution above
% 3.30/1.81  
% 3.30/1.81  Inference rules
% 3.30/1.81  ----------------------
% 3.30/1.81  #Ref     : 0
% 3.30/1.81  #Sup     : 0
% 3.30/1.81  #Fact    : 0
% 3.30/1.81  #Define  : 0
% 3.30/1.81  #Split   : 0
% 3.30/1.81  #Chain   : 0
% 3.30/1.81  #Close   : 0
% 3.30/1.81  
% 3.30/1.81  Ordering : KBO
% 3.30/1.81  
% 3.30/1.81  Simplification rules
% 3.30/1.81  ----------------------
% 3.30/1.81  #Subsume      : 52
% 3.30/1.81  #Demod        : 6
% 3.30/1.81  #Tautology    : 3
% 3.41/1.81  #SimpNegUnit  : 1
% 3.41/1.81  #BackRed      : 0
% 3.41/1.81  
% 3.41/1.81  #Partial instantiations: 0
% 3.41/1.81  #Strategies tried      : 1
% 3.41/1.81  
% 3.41/1.81  Timing (in seconds)
% 3.41/1.81  ----------------------
% 3.41/1.81  Preprocessing        : 0.62
% 3.41/1.81  Parsing              : 0.31
% 3.41/1.81  CNF conversion       : 0.05
% 3.41/1.81  Main loop            : 0.13
% 3.41/1.81  Inferencing          : 0.00
% 3.41/1.81  Reduction            : 0.07
% 3.41/1.81  Demodulation         : 0.05
% 3.41/1.81  BG Simplification    : 0.03
% 3.41/1.81  Subsumption          : 0.04
% 3.41/1.81  Abstraction          : 0.02
% 3.41/1.81  MUC search           : 0.00
% 3.41/1.81  Cooper               : 0.00
% 3.41/1.81  Total                : 0.79
% 3.41/1.81  Index Insertion      : 0.00
% 3.41/1.81  Index Deletion       : 0.00
% 3.41/1.81  Index Matching       : 0.00
% 3.41/1.81  BG Taut test         : 0.00
%------------------------------------------------------------------------------