TSTP Solution File: RNG008-4 by GKC---0.8

View Problem - Process Solution

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

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

% Result   : Unsatisfiable 18.27s 2.86s
% Output   : CNFRefutation 18.27s
% Verified : 
% SZS Type : ERROR: Analysing output (Could not find formula named a_times_b_is_c)

% Comments : 
%------------------------------------------------------------------------------
cnf('1',plain,
    multiply(a,b) = c,
    inference(cnf_transformation,[],[a_times_b_is_c]) ).

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

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

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

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

cnf('6',plain,
    multiply(c,b) = c,
    inference(simplify,[],['5','1']) ).

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

cnf('8',plain,
    multiply(X,add(Y,X)) = add(multiply(X,Y),X),
    inference(paramodulation,[],['2','7']) ).

cnf('9',plain,
    multiply(c,add(b,c)) = add(c,c),
    inference(paramodulation,[],['6','8']) ).

cnf('10',plain,
    multiply(multiply(X3,c),add(b,c)) = multiply(X3,add(c,c)),
    inference(paramodulation,[],['9','3']) ).

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

cnf('12',plain,
    additive_inverse(multiply(X3,additive_inverse(X3))) = additive_inverse(X3),
    inference(paramodulation,[],['11','2']) ).

cnf('13',plain,
    multiply(X,additive_inverse(Y)) = additive_inverse(multiply(X,Y)),
    inference(cnf_transformation,[],['$inc_multiply_additive_inverse1']) ).

cnf('14',plain,
    additive_inverse(additive_inverse(X)) = X,
    inference(cnf_transformation,[],['$inc_additive_inverse_additive_inverse']) ).

cnf('15',plain,
    X = additive_inverse(X),
    inference(simplify,[then_simplify],['12','13','2','14']) ).

cnf('16',plain,
    add(additive_inverse(X),X) = additive_identity,
    inference(cnf_transformation,[],['$inc_left_additive_inverse']) ).

cnf('17',plain,
    add(X,additive_inverse(X)) = additive_identity,
    inference(paramodulation,[],['14','16']) ).

cnf('18',plain,
    add(X,X) = additive_identity,
    inference(paramodulation,[],['15','17']) ).

cnf('19',plain,
    multiply(X,additive_identity) = additive_identity,
    inference(cnf_transformation,[],['$inc_multiply_additive_id1']) ).

cnf('20',plain,
    multiply(multiply(X,c),add(b,c)) = additive_identity,
    inference(simplify,[then_simplify],['10','18','19']) ).

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

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

cnf('23',plain,
    multiply(X,add(Y,Z)) = multiply(X,add(Z,Y)),
    inference(simplify,[],['22','7']) ).

cnf('24',plain,
    multiply(multiply(X,c),add(c,b)) = additive_identity,
    inference(paramodulation,[],['20','23']) ).

cnf('25',plain,
    multiply(multiply(multiply(X,Y),X),Y) = multiply(X,Y),
    inference(paramodulation,[],['3','2']) ).

cnf('26',plain,
    multiply(additive_identity,c) = multiply(add(c,b),c),
    inference(paramodulation,[],['24','25']) ).

cnf('27',plain,
    multiply(additive_identity,X) = additive_identity,
    inference(cnf_transformation,[],['$inc_multiply_additive_id2']) ).

cnf('28',plain,
    additive_identity = multiply(add(c,b),c),
    inference(simplify,[],['26','27']) ).

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

cnf('30',plain,
    multiply(add(X,Y),Y) = add(multiply(X,Y),Y),
    inference(paramodulation,[],['2','29']) ).

cnf('31',plain,
    multiply(add(add(c,b),c),c) = add(additive_identity,c),
    inference(paramodulation,[],['28','30']) ).

cnf('32',plain,
    add(add(X,Y),Z) = add(X,add(Y,Z)),
    inference(cnf_transformation,[],['$inc_associative_addition']) ).

cnf('33',plain,
    add(additive_identity,X3) = add(additive_inverse(Y3),add(Y3,X3)),
    inference(paramodulation,[],['16','32']) ).

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

cnf('35',plain,
    X = add(additive_inverse(Y),add(Y,X)),
    inference(simplify,[],['33','34']) ).

cnf('36',plain,
    add(add(X,Y),additive_inverse(X)) = Y,
    inference(paramodulation,[],['35','21']) ).

cnf('37',plain,
    add(add(X,Y),X) = Y,
    inference(paramodulation,[],['15','36']) ).

cnf('38',plain,
    multiply(b,c) = c,
    inference(simplify,[then_simplify],['31','37','34']) ).

cnf('39',plain,
    multiply(c,X) = multiply(a,multiply(b,X)),
    inference(paramodulation,[],['1','3']) ).

cnf('40',plain,
    multiply(multiply(X,a),multiply(b,Y)) = multiply(X,multiply(c,Y)),
    inference(paramodulation,[],['39','3']) ).

cnf('41',plain,
    multiply(b,multiply(c,a)) = multiply(b,a),
    inference(paramodulation,[],['40','2']) ).

cnf('42',plain,
    multiply(X,Y) = multiply(X,multiply(X,Y)),
    inference(paramodulation,[],['2','3']) ).

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

cnf('44',plain,
    multiply(multiply(X3,Y3),multiply(Y3,Z3)) = multiply(multiply(X3,Y3),Z3),
    inference(paramodulation,[],['3','43']) ).

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

cnf('46',plain,
    multiply(b,a) = multiply(multiply(b,c),a),
    inference(paramodulation,[],['41','45']) ).

cnf('47',plain,
    multiply(b,a) = multiply(c,a),
    inference(paramodulation,[],['38','46']) ).

cnf('48',plain,
    multiply(b,add(a,b)) = add(multiply(c,a),b),
    inference(paramodulation,[],['47','8']) ).

cnf('49',plain,
    X = add(additive_inverse(Y),add(X,Y)),
    inference(paramodulation,[],['21','35']) ).

cnf('50',plain,
    X = add(Y,add(X,Y)),
    inference(paramodulation,[],['15','49']) ).

cnf('51',plain,
    multiply(c,a) = add(b,multiply(b,add(a,b))),
    inference(paramodulation,[],['48','50']) ).

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

cnf('53',plain,
    multiply(c,a) != c,
    inference(paramodulation,[],['47','52']) ).

cnf('54',plain,
    multiply(a,add(b,a)) = add(c,a),
    inference(paramodulation,[],['1','8']) ).

cnf('55',plain,
    multiply(add(X,Y),X) = add(X,multiply(Y,X)),
    inference(paramodulation,[],['2','29']) ).

cnf('56',plain,
    multiply(add(add(b,a),a),add(b,a)) = add(add(b,a),add(c,a)),
    inference(paramodulation,[],['54','55']) ).

cnf('57',plain,
    add(add(X,Y),additive_inverse(Y)) = X,
    inference(paramodulation,[],['21','36']) ).

cnf('58',plain,
    add(add(X,Y),Y) = X,
    inference(paramodulation,[],['15','57']) ).

cnf('59',plain,
    add(add(X,Y),add(Z,Y)) = add(X,Z),
    inference(paramodulation,[],['50','32']) ).

cnf('60',plain,
    multiply(b,add(b,a)) = add(b,c),
    inference(simplify,[then_simplify],['56','58','59']) ).

cnf('61',plain,
    multiply(b,add(a,b)) = add(b,c),
    inference(paramodulation,[],['60','23']) ).

cnf('62',plain,
    X = add(Y,add(Y,X)),
    inference(paramodulation,[],['15','35']) ).

cnf('63',plain,
    $false,
    inference(simplify,[then_simplify],['51','53','61','62']) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.11  % Problem  : RNG008-4 : TPTP v8.1.2. Released v1.0.0.
% 0.00/0.12  % Command  : gkc %s
% 0.12/0.33  % Computer : n004.cluster.edu
% 0.12/0.33  % Model    : x86_64 x86_64
% 0.12/0.33  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.12/0.33  % Memory   : 8042.1875MB
% 0.12/0.33  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.12/0.33  % CPULimit : 300
% 0.12/0.33  % WCLimit  : 300
% 0.12/0.33  % DateTime : Sun Aug 27 02:05:07 EDT 2023
% 0.12/0.33  % CPUTime  : 
% 0.18/0.37  
% 0.18/0.37  input clause set summed statistics:
% 0.18/0.37  ----------------------------------
% 0.18/0.37  in_clause_count:                    17
% 0.18/0.37  in_rule_clause_count:               17
% 0.18/0.37  in_fact_clause_count:                0
% 0.18/0.37  in_answer_clause_count:              0
% 0.18/0.37  in_ground_clause_count:              3
% 0.18/0.37  in_unit_clause_count:               17
% 0.18/0.37  in_horn_clause_count:               17
% 0.18/0.37  in_pos_clause_count:                16
% 0.18/0.37  in_neg_clause_count:                 1
% 0.18/0.37  in_poseq_clause_count:              16
% 0.18/0.37  in_negeq_clause_count:               1
% 0.18/0.37  in_unitposeq_clause_count:          16
% 0.18/0.37  in_chain_clause_count:               0
% 0.18/0.37  in_min_length:             1
% 0.18/0.37  in_max_length:             1
% 0.18/0.37  in_min_depth:              2
% 0.18/0.37  in_max_depth:              3
% 0.18/0.37  in_min_size:               4
% 0.18/0.37  in_max_size:              13
% 0.18/0.37  in_min_vars:               0
% 0.18/0.37  in_max_vars:               3
% 0.18/0.37  in_extaxiom_count:                14
% 0.18/0.37  in_axiom_count:                    0
% 0.18/0.37  in_assumption_count:               1
% 0.18/0.37  in_goal_count:                     2
% 0.18/0.37  in_neg_goal_count:                 1
% 0.18/0.37  in_pos_goal_count:                 1
% 0.18/0.37  in_posunit_goal_count:             1
% 0.18/0.37  
% 0.18/0.37  auto guide:
% 0.18/0.37  -----------
% 0.18/0.37  {
% 0.18/0.37  "print":1,
% 0.18/0.37  "print_level": 15,
% 0.18/0.37  "max_size": 0,
% 0.18/0.37  "max_depth": 0,
% 0.18/0.37  "max_length": 0,
% 0.18/0.37  "max_dseconds": 0,
% 0.18/0.37  "runs":[
% 0.18/0.37  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1},
% 0.18/0.37  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0},
% 0.18/0.37  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.18/0.37  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.18/0.37  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.18/0.37  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.18/0.37  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.18/0.37  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.18/0.37  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.18/0.37  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1},
% 0.18/0.37  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0},
% 0.18/0.37  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.18/0.37  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.18/0.37  {"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.18/0.37  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.18/0.37  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.18/0.37  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.18/0.37  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.18/0.37  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 1},
% 0.18/0.37  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0},
% 0.18/0.37  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.18/0.37  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.18/0.37  {"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.18/0.37  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.18/0.37  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.18/0.37  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.18/0.37  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.18/0.37  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1},
% 0.18/0.37  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0},
% 0.18/0.37  {"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.18/0.37  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.18/0.37  {"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.18/0.37  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.18/0.37  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.18/0.37  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.18/0.37  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.18/0.37  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.18/0.37  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.18/0.37  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.18/0.37  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.18/0.37  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.18/0.37  {"max_dseconds": 1, "strategy":["query_focus"], "query_preference": 0},
% 0.18/0.37  {"max_dseconds": 1, "strategy":["query_focus"], "query_preference": 1},
% 0.18/0.37  {"max_dseconds": 1, "strategy":["query_focus"], "query_preference": 2},
% 0.18/0.37  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.18/0.37  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.18/0.37  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.18/0.37  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.18/0.37  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.18/0.37  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.18/0.37  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.18/0.37  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.18/0.37  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.18/0.37  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.18/0.37  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.18/0.37  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.18/0.37  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.18/0.37  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.18/0.37  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.18/0.37  {"max_dseconds": 1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.18/0.37  {"max_dseconds": 1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.18/0.37  {"max_dseconds": 1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.18/0.37  {"max_dseconds": 1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.18/0.37  {"max_dseconds": 1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.18/0.37  {"max_dseconds": 1,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.18/0.37  {"max_dseconds": 1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.18/0.37  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":1},
% 0.18/0.37  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":1, "rewrite":0},
% 0.18/0.37  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":1, "weight_select_ratio":2},
% 0.18/0.37  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "sine":2},
% 0.18/0.37  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":2},
% 0.18/0.37  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "sine":1},
% 0.18/0.37  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "sine":3},
% 0.18/0.37  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":3},
% 0.18/0.37  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "sine":4},
% 0.18/0.37  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":4},
% 0.18/0.37  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "sine":5},
% 0.18/0.37  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":5},
% 0.18/0.37  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":1, "depth_penalty":50},
% 0.18/0.37  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":1, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.18/0.37  {"max_dseconds": 1, "strategy":["unit"], "var_weight":70,"repeat_var_weight":70,"query_preference":1, "sine":1},
% 0.18/0.37  
% 0.18/0.37  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1},
% 0.18/0.37  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0},
% 0.18/0.37  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.18/0.37  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.18/0.37  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.18/0.37  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.18/0.37  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.18/0.37  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.18/0.37  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.18/0.37  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1},
% 0.18/0.37  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0},
% 0.18/0.37  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.18/0.37  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.18/0.37  {"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.18/0.37  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.18/0.37  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.18/0.37  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.18/0.37  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.18/0.37  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 1},
% 0.18/0.37  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0},
% 0.18/0.37  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.18/0.37  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.18/0.37  {"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.18/0.37  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.18/0.37  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.18/0.37  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.18/0.37  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.18/0.37  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1},
% 0.18/0.37  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0},
% 0.18/0.37  {"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.18/0.37  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.18/0.37  {"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.18/0.37  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.18/0.37  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.18/0.37  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.18/0.37  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.18/0.37  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.18/0.37  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.18/0.37  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.18/0.37  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.18/0.37  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.18/0.37  {"max_dseconds": 10, "strategy":["query_focus"], "query_preference": 0},
% 0.18/0.37  {"max_dseconds": 10, "strategy":["query_focus"], "query_preference": 1},
% 0.18/0.37  {"max_dseconds": 10, "strategy":["query_focus"], "query_preference": 2},
% 0.18/0.37  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.18/0.37  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.18/0.37  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.18/0.37  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.18/0.37  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.18/0.37  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.18/0.37  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.18/0.37  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.18/0.37  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.18/0.37  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.18/0.37  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.18/0.37  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.18/0.37  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.18/0.37  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.18/0.37  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.18/0.37  {"max_dseconds": 10,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.18/0.37  {"max_dseconds": 10,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.18/0.37  {"max_dseconds": 10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.18/0.37  {"max_dseconds": 10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.18/0.37  {"max_dseconds": 10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.18/0.37  {"max_dseconds": 10,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.18/0.37  {"max_dseconds": 10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.18/0.37  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":1},
% 0.18/0.37  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":1, "rewrite":0},
% 0.18/0.37  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":1, "weight_select_ratio":2},
% 0.18/0.37  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "sine":2},
% 0.18/0.37  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":2},
% 0.18/0.37  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "sine":1},
% 0.18/0.37  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "sine":3},
% 0.18/0.37  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":3},
% 0.18/0.37  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "sine":4},
% 0.18/0.37  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":4},
% 0.18/0.37  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "sine":5},
% 0.18/0.37  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":5},
% 0.18/0.37  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":1, "depth_penalty":50},
% 0.18/0.37  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":1, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.18/0.37  {"max_dseconds": 10, "strategy":["unit"], "var_weight":70,"repeat_var_weight":70,"query_preference":1, "sine":1},
% 0.18/0.37  
% 0.18/0.37  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1},
% 0.18/0.37  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0},
% 0.18/0.37  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.18/0.37  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.18/0.37  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.18/0.37  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.18/0.37  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.18/0.37  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.18/0.37  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.18/0.37  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1},
% 0.18/0.37  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0},
% 0.18/0.37  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.18/0.37  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.18/0.37  {"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.18/0.37  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.18/0.37  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.18/0.37  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.18/0.37  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.18/0.37  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 1},
% 0.18/0.37  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0},
% 0.18/0.37  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.18/0.37  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.18/0.37  {"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.18/0.37  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.18/0.37  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.18/0.37  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.18/0.37  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.18/0.37  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1},
% 0.18/0.37  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0},
% 0.18/0.37  {"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.18/0.37  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.18/0.37  {"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.18/0.37  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.18/0.37  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.18/0.37  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.18/0.37  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.18/0.37  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.18/0.37  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.18/0.37  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.18/0.37  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.18/0.37  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.18/0.37  {"max_dseconds": 50, "strategy":["query_focus"], "query_preference": 0},
% 0.18/0.37  {"max_dseconds": 50, "strategy":["query_focus"], "query_preference": 1},
% 0.18/0.37  {"max_dseconds": 50, "strategy":["query_focus"], "query_preference": 2},
% 0.18/0.37  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.18/0.37  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.18/0.37  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.18/0.37  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.18/0.37  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.18/0.37  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.18/0.37  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.18/0.37  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.18/0.37  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.18/0.37  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.18/0.37  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.18/0.37  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.18/0.37  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.18/0.37  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.18/0.37  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.18/0.37  {"max_dseconds": 50,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.18/0.37  {"max_dseconds": 50,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.18/0.37  {"max_dseconds": 50,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.18/0.37  {"max_dseconds": 50,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.18/0.37  {"max_dseconds": 50,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.18/0.37  {"max_dseconds": 50,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.18/0.37  {"max_dseconds": 50,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.18/0.37  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "sine":1},
% 0.18/0.37  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "sine":1, "rewrite":0},
% 0.18/0.37  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "sine":1, "weight_select_ratio":2},
% 0.18/0.37  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "sine":2},
% 0.18/0.37  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "sine":2},
% 0.18/0.37  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "sine":1},
% 0.18/0.37  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "sine":1, "depth_penalty":50},
% 0.18/0.37  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "sine":1, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.18/0.37  {"max_dseconds": 50, "strategy":["unit"], "var_weight":70,"repeat_var_weight":70,"query_preference":1, "sine":1},
% 0.18/0.37  
% 0.18/0.37  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1},
% 0.18/0.37  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0},
% 0.18/0.37  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.18/0.37  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.18/0.37  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.18/0.37  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.18/0.37  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.18/0.37  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.18/0.37  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.18/0.37  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.18/0.37  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.18/0.37  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.18/0.37  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.18/0.37  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.18/0.37  {"max_dseconds": 250, "strategy":["query_focus"], "query_preference": 0},
% 0.18/0.37  {"max_dseconds": 250, "strategy":["query_focus"], "query_preference": 1},
% 0.18/0.37  {"max_dseconds": 250, "strategy":["query_focus"], "query_preference": 2},
% 0.18/0.37  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.18/0.37  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.18/0.37  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.18/0.37  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.18/0.37  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.18/0.37  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.18/0.37  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.18/0.37  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.18/0.37  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.18/0.37  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.18/0.37  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.18/0.37  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.18/0.37  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.18/0.37  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.18/0.37  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.18/0.37  {"max_dseconds": 250,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.18/0.37  {"max_dseconds": 250,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.18/0.37  {"max_dseconds": 250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.18/0.37  {"max_dseconds": 250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.18/0.37  {"max_dseconds": 250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.18/0.37  {"max_dseconds": 250,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.18/0.37  {"max_dseconds": 250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.18/0.37  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "sine":1},
% 0.18/0.37  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "sine":1, "rewrite":0},
% 0.18/0.37  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "sine":1, "weight_select_ratio":2},
% 0.18/0.37  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "sine":2},
% 0.18/0.37  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "sine":2},
% 0.18/0.37  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "sine":1},
% 0.18/0.37  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "sine":1, "depth_penalty":50},
% 0.18/0.37  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "sine":1, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.18/0.37  {"max_dseconds": 250, "strategy":["unit"], "var_weight":70,"repeat_var_weight":70,"query_preference":1, "sine":1},
% 0.18/0.37  
% 0.18/0.37  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1},
% 0.18/0.37  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0},
% 0.18/0.37  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.18/0.37  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.18/0.37  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.18/0.37  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.18/0.37  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.18/0.37  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.18/0.37  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.18/0.37  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.18/0.37  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.18/0.37  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.18/0.37  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.18/0.37  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.18/0.37  {"max_dseconds": 1250, "strategy":["query_focus"], "query_preference": 0},
% 0.18/0.37  {"max_dseconds": 1250, "strategy":["query_focus"], "query_preference": 1},
% 0.18/0.37  {"max_dseconds": 1250, "strategy":["query_focus"], "query_preference": 2},
% 0.18/0.37  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.18/0.37  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.18/0.37  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.18/0.37  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.18/0.37  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.18/0.37  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.18/0.37  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.18/0.37  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.18/0.37  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.18/0.37  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.18/0.37  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.18/0.37  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.18/0.37  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.18/0.37  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.18/0.37  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.18/0.37  {"max_dseconds": 1250,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.18/0.37  {"max_dseconds": 1250,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.18/0.37  {"max_dseconds": 1250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.18/0.37  {"max_dseconds": 1250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.18/0.37  {"max_dseconds": 1250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.18/0.37  {"max_dseconds": 1250,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.18/0.37  {"max_dseconds": 1250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.18/0.37  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "sine":1},
% 0.18/0.37  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "sine":1, "rewrite":0},
% 0.18/0.37  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "sine":1, "weight_select_ratio":2},
% 0.18/0.37  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "sine":2},
% 0.18/0.37  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "sine":2},
% 0.18/0.37  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "sine":1},
% 0.18/0.37  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "sine":1, "depth_penalty":50},
% 0.18/0.37  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "sine":1, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.18/0.37  {"max_dseconds": 1250, "strategy":["unit"], "var_weight":70,"repeat_var_weight":70,"query_preference":1, "sine":1} 
% 0.18/0.37  
% 0.18/0.37  ]}
% 0.18/0.37  
% 0.18/0.37  
% 0.18/0.37  **** run 1 fork 0 starts with strategy
% 0.18/0.37  {"max_dseconds":1,"strategy":["unit"],"query_preference":1}
% 0.18/0.37  
% 0.18/0.37  **** run 2 fork 1 starts with strategy
% 0.18/0.37  {"max_dseconds":1,"strategy":["unit"],"query_preference":0}
% 0.18/0.37  
% 0.18/0.37  **** run 3 fork 2 starts with strategy
% 0.18/0.37  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 0.18/0.37  
% 0.18/0.37  **** run 4 fork 3 starts with strategy
% 0.18/0.37  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 0.18/0.37  
% 0.18/0.37  **** run 5 fork 4 starts with strategy
% 0.18/0.37  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1,"weight_select_ratio":20,"repeat_var_weight":1,"depth_penalty":100}
% 0.18/0.37  
% 0.18/0.37  **** run 6 fork 5 starts with strategy
% 0.18/0.37  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20}
% 0.18/0.37  
% 0.18/0.37  **** run 7 fork 6 starts with strategy
% 0.18/0.37  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20}
% 0.18/0.37  
% 0.18/0.37  **** run 8 fork 7 starts with strategy
% 0.18/0.37  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 0.18/0.49  
% 0.18/0.49  
% 0.18/0.49  fork 1: search terminated without proof.
% 0.18/0.49  
% 0.18/0.49  
% 0.18/0.49  fork 0: search terminated without proof.
% 0.18/0.49  
% 0.18/0.49  
% 0.18/0.49  fork 2: search terminated without proof.
% 0.18/0.49  
% 0.18/0.49  
% 0.18/0.49  fork 4: search terminated without proof.
% 0.18/0.49  
% 0.18/0.49  
% 0.18/0.49  fork 7: search terminated without proof.
% 0.18/0.49  
% 0.18/0.49  
% 0.18/0.49  fork 3: search terminated without proof.
% 0.18/0.49  
% 0.18/0.49  
% 0.18/0.49  fork 6: search terminated without proof.
% 0.18/0.49  
% 0.18/0.49  
% 0.18/0.49  fork 5: search terminated without proof.
% 0.18/0.52  
% 0.18/0.52  **** run 9 fork 0 starts with strategy
% 0.18/0.52  
% 0.18/0.52  **** run 10 fork 1 starts with strategy
% 0.18/0.52  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":1}
% 0.18/0.52  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 0.18/0.53  
% 0.18/0.53  **** run 14 fork 5 starts with strategy
% 0.18/0.53  
% 0.18/0.53  **** run 16 fork 7 starts with strategy
% 0.18/0.53  
% 0.18/0.53  **** run 15 fork 6 starts with strategy
% 0.18/0.53  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20}
% 0.18/0.53  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20}
% 0.18/0.53  
% 0.18/0.53  **** run 11 fork 2 starts with strategy
% 0.18/0.53  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0}
% 0.18/0.53  
% 0.18/0.53  **** run 13 fork 4 starts with strategy
% 0.18/0.53  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 0.18/0.53  
% 0.18/0.53  **** run 12 fork 3 starts with strategy
% 0.18/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.18/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.18/0.64  
% 0.18/0.64  
% 0.18/0.64  fork 0: search terminated without proof.
% 0.18/0.64  
% 0.18/0.64  
% 0.18/0.64  fork 1: search terminated without proof.
% 0.18/0.64  
% 0.18/0.64  
% 0.18/0.64  fork 6: search terminated without proof.
% 0.18/0.65  
% 0.18/0.65  
% 0.18/0.65  fork 3: search terminated without proof.
% 0.18/0.65  
% 0.18/0.65  
% 0.18/0.65  fork 5: search terminated without proof.
% 0.18/0.65  
% 0.18/0.65  
% 0.18/0.65  fork 7: search terminated without proof.
% 0.18/0.65  
% 0.18/0.65  
% 0.18/0.65  fork 4: search terminated without proof.
% 0.18/0.66  
% 0.18/0.66  **** run 18 fork 1 starts with strategy
% 0.18/0.66  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 0.18/0.66  
% 0.18/0.66  **** run 17 fork 0 starts with strategy
% 0.18/0.66  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 0.18/0.67  
% 0.18/0.67  
% 0.18/0.67  fork 2: search terminated without proof.
% 0.18/0.67  
% 0.18/0.67  **** run 23 fork 6 starts with strategy
% 0.18/0.67  {"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.18/0.67  
% 0.18/0.67  **** run 21 fork 4 starts with strategy
% 0.18/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.18/0.67  
% 0.18/0.67  **** run 24 fork 7 starts with strategy
% 0.18/0.67  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":1,"weight_select_ratio":20}
% 0.18/0.67  
% 0.18/0.67  **** run 20 fork 3 starts with strategy
% 0.18/0.67  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0}
% 0.18/0.67  
% 0.18/0.67  **** run 22 fork 5 starts with strategy
% 0.18/0.67  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 0.18/0.73  
% 0.18/0.73  **** run 19 fork 2 starts with strategy
% 0.18/0.73  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":1}
% 0.18/0.78  
% 0.18/0.78  
% 0.18/0.78  fork 0: search terminated without proof.
% 0.18/0.79  
% 0.18/0.79  
% 0.18/0.79  fork 6: search terminated without proof.
% 0.18/0.79  
% 0.18/0.79  
% 0.18/0.79  fork 5: search terminated without proof.
% 0.18/0.79  
% 0.18/0.79  
% 0.18/0.79  fork 3: search terminated without proof.
% 0.18/0.80  
% 0.18/0.80  
% 0.18/0.80  fork 1: search terminated without proof.
% 0.18/0.80  
% 0.18/0.80  **** run 25 fork 0 starts with strategy
% 0.18/0.80  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20}
% 0.18/0.81  
% 0.18/0.81  
% 0.18/0.81  fork 4: search terminated without proof.
% 0.18/0.81  
% 0.18/0.81  
% 0.18/0.81  fork 7: search terminated without proof.
% 0.18/0.81  
% 0.18/0.81  **** run 31 fork 6 starts with strategy
% 0.18/0.81  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 0.18/0.81  
% 0.18/0.81  **** run 30 fork 5 starts with strategy
% 0.18/0.81  {"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.18/0.82  
% 0.18/0.82  **** run 28 fork 3 starts with strategy
% 0.18/0.82  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1}
% 0.18/0.82  
% 0.18/0.82  **** run 26 fork 1 starts with strategy
% 0.18/0.82  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 0.18/0.83  
% 0.18/0.83  **** run 29 fork 4 starts with strategy
% 0.18/0.83  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0}
% 0.18/0.84  
% 0.18/0.84  **** run 32 fork 7 starts with strategy
% 0.18/0.84  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":20,"repeat_var_weight":1,"depth_penalty":100}
% 2.72/0.92  
% 2.72/0.92  
% 2.72/0.92  fork 0: search terminated without proof.
% 4.37/0.93  
% 4.37/0.93  
% 4.37/0.93  fork 3: search terminated without proof.
% 4.37/0.94  
% 4.37/0.94  
% 4.37/0.94  fork 2: search terminated without proof.
% 4.37/0.94  
% 4.37/0.94  **** run 33 fork 0 starts with strategy
% 4.37/0.94  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20}
% 4.37/0.95  
% 4.37/0.95  
% 4.37/0.95  fork 1: search terminated without proof.
% 4.37/0.95  
% 4.37/0.95  
% 4.37/0.95  fork 6: search terminated without proof.
% 4.37/0.95  
% 4.37/0.95  
% 4.37/0.95  fork 5: search terminated without proof.
% 4.37/0.95  
% 4.37/0.95  
% 4.37/0.95  fork 7: search terminated without proof.
% 4.37/0.96  
% 4.37/0.96  **** run 36 fork 3 starts with strategy
% 4.37/0.96  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 4.37/0.96  
% 4.37/0.96  
% 4.37/0.96  fork 4: search terminated without proof.
% 4.37/0.97  
% 4.37/0.97  **** run 27 fork 2 starts with strategy
% 4.37/0.97  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 4.37/0.97  
% 4.37/0.97  **** run 34 fork 1 starts with strategy
% 4.37/0.97  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20}
% 4.37/0.97  
% 4.37/0.97  **** run 39 fork 6 starts with strategy
% 4.37/0.97  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":2}
% 4.37/0.98  
% 4.37/0.98  **** run 38 fork 5 starts with strategy
% 4.37/0.98  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"rewrite":0}
% 4.37/0.98  
% 4.37/0.98  **** run 40 fork 7 starts with strategy
% 4.37/0.98  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50,"var_weight":1,"repeat_var_weight":1}
% 4.37/0.98  
% 4.37/0.98  **** run 37 fork 4 starts with strategy
% 4.37/0.98  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"rewrite":0}
% 5.59/1.08  
% 5.59/1.08  
% 5.59/1.08  fork 0: search terminated without proof.
% 5.59/1.09  
% 5.59/1.09  
% 5.59/1.09  fork 3: search terminated without proof.
% 5.59/1.09  
% 5.59/1.09  
% 5.59/1.09  fork 2: search terminated without proof.
% 5.59/1.10  
% 5.59/1.10  
% 5.59/1.10  fork 1: search terminated without proof.
% 5.59/1.10  
% 5.59/1.10  
% 5.59/1.10  fork 6: search terminated without proof.
% 5.59/1.10  
% 5.59/1.10  **** run 41 fork 0 starts with strategy
% 5.59/1.10  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50,"var_weight":1,"repeat_var_weight":1}
% 5.59/1.10  
% 5.59/1.10  
% 5.59/1.10  fork 5: search terminated without proof.
% 5.59/1.11  
% 5.59/1.11  
% 5.59/1.11  fork 4: search terminated without proof.
% 5.86/1.12  
% 5.86/1.12  **** run 44 fork 3 starts with strategy
% 5.86/1.12  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":2}
% 5.86/1.12  
% 5.86/1.12  **** run 42 fork 1 starts with strategy
% 5.86/1.12  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":0}
% 5.86/1.12  **** run 35 fork 2 starts with strategy
% 5.86/1.12  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 5.86/1.12  
% 5.86/1.13  
% 5.86/1.13  **** run 47 fork 6 starts with strategy
% 5.86/1.13  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":4}
% 5.86/1.13  
% 5.86/1.13  
% 5.86/1.13  fork 7: search terminated without proof.
% 5.86/1.13  
% 5.86/1.13  **** run 46 fork 5 starts with strategy
% 5.86/1.13  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":2}
% 6.03/1.14  
% 6.03/1.14  **** run 45 fork 4 starts with strategy
% 6.03/1.14  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"reverse_clauselist":1}
% 6.03/1.15  
% 6.03/1.15  **** run 48 fork 7 starts with strategy
% 6.03/1.15  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":6}
% 6.03/1.16  
% 6.03/1.16  fork 5: search finished without proof.
% 6.03/1.18  
% 6.03/1.18  **** run 54 fork 5 starts with strategy
% 6.03/1.18  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":20,"weight_select_ratio":2}
% 6.74/1.22  
% 6.74/1.22  
% 6.74/1.22  fork 0: search terminated without proof.
% 6.74/1.24  
% 6.74/1.24  
% 6.74/1.24  fork 3: search terminated without proof.
% 6.74/1.25  
% 6.74/1.25  **** run 49 fork 0 starts with strategy
% 6.74/1.25  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":8}
% 6.74/1.25  
% 6.74/1.25  
% 6.74/1.25  fork 2: search terminated without proof.
% 6.74/1.25  
% 6.74/1.25  
% 6.74/1.25  fork 1: search terminated without proof.
% 6.74/1.25  
% 6.74/1.25  
% 6.74/1.25  fork 6: search terminated without proof.
% 6.74/1.26  
% 6.74/1.26  
% 6.74/1.26  fork 4: search terminated without proof.
% 6.74/1.27  
% 6.74/1.27  **** run 52 fork 3 starts with strategy
% 6.74/1.27  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":15}
% 6.74/1.27  
% 6.74/1.27  **** run 43 fork 2 starts with strategy
% 6.74/1.27  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1}
% 6.74/1.27  
% 6.74/1.27  **** run 55 fork 6 starts with strategy
% 6.74/1.27  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":30}
% 6.74/1.28  
% 6.74/1.28  **** run 50 fork 1 starts with strategy
% 6.74/1.28  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":10}
% 6.74/1.28  
% 6.74/1.28  **** run 53 fork 4 starts with strategy
% 6.74/1.28  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":20}
% 7.25/1.29  
% 7.25/1.29  
% 7.25/1.29  fork 7: search terminated without proof.
% 7.25/1.30  
% 7.25/1.30  
% 7.25/1.30  fork 5: search terminated without proof.
% 7.25/1.31  
% 7.25/1.31  **** run 56 fork 7 starts with strategy
% 7.25/1.31  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":40}
% 7.25/1.32  
% 7.25/1.32  **** run 62 fork 5 starts with strategy
% 7.25/1.32  {"max_dseconds":1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0}
% 7.90/1.37  
% 7.90/1.37  
% 7.90/1.37  fork 0: search terminated without proof.
% 7.99/1.39  
% 7.99/1.39  
% 7.99/1.39  fork 3: search terminated without proof.
% 7.99/1.40  
% 7.99/1.40  **** run 57 fork 0 starts with strategy
% 7.99/1.40  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1}
% 7.99/1.40  
% 7.99/1.40  
% 7.99/1.40  fork 6: search terminated without proof.
% 7.99/1.40  
% 7.99/1.40  
% 7.99/1.40  fork 1: search terminated without proof.
% 7.99/1.40  
% 7.99/1.40  
% 7.99/1.40  fork 2: search terminated without proof.
% 7.99/1.41  
% 7.99/1.41  
% 7.99/1.41  fork 4: search terminated without proof.
% 7.99/1.43  
% 7.99/1.43  **** run 60 fork 3 starts with strategy
% 7.99/1.43  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1}
% 7.99/1.43  
% 7.99/1.43  **** run 63 fork 6 starts with strategy
% 7.99/1.43  {"max_dseconds":1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1}
% 7.99/1.43  
% 7.99/1.43  **** run 58 fork 1 starts with strategy
% 7.99/1.43  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1,"repeat_var_weight":1}
% 7.99/1.43  
% 7.99/1.43  **** run 61 fork 4 starts with strategy
% 7.99/1.43  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100}
% 7.99/1.44  
% 7.99/1.44  
% 7.99/1.44  fork 7: search terminated without proof.
% 7.99/1.44  
% 7.99/1.44  
% 7.99/1.44  fork 5: search terminated without proof.
% 7.99/1.46  
% 7.99/1.46  **** run 51 fork 2 starts with strategy
% 7.99/1.46  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":10}
% 7.99/1.46  
% 7.99/1.46  **** run 64 fork 7 starts with strategy
% 7.99/1.46  {"max_dseconds":1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20}
% 7.99/1.47  
% 7.99/1.47  **** run 70 fork 5 starts with strategy
% 7.99/1.47  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"sine":2}
% 7.99/1.52  
% 7.99/1.52  
% 7.99/1.52  fork 0: search terminated without proof.
% 7.99/1.53  
% 7.99/1.53  fork 2: search finished without proof.
% 7.99/1.54  
% 7.99/1.54  
% 7.99/1.54  fork 3: search terminated without proof.
% 7.99/1.54  
% 7.99/1.54  **** run 65 fork 0 starts with strategy
% 7.99/1.54  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100}
% 7.99/1.55  
% 7.99/1.55  
% 7.99/1.55  fork 6: search terminated without proof.
% 7.99/1.55  
% 7.99/1.55  
% 7.99/1.55  fork 1: search terminated without proof.
% 7.99/1.56  
% 7.99/1.56  
% 7.99/1.56  fork 4: search terminated without proof.
% 7.99/1.57  
% 7.99/1.57  **** run 68 fork 3 starts with strategy
% 7.99/1.57  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":1,"rewrite":0}
% 7.99/1.57  
% 7.99/1.57  **** run 71 fork 6 starts with strategy
% 7.99/1.57  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":2}
% 7.99/1.57  
% 7.99/1.57  **** run 66 fork 1 starts with strategy
% 7.99/1.57  {"max_dseconds":1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth":4}
% 7.99/1.58  
% 7.99/1.58  **** run 59 fork 2 starts with strategy
% 7.99/1.58  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50}
% 7.99/1.58  
% 7.99/1.58  **** run 69 fork 4 starts with strategy
% 7.99/1.58  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":1,"weight_select_ratio":2}
% 7.99/1.59  
% 7.99/1.59  
% 7.99/1.59  fork 7: search terminated without proof.
% 7.99/1.60  
% 7.99/1.60  
% 7.99/1.60  fork 5: search terminated without proof.
% 7.99/1.61  
% 7.99/1.61  **** run 72 fork 7 starts with strategy
% 7.99/1.61  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"sine":1}
% 7.99/1.63  
% 7.99/1.63  **** run 78 fork 5 starts with strategy
% 7.99/1.63  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":5}
% 7.99/1.67  
% 7.99/1.67  
% 7.99/1.67  fork 0: search terminated without proof.
% 8.70/1.69  
% 8.70/1.69  **** run 73 fork 0 starts with strategy
% 8.70/1.69  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"sine":3}
% 10.37/1.69  
% 10.37/1.69  
% 10.37/1.69  fork 3: search terminated without proof.
% 10.37/1.70  
% 10.37/1.70  
% 10.37/1.70  fork 1: search terminated without proof.
% 10.37/1.70  
% 10.37/1.70  
% 10.37/1.70  fork 6: search terminated without proof.
% 10.37/1.71  
% 10.37/1.71  
% 10.37/1.71  fork 4: search terminated without proof.
% 10.37/1.72  
% 10.37/1.72  **** run 76 fork 3 starts with strategy
% 10.37/1.72  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":4}
% 10.37/1.72  
% 10.37/1.72  **** run 74 fork 1 starts with strategy
% 10.37/1.72  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":3}
% 10.37/1.73  
% 10.37/1.73  **** run 79 fork 6 starts with strategy
% 10.37/1.73  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":1,"depth_penalty":50}
% 10.37/1.74  
% 10.37/1.74  **** run 77 fork 4 starts with strategy
% 10.37/1.74  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"sine":5}
% 10.37/1.74  
% 10.37/1.74  
% 10.37/1.74  fork 2: search terminated without proof.
% 10.37/1.74  
% 10.37/1.74  
% 10.37/1.74  fork 7: search terminated without proof.
% 10.37/1.76  
% 10.37/1.76  
% 10.37/1.76  fork 5: search terminated without proof.
% 10.37/1.77  
% 10.37/1.77  **** run 80 fork 7 starts with strategy
% 10.37/1.77  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":1,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 10.37/1.77  
% 10.37/1.77  **** run 67 fork 2 starts with strategy
% 10.37/1.77  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":1}
% 11.08/1.78  
% 11.08/1.78  **** run 86 fork 5 starts with strategy
% 11.08/1.78  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"var_weight":1,"weight_select_ratio":20,"repeat_var_weight":1,"depth_penalty":100}
% 11.38/1.82  
% 11.38/1.82  
% 11.38/1.82  fork 0: search terminated without proof.
% 11.38/1.84  
% 11.38/1.84  **** run 81 fork 0 starts with strategy
% 11.38/1.84  {"max_dseconds":1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1,"sine":1}
% 11.38/1.85  
% 11.38/1.85  
% 11.38/1.85  fork 1: search terminated without proof.
% 11.38/1.86  
% 11.38/1.86  
% 11.38/1.86  fork 3: search terminated without proof.
% 11.38/1.86  
% 11.38/1.86  
% 11.38/1.86  fork 6: search terminated without proof.
% 11.38/1.87  
% 11.38/1.87  
% 11.38/1.87  fork 4: search terminated without proof.
% 11.38/1.88  
% 11.38/1.88  **** run 82 fork 1 starts with strategy
% 11.38/1.88  {"max_dseconds":10,"strategy":["unit"],"query_preference":1}
% 11.38/1.88  
% 11.38/1.88  **** run 84 fork 3 starts with strategy
% 11.38/1.88  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 11.38/1.89  
% 11.38/1.89  **** run 87 fork 6 starts with strategy
% 11.38/1.89  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20}
% 11.38/1.89  
% 11.38/1.89  **** run 85 fork 4 starts with strategy
% 11.38/1.89  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 11.38/1.90  
% 11.38/1.90  
% 11.38/1.90  fork 7: search terminated without proof.
% 11.38/1.90  
% 11.38/1.90  
% 11.38/1.90  fork 2: search terminated without proof.
% 12.12/1.92  
% 12.12/1.92  **** run 88 fork 7 starts with strategy
% 12.12/1.92  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20}
% 12.12/1.93  
% 12.12/1.93  **** run 75 fork 2 starts with strategy
% 12.12/1.93  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"sine":4}
% 12.12/1.97  
% 12.12/1.97  
% 12.12/1.97  fork 0: search terminated without proof.
% 12.77/2.00  
% 12.77/2.00  **** run 89 fork 0 starts with strategy
% 12.77/2.00  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 12.77/2.06  
% 12.77/2.06  
% 12.77/2.06  fork 2: search terminated without proof.
% 13.50/2.09  
% 13.50/2.09  **** run 83 fork 2 starts with strategy
% 13.50/2.09  {"max_dseconds":10,"strategy":["unit"],"query_preference":0}
% 18.27/2.86  
% 18.27/2.86  
% 18.27/2.86  result: proof found
% 18.27/2.86  for /export/starexec/sandbox2/benchmark/theBenchmark.p 
% 18.27/2.86  by run 85 fork 4 strategy {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 18.27/2.86  % SZS status Unsatisfiable for /export/starexec/sandbox2/benchmark/theBenchmark.p 
% 18.27/2.86  
% 18.27/2.86  % SZS output start CNFRefutation for /export/starexec/sandbox2/benchmark/theBenchmark.p 
% See solution above
% 18.27/2.86  
% 18.27/2.86  run 85 fork 4 statistics:
% 18.27/2.86  ----------------------------------
% 18.27/2.86  this run seconds: 0.912687
% 18.27/2.86  total seconds: 2.457683
% 18.27/2.86  stat_given_used: 617
% 18.27/2.86  stat_given_used_at_endgame: 615
% 18.27/2.86  stat_given_candidates:   7511
% 18.27/2.86  stat_given_candidates_at_endgame: 7413
% 18.27/2.86  stat_given_candidates_h: 0
% 18.27/2.86  stat_binres_derived_cl:   0
% 18.27/2.86  stat_binres_derived_cl_h: 0
% 18.27/2.86  stat_factor_derived_cl: 0
% 18.27/2.86  stat_para_derived_cl: 131894
% 18.27/2.86  stat_tautologies_discarded: 0
% 18.27/2.86  stat_forward_subsumed: 28582
% 18.27/2.86  stat_derived_cut: 1
% 18.27/2.86  stat_derived_rewritten: 363
% 18.27/2.86  stat_weight_discarded_building: 0
% 18.27/2.86  stat_weight_discarded_cl: 58686
% 18.27/2.86  stat_internlimit_discarded_cl: 0
% 18.27/2.86  stat_simplified:  363 simplified 0 derived 0 given
% 18.27/2.86  stat_kept_cl: 39731
% 18.27/2.86  stat_built_cl: 100013
% 18.27/2.86  stat_hyperres_partial_cl: 0
% 18.27/2.86  stat_made_rewriters: 596
% 18.27/2.86  stat_backward_subsumed: 0
% 18.27/2.86  stat_propagated_subsumed: 0
% 18.27/2.86  stat_clsubs_attempted:                     34373
% 18.27/2.86  stat_clsubs_fact_groundunit_found:             0
% 18.27/2.86  stat_clsubs_rule_groundunit_found:             1
% 18.27/2.86  stat_clsubs_top_meta_attempted:             165329
% 18.27/2.86  stat_clsubs_top_meta_failed:                130956
% 18.27/2.86  stat_clsubs_top_meta_nonpref_attempted:              165329
% 18.27/2.86  stat_clsubs_top_meta_nonpref_succeeded:               83620
% 18.27/2.86  stat_clsubs_top_meta_pref_attempted:                  83620
% 18.27/2.86  stat_clsubs_top_meta_pref1_succeeded:                 83613
% 18.27/2.86  stat_clsubs_top_meta_pref2_succeeded:                 55399
% 18.27/2.86  stat_clsubs_top_meta_pref3_succeeded:                 34373
% 18.27/2.86  stat_clsubs_top_meta_pref_succeeded:                  34373
% 18.27/2.86  stat_clsubs_meta_attempted:                34373
% 18.27/2.86  stat_clsubs_meta_failed:                    1787
% 18.27/2.86  stat_clsubs_predsymbs_attempted:               0
% 18.27/2.86  stat_clsubs_unit_attempted:                34373
% 18.27/2.86  stat_clsubs_full_attempted:                    0
% 18.27/2.86  stat_forwardsubs_attempted:               126999
% 18.27/2.86  stat_lit_hash_added:                  39827
% 18.27/2.86  stat_lit_hash_computed:              168000
% 18.27/2.86  stat_lit_hash_match_found:            28682
% 18.27/2.86  stat_lit_hash_match_miss:            198271
% 18.27/2.86  stat_lit_hash_cut_ok:                     1
% 18.27/2.86  stat_lit_strong_cut_ok:                   0
% 18.27/2.86  stat_lit_hash_subsume_ok:             28582
% 18.27/2.86  clqueue els 10000000 used 1
% 18.27/2.86  clactive els 10000000 used 618
% 18.27/2.86  clactivesubsume els 10000000 used 3229
% 18.27/2.86  queue_termbuf els 200000000 used 2747769
% 18.27/2.86  hyper_termbuf els 100000000 used 1
% 18.27/2.86  active_termbuf els 100000000 used 24493
% 18.27/2.86  varstack els 5000 last used 1
% 18.27/2.86  given_termbuf els 10000000 last used 1
% 18.27/2.86  simplified_termbuf els 10000000 last used 1
% 18.27/2.86  derived_termbuf els 10000000 last used 3
% 18.27/2.86  wr_mallocs: 157087
% 18.27/2.86  wr_callocs: 21
% 18.27/2.86  wr_reallocs: 5669
% 18.27/2.86  wr_frees: 2
% 18.27/2.86  wr_malloc_bytes: 4168154388
% 18.27/2.86  wr_calloc_bytes: 112065536
% 18.27/2.86  wr_realloc_bytes: 1253632
% 18.27/2.86  wr_realloc_freebytes: 0
% 18.27/2.86  ----------------------------------
%------------------------------------------------------------------------------