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

View Problem - Process Solution

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

% Computer : n009.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:15 EDT 2023

% Result   : Unsatisfiable 110.53s 14.33s
% Output   : CNFRefutation 110.53s
% Verified : 
% SZS Type : ERROR: Analysing output (Could not find formula named '$inc_symmetry_of_lub')

% Comments : 
%------------------------------------------------------------------------------
cnf('1',plain,
    least_upper_bound(X,Y) = least_upper_bound(Y,X),
    inference(cnf_transformation,[],['$inc_symmetry_of_lub']) ).

cnf('2',plain,
    greatest_lower_bound(a,b) = b,
    inference(cnf_transformation,[],[p39b_1]) ).

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

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

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

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

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

cnf('8',plain,
    multiply(identity,X3) = multiply(inverse(Y3),multiply(Y3,X3)),
    inference(paramodulation,[],['6','7']) ).

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

cnf('10',plain,
    X = multiply(inverse(Y),multiply(Y,X)),
    inference(simplify,[],['8','9']) ).

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

cnf('12',plain,
    X = multiply(inverse(inverse(X)),identity),
    inference(paramodulation,[],['6','10']) ).

cnf('13',plain,
    X = multiply(X,identity),
    inference(paramodulation,[],['11','12']) ).

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

cnf('15',plain,
    greatest_lower_bound(X,Y) = greatest_lower_bound(Y,X),
    inference(cnf_transformation,[],['$inc_symmetry_of_glb']) ).

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

cnf('17',plain,
    greatest_lower_bound(least_upper_bound(X,Y),X) = X,
    inference(paramodulation,[],['15','16']) ).

cnf('18',plain,
    multiply(X,greatest_lower_bound(Y,Z)) = greatest_lower_bound(multiply(X,Y),multiply(X,Z)),
    inference(cnf_transformation,[],['$inc_monotony_glb1']) ).

cnf('19',plain,
    multiply(inverse(X),greatest_lower_bound(X,Y)) = greatest_lower_bound(identity,multiply(inverse(X),Y)),
    inference(paramodulation,[],['6','18']) ).

cnf('20',plain,
    least_upper_bound(greatest_lower_bound(X,Y),X) = X,
    inference(paramodulation,[],['1','3']) ).

cnf('21',plain,
    least_upper_bound(multiply(inverse(X),greatest_lower_bound(X,Y)),identity) = identity,
    inference(paramodulation,[],['19','20']) ).

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

cnf('23',plain,
    multiply(multiply(X3,inverse(Y3)),Y3) = multiply(X3,identity),
    inference(paramodulation,[],['6','7']) ).

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

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

cnf('26',plain,
    multiply(least_upper_bound(X,identity),Y) = least_upper_bound(multiply(X,Y),Y),
    inference(paramodulation,[],['9','25']) ).

cnf('27',plain,
    multiply(least_upper_bound(multiply(X,inverse(Y)),identity),Y) = least_upper_bound(X,Y),
    inference(paramodulation,[],['24','26']) ).

cnf('28',plain,
    multiply(identity,X3) = least_upper_bound(inverse(least_upper_bound(inverse(X3),Y3)),X3),
    inference(paramodulation,[],['22','27']) ).

cnf('29',plain,
    X = least_upper_bound(inverse(least_upper_bound(inverse(X),Y)),X),
    inference(simplify,[],['28','9']) ).

cnf('30',plain,
    inverse(X) = least_upper_bound(inverse(least_upper_bound(X,Y)),inverse(X)),
    inference(paramodulation,[],['14','29']) ).

cnf('31',plain,
    inverse(b) = least_upper_bound(inverse(a),inverse(b)),
    inference(paramodulation,[],['5','30']) ).

cnf('32',plain,
    greatest_lower_bound(inverse(a),inverse(b)) != inverse(a),
    inference(cnf_transformation,[],[prove_p39b]) ).

cnf('33',plain,
    greatest_lower_bound(inverse(b),inverse(a)) != inverse(a),
    inference(paramodulation,[],['15','32']) ).

cnf('34',plain,
    $false,
    inference(paramodulation,[then_simplify],['31','17','33']) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.03/0.12  % Problem  : GRP191-1 : TPTP v8.1.2. Bugfixed v1.2.1.
% 0.03/0.13  % Command  : gkc %s
% 0.14/0.34  % Computer : n009.cluster.edu
% 0.14/0.34  % Model    : x86_64 x86_64
% 0.14/0.34  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.14/0.34  % Memory   : 8042.1875MB
% 0.14/0.34  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.14/0.34  % CPULimit : 300
% 0.14/0.34  % WCLimit  : 300
% 0.14/0.34  % DateTime : Mon Aug 28 23:23:50 EDT 2023
% 0.14/0.34  % CPUTime  : 
% 0.21/0.40  
% 0.21/0.40  input clause set summed statistics:
% 0.21/0.40  ----------------------------------
% 0.21/0.40  in_clause_count:                    17
% 0.21/0.40  in_rule_clause_count:               17
% 0.21/0.40  in_fact_clause_count:                0
% 0.21/0.40  in_answer_clause_count:              0
% 0.21/0.40  in_ground_clause_count:              2
% 0.21/0.40  in_unit_clause_count:               17
% 0.21/0.40  in_horn_clause_count:               17
% 0.21/0.40  in_pos_clause_count:                16
% 0.21/0.40  in_neg_clause_count:                 1
% 0.21/0.40  in_poseq_clause_count:              16
% 0.21/0.40  in_negeq_clause_count:               1
% 0.21/0.40  in_unitposeq_clause_count:          16
% 0.21/0.40  in_chain_clause_count:               0
% 0.21/0.40  in_min_length:             1
% 0.21/0.40  in_max_length:             1
% 0.21/0.40  in_min_depth:              2
% 0.21/0.40  in_max_depth:              3
% 0.21/0.40  in_min_size:               5
% 0.21/0.40  in_max_size:              13
% 0.21/0.40  in_min_vars:               0
% 0.21/0.40  in_max_vars:               3
% 0.21/0.40  in_extaxiom_count:                15
% 0.21/0.40  in_axiom_count:                    0
% 0.21/0.40  in_assumption_count:               1
% 0.21/0.40  in_goal_count:                     1
% 0.21/0.40  in_neg_goal_count:                 1
% 0.21/0.40  in_pos_goal_count:                 0
% 0.21/0.40  in_posunit_goal_count:             0
% 0.21/0.40  
% 0.21/0.40  auto guide:
% 0.21/0.40  -----------
% 0.21/0.40  {
% 0.21/0.40  "print":1,
% 0.21/0.40  "print_level": 15,
% 0.21/0.40  "max_size": 0,
% 0.21/0.40  "max_depth": 0,
% 0.21/0.40  "max_length": 0,
% 0.21/0.40  "max_dseconds": 0,
% 0.21/0.40  "runs":[
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.21/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.21/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0},
% 0.21/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.21/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.21/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.21/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 1},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0},
% 0.21/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.21/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.21/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.21/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0},
% 0.21/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.21/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.21/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.21/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.21/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.21/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.21/0.40  {"max_dseconds": 1, "strategy":["query_focus"], "query_preference": 0},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["query_focus"], "query_preference": 1},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["query_focus"], "query_preference": 2},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.21/0.40  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.21/0.40  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.21/0.40  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.21/0.40  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.21/0.40  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.21/0.40  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.21/0.40  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.21/0.40  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.21/0.40  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.21/0.40  {"max_dseconds": 1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.21/0.40  {"max_dseconds": 1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.21/0.40  {"max_dseconds": 1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.21/0.40  {"max_dseconds": 1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.21/0.40  {"max_dseconds": 1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.21/0.40  {"max_dseconds": 1,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.21/0.40  {"max_dseconds": 1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":1},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":1, "rewrite":0},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":1, "weight_select_ratio":2},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "sine":2},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":2},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "sine":1},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "sine":3},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":3},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "sine":4},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":4},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "sine":5},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":5},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":1, "depth_penalty":50},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":1, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit"], "var_weight":70,"repeat_var_weight":70,"query_preference":1, "sine":1},
% 0.21/0.40  
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.21/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.21/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0},
% 0.21/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.21/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.21/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.21/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 1},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0},
% 0.21/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.21/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.21/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.21/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0},
% 0.21/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.21/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.21/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.21/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.21/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.21/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.21/0.40  {"max_dseconds": 10, "strategy":["query_focus"], "query_preference": 0},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["query_focus"], "query_preference": 1},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["query_focus"], "query_preference": 2},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.21/0.40  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.21/0.40  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.21/0.40  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.21/0.40  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.21/0.40  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.21/0.40  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.21/0.40  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.21/0.40  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.21/0.40  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.21/0.40  {"max_dseconds": 10,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.21/0.40  {"max_dseconds": 10,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.21/0.40  {"max_dseconds": 10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.21/0.40  {"max_dseconds": 10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.21/0.40  {"max_dseconds": 10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.21/0.40  {"max_dseconds": 10,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.21/0.40  {"max_dseconds": 10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":1},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":1, "rewrite":0},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":1, "weight_select_ratio":2},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "sine":2},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":2},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "sine":1},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "sine":3},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":3},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "sine":4},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":4},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "sine":5},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":5},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":1, "depth_penalty":50},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":1, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit"], "var_weight":70,"repeat_var_weight":70,"query_preference":1, "sine":1},
% 0.21/0.40  
% 0.21/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.21/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.21/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0},
% 0.21/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.21/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.21/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.21/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 1},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0},
% 0.21/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.21/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.21/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.21/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0},
% 0.21/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.21/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.21/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.21/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.21/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.21/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.21/0.40  {"max_dseconds": 50, "strategy":["query_focus"], "query_preference": 0},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["query_focus"], "query_preference": 1},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["query_focus"], "query_preference": 2},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.21/0.40  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.21/0.40  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.21/0.40  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.21/0.40  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.21/0.40  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.21/0.40  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.21/0.40  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.21/0.40  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.21/0.40  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.21/0.40  {"max_dseconds": 50,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.21/0.40  {"max_dseconds": 50,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.21/0.40  {"max_dseconds": 50,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.21/0.40  {"max_dseconds": 50,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.21/0.40  {"max_dseconds": 50,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.21/0.40  {"max_dseconds": 50,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.21/0.40  {"max_dseconds": 50,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "sine":1},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "sine":1, "rewrite":0},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "sine":1, "weight_select_ratio":2},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "sine":2},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "sine":2},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "sine":1},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "sine":1, "depth_penalty":50},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "sine":1, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["unit"], "var_weight":70,"repeat_var_weight":70,"query_preference":1, "sine":1},
% 0.21/0.40  
% 0.21/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1},
% 0.21/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0},
% 0.21/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.21/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.21/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.21/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.21/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.21/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.21/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.21/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.21/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.21/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.21/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.21/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.21/0.40  {"max_dseconds": 250, "strategy":["query_focus"], "query_preference": 0},
% 0.21/0.40  {"max_dseconds": 250, "strategy":["query_focus"], "query_preference": 1},
% 0.21/0.40  {"max_dseconds": 250, "strategy":["query_focus"], "query_preference": 2},
% 0.21/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.21/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.21/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.21/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.21/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.21/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.21/0.40  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.21/0.40  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.21/0.40  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.21/0.40  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.21/0.40  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.21/0.40  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.21/0.40  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.21/0.40  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.21/0.40  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.21/0.40  {"max_dseconds": 250,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.21/0.40  {"max_dseconds": 250,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.21/0.40  {"max_dseconds": 250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.21/0.40  {"max_dseconds": 250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.21/0.40  {"max_dseconds": 250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.21/0.40  {"max_dseconds": 250,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.21/0.40  {"max_dseconds": 250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.21/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "sine":1},
% 0.21/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "sine":1, "rewrite":0},
% 0.21/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "sine":1, "weight_select_ratio":2},
% 0.21/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "sine":2},
% 0.21/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "sine":2},
% 0.21/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "sine":1},
% 0.21/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "sine":1, "depth_penalty":50},
% 0.21/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "sine":1, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.21/0.40  {"max_dseconds": 250, "strategy":["unit"], "var_weight":70,"repeat_var_weight":70,"query_preference":1, "sine":1},
% 0.21/0.40  
% 0.21/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1},
% 0.21/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0},
% 0.21/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.21/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.21/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.21/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.21/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.21/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.21/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.21/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.21/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.21/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.21/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.21/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.21/0.40  {"max_dseconds": 1250, "strategy":["query_focus"], "query_preference": 0},
% 0.21/0.40  {"max_dseconds": 1250, "strategy":["query_focus"], "query_preference": 1},
% 0.21/0.40  {"max_dseconds": 1250, "strategy":["query_focus"], "query_preference": 2},
% 0.21/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.21/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.21/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.21/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.21/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.21/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.21/0.40  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.21/0.40  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.21/0.40  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.21/0.40  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.21/0.40  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.21/0.40  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.21/0.40  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.21/0.40  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.21/0.40  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.21/0.40  {"max_dseconds": 1250,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.21/0.40  {"max_dseconds": 1250,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.21/0.40  {"max_dseconds": 1250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.21/0.40  {"max_dseconds": 1250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.21/0.40  {"max_dseconds": 1250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.21/0.40  {"max_dseconds": 1250,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.21/0.40  {"max_dseconds": 1250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.21/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "sine":1},
% 0.21/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "sine":1, "rewrite":0},
% 0.21/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "sine":1, "weight_select_ratio":2},
% 0.21/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "sine":2},
% 0.21/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "sine":2},
% 0.21/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "sine":1},
% 0.21/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "sine":1, "depth_penalty":50},
% 0.21/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "sine":1, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.21/0.40  {"max_dseconds": 1250, "strategy":["unit"], "var_weight":70,"repeat_var_weight":70,"query_preference":1, "sine":1} 
% 0.21/0.40  
% 0.21/0.40  ]}
% 0.21/0.40  
% 0.21/0.40  
% 0.21/0.40  **** run 1 fork 0 starts with strategy
% 0.21/0.40  {"max_dseconds":1,"strategy":["unit"],"query_preference":1}
% 0.21/0.40  
% 0.21/0.40  **** run 2 fork 1 starts with strategy
% 0.21/0.40  {"max_dseconds":1,"strategy":["unit"],"query_preference":0}
% 0.21/0.40  
% 0.21/0.40  **** run 3 fork 2 starts with strategy
% 0.21/0.40  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 0.21/0.40  
% 0.21/0.40  **** run 4 fork 3 starts with strategy
% 0.21/0.40  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 0.21/0.40  
% 0.21/0.40  **** run 5 fork 4 starts with strategy
% 0.21/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.21/0.40  
% 0.21/0.40  **** run 6 fork 5 starts with strategy
% 0.21/0.40  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20}
% 0.21/0.40  
% 0.21/0.40  **** run 7 fork 6 starts with strategy
% 0.21/0.40  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20}
% 0.21/0.40  
% 0.21/0.40  **** run 8 fork 7 starts with strategy
% 0.21/0.40  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 0.21/0.53  
% 0.21/0.53  
% 0.21/0.53  fork 2: search terminated without proof.
% 0.21/0.53  
% 0.21/0.53  
% 0.21/0.53  fork 0: search terminated without proof.
% 0.21/0.53  
% 0.21/0.53  
% 0.21/0.53  fork 1: search terminated without proof.
% 0.21/0.53  
% 0.21/0.53  
% 0.21/0.53  fork 3: search terminated without proof.
% 0.21/0.53  
% 0.21/0.53  
% 0.21/0.53  fork 4: search terminated without proof.
% 0.21/0.53  
% 0.21/0.53  
% 0.21/0.53  fork 5: search terminated without proof.
% 0.21/0.53  
% 0.21/0.53  
% 0.21/0.53  fork 6: search terminated without proof.
% 0.21/0.53  
% 0.21/0.53  
% 0.21/0.53  fork 7: search terminated without proof.
% 0.21/0.55  
% 0.21/0.55  **** run 11 fork 2 starts with strategy
% 1.40/0.55  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0}
% 1.40/0.56  
% 1.40/0.56  **** run 13 fork 4 starts with strategy
% 1.40/0.56  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 1.40/0.56  
% 1.40/0.56  **** run 15 fork 6 starts with strategy
% 1.40/0.56  
% 1.40/0.56  **** run 14 fork 5 starts with strategy
% 1.40/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}
% 1.40/0.56  
% 1.40/0.56  **** run 12 fork 3 starts with strategy
% 1.40/0.56  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 1.40/0.56  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20}
% 1.40/0.56  
% 1.40/0.56  **** run 10 fork 1 starts with strategy
% 1.40/0.56  
% 1.40/0.56  **** run 16 fork 7 starts with strategy
% 1.40/0.56  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20}
% 1.40/0.56  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":1}
% 1.54/0.57  
% 1.54/0.57  **** run 9 fork 0 starts with strategy
% 1.54/0.57  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 2.23/0.67  
% 2.23/0.67  
% 2.23/0.67  fork 2: search terminated without proof.
% 2.23/0.67  
% 2.23/0.67  
% 2.23/0.67  fork 4: search terminated without proof.
% 2.23/0.68  
% 2.23/0.68  
% 2.23/0.68  fork 1: search terminated without proof.
% 2.23/0.68  
% 2.23/0.68  
% 2.23/0.68  fork 3: search terminated without proof.
% 2.23/0.68  
% 2.23/0.68  
% 2.23/0.68  fork 6: search terminated without proof.
% 2.23/0.68  
% 2.23/0.68  
% 2.23/0.68  fork 5: search terminated without proof.
% 2.23/0.68  
% 2.23/0.68  
% 2.23/0.68  fork 7: search terminated without proof.
% 2.23/0.69  
% 2.23/0.69  
% 2.23/0.69  fork 0: search terminated without proof.
% 2.23/0.69  
% 2.23/0.69  **** run 19 fork 2 starts with strategy
% 2.23/0.69  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":1}
% 2.23/0.70  
% 2.23/0.70  **** run 21 fork 4 starts with strategy
% 2.23/0.70  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 2.23/0.70  
% 2.23/0.70  **** run 20 fork 3 starts with strategy
% 2.23/0.70  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0}
% 2.23/0.70  
% 2.23/0.70  **** run 18 fork 1 starts with strategy
% 2.23/0.70  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 2.23/0.70  
% 2.23/0.70  **** run 23 fork 6 starts with strategy
% 2.23/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.23/0.70  
% 2.23/0.70  **** run 22 fork 5 starts with strategy
% 2.23/0.70  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 2.23/0.70  
% 2.23/0.70  **** run 24 fork 7 starts with strategy
% 2.23/0.70  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":1,"weight_select_ratio":20}
% 2.23/0.72  
% 2.23/0.72  **** run 17 fork 0 starts with strategy
% 2.23/0.72  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 3.03/0.82  
% 3.03/0.82  
% 3.03/0.82  fork 2: search terminated without proof.
% 3.03/0.83  
% 3.03/0.83  
% 3.03/0.83  fork 4: search terminated without proof.
% 3.03/0.83  
% 3.03/0.83  
% 3.03/0.83  fork 3: search terminated without proof.
% 3.65/0.84  
% 3.65/0.84  
% 3.65/0.84  fork 6: search terminated without proof.
% 3.65/0.84  
% 3.65/0.84  
% 3.65/0.84  fork 1: search terminated without proof.
% 3.65/0.84  
% 3.65/0.84  
% 3.65/0.84  fork 5: search terminated without proof.
% 3.65/0.84  
% 3.65/0.84  
% 3.65/0.84  fork 7: search terminated without proof.
% 3.65/0.85  
% 3.65/0.85  **** run 27 fork 2 starts with strategy
% 3.65/0.85  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 3.65/0.85  
% 3.65/0.85  
% 3.65/0.85  fork 0: search terminated without proof.
% 3.65/0.87  
% 3.65/0.87  **** run 29 fork 4 starts with strategy
% 3.65/0.87  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0}
% 3.65/0.87  
% 3.65/0.87  **** run 28 fork 3 starts with strategy
% 3.65/0.87  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1}
% 3.65/0.87  
% 3.65/0.87  **** run 31 fork 6 starts with strategy
% 3.65/0.87  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 3.98/0.88  
% 3.98/0.88  **** run 26 fork 1 starts with strategy
% 3.98/0.88  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 3.98/0.88  
% 3.98/0.88  **** run 32 fork 7 starts with strategy
% 3.98/0.88  {"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.98/0.88  
% 3.98/0.88  **** run 30 fork 5 starts with strategy
% 3.98/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}
% 3.98/0.90  
% 3.98/0.90  **** run 25 fork 0 starts with strategy
% 3.98/0.90  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20}
% 4.63/0.98  
% 4.63/0.98  
% 4.63/0.98  fork 2: search terminated without proof.
% 4.63/1.00  
% 4.63/1.00  
% 4.63/1.00  fork 4: search terminated without proof.
% 4.63/1.00  
% 4.63/1.00  
% 4.63/1.00  fork 3: search terminated without proof.
% 4.63/1.00  
% 4.63/1.00  
% 4.63/1.00  fork 7: search terminated without proof.
% 4.63/1.00  
% 4.63/1.00  
% 4.63/1.00  fork 1: search terminated without proof.
% 4.63/1.00  
% 4.63/1.00  
% 4.63/1.00  fork 6: search terminated without proof.
% 4.63/1.01  
% 4.63/1.01  
% 4.63/1.01  fork 5: search terminated without proof.
% 4.63/1.01  
% 4.63/1.01  **** run 35 fork 2 starts with strategy
% 4.63/1.01  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 5.10/1.02  
% 5.10/1.02  
% 5.10/1.02  fork 0: search terminated without proof.
% 5.10/1.03  
% 5.10/1.03  **** run 37 fork 4 starts with strategy
% 5.10/1.03  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"rewrite":0}
% 5.10/1.03  
% 5.10/1.03  **** run 34 fork 1 starts with strategy
% 5.10/1.03  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20}
% 5.10/1.03  
% 5.10/1.03  **** run 36 fork 3 starts with strategy
% 5.10/1.03  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 5.10/1.04  
% 5.10/1.04  **** run 39 fork 6 starts with strategy
% 5.10/1.04  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":2}
% 5.10/1.04  
% 5.10/1.04  **** run 40 fork 7 starts with strategy
% 5.10/1.04  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50,"var_weight":1,"repeat_var_weight":1}
% 5.10/1.04  
% 5.10/1.04  **** run 38 fork 5 starts with strategy
% 5.10/1.04  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"rewrite":0}
% 5.10/1.05  
% 5.10/1.05  **** run 33 fork 0 starts with strategy
% 5.10/1.05  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20}
% 5.57/1.13  
% 5.57/1.13  
% 5.57/1.13  fork 2: search terminated without proof.
% 5.57/1.15  
% 5.57/1.15  
% 5.57/1.15  fork 4: search terminated without proof.
% 5.57/1.15  
% 5.57/1.15  
% 5.57/1.15  fork 7: search terminated without proof.
% 5.57/1.16  
% 5.57/1.16  
% 5.57/1.16  fork 1: search terminated without proof.
% 5.57/1.16  
% 5.57/1.16  **** run 43 fork 2 starts with strategy
% 5.57/1.16  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1}
% 5.57/1.16  
% 5.57/1.16  
% 5.57/1.16  fork 3: search terminated without proof.
% 6.21/1.16  
% 6.21/1.16  
% 6.21/1.16  fork 6: search terminated without proof.
% 6.21/1.16  
% 6.21/1.16  
% 6.21/1.16  fork 5: search terminated without proof.
% 6.21/1.18  
% 6.21/1.18  **** run 45 fork 4 starts with strategy
% 6.21/1.18  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"reverse_clauselist":1}
% 6.21/1.18  
% 6.21/1.18  **** run 48 fork 7 starts with strategy
% 6.21/1.18  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":6}
% 6.21/1.18  
% 6.21/1.18  **** run 42 fork 1 starts with strategy
% 6.21/1.18  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":0}
% 6.21/1.19  
% 6.21/1.19  **** run 44 fork 3 starts with strategy
% 6.21/1.19  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":2}
% 6.21/1.19  
% 6.21/1.19  **** run 47 fork 6 starts with strategy
% 6.21/1.19  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":4}
% 6.21/1.19  
% 6.21/1.19  **** run 46 fork 5 starts with strategy
% 6.21/1.19  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":2}
% 6.21/1.19  
% 6.21/1.19  
% 6.21/1.19  fork 0: search terminated without proof.
% 6.54/1.22  
% 6.54/1.22  fork 5: search finished without proof.
% 6.54/1.22  
% 6.54/1.22  **** run 41 fork 0 starts with strategy
% 6.54/1.22  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50,"var_weight":1,"repeat_var_weight":1}
% 6.82/1.25  
% 6.82/1.25  **** run 54 fork 5 starts with strategy
% 6.82/1.25  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":20,"weight_select_ratio":2}
% 6.82/1.28  
% 6.82/1.28  
% 6.82/1.28  fork 2: search terminated without proof.
% 6.82/1.30  
% 6.82/1.30  
% 6.82/1.30  fork 4: search terminated without proof.
% 6.82/1.31  
% 6.82/1.31  **** run 51 fork 2 starts with strategy
% 6.82/1.31  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":10}
% 6.82/1.31  
% 6.82/1.31  
% 6.82/1.31  fork 1: search terminated without proof.
% 6.82/1.32  
% 6.82/1.32  
% 6.82/1.32  fork 7: search terminated without proof.
% 6.82/1.32  
% 6.82/1.32  
% 6.82/1.32  fork 6: search terminated without proof.
% 6.82/1.32  
% 6.82/1.32  
% 6.82/1.32  fork 3: search terminated without proof.
% 6.82/1.33  
% 6.82/1.33  **** run 53 fork 4 starts with strategy
% 6.82/1.33  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":20}
% 7.58/1.34  
% 7.58/1.34  **** run 50 fork 1 starts with strategy
% 7.58/1.34  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":10}
% 7.58/1.34  
% 7.58/1.34  **** run 56 fork 7 starts with strategy
% 7.58/1.34  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":40}
% 7.58/1.35  
% 7.58/1.35  
% 7.58/1.35  fork 0: search terminated without proof.
% 7.58/1.35  
% 7.58/1.35  **** run 55 fork 6 starts with strategy
% 7.58/1.35  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":30}
% 7.58/1.35  
% 7.58/1.35  **** run 52 fork 3 starts with strategy
% 7.58/1.35  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":15}
% 7.58/1.36  
% 7.58/1.36  fork 2: search finished without proof.
% 7.58/1.37  
% 7.58/1.37  
% 7.58/1.37  fork 5: search terminated without proof.
% 7.58/1.37  
% 7.58/1.37  **** run 49 fork 0 starts with strategy
% 7.58/1.37  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":8}
% 7.58/1.39  
% 7.58/1.39  **** run 59 fork 2 starts with strategy
% 7.58/1.39  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50}
% 8.07/1.39  
% 8.07/1.39  **** run 62 fork 5 starts with strategy
% 8.07/1.39  {"max_dseconds":1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0}
% 8.07/1.45  
% 8.07/1.45  
% 8.07/1.45  fork 4: search terminated without proof.
% 8.61/1.46  
% 8.61/1.46  
% 8.61/1.46  fork 1: search terminated without proof.
% 8.61/1.47  
% 8.61/1.47  
% 8.61/1.47  fork 7: search terminated without proof.
% 8.61/1.47  
% 8.61/1.47  
% 8.61/1.47  fork 6: search terminated without proof.
% 8.61/1.48  
% 8.61/1.48  **** run 61 fork 4 starts with strategy
% 8.61/1.48  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100}
% 8.61/1.49  
% 8.61/1.49  
% 8.61/1.49  fork 3: search terminated without proof.
% 8.61/1.49  
% 8.61/1.49  **** run 58 fork 1 starts with strategy
% 8.61/1.49  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1,"repeat_var_weight":1}
% 8.61/1.50  
% 8.61/1.50  
% 8.61/1.50  fork 0: search terminated without proof.
% 8.61/1.50  
% 8.61/1.50  **** run 64 fork 7 starts with strategy
% 8.61/1.50  {"max_dseconds":1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20}
% 8.61/1.50  
% 8.61/1.50  **** run 63 fork 6 starts with strategy
% 8.61/1.50  {"max_dseconds":1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1}
% 8.92/1.51  
% 8.92/1.51  
% 8.92/1.51  fork 2: search terminated without proof.
% 8.92/1.52  
% 8.92/1.52  **** run 60 fork 3 starts with strategy
% 8.92/1.52  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1}
% 8.92/1.52  
% 8.92/1.52  
% 8.92/1.52  fork 5: search terminated without proof.
% 8.92/1.53  
% 8.92/1.53  **** run 57 fork 0 starts with strategy
% 8.92/1.53  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1}
% 9.22/1.54  
% 9.22/1.54  **** run 67 fork 2 starts with strategy
% 9.22/1.54  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":1}
% 9.22/1.55  
% 9.22/1.55  **** run 70 fork 5 starts with strategy
% 9.22/1.55  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"sine":2}
% 9.22/1.60  
% 9.22/1.60  
% 9.22/1.60  fork 4: search terminated without proof.
% 9.22/1.61  
% 9.22/1.61  
% 9.22/1.61  fork 1: search terminated without proof.
% 9.22/1.62  
% 9.22/1.62  
% 9.22/1.62  fork 6: search terminated without proof.
% 9.22/1.62  
% 9.22/1.62  
% 9.22/1.62  fork 7: search terminated without proof.
% 9.22/1.62  
% 9.22/1.62  **** run 69 fork 4 starts with strategy
% 9.22/1.63  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":1,"weight_select_ratio":2}
% 9.99/1.64  
% 9.99/1.64  **** run 66 fork 1 starts with strategy
% 9.99/1.64  {"max_dseconds":1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth":4}
% 9.99/1.65  
% 9.99/1.65  
% 9.99/1.65  fork 3: search terminated without proof.
% 9.99/1.65  
% 9.99/1.65  **** run 71 fork 6 starts with strategy
% 9.99/1.65  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":2}
% 9.99/1.65  
% 9.99/1.65  **** run 72 fork 7 starts with strategy
% 9.99/1.65  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"sine":1}
% 9.99/1.65  
% 9.99/1.65  
% 9.99/1.65  fork 0: search terminated without proof.
% 9.99/1.67  
% 9.99/1.67  
% 9.99/1.67  fork 2: search terminated without proof.
% 9.99/1.68  
% 9.99/1.68  **** run 68 fork 3 starts with strategy
% 9.99/1.68  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":1,"rewrite":0}
% 9.99/1.68  
% 9.99/1.68  **** run 65 fork 0 starts with strategy
% 9.99/1.68  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100}
% 9.99/1.68  
% 9.99/1.68  
% 9.99/1.68  fork 5: search terminated without proof.
% 9.99/1.70  
% 9.99/1.70  **** run 75 fork 2 starts with strategy
% 9.99/1.70  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"sine":4}
% 9.99/1.71  
% 9.99/1.71  **** run 78 fork 5 starts with strategy
% 9.99/1.71  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":5}
% 10.69/1.75  
% 10.69/1.75  
% 10.69/1.75  fork 4: search terminated without proof.
% 10.69/1.76  
% 10.69/1.76  
% 10.69/1.76  fork 1: search terminated without proof.
% 10.69/1.77  
% 10.69/1.77  
% 10.69/1.77  fork 7: search terminated without proof.
% 10.69/1.78  
% 10.69/1.78  
% 10.69/1.78  fork 6: search terminated without proof.
% 10.69/1.78  
% 10.69/1.78  **** run 77 fork 4 starts with strategy
% 10.69/1.78  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"sine":5}
% 10.69/1.79  
% 10.69/1.79  **** run 74 fork 1 starts with strategy
% 10.69/1.79  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":3}
% 11.31/1.80  
% 11.31/1.80  **** run 80 fork 7 starts with strategy
% 11.31/1.80  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":1,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 11.31/1.80  
% 11.31/1.80  
% 11.31/1.80  fork 3: search terminated without proof.
% 11.31/1.80  
% 11.31/1.80  **** run 79 fork 6 starts with strategy
% 11.31/1.80  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":1,"depth_penalty":50}
% 11.35/1.82  
% 11.35/1.82  
% 11.35/1.82  fork 0: search terminated without proof.
% 11.35/1.82  
% 11.35/1.82  
% 11.35/1.82  fork 2: search terminated without proof.
% 11.35/1.83  
% 11.35/1.83  **** run 76 fork 3 starts with strategy
% 11.35/1.83  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":4}
% 11.35/1.84  
% 11.35/1.84  
% 11.35/1.84  fork 5: search terminated without proof.
% 11.35/1.85  
% 11.35/1.85  **** run 73 fork 0 starts with strategy
% 11.35/1.85  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"sine":3}
% 11.35/1.85  
% 11.35/1.85  **** run 83 fork 2 starts with strategy
% 11.35/1.85  {"max_dseconds":10,"strategy":["unit"],"query_preference":0}
% 11.35/1.86  
% 11.35/1.86  **** run 86 fork 5 starts with strategy
% 11.35/1.86  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"var_weight":1,"weight_select_ratio":20,"repeat_var_weight":1,"depth_penalty":100}
% 12.11/1.91  
% 12.11/1.91  
% 12.11/1.91  fork 4: search terminated without proof.
% 12.11/1.91  
% 12.11/1.91  
% 12.11/1.91  fork 1: search terminated without proof.
% 12.11/1.93  
% 12.11/1.93  
% 12.11/1.93  fork 6: search terminated without proof.
% 12.11/1.93  
% 12.11/1.93  **** run 85 fork 4 starts with strategy
% 12.11/1.93  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 12.11/1.94  
% 12.11/1.94  
% 12.11/1.94  fork 7: search terminated without proof.
% 12.11/1.94  
% 12.11/1.94  **** run 82 fork 1 starts with strategy
% 12.11/1.94  {"max_dseconds":10,"strategy":["unit"],"query_preference":1}
% 12.11/1.96  
% 12.11/1.96  **** run 87 fork 6 starts with strategy
% 12.11/1.96  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20}
% 12.11/1.96  
% 12.11/1.96  **** run 88 fork 7 starts with strategy
% 12.11/1.96  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20}
% 12.11/1.96  
% 12.11/1.96  
% 12.11/1.96  fork 3: search terminated without proof.
% 12.11/1.98  
% 12.11/1.98  
% 12.11/1.98  fork 0: search terminated without proof.
% 12.84/1.99  
% 12.84/1.99  **** run 84 fork 3 starts with strategy
% 12.84/1.99  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 12.84/2.00  
% 12.84/2.00  **** run 81 fork 0 starts with strategy
% 12.84/2.00  {"max_dseconds":1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1,"sine":1}
% 13.76/2.13  
% 13.76/2.13  
% 13.76/2.13  fork 0: search terminated without proof.
% 13.76/2.16  
% 13.76/2.16  **** run 89 fork 0 starts with strategy
% 13.76/2.16  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 19.20/2.87  
% 19.20/2.87  
% 19.20/2.87  fork 2: search terminated without proof.
% 19.88/2.88  
% 19.88/2.88  
% 19.88/2.88  fork 5: search terminated without proof.
% 20.32/2.94  
% 20.32/2.94  **** run 91 fork 2 starts with strategy
% 20.32/2.94  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":1}
% 20.32/2.94  
% 20.32/2.94  **** run 94 fork 5 starts with strategy
% 20.32/2.94  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 20.43/2.96  
% 20.43/2.96  
% 20.43/2.96  fork 1: search terminated without proof.
% 20.43/2.97  
% 20.43/2.97  
% 20.43/2.97  fork 4: search terminated without proof.
% 20.43/2.98  
% 20.43/2.98  
% 20.43/2.98  fork 6: search terminated without proof.
% 20.43/2.99  
% 20.43/2.99  
% 20.43/2.99  fork 7: search terminated without proof.
% 20.93/3.02  
% 20.93/3.02  
% 20.93/3.02  fork 3: search terminated without proof.
% 20.93/3.03  
% 20.93/3.03  **** run 93 fork 4 starts with strategy
% 20.93/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.93/3.03  
% 20.93/3.03  **** run 90 fork 1 starts with strategy
% 20.93/3.03  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 20.93/3.05  
% 20.93/3.05  **** run 95 fork 6 starts with strategy
% 20.93/3.05  {"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.93/3.05  
% 20.93/3.05  **** run 96 fork 7 starts with strategy
% 20.93/3.05  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20}
% 21.33/3.09  
% 21.33/3.09  **** run 92 fork 3 starts with strategy
% 21.33/3.09  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":0}
% 22.32/3.23  
% 22.32/3.23  
% 22.32/3.23  fork 0: search terminated without proof.
% 22.82/3.28  
% 22.82/3.28  **** run 97 fork 0 starts with strategy
% 22.82/3.28  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20}
% 28.37/3.96  
% 28.37/3.96  
% 28.37/3.96  fork 2: search terminated without proof.
% 28.37/3.97  
% 28.37/3.97  
% 28.37/3.97  fork 5: search terminated without proof.
% 28.63/4.02  
% 28.63/4.02  **** run 99 fork 2 starts with strategy
% 28.63/4.02  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 28.63/4.02  
% 28.63/4.02  **** run 102 fork 5 starts with strategy
% 28.63/4.02  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 28.63/4.05  
% 28.63/4.05  
% 28.63/4.05  fork 1: search terminated without proof.
% 28.63/4.05  
% 28.63/4.05  
% 28.63/4.05  fork 4: search terminated without proof.
% 29.34/4.07  
% 29.34/4.07  
% 29.34/4.07  fork 7: search terminated without proof.
% 29.34/4.11  
% 29.34/4.11  
% 29.34/4.11  fork 3: search terminated without proof.
% 29.34/4.11  
% 29.34/4.11  
% 29.34/4.11  fork 6: search terminated without proof.
% 29.34/4.11  
% 29.34/4.11  **** run 98 fork 1 starts with strategy
% 29.34/4.11  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 29.34/4.12  
% 29.34/4.12  **** run 101 fork 4 starts with strategy
% 29.34/4.12  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para"],"query_preference":0}
% 29.89/4.14  
% 29.89/4.14  **** run 104 fork 7 starts with strategy
% 29.89/4.14  {"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}
% 30.06/4.18  
% 30.06/4.18  **** run 103 fork 6 starts with strategy
% 30.06/4.18  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 30.06/4.18  
% 30.06/4.18  **** run 100 fork 3 starts with strategy
% 30.06/4.18  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para"],"query_preference":1}
% 31.39/4.35  
% 31.39/4.35  
% 31.39/4.35  fork 0: search terminated without proof.
% 31.74/4.41  
% 31.74/4.41  **** run 105 fork 0 starts with strategy
% 31.74/4.41  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para"],"query_preference":1,"weight_select_ratio":20}
% 37.06/5.04  
% 37.06/5.04  
% 37.06/5.04  fork 2: search terminated without proof.
% 37.06/5.04  
% 37.06/5.04  
% 37.06/5.04  fork 5: search terminated without proof.
% 37.06/5.10  
% 37.06/5.10  **** run 110 fork 5 starts with strategy
% 37.06/5.10  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0}
% 37.06/5.10  
% 37.06/5.10  **** run 107 fork 2 starts with strategy
% 37.06/5.10  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 37.76/5.13  
% 37.76/5.13  
% 37.76/5.13  fork 1: search terminated without proof.
% 37.76/5.14  
% 37.76/5.14  
% 37.76/5.14  fork 4: search terminated without proof.
% 37.76/5.16  
% 37.76/5.16  
% 37.76/5.16  fork 7: search terminated without proof.
% 38.22/5.19  
% 38.22/5.19  **** run 106 fork 1 starts with strategy
% 38.22/5.19  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20}
% 38.22/5.20  
% 38.22/5.20  
% 38.22/5.20  fork 6: search terminated without proof.
% 38.22/5.20  
% 38.22/5.20  
% 38.22/5.20  fork 3: search terminated without proof.
% 38.22/5.20  
% 38.22/5.20  **** run 109 fork 4 starts with strategy
% 38.22/5.20  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1}
% 38.22/5.22  
% 38.22/5.22  **** run 112 fork 7 starts with strategy
% 38.22/5.22  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 38.22/5.25  
% 38.22/5.25  **** run 111 fork 6 starts with strategy
% 38.22/5.25  {"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}
% 38.22/5.26  
% 38.22/5.26  **** run 108 fork 3 starts with strategy
% 38.22/5.26  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 39.87/5.48  
% 39.87/5.48  
% 39.87/5.48  fork 0: search terminated without proof.
% 40.60/5.54  
% 40.60/5.54  **** run 113 fork 0 starts with strategy
% 40.60/5.54  {"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.59/6.12  
% 45.59/6.12  
% 45.59/6.12  fork 5: search terminated without proof.
% 45.59/6.12  
% 45.59/6.12  
% 45.59/6.12  fork 2: search terminated without proof.
% 45.59/6.18  
% 45.59/6.18  **** run 115 fork 2 starts with strategy
% 45.59/6.18  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20}
% 45.59/6.19  
% 45.59/6.19  **** run 118 fork 5 starts with strategy
% 45.59/6.19  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"rewrite":0}
% 46.18/6.21  
% 46.18/6.21  
% 46.18/6.21  fork 1: search terminated without proof.
% 46.18/6.22  
% 46.18/6.22  
% 46.18/6.22  fork 4: search terminated without proof.
% 46.18/6.24  
% 46.18/6.24  
% 46.18/6.24  fork 7: search terminated without proof.
% 46.18/6.27  
% 46.18/6.27  
% 46.18/6.27  fork 6: search terminated without proof.
% 46.84/6.27  
% 46.84/6.27  **** run 114 fork 1 starts with strategy
% 46.84/6.28  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20}
% 46.84/6.28  
% 46.84/6.28  
% 46.84/6.28  fork 3: search terminated without proof.
% 46.84/6.29  
% 46.84/6.29  **** run 117 fork 4 starts with strategy
% 46.84/6.29  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 46.84/6.30  
% 46.84/6.30  **** run 120 fork 7 starts with strategy
% 46.84/6.30  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"weight_select_ratio":2}
% 47.14/6.34  
% 47.14/6.34  **** run 119 fork 6 starts with strategy
% 47.14/6.34  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"rewrite":0}
% 47.36/6.35  
% 47.36/6.35  **** run 116 fork 3 starts with strategy
% 47.36/6.35  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 49.28/6.61  
% 49.28/6.61  
% 49.28/6.61  fork 0: search terminated without proof.
% 49.90/6.67  
% 49.90/6.67  **** run 121 fork 0 starts with strategy
% 49.90/6.67  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50,"var_weight":1,"repeat_var_weight":1}
% 53.70/7.20  
% 53.70/7.20  
% 53.70/7.20  fork 2: search terminated without proof.
% 53.70/7.21  
% 53.70/7.21  
% 53.70/7.21  fork 5: search terminated without proof.
% 54.32/7.26  
% 54.32/7.26  **** run 126 fork 5 starts with strategy
% 54.32/7.26  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"reverse_clauselist":1}
% 54.32/7.26  
% 54.32/7.26  **** run 123 fork 2 starts with strategy
% 54.32/7.26  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":0}
% 54.81/7.30  
% 54.81/7.30  
% 54.81/7.30  fork 1: search terminated without proof.
% 54.81/7.31  
% 54.81/7.31  
% 54.81/7.31  fork 4: search terminated without proof.
% 54.81/7.32  
% 54.81/7.32  
% 54.81/7.32  fork 7: search terminated without proof.
% 55.49/7.36  
% 55.49/7.36  
% 55.49/7.36  fork 6: search terminated without proof.
% 55.49/7.36  
% 55.49/7.36  **** run 122 fork 1 starts with strategy
% 55.49/7.36  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50,"var_weight":1,"repeat_var_weight":1}
% 55.49/7.37  
% 55.49/7.37  
% 55.49/7.37  fork 3: search terminated without proof.
% 55.49/7.37  
% 55.49/7.37  **** run 125 fork 4 starts with strategy
% 55.49/7.37  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":2}
% 55.49/7.38  
% 55.49/7.38  **** run 128 fork 7 starts with strategy
% 55.49/7.38  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_depth":4}
% 55.68/7.40  
% 55.68/7.40  **** run 127 fork 6 starts with strategy
% 55.68/7.40  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_depth":2}
% 55.68/7.42  
% 55.68/7.42  **** run 124 fork 3 starts with strategy
% 55.68/7.42  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1}
% 55.68/7.43  
% 55.68/7.43  fork 6: search finished without proof.
% 56.06/7.44  
% 56.06/7.44  **** run 135 fork 6 starts with strategy
% 56.06/7.44  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_size":20,"weight_select_ratio":2}
% 58.39/7.74  
% 58.39/7.74  
% 58.39/7.74  fork 0: search terminated without proof.
% 58.58/7.78  
% 58.58/7.78  **** run 129 fork 0 starts with strategy
% 58.58/7.78  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_depth":6}
% 62.75/8.28  
% 62.75/8.28  
% 62.75/8.28  fork 5: search terminated without proof.
% 62.75/8.33  
% 62.75/8.33  **** run 134 fork 5 starts with strategy
% 62.75/8.33  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_size":20}
% 63.46/8.38  
% 63.46/8.38  
% 63.46/8.38  fork 1: search terminated without proof.
% 63.46/8.39  
% 63.46/8.39  
% 63.46/8.39  fork 4: search terminated without proof.
% 63.46/8.41  
% 63.46/8.41  
% 63.46/8.41  fork 7: search terminated without proof.
% 63.96/8.44  
% 63.96/8.44  **** run 136 fork 7 starts with strategy
% 63.96/8.44  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_size":30}
% 63.96/8.45  
% 63.96/8.45  **** run 130 fork 1 starts with strategy
% 63.96/8.45  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_depth":8}
% 63.96/8.45  
% 63.96/8.45  
% 63.96/8.45  fork 3: search terminated without proof.
% 63.96/8.46  
% 63.96/8.46  
% 63.96/8.46  fork 6: search terminated without proof.
% 63.96/8.46  
% 63.96/8.46  **** run 133 fork 4 starts with strategy
% 63.96/8.46  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_size":15}
% 64.28/8.51  
% 64.28/8.51  **** run 143 fork 6 starts with strategy
% 64.28/8.51  {"max_dseconds":10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0}
% 64.28/8.52  
% 64.28/8.52  **** run 132 fork 3 starts with strategy
% 64.28/8.52  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_size":10}
% 64.93/8.56  
% 64.93/8.56  fork 3: search finished without proof.
% 64.93/8.58  
% 64.93/8.58  **** run 140 fork 3 starts with strategy
% 64.93/8.58  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50}
% 65.23/8.59  
% 65.23/8.59  
% 65.23/8.59  fork 2: search terminated without proof.
% 65.23/8.63  
% 65.23/8.63  **** run 131 fork 2 starts with strategy
% 65.23/8.63  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_depth":10}
% 66.58/8.80  
% 66.58/8.80  
% 66.58/8.80  fork 0: search terminated without proof.
% 67.23/8.85  
% 67.23/8.85  **** run 137 fork 0 starts with strategy
% 67.23/8.85  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_size":40}
% 71.35/9.35  
% 71.35/9.35  
% 71.35/9.35  fork 5: search terminated without proof.
% 71.35/9.39  
% 71.35/9.39  **** run 142 fork 5 starts with strategy
% 71.35/9.39  {"max_dseconds":10,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100}
% 72.12/9.46  
% 72.12/9.46  
% 72.12/9.46  fork 7: search terminated without proof.
% 72.12/9.48  
% 72.12/9.48  
% 72.12/9.48  fork 1: search terminated without proof.
% 72.48/9.49  
% 72.48/9.49  
% 72.48/9.49  fork 4: search terminated without proof.
% 72.48/9.53  
% 72.48/9.53  **** run 144 fork 7 starts with strategy
% 72.48/9.53  {"max_dseconds":10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1}
% 72.48/9.53  
% 72.48/9.53  **** run 141 fork 4 starts with strategy
% 72.48/9.53  {"max_dseconds":10,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1}
% 72.48/9.53  
% 72.48/9.53  
% 72.48/9.53  fork 6: search terminated without proof.
% 72.95/9.55  
% 72.95/9.55  **** run 138 fork 1 starts with strategy
% 72.95/9.55  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"var_weight":1}
% 72.95/9.60  
% 72.95/9.60  **** run 151 fork 6 starts with strategy
% 72.95/9.60  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"sine":2}
% 72.95/9.60  
% 72.95/9.60  
% 72.95/9.60  fork 3: search terminated without proof.
% 73.42/9.65  
% 73.42/9.65  
% 73.42/9.65  fork 2: search terminated without proof.
% 73.42/9.66  
% 73.42/9.66  **** run 148 fork 3 starts with strategy
% 73.42/9.66  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"sine":1}
% 73.85/9.71  
% 73.85/9.71  **** run 139 fork 2 starts with strategy
% 73.85/9.71  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"var_weight":1,"repeat_var_weight":1}
% 75.24/9.88  
% 75.24/9.88  
% 75.24/9.88  fork 0: search terminated without proof.
% 75.73/9.93  
% 75.73/9.93  **** run 145 fork 0 starts with strategy
% 75.73/9.94  {"max_dseconds":10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20}
% 79.56/10.41  
% 79.56/10.41  
% 79.56/10.41  fork 5: search terminated without proof.
% 80.00/10.44  
% 80.00/10.44  **** run 150 fork 5 starts with strategy
% 80.00/10.44  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"sine":1,"weight_select_ratio":2}
% 80.60/10.55  
% 80.60/10.55  
% 80.60/10.55  fork 7: search terminated without proof.
% 80.60/10.56  
% 80.60/10.56  
% 80.60/10.56  fork 4: search terminated without proof.
% 81.09/10.58  
% 81.09/10.58  
% 81.09/10.58  fork 1: search terminated without proof.
% 81.09/10.60  
% 81.09/10.60  **** run 149 fork 4 starts with strategy
% 81.09/10.60  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"sine":1,"rewrite":0}
% 81.09/10.60  
% 81.09/10.60  **** run 152 fork 7 starts with strategy
% 81.09/10.60  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"sine":2}
% 81.09/10.62  
% 81.09/10.62  
% 81.09/10.62  fork 6: search terminated without proof.
% 81.09/10.64  
% 81.09/10.64  **** run 146 fork 1 starts with strategy
% 81.09/10.64  {"max_dseconds":10,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100}
% 81.77/10.68  
% 81.77/10.68  **** run 159 fork 6 starts with strategy
% 81.77/10.68  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"sine":5}
% 81.97/10.69  
% 81.97/10.69  
% 81.97/10.69  fork 3: search terminated without proof.
% 81.97/10.73  
% 81.97/10.73  
% 81.97/10.73  fork 2: search terminated without proof.
% 82.48/10.76  
% 82.48/10.76  **** run 156 fork 3 starts with strategy
% 82.48/10.76  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"sine":4}
% 82.48/10.79  
% 82.48/10.79  **** run 147 fork 2 starts with strategy
% 82.48/10.79  {"max_dseconds":10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth":4}
% 84.04/10.96  
% 84.04/10.96  
% 84.04/10.96  fork 0: search terminated without proof.
% 84.26/10.99  
% 84.26/10.99  **** run 153 fork 0 starts with strategy
% 84.26/10.99  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"sine":1}
% 88.16/11.47  
% 88.16/11.47  
% 88.16/11.47  fork 5: search terminated without proof.
% 88.16/11.52  
% 88.16/11.52  **** run 158 fork 5 starts with strategy
% 88.16/11.52  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"sine":5}
% 89.00/11.63  
% 89.00/11.63  
% 89.00/11.63  fork 4: search terminated without proof.
% 89.00/11.63  
% 89.00/11.63  
% 89.00/11.63  fork 7: search terminated without proof.
% 89.73/11.68  
% 89.73/11.68  **** run 157 fork 4 starts with strategy
% 89.73/11.68  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"sine":4}
% 89.73/11.68  
% 89.73/11.68  
% 89.73/11.68  fork 1: search terminated without proof.
% 89.73/11.68  
% 89.73/11.68  **** run 160 fork 7 starts with strategy
% 89.73/11.68  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"sine":1,"depth_penalty":50}
% 89.73/11.71  
% 89.73/11.71  **** run 154 fork 1 starts with strategy
% 89.73/11.71  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"sine":3}
% 90.26/11.72  
% 90.26/11.72  
% 90.26/11.72  fork 6: search terminated without proof.
% 90.55/11.78  
% 90.55/11.78  **** run 167 fork 6 starts with strategy
% 90.55/11.78  {"max_dseconds":50,"strategy":["unit"],"query_preference":0,"var_weight":1,"weight_select_ratio":20,"repeat_var_weight":1,"depth_penalty":100}
% 90.55/11.79  
% 90.55/11.79  
% 90.55/11.79  fork 3: search terminated without proof.
% 90.55/11.81  
% 90.55/11.81  
% 90.55/11.81  fork 2: search terminated without proof.
% 90.55/11.84  
% 90.55/11.84  **** run 155 fork 2 starts with strategy
% 90.55/11.84  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"sine":3}
% 91.21/11.85  
% 91.21/11.85  **** run 164 fork 3 starts with strategy
% 91.21/11.85  {"max_dseconds":50,"strategy":["unit"],"query_preference":0}
% 92.15/12.01  
% 92.15/12.01  
% 92.15/12.01  fork 0: search terminated without proof.
% 92.85/12.07  
% 92.85/12.07  **** run 161 fork 0 starts with strategy
% 92.85/12.07  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"sine":1,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 96.79/12.55  
% 96.79/12.55  
% 96.79/12.55  fork 5: search terminated without proof.
% 96.84/12.60  
% 96.84/12.60  **** run 166 fork 5 starts with strategy
% 96.84/12.60  {"max_dseconds":50,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 97.63/12.71  
% 97.63/12.71  
% 97.63/12.71  fork 4: search terminated without proof.
% 97.63/12.72  
% 97.63/12.72  
% 97.63/12.72  fork 7: search terminated without proof.
% 97.63/12.74  
% 97.63/12.74  
% 97.63/12.74  fork 1: search terminated without proof.
% 98.41/12.77  
% 98.41/12.77  **** run 165 fork 4 starts with strategy
% 98.41/12.77  {"max_dseconds":50,"strategy":["unit"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 98.41/12.79  
% 98.41/12.79  **** run 168 fork 7 starts with strategy
% 98.41/12.79  {"max_dseconds":50,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20}
% 98.78/12.79  
% 98.78/12.79  **** run 162 fork 1 starts with strategy
% 98.78/12.79  {"max_dseconds":10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1,"sine":1}
% 99.24/12.86  
% 99.24/12.86  
% 99.24/12.86  fork 2: search terminated without proof.
% 99.24/12.91  
% 99.24/12.91  **** run 163 fork 2 starts with strategy
% 99.24/12.91  {"max_dseconds":50,"strategy":["unit"],"query_preference":1}
% 101.16/13.10  
% 101.16/13.10  
% 101.16/13.10  fork 0: search terminated without proof.
% 101.55/13.16  
% 101.55/13.16  **** run 169 fork 0 starts with strategy
% 101.55/13.16  {"max_dseconds":50,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20}
% 106.90/13.83  
% 106.90/13.83  
% 106.90/13.83  fork 1: search terminated without proof.
% 107.34/13.88  
% 107.34/13.88  **** run 170 fork 1 starts with strategy
% 107.34/13.88  {"max_dseconds":50,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 110.53/14.33  
% 110.53/14.33  
% 110.53/14.33  result: proof found
% 110.53/14.33  for /export/starexec/sandbox2/benchmark/theBenchmark.p 
% 110.53/14.33  by run 164 fork 3 strategy {"max_dseconds":50,"strategy":["unit"],"query_preference":0}
% 110.53/14.33  % SZS status Unsatisfiable for /export/starexec/sandbox2/benchmark/theBenchmark.p 
% 110.53/14.33  
% 110.53/14.33  % SZS output start CNFRefutation for /export/starexec/sandbox2/benchmark/theBenchmark.p 
% See solution above
% 110.53/14.33  
% 110.53/14.33  run 164 fork 3 statistics:
% 110.53/14.33  ----------------------------------
% 110.53/14.33  this run seconds: 2.443397
% 110.53/14.33  total seconds: 13.870617
% 110.53/14.33  stat_given_used: 989
% 110.53/14.33  stat_given_used_at_endgame: 0
% 110.53/14.33  stat_given_candidates:   7688
% 110.53/14.33  stat_given_candidates_at_endgame: 0
% 110.53/14.33  stat_given_candidates_h: 0
% 110.53/14.33  stat_binres_derived_cl:   0
% 110.53/14.33  stat_binres_derived_cl_h: 0
% 110.53/14.33  stat_factor_derived_cl: 0
% 110.53/14.33  stat_para_derived_cl: 691855
% 110.53/14.33  stat_tautologies_discarded: 0
% 110.53/14.33  stat_forward_subsumed: 251577
% 110.53/14.33  stat_derived_cut: 1
% 110.53/14.33  stat_derived_rewritten: 284
% 110.53/14.33  stat_weight_discarded_building: 0
% 110.53/14.33  stat_weight_discarded_cl: 0
% 110.53/14.33  stat_internlimit_discarded_cl: 0
% 110.53/14.33  stat_simplified:  284 simplified 0 derived 0 given
% 110.53/14.33  stat_kept_cl: 413331
% 110.53/14.33  stat_built_cl: 415593
% 110.53/14.33  stat_hyperres_partial_cl: 0
% 110.53/14.33  stat_made_rewriters: 908
% 110.53/14.33  stat_backward_subsumed: 0
% 110.53/14.33  stat_propagated_subsumed: 0
% 110.53/14.33  stat_clsubs_attempted:                     49594
% 110.53/14.33  stat_clsubs_fact_groundunit_found:             0
% 110.53/14.33  stat_clsubs_rule_groundunit_found:             1
% 110.53/14.33  stat_clsubs_top_meta_attempted:             497110
% 110.53/14.33  stat_clsubs_top_meta_failed:                447516
% 110.53/14.33  stat_clsubs_top_meta_nonpref_attempted:              497110
% 110.53/14.33  stat_clsubs_top_meta_nonpref_succeeded:              181591
% 110.53/14.33  stat_clsubs_top_meta_pref_attempted:                 181591
% 110.53/14.33  stat_clsubs_top_meta_pref1_succeeded:                181563
% 110.53/14.33  stat_clsubs_top_meta_pref2_succeeded:                 71408
% 110.53/14.33  stat_clsubs_top_meta_pref3_succeeded:                 49594
% 110.53/14.33  stat_clsubs_top_meta_pref_succeeded:                  49594
% 110.53/14.33  stat_clsubs_meta_attempted:                49594
% 110.53/14.33  stat_clsubs_meta_failed:                     853
% 110.53/14.33  stat_clsubs_predsymbs_attempted:               0
% 110.53/14.33  stat_clsubs_unit_attempted:                49594
% 110.53/14.33  stat_clsubs_full_attempted:                    0
% 110.53/14.33  stat_forwardsubs_attempted:               664909
% 110.53/14.33  stat_lit_hash_added:                 413361
% 110.53/14.33  stat_lit_hash_computed:             1079884
% 110.53/14.33  stat_lit_hash_match_found:           251932
% 110.53/14.33  stat_lit_hash_match_miss:            828207
% 110.53/14.33  stat_lit_hash_cut_ok:                     1
% 110.53/14.33  stat_lit_strong_cut_ok:                   0
% 110.53/14.33  stat_lit_hash_subsume_ok:            251577
% 110.53/14.33  clqueue els 10000000 used 1
% 110.53/14.33  clactive els 10000000 used 990
% 110.53/14.33  clactivesubsume els 10000000 used 5857
% 110.53/14.33  queue_termbuf els 200000000 used 37822637
% 110.53/14.33  hyper_termbuf els 100000000 used 1
% 110.53/14.33  active_termbuf els 100000000 used 45041
% 110.53/14.33  varstack els 5000 last used 1
% 110.53/14.33  given_termbuf els 10000000 last used 1
% 110.53/14.33  simplified_termbuf els 10000000 last used 1
% 110.53/14.33  derived_termbuf els 10000000 last used 48
% 110.53/14.33  wr_mallocs: 317875
% 110.53/14.33  wr_callocs: 19
% 110.53/14.33  wr_reallocs: 87555
% 110.53/14.33  wr_frees: 2
% 110.53/14.33  wr_malloc_bytes: 4177668708
% 110.53/14.33  wr_calloc_bytes: 96065504
% 110.53/14.33  wr_realloc_bytes: 16186208
% 110.53/14.33  wr_realloc_freebytes: 0
% 110.53/14.33  ----------------------------------
%------------------------------------------------------------------------------