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

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : GKC---0.8
% Problem  : BOO007-2 : TPTP v8.1.2. Released v1.0.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : gkc %s

% Computer : n016.cluster.edu
% Model    : x86_64 x86_64
% CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 2.10GHz
% Memory   : 8042.1875MB
% OS       : Linux 3.10.0-693.el7.x86_64
% CPULimit : 300s
% WCLimit  : 300s
% DateTime : Wed Aug 30 18:08:28 EDT 2023

% Result   : Unsatisfiable 72.90s 9.77s
% Output   : CNFRefutation 72.90s
% Verified : 
% SZS Type : ERROR: Analysing output (Could not find formula named '$inc_additive_inverse1')

% Comments : 
%------------------------------------------------------------------------------
cnf('1',plain,
    add(X,inverse(X)) = multiplicative_identity,
    inference(cnf_transformation,[],['$inc_additive_inverse1']) ).

cnf('2',plain,
    add(multiply(X,Y),Z) = multiply(add(X,Z),add(Y,Z)),
    inference(cnf_transformation,[],['$inc_distributivity1']) ).

cnf('3',plain,
    add(multiply(X3,Y3),inverse(Y3)) = multiply(add(X3,inverse(Y3)),multiplicative_identity),
    inference(paramodulation,[],['1','2']) ).

cnf('4',plain,
    multiply(X,multiplicative_identity) = X,
    inference(cnf_transformation,[],['$inc_multiplicative_id1']) ).

cnf('5',plain,
    add(multiply(X,Y),inverse(Y)) = add(X,inverse(Y)),
    inference(simplify,[],['3','4']) ).

cnf('6',plain,
    add(multiply(X3,multiply(Y3,Z3)),inverse(Z3)) = multiply(add(X3,inverse(Z3)),add(Y3,inverse(Z3))),
    inference(paramodulation,[],['5','2']) ).

cnf('7',plain,
    add(multiply(X,multiply(Y,Z)),inverse(Z)) = add(multiply(X,Y),inverse(Z)),
    inference(simplify,[],['6','2']) ).

cnf('8',plain,
    multiply(inverse(X),X) = additive_identity,
    inference(cnf_transformation,[],['$inc_multiplicative_inverse2']) ).

cnf('9',plain,
    multiply(add(X,Y),Z) = add(multiply(X,Z),multiply(Y,Z)),
    inference(cnf_transformation,[],['$inc_distributivity3']) ).

cnf('10',plain,
    multiply(add(X3,inverse(Y3)),Y3) = add(multiply(X3,Y3),additive_identity),
    inference(paramodulation,[],['8','9']) ).

cnf('11',plain,
    add(X,additive_identity) = X,
    inference(cnf_transformation,[],['$inc_additive_id1']) ).

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

cnf('13',plain,
    multiply(add(multiply(X3,Y3),inverse(Z3)),Z3) = multiply(multiply(X3,multiply(Y3,Z3)),Z3),
    inference(paramodulation,[],['7','12']) ).

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

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

cnf('16',plain,
    add(multiply(X3,Y3),Z3) = multiply(add(Y3,Z3),add(X3,Z3)),
    inference(paramodulation,[],['15','2']) ).

cnf('17',plain,
    add(multiply(X,Y),Z) = add(multiply(Y,X),Z),
    inference(simplify,[],['16','2']) ).

cnf('18',plain,
    multiply(add(multiply(X3,Y3),Z3),U3) = add(multiply(multiply(Y3,X3),U3),multiply(Z3,U3)),
    inference(paramodulation,[],['17','9']) ).

cnf('19',plain,
    multiply(add(multiply(X,Y),Z),U) = multiply(add(multiply(Y,X),Z),U),
    inference(simplify,[],['18','9']) ).

cnf('20',plain,
    multiply(multiply(X3,Y3),Z3) = multiply(add(multiply(Y3,X3),additive_identity),Z3),
    inference(paramodulation,[],['11','19']) ).

cnf('21',plain,
    multiply(multiply(X,Y),Z) = multiply(multiply(Y,X),Z),
    inference(simplify,[],['20','11']) ).

cnf('22',plain,
    multiply(multiply(multiply(X3,Y3),Z3),Y3) = multiply(multiply(Z3,X3),Y3),
    inference(paramodulation,[],['14','21']) ).

cnf('23',plain,
    add(X,multiply(Y,Z)) = multiply(add(X,Y),add(X,Z)),
    inference(cnf_transformation,[],['$inc_distributivity2']) ).

cnf('24',plain,
    add(X3,multiply(inverse(X3),Y3)) = multiply(multiplicative_identity,add(X3,Y3)),
    inference(paramodulation,[],['1','23']) ).

cnf('25',plain,
    multiply(multiplicative_identity,X) = X,
    inference(cnf_transformation,[],['$inc_multiplicative_id2']) ).

cnf('26',plain,
    add(X,multiply(inverse(X),Y)) = add(X,Y),
    inference(simplify,[],['24','25']) ).

cnf('27',plain,
    add(X3,additive_identity) = add(X3,X3),
    inference(paramodulation,[],['8','26']) ).

cnf('28',plain,
    X = add(X,X),
    inference(simplify,[],['27','11']) ).

cnf('29',plain,
    add(X3,multiply(X3,Y3)) = multiply(X3,add(X3,Y3)),
    inference(paramodulation,[],['28','23']) ).

cnf('30',plain,
    multiply(X,add(Y,Z)) = add(multiply(X,Y),multiply(X,Z)),
    inference(cnf_transformation,[],['$inc_distributivity4']) ).

cnf('31',plain,
    multiply(X,add(multiplicative_identity,Y)) = add(X,multiply(X,Y)),
    inference(paramodulation,[],['4','30']) ).

cnf('32',plain,
    add(X3,inverse(X3)) = add(X3,multiplicative_identity),
    inference(paramodulation,[],['4','26']) ).

cnf('33',plain,
    multiplicative_identity = add(X,multiplicative_identity),
    inference(simplify,[],['32','1']) ).

cnf('34',plain,
    add(X,Y) = add(Y,X),
    inference(cnf_transformation,[],['$inc_commutativity_of_add']) ).

cnf('35',plain,
    add(multiplicative_identity,X) = multiplicative_identity,
    inference(paramodulation,[],['33','34']) ).

cnf('36',plain,
    X = multiply(X,add(X,Y)),
    inference(simplify,[then_simplify],['29','31','35','4']) ).

cnf('37',plain,
    add(X3,multiply(Y3,Z3)) = add(multiply(add(X3,Y3),X3),multiply(add(X3,Y3),Z3)),
    inference(paramodulation,[],['23','30']) ).

cnf('38',plain,
    add(multiply(X3,Y3),Y3) = multiply(add(X3,Y3),Y3),
    inference(paramodulation,[],['28','2']) ).

cnf('39',plain,
    multiply(add(X,multiplicative_identity),Y) = add(multiply(X,Y),Y),
    inference(paramodulation,[],['25','9']) ).

cnf('40',plain,
    X = multiply(add(Y,X),X),
    inference(simplify,[then_simplify],['38','39','33','25']) ).

cnf('41',plain,
    multiply(add(X3,Y3),Z3) = add(multiply(Y3,Z3),multiply(X3,Z3)),
    inference(paramodulation,[],['34','9']) ).

cnf('42',plain,
    multiply(add(X,Y),Z) = multiply(add(Y,X),Z),
    inference(simplify,[],['41','9']) ).

cnf('43',plain,
    multiply(add(X,Y),X) = X,
    inference(paramodulation,[],['40','42']) ).

cnf('44',plain,
    add(X,multiply(Y,Z)) = add(X,multiply(add(X,Y),Z)),
    inference(simplify,[],['37','43']) ).

cnf('45',plain,
    add(X3,Y3) = add(X3,multiply(add(X3,Y3),add(Y3,Z3))),
    inference(paramodulation,[],['36','44']) ).

cnf('46',plain,
    add(multiply(X,Y),Z) = multiply(add(X,Z),add(Z,Y)),
    inference(paramodulation,[],['34','2']) ).

cnf('47',plain,
    add(X,Y) = add(X,add(multiply(X,Z),Y)),
    inference(simplify,[],['45','46']) ).

cnf('48',plain,
    multiply(add(X3,add(Y3,Z3)),Z3) = add(multiply(X3,Z3),Z3),
    inference(paramodulation,[],['40','9']) ).

cnf('49',plain,
    multiply(add(X,add(Y,Z)),Z) = Z,
    inference(simplify,[then_simplify],['48','39','33','25']) ).

cnf('50',plain,
    add(multiply(X3,Y3),Z3) = add(multiply(add(X3,Z3),Y3),multiply(add(X3,Z3),Z3)),
    inference(paramodulation,[],['2','30']) ).

cnf('51',plain,
    add(multiply(X,Y),Z) = add(multiply(add(X,Z),Y),Z),
    inference(simplify,[],['50','40']) ).

cnf('52',plain,
    add(multiply(X3,Y3),add(Z3,Y3)) = add(Y3,add(Z3,Y3)),
    inference(paramodulation,[],['49','51']) ).

cnf('53',plain,
    add(multiply(X3,multiplicative_identity),Y3) = add(add(X3,Y3),Y3),
    inference(paramodulation,[],['4','51']) ).

cnf('54',plain,
    add(X,Y) = add(add(X,Y),Y),
    inference(simplify,[],['53','4']) ).

cnf('55',plain,
    add(X,add(Y,X)) = add(Y,X),
    inference(paramodulation,[],['54','34']) ).

cnf('56',plain,
    add(multiply(X,Y),add(Z,Y)) = add(Z,Y),
    inference(simplify,[],['52','55']) ).

cnf('57',plain,
    add(multiply(X3,Y3),Y3) = add(multiply(multiply(X3,Y3),Z3),Y3),
    inference(paramodulation,[],['47','56']) ).

cnf('58',plain,
    X = add(multiply(multiply(Y,X),Z),X),
    inference(simplify,[then_simplify],['57','39','33','25']) ).

cnf('59',plain,
    multiply(multiply(X,Y),Z) = multiply(multiply(multiply(X,Y),Z),Y),
    inference(paramodulation,[],['58','36']) ).

cnf('60',plain,
    multiply(multiply(X,Y),Z) = multiply(multiply(Z,X),Y),
    inference(simplify,[],['22','59']) ).

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

cnf('62',plain,
    $false,
    inference(paramodulation,[then_simplify],['60','15','61']) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.12  % Problem  : BOO007-2 : TPTP v8.1.2. Released v1.0.0.
% 0.00/0.13  % Command  : gkc %s
% 0.16/0.34  % Computer : n016.cluster.edu
% 0.16/0.34  % Model    : x86_64 x86_64
% 0.16/0.34  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.16/0.34  % Memory   : 8042.1875MB
% 0.16/0.34  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.16/0.34  % CPULimit : 300
% 0.16/0.34  % WCLimit  : 300
% 0.16/0.34  % DateTime : Sun Aug 27 08:30:13 EDT 2023
% 0.16/0.34  % CPUTime  : 
% 0.19/0.38  
% 0.19/0.38  input clause set summed statistics:
% 0.19/0.38  ----------------------------------
% 0.19/0.38  in_clause_count:                    15
% 0.19/0.38  in_rule_clause_count:               15
% 0.19/0.38  in_fact_clause_count:                0
% 0.19/0.38  in_answer_clause_count:              0
% 0.19/0.38  in_ground_clause_count:              1
% 0.19/0.38  in_unit_clause_count:               15
% 0.19/0.38  in_horn_clause_count:               15
% 0.19/0.38  in_pos_clause_count:                14
% 0.19/0.38  in_neg_clause_count:                 1
% 0.19/0.38  in_poseq_clause_count:              14
% 0.19/0.38  in_negeq_clause_count:               1
% 0.19/0.38  in_unitposeq_clause_count:          14
% 0.19/0.38  in_chain_clause_count:               0
% 0.19/0.38  in_min_length:             1
% 0.19/0.38  in_max_length:             1
% 0.19/0.38  in_min_depth:              2
% 0.19/0.38  in_max_depth:              3
% 0.19/0.38  in_min_size:               5
% 0.19/0.38  in_max_size:              13
% 0.19/0.38  in_min_vars:               0
% 0.19/0.38  in_max_vars:               3
% 0.19/0.38  in_extaxiom_count:                14
% 0.19/0.38  in_axiom_count:                    0
% 0.19/0.38  in_assumption_count:               0
% 0.19/0.38  in_goal_count:                     1
% 0.19/0.38  in_neg_goal_count:                 1
% 0.19/0.38  in_pos_goal_count:                 0
% 0.19/0.38  in_posunit_goal_count:             0
% 0.19/0.38  
% 0.19/0.38  auto guide:
% 0.19/0.38  -----------
% 0.19/0.38  {
% 0.19/0.38  "print":1,
% 0.19/0.38  "print_level": 15,
% 0.19/0.38  "max_size": 0,
% 0.19/0.38  "max_depth": 0,
% 0.19/0.38  "max_length": 0,
% 0.19/0.38  "max_dseconds": 0,
% 0.19/0.38  "runs":[
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 1},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["query_focus"], "query_preference": 0},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["query_focus"], "query_preference": 1},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["query_focus"], "query_preference": 2},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.19/0.38  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.19/0.38  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.19/0.38  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.19/0.38  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.19/0.38  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.19/0.38  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.19/0.38  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.19/0.38  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.19/0.38  {"max_dseconds": 1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.19/0.38  {"max_dseconds": 1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.19/0.38  {"max_dseconds": 1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.19/0.38  {"max_dseconds": 1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.19/0.38  {"max_dseconds": 1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.19/0.38  {"max_dseconds": 1,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.19/0.38  {"max_dseconds": 1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":1},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":1, "rewrite":0},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":1, "weight_select_ratio":2},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "sine":2},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":2},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "sine":1},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "sine":3},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":3},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "sine":4},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":4},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "sine":5},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":5},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":1, "depth_penalty":50},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":1, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit"], "var_weight":70,"repeat_var_weight":70,"query_preference":1, "sine":1},
% 0.19/0.38  
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 1},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["query_focus"], "query_preference": 0},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["query_focus"], "query_preference": 1},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["query_focus"], "query_preference": 2},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.19/0.38  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.19/0.38  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.19/0.38  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.19/0.38  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.19/0.38  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.19/0.38  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.19/0.38  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.19/0.38  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.19/0.38  {"max_dseconds": 10,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.19/0.38  {"max_dseconds": 10,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.19/0.38  {"max_dseconds": 10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.19/0.38  {"max_dseconds": 10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.19/0.38  {"max_dseconds": 10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.19/0.38  {"max_dseconds": 10,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.19/0.38  {"max_dseconds": 10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":1},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":1, "rewrite":0},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":1, "weight_select_ratio":2},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "sine":2},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":2},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "sine":1},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "sine":3},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":3},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "sine":4},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":4},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "sine":5},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":5},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":1, "depth_penalty":50},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":1, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit"], "var_weight":70,"repeat_var_weight":70,"query_preference":1, "sine":1},
% 0.19/0.38  
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 1},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["query_focus"], "query_preference": 0},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["query_focus"], "query_preference": 1},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["query_focus"], "query_preference": 2},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.19/0.38  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.19/0.38  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.19/0.38  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.19/0.38  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.19/0.38  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.19/0.38  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.19/0.38  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.19/0.38  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.19/0.38  {"max_dseconds": 50,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.19/0.38  {"max_dseconds": 50,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.19/0.38  {"max_dseconds": 50,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.19/0.38  {"max_dseconds": 50,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.19/0.38  {"max_dseconds": 50,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.19/0.38  {"max_dseconds": 50,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.19/0.38  {"max_dseconds": 50,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "sine":1},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "sine":1, "rewrite":0},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "sine":1, "weight_select_ratio":2},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "sine":2},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "sine":2},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "sine":1},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "sine":1, "depth_penalty":50},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "sine":1, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit"], "var_weight":70,"repeat_var_weight":70,"query_preference":1, "sine":1},
% 0.19/0.38  
% 0.19/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1},
% 0.19/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0},
% 0.19/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.19/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.19/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.19/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.19/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.19/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.19/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.19/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.19/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.19/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.19/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.19/0.39  {"max_dseconds": 250, "strategy":["query_focus"], "query_preference": 0},
% 0.19/0.39  {"max_dseconds": 250, "strategy":["query_focus"], "query_preference": 1},
% 0.19/0.39  {"max_dseconds": 250, "strategy":["query_focus"], "query_preference": 2},
% 0.19/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.19/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.19/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.19/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.19/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.19/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.19/0.39  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.19/0.39  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.19/0.39  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.19/0.39  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.19/0.39  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.19/0.39  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.19/0.39  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.19/0.39  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.19/0.39  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.19/0.39  {"max_dseconds": 250,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.19/0.39  {"max_dseconds": 250,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.19/0.39  {"max_dseconds": 250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.19/0.39  {"max_dseconds": 250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.19/0.39  {"max_dseconds": 250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.19/0.39  {"max_dseconds": 250,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.19/0.39  {"max_dseconds": 250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.19/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "sine":1},
% 0.19/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "sine":1, "rewrite":0},
% 0.19/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "sine":1, "weight_select_ratio":2},
% 0.19/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "sine":2},
% 0.19/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "sine":2},
% 0.19/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "sine":1},
% 0.19/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "sine":1, "depth_penalty":50},
% 0.19/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "sine":1, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.19/0.39  {"max_dseconds": 250, "strategy":["unit"], "var_weight":70,"repeat_var_weight":70,"query_preference":1, "sine":1},
% 0.19/0.39  
% 0.19/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1},
% 0.19/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0},
% 0.19/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.19/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.19/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.19/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.19/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.19/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.19/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.19/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.19/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.19/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.19/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.19/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.19/0.39  {"max_dseconds": 1250, "strategy":["query_focus"], "query_preference": 0},
% 0.19/0.39  {"max_dseconds": 1250, "strategy":["query_focus"], "query_preference": 1},
% 0.19/0.39  {"max_dseconds": 1250, "strategy":["query_focus"], "query_preference": 2},
% 0.19/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.19/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.19/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.19/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.19/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.19/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.19/0.39  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.19/0.39  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.19/0.39  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.19/0.39  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.19/0.39  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.19/0.39  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.19/0.39  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.19/0.39  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.19/0.39  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.19/0.39  {"max_dseconds": 1250,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.19/0.39  {"max_dseconds": 1250,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.19/0.39  {"max_dseconds": 1250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.19/0.39  {"max_dseconds": 1250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.19/0.39  {"max_dseconds": 1250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.19/0.39  {"max_dseconds": 1250,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.19/0.39  {"max_dseconds": 1250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.19/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "sine":1},
% 0.19/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "sine":1, "rewrite":0},
% 0.19/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "sine":1, "weight_select_ratio":2},
% 0.19/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "sine":2},
% 0.19/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "sine":2},
% 0.19/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "sine":1},
% 0.19/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "sine":1, "depth_penalty":50},
% 0.19/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "sine":1, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.19/0.39  {"max_dseconds": 1250, "strategy":["unit"], "var_weight":70,"repeat_var_weight":70,"query_preference":1, "sine":1} 
% 0.19/0.39  
% 0.19/0.39  ]}
% 0.19/0.39  
% 0.19/0.39  
% 0.19/0.39  **** run 1 fork 0 starts with strategy
% 0.19/0.39  {"max_dseconds":1,"strategy":["unit"],"query_preference":1}
% 0.19/0.39  
% 0.19/0.39  **** run 2 fork 1 starts with strategy
% 0.19/0.39  {"max_dseconds":1,"strategy":["unit"],"query_preference":0}
% 0.19/0.39  
% 0.19/0.39  **** run 3 fork 2 starts with strategy
% 0.19/0.39  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 0.19/0.39  
% 0.19/0.39  **** run 4 fork 3 starts with strategy
% 0.19/0.39  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 0.19/0.39  
% 0.19/0.39  **** run 5 fork 4 starts with strategy
% 0.19/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.19/0.39  
% 0.19/0.39  **** run 7 fork 6 starts with strategy
% 0.19/0.39  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20}
% 0.19/0.39  
% 0.19/0.39  **** run 6 fork 5 starts with strategy
% 0.19/0.39  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20}
% 0.19/0.40  
% 0.19/0.40  **** run 8 fork 7 starts with strategy
% 0.19/0.40  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 0.19/0.51  
% 0.19/0.51  
% 0.19/0.51  fork 1: search terminated without proof.
% 0.19/0.51  
% 0.19/0.51  
% 0.19/0.51  fork 2: search terminated without proof.
% 0.19/0.51  
% 0.19/0.51  
% 0.19/0.51  fork 3: search terminated without proof.
% 0.19/0.51  
% 0.19/0.51  
% 0.19/0.51  fork 4: search terminated without proof.
% 0.19/0.51  
% 0.19/0.51  
% 0.19/0.51  fork 5: search terminated without proof.
% 0.19/0.51  
% 0.19/0.51  
% 0.19/0.51  fork 6: search terminated without proof.
% 0.19/0.53  
% 0.19/0.53  **** run 14 fork 5 starts with strategy
% 0.19/0.53  {"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.19/0.53  
% 0.19/0.53  **** run 15 fork 6 starts with strategy
% 0.19/0.53  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20}
% 0.19/0.53  
% 0.19/0.53  **** run 12 fork 3 starts with strategy
% 0.19/0.53  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 0.19/0.54  
% 0.19/0.54  **** run 13 fork 4 starts with strategy
% 0.19/0.54  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 0.19/0.54  
% 0.19/0.54  **** run 11 fork 2 starts with strategy
% 0.19/0.54  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0}
% 0.19/0.54  
% 0.19/0.54  **** run 10 fork 1 starts with strategy
% 0.19/0.54  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":1}
% 0.19/0.55  
% 0.19/0.55  
% 0.19/0.55  fork 7: search terminated without proof.
% 0.19/0.55  
% 0.19/0.55  
% 0.19/0.55  fork 0: search terminated without proof.
% 0.19/0.57  
% 0.19/0.57  **** run 16 fork 7 starts with strategy
% 0.19/0.57  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20}
% 0.19/0.57  
% 0.19/0.57  **** run 9 fork 0 starts with strategy
% 0.19/0.57  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 0.19/0.65  
% 0.19/0.65  
% 0.19/0.65  fork 5: search terminated without proof.
% 0.19/0.65  
% 0.19/0.65  
% 0.19/0.65  fork 6: search terminated without proof.
% 0.19/0.65  
% 0.19/0.65  
% 0.19/0.65  fork 3: search terminated without proof.
% 0.19/0.65  
% 0.19/0.65  
% 0.19/0.65  fork 2: search terminated without proof.
% 0.19/0.65  
% 0.19/0.65  
% 0.19/0.65  fork 4: search terminated without proof.
% 0.19/0.65  
% 0.19/0.65  
% 0.19/0.65  fork 1: search terminated without proof.
% 0.19/0.66  
% 0.19/0.66  **** run 23 fork 6 starts with strategy
% 0.19/0.66  {"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.19/0.67  
% 0.19/0.67  **** run 22 fork 5 starts with strategy
% 0.19/0.67  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 0.19/0.67  
% 0.19/0.67  **** run 20 fork 3 starts with strategy
% 0.19/0.67  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0}
% 0.19/0.67  
% 0.19/0.67  **** run 19 fork 2 starts with strategy
% 0.19/0.67  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":1}
% 0.19/0.67  
% 0.19/0.67  **** run 21 fork 4 starts with strategy
% 0.19/0.67  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 0.19/0.67  
% 0.19/0.67  **** run 18 fork 1 starts with strategy
% 0.19/0.67  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 0.19/0.68  
% 0.19/0.68  
% 0.19/0.68  fork 0: search terminated without proof.
% 0.19/0.69  
% 0.19/0.69  
% 0.19/0.69  fork 7: search terminated without proof.
% 0.19/0.71  
% 0.19/0.71  **** run 17 fork 0 starts with strategy
% 0.19/0.71  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 0.19/0.72  
% 0.19/0.72  **** run 24 fork 7 starts with strategy
% 0.19/0.72  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":1,"weight_select_ratio":20}
% 3.09/0.81  
% 3.09/0.81  
% 3.09/0.81  fork 4: search terminated without proof.
% 3.09/0.81  
% 3.09/0.81  
% 3.09/0.81  fork 2: search terminated without proof.
% 3.09/0.81  
% 3.09/0.81  
% 3.09/0.81  fork 5: search terminated without proof.
% 3.09/0.82  
% 3.09/0.82  
% 3.09/0.82  fork 3: search terminated without proof.
% 3.09/0.82  
% 3.09/0.82  
% 3.09/0.82  fork 6: search terminated without proof.
% 3.09/0.83  
% 3.09/0.83  **** run 29 fork 4 starts with strategy
% 3.09/0.83  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0}
% 3.09/0.83  
% 3.09/0.83  **** run 27 fork 2 starts with strategy
% 3.09/0.83  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 3.09/0.83  
% 3.09/0.83  **** run 30 fork 5 starts with strategy
% 3.09/0.83  {"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.09/0.84  
% 3.09/0.84  **** run 28 fork 3 starts with strategy
% 3.09/0.84  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1}
% 3.09/0.84  
% 3.09/0.84  
% 3.09/0.84  fork 1: search terminated without proof.
% 3.09/0.84  
% 3.09/0.84  **** run 31 fork 6 starts with strategy
% 3.09/0.84  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 3.09/0.85  
% 3.09/0.85  
% 3.09/0.85  fork 0: search terminated without proof.
% 3.09/0.86  
% 3.09/0.86  
% 3.09/0.86  fork 7: search terminated without proof.
% 3.09/0.86  
% 3.09/0.86  **** run 26 fork 1 starts with strategy
% 3.09/0.86  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 3.09/0.87  
% 3.09/0.87  **** run 25 fork 0 starts with strategy
% 3.09/0.87  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20}
% 3.85/0.88  
% 3.85/0.88  **** run 32 fork 7 starts with strategy
% 3.85/0.88  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":20,"repeat_var_weight":1,"depth_penalty":100}
% 4.22/0.95  
% 4.22/0.95  
% 4.22/0.95  fork 5: search terminated without proof.
% 4.22/0.95  
% 4.22/0.95  
% 4.22/0.95  fork 4: search terminated without proof.
% 4.22/0.95  
% 4.22/0.95  
% 4.22/0.95  fork 2: search terminated without proof.
% 4.22/0.96  
% 4.22/0.96  
% 4.22/0.96  fork 3: search terminated without proof.
% 4.22/0.96  
% 4.22/0.96  
% 4.22/0.96  fork 6: search terminated without proof.
% 4.22/0.97  
% 4.22/0.97  **** run 37 fork 4 starts with strategy
% 4.22/0.97  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"rewrite":0}
% 4.22/0.97  
% 4.22/0.97  **** run 35 fork 2 starts with strategy
% 4.22/0.97  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 4.22/0.97  
% 4.22/0.97  **** run 38 fork 5 starts with strategy
% 4.22/0.97  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"rewrite":0}
% 4.22/0.98  
% 4.22/0.98  **** run 36 fork 3 starts with strategy
% 4.22/0.98  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 4.22/0.98  
% 4.22/0.98  
% 4.22/0.98  fork 1: search terminated without proof.
% 4.22/0.99  
% 4.22/0.99  **** run 39 fork 6 starts with strategy
% 4.22/0.99  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":2}
% 4.22/0.99  
% 4.22/0.99  
% 4.22/0.99  fork 0: search terminated without proof.
% 4.22/1.00  
% 4.22/1.00  
% 4.22/1.00  fork 7: search terminated without proof.
% 4.22/1.00  
% 4.22/1.00  **** run 34 fork 1 starts with strategy
% 4.22/1.00  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20}
% 4.94/1.01  
% 4.94/1.01  **** run 33 fork 0 starts with strategy
% 4.94/1.01  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20}
% 4.94/1.02  
% 4.94/1.02  **** run 40 fork 7 starts with strategy
% 4.94/1.02  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50,"var_weight":1,"repeat_var_weight":1}
% 5.51/1.09  
% 5.51/1.09  
% 5.51/1.09  fork 5: search terminated without proof.
% 5.51/1.09  
% 5.51/1.09  
% 5.51/1.09  fork 4: search terminated without proof.
% 5.51/1.09  
% 5.51/1.09  
% 5.51/1.09  fork 2: search terminated without proof.
% 5.51/1.10  
% 5.51/1.10  
% 5.51/1.10  fork 3: search terminated without proof.
% 5.51/1.11  
% 5.51/1.11  
% 5.51/1.11  fork 6: search terminated without proof.
% 5.51/1.11  
% 5.51/1.11  **** run 46 fork 5 starts with strategy
% 5.51/1.11  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":2}
% 5.51/1.11  
% 5.51/1.11  **** run 45 fork 4 starts with strategy
% 5.51/1.11  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"reverse_clauselist":1}
% 5.51/1.11  
% 5.51/1.11  **** run 43 fork 2 starts with strategy
% 5.51/1.11  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1}
% 5.51/1.12  
% 5.51/1.12  **** run 44 fork 3 starts with strategy
% 5.51/1.12  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":2}
% 5.51/1.12  
% 5.51/1.12  
% 5.51/1.12  fork 1: search terminated without proof.
% 5.51/1.13  
% 5.51/1.13  **** run 47 fork 6 starts with strategy
% 5.51/1.13  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":4}
% 5.51/1.13  
% 5.51/1.13  
% 5.51/1.13  fork 0: search terminated without proof.
% 5.51/1.14  
% 5.51/1.14  fork 5: search finished without proof.
% 5.51/1.14  
% 5.51/1.14  fork 2: search finished without proof.
% 5.51/1.14  
% 5.51/1.14  
% 5.51/1.14  fork 7: search terminated without proof.
% 5.51/1.15  
% 5.51/1.15  **** run 42 fork 1 starts with strategy
% 5.51/1.15  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":0}
% 5.51/1.15  
% 5.51/1.15  fork 3: search finished without proof.
% 5.51/1.16  
% 5.51/1.16  **** run 41 fork 0 starts with strategy
% 5.51/1.16  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50,"var_weight":1,"repeat_var_weight":1}
% 5.51/1.16  
% 5.51/1.16  **** run 54 fork 5 starts with strategy
% 5.51/1.16  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":20,"weight_select_ratio":2}
% 5.51/1.16  
% 5.51/1.16  **** run 51 fork 2 starts with strategy
% 5.51/1.16  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":10}
% 6.17/1.17  
% 6.17/1.17  **** run 48 fork 7 starts with strategy
% 6.17/1.17  
% 6.17/1.17  **** run 52 fork 3 starts with strategy
% 6.17/1.17  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":15}
% 6.17/1.17  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":6}
% 6.17/1.17  
% 6.17/1.17  fork 1: search finished without proof.
% 6.25/1.19  
% 6.25/1.19  fork 2: search finished without proof.
% 6.25/1.19  
% 6.25/1.19  **** run 50 fork 1 starts with strategy
% 6.25/1.19  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":10}
% 6.25/1.20  
% 6.25/1.20  **** run 59 fork 2 starts with strategy
% 6.25/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.25  
% 6.64/1.25  
% 6.64/1.25  fork 6: 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.27  
% 6.64/1.27  **** run 55 fork 6 starts with strategy
% 6.64/1.27  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":30}
% 6.64/1.28  
% 6.64/1.28  
% 6.64/1.28  fork 5: search terminated without proof.
% 6.64/1.28  
% 6.64/1.28  
% 6.64/1.28  fork 0: search terminated without proof.
% 6.64/1.29  
% 6.64/1.29  
% 6.64/1.29  fork 7: search terminated without proof.
% 6.64/1.29  
% 6.64/1.29  
% 6.64/1.29  fork 3: search terminated without proof.
% 6.64/1.30  
% 6.64/1.30  **** run 62 fork 5 starts with strategy
% 6.64/1.30  {"max_dseconds":1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0}
% 6.64/1.30  
% 6.64/1.30  **** run 49 fork 0 starts with strategy
% 6.64/1.30  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":8}
% 6.64/1.31  
% 6.64/1.31  **** run 60 fork 3 starts with strategy
% 6.64/1.31  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1}
% 6.64/1.31  
% 6.64/1.31  **** run 56 fork 7 starts with strategy
% 6.64/1.31  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":40}
% 6.64/1.31  
% 6.64/1.31  
% 6.64/1.31  fork 1: search terminated without proof.
% 7.33/1.32  
% 7.33/1.32  
% 7.33/1.32  fork 2: search terminated without proof.
% 7.33/1.33  
% 7.33/1.33  **** run 58 fork 1 starts with strategy
% 7.33/1.33  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1,"repeat_var_weight":1}
% 7.33/1.34  
% 7.33/1.34  **** run 67 fork 2 starts with strategy
% 7.33/1.34  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":1}
% 7.33/1.37  
% 7.33/1.37  
% 7.33/1.37  fork 4: search terminated without proof.
% 7.33/1.38  
% 7.33/1.38  
% 7.33/1.38  fork 6: search terminated without proof.
% 7.33/1.39  
% 7.33/1.39  **** run 61 fork 4 starts with strategy
% 7.33/1.39  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100}
% 7.33/1.40  
% 7.33/1.40  **** run 63 fork 6 starts with strategy
% 7.33/1.40  {"max_dseconds":1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1}
% 7.33/1.42  
% 7.33/1.42  
% 7.33/1.42  fork 5: search terminated without proof.
% 7.33/1.43  
% 7.33/1.43  
% 7.33/1.43  fork 0: search terminated without proof.
% 7.33/1.43  
% 7.33/1.43  
% 7.33/1.43  fork 7: search terminated without proof.
% 7.33/1.44  
% 7.33/1.44  
% 7.33/1.44  fork 3: search terminated without proof.
% 7.33/1.44  
% 7.33/1.44  **** run 70 fork 5 starts with strategy
% 7.33/1.44  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"sine":2}
% 7.33/1.45  
% 7.33/1.45  **** run 64 fork 7 starts with strategy
% 7.33/1.45  {"max_dseconds":1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20}
% 7.33/1.46  
% 7.33/1.46  **** run 57 fork 0 starts with strategy
% 7.33/1.46  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1}
% 7.33/1.46  
% 7.33/1.46  
% 7.33/1.46  fork 1: search terminated without proof.
% 7.33/1.46  
% 7.33/1.46  **** run 68 fork 3 starts with strategy
% 7.33/1.47  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":1,"rewrite":0}
% 7.33/1.49  
% 7.33/1.49  **** run 66 fork 1 starts with strategy
% 7.33/1.49  {"max_dseconds":1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth":4}
% 7.33/1.50  
% 7.33/1.50  
% 7.33/1.50  fork 2: search terminated without proof.
% 8.56/1.52  
% 8.56/1.52  **** run 75 fork 2 starts with strategy
% 8.56/1.52  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"sine":4}
% 8.56/1.53  
% 8.56/1.53  
% 8.56/1.53  fork 4: search terminated without proof.
% 8.56/1.54  
% 8.56/1.54  
% 8.56/1.54  fork 6: search terminated without proof.
% 8.56/1.55  
% 8.56/1.55  **** run 69 fork 4 starts with strategy
% 8.56/1.55  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":1,"weight_select_ratio":2}
% 8.56/1.56  
% 8.56/1.56  **** run 71 fork 6 starts with strategy
% 8.56/1.56  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":2}
% 8.56/1.58  
% 8.56/1.58  
% 8.56/1.58  fork 5: search terminated without proof.
% 8.56/1.58  
% 8.56/1.58  
% 8.56/1.58  fork 7: search terminated without proof.
% 8.56/1.59  
% 8.56/1.59  
% 8.56/1.59  fork 0: search terminated without proof.
% 9.40/1.59  
% 9.40/1.59  
% 9.40/1.59  fork 3: search terminated without proof.
% 9.40/1.60  
% 9.40/1.60  **** run 78 fork 5 starts with strategy
% 9.40/1.60  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":5}
% 9.51/1.60  
% 9.51/1.60  **** run 72 fork 7 starts with strategy
% 9.51/1.60  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"sine":1}
% 9.51/1.61  
% 9.51/1.61  **** run 65 fork 0 starts with strategy
% 9.51/1.61  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100}
% 9.56/1.61  
% 9.56/1.61  
% 9.56/1.61  fork 1: search terminated without proof.
% 9.56/1.61  
% 9.56/1.61  **** run 76 fork 3 starts with strategy
% 9.56/1.61  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":4}
% 9.56/1.62  
% 9.56/1.62  fork 5: search finished without proof.
% 9.56/1.63  
% 9.56/1.63  **** run 74 fork 1 starts with strategy
% 9.56/1.63  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":3}
% 9.56/1.64  
% 9.56/1.64  **** run 86 fork 5 starts with strategy
% 9.56/1.64  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"var_weight":1,"weight_select_ratio":20,"repeat_var_weight":1,"depth_penalty":100}
% 9.56/1.64  
% 9.56/1.64  
% 9.56/1.64  fork 2: search terminated without proof.
% 9.56/1.66  
% 9.56/1.66  **** run 83 fork 2 starts with strategy
% 9.56/1.66  {"max_dseconds":10,"strategy":["unit"],"query_preference":0}
% 9.56/1.67  
% 9.56/1.67  
% 9.56/1.67  fork 4: search terminated without proof.
% 9.56/1.69  
% 9.56/1.69  
% 9.56/1.69  fork 6: search terminated without proof.
% 9.56/1.69  
% 9.56/1.69  **** run 77 fork 4 starts with strategy
% 9.56/1.69  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"sine":5}
% 9.56/1.71  
% 9.56/1.71  **** run 79 fork 6 starts with strategy
% 9.56/1.71  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":1,"depth_penalty":50}
% 10.35/1.72  
% 10.35/1.72  fork 4: search finished without proof.
% 10.35/1.73  
% 10.35/1.73  
% 10.35/1.73  fork 0: search terminated without proof.
% 10.35/1.73  
% 10.35/1.73  
% 10.35/1.73  fork 7: search terminated without proof.
% 10.35/1.74  
% 10.35/1.74  **** run 85 fork 4 starts with strategy
% 10.35/1.74  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 10.35/1.74  
% 10.35/1.74  
% 10.35/1.74  fork 3: search terminated without proof.
% 10.35/1.74  
% 10.35/1.74  **** run 73 fork 0 starts with strategy
% 10.35/1.74  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"sine":3}
% 10.35/1.75  
% 10.35/1.75  **** run 80 fork 7 starts with strategy
% 10.35/1.75  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":1,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 10.35/1.76  
% 10.35/1.76  
% 10.35/1.76  fork 1: search terminated without proof.
% 10.35/1.76  
% 10.35/1.76  **** run 84 fork 3 starts with strategy
% 10.35/1.76  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 10.35/1.78  
% 10.35/1.78  **** run 82 fork 1 starts with strategy
% 10.35/1.78  {"max_dseconds":10,"strategy":["unit"],"query_preference":1}
% 11.05/1.83  
% 11.05/1.83  
% 11.05/1.83  fork 6: search terminated without proof.
% 11.05/1.85  
% 11.05/1.85  **** run 87 fork 6 starts with strategy
% 11.05/1.85  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20}
% 11.05/1.87  
% 11.05/1.87  
% 11.05/1.87  fork 0: search terminated without proof.
% 11.05/1.88  
% 11.05/1.88  
% 11.05/1.88  fork 7: search terminated without proof.
% 11.80/1.89  
% 11.80/1.89  **** run 81 fork 0 starts with strategy
% 11.80/1.89  {"max_dseconds":1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1,"sine":1}
% 11.88/1.90  
% 11.88/1.90  **** run 88 fork 7 starts with strategy
% 11.88/1.90  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20}
% 12.73/2.02  
% 12.73/2.02  
% 12.73/2.02  fork 0: search terminated without proof.
% 12.73/2.03  
% 12.73/2.03  **** run 89 fork 0 starts with strategy
% 12.73/2.03  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 17.39/2.67  
% 17.39/2.67  
% 17.39/2.67  fork 5: search terminated without proof.
% 17.39/2.68  
% 17.39/2.68  
% 17.39/2.68  fork 2: search terminated without proof.
% 18.16/2.73  
% 18.16/2.73  **** run 94 fork 5 starts with strategy
% 18.16/2.73  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 18.16/2.74  
% 18.16/2.74  **** run 91 fork 2 starts with strategy
% 18.16/2.74  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":1}
% 18.16/2.76  
% 18.16/2.76  
% 18.16/2.76  fork 4: search terminated without proof.
% 18.16/2.78  
% 18.16/2.78  
% 18.16/2.78  fork 3: search terminated without proof.
% 18.95/2.82  
% 18.95/2.82  **** run 93 fork 4 starts with strategy
% 18.95/2.82  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 18.95/2.83  
% 18.95/2.83  
% 18.95/2.83  fork 1: search terminated without proof.
% 18.95/2.85  
% 18.95/2.85  **** run 92 fork 3 starts with strategy
% 18.95/2.85  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":0}
% 18.95/2.88  
% 18.95/2.88  **** run 90 fork 1 starts with strategy
% 18.95/2.88  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 18.95/2.92  
% 18.95/2.92  
% 18.95/2.92  fork 6: search terminated without proof.
% 18.95/2.95  
% 18.95/2.95  
% 18.95/2.95  fork 7: search terminated without proof.
% 18.95/2.99  
% 18.95/2.99  **** run 95 fork 6 starts with strategy
% 18.95/2.99  {"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.33/3.01  
% 20.33/3.01  **** run 96 fork 7 starts with strategy
% 20.33/3.01  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20}
% 20.33/3.08  
% 20.33/3.08  
% 20.33/3.08  fork 0: search terminated without proof.
% 21.34/3.13  
% 21.34/3.13  **** run 97 fork 0 starts with strategy
% 21.34/3.13  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20}
% 25.14/3.77  
% 25.14/3.77  
% 25.14/3.77  fork 5: search terminated without proof.
% 25.14/3.78  
% 25.14/3.78  
% 25.14/3.78  fork 2: search terminated without proof.
% 25.14/3.82  
% 25.14/3.82  **** run 102 fork 5 starts with strategy
% 25.14/3.82  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 25.14/3.84  
% 25.14/3.84  **** run 99 fork 2 starts with strategy
% 25.14/3.84  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 25.14/3.87  
% 25.14/3.87  
% 25.14/3.87  fork 3: search terminated without proof.
% 25.14/3.87  
% 25.14/3.87  
% 25.14/3.87  fork 4: search terminated without proof.
% 27.64/3.92  
% 27.64/3.92  
% 27.64/3.92  fork 1: search terminated without proof.
% 27.64/3.93  
% 27.64/3.93  **** run 100 fork 3 starts with strategy
% 27.64/3.93  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para"],"query_preference":1}
% 27.64/3.93  
% 27.64/3.93  **** run 101 fork 4 starts with strategy
% 27.64/3.93  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para"],"query_preference":0}
% 27.64/3.97  
% 27.64/3.97  **** run 98 fork 1 starts with strategy
% 27.64/3.97  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 28.30/4.02  
% 28.30/4.02  
% 28.30/4.02  fork 6: search terminated without proof.
% 28.30/4.04  
% 28.30/4.04  
% 28.30/4.04  fork 7: search terminated without proof.
% 28.30/4.08  
% 28.30/4.08  **** run 103 fork 6 starts with strategy
% 28.30/4.08  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 28.97/4.10  
% 28.97/4.10  **** run 104 fork 7 starts with strategy
% 28.97/4.10  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":20,"repeat_var_weight":1,"depth_penalty":100}
% 30.03/4.25  
% 30.03/4.25  
% 30.03/4.25  fork 0: search terminated without proof.
% 30.03/4.30  
% 30.03/4.30  **** run 105 fork 0 starts with strategy
% 30.03/4.30  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para"],"query_preference":1,"weight_select_ratio":20}
% 34.79/4.86  
% 34.79/4.86  
% 34.79/4.86  fork 2: search terminated without proof.
% 34.79/4.88  
% 34.79/4.88  
% 34.79/4.88  fork 5: search terminated without proof.
% 34.79/4.91  
% 34.79/4.91  **** run 107 fork 2 starts with strategy
% 34.79/4.91  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 35.55/4.94  
% 35.55/4.94  **** run 110 fork 5 starts with strategy
% 35.55/4.94  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0}
% 35.55/4.95  
% 35.55/4.95  
% 35.55/4.95  fork 3: search terminated without proof.
% 35.55/4.97  
% 35.55/4.97  
% 35.55/4.97  fork 4: search terminated without proof.
% 36.12/4.99  
% 36.12/4.99  
% 36.12/4.99  fork 1: search terminated without proof.
% 36.12/5.01  
% 36.12/5.01  **** run 108 fork 3 starts with strategy
% 36.12/5.01  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 36.12/5.04  
% 36.12/5.04  **** run 109 fork 4 starts with strategy
% 36.12/5.04  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1}
% 36.12/5.05  
% 36.12/5.05  **** run 106 fork 1 starts with strategy
% 36.12/5.05  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20}
% 36.73/5.11  
% 36.73/5.11  
% 36.73/5.11  fork 6: search terminated without proof.
% 36.73/5.16  
% 36.73/5.16  
% 36.73/5.16  fork 7: search terminated without proof.
% 36.73/5.17  
% 36.73/5.17  **** run 111 fork 6 starts with strategy
% 36.73/5.17  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 37.54/5.22  
% 37.54/5.22  **** run 112 fork 7 starts with strategy
% 37.54/5.22  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 38.64/5.34  
% 38.64/5.34  
% 38.64/5.34  fork 0: search terminated without proof.
% 39.00/5.38  
% 39.00/5.38  **** run 113 fork 0 starts with strategy
% 39.00/5.38  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":20,"repeat_var_weight":1,"depth_penalty":100}
% 43.57/5.96  
% 43.57/5.96  
% 43.57/5.96  fork 2: search terminated without proof.
% 43.94/6.00  
% 43.94/6.00  
% 43.94/6.00  fork 5: search terminated without proof.
% 43.94/6.00  
% 43.94/6.00  **** run 115 fork 2 starts with strategy
% 43.94/6.00  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20}
% 44.27/6.05  
% 44.27/6.05  
% 44.27/6.05  fork 3: search terminated without proof.
% 44.27/6.05  
% 44.27/6.05  **** run 118 fork 5 starts with strategy
% 44.27/6.05  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"rewrite":0}
% 44.27/6.09  
% 44.27/6.09  
% 44.27/6.09  fork 4: search terminated without proof.
% 44.27/6.10  
% 44.27/6.10  **** run 116 fork 3 starts with strategy
% 44.27/6.10  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 44.27/6.10  
% 44.27/6.10  
% 44.27/6.10  fork 1: search terminated without proof.
% 45.08/6.15  
% 45.08/6.15  **** run 117 fork 4 starts with strategy
% 45.08/6.15  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 45.08/6.15  
% 45.08/6.15  **** run 114 fork 1 starts with strategy
% 45.08/6.15  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20}
% 45.52/6.22  
% 45.52/6.22  
% 45.52/6.22  fork 6: search terminated without proof.
% 45.98/6.26  
% 45.98/6.26  
% 45.98/6.26  fork 7: search terminated without proof.
% 45.98/6.26  
% 45.98/6.26  **** run 119 fork 6 starts with strategy
% 45.98/6.26  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"rewrite":0}
% 46.34/6.31  
% 46.34/6.31  **** run 120 fork 7 starts with strategy
% 46.34/6.31  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"weight_select_ratio":2}
% 46.34/6.43  
% 46.34/6.43  
% 46.34/6.43  fork 0: search terminated without proof.
% 47.47/6.50  
% 47.47/6.50  **** run 121 fork 0 starts with strategy
% 47.47/6.50  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50,"var_weight":1,"repeat_var_weight":1}
% 51.91/7.02  
% 51.91/7.02  
% 51.91/7.02  fork 2: search terminated without proof.
% 51.91/7.07  
% 51.91/7.07  **** run 123 fork 2 starts with strategy
% 51.91/7.07  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":0}
% 51.91/7.07  
% 51.91/7.07  
% 51.91/7.07  fork 5: search terminated without proof.
% 51.91/7.10  
% 51.91/7.10  fork 2: search finished without proof.
% 51.91/7.12  
% 51.91/7.12  **** run 131 fork 2 starts with strategy
% 51.91/7.12  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_depth":10}
% 51.91/7.14  
% 51.91/7.14  
% 51.91/7.14  fork 3: search terminated without proof.
% 51.91/7.14  
% 51.91/7.14  **** run 126 fork 5 starts with strategy
% 51.91/7.14  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"reverse_clauselist":1}
% 53.07/7.20  
% 53.07/7.20  
% 53.07/7.20  fork 1: search terminated without proof.
% 53.07/7.20  
% 53.07/7.20  
% 53.07/7.20  fork 4: search terminated without proof.
% 53.07/7.20  
% 53.07/7.20  **** run 124 fork 3 starts with strategy
% 53.07/7.20  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1}
% 53.07/7.23  
% 53.07/7.23  fork 3: search finished without proof.
% 53.07/7.24  
% 53.07/7.24  **** run 132 fork 3 starts with strategy
% 53.07/7.24  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_size":10}
% 53.07/7.25  
% 53.07/7.25  **** run 122 fork 1 starts with strategy
% 53.07/7.25  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50,"var_weight":1,"repeat_var_weight":1}
% 53.07/7.27  
% 53.07/7.27  **** run 125 fork 4 starts with strategy
% 53.07/7.27  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":2}
% 53.07/7.27  
% 53.07/7.27  fork 3: search finished without proof.
% 53.96/7.28  
% 53.96/7.28  **** run 140 fork 3 starts with strategy
% 53.96/7.28  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50}
% 53.96/7.29  
% 53.96/7.29  fork 4: search finished without proof.
% 53.96/7.31  
% 53.96/7.31  **** run 133 fork 4 starts with strategy
% 53.96/7.31  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_size":15}
% 54.30/7.33  
% 54.30/7.33  
% 54.30/7.33  fork 6: search terminated without proof.
% 54.43/7.37  
% 54.43/7.37  **** run 127 fork 6 starts with strategy
% 54.43/7.37  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_depth":2}
% 54.43/7.38  
% 54.43/7.38  
% 54.43/7.38  fork 7: search terminated without proof.
% 54.43/7.40  
% 54.43/7.40  fork 6: search finished without proof.
% 54.98/7.41  
% 54.98/7.41  **** run 135 fork 6 starts with strategy
% 54.98/7.41  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_size":20,"weight_select_ratio":2}
% 54.98/7.44  
% 54.98/7.44  **** run 128 fork 7 starts with strategy
% 54.98/7.44  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_depth":4}
% 56.12/7.55  
% 56.12/7.55  
% 56.12/7.55  fork 0: search terminated without proof.
% 56.34/7.61  
% 56.34/7.61  **** run 129 fork 0 starts with strategy
% 56.34/7.61  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_depth":6}
% 60.55/8.15  
% 60.55/8.15  
% 60.55/8.15  fork 2: search terminated without proof.
% 60.55/8.17  
% 60.55/8.17  
% 60.55/8.17  fork 5: search terminated without proof.
% 61.12/8.21  
% 61.12/8.21  **** run 139 fork 2 starts with strategy
% 61.12/8.21  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"var_weight":1,"repeat_var_weight":1}
% 61.12/8.23  
% 61.12/8.23  **** run 134 fork 5 starts with strategy
% 61.12/8.23  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_size":20}
% 61.76/8.27  
% 61.76/8.27  
% 61.76/8.27  fork 1: search terminated without proof.
% 62.00/8.32  
% 62.00/8.32  
% 62.00/8.32  fork 3: search terminated without proof.
% 62.21/8.33  
% 62.21/8.33  **** run 130 fork 1 starts with strategy
% 62.21/8.33  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_depth":8}
% 62.21/8.35  
% 62.21/8.35  
% 62.21/8.35  fork 4: search terminated without proof.
% 62.21/8.37  
% 62.21/8.37  **** run 148 fork 3 starts with strategy
% 62.21/8.37  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"sine":1}
% 62.21/8.38  
% 62.21/8.38  **** run 141 fork 4 starts with strategy
% 62.21/8.38  {"max_dseconds":10,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1}
% 62.95/8.46  
% 62.95/8.46  
% 62.95/8.46  fork 7: search terminated without proof.
% 62.95/8.48  
% 62.95/8.48  **** run 136 fork 7 starts with strategy
% 62.95/8.48  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_size":30}
% 62.95/8.49  
% 62.95/8.49  
% 62.95/8.49  fork 6: search terminated without proof.
% 62.95/8.52  
% 62.95/8.52  **** run 143 fork 6 starts with strategy
% 62.95/8.52  {"max_dseconds":10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0}
% 64.19/8.66  
% 64.19/8.66  
% 64.19/8.66  fork 0: search terminated without proof.
% 65.12/8.71  
% 65.12/8.71  **** run 137 fork 0 starts with strategy
% 65.12/8.71  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_size":40}
% 68.96/9.28  
% 68.96/9.28  
% 68.96/9.28  fork 5: search terminated without proof.
% 68.96/9.28  
% 68.96/9.28  
% 68.96/9.28  fork 2: search terminated without proof.
% 69.82/9.32  
% 69.82/9.32  **** run 142 fork 5 starts with strategy
% 69.82/9.32  {"max_dseconds":10,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100}
% 69.82/9.34  
% 69.82/9.34  **** run 147 fork 2 starts with strategy
% 69.82/9.34  {"max_dseconds":10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth":4}
% 69.82/9.39  
% 69.82/9.39  
% 69.82/9.39  fork 1: search terminated without proof.
% 69.82/9.40  
% 69.82/9.40  
% 69.82/9.40  fork 4: search terminated without proof.
% 70.61/9.43  
% 70.61/9.43  **** run 149 fork 4 starts with strategy
% 70.61/9.43  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"sine":1,"rewrite":0}
% 70.61/9.44  
% 70.61/9.44  **** run 138 fork 1 starts with strategy
% 70.61/9.44  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"var_weight":1}
% 70.61/9.45  
% 70.61/9.45  
% 70.61/9.45  fork 3: search terminated without proof.
% 71.31/9.50  
% 71.31/9.50  
% 71.31/9.50  fork 7: search terminated without proof.
% 71.31/9.50  
% 71.31/9.50  **** run 156 fork 3 starts with strategy
% 71.31/9.50  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"sine":4}
% 71.31/9.55  
% 71.31/9.55  **** run 144 fork 7 starts with strategy
% 71.31/9.55  {"max_dseconds":10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1}
% 72.03/9.59  
% 72.03/9.59  
% 72.03/9.59  fork 6: search terminated without proof.
% 72.23/9.64  
% 72.23/9.64  **** run 151 fork 6 starts with strategy
% 72.23/9.64  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"sine":2}
% 72.90/9.74  
% 72.90/9.74  
% 72.90/9.74  fork 0: search terminated without proof.
% 72.90/9.77  
% 72.90/9.77  
% 72.90/9.77  result: proof found
% 72.90/9.77  for /export/starexec/sandbox/benchmark/theBenchmark.p 
% 72.90/9.77  by run 142 fork 5 strategy {"max_dseconds":10,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100}
% 72.90/9.77  % SZS status Unsatisfiable for /export/starexec/sandbox/benchmark/theBenchmark.p 
% 72.90/9.77  
% 72.90/9.77  % SZS output start CNFRefutation for /export/starexec/sandbox/benchmark/theBenchmark.p 
% See solution above
% 72.90/9.77  
% 72.90/9.77  run 142 fork 5 statistics:
% 72.90/9.77  ----------------------------------
% 72.90/9.77  this run seconds: 0.267797
% 72.90/9.77  total seconds: 9.046230
% 72.90/9.77  stat_given_used: 527
% 72.90/9.77  stat_given_used_at_endgame: 0
% 72.90/9.77  stat_given_candidates:   4086
% 72.90/9.77  stat_given_candidates_at_endgame: 0
% 72.90/9.77  stat_given_candidates_h: 0
% 72.90/9.77  stat_binres_derived_cl:   0
% 72.90/9.77  stat_binres_derived_cl_h: 0
% 72.90/9.77  stat_factor_derived_cl: 0
% 72.90/9.77  stat_para_derived_cl: 47645
% 72.90/9.77  stat_tautologies_discarded: 0
% 72.90/9.77  stat_forward_subsumed: 20026
% 72.90/9.77  stat_derived_cut: 1
% 72.90/9.77  stat_derived_rewritten: 863
% 72.90/9.77  stat_weight_discarded_building: 0
% 72.90/9.77  stat_weight_discarded_cl: 0
% 72.90/9.77  stat_internlimit_discarded_cl: 0
% 72.90/9.77  stat_simplified:  863 simplified 0 derived 0 given
% 72.90/9.77  stat_kept_cl: 26072
% 72.90/9.77  stat_built_cl: 27989
% 72.90/9.77  stat_hyperres_partial_cl: 0
% 72.90/9.77  stat_made_rewriters: 452
% 72.90/9.77  stat_backward_subsumed: 0
% 72.90/9.77  stat_propagated_subsumed: 0
% 72.90/9.77  stat_clsubs_attempted:                     24313
% 72.90/9.77  stat_clsubs_fact_groundunit_found:             0
% 72.90/9.77  stat_clsubs_rule_groundunit_found:             4
% 72.90/9.77  stat_clsubs_top_meta_attempted:             204847
% 72.90/9.77  stat_clsubs_top_meta_failed:                180534
% 72.90/9.77  stat_clsubs_top_meta_nonpref_attempted:              204847
% 72.90/9.77  stat_clsubs_top_meta_nonpref_succeeded:               82239
% 72.90/9.77  stat_clsubs_top_meta_pref_attempted:                  82239
% 72.90/9.77  stat_clsubs_top_meta_pref1_succeeded:                 82191
% 72.90/9.77  stat_clsubs_top_meta_pref2_succeeded:                 31972
% 72.90/9.77  stat_clsubs_top_meta_pref3_succeeded:                 24313
% 72.90/9.77  stat_clsubs_top_meta_pref_succeeded:                  24313
% 72.90/9.77  stat_clsubs_meta_attempted:                24313
% 72.90/9.77  stat_clsubs_meta_failed:                     531
% 72.90/9.77  stat_clsubs_predsymbs_attempted:               0
% 72.90/9.77  stat_clsubs_unit_attempted:                24313
% 72.90/9.77  stat_clsubs_full_attempted:                    0
% 72.90/9.77  stat_forwardsubs_attempted:                46099
% 72.90/9.77  stat_lit_hash_added:                  26093
% 72.90/9.77  stat_lit_hash_computed:               73447
% 72.90/9.77  stat_lit_hash_match_found:            20035
% 72.90/9.77  stat_lit_hash_match_miss:             54255
% 72.90/9.77  stat_lit_hash_cut_ok:                     0
% 72.90/9.77  stat_lit_strong_cut_ok:                   1
% 72.90/9.77  stat_lit_hash_subsume_ok:             20026
% 72.90/9.77  clqueue els 10000000 used 1
% 72.90/9.77  clactive els 10000000 used 528
% 72.90/9.77  clactivesubsume els 10000000 used 3127
% 72.90/9.77  queue_termbuf els 200000000 used 2228645
% 72.90/9.77  hyper_termbuf els 100000000 used 1
% 72.90/9.77  active_termbuf els 100000000 used 25619
% 72.90/9.77  varstack els 5000 last used 1
% 72.90/9.77  given_termbuf els 10000000 last used 1
% 72.90/9.77  simplified_termbuf els 10000000 last used 1
% 72.90/9.77  derived_termbuf els 10000000 last used 51
% 72.90/9.77  wr_mallocs: 98147
% 72.90/9.77  wr_callocs: 21
% 72.90/9.77  wr_reallocs: 4242
% 72.90/9.77  wr_frees: 2
% 72.90/9.77  wr_malloc_bytes: 4166079668
% 72.90/9.77  wr_calloc_bytes: 112065536
% 72.90/9.77  wr_realloc_bytes: 822392
% 72.90/9.77  wr_realloc_freebytes: 0
% 72.90/9.77  ----------------------------------
%------------------------------------------------------------------------------