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

View Problem - Process Solution

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

% Computer : n024.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:44 EDT 2022

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

% Comments : 
%------------------------------------------------------------------------------
cnf(g0,plain,
    ~ sum(x,z,x),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',prove_sum)]) ).

cnf(g1,plain,
    product(x,multiplicative_identity,x),
    inference(ground_cnf,[],[file('Axioms/BOO002-0.ax',multiplicative_identity2)]) ).

cnf(g2,plain,
    product(x,y,z),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',x_times_y)]) ).

cnf(g3,plain,
    ( ~ sum(multiplicative_identity,y,multiplicative_identity)
    | ~ product(x,multiplicative_identity,x)
    | ~ product(x,y,z)
    | ~ product(x,multiplicative_identity,x)
    | sum(x,z,x) ),
    inference(ground_cnf,[],[file('Axioms/BOO002-0.ax',distributivity1)]) ).

cnf(g4,plain,
    sum(inverse(y),y,multiplicative_identity),
    inference(ground_cnf,[],[file('Axioms/BOO002-0.ax',additive_inverse1)]) ).

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

cnf(g6,plain,
    product(multiplicative_identity,multiplicative_identity,multiplicative_identity),
    inference(ground_cnf,[],[file('Axioms/BOO002-0.ax',multiplicative_identity2)]) ).

cnf(g7,plain,
    product(y,multiplicative_identity,y),
    inference(ground_cnf,[],[file('Axioms/BOO002-0.ax',multiplicative_identity2)]) ).

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

cnf(g9,plain,
    product(multiplicative_identity,inverse(y),inverse(y)),
    inference(ground_cnf,[],[file('Axioms/BOO002-0.ax',multiplicative_identity1)]) ).

cnf(g10,plain,
    ( ~ sum(multiplicative_identity,y,add(multiplicative_identity,y))
    | ~ sum(inverse(y),y,multiplicative_identity)
    | ~ sum(inverse(y),y,multiplicative_identity)
    | ~ product(multiplicative_identity,inverse(y),inverse(y))
    | product(add(multiplicative_identity,y),multiplicative_identity,multiplicative_identity) ),
    inference(ground_cnf,[],[file('Axioms/BOO002-0.ax',distributivity7)]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.03/0.12  % Problem  : BOO016-1 : TPTP v8.1.0. Released v1.0.0.
% 0.03/0.12  % Command  : satcop --statistics %s
% 0.12/0.33  % Computer : n024.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 22:30:21 EDT 2022
% 0.12/0.33  % CPUTime  : 
% 65.13/8.99  % symbols: 12
% 65.13/8.99  % clauses: 32
% 65.13/8.99  % start clauses: 1
% 65.13/8.99  % iterative deepening steps: 7798
% 65.13/8.99  % maximum path limit: 4
% 65.13/8.99  % literal attempts: 9193764
% 65.13/8.99  % depth failures: 6483089
% 65.13/8.99  % regularity failures: 129995
% 65.13/8.99  % tautology failures: 144933
% 65.13/8.99  % reductions: 0
% 65.13/8.99  % extensions: 9186353
% 65.13/8.99  % SAT variables: 1603635
% 65.13/8.99  % SAT clauses: 3500970
% 65.13/8.99  % WalkSAT solutions: 3500966
% 65.13/8.99  % CDCL solutions: 2
% 65.13/8.99  % SZS status Unsatisfiable for theBenchmark
% 65.13/8.99  % SZS output start ListOfCNF for theBenchmark
% See solution above
%------------------------------------------------------------------------------