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

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : SATCoP---0.1
% Problem  : RNG005-1 : 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:10 EDT 2022

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

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

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

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

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

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

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

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

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

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

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

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

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

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

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.10  % Problem  : RNG005-1 : 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 05:49:43 EDT 2022
% 0.10/0.29  % CPUTime  : 
% 0.15/0.45  % symbols: 12
% 0.15/0.45  % clauses: 28
% 0.15/0.45  % start clauses: 1
% 0.15/0.45  % iterative deepening steps: 616
% 0.15/0.45  % maximum path limit: 3
% 0.15/0.45  % literal attempts: 188057
% 0.15/0.45  % depth failures: 135547
% 0.15/0.45  % regularity failures: 2316
% 0.15/0.45  % tautology failures: 2941
% 0.15/0.45  % reductions: 0
% 0.15/0.45  % extensions: 187489
% 0.15/0.45  % SAT variables: 20587
% 0.15/0.45  % SAT clauses: 57031
% 0.15/0.45  % WalkSAT solutions: 57025
% 0.15/0.45  % CDCL solutions: 0
% 0.15/0.45  % SZS status Unsatisfiable for theBenchmark
% 0.15/0.45  % SZS output start ListOfCNF for theBenchmark
% See solution above
%------------------------------------------------------------------------------