TSTP Solution File: DAT051_1 by Beagle---0.9.51

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Beagle---0.9.51
% Problem  : DAT051_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/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 : n018.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:03 EDT 2023

% Result   : Theorem 9.59s 3.40s
% Output   : CNFRefutation 9.94s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   14
%            Number of leaves      :   43
% Syntax   : Number of formulae    :  133 (  58 unt;  36 typ;   0 def)
%            Number of atoms       :  153 (  74 equ)
%            Maximal formula atoms :    7 (   1 avg)
%            Number of connectives :  122 (  66   ~;  44   |;   5   &)
%                                         (   0 <=>;   7  =>;   0  <=;   0 <~>)
%            Maximal formula depth :    9 (   2 avg)
%            Maximal term depth    :    5 (   2 avg)
%            Number arithmetic     :  178 (  11 atm;  81 fun;  86 num;   0 var)
%            Number of types       :    3 (   1 usr;   1 ari)
%            Number of type conns  :    6 (   6   >;   0   *;   0   +;   0  <<)
%            Number of predicates  :    5 (   1 usr;   1 prp; 0-2 aty)
%            Number of functors    :   41 (  34 usr;  32 con; 0-2 aty)
%            Number of variables   :   23 (;  23   !;   0   ?;  23   :)

% Comments : 
%------------------------------------------------------------------------------
%$ isrecord > #nlpp > split2 > split1 > next > length > data > #skF_1 > #skF_2

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

%Foreground operators:
tff(split2,type,
    split2: record > record ).

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

tff(next,type,
    next: record > record ).

tff('#skF_2',type,
    '#skF_2': record ).

tff(isrecord,type,
    isrecord: record > $o ).

tff(split1,type,
    split1: record > record ).

tff(data,type,
    data: record > $int ).

tff(length,type,
    length: record > $int ).

tff(f_145,negated_conjecture,
    ~ ! [U: record,V: record] :
        ( ( isrecord(U)
          & isrecord(next(U))
          & ( V = next(next(U)) )
          & ( ( $product(2,length(split2(V))) = $difference(length(V),1) )
            | ( $product(2,length(split2(V))) = length(V) ) ) )
       => ( ( $product(2,length(split2(U))) = $difference(length(U),1) )
          | ( $product(2,length(split2(U))) = length(U) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',co1) ).

tff(f_66,axiom,
    ! [U: record] :
      ( isrecord(U)
     => $greatereq(length(U),1) ),
    file('/export/starexec/sandbox/benchmark/Axioms/DAT003_0.ax',ax2) ).

tff(f_70,axiom,
    ! [U: record] :
      ( isrecord(U)
     => ( length(U) = $sum(length(next(U)),1) ) ),
    file('/export/starexec/sandbox/benchmark/Axioms/DAT003_0.ax',ax3) ).

tff(f_128,axiom,
    ! [U: record] :
      ( ( isrecord(U)
        & isrecord(next(U)) )
     => ( next(split2(U)) = split2(next(next(U))) ) ),
    file('/export/starexec/sandbox/benchmark/Axioms/DAT003_0.ax',ax13) ).

tff(f_116,axiom,
    ! [U: record] :
      ( ( isrecord(U)
        & isrecord(next(U)) )
     => isrecord(split2(U)) ),
    file('/export/starexec/sandbox/benchmark/Axioms/DAT003_0.ax',ax11) ).

tff(f_62,axiom,
    ! [U: record] :
      ( ~ isrecord(U)
     => ( length(U) = 0 ) ),
    file('/export/starexec/sandbox/benchmark/Axioms/DAT003_0.ax',ax1) ).

tff(f_110,axiom,
    ! [U: record] :
      ( ~ isrecord(next(U))
     => ~ isrecord(split2(U)) ),
    file('/export/starexec/sandbox/benchmark/Axioms/DAT003_0.ax',ax10) ).

tff(c_35,plain,
    ( ( $product(2,length(split2('#skF_2'))) = length('#skF_2') )
    | ( $product(2,length(split2('#skF_2'))) = $difference(length('#skF_2'),1) ) ),
    inference(cnfTransformation,[status(thm)],[f_145]) ).

tff(c_43,plain,
    ( ( $product(2,length(split2('#skF_2'))) = length('#skF_2') )
    | ( $sum(1,$product(2,length(split2('#skF_2')))) = length('#skF_2') ) ),
    inference(backgroundSimplification,[status(thm),theory('LRFIA')],[c_35]) ).

tff(c_342,plain,
    length('#skF_2') = '#skE_11',
    inference(define,[status(thm),theory(equality)],[c_43]) ).

tff(c_341,plain,
    length(split2('#skF_2')) = '#skE_10',
    inference(define,[status(thm),theory(equality)],[c_43]) ).

tff(c_347,plain,
    ( ( '#skE_11' = $product(2,'#skE_10') )
    | ( '#skE_11' = $sum(1,$product(2,'#skE_10')) ) ),
    inference(demodulation,[status(thm),theory(equality)],[c_342,c_341,c_342,c_341,c_43]) ).

tff(c_5088,plain,
    '#skE_11' = $sum(1,$product(2,'#skE_10')),
    inference(splitLeft,[status(thm)],[c_347]) ).

tff(c_346,plain,
    length('#skF_2') = '#skE_11',
    inference(define,[status(thm),theory(equality)],[c_43]) ).

tff(c_38,plain,
    next(next('#skF_1')) = '#skF_2',
    inference(cnfTransformation,[status(thm)],[f_145]) ).

tff(c_40,plain,
    isrecord(next('#skF_1')),
    inference(cnfTransformation,[status(thm)],[f_145]) ).

tff(c_4,plain,
    ! [U_2: record] :
      ( $greatereq(length(U_2),1)
      | ~ isrecord(U_2) ),
    inference(cnfTransformation,[status(thm)],[f_66]) ).

tff(c_79,plain,
    ! [U_19: record] :
      ( ~ $less(length(U_19),1)
      | ~ isrecord(U_19) ),
    inference(backgroundSimplification,[status(thm),theory('LRFIA')],[c_4]) ).

tff(c_97,plain,
    ~ $less(length(next('#skF_1')),1),
    inference(resolution,[status(thm)],[c_40,c_79]) ).

tff(c_124,plain,
    length(next('#skF_1')) = '#skE_3',
    inference(define,[status(thm),theory(equality)],[c_97]) ).

tff(c_7,plain,
    ! [U_3: record] :
      ( ( $sum(length(next(U_3)),1) = length(U_3) )
      | ~ isrecord(U_3) ),
    inference(cnfTransformation,[status(thm)],[f_70]) ).

tff(c_4987,plain,
    ! [U_77: record] :
      ( ( length(next(U_77)) = $sum($uminus(1),length(U_77)) )
      | ~ isrecord(U_77) ),
    inference(backgroundSimplification,[status(thm),theory('LRFIA')],[c_7]) ).

tff(c_5020,plain,
    length(next(next('#skF_1'))) = $sum($uminus(1),length(next('#skF_1'))),
    inference(resolution,[status(thm)],[c_40,c_4987]) ).

tff(c_5046,plain,
    $sum($uminus(1),'#skE_3') = '#skE_11',
    inference(demodulation,[status(thm),theory(equality)],[c_346,c_38,c_124,c_5020]) ).

tff(c_5048,plain,
    '#skE_3' = $sum(1,'#skE_11'),
    inference(backgroundSimplification,[status(thm),theory('LIA')],[c_5046]) ).

tff(c_45,plain,
    $product(2,length(split2('#skF_1'))) != length('#skF_1'),
    inference(cnfTransformation,[status(thm)],[f_145]) ).

tff(c_105,plain,
    length('#skF_1') = '#skE_2',
    inference(define,[status(thm),theory(equality)],[c_45]) ).

tff(c_42,plain,
    isrecord('#skF_1'),
    inference(cnfTransformation,[status(thm)],[f_145]) ).

tff(c_5023,plain,
    length(next('#skF_1')) = $sum($uminus(1),length('#skF_1')),
    inference(resolution,[status(thm)],[c_42,c_4987]) ).

tff(c_5051,plain,
    '#skE_3' = $sum($uminus(1),'#skE_2'),
    inference(demodulation,[status(thm),theory(equality)],[c_105,c_124,c_5023]) ).

tff(c_5058,plain,
    $sum($uminus(1),'#skE_2') = $sum(1,'#skE_11'),
    inference(demodulation,[status(thm),theory(equality)],[c_5048,c_5051]) ).

tff(c_5060,plain,
    '#skE_2' = $sum(2,'#skE_11'),
    inference(backgroundSimplification,[status(thm),theory('LIA')],[c_5058]) ).

tff(c_104,plain,
    length(split2('#skF_1')) = '#skE_1',
    inference(define,[status(thm),theory(equality)],[c_45]) ).

tff(c_32,plain,
    $product(2,length(split2('#skF_1'))) != $difference(length('#skF_1'),1),
    inference(cnfTransformation,[status(thm)],[f_145]) ).

tff(c_44,plain,
    $product(2,length(split2('#skF_1'))) != $sum($uminus(1),length('#skF_1')),
    inference(backgroundSimplification,[status(thm),theory('LRFIA')],[c_32]) ).

tff(c_174,plain,
    $sum($uminus(1),'#skE_2') != $product(2,'#skE_1'),
    inference(demodulation,[status(thm),theory(equality)],[c_104,c_105,c_44]) ).

tff(c_176,plain,
    '#skE_2' != $sum(1,$product(2,'#skE_1')),
    inference(backgroundSimplification,[status(thm),theory('LIA')],[c_174]) ).

tff(c_5061,plain,
    $sum(2,'#skE_11') != $sum(1,$product(2,'#skE_1')),
    inference(demodulation,[status(thm),theory(equality)],[c_5060,c_176]) ).

tff(c_5072,plain,
    '#skE_11' != $sum($uminus(1),$product(2,'#skE_1')),
    inference(backgroundSimplification,[status(thm),theory('LIA')],[c_5061]) ).

tff(c_5222,plain,
    $sum(1,$product(2,'#skE_10')) != $sum($uminus(1),$product(2,'#skE_1')),
    inference(demodulation,[status(thm),theory(equality)],[c_5088,c_5072]) ).

tff(c_5224,plain,
    '#skE_10' != $sum($uminus(1),'#skE_1'),
    inference(backgroundSimplification,[status(thm),theory('LIA')],[c_5222]) ).

tff(c_345,plain,
    length(split2('#skF_2')) = '#skE_10',
    inference(define,[status(thm),theory(equality)],[c_43]) ).

tff(c_5362,plain,
    ! [U_82: record] :
      ( ( split2(next(next(U_82))) = next(split2(U_82)) )
      | ~ isrecord(next(U_82))
      | ~ isrecord(U_82) ),
    inference(cnfTransformation,[status(thm)],[f_128]) ).

tff(c_5392,plain,
    ( ( split2(next(next('#skF_1'))) = next(split2('#skF_1')) )
    | ~ isrecord('#skF_1') ),
    inference(resolution,[status(thm)],[c_40,c_5362]) ).

tff(c_5413,plain,
    next(split2('#skF_1')) = split2('#skF_2'),
    inference(demodulation,[status(thm),theory(equality)],[c_42,c_38,c_5392]) ).

tff(c_24,plain,
    ! [U_11: record] :
      ( isrecord(split2(U_11))
      | ~ isrecord(next(U_11))
      | ~ isrecord(U_11) ),
    inference(cnfTransformation,[status(thm)],[f_116]) ).

tff(c_50,plain,
    ! [U_1: record] :
      ( ( length(U_1) = 0 )
      | isrecord(U_1) ),
    inference(cnfTransformation,[status(thm)],[f_62]) ).

tff(c_73,plain,
    ! [U_18: record] :
      ( ~ isrecord(split2(U_18))
      | isrecord(next(U_18)) ),
    inference(cnfTransformation,[status(thm)],[f_110]) ).

tff(c_78,plain,
    ! [U_18: record] :
      ( isrecord(next(U_18))
      | ( length(split2(U_18)) = 0 ) ),
    inference(resolution,[status(thm)],[c_50,c_73]) ).

tff(c_5429,plain,
    ( isrecord(split2('#skF_2'))
    | ( length(split2(split2('#skF_1'))) = 0 ) ),
    inference(superposition,[status(thm),theory(equality)],[c_5413,c_78]) ).

tff(c_5624,plain,
    length(split2(split2('#skF_1'))) = '#skE_17',
    inference(define,[status(thm),theory(equality)],[c_5429]) ).

tff(c_5628,plain,
    ( isrecord(split2('#skF_2'))
    | ( '#skE_17' = 0 ) ),
    inference(demodulation,[status(thm),theory(equality)],[c_5624,c_5429]) ).

tff(c_5649,plain,
    '#skE_17' = 0,
    inference(splitLeft,[status(thm)],[c_5628]) ).

tff(c_5627,plain,
    length(split2(split2('#skF_1'))) = '#skE_17',
    inference(define,[status(thm),theory(equality)],[c_5429]) ).

tff(c_5652,plain,
    length(split2(split2('#skF_1'))) = 0,
    inference(demodulation,[status(thm),theory(equality)],[c_5649,c_5627]) ).

tff(c_229,plain,
    ! [U_23: record] :
      ( isrecord(split2(U_23))
      | ~ isrecord(next(U_23))
      | ~ isrecord(U_23) ),
    inference(cnfTransformation,[status(thm)],[f_116]) ).

tff(c_49,plain,
    ! [U_2: record] :
      ( ~ $less(length(U_2),1)
      | ~ isrecord(U_2) ),
    inference(backgroundSimplification,[status(thm),theory('LRFIA')],[c_4]) ).

tff(c_8282,plain,
    ! [U_112: record] :
      ( ~ $less(length(split2(U_112)),1)
      | ~ isrecord(next(U_112))
      | ~ isrecord(U_112) ),
    inference(resolution,[status(thm)],[c_229,c_49]) ).

tff(c_8324,plain,
    ( ~ $less(length(split2(split2('#skF_1'))),1)
    | ~ isrecord(split2('#skF_2'))
    | ~ isrecord(split2('#skF_1')) ),
    inference(superposition,[status(thm),theory(equality)],[c_5413,c_8282]) ).

tff(c_8379,plain,
    ( ~ $less(0,1)
    | ~ isrecord(split2('#skF_2'))
    | ~ isrecord(split2('#skF_1')) ),
    inference(demodulation,[status(thm),theory(equality)],[c_5652,c_8324]) ).

tff(c_8381,plain,
    ( ~ isrecord(split2('#skF_2'))
    | ~ isrecord(split2('#skF_1')) ),
    inference(backgroundSimplification,[status(thm),theory('LIA')],[c_8379]) ).

tff(c_8402,plain,
    ~ isrecord(split2('#skF_1')),
    inference(splitLeft,[status(thm)],[c_8381]) ).

tff(c_8441,plain,
    ( ~ isrecord(next('#skF_1'))
    | ~ isrecord('#skF_1') ),
    inference(resolution,[status(thm)],[c_24,c_8402]) ).

tff(c_8478,plain,
    $false,
    inference(demodulation,[status(thm),theory(equality)],[c_42,c_40,c_8441]) ).

tff(c_8480,plain,
    isrecord(split2('#skF_1')),
    inference(splitRight,[status(thm)],[c_8381]) ).

tff(c_48,plain,
    ! [U_3: record] :
      ( ( length(next(U_3)) = $sum($uminus(1),length(U_3)) )
      | ~ isrecord(U_3) ),
    inference(backgroundSimplification,[status(thm),theory('LRFIA')],[c_7]) ).

tff(c_8489,plain,
    length(next(split2('#skF_1'))) = $sum($uminus(1),length(split2('#skF_1'))),
    inference(resolution,[status(thm)],[c_8480,c_48]) ).

tff(c_8510,plain,
    '#skE_10' = $sum($uminus(1),'#skE_1'),
    inference(demodulation,[status(thm),theory(equality)],[c_104,c_345,c_5413,c_8489]) ).

tff(c_8512,plain,
    $false,
    inference(negUnitSimplification,[status(thm)],[c_5224,c_8510]) ).

tff(c_8515,plain,
    '#skE_11' = $product(2,'#skE_10'),
    inference(splitRight,[status(thm)],[c_347]) ).

tff(c_101,plain,
    length('#skF_1') = '#skE_2',
    inference(define,[status(thm),theory(equality)],[c_45]) ).

tff(c_100,plain,
    length(split2('#skF_1')) = '#skE_1',
    inference(define,[status(thm),theory(equality)],[c_45]) ).

tff(c_106,plain,
    '#skE_2' != $product(2,'#skE_1'),
    inference(demodulation,[status(thm),theory(equality)],[c_101,c_100,c_45]) ).

tff(c_5067,plain,
    $sum(2,'#skE_11') != $product(2,'#skE_1'),
    inference(demodulation,[status(thm),theory(equality)],[c_5060,c_106]) ).

tff(c_5073,plain,
    '#skE_11' != $sum($uminus(2),$product(2,'#skE_1')),
    inference(backgroundSimplification,[status(thm),theory('LIA')],[c_5067]) ).

tff(c_8565,plain,
    $product(2,'#skE_10') != $sum($uminus(2),$product(2,'#skE_1')),
    inference(demodulation,[status(thm),theory(equality)],[c_8515,c_5073]) ).

tff(c_8567,plain,
    '#skE_10' != $sum($uminus(1),'#skE_1'),
    inference(backgroundSimplification,[status(thm),theory('LIA')],[c_8565]) ).

tff(c_8969,plain,
    ! [U_119: record] :
      ( ( split2(next(next(U_119))) = next(split2(U_119)) )
      | ~ isrecord(next(U_119))
      | ~ isrecord(U_119) ),
    inference(cnfTransformation,[status(thm)],[f_128]) ).

tff(c_9008,plain,
    ( ( split2(next(next('#skF_1'))) = next(split2('#skF_1')) )
    | ~ isrecord('#skF_1') ),
    inference(resolution,[status(thm)],[c_40,c_8969]) ).

tff(c_9033,plain,
    next(split2('#skF_1')) = split2('#skF_2'),
    inference(demodulation,[status(thm),theory(equality)],[c_42,c_38,c_9008]) ).

tff(c_9057,plain,
    ( isrecord(split2('#skF_2'))
    | ( length(split2(split2('#skF_1'))) = 0 ) ),
    inference(superposition,[status(thm),theory(equality)],[c_9033,c_78]) ).

tff(c_9084,plain,
    length(split2(split2('#skF_1'))) = '#skE_17',
    inference(define,[status(thm),theory(equality)],[c_9057]) ).

tff(c_9088,plain,
    ( isrecord(split2('#skF_2'))
    | ( '#skE_17' = 0 ) ),
    inference(demodulation,[status(thm),theory(equality)],[c_9084,c_9057]) ).

tff(c_9101,plain,
    '#skE_17' = 0,
    inference(splitLeft,[status(thm)],[c_9088]) ).

tff(c_9087,plain,
    length(split2(split2('#skF_1'))) = '#skE_17',
    inference(define,[status(thm),theory(equality)],[c_9057]) ).

tff(c_9104,plain,
    length(split2(split2('#skF_1'))) = 0,
    inference(demodulation,[status(thm),theory(equality)],[c_9101,c_9087]) ).

tff(c_9480,plain,
    ! [U_123: record] :
      ( ~ $less(length(split2(U_123)),1)
      | ~ isrecord(next(U_123))
      | ~ isrecord(U_123) ),
    inference(resolution,[status(thm)],[c_229,c_49]) ).

tff(c_9486,plain,
    ( ~ $less(length(split2(split2('#skF_1'))),1)
    | ~ isrecord(split2('#skF_2'))
    | ~ isrecord(split2('#skF_1')) ),
    inference(superposition,[status(thm),theory(equality)],[c_9033,c_9480]) ).

tff(c_9527,plain,
    ( ~ $less(0,1)
    | ~ isrecord(split2('#skF_2'))
    | ~ isrecord(split2('#skF_1')) ),
    inference(demodulation,[status(thm),theory(equality)],[c_9104,c_9486]) ).

tff(c_9529,plain,
    ( ~ isrecord(split2('#skF_2'))
    | ~ isrecord(split2('#skF_1')) ),
    inference(backgroundSimplification,[status(thm),theory('LIA')],[c_9527]) ).

tff(c_9556,plain,
    ~ isrecord(split2('#skF_1')),
    inference(splitLeft,[status(thm)],[c_9529]) ).

tff(c_9576,plain,
    ( ~ isrecord(next('#skF_1'))
    | ~ isrecord('#skF_1') ),
    inference(resolution,[status(thm)],[c_24,c_9556]) ).

tff(c_9597,plain,
    $false,
    inference(demodulation,[status(thm),theory(equality)],[c_42,c_40,c_9576]) ).

tff(c_9599,plain,
    isrecord(split2('#skF_1')),
    inference(splitRight,[status(thm)],[c_9529]) ).

tff(c_9608,plain,
    length(next(split2('#skF_1'))) = $sum($uminus(1),length(split2('#skF_1'))),
    inference(resolution,[status(thm)],[c_9599,c_48]) ).

tff(c_9629,plain,
    '#skE_10' = $sum($uminus(1),'#skE_1'),
    inference(demodulation,[status(thm),theory(equality)],[c_104,c_345,c_9033,c_9608]) ).

tff(c_9631,plain,
    $false,
    inference(negUnitSimplification,[status(thm)],[c_8567,c_9629]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.13  % Problem  : DAT051_1 : TPTP v8.1.2. Released v5.0.0.
% 0.00/0.14  % 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 : n018.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 13:22:20 EDT 2023
% 0.14/0.36  % CPUTime  : 
% 9.59/3.40  % SZS status Theorem for /export/starexec/sandbox/benchmark/theBenchmark.p
% 9.59/3.41  
% 9.59/3.41  % SZS output start CNFRefutation for /export/starexec/sandbox/benchmark/theBenchmark.p
% See solution above
% 9.94/3.50  
% 9.94/3.50  Inference rules
% 9.94/3.50  ----------------------
% 9.94/3.50  #Ref     : 0
% 9.94/3.50  #Sup     : 1864
% 9.94/3.50  #Fact    : 0
% 9.94/3.50  #Define  : 63
% 9.94/3.50  #Split   : 51
% 9.94/3.50  #Chain   : 0
% 9.94/3.50  #Close   : 1
% 9.94/3.50  
% 9.94/3.50  Ordering : LPO
% 9.94/3.50  
% 9.94/3.50  Simplification rules
% 9.94/3.50  ----------------------
% 9.94/3.50  #Subsume      : 86
% 9.94/3.50  #Demod        : 849
% 9.94/3.50  #Tautology    : 528
% 9.94/3.50  #SimpNegUnit  : 8
% 9.94/3.50  #BackRed      : 54
% 9.94/3.50  
% 9.94/3.50  #Partial instantiations: 0
% 9.94/3.50  #Strategies tried      : 1
% 9.94/3.50  
% 9.94/3.50  Timing (in seconds)
% 9.94/3.50  ----------------------
% 9.94/3.51  Preprocessing        : 0.59
% 9.94/3.51  Parsing              : 0.31
% 9.94/3.51  CNF conversion       : 0.03
% 9.94/3.51  Main loop            : 1.71
% 9.94/3.51  Inferencing          : 0.46
% 9.94/3.51  Reduction            : 0.44
% 9.94/3.51  Demodulation         : 0.30
% 9.94/3.51  BG Simplification    : 0.19
% 9.94/3.51  Subsumption          : 0.34
% 9.94/3.51  Abstraction          : 0.05
% 9.94/3.51  MUC search           : 0.01
% 9.94/3.51  Cooper               : 0.10
% 9.94/3.51  Total                : 2.42
% 9.94/3.51  Index Insertion      : 0.00
% 9.94/3.51  Index Deletion       : 0.00
% 9.94/3.51  Index Matching       : 0.00
% 9.94/3.51  BG Taut test         : 0.00
%------------------------------------------------------------------------------