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

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : SATCoP---0.1
% Problem  : SET006-1 : 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:11 EDT 2022

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

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

cnf(g1,plain,
    ( member(member_of_1_not_of_2(d,a),d)
    | subset(d,a) ),
    inference(ground_cnf,[],[file('Axioms/SET001-0.ax',subsets_axiom1)]) ).

cnf(g2,plain,
    ( ~ member(member_of_1_not_of_2(d,a),a)
    | subset(d,a) ),
    inference(ground_cnf,[],[file('Axioms/SET001-0.ax',subsets_axiom2)]) ).

cnf(g3,plain,
    ( ~ member(member_of_1_not_of_2(d,a),d)
    | ~ intersection(d,a,d)
    | member(member_of_1_not_of_2(d,a),a) ),
    inference(ground_cnf,[],[file('Axioms/SET001-2.ax',member_of_intersection_is_member_of_set2)]) ).

cnf(g4,plain,
    intersection(d,a,d),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',d_intersection_a_is_d)]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.06/0.12  % Problem  : SET006-1 : TPTP v8.1.0. Released v1.0.0.
% 0.06/0.12  % 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 04:22:37 EDT 2022
% 0.13/0.34  % CPUTime  : 
% 0.13/0.34  % symbols: 10
% 0.13/0.34  % clauses: 14
% 0.13/0.34  % start clauses: 1
% 0.13/0.34  % iterative deepening steps: 43
% 0.13/0.34  % maximum path limit: 3
% 0.13/0.34  % literal attempts: 515
% 0.13/0.34  % depth failures: 323
% 0.13/0.34  % regularity failures: 26
% 0.13/0.34  % tautology failures: 2
% 0.13/0.34  % reductions: 0
% 0.13/0.34  % extensions: 476
% 0.13/0.34  % SAT variables: 129
% 0.13/0.34  % SAT clauses: 173
% 0.13/0.34  % WalkSAT solutions: 165
% 0.13/0.34  % CDCL solutions: 0
% 0.13/0.34  % SZS status Unsatisfiable for theBenchmark
% 0.13/0.34  % SZS output start ListOfCNF for theBenchmark
% See solution above
%------------------------------------------------------------------------------