TSTP Solution File: SYN095-1.002 by PyRes---1.3

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : PyRes---1.3
% Problem  : SYN095-1.002 : TPTP v8.1.0. Bugfixed v1.2.1.
% Transfm  : none
% Format   : tptp:raw
% Command  : pyres-fof.py -tifbsVp -nlargest -HPickGiven5 %s

% Computer : n006.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 : Thu Jul 21 11:25:24 EDT 2022

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

% Comments : 
%------------------------------------------------------------------------------
cnf(m_s2_goal_1,negated_conjecture,
    ~ p_1_2(X2),
    input ).

cnf(m_t2_3,axiom,
    p_2_2(a),
    input ).

cnf(m_t2_1,axiom,
    p_1_1(a),
    input ).

cnf(m_s2_type11_1,axiom,
    ( p_1_2(X3)
    | ~ p_2_2(X3)
    | ~ p_1_1(X3) ),
    input ).

cnf(c0,plain,
    ( p_1_2(a)
    | ~ p_2_2(a) ),
    inference(resolution,status(thm),[m_s2_type11_1,m_t2_1]) ).

cnf(c1,plain,
    p_1_2(a),
    inference(resolution,status(thm),[c0,m_t2_3]) ).

cnf(c3,plain,
    $false,
    inference(resolution,status(thm),[c1,m_s2_goal_1]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.04/0.13  % Problem  : SYN095-1.002 : TPTP v8.1.0. Bugfixed v1.2.1.
% 0.04/0.13  % Command  : pyres-fof.py -tifbsVp -nlargest -HPickGiven5 %s
% 0.13/0.34  % Computer : n006.cluster.edu
% 0.13/0.34  % Model    : x86_64 x86_64
% 0.13/0.34  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.13/0.34  % Memory   : 8042.1875MB
% 0.13/0.34  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.13/0.34  % CPULimit : 300
% 0.13/0.34  % WCLimit  : 600
% 0.13/0.34  % DateTime : Tue Jul 12 05:38:50 EDT 2022
% 0.13/0.35  % CPUTime  : 
% 0.40/0.56  # Version:  1.3
% 0.40/0.56  # SZS status Unsatisfiable
% 0.40/0.56  # SZS output start CNFRefutation
% See solution above
% 0.40/0.56  
% 0.40/0.56  # Initial clauses    : 13
% 0.40/0.56  # Processed clauses  : 11
% 0.40/0.56  # Factors computed   : 0
% 0.40/0.56  # Resolvents computed: 4
% 0.40/0.56  # Tautologies deleted: 0
% 0.40/0.56  # Forward subsumed   : 2
% 0.40/0.56  # Backward subsumed  : 1
% 0.40/0.56  # -------- CPU Time ---------
% 0.40/0.56  # User time          : 0.193 s
% 0.40/0.56  # System time        : 0.017 s
% 0.40/0.56  # Total time         : 0.210 s
%------------------------------------------------------------------------------