TSTP Solution File: RNG041-1 by SATCoP---0.1

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : SATCoP---0.1
% Problem  : RNG041-1 : TPTP v8.1.0. Released v1.0.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : satcop --statistics %s

% Computer : n029.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 : Mon Jul 18 20:40:16 EDT 2022

% Result   : Unsatisfiable 0.12s 0.34s
% Output   : Proof 0.12s
% Verified : 
% SZS Type : ERROR: Analysing output (MakeTreeStats fails)

% Comments : 
%------------------------------------------------------------------------------
cnf(g0,plain,
    product(a,b,additive_identity),
    inference(ground_cnf,[],[file('/export/starexec/sandbox/benchmark/theBenchmark.p',a_times_b)]) ).

cnf(g1,plain,
    ~ sPE(a,additive_identity),
    inference(ground_cnf,[],[file('/export/starexec/sandbox/benchmark/theBenchmark.p',a_not_additive_identity)]) ).

cnf(g2,plain,
    ~ sPE(b,additive_identity),
    inference(ground_cnf,[],[file('/export/starexec/sandbox/benchmark/theBenchmark.p',prove_b_is_additive_identity)]) ).

cnf(g3,plain,
    ( sPE(a,additive_identity)
    | product(h(a),a,multiplicative_identity) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox/benchmark/theBenchmark.p',clause42)]) ).

cnf(g4,plain,
    ( ~ product(h(a),a,multiplicative_identity)
    | ~ product(h(a),additive_identity,additive_identity)
    | ~ product(a,b,additive_identity)
    | product(multiplicative_identity,b,additive_identity) ),
    inference(ground_cnf,[],[file('Axioms/RNG001-0.ax',associativity_of_multiplication2)]) ).

cnf(g5,plain,
    product(h(a),additive_identity,additive_identity),
    inference(ground_cnf,[],[file('/export/starexec/sandbox/benchmark/theBenchmark.p',multiplicative_identity2)]) ).

cnf(g6,plain,
    ( ~ product(multiplicative_identity,b,b)
    | ~ product(multiplicative_identity,b,additive_identity)
    | sPE(b,additive_identity) ),
    inference(ground_cnf,[],[file('Axioms/RNG001-0.ax',multiplication_is_well_defined)]) ).

cnf(g7,plain,
    product(multiplicative_identity,b,b),
    inference(ground_cnf,[],[file('/export/starexec/sandbox/benchmark/theBenchmark.p',left_multiplicative_identity)]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.03/0.11  % Problem  : RNG041-1 : TPTP v8.1.0. Released v1.0.0.
% 0.03/0.12  % Command  : satcop --statistics %s
% 0.12/0.33  % Computer : n029.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 May 30 04:49:13 EDT 2022
% 0.12/0.33  % CPUTime  : 
% 0.12/0.34  % symbols: 12
% 0.12/0.34  % clauses: 35
% 0.12/0.34  % start clauses: 3
% 0.12/0.34  % iterative deepening steps: 47
% 0.12/0.34  % maximum path limit: 2
% 0.12/0.34  % literal attempts: 6926
% 0.12/0.34  % depth failures: 5006
% 0.12/0.34  % regularity failures: 16
% 0.12/0.34  % tautology failures: 163
% 0.12/0.34  % reductions: 1296
% 0.12/0.34  % extensions: 5509
% 0.12/0.34  % SAT variables: 1362
% 0.12/0.34  % SAT clauses: 3470
% 0.12/0.34  % WalkSAT solutions: 3465
% 0.12/0.34  % CDCL solutions: 0
% 0.12/0.34  % SZS status Unsatisfiable for theBenchmark
% 0.12/0.34  % SZS output start ListOfCNF for theBenchmark
% See solution above
%------------------------------------------------------------------------------