TSTP Solution File: NUM973_5 by Vampire-SAT---4.8

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Vampire-SAT---4.8
% Problem  : NUM973_5 : TPTP v8.1.2. Released v6.0.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : vampire --mode casc_sat -m 16384 --cores 7 -t %d %s

% Computer : n028.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 Apr 30 14:39:20 EDT 2024

% Result   : Theorem 0.16s 0.38s
% Output   : Refutation 0.16s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   14
%            Number of leaves      :   53
% Syntax   : Number of formulae    :  114 (  61 unt;  39 typ;   0 def)
%            Number of atoms       :   89 (  70 equ)
%            Maximal formula atoms :    2 (   1 avg)
%            Number of connectives :   35 (  21   ~;   8   |;   0   &)
%                                         (   0 <=>;   6  =>;   0  <=;   0 <~>)
%            Maximal formula depth :    5 (   2 avg)
%            Maximal term depth    :    8 (   2 avg)
%            Number of types       :    5 (   4 usr)
%            Number of type conns  :   24 (  15   >;   9   *;   0   +;   0  <<)
%            Number of predicates  :   18 (  16 usr;   1 prp; 0-3 aty)
%            Number of functors    :   19 (  19 usr;   9 con; 0-4 aty)
%            Number of variables   :   98 (  73   !;   6   ?;  98   :)
%                                         (  19  !>;   0  ?*;   0  @-;   0  @+)

% Comments : 
%------------------------------------------------------------------------------
tff(type_def_5,type,
    bool: $tType ).

tff(type_def_6,type,
    int: $tType ).

tff(type_def_7,type,
    nat: $tType ).

tff(type_def_8,type,
    real: $tType ).

tff(type_def_9,type,
    product_prod: ( $tType * $tType ) > $tType ).

tff(func_def_0,type,
    one_one: 
      !>[X0: $tType] : X0 ).

tff(func_def_1,type,
    plus_plus: 
      !>[X0: $tType] : ( ( X0 * X0 ) > X0 ) ).

tff(func_def_2,type,
    times_times: 
      !>[X0: $tType] : ( ( X0 * X0 ) > X0 ) ).

tff(func_def_3,type,
    bit0: int > int ).

tff(func_def_4,type,
    bit1: int > int ).

tff(func_def_5,type,
    min: int ).

tff(func_def_6,type,
    pls: int ).

tff(func_def_7,type,
    number_number_of: 
      !>[X0: $tType] : ( int > X0 ) ).

tff(func_def_8,type,
    power_power: 
      !>[X0: $tType] : ( ( X0 * nat ) > X0 ) ).

tff(func_def_9,type,
    product_Pair: 
      !>[X0: $tType,X1: $tType] : ( ( X0 * X1 ) > product_prod(X0,X1) ) ).

tff(func_def_10,type,
    twoSqu196287499sum2sq: product_prod(int,int) > int ).

tff(func_def_11,type,
    fFalse: bool ).

tff(func_def_12,type,
    fTrue: bool ).

tff(func_def_13,type,
    m: int ).

tff(func_def_14,type,
    s1: int ).

tff(func_def_15,type,
    s: int ).

tff(func_def_16,type,
    t: int ).

tff(func_def_17,type,
    sK0: int ).

tff(pred_def_1,type,
    number: 
      !>[X0: $tType] : $o ).

tff(pred_def_2,type,
    semiring: 
      !>[X0: $tType] : $o ).

tff(pred_def_3,type,
    number_ring: 
      !>[X0: $tType] : $o ).

tff(pred_def_4,type,
    ring_char_0: 
      !>[X0: $tType] : $o ).

tff(pred_def_5,type,
    semiring_1: 
      !>[X0: $tType] : $o ).

tff(pred_def_6,type,
    monoid_mult: 
      !>[X0: $tType] : $o ).

tff(pred_def_7,type,
    number_semiring: 
      !>[X0: $tType] : $o ).

tff(pred_def_8,type,
    comm_semiring_1: 
      !>[X0: $tType] : $o ).

tff(pred_def_9,type,
    linordered_idom: 
      !>[X0: $tType] : $o ).

tff(pred_def_10,type,
    linordered_semidom: 
      !>[X0: $tType] : $o ).

tff(pred_def_11,type,
    zcong: ( int * int * int ) > $o ).

tff(pred_def_12,type,
    zprime: int > $o ).

tff(pred_def_13,type,
    ord_less: 
      !>[X0: $tType] : ( ( X0 * X0 ) > $o ) ).

tff(pred_def_14,type,
    dvd_dvd: 
      !>[X0: $tType] : ( ( X0 * X0 ) > $o ) ).

tff(pred_def_15,type,
    twoSqu1567020053sum2sq: int > $o ).

tff(pred_def_16,type,
    pp: bool > $o ).

tff(f1364,plain,
    $false,
    inference(trivial_inequality_removal,[],[f1363]) ).

tff(f1363,plain,
    bit1(bit0(m)) != bit1(bit0(m)),
    inference(superposition,[],[f636,f627]) ).

tff(f627,plain,
    plus_plus(int,power_power(int,s,number_number_of(nat,bit0(t))),t) = bit1(bit0(m)),
    inference(backward_demodulation,[],[f605,f621]) ).

tff(f621,plain,
    ! [X0: int] : ( bit1(X0) = plus_plus(int,bit0(X0),t) ),
    inference(forward_demodulation,[],[f619,f329]) ).

tff(f329,plain,
    ! [X0: int] : ( plus_plus(int,X0,pls) = X0 ),
    inference(cnf_transformation,[],[f136]) ).

tff(f136,plain,
    ! [X0: int] : ( plus_plus(int,X0,pls) = X0 ),
    inference(rectify,[],[f48]) ).

tff(f48,axiom,
    ! [X5: int] : ( plus_plus(int,X5,pls) = X5 ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',fact_47_add__Pls__right) ).

tff(f619,plain,
    ! [X0: int] : ( bit1(plus_plus(int,X0,pls)) = plus_plus(int,bit0(X0),t) ),
    inference(superposition,[],[f398,f471]) ).

tff(f471,plain,
    t = bit1(pls),
    inference(superposition,[],[f432,f327]) ).

tff(f327,plain,
    ! [X0: int] : ( number_number_of(int,X0) = X0 ),
    inference(cnf_transformation,[],[f134]) ).

tff(f134,plain,
    ! [X0: int] : ( number_number_of(int,X0) = X0 ),
    inference(rectify,[],[f46]) ).

tff(f46,axiom,
    ! [X5: int] : ( number_number_of(int,X5) = X5 ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',fact_45_number__of__is__id) ).

tff(f432,plain,
    t = number_number_of(int,bit1(pls)),
    inference(forward_demodulation,[],[f314,f312]) ).

tff(f312,plain,
    t = one_one(int),
    inference(cnf_transformation,[],[f1]) ).

tff(f1,axiom,
    t = one_one(int),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',fact_0__096t_A_061_A1_096) ).

tff(f314,plain,
    one_one(int) = number_number_of(int,bit1(pls)),
    inference(cnf_transformation,[],[f66]) ).

tff(f66,axiom,
    one_one(int) = number_number_of(int,bit1(pls)),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',fact_65_one__is__num__one) ).

tff(f398,plain,
    ! [X0: int,X1: int] : ( bit1(plus_plus(int,X1,X0)) = plus_plus(int,bit0(X1),bit1(X0)) ),
    inference(cnf_transformation,[],[f188]) ).

tff(f188,plain,
    ! [X0: int,X1: int] : ( bit1(plus_plus(int,X1,X0)) = plus_plus(int,bit0(X1),bit1(X0)) ),
    inference(rectify,[],[f37]) ).

tff(f37,axiom,
    ! [X4: int,X5: int] : ( bit1(plus_plus(int,X5,X4)) = plus_plus(int,bit0(X5),bit1(X4)) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',fact_36_add__Bit0__Bit1) ).

tff(f605,plain,
    plus_plus(int,power_power(int,s,number_number_of(nat,bit0(t))),t) = plus_plus(int,bit0(bit0(m)),t),
    inference(backward_demodulation,[],[f504,f602]) ).

tff(f602,plain,
    twoSqu196287499sum2sq(product_Pair(int,int,s,t)) = plus_plus(int,bit0(bit0(m)),t),
    inference(forward_demodulation,[],[f597,f589]) ).

tff(f589,plain,
    ! [X0: int] : ( times_times(int,X0,t) = X0 ),
    inference(forward_demodulation,[],[f587,f327]) ).

tff(f587,plain,
    ! [X0: int] : ( times_times(int,X0,number_number_of(int,t)) = X0 ),
    inference(resolution,[],[f482,f289]) ).

tff(f289,plain,
    number_ring(int),
    inference(cnf_transformation,[],[f106]) ).

tff(f106,axiom,
    number_ring(int),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',arity_Int_Oint___Int_Onumber__ring) ).

tff(f482,plain,
    ! [X0: $tType,X1: X0] :
      ( ~ number_ring(X0)
      | ( times_times(X0,X1,number_number_of(X0,t)) = X1 ) ),
    inference(backward_demodulation,[],[f343,f471]) ).

tff(f343,plain,
    ! [X0: $tType,X1: X0] :
      ( ( times_times(X0,X1,number_number_of(X0,bit1(pls))) = X1 )
      | ~ number_ring(X0) ),
    inference(cnf_transformation,[],[f217]) ).

tff(f217,plain,
    ! [X0: $tType] :
      ( ! [X1: X0] : ( times_times(X0,X1,number_number_of(X0,bit1(pls))) = X1 )
      | ~ number_ring(X0) ),
    inference(ennf_transformation,[],[f147]) ).

tff(f147,plain,
    ! [X0: $tType] :
      ( number_ring(X0)
     => ! [X1: X0] : ( times_times(X0,X1,number_number_of(X0,bit1(pls))) = X1 ) ),
    inference(rectify,[],[f63]) ).

tff(f63,axiom,
    ! [X0: $tType] :
      ( number_ring(X0)
     => ! [X7: X0] : ( times_times(X0,X7,number_number_of(X0,bit1(pls))) = X7 ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',fact_62_mult__numeral__1__right) ).

tff(f597,plain,
    twoSqu196287499sum2sq(product_Pair(int,int,s,t)) = times_times(int,plus_plus(int,bit0(bit0(m)),t),t),
    inference(backward_demodulation,[],[f508,f594]) ).

tff(f594,plain,
    ! [X0: int] : ( times_times(int,t,X0) = X0 ),
    inference(forward_demodulation,[],[f592,f327]) ).

tff(f592,plain,
    ! [X0: int] : ( times_times(int,number_number_of(int,t),X0) = X0 ),
    inference(resolution,[],[f483,f289]) ).

tff(f483,plain,
    ! [X0: $tType,X1: X0] :
      ( ~ number_ring(X0)
      | ( times_times(X0,number_number_of(X0,t),X1) = X1 ) ),
    inference(backward_demodulation,[],[f344,f471]) ).

tff(f344,plain,
    ! [X0: $tType,X1: X0] :
      ( ( times_times(X0,number_number_of(X0,bit1(pls)),X1) = X1 )
      | ~ number_ring(X0) ),
    inference(cnf_transformation,[],[f218]) ).

tff(f218,plain,
    ! [X0: $tType] :
      ( ! [X1: X0] : ( times_times(X0,number_number_of(X0,bit1(pls)),X1) = X1 )
      | ~ number_ring(X0) ),
    inference(ennf_transformation,[],[f148]) ).

tff(f148,plain,
    ! [X0: $tType] :
      ( number_ring(X0)
     => ! [X1: X0] : ( times_times(X0,number_number_of(X0,bit1(pls)),X1) = X1 ) ),
    inference(rectify,[],[f62]) ).

tff(f62,axiom,
    ! [X0: $tType] :
      ( number_ring(X0)
     => ! [X7: X0] : ( times_times(X0,number_number_of(X0,bit1(pls)),X7) = X7 ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',fact_61_mult__numeral__1) ).

tff(f508,plain,
    twoSqu196287499sum2sq(product_Pair(int,int,s,t)) = times_times(int,plus_plus(int,bit0(bit0(times_times(int,t,m))),t),t),
    inference(backward_demodulation,[],[f459,f471]) ).

tff(f459,plain,
    twoSqu196287499sum2sq(product_Pair(int,int,s,t)) = times_times(int,plus_plus(int,bit0(bit0(times_times(int,bit1(pls),m))),t),t),
    inference(forward_demodulation,[],[f453,f397]) ).

tff(f397,plain,
    ! [X0: int,X1: int] : ( bit0(times_times(int,X1,X0)) = times_times(int,bit0(X1),X0) ),
    inference(cnf_transformation,[],[f187]) ).

tff(f187,plain,
    ! [X0: int,X1: int] : ( bit0(times_times(int,X1,X0)) = times_times(int,bit0(X1),X0) ),
    inference(rectify,[],[f27]) ).

tff(f27,axiom,
    ! [X4: int,X5: int] : ( bit0(times_times(int,X5,X4)) = times_times(int,bit0(X5),X4) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',fact_26_mult__Bit0) ).

tff(f453,plain,
    twoSqu196287499sum2sq(product_Pair(int,int,s,t)) = times_times(int,plus_plus(int,bit0(times_times(int,bit0(bit1(pls)),m)),t),t),
    inference(backward_demodulation,[],[f446,f397]) ).

tff(f446,plain,
    twoSqu196287499sum2sq(product_Pair(int,int,s,t)) = times_times(int,plus_plus(int,times_times(int,bit0(bit0(bit1(pls))),m),t),t),
    inference(backward_demodulation,[],[f436,f327]) ).

tff(f436,plain,
    times_times(int,plus_plus(int,times_times(int,number_number_of(int,bit0(bit0(bit1(pls)))),m),t),t) = twoSqu196287499sum2sq(product_Pair(int,int,s,t)),
    inference(forward_demodulation,[],[f321,f312]) ).

tff(f321,plain,
    times_times(int,plus_plus(int,times_times(int,number_number_of(int,bit0(bit0(bit1(pls)))),m),one_one(int)),t) = twoSqu196287499sum2sq(product_Pair(int,int,s,one_one(int))),
    inference(cnf_transformation,[],[f82]) ).

tff(f82,axiom,
    times_times(int,plus_plus(int,times_times(int,number_number_of(int,bit0(bit0(bit1(pls)))),m),one_one(int)),t) = twoSqu196287499sum2sq(product_Pair(int,int,s,one_one(int))),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',fact_81__096sum2sq_A_Is_M_A1_J_A_061_A_I4_A_K_Am_A_L_A1_J_A_K_At_096) ).

tff(f504,plain,
    twoSqu196287499sum2sq(product_Pair(int,int,s,t)) = plus_plus(int,power_power(int,s,number_number_of(nat,bit0(t))),t),
    inference(backward_demodulation,[],[f440,f471]) ).

tff(f440,plain,
    twoSqu196287499sum2sq(product_Pair(int,int,s,t)) = plus_plus(int,power_power(int,s,number_number_of(nat,bit0(bit1(pls)))),t),
    inference(forward_demodulation,[],[f439,f436]) ).

tff(f439,plain,
    times_times(int,plus_plus(int,times_times(int,number_number_of(int,bit0(bit0(bit1(pls)))),m),t),t) = plus_plus(int,power_power(int,s,number_number_of(nat,bit0(bit1(pls)))),t),
    inference(forward_demodulation,[],[f323,f312]) ).

tff(f323,plain,
    times_times(int,plus_plus(int,times_times(int,number_number_of(int,bit0(bit0(bit1(pls)))),m),one_one(int)),t) = plus_plus(int,power_power(int,s,number_number_of(nat,bit0(bit1(pls)))),one_one(int)),
    inference(cnf_transformation,[],[f12]) ).

tff(f12,axiom,
    times_times(int,plus_plus(int,times_times(int,number_number_of(int,bit0(bit0(bit1(pls)))),m),one_one(int)),t) = plus_plus(int,power_power(int,s,number_number_of(nat,bit0(bit1(pls)))),one_one(int)),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',fact_11_t) ).

tff(f636,plain,
    ! [X0: int] : ( bit1(bit0(m)) != plus_plus(int,power_power(int,X0,number_number_of(nat,bit0(t))),t) ),
    inference(superposition,[],[f623,f553]) ).

tff(f553,plain,
    ! [X0: nat] : ( t = power_power(int,t,X0) ),
    inference(forward_demodulation,[],[f552,f312]) ).

tff(f552,plain,
    ! [X0: nat] : ( one_one(int) = power_power(int,one_one(int),X0) ),
    inference(resolution,[],[f367,f310]) ).

tff(f310,plain,
    monoid_mult(int),
    inference(cnf_transformation,[],[f103]) ).

tff(f103,axiom,
    monoid_mult(int),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',arity_Int_Oint___Groups_Omonoid__mult) ).

tff(f367,plain,
    ! [X0: $tType,X1: nat] :
      ( ~ monoid_mult(X0)
      | ( one_one(X0) = power_power(X0,one_one(X0),X1) ) ),
    inference(cnf_transformation,[],[f239]) ).

tff(f239,plain,
    ! [X0: $tType] :
      ( ! [X1: nat] : ( one_one(X0) = power_power(X0,one_one(X0),X1) )
      | ~ monoid_mult(X0) ),
    inference(ennf_transformation,[],[f166]) ).

tff(f166,plain,
    ! [X0: $tType] :
      ( monoid_mult(X0)
     => ! [X1: nat] : ( one_one(X0) = power_power(X0,one_one(X0),X1) ) ),
    inference(rectify,[],[f81]) ).

tff(f81,axiom,
    ! [X0: $tType] :
      ( monoid_mult(X0)
     => ! [X18: nat] : ( one_one(X0) = power_power(X0,one_one(X0),X18) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',fact_80_power__one) ).

tff(f623,plain,
    ! [X0: int,X1: int] : ( plus_plus(int,power_power(int,X0,number_number_of(nat,bit0(t))),power_power(int,X1,number_number_of(nat,bit0(t)))) != bit1(bit0(m)) ),
    inference(backward_demodulation,[],[f600,f621]) ).

tff(f600,plain,
    ! [X0: int,X1: int] : ( plus_plus(int,power_power(int,X0,number_number_of(nat,bit0(t))),power_power(int,X1,number_number_of(nat,bit0(t)))) != plus_plus(int,bit0(bit0(m)),t) ),
    inference(backward_demodulation,[],[f505,f594]) ).

tff(f505,plain,
    ! [X0: int,X1: int] : ( plus_plus(int,power_power(int,X0,number_number_of(nat,bit0(t))),power_power(int,X1,number_number_of(nat,bit0(t)))) != plus_plus(int,bit0(bit0(times_times(int,t,m))),t) ),
    inference(backward_demodulation,[],[f456,f471]) ).

tff(f456,plain,
    ! [X0: int,X1: int] : ( plus_plus(int,power_power(int,X0,number_number_of(nat,bit0(bit1(pls)))),power_power(int,X1,number_number_of(nat,bit0(bit1(pls))))) != plus_plus(int,bit0(bit0(times_times(int,bit1(pls),m))),t) ),
    inference(forward_demodulation,[],[f450,f397]) ).

tff(f450,plain,
    ! [X0: int,X1: int] : ( plus_plus(int,power_power(int,X0,number_number_of(nat,bit0(bit1(pls)))),power_power(int,X1,number_number_of(nat,bit0(bit1(pls))))) != plus_plus(int,bit0(times_times(int,bit0(bit1(pls)),m)),t) ),
    inference(backward_demodulation,[],[f449,f397]) ).

tff(f449,plain,
    ! [X0: int,X1: int] : ( plus_plus(int,power_power(int,X0,number_number_of(nat,bit0(bit1(pls)))),power_power(int,X1,number_number_of(nat,bit0(bit1(pls))))) != plus_plus(int,times_times(int,bit0(bit0(bit1(pls))),m),t) ),
    inference(backward_demodulation,[],[f430,f327]) ).

tff(f430,plain,
    ! [X0: int,X1: int] : ( plus_plus(int,power_power(int,X0,number_number_of(nat,bit0(bit1(pls)))),power_power(int,X1,number_number_of(nat,bit0(bit1(pls))))) != plus_plus(int,times_times(int,number_number_of(int,bit0(bit0(bit1(pls)))),m),t) ),
    inference(backward_demodulation,[],[f281,f312]) ).

tff(f281,plain,
    ! [X0: int,X1: int] : ( plus_plus(int,times_times(int,number_number_of(int,bit0(bit0(bit1(pls)))),m),one_one(int)) != plus_plus(int,power_power(int,X0,number_number_of(nat,bit0(bit1(pls)))),power_power(int,X1,number_number_of(nat,bit0(bit1(pls))))) ),
    inference(cnf_transformation,[],[f210]) ).

tff(f210,plain,
    ! [X0: int,X1: int] : ( plus_plus(int,times_times(int,number_number_of(int,bit0(bit0(bit1(pls)))),m),one_one(int)) != plus_plus(int,power_power(int,X0,number_number_of(nat,bit0(bit1(pls)))),power_power(int,X1,number_number_of(nat,bit0(bit1(pls))))) ),
    inference(ennf_transformation,[],[f130]) ).

tff(f130,plain,
    ~ ? [X0: int,X1: int] : ( plus_plus(int,times_times(int,number_number_of(int,bit0(bit0(bit1(pls)))),m),one_one(int)) = plus_plus(int,power_power(int,X0,number_number_of(nat,bit0(bit1(pls)))),power_power(int,X1,number_number_of(nat,bit0(bit1(pls))))) ),
    inference(rectify,[],[f129]) ).

tff(f129,negated_conjecture,
    ~ ? [X23: int,X24: int] : ( plus_plus(int,times_times(int,number_number_of(int,bit0(bit0(bit1(pls)))),m),one_one(int)) = plus_plus(int,power_power(int,X23,number_number_of(nat,bit0(bit1(pls)))),power_power(int,X24,number_number_of(nat,bit0(bit1(pls))))) ),
    inference(negated_conjecture,[],[f128]) ).

tff(f128,conjecture,
    ? [X23: int,X24: int] : ( plus_plus(int,times_times(int,number_number_of(int,bit0(bit0(bit1(pls)))),m),one_one(int)) = plus_plus(int,power_power(int,X23,number_number_of(nat,bit0(bit1(pls)))),power_power(int,X24,number_number_of(nat,bit0(bit1(pls))))) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',conj_0) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.10  % Problem    : NUM973_5 : TPTP v8.1.2. Released v6.0.0.
% 0.00/0.11  % Command    : vampire --mode casc_sat -m 16384 --cores 7 -t %d %s
% 0.11/0.32  % Computer : n028.cluster.edu
% 0.11/0.32  % Model    : x86_64 x86_64
% 0.11/0.32  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.11/0.32  % Memory   : 8042.1875MB
% 0.11/0.32  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.11/0.32  % CPULimit   : 300
% 0.11/0.32  % WCLimit    : 300
% 0.11/0.32  % DateTime   : Mon Apr 29 23:42:29 EDT 2024
% 0.11/0.32  % CPUTime    : 
% 0.11/0.32  % (23059)Running in auto input_syntax mode. Trying TPTP
% 0.16/0.34  % (23062)WARNING: value z3 for option sas not known
% 0.16/0.34  % (23062)dis+2_11_add=large:afr=on:amm=off:bd=off:bce=on:fsd=off:fde=none:gs=on:gsaa=full_model:gsem=off:irw=on:msp=off:nm=4:nwc=1.3:sas=z3:sims=off:sac=on:sp=reverse_arity_569 on theBenchmark for (569ds/0Mi)
% 0.16/0.34  % (23065)ott-10_8_av=off:bd=preordered:bs=on:fsd=off:fsr=off:fde=unused:irw=on:lcm=predicate:lma=on:nm=4:nwc=1.7:sp=frequency_522 on theBenchmark for (522ds/0Mi)
% 0.16/0.34  % (23063)fmb+10_1_bce=on:fmbsr=1.5:nm=32_533 on theBenchmark for (533ds/0Mi)
% 0.16/0.34  % (23060)fmb+10_1_bce=on:fmbas=function:fmbsr=1.2:fde=unused:nm=0_846 on theBenchmark for (846ds/0Mi)
% 0.16/0.34  % (23064)ott+10_10:1_add=off:afr=on:amm=off:anc=all:bd=off:bs=on:fsr=off:irw=on:lma=on:msp=off:nm=4:nwc=4.0:sac=on:sp=reverse_frequency_531 on theBenchmark for (531ds/0Mi)
% 0.16/0.34  % (23066)ott+1_64_av=off:bd=off:bce=on:fsd=off:fde=unused:gsp=on:irw=on:lcm=predicate:lma=on:nm=2:nwc=1.1:sims=off:urr=on_497 on theBenchmark for (497ds/0Mi)
% 0.16/0.34  % (23061)fmb+10_1_bce=on:fmbdsb=on:fmbes=contour:fmbswr=3:fde=none:nm=0_793 on theBenchmark for (793ds/0Mi)
% 0.16/0.34  % (23066)WARNING: Not using GeneralSplitting currently not compatible with polymorphic/higher-order inputs.
% 0.16/0.34  % Exception at run slice level
% 0.16/0.34  User error: Finite model buillding is currently not compatible with polymorphism or higher-order constructs
% 0.16/0.34  % Exception at run slice level
% 0.16/0.34  User error: Finite model buillding is currently not compatible with polymorphism or higher-order constructs
% 0.16/0.34  % Exception at run slice level
% 0.16/0.34  User error: Finite model buillding is currently not compatible with polymorphism or higher-order constructs
% 0.16/0.36  % (23067)fmb+10_1_fmbas=expand:fmbsr=1.1:gsp=on:nm=4_411 on theBenchmark for (411ds/0Mi)
% 0.16/0.36  % (23068)ott+1_9_av=off:bd=off:bs=on:gsp=on:lcm=predicate:nm=4:sp=weighted_frequency:urr=on_382 on theBenchmark for (382ds/0Mi)
% 0.16/0.36  % (23069)lrs-11_2:5_fsd=off:fde=none:nm=4:nwc=5.0:sims=off:sp=reverse_weighted_frequency:stl=62_367 on theBenchmark for (367ds/0Mi)
% 0.16/0.36  % (23067)WARNING: Not using GeneralSplitting currently not compatible with polymorphic/higher-order inputs.
% 0.16/0.36  % (23068)WARNING: Not using GeneralSplitting currently not compatible with polymorphic/higher-order inputs.
% 0.16/0.36  % Exception at run slice level
% 0.16/0.36  User error: Finite model buillding is currently not compatible with polymorphism or higher-order constructs
% 0.16/0.37  % (23065)First to succeed.
% 0.16/0.38  % (23065)Refutation found. Thanks to Tanya!
% 0.16/0.38  % SZS status Theorem for theBenchmark
% 0.16/0.38  % SZS output start Proof for theBenchmark
% See solution above
% 0.16/0.38  % (23065)------------------------------
% 0.16/0.38  % (23065)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 0.16/0.38  % (23065)Termination reason: Refutation
% 0.16/0.38  
% 0.16/0.38  % (23065)Memory used [KB]: 1431
% 0.16/0.38  % (23065)Time elapsed: 0.037 s
% 0.16/0.38  % (23065)Instructions burned: 68 (million)
% 0.16/0.38  % (23065)------------------------------
% 0.16/0.38  % (23065)------------------------------
% 0.16/0.38  % (23059)Success in time 0.055 s
%------------------------------------------------------------------------------