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

View Problem - Process Solution

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

% Computer : n007.cluster.edu
% Model    : x86_64 x86_64
% CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 2.10GHz
% Memory   : 8042.1875MB
% OS       : Linux 3.10.0-693.el7.x86_64
% CPULimit : 300s
% WCLimit  : 300s
% DateTime : Thu Aug 31 12:49:00 EDT 2023

% Result   : Unsatisfiable 60.39s 8.09s
% Output   : CNFRefutation 60.39s
% Verified : 
% SZS Type : ERROR: Analysing output (Could not find formula named cubes_s)

% Comments : 
%------------------------------------------------------------------------------
cnf('1',plain,
    cubes(s(X)) = $sum(times(s(X),times(s(X),s(X))),cubes(X)),
    inference(cnf_transformation,[],[cubes_s]) ).

cnf('2',plain,
    times(s(X),Y) = $sum(Y,times(X,Y)),
    inference(cnf_transformation,[],[times_s]) ).

cnf('3',plain,
    $sum(sum(X),sum(X)) = times(X,s(X)),
    inference(cnf_transformation,[],[plus_sum]) ).

cnf('4',plain,
    $sum(X,$sum(Y,Z)) = $sum($sum(X,Y),Z),
    inference(cnf_transformation,[],[plus_assoc]) ).

cnf('5',plain,
    sum(s(X)) = $sum(s(X),sum(X)),
    inference(cnf_transformation,[],[sum_s]) ).

cnf('6',plain,
    times(X,$sum(Y,Z)) = $sum(times(X,Y),times(X,Z)),
    inference(cnf_transformation,[],[distr]) ).

cnf('7',plain,
    times(X,Y) = times(Y,X),
    inference(cnf_transformation,[],[times_comm]) ).

cnf('8',plain,
    times(sum(a),sum(a)) = cubes(a),
    inference(cnf_transformation,[],[induction_hypothesis]) ).

cnf('9',plain,
    times($sum(X,Y),Z) = $sum(times(X,Z),times(Y,Z)),
    inference(cnf_transformation,[],[distr_001]) ).

cnf('10',plain,
    times(sum(s(a)),sum(s(a))) != cubes(s(a)),
    inference(cnf_transformation,[],[goal]) ).

cnf('11',plain,
    times($sum(s(a),sum(a)),sum(s(a))) != cubes(s(a)),
    inference(paramodulation,[],['5','10']) ).

cnf('12',plain,
    times($sum(s(a),sum(a)),$sum(s(a),sum(a))) != cubes(s(a)),
    inference(paramodulation,[],['5','11']) ).

cnf('13',plain,
    $sum(times($sum(s(a),sum(a)),s(a)),times($sum(s(a),sum(a)),sum(a))) != cubes(s(a)),
    inference(paramodulation,[],['6','12']) ).

cnf('14',plain,
    $sum(times($sum(s(a),sum(a)),s(a)),$sum(times(s(a),sum(a)),times(sum(a),sum(a)))) != cubes(s(a)),
    inference(paramodulation,[],['9','13']) ).

cnf('15',plain,
    $sum(times($sum(s(a),sum(a)),s(a)),$sum(times(s(a),sum(a)),cubes(a))) != cubes(s(a)),
    inference(paramodulation,[],['8','14']) ).

cnf('16',plain,
    $sum(times(sum(s(a)),s(a)),$sum(times(s(a),sum(a)),cubes(a))) != cubes(s(a)),
    inference(paramodulation,[],['5','15']) ).

cnf('17',plain,
    $sum(times(s(a),sum(s(a))),$sum(times(s(a),sum(a)),cubes(a))) != cubes(s(a)),
    inference(paramodulation,[],['7','16']) ).

cnf('18',plain,
    $sum($sum(times(s(a),sum(s(a))),times(s(a),sum(a))),cubes(a)) != cubes(s(a)),
    inference(paramodulation,[],['4','17']) ).

cnf('19',plain,
    $sum(times(s(a),$sum(sum(s(a)),sum(a))),cubes(a)) != cubes(s(a)),
    inference(paramodulation,[],['6','18']) ).

cnf('20',plain,
    $sum(times(s(a),$sum($sum(s(a),sum(a)),sum(a))),cubes(a)) != cubes(s(a)),
    inference(paramodulation,[],['5','19']) ).

cnf('21',plain,
    $sum(times(s(a),$sum(s(a),$sum(sum(a),sum(a)))),cubes(a)) != cubes(s(a)),
    inference(paramodulation,[],['4','20']) ).

cnf('22',plain,
    $sum(times(s(a),$sum(s(a),times(a,s(a)))),cubes(a)) != cubes(s(a)),
    inference(paramodulation,[],['3','21']) ).

cnf('23',plain,
    $sum(times(s(a),times(s(a),s(a))),cubes(a)) != cubes(s(a)),
    inference(paramodulation,[],['2','22']) ).

cnf('24',plain,
    $false,
    inference(paramodulation,[],['1','23']) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.07/0.13  % Problem  : NUN133-1 : TPTP v8.1.2. Released v8.1.0.
% 0.07/0.13  % Command  : gkc %s
% 0.13/0.35  % Computer : n007.cluster.edu
% 0.13/0.35  % Model    : x86_64 x86_64
% 0.13/0.35  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.13/0.35  % Memory   : 8042.1875MB
% 0.13/0.35  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.13/0.35  % CPULimit : 300
% 0.13/0.35  % WCLimit  : 300
% 0.13/0.35  % DateTime : Sun Aug 27 09:46:27 EDT 2023
% 0.13/0.35  % CPUTime  : 
% 0.22/0.40  
% 0.22/0.40  input clause set summed statistics:
% 0.22/0.40  ----------------------------------
% 0.22/0.40  in_clause_count:                    18
% 0.22/0.40  in_rule_clause_count:               18
% 0.22/0.40  in_fact_clause_count:                0
% 0.22/0.40  in_answer_clause_count:              0
% 0.22/0.40  in_ground_clause_count:              4
% 0.22/0.40  in_unit_clause_count:               18
% 0.22/0.40  in_horn_clause_count:               18
% 0.22/0.40  in_pos_clause_count:                17
% 0.22/0.40  in_neg_clause_count:                 1
% 0.22/0.40  in_poseq_clause_count:              17
% 0.22/0.40  in_negeq_clause_count:               1
% 0.22/0.40  in_unitposeq_clause_count:          17
% 0.22/0.40  in_chain_clause_count:               0
% 0.22/0.40  in_min_length:             1
% 0.22/0.40  in_max_length:             1
% 0.22/0.40  in_min_depth:              2
% 0.22/0.40  in_max_depth:              5
% 0.22/0.40  in_min_size:               4
% 0.22/0.40  in_max_size:              15
% 0.22/0.40  in_min_vars:               0
% 0.22/0.40  in_max_vars:               3
% 0.22/0.40  in_extaxiom_count:                 0
% 0.22/0.40  in_axiom_count:                   17
% 0.22/0.40  in_assumption_count:               0
% 0.22/0.40  in_goal_count:                     1
% 0.22/0.40  in_neg_goal_count:                 1
% 0.22/0.40  in_pos_goal_count:                 0
% 0.22/0.40  in_posunit_goal_count:             0
% 0.22/0.40  
% 0.22/0.40  auto guide:
% 0.22/0.40  -----------
% 0.22/0.40  {
% 0.22/0.40  "print":1,
% 0.22/0.40  "print_level": 15,
% 0.22/0.40  "max_size": 0,
% 0.22/0.40  "max_depth": 0,
% 0.22/0.40  "max_length": 0,
% 0.22/0.40  "max_dseconds": 0,
% 0.22/0.40  "runs":[
% 0.22/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1},
% 0.22/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0},
% 0.22/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.22/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.22/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.22/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.22/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.22/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.22/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.22/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1},
% 0.22/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0},
% 0.22/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.22/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.22/0.40  {"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.22/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.22/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.22/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.22/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.22/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 1},
% 0.22/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0},
% 0.22/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.22/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.22/0.40  {"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.22/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.22/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.22/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.22/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.22/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1},
% 0.22/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0},
% 0.22/0.40  {"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.22/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.22/0.40  {"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.22/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.22/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.22/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.22/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.22/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.22/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.22/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.22/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.22/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.22/0.40  {"max_dseconds": 1, "strategy":["query_focus"], "query_preference": 0},
% 0.22/0.40  {"max_dseconds": 1, "strategy":["query_focus"], "query_preference": 1},
% 0.22/0.40  {"max_dseconds": 1, "strategy":["query_focus"], "query_preference": 2},
% 0.22/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.22/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.22/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.22/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.22/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.22/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.22/0.40  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.22/0.40  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.22/0.40  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.22/0.40  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.22/0.40  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.22/0.40  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.22/0.40  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.22/0.40  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.22/0.40  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.22/0.40  {"max_dseconds": 1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.22/0.40  {"max_dseconds": 1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.22/0.40  {"max_dseconds": 1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.22/0.40  {"max_dseconds": 1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.22/0.40  {"max_dseconds": 1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.22/0.40  {"max_dseconds": 1,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.22/0.40  {"max_dseconds": 1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.22/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":1},
% 0.22/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":1, "rewrite":0},
% 0.22/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":1, "weight_select_ratio":2},
% 0.22/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "sine":2},
% 0.22/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":2},
% 0.22/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "sine":1},
% 0.22/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "sine":3},
% 0.22/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":3},
% 0.22/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "sine":4},
% 0.22/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":4},
% 0.22/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "sine":5},
% 0.22/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":5},
% 0.22/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":1, "depth_penalty":50},
% 0.22/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":1, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.22/0.40  {"max_dseconds": 1, "strategy":["unit"], "var_weight":70,"repeat_var_weight":70,"query_preference":1, "sine":1},
% 0.22/0.40  
% 0.22/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1},
% 0.22/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0},
% 0.22/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.22/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.22/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.22/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.22/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.22/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.22/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.22/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1},
% 0.22/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0},
% 0.22/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.22/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.22/0.40  {"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.22/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.22/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.22/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.22/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.22/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 1},
% 0.22/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0},
% 0.22/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.22/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.22/0.40  {"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.22/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.22/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.22/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.22/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.22/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1},
% 0.22/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0},
% 0.22/0.40  {"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.22/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.22/0.40  {"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.22/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.22/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.22/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.22/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.22/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.22/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.22/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.22/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.22/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.22/0.40  {"max_dseconds": 10, "strategy":["query_focus"], "query_preference": 0},
% 0.22/0.40  {"max_dseconds": 10, "strategy":["query_focus"], "query_preference": 1},
% 0.22/0.40  {"max_dseconds": 10, "strategy":["query_focus"], "query_preference": 2},
% 0.22/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.22/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.22/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.22/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.22/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.22/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.22/0.40  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.22/0.40  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.22/0.40  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.22/0.40  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.22/0.40  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.22/0.40  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.22/0.40  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.22/0.40  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.22/0.40  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.22/0.40  {"max_dseconds": 10,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.22/0.40  {"max_dseconds": 10,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.22/0.40  {"max_dseconds": 10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.22/0.40  {"max_dseconds": 10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.22/0.40  {"max_dseconds": 10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.22/0.40  {"max_dseconds": 10,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.22/0.40  {"max_dseconds": 10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.22/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":1},
% 0.22/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":1, "rewrite":0},
% 0.22/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":1, "weight_select_ratio":2},
% 0.22/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "sine":2},
% 0.22/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":2},
% 0.22/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "sine":1},
% 0.22/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "sine":3},
% 0.22/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":3},
% 0.22/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "sine":4},
% 0.22/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":4},
% 0.22/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "sine":5},
% 0.22/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":5},
% 0.22/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":1, "depth_penalty":50},
% 0.22/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":1, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.22/0.40  {"max_dseconds": 10, "strategy":["unit"], "var_weight":70,"repeat_var_weight":70,"query_preference":1, "sine":1},
% 0.22/0.40  
% 0.22/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1},
% 0.22/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0},
% 0.22/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.22/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.22/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.22/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.22/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.22/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.22/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.22/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1},
% 0.22/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0},
% 0.22/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.22/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.22/0.40  {"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.22/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.22/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.22/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.22/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.22/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 1},
% 0.22/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0},
% 0.22/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.22/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.22/0.40  {"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.22/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.22/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.22/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.22/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.22/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1},
% 0.22/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0},
% 0.22/0.40  {"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.22/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.22/0.40  {"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.22/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.22/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.22/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.22/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.22/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.22/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.22/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.22/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.22/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.22/0.40  {"max_dseconds": 50, "strategy":["query_focus"], "query_preference": 0},
% 0.22/0.40  {"max_dseconds": 50, "strategy":["query_focus"], "query_preference": 1},
% 0.22/0.40  {"max_dseconds": 50, "strategy":["query_focus"], "query_preference": 2},
% 0.22/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.22/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.22/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.22/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.22/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.22/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.22/0.40  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.22/0.40  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.22/0.40  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.22/0.40  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.22/0.40  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.22/0.40  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.22/0.40  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.22/0.40  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.22/0.40  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.22/0.40  {"max_dseconds": 50,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.22/0.40  {"max_dseconds": 50,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.22/0.40  {"max_dseconds": 50,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.22/0.40  {"max_dseconds": 50,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.22/0.40  {"max_dseconds": 50,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.22/0.40  {"max_dseconds": 50,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.22/0.40  {"max_dseconds": 50,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.22/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "sine":1},
% 0.22/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "sine":1, "rewrite":0},
% 0.22/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "sine":1, "weight_select_ratio":2},
% 0.22/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "sine":2},
% 0.22/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "sine":2},
% 0.22/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "sine":1},
% 0.22/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "sine":1, "depth_penalty":50},
% 0.22/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "sine":1, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.22/0.40  {"max_dseconds": 50, "strategy":["unit"], "var_weight":70,"repeat_var_weight":70,"query_preference":1, "sine":1},
% 0.22/0.40  
% 0.22/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1},
% 0.22/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0},
% 0.22/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.22/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.22/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.22/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.22/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.22/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.22/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.22/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.22/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.22/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.22/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.22/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.22/0.40  {"max_dseconds": 250, "strategy":["query_focus"], "query_preference": 0},
% 0.22/0.40  {"max_dseconds": 250, "strategy":["query_focus"], "query_preference": 1},
% 0.22/0.40  {"max_dseconds": 250, "strategy":["query_focus"], "query_preference": 2},
% 0.22/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.22/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.22/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.22/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.22/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.22/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.22/0.40  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.22/0.40  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.22/0.40  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.22/0.40  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.22/0.40  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.22/0.40  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.22/0.40  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.22/0.40  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.22/0.40  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.22/0.40  {"max_dseconds": 250,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.22/0.40  {"max_dseconds": 250,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.22/0.40  {"max_dseconds": 250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.22/0.40  {"max_dseconds": 250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.22/0.40  {"max_dseconds": 250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.22/0.40  {"max_dseconds": 250,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.22/0.40  {"max_dseconds": 250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.22/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "sine":1},
% 0.22/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "sine":1, "rewrite":0},
% 0.22/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "sine":1, "weight_select_ratio":2},
% 0.22/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "sine":2},
% 0.22/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "sine":2},
% 0.22/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "sine":1},
% 0.22/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "sine":1, "depth_penalty":50},
% 0.22/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "sine":1, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.22/0.40  {"max_dseconds": 250, "strategy":["unit"], "var_weight":70,"repeat_var_weight":70,"query_preference":1, "sine":1},
% 0.22/0.40  
% 0.22/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1},
% 0.22/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0},
% 0.22/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.22/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.22/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.22/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.22/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.22/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.22/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.22/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.22/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.22/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.22/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.22/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.22/0.40  {"max_dseconds": 1250, "strategy":["query_focus"], "query_preference": 0},
% 0.22/0.40  {"max_dseconds": 1250, "strategy":["query_focus"], "query_preference": 1},
% 0.22/0.40  {"max_dseconds": 1250, "strategy":["query_focus"], "query_preference": 2},
% 0.22/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.22/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.22/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.22/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.22/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.22/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.22/0.40  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.22/0.40  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.22/0.40  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.22/0.40  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.22/0.40  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.22/0.40  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.22/0.40  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.22/0.40  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.22/0.40  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.22/0.40  {"max_dseconds": 1250,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.22/0.40  {"max_dseconds": 1250,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.22/0.40  {"max_dseconds": 1250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.22/0.40  {"max_dseconds": 1250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.22/0.40  {"max_dseconds": 1250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.22/0.40  {"max_dseconds": 1250,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.22/0.40  {"max_dseconds": 1250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.22/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "sine":1},
% 0.22/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "sine":1, "rewrite":0},
% 0.22/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "sine":1, "weight_select_ratio":2},
% 0.22/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "sine":2},
% 0.22/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "sine":2},
% 0.22/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "sine":1},
% 0.22/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "sine":1, "depth_penalty":50},
% 0.22/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "sine":1, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.22/0.40  {"max_dseconds": 1250, "strategy":["unit"], "var_weight":70,"repeat_var_weight":70,"query_preference":1, "sine":1} 
% 0.22/0.40  
% 0.22/0.40  ]}
% 0.22/0.40  
% 0.22/0.40  
% 0.22/0.40  **** run 1 fork 0 starts with strategy
% 0.22/0.40  {"max_dseconds":1,"strategy":["unit"],"query_preference":1}
% 0.22/0.40  
% 0.22/0.40  **** run 2 fork 1 starts with strategy
% 0.22/0.40  {"max_dseconds":1,"strategy":["unit"],"query_preference":0}
% 0.22/0.40  
% 0.22/0.40  **** run 3 fork 2 starts with strategy
% 0.22/0.40  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 0.22/0.40  
% 0.22/0.40  **** run 4 fork 3 starts with strategy
% 0.22/0.40  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 0.22/0.40  
% 0.22/0.40  **** run 5 fork 4 starts with strategy
% 0.22/0.40  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1,"weight_select_ratio":20,"repeat_var_weight":1,"depth_penalty":100}
% 0.22/0.40  
% 0.22/0.40  **** run 6 fork 5 starts with strategy
% 0.22/0.40  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20}
% 0.22/0.40  
% 0.22/0.40  **** run 7 fork 6 starts with strategy
% 0.22/0.40  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20}
% 0.22/0.40  
% 0.22/0.40  **** run 8 fork 7 starts with strategy
% 0.22/0.41  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 0.22/0.53  
% 0.22/0.53  
% 0.22/0.53  fork 0: search terminated without proof.
% 0.22/0.53  
% 0.22/0.53  
% 0.22/0.53  fork 2: search terminated without proof.
% 0.22/0.53  
% 0.22/0.53  
% 0.22/0.53  fork 1: search terminated without proof.
% 0.22/0.53  
% 0.22/0.53  
% 0.22/0.53  fork 4: search terminated without proof.
% 0.22/0.53  
% 0.22/0.53  
% 0.22/0.53  fork 5: search terminated without proof.
% 0.22/0.53  
% 0.22/0.53  
% 0.22/0.53  fork 3: search terminated without proof.
% 0.22/0.53  
% 0.22/0.53  
% 0.22/0.53  fork 6: search terminated without proof.
% 0.22/0.53  
% 0.22/0.53  
% 0.22/0.53  fork 7: search terminated without proof.
% 0.22/0.56  
% 0.22/0.56  **** run 11 fork 2 starts with strategy
% 0.22/0.56  
% 0.22/0.56  **** run 9 fork 0 starts with strategy
% 0.22/0.56  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 0.22/0.56  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0}
% 0.22/0.56  
% 0.22/0.56  **** run 13 fork 4 starts with strategy
% 0.22/0.56  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 0.22/0.56  
% 0.22/0.56  **** run 14 fork 5 starts with strategy
% 0.22/0.56  {"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.22/0.56  
% 0.22/0.56  **** run 10 fork 1 starts with strategy
% 0.22/0.56  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":1}
% 0.22/0.56  
% 0.22/0.56  **** run 15 fork 6 starts with strategy
% 0.22/0.56  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20}
% 0.22/0.56  
% 0.22/0.56  **** run 12 fork 3 starts with strategy
% 0.22/0.56  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 0.22/0.56  
% 0.22/0.56  **** run 16 fork 7 starts with strategy
% 0.22/0.56  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20}
% 0.22/0.68  
% 0.22/0.68  
% 0.22/0.68  fork 0: search terminated without proof.
% 0.22/0.68  
% 0.22/0.68  
% 0.22/0.68  fork 1: search terminated without proof.
% 2.26/0.68  
% 2.26/0.68  
% 2.26/0.68  fork 6: search terminated without proof.
% 2.26/0.68  
% 2.26/0.68  
% 2.26/0.68  fork 3: search terminated without proof.
% 2.26/0.68  
% 2.26/0.68  
% 2.26/0.68  fork 7: search terminated without proof.
% 2.32/0.69  
% 2.32/0.69  
% 2.32/0.69  fork 4: search terminated without proof.
% 2.32/0.70  
% 2.32/0.70  **** run 18 fork 1 starts with strategy
% 2.32/0.70  
% 2.32/0.70  **** run 17 fork 0 starts with strategy
% 2.32/0.70  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 2.32/0.70  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 2.32/0.70  
% 2.32/0.70  
% 2.32/0.70  fork 2: search terminated without proof.
% 2.32/0.70  
% 2.32/0.70  **** run 23 fork 6 starts with strategy
% 2.32/0.70  {"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}
% 2.32/0.70  
% 2.32/0.70  
% 2.32/0.70  fork 5: search terminated without proof.
% 2.32/0.70  
% 2.32/0.70  **** run 24 fork 7 starts with strategy
% 2.32/0.70  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":1,"weight_select_ratio":20}
% 2.32/0.71  
% 2.32/0.71  **** run 20 fork 3 starts with strategy
% 2.32/0.71  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0}
% 2.32/0.71  
% 2.32/0.71  **** run 21 fork 4 starts with strategy
% 2.32/0.71  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 2.32/0.72  
% 2.32/0.72  **** run 19 fork 2 starts with strategy
% 2.32/0.72  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":1}
% 2.32/0.73  
% 2.32/0.73  **** run 22 fork 5 starts with strategy
% 2.32/0.73  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 3.37/0.82  
% 3.37/0.82  
% 3.37/0.82  fork 7: 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 0: search terminated without proof.
% 3.37/0.84  
% 3.37/0.84  
% 3.37/0.84  fork 6: search terminated without proof.
% 3.37/0.84  
% 3.37/0.84  **** run 32 fork 7 starts with strategy
% 3.37/0.84  {"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.84  
% 3.37/0.84  
% 3.37/0.84  fork 3: search terminated without proof.
% 3.37/0.85  
% 3.37/0.85  
% 3.37/0.85  fork 4: search terminated without proof.
% 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 25 fork 0 starts with strategy
% 3.37/0.85  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20}
% 3.37/0.86  
% 3.37/0.86  
% 3.37/0.86  fork 2: search terminated without proof.
% 3.37/0.86  
% 3.37/0.86  **** run 31 fork 6 starts with strategy
% 3.37/0.86  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 3.37/0.86  
% 3.37/0.86  
% 3.37/0.86  fork 5: search terminated without proof.
% 3.37/0.87  
% 3.37/0.87  **** run 28 fork 3 starts with strategy
% 3.37/0.87  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1}
% 3.37/0.87  
% 3.37/0.87  **** run 29 fork 4 starts with strategy
% 3.37/0.87  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0}
% 3.37/0.88  
% 3.37/0.88  **** run 27 fork 2 starts with strategy
% 3.37/0.88  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 3.37/0.88  
% 3.37/0.88  **** run 30 fork 5 starts with strategy
% 3.37/0.88  {"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}
% 4.07/0.97  
% 4.07/0.97  
% 4.07/0.97  fork 7: search terminated without proof.
% 4.07/0.97  
% 4.07/0.97  
% 4.07/0.97  fork 1: search terminated without proof.
% 4.07/0.97  
% 4.07/0.97  
% 4.07/0.97  fork 0: search terminated without proof.
% 4.07/0.98  
% 4.07/0.98  
% 4.07/0.98  fork 6: search terminated without proof.
% 4.75/0.99  
% 4.75/0.99  
% 4.75/0.99  fork 3: search terminated without proof.
% 4.75/0.99  
% 4.75/0.99  **** run 34 fork 1 starts with strategy
% 4.75/0.99  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20}
% 4.75/0.99  
% 4.75/0.99  **** run 40 fork 7 starts with strategy
% 4.75/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.75/0.99  
% 4.75/0.99  **** run 33 fork 0 starts with strategy
% 4.75/0.99  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20}
% 4.75/1.00  
% 4.75/1.00  
% 4.75/1.00  fork 4: search terminated without proof.
% 4.75/1.00  
% 4.75/1.00  **** run 39 fork 6 starts with strategy
% 4.75/1.00  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":2}
% 4.75/1.00  
% 4.75/1.00  
% 4.75/1.00  fork 2: search terminated without proof.
% 4.75/1.00  
% 4.75/1.00  
% 4.75/1.00  fork 5: search terminated without proof.
% 4.75/1.02  
% 4.75/1.02  **** run 36 fork 3 starts with strategy
% 4.75/1.02  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 4.75/1.02  
% 4.75/1.02  **** run 37 fork 4 starts with strategy
% 4.75/1.02  
% 4.75/1.02  **** run 35 fork 2 starts with strategy
% 4.75/1.02  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 4.75/1.02  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"rewrite":0}
% 4.75/1.02  
% 4.75/1.02  **** run 38 fork 5 starts with strategy
% 4.75/1.02  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"rewrite":0}
% 5.73/1.11  
% 5.73/1.11  
% 5.73/1.11  fork 0: search terminated without proof.
% 5.73/1.11  
% 5.73/1.11  
% 5.73/1.11  fork 7: search terminated without proof.
% 5.73/1.11  
% 5.73/1.11  
% 5.73/1.11  fork 1: search terminated without proof.
% 5.73/1.12  
% 5.73/1.12  
% 5.73/1.12  fork 6: search terminated without proof.
% 5.73/1.13  
% 5.73/1.13  **** run 41 fork 0 starts with strategy
% 5.73/1.13  
% 5.73/1.13  **** run 42 fork 1 starts with strategy
% 5.73/1.13  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":0}
% 5.73/1.13  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50,"var_weight":1,"repeat_var_weight":1}
% 5.73/1.14  
% 5.73/1.14  
% 5.73/1.14  fork 3: search terminated without proof.
% 5.73/1.14  
% 5.73/1.14  **** run 47 fork 6 starts with strategy
% 5.73/1.14  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":4}
% 5.73/1.14  
% 5.73/1.14  
% 5.73/1.14  fork 5: search terminated without proof.
% 5.73/1.15  
% 5.73/1.15  
% 5.73/1.15  fork 2: search terminated without proof.
% 5.73/1.15  
% 5.73/1.15  **** run 48 fork 7 starts with strategy
% 5.73/1.15  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":6}
% 5.73/1.15  
% 5.73/1.15  
% 5.73/1.15  fork 4: search terminated without proof.
% 5.73/1.17  
% 5.73/1.17  **** run 46 fork 5 starts with strategy
% 5.73/1.17  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":2}
% 5.73/1.17  
% 5.73/1.17  **** run 44 fork 3 starts with strategy
% 5.73/1.17  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":2}
% 5.73/1.17  
% 5.73/1.17  **** run 45 fork 4 starts with strategy
% 5.73/1.17  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"reverse_clauselist":1}
% 5.73/1.17  
% 5.73/1.17  **** run 43 fork 2 starts with strategy
% 5.73/1.17  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1}
% 5.73/1.20  
% 5.73/1.20  fork 5: search finished without proof.
% 6.26/1.21  
% 6.26/1.21  **** run 54 fork 5 starts with strategy
% 6.26/1.21  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":20,"weight_select_ratio":2}
% 6.26/1.25  
% 6.26/1.25  
% 6.26/1.25  fork 1: search terminated without proof.
% 6.26/1.27  
% 6.26/1.27  
% 6.26/1.27  fork 6: search terminated without proof.
% 6.26/1.27  
% 6.26/1.27  
% 6.26/1.27  fork 0: search terminated without proof.
% 6.26/1.27  
% 6.26/1.27  **** run 50 fork 1 starts with strategy
% 6.26/1.27  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":10}
% 6.26/1.28  
% 6.26/1.28  
% 6.26/1.28  fork 7: search terminated without proof.
% 7.07/1.29  
% 7.07/1.29  **** run 49 fork 0 starts with strategy
% 7.07/1.29  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":8}
% 7.07/1.29  
% 7.07/1.29  **** run 55 fork 6 starts with strategy
% 7.07/1.29  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":30}
% 7.07/1.29  
% 7.07/1.29  
% 7.07/1.29  fork 3: search terminated without proof.
% 7.07/1.29  
% 7.07/1.29  
% 7.07/1.29  fork 4: search terminated without proof.
% 7.07/1.30  
% 7.07/1.30  
% 7.07/1.30  fork 2: search terminated without proof.
% 7.07/1.30  
% 7.07/1.30  **** run 56 fork 7 starts with strategy
% 7.07/1.30  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":40}
% 7.07/1.32  
% 7.07/1.32  **** run 52 fork 3 starts with strategy
% 7.07/1.32  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":15}
% 7.07/1.32  
% 7.07/1.32  **** run 53 fork 4 starts with strategy
% 7.07/1.32  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":20}
% 7.07/1.32  
% 7.07/1.32  **** run 51 fork 2 starts with strategy
% 7.07/1.32  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":10}
% 7.07/1.33  
% 7.07/1.33  
% 7.07/1.33  fork 5: search terminated without proof.
% 7.07/1.35  
% 7.07/1.35  **** run 62 fork 5 starts with strategy
% 7.07/1.35  {"max_dseconds":1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0}
% 7.07/1.35  
% 7.07/1.35  fork 2: search finished without proof.
% 7.07/1.37  
% 7.07/1.37  **** run 59 fork 2 starts with strategy
% 7.07/1.37  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50}
% 7.81/1.39  
% 7.81/1.39  
% 7.81/1.39  fork 1: search terminated without proof.
% 8.04/1.41  
% 8.04/1.41  **** run 58 fork 1 starts with strategy
% 8.04/1.41  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1,"repeat_var_weight":1}
% 8.04/1.41  
% 8.04/1.41  
% 8.04/1.41  fork 0: search terminated without proof.
% 8.04/1.41  
% 8.04/1.41  
% 8.04/1.41  fork 6: search terminated without proof.
% 8.19/1.42  
% 8.19/1.42  
% 8.19/1.42  fork 7: search terminated without proof.
% 8.19/1.43  
% 8.19/1.43  **** run 57 fork 0 starts with strategy
% 8.19/1.43  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1}
% 8.19/1.43  
% 8.19/1.43  **** run 63 fork 6 starts with strategy
% 8.19/1.43  {"max_dseconds":1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1}
% 8.19/1.44  
% 8.19/1.44  
% 8.19/1.44  fork 3: search terminated without proof.
% 8.19/1.44  
% 8.19/1.44  
% 8.19/1.44  fork 4: search terminated without proof.
% 8.19/1.45  
% 8.19/1.45  **** run 64 fork 7 starts with strategy
% 8.19/1.45  {"max_dseconds":1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20}
% 8.19/1.46  
% 8.19/1.46  **** run 60 fork 3 starts with strategy
% 8.19/1.46  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1}
% 8.19/1.47  
% 8.19/1.47  **** run 61 fork 4 starts with strategy
% 8.19/1.47  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100}
% 8.19/1.47  
% 8.19/1.47  
% 8.19/1.47  fork 5: search terminated without proof.
% 8.19/1.49  
% 8.19/1.49  
% 8.19/1.49  fork 2: search terminated without proof.
% 8.19/1.49  
% 8.19/1.49  **** run 70 fork 5 starts with strategy
% 8.19/1.49  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"sine":2}
% 8.19/1.51  
% 8.19/1.51  **** run 67 fork 2 starts with strategy
% 8.19/1.51  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":1}
% 8.90/1.53  
% 8.90/1.53  
% 8.90/1.53  fork 1: search terminated without proof.
% 8.90/1.55  
% 8.90/1.55  **** run 66 fork 1 starts with strategy
% 8.90/1.55  {"max_dseconds":1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth":4}
% 8.90/1.55  
% 8.90/1.55  
% 8.90/1.55  fork 0: search terminated without proof.
% 8.90/1.56  
% 8.90/1.56  
% 8.90/1.56  fork 6: search terminated without proof.
% 8.90/1.57  
% 8.90/1.57  
% 8.90/1.57  fork 7: search terminated without proof.
% 8.90/1.57  
% 8.90/1.57  **** run 65 fork 0 starts with strategy
% 8.90/1.57  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100}
% 8.90/1.57  
% 8.90/1.57  **** run 71 fork 6 starts with strategy
% 8.90/1.57  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":2}
% 8.90/1.58  
% 8.90/1.58  
% 8.90/1.58  fork 3: search terminated without proof.
% 8.90/1.59  
% 8.90/1.59  **** run 72 fork 7 starts with strategy
% 8.90/1.59  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"sine":1}
% 8.90/1.59  
% 8.90/1.59  
% 8.90/1.59  fork 4: search terminated without proof.
% 9.48/1.60  
% 9.48/1.60  **** run 68 fork 3 starts with strategy
% 9.48/1.60  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":1,"rewrite":0}
% 9.48/1.61  
% 9.48/1.61  **** run 69 fork 4 starts with strategy
% 9.48/1.61  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":1,"weight_select_ratio":2}
% 9.48/1.62  
% 9.48/1.62  
% 9.48/1.62  fork 5: search terminated without proof.
% 9.48/1.64  
% 9.48/1.64  
% 9.48/1.64  fork 2: search terminated without proof.
% 9.48/1.64  
% 9.48/1.64  **** run 78 fork 5 starts with strategy
% 9.48/1.64  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":5}
% 9.48/1.66  
% 9.48/1.66  **** run 75 fork 2 starts with strategy
% 9.48/1.66  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"sine":4}
% 9.48/1.67  
% 9.48/1.67  
% 9.48/1.67  fork 1: search terminated without proof.
% 10.21/1.68  
% 10.21/1.68  **** run 74 fork 1 starts with strategy
% 10.21/1.68  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":3}
% 10.21/1.69  
% 10.21/1.69  
% 10.21/1.69  fork 0: search terminated without proof.
% 10.21/1.70  
% 10.21/1.70  
% 10.21/1.70  fork 6: search terminated without proof.
% 10.43/1.71  
% 10.43/1.71  **** run 73 fork 0 starts with strategy
% 10.43/1.71  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"sine":3}
% 10.43/1.71  
% 10.43/1.71  
% 10.43/1.71  fork 7: search terminated without proof.
% 10.43/1.73  
% 10.43/1.73  **** run 79 fork 6 starts with strategy
% 10.43/1.73  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":1,"depth_penalty":50}
% 10.43/1.73  
% 10.43/1.73  
% 10.43/1.73  fork 3: search terminated without proof.
% 10.43/1.73  
% 10.43/1.73  **** run 80 fork 7 starts with strategy
% 10.43/1.73  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":1,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 10.43/1.74  
% 10.43/1.74  
% 10.43/1.74  fork 4: search terminated without proof.
% 10.43/1.75  
% 10.43/1.75  **** run 76 fork 3 starts with strategy
% 10.43/1.75  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":4}
% 10.43/1.76  
% 10.43/1.76  **** run 77 fork 4 starts with strategy
% 10.43/1.76  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"sine":5}
% 10.43/1.78  
% 10.43/1.78  
% 10.43/1.78  fork 5: search terminated without proof.
% 10.43/1.78  
% 10.43/1.78  
% 10.43/1.78  fork 2: search terminated without proof.
% 10.43/1.80  
% 10.43/1.80  **** run 86 fork 5 starts with strategy
% 10.43/1.80  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"var_weight":1,"weight_select_ratio":20,"repeat_var_weight":1,"depth_penalty":100}
% 10.43/1.80  
% 10.43/1.80  **** run 83 fork 2 starts with strategy
% 10.43/1.80  {"max_dseconds":10,"strategy":["unit"],"query_preference":0}
% 11.20/1.83  
% 11.20/1.83  
% 11.20/1.83  fork 1: search terminated without proof.
% 11.20/1.84  
% 11.20/1.84  
% 11.20/1.84  fork 0: search terminated without proof.
% 11.20/1.85  
% 11.20/1.85  **** run 82 fork 1 starts with strategy
% 11.20/1.85  {"max_dseconds":10,"strategy":["unit"],"query_preference":1}
% 11.20/1.85  
% 11.20/1.85  
% 11.20/1.85  fork 6: search terminated without proof.
% 11.20/1.85  
% 11.20/1.85  **** run 81 fork 0 starts with strategy
% 11.20/1.85  {"max_dseconds":1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1,"sine":1}
% 11.20/1.86  
% 11.20/1.86  
% 11.20/1.86  fork 7: search terminated without proof.
% 11.20/1.88  
% 11.20/1.88  
% 11.20/1.88  fork 3: search terminated without proof.
% 11.20/1.88  
% 11.20/1.88  **** run 87 fork 6 starts with strategy
% 11.20/1.88  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20}
% 11.20/1.88  
% 11.20/1.88  **** run 88 fork 7 starts with strategy
% 11.20/1.88  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20}
% 11.20/1.90  
% 11.20/1.90  **** run 84 fork 3 starts with strategy
% 11.20/1.90  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 11.95/1.91  
% 11.95/1.91  
% 11.95/1.91  fork 4: search terminated without proof.
% 11.95/1.93  
% 11.95/1.93  **** run 85 fork 4 starts with strategy
% 11.95/1.93  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 12.53/1.98  
% 12.53/1.98  
% 12.53/1.98  fork 0: search terminated without proof.
% 12.53/2.00  
% 12.53/2.00  **** run 89 fork 0 starts with strategy
% 12.53/2.00  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 18.94/2.82  
% 18.94/2.82  
% 18.94/2.82  fork 2: search terminated without proof.
% 18.94/2.84  
% 18.94/2.84  
% 18.94/2.84  fork 5: search terminated without proof.
% 18.94/2.87  
% 18.94/2.87  
% 18.94/2.87  fork 1: search terminated without proof.
% 19.60/2.88  
% 19.60/2.88  **** run 91 fork 2 starts with strategy
% 19.60/2.88  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":1}
% 19.67/2.90  
% 19.67/2.90  
% 19.67/2.90  fork 7: search terminated without proof.
% 19.67/2.90  
% 19.67/2.90  **** run 94 fork 5 starts with strategy
% 19.67/2.90  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 19.84/2.92  
% 19.84/2.92  
% 19.84/2.92  fork 6: search terminated without proof.
% 19.84/2.92  
% 19.84/2.92  **** run 90 fork 1 starts with strategy
% 19.84/2.92  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 19.84/2.94  
% 19.84/2.94  
% 19.84/2.94  fork 3: search terminated without proof.
% 19.84/2.95  
% 19.84/2.95  
% 19.84/2.95  fork 4: search terminated without proof.
% 19.84/2.96  
% 19.84/2.96  **** run 96 fork 7 starts with strategy
% 19.84/2.96  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20}
% 19.84/2.98  
% 19.84/2.98  **** run 95 fork 6 starts with strategy
% 19.84/2.98  {"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}
% 20.54/3.03  
% 20.54/3.03  **** run 93 fork 4 starts with strategy
% 20.54/3.03  
% 20.54/3.03  **** run 92 fork 3 starts with strategy
% 20.54/3.03  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":0}
% 20.54/3.03  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 20.54/3.04  
% 20.54/3.04  
% 20.54/3.04  fork 0: search terminated without proof.
% 20.54/3.09  
% 20.54/3.09  **** run 97 fork 0 starts with strategy
% 20.54/3.09  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20}
% 27.90/3.93  
% 27.90/3.93  
% 27.90/3.93  fork 5: search terminated without proof.
% 27.90/3.94  
% 27.90/3.94  
% 27.90/3.94  fork 1: search terminated without proof.
% 27.90/3.96  
% 27.90/3.96  
% 27.90/3.96  fork 2: search terminated without proof.
% 27.90/3.97  
% 27.90/3.97  **** run 102 fork 5 starts with strategy
% 27.90/3.97  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 27.90/3.98  
% 27.90/3.98  
% 27.90/3.98  fork 7: search terminated without proof.
% 27.90/4.00  
% 27.90/4.00  **** run 98 fork 1 starts with strategy
% 27.90/4.00  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 27.90/4.00  
% 27.90/4.00  
% 27.90/4.00  fork 6: search terminated without proof.
% 28.59/4.03  
% 28.59/4.03  **** run 99 fork 2 starts with strategy
% 28.59/4.03  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 28.59/4.04  
% 28.59/4.04  **** run 104 fork 7 starts with strategy
% 28.59/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}
% 28.59/4.05  
% 28.59/4.05  
% 28.59/4.05  fork 4: search terminated without proof.
% 28.59/4.06  
% 28.59/4.06  **** run 103 fork 6 starts with strategy
% 28.59/4.06  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 28.59/4.07  
% 28.59/4.07  
% 28.59/4.07  fork 3: search terminated without proof.
% 29.17/4.11  
% 29.17/4.11  
% 29.17/4.11  fork 0: search terminated without proof.
% 29.17/4.11  
% 29.17/4.11  **** run 101 fork 4 starts with strategy
% 29.17/4.11  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para"],"query_preference":0}
% 29.17/4.13  
% 29.17/4.13  **** run 100 fork 3 starts with strategy
% 29.17/4.13  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para"],"query_preference":1}
% 29.17/4.16  
% 29.17/4.16  **** run 105 fork 0 starts with strategy
% 29.17/4.16  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para"],"query_preference":1,"weight_select_ratio":20}
% 36.52/5.03  
% 36.52/5.03  
% 36.52/5.03  fork 5: search terminated without proof.
% 36.52/5.03  
% 36.52/5.03  
% 36.52/5.03  fork 1: search terminated without proof.
% 36.52/5.05  
% 36.52/5.05  
% 36.52/5.05  fork 2: search terminated without proof.
% 36.52/5.06  
% 36.52/5.06  
% 36.52/5.06  fork 7: search terminated without proof.
% 36.52/5.08  
% 36.52/5.08  **** run 106 fork 1 starts with strategy
% 36.52/5.08  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20}
% 36.52/5.09  
% 36.52/5.09  **** run 110 fork 5 starts with strategy
% 36.52/5.09  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0}
% 36.52/5.09  
% 36.52/5.09  
% 36.52/5.09  fork 6: search terminated without proof.
% 37.18/5.11  
% 37.18/5.11  **** run 107 fork 2 starts with strategy
% 37.18/5.11  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 37.18/5.12  
% 37.18/5.12  **** run 112 fork 7 starts with strategy
% 37.18/5.12  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 37.18/5.14  
% 37.18/5.14  
% 37.18/5.14  fork 4: search terminated without proof.
% 37.18/5.15  
% 37.18/5.15  **** run 111 fork 6 starts with strategy
% 37.18/5.15  {"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}
% 37.74/5.18  
% 37.74/5.18  
% 37.74/5.18  fork 3: search terminated without proof.
% 37.74/5.19  
% 37.74/5.19  **** run 109 fork 4 starts with strategy
% 37.74/5.19  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1}
% 37.74/5.22  
% 37.74/5.22  
% 37.74/5.22  fork 0: search terminated without proof.
% 37.74/5.23  
% 37.74/5.23  **** run 108 fork 3 starts with strategy
% 37.74/5.23  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 37.74/5.27  
% 37.74/5.27  **** run 113 fork 0 starts with strategy
% 37.74/5.27  {"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}
% 45.23/6.13  
% 45.23/6.13  
% 45.23/6.13  fork 1: search terminated without proof.
% 45.34/6.15  
% 45.34/6.15  
% 45.34/6.15  fork 5: search terminated without proof.
% 45.34/6.15  
% 45.34/6.15  
% 45.34/6.15  fork 2: search terminated without proof.
% 45.34/6.15  
% 45.34/6.15  
% 45.34/6.15  fork 7: search terminated without proof.
% 45.34/6.18  
% 45.34/6.18  **** run 114 fork 1 starts with strategy
% 45.34/6.18  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20}
% 45.34/6.19  
% 45.34/6.19  
% 45.34/6.19  fork 6: search terminated without proof.
% 45.34/6.20  
% 45.34/6.20  **** run 118 fork 5 starts with strategy
% 45.34/6.20  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"rewrite":0}
% 45.34/6.20  
% 45.34/6.20  **** run 120 fork 7 starts with strategy
% 45.34/6.20  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"weight_select_ratio":2}
% 45.87/6.21  
% 45.87/6.21  **** run 115 fork 2 starts with strategy
% 45.87/6.21  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20}
% 45.87/6.23  
% 45.87/6.23  
% 45.87/6.23  fork 4: search terminated without proof.
% 45.87/6.25  
% 45.87/6.25  **** run 119 fork 6 starts with strategy
% 45.87/6.25  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"rewrite":0}
% 46.34/6.27  
% 46.34/6.27  
% 46.34/6.27  fork 3: search terminated without proof.
% 46.34/6.27  
% 46.34/6.27  **** run 117 fork 4 starts with strategy
% 46.34/6.27  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 46.34/6.30  
% 46.34/6.30  
% 46.34/6.30  fork 0: search terminated without proof.
% 46.34/6.31  
% 46.34/6.31  **** run 116 fork 3 starts with strategy
% 46.34/6.31  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 46.34/6.35  
% 46.34/6.35  **** run 121 fork 0 starts with strategy
% 46.34/6.35  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50,"var_weight":1,"repeat_var_weight":1}
% 53.58/7.21  
% 53.58/7.21  
% 53.58/7.21  fork 1: search terminated without proof.
% 53.58/7.23  
% 53.58/7.23  
% 53.58/7.23  fork 2: search terminated without proof.
% 53.58/7.23  
% 53.58/7.23  
% 53.58/7.23  fork 7: search terminated without proof.
% 53.58/7.25  
% 53.58/7.25  **** run 122 fork 1 starts with strategy
% 53.58/7.25  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50,"var_weight":1,"repeat_var_weight":1}
% 53.58/7.26  
% 53.58/7.26  
% 53.58/7.26  fork 5: search terminated without proof.
% 53.58/7.28  
% 53.58/7.28  
% 53.58/7.28  fork 6: search terminated without proof.
% 53.58/7.29  
% 53.58/7.29  **** run 123 fork 2 starts with strategy
% 53.58/7.29  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":0}
% 53.58/7.29  
% 53.58/7.29  
% 53.58/7.29  fork 4: search terminated without proof.
% 53.58/7.29  
% 53.58/7.29  **** run 128 fork 7 starts with strategy
% 53.58/7.29  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_depth":4}
% 54.68/7.33  
% 54.68/7.33  **** run 126 fork 5 starts with strategy
% 54.68/7.33  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"reverse_clauselist":1}
% 54.68/7.33  
% 54.68/7.33  **** run 127 fork 6 starts with strategy
% 54.68/7.33  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_depth":2}
% 54.68/7.34  
% 54.68/7.34  **** run 125 fork 4 starts with strategy
% 54.68/7.34  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":2}
% 54.68/7.35  
% 54.68/7.35  
% 54.68/7.35  fork 3: search terminated without proof.
% 54.68/7.36  
% 54.68/7.36  fork 6: search finished without proof.
% 54.68/7.37  
% 54.68/7.37  **** run 135 fork 6 starts with strategy
% 54.68/7.37  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_size":20,"weight_select_ratio":2}
% 55.08/7.39  
% 55.08/7.39  
% 55.08/7.39  fork 0: search terminated without proof.
% 55.08/7.39  
% 55.08/7.39  **** run 124 fork 3 starts with strategy
% 55.08/7.39  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1}
% 55.08/7.43  
% 55.08/7.43  **** run 129 fork 0 starts with strategy
% 55.08/7.43  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_depth":6}
% 60.39/8.09  
% 60.39/8.09  
% 60.39/8.09  result: proof found
% 60.39/8.09  for /export/starexec/sandbox2/benchmark/theBenchmark.p 
% 60.39/8.09  by run 124 fork 3 strategy {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1}
% 60.39/8.09  % SZS status Unsatisfiable for /export/starexec/sandbox2/benchmark/theBenchmark.p 
% 60.39/8.09  
% 60.39/8.09  % SZS output start CNFRefutation for /export/starexec/sandbox2/benchmark/theBenchmark.p 
% See solution above
% 60.39/8.09  
% 60.39/8.09  run 124 fork 3 statistics:
% 60.39/8.09  ----------------------------------
% 60.39/8.09  this run seconds: 0.348671
% 60.39/8.09  total seconds: 7.218930
% 60.39/8.09  stat_given_used: 6479
% 60.39/8.09  stat_given_used_at_endgame: 0
% 60.39/8.09  stat_given_candidates:   7142
% 60.39/8.09  stat_given_candidates_at_endgame: 0
% 60.39/8.09  stat_given_candidates_h: 0
% 60.39/8.09  stat_binres_derived_cl:   0
% 60.39/8.09  stat_binres_derived_cl_h: 0
% 60.39/8.09  stat_factor_derived_cl: 0
% 60.39/8.09  stat_para_derived_cl: 94312
% 60.39/8.09  stat_tautologies_discarded: 0
% 60.39/8.09  stat_forward_subsumed: 69846
% 60.39/8.09  stat_derived_cut: 0
% 60.39/8.09  stat_derived_rewritten: 0
% 60.39/8.09  stat_weight_discarded_building: 0
% 60.39/8.09  stat_weight_discarded_cl: 0
% 60.39/8.09  stat_internlimit_discarded_cl: 0
% 60.39/8.09  stat_simplified:  0 simplified 0 derived 0 given
% 60.39/8.09  stat_kept_cl: 24465
% 60.39/8.09  stat_built_cl: 37457
% 60.39/8.09  stat_hyperres_partial_cl: 0
% 60.39/8.09  stat_made_rewriters: 0
% 60.39/8.09  stat_backward_subsumed: 0
% 60.39/8.09  stat_propagated_subsumed: 0
% 60.39/8.09  stat_clsubs_attempted:                         0
% 60.39/8.09  stat_clsubs_fact_groundunit_found:             0
% 60.39/8.09  stat_clsubs_rule_groundunit_found:           663
% 60.39/8.09  stat_clsubs_top_meta_attempted:              90706
% 60.39/8.09  stat_clsubs_top_meta_failed:                 90706
% 60.39/8.09  stat_clsubs_top_meta_nonpref_attempted:               90706
% 60.39/8.09  stat_clsubs_top_meta_nonpref_succeeded:               90679
% 60.39/8.09  stat_clsubs_top_meta_pref_attempted:                  90679
% 60.39/8.09  stat_clsubs_top_meta_pref1_succeeded:                     0
% 60.39/8.09  stat_clsubs_top_meta_pref2_succeeded:                     0
% 60.39/8.09  stat_clsubs_top_meta_pref3_succeeded:                     0
% 60.39/8.09  stat_clsubs_top_meta_pref_succeeded:                      0
% 60.39/8.09  stat_clsubs_meta_attempted:                    0
% 60.39/8.09  stat_clsubs_meta_failed:                       0
% 60.39/8.09  stat_clsubs_predsymbs_attempted:               0
% 60.39/8.09  stat_clsubs_unit_attempted:                    0
% 60.39/8.09  stat_clsubs_full_attempted:                    0
% 60.39/8.09  stat_forwardsubs_attempted:                94311
% 60.39/8.09  stat_lit_hash_added:                  30965
% 60.39/8.09  stat_lit_hash_computed:              139560
% 60.39/8.09  stat_lit_hash_match_found:            70509
% 60.39/8.09  stat_lit_hash_match_miss:             62551
% 60.39/8.09  stat_lit_hash_cut_ok:                     0
% 60.39/8.09  stat_lit_strong_cut_ok:                   0
% 60.39/8.09  stat_lit_hash_subsume_ok:             69846
% 60.39/8.09  clqueue els 10000000 used 1
% 60.39/8.09  clactive els 10000000 used 6497
% 60.39/8.09  clactivesubsume els 10000000 used 85
% 60.39/8.09  queue_termbuf els 200000000 used 2974504
% 60.39/8.09  hyper_termbuf els 100000000 used 1
% 60.39/8.09  active_termbuf els 100000000 used 612408
% 60.39/8.09  varstack els 5000 last used 1
% 60.39/8.09  given_termbuf els 10000000 last used 1
% 60.39/8.09  simplified_termbuf els 10000000 last used 1
% 60.39/8.09  derived_termbuf els 10000000 last used 46
% 60.39/8.09  wr_mallocs: 230399
% 60.39/8.09  wr_callocs: 21
% 60.39/8.09  wr_reallocs: 10664
% 60.39/8.09  wr_frees: 2
% 60.39/8.09  wr_malloc_bytes: 4170118404
% 60.39/8.09  wr_calloc_bytes: 112065536
% 60.39/8.09  wr_realloc_bytes: 1671592
% 60.39/8.09  wr_realloc_freebytes: 0
% 60.39/8.09  ----------------------------------
%------------------------------------------------------------------------------