TSTP Solution File: FLD035-3 by SATCoP---0.1

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : SATCoP---0.1
% Problem  : FLD035-3 : TPTP v8.1.0. Bugfixed v2.1.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 : Sat Jul 16 02:26:28 EDT 2022

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

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

cnf(g1,plain,
    product(b,c,u),
    inference(ground_cnf,[],[file('/export/starexec/sandbox/benchmark/theBenchmark.p',product_6)]) ).

cnf(g2,plain,
    ~ sum(additive_identity,c,additive_identity),
    inference(ground_cnf,[],[file('/export/starexec/sandbox/benchmark/theBenchmark.p',not_sum_7)]) ).

cnf(g3,plain,
    ~ product(multiplicative_identity,a,b),
    inference(ground_cnf,[],[file('/export/starexec/sandbox/benchmark/theBenchmark.p',not_product_8)]) ).

cnf(g4,plain,
    ( ~ product(a,c,u)
    | product(c,a,u) ),
    inference(ground_cnf,[],[file('Axioms/FLD002-0.ax',commutativity_multiplication)]) ).

cnf(g5,plain,
    ( ~ product(b,c,u)
    | product(c,b,u) ),
    inference(ground_cnf,[],[file('Axioms/FLD002-0.ax',commutativity_multiplication)]) ).

cnf(g6,plain,
    ( ~ defined(c)
    | sum(additive_identity,c,additive_identity)
    | product(multiplicative_inverse(c),c,multiplicative_identity) ),
    inference(ground_cnf,[],[file('Axioms/FLD002-0.ax',existence_of_inverse_multiplication)]) ).

cnf(g7,plain,
    ( ~ defined(b)
    | product(multiplicative_identity,b,b) ),
    inference(ground_cnf,[],[file('Axioms/FLD002-0.ax',existence_of_identity_multiplication)]) ).

cnf(g8,plain,
    defined(c),
    inference(ground_cnf,[],[file('/export/starexec/sandbox/benchmark/theBenchmark.p',c_is_defined)]) ).

cnf(g9,plain,
    defined(b),
    inference(ground_cnf,[],[file('/export/starexec/sandbox/benchmark/theBenchmark.p',b_is_defined)]) ).

cnf(g10,plain,
    ( ~ product(multiplicative_inverse(c),c,multiplicative_identity)
    | ~ product(multiplicative_inverse(c),u,b)
    | ~ product(c,a,u)
    | product(multiplicative_identity,a,b) ),
    inference(ground_cnf,[],[file('Axioms/FLD002-0.ax',associativity_multiplication_2)]) ).

cnf(g11,plain,
    ( ~ product(multiplicative_inverse(c),c,multiplicative_identity)
    | ~ product(c,b,u)
    | ~ product(multiplicative_identity,b,b)
    | product(multiplicative_inverse(c),u,b) ),
    inference(ground_cnf,[],[file('Axioms/FLD002-0.ax',associativity_multiplication_1)]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.07/0.12  % Problem  : FLD035-3 : TPTP v8.1.0. Bugfixed v2.1.0.
% 0.07/0.13  % Command  : satcop --statistics %s
% 0.12/0.34  % Computer : n027.cluster.edu
% 0.12/0.34  % Model    : x86_64 x86_64
% 0.12/0.34  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.12/0.34  % Memory   : 8042.1875MB
% 0.12/0.34  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.12/0.34  % CPULimit : 300
% 0.12/0.34  % WCLimit  : 600
% 0.12/0.34  % DateTime : Mon Jun  6 15:04:09 EDT 2022
% 0.12/0.34  % CPUTime  : 
% 0.20/0.49  % symbols: 16
% 0.20/0.49  % clauses: 34
% 0.20/0.49  % start clauses: 4
% 0.20/0.49  % iterative deepening steps: 211
% 0.20/0.49  % maximum path limit: 3
% 0.20/0.49  % literal attempts: 117687
% 0.20/0.49  % depth failures: 74500
% 0.20/0.49  % regularity failures: 1285
% 0.20/0.49  % tautology failures: 3959
% 0.20/0.49  % reductions: 24245
% 0.20/0.49  % extensions: 92751
% 0.20/0.49  % SAT variables: 20040
% 0.20/0.49  % SAT clauses: 44420
% 0.20/0.49  % WalkSAT solutions: 44421
% 0.20/0.49  % CDCL solutions: 0
% 0.20/0.49  % SZS status Unsatisfiable for theBenchmark
% 0.20/0.49  % SZS output start ListOfCNF for theBenchmark
% See solution above
%------------------------------------------------------------------------------