Trace number 2693780

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 solverMSAT (TO) 1802.1 1802.06

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/web/uclid_pb_benchmarks/
normalized-blast-floppy1-7.ucl--soft-0-100-0.wbo
MD5SUMc66b0d06980494e69f908f826af367b4
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.029994
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables2913
Total number of constraints3105
Number of soft constraints3105
Number of constraints which are clauses2259
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints846
Minimum length of a constraint1
Maximum length of a constraint25
Top cost 157316
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 157315
Biggest number in a constraint 6518
Number of bits of the biggest number in a constraint 13
Biggest sum of numbers in a constraint 18803
Number of bits of the biggest sum of numbers15
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-2693780-1277931716.wbo>
0.04/0.06	c original problem has 9123 variables (6018 bin, 0 int, 0 impl, 3105 cont) and 6211 constraints
0.04/0.06	c problem read
0.04/0.06	c presolving settings loaded
0.04/0.06	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.19/0.22	o 157315
0.19/0.22	c feasible solution found by trivial heuristic, objective value  1.573150e+05
0.19/0.22	c presolving:
0.19/0.23	c (round 1) 0 del vars, 1 del conss, 0 chg bounds, 514 chg sides, 1028 chg coeffs, 0 upgd conss, 3105 impls, 0 clqs
0.19/0.24	c (round 2) 0 del vars, 1 del conss, 3105 chg bounds, 514 chg sides, 1028 chg coeffs, 0 upgd conss, 3105 impls, 0 clqs
0.19/0.26	c (round 3) 0 del vars, 1 del conss, 3105 chg bounds, 514 chg sides, 1028 chg coeffs, 1 upgd conss, 3105 impls, 0 clqs
0.29/0.32	c    (0.2s) probing: 101/6018 (1.7%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.29/0.32	c    (0.2s) probing aborted: 100/100 successive totally useless probings
0.29/0.32	c presolving (4 rounds):
0.29/0.32	c  0 deleted vars, 1 deleted constraints, 3105 tightened bounds, 0 added holes, 514 changed sides, 1028 changed coefficients
0.29/0.32	c  3106 implications, 0 cliques
0.29/0.32	c presolved problem has 9123 variables (6018 bin, 0 int, 0 impl, 3105 cont) and 6210 constraints
0.29/0.32	c    3105 constraints of type <indicator>
0.29/0.32	c       1 constraints of type <varbound>
0.29/0.32	c    3104 constraints of type <linear>
0.29/0.32	c transformed objective value is always integral (scale: 1)
0.29/0.32	c Presolving Time: 0.22
0.29/0.32	c - non default parameters ----------------------------------------------------------------------
0.29/0.32	c # SCIP version 1.2.1.2
0.29/0.32	c 
0.29/0.32	c # frequency for displaying node information lines
0.29/0.32	c # [type: int, range: [-1,2147483647], default: 100]
0.29/0.32	c display/freq = 10000
0.29/0.32	c 
0.29/0.32	c # maximal time in seconds to run
0.29/0.32	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.29/0.32	c limits/time = 1799.95
0.29/0.32	c 
0.29/0.32	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.29/0.32	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.29/0.32	c limits/memory = 3420
0.29/0.32	c 
0.29/0.32	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
0.29/0.32	c # [type: int, range: [-1,2147483647], default: 1]
0.29/0.32	c lp/solvefreq = -1
0.29/0.32	c 
0.29/0.32	c # should presolving try to simplify inequalities
0.29/0.32	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.29/0.32	c constraints/linear/simplifyinequalities = TRUE
0.29/0.32	c 
0.29/0.32	c # should presolving try to simplify knapsacks
0.29/0.32	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.29/0.32	c constraints/knapsack/simplifyinequalities = TRUE
0.29/0.32	c 
0.29/0.32	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.29/0.32	c # [type: int, range: [-1,2147483647], default: -1]
0.29/0.32	c separating/rapidlearning/freq = 0
0.29/0.32	c 
0.29/0.32	c -----------------------------------------------------------------------------------------------
0.29/0.32	c start solving
0.29/0.32	c 
0.29/0.34	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.29/0.34	c t 0.3s|     1 |     2 |     0 |     - |  25M|   0 |   - |9123 |6210 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
5.08/5.11	c   4.8s| 10000 |  9790 |     0 |   0.0 |  32M|3510 |   - |9123 |6973 |   0 |   0 |   0 | 763 |   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
10.48/10.58	c  10.0s| 20000 | 19568 |     0 |   0.0 |  36M|3580 |   - |9123 |7684 |   0 |   0 |   0 |1474 |   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
16.48/16.59	c  15.8s| 30000 | 29553 |     0 |   0.0 |  40M|3580 |   - |9123 |7703 |   0 |   0 |   0 |1493 |   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
20.98/21.02	c  20.0s| 40000 | 39551 |     0 |   0.0 |  44M|3580 |   - |9123 |7709 |   0 |   0 |   0 |1499 |   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
24.89/24.96	c  23.7s| 50000 | 49518 |     0 |   0.0 |  48M|3903 |   - |9123 |7762 |   0 |   0 |   0 |1552 |   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
28.69/28.75	c  27.3s| 60000 | 59451 |     0 |   0.0 |  52M|4193 |   - |9123 |7897 |   0 |   0 |   0 |1687 |   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
32.38/32.43	c  30.7s| 70000 | 69297 |     0 |   0.0 |  56M|4193 |   - |9123 |8380 |   0 |   0 |   0 |2179 |   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
35.88/35.90	c  34.0s| 80000 | 79137 |     0 |   0.0 |  60M|4193 |   - |9123 |8762 |   0 |   0 |   0 |2636 |   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
38.78/38.88	c  36.8s| 90000 | 89094 |     0 |   0.0 |  64M|4193 |   - |9123 |8671 |   0 |   0 |   0 |2682 |   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
41.88/41.94	c  39.6s|100000 | 99044 |     0 |   0.0 |  68M|4193 |   - |9123 |8567 |   0 |   0 |   0 |2812 |   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
44.99/45.08	c  42.5s|110000 |108988 |     0 |   0.0 |  71M|4193 |   - |9123 |8606 |   0 |   0 |   0 |2949 |   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
48.28/48.36	c  45.6s|120000 |118910 |     0 |   0.0 |  75M|4193 |   - |9123 |8495 |   0 |   0 |   0 |3073 |   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
51.59/51.66	c  48.7s|130000 |128795 |     0 |   0.0 |  79M|4215 |   - |9123 |8536 |   0 |   0 |   0 |3289 |   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
55.08/55.11	c  51.9s|140000 |138673 |     0 |   0.0 |  83M|4221 |   - |9123 |8690 |   0 |   0 |   0 |3622 |   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
58.28/58.37	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
58.28/58.37	c  55.0s|150000 |148570 |     0 |   0.0 |  87M|4221 |   - |9123 |8746 |   0 |   0 |   0 |3829 |   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
61.59/61.66	c  58.0s|160000 |158422 |     0 |   0.0 |  91M|4221 |   - |9123 |8892 |   0 |   0 |   0 |4127 |   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
65.48/65.58	c  61.7s|170000 |168160 |     0 |   0.0 |  95M|4221 |   - |9123 |9363 |   0 |   0 |   0 |4854 |   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
69.48/69.59	c  65.5s|180000 |177943 |     0 |   0.0 |  99M|4221 |   - |9123 |9483 |   0 |   0 |   0 |5309 |   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
72.88/72.95	c  68.6s|190000 |187768 |     0 |   0.0 | 103M|4221 |   - |9123 |9669 |   0 |   0 |   0 |5643 |   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
76.78/76.84	c  72.3s|200000 |197375 |     0 |   0.0 | 107M|4221 |   - |9123 |9934 |   0 |   0 |   0 |6340 |   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
80.48/80.58	c  75.8s|210000 |207146 |     0 |   0.0 | 111M|4221 |   - |9123 |  10k|   0 |   0 |   0 |7000 |   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
84.28/84.37	c  79.4s|220000 |216879 |     0 |   0.0 | 115M|4221 |   - |9123 |  10k|   0 |   0 |   0 |7672 |   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
87.79/87.80	c  82.6s|230000 |226750 |     0 |   0.0 | 119M|4221 |   - |9123 |  10k|   0 |   0 |   0 |7977 |   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
91.48/91.53	c  86.1s|240000 |236513 |     0 |   0.0 | 123M|4221 |   - |9123 |  10k|   0 |   0 |   0 |8584 |   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
95.28/95.33	c  89.6s|250000 |246162 |     0 |   0.0 | 127M|4221 |   - |9123 |  11k|   0 |   0 |   0 |9301 |   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
99.09/99.18	c  93.2s|260000 |255861 |     0 |   0.0 | 131M|4221 |   - |9123 |  11k|   0 |   0 |   0 |  10k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
102.98/103.05	c  96.8s|270000 |265633 |     0 |   0.0 | 135M|4221 |   - |9123 |  11k|   0 |   0 |   0 |  10k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
106.48/106.50	c   100s|280000 |275429 |     0 |   0.0 | 139M|4221 |   - |9123 |  11k|   0 |   0 |   0 |  10k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
110.18/110.28	c   104s|290000 |285192 |     0 |   0.0 | 143M|4221 |   - |9123 |  11k|   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
113.68/113.79	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
113.68/113.79	c   107s|300000 |295077 |     0 |   0.0 | 147M|4221 |   - |9123 |  11k|   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
116.98/117.08	c   110s|310000 |304980 |     0 |   0.0 | 151M|4221 |   - |9123 |  11k|   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
120.48/120.55	c   113s|320000 |314790 |     0 |   0.0 | 155M|4221 |   - |9123 |  11k|   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
124.58/124.60	c   117s|330000 |324473 |     0 |   0.0 | 159M|4221 |   - |9123 |  11k|   0 |   0 |   0 |  12k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
127.79/127.85	c   120s|340000 |334329 |     0 |   0.0 | 163M|4221 |   - |9123 |  11k|   0 |   0 |   0 |  12k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
130.99/131.03	c   123s|350000 |344258 |     0 |   0.0 | 167M|4221 |   - |9123 |  11k|   0 |   0 |   0 |  12k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
133.98/134.06	c   126s|360000 |354192 |     0 |   0.0 | 170M|4221 |   - |9123 |  11k|   0 |   0 |   0 |  12k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
137.28/137.37	c   129s|370000 |364108 |     0 |   0.0 | 174M|4221 |   - |9123 |  11k|   0 |   0 |   0 |  12k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
141.18/141.26	c   132s|380000 |373780 |     0 |   0.0 | 178M|4221 |   - |9123 |  12k|   0 |   0 |   0 |  13k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
145.09/145.17	c   136s|390000 |383498 |     0 |   0.0 | 182M|4221 |   - |9123 |  12k|   0 |   0 |   0 |  14k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
148.69/148.79	c   139s|400000 |393312 |     0 |   0.0 | 186M|4221 |   - |9123 |  12k|   0 |   0 |   0 |  14k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
152.29/152.37	c   143s|410000 |403145 |     0 |   0.0 | 190M|4221 |   - |9123 |  12k|   0 |   0 |   0 |  14k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
156.29/156.34	c   146s|420000 |412830 |     0 |   0.0 | 194M|4221 |   - |9123 |  12k|   0 |   0 |   0 |  15k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
159.98/160.07	c   150s|430000 |422578 |     0 |   0.0 | 198M|4221 |   - |9123 |  12k|   0 |   0 |   0 |  15k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
163.49/163.52	c   153s|440000 |432467 |     0 |   0.0 | 202M|4221 |   - |9123 |  12k|   0 |   0 |   0 |  15k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
166.49/166.50	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
166.49/166.50	c   156s|450000 |442398 |     0 |   0.0 | 206M|4221 |   - |9123 |  12k|   0 |   0 |   0 |  15k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
169.59/169.63	c   159s|460000 |452303 |     0 |   0.0 | 210M|4221 |   - |9123 |  12k|   0 |   0 |   0 |  16k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
173.18/173.26	c   162s|470000 |462076 |     0 |   0.0 | 214M|4221 |   - |9123 |  12k|   0 |   0 |   0 |  16k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
177.89/177.92	c   166s|480000 |471285 |     0 |   0.0 | 218M|4221 |   - |9123 |  13k|   0 |   0 |   0 |  17k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
181.68/181.75	c   170s|490000 |480834 |     0 |   0.0 | 222M|4221 |   - |9123 |  13k|   0 |   0 |   0 |  18k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
185.69/185.77	c   174s|500000 |490272 |     0 |   0.0 | 226M|4221 |   - |9123 |  13k|   0 |   0 |   0 |  20k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
188.99/189.01	c   177s|510000 |500134 |     0 |   0.0 | 230M|4221 |   - |9123 |  14k|   0 |   0 |   0 |  20k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
192.28/192.40	c   180s|520000 |510011 |     0 |   0.0 | 234M|4221 |   - |9123 |  14k|   0 |   0 |   0 |  20k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
195.58/195.61	c   183s|530000 |519880 |     0 |   0.0 | 238M|4221 |   - |9123 |  14k|   0 |   0 |   0 |  21k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
198.89/198.94	c   186s|540000 |529734 |     0 |   0.0 | 242M|4221 |   - |9123 |  14k|   0 |   0 |   0 |  21k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
202.39/202.47	c   189s|550000 |539585 |     0 |   0.0 | 246M|4221 |   - |9123 |  14k|   0 |   0 |   0 |  22k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
205.88/205.91	c   192s|560000 |549385 |     0 |   0.0 | 250M|4221 |   - |9123 |  14k|   0 |   0 |   0 |  22k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
208.90/208.91	c   195s|570000 |559288 |     0 |   0.0 | 254M|4221 |   - |9123 |  14k|   0 |   0 |   0 |  22k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
211.98/212.03	c   198s|580000 |569169 |     0 |   0.0 | 258M|4221 |   - |9123 |  14k|   0 |   0 |   0 |  23k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
215.18/215.22	c   201s|590000 |579035 |     0 |   0.0 | 261M|4280 |   - |9123 |  14k|   0 |   0 |   0 |  23k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
218.38/218.43	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
218.38/218.43	c   204s|600000 |588934 |     0 |   0.0 | 265M|4280 |   - |9123 |  14k|   0 |   0 |   0 |  23k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
221.88/221.92	c   207s|610000 |598756 |     0 |   0.0 | 269M|4280 |   - |9123 |  14k|   0 |   0 |   0 |  23k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
225.09/225.18	c   210s|620000 |608646 |     0 |   0.0 | 273M|4280 |   - |9123 |  14k|   0 |   0 |   0 |  24k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
228.48/228.58	c   213s|630000 |618517 |     0 |   0.0 | 277M|4280 |   - |9123 |  14k|   0 |   0 |   0 |  24k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
231.69/231.77	c   216s|640000 |628431 |     0 |   0.0 | 280M|4280 |   - |9123 |  14k|   0 |   0 |   0 |  24k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
235.49/235.59	c   220s|650000 |638176 |     0 |   0.0 | 284M|4280 |   - |9123 |  14k|   0 |   0 |   0 |  25k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
239.09/239.11	c   223s|660000 |648020 |     0 |   0.0 | 288M|4280 |   - |9123 |  14k|   0 |   0 |   0 |  25k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
242.58/242.66	c   226s|670000 |657813 |     0 |   0.0 | 292M|4280 |   - |9123 |  14k|   0 |   0 |   0 |  26k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
246.19/246.20	c   230s|680000 |667669 |     0 |   0.0 | 296M|4280 |   - |9123 |  14k|   0 |   0 |   0 |  26k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
249.48/249.59	c   233s|690000 |677558 |     0 |   0.0 | 300M|4280 |   - |9123 |  14k|   0 |   0 |   0 |  26k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
253.29/253.33	c   236s|700000 |687406 |     0 |   0.0 | 304M|4280 |   - |9123 |  14k|   0 |   0 |   0 |  27k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
256.79/256.86	c   240s|710000 |697211 |     0 |   0.0 | 308M|4280 |   - |9123 |  14k|   0 |   0 |   0 |  27k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
260.29/260.32	c   243s|720000 |707090 |     0 |   0.0 | 312M|4280 |   - |9123 |  14k|   0 |   0 |   0 |  28k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
263.69/263.75	c   246s|730000 |716947 |     0 |   0.0 | 316M|4280 |   - |9123 |  14k|   0 |   0 |   0 |  28k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
267.39/267.43	c   250s|740000 |726738 |     0 |   0.0 | 320M|4280 |   - |9123 |  14k|   0 |   0 |   0 |  28k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
270.89/270.90	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
270.89/270.90	c   253s|750000 |736574 |     0 |   0.0 | 324M|4280 |   - |9123 |  14k|   0 |   0 |   0 |  29k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
274.79/274.86	c   256s|760000 |746315 |     0 |   0.0 | 328M|4280 |   - |9123 |  14k|   0 |   0 |   0 |  30k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
278.38/278.46	c   260s|770000 |756145 |     0 |   0.0 | 332M|4280 |   - |9123 |  14k|   0 |   0 |   0 |  30k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
281.89/281.92	c   263s|780000 |765949 |     0 |   0.0 | 336M|4280 |   - |9123 |  14k|   0 |   0 |   0 |  30k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
285.39/285.40	c   266s|790000 |775788 |     0 |   0.0 | 340M|4280 |   - |9123 |  15k|   0 |   0 |   0 |  31k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
288.79/288.85	c   269s|800000 |785590 |     0 |   0.0 | 344M|4280 |   - |9123 |  15k|   0 |   0 |   0 |  31k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
292.09/292.18	c   273s|810000 |795435 |     0 |   0.0 | 348M|4280 |   - |9123 |  15k|   0 |   0 |   0 |  32k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
295.89/295.96	c   276s|820000 |805101 |     0 |   0.0 | 352M|4280 |   - |9123 |  15k|   0 |   0 |   0 |  32k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
299.29/299.36	c   279s|830000 |814919 |     0 |   0.0 | 356M|4280 |   - |9123 |  15k|   0 |   0 |   0 |  33k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
302.59/302.69	c   282s|840000 |824730 |     0 |   0.0 | 360M|4280 |   - |9123 |  15k|   0 |   0 |   0 |  33k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
306.19/306.20	c   285s|850000 |834499 |     0 |   0.0 | 364M|4280 |   - |9123 |  15k|   0 |   0 |   0 |  33k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
309.79/309.81	c   289s|860000 |844280 |     0 |   0.0 | 368M|4280 |   - |9123 |  15k|   0 |   0 |   0 |  34k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
313.09/313.16	c   292s|870000 |854097 |     0 |   0.0 | 372M|4280 |   - |9123 |  15k|   0 |   0 |   0 |  34k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
316.49/316.52	c   295s|880000 |863923 |     0 |   0.0 | 376M|4280 |   - |9123 |  15k|   0 |   0 |   0 |  34k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
319.79/319.85	c   298s|890000 |873735 |     0 |   0.0 | 380M|4280 |   - |9123 |  15k|   0 |   0 |   0 |  35k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
323.49/323.53	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
323.49/323.53	c   302s|900000 |883451 |     0 |   0.0 | 384M|4280 |   - |9123 |  15k|   0 |   0 |   0 |  35k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
327.09/327.17	c   305s|910000 |893169 |     0 |   0.0 | 388M|4280 |   - |9123 |  15k|   0 |   0 |   0 |  36k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
330.79/330.85	c   308s|920000 |902809 |     0 |   0.0 | 392M|4280 |   - |9123 |  15k|   0 |   0 |   0 |  37k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
334.49/334.57	c   312s|930000 |912506 |     0 |   0.0 | 396M|4280 |   - |9123 |  15k|   0 |   0 |   0 |  37k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
337.99/338.03	c   315s|940000 |922349 |     0 |   0.0 | 400M|4280 |   - |9123 |  15k|   0 |   0 |   0 |  37k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
341.39/341.40	c   318s|950000 |932228 |     0 |   0.0 | 404M|4280 |   - |9123 |  15k|   0 |   0 |   0 |  38k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
344.69/344.78	c   321s|960000 |941957 |     0 |   0.0 | 409M|4280 |   - |9123 |  15k|   0 |   0 |   0 |  38k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
348.19/348.28	c   325s|970000 |951634 |     0 |   0.0 | 413M|4280 |   - |9123 |  16k|   0 |   0 |   0 |  39k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
351.69/351.77	c   328s|980000 |961374 |     0 |   0.0 | 417M|4280 |   - |9123 |  16k|   0 |   0 |   0 |  39k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
355.30/355.38	c   331s|990000 |971037 |     0 |   0.0 | 421M|4280 |   - |9123 |  16k|   0 |   0 |   0 |  40k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
358.60/358.61	c   334s|  1000k|980835 |     0 |   0.0 | 425M|4280 |   - |9123 |  17k|   0 |   0 |   0 |  41k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
361.79/361.87	c   337s|  1010k|990645 |     0 |   0.0 | 429M|4280 |   - |9123 |  17k|   0 |   0 |   0 |  41k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
364.79/364.87	c   340s|  1020k|  1000k|     0 |   0.0 | 433M|4280 |   - |9123 |  17k|   0 |   0 |   0 |  42k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
368.19/368.23	c   343s|  1030k|  1010k|     0 |   0.0 | 437M|4280 |   - |9123 |  17k|   0 |   0 |   0 |  42k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
371.09/371.16	c   346s|  1040k|  1020k|     0 |   0.0 | 441M|4280 |   - |9123 |  17k|   0 |   0 |   0 |  43k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
374.20/374.28	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
374.20/374.28	c   349s|  1050k|  1029k|     0 |   0.0 | 445M|4280 |   - |9123 |  17k|   0 |   0 |   0 |  43k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
378.00/378.01	c   352s|  1060k|  1039k|     0 |   0.0 | 449M|4280 |   - |9123 |  18k|   0 |   0 |   0 |  45k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
381.09/381.18	c   355s|  1070k|  1049k|     0 |   0.0 | 453M|4280 |   - |9123 |  19k|   0 |   0 |   0 |  45k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
384.79/384.80	c   358s|  1080k|  1058k|     0 |   0.0 | 458M|4280 |   - |9123 |  19k|   0 |   0 |   0 |  47k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
387.99/388.05	c   361s|  1090k|  1068k|     0 |   0.0 | 462M|4280 |   - |9123 |  20k|   0 |   0 |   0 |  47k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
390.99/391.07	c   364s|  1100k|  1078k|     0 |   0.0 | 466M|4280 |   - |9123 |  20k|   0 |   0 |   0 |  48k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
394.09/394.19	c   367s|  1110k|  1088k|     0 |   0.0 | 470M|4280 |   - |9123 |  20k|   0 |   0 |   0 |  48k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
396.99/397.03	c   370s|  1120k|  1098k|     0 |   0.0 | 473M|4280 |   - |9123 |  20k|   0 |   0 |   0 |  49k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
400.09/400.12	c   372s|  1130k|  1107k|     0 |   0.0 | 477M|4280 |   - |9123 |  21k|   0 |   0 |   0 |  49k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
405.99/406.04	c   378s|  1140k|  1117k|     0 |   0.0 | 481M|4280 |   - |9123 |  21k|   0 |   0 |   0 |  50k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
413.00/413.01	c   385s|  1150k|  1127k|     0 |   0.0 | 485M|4280 |   - |9123 |  21k|   0 |   0 |   0 |  50k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
419.89/419.92	c   392s|  1160k|  1137k|     0 |   0.0 | 489M|4280 |   - |9123 |  21k|   0 |   0 |   0 |  50k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
426.40/426.42	c   398s|  1170k|  1147k|     0 |   0.0 | 492M|4280 |   - |9123 |  21k|   0 |   0 |   0 |  50k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
433.00/433.05	c   404s|  1180k|  1157k|     0 |   0.0 | 496M|4280 |   - |9123 |  21k|   0 |   0 |   0 |  50k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
440.09/440.11	c   411s|  1190k|  1167k|     0 |   0.0 | 499M|4280 |   - |9123 |  21k|   0 |   0 |   0 |  50k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
446.99/447.04	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
446.99/447.04	c   418s|  1200k|  1177k|     0 |   0.0 | 503M|4280 |   - |9123 |  21k|   0 |   0 |   0 |  50k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
453.99/454.06	c   425s|  1210k|  1187k|     0 |   0.0 | 507M|4280 |   - |9123 |  20k|   0 |   0 |   0 |  50k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
460.90/460.95	c   431s|  1220k|  1197k|     0 |   0.0 | 510M|4280 |   - |9123 |  20k|   0 |   0 |   0 |  50k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
467.60/467.66	c   438s|  1230k|  1207k|     0 |   0.0 | 514M|4280 |   - |9123 |  20k|   0 |   0 |   0 |  50k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
474.30/474.33	c   444s|  1240k|  1217k|     0 |   0.0 | 518M|4280 |   - |9123 |  20k|   0 |   0 |   0 |  50k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
481.20/481.26	c   451s|  1250k|  1227k|     0 |   0.0 | 521M|4280 |   - |9123 |  20k|   0 |   0 |   0 |  50k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
487.79/487.84	c   457s|  1260k|  1237k|     0 |   0.0 | 525M|4280 |   - |9123 |  19k|   0 |   0 |   0 |  51k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
493.90/493.91	c   463s|  1270k|  1247k|     0 |   0.0 | 529M|4280 |   - |9123 |  19k|   0 |   0 |   0 |  51k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
500.40/500.45	c   469s|  1280k|  1257k|     0 |   0.0 | 532M|4280 |   - |9123 |  19k|   0 |   0 |   0 |  51k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
506.90/506.97	c   476s|  1290k|  1267k|     0 |   0.0 | 536M|4280 |   - |9123 |  19k|   0 |   0 |   0 |  51k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
513.39/513.46	c   482s|  1300k|  1277k|     0 |   0.0 | 539M|4280 |   - |9123 |  18k|   0 |   0 |   0 |  51k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
519.99/520.08	c   488s|  1310k|  1287k|     0 |   0.0 | 543M|4280 |   - |9123 |  17k|   0 |   0 |   0 |  51k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
526.50/526.58	c   494s|  1320k|  1297k|     0 |   0.0 | 546M|4280 |   - |9123 |  14k|   0 |   0 |   0 |  51k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
532.90/532.99	c   501s|  1330k|  1307k|     0 |   0.0 | 550M|4280 |   - |9123 |  13k|   0 |   0 |   0 |  51k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
539.30/539.31	c   507s|  1340k|  1317k|     0 |   0.0 | 553M|4280 |   - |9123 |  13k|   0 |   0 |   0 |  51k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
545.80/545.82	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
545.80/545.82	c   513s|  1350k|  1327k|     0 |   0.0 | 557M|4280 |   - |9123 |  13k|   0 |   0 |   0 |  51k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
552.11/552.16	c   519s|  1360k|  1337k|     0 |   0.0 | 561M|4280 |   - |9123 |  12k|   0 |   0 |   0 |  51k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
558.89/558.96	c   526s|  1370k|  1347k|     0 |   0.0 | 564M|4280 |   - |9123 |  12k|   0 |   0 |   0 |  51k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
565.60/565.63	c   532s|  1380k|  1357k|     0 |   0.0 | 567M|4280 |   - |9123 |  10k|   0 |   0 |   0 |  51k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
571.80/571.90	c   538s|  1390k|  1367k|     0 |   0.0 | 571M|4280 |   - |9123 |9487 |   0 |   0 |   0 |  51k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
578.40/578.41	c   544s|  1400k|  1377k|     0 |   0.0 | 575M|4280 |   - |9123 |9292 |   0 |   0 |   0 |  51k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
584.69/584.77	c   550s|  1410k|  1387k|     0 |   0.0 | 578M|4280 |   - |9123 |7171 |   0 |   0 |   0 |  51k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
591.10/591.18	c   557s|  1420k|  1397k|     0 |   0.0 | 582M|4280 |   - |9123 |7122 |   0 |   0 |   0 |  51k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
597.31/597.33	c   563s|  1430k|  1407k|     0 |   0.0 | 585M|4280 |   - |9123 |7080 |   0 |   0 |   0 |  51k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
603.60/603.68	c   569s|  1440k|  1417k|     0 |   0.0 | 589M|4280 |   - |9123 |7073 |   0 |   0 |   0 |  51k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
610.00/610.08	c   575s|  1450k|  1427k|     0 |   0.0 | 593M|4280 |   - |9123 |7059 |   0 |   0 |   0 |  51k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
616.20/616.25	c   581s|  1460k|  1437k|     0 |   0.0 | 596M|4280 |   - |9123 |7052 |   0 |   0 |   0 |  51k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
622.50/622.54	c   587s|  1470k|  1447k|     0 |   0.0 | 600M|4280 |   - |9123 |7045 |   0 |   0 |   0 |  51k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
628.80/628.84	c   593s|  1480k|  1457k|     0 |   0.0 | 604M|4280 |   - |9123 |6822 |   0 |   0 |   0 |  51k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
634.90/634.97	c   599s|  1490k|  1467k|     0 |   0.0 | 608M|4280 |   - |9123 |6849 |   0 |   0 |   0 |  51k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
641.40/641.43	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
641.40/641.43	c   605s|  1500k|  1477k|     0 |   0.0 | 611M|4280 |   - |9123 |6656 |   0 |   0 |   0 |  51k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
647.40/647.42	c   611s|  1510k|  1487k|     0 |   0.0 | 615M|4280 |   - |9123 |6650 |   0 |   0 |   0 |  51k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
653.70/653.77	c   617s|  1520k|  1497k|     0 |   0.0 | 619M|4280 |   - |9123 |6638 |   0 |   0 |   0 |  51k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
659.70/659.79	c   623s|  1530k|  1507k|     0 |   0.0 | 623M|4280 |   - |9123 |6617 |   0 |   0 |   0 |  51k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
665.90/665.98	c   629s|  1540k|  1517k|     0 |   0.0 | 626M|4280 |   - |9123 |6607 |   0 |   0 |   0 |  51k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
672.01/672.07	c   634s|  1550k|  1527k|     0 |   0.0 | 630M|4280 |   - |9123 |6605 |   0 |   0 |   0 |  51k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
678.00/678.09	c   640s|  1560k|  1537k|     0 |   0.0 | 634M|4280 |   - |9123 |6596 |   0 |   0 |   0 |  51k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
684.11/684.19	c   646s|  1570k|  1547k|     0 |   0.0 | 638M|4280 |   - |9123 |6587 |   0 |   0 |   0 |  51k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
690.30/690.33	c   652s|  1580k|  1557k|     0 |   0.0 | 641M|4280 |   - |9123 |6586 |   0 |   0 |   0 |  51k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
696.21/696.22	c   658s|  1590k|  1567k|     0 |   0.0 | 645M|4280 |   - |9123 |6579 |   0 |   0 |   0 |  51k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
702.31/702.30	c   663s|  1600k|  1577k|     0 |   0.0 | 649M|4280 |   - |9123 |6572 |   0 |   0 |   0 |  51k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
708.10/708.17	c   669s|  1610k|  1587k|     0 |   0.0 | 652M|4280 |   - |9123 |6566 |   0 |   0 |   0 |  51k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
714.31/714.32	c   675s|  1620k|  1597k|     0 |   0.0 | 656M|4280 |   - |9123 |6555 |   0 |   0 |   0 |  51k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
720.01/720.03	c   681s|  1630k|  1607k|     0 |   0.0 | 660M|4280 |   - |9123 |6565 |   0 |   0 |   0 |  51k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
725.80/725.88	c   686s|  1640k|  1617k|     0 |   0.0 | 664M|4280 |   - |9123 |6562 |   0 |   0 |   0 |  51k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
731.20/731.30	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
731.20/731.30	c   691s|  1650k|  1627k|     0 |   0.0 | 668M|4280 |   - |9123 |6565 |   0 |   0 |   0 |  51k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
737.20/737.23	c   697s|  1660k|  1637k|     0 |   0.0 | 671M|4280 |   - |9123 |6578 |   0 |   0 |   0 |  51k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
742.80/742.83	c   702s|  1670k|  1647k|     0 |   0.0 | 675M|4280 |   - |9123 |6599 |   0 |   0 |   0 |  51k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
748.31/748.33	c   708s|  1680k|  1657k|     0 |   0.0 | 679M|4280 |   - |9123 |6620 |   0 |   0 |   0 |  51k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
754.20/754.25	c   713s|  1690k|  1667k|     0 |   0.0 | 683M|4280 |   - |9123 |6618 |   0 |   0 |   0 |  51k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
759.80/759.85	c   719s|  1700k|  1677k|     0 |   0.0 | 686M|4280 |   - |9123 |6619 |   0 |   0 |   0 |  51k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
765.80/765.85	c   724s|  1710k|  1687k|     0 |   0.0 | 690M|4280 |   - |9123 |6608 |   0 |   0 |   0 |  51k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
771.61/771.63	c   730s|  1720k|  1697k|     0 |   0.0 | 694M|4280 |   - |9123 |6602 |   0 |   0 |   0 |  51k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
777.61/777.67	c   736s|  1730k|  1707k|     0 |   0.0 | 697M|4280 |   - |9123 |6597 |   0 |   0 |   0 |  51k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
783.40/783.46	c   741s|  1740k|  1717k|     0 |   0.0 | 701M|4280 |   - |9123 |6582 |   0 |   0 |   0 |  51k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
788.90/788.99	c   747s|  1750k|  1727k|     0 |   0.0 | 705M|4280 |   - |9123 |6586 |   0 |   0 |   0 |  51k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
794.71/794.70	c   752s|  1760k|  1737k|     0 |   0.0 | 709M|4280 |   - |9123 |6578 |   0 |   0 |   0 |  51k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
800.60/800.67	c   758s|  1770k|  1747k|     0 |   0.0 | 712M|4280 |   - |9123 |6579 |   0 |   0 |   0 |  51k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
806.50/806.50	c   763s|  1780k|  1757k|     0 |   0.0 | 716M|4280 |   - |9123 |6572 |   0 |   0 |   0 |  51k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
812.11/812.18	c   769s|  1790k|  1767k|     0 |   0.0 | 720M|4280 |   - |9123 |6579 |   0 |   0 |   0 |  51k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
817.91/817.93	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
817.91/817.93	c   774s|  1800k|  1777k|     0 |   0.0 | 723M|4280 |   - |9123 |6579 |   0 |   0 |   0 |  51k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
823.40/823.48	c   780s|  1810k|  1787k|     0 |   0.0 | 727M|4280 |   - |9123 |6611 |   0 |   0 |   0 |  51k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
829.32/829.34	c   785s|  1820k|  1797k|     0 |   0.0 | 731M|4280 |   - |9123 |6612 |   0 |   0 |   0 |  51k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
835.11/835.15	c   791s|  1830k|  1807k|     0 |   0.0 | 735M|4280 |   - |9123 |6601 |   0 |   0 |   0 |  51k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
840.60/840.61	c   796s|  1840k|  1817k|     0 |   0.0 | 738M|4280 |   - |9123 |6614 |   0 |   0 |   0 |  51k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
846.41/846.45	c   802s|  1850k|  1827k|     0 |   0.0 | 742M|4280 |   - |9123 |6604 |   0 |   0 |   0 |  51k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
851.90/851.95	c   807s|  1860k|  1837k|     0 |   0.0 | 746M|4280 |   - |9123 |6596 |   0 |   0 |   0 |  51k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
857.71/857.75	c   813s|  1870k|  1847k|     0 |   0.0 | 749M|4280 |   - |9123 |6589 |   0 |   0 |   0 |  51k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
863.01/863.05	c   818s|  1880k|  1857k|     0 |   0.0 | 753M|4280 |   - |9123 |6583 |   0 |   0 |   0 |  51k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
868.91/868.99	c   823s|  1890k|  1867k|     0 |   0.0 | 757M|4280 |   - |9123 |6580 |   0 |   0 |   0 |  51k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
874.71/874.70	c   829s|  1900k|  1877k|     0 |   0.0 | 760M|4280 |   - |9123 |6572 |   0 |   0 |   0 |  51k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
880.01/880.04	c   834s|  1910k|  1887k|     0 |   0.0 | 764M|4280 |   - |9123 |6564 |   0 |   0 |   0 |  51k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
885.61/885.60	c   839s|  1920k|  1897k|     0 |   0.0 | 768M|4280 |   - |9123 |6560 |   0 |   0 |   0 |  51k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
891.30/891.39	c   845s|  1930k|  1907k|     0 |   0.0 | 771M|4280 |   - |9123 |6554 |   0 |   0 |   0 |  51k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
896.81/896.80	c   850s|  1940k|  1917k|     0 |   0.0 | 775M|4280 |   - |9123 |6557 |   0 |   0 |   0 |  51k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
902.50/902.51	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
902.50/902.51	c   856s|  1950k|  1927k|     0 |   0.0 | 779M|4280 |   - |9123 |6580 |   0 |   0 |   0 |  51k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
908.21/908.22	c   861s|  1960k|  1937k|     0 |   0.0 | 783M|4280 |   - |9123 |6565 |   0 |   0 |   0 |  51k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
914.01/914.03	c   867s|  1970k|  1947k|     0 |   0.0 | 786M|4280 |   - |9123 |6560 |   0 |   0 |   0 |  51k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
919.51/919.55	c   872s|  1980k|  1957k|     0 |   0.0 | 790M|4280 |   - |9123 |6569 |   0 |   0 |   0 |  51k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
925.12/925.17	c   877s|  1990k|  1967k|     0 |   0.0 | 794M|4280 |   - |9123 |6576 |   0 |   0 |   0 |  51k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
930.81/930.86	c   883s|  2000k|  1977k|     0 |   0.0 | 797M|4280 |   - |9123 |6563 |   0 |   0 |   0 |  51k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
936.71/936.74	c   888s|  2010k|  1987k|     0 |   0.0 | 801M|4280 |   - |9123 |6562 |   0 |   0 |   0 |  51k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
942.11/942.18	c   893s|  2020k|  1997k|     0 |   0.0 | 805M|4280 |   - |9123 |6571 |   0 |   0 |   0 |  51k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
947.91/947.97	c   899s|  2030k|  2007k|     0 |   0.0 | 808M|4280 |   - |9123 |6560 |   0 |   0 |   0 |  51k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
953.62/953.62	c   904s|  2040k|  2017k|     0 |   0.0 | 812M|4280 |   - |9123 |6547 |   0 |   0 |   0 |  51k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
959.30/959.30	c   910s|  2050k|  2027k|     0 |   0.0 | 816M|4280 |   - |9123 |6539 |   0 |   0 |   0 |  51k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
964.80/964.82	c   915s|  2060k|  2037k|     0 |   0.0 | 820M|4280 |   - |9123 |6538 |   0 |   0 |   0 |  51k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
970.00/970.04	c   920s|  2070k|  2047k|     0 |   0.0 | 823M|4280 |   - |9123 |6544 |   0 |   0 |   0 |  51k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
975.91/975.98	c   926s|  2080k|  2057k|     0 |   0.0 | 827M|4280 |   - |9123 |6548 |   0 |   0 |   0 |  51k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
981.40/981.49	c   931s|  2090k|  2067k|     0 |   0.0 | 831M|4280 |   - |9123 |6537 |   0 |   0 |   0 |  51k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
987.01/987.09	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
987.01/987.09	c   937s|  2100k|  2077k|     0 |   0.0 | 834M|4280 |   - |9123 |6546 |   0 |   0 |   0 |  51k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
992.41/992.48	c   942s|  2110k|  2087k|     0 |   0.0 | 838M|4280 |   - |9123 |6527 |   0 |   0 |   0 |  51k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
997.91/997.90	c   947s|  2120k|  2097k|     0 |   0.0 | 842M|4280 |   - |9123 |6519 |   0 |   0 |   0 |  51k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
1003.01/1003.03	c   952s|  2130k|  2107k|     0 |   0.0 | 846M|4280 |   - |9123 |6520 |   0 |   0 |   0 |  51k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
1008.51/1008.50	c   957s|  2140k|  2117k|     0 |   0.0 | 849M|4280 |   - |9123 |6516 |   0 |   0 |   0 |  51k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
1013.81/1013.88	c   962s|  2150k|  2127k|     0 |   0.0 | 853M|4280 |   - |9123 |6509 |   0 |   0 |   0 |  51k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
1019.31/1019.40	c   968s|  2160k|  2137k|     0 |   0.0 | 857M|4280 |   - |9123 |6505 |   0 |   0 |   0 |  51k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
1024.51/1024.52	c   972s|  2170k|  2146k|     0 |   0.0 | 860M|4280 |   - |9123 |6514 |   0 |   0 |   0 |  51k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
1029.91/1029.96	c   978s|  2180k|  2156k|     0 |   0.0 | 864M|4280 |   - |9123 |6504 |   0 |   0 |   0 |  51k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
1035.12/1035.14	c   983s|  2190k|  2166k|     0 |   0.0 | 868M|4280 |   - |9123 |6504 |   0 |   0 |   0 |  51k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
1040.41/1040.47	c   988s|  2200k|  2176k|     0 |   0.0 | 871M|4280 |   - |9123 |6515 |   0 |   0 |   0 |  51k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
1045.61/1045.63	c   993s|  2210k|  2186k|     0 |   0.0 | 875M|4280 |   - |9123 |6543 |   0 |   0 |   0 |  51k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
1051.02/1051.01	c   998s|  2220k|  2196k|     0 |   0.0 | 879M|4280 |   - |9123 |6538 |   0 |   0 |   0 |  51k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
1056.31/1056.31	c  1003s|  2230k|  2206k|     0 |   0.0 | 883M|4280 |   - |9123 |6530 |   0 |   0 |   0 |  51k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
1061.71/1061.70	c  1008s|  2240k|  2216k|     0 |   0.0 | 886M|4280 |   - |9123 |6552 |   0 |   0 |   0 |  51k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
1066.81/1066.90	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1066.81/1066.90	c  1013s|  2250k|  2226k|     0 |   0.0 | 890M|4280 |   - |9123 |6572 |   0 |   0 |   0 |  51k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
1072.21/1072.21	c  1018s|  2260k|  2236k|     0 |   0.0 | 894M|4280 |   - |9123 |6570 |   0 |   0 |   0 |  51k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
1077.31/1077.38	c  1023s|  2270k|  2246k|     0 |   0.0 | 897M|4280 |   - |9123 |6607 |   0 |   0 |   0 |  51k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
1082.42/1082.49	c  1028s|  2280k|  2256k|     0 |   0.0 | 901M|4280 |   - |9123 |6639 |   0 |   0 |   0 |  51k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
1087.61/1087.62	c  1033s|  2290k|  2266k|     0 |   0.0 | 905M|4280 |   - |9123 |6627 |   0 |   0 |   0 |  51k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
1092.71/1092.73	c  1038s|  2300k|  2276k|     0 |   0.0 | 909M|4280 |   - |9123 |6622 |   0 |   0 |   0 |  51k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
1097.51/1097.54	c  1042s|  2310k|  2286k|     0 |   0.0 | 912M|4280 |   - |9123 |6637 |   0 |   0 |   0 |  51k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
1102.31/1102.38	c  1047s|  2320k|  2296k|     0 |   0.0 | 916M|4280 |   - |9123 |6652 |   0 |   0 |   0 |  51k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
1107.01/1107.00	c  1051s|  2330k|  2306k|     0 |   0.0 | 920M|4280 |   - |9123 |6679 |   0 |   0 |   0 |  52k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
1112.02/1112.10	c  1056s|  2340k|  2316k|     0 |   0.0 | 923M|4280 |   - |9123 |6730 |   0 |   0 |   0 |  52k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
1117.01/1117.07	c  1061s|  2350k|  2326k|     0 |   0.0 | 927M|4280 |   - |9123 |6742 |   0 |   0 |   0 |  52k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
1122.02/1122.01	c  1066s|  2360k|  2336k|     0 |   0.0 | 931M|4280 |   - |9123 |6744 |   0 |   0 |   0 |  52k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
1126.82/1126.85	c  1070s|  2370k|  2346k|     0 |   0.0 | 935M|4280 |   - |9123 |6740 |   0 |   0 |   0 |  52k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
1131.51/1131.58	c  1075s|  2380k|  2356k|     0 |   0.0 | 938M|4280 |   - |9123 |6738 |   0 |   0 |   0 |  52k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
1136.41/1136.47	c  1080s|  2390k|  2366k|     0 |   0.0 | 942M|4280 |   - |9123 |6733 |   0 |   0 |   0 |  52k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
1141.21/1141.21	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1141.21/1141.21	c  1084s|  2400k|  2376k|     0 |   0.0 | 946M|4280 |   - |9123 |6723 |   0 |   0 |   0 |  52k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
1145.92/1145.92	c  1089s|  2410k|  2386k|     0 |   0.0 | 949M|4280 |   - |9123 |6717 |   0 |   0 |   0 |  52k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
1151.02/1151.03	c  1093s|  2420k|  2396k|     0 |   0.0 | 953M|4280 |   - |9123 |6689 |   0 |   0 |   0 |  52k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
1156.12/1156.13	c  1098s|  2430k|  2406k|     0 |   0.0 | 957M|4280 |   - |9123 |6682 |   0 |   0 |   0 |  52k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
1161.02/1161.03	c  1103s|  2440k|  2416k|     0 |   0.0 | 961M|4280 |   - |9123 |6683 |   0 |   0 |   0 |  52k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
1165.92/1165.96	c  1108s|  2450k|  2426k|     0 |   0.0 | 964M|4280 |   - |9123 |6660 |   0 |   0 |   0 |  52k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
1170.72/1170.77	c  1112s|  2460k|  2436k|     0 |   0.0 | 968M|4280 |   - |9123 |6680 |   0 |   0 |   0 |  52k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
1175.41/1175.42	c  1117s|  2470k|  2446k|     0 |   0.0 | 972M|4280 |   - |9123 |6685 |   0 |   0 |   0 |  52k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
1180.11/1180.10	c  1121s|  2480k|  2456k|     0 |   0.0 | 975M|4280 |   - |9123 |6680 |   0 |   0 |   0 |  52k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
1184.92/1184.91	c  1126s|  2490k|  2466k|     0 |   0.0 | 979M|4280 |   - |9123 |6679 |   0 |   0 |   0 |  52k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
1190.23/1190.21	c  1131s|  2500k|  2476k|     0 |   0.0 | 983M|4280 |   - |9123 |6694 |   0 |   0 |   0 |  52k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
1194.81/1194.87	c  1135s|  2510k|  2486k|     0 |   0.0 | 987M|4280 |   - |9123 |6691 |   0 |   0 |   0 |  52k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
1199.52/1199.53	c  1140s|  2520k|  2496k|     0 |   0.0 | 990M|4280 |   - |9123 |6689 |   0 |   0 |   0 |  52k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
1204.12/1204.16	c  1144s|  2530k|  2506k|     0 |   0.0 | 994M|4280 |   - |9123 |6673 |   0 |   0 |   0 |  52k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
1209.11/1209.10	c  1149s|  2540k|  2516k|     0 |   0.0 | 998M|4280 |   - |9123 |6670 |   0 |   0 |   0 |  52k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
1213.92/1213.98	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1213.92/1213.98	c  1153s|  2550k|  2526k|     0 |   0.0 |1001M|4280 |   - |9123 |6674 |   0 |   0 |   0 |  52k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
1218.82/1218.88	c  1158s|  2560k|  2536k|     0 |   0.0 |1005M|4280 |   - |9123 |6660 |   0 |   0 |   0 |  52k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
1223.52/1223.59	c  1163s|  2570k|  2546k|     0 |   0.0 |1009M|4280 |   - |9123 |6646 |   0 |   0 |   0 |  52k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
1228.21/1228.25	c  1167s|  2580k|  2556k|     0 |   0.0 |1013M|4280 |   - |9123 |6615 |   0 |   0 |   0 |  52k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
1232.82/1232.84	c  1171s|  2590k|  2566k|     0 |   0.0 |1016M|4280 |   - |9123 |6610 |   0 |   0 |   0 |  52k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
1237.42/1237.44	c  1176s|  2600k|  2576k|     0 |   0.0 |1020M|4280 |   - |9123 |6634 |   0 |   0 |   0 |  52k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
1242.72/1242.72	c  1181s|  2610k|  2586k|     0 |   0.0 |1024M|4280 |   - |9123 |6658 |   0 |   0 |   0 |  52k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
1247.42/1247.41	c  1185s|  2620k|  2596k|     0 |   0.0 |1028M|4280 |   - |9123 |6661 |   0 |   0 |   0 |  52k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
1252.11/1252.11	c  1190s|  2630k|  2606k|     0 |   0.0 |1031M|4280 |   - |9123 |6638 |   0 |   0 |   0 |  52k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
1256.92/1256.98	c  1194s|  2640k|  2616k|     0 |   0.0 |1035M|4280 |   - |9123 |6641 |   0 |   0 |   0 |  52k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
1261.62/1261.67	c  1199s|  2650k|  2626k|     0 |   0.0 |1039M|4280 |   - |9123 |6649 |   0 |   0 |   0 |  52k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
1266.21/1266.29	c  1203s|  2660k|  2636k|     0 |   0.0 |1042M|4280 |   - |9123 |6656 |   0 |   0 |   0 |  52k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
1270.71/1270.73	c  1208s|  2670k|  2646k|     0 |   0.0 |1046M|4280 |   - |9123 |6633 |   0 |   0 |   0 |  52k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
1275.32/1275.38	c  1212s|  2680k|  2656k|     0 |   0.0 |1050M|4280 |   - |9123 |6613 |   0 |   0 |   0 |  52k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
1279.92/1279.96	c  1216s|  2690k|  2666k|     0 |   0.0 |1054M|4280 |   - |9123 |6602 |   0 |   0 |   0 |  52k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
1284.62/1284.65	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1284.62/1284.65	c  1221s|  2700k|  2676k|     0 |   0.0 |1057M|4280 |   - |9123 |6594 |   0 |   0 |   0 |  52k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
1289.23/1289.27	c  1225s|  2710k|  2686k|     0 |   0.0 |1061M|4280 |   - |9123 |6609 |   0 |   0 |   0 |  52k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
1293.92/1293.96	c  1230s|  2720k|  2696k|     0 |   0.0 |1065M|4280 |   - |9123 |6605 |   0 |   0 |   0 |  52k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
1298.62/1298.65	c  1234s|  2730k|  2706k|     0 |   0.0 |1068M|4280 |   - |9123 |6610 |   0 |   0 |   0 |  52k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
1303.22/1303.27	c  1238s|  2740k|  2716k|     0 |   0.0 |1072M|4280 |   - |9123 |6608 |   0 |   0 |   0 |  52k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
1308.31/1308.38	c  1243s|  2750k|  2726k|     0 |   0.0 |1076M|4280 |   - |9123 |6617 |   0 |   0 |   0 |  52k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
1313.02/1313.00	c  1248s|  2760k|  2736k|     0 |   0.0 |1080M|4280 |   - |9123 |6615 |   0 |   0 |   0 |  52k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
1317.72/1317.79	c  1252s|  2770k|  2746k|     0 |   0.0 |1083M|4280 |   - |9123 |6610 |   0 |   0 |   0 |  52k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
1322.41/1322.46	c  1257s|  2780k|  2756k|     0 |   0.0 |1087M|4280 |   - |9123 |6612 |   0 |   0 |   0 |  52k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
1327.42/1327.41	c  1261s|  2790k|  2766k|     0 |   0.0 |1091M|4280 |   - |9123 |6616 |   0 |   0 |   0 |  52k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
1332.13/1332.13	c  1266s|  2800k|  2776k|     0 |   0.0 |1095M|4280 |   - |9123 |6612 |   0 |   0 |   0 |  52k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
1336.92/1336.92	c  1270s|  2810k|  2786k|     0 |   0.0 |1098M|4280 |   - |9123 |6614 |   0 |   0 |   0 |  52k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
1341.62/1341.62	c  1275s|  2820k|  2796k|     0 |   0.0 |1102M|4280 |   - |9123 |6627 |   0 |   0 |   0 |  52k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
1346.72/1346.73	c  1280s|  2830k|  2806k|     0 |   0.0 |1106M|4280 |   - |9123 |6627 |   0 |   0 |   0 |  52k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
1351.32/1351.39	c  1284s|  2840k|  2816k|     0 |   0.0 |1110M|4280 |   - |9123 |6603 |   0 |   0 |   0 |  52k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
1355.82/1355.87	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1355.82/1355.87	c  1289s|  2850k|  2826k|     0 |   0.0 |1113M|4280 |   - |9123 |6591 |   0 |   0 |   0 |  52k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
1360.72/1360.75	c  1293s|  2860k|  2836k|     0 |   0.0 |1117M|4280 |   - |9123 |6591 |   0 |   0 |   0 |  52k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
1365.22/1365.26	c  1298s|  2870k|  2846k|     0 |   0.0 |1121M|4280 |   - |9123 |6584 |   0 |   0 |   0 |  52k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
1370.02/1370.02	c  1302s|  2880k|  2856k|     0 |   0.0 |1125M|4280 |   - |9123 |6573 |   0 |   0 |   0 |  52k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
1374.72/1374.70	c  1307s|  2890k|  2866k|     0 |   0.0 |1128M|4280 |   - |9123 |6561 |   0 |   0 |   0 |  52k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
1379.22/1379.25	c  1311s|  2900k|  2876k|     0 |   0.0 |1132M|4280 |   - |9123 |6554 |   0 |   0 |   0 |  52k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
1384.02/1384.00	c  1315s|  2910k|  2886k|     0 |   0.0 |1136M|4280 |   - |9123 |6551 |   0 |   0 |   0 |  52k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
1388.52/1388.54	c  1320s|  2920k|  2896k|     0 |   0.0 |1140M|4280 |   - |9123 |6548 |   0 |   0 |   0 |  52k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
1393.12/1393.17	c  1324s|  2930k|  2906k|     0 |   0.0 |1143M|4280 |   - |9123 |6542 |   0 |   0 |   0 |  52k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
1397.62/1397.66	c  1328s|  2940k|  2916k|     0 |   0.0 |1147M|4280 |   - |9123 |6536 |   0 |   0 |   0 |  52k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
1402.03/1402.01	c  1332s|  2950k|  2926k|     0 |   0.0 |1151M|4280 |   - |9123 |6549 |   0 |   0 |   0 |  52k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
1406.62/1406.60	c  1337s|  2960k|  2936k|     0 |   0.0 |1154M|4280 |   - |9123 |6549 |   0 |   0 |   0 |  52k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
1410.92/1410.98	c  1341s|  2970k|  2946k|     0 |   0.0 |1158M|4280 |   - |9123 |6548 |   0 |   0 |   0 |  52k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
1415.82/1415.84	c  1346s|  2980k|  2956k|     0 |   0.0 |1162M|4280 |   - |9123 |6557 |   0 |   0 |   0 |  52k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
1420.33/1420.38	c  1350s|  2990k|  2966k|     0 |   0.0 |1166M|4280 |   - |9123 |6558 |   0 |   0 |   0 |  52k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
1424.83/1424.88	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1424.83/1424.88	c  1354s|  3000k|  2976k|     0 |   0.0 |1169M|4280 |   - |9123 |6551 |   0 |   0 |   0 |  52k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
1429.63/1429.69	c  1359s|  3010k|  2986k|     0 |   0.0 |1173M|4280 |   - |9123 |6553 |   0 |   0 |   0 |  52k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
1434.22/1434.25	c  1363s|  3020k|  2996k|     0 |   0.0 |1177M|4280 |   - |9123 |6548 |   0 |   0 |   0 |  52k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
1438.72/1438.75	c  1368s|  3030k|  3006k|     0 |   0.0 |1181M|4280 |   - |9123 |6547 |   0 |   0 |   0 |  52k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
1443.43/1443.46	c  1372s|  3040k|  3016k|     0 |   0.0 |1184M|4280 |   - |9123 |6556 |   0 |   0 |   0 |  52k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
1447.93/1447.93	c  1376s|  3050k|  3026k|     0 |   0.0 |1188M|4280 |   - |9123 |6555 |   0 |   0 |   0 |  52k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
1452.42/1452.44	c  1381s|  3060k|  3036k|     0 |   0.0 |1192M|4280 |   - |9123 |6550 |   0 |   0 |   0 |  52k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
1457.13/1457.10	c  1385s|  3070k|  3046k|     0 |   0.0 |1196M|4280 |   - |9123 |6545 |   0 |   0 |   0 |  52k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
1461.62/1461.68	c  1389s|  3080k|  3056k|     0 |   0.0 |1199M|4280 |   - |9123 |6552 |   0 |   0 |   0 |  52k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
1466.02/1466.05	c  1393s|  3090k|  3066k|     0 |   0.0 |1203M|4280 |   - |9123 |6591 |   0 |   0 |   0 |  52k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
1470.42/1470.42	c  1398s|  3100k|  3076k|     0 |   0.0 |1207M|4280 |   - |9123 |6583 |   0 |   0 |   0 |  52k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
1474.93/1474.94	c  1402s|  3110k|  3086k|     0 |   0.0 |1211M|4280 |   - |9123 |6600 |   0 |   0 |   0 |  52k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
1479.22/1479.27	c  1406s|  3120k|  3096k|     0 |   0.0 |1214M|4280 |   - |9123 |6607 |   0 |   0 |   0 |  53k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
1484.02/1484.06	c  1411s|  3130k|  3106k|     0 |   0.0 |1218M|4280 |   - |9123 |6622 |   0 |   0 |   0 |  53k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
1488.42/1488.48	c  1415s|  3140k|  3116k|     0 |   0.0 |1222M|4280 |   - |9123 |6615 |   0 |   0 |   0 |  53k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
1492.93/1492.98	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1492.93/1492.98	c  1419s|  3150k|  3126k|     0 |   0.0 |1226M|4280 |   - |9123 |6608 |   0 |   0 |   0 |  53k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
1497.22/1497.29	c  1423s|  3160k|  3135k|     0 |   0.0 |1229M|4280 |   - |9123 |6602 |   0 |   0 |   0 |  53k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
1502.02/1502.00	c  1428s|  3170k|  3145k|     0 |   0.0 |1233M|4280 |   - |9123 |6623 |   0 |   0 |   0 |  53k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
1506.62/1506.69	c  1432s|  3180k|  3155k|     0 |   0.0 |1237M|4280 |   - |9123 |6638 |   0 |   0 |   0 |  53k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
1511.62/1511.65	c  1437s|  3190k|  3165k|     0 |   0.0 |1241M|4280 |   - |9123 |6635 |   0 |   0 |   0 |  53k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
1516.22/1516.22	c  1441s|  3200k|  3175k|     0 |   0.0 |1244M|4280 |   - |9123 |6622 |   0 |   0 |   0 |  53k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
1520.83/1520.83	c  1446s|  3210k|  3185k|     0 |   0.0 |1248M|4280 |   - |9123 |6622 |   0 |   0 |   0 |  53k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
1525.42/1525.44	c  1450s|  3220k|  3195k|     0 |   0.0 |1252M|4280 |   - |9123 |6633 |   0 |   0 |   0 |  53k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
1529.83/1529.89	c  1454s|  3230k|  3205k|     0 |   0.0 |1256M|4280 |   - |9123 |6639 |   0 |   0 |   0 |  53k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
1534.53/1534.52	c  1459s|  3240k|  3215k|     0 |   0.0 |1259M|4280 |   - |9123 |6635 |   0 |   0 |   0 |  53k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
1538.93/1538.97	c  1463s|  3250k|  3225k|     0 |   0.0 |1263M|4280 |   - |9123 |6649 |   0 |   0 |   0 |  53k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
1543.53/1543.59	c  1467s|  3260k|  3235k|     0 |   0.0 |1267M|4280 |   - |9123 |6656 |   0 |   0 |   0 |  53k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
1548.33/1548.34	c  1472s|  3270k|  3245k|     0 |   0.0 |1271M|4280 |   - |9123 |6650 |   0 |   0 |   0 |  53k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
1552.83/1552.84	c  1476s|  3280k|  3255k|     0 |   0.0 |1274M|4280 |   - |9123 |6646 |   0 |   0 |   0 |  53k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
1557.12/1557.19	c  1480s|  3290k|  3265k|     0 |   0.0 |1278M|4280 |   - |9123 |6651 |   0 |   0 |   0 |  53k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
1561.93/1561.90	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1561.93/1561.90	c  1485s|  3300k|  3275k|     0 |   0.0 |1282M|4280 |   - |9123 |6653 |   0 |   0 |   0 |  53k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
1566.63/1566.64	c  1489s|  3310k|  3285k|     0 |   0.0 |1285M|4280 |   - |9123 |6656 |   0 |   0 |   0 |  53k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
1571.12/1571.19	c  1493s|  3320k|  3295k|     0 |   0.0 |1289M|4280 |   - |9123 |6672 |   0 |   0 |   0 |  53k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
1575.92/1575.99	c  1498s|  3330k|  3305k|     0 |   0.0 |1293M|4280 |   - |9123 |6665 |   0 |   0 |   0 |  53k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
1580.73/1580.76	c  1503s|  3340k|  3315k|     0 |   0.0 |1297M|4280 |   - |9123 |6679 |   0 |   0 |   0 |  53k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
1585.63/1585.69	c  1507s|  3350k|  3325k|     0 |   0.0 |1300M|4280 |   - |9123 |6722 |   0 |   0 |   0 |  53k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
1590.22/1590.24	c  1512s|  3360k|  3335k|     0 |   0.0 |1304M|4280 |   - |9123 |6717 |   0 |   0 |   0 |  53k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
1594.94/1594.97	c  1516s|  3370k|  3345k|     0 |   0.0 |1308M|4280 |   - |9123 |6708 |   0 |   0 |   0 |  53k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
1599.43/1599.43	c  1520s|  3380k|  3355k|     0 |   0.0 |1312M|4280 |   - |9123 |6709 |   0 |   0 |   0 |  53k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
1604.23/1604.28	c  1525s|  3390k|  3365k|     0 |   0.0 |1315M|4280 |   - |9123 |6768 |   0 |   0 |   0 |  53k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
1608.23/1608.20	c  1529s|  3400k|  3375k|     0 |   0.0 |1319M|4280 |   - |9123 |6763 |   0 |   0 |   0 |  53k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
1612.33/1612.34	c  1533s|  3410k|  3385k|     0 |   0.0 |1323M|4280 |   - |9123 |6754 |   0 |   0 |   0 |  53k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
1616.43/1616.44	c  1536s|  3420k|  3395k|     0 |   0.0 |1326M|4280 |   - |9123 |6724 |   0 |   0 |   0 |  53k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
1620.63/1620.60	c  1540s|  3430k|  3405k|     0 |   0.0 |1330M|4280 |   - |9123 |6732 |   0 |   0 |   0 |  53k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
1625.03/1625.03	c  1545s|  3440k|  3415k|     0 |   0.0 |1334M|4280 |   - |9123 |6714 |   0 |   0 |   0 |  53k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
1628.92/1628.95	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1628.92/1628.95	c  1548s|  3450k|  3425k|     0 |   0.0 |1337M|4280 |   - |9123 |6704 |   0 |   0 |   0 |  53k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
1633.12/1633.16	c  1552s|  3460k|  3435k|     0 |   0.0 |1341M|4280 |   - |9123 |6698 |   0 |   0 |   0 |  53k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
1637.13/1637.19	c  1556s|  3470k|  3445k|     0 |   0.0 |1345M|4280 |   - |9123 |6755 |   0 |   0 |   0 |  53k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
1640.83/1640.88	c  1559s|  3480k|  3455k|     0 |   0.0 |1348M|4280 |   - |9123 |6750 |   0 |   0 |   0 |  53k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
1645.43/1645.47	c  1564s|  3490k|  3465k|     0 |   0.0 |1352M|4280 |   - |9123 |6770 |   0 |   0 |   0 |  53k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
1649.53/1649.55	c  1568s|  3500k|  3475k|     0 |   0.0 |1356M|4280 |   - |9123 |6768 |   0 |   0 |   0 |  53k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
1653.34/1653.38	c  1571s|  3510k|  3485k|     0 |   0.0 |1359M|4280 |   - |9123 |6761 |   0 |   0 |   0 |  53k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
1657.43/1657.46	c  1575s|  3520k|  3495k|     0 |   0.0 |1363M|4280 |   - |9123 |6743 |   0 |   0 |   0 |  53k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
1661.93/1661.92	c  1579s|  3530k|  3505k|     0 |   0.0 |1367M|4280 |   - |9123 |6747 |   0 |   0 |   0 |  53k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
1665.93/1665.93	c  1583s|  3540k|  3515k|     0 |   0.0 |1370M|4280 |   - |9123 |6738 |   0 |   0 |   0 |  53k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
1669.74/1669.78	c  1587s|  3550k|  3525k|     0 |   0.0 |1374M|4280 |   - |9123 |6698 |   0 |   0 |   0 |  53k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
1674.14/1674.20	c  1591s|  3560k|  3535k|     0 |   0.0 |1378M|4280 |   - |9123 |6679 |   0 |   0 |   0 |  53k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
1678.03/1678.07	c  1595s|  3570k|  3545k|     0 |   0.0 |1381M|4280 |   - |9123 |6657 |   0 |   0 |   0 |  53k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
1682.23/1682.22	c  1599s|  3580k|  3555k|     0 |   0.0 |1385M|4280 |   - |9123 |6674 |   0 |   0 |   0 |  53k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
1686.03/1686.08	c  1602s|  3590k|  3565k|     0 |   0.0 |1389M|4280 |   - |9123 |6663 |   0 |   0 |   0 |  53k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
1689.73/1689.77	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1689.73/1689.77	c  1606s|  3600k|  3575k|     0 |   0.0 |1392M|4280 |   - |9123 |6738 |   0 |   0 |   0 |  53k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
1694.23/1694.22	c  1610s|  3610k|  3585k|     0 |   0.0 |1396M|4280 |   - |9123 |6750 |   0 |   0 |   0 |  53k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
1698.94/1698.94	c  1614s|  3620k|  3595k|     0 |   0.0 |1400M|4280 |   - |9123 |6804 |   0 |   0 |   0 |  54k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
1703.23/1703.27	c  1618s|  3630k|  3605k|     0 |   0.0 |1404M|4280 |   - |9123 |6806 |   0 |   0 |   0 |  54k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
1707.14/1707.11	c  1622s|  3640k|  3615k|     0 |   0.0 |1407M|4280 |   - |9123 |6805 |   0 |   0 |   0 |  54k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
1710.73/1710.79	c  1626s|  3650k|  3625k|     0 |   0.0 |1411M|4280 |   - |9123 |6783 |   0 |   0 |   0 |  54k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
1714.64/1714.68	c  1629s|  3660k|  3635k|     0 |   0.0 |1415M|4280 |   - |9123 |6796 |   0 |   0 |   0 |  54k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
1718.73/1718.75	c  1633s|  3670k|  3645k|     0 |   0.0 |1418M|4280 |   - |9123 |6779 |   0 |   0 |   0 |  54k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
1722.73/1722.75	c  1637s|  3680k|  3655k|     0 |   0.0 |1422M|4280 |   - |9123 |6746 |   0 |   0 |   0 |  54k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
1726.63/1726.64	c  1641s|  3690k|  3665k|     0 |   0.0 |1426M|4280 |   - |9123 |6751 |   0 |   0 |   0 |  54k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
1730.44/1730.49	c  1644s|  3700k|  3675k|     0 |   0.0 |1430M|4280 |   - |9123 |6739 |   0 |   0 |   0 |  54k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
1734.23/1734.24	c  1648s|  3710k|  3685k|     0 |   0.0 |1433M|4280 |   - |9123 |6718 |   0 |   0 |   0 |  54k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
1738.33/1738.32	c  1652s|  3720k|  3695k|     0 |   0.0 |1437M|4280 |   - |9123 |6704 |   0 |   0 |   0 |  54k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
1742.44/1742.45	c  1656s|  3730k|  3704k|     0 |   0.0 |1441M|4280 |   - |9123 |6717 |   0 |   0 |   0 |  54k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
1746.13/1746.19	c  1659s|  3740k|  3714k|     0 |   0.0 |1444M|4280 |   - |9123 |6716 |   0 |   0 |   0 |  54k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
1750.23/1750.23	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1750.23/1750.23	c  1663s|  3750k|  3724k|     0 |   0.0 |1448M|4280 |   - |9123 |6705 |   0 |   0 |   0 |  54k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
1753.93/1753.98	c  1666s|  3760k|  3734k|     0 |   0.0 |1452M|4280 |   - |9123 |6699 |   0 |   0 |   0 |  54k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
1758.03/1758.01	c  1670s|  3770k|  3744k|     0 |   0.0 |1456M|4280 |   - |9123 |6686 |   0 |   0 |   0 |  54k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
1762.03/1762.08	c  1674s|  3780k|  3754k|     0 |   0.0 |1459M|4280 |   - |9123 |6709 |   0 |   0 |   0 |  54k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
1765.93/1765.96	c  1678s|  3790k|  3764k|     0 |   0.0 |1463M|4280 |   - |9123 |6713 |   0 |   0 |   0 |  54k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
1770.13/1770.10	c  1682s|  3800k|  3774k|     0 |   0.0 |1467M|4280 |   - |9123 |6710 |   0 |   0 |   0 |  54k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
1774.03/1774.05	c  1685s|  3810k|  3784k|     0 |   0.0 |1470M|4280 |   - |9123 |6696 |   0 |   0 |   0 |  54k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
1778.14/1778.14	c  1689s|  3820k|  3794k|     0 |   0.0 |1474M|4280 |   - |9123 |6688 |   0 |   0 |   0 |  54k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
1781.83/1781.85	c  1693s|  3830k|  3804k|     0 |   0.0 |1478M|4280 |   - |9123 |6713 |   0 |   0 |   0 |  54k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
1786.14/1786.18	c  1697s|  3840k|  3814k|     0 |   0.0 |1481M|4280 |   - |9123 |6740 |   0 |   0 |   0 |  54k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
1790.03/1790.05	c  1700s|  3850k|  3824k|     0 |   0.0 |1485M|4280 |   - |9123 |6724 |   0 |   0 |   0 |  54k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
1794.53/1794.59	c  1705s|  3860k|  3834k|     0 |   0.0 |1489M|4280 |   - |9123 |6729 |   0 |   0 |   0 |  54k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
1798.94/1798.90	c  1709s|  3870k|  3844k|     0 |   0.0 |1492M|4280 |   - |9123 |6745 |   0 |   0 |   0 |  54k|   0 | 0.000000e+00 | 1.573150e+05 |    Inf 
1800.04/1800.00	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.04/1800.00	c 
1800.04/1800.00	c SCIP Status        : solving was interrupted [user interrupt]
1800.04/1800.00	c Solving Time (sec) : 1709.85
1800.04/1800.00	c Solving Nodes      : 3872487
1800.04/1800.00	c Primal Bound       : +1.57315000000000e+05 (2 solutions)
1800.04/1800.00	c Dual Bound         : +0.00000000000000e+00
1800.04/1800.00	c Gap                : infinite
1800.23/1800.22	s SATISFIABLE
1800.23/1800.22	v x2913 x2912 x2911 x2910 x2909 x2908 x2907 x2906 x2905 x2904 x2903 x2902 x2901 x2900 x2899 x2898 x2897 x2896 x2895 x2894 x2893 x2892 
1800.23/1800.22	v x2891 x2890 x2889 x2888 x2887 x2886 x2885 x2884 x2883 x2882 x2881 x2880 x2879 x2878 x2877 x2876 x2875 x2874 x2873 x2872 
1800.23/1800.22	v x2871 x2870 x2869 x2868 x2867 x2866 x2865 x2864 x2863 x2862 x2861 x2860 x2859 x2858 x2857 x2856 x2855 x2854 x2853 x2852 x2851 
1800.23/1800.22	v x2850 x2849 x2848 x2847 x2846 x2845 x2844 x2843 x2842 x2841 x2840 x2839 x2838 x2837 x2836 x2835 x2834 x2833 x2832 x2831 x2830 
1800.23/1800.22	v x2829 x2828 x2827 x2826 x2825 x2824 x2823 x2822 x2821 x2820 x2819 x2818 x2817 x2816 x2815 x2814 x2813 x2812 x2811 x2810 x2809 
1800.23/1800.22	v x2808 x2807 x2806 x2805 x2804 x2803 x2802 x2801 x2800 x2799 x2798 x2797 x2796 x2795 x2794 x2793 x2792 x2791 x2790 x2789 x2788 
1800.23/1800.22	v x2787 x2786 x2785 x2784 x2783 x2782 x2781 x2780 x2779 x2778 x2777 x2776 x2775 x2774 x2773 x2772 x2771 x2770 x2769 x2768 x2767 
1800.23/1800.22	v x2766 x2765 x2764 x2763 x2762 x2761 x2760 x2759 x2758 x2757 x2756 x2755 x2754 x2753 x2752 x2751 x2750 x2749 x2748 x2747 
1800.23/1800.22	v x2746 x2745 x2744 x2743 x2742 x2741 x2740 x2739 x2738 x2737 x2736 x2735 x2734 x2733 x2732 x2731 x2730 x2729 x2728 x2727 x2726 
1800.23/1800.22	v x2725 x2724 x2723 x2722 x2721 x2720 x2719 x2718 x2717 x2716 x2715 x2714 x2713 x2712 x2711 x2710 x2709 x2708 x2707 x2706 x2705 
1800.23/1800.22	v x2704 x2703 x2702 x2701 x2700 x2699 x2698 x2697 x2696 x2695 x2694 x2693 x2692 x2691 x2690 x2689 x2688 x2687 x2686 x2685 x2684 
1800.23/1800.22	v x2683 x2682 x2681 x2680 x2679 x2678 x2677 x2676 x2675 x2674 x2673 x2672 x2671 x2670 x2669 x2668 x2667 x2666 x2665 x2664 x2663 
1800.23/1800.22	v x2662 x2661 x2660 x2659 x2658 x2657 x2656 x2655 x2654 x2653 x2652 x2651 x2650 x2649 x2648 x2647 x2646 x2645 x2644 x2643 x2642 
1800.23/1800.22	v x2641 x2640 x2639 x2638 x2637 x2636 x2635 x2634 x2633 x2632 x2631 x2630 x2629 x2628 x2627 x2626 x2625 x2624 x2623 x2622 
1800.23/1800.22	v x2621 x2620 x2619 x2618 x2617 x2616 x2615 x2614 x2613 x2612 x2611 x2610 x2609 x2608 x2607 x2606 x2605 x2604 x2603 x2602 x2601 
1800.23/1800.22	v x2600 x2599 x2598 x2597 x2596 x2595 x2594 x2593 x2592 x2591 x2590 x2589 x2588 x2587 x2586 x2585 x2584 x2583 x2582 x2581 x2580 
1800.23/1800.22	v x2579 x2578 x2577 x2576 x2575 x2574 x2573 x2572 x2571 x2570 x2569 x2568 x2567 x2566 x2565 x2564 x2563 x2562 x2561 x2560 x2559 
1800.23/1800.22	v x2558 x2557 x2556 x2555 x2554 x2553 x2552 x2551 x2550 x2549 x2548 x2547 x2546 x2545 x2544 x2543 x2542 x2541 x2540 x2539 x2538 
1800.23/1800.22	v x2537 x2536 x2535 x2534 x2533 x2532 x2531 x2530 x2529 x2528 x2527 x2526 x2525 x2524 x2523 x2522 x2521 x2520 x2519 x2518 x2517 
1800.23/1800.22	v x2516 x2515 x2514 x2513 x2512 x2511 x2510 x2509 x2508 x2507 x2506 x2505 x2504 x2503 x2502 x2501 x2500 x2499 x2498 x2497 
1800.23/1800.22	v x2496 x2495 x2494 x2493 x2492 x2491 x2490 x2489 x2488 x2487 x2486 x2485 x2484 x2483 x2482 x2481 x2480 x2479 x2478 x2477 x2476 
1800.23/1800.22	v x2475 x2474 x2473 x2472 x2471 x2470 x2469 x2468 x2467 x2466 x2465 x2464 x2463 x2462 x2461 x2460 x2459 x2458 x2457 x2456 x2455 
1800.23/1800.22	v x2454 x2453 x2452 x2451 x2450 x2449 x2448 x2447 x2446 x2445 x2444 x2443 x2442 x2441 x2440 x2439 x2438 x2437 x2436 x2435 x2434 
1800.23/1800.22	v x2433 x2432 x2431 x2430 x2429 x2428 x2427 x2426 x2425 x2424 x2423 x2422 x2421 x2420 x2419 x2418 x2417 x2416 x2415 x2414 x2413 
1800.23/1800.22	v x2412 x2411 x2410 x2409 x2408 x2407 x2406 x2405 x2404 x2403 x2402 x2401 x2400 x2399 x2398 x2397 x2396 x2395 x2394 x2393 x2392 
1800.23/1800.22	v x2391 x2390 x2389 x2388 x2387 x2386 x2385 x2384 x2383 x2382 x2381 x2380 x2379 x2378 x2377 x2376 x2375 x2374 x2373 x2372 
1800.23/1800.22	v x2371 x2370 x2369 x2368 x2367 x2366 x2365 x2364 x2363 x2362 x2361 x2360 x2359 x2358 x2357 x2356 x2355 x2354 x2353 x2352 x2351 
1800.23/1800.22	v x2350 x2349 x2348 x2347 x2346 x2345 x2344 x2343 x2342 x2341 x2340 x2339 x2338 x2337 x2336 x2335 x2334 x2333 x2332 x2331 x2330 
1800.23/1800.22	v x2329 x2328 x2327 x2326 x2325 x2324 x2323 x2322 x2321 x2320 x2319 x2318 x2317 x2316 x2315 x2314 x2313 x2312 x2311 x2310 x2309 
1800.23/1800.22	v x2308 x2307 x2306 x2305 x2304 x2303 x2302 x2301 x2300 x2299 x2298 x2297 x2296 x2295 x2294 x2293 x2292 x2291 x2290 x2289 x2288 
1800.23/1800.22	v x2287 x2286 x2285 x2284 x2283 x2282 x2281 x2280 x2279 x2278 x2277 x2276 x2275 x2274 x2273 x2272 x2271 x2270 x2269 x2268 x2267 
1800.23/1800.22	v x2266 x2265 x2264 x2263 x2262 x2261 x2260 x2259 x2258 x2257 x2256 x2255 x2254 x2253 x2252 x2251 x2250 x2249 x2248 x2247 
1800.23/1800.22	v x2246 x2245 x2244 x2243 x2242 x2241 x2240 x2239 x2238 x2237 x2236 x2235 x2234 x2233 x2232 x2231 x2230 x2229 x2228 x2227 x2226 
1800.23/1800.22	v x2225 x2224 x2223 x2222 x2221 x2220 x2219 x2218 x2217 x2216 x2215 x2214 x2213 x2212 x2211 x2210 x2209 x2208 x2207 x2206 x2205 
1800.23/1800.22	v x2204 x2203 x2202 x2201 x2200 x2199 x2198 x2197 x2196 x2195 x2194 x2193 x2192 x2191 x2190 x2189 x2188 x2187 x2186 x2185 x2184 
1800.23/1800.22	v x2183 x2182 x2181 x2180 x2179 x2178 x2177 x2176 x2175 x2174 x2173 x2172 x2171 x2170 x2169 x2168 x2167 x2166 x2165 x2164 x2163 
1800.23/1800.22	v x2162 x2161 x2160 x2159 x2158 x2157 x2156 x2155 x2154 x2153 x2152 x2151 x2150 x2149 x2148 x2147 x2146 x2145 x2144 x2143 x2142 
1800.23/1800.22	v x2141 x2140 x2139 x2138 x2137 x2136 x2135 x2134 x2133 x2132 x2131 x2130 x2129 x2128 x2127 x2126 x2125 x2124 x2123 x2122 
1800.23/1800.22	v x2121 x2120 x2119 x2118 x2117 x2116 x2115 x2114 x2113 x2112 x2111 x2110 x2109 x2108 x2107 x2106 x2105 x2104 x2103 x2102 x2101 
1800.23/1800.22	v x2100 x2099 x2098 x2097 x2096 x2095 x2094 x2093 x2092 x2091 x2090 x2089 x2088 x2087 x2086 x2085 x2084 x2083 x2082 x2081 x2080 
1800.23/1800.22	v x2079 x2078 x2077 x2076 x2075 x2074 x2073 x2072 x2071 x2070 x2069 x2068 x2067 x2066 x2065 x2064 x2063 x2062 x2061 x2060 x2059 
1800.23/1800.22	v x2058 x2057 x2056 x2055 x2054 x2053 x2052 x2051 x2050 x2049 x2048 x2047 x2046 x2045 x2044 x2043 x2042 x2041 x2040 x2039 x2038 
1800.23/1800.22	v x2037 x2036 x2035 x2034 x2033 x2032 x2031 x2030 x2029 x2028 x2027 x2026 x2025 x2024 x2023 x2022 x2021 x2020 x2019 x2018 x2017 
1800.23/1800.22	v x2016 x2015 x2014 x2013 x2012 x2011 x2010 x2009 x2008 x2007 x2006 x2005 x2004 x2003 x2002 x2001 x2000 x1999 x1998 x1997 
1800.23/1800.22	v x1996 x1995 x1994 x1993 x1992 x1991 x1990 x1989 x1988 x1987 x1986 x1985 x1984 x1983 x1982 x1981 x1980 x1979 x1978 x1977 x1976 
1800.23/1800.22	v x1975 x1974 x1973 x1972 x1971 x1970 x1969 x1968 x1967 x1966 x1965 x1964 x1963 x1962 x1961 x1960 x1959 x1958 x1957 x1956 x1955 
1800.23/1800.22	v x1954 x1953 x1952 x1951 x1950 x1949 x1948 x1947 x1946 x1945 x1944 x1943 x1942 x1941 x1940 x1939 x1938 x1937 x1936 x1935 x1934 
1800.23/1800.22	v x1933 x1932 x1931 x1930 x1929 x1928 x1927 x1926 x1925 x1924 x1923 x1922 x1921 x1920 x1919 x1918 x1917 x1916 x1915 x1914 x1913 
1800.23/1800.22	v x1912 x1911 x1910 x1909 x1908 x1907 x1906 x1905 x1904 x1903 x1902 x1901 x1900 x1899 x1898 x1897 x1896 x1895 x1894 x1893 x1892 
1800.23/1800.22	v x1891 x1890 x1889 x1888 x1887 x1886 x1885 x1884 x1883 x1882 x1881 x1880 x1879 x1878 x1877 x1876 x1875 x1874 x1873 x1872 
1800.23/1800.22	v x1871 x1870 x1869 x1868 x1867 x1866 x1865 x1864 x1863 x1862 x1861 x1860 x1859 x1858 x1857 x1856 x1855 x1854 x1853 x1852 x1851 
1800.23/1800.22	v x1850 x1849 x1848 x1847 x1846 x1845 x1844 x1843 x1842 x1841 x1840 x1839 x1838 x1837 x1836 x1835 x1834 x1833 x1832 x1831 x1830 
1800.23/1800.22	v x1829 x1828 x1827 x1826 x1825 x1824 x1823 x1822 x1821 x1820 x1819 x1818 x1817 x1816 x1815 x1814 x1813 x1812 x1811 x1810 x1809 
1800.23/1800.22	v x1808 x1807 x1806 x1805 x1804 x1803 x1802 x1801 x1800 x1799 x1798 x1797 x1796 x1795 x1794 x1793 x1792 x1791 x1790 x1789 x1788 
1800.23/1800.22	v x1787 x1786 x1785 x1784 x1783 x1782 x1781 x1780 x1779 x1778 x1777 x1776 x1775 x1774 x1773 x1772 x1771 x1770 x1769 x1768 x1767 
1800.23/1800.22	v x1766 x1765 x1764 x1763 x1762 x1761 x1760 x1759 x1758 x1757 x1756 x1755 x1754 x1753 x1752 x1751 x1750 x1749 x1748 x1747 
1800.23/1800.22	v x1746 x1745 x1744 x1743 x1742 x1741 x1740 x1739 x1738 x1737 x1736 x1735 x1734 x1733 x1732 x1731 x1730 x1729 x1728 x1727 x1726 
1800.23/1800.22	v x1725 x1724 x1723 x1722 x1721 x1720 x1719 x1718 x1717 x1716 x1715 x1714 x1713 x1712 x1711 x1710 x1709 x1708 x1707 x1706 x1705 
1800.23/1800.22	v x1704 x1703 x1702 x1701 x1700 x1699 x1698 x1697 x1696 x1695 x1694 x1693 x1692 x1691 x1690 x1689 x1688 x1687 x1686 x1685 x1684 
1800.23/1800.22	v x1683 x1682 x1681 x1680 x1679 x1678 x1677 x1676 x1675 x1674 x1673 x1672 x1671 x1670 x1669 x1668 x1667 x1666 x1665 x1664 x1663 
1800.23/1800.22	v x1662 x1661 x1660 x1659 x1658 x1657 x1656 x1655 x1654 x1653 x1652 x1651 x1650 x1649 x1648 x1647 x1646 x1645 x1644 x1643 x1642 
1800.23/1800.22	v x1641 x1640 x1639 x1638 x1637 x1636 x1635 x1634 x1633 x1632 x1631 x1630 x1629 x1628 x1627 x1626 x1625 x1624 x1623 x1622 
1800.23/1800.22	v x1621 x1620 x1619 x1618 x1617 x1616 x1615 x1614 x1613 x1612 x1611 x1610 x1609 x1608 x1607 x1606 x1605 x1604 x1603 x1602 x1601 
1800.23/1800.22	v x1600 x1599 x1598 x1597 x1596 x1595 x1594 x1593 x1592 x1591 x1590 x1589 x1588 x1587 x1586 x1585 x1584 x1583 x1582 x1581 x1580 
1800.23/1800.22	v x1579 x1578 x1577 x1576 x1575 x1574 x1573 x1572 x1571 x1570 x1569 x1568 x1567 x1566 x1565 x1564 x1563 x1562 x1561 x1560 x1559 
1800.23/1800.22	v x1558 x1557 x1556 x1555 x1554 x1553 x1552 x1551 x1550 x1549 x1548 x1547 x1546 x1545 x1544 x1543 x1542 x1541 x1540 x1539 x1538 
1800.23/1800.22	v x1537 x1536 x1535 x1534 x1533 x1532 x1531 x1530 x1529 x1528 x1527 x1526 x1525 x1524 x1523 x1522 x1521 x1520 x1519 x1518 x1517 
1800.23/1800.22	v x1516 x1515 x1514 x1513 x1512 x1511 x1510 x1509 x1508 x1507 x1506 x1505 x1504 x1503 x1502 x1501 x1500 x1499 x1498 x1497 
1800.23/1800.22	v x1496 x1495 x1494 x1493 x1492 x1491 x1490 x1489 x1488 x1487 x1486 x1485 x1484 x1483 x1482 x1481 x1480 x1479 x1478 x1477 x1476 
1800.23/1800.22	v x1475 x1474 x1473 x1472 x1471 x1470 x1469 x1468 x1467 x1466 x1465 x1464 x1463 x1462 x1461 x1460 x1459 x1458 x1457 x1456 x1455 
1800.23/1800.22	v x1454 x1453 x1452 x1451 x1450 x1449 x1448 x1447 x1446 x1445 x1444 x1443 x1442 x1441 x1440 x1439 x1438 x1437 x1436 x1435 x1434 
1800.23/1800.22	v x1433 x1432 x1431 x1430 x1429 x1428 x1427 x1426 x1425 x1424 x1423 x1422 x1421 x1420 x1419 x1418 x1417 x1416 x1415 x1414 x1413 
1800.23/1800.22	v x1412 x1411 x1410 x1409 x1408 x1407 x1406 x1405 x1404 x1403 x1402 x1401 x1400 x1399 x1398 x1397 x1396 x1395 x1394 x1393 x1392 
1800.23/1800.22	v x1391 x1390 x1389 x1388 x1387 x1386 x1385 x1384 x1383 x1382 x1381 x1380 x1379 x1378 x1377 x1376 x1375 x1374 x1373 x1372 
1800.23/1800.22	v x1371 x1370 x1369 x1368 x1367 x1366 x1365 x1364 x1363 x1362 x1361 x1360 x1359 x1358 x1357 x1356 x1355 x1354 x1353 x1352 x1351 
1800.23/1800.22	v x1350 x1349 x1348 x1347 x1346 x1345 x1344 x1343 x1342 x1341 x1340 x1339 x1338 x1337 x1336 x1335 x1334 x1333 x1332 x1331 x1330 
1800.23/1800.22	v x1329 x1328 x1327 x1326 x1325 x1324 x1323 x1322 x1321 x1320 x1319 x1318 x1317 x1316 x1315 x1314 x1313 x1312 x1311 x1310 x1309 
1800.23/1800.22	v x1308 x1307 x1306 x1305 x1304 x1303 x1302 x1301 x1300 x1299 x1298 x1297 x1296 x1295 x1294 x1293 x1292 x1291 x1290 x1289 x1288 
1800.23/1800.22	v x1287 x1286 x1285 x1284 x1283 x1282 x1281 x1280 x1279 x1278 x1277 x1276 x1275 x1274 x1273 x1272 x1271 x1270 x1269 x1268 x1267 
1800.23/1800.22	v x1266 x1265 x1264 x1263 x1262 x1261 x1260 x1259 x1258 x1257 x1256 x1255 x1254 x1253 x1252 x1251 x1250 x1249 x1248 x1247 
1800.23/1800.22	v x1246 x1245 x1244 x1243 x1242 x1241 x1240 x1239 x1238 x1237 x1236 x1235 x1234 x1233 x1232 x1231 x1230 x1229 x1228 x1227 x1226 
1800.23/1800.22	v x1225 x1224 x1223 x1222 x1221 x1220 x1219 x1218 x1217 x1216 x1215 x1214 x1213 x1212 x1211 x1210 x1209 x1208 x1207 x1206 x1205 
1800.23/1800.22	v x1204 x1203 x1202 x1201 x1200 x1199 x1198 x1197 x1196 x1195 x1194 x1193 x1192 x1191 x1190 x1189 x1188 x1187 x1186 x1185 x1184 
1800.23/1800.22	v x1183 x1182 x1181 x1180 x1179 x1178 x1177 x1176 x1175 x1174 x1173 x1172 x1171 x1170 x1169 x1168 x1167 x1166 x1165 x1164 x1163 
1800.23/1800.22	v x1162 x1161 x1160 x1159 x1158 x1157 x1156 x1155 x1154 x1153 x1152 x1151 x1150 x1149 x1148 x1147 x1146 x1145 x1144 x1143 x1142 
1800.23/1800.22	v x1141 x1140 x1139 x1138 x1137 x1136 x1135 x1134 x1133 x1132 x1131 x1130 x1129 x1128 x1127 x1126 x1125 x1124 x1123 x1122 
1800.23/1800.22	v x1121 x1120 x1119 x1118 x1117 x1116 x1115 x1114 x1113 x1112 x1111 x1110 x1109 x1108 x1107 x1106 x1105 x1104 x1103 x1102 x1101 
1800.23/1800.22	v x1100 x1099 x1098 x1097 x1096 x1095 x1094 x1093 x1092 x1091 x1090 x1089 x1088 x1087 x1086 x1085 x1084 x1083 x1082 x1081 x1080 
1800.23/1800.22	v x1079 x1078 x1077 x1076 x1075 x1074 x1073 x1072 x1071 x1070 x1069 x1068 x1067 x1066 x1065 x1064 x1063 x1062 x1061 x1060 x1059 
1800.23/1800.22	v x1058 x1057 x1056 x1055 x1054 x1053 x1052 x1051 x1050 x1049 x1048 x1047 x1046 x1045 x1044 x1043 x1042 x1041 x1040 x1039 x1038 
1800.23/1800.22	v x1037 x1036 x1035 x1034 x1033 x1032 x1031 x1030 x1029 x1028 x1027 x1026 x1025 x1024 x1023 x1022 x1021 x1020 x1019 x1018 x1017 
1800.23/1800.22	v x1016 x1015 x1014 x1013 x1012 x1011 x1010 x1009 x1008 x1007 x1006 x1005 x1004 x1003 x1002 x1001 x1000 x999 x998 x997 x996 
1800.23/1800.22	v x995 x994 x993 x992 x991 x990 x989 x988 x987 x986 x985 x984 x983 x982 x981 x980 x979 x978 x977 x976 x975 x974 x973 x972 x971 
1800.23/1800.22	v x970 x969 x968 x967 x966 x965 x964 x963 x962 x961 x960 x959 x958 x957 x956 x955 x954 x953 x952 x951 x950 x949 x948 x947 x946 
1800.23/1800.22	v x945 x944 x943 x942 x941 x940 x939 x938 x937 x936 x935 x934 x933 x932 x931 x930 x929 x928 x927 x926 x925 x924 x923 x922 x921 
1800.23/1800.22	v x920 x919 x918 x917 x916 x915 x914 x913 x912 x911 x910 x909 x908 x907 x906 x905 x904 x903 x902 x901 x900 x899 x898 x897 x896 
1800.23/1800.22	v x895 x894 x893 x892 x891 x890 x889 x888 x887 x886 x885 x884 x883 x882 x881 x880 x879 x878 x877 x876 x875 x874 x873 x872 x871 
1800.23/1800.22	v x870 x869 x868 x867 x866 x865 x864 x863 x862 x861 x860 x859 x858 x857 x856 x855 x854 x853 x852 x851 x850 x849 x848 x847 x846 
1800.23/1800.22	v x845 x844 x843 x842 x841 x840 x839 x838 x837 x836 x835 x834 x833 x832 x831 x830 x829 x828 x827 x826 x825 x824 x823 x822 x821 
1800.23/1800.22	v x820 x819 x818 x817 x816 x815 x814 x813 x812 x811 x810 x809 x808 x807 x806 x805 x804 x803 x802 x801 x800 x799 x798 x797 x796 
1800.23/1800.22	v x795 x794 x793 x792 x791 x790 x789 x788 x787 x786 x785 x784 x783 x782 x781 x780 x779 x778 x777 x776 x775 x774 x773 x772 x771 
1800.23/1800.22	v x770 x769 x768 x767 x766 x765 x764 x763 x762 x761 x760 x759 x758 x757 x756 x755 x754 x753 x752 x751 x750 x749 x748 x747 x746 
1800.23/1800.22	v x745 x744 x743 x742 x741 x740 x739 x738 x737 x736 x735 x734 x733 x732 x731 x730 x729 x728 x727 x726 x725 x724 x723 x722 x721 
1800.23/1800.22	v x720 x719 x718 x717 x716 x715 x714 x713 x712 x711 x710 x709 x708 x707 x706 x705 x704 x703 x702 x701 x700 x699 x698 x697 x696 
1800.23/1800.22	v x695 x694 x693 x692 x691 x690 x689 x688 x687 x686 x685 x684 x683 x682 x681 x680 x679 x678 x677 x676 x675 x674 x673 x672 x671 
1800.23/1800.22	v x670 x669 x668 x667 x666 x665 x664 x663 x662 x661 x660 x659 x658 x657 x656 x655 x654 x653 x652 x651 x650 x649 x648 x647 x646 
1800.23/1800.22	v x645 x644 x643 x642 x641 x640 x639 x638 x637 x636 x635 x634 x633 x632 x631 x630 x629 x628 x627 x626 x625 x624 x623 x622 x621 
1800.23/1800.22	v x620 x619 x618 x617 x616 x615 x614 x613 x612 x611 x610 x609 x608 x607 x606 x605 x604 x603 x602 x601 x600 x599 x598 x597 x596 
1800.23/1800.22	v x595 x594 x593 x592 x591 x590 x589 x588 x587 x586 x585 x584 x583 x582 x581 x580 x579 x578 x577 x576 x575 x574 x573 x572 x571 
1800.23/1800.22	v x570 x569 x568 x567 x566 x565 x564 x563 x562 x561 x560 x559 x558 x557 x556 x555 x554 x553 x552 x551 x550 x549 x548 x547 x546 
1800.23/1800.22	v x545 x544 x543 x542 x541 x540 x539 x538 x537 x536 x535 x534 x533 x532 x531 x530 x529 x528 x527 x526 x525 x524 x523 x522 x521 
1800.23/1800.22	v x520 x519 x518 x517 x516 x515 x514 x513 x512 x511 x510 x509 x508 x507 x506 x505 x504 x503 x502 x501 x500 x499 x498 x497 x496 
1800.23/1800.22	v x495 x494 x493 x492 x491 x490 x489 x488 x487 x486 x485 x484 x483 x482 x481 x480 x479 x478 x477 x476 x475 x474 x473 x472 x471 
1800.23/1800.22	v x470 x469 x468 x467 x466 x465 x464 x463 x462 x461 x460 x459 x458 x457 x456 x455 x454 x453 x452 x451 x450 x449 x448 x447 x446 
1800.23/1800.22	v x445 x444 x443 x442 x441 x440 x439 x438 x437 x436 x435 x434 x433 x432 x431 x430 x429 x428 x427 x426 x425 x424 x423 x422 x421 
1800.23/1800.22	v x420 x419 x418 x417 x416 x415 x414 x413 x412 x411 x410 x409 x408 x407 x406 x405 x404 x403 x402 x401 x400 x399 x398 x397 x396 
1800.23/1800.22	v x395 x394 x393 x392 x391 x390 x389 x388 x387 x386 x385 x384 x383 x382 x381 x380 x379 x378 x377 x376 x375 x374 x373 x372 x371 
1800.23/1800.22	v x370 x369 x368 x367 x366 x365 x364 x363 x362 x361 x360 x359 x358 x357 x356 x355 x354 x353 x352 x351 x350 x349 x348 x347 x346 
1800.23/1800.22	v x345 x344 x343 x342 x341 x340 x339 x338 x337 x336 x335 x334 x333 x332 x331 x330 x329 x328 x327 x326 x325 x324 x323 x322 x321 
1800.23/1800.22	v x320 x319 x318 x317 x316 x315 x314 x313 x312 x311 x310 x309 x308 x307 x306 x305 x304 x303 x302 x301 x300 x299 x298 x297 x296 
1800.23/1800.22	v x295 x294 x293 x292 x291 x290 x289 x288 x287 x286 x285 x284 x283 x282 x281 x280 x279 x278 x277 x276 x275 x274 x273 x272 x271 
1800.23/1800.22	v x270 x269 x268 x267 x266 x265 x264 x263 x262 x261 x260 x259 x258 x257 x256 x255 x254 x253 x252 x251 x250 x249 x248 x247 x246 
1800.23/1800.22	v x245 x244 x243 x242 x241 x240 x239 x238 x237 x236 x235 x234 x233 x232 x231 x230 x229 x228 x227 x226 x225 x224 x223 x222 x221 
1800.23/1800.22	v x220 x219 x218 x217 x216 x215 x214 x213 x212 x211 x210 x209 x208 x207 x206 x205 x204 x203 x202 x201 x200 x199 x198 x197 x196 
1800.23/1800.22	v x195 x194 x193 x192 x191 x190 x189 x188 x187 x186 x185 x184 x183 x182 x181 x180 x179 x178 x177 x176 x175 x174 x173 x172 x171 
1800.23/1800.22	v x170 x169 x168 x167 x166 x165 x164 x163 x162 x161 x160 x159 x158 x157 x156 x155 x154 x153 x152 x151 x150 x149 x148 x147 x146 
1800.23/1800.22	v x145 x144 x143 x142 x141 x140 x139 x138 x137 x136 x135 x134 x133 x132 x131 x130 x129 x128 x127 x126 x125 x124 x123 x122 x121 
1800.23/1800.22	v x120 x119 x118 x117 x116 x115 x114 x113 x112 x111 x110 x109 x108 x107 x106 x105 x104 x103 x102 x101 x100 x99 x98 x97 x96 x95 
1800.23/1800.22	v x94 x93 x92 x91 x90 x89 x88 x87 x86 x85 x84 x83 x82 x81 x80 x79 x78 x77 x76 x75 x74 x73 x72 x71 x70 x69 x68 x67 x66 x65 x64 
1800.23/1800.22	v x63 x62 x61 x60 x59 x58 x57 x56 x55 x54 x53 x52 x51 x50 x49 x48 x47 x46 x45 x44 x43 x42 x41 x40 x39 x38 x37 x36 x35 x34 x33 
1800.23/1800.22	v x32 x31 x30 x29 x28 x27 x26 x25 x24 x23 x22 x21 x20 x19 x18 x17 x16 x15 x14 x13 x12 x11 x10 x9 x8 x7 x6 x5 x4 x3 x2 x1 
1800.23/1800.22	c SCIP Status        : solving was interrupted [user interrupt]
1800.23/1800.22	c Solving Time       :    1709.85
1800.23/1800.22	c Original Problem   :
1800.23/1800.22	c   Problem name     : HOME/instance-2693780-1277931716.wbo
1800.23/1800.22	c   Variables        : 9123 (6018 binary, 0 integer, 0 implicit integer, 3105 continuous)
1800.23/1800.22	c   Constraints      : 6211 initial, 6211 maximal
1800.23/1800.22	c Presolved Problem  :
1800.23/1800.22	c   Problem name     : t_HOME/instance-2693780-1277931716.wbo
1800.23/1800.22	c   Variables        : 9123 (6018 binary, 0 integer, 0 implicit integer, 3105 continuous)
1800.23/1800.22	c   Constraints      : 6210 initial, 22064 maximal
1800.23/1800.22	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.23/1800.22	c   trivial          :       0.01          0          0          0          0          0          0          0          0
1800.23/1800.22	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.23/1800.22	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.23/1800.22	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.23/1800.22	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.23/1800.22	c   probing          :       0.05          0          0          0          0          0          0          0          0
1800.23/1800.22	c   indicator        :       0.00          0          0          0          0          0          0          0          0
1800.23/1800.22	c   varbound         :       0.00          0          0          0          0          0          0          0          0
1800.23/1800.22	c   linear           :       0.03          0          0          0       3105          0          1        514       1028
1800.23/1800.22	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.23/1800.22	c   root node        :          -          0          -          -          0          -          -          -          -
1800.23/1800.22	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.23/1800.22	c   integral         :          0          0          0          0          0          0          0          0          0          0
1800.23/1800.22	c   indicator        :       3105          0    5702724          0    3750933          0    2295906          0          0          0
1800.23/1800.22	c   varbound         :          1          0     876190          0     637850          0          1          0          0          0
1800.23/1800.22	c   linear           :       3104          0    5897187          0    3861541      12881    3107705          0          0          0
1800.23/1800.22	c   logicor          :          0+         0     465946          0          0       1346     189084          0          0          0
1800.23/1800.22	c   countsols        :          0          0          0          0    3861541          0          0          0          0          0
1800.23/1800.22	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.23/1800.22	c   integral         :       0.00       0.00       0.00       0.00       0.00
1800.23/1800.22	c   indicator        :     341.21       0.00      72.09       0.00     269.12
1800.23/1800.22	c   varbound         :       0.00       0.00       0.00       0.00       0.00
1800.23/1800.22	c   linear           :      96.05       0.00      96.01       0.00       0.04
1800.23/1800.22	c   logicor          :       2.22       0.00       2.22       0.00       0.00
1800.23/1800.22	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.23/1800.22	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.23/1800.22	c   vbounds          :       0.01       2736          0       1218
1800.23/1800.22	c   rootredcost      :       0.00          0          0          0
1800.23/1800.22	c   pseudoobj        :     362.96    5896987          0          0
1800.23/1800.22	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.23/1800.22	c   propagation      :       0.59      14227      14226      48577       30.8      49854        4.5          -
1800.23/1800.22	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.23/1800.22	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.23/1800.22	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.23/1800.22	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.23/1800.22	c   applied globally :          -          -          -      54511       11.5          -          -          -
1800.23/1800.22	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.23/1800.22	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.23/1800.22	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
1800.23/1800.22	c   redcost          :       0.00          0          0          0          0          0
1800.23/1800.22	c   impliedbounds    :       0.00          0          0          0          0          0
1800.23/1800.22	c   intobj           :       0.00          0          0          0          0          0
1800.23/1800.22	c   cgmip            :       0.00          0          0          0          0          0
1800.23/1800.22	c   gomory           :       0.00          0          0          0          0          0
1800.23/1800.22	c   strongcg         :       0.00          0          0          0          0          0
1800.23/1800.22	c   cmir             :       0.00          0          0          0          0          0
1800.23/1800.22	c   flowcover        :       0.00          0          0          0          0          0
1800.23/1800.22	c   clique           :       0.00          0          0          0          0          0
1800.23/1800.22	c   zerohalf         :       0.00          0          0          0          0          0
1800.23/1800.22	c   mcf              :       0.00          0          0          0          0          0
1800.23/1800.22	c   rapidlearning    :       0.00          0          0          0          0          0
1800.23/1800.22	c Pricers            :       Time      Calls       Vars
1800.23/1800.22	c   problem variables:       0.00          0          0
1800.23/1800.22	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.23/1800.22	c   relpscost        :       0.00          0          0          0          0          0          0
1800.23/1800.22	c   pscost           :       0.00          0          0          0          0          0          0
1800.23/1800.22	c   inference        :     863.84    3861541          0          0          0          0    7723082
1800.23/1800.22	c   mostinf          :       0.00          0          0          0          0          0          0
1800.23/1800.22	c   leastinf         :       0.00          0          0          0          0          0          0
1800.23/1800.22	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.23/1800.22	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.23/1800.22	c   random           :       0.00          0          0          0          0          0          0
1800.23/1800.22	c Primal Heuristics  :       Time      Calls      Found
1800.23/1800.22	c   LP solutions     :       0.00          -          0
1800.23/1800.22	c   pseudo solutions :       0.00          -          0
1800.23/1800.22	c   oneopt           :       0.00          0          0
1800.23/1800.22	c   trivial          :       0.14          2          2
1800.23/1800.22	c   simplerounding   :       0.00          0          0
1800.23/1800.22	c   zirounding       :       0.00          0          0
1800.23/1800.22	c   rounding         :       0.00          0          0
1800.23/1800.22	c   shifting         :       0.00          0          0
1800.23/1800.22	c   intshifting      :       0.00          0          0
1800.23/1800.22	c   twoopt           :       0.00          0          0
1800.23/1800.22	c   fixandinfer      :       0.00          0          0
1800.23/1800.22	c   feaspump         :       0.00          0          0
1800.23/1800.22	c   coefdiving       :       0.00          0          0
1800.23/1800.22	c   pscostdiving     :       0.00          0          0
1800.23/1800.22	c   fracdiving       :       0.00          0          0
1800.23/1800.22	c   veclendiving     :       0.00          0          0
1800.23/1800.22	c   intdiving        :       0.00          0          0
1800.23/1800.22	c   actconsdiving    :       0.00          0          0
1800.23/1800.22	c   objpscostdiving  :       0.00          0          0
1800.23/1800.22	c   rootsoldiving    :       0.00          0          0
1800.23/1800.22	c   linesearchdiving :       0.00          0          0
1800.23/1800.22	c   guideddiving     :       0.00          0          0
1800.23/1800.22	c   octane           :       0.00          0          0
1800.23/1800.22	c   rens             :       0.00          0          0
1800.23/1800.22	c   rins             :       0.00          0          0
1800.23/1800.22	c   localbranching   :       0.00          0          0
1800.23/1800.22	c   mutation         :       0.00          0          0
1800.23/1800.22	c   crossover        :       0.00          0          0
1800.23/1800.22	c   dins             :       0.00          0          0
1800.23/1800.22	c   undercover       :       0.00          0          0
1800.23/1800.22	c   nlp              :       0.00          0          0
1800.23/1800.22	c   trysol           :       0.00          1          0
1800.23/1800.22	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.23/1800.22	c   primal LP        :       0.00          0          0       0.00          -
1800.23/1800.22	c   dual LP          :       0.00          0          0       0.00          -
1800.23/1800.22	c   lex dual LP      :       0.00          0          0       0.00          -
1800.23/1800.22	c   barrier LP       :       0.00          0          0       0.00          -
1800.23/1800.22	c   diving/probing LP:       0.00          0          0       0.00          -
1800.23/1800.22	c   strong branching :       0.00          0          0       0.00          -
1800.23/1800.22	c     (at root node) :          -          0          0       0.00          -
1800.23/1800.22	c   conflict analysis:       0.00          0          0       0.00          -
1800.23/1800.22	c B&B Tree           :
1800.23/1800.22	c   number of runs   :          1
1800.23/1800.22	c   nodes            :    3872487
1800.23/1800.22	c   nodes (total)    :    3872487
1800.23/1800.22	c   nodes left       :    3847206
1800.23/1800.22	c   max depth        :       4280
1800.23/1800.22	c   max depth (total):       4280
1800.23/1800.22	c   backtracks       :       4850 (0.1%)
1800.23/1800.22	c   delayed cutoffs  :       3390
1800.23/1800.22	c   repropagations   :     326461 (61768 domain reductions, 3281 cutoffs)
1800.23/1800.22	c   avg switch length:       2.47
1800.23/1800.22	c   switching time   :      27.68
1800.23/1800.22	c Solution           :
1800.23/1800.22	c   Solutions found  :          2 (1 improvements)
1800.23/1800.22	c   First Solution   : +1.57315000000000e+05   (in run 1, after 0 nodes, 0.03 seconds, depth 0, found by <trivial>)
1800.23/1800.22	c   Primal Bound     : +1.57315000000000e+05   (in run 1, after 0 nodes, 0.03 seconds, depth 0, found by <trivial>)
1800.23/1800.22	c   Dual Bound       : +0.00000000000000e+00
1800.23/1800.22	c   Gap              :   infinite
1800.23/1800.22	c   Root Dual Bound  : +0.00000000000000e+00
1800.23/1800.22	c   Root Iterations  :          0

Verifier Data

OK	6277

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2693780-1277931716/watcher-2693780-1277931716 -o /tmp/evaluation-result-2693780-1277931716/solver-2693780-1277931716 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2693780-1277931716.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.46 2.21 2.08 3/196 19022
/proc/meminfo: memFree=30927628/32951124 swapFree=67111528/67111528
[pid=19022] ppid=19020 vsize=8596 CPUtime=0
/proc/19022/stat : 19022 (pbscip.linux.x8) R 19020 19022 18726 0 -1 4202496 1623 0 0 0 0 0 0 0 25 0 1 0 134467532 8802304 1546 4089446400 4194304 7136930 140736247825184 18446744073709551615 6164672 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/19022/statm: 2149 1549 275 719 0 1428 0

[startup+0.0528411 s]
/proc/loadavg: 2.46 2.21 2.08 3/196 19022
/proc/meminfo: memFree=30927628/32951124 swapFree=67111528/67111528
[pid=19022] ppid=19020 vsize=20064 CPUtime=0.04
/proc/19022/stat : 19022 (pbscip.linux.x8) R 19020 19022 18726 0 -1 4202496 4490 0 0 0 4 0 0 0 25 0 1 0 134467532 20545536 4413 4089446400 4194304 7136930 140736247825184 18446744073709551615 6357120 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/19022/statm: 5016 4413 275 719 0 4295 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 20064

[startup+0.10287 s]
/proc/loadavg: 2.46 2.21 2.08 3/196 19022
/proc/meminfo: memFree=30927628/32951124 swapFree=67111528/67111528
[pid=19022] ppid=19020 vsize=41808 CPUtime=0.09
/proc/19022/stat : 19022 (pbscip.linux.x8) R 19020 19022 18726 0 -1 4202496 9919 0 0 0 9 0 0 0 25 0 1 0 134467532 42811392 9488 4089446400 4194304 7136930 140736247825184 18446744073709551615 6350076 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/19022/statm: 10452 9488 323 719 0 9731 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 41808

[startup+0.300829 s]
/proc/loadavg: 2.46 2.21 2.08 3/196 19022
/proc/meminfo: memFree=30927628/32951124 swapFree=67111528/67111528
[pid=19022] ppid=19020 vsize=43532 CPUtime=0.29
/proc/19022/stat : 19022 (pbscip.linux.x8) R 19020 19022 18726 0 -1 4202496 11180 0 0 0 27 2 0 0 25 0 1 0 134467532 44576768 9978 4089446400 4194304 7136930 140736247825184 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/19022/statm: 10883 9978 375 719 0 10162 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 43532

[startup+0.700757 s]
/proc/loadavg: 2.46 2.21 2.08 3/196 19022
/proc/meminfo: memFree=30927628/32951124 swapFree=67111528/67111528
[pid=19022] ppid=19020 vsize=45724 CPUtime=0.69
/proc/19022/stat : 19022 (pbscip.linux.x8) R 19020 19022 18726 0 -1 4202496 11784 0 0 0 65 4 0 0 25 0 1 0 134467532 46821376 10512 4089446400 4194304 7136930 140736247825184 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/19022/statm: 11431 10512 389 719 0 10710 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 45724

[startup+1.50059 s]
/proc/loadavg: 2.46 2.21 2.08 3/197 19023
/proc/meminfo: memFree=30886700/32951124 swapFree=67111528/67111528
[pid=19022] ppid=19020 vsize=47040 CPUtime=1.48
/proc/19022/stat : 19022 (pbscip.linux.x8) R 19020 19022 18726 0 -1 4202496 12128 0 0 0 142 6 0 0 25 0 1 0 134467532 48168960 10856 4089446400 4194304 7136930 140736247825184 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/19022/statm: 11760 10856 389 719 0 11039 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 47040

[startup+3.1003 s]
/proc/loadavg: 2.46 2.21 2.08 3/197 19023
/proc/meminfo: memFree=30884224/32951124 swapFree=67111528/67111528
[pid=19022] ppid=19020 vsize=51160 CPUtime=3.09
/proc/19022/stat : 19022 (pbscip.linux.x8) R 19020 19022 18726 0 -1 4202496 13167 0 0 0 294 15 0 0 25 0 1 0 134467532 52387840 11895 4089446400 4194304 7136930 140736247825184 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/19022/statm: 12790 11895 395 719 0 12069 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 51160

[startup+6.30072 s]
/proc/loadavg: 2.42 2.21 2.08 3/197 19023
/proc/meminfo: memFree=30879760/32951124 swapFree=67111528/67111528
[pid=19022] ppid=19020 vsize=53832 CPUtime=6.28
/proc/19022/stat : 19022 (pbscip.linux.x8) R 19020 19022 18726 0 -1 4202496 13856 0 0 0 594 34 0 0 25 0 1 0 134467532 55123968 12584 4089446400 4194304 7136930 140736247825184 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/19022/statm: 13458 12584 395 719 0 12737 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 53832

[startup+12.7005 s]
/proc/loadavg: 2.39 2.21 2.08 3/197 19023
/proc/meminfo: memFree=30874320/32951124 swapFree=67111528/67111528
[pid=19022] ppid=19020 vsize=58772 CPUtime=12.69
/proc/19022/stat : 19022 (pbscip.linux.x8) R 19020 19022 18726 0 -1 4202496 15151 0 0 0 1209 60 0 0 25 0 1 0 134467532 60182528 13879 4089446400 4194304 7136930 140736247825184 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/19022/statm: 14693 13879 395 719 0 13972 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 58772

[startup+25.5002 s]
/proc/loadavg: 2.30 2.20 2.08 3/197 19023
/proc/meminfo: memFree=30863412/32951124 swapFree=67111528/67111528
[pid=19022] ppid=19020 vsize=69744 CPUtime=25.48
/proc/19022/stat : 19022 (pbscip.linux.x8) R 19020 19022 18726 0 -1 4202496 17990 0 0 0 2429 119 0 0 25 0 1 0 134467532 71417856 16718 4089446400 4194304 7136930 140736247825184 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/19022/statm: 17436 16718 395 719 0 16715 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 69744

[startup+51.1005 s]
/proc/loadavg: 2.20 2.18 2.07 3/197 19024
/proc/meminfo: memFree=30829684/32951124 swapFree=67111528/67111528
[pid=19022] ppid=19020 vsize=104448 CPUtime=51.08
/proc/19022/stat : 19022 (pbscip.linux.x8) R 19020 19022 18726 0 -1 4202496 26428 0 0 0 4821 287 0 0 25 0 1 0 134467532 106954752 25156 4089446400 4194304 7136930 140736247825184 18446744073709551615 4740369 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/19022/statm: 26112 25156 395 719 0 25391 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 104448

[startup+102.307 s]
/proc/loadavg: 2.11 2.16 2.07 3/199 19087
/proc/meminfo: memFree=30674272/32951124 swapFree=67111528/67111528
[pid=19022] ppid=19020 vsize=168780 CPUtime=102.29
/proc/19022/stat : 19022 (pbscip.linux.x8) R 19020 19022 18726 0 -1 4202496 41965 0 0 0 9620 609 0 0 25 0 1 0 134467532 172830720 40693 4089446400 4194304 7136930 140736247825184 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/19022/statm: 42195 40693 395 719 0 41474 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 168780

[startup+162.3 s]
/proc/loadavg: 1.99 2.11 2.06 3/179 19120
/proc/meminfo: memFree=30713232/32951124 swapFree=67111528/67111528
[pid=19022] ppid=19020 vsize=239912 CPUtime=162.28
/proc/19022/stat : 19022 (pbscip.linux.x8) R 19020 19022 18726 0 -1 4202496 60357 0 0 0 15193 1035 0 0 25 0 1 0 134467532 245669888 59085 4089446400 4194304 7136930 140736247825184 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/19022/statm: 59978 59085 395 719 0 59257 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 239912

[startup+222.3 s]
/proc/loadavg: 1.99 2.09 2.06 3/179 19121
/proc/meminfo: memFree=30629904/32951124 swapFree=67111528/67111528
[pid=19022] ppid=19020 vsize=318424 CPUtime=222.29
/proc/19022/stat : 19022 (pbscip.linux.x8) R 19020 19022 18726 0 -1 4202496 78581 0 0 0 20762 1467 0 0 25 0 1 0 134467532 326066176 77309 4089446400 4194304 7136930 140736247825184 18446744073709551615 4661054 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/19022/statm: 79606 77309 395 719 0 78885 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 318424

[startup+282.301 s]
/proc/loadavg: 1.99 2.07 2.05 3/179 19123
/proc/meminfo: memFree=30543684/32951124 swapFree=67111528/67111528
[pid=19022] ppid=19020 vsize=393092 CPUtime=282.29
/proc/19022/stat : 19022 (pbscip.linux.x8) R 19020 19022 18726 0 -1 4202496 97815 0 0 0 26342 1887 0 0 25 0 1 0 134467532 402526208 96543 4089446400 4194304 7136930 140736247825184 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/19022/statm: 98273 96543 395 719 0 97552 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 393092

[startup+342.301 s]
/proc/loadavg: 1.99 2.06 2.05 3/179 19125
/proc/meminfo: memFree=30463260/32951124 swapFree=67111528/67111528
[pid=19022] ppid=19020 vsize=461196 CPUtime=342.29
/proc/19022/stat : 19022 (pbscip.linux.x8) R 19020 19022 18726 0 -1 4202496 115467 0 0 0 31903 2326 0 0 25 0 1 0 134467532 472264704 114195 4089446400 4194304 7136930 140736247825184 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/19022/statm: 115299 114195 395 719 0 114578 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 461196

[startup+402.301 s]
/proc/loadavg: 1.99 2.04 2.04 3/179 19127
/proc/meminfo: memFree=30372576/32951124 swapFree=67111528/67111528
[pid=19022] ppid=19020 vsize=557664 CPUtime=402.3
/proc/19022/stat : 19022 (pbscip.linux.x8) R 19020 19022 18726 0 -1 4202496 136178 0 0 0 37460 2770 0 0 25 0 1 0 134467532 571047936 134906 4089446400 4194304 7136930 140736247825184 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/19022/statm: 139416 134906 395 719 0 138695 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 557664

[startup+462.301 s]
/proc/loadavg: 2.04 2.05 2.04 3/179 19128
/proc/meminfo: memFree=30325132/32951124 swapFree=67111528/67111528
[pid=19022] ppid=19020 vsize=589316 CPUtime=462.3
/proc/19022/stat : 19022 (pbscip.linux.x8) R 19020 19022 18726 0 -1 4202496 144431 0 0 0 43259 2971 0 0 25 0 1 0 134467532 603459584 143159 4089446400 4194304 7136930 140736247825184 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/19022/statm: 147329 143159 395 719 0 146608 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 589316

[startup+522.301 s]
/proc/loadavg: 2.05 2.05 2.04 3/179 19129
/proc/meminfo: memFree=30280828/32951124 swapFree=67111528/67111528
[pid=19022] ppid=19020 vsize=623048 CPUtime=522.3
/proc/19022/stat : 19022 (pbscip.linux.x8) R 19020 19022 18726 0 -1 4202496 153223 0 0 0 49029 3201 0 0 25 0 1 0 134467532 638001152 151951 4089446400 4194304 7136930 140736247825184 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/19022/statm: 155762 151951 395 719 0 155041 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 623048

[startup+582.301 s]
/proc/loadavg: 2.02 2.04 2.03 3/179 19131
/proc/meminfo: memFree=30235500/32951124 swapFree=67111528/67111528
[pid=19022] ppid=19020 vsize=656784 CPUtime=582.3
/proc/19022/stat : 19022 (pbscip.linux.x8) R 19020 19022 18726 0 -1 4202496 162020 0 0 0 54809 3421 0 0 25 0 1 0 134467532 672546816 160748 4089446400 4194304 7136930 140736247825184 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/19022/statm: 164196 160748 395 719 0 163475 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 656784

[startup+642.301 s]
/proc/loadavg: 2.00 2.03 2.03 3/179 19133
/proc/meminfo: memFree=30188168/32951124 swapFree=67111528/67111528
[pid=19022] ppid=19020 vsize=691308 CPUtime=642.31
/proc/19022/stat : 19022 (pbscip.linux.x8) R 19020 19022 18726 0 -1 4202496 171023 0 0 0 60582 3649 0 0 25 0 1 0 134467532 707899392 169751 4089446400 4194304 7136930 140736247825184 18446744073709551615 4740365 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/19022/statm: 172827 169751 395 719 0 172106 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 691308

[startup+702.3 s]

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

/proc/19022/stat : 19022 (pbscip.linux.x8) R 19020 19022 18726 0 -1 4202496 230757 0 0 0 95121 5110 0 0 25 0 1 0 134467532 976097280 229485 4089446400 4194304 7136930 140736247825184 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/19022/statm: 238305 229485 395 719 0 237584 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 953220

[startup+1062.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/179 19144
/proc/meminfo: memFree=29843836/32951124 swapFree=67111528/67111528
[pid=19022] ppid=19020 vsize=994208 CPUtime=1062.31
/proc/19022/stat : 19022 (pbscip.linux.x8) R 19020 19022 18726 0 -1 4202496 241447 0 0 0 100867 5364 0 0 25 0 1 0 134467532 1018068992 240175 4089446400 4194304 7136930 140736247825184 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/19022/statm: 248552 240175 395 719 0 247831 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 994208

[startup+1122.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 19145
/proc/meminfo: memFree=29791688/32951124 swapFree=67111528/67111528
[pid=19022] ppid=19020 vsize=1037516 CPUtime=1122.31
/proc/19022/stat : 19022 (pbscip.linux.x8) R 19020 19022 18726 0 -1 4202496 252738 0 0 0 106603 5628 0 0 25 0 1 0 134467532 1062416384 251466 4089446400 4194304 7136930 140736247825184 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/19022/statm: 259379 251466 395 719 0 258658 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 1037516

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 19147
/proc/meminfo: memFree=29738076/32951124 swapFree=67111528/67111528
[pid=19022] ppid=19020 vsize=1082764 CPUtime=1182.32
/proc/19022/stat : 19022 (pbscip.linux.x8) R 19020 19022 18726 0 -1 4202496 264534 0 0 0 112328 5904 0 0 25 0 1 0 134467532 1108750336 263262 4089446400 4194304 7136930 140736247825184 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/19022/statm: 270691 263262 395 719 0 269970 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 1082764

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 19149
/proc/meminfo: memFree=29679856/32951124 swapFree=67111528/67111528
[pid=19022] ppid=19020 vsize=1132244 CPUtime=1242.31
/proc/19022/stat : 19022 (pbscip.linux.x8) R 19020 19022 18726 0 -1 4202496 277390 0 0 0 118048 6183 0 0 25 0 1 0 134467532 1159417856 276118 4089446400 4194304 7136930 140736247825184 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/19022/statm: 283061 276118 395 719 0 282340 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 1132244

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 19151
/proc/meminfo: memFree=29625504/32951124 swapFree=67111528/67111528
[pid=19022] ppid=19020 vsize=1176176 CPUtime=1302.32
/proc/19022/stat : 19022 (pbscip.linux.x8) R 19020 19022 18726 0 -1 4202496 288876 0 0 0 123761 6471 0 0 25 0 1 0 134467532 1204404224 287604 4089446400 4194304 7136930 140736247825184 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/19022/statm: 294044 287604 395 719 0 293323 0
Current children cumulated CPU time (s) 1302.32
Current children cumulated vsize (KiB) 1176176

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 19152
/proc/meminfo: memFree=29571272/32951124 swapFree=67111528/67111528
[pid=19022] ppid=19020 vsize=1221720 CPUtime=1362.32
/proc/19022/stat : 19022 (pbscip.linux.x8) R 19020 19022 18726 0 -1 4202496 300753 0 0 0 129475 6757 0 0 25 0 1 0 134467532 1251041280 299481 4089446400 4194304 7136930 140736247825184 18446744073709551615 4740387 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/19022/statm: 305430 299481 395 719 0 304709 0
Current children cumulated CPU time (s) 1362.32
Current children cumulated vsize (KiB) 1221720

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 19153
/proc/meminfo: memFree=29512952/32951124 swapFree=67111528/67111528
[pid=19022] ppid=19020 vsize=1269168 CPUtime=1422.33
/proc/19022/stat : 19022 (pbscip.linux.x8) R 19020 19022 18726 0 -1 4202496 313125 0 0 0 135188 7045 0 0 25 0 1 0 134467532 1299628032 311853 4089446400 4194304 7136930 140736247825184 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/19022/statm: 317292 311853 395 719 0 316571 0
Current children cumulated CPU time (s) 1422.33
Current children cumulated vsize (KiB) 1269168

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 19155
/proc/meminfo: memFree=29453248/32951124 swapFree=67111528/67111528
[pid=19022] ppid=19020 vsize=1319828 CPUtime=1482.32
/proc/19022/stat : 19022 (pbscip.linux.x8) R 19020 19022 18726 0 -1 4202496 326309 0 0 0 140896 7336 0 0 25 0 1 0 134467532 1351503872 325037 4089446400 4194304 7136930 140736247825184 18446744073709551615 4643170 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/19022/statm: 329957 325037 395 719 0 329236 0
Current children cumulated CPU time (s) 1482.32
Current children cumulated vsize (KiB) 1319828

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 19157
/proc/meminfo: memFree=29396656/32951124 swapFree=67111528/67111528
[pid=19022] ppid=19020 vsize=1367532 CPUtime=1542.32
/proc/19022/stat : 19022 (pbscip.linux.x8) R 19020 19022 18726 0 -1 4202496 338748 0 0 0 146596 7636 0 0 25 0 1 0 134467532 1400352768 337476 4089446400 4194304 7136930 140736247825184 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/19022/statm: 341883 337476 395 719 0 341162 0
Current children cumulated CPU time (s) 1542.32
Current children cumulated vsize (KiB) 1367532

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 19159
/proc/meminfo: memFree=29342288/32951124 swapFree=67111528/67111528
[pid=19022] ppid=19020 vsize=1413820 CPUtime=1602.32
/proc/19022/stat : 19022 (pbscip.linux.x8) R 19020 19022 18726 0 -1 4202496 350822 0 0 0 152308 7924 0 0 25 0 1 0 134467532 1447751680 349550 4089446400 4194304 7136930 140736247825184 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/19022/statm: 353455 349550 395 719 0 352734 0
Current children cumulated CPU time (s) 1602.32
Current children cumulated vsize (KiB) 1413820

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 19160
/proc/meminfo: memFree=29280240/32951124 swapFree=67111528/67111528
[pid=19022] ppid=19020 vsize=1467036 CPUtime=1662.33
/proc/19022/stat : 19022 (pbscip.linux.x8) R 19020 19022 18726 0 -1 4202496 364695 0 0 0 157982 8251 0 0 25 0 1 0 134467532 1502244864 363423 4089446400 4194304 7136930 140736247825184 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/19022/statm: 366759 363423 395 719 0 366038 0
Current children cumulated CPU time (s) 1662.33
Current children cumulated vsize (KiB) 1467036

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 19161
/proc/meminfo: memFree=29218432/32951124 swapFree=67111528/67111528
[pid=19022] ppid=19020 vsize=1519648 CPUtime=1722.33
/proc/19022/stat : 19022 (pbscip.linux.x8) R 19020 19022 18726 0 -1 4202496 378427 0 0 0 163653 8580 0 0 25 0 1 0 134467532 1556119552 377155 4089446400 4194304 7136930 140736247825184 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/19022/statm: 379912 377155 395 719 0 379191 0
Current children cumulated CPU time (s) 1722.33
Current children cumulated vsize (KiB) 1519648

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 19166
/proc/meminfo: memFree=29149780/32951124 swapFree=67111528/67111528
[pid=19022] ppid=19020 vsize=1578536 CPUtime=1782.33
/proc/19022/stat : 19022 (pbscip.linux.x8) R 19020 19022 18726 0 -1 4202496 393743 0 0 0 169320 8913 0 0 25 0 1 0 134467532 1616420864 392471 4089446400 4194304 7136930 140736247825184 18446744073709551615 4641950 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/19022/statm: 394634 392471 395 719 0 393913 0
Current children cumulated CPU time (s) 1782.33
Current children cumulated vsize (KiB) 1578536



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 19167
/proc/meminfo: memFree=29129688/32951124 swapFree=67111528/67111528
[pid=19022] ppid=19020 vsize=1594920 CPUtime=1800.04
/proc/19022/stat : 19022 (pbscip.linux.x8) R 19020 19022 18726 0 -1 4202496 398000 0 0 0 170990 9014 0 0 25 0 1 0 134467532 1633198080 396728 4089446400 4194304 7136930 140736247825184 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/19022/statm: 398730 396728 395 719 0 398009 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 1594920

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -19022

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

[startup+1801.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 19168
/proc/meminfo: memFree=29129680/32951124 swapFree=67111528/67111528
[pid=19022] ppid=19020 vsize=1594780 CPUtime=1801.43
/proc/19022/stat : 19022 (pbscip.linux.x8) R 19020 19022 18726 0 -1 4202496 398013 0 0 0 171129 9014 0 0 19 0 1 0 134467532 1633054720 396706 4089446400 4194304 7136930 140736247825184 18446744073709551615 6165759 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/19022/statm: 398695 396706 401 719 0 397974 0
Current children cumulated CPU time (s) 1801.43
Current children cumulated vsize (KiB) 1594780

[startup+1801.81 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 19168
/proc/meminfo: memFree=29129448/32951124 swapFree=67111528/67111528
[pid=19022] ppid=19020 vsize=1594780 CPUtime=1801.84
/proc/19022/stat : 19022 (pbscip.linux.x8) R 19020 19022 18726 0 -1 4202496 398013 0 0 0 171170 9014 0 0 20 0 1 0 134467532 1633054720 396706 4089446400 4194304 7136930 140736247825184 18446744073709551615 6165759 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/19022/statm: 398695 396706 401 719 0 397974 0
Current children cumulated CPU time (s) 1801.84
Current children cumulated vsize (KiB) 1594780

[startup+1802 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 19168
/proc/meminfo: memFree=29129448/32951124 swapFree=67111528/67111528
[pid=19022] ppid=19020 vsize=1594780 CPUtime=1802.03
/proc/19022/stat : 19022 (pbscip.linux.x8) R 19020 19022 18726 0 -1 4202496 398013 0 0 0 171189 9014 0 0 20 0 1 0 134467532 1633054720 396706 4089446400 4194304 7136930 140736247825184 18446744073709551615 6165759 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/19022/statm: 398695 396706 401 719 0 397974 0
Current children cumulated CPU time (s) 1802.03
Current children cumulated vsize (KiB) 1594780

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.06
CPU time (s): 1802.1
CPU user time (s): 1711.91
CPU system time (s): 90.1963
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 1594920

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1711.91
system time used= 90.1963
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 398013
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= 1121

runsolver used 3.20751 second user time and 6.576 second system time

The end

Launcher Data

Begin job on node138 at 2010-06-30 23:01:57
IDJOB=2693780
IDBENCH=79321
IDSOLVER=1206
FILE ID=node138/2693780-1277931716
PBS_JOBID= 11197421
Free space on /tmp= 74140 MiB

SOLVER NAME= SCIPnone SCIP 1.2.1.2 without any LP solver
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB06/web/uclid_pb_benchmarks/normalized-blast-floppy1-7.ucl--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-2693780-1277931716/watcher-2693780-1277931716 -o /tmp/evaluation-result-2693780-1277931716/solver-2693780-1277931716 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2693780-1277931716.wbo -t 1800 -m 3800

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

MD5SUM BENCH= c66b0d06980494e69f908f826af367b4
RANDOM SEED=1786334402

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

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.860
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.80
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.860
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.860
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.74
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.860
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.98
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30928156 kB
Buffers:        219296 kB
Cached:        1478052 kB
SwapCached:          0 kB
Active:         828592 kB
Inactive:      1046316 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30928156 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            3636 kB
Writeback:           0 kB
AnonPages:      177616 kB
Mapped:          20380 kB
Slab:            83960 kB
PageTables:       5428 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1655052 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= 74132 MiB
End job on node138 at 2010-06-30 23:31:59