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

View Problem - Process Solution

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

% Computer : n025.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:35 EDT 2023

% Result   : Unsatisfiable 19.95s 3.09s
% Output   : CNFRefutation 19.95s
% Verified : 
% SZS Type : ERROR: Analysing output (Could not find formula named a_inverse_plus_b_inverse_is_d)

% Comments : 
%------------------------------------------------------------------------------
cnf('1',plain,
    add(inverse(a),inverse(b)) = d,
    inference(cnf_transformation,[],[a_inverse_plus_b_inverse_is_d]) ).

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

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

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

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

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

cnf('7',plain,
    multiply(a,d) = multiply(a,inverse(b)),
    inference(paramodulation,[],['1','6']) ).

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

cnf('9',plain,
    add(X,inverse(X)) = multiplicative_identity,
    inference(cnf_transformation,[],['$inc_additive_inverse1']) ).

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

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

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

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

cnf('14',plain,
    add(X3,inverse(X3)) = add(X3,multiplicative_identity),
    inference(paramodulation,[],['8','13']) ).

cnf('15',plain,
    multiplicative_identity = add(X,multiplicative_identity),
    inference(simplify,[],['14','9']) ).

cnf('16',plain,
    multiply(a,b) = c,
    inference(cnf_transformation,[],[a_times_b_is_c]) ).

cnf('17',plain,
    multiply(X,add(Y,multiplicative_identity)) = add(multiply(X,Y),X),
    inference(paramodulation,[],['8','3']) ).

cnf('18',plain,
    multiply(a,add(b,multiplicative_identity)) = add(c,a),
    inference(paramodulation,[],['16','17']) ).

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

cnf('20',plain,
    add(c,a) = multiply(add(b,multiplicative_identity),a),
    inference(paramodulation,[],['18','19']) ).

cnf('21',plain,
    add(c,a) = multiply(multiplicative_identity,a),
    inference(paramodulation,[],['15','20']) ).

cnf('22',plain,
    add(c,a) = a,
    inference(simplify,[],['21','12']) ).

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

cnf('24',plain,
    add(a,c) = a,
    inference(paramodulation,[],['22','23']) ).

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

cnf('26',plain,
    multiply(add(X3,multiplicative_identity),Y3) = add(multiply(X3,Y3),Y3),
    inference(paramodulation,[],['12','25']) ).

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

cnf('28',plain,
    multiply(X,add(multiplicative_identity,Y)) = add(X,multiply(X,Y)),
    inference(paramodulation,[],['8','3']) ).

cnf('29',plain,
    multiply(additive_identity,add(multiplicative_identity,X)) = multiply(additive_identity,X),
    inference(paramodulation,[],['28','5']) ).

cnf('30',plain,
    multiply(additive_identity,multiplicative_identity) = multiply(additive_identity,additive_identity),
    inference(paramodulation,[],['27','29']) ).

cnf('31',plain,
    additive_identity = multiply(additive_identity,additive_identity),
    inference(simplify,[],['30','8']) ).

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

cnf('33',plain,
    add(additive_identity,X3) = multiply(add(additive_identity,X3),add(additive_identity,X3)),
    inference(paramodulation,[],['31','32']) ).

cnf('34',plain,
    X = multiply(X,X),
    inference(simplify,[then_simplify],['33','5','5','5']) ).

cnf('35',plain,
    multiply(add(X,Y),Y) = add(multiply(X,Y),Y),
    inference(paramodulation,[],['34','25']) ).

cnf('36',plain,
    multiply(add(X,multiplicative_identity),Y) = multiply(add(X,Y),Y),
    inference(simplify,[],['26','35']) ).

cnf('37',plain,
    multiply(multiplicative_identity,X3) = multiply(add(Y3,X3),X3),
    inference(paramodulation,[],['15','36']) ).

cnf('38',plain,
    X = multiply(add(Y,X),X),
    inference(simplify,[],['37','12']) ).

cnf('39',plain,
    c = multiply(a,c),
    inference(paramodulation,[],['24','38']) ).

cnf('40',plain,
    multiply(c,a) = c,
    inference(paramodulation,[],['39','19']) ).

cnf('41',plain,
    add(inverse(X),X) = multiplicative_identity,
    inference(cnf_transformation,[],['$inc_additive_inverse2']) ).

cnf('42',plain,
    add(inverse(X3),multiply(X3,Y3)) = multiply(multiplicative_identity,add(inverse(X3),Y3)),
    inference(paramodulation,[],['41','10']) ).

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

cnf('44',plain,
    add(inverse(c),c) = add(inverse(c),a),
    inference(paramodulation,[],['40','43']) ).

cnf('45',plain,
    multiplicative_identity = add(inverse(c),a),
    inference(simplify,[],['44','41']) ).

cnf('46',plain,
    add(a,inverse(c)) = multiplicative_identity,
    inference(paramodulation,[],['45','23']) ).

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

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

cnf('49',plain,
    add(multiply(a,X3),inverse(c)) = add(multiply(multiplicative_identity,X3),inverse(c)),
    inference(paramodulation,[],['46','48']) ).

cnf('50',plain,
    add(multiply(a,X),inverse(c)) = add(X,inverse(c)),
    inference(simplify,[],['49','12']) ).

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

cnf('52',plain,
    multiply(add(X,Y),X) = add(X,multiply(Y,X)),
    inference(paramodulation,[],['34','25']) ).

cnf('53',plain,
    multiply(add(X,multiplicative_identity),X) = add(X,X),
    inference(paramodulation,[],['12','52']) ).

cnf('54',plain,
    multiply(multiplicative_identity,X3) = add(X3,X3),
    inference(paramodulation,[],['15','53']) ).

cnf('55',plain,
    X = add(X,X),
    inference(simplify,[],['54','12']) ).

cnf('56',plain,
    add(inverse(b),inverse(a)) = d,
    inference(paramodulation,[],['23','1']) ).

cnf('57',plain,
    multiply(X,add(Y,X)) = X,
    inference(paramodulation,[],['38','19']) ).

cnf('58',plain,
    multiply(inverse(a),d) = inverse(a),
    inference(paramodulation,[],['56','57']) ).

cnf('59',plain,
    add(a,inverse(a)) = add(a,d),
    inference(paramodulation,[],['58','13']) ).

cnf('60',plain,
    multiplicative_identity = add(a,d),
    inference(simplify,[],['59','9']) ).

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

cnf('62',plain,
    multiply(add(a,multiplicative_identity),b) = add(c,b),
    inference(paramodulation,[],['61','36']) ).

cnf('63',plain,
    multiply(b,add(a,multiplicative_identity)) = add(c,b),
    inference(paramodulation,[],['19','62']) ).

cnf('64',plain,
    multiply(b,multiplicative_identity) = add(c,b),
    inference(paramodulation,[],['15','63']) ).

cnf('65',plain,
    b = add(c,b),
    inference(simplify,[],['64','8']) ).

cnf('66',plain,
    add(multiply(X,Y),Z) = multiply(add(Z,X),add(Y,Z)),
    inference(paramodulation,[],['23','32']) ).

cnf('67',plain,
    add(multiply(b,X3),c) = multiply(b,add(X3,c)),
    inference(paramodulation,[],['65','66']) ).

cnf('68',plain,
    multiply(add(X,a),b) = add(multiply(X,b),c),
    inference(paramodulation,[],['16','25']) ).

cnf('69',plain,
    multiply(add(X,a),b) = add(multiply(b,X),c),
    inference(paramodulation,[],['19','68']) ).

cnf('70',plain,
    multiply(add(X3,a),b) = add(c,multiply(X3,b)),
    inference(paramodulation,[],['23','68']) ).

cnf('71',plain,
    multiply(add(a,X),b) = add(c,multiply(X,b)),
    inference(paramodulation,[],['16','25']) ).

cnf('72',plain,
    multiply(add(X,a),b) = multiply(add(a,X),b),
    inference(simplify,[],['70','71']) ).

cnf('73',plain,
    multiply(b,add(a,X)) = multiply(add(X,a),b),
    inference(paramodulation,[],['72','19']) ).

cnf('74',plain,
    multiply(b,add(a,X)) = multiply(b,add(X,c)),
    inference(simplify,[then_simplify],['67','69','73']) ).

cnf('75',plain,
    multiply(b,multiplicative_identity) = multiply(b,add(d,c)),
    inference(paramodulation,[],['60','74']) ).

cnf('76',plain,
    b = multiply(b,add(d,c)),
    inference(simplify,[],['75','8']) ).

cnf('77',plain,
    multiply(add(d,c),b) = b,
    inference(paramodulation,[],['76','19']) ).

cnf('78',plain,
    add(X3,multiply(Y3,Z3)) = add(multiply(add(X3,Y3),X3),multiply(add(X3,Y3),Z3)),
    inference(paramodulation,[],['10','3']) ).

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

cnf('80',plain,
    multiply(add(X,Y),Z) = multiply(add(Y,X),Z),
    inference(simplify,[],['79','25']) ).

cnf('81',plain,
    multiply(add(X,Y),X) = X,
    inference(paramodulation,[],['38','80']) ).

cnf('82',plain,
    add(X,multiply(Y,Z)) = add(X,multiply(add(X,Y),Z)),
    inference(simplify,[],['78','81']) ).

cnf('83',plain,
    add(d,multiply(c,b)) = add(d,b),
    inference(paramodulation,[],['77','82']) ).

cnf('84',plain,
    add(b,c) = b,
    inference(paramodulation,[],['65','23']) ).

cnf('85',plain,
    c = multiply(b,c),
    inference(paramodulation,[],['84','38']) ).

cnf('86',plain,
    multiply(c,b) = c,
    inference(paramodulation,[],['85','19']) ).

cnf('87',plain,
    multiply(inverse(b),d) = inverse(b),
    inference(paramodulation,[],['1','57']) ).

cnf('88',plain,
    add(b,inverse(b)) = add(b,d),
    inference(paramodulation,[],['87','13']) ).

cnf('89',plain,
    multiplicative_identity = add(b,d),
    inference(simplify,[],['88','9']) ).

cnf('90',plain,
    add(d,b) = multiplicative_identity,
    inference(paramodulation,[],['89','23']) ).

cnf('91',plain,
    add(d,c) = multiplicative_identity,
    inference(simplify,[then_simplify],['83','86','90']) ).

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

cnf('93',plain,
    multiply(inverse(X3),add(X3,Y3)) = add(additive_identity,multiply(inverse(X3),Y3)),
    inference(paramodulation,[],['92','3']) ).

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

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

cnf('96',plain,
    multiply(X,add(Y,Z)) = multiply(X,add(Z,Y)),
    inference(simplify,[],['95','3']) ).

cnf('97',plain,
    multiply(inverse(X),add(Y,X)) = multiply(inverse(X),Y),
    inference(paramodulation,[],['94','96']) ).

cnf('98',plain,
    multiply(add(X,Y),inverse(Y)) = multiply(inverse(Y),X),
    inference(paramodulation,[],['97','19']) ).

cnf('99',plain,
    multiply(multiplicative_identity,inverse(c)) = multiply(inverse(c),d),
    inference(paramodulation,[],['91','98']) ).

cnf('100',plain,
    inverse(c) = multiply(inverse(c),d),
    inference(simplify,[],['99','12']) ).

cnf('101',plain,
    add(X3,multiply(Y3,multiply(X3,Z3))) = multiply(add(X3,Y3),multiply(X3,add(multiplicative_identity,Z3))),
    inference(paramodulation,[],['28','10']) ).

cnf('102',plain,
    add(multiplicative_identity,X) = multiplicative_identity,
    inference(paramodulation,[],['15','23']) ).

cnf('103',plain,
    add(X,multiply(Y,multiply(X,Z))) = X,
    inference(simplify,[then_simplify],['101','102','8','81']) ).

cnf('104',plain,
    add(add(X,Y),multiply(Z,Y)) = add(X,Y),
    inference(paramodulation,[],['38','103']) ).

cnf('105',plain,
    add(multiply(X,Y),add(Z,Y)) = add(Z,Y),
    inference(paramodulation,[],['104','23']) ).

cnf('106',plain,
    add(inverse(c),add(X,d)) = add(X,d),
    inference(paramodulation,[],['100','105']) ).

cnf('107',plain,
    add(inverse(c),d) = add(d,d),
    inference(paramodulation,[],['55','106']) ).

cnf('108',plain,
    add(inverse(c),d) = d,
    inference(simplify,[],['107','55']) ).

cnf('109',plain,
    add(d,inverse(c)) = d,
    inference(paramodulation,[],['108','23']) ).

cnf('110',plain,
    multiply(inverse(b),b) = multiply(inverse(b),c),
    inference(paramodulation,[],['84','94']) ).

cnf('111',plain,
    additive_identity = multiply(inverse(b),c),
    inference(simplify,[],['110','92']) ).

cnf('112',plain,
    add(multiply(X3,Y3),inverse(X3)) = multiply(multiplicative_identity,add(Y3,inverse(X3))),
    inference(paramodulation,[],['9','32']) ).

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

cnf('114',plain,
    add(multiply(X3,Y3),Z3) = multiply(add(Y3,Z3),add(X3,Z3)),
    inference(paramodulation,[],['19','32']) ).

cnf('115',plain,
    add(multiply(X,Y),Z) = add(multiply(Y,X),Z),
    inference(simplify,[],['114','32']) ).

cnf('116',plain,
    add(multiply(X,Y),inverse(Y)) = add(X,inverse(Y)),
    inference(paramodulation,[],['113','115']) ).

cnf('117',plain,
    add(additive_identity,inverse(c)) = add(inverse(b),inverse(c)),
    inference(paramodulation,[],['111','116']) ).

cnf('118',plain,
    inverse(c) = add(inverse(b),inverse(c)),
    inference(simplify,[],['117','5']) ).

cnf('119',plain,
    d = inverse(c),
    inference(simplify,[then_simplify],['51','50','109','118']) ).

cnf('120',plain,
    inverse(c) != d,
    inference(cnf_transformation,[],[prove_c_inverse_is_d]) ).

cnf('121',plain,
    $false,
    inference(paramodulation,[],['119','120']) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.13  % Problem  : BOO015-2 : TPTP v8.1.2. Bugfixed v1.0.1.
% 0.00/0.14  % Command  : gkc %s
% 0.15/0.35  % Computer : n025.cluster.edu
% 0.15/0.35  % Model    : x86_64 x86_64
% 0.15/0.35  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.15/0.35  % Memory   : 8042.1875MB
% 0.15/0.35  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.15/0.35  % CPULimit : 300
% 0.15/0.35  % WCLimit  : 300
% 0.15/0.35  % DateTime : Sun Aug 27 08:54:38 EDT 2023
% 0.15/0.35  % CPUTime  : 
% 0.21/0.40  
% 0.21/0.40  input clause set summed statistics:
% 0.21/0.40  ----------------------------------
% 0.21/0.40  in_clause_count:                    17
% 0.21/0.40  in_rule_clause_count:               17
% 0.21/0.40  in_fact_clause_count:                0
% 0.21/0.40  in_answer_clause_count:              0
% 0.21/0.40  in_ground_clause_count:              3
% 0.21/0.40  in_unit_clause_count:               17
% 0.21/0.40  in_horn_clause_count:               17
% 0.21/0.40  in_pos_clause_count:                16
% 0.21/0.40  in_neg_clause_count:                 1
% 0.21/0.40  in_poseq_clause_count:              16
% 0.21/0.40  in_negeq_clause_count:               1
% 0.21/0.40  in_unitposeq_clause_count:          16
% 0.21/0.40  in_chain_clause_count:               0
% 0.21/0.40  in_min_length:             1
% 0.21/0.40  in_max_length:             1
% 0.21/0.40  in_min_depth:              2
% 0.21/0.40  in_max_depth:              3
% 0.21/0.40  in_min_size:               4
% 0.21/0.40  in_max_size:              13
% 0.21/0.40  in_min_vars:               0
% 0.21/0.40  in_max_vars:               3
% 0.21/0.40  in_extaxiom_count:                14
% 0.21/0.40  in_axiom_count:                    0
% 0.21/0.40  in_assumption_count:               2
% 0.21/0.40  in_goal_count:                     1
% 0.21/0.40  in_neg_goal_count:                 1
% 0.21/0.40  in_pos_goal_count:                 0
% 0.21/0.40  in_posunit_goal_count:             0
% 0.21/0.40  
% 0.21/0.40  auto guide:
% 0.21/0.40  -----------
% 0.21/0.40  {
% 0.21/0.40  "print":1,
% 0.21/0.40  "print_level": 15,
% 0.21/0.40  "max_size": 0,
% 0.21/0.40  "max_depth": 0,
% 0.21/0.40  "max_length": 0,
% 0.21/0.40  "max_dseconds": 0,
% 0.21/0.40  "runs":[
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 1},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["query_focus"], "query_preference": 0},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["query_focus"], "query_preference": 1},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["query_focus"], "query_preference": 2},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.21/0.40  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.21/0.40  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.21/0.40  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.21/0.40  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.21/0.40  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.21/0.40  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.21/0.40  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.21/0.40  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.21/0.40  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.21/0.40  {"max_dseconds": 1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.21/0.40  {"max_dseconds": 1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.21/0.40  {"max_dseconds": 1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.21/0.40  {"max_dseconds": 1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.21/0.40  {"max_dseconds": 1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.21/0.40  {"max_dseconds": 1,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.21/0.40  {"max_dseconds": 1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":1},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":1, "rewrite":0},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":1, "weight_select_ratio":2},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "sine":2},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":2},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "sine":1},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "sine":3},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":3},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "sine":4},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":4},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "sine":5},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":5},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":1, "depth_penalty":50},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":1, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit"], "var_weight":70,"repeat_var_weight":70,"query_preference":1, "sine":1},
% 0.21/0.40  
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 1},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["query_focus"], "query_preference": 0},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["query_focus"], "query_preference": 1},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["query_focus"], "query_preference": 2},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.21/0.40  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.21/0.40  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.21/0.40  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.21/0.40  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.21/0.40  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.21/0.40  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.21/0.40  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.21/0.40  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.21/0.40  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.21/0.40  {"max_dseconds": 10,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.21/0.40  {"max_dseconds": 10,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.21/0.40  {"max_dseconds": 10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.21/0.40  {"max_dseconds": 10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.21/0.40  {"max_dseconds": 10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.21/0.40  {"max_dseconds": 10,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.21/0.40  {"max_dseconds": 10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":1},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":1, "rewrite":0},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":1, "weight_select_ratio":2},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "sine":2},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":2},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "sine":1},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "sine":3},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":3},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "sine":4},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":4},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "sine":5},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":5},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":1, "depth_penalty":50},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":1, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit"], "var_weight":70,"repeat_var_weight":70,"query_preference":1, "sine":1},
% 0.21/0.40  
% 0.21/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 1},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["query_focus"], "query_preference": 0},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["query_focus"], "query_preference": 1},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["query_focus"], "query_preference": 2},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.21/0.40  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.21/0.40  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.21/0.40  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.21/0.40  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.21/0.40  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.21/0.40  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.21/0.40  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.21/0.40  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.21/0.40  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.21/0.40  {"max_dseconds": 50,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.21/0.40  {"max_dseconds": 50,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.21/0.40  {"max_dseconds": 50,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.21/0.40  {"max_dseconds": 50,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.21/0.40  {"max_dseconds": 50,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.21/0.40  {"max_dseconds": 50,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.21/0.40  {"max_dseconds": 50,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "sine":1},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "sine":1, "rewrite":0},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "sine":1, "weight_select_ratio":2},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "sine":2},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "sine":2},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "sine":1},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "sine":1, "depth_penalty":50},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "sine":1, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["unit"], "var_weight":70,"repeat_var_weight":70,"query_preference":1, "sine":1},
% 0.21/0.40  
% 0.21/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1},
% 0.21/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0},
% 0.21/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.21/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.21/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.21/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.21/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.21/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.21/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.21/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.21/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.21/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.21/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.21/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.21/0.40  {"max_dseconds": 250, "strategy":["query_focus"], "query_preference": 0},
% 0.21/0.40  {"max_dseconds": 250, "strategy":["query_focus"], "query_preference": 1},
% 0.21/0.40  {"max_dseconds": 250, "strategy":["query_focus"], "query_preference": 2},
% 0.21/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.21/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.21/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.21/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.21/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.21/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.21/0.40  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.21/0.40  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.21/0.40  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.21/0.40  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.21/0.40  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.21/0.40  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.21/0.40  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.21/0.40  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.21/0.40  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.21/0.40  {"max_dseconds": 250,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.21/0.40  {"max_dseconds": 250,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.21/0.40  {"max_dseconds": 250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.21/0.40  {"max_dseconds": 250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.21/0.40  {"max_dseconds": 250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.21/0.40  {"max_dseconds": 250,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.21/0.40  {"max_dseconds": 250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.21/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "sine":1},
% 0.21/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "sine":1, "rewrite":0},
% 0.21/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "sine":1, "weight_select_ratio":2},
% 0.21/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "sine":2},
% 0.21/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "sine":2},
% 0.21/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "sine":1},
% 0.21/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "sine":1, "depth_penalty":50},
% 0.21/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "sine":1, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.21/0.40  {"max_dseconds": 250, "strategy":["unit"], "var_weight":70,"repeat_var_weight":70,"query_preference":1, "sine":1},
% 0.21/0.40  
% 0.21/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1},
% 0.21/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0},
% 0.21/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.21/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.21/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.21/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.21/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.21/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.21/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.21/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.21/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.21/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.21/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.21/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.21/0.40  {"max_dseconds": 1250, "strategy":["query_focus"], "query_preference": 0},
% 0.21/0.40  {"max_dseconds": 1250, "strategy":["query_focus"], "query_preference": 1},
% 0.21/0.40  {"max_dseconds": 1250, "strategy":["query_focus"], "query_preference": 2},
% 0.21/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.21/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.21/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.21/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.21/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.21/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.21/0.40  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.21/0.40  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.21/0.40  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.21/0.40  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.21/0.40  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.21/0.40  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.21/0.40  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.21/0.40  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.21/0.40  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.21/0.40  {"max_dseconds": 1250,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.21/0.40  {"max_dseconds": 1250,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.21/0.40  {"max_dseconds": 1250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.21/0.40  {"max_dseconds": 1250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.21/0.40  {"max_dseconds": 1250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.21/0.40  {"max_dseconds": 1250,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.21/0.40  {"max_dseconds": 1250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.21/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "sine":1},
% 0.21/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "sine":1, "rewrite":0},
% 0.21/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "sine":1, "weight_select_ratio":2},
% 0.21/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "sine":2},
% 0.21/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "sine":2},
% 0.21/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "sine":1},
% 0.21/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "sine":1, "depth_penalty":50},
% 0.21/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "sine":1, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.21/0.40  {"max_dseconds": 1250, "strategy":["unit"], "var_weight":70,"repeat_var_weight":70,"query_preference":1, "sine":1} 
% 0.21/0.40  
% 0.21/0.40  ]}
% 0.21/0.40  
% 0.21/0.40  
% 0.21/0.40  **** run 1 fork 0 starts with strategy
% 0.21/0.40  {"max_dseconds":1,"strategy":["unit"],"query_preference":1}
% 0.21/0.40  
% 0.21/0.40  **** run 2 fork 1 starts with strategy
% 0.21/0.40  {"max_dseconds":1,"strategy":["unit"],"query_preference":0}
% 0.21/0.40  
% 0.21/0.40  **** run 3 fork 2 starts with strategy
% 0.21/0.40  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 0.21/0.40  
% 0.21/0.40  **** run 4 fork 3 starts with strategy
% 0.21/0.40  
% 0.21/0.40  **** run 5 fork 4 starts with strategy
% 0.21/0.40  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1,"weight_select_ratio":20,"repeat_var_weight":1,"depth_penalty":100}
% 0.21/0.40  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 0.21/0.40  
% 0.21/0.40  **** run 6 fork 5 starts with strategy
% 0.21/0.40  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20}
% 0.21/0.41  
% 0.21/0.41  **** run 8 fork 7 starts with strategy
% 0.21/0.41  
% 0.21/0.41  **** run 7 fork 6 starts with strategy
% 0.21/0.41  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}{"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20}
% 0.21/0.41  
% 0.21/0.53  
% 0.21/0.53  
% 0.21/0.53  fork 3: search terminated without proof.
% 0.21/0.53  
% 0.21/0.53  
% 0.21/0.53  fork 5: search terminated without proof.
% 0.21/0.53  
% 0.21/0.53  
% 0.21/0.53  fork 4: search terminated without proof.
% 0.21/0.54  
% 0.21/0.54  
% 0.21/0.54  fork 0: search terminated without proof.
% 0.21/0.54  
% 0.21/0.54  
% 0.21/0.54  fork 1: search terminated without proof.
% 0.21/0.54  
% 0.21/0.54  
% 0.21/0.54  fork 7: search terminated without proof.
% 0.21/0.55  
% 0.21/0.55  **** run 13 fork 4 starts with strategy
% 0.21/0.55  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 0.21/0.55  
% 0.21/0.55  **** run 12 fork 3 starts with strategy
% 0.21/0.55  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 0.21/0.55  
% 0.21/0.55  **** run 14 fork 5 starts with strategy
% 0.21/0.55  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":20,"repeat_var_weight":1,"depth_penalty":100}
% 0.21/0.55  
% 0.21/0.55  
% 0.21/0.55  fork 2: search terminated without proof.
% 0.21/0.56  
% 0.21/0.56  **** run 9 fork 0 starts with strategy
% 0.21/0.56  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 0.21/0.57  
% 0.21/0.57  **** run 10 fork 1 starts with strategy
% 0.21/0.57  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":1}
% 0.21/0.57  
% 0.21/0.57  **** run 16 fork 7 starts with strategy
% 0.21/0.57  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20}
% 0.21/0.58  
% 0.21/0.58  **** run 11 fork 2 starts with strategy
% 0.21/0.58  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0}
% 0.21/0.59  
% 0.21/0.59  
% 0.21/0.59  fork 6: search terminated without proof.
% 0.21/0.62  
% 0.21/0.62  **** run 15 fork 6 starts with strategy
% 0.21/0.62  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20}
% 0.21/0.66  
% 0.21/0.66  
% 0.21/0.66  fork 4: search terminated without proof.
% 0.21/0.66  
% 0.21/0.66  
% 0.21/0.66  fork 3: search terminated without proof.
% 0.21/0.66  
% 0.21/0.66  
% 0.21/0.66  fork 5: search terminated without proof.
% 0.21/0.67  
% 0.21/0.67  
% 0.21/0.67  fork 0: search terminated without proof.
% 0.21/0.68  
% 0.21/0.68  
% 0.21/0.68  fork 7: search terminated without proof.
% 0.21/0.68  
% 0.21/0.68  **** run 22 fork 5 starts with strategy
% 0.21/0.68  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 0.21/0.69  
% 0.21/0.69  **** run 20 fork 3 starts with strategy
% 0.21/0.69  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0}
% 0.21/0.69  
% 0.21/0.69  **** run 21 fork 4 starts with strategy
% 0.21/0.69  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 0.21/0.69  
% 0.21/0.69  
% 0.21/0.69  fork 2: search terminated without proof.
% 0.21/0.69  
% 0.21/0.69  **** run 17 fork 0 starts with strategy
% 0.21/0.69  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 0.21/0.70  
% 0.21/0.70  **** run 24 fork 7 starts with strategy
% 0.21/0.70  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":1,"weight_select_ratio":20}
% 0.21/0.71  
% 0.21/0.71  **** run 19 fork 2 starts with strategy
% 0.21/0.71  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":1}
% 0.21/0.73  
% 0.21/0.73  
% 0.21/0.73  fork 6: search terminated without proof.
% 0.21/0.75  
% 0.21/0.75  
% 0.21/0.75  fork 1: search terminated without proof.
% 0.21/0.75  
% 0.21/0.75  **** run 23 fork 6 starts with strategy
% 0.21/0.75  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":20,"repeat_var_weight":1,"depth_penalty":100}
% 2.72/0.79  
% 2.72/0.79  **** run 18 fork 1 starts with strategy
% 2.72/0.79  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 2.72/0.81  
% 2.72/0.81  
% 2.72/0.81  fork 5: search terminated without proof.
% 2.72/0.82  
% 2.72/0.82  
% 2.72/0.82  fork 3: search terminated without proof.
% 2.72/0.82  
% 2.72/0.82  
% 2.72/0.82  fork 4: search terminated without proof.
% 2.72/0.84  
% 2.72/0.84  **** run 30 fork 5 starts with strategy
% 2.72/0.84  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 2.72/0.84  
% 2.72/0.84  
% 2.72/0.84  fork 7: search terminated without proof.
% 3.31/0.84  
% 3.31/0.84  **** run 29 fork 4 starts with strategy
% 3.31/0.84  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0}
% 3.31/0.84  
% 3.31/0.84  **** run 28 fork 3 starts with strategy
% 3.31/0.84  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1}
% 3.31/0.85  
% 3.31/0.85  
% 3.31/0.85  fork 2: search terminated without proof.
% 3.31/0.86  
% 3.31/0.86  **** run 32 fork 7 starts with strategy
% 3.31/0.86  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":20,"repeat_var_weight":1,"depth_penalty":100}
% 3.31/0.87  
% 3.31/0.87  
% 3.31/0.87  fork 6: search terminated without proof.
% 3.31/0.87  
% 3.31/0.87  **** run 27 fork 2 starts with strategy
% 3.31/0.87  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 3.31/0.88  
% 3.31/0.88  
% 3.31/0.88  fork 0: search terminated without proof.
% 3.31/0.89  
% 3.31/0.89  **** run 31 fork 6 starts with strategy
% 3.31/0.89  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 3.31/0.91  
% 3.31/0.91  **** run 25 fork 0 starts with strategy
% 3.31/0.91  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20}
% 3.92/0.93  
% 3.92/0.93  
% 3.92/0.93  fork 1: search terminated without proof.
% 3.92/0.95  
% 3.92/0.95  **** run 26 fork 1 starts with strategy
% 3.92/0.95  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 3.92/0.96  
% 3.92/0.96  
% 3.92/0.96  fork 5: search terminated without proof.
% 3.92/0.96  
% 3.92/0.96  
% 3.92/0.96  fork 4: search terminated without proof.
% 4.41/0.97  
% 4.41/0.97  
% 4.41/0.97  fork 3: search terminated without proof.
% 4.41/0.98  
% 4.41/0.98  
% 4.41/0.98  fork 7: search terminated without proof.
% 4.41/0.98  
% 4.41/0.98  **** run 38 fork 5 starts with strategy
% 4.41/0.98  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"rewrite":0}
% 4.41/0.98  
% 4.41/0.98  **** run 37 fork 4 starts with strategy
% 4.41/0.98  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"rewrite":0}
% 4.41/0.99  
% 4.41/0.99  
% 4.41/0.99  fork 2: search terminated without proof.
% 4.41/1.00  
% 4.41/1.00  **** run 36 fork 3 starts with strategy
% 4.41/1.00  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 4.41/1.00  
% 4.41/1.00  **** run 40 fork 7 starts with strategy
% 4.41/1.00  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50,"var_weight":1,"repeat_var_weight":1}
% 4.41/1.01  
% 4.41/1.01  **** run 35 fork 2 starts with strategy
% 4.41/1.01  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 4.41/1.02  
% 4.41/1.02  
% 4.41/1.02  fork 6: search terminated without proof.
% 4.41/1.03  
% 4.41/1.03  
% 4.41/1.03  fork 0: search terminated without proof.
% 4.41/1.04  
% 4.41/1.04  **** run 39 fork 6 starts with strategy
% 4.41/1.04  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":2}
% 4.41/1.05  
% 4.41/1.05  **** run 33 fork 0 starts with strategy
% 4.41/1.05  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20}
% 5.08/1.07  
% 5.08/1.07  
% 5.08/1.07  fork 1: search terminated without proof.
% 5.27/1.09  
% 5.27/1.09  **** run 34 fork 1 starts with strategy
% 5.27/1.09  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20}
% 5.27/1.10  
% 5.27/1.10  
% 5.27/1.10  fork 5: search terminated without proof.
% 5.27/1.10  
% 5.27/1.10  
% 5.27/1.10  fork 4: search terminated without proof.
% 5.27/1.12  
% 5.27/1.12  **** run 46 fork 5 starts with strategy
% 5.27/1.12  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":2}
% 5.57/1.12  
% 5.57/1.12  
% 5.57/1.12  fork 7: search terminated without proof.
% 5.57/1.12  
% 5.57/1.12  **** run 45 fork 4 starts with strategy
% 5.57/1.12  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"reverse_clauselist":1}
% 5.57/1.13  
% 5.57/1.13  
% 5.57/1.13  fork 3: search terminated without proof.
% 5.57/1.13  
% 5.57/1.13  
% 5.57/1.13  fork 2: search terminated without proof.
% 5.70/1.14  
% 5.70/1.14  **** run 48 fork 7 starts with strategy
% 5.70/1.14  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":6}
% 5.70/1.14  
% 5.70/1.14  fork 5: search finished without proof.
% 5.70/1.15  
% 5.70/1.15  **** run 44 fork 3 starts with strategy
% 5.70/1.15  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":2}
% 5.70/1.15  
% 5.70/1.15  **** run 43 fork 2 starts with strategy
% 5.70/1.15  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1}
% 5.70/1.16  
% 5.70/1.16  
% 5.70/1.16  fork 6: search terminated without proof.
% 5.70/1.16  
% 5.70/1.16  **** run 54 fork 5 starts with strategy
% 5.70/1.16  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":20,"weight_select_ratio":2}
% 5.70/1.18  
% 5.70/1.18  
% 5.70/1.18  fork 0: search terminated without proof.
% 5.70/1.18  
% 5.70/1.18  **** run 47 fork 6 starts with strategy
% 5.70/1.18  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":4}
% 5.70/1.20  
% 5.70/1.20  **** run 41 fork 0 starts with strategy
% 5.70/1.20  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50,"var_weight":1,"repeat_var_weight":1}
% 5.70/1.21  
% 5.70/1.21  
% 5.70/1.21  fork 1: search terminated without proof.
% 6.32/1.22  
% 6.32/1.22  **** run 42 fork 1 starts with strategy
% 6.32/1.22  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":0}
% 6.32/1.24  
% 6.32/1.24  
% 6.32/1.24  fork 4: search terminated without proof.
% 6.32/1.26  
% 6.32/1.26  **** run 53 fork 4 starts with strategy
% 6.32/1.26  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":20}
% 6.32/1.26  
% 6.32/1.26  
% 6.32/1.26  fork 7: search terminated without proof.
% 6.82/1.28  
% 6.82/1.28  
% 6.82/1.28  fork 2: search terminated without proof.
% 6.82/1.28  
% 6.82/1.28  
% 6.82/1.28  fork 3: search terminated without proof.
% 6.82/1.28  
% 6.82/1.28  **** run 56 fork 7 starts with strategy
% 6.82/1.28  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":40}
% 6.82/1.28  
% 6.82/1.28  
% 6.82/1.28  fork 5: search terminated without proof.
% 6.82/1.30  
% 6.82/1.30  **** run 51 fork 2 starts with strategy
% 6.82/1.30  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":10}
% 6.82/1.30  
% 6.82/1.30  **** run 52 fork 3 starts with strategy
% 6.82/1.30  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":15}
% 6.82/1.30  
% 6.82/1.30  
% 6.82/1.30  fork 6: search terminated without proof.
% 6.82/1.31  
% 6.82/1.31  **** run 62 fork 5 starts with strategy
% 6.82/1.31  {"max_dseconds":1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0}
% 6.82/1.32  
% 6.82/1.32  **** run 55 fork 6 starts with strategy
% 6.82/1.32  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":30}
% 6.82/1.32  
% 6.82/1.32  
% 6.82/1.32  fork 0: search terminated without proof.
% 6.82/1.33  
% 6.82/1.33  fork 2: search finished without proof.
% 6.82/1.34  
% 6.82/1.34  **** run 49 fork 0 starts with strategy
% 6.82/1.34  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":8}
% 6.82/1.34  
% 6.82/1.34  **** run 59 fork 2 starts with strategy
% 6.82/1.34  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50}
% 6.82/1.35  
% 6.82/1.35  
% 6.82/1.35  fork 1: search terminated without proof.
% 7.46/1.37  
% 7.46/1.37  **** run 50 fork 1 starts with strategy
% 7.46/1.37  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":10}
% 7.46/1.38  
% 7.46/1.38  
% 7.46/1.38  fork 4: search terminated without proof.
% 7.46/1.41  
% 7.46/1.41  **** run 61 fork 4 starts with strategy
% 7.46/1.41  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100}
% 7.46/1.42  
% 7.46/1.42  
% 7.46/1.42  fork 7: search terminated without proof.
% 7.46/1.43  
% 7.46/1.43  
% 7.46/1.43  fork 5: search terminated without proof.
% 7.46/1.43  
% 7.46/1.43  
% 7.46/1.43  fork 3: search terminated without proof.
% 7.46/1.44  
% 7.46/1.44  **** run 64 fork 7 starts with strategy
% 7.46/1.44  {"max_dseconds":1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20}
% 7.46/1.44  
% 7.46/1.44  
% 7.46/1.44  fork 6: search terminated without proof.
% 7.46/1.45  
% 7.46/1.45  **** run 60 fork 3 starts with strategy
% 7.46/1.45  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1}
% 7.46/1.46  
% 7.46/1.46  **** run 63 fork 6 starts with strategy
% 7.46/1.46  {"max_dseconds":1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1}
% 7.46/1.46  
% 7.46/1.46  
% 7.46/1.46  fork 2: search terminated without proof.
% 7.46/1.47  
% 7.46/1.47  **** run 70 fork 5 starts with strategy
% 7.46/1.47  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"sine":2}
% 7.46/1.48  
% 7.46/1.48  
% 7.46/1.48  fork 0: search terminated without proof.
% 8.32/1.50  
% 8.32/1.50  **** run 57 fork 0 starts with strategy
% 8.32/1.50  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1}
% 8.32/1.50  
% 8.32/1.50  **** run 67 fork 2 starts with strategy
% 8.32/1.50  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":1}
% 8.32/1.52  
% 8.32/1.52  
% 8.32/1.52  fork 1: search terminated without proof.
% 8.83/1.55  
% 8.83/1.55  **** run 58 fork 1 starts with strategy
% 8.83/1.55  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1,"repeat_var_weight":1}
% 8.83/1.55  
% 8.83/1.55  
% 8.83/1.55  fork 4: search terminated without proof.
% 8.83/1.56  
% 8.83/1.56  
% 8.83/1.56  fork 7: search terminated without proof.
% 8.83/1.57  
% 8.83/1.57  **** run 69 fork 4 starts with strategy
% 8.83/1.57  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":1,"weight_select_ratio":2}
% 8.83/1.58  
% 8.83/1.58  **** run 72 fork 7 starts with strategy
% 8.83/1.58  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"sine":1}
% 8.83/1.58  
% 8.83/1.58  
% 8.83/1.58  fork 6: search terminated without proof.
% 8.83/1.59  
% 8.83/1.59  
% 8.83/1.59  fork 3: search terminated without proof.
% 8.83/1.60  
% 8.83/1.60  
% 8.83/1.60  fork 5: search terminated without proof.
% 8.83/1.61  
% 8.83/1.61  **** run 71 fork 6 starts with strategy
% 8.83/1.61  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":2}
% 8.83/1.61  
% 8.83/1.61  **** run 68 fork 3 starts with strategy
% 8.83/1.61  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":1,"rewrite":0}
% 9.36/1.62  
% 9.36/1.62  **** run 78 fork 5 starts with strategy
% 9.36/1.62  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":5}
% 9.36/1.63  
% 9.36/1.63  
% 9.36/1.63  fork 0: search terminated without proof.
% 9.36/1.65  
% 9.36/1.65  
% 9.36/1.65  fork 2: search terminated without proof.
% 9.36/1.65  
% 9.36/1.65  **** run 65 fork 0 starts with strategy
% 9.36/1.65  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100}
% 9.74/1.67  
% 9.74/1.67  **** run 75 fork 2 starts with strategy
% 9.74/1.67  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"sine":4}
% 9.74/1.67  
% 9.74/1.67  
% 9.74/1.67  fork 1: search terminated without proof.
% 9.74/1.69  
% 9.74/1.69  **** run 66 fork 1 starts with strategy
% 9.74/1.69  {"max_dseconds":1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth":4}
% 9.74/1.70  
% 9.74/1.70  
% 9.74/1.70  fork 4: search terminated without proof.
% 9.74/1.71  
% 9.74/1.71  
% 9.74/1.71  fork 7: search terminated without proof.
% 9.74/1.72  
% 9.74/1.72  **** run 77 fork 4 starts with strategy
% 9.74/1.72  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"sine":5}
% 9.74/1.73  
% 9.74/1.73  **** run 80 fork 7 starts with strategy
% 9.74/1.73  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":1,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 9.74/1.74  
% 9.74/1.74  
% 9.74/1.74  fork 6: search terminated without proof.
% 9.74/1.74  
% 9.74/1.74  
% 9.74/1.74  fork 3: search terminated without proof.
% 9.74/1.75  
% 9.74/1.75  
% 9.74/1.75  fork 5: search terminated without proof.
% 10.43/1.76  
% 10.43/1.76  **** run 79 fork 6 starts with strategy
% 10.43/1.76  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":1,"depth_penalty":50}
% 10.43/1.77  
% 10.43/1.77  **** run 86 fork 5 starts with strategy
% 10.43/1.77  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"var_weight":1,"weight_select_ratio":20,"repeat_var_weight":1,"depth_penalty":100}
% 10.43/1.77  
% 10.43/1.77  **** run 76 fork 3 starts with strategy
% 10.43/1.77  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":4}
% 10.43/1.77  
% 10.43/1.77  
% 10.43/1.77  fork 0: search terminated without proof.
% 10.73/1.79  
% 10.73/1.79  **** run 73 fork 0 starts with strategy
% 10.73/1.79  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"sine":3}
% 10.73/1.79  
% 10.73/1.79  
% 10.73/1.79  fork 2: search terminated without proof.
% 10.73/1.81  
% 10.73/1.81  **** run 83 fork 2 starts with strategy
% 10.73/1.81  {"max_dseconds":10,"strategy":["unit"],"query_preference":0}
% 10.73/1.81  
% 10.73/1.81  
% 10.73/1.81  fork 1: search terminated without proof.
% 11.09/1.83  
% 11.09/1.83  **** run 74 fork 1 starts with strategy
% 11.09/1.83  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":3}
% 11.09/1.84  
% 11.09/1.84  
% 11.09/1.84  fork 4: search terminated without proof.
% 11.20/1.86  
% 11.20/1.86  
% 11.20/1.86  fork 7: search terminated without proof.
% 11.20/1.86  
% 11.20/1.86  **** run 85 fork 4 starts with strategy
% 11.20/1.86  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 11.20/1.88  
% 11.20/1.88  **** run 88 fork 7 starts with strategy
% 11.20/1.88  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20}
% 11.20/1.89  
% 11.20/1.89  
% 11.20/1.89  fork 6: search terminated without proof.
% 11.20/1.90  
% 11.20/1.90  
% 11.20/1.90  fork 3: search terminated without proof.
% 11.20/1.91  
% 11.20/1.91  **** run 87 fork 6 starts with strategy
% 11.20/1.91  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20}
% 11.73/1.91  
% 11.73/1.91  
% 11.73/1.91  fork 0: search terminated without proof.
% 11.73/1.92  
% 11.73/1.92  **** run 84 fork 3 starts with strategy
% 11.73/1.92  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 11.73/1.93  
% 11.73/1.93  **** run 81 fork 0 starts with strategy
% 11.73/1.93  {"max_dseconds":1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1,"sine":1}
% 11.73/1.96  
% 11.73/1.96  
% 11.73/1.96  fork 1: search terminated without proof.
% 12.13/1.98  
% 12.13/1.98  **** run 82 fork 1 starts with strategy
% 12.13/1.98  {"max_dseconds":10,"strategy":["unit"],"query_preference":1}
% 12.13/2.06  
% 12.13/2.06  
% 12.13/2.06  fork 0: search terminated without proof.
% 12.13/2.08  
% 12.13/2.08  **** run 89 fork 0 starts with strategy
% 12.13/2.08  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 18.34/2.84  
% 18.34/2.84  
% 18.34/2.84  fork 2: search terminated without proof.
% 18.46/2.89  
% 18.46/2.89  **** run 91 fork 2 starts with strategy
% 18.46/2.89  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":1}
% 18.81/2.93  
% 18.81/2.93  
% 18.81/2.93  fork 7: search terminated without proof.
% 19.13/2.96  
% 19.13/2.96  
% 19.13/2.96  fork 3: search terminated without proof.
% 19.13/2.97  
% 19.13/2.97  
% 19.13/2.97  fork 6: search terminated without proof.
% 19.13/2.98  
% 19.13/2.98  **** run 96 fork 7 starts with strategy
% 19.13/2.98  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20}
% 19.13/3.01  
% 19.13/3.01  
% 19.13/3.01  fork 1: search terminated without proof.
% 19.13/3.02  
% 19.13/3.02  **** run 92 fork 3 starts with strategy
% 19.13/3.02  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":0}
% 19.13/3.05  
% 19.13/3.05  **** run 95 fork 6 starts with strategy
% 19.13/3.05  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":20,"repeat_var_weight":1,"depth_penalty":100}
% 19.72/3.07  
% 19.72/3.07  **** run 90 fork 1 starts with strategy
% 19.72/3.07  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 19.95/3.09  
% 19.95/3.09  
% 19.95/3.09  result: proof found
% 19.95/3.09  for /export/starexec/sandbox2/benchmark/theBenchmark.p 
% 19.95/3.09  by run 85 fork 4 strategy {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 19.95/3.09  % SZS status Unsatisfiable for /export/starexec/sandbox2/benchmark/theBenchmark.p 
% 19.95/3.09  
% 19.95/3.09  % SZS output start CNFRefutation for /export/starexec/sandbox2/benchmark/theBenchmark.p 
% See solution above
% 19.95/3.09  
% 19.95/3.09  run 85 fork 4 statistics:
% 19.95/3.09  ----------------------------------
% 19.95/3.09  this run seconds: 0.592037
% 19.95/3.09  total seconds: 2.038990
% 19.95/3.09  stat_given_used: 539
% 19.95/3.09  stat_given_used_at_endgame: 0
% 19.95/3.09  stat_given_candidates:   8321
% 19.95/3.09  stat_given_candidates_at_endgame: 0
% 19.95/3.09  stat_given_candidates_h: 0
% 19.95/3.09  stat_binres_derived_cl:   0
% 19.95/3.09  stat_binres_derived_cl_h: 0
% 19.95/3.09  stat_factor_derived_cl: 0
% 19.95/3.09  stat_para_derived_cl: 94358
% 19.95/3.09  stat_tautologies_discarded: 0
% 19.95/3.09  stat_forward_subsumed: 23449
% 19.95/3.09  stat_derived_cut: 0
% 19.95/3.09  stat_derived_rewritten: 673
% 19.95/3.09  stat_weight_discarded_building: 0
% 19.95/3.09  stat_weight_discarded_cl: 4862
% 19.95/3.09  stat_internlimit_discarded_cl: 0
% 19.95/3.09  stat_simplified:  673 simplified 0 derived 0 given
% 19.95/3.09  stat_kept_cl: 62174
% 19.95/3.09  stat_built_cl: 68787
% 19.95/3.09  stat_hyperres_partial_cl: 0
% 19.95/3.09  stat_made_rewriters: 516
% 19.95/3.09  stat_backward_subsumed: 0
% 19.95/3.09  stat_propagated_subsumed: 0
% 19.95/3.09  stat_clsubs_attempted:                     12165
% 19.95/3.09  stat_clsubs_fact_groundunit_found:             0
% 19.95/3.09  stat_clsubs_rule_groundunit_found:             1
% 19.95/3.09  stat_clsubs_top_meta_attempted:             132920
% 19.95/3.09  stat_clsubs_top_meta_failed:                120755
% 19.95/3.09  stat_clsubs_top_meta_nonpref_attempted:              132920
% 19.95/3.09  stat_clsubs_top_meta_nonpref_succeeded:               48272
% 19.95/3.09  stat_clsubs_top_meta_pref_attempted:                  48272
% 19.95/3.09  stat_clsubs_top_meta_pref1_succeeded:                 48272
% 19.95/3.09  stat_clsubs_top_meta_pref2_succeeded:                 23179
% 19.95/3.09  stat_clsubs_top_meta_pref3_succeeded:                 12165
% 19.95/3.09  stat_clsubs_top_meta_pref_succeeded:                  12165
% 19.95/3.09  stat_clsubs_meta_attempted:                12165
% 19.95/3.09  stat_clsubs_meta_failed:                     535
% 19.95/3.09  stat_clsubs_predsymbs_attempted:               0
% 19.95/3.09  stat_clsubs_unit_attempted:                12165
% 19.95/3.09  stat_clsubs_full_attempted:                    0
% 19.95/3.09  stat_forwardsubs_attempted:                90485
% 19.95/3.09  stat_lit_hash_added:                  62316
% 19.95/3.09  stat_lit_hash_computed:              154345
% 19.95/3.09  stat_lit_hash_match_found:            23664
% 19.95/3.09  stat_lit_hash_match_miss:            136074
% 19.95/3.09  stat_lit_hash_cut_ok:                     0
% 19.95/3.09  stat_lit_strong_cut_ok:                   0
% 19.95/3.09  stat_lit_hash_subsume_ok:             23449
% 19.95/3.09  clqueue els 10000000 used 1
% 19.95/3.09  clactive els 10000000 used 540
% 19.95/3.09  clactivesubsume els 10000000 used 2485
% 19.95/3.09  queue_termbuf els 200000000 used 4580117
% 19.95/3.09  hyper_termbuf els 100000000 used 1
% 19.95/3.09  active_termbuf els 100000000 used 20051
% 19.95/3.09  varstack els 5000 last used 1
% 19.95/3.09  given_termbuf els 10000000 last used 1
% 19.95/3.09  simplified_termbuf els 10000000 last used 1
% 19.95/3.09  derived_termbuf els 10000000 last used 22
% 19.95/3.09  wr_mallocs: 241814
% 19.95/3.09  wr_callocs: 21
% 19.95/3.09  wr_reallocs: 7511
% 19.95/3.09  wr_frees: 2
% 19.95/3.09  wr_malloc_bytes: 4171202772
% 19.95/3.09  wr_calloc_bytes: 112065536
% 19.95/3.09  wr_realloc_bytes: 1880240
% 19.95/3.09  wr_realloc_freebytes: 0
% 19.95/3.09  ----------------------------------
%------------------------------------------------------------------------------