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

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : SATCoP---0.1
% Problem  : FLD025-3 : TPTP v8.1.0. Bugfixed v2.1.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : satcop --statistics %s

% Computer : n025.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:24 EDT 2022

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

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

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

cnf(g2,plain,
    ~ product(d,b,multiply(a,c)),
    inference(ground_cnf,[],[file('/export/starexec/sandbox/benchmark/theBenchmark.p',not_product_7)]) ).

cnf(g3,plain,
    ( ~ product(multiplicative_identity,c,d)
    | product(c,multiplicative_identity,d) ),
    inference(ground_cnf,[],[file('Axioms/FLD002-0.ax',commutativity_multiplication)]) ).

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

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

cnf(g6,plain,
    ( ~ defined(a)
    | ~ defined(c)
    | product(a,c,multiply(a,c)) ),
    inference(ground_cnf,[],[file('Axioms/FLD002-0.ax',totality_of_multiplication)]) ).

cnf(g7,plain,
    defined(multiplicative_identity),
    inference(ground_cnf,[],[file('Axioms/FLD002-0.ax',well_definedness_of_multiplicative_identity)]) ).

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

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

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

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

cnf(g12,plain,
    defined(a),
    inference(ground_cnf,[],[file('/export/starexec/sandbox/benchmark/theBenchmark.p',a_is_defined)]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.03/0.12  % Problem  : FLD025-3 : TPTP v8.1.0. Bugfixed v2.1.0.
% 0.03/0.13  % Command  : satcop --statistics %s
% 0.13/0.34  % Computer : n025.cluster.edu
% 0.13/0.34  % Model    : x86_64 x86_64
% 0.13/0.34  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.13/0.34  % Memory   : 8042.1875MB
% 0.13/0.34  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.13/0.34  % CPULimit : 300
% 0.13/0.34  % WCLimit  : 600
% 0.13/0.34  % DateTime : Tue Jun  7 01:13:48 EDT 2022
% 0.13/0.34  % CPUTime  : 
% 0.19/0.38  % symbols: 16
% 0.19/0.38  % clauses: 33
% 0.19/0.38  % start clauses: 3
% 0.19/0.38  % iterative deepening steps: 190
% 0.19/0.38  % maximum path limit: 3
% 0.19/0.38  % literal attempts: 57447
% 0.19/0.38  % depth failures: 36495
% 0.19/0.38  % regularity failures: 608
% 0.19/0.38  % tautology failures: 1271
% 0.19/0.38  % reductions: 12504
% 0.19/0.38  % extensions: 44480
% 0.19/0.38  % SAT variables: 6792
% 0.19/0.38  % SAT clauses: 14933
% 0.19/0.38  % WalkSAT solutions: 14939
% 0.19/0.38  % CDCL solutions: 0
% 0.19/0.38  % SZS status Unsatisfiable for theBenchmark
% 0.19/0.38  % SZS output start ListOfCNF for theBenchmark
% See solution above
%------------------------------------------------------------------------------