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

View Problem - Process Solution

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

% Computer : n022.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:19 EDT 2023

% Result   : Unsatisfiable 114.15s 15.02s
% Output   : CNFRefutation 114.15s
% Verified : 
% SZS Type : ERROR: Analysing output (Could not find formula named multiply_left_division)

% Comments : 
%------------------------------------------------------------------------------
cnf('1',plain,
    multiply(X,left_division(X,Y)) = Y,
    inference(cnf_transformation,[],[multiply_left_division]) ).

cnf('2',plain,
    multiply(X,identity) = X,
    inference(cnf_transformation,[],[right_identity]) ).

cnf('3',plain,
    multiply(multiply(multiply(X,Y),X),Z) = multiply(X,multiply(Y,multiply(X,Z))),
    inference(cnf_transformation,[],[moufang3]) ).

cnf('4',plain,
    multiply(multiply(multiply(X,Y),X),left_division(X,Z)) = multiply(X,multiply(Y,Z)),
    inference(paramodulation,[],['1','3']) ).

cnf('5',plain,
    right_division(multiply(X,Y),Y) = X,
    inference(cnf_transformation,[],[right_division_multiply]) ).

cnf('6',plain,
    right_division(multiply(X,multiply(Y,Z)),left_division(X,Z)) = multiply(multiply(X,Y),X),
    inference(paramodulation,[],['4','5']) ).

cnf('7',plain,
    right_division(multiply(X3,Y3),left_division(X3,identity)) = multiply(multiply(X3,Y3),X3),
    inference(paramodulation,[],['2','6']) ).

cnf('8',plain,
    multiply(X,right_inverse(X)) = identity,
    inference(cnf_transformation,[],[right_inverse]) ).

cnf('9',plain,
    left_division(X,multiply(X,Y)) = Y,
    inference(cnf_transformation,[],[left_division_multiply]) ).

cnf('10',plain,
    left_division(X,identity) = right_inverse(X),
    inference(paramodulation,[],['8','9']) ).

cnf('11',plain,
    multiply(identity,X) = X,
    inference(cnf_transformation,[],[left_identity]) ).

cnf('12',plain,
    multiply(X3,multiply(Y3,multiply(X3,identity))) = multiply(multiply(X3,Y3),X3),
    inference(paramodulation,[],['3','2']) ).

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

cnf('14',plain,
    left_division(X,multiply(multiply(X,Y),X)) = multiply(Y,X),
    inference(paramodulation,[],['13','9']) ).

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

cnf('16',plain,
    left_division(X3,X3) = multiply(left_division(X3,identity),X3),
    inference(paramodulation,[],['11','15']) ).

cnf('17',plain,
    left_division(X,X) = identity,
    inference(paramodulation,[],['2','9']) ).

cnf('18',plain,
    identity = multiply(right_inverse(X),X),
    inference(simplify,[then_simplify],['16','17','10']) ).

cnf('19',plain,
    right_division(identity,X3) = right_inverse(X3),
    inference(paramodulation,[],['18','5']) ).

cnf('20',plain,
    multiply(left_inverse(X),X) = identity,
    inference(cnf_transformation,[],[left_inverse]) ).

cnf('21',plain,
    right_division(identity,X) = left_inverse(X),
    inference(paramodulation,[],['20','5']) ).

cnf('22',plain,
    left_inverse(X) = right_inverse(X),
    inference(simplify,[],['19','21']) ).

cnf('23',plain,
    right_division(multiply(X,Y),left_inverse(X)) = multiply(multiply(X,Y),X),
    inference(simplify,[then_simplify],['7','10','22']) ).

cnf('24',plain,
    multiply(right_division(X,Y),Y) = X,
    inference(cnf_transformation,[],[multiply_right_division]) ).

cnf('25',plain,
    multiply(multiply(multiply(X,Y),X),left_inverse(X)) = multiply(X,Y),
    inference(paramodulation,[],['23','24']) ).

cnf('26',plain,
    multiply(multiply(X3,Y3),left_inverse(Y3)) = multiply(Y3,left_division(Y3,X3)),
    inference(paramodulation,[],['1','25']) ).

cnf('27',plain,
    multiply(multiply(X,Y),left_inverse(Y)) = X,
    inference(simplify,[],['26','1']) ).

cnf('28',plain,
    right_division(multiply(X3,Y3),left_division(X3,left_inverse(Z3))) = multiply(multiply(X3,multiply(Y3,Z3)),X3),
    inference(paramodulation,[],['27','6']) ).

cnf('29',plain,
    multiply(multiply(X,Y),Z) = multiply(Y,multiply(left_division(Y,X),multiply(Y,Z))),
    inference(paramodulation,[],['1','3']) ).

cnf('30',plain,
    left_division(X,multiply(multiply(Y,X),Z)) = multiply(left_division(X,Y),multiply(X,Z)),
    inference(paramodulation,[],['29','9']) ).

cnf('31',plain,
    left_division(X3,multiply(X3,Y3)) = multiply(left_division(X3,identity),multiply(X3,Y3)),
    inference(paramodulation,[],['11','30']) ).

cnf('32',plain,
    X = multiply(left_inverse(Y),multiply(Y,X)),
    inference(simplify,[then_simplify],['31','9','10','22']) ).

cnf('33',plain,
    left_division(multiply(X,Y),X) = left_inverse(Y),
    inference(paramodulation,[],['27','9']) ).

cnf('34',plain,
    left_division(X,left_inverse(Y)) = left_inverse(multiply(Y,X)),
    inference(paramodulation,[],['32','33']) ).

cnf('35',plain,
    right_division(X,left_inverse(Y)) = multiply(X,Y),
    inference(paramodulation,[],['27','5']) ).

cnf('36',plain,
    multiply(multiply(X,Y),multiply(Z,X)) = multiply(multiply(X,multiply(Y,Z)),X),
    inference(simplify,[then_simplify],['28','34','35']) ).

cnf('37',plain,
    multiply(multiply(a,multiply(b,c)),a) != multiply(multiply(a,b),multiply(c,a)),
    inference(cnf_transformation,[],[prove_moufang1]) ).

cnf('38',plain,
    $false,
    inference(paramodulation,[],['36','37']) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.12/0.13  % Problem  : GRP202-1 : TPTP v8.1.2. Released v2.2.0.
% 0.12/0.13  % Command  : gkc %s
% 0.14/0.35  % Computer : n022.cluster.edu
% 0.14/0.35  % Model    : x86_64 x86_64
% 0.14/0.35  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.14/0.35  % Memory   : 8042.1875MB
% 0.14/0.35  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.14/0.35  % CPULimit : 300
% 0.14/0.35  % WCLimit  : 300
% 0.14/0.35  % DateTime : Tue Aug 29 02:36:39 EDT 2023
% 0.14/0.35  % CPUTime  : 
% 0.21/0.39  
% 0.21/0.39  input clause set summed statistics:
% 0.21/0.39  ----------------------------------
% 0.21/0.39  in_clause_count:                    10
% 0.21/0.39  in_rule_clause_count:               10
% 0.21/0.39  in_fact_clause_count:                0
% 0.21/0.39  in_answer_clause_count:              0
% 0.21/0.39  in_ground_clause_count:              1
% 0.21/0.39  in_unit_clause_count:               10
% 0.21/0.39  in_horn_clause_count:               10
% 0.21/0.39  in_pos_clause_count:                 9
% 0.21/0.39  in_neg_clause_count:                 1
% 0.21/0.39  in_poseq_clause_count:               9
% 0.21/0.39  in_negeq_clause_count:               1
% 0.21/0.39  in_unitposeq_clause_count:           9
% 0.21/0.39  in_chain_clause_count:               0
% 0.21/0.39  in_min_length:             1
% 0.21/0.39  in_max_length:             1
% 0.21/0.39  in_min_depth:              2
% 0.21/0.39  in_max_depth:              4
% 0.21/0.39  in_min_size:               5
% 0.21/0.39  in_max_size:              15
% 0.21/0.39  in_min_vars:               0
% 0.21/0.39  in_max_vars:               3
% 0.21/0.39  in_extaxiom_count:                 0
% 0.21/0.39  in_axiom_count:                    9
% 0.21/0.39  in_assumption_count:               0
% 0.21/0.39  in_goal_count:                     1
% 0.21/0.39  in_neg_goal_count:                 1
% 0.21/0.39  in_pos_goal_count:                 0
% 0.21/0.39  in_posunit_goal_count:             0
% 0.21/0.39  
% 0.21/0.39  auto guide:
% 0.21/0.39  -----------
% 0.21/0.39  {
% 0.21/0.39  "print":1,
% 0.21/0.39  "print_level": 15,
% 0.21/0.39  "max_size": 0,
% 0.21/0.39  "max_depth": 0,
% 0.21/0.39  "max_length": 0,
% 0.21/0.39  "max_dseconds": 0,
% 0.21/0.39  "runs":[
% 0.21/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1},
% 0.21/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0},
% 0.21/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.21/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.21/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.21/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.21/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.21/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.21/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.21/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1},
% 0.21/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0},
% 0.21/0.39  {"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.39  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.21/0.39  {"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.39  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.21/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.21/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.21/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.21/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 1},
% 0.21/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0},
% 0.21/0.39  {"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.39  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.21/0.39  {"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.39  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.21/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.21/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.21/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.21/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1},
% 0.21/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0},
% 0.21/0.39  {"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.39  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.21/0.39  {"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.39  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.21/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.21/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.21/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.21/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.21/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.21/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.21/0.39  {"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.39  {"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.39  {"max_dseconds": 1, "strategy":["query_focus"], "query_preference": 0},
% 0.21/0.39  {"max_dseconds": 1, "strategy":["query_focus"], "query_preference": 1},
% 0.21/0.39  {"max_dseconds": 1, "strategy":["query_focus"], "query_preference": 2},
% 0.21/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.21/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.21/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.21/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.21/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.21/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.21/0.39  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.21/0.39  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.21/0.39  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.21/0.39  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.21/0.39  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.21/0.39  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.21/0.39  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.21/0.39  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.21/0.39  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.21/0.39  {"max_dseconds": 1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.21/0.39  {"max_dseconds": 1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.21/0.39  {"max_dseconds": 1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.21/0.39  {"max_dseconds": 1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.21/0.39  {"max_dseconds": 1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.21/0.39  {"max_dseconds": 1,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.21/0.39  {"max_dseconds": 1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.21/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":1},
% 0.21/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":1, "rewrite":0},
% 0.21/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":1, "weight_select_ratio":2},
% 0.21/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "sine":2},
% 0.21/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":2},
% 0.21/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "sine":1},
% 0.21/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "sine":3},
% 0.21/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":3},
% 0.21/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "sine":4},
% 0.21/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":4},
% 0.21/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "sine":5},
% 0.21/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":5},
% 0.21/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":1, "depth_penalty":50},
% 0.21/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":1, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.21/0.39  {"max_dseconds": 1, "strategy":["unit"], "var_weight":70,"repeat_var_weight":70,"query_preference":1, "sine":1},
% 0.21/0.39  
% 0.21/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1},
% 0.21/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0},
% 0.21/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.21/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.21/0.39  {"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.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.21/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.21/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.21/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.21/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1},
% 0.21/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0},
% 0.21/0.39  {"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.39  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.21/0.39  {"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.39  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.21/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.21/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.21/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.21/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 1},
% 0.21/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0},
% 0.21/0.39  {"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.39  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.21/0.39  {"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.39  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.21/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.21/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.21/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.21/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1},
% 0.21/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0},
% 0.21/0.39  {"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.39  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.21/0.39  {"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.39  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.21/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.21/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.21/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.21/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.21/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.21/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.21/0.39  {"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.39  {"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.39  {"max_dseconds": 10, "strategy":["query_focus"], "query_preference": 0},
% 0.21/0.39  {"max_dseconds": 10, "strategy":["query_focus"], "query_preference": 1},
% 0.21/0.39  {"max_dseconds": 10, "strategy":["query_focus"], "query_preference": 2},
% 0.21/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.21/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.21/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.21/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.21/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.21/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.21/0.39  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.21/0.39  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.21/0.39  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.21/0.39  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.21/0.39  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.21/0.39  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.21/0.39  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.21/0.39  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.21/0.39  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.21/0.39  {"max_dseconds": 10,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.21/0.39  {"max_dseconds": 10,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.21/0.39  {"max_dseconds": 10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.21/0.39  {"max_dseconds": 10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.21/0.39  {"max_dseconds": 10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.21/0.39  {"max_dseconds": 10,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.21/0.39  {"max_dseconds": 10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.21/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":1},
% 0.21/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":1, "rewrite":0},
% 0.21/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":1, "weight_select_ratio":2},
% 0.21/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "sine":2},
% 0.21/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":2},
% 0.21/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "sine":1},
% 0.21/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "sine":3},
% 0.21/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":3},
% 0.21/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "sine":4},
% 0.21/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":4},
% 0.21/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "sine":5},
% 0.21/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":5},
% 0.21/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":1, "depth_penalty":50},
% 0.21/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":1, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.21/0.39  {"max_dseconds": 10, "strategy":["unit"], "var_weight":70,"repeat_var_weight":70,"query_preference":1, "sine":1},
% 0.21/0.39  
% 0.21/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1},
% 0.21/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0},
% 0.21/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.21/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.21/0.39  {"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.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.21/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.21/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.21/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.21/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1},
% 0.21/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0},
% 0.21/0.39  {"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.39  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.21/0.39  {"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.39  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.21/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.21/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.21/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.21/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 1},
% 0.21/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0},
% 0.21/0.39  {"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.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.21/0.39  {"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.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.21/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.21/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.21/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.21/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1},
% 0.21/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0},
% 0.21/0.39  {"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.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.21/0.39  {"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.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.21/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.21/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.21/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.21/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.21/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.21/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.21/0.39  {"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.39  {"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.39  {"max_dseconds": 50, "strategy":["query_focus"], "query_preference": 0},
% 0.21/0.39  {"max_dseconds": 50, "strategy":["query_focus"], "query_preference": 1},
% 0.21/0.39  {"max_dseconds": 50, "strategy":["query_focus"], "query_preference": 2},
% 0.21/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.21/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.21/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.21/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.21/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.21/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.21/0.39  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.21/0.39  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.21/0.39  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.21/0.39  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.21/0.39  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.21/0.39  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.21/0.39  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.21/0.39  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.21/0.39  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.21/0.39  {"max_dseconds": 50,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.21/0.39  {"max_dseconds": 50,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.21/0.39  {"max_dseconds": 50,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.21/0.39  {"max_dseconds": 50,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.21/0.39  {"max_dseconds": 50,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.21/0.39  {"max_dseconds": 50,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.21/0.39  {"max_dseconds": 50,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.21/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "sine":1},
% 0.21/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "sine":1, "rewrite":0},
% 0.21/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "sine":1, "weight_select_ratio":2},
% 0.21/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "sine":2},
% 0.21/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "sine":2},
% 0.21/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "sine":1},
% 0.21/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "sine":1, "depth_penalty":50},
% 0.21/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "sine":1, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.21/0.39  {"max_dseconds": 50, "strategy":["unit"], "var_weight":70,"repeat_var_weight":70,"query_preference":1, "sine":1},
% 0.21/0.39  
% 0.21/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1},
% 0.21/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0},
% 0.21/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.21/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.21/0.39  {"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.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.21/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.21/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.21/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.21/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.21/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.21/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.21/0.39  {"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.39  {"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.39  {"max_dseconds": 250, "strategy":["query_focus"], "query_preference": 0},
% 0.21/0.39  {"max_dseconds": 250, "strategy":["query_focus"], "query_preference": 1},
% 0.21/0.39  {"max_dseconds": 250, "strategy":["query_focus"], "query_preference": 2},
% 0.21/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.21/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.21/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.21/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.21/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.21/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.21/0.39  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.21/0.39  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.21/0.39  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.21/0.39  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.21/0.39  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.21/0.39  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.21/0.39  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.21/0.39  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.21/0.39  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.21/0.39  {"max_dseconds": 250,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.21/0.39  {"max_dseconds": 250,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.21/0.39  {"max_dseconds": 250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.21/0.39  {"max_dseconds": 250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.21/0.39  {"max_dseconds": 250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.21/0.39  {"max_dseconds": 250,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.21/0.39  {"max_dseconds": 250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.21/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "sine":1},
% 0.21/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "sine":1, "rewrite":0},
% 0.21/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "sine":1, "weight_select_ratio":2},
% 0.21/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "sine":2},
% 0.21/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "sine":2},
% 0.21/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "sine":1},
% 0.21/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "sine":1, "depth_penalty":50},
% 0.21/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "sine":1, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.21/0.39  {"max_dseconds": 250, "strategy":["unit"], "var_weight":70,"repeat_var_weight":70,"query_preference":1, "sine":1},
% 0.21/0.39  
% 0.21/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1},
% 0.21/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0},
% 0.21/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.21/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.21/0.39  {"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.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.21/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.21/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.21/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.21/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.21/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.21/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.21/0.39  {"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.39  {"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.39  {"max_dseconds": 1250, "strategy":["query_focus"], "query_preference": 0},
% 0.21/0.39  {"max_dseconds": 1250, "strategy":["query_focus"], "query_preference": 1},
% 0.21/0.39  {"max_dseconds": 1250, "strategy":["query_focus"], "query_preference": 2},
% 0.21/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.21/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.21/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.21/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.21/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.21/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.21/0.39  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.21/0.39  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.21/0.39  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.21/0.39  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.21/0.39  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.21/0.39  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.21/0.39  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.21/0.39  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.21/0.39  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.21/0.39  {"max_dseconds": 1250,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.21/0.39  {"max_dseconds": 1250,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.21/0.39  {"max_dseconds": 1250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.21/0.39  {"max_dseconds": 1250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.21/0.39  {"max_dseconds": 1250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.21/0.39  {"max_dseconds": 1250,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.21/0.39  {"max_dseconds": 1250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.21/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "sine":1},
% 0.21/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "sine":1, "rewrite":0},
% 0.21/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "sine":1, "weight_select_ratio":2},
% 0.21/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "sine":2},
% 0.21/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "sine":2},
% 0.21/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "sine":1},
% 0.21/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "sine":1, "depth_penalty":50},
% 0.21/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "sine":1, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.21/0.39  {"max_dseconds": 1250, "strategy":["unit"], "var_weight":70,"repeat_var_weight":70,"query_preference":1, "sine":1} 
% 0.21/0.39  
% 0.21/0.39  ]}
% 0.21/0.39  
% 0.21/0.39  
% 0.21/0.39  **** run 1 fork 0 starts with strategy
% 0.21/0.39  {"max_dseconds":1,"strategy":["unit"],"query_preference":1}
% 0.21/0.39  
% 0.21/0.39  **** run 2 fork 1 starts with strategy
% 0.21/0.39  {"max_dseconds":1,"strategy":["unit"],"query_preference":0}
% 0.21/0.39  
% 0.21/0.39  **** run 3 fork 2 starts with strategy
% 0.21/0.39  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 0.21/0.39  
% 0.21/0.39  **** run 4 fork 3 starts with strategy
% 0.21/0.39  {"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  
% 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  {"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 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.41  
% 0.21/0.41  **** run 8 fork 7 starts with strategy
% 0.21/0.41  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 0.21/0.52  
% 0.21/0.52  
% 0.21/0.52  fork 3: search terminated without proof.
% 0.21/0.52  
% 0.21/0.52  
% 0.21/0.52  fork 2: search terminated without proof.
% 0.21/0.52  
% 0.21/0.52  
% 0.21/0.52  fork 1: search terminated without proof.
% 0.21/0.52  
% 0.21/0.52  
% 0.21/0.52  fork 4: search terminated without proof.
% 0.21/0.52  
% 0.21/0.52  
% 0.21/0.52  fork 5: search terminated without proof.
% 0.21/0.52  
% 0.21/0.52  
% 0.21/0.52  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.53  
% 0.21/0.53  
% 0.21/0.53  fork 0: search terminated without proof.
% 0.21/0.54  
% 0.21/0.54  **** run 12 fork 3 starts with strategy
% 0.21/0.54  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 0.21/0.54  
% 0.21/0.54  **** run 13 fork 4 starts with strategy
% 0.21/0.54  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 0.21/0.54  
% 0.21/0.54  **** run 10 fork 1 starts with strategy
% 0.21/0.54  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":1}
% 0.21/0.54  
% 0.21/0.54  **** run 14 fork 5 starts with strategy
% 0.21/0.54  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":20,"repeat_var_weight":1,"depth_penalty":100}
% 0.21/0.54  
% 0.21/0.54  **** run 15 fork 6 starts with strategy
% 0.21/0.54  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20}
% 0.21/0.54  
% 0.21/0.54  **** run 11 fork 2 starts with strategy
% 0.21/0.54  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0}
% 0.21/0.55  
% 0.21/0.55  **** run 9 fork 0 starts with strategy
% 0.21/0.55  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 0.21/0.56  
% 0.21/0.56  **** run 16 fork 7 starts with strategy
% 0.21/0.56  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20}
% 0.21/0.66  
% 0.21/0.66  
% 0.21/0.66  fork 3: search terminated without proof.
% 0.21/0.66  
% 0.21/0.66  
% 0.21/0.66  fork 4: search terminated without proof.
% 0.21/0.66  
% 0.21/0.66  
% 0.21/0.66  fork 2: search terminated without proof.
% 0.21/0.66  
% 0.21/0.66  
% 0.21/0.66  fork 5: search terminated without proof.
% 0.21/0.66  
% 0.21/0.66  
% 0.21/0.66  fork 6: search terminated without proof.
% 0.21/0.66  
% 0.21/0.66  
% 0.21/0.66  fork 1: search terminated without proof.
% 0.21/0.67  
% 0.21/0.67  
% 0.21/0.67  fork 0: search terminated without proof.
% 0.21/0.68  
% 0.21/0.68  **** run 20 fork 3 starts with strategy
% 0.21/0.68  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0}
% 0.21/0.68  
% 0.21/0.68  **** run 21 fork 4 starts with strategy
% 0.21/0.68  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 0.21/0.68  
% 0.21/0.68  
% 0.21/0.68  fork 7: search terminated without proof.
% 0.21/0.68  
% 0.21/0.68  **** run 19 fork 2 starts with strategy
% 0.21/0.68  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":1}
% 0.21/0.68  
% 0.21/0.68  **** run 23 fork 6 starts with strategy
% 0.21/0.68  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":20,"repeat_var_weight":1,"depth_penalty":100}
% 0.21/0.68  
% 0.21/0.68  **** run 18 fork 1 starts with strategy
% 0.21/0.68  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 0.21/0.69  
% 0.21/0.69  **** run 22 fork 5 starts with strategy
% 0.21/0.69  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 0.21/0.70  
% 0.21/0.70  **** run 24 fork 7 starts with strategy
% 0.21/0.70  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":1,"weight_select_ratio":20}
% 0.21/0.72  
% 0.21/0.72  **** run 17 fork 0 starts with strategy
% 0.21/0.72  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 3.14/0.81  
% 3.14/0.81  
% 3.14/0.81  fork 4: search terminated without proof.
% 3.14/0.81  
% 3.14/0.81  
% 3.14/0.81  fork 2: search terminated without proof.
% 3.14/0.82  
% 3.14/0.82  
% 3.14/0.82  fork 6: search terminated without proof.
% 3.14/0.82  
% 3.14/0.82  
% 3.14/0.82  fork 1: search terminated without proof.
% 3.14/0.82  
% 3.14/0.82  
% 3.14/0.82  fork 3: search terminated without proof.
% 3.14/0.82  
% 3.14/0.82  
% 3.14/0.82  fork 5: search terminated without proof.
% 3.14/0.83  
% 3.14/0.83  **** run 29 fork 4 starts with strategy
% 3.14/0.83  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0}
% 3.14/0.83  
% 3.14/0.83  **** run 27 fork 2 starts with strategy
% 3.14/0.83  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 3.14/0.84  
% 3.14/0.84  
% 3.14/0.84  fork 7: search terminated without proof.
% 3.14/0.84  
% 3.14/0.84  **** run 26 fork 1 starts with strategy
% 3.14/0.84  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 3.14/0.84  
% 3.14/0.84  **** run 31 fork 6 starts with strategy
% 3.14/0.84  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 3.14/0.84  
% 3.14/0.84  **** run 30 fork 5 starts with strategy
% 3.14/0.84  {"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.14/0.84  
% 3.14/0.84  **** run 28 fork 3 starts with strategy
% 3.14/0.84  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1}
% 3.14/0.86  
% 3.14/0.86  **** run 32 fork 7 starts with strategy
% 3.14/0.86  {"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.91/0.90  
% 3.91/0.90  
% 3.91/0.90  fork 0: search terminated without proof.
% 4.12/0.92  
% 4.12/0.92  **** run 25 fork 0 starts with strategy
% 4.12/0.92  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20}
% 4.26/0.95  
% 4.26/0.95  
% 4.26/0.95  fork 4: search terminated without proof.
% 4.26/0.96  
% 4.26/0.96  
% 4.26/0.96  fork 2: search terminated without proof.
% 4.26/0.96  
% 4.26/0.96  
% 4.26/0.96  fork 1: search terminated without proof.
% 4.26/0.96  
% 4.26/0.96  
% 4.26/0.96  fork 5: search terminated without proof.
% 4.26/0.96  
% 4.26/0.96  
% 4.26/0.96  fork 6: search terminated without proof.
% 4.26/0.97  
% 4.26/0.97  
% 4.26/0.97  fork 3: search terminated without proof.
% 4.26/0.97  
% 4.26/0.97  **** run 37 fork 4 starts with strategy
% 4.26/0.97  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"rewrite":0}
% 4.26/0.98  
% 4.26/0.98  **** run 35 fork 2 starts with strategy
% 4.26/0.98  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 4.26/0.98  
% 4.26/0.98  **** run 34 fork 1 starts with strategy
% 4.26/0.98  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20}
% 4.26/0.99  
% 4.26/0.99  **** run 38 fork 5 starts with strategy
% 4.26/0.99  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"rewrite":0}
% 4.26/0.99  
% 4.26/0.99  **** run 36 fork 3 starts with strategy
% 4.26/0.99  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 4.26/0.99  
% 4.26/0.99  
% 4.26/0.99  fork 7: search terminated without proof.
% 4.26/0.99  
% 4.26/0.99  **** run 39 fork 6 starts with strategy
% 4.26/0.99  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":2}
% 4.97/1.01  
% 4.97/1.01  **** run 40 fork 7 starts with strategy
% 4.97/1.01  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50,"var_weight":1,"repeat_var_weight":1}
% 4.97/1.04  
% 4.97/1.04  
% 4.97/1.04  fork 0: search terminated without proof.
% 4.97/1.05  
% 4.97/1.05  **** run 33 fork 0 starts with strategy
% 4.97/1.05  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20}
% 5.54/1.09  
% 5.54/1.09  
% 5.54/1.09  fork 4: search terminated without proof.
% 5.54/1.10  
% 5.54/1.10  
% 5.54/1.10  fork 2: search terminated without proof.
% 5.54/1.10  
% 5.54/1.10  
% 5.54/1.10  fork 1: search terminated without proof.
% 5.54/1.11  
% 5.54/1.11  
% 5.54/1.11  fork 5: search terminated without proof.
% 5.54/1.11  
% 5.54/1.11  **** run 45 fork 4 starts with strategy
% 5.54/1.11  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"reverse_clauselist":1}
% 5.54/1.11  
% 5.54/1.11  
% 5.54/1.11  fork 3: search terminated without proof.
% 5.54/1.12  
% 5.54/1.12  **** run 43 fork 2 starts with strategy
% 5.54/1.12  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1}
% 5.54/1.12  
% 5.54/1.12  
% 5.54/1.12  fork 6: search terminated without proof.
% 5.54/1.12  
% 5.54/1.12  **** run 42 fork 1 starts with strategy
% 5.54/1.12  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":0}
% 5.54/1.13  
% 5.54/1.13  **** run 46 fork 5 starts with strategy
% 5.54/1.13  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":2}
% 5.54/1.13  
% 5.54/1.13  
% 5.54/1.13  fork 7: search terminated without proof.
% 5.54/1.14  
% 5.54/1.14  **** run 44 fork 3 starts with strategy
% 5.54/1.14  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":2}
% 5.54/1.14  
% 5.54/1.14  fork 2: search finished without proof.
% 5.54/1.14  
% 5.54/1.14  **** run 47 fork 6 starts with strategy
% 5.54/1.14  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":4}
% 5.54/1.15  
% 5.54/1.15  **** run 48 fork 7 starts with strategy
% 5.54/1.15  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":6}
% 5.54/1.16  
% 5.54/1.16  fork 5: search finished without proof.
% 5.54/1.16  
% 5.54/1.16  **** run 51 fork 2 starts with strategy
% 5.54/1.16  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":10}
% 6.23/1.17  
% 6.23/1.17  
% 6.23/1.17  fork 0: search terminated without proof.
% 6.23/1.17  
% 6.23/1.17  **** run 54 fork 5 starts with strategy
% 6.23/1.17  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":20,"weight_select_ratio":2}
% 6.30/1.19  
% 6.30/1.19  fork 2: search finished without proof.
% 6.30/1.19  
% 6.30/1.19  **** run 41 fork 0 starts with strategy
% 6.30/1.19  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50,"var_weight":1,"repeat_var_weight":1}
% 6.30/1.20  
% 6.30/1.20  **** run 59 fork 2 starts with strategy
% 6.30/1.20  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50}
% 6.64/1.23  
% 6.64/1.23  
% 6.64/1.23  fork 4: search terminated without proof.
% 6.64/1.24  
% 6.64/1.24  
% 6.64/1.24  fork 1: search terminated without proof.
% 6.64/1.25  
% 6.64/1.25  **** run 53 fork 4 starts with strategy
% 6.64/1.25  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":20}
% 6.64/1.26  
% 6.64/1.26  
% 6.64/1.26  fork 3: search terminated without proof.
% 6.64/1.26  
% 6.64/1.26  **** run 50 fork 1 starts with strategy
% 6.64/1.26  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":10}
% 6.64/1.27  
% 6.64/1.27  
% 6.64/1.27  fork 6: search terminated without proof.
% 6.64/1.28  
% 6.64/1.28  
% 6.64/1.28  fork 7: search terminated without proof.
% 6.64/1.28  
% 6.64/1.28  **** run 52 fork 3 starts with strategy
% 6.64/1.28  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":15}
% 6.64/1.29  
% 6.64/1.29  **** run 55 fork 6 starts with strategy
% 6.64/1.29  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":30}
% 6.64/1.29  
% 6.64/1.29  **** run 56 fork 7 starts with strategy
% 6.64/1.29  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":40}
% 6.64/1.30  
% 6.64/1.30  
% 6.64/1.30  fork 5: search terminated without proof.
% 7.36/1.31  
% 7.36/1.31  
% 7.36/1.31  fork 0: search terminated without proof.
% 7.36/1.31  
% 7.36/1.31  **** run 62 fork 5 starts with strategy
% 7.36/1.31  {"max_dseconds":1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0}
% 7.36/1.32  
% 7.36/1.32  
% 7.36/1.32  fork 2: search terminated without proof.
% 7.36/1.33  
% 7.36/1.33  **** run 49 fork 0 starts with strategy
% 7.36/1.33  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":8}
% 7.36/1.34  
% 7.36/1.34  **** run 67 fork 2 starts with strategy
% 7.36/1.34  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":1}
% 7.36/1.37  
% 7.36/1.37  
% 7.36/1.37  fork 4: search terminated without proof.
% 7.36/1.38  
% 7.36/1.38  
% 7.36/1.38  fork 1: search terminated without proof.
% 7.36/1.39  
% 7.36/1.39  **** run 61 fork 4 starts with strategy
% 7.36/1.39  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100}
% 7.36/1.40  
% 7.36/1.40  **** run 58 fork 1 starts with strategy
% 7.36/1.40  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1,"repeat_var_weight":1}
% 7.36/1.41  
% 7.36/1.41  
% 7.36/1.41  fork 6: search terminated without proof.
% 7.36/1.42  
% 7.36/1.42  
% 7.36/1.42  fork 7: search terminated without proof.
% 7.36/1.42  
% 7.36/1.42  
% 7.36/1.42  fork 3: search terminated without proof.
% 7.36/1.43  
% 7.36/1.43  **** run 63 fork 6 starts with strategy
% 7.36/1.43  {"max_dseconds":1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1}
% 7.36/1.43  
% 7.36/1.43  
% 7.36/1.43  fork 5: search terminated without proof.
% 7.36/1.44  
% 7.36/1.44  **** run 64 fork 7 starts with strategy
% 7.36/1.44  {"max_dseconds":1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20}
% 8.38/1.45  
% 8.38/1.45  
% 8.38/1.45  fork 0: search terminated without proof.
% 8.38/1.45  
% 8.38/1.45  **** run 60 fork 3 starts with strategy
% 8.38/1.45  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1}
% 8.38/1.46  
% 8.38/1.46  **** run 70 fork 5 starts with strategy
% 8.38/1.46  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"sine":2}
% 8.38/1.47  
% 8.38/1.47  **** run 57 fork 0 starts with strategy
% 8.38/1.47  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1}
% 8.38/1.50  
% 8.38/1.50  
% 8.38/1.50  fork 2: search terminated without proof.
% 8.38/1.51  
% 8.38/1.51  
% 8.38/1.51  fork 4: search terminated without proof.
% 8.38/1.52  
% 8.38/1.52  **** run 75 fork 2 starts with strategy
% 8.38/1.52  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"sine":4}
% 8.38/1.53  
% 8.38/1.53  
% 8.38/1.53  fork 1: search terminated without proof.
% 8.38/1.53  
% 8.38/1.53  **** run 69 fork 4 starts with strategy
% 8.38/1.53  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":1,"weight_select_ratio":2}
% 9.12/1.55  
% 9.12/1.55  **** run 66 fork 1 starts with strategy
% 9.12/1.55  {"max_dseconds":1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth":4}
% 9.12/1.55  
% 9.12/1.55  
% 9.12/1.55  fork 6: search terminated without proof.
% 9.12/1.56  
% 9.12/1.56  
% 9.12/1.56  fork 7: search terminated without proof.
% 9.12/1.57  
% 9.12/1.57  **** run 71 fork 6 starts with strategy
% 9.12/1.57  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":2}
% 9.12/1.58  
% 9.12/1.58  
% 9.12/1.58  fork 3: search terminated without proof.
% 9.12/1.58  
% 9.12/1.58  **** run 72 fork 7 starts with strategy
% 9.12/1.58  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"sine":1}
% 9.12/1.58  
% 9.12/1.58  
% 9.12/1.58  fork 5: search terminated without proof.
% 9.12/1.59  
% 9.12/1.59  
% 9.12/1.59  fork 0: search terminated without proof.
% 9.12/1.59  
% 9.12/1.59  **** run 68 fork 3 starts with strategy
% 9.12/1.59  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":1,"rewrite":0}
% 9.65/1.61  
% 9.65/1.61  **** run 78 fork 5 starts with strategy
% 9.65/1.61  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":5}
% 9.65/1.61  
% 9.65/1.61  **** run 65 fork 0 starts with strategy
% 9.65/1.61  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100}
% 9.65/1.65  
% 9.65/1.65  
% 9.65/1.65  fork 2: search terminated without proof.
% 9.65/1.65  
% 9.65/1.65  
% 9.65/1.65  fork 4: search terminated without proof.
% 10.11/1.67  
% 10.11/1.67  
% 10.11/1.67  fork 1: search terminated without proof.
% 10.11/1.67  
% 10.11/1.67  **** run 83 fork 2 starts with strategy
% 10.11/1.67  {"max_dseconds":10,"strategy":["unit"],"query_preference":0}
% 10.11/1.67  
% 10.11/1.67  **** run 77 fork 4 starts with strategy
% 10.11/1.67  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"sine":5}
% 10.11/1.69  
% 10.11/1.69  **** run 74 fork 1 starts with strategy
% 10.11/1.69  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":3}
% 10.11/1.70  
% 10.11/1.70  
% 10.11/1.70  fork 6: search terminated without proof.
% 10.11/1.70  
% 10.11/1.70  
% 10.11/1.70  fork 7: search terminated without proof.
% 10.11/1.72  
% 10.11/1.72  **** run 79 fork 6 starts with strategy
% 10.11/1.72  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":1,"depth_penalty":50}
% 10.11/1.72  
% 10.11/1.72  
% 10.11/1.72  fork 3: search terminated without proof.
% 10.11/1.72  
% 10.11/1.72  **** run 80 fork 7 starts with strategy
% 10.11/1.72  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":1,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 10.11/1.73  
% 10.11/1.73  
% 10.11/1.73  fork 0: search terminated without proof.
% 10.11/1.74  
% 10.11/1.74  
% 10.11/1.74  fork 5: search terminated without proof.
% 10.11/1.74  
% 10.11/1.74  **** run 76 fork 3 starts with strategy
% 10.11/1.74  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":4}
% 10.11/1.75  
% 10.11/1.75  **** run 73 fork 0 starts with strategy
% 10.11/1.75  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"sine":3}
% 10.84/1.76  
% 10.84/1.76  **** run 86 fork 5 starts with strategy
% 10.84/1.76  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"var_weight":1,"weight_select_ratio":20,"repeat_var_weight":1,"depth_penalty":100}
% 11.10/1.80  
% 11.10/1.80  
% 11.10/1.80  fork 4: search terminated without proof.
% 11.10/1.81  
% 11.10/1.81  
% 11.10/1.81  fork 1: search terminated without proof.
% 11.10/1.82  
% 11.10/1.82  **** run 85 fork 4 starts with strategy
% 11.10/1.82  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 11.46/1.84  
% 11.46/1.84  **** run 82 fork 1 starts with strategy
% 11.46/1.84  {"max_dseconds":10,"strategy":["unit"],"query_preference":1}
% 11.51/1.84  
% 11.51/1.84  
% 11.51/1.84  fork 6: search terminated without proof.
% 11.51/1.85  
% 11.51/1.85  
% 11.51/1.85  fork 7: search terminated without proof.
% 11.51/1.86  
% 11.51/1.86  **** run 87 fork 6 starts with strategy
% 11.51/1.86  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20}
% 11.51/1.87  
% 11.51/1.87  **** run 88 fork 7 starts with strategy
% 11.51/1.87  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20}
% 11.51/1.87  
% 11.51/1.87  
% 11.51/1.87  fork 3: search terminated without proof.
% 11.51/1.88  
% 11.51/1.88  
% 11.51/1.88  fork 0: search terminated without proof.
% 11.51/1.90  
% 11.51/1.90  **** run 84 fork 3 starts with strategy
% 11.51/1.90  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 11.51/1.90  
% 11.51/1.90  **** run 81 fork 0 starts with strategy
% 11.51/1.90  {"max_dseconds":1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1,"sine":1}
% 12.50/2.02  
% 12.50/2.02  
% 12.50/2.02  fork 0: search terminated without proof.
% 12.50/2.04  
% 12.50/2.04  **** run 89 fork 0 starts with strategy
% 12.50/2.04  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 17.75/2.69  
% 17.75/2.69  
% 17.75/2.69  fork 2: search terminated without proof.
% 17.75/2.75  
% 17.75/2.75  **** run 91 fork 2 starts with strategy
% 17.75/2.75  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":1}
% 19.23/2.82  
% 19.23/2.82  
% 19.23/2.82  fork 5: search terminated without proof.
% 19.31/2.84  
% 19.31/2.84  
% 19.31/2.84  fork 4: search terminated without proof.
% 19.31/2.86  
% 19.31/2.86  
% 19.31/2.86  fork 1: search terminated without proof.
% 19.31/2.88  
% 19.31/2.88  
% 19.31/2.88  fork 6: search terminated without proof.
% 19.31/2.88  
% 19.31/2.88  **** run 94 fork 5 starts with strategy
% 19.31/2.89  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 19.31/2.89  
% 19.31/2.89  **** run 93 fork 4 starts with strategy
% 19.31/2.89  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 19.89/2.92  
% 19.89/2.92  **** run 90 fork 1 starts with strategy
% 19.89/2.92  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 19.89/2.93  
% 19.89/2.93  
% 19.89/2.93  fork 7: search terminated without proof.
% 19.89/2.94  
% 19.89/2.94  **** run 95 fork 6 starts with strategy
% 19.89/2.94  {"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.37/2.97  
% 20.37/2.97  
% 20.37/2.97  fork 3: search terminated without proof.
% 20.37/2.98  
% 20.37/2.98  **** run 96 fork 7 starts with strategy
% 20.37/2.98  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20}
% 20.37/3.03  
% 20.37/3.03  **** run 92 fork 3 starts with strategy
% 20.37/3.03  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":0}
% 21.09/3.06  
% 21.09/3.06  
% 21.09/3.06  fork 0: search terminated without proof.
% 21.31/3.12  
% 21.31/3.12  **** run 97 fork 0 starts with strategy
% 21.31/3.12  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20}
% 26.57/3.78  
% 26.57/3.78  
% 26.57/3.78  fork 2: search terminated without proof.
% 26.93/3.82  
% 26.93/3.82  **** run 99 fork 2 starts with strategy
% 26.93/3.82  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 28.01/3.95  
% 28.01/3.95  
% 28.01/3.95  fork 1: search terminated without proof.
% 28.01/3.95  
% 28.01/3.95  
% 28.01/3.95  fork 5: search terminated without proof.
% 28.01/3.96  
% 28.01/3.96  
% 28.01/3.96  fork 6: search terminated without proof.
% 28.01/3.98  
% 28.01/3.98  
% 28.01/3.98  fork 4: search terminated without proof.
% 28.01/4.01  
% 28.01/4.01  **** run 102 fork 5 starts with strategy
% 28.01/4.01  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 28.01/4.01  
% 28.01/4.01  
% 28.01/4.01  fork 7: search terminated without proof.
% 28.01/4.02  
% 28.01/4.02  **** run 103 fork 6 starts with strategy
% 28.01/4.02  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 28.01/4.03  
% 28.01/4.03  **** run 98 fork 1 starts with strategy
% 28.01/4.03  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 28.01/4.04  
% 28.01/4.04  **** run 101 fork 4 starts with strategy
% 28.01/4.04  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para"],"query_preference":0}
% 28.01/4.06  
% 28.01/4.06  
% 28.01/4.06  fork 3: search terminated without proof.
% 28.01/4.07  
% 28.01/4.07  **** run 104 fork 7 starts with strategy
% 28.01/4.07  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":20,"repeat_var_weight":1,"depth_penalty":100}
% 29.20/4.10  
% 29.20/4.10  **** run 100 fork 3 starts with strategy
% 29.20/4.10  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para"],"query_preference":1}
% 29.20/4.14  
% 29.20/4.14  
% 29.20/4.14  fork 0: search terminated without proof.
% 29.73/4.19  
% 29.73/4.19  **** run 105 fork 0 starts with strategy
% 29.73/4.19  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para"],"query_preference":1,"weight_select_ratio":20}
% 34.89/4.84  
% 34.89/4.84  
% 34.89/4.84  fork 2: search terminated without proof.
% 35.29/4.89  
% 35.29/4.89  **** run 107 fork 2 starts with strategy
% 35.29/4.89  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 36.62/5.03  
% 36.62/5.03  
% 36.62/5.03  fork 5: search terminated without proof.
% 36.62/5.04  
% 36.62/5.04  
% 36.62/5.04  fork 6: search terminated without proof.
% 36.75/5.07  
% 36.75/5.07  
% 36.75/5.07  fork 4: search terminated without proof.
% 36.75/5.08  
% 36.75/5.08  **** run 110 fork 5 starts with strategy
% 36.75/5.08  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0}
% 36.75/5.09  
% 36.75/5.09  
% 36.75/5.09  fork 7: search terminated without proof.
% 36.75/5.09  
% 36.75/5.09  **** run 111 fork 6 starts with strategy
% 36.75/5.09  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 36.75/5.11  
% 36.75/5.11  **** run 109 fork 4 starts with strategy
% 36.75/5.11  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1}
% 37.29/5.12  
% 37.29/5.12  
% 37.29/5.12  fork 1: search terminated without proof.
% 37.29/5.12  
% 37.29/5.12  
% 37.29/5.12  fork 3: search terminated without proof.
% 37.29/5.16  
% 37.29/5.16  **** run 112 fork 7 starts with strategy
% 37.29/5.16  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 37.70/5.17  
% 37.70/5.17  **** run 108 fork 3 starts with strategy
% 37.70/5.17  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 37.70/5.18  
% 37.70/5.18  **** run 106 fork 1 starts with strategy
% 37.70/5.18  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20}
% 38.35/5.25  
% 38.35/5.25  
% 38.35/5.25  fork 0: search terminated without proof.
% 38.35/5.30  
% 38.35/5.30  **** run 113 fork 0 starts with strategy
% 38.35/5.30  {"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}
% 43.23/5.96  
% 43.23/5.96  
% 43.23/5.96  fork 2: search terminated without proof.
% 44.27/6.01  
% 44.27/6.01  **** run 115 fork 2 starts with strategy
% 44.27/6.01  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20}
% 44.90/6.11  
% 44.90/6.11  
% 44.90/6.11  fork 5: search terminated without proof.
% 44.90/6.12  
% 44.90/6.12  
% 44.90/6.12  fork 6: search terminated without proof.
% 45.41/6.15  
% 45.41/6.15  **** run 118 fork 5 starts with strategy
% 45.41/6.15  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"rewrite":0}
% 45.50/6.17  
% 45.50/6.17  **** run 119 fork 6 starts with strategy
% 45.50/6.17  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"rewrite":0}
% 45.50/6.18  
% 45.50/6.18  
% 45.50/6.18  fork 4: search terminated without proof.
% 45.50/6.18  
% 45.50/6.18  
% 45.50/6.18  fork 7: search terminated without proof.
% 45.50/6.20  
% 45.50/6.20  
% 45.50/6.20  fork 3: search terminated without proof.
% 45.50/6.20  
% 45.50/6.20  
% 45.50/6.20  fork 1: search terminated without proof.
% 45.85/6.22  
% 45.85/6.22  **** run 117 fork 4 starts with strategy
% 45.85/6.22  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 46.17/6.25  
% 46.17/6.25  **** run 120 fork 7 starts with strategy
% 46.17/6.25  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"weight_select_ratio":2}
% 46.17/6.26  
% 46.17/6.26  **** run 116 fork 3 starts with strategy
% 46.17/6.26  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 46.17/6.26  
% 46.17/6.26  **** run 114 fork 1 starts with strategy
% 46.17/6.26  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20}
% 46.87/6.37  
% 46.87/6.37  
% 46.87/6.37  fork 0: search terminated without proof.
% 47.28/6.41  
% 47.28/6.41  **** run 121 fork 0 starts with strategy
% 47.28/6.41  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50,"var_weight":1,"repeat_var_weight":1}
% 52.17/7.04  
% 52.17/7.04  
% 52.17/7.04  fork 2: search terminated without proof.
% 52.17/7.07  
% 52.17/7.07  **** run 123 fork 2 starts with strategy
% 52.17/7.07  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":0}
% 53.62/7.20  
% 53.62/7.20  
% 53.62/7.20  fork 6: search terminated without proof.
% 53.62/7.21  
% 53.62/7.21  
% 53.62/7.21  fork 5: search terminated without proof.
% 53.62/7.24  
% 53.62/7.24  
% 53.62/7.24  fork 4: search terminated without proof.
% 53.62/7.24  
% 53.62/7.24  **** run 127 fork 6 starts with strategy
% 53.62/7.24  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_depth":2}
% 54.15/7.27  
% 54.15/7.27  fork 6: search finished without proof.
% 54.15/7.28  
% 54.15/7.28  
% 54.15/7.28  fork 1: search terminated without proof.
% 54.15/7.28  
% 54.15/7.28  
% 54.15/7.28  fork 3: search terminated without proof.
% 54.15/7.28  
% 54.15/7.28  **** run 135 fork 6 starts with strategy
% 54.15/7.28  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_size":20,"weight_select_ratio":2}
% 54.15/7.28  
% 54.15/7.28  
% 54.15/7.28  fork 7: search terminated without proof.
% 54.15/7.31  
% 54.15/7.31  **** run 125 fork 4 starts with strategy
% 54.15/7.31  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":2}
% 54.15/7.31  
% 54.15/7.31  **** run 128 fork 7 starts with strategy
% 54.15/7.31  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_depth":4}
% 54.15/7.34  
% 54.15/7.34  **** run 122 fork 1 starts with strategy
% 54.15/7.34  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50,"var_weight":1,"repeat_var_weight":1}
% 54.15/7.34  
% 54.15/7.34  **** run 124 fork 3 starts with strategy
% 54.15/7.34  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1}
% 54.15/7.34  
% 54.15/7.34  **** run 126 fork 5 starts with strategy
% 54.15/7.34  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"reverse_clauselist":1}
% 54.88/7.36  
% 54.88/7.36  fork 3: search finished without proof.
% 54.88/7.38  
% 54.88/7.38  **** run 132 fork 3 starts with strategy
% 54.88/7.38  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_size":10}
% 55.13/7.41  
% 55.13/7.41  fork 3: search finished without proof.
% 55.13/7.42  
% 55.13/7.42  **** run 140 fork 3 starts with strategy
% 55.13/7.42  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50}
% 55.39/7.51  
% 55.39/7.51  
% 55.39/7.51  fork 0: search terminated without proof.
% 56.21/7.57  
% 56.21/7.57  **** run 129 fork 0 starts with strategy
% 56.21/7.57  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_depth":6}
% 60.57/8.09  
% 60.57/8.09  
% 60.57/8.09  fork 2: search terminated without proof.
% 60.57/8.14  
% 60.57/8.14  **** run 131 fork 2 starts with strategy
% 60.57/8.14  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_depth":10}
% 61.74/8.31  
% 61.74/8.31  
% 61.74/8.31  fork 6: search terminated without proof.
% 61.74/8.33  
% 61.74/8.33  **** run 143 fork 6 starts with strategy
% 61.74/8.33  {"max_dseconds":10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0}
% 62.48/8.34  
% 62.48/8.34  
% 62.48/8.34  fork 7: search terminated without proof.
% 62.48/8.35  
% 62.48/8.35  
% 62.48/8.35  fork 4: search terminated without proof.
% 62.48/8.36  
% 62.48/8.36  
% 62.48/8.36  fork 1: search terminated without proof.
% 62.48/8.36  
% 62.48/8.36  **** run 136 fork 7 starts with strategy
% 62.48/8.36  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_size":30}
% 62.98/8.40  
% 62.98/8.40  **** run 133 fork 4 starts with strategy
% 62.98/8.40  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_size":15}
% 62.98/8.41  
% 62.98/8.41  **** run 130 fork 1 starts with strategy
% 62.98/8.41  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_depth":8}
% 62.98/8.44  
% 62.98/8.44  
% 62.98/8.44  fork 3: search terminated without proof.
% 63.53/8.46  
% 63.53/8.46  
% 63.53/8.46  fork 5: search terminated without proof.
% 63.56/8.47  
% 63.56/8.47  **** run 148 fork 3 starts with strategy
% 63.56/8.47  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"sine":1}
% 63.86/8.51  
% 63.86/8.51  **** run 134 fork 5 starts with strategy
% 63.86/8.51  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_size":20}
% 63.86/8.59  
% 63.86/8.59  
% 63.86/8.59  fork 0: search terminated without proof.
% 64.68/8.62  
% 64.68/8.62  **** run 137 fork 0 starts with strategy
% 64.68/8.62  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_size":40}
% 68.35/9.16  
% 68.35/9.16  
% 68.35/9.16  fork 2: search terminated without proof.
% 69.24/9.21  
% 69.24/9.21  **** run 139 fork 2 starts with strategy
% 69.24/9.21  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"var_weight":1,"repeat_var_weight":1}
% 70.03/9.35  
% 70.03/9.35  
% 70.03/9.35  fork 6: search terminated without proof.
% 70.68/9.39  
% 70.68/9.39  **** run 151 fork 6 starts with strategy
% 70.68/9.39  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"sine":2}
% 70.92/9.41  
% 70.92/9.41  
% 70.92/9.41  fork 7: search terminated without proof.
% 71.13/9.44  
% 71.13/9.44  **** run 144 fork 7 starts with strategy
% 71.13/9.44  {"max_dseconds":10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1}
% 71.13/9.46  
% 71.13/9.46  
% 71.13/9.46  fork 4: search terminated without proof.
% 71.13/9.47  
% 71.13/9.47  
% 71.13/9.47  fork 1: search terminated without proof.
% 71.13/9.48  
% 71.13/9.48  **** run 141 fork 4 starts with strategy
% 71.13/9.48  {"max_dseconds":10,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1}
% 71.13/9.52  
% 71.13/9.52  **** run 138 fork 1 starts with strategy
% 71.13/9.52  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"var_weight":1}
% 71.87/9.54  
% 71.87/9.54  
% 71.87/9.54  fork 3: search terminated without proof.
% 71.87/9.55  
% 71.87/9.55  
% 71.87/9.55  fork 5: search terminated without proof.
% 71.87/9.57  
% 71.87/9.57  **** run 156 fork 3 starts with strategy
% 71.87/9.57  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"sine":4}
% 71.87/9.58  
% 71.87/9.58  **** run 142 fork 5 starts with strategy
% 71.87/9.58  {"max_dseconds":10,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100}
% 72.43/9.64  
% 72.43/9.64  
% 72.43/9.64  fork 0: search terminated without proof.
% 73.06/9.68  
% 73.06/9.68  **** run 145 fork 0 starts with strategy
% 73.06/9.68  {"max_dseconds":10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20}
% 77.30/10.25  
% 77.30/10.25  
% 77.30/10.25  fork 2: search terminated without proof.
% 77.85/10.29  
% 77.85/10.29  **** run 147 fork 2 starts with strategy
% 77.85/10.29  {"max_dseconds":10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth":4}
% 78.56/10.45  
% 78.56/10.45  
% 78.56/10.45  fork 6: search terminated without proof.
% 79.22/10.47  
% 79.22/10.47  **** run 159 fork 6 starts with strategy
% 79.22/10.47  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"sine":5}
% 79.41/10.50  
% 79.41/10.50  
% 79.41/10.50  fork 4: search terminated without proof.
% 79.41/10.53  
% 79.41/10.53  **** run 149 fork 4 starts with strategy
% 79.41/10.53  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"sine":1,"rewrite":0}
% 79.41/10.54  
% 79.41/10.54  
% 79.41/10.54  fork 7: search terminated without proof.
% 79.41/10.56  
% 79.41/10.56  
% 79.41/10.56  fork 1: search terminated without proof.
% 80.12/10.58  
% 80.12/10.58  **** run 152 fork 7 starts with strategy
% 80.12/10.58  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"sine":2}
% 80.19/10.60  
% 80.19/10.60  
% 80.19/10.60  fork 5: search terminated without proof.
% 80.36/10.62  
% 80.36/10.62  **** run 146 fork 1 starts with strategy
% 80.36/10.62  {"max_dseconds":10,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100}
% 80.36/10.65  
% 80.36/10.65  **** run 150 fork 5 starts with strategy
% 80.36/10.65  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"sine":1,"weight_select_ratio":2}
% 80.36/10.65  
% 80.36/10.65  
% 80.36/10.65  fork 3: search terminated without proof.
% 80.36/10.68  
% 80.36/10.68  **** run 164 fork 3 starts with strategy
% 80.36/10.68  {"max_dseconds":50,"strategy":["unit"],"query_preference":0}
% 81.12/10.72  
% 81.12/10.72  
% 81.12/10.72  fork 0: search terminated without proof.
% 81.12/10.77  
% 81.12/10.77  **** run 153 fork 0 starts with strategy
% 81.12/10.77  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"sine":1}
% 85.92/11.33  
% 85.92/11.33  
% 85.92/11.33  fork 2: search terminated without proof.
% 85.92/11.35  
% 85.92/11.35  **** run 155 fork 2 starts with strategy
% 85.92/11.35  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"sine":3}
% 87.28/11.51  
% 87.28/11.51  
% 87.28/11.51  fork 6: search terminated without proof.
% 87.68/11.54  
% 87.68/11.54  **** run 167 fork 6 starts with strategy
% 87.68/11.54  {"max_dseconds":50,"strategy":["unit"],"query_preference":0,"var_weight":1,"weight_select_ratio":20,"repeat_var_weight":1,"depth_penalty":100}
% 87.68/11.57  
% 87.68/11.57  
% 87.68/11.57  fork 4: search terminated without proof.
% 88.18/11.61  
% 88.18/11.61  **** run 157 fork 4 starts with strategy
% 88.18/11.61  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"sine":4}
% 88.18/11.62  
% 88.18/11.62  
% 88.18/11.62  fork 7: search terminated without proof.
% 88.18/11.65  
% 88.18/11.65  **** run 160 fork 7 starts with strategy
% 88.18/11.65  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"sine":1,"depth_penalty":50}
% 88.72/11.68  
% 88.72/11.68  
% 88.72/11.68  fork 1: search terminated without proof.
% 88.72/11.69  
% 88.72/11.69  
% 88.72/11.69  fork 5: search terminated without proof.
% 88.72/11.71  
% 88.72/11.71  **** run 158 fork 5 starts with strategy
% 88.72/11.71  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"sine":5}
% 89.11/11.72  
% 89.11/11.72  **** run 154 fork 1 starts with strategy
% 89.11/11.72  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"sine":3}
% 89.35/11.80  
% 89.35/11.80  
% 89.35/11.80  fork 0: search terminated without proof.
% 89.93/11.83  
% 89.93/11.83  **** run 161 fork 0 starts with strategy
% 89.93/11.83  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"sine":1,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 94.97/12.50  
% 94.97/12.50  
% 94.97/12.50  fork 2: search terminated without proof.
% 94.97/12.53  
% 94.97/12.53  **** run 163 fork 2 starts with strategy
% 94.97/12.53  {"max_dseconds":50,"strategy":["unit"],"query_preference":1}
% 96.43/12.68  
% 96.43/12.68  
% 96.43/12.68  fork 4: search terminated without proof.
% 96.43/12.69  
% 96.43/12.69  
% 96.43/12.69  fork 7: search terminated without proof.
% 96.43/12.72  
% 96.43/12.72  **** run 165 fork 4 starts with strategy
% 96.43/12.72  {"max_dseconds":50,"strategy":["unit"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 96.97/12.74  
% 96.97/12.74  **** run 168 fork 7 starts with strategy
% 96.97/12.74  {"max_dseconds":50,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20}
% 96.97/12.74  
% 96.97/12.74  
% 96.97/12.74  fork 5: search terminated without proof.
% 96.97/12.76  
% 96.97/12.76  
% 96.97/12.76  fork 1: search terminated without proof.
% 97.34/12.77  
% 97.34/12.77  **** run 166 fork 5 starts with strategy
% 97.34/12.77  {"max_dseconds":50,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 97.34/12.79  
% 97.34/12.79  **** run 162 fork 1 starts with strategy
% 97.34/12.79  {"max_dseconds":10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1,"sine":1}
% 97.34/12.86  
% 97.34/12.86  
% 97.34/12.86  fork 0: search terminated without proof.
% 97.34/12.91  
% 97.34/12.91  **** run 169 fork 0 starts with strategy
% 97.34/12.91  {"max_dseconds":50,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20}
% 105.21/13.82  
% 105.21/13.82  
% 105.21/13.82  fork 1: search terminated without proof.
% 105.21/13.84  
% 105.21/13.84  **** run 170 fork 1 starts with strategy
% 105.21/13.84  {"max_dseconds":50,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 114.15/15.02  
% 114.15/15.02  
% 114.15/15.02  result: proof found
% 114.15/15.02  for /export/starexec/sandbox2/benchmark/theBenchmark.p 
% 114.15/15.02  by run 167 fork 6 strategy {"max_dseconds":50,"strategy":["unit"],"query_preference":0,"var_weight":1,"weight_select_ratio":20,"repeat_var_weight":1,"depth_penalty":100}
% 114.15/15.02  % SZS status Unsatisfiable for /export/starexec/sandbox2/benchmark/theBenchmark.p 
% 114.15/15.02  
% 114.15/15.02  % SZS output start CNFRefutation for /export/starexec/sandbox2/benchmark/theBenchmark.p 
% See solution above
% 114.15/15.02  
% 114.15/15.02  run 167 fork 6 statistics:
% 114.15/15.02  ----------------------------------
% 114.15/15.02  this run seconds: 2.770519
% 114.15/15.02  total seconds: 13.877318
% 114.15/15.02  stat_given_used: 691
% 114.15/15.02  stat_given_used_at_endgame: 0
% 114.15/15.02  stat_given_candidates:   8786
% 114.15/15.02  stat_given_candidates_at_endgame: 0
% 114.15/15.02  stat_given_candidates_h: 0
% 114.15/15.02  stat_binres_derived_cl:   0
% 114.15/15.02  stat_binres_derived_cl_h: 0
% 114.15/15.02  stat_factor_derived_cl: 0
% 114.15/15.02  stat_para_derived_cl: 443170
% 114.15/15.02  stat_tautologies_discarded: 0
% 114.15/15.02  stat_forward_subsumed: 79173
% 114.15/15.02  stat_derived_cut: 0
% 114.15/15.02  stat_derived_rewritten: 548
% 114.15/15.02  stat_weight_discarded_building: 0
% 114.15/15.02  stat_weight_discarded_cl: 13623
% 114.15/15.02  stat_internlimit_discarded_cl: 0
% 114.15/15.02  stat_simplified:  548 simplified 0 derived 0 given
% 114.15/15.02  stat_kept_cl: 346966
% 114.15/15.02  stat_built_cl: 362519
% 114.15/15.02  stat_hyperres_partial_cl: 0
% 114.15/15.02  stat_made_rewriters: 549
% 114.15/15.02  stat_backward_subsumed: 0
% 114.15/15.02  stat_propagated_subsumed: 0
% 114.15/15.02  stat_clsubs_attempted:                     41366
% 114.15/15.02  stat_clsubs_fact_groundunit_found:             0
% 114.15/15.02  stat_clsubs_rule_groundunit_found:             1
% 114.15/15.02  stat_clsubs_top_meta_attempted:             322893
% 114.15/15.02  stat_clsubs_top_meta_failed:                281527
% 114.15/15.02  stat_clsubs_top_meta_nonpref_attempted:              322893
% 114.15/15.02  stat_clsubs_top_meta_nonpref_succeeded:              175789
% 114.15/15.02  stat_clsubs_top_meta_pref_attempted:                 175789
% 114.15/15.02  stat_clsubs_top_meta_pref1_succeeded:                175604
% 114.15/15.02  stat_clsubs_top_meta_pref2_succeeded:                 73376
% 114.15/15.02  stat_clsubs_top_meta_pref3_succeeded:                 41366
% 114.15/15.02  stat_clsubs_top_meta_pref_succeeded:                  41366
% 114.15/15.02  stat_clsubs_meta_attempted:                41366
% 114.15/15.02  stat_clsubs_meta_failed:                    1211
% 114.15/15.02  stat_clsubs_predsymbs_attempted:               0
% 114.15/15.02  stat_clsubs_unit_attempted:                41366
% 114.15/15.02  stat_clsubs_full_attempted:                    0
% 114.15/15.02  stat_forwardsubs_attempted:               439762
% 114.15/15.02  stat_lit_hash_added:                 346980
% 114.15/15.02  stat_lit_hash_computed:              788556
% 114.15/15.02  stat_lit_hash_match_found:            79977
% 114.15/15.02  stat_lit_hash_match_miss:            722736
% 114.15/15.02  stat_lit_hash_cut_ok:                     0
% 114.15/15.02  stat_lit_strong_cut_ok:                   0
% 114.15/15.02  stat_lit_hash_subsume_ok:             79173
% 114.15/15.02  clqueue els 10000000 used 1
% 114.15/15.02  clactive els 10000000 used 692
% 114.15/15.02  clactivesubsume els 10000000 used 4123
% 114.15/15.02  queue_termbuf els 200000000 used 42986185
% 114.15/15.02  hyper_termbuf els 100000000 used 1
% 114.15/15.02  active_termbuf els 100000000 used 36730
% 114.15/15.02  varstack els 5000 last used 1
% 114.15/15.02  given_termbuf els 10000000 last used 1
% 114.15/15.02  simplified_termbuf els 10000000 last used 1
% 114.15/15.02  derived_termbuf els 10000000 last used 64
% 114.15/15.02  wr_mallocs: 265867
% 114.15/15.02  wr_callocs: 19
% 114.15/15.02  wr_reallocs: 73502
% 114.15/15.02  wr_frees: 2
% 114.15/15.02  wr_malloc_bytes: 4175228740
% 114.15/15.02  wr_calloc_bytes: 96065504
% 114.15/15.02  wr_realloc_bytes: 13530848
% 114.15/15.02  wr_realloc_freebytes: 0
% 114.15/15.02  ----------------------------------
%------------------------------------------------------------------------------