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

View Problem - Process Solution

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

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

% Result   : Unsatisfiable 87.89s 11.69s
% Output   : CNFRefutation 87.89s
% Verified : 
% SZS Type : ERROR: Analysing output (Could not find formula named '$inc_left_identity')

% Comments : 
%------------------------------------------------------------------------------
cnf('1',plain,
    multiply(identity,X) = X,
    inference(cnf_transformation,[],['$inc_left_identity']) ).

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

cnf('3',plain,
    inverse(inverse(X)) = X,
    inference(cnf_transformation,[],[lat4_2]) ).

cnf('4',plain,
    inverse(multiply(X,Y)) = multiply(inverse(Y),inverse(X)),
    inference(cnf_transformation,[],[lat4_3]) ).

cnf('5',plain,
    inverse(X3) = multiply(inverse(X3),inverse(identity)),
    inference(paramodulation,[],['1','4']) ).

cnf('6',plain,
    inverse(identity) = identity,
    inference(cnf_transformation,[],[lat4_1]) ).

cnf('7',plain,
    inverse(X) = multiply(inverse(X),identity),
    inference(simplify,[],['5','6']) ).

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

cnf('9',plain,
    X = multiply(X,identity),
    inference(simplify,[],['8','3']) ).

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

cnf('11',plain,
    multiply(X3,greatest_lower_bound(Y3,identity)) = greatest_lower_bound(multiply(X3,Y3),X3),
    inference(paramodulation,[],['9','10']) ).

cnf('12',plain,
    negative_part(X) = greatest_lower_bound(X,identity),
    inference(cnf_transformation,[],[lat4_5]) ).

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

cnf('14',plain,
    multiply(multiply(X3,Y3),negative_part(Y3)) = multiply(greatest_lower_bound(multiply(X3,Y3),X3),Y3),
    inference(paramodulation,[],['2','13']) ).

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

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

cnf('17',plain,
    multiply(X,negative_part(X)) = multiply(negative_part(X),X),
    inference(simplify,[],['16','1']) ).

cnf('18',plain,
    multiply(greatest_lower_bound(identity,X3),Y3) = greatest_lower_bound(Y3,multiply(X3,Y3)),
    inference(paramodulation,[],['1','2']) ).

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

cnf('20',plain,
    negative_part(X) = greatest_lower_bound(identity,X),
    inference(paramodulation,[],['19','12']) ).

cnf('21',plain,
    multiply(negative_part(X),Y) = greatest_lower_bound(Y,multiply(X,Y)),
    inference(simplify,[],['18','20']) ).

cnf('22',plain,
    multiply(negative_part(negative_part(X3)),X3) = greatest_lower_bound(X3,multiply(X3,negative_part(X3))),
    inference(paramodulation,[],['17','21']) ).

cnf('23',plain,
    greatest_lower_bound(X,greatest_lower_bound(Y,Z)) = greatest_lower_bound(greatest_lower_bound(X,Y),Z),
    inference(cnf_transformation,[],['$inc_associativity_of_glb']) ).

cnf('24',plain,
    negative_part(greatest_lower_bound(X3,Y3)) = greatest_lower_bound(X3,greatest_lower_bound(Y3,identity)),
    inference(paramodulation,[],['23','12']) ).

cnf('25',plain,
    negative_part(greatest_lower_bound(X,Y)) = greatest_lower_bound(X,negative_part(Y)),
    inference(simplify,[],['24','12']) ).

cnf('26',plain,
    negative_part(negative_part(X3)) = greatest_lower_bound(X3,negative_part(identity)),
    inference(paramodulation,[],['12','25']) ).

cnf('27',plain,
    greatest_lower_bound(X,X) = X,
    inference(cnf_transformation,[],['$inc_idempotence_of_gld']) ).

cnf('28',plain,
    negative_part(identity) = identity,
    inference(paramodulation,[],['27','12']) ).

cnf('29',plain,
    negative_part(negative_part(X)) = negative_part(X),
    inference(simplify,[then_simplify],['26','28','12']) ).

cnf('30',plain,
    multiply(X,greatest_lower_bound(identity,Y)) = greatest_lower_bound(X,multiply(X,Y)),
    inference(paramodulation,[],['9','10']) ).

cnf('31',plain,
    multiply(negative_part(X),X) = multiply(X,negative_part(X)),
    inference(simplify,[then_simplify],['22','29','30','25','20','29']) ).

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

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

cnf('34',plain,
    multiply(least_upper_bound(X3,identity),Y3) = least_upper_bound(multiply(X3,Y3),Y3),
    inference(paramodulation,[],['1','33']) ).

cnf('35',plain,
    positive_part(X) = least_upper_bound(X,identity),
    inference(cnf_transformation,[],[lat4_4]) ).

cnf('36',plain,
    multiply(positive_part(X),Y) = least_upper_bound(multiply(X,Y),Y),
    inference(simplify,[],['34','35']) ).

cnf('37',plain,
    multiply(positive_part(inverse(X3)),X3) = least_upper_bound(identity,X3),
    inference(paramodulation,[],['32','36']) ).

cnf('38',plain,
    least_upper_bound(X,Y) = least_upper_bound(Y,X),
    inference(cnf_transformation,[],['$inc_symmetry_of_lub']) ).

cnf('39',plain,
    positive_part(X) = least_upper_bound(identity,X),
    inference(paramodulation,[],['38','35']) ).

cnf('40',plain,
    multiply(positive_part(inverse(X)),X) = positive_part(X),
    inference(simplify,[],['37','39']) ).

cnf('41',plain,
    multiply(positive_part(inverse(X3)),negative_part(X3)) = greatest_lower_bound(positive_part(X3),positive_part(inverse(X3))),
    inference(paramodulation,[],['40','13']) ).

cnf('42',plain,
    greatest_lower_bound(X,least_upper_bound(Y,Z)) = least_upper_bound(greatest_lower_bound(X,Y),greatest_lower_bound(X,Z)),
    inference(cnf_transformation,[],[lat4_7]) ).

cnf('43',plain,
    greatest_lower_bound(X3,positive_part(Y3)) = least_upper_bound(greatest_lower_bound(X3,Y3),greatest_lower_bound(X3,identity)),
    inference(paramodulation,[],['35','42']) ).

cnf('44',plain,
    greatest_lower_bound(X,positive_part(Y)) = least_upper_bound(greatest_lower_bound(X,Y),negative_part(X)),
    inference(simplify,[],['43','12']) ).

cnf('45',plain,
    greatest_lower_bound(negative_part(X3),positive_part(Y3)) = least_upper_bound(greatest_lower_bound(negative_part(X3),Y3),negative_part(X3)),
    inference(paramodulation,[],['29','44']) ).

cnf('46',plain,
    greatest_lower_bound(negative_part(X),Y) = negative_part(greatest_lower_bound(Y,X)),
    inference(paramodulation,[],['25','19']) ).

cnf('47',plain,
    greatest_lower_bound(X3,positive_part(negative_part(Y3))) = least_upper_bound(negative_part(greatest_lower_bound(X3,Y3)),negative_part(X3)),
    inference(paramodulation,[],['25','44']) ).

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

cnf('49',plain,
    least_upper_bound(X3,multiply(negative_part(Y3),X3)) = X3,
    inference(paramodulation,[],['21','48']) ).

cnf('50',plain,
    multiply(least_upper_bound(identity,X),Y) = least_upper_bound(Y,multiply(X,Y)),
    inference(paramodulation,[],['1','33']) ).

cnf('51',plain,
    multiply(positive_part(negative_part(X)),Y) = Y,
    inference(simplify,[then_simplify],['49','50','39']) ).

cnf('52',plain,
    positive_part(negative_part(X)) = identity,
    inference(paramodulation,[],['51','9']) ).

cnf('53',plain,
    negative_part(X) = least_upper_bound(negative_part(greatest_lower_bound(X,Y)),negative_part(X)),
    inference(simplify,[then_simplify],['47','52','12']) ).

cnf('54',plain,
    negative_part(X) = least_upper_bound(negative_part(greatest_lower_bound(Y,X)),negative_part(X)),
    inference(paramodulation,[],['19','53']) ).

cnf('55',plain,
    negative_part(greatest_lower_bound(positive_part(X),Y)) = negative_part(Y),
    inference(simplify,[then_simplify],['45','46','46','54']) ).

cnf('56',plain,
    negative_part(negative_part(positive_part(X3))) = negative_part(identity),
    inference(paramodulation,[],['12','55']) ).

cnf('57',plain,
    negative_part(positive_part(X)) = identity,
    inference(simplify,[then_simplify],['56','29','28']) ).

cnf('58',plain,
    greatest_lower_bound(positive_part(X3),positive_part(Y3)) = least_upper_bound(greatest_lower_bound(positive_part(X3),Y3),identity),
    inference(paramodulation,[],['57','44']) ).

cnf('59',plain,
    greatest_lower_bound(positive_part(X),positive_part(Y)) = positive_part(greatest_lower_bound(positive_part(X),Y)),
    inference(simplify,[],['58','35']) ).

cnf('60',plain,
    greatest_lower_bound(positive_part(X3),positive_part(Y3)) = positive_part(greatest_lower_bound(Y3,positive_part(X3))),
    inference(paramodulation,[],['19','59']) ).

cnf('61',plain,
    positive_part(greatest_lower_bound(positive_part(X),Y)) = positive_part(greatest_lower_bound(Y,positive_part(X))),
    inference(simplify,[],['60','59']) ).

cnf('62',plain,
    positive_part(greatest_lower_bound(X3,positive_part(Y3))) = least_upper_bound(greatest_lower_bound(positive_part(Y3),X3),identity),
    inference(paramodulation,[],['61','35']) ).

cnf('63',plain,
    least_upper_bound(X,greatest_lower_bound(Y,Z)) = greatest_lower_bound(least_upper_bound(X,Y),least_upper_bound(X,Z)),
    inference(cnf_transformation,[],[lat4_6]) ).

cnf('64',plain,
    least_upper_bound(X3,negative_part(Y3)) = greatest_lower_bound(least_upper_bound(X3,Y3),least_upper_bound(X3,identity)),
    inference(paramodulation,[],['12','63']) ).

cnf('65',plain,
    least_upper_bound(X,negative_part(Y)) = greatest_lower_bound(least_upper_bound(X,Y),positive_part(X)),
    inference(simplify,[],['64','35']) ).

cnf('66',plain,
    least_upper_bound(X3,identity) = greatest_lower_bound(least_upper_bound(X3,positive_part(Y3)),positive_part(X3)),
    inference(paramodulation,[],['57','65']) ).

cnf('67',plain,
    least_upper_bound(X,least_upper_bound(Y,Z)) = least_upper_bound(least_upper_bound(X,Y),Z),
    inference(cnf_transformation,[],['$inc_associativity_of_lub']) ).

cnf('68',plain,
    positive_part(least_upper_bound(X3,Y3)) = least_upper_bound(X3,least_upper_bound(Y3,identity)),
    inference(paramodulation,[],['67','35']) ).

cnf('69',plain,
    positive_part(least_upper_bound(X,Y)) = least_upper_bound(X,positive_part(Y)),
    inference(simplify,[],['68','35']) ).

cnf('70',plain,
    positive_part(X) = greatest_lower_bound(positive_part(least_upper_bound(X,Y)),positive_part(X)),
    inference(simplify,[then_simplify],['66','35','69']) ).

cnf('71',plain,
    greatest_lower_bound(positive_part(least_upper_bound(X3,Y3)),positive_part(positive_part(X3))) = positive_part(positive_part(X3)),
    inference(paramodulation,[],['70','59']) ).

cnf('72',plain,
    positive_part(positive_part(X3)) = least_upper_bound(X3,positive_part(identity)),
    inference(paramodulation,[],['35','69']) ).

cnf('73',plain,
    least_upper_bound(X,X) = X,
    inference(cnf_transformation,[],['$inc_idempotence_of_lub']) ).

cnf('74',plain,
    positive_part(identity) = identity,
    inference(paramodulation,[],['73','35']) ).

cnf('75',plain,
    positive_part(positive_part(X)) = positive_part(X),
    inference(simplify,[then_simplify],['72','74','35']) ).

cnf('76',plain,
    positive_part(greatest_lower_bound(positive_part(least_upper_bound(X,Y)),X)) = positive_part(X),
    inference(simplify,[then_simplify],['71','75','59','75']) ).

cnf('77',plain,
    greatest_lower_bound(positive_part(X3),positive_part(Y3)) = positive_part(greatest_lower_bound(positive_part(Y3),X3)),
    inference(paramodulation,[],['59','19']) ).

cnf('78',plain,
    positive_part(greatest_lower_bound(positive_part(X),Y)) = positive_part(greatest_lower_bound(positive_part(Y),X)),
    inference(simplify,[],['77','59']) ).

cnf('79',plain,
    positive_part(greatest_lower_bound(positive_part(X3),least_upper_bound(X3,Y3))) = positive_part(X3),
    inference(paramodulation,[],['76','78']) ).

cnf('80',plain,
    least_upper_bound(X,greatest_lower_bound(identity,Y)) = greatest_lower_bound(positive_part(X),least_upper_bound(X,Y)),
    inference(paramodulation,[],['35','63']) ).

cnf('81',plain,
    positive_part(least_upper_bound(X,negative_part(Y))) = positive_part(X),
    inference(simplify,[then_simplify],['79','80','20']) ).

cnf('82',plain,
    positive_part(greatest_lower_bound(X,positive_part(Y))) = positive_part(greatest_lower_bound(X,Y)),
    inference(paramodulation,[],['44','81']) ).

cnf('83',plain,
    positive_part(greatest_lower_bound(X,Y)) = positive_part(greatest_lower_bound(positive_part(Y),X)),
    inference(simplify,[then_simplify],['62','82','35']) ).

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

cnf('85',plain,
    multiply(inverse(X3),least_upper_bound(X3,Y3)) = least_upper_bound(identity,multiply(inverse(X3),Y3)),
    inference(paramodulation,[],['32','84']) ).

cnf('86',plain,
    multiply(inverse(X),least_upper_bound(X,Y)) = positive_part(multiply(inverse(X),Y)),
    inference(simplify,[],['85','39']) ).

cnf('87',plain,
    multiply(inverse(inverse(X3)),least_upper_bound(inverse(X3),Y3)) = positive_part(multiply(X3,Y3)),
    inference(paramodulation,[],['3','86']) ).

cnf('88',plain,
    multiply(X,least_upper_bound(inverse(X),Y)) = positive_part(multiply(X,Y)),
    inference(simplify,[],['87','3']) ).

cnf('89',plain,
    multiply(X3,least_upper_bound(inverse(X3),identity)) = positive_part(X3),
    inference(paramodulation,[],['9','88']) ).

cnf('90',plain,
    multiply(X,positive_part(inverse(X))) = positive_part(X),
    inference(simplify,[],['89','35']) ).

cnf('91',plain,
    multiply(negative_part(X3),positive_part(inverse(X3))) = greatest_lower_bound(positive_part(inverse(X3)),positive_part(X3)),
    inference(paramodulation,[],['90','21']) ).

cnf('92',plain,
    multiply(negative_part(X),positive_part(inverse(X))) = positive_part(greatest_lower_bound(X,inverse(X))),
    inference(simplify,[then_simplify],['91','59','83']) ).

cnf('93',plain,
    multiply(X3,least_upper_bound(Y3,identity)) = least_upper_bound(multiply(X3,Y3),X3),
    inference(paramodulation,[],['9','84']) ).

cnf('94',plain,
    multiply(X,positive_part(Y)) = least_upper_bound(multiply(X,Y),X),
    inference(simplify,[],['93','35']) ).

cnf('95',plain,
    positive_part(greatest_lower_bound(X3,inverse(X3))) = least_upper_bound(multiply(negative_part(X3),inverse(X3)),negative_part(X3)),
    inference(paramodulation,[],['92','94']) ).

cnf('96',plain,
    multiply(negative_part(inverse(X3)),X3) = greatest_lower_bound(X3,identity),
    inference(paramodulation,[],['32','21']) ).

cnf('97',plain,
    multiply(negative_part(inverse(X)),X) = negative_part(X),
    inference(simplify,[],['96','12']) ).

cnf('98',plain,
    multiply(negative_part(X),inverse(X)) = negative_part(inverse(X)),
    inference(paramodulation,[],['3','97']) ).

cnf('99',plain,
    positive_part(greatest_lower_bound(X,inverse(X))) = least_upper_bound(negative_part(inverse(X)),negative_part(X)),
    inference(simplify,[],['95','98']) ).

cnf('100',plain,
    positive_part(positive_part(greatest_lower_bound(X3,inverse(X3)))) = positive_part(negative_part(inverse(X3))),
    inference(paramodulation,[],['99','81']) ).

cnf('101',plain,
    positive_part(greatest_lower_bound(X,inverse(X))) = identity,
    inference(simplify,[then_simplify],['100','75','52']) ).

cnf('102',plain,
    positive_part(greatest_lower_bound(positive_part(X3),Y3)) = positive_part(greatest_lower_bound(X3,Y3)),
    inference(paramodulation,[],['83','78']) ).

cnf('103',plain,
    positive_part(greatest_lower_bound(X,Y)) = positive_part(greatest_lower_bound(Y,X)),
    inference(simplify,[],['102','83']) ).

cnf('104',plain,
    positive_part(greatest_lower_bound(inverse(X),X)) = identity,
    inference(paramodulation,[],['101','103']) ).

cnf('105',plain,
    multiply(positive_part(inverse(X)),negative_part(X)) = identity,
    inference(simplify,[then_simplify],['41','59','83','104']) ).

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

cnf('107',plain,
    multiply(X3,multiply(Y3,greatest_lower_bound(Z3,U3))) = greatest_lower_bound(multiply(multiply(X3,Y3),Z3),multiply(multiply(X3,Y3),U3)),
    inference(paramodulation,[],['106','10']) ).

cnf('108',plain,
    multiply(X,multiply(Y,greatest_lower_bound(Z,U))) = multiply(multiply(X,Y),greatest_lower_bound(Z,U)),
    inference(simplify,[],['107','10']) ).

cnf('109',plain,
    multiply(X3,multiply(Y3,Z3)) = multiply(multiply(X3,Y3),greatest_lower_bound(Z3,Z3)),
    inference(paramodulation,[],['27','108']) ).

cnf('110',plain,
    multiply(X,multiply(Y,Z)) = multiply(multiply(X,Y),Z),
    inference(simplify,[],['109','27']) ).

cnf('111',plain,
    multiply(positive_part(inverse(X3)),multiply(negative_part(X3),Y3)) = multiply(identity,Y3),
    inference(paramodulation,[],['105','110']) ).

cnf('112',plain,
    multiply(positive_part(inverse(X)),multiply(negative_part(X),Y)) = Y,
    inference(simplify,[],['111','1']) ).

cnf('113',plain,
    multiply(positive_part(inverse(X3)),multiply(X3,negative_part(X3))) = X3,
    inference(paramodulation,[],['31','112']) ).

cnf('114',plain,
    multiply(positive_part(X),Y) = multiply(positive_part(inverse(X)),multiply(X,Y)),
    inference(paramodulation,[],['40','106']) ).

cnf('115',plain,
    multiply(negative_part(X3),positive_part(X3)) = least_upper_bound(multiply(X3,negative_part(X3)),negative_part(X3)),
    inference(paramodulation,[],['17','94']) ).

cnf('116',plain,
    multiply(negative_part(X),positive_part(X)) = multiply(positive_part(X),negative_part(X)),
    inference(simplify,[],['115','36']) ).

cnf('117',plain,
    multiply(negative_part(X),positive_part(X)) = X,
    inference(simplify,[then_simplify],['113','114','116']) ).

cnf('118',plain,
    a != multiply(positive_part(a),negative_part(a)),
    inference(cnf_transformation,[],[prove_lat4]) ).

cnf('119',plain,
    $false,
    inference(paramodulation,[then_simplify],['117','116','118']) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.12  % Problem  : GRP167-2 : TPTP v8.1.2. Bugfixed v1.2.1.
% 0.00/0.12  % Command  : gkc %s
% 0.12/0.33  % Computer : n001.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 : Mon Aug 28 20:11:05 EDT 2023
% 0.12/0.33  % CPUTime  : 
% 0.19/0.38  
% 0.19/0.38  input clause set summed statistics:
% 0.19/0.38  ----------------------------------
% 0.19/0.38  in_clause_count:                    23
% 0.19/0.38  in_rule_clause_count:               23
% 0.19/0.38  in_fact_clause_count:                0
% 0.19/0.38  in_answer_clause_count:              0
% 0.19/0.38  in_ground_clause_count:              2
% 0.19/0.38  in_unit_clause_count:               23
% 0.19/0.38  in_horn_clause_count:               23
% 0.19/0.38  in_pos_clause_count:                22
% 0.19/0.38  in_neg_clause_count:                 1
% 0.19/0.38  in_poseq_clause_count:              22
% 0.19/0.38  in_negeq_clause_count:               1
% 0.19/0.38  in_unitposeq_clause_count:          22
% 0.19/0.38  in_chain_clause_count:               0
% 0.19/0.38  in_min_length:             1
% 0.19/0.38  in_max_length:             1
% 0.19/0.38  in_min_depth:              2
% 0.19/0.38  in_max_depth:              3
% 0.19/0.38  in_min_size:               4
% 0.19/0.38  in_max_size:              13
% 0.19/0.38  in_min_vars:               0
% 0.19/0.38  in_max_vars:               3
% 0.19/0.38  in_extaxiom_count:                15
% 0.19/0.38  in_axiom_count:                    7
% 0.19/0.38  in_assumption_count:               0
% 0.19/0.38  in_goal_count:                     1
% 0.19/0.38  in_neg_goal_count:                 1
% 0.19/0.38  in_pos_goal_count:                 0
% 0.19/0.38  in_posunit_goal_count:             0
% 0.19/0.38  
% 0.19/0.38  auto guide:
% 0.19/0.38  -----------
% 0.19/0.38  {
% 0.19/0.38  "print":1,
% 0.19/0.38  "print_level": 15,
% 0.19/0.38  "max_size": 0,
% 0.19/0.38  "max_depth": 0,
% 0.19/0.38  "max_length": 0,
% 0.19/0.38  "max_dseconds": 0,
% 0.19/0.38  "runs":[
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 1},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["query_focus"], "query_preference": 0},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["query_focus"], "query_preference": 1},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["query_focus"], "query_preference": 2},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.19/0.38  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.19/0.38  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.19/0.38  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.19/0.38  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.19/0.38  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.19/0.38  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.19/0.38  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.19/0.38  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.19/0.38  {"max_dseconds": 1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.19/0.38  {"max_dseconds": 1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.19/0.38  {"max_dseconds": 1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.19/0.38  {"max_dseconds": 1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.19/0.38  {"max_dseconds": 1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.19/0.38  {"max_dseconds": 1,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.19/0.38  {"max_dseconds": 1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":1},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":1, "rewrite":0},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":1, "weight_select_ratio":2},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "sine":2},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":2},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "sine":1},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "sine":3},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":3},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "sine":4},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":4},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "sine":5},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":5},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":1, "depth_penalty":50},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":1, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit"], "var_weight":70,"repeat_var_weight":70,"query_preference":1, "sine":1},
% 0.19/0.38  
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 1},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["query_focus"], "query_preference": 0},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["query_focus"], "query_preference": 1},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["query_focus"], "query_preference": 2},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.19/0.38  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.19/0.38  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.19/0.38  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.19/0.38  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.19/0.38  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.19/0.38  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.19/0.38  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.19/0.38  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.19/0.38  {"max_dseconds": 10,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.19/0.38  {"max_dseconds": 10,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.19/0.38  {"max_dseconds": 10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.19/0.38  {"max_dseconds": 10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.19/0.38  {"max_dseconds": 10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.19/0.38  {"max_dseconds": 10,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.19/0.38  {"max_dseconds": 10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":1},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":1, "rewrite":0},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":1, "weight_select_ratio":2},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "sine":2},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":2},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "sine":1},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "sine":3},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":3},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "sine":4},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":4},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "sine":5},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":5},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":1, "depth_penalty":50},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":1, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit"], "var_weight":70,"repeat_var_weight":70,"query_preference":1, "sine":1},
% 0.19/0.38  
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 1},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["query_focus"], "query_preference": 0},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["query_focus"], "query_preference": 1},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["query_focus"], "query_preference": 2},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.19/0.38  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.19/0.38  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.19/0.38  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.19/0.38  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.19/0.38  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.19/0.38  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.19/0.38  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.19/0.38  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.19/0.38  {"max_dseconds": 50,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.19/0.38  {"max_dseconds": 50,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.19/0.38  {"max_dseconds": 50,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.19/0.38  {"max_dseconds": 50,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.19/0.38  {"max_dseconds": 50,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.19/0.38  {"max_dseconds": 50,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.19/0.38  {"max_dseconds": 50,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "sine":1},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "sine":1, "rewrite":0},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "sine":1, "weight_select_ratio":2},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "sine":2},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "sine":2},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "sine":1},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "sine":1, "depth_penalty":50},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "sine":1, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit"], "var_weight":70,"repeat_var_weight":70,"query_preference":1, "sine":1},
% 0.19/0.38  
% 0.19/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1},
% 0.19/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0},
% 0.19/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.19/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.19/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.19/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.19/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.19/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.19/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.19/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.19/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.19/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds": 250, "strategy":["query_focus"], "query_preference": 0},
% 0.19/0.38  {"max_dseconds": 250, "strategy":["query_focus"], "query_preference": 1},
% 0.19/0.38  {"max_dseconds": 250, "strategy":["query_focus"], "query_preference": 2},
% 0.19/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.19/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.19/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.19/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.19/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.19/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.19/0.38  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.19/0.38  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.19/0.38  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.19/0.38  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.19/0.38  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.19/0.38  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.19/0.38  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.19/0.38  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.19/0.38  {"max_dseconds": 250,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.19/0.38  {"max_dseconds": 250,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.19/0.38  {"max_dseconds": 250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.19/0.38  {"max_dseconds": 250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.19/0.38  {"max_dseconds": 250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.19/0.38  {"max_dseconds": 250,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.19/0.38  {"max_dseconds": 250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.19/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "sine":1},
% 0.19/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "sine":1, "rewrite":0},
% 0.19/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "sine":1, "weight_select_ratio":2},
% 0.19/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "sine":2},
% 0.19/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "sine":2},
% 0.19/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "sine":1},
% 0.19/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "sine":1, "depth_penalty":50},
% 0.19/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "sine":1, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds": 250, "strategy":["unit"], "var_weight":70,"repeat_var_weight":70,"query_preference":1, "sine":1},
% 0.19/0.38  
% 0.19/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1},
% 0.19/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0},
% 0.19/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.19/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.19/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.19/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.19/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.19/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.19/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.19/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.19/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.19/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds": 1250, "strategy":["query_focus"], "query_preference": 0},
% 0.19/0.38  {"max_dseconds": 1250, "strategy":["query_focus"], "query_preference": 1},
% 0.19/0.38  {"max_dseconds": 1250, "strategy":["query_focus"], "query_preference": 2},
% 0.19/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.19/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.19/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.19/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.19/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.19/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.19/0.38  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.19/0.38  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.19/0.38  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.19/0.38  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.19/0.38  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.19/0.38  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.19/0.38  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.19/0.38  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.19/0.38  {"max_dseconds": 1250,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.19/0.38  {"max_dseconds": 1250,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.19/0.38  {"max_dseconds": 1250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.19/0.38  {"max_dseconds": 1250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.19/0.38  {"max_dseconds": 1250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.19/0.38  {"max_dseconds": 1250,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.19/0.38  {"max_dseconds": 1250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.19/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "sine":1},
% 0.19/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "sine":1, "rewrite":0},
% 0.19/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "sine":1, "weight_select_ratio":2},
% 0.19/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "sine":2},
% 0.19/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "sine":2},
% 0.19/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "sine":1},
% 0.19/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "sine":1, "depth_penalty":50},
% 0.19/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "sine":1, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds": 1250, "strategy":["unit"], "var_weight":70,"repeat_var_weight":70,"query_preference":1, "sine":1} 
% 0.19/0.38  
% 0.19/0.38  ]}
% 0.19/0.38  
% 0.19/0.38  
% 0.19/0.38  **** run 1 fork 0 starts with strategy
% 0.19/0.38  {"max_dseconds":1,"strategy":["unit"],"query_preference":1}
% 0.19/0.38  
% 0.19/0.38  **** run 2 fork 1 starts with strategy
% 0.19/0.38  {"max_dseconds":1,"strategy":["unit"],"query_preference":0}
% 0.19/0.38  
% 0.19/0.38  **** run 3 fork 2 starts with strategy
% 0.19/0.38  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 0.19/0.38  
% 0.19/0.38  **** run 4 fork 3 starts with strategy
% 0.19/0.38  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 0.19/0.38  
% 0.19/0.38  **** run 5 fork 4 starts with strategy
% 0.19/0.38  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1,"weight_select_ratio":20,"repeat_var_weight":1,"depth_penalty":100}
% 0.19/0.39  
% 0.19/0.39  **** run 6 fork 5 starts with strategy
% 0.19/0.39  
% 0.19/0.39  **** run 7 fork 6 starts with strategy
% 0.19/0.39  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20}
% 0.19/0.39  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20}
% 0.19/0.39  
% 0.19/0.39  **** run 8 fork 7 starts with strategy
% 0.19/0.39  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 0.19/0.51  
% 0.19/0.51  
% 0.19/0.51  fork 1: search terminated without proof.
% 0.19/0.51  
% 0.19/0.51  
% 0.19/0.51  fork 0: search terminated without proof.
% 0.19/0.51  
% 0.19/0.51  
% 0.19/0.51  fork 2: search terminated without proof.
% 0.19/0.51  
% 0.19/0.51  
% 0.19/0.51  fork 3: search terminated without proof.
% 0.19/0.51  
% 0.19/0.51  
% 0.19/0.51  fork 4: search terminated without proof.
% 0.19/0.51  
% 0.19/0.51  
% 0.19/0.51  fork 6: search terminated without proof.
% 0.19/0.51  
% 0.19/0.51  
% 0.19/0.51  fork 5: search terminated without proof.
% 0.19/0.51  
% 0.19/0.51  
% 0.19/0.51  fork 7: search terminated without proof.
% 0.19/0.54  
% 0.19/0.54  **** run 11 fork 2 starts with strategy
% 0.19/0.54  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0}
% 0.19/0.55  
% 0.19/0.55  **** run 13 fork 4 starts with strategy
% 0.19/0.55  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 0.19/0.55  
% 0.19/0.55  **** run 9 fork 0 starts with strategy
% 0.19/0.55  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 0.19/0.55  
% 0.19/0.55  **** run 10 fork 1 starts with strategy
% 0.19/0.55  
% 0.19/0.55  **** run 12 fork 3 starts with strategy
% 0.19/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.19/0.55  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":1}
% 0.19/0.55  
% 0.19/0.55  **** run 16 fork 7 starts with strategy
% 0.19/0.55  
% 0.19/0.55  **** run 14 fork 5 starts with strategy
% 0.19/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.19/0.55  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20}
% 0.19/0.55  
% 0.19/0.55  **** run 15 fork 6 starts with strategy
% 0.19/0.55  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20}
% 0.19/0.66  
% 0.19/0.66  
% 0.19/0.66  fork 2: search terminated without proof.
% 0.19/0.66  
% 0.19/0.66  
% 0.19/0.66  fork 0: search terminated without proof.
% 0.19/0.66  
% 0.19/0.66  
% 0.19/0.66  fork 4: search terminated without proof.
% 0.19/0.66  
% 0.19/0.66  
% 0.19/0.66  fork 3: search terminated without proof.
% 0.19/0.66  
% 0.19/0.66  
% 0.19/0.66  fork 7: search terminated without proof.
% 0.19/0.66  
% 0.19/0.66  
% 0.19/0.66  fork 5: search terminated without proof.
% 0.19/0.68  
% 0.19/0.68  **** run 19 fork 2 starts with strategy
% 0.19/0.68  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":1}
% 0.19/0.68  
% 0.19/0.68  **** run 20 fork 3 starts with strategy
% 0.19/0.68  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0}
% 0.19/0.69  
% 0.19/0.69  **** run 17 fork 0 starts with strategy
% 0.19/0.69  
% 0.19/0.69  **** run 21 fork 4 starts with strategy
% 0.19/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.19/0.69  
% 0.19/0.69  **** run 22 fork 5 starts with strategy
% 0.19/0.69  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 0.19/0.69  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 0.19/0.69  
% 0.19/0.69  **** run 24 fork 7 starts with strategy
% 0.19/0.69  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":1,"weight_select_ratio":20}
% 0.19/0.70  
% 0.19/0.70  
% 0.19/0.70  fork 1: search terminated without proof.
% 0.19/0.73  
% 0.19/0.73  **** run 18 fork 1 starts with strategy
% 0.19/0.73  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 0.19/0.73  
% 0.19/0.73  
% 0.19/0.73  fork 6: search terminated without proof.
% 0.19/0.75  
% 0.19/0.75  **** run 23 fork 6 starts with strategy
% 0.19/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.08/0.82  
% 2.08/0.82  
% 2.08/0.82  fork 2: search terminated without proof.
% 2.08/0.82  
% 2.08/0.82  
% 2.08/0.82  fork 3: search terminated without proof.
% 2.08/0.82  
% 2.08/0.82  
% 2.08/0.82  fork 7: search terminated without proof.
% 2.08/0.82  
% 2.08/0.82  
% 2.08/0.82  fork 5: search terminated without proof.
% 2.08/0.82  
% 2.08/0.82  
% 2.08/0.82  fork 4: search terminated without proof.
% 3.52/0.84  
% 3.52/0.84  **** run 27 fork 2 starts with strategy
% 3.52/0.84  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 3.52/0.84  
% 3.52/0.84  **** run 28 fork 3 starts with strategy
% 3.52/0.84  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1}
% 3.52/0.84  
% 3.52/0.84  **** run 30 fork 5 starts with strategy
% 3.52/0.84  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 3.52/0.85  
% 3.52/0.85  **** run 29 fork 4 starts with strategy
% 3.52/0.85  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0}
% 3.52/0.85  
% 3.52/0.85  
% 3.52/0.85  fork 0: search terminated without proof.
% 3.52/0.85  
% 3.52/0.85  **** run 32 fork 7 starts with strategy
% 3.52/0.85  {"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.52/0.87  
% 3.52/0.87  
% 3.52/0.87  fork 1: search terminated without proof.
% 3.52/0.88  
% 3.52/0.88  **** run 25 fork 0 starts with strategy
% 3.52/0.88  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20}
% 3.52/0.88  
% 3.52/0.88  
% 3.52/0.88  fork 6: search terminated without proof.
% 3.52/0.90  
% 3.52/0.90  **** run 26 fork 1 starts with strategy
% 3.52/0.90  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 3.52/0.91  
% 3.52/0.91  **** run 31 fork 6 starts with strategy
% 3.52/0.91  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 4.26/0.96  
% 4.26/0.96  
% 4.26/0.96  fork 3: search terminated without proof.
% 4.26/0.96  
% 4.26/0.96  
% 4.26/0.96  fork 2: search terminated without proof.
% 4.26/0.97  
% 4.26/0.97  
% 4.26/0.97  fork 5: search terminated without proof.
% 4.26/0.97  
% 4.26/0.97  
% 4.26/0.97  fork 4: search terminated without proof.
% 4.26/0.97  
% 4.26/0.97  
% 4.26/0.97  fork 7: search terminated without proof.
% 4.80/0.99  
% 4.80/0.99  **** run 36 fork 3 starts with strategy
% 4.80/0.99  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 4.80/0.99  
% 4.80/0.99  **** run 35 fork 2 starts with strategy
% 4.80/0.99  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 4.80/0.99  
% 4.80/0.99  **** run 38 fork 5 starts with strategy
% 4.80/0.99  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"rewrite":0}
% 4.80/1.00  
% 4.80/1.00  **** run 37 fork 4 starts with strategy
% 4.80/1.00  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"rewrite":0}
% 4.80/1.00  
% 4.80/1.00  **** run 40 fork 7 starts with strategy
% 4.80/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.80/1.00  
% 4.80/1.00  
% 4.80/1.00  fork 0: search terminated without proof.
% 4.80/1.03  
% 4.80/1.03  
% 4.80/1.03  fork 1: search terminated without proof.
% 4.80/1.03  
% 4.80/1.03  **** run 33 fork 0 starts with strategy
% 4.80/1.03  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20}
% 4.80/1.03  
% 4.80/1.03  
% 4.80/1.03  fork 6: search terminated without proof.
% 4.80/1.05  
% 4.80/1.05  **** run 34 fork 1 starts with strategy
% 4.80/1.05  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20}
% 4.80/1.06  
% 4.80/1.06  **** run 39 fork 6 starts with strategy
% 4.80/1.06  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":2}
% 5.76/1.11  
% 5.76/1.11  
% 5.76/1.11  fork 2: search terminated without proof.
% 5.76/1.11  
% 5.76/1.11  
% 5.76/1.11  fork 3: search terminated without proof.
% 5.76/1.12  
% 5.76/1.12  
% 5.76/1.12  fork 5: search terminated without proof.
% 5.76/1.12  
% 5.76/1.12  
% 5.76/1.12  fork 4: search terminated without proof.
% 5.76/1.12  
% 5.76/1.12  
% 5.76/1.12  fork 7: search terminated without proof.
% 5.93/1.13  
% 5.93/1.13  **** run 44 fork 3 starts with strategy
% 5.93/1.13  
% 5.93/1.13  **** run 43 fork 2 starts with strategy
% 5.93/1.13  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1}
% 5.93/1.13  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":2}
% 5.93/1.14  
% 5.93/1.14  **** run 46 fork 5 starts with strategy
% 5.93/1.14  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":2}
% 5.93/1.14  
% 5.93/1.14  **** run 45 fork 4 starts with strategy
% 5.93/1.14  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"reverse_clauselist":1}
% 5.93/1.15  
% 5.93/1.15  **** run 48 fork 7 starts with strategy
% 5.93/1.15  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":6}
% 5.93/1.16  
% 5.93/1.16  
% 5.93/1.16  fork 0: search terminated without proof.
% 5.93/1.17  
% 5.93/1.17  fork 5: search finished without proof.
% 5.93/1.17  
% 5.93/1.17  **** run 41 fork 0 starts with strategy
% 5.93/1.17  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50,"var_weight":1,"repeat_var_weight":1}
% 5.93/1.18  
% 5.93/1.18  
% 5.93/1.18  fork 1: search terminated without proof.
% 5.93/1.18  
% 5.93/1.18  
% 5.93/1.18  fork 6: search terminated without proof.
% 5.93/1.18  
% 5.93/1.18  **** run 54 fork 5 starts with strategy
% 5.93/1.18  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":20,"weight_select_ratio":2}
% 5.93/1.20  
% 5.93/1.20  **** run 42 fork 1 starts with strategy
% 5.93/1.20  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":0}
% 5.93/1.20  
% 5.93/1.20  **** run 47 fork 6 starts with strategy
% 5.93/1.20  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":4}
% 6.67/1.26  
% 6.67/1.26  
% 6.67/1.26  fork 3: search terminated without proof.
% 6.67/1.26  
% 6.67/1.26  
% 6.67/1.26  fork 2: search terminated without proof.
% 6.67/1.26  
% 6.67/1.26  
% 6.67/1.26  fork 7: search terminated without proof.
% 6.67/1.26  
% 6.67/1.26  
% 6.67/1.26  fork 4: search terminated without proof.
% 6.67/1.28  
% 6.67/1.28  **** run 52 fork 3 starts with strategy
% 6.67/1.28  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":15}
% 6.67/1.28  
% 6.67/1.28  **** run 56 fork 7 starts with strategy
% 6.67/1.28  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":40}
% 6.67/1.28  
% 6.67/1.28  **** run 51 fork 2 starts with strategy
% 6.67/1.28  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":10}
% 6.67/1.28  
% 6.67/1.28  **** run 53 fork 4 starts with strategy
% 6.67/1.28  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":20}
% 7.25/1.30  
% 7.25/1.30  
% 7.25/1.30  fork 0: 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.32  
% 7.25/1.32  **** run 49 fork 0 starts with strategy
% 7.25/1.32  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":8}
% 7.25/1.32  
% 7.25/1.32  
% 7.25/1.32  fork 1: search terminated without proof.
% 7.25/1.32  
% 7.25/1.32  
% 7.25/1.32  fork 6: search terminated without proof.
% 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.25/1.34  
% 7.25/1.34  **** run 55 fork 6 starts with strategy
% 7.25/1.34  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":30}
% 7.25/1.34  
% 7.25/1.34  **** run 50 fork 1 starts with strategy
% 7.25/1.34  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":10}
% 7.85/1.38  
% 7.85/1.38  fork 2: search finished without proof.
% 7.85/1.39  
% 7.85/1.39  **** run 59 fork 2 starts with strategy
% 7.85/1.39  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50}
% 7.85/1.40  
% 7.85/1.40  
% 7.85/1.40  fork 3: search terminated without proof.
% 7.85/1.40  
% 7.85/1.40  
% 7.85/1.40  fork 4: search terminated without proof.
% 7.85/1.42  
% 7.85/1.42  
% 7.85/1.42  fork 7: search terminated without proof.
% 7.85/1.42  
% 7.85/1.42  **** run 60 fork 3 starts with strategy
% 7.85/1.42  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1}
% 7.85/1.43  
% 7.85/1.43  **** run 61 fork 4 starts with strategy
% 7.85/1.43  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100}
% 7.85/1.44  
% 7.85/1.44  
% 7.85/1.44  fork 0: search terminated without proof.
% 7.85/1.45  
% 7.85/1.45  
% 7.85/1.45  fork 5: search terminated without proof.
% 7.85/1.46  
% 7.85/1.46  **** run 64 fork 7 starts with strategy
% 7.85/1.46  {"max_dseconds":1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20}
% 7.85/1.46  
% 7.85/1.46  
% 7.85/1.46  fork 1: search terminated without proof.
% 7.85/1.47  
% 7.85/1.47  **** run 57 fork 0 starts with strategy
% 7.85/1.47  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1}
% 7.85/1.47  
% 7.85/1.47  
% 7.85/1.47  fork 6: search terminated without proof.
% 7.85/1.47  
% 7.85/1.47  **** run 70 fork 5 starts with strategy
% 7.85/1.47  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"sine":2}
% 7.85/1.49  
% 7.85/1.49  **** run 58 fork 1 starts with strategy
% 7.85/1.49  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1,"repeat_var_weight":1}
% 7.85/1.50  
% 7.85/1.50  **** run 63 fork 6 starts with strategy
% 7.85/1.50  {"max_dseconds":1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1}
% 8.00/1.54  
% 8.00/1.54  
% 8.00/1.54  fork 2: search terminated without proof.
% 8.00/1.54  
% 8.00/1.54  
% 8.00/1.54  fork 3: search terminated without proof.
% 9.23/1.56  
% 9.23/1.56  **** run 67 fork 2 starts with strategy
% 9.23/1.56  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":1}
% 9.23/1.56  
% 9.23/1.56  **** run 68 fork 3 starts with strategy
% 9.23/1.56  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":1,"rewrite":0}
% 9.23/1.57  
% 9.23/1.57  
% 9.23/1.57  fork 4: search terminated without proof.
% 9.39/1.58  
% 9.39/1.58  
% 9.39/1.58  fork 7: search terminated without proof.
% 9.39/1.59  
% 9.39/1.59  **** run 69 fork 4 starts with strategy
% 9.39/1.59  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":1,"weight_select_ratio":2}
% 9.39/1.60  
% 9.39/1.60  
% 9.39/1.60  fork 5: search terminated without proof.
% 9.39/1.61  
% 9.39/1.61  **** run 72 fork 7 starts with strategy
% 9.39/1.61  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"sine":1}
% 9.39/1.61  
% 9.39/1.61  
% 9.39/1.61  fork 0: search terminated without proof.
% 9.39/1.61  
% 9.39/1.61  
% 9.39/1.61  fork 1: search terminated without proof.
% 9.73/1.62  
% 9.73/1.62  
% 9.73/1.62  fork 6: search terminated without proof.
% 9.73/1.62  
% 9.73/1.62  **** run 78 fork 5 starts with strategy
% 9.73/1.62  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":5}
% 9.73/1.63  
% 9.73/1.63  **** run 65 fork 0 starts with strategy
% 9.73/1.63  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100}
% 9.73/1.63  
% 9.73/1.63  **** run 66 fork 1 starts with strategy
% 9.73/1.63  {"max_dseconds":1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth":4}
% 9.73/1.64  
% 9.73/1.64  **** run 71 fork 6 starts with strategy
% 9.73/1.64  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":2}
% 9.93/1.69  
% 9.93/1.69  
% 9.93/1.69  fork 2: search terminated without proof.
% 9.93/1.69  
% 9.93/1.69  
% 9.93/1.69  fork 3: search terminated without proof.
% 9.93/1.71  
% 9.93/1.71  **** run 75 fork 2 starts with strategy
% 9.93/1.71  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"sine":4}
% 9.93/1.71  
% 9.93/1.71  **** run 76 fork 3 starts with strategy
% 9.93/1.71  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":4}
% 9.93/1.72  
% 9.93/1.72  
% 9.93/1.72  fork 4: search terminated without proof.
% 10.55/1.74  
% 10.55/1.74  
% 10.55/1.74  fork 7: search terminated without proof.
% 10.55/1.74  
% 10.55/1.74  **** run 77 fork 4 starts with strategy
% 10.55/1.74  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"sine":5}
% 10.55/1.75  
% 10.55/1.75  
% 10.55/1.75  fork 0: search terminated without proof.
% 10.55/1.75  
% 10.55/1.75  
% 10.55/1.75  fork 1: search terminated without proof.
% 10.55/1.75  
% 10.55/1.75  
% 10.55/1.75  fork 5: search terminated without proof.
% 10.55/1.76  
% 10.55/1.76  **** run 80 fork 7 starts with strategy
% 10.55/1.76  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":1,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 10.55/1.77  
% 10.55/1.77  
% 10.55/1.77  fork 6: search terminated without proof.
% 10.55/1.77  
% 10.55/1.77  **** run 74 fork 1 starts with strategy
% 10.55/1.77  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":3}
% 10.55/1.77  
% 10.55/1.77  **** run 73 fork 0 starts with strategy
% 10.55/1.77  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"sine":3}
% 10.55/1.78  
% 10.55/1.78  **** run 86 fork 5 starts with strategy
% 10.55/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.00/1.79  
% 11.00/1.79  **** run 79 fork 6 starts with strategy
% 11.00/1.79  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":1,"depth_penalty":50}
% 11.00/1.83  
% 11.00/1.83  
% 11.00/1.83  fork 2: search terminated without proof.
% 11.00/1.83  
% 11.00/1.83  
% 11.00/1.83  fork 3: search terminated without proof.
% 11.00/1.85  
% 11.00/1.85  **** run 83 fork 2 starts with strategy
% 11.00/1.85  {"max_dseconds":10,"strategy":["unit"],"query_preference":0}
% 11.63/1.85  
% 11.63/1.85  **** run 84 fork 3 starts with strategy
% 11.63/1.85  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 11.63/1.86  
% 11.63/1.86  
% 11.63/1.86  fork 4: search terminated without proof.
% 11.77/1.88  
% 11.77/1.88  **** run 85 fork 4 starts with strategy
% 11.77/1.88  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 11.77/1.88  
% 11.77/1.88  
% 11.77/1.88  fork 7: search terminated without proof.
% 11.77/1.90  
% 11.77/1.90  
% 11.77/1.90  fork 1: search terminated without proof.
% 11.77/1.90  
% 11.77/1.90  
% 11.77/1.90  fork 0: search terminated without proof.
% 11.77/1.90  
% 11.77/1.90  **** run 88 fork 7 starts with strategy
% 11.77/1.90  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20}
% 12.08/1.92  
% 12.08/1.92  
% 12.08/1.92  fork 6: search terminated without proof.
% 12.08/1.92  
% 12.08/1.92  **** run 82 fork 1 starts with strategy
% 12.08/1.92  {"max_dseconds":10,"strategy":["unit"],"query_preference":1}
% 12.08/1.92  
% 12.08/1.92  **** run 81 fork 0 starts with strategy
% 12.08/1.92  {"max_dseconds":1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1,"sine":1}
% 12.31/1.94  
% 12.31/1.94  **** run 87 fork 6 starts with strategy
% 12.31/1.94  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20}
% 12.31/2.05  
% 12.31/2.05  
% 12.31/2.05  fork 0: search terminated without proof.
% 12.31/2.07  
% 12.31/2.07  **** run 89 fork 0 starts with strategy
% 12.31/2.07  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 17.82/2.82  
% 17.82/2.82  
% 17.82/2.82  fork 5: search terminated without proof.
% 19.13/2.87  
% 19.13/2.87  **** run 94 fork 5 starts with strategy
% 19.13/2.87  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 19.64/2.91  
% 19.64/2.91  
% 19.64/2.91  fork 3: search terminated without proof.
% 19.64/2.92  
% 19.64/2.92  
% 19.64/2.92  fork 4: search terminated without proof.
% 19.64/2.92  
% 19.64/2.92  
% 19.64/2.92  fork 2: search terminated without proof.
% 19.64/2.94  
% 19.64/2.94  
% 19.64/2.94  fork 7: search terminated without proof.
% 19.64/2.95  
% 19.64/2.95  
% 19.64/2.95  fork 1: search terminated without proof.
% 20.34/2.98  
% 20.34/2.98  **** run 92 fork 3 starts with strategy
% 20.34/2.98  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":0}
% 20.34/2.98  
% 20.34/2.98  **** run 93 fork 4 starts with strategy
% 20.34/2.98  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 20.34/2.99  
% 20.34/2.99  **** run 91 fork 2 starts with strategy
% 20.34/2.99  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":1}
% 20.34/2.99  
% 20.34/2.99  
% 20.34/2.99  fork 6: search terminated without proof.
% 20.60/3.01  
% 20.60/3.01  **** run 96 fork 7 starts with strategy
% 20.60/3.01  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20}
% 20.60/3.03  
% 20.60/3.03  **** run 90 fork 1 starts with strategy
% 20.60/3.03  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 20.81/3.05  
% 20.81/3.05  **** run 95 fork 6 starts with strategy
% 20.81/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}
% 21.50/3.13  
% 21.50/3.13  
% 21.50/3.13  fork 0: search terminated without proof.
% 21.50/3.18  
% 21.50/3.18  **** run 97 fork 0 starts with strategy
% 21.50/3.18  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20}
% 27.51/3.91  
% 27.51/3.91  
% 27.51/3.91  fork 5: search terminated without proof.
% 28.06/3.96  
% 28.06/3.96  **** run 102 fork 5 starts with strategy
% 28.06/3.96  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 28.06/4.00  
% 28.06/4.00  
% 28.06/4.00  fork 4: search terminated without proof.
% 28.06/4.03  
% 28.06/4.03  
% 28.06/4.03  fork 3: search terminated without proof.
% 28.06/4.04  
% 28.06/4.04  
% 28.06/4.04  fork 2: search terminated without proof.
% 28.06/4.05  
% 28.06/4.05  
% 28.06/4.05  fork 1: search terminated without proof.
% 28.06/4.06  
% 28.06/4.06  **** run 101 fork 4 starts with strategy
% 28.06/4.06  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para"],"query_preference":0}
% 28.22/4.10  
% 28.22/4.10  
% 28.22/4.10  fork 7: search terminated without proof.
% 28.22/4.11  
% 28.22/4.11  **** run 99 fork 2 starts with strategy
% 28.22/4.11  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 28.22/4.11  
% 28.22/4.11  **** run 98 fork 1 starts with strategy
% 28.22/4.11  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 28.22/4.13  
% 28.22/4.13  
% 28.22/4.13  fork 6: search terminated without proof.
% 28.22/4.13  
% 28.22/4.13  **** run 100 fork 3 starts with strategy
% 28.22/4.13  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para"],"query_preference":1}
% 29.45/4.17  
% 29.45/4.17  **** run 104 fork 7 starts with strategy
% 29.45/4.17  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":20,"repeat_var_weight":1,"depth_penalty":100}
% 29.71/4.20  
% 29.71/4.20  **** run 103 fork 6 starts with strategy
% 29.71/4.20  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 29.71/4.21  
% 29.71/4.21  
% 29.71/4.21  fork 0: search terminated without proof.
% 30.31/4.26  
% 30.31/4.26  **** run 105 fork 0 starts with strategy
% 30.31/4.26  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para"],"query_preference":1,"weight_select_ratio":20}
% 35.61/4.99  
% 35.61/4.99  
% 35.61/4.99  fork 5: search terminated without proof.
% 36.34/5.04  
% 36.34/5.04  **** run 110 fork 5 starts with strategy
% 36.34/5.04  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0}
% 36.34/5.09  
% 36.34/5.09  
% 36.34/5.09  fork 4: search terminated without proof.
% 36.93/5.14  
% 36.93/5.14  **** run 109 fork 4 starts with strategy
% 36.93/5.14  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1}
% 36.93/5.14  
% 36.93/5.14  
% 36.93/5.14  fork 2: search terminated without proof.
% 37.55/5.17  
% 37.55/5.17  
% 37.55/5.17  fork 1: search terminated without proof.
% 37.61/5.18  
% 37.61/5.18  
% 37.61/5.18  fork 3: search terminated without proof.
% 37.83/5.20  
% 37.83/5.20  **** run 107 fork 2 starts with strategy
% 37.83/5.20  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 37.83/5.21  
% 37.83/5.21  
% 37.83/5.21  fork 7: search terminated without proof.
% 37.83/5.23  
% 37.83/5.23  
% 37.83/5.23  fork 6: search terminated without proof.
% 37.83/5.24  
% 37.83/5.24  **** run 108 fork 3 starts with strategy
% 37.83/5.24  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 37.83/5.25  
% 37.83/5.25  **** run 106 fork 1 starts with strategy
% 37.83/5.25  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20}
% 37.83/5.29  
% 37.83/5.29  **** run 112 fork 7 starts with strategy
% 37.83/5.29  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 37.83/5.30  
% 37.83/5.30  **** run 111 fork 6 starts with strategy
% 37.83/5.30  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 37.83/5.31  
% 37.83/5.31  
% 37.83/5.31  fork 0: search terminated without proof.
% 38.10/5.36  
% 38.10/5.36  **** run 113 fork 0 starts with strategy
% 38.10/5.36  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":20,"repeat_var_weight":1,"depth_penalty":100}
% 43.96/6.10  
% 43.96/6.10  
% 43.96/6.10  fork 5: search terminated without proof.
% 45.07/6.15  
% 45.07/6.15  **** run 118 fork 5 starts with strategy
% 45.07/6.15  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"rewrite":0}
% 45.25/6.16  
% 45.25/6.16  
% 45.25/6.16  fork 4: search terminated without proof.
% 45.25/6.21  
% 45.25/6.21  **** run 117 fork 4 starts with strategy
% 45.25/6.21  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 46.02/6.26  
% 46.02/6.26  
% 46.02/6.26  fork 2: search terminated without proof.
% 46.02/6.29  
% 46.02/6.29  
% 46.02/6.29  fork 3: search terminated without proof.
% 46.02/6.30  
% 46.02/6.30  **** run 115 fork 2 starts with strategy
% 46.02/6.30  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20}
% 46.02/6.33  
% 46.02/6.33  
% 46.02/6.33  fork 1: search terminated without proof.
% 46.61/6.33  
% 46.61/6.33  
% 46.61/6.33  fork 6: search terminated without proof.
% 46.61/6.35  
% 46.61/6.35  **** run 116 fork 3 starts with strategy
% 46.61/6.35  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 46.61/6.36  
% 46.61/6.36  
% 46.61/6.36  fork 7: search terminated without proof.
% 46.94/6.39  
% 46.94/6.39  
% 46.94/6.39  fork 0: search terminated without proof.
% 46.94/6.39  
% 46.94/6.39  **** run 114 fork 1 starts with strategy
% 46.94/6.39  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20}
% 46.94/6.40  
% 46.94/6.40  **** run 119 fork 6 starts with strategy
% 46.94/6.40  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"rewrite":0}
% 46.94/6.43  
% 46.94/6.43  **** run 120 fork 7 starts with strategy
% 46.94/6.43  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"weight_select_ratio":2}
% 47.46/6.45  
% 47.46/6.45  **** run 121 fork 0 starts with strategy
% 47.46/6.45  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50,"var_weight":1,"repeat_var_weight":1}
% 53.15/7.18  
% 53.15/7.18  
% 53.15/7.18  fork 5: search terminated without proof.
% 53.48/7.23  
% 53.48/7.23  **** run 126 fork 5 starts with strategy
% 53.48/7.23  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"reverse_clauselist":1}
% 53.48/7.24  
% 53.48/7.24  
% 53.48/7.24  fork 4: search terminated without proof.
% 53.48/7.30  
% 53.48/7.30  **** run 125 fork 4 starts with strategy
% 53.48/7.30  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":2}
% 53.48/7.36  
% 53.48/7.36  
% 53.48/7.36  fork 2: search terminated without proof.
% 53.88/7.40  
% 53.88/7.40  **** run 123 fork 2 starts with strategy
% 53.88/7.40  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":0}
% 53.88/7.42  
% 53.88/7.42  
% 53.88/7.42  fork 3: search terminated without proof.
% 53.88/7.44  
% 53.88/7.44  
% 53.88/7.44  fork 1: search terminated without proof.
% 53.88/7.45  
% 53.88/7.45  
% 53.88/7.45  fork 6: search terminated without proof.
% 55.42/7.47  
% 55.42/7.47  **** run 124 fork 3 starts with strategy
% 55.42/7.47  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1}
% 55.42/7.48  
% 55.42/7.48  
% 55.42/7.48  fork 7: search terminated without proof.
% 55.42/7.50  
% 55.42/7.50  
% 55.42/7.50  fork 0: search terminated without proof.
% 55.42/7.50  
% 55.42/7.50  **** run 122 fork 1 starts with strategy
% 55.42/7.50  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50,"var_weight":1,"repeat_var_weight":1}
% 55.42/7.51  
% 55.42/7.51  **** run 127 fork 6 starts with strategy
% 55.42/7.51  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_depth":2}
% 55.87/7.54  
% 55.87/7.54  fork 6: search finished without proof.
% 55.87/7.55  
% 55.87/7.55  **** run 135 fork 6 starts with strategy
% 55.87/7.55  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_size":20,"weight_select_ratio":2}
% 56.20/7.56  
% 56.20/7.56  **** run 128 fork 7 starts with strategy
% 56.20/7.56  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_depth":4}
% 56.20/7.57  
% 56.20/7.57  **** run 129 fork 0 starts with strategy
% 56.20/7.57  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_depth":6}
% 61.53/8.29  
% 61.53/8.29  
% 61.53/8.29  fork 5: search terminated without proof.
% 62.15/8.33  
% 62.15/8.33  
% 62.15/8.33  fork 4: search terminated without proof.
% 62.15/8.34  
% 62.15/8.34  **** run 134 fork 5 starts with strategy
% 62.15/8.34  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_size":20}
% 62.65/8.39  
% 62.65/8.39  **** run 133 fork 4 starts with strategy
% 62.65/8.39  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_size":15}
% 62.65/8.44  
% 62.65/8.44  
% 62.65/8.44  fork 2: search terminated without proof.
% 63.47/8.50  
% 63.47/8.50  **** run 131 fork 2 starts with strategy
% 63.47/8.50  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_depth":10}
% 63.93/8.54  
% 63.93/8.54  
% 63.93/8.54  fork 3: search terminated without proof.
% 63.93/8.56  
% 63.93/8.56  
% 63.93/8.56  fork 1: search terminated without proof.
% 63.93/8.59  
% 63.93/8.59  
% 63.93/8.59  fork 6: search terminated without proof.
% 63.93/8.59  
% 63.93/8.59  **** run 132 fork 3 starts with strategy
% 63.93/8.59  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_size":10}
% 63.93/8.60  
% 63.93/8.60  
% 63.93/8.60  fork 0: search terminated without proof.
% 63.93/8.61  
% 63.93/8.61  
% 63.93/8.61  fork 7: search terminated without proof.
% 63.93/8.64  
% 63.93/8.64  **** run 130 fork 1 starts with strategy
% 63.93/8.64  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_depth":8}
% 63.93/8.64  
% 63.93/8.64  **** run 143 fork 6 starts with strategy
% 63.93/8.64  {"max_dseconds":10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0}
% 63.93/8.65  
% 63.93/8.65  **** run 136 fork 7 starts with strategy
% 63.93/8.65  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_size":30}
% 63.93/8.67  
% 63.93/8.67  **** run 137 fork 0 starts with strategy
% 63.93/8.67  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_size":40}
% 63.93/8.70  
% 63.93/8.70  fork 3: search finished without proof.
% 63.93/8.72  
% 63.93/8.72  **** run 140 fork 3 starts with strategy
% 63.93/8.72  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50}
% 69.79/9.38  
% 69.79/9.38  
% 69.79/9.38  fork 5: search terminated without proof.
% 69.79/9.42  
% 69.79/9.42  
% 69.79/9.42  fork 4: search terminated without proof.
% 70.00/9.43  
% 70.00/9.43  **** run 142 fork 5 starts with strategy
% 70.00/9.43  {"max_dseconds":10,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100}
% 70.86/9.45  
% 70.86/9.45  **** run 141 fork 4 starts with strategy
% 70.86/9.45  {"max_dseconds":10,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1}
% 71.65/9.56  
% 71.65/9.56  
% 71.65/9.56  fork 2: search terminated without proof.
% 72.15/9.61  
% 72.15/9.61  **** run 139 fork 2 starts with strategy
% 72.15/9.61  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"var_weight":1,"repeat_var_weight":1}
% 72.72/9.69  
% 72.72/9.69  
% 72.72/9.69  fork 0: search terminated without proof.
% 73.01/9.70  
% 73.01/9.70  
% 73.01/9.70  fork 1: search terminated without proof.
% 73.01/9.71  
% 73.01/9.71  
% 73.01/9.71  fork 7: search terminated without proof.
% 73.01/9.71  
% 73.01/9.71  
% 73.01/9.71  fork 6: search terminated without proof.
% 73.26/9.75  
% 73.26/9.75  **** run 145 fork 0 starts with strategy
% 73.26/9.75  {"max_dseconds":10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20}
% 73.26/9.76  
% 73.26/9.76  
% 73.26/9.76  fork 3: search terminated without proof.
% 73.26/9.78  
% 73.26/9.78  **** run 138 fork 1 starts with strategy
% 73.26/9.78  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"var_weight":1}
% 73.26/9.78  
% 73.26/9.78  **** run 144 fork 7 starts with strategy
% 73.26/9.78  {"max_dseconds":10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1}
% 73.26/9.79  
% 73.26/9.79  **** run 151 fork 6 starts with strategy
% 73.26/9.79  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"sine":2}
% 74.05/9.83  
% 74.05/9.83  **** run 148 fork 3 starts with strategy
% 74.05/9.83  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"sine":1}
% 78.90/10.47  
% 78.90/10.47  
% 78.90/10.47  fork 4: search terminated without proof.
% 78.90/10.49  
% 78.90/10.49  
% 78.90/10.49  fork 5: search terminated without proof.
% 78.90/10.50  
% 78.90/10.50  **** run 149 fork 4 starts with strategy
% 78.90/10.50  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"sine":1,"rewrite":0}
% 78.90/10.53  
% 78.90/10.53  **** run 150 fork 5 starts with strategy
% 78.90/10.53  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"sine":1,"weight_select_ratio":2}
% 79.88/10.65  
% 79.88/10.65  
% 79.88/10.65  fork 2: search terminated without proof.
% 79.88/10.71  
% 79.88/10.71  **** run 147 fork 2 starts with strategy
% 79.88/10.71  {"max_dseconds":10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth":4}
% 81.37/10.79  
% 81.37/10.79  
% 81.37/10.79  fork 0: search terminated without proof.
% 81.37/10.82  
% 81.37/10.82  **** run 153 fork 0 starts with strategy
% 81.37/10.82  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"sine":1}
% 81.80/10.85  
% 81.80/10.85  
% 81.80/10.85  fork 1: search terminated without proof.
% 81.80/10.85  
% 81.80/10.85  
% 81.80/10.85  fork 6: search terminated without proof.
% 81.80/10.85  
% 81.80/10.85  
% 81.80/10.85  fork 7: search terminated without proof.
% 82.02/10.87  
% 82.02/10.87  
% 82.02/10.87  fork 3: search terminated without proof.
% 82.02/10.91  
% 82.02/10.91  **** run 146 fork 1 starts with strategy
% 82.02/10.91  {"max_dseconds":10,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100}
% 82.02/10.91  
% 82.02/10.91  **** run 159 fork 6 starts with strategy
% 82.02/10.91  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"sine":5}
% 82.02/10.92  
% 82.02/10.92  **** run 152 fork 7 starts with strategy
% 82.02/10.92  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"sine":2}
% 82.57/10.94  
% 82.57/10.94  **** run 156 fork 3 starts with strategy
% 82.57/10.94  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"sine":4}
% 85.30/11.53  
% 85.30/11.53  
% 85.30/11.53  fork 4: search terminated without proof.
% 87.24/11.58  
% 87.24/11.58  
% 87.24/11.58  fork 5: search terminated without proof.
% 87.24/11.58  
% 87.24/11.58  **** run 157 fork 4 starts with strategy
% 87.24/11.58  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"sine":4}
% 87.69/11.64  
% 87.69/11.64  **** run 158 fork 5 starts with strategy
% 87.69/11.64  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"sine":5}
% 87.89/11.69  
% 87.89/11.69  
% 87.89/11.69  result: proof found
% 87.89/11.69  for /export/starexec/sandbox/benchmark/theBenchmark.p 
% 87.89/11.69  by run 146 fork 1 strategy {"max_dseconds":10,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100}
% 87.89/11.69  % SZS status Unsatisfiable for /export/starexec/sandbox/benchmark/theBenchmark.p 
% 87.89/11.69  
% 87.89/11.69  % SZS output start CNFRefutation for /export/starexec/sandbox/benchmark/theBenchmark.p 
% See solution above
% 87.89/11.70  
% 87.89/11.70  run 146 fork 1 statistics:
% 87.89/11.70  ----------------------------------
% 87.89/11.70  this run seconds: 0.256734
% 87.89/11.70  total seconds: 10.522594
% 87.89/11.70  stat_given_used: 739
% 87.89/11.70  stat_given_used_at_endgame: 0
% 87.89/11.70  stat_given_candidates:   3962
% 87.89/11.70  stat_given_candidates_at_endgame: 0
% 87.89/11.70  stat_given_candidates_h: 0
% 87.89/11.70  stat_binres_derived_cl:   0
% 87.89/11.70  stat_binres_derived_cl_h: 0
% 87.89/11.70  stat_factor_derived_cl: 0
% 87.89/11.70  stat_para_derived_cl: 45814
% 87.89/11.70  stat_tautologies_discarded: 0
% 87.89/11.70  stat_forward_subsumed: 16661
% 87.89/11.70  stat_derived_cut: 1
% 87.89/11.70  stat_derived_rewritten: 608
% 87.89/11.70  stat_weight_discarded_building: 0
% 87.89/11.70  stat_weight_discarded_cl: 0
% 87.89/11.70  stat_internlimit_discarded_cl: 0
% 87.89/11.70  stat_simplified:  608 simplified 0 derived 0 given
% 87.89/11.70  stat_kept_cl: 27602
% 87.89/11.70  stat_built_cl: 29688
% 87.89/11.70  stat_hyperres_partial_cl: 0
% 87.89/11.70  stat_made_rewriters: 602
% 87.89/11.70  stat_backward_subsumed: 0
% 87.89/11.70  stat_propagated_subsumed: 0
% 87.89/11.70  stat_clsubs_attempted:                     25339
% 87.89/11.70  stat_clsubs_fact_groundunit_found:             0
% 87.89/11.70  stat_clsubs_rule_groundunit_found:             1
% 87.89/11.70  stat_clsubs_top_meta_attempted:             340825
% 87.89/11.70  stat_clsubs_top_meta_failed:                315486
% 87.89/11.70  stat_clsubs_top_meta_nonpref_attempted:              340825
% 87.89/11.70  stat_clsubs_top_meta_nonpref_succeeded:              149962
% 87.89/11.70  stat_clsubs_top_meta_pref_attempted:                 149962
% 87.89/11.70  stat_clsubs_top_meta_pref1_succeeded:                149938
% 87.89/11.70  stat_clsubs_top_meta_pref2_succeeded:                 36316
% 87.89/11.70  stat_clsubs_top_meta_pref3_succeeded:                 25339
% 87.89/11.70  stat_clsubs_top_meta_pref_succeeded:                  25339
% 87.89/11.70  stat_clsubs_meta_attempted:                25339
% 87.89/11.70  stat_clsubs_meta_failed:                     390
% 87.89/11.70  stat_clsubs_predsymbs_attempted:               0
% 87.89/11.70  stat_clsubs_unit_attempted:                25339
% 87.89/11.70  stat_clsubs_full_attempted:                    0
% 87.89/11.70  stat_forwardsubs_attempted:                44264
% 87.89/11.70  stat_lit_hash_added:                  27630
% 87.89/11.70  stat_lit_hash_computed:               73031
% 87.89/11.70  stat_lit_hash_match_found:            16676
% 87.89/11.70  stat_lit_hash_match_miss:             56936
% 87.89/11.70  stat_lit_hash_cut_ok:                     0
% 87.89/11.70  stat_lit_strong_cut_ok:                   1
% 87.89/11.70  stat_lit_hash_subsume_ok:             16661
% 87.89/11.70  clqueue els 10000000 used 1
% 87.89/11.70  clactive els 10000000 used 740
% 87.89/11.70  clactivesubsume els 10000000 used 4405
% 87.89/11.70  queue_termbuf els 200000000 used 2552992
% 87.89/11.70  hyper_termbuf els 100000000 used 1
% 87.89/11.70  active_termbuf els 100000000 used 36717
% 87.89/11.70  varstack els 5000 last used 1
% 87.89/11.70  given_termbuf els 10000000 last used 1
% 87.89/11.70  simplified_termbuf els 10000000 last used 1
% 87.89/11.70  derived_termbuf els 10000000 last used 42
% 87.89/11.70  wr_mallocs: 109723
% 87.89/11.70  wr_callocs: 21
% 87.89/11.70  wr_reallocs: 3730
% 87.89/11.70  wr_frees: 2
% 87.89/11.70  wr_malloc_bytes: 4166489028
% 87.89/11.70  wr_calloc_bytes: 112065536
% 87.89/11.70  wr_realloc_bytes: 814752
% 87.89/11.70  wr_realloc_freebytes: 0
% 87.89/11.70  ----------------------------------
%------------------------------------------------------------------------------