Trace number 2693656

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 into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. 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.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. 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 X seconds (see the parameters in the trace). 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 X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    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.
  5. 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 provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SCIPnone SCIP 1.2.1.2 without any LP solverOPTIMUM 448.03 448.021

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/web/uclid_pb_benchmarks/
normalized-44s.smv--soft-33-100-0.wbo
MD5SUM3545a507d8022035a27eeba1d33d0d09
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark0.011997
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables495
Total number of constraints940
Number of soft constraints612
Number of constraints which are clauses800
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints140
Minimum length of a constraint1
Maximum length of a constraint13
Top cost 31247
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 31246
Biggest number in a constraint 68
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 257
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.00	c SCIP version 1.2.1.2 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: NONE] [Expressions interpreter: NONE]
0.00/0.00	c Copyright (c) 2002-2010 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-2693656-1277914362.wbo>
0.00/0.01	c original problem has 1719 variables (1107 bin, 0 int, 0 impl, 612 cont) and 1553 constraints
0.00/0.01	c problem read
0.00/0.01	c presolving settings loaded
0.00/0.01	c [src/scip/lpi_none.c:41] ERROR: there is no LP solver linked to the binary (LPS=none); you should set the parameter <lp/solvefreq> to <-1> to avoid solving LPs
0.00/0.02	c presolving:
0.00/0.02	c (round 1) 9 del vars, 4 del conss, 0 chg bounds, 70 chg sides, 140 chg coeffs, 0 upgd conss, 1260 impls, 0 clqs
0.00/0.02	c (round 2) 10 del vars, 20 del conss, 0 chg bounds, 70 chg sides, 140 chg coeffs, 0 upgd conss, 1260 impls, 0 clqs
0.00/0.03	c (round 3) 12 del vars, 21 del conss, 610 chg bounds, 70 chg sides, 140 chg coeffs, 0 upgd conss, 1260 impls, 0 clqs
0.00/0.04	c (round 4) 13 del vars, 21 del conss, 610 chg bounds, 70 chg sides, 140 chg coeffs, 313 upgd conss, 1260 impls, 0 clqs
0.04/0.06	c    (0.0s) probing: 101/1096 (9.2%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.04/0.06	c    (0.0s) probing aborted: 100/100 successive totally useless probings
0.04/0.06	c presolving (5 rounds):
0.04/0.06	c  13 deleted vars, 21 deleted constraints, 610 tightened bounds, 0 added holes, 70 changed sides, 140 changed coefficients
0.04/0.06	c  1261 implications, 0 cliques
0.04/0.06	c presolved problem has 1706 variables (1096 bin, 0 int, 0 impl, 610 cont) and 1532 constraints
0.04/0.06	c     610 constraints of type <indicator>
0.04/0.06	c       1 constraints of type <varbound>
0.04/0.06	c      51 constraints of type <knapsack>
0.04/0.06	c     609 constraints of type <linear>
0.04/0.06	c     261 constraints of type <logicor>
0.04/0.06	c transformed objective value is always integral (scale: 1)
0.04/0.06	c Presolving Time: 0.04
0.04/0.06	c - non default parameters ----------------------------------------------------------------------
0.04/0.06	c # SCIP version 1.2.1.2
0.04/0.06	c 
0.04/0.06	c # frequency for displaying node information lines
0.04/0.06	c # [type: int, range: [-1,2147483647], default: 100]
0.04/0.06	c display/freq = 10000
0.04/0.06	c 
0.04/0.06	c # maximal time in seconds to run
0.04/0.06	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.04/0.06	c limits/time = 1799.99
0.04/0.06	c 
0.04/0.06	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.04/0.06	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.04/0.06	c limits/memory = 3420
0.04/0.06	c 
0.04/0.06	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
0.04/0.06	c # [type: int, range: [-1,2147483647], default: 1]
0.04/0.06	c lp/solvefreq = -1
0.04/0.06	c 
0.04/0.06	c # should presolving try to simplify inequalities
0.04/0.06	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.04/0.06	c constraints/linear/simplifyinequalities = TRUE
0.04/0.06	c 
0.04/0.06	c # should presolving try to simplify knapsacks
0.04/0.06	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.04/0.06	c constraints/knapsack/simplifyinequalities = TRUE
0.04/0.06	c 
0.04/0.06	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.04/0.06	c # [type: int, range: [-1,2147483647], default: -1]
0.04/0.06	c separating/rapidlearning/freq = 0
0.04/0.06	c 
0.04/0.06	c -----------------------------------------------------------------------------------------------
0.04/0.06	c start solving
0.04/0.06	c 
0.04/0.06	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.04/0.06	c   0.0s|     1 |     2 |     0 |     - |5392k|   0 |   - |1706 |1532 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
2.29/2.30	c   2.2s| 10000 | 10001 |     0 |   0.0 |9853k|  89 |   - |1706 |1532 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
4.39/4.42	c   4.2s| 20000 | 20001 |     0 |   0.0 |  14M|  89 |   - |1706 |1532 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
6.39/6.48	c   6.2s| 30000 | 30001 |     0 |   0.0 |  18M| 139 |   - |1706 |1532 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
8.29/8.34	c   7.9s| 40000 | 40001 |     0 |   0.0 |  22M| 445 |   - |1706 |1532 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
9.99/10.06	c   9.6s| 50000 | 50001 |     0 |   0.0 |  26M| 445 |   - |1706 |1532 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
11.69/11.79	c  11.2s| 60000 | 60001 |     0 |   0.0 |  30M| 445 |   - |1706 |1532 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
13.49/13.51	c  12.9s| 70000 | 70001 |     0 |   0.0 |  34M| 445 |   - |1706 |1532 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
15.19/15.21	c  14.5s| 80000 | 80001 |     0 |   0.0 |  38M| 445 |   - |1706 |1532 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
16.89/16.92	c  16.2s| 90000 | 90001 |     0 |   0.0 |  41M| 445 |   - |1706 |1532 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
18.59/18.64	c  17.8s|100000 |100001 |     0 |   0.0 |  45M| 445 |   - |1706 |1532 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
20.29/20.34	c  19.4s|110000 |110001 |     0 |   0.0 |  49M| 445 |   - |1706 |1532 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
22.00/22.05	c  21.1s|120000 |120001 |     0 |   0.0 |  53M| 445 |   - |1706 |1532 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
23.69/23.76	c  22.7s|130000 |130001 |     0 |   0.0 |  57M| 445 |   - |1706 |1532 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
25.39/25.47	c  24.3s|140000 |140001 |     0 |   0.0 |  61M| 445 |   - |1706 |1532 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
27.09/27.17	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
27.09/27.17	c  25.9s|150000 |150001 |     0 |   0.0 |  65M| 445 |   - |1706 |1532 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
28.79/28.88	c  27.6s|160000 |160001 |     0 |   0.0 |  69M| 445 |   - |1706 |1532 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
30.49/30.59	c  29.2s|170000 |170001 |     0 |   0.0 |  73M| 445 |   - |1706 |1532 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
32.19/32.28	c  30.8s|180000 |180001 |     0 |   0.0 |  77M| 445 |   - |1706 |1532 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
33.89/33.98	c  32.5s|190000 |190001 |     0 |   0.0 |  81M| 445 |   - |1706 |1532 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
35.59/35.68	c  34.1s|200000 |200001 |     0 |   0.0 |  85M| 445 |   - |1706 |1532 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
37.30/37.36	c  35.7s|210000 |210001 |     0 |   0.0 |  88M| 445 |   - |1706 |1532 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
38.99/39.06	c  37.3s|220000 |220001 |     0 |   0.0 |  92M| 445 |   - |1706 |1532 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
40.70/40.75	c  38.9s|230000 |230001 |     0 |   0.0 |  96M| 445 |   - |1706 |1532 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
42.39/42.44	c  40.5s|240000 |240001 |     0 |   0.0 | 100M| 445 |   - |1706 |1532 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
44.09/44.12	c  42.1s|250000 |250001 |     0 |   0.0 | 104M| 445 |   - |1706 |1532 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
45.69/45.79	c  43.7s|260000 |260001 |     0 |   0.0 | 108M| 445 |   - |1706 |1532 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
47.39/47.47	c  45.3s|270000 |270001 |     0 |   0.0 | 112M| 445 |   - |1706 |1532 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
49.09/49.13	c  46.9s|280000 |280001 |     0 |   0.0 | 116M| 445 |   - |1706 |1532 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
50.69/50.79	c  48.5s|290000 |290001 |     0 |   0.0 | 120M| 445 |   - |1706 |1532 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
52.39/52.44	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
52.39/52.44	c  50.1s|300000 |300001 |     0 |   0.0 | 124M| 445 |   - |1706 |1532 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
53.99/54.07	c  51.6s|310000 |310001 |     0 |   0.0 | 128M| 445 |   - |1706 |1532 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
55.69/55.70	c  53.2s|320000 |320001 |     0 |   0.0 | 131M| 445 |   - |1706 |1532 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
57.29/57.35	c  54.8s|330000 |330001 |     0 |   0.0 | 135M| 445 |   - |1706 |1532 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
58.99/59.00	c  56.3s|340000 |340001 |     0 |   0.0 | 139M| 445 |   - |1706 |1532 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
60.69/60.73	c  58.0s|350000 |350001 |     0 |   0.0 | 143M| 445 |   - |1706 |1532 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
62.39/62.44	c  59.6s|360000 |360001 |     0 |   0.0 | 147M| 445 |   - |1706 |1532 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
63.99/64.04	c  61.2s|370000 |369994 |     0 |   0.0 | 151M| 694 |   - |1706 |1556 |   0 |   0 |   0 |  24 |   0 | 0.000000e+00 |      --      |    Inf 
65.59/65.63	c  62.7s|380000 |379994 |     0 |   0.0 | 155M| 694 |   - |1706 |1556 |   0 |   0 |   0 |  24 |   0 | 0.000000e+00 |      --      |    Inf 
67.20/67.20	c  64.2s|390000 |389994 |     0 |   0.0 | 159M| 694 |   - |1706 |1555 |   0 |   0 |   0 |  24 |   0 | 0.000000e+00 |      --      |    Inf 
68.69/68.78	c  65.7s|400000 |399994 |     0 |   0.0 | 163M| 694 |   - |1706 |1546 |   0 |   0 |   0 |  24 |   0 | 0.000000e+00 |      --      |    Inf 
70.30/70.36	c  67.2s|410000 |409994 |     0 |   0.0 | 167M| 694 |   - |1706 |1544 |   0 |   0 |   0 |  24 |   0 | 0.000000e+00 |      --      |    Inf 
71.89/71.94	c  68.7s|420000 |419994 |     0 |   0.0 | 171M| 694 |   - |1706 |1542 |   0 |   0 |   0 |  24 |   0 | 0.000000e+00 |      --      |    Inf 
73.49/73.53	c  70.2s|430000 |429994 |     0 |   0.0 | 175M| 694 |   - |1706 |1542 |   0 |   0 |   0 |  24 |   0 | 0.000000e+00 |      --      |    Inf 
75.09/75.11	c  71.7s|440000 |439994 |     0 |   0.0 | 178M| 694 |   - |1706 |1542 |   0 |   0 |   0 |  24 |   0 | 0.000000e+00 |      --      |    Inf 
76.59/76.67	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
76.59/76.67	c  73.2s|450000 |449994 |     0 |   0.0 | 182M| 694 |   - |1706 |1541 |   0 |   0 |   0 |  24 |   0 | 0.000000e+00 |      --      |    Inf 
78.19/78.23	c  74.7s|460000 |459994 |     0 |   0.0 | 186M| 694 |   - |1706 |1541 |   0 |   0 |   0 |  24 |   0 | 0.000000e+00 |      --      |    Inf 
79.79/79.81	c  76.2s|470000 |469994 |     0 |   0.0 | 190M| 694 |   - |1706 |1541 |   0 |   0 |   0 |  24 |   0 | 0.000000e+00 |      --      |    Inf 
81.30/81.38	c  77.7s|480000 |479994 |     0 |   0.0 | 194M| 694 |   - |1706 |1541 |   0 |   0 |   0 |  24 |   0 | 0.000000e+00 |      --      |    Inf 
82.89/82.94	c  79.2s|490000 |489994 |     0 |   0.0 | 198M| 694 |   - |1706 |1540 |   0 |   0 |   0 |  24 |   0 | 0.000000e+00 |      --      |    Inf 
84.49/84.51	c  80.7s|500000 |499994 |     0 |   0.0 | 202M| 694 |   - |1706 |1540 |   0 |   0 |   0 |  24 |   0 | 0.000000e+00 |      --      |    Inf 
85.99/86.07	c  82.2s|510000 |509994 |     0 |   0.0 | 206M| 694 |   - |1706 |1540 |   0 |   0 |   0 |  24 |   0 | 0.000000e+00 |      --      |    Inf 
87.59/87.64	c  83.6s|520000 |519994 |     0 |   0.0 | 210M| 694 |   - |1706 |1540 |   0 |   0 |   0 |  24 |   0 | 0.000000e+00 |      --      |    Inf 
89.19/89.20	c  85.1s|530000 |529994 |     0 |   0.0 | 213M| 694 |   - |1706 |1539 |   0 |   0 |   0 |  24 |   0 | 0.000000e+00 |      --      |    Inf 
90.70/90.76	c  86.6s|540000 |539994 |     0 |   0.0 | 217M| 694 |   - |1706 |1539 |   0 |   0 |   0 |  24 |   0 | 0.000000e+00 |      --      |    Inf 
92.30/92.31	c  88.1s|550000 |549994 |     0 |   0.0 | 221M| 694 |   - |1706 |1539 |   0 |   0 |   0 |  24 |   0 | 0.000000e+00 |      --      |    Inf 
93.79/93.87	c  89.6s|560000 |559990 |     0 |   0.0 | 225M| 694 |   - |1706 |1543 |   0 |   0 |   0 |  28 |   0 | 0.000000e+00 |      --      |    Inf 
95.39/95.43	c  91.1s|570000 |569985 |     0 |   0.0 | 229M| 694 |   - |1706 |1552 |   0 |   0 |   0 |  37 |   0 | 0.000000e+00 |      --      |    Inf 
96.89/96.99	c  92.5s|580000 |579985 |     0 |   0.0 | 233M| 694 |   - |1706 |1551 |   0 |   0 |   0 |  37 |   0 | 0.000000e+00 |      --      |    Inf 
98.49/98.55	c  94.0s|590000 |589985 |     0 |   0.0 | 237M| 694 |   - |1706 |1546 |   0 |   0 |   0 |  37 |   0 | 0.000000e+00 |      --      |    Inf 
99.99/100.10	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
99.99/100.10	c  95.5s|600000 |599985 |     0 |   0.0 | 241M| 694 |   - |1706 |1541 |   0 |   0 |   0 |  37 |   0 | 0.000000e+00 |      --      |    Inf 
101.59/101.66	c  97.0s|610000 |609985 |     0 |   0.0 | 245M| 694 |   - |1706 |1541 |   0 |   0 |   0 |  37 |   0 | 0.000000e+00 |      --      |    Inf 
103.19/103.22	c  98.5s|620000 |619985 |     0 |   0.0 | 249M| 694 |   - |1706 |1540 |   0 |   0 |   0 |  37 |   0 | 0.000000e+00 |      --      |    Inf 
104.70/104.77	c   100s|630000 |629985 |     0 |   0.0 | 252M| 694 |   - |1706 |1539 |   0 |   0 |   0 |  37 |   0 | 0.000000e+00 |      --      |    Inf 
106.30/106.33	c   101s|640000 |639985 |     0 |   0.0 | 256M| 694 |   - |1706 |1539 |   0 |   0 |   0 |  37 |   0 | 0.000000e+00 |      --      |    Inf 
107.80/107.88	c   103s|650000 |649985 |     0 |   0.0 | 260M| 694 |   - |1706 |1539 |   0 |   0 |   0 |  37 |   0 | 0.000000e+00 |      --      |    Inf 
109.40/109.44	c   104s|660000 |659985 |     0 |   0.0 | 264M| 694 |   - |1706 |1539 |   0 |   0 |   0 |  37 |   0 | 0.000000e+00 |      --      |    Inf 
110.89/110.99	c   106s|670000 |669985 |     0 |   0.0 | 268M| 694 |   - |1706 |1539 |   0 |   0 |   0 |  37 |   0 | 0.000000e+00 |      --      |    Inf 
112.50/112.54	c   107s|680000 |679985 |     0 |   0.0 | 272M| 694 |   - |1706 |1538 |   0 |   0 |   0 |  37 |   0 | 0.000000e+00 |      --      |    Inf 
113.99/114.09	c   109s|690000 |689985 |     0 |   0.0 | 276M| 694 |   - |1706 |1538 |   0 |   0 |   0 |  37 |   0 | 0.000000e+00 |      --      |    Inf 
115.60/115.64	c   110s|700000 |699983 |     0 |   0.0 | 280M| 694 |   - |1706 |1541 |   0 |   0 |   0 |  40 |   0 | 0.000000e+00 |      --      |    Inf 
117.19/117.21	c   112s|710000 |709983 |     0 |   0.0 | 284M| 694 |   - |1706 |1541 |   0 |   0 |   0 |  40 |   0 | 0.000000e+00 |      --      |    Inf 
118.69/118.77	c   113s|720000 |719983 |     0 |   0.0 | 287M| 694 |   - |1706 |1540 |   0 |   0 |   0 |  40 |   0 | 0.000000e+00 |      --      |    Inf 
120.29/120.32	c   115s|730000 |729983 |     0 |   0.0 | 291M| 694 |   - |1706 |1538 |   0 |   0 |   0 |  40 |   0 | 0.000000e+00 |      --      |    Inf 
121.79/121.88	c   116s|740000 |739983 |     0 |   0.0 | 295M| 694 |   - |1706 |1537 |   0 |   0 |   0 |  40 |   0 | 0.000000e+00 |      --      |    Inf 
123.40/123.44	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
123.40/123.44	c   118s|750000 |749983 |     0 |   0.0 | 299M| 694 |   - |1706 |1536 |   0 |   0 |   0 |  40 |   0 | 0.000000e+00 |      --      |    Inf 
124.89/124.98	c   119s|760000 |759983 |     0 |   0.0 | 303M| 694 |   - |1706 |1536 |   0 |   0 |   0 |  40 |   0 | 0.000000e+00 |      --      |    Inf 
126.50/126.52	c   121s|770000 |769983 |     0 |   0.0 | 307M| 694 |   - |1706 |1536 |   0 |   0 |   0 |  40 |   0 | 0.000000e+00 |      --      |    Inf 
128.00/128.07	c   122s|780000 |779983 |     0 |   0.0 | 311M| 694 |   - |1706 |1536 |   0 |   0 |   0 |  40 |   0 | 0.000000e+00 |      --      |    Inf 
129.59/129.62	c   124s|790000 |789983 |     0 |   0.0 | 315M| 694 |   - |1706 |1536 |   0 |   0 |   0 |  40 |   0 | 0.000000e+00 |      --      |    Inf 
131.09/131.17	c   125s|800000 |799983 |     0 |   0.0 | 319M| 694 |   - |1706 |1536 |   0 |   0 |   0 |  40 |   0 | 0.000000e+00 |      --      |    Inf 
132.69/132.71	c   127s|810000 |809983 |     0 |   0.0 | 323M| 694 |   - |1706 |1536 |   0 |   0 |   0 |  40 |   0 | 0.000000e+00 |      --      |    Inf 
134.20/134.25	c   128s|820000 |819983 |     0 |   0.0 | 326M| 694 |   - |1706 |1536 |   0 |   0 |   0 |  40 |   0 | 0.000000e+00 |      --      |    Inf 
135.79/135.80	c   130s|830000 |829983 |     0 |   0.0 | 330M| 694 |   - |1706 |1536 |   0 |   0 |   0 |  40 |   0 | 0.000000e+00 |      --      |    Inf 
137.29/137.34	c   131s|840000 |839983 |     0 |   0.0 | 334M| 694 |   - |1706 |1536 |   0 |   0 |   0 |  40 |   0 | 0.000000e+00 |      --      |    Inf 
138.79/138.88	c   132s|850000 |849983 |     0 |   0.0 | 338M| 694 |   - |1706 |1536 |   0 |   0 |   0 |  40 |   0 | 0.000000e+00 |      --      |    Inf 
140.39/140.42	c   134s|860000 |859983 |     0 |   0.0 | 342M| 694 |   - |1706 |1536 |   0 |   0 |   0 |  40 |   0 | 0.000000e+00 |      --      |    Inf 
141.90/141.96	c   135s|870000 |869983 |     0 |   0.0 | 346M| 694 |   - |1706 |1536 |   0 |   0 |   0 |  40 |   0 | 0.000000e+00 |      --      |    Inf 
143.49/143.51	c   137s|880000 |879983 |     0 |   0.0 | 350M| 694 |   - |1706 |1536 |   0 |   0 |   0 |  40 |   0 | 0.000000e+00 |      --      |    Inf 
144.99/145.04	c   138s|890000 |889983 |     0 |   0.0 | 354M| 694 |   - |1706 |1536 |   0 |   0 |   0 |  40 |   0 | 0.000000e+00 |      --      |    Inf 
146.49/146.59	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
146.49/146.59	c   140s|900000 |899983 |     0 |   0.0 | 358M| 694 |   - |1706 |1536 |   0 |   0 |   0 |  40 |   0 | 0.000000e+00 |      --      |    Inf 
148.10/148.13	c   141s|910000 |909983 |     0 |   0.0 | 361M| 694 |   - |1706 |1536 |   0 |   0 |   0 |  40 |   0 | 0.000000e+00 |      --      |    Inf 
149.60/149.66	c   143s|920000 |919983 |     0 |   0.0 | 365M| 694 |   - |1706 |1536 |   0 |   0 |   0 |  40 |   0 | 0.000000e+00 |      --      |    Inf 
151.09/151.19	c   144s|930000 |929983 |     0 |   0.0 | 369M| 694 |   - |1706 |1536 |   0 |   0 |   0 |  40 |   0 | 0.000000e+00 |      --      |    Inf 
152.69/152.73	c   146s|940000 |939983 |     0 |   0.0 | 373M| 694 |   - |1706 |1536 |   0 |   0 |   0 |  40 |   0 | 0.000000e+00 |      --      |    Inf 
154.19/154.28	c   147s|950000 |949983 |     0 |   0.0 | 377M| 694 |   - |1706 |1536 |   0 |   0 |   0 |  40 |   0 | 0.000000e+00 |      --      |    Inf 
155.79/155.82	c   149s|960000 |959983 |     0 |   0.0 | 381M| 694 |   - |1706 |1536 |   0 |   0 |   0 |  40 |   0 | 0.000000e+00 |      --      |    Inf 
157.30/157.34	c   150s|970000 |969983 |     0 |   0.0 | 385M| 694 |   - |1706 |1536 |   0 |   0 |   0 |  40 |   0 | 0.000000e+00 |      --      |    Inf 
158.79/158.86	c   151s|980000 |979983 |     0 |   0.0 | 389M| 694 |   - |1706 |1536 |   0 |   0 |   0 |  40 |   0 | 0.000000e+00 |      --      |    Inf 
160.29/160.34	c   153s|990000 |989983 |     0 |   0.0 | 392M| 694 |   - |1706 |1536 |   0 |   0 |   0 |  40 |   0 | 0.000000e+00 |      --      |    Inf 
161.80/161.83	c   154s|  1000k|999983 |     0 |   0.0 | 396M| 694 |   - |1706 |1535 |   0 |   0 |   0 |  40 |   0 | 0.000000e+00 |      --      |    Inf 
163.20/163.29	c   156s|  1010k|  1009k|     0 |   0.0 | 400M| 694 |   - |1706 |1535 |   0 |   0 |   0 |  40 |   0 | 0.000000e+00 |      --      |    Inf 
164.80/164.81	c   157s|  1020k|  1019k|     0 |   0.0 | 404M| 694 |   - |1706 |1534 |   0 |   0 |   0 |  40 |   0 | 0.000000e+00 |      --      |    Inf 
166.39/166.42	c   159s|  1030k|  1029k|     0 |   0.0 | 408M| 694 |   - |1706 |1534 |   0 |   0 |   0 |  40 |   0 | 0.000000e+00 |      --      |    Inf 
167.99/168.01	c   160s|  1040k|  1039k|     0 |   0.0 | 412M| 694 |   - |1706 |1534 |   0 |   0 |   0 |  40 |   0 | 0.000000e+00 |      --      |    Inf 
169.60/169.61	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
169.60/169.61	c   162s|  1050k|  1049k|     0 |   0.0 | 416M| 694 |   - |1706 |1537 |   0 |   0 |   0 |  43 |   0 | 0.000000e+00 |      --      |    Inf 
171.19/171.20	c   163s|  1060k|  1059k|     0 |   0.0 | 420M| 694 |   - |1706 |1537 |   0 |   0 |   0 |  43 |   0 | 0.000000e+00 |      --      |    Inf 
172.70/172.77	c   165s|  1070k|  1069k|     0 |   0.0 | 424M| 694 |   - |1706 |1537 |   0 |   0 |   0 |  43 |   0 | 0.000000e+00 |      --      |    Inf 
174.29/174.34	c   166s|  1080k|  1079k|     0 |   0.0 | 427M| 694 |   - |1706 |1537 |   0 |   0 |   0 |  43 |   0 | 0.000000e+00 |      --      |    Inf 
175.79/175.88	c   168s|  1090k|  1089k|     0 |   0.0 | 431M| 694 |   - |1706 |1537 |   0 |   0 |   0 |  43 |   0 | 0.000000e+00 |      --      |    Inf 
177.39/177.45	c   169s|  1100k|  1099k|     0 |   0.0 | 435M| 694 |   - |1706 |1536 |   0 |   0 |   0 |  43 |   0 | 0.000000e+00 |      --      |    Inf 
179.00/179.00	c   171s|  1110k|  1109k|     0 |   0.0 | 439M| 694 |   - |1706 |1536 |   0 |   0 |   0 |  43 |   0 | 0.000000e+00 |      --      |    Inf 
180.50/180.56	c   172s|  1120k|  1119k|     0 |   0.0 | 443M| 694 |   - |1706 |1535 |   0 |   0 |   0 |  43 |   0 | 0.000000e+00 |      --      |    Inf 
182.09/182.13	c   174s|  1130k|  1129k|     0 |   0.0 | 447M| 694 |   - |1706 |1535 |   0 |   0 |   0 |  43 |   0 | 0.000000e+00 |      --      |    Inf 
183.60/183.70	c   175s|  1140k|  1139k|     0 |   0.0 | 451M| 694 |   - |1706 |1535 |   0 |   0 |   0 |  43 |   0 | 0.000000e+00 |      --      |    Inf 
185.20/185.25	c   177s|  1150k|  1149k|     0 |   0.0 | 454M| 694 |   - |1706 |1534 |   0 |   0 |   0 |  43 |   0 | 0.000000e+00 |      --      |    Inf 
186.80/186.82	c   178s|  1160k|  1159k|     0 |   0.0 | 458M| 694 |   - |1706 |1534 |   0 |   0 |   0 |  43 |   0 | 0.000000e+00 |      --      |    Inf 
188.30/188.37	c   180s|  1170k|  1169k|     0 |   0.0 | 462M| 694 |   - |1706 |1533 |   0 |   0 |   0 |  43 |   0 | 0.000000e+00 |      --      |    Inf 
189.90/189.94	c   181s|  1180k|  1179k|     0 |   0.0 | 466M| 694 |   - |1706 |1533 |   0 |   0 |   0 |  43 |   0 | 0.000000e+00 |      --      |    Inf 
191.40/191.49	c   183s|  1190k|  1189k|     0 |   0.0 | 470M| 694 |   - |1706 |1533 |   0 |   0 |   0 |  43 |   0 | 0.000000e+00 |      --      |    Inf 
192.99/193.06	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
192.99/193.06	c   184s|  1200k|  1199k|     0 |   0.0 | 474M| 694 |   - |1706 |1533 |   0 |   0 |   0 |  43 |   0 | 0.000000e+00 |      --      |    Inf 
194.60/194.62	c   186s|  1210k|  1209k|     0 |   0.0 | 478M| 694 |   - |1706 |1533 |   0 |   0 |   0 |  43 |   0 | 0.000000e+00 |      --      |    Inf 
196.10/196.17	c   187s|  1220k|  1219k|     0 |   0.0 | 482M| 694 |   - |1706 |1533 |   0 |   0 |   0 |  43 |   0 | 0.000000e+00 |      --      |    Inf 
197.70/197.71	c   189s|  1230k|  1229k|     0 |   0.0 | 485M| 694 |   - |1706 |1533 |   0 |   0 |   0 |  43 |   0 | 0.000000e+00 |      --      |    Inf 
199.20/199.24	c   190s|  1240k|  1239k|     0 |   0.0 | 489M| 694 |   - |1706 |1533 |   0 |   0 |   0 |  43 |   0 | 0.000000e+00 |      --      |    Inf 
200.69/200.78	c   191s|  1250k|  1249k|     0 |   0.0 | 493M| 694 |   - |1706 |1533 |   0 |   0 |   0 |  43 |   0 | 0.000000e+00 |      --      |    Inf 
202.30/202.30	c   193s|  1260k|  1259k|     0 |   0.0 | 497M| 694 |   - |1706 |1533 |   0 |   0 |   0 |  43 |   0 | 0.000000e+00 |      --      |    Inf 
203.80/203.82	c   194s|  1270k|  1269k|     0 |   0.0 | 501M| 694 |   - |1706 |1533 |   0 |   0 |   0 |  43 |   0 | 0.000000e+00 |      --      |    Inf 
205.30/205.35	c   196s|  1280k|  1279k|     0 |   0.0 | 505M| 694 |   - |1706 |1533 |   0 |   0 |   0 |  43 |   0 | 0.000000e+00 |      --      |    Inf 
206.81/206.88	c   197s|  1290k|  1289k|     0 |   0.0 | 509M| 694 |   - |1706 |1533 |   0 |   0 |   0 |  43 |   0 | 0.000000e+00 |      --      |    Inf 
208.39/208.41	c   199s|  1300k|  1299k|     0 |   0.0 | 512M| 694 |   - |1706 |1533 |   0 |   0 |   0 |  43 |   0 | 0.000000e+00 |      --      |    Inf 
209.90/209.92	c   200s|  1310k|  1309k|     0 |   0.0 | 516M| 694 |   - |1706 |1533 |   0 |   0 |   0 |  43 |   0 | 0.000000e+00 |      --      |    Inf 
211.39/211.44	c   202s|  1320k|  1319k|     0 |   0.0 | 520M| 694 |   - |1706 |1533 |   0 |   0 |   0 |  43 |   0 | 0.000000e+00 |      --      |    Inf 
212.89/212.96	c   203s|  1330k|  1329k|     0 |   0.0 | 524M| 694 |   - |1706 |1533 |   0 |   0 |   0 |  43 |   0 | 0.000000e+00 |      --      |    Inf 
214.40/214.48	c   204s|  1340k|  1339k|     0 |   0.0 | 528M| 694 |   - |1706 |1533 |   0 |   0 |   0 |  43 |   0 | 0.000000e+00 |      --      |    Inf 
215.99/216.00	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
215.99/216.00	c   206s|  1350k|  1349k|     0 |   0.0 | 532M| 694 |   - |1706 |1533 |   0 |   0 |   0 |  43 |   0 | 0.000000e+00 |      --      |    Inf 
217.49/217.54	c   207s|  1360k|  1359k|     0 |   0.0 | 536M| 694 |   - |1706 |1533 |   0 |   0 |   0 |  43 |   0 | 0.000000e+00 |      --      |    Inf 
218.99/219.05	c   209s|  1370k|  1369k|     0 |   0.0 | 539M| 694 |   - |1706 |1533 |   0 |   0 |   0 |  43 |   0 | 0.000000e+00 |      --      |    Inf 
220.50/220.59	c   210s|  1380k|  1379k|     0 |   0.0 | 543M| 694 |   - |1706 |1533 |   0 |   0 |   0 |  43 |   0 | 0.000000e+00 |      --      |    Inf 
222.00/222.09	c   212s|  1390k|  1389k|     0 |   0.0 | 547M| 694 |   - |1706 |1533 |   0 |   0 |   0 |  43 |   0 | 0.000000e+00 |      --      |    Inf 
223.49/223.57	c   213s|  1400k|  1399k|     0 |   0.0 | 551M| 694 |   - |1706 |1533 |   0 |   0 |   0 |  43 |   0 | 0.000000e+00 |      --      |    Inf 
225.79/225.85	o 182
225.79/225.85	c * 215s|  1409k|222638 |     0 |   0.0 | 123M| 725 |   - |1706 |1568 |   0 |   0 |   0 |  78 |   0 | 0.000000e+00 | 1.820000e+02 |    Inf 
225.90/225.96	c   215s|  1410k|223173 |     0 |   0.0 | 124M| 725 |   - |1706 |1610 |   0 |   0 |   0 | 120 |   0 | 0.000000e+00 | 1.820000e+02 |    Inf 
227.70/227.74	c   217s|  1420k|232990 |     0 |   0.0 | 130M| 725 |   - |1706 |1932 |   0 |   0 |   0 | 469 |   0 | 0.000000e+00 | 1.820000e+02 |    Inf 
229.60/229.64	c   219s|  1430k|242668 |     0 |   0.0 | 142M| 725 |   - |1706 |2080 |   0 |   0 |   0 |1066 |   0 | 0.000000e+00 | 1.820000e+02 |    Inf 
231.39/231.48	c   221s|  1440k|252420 |     0 |   0.0 | 154M| 725 |   - |1706 |2050 |   0 |   0 |   0 |1489 |   0 | 0.000000e+00 | 1.820000e+02 |    Inf 
233.29/233.36	c   222s|  1450k|262158 |     0 |   0.0 | 167M| 725 |   - |1706 |2161 |   0 |   0 |   0 |2037 |   0 | 0.000000e+00 | 1.820000e+02 |    Inf 
235.30/235.31	c   224s|  1460k|271911 |     0 |   0.0 | 178M| 725 |   - |1706 |2070 |   0 |   0 |   0 |2421 |   0 | 0.000000e+00 | 1.820000e+02 |    Inf 
237.19/237.29	c   226s|  1470k|281619 |     0 |   0.0 | 189M| 725 |   - |1706 |2337 |   0 |   0 |   0 |3015 |   0 | 0.000000e+00 | 1.820000e+02 |    Inf 
239.19/239.29	c   228s|  1480k|291366 |     0 |   0.0 | 200M| 725 |   - |1706 |2187 |   0 |   0 |   0 |3428 |   0 | 0.000000e+00 | 1.820000e+02 |    Inf 
241.20/241.25	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
241.20/241.25	c   230s|  1490k|301118 |     0 |   0.0 | 212M| 725 |   - |1706 |2322 |   0 |   0 |   0 |3941 |   0 | 0.000000e+00 | 1.820000e+02 |    Inf 
242.00/242.03	o 181
242.00/242.03	c * 231s|  1493k|297407 |     0 |   0.0 | 212M| 725 |   - |1706 |2564 |   0 |   0 |   0 |4409 |   0 | 0.000000e+00 | 1.810000e+02 |    Inf 
243.40/243.40	c   232s|  1500k|303346 |     0 |   0.0 | 220M| 725 |   - |1706 |2628 |   0 |   0 |   0 |5218 |   0 | 0.000000e+00 | 1.810000e+02 |    Inf 
243.40/243.42	o 180
243.40/243.42	c * 232s|  1500k|295493 |     0 |   0.0 | 214M| 725 |   - |1706 |2636 |   0 |   0 |   0 |5226 |   0 | 0.000000e+00 | 1.800000e+02 |    Inf 
245.31/245.39	c   234s|  1510k|305093 |     0 |   0.0 | 226M| 725 |   - |1706 |2484 |   0 |   0 |   0 |5880 |   0 | 0.000000e+00 | 1.800000e+02 |    Inf 
247.40/247.46	c   236s|  1520k|314805 |     0 |   0.0 | 238M| 725 |   - |1706 |2388 |   0 |   0 |   0 |6469 |   0 | 0.000000e+00 | 1.800000e+02 |    Inf 
249.40/249.49	c   238s|  1530k|324451 |     0 |   0.0 | 249M| 725 |   - |1706 |2403 |   0 |   0 |   0 |7134 |   0 | 0.000000e+00 | 1.800000e+02 |    Inf 
250.70/250.80	o 179
250.70/250.80	c * 239s|  1536k|323118 |     0 |   0.0 | 251M| 725 |   - |1706 |2466 |   0 |   0 |   0 |7600 |   0 | 0.000000e+00 | 1.790000e+02 |    Inf 
251.50/251.51	c   240s|  1540k|326565 |     0 |   0.0 | 256M| 725 |   - |1706 |2528 |   0 |   0 |   0 |7864 |   0 | 0.000000e+00 | 1.790000e+02 |    Inf 
253.40/253.48	c   242s|  1550k|336319 |     0 |   0.0 | 268M| 725 |   - |1706 |2358 |   0 |   0 |   0 |8396 |   0 | 0.000000e+00 | 1.790000e+02 |    Inf 
255.40/255.48	c   244s|  1560k|345915 |     0 |   0.0 | 280M| 725 |   - |1706 |2560 |   0 |   0 |   0 |9198 |   0 | 0.000000e+00 | 1.790000e+02 |    Inf 
257.50/257.53	c   246s|  1570k|355540 |     0 |   0.0 | 293M| 725 |   - |1706 |2483 |   0 |   0 |   0 |9950 |   0 | 0.000000e+00 | 1.790000e+02 |    Inf 
258.80/258.89	o 178
258.80/258.89	c * 247s|  1576k|353493 |     0 |   0.0 | 296M| 725 |   - |1706 |2441 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 | 1.780000e+02 |    Inf 
259.50/259.55	c   247s|  1580k|356638 |     0 |   0.0 | 300M| 725 |   - |1706 |2426 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 | 1.780000e+02 |    Inf 
261.49/261.54	c   249s|  1590k|366293 |     0 |   0.0 | 312M| 725 |   - |1706 |2490 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.780000e+02 |    Inf 
263.49/263.56	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
263.49/263.56	c   251s|  1600k|375914 |     0 |   0.0 | 324M| 725 |   - |1706 |2478 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.780000e+02 |    Inf 
265.50/265.54	c   253s|  1610k|385652 |     0 |   0.0 | 335M| 725 |   - |1706 |2431 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 | 1.780000e+02 |    Inf 
267.49/267.51	c   255s|  1620k|395362 |     0 |   0.0 | 347M| 725 |   - |1706 |2392 |   0 |   0 |   0 |  13k|   0 | 0.000000e+00 | 1.780000e+02 |    Inf 
269.40/269.50	c   257s|  1630k|405031 |     0 |   0.0 | 359M| 725 |   - |1706 |2355 |   0 |   0 |   0 |  13k|   0 | 0.000000e+00 | 1.780000e+02 |    Inf 
271.49/271.59	c   259s|  1640k|414641 |     0 |   0.0 | 370M| 725 |   - |1706 |2561 |   0 |   0 |   0 |  14k|   0 | 0.000000e+00 | 1.780000e+02 |    Inf 
273.49/273.56	c   261s|  1650k|424319 |     0 |   0.0 | 382M| 725 |   - |1706 |2564 |   0 |   0 |   0 |  15k|   0 | 0.000000e+00 | 1.780000e+02 |    Inf 
275.40/275.50	c   263s|  1660k|433987 |     0 |   0.0 | 395M| 725 |   - |1706 |2538 |   0 |   0 |   0 |  15k|   0 | 0.000000e+00 | 1.780000e+02 |    Inf 
277.40/277.41	c   264s|  1670k|443717 |     0 |   0.0 | 407M| 725 |   - |1706 |2443 |   0 |   0 |   0 |  16k|   0 | 0.000000e+00 | 1.780000e+02 |    Inf 
279.30/279.38	c   266s|  1680k|453407 |     0 |   0.0 | 420M| 725 |   - |1706 |2391 |   0 |   0 |   0 |  17k|   0 | 0.000000e+00 | 1.780000e+02 |    Inf 
281.40/281.41	c   268s|  1690k|462990 |     0 |   0.0 | 433M| 725 |   - |1706 |2560 |   0 |   0 |   0 |  17k|   0 | 0.000000e+00 | 1.780000e+02 |    Inf 
283.40/283.46	c   270s|  1700k|472538 |     0 |   0.0 | 445M| 725 |   - |1706 |2706 |   0 |   0 |   0 |  18k|   0 | 0.000000e+00 | 1.780000e+02 |    Inf 
285.39/285.43	c   272s|  1710k|482278 |     0 |   0.0 | 457M| 725 |   - |1706 |2450 |   0 |   0 |   0 |  19k|   0 | 0.000000e+00 | 1.780000e+02 |    Inf 
287.39/287.45	c   274s|  1720k|491976 |     0 |   0.0 | 469M| 725 |   - |1706 |2623 |   0 |   0 |   0 |  20k|   0 | 0.000000e+00 | 1.780000e+02 |    Inf 
289.30/289.38	c   276s|  1730k|501711 |     0 |   0.0 | 481M| 725 |   - |1706 |2489 |   0 |   0 |   0 |  20k|   0 | 0.000000e+00 | 1.780000e+02 |    Inf 
291.40/291.41	c   278s|  1740k|511411 |     0 |   0.0 | 494M| 725 |   - |1706 |2434 |   0 |   0 |   0 |  21k|   0 | 0.000000e+00 | 1.780000e+02 |    Inf 
293.40/293.44	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
293.40/293.44	c   280s|  1750k|521088 |     0 |   0.0 | 506M| 725 |   - |1706 |2463 |   0 |   0 |   0 |  22k|   0 | 0.000000e+00 | 1.780000e+02 |    Inf 
295.50/295.52	c   282s|  1760k|530628 |     0 |   0.0 | 519M| 725 |   - |1706 |2698 |   0 |   0 |   0 |  23k|   0 | 0.000000e+00 | 1.780000e+02 |    Inf 
297.50/297.52	c   284s|  1770k|540308 |     0 |   0.0 | 532M| 725 |   - |1706 |2596 |   0 |   0 |   0 |  23k|   0 | 0.000000e+00 | 1.780000e+02 |    Inf 
299.50/299.56	c   286s|  1780k|549964 |     0 |   0.0 | 544M| 725 |   - |1706 |2592 |   0 |   0 |   0 |  24k|   0 | 0.000000e+00 | 1.780000e+02 |    Inf 
301.40/301.47	c   287s|  1790k|559632 |     0 |   0.0 | 557M| 725 |   - |1706 |2538 |   0 |   0 |   0 |  25k|   0 | 0.000000e+00 | 1.780000e+02 |    Inf 
303.39/303.50	c   289s|  1800k|569221 |     0 |   0.0 | 570M| 725 |   - |1706 |2753 |   0 |   0 |   0 |  26k|   0 | 0.000000e+00 | 1.780000e+02 |    Inf 
305.39/305.48	c   291s|  1810k|578951 |     0 |   0.0 | 582M| 725 |   - |1706 |2549 |   0 |   0 |   0 |  26k|   0 | 0.000000e+00 | 1.780000e+02 |    Inf 
307.40/307.48	c   293s|  1820k|588564 |     0 |   0.0 | 595M| 725 |   - |1706 |2633 |   0 |   0 |   0 |  27k|   0 | 0.000000e+00 | 1.780000e+02 |    Inf 
309.39/309.48	c   295s|  1830k|598219 |     0 |   0.0 | 608M| 725 |   - |1706 |2514 |   0 |   0 |   0 |  28k|   0 | 0.000000e+00 | 1.780000e+02 |    Inf 
311.30/311.36	o 177
311.30/311.36	c * 297s|  1839k|580036 |     0 |   0.0 | 595M| 725 |   - |1706 |2469 |   0 |   0 |   0 |  28k|   0 | 0.000000e+00 | 1.770000e+02 |    Inf 
311.39/311.41	c   297s|  1840k|580233 |     0 |   0.0 | 596M| 725 |   - |1706 |2454 |   0 |   0 |   0 |  28k|   0 | 0.000000e+00 | 1.770000e+02 |    Inf 
313.30/313.36	c   299s|  1850k|589982 |     0 |   0.0 | 608M| 725 |   - |1706 |2353 |   0 |   0 |   0 |  29k|   0 | 0.000000e+00 | 1.770000e+02 |    Inf 
315.30/315.39	c   301s|  1860k|599602 |     0 |   0.0 | 621M| 725 |   - |1706 |2640 |   0 |   0 |   0 |  30k|   0 | 0.000000e+00 | 1.770000e+02 |    Inf 
317.29/317.37	c   302s|  1870k|609239 |     0 |   0.0 | 633M| 725 |   - |1706 |2715 |   0 |   0 |   0 |  31k|   0 | 0.000000e+00 | 1.770000e+02 |    Inf 
319.30/319.36	c   304s|  1880k|618804 |     0 |   0.0 | 646M| 725 |   - |1706 |2829 |   0 |   0 |   0 |  32k|   0 | 0.000000e+00 | 1.770000e+02 |    Inf 
321.30/321.35	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
321.30/321.35	c   306s|  1890k|628406 |     0 |   0.0 | 658M| 725 |   - |1706 |2725 |   0 |   0 |   0 |  33k|   0 | 0.000000e+00 | 1.770000e+02 |    Inf 
323.19/323.26	c   308s|  1900k|638096 |     0 |   0.0 | 671M| 725 |   - |1706 |2468 |   0 |   0 |   0 |  33k|   0 | 0.000000e+00 | 1.770000e+02 |    Inf 
324.69/324.75	o 176
324.69/324.75	c * 309s|  1907k|618472 |     0 |   0.0 | 661M| 725 |   - |1706 |2442 |   0 |   0 |   0 |  34k|   0 | 0.000000e+00 | 1.760000e+02 |    Inf 
325.10/325.18	c   310s|  1910k|620534 |     0 |   0.0 | 663M| 725 |   - |1706 |2439 |   0 |   0 |   0 |  34k|   0 | 0.000000e+00 | 1.760000e+02 |    Inf 
327.00/327.06	c   312s|  1920k|630209 |     0 |   0.0 | 676M| 725 |   - |1706 |2511 |   0 |   0 |   0 |  34k|   0 | 0.000000e+00 | 1.760000e+02 |    Inf 
329.10/329.11	c   314s|  1930k|639708 |     0 |   0.0 | 689M| 725 |   - |1706 |2804 |   0 |   0 |   0 |  36k|   0 | 0.000000e+00 | 1.760000e+02 |    Inf 
331.10/331.19	c   316s|  1940k|649139 |     0 |   0.0 | 702M| 725 |   - |1706 |3048 |   0 |   0 |   0 |  37k|   0 | 0.000000e+00 | 1.760000e+02 |    Inf 
331.80/331.89	o 175
331.80/331.89	c * 316s|  1943k|621892 |     0 |   0.0 | 678M| 725 |   - |1706 |2937 |   0 |   0 |   0 |  37k|   0 | 0.000000e+00 | 1.750000e+02 |    Inf 
331.89/331.96	o 174
331.89/331.96	c * 316s|  1943k|598492 |     0 |   0.0 | 656M| 725 |   - |1706 |2927 |   0 |   0 |   0 |  37k|   0 | 0.000000e+00 | 1.740000e+02 |    Inf 
332.00/332.08	o 170
332.00/332.08	c * 316s|  1943k|531034 |     0 |   0.0 | 591M| 725 |   - |1706 |2914 |   0 |   0 |   0 |  37k|   0 | 0.000000e+00 | 1.700000e+02 |    Inf 
332.11/332.20	o 169
332.11/332.20	c * 317s|  1943k|518573 |     0 |   0.0 | 579M| 725 |   - |1706 |2853 |   0 |   0 |   0 |  37k|   0 | 0.000000e+00 | 1.690000e+02 |    Inf 
332.20/332.28	o 167
332.20/332.28	c * 317s|  1943k|495563 |     0 |   0.0 | 550M| 725 |   - |1706 |2823 |   0 |   0 |   0 |  37k|   0 | 0.000000e+00 | 1.670000e+02 |    Inf 
333.50/333.51	c   318s|  1950k|501347 |     0 |   0.0 | 558M| 725 |   - |1706 |2594 |   0 |   0 |   0 |  38k|   0 | 0.000000e+00 | 1.670000e+02 |    Inf 
335.10/335.18	o 165
335.10/335.18	c * 319s|  1958k|489277 |     0 |   0.0 | 543M| 725 |   - |1706 |2506 |   0 |   0 |   0 |  38k|   0 | 0.000000e+00 | 1.650000e+02 |    Inf 
335.40/335.46	c   320s|  1960k|490655 |     0 |   0.0 | 545M| 725 |   - |1706 |2462 |   0 |   0 |   0 |  38k|   0 | 0.000000e+00 | 1.650000e+02 |    Inf 
337.39/337.44	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
337.39/337.44	c   322s|  1970k|500254 |     0 |   0.0 | 557M| 725 |   - |1706 |2650 |   0 |   0 |   0 |  39k|   0 | 0.000000e+00 | 1.650000e+02 |    Inf 
339.29/339.38	c   323s|  1980k|509791 |     0 |   0.0 | 570M| 725 |   - |1706 |2949 |   0 |   0 |   0 |  40k|   0 | 0.000000e+00 | 1.650000e+02 |    Inf 
341.39/341.42	c   325s|  1990k|519306 |     0 |   0.0 | 583M| 725 |   - |1706 |2667 |   0 |   0 |   0 |  41k|   0 | 0.000000e+00 | 1.650000e+02 |    Inf 
343.30/343.39	c   327s|  2000k|528927 |     0 |   0.0 | 596M| 725 |   - |1706 |2640 |   0 |   0 |   0 |  42k|   0 | 0.000000e+00 | 1.650000e+02 |    Inf 
345.31/345.34	c   329s|  2010k|538566 |     0 |   0.0 | 609M| 725 |   - |1706 |2663 |   0 |   0 |   0 |  43k|   0 | 0.000000e+00 | 1.650000e+02 |    Inf 
347.30/347.37	c   331s|  2020k|548121 |     0 |   0.0 | 621M| 725 |   - |1706 |2789 |   0 |   0 |   0 |  44k|   0 | 0.000000e+00 | 1.650000e+02 |    Inf 
349.40/349.44	c   333s|  2030k|557592 |     0 |   0.0 | 635M| 725 |   - |1706 |2951 |   0 |   0 |   0 |  45k|   0 | 0.000000e+00 | 1.650000e+02 |    Inf 
351.30/351.36	c   335s|  2040k|567267 |     0 |   0.0 | 647M| 725 |   - |1706 |2658 |   0 |   0 |   0 |  46k|   0 | 0.000000e+00 | 1.650000e+02 |    Inf 
351.50/351.59	o 163
351.50/351.59	c * 335s|  2040k|536672 |     0 |   0.0 | 616M| 725 |   - |1706 |2663 |   0 |   0 |   0 |  46k|   0 | 0.000000e+00 | 1.630000e+02 |    Inf 
353.30/353.33	c   337s|  2050k|545487 |     0 |   0.0 | 627M| 725 |   - |1706 |2624 |   0 |   0 |   0 |  46k|   0 | 0.000000e+00 | 1.630000e+02 |    Inf 
355.31/355.35	c   339s|  2060k|554989 |     0 |   0.0 | 640M| 725 |   - |1706 |2873 |   0 |   0 |   0 |  47k|   0 | 0.000000e+00 | 1.630000e+02 |    Inf 
355.40/355.47	o 162
355.40/355.47	c * 339s|  2060k|540915 |     0 |   0.0 | 625M| 725 |   - |1706 |2885 |   0 |   0 |   0 |  47k|   0 | 0.000000e+00 | 1.620000e+02 |    Inf 
357.40/357.46	c   341s|  2070k|549848 |     0 |   0.0 | 637M| 725 |   - |1706 |3112 |   0 |   0 |   0 |  49k|   0 | 0.000000e+00 | 1.620000e+02 |    Inf 
358.30/358.33	o 160
358.30/358.33	c * 341s|  2074k|526189 |     0 |   0.0 | 610M| 725 |   - |1706 |2838 |   0 |   0 |   0 |  49k|   0 | 0.000000e+00 | 1.600000e+02 |    Inf 
359.20/359.23	o 156
359.20/359.23	c * 342s|  2078k|483737 |     0 |   0.0 | 550M| 725 |   - |1706 |2805 |   0 |   0 |   0 |  49k|   0 | 0.000000e+00 | 1.560000e+02 |    Inf 
359.20/359.28	o 155
359.20/359.28	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
359.20/359.28	c * 342s|  2078k|475073 |     0 |   0.0 | 538M| 725 |   - |1706 |2793 |   0 |   0 |   0 |  49k|   0 | 0.000000e+00 | 1.550000e+02 |    Inf 
359.50/359.60	c   343s|  2080k|476540 |     0 |   0.0 | 540M| 725 |   - |1706 |2826 |   0 |   0 |   0 |  50k|   0 | 0.000000e+00 | 1.550000e+02 |    Inf 
361.50/361.52	c   344s|  2090k|486097 |     0 |   0.0 | 553M| 725 |   - |1706 |2814 |   0 |   0 |   0 |  51k|   0 | 0.000000e+00 | 1.550000e+02 |    Inf 
363.39/363.45	c   346s|  2100k|495548 |     0 |   0.0 | 566M| 725 |   - |1706 |2998 |   0 |   0 |   0 |  52k|   0 | 0.000000e+00 | 1.550000e+02 |    Inf 
364.01/364.08	o 152
364.01/364.08	c * 347s|  2102k|470977 |     0 |   0.0 | 538M| 725 |   - |1706 |2932 |   0 |   0 |   0 |  52k|   0 | 0.000000e+00 | 1.520000e+02 |    Inf 
364.11/364.10	o 151
364.11/364.10	c * 347s|  2102k|462269 |     0 |   0.0 | 527M| 725 |   - |1706 |2932 |   0 |   0 |   0 |  52k|   0 | 0.000000e+00 | 1.510000e+02 |    Inf 
364.30/364.36	o 147
364.30/364.36	c * 347s|  2104k|432280 |     0 |   0.0 | 472M| 725 |   - |1706 |2945 |   0 |   0 |   0 |  52k|   0 | 0.000000e+00 | 1.470000e+02 |    Inf 
364.40/364.40	o 146
364.40/364.40	c * 347s|  2104k|423774 |     0 |   0.0 | 458M| 725 |   - |1706 |2936 |   0 |   0 |   0 |  52k|   0 | 0.000000e+00 | 1.460000e+02 |    Inf 
365.49/365.50	c   348s|  2110k|429433 |     0 |   0.0 | 466M| 725 |   - |1706 |2909 |   0 |   0 |   0 |  53k|   0 | 0.000000e+00 | 1.460000e+02 |    Inf 
365.49/365.57	o 145
365.49/365.57	c * 348s|  2110k|423488 |     0 |   0.0 | 458M| 725 |   - |1706 |2906 |   0 |   0 |   0 |  53k|   0 | 0.000000e+00 | 1.450000e+02 |    Inf 
367.30/367.35	o 144
367.30/367.35	c * 350s|  2118k|423699 |     0 |   0.0 | 459M| 725 |   - |1706 |2979 |   0 |   0 |   0 |  54k|   0 | 0.000000e+00 | 1.440000e+02 |    Inf 
367.50/367.59	c   350s|  2120k|424896 |     0 |   0.0 | 461M| 725 |   - |1706 |2945 |   0 |   0 |   0 |  54k|   0 | 0.000000e+00 | 1.440000e+02 |    Inf 
368.30/368.34	o 143
368.30/368.34	c * 351s|  2123k|421694 |     0 |   0.0 | 459M| 725 |   - |1706 |2897 |   0 |   0 |   0 |  54k|   0 | 0.000000e+00 | 1.430000e+02 |    Inf 
369.51/369.57	c   352s|  2130k|427466 |     0 |   0.0 | 467M| 725 |   - |1706 |2980 |   0 |   0 |   0 |  55k|   0 | 0.000000e+00 | 1.430000e+02 |    Inf 
370.20/370.26	o 142
370.20/370.26	c * 353s|  2133k|422077 |     0 |   0.0 | 460M| 725 |   - |1706 |3053 |   0 |   0 |   0 |  56k|   0 | 0.000000e+00 | 1.420000e+02 |    Inf 
371.50/371.57	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
371.50/371.57	c   354s|  2140k|428491 |     0 |   0.0 | 469M| 725 |   - |1706 |3071 |   0 |   0 |   0 |  56k|   0 | 0.000000e+00 | 1.420000e+02 |    Inf 
371.80/371.80	o 138
371.80/371.80	c * 354s|  2140k|400199 |     0 |   0.0 | 428M| 725 |   - |1706 |3053 |   0 |   0 |   0 |  56k|   0 | 0.000000e+00 | 1.380000e+02 |    Inf 
372.00/372.01	o 134
372.00/372.01	c * 354s|  2141k|378258 |     0 |   0.0 | 398M| 725 |   - |1706 |3033 |   0 |   0 |   0 |  56k|   0 | 0.000000e+00 | 1.340000e+02 |    Inf 
372.10/372.15	o 133
372.10/372.15	c * 355s|  2142k|368291 |     0 |   0.0 | 376M| 725 |   - |1706 |3029 |   0 |   0 |   0 |  57k|   0 | 0.000000e+00 | 1.330000e+02 |    Inf 
372.80/372.84	o 129
372.80/372.84	c * 355s|  2145k|348532 |     0 |   0.0 | 350M| 725 |   - |1706 |3133 |   0 |   0 |   0 |  57k|   0 | 0.000000e+00 | 1.290000e+02 |    Inf 
373.09/373.18	o 128
373.09/373.18	c * 356s|  2146k|345631 |     0 |   0.0 | 346M| 725 |   - |1706 |3119 |   0 |   0 |   0 |  57k|   0 | 0.000000e+00 | 1.280000e+02 |    Inf 
373.20/373.21	o 126
373.20/373.21	c * 356s|  2147k|336101 |     0 |   0.0 | 336M| 725 |   - |1706 |3109 |   0 |   0 |   0 |  57k|   0 | 0.000000e+00 | 1.260000e+02 |    Inf 
373.49/373.51	o 125
373.49/373.51	c * 356s|  2148k|331683 |     0 |   0.0 | 328M| 725 |   - |1706 |3108 |   0 |   0 |   0 |  57k|   0 | 0.000000e+00 | 1.250000e+02 |    Inf 
373.80/373.84	c   356s|  2150k|333183 |     0 |   0.0 | 330M| 725 |   - |1706 |3108 |   0 |   0 |   0 |  57k|   0 | 0.000000e+00 | 1.250000e+02 |    Inf 
373.90/373.98	o 124
373.90/373.98	c * 356s|  2150k|329410 |     0 |   0.0 | 325M| 725 |   - |1706 |3105 |   0 |   0 |   0 |  58k|   0 | 0.000000e+00 | 1.240000e+02 |    Inf 
374.60/374.60	o 123
374.60/374.60	c * 357s|  2153k|329689 |     0 |   0.0 | 326M| 725 |   - |1706 |3017 |   0 |   0 |   0 |  58k|   0 | 0.000000e+00 | 1.230000e+02 |    Inf 
375.50/375.59	c   358s|  2160k|335616 |     0 |   0.0 | 334M| 725 |   - |1706 |2745 |   0 |   0 |   0 |  58k|   0 | 0.000000e+00 | 1.230000e+02 |    Inf 
377.21/377.25	c   359s|  2170k|345498 |     0 |   0.0 | 346M| 725 |   - |1706 |2413 |   0 |   0 |   0 |  58k|   0 | 0.000000e+00 | 1.230000e+02 |    Inf 
377.50/377.58	o 122
377.50/377.58	c * 360s|  2171k|341693 |     0 |   0.0 | 343M| 725 |   - |1706 |2402 |   0 |   0 |   0 |  58k|   0 | 0.000000e+00 | 1.220000e+02 |    Inf 
378.69/378.78	o 119
378.69/378.78	c * 361s|  2178k|327669 |     0 |   0.0 | 326M| 725 |   - |1706 |2549 |   0 |   0 |   0 |  59k|   0 | 0.000000e+00 | 1.190000e+02 |    Inf 
378.90/378.98	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
378.90/378.98	c   361s|  2180k|328787 |     0 |   0.0 | 327M| 725 |   - |1706 |2552 |   0 |   0 |   0 |  59k|   0 | 0.000000e+00 | 1.190000e+02 |    Inf 
379.30/379.39	o 118
379.30/379.39	c * 362s|  2182k|324827 |     0 |   0.0 | 323M| 725 |   - |1706 |2582 |   0 |   0 |   0 |  59k|   0 | 0.000000e+00 | 1.180000e+02 |    Inf 
380.61/380.69	c   363s|  2190k|332451 |     0 |   0.0 | 333M| 725 |   - |1706 |2572 |   0 |   0 |   0 |  59k|   0 | 0.000000e+00 | 1.180000e+02 |    Inf 
382.30/382.36	c   364s|  2200k|342262 |     0 |   0.0 | 346M| 725 |   - |1706 |2633 |   0 |   0 |   0 |  60k|   0 | 0.000000e+00 | 1.180000e+02 |    Inf 
384.00/384.06	c   366s|  2210k|351974 |     0 |   0.0 | 359M| 725 |   - |1706 |2822 |   0 |   0 |   0 |  60k|   0 | 0.000000e+00 | 1.180000e+02 |    Inf 
384.80/384.89	o 116
384.80/384.89	c * 367s|  2214k|335095 |     0 |   0.0 | 337M| 725 |   - |1706 |2978 |   0 |   0 |   0 |  60k|   0 | 0.000000e+00 | 1.160000e+02 |    Inf 
385.10/385.12	o 114
385.10/385.12	c * 367s|  2215k|322667 |     0 |   0.0 | 326M| 725 |   - |1706 |3032 |   0 |   0 |   0 |  61k|   0 | 0.000000e+00 | 1.140000e+02 |    Inf 
385.10/385.14	o 113
385.10/385.14	c * 367s|  2215k|316681 |     0 |   0.0 | 319M| 725 |   - |1706 |3032 |   0 |   0 |   0 |  61k|   0 | 0.000000e+00 | 1.130000e+02 |    Inf 
385.20/385.27	o 111
385.20/385.27	c * 367s|  2216k|307331 |     0 |   0.0 | 311M| 725 |   - |1706 |3031 |   0 |   0 |   0 |  61k|   0 | 0.000000e+00 | 1.110000e+02 |    Inf 
385.90/385.97	c   368s|  2220k|311188 |     0 |   0.0 | 317M| 725 |   - |1706 |2998 |   0 |   0 |   0 |  61k|   0 | 0.000000e+00 | 1.110000e+02 |    Inf 
386.00/386.10	o 110
386.00/386.10	c * 368s|  2220k|306932 |     0 |   0.0 | 313M| 725 |   - |1706 |2949 |   0 |   0 |   0 |  61k|   0 | 0.000000e+00 | 1.100000e+02 |    Inf 
386.20/386.29	o 109
386.20/386.29	c * 368s|  2221k|299713 |     0 |   0.0 | 302M| 725 |   - |1706 |2915 |   0 |   0 |   0 |  61k|   0 | 0.000000e+00 | 1.090000e+02 |    Inf 
386.40/386.44	o 108
386.40/386.44	c * 368s|  2222k|295603 |     0 |   0.0 | 296M| 725 |   - |1706 |2927 |   0 |   0 |   0 |  61k|   0 | 0.000000e+00 | 1.080000e+02 |    Inf 
386.50/386.51	o 107
386.50/386.51	c * 368s|  2222k|287991 |     0 |   0.0 | 287M| 725 |   - |1706 |2900 |   0 |   0 |   0 |  61k|   0 | 0.000000e+00 | 1.070000e+02 |    Inf 
386.60/386.64	o 106
386.60/386.64	c * 368s|  2223k|284663 |     0 |   0.0 | 284M| 725 |   - |1706 |2893 |   0 |   0 |   0 |  61k|   0 | 0.000000e+00 | 1.060000e+02 |    Inf 
386.60/386.67	o 105
386.60/386.67	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
386.60/386.67	c * 368s|  2223k|280509 |     0 |   0.0 | 279M| 725 |   - |1706 |2888 |   0 |   0 |   0 |  61k|   0 | 0.000000e+00 | 1.050000e+02 |    Inf 
386.70/386.74	o 104
386.70/386.74	c * 369s|  2223k|275787 |     0 |   0.0 | 271M| 725 |   - |1706 |2863 |   0 |   0 |   0 |  61k|   0 | 0.000000e+00 | 1.040000e+02 |    Inf 
386.80/386.88	o 103
386.80/386.88	c * 369s|  2224k|271174 |     0 |   0.0 | 265M| 725 |   - |1706 |2844 |   0 |   0 |   0 |  61k|   0 | 0.000000e+00 | 1.030000e+02 |    Inf 
386.90/386.94	o 102
386.90/386.94	c * 369s|  2224k|267850 |     0 |   0.0 | 262M| 725 |   - |1706 |2827 |   0 |   0 |   0 |  61k|   0 | 0.000000e+00 | 1.020000e+02 |    Inf 
387.70/387.71	c   369s|  2230k|272767 |     0 |   0.0 | 268M| 725 |   - |1706 |2775 |   0 |   0 |   0 |  61k|   0 | 0.000000e+00 | 1.020000e+02 |    Inf 
389.50/389.58	c   371s|  2240k|282516 |     0 |   0.0 | 281M| 725 |   - |1706 |2199 |   0 |   0 |   0 |  62k|   0 | 0.000000e+00 | 1.020000e+02 |    Inf 
391.40/391.49	c   373s|  2250k|292124 |     0 |   0.0 | 294M| 725 |   - |1706 |2835 |   0 |   0 |   0 |  63k|   0 | 0.000000e+00 | 1.020000e+02 |    Inf 
393.50/393.54	c   375s|  2260k|301726 |     0 |   0.0 | 306M| 725 |   - |1706 |2872 |   0 |   0 |   0 |  64k|   0 | 0.000000e+00 | 1.020000e+02 |    Inf 
395.40/395.42	c   377s|  2270k|311410 |     0 |   0.0 | 318M| 725 |   - |1706 |3035 |   0 |   0 |   0 |  65k|   0 | 0.000000e+00 | 1.020000e+02 |    Inf 
397.20/397.23	c   378s|  2280k|321134 |     0 |   0.0 | 331M| 725 |   - |1706 |2989 |   0 |   0 |   0 |  65k|   0 | 0.000000e+00 | 1.020000e+02 |    Inf 
397.60/397.65	o 98
397.60/397.65	c * 379s|  2281k|283154 |     0 |   0.0 | 289M| 725 |   - |1706 |3098 |   0 |   0 |   0 |  65k|   0 | 0.000000e+00 | 9.800000e+01 |    Inf 
399.10/399.20	c   380s|  2290k|290941 |     0 |   0.0 | 300M| 725 |   - |1706 |3385 |   0 |   0 |   0 |  66k|   0 | 0.000000e+00 | 9.800000e+01 |    Inf 
399.60/399.68	o 97
399.60/399.68	c * 381s|  2292k|287556 |     0 |   0.0 | 298M| 725 |   - |1706 |3437 |   0 |   0 |   0 |  67k|   0 | 0.000000e+00 | 9.700000e+01 |    Inf 
399.70/399.75	o 96
399.70/399.75	c * 381s|  2292k|279194 |     0 |   0.0 | 290M| 725 |   - |1706 |3467 |   0 |   0 |   0 |  67k|   0 | 0.000000e+00 | 9.600000e+01 |    Inf 
401.20/401.25	c   382s|  2300k|286096 |     0 |   0.0 | 299M| 725 |   - |1706 |3719 |   0 |   0 |   0 |  68k|   0 | 0.000000e+00 | 9.600000e+01 |    Inf 
402.50/402.51	o 93
402.50/402.51	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
402.50/402.51	c * 383s|  2306k|267566 |     0 |   0.0 | 281M| 725 |   - |1706 |3735 |   0 |   0 |   0 |  68k|   0 | 0.000000e+00 | 9.300000e+01 |    Inf 
403.10/403.13	o 91
403.10/403.13	c * 384s|  2309k|256980 |     0 |   0.0 | 267M| 725 |   - |1706 |3617 |   0 |   0 |   0 |  69k|   0 | 0.000000e+00 | 9.100000e+01 |    Inf 
403.10/403.19	o 86
403.10/403.19	c * 384s|  2309k|237971 |     0 |   0.0 | 247M| 725 |   - |1706 |3624 |   0 |   0 |   0 |  69k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
403.30/403.32	c   384s|  2310k|238524 |     0 |   0.0 | 247M| 725 |   - |1706 |3624 |   0 |   0 |   0 |  69k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
403.30/403.35	o 85
403.30/403.35	c * 384s|  2310k|235884 |     0 |   0.0 | 244M| 725 |   - |1706 |3623 |   0 |   0 |   0 |  69k|   0 | 0.000000e+00 | 8.500000e+01 |    Inf 
403.80/403.81	o 84
403.80/403.81	c * 385s|  2312k|225127 |     0 |   0.0 | 226M| 725 |   - |1706 |3535 |   0 |   0 |   0 |  69k|   0 | 0.000000e+00 | 8.400000e+01 |    Inf 
405.20/405.21	c   386s|  2320k|232508 |     0 |   0.0 | 236M| 725 |   - |1706 |3565 |   0 |   0 |   0 |  69k|   0 | 0.000000e+00 | 8.400000e+01 |    Inf 
405.20/405.23	o 82
405.20/405.23	c * 386s|  2320k|224461 |     0 |   0.0 | 228M| 725 |   - |1706 |3565 |   0 |   0 |   0 |  69k|   0 | 0.000000e+00 | 8.200000e+01 |    Inf 
405.70/405.80	o 81
405.70/405.80	c * 387s|  2322k|224144 |     0 |   0.0 | 229M| 725 |   - |1706 |3609 |   0 |   0 |   0 |  70k|   0 | 0.000000e+00 | 8.100000e+01 |    Inf 
407.10/407.10	c   388s|  2330k|230989 |     0 |   0.0 | 237M| 725 |   - |1706 |3557 |   0 |   0 |   0 |  70k|   0 | 0.000000e+00 | 8.100000e+01 |    Inf 
407.90/407.93	o 78
407.90/407.93	c * 389s|  2334k|221997 |     0 |   0.0 | 226M| 725 |   - |1706 |3590 |   0 |   0 |   0 |  70k|   0 | 0.000000e+00 | 7.800000e+01 |    Inf 
408.10/408.19	o 74
408.10/408.19	c * 389s|  2335k|206859 |     0 |   0.0 | 198M| 725 |   - |1706 |3609 |   0 |   0 |   0 |  70k|   0 | 0.000000e+00 | 7.400000e+01 |    Inf 
408.40/408.45	o 69
408.40/408.45	c * 389s|  2336k|190518 |     0 |   0.0 | 185M| 725 |   - |1706 |3649 |   0 |   0 |   0 |  70k|   0 | 0.000000e+00 | 6.900000e+01 |    Inf 
408.70/408.71	o 67
408.70/408.71	c * 389s|  2338k|170088 |     0 |   0.0 | 158M| 725 |   - |1706 |3668 |   0 |   0 |   0 |  71k|   0 | 0.000000e+00 | 6.700000e+01 |    Inf 
408.99/409.05	c   390s|  2340k|172024 |     0 |   0.0 | 160M| 725 |   - |1706 |3638 |   0 |   0 |   0 |  71k|   0 | 0.000000e+00 | 6.700000e+01 |    Inf 
410.50/410.55	o 66
410.50/410.55	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
410.50/410.55	c * 391s|  2349k|173947 |     0 |   0.0 | 165M| 725 |   - |1706 |3594 |   0 |   0 |   0 |  71k|   0 | 0.000000e+00 | 6.600000e+01 |    Inf 
410.70/410.71	c   391s|  2350k|174829 |     0 |   0.0 | 166M| 725 |   - |1706 |3552 |   0 |   0 |   0 |  71k|   0 | 0.000000e+00 | 6.600000e+01 |    Inf 
412.41/412.43	c   393s|  2360k|184673 |     0 |   0.0 | 178M| 725 |   - |1706 |3231 |   0 |   0 |   0 |  71k|   0 | 0.000000e+00 | 6.600000e+01 |    Inf 
414.10/414.19	c   395s|  2370k|194425 |     0 |   0.0 | 189M| 725 |   - |1706 |2367 |   0 |   0 |   0 |  71k|   0 | 0.000000e+00 | 6.600000e+01 |    Inf 
415.90/415.90	c   396s|  2380k|204276 |     0 |   0.0 | 202M| 725 |   - |1706 |2093 |   0 |   0 |   0 |  72k|   0 | 0.000000e+00 | 6.600000e+01 |    Inf 
417.60/417.63	c   398s|  2390k|213999 |     0 |   0.0 | 214M| 725 |   - |1706 |2277 |   0 |   0 |   0 |  72k|   0 | 0.000000e+00 | 6.600000e+01 |    Inf 
419.29/419.36	c   399s|  2400k|223749 |     0 |   0.0 | 226M| 725 |   - |1706 |2253 |   0 |   0 |   0 |  72k|   0 | 0.000000e+00 | 6.600000e+01 |    Inf 
421.00/421.02	c   401s|  2410k|233579 |     0 |   0.0 | 239M| 725 |   - |1706 |2218 |   0 |   0 |   0 |  73k|   0 | 0.000000e+00 | 6.600000e+01 |    Inf 
422.10/422.19	o 65
422.10/422.19	c * 402s|  2416k|233951 |     0 |   0.0 | 242M| 725 |   - |1706 |2234 |   0 |   0 |   0 |  73k|   0 | 0.000000e+00 | 6.500000e+01 |    Inf 
422.70/422.72	c   403s|  2420k|236996 |     0 |   0.0 | 246M| 725 |   - |1706 |2263 |   0 |   0 |   0 |  73k|   0 | 0.000000e+00 | 6.500000e+01 |    Inf 
424.30/424.38	c   404s|  2430k|246823 |     0 |   0.0 | 257M| 725 |   - |1706 |2197 |   0 |   0 |   0 |  73k|   0 | 0.000000e+00 | 6.500000e+01 |    Inf 
426.00/426.03	c   406s|  2440k|256596 |     0 |   0.0 | 268M| 725 |   - |1706 |2291 |   0 |   0 |   0 |  73k|   0 | 0.000000e+00 | 6.500000e+01 |    Inf 
427.60/427.63	c   407s|  2450k|266377 |     0 |   0.0 | 279M| 725 |   - |1706 |2299 |   0 |   0 |   0 |  74k|   0 | 0.000000e+00 | 6.500000e+01 |    Inf 
427.81/427.83	o 64
427.81/427.83	c * 407s|  2451k|258627 |     0 |   0.0 | 274M| 725 |   - |1706 |2298 |   0 |   0 |   0 |  74k|   0 | 0.000000e+00 | 6.400000e+01 |    Inf 
428.20/428.21	o 60
428.20/428.21	c * 408s|  2453k|226442 |     0 |   0.0 | 248M| 725 |   - |1706 |2282 |   0 |   0 |   0 |  74k|   0 | 0.000000e+00 | 6.000000e+01 |    Inf 
429.30/429.33	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
429.30/429.33	c   409s|  2460k|233020 |     0 |   0.0 | 255M| 725 |   - |1706 |2441 |   0 |   0 |   0 |  74k|   0 | 0.000000e+00 | 6.000000e+01 |    Inf 
429.80/429.88	o 58
429.80/429.88	c * 409s|  2463k|222461 |     0 |   0.0 | 248M| 725 |   - |1706 |2455 |   0 |   0 |   0 |  74k|   0 | 0.000000e+00 | 5.800000e+01 |    Inf 
430.90/430.96	c   410s|  2470k|228927 |     0 |   0.0 | 255M| 725 |   - |1706 |2403 |   0 |   0 |   0 |  74k|   0 | 0.000000e+00 | 5.800000e+01 |    Inf 
432.50/432.50	c   412s|  2480k|238731 |     0 |   0.0 | 266M| 725 |   - |1706 |2325 |   0 |   0 |   0 |  74k|   0 | 0.000000e+00 | 5.800000e+01 |    Inf 
434.00/434.09	c   413s|  2490k|248467 |     0 |   0.0 | 276M| 725 |   - |1706 |2402 |   0 |   0 |   0 |  75k|   0 | 0.000000e+00 | 5.800000e+01 |    Inf 
434.20/434.26	o 57
434.20/434.26	c * 413s|  2491k|241513 |     0 |   0.0 | 270M| 725 |   - |1706 |2411 |   0 |   0 |   0 |  75k|   0 | 0.000000e+00 | 5.700000e+01 |    Inf 
435.70/435.70	c   415s|  2500k|250310 |     0 |   0.0 | 280M| 725 |   - |1706 |2321 |   0 |   0 |   0 |  75k|   0 | 0.000000e+00 | 5.700000e+01 |    Inf 
436.71/436.77	o 56
436.71/436.77	c * 416s|  2506k|248862 |     0 |   0.0 | 281M| 725 |   - |1706 |2280 |   0 |   0 |   0 |  75k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
437.20/437.27	c   416s|  2510k|252004 |     0 |   0.0 | 285M| 725 |   - |1706 |2350 |   0 |   0 |   0 |  75k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
437.40/437.41	o 55
437.40/437.41	c * 416s|  2510k|242925 |     0 |   0.0 | 279M| 725 |   - |1706 |2364 |   0 |   0 |   0 |  75k|   0 | 0.000000e+00 | 5.500000e+01 |    Inf 
437.49/437.58	o 54
437.49/437.58	c * 417s|  2511k|226617 |     0 |   0.0 | 261M| 725 |   - |1706 |2395 |   0 |   0 |   0 |  75k|   0 | 0.000000e+00 | 5.400000e+01 |    Inf 
437.60/437.69	o 51
437.60/437.69	c * 417s|  2511k|202612 |     0 |   0.0 | 240M| 725 |   - |1706 |2420 |   0 |   0 |   0 |  75k|   0 | 0.000000e+00 | 5.100000e+01 |    Inf 
437.81/437.84	o 47
437.81/437.84	c * 417s|  2512k|186106 |     0 |   0.0 | 225M| 725 |   - |1706 |2451 |   0 |   0 |   0 |  75k|   0 | 0.000000e+00 | 4.700000e+01 |    Inf 
438.90/439.00	c   418s|  2520k|193243 |     0 |   0.0 | 234M| 725 |   - |1706 |2397 |   0 |   0 |   0 |  75k|   0 | 0.000000e+00 | 4.700000e+01 |    Inf 
439.50/439.57	o 46
439.50/439.57	c * 418s|  2523k|192834 |     0 |   0.0 | 234M| 725 |   - |1706 |2393 |   0 |   0 |   0 |  75k|   0 | 0.000000e+00 | 4.600000e+01 |    Inf 
440.50/440.54	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
440.50/440.54	c   419s|  2530k|199043 |     0 |   0.0 | 241M| 725 |   - |1706 |2405 |   0 |   0 |   0 |  75k|   0 | 0.000000e+00 | 4.600000e+01 |    Inf 
440.50/440.57	o 45
440.50/440.57	c * 419s|  2530k|193654 |     0 |   0.0 | 238M| 725 |   - |1706 |2417 |   0 |   0 |   0 |  76k|   0 | 0.000000e+00 | 4.500000e+01 |    Inf 
440.70/440.78	o 44
440.70/440.78	c * 420s|  2531k|189080 |     0 |   0.0 | 234M| 725 |   - |1706 |2466 |   0 |   0 |   0 |  76k|   0 | 0.000000e+00 | 4.400000e+01 |    Inf 
440.80/440.83	o 43
440.80/440.83	c * 420s|  2531k|184934 |     0 |   0.0 | 231M| 725 |   - |1706 |2468 |   0 |   0 |   0 |  76k|   0 | 0.000000e+00 | 4.300000e+01 |    Inf 
440.90/440.92	o 42
440.90/440.92	c * 420s|  2531k|177485 |     0 |   0.0 | 222M| 725 |   - |1706 |2461 |   0 |   0 |   0 |  76k|   0 | 0.000000e+00 | 4.200000e+01 |    Inf 
442.20/442.22	c   421s|  2540k|185233 |     0 |   0.0 | 230M| 725 |   - |1706 |2071 |   0 |   0 |   0 |  76k|   0 | 0.000000e+00 | 4.200000e+01 |    Inf 
443.31/443.39	o 41
443.31/443.39	c * 422s|  2547k|187271 |     0 |   0.0 | 232M| 725 |   - |1706 |1849 |   0 |   0 |   0 |  76k|   0 | 0.000000e+00 | 4.100000e+01 |    Inf 
443.80/443.80	c   422s|  2550k|189780 |     0 |   0.0 | 234M| 725 |   - |1706 |1851 |   0 |   0 |   0 |  76k|   0 | 0.000000e+00 | 4.100000e+01 |    Inf 
445.20/445.29	c   424s|  2560k|199567 |     0 |   0.0 | 242M| 725 |   - |1706 |1826 |   0 |   0 |   0 |  76k|   0 | 0.000000e+00 | 4.100000e+01 |    Inf 
445.60/445.64	o 40
445.60/445.64	c * 424s|  2562k|196659 |     0 |   0.0 | 239M| 725 |   - |1706 |1867 |   0 |   0 |   0 |  76k|   0 | 0.000000e+00 | 4.000000e+01 |    Inf 
445.70/445.71	o 37
445.70/445.71	c * 424s|  2562k|174891 |     0 |   0.0 | 217M| 725 |   - |1706 |1867 |   0 |   0 |   0 |  76k|   0 | 0.000000e+00 | 3.700000e+01 |    Inf 
445.70/445.78	o 34
445.70/445.78	c * 424s|  2562k|159692 |     0 |   0.0 | 203M| 725 |   - |1706 |1874 |   0 |   0 |   0 |  76k|   0 | 0.000000e+00 | 3.400000e+01 |    Inf 
446.20/446.20	o 32
446.20/446.20	c * 425s|  2565k|153564 |     0 |   0.0 | 196M| 725 |   - |1706 |1888 |   0 |   0 |   0 |  76k|   0 | 0.000000e+00 | 3.200000e+01 |    Inf 
446.20/446.28	o 31
446.20/446.28	c * 425s|  2565k|151736 |     0 |   0.0 | 195M| 725 |   - |1706 |1883 |   0 |   0 |   0 |  76k|   0 | 0.000000e+00 | 3.100000e+01 |    Inf 
446.90/446.90	o 28
446.90/446.90	c * 425s|  2568k| 98976 |     0 |   0.0 | 137M| 725 |   - |1706 |1906 |   0 |   0 |   0 |  76k|   0 | 0.000000e+00 | 2.800000e+01 |    Inf 
447.00/447.08	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
447.00/447.08	c   426s|  2570k|100104 |     0 |   0.0 | 138M| 725 |   - |1706 |1885 |   0 |   0 |   0 |  76k|   0 | 0.000000e+00 | 2.800000e+01 |    Inf 
447.20/447.26	o 27
447.20/447.26	c * 426s|  2571k| 99334 |     0 |   0.0 | 135M| 725 |   - |1706 |1891 |   0 |   0 |   0 |  76k|   0 | 0.000000e+00 | 2.700000e+01 |    Inf 
447.30/447.30	o 24
447.30/447.30	c * 426s|  2571k| 88992 |     0 |   0.0 | 127M| 725 |   - |1706 |1891 |   0 |   0 |   0 |  76k|   0 | 0.000000e+00 | 2.400000e+01 |    Inf 
447.40/447.48	o 14
447.40/447.48	c * 426s|  2571k| 59281 |     0 |   0.0 | 102M| 725 |   - |1706 |1881 |   0 |   0 |   0 |  76k|   0 | 0.000000e+00 | 1.400000e+01 |    Inf 
447.60/447.66	o 3
447.60/447.66	c * 426s|  2572k| 11164 |     0 |   0.0 |  28M| 725 |   - |1706 |1872 |   0 |   0 |   0 |  76k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
447.71/447.77	o 2
447.71/447.77	c * 426s|  2573k| 11184 |     0 |   0.0 |  28M| 725 |   - |1706 |1283 |   0 |   0 |   0 |  76k|   0 | 0.000000e+00 | 2.000000e+00 |    Inf 
447.71/447.79	o 1
447.71/447.79	c * 426s|  2573k|  8509 |     0 |   0.0 |  21M| 725 |   - |1706 |1281 |   0 |   0 |   0 |  76k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
447.90/447.97	c 
447.90/447.97	c SCIP Status        : problem is solved [optimal solution found]
447.90/447.97	c Solving Time (sec) : 426.37
447.90/447.97	c Solving Nodes      : 2573509
447.90/447.97	c Primal Bound       : +1.00000000000000e+00 (94 solutions)
447.90/447.97	c Dual Bound         : +1.00000000000000e+00
447.90/447.97	c Gap                : 0.00 %
447.90/447.97	s OPTIMUM FOUND
447.90/447.97	v x495 -x494 -x493 -x492 -x491 -x490 -x489 x488 -x487 -x486 -x485 -x484 -x483 x482 -x481 -x480 -x479 -x478 -x477 -x476 -x475 -x474 
447.90/447.97	v -x473 x472 x471 -x470 -x469 -x468 -x467 -x466 x465 -x464 -x463 -x462 -x461 -x460 x459 x458 -x457 -x456 -x455 -x454 x453 x452 
447.90/447.97	v -x451 -x450 -x449 -x448 -x447 -x446 -x445 x444 -x443 -x442 x441 -x440 -x439 -x438 -x437 -x436 -x435 -x434 -x433 -x432 -x431 
447.90/447.97	v x430 -x429 -x428 -x427 -x426 -x425 x424 -x423 x422 -x421 -x420 -x419 -x418 x417 -x416 -x415 -x414 -x413 -x412 -x411 -x410 -x409 
447.90/447.97	v -x408 -x407 -x406 x405 -x404 -x403 -x402 -x401 -x400 x399 -x398 -x397 -x396 -x395 -x394 -x393 x392 -x391 -x390 -x389 -x388 
447.90/447.97	v -x387 x386 -x385 -x384 -x383 -x382 -x381 -x380 -x379 -x378 -x377 -x376 x375 -x374 -x373 -x372 -x371 -x370 x369 -x368 -x367 
447.90/447.97	v -x366 -x365 -x364 -x363 -x362 -x361 -x360 x359 -x358 x357 -x356 -x355 x354 -x353 -x352 -x351 x350 -x349 -x348 -x347 x346 x345 
447.90/447.97	v -x344 -x343 -x342 -x341 -x340 -x339 -x338 -x337 x336 -x335 x334 -x333 -x332 x331 -x330 -x329 -x328 -x327 x326 -x325 -x324 x323 
447.90/447.97	v -x322 x321 x320 x319 x318 x317 x316 x315 -x314 -x313 x312 x311 x310 x309 -x308 x307 x306 x305 -x304 x303 x302 x301 x300 x299 
447.90/447.97	v x298 x297 x296 x295 x294 x293 x292 x291 x290 x289 -x288 x287 -x286 x285 x284 -x283 x282 -x281 x280 x279 x278 -x277 x276 -x275 
447.90/447.97	v x274 x273 -x272 x271 -x270 x269 x268 -x267 x266 -x265 x264 x263 x262 -x261 x260 -x259 x258 x257 -x256 x255 -x254 x253 x252 
447.90/447.97	v -x251 x250 -x249 x248 x247 -x246 x245 -x244 x243 x242 -x241 -x240 -x239 x238 -x237 x236 -x235 -x234 x233 x232 x231 -x230 x229 
447.90/447.97	v -x228 -x227 -x226 -x225 -x224 x223 x222 x221 x220 x219 -x218 -x217 -x216 -x215 -x214 -x213 x212 -x211 -x210 -x209 -x208 -x207 
447.90/447.97	v x206 x205 x204 x203 -x202 x201 x200 x199 x198 x197 x196 x195 -x194 -x193 x192 x191 x190 x189 x188 x187 x186 x185 -x184 x183 
447.90/447.97	v -x182 x181 x180 -x179 -x178 -x177 x176 -x175 x174 -x173 -x172 -x171 x170 x169 -x168 -x167 x166 -x165 x164 -x163 -x162 -x161 
447.90/447.97	v -x160 x159 x158 x157 -x156 -x155 -x154 -x153 -x152 -x151 x150 -x149 x148 x147 -x146 x145 x144 -x143 x142 x141 x140 -x139 -x138 
447.90/447.97	v -x137 -x136 -x135 -x134 -x133 -x132 x131 -x130 -x129 -x128 -x127 -x126 -x125 -x124 -x123 -x122 -x121 -x120 -x119 -x118 -x117 
447.90/447.97	v -x116 -x115 -x114 -x113 -x112 x111 -x110 x109 x108 -x107 -x106 x105 x104 x103 x102 x101 x100 -x99 -x98 -x97 -x96 -x95 -x94 
447.90/447.97	v -x93 x92 -x91 x90 x89 -x88 -x87 -x86 x85 -x84 -x83 x82 -x81 x80 -x79 x78 -x77 x76 -x75 x74 x73 -x72 -x71 -x70 x69 -x68 x67 
447.90/447.97	v -x66 -x65 -x64 -x63 x62 -x61 x60 x59 -x58 x57 -x56 x55 -x54 -x53 -x52 -x51 -x50 -x49 -x48 -x47 x46 -x45 -x44 -x43 x42 -x41 -x40 
447.90/447.97	v x39 x38 x37 x36 x35 -x34 x33 -x32 x31 x30 -x29 x28 -x27 x26 x25 -x24 -x23 x22 x21 x20 -x19 -x18 x17 x16 x15 x14 x13 -x12 x11 
447.90/447.97	v -x10 x9 x8 -x7 x6 -x5 x4 -x3 x2 -x1 
447.90/447.97	c SCIP Status        : problem is solved [optimal solution found]
447.90/447.97	c Solving Time       :     426.37
447.90/447.97	c Original Problem   :
447.90/447.97	c   Problem name     : HOME/instance-2693656-1277914362.wbo
447.90/447.97	c   Variables        : 1719 (1107 binary, 0 integer, 0 implicit integer, 612 continuous)
447.90/447.97	c   Constraints      : 1553 initial, 1553 maximal
447.90/447.97	c Presolved Problem  :
447.90/447.97	c   Problem name     : t_HOME/instance-2693656-1277914362.wbo
447.90/447.97	c   Variables        : 1706 (1096 binary, 0 integer, 0 implicit integer, 610 continuous)
447.90/447.97	c   Constraints      : 1532 initial, 3759 maximal
447.90/447.97	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
447.90/447.97	c   trivial          :       0.00          0          0          0          0          0          0          0          0
447.90/447.97	c   dualfix          :       0.00          4          0          0          0          0          0          0          0
447.90/447.97	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
447.90/447.97	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
447.90/447.97	c   implics          :       0.00          0          7          0          0          0          0          0          0
447.90/447.97	c   probing          :       0.02          0          0          0          0          0          0          0          0
447.90/447.97	c   indicator        :       0.00          0          0          0          0          0          2          0          0
447.90/447.97	c   varbound         :       0.00          0          0          0          0          0          0          0          0
447.90/447.97	c   knapsack         :       0.00          0          0          0          0          0          0          0          0
447.90/447.97	c   linear           :       0.01          0          2          0        610          0         19         70        140
447.90/447.97	c   logicor          :       0.00          0          0          0          0          0          0          0          0
447.90/447.97	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0
447.90/447.97	c   root node        :          -        737          -          -       1347          -          -          -          -
447.90/447.97	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
447.90/447.97	c   integral         :          0          0          0          0          0          0          0          0          0          0
447.90/447.97	c   indicator        :        610          0    4607638          0    2487454        166   11110454          0          0          0
447.90/447.97	c   varbound         :          1          0     226770          0      99991          0      13178          0          0          0
447.90/447.97	c   knapsack         :         51          0    4750821          0    2559245       1688     322023          0          0          0
447.90/447.97	c   linear           :        609          0    4749044          0    2559161       7414    2920514          0          0          0
447.90/447.97	c   logicor          :        261+         0    1836951          0    2559245       3963    1623240          0          0          0
447.90/447.97	c   bounddisjunction :          0+         0      64810          0          0         20       2313          0          0          0
447.90/447.97	c   countsols        :          0          0          0          0    2559245          0          0          0          0          0
447.90/447.97	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
447.90/447.97	c   integral         :       0.00       0.00       0.00       0.00       0.00
447.90/447.97	c   indicator        :      71.94       0.00      26.54       0.00      45.40
447.90/447.97	c   varbound         :       0.10       0.00       0.08       0.00       0.02
447.90/447.97	c   knapsack         :      11.14       0.00       7.44       0.00       3.70
447.90/447.97	c   linear           :      33.21       0.00      31.60       0.00       1.61
447.90/447.97	c   logicor          :      29.08       0.00       7.78       0.00      21.30
447.90/447.97	c   bounddisjunction :       0.08       0.00       0.08       0.00       0.00
447.90/447.97	c   countsols        :       0.42       0.00       0.00       0.00       0.42
447.90/447.97	c Propagators        :       Time      Calls    Cutoffs    DomReds
447.90/447.97	c   vbounds          :       1.00      35975          0       4043
447.90/447.97	c   rootredcost      :       1.16          0          0          0
447.90/447.97	c   pseudoobj        :      70.71    4755008       4221    9508512
447.90/447.97	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
447.90/447.97	c   propagation      :       0.80      17306      17267      48648       13.1      43644        3.3          -
447.90/447.97	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
447.90/447.97	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
447.90/447.97	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
447.90/447.97	c   pseudo solution  :       0.01        133        133        322        7.6        376        3.3          -
447.90/447.97	c   applied globally :          -          -          -      77279        7.0          -          -          -
447.90/447.97	c   applied locally  :          -          -          -          0        0.0          -          -          -
447.90/447.97	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
447.90/447.97	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
447.90/447.97	c   redcost          :       0.00          0          0          0          0          0
447.90/447.97	c   impliedbounds    :       0.00          0          0          0          0          0
447.90/447.97	c   intobj           :       0.00          0          0          0          0          0
447.90/447.97	c   cgmip            :       0.00          0          0          0          0          0
447.90/447.97	c   gomory           :       0.00          0          0          0          0          0
447.90/447.97	c   strongcg         :       0.00          0          0          0          0          0
447.90/447.97	c   cmir             :       0.00          0          0          0          0          0
447.90/447.97	c   flowcover        :       0.00          0          0          0          0          0
447.90/447.97	c   clique           :       0.00          0          0          0          0          0
447.90/447.97	c   zerohalf         :       0.00          0          0          0          0          0
447.90/447.97	c   mcf              :       0.00          0          0          0          0          0
447.90/447.97	c   rapidlearning    :       0.00          0          0          0          0          0
447.90/447.97	c Pricers            :       Time      Calls       Vars
447.90/447.97	c   problem variables:       0.00          0          0
447.90/447.97	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
447.90/447.97	c   relpscost        :       0.00          0          0          0          0          0          0
447.90/447.97	c   pscost           :       0.00          0          0          0          0          0          0
447.90/447.97	c   inference        :     131.88    2559151          0          0          0          0    5118302
447.90/447.97	c   mostinf          :       0.00          0          0          0          0          0          0
447.90/447.97	c   leastinf         :       0.00          0          0          0          0          0          0
447.90/447.97	c   fullstrong       :       0.00          0          0          0          0          0          0
447.90/447.97	c   allfullstrong    :       0.00          0          0          0          0          0          0
447.90/447.97	c   random           :       0.00          0          0          0          0          0          0
447.90/447.97	c Primal Heuristics  :       Time      Calls      Found
447.90/447.97	c   LP solutions     :       0.00          -          0
447.90/447.97	c   pseudo solutions :       3.94          -         94
447.90/447.97	c   oneopt           :       0.83          0          0
447.90/447.97	c   trivial          :       0.01          2          0
447.90/447.97	c   simplerounding   :       0.00          0          0
447.90/447.97	c   zirounding       :       0.00          0          0
447.90/447.97	c   rounding         :       0.00          0          0
447.90/447.97	c   shifting         :       0.00          0          0
447.90/447.97	c   intshifting      :       0.00          0          0
447.90/447.97	c   twoopt           :       0.00          0          0
447.90/447.97	c   fixandinfer      :       0.00          0          0
447.90/447.97	c   feaspump         :       0.00          0          0
447.90/447.97	c   coefdiving       :       0.00          0          0
447.90/447.97	c   pscostdiving     :       0.00          0          0
447.90/447.97	c   fracdiving       :       0.00          0          0
447.90/447.97	c   veclendiving     :       0.00          0          0
447.90/447.97	c   intdiving        :       0.00          0          0
447.90/447.97	c   actconsdiving    :       0.00          0          0
447.90/447.97	c   objpscostdiving  :       0.00          0          0
447.90/447.97	c   rootsoldiving    :       0.00          0          0
447.90/447.97	c   linesearchdiving :       0.00          0          0
447.90/447.97	c   guideddiving     :       0.00          0          0
447.90/447.97	c   octane           :       0.00          0          0
447.90/447.97	c   rens             :       0.00          0          0
447.90/447.97	c   rins             :       0.00          0          0
447.90/447.97	c   localbranching   :       0.00          0          0
447.90/447.97	c   mutation         :       0.00          0          0
447.90/447.97	c   crossover        :       0.00          0          0
447.90/447.97	c   dins             :       0.00          0          0
447.90/447.97	c   undercover       :       0.00          0          0
447.90/447.97	c   nlp              :       0.77          0          0
447.90/447.97	c   trysol           :       0.41          1          0
447.90/447.97	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
447.90/447.97	c   primal LP        :       0.00          0          0       0.00          -
447.90/447.97	c   dual LP          :       0.00          0          0       0.00          -
447.90/447.97	c   lex dual LP      :       0.00          0          0       0.00          -
447.90/447.97	c   barrier LP       :       0.00          0          0       0.00          -
447.90/447.97	c   diving/probing LP:       0.00          0          0       0.00          -
447.90/447.97	c   strong branching :       0.00          0          0       0.00          -
447.90/447.97	c     (at root node) :          -          0          0       0.00          -
447.90/447.97	c   conflict analysis:       0.00          0          0       0.00          -
447.90/447.97	c B&B Tree           :
447.90/447.97	c   number of runs   :          1
447.90/447.97	c   nodes            :    2573509
447.90/447.97	c   nodes (total)    :    2573509
447.90/447.97	c   nodes left       :          0
447.90/447.97	c   max depth        :        725
447.90/447.97	c   max depth (total):        725
447.90/447.97	c   backtracks       :      22673 (0.9%)
447.90/447.97	c   delayed cutoffs  :      13608
447.90/447.97	c   repropagations   :      94585 (1576227 domain reductions, 3341 cutoffs)
447.90/447.97	c   avg switch length:       2.42
447.90/447.97	c   switching time   :      29.63
447.90/447.97	c Solution           :
447.90/447.97	c   Solutions found  :         94 (94 improvements)
447.90/447.97	c   First Solution   : +1.82000000000000e+02   (in run 1, after 1409432 nodes, 214.28 seconds, depth 717, found by <relaxation>)
447.90/447.97	c   Primal Bound     : +1.00000000000000e+00   (in run 1, after 2573210 nodes, 426.20 seconds, depth 97, found by <relaxation>)
447.90/447.97	c   Dual Bound       : +1.00000000000000e+00
447.90/447.97	c   Gap              :       0.00 %
447.90/447.97	c   Root Dual Bound  : +0.00000000000000e+00
447.90/447.97	c   Root Iterations  :          0
448.00/448.02	c Time complete: 448.02.

Verifier Data

OK	1

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2693656-1277914362/watcher-2693656-1277914362 -o /tmp/evaluation-result-2693656-1277914362/solver-2693656-1277914362 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2693656-1277914362.wbo -t 1800 -m 3800 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 3891200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 3942400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 3/200 14230
/proc/meminfo: memFree=31006028/32951124 swapFree=67111528/67111528
[pid=14230] ppid=14228 vsize=8480 CPUtime=0
/proc/14230/stat : 14230 (pbscip.linux.x8) R 14228 14230 13949 0 -1 4202496 1596 0 0 0 0 0 0 0 21 0 1 0 132732319 8683520 1519 4089446400 4194304 7136930 140734112265152 18446744073709551615 6164672 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/14230/statm: 2120 1519 275 719 0 1399 0

[startup+0.050136 s]
/proc/loadavg: 2.00 2.00 2.00 3/200 14230
/proc/meminfo: memFree=31006028/32951124 swapFree=67111528/67111528
[pid=14230] ppid=14228 vsize=19384 CPUtime=0.04
/proc/14230/stat : 14230 (pbscip.linux.x8) R 14228 14230 13949 0 -1 4202496 6237 0 0 0 3 1 0 0 23 0 1 0 132732319 19849216 4007 4089446400 4194304 7136930 140734112265152 18446744073709551615 6346856 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/14230/statm: 4846 4054 375 719 0 4125 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 19384

[startup+0.102139 s]
/proc/loadavg: 2.00 2.00 2.00 3/200 14230
/proc/meminfo: memFree=31006028/32951124 swapFree=67111528/67111528
[pid=14230] ppid=14228 vsize=19692 CPUtime=0.09
/proc/14230/stat : 14230 (pbscip.linux.x8) R 14228 14230 13949 0 -1 4202496 6951 0 0 0 8 1 0 0 23 0 1 0 132732319 20164608 4205 4089446400 4194304 7136930 140734112265152 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/14230/statm: 4923 4205 406 719 0 4202 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 19692

[startup+0.301119 s]
/proc/loadavg: 2.00 2.00 2.00 3/200 14230
/proc/meminfo: memFree=31006028/32951124 swapFree=67111528/67111528
[pid=14230] ppid=14228 vsize=20224 CPUtime=0.29
/proc/14230/stat : 14230 (pbscip.linux.x8) R 14228 14230 13949 0 -1 4202496 7094 0 0 0 27 2 0 0 23 0 1 0 132732319 20709376 4348 4089446400 4194304 7136930 140734112265152 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/14230/statm: 5056 4348 406 719 0 4335 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 20224

[startup+0.701045 s]
/proc/loadavg: 2.00 2.00 2.00 3/200 14230
/proc/meminfo: memFree=31006028/32951124 swapFree=67111528/67111528
[pid=14230] ppid=14228 vsize=21352 CPUtime=0.69
/proc/14230/stat : 14230 (pbscip.linux.x8) R 14228 14230 13949 0 -1 4202496 7375 0 0 0 65 4 0 0 25 0 1 0 132732319 21864448 4629 4089446400 4194304 7136930 140734112265152 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/14230/statm: 5338 4629 406 719 0 4617 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 21352

[startup+1.50088 s]
/proc/loadavg: 2.00 2.00 2.00 3/201 14231
/proc/meminfo: memFree=30988164/32951124 swapFree=67111528/67111528
[pid=14230] ppid=14228 vsize=23904 CPUtime=1.48
/proc/14230/stat : 14230 (pbscip.linux.x8) R 14228 14230 13949 0 -1 4202496 8013 0 0 0 140 8 0 0 25 0 1 0 132732319 24477696 5267 4089446400 4194304 7136930 140734112265152 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/14230/statm: 5976 5267 406 719 0 5255 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 23904

[startup+3.10063 s]
/proc/loadavg: 2.00 2.00 2.00 3/201 14231
/proc/meminfo: memFree=30984320/32951124 swapFree=67111528/67111528
[pid=14230] ppid=14228 vsize=26580 CPUtime=3.09
/proc/14230/stat : 14230 (pbscip.linux.x8) R 14228 14230 13949 0 -1 4202496 8723 0 0 0 294 15 0 0 25 0 1 0 132732319 27217920 5977 4089446400 4194304 7136930 140734112265152 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/14230/statm: 6645 5977 406 719 0 5924 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 26580

[startup+6.30106 s]
/proc/loadavg: 2.00 2.00 2.00 3/201 14231
/proc/meminfo: memFree=30979112/32951124 swapFree=67111528/67111528
[pid=14230] ppid=14228 vsize=34008 CPUtime=6.29
/proc/14230/stat : 14230 (pbscip.linux.x8) R 14228 14230 13949 0 -1 4202496 10632 0 0 0 599 30 0 0 25 0 1 0 132732319 34824192 7886 4089446400 4194304 7136930 140734112265152 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/14230/statm: 8502 7886 406 719 0 7781 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 34008

[startup+12.7009 s]
/proc/loadavg: 2.00 2.00 2.00 3/201 14231
/proc/meminfo: memFree=30963500/32951124 swapFree=67111528/67111528
[pid=14230] ppid=14228 vsize=48140 CPUtime=12.69
/proc/14230/stat : 14230 (pbscip.linux.x8) R 14228 14230 13949 0 -1 4202496 14298 0 0 0 1211 58 0 0 25 0 1 0 132732319 49295360 11552 4089446400 4194304 7136930 140734112265152 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/14230/statm: 12035 11552 406 719 0 11314 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 48140

[startup+25.5006 s]
/proc/loadavg: 2.00 2.00 2.00 3/201 14231
/proc/meminfo: memFree=30931628/32951124 swapFree=67111528/67111528
[pid=14230] ppid=14228 vsize=79728 CPUtime=25.49
/proc/14230/stat : 14230 (pbscip.linux.x8) R 14228 14230 13949 0 -1 4202496 22007 0 0 0 2436 113 0 0 25 0 1 0 132732319 81641472 19261 4089446400 4194304 7136930 140734112265152 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/14230/statm: 19932 19261 406 719 0 19211 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 79728

[startup+51.1011 s]
/proc/loadavg: 2.00 2.00 2.00 3/201 14232
/proc/meminfo: memFree=30867852/32951124 swapFree=67111528/67111528
[pid=14230] ppid=14228 vsize=142512 CPUtime=51.09
/proc/14230/stat : 14230 (pbscip.linux.x8) R 14228 14230 13949 0 -1 4202496 37271 0 0 0 4881 228 0 0 25 0 1 0 132732319 145932288 34525 4089446400 4194304 7136930 140734112265152 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/14230/statm: 35628 34525 406 719 0 34907 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 142512

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 2.00 3/201 14233
/proc/meminfo: memFree=30735620/32951124 swapFree=67111528/67111528
[pid=14230] ppid=14228 vsize=275644 CPUtime=102.29
/proc/14230/stat : 14230 (pbscip.linux.x8) R 14228 14230 13949 0 -1 4202496 69766 0 0 0 9760 469 0 0 25 0 1 0 132732319 282259456 67020 4089446400 4194304 7136930 140734112265152 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/14230/statm: 68911 67020 410 719 0 68190 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 275644

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/201 14235
/proc/meminfo: memFree=30580324/32951124 swapFree=67111528/67111528
[pid=14230] ppid=14228 vsize=442632 CPUtime=162.29
/proc/14230/stat : 14230 (pbscip.linux.x8) R 14228 14230 13949 0 -1 4202496 108937 0 0 0 15475 754 0 0 25 0 1 0 132732319 453255168 106191 4089446400 4194304 7136930 140734112265152 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/14230/statm: 110658 106191 410 719 0 109937 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 442632

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/201 14237
/proc/meminfo: memFree=30419808/32951124 swapFree=67111528/67111528
[pid=14230] ppid=14228 vsize=589552 CPUtime=222.29
/proc/14230/stat : 14230 (pbscip.linux.x8) R 14228 14230 13949 0 -1 4202496 147179 0 0 0 21187 1042 0 0 25 0 1 0 132732319 603701248 144433 4089446400 4194304 7136930 140734112265152 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/14230/statm: 147388 144433 410 719 0 146667 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 589552

[startup+282.301 s]
/proc/loadavg: 2.06 2.01 2.00 3/201 14239
/proc/meminfo: memFree=30153636/32951124 swapFree=67111528/67111528
[pid=14230] ppid=14228 vsize=908328 CPUtime=282.3
/proc/14230/stat : 14230 (pbscip.linux.x8) R 14228 14230 13949 0 -1 4202496 212615 0 0 0 26908 1322 0 0 25 0 1 0 132732319 930127872 209869 4089446400 4194304 7136930 140734112265152 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/14230/statm: 227082 209869 413 719 0 226361 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 908328

[startup+342.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/201 14240
/proc/meminfo: memFree=29903708/32951124 swapFree=67111528/67111528
[pid=14230] ppid=14228 vsize=1212824 CPUtime=342.3
/proc/14230/stat : 14230 (pbscip.linux.x8) R 14228 14230 13949 0 -1 4202496 272619 0 0 0 32621 1609 0 0 25 0 1 0 132732319 1241931776 269873 4089446400 4194304 7136930 140734112265152 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/14230/statm: 303206 269873 413 719 0 302485 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 1212824

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/201 14241
/proc/meminfo: memFree=29851704/32951124 swapFree=67111528/67111528
[pid=14230] ppid=14228 vsize=1278036 CPUtime=402.3
/proc/14230/stat : 14230 (pbscip.linux.x8) R 14228 14230 13949 0 -1 4202496 283586 0 0 0 38328 1902 0 0 25 0 1 0 132732319 1308708864 280840 4089446400 4194304 7136930 140734112265152 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/14230/statm: 319509 280840 413 719 0 318788 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 1278036

Solver just ended. Dumping a history of the last processes samples

[startup+409.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/201 14241
/proc/meminfo: memFree=29850704/32951124 swapFree=67111528/67111528
[pid=14230] ppid=14228 vsize=1278208 CPUtime=409.5
/proc/14230/stat : 14230 (pbscip.linux.x8) R 14228 14230 13949 0 -1 4202496 283673 0 0 0 39009 1941 0 0 25 0 1 0 132732319 1308884992 280927 4089446400 4194304 7136930 140734112265152 18446744073709551615 4999867 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/14230/statm: 319552 280927 413 719 0 318831 0
Current children cumulated CPU time (s) 409.5
Current children cumulated vsize (KiB) 1278208

[startup+435.101 s]
/proc/loadavg: 2.00 2.00 2.00 3/201 14243
/proc/meminfo: memFree=29834180/32951124 swapFree=67111528/67111528
[pid=14230] ppid=14228 vsize=1297232 CPUtime=435.1
/proc/14230/stat : 14230 (pbscip.linux.x8) R 14228 14230 13949 0 -1 4202496 287248 0 0 0 41428 2082 0 0 25 0 1 0 132732319 1328365568 284502 4089446400 4194304 7136930 140734112265152 18446744073709551615 4661085 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/14230/statm: 324308 284502 413 719 0 323587 0
Current children cumulated CPU time (s) 435.1
Current children cumulated vsize (KiB) 1297232

[startup+441.501 s]
/proc/loadavg: 2.00 2.00 2.00 3/201 14243
/proc/meminfo: memFree=29831196/32951124 swapFree=67111528/67111528
[pid=14230] ppid=14228 vsize=1299188 CPUtime=441.5
/proc/14230/stat : 14230 (pbscip.linux.x8) R 14228 14230 13949 0 -1 4202496 287640 0 0 0 42032 2118 0 0 25 0 1 0 132732319 1330368512 284894 4089446400 4194304 7136930 140734112265152 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/14230/statm: 324797 284894 413 719 0 324076 0
Current children cumulated CPU time (s) 441.5
Current children cumulated vsize (KiB) 1299188

[startup+444.701 s]
/proc/loadavg: 2.00 2.00 2.00 3/201 14243
/proc/meminfo: memFree=29830448/32951124 swapFree=67111528/67111528
[pid=14230] ppid=14228 vsize=1300324 CPUtime=444.7
/proc/14230/stat : 14230 (pbscip.linux.x8) R 14228 14230 13949 0 -1 4202496 287775 0 0 0 42331 2139 0 0 25 0 1 0 132732319 1331531776 285029 4089446400 4194304 7136930 140734112265152 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/14230/statm: 325081 285029 413 719 0 324360 0
Current children cumulated CPU time (s) 444.7
Current children cumulated vsize (KiB) 1300324

[startup+446.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/201 14243
/proc/meminfo: memFree=29830076/32951124 swapFree=67111528/67111528
[pid=14230] ppid=14228 vsize=1300324 CPUtime=446.3
/proc/14230/stat : 14230 (pbscip.linux.x8) R 14228 14230 13949 0 -1 4202496 287814 0 0 0 42481 2149 0 0 25 0 1 0 132732319 1331531776 285068 4089446400 4194304 7136930 140734112265152 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/14230/statm: 325081 285068 413 719 0 324360 0
Current children cumulated CPU time (s) 446.3
Current children cumulated vsize (KiB) 1300324

[startup+447.101 s]
/proc/loadavg: 2.00 2.00 2.00 3/201 14243
/proc/meminfo: memFree=29829952/32951124 swapFree=67111528/67111528
[pid=14230] ppid=14228 vsize=1300324 CPUtime=447.1
/proc/14230/stat : 14230 (pbscip.linux.x8) R 14228 14230 13949 0 -1 4202496 287816 0 0 0 42556 2154 0 0 25 0 1 0 132732319 1331531776 285070 4089446400 4194304 7136930 140734112265152 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/14230/statm: 325081 285070 413 719 0 324360 0
Current children cumulated CPU time (s) 447.1
Current children cumulated vsize (KiB) 1300324

[startup+447.501 s]
/proc/loadavg: 2.00 2.00 2.00 3/201 14243
/proc/meminfo: memFree=29829952/32951124 swapFree=67111528/67111528
[pid=14230] ppid=14228 vsize=1300324 CPUtime=447.5
/proc/14230/stat : 14230 (pbscip.linux.x8) R 14228 14230 13949 0 -1 4202496 287825 0 0 0 42594 2156 0 0 25 0 1 0 132732319 1331531776 285079 4089446400 4194304 7136930 140734112265152 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/14230/statm: 325081 285079 413 719 0 324360 0
Current children cumulated CPU time (s) 447.5
Current children cumulated vsize (KiB) 1300324

[startup+447.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/201 14243
/proc/meminfo: memFree=29829824/32951124 swapFree=67111528/67111528
[pid=14230] ppid=14228 vsize=1166444 CPUtime=447.9
/proc/14230/stat : 14230 (pbscip.linux.x8) R 14228 14230 13949 0 -1 4202496 287828 0 0 0 42632 2158 0 0 25 0 1 0 132732319 1194438656 251612 4089446400 4194304 7136930 140734112265152 18446744073709551615 4221538 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/14230/statm: 291611 251612 413 719 0 290890 0
Current children cumulated CPU time (s) 447.9
Current children cumulated vsize (KiB) 1166444

[startup+448 s]
/proc/loadavg: 2.00 2.00 2.00 3/201 14243
/proc/meminfo: memFree=29829824/32951124 swapFree=67111528/67111528
[pid=14230] ppid=14228 vsize=528416 CPUtime=448
/proc/14230/stat : 14230 (pbscip.linux.x8) R 14228 14230 13949 0 -1 4202496 287834 0 0 0 42639 2161 0 0 18 0 1 0 132732319 541097984 107822 4089446400 4194304 7136930 140734112265152 18446744073709551615 6360983 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/14230/statm: 131514 107445 419 719 0 130793 0
Current children cumulated CPU time (s) 448
Current children cumulated vsize (KiB) 528416

Child status: 0
Real time (s): 448.021
CPU time (s): 448.03
CPU user time (s): 426.403
CPU system time (s): 21.6267
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 1300324

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 426.403
system time used= 21.6267
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 287841
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4
involuntary context switches= 280

runsolver used 0.699893 second user time and 1.42478 second system time

The end

Launcher Data

Begin job on node132 at 2010-06-30 18:12:42
IDJOB=2693656
IDBENCH=79030
IDSOLVER=1206
FILE ID=node132/2693656-1277914362
PBS_JOBID= 11197296
Free space on /tmp= 74136 MiB

SOLVER NAME= SCIPnone SCIP 1.2.1.2 without any LP solver
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/web/uclid_pb_benchmarks/normalized-44s.smv--soft-33-100-0.wbo
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.none -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2693656-1277914362/watcher-2693656-1277914362 -o /tmp/evaluation-result-2693656-1277914362/solver-2693656-1277914362 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2693656-1277914362.wbo -t 1800 -m 3800

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 3800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 3545a507d8022035a27eeba1d33d0d09
RANDOM SEED=1391958196

node132.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.810
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.62
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.810
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.810
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.810
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.810
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.810
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.810
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.810
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31006308 kB
Buffers:        195380 kB
Cached:        1215064 kB
SwapCached:          0 kB
Active:         928080 kB
Inactive:       870952 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31006308 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            3176 kB
Writeback:           0 kB
AnonPages:      388536 kB
Mapped:          20328 kB
Slab:            81640 kB
PageTables:       6008 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1646660 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74136 MiB
End job on node132 at 2010-06-30 18:20:10