TSTP Solution File: SWV011-1 by Drodi---3.6.0

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Drodi---3.6.0
% Problem  : SWV011-1 : TPTP v8.1.2. Released v2.4.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : drodi -learnfrom(drodi.lrn) -timeout(%d) %s

% Computer : n016.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:45:45 EDT 2024

% Result   : Unsatisfiable 0.20s 0.35s
% Output   : CNFRefutation 0.20s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    3
%            Number of leaves      :    3
% Syntax   : Number of formulae    :    8 (   6 unt;   0 def)
%            Number of atoms       :   10 (   0 equ)
%            Maximal formula atoms :    2 (   1 avg)
%            Number of connectives :    7 (   5   ~;   2   |;   0   &)
%                                         (   0 <=>;   0  =>;   0  <=;   0 <~>)
%            Maximal formula depth :    4 (   2 avg)
%            Maximal term depth    :    3 (   2 avg)
%            Number of predicates  :    3 (   2 usr;   1 prp; 0-1 aty)
%            Number of functors    :    5 (   5 usr;   3 con; 0-2 aty)
%            Number of variables   :    2 (   2   !;   0   ?)

% Comments : 
%------------------------------------------------------------------------------
fof(f1,axiom,
    b_holds(key(generate_key(an_a_nonce),a)),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p') ).

fof(f2,axiom,
    a_holds(key(generate_key(an_a_nonce),b)),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p') ).

fof(f3,negated_conjecture,
    ! [A] :
      ( ~ a_holds(key(A,b))
      | ~ b_holds(key(A,a)) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p') ).

fof(f4,plain,
    b_holds(key(generate_key(an_a_nonce),a)),
    inference(cnf_transformation,[status(esa)],[f1]) ).

fof(f5,plain,
    a_holds(key(generate_key(an_a_nonce),b)),
    inference(cnf_transformation,[status(esa)],[f2]) ).

fof(f6,plain,
    ! [X0] :
      ( ~ a_holds(key(X0,b))
      | ~ b_holds(key(X0,a)) ),
    inference(cnf_transformation,[status(esa)],[f3]) ).

fof(f7,plain,
    ~ b_holds(key(generate_key(an_a_nonce),a)),
    inference(resolution,[status(thm)],[f5,f6]) ).

fof(f8,plain,
    $false,
    inference(forward_subsumption_resolution,[status(thm)],[f7,f4]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.03/0.12  % Problem  : SWV011-1 : TPTP v8.1.2. Released v2.4.0.
% 0.12/0.13  % Command  : drodi -learnfrom(drodi.lrn) -timeout(%d) %s
% 0.13/0.34  % Computer : n016.cluster.edu
% 0.13/0.34  % Model    : x86_64 x86_64
% 0.13/0.34  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.13/0.34  % Memory   : 8042.1875MB
% 0.13/0.34  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.13/0.34  % CPULimit : 300
% 0.13/0.34  % WCLimit  : 300
% 0.13/0.34  % DateTime : Tue Apr 30 01:27:40 EDT 2024
% 0.13/0.34  % CPUTime  : 
% 0.20/0.35  % Drodi V3.6.0
% 0.20/0.35  % Refutation found
% 0.20/0.35  % SZS status Unsatisfiable for theBenchmark: Theory is unsatisfiable
% 0.20/0.35  % SZS output start CNFRefutation for theBenchmark
% See solution above
% 0.20/0.36  % Elapsed time: 0.016425 seconds
% 0.20/0.36  % CPU time: 0.014266 seconds
% 0.20/0.36  % Total memory used: 2.730 MB
% 0.20/0.36  % Net memory used: 2.651 MB
%------------------------------------------------------------------------------