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

View Problem - Process Solution

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

% Computer : n027.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 1.50s 0.62s
% Output   : Proof 1.50s
% Verified : 
% SZS Type : ERROR: Analysing output (MakeTreeStats fails)

% Comments : 
%------------------------------------------------------------------------------
cnf(g0,plain,
    ~ sum(c,d,additive_identity),
    inference(ground_cnf,[],[file('/export/starexec/sandbox/benchmark/theBenchmark.p',prove_sum_is_additive_identity)]) ).

cnf(g1,plain,
    product(a,b,d),
    inference(ground_cnf,[],[file('/export/starexec/sandbox/benchmark/theBenchmark.p',a_times_b)]) ).

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

cnf(g3,plain,
    product(a,additive_inverse(b),c),
    inference(ground_cnf,[],[file('/export/starexec/sandbox/benchmark/theBenchmark.p',a_inverse_times_b)]) ).

cnf(g4,plain,
    sum(c,additive_inverse(c),additive_identity),
    inference(ground_cnf,[],[file('Axioms/RNG001-0.ax',right_inverse)]) ).

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

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

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

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

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

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

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

cnf(g12,plain,
    ( ~ sum(c,d,multiply(a,additive_identity))
    | sum(d,c,multiply(a,additive_identity)) ),
    inference(ground_cnf,[],[file('Axioms/RNG001-0.ax',commutativity_of_addition)]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.11/0.11  % Problem  : RNG037-1 : TPTP v8.1.0. Released v1.0.0.
% 0.11/0.12  % Command  : satcop --statistics %s
% 0.11/0.33  % Computer : n027.cluster.edu
% 0.11/0.33  % Model    : x86_64 x86_64
% 0.11/0.33  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.11/0.33  % Memory   : 8042.1875MB
% 0.11/0.33  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.11/0.33  % CPULimit : 300
% 0.11/0.33  % WCLimit  : 600
% 0.11/0.33  % DateTime : Mon May 30 20:44:01 EDT 2022
% 0.11/0.33  % CPUTime  : 
% 1.50/0.62  % symbols: 12
% 1.50/0.62  % clauses: 28
% 1.50/0.62  % start clauses: 1
% 1.50/0.62  % iterative deepening steps: 917
% 1.50/0.62  % maximum path limit: 3
% 1.50/0.62  % literal attempts: 305340
% 1.50/0.62  % depth failures: 219747
% 1.50/0.62  % regularity failures: 3791
% 1.50/0.62  % tautology failures: 4822
% 1.50/0.62  % reductions: 0
% 1.50/0.62  % extensions: 304617
% 1.50/0.62  % SAT variables: 28786
% 1.50/0.62  % SAT clauses: 81176
% 1.50/0.62  % WalkSAT solutions: 81177
% 1.50/0.62  % CDCL solutions: 0
% 1.50/0.62  % SZS status Unsatisfiable for theBenchmark
% 1.50/0.62  % SZS output start ListOfCNF for theBenchmark
% See solution above
%------------------------------------------------------------------------------