TSTP Solution File: COL049-1 by GKC---0.8

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : GKC---0.8
% Problem  : COL049-1 : TPTP v8.1.2. Released v1.0.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : gkc %s

% Computer : n029.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  : 300s
% DateTime : Wed Aug 30 18:27:05 EDT 2023

% Result   : Unsatisfiable 12.27s 2.06s
% Output   : CNFRefutation 12.27s
% Verified : 
% SZS Type : ERROR: Analysing output (Could not find formula named m_definition)

% Comments : 
%------------------------------------------------------------------------------
cnf('1',plain,
    apply(m,X) = apply(X,X),
    inference(cnf_transformation,[],[m_definition]) ).

cnf('2',plain,
    apply(apply(apply(b,X),Y),Z) = apply(X,apply(Y,Z)),
    inference(cnf_transformation,[],[b_definition]) ).

cnf('3',plain,
    apply(X,f(X)) != apply(f(X),apply(X,f(X))),
    inference(cnf_transformation,[],[prove_strong_fixed_point]) ).

cnf('4',plain,
    apply(apply(apply(b,X),Y),f(apply(apply(b,X),Y))) != apply(f(apply(apply(b,X),Y)),apply(X,apply(Y,f(apply(apply(b,X),Y))))),
    inference(paramodulation,[],['2','3']) ).

cnf('5',plain,
    apply(X,apply(Y,f(apply(apply(b,X),Y)))) != apply(f(apply(apply(b,X),Y)),apply(X,apply(Y,f(apply(apply(b,X),Y))))),
    inference(paramodulation,[],['2','4']) ).

cnf('6',plain,
    apply(apply(X,f(apply(apply(b,m),X))),apply(X,f(apply(apply(b,m),X)))) != apply(f(apply(apply(b,m),X)),apply(m,apply(X,f(apply(apply(b,m),X))))),
    inference(paramodulation,[],['1','5']) ).

cnf('7',plain,
    apply(apply(w,X),Y) = apply(apply(X,Y),Y),
    inference(cnf_transformation,[],[w_definition]) ).

cnf('8',plain,
    apply(apply(apply(b,X),Y),Y) = apply(X,apply(m,Y)),
    inference(paramodulation,[],['1','2']) ).

cnf('9',plain,
    apply(apply(w,apply(b,X)),Y) = apply(X,apply(m,Y)),
    inference(paramodulation,[],['7','8']) ).

cnf('10',plain,
    apply(apply(apply(apply(b,w),b),X),Y) = apply(X,apply(m,Y)),
    inference(paramodulation,[],['2','9']) ).

cnf('11',plain,
    $false,
    inference(resolution,[],['6','10']) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.12  % Problem  : COL049-1 : TPTP v8.1.2. Released v1.0.0.
% 0.00/0.12  % Command  : gkc %s
% 0.12/0.33  % Computer : n029.cluster.edu
% 0.12/0.33  % Model    : x86_64 x86_64
% 0.12/0.33  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.12/0.33  % Memory   : 8042.1875MB
% 0.12/0.33  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.12/0.33  % CPULimit : 300
% 0.12/0.33  % WCLimit  : 300
% 0.12/0.33  % DateTime : Sun Aug 27 05:16:25 EDT 2023
% 0.12/0.33  % CPUTime  : 
% 0.18/0.38  
% 0.18/0.38  input clause set summed statistics:
% 0.18/0.38  ----------------------------------
% 0.18/0.38  in_clause_count:                     4
% 0.18/0.38  in_rule_clause_count:                4
% 0.18/0.38  in_fact_clause_count:                0
% 0.18/0.38  in_answer_clause_count:              0
% 0.18/0.38  in_ground_clause_count:              0
% 0.18/0.38  in_unit_clause_count:                4
% 0.18/0.38  in_horn_clause_count:                4
% 0.18/0.38  in_pos_clause_count:                 3
% 0.18/0.38  in_neg_clause_count:                 1
% 0.18/0.38  in_poseq_clause_count:               3
% 0.18/0.38  in_negeq_clause_count:               1
% 0.18/0.38  in_unitposeq_clause_count:           3
% 0.18/0.38  in_chain_clause_count:               0
% 0.18/0.38  in_min_length:             1
% 0.18/0.38  in_max_length:             1
% 0.18/0.38  in_min_depth:              2
% 0.18/0.38  in_max_depth:              4
% 0.18/0.38  in_min_size:               7
% 0.18/0.38  in_max_size:              13
% 0.18/0.38  in_min_vars:               1
% 0.18/0.38  in_max_vars:               3
% 0.18/0.38  in_extaxiom_count:                 0
% 0.18/0.38  in_axiom_count:                    3
% 0.18/0.38  in_assumption_count:               0
% 0.18/0.38  in_goal_count:                     1
% 0.18/0.38  in_neg_goal_count:                 1
% 0.18/0.38  in_pos_goal_count:                 0
% 0.18/0.38  in_posunit_goal_count:             0
% 0.18/0.38  
% 0.18/0.38  auto guide:
% 0.18/0.38  -----------
% 0.18/0.38  {
% 0.18/0.38  "print":1,
% 0.18/0.38  "print_level": 15,
% 0.18/0.38  "max_size": 0,
% 0.18/0.38  "max_depth": 0,
% 0.18/0.38  "max_length": 0,
% 0.18/0.38  "max_dseconds": 0,
% 0.18/0.38  "runs":[
% 0.18/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1},
% 0.18/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0},
% 0.18/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.18/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.18/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.18/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.18/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.18/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.18/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.18/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1},
% 0.18/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0},
% 0.18/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.18/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.18/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.18/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.18/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.18/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.18/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.18/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 1},
% 0.18/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0},
% 0.18/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.18/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.18/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.18/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.18/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.18/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.18/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.18/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1},
% 0.18/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0},
% 0.18/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.18/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.18/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.18/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.18/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.18/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.18/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.18/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.18/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.18/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.18/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.18/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.18/0.38  {"max_dseconds": 1, "strategy":["query_focus"], "query_preference": 0},
% 0.18/0.38  {"max_dseconds": 1, "strategy":["query_focus"], "query_preference": 1},
% 0.18/0.38  {"max_dseconds": 1, "strategy":["query_focus"], "query_preference": 2},
% 0.18/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.18/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.18/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.18/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.18/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.18/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.18/0.38  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.18/0.38  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.18/0.38  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.18/0.38  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.18/0.38  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.18/0.38  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.18/0.38  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.18/0.38  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.18/0.38  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.18/0.38  {"max_dseconds": 1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.18/0.38  {"max_dseconds": 1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.18/0.38  {"max_dseconds": 1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.18/0.38  {"max_dseconds": 1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.18/0.38  {"max_dseconds": 1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.18/0.38  {"max_dseconds": 1,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.18/0.38  {"max_dseconds": 1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.18/0.38  
% 0.18/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1},
% 0.18/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0},
% 0.18/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.18/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.18/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.18/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.18/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.18/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.18/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.18/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1},
% 0.18/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0},
% 0.18/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.18/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.18/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.18/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.18/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.18/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.18/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.18/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 1},
% 0.18/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0},
% 0.18/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.18/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.18/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.18/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.18/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.18/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.18/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.18/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1},
% 0.18/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0},
% 0.18/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.18/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.18/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.18/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.18/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.18/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.18/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.18/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.18/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.18/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.18/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.18/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.18/0.38  {"max_dseconds": 10, "strategy":["query_focus"], "query_preference": 0},
% 0.18/0.38  {"max_dseconds": 10, "strategy":["query_focus"], "query_preference": 1},
% 0.18/0.38  {"max_dseconds": 10, "strategy":["query_focus"], "query_preference": 2},
% 0.18/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.18/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.18/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.18/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.18/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.18/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.18/0.38  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.18/0.38  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.18/0.38  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.18/0.38  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.18/0.38  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.18/0.38  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.18/0.38  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.18/0.38  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.18/0.38  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.18/0.38  {"max_dseconds": 10,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.18/0.38  {"max_dseconds": 10,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.18/0.38  {"max_dseconds": 10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.18/0.38  {"max_dseconds": 10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.18/0.38  {"max_dseconds": 10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.18/0.38  {"max_dseconds": 10,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.18/0.38  {"max_dseconds": 10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.18/0.38  
% 0.18/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1},
% 0.18/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0},
% 0.18/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.18/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.18/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.18/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.18/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.18/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.18/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.18/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1},
% 0.18/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0},
% 0.18/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.18/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.18/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.18/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.18/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.18/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.18/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.18/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 1},
% 0.18/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0},
% 0.18/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.18/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.18/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.18/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.18/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.18/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.18/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.18/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1},
% 0.18/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0},
% 0.18/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.18/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.18/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.18/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.18/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.18/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.18/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.18/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.18/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.18/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.18/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.18/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.18/0.38  {"max_dseconds": 50, "strategy":["query_focus"], "query_preference": 0},
% 0.18/0.38  {"max_dseconds": 50, "strategy":["query_focus"], "query_preference": 1},
% 0.18/0.38  {"max_dseconds": 50, "strategy":["query_focus"], "query_preference": 2},
% 0.18/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.18/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.18/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.18/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.18/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.18/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.18/0.38  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.18/0.38  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.18/0.38  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.18/0.38  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.18/0.38  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.18/0.38  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.18/0.38  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.18/0.38  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.18/0.38  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.18/0.38  {"max_dseconds": 50,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.18/0.38  {"max_dseconds": 50,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.18/0.38  {"max_dseconds": 50,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.18/0.38  {"max_dseconds": 50,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.18/0.38  {"max_dseconds": 50,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.18/0.38  {"max_dseconds": 50,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.18/0.38  {"max_dseconds": 50,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.18/0.38  
% 0.18/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1},
% 0.18/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0},
% 0.18/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.18/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.18/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.18/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.18/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.18/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.18/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.18/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.18/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.18/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.18/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.18/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.18/0.38  {"max_dseconds": 250, "strategy":["query_focus"], "query_preference": 0},
% 0.18/0.38  {"max_dseconds": 250, "strategy":["query_focus"], "query_preference": 1},
% 0.18/0.38  {"max_dseconds": 250, "strategy":["query_focus"], "query_preference": 2},
% 0.18/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.18/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.18/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.18/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.18/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.18/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.18/0.38  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.18/0.38  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.18/0.38  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.18/0.38  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.18/0.38  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.18/0.38  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.18/0.38  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.18/0.38  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.18/0.38  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.18/0.38  {"max_dseconds": 250,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.18/0.38  {"max_dseconds": 250,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.18/0.38  {"max_dseconds": 250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.18/0.38  {"max_dseconds": 250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.18/0.38  {"max_dseconds": 250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.18/0.38  {"max_dseconds": 250,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.18/0.38  {"max_dseconds": 250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.18/0.38  
% 0.18/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1},
% 0.18/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0},
% 0.18/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.18/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.18/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.18/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.18/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.18/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.18/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.18/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.18/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.18/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.18/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.18/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.18/0.38  {"max_dseconds": 1250, "strategy":["query_focus"], "query_preference": 0},
% 0.18/0.38  {"max_dseconds": 1250, "strategy":["query_focus"], "query_preference": 1},
% 0.18/0.38  {"max_dseconds": 1250, "strategy":["query_focus"], "query_preference": 2},
% 0.18/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.18/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.18/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.18/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.18/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.18/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.18/0.38  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.18/0.38  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.18/0.38  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.18/0.38  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.18/0.38  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.18/0.38  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.18/0.38  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.18/0.38  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.18/0.38  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.18/0.38  {"max_dseconds": 1250,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.18/0.38  {"max_dseconds": 1250,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.18/0.38  {"max_dseconds": 1250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.18/0.38  {"max_dseconds": 1250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.18/0.38  {"max_dseconds": 1250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.18/0.38  {"max_dseconds": 1250,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.18/0.38  {"max_dseconds": 1250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4} 
% 0.18/0.38  
% 0.18/0.38  ]}
% 0.18/0.38  
% 0.18/0.38  
% 0.18/0.38  **** run 1 fork 0 starts with strategy
% 0.18/0.38  {"max_dseconds":1,"strategy":["unit"],"query_preference":1}
% 0.18/0.38  
% 0.18/0.38  **** run 2 fork 1 starts with strategy
% 0.18/0.38  {"max_dseconds":1,"strategy":["unit"],"query_preference":0}
% 0.18/0.38  
% 0.18/0.38  **** run 3 fork 2 starts with strategy
% 0.18/0.38  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 0.18/0.38  
% 0.18/0.38  **** run 4 fork 3 starts with strategy
% 0.18/0.38  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 0.18/0.38  
% 0.18/0.38  **** run 5 fork 4 starts with strategy
% 0.18/0.38  
% 0.18/0.38  **** run 6 fork 5 starts with strategy
% 0.18/0.38  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20}
% 0.18/0.38  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1,"weight_select_ratio":20,"repeat_var_weight":1,"depth_penalty":100}
% 0.18/0.38  
% 0.18/0.38  **** run 7 fork 6 starts with strategy
% 0.18/0.38  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20}
% 0.18/0.39  
% 0.18/0.39  **** run 8 fork 7 starts with strategy
% 0.18/0.39  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 0.18/0.50  
% 0.18/0.50  
% 0.18/0.50  fork 2: search terminated without proof.
% 0.18/0.51  
% 0.18/0.51  
% 0.18/0.51  fork 3: search terminated without proof.
% 0.18/0.51  
% 0.18/0.51  
% 0.18/0.51  fork 5: search terminated without proof.
% 0.18/0.51  
% 0.18/0.51  
% 0.18/0.51  fork 0: search terminated without proof.
% 0.18/0.51  
% 0.18/0.51  
% 0.18/0.51  fork 7: search terminated without proof.
% 0.18/0.52  
% 0.18/0.52  
% 0.18/0.52  fork 6: search terminated without proof.
% 0.18/0.52  
% 0.18/0.52  **** run 11 fork 2 starts with strategy
% 0.18/0.52  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0}
% 0.18/0.53  
% 0.18/0.53  
% 0.18/0.53  fork 1: search terminated without proof.
% 0.18/0.53  
% 0.18/0.53  **** run 14 fork 5 starts with strategy
% 0.18/0.53  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":20,"repeat_var_weight":1,"depth_penalty":100}
% 0.18/0.53  
% 0.18/0.53  **** run 12 fork 3 starts with strategy
% 0.18/0.53  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 0.18/0.54  
% 0.18/0.54  **** run 15 fork 6 starts with strategy
% 0.18/0.54  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20}
% 0.18/0.54  
% 0.18/0.54  **** run 9 fork 0 starts with strategy
% 0.18/0.54  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 0.18/0.54  
% 0.18/0.54  **** run 16 fork 7 starts with strategy
% 0.18/0.54  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20}
% 0.18/0.55  
% 0.18/0.55  **** run 10 fork 1 starts with strategy
% 0.18/0.55  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":1}
% 0.18/0.57  
% 0.18/0.57  
% 0.18/0.57  fork 4: search terminated without proof.
% 0.18/0.59  
% 0.18/0.59  **** run 13 fork 4 starts with strategy
% 0.18/0.59  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 0.18/0.64  
% 0.18/0.64  
% 0.18/0.64  fork 2: search terminated without proof.
% 0.18/0.64  
% 0.18/0.64  
% 0.18/0.64  fork 5: search terminated without proof.
% 0.18/0.64  
% 0.18/0.64  
% 0.18/0.64  fork 3: search terminated without proof.
% 0.18/0.65  
% 0.18/0.65  
% 0.18/0.65  fork 6: search terminated without proof.
% 0.18/0.65  
% 0.18/0.65  
% 0.18/0.65  fork 0: search terminated without proof.
% 0.18/0.66  
% 0.18/0.66  
% 0.18/0.66  fork 1: search terminated without proof.
% 0.18/0.66  
% 0.18/0.66  **** run 20 fork 3 starts with strategy
% 0.18/0.66  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0}
% 0.18/0.66  
% 0.18/0.66  **** run 22 fork 5 starts with strategy
% 0.18/0.66  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 0.18/0.67  
% 0.18/0.67  **** run 23 fork 6 starts with strategy
% 0.18/0.67  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":20,"repeat_var_weight":1,"depth_penalty":100}
% 0.18/0.67  
% 0.18/0.67  **** run 19 fork 2 starts with strategy
% 0.18/0.67  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":1}
% 0.18/0.67  
% 0.18/0.67  **** run 17 fork 0 starts with strategy
% 0.18/0.67  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 0.18/0.67  
% 0.18/0.67  
% 0.18/0.67  fork 7: search terminated without proof.
% 0.18/0.68  
% 0.18/0.68  **** run 18 fork 1 starts with strategy
% 0.18/0.68  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 0.18/0.70  
% 0.18/0.70  **** run 24 fork 7 starts with strategy
% 0.18/0.70  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":1,"weight_select_ratio":20}
% 0.18/0.70  
% 0.18/0.70  
% 0.18/0.70  fork 4: search terminated without proof.
% 0.18/0.72  
% 0.18/0.72  **** run 21 fork 4 starts with strategy
% 0.18/0.72  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 0.18/0.78  
% 0.18/0.78  
% 0.18/0.78  fork 6: search terminated without proof.
% 0.18/0.78  
% 0.18/0.78  
% 0.18/0.78  fork 2: search terminated without proof.
% 0.18/0.80  
% 0.18/0.80  **** run 31 fork 6 starts with strategy
% 0.18/0.80  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 0.18/0.80  
% 0.18/0.80  
% 0.18/0.80  fork 0: search terminated without proof.
% 0.18/0.81  
% 0.18/0.81  **** run 27 fork 2 starts with strategy
% 0.18/0.81  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 0.18/0.82  
% 0.18/0.82  **** run 25 fork 0 starts with strategy
% 0.18/0.82  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20}
% 3.37/0.83  
% 3.37/0.83  
% 3.37/0.83  fork 7: search terminated without proof.
% 3.37/0.83  
% 3.37/0.83  
% 3.37/0.83  fork 5: search terminated without proof.
% 3.37/0.83  
% 3.37/0.83  
% 3.37/0.83  fork 1: search terminated without proof.
% 3.37/0.83  
% 3.37/0.83  
% 3.37/0.83  fork 4: search terminated without proof.
% 3.37/0.84  
% 3.37/0.84  
% 3.37/0.84  fork 3: search terminated without proof.
% 3.37/0.85  
% 3.37/0.85  **** run 32 fork 7 starts with strategy
% 3.37/0.85  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":20,"repeat_var_weight":1,"depth_penalty":100}
% 3.37/0.85  
% 3.37/0.85  **** run 30 fork 5 starts with strategy
% 3.37/0.85  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 3.37/0.85  
% 3.37/0.85  **** run 26 fork 1 starts with strategy
% 3.37/0.85  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 3.37/0.85  
% 3.37/0.85  **** run 29 fork 4 starts with strategy
% 3.37/0.85  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0}
% 3.37/0.86  
% 3.37/0.86  **** run 28 fork 3 starts with strategy
% 3.37/0.86  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1}
% 3.81/0.92  
% 3.81/0.92  
% 3.81/0.92  fork 2: search terminated without proof.
% 4.24/0.93  
% 4.24/0.93  
% 4.24/0.93  fork 6: search terminated without proof.
% 4.24/0.94  
% 4.24/0.94  **** run 35 fork 2 starts with strategy
% 4.24/0.94  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 4.24/0.95  
% 4.24/0.95  
% 4.24/0.95  fork 0: search terminated without proof.
% 4.24/0.95  
% 4.24/0.95  **** run 39 fork 6 starts with strategy
% 4.24/0.95  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":2}
% 4.43/0.96  
% 4.43/0.96  **** run 33 fork 0 starts with strategy
% 4.43/0.96  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20}
% 4.43/0.97  
% 4.43/0.97  
% 4.43/0.97  fork 7: search terminated without proof.
% 4.43/0.98  
% 4.43/0.98  
% 4.43/0.98  fork 5: search terminated without proof.
% 4.43/0.98  
% 4.43/0.98  
% 4.43/0.98  fork 3: search terminated without proof.
% 4.43/0.98  
% 4.43/0.98  
% 4.43/0.98  fork 1: search terminated without proof.
% 4.43/0.98  
% 4.43/0.98  
% 4.43/0.98  fork 4: search terminated without proof.
% 4.43/0.99  
% 4.43/0.99  **** run 40 fork 7 starts with strategy
% 4.43/0.99  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50,"var_weight":1,"repeat_var_weight":1}
% 4.43/1.00  
% 4.43/1.00  **** run 38 fork 5 starts with strategy
% 4.43/1.00  
% 4.43/1.00  **** run 36 fork 3 starts with strategy
% 4.43/1.00  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 4.43/1.00  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"rewrite":0}
% 4.43/1.00  
% 4.43/1.00  **** run 34 fork 1 starts with strategy
% 4.43/1.00  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20}
% 4.43/1.00  
% 4.43/1.00  **** run 37 fork 4 starts with strategy
% 4.43/1.00  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"rewrite":0}
% 5.39/1.07  
% 5.39/1.07  
% 5.39/1.07  fork 6: search terminated without proof.
% 5.39/1.07  
% 5.39/1.07  
% 5.39/1.07  fork 2: search terminated without proof.
% 5.39/1.08  
% 5.39/1.08  **** run 47 fork 6 starts with strategy
% 5.39/1.08  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":4}
% 5.39/1.08  
% 5.39/1.08  
% 5.39/1.08  fork 0: search terminated without proof.
% 5.39/1.09  
% 5.39/1.09  **** run 43 fork 2 starts with strategy
% 5.39/1.09  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1}
% 5.39/1.10  
% 5.39/1.10  **** run 41 fork 0 starts with strategy
% 5.39/1.10  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50,"var_weight":1,"repeat_var_weight":1}
% 5.39/1.12  
% 5.39/1.12  
% 5.39/1.12  fork 1: search terminated without proof.
% 5.39/1.12  
% 5.39/1.12  
% 5.39/1.12  fork 4: search terminated without proof.
% 5.39/1.12  
% 5.39/1.12  
% 5.39/1.12  fork 5: search terminated without proof.
% 5.39/1.12  
% 5.39/1.12  
% 5.39/1.12  fork 3: search terminated without proof.
% 5.39/1.13  
% 5.39/1.13  
% 5.39/1.13  fork 7: search terminated without proof.
% 5.39/1.13  
% 5.39/1.13  **** run 42 fork 1 starts with strategy
% 5.39/1.13  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":0}
% 5.39/1.13  
% 5.39/1.13  **** run 45 fork 4 starts with strategy
% 5.39/1.13  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"reverse_clauselist":1}
% 5.39/1.14  
% 5.39/1.14  **** run 46 fork 5 starts with strategy
% 5.39/1.14  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":2}
% 5.39/1.14  
% 5.39/1.14  **** run 44 fork 3 starts with strategy
% 5.39/1.14  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":2}
% 5.97/1.14  
% 5.97/1.14  **** run 48 fork 7 starts with strategy
% 5.97/1.14  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":6}
% 5.97/1.16  
% 5.97/1.16  fork 5: search finished without proof.
% 6.22/1.18  
% 6.22/1.18  **** run 54 fork 5 starts with strategy
% 6.22/1.18  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":20,"weight_select_ratio":2}
% 6.22/1.20  
% 6.22/1.20  
% 6.22/1.20  fork 2: search terminated without proof.
% 6.22/1.20  
% 6.22/1.20  
% 6.22/1.20  fork 6: search terminated without proof.
% 6.22/1.22  
% 6.22/1.22  **** run 51 fork 2 starts with strategy
% 6.22/1.22  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":10}
% 6.22/1.23  
% 6.22/1.23  **** run 55 fork 6 starts with strategy
% 6.22/1.23  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":30}
% 6.66/1.23  
% 6.66/1.23  
% 6.66/1.23  fork 0: search terminated without proof.
% 6.66/1.25  
% 6.66/1.25  **** run 49 fork 0 starts with strategy
% 6.66/1.25  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":8}
% 6.86/1.25  
% 6.86/1.25  fork 2: search finished without proof.
% 6.86/1.27  
% 6.86/1.27  
% 6.86/1.27  fork 1: search terminated without proof.
% 6.86/1.27  
% 6.86/1.27  
% 6.86/1.27  fork 7: search terminated without proof.
% 6.86/1.27  
% 6.86/1.27  
% 6.86/1.27  fork 4: search terminated without proof.
% 6.86/1.27  
% 6.86/1.27  **** run 59 fork 2 starts with strategy
% 6.86/1.27  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50}
% 6.86/1.28  
% 6.86/1.28  **** run 50 fork 1 starts with strategy
% 6.86/1.28  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":10}
% 6.86/1.29  
% 6.86/1.29  **** run 56 fork 7 starts with strategy
% 6.86/1.29  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":40}
% 6.86/1.29  
% 6.86/1.29  **** run 53 fork 4 starts with strategy
% 6.86/1.29  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":20}
% 6.86/1.30  
% 6.86/1.30  
% 6.86/1.30  fork 5: search terminated without proof.
% 6.86/1.32  
% 6.86/1.32  **** run 62 fork 5 starts with strategy
% 6.86/1.32  {"max_dseconds":1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0}
% 7.35/1.35  
% 7.35/1.35  
% 7.35/1.35  fork 6: search terminated without proof.
% 7.35/1.37  
% 7.35/1.37  **** run 63 fork 6 starts with strategy
% 7.35/1.37  {"max_dseconds":1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1}
% 7.35/1.37  
% 7.35/1.37  
% 7.35/1.37  fork 0: search terminated without proof.
% 7.35/1.39  
% 7.35/1.39  **** run 57 fork 0 starts with strategy
% 7.35/1.39  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1}
% 7.35/1.39  
% 7.35/1.39  
% 7.35/1.39  fork 2: search terminated without proof.
% 7.35/1.41  
% 7.35/1.41  
% 7.35/1.41  fork 1: search terminated without proof.
% 7.35/1.41  
% 7.35/1.41  
% 7.35/1.41  fork 4: search terminated without proof.
% 7.35/1.41  
% 7.35/1.41  
% 7.35/1.41  fork 7: search terminated without proof.
% 7.35/1.41  
% 7.35/1.41  **** run 67 fork 2 starts with strategy
% 7.35/1.41  {"max_dseconds":10,"strategy":["unit"],"query_preference":1}
% 7.35/1.43  
% 7.35/1.43  **** run 58 fork 1 starts with strategy
% 7.35/1.43  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1,"repeat_var_weight":1}
% 7.35/1.43  
% 7.35/1.43  **** run 64 fork 7 starts with strategy
% 7.35/1.43  {"max_dseconds":1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20}
% 7.35/1.43  
% 7.35/1.43  **** run 61 fork 4 starts with strategy
% 7.35/1.43  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100}
% 7.35/1.44  
% 7.35/1.44  
% 7.35/1.44  fork 5: search terminated without proof.
% 7.35/1.46  
% 7.35/1.46  **** run 70 fork 5 starts with strategy
% 7.35/1.46  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 7.35/1.49  
% 7.35/1.49  
% 7.35/1.49  fork 6: search terminated without proof.
% 7.35/1.51  
% 7.35/1.51  **** run 71 fork 6 starts with strategy
% 7.35/1.51  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"var_weight":1,"weight_select_ratio":20,"repeat_var_weight":1,"depth_penalty":100}
% 7.35/1.51  
% 7.35/1.51  
% 7.35/1.51  fork 0: search terminated without proof.
% 7.35/1.53  
% 7.35/1.53  **** run 65 fork 0 starts with strategy
% 7.35/1.53  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100}
% 8.72/1.55  
% 8.72/1.55  
% 8.72/1.55  fork 1: search terminated without proof.
% 8.72/1.55  
% 8.72/1.55  
% 8.72/1.55  fork 4: search terminated without proof.
% 8.72/1.55  
% 8.72/1.55  
% 8.72/1.55  fork 7: search terminated without proof.
% 8.72/1.57  
% 8.72/1.57  **** run 66 fork 1 starts with strategy
% 8.72/1.57  {"max_dseconds":1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth":4}
% 8.72/1.57  
% 8.72/1.57  **** run 69 fork 4 starts with strategy
% 8.72/1.57  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 8.72/1.57  
% 8.72/1.57  **** run 72 fork 7 starts with strategy
% 8.72/1.57  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20}
% 9.57/1.65  
% 9.57/1.65  
% 9.57/1.65  fork 0: search terminated without proof.
% 9.57/1.67  
% 9.57/1.67  **** run 73 fork 0 starts with strategy
% 9.57/1.67  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20}
% 9.57/1.69  
% 9.57/1.69  
% 9.57/1.69  fork 1: search terminated without proof.
% 9.57/1.70  
% 9.57/1.70  **** run 74 fork 1 starts with strategy
% 9.57/1.70  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 12.27/2.06  
% 12.27/2.06  
% 12.27/2.06  result: proof found
% 12.27/2.06  for /export/starexec/sandbox2/benchmark/theBenchmark.p 
% 12.27/2.06  by run 44 fork 3 strategy {"max_dseconds":1,"strategy":["query_focus"],"query_preference":2}
% 12.27/2.06  % SZS status Unsatisfiable for /export/starexec/sandbox2/benchmark/theBenchmark.p 
% 12.27/2.06  
% 12.27/2.06  % SZS output start CNFRefutation for /export/starexec/sandbox2/benchmark/theBenchmark.p 
% See solution above
% 12.27/2.06  
% 12.27/2.06  run 44 fork 3 statistics:
% 12.27/2.06  ----------------------------------
% 12.27/2.06  this run seconds: 0.099045
% 12.27/2.06  total seconds: 0.826820
% 12.27/2.06  stat_given_used: 287
% 12.27/2.06  stat_given_used_at_endgame: 69
% 12.27/2.06  stat_given_candidates:   301
% 12.27/2.06  stat_given_candidates_at_endgame: 83
% 12.27/2.06  stat_given_candidates_h: 0
% 12.27/2.06  stat_binres_derived_cl:   1
% 12.27/2.06  stat_binres_derived_cl_h: 0
% 12.27/2.06  stat_factor_derived_cl: 0
% 12.27/2.06  stat_para_derived_cl: 3394
% 12.27/2.06  stat_tautologies_discarded: 0
% 12.27/2.06  stat_forward_subsumed: 785
% 12.27/2.06  stat_derived_cut: 0
% 12.27/2.06  stat_derived_rewritten: 0
% 12.27/2.06  stat_weight_discarded_building: 0
% 12.27/2.06  stat_weight_discarded_cl: 474
% 12.27/2.06  stat_internlimit_discarded_cl: 0
% 12.27/2.06  stat_simplified:  0 simplified 0 derived 0 given
% 12.27/2.06  stat_kept_cl: 2043
% 12.27/2.06  stat_built_cl: 3091
% 12.27/2.06  stat_hyperres_partial_cl: 0
% 12.27/2.06  stat_made_rewriters: 0
% 12.27/2.06  stat_backward_subsumed: 0
% 12.27/2.06  stat_propagated_subsumed: 0
% 12.27/2.06  stat_clsubs_attempted:                       202
% 12.27/2.06  stat_clsubs_fact_groundunit_found:             0
% 12.27/2.06  stat_clsubs_rule_groundunit_found:             0
% 12.27/2.06  stat_clsubs_top_meta_attempted:               1445
% 12.27/2.06  stat_clsubs_top_meta_failed:                  1243
% 12.27/2.06  stat_clsubs_top_meta_nonpref_attempted:                1445
% 12.27/2.06  stat_clsubs_top_meta_nonpref_succeeded:                 635
% 12.27/2.06  stat_clsubs_top_meta_pref_attempted:                    635
% 12.27/2.06  stat_clsubs_top_meta_pref1_succeeded:                   233
% 12.27/2.06  stat_clsubs_top_meta_pref2_succeeded:                   233
% 12.27/2.06  stat_clsubs_top_meta_pref3_succeeded:                   202
% 12.27/2.06  stat_clsubs_top_meta_pref_succeeded:                    202
% 12.27/2.06  stat_clsubs_meta_attempted:                  202
% 12.27/2.06  stat_clsubs_meta_failed:                       6
% 12.27/2.06  stat_clsubs_predsymbs_attempted:               0
% 12.27/2.06  stat_clsubs_unit_attempted:                  202
% 12.27/2.06  stat_clsubs_full_attempted:                    0
% 12.27/2.06  stat_forwardsubs_attempted:                 3302
% 12.27/2.06  stat_lit_hash_added:                   2180
% 12.27/2.06  stat_lit_hash_computed:                5827
% 12.27/2.06  stat_lit_hash_match_found:              785
% 12.27/2.06  stat_lit_hash_match_miss:              5379
% 12.27/2.06  stat_lit_hash_cut_ok:                     0
% 12.27/2.06  stat_lit_strong_cut_ok:                   0
% 12.27/2.06  stat_lit_hash_subsume_ok:               785
% 12.27/2.06  clqueue els 10000000 used 1
% 12.27/2.06  clactive els 10000000 used 288
% 12.27/2.06  clactivesubsume els 10000000 used 925
% 12.27/2.06  queue_termbuf els 200000000 used 387563
% 12.27/2.06  hyper_termbuf els 100000000 used 1
% 12.27/2.06  active_termbuf els 100000000 used 28321
% 12.27/2.06  varstack els 5000 last used 1
% 12.27/2.06  given_termbuf els 10000000 last used 136
% 12.27/2.06  simplified_termbuf els 10000000 last used 1
% 12.27/2.06  derived_termbuf els 10000000 last used 3
% 12.27/2.06  wr_mallocs: 9983
% 12.27/2.06  wr_callocs: 21
% 12.27/2.06  wr_reallocs: 578
% 12.27/2.06  wr_frees: 2
% 12.27/2.06  wr_malloc_bytes: 4162929684
% 12.27/2.06  wr_calloc_bytes: 112065536
% 12.27/2.06  wr_realloc_bytes: 57944
% 12.27/2.06  wr_realloc_freebytes: 0
% 12.27/2.06  ----------------------------------
%------------------------------------------------------------------------------