TSTP Solution File: COL066-3 by Drodi---3.6.0

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Drodi---3.6.0
% Problem  : COL066-3 : TPTP v8.1.2. Bugfixed v1.2.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:13:45 EDT 2024

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

% Comments : 
%------------------------------------------------------------------------------
fof(f1,axiom,
    ! [X,Y,Z] : apply(apply(apply(b,X),Y),Z) = apply(X,apply(Y,Z)),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p') ).

fof(f2,axiom,
    ! [X,Y,Z] : apply(apply(apply(q,X),Y),Z) = apply(Y,apply(X,Z)),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p') ).

fof(f3,axiom,
    ! [X,Y] : apply(apply(w,X),Y) = apply(apply(X,Y),Y),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p') ).

fof(f4,negated_conjecture,
    apply(apply(apply(apply(apply(apply(b,apply(w,apply(q,apply(q,q)))),q),x),y),y),z) != apply(apply(x,y),apply(apply(x,y),z)),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p') ).

fof(f5,plain,
    ! [X0,X1,X2] : apply(apply(apply(b,X0),X1),X2) = apply(X0,apply(X1,X2)),
    inference(cnf_transformation,[status(esa)],[f1]) ).

fof(f6,plain,
    ! [X0,X1,X2] : apply(apply(apply(q,X0),X1),X2) = apply(X1,apply(X0,X2)),
    inference(cnf_transformation,[status(esa)],[f2]) ).

fof(f7,plain,
    ! [X0,X1] : apply(apply(w,X0),X1) = apply(apply(X0,X1),X1),
    inference(cnf_transformation,[status(esa)],[f3]) ).

fof(f8,plain,
    apply(apply(apply(apply(apply(apply(b,apply(w,apply(q,apply(q,q)))),q),x),y),y),z) != apply(apply(x,y),apply(apply(x,y),z)),
    inference(cnf_transformation,[status(esa)],[f4]) ).

fof(f9,plain,
    apply(apply(apply(apply(apply(w,apply(q,apply(q,q))),apply(q,x)),y),y),z) != apply(apply(x,y),apply(apply(x,y),z)),
    inference(forward_demodulation,[status(thm)],[f5,f8]) ).

fof(f32,plain,
    ! [X0,X1] : apply(apply(w,apply(q,X0)),X1) = apply(X1,apply(X0,X1)),
    inference(paramodulation,[status(thm)],[f7,f6]) ).

fof(f38,plain,
    ! [X0,X1,X2] : apply(apply(w,apply(apply(q,X0),X1)),X2) = apply(apply(X1,apply(X0,X2)),X2),
    inference(paramodulation,[status(thm)],[f6,f7]) ).

fof(f58,plain,
    apply(apply(apply(w,apply(apply(w,apply(q,apply(q,q))),apply(q,x))),y),z) != apply(apply(x,y),apply(apply(x,y),z)),
    inference(paramodulation,[status(thm)],[f7,f9]) ).

fof(f59,plain,
    apply(apply(apply(w,apply(apply(q,x),apply(apply(q,q),apply(q,x)))),y),z) != apply(apply(x,y),apply(apply(x,y),z)),
    inference(forward_demodulation,[status(thm)],[f32,f58]) ).

fof(f60,plain,
    apply(apply(apply(apply(apply(q,q),apply(q,x)),apply(x,y)),y),z) != apply(apply(x,y),apply(apply(x,y),z)),
    inference(forward_demodulation,[status(thm)],[f38,f59]) ).

fof(f61,plain,
    apply(apply(apply(apply(q,x),apply(q,apply(x,y))),y),z) != apply(apply(x,y),apply(apply(x,y),z)),
    inference(forward_demodulation,[status(thm)],[f6,f60]) ).

fof(f62,plain,
    apply(apply(apply(q,apply(x,y)),apply(x,y)),z) != apply(apply(x,y),apply(apply(x,y),z)),
    inference(forward_demodulation,[status(thm)],[f6,f61]) ).

fof(f63,plain,
    apply(apply(x,y),apply(apply(x,y),z)) != apply(apply(x,y),apply(apply(x,y),z)),
    inference(forward_demodulation,[status(thm)],[f6,f62]) ).

fof(f64,plain,
    $false,
    inference(trivial_equality_resolution,[status(esa)],[f63]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.02/0.10  % Problem  : COL066-3 : TPTP v8.1.2. Bugfixed v1.2.0.
% 0.02/0.11  % Command  : drodi -learnfrom(drodi.lrn) -timeout(%d) %s
% 0.10/0.31  % Computer : n025.cluster.edu
% 0.10/0.31  % Model    : x86_64 x86_64
% 0.10/0.31  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.10/0.31  % Memory   : 8042.1875MB
% 0.10/0.31  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.10/0.31  % CPULimit : 300
% 0.10/0.31  % WCLimit  : 300
% 0.10/0.31  % DateTime : Mon Apr 29 22:39:26 EDT 2024
% 0.10/0.31  % CPUTime  : 
% 0.16/0.32  % Drodi V3.6.0
% 0.16/0.33  % Refutation found
% 0.16/0.33  % SZS status Unsatisfiable for theBenchmark: Theory is unsatisfiable
% 0.16/0.33  % SZS output start CNFRefutation for theBenchmark
% See solution above
% 0.16/0.35  % Elapsed time: 0.017908 seconds
% 0.16/0.35  % CPU time: 0.042584 seconds
% 0.16/0.35  % Total memory used: 3.845 MB
% 0.16/0.35  % Net memory used: 3.823 MB
%------------------------------------------------------------------------------