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

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : PyRes---1.3
% Problem  : GRP019-1 : TPTP v8.1.0. Released v1.0.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 : Sat Jul 16 11:21:19 EDT 2022

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

% Comments : 
%------------------------------------------------------------------------------
cnf(prove_id_times_X_is_X,negated_conjecture,
    multiply(identity,a) != a,
    input ).

cnf(total_function1,axiom,
    product(X8,X7,multiply(X8,X7)),
    input ).

cnf(left_identity,axiom,
    product(identity,X3,X3),
    input ).

cnf(total_function2,axiom,
    ( ~ product(X19,X17,X20)
    | ~ product(X19,X17,X18)
    | X20 = X18 ),
    input ).

cnf(c5,plain,
    ( ~ product(identity,X21,X22)
    | X22 = X21 ),
    inference(resolution,status(thm),[total_function2,left_identity]) ).

cnf(c13,plain,
    multiply(identity,X24) = X24,
    inference(resolution,status(thm),[c5,total_function1]) ).

cnf(c17,plain,
    $false,
    inference(resolution,status(thm),[c13,prove_id_times_X_is_X]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.11/0.12  % Problem  : GRP019-1 : TPTP v8.1.0. Released v1.0.0.
% 0.11/0.12  % Command  : pyres-fof.py -tifbsVp -nlargest -HPickGiven5 %s
% 0.12/0.33  % Computer : n020.cluster.edu
% 0.12/0.33  % Model    : x86_64 x86_64
% 0.12/0.33  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.12/0.33  % Memory   : 8042.1875MB
% 0.12/0.33  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.12/0.33  % CPULimit : 300
% 0.12/0.33  % WCLimit  : 600
% 0.12/0.33  % DateTime : Mon Jun 13 20:53:20 EDT 2022
% 0.12/0.34  % CPUTime  : 
% 0.18/0.53  # Version:  1.3
% 0.18/0.53  # SZS status Unsatisfiable
% 0.18/0.53  # SZS output start CNFRefutation
% See solution above
% 0.18/0.53  
% 0.18/0.53  # Initial clauses    : 15
% 0.18/0.53  # Processed clauses  : 14
% 0.18/0.53  # Factors computed   : 0
% 0.18/0.53  # Resolvents computed: 21
% 0.18/0.53  # Tautologies deleted: 1
% 0.18/0.53  # Forward subsumed   : 3
% 0.18/0.53  # Backward subsumed  : 0
% 0.18/0.53  # -------- CPU Time ---------
% 0.18/0.53  # User time          : 0.174 s
% 0.18/0.53  # System time        : 0.014 s
% 0.18/0.53  # Total time         : 0.188 s
%------------------------------------------------------------------------------