Trace number 2694166

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? (exit code) 228.061 228.054

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1110972763--soft-0-100-0.wbo
MD5SUMc968c5c5686ce999c268d6dcbb002538
Bench CategorySOFT-SMALLINT-LIN (only soft 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.357945
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables169
Total number of constraints101
Number of soft constraints101
Number of constraints which are clauses30
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint169
Top cost 4944
Min constraint cost 1
Max constraint cost 98
Sum of constraints costs 4943
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1209
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.00	c SCIP version 1.2.1.2 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: NONE] [Expressions interpreter: NONE]
0.00/0.00	c Copyright (c) 2002-2010 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-2694166-1277924243.wbo>
0.00/0.00	c original problem has 371 variables (270 bin, 0 int, 0 impl, 101 cont) and 203 constraints
0.00/0.00	c problem read
0.00/0.00	c presolving settings loaded
0.00/0.00	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.00	o 4943
0.00/0.00	c feasible solution found by trivial heuristic, objective value  4.943000e+03
0.00/0.00	c presolving:
0.00/0.00	c (round 1) 0 del vars, 1 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 101 impls, 0 clqs
0.00/0.01	c (round 2) 0 del vars, 1 del conss, 101 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 101 impls, 0 clqs
0.00/0.01	c    (0.0s) probing: 101/270 (37.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.00/0.01	c    (0.0s) probing aborted: 100/100 successive totally useless probings
0.00/0.01	c presolving (3 rounds):
0.00/0.01	c  0 deleted vars, 1 deleted constraints, 101 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.01	c  101 implications, 0 cliques
0.00/0.01	c presolved problem has 371 variables (270 bin, 0 int, 0 impl, 101 cont) and 202 constraints
0.00/0.01	c     101 constraints of type <indicator>
0.00/0.01	c     101 constraints of type <linear>
0.00/0.01	c transformed objective value is always integral (scale: 1)
0.00/0.01	c Presolving Time: 0.00
0.00/0.01	c - non default parameters ----------------------------------------------------------------------
0.00/0.01	c # SCIP version 1.2.1.2
0.00/0.01	c 
0.00/0.01	c # frequency for displaying node information lines
0.00/0.01	c # [type: int, range: [-1,2147483647], default: 100]
0.00/0.01	c display/freq = 10000
0.00/0.01	c 
0.00/0.01	c # maximal time in seconds to run
0.00/0.01	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.01	c limits/time = 1800
0.00/0.01	c 
0.00/0.01	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.01	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.01	c limits/memory = 3420
0.00/0.01	c 
0.00/0.01	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
0.00/0.01	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.01	c lp/solvefreq = -1
0.00/0.01	c 
0.00/0.01	c # should presolving try to simplify inequalities
0.00/0.01	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.01	c constraints/linear/simplifyinequalities = TRUE
0.00/0.01	c 
0.00/0.01	c # should presolving try to simplify knapsacks
0.00/0.01	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.01	c constraints/knapsack/simplifyinequalities = TRUE
0.00/0.01	c 
0.00/0.01	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.00/0.01	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.01	c separating/rapidlearning/freq = 0
0.00/0.01	c 
0.00/0.01	c -----------------------------------------------------------------------------------------------
0.00/0.01	c start solving
0.00/0.01	c 
0.00/0.01	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.00/0.01	c t 0.0s|     1 |     2 |     0 |     - |1124k|   0 |   - | 371 | 202 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 | 4.943000e+03 |    Inf 
1.59/1.63	c   1.4s| 10000 |  6492 |     0 |   0.0 |8082k| 171 |   - | 371 |5182 |   0 |   0 |   0 |9623 |   0 | 0.000000e+00 | 4.943000e+03 |    Inf 
2.79/2.80	c   2.4s| 20000 | 14424 |     0 |   0.0 |  11M| 209 |   - | 371 |5002 |   0 |   0 |   0 |  15k|   0 | 0.000000e+00 | 4.943000e+03 |    Inf 
5.69/5.74	c   5.1s| 30000 | 18408 |     0 |   0.0 |  18M| 209 |   - | 371 |  11k|   0 |   0 |   0 |  31k|   0 | 0.000000e+00 | 4.943000e+03 |    Inf 
10.19/10.23	c   9.3s| 40000 | 20469 |     0 |   0.0 |  23M| 209 |   - | 371 |  14k|   0 |   0 |   0 |  50k|   0 | 0.000000e+00 | 4.943000e+03 |    Inf 
11.09/11.10	o 850
11.09/11.10	c *10.1s| 43393 | 22421 |     0 |   0.0 |  23M| 218 |   - | 371 |  11k|   0 |   0 |   0 |  54k|   0 | 0.000000e+00 | 8.500000e+02 |    Inf 
11.19/11.21	o 659
11.19/11.21	c *10.2s| 44880 | 23849 |     0 |   0.0 |  23M| 218 |   - | 371 |8764 |   0 |   0 |   0 |  54k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
11.39/11.48	c  10.4s| 50000 | 28956 |     0 |   0.0 |  22M| 218 |   - | 371 |1514 |   0 |   0 |   0 |  54k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
11.89/11.96	c  10.7s| 60000 | 38903 |     0 |   0.0 |  25M| 218 |   - | 371 |1090 |   0 |   0 |   0 |  54k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
12.39/12.44	c  11.0s| 70000 | 48879 |     0 |   0.0 |  28M| 218 |   - | 371 | 960 |   0 |   0 |   0 |  54k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
12.89/12.91	c  11.3s| 80000 | 58835 |     0 |   0.0 |  31M| 218 |   - | 371 | 972 |   0 |   0 |   0 |  54k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
13.30/13.39	c  11.6s| 90000 | 68781 |     0 |   0.0 |  34M| 218 |   - | 371 |1023 |   0 |   0 |   0 |  54k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
13.80/13.86	c  11.9s|100000 | 78741 |     0 |   0.0 |  37M| 218 |   - | 371 |1054 |   0 |   0 |   0 |  54k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
14.29/14.32	c  12.2s|110000 | 88711 |     0 |   0.0 |  40M| 218 |   - | 371 |1090 |   0 |   0 |   0 |  54k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
14.69/14.78	c  12.5s|120000 | 98671 |     0 |   0.0 |  43M| 218 |   - | 371 |1129 |   0 |   0 |   0 |  54k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
15.20/15.24	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
15.20/15.24	c  12.8s|130000 |108640 |     0 |   0.0 |  46M| 218 |   - | 371 |1182 |   0 |   0 |   0 |  54k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
15.69/15.70	c  13.1s|140000 |118604 |     0 |   0.0 |  49M| 218 |   - | 371 |1248 |   0 |   0 |   0 |  54k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
16.09/16.16	c  13.4s|150000 |128557 |     0 |   0.0 |  52M| 218 |   - | 371 |1296 |   0 |   0 |   0 |  55k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
16.89/16.92	c  14.0s|160000 |137273 |     0 |   0.0 |  55M| 218 |   - | 371 |3605 |   0 |   0 |   0 |  58k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
20.89/20.90	c  17.7s|170000 |139787 |     0 |   0.0 |  62M| 218 |   - | 371 |  12k|   0 |   0 |   0 |  78k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
26.69/26.71	c  23.2s|180000 |141085 |     0 |   0.0 |  67M| 218 |   - | 371 |  18k|   0 |   0 |   0 | 100k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
34.80/34.80	c  31.0s|190000 |140615 |     0 |   0.0 |  71M| 218 |   - | 371 |  24k|   0 |   0 |   0 | 124k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
41.60/41.65	c  37.6s|200000 |143006 |     0 |   0.0 |  70M| 218 |   - | 371 |  17k|   0 |   0 |   0 | 139k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
42.19/42.24	c  38.0s|210000 |152976 |     0 |   0.0 |  68M| 218 |   - | 371 |1738 |   0 |   0 |   0 | 139k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
42.69/42.71	c  38.4s|220000 |162964 |     0 |   0.0 |  71M| 218 |   - | 371 |1430 |   0 |   0 |   0 | 139k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
43.09/43.17	c  38.6s|230000 |172941 |     0 |   0.0 |  74M| 218 |   - | 371 |1342 |   0 |   0 |   0 | 139k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
43.59/43.65	c  38.9s|240000 |182904 |     0 |   0.0 |  77M| 218 |   - | 371 |1244 |   0 |   0 |   0 | 139k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
44.10/44.11	c  39.2s|250000 |192879 |     0 |   0.0 |  80M| 218 |   - | 371 |1120 |   0 |   0 |   0 | 139k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
44.50/44.58	c  39.5s|260000 |202854 |     0 |   0.0 |  82M| 218 |   - | 371 |1057 |   0 |   0 |   0 | 139k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
44.99/45.04	c  39.8s|270000 |212837 |     0 |   0.0 |  85M| 218 |   - | 371 |1060 |   0 |   0 |   0 | 139k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
45.49/45.50	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
45.49/45.50	c  40.1s|280000 |222804 |     0 |   0.0 |  88M| 218 |   - | 371 |1045 |   0 |   0 |   0 | 140k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
45.90/45.97	c  40.4s|290000 |232768 |     0 |   0.0 |  91M| 218 |   - | 371 |1034 |   0 |   0 |   0 | 140k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
46.39/46.43	c  40.7s|300000 |242749 |     0 |   0.0 |  94M| 218 |   - | 371 | 999 |   0 |   0 |   0 | 140k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
46.80/46.88	c  41.0s|310000 |252735 |     0 |   0.0 |  97M| 218 |   - | 371 | 989 |   0 |   0 |   0 | 140k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
47.30/47.34	c  41.3s|320000 |262707 |     0 |   0.0 | 100M| 218 |   - | 371 | 986 |   0 |   0 |   0 | 140k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
47.70/47.79	c  41.6s|330000 |272686 |     0 |   0.0 | 103M| 218 |   - | 371 | 994 |   0 |   0 |   0 | 140k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
48.19/48.25	c  41.9s|340000 |282661 |     0 |   0.0 | 106M| 218 |   - | 371 | 968 |   0 |   0 |   0 | 140k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
48.70/48.72	c  42.2s|350000 |292622 |     0 |   0.0 | 109M| 218 |   - | 371 | 979 |   0 |   0 |   0 | 140k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
49.09/49.18	c  42.5s|360000 |302598 |     0 |   0.0 | 111M| 219 |   - | 371 | 945 |   0 |   0 |   0 | 140k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
49.59/49.64	c  42.8s|370000 |312567 |     0 |   0.0 | 114M| 219 |   - | 371 | 957 |   0 |   0 |   0 | 140k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
50.10/50.11	c  43.0s|380000 |322534 |     0 |   0.0 | 117M| 219 |   - | 371 | 946 |   0 |   0 |   0 | 140k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
50.49/50.57	c  43.3s|390000 |332499 |     0 |   0.0 | 120M| 219 |   - | 371 | 993 |   0 |   0 |   0 | 140k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
51.00/51.04	c  43.6s|400000 |342459 |     0 |   0.0 | 123M| 219 |   - | 371 | 964 |   0 |   0 |   0 | 140k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
51.49/51.51	c  43.9s|410000 |352426 |     0 |   0.0 | 126M| 219 |   - | 371 | 981 |   0 |   0 |   0 | 140k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
51.89/51.97	c  44.2s|420000 |362400 |     0 |   0.0 | 129M| 219 |   - | 371 | 980 |   0 |   0 |   0 | 140k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
52.40/52.44	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
52.40/52.44	c  44.5s|430000 |372362 |     0 |   0.0 | 132M| 219 |   - | 371 | 957 |   0 |   0 |   0 | 140k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
52.89/52.90	c  44.8s|440000 |382334 |     0 |   0.0 | 135M| 219 |   - | 371 | 929 |   0 |   0 |   0 | 140k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
53.29/53.37	c  45.1s|450000 |392305 |     0 |   0.0 | 138M| 219 |   - | 371 | 931 |   0 |   0 |   0 | 141k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
53.79/53.83	c  45.4s|460000 |402276 |     0 |   0.0 | 141M| 219 |   - | 371 | 946 |   0 |   0 |   0 | 141k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
54.19/54.28	c  45.7s|470000 |412250 |     0 |   0.0 | 144M| 219 |   - | 371 | 965 |   0 |   0 |   0 | 141k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
54.69/54.74	c  46.0s|480000 |422227 |     0 |   0.0 | 147M| 219 |   - | 371 | 931 |   0 |   0 |   0 | 141k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
55.19/55.20	c  46.3s|490000 |432189 |     0 |   0.0 | 150M| 219 |   - | 371 | 952 |   0 |   0 |   0 | 141k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
55.59/55.66	c  46.6s|500000 |442167 |     0 |   0.0 | 152M| 219 |   - | 371 | 956 |   0 |   0 |   0 | 141k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
56.10/56.12	c  46.9s|510000 |452142 |     0 |   0.0 | 155M| 219 |   - | 371 | 982 |   0 |   0 |   0 | 141k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
56.49/56.58	c  47.2s|520000 |462101 |     0 |   0.0 | 158M| 219 |   - | 371 |1056 |   0 |   0 |   0 | 141k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
56.99/57.04	c  47.5s|530000 |472074 |     0 |   0.0 | 161M| 219 |   - | 371 |1102 |   0 |   0 |   0 | 141k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
57.50/57.50	c  47.7s|540000 |482037 |     0 |   0.0 | 164M| 219 |   - | 371 |1136 |   0 |   0 |   0 | 141k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
57.89/57.96	c  48.0s|550000 |491996 |     0 |   0.0 | 167M| 219 |   - | 371 |1181 |   0 |   0 |   0 | 141k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
58.40/58.42	c  48.3s|560000 |501975 |     0 |   0.0 | 170M| 219 |   - | 371 |1157 |   0 |   0 |   0 | 141k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
58.79/58.87	c  48.6s|570000 |511962 |     0 |   0.0 | 173M| 219 |   - | 371 |1132 |   0 |   0 |   0 | 141k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
59.29/59.33	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
59.29/59.33	c  48.9s|580000 |521934 |     0 |   0.0 | 176M| 219 |   - | 371 |1168 |   0 |   0 |   0 | 141k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
59.69/59.79	c  49.1s|590000 |531912 |     0 |   0.0 | 179M| 219 |   - | 371 |1172 |   0 |   0 |   0 | 141k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
60.19/60.25	c  49.4s|600000 |541879 |     0 |   0.0 | 182M| 219 |   - | 371 |1212 |   0 |   0 |   0 | 141k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
60.69/60.72	c  49.7s|610000 |551850 |     0 |   0.0 | 185M| 219 |   - | 371 |1167 |   0 |   0 |   0 | 141k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
61.09/61.18	c  50.0s|620000 |561824 |     0 |   0.0 | 188M| 219 |   - | 371 |1181 |   0 |   0 |   0 | 141k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
61.60/61.64	c  50.3s|630000 |571792 |     0 |   0.0 | 191M| 219 |   - | 371 |1186 |   0 |   0 |   0 | 142k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
62.10/62.11	c  50.6s|640000 |581765 |     0 |   0.0 | 194M| 219 |   - | 371 |1190 |   0 |   0 |   0 | 142k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
62.49/62.56	c  50.9s|650000 |591737 |     0 |   0.0 | 197M| 219 |   - | 371 |1223 |   0 |   0 |   0 | 142k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
62.99/63.03	c  51.2s|660000 |601697 |     0 |   0.0 | 200M| 219 |   - | 371 |1280 |   0 |   0 |   0 | 142k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
63.49/63.50	c  51.5s|670000 |611663 |     0 |   0.0 | 203M| 219 |   - | 371 |1258 |   0 |   0 |   0 | 142k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
63.90/63.97	c  51.8s|680000 |621641 |     0 |   0.0 | 206M| 219 |   - | 371 |1285 |   0 |   0 |   0 | 142k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
64.40/64.42	c  52.0s|690000 |631624 |     0 |   0.0 | 209M| 219 |   - | 371 |1285 |   0 |   0 |   0 | 142k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
64.79/64.89	c  52.3s|700000 |641586 |     0 |   0.0 | 212M| 219 |   - | 371 |1318 |   0 |   0 |   0 | 142k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
65.29/65.35	c  52.6s|710000 |651562 |     0 |   0.0 | 215M| 219 |   - | 371 |1293 |   0 |   0 |   0 | 142k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
65.80/65.81	c  52.9s|720000 |661530 |     0 |   0.0 | 218M| 219 |   - | 371 |1286 |   0 |   0 |   0 | 142k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
66.19/66.28	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
66.19/66.28	c  53.2s|730000 |671514 |     0 |   0.0 | 221M| 219 |   - | 371 |1283 |   0 |   0 |   0 | 142k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
66.69/66.75	c  53.5s|740000 |681464 |     0 |   0.0 | 224M| 219 |   - | 371 |1347 |   0 |   0 |   0 | 142k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
67.19/67.21	c  53.8s|750000 |691431 |     0 |   0.0 | 227M| 219 |   - | 371 |1316 |   0 |   0 |   0 | 142k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
67.59/67.68	c  54.1s|760000 |701407 |     0 |   0.0 | 230M| 219 |   - | 371 |1336 |   0 |   0 |   0 | 142k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
68.09/68.14	c  54.4s|770000 |711390 |     0 |   0.0 | 233M| 219 |   - | 371 |1360 |   0 |   0 |   0 | 143k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
68.59/68.60	c  54.6s|780000 |721357 |     0 |   0.0 | 236M| 219 |   - | 371 |1398 |   0 |   0 |   0 | 143k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
68.99/69.07	c  54.9s|790000 |731331 |     0 |   0.0 | 239M| 219 |   - | 371 |1386 |   0 |   0 |   0 | 143k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
69.49/69.54	c  55.2s|800000 |741299 |     0 |   0.0 | 242M| 219 |   - | 371 |1419 |   0 |   0 |   0 | 143k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
69.99/70.01	c  55.5s|810000 |751257 |     0 |   0.0 | 244M| 219 |   - | 371 |1469 |   0 |   0 |   0 | 143k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
70.40/70.47	c  55.8s|820000 |761243 |     0 |   0.0 | 247M| 219 |   - | 371 |1438 |   0 |   0 |   0 | 143k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
70.89/70.93	c  56.1s|830000 |771215 |     0 |   0.0 | 250M| 219 |   - | 371 |1426 |   0 |   0 |   0 | 143k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
71.40/71.40	c  56.4s|840000 |781193 |     0 |   0.0 | 253M| 219 |   - | 371 |1420 |   0 |   0 |   0 | 143k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
71.79/71.86	c  56.6s|850000 |791167 |     0 |   0.0 | 256M| 219 |   - | 371 |1437 |   0 |   0 |   0 | 143k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
72.30/72.32	c  56.9s|860000 |801144 |     0 |   0.0 | 259M| 219 |   - | 371 |1447 |   0 |   0 |   0 | 143k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
72.69/72.79	c  57.2s|870000 |811108 |     0 |   0.0 | 262M| 219 |   - | 371 |1518 |   0 |   0 |   0 | 143k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
73.19/73.25	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.25	c  57.5s|880000 |821085 |     0 |   0.0 | 265M| 219 |   - | 371 |1499 |   0 |   0 |   0 | 143k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
73.70/73.72	c  57.8s|890000 |831054 |     0 |   0.0 | 268M| 219 |   - | 371 |1539 |   0 |   0 |   0 | 143k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
74.09/74.18	c  58.1s|900000 |841035 |     0 |   0.0 | 271M| 219 |   - | 371 |1553 |   0 |   0 |   0 | 143k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
74.59/74.65	c  58.5s|910000 |850988 |     0 |   0.0 | 274M| 219 |   - | 371 |1634 |   0 |   0 |   0 | 144k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
75.09/75.12	c  58.8s|920000 |860952 |     0 |   0.0 | 277M| 219 |   - | 371 |1656 |   0 |   0 |   0 | 144k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
75.49/75.59	c  59.0s|930000 |870921 |     0 |   0.0 | 280M| 219 |   - | 371 |1643 |   0 |   0 |   0 | 144k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
75.99/76.05	c  59.3s|940000 |880892 |     0 |   0.0 | 283M| 219 |   - | 371 |1681 |   0 |   0 |   0 | 144k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
76.49/76.52	c  59.6s|950000 |890860 |     0 |   0.0 | 286M| 219 |   - | 371 |1665 |   0 |   0 |   0 | 144k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
76.89/76.98	c  59.9s|960000 |900838 |     0 |   0.0 | 289M| 219 |   - | 371 |1670 |   0 |   0 |   0 | 144k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
77.39/77.45	c  60.2s|970000 |910799 |     0 |   0.0 | 292M| 219 |   - | 371 |1688 |   0 |   0 |   0 | 144k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
77.89/77.92	c  60.5s|980000 |920771 |     0 |   0.0 | 295M| 219 |   - | 371 |1711 |   0 |   0 |   0 | 144k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
78.29/78.38	c  60.8s|990000 |930744 |     0 |   0.0 | 298M| 219 |   - | 371 |1739 |   0 |   0 |   0 | 144k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
78.79/78.85	c  61.1s|  1000k|940703 |     0 |   0.0 | 301M| 219 |   - | 371 |1770 |   0 |   0 |   0 | 144k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
79.30/79.31	c  61.4s|  1010k|950677 |     0 |   0.0 | 304M| 219 |   - | 371 |1786 |   0 |   0 |   0 | 144k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
79.69/79.77	c  61.7s|  1020k|960653 |     0 |   0.0 | 307M| 219 |   - | 371 |1802 |   0 |   0 |   0 | 144k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
80.20/80.24	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
80.20/80.24	c  62.0s|  1030k|970625 |     0 |   0.0 | 310M| 219 |   - | 371 |1819 |   0 |   0 |   0 | 144k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
80.69/80.70	c  62.3s|  1040k|980600 |     0 |   0.0 | 313M| 219 |   - | 371 |1845 |   0 |   0 |   0 | 144k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
81.09/81.16	c  62.6s|  1050k|990567 |     0 |   0.0 | 317M| 219 |   - | 371 |1835 |   0 |   0 |   0 | 145k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
81.59/81.62	c  62.9s|  1060k|  1000k|     0 |   0.0 | 320M| 219 |   - | 371 |1871 |   0 |   0 |   0 | 145k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
82.00/82.09	c  63.2s|  1070k|  1010k|     0 |   0.0 | 323M| 219 |   - | 371 |1919 |   0 |   0 |   0 | 145k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
82.49/82.56	c  63.5s|  1080k|  1020k|     0 |   0.0 | 326M| 219 |   - | 371 |1943 |   0 |   0 |   0 | 145k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
83.00/83.02	c  63.8s|  1090k|  1030k|     0 |   0.0 | 329M| 219 |   - | 371 |1940 |   0 |   0 |   0 | 145k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
83.40/83.48	c  64.0s|  1100k|  1040k|     0 |   0.0 | 332M| 219 |   - | 371 |1930 |   0 |   0 |   0 | 145k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
83.90/83.94	c  64.3s|  1110k|  1050k|     0 |   0.0 | 335M| 219 |   - | 371 |1992 |   0 |   0 |   0 | 145k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
84.39/84.42	c  64.6s|  1120k|  1060k|     0 |   0.0 | 338M| 219 |   - | 371 |2031 |   0 |   0 |   0 | 145k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
84.89/84.90	c  64.9s|  1130k|  1070k|     0 |   0.0 | 341M| 219 |   - | 371 |2074 |   0 |   0 |   0 | 145k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
85.30/85.36	c  65.2s|  1140k|  1080k|     0 |   0.0 | 344M| 219 |   - | 371 |2080 |   0 |   0 |   0 | 145k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
85.80/85.82	c  65.5s|  1150k|  1090k|     0 |   0.0 | 347M| 219 |   - | 371 |2065 |   0 |   0 |   0 | 145k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
86.19/86.29	c  65.8s|  1160k|  1100k|     0 |   0.0 | 350M| 219 |   - | 371 |2091 |   0 |   0 |   0 | 145k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
86.70/86.75	c  66.1s|  1170k|  1110k|     0 |   0.0 | 353M| 219 |   - | 371 |2148 |   0 |   0 |   0 | 145k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
87.19/87.22	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
87.19/87.22	c  66.4s|  1180k|  1120k|     0 |   0.0 | 356M| 219 |   - | 371 |2235 |   0 |   0 |   0 | 146k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
87.59/87.68	c  66.7s|  1190k|  1130k|     0 |   0.0 | 359M| 219 |   - | 371 |2244 |   0 |   0 |   0 | 146k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
88.10/88.14	c  67.0s|  1200k|  1140k|     0 |   0.0 | 362M| 219 |   - | 371 |2290 |   0 |   0 |   0 | 146k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
88.60/88.61	c  67.3s|  1210k|  1149k|     0 |   0.0 | 365M| 219 |   - | 371 |2285 |   0 |   0 |   0 | 146k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
89.00/89.08	c  67.6s|  1220k|  1159k|     0 |   0.0 | 368M| 219 |   - | 371 |2329 |   0 |   0 |   0 | 146k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
89.49/89.55	c  67.9s|  1230k|  1169k|     0 |   0.0 | 371M| 219 |   - | 371 |2374 |   0 |   0 |   0 | 146k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
89.99/90.01	c  68.1s|  1240k|  1179k|     0 |   0.0 | 374M| 219 |   - | 371 |2431 |   0 |   0 |   0 | 146k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
90.39/90.49	c  68.5s|  1250k|  1189k|     0 |   0.0 | 377M| 219 |   - | 371 |2458 |   0 |   0 |   0 | 146k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
90.90/90.95	c  68.7s|  1260k|  1199k|     0 |   0.0 | 380M| 219 |   - | 371 |2471 |   0 |   0 |   0 | 146k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
91.40/91.41	c  69.0s|  1270k|  1209k|     0 |   0.0 | 383M| 219 |   - | 371 |2530 |   0 |   0 |   0 | 146k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
91.79/91.88	c  69.3s|  1280k|  1219k|     0 |   0.0 | 386M| 219 |   - | 371 |2520 |   0 |   0 |   0 | 146k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
92.29/92.34	c  69.6s|  1290k|  1229k|     0 |   0.0 | 389M| 219 |   - | 371 |2529 |   0 |   0 |   0 | 146k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
92.79/92.80	c  69.9s|  1300k|  1239k|     0 |   0.0 | 392M| 219 |   - | 371 |2567 |   0 |   0 |   0 | 146k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
93.20/93.27	c  70.2s|  1310k|  1249k|     0 |   0.0 | 395M| 219 |   - | 371 |2575 |   0 |   0 |   0 | 146k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
93.69/93.72	c  70.5s|  1320k|  1259k|     0 |   0.0 | 398M| 219 |   - | 371 |2594 |   0 |   0 |   0 | 147k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
94.09/94.19	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
94.09/94.19	c  70.8s|  1330k|  1269k|     0 |   0.0 | 401M| 219 |   - | 371 |2616 |   0 |   0 |   0 | 147k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
94.60/94.66	c  71.1s|  1340k|  1279k|     0 |   0.0 | 404M| 219 |   - | 371 |2657 |   0 |   0 |   0 | 147k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
95.10/95.13	c  71.4s|  1350k|  1289k|     0 |   0.0 | 407M| 219 |   - | 371 |2735 |   0 |   0 |   0 | 147k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
95.50/95.59	c  71.7s|  1360k|  1299k|     0 |   0.0 | 410M| 219 |   - | 371 |2766 |   0 |   0 |   0 | 147k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
95.99/96.07	c  71.9s|  1370k|  1309k|     0 |   0.0 | 413M| 219 |   - | 371 |2817 |   0 |   0 |   0 | 147k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
96.50/96.55	c  72.2s|  1380k|  1319k|     0 |   0.0 | 416M| 219 |   - | 371 |2852 |   0 |   0 |   0 | 147k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
96.99/97.02	c  72.5s|  1390k|  1329k|     0 |   0.0 | 419M| 219 |   - | 371 |2906 |   0 |   0 |   0 | 147k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
97.39/97.49	c  72.8s|  1400k|  1339k|     0 |   0.0 | 422M| 219 |   - | 371 |2920 |   0 |   0 |   0 | 147k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
97.90/97.96	c  73.1s|  1410k|  1349k|     0 |   0.0 | 425M| 219 |   - | 371 |2898 |   0 |   0 |   0 | 147k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
98.39/98.43	c  73.4s|  1420k|  1359k|     0 |   0.0 | 429M| 219 |   - | 371 |2979 |   0 |   0 |   0 | 147k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
98.89/98.91	c  73.7s|  1430k|  1369k|     0 |   0.0 | 432M| 219 |   - | 371 |3017 |   0 |   0 |   0 | 148k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
99.29/99.37	c  74.0s|  1440k|  1379k|     0 |   0.0 | 435M| 219 |   - | 371 |3058 |   0 |   0 |   0 | 148k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
99.79/99.83	c  74.3s|  1450k|  1389k|     0 |   0.0 | 438M| 219 |   - | 371 |3088 |   0 |   0 |   0 | 148k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
100.20/100.29	c  74.6s|  1460k|  1399k|     0 |   0.0 | 441M| 219 |   - | 371 |3091 |   0 |   0 |   0 | 148k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
100.69/100.76	c  74.9s|  1470k|  1409k|     0 |   0.0 | 444M| 219 |   - | 371 |3081 |   0 |   0 |   0 | 148k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
101.19/101.23	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
101.19/101.23	c  75.2s|  1480k|  1419k|     0 |   0.0 | 447M| 219 |   - | 371 |3167 |   0 |   0 |   0 | 148k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
101.69/101.70	c  75.5s|  1490k|  1428k|     0 |   0.0 | 450M| 219 |   - | 371 |3209 |   0 |   0 |   0 | 148k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
102.10/102.18	c  75.8s|  1500k|  1438k|     0 |   0.0 | 453M| 219 |   - | 371 |3249 |   0 |   0 |   0 | 148k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
102.59/102.65	c  76.1s|  1510k|  1448k|     0 |   0.0 | 456M| 219 |   - | 371 |3253 |   0 |   0 |   0 | 148k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
103.10/103.13	c  76.4s|  1520k|  1458k|     0 |   0.0 | 459M| 219 |   - | 371 |3307 |   0 |   0 |   0 | 148k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
103.59/103.60	c  76.7s|  1530k|  1468k|     0 |   0.0 | 462M| 219 |   - | 371 |3331 |   0 |   0 |   0 | 148k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
104.00/104.08	c  77.0s|  1540k|  1478k|     0 |   0.0 | 465M| 219 |   - | 371 |3372 |   0 |   0 |   0 | 148k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
104.50/104.55	c  77.3s|  1550k|  1488k|     0 |   0.0 | 468M| 219 |   - | 371 |3413 |   0 |   0 |   0 | 148k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
104.99/105.03	c  77.6s|  1560k|  1498k|     0 |   0.0 | 471M| 219 |   - | 371 |3466 |   0 |   0 |   0 | 149k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
105.49/105.52	c  77.9s|  1570k|  1508k|     0 |   0.0 | 474M| 219 |   - | 371 |3517 |   0 |   0 |   0 | 149k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
105.99/106.00	c  78.2s|  1580k|  1518k|     0 |   0.0 | 477M| 219 |   - | 371 |3575 |   0 |   0 |   0 | 149k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
106.39/106.48	c  78.5s|  1590k|  1528k|     0 |   0.0 | 480M| 219 |   - | 371 |3625 |   0 |   0 |   0 | 149k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
106.89/106.96	c  78.9s|  1600k|  1538k|     0 |   0.0 | 483M| 219 |   - | 371 |3640 |   0 |   0 |   0 | 149k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
107.39/107.45	c  79.2s|  1610k|  1548k|     0 |   0.0 | 486M| 219 |   - | 371 |3696 |   0 |   0 |   0 | 149k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
107.90/107.94	c  79.5s|  1620k|  1558k|     0 |   0.0 | 489M| 219 |   - | 371 |3744 |   0 |   0 |   0 | 149k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
108.39/108.42	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
108.39/108.43	c  79.8s|  1630k|  1568k|     0 |   0.0 | 492M| 219 |   - | 371 |3768 |   0 |   0 |   0 | 149k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
108.90/108.91	c  80.1s|  1640k|  1578k|     0 |   0.0 | 495M| 219 |   - | 371 |3840 |   0 |   0 |   0 | 149k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
109.29/109.39	c  80.5s|  1650k|  1588k|     0 |   0.0 | 498M| 219 |   - | 371 |3898 |   0 |   0 |   0 | 149k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
109.80/109.87	c  80.8s|  1660k|  1598k|     0 |   0.0 | 501M| 219 |   - | 371 |3913 |   0 |   0 |   0 | 149k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
110.29/110.36	c  81.1s|  1670k|  1608k|     0 |   0.0 | 504M| 219 |   - | 371 |3998 |   0 |   0 |   0 | 150k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
110.80/110.86	c  81.4s|  1680k|  1618k|     0 |   0.0 | 507M| 219 |   - | 371 |4068 |   0 |   0 |   0 | 150k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
111.29/111.34	c  81.7s|  1690k|  1628k|     0 |   0.0 | 510M| 219 |   - | 371 |4113 |   0 |   0 |   0 | 150k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
111.79/111.83	c  82.0s|  1700k|  1638k|     0 |   0.0 | 513M| 219 |   - | 371 |4134 |   0 |   0 |   0 | 150k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
112.30/112.32	c  82.3s|  1710k|  1648k|     0 |   0.0 | 516M| 219 |   - | 371 |4223 |   0 |   0 |   0 | 150k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
112.80/112.80	c  82.6s|  1720k|  1658k|     0 |   0.0 | 519M| 219 |   - | 371 |4280 |   0 |   0 |   0 | 150k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
113.20/113.29	c  83.0s|  1730k|  1668k|     0 |   0.0 | 522M| 219 |   - | 371 |4318 |   0 |   0 |   0 | 150k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
113.70/113.79	c  83.3s|  1740k|  1677k|     0 |   0.0 | 525M| 219 |   - | 371 |4355 |   0 |   0 |   0 | 150k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
114.19/114.29	c  83.6s|  1750k|  1687k|     0 |   0.0 | 528M| 219 |   - | 371 |4432 |   0 |   0 |   0 | 150k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
114.69/114.78	c  83.9s|  1760k|  1697k|     0 |   0.0 | 531M| 219 |   - | 371 |4518 |   0 |   0 |   0 | 150k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
115.19/115.28	c  84.2s|  1770k|  1707k|     0 |   0.0 | 535M| 219 |   - | 371 |4532 |   0 |   0 |   0 | 151k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
115.69/115.78	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
115.69/115.78	c  84.6s|  1780k|  1717k|     0 |   0.0 | 538M| 219 |   - | 371 |4623 |   0 |   0 |   0 | 151k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
116.20/116.27	c  84.9s|  1790k|  1727k|     0 |   0.0 | 541M| 219 |   - | 371 |4668 |   0 |   0 |   0 | 151k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
116.71/116.77	c  85.2s|  1800k|  1737k|     0 |   0.0 | 544M| 219 |   - | 371 |4752 |   0 |   0 |   0 | 151k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
117.19/117.28	c  85.5s|  1810k|  1747k|     0 |   0.0 | 547M| 219 |   - | 371 |4818 |   0 |   0 |   0 | 151k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
117.80/117.81	c  85.9s|  1820k|  1757k|     0 |   0.0 | 550M| 219 |   - | 371 |4899 |   0 |   0 |   0 | 151k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
118.30/118.34	c  86.2s|  1830k|  1767k|     0 |   0.0 | 553M| 219 |   - | 371 |4936 |   0 |   0 |   0 | 151k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
118.90/118.92	c  86.6s|  1840k|  1777k|     0 |   0.0 | 556M| 219 |   - | 371 |4998 |   0 |   0 |   0 | 151k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
119.40/119.41	c  86.9s|  1850k|  1787k|     0 |   0.0 | 558M| 219 |   - | 371 |1200 |   0 |   0 |   0 | 151k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
119.79/119.84	c  87.2s|  1860k|  1797k|     0 |   0.0 | 561M| 219 |   - | 371 | 956 |   0 |   0 |   0 | 151k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
120.19/120.27	c  87.5s|  1870k|  1807k|     0 |   0.0 | 563M| 219 |   - | 371 | 924 |   0 |   0 |   0 | 152k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
120.69/120.70	c  87.8s|  1880k|  1817k|     0 |   0.0 | 566M| 219 |   - | 371 | 902 |   0 |   0 |   0 | 152k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
121.10/121.12	c  88.0s|  1890k|  1827k|     0 |   0.0 | 569M| 219 |   - | 371 | 864 |   0 |   0 |   0 | 152k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
121.49/121.54	c  88.2s|  1900k|  1837k|     0 |   0.0 | 572M| 219 |   - | 371 | 861 |   0 |   0 |   0 | 152k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
121.89/121.95	c  88.5s|  1910k|  1847k|     0 |   0.0 | 575M| 219 |   - | 371 | 881 |   0 |   0 |   0 | 152k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
122.30/122.38	c  88.7s|  1920k|  1857k|     0 |   0.0 | 578M| 219 |   - | 371 | 961 |   0 |   0 |   0 | 152k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
122.70/122.79	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
122.70/122.79	c  89.0s|  1930k|  1867k|     0 |   0.0 | 582M| 219 |   - | 371 | 968 |   0 |   0 |   0 | 152k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
123.20/123.21	c  89.2s|  1940k|  1877k|     0 |   0.0 | 585M| 219 |   - | 371 | 990 |   0 |   0 |   0 | 152k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
123.60/123.63	c  89.4s|  1950k|  1887k|     0 |   0.0 | 588M| 219 |   - | 371 |1045 |   0 |   0 |   0 | 152k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
123.99/124.04	c  89.7s|  1960k|  1897k|     0 |   0.0 | 591M| 219 |   - | 371 |1068 |   0 |   0 |   0 | 152k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
124.40/124.46	c  89.9s|  1970k|  1907k|     0 |   0.0 | 594M| 219 |   - | 371 |1138 |   0 |   0 |   0 | 152k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
124.80/124.88	c  90.1s|  1980k|  1916k|     0 |   0.0 | 597M| 219 |   - | 371 |1212 |   0 |   0 |   0 | 152k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
125.30/125.34	c  90.4s|  1990k|  1926k|     0 |   0.0 | 600M| 219 |   - | 371 |1008 |   0 |   0 |   0 | 152k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
125.69/125.79	c  90.7s|  2000k|  1936k|     0 |   0.0 | 603M| 219 |   - | 371 | 717 |   0 |   0 |   0 | 152k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
126.19/126.23	c  91.0s|  2010k|  1946k|     0 |   0.0 | 606M| 219 |   - | 371 | 713 |   0 |   0 |   0 | 152k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
130.90/130.95	c  95.4s|  2020k|  1947k|     0 |   0.0 | 610M| 219 |   - | 371 |  13k|   0 |   0 |   0 | 173k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
142.79/142.84	c   107s|  2030k|  1943k|     0 |   0.0 | 609M| 219 |   - | 371 |  23k|   0 |   0 |   0 | 202k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
148.79/148.86	c   113s|  2040k|  1947k|     0 |   0.0 | 602M| 219 |   - | 371 |7244 |   0 |   0 |   0 | 212k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
149.40/149.40	c   113s|  2050k|  1957k|     0 |   0.0 | 604M| 219 |   - | 371 |1672 |   0 |   0 |   0 | 212k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
149.80/149.88	c   113s|  2060k|  1967k|     0 |   0.0 | 606M| 219 |   - | 371 |1344 |   0 |   0 |   0 | 212k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
150.30/150.36	c   114s|  2070k|  1977k|     0 |   0.0 | 609M| 219 |   - | 371 |1280 |   0 |   0 |   0 | 213k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
150.80/150.83	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.83	c   114s|  2080k|  1987k|     0 |   0.0 | 612M| 219 |   - | 371 |1128 |   0 |   0 |   0 | 213k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
151.30/151.30	c   114s|  2090k|  1997k|     0 |   0.0 | 615M| 219 |   - | 371 |1040 |   0 |   0 |   0 | 213k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
151.69/151.77	c   115s|  2100k|  2007k|     0 |   0.0 | 618M| 219 |   - | 371 | 995 |   0 |   0 |   0 | 213k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
152.19/152.25	c   115s|  2110k|  2017k|     0 |   0.0 | 620M| 219 |   - | 371 | 955 |   0 |   0 |   0 | 213k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
152.69/152.71	c   115s|  2120k|  2027k|     0 |   0.0 | 623M| 219 |   - | 371 | 927 |   0 |   0 |   0 | 213k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
153.10/153.17	c   116s|  2130k|  2037k|     0 |   0.0 | 626M| 219 |   - | 371 | 917 |   0 |   0 |   0 | 213k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
153.60/153.62	c   116s|  2140k|  2047k|     0 |   0.0 | 629M| 219 |   - | 371 | 912 |   0 |   0 |   0 | 213k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
154.00/154.09	c   116s|  2150k|  2057k|     0 |   0.0 | 632M| 219 |   - | 371 | 903 |   0 |   0 |   0 | 213k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
154.50/154.55	c   116s|  2160k|  2067k|     0 |   0.0 | 635M| 219 |   - | 371 | 898 |   0 |   0 |   0 | 213k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
154.99/155.01	c   117s|  2170k|  2077k|     0 |   0.0 | 638M| 219 |   - | 371 | 921 |   0 |   0 |   0 | 213k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
155.39/155.47	c   117s|  2180k|  2087k|     0 |   0.0 | 640M| 219 |   - | 371 | 909 |   0 |   0 |   0 | 213k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
155.90/155.94	c   117s|  2190k|  2097k|     0 |   0.0 | 643M| 219 |   - | 371 | 879 |   0 |   0 |   0 | 213k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
156.40/156.40	c   118s|  2200k|  2107k|     0 |   0.0 | 646M| 219 |   - | 371 | 863 |   0 |   0 |   0 | 213k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
156.80/156.86	c   118s|  2210k|  2117k|     0 |   0.0 | 649M| 219 |   - | 371 | 864 |   0 |   0 |   0 | 213k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
157.30/157.33	c   118s|  2220k|  2127k|     0 |   0.0 | 652M| 219 |   - | 371 | 870 |   0 |   0 |   0 | 213k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
157.70/157.79	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
157.70/157.79	c   118s|  2230k|  2137k|     0 |   0.0 | 655M| 219 |   - | 371 | 856 |   0 |   0 |   0 | 213k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
158.20/158.26	c   119s|  2240k|  2147k|     0 |   0.0 | 658M| 219 |   - | 371 | 829 |   0 |   0 |   0 | 213k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
158.69/158.71	c   119s|  2250k|  2157k|     0 |   0.0 | 660M| 219 |   - | 371 | 811 |   0 |   0 |   0 | 213k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
159.09/159.18	c   119s|  2260k|  2167k|     0 |   0.0 | 663M| 219 |   - | 371 | 803 |   0 |   0 |   0 | 213k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
159.61/159.63	c   120s|  2270k|  2177k|     0 |   0.0 | 666M| 219 |   - | 371 | 775 |   0 |   0 |   0 | 213k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
160.00/160.07	c   120s|  2280k|  2187k|     0 |   0.0 | 669M| 219 |   - | 371 | 758 |   0 |   0 |   0 | 214k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
160.49/160.53	c   120s|  2290k|  2197k|     0 |   0.0 | 672M| 219 |   - | 371 | 792 |   0 |   0 |   0 | 214k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
160.89/160.99	c   121s|  2300k|  2207k|     0 |   0.0 | 675M| 219 |   - | 371 | 778 |   0 |   0 |   0 | 214k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
161.40/161.44	c   121s|  2310k|  2217k|     0 |   0.0 | 678M| 219 |   - | 371 | 783 |   0 |   0 |   0 | 214k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
161.89/161.90	c   121s|  2320k|  2227k|     0 |   0.0 | 681M| 219 |   - | 371 | 805 |   0 |   0 |   0 | 214k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
162.29/162.35	c   121s|  2330k|  2237k|     0 |   0.0 | 684M| 219 |   - | 371 | 787 |   0 |   0 |   0 | 214k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
162.80/162.80	c   122s|  2340k|  2247k|     0 |   0.0 | 686M| 219 |   - | 371 | 799 |   0 |   0 |   0 | 214k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
163.19/163.26	c   122s|  2350k|  2257k|     0 |   0.0 | 689M| 219 |   - | 371 | 817 |   0 |   0 |   0 | 214k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
163.69/163.72	c   122s|  2360k|  2267k|     0 |   0.0 | 692M| 219 |   - | 371 | 812 |   0 |   0 |   0 | 214k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
164.10/164.17	c   122s|  2370k|  2276k|     0 |   0.0 | 695M| 219 |   - | 371 | 835 |   0 |   0 |   0 | 214k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
164.59/164.63	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
164.59/164.63	c   123s|  2380k|  2286k|     0 |   0.0 | 698M| 219 |   - | 371 | 824 |   0 |   0 |   0 | 214k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
165.00/165.08	c   123s|  2390k|  2296k|     0 |   0.0 | 701M| 219 |   - | 371 | 756 |   0 |   0 |   0 | 214k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
165.49/165.53	c   123s|  2400k|  2306k|     0 |   0.0 | 704M| 219 |   - | 371 | 739 |   0 |   0 |   0 | 214k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
165.90/165.99	c   124s|  2410k|  2316k|     0 |   0.0 | 707M| 219 |   - | 371 | 749 |   0 |   0 |   0 | 214k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
166.39/166.45	c   124s|  2420k|  2326k|     0 |   0.0 | 710M| 219 |   - | 371 | 772 |   0 |   0 |   0 | 214k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
166.90/166.90	c   124s|  2430k|  2336k|     0 |   0.0 | 712M| 219 |   - | 371 | 750 |   0 |   0 |   0 | 214k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
167.30/167.35	c   125s|  2440k|  2346k|     0 |   0.0 | 715M| 219 |   - | 371 | 757 |   0 |   0 |   0 | 214k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
167.80/167.82	c   125s|  2450k|  2356k|     0 |   0.0 | 718M| 219 |   - | 371 | 775 |   0 |   0 |   0 | 214k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
168.20/168.28	c   125s|  2460k|  2366k|     0 |   0.0 | 721M| 219 |   - | 371 | 791 |   0 |   0 |   0 | 214k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
168.70/168.74	c   125s|  2470k|  2376k|     0 |   0.0 | 724M| 219 |   - | 371 | 783 |   0 |   0 |   0 | 214k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
169.20/169.21	c   126s|  2480k|  2386k|     0 |   0.0 | 727M| 219 |   - | 371 | 772 |   0 |   0 |   0 | 214k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
169.60/169.66	c   126s|  2490k|  2396k|     0 |   0.0 | 730M| 219 |   - | 371 | 756 |   0 |   0 |   0 | 214k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
170.10/170.12	c   126s|  2500k|  2406k|     0 |   0.0 | 733M| 219 |   - | 371 | 771 |   0 |   0 |   0 | 215k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
170.50/170.57	c   127s|  2510k|  2416k|     0 |   0.0 | 736M| 219 |   - | 371 | 760 |   0 |   0 |   0 | 215k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
171.00/171.02	c   127s|  2520k|  2426k|     0 |   0.0 | 739M| 219 |   - | 371 | 760 |   0 |   0 |   0 | 215k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
171.40/171.48	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
171.40/171.48	c   127s|  2530k|  2436k|     0 |   0.0 | 741M| 219 |   - | 371 | 753 |   0 |   0 |   0 | 215k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
171.90/171.94	c   127s|  2540k|  2446k|     0 |   0.0 | 744M| 219 |   - | 371 | 748 |   0 |   0 |   0 | 215k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
172.30/172.40	c   128s|  2550k|  2456k|     0 |   0.0 | 747M| 219 |   - | 371 | 733 |   0 |   0 |   0 | 215k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
172.80/172.85	c   128s|  2560k|  2466k|     0 |   0.0 | 750M| 219 |   - | 371 | 755 |   0 |   0 |   0 | 215k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
173.30/173.31	c   128s|  2570k|  2476k|     0 |   0.0 | 753M| 219 |   - | 371 | 785 |   0 |   0 |   0 | 215k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
173.69/173.76	c   129s|  2580k|  2486k|     0 |   0.0 | 756M| 219 |   - | 371 | 790 |   0 |   0 |   0 | 215k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
174.20/174.22	c   129s|  2590k|  2496k|     0 |   0.0 | 759M| 219 |   - | 371 | 771 |   0 |   0 |   0 | 215k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
174.60/174.67	c   129s|  2600k|  2506k|     0 |   0.0 | 762M| 219 |   - | 371 | 783 |   0 |   0 |   0 | 215k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
175.10/175.13	c   129s|  2610k|  2516k|     0 |   0.0 | 765M| 219 |   - | 371 | 765 |   0 |   0 |   0 | 215k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
175.49/175.59	c   130s|  2620k|  2526k|     0 |   0.0 | 768M| 219 |   - | 371 | 776 |   0 |   0 |   0 | 215k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
176.00/176.04	c   130s|  2630k|  2536k|     0 |   0.0 | 771M| 219 |   - | 371 | 751 |   0 |   0 |   0 | 215k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
176.39/176.49	c   130s|  2640k|  2546k|     0 |   0.0 | 774M| 219 |   - | 371 | 757 |   0 |   0 |   0 | 215k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
176.90/176.95	c   131s|  2650k|  2556k|     0 |   0.0 | 776M| 219 |   - | 371 | 767 |   0 |   0 |   0 | 215k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
177.40/177.41	c   131s|  2660k|  2566k|     0 |   0.0 | 779M| 219 |   - | 371 | 770 |   0 |   0 |   0 | 215k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
177.80/177.86	c   131s|  2670k|  2576k|     0 |   0.0 | 782M| 219 |   - | 371 | 783 |   0 |   0 |   0 | 215k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
178.30/178.32	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
178.30/178.32	c   131s|  2680k|  2586k|     0 |   0.0 | 785M| 219 |   - | 371 | 803 |   0 |   0 |   0 | 215k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
178.70/178.78	c   132s|  2690k|  2596k|     0 |   0.0 | 788M| 219 |   - | 371 | 794 |   0 |   0 |   0 | 215k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
179.20/179.24	c   132s|  2700k|  2606k|     0 |   0.0 | 791M| 219 |   - | 371 | 783 |   0 |   0 |   0 | 215k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
179.69/179.70	c   132s|  2710k|  2616k|     0 |   0.0 | 794M| 219 |   - | 371 | 780 |   0 |   0 |   0 | 215k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
180.10/180.16	c   133s|  2720k|  2625k|     0 |   0.0 | 797M| 219 |   - | 371 | 798 |   0 |   0 |   0 | 215k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
180.60/180.62	c   133s|  2730k|  2635k|     0 |   0.0 | 800M| 219 |   - | 371 | 811 |   0 |   0 |   0 | 216k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
181.00/181.08	c   133s|  2740k|  2645k|     0 |   0.0 | 803M| 219 |   - | 371 | 825 |   0 |   0 |   0 | 216k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
181.51/181.54	c   134s|  2750k|  2655k|     0 |   0.0 | 805M| 219 |   - | 371 | 840 |   0 |   0 |   0 | 216k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
181.89/182.00	c   134s|  2760k|  2665k|     0 |   0.0 | 808M| 219 |   - | 371 | 840 |   0 |   0 |   0 | 216k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
182.40/182.44	c   134s|  2770k|  2675k|     0 |   0.0 | 811M| 219 |   - | 371 | 812 |   0 |   0 |   0 | 216k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
182.80/182.89	c   134s|  2780k|  2685k|     0 |   0.0 | 814M| 219 |   - | 371 | 844 |   0 |   0 |   0 | 216k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
183.29/183.35	c   135s|  2790k|  2695k|     0 |   0.0 | 817M| 219 |   - | 371 | 863 |   0 |   0 |   0 | 216k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
183.80/183.80	c   135s|  2800k|  2705k|     0 |   0.0 | 820M| 219 |   - | 371 | 836 |   0 |   0 |   0 | 216k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
184.20/184.25	c   135s|  2810k|  2715k|     0 |   0.0 | 823M| 219 |   - | 371 | 831 |   0 |   0 |   0 | 216k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
184.70/184.70	c   135s|  2820k|  2725k|     0 |   0.0 | 826M| 219 |   - | 371 | 819 |   0 |   0 |   0 | 216k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
185.10/185.16	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
185.10/185.16	c   136s|  2830k|  2735k|     0 |   0.0 | 829M| 219 |   - | 371 | 851 |   0 |   0 |   0 | 216k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
185.59/185.62	c   136s|  2840k|  2745k|     0 |   0.0 | 832M| 219 |   - | 371 | 869 |   0 |   0 |   0 | 216k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
186.00/186.09	c   136s|  2850k|  2755k|     0 |   0.0 | 835M| 219 |   - | 371 | 882 |   0 |   0 |   0 | 216k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
186.50/186.55	c   137s|  2860k|  2765k|     0 |   0.0 | 837M| 219 |   - | 371 | 899 |   0 |   0 |   0 | 216k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
187.01/187.01	c   137s|  2870k|  2775k|     0 |   0.0 | 840M| 219 |   - | 371 | 891 |   0 |   0 |   0 | 216k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
187.40/187.47	c   137s|  2880k|  2785k|     0 |   0.0 | 843M| 219 |   - | 371 | 894 |   0 |   0 |   0 | 216k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
187.90/187.92	c   138s|  2890k|  2795k|     0 |   0.0 | 846M| 219 |   - | 371 | 897 |   0 |   0 |   0 | 216k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
188.30/188.37	c   138s|  2900k|  2805k|     0 |   0.0 | 849M| 219 |   - | 371 | 887 |   0 |   0 |   0 | 216k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
188.80/188.83	c   138s|  2910k|  2815k|     0 |   0.0 | 852M| 219 |   - | 371 | 908 |   0 |   0 |   0 | 216k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
189.20/189.30	c   138s|  2920k|  2825k|     0 |   0.0 | 855M| 219 |   - | 371 | 939 |   0 |   0 |   0 | 216k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
189.69/189.75	c   139s|  2930k|  2835k|     0 |   0.0 | 858M| 219 |   - | 371 | 939 |   0 |   0 |   0 | 216k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
190.20/190.21	c   139s|  2940k|  2845k|     0 |   0.0 | 861M| 219 |   - | 371 | 933 |   0 |   0 |   0 | 217k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
190.60/190.67	c   139s|  2950k|  2855k|     0 |   0.0 | 864M| 219 |   - | 371 | 967 |   0 |   0 |   0 | 217k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
191.09/191.12	c   139s|  2960k|  2865k|     0 |   0.0 | 867M| 219 |   - | 371 | 967 |   0 |   0 |   0 | 217k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
191.50/191.59	c   140s|  2970k|  2875k|     0 |   0.0 | 870M| 219 |   - | 371 | 963 |   0 |   0 |   0 | 217k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
191.99/192.05	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
191.99/192.05	c   140s|  2980k|  2885k|     0 |   0.0 | 873M| 219 |   - | 371 | 968 |   0 |   0 |   0 | 217k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
192.50/192.51	c   140s|  2990k|  2895k|     0 |   0.0 | 876M| 219 |   - | 371 | 976 |   0 |   0 |   0 | 217k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
192.90/192.97	c   141s|  3000k|  2905k|     0 |   0.0 | 879M| 219 |   - | 371 | 932 |   0 |   0 |   0 | 217k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
193.40/193.43	c   141s|  3010k|  2915k|     0 |   0.0 | 881M| 219 |   - | 371 | 933 |   0 |   0 |   0 | 217k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
193.80/193.89	c   141s|  3020k|  2925k|     0 |   0.0 | 884M| 219 |   - | 371 | 918 |   0 |   0 |   0 | 217k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
194.30/194.36	c   141s|  3030k|  2935k|     0 |   0.0 | 887M| 219 |   - | 371 | 933 |   0 |   0 |   0 | 217k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
194.80/194.82	c   142s|  3040k|  2945k|     0 |   0.0 | 890M| 219 |   - | 371 | 938 |   0 |   0 |   0 | 217k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
195.20/195.28	c   142s|  3050k|  2955k|     0 |   0.0 | 893M| 219 |   - | 371 | 908 |   0 |   0 |   0 | 217k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
195.70/195.75	c   142s|  3060k|  2965k|     0 |   0.0 | 896M| 219 |   - | 371 | 908 |   0 |   0 |   0 | 217k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
196.20/196.20	c   143s|  3070k|  2975k|     0 |   0.0 | 899M| 219 |   - | 371 | 913 |   0 |   0 |   0 | 217k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
196.60/196.67	c   143s|  3080k|  2985k|     0 |   0.0 | 902M| 219 |   - | 371 | 935 |   0 |   0 |   0 | 217k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
197.10/197.13	c   143s|  3090k|  2995k|     0 |   0.0 | 905M| 219 |   - | 371 | 938 |   0 |   0 |   0 | 217k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
197.49/197.60	c   143s|  3100k|  3004k|     0 |   0.0 | 908M| 219 |   - | 371 | 942 |   0 |   0 |   0 | 217k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
198.00/198.06	c   144s|  3110k|  3014k|     0 |   0.0 | 911M| 219 |   - | 371 | 962 |   0 |   0 |   0 | 217k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
198.50/198.52	c   144s|  3120k|  3024k|     0 |   0.0 | 914M| 219 |   - | 371 | 978 |   0 |   0 |   0 | 217k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
198.90/198.97	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
198.90/198.97	c   144s|  3130k|  3034k|     0 |   0.0 | 917M| 219 |   - | 371 | 984 |   0 |   0 |   0 | 217k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
199.40/199.43	c   145s|  3140k|  3044k|     0 |   0.0 | 920M| 219 |   - | 371 |1014 |   0 |   0 |   0 | 217k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
199.80/199.89	c   145s|  3150k|  3054k|     0 |   0.0 | 923M| 219 |   - | 371 |1006 |   0 |   0 |   0 | 218k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
200.30/200.34	c   145s|  3160k|  3064k|     0 |   0.0 | 926M| 219 |   - | 371 |1012 |   0 |   0 |   0 | 218k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
200.80/200.80	c   146s|  3170k|  3074k|     0 |   0.0 | 928M| 219 |   - | 371 |1028 |   0 |   0 |   0 | 218k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
201.20/201.25	c   146s|  3180k|  3084k|     0 |   0.0 | 931M| 219 |   - | 371 |1029 |   0 |   0 |   0 | 218k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
201.70/201.72	c   146s|  3190k|  3094k|     0 |   0.0 | 934M| 219 |   - | 371 |1040 |   0 |   0 |   0 | 218k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
202.09/202.17	c   146s|  3200k|  3104k|     0 |   0.0 | 937M| 219 |   - | 371 |1071 |   0 |   0 |   0 | 218k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
202.60/202.62	c   147s|  3210k|  3114k|     0 |   0.0 | 940M| 219 |   - | 371 |1053 |   0 |   0 |   0 | 218k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
202.99/203.08	c   147s|  3220k|  3124k|     0 |   0.0 | 943M| 219 |   - | 371 |1081 |   0 |   0 |   0 | 218k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
203.50/203.55	c   147s|  3230k|  3134k|     0 |   0.0 | 946M| 219 |   - | 371 |1073 |   0 |   0 |   0 | 218k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
204.00/204.02	c   148s|  3240k|  3144k|     0 |   0.0 | 949M| 219 |   - | 371 |1047 |   0 |   0 |   0 | 218k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
204.40/204.47	c   148s|  3250k|  3154k|     0 |   0.0 | 952M| 219 |   - | 371 |1018 |   0 |   0 |   0 | 218k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
204.90/204.93	c   148s|  3260k|  3164k|     0 |   0.0 | 955M| 219 |   - | 371 | 999 |   0 |   0 |   0 | 218k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
205.30/205.38	c   148s|  3270k|  3174k|     0 |   0.0 | 958M| 219 |   - | 371 |1022 |   0 |   0 |   0 | 218k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
205.80/205.84	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
205.80/205.84	c   149s|  3280k|  3184k|     0 |   0.0 | 961M| 219 |   - | 371 |1048 |   0 |   0 |   0 | 218k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
206.30/206.30	c   149s|  3290k|  3194k|     0 |   0.0 | 964M| 219 |   - | 371 |1066 |   0 |   0 |   0 | 218k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
206.69/206.77	c   149s|  3300k|  3204k|     0 |   0.0 | 967M| 219 |   - | 371 |1114 |   0 |   0 |   0 | 218k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
207.20/207.23	c   150s|  3310k|  3214k|     0 |   0.0 | 970M| 219 |   - | 371 |1112 |   0 |   0 |   0 | 218k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
207.60/207.70	c   150s|  3320k|  3224k|     0 |   0.0 | 973M| 219 |   - | 371 |1128 |   0 |   0 |   0 | 218k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
208.10/208.15	c   150s|  3330k|  3234k|     0 |   0.0 | 975M| 219 |   - | 371 |1109 |   0 |   0 |   0 | 218k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
208.60/208.61	c   150s|  3340k|  3244k|     0 |   0.0 | 978M| 219 |   - | 371 |1119 |   0 |   0 |   0 | 218k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
209.01/209.09	c   151s|  3350k|  3254k|     0 |   0.0 | 981M| 219 |   - | 371 |1131 |   0 |   0 |   0 | 219k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
209.50/209.55	c   151s|  3360k|  3264k|     0 |   0.0 | 984M| 219 |   - | 371 |1123 |   0 |   0 |   0 | 219k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
210.00/210.01	c   151s|  3370k|  3274k|     0 |   0.0 | 987M| 219 |   - | 371 |1130 |   0 |   0 |   0 | 219k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
210.40/210.48	c   152s|  3380k|  3284k|     0 |   0.0 | 990M| 219 |   - | 371 |1160 |   0 |   0 |   0 | 219k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
210.90/210.96	c   152s|  3390k|  3294k|     0 |   0.0 | 993M| 219 |   - | 371 |1176 |   0 |   0 |   0 | 219k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
211.40/211.45	c   152s|  3400k|  3304k|     0 |   0.0 | 996M| 219 |   - | 371 |1210 |   0 |   0 |   0 | 219k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
211.89/211.91	c   153s|  3410k|  3314k|     0 |   0.0 | 999M| 219 |   - | 371 |1170 |   0 |   0 |   0 | 219k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
212.30/212.40	c   153s|  3420k|  3324k|     0 |   0.0 |1002M| 219 |   - | 371 |1173 |   0 |   0 |   0 | 219k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
212.80/212.87	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
212.80/212.87	c   153s|  3430k|  3334k|     0 |   0.0 |1005M| 219 |   - | 371 |1148 |   0 |   0 |   0 | 219k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
213.30/213.36	c   154s|  3440k|  3344k|     0 |   0.0 |1008M| 219 |   - | 371 |1153 |   0 |   0 |   0 | 219k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
213.79/213.82	c   154s|  3450k|  3353k|     0 |   0.0 |1010M| 219 |   - | 371 |1135 |   0 |   0 |   0 | 219k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
214.20/214.29	c   154s|  3460k|  3363k|     0 |   0.0 |1013M| 219 |   - | 371 |1145 |   0 |   0 |   0 | 219k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
214.70/214.77	c   154s|  3470k|  3373k|     0 |   0.0 |1016M| 219 |   - | 371 |1184 |   0 |   0 |   0 | 219k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
215.19/215.25	c   155s|  3480k|  3383k|     0 |   0.0 |1019M| 219 |   - | 371 |1204 |   0 |   0 |   0 | 219k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
215.71/215.72	c   155s|  3490k|  3393k|     0 |   0.0 |1022M| 219 |   - | 371 |1195 |   0 |   0 |   0 | 219k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
216.10/216.18	c   155s|  3500k|  3403k|     0 |   0.0 |1025M| 219 |   - | 371 |1177 |   0 |   0 |   0 | 219k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
216.60/216.65	c   156s|  3510k|  3413k|     0 |   0.0 |1028M| 219 |   - | 371 |1207 |   0 |   0 |   0 | 219k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
217.10/217.12	c   156s|  3520k|  3423k|     0 |   0.0 |1031M| 219 |   - | 371 |1243 |   0 |   0 |   0 | 219k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
217.49/217.59	c   156s|  3530k|  3433k|     0 |   0.0 |1034M| 219 |   - | 371 |1201 |   0 |   0 |   0 | 220k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
218.00/218.07	c   156s|  3540k|  3443k|     0 |   0.0 |1037M| 219 |   - | 371 |1208 |   0 |   0 |   0 | 220k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
218.50/218.54	c   157s|  3550k|  3453k|     0 |   0.0 |1040M| 219 |   - | 371 |1234 |   0 |   0 |   0 | 220k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
219.00/219.02	c   157s|  3560k|  3463k|     0 |   0.0 |1043M| 219 |   - | 371 |1240 |   0 |   0 |   0 | 220k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
219.50/219.50	c   157s|  3570k|  3473k|     0 |   0.0 |1045M| 219 |   - | 371 |1232 |   0 |   0 |   0 | 220k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
219.90/219.96	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
219.90/219.96	c   158s|  3580k|  3483k|     0 |   0.0 |1048M| 219 |   - | 371 |1223 |   0 |   0 |   0 | 220k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
220.39/220.43	c   158s|  3590k|  3493k|     0 |   0.0 |1051M| 219 |   - | 371 |1205 |   0 |   0 |   0 | 220k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
220.89/220.90	c   158s|  3600k|  3503k|     0 |   0.0 |1054M| 219 |   - | 371 |1223 |   0 |   0 |   0 | 220k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
221.30/221.37	c   159s|  3610k|  3513k|     0 |   0.0 |1057M| 219 |   - | 371 |1190 |   0 |   0 |   0 | 220k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
221.80/221.84	c   159s|  3620k|  3523k|     0 |   0.0 |1060M| 219 |   - | 371 |1200 |   0 |   0 |   0 | 220k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
222.31/222.31	c   159s|  3630k|  3533k|     0 |   0.0 |1063M| 219 |   - | 371 |1223 |   0 |   0 |   0 | 220k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
222.80/222.80	c   159s|  3640k|  3543k|     0 |   0.0 |1066M| 219 |   - | 371 |1238 |   0 |   0 |   0 | 220k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
223.19/223.29	c   160s|  3650k|  3553k|     0 |   0.0 |1069M| 219 |   - | 371 |1259 |   0 |   0 |   0 | 220k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
223.70/223.76	c   160s|  3660k|  3563k|     0 |   0.0 |1072M| 219 |   - | 371 |1256 |   0 |   0 |   0 | 220k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
224.20/224.24	c   160s|  3670k|  3573k|     0 |   0.0 |1075M| 219 |   - | 371 |1276 |   0 |   0 |   0 | 220k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
224.70/224.70	c   161s|  3680k|  3583k|     0 |   0.0 |1077M| 219 |   - | 371 |1276 |   0 |   0 |   0 | 220k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
225.10/225.17	c   161s|  3690k|  3593k|     0 |   0.0 |1080M| 219 |   - | 371 |1246 |   0 |   0 |   0 | 220k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
225.61/225.64	c   161s|  3700k|  3603k|     0 |   0.0 |1083M| 219 |   - | 371 |1279 |   0 |   0 |   0 | 220k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
226.10/226.10	c   162s|  3710k|  3613k|     0 |   0.0 |1086M| 219 |   - | 371 |1274 |   0 |   0 |   0 | 220k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
226.50/226.56	c   162s|  3720k|  3623k|     0 |   0.0 |1089M| 219 |   - | 371 |1305 |   0 |   0 |   0 | 220k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
227.00/227.03	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
227.00/227.03	c   162s|  3730k|  3633k|     0 |   0.0 |1092M| 219 |   - | 371 |1335 |   0 |   0 |   0 | 220k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
227.50/227.50	c   162s|  3740k|  3643k|     0 |   0.0 |1095M| 219 |   - | 371 |1320 |   0 |   0 |   0 | 221k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
227.90/227.98	c   163s|  3750k|  3653k|     0 |   0.0 |1098M| 219 |   - | 371 |1324 |   0 |   0 |   0 | 221k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
228.00/228.01	c [src/scip/lpi_none.c:41] ERROR: there is no LP solver linked to the binary (LPS=none); you should set the parameter <lp/solvefreq> to <-1> to avoid solving LPs
228.00/228.01	c [src/scip/lp.c:5323] ERROR: Error <-11> in function call
228.00/228.01	c [src/scip/lp.c:5811] ERROR: Error <-11> in function call
228.00/228.01	c [src/scip/lp.c:11214] ERROR: Error <-11> in function call
228.00/228.01	c [src/scip/solve.c:807] ERROR: Error <-11> in function call
228.00/228.01	c [src/scip/solve.c:1863] ERROR: Error <-11> in function call
228.00/228.01	c [src/scip/solve.c:2577] ERROR: Error <-11> in function call
228.00/228.01	c [src/scip/solve.c:3189] ERROR: Error <-11> in function call
228.00/228.01	c [src/scip/scip.c:6167] ERROR: Error <-11> in function call
228.00/228.01	c [src/cmain.c:657] ERROR: Error <-11> in function call
228.00/228.01	c [src/cmain.c:832] ERROR: Error <-11> in function call
228.00/228.01	c [src/cmain.c:908] ERROR: Error <-11> in function call
228.00/228.01	c SCIP Error (-11): c a required plugin was not foundc 
228.00/228.01	c Time complete: 228.02.

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-2694166-1277924243/watcher-2694166-1277924243 -o /tmp/evaluation-result-2694166-1277924243/solver-2694166-1277924243 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2694166-1277924243.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.03 2.02 2.00 3/196 14316
/proc/meminfo: memFree=31497936/32951124 swapFree=67111528/67111528
[pid=14316] ppid=14314 vsize=8248 CPUtime=0
/proc/14316/stat : 14316 (pbscip.linux.x8) R 14314 14316 12709 0 -1 4202496 1541 0 0 0 0 0 0 0 25 0 1 0 133722412 8445952 1464 4089446400 4194304 7136930 140737027128944 18446744073709551615 6328631 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/14316/statm: 2062 1464 275 719 0 1341 0

[startup+0.106288 s]
/proc/loadavg: 2.03 2.02 2.00 3/196 14316
/proc/meminfo: memFree=31497936/32951124 swapFree=67111528/67111528
[pid=14316] ppid=14314 vsize=13904 CPUtime=0.1
/proc/14316/stat : 14316 (pbscip.linux.x8) R 14314 14316 12709 0 -1 4202496 3431 0 0 0 7 3 0 0 25 0 1 0 133722412 14237696 2744 4089446400 4194304 7136930 140737027128944 18446744073709551615 4661103 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/14316/statm: 3476 2744 390 719 0 2755 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 13904

[startup+0.200267 s]
/proc/loadavg: 2.03 2.02 2.00 3/196 14316
/proc/meminfo: memFree=31497936/32951124 swapFree=67111528/67111528
[pid=14316] ppid=14314 vsize=15364 CPUtime=0.19
/proc/14316/stat : 14316 (pbscip.linux.x8) R 14314 14316 12709 0 -1 4202496 3796 0 0 0 14 5 0 0 25 0 1 0 133722412 15732736 3109 4089446400 4194304 7136930 140737027128944 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/14316/statm: 3841 3109 390 719 0 3120 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 15364

[startup+0.300252 s]
/proc/loadavg: 2.03 2.02 2.00 3/196 14316
/proc/meminfo: memFree=31497936/32951124 swapFree=67111528/67111528
[pid=14316] ppid=14314 vsize=16564 CPUtime=0.29
/proc/14316/stat : 14316 (pbscip.linux.x8) R 14314 14316 12709 0 -1 4202496 4108 0 0 0 22 7 0 0 25 0 1 0 133722412 16961536 3421 4089446400 4194304 7136930 140737027128944 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/14316/statm: 4141 3421 390 719 0 3420 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 16564

[startup+0.700173 s]
/proc/loadavg: 2.03 2.02 2.00 3/196 14316
/proc/meminfo: memFree=31497936/32951124 swapFree=67111528/67111528
[pid=14316] ppid=14314 vsize=19192 CPUtime=0.69
/proc/14316/stat : 14316 (pbscip.linux.x8) R 14314 14316 12709 0 -1 4202496 4765 0 0 0 56 13 0 0 25 0 1 0 133722412 19652608 4078 4089446400 4194304 7136930 140737027128944 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/14316/statm: 4798 4078 390 719 0 4077 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 19192

[startup+1.50102 s]
/proc/loadavg: 2.03 2.02 2.00 3/197 14317
/proc/meminfo: memFree=31481436/32951124 swapFree=67111528/67111528
[pid=14316] ppid=14314 vsize=21864 CPUtime=1.49
/proc/14316/stat : 14316 (pbscip.linux.x8) R 14314 14316 12709 0 -1 4202496 5456 0 0 0 128 21 0 0 25 0 1 0 133722412 22388736 4769 4089446400 4194304 7136930 140737027128944 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/14316/statm: 5466 4769 390 719 0 4745 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 21864

[startup+3.10072 s]
/proc/loadavg: 2.03 2.02 2.00 3/197 14317
/proc/meminfo: memFree=31476600/32951124 swapFree=67111528/67111528
[pid=14316] ppid=14314 vsize=29496 CPUtime=3.09
/proc/14316/stat : 14316 (pbscip.linux.x8) R 14314 14316 12709 0 -1 4202496 7374 0 0 0 267 42 0 0 25 0 1 0 133722412 30203904 6687 4089446400 4194304 7136930 140737027128944 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/14316/statm: 7374 6687 390 719 0 6653 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 29496

[startup+6.30112 s]
/proc/loadavg: 2.03 2.02 2.00 3/197 14317
/proc/meminfo: memFree=31466088/32951124 swapFree=67111528/67111528
[pid=14316] ppid=14314 vsize=38020 CPUtime=6.29
/proc/14316/stat : 14316 (pbscip.linux.x8) R 14314 14316 12709 0 -1 4202496 9500 0 0 0 562 67 0 0 25 0 1 0 133722412 38932480 8813 4089446400 4194304 7136930 140737027128944 18446744073709551615 4660153 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/14316/statm: 9505 8813 390 719 0 8784 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 38020

[startup+12.7009 s]
/proc/loadavg: 2.03 2.02 2.00 3/197 14318
/proc/meminfo: memFree=31453028/32951124 swapFree=67111528/67111528
[pid=14316] ppid=14314 vsize=52584 CPUtime=12.69
/proc/14316/stat : 14316 (pbscip.linux.x8) R 14314 14316 12709 0 -1 4202496 13297 0 0 0 1115 154 0 0 25 0 1 0 133722412 53846016 12610 4089446400 4194304 7136930 140737027128944 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/14316/statm: 13146 12610 390 719 0 12425 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 52584

[startup+25.5005 s]
/proc/loadavg: 2.02 2.02 2.00 3/197 14318
/proc/meminfo: memFree=31411992/32951124 swapFree=67111528/67111528
[pid=14316] ppid=14314 vsize=92064 CPUtime=25.49
/proc/14316/stat : 14316 (pbscip.linux.x8) R 14314 14316 12709 0 -1 4202496 22914 0 0 0 2207 342 0 0 25 0 1 0 133722412 94273536 22227 4089446400 4194304 7136930 140737027128944 18446744073709551615 4999707 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/14316/statm: 23016 22227 390 719 0 22295 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 92064

[startup+51.1007 s]
/proc/loadavg: 2.01 2.01 2.00 3/197 14319
/proc/meminfo: memFree=31346676/32951124 swapFree=67111528/67111528
[pid=14316] ppid=14314 vsize=160532 CPUtime=51.09
/proc/14316/stat : 14316 (pbscip.linux.x8) R 14314 14316 12709 0 -1 4202496 39723 0 0 0 4368 741 0 0 25 0 1 0 133722412 164384768 39036 4089446400 4194304 7136930 140737027128944 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/14316/statm: 40133 39036 390 719 0 39412 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 160532

[startup+102.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/197 14320
/proc/meminfo: memFree=30991272/32951124 swapFree=67111528/67111528
[pid=14316] ppid=14314 vsize=514756 CPUtime=102.3
/proc/14316/stat : 14316 (pbscip.linux.x8) R 14314 14316 12709 0 -1 4202496 126424 0 0 0 7590 2640 0 0 25 0 1 0 133722412 527110144 125737 4089446400 4194304 7136930 140737027128944 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/14316/statm: 128689 125737 390 719 0 127968 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 514756

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 14322
/proc/meminfo: memFree=30732308/32951124 swapFree=67111528/67111528
[pid=14316] ppid=14314 vsize=781932 CPUtime=162.29
/proc/14316/stat : 14316 (pbscip.linux.x8) R 14314 14316 12709 0 -1 4202496 188019 0 0 0 12136 4093 0 0 25 0 1 0 133722412 800698368 187332 4089446400 4194304 7136930 140737027128944 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/14316/statm: 195483 187332 390 719 0 194762 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 781932

[startup+222.306 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 14332
/proc/meminfo: memFree=30327228/32951124 swapFree=67111528/67111528
[pid=14316] ppid=14314 vsize=1158012 CPUtime=222.31
/proc/14316/stat : 14316 (pbscip.linux.x8) R 14314 14316 12709 0 -1 4202496 287111 0 0 0 15914 6317 0 0 25 0 1 0 133722412 1185804288 286424 4089446400 4194304 7136930 140737027128944 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/14316/statm: 289503 286424 390 719 0 288782 0
Current children cumulated CPU time (s) 222.31
Current children cumulated vsize (KiB) 1158012

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

[startup+224.001 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 14332
/proc/meminfo: memFree=30321152/32951124 swapFree=67111528/67111528
[pid=14316] ppid=14314 vsize=1167728 CPUtime=224
/proc/14316/stat : 14316 (pbscip.linux.x8) R 14314 14316 12709 0 -1 4202496 289676 0 0 0 16020 6380 0 0 25 0 1 0 133722412 1195753472 288989 4089446400 4194304 7136930 140737027128944 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/14316/statm: 291932 288989 390 719 0 291211 0
Current children cumulated CPU time (s) 224
Current children cumulated vsize (KiB) 1167728

[startup+225.607 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 14332
/proc/meminfo: memFree=30307016/32951124 swapFree=67111528/67111528
[pid=14316] ppid=14314 vsize=1176796 CPUtime=225.61
/proc/14316/stat : 14316 (pbscip.linux.x8) R 14314 14316 12709 0 -1 4202496 292079 0 0 0 16130 6431 0 0 25 0 1 0 133722412 1205039104 291392 4089446400 4194304 7136930 140737027128944 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/14316/statm: 294199 291392 390 719 0 293478 0
Current children cumulated CPU time (s) 225.61
Current children cumulated vsize (KiB) 1176796

[startup+227.2 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 14332
/proc/meminfo: memFree=30300464/32951124 swapFree=67111528/67111528
[pid=14316] ppid=14314 vsize=1186512 CPUtime=227.2
/proc/14316/stat : 14316 (pbscip.linux.x8) R 14314 14316 12709 0 -1 4202496 294640 0 0 0 16228 6492 0 0 25 0 1 0 133722412 1214988288 293953 4089446400 4194304 7136930 140737027128944 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/14316/statm: 296628 293953 390 719 0 295907 0
Current children cumulated CPU time (s) 227.2
Current children cumulated vsize (KiB) 1186512

[startup+227.6 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 14332
/proc/meminfo: memFree=30300464/32951124 swapFree=67111528/67111528
[pid=14316] ppid=14314 vsize=1188844 CPUtime=227.6
/proc/14316/stat : 14316 (pbscip.linux.x8) R 14314 14316 12709 0 -1 4202496 295256 0 0 0 16254 6506 0 0 25 0 1 0 133722412 1217376256 294569 4089446400 4194304 7136930 140737027128944 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/14316/statm: 297211 294569 390 719 0 296490 0
Current children cumulated CPU time (s) 227.6
Current children cumulated vsize (KiB) 1188844

[startup+228 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 14332
/proc/meminfo: memFree=30294264/32951124 swapFree=67111528/67111528
[pid=14316] ppid=14314 vsize=1191940 CPUtime=228
/proc/14316/stat : 14316 (pbscip.linux.x8) R 14314 14316 12709 0 -1 4202496 296062 0 0 0 16279 6521 0 0 25 0 1 0 133722412 1220546560 295375 4089446400 4194304 7136930 140737027128944 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/14316/statm: 297985 295375 390 719 0 297264 0
Current children cumulated CPU time (s) 228
Current children cumulated vsize (KiB) 1191940

Child status: 255
Real time (s): 228.054
CPU time (s): 228.061
CPU user time (s): 162.802
CPU system time (s): 65.2591
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 1191940

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 162.802
system time used= 65.2591
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 296111
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= 2
involuntary context switches= 125

runsolver used 0.316951 second user time and 0.749886 second system time

The end

Launcher Data

Begin job on node102 at 2010-06-30 20:57:23
IDJOB=2694166
IDBENCH=79231
IDSOLVER=1206
FILE ID=node102/2694166-1277924243
PBS_JOBID= 11197313
Free space on /tmp= 74212 MiB

SOLVER NAME= SCIPnone SCIP 1.2.1.2 without any LP solver
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/normalized-t2001.13queen13.1110972763--soft-0-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-2694166-1277924243/watcher-2694166-1277924243 -o /tmp/evaluation-result-2694166-1277924243/solver-2694166-1277924243 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2694166-1277924243.wbo -t 1800 -m 3800

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

MD5SUM BENCH= c968c5c5686ce999c268d6dcbb002538
RANDOM SEED=69774009

node102.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.833
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.833
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.833
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.75
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.833
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.85
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.833
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
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.833
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.82
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.833
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.833
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31498712 kB
Buffers:        205936 kB
Cached:         734276 kB
SwapCached:          0 kB
Active:         721228 kB
Inactive:       588872 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31498712 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            3148 kB
Writeback:           0 kB
AnonPages:      369612 kB
Mapped:          20440 kB
Slab:            78132 kB
PageTables:       5868 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1651356 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74208 MiB
End job on node102 at 2010-06-30 21:01:11