TSTP Solution File: RNG038-2 by SATCoP---0.1

View Problem - Process Solution

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

% Computer : n032.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:15 EDT 2022

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

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

cnf(g1,plain,
    product(additive_identity,additive_identity,additive_identity),
    inference(ground_cnf,[],[file('/export/starexec/sandbox/benchmark/theBenchmark.p',multiplicative_identity1)]) ).

cnf(g2,plain,
    ( ~ product(additive_identity,h(additive_identity,b),b)
    | ~ product(additive_identity,h(additive_identity,b),additive_identity)
    | equalish(b,additive_identity) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox/benchmark/theBenchmark.p',multiplication_is_well_defined)]) ).

cnf(g3,plain,
    product(additive_identity,h(additive_identity,b),additive_identity),
    inference(ground_cnf,[],[file('/export/starexec/sandbox/benchmark/theBenchmark.p',multiplicative_identity1)]) ).

cnf(g4,plain,
    ( ~ equalish(additive_identity,additive_identity)
    | product(additive_identity,h(additive_identity,b),b) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox/benchmark/theBenchmark.p',some_property)]) ).

cnf(g5,plain,
    ( ~ product(additive_identity,additive_identity,additive_identity)
    | ~ product(additive_identity,additive_identity,additive_identity)
    | equalish(additive_identity,additive_identity) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox/benchmark/theBenchmark.p',multiplication_is_well_defined)]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.09  % Problem  : RNG038-2 : TPTP v8.1.0. Released v1.0.0.
% 0.00/0.10  % Command  : satcop --statistics %s
% 0.10/0.29  % Computer : n032.cluster.edu
% 0.10/0.29  % Model    : x86_64 x86_64
% 0.10/0.29  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.10/0.29  % Memory   : 8042.1875MB
% 0.10/0.29  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.10/0.29  % CPULimit : 300
% 0.10/0.29  % WCLimit  : 600
% 0.10/0.29  % DateTime : Mon May 30 19:28:57 EDT 2022
% 0.10/0.29  % CPUTime  : 
% 0.15/0.30  % symbols: 12
% 0.15/0.30  % clauses: 30
% 0.15/0.30  % start clauses: 2
% 0.15/0.30  % iterative deepening steps: 51
% 0.15/0.30  % maximum path limit: 3
% 0.15/0.30  % literal attempts: 1765
% 0.15/0.30  % depth failures: 1417
% 0.15/0.30  % regularity failures: 2
% 0.15/0.30  % tautology failures: 10
% 0.15/0.30  % reductions: 0
% 0.15/0.30  % extensions: 1674
% 0.15/0.30  % SAT variables: 239
% 0.15/0.30  % SAT clauses: 579
% 0.15/0.30  % WalkSAT solutions: 572
% 0.15/0.30  % CDCL solutions: 0
% 0.15/0.30  % SZS status Unsatisfiable for theBenchmark
% 0.15/0.30  % SZS output start ListOfCNF for theBenchmark
% See solution above
%------------------------------------------------------------------------------