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

View Problem - Process Solution

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

% Computer : n026.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 : Thu Jul 14 23:48:42 EDT 2022

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

% Comments : 
%------------------------------------------------------------------------------
cnf(g0,plain,
    ~ product(x,add(x,y),x),
    inference(ground_cnf,[],[file('/export/starexec/sandbox/benchmark/theBenchmark.p',prove_equations)]) ).

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

cnf(g2,plain,
    sum(x,y,add(x,y)),
    inference(ground_cnf,[],[file('Axioms/BOO002-0.ax',closure_of_addition)]) ).

cnf(g3,plain,
    product(additive_identity,y,multiply(additive_identity,y)),
    inference(ground_cnf,[],[file('Axioms/BOO002-0.ax',closure_of_multiplication)]) ).

cnf(g4,plain,
    ( ~ sum(x,additive_identity,x)
    | ~ sum(x,y,add(x,y))
    | ~ sum(x,additive_identity,x)
    | ~ product(additive_identity,y,additive_identity)
    | product(x,add(x,y),x) ),
    inference(ground_cnf,[],[file('Axioms/BOO002-0.ax',distributivity5)]) ).

cnf(g5,plain,
    product(inverse(y),y,additive_identity),
    inference(ground_cnf,[],[file('Axioms/BOO002-0.ax',multiplicative_inverse1)]) ).

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

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

cnf(g8,plain,
    ( ~ sum(additive_identity,additive_identity,additive_identity)
    | ~ sum(additive_identity,y,y)
    | ~ sum(additive_identity,multiply(additive_identity,y),additive_identity)
    | ~ product(additive_identity,y,multiply(additive_identity,y))
    | product(additive_identity,y,additive_identity) ),
    inference(ground_cnf,[],[file('Axioms/BOO002-0.ax',distributivity5)]) ).

cnf(g9,plain,
    ( ~ sum(multiply(additive_identity,y),additive_identity,additive_identity)
    | sum(additive_identity,multiply(additive_identity,y),additive_identity) ),
    inference(ground_cnf,[],[file('Axioms/BOO002-0.ax',commutativity_of_addition)]) ).

cnf(g10,plain,
    sum(additive_identity,inverse(y),inverse(y)),
    inference(ground_cnf,[],[file('Axioms/BOO002-0.ax',additive_identity1)]) ).

cnf(g11,plain,
    ( ~ sum(additive_identity,inverse(y),inverse(y))
    | ~ product(additive_identity,y,multiply(additive_identity,y))
    | ~ product(inverse(y),y,additive_identity)
    | ~ product(inverse(y),y,additive_identity)
    | sum(multiply(additive_identity,y),additive_identity,additive_identity) ),
    inference(ground_cnf,[],[file('Axioms/BOO002-0.ax',distributivity3)]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.07/0.12  % Problem  : BOO009-1 : TPTP v8.1.0. Released v1.0.0.
% 0.07/0.12  % Command  : satcop --statistics %s
% 0.12/0.33  % Computer : n026.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 : Wed Jun  1 21:36:12 EDT 2022
% 0.12/0.33  % CPUTime  : 
% 46.59/6.40  % symbols: 11
% 46.59/6.40  % clauses: 31
% 46.59/6.40  % start clauses: 1
% 46.59/6.40  % iterative deepening steps: 5040
% 46.59/6.40  % maximum path limit: 5
% 46.59/6.40  % literal attempts: 5717150
% 46.59/6.40  % depth failures: 4036326
% 46.59/6.40  % regularity failures: 80026
% 46.59/6.40  % tautology failures: 89633
% 46.59/6.40  % reductions: 0
% 46.59/6.40  % extensions: 5712460
% 46.59/6.40  % SAT variables: 1055989
% 46.59/6.40  % SAT clauses: 2299398
% 46.59/6.40  % WalkSAT solutions: 2299395
% 46.59/6.40  % CDCL solutions: 2
% 46.59/6.40  % SZS status Unsatisfiable for theBenchmark
% 46.59/6.40  % SZS output start ListOfCNF for theBenchmark
% See solution above
%------------------------------------------------------------------------------