TSTP Solution File: SET833-2 by PyRes---1.3

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : PyRes---1.3
% Problem  : SET833-2 : TPTP v8.1.0. Released v3.2.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : pyres-fof.py -tifbsVp -nlargest -HPickGiven5 %s

% Computer : n004.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:40:33 EDT 2022

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

% Comments : 
%------------------------------------------------------------------------------
cnf(cls_conjecture_3,negated_conjecture,
    ~ c_in(v_x,v_V,t_a),
    input ).

cnf(cls_conjecture_2,negated_conjecture,
    c_in(v_x,v_Z,t_a),
    input ).

cnf(cls_conjecture_1,negated_conjecture,
    c_lessequals(v_Z,v_V,tc_set(t_a)),
    input ).

cnf(cls_Set_OsubsetD_0,axiom,
    ( ~ c_in(X4,X2,X3)
    | ~ c_lessequals(X2,X5,tc_set(X3))
    | c_in(X4,X5,X3) ),
    input ).

cnf(c0,plain,
    ( ~ c_in(X6,v_Z,t_a)
    | c_in(X6,v_V,t_a) ),
    inference(resolution,status(thm),[cls_Set_OsubsetD_0,cls_conjecture_1]) ).

cnf(c1,plain,
    c_in(v_x,v_V,t_a),
    inference(resolution,status(thm),[c0,cls_conjecture_2]) ).

cnf(c2,plain,
    $false,
    inference(resolution,status(thm),[c1,cls_conjecture_3]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.12/0.12  % Problem  : SET833-2 : TPTP v8.1.0. Released v3.2.0.
% 0.12/0.13  % Command  : pyres-fof.py -tifbsVp -nlargest -HPickGiven5 %s
% 0.12/0.34  % Computer : n004.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.35  % WCLimit  : 600
% 0.12/0.35  % DateTime : Mon Jul 11 02:09:22 EDT 2022
% 0.12/0.35  % CPUTime  : 
% 0.19/0.53  # Version:  1.3
% 0.19/0.53  # SZS status Unsatisfiable
% 0.19/0.53  # SZS output start CNFRefutation
% See solution above
% 0.19/0.53  
% 0.19/0.53  # Initial clauses    : 4
% 0.19/0.53  # Processed clauses  : 6
% 0.19/0.53  # Factors computed   : 0
% 0.19/0.53  # Resolvents computed: 3
% 0.19/0.53  # Tautologies deleted: 0
% 0.19/0.53  # Forward subsumed   : 0
% 0.19/0.53  # Backward subsumed  : 0
% 0.19/0.53  # -------- CPU Time ---------
% 0.19/0.53  # User time          : 0.161 s
% 0.19/0.53  # System time        : 0.020 s
% 0.19/0.53  # Total time         : 0.181 s
%------------------------------------------------------------------------------