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

View Problem - Process Solution

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

% Computer : n019.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 9.52s 1.53s
% Output   : Proof 9.52s
% Verified : 
% SZS Type : ERROR: Analysing output (MakeTreeStats fails)

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

cnf(g1,plain,
    ( ~ equalish(d,c)
    | equalish(c,d) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',symmetry)]) ).

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

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

cnf(g4,plain,
    sum(additive_identity,c,c),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',additive_identity1)]) ).

cnf(g5,plain,
    sum(d,additive_identity,d),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',additive_identity2)]) ).

cnf(g6,plain,
    ( ~ sum(d,additive_identity,d)
    | ~ sum(d,additive_identity,c)
    | equalish(d,c) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',addition_is_well_defined)]) ).

cnf(g7,plain,
    product(additive_identity,additive_inverse(b),additive_identity),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',multiplicative_identity1)]) ).

cnf(g8,plain,
    product(a,additive_identity,additive_identity),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',multiplicative_identity2)]) ).

cnf(g9,plain,
    sum(additive_inverse(b),b,additive_identity),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',left_inverse)]) ).

cnf(g10,plain,
    sum(additive_inverse(a),a,additive_identity),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',left_inverse)]) ).

cnf(g11,plain,
    product(a,additive_inverse(b),multiply(a,additive_inverse(b))),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',closure_of_multiplication)]) ).

cnf(g12,plain,
    ( ~ sum(d,multiply(a,additive_inverse(b)),additive_identity)
    | ~ sum(multiply(a,additive_inverse(b)),c,additive_identity)
    | ~ sum(additive_identity,c,c)
    | sum(d,additive_identity,c) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',associativity_of_addition1)]) ).

cnf(g13,plain,
    ( ~ sum(additive_inverse(a),a,additive_identity)
    | ~ product(additive_inverse(a),additive_inverse(b),d)
    | ~ product(a,additive_inverse(b),multiply(a,additive_inverse(b)))
    | ~ product(additive_identity,additive_inverse(b),additive_identity)
    | sum(d,multiply(a,additive_inverse(b)),additive_identity) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',distributivity3)]) ).

cnf(g14,plain,
    ( ~ sum(additive_inverse(b),b,additive_identity)
    | ~ product(a,additive_inverse(b),multiply(a,additive_inverse(b)))
    | ~ product(a,b,c)
    | ~ product(a,additive_identity,additive_identity)
    | sum(multiply(a,additive_inverse(b)),c,additive_identity) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',distributivity1)]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.08/0.13  % Problem  : RNG004-3 : TPTP v8.1.0. Released v1.0.0.
% 0.08/0.14  % Command  : satcop --statistics %s
% 0.14/0.35  % Computer : n019.cluster.edu
% 0.14/0.35  % Model    : x86_64 x86_64
% 0.14/0.35  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.14/0.35  % Memory   : 8042.1875MB
% 0.14/0.35  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.14/0.35  % CPULimit : 300
% 0.14/0.35  % WCLimit  : 600
% 0.14/0.35  % DateTime : Mon May 30 16:11:25 EDT 2022
% 0.14/0.35  % CPUTime  : 
% 9.52/1.53  % symbols: 13
% 9.52/1.53  % clauses: 34
% 9.52/1.53  % start clauses: 1
% 9.52/1.53  % iterative deepening steps: 1367
% 9.52/1.53  % maximum path limit: 6
% 9.52/1.53  % literal attempts: 1624381
% 9.52/1.53  % depth failures: 1258500
% 9.52/1.53  % regularity failures: 15520
% 9.52/1.53  % tautology failures: 54053
% 9.52/1.53  % reductions: 0
% 9.52/1.53  % extensions: 1623654
% 9.52/1.53  % SAT variables: 148451
% 9.52/1.53  % SAT clauses: 468278
% 9.52/1.53  % WalkSAT solutions: 468278
% 9.52/1.53  % CDCL solutions: 0
% 9.52/1.53  % SZS status Unsatisfiable for theBenchmark
% 9.52/1.53  % SZS output start ListOfCNF for theBenchmark
% See solution above
%------------------------------------------------------------------------------