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

View Problem - Process Solution

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

% Computer : n025.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:09 EDT 2022

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

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

cnf(g1,plain,
    product(a,additive_identity,multiply(a,additive_identity)),
    inference(ground_cnf,[],[file('Axioms/RNG001-0.ax',closure_of_multiplication)]) ).

cnf(g2,plain,
    sPE(additive_identity,additive_identity),
    inference(ground_cnf,[],[theory(equality)]) ).

cnf(g3,plain,
    sPE(a,a),
    inference(ground_cnf,[],[theory(equality)]) ).

cnf(g4,plain,
    ( ~ sPE(a,a)
    | ~ sPE(additive_identity,additive_identity)
    | ~ sPE(multiply(a,additive_identity),additive_identity)
    | ~ product(a,additive_identity,multiply(a,additive_identity))
    | product(a,additive_identity,additive_identity) ),
    inference(ground_cnf,[],[theory(equality)]) ).

cnf(g5,plain,
    sum(additive_identity,additive_identity,additive_identity),
    inference(ground_cnf,[],[file('Axioms/RNG001-0.ax',additive_identity2)]) ).

cnf(g6,plain,
    sum(additive_inverse(multiply(a,additive_identity)),multiply(a,additive_identity),additive_identity),
    inference(ground_cnf,[],[file('Axioms/RNG001-0.ax',left_inverse)]) ).

cnf(g7,plain,
    sum(additive_identity,multiply(a,additive_identity),multiply(a,additive_identity)),
    inference(ground_cnf,[],[file('Axioms/RNG001-0.ax',additive_identity1)]) ).

cnf(g8,plain,
    ( ~ sum(additive_identity,multiply(a,additive_identity),multiply(a,additive_identity))
    | ~ sum(additive_identity,multiply(a,additive_identity),additive_identity)
    | sPE(multiply(a,additive_identity),additive_identity) ),
    inference(ground_cnf,[],[file('Axioms/RNG001-0.ax',addition_is_well_defined)]) ).

cnf(g9,plain,
    ( ~ sum(additive_identity,additive_identity,additive_identity)
    | ~ product(a,additive_identity,multiply(a,additive_identity))
    | ~ product(a,additive_identity,multiply(a,additive_identity))
    | ~ product(a,additive_identity,multiply(a,additive_identity))
    | sum(multiply(a,additive_identity),multiply(a,additive_identity),multiply(a,additive_identity)) ),
    inference(ground_cnf,[],[file('Axioms/RNG001-0.ax',distributivity1)]) ).

cnf(g10,plain,
    ( ~ sum(additive_inverse(multiply(a,additive_identity)),multiply(a,additive_identity),additive_identity)
    | ~ sum(additive_inverse(multiply(a,additive_identity)),multiply(a,additive_identity),additive_identity)
    | ~ sum(multiply(a,additive_identity),multiply(a,additive_identity),multiply(a,additive_identity))
    | sum(additive_identity,multiply(a,additive_identity),additive_identity) ),
    inference(ground_cnf,[],[file('Axioms/RNG001-0.ax',associativity_of_addition2)]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.11/0.12  % Problem  : RNG001-1 : TPTP v8.1.0. Released v1.0.0.
% 0.11/0.13  % Command  : satcop --statistics %s
% 0.13/0.34  % Computer : n025.cluster.edu
% 0.13/0.34  % Model    : x86_64 x86_64
% 0.13/0.34  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.13/0.34  % Memory   : 8042.1875MB
% 0.13/0.34  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.13/0.34  % CPULimit : 300
% 0.13/0.34  % WCLimit  : 600
% 0.13/0.34  % DateTime : Mon May 30 16:11:12 EDT 2022
% 0.13/0.34  % CPUTime  : 
% 1.66/0.68  % symbols: 9
% 1.66/0.68  % clauses: 26
% 1.66/0.68  % start clauses: 1
% 1.66/0.68  % iterative deepening steps: 1071
% 1.66/0.68  % maximum path limit: 4
% 1.66/0.68  % literal attempts: 379708
% 1.66/0.68  % depth failures: 279099
% 1.66/0.68  % regularity failures: 2696
% 1.66/0.68  % tautology failures: 2659
% 1.66/0.68  % reductions: 0
% 1.66/0.68  % extensions: 378695
% 1.66/0.68  % SAT variables: 20777
% 1.66/0.68  % SAT clauses: 62012
% 1.66/0.68  % WalkSAT solutions: 62013
% 1.66/0.68  % CDCL solutions: 0
% 1.66/0.68  % SZS status Unsatisfiable for theBenchmark
% 1.66/0.68  % SZS output start ListOfCNF for theBenchmark
% See solution above
%------------------------------------------------------------------------------