TSTP Solution File: LAT039-2 by PyRes---1.5

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : PyRes---1.5
% Problem  : LAT039-2 : TPTP v8.1.2. Released v2.4.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : pyres-fof.py -tifbsVp -nlargest -HPickGiven5 %s

% Computer : n015.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 : Thu May  9 17:29:10 EDT 2024

% Result   : Unsatisfiable 0.20s 0.54s
% Output   : Refutation 0.20s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    1
%            Number of leaves      :    2
% Syntax   : Number of clauses     :    3 (   3 unt;   0 nHn;   2 RR)
%            Number of literals    :    3 (   2 equ;   1 neg)
%            Maximal clause size   :    1 (   1 avg)
%            Maximal term depth    :    3 (   2 avg)
%            Number of predicates  :    2 (   0 usr;   1 prp; 0-2 aty)
%            Number of functors    :    5 (   5 usr;   3 con; 0-2 aty)
%            Number of variables   :    3 (   0 sgn)

% Comments : 
%------------------------------------------------------------------------------
cnf(dist_join,plain,
    join(X47,meet(X49,X48)) = meet(join(X47,X49),join(X47,X48)),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',dist_join) ).

cnf(rhs,negated_conjecture,
    join(xx,meet(yy,zz)) != meet(join(xx,yy),join(xx,zz)),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',rhs) ).

cnf(c89,plain,
    $false,
    inference(resolution,[status(thm)],[rhs,dist_join]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.06/0.12  % Problem  : LAT039-2 : TPTP v8.1.2. Released v2.4.0.
% 0.06/0.13  % Command  : pyres-fof.py -tifbsVp -nlargest -HPickGiven5 %s
% 0.13/0.34  % Computer : n015.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 : Wed May  8 13:20:08 EDT 2024
% 0.13/0.34  % CPUTime  : 
% 0.20/0.54  % Version:  1.5
% 0.20/0.54  % SZS status Unsatisfiable
% 0.20/0.54  % SZS output start CNFRefutation
% See solution above
% 0.20/0.54  
% 0.20/0.54  % Initial clauses    : 17
% 0.20/0.54  % Processed clauses  : 25
% 0.20/0.54  % Factors computed   : 1
% 0.20/0.54  % Resolvents computed: 87
% 0.20/0.54  % Tautologies deleted: 2
% 0.20/0.54  % Forward subsumed   : 15
% 0.20/0.54  % Backward subsumed  : 0
% 0.20/0.54  % -------- CPU Time ---------
% 0.20/0.54  % User time          : 0.182 s
% 0.20/0.54  % System time        : 0.020 s
% 0.20/0.54  % Total time         : 0.202 s
%------------------------------------------------------------------------------