TSTP Solution File: SET777-1 by SPASS---3.9

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : SPASS---3.9
% Problem  : SET777-1 : TPTP v8.1.0. Released v2.5.0.
% Transfm  : none
% Format   : tptp
% Command  : run_spass %d %s

% Computer : n007.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 05:28:35 EDT 2022

% Result   : Satisfiable 0.20s 0.41s
% Output   : Saturation 0.20s
% Verified : 
% SZS Type : ERROR: Analysing output (Could not find formula named 7)

% Comments : 
%------------------------------------------------------------------------------
cnf(1,axiom,
    ( ~ subset(u,v)
    | ~ member(w,u)
    | member(w,v) ),
    file('SET777-1.p',unknown),
    [] ).

cnf(8,plain,
    subset(u,u),
    inference(obv,[status(thm),theory(equality)],[7]),
    [iquote('0:Obv:7.0')] ).

cnf(6,axiom,
    ( ~ subset(u,v)
    | ~ subset(v,u)
    | equal_sets(u,v) ),
    file('SET777-1.p',unknown),
    [] ).

cnf(3,axiom,
    ( ~ member(member_of_1_not_of_2(u,v),v)
    | subset(u,v) ),
    file('SET777-1.p',unknown),
    [] ).

cnf(2,axiom,
    ( subset(u,v)
    | member(member_of_1_not_of_2(u,v),u) ),
    file('SET777-1.p',unknown),
    [] ).

cnf(4,axiom,
    ( ~ equal_sets(u,v)
    | subset(u,v) ),
    file('SET777-1.p',unknown),
    [] ).

cnf(5,axiom,
    ( ~ equal_sets(u,v)
    | subset(v,u) ),
    file('SET777-1.p',unknown),
    [] ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.03/0.12  % Problem  : SET777-1 : TPTP v8.1.0. Released v2.5.0.
% 0.03/0.13  % Command  : run_spass %d %s
% 0.13/0.34  % Computer : n007.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 00:20:01 EDT 2022
% 0.13/0.34  % CPUTime  : 
% 0.20/0.41  
% 0.20/0.41  SPASS V 3.9 
% 0.20/0.41  SPASS beiseite: Completion found.
% 0.20/0.41  % SZS status CounterSatisfiable
% 0.20/0.41  Problem: /export/starexec/sandbox2/benchmark/theBenchmark.p 
% 0.20/0.41  SPASS derived 4 clauses, backtracked 0 clauses, performed 0 splits and kept 7 clauses.
% 0.20/0.41  SPASS allocated 63080 KBytes.
% 0.20/0.41  SPASS spent	0:00:00.05 on the problem.
% 0.20/0.41  		0:00:00.03 for the input.
% 0.20/0.41  		0:00:00.00 for the FLOTTER CNF translation.
% 0.20/0.41  		0:00:00.00 for inferences.
% 0.20/0.41  		0:00:00.00 for the backtracking.
% 0.20/0.41  		0:00:00.00 for the reduction.
% 0.20/0.41  
% 0.20/0.41  
% 0.20/0.41   The saturated set of worked-off clauses is :
% 0.20/0.41  % SZS output start Saturation
% See solution above
%------------------------------------------------------------------------------