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

View Problem - Process Solution

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

% Computer : n022.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:50 EDT 2022

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

% Comments : 
%------------------------------------------------------------------------------
cnf(prove_this,negated_conjecture,
    ~ q1(c,X8,X7),
    input ).

cnf(axiom_33,axiom,
    q0(d,c),
    input ).

cnf(rule_093,axiom,
    ( q1(X119,X119,X119)
    | ~ q0(X118,X119) ),
    input ).

cnf(c135,plain,
    q1(c,c,c),
    inference(resolution,status(thm),[rule_093,axiom_33]) ).

cnf(c141,plain,
    $false,
    inference(resolution,status(thm),[c135,prove_this]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.11/0.12  % Problem  : SYN290-1 : TPTP v8.1.0. Released v1.1.0.
% 0.11/0.13  % Command  : pyres-fof.py -tifbsVp -nlargest -HPickGiven5 %s
% 0.12/0.34  % Computer : n022.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 18:41:40 EDT 2022
% 0.12/0.34  % CPUTime  : 
% 0.71/0.90  # Version:  1.3
% 0.71/0.90  # SZS status Unsatisfiable
% 0.71/0.90  # SZS output start CNFRefutation
% See solution above
% 0.71/0.90  
% 0.71/0.90  # Initial clauses    : 369
% 0.71/0.90  # Processed clauses  : 158
% 0.71/0.90  # Factors computed   : 0
% 0.71/0.90  # Resolvents computed: 142
% 0.71/0.90  # Tautologies deleted: 0
% 0.71/0.90  # Forward subsumed   : 44
% 0.71/0.90  # Backward subsumed  : 55
% 0.71/0.90  # -------- CPU Time ---------
% 0.71/0.90  # User time          : 0.533 s
% 0.71/0.90  # System time        : 0.014 s
% 0.71/0.90  # Total time         : 0.547 s
%------------------------------------------------------------------------------