TSTP Solution File: SET058-7 by PyRes---1.3

View Problem - Process Solution

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

% Computer : n026.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 : Tue Jul 19 04:34:58 EDT 2022

% Result   : Unsatisfiable 0.60s 0.86s
% Output   : Refutation 0.60s
% Verified : 
% SZS Type : ERROR: Analysing output (Could not find formula named input)

% Comments : 
%------------------------------------------------------------------------------
cnf(prove_equality3_2,negated_conjecture,
    x != y,
    input ).

cnf(not_subclass_members1,axiom,
    ( member(not_subclass_element(X12,X13),X12)
    | subclass(X12,X13) ),
    input ).

cnf(prove_equality3_3,negated_conjecture,
    ~ member(not_subclass_element(x,y),x),
    input ).

cnf(c83,plain,
    subclass(x,y),
    inference(resolution,status(thm),[prove_equality3_3,not_subclass_members1]) ).

cnf(subclass_implies_equal,axiom,
    ( ~ subclass(X26,X27)
    | ~ subclass(X27,X26)
    | X26 = X27 ),
    input ).

cnf(not_subclass_members2,axiom,
    ( ~ member(not_subclass_element(X21,X22),X22)
    | subclass(X21,X22) ),
    input ).

cnf(prove_equality3_1,negated_conjecture,
    member(not_subclass_element(y,x),x),
    input ).

cnf(c80,plain,
    subclass(y,x),
    inference(resolution,status(thm),[prove_equality3_1,not_subclass_members2]) ).

cnf(c82,plain,
    ( ~ subclass(x,y)
    | x = y ),
    inference(resolution,status(thm),[c80,subclass_implies_equal]) ).

cnf(c816,plain,
    x = y,
    inference(resolution,status(thm),[c82,c83]) ).

cnf(c832,plain,
    $false,
    inference(resolution,status(thm),[c816,prove_equality3_2]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.07/0.12  % Problem  : SET058-7 : TPTP v8.1.0. Bugfixed v2.1.0.
% 0.07/0.12  % Command  : pyres-fof.py -tifbsVp -nlargest -HPickGiven5 %s
% 0.13/0.33  % Computer : n026.cluster.edu
% 0.13/0.33  % Model    : x86_64 x86_64
% 0.13/0.33  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.13/0.33  % Memory   : 8042.1875MB
% 0.13/0.33  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.13/0.33  % CPULimit : 300
% 0.13/0.33  % WCLimit  : 600
% 0.13/0.33  % DateTime : Sun Jul 10 04:26:11 EDT 2022
% 0.13/0.33  % CPUTime  : 
% 0.60/0.86  # Version:  1.3
% 0.60/0.86  # SZS status Unsatisfiable
% 0.60/0.86  # SZS output start CNFRefutation
% See solution above
% 0.60/0.86  
% 0.60/0.86  # Initial clauses    : 142
% 0.60/0.86  # Processed clauses  : 148
% 0.60/0.86  # Factors computed   : 0
% 0.60/0.86  # Resolvents computed: 804
% 0.60/0.86  # Tautologies deleted: 7
% 0.60/0.86  # Forward subsumed   : 51
% 0.60/0.86  # Backward subsumed  : 1
% 0.60/0.86  # -------- CPU Time ---------
% 0.60/0.86  # User time          : 0.505 s
% 0.60/0.86  # System time        : 0.018 s
% 0.60/0.86  # Total time         : 0.523 s
%------------------------------------------------------------------------------