TSTP Solution File: CSR015+1 by Drodi---3.6.0

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Drodi---3.6.0
% Problem  : CSR015+1 : TPTP v8.1.2. Bugfixed v3.1.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : drodi -learnfrom(drodi.lrn) -timeout(%d) %s

% Computer : n025.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 20:14:19 EDT 2024

% Result   : Theorem 0.20s 0.50s
% Output   : CNFRefutation 0.20s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   12
%            Number of leaves      :   14
% Syntax   : Number of formulae    :   77 (  10 unt;   0 def)
%            Number of atoms       :  377 ( 162 equ)
%            Maximal formula atoms :   19 (   4 avg)
%            Number of connectives :  443 ( 143   ~; 151   |; 130   &)
%                                         (  18 <=>;   1  =>;   0  <=;   0 <~>)
%            Maximal formula depth :   13 (   6 avg)
%            Maximal term depth    :    2 (   1 avg)
%            Number of predicates  :   14 (  12 usr;   3 prp; 0-3 aty)
%            Number of functors    :    9 (   9 usr;   8 con; 0-2 aty)
%            Number of variables   :  166 ( 166   !;   0   ?)

% Comments : 
%------------------------------------------------------------------------------
fof(f10,axiom,
    ! [Event,Time,Fluent] :
      ( ( happens(Event,Time)
        & terminates(Event,Fluent,Time) )
     => ~ holdsAt(Fluent,plus(Time,n1)) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p') ).

fof(f14,axiom,
    ! [Event,Fluent,Time] :
      ( terminates(Event,Fluent,Time)
    <=> ( ( Event = push
          & Fluent = backwards
          & ~ happens(pull,Time) )
        | ( Event = pull
          & Fluent = forwards
          & ~ happens(push,Time) )
        | ( Event = pull
          & Fluent = forwards
          & happens(push,Time) )
        | ( Event = pull
          & Fluent = backwards
          & happens(push,Time) )
        | ( Event = push
          & Fluent = spinning
          & ~ happens(pull,Time) )
        | ( Event = pull
          & Fluent = spinning
          & ~ happens(push,Time) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p') ).

fof(f16,axiom,
    ! [Event,Time] :
      ( happens(Event,Time)
    <=> ( ( Event = push
          & Time = n0 )
        | ( Event = pull
          & Time = n1 )
        | ( Event = pull
          & Time = n2 )
        | ( Event = push
          & Time = n2 ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p') ).

fof(f22,axiom,
    plus(n0,n1) = n1,
    file('/export/starexec/sandbox/benchmark/theBenchmark.p') ).

fof(f48,conjecture,
    ~ holdsAt(backwards,n1),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p') ).

fof(f49,negated_conjecture,
    ~ ~ holdsAt(backwards,n1),
    inference(negated_conjecture,[status(cth)],[f48]) ).

fof(f91,plain,
    ! [Event,Time,Fluent] :
      ( ~ happens(Event,Time)
      | ~ terminates(Event,Fluent,Time)
      | ~ holdsAt(Fluent,plus(Time,n1)) ),
    inference(pre_NNF_transformation,[status(esa)],[f10]) ).

fof(f92,plain,
    ! [Time,Fluent] :
      ( ! [Event] :
          ( ~ happens(Event,Time)
          | ~ terminates(Event,Fluent,Time) )
      | ~ holdsAt(Fluent,plus(Time,n1)) ),
    inference(miniscoping,[status(esa)],[f91]) ).

fof(f93,plain,
    ! [X0,X1,X2] :
      ( ~ happens(X0,X1)
      | ~ terminates(X0,X2,X1)
      | ~ holdsAt(X2,plus(X1,n1)) ),
    inference(cnf_transformation,[status(esa)],[f92]) ).

fof(f110,plain,
    ! [Event,Fluent,Time] :
      ( pd0_1(Time,Fluent,Event)
    <=> ( ( Event = push
          & Fluent = backwards
          & ~ happens(pull,Time) )
        | ( Event = pull
          & Fluent = forwards
          & ~ happens(push,Time) )
        | ( Event = pull
          & Fluent = forwards
          & happens(push,Time) )
        | ( Event = pull
          & Fluent = backwards
          & happens(push,Time) )
        | ( Event = push
          & Fluent = spinning
          & ~ happens(pull,Time) ) ) ),
    introduced(predicate_definition,[f14]) ).

fof(f111,plain,
    ! [Event,Fluent,Time] :
      ( terminates(Event,Fluent,Time)
    <=> ( pd0_1(Time,Fluent,Event)
        | ( Event = pull
          & Fluent = spinning
          & ~ happens(push,Time) ) ) ),
    inference(formula_renaming,[status(thm)],[f14,f110]) ).

fof(f112,plain,
    ! [Event,Fluent,Time] :
      ( ( ~ terminates(Event,Fluent,Time)
        | pd0_1(Time,Fluent,Event)
        | ( Event = pull
          & Fluent = spinning
          & ~ happens(push,Time) ) )
      & ( terminates(Event,Fluent,Time)
        | ( ~ pd0_1(Time,Fluent,Event)
          & ( Event != pull
            | Fluent != spinning
            | happens(push,Time) ) ) ) ),
    inference(NNF_transformation,[status(esa)],[f111]) ).

fof(f113,plain,
    ( ! [Event,Fluent,Time] :
        ( ~ terminates(Event,Fluent,Time)
        | pd0_1(Time,Fluent,Event)
        | ( Event = pull
          & Fluent = spinning
          & ~ happens(push,Time) ) )
    & ! [Event,Fluent,Time] :
        ( terminates(Event,Fluent,Time)
        | ( ~ pd0_1(Time,Fluent,Event)
          & ( Event != pull
            | Fluent != spinning
            | happens(push,Time) ) ) ) ),
    inference(miniscoping,[status(esa)],[f112]) ).

fof(f117,plain,
    ! [X0,X1,X2] :
      ( terminates(X0,X1,X2)
      | ~ pd0_1(X2,X1,X0) ),
    inference(cnf_transformation,[status(esa)],[f113]) ).

fof(f120,plain,
    ! [Event,Time] :
      ( pd0_2(Time,Event)
    <=> ( ( Event = push
          & Time = n0 )
        | ( Event = pull
          & Time = n1 )
        | ( Event = pull
          & Time = n2 ) ) ),
    introduced(predicate_definition,[f16]) ).

fof(f121,plain,
    ! [Event,Time] :
      ( happens(Event,Time)
    <=> ( pd0_2(Time,Event)
        | ( Event = push
          & Time = n2 ) ) ),
    inference(formula_renaming,[status(thm)],[f16,f120]) ).

fof(f122,plain,
    ! [Event,Time] :
      ( ( ~ happens(Event,Time)
        | pd0_2(Time,Event)
        | ( Event = push
          & Time = n2 ) )
      & ( happens(Event,Time)
        | ( ~ pd0_2(Time,Event)
          & ( Event != push
            | Time != n2 ) ) ) ),
    inference(NNF_transformation,[status(esa)],[f121]) ).

fof(f123,plain,
    ( ! [Event,Time] :
        ( ~ happens(Event,Time)
        | pd0_2(Time,Event)
        | ( Event = push
          & Time = n2 ) )
    & ! [Event,Time] :
        ( happens(Event,Time)
        | ( ~ pd0_2(Time,Event)
          & ( Event != push
            | Time != n2 ) ) ) ),
    inference(miniscoping,[status(esa)],[f122]) ).

fof(f126,plain,
    ! [X0,X1] :
      ( happens(X0,X1)
      | ~ pd0_2(X1,X0) ),
    inference(cnf_transformation,[status(esa)],[f123]) ).

fof(f133,plain,
    plus(n0,n1) = n1,
    inference(cnf_transformation,[status(esa)],[f22]) ).

fof(f195,plain,
    holdsAt(backwards,n1),
    inference(cnf_transformation,[status(esa)],[f49]) ).

fof(f205,plain,
    ! [Event,Fluent,Time] :
      ( pd0_4(Time,Fluent,Event)
    <=> ( ( Event = push
          & Fluent = backwards
          & ~ happens(pull,Time) )
        | ( Event = pull
          & Fluent = forwards
          & ~ happens(push,Time) )
        | ( Event = pull
          & Fluent = forwards
          & happens(push,Time) )
        | ( Event = pull
          & Fluent = backwards
          & happens(push,Time) ) ) ),
    introduced(predicate_definition,[f110]) ).

fof(f206,plain,
    ! [Event,Fluent,Time] :
      ( pd0_1(Time,Fluent,Event)
    <=> ( pd0_4(Time,Fluent,Event)
        | ( Event = push
          & Fluent = spinning
          & ~ happens(pull,Time) ) ) ),
    inference(formula_renaming,[status(thm)],[f110,f205]) ).

fof(f207,plain,
    ! [Event,Fluent,Time] :
      ( ( ~ pd0_1(Time,Fluent,Event)
        | pd0_4(Time,Fluent,Event)
        | ( Event = push
          & Fluent = spinning
          & ~ happens(pull,Time) ) )
      & ( pd0_1(Time,Fluent,Event)
        | ( ~ pd0_4(Time,Fluent,Event)
          & ( Event != push
            | Fluent != spinning
            | happens(pull,Time) ) ) ) ),
    inference(NNF_transformation,[status(esa)],[f206]) ).

fof(f208,plain,
    ( ! [Event,Fluent,Time] :
        ( ~ pd0_1(Time,Fluent,Event)
        | pd0_4(Time,Fluent,Event)
        | ( Event = push
          & Fluent = spinning
          & ~ happens(pull,Time) ) )
    & ! [Event,Fluent,Time] :
        ( pd0_1(Time,Fluent,Event)
        | ( ~ pd0_4(Time,Fluent,Event)
          & ( Event != push
            | Fluent != spinning
            | happens(pull,Time) ) ) ) ),
    inference(miniscoping,[status(esa)],[f207]) ).

fof(f212,plain,
    ! [X0,X1,X2] :
      ( pd0_1(X0,X1,X2)
      | ~ pd0_4(X0,X1,X2) ),
    inference(cnf_transformation,[status(esa)],[f208]) ).

fof(f214,plain,
    ! [Event,Time] :
      ( pd0_5(Time,Event)
    <=> ( ( Event = push
          & Time = n0 )
        | ( Event = pull
          & Time = n1 ) ) ),
    introduced(predicate_definition,[f120]) ).

fof(f215,plain,
    ! [Event,Time] :
      ( pd0_2(Time,Event)
    <=> ( pd0_5(Time,Event)
        | ( Event = pull
          & Time = n2 ) ) ),
    inference(formula_renaming,[status(thm)],[f120,f214]) ).

fof(f216,plain,
    ! [Event,Time] :
      ( ( ~ pd0_2(Time,Event)
        | pd0_5(Time,Event)
        | ( Event = pull
          & Time = n2 ) )
      & ( pd0_2(Time,Event)
        | ( ~ pd0_5(Time,Event)
          & ( Event != pull
            | Time != n2 ) ) ) ),
    inference(NNF_transformation,[status(esa)],[f215]) ).

fof(f217,plain,
    ( ! [Event,Time] :
        ( ~ pd0_2(Time,Event)
        | pd0_5(Time,Event)
        | ( Event = pull
          & Time = n2 ) )
    & ! [Event,Time] :
        ( pd0_2(Time,Event)
        | ( ~ pd0_5(Time,Event)
          & ( Event != pull
            | Time != n2 ) ) ) ),
    inference(miniscoping,[status(esa)],[f216]) ).

fof(f220,plain,
    ! [X0,X1] :
      ( pd0_2(X0,X1)
      | ~ pd0_5(X0,X1) ),
    inference(cnf_transformation,[status(esa)],[f217]) ).

fof(f228,plain,
    ! [Event,Fluent,Time] :
      ( pd0_6(Time,Fluent,Event)
    <=> ( ( Event = push
          & Fluent = backwards
          & ~ happens(pull,Time) )
        | ( Event = pull
          & Fluent = forwards
          & ~ happens(push,Time) )
        | ( Event = pull
          & Fluent = forwards
          & happens(push,Time) ) ) ),
    introduced(predicate_definition,[f205]) ).

fof(f229,plain,
    ! [Event,Fluent,Time] :
      ( pd0_4(Time,Fluent,Event)
    <=> ( pd0_6(Time,Fluent,Event)
        | ( Event = pull
          & Fluent = backwards
          & happens(push,Time) ) ) ),
    inference(formula_renaming,[status(thm)],[f205,f228]) ).

fof(f230,plain,
    ! [Event,Fluent,Time] :
      ( ( ~ pd0_4(Time,Fluent,Event)
        | pd0_6(Time,Fluent,Event)
        | ( Event = pull
          & Fluent = backwards
          & happens(push,Time) ) )
      & ( pd0_4(Time,Fluent,Event)
        | ( ~ pd0_6(Time,Fluent,Event)
          & ( Event != pull
            | Fluent != backwards
            | ~ happens(push,Time) ) ) ) ),
    inference(NNF_transformation,[status(esa)],[f229]) ).

fof(f231,plain,
    ( ! [Event,Fluent,Time] :
        ( ~ pd0_4(Time,Fluent,Event)
        | pd0_6(Time,Fluent,Event)
        | ( Event = pull
          & Fluent = backwards
          & happens(push,Time) ) )
    & ! [Event,Fluent,Time] :
        ( pd0_4(Time,Fluent,Event)
        | ( ~ pd0_6(Time,Fluent,Event)
          & ( Event != pull
            | Fluent != backwards
            | ~ happens(push,Time) ) ) ) ),
    inference(miniscoping,[status(esa)],[f230]) ).

fof(f235,plain,
    ! [X0,X1,X2] :
      ( pd0_4(X0,X1,X2)
      | ~ pd0_6(X0,X1,X2) ),
    inference(cnf_transformation,[status(esa)],[f231]) ).

fof(f236,plain,
    ! [X0,X1,X2] :
      ( pd0_4(X0,X1,X2)
      | X2 != pull
      | X1 != backwards
      | ~ happens(push,X0) ),
    inference(cnf_transformation,[status(esa)],[f231]) ).

fof(f237,plain,
    ! [Event,Time] :
      ( ( ~ pd0_5(Time,Event)
        | ( Event = push
          & Time = n0 )
        | ( Event = pull
          & Time = n1 ) )
      & ( pd0_5(Time,Event)
        | ( ( Event != push
            | Time != n0 )
          & ( Event != pull
            | Time != n1 ) ) ) ),
    inference(NNF_transformation,[status(esa)],[f214]) ).

fof(f238,plain,
    ( ! [Event,Time] :
        ( ~ pd0_5(Time,Event)
        | ( Event = push
          & Time = n0 )
        | ( Event = pull
          & Time = n1 ) )
    & ! [Event,Time] :
        ( pd0_5(Time,Event)
        | ( ( Event != push
            | Time != n0 )
          & ( Event != pull
            | Time != n1 ) ) ) ),
    inference(miniscoping,[status(esa)],[f237]) ).

fof(f243,plain,
    ! [X0,X1] :
      ( pd0_5(X0,X1)
      | X1 != push
      | X0 != n0 ),
    inference(cnf_transformation,[status(esa)],[f238]) ).

fof(f245,plain,
    ! [Event,Fluent,Time] :
      ( pd0_7(Time,Fluent,Event)
    <=> ( ( Event = push
          & Fluent = backwards
          & ~ happens(pull,Time) )
        | ( Event = pull
          & Fluent = forwards
          & ~ happens(push,Time) ) ) ),
    introduced(predicate_definition,[f228]) ).

fof(f246,plain,
    ! [Event,Fluent,Time] :
      ( pd0_6(Time,Fluent,Event)
    <=> ( pd0_7(Time,Fluent,Event)
        | ( Event = pull
          & Fluent = forwards
          & happens(push,Time) ) ) ),
    inference(formula_renaming,[status(thm)],[f228,f245]) ).

fof(f247,plain,
    ! [Event,Fluent,Time] :
      ( ( ~ pd0_6(Time,Fluent,Event)
        | pd0_7(Time,Fluent,Event)
        | ( Event = pull
          & Fluent = forwards
          & happens(push,Time) ) )
      & ( pd0_6(Time,Fluent,Event)
        | ( ~ pd0_7(Time,Fluent,Event)
          & ( Event != pull
            | Fluent != forwards
            | ~ happens(push,Time) ) ) ) ),
    inference(NNF_transformation,[status(esa)],[f246]) ).

fof(f248,plain,
    ( ! [Event,Fluent,Time] :
        ( ~ pd0_6(Time,Fluent,Event)
        | pd0_7(Time,Fluent,Event)
        | ( Event = pull
          & Fluent = forwards
          & happens(push,Time) ) )
    & ! [Event,Fluent,Time] :
        ( pd0_6(Time,Fluent,Event)
        | ( ~ pd0_7(Time,Fluent,Event)
          & ( Event != pull
            | Fluent != forwards
            | ~ happens(push,Time) ) ) ) ),
    inference(miniscoping,[status(esa)],[f247]) ).

fof(f252,plain,
    ! [X0,X1,X2] :
      ( pd0_6(X0,X1,X2)
      | ~ pd0_7(X0,X1,X2) ),
    inference(cnf_transformation,[status(esa)],[f248]) ).

fof(f254,plain,
    ! [Event,Fluent,Time] :
      ( pd0_8(Time,Fluent,Event)
    <=> ( Event = push
        & Fluent = backwards
        & ~ happens(pull,Time) ) ),
    introduced(predicate_definition,[f245]) ).

fof(f255,plain,
    ! [Event,Fluent,Time] :
      ( pd0_7(Time,Fluent,Event)
    <=> ( pd0_8(Time,Fluent,Event)
        | ( Event = pull
          & Fluent = forwards
          & ~ happens(push,Time) ) ) ),
    inference(formula_renaming,[status(thm)],[f245,f254]) ).

fof(f256,plain,
    ! [Event,Fluent,Time] :
      ( ( ~ pd0_7(Time,Fluent,Event)
        | pd0_8(Time,Fluent,Event)
        | ( Event = pull
          & Fluent = forwards
          & ~ happens(push,Time) ) )
      & ( pd0_7(Time,Fluent,Event)
        | ( ~ pd0_8(Time,Fluent,Event)
          & ( Event != pull
            | Fluent != forwards
            | happens(push,Time) ) ) ) ),
    inference(NNF_transformation,[status(esa)],[f255]) ).

fof(f257,plain,
    ( ! [Event,Fluent,Time] :
        ( ~ pd0_7(Time,Fluent,Event)
        | pd0_8(Time,Fluent,Event)
        | ( Event = pull
          & Fluent = forwards
          & ~ happens(push,Time) ) )
    & ! [Event,Fluent,Time] :
        ( pd0_7(Time,Fluent,Event)
        | ( ~ pd0_8(Time,Fluent,Event)
          & ( Event != pull
            | Fluent != forwards
            | happens(push,Time) ) ) ) ),
    inference(miniscoping,[status(esa)],[f256]) ).

fof(f261,plain,
    ! [X0,X1,X2] :
      ( pd0_7(X0,X1,X2)
      | ~ pd0_8(X0,X1,X2) ),
    inference(cnf_transformation,[status(esa)],[f257]) ).

fof(f263,plain,
    ! [Event,Fluent,Time] :
      ( ( ~ pd0_8(Time,Fluent,Event)
        | ( Event = push
          & Fluent = backwards
          & ~ happens(pull,Time) ) )
      & ( pd0_8(Time,Fluent,Event)
        | Event != push
        | Fluent != backwards
        | happens(pull,Time) ) ),
    inference(NNF_transformation,[status(esa)],[f254]) ).

fof(f264,plain,
    ( ! [Event,Fluent,Time] :
        ( ~ pd0_8(Time,Fluent,Event)
        | ( Event = push
          & Fluent = backwards
          & ~ happens(pull,Time) ) )
    & ! [Event,Fluent,Time] :
        ( pd0_8(Time,Fluent,Event)
        | Event != push
        | Fluent != backwards
        | happens(pull,Time) ) ),
    inference(miniscoping,[status(esa)],[f263]) ).

fof(f268,plain,
    ! [X0,X1,X2] :
      ( pd0_8(X0,X1,X2)
      | X2 != push
      | X1 != backwards
      | happens(pull,X0) ),
    inference(cnf_transformation,[status(esa)],[f264]) ).

fof(f278,plain,
    ! [X0] :
      ( pd0_4(X0,backwards,pull)
      | ~ happens(push,X0) ),
    inference(destructive_equality_resolution,[status(esa)],[f236]) ).

fof(f279,plain,
    pd0_5(n0,push),
    inference(destructive_equality_resolution,[status(esa)],[f243]) ).

fof(f283,plain,
    ! [X0] :
      ( pd0_8(X0,backwards,push)
      | happens(pull,X0) ),
    inference(destructive_equality_resolution,[status(esa)],[f268]) ).

fof(f286,plain,
    pd0_2(n0,push),
    inference(resolution,[status(thm)],[f220,f279]) ).

fof(f288,plain,
    happens(push,n0),
    inference(resolution,[status(thm)],[f286,f126]) ).

fof(f437,plain,
    ! [X0] :
      ( ~ happens(push,X0)
      | pd0_1(X0,backwards,pull) ),
    inference(resolution,[status(thm)],[f278,f212]) ).

fof(f446,plain,
    ! [X0] :
      ( ~ happens(push,X0)
      | terminates(pull,backwards,X0) ),
    inference(resolution,[status(thm)],[f437,f117]) ).

fof(f469,plain,
    ! [X0,X1] :
      ( ~ happens(X0,n0)
      | ~ terminates(X0,X1,n0)
      | ~ holdsAt(X1,n1) ),
    inference(paramodulation,[status(thm)],[f133,f93]) ).

fof(f483,plain,
    ! [X0] :
      ( happens(pull,X0)
      | pd0_7(X0,backwards,push) ),
    inference(resolution,[status(thm)],[f283,f261]) ).

fof(f505,plain,
    ! [X0] :
      ( ~ happens(X0,n0)
      | ~ terminates(X0,backwards,n0) ),
    inference(resolution,[status(thm)],[f469,f195]) ).

fof(f506,plain,
    ( spl0_12
  <=> happens(pull,n0) ),
    introduced(split_symbol_definition) ).

fof(f509,plain,
    ( spl0_13
  <=> happens(push,n0) ),
    introduced(split_symbol_definition) ).

fof(f511,plain,
    ( ~ happens(push,n0)
    | spl0_13 ),
    inference(component_clause,[status(thm)],[f509]) ).

fof(f512,plain,
    ( ~ happens(pull,n0)
    | ~ happens(push,n0) ),
    inference(resolution,[status(thm)],[f505,f446]) ).

fof(f513,plain,
    ( ~ spl0_12
    | ~ spl0_13 ),
    inference(split_clause,[status(thm)],[f512,f506,f509]) ).

fof(f527,plain,
    ( $false
    | spl0_13 ),
    inference(forward_subsumption_resolution,[status(thm)],[f511,f288]) ).

fof(f528,plain,
    spl0_13,
    inference(contradiction_clause,[status(thm)],[f527]) ).

fof(f531,plain,
    ! [X0] :
      ( happens(pull,X0)
      | pd0_6(X0,backwards,push) ),
    inference(resolution,[status(thm)],[f483,f252]) ).

fof(f544,plain,
    ! [X0] :
      ( happens(pull,X0)
      | pd0_4(X0,backwards,push) ),
    inference(resolution,[status(thm)],[f531,f235]) ).

fof(f545,plain,
    ! [X0] :
      ( happens(pull,X0)
      | pd0_1(X0,backwards,push) ),
    inference(resolution,[status(thm)],[f544,f212]) ).

fof(f546,plain,
    ! [X0] :
      ( happens(pull,X0)
      | terminates(push,backwards,X0) ),
    inference(resolution,[status(thm)],[f545,f117]) ).

fof(f547,plain,
    ( happens(pull,n0)
    | ~ happens(push,n0) ),
    inference(resolution,[status(thm)],[f546,f505]) ).

fof(f548,plain,
    ( spl0_12
    | ~ spl0_13 ),
    inference(split_clause,[status(thm)],[f547,f506,f509]) ).

fof(f549,plain,
    $false,
    inference(sat_refutation,[status(thm)],[f513,f528,f548]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.07/0.13  % Problem  : CSR015+1 : TPTP v8.1.2. Bugfixed v3.1.0.
% 0.07/0.13  % Command  : drodi -learnfrom(drodi.lrn) -timeout(%d) %s
% 0.13/0.35  % Computer : n025.cluster.edu
% 0.13/0.35  % Model    : x86_64 x86_64
% 0.13/0.35  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.13/0.35  % Memory   : 8042.1875MB
% 0.13/0.35  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.13/0.35  % CPULimit : 300
% 0.13/0.35  % WCLimit  : 300
% 0.13/0.35  % DateTime : Mon Apr 29 23:56:26 EDT 2024
% 0.13/0.35  % CPUTime  : 
% 0.13/0.36  % Drodi V3.6.0
% 0.20/0.50  % Refutation found
% 0.20/0.50  % SZS status Theorem for theBenchmark: Theorem is valid
% 0.20/0.50  % SZS output start CNFRefutation for theBenchmark
% See solution above
% 1.18/0.52  % Elapsed time: 0.165380 seconds
% 1.18/0.52  % CPU time: 1.181031 seconds
% 1.18/0.52  % Total memory used: 75.567 MB
% 1.18/0.52  % Net memory used: 74.383 MB
%------------------------------------------------------------------------------