Trace number 2693789

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 solver? (TO) 1802.08 1802.04

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/roussel/
normalized-pigeon-cardinality-85-80--soft-66-100-0.wbo
MD5SUM6d906c6a0b5d527a5b0feb820bb742c0
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.25196
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables6800
Total number of constraints165
Number of soft constraints53
Number of constraints which are clauses85
Number of constraints which are cardinality constraints (but not clauses)80
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint80
Maximum length of a constraint85
Top cost 2598
Min constraint cost 1
Max constraint cost 94
Sum of constraints costs 2597
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 86
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

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-2693789-1277892731.wbo>
0.00/0.02	c original problem has 6906 variables (6853 bin, 0 int, 0 impl, 53 cont) and 219 constraints
0.00/0.02	c problem read
0.00/0.02	c presolving settings loaded
0.00/0.02	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.03	c presolving:
0.00/0.04	c (round 1) 0 del vars, 1 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 53 impls, 54 clqs
0.00/0.05	c (round 2) 0 del vars, 1 del conss, 53 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 53 impls, 54 clqs
0.00/0.05	c (round 3) 0 del vars, 1 del conss, 53 chg bounds, 0 chg sides, 0 chg coeffs, 58 upgd conss, 53 impls, 54 clqs
0.00/0.05	c (round 4) 0 del vars, 1 del conss, 53 chg bounds, 0 chg sides, 0 chg coeffs, 112 upgd conss, 53 impls, 54 clqs
0.09/0.10	c    (0.1s) probing: 101/6853 (1.5%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.09/0.10	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.09/0.10	c presolving (5 rounds):
0.09/0.10	c  0 deleted vars, 1 deleted constraints, 53 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.09/0.10	c  53 implications, 54 cliques
0.09/0.10	c presolved problem has 6906 variables (6853 bin, 0 int, 0 impl, 53 cont) and 218 constraints
0.09/0.10	c      53 constraints of type <indicator>
0.09/0.10	c      54 constraints of type <setppc>
0.09/0.10	c      53 constraints of type <linear>
0.09/0.10	c      58 constraints of type <logicor>
0.09/0.10	c transformed objective value is always integral (scale: 1)
0.09/0.10	c Presolving Time: 0.07
0.09/0.10	c - non default parameters ----------------------------------------------------------------------
0.09/0.10	c # SCIP version 1.2.1.2
0.09/0.10	c 
0.09/0.10	c # frequency for displaying node information lines
0.09/0.10	c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.10	c display/freq = 10000
0.09/0.10	c 
0.09/0.10	c # maximal time in seconds to run
0.09/0.10	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.10	c limits/time = 1799.99
0.09/0.10	c 
0.09/0.10	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.10	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.10	c limits/memory = 3420
0.09/0.10	c 
0.09/0.10	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
0.09/0.10	c # [type: int, range: [-1,2147483647], default: 1]
0.09/0.10	c lp/solvefreq = -1
0.09/0.10	c 
0.09/0.10	c # should presolving try to simplify inequalities
0.09/0.10	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.10	c constraints/linear/simplifyinequalities = TRUE
0.09/0.10	c 
0.09/0.10	c # should presolving try to simplify knapsacks
0.09/0.10	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.10	c constraints/knapsack/simplifyinequalities = TRUE
0.09/0.10	c 
0.09/0.10	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.09/0.10	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.10	c separating/rapidlearning/freq = 0
0.09/0.10	c 
0.09/0.10	c -----------------------------------------------------------------------------------------------
0.09/0.10	c start solving
0.09/0.10	c 
0.09/0.10	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.09/0.10	c   0.1s|     1 |     2 |     0 |     - |  13M|   0 |   - |6906 | 218 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
5.19/5.23	c   5.0s| 10000 |  9990 |     0 |   0.0 |  16M|4322 |   - |6906 | 246 |   0 |   0 |   0 |  50 |   0 | 0.000000e+00 |      --      |    Inf 
9.59/9.68	c   9.3s| 20000 | 19975 |     0 |   0.0 |  19M|4322 |   - |6906 | 281 |   0 |   0 |   0 | 139 |   0 | 0.000000e+00 |      --      |    Inf 
13.79/13.84	c  13.3s| 30000 | 29964 |     0 |   0.0 |  22M|4322 |   - |6906 | 264 |   0 |   0 |   0 | 199 |   0 | 0.000000e+00 |      --      |    Inf 
18.09/18.12	c  17.4s| 40000 | 39946 |     0 |   0.0 |  25M|4322 |   - |6906 | 272 |   0 |   0 |   0 | 289 |   0 | 0.000000e+00 |      --      |    Inf 
22.69/22.72	c  21.8s| 50000 | 49936 |     0 |   0.0 |  28M|4322 |   - |6906 | 256 |   0 |   0 |   0 | 339 |   0 | 0.000000e+00 |      --      |    Inf 
27.49/27.51	c  26.5s| 60000 | 59918 |     0 |   0.0 |  31M|4322 |   - |6906 | 269 |   0 |   0 |   0 | 429 |   0 | 0.000000e+00 |      --      |    Inf 
31.99/32.09	c  30.9s| 70000 | 69904 |     0 |   0.0 |  34M|4322 |   - |6906 | 264 |   0 |   0 |   0 | 499 |   0 | 0.000000e+00 |      --      |    Inf 
37.19/37.26	c  35.9s| 80000 | 79891 |     0 |   0.0 |  37M|4322 |   - |6906 | 278 |   0 |   0 |   0 | 559 |   0 | 0.000000e+00 |      --      |    Inf 
41.80/41.89	c  40.4s| 90000 | 89881 |     0 |   0.0 |  40M|4322 |   - |6906 | 252 |   0 |   0 |   0 | 609 |   0 | 0.000000e+00 |      --      |    Inf 
46.99/47.01	c  45.4s|100000 | 99865 |     0 |   0.0 |  43M|4343 |   - |6906 | 281 |   0 |   0 |   0 | 689 |   0 | 0.000000e+00 |      --      |    Inf 
52.09/52.10	c  50.3s|110000 |109851 |     0 |   0.0 |  46M|4343 |   - |6906 | 273 |   0 |   0 |   0 | 759 |   0 | 0.000000e+00 |      --      |    Inf 
56.89/56.98	c  55.0s|120000 |119839 |     0 |   0.0 |  49M|4453 |   - |6906 | 279 |   0 |   0 |   0 | 819 |   0 | 0.000000e+00 |      --      |    Inf 
62.39/62.41	c  60.3s|130000 |129832 |     0 |   0.0 |  52M|4493 |   - |6906 | 281 |   0 |   0 |   0 | 859 |   0 | 0.000000e+00 |      --      |    Inf 
67.69/67.77	c  65.5s|140000 |139825 |     0 |   0.0 |  54M|4493 |   - |6906 | 293 |   0 |   0 |   0 | 899 |   0 | 0.000000e+00 |      --      |    Inf 
73.19/73.29	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
73.19/73.29	c  70.9s|150000 |149812 |     0 |   0.0 |  57M|4493 |   - |6906 | 325 |   0 |   0 |   0 | 971 |   0 | 0.000000e+00 |      --      |    Inf 
78.69/78.73	c  76.2s|160000 |159805 |     0 |   0.0 |  60M|4493 |   - |6906 | 326 |   0 |   0 |   0 |1008 |   0 | 0.000000e+00 |      --      |    Inf 
83.99/84.06	c  81.3s|170000 |169787 |     0 |   0.0 |  63M|4493 |   - |6906 | 383 |   0 |   0 |   0 |1098 |   0 | 0.000000e+00 |      --      |    Inf 
89.29/89.36	c  86.5s|180000 |179779 |     0 |   0.0 |  65M|4706 |   - |6906 | 384 |   0 |   0 |   0 |1138 |   0 | 0.000000e+00 |      --      |    Inf 
94.50/94.58	c  91.6s|190000 |189772 |     0 |   0.0 |  68M|4782 |   - |6906 | 374 |   0 |   0 |   0 |1178 |   0 | 0.000000e+00 |      --      |    Inf 
99.70/99.74	c  96.6s|200000 |199765 |     0 |   0.0 |  71M|4854 |   - |6906 | 378 |   0 |   0 |   0 |1218 |   0 | 0.000000e+00 |      --      |    Inf 
104.69/104.79	c   101s|210000 |209757 |     0 |   0.0 |  74M|5032 |   - |6906 | 388 |   0 |   0 |   0 |1258 |   0 | 0.000000e+00 |      --      |    Inf 
109.79/109.81	c   106s|220000 |219747 |     0 |   0.0 |  76M|5054 |   - |6906 | 379 |   0 |   0 |   0 |1308 |   0 | 0.000000e+00 |      --      |    Inf 
114.79/114.85	c   111s|230000 |229735 |     0 |   0.0 |  79M|5104 |   - |6906 | 405 |   0 |   0 |   0 |1368 |   0 | 0.000000e+00 |      --      |    Inf 
119.90/119.96	c   116s|240000 |239723 |     0 |   0.0 |  82M|5160 |   - |6906 | 407 |   0 |   0 |   0 |1428 |   0 | 0.000000e+00 |      --      |    Inf 
124.99/125.02	c   121s|250000 |249712 |     0 |   0.0 |  85M|5210 |   - |6906 | 423 |   0 |   0 |   0 |1488 |   0 | 0.000000e+00 |      --      |    Inf 
130.09/130.10	c   126s|260000 |259703 |     0 |   0.0 |  87M|5210 |   - |6906 | 418 |   0 |   0 |   0 |1538 |   0 | 0.000000e+00 |      --      |    Inf 
135.20/135.21	c   131s|270000 |269693 |     0 |   0.0 |  90M|5210 |   - |6906 | 413 |   0 |   0 |   0 |1588 |   0 | 0.000000e+00 |      --      |    Inf 
140.49/140.54	c   136s|280000 |279682 |     0 |   0.0 |  93M|5210 |   - |6906 | 420 |   0 |   0 |   0 |1648 |   0 | 0.000000e+00 |      --      |    Inf 
145.69/145.73	c   141s|290000 |289667 |     0 |   0.0 |  96M|5210 |   - |6906 | 436 |   0 |   0 |   0 |1727 |   0 | 0.000000e+00 |      --      |    Inf 
150.80/150.86	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
150.80/150.86	c   146s|300000 |299658 |     0 |   0.0 |  98M|5210 |   - |6906 | 425 |   0 |   0 |   0 |1777 |   0 | 0.000000e+00 |      --      |    Inf 
155.90/155.98	c   151s|310000 |309649 |     0 |   0.0 | 101M|5210 |   - |6906 | 431 |   0 |   0 |   0 |1827 |   0 | 0.000000e+00 |      --      |    Inf 
161.09/161.15	c   156s|320000 |319635 |     0 |   0.0 | 104M|5210 |   - |6906 | 431 |   0 |   0 |   0 |1890 |   0 | 0.000000e+00 |      --      |    Inf 
166.39/166.45	c   161s|330000 |329623 |     0 |   0.0 | 107M|5210 |   - |6906 | 439 |   0 |   0 |   0 |1950 |   0 | 0.000000e+00 |      --      |    Inf 
171.60/171.69	c   166s|340000 |339613 |     0 |   0.0 | 109M|5210 |   - |6906 | 429 |   0 |   0 |   0 |1994 |   0 | 0.000000e+00 |      --      |    Inf 
176.90/176.98	c   172s|350000 |349604 |     0 |   0.0 | 112M|5210 |   - |6906 | 453 |   0 |   0 |   0 |2039 |   0 | 0.000000e+00 |      --      |    Inf 
182.19/182.21	c   177s|360000 |359589 |     0 |   0.0 | 115M|5210 |   - |6906 | 489 |   0 |   0 |   0 |2119 |   0 | 0.000000e+00 |      --      |    Inf 
187.29/187.38	c   182s|370000 |369580 |     0 |   0.0 | 118M|5248 |   - |6906 | 481 |   0 |   0 |   0 |2158 |   0 | 0.000000e+00 |      --      |    Inf 
192.40/192.50	c   186s|380000 |379562 |     0 |   0.0 | 120M|5334 |   - |6906 | 505 |   0 |   0 |   0 |2242 |   0 | 0.000000e+00 |      --      |    Inf 
197.69/197.77	c   192s|390000 |389550 |     0 |   0.0 | 123M|5334 |   - |6906 | 498 |   0 |   0 |   0 |2302 |   0 | 0.000000e+00 |      --      |    Inf 
202.89/202.98	c   197s|400000 |399538 |     0 |   0.0 | 126M|5334 |   - |6906 | 495 |   0 |   0 |   0 |2362 |   0 | 0.000000e+00 |      --      |    Inf 
208.20/208.28	c   202s|410000 |409526 |     0 |   0.0 | 129M|5334 |   - |6906 | 487 |   0 |   0 |   0 |2422 |   0 | 0.000000e+00 |      --      |    Inf 
213.50/213.59	c   207s|420000 |419513 |     0 |   0.0 | 131M|5334 |   - |6906 | 515 |   0 |   0 |   0 |2492 |   0 | 0.000000e+00 |      --      |    Inf 
218.80/218.84	c   212s|430000 |429501 |     0 |   0.0 | 134M|5334 |   - |6906 | 512 |   0 |   0 |   0 |2552 |   0 | 0.000000e+00 |      --      |    Inf 
223.99/224.05	c   217s|440000 |439491 |     0 |   0.0 | 137M|5334 |   - |6906 | 519 |   0 |   0 |   0 |2602 |   0 | 0.000000e+00 |      --      |    Inf 
229.09/229.10	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
229.09/229.10	c   222s|450000 |449485 |     0 |   0.0 | 140M|5334 |   - |6906 | 526 |   0 |   0 |   0 |2642 |   0 | 0.000000e+00 |      --      |    Inf 
234.30/234.33	c   227s|460000 |459472 |     0 |   0.0 | 142M|5334 |   - |6906 | 548 |   0 |   0 |   0 |2712 |   0 | 0.000000e+00 |      --      |    Inf 
239.39/239.42	c   232s|470000 |469465 |     0 |   0.0 | 145M|5334 |   - |6906 | 538 |   0 |   0 |   0 |2752 |   0 | 0.000000e+00 |      --      |    Inf 
244.60/244.63	c   237s|480000 |479453 |     0 |   0.0 | 148M|5334 |   - |6906 | 555 |   0 |   0 |   0 |2812 |   0 | 0.000000e+00 |      --      |    Inf 
249.70/249.74	c   242s|490000 |489441 |     0 |   0.0 | 150M|5334 |   - |6906 | 552 |   0 |   0 |   0 |2872 |   0 | 0.000000e+00 |      --      |    Inf 
255.10/255.19	c   247s|500000 |499427 |     0 |   0.0 | 153M|5334 |   - |6906 | 559 |   0 |   0 |   0 |2942 |   0 | 0.000000e+00 |      --      |    Inf 
260.19/260.22	c   252s|510000 |509415 |     0 |   0.0 | 156M|5334 |   - |6906 | 555 |   0 |   0 |   0 |3002 |   0 | 0.000000e+00 |      --      |    Inf 
265.39/265.46	c   257s|520000 |519403 |     0 |   0.0 | 159M|5334 |   - |6906 | 556 |   0 |   0 |   0 |3062 |   0 | 0.000000e+00 |      --      |    Inf 
270.50/270.53	c   262s|530000 |529393 |     0 |   0.0 | 161M|5334 |   - |6906 | 556 |   0 |   0 |   0 |3112 |   0 | 0.000000e+00 |      --      |    Inf 
275.60/275.69	c   267s|540000 |539379 |     0 |   0.0 | 164M|5334 |   - |6906 | 579 |   0 |   0 |   0 |3182 |   0 | 0.000000e+00 |      --      |    Inf 
280.80/280.87	c   272s|550000 |549367 |     0 |   0.0 | 167M|5334 |   - |6906 | 570 |   0 |   0 |   0 |3242 |   0 | 0.000000e+00 |      --      |    Inf 
285.90/285.99	c   277s|560000 |559357 |     0 |   0.0 | 170M|5334 |   - |6906 | 571 |   0 |   0 |   0 |3292 |   0 | 0.000000e+00 |      --      |    Inf 
291.10/291.13	c   282s|570000 |569341 |     0 |   0.0 | 172M|5334 |   - |6906 | 593 |   0 |   0 |   0 |3372 |   0 | 0.000000e+00 |      --      |    Inf 
296.29/296.32	c   287s|580000 |579325 |     0 |   0.0 | 175M|5334 |   - |6906 | 594 |   0 |   0 |   0 |3452 |   0 | 0.000000e+00 |      --      |    Inf 
301.59/301.61	c   292s|590000 |589313 |     0 |   0.0 | 178M|5334 |   - |6906 | 594 |   0 |   0 |   0 |3512 |   0 | 0.000000e+00 |      --      |    Inf 
306.69/306.79	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
306.69/306.79	c   297s|600000 |599303 |     0 |   0.0 | 180M|5334 |   - |6906 | 595 |   0 |   0 |   0 |3562 |   0 | 0.000000e+00 |      --      |    Inf 
311.79/311.87	c   302s|610000 |609289 |     0 |   0.0 | 183M|5334 |   - |6906 | 618 |   0 |   0 |   0 |3632 |   0 | 0.000000e+00 |      --      |    Inf 
316.90/316.92	c   307s|620000 |619279 |     0 |   0.0 | 186M|5338 |   - |6906 | 624 |   0 |   0 |   0 |3682 |   0 | 0.000000e+00 |      --      |    Inf 
321.99/322.02	c   312s|630000 |629271 |     0 |   0.0 | 189M|5403 |   - |6906 | 616 |   0 |   0 |   0 |3722 |   0 | 0.000000e+00 |      --      |    Inf 
327.20/327.26	c   317s|640000 |639259 |     0 |   0.0 | 191M|5426 |   - |6906 | 634 |   0 |   0 |   0 |3782 |   0 | 0.000000e+00 |      --      |    Inf 
332.10/332.20	c   321s|650000 |649249 |     0 |   0.0 | 194M|5473 |   - |6906 | 624 |   0 |   0 |   0 |3832 |   0 | 0.000000e+00 |      --      |    Inf 
337.40/337.43	c   326s|660000 |659243 |     0 |   0.0 | 197M|5473 |   - |6906 | 621 |   0 |   0 |   0 |3862 |   0 | 0.000000e+00 |      --      |    Inf 
342.69/342.72	c   331s|670000 |669231 |     0 |   0.0 | 199M|5526 |   - |6906 | 627 |   0 |   0 |   0 |3922 |   0 | 0.000000e+00 |      --      |    Inf 
347.99/348.00	c   337s|680000 |679219 |     0 |   0.0 | 202M|5551 |   - |6906 | 636 |   0 |   0 |   0 |3982 |   0 | 0.000000e+00 |      --      |    Inf 
353.30/353.30	c   342s|690000 |689208 |     0 |   0.0 | 205M|5553 |   - |6906 | 653 |   0 |   0 |   0 |4042 |   0 | 0.000000e+00 |      --      |    Inf 
358.30/358.32	c   347s|700000 |699196 |     0 |   0.0 | 207M|5591 |   - |6906 | 664 |   0 |   0 |   0 |4102 |   0 | 0.000000e+00 |      --      |    Inf 
363.40/363.43	c   351s|710000 |709186 |     0 |   0.0 | 210M|5596 |   - |6906 | 671 |   0 |   0 |   0 |4152 |   0 | 0.000000e+00 |      --      |    Inf 
368.69/368.73	c   357s|720000 |719174 |     0 |   0.0 | 213M|5596 |   - |6906 | 684 |   0 |   0 |   0 |4212 |   0 | 0.000000e+00 |      --      |    Inf 
373.80/373.87	c   361s|730000 |729162 |     0 |   0.0 | 215M|5596 |   - |6906 | 700 |   0 |   0 |   0 |4272 |   0 | 0.000000e+00 |      --      |    Inf 
379.20/379.23	c   367s|740000 |739154 |     0 |   0.0 | 218M|5596 |   - |6906 | 687 |   0 |   0 |   0 |4312 |   0 | 0.000000e+00 |      --      |    Inf 
384.30/384.33	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
384.30/384.33	c   372s|750000 |749147 |     0 |   0.0 | 221M|5599 |   - |6906 | 689 |   0 |   0 |   0 |4351 |   0 | 0.000000e+00 |      --      |    Inf 
389.50/389.59	c   377s|760000 |759137 |     0 |   0.0 | 223M|5622 |   - |6906 | 702 |   0 |   0 |   0 |4401 |   0 | 0.000000e+00 |      --      |    Inf 
394.70/394.74	c   382s|770000 |769125 |     0 |   0.0 | 226M|5622 |   - |6906 | 710 |   0 |   0 |   0 |4461 |   0 | 0.000000e+00 |      --      |    Inf 
399.80/399.85	c   387s|780000 |779113 |     0 |   0.0 | 229M|5622 |   - |6906 | 716 |   0 |   0 |   0 |4521 |   0 | 0.000000e+00 |      --      |    Inf 
405.10/405.14	c   392s|790000 |789099 |     0 |   0.0 | 232M|5622 |   - |6906 | 736 |   0 |   0 |   0 |4591 |   0 | 0.000000e+00 |      --      |    Inf 
410.10/410.12	c   396s|800000 |799087 |     0 |   0.0 | 234M|5622 |   - |6906 | 734 |   0 |   0 |   0 |4651 |   0 | 0.000000e+00 |      --      |    Inf 
415.00/415.07	c   401s|810000 |809079 |     0 |   0.0 | 237M|5622 |   - |6906 | 723 |   0 |   0 |   0 |4691 |   0 | 0.000000e+00 |      --      |    Inf 
420.20/420.29	c   406s|820000 |819073 |     0 |   0.0 | 240M|5622 |   - |6906 | 723 |   0 |   0 |   0 |4721 |   0 | 0.000000e+00 |      --      |    Inf 
425.71/425.72	c   412s|830000 |829059 |     0 |   0.0 | 242M|5622 |   - |6906 | 740 |   0 |   0 |   0 |4791 |   0 | 0.000000e+00 |      --      |    Inf 
430.80/430.86	c   416s|840000 |839049 |     0 |   0.0 | 245M|5622 |   - |6906 | 718 |   0 |   0 |   0 |4841 |   0 | 0.000000e+00 |      --      |    Inf 
436.00/436.03	c   421s|850000 |849035 |     0 |   0.0 | 248M|5622 |   - |6906 | 751 |   0 |   0 |   0 |4911 |   0 | 0.000000e+00 |      --      |    Inf 
441.20/441.22	c   426s|860000 |859021 |     0 |   0.0 | 250M|5622 |   - |6906 | 771 |   0 |   0 |   0 |4981 |   0 | 0.000000e+00 |      --      |    Inf 
446.20/446.22	c   431s|870000 |869013 |     0 |   0.0 | 253M|5622 |   - |6906 | 760 |   0 |   0 |   0 |5021 |   0 | 0.000000e+00 |      --      |    Inf 
451.40/451.47	c   436s|880000 |878997 |     0 |   0.0 | 256M|5622 |   - |6906 | 785 |   0 |   0 |   0 |5101 |   0 | 0.000000e+00 |      --      |    Inf 
456.40/456.41	c   441s|890000 |888985 |     0 |   0.0 | 258M|5622 |   - |6906 | 788 |   0 |   0 |   0 |5161 |   0 | 0.000000e+00 |      --      |    Inf 
461.50/461.53	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
461.50/461.53	c   446s|900000 |898973 |     0 |   0.0 | 261M|5622 |   - |6906 | 795 |   0 |   0 |   0 |5221 |   0 | 0.000000e+00 |      --      |    Inf 
466.69/466.79	c   451s|910000 |908965 |     0 |   0.0 | 264M|5622 |   - |6906 | 790 |   0 |   0 |   0 |5261 |   0 | 0.000000e+00 |      --      |    Inf 
472.10/472.17	c   456s|920000 |918951 |     0 |   0.0 | 266M|5622 |   - |6906 | 793 |   0 |   0 |   0 |5331 |   0 | 0.000000e+00 |      --      |    Inf 
477.30/477.37	c   461s|930000 |928939 |     0 |   0.0 | 269M|5622 |   - |6906 | 804 |   0 |   0 |   0 |5391 |   0 | 0.000000e+00 |      --      |    Inf 
482.39/482.41	c   466s|940000 |938927 |     0 |   0.0 | 272M|5622 |   - |6906 | 808 |   0 |   0 |   0 |5451 |   0 | 0.000000e+00 |      --      |    Inf 
487.40/487.42	c   471s|950000 |948919 |     0 |   0.0 | 274M|5622 |   - |6906 | 810 |   0 |   0 |   0 |5491 |   0 | 0.000000e+00 |      --      |    Inf 
492.71/492.72	c   476s|960000 |958907 |     0 |   0.0 | 277M|5622 |   - |6906 | 831 |   0 |   0 |   0 |5551 |   0 | 0.000000e+00 |      --      |    Inf 
497.99/498.02	c   481s|970000 |968897 |     0 |   0.0 | 280M|5622 |   - |6906 | 823 |   0 |   0 |   0 |5601 |   0 | 0.000000e+00 |      --      |    Inf 
503.10/503.10	c   486s|980000 |978889 |     0 |   0.0 | 283M|5622 |   - |6906 | 811 |   0 |   0 |   0 |5641 |   0 | 0.000000e+00 |      --      |    Inf 
508.21/508.26	c   491s|990000 |988869 |     0 |   0.0 | 285M|5622 |   - |6906 | 857 |   0 |   0 |   0 |5741 |   0 | 0.000000e+00 |      --      |    Inf 
513.40/513.40	c   496s|  1000k|998857 |     0 |   0.0 | 288M|5622 |   - |6906 | 840 |   0 |   0 |   0 |5801 |   0 | 0.000000e+00 |      --      |    Inf 
518.60/518.62	c   501s|  1010k|  1008k|     0 |   0.0 | 291M|5622 |   - |6906 | 830 |   0 |   0 |   0 |5841 |   0 | 0.000000e+00 |      --      |    Inf 
523.70/523.74	c   506s|  1020k|  1018k|     0 |   0.0 | 293M|5622 |   - |6906 | 815 |   0 |   0 |   0 |5891 |   0 | 0.000000e+00 |      --      |    Inf 
529.01/529.07	c   511s|  1030k|  1028k|     0 |   0.0 | 296M|5622 |   - |6906 | 825 |   0 |   0 |   0 |5951 |   0 | 0.000000e+00 |      --      |    Inf 
534.20/534.26	c   516s|  1040k|  1038k|     0 |   0.0 | 299M|5622 |   - |6906 | 830 |   0 |   0 |   0 |6021 |   0 | 0.000000e+00 |      --      |    Inf 
539.50/539.56	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
539.50/539.56	c   521s|  1050k|  1048k|     0 |   0.0 | 301M|5622 |   - |6906 | 836 |   0 |   0 |   0 |6101 |   0 | 0.000000e+00 |      --      |    Inf 
544.51/544.58	c   526s|  1060k|  1058k|     0 |   0.0 | 304M|5622 |   - |6906 | 820 |   0 |   0 |   0 |6141 |   0 | 0.000000e+00 |      --      |    Inf 
549.60/549.66	c   531s|  1070k|  1068k|     0 |   0.0 | 307M|5622 |   - |6906 | 833 |   0 |   0 |   0 |6191 |   0 | 0.000000e+00 |      --      |    Inf 
554.70/554.73	c   536s|  1080k|  1078k|     0 |   0.0 | 309M|5622 |   - |6906 | 843 |   0 |   0 |   0 |6251 |   0 | 0.000000e+00 |      --      |    Inf 
560.00/560.00	c   541s|  1090k|  1088k|     0 |   0.0 | 312M|5622 |   - |6906 | 845 |   0 |   0 |   0 |6321 |   0 | 0.000000e+00 |      --      |    Inf 
565.20/565.20	c   546s|  1100k|  1098k|     0 |   0.0 | 315M|5622 |   - |6906 | 846 |   0 |   0 |   0 |6391 |   0 | 0.000000e+00 |      --      |    Inf 
570.00/570.10	c   551s|  1110k|  1108k|     0 |   0.0 | 317M|5622 |   - |6906 | 836 |   0 |   0 |   0 |6441 |   0 | 0.000000e+00 |      --      |    Inf 
575.00/575.08	c   556s|  1120k|  1118k|     0 |   0.0 | 320M|5622 |   - |6906 | 822 |   0 |   0 |   0 |6461 |   0 | 0.000000e+00 |      --      |    Inf 
580.60/580.66	c   561s|  1130k|  1128k|     0 |   0.0 | 323M|5622 |   - |6906 | 834 |   0 |   0 |   0 |6531 |   0 | 0.000000e+00 |      --      |    Inf 
585.90/585.96	c   566s|  1140k|  1138k|     0 |   0.0 | 326M|5622 |   - |6906 | 861 |   0 |   0 |   0 |6631 |   0 | 0.000000e+00 |      --      |    Inf 
591.30/591.34	c   571s|  1150k|  1148k|     0 |   0.0 | 328M|5622 |   - |6906 | 827 |   0 |   0 |   0 |6681 |   0 | 0.000000e+00 |      --      |    Inf 
596.70/596.79	c   576s|  1160k|  1158k|     0 |   0.0 | 331M|5622 |   - |6906 | 865 |   0 |   0 |   0 |6771 |   0 | 0.000000e+00 |      --      |    Inf 
602.00/602.03	c   582s|  1170k|  1168k|     0 |   0.0 | 334M|5622 |   - |6906 | 833 |   0 |   0 |   0 |6831 |   0 | 0.000000e+00 |      --      |    Inf 
607.00/607.04	c   586s|  1180k|  1178k|     0 |   0.0 | 336M|5622 |   - |6906 | 839 |   0 |   0 |   0 |6891 |   0 | 0.000000e+00 |      --      |    Inf 
612.20/612.21	c   591s|  1190k|  1188k|     0 |   0.0 | 339M|5622 |   - |6906 | 840 |   0 |   0 |   0 |6951 |   0 | 0.000000e+00 |      --      |    Inf 
617.40/617.46	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
617.40/617.46	c   596s|  1200k|  1198k|     0 |   0.0 | 342M|5622 |   - |6906 | 859 |   0 |   0 |   0 |7031 |   0 | 0.000000e+00 |      --      |    Inf 
622.51/622.56	c   601s|  1210k|  1208k|     0 |   0.0 | 344M|5622 |   - |6906 | 871 |   0 |   0 |   0 |7101 |   0 | 0.000000e+00 |      --      |    Inf 
627.70/627.80	c   606s|  1220k|  1218k|     0 |   0.0 | 347M|5622 |   - |6906 | 836 |   0 |   0 |   0 |7141 |   0 | 0.000000e+00 |      --      |    Inf 
633.00/633.02	c   611s|  1230k|  1228k|     0 |   0.0 | 350M|5622 |   - |6906 | 856 |   0 |   0 |   0 |7211 |   0 | 0.000000e+00 |      --      |    Inf 
638.01/638.08	c   616s|  1240k|  1238k|     0 |   0.0 | 352M|5622 |   - |6906 | 850 |   0 |   0 |   0 |7261 |   0 | 0.000000e+00 |      --      |    Inf 
643.10/643.18	c   621s|  1250k|  1248k|     0 |   0.0 | 355M|5622 |   - |6906 | 852 |   0 |   0 |   0 |7311 |   0 | 0.000000e+00 |      --      |    Inf 
648.01/648.03	c   626s|  1260k|  1258k|     0 |   0.0 | 358M|5622 |   - |6906 | 842 |   0 |   0 |   0 |7331 |   0 | 0.000000e+00 |      --      |    Inf 
653.00/653.06	c   631s|  1270k|  1268k|     0 |   0.0 | 360M|5622 |   - |6906 | 856 |   0 |   0 |   0 |7391 |   0 | 0.000000e+00 |      --      |    Inf 
658.20/658.23	c   636s|  1280k|  1278k|     0 |   0.0 | 363M|5622 |   - |6906 | 863 |   0 |   0 |   0 |7451 |   0 | 0.000000e+00 |      --      |    Inf 
663.20/663.27	c   641s|  1290k|  1288k|     0 |   0.0 | 366M|5622 |   - |6906 | 854 |   0 |   0 |   0 |7511 |   0 | 0.000000e+00 |      --      |    Inf 
668.10/668.16	c   645s|  1300k|  1298k|     0 |   0.0 | 369M|5622 |   - |6906 | 832 |   0 |   0 |   0 |7551 |   0 | 0.000000e+00 |      --      |    Inf 
673.11/673.17	c   650s|  1310k|  1308k|     0 |   0.0 | 371M|5622 |   - |6906 | 873 |   0 |   0 |   0 |7621 |   0 | 0.000000e+00 |      --      |    Inf 
678.10/678.16	c   655s|  1320k|  1318k|     0 |   0.0 | 374M|5622 |   - |6906 | 860 |   0 |   0 |   0 |7671 |   0 | 0.000000e+00 |      --      |    Inf 
683.00/683.08	c   660s|  1330k|  1328k|     0 |   0.0 | 377M|5622 |   - |6906 | 868 |   0 |   0 |   0 |7721 |   0 | 0.000000e+00 |      --      |    Inf 
688.20/688.23	c   665s|  1340k|  1338k|     0 |   0.0 | 379M|5622 |   - |6906 | 890 |   0 |   0 |   0 |7791 |   0 | 0.000000e+00 |      --      |    Inf 
693.20/693.21	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
693.20/693.21	c   670s|  1350k|  1348k|     0 |   0.0 | 382M|5622 |   - |6906 | 881 |   0 |   0 |   0 |7851 |   0 | 0.000000e+00 |      --      |    Inf 
698.51/698.54	c   675s|  1360k|  1358k|     0 |   0.0 | 385M|5622 |   - |6906 | 886 |   0 |   0 |   0 |7901 |   0 | 0.000000e+00 |      --      |    Inf 
703.50/703.57	c   680s|  1370k|  1368k|     0 |   0.0 | 387M|5622 |   - |6906 | 886 |   0 |   0 |   0 |7961 |   0 | 0.000000e+00 |      --      |    Inf 
708.50/708.52	c   684s|  1380k|  1378k|     0 |   0.0 | 390M|5622 |   - |6906 | 880 |   0 |   0 |   0 |8021 |   0 | 0.000000e+00 |      --      |    Inf 
713.40/713.42	c   689s|  1390k|  1388k|     0 |   0.0 | 393M|5622 |   - |6906 | 879 |   0 |   0 |   0 |8061 |   0 | 0.000000e+00 |      --      |    Inf 
718.30/718.32	c   694s|  1400k|  1398k|     0 |   0.0 | 396M|5622 |   - |6906 | 876 |   0 |   0 |   0 |8111 |   0 | 0.000000e+00 |      --      |    Inf 
723.30/723.32	c   699s|  1410k|  1408k|     0 |   0.0 | 398M|5622 |   - |6906 | 868 |   0 |   0 |   0 |8161 |   0 | 0.000000e+00 |      --      |    Inf 
728.40/728.40	c   703s|  1420k|  1418k|     0 |   0.0 | 401M|5622 |   - |6906 | 882 |   0 |   0 |   0 |8221 |   0 | 0.000000e+00 |      --      |    Inf 
733.30/733.34	c   708s|  1430k|  1428k|     0 |   0.0 | 404M|5622 |   - |6906 | 863 |   0 |   0 |   0 |8281 |   0 | 0.000000e+00 |      --      |    Inf 
738.11/738.18	c   713s|  1440k|  1438k|     0 |   0.0 | 406M|5622 |   - |6906 | 856 |   0 |   0 |   0 |8321 |   0 | 0.000000e+00 |      --      |    Inf 
743.21/743.25	c   718s|  1450k|  1448k|     0 |   0.0 | 409M|5622 |   - |6906 | 846 |   0 |   0 |   0 |8381 |   0 | 0.000000e+00 |      --      |    Inf 
748.01/748.08	c   722s|  1460k|  1458k|     0 |   0.0 | 412M|5622 |   - |6906 | 867 |   0 |   0 |   0 |8441 |   0 | 0.000000e+00 |      --      |    Inf 
753.01/753.05	c   727s|  1470k|  1468k|     0 |   0.0 | 415M|5622 |   - |6906 | 861 |   0 |   0 |   0 |8518 |   0 | 0.000000e+00 |      --      |    Inf 
758.00/758.01	c   732s|  1480k|  1478k|     0 |   0.0 | 417M|5622 |   - |6906 | 850 |   0 |   0 |   0 |8588 |   0 | 0.000000e+00 |      --      |    Inf 
763.00/763.06	c   737s|  1490k|  1488k|     0 |   0.0 | 420M|5622 |   - |6906 | 859 |   0 |   0 |   0 |8678 |   0 | 0.000000e+00 |      --      |    Inf 
768.10/768.19	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
768.10/768.19	c   742s|  1500k|  1498k|     0 |   0.0 | 423M|5622 |   - |6906 | 868 |   0 |   0 |   0 |8768 |   0 | 0.000000e+00 |      --      |    Inf 
773.10/773.19	c   747s|  1510k|  1508k|     0 |   0.0 | 425M|5622 |   - |6906 | 827 |   0 |   0 |   0 |8818 |   0 | 0.000000e+00 |      --      |    Inf 
778.20/778.28	c   752s|  1520k|  1518k|     0 |   0.0 | 428M|5622 |   - |6906 | 855 |   0 |   0 |   0 |8908 |   0 | 0.000000e+00 |      --      |    Inf 
783.50/783.55	c   757s|  1530k|  1528k|     0 |   0.0 | 431M|5622 |   - |6906 | 842 |   0 |   0 |   0 |8998 |   0 | 0.000000e+00 |      --      |    Inf 
788.51/788.57	c   762s|  1540k|  1538k|     0 |   0.0 | 434M|5622 |   - |6906 | 836 |   0 |   0 |   0 |9058 |   0 | 0.000000e+00 |      --      |    Inf 
793.50/793.59	c   766s|  1550k|  1548k|     0 |   0.0 | 436M|5622 |   - |6906 | 831 |   0 |   0 |   0 |9118 |   0 | 0.000000e+00 |      --      |    Inf 
798.70/798.75	c   771s|  1560k|  1558k|     0 |   0.0 | 439M|5622 |   - |6906 | 821 |   0 |   0 |   0 |9168 |   0 | 0.000000e+00 |      --      |    Inf 
803.71/803.71	c   776s|  1570k|  1568k|     0 |   0.0 | 442M|5622 |   - |6906 | 806 |   0 |   0 |   0 |9218 |   0 | 0.000000e+00 |      --      |    Inf 
808.61/808.61	c   781s|  1580k|  1578k|     0 |   0.0 | 444M|5622 |   - |6906 | 840 |   0 |   0 |   0 |9308 |   0 | 0.000000e+00 |      --      |    Inf 
813.51/813.54	c   786s|  1590k|  1588k|     0 |   0.0 | 447M|5622 |   - |6906 | 809 |   0 |   0 |   0 |9358 |   0 | 0.000000e+00 |      --      |    Inf 
818.40/818.49	c   790s|  1600k|  1598k|     0 |   0.0 | 450M|5622 |   - |6906 | 800 |   0 |   0 |   0 |9408 |   0 | 0.000000e+00 |      --      |    Inf 
823.40/823.44	c   795s|  1610k|  1608k|     0 |   0.0 | 453M|5622 |   - |6906 | 796 |   0 |   0 |   0 |9458 |   0 | 0.000000e+00 |      --      |    Inf 
828.31/828.38	c   800s|  1620k|  1618k|     0 |   0.0 | 455M|5622 |   - |6906 | 801 |   0 |   0 |   0 |9508 |   0 | 0.000000e+00 |      --      |    Inf 
833.50/833.53	c   805s|  1630k|  1628k|     0 |   0.0 | 458M|5622 |   - |6906 | 786 |   0 |   0 |   0 |9558 |   0 | 0.000000e+00 |      --      |    Inf 
838.71/838.72	c   810s|  1640k|  1638k|     0 |   0.0 | 461M|5622 |   - |6906 | 805 |   0 |   0 |   0 |9628 |   0 | 0.000000e+00 |      --      |    Inf 
843.50/843.59	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
843.50/843.59	c   814s|  1650k|  1648k|     0 |   0.0 | 463M|5622 |   - |6906 | 810 |   0 |   0 |   0 |9686 |   0 | 0.000000e+00 |      --      |    Inf 
848.70/848.77	c   819s|  1660k|  1658k|     0 |   0.0 | 466M|5622 |   - |6906 | 794 |   0 |   0 |   0 |9736 |   0 | 0.000000e+00 |      --      |    Inf 
853.81/853.82	c   824s|  1670k|  1668k|     0 |   0.0 | 469M|5622 |   - |6906 | 790 |   0 |   0 |   0 |9796 |   0 | 0.000000e+00 |      --      |    Inf 
858.60/858.61	c   829s|  1680k|  1678k|     0 |   0.0 | 472M|5622 |   - |6906 | 804 |   0 |   0 |   0 |9856 |   0 | 0.000000e+00 |      --      |    Inf 
863.61/863.61	c   834s|  1690k|  1688k|     0 |   0.0 | 474M|5622 |   - |6906 | 845 |   0 |   0 |   0 |9946 |   0 | 0.000000e+00 |      --      |    Inf 
868.41/868.48	c   838s|  1700k|  1698k|     0 |   0.0 | 477M|5622 |   - |6906 | 820 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 |      --      |    Inf 
873.51/873.50	c   843s|  1710k|  1708k|     0 |   0.0 | 480M|5622 |   - |6906 | 810 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 |      --      |    Inf 
878.50/878.50	c   848s|  1720k|  1717k|     0 |   0.0 | 482M|5622 |   - |6906 | 808 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 |      --      |    Inf 
883.32/883.36	c   853s|  1730k|  1727k|     0 |   0.0 | 485M|5622 |   - |6906 | 785 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 |      --      |    Inf 
888.11/888.18	c   857s|  1740k|  1737k|     0 |   0.0 | 488M|5622 |   - |6906 | 795 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 |      --      |    Inf 
893.11/893.14	c   862s|  1750k|  1747k|     0 |   0.0 | 491M|5622 |   - |6906 | 812 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 |      --      |    Inf 
897.91/897.98	c   867s|  1760k|  1757k|     0 |   0.0 | 493M|5622 |   - |6906 | 821 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 |      --      |    Inf 
902.91/902.94	c   872s|  1770k|  1767k|     0 |   0.0 | 496M|5622 |   - |6906 | 807 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 |      --      |    Inf 
907.90/907.94	c   876s|  1780k|  1777k|     0 |   0.0 | 499M|5622 |   - |6906 | 804 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 |      --      |    Inf 
913.21/913.27	c   882s|  1790k|  1787k|     0 |   0.0 | 501M|5622 |   - |6906 | 847 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 |      --      |    Inf 
918.00/918.03	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
918.00/918.03	c   886s|  1800k|  1797k|     0 |   0.0 | 504M|5622 |   - |6906 | 826 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 |      --      |    Inf 
922.81/922.86	c   891s|  1810k|  1807k|     0 |   0.0 | 507M|5622 |   - |6906 | 840 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 |      --      |    Inf 
928.11/928.11	c   896s|  1820k|  1817k|     0 |   0.0 | 510M|5622 |   - |6906 | 838 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 |      --      |    Inf 
932.81/932.86	c   900s|  1830k|  1827k|     0 |   0.0 | 512M|5622 |   - |6906 | 814 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 |      --      |    Inf 
937.61/937.62	c   905s|  1840k|  1837k|     0 |   0.0 | 515M|5622 |   - |6906 | 827 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 |      --      |    Inf 
942.61/942.70	c   910s|  1850k|  1847k|     0 |   0.0 | 518M|5622 |   - |6906 | 842 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 |      --      |    Inf 
947.41/947.45	c   915s|  1860k|  1857k|     0 |   0.0 | 520M|5622 |   - |6906 | 832 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 |      --      |    Inf 
952.52/952.53	c   919s|  1870k|  1867k|     0 |   0.0 | 523M|5622 |   - |6906 | 862 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 |      --      |    Inf 
957.31/957.33	c   924s|  1880k|  1877k|     0 |   0.0 | 526M|5622 |   - |6906 | 850 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 |      --      |    Inf 
962.41/962.43	c   929s|  1890k|  1887k|     0 |   0.0 | 529M|5622 |   - |6906 | 870 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 |      --      |    Inf 
967.40/967.47	c   934s|  1900k|  1897k|     0 |   0.0 | 531M|5622 |   - |6906 | 855 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 |      --      |    Inf 
972.71/972.78	c   939s|  1910k|  1907k|     0 |   0.0 | 534M|5622 |   - |6906 | 866 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 |      --      |    Inf 
977.71/977.72	c   944s|  1920k|  1917k|     0 |   0.0 | 537M|5622 |   - |6906 | 866 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 |      --      |    Inf 
982.50/982.54	c   948s|  1930k|  1927k|     0 |   0.0 | 539M|5622 |   - |6906 | 870 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 |      --      |    Inf 
987.41/987.42	c   953s|  1940k|  1937k|     0 |   0.0 | 542M|5622 |   - |6906 | 855 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 |      --      |    Inf 
991.91/991.98	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
991.91/991.98	c   957s|  1950k|  1947k|     0 |   0.0 | 545M|5622 |   - |6906 | 846 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 |      --      |    Inf 
996.61/996.63	c   962s|  1960k|  1957k|     0 |   0.0 | 548M|5622 |   - |6906 | 842 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 |      --      |    Inf 
1001.51/1001.53	c   967s|  1970k|  1967k|     0 |   0.0 | 550M|5622 |   - |6906 | 869 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 |      --      |    Inf 
1006.51/1006.54	c   971s|  1980k|  1977k|     0 |   0.0 | 553M|5622 |   - |6906 | 851 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 |      --      |    Inf 
1011.51/1011.52	c   976s|  1990k|  1987k|     0 |   0.0 | 556M|5622 |   - |6906 | 893 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 |      --      |    Inf 
1016.31/1016.37	c   981s|  2000k|  1997k|     0 |   0.0 | 559M|5622 |   - |6906 | 852 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 |      --      |    Inf 
1021.41/1021.40	c   986s|  2010k|  2007k|     0 |   0.0 | 561M|5622 |   - |6906 | 875 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 |      --      |    Inf 
1026.11/1026.19	c   990s|  2020k|  2017k|     0 |   0.0 | 564M|5622 |   - |6906 | 884 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 |      --      |    Inf 
1030.80/1030.88	c   995s|  2030k|  2027k|     0 |   0.0 | 567M|5622 |   - |6906 | 880 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 |      --      |    Inf 
1035.60/1035.60	c   999s|  2040k|  2037k|     0 |   0.0 | 570M|5622 |   - |6906 | 885 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 |      --      |    Inf 
1040.62/1040.61	c  1004s|  2050k|  2047k|     0 |   0.0 | 572M|5622 |   - |6906 | 895 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 |      --      |    Inf 
1045.71/1045.72	c  1009s|  2060k|  2057k|     0 |   0.0 | 575M|5622 |   - |6906 | 902 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 |      --      |    Inf 
1050.81/1050.82	c  1014s|  2070k|  2067k|     0 |   0.0 | 578M|5622 |   - |6906 | 888 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 |      --      |    Inf 
1055.81/1055.80	c  1019s|  2080k|  2077k|     0 |   0.0 | 580M|5622 |   - |6906 | 896 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 |      --      |    Inf 
1060.61/1060.63	c  1023s|  2090k|  2087k|     0 |   0.0 | 583M|5622 |   - |6906 | 889 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 |      --      |    Inf 
1065.31/1065.35	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1065.31/1065.35	c  1028s|  2100k|  2097k|     0 |   0.0 | 586M|5622 |   - |6906 | 878 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 |      --      |    Inf 
1070.21/1070.23	c  1033s|  2110k|  2107k|     0 |   0.0 | 589M|5622 |   - |6906 | 885 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 |      --      |    Inf 
1074.81/1074.80	c  1037s|  2120k|  2117k|     0 |   0.0 | 591M|5622 |   - |6906 | 876 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 |      --      |    Inf 
1079.41/1079.48	c  1042s|  2130k|  2127k|     0 |   0.0 | 594M|5622 |   - |6906 | 895 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 |      --      |    Inf 
1084.31/1084.38	c  1046s|  2140k|  2137k|     0 |   0.0 | 597M|5622 |   - |6906 | 877 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 |      --      |    Inf 
1089.51/1089.54	c  1051s|  2150k|  2147k|     0 |   0.0 | 600M|5622 |   - |6906 | 904 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 |      --      |    Inf 
1094.52/1094.52	c  1056s|  2160k|  2157k|     0 |   0.0 | 602M|5622 |   - |6906 | 885 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 |      --      |    Inf 
1099.61/1099.66	c  1061s|  2170k|  2167k|     0 |   0.0 | 605M|5622 |   - |6906 | 898 |   0 |   0 |   0 |  13k|   0 | 0.000000e+00 |      --      |    Inf 
1104.42/1104.45	c  1066s|  2180k|  2177k|     0 |   0.0 | 608M|5622 |   - |6906 | 883 |   0 |   0 |   0 |  13k|   0 | 0.000000e+00 |      --      |    Inf 
1109.21/1109.25	c  1070s|  2190k|  2187k|     0 |   0.0 | 610M|5622 |   - |6906 | 885 |   0 |   0 |   0 |  13k|   0 | 0.000000e+00 |      --      |    Inf 
1113.91/1113.92	c  1075s|  2200k|  2197k|     0 |   0.0 | 613M|5622 |   - |6906 | 865 |   0 |   0 |   0 |  13k|   0 | 0.000000e+00 |      --      |    Inf 
1119.01/1119.03	c  1080s|  2210k|  2207k|     0 |   0.0 | 616M|5622 |   - |6906 | 881 |   0 |   0 |   0 |  13k|   0 | 0.000000e+00 |      --      |    Inf 
1124.11/1124.15	c  1085s|  2220k|  2217k|     0 |   0.0 | 619M|5622 |   - |6906 | 905 |   0 |   0 |   0 |  13k|   0 | 0.000000e+00 |      --      |    Inf 
1128.91/1128.98	c  1089s|  2230k|  2227k|     0 |   0.0 | 621M|5622 |   - |6906 | 897 |   0 |   0 |   0 |  13k|   0 | 0.000000e+00 |      --      |    Inf 
1133.71/1133.70	c  1094s|  2240k|  2237k|     0 |   0.0 | 624M|5622 |   - |6906 | 887 |   0 |   0 |   0 |  13k|   0 | 0.000000e+00 |      --      |    Inf 
1138.71/1138.71	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1138.71/1138.71	c  1098s|  2250k|  2247k|     0 |   0.0 | 627M|5622 |   - |6906 | 900 |   0 |   0 |   0 |  13k|   0 | 0.000000e+00 |      --      |    Inf 
1143.61/1143.62	c  1103s|  2260k|  2257k|     0 |   0.0 | 630M|5622 |   - |6906 | 928 |   0 |   0 |   0 |  13k|   0 | 0.000000e+00 |      --      |    Inf 
1148.21/1148.24	c  1108s|  2270k|  2267k|     0 |   0.0 | 632M|5622 |   - |6906 | 881 |   0 |   0 |   0 |  13k|   0 | 0.000000e+00 |      --      |    Inf 
1152.90/1152.97	c  1112s|  2280k|  2277k|     0 |   0.0 | 635M|5622 |   - |6906 | 898 |   0 |   0 |   0 |  13k|   0 | 0.000000e+00 |      --      |    Inf 
1158.21/1158.24	c  1117s|  2290k|  2287k|     0 |   0.0 | 638M|5622 |   - |6906 | 923 |   0 |   0 |   0 |  13k|   0 | 0.000000e+00 |      --      |    Inf 
1163.21/1163.22	c  1122s|  2300k|  2297k|     0 |   0.0 | 641M|5622 |   - |6906 | 904 |   0 |   0 |   0 |  13k|   0 | 0.000000e+00 |      --      |    Inf 
1168.12/1168.15	c  1127s|  2310k|  2307k|     0 |   0.0 | 643M|5622 |   - |6906 | 888 |   0 |   0 |   0 |  14k|   0 | 0.000000e+00 |      --      |    Inf 
1173.11/1173.11	c  1132s|  2320k|  2317k|     0 |   0.0 | 646M|5622 |   - |6906 | 895 |   0 |   0 |   0 |  14k|   0 | 0.000000e+00 |      --      |    Inf 
1177.51/1177.58	c  1136s|  2330k|  2327k|     0 |   0.0 | 649M|5622 |   - |6906 | 905 |   0 |   0 |   0 |  14k|   0 | 0.000000e+00 |      --      |    Inf 
1182.11/1182.15	c  1140s|  2340k|  2337k|     0 |   0.0 | 651M|5622 |   - |6906 | 927 |   0 |   0 |   0 |  14k|   0 | 0.000000e+00 |      --      |    Inf 
1187.11/1187.16	c  1145s|  2350k|  2347k|     0 |   0.0 | 654M|5622 |   - |6906 | 904 |   0 |   0 |   0 |  14k|   0 | 0.000000e+00 |      --      |    Inf 
1192.11/1192.15	c  1150s|  2360k|  2357k|     0 |   0.0 | 657M|5622 |   - |6906 | 908 |   0 |   0 |   0 |  14k|   0 | 0.000000e+00 |      --      |    Inf 
1196.82/1196.89	c  1154s|  2370k|  2367k|     0 |   0.0 | 660M|5622 |   - |6906 | 897 |   0 |   0 |   0 |  14k|   0 | 0.000000e+00 |      --      |    Inf 
1201.61/1201.62	c  1159s|  2380k|  2377k|     0 |   0.0 | 662M|5622 |   - |6906 | 904 |   0 |   0 |   0 |  14k|   0 | 0.000000e+00 |      --      |    Inf 
1206.11/1206.13	c  1163s|  2390k|  2387k|     0 |   0.0 | 665M|5622 |   - |6906 | 928 |   0 |   0 |   0 |  14k|   0 | 0.000000e+00 |      --      |    Inf 
1211.02/1211.04	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1211.02/1211.04	c  1168s|  2400k|  2397k|     0 |   0.0 | 668M|5622 |   - |6906 | 906 |   0 |   0 |   0 |  14k|   0 | 0.000000e+00 |      --      |    Inf 
1215.71/1215.71	c  1173s|  2410k|  2407k|     0 |   0.0 | 671M|5622 |   - |6906 | 905 |   0 |   0 |   0 |  14k|   0 | 0.000000e+00 |      --      |    Inf 
1220.31/1220.37	c  1177s|  2420k|  2417k|     0 |   0.0 | 673M|5622 |   - |6906 | 903 |   0 |   0 |   0 |  14k|   0 | 0.000000e+00 |      --      |    Inf 
1224.71/1224.76	c  1181s|  2430k|  2427k|     0 |   0.0 | 676M|5622 |   - |6906 | 880 |   0 |   0 |   0 |  14k|   0 | 0.000000e+00 |      --      |    Inf 
1229.61/1229.61	c  1186s|  2440k|  2437k|     0 |   0.0 | 679M|5622 |   - |6906 | 912 |   0 |   0 |   0 |  14k|   0 | 0.000000e+00 |      --      |    Inf 
1234.22/1234.27	c  1190s|  2450k|  2447k|     0 |   0.0 | 682M|5622 |   - |6906 | 904 |   0 |   0 |   0 |  14k|   0 | 0.000000e+00 |      --      |    Inf 
1238.81/1238.85	c  1195s|  2460k|  2457k|     0 |   0.0 | 684M|5622 |   - |6906 | 895 |   0 |   0 |   0 |  14k|   0 | 0.000000e+00 |      --      |    Inf 
1243.31/1243.39	c  1199s|  2470k|  2467k|     0 |   0.0 | 687M|5622 |   - |6906 | 877 |   0 |   0 |   0 |  15k|   0 | 0.000000e+00 |      --      |    Inf 
1248.21/1248.23	c  1204s|  2480k|  2476k|     0 |   0.0 | 690M|5622 |   - |6906 | 892 |   0 |   0 |   0 |  15k|   0 | 0.000000e+00 |      --      |    Inf 
1253.21/1253.23	c  1209s|  2490k|  2486k|     0 |   0.0 | 693M|5622 |   - |6906 | 883 |   0 |   0 |   0 |  15k|   0 | 0.000000e+00 |      --      |    Inf 
1257.71/1257.74	c  1213s|  2500k|  2496k|     0 |   0.0 | 695M|5622 |   - |6906 | 884 |   0 |   0 |   0 |  15k|   0 | 0.000000e+00 |      --      |    Inf 
1262.31/1262.37	c  1217s|  2510k|  2506k|     0 |   0.0 | 698M|5622 |   - |6906 | 891 |   0 |   0 |   0 |  15k|   0 | 0.000000e+00 |      --      |    Inf 
1267.21/1267.28	c  1222s|  2520k|  2516k|     0 |   0.0 | 701M|5622 |   - |6906 | 889 |   0 |   0 |   0 |  15k|   0 | 0.000000e+00 |      --      |    Inf 
1272.41/1272.45	c  1227s|  2530k|  2526k|     0 |   0.0 | 704M|5622 |   - |6906 | 891 |   0 |   0 |   0 |  15k|   0 | 0.000000e+00 |      --      |    Inf 
1277.31/1277.37	c  1232s|  2540k|  2536k|     0 |   0.0 | 707M|5622 |   - |6906 | 887 |   0 |   0 |   0 |  15k|   0 | 0.000000e+00 |      --      |    Inf 
1281.92/1281.92	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1281.92/1281.92	c  1236s|  2550k|  2546k|     0 |   0.0 | 709M|5622 |   - |6906 | 858 |   0 |   0 |   0 |  15k|   0 | 0.000000e+00 |      --      |    Inf 
1286.92/1286.91	c  1241s|  2560k|  2556k|     0 |   0.0 | 712M|5622 |   - |6906 | 898 |   0 |   0 |   0 |  15k|   0 | 0.000000e+00 |      --      |    Inf 
1291.81/1291.87	c  1246s|  2570k|  2566k|     0 |   0.0 | 715M|5622 |   - |6906 | 908 |   0 |   0 |   0 |  15k|   0 | 0.000000e+00 |      --      |    Inf 
1296.61/1296.67	c  1250s|  2580k|  2576k|     0 |   0.0 | 718M|5622 |   - |6906 | 893 |   0 |   0 |   0 |  15k|   0 | 0.000000e+00 |      --      |    Inf 
1301.21/1301.24	c  1255s|  2590k|  2586k|     0 |   0.0 | 720M|5622 |   - |6906 | 866 |   0 |   0 |   0 |  16k|   0 | 0.000000e+00 |      --      |    Inf 
1305.91/1305.93	c  1259s|  2600k|  2596k|     0 |   0.0 | 723M|5622 |   - |6906 | 902 |   0 |   0 |   0 |  16k|   0 | 0.000000e+00 |      --      |    Inf 
1310.61/1310.69	c  1264s|  2610k|  2606k|     0 |   0.0 | 726M|5622 |   - |6906 | 874 |   0 |   0 |   0 |  16k|   0 | 0.000000e+00 |      --      |    Inf 
1315.31/1315.33	c  1268s|  2620k|  2616k|     0 |   0.0 | 729M|5622 |   - |6906 | 863 |   0 |   0 |   0 |  16k|   0 | 0.000000e+00 |      --      |    Inf 
1319.71/1319.79	c  1273s|  2630k|  2626k|     0 |   0.0 | 731M|5622 |   - |6906 | 881 |   0 |   0 |   0 |  16k|   0 | 0.000000e+00 |      --      |    Inf 
1324.41/1324.47	c  1277s|  2640k|  2636k|     0 |   0.0 | 734M|5622 |   - |6906 | 886 |   0 |   0 |   0 |  16k|   0 | 0.000000e+00 |      --      |    Inf 
1329.41/1329.46	c  1282s|  2650k|  2646k|     0 |   0.0 | 737M|5622 |   - |6906 | 892 |   0 |   0 |   0 |  16k|   0 | 0.000000e+00 |      --      |    Inf 
1334.22/1334.25	c  1286s|  2660k|  2656k|     0 |   0.0 | 739M|5622 |   - |6906 | 893 |   0 |   0 |   0 |  16k|   0 | 0.000000e+00 |      --      |    Inf 
1338.91/1338.99	c  1291s|  2670k|  2666k|     0 |   0.0 | 742M|5622 |   - |6906 | 881 |   0 |   0 |   0 |  16k|   0 | 0.000000e+00 |      --      |    Inf 
1343.52/1343.55	c  1295s|  2680k|  2676k|     0 |   0.0 | 745M|5622 |   - |6906 | 888 |   0 |   0 |   0 |  16k|   0 | 0.000000e+00 |      --      |    Inf 
1348.62/1348.61	c  1300s|  2690k|  2686k|     0 |   0.0 | 748M|5622 |   - |6906 | 888 |   0 |   0 |   0 |  16k|   0 | 0.000000e+00 |      --      |    Inf 
1353.62/1353.61	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1353.62/1353.61	c  1305s|  2700k|  2696k|     0 |   0.0 | 750M|5622 |   - |6906 | 907 |   0 |   0 |   0 |  16k|   0 | 0.000000e+00 |      --      |    Inf 
1358.52/1358.57	c  1310s|  2710k|  2706k|     0 |   0.0 | 753M|5622 |   - |6906 | 888 |   0 |   0 |   0 |  16k|   0 | 0.000000e+00 |      --      |    Inf 
1363.11/1363.18	c  1314s|  2720k|  2716k|     0 |   0.0 | 756M|5622 |   - |6906 | 873 |   0 |   0 |   0 |  16k|   0 | 0.000000e+00 |      --      |    Inf 
1367.91/1367.97	c  1319s|  2730k|  2726k|     0 |   0.0 | 759M|5622 |   - |6906 | 919 |   0 |   0 |   0 |  16k|   0 | 0.000000e+00 |      --      |    Inf 
1373.02/1373.08	c  1324s|  2740k|  2736k|     0 |   0.0 | 761M|5622 |   - |6906 | 910 |   0 |   0 |   0 |  17k|   0 | 0.000000e+00 |      --      |    Inf 
1377.91/1377.99	c  1329s|  2750k|  2746k|     0 |   0.0 | 764M|5622 |   - |6906 | 898 |   0 |   0 |   0 |  17k|   0 | 0.000000e+00 |      --      |    Inf 
1382.62/1382.60	c  1333s|  2760k|  2756k|     0 |   0.0 | 767M|5622 |   - |6906 | 903 |   0 |   0 |   0 |  17k|   0 | 0.000000e+00 |      --      |    Inf 
1387.12/1387.15	c  1337s|  2770k|  2766k|     0 |   0.0 | 770M|5622 |   - |6906 | 908 |   0 |   0 |   0 |  17k|   0 | 0.000000e+00 |      --      |    Inf 
1391.92/1391.97	c  1342s|  2780k|  2776k|     0 |   0.0 | 772M|5622 |   - |6906 | 930 |   0 |   0 |   0 |  17k|   0 | 0.000000e+00 |      --      |    Inf 
1396.81/1396.86	c  1347s|  2790k|  2786k|     0 |   0.0 | 775M|5622 |   - |6906 | 902 |   0 |   0 |   0 |  17k|   0 | 0.000000e+00 |      --      |    Inf 
1401.22/1401.24	c  1351s|  2800k|  2796k|     0 |   0.0 | 778M|5622 |   - |6906 | 914 |   0 |   0 |   0 |  17k|   0 | 0.000000e+00 |      --      |    Inf 
1405.72/1405.73	c  1355s|  2810k|  2806k|     0 |   0.0 | 781M|5622 |   - |6906 | 903 |   0 |   0 |   0 |  17k|   0 | 0.000000e+00 |      --      |    Inf 
1410.42/1410.46	c  1360s|  2820k|  2816k|     0 |   0.0 | 783M|5622 |   - |6906 | 948 |   0 |   0 |   0 |  17k|   0 | 0.000000e+00 |      --      |    Inf 
1415.21/1415.25	c  1364s|  2830k|  2826k|     0 |   0.0 | 786M|5622 |   - |6906 | 918 |   0 |   0 |   0 |  17k|   0 | 0.000000e+00 |      --      |    Inf 
1419.61/1419.61	c  1369s|  2840k|  2836k|     0 |   0.0 | 789M|5622 |   - |6906 | 921 |   0 |   0 |   0 |  17k|   0 | 0.000000e+00 |      --      |    Inf 
1424.22/1424.28	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1424.22/1424.28	c  1373s|  2850k|  2846k|     0 |   0.0 | 792M|5622 |   - |6906 | 920 |   0 |   0 |   0 |  17k|   0 | 0.000000e+00 |      --      |    Inf 
1429.21/1429.20	c  1378s|  2860k|  2856k|     0 |   0.0 | 795M|5622 |   - |6906 | 936 |   0 |   0 |   0 |  17k|   0 | 0.000000e+00 |      --      |    Inf 
1433.61/1433.61	c  1382s|  2870k|  2866k|     0 |   0.0 | 797M|5622 |   - |6906 | 915 |   0 |   0 |   0 |  17k|   0 | 0.000000e+00 |      --      |    Inf 
1438.22/1438.23	c  1386s|  2880k|  2876k|     0 |   0.0 | 800M|5622 |   - |6906 | 937 |   0 |   0 |   0 |  18k|   0 | 0.000000e+00 |      --      |    Inf 
1443.01/1443.09	c  1391s|  2890k|  2886k|     0 |   0.0 | 803M|5622 |   - |6906 | 927 |   0 |   0 |   0 |  18k|   0 | 0.000000e+00 |      --      |    Inf 
1447.62/1447.62	c  1395s|  2900k|  2896k|     0 |   0.0 | 806M|5622 |   - |6906 | 915 |   0 |   0 |   0 |  18k|   0 | 0.000000e+00 |      --      |    Inf 
1452.03/1452.09	c  1400s|  2910k|  2906k|     0 |   0.0 | 808M|5622 |   - |6906 | 899 |   0 |   0 |   0 |  18k|   0 | 0.000000e+00 |      --      |    Inf 
1457.01/1457.03	c  1405s|  2920k|  2916k|     0 |   0.0 | 811M|5622 |   - |6906 | 913 |   0 |   0 |   0 |  18k|   0 | 0.000000e+00 |      --      |    Inf 
1461.71/1461.80	c  1409s|  2930k|  2926k|     0 |   0.0 | 814M|5622 |   - |6906 | 928 |   0 |   0 |   0 |  18k|   0 | 0.000000e+00 |      --      |    Inf 
1466.12/1466.13	c  1413s|  2940k|  2936k|     0 |   0.0 | 817M|5622 |   - |6906 | 934 |   0 |   0 |   0 |  18k|   0 | 0.000000e+00 |      --      |    Inf 
1470.92/1470.99	c  1418s|  2950k|  2946k|     0 |   0.0 | 819M|5622 |   - |6906 | 913 |   0 |   0 |   0 |  18k|   0 | 0.000000e+00 |      --      |    Inf 
1475.71/1475.74	c  1422s|  2960k|  2956k|     0 |   0.0 | 822M|5622 |   - |6906 | 930 |   0 |   0 |   0 |  18k|   0 | 0.000000e+00 |      --      |    Inf 
1480.02/1480.02	c  1427s|  2970k|  2966k|     0 |   0.0 | 825M|5622 |   - |6906 | 909 |   0 |   0 |   0 |  18k|   0 | 0.000000e+00 |      --      |    Inf 
1484.81/1484.88	c  1431s|  2980k|  2976k|     0 |   0.0 | 828M|5622 |   - |6906 | 923 |   0 |   0 |   0 |  18k|   0 | 0.000000e+00 |      --      |    Inf 
1489.62/1489.61	c  1436s|  2990k|  2986k|     0 |   0.0 | 830M|5622 |   - |6906 | 918 |   0 |   0 |   0 |  18k|   0 | 0.000000e+00 |      --      |    Inf 
1494.01/1494.07	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1494.01/1494.07	c  1440s|  3000k|  2996k|     0 |   0.0 | 833M|5622 |   - |6906 | 906 |   0 |   0 |   0 |  18k|   0 | 0.000000e+00 |      --      |    Inf 
1498.82/1498.82	c  1445s|  3010k|  3006k|     0 |   0.0 | 836M|5622 |   - |6906 | 906 |   0 |   0 |   0 |  18k|   0 | 0.000000e+00 |      --      |    Inf 
1503.41/1503.47	c  1449s|  3020k|  3016k|     0 |   0.0 | 839M|5622 |   - |6906 | 913 |   0 |   0 |   0 |  19k|   0 | 0.000000e+00 |      --      |    Inf 
1507.72/1507.74	c  1453s|  3030k|  3026k|     0 |   0.0 | 841M|5622 |   - |6906 | 924 |   0 |   0 |   0 |  19k|   0 | 0.000000e+00 |      --      |    Inf 
1512.52/1512.58	c  1458s|  3040k|  3036k|     0 |   0.0 | 844M|5622 |   - |6906 | 924 |   0 |   0 |   0 |  19k|   0 | 0.000000e+00 |      --      |    Inf 
1517.22/1517.28	c  1462s|  3050k|  3046k|     0 |   0.0 | 847M|5622 |   - |6906 | 906 |   0 |   0 |   0 |  19k|   0 | 0.000000e+00 |      --      |    Inf 
1521.62/1521.61	c  1466s|  3060k|  3056k|     0 |   0.0 | 850M|5622 |   - |6906 | 907 |   0 |   0 |   0 |  19k|   0 | 0.000000e+00 |      --      |    Inf 
1526.42/1526.47	c  1471s|  3070k|  3066k|     0 |   0.0 | 853M|5622 |   - |6906 | 936 |   0 |   0 |   0 |  19k|   0 | 0.000000e+00 |      --      |    Inf 
1531.01/1531.06	c  1476s|  3080k|  3076k|     0 |   0.0 | 855M|5622 |   - |6906 | 941 |   0 |   0 |   0 |  19k|   0 | 0.000000e+00 |      --      |    Inf 
1535.42/1535.44	c  1480s|  3090k|  3086k|     0 |   0.0 | 858M|5622 |   - |6906 | 935 |   0 |   0 |   0 |  19k|   0 | 0.000000e+00 |      --      |    Inf 
1540.21/1540.25	c  1484s|  3100k|  3096k|     0 |   0.0 | 861M|5622 |   - |6906 | 912 |   0 |   0 |   0 |  19k|   0 | 0.000000e+00 |      --      |    Inf 
1544.61/1544.69	c  1489s|  3110k|  3106k|     0 |   0.0 | 864M|5622 |   - |6906 | 904 |   0 |   0 |   0 |  19k|   0 | 0.000000e+00 |      --      |    Inf 
1549.72/1549.78	c  1494s|  3120k|  3116k|     0 |   0.0 | 867M|5622 |   - |6906 | 922 |   0 |   0 |   0 |  19k|   0 | 0.000000e+00 |      --      |    Inf 
1554.61/1554.61	c  1498s|  3130k|  3126k|     0 |   0.0 | 869M|5622 |   - |6906 | 919 |   0 |   0 |   0 |  19k|   0 | 0.000000e+00 |      --      |    Inf 
1558.92/1558.96	c  1502s|  3140k|  3136k|     0 |   0.0 | 872M|5622 |   - |6906 | 926 |   0 |   0 |   0 |  19k|   0 | 0.000000e+00 |      --      |    Inf 
1563.72/1563.74	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1563.72/1563.74	c  1507s|  3150k|  3146k|     0 |   0.0 | 875M|5622 |   - |6906 | 920 |   0 |   0 |   0 |  19k|   0 | 0.000000e+00 |      --      |    Inf 
1568.31/1568.38	c  1511s|  3160k|  3156k|     0 |   0.0 | 878M|5622 |   - |6906 | 910 |   0 |   0 |   0 |  20k|   0 | 0.000000e+00 |      --      |    Inf 
1573.02/1573.09	c  1516s|  3170k|  3165k|     0 |   0.0 | 880M|5622 |   - |6906 | 929 |   0 |   0 |   0 |  20k|   0 | 0.000000e+00 |      --      |    Inf 
1577.82/1577.88	c  1521s|  3180k|  3175k|     0 |   0.0 | 883M|5622 |   - |6906 | 904 |   0 |   0 |   0 |  20k|   0 | 0.000000e+00 |      --      |    Inf 
1582.22/1582.22	c  1525s|  3190k|  3185k|     0 |   0.0 | 886M|5622 |   - |6906 | 890 |   0 |   0 |   0 |  20k|   0 | 0.000000e+00 |      --      |    Inf 
1587.12/1587.18	c  1529s|  3200k|  3195k|     0 |   0.0 | 889M|5622 |   - |6906 | 919 |   0 |   0 |   0 |  20k|   0 | 0.000000e+00 |      --      |    Inf 
1591.82/1591.80	c  1534s|  3210k|  3205k|     0 |   0.0 | 891M|5622 |   - |6906 | 901 |   0 |   0 |   0 |  20k|   0 | 0.000000e+00 |      --      |    Inf 
1596.32/1596.39	c  1538s|  3220k|  3215k|     0 |   0.0 | 894M|5622 |   - |6906 | 894 |   0 |   0 |   0 |  20k|   0 | 0.000000e+00 |      --      |    Inf 
1601.31/1601.33	c  1543s|  3230k|  3225k|     0 |   0.0 | 897M|5622 |   - |6906 | 895 |   0 |   0 |   0 |  20k|   0 | 0.000000e+00 |      --      |    Inf 
1606.03/1606.09	c  1548s|  3240k|  3235k|     0 |   0.0 | 900M|5622 |   - |6906 | 892 |   0 |   0 |   0 |  20k|   0 | 0.000000e+00 |      --      |    Inf 
1610.72/1610.78	c  1552s|  3250k|  3245k|     0 |   0.0 | 903M|5622 |   - |6906 | 930 |   0 |   0 |   0 |  20k|   0 | 0.000000e+00 |      --      |    Inf 
1615.52/1615.58	c  1557s|  3260k|  3255k|     0 |   0.0 | 905M|5622 |   - |6906 | 902 |   0 |   0 |   0 |  20k|   0 | 0.000000e+00 |      --      |    Inf 
1620.11/1620.14	c  1561s|  3270k|  3265k|     0 |   0.0 | 908M|5622 |   - |6906 | 889 |   0 |   0 |   0 |  20k|   0 | 0.000000e+00 |      --      |    Inf 
1624.92/1624.95	c  1566s|  3280k|  3275k|     0 |   0.0 | 911M|5622 |   - |6906 | 905 |   0 |   0 |   0 |  21k|   0 | 0.000000e+00 |      --      |    Inf 
1629.71/1629.76	c  1570s|  3290k|  3285k|     0 |   0.0 | 914M|5622 |   - |6906 | 903 |   0 |   0 |   0 |  21k|   0 | 0.000000e+00 |      --      |    Inf 
1634.02/1634.05	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1634.02/1634.05	c  1575s|  3300k|  3295k|     0 |   0.0 | 916M|5622 |   - |6906 | 881 |   0 |   0 |   0 |  21k|   0 | 0.000000e+00 |      --      |    Inf 
1639.11/1639.19	c  1579s|  3310k|  3305k|     0 |   0.0 | 919M|5622 |   - |6906 | 887 |   0 |   0 |   0 |  21k|   0 | 0.000000e+00 |      --      |    Inf 
1643.92/1643.91	c  1584s|  3320k|  3315k|     0 |   0.0 | 922M|5622 |   - |6906 | 895 |   0 |   0 |   0 |  21k|   0 | 0.000000e+00 |      --      |    Inf 
1648.62/1648.61	c  1588s|  3330k|  3325k|     0 |   0.0 | 925M|5622 |   - |6906 | 904 |   0 |   0 |   0 |  21k|   0 | 0.000000e+00 |      --      |    Inf 
1653.42/1653.46	c  1593s|  3340k|  3335k|     0 |   0.0 | 927M|5622 |   - |6906 | 914 |   0 |   0 |   0 |  21k|   0 | 0.000000e+00 |      --      |    Inf 
1657.81/1657.85	c  1597s|  3350k|  3345k|     0 |   0.0 | 930M|5622 |   - |6906 | 885 |   0 |   0 |   0 |  21k|   0 | 0.000000e+00 |      --      |    Inf 
1662.52/1662.59	c  1602s|  3360k|  3355k|     0 |   0.0 | 933M|5622 |   - |6906 | 891 |   0 |   0 |   0 |  21k|   0 | 0.000000e+00 |      --      |    Inf 
1667.11/1667.18	c  1606s|  3370k|  3365k|     0 |   0.0 | 936M|5622 |   - |6906 | 891 |   0 |   0 |   0 |  21k|   0 | 0.000000e+00 |      --      |    Inf 
1671.92/1671.93	c  1611s|  3380k|  3375k|     0 |   0.0 | 939M|5622 |   - |6906 | 883 |   0 |   0 |   0 |  21k|   0 | 0.000000e+00 |      --      |    Inf 
1676.72/1676.71	c  1616s|  3390k|  3385k|     0 |   0.0 | 941M|5622 |   - |6906 | 885 |   0 |   0 |   0 |  21k|   0 | 0.000000e+00 |      --      |    Inf 
1681.02/1681.02	c  1620s|  3400k|  3395k|     0 |   0.0 | 944M|5622 |   - |6906 | 879 |   0 |   0 |   0 |  21k|   0 | 0.000000e+00 |      --      |    Inf 
1686.12/1686.11	c  1625s|  3410k|  3405k|     0 |   0.0 | 947M|5622 |   - |6906 | 894 |   0 |   0 |   0 |  22k|   0 | 0.000000e+00 |      --      |    Inf 
1690.32/1690.39	c  1629s|  3420k|  3415k|     0 |   0.0 | 950M|5622 |   - |6906 | 880 |   0 |   0 |   0 |  22k|   0 | 0.000000e+00 |      --      |    Inf 
1695.22/1695.29	c  1633s|  3430k|  3425k|     0 |   0.0 | 953M|5622 |   - |6906 | 878 |   0 |   0 |   0 |  22k|   0 | 0.000000e+00 |      --      |    Inf 
1699.82/1699.81	c  1638s|  3440k|  3435k|     0 |   0.0 | 955M|5622 |   - |6906 | 877 |   0 |   0 |   0 |  22k|   0 | 0.000000e+00 |      --      |    Inf 
1704.52/1704.53	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1704.52/1704.53	c  1642s|  3450k|  3445k|     0 |   0.0 | 958M|5622 |   - |6906 | 889 |   0 |   0 |   0 |  22k|   0 | 0.000000e+00 |      --      |    Inf 
1709.33/1709.36	c  1647s|  3460k|  3455k|     0 |   0.0 | 961M|5622 |   - |6906 | 872 |   0 |   0 |   0 |  22k|   0 | 0.000000e+00 |      --      |    Inf 
1713.92/1713.92	c  1651s|  3470k|  3465k|     0 |   0.0 | 964M|5622 |   - |6906 | 902 |   0 |   0 |   0 |  22k|   0 | 0.000000e+00 |      --      |    Inf 
1718.72/1718.77	c  1656s|  3480k|  3475k|     0 |   0.0 | 967M|5622 |   - |6906 | 902 |   0 |   0 |   0 |  22k|   0 | 0.000000e+00 |      --      |    Inf 
1723.12/1723.19	c  1660s|  3490k|  3485k|     0 |   0.0 | 969M|5622 |   - |6906 | 905 |   0 |   0 |   0 |  22k|   0 | 0.000000e+00 |      --      |    Inf 
1728.02/1728.06	c  1665s|  3500k|  3495k|     0 |   0.0 | 972M|5622 |   - |6906 | 888 |   0 |   0 |   0 |  22k|   0 | 0.000000e+00 |      --      |    Inf 
1732.32/1732.35	c  1669s|  3510k|  3505k|     0 |   0.0 | 975M|5622 |   - |6906 | 895 |   0 |   0 |   0 |  22k|   0 | 0.000000e+00 |      --      |    Inf 
1737.12/1737.14	c  1674s|  3520k|  3515k|     0 |   0.0 | 978M|5622 |   - |6906 | 879 |   0 |   0 |   0 |  22k|   0 | 0.000000e+00 |      --      |    Inf 
1741.62/1741.62	c  1678s|  3530k|  3525k|     0 |   0.0 | 980M|5622 |   - |6906 | 911 |   0 |   0 |   0 |  22k|   0 | 0.000000e+00 |      --      |    Inf 
1746.52/1746.52	c  1683s|  3540k|  3535k|     0 |   0.0 | 983M|5622 |   - |6906 | 905 |   0 |   0 |   0 |  22k|   0 | 0.000000e+00 |      --      |    Inf 
1750.72/1750.74	c  1687s|  3550k|  3545k|     0 |   0.0 | 986M|5622 |   - |6906 | 900 |   0 |   0 |   0 |  22k|   0 | 0.000000e+00 |      --      |    Inf 
1755.52/1755.59	c  1691s|  3560k|  3555k|     0 |   0.0 | 989M|5622 |   - |6906 | 891 |   0 |   0 |   0 |  23k|   0 | 0.000000e+00 |      --      |    Inf 
1759.82/1759.85	c  1695s|  3570k|  3565k|     0 |   0.0 | 992M|5622 |   - |6906 | 912 |   0 |   0 |   0 |  23k|   0 | 0.000000e+00 |      --      |    Inf 
1764.62/1764.64	c  1700s|  3580k|  3575k|     0 |   0.0 | 994M|5622 |   - |6906 | 889 |   0 |   0 |   0 |  23k|   0 | 0.000000e+00 |      --      |    Inf 
1769.22/1769.27	c  1704s|  3590k|  3585k|     0 |   0.0 | 997M|5622 |   - |6906 | 921 |   0 |   0 |   0 |  23k|   0 | 0.000000e+00 |      --      |    Inf 
1773.92/1773.98	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1773.92/1773.98	c  1709s|  3600k|  3595k|     0 |   0.0 |1000M|5622 |   - |6906 | 880 |   0 |   0 |   0 |  23k|   0 | 0.000000e+00 |      --      |    Inf 
1778.22/1778.29	c  1713s|  3610k|  3605k|     0 |   0.0 |1003M|5622 |   - |6906 | 890 |   0 |   0 |   0 |  23k|   0 | 0.000000e+00 |      --      |    Inf 
1782.82/1782.85	c  1717s|  3620k|  3615k|     0 |   0.0 |1006M|5622 |   - |6906 | 881 |   0 |   0 |   0 |  23k|   0 | 0.000000e+00 |      --      |    Inf 
1787.43/1787.45	c  1722s|  3630k|  3625k|     0 |   0.0 |1008M|5622 |   - |6906 | 889 |   0 |   0 |   0 |  23k|   0 | 0.000000e+00 |      --      |    Inf 
1791.62/1791.65	c  1726s|  3640k|  3635k|     0 |   0.0 |1011M|5622 |   - |6906 | 870 |   0 |   0 |   0 |  23k|   0 | 0.000000e+00 |      --      |    Inf 
1796.52/1796.54	c  1731s|  3650k|  3645k|     0 |   0.0 |1014M|5622 |   - |6906 | 869 |   0 |   0 |   0 |  23k|   0 | 0.000000e+00 |      --      |    Inf 
1800.02/1800.00	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.02/1800.00	c 
1800.02/1800.00	c SCIP Status        : solving was interrupted [user interrupt]
1800.02/1800.00	c Solving Time (sec) : 1733.90
1800.02/1800.00	c Solving Nodes      : 3657435
1800.02/1800.00	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1800.02/1800.00	c Dual Bound         : +0.00000000000000e+00
1800.02/1800.00	c Gap                : infinite
1800.02/1800.00	s UNKNOWN
1800.02/1800.00	c SCIP Status        : solving was interrupted [user interrupt]
1800.02/1800.00	c Solving Time       :    1733.90
1800.02/1800.00	c Original Problem   :
1800.02/1800.00	c   Problem name     : HOME/instance-2693789-1277892731.wbo
1800.02/1800.00	c   Variables        : 6906 (6853 binary, 0 integer, 0 implicit integer, 53 continuous)
1800.02/1800.00	c   Constraints      : 219 initial, 219 maximal
1800.02/1800.00	c Presolved Problem  :
1800.02/1800.00	c   Problem name     : t_HOME/instance-2693789-1277892731.wbo
1800.02/1800.00	c   Variables        : 6906 (6853 binary, 0 integer, 0 implicit integer, 53 continuous)
1800.02/1800.00	c   Constraints      : 218 initial, 979 maximal
1800.02/1800.00	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.02/1800.00	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.00	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.00	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.00	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.00	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.00	c   probing          :       0.04          0          0          0          0          0          0          0          0
1800.02/1800.00	c   indicator        :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.00	c   setppc           :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.00	c   linear           :       0.00          0          0          0         53          0          1          0          0
1800.02/1800.00	c   logicor          :       0.01          0          0          0          0          0          0          0          0
1800.02/1800.00	c   root node        :          -          0          -          -          0          -          -          -          -
1800.02/1800.00	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.02/1800.00	c   integral         :          0          0          0          0          0          0          0          0          0          0
1800.02/1800.00	c   indicator        :         53          0        263          0         53          0         53          0          0          0
1800.02/1800.00	c   setppc           :         54          0    3750908          0    3652337       1144    1030522          0          0          0
1800.02/1800.00	c   linear           :         53          0    3753791          0    3655062        852     308491          0          0          0
1800.02/1800.00	c   logicor          :         58+         0     287801          0    3655084        398      44047          0          0          0
1800.02/1800.00	c   countsols        :          0          0          0          0    3655084          0          0          0          0          0
1800.02/1800.00	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.02/1800.00	c   integral         :       0.00       0.00       0.00       0.00       0.00
1800.02/1800.00	c   indicator        :       0.00       0.00       0.00       0.00       0.00
1800.02/1800.00	c   setppc           :     241.35       0.00      30.99       0.00     210.36
1800.02/1800.00	c   linear           :      43.70       0.00      43.49       0.00       0.21
1800.02/1800.00	c   logicor          :     178.94       0.00      13.53       0.00     165.41
1800.02/1800.00	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.02/1800.00	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.02/1800.00	c   vbounds          :       0.00          2          0          0
1800.02/1800.00	c   rootredcost      :       0.01          0          0          0
1800.02/1800.00	c   pseudoobj        :       4.73    3754871          0          0
1800.02/1800.00	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.02/1800.00	c   propagation      :      76.70       2394       2394      97073     1027.1      42407       70.1          -
1800.02/1800.00	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.02/1800.00	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.02/1800.00	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.02/1800.00	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.02/1800.00	c   applied globally :          -          -          -      23837       77.3          -          -          -
1800.02/1800.00	c   applied locally  :          -          -          -          2      777.5          -          -          -
1800.02/1800.00	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.02/1800.00	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
1800.02/1800.00	c   redcost          :       0.00          0          0          0          0          0
1800.02/1800.00	c   impliedbounds    :       0.00          0          0          0          0          0
1800.02/1800.00	c   intobj           :       0.00          0          0          0          0          0
1800.02/1800.00	c   cgmip            :       0.00          0          0          0          0          0
1800.02/1800.00	c   gomory           :       0.00          0          0          0          0          0
1800.02/1800.00	c   strongcg         :       0.00          0          0          0          0          0
1800.02/1800.00	c   cmir             :       0.00          0          0          0          0          0
1800.02/1800.00	c   flowcover        :       0.00          0          0          0          0          0
1800.02/1800.00	c   clique           :       0.00          0          0          0          0          0
1800.02/1800.00	c   zerohalf         :       0.00          0          0          0          0          0
1800.02/1800.00	c   mcf              :       0.00          0          0          0          0          0
1800.02/1800.00	c   rapidlearning    :       0.00          0          0          0          0          0
1800.02/1800.00	c Pricers            :       Time      Calls       Vars
1800.02/1800.00	c   problem variables:       0.00          0          0
1800.02/1800.00	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.02/1800.00	c   relpscost        :       0.00          0          0          0          0          0          0
1800.02/1800.00	c   pscost           :       0.00          0          0          0          0          0          0
1800.02/1800.00	c   inference        :    1238.73    3655084          0          0          0          0    7310168
1800.02/1800.00	c   mostinf          :       0.00          0          0          0          0          0          0
1800.02/1800.00	c   leastinf         :       0.00          0          0          0          0          0          0
1800.02/1800.00	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.02/1800.00	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.02/1800.00	c   random           :       0.00          0          0          0          0          0          0
1800.02/1800.00	c Primal Heuristics  :       Time      Calls      Found
1800.02/1800.00	c   LP solutions     :       0.00          -          0
1800.02/1800.00	c   pseudo solutions :       0.00          -          0
1800.02/1800.00	c   oneopt           :       0.00          0          0
1800.02/1800.00	c   trivial          :       0.00          2          0
1800.02/1800.00	c   simplerounding   :       0.00          0          0
1800.02/1800.00	c   zirounding       :       0.00          0          0
1800.02/1800.00	c   rounding         :       0.00          0          0
1800.02/1800.00	c   shifting         :       0.00          0          0
1800.02/1800.00	c   intshifting      :       0.00          0          0
1800.02/1800.00	c   twoopt           :       0.00          0          0
1800.02/1800.00	c   fixandinfer      :       0.00          0          0
1800.02/1800.00	c   feaspump         :       0.00          0          0
1800.02/1800.00	c   coefdiving       :       0.00          0          0
1800.02/1800.00	c   pscostdiving     :       0.00          0          0
1800.02/1800.00	c   fracdiving       :       0.00          0          0
1800.02/1800.00	c   veclendiving     :       0.00          0          0
1800.02/1800.00	c   intdiving        :       0.00          0          0
1800.02/1800.00	c   actconsdiving    :       0.00          0          0
1800.02/1800.00	c   objpscostdiving  :       0.00          0          0
1800.02/1800.00	c   rootsoldiving    :       0.00          0          0
1800.02/1800.00	c   linesearchdiving :       0.00          0          0
1800.02/1800.00	c   guideddiving     :       0.00          0          0
1800.02/1800.00	c   octane           :       0.00          0          0
1800.02/1800.00	c   rens             :       0.00          0          0
1800.02/1800.00	c   rins             :       0.00          0          0
1800.02/1800.00	c   localbranching   :       0.00          0          0
1800.02/1800.00	c   mutation         :       0.00          0          0
1800.02/1800.00	c   crossover        :       0.00          0          0
1800.02/1800.00	c   dins             :       0.00          0          0
1800.02/1800.00	c   undercover       :       0.00          0          0
1800.02/1800.00	c   nlp              :       0.00          0          0
1800.02/1800.00	c   trysol           :       0.01          1          0
1800.02/1800.00	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.02/1800.00	c   primal LP        :       0.00          0          0       0.00          -
1800.02/1800.00	c   dual LP          :       0.00          0          0       0.00          -
1800.02/1800.00	c   lex dual LP      :       0.00          0          0       0.00          -
1800.02/1800.00	c   barrier LP       :       0.00          0          0       0.00          -
1800.02/1800.00	c   diving/probing LP:       0.00          0          0       0.00          -
1800.02/1800.00	c   strong branching :       0.00          0          0       0.00          -
1800.02/1800.00	c     (at root node) :          -          0          0       0.00          -
1800.02/1800.00	c   conflict analysis:       0.00          0          0       0.00          -
1800.02/1800.00	c B&B Tree           :
1800.02/1800.00	c   number of runs   :          1
1800.02/1800.00	c   nodes            :    3657435
1800.02/1800.00	c   nodes (total)    :    3657435
1800.02/1800.00	c   nodes left       :    3652687
1800.02/1800.00	c   max depth        :       5622
1800.02/1800.00	c   max depth (total):       5622
1800.02/1800.00	c   backtracks       :        863 (0.0%)
1800.02/1800.00	c   delayed cutoffs  :         47
1800.02/1800.00	c   repropagations   :       2468 (5377 domain reductions, 43 cutoffs)
1800.02/1800.00	c   avg switch length:       2.19
1800.02/1800.00	c   switching time   :      11.37
1800.02/1800.00	c Solution           :
1800.02/1800.00	c   Solutions found  :          0 (0 improvements)
1800.02/1800.00	c   Primal Bound     :          -
1800.02/1800.00	c   Dual Bound       : +0.00000000000000e+00
1800.02/1800.00	c   Gap              :   infinite
1800.02/1800.00	c   Root Dual Bound  : +0.00000000000000e+00
1800.02/1800.00	c   Root Iterations  :          0

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2693789-1277892731/watcher-2693789-1277892731 -o /tmp/evaluation-result-2693789-1277892731/solver-2693789-1277892731 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2693789-1277892731.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.18 3/194 11568
/proc/meminfo: memFree=31425028/32951132 swapFree=67111528/67111528
[pid=11568] ppid=11566 vsize=8792 CPUtime=0
/proc/11568/stat : 11568 (pbscip.linux.x8) R 11566 11568 9962 0 -1 4202496 1634 0 0 0 0 0 0 0 22 0 1 0 130569636 9003008 1558 4089446400 4194304 7136930 140733320641488 18446744073709551615 6164672 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/11568/statm: 2198 1573 275 719 0 1477 0

[startup+0.097327 s]
/proc/loadavg: 2.00 2.00 2.18 3/194 11568
/proc/meminfo: memFree=31425028/32951132 swapFree=67111528/67111528
[pid=11568] ppid=11566 vsize=28968 CPUtime=0.09
/proc/11568/stat : 11568 (pbscip.linux.x8) R 11566 11568 9962 0 -1 4202496 8215 0 0 0 9 0 0 0 22 0 1 0 130569636 29663232 6499 4089446400 4194304 7136930 140733320641488 18446744073709551615 5497079 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/11568/statm: 7242 6499 370 719 0 6521 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 28968

[startup+0.100322 s]
/proc/loadavg: 2.00 2.00 2.18 3/194 11568
/proc/meminfo: memFree=31425028/32951132 swapFree=67111528/67111528
[pid=11568] ppid=11566 vsize=28968 CPUtime=0.09
/proc/11568/stat : 11568 (pbscip.linux.x8) R 11566 11568 9962 0 -1 4202496 8215 0 0 0 9 0 0 0 22 0 1 0 130569636 29663232 6499 4089446400 4194304 7136930 140733320641488 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/11568/statm: 7242 6499 370 719 0 6521 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 28968

[startup+0.300292 s]
/proc/loadavg: 2.00 2.00 2.18 3/194 11568
/proc/meminfo: memFree=31425028/32951132 swapFree=67111528/67111528
[pid=11568] ppid=11566 vsize=30400 CPUtime=0.28
/proc/11568/stat : 11568 (pbscip.linux.x8) R 11566 11568 9962 0 -1 4202496 8527 0 0 0 28 0 0 0 18 0 1 0 130569636 31129600 6811 4089446400 4194304 7136930 140733320641488 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/11568/statm: 7600 6811 390 719 0 6879 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 30400

[startup+0.700222 s]
/proc/loadavg: 2.00 2.00 2.18 3/194 11568
/proc/meminfo: memFree=31425028/32951132 swapFree=67111528/67111528
[pid=11568] ppid=11566 vsize=30916 CPUtime=0.69
/proc/11568/stat : 11568 (pbscip.linux.x8) R 11566 11568 9962 0 -1 4202496 8673 0 0 0 67 2 0 0 18 0 1 0 130569636 31657984 6957 4089446400 4194304 7136930 140733320641488 18446744073709551615 5892230 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/11568/statm: 7729 6957 390 719 0 7008 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 30916

[startup+1.50109 s]
/proc/loadavg: 2.00 2.00 2.18 3/195 11569
/proc/meminfo: memFree=31399104/32951132 swapFree=67111528/67111528
[pid=11568] ppid=11566 vsize=31136 CPUtime=1.49
/proc/11568/stat : 11568 (pbscip.linux.x8) R 11566 11568 9962 0 -1 4202496 8717 0 0 0 145 4 0 0 19 0 1 0 130569636 31883264 7001 4089446400 4194304 7136930 140733320641488 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/11568/statm: 7784 7001 390 719 0 7063 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 31136

[startup+3.10081 s]
/proc/loadavg: 2.00 2.00 2.18 3/195 11569
/proc/meminfo: memFree=31398652/32951132 swapFree=67111528/67111528
[pid=11568] ppid=11566 vsize=32428 CPUtime=3.09
/proc/11568/stat : 11568 (pbscip.linux.x8) R 11566 11568 9962 0 -1 4202496 9065 0 0 0 298 11 0 0 25 0 1 0 130569636 33206272 7349 4089446400 4194304 7136930 140733320641488 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/11568/statm: 8107 7349 396 719 0 7386 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 32428

[startup+6.30027 s]
/proc/loadavg: 2.00 2.00 2.18 4/195 11569
/proc/meminfo: memFree=31396420/32951132 swapFree=67111528/67111528
[pid=11568] ppid=11566 vsize=34396 CPUtime=6.29
/proc/11568/stat : 11568 (pbscip.linux.x8) R 11566 11568 9962 0 -1 4202496 9555 0 0 0 607 22 0 0 25 0 1 0 130569636 35221504 7837 4089446400 4194304 7136930 140733320641488 18446744073709551615 4436499 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/11568/statm: 8599 7837 394 719 0 7878 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 34396

[startup+12.7002 s]
/proc/loadavg: 2.00 2.00 2.18 3/195 11569
/proc/meminfo: memFree=31391168/32951132 swapFree=67111528/67111528
[pid=11568] ppid=11566 vsize=40060 CPUtime=12.69
/proc/11568/stat : 11568 (pbscip.linux.x8) R 11566 11568 9962 0 -1 4202496 11046 0 0 0 1220 49 0 0 25 0 1 0 130569636 41021440 9328 4089446400 4194304 7136930 140733320641488 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/11568/statm: 10015 9328 394 719 0 9294 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 40060

[startup+25.501 s]
/proc/loadavg: 2.00 2.00 2.18 3/195 11569
/proc/meminfo: memFree=31379324/32951132 swapFree=67111528/67111528
[pid=11568] ppid=11566 vsize=51520 CPUtime=25.49
/proc/11568/stat : 11568 (pbscip.linux.x8) R 11566 11568 9962 0 -1 4202496 14003 0 0 0 2454 95 0 0 25 0 1 0 130569636 52756480 12285 4089446400 4194304 7136930 140733320641488 18446744073709551615 4436491 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/11568/statm: 12880 12285 394 719 0 12159 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 51520

[startup+51.1007 s]
/proc/loadavg: 2.00 2.00 2.17 3/195 11571
/proc/meminfo: memFree=31360312/32951132 swapFree=67111528/67111528
[pid=11568] ppid=11566 vsize=71784 CPUtime=51.09
/proc/11568/stat : 11568 (pbscip.linux.x8) R 11566 11568 9962 0 -1 4202496 18760 0 0 0 4935 174 0 0 25 0 1 0 130569636 73506816 17042 4089446400 4194304 7136930 140733320641488 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/11568/statm: 17946 17042 394 719 0 17225 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 71784

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 2.16 3/195 11571
/proc/meminfo: memFree=31329764/32951132 swapFree=67111528/67111528
[pid=11568] ppid=11566 vsize=105204 CPUtime=102.29
/proc/11568/stat : 11568 (pbscip.linux.x8) R 11566 11568 9962 0 -1 4202496 26471 0 0 0 9906 323 0 0 25 0 1 0 130569636 107728896 24750 4089446400 4194304 7136930 140733320641488 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/11568/statm: 26301 24750 394 719 0 25580 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 105204

[startup+162.301 s]
/proc/loadavg: 2.04 2.01 2.16 3/195 11573
/proc/meminfo: memFree=31291760/32951132 swapFree=67111528/67111528
[pid=11568] ppid=11566 vsize=141956 CPUtime=162.3
/proc/11568/stat : 11568 (pbscip.linux.x8) R 11566 11568 9962 0 -1 4202496 36068 0 0 0 15728 502 0 0 25 0 1 0 130569636 145362944 34347 4089446400 4194304 7136930 140733320641488 18446744073709551615 4642088 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/11568/statm: 35489 34347 394 719 0 34768 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 141956

[startup+222.301 s]
/proc/loadavg: 2.01 2.01 2.15 3/177 11705
/proc/meminfo: memFree=31260332/32951132 swapFree=67111528/67111528
[pid=11568] ppid=11566 vsize=177720 CPUtime=222.29
/proc/11568/stat : 11568 (pbscip.linux.x8) R 11566 11568 9962 0 -1 4202496 45419 0 0 0 21527 702 0 0 25 0 1 0 130569636 181985280 43698 4089446400 4194304 7136930 140733320641488 18446744073709551615 5908957 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/11568/statm: 44430 43698 394 719 0 43709 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 177720

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 2.13 3/177 11707
/proc/meminfo: memFree=31123364/32951132 swapFree=67111528/67111528
[pid=11568] ppid=11566 vsize=221860 CPUtime=282.3
/proc/11568/stat : 11568 (pbscip.linux.x8) R 11566 11568 9962 0 -1 4202496 54760 0 0 0 27321 909 0 0 25 0 1 0 130569636 227184640 53039 4089446400 4194304 7136930 140733320641488 18446744073709551615 4740365 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/11568/statm: 55465 53039 394 719 0 54744 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 221860

[startup+342.3 s]
/proc/loadavg: 2.04 2.01 2.13 3/177 11709
/proc/meminfo: memFree=30965696/32951132 swapFree=67111528/67111528
[pid=11568] ppid=11566 vsize=255472 CPUtime=342.3
/proc/11568/stat : 11568 (pbscip.linux.x8) R 11566 11568 9962 0 -1 4202496 63521 0 0 0 33108 1122 0 0 25 0 1 0 130569636 261603328 61800 4089446400 4194304 7136930 140733320641488 18446744073709551615 4407969 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/11568/statm: 63868 61800 394 719 0 63147 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 255472

[startup+402.3 s]
/proc/loadavg: 2.07 2.02 2.12 3/177 11709
/proc/meminfo: memFree=30780880/32951132 swapFree=67111528/67111528
[pid=11568] ppid=11566 vsize=288772 CPUtime=402.29
/proc/11568/stat : 11568 (pbscip.linux.x8) R 11566 11568 9962 0 -1 4202496 72201 0 0 0 38894 1335 0 0 25 0 1 0 130569636 295702528 70480 4089446400 4194304 7136930 140733320641488 18446744073709551615 5121843 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/11568/statm: 72193 70480 394 719 0 71472 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 288772

[startup+462.3 s]
/proc/loadavg: 2.02 2.02 2.11 3/177 11711
/proc/meminfo: memFree=30654968/32951132 swapFree=67111528/67111528
[pid=11568] ppid=11566 vsize=323556 CPUtime=462.3
/proc/11568/stat : 11568 (pbscip.linux.x8) R 11566 11568 9962 0 -1 4202496 81262 0 0 0 44681 1549 0 0 25 0 1 0 130569636 331321344 79541 4089446400 4194304 7136930 140733320641488 18446744073709551615 5892359 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/11568/statm: 80889 79541 394 719 0 80168 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 323556

[startup+522.301 s]
/proc/loadavg: 2.01 2.01 2.10 3/177 11713
/proc/meminfo: memFree=30527940/32951132 swapFree=67111528/67111528
[pid=11568] ppid=11566 vsize=373452 CPUtime=522.3
/proc/11568/stat : 11568 (pbscip.linux.x8) R 11566 11568 9962 0 -1 4202496 90006 0 0 0 50462 1768 0 0 25 0 1 0 130569636 382414848 88285 4089446400 4194304 7136930 140733320641488 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/11568/statm: 93363 88285 394 719 0 92642 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 373452

[startup+582.301 s]
/proc/loadavg: 2.00 2.01 2.09 3/177 11715
/proc/meminfo: memFree=30401404/32951132 swapFree=67111528/67111528
[pid=11568] ppid=11566 vsize=406576 CPUtime=582.3
/proc/11568/stat : 11568 (pbscip.linux.x8) R 11566 11568 9962 0 -1 4202496 98638 0 0 0 56251 1979 0 0 25 0 1 0 130569636 416333824 96917 4089446400 4194304 7136930 140733320641488 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/11568/statm: 101644 96917 394 719 0 100923 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 406576

[startup+642.301 s]
/proc/loadavg: 2.00 2.00 2.08 3/177 11717
/proc/meminfo: memFree=30279964/32951132 swapFree=67111528/67111528
[pid=11568] ppid=11566 vsize=439940 CPUtime=642.31
/proc/11568/stat : 11568 (pbscip.linux.x8) R 11566 11568 9962 0 -1 4202496 107324 0 0 0 62044 2187 0 0 25 0 1 0 130569636 450498560 105603 4089446400 4194304 7136930 140733320641488 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/11568/statm: 109985 105603 394 719 0 109264 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 439940

[startup+702.301 s]

################
# More data... #
################

/proc/11568/stat : 11568 (pbscip.linux.x8) R 11566 11568 9962 0 -1 4202496 161627 0 0 0 96725 3506 0 0 25 0 1 0 130569636 662999040 159906 4089446400 4194304 7136930 140733320641488 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/11568/statm: 161865 159906 394 719 0 161144 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 647460

[startup+1062.3 s]
/proc/loadavg: 2.02 2.01 2.05 3/177 11727
/proc/meminfo: memFree=29416312/32951132 swapFree=67111528/67111528
[pid=11568] ppid=11566 vsize=715240 CPUtime=1062.31
/proc/11568/stat : 11568 (pbscip.linux.x8) R 11566 11568 9962 0 -1 4202496 170810 0 0 0 102497 3734 0 0 25 0 1 0 130569636 732405760 169089 4089446400 4194304 7136930 140733320641488 18446744073709551615 4641963 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/11568/statm: 178810 169089 394 719 0 178089 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 715240

[startup+1122.3 s]
/proc/loadavg: 2.01 2.00 2.04 3/177 11729
/proc/meminfo: memFree=29289660/32951132 swapFree=67111528/67111528
[pid=11568] ppid=11566 vsize=748448 CPUtime=1122.31
/proc/11568/stat : 11568 (pbscip.linux.x8) R 11566 11568 9962 0 -1 4202496 179552 0 0 0 108276 3955 0 0 25 0 1 0 130569636 766410752 177831 4089446400 4194304 7136930 140733320641488 18446744073709551615 4436423 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/11568/statm: 187112 177831 394 719 0 186391 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 748448

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/177 11731
/proc/meminfo: memFree=29169204/32951132 swapFree=67111528/67111528
[pid=11568] ppid=11566 vsize=783060 CPUtime=1182.31
/proc/11568/stat : 11568 (pbscip.linux.x8) R 11566 11568 9962 0 -1 4202496 188601 0 0 0 114041 4190 0 0 25 0 1 0 130569636 801853440 186880 4089446400 4194304 7136930 140733320641488 18446744073709551615 5892370 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/11568/statm: 195765 186880 394 719 0 195044 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 783060

[startup+1242.3 s]
/proc/loadavg: 2.08 2.02 2.03 3/177 11736
/proc/meminfo: memFree=29047616/32951132 swapFree=67111528/67111528
[pid=11568] ppid=11566 vsize=816400 CPUtime=1242.31
/proc/11568/stat : 11568 (pbscip.linux.x8) R 11566 11568 9962 0 -1 4202496 197423 0 0 0 119806 4425 0 0 25 0 1 0 130569636 835993600 195702 4089446400 4194304 7136930 140733320641488 18446744073709551615 4642180 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/11568/statm: 204100 195702 394 719 0 203379 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 816400

[startup+1302.3 s]
/proc/loadavg: 2.02 2.01 2.03 3/177 11736
/proc/meminfo: memFree=28923292/32951132 swapFree=67111528/67111528
[pid=11568] ppid=11566 vsize=853568 CPUtime=1302.31
/proc/11568/stat : 11568 (pbscip.linux.x8) R 11566 11568 9962 0 -1 4202496 207173 0 0 0 125574 4657 0 0 25 0 1 0 130569636 874053632 205452 4089446400 4194304 7136930 140733320641488 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/11568/statm: 213392 205452 394 719 0 212671 0
Current children cumulated CPU time (s) 1302.31
Current children cumulated vsize (KiB) 853568

[startup+1362.3 s]
/proc/loadavg: 2.01 2.00 2.02 3/177 11738
/proc/meminfo: memFree=28792056/32951132 swapFree=67111528/67111528
[pid=11568] ppid=11566 vsize=894488 CPUtime=1362.31
/proc/11568/stat : 11568 (pbscip.linux.x8) R 11566 11568 9962 0 -1 4202496 217840 0 0 0 131350 4881 0 0 25 0 1 0 130569636 915955712 216119 4089446400 4194304 7136930 140733320641488 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/11568/statm: 223622 216119 394 719 0 222901 0
Current children cumulated CPU time (s) 1362.31
Current children cumulated vsize (KiB) 894488

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.02 3/177 11740
/proc/meminfo: memFree=28668628/32951132 swapFree=67111528/67111528
[pid=11568] ppid=11566 vsize=930340 CPUtime=1422.32
/proc/11568/stat : 11568 (pbscip.linux.x8) R 11566 11568 9962 0 -1 4202496 227245 0 0 0 137114 5118 0 0 25 0 1 0 130569636 952668160 225524 4089446400 4194304 7136930 140733320641488 18446744073709551615 4436423 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/11568/statm: 232585 225524 394 719 0 231864 0
Current children cumulated CPU time (s) 1422.32
Current children cumulated vsize (KiB) 930340

[startup+1482.3 s]
/proc/loadavg: 2.08 2.02 2.02 3/177 11742
/proc/meminfo: memFree=28549048/32951132 swapFree=67111528/67111528
[pid=11568] ppid=11566 vsize=964988 CPUtime=1482.31
/proc/11568/stat : 11568 (pbscip.linux.x8) R 11566 11568 9962 0 -1 4202496 236440 0 0 0 142874 5357 0 0 25 0 1 0 130569636 988147712 234719 4089446400 4194304 7136930 140733320641488 18446744073709551615 4436423 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/11568/statm: 241247 234719 394 719 0 240526 0
Current children cumulated CPU time (s) 1482.31
Current children cumulated vsize (KiB) 964988

[startup+1542.3 s]
/proc/loadavg: 2.03 2.01 2.01 3/177 11744
/proc/meminfo: memFree=28422144/32951132 swapFree=67111528/67111528
[pid=11568] ppid=11566 vsize=1002700 CPUtime=1542.31
/proc/11568/stat : 11568 (pbscip.linux.x8) R 11566 11568 9962 0 -1 4202496 246314 0 0 0 148632 5599 0 0 25 0 1 0 130569636 1026764800 244593 4089446400 4194304 7136930 140733320641488 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/11568/statm: 250675 244593 394 719 0 249954 0
Current children cumulated CPU time (s) 1542.31
Current children cumulated vsize (KiB) 1002700

[startup+1602.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/177 11744
/proc/meminfo: memFree=28297608/32951132 swapFree=67111528/67111528
[pid=11568] ppid=11566 vsize=1039464 CPUtime=1602.32
/proc/11568/stat : 11568 (pbscip.linux.x8) R 11566 11568 9962 0 -1 4202496 255961 0 0 0 154401 5831 0 0 25 0 1 0 130569636 1064411136 254240 4089446400 4194304 7136930 140733320641488 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/11568/statm: 259866 254240 394 719 0 259145 0
Current children cumulated CPU time (s) 1602.32
Current children cumulated vsize (KiB) 1039464

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 11746
/proc/meminfo: memFree=28169092/32951132 swapFree=67111528/67111528
[pid=11568] ppid=11566 vsize=1074648 CPUtime=1662.31
/proc/11568/stat : 11568 (pbscip.linux.x8) R 11566 11568 9962 0 -1 4202496 265223 0 0 0 160171 6060 0 0 25 0 1 0 130569636 1100439552 263502 4089446400 4194304 7136930 140733320641488 18446744073709551615 5892349 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/11568/statm: 268662 263502 394 719 0 267941 0
Current children cumulated CPU time (s) 1662.31
Current children cumulated vsize (KiB) 1074648

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 11748
/proc/meminfo: memFree=28047504/32951132 swapFree=67111528/67111528
[pid=11568] ppid=11566 vsize=1111104 CPUtime=1722.31
/proc/11568/stat : 11568 (pbscip.linux.x8) R 11566 11568 9962 0 -1 4202496 274796 0 0 0 165933 6298 0 0 25 0 1 0 130569636 1137770496 273075 4089446400 4194304 7136930 140733320641488 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/11568/statm: 277776 273075 394 719 0 277055 0
Current children cumulated CPU time (s) 1722.31
Current children cumulated vsize (KiB) 1111104

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 11750
/proc/meminfo: memFree=27922468/32951132 swapFree=67111528/67111528
[pid=11568] ppid=11566 vsize=1149300 CPUtime=1782.32
/proc/11568/stat : 11568 (pbscip.linux.x8) R 11566 11568 9962 0 -1 4202496 284839 0 0 0 171690 6542 0 0 25 0 1 0 130569636 1176883200 283118 4089446400 4194304 7136930 140733320641488 18446744073709551615 5892284 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/11568/statm: 287325 283118 394 719 0 286604 0
Current children cumulated CPU time (s) 1782.32
Current children cumulated vsize (KiB) 1149300



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 11750
/proc/meminfo: memFree=27882280/32951132 swapFree=67111528/67111528
[pid=11568] ppid=11566 vsize=1161796 CPUtime=1800.02
/proc/11568/stat : 11568 (pbscip.linux.x8) R 11566 11568 9962 0 -1 4202496 288082 0 0 0 173391 6611 0 0 25 0 1 0 130569636 1189679104 286361 4089446400 4194304 7136930 140733320641488 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/11568/statm: 290449 286361 394 719 0 289728 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 1161796

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -11568

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

[startup+1801.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 11751
/proc/meminfo: memFree=27881528/32951132 swapFree=67111528/67111528
[pid=11568] ppid=11566 vsize=1161916 CPUtime=1801.42
/proc/11568/stat : 11568 (pbscip.linux.x8) R 11566 11568 9962 0 -1 4202496 288131 0 0 0 173531 6611 0 0 19 0 1 0 130569636 1189801984 286410 4089446400 4194304 7136930 140733320641488 18446744073709551615 6165755 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/11568/statm: 290479 286410 399 719 0 289758 0
Current children cumulated CPU time (s) 1801.42
Current children cumulated vsize (KiB) 1161916

[startup+1801.81 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 11751
/proc/meminfo: memFree=27879668/32951132 swapFree=67111528/67111528
[pid=11568] ppid=11566 vsize=1161916 CPUtime=1801.82
/proc/11568/stat : 11568 (pbscip.linux.x8) R 11566 11568 9962 0 -1 4202496 288131 0 0 0 173571 6611 0 0 20 0 1 0 130569636 1189801984 286410 4089446400 4194304 7136930 140733320641488 18446744073709551615 6165759 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/11568/statm: 290479 286410 399 719 0 289758 0
Current children cumulated CPU time (s) 1801.82
Current children cumulated vsize (KiB) 1161916

[startup+1802 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 11751
/proc/meminfo: memFree=27879668/32951132 swapFree=67111528/67111528
[pid=11568] ppid=11566 vsize=1157360 CPUtime=1802.03
/proc/11568/stat : 11568 (pbscip.linux.x8) R 11566 11568 9962 0 -1 4202496 288190 0 0 0 173591 6612 0 0 21 0 1 0 130569636 1185136640 285271 4089446400 4194304 7136930 140733320641488 18446744073709551615 6165759 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/11568/statm: 289340 285271 399 719 0 288619 0
Current children cumulated CPU time (s) 1802.03
Current children cumulated vsize (KiB) 1157360

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.04
CPU time (s): 1802.08
CPU user time (s): 1735.92
CPU system time (s): 66.1579
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 1161916

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1735.92
system time used= 66.1579
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 288190
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= 5
involuntary context switches= 6428

runsolver used 2.43563 second user time and 5.78512 second system time

The end

Launcher Data

Begin job on node129 at 2010-06-30 12:12:11
IDJOB=2693789
IDBENCH=78717
IDSOLVER=1206
FILE ID=node129/2693789-1277892731
PBS_JOBID= 11197095
Free space on /tmp= 74212 MiB

SOLVER NAME= SCIPnone SCIP 1.2.1.2 without any LP solver
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/roussel/normalized-pigeon-cardinality-85-80--soft-66-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-2693789-1277892731/watcher-2693789-1277892731 -o /tmp/evaluation-result-2693789-1277892731/solver-2693789-1277892731 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2693789-1277892731.wbo -t 1800 -m 3800

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

MD5SUM BENCH= 6d906c6a0b5d527a5b0feb820bb742c0
RANDOM SEED=559033059

node129.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.831
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.66
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.831
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.83
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.831
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.76
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.831
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.84
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.831
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	: 5410.05
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.831
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.83
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.831
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.831
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.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      31425680 kB
Buffers:        178928 kB
Cached:        1056888 kB
SwapCached:          0 kB
Active:         693532 kB
Inactive:       690516 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      31425680 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            3156 kB
Writeback:           0 kB
AnonPages:      147912 kB
Mapped:          20732 kB
Slab:            77776 kB
PageTables:       4724 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:  1642128 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74204 MiB
End job on node129 at 2010-06-30 12:42:14