Trace number 2705745

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 434.816 434.81

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/wcsp/jnh/
normalized-jnh210_wcsp.wbo
MD5SUM208e691d0f47cfa792c689161068f479
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark0.148976
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-2705745-1278580126.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.00/0.02	c presolving:
0.00/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.00/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.00/0.05	c    (0.0s) probing: 101/900 (11.2%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.00/0.05	c    (0.0s) probing aborted: 100/100 successive totally useless probings
0.00/0.05	c presolving (3 rounds):
0.00/0.05	c  100 deleted vars, 101 deleted constraints, 800 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.05	c  1800 implications, 0 cliques
0.00/0.05	c presolved problem has 1700 variables (900 bin, 0 int, 800 impl, 0 cont) and 1600 constraints
0.00/0.05	c     800 constraints of type <linear>
0.00/0.05	c     800 constraints of type <indicator>
0.00/0.05	c transformed objective value is always integral (scale: 1)
0.00/0.05	c Presolving Time: 0.03
0.00/0.05	c - non default parameters ----------------------------------------------------------------------
0.00/0.05	c # SCIP version 1.2.1.3
0.00/0.05	c 
0.00/0.05	c # frequency for displaying node information lines
0.00/0.05	c # [type: int, range: [-1,2147483647], default: 100]
0.00/0.05	c display/freq = 10000
0.00/0.05	c 
0.00/0.05	c # maximal time in seconds to run
0.00/0.05	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.05	c limits/time = 1789.99
0.00/0.05	c 
0.00/0.05	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.05	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.05	c limits/memory = 3420
0.00/0.05	c 
0.00/0.05	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.00/0.05	c # [type: int, range: [1,2], default: 1]
0.00/0.05	c timing/clocktype = 2
0.00/0.05	c 
0.00/0.05	c # should presolving try to simplify inequalities
0.00/0.05	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.05	c constraints/linear/simplifyinequalities = TRUE
0.00/0.05	c 
0.00/0.05	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.00/0.05	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.05	c constraints/indicator/addCouplingCons = TRUE
0.00/0.05	c 
0.00/0.05	c # should presolving try to simplify knapsacks
0.00/0.05	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.05	c constraints/knapsack/simplifyinequalities = TRUE
0.00/0.05	c 
0.00/0.05	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.00/0.05	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.05	c separating/rapidlearning/freq = 0
0.00/0.05	c 
0.00/0.05	c -----------------------------------------------------------------------------------------------
0.00/0.05	c start solving
0.00/0.05	c 
0.00/0.05	o 394238
0.00/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.00/0.05	c t 0.0s|     1 |     0 |     0 |     - |5949k|   0 |   - |1700 |1600 |   0 |   0 |   0 |   0 |   0 |      --      | 3.942380e+05 |    Inf 
0.00/0.05	c   0.0s|     1 |     0 |     0 |     - |6322k|   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 |    41 |     - |6383k|   0 |   0 |1700 |1600 |1700 |  62 |  62 |   0 |   0 | 0.000000e+00 | 3.942380e+05 |    Inf 
0.09/0.11	c   0.1s|     1 |     0 |   127 |     - |6403k|   0 |  51 |1700 |1600 |1700 | 100 | 100 |   0 |   0 | 0.000000e+00 | 3.942380e+05 |    Inf 
0.09/0.12	c   0.1s|     1 |     0 |   193 |     - |6715k|   0 |  49 |1700 |1600 |1700 | 149 | 149 |   0 |   0 | 0.000000e+00 | 3.942380e+05 |    Inf 
0.09/0.14	c   0.1s|     1 |     0 |   228 |     - |6786k|   0 |  53 |1700 |1600 |1700 | 166 | 166 |   0 |   0 | 0.000000e+00 | 3.942380e+05 |    Inf 
0.09/0.16	c   0.2s|     1 |     0 |   293 |     - |6855k|   0 |  59 |1700 |1600 |1700 | 176 | 176 |   0 |   0 | 0.000000e+00 | 3.942380e+05 |    Inf 
0.09/0.19	c   0.2s|     1 |     0 |   328 |     - |6908k|   0 |  32 |1700 |1600 |1700 | 179 | 179 |   0 |   0 | 0.000000e+00 | 3.942380e+05 |    Inf 
0.39/0.42	c   0.4s|     1 |     2 |   328 |     - |6933k|   0 |  32 |1700 |1600 |1700 | 179 | 179 |   0 |  32 | 0.000000e+00 | 3.942380e+05 |    Inf 
8.49/8.53	o 8053
8.49/8.53	c * 8.5s|  9303 |  9265 | 32034 |   3.4 |  18M| 631 |   - |1700 |1601 |1700 | 264 |1608 |   1 | 726 | 0.000000e+00 | 8.053000e+03 |    Inf 
9.09/9.17	c   9.2s| 10000 |  9960 | 37533 |   3.7 |  19M| 631 |   0 |1700 |1603 |1700 | 248 |1738 |   3 | 750 | 0.000000e+00 | 8.053000e+03 |    Inf 
16.69/16.76	c  16.8s| 20000 | 19957 | 71182 |   3.5 |  28M| 631 |   0 |1700 |1613 |1700 | 201 |3369 |  13 | 779 | 0.000000e+00 | 8.053000e+03 |    Inf 
18.89/18.92	o 7718
18.89/18.92	c *18.9s| 22705 | 22621 | 82849 |   3.6 |  31M| 631 |   - |1700 |1707 |1700 | 241 |3856 | 107 | 780 | 0.000000e+00 | 7.718000e+03 |    Inf 
25.19/25.27	c  25.3s| 30000 | 29079 |121854 |   4.1 |  40M| 631 |   0 |1700 |4245 |1700 | 198 |5179 |2653 | 783 | 0.000000e+00 | 7.718000e+03 |    Inf 
26.40/26.41	o 7660
26.40/26.41	c *26.4s| 31319 | 30166 |127271 |   4.1 |  42M| 631 |   - |1700 |4712 |1700 | 243 |5541 |3154 | 783 | 0.000000e+00 | 7.660000e+03 |    Inf 
34.10/34.15	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
34.10/34.15	c  34.1s| 40000 | 37535 |163100 |   4.1 |  53M| 631 |   0 |1700 |5641 |1700 | 186 |7701 |6553 | 851 | 0.000000e+00 | 7.660000e+03 |    Inf 
37.69/37.75	o 7448
37.69/37.75	c *37.7s| 44030 | 40616 |180810 |   4.1 |  57M| 631 |   - |1700 |5756 |1700 | 251 |8721 |8124 | 884 | 0.000000e+00 | 7.448000e+03 |    Inf 
37.89/37.95	o 7343
37.89/37.95	c *37.9s| 44235 | 40588 |182135 |   4.1 |  57M| 631 |   - |1700 |5731 |1700 | 240 |8783 |8201 | 884 | 0.000000e+00 | 7.343000e+03 |    Inf 
41.59/41.62	o 7309
41.59/41.62	c *41.6s| 48612 | 44374 |194250 |   4.0 |  62M| 631 |   - |1700 |4849 |1700 | 229 |9724 |9423 | 936 | 0.000000e+00 | 7.309000e+03 |    Inf 
41.59/41.62	o 7308
41.59/41.62	c *41.6s| 48613 | 44372 |194251 |   4.0 |  62M| 631 |   - |1700 |4849 |1700 | 229 |9724 |9423 | 936 | 0.000000e+00 | 7.308000e+03 |    Inf 
42.69/42.74	c  42.7s| 50000 | 45573 |197268 |   3.9 |  64M| 631 |   0 |1700 |4648 |1700 | 184 |9958 |9808 | 945 | 0.000000e+00 | 7.308000e+03 |    Inf 
50.99/51.07	c  51.1s| 60000 | 54212 |228258 |   3.8 |  75M| 631 |   0 |1700 |3567 |1700 | 205 |  12k|  12k|1017 | 0.000000e+00 | 7.308000e+03 |    Inf 
59.39/59.48	c  59.5s| 70000 | 62649 |258019 |   3.7 |  88M| 631 |   0 |1700 |4043 |1700 | 210 |  14k|  16k|1080 | 0.000000e+00 | 7.308000e+03 |    Inf 
62.59/62.69	o 7277
62.59/62.69	c *62.7s| 73703 | 65723 |273137 |   3.7 |  92M| 631 |   - |1700 |3928 |1700 | 201 |  15k|  17k|1143 | 0.000000e+00 | 7.277000e+03 |    Inf 
67.89/67.98	c  68.0s| 80000 | 71084 |287951 |   3.6 | 100M| 631 |   0 |1700 |3524 |1700 | 232 |  17k|  19k|1192 | 0.000000e+00 | 7.277000e+03 |    Inf 
76.29/76.39	c  76.4s| 90000 | 79562 |320822 |   3.6 | 112M| 631 |   0 |1700 |3404 |1700 | 236 |  19k|  23k|1282 | 0.000000e+00 | 7.277000e+03 |    Inf 
76.69/76.78	o 7197
76.69/76.78	c *76.8s| 90411 | 79468 |323310 |   3.6 | 112M| 631 |   - |1700 |3646 |1700 | 232 |  19k|  23k|1288 | 0.000000e+00 | 7.197000e+03 |    Inf 
76.69/76.78	o 7142
76.69/76.78	c *76.8s| 90413 | 79128 |323350 |   3.6 | 111M| 631 |   - |1700 |3646 |1700 | 232 |  19k|  23k|1288 | 0.000000e+00 | 7.142000e+03 |    Inf 
76.69/76.79	o 7055
76.69/76.79	c *76.8s| 90414 | 78547 |323355 |   3.6 | 110M| 631 |   - |1700 |3646 |1700 | 232 |  19k|  23k|1288 | 0.000000e+00 | 7.055000e+03 |    Inf 
77.00/77.03	o 7045
77.00/77.03	c *77.0s| 90675 | 78687 |325220 |   3.6 | 111M| 631 |   - |1700 |3795 |1700 | 231 |  19k|  23k|1294 | 0.000000e+00 | 7.045000e+03 |    Inf 
77.00/77.05	o 6784
77.00/77.05	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
77.00/77.05	c *77.0s| 90694 | 76729 |325270 |   3.6 | 106M| 631 |   - |1700 |3805 |1700 | 232 |  19k|  23k|1294 | 0.000000e+00 | 6.784000e+03 |    Inf 
77.09/77.15	o 6618
77.09/77.15	c *77.1s| 90794 | 75385 |326130 |   3.6 | 103M| 631 |   - |1700 |3846 |1700 | 228 |  19k|  24k|1294 | 0.000000e+00 | 6.618000e+03 |    Inf 
84.89/84.98	c  85.0s|100000 | 83083 |361906 |   3.6 | 113M| 631 |   0 |1700 |3402 |1700 | 205 |  21k|  27k|1379 | 0.000000e+00 | 6.618000e+03 |    Inf 
93.59/93.64	c  93.6s|110000 | 91372 |398232 |   3.6 | 126M| 631 |   0 |1700 |3896 |1700 | 253 |  23k|  31k|1492 | 0.000000e+00 | 6.618000e+03 |    Inf 
96.19/96.20	o 6593
96.19/96.20	c *96.2s|112504 | 93078 |418519 |   3.7 | 128M| 631 |   - |1700 |4644 |1700 | 227 |  24k|  33k|1537 | 0.000000e+00 | 6.593000e+03 |    Inf 
99.39/99.48	o 6577
99.39/99.48	c *99.5s|116489 | 96278 |427268 |   3.7 | 132M| 631 |   - |1700 |3711 |1700 | 229 |  24k|  34k|1570 | 0.000000e+00 | 6.577000e+03 |    Inf 
99.39/99.48	o 6490
99.39/99.48	c *99.5s|116490 | 95261 |427269 |   3.7 | 129M| 631 |   - |1700 |3711 |1700 | 229 |  24k|  34k|1570 | 0.000000e+00 | 6.490000e+03 |    Inf 
99.49/99.57	o 6435
99.49/99.57	c *99.6s|116598 | 94516 |427605 |   3.7 | 126M| 631 |   - |1700 |3636 |1700 | 229 |  24k|  34k|1570 | 0.000000e+00 | 6.435000e+03 |    Inf 
99.49/99.59	o 6407
99.49/99.59	c *99.6s|116628 | 94121 |427684 |   3.7 | 125M| 631 |   - |1700 |3636 |1700 | 232 |  24k|  34k|1570 | 0.000000e+00 | 6.407000e+03 |    Inf 
99.59/99.60	o 6320
99.59/99.60	c *99.6s|116629 | 92846 |427685 |   3.7 | 121M| 631 |   - |1700 |3636 |1700 | 232 |  24k|  34k|1570 | 0.000000e+00 | 6.320000e+03 |    Inf 
102.69/102.78	c   103s|120000 | 95639 |443446 |   3.7 | 125M| 631 |   0 |1700 |2927 |1700 | 196 |  26k|  35k|1615 | 0.000000e+00 | 6.320000e+03 |    Inf 
103.89/103.99	o 6126
103.89/103.99	c * 104s|121172 | 93526 |452065 |   3.7 | 119M| 631 |   - |1700 |3109 |1700 | 240 |  26k|  36k|1634 | 0.000000e+00 | 6.126000e+03 |    Inf 
111.79/111.89	c   112s|130000 |100938 |492399 |   3.8 | 130M| 631 |   0 |1700 |3295 |1700 | 194 |  28k|  39k|1725 | 0.000000e+00 | 6.126000e+03 |    Inf 
112.09/112.13	o 6103
112.09/112.13	c * 112s|130318 |100894 |492902 |   3.8 | 130M| 631 |   - |1700 |3361 |1700 | 203 |  28k|  39k|1726 | 0.000000e+00 | 6.103000e+03 |    Inf 
112.09/112.14	o 6086
112.09/112.14	c * 112s|130319 |100606 |492918 |   3.8 | 129M| 631 |   - |1700 |3361 |1700 | 203 |  28k|  39k|1726 | 0.000000e+00 | 6.086000e+03 |    Inf 
114.40/114.43	o 6008
114.40/114.43	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
114.40/114.43	c * 114s|132844 |101323 |499786 |   3.8 | 130M| 631 |   - |1700 |3722 |1700 | 220 |  29k|  40k|1734 | 0.000000e+00 | 6.008000e+03 |    Inf 
114.40/114.44	o 5921
114.40/114.44	c * 114s|132845 |100128 |499789 |   3.8 | 127M| 631 |   - |1700 |3722 |1700 | 220 |  29k|  40k|1734 | 0.000000e+00 | 5.921000e+03 |    Inf 
115.19/115.26	o 5847
115.19/115.26	c * 115s|133765 | 99792 |501894 |   3.7 | 126M| 631 |   - |1700 |3667 |1700 | 219 |  30k|  40k|1741 | 0.000000e+00 | 5.847000e+03 |    Inf 
120.49/120.57	c   121s|140000 |104915 |517584 |   3.7 | 133M| 631 |   0 |1700 |3566 |1700 | 190 |  31k|  42k|1803 | 0.000000e+00 | 5.847000e+03 |    Inf 
129.59/129.63	c   130s|150000 |113102 |557831 |   3.7 | 146M| 631 |   0 |1700 |3071 |1700 | 215 |  34k|  46k|1895 | 0.000000e+00 | 5.847000e+03 |    Inf 
133.00/133.05	o 5820
133.00/133.05	c * 133s|153227 |115259 |585658 |   3.8 | 150M| 631 |   - |1700 |3673 |1700 | 238 |  35k|  47k|1947 | 0.000000e+00 | 5.820000e+03 |    Inf 
133.00/133.05	o 5814
133.00/133.05	c * 133s|153228 |115168 |585663 |   3.8 | 149M| 631 |   - |1700 |3673 |1700 | 238 |  35k|  47k|1947 | 0.000000e+00 | 5.814000e+03 |    Inf 
136.39/136.45	o 5808
136.39/136.45	c * 136s|156408 |117563 |614399 |   3.9 | 153M| 631 |   - |1700 |3519 |1700 | 233 |  36k|  49k|2014 | 0.000000e+00 | 5.808000e+03 |    Inf 
136.39/136.45	o 5721
136.39/136.45	c * 136s|156409 |116092 |614400 |   3.9 | 149M| 631 |   - |1700 |3519 |1700 | 233 |  36k|  49k|2014 | 0.000000e+00 | 5.721000e+03 |    Inf 
136.69/136.73	o 5698
136.69/136.73	c * 137s|156716 |115895 |614891 |   3.9 | 149M| 631 |   - |1700 |3668 |1700 | 231 |  36k|  49k|2014 | 0.000000e+00 | 5.698000e+03 |    Inf 
136.69/136.73	o 5518
136.69/136.73	c * 137s|156717 |112320 |614895 |   3.9 | 141M| 631 |   - |1700 |3668 |1700 | 231 |  36k|  49k|2014 | 0.000000e+00 | 5.518000e+03 |    Inf 
139.70/139.77	c   140s|160000 |114941 |631726 |   3.9 | 145M| 631 |   0 |1700 |3535 |1700 | 210 |  37k|  50k|2073 | 0.000000e+00 | 5.518000e+03 |    Inf 
148.29/148.30	c   148s|170000 |123195 |656680 |   3.9 | 158M| 631 |   0 |1700 |3908 |1700 | 224 |  40k|  54k|2104 | 0.000000e+00 | 5.518000e+03 |    Inf 
151.29/151.30	o 5517
151.29/151.30	c * 151s|173459 |126134 |669899 |   3.9 | 162M| 631 |   - |1700 |3317 |1700 | 214 |  41k|  55k|2139 | 0.000000e+00 | 5.517000e+03 |    Inf 
151.29/151.31	o 5492
151.29/151.31	c * 151s|173477 |125637 |669905 |   3.9 | 161M| 631 |   - |1700 |3317 |1700 | 214 |  41k|  55k|2139 | 0.000000e+00 | 5.492000e+03 |    Inf 
151.29/151.31	o 5482
151.29/151.31	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
151.29/151.31	c * 151s|173478 |125425 |669905 |   3.9 | 161M| 631 |   - |1700 |3317 |1700 | 214 |  41k|  55k|2139 | 0.000000e+00 | 5.482000e+03 |    Inf 
153.19/153.24	o 5408
153.19/153.24	c * 153s|175581 |125542 |678495 |   3.9 | 161M| 631 |   - |1700 |2963 |1700 | 255 |  41k|  55k|2148 | 0.000000e+00 | 5.408000e+03 |    Inf 
153.19/153.25	o 5397
153.19/153.25	c * 153s|175582 |125286 |678497 |   3.9 | 160M| 631 |   - |1700 |2963 |1700 | 255 |  41k|  55k|2148 | 0.000000e+00 | 5.397000e+03 |    Inf 
157.09/157.12	c   157s|180000 |129016 |694573 |   3.9 | 166M| 631 |   0 |1700 |2725 |1700 | 196 |  42k|  56k|2198 | 0.000000e+00 | 5.397000e+03 |    Inf 
167.29/167.32	c   167s|190000 |137228 |773458 |   4.1 | 178M| 631 |   0 |1700 |3309 |1700 | 198 |  46k|  60k|2354 | 0.000000e+00 | 5.397000e+03 |    Inf 
167.69/167.73	o 5380
167.69/167.73	c * 168s|190343 |137141 |777459 |   4.1 | 178M| 631 |   - |1700 |3351 |1700 | 223 |  46k|  60k|2357 | 0.000000e+00 | 5.380000e+03 |    Inf 
172.19/172.22	o 5374
172.19/172.22	c * 172s|195054 |140862 |804099 |   4.1 | 184M| 631 |   - |1700 |3233 |1700 | 187 |  47k|  61k|2404 | 0.000000e+00 | 5.374000e+03 |    Inf 
176.89/176.94	c   177s|200000 |144738 |829247 |   4.1 | 190M| 631 |   0 |1700 |3546 |1700 | 201 |  49k|  63k|2451 | 0.000000e+00 | 5.374000e+03 |    Inf 
187.00/187.05	c   187s|210000 |152543 |902664 |   4.3 | 203M| 631 |   0 |1700 |3923 |1700 | 228 |  52k|  67k|2551 | 0.000000e+00 | 5.374000e+03 |    Inf 
188.79/188.84	o 5264
188.79/188.84	c * 189s|211555 |151029 |918241 |   4.3 | 200M| 631 |   - |1700 |3780 |1700 | 244 |  52k|  68k|2570 | 0.000000e+00 | 5.264000e+03 |    Inf 
193.69/193.75	o 5199
193.69/193.75	c * 194s|215961 |152979 |963101 |   4.5 | 203M| 631 |   - |1700 |4224 |1700 | 231 |  54k|  69k|2674 | 0.000000e+00 | 5.199000e+03 |    Inf 
193.69/193.76	o 5112
193.69/193.76	c * 194s|215962 |150645 |963102 |   4.5 | 199M| 631 |   - |1700 |4224 |1700 | 231 |  54k|  69k|2674 | 0.000000e+00 | 5.112000e+03 |    Inf 
193.69/193.79	o 5077
193.69/193.79	c * 194s|215989 |149645 |963221 |   4.5 | 197M| 631 |   - |1700 |4215 |1700 | 232 |  54k|  69k|2674 | 0.000000e+00 | 5.077000e+03 |    Inf 
193.69/193.79	o 5052
193.69/193.79	c * 194s|215990 |148958 |963222 |   4.5 | 196M| 631 |   - |1700 |4215 |1700 | 232 |  54k|  69k|2674 | 0.000000e+00 | 5.052000e+03 |    Inf 
196.59/196.67	o 5034
196.59/196.67	c * 197s|218390 |150285 |990265 |   4.5 | 198M| 631 |   - |1700 |3886 |1700 | 243 |  55k|  71k|2715 | 0.000000e+00 | 5.034000e+03 |    Inf 
196.59/196.68	o 4973
196.59/196.68	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
196.59/196.68	c * 197s|218391 |148592 |990267 |   4.5 | 194M| 631 |   - |1700 |3886 |1700 | 243 |  55k|  71k|2715 | 0.000000e+00 | 4.973000e+03 |    Inf 
198.09/198.11	c   198s|220000 |149963 |996779 |   4.5 | 196M| 631 |   0 |1700 |3606 |1700 | 200 |  55k|  71k|2724 | 0.000000e+00 | 4.973000e+03 |    Inf 
204.29/204.33	o 4960
204.29/204.33	c * 204s|226504 |154839 |  1027k|   4.5 | 204M| 631 |   - |1700 |3325 |1700 | 207 |  58k|  73k|2799 | 0.000000e+00 | 4.960000e+03 |    Inf 
207.90/207.94	c   208s|230000 |157622 |  1052k|   4.6 | 209M| 631 |   0 |1700 |3742 |1700 | 208 |  59k|  74k|2813 | 0.000000e+00 | 4.960000e+03 |    Inf 
217.09/217.14	c   217s|240000 |165788 |  1100k|   4.6 | 222M| 631 |   0 |1700 |3434 |1700 | 199 |  62k|  77k|2879 | 0.000000e+00 | 4.960000e+03 |    Inf 
219.59/219.60	o 4947
219.59/219.60	c * 220s|242731 |167626 |  1110k|   4.6 | 224M| 631 |   - |1700 |3105 |1700 | 214 |  63k|  78k|2922 | 0.000000e+00 | 4.947000e+03 |    Inf 
219.59/219.61	o 4935
219.59/219.61	c * 220s|242732 |167249 |  1110k|   4.6 | 223M| 631 |   - |1700 |3105 |1700 | 214 |  63k|  78k|2922 | 0.000000e+00 | 4.935000e+03 |    Inf 
220.39/220.42	o 4831
220.39/220.42	c * 220s|243629 |164611 |  1113k|   4.6 | 217M| 631 |   - |1700 |3085 |1700 | 230 |  63k|  78k|2928 | 0.000000e+00 | 4.831000e+03 |    Inf 
220.39/220.43	o 4768
220.39/220.43	c * 220s|243630 |162450 |  1113k|   4.6 | 213M| 631 |   - |1700 |3085 |1700 | 230 |  63k|  78k|2928 | 0.000000e+00 | 4.768000e+03 |    Inf 
221.60/221.69	o 4734
221.60/221.69	c * 222s|244915 |162373 |  1118k|   4.6 | 213M| 631 |   - |1700 |3128 |1700 | 224 |  63k|  79k|2935 | 0.000000e+00 | 4.734000e+03 |    Inf 
226.29/226.30	c   226s|250000 |166510 |  1135k|   4.5 | 220M| 631 |   0 |1700 |3287 |1700 | 197 |  65k|  80k|2962 | 0.000000e+00 | 4.734000e+03 |    Inf 
235.30/235.38	c   235s|260000 |174574 |  1174k|   4.5 | 233M| 631 |   0 |1700 |3355 |1700 | 190 |  68k|  83k|3036 | 0.000000e+00 | 4.734000e+03 |    Inf 
235.59/235.65	o 4637
235.59/235.65	c * 236s|260267 |171305 |  1176k|   4.5 | 226M| 631 |   - |1700 |3420 |1700 | 253 |  68k|  83k|3037 | 0.000000e+00 | 4.637000e+03 |    Inf 
242.29/242.38	o 4618
242.29/242.38	c * 242s|266229 |175358 |  1241k|   4.7 | 234M| 631 |   - |1700 |3266 |1700 | 209 |  71k|  86k|3117 | 0.000000e+00 | 4.618000e+03 |    Inf 
246.30/246.38	c   246s|270000 |178362 |  1269k|   4.7 | 239M| 631 |   0 |1700 |3058 |1700 | 194 |  72k|  87k|3165 | 0.000000e+00 | 4.618000e+03 |    Inf 
256.39/256.42	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
256.39/256.42	c   256s|280000 |186392 |  1338k|   4.8 | 252M| 631 |   0 |1700 |3570 |1700 | 198 |  75k|  90k|3295 | 0.000000e+00 | 4.618000e+03 |    Inf 
264.59/264.69	o 4589
264.59/264.69	c * 265s|288660 |192193 |  1376k|   4.8 | 261M| 631 |   - |1700 |3417 |1700 | 227 |  78k|  93k|3359 | 0.000000e+00 | 4.589000e+03 |    Inf 
265.99/266.01	c   266s|290000 |193331 |  1382k|   4.8 | 263M| 631 |   0 |1700 |3441 |1700 | 207 |  79k|  94k|3363 | 0.000000e+00 | 4.589000e+03 |    Inf 
275.59/275.67	c   276s|300000 |201338 |  1435k|   4.8 | 277M| 631 |   0 |1700 |3358 |1700 | 217 |  83k|  97k|3430 | 0.000000e+00 | 4.589000e+03 |    Inf 
285.10/285.10	c   285s|310000 |209334 |  1476k|   4.8 | 290M| 631 |   0 |1700 |3175 |1700 | 212 |  86k| 100k|3499 | 0.000000e+00 | 4.589000e+03 |    Inf 
285.90/285.94	o 4554
285.90/285.94	c * 286s|310920 |208668 |  1480k|   4.8 | 288M| 631 |   - |1700 |2976 |1700 | 213 |  86k| 101k|3522 | 0.000000e+00 | 4.554000e+03 |    Inf 
285.90/285.95	o 4471
285.90/285.95	c * 286s|310921 |204893 |  1480k|   4.8 | 281M| 631 |   - |1700 |2976 |1700 | 213 |  86k| 101k|3522 | 0.000000e+00 | 4.471000e+03 |    Inf 
294.19/294.29	o 4465
294.19/294.29	c * 294s|319135 |211020 |  1531k|   4.8 | 292M| 631 |   - |1700 |3525 |1700 | 228 |  90k| 104k|3613 | 0.000000e+00 | 4.465000e+03 |    Inf 
294.19/294.29	o 4454
294.19/294.29	c * 294s|319136 |210536 |  1531k|   4.8 | 291M| 631 |   - |1700 |3525 |1700 | 228 |  90k| 104k|3613 | 0.000000e+00 | 4.454000e+03 |    Inf 
295.09/295.13	c   295s|320000 |211223 |  1535k|   4.8 | 292M| 631 |   0 |1700 |3436 |1700 | 193 |  90k| 104k|3615 | 0.000000e+00 | 4.454000e+03 |    Inf 
303.30/303.32	o 4414
303.30/303.32	c * 303s|328611 |216140 |  1575k|   4.8 | 300M| 631 |   - |1700 |3343 |1700 | 216 |  93k| 107k|3668 | 0.000000e+00 | 4.414000e+03 |    Inf 
304.60/304.62	c   305s|330000 |217330 |  1580k|   4.8 | 302M| 631 |   0 |1700 |3512 |1700 | 217 |  93k| 107k|3672 | 0.000000e+00 | 4.414000e+03 |    Inf 
307.59/307.63	o 4348
307.59/307.63	c * 308s|333210 |216473 |  1593k|   4.8 | 299M| 631 |   - |1700 |3310 |1700 | 212 |  94k| 108k|3694 | 0.000000e+00 | 4.348000e+03 |    Inf 
311.39/311.40	o 4331
311.39/311.40	c * 311s|336877 |218427 |  1616k|   4.8 | 302M| 631 |   - |1700 |2975 |1700 | 213 |  96k| 109k|3726 | 0.000000e+00 | 4.331000e+03 |    Inf 
314.20/314.24	c   314s|340000 |220941 |  1626k|   4.8 | 307M| 631 |   0 |1700 |3083 |1700 | 197 |  97k| 110k|3737 | 0.000000e+00 | 4.331000e+03 |    Inf 
315.90/315.91	o 4292
315.90/315.91	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
315.90/315.91	c * 316s|341682 |220272 |  1638k|   4.8 | 306M| 631 |   - |1700 |3187 |1700 | 239 |  97k| 111k|3739 | 0.000000e+00 | 4.292000e+03 |    Inf 
315.90/315.96	o 4290
315.90/315.96	c * 316s|341723 |220186 |  1639k|   4.8 | 306M| 631 |   - |1700 |3189 |1700 | 234 |  97k| 111k|3739 | 0.000000e+00 | 4.290000e+03 |    Inf 
316.00/316.00	o 4208
316.00/316.00	c * 316s|341761 |215764 |  1639k|   4.8 | 297M| 631 |   - |1700 |3189 |1700 | 235 |  97k| 111k|3739 | 0.000000e+00 | 4.208000e+03 |    Inf 
323.90/323.95	c   324s|350000 |222139 |  1675k|   4.8 | 309M| 631 |   0 |1700 |3447 |1700 | 188 | 100k| 114k|3794 | 0.000000e+00 | 4.208000e+03 |    Inf 
331.19/331.28	o 4149
331.19/331.28	c * 331s|356965 |224107 |  1723k|   4.8 | 312M| 631 |   - |1700 |3225 |1700 | 208 | 103k| 116k|3845 | 0.000000e+00 | 4.149000e+03 |    Inf 
333.50/333.53	o 4119
333.50/333.53	c * 334s|359360 |224368 |  1735k|   4.8 | 312M| 631 |   - |1700 |3438 |1700 | 227 | 103k| 117k|3867 | 0.000000e+00 | 4.119000e+03 |    Inf 
334.20/334.23	c   334s|360000 |224830 |  1740k|   4.8 | 312M| 631 |   0 |1700 |3472 |1700 | 196 | 103k| 117k|3872 | 0.000000e+00 | 4.119000e+03 |    Inf 
334.50/334.52	o 4093
334.50/334.52	c * 335s|360273 |223399 |  1741k|   4.8 | 310M| 631 |   - |1700 |3501 |1700 | 204 | 103k| 117k|3883 | 0.000000e+00 | 4.093000e+03 |    Inf 
335.40/335.50	o 4091
335.40/335.50	c * 335s|361373 |224224 |  1744k|   4.8 | 311M| 631 |   - |1700 |3488 |1700 | 217 | 104k| 117k|3883 | 0.000000e+00 | 4.091000e+03 |    Inf 
335.99/336.04	o 4033
335.99/336.04	c * 336s|362008 |221471 |  1745k|   4.8 | 305M| 631 |   - |1700 |3559 |1700 | 221 | 104k| 118k|3883 | 0.000000e+00 | 4.033000e+03 |    Inf 
335.99/336.06	o 3903
335.99/336.06	c * 336s|362010 |213667 |  1745k|   4.8 | 289M| 631 |   - |1700 |3559 |1700 | 221 | 104k| 118k|3883 | 0.000000e+00 | 3.903000e+03 |    Inf 
336.19/336.24	o 3889
336.19/336.24	c * 336s|362164 |212945 |  1745k|   4.8 | 288M| 631 |   - |1700 |3582 |1700 | 211 | 104k| 118k|3883 | 0.000000e+00 | 3.889000e+03 |    Inf 
337.10/337.11	o 3868
337.10/337.11	c * 337s|363022 |212245 |  1748k|   4.8 | 286M| 631 |   - |1700 |3756 |1700 | 233 | 104k| 118k|3883 | 0.000000e+00 | 3.868000e+03 |    Inf 
337.10/337.12	o 3851
337.10/337.12	c * 337s|363023 |211094 |  1748k|   4.8 | 284M| 631 |   - |1700 |3756 |1700 | 233 | 104k| 118k|3883 | 0.000000e+00 | 3.851000e+03 |    Inf 
337.20/337.23	o 3791
337.20/337.23	c * 337s|363131 |207529 |  1749k|   4.8 | 275M| 631 |   - |1700 |3761 |1700 | 226 | 104k| 118k|3883 | 0.000000e+00 | 3.791000e+03 |    Inf 
337.20/337.26	o 3629
337.20/337.26	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
337.20/337.26	c * 337s|363132 |196923 |  1749k|   4.8 | 251M| 631 |   - |1700 |3761 |1700 | 228 | 104k| 118k|3883 | 0.000000e+00 | 3.629000e+03 |    Inf 
337.40/337.49	o 3527
337.40/337.49	c * 337s|363335 |190343 |  1749k|   4.8 | 237M| 631 |   - |1700 |3791 |1700 | 221 | 104k| 118k|3883 | 0.000000e+00 | 3.527000e+03 |    Inf 
337.49/337.54	o 3442
337.49/337.54	c * 338s|363364 |184919 |  1750k|   4.8 | 226M| 631 |   - |1700 |3790 |1700 | 226 | 104k| 118k|3883 | 0.000000e+00 | 3.442000e+03 |    Inf 
337.49/337.56	o 3348
337.49/337.56	c * 338s|363365 |178715 |  1750k|   4.8 | 213M| 631 |   - |1700 |3790 |1700 | 226 | 104k| 118k|3883 | 0.000000e+00 | 3.348000e+03 |    Inf 
337.99/338.03	o 3315
337.99/338.03	c * 338s|363787 |176858 |  1751k|   4.8 | 210M| 631 |   - |1700 |3848 |1700 | 220 | 104k| 118k|3883 | 0.000000e+00 | 3.315000e+03 |    Inf 
338.80/338.84	o 3311
338.80/338.84	c * 339s|364592 |177259 |  1755k|   4.8 | 211M| 631 |   - |1700 |3860 |1700 | 223 | 105k| 118k|3886 | 0.000000e+00 | 3.311000e+03 |    Inf 
341.00/341.07	o 3306
341.00/341.07	c * 341s|366910 |178750 |  1761k|   4.8 | 214M| 631 |   - |1700 |3862 |1700 | 226 | 105k| 119k|3898 | 0.000000e+00 | 3.306000e+03 |    Inf 
341.30/341.38	o 3297
341.30/341.38	c * 341s|367206 |178268 |  1762k|   4.8 | 213M| 631 |   - |1700 |3962 |1700 | 232 | 106k| 119k|3901 | 0.000000e+00 | 3.297000e+03 |    Inf 
342.00/342.05	o 3282
342.00/342.05	c * 342s|367851 |177745 |  1765k|   4.8 | 212M| 631 |   - |1700 |3968 |1700 | 233 | 106k| 119k|3905 | 0.000000e+00 | 3.282000e+03 |    Inf 
343.90/343.92	o 3168
343.90/343.92	c * 344s|369520 |171669 |  1777k|   4.8 | 202M| 631 |   - |1700 |3741 |1700 | 229 | 106k| 120k|3938 | 0.000000e+00 | 3.168000e+03 |    Inf 
343.90/343.93	o 3135
343.90/343.93	c * 344s|369521 |169770 |  1777k|   4.8 | 199M| 631 |   - |1700 |3741 |1700 | 229 | 106k| 120k|3938 | 0.000000e+00 | 3.135000e+03 |    Inf 
344.50/344.51	c   344s|370000 |170120 |  1781k|   4.8 | 200M| 631 |   0 |1700 |3665 |1700 | 197 | 107k| 120k|3938 | 0.000000e+00 | 3.135000e+03 |    Inf 
347.60/347.62	o 3074
347.60/347.62	c * 348s|372733 |168586 |  1806k|   4.8 | 198M| 631 |   - |1700 |3762 |1700 | 241 | 108k| 121k|3959 | 0.000000e+00 | 3.074000e+03 |    Inf 
347.60/347.63	o 3049
347.60/347.63	c * 348s|372734 |167060 |  1806k|   4.8 | 196M| 631 |   - |1700 |3762 |1700 | 241 | 108k| 121k|3959 | 0.000000e+00 | 3.049000e+03 |    Inf 
348.70/348.75	o 3030
348.70/348.75	c * 349s|373599 |166532 |  1818k|   4.9 | 196M| 631 |   - |1700 |3687 |1700 | 225 | 108k| 121k|3968 | 0.000000e+00 | 3.030000e+03 |    Inf 
348.90/348.95	o 3013
348.90/348.95	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
348.90/348.95	c * 349s|373768 |165617 |  1820k|   4.9 | 195M| 631 |   - |1700 |3721 |1700 | 234 | 108k| 121k|3970 | 0.000000e+00 | 3.013000e+03 |    Inf 
348.90/348.96	o 2978
348.90/348.96	c * 349s|373771 |163531 |  1820k|   4.9 | 192M| 631 |   - |1700 |3721 |1700 | 234 | 108k| 121k|3970 | 0.000000e+00 | 2.978000e+03 |    Inf 
356.40/356.45	c   356s|380000 |167877 |  1881k|   4.9 | 202M| 631 |   - |1700 |3461 |   0 |   0 | 111k| 124k|4050 | 0.000000e+00 | 2.978000e+03 |    Inf 
358.39/358.45	o 2926
358.39/358.45	c * 358s|381673 |165783 |  1896k|   5.0 | 201M| 631 |   - |1700 |3190 |1700 | 213 | 112k| 124k|4084 | 0.000000e+00 | 2.926000e+03 |    Inf 
361.39/361.40	o 2914
361.39/361.40	c * 361s|384511 |167320 |  1917k|   5.0 | 204M| 631 |   - |1700 |3122 |1700 | 237 | 113k| 125k|4102 | 0.000000e+00 | 2.914000e+03 |    Inf 
361.39/361.42	o 2791
361.39/361.42	c * 361s|384520 |159834 |  1917k|   5.0 | 195M| 631 |   - |1700 |3122 |1700 | 239 | 113k| 125k|4102 | 0.000000e+00 | 2.791000e+03 |    Inf 
365.90/365.93	o 2721
365.90/365.93	c * 366s|388279 |158353 |  1961k|   5.1 | 196M| 631 |   - |1700 |3161 |1700 | 234 | 115k| 126k|4138 | 0.000000e+00 | 2.721000e+03 |    Inf 
365.90/365.94	o 2639
365.90/365.94	c * 366s|388280 |152900 |  1961k|   5.1 | 190M| 631 |   - |1700 |3161 |1700 | 234 | 115k| 126k|4138 | 0.000000e+00 | 2.639000e+03 |    Inf 
367.60/367.66	c   368s|390000 |154216 |  1969k|   5.0 | 192M| 631 |   0 |1700 |2986 |1700 | 185 | 115k| 126k|4155 | 0.000000e+00 | 2.639000e+03 |    Inf 
375.70/375.77	o 2462
375.70/375.77	c * 376s|397216 |148012 |  2024k|   5.1 | 190M| 631 |   - |1700 |3052 |1700 | 226 | 118k| 129k|4221 | 0.000000e+00 | 2.462000e+03 |    Inf 
379.69/379.74	c   380s|400000 |149949 |  2068k|   5.2 | 195M| 631 |   0 |1700 |3099 |1700 | 241 | 120k| 129k|4262 | 0.000000e+00 | 2.462000e+03 |    Inf 
383.29/383.33	o 2379
383.29/383.33	c * 383s|403236 |146721 |  2085k|   5.2 | 194M| 631 |   - |1700 |3568 |1700 | 238 | 122k| 131k|4295 | 0.000000e+00 | 2.379000e+03 |    Inf 
383.29/383.33	o 2341
383.29/383.33	c * 383s|403237 |144268 |  2085k|   5.2 | 191M| 631 |   - |1700 |3568 |1700 | 238 | 122k| 131k|4295 | 0.000000e+00 | 2.341000e+03 |    Inf 
383.90/383.95	o 2219
383.90/383.95	c * 384s|403757 |136431 |  2088k|   5.2 | 181M| 631 |   - |1700 |3509 |1700 | 222 | 123k| 131k|4297 | 0.000000e+00 | 2.219000e+03 |    Inf 
383.99/384.04	o 2207
383.99/384.04	c * 384s|403814 |135492 |  2089k|   5.2 | 180M| 631 |   - |1700 |3494 |1700 | 229 | 123k| 131k|4297 | 0.000000e+00 | 2.207000e+03 |    Inf 
383.99/384.05	o 2182
383.99/384.05	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
383.99/384.05	c * 384s|403815 |133916 |  2089k|   5.2 | 177M| 631 |   - |1700 |3494 |1700 | 229 | 123k| 131k|4297 | 0.000000e+00 | 2.182000e+03 |    Inf 
386.90/386.99	o 2166
386.90/386.99	c * 387s|406428 |134816 |  2105k|   5.2 | 181M| 631 |   - |1700 |3651 |1700 | 219 | 124k| 131k|4303 | 0.000000e+00 | 2.166000e+03 |    Inf 
388.20/388.30	o 2072
388.20/388.30	c * 388s|407364 |128662 |  2117k|   5.2 | 173M| 631 |   - |1700 |3569 |1700 | 240 | 125k| 132k|4317 | 0.000000e+00 | 2.072000e+03 |    Inf 
390.89/390.94	o 2062
390.89/390.94	c * 391s|409524 |129328 |  2136k|   5.2 | 176M| 631 |   - |1700 |3526 |1700 | 220 | 126k| 132k|4358 | 0.000000e+00 | 2.062000e+03 |    Inf 
390.89/390.95	o 1989
390.89/390.95	c * 391s|409525 |124211 |  2136k|   5.2 | 168M| 631 |   - |1700 |3526 |1700 | 220 | 126k| 132k|4358 | 0.000000e+00 | 1.989000e+03 |    Inf 
391.40/391.47	c   391s|410000 |124565 |  2139k|   5.2 | 169M| 631 |   0 |1700 |3411 |1700 | 200 | 126k| 133k|4360 | 0.000000e+00 | 1.989000e+03 |    Inf 
392.40/392.40	o 1956
392.40/392.40	c * 392s|410768 |122783 |  2145k|   5.2 | 167M| 631 |   - |1700 |3387 |1700 | 239 | 127k| 133k|4361 | 0.000000e+00 | 1.956000e+03 |    Inf 
392.40/392.42	o 1849
392.40/392.42	c * 392s|410770 |115252 |  2145k|   5.2 | 155M| 631 |   - |1700 |3387 |1700 | 239 | 127k| 133k|4361 | 0.000000e+00 | 1.849000e+03 |    Inf 
392.40/392.44	o 1786
392.40/392.44	c * 392s|410771 |110636 |  2145k|   5.2 | 149M| 631 |   - |1700 |3387 |1700 | 239 | 127k| 133k|4361 | 0.000000e+00 | 1.786000e+03 |    Inf 
394.29/394.34	o 1738
394.29/394.34	c * 394s|412229 |108344 |  2159k|   5.2 | 146M| 631 |   - |1700 |3279 |1700 | 253 | 128k| 133k|4365 | 0.000000e+00 | 1.738000e+03 |    Inf 
394.69/394.75	o 1728
394.69/394.75	c * 395s|412528 |107860 |  2162k|   5.2 | 145M| 631 |   - |1700 |3265 |1700 | 245 | 128k| 133k|4377 | 0.000000e+00 | 1.728000e+03 |    Inf 
394.69/394.76	o 1665
394.69/394.76	c * 395s|412529 |103474 |  2162k|   5.2 | 139M| 631 |   - |1700 |3265 |1700 | 245 | 128k| 133k|4377 | 0.000000e+00 | 1.665000e+03 |    Inf 
400.90/400.90	o 1555
400.90/400.90	c * 401s|417616 | 99000 |  2201k|   5.3 | 137M| 631 |   - |1700 |3251 |1700 | 220 | 131k| 135k|4413 | 0.000000e+00 | 1.555000e+03 |    Inf 
403.10/403.19	o 1507
403.10/403.19	c * 403s|419123 | 96502 |  2224k|   5.3 | 136M| 631 |   - |1700 |3131 |1700 | 224 | 132k| 136k|4450 | 0.000000e+00 | 1.507000e+03 |    Inf 
404.29/404.36	c   404s|420000 | 97077 |  2234k|   5.3 | 137M| 631 |   - |1700 |2934 |   0 |   0 | 133k| 136k|4466 | 0.000000e+00 | 1.507000e+03 |    Inf 
405.29/405.32	o 1464
405.29/405.32	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
405.29/405.32	c * 405s|420707 | 94467 |  2241k|   5.3 | 135M| 631 |   - |1700 |3081 |1700 | 218 | 133k| 136k|4484 | 0.000000e+00 | 1.464000e+03 |    Inf 
412.30/412.34	o 1331
412.30/412.34	c * 412s|425567 | 87171 |  2305k|   5.4 | 132M| 631 |   - |1700 |2856 |1700 | 212 | 137k| 138k|4544 | 0.000000e+00 | 1.331000e+03 |    Inf 
419.20/419.28	c   419s|430000 | 89511 |  2375k|   5.5 | 143M| 631 |   0 |1700 |2916 |1700 | 207 | 141k| 140k|4654 | 0.000000e+00 | 1.331000e+03 |    Inf 
424.40/424.43	o 1319
424.40/424.43	c * 424s|433080 | 90021 |  2435k|   5.6 | 149M| 631 |   - |1700 |2878 |1700 | 226 | 145k| 142k|4697 | 0.000000e+00 | 1.319000e+03 |    Inf 
427.30/427.38	o 1249
427.30/427.38	c * 427s|434774 | 85959 |  2467k|   5.7 | 147M| 631 |   - |1700 |3093 |1700 | 196 | 147k| 143k|4746 | 0.000000e+00 | 1.249000e+03 |    Inf 
430.00/430.05	o 1212
430.00/430.05	c * 430s|436434 | 83821 |  2496k|   5.7 | 147M| 631 |   - |1700 |3090 |1700 | 250 | 148k| 143k|4759 | 0.000000e+00 | 1.212000e+03 |    Inf 
430.00/430.10	o 1192
430.00/430.10	c * 430s|436448 | 82526 |  2497k|   5.7 | 145M| 631 |   - |1700 |3097 |1700 | 234 | 148k| 143k|4760 | 0.000000e+00 | 1.192000e+03 |    Inf 
430.40/430.47	o 1094
430.40/430.47	c * 430s|436707 | 75746 |  2500k|   5.7 | 137M| 631 |   - |1700 |3144 |1700 | 237 | 148k| 143k|4761 | 0.000000e+00 | 1.094000e+03 |    Inf 
430.40/430.47	o 1083
430.40/430.47	c * 430s|436708 | 74923 |  2500k|   5.7 | 136M| 631 |   - |1700 |3144 |1700 | 237 | 148k| 143k|4761 | 0.000000e+00 | 1.083000e+03 |    Inf 
430.50/430.51	o 1040
430.50/430.51	c * 430s|436718 | 72526 |  2501k|   5.7 | 132M| 631 |   - |1700 |3142 |1700 | 240 | 148k| 143k|4761 | 0.000000e+00 | 1.040000e+03 |    Inf 
430.50/430.54	o 950
430.50/430.54	c * 431s|436744 | 65859 |  2501k|   5.7 | 122M| 631 |   - |1700 |3146 |1700 | 237 | 148k| 143k|4761 | 0.000000e+00 | 9.500000e+02 |    Inf 
431.20/431.23	o 948
431.20/431.23	c * 431s|437060 | 65889 |  2511k|   5.7 | 123M| 631 |   - |1700 |3083 |1700 | 234 | 149k| 143k|4778 | 0.000000e+00 | 9.480000e+02 |    Inf 
432.09/432.18	o 939
432.09/432.18	c * 432s|437655 | 65682 |  2520k|   5.8 | 124M| 631 |   - |1700 |3247 |1700 | 237 | 150k| 144k|4794 | 0.000000e+00 | 9.390000e+02 |    Inf 
432.31/432.36	o 765
432.31/432.36	c * 432s|437747 | 51026 |  2521k|   5.8 | 102M| 631 |   - |1700 |3270 |1700 | 237 | 150k| 144k|4798 | 0.000000e+00 | 7.650000e+02 |    Inf 
432.50/432.50	o 609
432.50/432.50	c * 432s|437824 | 36375 |  2521k|   5.8 |  77M| 631 |   - |1700 |3089 |1700 | 233 | 150k| 144k|4798 | 0.000000e+00 | 6.090000e+02 |    Inf 
432.70/432.72	o 589
432.70/432.72	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
432.70/432.72	c * 433s|437956 | 35184 |  2524k|   5.8 |  75M| 631 |   - |1700 |2755 |1700 | 221 | 150k| 144k|4801 | 0.000000e+00 | 5.890000e+02 |    Inf 
432.70/432.72	o 537
432.70/432.72	c * 433s|437957 | 32944 |  2524k|   5.8 |  71M| 631 |   - |1700 |2755 |1700 | 221 | 150k| 144k|4801 | 0.000000e+00 | 5.370000e+02 |    Inf 
432.80/432.81	o 536
432.80/432.81	c * 433s|438010 | 32878 |  2524k|   5.8 |  71M| 631 |   - |1700 |2622 |1700 | 233 | 150k| 144k|4801 | 0.000000e+00 | 5.360000e+02 |    Inf 
432.80/432.81	o 524
432.80/432.81	c * 433s|438011 | 32347 |  2524k|   5.8 |  70M| 631 |   - |1700 |2622 |1700 | 233 | 150k| 144k|4801 | 0.000000e+00 | 5.240000e+02 |    Inf 
433.19/433.26	o 523
433.19/433.26	c * 433s|438166 | 32235 |  2529k|   5.8 |  71M| 631 |   - |1700 |2111 |1700 | 235 | 151k| 144k|4818 | 0.000000e+00 | 5.230000e+02 |    Inf 
433.19/433.26	o 512
433.19/433.26	c * 433s|438167 | 31700 |  2529k|   5.8 |  70M| 631 |   - |1700 |2111 |1700 | 235 | 151k| 144k|4818 | 0.000000e+00 | 5.120000e+02 |    Inf 
433.50/433.54	o 502
433.50/433.54	c * 434s|438284 | 30596 |  2533k|   5.8 |  69M| 631 |   - |1700 |1959 |1700 | 243 | 151k| 144k|4818 | 0.000000e+00 | 5.020000e+02 |    Inf 
434.00/434.05	o 476
434.00/434.05	c * 434s|438456 | 28965 |  2538k|   5.8 |  68M| 631 |   - |1700 |1787 |1700 | 246 | 151k| 145k|4827 | 0.000000e+00 | 4.760000e+02 |    Inf 
434.10/434.15	o 428
434.10/434.15	c * 434s|438525 | 27038 |  2539k|   5.8 |  64M| 631 |   - |1700 |1764 |1700 | 257 | 151k| 145k|4827 | 0.000000e+00 | 4.280000e+02 |    Inf 
434.40/434.44	o 402
434.40/434.44	c * 434s|438594 | 23731 |  2541k|   5.8 |  59M| 631 |   - |1700 |1658 |1700 | 229 | 152k| 145k|4827 | 0.000000e+00 | 4.020000e+02 |    Inf 
434.40/434.48	o 244
434.40/434.48	c * 434s|438601 | 14664 |  2542k|   5.8 |  44M| 631 |   - |1700 |1617 |1700 | 234 | 152k| 145k|4827 | 0.000000e+00 | 2.440000e+02 |    Inf 
434.40/434.49	o 227
434.40/434.49	c * 434s|438607 | 14477 |  2542k|   5.8 |  43M| 631 |   - |1700 |1444 |1700 | 229 | 152k| 145k|4827 | 0.000000e+00 | 2.270000e+02 |    Inf 
434.50/434.51	o 213
434.50/434.51	c * 434s|438639 | 13971 |  2542k|   5.8 |  42M| 631 |   - |1700 |1416 |1700 | 229 | 152k| 145k|4827 | 0.000000e+00 | 2.130000e+02 |    Inf 
434.50/434.51	o 188
434.50/434.51	c * 434s|438640 | 13445 |  2542k|   5.8 |  41M| 631 |   - |1700 |1416 |1700 | 229 | 152k| 145k|4827 | 0.000000e+00 | 1.880000e+02 |    Inf 
434.69/434.71	o 126
434.69/434.71	c * 435s|438698 |  7465 |  2543k|   5.8 |  33M| 631 |   - |1700 |1344 |1700 | 208 | 152k| 145k|4828 | 0.000000e+00 | 1.260000e+02 |    Inf 
434.69/434.71	o 101
434.69/434.71	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
434.69/434.71	c * 435s|438699 |  5326 |  2543k|   5.8 |  28M| 631 |   - |1700 |1344 |1700 | 208 | 152k| 145k|4828 | 0.000000e+00 | 1.010000e+02 |    Inf 
434.69/434.72	o 90
434.69/434.72	c * 435s|438700 |  5062 |  2543k|   5.8 |  28M| 631 |   - |1700 |1020 |1700 | 208 | 152k| 145k|4828 | 0.000000e+00 | 9.000000e+01 |    Inf 
434.69/434.75	o 38
434.69/434.75	c * 435s|438724 |  4679 |  2543k|   5.8 |  27M| 631 |   - |1700 | 991 |1700 | 232 | 152k| 145k|4828 | 0.000000e+00 | 3.800000e+01 |    Inf 
434.69/434.78	o 0
434.69/434.78	c * 435s|438736 |     0 |  2543k|   5.8 |  11M| 631 |   - |1700 | 926 |1700 | 232 | 152k| 145k|4828 | 0.000000e+00 | 0.000000e+00 |   0.00%
434.69/434.78	c 
434.69/434.78	c SCIP Status        : problem is solved [optimal solution found]
434.69/434.78	c Solving Time (sec) : 434.77
434.69/434.78	c Solving Nodes      : 438736
434.69/434.78	c Primal Bound       : +0.00000000000000e+00 (247 solutions)
434.69/434.78	c Dual Bound         : +0.00000000000000e+00
434.69/434.78	c Gap                : 0.00 %
434.69/434.78	s OPTIMUM FOUND
434.69/434.78	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 
434.69/434.78	v x176 -x175 -x174 x173 x172 -x171 -x170 x169 x168 -x167 x166 -x165 -x164 x163 x162 -x161 x160 -x159 -x158 x157 x156 -x155 
434.69/434.78	v x154 -x153 x152 -x151 x150 -x149 x148 -x147 -x146 x145 x144 -x143 x142 -x141 x140 -x139 -x138 x137 -x136 x135 x134 -x133 x132 
434.69/434.78	v -x131 -x130 x129 -x128 x127 x126 -x125 -x124 x123 x122 -x121 x120 -x119 -x118 x117 x116 -x115 x114 -x113 x112 -x111 x110 -x109 
434.69/434.78	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 
434.69/434.78	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 
434.69/434.78	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 
434.69/434.78	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 
434.69/434.78	c SCIP Status        : problem is solved [optimal solution found]
434.69/434.78	c Solving Time       :     434.77
434.69/434.78	c Original Problem   :
434.69/434.78	c   Problem name     : HOME/instance-2705745-1278580126.wbo
434.69/434.78	c   Variables        : 1800 (1000 binary, 0 integer, 800 implicit integer, 0 continuous)
434.69/434.78	c   Constraints      : 1701 initial, 1701 maximal
434.69/434.78	c Presolved Problem  :
434.69/434.78	c   Problem name     : t_HOME/instance-2705745-1278580126.wbo
434.69/434.78	c   Variables        : 1700 (900 binary, 0 integer, 800 implicit integer, 0 continuous)
434.69/434.78	c   Constraints      : 1600 initial, 5840 maximal
434.69/434.78	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
434.69/434.78	c   trivial          :       0.00          0          0          0          0          0          0          0          0
434.69/434.78	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
434.69/434.78	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
434.69/434.78	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
434.69/434.78	c   implics          :       0.00          0          0          0          0          0          0          0          0
434.69/434.78	c   probing          :       0.01          0          0          0          0          0          0          0          0
434.69/434.78	c   linear           :       0.02          0        100          0        800          0        101          0          0
434.69/434.78	c   indicator        :       0.00          0          0          0          0          0          0          0          0
434.69/434.78	c   logicor          :       0.00          0          0          0          0          0          0          0          0
434.69/434.78	c   root node        :          -       1571          -          -       1571          -          -          -          -
434.69/434.78	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
434.69/434.78	c   integral         :          0          0          0     458170          0          0         35          0          0      14198
434.69/434.78	c   linear           :        800          6    1031651     450854          0       7622     689042     152225          0          0
434.69/434.78	c   indicator        :        800          0    1024538     451034          0       6312   10563578          0          0          0
434.69/434.78	c   logicor          :          0+         0     466849          0          0       2579     198426          0          0          0
434.69/434.78	c   countsols        :          0          0          0     393800          0          0          0          0          0          0
434.69/434.78	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
434.69/434.78	c   integral         :       4.91       0.00       0.00       4.91       0.00
434.69/434.78	c   linear           :      25.51       0.00      11.70      13.81       0.00
434.69/434.78	c   indicator        :      54.77       0.01      29.12      25.65       0.00
434.69/434.78	c   logicor          :       5.40       0.00       5.40       0.00       0.00
434.69/434.78	c   countsols        :       0.06       0.00       0.00       0.06       0.00
434.69/434.78	c Propagators        :       Time      Calls    Cutoffs    DomReds
434.69/434.78	c   vbounds          :       0.19          2          0          0
434.69/434.78	c   rootredcost      :       0.19        146          0        776
434.69/434.78	c   pseudoobj        :      21.20    1065340      33375   10182710
434.69/434.78	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
434.69/434.78	c   propagation      :       2.23      43576      43356     162055       24.0       1076       10.6          -
434.69/434.78	c   infeasible LP    :       0.01         44         44        136       15.1          2       22.0          0
434.69/434.78	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
434.69/434.78	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
434.69/434.78	c   pseudo solution  :       0.00         11         11         34       11.8          0        0.0          -
434.69/434.78	c   applied globally :          -          -          -     145446       23.2          -          -          -
434.69/434.78	c   applied locally  :          -          -          -          0        0.0          -          -          -
434.69/434.78	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
434.69/434.78	c   cut pool         :       0.00          3          -          -         10          -    (maximal pool size: 135)
434.69/434.78	c   redcost          :      18.17     469462          0     624083          0          0
434.69/434.78	c   impliedbounds    :       0.00          4          0          0          0          0
434.69/434.78	c   intobj           :       0.00          0          0          0          0          0
434.69/434.78	c   cgmip            :       0.00          0          0          0          0          0
434.69/434.78	c   gomory           :       0.02          4          0          0         83          0
434.69/434.78	c   strongcg         :       0.02          4          0          0        182          0
434.69/434.78	c   cmir             :       0.01          4          0          0          0          0
434.69/434.78	c   flowcover        :       0.02          4          0          0          0          0
434.69/434.78	c   clique           :       0.00          1          0          0          0          0
434.69/434.78	c   zerohalf         :       0.00          0          0          0          0          0
434.69/434.78	c   mcf              :       0.00          1          0          0          0          0
434.69/434.78	c   rapidlearning    :       0.05          1          0          0          0          0
434.69/434.78	c Pricers            :       Time      Calls       Vars
434.69/434.78	c   problem variables:       0.00          0          0
434.69/434.78	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
434.69/434.78	c   relpscost        :       4.78       7132          0         35          0          0      14198
434.69/434.78	c   pscost           :       0.00          0          0          0          0          0          0
434.69/434.78	c   inference        :      48.50     393653          0          0          0          0     787306
434.69/434.78	c   mostinf          :       0.00          0          0          0          0          0          0
434.69/434.78	c   leastinf         :       0.00          0          0          0          0          0          0
434.69/434.78	c   fullstrong       :       0.00          0          0          0          0          0          0
434.69/434.78	c   allfullstrong    :       0.00          0          0          0          0          0          0
434.69/434.78	c   random           :       0.00          0          0          0          0          0          0
434.69/434.78	c Primal Heuristics  :       Time      Calls      Found
434.69/434.78	c   LP solutions     :       0.95          -        147
434.69/434.78	c   pseudo solutions :       0.00          -          0
434.69/434.78	c   feaspump         :       0.00          0          0
434.69/434.78	c   intshifting      :       0.00          0          0
434.69/434.78	c   oneopt           :       0.45        111          0
434.69/434.78	c   crossover        :       2.84        178          2
434.69/434.78	c   pscostdiving     :       0.35        561          0
434.69/434.78	c   fracdiving       :       0.34        561          0
434.69/434.78	c   veclendiving     :       0.33        561          0
434.69/434.78	c   linesearchdiving :       0.34        562          0
434.69/434.78	c   guideddiving     :       0.33        562          0
434.69/434.78	c   coefdiving       :       0.33        562          0
434.69/434.78	c   rootsoldiving    :       0.35        560          0
434.69/434.78	c   objpscostdiving  :       0.35        560          0
434.69/434.78	c   trivial          :       0.00          2          1
434.69/434.78	c   simplerounding   :       0.16       7634          0
434.69/434.78	c   zirounding       :       0.09       1000          0
434.69/434.78	c   rounding         :       0.11       1224          0
434.69/434.78	c   shifting         :       0.06        313          0
434.69/434.78	c   twoopt           :       0.00          0          0
434.69/434.78	c   fixandinfer      :       0.00          0          0
434.69/434.78	c   intdiving        :       0.00          0          0
434.69/434.78	c   actconsdiving    :       0.00          0          0
434.69/434.78	c   octane           :       0.00          0          0
434.69/434.78	c   rens             :       0.01          1          0
434.69/434.78	c   rins             :       0.00          0          0
434.69/434.78	c   localbranching   :       0.00          0          0
434.69/434.78	c   mutation         :       0.00          0          0
434.69/434.78	c   dins             :       0.00          0          0
434.69/434.78	c   undercover       :       0.00          0          0
434.69/434.78	c   nlp              :       0.06          0          0
434.69/434.78	c   trysol           :       0.16        714         97
434.69/434.78	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
434.69/434.78	c   primal LP        :       0.00          0          0       0.00          -
434.69/434.78	c   dual LP          :     166.21     133252    2528303      18.97   15211.39
434.69/434.78	c   lex dual LP      :       0.00          0          0       0.00          -
434.69/434.78	c   barrier LP       :       0.00          0          0       0.00          -
434.69/434.78	c   diving/probing LP:       0.29        119      15417     129.55   52467.15
434.69/434.78	c   strong branching :       4.71       4828     103084      21.35   21879.73
434.69/434.78	c     (at root node) :          -         32       6526     203.94          -
434.69/434.78	c   conflict analysis:       0.00          0          0       0.00          -
434.69/434.78	c B&B Tree           :
434.69/434.78	c   number of runs   :          1
434.69/434.78	c   nodes            :     438736
434.69/434.78	c   nodes (total)    :     438736
434.69/434.78	c   nodes left       :          0
434.69/434.78	c   max depth        :        631
434.69/434.78	c   max depth (total):        631
434.69/434.78	c   backtracks       :      16183 (3.7%)
434.69/434.78	c   delayed cutoffs  :      18743
434.69/434.78	c   repropagations   :      91739 (4938982 domain reductions, 12106 cutoffs)
434.69/434.78	c   avg switch length:       3.64
434.69/434.78	c   switching time   :      25.07
434.69/434.78	c Solution           :
434.69/434.78	c   Solutions found  :        247 (148 improvements)
434.69/434.78	c   First Solution   : +3.94238000000000e+05   (in run 1, after 1 nodes, 0.04 seconds, depth 0, found by <trivial>)
434.69/434.78	c   Primal Bound     : +0.00000000000000e+00   (in run 1, after 438736 nodes, 434.74 seconds, depth 30, found by <relaxation>)
434.69/434.78	c   Dual Bound       : +0.00000000000000e+00
434.69/434.78	c   Gap              :       0.00 %
434.69/434.78	c   Root Dual Bound  : +0.00000000000000e+00
434.69/434.78	c   Root Iterations  :        328
434.79/434.80	c Time complete: 434.8.

Verifier Data

OK	0

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2705745-1278580126/watcher-2705745-1278580126 -o /tmp/evaluation-result-2705745-1278580126/solver-2705745-1278580126 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2705745-1278580126.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.02 2.01 1.96 3/178 23763
/proc/meminfo: memFree=28181888/32950940 swapFree=67111528/67111528
[pid=23763] ppid=23761 vsize=12544 CPUtime=0
/proc/23763/stat : 23763 (pbscip.linux.x8) R 23761 23763 23237 0 -1 4202496 1975 0 0 0 0 0 0 0 21 0 1 0 26226722 12845056 1893 4089446400 4194304 10345943 140737160289904 18446744073709551615 9107500 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/23763/statm: 3136 1893 429 1502 0 1629 0

[startup+0.0802101 s]
/proc/loadavg: 2.02 2.01 1.96 3/178 23763
/proc/meminfo: memFree=28181888/32950940 swapFree=67111528/67111528
[pid=23763] ppid=23761 vsize=39072 CPUtime=0.07
/proc/23763/stat : 23763 (pbscip.linux.x8) R 23761 23763 23237 0 -1 4202496 8646 0 0 0 6 1 0 0 21 0 1 0 26226722 40009728 8210 4089446400 4194304 10345943 140737160289904 18446744073709551615 9186026 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/23763/statm: 9768 8210 636 1502 0 8261 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 39072

[startup+0.100998 s]
/proc/loadavg: 2.02 2.01 1.96 3/178 23763
/proc/meminfo: memFree=28181888/32950940 swapFree=67111528/67111528
[pid=23763] ppid=23761 vsize=39072 CPUtime=0.09
/proc/23763/stat : 23763 (pbscip.linux.x8) R 23761 23763 23237 0 -1 4202496 8668 0 0 0 8 1 0 0 21 0 1 0 26226722 40009728 8232 4089446400 4194304 10345943 140737160289904 18446744073709551615 4687909 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/23763/statm: 9768 8232 636 1502 0 8261 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 39072

[startup+0.300965 s]
/proc/loadavg: 2.02 2.01 1.96 3/178 23763
/proc/meminfo: memFree=28181888/32950940 swapFree=67111528/67111528
[pid=23763] ppid=23761 vsize=36428 CPUtime=0.29
/proc/23763/stat : 23763 (pbscip.linux.x8) R 23761 23763 23237 0 -1 4202496 10426 0 0 0 27 2 0 0 21 0 1 0 26226722 37302272 7966 4089446400 4194304 10345943 140737160289904 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/23763/statm: 9107 7966 750 1502 0 7600 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 36428

[startup+0.700893 s]
/proc/loadavg: 2.02 2.01 1.96 3/178 23763
/proc/meminfo: memFree=28181888/32950940 swapFree=67111528/67111528
[pid=23763] ppid=23761 vsize=36428 CPUtime=0.69
/proc/23763/stat : 23763 (pbscip.linux.x8) R 23761 23763 23237 0 -1 4202496 10428 0 0 0 66 3 0 0 22 0 1 0 26226722 37302272 7968 4089446400 4194304 10345943 140737160289904 18446744073709551615 7519777 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/23763/statm: 9107 7968 752 1502 0 7600 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 36428

[startup+1.50075 s]
/proc/loadavg: 2.02 2.01 1.96 3/179 23764
/proc/meminfo: memFree=28151872/32950940 swapFree=67111528/67111528
[pid=23763] ppid=23761 vsize=37448 CPUtime=1.49
/proc/23763/stat : 23763 (pbscip.linux.x8) R 23761 23763 23237 0 -1 4202496 13443 0 0 0 144 5 0 0 25 0 1 0 26226722 38346752 8231 4089446400 4194304 10345943 140737160289904 18446744073709551615 4999640 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/23763/statm: 9362 8231 756 1502 0 7855 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 37448

[startup+3.10047 s]
/proc/loadavg: 2.02 2.01 1.96 3/179 23764
/proc/meminfo: memFree=28152912/32950940 swapFree=67111528/67111528
[pid=23763] ppid=23761 vsize=38676 CPUtime=3.09
/proc/23763/stat : 23763 (pbscip.linux.x8) R 23761 23763 23237 0 -1 4202496 15512 0 0 0 302 7 0 0 25 0 1 0 26226722 39604224 8095 4089446400 4194304 10345943 140737160289904 18446744073709551615 4601769 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/23763/statm: 9669 8095 756 1502 0 8162 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 38676

[startup+6.30091 s]
/proc/loadavg: 2.02 2.01 1.96 3/179 23764
/proc/meminfo: memFree=28147468/32950940 swapFree=67111528/67111528
[pid=23763] ppid=23761 vsize=42828 CPUtime=6.29
/proc/23763/stat : 23763 (pbscip.linux.x8) R 23761 23763 23237 0 -1 4202496 21405 0 0 0 618 11 0 0 25 0 1 0 26226722 43855872 9116 4089446400 4194304 10345943 140737160289904 18446744073709551615 4606229 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/23763/statm: 10707 9116 757 1502 0 9200 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 42828

[startup+12.7008 s]
/proc/loadavg: 2.01 2.01 1.96 3/179 23764
/proc/meminfo: memFree=28133696/32950940 swapFree=67111528/67111528
[pid=23763] ppid=23761 vsize=53324 CPUtime=12.69
/proc/23763/stat : 23763 (pbscip.linux.x8) R 23761 23763 23237 0 -1 4202496 32493 0 0 0 1251 18 0 0 25 0 1 0 26226722 54603776 11743 4089446400 4194304 10345943 140737160289904 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/23763/statm: 13331 11743 760 1502 0 11824 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 53324

[startup+25.5005 s]
/proc/loadavg: 1.93 1.99 1.95 2/171 23786
/proc/meminfo: memFree=29224904/32950940 swapFree=67111528/67111528
[pid=23763] ppid=23761 vsize=72440 CPUtime=25.49
/proc/23763/stat : 23763 (pbscip.linux.x8) R 23761 23763 23237 0 -1 4202496 51950 0 0 0 2520 29 0 0 25 0 1 0 26226722 74178560 16662 4089446400 4194304 10345943 140737160289904 18446744073709551615 6864953 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/23763/statm: 18110 16662 761 1502 0 16603 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 72440

[startup+51.1011 s]
/proc/loadavg: 1.61 1.91 1.93 2/171 23787
/proc/meminfo: memFree=29184816/32950940 swapFree=67111528/67111528
[pid=23763] ppid=23761 vsize=114572 CPUtime=51.09
/proc/23763/stat : 23763 (pbscip.linux.x8) R 23761 23763 23237 0 -1 4202496 98956 0 0 0 5058 51 0 0 25 0 1 0 26226722 117321728 26986 4089446400 4194304 10345943 140737160289904 18446744073709551615 6003097 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/23763/statm: 28643 26986 761 1502 0 27136 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 114572

[startup+102.306 s]
/proc/loadavg: 1.24 1.75 1.87 2/171 23788
/proc/meminfo: memFree=29108116/32950940 swapFree=67111528/67111528
[pid=23763] ppid=23761 vsize=192352 CPUtime=102.29
/proc/23763/stat : 23763 (pbscip.linux.x8) R 23761 23763 23237 0 -1 4202496 151323 0 0 0 10142 87 0 0 25 0 1 0 26226722 196968448 45810 4089446400 4194304 10345943 140737160289904 18446744073709551615 4696469 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/23763/statm: 48088 45810 761 1502 0 46581 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 192352

[startup+162.301 s]
/proc/loadavg: 1.10 1.62 1.82 2/171 23789
/proc/meminfo: memFree=29057348/32950940 swapFree=67111528/67111528
[pid=23763] ppid=23761 vsize=245848 CPUtime=162.29
/proc/23763/stat : 23763 (pbscip.linux.x8) R 23761 23763 23237 0 -1 4202496 216012 0 0 0 16093 136 0 0 25 0 1 0 26226722 251748352 58683 4089446400 4194304 10345943 140737160289904 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23763/statm: 61462 58683 761 1502 0 59955 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 245848

[startup+222.301 s]
/proc/loadavg: 1.03 1.50 1.76 2/171 23791
/proc/meminfo: memFree=28998640/32950940 swapFree=67111528/67111528
[pid=23763] ppid=23761 vsize=302812 CPUtime=222.29
/proc/23763/stat : 23763 (pbscip.linux.x8) R 23761 23763 23237 0 -1 4202496 279396 0 0 0 22043 186 0 0 25 0 1 0 26226722 310079488 73142 4089446400 4194304 10345943 140737160289904 18446744073709551615 4882016 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23763/statm: 75703 73142 761 1502 0 74196 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 302812

[startup+282.301 s]
/proc/loadavg: 1.01 1.41 1.71 2/171 23793
/proc/meminfo: memFree=28933228/32950940 swapFree=67111528/67111528
[pid=23763] ppid=23761 vsize=378092 CPUtime=282.29
/proc/23763/stat : 23763 (pbscip.linux.x8) R 23761 23763 23237 0 -1 4202496 328148 0 0 0 27992 237 0 0 25 0 1 0 26226722 387166208 89794 4089446400 4194304 10345943 140737160289904 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23763/statm: 94523 89794 761 1502 0 93016 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 378092

[startup+342.301 s]
/proc/loadavg: 1.00 1.33 1.66 2/171 23794
/proc/meminfo: memFree=28882832/32950940 swapFree=67111528/67111528
[pid=23763] ppid=23761 vsize=426596 CPUtime=342.3
/proc/23763/stat : 23763 (pbscip.linux.x8) R 23761 23763 23237 0 -1 4202496 429428 0 0 0 33941 289 0 0 25 0 1 0 26226722 436834304 101786 4089446400 4194304 10345943 140737160289904 18446744073709551615 6558533 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23763/statm: 106649 101786 761 1502 0 105142 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 426596

[startup+402.301 s]
/proc/loadavg: 1.00 1.27 1.62 2/171 23796
/proc/meminfo: memFree=28875696/32950940 swapFree=67111528/67111528
[pid=23763] ppid=23761 vsize=436504 CPUtime=402.29
/proc/23763/stat : 23763 (pbscip.linux.x8) R 23761 23763 23237 0 -1 4202496 527832 0 0 0 39870 359 0 0 25 0 1 0 26226722 446980096 103920 4089446400 4194304 10345943 140737160289904 18446744073709551615 4881982 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23763/statm: 109126 103920 761 1502 0 107619 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 436504

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

[startup+409.5 s]
/proc/loadavg: 1.00 1.26 1.61 2/171 23796
/proc/meminfo: memFree=28873712/32950940 swapFree=67111528/67111528
[pid=23763] ppid=23761 vsize=438724 CPUtime=409.5
/proc/23763/stat : 23763 (pbscip.linux.x8) R 23761 23763 23237 0 -1 4202496 539994 0 0 0 40582 368 0 0 25 0 1 0 26226722 449253376 104391 4089446400 4194304 10345943 140737160289904 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23763/statm: 109681 104391 761 1502 0 108174 0
Current children cumulated CPU time (s) 409.5
Current children cumulated vsize (KiB) 438724

[startup+422.301 s]
/proc/loadavg: 1.00 1.25 1.60 2/171 23796
/proc/meminfo: memFree=28870476/32950940 swapFree=67111528/67111528
[pid=23763] ppid=23761 vsize=441772 CPUtime=422.3
/proc/23763/stat : 23763 (pbscip.linux.x8) R 23761 23763 23237 0 -1 4202496 551115 0 0 0 41846 384 0 0 25 0 1 0 26226722 452374528 105351 4089446400 4194304 10345943 140737160289904 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23763/statm: 110443 105351 761 1502 0 108936 0
Current children cumulated CPU time (s) 422.3
Current children cumulated vsize (KiB) 441772

[startup+428.701 s]
/proc/loadavg: 1.00 1.24 1.60 2/171 23797
/proc/meminfo: memFree=28867740/32950940 swapFree=67111528/67111528
[pid=23763] ppid=23761 vsize=444408 CPUtime=428.69
/proc/23763/stat : 23763 (pbscip.linux.x8) R 23761 23763 23237 0 -1 4202496 564132 0 0 0 42477 392 0 0 25 0 1 0 26226722 455073792 106179 4089446400 4194304 10345943 140737160289904 18446744073709551615 5085399 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23763/statm: 111102 106179 761 1502 0 109595 0
Current children cumulated CPU time (s) 428.69
Current children cumulated vsize (KiB) 444408

[startup+431.9 s]
/proc/loadavg: 1.00 1.24 1.60 2/171 23797
/proc/meminfo: memFree=28856828/32950940 swapFree=67111528/67111528
[pid=23763] ppid=23761 vsize=455096 CPUtime=431.89
/proc/23763/stat : 23763 (pbscip.linux.x8) R 23761 23763 23237 0 -1 4202496 566782 0 0 0 42793 396 0 0 25 0 1 0 26226722 466018304 108829 4089446400 4194304 10345943 140737160289904 18446744073709551615 6012626 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23763/statm: 113774 108829 761 1502 0 112267 0
Current children cumulated CPU time (s) 431.89
Current children cumulated vsize (KiB) 455096

[startup+433.501 s]
/proc/loadavg: 1.00 1.24 1.60 2/171 23797
/proc/meminfo: memFree=28856456/32950940 swapFree=67111528/67111528
[pid=23763] ppid=23761 vsize=455096 CPUtime=433.5
/proc/23763/stat : 23763 (pbscip.linux.x8) R 23761 23763 23237 0 -1 4202496 566784 0 0 0 42952 398 0 0 25 0 1 0 26226722 466018304 108831 4089446400 4194304 10345943 140737160289904 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23763/statm: 113774 108831 761 1502 0 112267 0
Current children cumulated CPU time (s) 433.5
Current children cumulated vsize (KiB) 455096

[startup+434.301 s]
/proc/loadavg: 1.00 1.24 1.60 2/171 23797
/proc/meminfo: memFree=28856456/32950940 swapFree=67111528/67111528
[pid=23763] ppid=23761 vsize=455096 CPUtime=434.3
/proc/23763/stat : 23763 (pbscip.linux.x8) R 23761 23763 23237 0 -1 4202496 566784 0 0 0 43031 399 0 0 25 0 1 0 26226722 466018304 108831 4089446400 4194304 10345943 140737160289904 18446744073709551615 8159982 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23763/statm: 113774 108831 761 1502 0 112267 0
Current children cumulated CPU time (s) 434.3
Current children cumulated vsize (KiB) 455096

[startup+434.701 s]
/proc/loadavg: 1.00 1.24 1.60 2/171 23797
/proc/meminfo: memFree=28856456/32950940 swapFree=67111528/67111528
[pid=23763] ppid=23761 vsize=455096 CPUtime=434.69
/proc/23763/stat : 23763 (pbscip.linux.x8) R 23761 23763 23237 0 -1 4202496 566792 0 0 0 43070 399 0 0 25 0 1 0 26226722 466018304 108839 4089446400 4194304 10345943 140737160289904 18446744073709551615 6362984 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23763/statm: 113774 108839 761 1502 0 112267 0
Current children cumulated CPU time (s) 434.69
Current children cumulated vsize (KiB) 455096

[startup+434.801 s]
/proc/loadavg: 1.00 1.24 1.60 2/171 23797
/proc/meminfo: memFree=28856456/32950940 swapFree=67111528/67111528
[pid=23763] ppid=23761 vsize=370532 CPUtime=434.79
/proc/23763/stat : 23763 (pbscip.linux.x8) R 23761 23763 23237 0 -1 4202496 566797 0 0 0 43079 400 0 0 25 0 1 0 26226722 379424768 58620 4089446400 4194304 10345943 140737160289904 18446744073709551615 9366586 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/23763/statm: 92633 58113 765 1502 0 91126 0
Current children cumulated CPU time (s) 434.79
Current children cumulated vsize (KiB) 370532

Child status: 0
Real time (s): 434.81
CPU time (s): 434.816
CPU user time (s): 430.798
CPU system time (s): 4.01739
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 455096

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

runsolver used 0.551916 second user time and 1.44878 second system time

The end

Launcher Data

Begin job on node117 at 2010-07-08 11:08:46
IDJOB=2705745
IDBENCH=79409
IDSOLVER=1214
FILE ID=node117/2705745-1278580126
PBS_JOBID= 11240220
Free space on /tmp= 73520 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-jnh210_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-2705745-1278580126/watcher-2705745-1278580126 -o /tmp/evaluation-result-2705745-1278580126/solver-2705745-1278580126 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2705745-1278580126.wbo -t 1800 -m 3800

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

MD5SUM BENCH= 208e691d0f47cfa792c689161068f479
RANDOM SEED=1713272524

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

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

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

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


/proc/meminfo:
MemTotal:     32950940 kB
MemFree:      28182416 kB
Buffers:        171488 kB
Cached:        3265608 kB
SwapCached:          0 kB
Active:        2601720 kB
Inactive:      1986992 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950940 kB
LowFree:      28182416 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           12868 kB
Writeback:           0 kB
AnonPages:     1152268 kB
Mapped:          17604 kB
Slab:           113464 kB
PageTables:       6668 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586996 kB
Committed_AS:  1302136 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= 73520 MiB
End job on node117 at 2010-07-08 11:16:01