Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided in four parts:
  1. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provide some useful information on the computer.
  2. SOLVER DATA
    This is the output of the solver (stdout and stderr).
  3. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to 1200 seconds. After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to 1230 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (900Mb).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  4. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.

General information on the benchmark

Namenormalized-opb/mps-v2-20-10/www.csit.fsu.edu/~burkardt/datasets/mps/normalized-mps-v2-20-10-maros.opb
MD5SUMdf23206734a7a5ecc1a5d03632e7fa81
Bench Categoryoptimization, big integers (OPTBIGINT)
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 344750
Optimality of the best value was proved NO
Number of terms in the objective function 90
Biggest coefficient in the objective function 4831838208
Number of bits for the biggest coefficient in the objective function 33
Sum of the numbers in the objective function 15032909794
Number of bits of the sum of numbers in the objective function 34
Biggest number in a constraint 4831838208
Number of bits of the biggest number in a constraint 33
Biggest sum of numbers in a constraint 15032909794
Number of bits of the biggest sum of numbers34
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark29.6805
Number of variables90
Total number of constraints6
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints6
Minimum length of a constraint15
Maximum length of a constraint90

Trace number 20207

#### BEGIN LAUNCHER DATA ####
LAUNCH ON wulflinc28 THE 2005-04-21 20:22:35 (client local time)
PB2005-SCRIPT v4.0 
MARKUPS: idlaunch=15375 boxname=wulflinc28 idbench=1183 idsolver=9 numberseed=0
MD5SUM SOLVER: daf345f6fbf228671abfac48013b9cac  /oldhome/oroussel/solvers/sat4jPseudo.jar
MD5SUM BENCH:  df23206734a7a5ecc1a5d03632e7fa81  /oldhome/oroussel/tmp/wulflinc28/normalized-mps-v2-20-10-maros.opb
REAL COMMAND:  java -server -Xms650M -Xmx650M -jar /oldhome/oroussel/solvers/sat4jPseudo.jar /oldhome/oroussel/tmp/wulflinc28/normalized-mps-v2-20-10-maros.opb
IDLAUNCH: 15375
/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 7
model name	: Pentium III (Katmai)
stepping	: 3
cpu MHz		: 451.077
cache size	: 512 KB
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 2
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 mmx fxsr sse
bogomips	: 888.83

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 7
model name	: Pentium III (Katmai)
stepping	: 3
cpu MHz		: 451.077
cache size	: 512 KB
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 2
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 mmx fxsr sse
bogomips	: 899.07

/proc/meminfo:
MemTotal:      1034660 kB
MemFree:        436056 kB
Buffers:         34824 kB
Cached:         536680 kB
SwapCached:        104 kB
Active:         207516 kB
Inactive:       366400 kB
HighTotal:      131008 kB
HighFree:          252 kB
LowTotal:       903652 kB
LowFree:        435804 kB
SwapTotal:     2097640 kB
SwapFree:      2097068 kB
Dirty:              28 kB
Writeback:           0 kB
Mapped:           6056 kB
Slab:            19040 kB
Committed_AS:    63580 kB
PageTables:        316 kB
VmallocTotal:   114680 kB
VmallocUsed:      1368 kB
VmallocChunk:   113252 kB
JOB ENDED THE 2005-04-21 20:43:08 (client local time) WITH STATUS 143 IN 1232.96 SECONDS
stats: 15375 7 1232.96 143
#### END LAUNCHER DATA ####
#### BEGIN SOLVER DATA ####
c solving /oldhome/oroussel/tmp/wulflinc28/normalized-mps-v2-20-10-maros.opb
c reading problem 
c [nbvar=90]
c [nbconstr=6]
c time 0.45
c #vars     90
c #clauses  7
c starts	: 0
c conflicts	: 0
c decisions	: 0
c propagations	: 0
c inspects	: 0
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 0
c SATISFIABLE
c OPTIMIZING...
c 
c CURRENT OPTIMUM=480768
c Current CPU time (ms) : 2.028
c starts	: 1
c conflicts	: 3
c decisions	: 48
c propagations	: 142
c inspects	: 241
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 2
c 
c CURRENT OPTIMUM=480764
c Current CPU time (ms) : 2.179
c starts	: 2
c conflicts	: 3
c decisions	: 57
c propagations	: 203
c inspects	: 343
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 3
c 
c CURRENT OPTIMUM=480760
c Current CPU time (ms) : 2.272
c starts	: 3
c conflicts	: 3
c decisions	: 68
c propagations	: 264
c inspects	: 457
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 4
c 
c CURRENT OPTIMUM=480755
c Current CPU time (ms) : 2.408
c starts	: 4
c conflicts	: 3
c decisions	: 78
c propagations	: 325
c inspects	: 578
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 5
c 
c CURRENT OPTIMUM=480751
c Current CPU time (ms) : 2.523
c starts	: 5
c conflicts	: 3
c decisions	: 88
c propagations	: 386
c inspects	: 709
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 6
c 
c CURRENT OPTIMUM=480746
c Current CPU time (ms) : 2.727
c starts	: 6
c conflicts	: 3
c decisions	: 97
c propagations	: 447
c inspects	: 845
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 7
c 
c CURRENT OPTIMUM=480742
c Current CPU time (ms) : 2.886
c starts	: 7
c conflicts	: 3
c decisions	: 107
c propagations	: 508
c inspects	: 996
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 8
c 
c CURRENT OPTIMUM=480737
c Current CPU time (ms) : 3.116
c starts	: 8
c conflicts	: 3
c decisions	: 116
c propagations	: 569
c inspects	: 1150
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 9
c 
c CURRENT OPTIMUM=480733
c Current CPU time (ms) : 3.288
c starts	: 9
c conflicts	: 3
c decisions	: 125
c propagations	: 630
c inspects	: 1313
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 10
c 
c CURRENT OPTIMUM=480728
c Current CPU time (ms) : 3.5
c starts	: 10
c conflicts	: 3
c decisions	: 133
c propagations	: 691
c inspects	: 1476
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 11
c 
c CURRENT OPTIMUM=480724
c Current CPU time (ms) : 3.822
c starts	: 11
c conflicts	: 3
c decisions	: 144
c propagations	: 752
c inspects	: 1677
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 12
c 
c CURRENT OPTIMUM=480719
c Current CPU time (ms) : 4.015
c starts	: 12
c conflicts	: 3
c decisions	: 154
c propagations	: 813
c inspects	: 1878
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 13
c 
c CURRENT OPTIMUM=480715
c Current CPU time (ms) : 4.559
c starts	: 13
c conflicts	: 3
c decisions	: 164
c propagations	: 874
c inspects	: 2089
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 14
c 
c CURRENT OPTIMUM=480710
c Current CPU time (ms) : 4.739
c starts	: 14
c conflicts	: 3
c decisions	: 173
c propagations	: 935
c inspects	: 2297
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 15
c 
c CURRENT OPTIMUM=480706
c Current CPU time (ms) : 4.948
c starts	: 15
c conflicts	: 3
c decisions	: 183
c propagations	: 996
c inspects	: 2528
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 16
c 
c CURRENT OPTIMUM=480701
c Current CPU time (ms) : 5.195
c starts	: 16
c conflicts	: 3
c decisions	: 192
c propagations	: 1057
c inspects	: 2754
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 17
c 
c CURRENT OPTIMUM=480697
c Current CPU time (ms) : 5.786
c starts	: 17
c conflicts	: 3
c decisions	: 201
c propagations	: 1118
c inspects	: 2989
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 18
c 
c CURRENT OPTIMUM=480692
c Current CPU time (ms) : 5.938
c starts	: 18
c conflicts	: 3
c decisions	: 209
c propagations	: 1179
c inspects	: 3216
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 19
c 
c CURRENT OPTIMUM=480688
c Current CPU time (ms) : 6.056
c starts	: 19
c conflicts	: 3
c decisions	: 219
c propagations	: 1240
c inspects	: 3487
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 20
c 
c CURRENT OPTIMUM=480683
c Current CPU time (ms) : 6.181
c starts	: 20
c conflicts	: 3
c decisions	: 228
c propagations	: 1301
c inspects	: 3749
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 21
c 
c CURRENT OPTIMUM=480679
c Current CPU time (ms) : 6.279
c starts	: 21
c conflicts	: 3
c decisions	: 237
c propagations	: 1362
c inspects	: 4020
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 22
c 
c CURRENT OPTIMUM=480674
c Current CPU time (ms) : 6.372
c starts	: 22
c conflicts	: 3
c decisions	: 245
c propagations	: 1423
c inspects	: 4279
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 23
c 
c CURRENT OPTIMUM=480670
c Current CPU time (ms) : 6.474
c starts	: 23
c conflicts	: 3
c decisions	: 254
c propagations	: 1484
c inspects	: 4568
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 24
c 
c CURRENT OPTIMUM=480665
c Current CPU time (ms) : 6.572
c starts	: 24
c conflicts	: 3
c decisions	: 262
c propagations	: 1545
c inspects	: 4843
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 25
c 
c CURRENT OPTIMUM=480661
c Current CPU time (ms) : 6.672
c starts	: 25
c conflicts	: 3
c decisions	: 270
c propagations	: 1606
c inspects	: 5126
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 26
c 
c CURRENT OPTIMUM=480656
c Current CPU time (ms) : 6.772
c starts	: 26
c conflicts	: 3
c decisions	: 277
c propagations	: 1667
c inspects	: 5392
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 27
c 
c CURRENT OPTIMUM=480652
c Current CPU time (ms) : 6.907
c starts	: 27
c conflicts	: 3
c decisions	: 288
c propagations	: 1728
c inspects	: 5769
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 28
c 
c CURRENT OPTIMUM=480647
c Current CPU time (ms) : 7.053
c starts	: 28
c conflicts	: 3
c decisions	: 298
c propagations	: 1789
c inspects	: 6130
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 29
c 
c CURRENT OPTIMUM=480643
c Current CPU time (ms) : 7.183
c starts	: 29
c conflicts	: 3
c decisions	: 308
c propagations	: 1850
c inspects	: 6501
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 30
c 
c CURRENT OPTIMUM=480638
c Current CPU time (ms) : 7.324
c starts	: 30
c conflicts	: 3
c decisions	: 317
c propagations	: 1911
c inspects	: 6853
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 31
c 
c CURRENT OPTIMUM=480634
c Current CPU time (ms) : 7.458
c starts	: 31
c conflicts	: 3
c decisions	: 327
c propagations	: 1972
c inspects	: 7244
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 32
c 
c CURRENT OPTIMUM=480629
c Current CPU time (ms) : 7.588
c starts	: 32
c conflicts	: 3
c decisions	: 336
c propagations	: 2033
c inspects	: 7614
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 33
c 
c CURRENT OPTIMUM=480625
c Current CPU time (ms) : 7.719
c starts	: 33
c conflicts	: 3
c decisions	: 345
c propagations	: 2094
c inspects	: 7993
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 34
c 
c CURRENT OPTIMUM=480620
c Current CPU time (ms) : 7.851
c starts	: 34
c conflicts	: 3
c decisions	: 353
c propagations	: 2155
c inspects	: 8348
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 35
c 
c CURRENT OPTIMUM=480616
c Current CPU time (ms) : 8.016
c starts	: 35
c conflicts	: 3
c decisions	: 363
c propagations	: 2216
c inspects	: 8779
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 36
c 
c CURRENT OPTIMUM=480611
c Current CPU time (ms) : 8.155
c starts	: 36
c conflicts	: 3
c decisions	: 372
c propagations	: 2277
c inspects	: 9185
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 37
c 
c CURRENT OPTIMUM=480607
c Current CPU time (ms) : 8.299
c starts	: 37
c conflicts	: 3
c decisions	: 381
c propagations	: 2338
c inspects	: 9600
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 38
c 
c CURRENT OPTIMUM=480602
c Current CPU time (ms) : 8.432
c starts	: 38
c conflicts	: 3
c decisions	: 389
c propagations	: 2399
c inspects	: 9987
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 39
c 
c CURRENT OPTIMUM=480598
c Current CPU time (ms) : 8.582
c starts	: 39
c conflicts	: 3
c decisions	: 398
c propagations	: 2460
c inspects	: 10420
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 40
c 
c CURRENT OPTIMUM=480593
c Current CPU time (ms) : 8.719
c starts	: 40
c conflicts	: 3
c decisions	: 406
c propagations	: 2521
c inspects	: 10823
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 41
c 
c CURRENT OPTIMUM=480589
c Current CPU time (ms) : 8.87
c starts	: 41
c conflicts	: 3
c decisions	: 414
c propagations	: 2582
c inspects	: 11234
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 42
c 
c CURRENT OPTIMUM=480584
c Current CPU time (ms) : 9.016
c starts	: 42
c conflicts	: 3
c decisions	: 421
c propagations	: 2643
c inspects	: 11612
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 43
c 
c CURRENT OPTIMUM=480580
c Current CPU time (ms) : 9.189
c starts	: 43
c conflicts	: 3
c decisions	: 431
c propagations	: 2704
c inspects	: 12123
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 44
c 
c CURRENT OPTIMUM=480575
c Current CPU time (ms) : 9.353
c starts	: 44
c conflicts	: 3
c decisions	: 440
c propagations	: 2765
c inspects	: 12601
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 45
c 
c CURRENT OPTIMUM=480571
c Current CPU time (ms) : 9.522
c starts	: 45
c conflicts	: 3
c decisions	: 449
c propagations	: 2826
c inspects	: 13088
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 46
c 
c CURRENT OPTIMUM=480566
c Current CPU time (ms) : 9.677
c starts	: 46
c conflicts	: 3
c decisions	: 457
c propagations	: 2887
c inspects	: 13539
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 47
c 
c CURRENT OPTIMUM=480562
c Current CPU time (ms) : 9.858
c starts	: 47
c conflicts	: 3
c decisions	: 466
c propagations	: 2948
c inspects	: 14044
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 48
c 
c CURRENT OPTIMUM=480557
c Current CPU time (ms) : 10.04
c starts	: 48
c conflicts	: 3
c decisions	: 474
c propagations	: 3009
c inspects	: 14511
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 49
c 
c CURRENT OPTIMUM=480553
c Current CPU time (ms) : 10.2
c starts	: 49
c conflicts	: 3
c decisions	: 482
c propagations	: 3070
c inspects	: 14986
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 50
c 
c CURRENT OPTIMUM=480548
c Current CPU time (ms) : 10.347
c starts	: 50
c conflicts	: 3
c decisions	: 489
c propagations	: 3131
c inspects	: 15420
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 51
c 
c CURRENT OPTIMUM=480544
c Current CPU time (ms) : 10.533
c starts	: 51
c conflicts	: 3
c decisions	: 498
c propagations	: 3192
c inspects	: 15961
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 52
c 
c CURRENT OPTIMUM=480539
c Current CPU time (ms) : 10.712
c starts	: 52
c conflicts	: 3
c decisions	: 506
c propagations	: 3253
c inspects	: 16460
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 53
c 
c CURRENT OPTIMUM=480535
c Current CPU time (ms) : 10.928
c starts	: 53
c conflicts	: 3
c decisions	: 514
c propagations	: 3314
c inspects	: 16967
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 54
c 
c CURRENT OPTIMUM=480530
c Current CPU time (ms) : 11.108
c starts	: 54
c conflicts	: 3
c decisions	: 521
c propagations	: 3375
c inspects	: 17429
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 55
c 
c CURRENT OPTIMUM=480526
c Current CPU time (ms) : 11.285
c starts	: 55
c conflicts	: 3
c decisions	: 529
c propagations	: 3436
c inspects	: 17952
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 56
c 
c CURRENT OPTIMUM=480521
c Current CPU time (ms) : 11.5
c starts	: 56
c conflicts	: 3
c decisions	: 536
c propagations	: 3497
c inspects	: 18428
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 57
c 
c CURRENT OPTIMUM=480517
c Current CPU time (ms) : 11.665
c starts	: 57
c conflicts	: 3
c decisions	: 543
c propagations	: 3558
c inspects	: 18911
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 58
c 
c CURRENT OPTIMUM=480512
c Current CPU time (ms) : 11.812
c starts	: 58
c conflicts	: 3
c decisions	: 549
c propagations	: 3619
c inspects	: 19344
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 59
c 
c CURRENT OPTIMUM=480508
c Current CPU time (ms) : 12.168
c starts	: 59
c conflicts	: 3
c decisions	: 563
c propagations	: 3680
c inspects	: 20247
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 60
c 
c CURRENT OPTIMUM=480503
c Current CPU time (ms) : 12.46
c starts	: 60
c conflicts	: 3
c decisions	: 576
c propagations	: 3741
c inspects	: 21105
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 61
c 
c CURRENT OPTIMUM=480499
c Current CPU time (ms) : 12.751
c starts	: 61
c conflicts	: 3
c decisions	: 589
c propagations	: 3802
c inspects	: 21976
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 62
c 
c CURRENT OPTIMUM=480494
c Current CPU time (ms) : 13.048
c starts	: 62
c conflicts	: 3
c decisions	: 601
c propagations	: 3863
c inspects	: 22799
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 63
c 
c CURRENT OPTIMUM=480490
c Current CPU time (ms) : 13.344
c starts	: 63
c conflicts	: 3
c decisions	: 614
c propagations	: 3924
c inspects	: 23696
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 64
c 
c CURRENT OPTIMUM=480485
c Current CPU time (ms) : 13.623
c starts	: 64
c conflicts	: 3
c decisions	: 626
c propagations	: 3985
c inspects	: 24543
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 65
c 
c CURRENT OPTIMUM=480481
c Current CPU time (ms) : 13.926
c starts	: 65
c conflicts	: 3
c decisions	: 638
c propagations	: 4046
c inspects	: 25402
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 66
c 
c CURRENT OPTIMUM=480476
c Current CPU time (ms) : 14.19
c starts	: 66
c conflicts	: 3
c decisions	: 649
c propagations	: 4107
c inspects	: 26208
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 67
c 
c CURRENT OPTIMUM=480472
c Current CPU time (ms) : 14.504
c starts	: 67
c conflicts	: 3
c decisions	: 662
c propagations	: 4168
c inspects	: 27157
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 68
c 
c CURRENT OPTIMUM=480467
c Current CPU time (ms) : 14.796
c starts	: 68
c conflicts	: 3
c decisions	: 674
c propagations	: 4229
c inspects	: 28052
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 69
c 
c CURRENT OPTIMUM=480463
c Current CPU time (ms) : 15.116
c starts	: 69
c conflicts	: 3
c decisions	: 686
c propagations	: 4290
c inspects	: 28959
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 70
c 
c CURRENT OPTIMUM=480458
c Current CPU time (ms) : 15.397
c starts	: 70
c conflicts	: 3
c decisions	: 697
c propagations	: 4351
c inspects	: 29809
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 71
c 
c CURRENT OPTIMUM=480454
c Current CPU time (ms) : 15.706
c starts	: 71
c conflicts	: 3
c decisions	: 709
c propagations	: 4412
c inspects	: 30740
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 72
c 
c CURRENT OPTIMUM=480449
c Current CPU time (ms) : 16.025
c starts	: 72
c conflicts	: 3
c decisions	: 720
c propagations	: 4473
c inspects	: 31612
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 73
c 
c CURRENT OPTIMUM=480445
c Current CPU time (ms) : 16.322
c starts	: 73
c conflicts	: 3
c decisions	: 731
c propagations	: 4534
c inspects	: 32495
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 74
c 
c CURRENT OPTIMUM=480440
c Current CPU time (ms) : 16.599
c starts	: 74
c conflicts	: 3
c decisions	: 741
c propagations	: 4595
c inspects	: 33316
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 75
c 
c CURRENT OPTIMUM=480436
c Current CPU time (ms) : 16.98
c starts	: 75
c conflicts	: 3
c decisions	: 754
c propagations	: 4656
c inspects	: 34369
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 76
c 
c CURRENT OPTIMUM=480431
c Current CPU time (ms) : 17.306
c starts	: 76
c conflicts	: 3
c decisions	: 766
c propagations	: 4717
c inspects	: 35360
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 77
c 
c CURRENT OPTIMUM=480427
c Current CPU time (ms) : 17.64
c starts	: 77
c conflicts	: 3
c decisions	: 778
c propagations	: 4778
c inspects	: 36363
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 78
c 
c CURRENT OPTIMUM=480422
c Current CPU time (ms) : 17.972
c starts	: 78
c conflicts	: 3
c decisions	: 789
c propagations	: 4839
c inspects	: 37301
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 79
c 
c CURRENT OPTIMUM=480418
c Current CPU time (ms) : 18.307
c starts	: 79
c conflicts	: 3
c decisions	: 801
c propagations	: 4900
c inspects	: 38328
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 80
c 
c CURRENT OPTIMUM=480413
c Current CPU time (ms) : 18.646
c starts	: 80
c conflicts	: 3
c decisions	: 812
c propagations	: 4961
c inspects	: 39288
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 81
c 
c CURRENT OPTIMUM=480409
c Current CPU time (ms) : 18.967
c starts	: 81
c conflicts	: 3
c decisions	: 823
c propagations	: 5022
c inspects	: 40259
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 82
c 
c CURRENT OPTIMUM=480404
c Current CPU time (ms) : 19.275
c starts	: 82
c conflicts	: 3
c decisions	: 833
c propagations	: 5083
c inspects	: 41160
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 83
c 
c CURRENT OPTIMUM=480400
c Current CPU time (ms) : 19.653
c starts	: 83
c conflicts	: 3
c decisions	: 845
c propagations	: 5144
c inspects	: 42235
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 84
c 
c CURRENT OPTIMUM=480395
c Current CPU time (ms) : 19.987
c starts	: 84
c conflicts	: 3
c decisions	: 856
c propagations	: 5205
c inspects	: 43239
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 85
c 
c CURRENT OPTIMUM=480391
c Current CPU time (ms) : 20.32
c starts	: 85
c conflicts	: 3
c decisions	: 867
c propagations	: 5266
c inspects	: 44254
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 86
c 
c CURRENT OPTIMUM=480386
c Current CPU time (ms) : 20.659
c starts	: 86
c conflicts	: 3
c decisions	: 877
c propagations	: 5327
c inspects	: 45195
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 87
c 
c CURRENT OPTIMUM=480382
c Current CPU time (ms) : 20.998
c starts	: 87
c conflicts	: 3
c decisions	: 888
c propagations	: 5388
c inspects	: 46232
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 88
c 
c CURRENT OPTIMUM=480377
c Current CPU time (ms) : 21.314
c starts	: 88
c conflicts	: 3
c decisions	: 898
c propagations	: 5449
c inspects	: 47193
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 89
c 
c CURRENT OPTIMUM=480373
c Current CPU time (ms) : 21.663
c starts	: 89
c conflicts	: 3
c decisions	: 908
c propagations	: 5510
c inspects	: 48164
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 90
c 
c CURRENT OPTIMUM=480368
c Current CPU time (ms) : 21.965
c starts	: 90
c conflicts	: 3
c decisions	: 917
c propagations	: 5571
c inspects	: 49056
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 91
c 
c CURRENT OPTIMUM=480364
c Current CPU time (ms) : 22.413
c starts	: 91
c conflicts	: 3
c decisions	: 930
c propagations	: 5632
c inspects	: 50317
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 92
c 
c CURRENT OPTIMUM=480359
c Current CPU time (ms) : 22.799
c starts	: 92
c conflicts	: 3
c decisions	: 942
c propagations	: 5693
c inspects	: 51500
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 93
c 
c CURRENT OPTIMUM=480355
c Current CPU time (ms) : 23.19
c starts	: 93
c conflicts	: 3
c decisions	: 954
c propagations	: 5754
c inspects	: 52695
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 94
c 
c CURRENT OPTIMUM=480350
c Current CPU time (ms) : 23.592
c starts	: 94
c conflicts	: 3
c decisions	: 965
c propagations	: 5815
c inspects	: 53809
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 95
c 
c CURRENT OPTIMUM=480346
c Current CPU time (ms) : 23.99
c starts	: 95
c conflicts	: 3
c decisions	: 977
c propagations	: 5876
c inspects	: 55028
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 96
c 
c CURRENT OPTIMUM=480341
c Current CPU time (ms) : 24.395
c starts	: 96
c conflicts	: 3
c decisions	: 988
c propagations	: 5937
c inspects	: 56164
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 97
c 
c CURRENT OPTIMUM=480337
c Current CPU time (ms) : 24.773
c starts	: 97
c conflicts	: 3
c decisions	: 999
c propagations	: 5998
c inspects	: 57311
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 98
c 
c CURRENT OPTIMUM=480332
c Current CPU time (ms) : 25.155
c starts	: 98
c conflicts	: 3
c decisions	: 1009
c propagations	: 6059
c inspects	: 58372
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 99
c 
c CURRENT OPTIMUM=480328
c Current CPU time (ms) : 25.575
c starts	: 99
c conflicts	: 3
c decisions	: 1021
c propagations	: 6120
c inspects	: 59639
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 100
c 
c CURRENT OPTIMUM=480323
c Current CPU time (ms) : 25.964
c starts	: 100
c conflicts	: 3
c decisions	: 1032
c propagations	: 6181
c inspects	: 60819
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 101
c 
c CURRENT OPTIMUM=480319
c Current CPU time (ms) : 26.386
c starts	: 101
c conflicts	: 3
c decisions	: 1043
c propagations	: 6242
c inspects	: 62010
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 102
c 
c CURRENT OPTIMUM=480314
c Current CPU time (ms) : 26.754
c starts	: 102
c conflicts	: 3
c decisions	: 1053
c propagations	: 6303
c inspects	: 63111
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 103
c 
c CURRENT OPTIMUM=480310
c Current CPU time (ms) : 27.188
c starts	: 103
c conflicts	: 3
c decisions	: 1064
c propagations	: 6364
c inspects	: 64324
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 104
c 
c CURRENT OPTIMUM=480305
c Current CPU time (ms) : 27.559
c starts	: 104
c conflicts	: 3
c decisions	: 1074
c propagations	: 6425
c inspects	: 65445
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 105
c 
c CURRENT OPTIMUM=480301
c Current CPU time (ms) : 27.971
c starts	: 105
c conflicts	: 3
c decisions	: 1084
c propagations	: 6486
c inspects	: 66576
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 106
c 
c CURRENT OPTIMUM=480296
c Current CPU time (ms) : 28.321
c starts	: 106
c conflicts	: 3
c decisions	: 1093
c propagations	: 6547
c inspects	: 67612
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 107
c 
c CURRENT OPTIMUM=480292
c Current CPU time (ms) : 28.771
c starts	: 107
c conflicts	: 3
c decisions	: 1105
c propagations	: 6608
c inspects	: 68975
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 108
c 
c CURRENT OPTIMUM=480287
c Current CPU time (ms) : 29.22
c starts	: 108
c conflicts	: 3
c decisions	: 1116
c propagations	: 6669
c inspects	: 70243
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 109
c 
c CURRENT OPTIMUM=480283
c Current CPU time (ms) : 29.647
c starts	: 109
c conflicts	: 3
c decisions	: 1127
c propagations	: 6730
c inspects	: 71522
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 110
c 
c CURRENT OPTIMUM=480278
c Current CPU time (ms) : 30.075
c starts	: 110
c conflicts	: 3
c decisions	: 1137
c propagations	: 6791
c inspects	: 72703
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 111
c 
c CURRENT OPTIMUM=480274
c Current CPU time (ms) : 30.504
c starts	: 111
c conflicts	: 3
c decisions	: 1148
c propagations	: 6852
c inspects	: 74004
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 112
c 
c CURRENT OPTIMUM=480269
c Current CPU time (ms) : 30.933
c starts	: 112
c conflicts	: 3
c decisions	: 1158
c propagations	: 6913
c inspects	: 75205
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 113
c 
c CURRENT OPTIMUM=480265
c Current CPU time (ms) : 31.333
c starts	: 113
c conflicts	: 3
c decisions	: 1168
c propagations	: 6974
c inspects	: 76416
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 114
c 
c CURRENT OPTIMUM=480260
c Current CPU time (ms) : 31.737
c starts	: 114
c conflicts	: 3
c decisions	: 1177
c propagations	: 7035
c inspects	: 77524
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 115
c 
c CURRENT OPTIMUM=480256
c Current CPU time (ms) : 32.187
c starts	: 115
c conflicts	: 3
c decisions	: 1188
c propagations	: 7096
c inspects	: 78869
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 116
c 
c CURRENT OPTIMUM=480251
c Current CPU time (ms) : 32.597
c starts	: 116
c conflicts	: 3
c decisions	: 1198
c propagations	: 7157
c inspects	: 80110
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 117
c 
c CURRENT OPTIMUM=480247
c Current CPU time (ms) : 33.05
c starts	: 117
c conflicts	: 3
c decisions	: 1208
c propagations	: 7218
c inspects	: 81361
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 118
c 
c CURRENT OPTIMUM=480242
c Current CPU time (ms) : 33.429
c starts	: 118
c conflicts	: 3
c decisions	: 1217
c propagations	: 7279
c inspects	: 82505
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 119
c 
c CURRENT OPTIMUM=480238
c Current CPU time (ms) : 33.892
c starts	: 119
c conflicts	: 3
c decisions	: 1227
c propagations	: 7340
c inspects	: 83776
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 120
c 
c CURRENT OPTIMUM=480233
c Current CPU time (ms) : 34.284
c starts	: 120
c conflicts	: 3
c decisions	: 1236
c propagations	: 7401
c inspects	: 84938
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 121
c 
c CURRENT OPTIMUM=480229
c Current CPU time (ms) : 34.715
c starts	: 121
c conflicts	: 3
c decisions	: 1245
c propagations	: 7462
c inspects	: 86109
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 122
c 
c CURRENT OPTIMUM=480224
c Current CPU time (ms) : 35.07
c starts	: 122
c conflicts	: 3
c decisions	: 1253
c propagations	: 7523
c inspects	: 87168
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 123
c 
c CURRENT OPTIMUM=480220
c Current CPU time (ms) : 35.653
c starts	: 123
c conflicts	: 3
c decisions	: 1266
c propagations	: 7584
c inspects	: 88845
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 124
c 
c CURRENT OPTIMUM=480215
c Current CPU time (ms) : 36.171
c starts	: 124
c conflicts	: 3
c decisions	: 1278
c propagations	: 7645
c inspects	: 90412
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 125
c 
c CURRENT OPTIMUM=480211
c Current CPU time (ms) : 36.723
c starts	: 125
c conflicts	: 3
c decisions	: 1290
c propagations	: 7706
c inspects	: 91991
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 126
c 
c CURRENT OPTIMUM=480206
c Current CPU time (ms) : 37.206
c starts	: 126
c conflicts	: 3
c decisions	: 1301
c propagations	: 7767
c inspects	: 93457
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 127
c 
c CURRENT OPTIMUM=480202
c Current CPU time (ms) : 37.754
c starts	: 127
c conflicts	: 3
c decisions	: 1313
c propagations	: 7828
c inspects	: 95060
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 128
c 
c CURRENT OPTIMUM=480197
c Current CPU time (ms) : 38.246
c starts	: 128
c conflicts	: 3
c decisions	: 1324
c propagations	: 7889
c inspects	: 96548
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 129
c 
c CURRENT OPTIMUM=480193
c Current CPU time (ms) : 38.762
c starts	: 129
c conflicts	: 3
c decisions	: 1335
c propagations	: 7950
c inspects	: 98047
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 130
c 
c CURRENT OPTIMUM=480188
c Current CPU time (ms) : 39.244
c starts	: 130
c conflicts	: 3
c decisions	: 1345
c propagations	: 8011
c inspects	: 99428
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 131
c 
c CURRENT OPTIMUM=480184
c Current CPU time (ms) : 39.795
c starts	: 131
c conflicts	: 3
c decisions	: 1357
c propagations	: 8072
c inspects	: 101079
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 132
c 
c CURRENT OPTIMUM=480179
c Current CPU time (ms) : 40.327
c starts	: 132
c conflicts	: 3
c decisions	: 1368
c propagations	: 8133
c inspects	: 102611
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 133
c 
c CURRENT OPTIMUM=480175
c Current CPU time (ms) : 40.841
c starts	: 133
c conflicts	: 3
c decisions	: 1379
c propagations	: 8194
c inspects	: 104154
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 134
c 
c CURRENT OPTIMUM=480170
c Current CPU time (ms) : 41.339
c starts	: 134
c conflicts	: 3
c decisions	: 1389
c propagations	: 8255
c inspects	: 105575
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 135
c 
c CURRENT OPTIMUM=480166
c Current CPU time (ms) : 41.856
c starts	: 135
c conflicts	: 3
c decisions	: 1400
c propagations	: 8316
c inspects	: 107140
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 136
c 
c CURRENT OPTIMUM=480161
c Current CPU time (ms) : 42.354
c starts	: 136
c conflicts	: 3
c decisions	: 1410
c propagations	: 8377
c inspects	: 108581
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 137
c 
c CURRENT OPTIMUM=480157
c Current CPU time (ms) : 42.84
c starts	: 137
c conflicts	: 3
c decisions	: 1420
c propagations	: 8438
c inspects	: 110032
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 138
c 
c CURRENT OPTIMUM=480152
c Current CPU time (ms) : 43.303
c starts	: 138
c conflicts	: 3
c decisions	: 1429
c propagations	: 8499
c inspects	: 111356
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 139
c 
c CURRENT OPTIMUM=480148
c Current CPU time (ms) : 43.902
c starts	: 139
c conflicts	: 3
c decisions	: 1441
c propagations	: 8560
c inspects	: 113103
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 140
c 
c CURRENT OPTIMUM=480143
c Current CPU time (ms) : 44.438
c starts	: 140
c conflicts	: 3
c decisions	: 1452
c propagations	: 8621
c inspects	: 114723
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 141
c 
c CURRENT OPTIMUM=480139
c Current CPU time (ms) : 44.996
c starts	: 141
c conflicts	: 3
c decisions	: 1463
c propagations	: 8682
c inspects	: 116354
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 142
c 
c CURRENT OPTIMUM=480134
c Current CPU time (ms) : 45.493
c starts	: 142
c conflicts	: 3
c decisions	: 1473
c propagations	: 8743
c inspects	: 117855
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 143
c 
c CURRENT OPTIMUM=480130
c Current CPU time (ms) : 46.054
c starts	: 143
c conflicts	: 3
c decisions	: 1484
c propagations	: 8804
c inspects	: 119508
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 144
c 
c CURRENT OPTIMUM=480125
c Current CPU time (ms) : 46.565
c starts	: 144
c conflicts	: 3
c decisions	: 1494
c propagations	: 8865
c inspects	: 121029
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 145
c 
c CURRENT OPTIMUM=480121
c Current CPU time (ms) : 47.091
c starts	: 145
c conflicts	: 3
c decisions	: 1504
c propagations	: 8926
c inspects	: 122560
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 146
c 
c CURRENT OPTIMUM=480116
c Current CPU time (ms) : 47.574
c starts	: 146
c conflicts	: 3
c decisions	: 1513
c propagations	: 8987
c inspects	: 123956
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 147
c 
c CURRENT OPTIMUM=480112
c Current CPU time (ms) : 48.132
c starts	: 147
c conflicts	: 3
c decisions	: 1524
c propagations	: 9048
c inspects	: 125653
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 148
c 
c CURRENT OPTIMUM=480107
c Current CPU time (ms) : 48.67
c starts	: 148
c conflicts	: 3
c decisions	: 1534
c propagations	: 9109
c inspects	: 127214
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 149
c 
c CURRENT OPTIMUM=480103
c Current CPU time (ms) : 49.191
c starts	: 149
c conflicts	: 3
c decisions	: 1544
c propagations	: 9170
c inspects	: 128785
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 150
c 
c CURRENT OPTIMUM=480098
c Current CPU time (ms) : 49.686
c starts	: 150
c conflicts	: 3
c decisions	: 1553
c propagations	: 9231
c inspects	: 130217
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 151
c 
c CURRENT OPTIMUM=480094
c Current CPU time (ms) : 50.21
c starts	: 151
c conflicts	: 3
c decisions	: 1563
c propagations	: 9292
c inspects	: 131808
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 152
c 
c CURRENT OPTIMUM=480089
c Current CPU time (ms) : 50.707
c starts	: 152
c conflicts	: 3
c decisions	: 1572
c propagations	: 9353
c inspects	: 133258
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 153
c 
c CURRENT OPTIMUM=480085
c Current CPU time (ms) : 51.214
c starts	: 153
c conflicts	: 3
c decisions	: 1581
c propagations	: 9414
c inspects	: 134717
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 154
c 
c CURRENT OPTIMUM=480080
c Current CPU time (ms) : 51.658
c starts	: 154
c conflicts	: 3
c decisions	: 1589
c propagations	: 9475
c inspects	: 136032
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 155
c 
c CURRENT OPTIMUM=480076
c Current CPU time (ms) : 52.324
c starts	: 155
c conflicts	: 3
c decisions	: 1601
c propagations	: 9536
c inspects	: 137971
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 156
c 
c CURRENT OPTIMUM=480071
c Current CPU time (ms) : 52.916
c starts	: 156
c conflicts	: 3
c decisions	: 1612
c propagations	: 9597
c inspects	: 139767
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 157
c 
c CURRENT OPTIMUM=480067
c Current CPU time (ms) : 53.532
c starts	: 157
c conflicts	: 3
c decisions	: 1623
c propagations	: 9658
c inspects	: 141574
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 158
c 
c CURRENT OPTIMUM=480062
c Current CPU time (ms) : 54.099
c starts	: 158
c conflicts	: 3
c decisions	: 1633
c propagations	: 9719
c inspects	: 143235
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 159
c 
c CURRENT OPTIMUM=480058
c Current CPU time (ms) : 54.701
c starts	: 159
c conflicts	: 3
c decisions	: 1644
c propagations	: 9780
c inspects	: 145064
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 160
c 
c CURRENT OPTIMUM=480053
c Current CPU time (ms) : 55.278
c starts	: 160
c conflicts	: 3
c decisions	: 1654
c propagations	: 9841
c inspects	: 146745
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 161
c 
c CURRENT OPTIMUM=480049
c Current CPU time (ms) : 55.855
c starts	: 161
c conflicts	: 3
c decisions	: 1664
c propagations	: 9902
c inspects	: 148436
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 162
c 
c CURRENT OPTIMUM=480044
c Current CPU time (ms) : 56.371
c starts	: 162
c conflicts	: 3
c decisions	: 1673
c propagations	: 9963
c inspects	: 149976
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 163
c 
c CURRENT OPTIMUM=480040
c Current CPU time (ms) : 57.009
c starts	: 163
c conflicts	: 3
c decisions	: 1684
c propagations	: 10024
c inspects	: 151849
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 164
c 
c CURRENT OPTIMUM=480035
c Current CPU time (ms) : 57.585
c starts	: 164
c conflicts	: 3
c decisions	: 1694
c propagations	: 10085
c inspects	: 153570
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 165
c 
c CURRENT OPTIMUM=480031
c Current CPU time (ms) : 58.181
c starts	: 165
c conflicts	: 3
c decisions	: 1704
c propagations	: 10146
c inspects	: 155301
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 166
c 
c CURRENT OPTIMUM=480026
c Current CPU time (ms) : 58.719
c starts	: 166
c conflicts	: 3
c decisions	: 1713
c propagations	: 10207
c inspects	: 156877
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 167
c 
c CURRENT OPTIMUM=480022
c Current CPU time (ms) : 59.295
c starts	: 167
c conflicts	: 3
c decisions	: 1723
c propagations	: 10268
c inspects	: 158628
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 168
c 
c CURRENT OPTIMUM=480017
c Current CPU time (ms) : 59.849
c starts	: 168
c conflicts	: 3
c decisions	: 1732
c propagations	: 10329
c inspects	: 160222
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 169
c 
c CURRENT OPTIMUM=480013
c Current CPU time (ms) : 60.381
c starts	: 169
c conflicts	: 3
c decisions	: 1741
c propagations	: 10390
c inspects	: 161825
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 170
c 
c CURRENT OPTIMUM=480008
c Current CPU time (ms) : 60.877
c starts	: 170
c conflicts	: 3
c decisions	: 1749
c propagations	: 10451
c inspects	: 163268
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 171
c 
c CURRENT OPTIMUM=480004
c Current CPU time (ms) : 61.544
c starts	: 171
c conflicts	: 3
c decisions	: 1760
c propagations	: 10512
c inspects	: 165229
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 172
c 
c CURRENT OPTIMUM=479999
c Current CPU time (ms) : 62.143
c starts	: 172
c conflicts	: 3
c decisions	: 1770
c propagations	: 10573
c inspects	: 167030
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 173
c 
c CURRENT OPTIMUM=479995
c Current CPU time (ms) : 62.763
c starts	: 173
c conflicts	: 3
c decisions	: 1780
c propagations	: 10634
c inspects	: 168841
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 174
c 
c CURRENT OPTIMUM=479990
c Current CPU time (ms) : 63.332
c starts	: 174
c conflicts	: 3
c decisions	: 1789
c propagations	: 10695
c inspects	: 170489
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 175
c 
c CURRENT OPTIMUM=479986
c Current CPU time (ms) : 63.938
c starts	: 175
c conflicts	: 3
c decisions	: 1799
c propagations	: 10756
c inspects	: 172320
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 176
c 
c CURRENT OPTIMUM=479981
c Current CPU time (ms) : 64.518
c starts	: 176
c conflicts	: 3
c decisions	: 1808
c propagations	: 10817
c inspects	: 173986
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 177
c 
c CURRENT OPTIMUM=479977
c Current CPU time (ms) : 65.106
c starts	: 177
c conflicts	: 3
c decisions	: 1817
c propagations	: 10878
c inspects	: 175661
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 178
c 
c CURRENT OPTIMUM=479972
c Current CPU time (ms) : 65.61
c starts	: 178
c conflicts	: 3
c decisions	: 1825
c propagations	: 10939
c inspects	: 177168
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 179
c 
c CURRENT OPTIMUM=479968
c Current CPU time (ms) : 66.251
c starts	: 179
c conflicts	: 3
c decisions	: 1835
c propagations	: 11000
c inspects	: 179039
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 180
c 
c CURRENT OPTIMUM=479963
c Current CPU time (ms) : 66.818
c starts	: 180
c conflicts	: 3
c decisions	: 1844
c propagations	: 11061
c inspects	: 180741
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 181
c 
c CURRENT OPTIMUM=479959
c Current CPU time (ms) : 67.409
c starts	: 181
c conflicts	: 3
c decisions	: 1853
c propagations	: 11122
c inspects	: 182452
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 182
c 
c CURRENT OPTIMUM=479954
c Current CPU time (ms) : 67.942
c starts	: 182
c conflicts	: 3
c decisions	: 1861
c propagations	: 11183
c inspects	: 183991
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 183
c 
c CURRENT OPTIMUM=479950
c Current CPU time (ms) : 68.516
c starts	: 183
c conflicts	: 3
c decisions	: 1870
c propagations	: 11244
c inspects	: 185720
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 184
c 
c CURRENT OPTIMUM=479945
c Current CPU time (ms) : 69.056
c starts	: 184
c conflicts	: 3
c decisions	: 1878
c propagations	: 11305
c inspects	: 187275
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 185
c 
c CURRENT OPTIMUM=479941
c Current CPU time (ms) : 69.578
c starts	: 185
c conflicts	: 3
c decisions	: 1886
c propagations	: 11366
c inspects	: 188838
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 186
c 
c CURRENT OPTIMUM=479936
c Current CPU time (ms) : 70.069
c starts	: 186
c conflicts	: 3
c decisions	: 1893
c propagations	: 11427
c inspects	: 190224
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 187
c 
c CURRENT OPTIMUM=479932
c Current CPU time (ms) : 70.928
c starts	: 187
c conflicts	: 3
c decisions	: 1906
c propagations	: 11488
c inspects	: 192733
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 188
c 
c CURRENT OPTIMUM=479927
c Current CPU time (ms) : 71.726
c starts	: 188
c conflicts	: 3
c decisions	: 1918
c propagations	: 11549
c inspects	: 195068
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 189
c 
c CURRENT OPTIMUM=479923
c Current CPU time (ms) : 72.535
c starts	: 189
c conflicts	: 3
c decisions	: 1930
c propagations	: 11610
c inspects	: 197415
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 190
c 
c CURRENT OPTIMUM=479918
c Current CPU time (ms) : 73.261
c starts	: 190
c conflicts	: 3
c decisions	: 1941
c propagations	: 11671
c inspects	: 199585
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 191
c 
c CURRENT OPTIMUM=479914
c Current CPU time (ms) : 74.075
c starts	: 191
c conflicts	: 3
c decisions	: 1953
c propagations	: 11732
c inspects	: 201956
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 192
c 
c CURRENT OPTIMUM=479909
c Current CPU time (ms) : 74.831
c starts	: 192
c conflicts	: 3
c decisions	: 1964
c propagations	: 11793
c inspects	: 204148
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 193
c 
c CURRENT OPTIMUM=479905
c Current CPU time (ms) : 75.583
c starts	: 193
c conflicts	: 3
c decisions	: 1975
c propagations	: 11854
c inspects	: 206351
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 194
c 
c CURRENT OPTIMUM=479900
c Current CPU time (ms) : 76.288
c starts	: 194
c conflicts	: 3
c decisions	: 1985
c propagations	: 11915
c inspects	: 208372
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 195
c 
c CURRENT OPTIMUM=479896
c Current CPU time (ms) : 77.113
c starts	: 195
c conflicts	: 3
c decisions	: 1997
c propagations	: 11976
c inspects	: 210791
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 196
c 
c CURRENT OPTIMUM=479891
c Current CPU time (ms) : 77.861
c starts	: 196
c conflicts	: 3
c decisions	: 2008
c propagations	: 12037
c inspects	: 213027
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 197
c 
c CURRENT OPTIMUM=479887
c Current CPU time (ms) : 78.634
c starts	: 197
c conflicts	: 3
c decisions	: 2019
c propagations	: 12098
c inspects	: 215274
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 198
c 
c CURRENT OPTIMUM=479882
c Current CPU time (ms) : 79.352
c starts	: 198
c conflicts	: 3
c decisions	: 2029
c propagations	: 12159
c inspects	: 217335
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 199
c 
c CURRENT OPTIMUM=479878
c Current CPU time (ms) : 80.14
c starts	: 199
c conflicts	: 3
c decisions	: 2040
c propagations	: 12220
c inspects	: 219604
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 200
c 
c CURRENT OPTIMUM=479873
c Current CPU time (ms) : 80.85
c starts	: 200
c conflicts	: 3
c decisions	: 2050
c propagations	: 12281
c inspects	: 221685
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 201
c 
c CURRENT OPTIMUM=479869
c Current CPU time (ms) : 81.555
c starts	: 201
c conflicts	: 3
c decisions	: 2060
c propagations	: 12342
c inspects	: 223776
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 202
c 
c CURRENT OPTIMUM=479864
c Current CPU time (ms) : 82.216
c starts	: 202
c conflicts	: 3
c decisions	: 2069
c propagations	: 12403
c inspects	: 225676
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 203
c 
c CURRENT OPTIMUM=479860
c Current CPU time (ms) : 83.083
c starts	: 203
c conflicts	: 3
c decisions	: 2081
c propagations	: 12464
c inspects	: 228191
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 204
c 
c CURRENT OPTIMUM=479855
c Current CPU time (ms) : 83.884
c starts	: 204
c conflicts	: 3
c decisions	: 2092
c propagations	: 12525
c inspects	: 230515
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 205
c 
c CURRENT OPTIMUM=479851
c Current CPU time (ms) : 84.687
c starts	: 205
c conflicts	: 3
c decisions	: 2103
c propagations	: 12586
c inspects	: 232850
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 206
c 
c CURRENT OPTIMUM=479846
c Current CPU time (ms) : 85.409
c starts	: 206
c conflicts	: 3
c decisions	: 2113
c propagations	: 12647
c inspects	: 234991
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 207
c 
c CURRENT OPTIMUM=479842
c Current CPU time (ms) : 86.219
c starts	: 207
c conflicts	: 3
c decisions	: 2124
c propagations	: 12708
c inspects	: 237348
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 208
c 
c CURRENT OPTIMUM=479837
c Current CPU time (ms) : 86.97
c starts	: 208
c conflicts	: 3
c decisions	: 2134
c propagations	: 12769
c inspects	: 239509
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 209
c 
c CURRENT OPTIMUM=479833
c Current CPU time (ms) : 87.721
c starts	: 209
c conflicts	: 3
c decisions	: 2144
c propagations	: 12830
c inspects	: 241680
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 210
c 
c CURRENT OPTIMUM=479828
c Current CPU time (ms) : 88.409
c starts	: 210
c conflicts	: 3
c decisions	: 2153
c propagations	: 12891
c inspects	: 243652
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 211
c 
c CURRENT OPTIMUM=479824
c Current CPU time (ms) : 89.239
c starts	: 211
c conflicts	: 3
c decisions	: 2164
c propagations	: 12952
c inspects	: 246053
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 212
c 
c CURRENT OPTIMUM=479819
c Current CPU time (ms) : 89.984
c starts	: 212
c conflicts	: 3
c decisions	: 2174
c propagations	: 13013
c inspects	: 248254
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 213
c 
c CURRENT OPTIMUM=479815
c Current CPU time (ms) : 90.75
c starts	: 213
c conflicts	: 3
c decisions	: 2184
c propagations	: 13074
c inspects	: 250465
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 214
c 
c CURRENT OPTIMUM=479810
c Current CPU time (ms) : 91.445
c starts	: 214
c conflicts	: 3
c decisions	: 2193
c propagations	: 13135
c inspects	: 252473
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 215
c 
c CURRENT OPTIMUM=479806
c Current CPU time (ms) : 92.217
c starts	: 215
c conflicts	: 3
c decisions	: 2203
c propagations	: 13196
c inspects	: 254704
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 216
c 
c CURRENT OPTIMUM=479801
c Current CPU time (ms) : 92.902
c starts	: 216
c conflicts	: 3
c decisions	: 2212
c propagations	: 13257
c inspects	: 256730
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 217
c 
c CURRENT OPTIMUM=479797
c Current CPU time (ms) : 93.609
c starts	: 217
c conflicts	: 3
c decisions	: 2221
c propagations	: 13318
c inspects	: 258765
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 218
c 
c CURRENT OPTIMUM=479792
c Current CPU time (ms) : 94.242
c starts	: 218
c conflicts	: 3
c decisions	: 2229
c propagations	: 13379
c inspects	: 260592
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 219
c 
c CURRENT OPTIMUM=479788
c Current CPU time (ms) : 95.169
c starts	: 219
c conflicts	: 3
c decisions	: 2241
c propagations	: 13440
c inspects	: 263299
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 220
c 
c CURRENT OPTIMUM=479783
c Current CPU time (ms) : 96.023
c starts	: 220
c conflicts	: 3
c decisions	: 2252
c propagations	: 13501
c inspects	: 265799
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 221
c 
c CURRENT OPTIMUM=479779
c Current CPU time (ms) : 96.892
c starts	: 221
c conflicts	: 3
c decisions	: 2263
c propagations	: 13562
c inspects	: 268310
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 222
c 
c CURRENT OPTIMUM=479774
c Current CPU time (ms) : 97.691
c starts	: 222
c conflicts	: 3
c decisions	: 2273
c propagations	: 13623
c inspects	: 270611
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 223
c 
c CURRENT OPTIMUM=479770
c Current CPU time (ms) : 98.562
c starts	: 223
c conflicts	: 3
c decisions	: 2284
c propagations	: 13684
c inspects	: 273144
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 224
c 
c CURRENT OPTIMUM=479765
c Current CPU time (ms) : 99.345
c starts	: 224
c conflicts	: 3
c decisions	: 2294
c propagations	: 13745
c inspects	: 275465
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 225
c 
c CURRENT OPTIMUM=479761
c Current CPU time (ms) : 100.153
c starts	: 225
c conflicts	: 3
c decisions	: 2304
c propagations	: 13806
c inspects	: 277796
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 226
c 
c CURRENT OPTIMUM=479756
c Current CPU time (ms) : 100.885
c starts	: 226
c conflicts	: 3
c decisions	: 2313
c propagations	: 13867
c inspects	: 279912
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 227
c 
c CURRENT OPTIMUM=479752
c Current CPU time (ms) : 101.771
c starts	: 227
c conflicts	: 3
c decisions	: 2324
c propagations	: 13928
c inspects	: 282489
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 228
c 
c CURRENT OPTIMUM=479747
c Current CPU time (ms) : 102.579
c starts	: 228
c conflicts	: 3
c decisions	: 2334
c propagations	: 13989
c inspects	: 284850
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 229
c 
c CURRENT OPTIMUM=479743
c Current CPU time (ms) : 103.385
c starts	: 229
c conflicts	: 3
c decisions	: 2344
c propagations	: 14050
c inspects	: 287221
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 230
c 
c CURRENT OPTIMUM=479738
c Current CPU time (ms) : 104.131
c starts	: 230
c conflicts	: 3
c decisions	: 2353
c propagations	: 14111
c inspects	: 289373
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 231
c 
c CURRENT OPTIMUM=479734
c Current CPU time (ms) : 104.94
c starts	: 231
c conflicts	: 3
c decisions	: 2363
c propagations	: 14172
c inspects	: 291764
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 232
c 
c CURRENT OPTIMUM=479729
c Current CPU time (ms) : 105.693
c starts	: 232
c conflicts	: 3
c decisions	: 2372
c propagations	: 14233
c inspects	: 293934
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 233
c 
c CURRENT OPTIMUM=479725
c Current CPU time (ms) : 106.451
c starts	: 233
c conflicts	: 3
c decisions	: 2381
c propagations	: 14294
c inspects	: 296113
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 234
c 
c CURRENT OPTIMUM=479720
c Current CPU time (ms) : 107.134
c starts	: 234
c conflicts	: 3
c decisions	: 2389
c propagations	: 14355
c inspects	: 298068
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 235
c 
c CURRENT OPTIMUM=479716
c Current CPU time (ms) : 108.038
c starts	: 235
c conflicts	: 3
c decisions	: 2400
c propagations	: 14416
c inspects	: 300733
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 236
c 
c CURRENT OPTIMUM=479711
c Current CPU time (ms) : 108.879
c starts	: 236
c conflicts	: 3
c decisions	: 2410
c propagations	: 14477
c inspects	: 303174
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 237
c 
c CURRENT OPTIMUM=479707
c Current CPU time (ms) : 109.714
c starts	: 237
c conflicts	: 3
c decisions	: 2420
c propagations	: 14538
c inspects	: 305625
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 238
c 
c CURRENT OPTIMUM=479702
c Current CPU time (ms) : 110.464
c starts	: 238
c conflicts	: 3
c decisions	: 2429
c propagations	: 14599
c inspects	: 307849
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 239
c 
c CURRENT OPTIMUM=479698
c Current CPU time (ms) : 111.314
c starts	: 239
c conflicts	: 3
c decisions	: 2439
c propagations	: 14660
c inspects	: 310320
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 240
c 
c CURRENT OPTIMUM=479693
c Current CPU time (ms) : 112.086
c starts	: 240
c conflicts	: 3
c decisions	: 2448
c propagations	: 14721
c inspects	: 312562
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 241
c 
c CURRENT OPTIMUM=479689
c Current CPU time (ms) : 112.869
c starts	: 241
c conflicts	: 3
c decisions	: 2457
c propagations	: 14782
c inspects	: 314813
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 242
c 
c CURRENT OPTIMUM=479684
c Current CPU time (ms) : 113.572
c starts	: 242
c conflicts	: 3
c decisions	: 2465
c propagations	: 14843
c inspects	: 316832
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 243
c 
c CURRENT OPTIMUM=479680
c Current CPU time (ms) : 114.434
c starts	: 243
c conflicts	: 3
c decisions	: 2475
c propagations	: 14904
c inspects	: 319343
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 244
c 
c CURRENT OPTIMUM=479675
c Current CPU time (ms) : 115.198
c starts	: 244
c conflicts	: 3
c decisions	: 2484
c propagations	: 14965
c inspects	: 321621
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 245
c 
c CURRENT OPTIMUM=479671
c Current CPU time (ms) : 115.995
c starts	: 245
c conflicts	: 3
c decisions	: 2493
c propagations	: 15026
c inspects	: 323908
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 246
c 
c CURRENT OPTIMUM=479666
c Current CPU time (ms) : 116.713
c starts	: 246
c conflicts	: 3
c decisions	: 2501
c propagations	: 15087
c inspects	: 325959
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 247
c 
c CURRENT OPTIMUM=479662
c Current CPU time (ms) : 117.505
c starts	: 247
c conflicts	: 3
c decisions	: 2510
c propagations	: 15148
c inspects	: 328264
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 248
c 
c CURRENT OPTIMUM=479657
c Current CPU time (ms) : 118.22
c starts	: 248
c conflicts	: 3
c decisions	: 2518
c propagations	: 15209
c inspects	: 330331
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 249
c 
c CURRENT OPTIMUM=479653
c Current CPU time (ms) : 118.924
c starts	: 249
c conflicts	: 3
c decisions	: 2526
c propagations	: 15270
c inspects	: 332406
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 250
c 
c CURRENT OPTIMUM=479648
c Current CPU time (ms) : 119.566
c starts	: 250
c conflicts	: 3
c decisions	: 2533
c propagations	: 15331
c inspects	: 334240
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 251
c 
c CURRENT OPTIMUM=479644
c Current CPU time (ms) : 120.61
c starts	: 251
c conflicts	: 3
c decisions	: 2545
c propagations	: 15392
c inspects	: 337331
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 252
c 
c CURRENT OPTIMUM=479639
c Current CPU time (ms) : 121.583
c starts	: 252
c conflicts	: 3
c decisions	: 2556
c propagations	: 15453
c inspects	: 340183
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 253
c 
c CURRENT OPTIMUM=479635
c Current CPU time (ms) : 122.566
c starts	: 253
c conflicts	: 3
c decisions	: 2567
c propagations	: 15514
c inspects	: 343046
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 254
c 
c CURRENT OPTIMUM=479630
c Current CPU time (ms) : 123.459
c starts	: 254
c conflicts	: 3
c decisions	: 2577
c propagations	: 15575
c inspects	: 345667
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 255
c 
c CURRENT OPTIMUM=479626
c Current CPU time (ms) : 124.448
c starts	: 255
c conflicts	: 3
c decisions	: 2588
c propagations	: 15636
c inspects	: 348552
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 256
c 
c CURRENT OPTIMUM=479621
c Current CPU time (ms) : 125.355
c starts	: 256
c conflicts	: 3
c decisions	: 2598
c propagations	: 15697
c inspects	: 351193
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 257
c 
c CURRENT OPTIMUM=479617
c Current CPU time (ms) : 126.266
c starts	: 257
c conflicts	: 3
c decisions	: 2608
c propagations	: 15758
c inspects	: 353844
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 258
c 
c CURRENT OPTIMUM=479612
c Current CPU time (ms) : 127.09
c starts	: 258
c conflicts	: 3
c decisions	: 2617
c propagations	: 15819
c inspects	: 356248
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 259
c 
c CURRENT OPTIMUM=479608
c Current CPU time (ms) : 128.091
c starts	: 259
c conflicts	: 3
c decisions	: 2628
c propagations	: 15880
c inspects	: 359177
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 260
c 
c CURRENT OPTIMUM=479603
c Current CPU time (ms) : 129.015
c starts	: 260
c conflicts	: 3
c decisions	: 2638
c propagations	: 15941
c inspects	: 361858
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 261
c 
c CURRENT OPTIMUM=479599
c Current CPU time (ms) : 129.941
c starts	: 261
c conflicts	: 3
c decisions	: 2648
c propagations	: 16002
c inspects	: 364549
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 262
c 
c CURRENT OPTIMUM=479594
c Current CPU time (ms) : 130.784
c starts	: 262
c conflicts	: 3
c decisions	: 2657
c propagations	: 16063
c inspects	: 366989
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 263
c 
c CURRENT OPTIMUM=479590
c Current CPU time (ms) : 131.711
c starts	: 263
c conflicts	: 3
c decisions	: 2667
c propagations	: 16124
c inspects	: 369700
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 264
c 
c CURRENT OPTIMUM=479585
c Current CPU time (ms) : 132.557
c starts	: 264
c conflicts	: 3
c decisions	: 2676
c propagations	: 16185
c inspects	: 372158
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 265
c 
c CURRENT OPTIMUM=479581
c Current CPU time (ms) : 133.4
c starts	: 265
c conflicts	: 3
c decisions	: 2685
c propagations	: 16246
c inspects	: 374625
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 266
c 
c CURRENT OPTIMUM=479576
c Current CPU time (ms) : 134.161
c starts	: 266
c conflicts	: 3
c decisions	: 2693
c propagations	: 16307
c inspects	: 376836
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 267
c 
c CURRENT OPTIMUM=479572
c Current CPU time (ms) : 135.184
c starts	: 267
c conflicts	: 3
c decisions	: 2704
c propagations	: 16368
c inspects	: 379853
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 268
c 
c CURRENT OPTIMUM=479567
c Current CPU time (ms) : 136.125
c starts	: 268
c conflicts	: 3
c decisions	: 2714
c propagations	: 16429
c inspects	: 382614
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 269
c 
c CURRENT OPTIMUM=479563
c Current CPU time (ms) : 137.082
c starts	: 269
c conflicts	: 3
c decisions	: 2724
c propagations	: 16490
c inspects	: 385385
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 270
c 
c CURRENT OPTIMUM=479558
c Current CPU time (ms) : 137.949
c starts	: 270
c conflicts	: 3
c decisions	: 2733
c propagations	: 16551
c inspects	: 387897
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 271
c 
c CURRENT OPTIMUM=479554
c Current CPU time (ms) : 138.902
c starts	: 271
c conflicts	: 3
c decisions	: 2743
c propagations	: 16612
c inspects	: 390688
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 272
c 
c CURRENT OPTIMUM=479549
c Current CPU time (ms) : 139.767
c starts	: 272
c conflicts	: 3
c decisions	: 2752
c propagations	: 16673
c inspects	: 393218
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 273
c 
c CURRENT OPTIMUM=479545
c Current CPU time (ms) : 140.63
c starts	: 273
c conflicts	: 3
c decisions	: 2761
c propagations	: 16734
c inspects	: 395757
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 274
c 
c CURRENT OPTIMUM=479540
c Current CPU time (ms) : 141.403
c starts	: 274
c conflicts	: 3
c decisions	: 2769
c propagations	: 16795
c inspects	: 398032
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 275
c 
c CURRENT OPTIMUM=479536
c Current CPU time (ms) : 142.367
c starts	: 275
c conflicts	: 3
c decisions	: 2779
c propagations	: 16856
c inspects	: 400863
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 276
c 
c CURRENT OPTIMUM=479531
c Current CPU time (ms) : 143.246
c starts	: 276
c conflicts	: 3
c decisions	: 2788
c propagations	: 16917
c inspects	: 403429
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 277
c 
c CURRENT OPTIMUM=479527
c Current CPU time (ms) : 144.133
c starts	: 277
c conflicts	: 3
c decisions	: 2797
c propagations	: 16978
c inspects	: 406004
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 278
c 
c CURRENT OPTIMUM=479522
c Current CPU time (ms) : 144.929
c starts	: 278
c conflicts	: 3
c decisions	: 2805
c propagations	: 17039
c inspects	: 408311
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 279
c 
c CURRENT OPTIMUM=479518
c Current CPU time (ms) : 145.821
c starts	: 279
c conflicts	: 3
c decisions	: 2814
c propagations	: 17100
c inspects	: 410904
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 280
c 
c CURRENT OPTIMUM=479513
c Current CPU time (ms) : 146.613
c starts	: 280
c conflicts	: 3
c decisions	: 2822
c propagations	: 17161
c inspects	: 413227
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 281
c 
c CURRENT OPTIMUM=479509
c Current CPU time (ms) : 147.417
c starts	: 281
c conflicts	: 3
c decisions	: 2830
c propagations	: 17222
c inspects	: 415558
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 282
c 
c CURRENT OPTIMUM=479504
c Current CPU time (ms) : 148.13
c starts	: 282
c conflicts	: 3
c decisions	: 2837
c propagations	: 17283
c inspects	: 417616
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 283
c 
c CURRENT OPTIMUM=479500
c Current CPU time (ms) : 149.212
c starts	: 283
c conflicts	: 3
c decisions	: 2848
c propagations	: 17344
c inspects	: 420809
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 284
c 
c CURRENT OPTIMUM=479495
c Current CPU time (ms) : 150.205
c starts	: 284
c conflicts	: 3
c decisions	: 2858
c propagations	: 17405
c inspects	: 423730
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 285
c 
c CURRENT OPTIMUM=479491
c Current CPU time (ms) : 151.204
c starts	: 285
c conflicts	: 3
c decisions	: 2868
c propagations	: 17466
c inspects	: 426661
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 286
c 
c CURRENT OPTIMUM=479486
c Current CPU time (ms) : 152.114
c starts	: 286
c conflicts	: 3
c decisions	: 2877
c propagations	: 17527
c inspects	: 429317
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 287
c 
c CURRENT OPTIMUM=479482
c Current CPU time (ms) : 153.129
c starts	: 287
c conflicts	: 3
c decisions	: 2887
c propagations	: 17588
c inspects	: 432268
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 288
c 
c CURRENT OPTIMUM=479477
c Current CPU time (ms) : 154.034
c starts	: 288
c conflicts	: 3
c decisions	: 2896
c propagations	: 17649
c inspects	: 434942
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 289
c 
c CURRENT OPTIMUM=479473
c Current CPU time (ms) : 154.951
c starts	: 289
c conflicts	: 3
c decisions	: 2905
c propagations	: 17710
c inspects	: 437625
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 290
c 
c CURRENT OPTIMUM=479468
c Current CPU time (ms) : 155.776
c starts	: 290
c conflicts	: 3
c decisions	: 2913
c propagations	: 17771
c inspects	: 440028
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 291
c 
c CURRENT OPTIMUM=479464
c Current CPU time (ms) : 156.798
c starts	: 291
c conflicts	: 3
c decisions	: 2923
c propagations	: 17832
c inspects	: 443019
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 292
c 
c CURRENT OPTIMUM=479459
c Current CPU time (ms) : 157.732
c starts	: 292
c conflicts	: 3
c decisions	: 2932
c propagations	: 17893
c inspects	: 445729
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 293
c 
c CURRENT OPTIMUM=479455
c Current CPU time (ms) : 158.661
c starts	: 293
c conflicts	: 3
c decisions	: 2941
c propagations	: 17954
c inspects	: 448448
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 294
c 
c CURRENT OPTIMUM=479450
c Current CPU time (ms) : 159.501
c starts	: 294
c conflicts	: 3
c decisions	: 2949
c propagations	: 18015
c inspects	: 450883
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 295
c 
c CURRENT OPTIMUM=479446
c Current CPU time (ms) : 160.436
c starts	: 295
c conflicts	: 3
c decisions	: 2958
c propagations	: 18076
c inspects	: 453620
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 296
c 
c CURRENT OPTIMUM=479441
c Current CPU time (ms) : 161.278
c starts	: 296
c conflicts	: 3
c decisions	: 2966
c propagations	: 18137
c inspects	: 456071
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 297
c 
c CURRENT OPTIMUM=479437
c Current CPU time (ms) : 162.12
c starts	: 297
c conflicts	: 3
c decisions	: 2974
c propagations	: 18198
c inspects	: 458530
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 298
c 
c CURRENT OPTIMUM=479432
c Current CPU time (ms) : 162.875
c starts	: 298
c conflicts	: 3
c decisions	: 2981
c propagations	: 18259
c inspects	: 460700
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 299
c 
c CURRENT OPTIMUM=479428
c Current CPU time (ms) : 163.926
c starts	: 299
c conflicts	: 3
c decisions	: 2991
c propagations	: 18320
c inspects	: 463771
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 300
c 
c CURRENT OPTIMUM=479423
c Current CPU time (ms) : 164.881
c starts	: 300
c conflicts	: 3
c decisions	: 3000
c propagations	: 18381
c inspects	: 466553
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 301
c 
c CURRENT OPTIMUM=479419
c Current CPU time (ms) : 165.838
c starts	: 301
c conflicts	: 3
c decisions	: 3009
c propagations	: 18442
c inspects	: 469344
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 302
c 
c CURRENT OPTIMUM=479414
c Current CPU time (ms) : 166.702
c starts	: 302
c conflicts	: 3
c decisions	: 3017
c propagations	: 18503
c inspects	: 471843
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 303
c 
c CURRENT OPTIMUM=479410
c Current CPU time (ms) : 167.67
c starts	: 303
c conflicts	: 3
c decisions	: 3026
c propagations	: 18564
c inspects	: 474652
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 304
c 
c CURRENT OPTIMUM=479405
c Current CPU time (ms) : 168.531
c starts	: 304
c conflicts	: 3
c decisions	: 3034
c propagations	: 18625
c inspects	: 477167
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 305
c 
c CURRENT OPTIMUM=479401
c Current CPU time (ms) : 169.411
c starts	: 305
c conflicts	: 3
c decisions	: 3042
c propagations	: 18686
c inspects	: 479690
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 306
c 
c CURRENT OPTIMUM=479396
c Current CPU time (ms) : 170.19
c starts	: 306
c conflicts	: 3
c decisions	: 3049
c propagations	: 18747
c inspects	: 481916
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 307
c 
c CURRENT OPTIMUM=479392
c Current CPU time (ms) : 171.165
c starts	: 307
c conflicts	: 3
c decisions	: 3058
c propagations	: 18808
c inspects	: 484761
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 308
c 
c CURRENT OPTIMUM=479387
c Current CPU time (ms) : 172.057
c starts	: 308
c conflicts	: 3
c decisions	: 3066
c propagations	: 18869
c inspects	: 487308
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 309
c 
c CURRENT OPTIMUM=479383
c Current CPU time (ms) : 172.93
c starts	: 309
c conflicts	: 3
c decisions	: 3074
c propagations	: 18930
c inspects	: 489863
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 310
c 
c CURRENT OPTIMUM=479378
c Current CPU time (ms) : 173.706
c starts	: 310
c conflicts	: 3
c decisions	: 3081
c propagations	: 18991
c inspects	: 492117
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 311
c 
c CURRENT OPTIMUM=479374
c Current CPU time (ms) : 174.591
c starts	: 311
c conflicts	: 3
c decisions	: 3089
c propagations	: 19052
c inspects	: 494688
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 312
c 
c CURRENT OPTIMUM=479369
c Current CPU time (ms) : 175.358
c starts	: 312
c conflicts	: 3
c decisions	: 3096
c propagations	: 19113
c inspects	: 496956
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 313
c 
c CURRENT OPTIMUM=479365
c Current CPU time (ms) : 176.139
c starts	: 313
c conflicts	: 3
c decisions	: 3103
c propagations	: 19174
c inspects	: 499231
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 314
c 
c CURRENT OPTIMUM=479360
c Current CPU time (ms) : 176.826
c starts	: 314
c conflicts	: 3
c decisions	: 3109
c propagations	: 19235
c inspects	: 501200
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 315
c 
c CURRENT OPTIMUM=479356
c Current CPU time (ms) : 178.24
c starts	: 315
c conflicts	: 3
c decisions	: 3122
c propagations	: 19296
c inspects	: 505373
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 316
c 
c CURRENT OPTIMUM=479351
c Current CPU time (ms) : 179.554
c starts	: 316
c conflicts	: 3
c decisions	: 3134
c propagations	: 19357
c inspects	: 509244
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 317
c 
c CURRENT OPTIMUM=479347
c Current CPU time (ms) : 180.864
c starts	: 317
c conflicts	: 3
c decisions	: 3146
c propagations	: 19418
c inspects	: 513127
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 318
c 
c CURRENT OPTIMUM=479342
c Current CPU time (ms) : 182.094
c starts	: 318
c conflicts	: 3
c decisions	: 3157
c propagations	: 19479
c inspects	: 516705
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 319
c 
c CURRENT OPTIMUM=479338
c Current CPU time (ms) : 183.42
c starts	: 319
c conflicts	: 3
c decisions	: 3169
c propagations	: 19540
c inspects	: 520612
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 320
c 
c CURRENT OPTIMUM=479333
c Current CPU time (ms) : 184.656
c starts	: 320
c conflicts	: 3
c decisions	: 3180
c propagations	: 19601
c inspects	: 524212
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 321
c 
c CURRENT OPTIMUM=479329
c Current CPU time (ms) : 185.878
c starts	: 321
c conflicts	: 3
c decisions	: 3191
c propagations	: 19662
c inspects	: 527823
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 322
c 
c CURRENT OPTIMUM=479324
c Current CPU time (ms) : 187.002
c starts	: 322
c conflicts	: 3
c decisions	: 3201
c propagations	: 19723
c inspects	: 531124
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 323
c 
c CURRENT OPTIMUM=479320
c Current CPU time (ms) : 188.349
c starts	: 323
c conflicts	: 3
c decisions	: 3213
c propagations	: 19784
c inspects	: 535079
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 324
c 
c CURRENT OPTIMUM=479315
c Current CPU time (ms) : 189.589
c starts	: 324
c conflicts	: 3
c decisions	: 3224
c propagations	: 19845
c inspects	: 538723
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 325
c 
c CURRENT OPTIMUM=479311
c Current CPU time (ms) : 190.832
c starts	: 325
c conflicts	: 3
c decisions	: 3235
c propagations	: 19906
c inspects	: 542378
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 326
c 
c CURRENT OPTIMUM=479306
c Current CPU time (ms) : 191.99
c starts	: 326
c conflicts	: 3
c decisions	: 3245
c propagations	: 19967
c inspects	: 545719
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 327
c 
c CURRENT OPTIMUM=479302
c Current CPU time (ms) : 193.241
c starts	: 327
c conflicts	: 3
c decisions	: 3256
c propagations	: 20028
c inspects	: 549396
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 328
c 
c CURRENT OPTIMUM=479297
c Current CPU time (ms) : 194.386
c starts	: 328
c conflicts	: 3
c decisions	: 3266
c propagations	: 20089
c inspects	: 552757
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 329
c 
c CURRENT OPTIMUM=479293
c Current CPU time (ms) : 195.538
c starts	: 329
c conflicts	: 3
c decisions	: 3276
c propagations	: 20150
c inspects	: 556128
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 330
c 
c CURRENT OPTIMUM=479288
c Current CPU time (ms) : 196.581
c starts	: 330
c conflicts	: 3
c decisions	: 3285
c propagations	: 20211
c inspects	: 559180
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 331
c 
c CURRENT OPTIMUM=479284
c Current CPU time (ms) : 197.974
c starts	: 331
c conflicts	: 3
c decisions	: 3297
c propagations	: 20272
c inspects	: 563231
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 332
c 
c CURRENT OPTIMUM=479279
c Current CPU time (ms) : 199.244
c starts	: 332
c conflicts	: 3
c decisions	: 3308
c propagations	: 20333
c inspects	: 566963
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 333
c 
c CURRENT OPTIMUM=479275
c Current CPU time (ms) : 200.538
c starts	: 333
c conflicts	: 3
c decisions	: 3319
c propagations	: 20394
c inspects	: 570706
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 334
c 
c CURRENT OPTIMUM=479270
c Current CPU time (ms) : 201.707
c starts	: 334
c conflicts	: 3
c decisions	: 3329
c propagations	: 20455
c inspects	: 574127
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 335
c 
c CURRENT OPTIMUM=479266
c Current CPU time (ms) : 202.981
c starts	: 335
c conflicts	: 3
c decisions	: 3340
c propagations	: 20516
c inspects	: 577892
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 336
c 
c CURRENT OPTIMUM=479261
c Current CPU time (ms) : 204.173
c starts	: 336
c conflicts	: 3
c decisions	: 3350
c propagations	: 20577
c inspects	: 581333
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 337
c 
c CURRENT OPTIMUM=479257
c Current CPU time (ms) : 205.348
c starts	: 337
c conflicts	: 3
c decisions	: 3360
c propagations	: 20638
c inspects	: 584784
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 338
c 
c CURRENT OPTIMUM=479252
c Current CPU time (ms) : 206.419
c starts	: 338
c conflicts	: 3
c decisions	: 3369
c propagations	: 20699
c inspects	: 587908
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 339
c 
c CURRENT OPTIMUM=479248
c Current CPU time (ms) : 207.74
c starts	: 339
c conflicts	: 3
c decisions	: 3380
c propagations	: 20760
c inspects	: 591717
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 340
c 
c CURRENT OPTIMUM=479243
c Current CPU time (ms) : 208.927
c starts	: 340
c conflicts	: 3
c decisions	: 3390
c propagations	: 20821
c inspects	: 595198
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 341
c 
c CURRENT OPTIMUM=479239
c Current CPU time (ms) : 210.12
c starts	: 341
c conflicts	: 3
c decisions	: 3400
c propagations	: 20882
c inspects	: 598689
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 342
c 
c CURRENT OPTIMUM=479234
c Current CPU time (ms) : 211.198
c starts	: 342
c conflicts	: 3
c decisions	: 3409
c propagations	: 20943
c inspects	: 601849
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 343
c 
c CURRENT OPTIMUM=479230
c Current CPU time (ms) : 212.418
c starts	: 343
c conflicts	: 3
c decisions	: 3419
c propagations	: 21004
c inspects	: 605360
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 344
c 
c CURRENT OPTIMUM=479225
c Current CPU time (ms) : 213.504
c starts	: 344
c conflicts	: 3
c decisions	: 3428
c propagations	: 21065
c inspects	: 608538
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 345
c 
c CURRENT OPTIMUM=479221
c Current CPU time (ms) : 214.598
c starts	: 345
c conflicts	: 3
c decisions	: 3437
c propagations	: 21126
c inspects	: 611725
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 346
c 
c CURRENT OPTIMUM=479216
c Current CPU time (ms) : 215.59
c starts	: 346
c conflicts	: 3
c decisions	: 3445
c propagations	: 21187
c inspects	: 614576
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 347
c 
c CURRENT OPTIMUM=479212
c Current CPU time (ms) : 217.051
c starts	: 347
c conflicts	: 3
c decisions	: 3457
c propagations	: 21248
c inspects	: 618819
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 348
c 
c CURRENT OPTIMUM=479207
c Current CPU time (ms) : 218.369
c starts	: 348
c conflicts	: 3
c decisions	: 3468
c propagations	: 21309
c inspects	: 622727
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 349
c 
c CURRENT OPTIMUM=479203
c Current CPU time (ms) : 219.7
c starts	: 349
c conflicts	: 3
c decisions	: 3479
c propagations	: 21370
c inspects	: 626646
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 350
c 
c CURRENT OPTIMUM=479198
c Current CPU time (ms) : 220.941
c starts	: 350
c conflicts	: 3
c decisions	: 3489
c propagations	: 21431
c inspects	: 630227
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 351
c 
c CURRENT OPTIMUM=479194
c Current CPU time (ms) : 222.28
c starts	: 351
c conflicts	: 3
c decisions	: 3500
c propagations	: 21492
c inspects	: 634168
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 352
c 
c CURRENT OPTIMUM=479189
c Current CPU time (ms) : 223.532
c starts	: 352
c conflicts	: 3
c decisions	: 3510
c propagations	: 21553
c inspects	: 637769
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 353
c 
c CURRENT OPTIMUM=479185
c Current CPU time (ms) : 224.767
c starts	: 353
c conflicts	: 3
c decisions	: 3520
c propagations	: 21614
c inspects	: 641380
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 354
c 
c CURRENT OPTIMUM=479180
c Current CPU time (ms) : 225.891
c starts	: 354
c conflicts	: 3
c decisions	: 3529
c propagations	: 21675
c inspects	: 644648
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 355
c 
c CURRENT OPTIMUM=479176
c Current CPU time (ms) : 227.254
c starts	: 355
c conflicts	: 3
c decisions	: 3540
c propagations	: 21736
c inspects	: 648633
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 356
c 
c CURRENT OPTIMUM=479171
c Current CPU time (ms) : 228.495
c starts	: 356
c conflicts	: 3
c decisions	: 3550
c propagations	: 21797
c inspects	: 652274
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 357
c 
c CURRENT OPTIMUM=479167
c Current CPU time (ms) : 229.739
c starts	: 357
c conflicts	: 3
c decisions	: 3560
c propagations	: 21858
c inspects	: 655925
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 358
c 
c CURRENT OPTIMUM=479162
c Current CPU time (ms) : 230.886
c starts	: 358
c conflicts	: 3
c decisions	: 3569
c propagations	: 21919
c inspects	: 659229
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 359
c 
c CURRENT OPTIMUM=479158
c Current CPU time (ms) : 232.123
c starts	: 359
c conflicts	: 3
c decisions	: 3579
c propagations	: 21980
c inspects	: 662900
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 360
c 
c CURRENT OPTIMUM=479153
c Current CPU time (ms) : 233.256
c starts	: 360
c conflicts	: 3
c decisions	: 3588
c propagations	: 22041
c inspects	: 666222
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 361
c 
c CURRENT OPTIMUM=479149
c Current CPU time (ms) : 234.395
c starts	: 361
c conflicts	: 3
c decisions	: 3597
c propagations	: 22102
c inspects	: 669553
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 362
c 
c CURRENT OPTIMUM=479144
c Current CPU time (ms) : 235.418
c starts	: 362
c conflicts	: 3
c decisions	: 3605
c propagations	: 22163
c inspects	: 672532
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 363
c 
c CURRENT OPTIMUM=479140
c Current CPU time (ms) : 236.819
c starts	: 363
c conflicts	: 3
c decisions	: 3616
c propagations	: 22224
c inspects	: 676605
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 364
c 
c CURRENT OPTIMUM=479135
c Current CPU time (ms) : 238.091
c starts	: 364
c conflicts	: 3
c decisions	: 3626
c propagations	: 22285
c inspects	: 680326
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 365
c 
c CURRENT OPTIMUM=479131
c Current CPU time (ms) : 239.37
c starts	: 365
c conflicts	: 3
c decisions	: 3636
c propagations	: 22346
c inspects	: 684057
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 366
c 
c CURRENT OPTIMUM=479126
c Current CPU time (ms) : 240.528
c starts	: 366
c conflicts	: 3
c decisions	: 3645
c propagations	: 22407
c inspects	: 687433
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 367
c 
c CURRENT OPTIMUM=479122
c Current CPU time (ms) : 241.817
c starts	: 367
c conflicts	: 3
c decisions	: 3655
c propagations	: 22468
c inspects	: 691184
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 368
c 
c CURRENT OPTIMUM=479117
c Current CPU time (ms) : 242.997
c starts	: 368
c conflicts	: 3
c decisions	: 3664
c propagations	: 22529
c inspects	: 694578
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 369
c 
c CURRENT OPTIMUM=479113
c Current CPU time (ms) : 244.159
c starts	: 369
c conflicts	: 3
c decisions	: 3673
c propagations	: 22590
c inspects	: 697981
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 370
c 
c CURRENT OPTIMUM=479108
c Current CPU time (ms) : 245.211
c starts	: 370
c conflicts	: 3
c decisions	: 3681
c propagations	: 22651
c inspects	: 701024
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 371
c 
c CURRENT OPTIMUM=479104
c Current CPU time (ms) : 246.505
c starts	: 371
c conflicts	: 3
c decisions	: 3691
c propagations	: 22712
c inspects	: 704815
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 372
c 
c CURRENT OPTIMUM=479099
c Current CPU time (ms) : 247.702
c starts	: 372
c conflicts	: 3
c decisions	: 3700
c propagations	: 22773
c inspects	: 708245
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 373
c 
c CURRENT OPTIMUM=479095
c Current CPU time (ms) : 248.88
c starts	: 373
c conflicts	: 3
c decisions	: 3709
c propagations	: 22834
c inspects	: 711684
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 374
c 
c CURRENT OPTIMUM=479090
c Current CPU time (ms) : 249.94
c starts	: 374
c conflicts	: 3
c decisions	: 3717
c propagations	: 22895
c inspects	: 714759
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 375
c 
c CURRENT OPTIMUM=479086
c Current CPU time (ms) : 251.123
c starts	: 375
c conflicts	: 3
c decisions	: 3726
c propagations	: 22956
c inspects	: 718216
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 376
c 
c CURRENT OPTIMUM=479081
c Current CPU time (ms) : 252.216
c starts	: 376
c conflicts	: 3
c decisions	: 3734
c propagations	: 23017
c inspects	: 721307
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 377
c 
c CURRENT OPTIMUM=479077
c Current CPU time (ms) : 253.291
c starts	: 377
c conflicts	: 3
c decisions	: 3742
c propagations	: 23078
c inspects	: 724406
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 378
c 
c CURRENT OPTIMUM=479072
c Current CPU time (ms) : 254.24
c starts	: 378
c conflicts	: 3
c decisions	: 3749
c propagations	: 23139
c inspects	: 727136
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 379
c 
c CURRENT OPTIMUM=479068
c Current CPU time (ms) : 255.806
c starts	: 379
c conflicts	: 3
c decisions	: 3761
c propagations	: 23200
c inspects	: 731763
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 380
c 
c CURRENT OPTIMUM=479063
c Current CPU time (ms) : 257.269
c starts	: 380
c conflicts	: 3
c decisions	: 3772
c propagations	: 23261
c inspects	: 736023
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 381
c 
c CURRENT OPTIMUM=479059
c Current CPU time (ms) : 258.735
c starts	: 381
c conflicts	: 3
c decisions	: 3783
c propagations	: 23322
c inspects	: 740294
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 382
c 
c CURRENT OPTIMUM=479054
c Current CPU time (ms) : 260.071
c starts	: 382
c conflicts	: 3
c decisions	: 3793
c propagations	: 23383
c inspects	: 744195
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 383
c 
c CURRENT OPTIMUM=479050
c Current CPU time (ms) : 261.542
c starts	: 383
c conflicts	: 3
c decisions	: 3804
c propagations	: 23444
c inspects	: 748488
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 384
c 
c CURRENT OPTIMUM=479045
c Current CPU time (ms) : 262.889
c starts	: 384
c conflicts	: 3
c decisions	: 3814
c propagations	: 23505
c inspects	: 752409
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 385
c 
c CURRENT OPTIMUM=479041
c Current CPU time (ms) : 264.255
c starts	: 385
c conflicts	: 3
c decisions	: 3824
c propagations	: 23566
c inspects	: 756340
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 386
c 
c CURRENT OPTIMUM=479036
c Current CPU time (ms) : 265.481
c starts	: 386
c conflicts	: 3
c decisions	: 3833
c propagations	: 23627
c inspects	: 759896
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 387
c 
c CURRENT OPTIMUM=479032
c Current CPU time (ms) : 266.978
c starts	: 387
c conflicts	: 3
c decisions	: 3844
c propagations	: 23688
c inspects	: 764233
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 388
c 
c CURRENT OPTIMUM=479027
c Current CPU time (ms) : 268.327
c starts	: 388
c conflicts	: 3
c decisions	: 3854
c propagations	: 23749
c inspects	: 768194
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 389
c 
c CURRENT OPTIMUM=479023
c Current CPU time (ms) : 269.683
c starts	: 389
c conflicts	: 3
c decisions	: 3864
c propagations	: 23810
c inspects	: 772165
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 390
c 
c CURRENT OPTIMUM=479018
c Current CPU time (ms) : 270.943
c starts	: 390
c conflicts	: 3
c decisions	: 3873
c propagations	: 23871
c inspects	: 775757
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 391
c 
c CURRENT OPTIMUM=479014
c Current CPU time (ms) : 272.319
c starts	: 391
c conflicts	: 3
c decisions	: 3883
c propagations	: 23932
c inspects	: 779748
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 392
c 
c CURRENT OPTIMUM=479009
c Current CPU time (ms) : 273.588
c starts	: 392
c conflicts	: 3
c decisions	: 3892
c propagations	: 23993
c inspects	: 783358
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 393
c 
c CURRENT OPTIMUM=479005
c Current CPU time (ms) : 274.839
c starts	: 393
c conflicts	: 3
c decisions	: 3901
c propagations	: 24054
c inspects	: 786977
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 394
c 
c CURRENT OPTIMUM=479000
c Current CPU time (ms) : 275.96
c starts	: 394
c conflicts	: 3
c decisions	: 3909
c propagations	: 24115
c inspects	: 790212
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 395
c 
c CURRENT OPTIMUM=478996
c Current CPU time (ms) : 277.49
c starts	: 395
c conflicts	: 3
c decisions	: 3920
c propagations	: 24176
c inspects	: 794637
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 396
c 
c CURRENT OPTIMUM=478991
c Current CPU time (ms) : 278.874
c starts	: 396
c conflicts	: 3
c decisions	: 3930
c propagations	: 24237
c inspects	: 798678
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 397
c 
c CURRENT OPTIMUM=478987
c Current CPU time (ms) : 280.275
c starts	: 397
c conflicts	: 3
c decisions	: 3940
c propagations	: 24298
c inspects	: 802729
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 398
c 
c CURRENT OPTIMUM=478982
c Current CPU time (ms) : 281.536
c starts	: 398
c conflicts	: 3
c decisions	: 3949
c propagations	: 24359
c inspects	: 806393
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 399
c 
c CURRENT OPTIMUM=478978
c Current CPU time (ms) : 282.942
c starts	: 399
c conflicts	: 3
c decisions	: 3959
c propagations	: 24420
c inspects	: 810464
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 400
c 
c CURRENT OPTIMUM=478973
c Current CPU time (ms) : 284.203
c starts	: 400
c conflicts	: 3
c decisions	: 3968
c propagations	: 24481
c inspects	: 814146
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 401
c 
c CURRENT OPTIMUM=478969
c Current CPU time (ms) : 285.465
c starts	: 401
c conflicts	: 3
c decisions	: 3977
c propagations	: 24542
c inspects	: 817837
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 402
c 
c CURRENT OPTIMUM=478964
c Current CPU time (ms) : 286.623
c starts	: 402
c conflicts	: 3
c decisions	: 3985
c propagations	: 24603
c inspects	: 821136
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 403
c 
c CURRENT OPTIMUM=478960
c Current CPU time (ms) : 288.022
c starts	: 403
c conflicts	: 3
c decisions	: 3995
c propagations	: 24664
c inspects	: 825247
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 404
c 
c CURRENT OPTIMUM=478955
c Current CPU time (ms) : 289.32
c starts	: 404
c conflicts	: 3
c decisions	: 4004
c propagations	: 24725
c inspects	: 828965
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 405
c 
c CURRENT OPTIMUM=478951
c Current CPU time (ms) : 290.593
c starts	: 405
c conflicts	: 3
c decisions	: 4013
c propagations	: 24786
c inspects	: 832692
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 406
c 
c CURRENT OPTIMUM=478946
c Current CPU time (ms) : 291.739
c starts	: 406
c conflicts	: 3
c decisions	: 4021
c propagations	: 24847
c inspects	: 836023
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 407
c 
c CURRENT OPTIMUM=478942
c Current CPU time (ms) : 293.04
c starts	: 407
c conflicts	: 3
c decisions	: 4030
c propagations	: 24908
c inspects	: 839768
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 408
c 
c CURRENT OPTIMUM=478937
c Current CPU time (ms) : 294.196
c starts	: 408
c conflicts	: 3
c decisions	: 4038
c propagations	: 24969
c inspects	: 843115
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 409
c 
c CURRENT OPTIMUM=478933
c Current CPU time (ms) : 295.355
c starts	: 409
c conflicts	: 3
c decisions	: 4046
c propagations	: 25030
c inspects	: 846470
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 410
c 
c CURRENT OPTIMUM=478928
c Current CPU time (ms) : 296.373
c starts	: 410
c conflicts	: 3
c decisions	: 4053
c propagations	: 25091
c inspects	: 849424
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 411
c 
c CURRENT OPTIMUM=478924
c Current CPU time (ms) : 297.95
c starts	: 411
c conflicts	: 3
c decisions	: 4064
c propagations	: 25152
c inspects	: 854025
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 412
c 
c CURRENT OPTIMUM=478919
c Current CPU time (ms) : 299.377
c starts	: 412
c conflicts	: 3
c decisions	: 4074
c propagations	: 25213
c inspects	: 858226
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 413
c 
c CURRENT OPTIMUM=478915
c Current CPU time (ms) : 300.82
c starts	: 413
c conflicts	: 3
c decisions	: 4084
c propagations	: 25274
c inspects	: 862437
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 414
c 
c CURRENT OPTIMUM=478910
c Current CPU time (ms) : 302.121
c starts	: 414
c conflicts	: 3
c decisions	: 4093
c propagations	: 25335
c inspects	: 866245
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 415
c 
c CURRENT OPTIMUM=478906
c Current CPU time (ms) : 303.576
c starts	: 415
c conflicts	: 3
c decisions	: 4103
c propagations	: 25396
c inspects	: 870476
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 416
c 
c CURRENT OPTIMUM=478901
c Current CPU time (ms) : 304.884
c starts	: 416
c conflicts	: 3
c decisions	: 4112
c propagations	: 25457
c inspects	: 874302
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 417
c 
c CURRENT OPTIMUM=478897
c Current CPU time (ms) : 306.21
c starts	: 417
c conflicts	: 3
c decisions	: 4121
c propagations	: 25518
c inspects	: 878137
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 418
c 
c CURRENT OPTIMUM=478892
c Current CPU time (ms) : 307.388
c starts	: 418
c conflicts	: 3
c decisions	: 4129
c propagations	: 25579
c inspects	: 881564
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 419
c 
c CURRENT OPTIMUM=478888
c Current CPU time (ms) : 308.849
c starts	: 419
c conflicts	: 3
c decisions	: 4139
c propagations	: 25640
c inspects	: 885835
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 420
c 
c CURRENT OPTIMUM=478883
c Current CPU time (ms) : 310.163
c starts	: 420
c conflicts	: 3
c decisions	: 4148
c propagations	: 25701
c inspects	: 889697
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 421
c 
c CURRENT OPTIMUM=478879
c Current CPU time (ms) : 311.5
c starts	: 421
c conflicts	: 3
c decisions	: 4157
c propagations	: 25762
c inspects	: 893568
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 422
c 
c CURRENT OPTIMUM=478874
c Current CPU time (ms) : 312.691
c starts	: 422
c conflicts	: 3
c decisions	: 4165
c propagations	: 25823
c inspects	: 897027
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 423
c 
c CURRENT OPTIMUM=478870
c Current CPU time (ms) : 314.021
c starts	: 423
c conflicts	: 3
c decisions	: 4174
c propagations	: 25884
c inspects	: 900916
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 424
c 
c CURRENT OPTIMUM=478865
c Current CPU time (ms) : 315.235
c starts	: 424
c conflicts	: 3
c decisions	: 4182
c propagations	: 25945
c inspects	: 904391
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 425
c 
c CURRENT OPTIMUM=478861
c Current CPU time (ms) : 316.435
c starts	: 425
c conflicts	: 3
c decisions	: 4190
c propagations	: 26006
c inspects	: 907874
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 426
c 
c CURRENT OPTIMUM=478856
c Current CPU time (ms) : 317.499
c starts	: 426
c conflicts	: 3
c decisions	: 4197
c propagations	: 26067
c inspects	: 910940
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 427
c 
c CURRENT OPTIMUM=478852
c Current CPU time (ms) : 318.996
c starts	: 427
c conflicts	: 3
c decisions	: 4207
c propagations	: 26128
c inspects	: 915291
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 428
c 
c CURRENT OPTIMUM=478847
c Current CPU time (ms) : 320.342
c starts	: 428
c conflicts	: 3
c decisions	: 4216
c propagations	: 26189
c inspects	: 919225
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 429
c 
c CURRENT OPTIMUM=478843
c Current CPU time (ms) : 321.711
c starts	: 429
c conflicts	: 3
c decisions	: 4225
c propagations	: 26250
c inspects	: 923168
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 430
c 
c CURRENT OPTIMUM=478838
c Current CPU time (ms) : 322.918
c starts	: 430
c conflicts	: 3
c decisions	: 4233
c propagations	: 26311
c inspects	: 926691
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 431
c 
c CURRENT OPTIMUM=478834
c Current CPU time (ms) : 324.269
c starts	: 431
c conflicts	: 3
c decisions	: 4242
c propagations	: 26372
c inspects	: 930652
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 432
c 
c CURRENT OPTIMUM=478829
c Current CPU time (ms) : 325.497
c starts	: 432
c conflicts	: 3
c decisions	: 4250
c propagations	: 26433
c inspects	: 934191
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 433
c 
c CURRENT OPTIMUM=478825
c Current CPU time (ms) : 326.717
c starts	: 433
c conflicts	: 3
c decisions	: 4258
c propagations	: 26494
c inspects	: 937738
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 434
c 
c CURRENT OPTIMUM=478820
c Current CPU time (ms) : 327.795
c starts	: 434
c conflicts	: 3
c decisions	: 4265
c propagations	: 26555
c inspects	: 940860
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 435
c 
c CURRENT OPTIMUM=478816
c Current CPU time (ms) : 329.167
c starts	: 435
c conflicts	: 3
c decisions	: 4274
c propagations	: 26616
c inspects	: 944857
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 436
c 
c CURRENT OPTIMUM=478811
c Current CPU time (ms) : 330.407
c starts	: 436
c conflicts	: 3
c decisions	: 4282
c propagations	: 26677
c inspects	: 948428
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 437
c 
c CURRENT OPTIMUM=478807
c Current CPU time (ms) : 331.637
c starts	: 437
c conflicts	: 3
c decisions	: 4290
c propagations	: 26738
c inspects	: 952007
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 438
c 
c CURRENT OPTIMUM=478802
c Current CPU time (ms) : 332.744
c starts	: 438
c conflicts	: 3
c decisions	: 4297
c propagations	: 26799
c inspects	: 955157
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 439
c 
c CURRENT OPTIMUM=478798
c Current CPU time (ms) : 333.977
c starts	: 439
c conflicts	: 3
c decisions	: 4305
c propagations	: 26860
c inspects	: 958752
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 440
c 
c CURRENT OPTIMUM=478793
c Current CPU time (ms) : 335.066
c starts	: 440
c conflicts	: 3
c decisions	: 4312
c propagations	: 26921
c inspects	: 961916
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 441
c 
c CURRENT OPTIMUM=478789
c Current CPU time (ms) : 336.158
c starts	: 441
c conflicts	: 3
c decisions	: 4319
c propagations	: 26982
c inspects	: 965087
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 442
c 
c CURRENT OPTIMUM=478784
c Current CPU time (ms) : 337.11
c starts	: 442
c conflicts	: 3
c decisions	: 4325
c propagations	: 27043
c inspects	: 967824
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 443
c 
c CURRENT OPTIMUM=478780
c Current CPU time (ms) : 338.942
c starts	: 443
c conflicts	: 3
c decisions	: 4337
c propagations	: 27104
c inspects	: 973219
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 444
c 
c CURRENT OPTIMUM=478775
c Current CPU time (ms) : 340.644
c starts	: 444
c conflicts	: 3
c decisions	: 4348
c propagations	: 27165
c inspects	: 978183
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 445
c 
c CURRENT OPTIMUM=478771
c Current CPU time (ms) : 342.35
c starts	: 445
c conflicts	: 3
c decisions	: 4359
c propagations	: 27226
c inspects	: 983158
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 446
c 
c CURRENT OPTIMUM=478766
c Current CPU time (ms) : 343.909
c starts	: 446
c conflicts	: 3
c decisions	: 4369
c propagations	: 27287
c inspects	: 987699
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 447
c 
c CURRENT OPTIMUM=478762
c Current CPU time (ms) : 345.601
c starts	: 447
c conflicts	: 3
c decisions	: 4380
c propagations	: 27348
c inspects	: 992696
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 448
c 
c CURRENT OPTIMUM=478757
c Current CPU time (ms) : 347.167
c starts	: 448
c conflicts	: 3
c decisions	: 4390
c propagations	: 27409
c inspects	: 997257
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 449
c 
c CURRENT OPTIMUM=478753
c Current CPU time (ms) : 348.739
c starts	: 449
c conflicts	: 3
c decisions	: 4400
c propagations	: 27470
c inspects	: 1001828
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 450
c 
c CURRENT OPTIMUM=478748
c Current CPU time (ms) : 350.151
c starts	: 450
c conflicts	: 3
c decisions	: 4409
c propagations	: 27531
c inspects	: 1005960
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 451
c 
c CURRENT OPTIMUM=478744
c Current CPU time (ms) : 351.881
c starts	: 451
c conflicts	: 3
c decisions	: 4420
c propagations	: 27592
c inspects	: 1011001
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 452
c 
c CURRENT OPTIMUM=478739
c Current CPU time (ms) : 353.466
c starts	: 452
c conflicts	: 3
c decisions	: 4430
c propagations	: 27653
c inspects	: 1015602
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 453
c 
c CURRENT OPTIMUM=478735
c Current CPU time (ms) : 355.048
c starts	: 453
c conflicts	: 3
c decisions	: 4440
c propagations	: 27714
c inspects	: 1020213
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 454
c 
c CURRENT OPTIMUM=478730
c Current CPU time (ms) : 356.473
c starts	: 454
c conflicts	: 3
c decisions	: 4449
c propagations	: 27775
c inspects	: 1024381
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 455
c 
c CURRENT OPTIMUM=478726
c Current CPU time (ms) : 358.063
c starts	: 455
c conflicts	: 3
c decisions	: 4459
c propagations	: 27836
c inspects	: 1029012
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 456
c 
c CURRENT OPTIMUM=478721
c Current CPU time (ms) : 359.495
c starts	: 456
c conflicts	: 3
c decisions	: 4468
c propagations	: 27897
c inspects	: 1033198
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 457
c 
c CURRENT OPTIMUM=478717
c Current CPU time (ms) : 360.942
c starts	: 457
c conflicts	: 3
c decisions	: 4477
c propagations	: 27958
c inspects	: 1037393
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 458
c 
c CURRENT OPTIMUM=478712
c Current CPU time (ms) : 362.228
c starts	: 458
c conflicts	: 3
c decisions	: 4485
c propagations	: 28019
c inspects	: 1041140
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 459
c 
c CURRENT OPTIMUM=478708
c Current CPU time (ms) : 363.976
c starts	: 459
c conflicts	: 3
c decisions	: 4496
c propagations	: 28080
c inspects	: 1046269
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 460
c 
c CURRENT OPTIMUM=478703
c Current CPU time (ms) : 365.584
c starts	: 460
c conflicts	: 3
c decisions	: 4506
c propagations	: 28141
c inspects	: 1050950
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 461
c 
c CURRENT OPTIMUM=478699
c Current CPU time (ms) : 367.192
c starts	: 461
c conflicts	: 3
c decisions	: 4516
c propagations	: 28202
c inspects	: 1055641
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 462
c 
c CURRENT OPTIMUM=478694
c Current CPU time (ms) : 368.639
c starts	: 462
c conflicts	: 3
c decisions	: 4525
c propagations	: 28263
c inspects	: 1059881
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 463
c 
c CURRENT OPTIMUM=478690
c Current CPU time (ms) : 370.26
c starts	: 463
c conflicts	: 3
c decisions	: 4535
c propagations	: 28324
c inspects	: 1064592
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 464
c 
c CURRENT OPTIMUM=478685
c Current CPU time (ms) : 371.727
c starts	: 464
c conflicts	: 3
c decisions	: 4544
c propagations	: 28385
c inspects	: 1068850
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 465
c 
c CURRENT OPTIMUM=478681
c Current CPU time (ms) : 373.187
c starts	: 465
c conflicts	: 3
c decisions	: 4553
c propagations	: 28446
c inspects	: 1073117
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 466
c 
c CURRENT OPTIMUM=478676
c Current CPU time (ms) : 374.511
c starts	: 466
c conflicts	: 3
c decisions	: 4561
c propagations	: 28507
c inspects	: 1076928
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 467
c 
c CURRENT OPTIMUM=478672
c Current CPU time (ms) : 376.137
c starts	: 467
c conflicts	: 3
c decisions	: 4571
c propagations	: 28568
c inspects	: 1081679
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 468
c 
c CURRENT OPTIMUM=478667
c Current CPU time (ms) : 377.604
c starts	: 468
c conflicts	: 3
c decisions	: 4580
c propagations	: 28629
c inspects	: 1085973
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 469
c 
c CURRENT OPTIMUM=478663
c Current CPU time (ms) : 379.088
c starts	: 469
c conflicts	: 3
c decisions	: 4589
c propagations	: 28690
c inspects	: 1090276
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 470
c 
c CURRENT OPTIMUM=478658
c Current CPU time (ms) : 380.409
c starts	: 470
c conflicts	: 3
c decisions	: 4597
c propagations	: 28751
c inspects	: 1094119
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 471
c 
c CURRENT OPTIMUM=478654
c Current CPU time (ms) : 381.896
c starts	: 471
c conflicts	: 3
c decisions	: 4606
c propagations	: 28812
c inspects	: 1098440
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 472
c 
c CURRENT OPTIMUM=478649
c Current CPU time (ms) : 383.228
c starts	: 472
c conflicts	: 3
c decisions	: 4614
c propagations	: 28873
c inspects	: 1102299
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 473
c 
c CURRENT OPTIMUM=478645
c Current CPU time (ms) : 384.568
c starts	: 473
c conflicts	: 3
c decisions	: 4622
c propagations	: 28934
c inspects	: 1106166
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 474
c 
c CURRENT OPTIMUM=478640
c Current CPU time (ms) : 385.741
c starts	: 474
c conflicts	: 3
c decisions	: 4629
c propagations	: 28995
c inspects	: 1109568
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 475
c 
c CURRENT OPTIMUM=478636
c Current CPU time (ms) : 387.558
c starts	: 475
c conflicts	: 3
c decisions	: 4640
c propagations	: 29056
c inspects	: 1114873
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 476
c 
c CURRENT OPTIMUM=478631
c Current CPU time (ms) : 389.216
c starts	: 476
c conflicts	: 3
c decisions	: 4650
c propagations	: 29117
c inspects	: 1119714
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 477
c 
c CURRENT OPTIMUM=478627
c Current CPU time (ms) : 390.861
c starts	: 477
c conflicts	: 3
c decisions	: 4660
c propagations	: 29178
c inspects	: 1124565
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 478
c 
c CURRENT OPTIMUM=478622
c Current CPU time (ms) : 392.375
c starts	: 478
c conflicts	: 3
c decisions	: 4669
c propagations	: 29239
c inspects	: 1128949
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 479
c 
c CURRENT OPTIMUM=478618
c Current CPU time (ms) : 394.055
c starts	: 479
c conflicts	: 3
c decisions	: 4679
c propagations	: 29300
c inspects	: 1133820
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 480
c 
c CURRENT OPTIMUM=478613
c Current CPU time (ms) : 395.579
c starts	: 480
c conflicts	: 3
c decisions	: 4688
c propagations	: 29361
c inspects	: 1138222
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 481
c 
c CURRENT OPTIMUM=478609
c Current CPU time (ms) : 397.087
c starts	: 481
c conflicts	: 3
c decisions	: 4697
c propagations	: 29422
c inspects	: 1142633
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 482
c 
c CURRENT OPTIMUM=478604
c Current CPU time (ms) : 398.453
c starts	: 482
c conflicts	: 3
c decisions	: 4705
c propagations	: 29483
c inspects	: 1146572
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 483
c 
c CURRENT OPTIMUM=478600
c Current CPU time (ms) : 400.123
c starts	: 483
c conflicts	: 3
c decisions	: 4715
c propagations	: 29544
c inspects	: 1151483
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 484
c 
c CURRENT OPTIMUM=478595
c Current CPU time (ms) : 401.654
c starts	: 484
c conflicts	: 3
c decisions	: 4724
c propagations	: 29605
c inspects	: 1155921
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 485
c 
c CURRENT OPTIMUM=478591
c Current CPU time (ms) : 403.189
c starts	: 485
c conflicts	: 3
c decisions	: 4733
c propagations	: 29666
c inspects	: 1160368
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 486
c 
c CURRENT OPTIMUM=478586
c Current CPU time (ms) : 404.548
c starts	: 486
c conflicts	: 3
c decisions	: 4741
c propagations	: 29727
c inspects	: 1164339
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 487
c 
c CURRENT OPTIMUM=478582
c Current CPU time (ms) : 406.094
c starts	: 487
c conflicts	: 3
c decisions	: 4750
c propagations	: 29788
c inspects	: 1168804
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 488
c 
c CURRENT OPTIMUM=478577
c Current CPU time (ms) : 407.463
c starts	: 488
c conflicts	: 3
c decisions	: 4758
c propagations	: 29849
c inspects	: 1172791
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 489
c 
c CURRENT OPTIMUM=478573
c Current CPU time (ms) : 408.85
c starts	: 489
c conflicts	: 3
c decisions	: 4766
c propagations	: 29910
c inspects	: 1176786
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 490
c 
c CURRENT OPTIMUM=478568
c Current CPU time (ms) : 410.061
c starts	: 490
c conflicts	: 3
c decisions	: 4773
c propagations	: 29971
c inspects	: 1180300
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 491
c 
c CURRENT OPTIMUM=478564
c Current CPU time (ms) : 411.774
c starts	: 491
c conflicts	: 3
c decisions	: 4783
c propagations	: 30032
c inspects	: 1185291
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 492
c 
c CURRENT OPTIMUM=478559
c Current CPU time (ms) : 413.332
c starts	: 492
c conflicts	: 3
c decisions	: 4792
c propagations	: 30093
c inspects	: 1189801
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 493
c 
c CURRENT OPTIMUM=478555
c Current CPU time (ms) : 414.872
c starts	: 493
c conflicts	: 3
c decisions	: 4801
c propagations	: 30154
c inspects	: 1194320
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 494
c 
c CURRENT OPTIMUM=478550
c Current CPU time (ms) : 416.27
c starts	: 494
c conflicts	: 3
c decisions	: 4809
c propagations	: 30215
c inspects	: 1198355
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 495
c 
c CURRENT OPTIMUM=478546
c Current CPU time (ms) : 417.841
c starts	: 495
c conflicts	: 3
c decisions	: 4818
c propagations	: 30276
c inspects	: 1202892
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 496
c 
c CURRENT OPTIMUM=478541
c Current CPU time (ms) : 419.229
c starts	: 496
c conflicts	: 3
c decisions	: 4826
c propagations	: 30337
c inspects	: 1206943
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 497
c 
c CURRENT OPTIMUM=478537
c Current CPU time (ms) : 420.643
c starts	: 497
c conflicts	: 3
c decisions	: 4834
c propagations	: 30398
c inspects	: 1211002
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 498
c 
c CURRENT OPTIMUM=478532
c Current CPU time (ms) : 421.874
c starts	: 498
c conflicts	: 3
c decisions	: 4841
c propagations	: 30459
c inspects	: 1214572
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 499
c 
c CURRENT OPTIMUM=478528
c Current CPU time (ms) : 423.449
c starts	: 499
c conflicts	: 3
c decisions	: 4850
c propagations	: 30520
c inspects	: 1219145
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 500
c 
c CURRENT OPTIMUM=478523
c Current CPU time (ms) : 424.85
c starts	: 500
c conflicts	: 3
c decisions	: 4858
c propagations	: 30581
c inspects	: 1223228
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 501
c 
c CURRENT OPTIMUM=478519
c Current CPU time (ms) : 426.262
c starts	: 501
c conflicts	: 3
c decisions	: 4866
c propagations	: 30642
c inspects	: 1227319
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 502
c 
c CURRENT OPTIMUM=478514
c Current CPU time (ms) : 427.503
c starts	: 502
c conflicts	: 3
c decisions	: 4873
c propagations	: 30703
c inspects	: 1230917
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 503
c 
c CURRENT OPTIMUM=478510
c Current CPU time (ms) : 428.93
c starts	: 503
c conflicts	: 3
c decisions	: 4881
c propagations	: 30764
c inspects	: 1235024
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 504
c 
c CURRENT OPTIMUM=478505
c Current CPU time (ms) : 430.176
c starts	: 504
c conflicts	: 3
c decisions	: 4888
c propagations	: 30825
c inspects	: 1238636
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 505
c 
c CURRENT OPTIMUM=478501
c Current CPU time (ms) : 431.426
c starts	: 505
c conflicts	: 3
c decisions	: 4895
c propagations	: 30886
c inspects	: 1242255
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 506
c 
c CURRENT OPTIMUM=478496
c Current CPU time (ms) : 432.528
c starts	: 506
c conflicts	: 3
c decisions	: 4901
c propagations	: 30947
c inspects	: 1245376
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 507
c 
c CURRENT OPTIMUM=478492
c Current CPU time (ms) : 434.465
c starts	: 507
c conflicts	: 3
c decisions	: 4912
c propagations	: 31008
c inspects	: 1251033
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 508
c 
c CURRENT OPTIMUM=478487
c Current CPU time (ms) : 436.24
c starts	: 508
c conflicts	: 3
c decisions	: 4922
c propagations	: 31069
c inspects	: 1256194
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 509
c 
c CURRENT OPTIMUM=478483
c Current CPU time (ms) : 437.993
c starts	: 509
c conflicts	: 3
c decisions	: 4932
c propagations	: 31130
c inspects	: 1261365
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 510
c 
c CURRENT OPTIMUM=478478
c Current CPU time (ms) : 439.6
c starts	: 510
c conflicts	: 3
c decisions	: 4941
c propagations	: 31191
c inspects	: 1266037
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 511
c 
c CURRENT OPTIMUM=478474
c Current CPU time (ms) : 441.377
c starts	: 511
c conflicts	: 3
c decisions	: 4951
c propagations	: 31252
c inspects	: 1271228
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 512
c 
c CURRENT OPTIMUM=478469
c Current CPU time (ms) : 442.992
c starts	: 512
c conflicts	: 3
c decisions	: 4960
c propagations	: 31313
c inspects	: 1275918
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 513
c 
c CURRENT OPTIMUM=478465
c Current CPU time (ms) : 444.615
c starts	: 513
c conflicts	: 3
c decisions	: 4969
c propagations	: 31374
c inspects	: 1280617
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 514
c 
c CURRENT OPTIMUM=478460
c Current CPU time (ms) : 446.05
c starts	: 514
c conflicts	: 3
c decisions	: 4977
c propagations	: 31435
c inspects	: 1284812
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 515
c 
c CURRENT OPTIMUM=478456
c Current CPU time (ms) : 447.841
c starts	: 515
c conflicts	: 3
c decisions	: 4987
c propagations	: 31496
c inspects	: 1290043
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 516
c 
c CURRENT OPTIMUM=478451
c Current CPU time (ms) : 449.47
c starts	: 516
c conflicts	: 3
c decisions	: 4996
c propagations	: 31557
c inspects	: 1294769
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 517
c 
c CURRENT OPTIMUM=478447
c Current CPU time (ms) : 451.097
c starts	: 517
c conflicts	: 3
c decisions	: 5005
c propagations	: 31618
c inspects	: 1299504
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 518
c 
c CURRENT OPTIMUM=478442
c Current CPU time (ms) : 452.543
c starts	: 518
c conflicts	: 3
c decisions	: 5013
c propagations	: 31679
c inspects	: 1303731
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 519
c 
c CURRENT OPTIMUM=478438
c Current CPU time (ms) : 454.174
c starts	: 519
c conflicts	: 3
c decisions	: 5022
c propagations	: 31740
c inspects	: 1308484
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 520
c 
c CURRENT OPTIMUM=478433
c Current CPU time (ms) : 455.646
c starts	: 520
c conflicts	: 3
c decisions	: 5030
c propagations	: 31801
c inspects	: 1312727
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 521
c 
c CURRENT OPTIMUM=478429
c Current CPU time (ms) : 457.109
c starts	: 521
c conflicts	: 3
c decisions	: 5038
c propagations	: 31862
c inspects	: 1316978
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 522
c 
c CURRENT OPTIMUM=478424
c Current CPU time (ms) : 458.415
c starts	: 522
c conflicts	: 3
c decisions	: 5045
c propagations	: 31923
c inspects	: 1320716
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 523
c 
c CURRENT OPTIMUM=478420
c Current CPU time (ms) : 460.23
c starts	: 523
c conflicts	: 3
c decisions	: 5055
c propagations	: 31984
c inspects	: 1326027
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 524
c 
c CURRENT OPTIMUM=478415
c Current CPU time (ms) : 461.863
c starts	: 524
c conflicts	: 3
c decisions	: 5064
c propagations	: 32045
c inspects	: 1330825
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 525
c 
c CURRENT OPTIMUM=478411
c Current CPU time (ms) : 463.515
c starts	: 525
c conflicts	: 3
c decisions	: 5073
c propagations	: 32106
c inspects	: 1335632
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 526
c 
c CURRENT OPTIMUM=478406
c Current CPU time (ms) : 465.001
c starts	: 526
c conflicts	: 3
c decisions	: 5081
c propagations	: 32167
c inspects	: 1339923
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 527
c 
c CURRENT OPTIMUM=478402
c Current CPU time (ms) : 466.648
c starts	: 527
c conflicts	: 3
c decisions	: 5090
c propagations	: 32228
c inspects	: 1344748
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 528
c 
c CURRENT OPTIMUM=478397
c Current CPU time (ms) : 468.14
c starts	: 528
c conflicts	: 3
c decisions	: 5098
c propagations	: 32289
c inspects	: 1349055
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 529
c 
c CURRENT OPTIMUM=478393
c Current CPU time (ms) : 469.635
c starts	: 529
c conflicts	: 3
c decisions	: 5106
c propagations	: 32350
c inspects	: 1353370
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 530
c 
c CURRENT OPTIMUM=478388
c Current CPU time (ms) : 470.941
c starts	: 530
c conflicts	: 3
c decisions	: 5113
c propagations	: 32411
c inspects	: 1357164
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 531
c 
c CURRENT OPTIMUM=478384
c Current CPU time (ms) : 472.614
c starts	: 531
c conflicts	: 3
c decisions	: 5122
c propagations	: 32472
c inspects	: 1362025
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 532
c 
c CURRENT OPTIMUM=478379
c Current CPU time (ms) : 474.118
c starts	: 532
c conflicts	: 3
c decisions	: 5130
c propagations	: 32533
c inspects	: 1366364
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 533
c 
c CURRENT OPTIMUM=478375
c Current CPU time (ms) : 475.613
c starts	: 533
c conflicts	: 3
c decisions	: 5138
c propagations	: 32594
c inspects	: 1370711
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 534
c 
c CURRENT OPTIMUM=478370
c Current CPU time (ms) : 476.942
c starts	: 534
c conflicts	: 3
c decisions	: 5145
c propagations	: 32655
c inspects	: 1374533
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 535
c 
c CURRENT OPTIMUM=478366
c Current CPU time (ms) : 478.441
c starts	: 535
c conflicts	: 3
c decisions	: 5153
c propagations	: 32716
c inspects	: 1378896
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 536
c 
c CURRENT OPTIMUM=478361
c Current CPU time (ms) : 479.775
c starts	: 536
c conflicts	: 3
c decisions	: 5160
c propagations	: 32777
c inspects	: 1382732
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 537
c 
c CURRENT OPTIMUM=478357
c Current CPU time (ms) : 481.099
c starts	: 537
c conflicts	: 3
c decisions	: 5167
c propagations	: 32838
c inspects	: 1386575
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 538
c 
c CURRENT OPTIMUM=478352
c Current CPU time (ms) : 482.247
c starts	: 538
c conflicts	: 3
c decisions	: 5173
c propagations	: 32899
c inspects	: 1389888
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 539
c 
c CURRENT OPTIMUM=478348
c Current CPU time (ms) : 484.122
c starts	: 539
c conflicts	: 3
c decisions	: 5183
c propagations	: 32960
c inspects	: 1395359
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 540
c 
c CURRENT OPTIMUM=478343
c Current CPU time (ms) : 485.827
c starts	: 540
c conflicts	: 3
c decisions	: 5192
c propagations	: 33021
c inspects	: 1400301
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 541
c 
c CURRENT OPTIMUM=478339
c Current CPU time (ms) : 487.532
c starts	: 541
c conflicts	: 3
c decisions	: 5201
c propagations	: 33082
c inspects	: 1405252
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 542
c 
c CURRENT OPTIMUM=478334
c Current CPU time (ms) : 489.056
c starts	: 542
c conflicts	: 3
c decisions	: 5209
c propagations	: 33143
c inspects	: 1409671
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 543
c 
c CURRENT OPTIMUM=478330
c Current CPU time (ms) : 490.768
c starts	: 543
c conflicts	: 3
c decisions	: 5218
c propagations	: 33204
c inspects	: 1414640
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 544
c 
c CURRENT OPTIMUM=478325
c Current CPU time (ms) : 492.287
c starts	: 544
c conflicts	: 3
c decisions	: 5226
c propagations	: 33265
c inspects	: 1419075
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 545
c 
c CURRENT OPTIMUM=478321
c Current CPU time (ms) : 493.829
c starts	: 545
c conflicts	: 3
c decisions	: 5234
c propagations	: 33326
c inspects	: 1423518
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 546
c 
c CURRENT OPTIMUM=478316
c Current CPU time (ms) : 495.169
c starts	: 546
c conflicts	: 3
c decisions	: 5241
c propagations	: 33387
c inspects	: 1427424
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 547
c 
c CURRENT OPTIMUM=478312
c Current CPU time (ms) : 496.893
c starts	: 547
c conflicts	: 3
c decisions	: 5250
c propagations	: 33448
c inspects	: 1432429
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 548
c 
c CURRENT OPTIMUM=478307
c Current CPU time (ms) : 498.434
c starts	: 548
c conflicts	: 3
c decisions	: 5258
c propagations	: 33509
c inspects	: 1436896
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 549
c 
c CURRENT OPTIMUM=478303
c Current CPU time (ms) : 499.981
c starts	: 549
c conflicts	: 3
c decisions	: 5266
c propagations	: 33570
c inspects	: 1441371
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 550
c 
c CURRENT OPTIMUM=478298
c Current CPU time (ms) : 501.34
c starts	: 550
c conflicts	: 3
c decisions	: 5273
c propagations	: 33631
c inspects	: 1445305
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 551
c 
c CURRENT OPTIMUM=478294
c Current CPU time (ms) : 502.894
c starts	: 551
c conflicts	: 3
c decisions	: 5281
c propagations	: 33692
c inspects	: 1449796
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 552
c 
c CURRENT OPTIMUM=478289
c Current CPU time (ms) : 504.246
c starts	: 552
c conflicts	: 3
c decisions	: 5288
c propagations	: 33753
c inspects	: 1453744
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 553
c 
c CURRENT OPTIMUM=478285
c Current CPU time (ms) : 505.62
c starts	: 553
c conflicts	: 3
c decisions	: 5295
c propagations	: 33814
c inspects	: 1457699
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 554
c 
c CURRENT OPTIMUM=478280
c Current CPU time (ms) : 506.803
c starts	: 554
c conflicts	: 3
c decisions	: 5301
c propagations	: 33875
c inspects	: 1461108
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 555
c 
c CURRENT OPTIMUM=478276
c Current CPU time (ms) : 508.554
c starts	: 555
c conflicts	: 3
c decisions	: 5310
c propagations	: 33936
c inspects	: 1466185
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 556
c 
c CURRENT OPTIMUM=478271
c Current CPU time (ms) : 510.121
c starts	: 556
c conflicts	: 3
c decisions	: 5318
c propagations	: 33997
c inspects	: 1470716
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 557
c 
c CURRENT OPTIMUM=478267
c Current CPU time (ms) : 511.667
c starts	: 557
c conflicts	: 3
c decisions	: 5326
c propagations	: 34058
c inspects	: 1475255
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 558
c 
c CURRENT OPTIMUM=478262
c Current CPU time (ms) : 513.057
c starts	: 558
c conflicts	: 3
c decisions	: 5333
c propagations	: 34119
c inspects	: 1479245
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 559
c 
c CURRENT OPTIMUM=478258
c Current CPU time (ms) : 514.621
c starts	: 559
c conflicts	: 3
c decisions	: 5341
c propagations	: 34180
c inspects	: 1483800
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 560
c 
c CURRENT OPTIMUM=478253
c Current CPU time (ms) : 516.012
c starts	: 560
c conflicts	: 3
c decisions	: 5348
c propagations	: 34241
c inspects	: 1487804
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 561
c 
c CURRENT OPTIMUM=478249
c Current CPU time (ms) : 517.397
c starts	: 561
c conflicts	: 3
c decisions	: 5355
c propagations	: 34302
c inspects	: 1491815
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 562
c 
c CURRENT OPTIMUM=478244
c Current CPU time (ms) : 518.606
c starts	: 562
c conflicts	: 3
c decisions	: 5361
c propagations	: 34363
c inspects	: 1495272
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 563
c 
c CURRENT OPTIMUM=478240
c Current CPU time (ms) : 520.175
c starts	: 563
c conflicts	: 3
c decisions	: 5369
c propagations	: 34424
c inspects	: 1499859
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 564
c 
c CURRENT OPTIMUM=478235
c Current CPU time (ms) : 521.579
c starts	: 564
c conflicts	: 3
c decisions	: 5376
c propagations	: 34485
c inspects	: 1503891
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 565
c 
c CURRENT OPTIMUM=478231
c Current CPU time (ms) : 522.975
c starts	: 565
c conflicts	: 3
c decisions	: 5383
c propagations	: 34546
c inspects	: 1507930
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 566
c 
c CURRENT OPTIMUM=478226
c Current CPU time (ms) : 524.198
c starts	: 566
c conflicts	: 3
c decisions	: 5389
c propagations	: 34607
c inspects	: 1511411
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 567
c 
c CURRENT OPTIMUM=478222
c Current CPU time (ms) : 525.597
c starts	: 567
c conflicts	: 3
c decisions	: 5396
c propagations	: 34668
c inspects	: 1515464
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 568
c 
c CURRENT OPTIMUM=478217
c Current CPU time (ms) : 526.821
c starts	: 568
c conflicts	: 3
c decisions	: 5402
c propagations	: 34729
c inspects	: 1518957
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 569
c 
c CURRENT OPTIMUM=478213
c Current CPU time (ms) : 528.033
c starts	: 569
c conflicts	: 3
c decisions	: 5408
c propagations	: 34790
c inspects	: 1522456
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 570
c 
c CURRENT OPTIMUM=478208
c Current CPU time (ms) : 529.056
c starts	: 570
c conflicts	: 3
c decisions	: 5413
c propagations	: 34851
c inspects	: 1525392
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 571
c 
c CURRENT OPTIMUM=478204
c Current CPU time (ms) : 530.855
c starts	: 571
c conflicts	: 3
c decisions	: 5422
c propagations	: 34912
c inspects	: 1530615
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 572
c 
c CURRENT OPTIMUM=478200
c Current CPU time (ms) : 533.02
c starts	: 572
c conflicts	: 3
c decisions	: 5433
c propagations	: 34973
c inspects	: 1536987
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 573
c 
c CURRENT OPTIMUM=478195
c Current CPU time (ms) : 535.024
c starts	: 573
c conflicts	: 3
c decisions	: 5443
c propagations	: 35034
c inspects	: 1542798
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 574
c 
c CURRENT OPTIMUM=478191
c Current CPU time (ms) : 537.013
c starts	: 574
c conflicts	: 3
c decisions	: 5453
c propagations	: 35095
c inspects	: 1548619
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 575
c 
c CURRENT OPTIMUM=478186
c Current CPU time (ms) : 538.827
c starts	: 575
c conflicts	: 3
c decisions	: 5462
c propagations	: 35156
c inspects	: 1553876
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 576
c 
c CURRENT OPTIMUM=478182
c Current CPU time (ms) : 540.822
c starts	: 576
c conflicts	: 3
c decisions	: 5472
c propagations	: 35217
c inspects	: 1559717
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 577
c 
c CURRENT OPTIMUM=478177
c Current CPU time (ms) : 542.637
c starts	: 577
c conflicts	: 3
c decisions	: 5481
c propagations	: 35278
c inspects	: 1564992
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 578
c 
c CURRENT OPTIMUM=478173
c Current CPU time (ms) : 544.454
c starts	: 578
c conflicts	: 3
c decisions	: 5490
c propagations	: 35339
c inspects	: 1570276
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 579
c 
c CURRENT OPTIMUM=478168
c Current CPU time (ms) : 546.078
c starts	: 579
c conflicts	: 3
c decisions	: 5498
c propagations	: 35400
c inspects	: 1574991
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 580
c 
c CURRENT OPTIMUM=478164
c Current CPU time (ms) : 548.271
c starts	: 580
c conflicts	: 3
c decisions	: 5509
c propagations	: 35461
c inspects	: 1581451
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 581
c 
c CURRENT OPTIMUM=478159
c Current CPU time (ms) : 550.282
c starts	: 581
c conflicts	: 3
c decisions	: 5519
c propagations	: 35522
c inspects	: 1587342
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 582
c 
c CURRENT OPTIMUM=478155
c Current CPU time (ms) : 552.295
c starts	: 582
c conflicts	: 3
c decisions	: 5529
c propagations	: 35583
c inspects	: 1593243
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 583
c 
c CURRENT OPTIMUM=478150
c Current CPU time (ms) : 554.129
c starts	: 583
c conflicts	: 3
c decisions	: 5538
c propagations	: 35644
c inspects	: 1598572
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 584
c 
c CURRENT OPTIMUM=478146
c Current CPU time (ms) : 556.147
c starts	: 584
c conflicts	: 3
c decisions	: 5548
c propagations	: 35705
c inspects	: 1604493
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 585
c 
c CURRENT OPTIMUM=478141
c Current CPU time (ms) : 557.986
c starts	: 585
c conflicts	: 3
c decisions	: 5557
c propagations	: 35766
c inspects	: 1609840
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 586
c 
c CURRENT OPTIMUM=478137
c Current CPU time (ms) : 559.821
c starts	: 586
c conflicts	: 3
c decisions	: 5566
c propagations	: 35827
c inspects	: 1615196
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 587
c 
c CURRENT OPTIMUM=478132
c Current CPU time (ms) : 561.475
c starts	: 587
c conflicts	: 3
c decisions	: 5574
c propagations	: 35888
c inspects	: 1619975
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 588
c 
c CURRENT OPTIMUM=478128
c Current CPU time (ms) : 563.509
c starts	: 588
c conflicts	: 3
c decisions	: 5584
c propagations	: 35949
c inspects	: 1625936
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 589
c 
c CURRENT OPTIMUM=478123
c Current CPU time (ms) : 565.353
c starts	: 589
c conflicts	: 3
c decisions	: 5593
c propagations	: 36010
c inspects	: 1631319
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 590
c 
c CURRENT OPTIMUM=478119
c Current CPU time (ms) : 567.212
c starts	: 590
c conflicts	: 3
c decisions	: 5602
c propagations	: 36071
c inspects	: 1636711
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 591
c 
c CURRENT OPTIMUM=478114
c Current CPU time (ms) : 568.879
c starts	: 591
c conflicts	: 3
c decisions	: 5610
c propagations	: 36132
c inspects	: 1641522
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 592
c 
c CURRENT OPTIMUM=478110
c Current CPU time (ms) : 570.747
c starts	: 592
c conflicts	: 3
c decisions	: 5619
c propagations	: 36193
c inspects	: 1646932
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 593
c 
c CURRENT OPTIMUM=478105
c Current CPU time (ms) : 572.424
c starts	: 593
c conflicts	: 3
c decisions	: 5627
c propagations	: 36254
c inspects	: 1651759
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 594
c 
c CURRENT OPTIMUM=478101
c Current CPU time (ms) : 574.099
c starts	: 594
c conflicts	: 3
c decisions	: 5635
c propagations	: 36315
c inspects	: 1656594
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 595
c 
c CURRENT OPTIMUM=478096
c Current CPU time (ms) : 575.566
c starts	: 595
c conflicts	: 3
c decisions	: 5642
c propagations	: 36376
c inspects	: 1660843
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 596
c 
c CURRENT OPTIMUM=478092
c Current CPU time (ms) : 577.841
c starts	: 596
c conflicts	: 3
c decisions	: 5653
c propagations	: 36437
c inspects	: 1667479
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 597
c 
c CURRENT OPTIMUM=478087
c Current CPU time (ms) : 579.911
c starts	: 597
c conflicts	: 3
c decisions	: 5663
c propagations	: 36498
c inspects	: 1673530
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 598
c 
c CURRENT OPTIMUM=478083
c Current CPU time (ms) : 581.988
c starts	: 598
c conflicts	: 3
c decisions	: 5673
c propagations	: 36559
c inspects	: 1679591
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 599
c 
c CURRENT OPTIMUM=478078
c Current CPU time (ms) : 583.869
c starts	: 599
c conflicts	: 3
c decisions	: 5682
c propagations	: 36620
c inspects	: 1685064
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 600
c 
c CURRENT OPTIMUM=478074
c Current CPU time (ms) : 585.965
c starts	: 600
c conflicts	: 3
c decisions	: 5692
c propagations	: 36681
c inspects	: 1691145
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 601
c 
c CURRENT OPTIMUM=478069
c Current CPU time (ms) : 587.839
c starts	: 601
c conflicts	: 3
c decisions	: 5701
c propagations	: 36742
c inspects	: 1696636
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 602
c 
c CURRENT OPTIMUM=478065
c Current CPU time (ms) : 589.734
c starts	: 602
c conflicts	: 3
c decisions	: 5710
c propagations	: 36803
c inspects	: 1702136
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 603
c 
c CURRENT OPTIMUM=478060
c Current CPU time (ms) : 591.438
c starts	: 603
c conflicts	: 3
c decisions	: 5718
c propagations	: 36864
c inspects	: 1707043
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 604
c 
c CURRENT OPTIMUM=478056
c Current CPU time (ms) : 593.532
c starts	: 604
c conflicts	: 3
c decisions	: 5728
c propagations	: 36925
c inspects	: 1713164
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 605
c 
c CURRENT OPTIMUM=478051
c Current CPU time (ms) : 595.433
c starts	: 605
c conflicts	: 3
c decisions	: 5737
c propagations	: 36986
c inspects	: 1718691
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 606
c 
c CURRENT OPTIMUM=478047
c Current CPU time (ms) : 597.335
c starts	: 606
c conflicts	: 3
c decisions	: 5746
c propagations	: 37047
c inspects	: 1724227
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 607
c 
c CURRENT OPTIMUM=478042
c Current CPU time (ms) : 599.044
c starts	: 607
c conflicts	: 3
c decisions	: 5754
c propagations	: 37108
c inspects	: 1729166
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 608
c 
c CURRENT OPTIMUM=478038
c Current CPU time (ms) : 600.954
c starts	: 608
c conflicts	: 3
c decisions	: 5763
c propagations	: 37169
c inspects	: 1734720
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 609
c 
c CURRENT OPTIMUM=478033
c Current CPU time (ms) : 602.67
c starts	: 609
c conflicts	: 3
c decisions	: 5771
c propagations	: 37230
c inspects	: 1739675
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 610
c 
c CURRENT OPTIMUM=478029
c Current CPU time (ms) : 604.388
c starts	: 610
c conflicts	: 3
c decisions	: 5779
c propagations	: 37291
c inspects	: 1744638
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 611
c 
c CURRENT OPTIMUM=478024
c Current CPU time (ms) : 605.896
c starts	: 611
c conflicts	: 3
c decisions	: 5786
c propagations	: 37352
c inspects	: 1748999
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 612
c 
c CURRENT OPTIMUM=478020
c Current CPU time (ms) : 608.035
c starts	: 612
c conflicts	: 3
c decisions	: 5796
c propagations	: 37413
c inspects	: 1755200
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 613
c 
c CURRENT OPTIMUM=478015
c Current CPU time (ms) : 609.969
c starts	: 613
c conflicts	: 3
c decisions	: 5805
c propagations	: 37474
c inspects	: 1760799
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 614
c 
c CURRENT OPTIMUM=478011
c Current CPU time (ms) : 611.904
c starts	: 614
c conflicts	: 3
c decisions	: 5814
c propagations	: 37535
c inspects	: 1766407
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 615
c 
c CURRENT OPTIMUM=478006
c Current CPU time (ms) : 613.633
c starts	: 615
c conflicts	: 3
c decisions	: 5822
c propagations	: 37596
c inspects	: 1771410
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 616
c 
c CURRENT OPTIMUM=478002
c Current CPU time (ms) : 615.571
c starts	: 616
c conflicts	: 3
c decisions	: 5831
c propagations	: 37657
c inspects	: 1777036
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 617
c 
c CURRENT OPTIMUM=477997
c Current CPU time (ms) : 617.306
c starts	: 617
c conflicts	: 3
c decisions	: 5839
c propagations	: 37718
c inspects	: 1782055
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 618
c 
c CURRENT OPTIMUM=477993
c Current CPU time (ms) : 619.035
c starts	: 618
c conflicts	: 3
c decisions	: 5847
c propagations	: 37779
c inspects	: 1787082
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 619
c 
c CURRENT OPTIMUM=477988
c Current CPU time (ms) : 620.574
c starts	: 619
c conflicts	: 3
c decisions	: 5854
c propagations	: 37840
c inspects	: 1791499
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 620
c 
c CURRENT OPTIMUM=477984
c Current CPU time (ms) : 622.528
c starts	: 620
c conflicts	: 3
c decisions	: 5863
c propagations	: 37901
c inspects	: 1797161
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 621
c 
c CURRENT OPTIMUM=477979
c Current CPU time (ms) : 624.273
c starts	: 621
c conflicts	: 3
c decisions	: 5871
c propagations	: 37962
c inspects	: 1802212
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 622
c 
c CURRENT OPTIMUM=477975
c Current CPU time (ms) : 626.023
c starts	: 622
c conflicts	: 3
c decisions	: 5879
c propagations	: 38023
c inspects	: 1807271
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 623
c 
c CURRENT OPTIMUM=477970
c Current CPU time (ms) : 627.574
c starts	: 623
c conflicts	: 3
c decisions	: 5886
c propagations	: 38084
c inspects	: 1811716
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 624
c 
c CURRENT OPTIMUM=477966
c Current CPU time (ms) : 629.33
c starts	: 624
c conflicts	: 3
c decisions	: 5894
c propagations	: 38145
c inspects	: 1816791
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 625
c 
c CURRENT OPTIMUM=477961
c Current CPU time (ms) : 630.864
c starts	: 625
c conflicts	: 3
c decisions	: 5901
c propagations	: 38206
c inspects	: 1821250
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 626
c 
c CURRENT OPTIMUM=477957
c Current CPU time (ms) : 632.425
c starts	: 626
c conflicts	: 3
c decisions	: 5908
c propagations	: 38267
c inspects	: 1825716
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 627
c 
c CURRENT OPTIMUM=477952
c Current CPU time (ms) : 633.761
c starts	: 627
c conflicts	: 3
c decisions	: 5914
c propagations	: 38328
c inspects	: 1829563
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 628
c 
c CURRENT OPTIMUM=477948
c Current CPU time (ms) : 636.778
c starts	: 628
c conflicts	: 3
c decisions	: 5928
c propagations	: 38389
c inspects	: 1838432
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 629
c 
c CURRENT OPTIMUM=477943
c Current CPU time (ms) : 639.583
c starts	: 629
c conflicts	: 3
c decisions	: 5941
c propagations	: 38450
c inspects	: 1846687
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 630
c 
c CURRENT OPTIMUM=477939
c Current CPU time (ms) : 642.393
c starts	: 630
c conflicts	: 3
c decisions	: 5954
c propagations	: 38511
c inspects	: 1854955
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 631
c 
c CURRENT OPTIMUM=477934
c Current CPU time (ms) : 644.996
c starts	: 631
c conflicts	: 3
c decisions	: 5966
c propagations	: 38572
c inspects	: 1862606
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 632
c 
c CURRENT OPTIMUM=477930
c Current CPU time (ms) : 647.816
c starts	: 632
c conflicts	: 3
c decisions	: 5979
c propagations	: 38633
c inspects	: 1870900
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 633
c 
c CURRENT OPTIMUM=477925
c Current CPU time (ms) : 650.412
c starts	: 633
c conflicts	: 3
c decisions	: 5991
c propagations	: 38694
c inspects	: 1878575
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 634
c 
c CURRENT OPTIMUM=477921
c Current CPU time (ms) : 653.026
c starts	: 634
c conflicts	: 3
c decisions	: 6003
c propagations	: 38755
c inspects	: 1886262
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 635
c 
c CURRENT OPTIMUM=477916
c Current CPU time (ms) : 655.448
c starts	: 635
c conflicts	: 3
c decisions	: 6014
c propagations	: 38816
c inspects	: 1893327
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 636
c 
c CURRENT OPTIMUM=477912
c Current CPU time (ms) : 658.276
c starts	: 636
c conflicts	: 3
c decisions	: 6027
c propagations	: 38877
c inspects	: 1901673
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 637
c 
c CURRENT OPTIMUM=477907
c Current CPU time (ms) : 660.911
c starts	: 637
c conflicts	: 3
c decisions	: 6039
c propagations	: 38938
c inspects	: 1909396
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 638
c 
c CURRENT OPTIMUM=477903
c Current CPU time (ms) : 663.547
c starts	: 638
c conflicts	: 3
c decisions	: 6051
c propagations	: 38999
c inspects	: 1917131
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 639
c 
c CURRENT OPTIMUM=477898
c Current CPU time (ms) : 665.964
c starts	: 639
c conflicts	: 3
c decisions	: 6062
c propagations	: 39060
c inspects	: 1924240
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 640
c 
c CURRENT OPTIMUM=477894
c Current CPU time (ms) : 668.613
c starts	: 640
c conflicts	: 3
c decisions	: 6074
c propagations	: 39121
c inspects	: 1931999
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 641
c 
c CURRENT OPTIMUM=477889
c Current CPU time (ms) : 671.051
c starts	: 641
c conflicts	: 3
c decisions	: 6085
c propagations	: 39182
c inspects	: 1939130
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 642
c 
c CURRENT OPTIMUM=477885
c Current CPU time (ms) : 673.477
c starts	: 642
c conflicts	: 3
c decisions	: 6096
c propagations	: 39243
c inspects	: 1946272
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 643
c 
c CURRENT OPTIMUM=477880
c Current CPU time (ms) : 675.714
c starts	: 643
c conflicts	: 3
c decisions	: 6106
c propagations	: 39304
c inspects	: 1952783
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 644
c 
c CURRENT OPTIMUM=477876
c Current CPU time (ms) : 678.58
c starts	: 644
c conflicts	: 3
c decisions	: 6119
c propagations	: 39365
c inspects	: 1961233
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 645
c 
c CURRENT OPTIMUM=477871
c Current CPU time (ms) : 681.24
c starts	: 645
c conflicts	: 3
c decisions	: 6131
c propagations	: 39426
c inspects	: 1969052
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 646
c 
c CURRENT OPTIMUM=477867
c Current CPU time (ms) : 683.907
c starts	: 646
c conflicts	: 3
c decisions	: 6143
c propagations	: 39487
c inspects	: 1976883
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 647
c 
c CURRENT OPTIMUM=477862
c Current CPU time (ms) : 686.364
c starts	: 647
c conflicts	: 3
c decisions	: 6154
c propagations	: 39548
c inspects	: 1984080
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 648
c 
c CURRENT OPTIMUM=477858
c Current CPU time (ms) : 689.039
c starts	: 648
c conflicts	: 3
c decisions	: 6166
c propagations	: 39609
c inspects	: 1991935
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 649
c 
c CURRENT OPTIMUM=477853
c Current CPU time (ms) : 691.513
c starts	: 649
c conflicts	: 3
c decisions	: 6177
c propagations	: 39670
c inspects	: 1999154
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 650
c 
c CURRENT OPTIMUM=477849
c Current CPU time (ms) : 693.995
c starts	: 650
c conflicts	: 3
c decisions	: 6188
c propagations	: 39731
c inspects	: 2006384
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 651
c 
c CURRENT OPTIMUM=477844
c Current CPU time (ms) : 696.25
c starts	: 651
c conflicts	: 3
c decisions	: 6198
c propagations	: 39792
c inspects	: 2012975
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 652
c 
c CURRENT OPTIMUM=477840
c Current CPU time (ms) : 698.944
c starts	: 652
c conflicts	: 3
c decisions	: 6210
c propagations	: 39853
c inspects	: 2020878
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 653
c 
c CURRENT OPTIMUM=477835
c Current CPU time (ms) : 701.436
c starts	: 653
c conflicts	: 3
c decisions	: 6221
c propagations	: 39914
c inspects	: 2028141
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 654
c 
c CURRENT OPTIMUM=477831
c Current CPU time (ms) : 703.918
c starts	: 654
c conflicts	: 3
c decisions	: 6232
c propagations	: 39975
c inspects	: 2035415
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 655
c 
c CURRENT OPTIMUM=477826
c Current CPU time (ms) : 706.208
c starts	: 655
c conflicts	: 3
c decisions	: 6242
c propagations	: 40036
c inspects	: 2042046
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 656
c 
c CURRENT OPTIMUM=477822
c Current CPU time (ms) : 708.714
c starts	: 656
c conflicts	: 3
c decisions	: 6253
c propagations	: 40097
c inspects	: 2049342
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 657
c 
c CURRENT OPTIMUM=477817
c Current CPU time (ms) : 710.996
c starts	: 657
c conflicts	: 3
c decisions	: 6263
c propagations	: 40158
c inspects	: 2055993
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 658
c 
c CURRENT OPTIMUM=477813
c Current CPU time (ms) : 713.282
c starts	: 658
c conflicts	: 3
c decisions	: 6273
c propagations	: 40219
c inspects	: 2062654
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 659
c 
c CURRENT OPTIMUM=477808
c Current CPU time (ms) : 715.357
c starts	: 659
c conflicts	: 3
c decisions	: 6282
c propagations	: 40280
c inspects	: 2068667
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 660
c 
c CURRENT OPTIMUM=477804
c Current CPU time (ms) : 718.311
c starts	: 660
c conflicts	: 3
c decisions	: 6295
c propagations	: 40341
c inspects	: 2077325
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 661
c 
c CURRENT OPTIMUM=477799
c Current CPU time (ms) : 721.047
c starts	: 661
c conflicts	: 3
c decisions	: 6307
c propagations	: 40402
c inspects	: 2085336
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 662
c 
c CURRENT OPTIMUM=477795
c Current CPU time (ms) : 723.796
c starts	: 662
c conflicts	: 3
c decisions	: 6319
c propagations	: 40463
c inspects	: 2093359
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 663
c 
c CURRENT OPTIMUM=477790
c Current CPU time (ms) : 726.335
c starts	: 663
c conflicts	: 3
c decisions	: 6330
c propagations	: 40524
c inspects	: 2100732
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 664
c 
c CURRENT OPTIMUM=477786
c Current CPU time (ms) : 729.088
c starts	: 664
c conflicts	: 3
c decisions	: 6342
c propagations	: 40585
c inspects	: 2108779
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 665
c 
c CURRENT OPTIMUM=477781
c Current CPU time (ms) : 731.615
c starts	: 665
c conflicts	: 3
c decisions	: 6353
c propagations	: 40646
c inspects	: 2116174
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 666
c 
c CURRENT OPTIMUM=477777
c Current CPU time (ms) : 734.159
c starts	: 666
c conflicts	: 3
c decisions	: 6364
c propagations	: 40707
c inspects	: 2123580
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 667
c 
c CURRENT OPTIMUM=477772
c Current CPU time (ms) : 736.495
c starts	: 667
c conflicts	: 3
c decisions	: 6374
c propagations	: 40768
c inspects	: 2130331
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 668
c 
c CURRENT OPTIMUM=477768
c Current CPU time (ms) : 739.265
c starts	: 668
c conflicts	: 3
c decisions	: 6386
c propagations	: 40829
c inspects	: 2138426
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 669
c 
c CURRENT OPTIMUM=477763
c Current CPU time (ms) : 741.813
c starts	: 669
c conflicts	: 3
c decisions	: 6397
c propagations	: 40890
c inspects	: 2145865
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 670
c 
c CURRENT OPTIMUM=477759
c Current CPU time (ms) : 744.382
c starts	: 670
c conflicts	: 3
c decisions	: 6408
c propagations	: 40951
c inspects	: 2153315
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 671
c 
c CURRENT OPTIMUM=477754
c Current CPU time (ms) : 746.732
c starts	: 671
c conflicts	: 3
c decisions	: 6418
c propagations	: 41012
c inspects	: 2160106
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 672
c 
c CURRENT OPTIMUM=477750
c Current CPU time (ms) : 749.29
c starts	: 672
c conflicts	: 3
c decisions	: 6429
c propagations	: 41073
c inspects	: 2167578
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 673
c 
c CURRENT OPTIMUM=477745
c Current CPU time (ms) : 751.638
c starts	: 673
c conflicts	: 3
c decisions	: 6439
c propagations	: 41134
c inspects	: 2174389
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 674
c 
c CURRENT OPTIMUM=477741
c Current CPU time (ms) : 753.986
c starts	: 674
c conflicts	: 3
c decisions	: 6449
c propagations	: 41195
c inspects	: 2181210
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 675
c 
c CURRENT OPTIMUM=477736
c Current CPU time (ms) : 756.125
c starts	: 675
c conflicts	: 3
c decisions	: 6458
c propagations	: 41256
c inspects	: 2187367
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 676
c 
c CURRENT OPTIMUM=477732
c Current CPU time (ms) : 758.921
c starts	: 676
c conflicts	: 3
c decisions	: 6470
c propagations	: 41317
c inspects	: 2195558
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 677
c 
c CURRENT OPTIMUM=477727
c Current CPU time (ms) : 761.516
c starts	: 677
c conflicts	: 3
c decisions	: 6481
c propagations	: 41378
c inspects	: 2203085
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 678
c 
c CURRENT OPTIMUM=477723
c Current CPU time (ms) : 764.102
c starts	: 678
c conflicts	: 3
c decisions	: 6492
c propagations	: 41439
c inspects	: 2210623
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 679
c 
c CURRENT OPTIMUM=477718
c Current CPU time (ms) : 766.476
c starts	: 679
c conflicts	: 3
c decisions	: 6502
c propagations	: 41500
c inspects	: 2217494
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 680
c 
c CURRENT OPTIMUM=477714
c Current CPU time (ms) : 769.078
c starts	: 680
c conflicts	: 3
c decisions	: 6513
c propagations	: 41561
c inspects	: 2225054
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 681
c 
c CURRENT OPTIMUM=477709
c Current CPU time (ms) : 771.45
c starts	: 681
c conflicts	: 3
c decisions	: 6523
c propagations	: 41622
c inspects	: 2231945
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 682
c 
c CURRENT OPTIMUM=477705
c Current CPU time (ms) : 773.833
c starts	: 682
c conflicts	: 3
c decisions	: 6533
c propagations	: 41683
c inspects	: 2238846
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 683
c 
c CURRENT OPTIMUM=477700
c Current CPU time (ms) : 775.98
c starts	: 683
c conflicts	: 3
c decisions	: 6542
c propagations	: 41744
c inspects	: 2245075
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 684
c 
c CURRENT OPTIMUM=477696
c Current CPU time (ms) : 778.599
c starts	: 684
c conflicts	: 3
c decisions	: 6553
c propagations	: 41805
c inspects	: 2252679
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 685
c 
c CURRENT OPTIMUM=477691
c Current CPU time (ms) : 780.977
c starts	: 685
c conflicts	: 3
c decisions	: 6563
c propagations	: 41866
c inspects	: 2259610
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 686
c 
c CURRENT OPTIMUM=477687
c Current CPU time (ms) : 783.373
c starts	: 686
c conflicts	: 3
c decisions	: 6573
c propagations	: 41927
c inspects	: 2266551
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 687
c 
c CURRENT OPTIMUM=477682
c Current CPU time (ms) : 785.518
c starts	: 687
c conflicts	: 3
c decisions	: 6582
c propagations	: 41988
c inspects	: 2272816
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 688
c 
c CURRENT OPTIMUM=477678
c Current CPU time (ms) : 787.918
c starts	: 688
c conflicts	: 3
c decisions	: 6592
c propagations	: 42049
c inspects	: 2279777
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 689
c 
c CURRENT OPTIMUM=477673
c Current CPU time (ms) : 790.085
c starts	: 689
c conflicts	: 3
c decisions	: 6601
c propagations	: 42110
c inspects	: 2286060
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 690
c 
c CURRENT OPTIMUM=477669
c Current CPU time (ms) : 792.275
c starts	: 690
c conflicts	: 3
c decisions	: 6610
c propagations	: 42171
c inspects	: 2292352
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 691
c 
c CURRENT OPTIMUM=477664
c Current CPU time (ms) : 794.227
c starts	: 691
c conflicts	: 3
c decisions	: 6618
c propagations	: 42232
c inspects	: 2297963
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 692
c 
c CURRENT OPTIMUM=477660
c Current CPU time (ms) : 797.31
c starts	: 692
c conflicts	: 3
c decisions	: 6631
c propagations	: 42293
c inspects	: 2307037
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 693
c 
c CURRENT OPTIMUM=477655
c Current CPU time (ms) : 800.179
c starts	: 693
c conflicts	: 3
c decisions	: 6643
c propagations	: 42354
c inspects	: 2315432
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 694
c 
c CURRENT OPTIMUM=477651
c Current CPU time (ms) : 803.059
c starts	: 694
c conflicts	: 3
c decisions	: 6655
c propagations	: 42415
c inspects	: 2323839
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 695
c 
c CURRENT OPTIMUM=477646
c Current CPU time (ms) : 805.724
c starts	: 695
c conflicts	: 3
c decisions	: 6666
c propagations	: 42476
c inspects	: 2331564
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 696
c 
c CURRENT OPTIMUM=477642
c Current CPU time (ms) : 808.615
c starts	: 696
c conflicts	: 3
c decisions	: 6678
c propagations	: 42537
c inspects	: 2339995
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 697
c 
c CURRENT OPTIMUM=477637
c Current CPU time (ms) : 811.27
c starts	: 697
c conflicts	: 3
c decisions	: 6689
c propagations	: 42598
c inspects	: 2347742
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 698
c 
c CURRENT OPTIMUM=477633
c Current CPU time (ms) : 813.946
c starts	: 698
c conflicts	: 3
c decisions	: 6700
c propagations	: 42659
c inspects	: 2355500
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 699
c 
c CURRENT OPTIMUM=477628
c Current CPU time (ms) : 816.395
c starts	: 699
c conflicts	: 3
c decisions	: 6710
c propagations	: 42720
c inspects	: 2362571
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 700
c 
c CURRENT OPTIMUM=477624
c Current CPU time (ms) : 819.301
c starts	: 700
c conflicts	: 3
c decisions	: 6722
c propagations	: 42781
c inspects	: 2371050
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 701
c 
c CURRENT OPTIMUM=477619
c Current CPU time (ms) : 821.992
c starts	: 701
c conflicts	: 3
c decisions	: 6733
c propagations	: 42842
c inspects	: 2378841
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 702
c 
c CURRENT OPTIMUM=477615
c Current CPU time (ms) : 824.678
c starts	: 702
c conflicts	: 3
c decisions	: 6744
c propagations	: 42903
c inspects	: 2386643
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 703
c 
c CURRENT OPTIMUM=477610
c Current CPU time (ms) : 827.117
c starts	: 703
c conflicts	: 3
c decisions	: 6754
c propagations	: 42964
c inspects	: 2393754
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 704
c 
c CURRENT OPTIMUM=477606
c Current CPU time (ms) : 829.814
c starts	: 704
c conflicts	: 3
c decisions	: 6765
c propagations	: 43025
c inspects	: 2401578
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 705
c 
c CURRENT OPTIMUM=477601
c Current CPU time (ms) : 832.28
c starts	: 705
c conflicts	: 3
c decisions	: 6775
c propagations	: 43086
c inspects	: 2408709
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 706
c 
c CURRENT OPTIMUM=477597
c Current CPU time (ms) : 834.724
c starts	: 706
c conflicts	: 3
c decisions	: 6785
c propagations	: 43147
c inspects	: 2415850
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 707
c 
c CURRENT OPTIMUM=477592
c Current CPU time (ms) : 836.964
c starts	: 707
c conflicts	: 3
c decisions	: 6794
c propagations	: 43208
c inspects	: 2422295
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 708
c 
c CURRENT OPTIMUM=477588
c Current CPU time (ms) : 839.889
c starts	: 708
c conflicts	: 3
c decisions	: 6806
c propagations	: 43269
c inspects	: 2430870
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 709
c 
c CURRENT OPTIMUM=477583
c Current CPU time (ms) : 842.602
c starts	: 709
c conflicts	: 3
c decisions	: 6817
c propagations	: 43330
c inspects	: 2438749
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 710
c 
c CURRENT OPTIMUM=477579
c Current CPU time (ms) : 845.305
c starts	: 710
c conflicts	: 3
c decisions	: 6828
c propagations	: 43391
c inspects	: 2446639
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 711
c 
c CURRENT OPTIMUM=477574
c Current CPU time (ms) : 847.771
c starts	: 711
c conflicts	: 3
c decisions	: 6838
c propagations	: 43452
c inspects	: 2453830
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 712
c 
c CURRENT OPTIMUM=477570
c Current CPU time (ms) : 850.483
c starts	: 712
c conflicts	: 3
c decisions	: 6849
c propagations	: 43513
c inspects	: 2461742
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 713
c 
c CURRENT OPTIMUM=477565
c Current CPU time (ms) : 852.98
c starts	: 713
c conflicts	: 3
c decisions	: 6859
c propagations	: 43574
c inspects	: 2468953
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 714
c 
c CURRENT OPTIMUM=477561
c Current CPU time (ms) : 855.474
c starts	: 714
c conflicts	: 3
c decisions	: 6869
c propagations	: 43635
c inspects	: 2476174
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 715
c 
c CURRENT OPTIMUM=477556
c Current CPU time (ms) : 857.721
c starts	: 715
c conflicts	: 3
c decisions	: 6878
c propagations	: 43696
c inspects	: 2482691
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 716
c 
c CURRENT OPTIMUM=477552
c Current CPU time (ms) : 860.454
c starts	: 716
c conflicts	: 3
c decisions	: 6889
c propagations	: 43757
c inspects	: 2490647
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 717
c 
c CURRENT OPTIMUM=477547
c Current CPU time (ms) : 862.952
c starts	: 717
c conflicts	: 3
c decisions	: 6899
c propagations	: 43818
c inspects	: 2497898
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 718
c 
c CURRENT OPTIMUM=477543
c Current CPU time (ms) : 865.459
c starts	: 718
c conflicts	: 3
c decisions	: 6909
c propagations	: 43879
c inspects	: 2505159
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 719
c 
c CURRENT OPTIMUM=477538
c Current CPU time (ms) : 867.713
c starts	: 719
c conflicts	: 3
c decisions	: 6918
c propagations	: 43940
c inspects	: 2511712
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 720
c 
c CURRENT OPTIMUM=477534
c Current CPU time (ms) : 870.234
c starts	: 720
c conflicts	: 3
c decisions	: 6928
c propagations	: 44001
c inspects	: 2518993
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 721
c 
c CURRENT OPTIMUM=477529
c Current CPU time (ms) : 872.502
c starts	: 721
c conflicts	: 3
c decisions	: 6937
c propagations	: 44062
c inspects	: 2525564
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 722
c 
c CURRENT OPTIMUM=477525
c Current CPU time (ms) : 874.785
c starts	: 722
c conflicts	: 3
c decisions	: 6946
c propagations	: 44123
c inspects	: 2532144
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 723
c 
c CURRENT OPTIMUM=477520
c Current CPU time (ms) : 876.814
c starts	: 723
c conflicts	: 3
c decisions	: 6954
c propagations	: 44184
c inspects	: 2538011
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 724
c 
c CURRENT OPTIMUM=477516
c Current CPU time (ms) : 879.8
c starts	: 724
c conflicts	: 3
c decisions	: 6966
c propagations	: 44245
c inspects	: 2546778
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 725
c 
c CURRENT OPTIMUM=477511
c Current CPU time (ms) : 882.566
c starts	: 725
c conflicts	: 3
c decisions	: 6977
c propagations	: 44306
c inspects	: 2554833
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 726
c 
c CURRENT OPTIMUM=477507
c Current CPU time (ms) : 885.342
c starts	: 726
c conflicts	: 3
c decisions	: 6988
c propagations	: 44367
c inspects	: 2562899
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 727
c 
c CURRENT OPTIMUM=477502
c Current CPU time (ms) : 887.879
c starts	: 727
c conflicts	: 3
c decisions	: 6998
c propagations	: 44428
c inspects	: 2570250
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 728
c 
c CURRENT OPTIMUM=477498
c Current CPU time (ms) : 890.658
c starts	: 728
c conflicts	: 3
c decisions	: 7009
c propagations	: 44489
c inspects	: 2578338
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 729
c 
c CURRENT OPTIMUM=477493
c Current CPU time (ms) : 893.187
c starts	: 729
c conflicts	: 3
c decisions	: 7019
c propagations	: 44550
c inspects	: 2585709
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 730
c 
c CURRENT OPTIMUM=477489
c Current CPU time (ms) : 895.735
c starts	: 730
c conflicts	: 3
c decisions	: 7029
c propagations	: 44611
c inspects	: 2593090
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 731
c 
c CURRENT OPTIMUM=477484
c Current CPU time (ms) : 898.046
c starts	: 731
c conflicts	: 3
c decisions	: 7038
c propagations	: 44672
c inspects	: 2599751
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 732
c 
c CURRENT OPTIMUM=477480
c Current CPU time (ms) : 900.83
c starts	: 732
c conflicts	: 3
c decisions	: 7049
c propagations	: 44733
c inspects	: 2607883
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 733
c 
c CURRENT OPTIMUM=477475
c Current CPU time (ms) : 903.362
c starts	: 733
c conflicts	: 3
c decisions	: 7059
c propagations	: 44794
c inspects	: 2615294
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 734
c 
c CURRENT OPTIMUM=477471
c Current CPU time (ms) : 905.928
c starts	: 734
c conflicts	: 3
c decisions	: 7069
c propagations	: 44855
c inspects	: 2622715
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 735
c 
c CURRENT OPTIMUM=477466
c Current CPU time (ms) : 908.25
c starts	: 735
c conflicts	: 3
c decisions	: 7078
c propagations	: 44916
c inspects	: 2629412
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 736
c 
c CURRENT OPTIMUM=477462
c Current CPU time (ms) : 910.802
c starts	: 736
c conflicts	: 3
c decisions	: 7088
c propagations	: 44977
c inspects	: 2636853
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 737
c 
c CURRENT OPTIMUM=477457
c Current CPU time (ms) : 913.134
c starts	: 737
c conflicts	: 3
c decisions	: 7097
c propagations	: 45038
c inspects	: 2643568
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 738
c 
c CURRENT OPTIMUM=477453
c Current CPU time (ms) : 915.453
c starts	: 738
c conflicts	: 3
c decisions	: 7106
c propagations	: 45099
c inspects	: 2650292
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 739
c 
c CURRENT OPTIMUM=477448
c Current CPU time (ms) : 917.559
c starts	: 739
c conflicts	: 3
c decisions	: 7114
c propagations	: 45160
c inspects	: 2656287
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 740
c 
c CURRENT OPTIMUM=477444
c Current CPU time (ms) : 920.395
c starts	: 740
c conflicts	: 3
c decisions	: 7125
c propagations	: 45221
c inspects	: 2664507
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 741
c 
c CURRENT OPTIMUM=477439
c Current CPU time (ms) : 922.981
c starts	: 741
c conflicts	: 3
c decisions	: 7135
c propagations	: 45282
c inspects	: 2671998
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 742
c 
c CURRENT OPTIMUM=477435
c Current CPU time (ms) : 925.536
c starts	: 742
c conflicts	: 3
c decisions	: 7145
c propagations	: 45343
c inspects	: 2679499
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 743
c 
c CURRENT OPTIMUM=477430
c Current CPU time (ms) : 927.884
c starts	: 743
c conflicts	: 3
c decisions	: 7154
c propagations	: 45404
c inspects	: 2686268
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 744
c 
c CURRENT OPTIMUM=477426
c Current CPU time (ms) : 930.484
c starts	: 744
c conflicts	: 3
c decisions	: 7164
c propagations	: 45465
c inspects	: 2693789
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 745
c 
c CURRENT OPTIMUM=477421
c Current CPU time (ms) : 932.824
c starts	: 745
c conflicts	: 3
c decisions	: 7173
c propagations	: 45526
c inspects	: 2700576
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 746
c 
c CURRENT OPTIMUM=477417
c Current CPU time (ms) : 935.182
c starts	: 746
c conflicts	: 3
c decisions	: 7182
c propagations	: 45587
c inspects	: 2707372
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 747
c 
c CURRENT OPTIMUM=477412
c Current CPU time (ms) : 937.283
c starts	: 747
c conflicts	: 3
c decisions	: 7190
c propagations	: 45648
c inspects	: 2713431
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 748
c 
c CURRENT OPTIMUM=477408
c Current CPU time (ms) : 939.889
c starts	: 748
c conflicts	: 3
c decisions	: 7200
c propagations	: 45709
c inspects	: 2720992
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 749
c 
c CURRENT OPTIMUM=477403
c Current CPU time (ms) : 942.247
c starts	: 749
c conflicts	: 3
c decisions	: 7209
c propagations	: 45770
c inspects	: 2727815
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 750
c 
c CURRENT OPTIMUM=477399
c Current CPU time (ms) : 944.622
c starts	: 750
c conflicts	: 3
c decisions	: 7218
c propagations	: 45831
c inspects	: 2734647
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 751
c 
c CURRENT OPTIMUM=477394
c Current CPU time (ms) : 946.737
c starts	: 751
c conflicts	: 3
c decisions	: 7226
c propagations	: 45892
c inspects	: 2740738
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 752
c 
c CURRENT OPTIMUM=477390
c Current CPU time (ms) : 949.111
c starts	: 752
c conflicts	: 3
c decisions	: 7235
c propagations	: 45953
c inspects	: 2747588
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 753
c 
c CURRENT OPTIMUM=477385
c Current CPU time (ms) : 951.217
c starts	: 753
c conflicts	: 3
c decisions	: 7243
c propagations	: 46014
c inspects	: 2753695
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 754
c 
c CURRENT OPTIMUM=477381
c Current CPU time (ms) : 953.323
c starts	: 754
c conflicts	: 3
c decisions	: 7251
c propagations	: 46075
c inspects	: 2759810
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 755
c 
c CURRENT OPTIMUM=477376
c Current CPU time (ms) : 955.186
c starts	: 755
c conflicts	: 3
c decisions	: 7258
c propagations	: 46136
c inspects	: 2765179
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 756
c 
c CURRENT OPTIMUM=477372
c Current CPU time (ms) : 958.57
c starts	: 756
c conflicts	: 3
c decisions	: 7271
c propagations	: 46197
c inspects	: 2775085
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 757
c 
c CURRENT OPTIMUM=477367
c Current CPU time (ms) : 961.691
c starts	: 757
c conflicts	: 3
c decisions	: 7283
c propagations	: 46258
c inspects	: 2784248
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 758
c 
c CURRENT OPTIMUM=477363
c Current CPU time (ms) : 964.838
c starts	: 758
c conflicts	: 3
c decisions	: 7295
c propagations	: 46319
c inspects	: 2793423
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 759
c 
c CURRENT OPTIMUM=477358
c Current CPU time (ms) : 967.724
c starts	: 759
c conflicts	: 3
c decisions	: 7306
c propagations	: 46380
c inspects	: 2801852
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 760
c 
c CURRENT OPTIMUM=477354
c Current CPU time (ms) : 970.855
c starts	: 760
c conflicts	: 3
c decisions	: 7318
c propagations	: 46441
c inspects	: 2811051
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 761
c 
c CURRENT OPTIMUM=477349
c Current CPU time (ms) : 973.754
c starts	: 761
c conflicts	: 3
c decisions	: 7329
c propagations	: 46502
c inspects	: 2819502
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 762
c 
c CURRENT OPTIMUM=477345
c Current CPU time (ms) : 976.666
c starts	: 762
c conflicts	: 3
c decisions	: 7340
c propagations	: 46563
c inspects	: 2827964
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 763
c 
c CURRENT OPTIMUM=477340
c Current CPU time (ms) : 979.299
c starts	: 763
c conflicts	: 3
c decisions	: 7350
c propagations	: 46624
c inspects	: 2835675
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 764
c 
c CURRENT OPTIMUM=477336
c Current CPU time (ms) : 982.466
c starts	: 764
c conflicts	: 3
c decisions	: 7362
c propagations	: 46685
c inspects	: 2844922
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 765
c 
c CURRENT OPTIMUM=477331
c Current CPU time (ms) : 985.367
c starts	: 765
c conflicts	: 3
c decisions	: 7373
c propagations	: 46746
c inspects	: 2853417
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 766
c 
c CURRENT OPTIMUM=477327
c Current CPU time (ms) : 988.291
c starts	: 766
c conflicts	: 3
c decisions	: 7384
c propagations	: 46807
c inspects	: 2861923
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 767
c 
c CURRENT OPTIMUM=477322
c Current CPU time (ms) : 990.973
c starts	: 767
c conflicts	: 3
c decisions	: 7394
c propagations	: 46868
c inspects	: 2869674
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 768
c 
c CURRENT OPTIMUM=477318
c Current CPU time (ms) : 993.911
c starts	: 768
c conflicts	: 3
c decisions	: 7405
c propagations	: 46929
c inspects	: 2878202
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 769
c 
c CURRENT OPTIMUM=477313
c Current CPU time (ms) : 996.632
c starts	: 769
c conflicts	: 3
c decisions	: 7415
c propagations	: 46990
c inspects	: 2885973
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 770
c 
c CURRENT OPTIMUM=477309
c Current CPU time (ms) : 999.349
c starts	: 770
c conflicts	: 3
c decisions	: 7425
c propagations	: 47051
c inspects	: 2893754
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 771
c 
c CURRENT OPTIMUM=477304
c Current CPU time (ms) : 1001.81
c starts	: 771
c conflicts	: 3
c decisions	: 7434
c propagations	: 47112
c inspects	: 2900775
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 772
c 
c CURRENT OPTIMUM=477300
c Current CPU time (ms) : 1005.024
c starts	: 772
c conflicts	: 3
c decisions	: 7446
c propagations	: 47173
c inspects	: 2910118
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 773
c 
c CURRENT OPTIMUM=477295
c Current CPU time (ms) : 1008.001
c starts	: 773
c conflicts	: 3
c decisions	: 7457
c propagations	: 47234
c inspects	: 2918701
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 774
c 
c CURRENT OPTIMUM=477291
c Current CPU time (ms) : 1010.981
c starts	: 774
c conflicts	: 3
c decisions	: 7468
c propagations	: 47295
c inspects	: 2927295
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 775
c 
c CURRENT OPTIMUM=477286
c Current CPU time (ms) : 1013.714
c starts	: 775
c conflicts	: 3
c decisions	: 7478
c propagations	: 47356
c inspects	: 2935126
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 776
c 
c CURRENT OPTIMUM=477282
c Current CPU time (ms) : 1016.701
c starts	: 776
c conflicts	: 3
c decisions	: 7489
c propagations	: 47417
c inspects	: 2943742
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 777
c 
c CURRENT OPTIMUM=477277
c Current CPU time (ms) : 1019.431
c starts	: 777
c conflicts	: 3
c decisions	: 7499
c propagations	: 47478
c inspects	: 2951593
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 778
c 
c CURRENT OPTIMUM=477273
c Current CPU time (ms) : 1022.158
c starts	: 778
c conflicts	: 3
c decisions	: 7509
c propagations	: 47539
c inspects	: 2959454
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 779
c 
c CURRENT OPTIMUM=477268
c Current CPU time (ms) : 1024.619
c starts	: 779
c conflicts	: 3
c decisions	: 7518
c propagations	: 47600
c inspects	: 2966547
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 780
c 
c CURRENT OPTIMUM=477264
c Current CPU time (ms) : 1027.586
c starts	: 780
c conflicts	: 3
c decisions	: 7529
c propagations	: 47661
c inspects	: 2975207
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 781
c 
c CURRENT OPTIMUM=477259
c Current CPU time (ms) : 1030.299
c starts	: 781
c conflicts	: 3
c decisions	: 7539
c propagations	: 47722
c inspects	: 2983098
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 782
c 
c CURRENT OPTIMUM=477255
c Current CPU time (ms) : 1033.018
c starts	: 782
c conflicts	: 3
c decisions	: 7549
c propagations	: 47783
c inspects	: 2990999
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 783
c 
c CURRENT OPTIMUM=477250
c Current CPU time (ms) : 1035.488
c starts	: 783
c conflicts	: 3
c decisions	: 7558
c propagations	: 47844
c inspects	: 2998128
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 784
c 
c CURRENT OPTIMUM=477246
c Current CPU time (ms) : 1038.215
c starts	: 784
c conflicts	: 3
c decisions	: 7568
c propagations	: 47905
c inspects	: 3006049
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 785
c 
c CURRENT OPTIMUM=477241
c Current CPU time (ms) : 1040.671
c starts	: 785
c conflicts	: 3
c decisions	: 7577
c propagations	: 47966
c inspects	: 3013196
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 786
c 
c CURRENT OPTIMUM=477237
c Current CPU time (ms) : 1043.143
c starts	: 786
c conflicts	: 3
c decisions	: 7586
c propagations	: 48027
c inspects	: 3020352
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 787
c 
c CURRENT OPTIMUM=477232
c Current CPU time (ms) : 1045.346
c starts	: 787
c conflicts	: 3
c decisions	: 7594
c propagations	: 48088
c inspects	: 3026731
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 788
c 
c CURRENT OPTIMUM=477228
c Current CPU time (ms) : 1048.609
c starts	: 788
c conflicts	: 3
c decisions	: 7606
c propagations	: 48149
c inspects	: 3036266
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 789
c 
c CURRENT OPTIMUM=477223
c Current CPU time (ms) : 1051.611
c starts	: 789
c conflicts	: 3
c decisions	: 7617
c propagations	: 48210
c inspects	: 3045025
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 790
c 
c CURRENT OPTIMUM=477219
c Current CPU time (ms) : 1054.62
c starts	: 790
c conflicts	: 3
c decisions	: 7628
c propagations	: 48271
c inspects	: 3053795
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 791
c 
c CURRENT OPTIMUM=477214
c Current CPU time (ms) : 1057.365
c starts	: 791
c conflicts	: 3
c decisions	: 7638
c propagations	: 48332
c inspects	: 3061786
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 792
c 
c CURRENT OPTIMUM=477210
c Current CPU time (ms) : 1060.394
c starts	: 792
c conflicts	: 3
c decisions	: 7649
c propagations	: 48393
c inspects	: 3070578
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 793
c 
c CURRENT OPTIMUM=477205
c Current CPU time (ms) : 1063.149
c starts	: 793
c conflicts	: 3
c decisions	: 7659
c propagations	: 48454
c inspects	: 3078589
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 794
c 
c CURRENT OPTIMUM=477201
c Current CPU time (ms) : 1065.902
c starts	: 794
c conflicts	: 3
c decisions	: 7669
c propagations	: 48515
c inspects	: 3086610
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 795
c 
c CURRENT OPTIMUM=477196
c Current CPU time (ms) : 1068.386
c starts	: 795
c conflicts	: 3
c decisions	: 7678
c propagations	: 48576
c inspects	: 3093847
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 796
c 
c CURRENT OPTIMUM=477192
c Current CPU time (ms) : 1071.406
c starts	: 796
c conflicts	: 3
c decisions	: 7689
c propagations	: 48637
c inspects	: 3102683
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 797
c 
c CURRENT OPTIMUM=477187
c Current CPU time (ms) : 1074.175
c starts	: 797
c conflicts	: 3
c decisions	: 7699
c propagations	: 48698
c inspects	: 3110734
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 798
c 
c CURRENT OPTIMUM=477183
c Current CPU time (ms) : 1076.942
c starts	: 798
c conflicts	: 3
c decisions	: 7709
c propagations	: 48759
c inspects	: 3118795
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 799
c 
c CURRENT OPTIMUM=477178
c Current CPU time (ms) : 1079.458
c starts	: 799
c conflicts	: 3
c decisions	: 7718
c propagations	: 48820
c inspects	: 3126068
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 800
c 
c CURRENT OPTIMUM=477174
c Current CPU time (ms) : 1082.233
c starts	: 800
c conflicts	: 3
c decisions	: 7728
c propagations	: 48881
c inspects	: 3134149
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 801
c 
c CURRENT OPTIMUM=477169
c Current CPU time (ms) : 1084.758
c starts	: 801
c conflicts	: 3
c decisions	: 7737
c propagations	: 48942
c inspects	: 3141440
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 802
c 
c CURRENT OPTIMUM=477165
c Current CPU time (ms) : 1087.282
c starts	: 802
c conflicts	: 3
c decisions	: 7746
c propagations	: 49003
c inspects	: 3148740
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 803
c 
c CURRENT OPTIMUM=477160
c Current CPU time (ms) : 1089.534
c starts	: 803
c conflicts	: 3
c decisions	: 7754
c propagations	: 49064
c inspects	: 3155247
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 804
c 
c CURRENT OPTIMUM=477156
c Current CPU time (ms) : 1092.59
c starts	: 804
c conflicts	: 3
c decisions	: 7765
c propagations	: 49125
c inspects	: 3164171
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 805
c 
c CURRENT OPTIMUM=477151
c Current CPU time (ms) : 1095.387
c starts	: 805
c conflicts	: 3
c decisions	: 7775
c propagations	: 49186
c inspects	: 3172302
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 806
c 
c CURRENT OPTIMUM=477147
c Current CPU time (ms) : 1098.181
c starts	: 806
c conflicts	: 3
c decisions	: 7785
c propagations	: 49247
c inspects	: 3180443
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 807
c 
c CURRENT OPTIMUM=477142
c Current CPU time (ms) : 1100.72
c starts	: 807
c conflicts	: 3
c decisions	: 7794
c propagations	: 49308
c inspects	: 3187788
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 808
c 
c CURRENT OPTIMUM=477138
c Current CPU time (ms) : 1103.532
c starts	: 808
c conflicts	: 3
c decisions	: 7804
c propagations	: 49369
c inspects	: 3195949
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 809
c 
c CURRENT OPTIMUM=477133
c Current CPU time (ms) : 1106.079
c starts	: 809
c conflicts	: 3
c decisions	: 7813
c propagations	: 49430
c inspects	: 3203312
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 810
c 
c CURRENT OPTIMUM=477129
c Current CPU time (ms) : 1108.628
c starts	: 810
c conflicts	: 3
c decisions	: 7822
c propagations	: 49491
c inspects	: 3210684
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 811
c 
c CURRENT OPTIMUM=477124
c Current CPU time (ms) : 1110.892
c starts	: 811
c conflicts	: 3
c decisions	: 7830
c propagations	: 49552
c inspects	: 3217255
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 812
c 
c CURRENT OPTIMUM=477120
c Current CPU time (ms) : 1113.711
c starts	: 812
c conflicts	: 3
c decisions	: 7840
c propagations	: 49613
c inspects	: 3225456
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 813
c 
c CURRENT OPTIMUM=477115
c Current CPU time (ms) : 1116.266
c starts	: 813
c conflicts	: 3
c decisions	: 7849
c propagations	: 49674
c inspects	: 3232855
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 814
c 
c CURRENT OPTIMUM=477111
c Current CPU time (ms) : 1118.826
c starts	: 814
c conflicts	: 3
c decisions	: 7858
c propagations	: 49735
c inspects	: 3240263
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 815
c 
c CURRENT OPTIMUM=477106
c Current CPU time (ms) : 1121.105
c starts	: 815
c conflicts	: 3
c decisions	: 7866
c propagations	: 49796
c inspects	: 3246866
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 816
c 
c CURRENT OPTIMUM=477102
c Current CPU time (ms) : 1123.676
c starts	: 816
c conflicts	: 3
c decisions	: 7875
c propagations	: 49857
c inspects	: 3254292
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 817
c 
c CURRENT OPTIMUM=477097
c Current CPU time (ms) : 1125.957
c starts	: 817
c conflicts	: 3
c decisions	: 7883
c propagations	: 49918
c inspects	: 3260911
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 818
c 
c CURRENT OPTIMUM=477093
c Current CPU time (ms) : 1128.261
c starts	: 818
c conflicts	: 3
c decisions	: 7891
c propagations	: 49979
c inspects	: 3267538
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 819
c 
c CURRENT OPTIMUM=477088
c Current CPU time (ms) : 1130.282
c starts	: 819
c conflicts	: 3
c decisions	: 7898
c propagations	: 50040
c inspects	: 3273355
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 820
c 
c CURRENT OPTIMUM=477084
c Current CPU time (ms) : 1133.677
c starts	: 820
c conflicts	: 3
c decisions	: 7910
c propagations	: 50101
c inspects	: 3283274
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 821
c 
c CURRENT OPTIMUM=477079
c Current CPU time (ms) : 1136.792
c starts	: 821
c conflicts	: 3
c decisions	: 7921
c propagations	: 50162
c inspects	: 3292385
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 822
c 
c CURRENT OPTIMUM=477075
c Current CPU time (ms) : 1139.931
c starts	: 822
c conflicts	: 3
c decisions	: 7932
c propagations	: 50223
c inspects	: 3301507
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 823
c 
c CURRENT OPTIMUM=477070
c Current CPU time (ms) : 1142.789
c starts	: 823
c conflicts	: 3
c decisions	: 7942
c propagations	: 50284
c inspects	: 3309818
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 824
c 
c CURRENT OPTIMUM=477066
c Current CPU time (ms) : 1145.921
c starts	: 824
c conflicts	: 3
c decisions	: 7953
c propagations	: 50345
c inspects	: 3318962
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 825
c 
c CURRENT OPTIMUM=477061
c Current CPU time (ms) : 1148.783
c starts	: 825
c conflicts	: 3
c decisions	: 7963
c propagations	: 50406
c inspects	: 3327293
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 826
c 
c CURRENT OPTIMUM=477057
c Current CPU time (ms) : 1151.65
c starts	: 826
c conflicts	: 3
c decisions	: 7973
c propagations	: 50467
c inspects	: 3335634
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 827
c 
c CURRENT OPTIMUM=477052
c Current CPU time (ms) : 1154.253
c starts	: 827
c conflicts	: 3
c decisions	: 7982
c propagations	: 50528
c inspects	: 3343159
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 828
c 
c CURRENT OPTIMUM=477048
c Current CPU time (ms) : 1157.402
c starts	: 828
c conflicts	: 3
c decisions	: 7993
c propagations	: 50589
c inspects	: 3352347
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 829
c 
c CURRENT OPTIMUM=477043
c Current CPU time (ms) : 1160.29
c starts	: 829
c conflicts	: 3
c decisions	: 8003
c propagations	: 50650
c inspects	: 3360718
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 830
c 
c CURRENT OPTIMUM=477039
c Current CPU time (ms) : 1163.176
c starts	: 830
c conflicts	: 3
c decisions	: 8013
c propagations	: 50711
c inspects	: 3369099
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 831
c 
c CURRENT OPTIMUM=477034
c Current CPU time (ms) : 1165.774
c starts	: 831
c conflicts	: 3
c decisions	: 8022
c propagations	: 50772
c inspects	: 3376660
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 832
c 
c CURRENT OPTIMUM=477030
c Current CPU time (ms) : 1168.689
c starts	: 832
c conflicts	: 3
c decisions	: 8032
c propagations	: 50833
c inspects	: 3385061
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 833
c 
c CURRENT OPTIMUM=477025
c Current CPU time (ms) : 1171.29
c starts	: 833
c conflicts	: 3
c decisions	: 8041
c propagations	: 50894
c inspects	: 3392640
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 834
c 
c CURRENT OPTIMUM=477021
c Current CPU time (ms) : 1173.911
c starts	: 834
c conflicts	: 3
c decisions	: 8050
c propagations	: 50955
c inspects	: 3400228
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 835
c 
c CURRENT OPTIMUM=477016
c Current CPU time (ms) : 1176.264
c starts	: 835
c conflicts	: 3
c decisions	: 8058
c propagations	: 51016
c inspects	: 3406991
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 836
c 
c CURRENT OPTIMUM=477012
c Current CPU time (ms) : 1179.433
c starts	: 836
c conflicts	: 3
c decisions	: 8069
c propagations	: 51077
c inspects	: 3416267
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 837
c 
c CURRENT OPTIMUM=477007
c Current CPU time (ms) : 1182.337
c starts	: 837
c conflicts	: 3
c decisions	: 8079
c propagations	: 51138
c inspects	: 3424718
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 838
c 
c CURRENT OPTIMUM=477003
c Current CPU time (ms) : 1185.244
c starts	: 838
c conflicts	: 3
c decisions	: 8089
c propagations	: 51199
c inspects	: 3433179
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 839
c 
c CURRENT OPTIMUM=476998
c Current CPU time (ms) : 1187.883
c starts	: 839
c conflicts	: 3
c decisions	: 8098
c propagations	: 51260
c inspects	: 3440812
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 840
c 
c CURRENT OPTIMUM=476994
c Current CPU time (ms) : 1190.793
c starts	: 840
c conflicts	: 3
c decisions	: 8108
c propagations	: 51321
c inspects	: 3449293
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 841
c 
c CURRENT OPTIMUM=476989
c Current CPU time (ms) : 1193.436
c starts	: 841
c conflicts	: 3
c decisions	: 8117
c propagations	: 51382
c inspects	: 3456944
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 842
c 
c CURRENT OPTIMUM=476985
c Current CPU time (ms) : 1196.087
c starts	: 842
c conflicts	: 3
c decisions	: 8126
c propagations	: 51443
c inspects	: 3464604
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 843
c 
c CURRENT OPTIMUM=476980
c Current CPU time (ms) : 1198.464
c starts	: 843
c conflicts	: 3
c decisions	: 8134
c propagations	: 51504
c inspects	: 3471431
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 844
c 
c CURRENT OPTIMUM=476976
c Current CPU time (ms) : 1201.389
c starts	: 844
c conflicts	: 3
c decisions	: 8144
c propagations	: 51565
c inspects	: 3479952
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 845
c 
c CURRENT OPTIMUM=476971
c Current CPU time (ms) : 1204.038
c starts	: 845
c conflicts	: 3
c decisions	: 8153
c propagations	: 51626
c inspects	: 3487639
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 846
c 
c CURRENT OPTIMUM=476967
c Current CPU time (ms) : 1206.696
c starts	: 846
c conflicts	: 3
c decisions	: 8162
c propagations	: 51687
c inspects	: 3495335
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 847
c 
c CURRENT OPTIMUM=476962
c Current CPU time (ms) : 1209.067
c starts	: 847
c conflicts	: 3
c decisions	: 8170
c propagations	: 51748
c inspects	: 3502194
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 848
c 
c CURRENT OPTIMUM=476958
c Current CPU time (ms) : 1211.731
c starts	: 848
c conflicts	: 3
c decisions	: 8179
c propagations	: 51809
c inspects	: 3509908
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 849
c 
c CURRENT OPTIMUM=476953
c Current CPU time (ms) : 1214.122
c starts	: 849
c conflicts	: 3
c decisions	: 8187
c propagations	: 51870
c inspects	: 3516783
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 850
c 
c CURRENT OPTIMUM=476949
c Current CPU time (ms) : 1216.497
c starts	: 850
c conflicts	: 3
c decisions	: 8195
c propagations	: 51931
c inspects	: 3523666
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 851
c 
c CURRENT OPTIMUM=476944
c Current CPU time (ms) : 1218.594
c starts	: 851
c conflicts	: 3
c decisions	: 8202
c propagations	: 51992
c inspects	: 3529707
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 852
c 
c CURRENT OPTIMUM=476940
c Current CPU time (ms) : 1221.853
c starts	: 852
c conflicts	: 3
c decisions	: 8213
c propagations	: 52053
c inspects	: 3539159
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 853
c 
c CURRENT OPTIMUM=476935
c Current CPU time (ms) : 1224.819
c starts	: 853
c conflicts	: 3
c decisions	: 8223
c propagations	: 52114
c inspects	: 3547770
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 854
c 
c CURRENT OPTIMUM=476931
c Current CPU time (ms) : 1227.779
c starts	: 854
c conflicts	: 3
c decisions	: 8233
c propagations	: 52175
c inspects	: 3556391
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 3
c root simplifications	: 855
#### END SOLVER DATA ####
#### BEGIN WATCHER DATA ####
Enforcing CPU limit (will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime (will send SIGXCPU) limit: 1230 seconds
Enforcing VSIZE limit: 943718400 bytes
Raw data (loadavg): 0.83 0.95 0.91 2/54 31157
Raw data (stat): 31157 (runsolver) R 31156 10614 10613 0 -1 64 4 0 0 0 0 0 0 0 19 0 1 0 547931146 1052672 99 4294967295 134512640 135381576 3221224432 3221219680 135158418 0 2147483391 7 90112 0 0 0 17 1 0 0
Raw data (statm): 257 99 215 215 0 42 0
vsize: 1028
[startup+10.0007 s]
Raw data (loadavg): 0.93 0.97 0.92 2/63 31210
Raw data (stat): 31157 (java) R 31156 10614 10613 0 -1 0 18088 6 1 0 719 41 1 0 25 0 10 0 547931146 873607168 23165 4294967295 134512640 134569956 3221224400 3221214820 1130894840 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 213283 23165 13073 16 0 213267 0
vsize: 853132
[startup+20.0011 s]
Raw data (loadavg): 0.94 0.97 0.92 2/64 31249
Raw data (stat): 31157 (java) R 31156 10614 10613 0 -1 0 18089 6 1 0 1678 43 2 0 25 0 11 0 547931146 870723584 22661 4294967295 134512640 134569956 3221224400 3221214760 1131289253 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 212579 22661 13073 16 0 212563 0
vsize: 850316
[startup+30.0014 s]
Raw data (loadavg): 0.95 0.97 0.92 2/64 31275
Raw data (stat): 31157 (java) R 31156 10614 10613 0 -1 0 18090 6 1 0 2644 45 3 1 25 0 11 0 547931146 870723584 22869 4294967295 134512640 134569956 3221224400 3221214760 1131283421 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 212579 22869 13073 16 0 212563 0
vsize: 850316
[startup+40.0048 s]
Raw data (loadavg): 0.96 0.97 0.92 2/64 31303
Raw data (stat): 31157 (java) R 31156 10614 10613 0 -1 0 18090 6 1 0 3610 46 4 1 25 0 11 0 547931146 870723584 23099 4294967295 134512640 134569956 3221224400 3221214760 1131287968 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 212579 23099 13073 16 0 212563 0
vsize: 850316
[startup+50.0064 s]
Raw data (loadavg): 0.96 0.97 0.92 2/64 31322
Raw data (stat): 31157 (java) S 31156 10614 10613 0 -1 0 18090 6 1 0 4587 48 5 2 25 0 11 0 547931146 870723584 23166 4294967295 134512640 134569956 3221224400 3221213504 1073943035 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 212579 23166 13073 16 0 212563 0
vsize: 850316
[startup+60.0065 s]
Raw data (loadavg): 0.97 0.97 0.92 2/64 31344
Raw data (stat): 31157 (java) R 31156 10614 10613 0 -1 0 18090 6 1 0 5565 50 5 2 25 0 11 0 547931146 870723584 23281 4294967295 134512640 134569956 3221224400 3221214672 1131146423 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 212579 23281 13073 16 0 212563 0
vsize: 850316
[startup+70.0078 s]
Raw data (loadavg): 0.97 0.97 0.92 2/64 31361
Raw data (stat): 31157 (java) R 31156 10614 10613 0 -1 0 18090 6 1 0 6545 51 6 2 25 0 11 0 547931146 870723584 23370 4294967295 134512640 134569956 3221224400 3221214956 1131279875 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 212579 23370 13073 16 0 212563 0
vsize: 850316
[startup+80.0115 s]
Raw data (loadavg): 0.98 0.97 0.92 2/64 31375
Raw data (stat): 31157 (java) R 31156 10614 10613 0 -1 0 18091 6 1 0 7522 52 6 3 25 0 11 0 547931146 870723584 23427 4294967295 134512640 134569956 3221224400 3221214760 1131282354 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 212579 23427 13073 16 0 212563 0
vsize: 850316
[startup+90.018 s]
Raw data (loadavg): 0.98 0.97 0.92 2/64 31388
Raw data (stat): 31157 (java) R 31156 10614 10613 0 -1 0 18091 6 1 0 8498 53 7 3 25 0 11 0 547931146 870723584 23542 4294967295 134512640 134569956 3221224400 3221214760 1131293051 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 212579 23542 13073 16 0 212563 0
vsize: 850316
[startup+100.018 s]
Raw data (loadavg): 0.98 0.97 0.92 2/64 31401
Raw data (stat): 31157 (java) R 31156 10614 10613 0 -1 0 18091 6 1 0 9478 53 7 3 16 0 11 0 547931146 870723584 23658 4294967295 134512640 134569956 3221224400 3221214760 1131281213 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 212579 23658 13073 16 0 212563 0
vsize: 850316
[startup+110.019 s]
Raw data (loadavg): 0.98 0.97 0.92 2/64 31413
Raw data (stat): 31157 (java) R 31156 10614 10613 0 -1 0 18091 6 1 0 10458 54 8 4 21 0 11 0 547931146 870723584 23796 4294967295 134512640 134569956 3221224400 3221214760 1131282399 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 212579 23796 13073 16 0 212563 0
vsize: 850316
[startup+120.034 s]
Raw data (loadavg): 0.99 0.97 0.92 2/64 31426
Raw data (stat): 31157 (java) R 31156 10614 10613 0 -1 0 18091 6 1 0 11442 55 8 4 25 0 11 0 547931146 870723584 23889 4294967295 134512640 134569956 3221224400 3221214672 1131147503 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 212579 23889 13073 16 0 212563 0
vsize: 850316
[startup+130.035 s]
Raw data (loadavg): 0.99 0.97 0.92 2/64 31437
Raw data (stat): 31157 (java) R 31156 10614 10613 0 -1 0 18091 6 1 0 12425 55 9 4 25 0 11 0 547931146 870723584 23974 4294967295 134512640 134569956 3221224400 3221214760 1131284746 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 212579 23974 13073 16 0 212563 0
vsize: 850316
[startup+140.035 s]
Raw data (loadavg): 0.99 0.97 0.92 2/64 31448
Raw data (stat): 31157 (java) R 31156 10614 10613 0 -1 0 18091 6 1 0 13407 56 9 4 24 0 11 0 547931146 870723584 24057 4294967295 134512640 134569956 3221224400 3221214760 1131292176 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 212579 24057 13073 16 0 212563 0
vsize: 850316
[startup+150.053 s]
Raw data (loadavg): 0.99 0.97 0.92 2/64 31460
Raw data (stat): 31157 (java) R 31156 10614 10613 0 -1 0 18091 6 1 0 14394 56 10 4 17 0 11 0 547931146 870723584 24154 4294967295 134512640 134569956 3221224400 3221214760 1131290150 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 212579 24154 13073 16 0 212563 0
vsize: 850316
[startup+160.053 s]
Raw data (loadavg): 0.99 0.97 0.92 2/64 31470
Raw data (stat): 31157 (java) R 31156 10614 10613 0 -1 0 18091 6 1 0 15378 57 10 4 25 0 11 0 547931146 870723584 24229 4294967295 134512640 134569956 3221224400 3221214672 1131146863 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 212579 24229 13073 16 0 212563 0
vsize: 850316
[startup+170.061 s]
Raw data (loadavg): 0.99 0.97 0.92 2/64 31482
Raw data (stat): 31157 (java) S 31156 10614 10613 0 -1 0 18091 6 1 0 16363 58 10 5 25 0 11 0 547931146 870723584 24305 4294967295 134512640 134569956 3221224400 3221214220 1073943035 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 212579 24305 13073 16 0 212563 0
vsize: 850316
[startup+180.068 s]
Raw data (loadavg): 0.99 0.97 0.92 2/64 31492
Raw data (stat): 31157 (java) R 31156 10614 10613 0 -1 0 18091 6 1 0 17347 59 10 5 25 0 11 0 547931146 870723584 24372 4294967295 134512640 134569956 3221224400 3221214760 1131290425 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 212579 24372 13073 16 0 212563 0
vsize: 850316
[startup+190.071 s]
Raw data (loadavg): 0.99 0.97 0.92 2/64 31500
Raw data (stat): 31157 (java) R 31156 10614 10613 0 -1 0 18091 6 1 0 18331 59 11 5 25 0 11 0 547931146 870723584 24443 4294967295 134512640 134569956 3221224400 3221214760 1131292424 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 212579 24443 13073 16 0 212563 0
vsize: 850316
[startup+200.072 s]
Raw data (loadavg): 0.99 0.97 0.92 2/64 31509
Raw data (stat): 31157 (java) R 31156 10614 10613 0 -1 0 18091 6 1 0 19313 59 11 5 24 0 11 0 547931146 870723584 24522 4294967295 134512640 134569956 3221224400 3221214760 1131280035 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 212579 24522 13073 16 0 212563 0
vsize: 850316
[startup+210.072 s]
Raw data (loadavg): 0.99 0.97 0.92 2/64 31517
Raw data (stat): 31157 (java) R 31156 10614 10613 0 -1 0 18091 6 1 0 20294 60 11 5 25 0 11 0 547931146 870723584 24598 4294967295 134512640 134569956 3221224400 3221214760 1131279951 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 212579 24598 13073 16 0 212563 0
vsize: 850316
[startup+220.08 s]
Raw data (loadavg): 0.99 0.97 0.92 2/64 31525
Raw data (stat): 31157 (java) R 31156 10614 10613 0 -1 0 18091 6 1 0 21276 60 12 6 25 0 11 0 547931146 870723584 24721 4294967295 134512640 134569956 3221224400 3221214672 1131146407 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 212579 24721 13073 16 0 212563 0
vsize: 850316
[startup+230.08 s]
Raw data (loadavg): 0.99 0.97 0.92 2/64 31533
Raw data (stat): 31157 (java) R 31156 10614 10613 0 -1 0 18091 6 1 0 22257 61 12 6 25 0 11 0 547931146 870723584 24837 4294967295 134512640 134569956 3221224400 3221214760 1131282449 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 212579 24837 13073 16 0 212563 0
vsize: 850316
[startup+240.091 s]
Raw data (loadavg): 0.99 0.97 0.92 2/64 31542
Raw data (stat): 31157 (java) R 31156 10614 10613 0 -1 0 18091 6 1 0 23239 61 12 6 25 0 11 0 547931146 870723584 24961 4294967295 134512640 134569956 3221224400 3221214760 1131291042 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 212579 24961 13073 16 0 212563 0
vsize: 850316
[startup+250.092 s]
Raw data (loadavg): 0.99 0.97 0.92 2/64 31550
Raw data (stat): 31157 (java) R 31156 10614 10613 0 -1 0 18091 6 1 0 24218 62 13 6 25 0 11 0 547931146 870723584 25073 4294967295 134512640 134569956 3221224400 3221214760 1131292472 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 212579 25073 13073 16 0 212563 0
vsize: 850316
[startup+260.093 s]
Raw data (loadavg): 0.99 0.97 0.92 2/64 31558
Raw data (stat): 31157 (java) R 31156 10614 10613 0 -1 0 18091 6 1 0 25201 62 13 7 25 0 11 0 547931146 870723584 25178 4294967295 134512640 134569956 3221224400 3221214760 1131292459 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 212579 25178 13073 16 0 212563 0
vsize: 850316
[startup+270.093 s]
Raw data (loadavg): 0.99 0.97 0.92 2/64 31565
Raw data (stat): 31157 (java) R 31156 10614 10613 0 -1 0 18091 6 1 0 26177 63 13 7 24 0 11 0 547931146 870723584 25297 4294967295 134512640 134569956 3221224400 3221214760 1131284695 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 212579 25297 13073 16 0 212563 0
vsize: 850316
[startup+280.094 s]
Raw data (loadavg): 0.99 0.97 0.92 2/64 31573
Raw data (stat): 31157 (java) R 31156 10614 10613 0 -1 0 18091 6 1 0 27150 64 13 7 25 0 11 0 547931146 870723584 25432 4294967295 134512640 134569956 3221224400 3221214672 1131147124 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 212579 25432 13073 16 0 212563 0
vsize: 850316
[startup+290.094 s]
Raw data (loadavg): 0.99 0.97 0.92 2/64 31581
Raw data (stat): 31157 (java) R 31156 10614 10613 0 -1 0 18091 6 1 0 28127 64 14 7 25 0 11 0 547931146 870723584 25555 4294967295 134512640 134569956 3221224400 3221214760 1131280306 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 212579 25555 13073 16 0 212563 0
vsize: 850316
[startup+300.094 s]
Raw data (loadavg): 1.07 0.99 0.93 2/64 31589
Raw data (stat): 31157 (java) R 31156 10614 10613 0 -1 0 18091 6 1 0 29109 66 14 7 25 0 11 0 547931146 870723584 25693 4294967295 134512640 134569956 3221224400 3221214760 1131280306 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 212579 25693 13073 16 0 212563 0
vsize: 850316
[startup+310.095 s]
Raw data (loadavg): 1.06 0.99 0.93 2/64 31596
Raw data (stat): 31157 (java) R 31156 10614 10613 0 -1 0 18091 6 1 0 30092 66 14 7 25 0 11 0 547931146 870723584 25780 4294967295 134512640 134569956 3221224400 3221214760 1131282354 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 212579 25780 13073 16 0 212563 0
vsize: 850316
[startup+320.095 s]
Raw data (loadavg): 1.05 0.99 0.93 2/64 31604
Raw data (stat): 31157 (java) R 31156 10614 10613 0 -1 0 18091 6 1 0 31075 66 15 7 25 0 11 0 547931146 870723584 25871 4294967295 134512640 134569956 3221224400 3221214760 1131280237 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 212579 25871 13073 16 0 212563 0
vsize: 850316
[startup+330.096 s]
Raw data (loadavg): 1.04 0.99 0.93 2/64 31612
Raw data (stat): 31157 (java) R 31156 10614 10613 0 -1 0 18091 6 1 0 32059 66 15 8 25 0 11 0 547931146 870723584 25960 4294967295 134512640 134569956 3221224400 3221214760 1131282354 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 212579 25960 13073 16 0 212563 0
vsize: 850316
[startup+340.097 s]
Raw data (loadavg): 1.04 0.99 0.93 2/64 31620
Raw data (stat): 31157 (java) R 31156 10614 10613 0 -1 0 18091 6 1 0 33041 67 15 8 25 0 11 0 547931146 870723584 26054 4294967295 134512640 134569956 3221224400 3221214760 1131290329 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 212579 26054 13073 16 0 212563 0
vsize: 850316
[startup+350.096 s]
Raw data (loadavg): 1.03 0.99 0.93 2/64 31626
Raw data (stat): 31157 (java) R 31156 10614 10613 0 -1 0 18091 6 1 0 34024 67 16 8 25 0 11 0 547931146 870723584 26141 4294967295 134512640 134569956 3221224400 3221214672 1131147443 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 212579 26141 13073 16 0 212563 0
vsize: 850316
[startup+360.097 s]
Raw data (loadavg): 1.03 0.99 0.93 2/64 31632
Raw data (stat): 31157 (java) R 31156 10614 10613 0 -1 0 18091 6 1 0 35008 68 16 8 25 0 11 0 547931146 870723584 26222 4294967295 134512640 134569956 3221224400 3221214760 1131285700 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 212579 26222 13073 16 0 212563 0
vsize: 850316
[startup+370.098 s]
Raw data (loadavg): 1.02 0.99 0.93 2/64 31639
Raw data (stat): 31157 (java) R 31156 10614 10613 0 -1 0 18091 6 1 0 35991 69 16 8 25 0 11 0 547931146 870723584 26322 4294967295 134512640 134569956 3221224400 3221214760 1131284580 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 212579 26322 13073 16 0 212563 0
vsize: 850316
[startup+380.098 s]
Raw data (loadavg): 1.02 0.99 0.93 2/64 31646
Raw data (stat): 31157 (java) R 31156 10614 10613 0 -1 0 18091 6 1 0 36975 69 17 8 25 0 11 0 547931146 870723584 26409 4294967295 134512640 134569956 3221224400 3221214760 1131282398 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 212579 26409 13073 16 0 212563 0
vsize: 850316
[startup+390.099 s]
Raw data (loadavg): 1.01 0.99 0.93 2/64 31653
Raw data (stat): 31157 (java) R 31156 10614 10613 0 -1 0 18091 6 1 0 37959 70 17 8 25 0 11 0 547931146 870723584 26494 4294967295 134512640 134569956 3221224400 3221214760 1131280237 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 212579 26494 13073 16 0 212563 0
vsize: 850316
[startup+400.099 s]
Raw data (loadavg): 1.01 0.99 0.93 2/64 31659
Raw data (stat): 31157 (java) R 31156 10614 10613 0 -1 0 18091 6 1 0 38941 70 17 9 25 0 11 0 547931146 870723584 26582 4294967295 134512640 134569956 3221224400 3221214760 1131280237 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 212579 26582 13073 16 0 212563 0
vsize: 850316
[startup+410.099 s]
Raw data (loadavg): 1.09 1.00 0.93 2/64 31666
Raw data (stat): 31157 (java) R 31156 10614 10613 0 -1 0 18091 6 1 0 39924 71 17 9 24 0 11 0 547931146 870723584 26669 4294967295 134512640 134569956 3221224400 3221214672 1131146410 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 212579 26669 13073 16 0 212563 0
vsize: 850316
[startup+420.099 s]
Raw data (loadavg): 1.08 1.00 0.93 2/64 31673
Raw data (stat): 31157 (java) R 31156 10614 10613 0 -1 0 18091 6 1 0 40908 71 17 9 25 0 11 0 547931146 870723584 26752 4294967295 134512640 134569956 3221224400 3221214760 1131292373 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 212579 26752 13073 16 0 212563 0
vsize: 850316
[startup+430.1 s]
Raw data (loadavg): 1.06 1.00 0.93 2/64 31680
Raw data (stat): 31157 (java) R 31156 10614 10613 0 -1 0 18091 6 1 0 41892 71 18 9 25 0 11 0 547931146 870723584 26873 4294967295 134512640 134569956 3221224400 3221214760 1131282354 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 212579 26873 13073 16 0 212563 0
vsize: 850316
[startup+440.1 s]
Raw data (loadavg): 1.05 1.00 0.93 2/64 31686
Raw data (stat): 31157 (java) R 31156 10614 10613 0 -1 0 18091 6 1 0 42876 72 18 9 25 0 11 0 547931146 870723584 26955 4294967295 134512640 134569956 3221224400 3221214760 1131290371 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 212579 26955 13073 16 0 212563 0
vsize: 850316
[startup+450.101 s]
Raw data (loadavg): 1.04 1.00 0.93 2/64 31692
Raw data (stat): 31157 (java) R 31156 10614 10613 0 -1 0 18091 6 1 0 43860 72 18 9 25 0 11 0 547931146 870723584 27031 4294967295 134512640 134569956 3221224400 3221214808 1131255600 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 212579 27031 13073 16 0 212563 0
vsize: 850316
[startup+460.101 s]
Raw data (loadavg): 1.04 1.00 0.93 2/64 31699
Raw data (stat): 31157 (java) R 31156 10614 10613 0 -1 0 18091 6 1 0 44844 72 19 10 25 0 11 0 547931146 870723584 27129 4294967295 134512640 134569956 3221224400 3221214760 1131287085 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 212579 27129 13073 16 0 212563 0
vsize: 850316
[startup+470.101 s]
Raw data (loadavg): 1.03 1.00 0.93 2/64 31705
Raw data (stat): 31157 (java) R 31156 10614 10613 0 -1 0 18091 6 1 0 45828 73 19 10 24 0 11 0 547931146 870723584 27208 4294967295 134512640 134569956 3221224400 3221214760 1131285820 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 212579 27208 13073 16 0 212563 0
vsize: 850316
[startup+480.101 s]
Raw data (loadavg): 1.03 1.00 0.93 2/64 31712
Raw data (stat): 31157 (java) R 31156 10614 10613 0 -1 0 18091 6 1 0 46814 73 19 10 25 0 11 0 547931146 870723584 27278 4294967295 134512640 134569956 3221224400 3221214760 1131279937 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 212579 27278 13073 16 0 212563 0
vsize: 850316
[startup+490.103 s]
Raw data (loadavg): 1.02 1.00 0.93 2/64 31719
Raw data (stat): 31157 (java) R 31156 10614 10613 0 -1 0 18091 6 1 0 47799 74 19 10 25 0 11 0 547931146 870723584 27350 4294967295 134512640 134569956 3221224400 3221214760 1131297317 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 212579 27350 13073 16 0 212563 0
vsize: 850316
[startup+500.103 s]
Raw data (loadavg): 1.02 1.00 0.93 2/64 31725
Raw data (stat): 31157 (java) R 31156 10614 10613 0 -1 0 18091 6 1 0 48783 74 19 10 24 0 11 0 547931146 870723584 27427 4294967295 134512640 134569956 3221224400 3221214760 1131287859 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 212579 27427 13073 16 0 212563 0
vsize: 850316
[startup+510.103 s]
Raw data (loadavg): 1.09 1.02 0.94 2/64 31732
Raw data (stat): 31157 (java) R 31156 10614 10613 0 -1 0 18091 6 1 0 49767 74 20 10 25 0 11 0 547931146 870723584 27500 4294967295 134512640 134569956 3221224400 3221214672 1131147380 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 212579 27500 13073 16 0 212563 0
vsize: 850316
[startup+520.102 s]
Raw data (loadavg): 1.08 1.02 0.94 2/64 31739
Raw data (stat): 31157 (java) R 31156 10614 10613 0 -1 0 18091 6 1 0 50751 75 20 10 24 0 11 0 547931146 870723584 27569 4294967295 134512640 134569956 3221224400 3221214760 1131282352 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 212579 27569 13073 16 0 212563 0
vsize: 850316
[startup+530.103 s]
Raw data (loadavg): 1.07 1.01 0.94 2/64 31747
Raw data (stat): 31157 (java) R 31156 10614 10613 0 -1 0 18091 6 1 0 51737 75 20 10 25 0 11 0 547931146 870723584 27641 4294967295 134512640 134569956 3221224400 3221214760 1131285967 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 212579 27641 13073 16 0 212563 0
vsize: 850316
[startup+540.104 s]
Raw data (loadavg): 1.06 1.01 0.94 2/64 31752
Raw data (stat): 31157 (java) R 31156 10614 10613 0 -1 0 18091 6 1 0 52721 75 20 10 25 0 11 0 547931146 870723584 27720 4294967295 134512640 134569956 3221224400 3221214760 1131280306 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 212579 27720 13073 16 0 212563 0
vsize: 850316
[startup+550.104 s]
Raw data (loadavg): 1.05 1.01 0.94 2/64 31757
Raw data (stat): 31157 (java) R 31156 10614 10613 0 -1 0 18091 6 1 0 53705 75 20 10 25 0 11 0 547931146 870723584 27793 4294967295 134512640 134569956 3221224400 3221214760 1131287982 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 212579 27793 13073 16 0 212563 0
vsize: 850316
[startup+560.104 s]
Raw data (loadavg): 1.04 1.01 0.94 2/64 31762
Raw data (stat): 31157 (java) R 31156 10614 10613 0 -1 0 18091 6 1 0 54690 76 20 11 25 0 11 0 547931146 870723584 27864 4294967295 134512640 134569956 3221224400 3221214760 1131285939 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 212579 27864 13073 16 0 212563 0
vsize: 850316
[startup+570.104 s]
Raw data (loadavg): 1.03 1.01 0.94 2/64 31768
Raw data (stat): 31157 (java) R 31156 10614 10613 0 -1 0 18091 6 1 0 55674 76 21 11 25 0 11 0 547931146 870723584 27936 4294967295 134512640 134569956 3221224400 3221214760 1131290205 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 212579 27936 13073 16 0 212563 0
vsize: 850316
[startup+580.105 s]
Raw data (loadavg): 1.03 1.01 0.94 2/64 31773
Raw data (stat): 31157 (java) R 31156 10614 10613 0 -1 0 18091 6 1 0 56659 76 21 11 25 0 11 0 547931146 870723584 28007 4294967295 134512640 134569956 3221224400 3221214760 1131282560 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 212579 28007 13073 16 0 212563 0
vsize: 850316
[startup+590.106 s]
Raw data (loadavg): 1.02 1.01 0.94 2/64 31778
Raw data (stat): 31157 (java) R 31156 10614 10613 0 -1 0 18091 6 1 0 57643 76 21 11 24 0 11 0 547931146 870723584 28084 4294967295 134512640 134569956 3221224400 3221214760 1131284695 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 212579 28084 13073 16 0 212563 0
vsize: 850316
[startup+600.107 s]
Raw data (loadavg): 1.02 1.01 0.94 2/64 31784
Raw data (stat): 31157 (java) R 31156 10614 10613 0 -1 0 18091 6 1 0 58628 77 21 11 25 0 11 0 547931146 870723584 28153 4294967295 134512640 134569956 3221224400 3221214760 1131292320 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 212579 28153 13073 16 0 212563 0
vsize: 850316
[startup+610.108 s]
Raw data (loadavg): 1.02 1.01 0.94 2/64 31789
Raw data (stat): 31157 (java) R 31156 10614 10613 0 -1 0 18091 6 1 0 59613 77 22 11 25 0 11 0 547931146 870723584 28223 4294967295 134512640 134569956 3221224400 3221214760 1131300909 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 212579 28223 13073 16 0 212563 0
vsize: 850316
[startup+620.108 s]
Raw data (loadavg): 1.01 1.01 0.94 2/64 31795
Raw data (stat): 31157 (java) R 31156 10614 10613 0 -1 0 18091 6 1 0 60597 78 22 11 25 0 11 0 547931146 870723584 28319 4294967295 134512640 134569956 3221224400 3221214760 1131295054 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 212579 28319 13073 16 0 212563 0
vsize: 850316
[startup+630.108 s]
Raw data (loadavg): 1.01 1.00 0.94 2/64 31801
Raw data (stat): 31157 (java) R 31156 10614 10613 0 -1 0 18091 6 1 0 61581 78 22 11 25 0 11 0 547931146 870723584 28386 4294967295 134512640 134569956 3221224400 3221214760 1131281418 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 212579 28386 13073 16 0 212563 0
vsize: 850316
[startup+640.11 s]
Raw data (loadavg): 1.01 1.00 0.94 2/64 31805
Raw data (stat): 31157 (java) R 31156 10614 10613 0 -1 0 18091 6 1 0 62565 79 22 12 25 0 11 0 547931146 870723584 28460 4294967295 134512640 134569956 3221224400 3221214760 1131281292 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 212579 28460 13073 16 0 212563 0
vsize: 850316
[startup+650.109 s]
Raw data (loadavg): 1.01 1.00 0.94 2/64 31809
Raw data (stat): 31157 (java) R 31156 10614 10613 0 -1 0 18091 6 1 0 63551 79 22 12 25 0 11 0 547931146 870723584 28523 4294967295 134512640 134569956 3221224400 3221214760 1131283775 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 212579 28523 13073 16 0 212563 0
vsize: 850316
[startup+660.11 s]
Raw data (loadavg): 1.00 1.00 0.94 2/64 31813
Raw data (stat): 31157 (java) R 31156 10614 10613 0 -1 0 18091 6 1 0 64536 79 23 12 25 0 11 0 547931146 870723584 28596 4294967295 134512640 134569956 3221224400 3221214760 1131285543 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 212579 28596 13073 16 0 212563 0
vsize: 850316
[startup+670.11 s]
Raw data (loadavg): 1.00 1.00 0.94 2/64 31817
Raw data (stat): 31157 (java) R 31156 10614 10613 0 -1 0 18091 6 1 0 65522 80 23 12 25 0 11 0 547931146 870723584 28664 4294967295 134512640 134569956 3221224400 3221214760 1131285700 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 212579 28664 13073 16 0 212563 0
vsize: 850316
[startup+680.11 s]
Raw data (loadavg): 1.00 1.00 0.94 2/64 31821
Raw data (stat): 31157 (java) R 31156 10614 10613 0 -1 0 18091 6 1 0 66506 80 23 12 25 0 11 0 547931146 870723584 28729 4294967295 134512640 134569956 3221224400 3221214672 1131146410 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 212579 28729 13073 16 0 212563 0
vsize: 850316
[startup+690.111 s]
Raw data (loadavg): 1.00 1.00 0.94 2/64 31825
Raw data (stat): 31157 (java) R 31156 10614 10613 0 -1 0 18091 6 1 0 67490 81 23 12 25 0 11 0 547931146 870723584 28793 4294967295 134512640 134569956 3221224400 3221214760 1131282598 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 212579 28793 13073 16 0 212563 0
vsize: 850316
[startup+700.112 s]
Raw data (loadavg): 1.00 1.00 0.94 2/64 31829
Raw data (stat): 31157 (java) R 31156 10614 10613 0 -1 0 18091 6 1 0 68474 81 23 12 25 0 11 0 547931146 870723584 28865 4294967295 134512640 134569956 3221224400 3221214760 1131280237 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 212579 28865 13073 16 0 212563 0
vsize: 850316
[startup+710.112 s]
Raw data (loadavg): 1.00 1.00 0.94 2/64 31833
Raw data (stat): 31157 (java) R 31156 10614 10613 0 -1 0 18091 6 1 0 69459 81 23 12 25 0 11 0 547931146 870723584 28928 4294967295 134512640 134569956 3221224400 3221214760 1131282560 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 212579 28928 13073 16 0 212563 0
vsize: 850316
[startup+720.112 s]
Raw data (loadavg): 1.00 1.00 0.94 2/64 31837
Raw data (stat): 31157 (java) R 31156 10614 10613 0 -1 0 18091 6 1 0 70440 82 24 12 25 0 11 0 547931146 870723584 29002 4294967295 134512640 134569956 3221224400 3221214760 1131282576 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 212579 29002 13073 16 0 212563 0
vsize: 850316
[startup+730.113 s]
Raw data (loadavg): 1.00 1.00 0.94 2/64 31841
Raw data (stat): 31157 (java) R 31156 10614 10613 0 -1 0 18091 6 1 0 71421 82 24 12 25 0 11 0 547931146 870723584 29107 4294967295 134512640 134569956 3221224400 3221214760 1131291395 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 212579 29107 13073 16 0 212563 0
vsize: 850316
[startup+740.113 s]
Raw data (loadavg): 1.00 1.00 0.94 2/64 31845
Raw data (stat): 31157 (java) R 31156 10614 10613 0 -1 0 18091 6 1 0 72401 83 24 13 25 0 11 0 547931146 870723584 29215 4294967295 134512640 134569956 3221224400 3221214760 1131280035 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 212579 29215 13073 16 0 212563 0
vsize: 850316
[startup+750.115 s]
Raw data (loadavg): 1.00 1.00 0.94 2/64 31849
Raw data (stat): 31157 (java) S 31156 10614 10613 0 -1 0 18091 6 1 0 73381 83 24 13 25 0 11 0 547931146 870723584 29335 4294967295 134512640 134569956 3221224400 3221213504 1073943035 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 212579 29335 13073 16 0 212563 0
vsize: 850316
[startup+760.116 s]
Raw data (loadavg): 1.00 1.00 0.94 2/64 31853
Raw data (stat): 31157 (java) R 31156 10614 10613 0 -1 0 18091 6 1 0 74363 84 24 13 25 0 11 0 547931146 870723584 29436 4294967295 134512640 134569956 3221224400 3221214936 1131208089 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 212579 29436 13073 16 0 212563 0
vsize: 850316
[startup+770.116 s]
Raw data (loadavg): 1.00 1.00 0.94 2/64 31857
Raw data (stat): 31157 (java) R 31156 10614 10613 0 -1 0 18091 6 1 0 75343 84 25 13 25 0 11 0 547931146 870723584 29557 4294967295 134512640 134569956 3221224400 3221214760 1131282354 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 212579 29557 13073 16 0 212563 0
vsize: 850316
[startup+780.117 s]
Raw data (loadavg): 1.00 1.00 0.94 2/64 31861
Raw data (stat): 31157 (java) R 31156 10614 10613 0 -1 0 18091 6 1 0 76324 84 25 13 25 0 11 0 547931146 870723584 29689 4294967295 134512640 134569956 3221224400 3221214760 1131284695 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 212579 29689 13073 16 0 212563 0
vsize: 850316
[startup+790.118 s]
Raw data (loadavg): 1.00 1.00 0.94 2/64 31865
Raw data (stat): 31157 (java) R 31156 10614 10613 0 -1 0 18091 6 1 0 77303 85 25 13 25 0 11 0 547931146 870723584 29796 4294967295 134512640 134569956 3221224400 3221214760 1131289234 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 212579 29796 13073 16 0 212563 0
vsize: 850316
[startup+800.118 s]
Raw data (loadavg): 1.00 1.00 0.94 2/64 31869
Raw data (stat): 31157 (java) R 31156 10614 10613 0 -1 0 18091 6 1 0 78285 85 25 13 25 0 11 0 547931146 870723584 29901 4294967295 134512640 134569956 3221224400 3221214704 1131272407 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 212579 29901 13073 16 0 212563 0
vsize: 850316
[startup+810.119 s]
Raw data (loadavg): 1.00 1.00 0.94 2/64 31873
Raw data (stat): 31157 (java) R 31156 10614 10613 0 -1 0 18091 6 1 0 79265 85 25 14 25 0 11 0 547931146 870723584 30015 4294967295 134512640 134569956 3221224400 3221214760 1131295060 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 212579 30015 13073 16 0 212563 0
vsize: 850316
[startup+820.12 s]
Raw data (loadavg): 1.00 1.00 0.94 2/64 31877
Raw data (stat): 31157 (java) R 31156 10614 10613 0 -1 0 18091 6 1 0 80244 86 25 14 25 0 11 0 547931146 870723584 30137 4294967295 134512640 134569956 3221224400 3221214760 1131290205 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 212579 30137 13073 16 0 212563 0
vsize: 850316
[startup+830.121 s]
Raw data (loadavg): 1.00 1.00 0.94 2/64 31880
Raw data (stat): 31157 (java) R 31156 10614 10613 0 -1 0 18091 6 1 0 81225 86 25 14 25 0 11 0 547931146 870723584 30273 4294967295 134512640 134569956 3221224400 3221214760 1131281167 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 212579 30273 13073 16 0 212563 0
vsize: 850316
[startup+840.121 s]
Raw data (loadavg): 1.00 1.00 0.94 2/64 31884
Raw data (stat): 31157 (java) R 31156 10614 10613 0 -1 0 18092 6 1 0 82205 86 25 14 24 0 11 0 547931146 870723584 30391 4294967295 134512640 134569956 3221224400 3221214760 1131285797 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 212579 30391 13073 16 0 212563 0
vsize: 850316
[startup+850.121 s]
Raw data (loadavg): 1.00 1.00 0.94 2/64 31888
Raw data (stat): 31157 (java) R 31156 10614 10613 0 -1 0 18092 6 1 0 83188 86 25 14 25 0 11 0 547931146 870723584 30493 4294967295 134512640 134569956 3221224400 3221214760 1131285700 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 212579 30493 13073 16 0 212563 0
vsize: 850316
[startup+860.123 s]
Raw data (loadavg): 1.00 1.00 0.94 2/64 31892
Raw data (stat): 31157 (java) R 31156 10614 10613 0 -1 0 18092 6 1 0 84170 86 26 14 25 0 11 0 547931146 870723584 30589 4294967295 134512640 134569956 3221224400 3221214932 1130885154 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 212579 30589 13073 16 0 212563 0
vsize: 850316
[startup+870.123 s]
Raw data (loadavg): 1.00 1.00 0.94 2/64 31896
Raw data (stat): 31157 (java) R 31156 10614 10613 0 -1 0 18092 6 1 0 85151 87 26 14 25 0 11 0 547931146 870723584 30699 4294967295 134512640 134569956 3221224400 3221214760 1131281067 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 212579 30699 13073 16 0 212563 0
vsize: 850316
[startup+880.124 s]
Raw data (loadavg): 1.00 1.00 0.94 2/64 31900
Raw data (stat): 31157 (java) R 31156 10614 10613 0 -1 0 18092 6 1 0 86132 87 26 14 25 0 11 0 547931146 870723584 30793 4294967295 134512640 134569956 3221224400 3221214672 1131146863 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 212579 30793 13073 16 0 212563 0
vsize: 850316
[startup+890.125 s]
Raw data (loadavg): 1.00 1.00 0.94 2/64 31904
Raw data (stat): 31157 (java) R 31156 10614 10613 0 -1 0 18092 6 1 0 87115 87 26 14 25 0 11 0 547931146 870723584 30887 4294967295 134512640 134569956 3221224400 3221214760 1131288709 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 212579 30887 13073 16 0 212563 0
vsize: 850316
[startup+900.124 s]
Raw data (loadavg): 1.00 1.00 0.94 2/64 31908
Raw data (stat): 31157 (java) R 31156 10614 10613 0 -1 0 18092 6 1 0 88096 88 26 15 25 0 11 0 547931146 870723584 30988 4294967295 134512640 134569956 3221224400 3221214760 1131290371 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 212579 30988 13073 16 0 212563 0
vsize: 850316
[startup+910.125 s]
Raw data (loadavg): 1.00 1.00 0.94 2/64 31912
Raw data (stat): 31157 (java) R 31156 10614 10613 0 -1 0 18092 6 1 0 89078 88 26 15 25 0 11 0 547931146 870723584 31082 4294967295 134512640 134569956 3221224400 3221214760 1131280237 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 212579 31082 13073 16 0 212563 0
vsize: 850316
[startup+920.126 s]
Raw data (loadavg): 1.00 1.00 0.94 2/64 31916
Raw data (stat): 31157 (java) R 31156 10614 10613 0 -1 0 18092 6 1 0 90058 88 26 15 25 0 11 0 547931146 870723584 31179 4294967295 134512640 134569956 3221224400 3221214760 1131289283 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 212579 31179 13073 16 0 212563 0
vsize: 850316
[startup+930.126 s]
Raw data (loadavg): 1.00 1.00 0.94 2/64 31920
Raw data (stat): 31157 (java) R 31156 10614 10613 0 -1 0 18092 6 1 0 91037 89 27 15 24 0 11 0 547931146 870723584 31283 4294967295 134512640 134569956 3221224400 3221214760 1131282560 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 212579 31283 13073 16 0 212563 0
vsize: 850316
[startup+940.127 s]
Raw data (loadavg): 1.00 1.00 0.94 2/64 31924
Raw data (stat): 31157 (java) R 31156 10614 10613 0 -1 0 18092 6 1 0 92017 89 27 15 25 0 11 0 547931146 870723584 31367 4294967295 134512640 134569956 3221224400 3221214760 1131284699 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 212579 31367 13073 16 0 212563 0
vsize: 850316
[startup+950.128 s]
Raw data (loadavg): 1.00 1.00 0.94 2/64 31929
Raw data (stat): 31157 (java) R 31156 10614 10613 0 -1 0 18092 6 1 0 92997 89 27 16 18 0 11 0 547931146 870723584 31565 4294967295 134512640 134569956 3221224400 3221214760 1131292415 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 212579 31565 13073 16 0 212563 0
vsize: 850316
[startup+960.128 s]
Raw data (loadavg): 1.00 1.00 0.94 2/64 31933
Raw data (stat): 31157 (java) R 31156 10614 10613 0 -1 0 18092 6 1 0 93978 89 27 16 25 0 11 0 547931146 870723584 31652 4294967295 134512640 134569956 3221224400 3221214760 1131280306 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 212579 31652 13073 16 0 212563 0
vsize: 850316
[startup+970.128 s]
Raw data (loadavg): 1.00 1.00 0.94 2/64 31936
Raw data (stat): 31157 (java) R 31156 10614 10613 0 -1 0 18092 6 1 0 94959 89 27 16 25 0 11 0 547931146 870723584 31758 4294967295 134512640 134569956 3221224400 3221214760 1131286722 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 212579 31758 13073 16 0 212563 0
vsize: 850316
[startup+980.13 s]
Raw data (loadavg): 1.00 1.00 0.94 2/64 31940
Raw data (stat): 31157 (java) R 31156 10614 10613 0 -1 0 18092 6 1 0 95940 89 27 16 24 0 11 0 547931146 870723584 31864 4294967295 134512640 134569956 3221224400 3221214760 1131289275 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 212579 31864 13073 16 0 212563 0
vsize: 850316
[startup+990.13 s]
Raw data (loadavg): 1.00 1.00 0.94 2/64 31943
Raw data (stat): 31157 (java) R 31156 10614 10613 0 -1 0 18092 6 1 0 96922 89 27 16 25 0 11 0 547931146 870723584 31951 4294967295 134512640 134569956 3221224400 3221214760 1131288715 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 212579 31951 13073 16 0 212563 0
vsize: 850316
[startup+1000.13 s]
Raw data (loadavg): 1.00 1.00 0.94 2/64 31947
Raw data (stat): 31157 (java) R 31156 10614 10613 0 -1 0 18092 6 1 0 97892 90 28 16 25 0 11 0 547931146 870723584 32168 4294967295 134512640 134569956 3221224400 3221214760 1131292373 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 212579 32168 13073 16 0 212563 0
vsize: 850316
[startup+1010.13 s]
Raw data (loadavg): 1.00 1.00 0.94 2/64 31950
Raw data (stat): 31157 (java) R 31156 10614 10613 0 -1 0 18092 6 1 0 98859 90 28 16 25 0 11 0 547931146 870723584 32277 4294967295 134512640 134569956 3221224400 3221214760 1131292262 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 212579 32277 13073 16 0 212563 0
vsize: 850316
[startup+1020.13 s]
Raw data (loadavg): 1.00 1.00 0.94 2/64 31954
Raw data (stat): 31157 (java) R 31156 10614 10613 0 -1 0 18092 6 1 0 99830 90 28 16 25 0 11 0 547931146 870723584 32416 4294967295 134512640 134569956 3221224400 3221214760 1131284671 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 212579 32416 13073 16 0 212563 0
vsize: 850316
[startup+1030.13 s]
Raw data (loadavg): 1.00 1.00 0.94 2/64 31957
Raw data (stat): 31157 (java) R 31156 10614 10613 0 -1 0 18092 6 1 0 100808 91 28 16 25 0 11 0 547931146 870723584 32624 4294967295 134512640 134569956 3221224400 3221214760 1131288053 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 212579 32624 13073 16 0 212563 0
vsize: 850316
[startup+1040.13 s]
Raw data (loadavg): 1.00 1.00 0.94 2/64 31961
Raw data (stat): 31157 (java) R 31156 10614 10613 0 -1 0 18092 6 1 0 101790 91 28 16 25 0 11 0 547931146 870723584 32713 4294967295 134512640 134569956 3221224400 3221214760 1131285951 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 212579 32713 13073 16 0 212563 0
vsize: 850316
[startup+1050.13 s]
Raw data (loadavg): 1.00 1.00 0.94 2/64 31965
Raw data (stat): 31157 (java) R 31156 10614 10613 0 -1 0 18092 6 1 0 102771 91 28 17 25 0 11 0 547931146 870723584 32803 4294967295 134512640 134569956 3221224400 3221214672 1131146829 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 212579 32803 13073 16 0 212563 0
vsize: 850316
[startup+1060.13 s]
Raw data (loadavg): 1.00 1.00 0.94 2/64 31968
Raw data (stat): 31157 (java) R 31156 10614 10613 0 -1 0 18092 6 1 0 103752 92 28 17 24 0 11 0 547931146 870723584 32892 4294967295 134512640 134569956 3221224400 3221214760 1131300836 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 212579 32892 13073 16 0 212563 0
vsize: 850316
[startup+1070.13 s]
Raw data (loadavg): 1.00 1.00 0.94 2/64 31972
Raw data (stat): 31157 (java) R 31156 10614 10613 0 -1 0 18092 6 1 0 104735 92 29 17 25 0 11 0 547931146 870723584 32971 4294967295 134512640 134569956 3221224400 3221214760 1131291857 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 212579 32971 13073 16 0 212563 0
vsize: 850316
[startup+1080.13 s]
Raw data (loadavg): 1.00 1.00 0.94 2/64 31976
Raw data (stat): 31157 (java) R 31156 10614 10613 0 -1 0 18092 6 1 0 105716 93 29 17 25 0 11 0 547931146 870723584 33069 4294967295 134512640 134569956 3221224400 3221214800 1131179250 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 212579 33069 13073 16 0 212563 0
vsize: 850316
[startup+1090.13 s]
Raw data (loadavg): 1.00 1.00 0.94 2/64 31979
Raw data (stat): 31157 (java) R 31156 10614 10613 0 -1 0 18092 6 1 0 106697 93 29 17 25 0 11 0 547931146 870723584 33156 4294967295 134512640 134569956 3221224400 3221214760 1131285700 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 212579 33156 13073 16 0 212563 0
vsize: 850316
[startup+1100.14 s]
Raw data (loadavg): 1.00 1.00 0.94 2/64 31983
Raw data (stat): 31157 (java) R 31156 10614 10613 0 -1 0 18092 6 1 0 107678 93 29 17 25 0 11 0 547931146 870723584 33252 4294967295 134512640 134569956 3221224400 3221214672 1131146863 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 212579 33252 13073 16 0 212563 0
vsize: 850316
[startup+1110.14 s]
Raw data (loadavg): 1.00 1.00 0.94 2/64 31987
Raw data (stat): 31157 (java) R 31156 10614 10613 0 -1 0 18092 6 1 0 108659 94 29 17 24 0 11 0 547931146 870723584 33349 4294967295 134512640 134569956 3221224400 3221214760 1131295033 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 212579 33349 13073 16 0 212563 0
vsize: 850316
[startup+1120.14 s]
Raw data (loadavg): 1.00 1.00 0.94 2/64 31991
Raw data (stat): 31157 (java) R 31156 10614 10613 0 -1 0 18092 6 1 0 109641 94 30 17 25 0 11 0 547931146 870723584 33433 4294967295 134512640 134569956 3221224400 3221214760 1131287106 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 212579 33433 13073 16 0 212563 0
vsize: 850316
[startup+1130.14 s]
Raw data (loadavg): 1.00 1.00 0.94 2/64 31995
Raw data (stat): 31157 (java) R 31156 10614 10613 0 -1 0 18092 6 1 0 110622 94 30 17 25 0 11 0 547931146 870723584 33532 4294967295 134512640 134569956 3221224400 3221214760 1131283699 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 212579 33532 13073 16 0 212563 0
vsize: 850316
[startup+1140.14 s]
Raw data (loadavg): 1.00 1.00 0.94 2/64 31998
Raw data (stat): 31157 (java) R 31156 10614 10613 0 -1 0 18092 6 1 0 111603 95 30 17 25 0 11 0 547931146 870723584 33615 4294967295 134512640 134569956 3221224400 3221214760 1131285700 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 212579 33615 13073 16 0 212563 0
vsize: 850316
[startup+1150.14 s]
Raw data (loadavg): 1.00 1.00 0.94 2/64 32002
Raw data (stat): 31157 (java) R 31156 10614 10613 0 -1 0 18092 6 1 0 112583 95 30 17 25 0 11 0 547931146 870723584 33713 4294967295 134512640 134569956 3221224400 3221214760 1131287178 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 212579 33713 13073 16 0 212563 0
vsize: 850316
[startup+1160.14 s]
Raw data (loadavg): 1.00 1.00 0.94 2/64 32005
Raw data (stat): 31157 (java) R 31156 10614 10613 0 -1 0 18092 6 1 0 113564 95 30 17 24 0 11 0 547931146 870723584 33817 4294967295 134512640 134569956 3221224400 3221214760 1131293070 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 212579 33817 13073 16 0 212563 0
vsize: 850316
[startup+1170.14 s]
Raw data (loadavg): 1.00 1.00 0.94 2/64 32009
Raw data (stat): 31157 (java) R 31156 10614 10613 0 -1 0 18092 6 1 0 114546 96 30 17 25 0 11 0 547931146 870723584 33899 4294967295 134512640 134569956 3221224400 3221214760 1131284744 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 212579 33899 13073 16 0 212563 0
vsize: 850316
[startup+1180.15 s]
Raw data (loadavg): 1.00 1.00 0.94 2/64 32013
Raw data (stat): 31157 (java) R 31156 10614 10613 0 -1 0 18092 6 1 0 115527 96 31 17 25 0 11 0 547931146 870723584 33999 4294967295 134512640 134569956 3221224400 3221214760 1131292359 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 212579 33999 13073 16 0 212563 0
vsize: 850316
[startup+1190.15 s]
Raw data (loadavg): 1.00 1.00 0.94 2/64 32016
Raw data (stat): 31157 (java) R 31156 10614 10613 0 -1 0 18092 6 1 0 116507 97 31 17 25 0 11 0 547931146 870723584 34096 4294967295 134512640 134569956 3221224400 3221214760 1131294949 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 212579 34096 13073 16 0 212563 0
vsize: 850316
[startup+1200.15 s]
Raw data (loadavg): 1.00 1.00 0.94 2/64 32020
Raw data (stat): 31157 (java) R 31156 10614 10613 0 -1 0 18092 6 1 0 117488 97 31 17 25 0 11 0 547931146 870723584 34193 4294967295 134512640 134569956 3221224400 3221214760 1131287968 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 212579 34193 13073 16 0 212563 0
vsize: 850316
[startup+1210.15 s]
Raw data (loadavg): 1.00 1.00 0.94 2/64 32024
Raw data (stat): 31157 (java) R 31156 10614 10613 0 -1 0 18092 6 1 0 118469 97 31 17 24 0 11 0 547931146 870723584 34279 4294967295 134512640 134569956 3221224400 3221214672 1131146407 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 212579 34279 13073 16 0 212563 0
vsize: 850316
[startup+1220.15 s]
Raw data (loadavg): 1.00 1.00 0.94 2/64 32028
Raw data (stat): 31157 (java) R 31156 10614 10613 0 -1 0 18092 6 1 0 119452 98 32 17 25 0 11 0 547931146 870723584 34362 4294967295 134512640 134569956 3221224400 3221214672 1131146410 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 212579 34362 13073 16 0 212563 0
vsize: 850316
[startup+1230.15 s]
Raw data (loadavg): 1.00 1.00 0.94 2/64 32031
Raw data (stat): 31157 (java) R 31156 10614 10613 0 -1 0 18092 6 1 0 120432 98 32 17 25 0 11 0 547931146 870723584 34449 4294967295 134512640 134569956 3221224400 3221214760 1131292262 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 212579 34449 13073 16 0 212563 0
vsize: 850316
Maximum CPU time exceeded: sending SIGTERM and SIGKILL
[startup+1230.23 s]
Raw data (loadavg): 1.00 1.00 0.94 1/54 32033
Raw data (stat): 31157 (java) Z 31156 10614 10613 0 -1 1036 18092 15939 1 0 120434 98 2694 68 25 0 1 0 547931146 0 0 4294967295 0 0 0 0 0 0 4 3 23756 3222412051 0 0 17 0 0 0
Raw data (statm): 0 0 0 0 0 0 0
vsize: 0
Maximum CPU time exceeded: sending SIGTERM and SIGKILL

Child status: 143
Real time (s): 1230.23
CPU time (s): 1232.96
CPU user time (s): 1231.29
CPU system time (s): 1.66975
CPU usage (%): 100.222
Max. virtual memory (Kb): 853132
#### END WATCHER DATA ####
#### BEGIN VERIFIER DATA ####
ERROR: no interpretation found !
#### END VERIFIER DATA ####