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

View Problem - Process Solution

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

% Computer : n029.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.47s 0.66s
% Output   : Refutation 0.47s
% Verified : 
% SZS Type : ERROR: Analysing output (Could not find formula named eq_axiom)

% Comments : 
%------------------------------------------------------------------------------
cnf(idempotence_of_meet,negated_conjecture,
    meet(xx,xx) != xx,
    input ).

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

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

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

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

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

cnf(c11,plain,
    ( X44 != meet(X42,X43)
    | X44 = meet(X43,X42) ),
    inference(resolution,status(thm),[transitivity,commutativity_of_meet]) ).

cnf(c33,plain,
    X53 = meet(join(X53,X54),X53),
    inference(resolution,status(thm),[c11,c3]) ).

cnf(c48,plain,
    meet(join(X58,X57),X58) = X58,
    inference(resolution,status(thm),[c33,symmetry]) ).

cnf(c52,plain,
    ( X127 != meet(join(X125,X126),X125)
    | X127 = X125 ),
    inference(resolution,status(thm),[c48,transitivity]) ).

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

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

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

cnf(c0,plain,
    ( X51 != X50
    | X52 != X49
    | meet(X51,X52) = meet(X50,X49) ),
    eq_axiom ).

cnf(c41,plain,
    ( X114 != X112
    | meet(X114,X113) = meet(X112,X113) ),
    inference(resolution,status(thm),[c0,reflexivity]) ).

cnf(c137,plain,
    meet(X252,X253) = meet(join(X252,meet(X252,X254)),X253),
    inference(resolution,status(thm),[c41,c4]) ).

cnf(c505,plain,
    meet(X255,X255) = X255,
    inference(resolution,status(thm),[c137,c52]) ).

cnf(c523,plain,
    $false,
    inference(resolution,status(thm),[c505,idempotence_of_meet]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.10/0.12  % Problem  : LAT034-1 : TPTP v8.1.0. Bugfixed v2.5.0.
% 0.10/0.12  % Command  : pyres-fof.py -tifbsVp -nlargest -HPickGiven5 %s
% 0.12/0.33  % Computer : n029.cluster.edu
% 0.12/0.33  % Model    : x86_64 x86_64
% 0.12/0.33  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.12/0.33  % Memory   : 8042.1875MB
% 0.12/0.33  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.12/0.33  % CPULimit : 300
% 0.12/0.33  % WCLimit  : 600
% 0.12/0.33  % DateTime : Thu Jun 30 07:22:08 EDT 2022
% 0.12/0.34  % CPUTime  : 
% 0.47/0.66  # Version:  1.3
% 0.47/0.66  # SZS status Unsatisfiable
% 0.47/0.66  # SZS output start CNFRefutation
% See solution above
% 0.47/0.66  
% 0.47/0.66  # Initial clauses    : 12
% 0.47/0.66  # Processed clauses  : 57
% 0.47/0.66  # Factors computed   : 0
% 0.47/0.66  # Resolvents computed: 524
% 0.47/0.66  # Tautologies deleted: 1
% 0.47/0.66  # Forward subsumed   : 47
% 0.47/0.66  # Backward subsumed  : 0
% 0.47/0.66  # -------- CPU Time ---------
% 0.47/0.66  # User time          : 0.298 s
% 0.47/0.66  # System time        : 0.012 s
% 0.47/0.66  # Total time         : 0.310 s
%------------------------------------------------------------------------------