TSTP Solution File: SYN932+1 by JavaRes---1.3.0

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : JavaRes---1.3.0
% Problem  : SYN932+1 : TPTP v7.5.0. Released v3.1.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : java -Xmx15G -cp /export/starexec/sandbox2/solver/bin atp.ProverFOF -i /export/starexec/sandbox2/benchmark --eqax --proof --forward-subsumption --backward_subsumption --delete-tautologies --timeout 0 %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 : Mon Mar 28 18:31:50 EDT 2022

% Result   : Theorem 0.19s 0.52s
% Output   : CNFRefutation 0.19s
% Verified : 
% SZS Type : ERROR: Analysing output (Could not find formula named input)

% Comments : 
%------------------------------------------------------------------------------
fof(prove_this,conjecture,
    ( ? [X] : c
  <=> c ),
    input ).

fof(f1,negated_conjecture,
    ~ ( ? [X] : c
    <=> c ),
    inference(assume_negation,status(cth),[prove_this]) ).

fof(f4,negated_conjecture,
    ~ ( ? [X] : c
    <=> c ),
    inference(fof_simplification,status(thm),[f1]) ).

fof(f5,negated_conjecture,
    ( ( ! [X] : ~ c
      | ~ c )
    & ( ? [X] : c
      | c ) ),
    inference(fof_nnf,status(thm),[f4]) ).

fof(f6,negated_conjecture,
    ( ( ! [VAR0] : ~ c
      | ~ c )
    & ( ? [VAR1] : c
      | c ) ),
    inference(variable_rename,status(thm),[f5]) ).

fof(f7,negated_conjecture,
    ( ( ! [VAR0] : ~ c
      | ~ c )
    & ( c
      | c ) ),
    inference(skolemize,status(esa),[f6]) ).

fof(f8,negated_conjecture,
    ( ( ~ c
      | ~ c )
    & ( c
      | c ) ),
    inference(shift_quantors,status(thm),[f7]) ).

fof(f9,negated_conjecture,
    ( ( ~ c
      | ~ c )
    & ( c
      | c ) ),
    inference(distribute,status(thm),[f8]) ).

cnf(cnf0,negated_conjecture,
    ( ~ c
    | ~ c ),
    inference(split_conjunct,status(thm),[f9]) ).

cnf(c0,plain,
    ~ c,
    inference(factor,status(thm),[cnf0]) ).

fof(prove_this_001,conjecture,
    ( ? [X] : c
  <=> c ),
    input ).

fof(f1_002,negated_conjecture,
    ~ ( ? [X] : c
    <=> c ),
    inference(assume_negation,status(cth),[prove_this]) ).

fof(f4_003,negated_conjecture,
    ~ ( ? [X] : c
    <=> c ),
    inference(fof_simplification,status(thm),[f1]) ).

fof(f5_004,negated_conjecture,
    ( ( ! [X] : ~ c
      | ~ c )
    & ( ? [X] : c
      | c ) ),
    inference(fof_nnf,status(thm),[f4]) ).

fof(f6_005,negated_conjecture,
    ( ( ! [VAR0] : ~ c
      | ~ c )
    & ( ? [VAR1] : c
      | c ) ),
    inference(variable_rename,status(thm),[f5]) ).

fof(f7_006,negated_conjecture,
    ( ( ! [VAR0] : ~ c
      | ~ c )
    & ( c
      | c ) ),
    inference(skolemize,status(esa),[f6]) ).

fof(f8_007,negated_conjecture,
    ( ( ~ c
      | ~ c )
    & ( c
      | c ) ),
    inference(shift_quantors,status(thm),[f7]) ).

fof(f9_008,negated_conjecture,
    ( ( ~ c
      | ~ c )
    & ( c
      | c ) ),
    inference(distribute,status(thm),[f8]) ).

cnf(cnf1,negated_conjecture,
    ( c
    | c ),
    inference(split_conjunct,status(thm),[f9]) ).

cnf(c2,plain,
    $false,
    inference(resolution,status(thm),[cnf1,c0]) ).
%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.04/0.12  % Problem    : SYN932+1 : TPTP v7.5.0. Released v3.1.0.
% 0.04/0.13  % Command    : java -Xmx15G -cp /export/starexec/sandbox2/solver/bin atp.ProverFOF -i /export/starexec/sandbox2/benchmark --eqax --proof --forward-subsumption --backward_subsumption --delete-tautologies --timeout 0 %s
% 0.13/0.34  % Computer   : n007.cluster.edu
% 0.13/0.34  % Model      : x86_64 x86_64
% 0.13/0.34  % CPUModel   : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.13/0.34  % RAMPerCPU  : 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   : Thu Mar 10 17:28:29 EST 2022
% 0.13/0.34  % CPUTime    : 
% 0.19/0.47  # Using default include path : /export/starexec/sandbox2/benchmark
% 0.19/0.48  # INFO in ProverFOF.main(): Processing file /export/starexec/sandbox2/benchmark/theBenchmark.p
% 0.19/0.48  # ProverFOF.processTestFile(): filename: /export/starexec/sandbox2/benchmark/theBenchmark.p
% 0.19/0.48  # ProverFOF.processTestFile(): opts: {backward_subsumption=true, delete-tautologies=true, filename=/export/starexec/sandbox2/benchmark/theBenchmark.p, forward-subsumption=true, proof=true, eqax=true, timeout=0}
% 0.19/0.48  # ProverFOF.processTestFile(): evals: [Heuristics: PickGiven5 : [SymbolCountEval21, FIFOEval] litSelect: LARGEST indexing: true delTaut: true forSub: true backSub: true]
% 0.19/0.50  # hasConjecture: true isFOF: true
% 0.19/0.51  # ProofState(): heuristics: PickGiven5 : [SymbolCountEval21, FIFOEval]
% 0.19/0.51  # HeuristicsClauseSet using eval functions: PickGiven5 : [SymbolCountEval21, FIFOEval]
% 0.19/0.52  # -----------------
% 0.19/0.52  # SZS status Theorem for /export/starexec/sandbox2/benchmark/theBenchmark.p
% 0.19/0.52  
% 0.19/0.52  % SZS output start CNFRefutation for /export/starexec/sandbox2/benchmark/theBenchmark.p
% 0.19/0.52  fof(prove_this,conjecture,((?[X]:c)<=>c),input).
% 0.19/0.52  fof(f1,negated_conjecture,(~((?[X]:c)<=>c)),inference(assume_negation, status(cth), [prove_this])).
% 0.19/0.52  fof(f4,negated_conjecture,(~((?[X]:c)<=>c)),inference(fof_simplification, status(thm), [f1])).
% 0.19/0.52  fof(f5,negated_conjecture,(((![X]:~c)|~c)&((?[X]:c)|c)),inference(fof_nnf, status(thm), [f4])).
% 0.19/0.52  fof(f6,negated_conjecture,(((![VAR0]:~c)|~c)&((?[VAR1]:c)|c)),inference(variable_rename, status(thm), [f5])).
% 0.19/0.52  fof(f7,negated_conjecture,(((![VAR0]:~c)|~c)&(c|c)),inference(skolemize, status(esa), [f6])).
% 0.19/0.52  fof(f8,negated_conjecture,((~c|~c)&(c|c)),inference(shift_quantors, status(thm), [f7])).
% 0.19/0.52  fof(f9,negated_conjecture,((~c|~c)&(c|c)),inference(distribute, status(thm), [f8])).
% 0.19/0.52  cnf(cnf0,negated_conjecture,~c|~c,inference(split_conjunct, status(thm), [f9])).
% 0.19/0.52  cnf(c0,plain,~c,inference(factor, status(thm), [cnf0])).
% 0.19/0.52  fof(prove_this,conjecture,((?[X]:c)<=>c),input).
% 0.19/0.52  fof(f1,negated_conjecture,(~((?[X]:c)<=>c)),inference(assume_negation, status(cth), [prove_this])).
% 0.19/0.52  fof(f4,negated_conjecture,(~((?[X]:c)<=>c)),inference(fof_simplification, status(thm), [f1])).
% 0.19/0.52  fof(f5,negated_conjecture,(((![X]:~c)|~c)&((?[X]:c)|c)),inference(fof_nnf, status(thm), [f4])).
% 0.19/0.52  fof(f6,negated_conjecture,(((![VAR0]:~c)|~c)&((?[VAR1]:c)|c)),inference(variable_rename, status(thm), [f5])).
% 0.19/0.52  fof(f7,negated_conjecture,(((![VAR0]:~c)|~c)&(c|c)),inference(skolemize, status(esa), [f6])).
% 0.19/0.52  fof(f8,negated_conjecture,((~c|~c)&(c|c)),inference(shift_quantors, status(thm), [f7])).
% 0.19/0.52  fof(f9,negated_conjecture,((~c|~c)&(c|c)),inference(distribute, status(thm), [f8])).
% 0.19/0.52  cnf(cnf1,negated_conjecture,c|c,inference(split_conjunct, status(thm), [f9])).
% 0.19/0.52  cnf(c2,plain,$false,inference(resolution, status(thm), [cnf1, c0])).
% 0.19/0.52  % SZS output end CNFRefutation for /export/starexec/sandbox2/benchmark/theBenchmark.p
% 0.19/0.52  # Filename           : /export/starexec/sandbox2/benchmark/theBenchmark.p
% 0.19/0.52  # Indexed            : true
% 0.19/0.52  # Eval function name : PickGiven5
% 0.19/0.52  # Initial clauses    : 2
% 0.19/0.52  # Processed clauses  : 3
% 0.19/0.52  # Factors computed   : 2
% 0.19/0.52  # Resolvents computed: 2
% 0.19/0.52  # Tautologies deleted: 0
% 0.19/0.52  # Forward subsumed   : 0
% 0.19/0.52  # Backward subsumed  : 1
% 0.19/0.52  # SZS status Theorem for /export/starexec/sandbox2/benchmark/theBenchmark.p
% 0.19/0.52  # SZS Expected       : Theorem
% 0.19/0.52  # time               : 10ms
% 0.19/0.52  
%------------------------------------------------------------------------------