TSTP Solution File: COL003-15 by GKC---0.8

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : GKC---0.8
% Problem  : COL003-15 : TPTP v8.1.2. Released v2.1.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : gkc %s

% Computer : n008.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:26:44 EDT 2023

% Result   : Unsatisfiable 267.93s 35.02s
% Output   : CNFRefutation 267.93s
% Verified : 
% SZS Type : ERROR: Analysing output (Could not find formula named strong_fixed_point)

% Comments : 
%------------------------------------------------------------------------------
cnf('1',plain,
    strong_fixed_point = apply(apply(b,apply(apply(b,apply(w,w)),w)),apply(apply(b,b),b)),
    inference(cnf_transformation,[],[strong_fixed_point]) ).

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

cnf('3',plain,
    apply(strong_fixed_point,X3) = apply(apply(apply(b,apply(w,w)),w),apply(apply(apply(b,b),b),X3)),
    inference(paramodulation,[],['1','2']) ).

cnf('4',plain,
    apply(strong_fixed_point,X) = apply(apply(w,w),apply(w,apply(b,apply(b,X)))),
    inference(simplify,[then_simplify],['3','2','2']) ).

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

cnf('6',plain,
    apply(strong_fixed_point,X3) = apply(apply(w,apply(w,apply(b,apply(b,X3)))),apply(w,apply(b,apply(b,X3)))),
    inference(paramodulation,[],['4','5']) ).

cnf('7',plain,
    apply(apply(w,apply(b,X)),Y) = apply(X,apply(Y,Y)),
    inference(paramodulation,[],['5','2']) ).

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

cnf('9',plain,
    apply(apply(apply(b,X3),apply(w,Y3)),Z3) = apply(X3,apply(apply(Y3,Z3),Z3)),
    inference(paramodulation,[],['5','2']) ).

cnf('10',plain,
    apply(X,apply(apply(w,Y),Z)) = apply(X,apply(apply(Y,Z),Z)),
    inference(simplify,[],['9','2']) ).

cnf('11',plain,
    apply(X,apply(apply(w,w),Y)) = apply(X,apply(apply(Y,Y),Y)),
    inference(paramodulation,[],['10','10']) ).

cnf('12',plain,
    apply(X3,apply(apply(w,w),Y3)) = apply(apply(apply(w,apply(b,apply(b,X3))),Y3),Y3),
    inference(paramodulation,[],['8','11']) ).

cnf('13',plain,
    apply(apply(w,apply(X,Y)),Y) = apply(apply(apply(w,X),Y),Y),
    inference(paramodulation,[],['5','5']) ).

cnf('14',plain,
    apply(X,apply(apply(w,w),Y)) = apply(apply(w,apply(apply(b,apply(b,X)),Y)),Y),
    inference(simplify,[],['12','13']) ).

cnf('15',plain,
    apply(apply(w,apply(w,X)),Y) = apply(apply(apply(X,Y),Y),Y),
    inference(paramodulation,[],['5','5']) ).

cnf('16',plain,
    apply(apply(w,apply(w,X)),Y) = apply(apply(w,apply(X,Y)),Y),
    inference(paramodulation,[],['5','15']) ).

cnf('17',plain,
    apply(apply(w,apply(w,apply(b,apply(b,X)))),Y) = apply(X,apply(apply(w,w),Y)),
    inference(paramodulation,[],['14','16']) ).

cnf('18',plain,
    apply(strong_fixed_point,X) = apply(X,apply(strong_fixed_point,X)),
    inference(simplify,[then_simplify],['6','17','4']) ).

cnf('19',plain,
    apply(strong_fixed_point,fixed_pt) != apply(fixed_pt,apply(strong_fixed_point,fixed_pt)),
    inference(cnf_transformation,[],[prove_strong_fixed_point]) ).

cnf('20',plain,
    $false,
    inference(resolution,[],['18','19']) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.12  % Problem  : COL003-15 : TPTP v8.1.2. Released v2.1.0.
% 0.00/0.13  % Command  : gkc %s
% 0.14/0.34  % Computer : n008.cluster.edu
% 0.14/0.34  % Model    : x86_64 x86_64
% 0.14/0.34  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.14/0.34  % Memory   : 8042.1875MB
% 0.14/0.34  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.14/0.34  % CPULimit : 300
% 0.14/0.34  % WCLimit  : 300
% 0.14/0.34  % DateTime : Sun Aug 27 04:10:32 EDT 2023
% 0.14/0.34  % CPUTime  : 
% 0.20/0.38  
% 0.20/0.38  input clause set summed statistics:
% 0.20/0.38  ----------------------------------
% 0.20/0.38  in_clause_count:                     4
% 0.20/0.38  in_rule_clause_count:                4
% 0.20/0.38  in_fact_clause_count:                0
% 0.20/0.38  in_answer_clause_count:              0
% 0.20/0.38  in_ground_clause_count:              2
% 0.20/0.38  in_unit_clause_count:                4
% 0.20/0.38  in_horn_clause_count:                4
% 0.20/0.38  in_pos_clause_count:                 3
% 0.20/0.38  in_neg_clause_count:                 1
% 0.20/0.38  in_poseq_clause_count:               3
% 0.20/0.38  in_negeq_clause_count:               1
% 0.20/0.38  in_unitposeq_clause_count:           3
% 0.20/0.38  in_chain_clause_count:               0
% 0.20/0.38  in_min_length:             1
% 0.20/0.38  in_max_length:             1
% 0.20/0.38  in_min_depth:              3
% 0.20/0.38  in_max_depth:              6
% 0.20/0.38  in_min_size:               9
% 0.20/0.38  in_max_size:              17
% 0.20/0.38  in_min_vars:               0
% 0.20/0.38  in_max_vars:               3
% 0.20/0.38  in_extaxiom_count:                 0
% 0.20/0.38  in_axiom_count:                    3
% 0.20/0.38  in_assumption_count:               0
% 0.20/0.38  in_goal_count:                     1
% 0.20/0.38  in_neg_goal_count:                 1
% 0.20/0.38  in_pos_goal_count:                 0
% 0.20/0.38  in_posunit_goal_count:             0
% 0.20/0.38  
% 0.20/0.38  auto guide:
% 0.20/0.38  -----------
% 0.20/0.38  {
% 0.20/0.38  "print":1,
% 0.20/0.38  "print_level": 15,
% 0.20/0.38  "max_size": 0,
% 0.20/0.38  "max_depth": 0,
% 0.20/0.38  "max_length": 0,
% 0.20/0.38  "max_dseconds": 0,
% 0.20/0.38  "runs":[
% 0.20/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1},
% 0.20/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0},
% 0.20/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.20/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.20/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.20/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.20/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.20/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.20/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1},
% 0.20/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0},
% 0.20/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.20/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.20/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.20/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.20/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.20/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.20/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.20/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 1},
% 0.20/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0},
% 0.20/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.20/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.20/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.20/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.20/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.20/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.20/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.20/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1},
% 0.20/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0},
% 0.20/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.20/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.20/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.20/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.20/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.20/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.20/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.20/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.20/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.20/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.20/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.20/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.20/0.38  {"max_dseconds": 1, "strategy":["query_focus"], "query_preference": 0},
% 0.20/0.38  {"max_dseconds": 1, "strategy":["query_focus"], "query_preference": 1},
% 0.20/0.38  {"max_dseconds": 1, "strategy":["query_focus"], "query_preference": 2},
% 0.20/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.20/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.20/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.20/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.20/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.20/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.20/0.38  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.20/0.38  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.20/0.38  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.20/0.38  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.20/0.38  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.20/0.38  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.20/0.38  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.20/0.38  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.20/0.38  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.20/0.38  {"max_dseconds": 1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.20/0.38  {"max_dseconds": 1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.20/0.38  {"max_dseconds": 1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.20/0.38  {"max_dseconds": 1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.20/0.38  {"max_dseconds": 1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.20/0.38  {"max_dseconds": 1,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.20/0.38  {"max_dseconds": 1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.20/0.38  
% 0.20/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1},
% 0.20/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0},
% 0.20/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.20/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.20/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.20/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.20/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.20/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.20/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1},
% 0.20/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0},
% 0.20/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.20/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.20/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.20/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.20/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.20/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.20/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.20/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 1},
% 0.20/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0},
% 0.20/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.20/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.20/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.20/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.20/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.20/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.20/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.20/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1},
% 0.20/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0},
% 0.20/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.20/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.20/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.20/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.20/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.20/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.20/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.20/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.20/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.20/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.20/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.20/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.20/0.38  {"max_dseconds": 10, "strategy":["query_focus"], "query_preference": 0},
% 0.20/0.38  {"max_dseconds": 10, "strategy":["query_focus"], "query_preference": 1},
% 0.20/0.38  {"max_dseconds": 10, "strategy":["query_focus"], "query_preference": 2},
% 0.20/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.20/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.20/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.20/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.20/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.20/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.20/0.38  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.20/0.38  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.20/0.38  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.20/0.38  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.20/0.38  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.20/0.38  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.20/0.38  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.20/0.38  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.20/0.38  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.20/0.38  {"max_dseconds": 10,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.20/0.38  {"max_dseconds": 10,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.20/0.38  {"max_dseconds": 10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.20/0.38  {"max_dseconds": 10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.20/0.38  {"max_dseconds": 10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.20/0.38  {"max_dseconds": 10,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.20/0.38  {"max_dseconds": 10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.20/0.38  
% 0.20/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1},
% 0.20/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0},
% 0.20/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.20/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.20/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.20/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.20/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.20/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.20/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1},
% 0.20/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0},
% 0.20/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.20/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.20/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.20/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.20/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.20/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.20/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.20/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 1},
% 0.20/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0},
% 0.20/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.20/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.20/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.20/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.20/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.20/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.20/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.20/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1},
% 0.20/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0},
% 0.20/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.20/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.20/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.20/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.20/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.20/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.20/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.20/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.20/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.20/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.20/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.20/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.20/0.38  {"max_dseconds": 50, "strategy":["query_focus"], "query_preference": 0},
% 0.20/0.38  {"max_dseconds": 50, "strategy":["query_focus"], "query_preference": 1},
% 0.20/0.38  {"max_dseconds": 50, "strategy":["query_focus"], "query_preference": 2},
% 0.20/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.20/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.20/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.20/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.20/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.20/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.20/0.38  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.20/0.38  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.20/0.38  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.20/0.38  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.20/0.38  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.20/0.38  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.20/0.38  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.20/0.38  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.20/0.38  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.20/0.38  {"max_dseconds": 50,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.20/0.38  {"max_dseconds": 50,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.20/0.38  {"max_dseconds": 50,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.20/0.38  {"max_dseconds": 50,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.20/0.38  {"max_dseconds": 50,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.20/0.38  {"max_dseconds": 50,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.20/0.38  {"max_dseconds": 50,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.20/0.38  
% 0.20/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1},
% 0.20/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0},
% 0.20/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.20/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.20/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.20/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.20/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.20/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.20/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.20/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.20/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.20/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.20/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.20/0.38  {"max_dseconds": 250, "strategy":["query_focus"], "query_preference": 0},
% 0.20/0.38  {"max_dseconds": 250, "strategy":["query_focus"], "query_preference": 1},
% 0.20/0.38  {"max_dseconds": 250, "strategy":["query_focus"], "query_preference": 2},
% 0.20/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.20/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.20/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.20/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.20/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.20/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.20/0.38  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.20/0.38  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.20/0.38  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.20/0.38  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.20/0.38  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.20/0.38  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.20/0.38  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.20/0.38  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.20/0.38  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.20/0.38  {"max_dseconds": 250,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.20/0.38  {"max_dseconds": 250,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.20/0.38  {"max_dseconds": 250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.20/0.38  {"max_dseconds": 250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.20/0.38  {"max_dseconds": 250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.20/0.38  {"max_dseconds": 250,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.20/0.38  {"max_dseconds": 250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.20/0.38  
% 0.20/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1},
% 0.20/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0},
% 0.20/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.20/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.20/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.20/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.20/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.20/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.20/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.20/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.20/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.20/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.20/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.20/0.38  {"max_dseconds": 1250, "strategy":["query_focus"], "query_preference": 0},
% 0.20/0.38  {"max_dseconds": 1250, "strategy":["query_focus"], "query_preference": 1},
% 0.20/0.38  {"max_dseconds": 1250, "strategy":["query_focus"], "query_preference": 2},
% 0.20/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.20/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.20/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.20/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.20/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.20/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.20/0.38  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.20/0.38  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.20/0.38  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.20/0.38  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.20/0.38  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.20/0.38  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.20/0.38  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.20/0.38  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.20/0.38  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.20/0.38  {"max_dseconds": 1250,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.20/0.38  {"max_dseconds": 1250,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.20/0.38  {"max_dseconds": 1250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.20/0.38  {"max_dseconds": 1250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.20/0.38  {"max_dseconds": 1250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.20/0.38  {"max_dseconds": 1250,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.20/0.38  {"max_dseconds": 1250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4} 
% 0.20/0.38  
% 0.20/0.38  ]}
% 0.20/0.38  
% 0.20/0.38  
% 0.20/0.38  **** run 1 fork 0 starts with strategy
% 0.20/0.38  {"max_dseconds":1,"strategy":["unit"],"query_preference":1}
% 0.20/0.38  
% 0.20/0.38  **** run 2 fork 1 starts with strategy
% 0.20/0.38  {"max_dseconds":1,"strategy":["unit"],"query_preference":0}
% 0.20/0.39  
% 0.20/0.39  **** run 3 fork 2 starts with strategy
% 0.20/0.39  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 0.20/0.39  
% 0.20/0.39  **** run 4 fork 3 starts with strategy
% 0.20/0.39  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 0.20/0.39  
% 0.20/0.39  **** run 5 fork 4 starts with strategy
% 0.20/0.39  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1,"weight_select_ratio":20,"repeat_var_weight":1,"depth_penalty":100}
% 0.20/0.39  
% 0.20/0.39  **** run 6 fork 5 starts with strategy
% 0.20/0.39  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20}
% 0.20/0.39  
% 0.20/0.39  **** run 8 fork 7 starts with strategy
% 0.20/0.39  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 0.20/0.39  
% 0.20/0.39  **** run 7 fork 6 starts with strategy
% 0.20/0.39  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20}
% 0.20/0.51  
% 0.20/0.51  
% 0.20/0.51  fork 7: search terminated without proof.
% 0.20/0.51  
% 0.20/0.51  
% 0.20/0.51  fork 1: search terminated without proof.
% 0.20/0.51  
% 0.20/0.51  
% 0.20/0.51  fork 2: search terminated without proof.
% 0.20/0.51  
% 0.20/0.51  
% 0.20/0.51  fork 3: search terminated without proof.
% 0.20/0.51  
% 0.20/0.51  
% 0.20/0.51  fork 0: search terminated without proof.
% 0.20/0.51  
% 0.20/0.51  
% 0.20/0.51  fork 4: search terminated without proof.
% 0.20/0.51  
% 0.20/0.51  
% 0.20/0.51  fork 5: search terminated without proof.
% 0.20/0.51  
% 0.20/0.51  
% 0.20/0.51  fork 6: search terminated without proof.
% 0.20/0.53  
% 0.20/0.53  **** run 16 fork 7 starts with strategy
% 0.20/0.53  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20}
% 0.20/0.54  
% 0.20/0.54  **** run 13 fork 4 starts with strategy
% 0.20/0.54  
% 0.20/0.54  **** run 9 fork 0 starts with strategy
% 0.20/0.54  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 0.20/0.54  
% 0.20/0.54  **** run 15 fork 6 starts with strategy
% 0.20/0.54  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20}
% 0.20/0.54  
% 0.20/0.54  **** run 14 fork 5 starts with strategy
% 0.20/0.54  {"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.20/0.54  
% 0.20/0.54  **** run 11 fork 2 starts with strategy
% 0.20/0.54  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0}
% 0.20/0.54  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 0.20/0.54  **** run 12 fork 3 starts with strategy
% 0.20/0.54  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 0.20/0.54  
% 0.20/0.54  
% 0.20/0.54  **** run 10 fork 1 starts with strategy
% 0.20/0.54  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":1}
% 0.20/0.65  
% 0.20/0.65  
% 0.20/0.65  fork 7: search terminated without proof.
% 0.20/0.65  
% 0.20/0.65  
% 0.20/0.65  fork 3: search terminated without proof.
% 0.20/0.65  
% 0.20/0.65  
% 0.20/0.65  fork 0: search terminated without proof.
% 0.20/0.65  
% 0.20/0.65  
% 0.20/0.65  fork 2: search terminated without proof.
% 0.20/0.65  
% 0.20/0.65  
% 0.20/0.65  fork 6: search terminated without proof.
% 0.20/0.65  
% 0.20/0.65  
% 0.20/0.65  fork 5: search terminated without proof.
% 0.20/0.65  
% 0.20/0.65  
% 0.20/0.65  fork 4: search terminated without proof.
% 0.20/0.65  
% 0.20/0.65  
% 0.20/0.65  fork 1: search terminated without proof.
% 0.20/0.66  
% 0.20/0.66  **** run 24 fork 7 starts with strategy
% 0.20/0.66  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":1,"weight_select_ratio":20}
% 0.20/0.67  
% 0.20/0.67  **** run 20 fork 3 starts with strategy
% 0.20/0.67  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0}
% 0.20/0.67  
% 0.20/0.67  **** run 17 fork 0 starts with strategy
% 0.20/0.67  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 0.20/0.68  
% 0.20/0.68  **** run 21 fork 4 starts with strategy
% 0.20/0.68  
% 0.20/0.68  **** run 22 fork 5 starts with strategy
% 0.20/0.68  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 0.20/0.68  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 0.20/0.68  
% 0.20/0.68  **** run 23 fork 6 starts with strategy
% 0.20/0.68  
% 0.20/0.68  **** run 19 fork 2 starts with strategy
% 0.20/0.68  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":1}
% 0.20/0.68  {"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.20/0.68  
% 0.20/0.68  **** run 18 fork 1 starts with strategy
% 0.20/0.68  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 0.20/0.78  
% 0.20/0.78  
% 0.20/0.78  fork 7: search terminated without proof.
% 0.20/0.79  
% 0.20/0.79  
% 0.20/0.79  fork 4: search terminated without proof.
% 0.20/0.79  
% 0.20/0.79  
% 0.20/0.79  fork 2: search terminated without proof.
% 0.20/0.79  
% 0.20/0.79  
% 0.20/0.79  fork 6: search terminated without proof.
% 0.20/0.80  
% 0.20/0.80  **** run 32 fork 7 starts with strategy
% 0.20/0.80  {"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.20/0.80  
% 0.20/0.80  
% 0.20/0.80  fork 3: search terminated without proof.
% 0.20/0.80  
% 0.20/0.80  
% 0.20/0.80  fork 5: search terminated without proof.
% 0.20/0.81  
% 0.20/0.81  **** run 29 fork 4 starts with strategy
% 0.20/0.81  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0}
% 0.20/0.81  
% 0.20/0.81  
% 0.20/0.81  fork 1: search terminated without proof.
% 0.20/0.81  
% 0.20/0.81  **** run 31 fork 6 starts with strategy
% 0.20/0.81  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 0.20/0.81  
% 0.20/0.81  **** run 27 fork 2 starts with strategy
% 0.20/0.81  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 0.20/0.82  
% 0.20/0.82  **** run 28 fork 3 starts with strategy
% 0.20/0.82  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1}
% 0.20/0.83  
% 0.20/0.83  **** run 26 fork 1 starts with strategy
% 0.20/0.83  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 0.20/0.85  
% 0.20/0.85  **** run 30 fork 5 starts with strategy
% 0.20/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}
% 0.20/0.86  
% 0.20/0.86  
% 0.20/0.86  fork 0: search terminated without proof.
% 3.93/0.90  
% 3.93/0.90  **** run 25 fork 0 starts with strategy
% 3.93/0.90  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20}
% 3.93/0.91  
% 3.93/0.91  
% 3.93/0.91  fork 7: search terminated without proof.
% 3.93/0.92  
% 3.93/0.92  
% 3.93/0.92  fork 6: search terminated without proof.
% 3.93/0.94  
% 3.93/0.94  **** run 40 fork 7 starts with strategy
% 3.93/0.94  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50,"var_weight":1,"repeat_var_weight":1}
% 3.93/0.94  
% 3.93/0.94  **** run 39 fork 6 starts with strategy
% 3.93/0.94  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":2}
% 3.93/0.94  
% 3.93/0.94  
% 3.93/0.94  fork 4: search terminated without proof.
% 3.93/0.94  
% 3.93/0.94  
% 3.93/0.94  fork 2: search terminated without proof.
% 4.42/0.96  
% 4.42/0.96  **** run 37 fork 4 starts with strategy
% 4.42/0.96  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"rewrite":0}
% 4.42/0.96  
% 4.42/0.96  **** run 35 fork 2 starts with strategy
% 4.42/0.96  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 4.42/0.96  
% 4.42/0.96  
% 4.42/0.96  fork 1: search terminated without proof.
% 4.58/0.97  
% 4.58/0.97  
% 4.58/0.97  fork 3: search terminated without proof.
% 4.58/0.98  
% 4.58/0.98  **** run 34 fork 1 starts with strategy
% 4.58/0.98  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20}
% 4.58/0.99  
% 4.58/0.99  **** run 36 fork 3 starts with strategy
% 4.58/0.99  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 4.58/0.99  
% 4.58/0.99  
% 4.58/0.99  fork 5: search terminated without proof.
% 4.58/1.01  
% 4.58/1.01  **** run 38 fork 5 starts with strategy
% 4.58/1.01  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"rewrite":0}
% 5.00/1.02  
% 5.00/1.02  
% 5.00/1.02  fork 0: search terminated without proof.
% 5.00/1.04  
% 5.00/1.04  **** run 33 fork 0 starts with strategy
% 5.00/1.04  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20}
% 5.22/1.05  
% 5.22/1.05  
% 5.22/1.05  fork 7: search terminated without proof.
% 5.22/1.05  
% 5.22/1.05  
% 5.22/1.05  fork 6: search terminated without proof.
% 5.22/1.07  
% 5.22/1.07  **** run 48 fork 7 starts with strategy
% 5.22/1.07  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":6}
% 5.22/1.07  
% 5.22/1.07  **** run 47 fork 6 starts with strategy
% 5.22/1.07  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":4}
% 5.22/1.08  
% 5.22/1.08  
% 5.22/1.08  fork 4: search terminated without proof.
% 5.22/1.09  
% 5.22/1.09  
% 5.22/1.09  fork 2: search terminated without proof.
% 5.22/1.10  
% 5.22/1.10  **** run 45 fork 4 starts with strategy
% 5.22/1.10  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"reverse_clauselist":1}
% 5.22/1.11  
% 5.22/1.11  
% 5.22/1.11  fork 3: search terminated without proof.
% 5.22/1.11  
% 5.22/1.11  **** run 43 fork 2 starts with strategy
% 5.22/1.11  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1}
% 5.22/1.11  
% 5.22/1.11  
% 5.22/1.11  fork 1: search terminated without proof.
% 5.22/1.12  
% 5.22/1.12  
% 5.22/1.12  fork 5: search terminated without proof.
% 5.22/1.12  
% 5.22/1.12  **** run 44 fork 3 starts with strategy
% 5.22/1.12  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":2}
% 5.88/1.13  
% 5.88/1.13  fork 6: search finished without proof.
% 5.88/1.13  
% 5.88/1.13  **** run 42 fork 1 starts with strategy
% 5.88/1.13  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":0}
% 5.88/1.14  
% 5.88/1.14  **** run 46 fork 5 starts with strategy
% 5.88/1.14  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":2}
% 5.88/1.14  
% 5.88/1.14  **** run 55 fork 6 starts with strategy
% 5.88/1.14  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":30}
% 5.88/1.16  
% 5.88/1.16  
% 5.88/1.16  fork 0: search terminated without proof.
% 5.88/1.17  
% 5.88/1.17  fork 5: search finished without proof.
% 6.29/1.18  
% 6.29/1.18  
% 6.29/1.18  fork 7: search terminated without proof.
% 6.29/1.18  
% 6.29/1.18  **** run 41 fork 0 starts with strategy
% 6.29/1.18  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50,"var_weight":1,"repeat_var_weight":1}
% 6.29/1.19  
% 6.29/1.19  **** run 54 fork 5 starts with strategy
% 6.29/1.19  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":20,"weight_select_ratio":2}
% 6.29/1.20  
% 6.29/1.20  **** run 56 fork 7 starts with strategy
% 6.29/1.20  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":40}
% 6.29/1.22  
% 6.29/1.22  
% 6.29/1.22  fork 4: search terminated without proof.
% 6.29/1.23  
% 6.29/1.23  
% 6.29/1.23  fork 2: search terminated without proof.
% 6.29/1.24  
% 6.29/1.24  **** run 53 fork 4 starts with strategy
% 6.29/1.24  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":20}
% 6.29/1.25  
% 6.29/1.25  
% 6.29/1.25  fork 3: search terminated without proof.
% 6.85/1.25  
% 6.85/1.25  
% 6.85/1.25  fork 1: search terminated without proof.
% 6.85/1.25  
% 6.85/1.25  **** run 51 fork 2 starts with strategy
% 6.85/1.25  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":10}
% 6.85/1.26  
% 6.85/1.26  
% 6.85/1.26  fork 6: search terminated without proof.
% 6.85/1.26  
% 6.85/1.26  **** run 52 fork 3 starts with strategy
% 6.85/1.26  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":15}
% 7.00/1.27  
% 7.00/1.27  **** run 50 fork 1 starts with strategy
% 7.00/1.27  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":10}
% 7.00/1.28  
% 7.00/1.28  fork 2: search finished without proof.
% 7.00/1.28  
% 7.00/1.28  **** run 63 fork 6 starts with strategy
% 7.00/1.28  {"max_dseconds":1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1}
% 7.00/1.30  
% 7.00/1.30  **** run 59 fork 2 starts with strategy
% 7.00/1.30  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50}
% 7.00/1.30  
% 7.00/1.30  fork 3: search finished without proof.
% 7.00/1.31  
% 7.00/1.31  
% 7.00/1.31  fork 0: search terminated without proof.
% 7.00/1.31  
% 7.00/1.31  
% 7.00/1.31  fork 5: search terminated without proof.
% 7.00/1.31  
% 7.00/1.31  
% 7.00/1.31  fork 7: search terminated without proof.
% 7.00/1.31  
% 7.00/1.31  **** run 60 fork 3 starts with strategy
% 7.00/1.31  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1}
% 7.39/1.33  
% 7.39/1.33  **** run 49 fork 0 starts with strategy
% 7.39/1.33  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":8}
% 7.39/1.33  
% 7.39/1.33  **** run 62 fork 5 starts with strategy
% 7.39/1.33  {"max_dseconds":1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0}
% 7.39/1.33  
% 7.39/1.33  **** run 64 fork 7 starts with strategy
% 7.39/1.33  {"max_dseconds":1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20}
% 7.39/1.36  
% 7.39/1.36  
% 7.39/1.36  fork 4: search terminated without proof.
% 7.39/1.37  
% 7.39/1.37  **** run 61 fork 4 starts with strategy
% 7.39/1.37  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100}
% 7.39/1.40  
% 7.39/1.40  
% 7.39/1.40  fork 6: search terminated without proof.
% 7.39/1.41  
% 7.39/1.41  **** run 71 fork 6 starts with strategy
% 7.39/1.41  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"var_weight":1,"weight_select_ratio":20,"repeat_var_weight":1,"depth_penalty":100}
% 7.39/1.42  
% 7.39/1.42  
% 7.39/1.42  fork 2: search terminated without proof.
% 7.39/1.44  
% 7.39/1.44  
% 7.39/1.44  fork 3: search terminated without proof.
% 7.39/1.44  
% 7.39/1.44  **** run 67 fork 2 starts with strategy
% 7.39/1.44  {"max_dseconds":10,"strategy":["unit"],"query_preference":1}
% 7.39/1.44  
% 7.39/1.44  
% 7.39/1.44  fork 0: search terminated without proof.
% 7.39/1.45  
% 7.39/1.45  
% 7.39/1.45  fork 1: search terminated without proof.
% 7.39/1.46  
% 7.39/1.46  
% 7.39/1.46  fork 7: search terminated without proof.
% 7.39/1.46  
% 7.39/1.46  **** run 57 fork 0 starts with strategy
% 7.39/1.46  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1}
% 7.39/1.47  
% 7.39/1.47  **** run 68 fork 3 starts with strategy
% 7.39/1.47  {"max_dseconds":10,"strategy":["unit"],"query_preference":0}
% 7.39/1.47  
% 7.39/1.47  **** run 58 fork 1 starts with strategy
% 7.39/1.47  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1,"repeat_var_weight":1}
% 8.34/1.48  
% 8.34/1.48  **** run 72 fork 7 starts with strategy
% 8.34/1.48  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20}
% 8.34/1.48  
% 8.34/1.48  
% 8.34/1.48  fork 5: search terminated without proof.
% 8.34/1.50  
% 8.34/1.50  **** run 70 fork 5 starts with strategy
% 8.34/1.50  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 8.34/1.52  
% 8.34/1.52  
% 8.34/1.52  fork 4: search terminated without proof.
% 8.34/1.54  
% 8.34/1.54  **** run 69 fork 4 starts with strategy
% 8.34/1.54  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 9.12/1.59  
% 9.12/1.59  
% 9.12/1.59  fork 1: search terminated without proof.
% 9.54/1.61  
% 9.54/1.61  **** run 66 fork 1 starts with strategy
% 9.54/1.61  {"max_dseconds":1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth":4}
% 9.54/1.62  
% 9.54/1.62  
% 9.54/1.62  fork 0: search terminated without proof.
% 9.54/1.64  
% 9.54/1.64  **** run 65 fork 0 starts with strategy
% 9.54/1.64  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100}
% 9.87/1.66  
% 9.87/1.66  fork 1: search finished without proof.
% 9.87/1.68  
% 9.87/1.68  **** run 74 fork 1 starts with strategy
% 9.87/1.68  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 10.61/1.76  
% 10.61/1.76  
% 10.61/1.76  fork 0: search terminated without proof.
% 10.61/1.77  
% 10.61/1.77  **** run 73 fork 0 starts with strategy
% 10.61/1.77  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20}
% 15.78/2.43  
% 15.78/2.43  
% 15.78/2.43  fork 6: search terminated without proof.
% 15.78/2.46  
% 15.78/2.46  
% 15.78/2.46  fork 2: search terminated without proof.
% 15.78/2.46  
% 15.78/2.46  **** run 79 fork 6 starts with strategy
% 15.78/2.46  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 16.42/2.49  
% 16.42/2.49  
% 16.42/2.49  fork 3: search terminated without proof.
% 16.42/2.49  
% 16.42/2.49  **** run 75 fork 2 starts with strategy
% 16.42/2.49  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 16.42/2.53  
% 16.42/2.53  **** run 76 fork 3 starts with strategy
% 16.42/2.53  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":1}
% 16.42/2.56  
% 16.42/2.56  
% 16.42/2.56  fork 5: search terminated without proof.
% 16.42/2.56  
% 16.42/2.56  
% 16.42/2.56  fork 4: search terminated without proof.
% 17.23/2.59  
% 17.23/2.59  **** run 78 fork 5 starts with strategy
% 17.23/2.59  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 17.23/2.60  
% 17.23/2.60  **** run 77 fork 4 starts with strategy
% 17.23/2.60  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":0}
% 17.23/2.60  
% 17.23/2.60  
% 17.23/2.60  fork 7: search terminated without proof.
% 17.43/2.64  
% 17.43/2.64  **** run 80 fork 7 starts with strategy
% 17.43/2.64  {"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}
% 17.43/2.70  
% 17.43/2.70  
% 17.43/2.70  fork 1: search terminated without proof.
% 18.16/2.72  
% 18.16/2.72  **** run 82 fork 1 starts with strategy
% 18.16/2.73  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20}
% 18.81/2.84  
% 18.81/2.84  
% 18.81/2.84  fork 0: search terminated without proof.
% 18.81/2.87  
% 18.81/2.87  **** run 81 fork 0 starts with strategy
% 18.81/2.87  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20}
% 24.03/3.49  
% 24.03/3.49  
% 24.03/3.49  fork 6: search terminated without proof.
% 24.03/3.51  
% 24.03/3.51  **** run 87 fork 6 starts with strategy
% 24.03/3.51  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 24.03/3.51  
% 24.03/3.51  
% 24.03/3.51  fork 2: search terminated without proof.
% 24.03/3.55  
% 24.03/3.55  **** run 83 fork 2 starts with strategy
% 24.03/3.55  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 24.03/3.58  
% 24.03/3.58  
% 24.03/3.58  fork 3: search terminated without proof.
% 24.03/3.61  
% 24.03/3.61  **** run 84 fork 3 starts with strategy
% 24.03/3.61  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 24.03/3.62  
% 24.03/3.62  
% 24.03/3.62  fork 5: search terminated without proof.
% 24.03/3.64  
% 24.03/3.64  **** run 86 fork 5 starts with strategy
% 24.03/3.64  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para"],"query_preference":0}
% 24.03/3.65  
% 24.03/3.65  
% 24.03/3.65  fork 4: search terminated without proof.
% 24.03/3.68  
% 24.03/3.68  **** run 85 fork 4 starts with strategy
% 24.03/3.68  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para"],"query_preference":1}
% 25.43/3.70  
% 25.43/3.70  
% 25.43/3.70  fork 7: search terminated without proof.
% 26.04/3.73  
% 26.04/3.73  **** run 88 fork 7 starts with strategy
% 26.04/3.73  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 26.04/3.75  
% 26.04/3.75  
% 26.04/3.75  fork 1: search terminated without proof.
% 26.04/3.77  
% 26.04/3.77  **** run 90 fork 1 starts with strategy
% 26.04/3.77  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para"],"query_preference":1,"weight_select_ratio":20}
% 27.75/4.02  
% 27.75/4.02  
% 27.75/4.02  fork 0: search terminated without proof.
% 28.41/4.04  
% 28.41/4.04  **** run 89 fork 0 starts with strategy
% 28.41/4.04  {"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}
% 32.43/4.57  
% 32.43/4.57  
% 32.43/4.57  fork 6: search terminated without proof.
% 32.43/4.60  
% 32.43/4.60  **** run 95 fork 6 starts with strategy
% 32.43/4.60  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0}
% 32.43/4.61  
% 32.43/4.61  
% 32.43/4.61  fork 2: search terminated without proof.
% 32.98/4.63  
% 32.98/4.63  **** run 91 fork 2 starts with strategy
% 32.98/4.63  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20}
% 32.98/4.66  
% 32.98/4.66  
% 32.98/4.66  fork 3: search terminated without proof.
% 33.38/4.68  
% 33.38/4.68  **** run 92 fork 3 starts with strategy
% 33.38/4.68  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 33.38/4.70  
% 33.38/4.70  
% 33.38/4.70  fork 4: search terminated without proof.
% 33.38/4.73  
% 33.38/4.73  **** run 93 fork 4 starts with strategy
% 33.38/4.73  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 33.38/4.74  
% 33.38/4.74  
% 33.38/4.74  fork 5: search terminated without proof.
% 34.02/4.75  
% 34.02/4.75  
% 34.02/4.75  fork 7: search terminated without proof.
% 34.02/4.77  
% 34.02/4.77  **** run 94 fork 5 starts with strategy
% 34.02/4.77  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1}
% 34.27/4.79  
% 34.27/4.79  **** run 96 fork 7 starts with strategy
% 34.27/4.79  {"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}
% 34.67/4.89  
% 34.67/4.89  
% 34.67/4.89  fork 1: search terminated without proof.
% 34.67/4.95  
% 34.67/4.95  **** run 98 fork 1 starts with strategy
% 34.67/4.95  {"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}
% 36.29/5.10  
% 36.29/5.10  
% 36.29/5.10  fork 0: search terminated without proof.
% 36.70/5.13  
% 36.70/5.13  **** run 97 fork 0 starts with strategy
% 36.70/5.13  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 40.18/5.63  
% 40.18/5.63  
% 40.18/5.63  fork 6: search terminated without proof.
% 40.18/5.65  
% 40.18/5.65  **** run 103 fork 6 starts with strategy
% 40.18/5.65  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"rewrite":0}
% 40.18/5.70  
% 40.18/5.70  
% 40.18/5.70  fork 3: search terminated without proof.
% 40.18/5.70  
% 40.18/5.70  
% 40.18/5.70  fork 2: search terminated without proof.
% 41.28/5.73  
% 41.28/5.73  **** run 100 fork 3 starts with strategy
% 41.28/5.73  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20}
% 41.28/5.75  
% 41.28/5.75  **** run 99 fork 2 starts with strategy
% 41.28/5.75  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20}
% 41.28/5.75  
% 41.28/5.75  
% 41.28/5.75  fork 4: search terminated without proof.
% 41.28/5.78  
% 41.28/5.78  **** run 101 fork 4 starts with strategy
% 41.28/5.78  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 42.15/5.90  
% 42.15/5.90  
% 42.15/5.90  fork 7: search terminated without proof.
% 42.15/5.90  
% 42.15/5.90  
% 42.15/5.90  fork 5: search terminated without proof.
% 42.89/5.92  
% 42.89/5.92  **** run 104 fork 7 starts with strategy
% 42.89/5.92  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"rewrite":0}
% 42.89/5.92  
% 42.89/5.92  **** run 102 fork 5 starts with strategy
% 42.89/5.92  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 43.60/6.04  
% 43.60/6.04  
% 43.60/6.04  fork 1: search terminated without proof.
% 43.60/6.06  
% 43.60/6.06  **** run 106 fork 1 starts with strategy
% 43.60/6.06  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50,"var_weight":1,"repeat_var_weight":1}
% 44.57/6.15  
% 44.57/6.15  
% 44.57/6.15  fork 0: search terminated without proof.
% 44.57/6.17  
% 44.57/6.17  **** run 105 fork 0 starts with strategy
% 44.57/6.17  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"weight_select_ratio":2}
% 49.28/6.74  
% 49.28/6.74  
% 49.28/6.74  fork 6: search terminated without proof.
% 49.28/6.76  
% 49.28/6.76  
% 49.28/6.76  fork 3: search terminated without proof.
% 49.28/6.77  
% 49.28/6.77  **** run 111 fork 6 starts with strategy
% 49.28/6.77  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"reverse_clauselist":1}
% 49.28/6.78  
% 49.28/6.78  **** run 108 fork 3 starts with strategy
% 49.28/6.78  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":0}
% 49.28/6.79  
% 49.28/6.79  
% 49.28/6.79  fork 2: search terminated without proof.
% 49.28/6.81  
% 49.28/6.81  **** run 107 fork 2 starts with strategy
% 49.28/6.81  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50,"var_weight":1,"repeat_var_weight":1}
% 50.06/6.85  
% 50.06/6.85  
% 50.06/6.85  fork 4: search terminated without proof.
% 50.06/6.87  
% 50.06/6.87  **** run 109 fork 4 starts with strategy
% 50.06/6.87  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1}
% 50.63/6.94  
% 50.63/6.94  
% 50.63/6.94  fork 7: search terminated without proof.
% 51.27/6.97  
% 51.27/6.97  **** run 112 fork 7 starts with strategy
% 51.27/6.97  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_depth":2}
% 51.27/7.01  
% 51.27/7.01  fork 7: search finished without proof.
% 51.27/7.02  
% 51.27/7.02  **** run 120 fork 7 starts with strategy
% 51.27/7.02  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_size":20,"weight_select_ratio":2}
% 51.27/7.04  
% 51.27/7.04  
% 51.27/7.04  fork 5: search terminated without proof.
% 51.27/7.06  
% 51.27/7.06  **** run 110 fork 5 starts with strategy
% 51.27/7.06  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":2}
% 51.27/7.09  
% 51.27/7.09  
% 51.27/7.09  fork 1: search terminated without proof.
% 52.14/7.13  
% 52.14/7.13  **** run 114 fork 1 starts with strategy
% 52.14/7.13  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_depth":6}
% 53.10/7.23  
% 53.10/7.23  
% 53.10/7.23  fork 0: search terminated without proof.
% 53.21/7.26  
% 53.21/7.26  **** run 113 fork 0 starts with strategy
% 53.21/7.26  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_depth":4}
% 53.21/7.31  
% 53.21/7.31  fork 0: search finished without proof.
% 53.85/7.32  
% 53.85/7.32  **** run 121 fork 0 starts with strategy
% 53.85/7.32  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_size":30}
% 55.18/7.48  
% 55.18/7.48  fork 7: search finished without proof.
% 55.18/7.50  
% 55.18/7.50  **** run 128 fork 7 starts with strategy
% 55.18/7.50  {"max_dseconds":10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0}
% 57.41/7.81  
% 57.41/7.81  
% 57.41/7.81  fork 3: search terminated without proof.
% 57.41/7.83  
% 57.41/7.83  
% 57.41/7.83  fork 6: search terminated without proof.
% 57.41/7.85  
% 57.41/7.85  **** run 116 fork 3 starts with strategy
% 57.41/7.85  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_depth":10}
% 58.08/7.86  
% 58.08/7.86  
% 58.08/7.86  fork 2: search terminated without proof.
% 58.08/7.87  
% 58.08/7.87  **** run 119 fork 6 starts with strategy
% 58.08/7.87  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_size":20}
% 58.23/7.90  
% 58.23/7.90  **** run 115 fork 2 starts with strategy
% 58.23/7.90  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_depth":8}
% 58.59/7.95  
% 58.59/7.95  
% 58.59/7.95  fork 4: search terminated without proof.
% 59.26/8.06  
% 59.26/8.06  **** run 117 fork 4 starts with strategy
% 59.26/8.06  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_size":10}
% 59.80/8.09  
% 59.80/8.09  fork 4: search finished without proof.
% 59.80/8.10  
% 59.80/8.10  
% 59.80/8.10  fork 5: search terminated without proof.
% 59.80/8.10  
% 59.80/8.10  **** run 125 fork 4 starts with strategy
% 59.80/8.10  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50}
% 59.80/8.14  
% 59.80/8.14  **** run 118 fork 5 starts with strategy
% 59.80/8.14  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_size":15}
% 60.47/8.18  
% 60.47/8.18  fork 5: search finished without proof.
% 60.62/8.19  
% 60.62/8.19  **** run 126 fork 5 starts with strategy
% 60.62/8.19  {"max_dseconds":10,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1}
% 60.87/8.22  
% 60.87/8.22  
% 60.87/8.22  fork 1: search terminated without proof.
% 60.87/8.23  
% 60.87/8.23  **** run 122 fork 1 starts with strategy
% 60.87/8.23  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_size":40}
% 60.87/8.26  
% 60.87/8.26  fork 6: search finished without proof.
% 60.87/8.28  
% 60.87/8.28  **** run 127 fork 6 starts with strategy
% 60.87/8.28  {"max_dseconds":10,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100}
% 61.65/8.41  
% 61.65/8.41  
% 61.65/8.41  fork 0: search terminated without proof.
% 62.49/8.43  
% 62.49/8.43  **** run 129 fork 0 starts with strategy
% 62.49/8.43  {"max_dseconds":10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1}
% 63.01/8.55  
% 63.01/8.55  
% 63.01/8.55  fork 7: search terminated without proof.
% 63.56/8.59  
% 63.56/8.59  **** run 136 fork 7 starts with strategy
% 63.56/8.59  {"max_dseconds":50,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 65.97/8.87  
% 65.97/8.87  
% 65.97/8.87  fork 3: search terminated without proof.
% 65.97/8.90  
% 65.97/8.90  **** run 124 fork 3 starts with strategy
% 65.97/8.90  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"var_weight":1,"repeat_var_weight":1}
% 65.97/8.92  
% 65.97/8.92  
% 65.97/8.92  fork 2: search terminated without proof.
% 65.97/8.95  
% 65.97/8.95  **** run 123 fork 2 starts with strategy
% 65.97/8.95  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"var_weight":1}
% 67.74/9.14  
% 67.74/9.14  
% 67.74/9.14  fork 4: search terminated without proof.
% 67.74/9.15  
% 67.74/9.15  **** run 133 fork 4 starts with strategy
% 67.74/9.15  {"max_dseconds":50,"strategy":["unit"],"query_preference":1}
% 68.19/9.24  
% 68.19/9.24  
% 68.19/9.24  fork 5: search terminated without proof.
% 68.99/9.28  
% 68.99/9.28  **** run 134 fork 5 starts with strategy
% 68.99/9.28  {"max_dseconds":50,"strategy":["unit"],"query_preference":0}
% 69.30/9.30  
% 69.30/9.30  
% 69.30/9.30  fork 1: search terminated without proof.
% 69.30/9.32  
% 69.30/9.32  
% 69.30/9.32  fork 6: search terminated without proof.
% 69.30/9.33  
% 69.30/9.33  **** run 130 fork 1 starts with strategy
% 69.30/9.33  {"max_dseconds":10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20}
% 69.58/9.35  
% 69.58/9.35  **** run 135 fork 6 starts with strategy
% 69.58/9.35  {"max_dseconds":50,"strategy":["unit"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 70.38/9.45  
% 70.38/9.45  
% 70.38/9.45  fork 0: search terminated without proof.
% 70.38/9.48  
% 70.38/9.48  **** run 137 fork 0 starts with strategy
% 70.38/9.48  {"max_dseconds":50,"strategy":["unit"],"query_preference":0,"var_weight":1,"weight_select_ratio":20,"repeat_var_weight":1,"depth_penalty":100}
% 73.99/9.96  
% 73.99/9.96  
% 73.99/9.96  fork 3: search terminated without proof.
% 74.50/9.98  
% 74.50/9.98  
% 74.50/9.98  fork 2: search terminated without proof.
% 74.50/9.99  
% 74.50/9.99  **** run 132 fork 3 starts with strategy
% 74.50/9.99  {"max_dseconds":10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth":4}
% 74.50/10.01  
% 74.50/10.01  **** run 131 fork 2 starts with strategy
% 74.50/10.01  {"max_dseconds":10,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100}
% 74.50/10.05  
% 74.50/10.05  fork 3: search finished without proof.
% 75.28/10.07  
% 75.28/10.07  **** run 140 fork 3 starts with strategy
% 75.28/10.07  {"max_dseconds":50,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 77.63/10.38  
% 77.63/10.38  
% 77.63/10.38  fork 1: search terminated without proof.
% 77.90/10.40  
% 77.90/10.40  **** run 138 fork 1 starts with strategy
% 77.90/10.40  {"max_dseconds":50,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20}
% 82.44/11.04  
% 82.44/11.04  
% 82.44/11.04  fork 2: search terminated without proof.
% 82.44/11.06  
% 82.44/11.06  **** run 139 fork 2 starts with strategy
% 82.44/11.06  {"max_dseconds":50,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20}
% 104.64/13.91  
% 104.64/13.91  
% 104.64/13.91  fork 7: search terminated without proof.
% 104.64/13.95  
% 104.64/13.95  **** run 144 fork 7 starts with strategy
% 104.64/13.95  {"max_dseconds":50,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 108.23/14.37  
% 108.23/14.37  
% 108.23/14.37  fork 4: search terminated without proof.
% 108.84/14.42  
% 108.84/14.42  **** run 141 fork 4 starts with strategy
% 108.84/14.42  {"max_dseconds":50,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 108.84/14.43  
% 108.84/14.43  
% 108.84/14.43  fork 5: search terminated without proof.
% 108.84/14.43  
% 108.84/14.43  
% 108.84/14.43  fork 6: search terminated without proof.
% 109.60/14.48  
% 109.60/14.48  **** run 142 fork 5 starts with strategy
% 109.60/14.48  {"max_dseconds":50,"strategy":["unit","prohibit_unordered_para"],"query_preference":1}
% 109.81/14.51  
% 109.81/14.51  **** run 143 fork 6 starts with strategy
% 109.81/14.51  {"max_dseconds":50,"strategy":["unit","prohibit_unordered_para"],"query_preference":0}
% 109.99/14.63  
% 109.99/14.63  
% 109.99/14.63  fork 0: search terminated without proof.
% 109.99/14.67  
% 109.99/14.67  **** run 145 fork 0 starts with strategy
% 109.99/14.67  {"max_dseconds":50,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 115.04/15.22  
% 115.04/15.22  
% 115.04/15.22  fork 3: search terminated without proof.
% 115.60/15.26  
% 115.60/15.26  **** run 148 fork 3 starts with strategy
% 115.60/15.26  {"max_dseconds":50,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20}
% 116.62/15.46  
% 116.62/15.46  
% 116.62/15.46  fork 1: search terminated without proof.
% 117.51/15.52  
% 117.51/15.52  **** run 146 fork 1 starts with strategy
% 117.51/15.52  {"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}
% 123.73/16.33  
% 123.73/16.33  
% 123.73/16.33  fork 2: search terminated without proof.
% 123.73/16.38  
% 123.73/16.38  **** run 147 fork 2 starts with strategy
% 123.73/16.38  {"max_dseconds":50,"strategy":["unit","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20}
% 147.42/19.37  
% 147.42/19.37  
% 147.42/19.37  fork 7: search terminated without proof.
% 147.42/19.39  
% 147.42/19.39  **** run 152 fork 7 starts with strategy
% 147.42/19.39  {"max_dseconds":50,"strategy":["unit","prohibit_deep_para"],"query_preference":0}
% 149.24/19.57  
% 149.24/19.57  
% 149.24/19.57  fork 6: search terminated without proof.
% 149.32/19.59  
% 149.32/19.59  
% 149.32/19.59  fork 4: search terminated without proof.
% 149.32/19.60  
% 149.32/19.60  **** run 151 fork 6 starts with strategy
% 149.32/19.60  {"max_dseconds":50,"strategy":["unit","prohibit_deep_para"],"query_preference":1}
% 149.32/19.63  
% 149.32/19.63  **** run 149 fork 4 starts with strategy
% 149.32/19.63  {"max_dseconds":50,"strategy":["unit","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 149.32/19.66  
% 149.32/19.66  
% 149.32/19.66  fork 5: search terminated without proof.
% 149.32/19.70  
% 149.32/19.70  **** run 150 fork 5 starts with strategy
% 149.32/19.70  {"max_dseconds":50,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 150.68/19.79  
% 150.68/19.79  
% 150.68/19.79  fork 0: search terminated without proof.
% 150.68/19.82  
% 150.68/19.82  **** run 153 fork 0 starts with strategy
% 150.68/19.82  {"max_dseconds":50,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 156.05/20.45  
% 156.05/20.45  
% 156.05/20.45  fork 3: search terminated without proof.
% 156.05/20.48  
% 156.05/20.48  **** run 156 fork 3 starts with strategy
% 156.05/20.48  {"max_dseconds":50,"strategy":["unit","prohibit_deep_para"],"query_preference":1,"weight_select_ratio":20}
% 157.31/20.62  
% 157.31/20.62  
% 157.31/20.62  fork 1: search terminated without proof.
% 157.68/20.65  
% 157.68/20.65  **** run 154 fork 1 starts with strategy
% 157.68/20.65  {"max_dseconds":50,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 163.49/21.43  
% 163.49/21.43  
% 163.49/21.43  fork 2: search terminated without proof.
% 163.49/21.47  
% 163.49/21.47  **** run 155 fork 2 starts with strategy
% 163.49/21.47  {"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}
% 186.79/24.42  
% 186.79/24.42  
% 186.79/24.42  fork 7: search terminated without proof.
% 186.79/24.45  
% 186.79/24.45  **** run 160 fork 7 starts with strategy
% 186.79/24.45  {"max_dseconds":50,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1}
% 188.77/24.67  
% 188.77/24.67  
% 188.77/24.67  fork 6: search terminated without proof.
% 188.77/24.71  
% 188.77/24.71  **** run 159 fork 6 starts with strategy
% 188.77/24.71  {"max_dseconds":50,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 190.52/24.88  
% 190.52/24.88  
% 190.52/24.88  fork 0: search terminated without proof.
% 190.71/24.89  
% 190.71/24.89  
% 190.71/24.89  fork 4: search terminated without proof.
% 190.71/24.92  
% 190.71/24.92  **** run 161 fork 0 starts with strategy
% 190.71/24.92  {"max_dseconds":50,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0}
% 190.71/24.92  
% 190.71/24.92  
% 190.71/24.92  fork 5: search terminated without proof.
% 190.71/24.92  
% 190.71/24.92  **** run 157 fork 4 starts with strategy
% 190.71/24.92  {"max_dseconds":50,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20}
% 191.17/24.96  
% 191.17/24.96  **** run 158 fork 5 starts with strategy
% 191.17/24.96  {"max_dseconds":50,"strategy":["unit","prohibit_deep_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 197.13/25.73  
% 197.13/25.73  
% 197.13/25.73  fork 1: search terminated without proof.
% 197.13/25.76  
% 197.13/25.76  **** run 162 fork 1 starts with strategy
% 197.13/25.76  {"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}
% 197.13/25.81  
% 197.13/25.81  
% 197.13/25.81  fork 3: search terminated without proof.
% 197.13/25.84  
% 197.13/25.84  **** run 164 fork 3 starts with strategy
% 197.13/25.84  {"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}
% 203.11/26.65  
% 203.11/26.65  
% 203.11/26.65  fork 2: search terminated without proof.
% 203.11/26.68  
% 203.11/26.68  **** run 163 fork 2 starts with strategy
% 203.11/26.68  {"max_dseconds":50,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 227.06/29.58  
% 227.06/29.58  
% 227.06/29.58  fork 7: search terminated without proof.
% 227.06/29.60  
% 227.06/29.60  **** run 168 fork 7 starts with strategy
% 227.06/29.60  {"max_dseconds":50,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 229.68/29.99  
% 229.68/29.99  
% 229.68/29.99  fork 6: search terminated without proof.
% 229.68/30.02  
% 229.68/30.02  **** run 167 fork 6 starts with strategy
% 229.68/30.02  {"max_dseconds":50,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 229.68/30.09  
% 229.68/30.09  
% 229.68/30.09  fork 4: search terminated without proof.
% 230.72/30.10  
% 230.72/30.10  
% 230.72/30.10  fork 5: search terminated without proof.
% 230.72/30.13  
% 230.72/30.13  **** run 165 fork 4 starts with strategy
% 230.72/30.13  {"max_dseconds":50,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20}
% 230.72/30.14  
% 230.72/30.14  **** run 166 fork 5 starts with strategy
% 230.72/30.14  {"max_dseconds":50,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20}
% 230.72/30.16  
% 230.72/30.16  
% 230.72/30.16  fork 0: search terminated without proof.
% 230.72/30.18  
% 230.72/30.18  **** run 169 fork 0 starts with strategy
% 230.72/30.18  {"max_dseconds":50,"strategy":["unit"],"query_preference":0,"rewrite":0}
% 237.79/31.03  
% 237.79/31.03  
% 237.79/31.03  fork 1: search terminated without proof.
% 237.79/31.03  
% 237.79/31.03  
% 237.79/31.03  fork 3: search terminated without proof.
% 238.39/31.05  
% 238.39/31.05  **** run 170 fork 1 starts with strategy
% 238.39/31.05  {"max_dseconds":50,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"rewrite":0}
% 238.39/31.05  
% 238.39/31.05  **** run 172 fork 3 starts with strategy
% 238.39/31.05  {"max_dseconds":50,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50,"var_weight":1,"repeat_var_weight":1}
% 245.29/31.97  
% 245.29/31.97  
% 245.29/31.97  fork 2: search terminated without proof.
% 245.29/31.99  
% 245.29/31.99  **** run 171 fork 2 starts with strategy
% 245.29/31.99  {"max_dseconds":50,"strategy":["unit"],"query_preference":0,"weight_select_ratio":2}
% 267.93/34.84  
% 267.93/34.84  
% 267.93/34.84  fork 7: search terminated without proof.
% 267.93/34.87  
% 267.93/34.87  **** run 176 fork 7 starts with strategy
% 267.93/34.87  {"max_dseconds":50,"strategy":["query_focus"],"query_preference":2}
% 267.93/35.02  
% 267.93/35.02  
% 267.93/35.02  result: proof found
% 267.93/35.02  for /export/starexec/sandbox2/benchmark/theBenchmark.p 
% 267.93/35.02  by run 171 fork 2 strategy {"max_dseconds":50,"strategy":["unit"],"query_preference":0,"weight_select_ratio":2}
% 267.93/35.02  % SZS status Unsatisfiable for /export/starexec/sandbox2/benchmark/theBenchmark.p 
% 267.93/35.02  
% 267.93/35.02  % SZS output start CNFRefutation for /export/starexec/sandbox2/benchmark/theBenchmark.p 
% See solution above
% 267.93/35.02  
% 267.93/35.02  run 171 fork 2 statistics:
% 267.93/35.02  ----------------------------------
% 267.93/35.02  this run seconds: 3.010176
% 267.93/35.02  total seconds: 33.830563
% 267.93/35.02  stat_given_used: 375
% 267.93/35.02  stat_given_used_at_endgame: 0
% 267.93/35.02  stat_given_candidates:   2432
% 267.93/35.02  stat_given_candidates_at_endgame: 0
% 267.93/35.02  stat_given_candidates_h: 0
% 267.93/35.02  stat_binres_derived_cl:   1
% 267.93/35.02  stat_binres_derived_cl_h: 0
% 267.93/35.02  stat_factor_derived_cl: 0
% 267.93/35.02  stat_para_derived_cl: 440406
% 267.93/35.02  stat_tautologies_discarded: 0
% 267.93/35.02  stat_forward_subsumed: 169976
% 267.93/35.02  stat_derived_cut: 0
% 267.93/35.02  stat_derived_rewritten: 357
% 267.93/35.02  stat_weight_discarded_building: 0
% 267.93/35.02  stat_weight_discarded_cl: 25161
% 267.93/35.02  stat_internlimit_discarded_cl: 0
% 267.93/35.02  stat_simplified:  357 simplified 0 derived 0 given
% 267.93/35.02  stat_kept_cl: 241384
% 267.93/35.02  stat_built_cl: 267652
% 267.93/35.02  stat_hyperres_partial_cl: 0
% 267.93/35.02  stat_made_rewriters: 202
% 267.93/35.02  stat_backward_subsumed: 0
% 267.93/35.02  stat_propagated_subsumed: 0
% 267.93/35.02  stat_clsubs_attempted:                     27347
% 267.93/35.02  stat_clsubs_fact_groundunit_found:             0
% 267.93/35.02  stat_clsubs_rule_groundunit_found:             1
% 267.93/35.02  stat_clsubs_top_meta_attempted:              71989
% 267.93/35.02  stat_clsubs_top_meta_failed:                 44642
% 267.93/35.02  stat_clsubs_top_meta_nonpref_attempted:               71989
% 267.93/35.02  stat_clsubs_top_meta_nonpref_succeeded:               29472
% 267.93/35.02  stat_clsubs_top_meta_pref_attempted:                  29472
% 267.93/35.02  stat_clsubs_top_meta_pref1_succeeded:                 29472
% 267.93/35.02  stat_clsubs_top_meta_pref2_succeeded:                 28985
% 267.93/35.02  stat_clsubs_top_meta_pref3_succeeded:                 27347
% 267.93/35.02  stat_clsubs_top_meta_pref_succeeded:                  27347
% 267.93/35.02  stat_clsubs_meta_attempted:                27347
% 267.93/35.02  stat_clsubs_meta_failed:                     370
% 267.93/35.02  stat_clsubs_predsymbs_attempted:               0
% 267.93/35.02  stat_clsubs_unit_attempted:                27347
% 267.93/35.02  stat_clsubs_full_attempted:                    0
% 267.93/35.02  stat_forwardsubs_attempted:               436521
% 267.93/35.02  stat_lit_hash_added:                 241456
% 267.93/35.02  stat_lit_hash_computed:              679159
% 267.93/35.02  stat_lit_hash_match_found:           170292
% 267.93/35.02  stat_lit_hash_match_miss:            534313
% 267.93/35.02  stat_lit_hash_cut_ok:                     0
% 267.93/35.02  stat_lit_strong_cut_ok:                   0
% 267.93/35.02  stat_lit_hash_subsume_ok:            169976
% 267.93/35.02  clqueue els 10000000 used 1
% 267.93/35.02  clactive els 10000000 used 376
% 267.93/35.02  clactivesubsume els 10000000 used 1843
% 267.93/35.02  queue_termbuf els 200000000 used 43604649
% 267.93/35.02  hyper_termbuf els 100000000 used 1
% 267.93/35.02  active_termbuf els 100000000 used 29408
% 267.93/35.02  varstack els 5000 last used 1
% 267.93/35.02  given_termbuf els 10000000 last used 35
% 267.93/35.02  simplified_termbuf els 10000000 last used 1
% 267.93/35.02  derived_termbuf els 10000000 last used 3
% 267.93/35.02  wr_mallocs: 193205
% 267.93/35.02  wr_callocs: 19
% 267.93/35.02  wr_reallocs: 50355
% 267.93/35.02  wr_frees: 2
% 267.93/35.02  wr_malloc_bytes: 4171740708
% 267.93/35.02  wr_calloc_bytes: 96065504
% 267.93/35.02  wr_realloc_bytes: 9003344
% 267.93/35.02  wr_realloc_freebytes: 0
% 267.93/35.02  ----------------------------------
%------------------------------------------------------------------------------