TSTP Solution File: SWW508_5 by Vampire---4.8

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Vampire---4.8
% Problem  : SWW508_5 : TPTP v8.1.2. Released v6.0.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : vampire --input_syntax tptp --proof tptp --output_axiom_names on --mode portfolio --schedule file --schedule_file /export/starexec/sandbox2/solver/bin/quickGreedyProduceRating_steal_pow3.txt --cores 8 -m 12000 -t %d %s

% Computer : n006.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 : Wed May  1 04:19:42 EDT 2024

% Result   : Theorem 0.55s 0.76s
% Output   : Refutation 0.55s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    9
%            Number of leaves      :   82
% Syntax   : Number of formulae    :  100 (   8 unt;  76 typ;   0 def)
%            Number of atoms       :   80 (   0 equ)
%            Maximal formula atoms :   10 (   3 avg)
%            Number of connectives :   95 (  39   ~;  27   |;  20   &)
%                                         (   0 <=>;   9  =>;   0  <=;   0 <~>)
%            Maximal formula depth :   13 (   7 avg)
%            Maximal term depth    :    5 (   2 avg)
%            Number of types       :    9 (   8 usr)
%            Number of type conns  :  121 (  49   >;  72   *;   0   +;   0  <<)
%            Number of predicates  :   20 (  19 usr;   1 prp; 0-6 aty)
%            Number of functors    :   49 (  49 usr;  13 con; 0-10 aty)
%            Number of variables   :  131 (  52   !;  19   ?; 131   :)
%                                         (  60  !>;   0  ?*;   0  @-;   0  @+)

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

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

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

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

tff(type_def_9,type,
    state: $tType ).

tff(type_def_10,type,
    vname: $tType ).

tff(type_def_11,type,
    bool: $tType ).

tff(type_def_12,type,
    hoare_28830079triple: $tType > $tType ).

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

tff(type_def_14,type,
    fun: ( $tType * $tType ) > $tType ).

tff(func_def_0,type,
    combb: 
      !>[X0: $tType,X1: $tType,X2: $tType] : ( ( fun(X0,X1) * fun(X2,X0) ) > fun(X2,X1) ) ).

tff(func_def_1,type,
    combc: 
      !>[X0: $tType,X1: $tType,X2: $tType] : ( ( fun(X0,fun(X1,X2)) * X1 ) > fun(X0,X2) ) ).

tff(func_def_2,type,
    combk: 
      !>[X0: $tType,X1: $tType] : ( X0 > fun(X1,X0) ) ).

tff(func_def_3,type,
    combs: 
      !>[X0: $tType,X1: $tType,X2: $tType] : ( ( fun(X0,fun(X1,X2)) * fun(X0,X1) ) > fun(X0,X2) ) ).

tff(func_def_4,type,
    skip: com ).

tff(func_def_5,type,
    semi: ( com * com ) > com ).

tff(func_def_6,type,
    com_case: 
      !>[X0: $tType] : ( ( X0 * fun(vname,fun(fun(state,nat),X0)) * fun(loc,fun(fun(state,nat),fun(com,X0))) * fun(com,fun(com,X0)) * fun(fun(state,bool),fun(com,fun(com,X0))) * fun(fun(state,bool),fun(com,X0)) * fun(pname,X0) * fun(vname,fun(pname,fun(fun(state,nat),X0))) * com ) > X0 ) ).

tff(func_def_7,type,
    minus_minus: 
      !>[X0: $tType] : ( ( X0 * X0 ) > X0 ) ).

tff(func_def_8,type,
    hoare_1841697145triple: 
      !>[X0: $tType] : ( ( fun(X0,fun(state,bool)) * com * fun(X0,fun(state,bool)) ) > hoare_28830079triple(X0) ) ).

tff(func_def_9,type,
    hoare_376461865e_case: 
      !>[X0: $tType,X1: $tType] : ( ( fun(fun(X0,fun(state,bool)),fun(com,fun(fun(X0,fun(state,bool)),X1))) * hoare_28830079triple(X0) ) > X1 ) ).

tff(func_def_10,type,
    hoare_678420151le_rec: 
      !>[X0: $tType,X1: $tType] : ( ( fun(fun(X0,fun(state,bool)),fun(com,fun(fun(X0,fun(state,bool)),X1))) * hoare_28830079triple(X0) ) > X1 ) ).

tff(func_def_11,type,
    bot_bot: 
      !>[X0: $tType] : X0 ).

tff(func_def_12,type,
    collect: 
      !>[X0: $tType] : ( fun(X0,bool) > fun(X0,bool) ) ).

tff(func_def_13,type,
    insert: 
      !>[X0: $tType] : ( ( X0 * fun(X0,bool) ) > fun(X0,bool) ) ).

tff(func_def_14,type,
    the_elem: 
      !>[X0: $tType] : ( fun(X0,bool) > X0 ) ).

tff(func_def_15,type,
    aa: 
      !>[X0: $tType,X1: $tType] : ( ( fun(X0,X1) * X0 ) > X1 ) ).

tff(func_def_16,type,
    fFalse: bool ).

tff(func_def_17,type,
    fNot: fun(bool,bool) ).

tff(func_def_18,type,
    fTrue: bool ).

tff(func_def_19,type,
    fconj: fun(bool,fun(bool,bool)) ).

tff(func_def_20,type,
    fdisj: fun(bool,fun(bool,bool)) ).

tff(func_def_21,type,
    fequal: 
      !>[X0: $tType] : fun(X0,fun(X0,bool)) ).

tff(func_def_22,type,
    fimplies: fun(bool,fun(bool,bool)) ).

tff(func_def_23,type,
    member: 
      !>[X0: $tType] : fun(X0,fun(fun(X0,bool),bool)) ).

tff(func_def_24,type,
    g: fun(hoare_28830079triple(a),bool) ).

tff(func_def_25,type,
    p1: fun(a,fun(state,bool)) ).

tff(func_def_26,type,
    q1: fun(a,fun(state,bool)) ).

tff(func_def_27,type,
    c: com ).

tff(func_def_28,type,
    sK7: ( state * state ) > a ).

tff(func_def_29,type,
    sK8: a ).

tff(func_def_30,type,
    sK9: state ).

tff(func_def_31,type,
    sK10: ( fun(a,fun(state,bool)) * fun(a,fun(state,bool)) ) > state ).

tff(func_def_32,type,
    sK11: 
      !>[X0: $tType] : ( hoare_28830079triple(X0) > fun(X0,fun(state,bool)) ) ).

tff(func_def_33,type,
    sK12: 
      !>[X0: $tType] : ( hoare_28830079triple(X0) > com ) ).

tff(func_def_34,type,
    sK13: 
      !>[X0: $tType] : ( hoare_28830079triple(X0) > fun(X0,fun(state,bool)) ) ).

tff(func_def_35,type,
    sK14: 
      !>[X0: $tType] : ( fun(X0,bool) > X0 ) ).

tff(func_def_36,type,
    sK15: 
      !>[X0: $tType] : ( fun(X0,bool) > fun(X0,bool) ) ).

tff(func_def_37,type,
    sK16: 
      !>[X0: $tType] : ( fun(X0,bool) > X0 ) ).

tff(func_def_38,type,
    sK17: 
      !>[X0: $tType] : ( fun(X0,bool) > X0 ) ).

tff(func_def_39,type,
    sK18: 
      !>[X0: $tType] : ( fun(X0,bool) > X0 ) ).

tff(func_def_40,type,
    sK19: 
      !>[X0: $tType] : ( ( X0 * fun(X0,fun(state,bool)) * state * fun(X0,fun(state,bool)) * fun(X0,fun(state,bool)) ) > state ) ).

tff(func_def_41,type,
    sK20: 
      !>[X0: $tType] : ( ( fun(X0,fun(state,bool)) * com * fun(hoare_28830079triple(X0),bool) * fun(X0,fun(state,bool)) ) > X0 ) ).

tff(func_def_42,type,
    sK21: 
      !>[X0: $tType] : ( ( fun(X0,fun(state,bool)) * com * fun(hoare_28830079triple(X0),bool) * fun(X0,fun(state,bool)) ) > state ) ).

tff(func_def_43,type,
    sK22: 
      !>[X0: $tType] : ( ( fun(X0,bool) * X0 ) > fun(X0,bool) ) ).

tff(func_def_44,type,
    sK23: 
      !>[X0: $tType] : ( ( fun(X0,bool) * X0 ) > fun(X0,bool) ) ).

tff(func_def_45,type,
    sK24: 
      !>[X0: $tType] : ( ( X0 * fun(X0,bool) * X0 * fun(X0,bool) ) > fun(X0,bool) ) ).

tff(func_def_46,type,
    sK25: 
      !>[X0: $tType,X1: $tType] : ( ( fun(X1,X0) * fun(X1,X0) ) > X1 ) ).

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

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

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

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

tff(pred_def_5,type,
    finite_fold1Set: 
      !>[X0: $tType] : ( ( fun(X0,fun(X0,X0)) * fun(X0,bool) * X0 ) > $o ) ).

tff(pred_def_6,type,
    finite_fold_graph: 
      !>[X0: $tType,X1: $tType] : ( ( fun(X0,fun(X1,X1)) * X1 * fun(X0,bool) * X1 ) > $o ) ).

tff(pred_def_7,type,
    finite_folding_one: 
      !>[X0: $tType] : ( ( fun(X0,fun(X0,X0)) * fun(fun(X0,bool),X0) ) > $o ) ).

tff(pred_def_8,type,
    hoare_992312373derivs: 
      !>[X0: $tType] : ( ( fun(hoare_28830079triple(X0),bool) * fun(hoare_28830079triple(X0),bool) ) > $o ) ).

tff(pred_def_9,type,
    inv_imagep: 
      !>[X0: $tType,X1: $tType] : ( ( fun(X0,fun(X0,bool)) * fun(X1,X0) * X1 * X1 ) > $o ) ).

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

tff(pred_def_11,type,
    p: ( a * state ) > $o ).

tff(pred_def_12,type,
    q: ( a * state ) > $o ).

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

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

tff(pred_def_15,type,
    sP2: 
      !>[X0: $tType] : ( ( X0 * fun(X0,fun(state,bool)) * state * com * fun(hoare_28830079triple(X0),bool) ) > $o ) ).

tff(pred_def_16,type,
    sP3: 
      !>[X0: $tType] : ( ( X0 * fun(X0,bool) * X0 * fun(X0,bool) ) > $o ) ).

tff(pred_def_17,type,
    sP4: 
      !>[X0: $tType] : ( ( fun(X0,bool) * fun(X0,bool) * X0 * X0 ) > $o ) ).

tff(pred_def_18,type,
    sP5: 
      !>[X0: $tType] : ( ( fun(X0,bool) * X0 * fun(X0,bool) * X0 ) > $o ) ).

tff(pred_def_19,type,
    sP6: 
      !>[X0: $tType] : ( ( X0 * fun(X0,bool) * X0 * fun(X0,bool) ) > $o ) ).

tff(f472,plain,
    $false,
    inference(subsumption_resolution,[],[f467,f463]) ).

tff(f463,plain,
    ~ pp(aa(state,bool,aa(a,fun(state,bool),q1,sK7(sK9,sK10(p1,q1))),sK10(p1,q1))),
    inference(unit_resulting_resolution,[],[f277,f457,f276]) ).

tff(f276,plain,
    ! [X2: state,X0: a,X1: state] :
      ( ~ pp(aa(state,bool,aa(a,fun(state,bool),q1,sK7(X1,X2)),X2))
      | q(X0,X2)
      | ~ p(X0,X1) ),
    inference(cnf_transformation,[],[f211]) ).

tff(f211,plain,
    ! [X0: a,X1: state] :
      ( ! [X2: state] :
          ( q(X0,X2)
          | ( ~ pp(aa(state,bool,aa(a,fun(state,bool),q1,sK7(X1,X2)),X2))
            & pp(aa(state,bool,aa(a,fun(state,bool),p1,sK7(X1,X2)),X1)) ) )
      | ~ p(X0,X1) ),
    inference(skolemisation,[status(esa),new_symbols(skolem,[sK7])],[f174,f210]) ).

tff(f210,plain,
    ! [X1: state,X2: state] :
      ( ? [X3: a] :
          ( ~ pp(aa(state,bool,aa(a,fun(state,bool),q1,X3),X2))
          & pp(aa(state,bool,aa(a,fun(state,bool),p1,X3),X1)) )
     => ( ~ pp(aa(state,bool,aa(a,fun(state,bool),q1,sK7(X1,X2)),X2))
        & pp(aa(state,bool,aa(a,fun(state,bool),p1,sK7(X1,X2)),X1)) ) ),
    introduced(choice_axiom,[]) ).

tff(f174,plain,
    ! [X0: a,X1: state] :
      ( ! [X2: state] :
          ( q(X0,X2)
          | ? [X3: a] :
              ( ~ pp(aa(state,bool,aa(a,fun(state,bool),q1,X3),X2))
              & pp(aa(state,bool,aa(a,fun(state,bool),p1,X3),X1)) ) )
      | ~ p(X0,X1) ),
    inference(ennf_transformation,[],[f132]) ).

tff(f132,plain,
    ! [X0: a,X1: state] :
      ( p(X0,X1)
     => ! [X2: state] :
          ( ! [X3: a] :
              ( pp(aa(state,bool,aa(a,fun(state,bool),p1,X3),X1))
             => pp(aa(state,bool,aa(a,fun(state,bool),q1,X3),X2)) )
         => q(X0,X2) ) ),
    inference(rectify,[],[f129]) ).

tff(f129,axiom,
    ! [X77: a,X78: state] :
      ( p(X77,X78)
     => ! [X79: state] :
          ( ! [X80: a] :
              ( pp(aa(state,bool,aa(a,fun(state,bool),p1,X80),X78))
             => pp(aa(state,bool,aa(a,fun(state,bool),q1,X80),X79)) )
         => q(X77,X79) ) ),
    file('/export/starexec/sandbox2/tmp/tmp.a9pc6eqFPe/Vampire---4.8_1728',conj_1) ).

tff(f457,plain,
    ~ q(sK8,sK10(p1,q1)),
    inference(unit_resulting_resolution,[],[f274,f279]) ).

tff(f279,plain,
    ! [X2: fun(a,fun(state,bool)),X3: fun(a,fun(state,bool))] :
      ( ~ hoare_992312373derivs(a,g,insert(hoare_28830079triple(a),hoare_1841697145triple(a,X2,c,X3),bot_bot(fun(hoare_28830079triple(a),bool))))
      | ~ q(sK8,sK10(X2,X3)) ),
    inference(cnf_transformation,[],[f214]) ).

tff(f214,plain,
    ( ! [X2: fun(a,fun(state,bool)),X3: fun(a,fun(state,bool))] :
        ( ( ~ q(sK8,sK10(X2,X3))
          & ! [X5: a] :
              ( pp(aa(state,bool,aa(a,fun(state,bool),X3,X5),sK10(X2,X3)))
              | ~ pp(aa(state,bool,aa(a,fun(state,bool),X2,X5),sK9)) ) )
        | ~ hoare_992312373derivs(a,g,insert(hoare_28830079triple(a),hoare_1841697145triple(a,X2,c,X3),bot_bot(fun(hoare_28830079triple(a),bool)))) )
    & p(sK8,sK9) ),
    inference(skolemisation,[status(esa),new_symbols(skolem,[sK8,sK9,sK10])],[f175,f213,f212]) ).

tff(f212,plain,
    ( ? [X0: a,X1: state] :
        ( ! [X2: fun(a,fun(state,bool)),X3: fun(a,fun(state,bool))] :
            ( ? [X4: state] :
                ( ~ q(X0,X4)
                & ! [X5: a] :
                    ( pp(aa(state,bool,aa(a,fun(state,bool),X3,X5),X4))
                    | ~ pp(aa(state,bool,aa(a,fun(state,bool),X2,X5),X1)) ) )
            | ~ hoare_992312373derivs(a,g,insert(hoare_28830079triple(a),hoare_1841697145triple(a,X2,c,X3),bot_bot(fun(hoare_28830079triple(a),bool)))) )
        & p(X0,X1) )
   => ( ! [X3: fun(a,fun(state,bool)),X2: fun(a,fun(state,bool))] :
          ( ? [X4: state] :
              ( ~ q(sK8,X4)
              & ! [X5: a] :
                  ( pp(aa(state,bool,aa(a,fun(state,bool),X3,X5),X4))
                  | ~ pp(aa(state,bool,aa(a,fun(state,bool),X2,X5),sK9)) ) )
          | ~ hoare_992312373derivs(a,g,insert(hoare_28830079triple(a),hoare_1841697145triple(a,X2,c,X3),bot_bot(fun(hoare_28830079triple(a),bool)))) )
      & p(sK8,sK9) ) ),
    introduced(choice_axiom,[]) ).

tff(f213,plain,
    ! [X2: fun(a,fun(state,bool)),X3: fun(a,fun(state,bool))] :
      ( ? [X4: state] :
          ( ~ q(sK8,X4)
          & ! [X5: a] :
              ( pp(aa(state,bool,aa(a,fun(state,bool),X3,X5),X4))
              | ~ pp(aa(state,bool,aa(a,fun(state,bool),X2,X5),sK9)) ) )
     => ( ~ q(sK8,sK10(X2,X3))
        & ! [X5: a] :
            ( pp(aa(state,bool,aa(a,fun(state,bool),X3,X5),sK10(X2,X3)))
            | ~ pp(aa(state,bool,aa(a,fun(state,bool),X2,X5),sK9)) ) ) ),
    introduced(choice_axiom,[]) ).

tff(f175,plain,
    ? [X0: a,X1: state] :
      ( ! [X2: fun(a,fun(state,bool)),X3: fun(a,fun(state,bool))] :
          ( ? [X4: state] :
              ( ~ q(X0,X4)
              & ! [X5: a] :
                  ( pp(aa(state,bool,aa(a,fun(state,bool),X3,X5),X4))
                  | ~ pp(aa(state,bool,aa(a,fun(state,bool),X2,X5),X1)) ) )
          | ~ hoare_992312373derivs(a,g,insert(hoare_28830079triple(a),hoare_1841697145triple(a,X2,c,X3),bot_bot(fun(hoare_28830079triple(a),bool)))) )
      & p(X0,X1) ),
    inference(ennf_transformation,[],[f133]) ).

tff(f133,plain,
    ~ ! [X0: a,X1: state] :
        ( ? [X2: fun(a,fun(state,bool)),X3: fun(a,fun(state,bool))] :
            ( ! [X4: state] :
                ( q(X0,X4)
                | ? [X5: a] :
                    ( ~ pp(aa(state,bool,aa(a,fun(state,bool),X3,X5),X4))
                    & pp(aa(state,bool,aa(a,fun(state,bool),X2,X5),X1)) ) )
            & hoare_992312373derivs(a,g,insert(hoare_28830079triple(a),hoare_1841697145triple(a,X2,c,X3),bot_bot(fun(hoare_28830079triple(a),bool)))) )
        | ~ p(X0,X1) ),
    inference(rectify,[],[f131]) ).

tff(f131,negated_conjecture,
    ~ ! [X40: a,X41: state] :
        ( ? [X42: fun(a,fun(state,bool)),X43: fun(a,fun(state,bool))] :
            ( ! [X44: state] :
                ( q(X40,X44)
                | ? [X45: a] :
                    ( ~ pp(aa(state,bool,aa(a,fun(state,bool),X43,X45),X44))
                    & pp(aa(state,bool,aa(a,fun(state,bool),X42,X45),X41)) ) )
            & hoare_992312373derivs(a,g,insert(hoare_28830079triple(a),hoare_1841697145triple(a,X42,c,X43),bot_bot(fun(hoare_28830079triple(a),bool)))) )
        | ~ p(X40,X41) ),
    inference(negated_conjecture,[],[f130]) ).

tff(f130,conjecture,
    ! [X40: a,X41: state] :
      ( ? [X42: fun(a,fun(state,bool)),X43: fun(a,fun(state,bool))] :
          ( ! [X44: state] :
              ( q(X40,X44)
              | ? [X45: a] :
                  ( ~ pp(aa(state,bool,aa(a,fun(state,bool),X43,X45),X44))
                  & pp(aa(state,bool,aa(a,fun(state,bool),X42,X45),X41)) ) )
          & hoare_992312373derivs(a,g,insert(hoare_28830079triple(a),hoare_1841697145triple(a,X42,c,X43),bot_bot(fun(hoare_28830079triple(a),bool)))) )
      | ~ p(X40,X41) ),
    file('/export/starexec/sandbox2/tmp/tmp.a9pc6eqFPe/Vampire---4.8_1728',conj_2) ).

tff(f274,plain,
    hoare_992312373derivs(a,g,insert(hoare_28830079triple(a),hoare_1841697145triple(a,p1,c,q1),bot_bot(fun(hoare_28830079triple(a),bool)))),
    inference(cnf_transformation,[],[f128]) ).

tff(f128,axiom,
    hoare_992312373derivs(a,g,insert(hoare_28830079triple(a),hoare_1841697145triple(a,p1,c,q1),bot_bot(fun(hoare_28830079triple(a),bool)))),
    file('/export/starexec/sandbox2/tmp/tmp.a9pc6eqFPe/Vampire---4.8_1728',conj_0) ).

tff(f277,plain,
    p(sK8,sK9),
    inference(cnf_transformation,[],[f214]) ).

tff(f467,plain,
    pp(aa(state,bool,aa(a,fun(state,bool),q1,sK7(sK9,sK10(p1,q1))),sK10(p1,q1))),
    inference(unit_resulting_resolution,[],[f464,f274,f278]) ).

tff(f278,plain,
    ! [X2: fun(a,fun(state,bool)),X3: fun(a,fun(state,bool)),X5: a] :
      ( ~ hoare_992312373derivs(a,g,insert(hoare_28830079triple(a),hoare_1841697145triple(a,X2,c,X3),bot_bot(fun(hoare_28830079triple(a),bool))))
      | ~ pp(aa(state,bool,aa(a,fun(state,bool),X2,X5),sK9))
      | pp(aa(state,bool,aa(a,fun(state,bool),X3,X5),sK10(X2,X3))) ),
    inference(cnf_transformation,[],[f214]) ).

tff(f464,plain,
    pp(aa(state,bool,aa(a,fun(state,bool),p1,sK7(sK9,sK10(p1,q1))),sK9)),
    inference(unit_resulting_resolution,[],[f277,f457,f275]) ).

tff(f275,plain,
    ! [X2: state,X0: a,X1: state] :
      ( ~ p(X0,X1)
      | pp(aa(state,bool,aa(a,fun(state,bool),p1,sK7(X1,X2)),X1))
      | q(X0,X2) ),
    inference(cnf_transformation,[],[f211]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.07/0.13  % Problem    : SWW508_5 : TPTP v8.1.2. Released v6.0.0.
% 0.07/0.15  % Command    : vampire --input_syntax tptp --proof tptp --output_axiom_names on --mode portfolio --schedule file --schedule_file /export/starexec/sandbox2/solver/bin/quickGreedyProduceRating_steal_pow3.txt --cores 8 -m 12000 -t %d %s
% 0.15/0.36  % Computer : n006.cluster.edu
% 0.15/0.36  % Model    : x86_64 x86_64
% 0.15/0.36  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.15/0.36  % Memory   : 8042.1875MB
% 0.15/0.36  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.15/0.36  % CPULimit   : 300
% 0.15/0.36  % WCLimit    : 300
% 0.15/0.36  % DateTime   : Tue Apr 30 17:51:20 EDT 2024
% 0.15/0.36  % CPUTime    : 
% 0.15/0.36  This is a TF1_THM_EQU_NAR problem
% 0.15/0.36  Running vampire --input_syntax tptp --proof tptp --output_axiom_names on --mode portfolio --schedule file --schedule_file /export/starexec/sandbox2/solver/bin/quickGreedyProduceRating_steal_pow3.txt --cores 8 -m 12000 -t 300 /export/starexec/sandbox2/tmp/tmp.a9pc6eqFPe/Vampire---4.8_1728
% 0.55/0.75  % (1935)lrs+21_1:5_sil=2000:sos=on:urr=on:newcnf=on:slsq=on:i=83:slsql=off:bd=off:nm=2:ss=axioms:st=1.5:sp=const_min:gsp=on:rawr=on_0 on Vampire---4 for (2996ds/83Mi)
% 0.55/0.75  % (1929)dis-1011_2:1_sil=2000:lsd=20:nwc=5.0:flr=on:mep=off:st=3.0:i=34:sd=1:ep=RS:ss=axioms_0 on Vampire---4 for (2996ds/34Mi)
% 0.55/0.75  % (1931)lrs+1011_1:1_sil=8000:sp=occurrence:nwc=10.0:i=78:ss=axioms:sgt=8_0 on Vampire---4 for (2996ds/78Mi)
% 0.55/0.75  % (1932)ott+1011_1:1_sil=2000:urr=on:i=33:sd=1:kws=inv_frequency:ss=axioms:sup=off_0 on Vampire---4 for (2996ds/33Mi)
% 0.55/0.75  % (1930)lrs+1011_461:32768_sil=16000:irw=on:sp=frequency:lsd=20:fd=preordered:nwc=10.0:s2agt=32:alpa=false:cond=fast:s2a=on:i=51:s2at=3.0:awrs=decay:awrsf=691:bd=off:nm=20:fsr=off:amm=sco:uhcvi=on:rawr=on_0 on Vampire---4 for (2996ds/51Mi)
% 0.55/0.75  % (1933)lrs+2_1:1_sil=16000:fde=none:sos=all:nwc=5.0:i=34:ep=RS:s2pl=on:lma=on:afp=100000_0 on Vampire---4 for (2996ds/34Mi)
% 0.55/0.75  % (1934)lrs+1002_1:16_to=lpo:sil=32000:sp=unary_frequency:sos=on:i=45:bd=off:ss=axioms_0 on Vampire---4 for (2996ds/45Mi)
% 0.55/0.75  % (1935)WARNING: Not using newCnf currently not compatible with polymorphic/higher-order inputs.
% 0.55/0.75  % (1935)WARNING: Not using GeneralSplitting currently not compatible with polymorphic/higher-order inputs.
% 0.55/0.75  % (1935)First to succeed.
% 0.55/0.76  % (1935)Refutation found. Thanks to Tanya!
% 0.55/0.76  % SZS status Theorem for Vampire---4
% 0.55/0.76  % SZS output start Proof for Vampire---4
% See solution above
% 0.55/0.76  % (1935)------------------------------
% 0.55/0.76  % (1935)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 0.55/0.76  % (1935)Termination reason: Refutation
% 0.55/0.76  
% 0.55/0.76  % (1935)Memory used [KB]: 1363
% 0.55/0.76  % (1935)Time elapsed: 0.008 s
% 0.55/0.76  % (1935)Instructions burned: 23 (million)
% 0.55/0.76  % (1935)------------------------------
% 0.55/0.76  % (1935)------------------------------
% 0.55/0.76  % (1928)Success in time 0.379 s
% 0.55/0.76  % Vampire---4.8 exiting
%------------------------------------------------------------------------------