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

View Problem - Process Solution

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

% Computer : n020.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:32 EDT 2022

% Result   : Unsatisfiable 0.18s 0.52s
% Output   : Refutation 0.18s
% 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_Y,t_a),
    input ).

cnf(cls_conjecture_0,negated_conjecture,
    c_lessequals(v_Y,v_V,tc_set(t_a)),
    input ).

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

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

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.07/0.11  % Problem  : SET832-2 : TPTP v8.1.0. Released v3.2.0.
% 0.07/0.12  % Command  : pyres-fof.py -tifbsVp -nlargest -HPickGiven5 %s
% 0.13/0.33  % Computer : n020.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 03:56:28 EDT 2022
% 0.13/0.33  % CPUTime  : 
% 0.18/0.52  # Version:  1.3
% 0.18/0.52  # SZS status Unsatisfiable
% 0.18/0.52  # SZS output start CNFRefutation
% See solution above
% 0.18/0.52  
% 0.18/0.52  # Initial clauses    : 4
% 0.18/0.52  # Processed clauses  : 6
% 0.18/0.52  # Factors computed   : 0
% 0.18/0.52  # Resolvents computed: 3
% 0.18/0.52  # Tautologies deleted: 0
% 0.18/0.52  # Forward subsumed   : 0
% 0.18/0.52  # Backward subsumed  : 0
% 0.18/0.52  # -------- CPU Time ---------
% 0.18/0.52  # User time          : 0.174 s
% 0.18/0.52  # System time        : 0.014 s
% 0.18/0.52  # Total time         : 0.188 s
%------------------------------------------------------------------------------