TSTP Solution File: DAT035_1 by Beagle---0.9.51

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Beagle---0.9.51
% Problem  : DAT035_1 : TPTP v8.1.2. Released v5.0.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 : n032.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:37:01 EDT 2023

% Result   : Theorem 4.71s 2.20s
% Output   : CNFRefutation 4.71s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    9
%            Number of leaves      :   14
% Syntax   : Number of formulae    :   40 (  20 unt;  11 typ;   0 def)
%            Number of atoms       :   38 (  18 equ)
%            Maximal formula atoms :    2 (   1 avg)
%            Number of connectives :   13 (   4   ~;   6   |;   0   &)
%                                         (   2 <=>;   1  =>;   0  <=;   0 <~>)
%            Maximal formula depth :    6 (   2 avg)
%            Maximal term depth    :    3 (   2 avg)
%            Number arithmetic     :   50 (  13 atm;  16 fun;  13 num;   8 var)
%            Number of types       :    3 (   1 usr;   1 ari)
%            Number of type conns  :    7 (   4   >;   3   *;   0   +;   0  <<)
%            Number of predicates  :    6 (   1 usr;   1 prp; 0-2 aty)
%            Number of functors    :   12 (   9 usr;   8 con; 0-2 aty)
%            Number of variables   :   15 (;  15   !;   0   ?;  15   :)

% Comments : 
%------------------------------------------------------------------------------
%$ in > remove > add > #nlpp > count > empty > #skF_1

%Foreground sorts:
tff(collection,type,
    collection: $tType ).

%Background operators:
tff('#skE_2',type,
    '#skE_2': $int ).

tff('#skE_1',type,
    '#skE_1': $int ).

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

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

%Foreground operators:
tff(empty,type,
    empty: collection ).

tff(count,type,
    count: collection > $int ).

tff('#skF_1',type,
    '#skF_1': collection ).

tff(in,type,
    in: ( $int * collection ) > $o ).

tff(remove,type,
    remove: ( $int * collection ) > collection ).

tff(add,type,
    add: ( $int * collection ) > collection ).

tff(f_142,negated_conjecture,
    ~ ! [U: collection,Va: $int,Wa: $int] :
        ( $greater(Wa,0)
       => $greatereq($sum(count(U),Wa),count(add(Va,U))) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',co1) ).

tff(f_118,axiom,
    ! [X8a: $int,X9: collection] :
      ( ~ in(X8a,X9)
    <=> ( count(add(X8a,X9)) = $sum(count(X9),1) ) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/DAT002=1.ax',ax3) ).

tff(f_122,axiom,
    ! [X10a: $int,X11: collection] :
      ( in(X10a,X11)
    <=> ( count(add(X10a,X11)) = count(X11) ) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/DAT002=1.ax',ax4) ).

tff(c_47,plain,
    ~ $greatereq($sum(count('#skF_1'),'#skF_3'),count(add('#skF_2','#skF_1'))),
    inference(cnfTransformation,[status(thm)],[f_142]) ).

tff(c_55,plain,
    $less($sum('#skF_3',count('#skF_1')),count(add('#skF_2','#skF_1'))),
    inference(backgroundSimplification,[status(thm),theory('LRFIA')],[c_47]) ).

tff(c_130,plain,
    count(add('#skF_2','#skF_1')) = '#skE_2',
    inference(define,[status(thm),theory(equality)],[c_55]) ).

tff(c_108,plain,
    count('#skF_1') = '#skE_1',
    inference(define,[status(thm),theory(equality)],[c_55]) ).

tff(c_25,plain,
    ! [X8_14a: $int,X9_15: collection] :
      ( ( count(add(X8_14a,X9_15)) = $sum(count(X9_15),1) )
      | in(X8_14a,X9_15) ),
    inference(cnfTransformation,[status(thm)],[f_118]) ).

tff(c_463,plain,
    ! [X8_76a: $int,X9_77: collection] :
      ( ( count(add(X8_76a,X9_77)) = $sum(1,count(X9_77)) )
      | in(X8_76a,X9_77) ),
    inference(backgroundSimplification,[status(thm),theory('LRFIA')],[c_25]) ).

tff(c_62,plain,
    ! [X10_16a: $int,X11_17: collection] :
      ( ( count(add(X10_16a,X11_17)) = count(X11_17) )
      | ~ in(X10_16a,X11_17) ),
    inference(cnfTransformation,[status(thm)],[f_122]) ).

tff(c_2770,plain,
    ! [X8_181a: $int,X9_182: collection] :
      ( ( count(add(X8_181a,X9_182)) = count(X9_182) )
      | ( count(add(X8_181a,X9_182)) = $sum(1,count(X9_182)) ) ),
    inference(resolution,[status(thm)],[c_463,c_62]) ).

tff(c_111,plain,
    count(add('#skF_2','#skF_1')) = '#skE_2',
    inference(define,[status(thm),theory(equality)],[c_55]) ).

tff(c_2810,plain,
    ( ( $sum(1,count('#skF_1')) = '#skE_2' )
    | ( count(add('#skF_2','#skF_1')) = count('#skF_1') ) ),
    inference(superposition,[status(thm),theory(equality)],[c_2770,c_111]) ).

tff(c_2869,plain,
    ( ( '#skE_2' = $sum(1,'#skE_1') )
    | ( '#skE_2' = '#skE_1' ) ),
    inference(demodulation,[status(thm),theory(equality)],[c_130,c_108,c_108,c_2810]) ).

tff(c_2901,plain,
    '#skE_2' = '#skE_1',
    inference(splitLeft,[status(thm)],[c_2869]) ).

tff(c_104,plain,
    count(add('#skF_2','#skF_1')) = '#skE_2',
    inference(define,[status(thm),theory(equality)],[c_55]) ).

tff(c_103,plain,
    count('#skF_1') = '#skE_1',
    inference(define,[status(thm),theory(equality)],[c_55]) ).

tff(c_77,plain,
    $less($sum('#skF_3',count('#skF_1')),count(add('#skF_2','#skF_1'))),
    inference(backgroundSimplification,[status(thm),theory('LRFIA')],[c_47]) ).

tff(c_106,plain,
    $less($sum('#skF_3','#skE_1'),'#skE_2'),
    inference(demodulation,[status(thm),theory(equality)],[c_104,c_103,c_77]) ).

tff(c_113,plain,
    $less($sum('#skE_1','#skF_3'),'#skE_2'),
    inference(backgroundSimplification,[status(thm),theory('LIA')],[c_106]) ).

tff(c_2909,plain,
    $less($sum('#skE_1','#skF_3'),'#skE_1'),
    inference(demodulation,[status(thm),theory(equality)],[c_2901,c_113]) ).

tff(c_2916,plain,
    $less('#skF_3',0),
    inference(backgroundSimplification,[status(thm),theory('LIA')],[c_2909]) ).

tff(c_49,plain,
    $greater('#skF_3',0),
    inference(cnfTransformation,[status(thm)],[f_142]) ).

tff(c_51,plain,
    $less(0,'#skF_3'),
    inference(backgroundSimplification,[status(thm),theory('LRFIA')],[c_49]) ).

tff(c_2917,plain,
    $false,
    inference(close,[status(thm),theory('LIA')],[c_2916,c_51]) ).

tff(c_2920,plain,
    '#skE_2' = $sum(1,'#skE_1'),
    inference(splitRight,[status(thm)],[c_2869]) ).

tff(c_2935,plain,
    $less($sum('#skE_1','#skF_3'),$sum(1,'#skE_1')),
    inference(demodulation,[status(thm),theory(equality)],[c_2920,c_113]) ).

tff(c_2941,plain,
    $less('#skF_3',1),
    inference(backgroundSimplification,[status(thm),theory('LIA')],[c_2935]) ).

tff(c_2942,plain,
    $false,
    inference(close,[status(thm),theory('LIA')],[c_2941,c_51]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.11  % Problem  : DAT035_1 : TPTP v8.1.2. Released v5.0.0.
% 0.00/0.12  % 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.12/0.31  % Computer : n032.cluster.edu
% 0.12/0.31  % Model    : x86_64 x86_64
% 0.12/0.31  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.12/0.31  % Memory   : 8042.1875MB
% 0.12/0.31  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.12/0.31  % CPULimit : 300
% 0.12/0.31  % WCLimit  : 300
% 0.12/0.31  % DateTime : Thu Aug  3 13:14:21 EDT 2023
% 0.12/0.31  % CPUTime  : 
% 4.71/2.20  % SZS status Theorem for /export/starexec/sandbox2/benchmark/theBenchmark.p
% 4.71/2.21  
% 4.71/2.21  % SZS output start CNFRefutation for /export/starexec/sandbox2/benchmark/theBenchmark.p
% See solution above
% 4.71/2.23  
% 4.71/2.23  Inference rules
% 4.71/2.23  ----------------------
% 4.71/2.23  #Ref     : 0
% 4.71/2.23  #Sup     : 579
% 4.71/2.23  #Fact    : 1
% 4.71/2.23  #Define  : 2
% 4.71/2.23  #Split   : 9
% 4.71/2.23  #Chain   : 0
% 4.71/2.23  #Close   : 2
% 4.71/2.23  
% 4.71/2.23  Ordering : LPO
% 4.71/2.23  
% 4.71/2.23  Simplification rules
% 4.71/2.23  ----------------------
% 4.71/2.23  #Subsume      : 166
% 4.71/2.23  #Demod        : 273
% 4.71/2.23  #Tautology    : 208
% 4.71/2.23  #SimpNegUnit  : 12
% 4.71/2.23  #BackRed      : 8
% 4.71/2.23  
% 4.71/2.23  #Partial instantiations: 0
% 4.71/2.23  #Strategies tried      : 1
% 4.71/2.23  
% 4.71/2.23  Timing (in seconds)
% 4.71/2.23  ----------------------
% 4.71/2.28  Preprocessing        : 0.53
% 4.71/2.28  Parsing              : 0.28
% 4.71/2.28  CNF conversion       : 0.03
% 4.71/2.28  Main loop            : 0.77
% 4.71/2.28  Inferencing          : 0.24
% 4.71/2.28  Reduction            : 0.20
% 4.71/2.28  Demodulation         : 0.14
% 5.17/2.28  BG Simplification    : 0.09
% 5.17/2.28  Subsumption          : 0.15
% 5.17/2.28  Abstraction          : 0.04
% 5.17/2.28  MUC search           : 0.00
% 5.17/2.28  Cooper               : 0.03
% 5.17/2.28  Total                : 1.35
% 5.17/2.28  Index Insertion      : 0.00
% 5.17/2.28  Index Deletion       : 0.00
% 5.17/2.28  Index Matching       : 0.00
% 5.17/2.28  BG Taut test         : 0.00
%------------------------------------------------------------------------------