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

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : PyRes---1.3
% Problem  : SET016-7 : TPTP v8.1.0. Bugfixed v7.3.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:15 EDT 2022

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

% Comments : 
%------------------------------------------------------------------------------
cnf(prove_ordered_pair_determines_components1_3,negated_conjecture,
    w != y,
    input ).

cnf(prove_ordered_pair_determines_components1_2,negated_conjecture,
    member(w,universal_class),
    input ).

cnf(ordered_pair_determines_components1,axiom,
    ( ordered_pair(X641,X640) != ordered_pair(X642,X643)
    | ~ member(X641,universal_class)
    | X641 = X642 ),
    input ).

cnf(prove_ordered_pair_determines_components1_1,negated_conjecture,
    ordered_pair(w,x) = ordered_pair(y,z),
    input ).

cnf(c5091,plain,
    ( ~ member(w,universal_class)
    | w = y ),
    inference(resolution,status(thm),[prove_ordered_pair_determines_components1_1,ordered_pair_determines_components1]) ).

cnf(c6546,plain,
    w = y,
    inference(resolution,status(thm),[c5091,prove_ordered_pair_determines_components1_2]) ).

cnf(c6566,plain,
    $false,
    inference(resolution,status(thm),[c6546,prove_ordered_pair_determines_components1_3]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.12/0.12  % Problem  : SET016-7 : TPTP v8.1.0. Bugfixed v7.3.0.
% 0.12/0.13  % Command  : pyres-fof.py -tifbsVp -nlargest -HPickGiven5 %s
% 0.12/0.34  % Computer : n026.cluster.edu
% 0.12/0.34  % Model    : x86_64 x86_64
% 0.12/0.34  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.12/0.34  % Memory   : 8042.1875MB
% 0.12/0.34  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.12/0.34  % CPULimit : 300
% 0.12/0.34  % WCLimit  : 600
% 0.12/0.34  % DateTime : Mon Jul 11 09:40:57 EDT 2022
% 0.12/0.34  % CPUTime  : 
% 2.34/2.58  # Version:  1.3
% 2.34/2.58  # SZS status Unsatisfiable
% 2.34/2.58  # SZS output start CNFRefutation
% See solution above
% 2.34/2.58  
% 2.34/2.58  # Initial clauses    : 212
% 2.34/2.58  # Processed clauses  : 487
% 2.34/2.58  # Factors computed   : 3
% 2.34/2.58  # Resolvents computed: 6553
% 2.34/2.58  # Tautologies deleted: 11
% 2.34/2.58  # Forward subsumed   : 273
% 2.34/2.58  # Backward subsumed  : 6
% 2.34/2.58  # -------- CPU Time ---------
% 2.34/2.58  # User time          : 2.205 s
% 2.34/2.58  # System time        : 0.026 s
% 2.34/2.58  # Total time         : 2.231 s
%------------------------------------------------------------------------------