TSTP Solution File: SYN246-1 by PyRes---1.3

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : PyRes---1.3
% Problem  : SYN246-1 : TPTP v8.1.0. Released v1.1.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : pyres-fof.py -tifbsVp -nlargest -HPickGiven5 %s

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

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

% Comments : 
%------------------------------------------------------------------------------
cnf(prove_this,negated_conjecture,
    ~ m1(c,b,c),
    input ).

cnf(axiom_24,axiom,
    l0(c),
    input ).

cnf(axiom_32,axiom,
    k0(b),
    input ).

cnf(rule_021,axiom,
    ( m1(X93,X92,X93)
    | ~ l0(X93)
    | ~ k0(X92) ),
    input ).

cnf(c111,plain,
    ( m1(X162,b,X162)
    | ~ l0(X162) ),
    inference(resolution,status(thm),[rule_021,axiom_32]) ).

cnf(c199,plain,
    m1(c,b,c),
    inference(resolution,status(thm),[c111,axiom_24]) ).

cnf(c202,plain,
    $false,
    inference(resolution,status(thm),[c199,prove_this]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.07/0.12  % Problem  : SYN246-1 : TPTP v8.1.0. Released v1.1.0.
% 0.07/0.13  % Command  : pyres-fof.py -tifbsVp -nlargest -HPickGiven5 %s
% 0.14/0.33  % Computer : n021.cluster.edu
% 0.14/0.33  % Model    : x86_64 x86_64
% 0.14/0.33  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.14/0.33  % Memory   : 8042.1875MB
% 0.14/0.33  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.14/0.34  % CPULimit : 300
% 0.14/0.34  % WCLimit  : 600
% 0.14/0.34  % DateTime : Mon Jul 11 21:21:38 EDT 2022
% 0.14/0.34  % CPUTime  : 
% 0.70/0.90  # Version:  1.3
% 0.70/0.90  # SZS status Unsatisfiable
% 0.70/0.90  # SZS output start CNFRefutation
% See solution above
% 0.70/0.90  
% 0.70/0.90  # Initial clauses    : 369
% 0.70/0.90  # Processed clauses  : 204
% 0.70/0.90  # Factors computed   : 0
% 0.70/0.90  # Resolvents computed: 203
% 0.70/0.90  # Tautologies deleted: 0
% 0.70/0.90  # Forward subsumed   : 75
% 0.70/0.90  # Backward subsumed  : 56
% 0.70/0.90  # -------- CPU Time ---------
% 0.70/0.90  # User time          : 0.551 s
% 0.70/0.90  # System time        : 0.012 s
% 0.70/0.90  # Total time         : 0.563 s
%------------------------------------------------------------------------------