TSTP Solution File: LAT033-1 by PyRes---1.3

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : PyRes---1.3
% Problem  : LAT033-1 : TPTP v8.1.0. Bugfixed v2.5.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : pyres-fof.py -tifbsVp -nlargest -HPickGiven5 %s

% Computer : n019.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  : 600s
% DateTime : Sun Jul 17 06:28:52 EDT 2022

% Result   : Unsatisfiable 0.77s 0.93s
% Output   : Refutation 0.77s
% Verified : 
% SZS Type : ERROR: Analysing output (Could not find formula named eq_axiom)

% Comments : 
%------------------------------------------------------------------------------
cnf(idempotence_of_join,negated_conjecture,
    join(xx,xx) != xx,
    input ).

cnf(transitivity,axiom,
    ( X30 != X29
    | X29 != X31
    | X30 = X31 ),
    eq_axiom ).

cnf(commutativity_of_join,axiom,
    join(X13,X12) = join(X12,X13),
    input ).

cnf(absorption2,axiom,
    join(X9,meet(X9,X8)) = X9,
    input ).

cnf(c10,plain,
    ( X37 != join(X38,meet(X38,X39))
    | X37 = X38 ),
    inference(resolution,status(thm),[transitivity,absorption2]) ).

cnf(c23,plain,
    join(meet(X44,X43),X44) = X44,
    inference(resolution,status(thm),[c10,commutativity_of_join]) ).

cnf(c27,plain,
    ( X111 != join(meet(X112,X113),X112)
    | X111 = X112 ),
    inference(resolution,status(thm),[c23,transitivity]) ).

cnf(reflexivity,axiom,
    X2 = X2,
    eq_axiom ).

cnf(c1,plain,
    ( X65 != X66
    | X64 != X63
    | join(X65,X64) = join(X66,X63) ),
    eq_axiom ).

cnf(c64,plain,
    ( X134 != X133
    | join(X134,X135) = join(X133,X135) ),
    inference(resolution,status(thm),[c1,reflexivity]) ).

cnf(symmetry,axiom,
    ( X4 != X3
    | X3 = X4 ),
    eq_axiom ).

cnf(absorption1,axiom,
    meet(X7,join(X7,X6)) = X7,
    input ).

cnf(c3,plain,
    X14 = meet(X14,join(X14,X15)),
    inference(resolution,status(thm),[absorption1,symmetry]) ).

cnf(commutativity_of_meet,axiom,
    meet(X11,X10) = meet(X10,X11),
    input ).

cnf(c13,plain,
    ( X58 != meet(X59,X60)
    | X58 = meet(X60,X59) ),
    inference(resolution,status(thm),[transitivity,commutativity_of_meet]) ).

cnf(c56,plain,
    X69 = meet(join(X69,X70),X69),
    inference(resolution,status(thm),[c13,c3]) ).

cnf(c73,plain,
    meet(join(X71,X72),X71) = X71,
    inference(resolution,status(thm),[c56,symmetry]) ).

cnf(c77,plain,
    ( X146 != meet(join(X147,X148),X147)
    | X146 = X147 ),
    inference(resolution,status(thm),[c73,transitivity]) ).

cnf(c4,plain,
    X16 = join(X16,meet(X16,X17)),
    inference(resolution,status(thm),[absorption2,symmetry]) ).

cnf(c0,plain,
    ( X49 != X50
    | X48 != X47
    | meet(X49,X48) = meet(X50,X47) ),
    eq_axiom ).

cnf(c35,plain,
    ( X130 != X129
    | meet(X130,X128) = meet(X129,X128) ),
    inference(resolution,status(thm),[c0,reflexivity]) ).

cnf(c174,plain,
    meet(X295,X297) = meet(join(X295,meet(X295,X296)),X297),
    inference(resolution,status(thm),[c35,c4]) ).

cnf(c829,plain,
    meet(X298,X298) = X298,
    inference(resolution,status(thm),[c174,c77]) ).

cnf(c861,plain,
    X299 = meet(X299,X299),
    inference(resolution,status(thm),[c829,symmetry]) ).

cnf(c876,plain,
    join(X361,X360) = join(meet(X361,X361),X360),
    inference(resolution,status(thm),[c861,c64]) ).

cnf(c1395,plain,
    join(X362,X362) = X362,
    inference(resolution,status(thm),[c876,c27]) ).

cnf(c1436,plain,
    $false,
    inference(resolution,status(thm),[c1395,idempotence_of_join]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.03/0.12  % Problem  : LAT033-1 : TPTP v8.1.0. Bugfixed v2.5.0.
% 0.03/0.13  % Command  : pyres-fof.py -tifbsVp -nlargest -HPickGiven5 %s
% 0.13/0.34  % Computer : n019.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  : 600
% 0.13/0.34  % DateTime : Wed Jun 29 09:07:53 EDT 2022
% 0.13/0.34  % CPUTime  : 
% 0.77/0.93  # Version:  1.3
% 0.77/0.93  # SZS status Unsatisfiable
% 0.77/0.93  # SZS output start CNFRefutation
% See solution above
% 0.77/0.93  
% 0.77/0.93  # Initial clauses    : 12
% 0.77/0.93  # Processed clauses  : 88
% 0.77/0.93  # Factors computed   : 0
% 0.77/0.93  # Resolvents computed: 1447
% 0.77/0.93  # Tautologies deleted: 1
% 0.77/0.93  # Forward subsumed   : 65
% 0.77/0.93  # Backward subsumed  : 0
% 0.77/0.93  # -------- CPU Time ---------
% 0.77/0.93  # User time          : 0.574 s
% 0.77/0.93  # System time        : 0.019 s
% 0.77/0.93  # Total time         : 0.593 s
%------------------------------------------------------------------------------