Trace number 2705728

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 solverOPTIMUM 299.898 299.892

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/wcsp/jnh/
normalized-jnh202_wcsp.wbo
MD5SUMd13dffa73911787707d210cefbded5d8
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark68
Best CPU time to get the best result obtained on this benchmark0.005998
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 constraints900
Number of soft constraints800
Number of constraints which are clauses800
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 constraint10
Top cost 394239
Min constraint cost 1
Max constraint cost 1000
Sum of constraints costs 394238
Biggest number in a constraint 9
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 19
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-2705728-1278580118.wbo>
0.00/0.01	c original problem has 1800 variables (1000 bin, 0 int, 800 impl, 0 cont) and 1701 constraints
0.00/0.01	c problem read
0.00/0.01	c presolving settings loaded
0.01/0.02	c presolving:
0.01/0.02	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.01/0.03	c (round 2) 100 del vars, 101 del conss, 800 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 200 impls, 0 clqs
0.01/0.05	c    (0.0s) probing: 101/900 (11.2%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.01/0.05	c    (0.0s) probing aborted: 100/100 successive totally useless probings
0.01/0.05	c presolving (3 rounds):
0.01/0.05	c  100 deleted vars, 101 deleted constraints, 800 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.01/0.05	c  1800 implications, 0 cliques
0.01/0.05	c presolved problem has 1700 variables (900 bin, 0 int, 800 impl, 0 cont) and 1600 constraints
0.01/0.05	c     800 constraints of type <linear>
0.01/0.05	c     800 constraints of type <indicator>
0.01/0.05	c transformed objective value is always integral (scale: 1)
0.01/0.05	c Presolving Time: 0.03
0.01/0.05	c - non default parameters ----------------------------------------------------------------------
0.01/0.05	c # SCIP version 1.2.1.3
0.01/0.05	c 
0.01/0.05	c # frequency for displaying node information lines
0.01/0.05	c # [type: int, range: [-1,2147483647], default: 100]
0.01/0.05	c display/freq = 10000
0.01/0.05	c 
0.01/0.05	c # maximal time in seconds to run
0.01/0.05	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.01/0.05	c limits/time = 1789.99
0.01/0.05	c 
0.01/0.05	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.01/0.05	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.01/0.05	c limits/memory = 3420
0.01/0.05	c 
0.01/0.05	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.01/0.05	c # [type: int, range: [1,2], default: 1]
0.01/0.05	c timing/clocktype = 2
0.01/0.05	c 
0.01/0.05	c # should presolving try to simplify inequalities
0.01/0.05	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.01/0.05	c constraints/linear/simplifyinequalities = TRUE
0.01/0.05	c 
0.01/0.05	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.01/0.05	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.01/0.05	c constraints/indicator/addCouplingCons = TRUE
0.01/0.05	c 
0.01/0.05	c # should presolving try to simplify knapsacks
0.01/0.05	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.01/0.05	c constraints/knapsack/simplifyinequalities = TRUE
0.01/0.05	c 
0.01/0.05	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.01/0.05	c # [type: int, range: [-1,2147483647], default: -1]
0.01/0.05	c separating/rapidlearning/freq = 0
0.01/0.05	c 
0.01/0.05	c -----------------------------------------------------------------------------------------------
0.01/0.05	c start solving
0.01/0.05	c 
0.01/0.05	o 394238
0.01/0.05	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.01/0.05	c t 0.0s|     1 |     0 |     0 |     - |5953k|   0 |   - |1700 |1600 |   0 |   0 |   0 |   0 |   0 |      --      | 3.942380e+05 |    Inf 
0.01/0.05	c   0.0s|     1 |     0 |     0 |     - |6325k|   0 |   0 |1700 |1600 |1700 |   0 |   0 |   0 |   0 | 0.000000e+00 | 3.942380e+05 |    Inf 
0.09/0.11	c   0.1s|     1 |     0 |    43 |     - |6383k|   0 |   0 |1700 |1600 |1700 |  56 |  56 |   0 |   0 | 0.000000e+00 | 3.942380e+05 |    Inf 
0.09/0.11	c   0.1s|     1 |     0 |   125 |     - |6403k|   0 |  31 |1700 |1600 |1700 |  92 |  92 |   0 |   0 | 0.000000e+00 | 3.942380e+05 |    Inf 
0.09/0.12	c   0.1s|     1 |     0 |   187 |     - |6466k|   0 |  60 |1700 |1600 |1700 | 139 | 139 |   0 |   0 | 0.000000e+00 | 3.942380e+05 |    Inf 
0.09/0.14	c   0.1s|     1 |     0 |   241 |     - |6926k|   0 |  51 |1700 |1600 |1700 | 159 | 159 |   0 |   0 | 0.000000e+00 | 3.942380e+05 |    Inf 
0.09/0.16	c   0.1s|     1 |     0 |   296 |     - |7081k|   0 |  52 |1700 |1600 |1700 | 177 | 177 |   0 |   0 | 0.000000e+00 | 3.942380e+05 |    Inf 
0.09/0.18	c   0.2s|     1 |     0 |   364 |     - |7106k|   0 |  45 |1700 |1600 |1700 | 178 | 178 |   0 |   0 | 0.000000e+00 | 3.942380e+05 |    Inf 
0.19/0.29	c   0.3s|     1 |     2 |   364 |     - |7131k|   0 |  45 |1700 |1600 |1700 | 178 | 178 |   0 |  33 | 0.000000e+00 | 3.942380e+05 |    Inf 
7.79/7.80	c   7.8s| 10000 |  9993 | 10110 |   1.0 |  18M| 563 |   0 |1700 |1604 |1700 | 197 |1551 |   4 | 748 | 0.000000e+00 | 3.942380e+05 |    Inf 
14.39/14.40	c  14.4s| 20000 | 19981 | 19354 |   0.9 |  28M| 563 |   0 |1700 |1616 |1700 | 214 |2876 |  16 | 778 | 0.000000e+00 | 3.942380e+05 |    Inf 
16.99/17.06	o 6513
16.99/17.06	c *17.0s| 24478 | 23158 | 22495 |   0.9 |  31M| 753 |   - |1700 |1621 |1700 | 263 |3367 |  21 | 779 | 0.000000e+00 | 6.513000e+03 |    Inf 
20.79/20.84	c  20.8s| 30000 | 28674 | 27653 |   0.9 |  37M| 753 |   0 |1700 |1625 |1700 | 222 |4016 |  25 | 779 | 0.000000e+00 | 6.513000e+03 |    Inf 
21.90/21.93	o 6509
21.90/21.93	c *21.9s| 31472 | 30135 | 29474 |   0.9 |  38M| 753 |   - |1700 |1643 |1700 | 245 |4244 |  43 | 779 | 0.000000e+00 | 6.509000e+03 |    Inf 
23.39/23.40	o 6381
23.39/23.40	c *23.4s| 33433 | 31748 | 31744 |   0.9 |  40M| 753 |   - |1700 |2216 |1700 | 195 |4510 | 616 | 781 | 0.000000e+00 | 6.381000e+03 |    Inf 
25.49/25.57	o 6355
25.49/25.57	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
25.49/25.57	c *25.6s| 36124 | 33972 | 36776 |   1.0 |  45M| 753 |   - |1700 |3657 |1700 | 208 |5351 |2061 | 781 | 0.000000e+00 | 6.355000e+03 |    Inf 
27.09/27.17	o 6283
27.09/27.17	c *27.2s| 38240 | 35674 | 39066 |   1.0 |  47M| 753 |   - |1700 |4349 |1700 | 204 |5647 |2764 | 781 | 0.000000e+00 | 6.283000e+03 |    Inf 
27.09/27.17	o 6274
27.09/27.17	c *27.2s| 38241 | 35646 | 39067 |   1.0 |  47M| 753 |   - |1700 |4349 |1700 | 204 |5647 |2764 | 781 | 0.000000e+00 | 6.274000e+03 |    Inf 
28.29/28.34	o 6091
28.29/28.34	c *28.3s| 39673 | 36553 | 41109 |   1.0 |  49M| 753 |   - |1700 |4907 |1700 | 237 |5912 |3370 | 781 | 0.000000e+00 | 6.091000e+03 |    Inf 
28.29/28.34	o 6039
28.29/28.34	c *28.3s| 39674 | 36466 | 41113 |   1.0 |  49M| 753 |   - |1700 |4907 |1700 | 237 |5912 |3370 | 781 | 0.000000e+00 | 6.039000e+03 |    Inf 
28.60/28.61	c  28.6s| 40000 | 36741 | 41496 |   1.0 |  50M| 753 |   0 |1700 |4960 |1700 | 191 |5963 |3458 | 781 | 0.000000e+00 | 6.039000e+03 |    Inf 
36.89/36.90	c  36.9s| 50000 | 45094 | 60551 |   1.2 |  62M| 753 |   0 |1700 |3611 |1700 | 198 |8537 |6744 | 785 | 0.000000e+00 | 6.039000e+03 |    Inf 
38.59/38.65	o 5996
38.59/38.65	c *38.6s| 52246 | 46895 | 64062 |   1.2 |  65M| 753 |   - |1700 |3345 |1700 | 202 |8984 |7428 | 785 | 0.000000e+00 | 5.996000e+03 |    Inf 
38.59/38.68	o 5994
38.59/38.68	c *38.7s| 52283 | 46924 | 64270 |   1.2 |  65M| 753 |   - |1700 |3326 |1700 | 211 |9004 |7430 | 785 | 0.000000e+00 | 5.994000e+03 |    Inf 
40.09/40.15	o 5884
40.09/40.15	c *40.1s| 54018 | 48040 | 66993 |   1.2 |  67M| 753 |   - |1700 |3362 |1700 | 211 |9426 |8155 | 785 | 0.000000e+00 | 5.884000e+03 |    Inf 
44.89/44.97	c  45.0s| 60000 | 52932 | 75280 |   1.2 |  75M| 753 |   - |1700 |3107 |   0 |   0 |  10k|  10k| 785 | 0.000000e+00 | 5.884000e+03 |    Inf 
46.89/46.90	o 5667
46.89/46.90	c *46.9s| 62342 | 53828 | 78904 |   1.3 |  76M| 753 |   - |1700 |3169 |1700 | 262 |  11k|  11k| 785 | 0.000000e+00 | 5.667000e+03 |    Inf 
52.79/52.84	c  52.8s| 70000 | 60231 | 88591 |   1.3 |  86M| 753 |   - |1700 |2863 |   0 |   0 |  12k|  14k| 785 | 0.000000e+00 | 5.667000e+03 |    Inf 
56.99/57.08	o 5660
56.99/57.08	c *57.1s| 75495 | 64792 | 95229 |   1.3 |  92M| 753 |   - |1700 |2673 |1700 | 188 |  13k|  16k| 785 | 0.000000e+00 | 5.660000e+03 |    Inf 
56.99/57.08	o 5651
56.99/57.08	c *57.1s| 75496 | 64747 | 95232 |   1.3 |  92M| 753 |   - |1700 |2673 |1700 | 188 |  13k|  16k| 785 | 0.000000e+00 | 5.651000e+03 |    Inf 
57.89/57.90	o 5630
57.89/57.90	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
57.89/57.90	c *57.9s| 76555 | 65529 | 96642 |   1.3 |  93M| 753 |   - |1700 |2513 |1700 | 193 |  13k|  16k| 785 | 0.000000e+00 | 5.630000e+03 |    Inf 
60.59/60.66	c  60.6s| 80000 | 68432 |101776 |   1.3 |  98M| 753 |   0 |1700 |2713 |1700 | 198 |  14k|  17k| 785 | 0.000000e+00 | 5.630000e+03 |    Inf 
61.29/61.35	o 5544
61.29/61.35	c *61.3s| 80792 | 68493 |103154 |   1.3 |  98M| 753 |   - |1700 |2822 |1700 | 200 |  14k|  17k| 785 | 0.000000e+00 | 5.544000e+03 |    Inf 
61.29/61.35	o 5486
61.29/61.35	c *61.3s| 80793 | 68061 |103160 |   1.3 |  97M| 753 |   - |1700 |2822 |1700 | 201 |  14k|  17k| 785 | 0.000000e+00 | 5.486000e+03 |    Inf 
66.39/66.43	o 5469
66.39/66.43	c *66.4s| 86981 | 73058 |112355 |   1.3 | 105M| 753 |   - |1700 |3144 |1700 | 211 |  16k|  19k| 785 | 0.000000e+00 | 5.469000e+03 |    Inf 
66.39/66.43	o 5454
66.39/66.43	c *66.4s| 86985 | 72922 |112384 |   1.3 | 104M| 753 |   - |1700 |3144 |1700 | 213 |  16k|  19k| 785 | 0.000000e+00 | 5.454000e+03 |    Inf 
66.39/66.44	o 5418
66.39/66.44	c *66.4s| 86986 | 72629 |112388 |   1.3 | 103M| 753 |   - |1700 |3144 |1700 | 213 |  16k|  19k| 785 | 0.000000e+00 | 5.418000e+03 |    Inf 
68.80/68.88	c  68.9s| 90000 | 75125 |116611 |   1.3 | 107M| 753 |   0 |1700 |2982 |1700 | 193 |  17k|  21k| 785 | 0.000000e+00 | 5.418000e+03 |    Inf 
71.29/71.39	o 5357
71.29/71.39	c *71.4s| 93141 | 77192 |121142 |   1.3 | 110M| 753 |   - |1700 |2981 |1700 | 200 |  17k|  22k| 785 | 0.000000e+00 | 5.357000e+03 |    Inf 
73.40/73.46	o 5288
73.40/73.46	c *73.5s| 95706 | 78647 |125382 |   1.3 | 111M| 753 |   - |1700 |3129 |1700 | 196 |  18k|  23k| 785 | 0.000000e+00 | 5.288000e+03 |    Inf 
73.40/73.47	o 5278
73.40/73.47	c *73.5s| 95707 | 78540 |125383 |   1.3 | 111M| 753 |   - |1700 |3129 |1700 | 196 |  18k|  23k| 785 | 0.000000e+00 | 5.278000e+03 |    Inf 
74.80/74.87	o 5145
74.80/74.87	c *74.9s| 97438 | 78599 |127541 |   1.3 | 110M| 753 |   - |1700 |2879 |1700 | 218 |  18k|  23k| 785 | 0.000000e+00 | 5.145000e+03 |    Inf 
76.30/76.35	o 5057
76.30/76.35	c *76.3s| 99193 | 78974 |130269 |   1.3 | 109M| 753 |   - |1700 |2861 |1700 | 213 |  19k|  24k| 785 | 0.000000e+00 | 5.057000e+03 |    Inf 
77.00/77.03	c  77.0s|100000 | 79630 |131610 |   1.3 | 110M| 753 |   0 |1700 |2948 |1700 | 199 |  19k|  24k| 785 | 0.000000e+00 | 5.057000e+03 |    Inf 
78.99/79.05	o 5056
78.99/79.05	c *79.0s|102511 | 81681 |135082 |   1.3 | 113M| 753 |   - |1700 |3123 |1700 | 223 |  20k|  25k| 785 | 0.000000e+00 | 5.056000e+03 |    Inf 
85.40/85.43	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
85.40/85.43	c  85.4s|110000 | 87860 |148022 |   1.3 | 123M| 753 |   0 |1700 |3650 |1700 | 205 |  22k|  27k| 788 | 0.000000e+00 | 5.056000e+03 |    Inf 
85.80/85.87	o 5020
85.80/85.87	c *85.9s|110545 | 87837 |148721 |   1.3 | 123M| 753 |   - |1700 |3544 |1700 | 186 |  22k|  28k| 798 | 0.000000e+00 | 5.020000e+03 |    Inf 
85.80/85.87	o 5004
85.80/85.87	c *85.9s|110546 | 87565 |148723 |   1.3 | 122M| 753 |   - |1700 |3544 |1700 | 186 |  22k|  28k| 798 | 0.000000e+00 | 5.004000e+03 |    Inf 
91.69/91.75	o 4980
91.69/91.75	c *91.7s|117420 | 92841 |160615 |   1.4 | 130M| 753 |   - |1700 |3357 |1700 | 213 |  24k|  30k| 824 | 0.000000e+00 | 4.980000e+03 |    Inf 
93.90/93.90	c  93.9s|120000 | 94936 |164448 |   1.4 | 134M| 753 |  12 |1700 |3264 |1700 | 183 |  25k|  31k| 833 | 0.000000e+00 | 4.980000e+03 |    Inf 
94.99/95.06	o 4961
94.99/95.06	c *95.1s|121434 | 95848 |166770 |   1.4 | 135M| 753 |   - |1700 |3452 |1700 | 218 |  25k|  31k| 833 | 0.000000e+00 | 4.961000e+03 |    Inf 
99.09/99.17	o 4916
99.09/99.17	c *99.2s|126139 | 98926 |176857 |   1.4 | 140M| 753 |   - |1700 |3759 |1700 | 219 |  26k|  33k| 843 | 0.000000e+00 | 4.916000e+03 |    Inf 
101.69/101.72	o 4877
101.69/101.72	c * 102s|129054 |100570 |182791 |   1.4 | 143M| 753 |   - |1700 |3749 |1700 | 219 |  27k|  34k| 865 | 0.000000e+00 | 4.877000e+03 |    Inf 
102.49/102.54	c   103s|130000 |101324 |184276 |   1.4 | 144M| 753 |   0 |1700 |3803 |1700 | 197 |  27k|  34k| 865 | 0.000000e+00 | 4.877000e+03 |    Inf 
106.09/106.19	o 4736
106.09/106.19	c * 106s|134209 |102110 |192296 |   1.4 | 143M| 753 |   - |1700 |3368 |1700 | 206 |  29k|  35k| 885 | 0.000000e+00 | 4.736000e+03 |    Inf 
107.89/107.96	o 4733
107.89/107.96	c * 108s|136107 |103592 |196281 |   1.4 | 146M| 753 |   - |1700 |3472 |1700 | 201 |  29k|  36k| 890 | 0.000000e+00 | 4.733000e+03 |    Inf 
109.29/109.36	o 4669
109.29/109.36	c * 109s|137525 |103456 |199853 |   1.5 | 145M| 753 |   - |1700 |3368 |1700 | 229 |  30k|  37k| 902 | 0.000000e+00 | 4.669000e+03 |    Inf 
110.49/110.50	o 4661
110.49/110.50	c * 110s|138831 |104305 |202025 |   1.5 | 146M| 753 |   - |1700 |3286 |1700 | 207 |  30k|  37k| 916 | 0.000000e+00 | 4.661000e+03 |    Inf 
111.50/111.56	c   112s|140000 |105252 |204028 |   1.5 | 148M| 753 |   0 |1700 |3000 |1700 | 210 |  31k|  37k| 922 | 0.000000e+00 | 4.661000e+03 |    Inf 
120.29/120.37	c   120s|150000 |113163 |224040 |   1.5 | 161M| 753 |   0 |1700 |3615 |1700 | 198 |  34k|  41k| 972 | 0.000000e+00 | 4.661000e+03 |    Inf 
121.69/121.70	o 4569
121.69/121.70	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
121.69/121.70	c * 122s|151467 |112374 |227307 |   1.5 | 158M| 753 |   - |1700 |3218 |1700 | 207 |  35k|  41k| 984 | 0.000000e+00 | 4.569000e+03 |    Inf 
121.69/121.71	o 4553
121.69/121.71	c * 122s|151468 |112037 |227309 |   1.5 | 158M| 753 |   - |1700 |3218 |1700 | 207 |  35k|  41k| 984 | 0.000000e+00 | 4.553000e+03 |    Inf 
122.69/122.74	o 4461
122.69/122.74	c * 123s|152700 |110954 |229302 |   1.5 | 154M| 753 |   - |1700 |2924 |1700 | 202 |  35k|  42k| 987 | 0.000000e+00 | 4.461000e+03 |    Inf 
124.60/124.62	o 4416
124.60/124.62	c * 125s|154805 |111581 |233344 |   1.5 | 154M| 753 |   - |1700 |2909 |1700 | 225 |  36k|  42k| 991 | 0.000000e+00 | 4.416000e+03 |    Inf 
124.60/124.63	o 4309
124.60/124.63	c * 125s|154806 |109118 |233347 |   1.5 | 149M| 753 |   - |1700 |2906 |1700 | 225 |  36k|  42k| 991 | 0.000000e+00 | 4.309000e+03 |    Inf 
124.99/125.04	o 4280
124.99/125.04	c * 125s|155167 |108685 |234725 |   1.5 | 147M| 753 |   - |1700 |2934 |1700 | 210 |  36k|  43k| 994 | 0.000000e+00 | 4.280000e+03 |    Inf 
124.99/125.05	o 4264
124.99/125.05	c * 125s|155169 |108276 |234825 |   1.5 | 147M| 753 |   - |1700 |2934 |1700 | 213 |  36k|  43k| 994 | 0.000000e+00 | 4.264000e+03 |    Inf 
124.99/125.06	o 4224
124.99/125.06	c * 125s|155177 |107313 |234847 |   1.5 | 144M| 753 |   - |1700 |2933 |1700 | 213 |  36k|  43k| 994 | 0.000000e+00 | 4.224000e+03 |    Inf 
124.99/125.07	o 4208
124.99/125.07	c * 125s|155178 |106908 |234849 |   1.5 | 143M| 753 |   - |1700 |2933 |1700 | 213 |  36k|  43k| 994 | 0.000000e+00 | 4.208000e+03 |    Inf 
129.39/129.40	c   129s|160000 |110692 |244806 |   1.5 | 150M| 753 |   0 |1700 |3297 |1700 | 204 |  38k|  44k|1018 | 0.000000e+00 | 4.208000e+03 |    Inf 
131.39/131.49	o 4184
131.39/131.49	c * 131s|162276 |111858 |249277 |   1.5 | 152M| 753 |   - |1700 |3427 |1700 | 225 |  38k|  45k|1044 | 0.000000e+00 | 4.184000e+03 |    Inf 
131.39/131.49	o 4170
131.39/131.49	c * 131s|162277 |111474 |249278 |   1.5 | 151M| 753 |   - |1700 |3427 |1700 | 225 |  38k|  45k|1044 | 0.000000e+00 | 4.170000e+03 |    Inf 
138.40/138.40	c   138s|170000 |117603 |265028 |   1.6 | 163M| 753 |   0 |1700 |3103 |1700 | 201 |  41k|  48k|1108 | 0.000000e+00 | 4.170000e+03 |    Inf 
140.00/140.05	o 4075
140.00/140.05	c * 140s|171843 |116411 |269072 |   1.6 | 158M| 753 |   - |1700 |2891 |1700 | 217 |  42k|  49k|1111 | 0.000000e+00 | 4.075000e+03 |    Inf 
147.19/147.21	c   147s|180000 |122976 |284339 |   1.6 | 170M| 753 |   0 |1700 |3189 |1700 | 193 |  44k|  51k|1135 | 0.000000e+00 | 4.075000e+03 |    Inf 
149.60/149.66	o 4052
149.60/149.66	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
149.60/149.66	c * 150s|182702 |124406 |290054 |   1.6 | 173M| 753 |   - |1700 |3158 |1700 | 229 |  45k|  52k|1173 | 0.000000e+00 | 4.052000e+03 |    Inf 
149.60/149.68	o 4044
149.60/149.68	c * 150s|182709 |124190 |290078 |   1.6 | 172M| 753 |   - |1700 |3158 |1700 | 230 |  45k|  52k|1173 | 0.000000e+00 | 4.044000e+03 |    Inf 
155.99/156.00	c   156s|190000 |130102 |304097 |   1.6 | 182M| 753 |   0 |1700 |3046 |1700 | 209 |  48k|  55k|1228 | 0.000000e+00 | 4.044000e+03 |    Inf 
156.29/156.30	o 4013
156.29/156.30	c * 156s|190347 |129411 |305058 |   1.6 | 180M| 753 |   - |1700 |3000 |1700 | 230 |  48k|  55k|1233 | 0.000000e+00 | 4.013000e+03 |    Inf 
158.50/158.58	o 4003
158.50/158.58	c * 159s|192838 |131089 |310087 |   1.6 | 183M| 753 |   - |1700 |2805 |1700 | 207 |  48k|  56k|1240 | 0.000000e+00 | 4.003000e+03 |    Inf 
158.50/158.58	o 3964
158.50/158.58	c * 159s|192839 |129909 |310089 |   1.6 | 180M| 753 |   - |1700 |2805 |1700 | 207 |  48k|  56k|1240 | 0.000000e+00 | 3.964000e+03 |    Inf 
160.99/161.05	o 3957
160.99/161.05	c * 161s|195504 |131811 |317336 |   1.6 | 184M| 753 |   - |1700 |2690 |1700 | 212 |  50k|  57k|1270 | 0.000000e+00 | 3.957000e+03 |    Inf 
161.70/161.77	o 3915
161.70/161.77	c * 162s|196283 |131117 |319076 |   1.6 | 182M| 753 |   - |1700 |2637 |1700 | 231 |  50k|  57k|1273 | 0.000000e+00 | 3.915000e+03 |    Inf 
162.19/162.22	o 3897
162.19/162.22	c * 162s|196783 |130910 |320273 |   1.6 | 181M| 753 |   - |1700 |2679 |1700 | 219 |  50k|  57k|1273 | 0.000000e+00 | 3.897000e+03 |    Inf 
165.09/165.16	c   165s|200000 |133464 |327052 |   1.6 | 186M| 753 |   0 |1700 |2802 |1700 | 195 |  51k|  58k|1292 | 0.000000e+00 | 3.897000e+03 |    Inf 
168.30/168.30	o 3860
168.30/168.30	c * 168s|203525 |135014 |333687 |   1.6 | 189M| 753 |   - |1700 |3178 |1700 | 218 |  52k|  59k|1304 | 0.000000e+00 | 3.860000e+03 |    Inf 
171.60/171.61	o 3772
171.60/171.61	c * 172s|207133 |135019 |342478 |   1.7 | 189M| 753 |   - |1700 |3244 |1700 | 204 |  54k|  60k|1329 | 0.000000e+00 | 3.772000e+03 |    Inf 
171.60/171.62	o 3756
171.60/171.62	c * 172s|207134 |134526 |342480 |   1.7 | 188M| 753 |   - |1700 |3244 |1700 | 204 |  54k|  60k|1329 | 0.000000e+00 | 3.756000e+03 |    Inf 
174.40/174.43	c   174s|210000 |136761 |350148 |   1.7 | 192M| 753 |   0 |1700 |3434 |1700 | 194 |  55k|  62k|1341 | 0.000000e+00 | 3.756000e+03 |    Inf 
175.70/175.74	o 3669
175.70/175.74	c * 176s|211150 |134569 |355219 |   1.7 | 189M| 753 |   - |1700 |3446 |1700 | 205 |  56k|  62k|1372 | 0.000000e+00 | 3.669000e+03 |    Inf 
175.70/175.74	o 3662
175.70/175.74	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
175.70/175.74	c * 176s|211151 |134360 |355219 |   1.7 | 188M| 753 |   - |1700 |3446 |1700 | 205 |  56k|  62k|1372 | 0.000000e+00 | 3.662000e+03 |    Inf 
175.90/175.93	o 3631
175.90/175.93	c * 176s|211331 |133425 |355971 |   1.7 | 187M| 753 |   - |1700 |3477 |1700 | 194 |  56k|  62k|1375 | 0.000000e+00 | 3.631000e+03 |    Inf 
175.90/175.93	o 3624
175.90/175.93	c * 176s|211332 |133133 |355974 |   1.7 | 186M| 753 |   - |1700 |3477 |1700 | 194 |  56k|  62k|1375 | 0.000000e+00 | 3.624000e+03 |    Inf 
177.70/177.79	o 3567
177.70/177.79	c * 178s|213253 |132385 |360861 |   1.7 | 184M| 753 |   - |1700 |3228 |1700 | 229 |  56k|  63k|1382 | 0.000000e+00 | 3.567000e+03 |    Inf 
179.70/179.74	o 3560
179.70/179.74	c * 180s|215258 |133629 |365877 |   1.7 | 187M| 753 |   - |1700 |3085 |1700 | 195 |  57k|  64k|1386 | 0.000000e+00 | 3.560000e+03 |    Inf 
180.70/180.77	o 3513
180.70/180.77	c * 181s|216440 |132950 |368117 |   1.7 | 186M| 753 |   - |1700 |3101 |1700 | 228 |  58k|  64k|1397 | 0.000000e+00 | 3.513000e+03 |    Inf 
181.40/181.47	o 3449
181.40/181.47	c * 181s|217193 |131110 |369849 |   1.7 | 182M| 753 |   - |1700 |3084 |1700 | 233 |  58k|  64k|1410 | 0.000000e+00 | 3.449000e+03 |    Inf 
181.40/181.48	o 3400
181.40/181.48	c * 181s|217194 |129340 |369856 |   1.7 | 178M| 753 |   - |1700 |3084 |1700 | 233 |  58k|  64k|1410 | 0.000000e+00 | 3.400000e+03 |    Inf 
181.90/181.94	o 3364
181.90/181.94	c * 182s|217694 |128384 |370683 |   1.7 | 176M| 753 |   - |1700 |3149 |1700 | 197 |  58k|  64k|1410 | 0.000000e+00 | 3.364000e+03 |    Inf 
181.90/181.95	o 3312
181.90/181.95	c * 182s|217695 |126374 |370688 |   1.7 | 172M| 753 |   - |1700 |3149 |1700 | 197 |  58k|  64k|1410 | 0.000000e+00 | 3.312000e+03 |    Inf 
181.90/181.98	o 3310
181.90/181.98	c * 182s|217711 |126330 |370861 |   1.7 | 171M| 753 |   - |1700 |3144 |1700 | 202 |  58k|  64k|1410 | 0.000000e+00 | 3.310000e+03 |    Inf 
184.00/184.09	c   184s|220000 |127999 |375930 |   1.7 | 175M| 753 |   0 |1700 |2949 |1700 | 195 |  59k|  65k|1433 | 0.000000e+00 | 3.310000e+03 |    Inf 
184.80/184.89	o 3308
184.80/184.89	c * 185s|220833 |128544 |378300 |   1.7 | 176M| 753 |   - |1700 |2727 |1700 | 216 |  59k|  65k|1433 | 0.000000e+00 | 3.308000e+03 |    Inf 
191.49/191.57	o 3303
191.49/191.57	c * 192s|227930 |133896 |396851 |   1.7 | 186M| 753 |   - |1700 |2715 |1700 | 201 |  62k|  67k|1481 | 0.000000e+00 | 3.303000e+03 |    Inf 
191.49/191.58	o 3240
191.49/191.58	c * 192s|227931 |131538 |396852 |   1.7 | 180M| 753 |   - |1700 |2715 |1700 | 201 |  62k|  67k|1481 | 0.000000e+00 | 3.240000e+03 |    Inf 
191.90/191.97	o 3235
191.90/191.97	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
191.90/191.97	c * 192s|228331 |131650 |397965 |   1.7 | 180M| 753 |   - |1700 |2786 |1700 | 214 |  62k|  67k|1486 | 0.000000e+00 | 3.235000e+03 |    Inf 
191.90/191.98	o 3219
191.90/191.98	c * 192s|228332 |130972 |397974 |   1.7 | 178M| 753 |   - |1700 |2786 |1700 | 214 |  62k|  67k|1486 | 0.000000e+00 | 3.219000e+03 |    Inf 
193.50/193.58	c   194s|230000 |132247 |402040 |   1.7 | 181M| 753 |   0 |1700 |3002 |1700 | 194 |  63k|  68k|1499 | 0.000000e+00 | 3.219000e+03 |    Inf 
197.90/197.98	o 3191
197.90/197.98	c * 198s|234648 |134547 |413818 |   1.8 | 185M| 753 |   - |1700 |2840 |1700 | 227 |  65k|  69k|1516 | 0.000000e+00 | 3.191000e+03 |    Inf 
199.20/199.29	o 3186
199.20/199.29	c * 199s|236066 |135510 |416747 |   1.8 | 187M| 753 |   - |1700 |2741 |1700 | 242 |  65k|  70k|1551 | 0.000000e+00 | 3.186000e+03 |    Inf 
202.80/202.89	c   203s|240000 |138523 |425150 |   1.8 | 193M| 753 |   0 |1700 |2745 |1700 | 189 |  67k|  71k|1562 | 0.000000e+00 | 3.186000e+03 |    Inf 
207.80/207.81	o 3132
207.80/207.81	c * 208s|245253 |140174 |437074 |   1.8 | 196M| 753 |   - |1700 |2975 |1700 | 217 |  69k|  73k|1601 | 0.000000e+00 | 3.132000e+03 |    Inf 
208.20/208.26	o 3122
208.20/208.26	c * 208s|245639 |139959 |438641 |   1.8 | 195M| 753 |   - |1700 |3004 |1700 | 215 |  69k|  73k|1602 | 0.000000e+00 | 3.122000e+03 |    Inf 
209.09/209.13	o 3065
209.09/209.13	c * 209s|246488 |138013 |441242 |   1.8 | 191M| 753 |   - |1700 |3024 |1700 | 210 |  70k|  73k|1609 | 0.000000e+00 | 3.065000e+03 |    Inf 
209.09/209.14	o 2978
209.09/209.14	c * 209s|246489 |134002 |441243 |   1.8 | 182M| 753 |   - |1700 |3024 |1700 | 210 |  70k|  73k|1609 | 0.000000e+00 | 2.978000e+03 |    Inf 
209.09/209.19	o 2951
209.09/209.19	c * 209s|246531 |132826 |441641 |   1.8 | 180M| 753 |   - |1700 |3036 |1700 | 234 |  70k|  73k|1611 | 0.000000e+00 | 2.951000e+03 |    Inf 
209.30/209.36	o 2945
209.30/209.36	c * 209s|246678 |132686 |442688 |   1.8 | 180M| 753 |   - |1700 |3007 |1700 | 217 |  70k|  73k|1615 | 0.000000e+00 | 2.945000e+03 |    Inf 
209.50/209.56	o 2938
209.50/209.56	c * 210s|246832 |132490 |443917 |   1.8 | 180M| 753 |   - |1700 |2986 |1700 | 220 |  70k|  73k|1620 | 0.000000e+00 | 2.938000e+03 |    Inf 
209.80/209.89	o 2925
209.80/209.89	c * 210s|247113 |132040 |445496 |   1.8 | 179M| 753 |   - |1700 |2953 |1700 | 208 |  70k|  74k|1620 | 0.000000e+00 | 2.925000e+03 |    Inf 
209.90/209.90	o 2909
209.90/209.90	c * 210s|247114 |131324 |445503 |   1.8 | 178M| 753 |   - |1700 |2953 |1700 | 208 |  70k|  74k|1620 | 0.000000e+00 | 2.909000e+03 |    Inf 
210.99/211.09	o 2875
210.99/211.09	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
210.99/211.09	c * 211s|248313 |130571 |448874 |   1.8 | 177M| 753 |   - |1700 |2944 |1700 | 209 |  71k|  74k|1631 | 0.000000e+00 | 2.875000e+03 |    Inf 
211.10/211.17	o 2812
211.10/211.17	c * 211s|248367 |127803 |449266 |   1.8 | 171M| 753 |   - |1700 |2932 |1700 | 214 |  71k|  74k|1632 | 0.000000e+00 | 2.812000e+03 |    Inf 
211.20/211.23	o 2757
211.20/211.23	c * 211s|248409 |125431 |449513 |   1.8 | 166M| 753 |   - |1700 |2917 |1700 | 208 |  71k|  74k|1636 | 0.000000e+00 | 2.757000e+03 |    Inf 
211.20/211.23	o 2751
211.20/211.23	c * 211s|248411 |125127 |449521 |   1.8 | 166M| 753 |   - |1700 |2917 |1700 | 208 |  71k|  74k|1636 | 0.000000e+00 | 2.751000e+03 |    Inf 
211.20/211.25	o 2661
211.20/211.25	c * 211s|248412 |121191 |449522 |   1.8 | 159M| 753 |   - |1700 |2917 |1700 | 208 |  71k|  74k|1636 | 0.000000e+00 | 2.661000e+03 |    Inf 
211.40/211.44	o 2629
211.40/211.44	c * 211s|248594 |119810 |450294 |   1.8 | 157M| 753 |   - |1700 |2889 |1700 | 204 |  71k|  74k|1641 | 0.000000e+00 | 2.629000e+03 |    Inf 
211.40/211.44	o 2623
211.40/211.44	c * 211s|248595 |119567 |450295 |   1.8 | 156M| 753 |   - |1700 |2889 |1700 | 204 |  71k|  74k|1641 | 0.000000e+00 | 2.623000e+03 |    Inf 
212.89/212.95	c   213s|250000 |120655 |456253 |   1.8 | 159M| 753 |   0 |1700 |2868 |1700 | 208 |  72k|  74k|1652 | 0.000000e+00 | 2.623000e+03 |    Inf 
214.90/214.95	o 2555
214.90/214.95	c * 215s|251960 |118971 |462282 |   1.8 | 157M| 753 |   - |1700 |2750 |1700 | 221 |  73k|  75k|1664 | 0.000000e+00 | 2.555000e+03 |    Inf 
218.09/218.19	o 2542
218.09/218.19	c * 218s|255222 |120918 |471862 |   1.8 | 161M| 753 |   - |1700 |2949 |1700 | 213 |  74k|  76k|1688 | 0.000000e+00 | 2.542000e+03 |    Inf 
218.29/218.32	o 2520
218.29/218.32	c * 218s|255369 |119983 |472207 |   1.8 | 159M| 753 |   - |1700 |2967 |1700 | 212 |  75k|  76k|1688 | 0.000000e+00 | 2.520000e+03 |    Inf 
219.09/219.16	o 2491
219.09/219.16	c * 219s|256178 |119147 |474658 |   1.9 | 158M| 753 |   - |1700 |2983 |1700 | 213 |  75k|  76k|1691 | 0.000000e+00 | 2.491000e+03 |    Inf 
223.00/223.05	o 2366
223.00/223.05	c * 223s|259562 |115707 |489434 |   1.9 | 155M| 753 |   - |1700 |2744 |1700 | 202 |  77k|  77k|1751 | 0.000000e+00 | 2.366000e+03 |    Inf 
223.10/223.12	o 2337
223.10/223.12	c * 223s|259614 |114250 |489727 |   1.9 | 152M| 753 |   - |1700 |2742 |1700 | 207 |  77k|  77k|1751 | 0.000000e+00 | 2.337000e+03 |    Inf 
223.10/223.12	o 2321
223.10/223.12	c * 223s|259615 |113460 |489737 |   1.9 | 151M| 753 |   - |1700 |2742 |1700 | 207 |  77k|  77k|1751 | 0.000000e+00 | 2.321000e+03 |    Inf 
223.49/223.53	o 2312
223.49/223.53	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
223.49/223.53	c * 224s|259985 |113259 |490814 |   1.9 | 151M| 753 |   - |1700 |2732 |1700 | 216 |  78k|  77k|1751 | 0.000000e+00 | 2.312000e+03 |    Inf 
223.49/223.55	c   224s|260000 |113271 |490904 |   1.9 | 151M| 753 |   0 |1700 |2732 |1700 | 205 |  78k|  77k|1751 | 0.000000e+00 | 2.312000e+03 |    Inf 
223.60/223.64	o 2288
223.60/223.64	c * 224s|260053 |112064 |491304 |   1.9 | 149M| 753 |   - |1700 |2742 |1700 | 217 |  78k|  77k|1751 | 0.000000e+00 | 2.288000e+03 |    Inf 
223.60/223.64	o 2279
223.60/223.64	c * 224s|260054 |111636 |491304 |   1.9 | 148M| 753 |   - |1700 |2742 |1700 | 217 |  78k|  77k|1751 | 0.000000e+00 | 2.279000e+03 |    Inf 
223.70/223.71	o 2232
223.70/223.71	c * 224s|260100 |109086 |491684 |   1.9 | 144M| 753 |   - |1700 |2752 |1700 | 226 |  78k|  77k|1751 | 0.000000e+00 | 2.232000e+03 |    Inf 
223.70/223.73	o 2122
223.70/223.73	c * 224s|260101 |103697 |491684 |   1.9 | 136M| 753 |   - |1700 |2752 |1700 | 226 |  78k|  77k|1751 | 0.000000e+00 | 2.122000e+03 |    Inf 
223.80/223.87	o 2120
223.80/223.87	c * 224s|260192 |103662 |492612 |   1.9 | 136M| 753 |   - |1700 |2782 |1700 | 225 |  78k|  77k|1751 | 0.000000e+00 | 2.120000e+03 |    Inf 
227.49/227.59	o 2093
227.49/227.59	c * 228s|263527 |104516 |505235 |   1.9 | 140M| 753 |   - |1700 |2821 |1700 | 207 |  80k|  79k|1802 | 0.000000e+00 | 2.093000e+03 |    Inf 
227.70/227.78	o 2059
227.70/227.78	c * 228s|263683 |102858 |506332 |   1.9 | 138M| 753 |   - |1700 |2837 |1700 | 219 |  80k|  79k|1802 | 0.000000e+00 | 2.059000e+03 |    Inf 
227.70/227.78	o 2039
227.70/227.78	c * 228s|263684 |101867 |506333 |   1.9 | 136M| 753 |   - |1700 |2837 |1700 | 219 |  80k|  79k|1802 | 0.000000e+00 | 2.039000e+03 |    Inf 
228.59/228.61	o 1993
228.59/228.61	c * 229s|264457 | 99632 |509242 |   1.9 | 133M| 753 |   - |1700 |2919 |1700 | 191 |  80k|  79k|1804 | 0.000000e+00 | 1.993000e+03 |    Inf 
231.09/231.11	o 1977
231.09/231.11	c * 231s|266665 |100223 |519234 |   1.9 | 136M| 753 |   - |1700 |2702 |1700 | 194 |  82k|  80k|1821 | 0.000000e+00 | 1.977000e+03 |    Inf 
231.19/231.26	o 1888
231.19/231.26	c * 231s|266756 | 95929 |520054 |   1.9 | 130M| 753 |   - |1700 |2661 |1700 | 200 |  82k|  80k|1827 | 0.000000e+00 | 1.888000e+03 |    Inf 
233.79/233.88	o 1824
233.79/233.88	c * 234s|269145 | 94204 |529620 |   2.0 | 129M| 753 |   - |1700 |2656 |1700 | 227 |  84k|  80k|1850 | 0.000000e+00 | 1.824000e+03 |    Inf 
234.90/234.99	c   235s|270000 | 94690 |534532 |   2.0 | 131M| 753 |   0 |1700 |2619 |1700 | 196 |  84k|  81k|1851 | 0.000000e+00 | 1.824000e+03 |    Inf 
245.80/245.89	o 1765
245.80/245.89	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
245.80/245.89	c * 246s|279365 | 97544 |577485 |   2.1 | 145M| 753 |   - |1700 |2989 |1700 | 225 |  91k|  84k|1972 | 0.000000e+00 | 1.765000e+03 |    Inf 
246.70/246.72	c   247s|280000 | 97909 |581218 |   2.1 | 146M| 753 |   - |1700 |2850 |   0 |   0 |  92k|  84k|1988 | 0.000000e+00 | 1.765000e+03 |    Inf 
247.00/247.06	o 1753
247.00/247.06	c * 247s|280243 | 97434 |582975 |   2.1 | 146M| 753 |   - |1700 |2884 |1700 | 238 |  92k|  84k|1989 | 0.000000e+00 | 1.753000e+03 |    Inf 
247.00/247.07	o 1705
247.00/247.07	c * 247s|280244 | 94633 |582980 |   2.1 | 142M| 753 |   - |1700 |2884 |1700 | 238 |  92k|  84k|1989 | 0.000000e+00 | 1.705000e+03 |    Inf 
247.50/247.59	o 1632
247.50/247.59	c * 248s|280561 | 90130 |586210 |   2.1 | 135M| 753 |   - |1700 |2960 |1700 | 243 |  93k|  85k|1992 | 0.000000e+00 | 1.632000e+03 |    Inf 
258.70/258.74	c   259s|290000 | 95934 |629681 |   2.2 | 153M| 753 |   0 |1700 |3182 |1700 | 202 | 100k|  88k|2116 | 0.000000e+00 | 1.632000e+03 |    Inf 
261.80/261.88	o 1615
261.80/261.88	c * 262s|292628 | 96398 |644160 |   2.2 | 157M| 753 |   - |1700 |3194 |1700 | 236 | 102k|  89k|2132 | 0.000000e+00 | 1.615000e+03 |    Inf 
262.69/262.73	o 1587
262.69/262.73	c * 263s|293254 | 94858 |648807 |   2.2 | 156M| 753 |   - |1700 |3009 |1700 | 207 | 103k|  89k|2149 | 0.000000e+00 | 1.587000e+03 |    Inf 
262.69/262.74	o 1576
262.69/262.74	c * 263s|293255 | 94122 |648812 |   2.2 | 155M| 753 |   - |1700 |3009 |1700 | 207 | 103k|  89k|2149 | 0.000000e+00 | 1.576000e+03 |    Inf 
264.50/264.57	o 1529
264.50/264.57	c * 265s|294603 | 92171 |659493 |   2.2 | 154M| 753 |   - |1700 |2923 |1700 | 237 | 105k|  90k|2178 | 0.000000e+00 | 1.529000e+03 |    Inf 
264.50/264.59	o 1488
264.50/264.59	c * 265s|294606 | 89668 |659527 |   2.2 | 151M| 753 |   - |1700 |2923 |1700 | 239 | 105k|  90k|2178 | 0.000000e+00 | 1.488000e+03 |    Inf 
269.60/269.65	o 1470
269.60/269.65	c * 270s|298541 | 90594 |680283 |   2.3 | 158M| 753 |   - |1700 |2994 |1700 | 246 | 108k|  91k|2217 | 0.000000e+00 | 1.470000e+03 |    Inf 
269.60/269.66	o 1388
269.60/269.66	c * 270s|298542 | 85839 |680292 |   2.3 | 151M| 753 |   - |1700 |2994 |1700 | 243 | 108k|  91k|2217 | 0.000000e+00 | 1.388000e+03 |    Inf 
271.10/271.18	o 1378
271.10/271.18	c * 271s|299642 | 85865 |687332 |   2.3 | 152M| 753 |   - |1700 |3128 |1700 | 218 | 109k|  92k|2224 | 0.000000e+00 | 1.378000e+03 |    Inf 
271.10/271.19	o 1347
271.10/271.19	c * 271s|299643 | 83877 |687339 |   2.3 | 149M| 753 |   - |1700 |3128 |1700 | 218 | 109k|  92k|2224 | 0.000000e+00 | 1.347000e+03 |    Inf 
271.70/271.74	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
271.70/271.74	c   272s|300000 | 84068 |690648 |   2.3 | 150M| 753 |   0 |1700 |3124 |1700 | 202 | 110k|  92k|2243 | 0.000000e+00 | 1.347000e+03 |    Inf 
274.00/274.00	o 1297
274.00/274.00	c * 274s|301540 | 81626 |703351 |   2.3 | 148M| 753 |   - |1700 |3009 |1700 | 235 | 111k|  93k|2268 | 0.000000e+00 | 1.297000e+03 |    Inf 
285.70/285.71	o 1272
285.70/285.71	c * 286s|309833 | 84079 |764277 |   2.5 | 165M| 753 |   - |1700 |3026 |1700 | 216 | 121k|  97k|2403 | 0.000000e+00 | 1.272000e+03 |    Inf 
285.80/285.90	o 1261
285.80/285.90	c * 286s|309975 | 83363 |765406 |   2.5 | 164M| 753 |   - |1700 |3016 |1700 | 231 | 121k|  97k|2403 | 0.000000e+00 | 1.261000e+03 |    Inf 
285.91/285.91	o 1220
285.91/285.91	c * 286s|309976 | 81113 |765420 |   2.5 | 161M| 753 |   - |1700 |3016 |1700 | 231 | 121k|  97k|2403 | 0.000000e+00 | 1.220000e+03 |    Inf 
285.91/285.97	c   286s|310000 | 81125 |766243 |   2.5 | 161M| 753 |  18 |1700 |3011 |1700 | 218 | 121k|  97k|2403 | 0.000000e+00 | 1.220000e+03 |    Inf 
286.30/286.34	o 1196
286.30/286.34	c * 286s|310274 | 79906 |768599 |   2.5 | 160M| 753 |   - |1700 |3014 |1700 | 228 | 122k|  97k|2403 | 0.000000e+00 | 1.196000e+03 |    Inf 
286.30/286.38	o 1194
286.30/286.38	c * 286s|310287 | 79829 |769076 |   2.5 | 160M| 753 |   - |1700 |3012 |1700 | 232 | 122k|  97k|2403 | 0.000000e+00 | 1.194000e+03 |    Inf 
286.30/286.38	o 1163
286.30/286.38	c * 286s|310289 | 78061 |769081 |   2.5 | 156M| 753 |   - |1700 |3012 |1700 | 232 | 122k|  97k|2403 | 0.000000e+00 | 1.163000e+03 |    Inf 
286.39/286.40	o 1124
286.39/286.40	c * 286s|310290 | 75603 |769085 |   2.5 | 152M| 753 |   - |1700 |3012 |1700 | 232 | 122k|  97k|2403 | 0.000000e+00 | 1.124000e+03 |    Inf 
286.39/286.46	o 1096
286.39/286.46	c * 286s|310341 | 73854 |769446 |   2.5 | 149M| 753 |   - |1700 |3000 |1700 | 218 | 122k|  97k|2403 | 0.000000e+00 | 1.096000e+03 |    Inf 
286.39/286.48	o 1026
286.39/286.48	c * 286s|310342 | 68620 |769448 |   2.5 | 139M| 753 |   - |1700 |3000 |1700 | 218 | 122k|  97k|2403 | 0.000000e+00 | 1.026000e+03 |    Inf 
286.59/286.61	o 1018
286.59/286.61	c * 287s|310427 | 68251 |770501 |   2.5 | 139M| 753 |   - |1700 |3018 |1700 | 245 | 122k|  97k|2403 | 0.000000e+00 | 1.018000e+03 |    Inf 
286.59/286.62	o 999
286.59/286.62	c * 287s|310429 | 66857 |770509 |   2.5 | 136M| 753 |   - |1700 |3018 |1700 | 245 | 122k|  97k|2403 | 0.000000e+00 | 9.990000e+02 |    Inf 
286.59/286.63	o 948
286.59/286.63	c * 287s|310430 | 60933 |770513 |   2.5 | 125M| 753 |   - |1700 |3018 |1700 | 245 | 122k|  97k|2403 | 0.000000e+00 | 9.480000e+02 |    Inf 
286.70/286.74	o 922
286.70/286.74	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
286.70/286.74	c * 287s|310509 | 59152 |771434 |   2.5 | 121M| 753 |   - |1700 |2950 |1700 | 224 | 122k|  97k|2403 | 0.000000e+00 | 9.220000e+02 |    Inf 
286.70/286.79	o 897
286.70/286.79	c * 287s|310537 | 57709 |771813 |   2.5 | 118M| 753 |   - |1700 |2889 |1700 | 237 | 122k|  97k|2403 | 0.000000e+00 | 8.970000e+02 |    Inf 
286.70/286.79	o 886
286.70/286.79	c * 287s|310538 | 56586 |771821 |   2.5 | 117M| 753 |   - |1700 |2889 |1700 | 237 | 122k|  97k|2403 | 0.000000e+00 | 8.860000e+02 |    Inf 
287.11/287.18	o 885
287.11/287.18	c * 287s|310762 | 56668 |774894 |   2.5 | 117M| 753 |   - |1700 |2814 |1700 | 232 | 122k|  97k|2423 | 0.000000e+00 | 8.850000e+02 |    Inf 
293.60/293.64	o 853
293.60/293.64	c * 294s|314440 | 55987 |820648 |   2.6 | 129M| 753 |   - |1700 |2418 |1700 | 251 | 128k|  99k|2504 | 0.000000e+00 | 8.530000e+02 |    Inf 
296.00/296.00	o 785
296.00/296.00	c * 296s|315787 | 51935 |835683 |   2.6 | 124M| 753 |   - |1700 |2437 |1700 | 239 | 131k| 100k|2527 | 0.000000e+00 | 7.850000e+02 |    Inf 
296.00/296.00	o 769
296.00/296.00	c * 296s|315788 | 50676 |835684 |   2.6 | 122M| 753 |   - |1700 |2437 |1700 | 239 | 131k| 100k|2527 | 0.000000e+00 | 7.690000e+02 |    Inf 
296.40/296.48	o 761
296.40/296.48	c * 296s|316000 | 50200 |839568 |   2.7 | 121M| 753 |   - |1700 |2170 |1700 | 241 | 131k| 100k|2528 | 0.000000e+00 | 7.610000e+02 |    Inf 
296.60/296.67	o 693
296.60/296.67	c * 297s|316101 | 42140 |840617 |   2.7 | 108M| 753 |   - |1700 |2143 |1700 | 242 | 131k| 101k|2531 | 0.000000e+00 | 6.930000e+02 |    Inf 
297.80/297.86	o 600
297.80/297.86	c * 298s|316595 | 35453 |850165 |   2.7 |  98M| 753 |   - |1700 |1963 |1700 | 223 | 133k| 101k|2566 | 0.000000e+00 | 6.000000e+02 |    Inf 
297.90/297.90	o 464
297.90/297.90	c * 298s|316610 | 28359 |850196 |   2.7 |  81M| 753 |   - |1700 |1852 |1700 | 224 | 133k| 101k|2566 | 0.000000e+00 | 4.640000e+02 |    Inf 
297.90/297.91	o 433
297.90/297.91	c * 298s|316611 | 27134 |850198 |   2.7 |  78M| 753 |   - |1700 |1852 |1700 | 224 | 133k| 101k|2566 | 0.000000e+00 | 4.330000e+02 |    Inf 
297.90/297.97	o 413
297.90/297.97	c * 298s|316631 | 25947 |850793 |   2.7 |  76M| 753 |   - |1700 |1704 |1700 | 225 | 133k| 101k|2568 | 0.000000e+00 | 4.130000e+02 |    Inf 
297.90/297.97	o 404
297.90/297.97	c * 298s|316632 | 25639 |850801 |   2.7 |  75M| 753 |   - |1700 |1704 |1700 | 226 | 133k| 101k|2568 | 0.000000e+00 | 4.040000e+02 |    Inf 
298.00/298.06	o 393
298.00/298.06	c * 298s|316657 | 25114 |851583 |   2.7 |  74M| 753 |   - |1700 |1639 |1700 | 252 | 133k| 101k|2568 | 0.000000e+00 | 3.930000e+02 |    Inf 
298.40/298.42	o 378
298.40/298.42	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
298.40/298.42	c * 298s|316793 | 24014 |855564 |   2.7 |  73M| 753 |   - |1700 |1592 |1700 | 237 | 133k| 101k|2571 | 0.000000e+00 | 3.780000e+02 |    Inf 
298.50/298.55	o 374
298.50/298.55	c * 299s|316830 | 23409 |856950 |   2.7 |  73M| 753 |   - |1700 |1581 |1700 | 233 | 133k| 101k|2571 | 0.000000e+00 | 3.740000e+02 |    Inf 
298.60/298.64	o 314
298.60/298.64	c * 299s|316867 | 16419 |857723 |   2.7 |  58M| 753 |   - |1700 |1591 |1700 | 241 | 133k| 101k|2571 | 0.000000e+00 | 3.140000e+02 |    Inf 
299.20/299.24	o 306
299.20/299.24	c * 299s|317106 | 12830 |866237 |   2.7 |  54M| 753 |   - |1700 |1450 |1700 | 239 | 134k| 102k|2580 | 0.000000e+00 | 3.060000e+02 |    Inf 
299.20/299.25	o 296
299.20/299.25	c * 299s|317110 | 11873 |866241 |   2.7 |  52M| 753 |   - |1700 |1437 |1700 | 240 | 134k| 102k|2580 | 0.000000e+00 | 2.960000e+02 |    Inf 
299.40/299.44	o 283
299.40/299.44	c * 299s|317205 |  9737 |868568 |   2.7 |  48M| 753 |   - |1700 |1339 |1700 | 247 | 135k| 102k|2580 | 0.000000e+00 | 2.830000e+02 |    Inf 
299.40/299.47	o 194
299.40/299.47	c * 299s|317216 |  6780 |868697 |   2.7 |  39M| 753 |   - |1700 |1312 |1700 | 217 | 135k| 102k|2580 | 0.000000e+00 | 1.940000e+02 |    Inf 
299.59/299.68	o 192
299.59/299.68	c * 300s|317327 |  3359 |871125 |   2.7 |  31M| 753 |   - |1700 |1279 |1700 | 214 | 135k| 102k|2584 | 0.000000e+00 | 1.920000e+02 |    Inf 
299.80/299.82	o 133
299.80/299.82	c * 300s|317404 |  1622 |872890 |   2.7 |  23M| 753 |   - |1700 |1293 |1700 | 210 | 135k| 102k|2591 | 0.000000e+00 | 1.330000e+02 |    Inf 
299.80/299.84	o 127
299.80/299.84	c * 300s|317422 |  1592 |873069 |   2.7 |  23M| 753 |   - |1700 |1227 |1700 | 208 | 135k| 102k|2591 | 0.000000e+00 | 1.270000e+02 |    Inf 
299.80/299.84	o 68
299.80/299.84	c * 300s|317423 |  1438 |873072 |   2.7 |  22M| 753 |   - |1700 |1227 |1700 | 208 | 135k| 102k|2591 | 0.000000e+00 | 6.800000e+01 |    Inf 
299.80/299.86	c 
299.80/299.86	c SCIP Status        : problem is solved [optimal solution found]
299.80/299.86	c Solving Time (sec) : 299.85
299.80/299.86	c Solving Nodes      : 317423
299.80/299.86	c Primal Bound       : +6.80000000000000e+01 (266 solutions)
299.80/299.86	c Dual Bound         : +6.80000000000000e+01
299.80/299.86	c Gap                : 0.00 %
299.80/299.86	s OPTIMUM FOUND
299.80/299.86	v x200 -x199 -x198 x197 -x196 x195 x194 -x193 x192 -x191 -x190 x189 x188 -x187 -x186 x185 x184 -x183 x182 -x181 -x180 x179 -x178 
299.80/299.86	v x177 x176 -x175 x174 -x173 x172 -x171 -x170 x169 -x168 x167 x166 -x165 -x164 x163 x162 -x161 -x160 x159 -x158 x157 x156 -x155 
299.80/299.86	v -x154 x153 -x152 x151 x150 -x149 x148 -x147 x146 -x145 x144 -x143 x142 -x141 -x140 x139 -x138 x137 x136 -x135 -x134 x133 -x132 
299.80/299.86	v x131 -x130 x129 x128 -x127 x126 -x125 -x124 x123 x122 -x121 x120 -x119 x118 -x117 x116 -x115 x114 -x113 -x112 x111 x110 -x109 
299.80/299.86	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 
299.80/299.86	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 
299.80/299.86	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 
299.80/299.86	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 
299.80/299.86	c SCIP Status        : problem is solved [optimal solution found]
299.80/299.86	c Solving Time       :     299.85
299.80/299.86	c Original Problem   :
299.80/299.86	c   Problem name     : HOME/instance-2705728-1278580118.wbo
299.80/299.86	c   Variables        : 1800 (1000 binary, 0 integer, 800 implicit integer, 0 continuous)
299.80/299.86	c   Constraints      : 1701 initial, 1701 maximal
299.80/299.86	c Presolved Problem  :
299.80/299.86	c   Problem name     : t_HOME/instance-2705728-1278580118.wbo
299.80/299.86	c   Variables        : 1700 (900 binary, 0 integer, 800 implicit integer, 0 continuous)
299.80/299.86	c   Constraints      : 1600 initial, 5140 maximal
299.80/299.86	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
299.80/299.86	c   trivial          :       0.00          0          0          0          0          0          0          0          0
299.80/299.86	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
299.80/299.86	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
299.80/299.86	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
299.80/299.86	c   implics          :       0.00          0          0          0          0          0          0          0          0
299.80/299.86	c   probing          :       0.01          0          0          0          0          0          0          0          0
299.80/299.86	c   linear           :       0.02          0        100          0        800          0        101          0          0
299.80/299.86	c   indicator        :       0.00          0          0          0          0          0          0          0          0
299.80/299.86	c   logicor          :       0.00          0          0          0          0          0          0          0          0
299.80/299.86	c   root node        :          -       1533          -          -       1533          -          -          -          -
299.80/299.86	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
299.80/299.86	c   integral         :          0          0          0     332244          0          0         44          0          0      16040
299.80/299.86	c   linear           :        800          6     826798     324122          0       6452     569672     135967          0          0
299.80/299.86	c   indicator        :        800          0     820686     324184          0       4918    9291922          0          0          0
299.80/299.86	c   logicor          :          0+         0     382396          0          0       2629     174173          0          0          0
299.80/299.86	c   countsols        :          0          0          0     279571          0          0          0          0          0          0
299.80/299.86	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
299.80/299.86	c   integral         :       2.57       0.00       0.00       2.57       0.00
299.80/299.86	c   linear           :      20.37       0.00      10.22      10.15       0.00
299.80/299.86	c   indicator        :      41.10       0.01      23.10      18.00       0.00
299.80/299.86	c   logicor          :       4.17       0.00       4.17       0.00       0.00
299.80/299.86	c   countsols        :       0.04       0.00       0.00       0.04       0.00
299.80/299.86	c Propagators        :       Time      Calls    Cutoffs    DomReds
299.80/299.86	c   vbounds          :       0.15          2          0          0
299.80/299.86	c   rootredcost      :       0.15        166          0        752
299.80/299.86	c   pseudoobj        :      17.91     852704      25763    8988593
299.80/299.86	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
299.80/299.86	c   propagation      :       1.94      34844      34662     121518       23.0        708       12.0          -
299.80/299.86	c   infeasible LP    :       0.01         38         38        156       25.9          2       19.5          0
299.80/299.86	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
299.80/299.86	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
299.80/299.86	c   pseudo solution  :       0.00          1          1          4       23.2          0        0.0          -
299.80/299.86	c   applied globally :          -          -          -     102636       22.0          -          -          -
299.80/299.86	c   applied locally  :          -          -          -          0        0.0          -          -          -
299.80/299.86	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
299.80/299.86	c   cut pool         :       0.00          3          -          -         29          -    (maximal pool size: 208)
299.80/299.86	c   redcost          :      13.40     344027          0     513989          0          0
299.80/299.86	c   impliedbounds    :       0.00          4          0          0          0          0
299.80/299.86	c   intobj           :       0.00          0          0          0          0          0
299.80/299.86	c   cgmip            :       0.00          0          0          0          0          0
299.80/299.86	c   gomory           :       0.02          4          0          0        231          0
299.80/299.86	c   strongcg         :       0.02          4          0          0        253          0
299.80/299.86	c   cmir             :       0.01          4          0          0          0          0
299.80/299.86	c   flowcover        :       0.01          4          0          0          0          0
299.80/299.86	c   clique           :       0.00          1          0          0          0          0
299.80/299.86	c   zerohalf         :       0.00          0          0          0          0          0
299.80/299.86	c   mcf              :       0.00          1          0          0          0          0
299.80/299.86	c   rapidlearning    :       0.05          1          0          0          0          0
299.80/299.86	c Pricers            :       Time      Calls       Vars
299.80/299.86	c   problem variables:       0.00          0          0
299.80/299.86	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
299.80/299.86	c   relpscost        :       2.47       8058          0         44          0          0      16040
299.80/299.86	c   pscost           :       0.00          0          0          0          0          0          0
299.80/299.86	c   inference        :      33.66     279405          0          0          0          0     558810
299.80/299.86	c   mostinf          :       0.00          0          0          0          0          0          0
299.80/299.86	c   leastinf         :       0.00          0          0          0          0          0          0
299.80/299.86	c   fullstrong       :       0.00          0          0          0          0          0          0
299.80/299.86	c   allfullstrong    :       0.00          0          0          0          0          0          0
299.80/299.86	c   random           :       0.00          0          0          0          0          0          0
299.80/299.86	c Primal Heuristics  :       Time      Calls      Found
299.80/299.86	c   LP solutions     :       0.75          -        166
299.80/299.86	c   pseudo solutions :       0.00          -          0
299.80/299.86	c   feaspump         :       0.00          0          0
299.80/299.86	c   oneopt           :       0.32        126          0
299.80/299.86	c   fracdiving       :       0.12        189          0
299.80/299.86	c   linesearchdiving :       0.11        189          0
299.80/299.86	c   guideddiving     :       0.11        189          0
299.80/299.86	c   coefdiving       :       0.12        190          0
299.80/299.86	c   pscostdiving     :       0.11        190          0
299.80/299.86	c   veclendiving     :       0.11        190          0
299.80/299.86	c   objpscostdiving  :       0.12        189          0
299.80/299.86	c   rootsoldiving    :       0.12        189          0
299.80/299.86	c   crossover        :       2.85        177          3
299.80/299.86	c   trivial          :       0.00          2          1
299.80/299.86	c   simplerounding   :       0.11       8839          0
299.80/299.86	c   zirounding       :       0.07       1000          0
299.80/299.86	c   rounding         :       0.09       1275          0
299.80/299.86	c   shifting         :       0.06        369          0
299.80/299.86	c   intshifting      :       0.00          0          0
299.80/299.86	c   twoopt           :       0.00          0          0
299.80/299.86	c   fixandinfer      :       0.00          0          0
299.80/299.86	c   intdiving        :       0.00          0          0
299.80/299.86	c   actconsdiving    :       0.00          0          0
299.80/299.86	c   octane           :       0.00          0          0
299.80/299.86	c   rens             :       0.01          1          0
299.80/299.86	c   rins             :       0.00          0          0
299.80/299.86	c   localbranching   :       0.00          0          0
299.80/299.86	c   mutation         :       0.00          0          0
299.80/299.86	c   dins             :       0.00          0          0
299.80/299.86	c   undercover       :       0.00          0          0
299.80/299.86	c   nlp              :       0.05          0          0
299.80/299.86	c   trysol           :       0.13        334         96
299.80/299.86	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
299.80/299.86	c   primal LP        :       0.00          0          0       0.00          -
299.80/299.86	c   dual LP          :      97.76     106364     863291       8.12    8831.13
299.80/299.86	c   lex dual LP      :       0.00          0          0       0.00          -
299.80/299.86	c   barrier LP       :       0.00          0          0       0.00          -
299.80/299.86	c   diving/probing LP:       0.17        130       9781      75.24   59027.30
299.80/299.86	c   strong branching :       2.40       2591      51215      19.77   21326.83
299.80/299.86	c     (at root node) :          -         33       3250      98.48          -
299.80/299.86	c   conflict analysis:       0.00          0          0       0.00          -
299.80/299.86	c B&B Tree           :
299.80/299.86	c   number of runs   :          1
299.80/299.86	c   nodes            :     317423
299.80/299.86	c   nodes (total)    :     317423
299.80/299.86	c   nodes left       :          0
299.80/299.86	c   max depth        :        753
299.80/299.86	c   max depth (total):        753
299.80/299.86	c   backtracks       :      13366 (4.2%)
299.80/299.86	c   delayed cutoffs  :      22991
299.80/299.86	c   repropagations   :      76954 (4352030 domain reductions, 9969 cutoffs)
299.80/299.86	c   avg switch length:       3.82
299.80/299.86	c   switching time   :      20.55
299.80/299.86	c Solution           :
299.80/299.86	c   Solutions found  :        266 (167 improvements)
299.80/299.86	c   First Solution   : +3.94238000000000e+05   (in run 1, after 1 nodes, 0.04 seconds, depth 0, found by <trivial>)
299.80/299.86	c   Primal Bound     : +6.80000000000000e+01   (in run 1, after 317423 nodes, 299.83 seconds, depth 21, found by <relaxation>)
299.80/299.86	c   Dual Bound       : +6.80000000000000e+01
299.80/299.86	c   Gap              :       0.00 %
299.80/299.86	c   Root Dual Bound  : +0.00000000000000e+00
299.80/299.86	c   Root Iterations  :        364
299.80/299.89	c Time complete: 299.89.

Verifier Data

OK	68

Watcher Data

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

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

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


[startup+0 s]
/proc/loadavg: 2.01 2.01 1.96 4/178 23462
/proc/meminfo: memFree=28522284/32951124 swapFree=67111528/67111528
[pid=23462] ppid=23460 vsize=12328 CPUtime=0
/proc/23462/stat : 23462 (pbscip.linux.x8) R 23460 23462 22866 0 -1 4202496 1942 0 0 0 0 0 0 0 25 0 1 0 26224589 12623872 1860 4089446400 4194304 10345943 140736106504208 18446744073709551615 6326861 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/23462/statm: 3082 1861 429 1502 0 1575 0

[startup+0.0159381 s]
/proc/loadavg: 2.01 2.01 1.96 4/178 23462
/proc/meminfo: memFree=28522284/32951124 swapFree=67111528/67111528
[pid=23462] ppid=23460 vsize=14188 CPUtime=0.01
/proc/23462/stat : 23462 (pbscip.linux.x8) R 23460 23462 22866 0 -1 4202496 2774 0 0 0 1 0 0 0 25 0 1 0 26224589 14528512 2338 4089446400 4194304 10345943 140736106504208 18446744073709551615 6148121 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/23462/statm: 3803 2427 471 1502 0 2296 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 14188

[startup+0.100928 s]
/proc/loadavg: 2.01 2.01 1.96 4/178 23462
/proc/meminfo: memFree=28522284/32951124 swapFree=67111528/67111528
[pid=23462] ppid=23460 vsize=39224 CPUtime=0.09
/proc/23462/stat : 23462 (pbscip.linux.x8) R 23460 23462 22866 0 -1 4202496 8712 0 0 0 8 1 0 0 25 0 1 0 26224589 40165376 8276 4089446400 4194304 10345943 140736106504208 18446744073709551615 9186026 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/23462/statm: 9806 8276 636 1502 0 8299 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 39224

[startup+0.300881 s]
/proc/loadavg: 2.01 2.01 1.96 4/178 23462
/proc/meminfo: memFree=28522284/32951124 swapFree=67111528/67111528
[pid=23462] ppid=23460 vsize=35552 CPUtime=0.29
/proc/23462/stat : 23462 (pbscip.linux.x8) R 23460 23462 22866 0 -1 4202496 10220 0 0 0 28 1 0 0 25 0 1 0 26224589 36405248 7756 4089446400 4194304 10345943 140736106504208 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/23462/statm: 8888 7756 757 1502 0 7381 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 35552

[startup+0.70081 s]
/proc/loadavg: 2.01 2.01 1.96 4/178 23462
/proc/meminfo: memFree=28522284/32951124 swapFree=67111528/67111528
[pid=23462] ppid=23460 vsize=35552 CPUtime=0.69
/proc/23462/stat : 23462 (pbscip.linux.x8) R 23460 23462 22866 0 -1 4202496 10220 0 0 0 68 1 0 0 25 0 1 0 26224589 36405248 7756 4089446400 4194304 10345943 140736106504208 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/23462/statm: 8888 7756 757 1502 0 7381 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 35552

[startup+1.50067 s]
/proc/loadavg: 2.01 2.01 1.96 3/179 23463
/proc/meminfo: memFree=28493260/32951124 swapFree=67111528/67111528
[pid=23462] ppid=23460 vsize=35868 CPUtime=1.49
/proc/23462/stat : 23462 (pbscip.linux.x8) R 23460 23462 22866 0 -1 4202496 11671 0 0 0 147 2 0 0 25 0 1 0 26224589 36728832 7841 4089446400 4194304 10345943 140736106504208 18446744073709551615 4242817 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/23462/statm: 8967 7841 760 1502 0 7460 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 35868

[startup+3.10039 s]
/proc/loadavg: 2.01 2.01 1.96 3/179 23463
/proc/meminfo: memFree=28493136/32951124 swapFree=67111528/67111528
[pid=23462] ppid=23460 vsize=38116 CPUtime=3.09
/proc/23462/stat : 23462 (pbscip.linux.x8) R 23460 23462 22866 0 -1 4202496 15222 0 0 0 306 3 0 0 25 0 1 0 26224589 39030784 8298 4089446400 4194304 10345943 140736106504208 18446744073709551615 6865911 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/23462/statm: 9529 8298 764 1502 0 8022 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 38116

[startup+6.30084 s]
/proc/loadavg: 2.01 2.01 1.96 3/179 23463
/proc/meminfo: memFree=28487560/32951124 swapFree=67111528/67111528
[pid=23462] ppid=23460 vsize=43264 CPUtime=6.29
/proc/23462/stat : 23462 (pbscip.linux.x8) R 23460 23462 22866 0 -1 4202496 21012 0 0 0 625 4 0 0 25 0 1 0 26224589 44302336 9265 4089446400 4194304 10345943 140736106504208 18446744073709551615 4469728 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/23462/statm: 10816 9265 764 1502 0 9309 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 43264

[startup+12.7007 s]
/proc/loadavg: 2.01 2.01 1.96 3/179 23463
/proc/meminfo: memFree=28473896/32951124 swapFree=67111528/67111528
[pid=23462] ppid=23460 vsize=53424 CPUtime=12.69
/proc/23462/stat : 23462 (pbscip.linux.x8) R 23460 23462 22866 0 -1 4202496 25801 0 0 0 1263 6 0 0 25 0 1 0 26224589 54706176 11675 4089446400 4194304 10345943 140736106504208 18446744073709551615 6119510 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/23462/statm: 13356 11675 764 1502 0 11849 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 53424

[startup+25.5004 s]
/proc/loadavg: 2.00 2.01 1.96 3/179 23463
/proc/meminfo: memFree=28446948/32951124 swapFree=67111528/67111528
[pid=23462] ppid=23460 vsize=74276 CPUtime=25.49
/proc/23462/stat : 23462 (pbscip.linux.x8) R 23460 23462 22866 0 -1 4202496 55505 0 0 0 2537 12 0 0 25 0 1 0 26224589 76058624 17081 4089446400 4194304 10345943 140736106504208 18446744073709551615 6108004 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/23462/statm: 18569 17081 764 1502 0 17062 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 74276

[startup+51.1009 s]
/proc/loadavg: 1.72 1.94 1.94 2/171 23484
/proc/meminfo: memFree=29427128/32951124 swapFree=67111528/67111528
[pid=23462] ppid=23460 vsize=123144 CPUtime=51.1
/proc/23462/stat : 23462 (pbscip.linux.x8) R 23460 23462 22866 0 -1 4202496 109044 0 0 0 5083 27 0 0 25 0 1 0 26224589 126099456 29242 4089446400 4194304 10345943 140736106504208 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/23462/statm: 30786 29242 764 1502 0 29279 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 123144

[startup+102.306 s]
/proc/loadavg: 1.31 1.80 1.88 2/171 23486
/proc/meminfo: memFree=29345544/32951124 swapFree=67111528/67111528
[pid=23462] ppid=23460 vsize=207172 CPUtime=102.29
/proc/23462/stat : 23462 (pbscip.linux.x8) R 23460 23462 22866 0 -1 4202496 205252 0 0 0 10172 57 0 0 25 0 1 0 26224589 212144128 49346 4089446400 4194304 10345943 140736106504208 18446744073709551615 6119562 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/23462/statm: 51793 49346 764 1502 0 50286 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 207172

[startup+162.3 s]
/proc/loadavg: 1.11 1.65 1.83 2/171 23488
/proc/meminfo: memFree=29285240/32951124 swapFree=67111528/67111528
[pid=23462] ppid=23460 vsize=268300 CPUtime=162.29
/proc/23462/stat : 23462 (pbscip.linux.x8) R 23460 23462 22866 0 -1 4202496 293810 0 0 0 16138 91 0 0 25 0 1 0 26224589 274739200 64248 4089446400 4194304 10345943 140736106504208 18446744073709551615 4447807 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/23462/statm: 67075 64248 764 1502 0 65568 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 268300

[startup+222.301 s]
/proc/loadavg: 1.04 1.53 1.77 2/171 23489
/proc/meminfo: memFree=29248716/32951124 swapFree=67111528/67111528
[pid=23462] ppid=23460 vsize=308740 CPUtime=222.29
/proc/23462/stat : 23462 (pbscip.linux.x8) R 23460 23462 22866 0 -1 4202496 422327 0 0 0 22094 135 0 0 25 0 1 0 26224589 316149760 73534 4089446400 4194304 10345943 140736106504208 18446744073709551615 5613474 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/23462/statm: 77185 73534 764 1502 0 75678 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 308740

[startup+282.301 s]
/proc/loadavg: 1.01 1.43 1.72 2/171 23491
/proc/meminfo: memFree=29222372/32951124 swapFree=67111528/67111528
[pid=23462] ppid=23460 vsize=338556 CPUtime=282.3
/proc/23462/stat : 23462 (pbscip.linux.x8) R 23460 23462 22866 0 -1 4202496 518251 0 0 0 28044 186 0 0 25 0 1 0 26224589 346681344 80220 4089446400 4194304 10345943 140736106504208 18446744073709551615 4476340 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/23462/statm: 84639 80220 764 1502 0 83132 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 338556

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

[startup+287.901 s]
/proc/loadavg: 1.01 1.42 1.72 2/171 23491
/proc/meminfo: memFree=29219144/32951124 swapFree=67111528/67111528
[pid=23462] ppid=23460 vsize=343632 CPUtime=287.9
/proc/23462/stat : 23462 (pbscip.linux.x8) R 23460 23462 22866 0 -1 4202496 527571 0 0 0 28598 192 0 0 25 0 1 0 26224589 351879168 81169 4089446400 4194304 10345943 140736106504208 18446744073709551615 4882039 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/23462/statm: 85908 81169 765 1502 0 84401 0
Current children cumulated CPU time (s) 287.9
Current children cumulated vsize (KiB) 343632

[startup+294.301 s]
/proc/loadavg: 1.01 1.41 1.71 2/171 23491
/proc/meminfo: memFree=29215296/32951124 swapFree=67111528/67111528
[pid=23462] ppid=23460 vsize=347776 CPUtime=294.29
/proc/23462/stat : 23462 (pbscip.linux.x8) R 23460 23462 22866 0 -1 4202496 536793 0 0 0 29231 198 0 0 25 0 1 0 26224589 356122624 82001 4089446400 4194304 10345943 140736106504208 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/23462/statm: 86944 82001 765 1502 0 85437 0
Current children cumulated CPU time (s) 294.29
Current children cumulated vsize (KiB) 347776

[startup+297.5 s]
/proc/loadavg: 1.01 1.41 1.71 2/171 23491
/proc/meminfo: memFree=29213436/32951124 swapFree=67111528/67111528
[pid=23462] ppid=23460 vsize=349100 CPUtime=297.5
/proc/23462/stat : 23462 (pbscip.linux.x8) R 23460 23462 22866 0 -1 4202496 543319 0 0 0 29548 202 0 0 25 0 1 0 26224589 357478400 82393 4089446400 4194304 10345943 140736106504208 18446744073709551615 4706252 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/23462/statm: 87275 82393 765 1502 0 85768 0
Current children cumulated CPU time (s) 297.5
Current children cumulated vsize (KiB) 349100

[startup+299.101 s]
/proc/loadavg: 1.01 1.40 1.70 2/171 23492
/proc/meminfo: memFree=29212692/32951124 swapFree=67111528/67111528
[pid=23462] ppid=23460 vsize=350040 CPUtime=299.1
/proc/23462/stat : 23462 (pbscip.linux.x8) R 23460 23462 22866 0 -1 4202496 543517 0 0 0 29706 204 0 0 25 0 1 0 26224589 358440960 82591 4089446400 4194304 10345943 140736106504208 18446744073709551615 4705184 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/23462/statm: 87510 82591 765 1502 0 86003 0
Current children cumulated CPU time (s) 299.1
Current children cumulated vsize (KiB) 350040

[startup+299.501 s]
/proc/loadavg: 1.01 1.40 1.70 2/171 23492
/proc/meminfo: memFree=29212692/32951124 swapFree=67111528/67111528
[pid=23462] ppid=23460 vsize=350260 CPUtime=299.5
/proc/23462/stat : 23462 (pbscip.linux.x8) R 23460 23462 22866 0 -1 4202496 545548 0 0 0 29745 205 0 0 25 0 1 0 26224589 358666240 82651 4089446400 4194304 10345943 140736106504208 18446744073709551615 8160361 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/23462/statm: 87565 82651 765 1502 0 86058 0
Current children cumulated CPU time (s) 299.5
Current children cumulated vsize (KiB) 350260

[startup+299.701 s]
/proc/loadavg: 1.01 1.40 1.70 2/171 23492
/proc/meminfo: memFree=29212692/32951124 swapFree=67111528/67111528
[pid=23462] ppid=23460 vsize=350260 CPUtime=299.69
/proc/23462/stat : 23462 (pbscip.linux.x8) R 23460 23462 22866 0 -1 4202496 545556 0 0 0 29764 205 0 0 25 0 1 0 26224589 358666240 82659 4089446400 4194304 10345943 140736106504208 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/23462/statm: 87565 82659 765 1502 0 86058 0
Current children cumulated CPU time (s) 299.69
Current children cumulated vsize (KiB) 350260

[startup+299.801 s]
/proc/loadavg: 1.01 1.40 1.70 2/171 23492
/proc/meminfo: memFree=29212692/32951124 swapFree=67111528/67111528
[pid=23462] ppid=23460 vsize=350260 CPUtime=299.8
/proc/23462/stat : 23462 (pbscip.linux.x8) R 23460 23462 22866 0 -1 4202496 545562 0 0 0 29774 206 0 0 25 0 1 0 26224589 358666240 82665 4089446400 4194304 10345943 140736106504208 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/23462/statm: 87565 82665 765 1502 0 86058 0
Current children cumulated CPU time (s) 299.8
Current children cumulated vsize (KiB) 350260

Child status: 0
Real time (s): 299.892
CPU time (s): 299.898
CPU user time (s): 297.825
CPU system time (s): 2.07368
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 350260

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

runsolver used 0.380942 second user time and 1.00485 second system time

The end

Launcher Data

Begin job on node140 at 2010-07-08 11:08:38
IDJOB=2705728
IDBENCH=79392
IDSOLVER=1214
FILE ID=node140/2705728-1278580118
PBS_JOBID= 11240174
Free space on /tmp= 73688 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-jnh202_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-2705728-1278580118/watcher-2705728-1278580118 -o /tmp/evaluation-result-2705728-1278580118/solver-2705728-1278580118 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2705728-1278580118.wbo -t 1800 -m 3800

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

MD5SUM BENCH= d13dffa73911787707d210cefbded5d8
RANDOM SEED=764370404

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

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.817
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.74
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.817
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.817
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:      28522812 kB
Buffers:        159684 kB
Cached:        3038108 kB
SwapCached:          0 kB
Active:        2197516 kB
Inactive:      2064404 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      28522812 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           12816 kB
Writeback:           0 kB
AnonPages:     1064528 kB
Mapped:          17636 kB
Slab:           100992 kB
PageTables:       6892 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1214620 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= 73688 MiB
End job on node140 at 2010-07-08 11:13:38