Trace number 2705754

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
SCIPclp SCIP 1.2.1.3 with Clp 1.11.1 (Release Version) as LP solverMSAT 1793.82 1793.77

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/wcsp/jnh/
normalized-jnh10_wcsp.wbo
MD5SUM401aade47f990d36319fcf6fc2a74e2a
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark85
Best CPU time to get the best result obtained on this benchmark0.029995
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables200
Total number of constraints950
Number of soft constraints850
Number of constraints which are clauses850
Number of constraints which are cardinality constraints (but not clauses)100
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint11
Top cost 420926
Min constraint cost 1
Max constraint cost 1000
Sum of constraints costs 420925
Biggest number in a constraint 10
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 21
Number of bits of the biggest sum of numbers5
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.00	c SCIP version 1.2.1.3 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Clp 1.11.1]
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-2705754-1278580128.wbo>
0.00/0.01	c original problem has 1900 variables (1050 bin, 0 int, 850 impl, 0 cont) and 1801 constraints
0.00/0.01	c problem read
0.00/0.01	c presolving settings loaded
0.00/0.02	c presolving:
0.09/0.17	c (round 1) 100 del vars, 101 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 200 impls, 0 clqs
0.09/0.17	c (round 2) 100 del vars, 101 del conss, 850 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 200 impls, 0 clqs
0.09/0.17	c    (0.0s) probing: 101/950 (10.6%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.09/0.17	c    (0.0s) probing aborted: 100/100 successive totally useless probings
0.09/0.17	c presolving (3 rounds):
0.09/0.17	c  100 deleted vars, 101 deleted constraints, 850 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.09/0.17	c  1900 implications, 0 cliques
0.09/0.17	c presolved problem has 1800 variables (950 bin, 0 int, 850 impl, 0 cont) and 1700 constraints
0.09/0.17	c     850 constraints of type <linear>
0.09/0.17	c     850 constraints of type <indicator>
0.09/0.17	c transformed objective value is always integral (scale: 1)
0.09/0.17	c Presolving Time: 0.03
0.09/0.17	c - non default parameters ----------------------------------------------------------------------
0.09/0.17	c # SCIP version 1.2.1.3
0.09/0.17	c 
0.09/0.17	c # frequency for displaying node information lines
0.09/0.17	c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.17	c display/freq = 10000
0.09/0.17	c 
0.09/0.17	c # maximal time in seconds to run
0.09/0.17	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.17	c limits/time = 1789.99
0.09/0.17	c 
0.09/0.17	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.17	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.17	c limits/memory = 3420
0.09/0.17	c 
0.09/0.17	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.09/0.17	c # [type: int, range: [1,2], default: 1]
0.09/0.17	c timing/clocktype = 2
0.09/0.17	c 
0.09/0.17	c # should presolving try to simplify inequalities
0.09/0.17	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.17	c constraints/linear/simplifyinequalities = TRUE
0.09/0.17	c 
0.09/0.17	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.09/0.17	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.17	c constraints/indicator/addCouplingCons = TRUE
0.09/0.17	c 
0.09/0.17	c # should presolving try to simplify knapsacks
0.09/0.17	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.17	c constraints/knapsack/simplifyinequalities = TRUE
0.09/0.17	c 
0.09/0.17	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.09/0.17	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.17	c separating/rapidlearning/freq = 0
0.09/0.17	c 
0.09/0.17	c -----------------------------------------------------------------------------------------------
0.09/0.17	c start solving
0.09/0.17	c 
0.09/0.17	o 420925
0.09/0.17	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.09/0.17	c t 0.0s|     1 |     0 |     0 |     - |6284k|   0 |   - |1800 |1700 |   0 |   0 |   0 |   0 |   0 |      --      | 4.209250e+05 |    Inf 
0.09/0.17	c   0.0s|     1 |     0 |     0 |     - |6681k|   0 |   0 |1800 |1700 |1800 |   0 |   0 |   0 |   0 | 0.000000e+00 | 4.209250e+05 |    Inf 
0.09/0.17	c   0.1s|     1 |     0 |    35 |     - |6741k|   0 |   0 |1800 |1700 |1800 |  61 |  61 |   0 |   0 | 0.000000e+00 | 4.209250e+05 |    Inf 
0.09/0.17	c   0.1s|     1 |     0 |   120 |     - |6765k|   0 |  28 |1800 |1700 |1800 | 105 | 105 |   0 |   0 | 0.000000e+00 | 4.209250e+05 |    Inf 
0.09/0.17	c   0.1s|     1 |     0 |   174 |     - |6841k|   0 |  72 |1800 |1700 |1800 | 147 | 147 |   0 |   0 | 0.000000e+00 | 4.209250e+05 |    Inf 
0.09/0.17	c   0.1s|     1 |     0 |   227 |     - |7245k|   0 |  51 |1800 |1700 |1800 | 162 | 162 |   0 |   0 | 0.000000e+00 | 4.209250e+05 |    Inf 
0.09/0.17	c   0.2s|     1 |     0 |   243 |     - |7318k|   0 |  46 |1800 |1700 |1800 | 171 | 171 |   0 |   0 | 0.000000e+00 | 4.209250e+05 |    Inf 
0.09/0.18	c   0.2s|     1 |     0 |   270 |     - |7368k|   0 |  51 |1800 |1700 |1800 | 180 | 180 |   0 |   0 | 0.000000e+00 | 4.209250e+05 |    Inf 
0.19/0.26	c   0.3s|     1 |     2 |   270 |     - |7393k|   0 |  51 |1800 |1700 |1800 | 180 | 180 |   0 |  33 | 0.000000e+00 | 4.209250e+05 |    Inf 
7.49/7.58	c   7.6s| 10000 |  9981 |  9117 |   0.9 |  19M| 669 |   0 |1800 |1712 |1800 | 271 |1594 |  12 | 719 | 0.000000e+00 | 4.209250e+05 |    Inf 
12.69/12.78	o 13271
12.69/12.78	c *12.8s| 19043 | 16699 | 12985 |   0.7 |  26M| 669 |   - |1800 |1720 |1800 | 213 |2262 |  20 | 752 | 0.000000e+00 | 1.327100e+04 |    Inf 
13.50/13.50	c  13.5s| 20000 | 17656 | 14165 |   0.7 |  27M| 669 |   0 |1800 |1720 |1800 | 220 |2486 |  20 | 752 | 0.000000e+00 | 1.327100e+04 |    Inf 
20.30/20.36	c  20.3s| 30000 | 27654 | 20679 |   0.7 |  37M| 669 |   0 |1800 |1720 |1800 | 190 |3731 |  20 | 761 | 0.000000e+00 | 1.327100e+04 |    Inf 
27.09/27.11	c  27.1s| 40000 | 37654 | 25665 |   0.6 |  46M| 669 |   0 |1800 |1720 |1800 | 204 |4710 |  20 | 761 | 0.000000e+00 | 1.327100e+04 |    Inf 
33.80/33.86	c  33.9s| 50000 | 47654 | 29951 |   0.6 |  56M| 669 |   0 |1800 |1720 |1800 | 196 |5675 |  20 | 761 | 0.000000e+00 | 1.327100e+04 |    Inf 
40.49/40.53	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
40.49/40.53	c  40.5s| 60000 | 57654 | 33838 |   0.6 |  66M| 669 |   0 |1800 |1720 |1800 | 207 |6432 |  20 | 761 | 0.000000e+00 | 1.327100e+04 |    Inf 
47.20/47.28	c  47.3s| 70000 | 67654 | 37969 |   0.5 |  75M| 669 |   0 |1800 |1720 |1800 | 195 |7221 |  20 | 761 | 0.000000e+00 | 1.327100e+04 |    Inf 
54.19/54.20	c  54.2s| 80000 | 77652 | 42133 |   0.5 |  85M| 669 |   0 |1800 |1720 |1800 | 202 |8209 |  21 | 761 | 0.000000e+00 | 1.327100e+04 |    Inf 
61.09/61.13	c  61.1s| 90000 | 87652 | 46762 |   0.5 |  94M| 669 |   0 |1800 |1719 |1800 | 202 |9318 |  21 | 761 | 0.000000e+00 | 1.327100e+04 |    Inf 
67.99/68.01	c  68.0s|100000 | 97652 | 50965 |   0.5 | 104M| 669 |   0 |1800 |1719 |1800 | 193 |  10k|  21 | 761 | 0.000000e+00 | 1.327100e+04 |    Inf 
74.59/74.62	c  74.6s|110000 |107650 | 54453 |   0.5 | 113M| 669 |   0 |1800 |1719 |1800 | 194 |  10k|  22 | 761 | 0.000000e+00 | 1.327100e+04 |    Inf 
81.29/81.34	c  81.3s|120000 |117650 | 58243 |   0.5 | 123M| 669 |   0 |1800 |1718 |1800 | 196 |  11k|  22 | 761 | 0.000000e+00 | 1.327100e+04 |    Inf 
88.09/88.19	c  88.2s|130000 |127650 | 61872 |   0.5 | 132M| 669 |   0 |1800 |1718 |1800 | 192 |  12k|  22 | 761 | 0.000000e+00 | 1.327100e+04 |    Inf 
94.89/94.93	c  94.9s|140000 |137650 | 65534 |   0.5 | 142M| 669 |   0 |1800 |1717 |1800 | 193 |  12k|  22 | 761 | 0.000000e+00 | 1.327100e+04 |    Inf 
101.39/101.49	c   101s|150000 |147650 | 68518 |   0.5 | 151M| 669 |   0 |1800 |1717 |1800 | 188 |  13k|  22 | 767 | 0.000000e+00 | 1.327100e+04 |    Inf 
107.99/108.01	c   108s|160000 |157650 | 71369 |   0.4 | 161M| 669 |   0 |1800 |1717 |1800 | 186 |  13k|  22 | 767 | 0.000000e+00 | 1.327100e+04 |    Inf 
114.59/114.64	c   115s|170000 |167650 | 74255 |   0.4 | 170M| 669 |   0 |1800 |1717 |1800 | 196 |  14k|  22 | 767 | 0.000000e+00 | 1.327100e+04 |    Inf 
120.99/121.08	c   121s|180000 |177650 | 77183 |   0.4 | 180M| 669 |   0 |1800 |1717 |1800 | 207 |  14k|  22 | 769 | 0.000000e+00 | 1.327100e+04 |    Inf 
127.69/127.71	c   128s|190000 |187650 | 80214 |   0.4 | 189M| 669 |   0 |1800 |1717 |1800 | 190 |  15k|  22 | 769 | 0.000000e+00 | 1.327100e+04 |    Inf 
134.29/134.31	c   134s|200000 |197650 | 83508 |   0.4 | 199M| 669 |   0 |1800 |1717 |1800 | 201 |  15k|  22 | 771 | 0.000000e+00 | 1.327100e+04 |    Inf 
140.99/141.08	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
140.99/141.08	c   141s|210000 |207650 | 87785 |   0.4 | 208M| 669 |   0 |1800 |1717 |1800 | 208 |  16k|  22 | 787 | 0.000000e+00 | 1.327100e+04 |    Inf 
147.89/147.97	c   148s|220000 |217650 | 91666 |   0.4 | 218M| 669 |   0 |1800 |1717 |1800 | 207 |  17k|  22 | 797 | 0.000000e+00 | 1.327100e+04 |    Inf 
154.89/154.93	c   155s|230000 |227650 | 95781 |   0.4 | 228M| 669 |   0 |1800 |1717 |1800 | 202 |  18k|  22 | 813 | 0.000000e+00 | 1.327100e+04 |    Inf 
161.89/161.95	c   162s|240000 |237650 |100716 |   0.4 | 237M| 669 |   0 |1800 |1716 |1800 | 206 |  19k|  22 | 820 | 0.000000e+00 | 1.327100e+04 |    Inf 
169.10/169.12	c   169s|250000 |247650 |106309 |   0.4 | 247M| 669 |   0 |1800 |1716 |1800 | 209 |  20k|  22 | 837 | 0.000000e+00 | 1.327100e+04 |    Inf 
176.19/176.22	c   176s|260000 |257650 |111861 |   0.4 | 256M| 669 |   0 |1800 |1716 |1800 | 201 |  21k|  22 | 851 | 0.000000e+00 | 1.327100e+04 |    Inf 
183.19/183.28	c   183s|270000 |267650 |117828 |   0.4 | 266M| 669 |   0 |1800 |1716 |1800 | 202 |  22k|  22 | 895 | 0.000000e+00 | 1.327100e+04 |    Inf 
190.20/190.26	c   190s|280000 |277650 |122858 |   0.4 | 275M| 669 |   0 |1800 |1716 |1800 | 203 |  23k|  22 | 916 | 0.000000e+00 | 1.327100e+04 |    Inf 
197.19/197.25	c   197s|290000 |287650 |126937 |   0.4 | 285M| 669 |   0 |1800 |1716 |1800 | 210 |  24k|  22 | 927 | 0.000000e+00 | 1.327100e+04 |    Inf 
204.19/204.25	c   204s|300000 |297650 |131389 |   0.4 | 294M| 669 |   0 |1800 |1716 |1800 | 206 |  24k|  22 | 929 | 0.000000e+00 | 1.327100e+04 |    Inf 
211.20/211.24	c   211s|310000 |307650 |135887 |   0.4 | 304M| 669 |   0 |1800 |1716 |1800 | 192 |  25k|  22 | 945 | 0.000000e+00 | 1.327100e+04 |    Inf 
218.20/218.25	c   218s|320000 |317650 |140604 |   0.4 | 314M| 669 |   0 |1800 |1716 |1800 | 214 |  26k|  22 | 965 | 0.000000e+00 | 1.327100e+04 |    Inf 
225.09/225.15	c   225s|330000 |327650 |145150 |   0.4 | 323M| 669 |   0 |1800 |1716 |1800 | 211 |  27k|  22 | 986 | 0.000000e+00 | 1.327100e+04 |    Inf 
232.00/232.07	c   232s|340000 |337650 |149722 |   0.4 | 333M| 669 |   0 |1800 |1716 |1800 | 204 |  28k|  22 | 995 | 0.000000e+00 | 1.327100e+04 |    Inf 
238.99/239.04	c   239s|350000 |347650 |155157 |   0.4 | 342M| 669 |   0 |1800 |1716 |1800 | 202 |  29k|  22 |1027 | 0.000000e+00 | 1.327100e+04 |    Inf 
245.79/245.88	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
245.79/245.88	c   246s|360000 |357650 |159566 |   0.4 | 352M| 669 |   0 |1800 |1716 |1800 | 195 |  29k|  22 |1043 | 0.000000e+00 | 1.327100e+04 |    Inf 
252.70/252.79	c   253s|370000 |367650 |163397 |   0.4 | 361M| 669 |   0 |1800 |1716 |1800 | 203 |  30k|  22 |1058 | 0.000000e+00 | 1.327100e+04 |    Inf 
259.69/259.78	c   260s|380000 |377650 |168421 |   0.4 | 371M| 669 |   0 |1800 |1716 |1800 | 207 |  31k|  22 |1073 | 0.000000e+00 | 1.327100e+04 |    Inf 
266.60/266.66	c   267s|390000 |387650 |171887 |   0.4 | 380M| 669 |   0 |1800 |1716 |1800 | 206 |  32k|  22 |1074 | 0.000000e+00 | 1.327100e+04 |    Inf 
273.59/273.62	c   274s|400000 |397646 |175659 |   0.4 | 390M| 669 |   0 |1800 |1718 |1800 | 198 |  33k|  24 |1124 | 0.000000e+00 | 1.327100e+04 |    Inf 
280.40/280.47	c   280s|410000 |407646 |179735 |   0.4 | 399M| 669 |   0 |1800 |1718 |1800 | 206 |  33k|  24 |1141 | 0.000000e+00 | 1.327100e+04 |    Inf 
287.20/287.27	c   287s|420000 |417646 |183518 |   0.4 | 409M| 669 |   0 |1800 |1718 |1800 | 196 |  34k|  24 |1148 | 0.000000e+00 | 1.327100e+04 |    Inf 
293.99/294.05	c   294s|430000 |427646 |186854 |   0.4 | 418M| 669 |   0 |1800 |1718 |1800 | 199 |  35k|  24 |1173 | 0.000000e+00 | 1.327100e+04 |    Inf 
300.80/300.88	c   301s|440000 |437646 |190619 |   0.4 | 428M| 669 |   0 |1800 |1717 |1800 | 209 |  36k|  24 |1196 | 0.000000e+00 | 1.327100e+04 |    Inf 
307.60/307.63	c   308s|450000 |447646 |193794 |   0.4 | 437M| 669 |   0 |1800 |1717 |1800 | 191 |  37k|  24 |1211 | 0.000000e+00 | 1.327100e+04 |    Inf 
314.19/314.29	c   314s|460000 |457646 |196706 |   0.4 | 447M| 669 |   0 |1800 |1714 |1800 | 190 |  38k|  24 |1230 | 0.000000e+00 | 1.327100e+04 |    Inf 
321.10/321.17	c   321s|470000 |467646 |200754 |   0.4 | 456M| 669 |   0 |1800 |1714 |1800 | 204 |  39k|  24 |1243 | 0.000000e+00 | 1.327100e+04 |    Inf 
327.80/327.87	c   328s|480000 |477646 |204067 |   0.4 | 466M| 669 |   0 |1800 |1713 |1800 | 198 |  39k|  24 |1255 | 0.000000e+00 | 1.327100e+04 |    Inf 
334.50/334.58	c   335s|490000 |487646 |207321 |   0.4 | 475M| 669 |   0 |1800 |1713 |1800 | 197 |  40k|  24 |1277 | 0.000000e+00 | 1.327100e+04 |    Inf 
341.39/341.40	c   341s|500000 |497646 |211523 |   0.4 | 485M| 669 |   0 |1800 |1713 |1800 | 194 |  41k|  24 |1306 | 0.000000e+00 | 1.327100e+04 |    Inf 
348.10/348.19	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
348.10/348.19	c   348s|510000 |507646 |214984 |   0.4 | 494M| 669 |   0 |1800 |1713 |1800 | 209 |  42k|  24 |1313 | 0.000000e+00 | 1.327100e+04 |    Inf 
355.10/355.11	c   355s|520000 |517646 |219103 |   0.4 | 504M| 669 |   0 |1800 |1713 |1800 | 193 |  43k|  24 |1328 | 0.000000e+00 | 1.327100e+04 |    Inf 
362.00/362.05	c   362s|530000 |527646 |223701 |   0.4 | 514M| 669 |   0 |1800 |1713 |1800 | 207 |  44k|  24 |1357 | 0.000000e+00 | 1.327100e+04 |    Inf 
368.79/368.87	c   369s|540000 |537644 |227607 |   0.4 | 523M| 669 |   0 |1800 |1712 |1800 | 197 |  45k|  24 |1384 | 0.000000e+00 | 1.327100e+04 |    Inf 
375.50/375.53	c   376s|550000 |547644 |230566 |   0.4 | 533M| 669 |   0 |1800 |1712 |1800 | 196 |  45k|  24 |1389 | 0.000000e+00 | 1.327100e+04 |    Inf 
382.20/382.22	c   382s|560000 |557644 |233590 |   0.4 | 542M| 669 |   0 |1800 |1712 |1800 | 197 |  46k|  24 |1391 | 0.000000e+00 | 1.327100e+04 |    Inf 
389.00/389.05	c   389s|570000 |567644 |237275 |   0.4 | 552M| 669 |   0 |1800 |1711 |1800 | 187 |  47k|  24 |1420 | 0.000000e+00 | 1.327100e+04 |    Inf 
395.70/395.74	c   396s|580000 |577644 |239717 |   0.4 | 561M| 669 |   0 |1800 |1711 |1800 | 203 |  47k|  24 |1433 | 0.000000e+00 | 1.327100e+04 |    Inf 
402.30/402.39	c   402s|590000 |587644 |241705 |   0.4 | 571M| 669 |   0 |1800 |1711 |1800 | 203 |  48k|  24 |1437 | 0.000000e+00 | 1.327100e+04 |    Inf 
409.00/409.07	c   409s|600000 |597644 |243913 |   0.4 | 580M| 669 |   0 |1800 |1711 |1800 | 195 |  48k|  24 |1452 | 0.000000e+00 | 1.327100e+04 |    Inf 
415.70/415.75	c   416s|610000 |607644 |246172 |   0.4 | 590M| 669 |   0 |1800 |1711 |1800 | 195 |  49k|  24 |1457 | 0.000000e+00 | 1.327100e+04 |    Inf 
422.30/422.38	c   422s|620000 |617644 |248313 |   0.4 | 599M| 669 |   0 |1800 |1711 |1800 | 187 |  50k|  24 |1461 | 0.000000e+00 | 1.327100e+04 |    Inf 
428.91/428.90	c   429s|630000 |627644 |250004 |   0.4 | 609M| 669 |   0 |1800 |1711 |1800 | 189 |  50k|  24 |1470 | 0.000000e+00 | 1.327100e+04 |    Inf 
435.40/435.49	c   435s|640000 |637644 |251951 |   0.4 | 618M| 669 |   0 |1800 |1711 |1800 | 186 |  51k|  24 |1480 | 0.000000e+00 | 1.327100e+04 |    Inf 
442.00/442.02	c   442s|650000 |647644 |253557 |   0.4 | 628M| 669 |   0 |1800 |1711 |1800 | 199 |  51k|  24 |1485 | 0.000000e+00 | 1.327100e+04 |    Inf 
448.50/448.59	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
448.50/448.59	c   449s|660000 |657644 |255330 |   0.4 | 637M| 669 |   0 |1800 |1711 |1800 | 193 |  52k|  24 |1493 | 0.000000e+00 | 1.327100e+04 |    Inf 
455.31/455.40	c   455s|670000 |667644 |258932 |   0.4 | 647M| 669 |   0 |1800 |1711 |1800 | 207 |  53k|  24 |1530 | 0.000000e+00 | 1.327100e+04 |    Inf 
462.20/462.24	c   462s|680000 |677644 |262748 |   0.4 | 656M| 669 |   0 |1800 |1710 |1800 | 200 |  54k|  24 |1592 | 0.000000e+00 | 1.327100e+04 |    Inf 
469.10/469.11	c   469s|690000 |687644 |267014 |   0.4 | 666M| 669 |   0 |1800 |1710 |1800 | 193 |  55k|  24 |1611 | 0.000000e+00 | 1.327100e+04 |    Inf 
475.90/475.92	c   476s|700000 |697644 |270592 |   0.4 | 675M| 669 |   0 |1800 |1708 |1800 | 192 |  55k|  24 |1614 | 0.000000e+00 | 1.327100e+04 |    Inf 
482.60/482.70	c   483s|710000 |707644 |273537 |   0.4 | 685M| 669 |   0 |1800 |1708 |1800 | 204 |  56k|  24 |1624 | 0.000000e+00 | 1.327100e+04 |    Inf 
489.51/489.58	c   490s|720000 |717644 |277410 |   0.4 | 694M| 669 |   0 |1800 |1708 |1800 | 207 |  57k|  24 |1641 | 0.000000e+00 | 1.327100e+04 |    Inf 
496.50/496.51	c   497s|730000 |727644 |282280 |   0.4 | 704M| 669 |   0 |1800 |1708 |1800 | 203 |  58k|  24 |1670 | 0.000000e+00 | 1.327100e+04 |    Inf 
503.40/503.43	c   503s|740000 |737644 |286926 |   0.4 | 714M| 669 |   0 |1800 |1707 |1800 | 192 |  59k|  24 |1686 | 0.000000e+00 | 1.327100e+04 |    Inf 
510.20/510.30	c   510s|750000 |747644 |291256 |   0.4 | 723M| 669 |   0 |1800 |1707 |1800 | 204 |  60k|  24 |1744 | 0.000000e+00 | 1.327100e+04 |    Inf 
517.30/517.34	c   517s|760000 |757644 |296634 |   0.4 | 733M| 669 |   0 |1800 |1707 |1800 | 212 |  61k|  24 |1760 | 0.000000e+00 | 1.327100e+04 |    Inf 
524.30/524.31	c   524s|770000 |767644 |301446 |   0.4 | 742M| 669 |   0 |1800 |1707 |1800 | 188 |  62k|  24 |1783 | 0.000000e+00 | 1.327100e+04 |    Inf 
531.31/531.37	c   531s|780000 |777644 |306403 |   0.4 | 752M| 669 |   0 |1800 |1707 |1800 | 208 |  63k|  24 |1795 | 0.000000e+00 | 1.327100e+04 |    Inf 
538.10/538.16	c   538s|790000 |787644 |309483 |   0.4 | 761M| 669 |   0 |1800 |1707 |1800 | 193 |  64k|  24 |1809 | 0.000000e+00 | 1.327100e+04 |    Inf 
544.90/544.93	c   545s|800000 |797644 |312628 |   0.4 | 771M| 669 |   0 |1800 |1707 |1800 | 206 |  65k|  24 |1838 | 0.000000e+00 | 1.327100e+04 |    Inf 
551.51/551.55	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
551.51/551.55	c   552s|810000 |807644 |315055 |   0.4 | 780M| 669 |   0 |1800 |1707 |1800 | 199 |  66k|  24 |1860 | 0.000000e+00 | 1.327100e+04 |    Inf 
558.30/558.33	c   558s|820000 |817644 |317853 |   0.4 | 790M| 669 |   0 |1800 |1707 |1800 | 193 |  66k|  24 |1873 | 0.000000e+00 | 1.327100e+04 |    Inf 
565.10/565.14	c   565s|830000 |827644 |320669 |   0.4 | 799M| 669 |   0 |1800 |1707 |1800 | 208 |  67k|  24 |1878 | 0.000000e+00 | 1.327100e+04 |    Inf 
571.80/571.87	c   572s|840000 |837644 |323106 |   0.4 | 809M| 669 |   0 |1800 |1707 |1800 | 197 |  68k|  24 |1881 | 0.000000e+00 | 1.327100e+04 |    Inf 
578.80/578.80	c   579s|850000 |847644 |326877 |   0.4 | 818M| 669 |   0 |1800 |1706 |1800 | 210 |  69k|  24 |1920 | 0.000000e+00 | 1.327100e+04 |    Inf 
585.90/585.92	c   586s|860000 |857644 |332546 |   0.4 | 828M| 669 |   0 |1800 |1705 |1800 | 198 |  70k|  24 |1960 | 0.000000e+00 | 1.327100e+04 |    Inf 
592.81/592.88	c   593s|870000 |867644 |336512 |   0.4 | 837M| 669 |   0 |1800 |1705 |1800 | 211 |  71k|  24 |1978 | 0.000000e+00 | 1.327100e+04 |    Inf 
599.90/599.91	c   600s|880000 |877644 |342425 |   0.4 | 847M| 669 |   0 |1800 |1705 |1800 | 212 |  72k|  24 |2018 | 0.000000e+00 | 1.327100e+04 |    Inf 
606.90/606.97	c   607s|890000 |887644 |346568 |   0.4 | 857M| 669 |   0 |1800 |1705 |1800 | 211 |  74k|  24 |2024 | 0.000000e+00 | 1.327100e+04 |    Inf 
613.91/613.99	c   614s|900000 |897644 |351235 |   0.4 | 866M| 669 |   0 |1800 |1705 |1800 | 190 |  75k|  24 |2029 | 0.000000e+00 | 1.327100e+04 |    Inf 
620.91/620.90	c   621s|910000 |907644 |355144 |   0.4 | 876M| 669 |   0 |1800 |1705 |1800 | 191 |  76k|  24 |2076 | 0.000000e+00 | 1.327100e+04 |    Inf 
627.51/627.51	c   627s|920000 |917644 |357572 |   0.4 | 885M| 669 |   0 |1800 |1705 |1800 | 197 |  76k|  24 |2079 | 0.000000e+00 | 1.327100e+04 |    Inf 
634.11/634.14	c   634s|930000 |927644 |359719 |   0.4 | 895M| 669 |   0 |1800 |1705 |1800 | 196 |  77k|  24 |2081 | 0.000000e+00 | 1.327100e+04 |    Inf 
640.80/640.83	c   641s|940000 |937644 |362070 |   0.4 | 904M| 669 |   0 |1800 |1705 |1800 | 190 |  77k|  24 |2115 | 0.000000e+00 | 1.327100e+04 |    Inf 
647.70/647.76	c   648s|950000 |947644 |366112 |   0.4 | 914M| 669 |   0 |1800 |1705 |1800 | 199 |  78k|  24 |2139 | 0.000000e+00 | 1.327100e+04 |    Inf 
654.61/654.61	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
654.61/654.61	c   655s|960000 |957644 |368955 |   0.4 | 923M| 669 |   0 |1800 |1705 |1800 | 204 |  79k|  24 |2158 | 0.000000e+00 | 1.327100e+04 |    Inf 
661.50/661.51	c   661s|970000 |967644 |371767 |   0.4 | 933M| 669 |   0 |1800 |1705 |1800 | 208 |  80k|  24 |2171 | 0.000000e+00 | 1.327100e+04 |    Inf 
668.10/668.16	c   668s|980000 |977644 |374572 |   0.4 | 942M| 669 |   0 |1800 |1705 |1800 | 190 |  81k|  24 |2235 | 0.000000e+00 | 1.327100e+04 |    Inf 
674.71/674.73	c   675s|990000 |987644 |376691 |   0.4 | 952M| 669 |   0 |1800 |1705 |1800 | 199 |  81k|  24 |2235 | 0.000000e+00 | 1.327100e+04 |    Inf 
681.31/681.37	c   681s|  1000k|997644 |379278 |   0.4 | 961M| 669 |   0 |1800 |1705 |1800 | 202 |  82k|  24 |2235 | 0.000000e+00 | 1.327100e+04 |    Inf 
688.11/688.11	c   688s|  1010k|  1007k|382121 |   0.4 | 971M| 669 |   0 |1800 |1705 |1800 | 202 |  82k|  24 |2252 | 0.000000e+00 | 1.327100e+04 |    Inf 
695.01/695.01	c   695s|  1020k|  1017k|385958 |   0.4 | 980M| 669 |   0 |1800 |1705 |1800 | 206 |  83k|  24 |2262 | 0.000000e+00 | 1.327100e+04 |    Inf 
701.71/701.77	c   702s|  1030k|  1027k|388900 |   0.4 | 990M| 669 |   0 |1800 |1705 |1800 | 192 |  84k|  24 |2268 | 0.000000e+00 | 1.327100e+04 |    Inf 
708.51/708.53	c   709s|  1040k|  1037k|391365 |   0.4 | 999M| 669 |   0 |1800 |1704 |1800 | 202 |  85k|  24 |2277 | 0.000000e+00 | 1.327100e+04 |    Inf 
715.41/715.40	c   715s|  1050k|  1047k|394231 |   0.4 |1009M| 669 |   0 |1800 |1704 |1800 | 192 |  85k|  24 |2277 | 0.000000e+00 | 1.327100e+04 |    Inf 
722.01/722.09	c   722s|  1060k|  1057k|396753 |   0.4 |1018M| 669 |   0 |1800 |1704 |1800 | 199 |  86k|  24 |2290 | 0.000000e+00 | 1.327100e+04 |    Inf 
728.71/728.74	c   729s|  1070k|  1067k|399389 |   0.4 |1028M| 669 |   0 |1800 |1704 |1800 | 190 |  86k|  24 |2292 | 0.000000e+00 | 1.327100e+04 |    Inf 
735.41/735.49	c   735s|  1080k|  1077k|402110 |   0.4 |1037M| 669 |   0 |1800 |1704 |1800 | 200 |  87k|  24 |2293 | 0.000000e+00 | 1.327100e+04 |    Inf 
742.21/742.22	c   742s|  1090k|  1087k|405115 |   0.4 |1047M| 669 |   0 |1800 |1704 |1800 | 197 |  88k|  24 |2294 | 0.000000e+00 | 1.327100e+04 |    Inf 
748.91/748.95	c   749s|  1100k|  1097k|407689 |   0.4 |1056M| 669 |   0 |1800 |1704 |1800 | 198 |  89k|  24 |2299 | 0.000000e+00 | 1.327100e+04 |    Inf 
755.71/755.77	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
755.71/755.77	c   756s|  1110k|  1107k|410033 |   0.4 |1066M| 669 |   0 |1800 |1704 |1800 | 200 |  89k|  24 |2306 | 0.000000e+00 | 1.327100e+04 |    Inf 
762.60/762.62	c   763s|  1120k|  1117k|412866 |   0.4 |1075M| 669 |   0 |1800 |1704 |1800 | 200 |  90k|  24 |2310 | 0.000000e+00 | 1.327100e+04 |    Inf 
769.31/769.36	c   769s|  1130k|  1127k|415408 |   0.4 |1085M| 669 |   0 |1800 |1704 |1800 | 201 |  91k|  24 |2317 | 0.000000e+00 | 1.327100e+04 |    Inf 
776.01/776.08	c   776s|  1140k|  1137k|417523 |   0.4 |1095M| 669 |   0 |1800 |1704 |1800 | 190 |  91k|  24 |2328 | 0.000000e+00 | 1.327100e+04 |    Inf 
782.71/782.79	c   783s|  1150k|  1147k|419789 |   0.4 |1104M| 669 |   0 |1800 |1704 |1800 | 204 |  92k|  24 |2338 | 0.000000e+00 | 1.327100e+04 |    Inf 
789.41/789.43	c   789s|  1160k|  1157k|421705 |   0.4 |1113M| 669 |   0 |1800 |1704 |1800 | 192 |  92k|  24 |2342 | 0.000000e+00 | 1.327100e+04 |    Inf 
796.11/796.14	c   796s|  1170k|  1167k|424329 |   0.4 |1123M| 669 |   0 |1800 |1704 |1800 | 188 |  93k|  24 |2350 | 0.000000e+00 | 1.327100e+04 |    Inf 
802.82/802.81	c   803s|  1180k|  1177k|426627 |   0.4 |1132M| 669 |   0 |1800 |1704 |1800 | 202 |  93k|  24 |2351 | 0.000000e+00 | 1.327100e+04 |    Inf 
809.41/809.43	c   809s|  1190k|  1187k|428779 |   0.4 |1142M| 669 |   0 |1800 |1704 |1800 | 195 |  94k|  24 |2353 | 0.000000e+00 | 1.327100e+04 |    Inf 
816.12/816.17	c   816s|  1200k|  1197k|431401 |   0.4 |1151M| 669 |   0 |1800 |1704 |1800 | 206 |  95k|  24 |2371 | 0.000000e+00 | 1.327100e+04 |    Inf 
823.11/823.12	c   823s|  1210k|  1207k|434934 |   0.4 |1161M| 669 |   0 |1800 |1704 |1800 | 194 |  95k|  24 |2419 | 0.000000e+00 | 1.327100e+04 |    Inf 
829.91/829.99	c   830s|  1220k|  1217k|438592 |   0.4 |1171M| 669 |   0 |1800 |1703 |1800 | 206 |  96k|  24 |2424 | 0.000000e+00 | 1.327100e+04 |    Inf 
837.02/837.03	c   837s|  1230k|  1227k|443574 |   0.4 |1180M| 669 |   0 |1800 |1703 |1800 | 204 |  98k|  24 |2441 | 0.000000e+00 | 1.327100e+04 |    Inf 
844.01/844.02	c   844s|  1240k|  1237k|448320 |   0.4 |1190M| 669 |   0 |1800 |1703 |1800 | 204 |  99k|  24 |2449 | 0.000000e+00 | 1.327100e+04 |    Inf 
850.82/850.89	c   851s|  1250k|  1247k|451481 |   0.4 |1199M| 669 |   0 |1800 |1703 |1800 | 204 |  99k|  24 |2473 | 0.000000e+00 | 1.327100e+04 |    Inf 
857.71/857.70	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
857.71/857.70	c   858s|  1260k|  1257k|454269 |   0.4 |1209M| 669 |   0 |1800 |1703 |1800 | 199 | 100k|  24 |2474 | 0.000000e+00 | 1.327100e+04 |    Inf 
864.41/864.50	c   864s|  1270k|  1267k|457415 |   0.4 |1218M| 669 |   0 |1800 |1703 |1800 | 210 | 101k|  24 |2534 | 0.000000e+00 | 1.327100e+04 |    Inf 
871.12/871.16	c   871s|  1280k|  1277k|459333 |   0.4 |1228M| 669 |   0 |1800 |1703 |1800 | 189 | 101k|  24 |2536 | 0.000000e+00 | 1.327100e+04 |    Inf 
877.91/877.98	c   878s|  1290k|  1287k|461845 |   0.4 |1237M| 669 |   0 |1800 |1703 |1800 | 200 | 102k|  24 |2544 | 0.000000e+00 | 1.327100e+04 |    Inf 
884.82/884.82	c   885s|  1300k|  1297k|465169 |   0.4 |1247M| 669 |   0 |1800 |1703 |1800 | 206 | 103k|  24 |2610 | 0.000000e+00 | 1.327100e+04 |    Inf 
891.61/891.61	c   892s|  1310k|  1307k|467844 |   0.4 |1256M| 669 |   0 |1800 |1703 |1800 | 205 | 104k|  24 |2635 | 0.000000e+00 | 1.327100e+04 |    Inf 
898.31/898.36	c   898s|  1320k|  1317k|470393 |   0.4 |1266M| 669 |   0 |1800 |1703 |1800 | 193 | 104k|  24 |2638 | 0.000000e+00 | 1.327100e+04 |    Inf 
905.12/905.18	c   905s|  1330k|  1327k|473757 |   0.4 |1275M| 669 |   0 |1800 |1703 |1800 | 207 | 105k|  24 |2663 | 0.000000e+00 | 1.327100e+04 |    Inf 
912.01/912.00	c   912s|  1340k|  1337k|476850 |   0.4 |1285M| 669 |   0 |1800 |1703 |1800 | 201 | 106k|  24 |2671 | 0.000000e+00 | 1.327100e+04 |    Inf 
918.71/918.77	c   919s|  1350k|  1347k|480328 |   0.4 |1294M| 669 |   0 |1800 |1703 |1800 | 198 | 107k|  24 |2676 | 0.000000e+00 | 1.327100e+04 |    Inf 
925.32/925.38	c   925s|  1360k|  1357k|482270 |   0.4 |1304M| 669 |   0 |1800 |1703 |1800 | 191 | 107k|  24 |2691 | 0.000000e+00 | 1.327100e+04 |    Inf 
932.01/932.04	c   932s|  1370k|  1367k|484426 |   0.4 |1313M| 669 |   0 |1800 |1703 |1800 | 193 | 108k|  24 |2696 | 0.000000e+00 | 1.327100e+04 |    Inf 
938.61/938.67	c   939s|  1380k|  1377k|486335 |   0.4 |1323M| 669 |   0 |1800 |1702 |1800 | 195 | 108k|  24 |2700 | 0.000000e+00 | 1.327100e+04 |    Inf 
945.41/945.49	c   945s|  1390k|  1387k|490075 |   0.4 |1332M| 669 |   0 |1800 |1703 |1800 | 192 | 109k|  25 |2729 | 0.000000e+00 | 1.327100e+04 |    Inf 
952.42/952.40	c   952s|  1400k|  1397k|493290 |   0.4 |1342M| 669 |   0 |1800 |1703 |1800 | 188 | 110k|  25 |2817 | 0.000000e+00 | 1.327100e+04 |    Inf 
959.12/959.20	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
959.12/959.20	c   959s|  1410k|  1407k|496420 |   0.4 |1351M| 669 |   0 |1800 |1703 |1800 | 204 | 111k|  25 |2823 | 0.000000e+00 | 1.327100e+04 |    Inf 
965.82/965.89	c   966s|  1420k|  1417k|499141 |   0.4 |1361M| 669 |   0 |1800 |1703 |1800 | 194 | 111k|  25 |2824 | 0.000000e+00 | 1.327100e+04 |    Inf 
972.62/972.61	c   973s|  1430k|  1427k|502259 |   0.4 |1371M| 669 |   0 |1800 |1703 |1800 | 210 | 112k|  25 |2832 | 0.000000e+00 | 1.327100e+04 |    Inf 
979.52/979.57	c   980s|  1440k|  1437k|505861 |   0.4 |1380M| 669 |   0 |1800 |1703 |1800 | 205 | 113k|  25 |2876 | 0.000000e+00 | 1.327100e+04 |    Inf 
986.42/986.45	c   986s|  1450k|  1447k|509205 |   0.4 |1390M| 669 |   0 |1800 |1703 |1800 | 203 | 114k|  25 |2898 | 0.000000e+00 | 1.327100e+04 |    Inf 
993.22/993.25	o 13140
993.22/993.25	c * 993s|  1459k|  1457k|513604 |   0.4 |1399M| 669 |   - |1800 |1821 |1800 | 234 | 115k| 144 |3035 | 0.000000e+00 | 1.314000e+04 |    Inf 
993.32/993.38	c   993s|  1460k|  1457k|513774 |   0.4 |1399M| 669 |   0 |1800 |1850 |1800 | 220 | 115k| 174 |3048 | 0.000000e+00 | 1.314000e+04 |    Inf 
993.62/993.60	o 12926
993.62/993.60	c * 994s|  1460k|  1457k|513942 |   0.4 |1400M| 669 |   - |1800 |1904 |1800 | 216 | 115k| 229 |3064 | 0.000000e+00 | 1.292600e+04 |    Inf 
993.62/993.62	o 12875
993.62/993.62	c * 994s|  1460k|  1457k|513957 |   0.4 |1400M| 669 |   - |1800 |1904 |1800 | 216 | 115k| 229 |3064 | 0.000000e+00 | 1.287500e+04 |    Inf 
993.72/993.75	o 12784
993.72/993.75	c * 994s|  1460k|  1457k|514085 |   0.4 |1400M| 669 |   - |1800 |1934 |1800 | 223 | 115k| 268 |3075 | 0.000000e+00 | 1.278400e+04 |    Inf 
993.72/993.77	o 12723
993.72/993.77	c * 994s|  1460k|  1457k|514146 |   0.4 |1400M| 669 |   - |1800 |1934 |1800 | 223 | 115k| 268 |3075 | 0.000000e+00 | 1.272300e+04 |    Inf 
993.82/993.89	o 12593
993.82/993.89	c * 994s|  1460k|  1457k|514258 |   0.4 |1400M| 669 |   - |1800 |1959 |1800 | 208 | 115k| 298 |3080 | 0.000000e+00 | 1.259300e+04 |    Inf 
993.92/993.91	o 12399
993.92/993.91	c * 994s|  1460k|  1457k|514265 |   0.4 |1400M| 669 |   - |1800 |1959 |1800 | 208 | 115k| 298 |3080 | 0.000000e+00 | 1.239900e+04 |    Inf 
994.32/994.35	o 12185
994.32/994.35	c * 994s|  1461k|  1457k|514697 |   0.4 |1400M| 669 |   - |1800 |2288 |1800 | 222 | 115k| 662 |3091 | 0.000000e+00 | 1.218500e+04 |    Inf 
994.61/994.66	o 12092
994.61/994.66	c * 995s|  1461k|  1458k|515170 |   0.4 |1401M| 669 |   - |1800 |2365 |1800 | 217 | 115k| 827 |3125 | 0.000000e+00 | 1.209200e+04 |    Inf 
994.71/994.71	o 11992
994.71/994.71	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
994.71/994.71	c * 995s|  1461k|  1458k|515257 |   0.4 |1401M| 669 |   - |1800 |2365 |1800 | 207 | 115k| 837 |3128 | 0.000000e+00 | 1.199200e+04 |    Inf 
994.71/994.73	o 11975
994.71/994.73	c * 995s|  1461k|  1458k|515258 |   0.4 |1401M| 669 |   - |1800 |2365 |1800 | 207 | 115k| 837 |3128 | 0.000000e+00 | 1.197500e+04 |    Inf 
994.91/994.98	o 11839
994.91/994.98	c * 995s|  1461k|  1458k|515489 |   0.4 |1401M| 669 |   - |1800 |2443 |1800 | 208 | 115k| 949 |3135 | 0.000000e+00 | 1.183900e+04 |    Inf 
995.01/995.04	o 11809
995.01/995.04	c * 995s|  1461k|  1458k|515527 |   0.4 |1401M| 669 |   - |1800 |2430 |1800 | 210 | 115k| 949 |3135 | 0.000000e+00 | 1.180900e+04 |    Inf 
996.12/996.13	o 11767
996.12/996.13	c * 996s|  1463k|  1459k|516612 |   0.4 |1403M| 669 |   - |1800 |2526 |1800 | 221 | 115k|1371 |3319 | 0.000000e+00 | 1.176700e+04 |    Inf 
996.12/996.15	o 11455
996.12/996.15	c * 996s|  1463k|  1459k|516652 |   0.4 |1402M| 669 |   - |1800 |2535 |1800 | 222 | 115k|1380 |3319 | 0.000000e+00 | 1.145500e+04 |    Inf 
996.12/996.17	o 11164
996.12/996.17	c * 996s|  1463k|  1459k|516654 |   0.4 |1402M| 669 |   - |1800 |2535 |1800 | 222 | 115k|1380 |3319 | 0.000000e+00 | 1.116400e+04 |    Inf 
1001.12/1001.15	c  1001s|  1470k|  1465k|519284 |   0.4 |1408M| 669 |   0 |1800 |2205 |1800 | 195 | 116k|1918 |3718 | 0.000000e+00 | 1.116400e+04 |    Inf 
1008.01/1008.03	c  1008s|  1480k|  1475k|523272 |   0.4 |1418M| 669 |   0 |1800 |2371 |1800 | 197 | 117k|2167 |3718 | 0.000000e+00 | 1.116400e+04 |    Inf 
1008.31/1008.32	o 11139
1008.31/1008.32	c *1008s|  1480k|  1475k|523404 |   0.4 |1418M| 669 |   - |1800 |2404 |1800 | 198 | 117k|2238 |3718 | 0.000000e+00 | 1.113900e+04 |    Inf 
1009.22/1009.29	o 10996
1009.22/1009.29	c *1009s|  1481k|  1476k|523859 |   0.4 |1420M| 669 |   - |1800 |2626 |1800 | 197 | 117k|2680 |3718 | 0.000000e+00 | 1.099600e+04 |    Inf 
1009.32/1009.38	o 10795
1009.32/1009.38	c *1009s|  1481k|  1476k|523913 |   0.4 |1419M| 669 |   - |1800 |2656 |1800 | 191 | 117k|2719 |3718 | 0.000000e+00 | 1.079500e+04 |    Inf 
1009.62/1009.64	o 10773
1009.62/1009.64	c *1010s|  1482k|  1476k|524078 |   0.4 |1420M| 669 |   - |1800 |2649 |1800 | 193 | 117k|2733 |3718 | 0.000000e+00 | 1.077300e+04 |    Inf 
1009.62/1009.66	o 10295
1009.62/1009.66	c *1010s|  1482k|  1475k|524079 |   0.4 |1418M| 669 |   - |1800 |2649 |1800 | 193 | 117k|2733 |3718 | 0.000000e+00 | 1.029500e+04 |    Inf 
1010.31/1010.31	o 10212
1010.31/1010.31	c *1010s|  1483k|  1476k|524426 |   0.4 |1419M| 669 |   - |1800 |2731 |1800 | 203 | 117k|2937 |3718 | 0.000000e+00 | 1.021200e+04 |    Inf 
1010.41/1010.43	o 10047
1010.41/1010.43	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1010.41/1010.43	c *1010s|  1483k|  1475k|524510 |   0.4 |1418M| 669 |   - |1800 |2759 |1800 | 201 | 117k|2974 |3718 | 0.000000e+00 | 1.004700e+04 |    Inf 
1010.41/1010.45	o 9963
1010.41/1010.45	c *1010s|  1483k|  1475k|524526 |   0.4 |1418M| 669 |   - |1800 |2759 |1800 | 201 | 117k|2974 |3718 | 0.000000e+00 | 9.963000e+03 |    Inf 
1010.51/1010.50	o 9946
1010.51/1010.50	c *1010s|  1483k|  1475k|524577 |   0.4 |1418M| 669 |   - |1800 |2763 |1800 | 202 | 117k|2979 |3718 | 0.000000e+00 | 9.946000e+03 |    Inf 
1010.61/1010.62	o 9638
1010.61/1010.62	c *1011s|  1483k|  1474k|524653 |   0.4 |1417M| 669 |   - |1800 |2792 |1800 | 202 | 117k|3026 |3718 | 0.000000e+00 | 9.638000e+03 |    Inf 
1010.82/1010.88	o 9013
1010.82/1010.88	c *1011s|  1483k|  1472k|524893 |   0.4 |1415M| 669 |   - |1800 |2840 |1800 | 202 | 117k|3134 |3718 | 0.000000e+00 | 9.013000e+03 |    Inf 
1011.02/1011.00	o 8927
1011.02/1011.00	c *1011s|  1483k|  1472k|525016 |   0.4 |1415M| 669 |   - |1800 |2872 |1800 | 195 | 117k|3186 |3718 | 0.000000e+00 | 8.927000e+03 |    Inf 
1011.32/1011.35	o 8907
1011.32/1011.35	c *1011s|  1484k|  1472k|525439 |   0.4 |1415M| 669 |   - |1800 |2951 |1800 | 201 | 117k|3312 |3718 | 0.000000e+00 | 8.907000e+03 |    Inf 
1013.32/1013.34	o 8855
1013.32/1013.34	c *1013s|  1486k|  1474k|527252 |   0.4 |1418M| 669 |   - |1800 |3436 |1800 | 197 | 117k|4345 |3718 | 0.000000e+00 | 8.855000e+03 |    Inf 
1013.32/1013.36	o 8709
1013.32/1013.36	c *1013s|  1486k|  1473k|527260 |   0.4 |1418M| 669 |   - |1800 |3436 |1800 | 197 | 117k|4345 |3718 | 0.000000e+00 | 8.709000e+03 |    Inf 
1014.71/1014.77	o 8658
1014.71/1014.77	c *1015s|  1488k|  1475k|528633 |   0.4 |1420M| 669 |   - |1800 |3551 |1800 | 211 | 118k|4949 |3719 | 0.000000e+00 | 8.658000e+03 |    Inf 
1015.72/1015.74	c  1016s|  1490k|  1476k|529716 |   0.4 |1421M| 669 |   0 |1800 |3360 |1800 | 208 | 118k|5280 |3720 | 0.000000e+00 | 8.658000e+03 |    Inf 
1016.12/1016.10	o 8460
1016.12/1016.10	c *1016s|  1490k|  1475k|530028 |   0.4 |1420M| 669 |   - |1800 |3390 |1800 | 202 | 118k|5411 |3720 | 0.000000e+00 | 8.460000e+03 |    Inf 
1016.12/1016.17	o 8456
1016.12/1016.17	c *1016s|  1490k|  1475k|530098 |   0.4 |1420M| 669 |   - |1800 |3396 |1800 | 195 | 118k|5437 |3720 | 0.000000e+00 | 8.456000e+03 |    Inf 
1016.82/1016.83	o 8371
1016.82/1016.83	c *1017s|  1491k|  1475k|530867 |   0.4 |1421M| 669 |   - |1800 |3611 |1800 | 194 | 118k|5795 |3720 | 0.000000e+00 | 8.371000e+03 |    Inf 
1016.82/1016.85	o 8062
1016.82/1016.85	c *1017s|  1491k|  1473k|530867 |   0.4 |1418M| 669 |   - |1800 |3611 |1800 | 194 | 118k|5795 |3720 | 0.000000e+00 | 8.062000e+03 |    Inf 
1016.92/1016.93	o 8000
1016.92/1016.93	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1016.92/1016.93	c *1017s|  1491k|  1473k|530977 |   0.4 |1418M| 669 |   - |1800 |3616 |1800 | 203 | 118k|5822 |3720 | 0.000000e+00 | 8.000000e+03 |    Inf 
1016.92/1016.95	o 7950
1016.92/1016.95	c *1017s|  1491k|  1472k|530986 |   0.4 |1417M| 669 |   - |1800 |3616 |1800 | 203 | 118k|5822 |3720 | 0.000000e+00 | 7.950000e+03 |    Inf 
1019.21/1019.20	o 7712
1019.21/1019.20	c *1019s|  1494k|  1472k|533813 |   0.4 |1418M| 669 |   - |1800 |3702 |1800 | 202 | 119k|7048 |3720 | 0.000000e+00 | 7.712000e+03 |    Inf 
1019.21/1019.22	o 7629
1019.21/1019.22	c *1019s|  1494k|  1471k|533815 |   0.4 |1417M| 669 |   - |1800 |3702 |1800 | 202 | 119k|7048 |3720 | 0.000000e+00 | 7.629000e+03 |    Inf 
1019.42/1019.47	o 7416
1019.42/1019.47	c *1019s|  1494k|  1470k|534235 |   0.4 |1415M| 669 |   - |1800 |3677 |1800 | 208 | 119k|7120 |3720 | 0.000000e+00 | 7.416000e+03 |    Inf 
1020.51/1020.51	o 7211
1020.51/1020.51	c *1021s|  1495k|  1468k|535812 |   0.4 |1415M| 669 |   - |1800 |3627 |1800 | 204 | 119k|7521 |3720 | 0.000000e+00 | 7.211000e+03 |    Inf 
1024.13/1024.11	c  1024s|  1500k|  1472k|540825 |   0.4 |1420M| 669 |   - |1800 |3879 |   0 |   0 | 120k|9026 |3720 | 0.000000e+00 | 7.211000e+03 |    Inf 
1025.42/1025.42	o 7185
1025.42/1025.42	c *1025s|  1501k|  1473k|542193 |   0.4 |1421M| 669 |   - |1800 |3974 |1800 | 204 | 120k|9616 |3720 | 0.000000e+00 | 7.185000e+03 |    Inf 
1029.22/1029.21	o 7134
1029.22/1029.21	c *1029s|  1505k|  1476k|547865 |   0.4 |1426M| 669 |   - |1800 |4491 |1800 | 206 | 122k|  11k|3720 | 0.000000e+00 | 7.134000e+03 |    Inf 
1029.52/1029.56	o 7131
1029.52/1029.56	c *1030s|  1506k|  1477k|548451 |   0.4 |1427M| 669 |   - |1800 |4525 |1800 | 199 | 122k|  11k|3720 | 0.000000e+00 | 7.131000e+03 |    Inf 
1029.71/1029.76	o 6984
1029.71/1029.76	c *1030s|  1506k|  1475k|548860 |   0.4 |1425M| 669 |   - |1800 |4565 |1800 | 200 | 122k|  11k|3720 | 0.000000e+00 | 6.984000e+03 |    Inf 
1033.02/1033.03	c  1033s|  1510k|  1478k|554821 |   0.4 |1429M| 669 |   0 |1800 |4836 |1800 | 207 | 123k|  13k|3723 | 0.000000e+00 | 6.984000e+03 |    Inf 
1035.92/1035.98	o 6904
1035.92/1035.98	c *1036s|  1513k|  1480k|559942 |   0.4 |1432M| 669 |   - |1800 |5172 |1800 | 198 | 124k|  14k|3725 | 0.000000e+00 | 6.904000e+03 |    Inf 
1036.32/1036.35	o 6775
1036.32/1036.35	c *1036s|  1513k|  1478k|560456 |   0.4 |1431M| 669 |   - |1800 |5253 |1800 | 201 | 124k|  14k|3725 | 0.000000e+00 | 6.775000e+03 |    Inf 
1036.42/1036.43	o 6718
1036.42/1036.43	c *1036s|  1513k|  1478k|560574 |   0.4 |1430M| 669 |   - |1800 |5259 |1800 | 204 | 124k|  14k|3725 | 0.000000e+00 | 6.718000e+03 |    Inf 
1036.52/1036.58	o 6628
1036.52/1036.58	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1036.52/1036.58	c *1037s|  1513k|  1477k|560785 |   0.4 |1429M| 669 |   - |1800 |5292 |1800 | 209 | 124k|  15k|3725 | 0.000000e+00 | 6.628000e+03 |    Inf 
1037.02/1037.03	o 6424
1037.02/1037.03	c *1037s|  1514k|  1474k|561387 |   0.4 |1426M| 669 |   - |1800 |5370 |1800 | 201 | 125k|  15k|3725 | 0.000000e+00 | 6.424000e+03 |    Inf 
1037.12/1037.20	o 6405
1037.12/1037.20	c *1037s|  1514k|  1474k|561644 |   0.4 |1426M| 669 |   - |1800 |5399 |1800 | 202 | 125k|  15k|3725 | 0.000000e+00 | 6.405000e+03 |    Inf 
1037.22/1037.22	o 6256
1037.22/1037.22	c *1037s|  1514k|  1472k|561651 |   0.4 |1423M| 669 |   - |1800 |5399 |1800 | 202 | 125k|  15k|3725 | 0.000000e+00 | 6.256000e+03 |    Inf 
1037.82/1037.86	o 6032
1037.82/1037.86	c *1038s|  1515k|  1469k|562660 |   0.4 |1418M| 669 |   - |1800 |5458 |1800 | 197 | 125k|  15k|3725 | 0.000000e+00 | 6.032000e+03 |    Inf 
1038.62/1038.69	o 5781
1038.62/1038.69	c *1039s|  1515k|  1466k|564002 |   0.4 |1415M| 669 |   - |1800 |5428 |1800 | 212 | 125k|  15k|3725 | 0.000000e+00 | 5.781000e+03 |    Inf 
1042.82/1042.84	c  1043s|  1520k|  1470k|571669 |   0.4 |1420M| 669 |   - |1800 |5527 |   0 |   0 | 127k|  18k|3727 | 0.000000e+00 | 5.781000e+03 |    Inf 
1051.01/1051.07	o 5741
1051.01/1051.07	c *1051s|  1528k|  1476k|585512 |   0.4 |1430M| 669 |   - |1800 |5990 |1800 | 201 | 131k|  21k|3736 | 0.000000e+00 | 5.741000e+03 |    Inf 
1052.32/1052.34	c  1052s|  1530k|  1477k|587370 |   0.4 |1431M| 669 |   0 |1800 |6102 |1800 | 193 | 131k|  21k|3736 | 0.000000e+00 | 5.741000e+03 |    Inf 
1061.92/1061.93	c  1062s|  1540k|  1486k|604163 |   0.4 |1444M| 669 |   0 |1800 |6486 |1800 | 209 | 135k|  26k|3746 | 0.000000e+00 | 5.741000e+03 |    Inf 
1071.21/1071.26	c  1071s|  1550k|  1494k|619098 |   0.4 |1455M| 669 |   0 |1800 |6016 |1800 | 210 | 139k|  30k|3754 | 0.000000e+00 | 5.741000e+03 |    Inf 
1075.83/1075.88	o 5713
1075.83/1075.88	c *1076s|  1554k|  1497k|627745 |   0.4 |1461M| 669 |   - |1800 |6181 |1800 | 232 | 141k|  32k|3761 | 0.000000e+00 | 5.713000e+03 |    Inf 
1081.52/1081.51	c  1081s|  1560k|  1502k|638262 |   0.4 |1468M| 669 |   0 |1800 |6532 |1800 | 201 | 144k|  35k|3774 | 0.000000e+00 | 5.713000e+03 |    Inf 
1090.62/1090.62	c  1091s|  1570k|  1510k|651279 |   0.4 |1479M| 669 |   0 |1800 |5813 |1800 | 211 | 147k|  38k|3906 | 0.000000e+00 | 5.713000e+03 |    Inf 
1100.32/1100.35	c  1100s|  1580k|  1518k|666859 |   0.4 |1492M| 669 |   0 |1800 |4586 |1800 | 197 | 152k|  42k|3924 | 0.000000e+00 | 5.713000e+03 |    Inf 
1101.72/1101.73	o 5640
1101.72/1101.73	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1101.72/1101.73	c *1102s|  1581k|  1518k|669268 |   0.4 |1492M| 669 |   - |1800 |4689 |1800 | 203 | 152k|  43k|3931 | 0.000000e+00 | 5.640000e+03 |    Inf 
1101.72/1101.76	o 5488
1101.72/1101.76	c *1102s|  1581k|  1516k|669278 |   0.4 |1488M| 669 |   - |1800 |4689 |1800 | 203 | 152k|  43k|3931 | 0.000000e+00 | 5.488000e+03 |    Inf 
1110.02/1110.08	c  1110s|  1590k|  1523k|681901 |   0.4 |1499M| 669 |   0 |1800 |4084 |1800 | 199 | 156k|  46k|3942 | 0.000000e+00 | 5.488000e+03 |    Inf 
1119.92/1119.91	c  1120s|  1600k|  1531k|699049 |   0.4 |1512M| 669 |   0 |1800 |4666 |1800 | 196 | 161k|  50k|4077 | 0.000000e+00 | 5.488000e+03 |    Inf 
1130.22/1130.27	c  1130s|  1610k|  1539k|719045 |   0.4 |1525M| 669 |   0 |1800 |5458 |1800 | 197 | 166k|  55k|4082 | 0.000000e+00 | 5.488000e+03 |    Inf 
1140.52/1140.52	c  1141s|  1620k|  1547k|738303 |   0.5 |1538M| 669 |   0 |1800 |5763 |1800 | 194 | 172k|  59k|4105 | 0.000000e+00 | 5.488000e+03 |    Inf 
1150.92/1150.92	c  1151s|  1630k|  1556k|758582 |   0.5 |1551M| 669 |   0 |1800 |6030 |1800 | 198 | 177k|  63k|4152 | 0.000000e+00 | 5.488000e+03 |    Inf 
1161.63/1161.63	c  1162s|  1640k|  1564k|777967 |   0.5 |1563M| 669 |   0 |1800 |5850 |1800 | 202 | 183k|  67k|4177 | 0.000000e+00 | 5.488000e+03 |    Inf 
1172.02/1172.07	c  1172s|  1650k|  1571k|799231 |   0.5 |1577M| 669 |   0 |1800 |6657 |1800 | 198 | 188k|  73k|4231 | 0.000000e+00 | 5.488000e+03 |    Inf 
1182.72/1182.70	c  1183s|  1660k|  1580k|819322 |   0.5 |1589M| 669 |   0 |1800 |4927 |1800 | 195 | 194k|  77k|4303 | 0.000000e+00 | 5.488000e+03 |    Inf 
1191.52/1191.56	c  1192s|  1670k|  1588k|832704 |   0.5 |1601M| 669 |   0 |1800 |3093 |1800 | 197 | 198k|  79k|4434 | 0.000000e+00 | 5.488000e+03 |    Inf 
1200.02/1200.06	c  1200s|  1680k|  1596k|843484 |   0.5 |1613M| 669 |   - |1800 |3532 |1800 | 240 | 200k|  83k|4514 | 0.000000e+00 | 5.488000e+03 |    Inf 
1204.72/1204.72	o 5375
1204.72/1204.72	c *1205s|  1685k|  1598k|850710 |   0.5 |1614M| 669 |   - |1800 |3142 |1800 | 197 | 202k|  85k|4559 | 0.000000e+00 | 5.375000e+03 |    Inf 
1209.02/1209.09	c  1209s|  1690k|  1602k|857715 |   0.5 |1620M| 669 |   - |1800 |3168 |   0 |   0 | 203k|  86k|4591 | 0.000000e+00 | 5.375000e+03 |    Inf 
1218.22/1218.24	c  1218s|  1700k|  1610k|870458 |   0.5 |1633M| 669 |   0 |1800 |3502 |1800 | 195 | 207k|  90k|4618 | 0.000000e+00 | 5.375000e+03 |    Inf 
1227.53/1227.57	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1227.53/1227.57	c  1228s|  1710k|  1618k|885117 |   0.5 |1646M| 669 |   0 |1800 |3585 |1800 | 200 | 211k|  94k|4679 | 0.000000e+00 | 5.375000e+03 |    Inf 
1229.72/1229.80	o 5292
1229.72/1229.80	c *1230s|  1712k|  1617k|888650 |   0.5 |1645M| 669 |   - |1800 |3691 |1800 | 205 | 212k|  94k|4680 | 0.000000e+00 | 5.292000e+03 |    Inf 
1237.22/1237.22	c  1237s|  1720k|  1624k|899895 |   0.5 |1655M| 669 |   0 |1800 |3238 |1800 | 197 | 215k|  97k|4693 | 0.000000e+00 | 5.292000e+03 |    Inf 
1245.82/1245.81	o 5220
1245.82/1245.81	c *1246s|  1728k|  1628k|914053 |   0.5 |1661M| 669 |   - |1800 |3581 |1800 | 201 | 219k| 100k|4737 | 0.000000e+00 | 5.220000e+03 |    Inf 
1246.92/1246.91	c  1247s|  1730k|  1629k|915522 |   0.5 |1663M| 669 |   0 |1800 |3331 |1800 | 205 | 219k| 101k|4739 | 0.000000e+00 | 5.220000e+03 |    Inf 
1256.42/1256.49	c  1256s|  1740k|  1637k|930678 |   0.5 |1676M| 669 |   0 |1800 |3184 |1800 | 192 | 223k| 105k|4776 | 0.000000e+00 | 5.220000e+03 |    Inf 
1266.13/1266.12	c  1266s|  1750k|  1646k|946651 |   0.5 |1689M| 669 |   0 |1800 |3595 |1800 | 209 | 228k| 108k|4848 | 0.000000e+00 | 5.220000e+03 |    Inf 
1267.92/1267.94	o 5212
1267.92/1267.94	c *1268s|  1751k|  1647k|949944 |   0.5 |1691M| 669 |   - |1800 |3574 |1800 | 199 | 229k| 109k|4856 | 0.000000e+00 | 5.212000e+03 |    Inf 
1267.92/1267.96	o 5149
1267.92/1267.96	c *1268s|  1751k|  1644k|949949 |   0.5 |1686M| 669 |   - |1800 |3574 |1800 | 199 | 229k| 109k|4856 | 0.000000e+00 | 5.149000e+03 |    Inf 
1276.03/1276.02	c  1276s|  1760k|  1651k|964582 |   0.5 |1697M| 669 |   0 |1800 |3301 |1800 | 198 | 232k| 112k|4907 | 0.000000e+00 | 5.149000e+03 |    Inf 
1285.43/1285.40	c  1285s|  1770k|  1659k|978743 |   0.6 |1710M| 669 |   0 |1800 |3670 |1800 | 195 | 235k| 116k|4948 | 0.000000e+00 | 5.149000e+03 |    Inf 
1294.82/1294.82	c  1295s|  1780k|  1667k|993074 |   0.6 |1723M| 669 |   0 |1800 |3737 |1800 | 210 | 239k| 120k|4968 | 0.000000e+00 | 5.149000e+03 |    Inf 
1305.03/1305.02	c  1305s|  1790k|  1675k|  1013k|   0.6 |1736M| 669 |   0 |1800 |4215 |1800 | 216 | 244k| 124k|5019 | 0.000000e+00 | 5.149000e+03 |    Inf 
1311.23/1311.22	o 5110
1311.23/1311.22	c *1311s|  1796k|  1678k|  1022k|   0.6 |1740M| 669 |   - |1800 |3634 |1800 | 199 | 246k| 127k|5079 | 0.000000e+00 | 5.110000e+03 |    Inf 
1311.23/1311.24	o 5043
1311.23/1311.24	c *1311s|  1796k|  1675k|  1022k|   0.6 |1734M| 669 |   - |1800 |3634 |1800 | 199 | 246k| 127k|5079 | 0.000000e+00 | 5.043000e+03 |    Inf 
1314.33/1314.39	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1314.33/1314.39	c  1314s|  1800k|  1678k|  1026k|   0.6 |1737M| 669 |   0 |1800 |3113 |1800 | 189 | 247k| 128k|5097 | 0.000000e+00 | 5.043000e+03 |    Inf 
1323.72/1323.73	c  1324s|  1810k|  1686k|  1041k|   0.6 |1751M| 669 |   0 |1800 |3532 |1800 | 207 | 251k| 132k|5133 | 0.000000e+00 | 5.043000e+03 |    Inf 
1333.43/1333.44	c  1333s|  1820k|  1694k|  1056k|   0.6 |1764M| 669 |   - |1800 |3303 |1800 | 198 | 256k| 136k|5157 | 0.000000e+00 | 5.043000e+03 |    Inf 
1343.22/1343.27	c  1343s|  1830k|  1702k|  1073k|   0.6 |1777M| 669 |   0 |1800 |3511 |1800 | 202 | 260k| 139k|5229 | 0.000000e+00 | 5.043000e+03 |    Inf 
1353.33/1353.32	c  1353s|  1840k|  1710k|  1091k|   0.6 |1790M| 669 |   0 |1800 |3772 |1800 | 197 | 265k| 144k|5274 | 0.000000e+00 | 5.043000e+03 |    Inf 
1362.42/1362.43	c  1362s|  1850k|  1718k|  1105k|   0.6 |1802M| 669 |   0 |1800 |3454 |1800 | 205 | 269k| 147k|5324 | 0.000000e+00 | 5.043000e+03 |    Inf 
1365.52/1365.59	o 4983
1365.52/1365.59	c *1366s|  1853k|  1717k|  1110k|   0.6 |1798M| 669 |   - |1800 |3746 |1800 | 208 | 270k| 149k|5333 | 0.000000e+00 | 4.983000e+03 |    Inf 
1365.62/1365.62	o 4942
1365.62/1365.62	c *1366s|  1853k|  1714k|  1110k|   0.6 |1793M| 669 |   - |1800 |3746 |1800 | 208 | 270k| 149k|5333 | 0.000000e+00 | 4.942000e+03 |    Inf 
1365.62/1365.65	o 4813
1365.62/1365.65	c *1366s|  1853k|  1706k|  1110k|   0.6 |1773M| 669 |   - |1800 |3746 |1800 | 208 | 270k| 149k|5333 | 0.000000e+00 | 4.813000e+03 |    Inf 
1372.33/1372.37	c  1372s|  1860k|  1711k|  1121k|   0.6 |1783M| 669 |   0 |1800 |3534 |1800 | 198 | 273k| 152k|5368 | 0.000000e+00 | 4.813000e+03 |    Inf 
1381.83/1381.84	c  1382s|  1870k|  1720k|  1139k|   0.6 |1796M| 669 |   0 |1800 |3410 |1800 | 191 | 277k| 155k|5461 | 0.000000e+00 | 4.813000e+03 |    Inf 
1381.93/1381.90	o 4790
1381.93/1381.90	c *1382s|  1870k|  1718k|  1139k|   0.6 |1792M| 669 |   - |1800 |3410 |1800 | 197 | 277k| 155k|5461 | 0.000000e+00 | 4.790000e+03 |    Inf 
1381.93/1381.94	o 4673
1381.93/1381.94	c *1382s|  1870k|  1710k|  1139k|   0.6 |1772M| 669 |   - |1800 |3410 |1800 | 197 | 277k| 155k|5461 | 0.000000e+00 | 4.673000e+03 |    Inf 
1381.93/1381.99	o 4672
1381.93/1381.99	c *1382s|  1870k|  1710k|  1139k|   0.6 |1772M| 669 |   - |1800 |3407 |1800 | 198 | 277k| 155k|5461 | 0.000000e+00 | 4.672000e+03 |    Inf 
1382.03/1382.06	o 4514
1382.03/1382.06	c *1382s|  1870k|  1697k|  1139k|   0.6 |1741M| 669 |   - |1800 |3410 |1800 | 202 | 277k| 155k|5461 | 0.000000e+00 | 4.514000e+03 |    Inf 
1391.43/1391.43	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1391.43/1391.43	c  1391s|  1880k|  1705k|  1153k|   0.6 |1753M| 669 |   0 |1800 |3498 |1800 | 204 | 280k| 159k|5525 | 0.000000e+00 | 4.514000e+03 |    Inf 
1401.53/1401.51	c  1402s|  1890k|  1713k|  1170k|   0.6 |1767M| 669 |   0 |1800 |3848 |1800 | 199 | 284k| 163k|5552 | 0.000000e+00 | 4.514000e+03 |    Inf 
1407.02/1407.06	o 4464
1407.02/1407.06	c *1407s|  1895k|  1713k|  1180k|   0.6 |1765M| 669 |   - |1800 |3811 |1800 | 232 | 287k| 166k|5574 | 0.000000e+00 | 4.464000e+03 |    Inf 
1411.42/1411.48	c  1411s|  1900k|  1716k|  1190k|   0.6 |1770M| 669 |   0 |1800 |3859 |1800 | 194 | 288k| 168k|5617 | 0.000000e+00 | 4.464000e+03 |    Inf 
1421.33/1421.32	c  1421s|  1910k|  1724k|  1206k|   0.6 |1783M| 669 |   0 |1800 |4526 |1800 | 192 | 292k| 172k|5644 | 0.000000e+00 | 4.464000e+03 |    Inf 
1431.23/1431.28	c  1431s|  1920k|  1731k|  1224k|   0.6 |1796M| 669 |   0 |1800 |3293 |1800 | 201 | 296k| 176k|5697 | 0.000000e+00 | 4.464000e+03 |    Inf 
1434.13/1434.13	o 4409
1434.13/1434.13	c *1434s|  1922k|  1728k|  1229k|   0.6 |1787M| 669 |   - |1800 |3883 |1800 | 206 | 297k| 177k|5699 | 0.000000e+00 | 4.409000e+03 |    Inf 
1441.63/1441.60	c  1442s|  1930k|  1733k|  1243k|   0.6 |1797M| 669 |   0 |1800 |3456 |1800 | 205 | 300k| 180k|5757 | 0.000000e+00 | 4.409000e+03 |    Inf 
1451.43/1451.49	c  1451s|  1940k|  1741k|  1262k|   0.7 |1810M| 669 |   0 |1800 |3379 |1800 | 203 | 304k| 185k|5820 | 0.000000e+00 | 4.409000e+03 |    Inf 
1461.53/1461.51	c  1461s|  1950k|  1749k|  1280k|   0.7 |1824M| 669 |   0 |1800 |3398 |1800 | 196 | 308k| 188k|5853 | 0.000000e+00 | 4.409000e+03 |    Inf 
1471.03/1471.04	c  1471s|  1960k|  1756k|  1295k|   0.7 |1838M| 669 |   - |1800 |3227 |   0 |   0 | 312k| 192k|5921 | 0.000000e+00 | 4.409000e+03 |    Inf 
1481.94/1481.94	c  1482s|  1970k|  1763k|  1319k|   0.7 |1851M| 669 |   0 |1800 |4765 |1800 | 197 | 318k| 198k|5946 | 0.000000e+00 | 4.409000e+03 |    Inf 
1491.83/1491.81	c  1492s|  1980k|  1771k|  1335k|   0.7 |1864M| 669 |   0 |1800 |3951 |1800 | 217 | 321k| 202k|5985 | 0.000000e+00 | 4.409000e+03 |    Inf 
1502.23/1502.29	c  1502s|  1990k|  1778k|  1353k|   0.7 |1878M| 669 |   0 |1800 |3517 |1800 | 197 | 326k| 206k|6009 | 0.000000e+00 | 4.409000e+03 |    Inf 
1512.53/1512.59	c  1513s|  2000k|  1786k|  1373k|   0.7 |1891M| 669 |   0 |1800 |3722 |1800 | 194 | 331k| 210k|6025 | 0.000000e+00 | 4.409000e+03 |    Inf 
1514.04/1514.01	o 4395
1514.04/1514.01	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1514.04/1514.01	c *1514s|  2001k|  1786k|  1375k|   0.7 |1890M| 669 |   - |1800 |3757 |1800 | 199 | 332k| 210k|6032 | 0.000000e+00 | 4.395000e+03 |    Inf 
1514.04/1514.05	o 4332
1514.04/1514.05	c *1514s|  2001k|  1779k|  1375k|   0.7 |1876M| 669 |   - |1800 |3757 |1800 | 199 | 332k| 210k|6032 | 0.000000e+00 | 4.332000e+03 |    Inf 
1523.13/1523.19	c  1523s|  2010k|  1786k|  1392k|   0.7 |1887M| 669 |   0 |1800 |3908 |1800 | 189 | 336k| 214k|6051 | 0.000000e+00 | 4.332000e+03 |    Inf 
1532.93/1532.96	c  1533s|  2020k|  1794k|  1408k|   0.7 |1900M| 669 |   0 |1800 |3463 |1800 | 195 | 341k| 217k|6088 | 0.000000e+00 | 4.332000e+03 |    Inf 
1543.13/1543.14	c  1543s|  2030k|  1802k|  1426k|   0.7 |1913M| 669 |   3 |1800 |3628 |1800 | 197 | 346k| 221k|6138 | 0.000000e+00 | 4.332000e+03 |    Inf 
1548.84/1548.82	o 4322
1548.84/1548.82	c *1549s|  2035k|  1805k|  1436k|   0.7 |1919M| 669 |   - |1800 |3981 |1800 | 232 | 348k| 224k|6185 | 0.000000e+00 | 4.322000e+03 |    Inf 
1553.03/1553.05	c  1553s|  2040k|  1809k|  1443k|   0.7 |1925M| 669 |   3 |1800 |3783 |1800 | 200 | 350k| 226k|6199 | 0.000000e+00 | 4.322000e+03 |    Inf 
1562.83/1562.86	c  1563s|  2050k|  1817k|  1458k|   0.7 |1938M| 669 |   - |1800 |3124 |   0 |   0 | 353k| 230k|6225 | 0.000000e+00 | 4.322000e+03 |    Inf 
1570.93/1570.97	o 4264
1570.93/1570.97	c *1571s|  2058k|  1816k|  1471k|   0.7 |1933M| 669 |   - |1800 |3632 |1800 | 212 | 357k| 233k|6259 | 0.000000e+00 | 4.264000e+03 |    Inf 
1572.94/1572.92	c  1573s|  2060k|  1818k|  1475k|   0.7 |1936M| 669 |   0 |1800 |3395 |1800 | 186 | 358k| 234k|6262 | 0.000000e+00 | 4.264000e+03 |    Inf 
1582.54/1582.50	c  1582s|  2070k|  1825k|  1490k|   0.7 |1949M| 669 |   0 |1800 |3489 |1800 | 208 | 362k| 238k|6309 | 0.000000e+00 | 4.264000e+03 |    Inf 
1591.74/1591.75	c  1592s|  2080k|  1833k|  1504k|   0.7 |1963M| 669 |   0 |1800 |3773 |1800 | 216 | 365k| 241k|6325 | 0.000000e+00 | 4.264000e+03 |    Inf 
1601.43/1601.40	c  1601s|  2090k|  1841k|  1518k|   0.7 |1977M| 669 |   0 |1800 |3859 |1800 | 202 | 369k| 246k|6347 | 0.000000e+00 | 4.264000e+03 |    Inf 
1611.33/1611.34	c  1611s|  2100k|  1849k|  1536k|   0.7 |1991M| 669 |   0 |1800 |3243 |1800 | 219 | 373k| 250k|6385 | 0.000000e+00 | 4.264000e+03 |    Inf 
1621.34/1621.38	c  1621s|  2110k|  1856k|  1554k|   0.7 |2006M| 669 |   0 |1800 |3494 |1800 | 199 | 377k| 254k|6411 | 0.000000e+00 | 4.264000e+03 |    Inf 
1625.93/1625.91	o 4053
1625.93/1625.91	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1625.93/1625.91	c *1626s|  2114k|  1827k|  1562k|   0.7 |1951M| 669 |   - |1800 |3335 |1800 | 199 | 379k| 256k|6437 | 0.000000e+00 | 4.053000e+03 |    Inf 
1626.73/1626.75	o 3971
1626.73/1626.75	c *1627s|  2115k|  1811k|  1563k|   0.7 |1928M| 669 |   - |1800 |3314 |1800 | 198 | 379k| 256k|6437 | 0.000000e+00 | 3.971000e+03 |    Inf 
1631.64/1631.67	c  1632s|  2120k|  1814k|  1571k|   0.7 |1935M| 669 |   0 |1800 |3702 |1800 | 194 | 381k| 258k|6455 | 0.000000e+00 | 3.971000e+03 |    Inf 
1641.24/1641.21	c  1641s|  2130k|  1822k|  1586k|   0.7 |1948M| 669 |   0 |1800 |3067 |1800 | 199 | 385k| 261k|6490 | 0.000000e+00 | 3.971000e+03 |    Inf 
1651.04/1651.03	c  1651s|  2140k|  1830k|  1605k|   0.8 |1963M| 669 |   0 |1800 |3667 |1800 | 208 | 389k| 265k|6539 | 0.000000e+00 | 3.971000e+03 |    Inf 
1660.74/1660.77	c  1661s|  2150k|  1838k|  1622k|   0.8 |1977M| 669 |   0 |1800 |3206 |1800 | 196 | 392k| 268k|6555 | 0.000000e+00 | 3.971000e+03 |    Inf 
1670.54/1670.52	c  1671s|  2160k|  1846k|  1638k|   0.8 |1991M| 669 |   0 |1800 |2993 |1800 | 185 | 396k| 272k|6589 | 0.000000e+00 | 3.971000e+03 |    Inf 
1676.24/1676.30	o 3933
1676.24/1676.30	c *1676s|  2165k|  1842k|  1648k|   0.8 |1987M| 669 |   - |1800 |3310 |1800 | 210 | 399k| 274k|6611 | 0.000000e+00 | 3.933000e+03 |    Inf 
1680.64/1680.65	c  1681s|  2170k|  1845k|  1656k|   0.8 |1993M| 669 |   0 |1800 |3281 |1800 | 185 | 401k| 276k|6626 | 0.000000e+00 | 3.933000e+03 |    Inf 
1690.54/1690.55	c  1691s|  2180k|  1853k|  1671k|   0.8 |2007M| 669 |   0 |1800 |3762 |1800 | 207 | 404k| 280k|6646 | 0.000000e+00 | 3.933000e+03 |    Inf 
1691.54/1691.53	o 3904
1691.54/1691.53	c *1692s|  2181k|  1847k|  1672k|   0.8 |2000M| 669 |   - |1800 |3578 |1800 | 202 | 405k| 280k|6647 | 0.000000e+00 | 3.904000e+03 |    Inf 
1691.54/1691.56	o 3898
1691.54/1691.56	c *1692s|  2181k|  1845k|  1672k|   0.8 |1998M| 669 |   - |1800 |3578 |1800 | 202 | 405k| 280k|6647 | 0.000000e+00 | 3.898000e+03 |    Inf 
1700.44/1700.45	c  1700s|  2190k|  1852k|  1686k|   0.8 |2009M| 669 |   0 |1800 |3281 |1800 | 208 | 408k| 284k|6678 | 0.000000e+00 | 3.898000e+03 |    Inf 
1710.74/1710.76	c  1711s|  2200k|  1860k|  1706k|   0.8 |2023M| 669 |   0 |1800 |3274 |1800 | 194 | 413k| 288k|6719 | 0.000000e+00 | 3.898000e+03 |    Inf 
1720.94/1720.91	c  1721s|  2210k|  1867k|  1723k|   0.8 |2037M| 669 |   - |1800 |3521 |1800 | 191 | 417k| 292k|6745 | 0.000000e+00 | 3.898000e+03 |    Inf 
1730.63/1730.69	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1730.63/1730.69	c  1731s|  2220k|  1875k|  1739k|   0.8 |2051M| 669 |   0 |1800 |3485 |1800 | 197 | 421k| 296k|6798 | 0.000000e+00 | 3.898000e+03 |    Inf 
1740.25/1740.22	c  1740s|  2230k|  1883k|  1754k|   0.8 |2064M| 669 |   0 |1800 |3005 |1800 | 207 | 425k| 299k|6809 | 0.000000e+00 | 3.898000e+03 |    Inf 
1745.65/1745.69	o 3866
1745.65/1745.69	c *1746s|  2236k|  1880k|  1762k|   0.8 |2062M| 669 |   - |1800 |2967 |1800 | 206 | 427k| 301k|6846 | 0.000000e+00 | 3.866000e+03 |    Inf 
1749.24/1749.25	c  1749s|  2240k|  1883k|  1767k|   0.8 |2067M| 669 |   0 |1800 |3006 |1800 | 199 | 428k| 302k|6853 | 0.000000e+00 | 3.866000e+03 |    Inf 
1758.95/1758.99	c  1759s|  2250k|  1890k|  1784k|   0.8 |2081M| 669 |   0 |1800 |3430 |1800 | 198 | 432k| 306k|6893 | 0.000000e+00 | 3.866000e+03 |    Inf 
1768.44/1768.44	c  1768s|  2260k|  1898k|  1798k|   0.8 |2095M| 669 |   0 |1800 |3405 |1800 | 217 | 435k| 309k|6903 | 0.000000e+00 | 3.866000e+03 |    Inf 
1778.44/1778.41	c  1778s|  2270k|  1906k|  1814k|   0.8 |2109M| 669 |   0 |1800 |3535 |1800 | 212 | 440k| 313k|6918 | 0.000000e+00 | 3.866000e+03 |    Inf 
1788.34/1788.37	c  1788s|  2280k|  1913k|  1831k|   0.8 |2123M| 669 |   0 |1800 |3848 |1800 | 198 | 444k| 317k|6954 | 0.000000e+00 | 3.866000e+03 |    Inf 
1790.04/1790.00	c 
1790.04/1790.00	c SCIP Status        : solving was interrupted [time limit reached]
1790.04/1790.00	c Solving Time (sec) : 1789.99
1790.04/1790.00	c Solving Nodes      : 2281688
1790.04/1790.00	c Primal Bound       : +3.86600000000000e+03 (186 solutions)
1790.04/1790.00	c Dual Bound         : +0.00000000000000e+00
1790.04/1790.00	c Gap                : infinite
1790.04/1790.01	s SATISFIABLE
1790.04/1790.01	v x200 -x199 -x198 x197 -x196 x195 -x194 x193 -x192 x191 -x190 x189 -x188 x187 -x186 x185 x184 -x183 -x182 x181 x180 -x179 x178 -x177 
1790.04/1790.01	v -x176 x175 -x174 x173 -x172 x171 x170 -x169 x168 -x167 x166 -x165 x164 -x163 -x162 x161 -x160 x159 x158 -x157 -x156 x155 
1790.04/1790.01	v x154 -x153 x152 -x151 -x150 x149 x148 -x147 -x146 x145 -x144 x143 x142 -x141 -x140 x139 -x138 x137 -x136 x135 -x134 x133 -x132 
1790.04/1790.01	v x131 x130 -x129 -x128 x127 x126 -x125 -x124 x123 x122 -x121 x120 -x119 x118 -x117 x116 -x115 -x114 x113 -x112 x111 x110 -x109 
1790.04/1790.01	v x108 -x107 x106 -x105 -x104 x103 -x102 x101 -x100 x99 x98 -x97 x96 -x95 -x94 x93 -x92 x91 -x90 x89 x88 -x87 x86 -x85 -x84 
1790.04/1790.01	v x83 -x82 x81 x80 -x79 x78 -x77 x76 -x75 -x74 x73 x72 -x71 x70 -x69 x68 -x67 x66 -x65 -x64 x63 x62 -x61 x60 -x59 -x58 x57 -x56 
1790.04/1790.01	v x55 -x54 x53 -x52 x51 -x50 x49 -x48 x47 x46 -x45 x44 -x43 x42 -x41 x40 -x39 -x38 x37 x36 -x35 x34 -x33 x32 -x31 -x30 x29 -x28 
1790.04/1790.01	v 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 
1790.04/1790.01	c SCIP Status        : solving was interrupted [time limit reached]
1790.04/1790.01	c Solving Time       :    1789.99
1790.04/1790.01	c Original Problem   :
1790.04/1790.01	c   Problem name     : HOME/instance-2705754-1278580128.wbo
1790.04/1790.01	c   Variables        : 1900 (1050 binary, 0 integer, 850 implicit integer, 0 continuous)
1790.04/1790.01	c   Constraints      : 1801 initial, 1801 maximal
1790.04/1790.01	c Presolved Problem  :
1790.04/1790.01	c   Problem name     : t_HOME/instance-2705754-1278580128.wbo
1790.04/1790.01	c   Variables        : 1800 (950 binary, 0 integer, 850 implicit integer, 0 continuous)
1790.04/1790.01	c   Constraints      : 1700 initial, 7312 maximal
1790.04/1790.01	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1790.04/1790.01	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1790.04/1790.01	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1790.04/1790.01	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1790.04/1790.01	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1790.04/1790.01	c   implics          :       0.00          0          0          0          0          0          0          0          0
1790.04/1790.01	c   probing          :       0.01          0          0          0          0          0          0          0          0
1790.04/1790.01	c   linear           :       0.02          0        100          0        850          0        101          0          0
1790.04/1790.01	c   indicator        :       0.00          0          0          0          0          0          0          0          0
1790.04/1790.01	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1790.04/1790.01	c   root node        :          -          0          -          -          0          -          -          -          -
1790.04/1790.01	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1790.04/1790.01	c   integral         :          0          0          0    2436080          0          0         44          0          0      34812
1790.04/1790.01	c   linear           :        850          6    4166353    2418497          1      10690    1471819     444960          0          0
1790.04/1790.01	c   indicator        :        850          0    4156061    2418633          1      10538   21224146          0          0          0
1790.04/1790.01	c   logicor          :          0+         0    1054302          0          0       9216     527634          0          0          0
1790.04/1790.01	c   countsols        :          0          0          0    2194580          1          0          0          0          0          0
1790.04/1790.01	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1790.04/1790.01	c   integral         :       5.22       0.00       0.00       5.22       0.00
1790.04/1790.01	c   linear           :      80.12       0.00      26.75      53.37       0.00
1790.04/1790.01	c   indicator        :     263.60       0.05     116.17     147.38       0.00
1790.04/1790.01	c   logicor          :      12.52       0.00      12.52       0.00       0.00
1790.04/1790.01	c   countsols        :       0.27       0.00       0.00       0.27       0.00
1790.04/1790.01	c Propagators        :       Time      Calls    Cutoffs    DomReds
1790.04/1790.01	c   vbounds          :       0.77          2          0          0
1790.04/1790.01	c   rootredcost      :       0.71         86          0          0
1790.04/1790.01	c   pseudoobj        :      69.50    4231502      64950   18639021
1790.04/1790.01	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1790.04/1790.01	c   propagation      :       4.57      84856      84489     384163       25.2       2053       11.2          -
1790.04/1790.01	c   infeasible LP    :       0.01         42         42        175       22.9          1       14.0          0
1790.04/1790.01	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1790.04/1790.01	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1790.04/1790.01	c   pseudo solution  :       0.00         35         35        174       17.0          0        0.0          -
1790.04/1790.01	c   applied globally :          -          -          -     318398       23.9          -          -          -
1790.04/1790.01	c   applied locally  :          -          -          -          0        0.0          -          -          -
1790.04/1790.01	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1790.04/1790.01	c   cut pool         :       0.00          3          -          -          1          -    (maximal pool size: 173)
1790.04/1790.01	c   redcost          :      98.87    2456967          0    1363645          0          0
1790.04/1790.01	c   impliedbounds    :       0.00          4          0          0          0          0
1790.04/1790.01	c   intobj           :       0.00          0          0          0          0          0
1790.04/1790.01	c   cgmip            :       0.00          0          0          0          0          0
1790.04/1790.01	c   gomory           :       0.02          4          0          0        112          0
1790.04/1790.01	c   strongcg         :       0.02          4          0          0        275          0
1790.04/1790.01	c   cmir             :       0.01          4          0          0          0          0
1790.04/1790.01	c   flowcover        :       0.01          4          0          0          0          0
1790.04/1790.01	c   clique           :       0.00          1          0          0          0          0
1790.04/1790.01	c   zerohalf         :       0.00          0          0          0          0          0
1790.04/1790.01	c   mcf              :       0.00          1          0          0          0          0
1790.04/1790.01	c   rapidlearning    :       0.06          1          0          0          0          0
1790.04/1790.01	c Pricers            :       Time      Calls       Vars
1790.04/1790.01	c   problem variables:       0.00          0          0
1790.04/1790.01	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1790.04/1790.01	c   relpscost        :       4.55      17446          0         44          0          0      34812
1790.04/1790.01	c   pscost           :       0.00          0          0          0          0          0          0
1790.04/1790.01	c   inference        :     270.12    2194495          0          0          0          0    4388990
1790.04/1790.01	c   mostinf          :       0.00          0          0          0          0          0          0
1790.04/1790.01	c   leastinf         :       0.00          0          0          0          0          0          0
1790.04/1790.01	c   fullstrong       :       0.00          0          0          0          0          0          0
1790.04/1790.01	c   allfullstrong    :       0.00          0          0          0          0          0          0
1790.04/1790.01	c   random           :       0.00          0          0          0          0          0          0
1790.04/1790.01	c Primal Heuristics  :       Time      Calls      Found
1790.04/1790.01	c   LP solutions     :       1.78          -         86
1790.04/1790.01	c   pseudo solutions :       0.00          -          0
1790.04/1790.01	c   feaspump         :       0.01          0          0
1790.04/1790.01	c   intshifting      :       0.01          0          0
1790.04/1790.01	c   oneopt           :       0.63         70          0
1790.04/1790.01	c   crossover        :       2.73        140          4
1790.04/1790.01	c   fracdiving       :       7.38      11589          0
1790.04/1790.01	c   veclendiving     :       7.36      11589          0
1790.04/1790.01	c   linesearchdiving :       7.39      11589          0
1790.04/1790.01	c   guideddiving     :       7.36      11590          0
1790.04/1790.01	c   coefdiving       :       7.38      11590          0
1790.04/1790.01	c   pscostdiving     :       7.39      11590          0
1790.04/1790.01	c   objpscostdiving  :       7.63      11571          0
1790.04/1790.01	c   rootsoldiving    :       7.72      11571          0
1790.04/1790.01	c   trivial          :       0.00          2          1
1790.04/1790.01	c   simplerounding   :       0.77      17914          0
1790.04/1790.01	c   zirounding       :       0.46       1000          0
1790.04/1790.01	c   rounding         :       0.44       1873          0
1790.04/1790.01	c   shifting         :       0.19        579          0
1790.04/1790.01	c   twoopt           :       0.00          0          0
1790.04/1790.01	c   fixandinfer      :       0.00          0          0
1790.04/1790.01	c   intdiving        :       0.00          0          0
1790.04/1790.01	c   actconsdiving    :       0.00          0          0
1790.04/1790.01	c   octane           :       0.00          0          0
1790.04/1790.01	c   rens             :       0.01          1          0
1790.04/1790.01	c   rins             :       0.00          0          0
1790.04/1790.01	c   localbranching   :       0.00          0          0
1790.04/1790.01	c   mutation         :       0.00          0          0
1790.04/1790.01	c   dins             :       0.00          0          0
1790.04/1790.01	c   undercover       :       0.00          0          0
1790.04/1790.01	c   nlp              :       0.31          0          0
1790.04/1790.01	c   trysol           :       0.60      11884         95
1790.04/1790.01	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1790.04/1790.01	c   primal LP        :       0.00          0          0       0.00          -
1790.04/1790.01	c   dual LP          :     563.42     500685    1831201       3.66    3250.15
1790.04/1790.01	c   lex dual LP      :       0.00          0          0       0.00          -
1790.04/1790.01	c   barrier LP       :       0.00          0          0       0.00          -
1790.04/1790.01	c   diving/probing LP:       0.15        235       2970      12.64   19583.02
1790.04/1790.01	c   strong branching :       4.42       6954      54003       7.77   12219.79
1790.04/1790.01	c     (at root node) :          -         33       1886      57.15          -
1790.04/1790.01	c   conflict analysis:       0.00          0          0       0.00          -
1790.04/1790.01	c B&B Tree           :
1790.04/1790.01	c   number of runs   :          1
1790.04/1790.01	c   nodes            :    2281688
1790.04/1790.01	c   nodes (total)    :    2281688
1790.04/1790.01	c   nodes left       :    1915268
1790.04/1790.01	c   max depth        :        669
1790.04/1790.01	c   max depth (total):        669
1790.04/1790.01	c   backtracks       :      44175 (1.9%)
1790.04/1790.01	c   delayed cutoffs  :      25930
1790.04/1790.01	c   repropagations   :     116853 (10359778 domain reductions, 25770 cutoffs)
1790.04/1790.01	c   avg switch length:       2.62
1790.04/1790.01	c   switching time   :      73.49
1790.04/1790.01	c Solution           :
1790.04/1790.01	c   Solutions found  :        186 (87 improvements)
1790.04/1790.01	c   First Solution   : +4.20925000000000e+05   (in run 1, after 1 nodes, 0.04 seconds, depth 0, found by <trivial>)
1790.04/1790.01	c   Primal Bound     : +3.86600000000000e+03   (in run 1, after 2236220 nodes, 1745.64 seconds, depth 62, found by <relaxation>)
1790.04/1790.01	c   Dual Bound       : +0.00000000000000e+00
1790.04/1790.01	c   Gap              :   infinite
1790.04/1790.01	c   Root Dual Bound  : +0.00000000000000e+00
1790.04/1790.01	c   Root Iterations  :        270
1793.74/1793.77	c Time complete: 1793.82.

Verifier Data

OK	3866

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2705754-1278580128/watcher-2705754-1278580128 -o /tmp/evaluation-result-2705754-1278580128/solver-2705754-1278580128 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2705754-1278580128.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: 1.92 1.98 1.93 3/178 22737
/proc/meminfo: memFree=30077792/32951124 swapFree=67111528/67111528
[pid=22737] ppid=22735 vsize=12332 CPUtime=0
/proc/22737/stat : 22737 (pbscip.linux.x8) R 22735 22737 22157 0 -1 4202496 1917 0 0 0 0 0 0 0 21 0 1 0 26227766 12627968 1836 4089446400 4194304 10345943 140736746581536 18446744073709551615 6326861 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/22737/statm: 3083 1836 423 1502 0 1576 0

[startup+0.0514369 s]
/proc/loadavg: 1.92 1.98 1.93 3/178 22737
/proc/meminfo: memFree=30077792/32951124 swapFree=67111528/67111528
[pid=22737] ppid=22735 vsize=23828 CPUtime=0.04
/proc/22737/stat : 22737 (pbscip.linux.x8) R 22735 22737 22157 0 -1 4202496 5020 0 0 0 4 0 0 0 21 0 1 0 26227766 24399872 4585 4089446400 4194304 10345943 140736746581536 18446744073709551615 5604422 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/22737/statm: 5957 4585 552 1502 0 4450 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 23828

[startup+0.100429 s]
/proc/loadavg: 1.92 1.98 1.93 3/178 22737
/proc/meminfo: memFree=30077792/32951124 swapFree=67111528/67111528
[pid=22737] ppid=22735 vsize=40192 CPUtime=0.09
/proc/22737/stat : 22737 (pbscip.linux.x8) R 22735 22737 22157 0 -1 4202496 8917 0 0 0 8 1 0 0 21 0 1 0 26227766 41156608 8482 4089446400 4194304 10345943 140736746581536 18446744073709551615 9186026 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/22737/statm: 10048 8482 636 1502 0 8541 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 40192

[startup+0.300377 s]
/proc/loadavg: 1.92 1.98 1.93 3/178 22737
/proc/meminfo: memFree=30077792/32951124 swapFree=67111528/67111528
[pid=22737] ppid=22735 vsize=43692 CPUtime=0.29
/proc/22737/stat : 22737 (pbscip.linux.x8) R 22735 22737 22157 0 -1 4202496 10450 0 0 0 28 1 0 0 21 0 1 0 26227766 44740608 9481 4089446400 4194304 10345943 140736746581536 18446744073709551615 8867801 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/22737/statm: 10923 9481 757 1502 0 9416 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 43692

[startup+0.700318 s]
/proc/loadavg: 1.92 1.98 1.93 3/178 22737
/proc/meminfo: memFree=30077792/32951124 swapFree=67111528/67111528
[pid=22737] ppid=22735 vsize=43692 CPUtime=0.69
/proc/22737/stat : 22737 (pbscip.linux.x8) R 22735 22737 22157 0 -1 4202496 10452 0 0 0 67 2 0 0 22 0 1 0 26227766 44740608 9483 4089446400 4194304 10345943 140736746581536 18446744073709551615 4749694 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/22737/statm: 10923 9483 759 1502 0 9416 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 43692

[startup+1.50017 s]
/proc/loadavg: 1.92 1.98 1.93 3/179 22738
/proc/meminfo: memFree=30040584/32951124 swapFree=67111528/67111528
[pid=22737] ppid=22735 vsize=44880 CPUtime=1.49
/proc/22737/stat : 22737 (pbscip.linux.x8) R 22735 22737 22157 0 -1 4202496 11008 0 0 0 146 3 0 0 25 0 1 0 26227766 45957120 10039 4089446400 4194304 10345943 140736746581536 18446744073709551615 6785212 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/22737/statm: 11220 10039 760 1502 0 9713 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 44880

[startup+3.10088 s]
/proc/loadavg: 1.92 1.98 1.93 3/179 22738
/proc/meminfo: memFree=30041368/32951124 swapFree=67111528/67111528
[pid=22737] ppid=22735 vsize=42196 CPUtime=3.09
/proc/22737/stat : 22737 (pbscip.linux.x8) R 22735 22737 22157 0 -1 4202496 11424 0 0 0 306 3 0 0 25 0 1 0 26227766 43208704 9426 4089446400 4194304 10345943 140736746581536 18446744073709551615 4447843 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/22737/statm: 10549 9426 760 1502 0 9042 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 42196

[startup+6.30029 s]
/proc/loadavg: 1.93 1.98 1.93 3/179 22738
/proc/meminfo: memFree=30039632/32951124 swapFree=67111528/67111528
[pid=22737] ppid=22735 vsize=45856 CPUtime=6.29
/proc/22737/stat : 22737 (pbscip.linux.x8) R 22735 22737 22157 0 -1 4202496 15829 0 0 0 625 4 0 0 25 0 1 0 26227766 46956544 9905 4089446400 4194304 10345943 140736746581536 18446744073709551615 6777432 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/22737/statm: 11464 9905 764 1502 0 9957 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 45856

[startup+12.7001 s]
/proc/loadavg: 1.93 1.98 1.93 3/179 22738
/proc/meminfo: memFree=30024644/32951124 swapFree=67111528/67111528
[pid=22737] ppid=22735 vsize=55344 CPUtime=12.69
/proc/22737/stat : 22737 (pbscip.linux.x8) R 22735 22737 22157 0 -1 4202496 20832 0 0 0 1262 7 0 0 25 0 1 0 26227766 56672256 12440 4089446400 4194304 10345943 140736746581536 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/22737/statm: 13836 12440 764 1502 0 12329 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 55344

[startup+25.5008 s]
/proc/loadavg: 1.95 1.98 1.93 3/179 22738
/proc/meminfo: memFree=29989536/32951124 swapFree=67111528/67111528
[pid=22737] ppid=22735 vsize=72196 CPUtime=25.5
/proc/22737/stat : 22737 (pbscip.linux.x8) R 22735 22737 22157 0 -1 4202496 40346 0 0 0 2538 12 0 0 25 0 1 0 26227766 73928704 16558 4089446400 4194304 10345943 140736746581536 18446744073709551615 18446744073699065863 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/22737/statm: 18049 16558 764 1502 0 16542 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 72196

[startup+51.1002 s]
/proc/loadavg: 1.96 1.98 1.93 3/179 22739
/proc/meminfo: memFree=29912812/32951124 swapFree=67111528/67111528
[pid=22737] ppid=22735 vsize=110960 CPUtime=51.1
/proc/22737/stat : 22737 (pbscip.linux.x8) R 22735 22737 22157 0 -1 4202496 53028 0 0 0 5093 17 0 0 25 0 1 0 26227766 113623040 26069 4089446400 4194304 10345943 140736746581536 18446744073709551615 4476332 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/22737/statm: 27740 26069 764 1502 0 26233 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 110960

[startup+102.306 s]
/proc/loadavg: 1.98 1.98 1.93 3/179 22740
/proc/meminfo: memFree=29762060/32951124 swapFree=67111528/67111528
[pid=22737] ppid=22735 vsize=183652 CPUtime=102.29
/proc/22737/stat : 22737 (pbscip.linux.x8) R 22735 22737 22157 0 -1 4202496 73395 0 0 0 10204 25 0 0 25 0 1 0 26227766 188059648 44237 4089446400 4194304 10345943 140736746581536 18446744073709551615 4686922 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/22737/statm: 45913 44237 764 1502 0 44406 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 183652

[startup+162.301 s]
/proc/loadavg: 1.99 1.98 1.93 3/179 22742
/proc/meminfo: memFree=29585184/32951124 swapFree=67111528/67111528
[pid=22737] ppid=22735 vsize=273664 CPUtime=162.29
/proc/22737/stat : 22737 (pbscip.linux.x8) R 22735 22737 22157 0 -1 4202496 97069 0 0 0 16192 37 0 0 25 0 1 0 26227766 280231936 65963 4089446400 4194304 10345943 140736746581536 18446744073709551615 6519504 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/22737/statm: 68416 65963 764 1502 0 66909 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 273664

[startup+222.3 s]
/proc/loadavg: 1.99 1.98 1.93 3/179 22743
/proc/meminfo: memFree=29411656/32951124 swapFree=67111528/67111528
[pid=22737] ppid=22735 vsize=356196 CPUtime=222.29
/proc/22737/stat : 22737 (pbscip.linux.x8) R 22735 22737 22157 0 -1 4202496 117639 0 0 0 22181 48 0 0 25 0 1 0 26227766 364744704 86533 4089446400 4194304 10345943 140736746581536 18446744073709551615 6557974 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/22737/statm: 89049 86533 764 1502 0 87542 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 356196

[startup+282.3 s]
/proc/loadavg: 1.99 1.98 1.93 3/179 22745
/proc/meminfo: memFree=29238752/32951124 swapFree=67111528/67111528
[pid=22737] ppid=22735 vsize=440208 CPUtime=282.3
/proc/22737/stat : 22737 (pbscip.linux.x8) R 22735 22737 22157 0 -1 4202496 138312 0 0 0 28169 61 0 0 25 0 1 0 26227766 450772992 107206 4089446400 4194304 10345943 140736746581536 18446744073709551615 6119682 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/22737/statm: 110052 107206 764 1502 0 108545 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 440208

[startup+342.3 s]
/proc/loadavg: 2.06 2.00 1.94 3/179 22747
/proc/meminfo: memFree=29061244/32951124 swapFree=67111528/67111528
[pid=22737] ppid=22735 vsize=531892 CPUtime=342.29
/proc/22737/stat : 22737 (pbscip.linux.x8) R 22735 22737 22157 0 -1 4202496 161420 0 0 0 34158 71 0 0 25 0 1 0 26227766 544657408 128193 4089446400 4194304 10345943 140736746581536 18446744073709551615 6119378 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/22737/statm: 132973 128193 764 1502 0 131466 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 531892

[startup+402.301 s]
/proc/loadavg: 2.06 2.01 1.94 3/179 22748
/proc/meminfo: memFree=28888080/32951124 swapFree=67111528/67111528
[pid=22737] ppid=22735 vsize=617128 CPUtime=402.3
/proc/22737/stat : 22737 (pbscip.linux.x8) R 22735 22737 22157 0 -1 4202496 182536 0 0 0 40149 81 0 0 25 0 1 0 26227766 631939072 149309 4089446400 4194304 10345943 140736746581536 18446744073709551615 6002307 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/22737/statm: 154282 149309 764 1502 0 152775 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 617128

[startup+462.301 s]
/proc/loadavg: 2.02 2.01 1.94 3/179 22750
/proc/meminfo: memFree=28706980/32951124 swapFree=67111528/67111528
[pid=22737] ppid=22735 vsize=703476 CPUtime=462.3
/proc/22737/stat : 22737 (pbscip.linux.x8) R 22735 22737 22157 0 -1 4202496 204110 0 0 0 46139 91 0 0 25 0 1 0 26227766 720359424 170883 4089446400 4194304 10345943 140736746581536 18446744073709551615 4701030 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/22737/statm: 175869 170883 764 1502 0 174362 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 703476

[startup+522.301 s]
/proc/loadavg: 2.01 2.00 1.94 3/179 22751
/proc/meminfo: memFree=28531088/32951124 swapFree=67111528/67111528
[pid=22737] ppid=22735 vsize=785696 CPUtime=522.3
/proc/22737/stat : 22737 (pbscip.linux.x8) R 22735 22737 22157 0 -1 4202496 224717 0 0 0 52130 100 0 0 25 0 1 0 26227766 804552704 191490 4089446400 4194304 10345943 140736746581536 18446744073709551615 6002418 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/22737/statm: 196424 191490 764 1502 0 194917 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 785696

[startup+582.301 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 22756
/proc/meminfo: memFree=28352072/32951124 swapFree=67111528/67111528
[pid=22737] ppid=22735 vsize=871352 CPUtime=582.3
/proc/22737/stat : 22737 (pbscip.linux.x8) R 22735 22737 22157 0 -1 4202496 248054 0 0 0 58120 110 0 0 25 0 1 0 26227766 892264448 212659 4089446400 4194304 10345943 140736746581536 18446744073709551615 4749665 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/22737/statm: 217838 212659 764 1502 0 216331 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 871352

[startup+642.301 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 22758
/proc/meminfo: memFree=28173996/32951124 swapFree=67111528/67111528
[pid=22737] ppid=22735 vsize=951624 CPUtime=642.31
/proc/22737/stat : 22737 (pbscip.linux.x8) R 22735 22737 22157 0 -1 4202496 268383 0 0 0 64111 120 0 0 25 0 1 0 26227766 974462976 232988 4089446400 4194304 10345943 140736746581536 18446744073709551615 8162101 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/22737/statm: 237906 232988 764 1502 0 236399 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 951624

[startup+702.3 s]

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

/proc/meminfo: memFree=26961220/32951124 swapFree=67111528/67111528
[pid=22737] ppid=22735 vsize=1501768 CPUtime=1062.32
/proc/22737/stat : 22737 (pbscip.linux.x8) R 22735 22737 22157 0 -1 4202496 515311 0 0 0 106031 201 0 0 25 0 1 0 26227766 1537810432 371549 4089446400 4194304 10345943 140736746581536 18446744073709551615 5614593 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/22737/statm: 375442 371549 764 1502 0 373935 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 1501768

[startup+1122.3 s]
/proc/loadavg: 2.00 2.01 1.95 3/179 22770
/proc/meminfo: memFree=26792520/32951124 swapFree=67111528/67111528
[pid=22737] ppid=22735 vsize=1576348 CPUtime=1122.32
/proc/22737/stat : 22737 (pbscip.linux.x8) R 22735 22737 22157 0 -1 4202496 557836 0 0 0 112008 224 0 0 25 0 1 0 26227766 1614180352 389683 4089446400 4194304 10345943 140736746581536 18446744073709551615 18446744073699065989 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/22737/statm: 394087 389683 764 1502 0 392580 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 1576348

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 22772
/proc/meminfo: memFree=26620352/32951124 swapFree=67111528/67111528
[pid=22737] ppid=22735 vsize=1663232 CPUtime=1182.32
/proc/22737/stat : 22737 (pbscip.linux.x8) R 22735 22737 22157 0 -1 4202496 581170 0 0 0 117989 243 0 0 25 0 1 0 26227766 1703149568 409435 4089446400 4194304 10345943 140736746581536 18446744073709551615 4447807 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/22737/statm: 415808 409435 764 1502 0 414301 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 1663232

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 22774
/proc/meminfo: memFree=26445068/32951124 swapFree=67111528/67111528
[pid=22737] ppid=22735 vsize=1745572 CPUtime=1242.32
/proc/22737/stat : 22737 (pbscip.linux.x8) R 22735 22737 22157 0 -1 4202496 630243 0 0 0 123970 262 0 0 25 0 1 0 26227766 1787465728 429477 4089446400 4194304 10345943 140736746581536 18446744073709551615 6068889 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/22737/statm: 436393 429477 764 1502 0 434886 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 1745572

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 22775
/proc/meminfo: memFree=26271160/32951124 swapFree=67111528/67111528
[pid=22737] ppid=22735 vsize=1826804 CPUtime=1302.33
/proc/22737/stat : 22737 (pbscip.linux.x8) R 22735 22737 22157 0 -1 4202496 671620 0 0 0 129952 281 0 0 25 0 1 0 26227766 1870647296 448330 4089446400 4194304 10345943 140736746581536 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/22737/statm: 456701 448330 764 1502 0 455194 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 1826804

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 22777
/proc/meminfo: memFree=26105808/32951124 swapFree=67111528/67111528
[pid=22737] ppid=22735 vsize=1908980 CPUtime=1362.32
/proc/22737/stat : 22737 (pbscip.linux.x8) R 22735 22737 22157 0 -1 4202496 702647 0 0 0 135931 301 0 0 25 0 1 0 26227766 1954795520 467313 4089446400 4194304 10345943 140736746581536 18446744073709551615 4476332 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/22737/statm: 477245 467313 764 1502 0 475738 0
Current children cumulated CPU time (s) 1362.32
Current children cumulated vsize (KiB) 1908980

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 22778
/proc/meminfo: memFree=25980520/32951124 swapFree=67111528/67111528
[pid=22737] ppid=22735 vsize=1936784 CPUtime=1422.34
/proc/22737/stat : 22737 (pbscip.linux.x8) R 22735 22737 22157 0 -1 4202496 748786 0 0 0 141914 320 0 0 25 0 1 0 26227766 1983266816 474002 4089446400 4194304 10345943 140736746581536 18446744073709551615 6307499 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/22737/statm: 484196 474002 764 1502 0 482689 0
Current children cumulated CPU time (s) 1422.34
Current children cumulated vsize (KiB) 1936784

[startup+1482.3 s]
/proc/loadavg: 2.08 2.02 1.96 3/179 22780
/proc/meminfo: memFree=25832784/32951124 swapFree=67111528/67111528
[pid=22737] ppid=22735 vsize=1990872 CPUtime=1482.33
/proc/22737/stat : 22737 (pbscip.linux.x8) R 22735 22737 22157 0 -1 4202496 777659 0 0 0 147892 341 0 0 25 0 1 0 26227766 2038652928 487041 4089446400 4194304 10345943 140736746581536 18446744073709551615 8160344 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/22737/statm: 497718 487041 764 1502 0 496211 0
Current children cumulated CPU time (s) 1482.33
Current children cumulated vsize (KiB) 1990872

[startup+1542.3 s]
/proc/loadavg: 2.03 2.01 1.96 3/179 22782
/proc/meminfo: memFree=25682304/32951124 swapFree=67111528/67111528
[pid=22737] ppid=22735 vsize=2051464 CPUtime=1542.34
/proc/22737/stat : 22737 (pbscip.linux.x8) R 22735 22737 22157 0 -1 4202496 807849 0 0 0 153875 359 0 0 25 0 1 0 26227766 2100699136 501603 4089446400 4194304 10345943 140736746581536 18446744073709551615 4688047 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/22737/statm: 512866 501603 764 1502 0 511359 0
Current children cumulated CPU time (s) 1542.34
Current children cumulated vsize (KiB) 2051464

[startup+1602.3 s]
/proc/loadavg: 2.01 2.00 1.96 3/179 22783
/proc/meminfo: memFree=25523396/32951124 swapFree=67111528/67111528
[pid=22737] ppid=22735 vsize=2120856 CPUtime=1602.34
/proc/22737/stat : 22737 (pbscip.linux.x8) R 22735 22737 22157 0 -1 4202496 849770 0 0 0 159855 379 0 0 25 0 1 0 26227766 2171756544 517766 4089446400 4194304 10345943 140736746581536 18446744073709551615 6519468 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/22737/statm: 530214 517766 764 1502 0 528707 0
Current children cumulated CPU time (s) 1602.34
Current children cumulated vsize (KiB) 2120856

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/179 22785
/proc/meminfo: memFree=25391656/32951124 swapFree=67111528/67111528
[pid=22737] ppid=22735 vsize=2160620 CPUtime=1662.34
/proc/22737/stat : 22737 (pbscip.linux.x8) R 22735 22737 22157 0 -1 4202496 877708 0 0 0 165835 399 0 0 25 0 1 0 26227766 2212474880 526663 4089446400 4194304 10345943 140736746581536 18446744073709551615 4995212 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/22737/statm: 540155 526663 764 1502 0 538648 0
Current children cumulated CPU time (s) 1662.34
Current children cumulated vsize (KiB) 2160620

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/179 22786
/proc/meminfo: memFree=25261876/32951124 swapFree=67111528/67111528
[pid=22737] ppid=22735 vsize=2199696 CPUtime=1722.34
/proc/22737/stat : 22737 (pbscip.linux.x8) R 22735 22737 22157 0 -1 4202496 908977 0 0 0 171817 417 0 0 25 0 1 0 26227766 2252488704 535679 4089446400 4194304 10345943 140736746581536 18446744073709551615 5614817 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/22737/statm: 549924 535679 764 1502 0 548417 0
Current children cumulated CPU time (s) 1722.34
Current children cumulated vsize (KiB) 2199696

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/179 22788
/proc/meminfo: memFree=25089700/32951124 swapFree=67111528/67111528
[pid=22737] ppid=22735 vsize=2278932 CPUtime=1782.34
/proc/22737/stat : 22737 (pbscip.linux.x8) R 22735 22737 22157 0 -1 4202496 937006 0 0 0 177800 434 0 0 25 0 1 0 26227766 2333626368 553895 4089446400 4194304 10345943 140736746581536 18446744073709551615 4696011 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/22737/statm: 569733 553895 764 1502 0 568226 0
Current children cumulated CPU time (s) 1782.34
Current children cumulated vsize (KiB) 2278932

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

[startup+1785.5 s]
/proc/loadavg: 2.00 2.00 1.96 3/179 22788
/proc/meminfo: memFree=25081868/32951124 swapFree=67111528/67111528
[pid=22737] ppid=22735 vsize=2281232 CPUtime=1785.54
/proc/22737/stat : 22737 (pbscip.linux.x8) R 22735 22737 22157 0 -1 4202496 937706 0 0 0 178119 435 0 0 25 0 1 0 26227766 2335981568 554595 4089446400 4194304 10345943 140736746581536 18446744073709551615 6003152 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/22737/statm: 570308 554595 764 1502 0 568801 0
Current children cumulated CPU time (s) 1785.54
Current children cumulated vsize (KiB) 2281232

[startup+1788.7 s]
/proc/loadavg: 2.00 2.00 1.96 3/179 22788
/proc/meminfo: memFree=25074304/32951124 swapFree=67111528/67111528
[pid=22737] ppid=22735 vsize=2285916 CPUtime=1788.74
/proc/22737/stat : 22737 (pbscip.linux.x8) R 22735 22737 22157 0 -1 4202496 938816 0 0 0 178437 437 0 0 25 0 1 0 26227766 2340777984 555705 4089446400 4194304 10345943 140736746581536 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/22737/statm: 571479 555705 764 1502 0 569972 0
Current children cumulated CPU time (s) 1788.74
Current children cumulated vsize (KiB) 2285916

[startup+1791.91 s]
/proc/loadavg: 2.00 2.00 1.96 3/179 22788
/proc/meminfo: memFree=25184044/32951124 swapFree=67111528/67111528
[pid=22737] ppid=22735 vsize=2288332 CPUtime=1791.95
/proc/22737/stat : 22737 (pbscip.linux.x8) R 22735 22737 22157 0 -1 4202496 939278 0 0 0 178758 437 0 0 25 0 1 0 26227766 2343251968 556167 4089446400 4194304 10345943 140736746581536 18446744073709551615 6325130 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/22737/statm: 572083 556167 768 1502 0 570576 0
Current children cumulated CPU time (s) 1791.95
Current children cumulated vsize (KiB) 2288332

[startup+1792.7 s]
/proc/loadavg: 2.00 2.00 1.96 3/179 22788
/proc/meminfo: memFree=25184044/32951124 swapFree=67111528/67111528
[pid=22737] ppid=22735 vsize=2288332 CPUtime=1792.74
/proc/22737/stat : 22737 (pbscip.linux.x8) R 22735 22737 22157 0 -1 4202496 939278 0 0 0 178837 437 0 0 25 0 1 0 26227766 2343251968 556167 4089446400 4194304 10345943 140736746581536 18446744073709551615 6325311 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/22737/statm: 572083 556167 768 1502 0 570576 0
Current children cumulated CPU time (s) 1792.74
Current children cumulated vsize (KiB) 2288332

[startup+1793.5 s]
/proc/loadavg: 2.00 2.00 1.96 2/174 22805
/proc/meminfo: memFree=27906364/32951124 swapFree=67111528/67111528
[pid=22737] ppid=22735 vsize=2288332 CPUtime=1793.54
/proc/22737/stat : 22737 (pbscip.linux.x8) R 22735 22737 22157 0 -1 4202496 939278 0 0 0 178917 437 0 0 25 0 1 0 26227766 2343251968 556167 4089446400 4194304 10345943 140736746581536 18446744073709551615 6324968 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/22737/statm: 572083 556167 768 1502 0 570576 0
Current children cumulated CPU time (s) 1793.54
Current children cumulated vsize (KiB) 2288332

[startup+1793.7 s]
/proc/loadavg: 2.00 2.00 1.96 2/174 22805
/proc/meminfo: memFree=27906364/32951124 swapFree=67111528/67111528
[pid=22737] ppid=22735 vsize=2165596 CPUtime=1793.74
/proc/22737/stat : 22737 (pbscip.linux.x8) R 22735 22737 22157 0 -1 4202496 939278 0 0 0 178937 437 0 0 25 0 1 0 26227766 2217570304 515198 4089446400 4194304 10345943 140736746581536 18446744073709551615 9366586 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/22737/statm: 541399 514686 768 1502 0 539892 0
Current children cumulated CPU time (s) 1793.74
Current children cumulated vsize (KiB) 2165596

Child status: 0
Real time (s): 1793.77
CPU time (s): 1793.82
CPU user time (s): 1789.37
CPU system time (s): 4.45132
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 2288332

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

runsolver used 2.45663 second user time and 5.71113 second system time

The end

Launcher Data

Begin job on node106 at 2010-07-08 11:08:48
IDJOB=2705754
IDBENCH=79418
IDSOLVER=1214
FILE ID=node106/2705754-1278580128
PBS_JOBID= 11240242
Free space on /tmp= 73236 MiB

SOLVER NAME= SCIPclp SCIP 1.2.1.3 with Clp 1.11.1 (Release Version) as LP solver
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/wcsp/jnh/normalized-jnh10_wcsp.wbo
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.clp -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2705754-1278580128/watcher-2705754-1278580128 -o /tmp/evaluation-result-2705754-1278580128/solver-2705754-1278580128 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2705754-1278580128.wbo -t 1800 -m 3800

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

MD5SUM BENCH= 401aade47f990d36319fcf6fc2a74e2a
RANDOM SEED=1131462059

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30078072 kB
Buffers:        155848 kB
Cached:        2441808 kB
SwapCached:          0 kB
Active:        1141748 kB
Inactive:      1560488 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30078072 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           25664 kB
Writeback:           0 kB
AnonPages:      104804 kB
Mapped:          17540 kB
Slab:           105284 kB
PageTables:       4340 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   246512 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= 73236 MiB
End job on node106 at 2010-07-08 11:38:42