TSTP Solution File: GRP191-2 by GKC---0.8

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : GKC---0.8
% Problem  : GRP191-2 : TPTP v8.1.2. Bugfixed v1.2.1.
% Transfm  : none
% Format   : tptp:raw
% Command  : gkc %s

% Computer : n010.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 00:53:16 EDT 2023

% Result   : Unsatisfiable 48.57s 6.71s
% Output   : CNFRefutation 48.57s
% Verified : 
% SZS Type : ERROR: Analysing output (Could not find formula named p39d_1)

% Comments : 
%------------------------------------------------------------------------------
cnf('1',plain,
    greatest_lower_bound(a,b) = b,
    inference(cnf_transformation,[],[p39d_1]) ).

cnf('2',plain,
    least_upper_bound(X,greatest_lower_bound(X,Y)) = X,
    inference(cnf_transformation,[],['$inc_lub_absorbtion']) ).

cnf('3',plain,
    least_upper_bound(a,b) = a,
    inference(paramodulation,[],['1','2']) ).

cnf('4',plain,
    multiply(inverse(X),X) = identity,
    inference(cnf_transformation,[],['$inc_left_inverse']) ).

cnf('5',plain,
    multiply(X,least_upper_bound(Y,Z)) = least_upper_bound(multiply(X,Y),multiply(X,Z)),
    inference(cnf_transformation,[],['$inc_monotony_lub1']) ).

cnf('6',plain,
    multiply(inverse(X),least_upper_bound(X,Y)) = least_upper_bound(identity,multiply(inverse(X),Y)),
    inference(paramodulation,[],['4','5']) ).

cnf('7',plain,
    multiply(inverse(a),a) = least_upper_bound(identity,multiply(inverse(a),b)),
    inference(paramodulation,[],['3','6']) ).

cnf('8',plain,
    identity = least_upper_bound(identity,multiply(inverse(a),b)),
    inference(simplify,[],['7','4']) ).

cnf('9',plain,
    least_upper_bound(X,Y) = least_upper_bound(Y,X),
    inference(cnf_transformation,[],['$inc_symmetry_of_lub']) ).

cnf('10',plain,
    least_upper_bound(multiply(inverse(a),b),identity) = identity,
    inference(paramodulation,[],['8','9']) ).

cnf('11',plain,
    multiply(multiply(X,Y),Z) = multiply(X,multiply(Y,Z)),
    inference(cnf_transformation,[],['$inc_associativity']) ).

cnf('12',plain,
    multiply(identity,X3) = multiply(inverse(Y3),multiply(Y3,X3)),
    inference(paramodulation,[],['4','11']) ).

cnf('13',plain,
    multiply(identity,X) = X,
    inference(cnf_transformation,[],['$inc_left_identity']) ).

cnf('14',plain,
    X = multiply(inverse(Y),multiply(Y,X)),
    inference(simplify,[],['12','13']) ).

cnf('15',plain,
    multiply(X,Y) = multiply(inverse(inverse(X)),Y),
    inference(paramodulation,[],['14','14']) ).

cnf('16',plain,
    multiply(X,inverse(X)) = identity,
    inference(paramodulation,[],['15','4']) ).

cnf('17',plain,
    multiply(multiply(X3,Y3),inverse(Y3)) = multiply(X3,identity),
    inference(paramodulation,[],['16','11']) ).

cnf('18',plain,
    X = multiply(inverse(inverse(X)),identity),
    inference(paramodulation,[],['4','14']) ).

cnf('19',plain,
    X = multiply(X,identity),
    inference(paramodulation,[],['15','18']) ).

cnf('20',plain,
    multiply(multiply(X,Y),inverse(Y)) = X,
    inference(simplify,[],['17','19']) ).

cnf('21',plain,
    multiply(least_upper_bound(X,Y),Z) = least_upper_bound(multiply(X,Z),multiply(Y,Z)),
    inference(cnf_transformation,[],['$inc_monotony_lub2']) ).

cnf('22',plain,
    multiply(least_upper_bound(X,identity),Y) = least_upper_bound(multiply(X,Y),Y),
    inference(paramodulation,[],['13','21']) ).

cnf('23',plain,
    multiply(least_upper_bound(multiply(X,Y),identity),inverse(Y)) = least_upper_bound(X,inverse(Y)),
    inference(paramodulation,[],['20','22']) ).

cnf('24',plain,
    multiply(identity,inverse(b)) = least_upper_bound(inverse(a),inverse(b)),
    inference(paramodulation,[],['10','23']) ).

cnf('25',plain,
    inverse(b) = least_upper_bound(inverse(a),inverse(b)),
    inference(simplify,[],['24','13']) ).

cnf('26',plain,
    least_upper_bound(inverse(a),inverse(b)) != inverse(b),
    inference(cnf_transformation,[],[prove_p39d]) ).

cnf('27',plain,
    $false,
    inference(paramodulation,[],['25','26']) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.08/0.12  % Problem  : GRP191-2 : TPTP v8.1.2. Bugfixed v1.2.1.
% 0.08/0.13  % Command  : gkc %s
% 0.12/0.34  % Computer : n010.cluster.edu
% 0.12/0.34  % Model    : x86_64 x86_64
% 0.12/0.34  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.12/0.34  % Memory   : 8042.1875MB
% 0.12/0.34  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.12/0.34  % CPULimit : 300
% 0.12/0.34  % WCLimit  : 300
% 0.12/0.34  % DateTime : Mon Aug 28 23:29:34 EDT 2023
% 0.12/0.35  % CPUTime  : 
% 0.12/0.40  
% 0.12/0.40  input clause set summed statistics:
% 0.12/0.40  ----------------------------------
% 0.12/0.40  in_clause_count:                    17
% 0.12/0.40  in_rule_clause_count:               17
% 0.12/0.40  in_fact_clause_count:                0
% 0.12/0.40  in_answer_clause_count:              0
% 0.12/0.40  in_ground_clause_count:              2
% 0.12/0.40  in_unit_clause_count:               17
% 0.12/0.40  in_horn_clause_count:               17
% 0.12/0.40  in_pos_clause_count:                16
% 0.12/0.40  in_neg_clause_count:                 1
% 0.12/0.40  in_poseq_clause_count:              16
% 0.12/0.40  in_negeq_clause_count:               1
% 0.12/0.40  in_unitposeq_clause_count:          16
% 0.12/0.40  in_chain_clause_count:               0
% 0.12/0.40  in_min_length:             1
% 0.12/0.40  in_max_length:             1
% 0.12/0.40  in_min_depth:              2
% 0.12/0.40  in_max_depth:              3
% 0.12/0.40  in_min_size:               5
% 0.12/0.40  in_max_size:              13
% 0.12/0.40  in_min_vars:               0
% 0.12/0.40  in_max_vars:               3
% 0.12/0.40  in_extaxiom_count:                15
% 0.12/0.40  in_axiom_count:                    0
% 0.12/0.40  in_assumption_count:               1
% 0.12/0.40  in_goal_count:                     1
% 0.12/0.40  in_neg_goal_count:                 1
% 0.12/0.40  in_pos_goal_count:                 0
% 0.12/0.40  in_posunit_goal_count:             0
% 0.12/0.40  
% 0.12/0.40  auto guide:
% 0.12/0.40  -----------
% 0.12/0.40  {
% 0.12/0.40  "print":1,
% 0.12/0.40  "print_level": 15,
% 0.12/0.40  "max_size": 0,
% 0.12/0.40  "max_depth": 0,
% 0.12/0.40  "max_length": 0,
% 0.12/0.40  "max_dseconds": 0,
% 0.12/0.40  "runs":[
% 0.12/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1},
% 0.12/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0},
% 0.12/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.12/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.12/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.12/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.12/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.12/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.12/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.12/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1},
% 0.12/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0},
% 0.12/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.12/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.12/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.12/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.12/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.12/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.12/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.12/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 1},
% 0.12/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0},
% 0.12/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.12/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.12/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.12/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.12/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.12/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.12/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.12/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1},
% 0.12/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0},
% 0.12/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.12/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.12/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.12/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.12/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.12/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.12/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.12/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.12/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.12/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.12/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.12/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.12/0.40  {"max_dseconds": 1, "strategy":["query_focus"], "query_preference": 0},
% 0.12/0.40  {"max_dseconds": 1, "strategy":["query_focus"], "query_preference": 1},
% 0.12/0.40  {"max_dseconds": 1, "strategy":["query_focus"], "query_preference": 2},
% 0.12/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.12/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.12/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.12/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.12/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.12/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.12/0.40  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.12/0.40  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.12/0.40  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.12/0.40  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.12/0.40  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.12/0.40  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.12/0.40  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.12/0.40  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.12/0.40  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.12/0.40  {"max_dseconds": 1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.12/0.40  {"max_dseconds": 1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.12/0.40  {"max_dseconds": 1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.12/0.40  {"max_dseconds": 1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.12/0.40  {"max_dseconds": 1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.12/0.40  {"max_dseconds": 1,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.12/0.40  {"max_dseconds": 1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.12/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":1},
% 0.12/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":1, "rewrite":0},
% 0.12/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":1, "weight_select_ratio":2},
% 0.12/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "sine":2},
% 0.12/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":2},
% 0.12/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "sine":1},
% 0.12/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "sine":3},
% 0.12/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":3},
% 0.12/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "sine":4},
% 0.12/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":4},
% 0.12/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "sine":5},
% 0.12/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":5},
% 0.12/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":1, "depth_penalty":50},
% 0.12/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":1, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.12/0.40  {"max_dseconds": 1, "strategy":["unit"], "var_weight":70,"repeat_var_weight":70,"query_preference":1, "sine":1},
% 0.12/0.40  
% 0.12/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1},
% 0.12/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0},
% 0.12/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.12/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.12/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.12/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.12/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.12/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.12/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.12/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1},
% 0.12/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0},
% 0.12/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.12/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.12/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.12/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.12/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.12/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.12/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.12/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 1},
% 0.12/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0},
% 0.12/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.12/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.12/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.12/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.12/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.12/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.12/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.12/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1},
% 0.12/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0},
% 0.12/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.12/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.12/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.12/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.12/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.12/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.12/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.12/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.12/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.12/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.12/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.12/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.12/0.40  {"max_dseconds": 10, "strategy":["query_focus"], "query_preference": 0},
% 0.12/0.40  {"max_dseconds": 10, "strategy":["query_focus"], "query_preference": 1},
% 0.12/0.40  {"max_dseconds": 10, "strategy":["query_focus"], "query_preference": 2},
% 0.12/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.12/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.12/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.12/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.12/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.12/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.12/0.40  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.12/0.40  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.12/0.40  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.12/0.40  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.12/0.40  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.12/0.40  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.12/0.40  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.12/0.40  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.12/0.40  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.12/0.40  {"max_dseconds": 10,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.12/0.40  {"max_dseconds": 10,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.12/0.40  {"max_dseconds": 10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.12/0.40  {"max_dseconds": 10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.12/0.40  {"max_dseconds": 10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.12/0.40  {"max_dseconds": 10,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.12/0.40  {"max_dseconds": 10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.12/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":1},
% 0.12/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":1, "rewrite":0},
% 0.12/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":1, "weight_select_ratio":2},
% 0.12/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "sine":2},
% 0.12/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":2},
% 0.12/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "sine":1},
% 0.12/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "sine":3},
% 0.12/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":3},
% 0.12/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "sine":4},
% 0.12/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":4},
% 0.12/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "sine":5},
% 0.12/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":5},
% 0.12/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":1, "depth_penalty":50},
% 0.12/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":1, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.12/0.40  {"max_dseconds": 10, "strategy":["unit"], "var_weight":70,"repeat_var_weight":70,"query_preference":1, "sine":1},
% 0.12/0.40  
% 0.12/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1},
% 0.12/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0},
% 0.12/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.12/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.12/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.12/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.12/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.12/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.12/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.12/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1},
% 0.12/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0},
% 0.12/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.12/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.12/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.12/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.12/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.12/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.12/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.12/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 1},
% 0.12/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0},
% 0.12/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.12/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.12/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.12/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.12/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.12/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.12/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.12/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1},
% 0.12/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0},
% 0.12/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.12/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.12/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.12/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.12/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.12/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.12/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.12/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.12/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.12/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.12/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.12/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.12/0.40  {"max_dseconds": 50, "strategy":["query_focus"], "query_preference": 0},
% 0.12/0.40  {"max_dseconds": 50, "strategy":["query_focus"], "query_preference": 1},
% 0.12/0.40  {"max_dseconds": 50, "strategy":["query_focus"], "query_preference": 2},
% 0.12/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.12/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.12/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.12/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.12/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.12/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.12/0.40  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.12/0.40  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.12/0.40  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.12/0.40  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.12/0.40  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.12/0.40  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.12/0.40  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.12/0.40  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.12/0.40  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.12/0.40  {"max_dseconds": 50,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.12/0.40  {"max_dseconds": 50,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.12/0.40  {"max_dseconds": 50,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.12/0.40  {"max_dseconds": 50,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.12/0.40  {"max_dseconds": 50,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.12/0.40  {"max_dseconds": 50,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.12/0.40  {"max_dseconds": 50,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.12/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "sine":1},
% 0.12/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "sine":1, "rewrite":0},
% 0.12/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "sine":1, "weight_select_ratio":2},
% 0.12/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "sine":2},
% 0.12/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "sine":2},
% 0.12/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "sine":1},
% 0.12/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "sine":1, "depth_penalty":50},
% 0.12/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "sine":1, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.12/0.40  {"max_dseconds": 50, "strategy":["unit"], "var_weight":70,"repeat_var_weight":70,"query_preference":1, "sine":1},
% 0.12/0.40  
% 0.12/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1},
% 0.12/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0},
% 0.12/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.12/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.12/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.12/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.12/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.12/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.12/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.12/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.12/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.12/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.12/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.12/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.12/0.40  {"max_dseconds": 250, "strategy":["query_focus"], "query_preference": 0},
% 0.12/0.40  {"max_dseconds": 250, "strategy":["query_focus"], "query_preference": 1},
% 0.12/0.40  {"max_dseconds": 250, "strategy":["query_focus"], "query_preference": 2},
% 0.12/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.12/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.12/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.12/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.12/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.12/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.12/0.40  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.12/0.40  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.12/0.40  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.12/0.40  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.12/0.40  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.12/0.40  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.12/0.40  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.12/0.40  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.12/0.40  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.12/0.40  {"max_dseconds": 250,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.12/0.40  {"max_dseconds": 250,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.12/0.40  {"max_dseconds": 250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.12/0.40  {"max_dseconds": 250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.12/0.40  {"max_dseconds": 250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.12/0.40  {"max_dseconds": 250,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.12/0.40  {"max_dseconds": 250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.12/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "sine":1},
% 0.12/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "sine":1, "rewrite":0},
% 0.12/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "sine":1, "weight_select_ratio":2},
% 0.12/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "sine":2},
% 0.12/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "sine":2},
% 0.12/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "sine":1},
% 0.12/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "sine":1, "depth_penalty":50},
% 0.12/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "sine":1, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.12/0.40  {"max_dseconds": 250, "strategy":["unit"], "var_weight":70,"repeat_var_weight":70,"query_preference":1, "sine":1},
% 0.12/0.40  
% 0.12/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1},
% 0.12/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0},
% 0.12/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.12/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.12/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.12/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.12/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.12/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.12/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.12/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.12/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.12/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.12/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.12/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.12/0.40  {"max_dseconds": 1250, "strategy":["query_focus"], "query_preference": 0},
% 0.12/0.40  {"max_dseconds": 1250, "strategy":["query_focus"], "query_preference": 1},
% 0.12/0.40  {"max_dseconds": 1250, "strategy":["query_focus"], "query_preference": 2},
% 0.12/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.12/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.12/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.12/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.12/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.12/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.12/0.40  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.12/0.40  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.12/0.40  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.12/0.40  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.12/0.40  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.12/0.40  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.12/0.40  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.12/0.40  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.12/0.40  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.12/0.40  {"max_dseconds": 1250,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.12/0.40  {"max_dseconds": 1250,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.12/0.40  {"max_dseconds": 1250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.12/0.40  {"max_dseconds": 1250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.12/0.40  {"max_dseconds": 1250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.12/0.40  {"max_dseconds": 1250,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.12/0.40  {"max_dseconds": 1250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.12/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "sine":1},
% 0.12/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "sine":1, "rewrite":0},
% 0.12/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "sine":1, "weight_select_ratio":2},
% 0.12/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "sine":2},
% 0.12/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "sine":2},
% 0.12/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "sine":1},
% 0.12/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "sine":1, "depth_penalty":50},
% 0.12/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "sine":1, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.12/0.40  {"max_dseconds": 1250, "strategy":["unit"], "var_weight":70,"repeat_var_weight":70,"query_preference":1, "sine":1} 
% 0.12/0.40  
% 0.12/0.40  ]}
% 0.12/0.40  
% 0.12/0.40  
% 0.12/0.40  **** run 1 fork 0 starts with strategy
% 0.12/0.40  {"max_dseconds":1,"strategy":["unit"],"query_preference":1}
% 0.12/0.40  
% 0.12/0.40  **** run 2 fork 1 starts with strategy
% 0.12/0.40  {"max_dseconds":1,"strategy":["unit"],"query_preference":0}
% 0.12/0.40  
% 0.12/0.40  **** run 3 fork 2 starts with strategy
% 0.12/0.40  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 0.12/0.40  
% 0.12/0.40  **** run 4 fork 3 starts with strategy
% 0.12/0.40  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 0.12/0.40  
% 0.12/0.40  **** run 5 fork 4 starts with strategy
% 0.12/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.12/0.40  
% 0.12/0.40  **** run 6 fork 5 starts with strategy
% 0.12/0.40  
% 0.12/0.40  **** run 7 fork 6 starts with strategy
% 0.12/0.40  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20}
% 0.12/0.40  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20}
% 0.12/0.40  
% 0.12/0.40  **** run 8 fork 7 starts with strategy
% 0.12/0.40  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 0.20/0.53  
% 0.20/0.53  
% 0.20/0.53  fork 0: search terminated without proof.
% 0.20/0.53  
% 0.20/0.53  
% 0.20/0.53  fork 1: search terminated without proof.
% 0.20/0.53  
% 0.20/0.53  
% 0.20/0.53  fork 2: search terminated without proof.
% 0.20/0.53  
% 0.20/0.53  
% 0.20/0.53  fork 3: search terminated without proof.
% 0.20/0.53  
% 0.20/0.53  
% 0.20/0.53  fork 4: search terminated without proof.
% 0.20/0.53  
% 0.20/0.53  
% 0.20/0.53  fork 7: search terminated without proof.
% 0.20/0.53  
% 0.20/0.53  
% 0.20/0.53  fork 5: search terminated without proof.
% 0.20/0.53  
% 0.20/0.53  
% 0.20/0.53  fork 6: search terminated without proof.
% 0.20/0.56  
% 0.20/0.56  **** run 12 fork 3 starts with strategy
% 0.20/0.56  
% 0.20/0.56  **** run 16 fork 7 starts with strategy
% 0.20/0.56  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20}
% 0.20/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.20/0.56  
% 0.20/0.56  **** run 15 fork 6 starts with strategy
% 0.20/0.56  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20}
% 0.20/0.56  
% 0.20/0.56  **** run 11 fork 2 starts with strategy
% 0.20/0.56  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0}
% 0.20/0.56  
% 0.20/0.56  **** run 9 fork 0 starts with strategy
% 0.20/0.56  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 0.20/0.56  
% 0.20/0.56  **** run 13 fork 4 starts with strategy
% 0.20/0.56  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 0.20/0.56  
% 0.20/0.56  **** run 10 fork 1 starts with strategy
% 0.20/0.56  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":1}
% 0.20/0.57  
% 0.20/0.57  **** run 14 fork 5 starts with strategy
% 0.20/0.57  {"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.68  
% 0.20/0.68  
% 0.20/0.68  fork 6: search terminated without proof.
% 0.20/0.68  
% 0.20/0.68  
% 0.20/0.68  fork 0: search terminated without proof.
% 0.20/0.68  
% 0.20/0.68  
% 0.20/0.68  fork 2: search terminated without proof.
% 0.20/0.68  
% 0.20/0.68  
% 0.20/0.68  fork 4: search terminated without proof.
% 0.20/0.68  
% 0.20/0.68  
% 0.20/0.68  fork 5: search terminated without proof.
% 0.20/0.69  
% 0.20/0.69  
% 0.20/0.69  fork 3: search terminated without proof.
% 0.20/0.70  
% 0.20/0.70  
% 0.20/0.70  fork 1: search terminated without proof.
% 0.20/0.70  
% 0.20/0.70  **** run 23 fork 6 starts with strategy
% 0.20/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}
% 0.20/0.70  
% 0.20/0.70  **** run 17 fork 0 starts with strategy
% 0.20/0.70  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 0.20/0.71  
% 0.20/0.71  **** run 19 fork 2 starts with strategy
% 0.20/0.71  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":1}
% 0.20/0.71  
% 0.20/0.71  **** run 21 fork 4 starts with strategy
% 0.20/0.71  {"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.71  
% 0.20/0.71  **** run 22 fork 5 starts with strategy
% 0.20/0.71  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 0.20/0.71  
% 0.20/0.71  **** run 20 fork 3 starts with strategy
% 0.20/0.71  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0}
% 0.20/0.72  
% 0.20/0.72  
% 0.20/0.72  fork 7: search terminated without proof.
% 0.20/0.73  
% 0.20/0.73  **** run 18 fork 1 starts with strategy
% 0.20/0.73  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 0.20/0.75  
% 0.20/0.75  **** run 24 fork 7 starts with strategy
% 0.20/0.75  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":1,"weight_select_ratio":20}
% 3.01/0.84  
% 3.01/0.84  
% 3.01/0.84  fork 6: search terminated without proof.
% 3.01/0.84  
% 3.01/0.84  
% 3.01/0.84  fork 5: search terminated without proof.
% 3.60/0.85  
% 3.60/0.85  
% 3.60/0.85  fork 2: search terminated without proof.
% 3.60/0.85  
% 3.60/0.85  
% 3.60/0.85  fork 0: search terminated without proof.
% 3.60/0.85  
% 3.60/0.85  
% 3.60/0.85  fork 4: search terminated without proof.
% 3.60/0.85  
% 3.60/0.85  
% 3.60/0.85  fork 3: search terminated without proof.
% 3.60/0.86  
% 3.60/0.86  **** run 31 fork 6 starts with strategy
% 3.60/0.86  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 3.60/0.87  
% 3.60/0.87  **** run 30 fork 5 starts with strategy
% 3.60/0.87  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 3.60/0.87  
% 3.60/0.87  **** run 29 fork 4 starts with strategy
% 3.60/0.87  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0}
% 3.78/0.87  
% 3.78/0.87  **** run 27 fork 2 starts with strategy
% 3.78/0.87  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 3.78/0.87  
% 3.78/0.87  **** run 25 fork 0 starts with strategy
% 3.78/0.87  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20}
% 3.78/0.87  
% 3.78/0.87  **** run 28 fork 3 starts with strategy
% 3.78/0.87  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1}
% 3.78/0.88  
% 3.78/0.88  
% 3.78/0.88  fork 1: search terminated without proof.
% 3.78/0.88  
% 3.78/0.88  
% 3.78/0.88  fork 7: search terminated without proof.
% 3.78/0.90  
% 3.78/0.90  **** run 26 fork 1 starts with strategy
% 3.78/0.90  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 3.78/0.91  
% 3.78/0.91  **** run 32 fork 7 starts with strategy
% 3.78/0.91  {"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}
% 4.40/0.98  
% 4.40/0.98  
% 4.40/0.98  fork 6: search terminated without proof.
% 4.40/0.99  
% 4.40/0.99  
% 4.40/0.99  fork 5: search terminated without proof.
% 4.40/0.99  
% 4.40/0.99  
% 4.40/0.99  fork 4: search terminated without proof.
% 4.40/0.99  
% 4.40/0.99  
% 4.40/0.99  fork 2: search terminated without proof.
% 4.40/1.00  
% 4.40/1.00  
% 4.40/1.00  fork 0: search terminated without proof.
% 4.40/1.00  
% 4.40/1.00  
% 4.40/1.00  fork 3: search terminated without proof.
% 4.40/1.00  
% 4.40/1.00  **** run 39 fork 6 starts with strategy
% 4.40/1.00  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":2}
% 4.40/1.01  
% 4.40/1.01  **** run 38 fork 5 starts with strategy
% 4.40/1.01  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"rewrite":0}
% 4.40/1.01  
% 4.40/1.01  **** run 37 fork 4 starts with strategy
% 4.40/1.01  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"rewrite":0}
% 4.40/1.02  
% 4.40/1.02  **** run 35 fork 2 starts with strategy
% 4.40/1.02  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 4.40/1.02  
% 4.40/1.02  **** run 33 fork 0 starts with strategy
% 4.40/1.02  
% 4.40/1.02  
% 4.40/1.02  fork 1: search terminated without proof.
% 4.40/1.02  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20}
% 4.40/1.02  
% 4.40/1.02  **** run 36 fork 3 starts with strategy
% 4.40/1.02  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 5.04/1.03  
% 5.04/1.03  
% 5.04/1.03  fork 7: search terminated without proof.
% 5.04/1.04  
% 5.04/1.04  **** run 34 fork 1 starts with strategy
% 5.04/1.04  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20}
% 5.04/1.05  
% 5.04/1.05  **** run 40 fork 7 starts with strategy
% 5.04/1.05  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50,"var_weight":1,"repeat_var_weight":1}
% 5.41/1.12  
% 5.41/1.12  
% 5.41/1.12  fork 6: search terminated without proof.
% 5.41/1.13  
% 5.41/1.13  
% 5.41/1.13  fork 5: search terminated without proof.
% 5.41/1.13  
% 5.41/1.13  
% 5.41/1.13  fork 4: search terminated without proof.
% 5.41/1.14  
% 5.41/1.14  **** run 47 fork 6 starts with strategy
% 5.41/1.14  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":4}
% 5.41/1.14  
% 5.41/1.14  
% 5.41/1.14  fork 2: search terminated without proof.
% 5.41/1.14  
% 5.41/1.14  
% 5.41/1.14  fork 3: search terminated without proof.
% 5.41/1.14  
% 5.41/1.14  
% 5.41/1.14  fork 0: search terminated without proof.
% 6.00/1.15  
% 6.00/1.15  **** run 46 fork 5 starts with strategy
% 6.00/1.15  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":2}
% 6.00/1.15  
% 6.00/1.15  **** run 45 fork 4 starts with strategy
% 6.00/1.15  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"reverse_clauselist":1}
% 6.00/1.17  
% 6.00/1.17  
% 6.00/1.17  fork 1: search terminated without proof.
% 6.17/1.17  
% 6.17/1.17  **** run 43 fork 2 starts with strategy
% 6.17/1.17  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1}
% 6.17/1.17  
% 6.17/1.17  **** run 44 fork 3 starts with strategy
% 6.17/1.17  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":2}
% 6.17/1.17  
% 6.17/1.17  **** run 41 fork 0 starts with strategy
% 6.17/1.17  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50,"var_weight":1,"repeat_var_weight":1}
% 6.17/1.17  
% 6.17/1.17  fork 5: search finished without proof.
% 6.17/1.17  
% 6.17/1.17  
% 6.17/1.17  fork 7: search terminated without proof.
% 6.17/1.19  
% 6.17/1.19  **** run 54 fork 5 starts with strategy
% 6.17/1.19  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":20,"weight_select_ratio":2}
% 6.17/1.19  
% 6.17/1.19  **** run 42 fork 1 starts with strategy
% 6.17/1.19  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":0}
% 6.17/1.20  
% 6.17/1.20  **** run 48 fork 7 starts with strategy
% 6.17/1.20  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":6}
% 6.57/1.26  
% 6.57/1.26  
% 6.57/1.26  fork 6: search terminated without proof.
% 6.57/1.28  
% 6.57/1.28  **** run 55 fork 6 starts with strategy
% 6.57/1.28  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":30}
% 6.57/1.28  
% 6.57/1.28  
% 6.57/1.28  fork 4: search terminated without proof.
% 6.57/1.29  
% 6.57/1.29  
% 6.57/1.29  fork 2: search terminated without proof.
% 6.57/1.30  
% 6.57/1.30  
% 6.57/1.30  fork 0: search terminated without proof.
% 6.57/1.30  
% 6.57/1.30  
% 6.57/1.30  fork 3: search terminated without proof.
% 6.57/1.31  
% 6.57/1.31  **** run 53 fork 4 starts with strategy
% 6.57/1.31  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":20}
% 6.57/1.31  
% 6.57/1.31  
% 6.57/1.31  fork 5: search terminated without proof.
% 6.57/1.32  
% 6.57/1.32  **** run 51 fork 2 starts with strategy
% 6.57/1.32  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":10}
% 6.57/1.32  
% 6.57/1.32  **** run 49 fork 0 starts with strategy
% 6.57/1.32  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":8}
% 6.57/1.32  
% 6.57/1.32  
% 6.57/1.32  fork 1: search terminated without proof.
% 6.57/1.33  
% 6.57/1.33  
% 6.57/1.33  fork 7: search terminated without proof.
% 6.57/1.33  
% 6.57/1.33  **** run 52 fork 3 starts with strategy
% 6.57/1.33  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":15}
% 6.57/1.33  
% 6.57/1.33  **** run 62 fork 5 starts with strategy
% 6.57/1.33  {"max_dseconds":1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0}
% 6.57/1.35  
% 6.57/1.35  **** run 50 fork 1 starts with strategy
% 6.57/1.35  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":10}
% 6.57/1.35  
% 6.57/1.35  **** run 56 fork 7 starts with strategy
% 6.57/1.35  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":40}
% 6.57/1.36  
% 6.57/1.36  fork 2: search finished without proof.
% 7.04/1.38  
% 7.04/1.38  **** run 59 fork 2 starts with strategy
% 7.04/1.38  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50}
% 7.04/1.40  
% 7.04/1.40  
% 7.04/1.40  fork 6: search terminated without proof.
% 7.04/1.43  
% 7.04/1.43  **** run 63 fork 6 starts with strategy
% 7.04/1.43  {"max_dseconds":1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1}
% 7.04/1.44  
% 7.04/1.44  
% 7.04/1.44  fork 4: search terminated without proof.
% 7.04/1.44  
% 7.04/1.44  
% 7.04/1.44  fork 0: search terminated without proof.
% 8.28/1.45  
% 8.28/1.45  
% 8.28/1.45  fork 5: search terminated without proof.
% 8.28/1.46  
% 8.28/1.46  **** run 61 fork 4 starts with strategy
% 8.28/1.46  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100}
% 8.28/1.46  
% 8.28/1.46  **** run 57 fork 0 starts with strategy
% 8.28/1.46  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1}
% 8.28/1.47  
% 8.28/1.47  
% 8.28/1.47  fork 1: search terminated without proof.
% 8.28/1.47  
% 8.28/1.47  **** run 70 fork 5 starts with strategy
% 8.28/1.47  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"sine":2}
% 8.28/1.49  
% 8.28/1.49  
% 8.28/1.49  fork 7: search terminated without proof.
% 8.64/1.49  
% 8.64/1.49  
% 8.64/1.49  fork 3: search terminated without proof.
% 8.64/1.50  
% 8.64/1.50  **** run 58 fork 1 starts with strategy
% 8.64/1.50  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1,"repeat_var_weight":1}
% 8.64/1.50  
% 8.64/1.50  
% 8.64/1.50  fork 2: search terminated without proof.
% 8.64/1.51  
% 8.64/1.51  **** run 64 fork 7 starts with strategy
% 8.64/1.51  {"max_dseconds":1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20}
% 8.64/1.52  
% 8.64/1.52  **** run 60 fork 3 starts with strategy
% 8.64/1.52  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1}
% 8.64/1.52  
% 8.64/1.52  **** run 67 fork 2 starts with strategy
% 8.64/1.52  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":1}
% 9.08/1.55  
% 9.08/1.55  
% 9.08/1.55  fork 6: search terminated without proof.
% 9.08/1.57  
% 9.08/1.57  **** run 71 fork 6 starts with strategy
% 9.08/1.57  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":2}
% 9.08/1.58  
% 9.08/1.58  
% 9.08/1.58  fork 4: search terminated without proof.
% 9.08/1.59  
% 9.08/1.59  
% 9.08/1.59  fork 0: search terminated without proof.
% 9.49/1.60  
% 9.49/1.60  
% 9.49/1.60  fork 5: search terminated without proof.
% 9.49/1.60  
% 9.49/1.60  **** run 65 fork 0 starts with strategy
% 9.49/1.60  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100}
% 9.49/1.60  
% 9.49/1.60  **** run 69 fork 4 starts with strategy
% 9.49/1.60  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":1,"weight_select_ratio":2}
% 9.49/1.62  
% 9.49/1.62  **** run 78 fork 5 starts with strategy
% 9.49/1.62  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":5}
% 9.49/1.62  
% 9.49/1.62  
% 9.49/1.62  fork 1: search terminated without proof.
% 9.49/1.64  
% 9.49/1.64  
% 9.49/1.64  fork 7: search terminated without proof.
% 9.49/1.64  
% 9.49/1.64  
% 9.49/1.64  fork 3: search terminated without proof.
% 9.49/1.64  
% 9.49/1.64  **** run 66 fork 1 starts with strategy
% 9.49/1.64  {"max_dseconds":1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth":4}
% 9.89/1.65  
% 9.89/1.65  
% 9.89/1.65  fork 2: search terminated without proof.
% 9.89/1.66  
% 9.89/1.66  **** run 68 fork 3 starts with strategy
% 9.89/1.66  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":1,"rewrite":0}
% 9.89/1.66  
% 9.89/1.66  **** run 72 fork 7 starts with strategy
% 9.89/1.66  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"sine":1}
% 9.89/1.67  
% 9.89/1.67  **** run 75 fork 2 starts with strategy
% 9.89/1.67  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"sine":4}
% 9.89/1.69  
% 9.89/1.69  
% 9.89/1.69  fork 6: search terminated without proof.
% 9.89/1.71  
% 9.89/1.71  **** run 79 fork 6 starts with strategy
% 9.89/1.71  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":1,"depth_penalty":50}
% 9.89/1.73  
% 9.89/1.73  
% 9.89/1.73  fork 0: search terminated without proof.
% 9.89/1.73  
% 9.89/1.73  
% 9.89/1.73  fork 4: search terminated without proof.
% 9.89/1.74  
% 9.89/1.74  **** run 73 fork 0 starts with strategy
% 9.89/1.74  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"sine":3}
% 10.67/1.75  
% 10.67/1.75  
% 10.67/1.75  fork 5: search terminated without proof.
% 10.67/1.76  
% 10.67/1.76  **** run 77 fork 4 starts with strategy
% 10.67/1.76  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"sine":5}
% 10.67/1.76  
% 10.67/1.76  
% 10.67/1.76  fork 1: search terminated without proof.
% 10.67/1.77  
% 10.67/1.77  **** run 86 fork 5 starts with strategy
% 10.67/1.77  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"var_weight":1,"weight_select_ratio":20,"repeat_var_weight":1,"depth_penalty":100}
% 10.67/1.78  
% 10.67/1.78  **** run 74 fork 1 starts with strategy
% 10.67/1.78  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":3}
% 10.67/1.78  
% 10.67/1.78  
% 10.67/1.78  fork 3: search terminated without proof.
% 10.67/1.78  
% 10.67/1.78  
% 10.67/1.78  fork 7: search terminated without proof.
% 11.05/1.80  
% 11.05/1.80  
% 11.05/1.80  fork 2: search terminated without proof.
% 11.05/1.80  
% 11.05/1.80  **** run 76 fork 3 starts with strategy
% 11.05/1.80  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":4}
% 11.05/1.81  
% 11.05/1.81  **** run 80 fork 7 starts with strategy
% 11.05/1.81  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":1,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 11.05/1.82  
% 11.05/1.82  **** run 83 fork 2 starts with strategy
% 11.05/1.82  {"max_dseconds":10,"strategy":["unit"],"query_preference":0}
% 11.05/1.84  
% 11.05/1.84  
% 11.05/1.84  fork 6: search terminated without proof.
% 11.45/1.86  
% 11.45/1.86  **** run 87 fork 6 starts with strategy
% 11.45/1.86  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20}
% 11.45/1.87  
% 11.45/1.87  
% 11.45/1.87  fork 0: search terminated without proof.
% 11.45/1.88  
% 11.45/1.88  
% 11.45/1.88  fork 4: search terminated without proof.
% 11.45/1.89  
% 11.45/1.89  **** run 81 fork 0 starts with strategy
% 11.45/1.89  {"max_dseconds":1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1,"sine":1}
% 11.45/1.90  
% 11.45/1.90  
% 11.45/1.90  fork 1: search terminated without proof.
% 11.45/1.92  
% 11.45/1.92  **** run 85 fork 4 starts with strategy
% 11.45/1.92  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 11.45/1.92  
% 11.45/1.92  **** run 82 fork 1 starts with strategy
% 11.45/1.92  {"max_dseconds":10,"strategy":["unit"],"query_preference":1}
% 11.45/1.94  
% 11.45/1.94  
% 11.45/1.94  fork 7: search terminated without proof.
% 11.45/1.95  
% 11.45/1.95  
% 11.45/1.95  fork 3: search terminated without proof.
% 11.45/1.97  
% 11.45/1.97  **** run 84 fork 3 starts with strategy
% 11.45/1.97  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 11.45/1.97  
% 11.45/1.97  **** run 88 fork 7 starts with strategy
% 11.45/1.97  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20}
% 12.16/2.03  
% 12.16/2.03  
% 12.16/2.03  fork 0: search terminated without proof.
% 12.16/2.05  
% 12.16/2.05  **** run 89 fork 0 starts with strategy
% 12.16/2.05  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 18.59/2.80  
% 18.59/2.80  
% 18.59/2.80  fork 5: search terminated without proof.
% 18.59/2.85  
% 18.59/2.85  **** run 94 fork 5 starts with strategy
% 18.59/2.85  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 19.34/2.86  
% 19.34/2.86  
% 19.34/2.86  fork 2: search terminated without proof.
% 19.64/2.90  
% 19.64/2.90  
% 19.64/2.90  fork 6: search terminated without proof.
% 19.64/2.92  
% 19.64/2.92  **** run 91 fork 2 starts with strategy
% 19.64/2.92  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":1}
% 20.00/2.94  
% 20.00/2.94  
% 20.00/2.94  fork 4: search terminated without proof.
% 20.00/2.95  
% 20.00/2.95  **** run 95 fork 6 starts with strategy
% 20.00/2.95  {"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.00/2.97  
% 20.00/2.97  
% 20.00/2.97  fork 1: search terminated without proof.
% 20.00/3.00  
% 20.00/3.00  **** run 93 fork 4 starts with strategy
% 20.00/3.00  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 20.51/3.00  
% 20.51/3.00  
% 20.51/3.00  fork 3: search terminated without proof.
% 20.51/3.03  
% 20.51/3.03  
% 20.51/3.03  fork 7: search terminated without proof.
% 20.51/3.03  
% 20.51/3.03  **** run 90 fork 1 starts with strategy
% 20.51/3.03  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 20.98/3.07  
% 20.98/3.07  **** run 92 fork 3 starts with strategy
% 20.98/3.07  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":0}
% 20.98/3.08  
% 20.98/3.08  
% 20.98/3.08  fork 0: search terminated without proof.
% 20.98/3.09  
% 20.98/3.09  **** run 96 fork 7 starts with strategy
% 20.98/3.09  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20}
% 20.98/3.14  
% 20.98/3.14  **** run 97 fork 0 starts with strategy
% 20.98/3.14  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20}
% 27.27/3.88  
% 27.27/3.88  
% 27.27/3.88  fork 5: search terminated without proof.
% 27.27/3.93  
% 27.27/3.93  **** run 102 fork 5 starts with strategy
% 27.27/3.93  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 27.27/3.96  
% 27.27/3.96  
% 27.27/3.96  fork 2: search terminated without proof.
% 27.79/3.99  
% 27.79/3.99  
% 27.79/3.99  fork 6: search terminated without proof.
% 27.79/4.02  
% 27.79/4.02  **** run 99 fork 2 starts with strategy
% 27.79/4.02  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 27.79/4.02  
% 27.79/4.02  
% 27.79/4.02  fork 4: search terminated without proof.
% 28.54/4.06  
% 28.54/4.06  **** run 103 fork 6 starts with strategy
% 28.54/4.06  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 28.54/4.09  
% 28.54/4.09  
% 28.54/4.09  fork 1: search terminated without proof.
% 28.54/4.09  
% 28.54/4.09  **** run 101 fork 4 starts with strategy
% 28.54/4.09  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para"],"query_preference":0}
% 29.08/4.11  
% 29.08/4.11  
% 29.08/4.11  fork 3: search terminated without proof.
% 29.08/4.12  
% 29.08/4.12  
% 29.08/4.12  fork 7: search terminated without proof.
% 29.08/4.15  
% 29.08/4.15  **** run 98 fork 1 starts with strategy
% 29.08/4.15  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 29.61/4.19  
% 29.61/4.19  **** run 100 fork 3 starts with strategy
% 29.61/4.19  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para"],"query_preference":1}
% 29.61/4.20  
% 29.61/4.20  **** run 104 fork 7 starts with strategy
% 29.61/4.20  {"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}
% 29.61/4.21  
% 29.61/4.21  
% 29.61/4.21  fork 0: search terminated without proof.
% 30.39/4.27  
% 30.39/4.27  **** run 105 fork 0 starts with strategy
% 30.39/4.27  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para"],"query_preference":1,"weight_select_ratio":20}
% 36.09/5.01  
% 36.09/5.01  
% 36.09/5.01  fork 5: search terminated without proof.
% 36.41/5.05  
% 36.41/5.05  
% 36.41/5.05  fork 2: search terminated without proof.
% 36.41/5.06  
% 36.41/5.06  **** run 110 fork 5 starts with strategy
% 36.41/5.06  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0}
% 36.41/5.09  
% 36.41/5.09  
% 36.41/5.09  fork 6: search terminated without proof.
% 36.98/5.11  
% 36.98/5.11  **** run 107 fork 2 starts with strategy
% 36.98/5.11  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 36.98/5.13  
% 36.98/5.13  
% 36.98/5.13  fork 4: search terminated without proof.
% 36.98/5.15  
% 36.98/5.15  **** run 111 fork 6 starts with strategy
% 36.98/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}
% 36.98/5.19  
% 36.98/5.19  **** run 109 fork 4 starts with strategy
% 36.98/5.19  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1}
% 36.98/5.21  
% 36.98/5.21  
% 36.98/5.21  fork 1: search terminated without proof.
% 36.98/5.22  
% 36.98/5.22  
% 36.98/5.22  fork 3: search terminated without proof.
% 36.98/5.23  
% 36.98/5.23  
% 36.98/5.23  fork 7: search terminated without proof.
% 37.74/5.28  
% 37.74/5.28  **** run 106 fork 1 starts with strategy
% 37.74/5.28  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20}
% 37.74/5.30  
% 37.74/5.30  **** run 108 fork 3 starts with strategy
% 37.74/5.30  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 37.74/5.30  
% 37.74/5.30  **** run 112 fork 7 starts with strategy
% 37.74/5.30  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 37.74/5.31  
% 37.74/5.31  
% 37.74/5.31  fork 0: search terminated without proof.
% 38.96/5.36  
% 38.96/5.36  **** run 113 fork 0 starts with strategy
% 38.96/5.36  {"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}
% 44.63/6.11  
% 44.63/6.11  
% 44.63/6.11  fork 5: search terminated without proof.
% 44.98/6.15  
% 44.98/6.15  
% 44.98/6.15  fork 2: search terminated without proof.
% 44.98/6.17  
% 44.98/6.17  **** run 118 fork 5 starts with strategy
% 44.98/6.17  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"rewrite":0}
% 44.98/6.19  
% 44.98/6.19  
% 44.98/6.19  fork 6: search terminated without proof.
% 44.98/6.20  
% 44.98/6.20  **** run 115 fork 2 starts with strategy
% 44.98/6.20  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20}
% 45.41/6.24  
% 45.41/6.24  
% 45.41/6.24  fork 4: search terminated without proof.
% 45.41/6.26  
% 45.41/6.26  **** run 119 fork 6 starts with strategy
% 45.41/6.26  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"rewrite":0}
% 45.82/6.30  
% 45.82/6.30  **** run 117 fork 4 starts with strategy
% 45.82/6.30  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 45.82/6.32  
% 45.82/6.32  
% 45.82/6.32  fork 3: search terminated without proof.
% 45.82/6.33  
% 45.82/6.33  
% 45.82/6.33  fork 1: search terminated without proof.
% 46.45/6.39  
% 46.45/6.39  **** run 116 fork 3 starts with strategy
% 46.45/6.39  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 46.45/6.39  
% 46.45/6.39  **** run 114 fork 1 starts with strategy
% 46.45/6.39  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20}
% 46.73/6.39  
% 46.73/6.39  
% 46.73/6.39  fork 0: search terminated without proof.
% 47.03/6.45  
% 47.03/6.45  **** run 121 fork 0 starts with strategy
% 47.03/6.45  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50,"var_weight":1,"repeat_var_weight":1}
% 48.57/6.71  
% 48.57/6.71  
% 48.57/6.71  result: proof found
% 48.57/6.71  for /export/starexec/sandbox2/benchmark/theBenchmark.p 
% 48.57/6.71  by run 112 fork 7 strategy {"max_dseconds":10,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 48.57/6.71  % SZS status Unsatisfiable for /export/starexec/sandbox2/benchmark/theBenchmark.p 
% 48.57/6.71  
% 48.57/6.71  % SZS output start CNFRefutation for /export/starexec/sandbox2/benchmark/theBenchmark.p 
% See solution above
% 48.57/6.71  
% 48.57/6.71  run 112 fork 7 statistics:
% 48.57/6.71  ----------------------------------
% 48.57/6.71  this run seconds: 0.703631
% 48.57/6.71  total seconds: 5.457926
% 48.57/6.71  stat_given_used: 583
% 48.57/6.71  stat_given_used_at_endgame: 0
% 48.57/6.71  stat_given_candidates:   7969
% 48.57/6.71  stat_given_candidates_at_endgame: 0
% 48.57/6.71  stat_given_candidates_h: 0
% 48.57/6.71  stat_binres_derived_cl:   0
% 48.57/6.71  stat_binres_derived_cl_h: 0
% 48.57/6.71  stat_factor_derived_cl: 0
% 48.57/6.71  stat_para_derived_cl: 150555
% 48.57/6.71  stat_tautologies_discarded: 0
% 48.57/6.71  stat_forward_subsumed: 25159
% 48.57/6.71  stat_derived_cut: 0
% 48.57/6.71  stat_derived_rewritten: 1457
% 48.57/6.71  stat_weight_discarded_building: 0
% 48.57/6.71  stat_weight_discarded_cl: 18812
% 48.57/6.71  stat_internlimit_discarded_cl: 0
% 48.57/6.71  stat_simplified:  1457 simplified 0 derived 0 given
% 48.57/6.71  stat_kept_cl: 99896
% 48.57/6.71  stat_built_cl: 121331
% 48.57/6.71  stat_hyperres_partial_cl: 0
% 48.57/6.71  stat_made_rewriters: 501
% 48.57/6.71  stat_backward_subsumed: 0
% 48.57/6.71  stat_propagated_subsumed: 0
% 48.57/6.71  stat_clsubs_attempted:                     41405
% 48.57/6.71  stat_clsubs_fact_groundunit_found:             0
% 48.57/6.71  stat_clsubs_rule_groundunit_found:             1
% 48.57/6.71  stat_clsubs_top_meta_attempted:             261705
% 48.57/6.71  stat_clsubs_top_meta_failed:                220300
% 48.57/6.71  stat_clsubs_top_meta_nonpref_attempted:              261705
% 48.57/6.71  stat_clsubs_top_meta_nonpref_succeeded:              113307
% 48.57/6.71  stat_clsubs_top_meta_pref_attempted:                 113307
% 48.57/6.71  stat_clsubs_top_meta_pref1_succeeded:                113307
% 48.57/6.71  stat_clsubs_top_meta_pref2_succeeded:                 48400
% 48.57/6.71  stat_clsubs_top_meta_pref3_succeeded:                 41405
% 48.57/6.71  stat_clsubs_top_meta_pref_succeeded:                  41405
% 48.57/6.71  stat_clsubs_meta_attempted:                41405
% 48.57/6.71  stat_clsubs_meta_failed:                     383
% 48.57/6.71  stat_clsubs_predsymbs_attempted:               0
% 48.57/6.71  stat_clsubs_unit_attempted:                41405
% 48.57/6.71  stat_clsubs_full_attempted:                    0
% 48.57/6.71  stat_forwardsubs_attempted:               143867
% 48.57/6.71  stat_lit_hash_added:                  99927
% 48.57/6.71  stat_lit_hash_computed:              246053
% 48.57/6.71  stat_lit_hash_match_found:            25446
% 48.57/6.71  stat_lit_hash_match_miss:            240845
% 48.57/6.71  stat_lit_hash_cut_ok:                     0
% 48.57/6.71  stat_lit_strong_cut_ok:                   0
% 48.57/6.71  stat_lit_hash_subsume_ok:             25159
% 48.57/6.71  clqueue els 10000000 used 1
% 48.57/6.71  clactive els 10000000 used 584
% 48.57/6.71  clactivesubsume els 10000000 used 3415
% 48.57/6.71  queue_termbuf els 200000000 used 7635479
% 48.57/6.71  hyper_termbuf els 100000000 used 1
% 48.57/6.71  active_termbuf els 100000000 used 24401
% 48.57/6.71  varstack els 5000 last used 1
% 48.57/6.71  given_termbuf els 10000000 last used 1
% 48.57/6.71  simplified_termbuf els 10000000 last used 1
% 48.57/6.71  derived_termbuf els 10000000 last used 34
% 48.57/6.71  wr_mallocs: 356425
% 48.57/6.71  wr_callocs: 21
% 48.57/6.71  wr_reallocs: 17919
% 48.57/6.71  wr_frees: 2
% 48.57/6.71  wr_malloc_bytes: 4175270308
% 48.57/6.71  wr_calloc_bytes: 112065536
% 48.57/6.71  wr_realloc_bytes: 3588360
% 48.57/6.71  wr_realloc_freebytes: 0
% 48.57/6.71  ----------------------------------
%------------------------------------------------------------------------------