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

View Problem - Process Solution

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

% Computer : n015.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 : Tue Jul 19 04:57:58 EDT 2022

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

% Comments : 
%------------------------------------------------------------------------------
cnf(g0,plain,
    ~ sPE(apply(another_function,apply(a_function,a)),apply(compose(another_function,a_function),a)),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',prove_apply_for_composition3)]) ).

cnf(g1,plain,
    ( ~ sPE(apply(compose(another_function,a_function),a),apply(another_function,apply(a_function,a)))
    | sPE(apply(another_function,apply(a_function,a)),apply(compose(another_function,a_function),a)) ),
    inference(ground_cnf,[],[theory(equality)]) ).

cnf(g2,plain,
    ( ~ member(a,domain_of(a_function))
    | ~ function(a_function)
    | subset(apply(another_function,apply(a_function,a)),apply(compose(another_function,a_function),a)) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',apply_for_composition1)]) ).

cnf(g3,plain,
    ( ~ subset(apply(compose(another_function,a_function),a),apply(another_function,apply(a_function,a)))
    | ~ subset(apply(another_function,apply(a_function,a)),apply(compose(another_function,a_function),a))
    | sPE(apply(compose(another_function,a_function),a),apply(another_function,apply(a_function,a))) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',two_sets_equal)]) ).

cnf(g4,plain,
    ( ~ function(a_function)
    | subset(apply(compose(another_function,a_function),a),apply(another_function,apply(a_function,a))) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',apply_for_composition2)]) ).

cnf(g5,plain,
    function(a_function),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',a_function)]) ).

cnf(g6,plain,
    member(a,domain_of(a_function)),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',member_of_domain)]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.07/0.12  % Problem  : SET041-3 : TPTP v8.1.0. Released v1.0.0.
% 0.07/0.13  % Command  : satcop --statistics %s
% 0.13/0.34  % Computer : n015.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 : Sun Jul 10 13:15:38 EDT 2022
% 0.13/0.34  % CPUTime  : 
% 0.13/0.37  % symbols: 77
% 0.13/0.37  % clauses: 238
% 0.13/0.37  % start clauses: 1
% 0.13/0.37  % iterative deepening steps: 121
% 0.13/0.37  % maximum path limit: 3
% 0.13/0.37  % literal attempts: 22828
% 0.13/0.37  % depth failures: 18597
% 0.13/0.37  % regularity failures: 326
% 0.13/0.37  % tautology failures: 454
% 0.13/0.37  % reductions: 2284
% 0.13/0.37  % extensions: 20498
% 0.13/0.37  % SAT variables: 7269
% 0.13/0.37  % SAT clauses: 6425
% 0.13/0.37  % WalkSAT solutions: 6423
% 0.13/0.37  % CDCL solutions: 0
% 0.13/0.37  % SZS status Unsatisfiable for theBenchmark
% 0.13/0.37  % SZS output start ListOfCNF for theBenchmark
% See solution above
%------------------------------------------------------------------------------