Trace number 2705724

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SCIPclp SCIP 1.2.1.3 with Clp 1.11.1 (Release Version) as LP solverMSAT 1794.69 1794.63

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/wcsp/jnh/
normalized-jnh12_wcsp.wbo
MD5SUMd787b0d4d15d2d5c6758a89f1cfd571b
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.164974
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables200
Total number of constraints950
Number of soft constraints850
Number of constraints which are clauses850
Number of constraints which are cardinality constraints (but not clauses)100
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint11
Top cost 420926
Min constraint cost 1
Max constraint cost 1000
Sum of constraints costs 420925
Biggest number in a constraint 10
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 21
Number of bits of the biggest sum of numbers5
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

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-2705724-1278579790.wbo>
0.00/0.01	c original problem has 1900 variables (1050 bin, 0 int, 850 impl, 0 cont) and 1801 constraints
0.00/0.01	c problem read
0.00/0.01	c presolving settings loaded
0.00/0.02	c presolving:
0.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, 850 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 200 impls, 0 clqs
0.04/0.05	c    (0.0s) probing: 101/950 (10.6%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.04/0.05	c    (0.0s) probing aborted: 100/100 successive totally useless probings
0.04/0.05	c presolving (3 rounds):
0.04/0.05	c  100 deleted vars, 101 deleted constraints, 850 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.04/0.05	c  1900 implications, 0 cliques
0.04/0.05	c presolved problem has 1800 variables (950 bin, 0 int, 850 impl, 0 cont) and 1700 constraints
0.04/0.05	c     850 constraints of type <linear>
0.04/0.05	c     850 constraints of type <indicator>
0.04/0.05	c transformed objective value is always integral (scale: 1)
0.04/0.05	c Presolving Time: 0.04
0.04/0.05	c - non default parameters ----------------------------------------------------------------------
0.04/0.05	c # SCIP version 1.2.1.3
0.04/0.05	c 
0.04/0.05	c # frequency for displaying node information lines
0.04/0.05	c # [type: int, range: [-1,2147483647], default: 100]
0.04/0.05	c display/freq = 10000
0.04/0.05	c 
0.04/0.05	c # maximal time in seconds to run
0.04/0.05	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.04/0.05	c limits/time = 1789.99
0.04/0.05	c 
0.04/0.05	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.04/0.05	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.04/0.05	c limits/memory = 3420
0.04/0.05	c 
0.04/0.05	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.04/0.05	c # [type: int, range: [1,2], default: 1]
0.04/0.05	c timing/clocktype = 2
0.04/0.05	c 
0.04/0.05	c # should presolving try to simplify inequalities
0.04/0.05	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.04/0.05	c constraints/linear/simplifyinequalities = TRUE
0.04/0.05	c 
0.04/0.05	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.04/0.05	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.04/0.05	c constraints/indicator/addCouplingCons = TRUE
0.04/0.05	c 
0.04/0.05	c # should presolving try to simplify knapsacks
0.04/0.05	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.04/0.05	c constraints/knapsack/simplifyinequalities = TRUE
0.04/0.05	c 
0.04/0.05	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.04/0.05	c # [type: int, range: [-1,2147483647], default: -1]
0.04/0.05	c separating/rapidlearning/freq = 0
0.04/0.05	c 
0.04/0.05	c -----------------------------------------------------------------------------------------------
0.04/0.05	c start solving
0.04/0.05	c 
0.04/0.05	o 420925
0.04/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.04/0.05	c t 0.0s|     1 |     0 |     0 |     - |6286k|   0 |   - |1800 |1700 |   0 |   0 |   0 |   0 |   0 |      --      | 4.209250e+05 |    Inf 
0.04/0.06	c   0.0s|     1 |     0 |     0 |     - |6684k|   0 |   0 |1800 |1700 |1800 |   0 |   0 |   0 |   0 | 0.000000e+00 | 4.209250e+05 |    Inf 
0.09/0.11	c   0.1s|     1 |     0 |    50 |     - |6748k|   0 |   0 |1800 |1700 |1800 |  69 |  69 |   0 |   0 | 0.000000e+00 | 4.209250e+05 |    Inf 
0.09/0.12	c   0.1s|     1 |     0 |   136 |     - |6774k|   0 |  50 |1800 |1700 |1800 | 118 | 118 |   0 |   0 | 0.000000e+00 | 4.209250e+05 |    Inf 
0.09/0.13	c   0.1s|     1 |     0 |   182 |     - |6951k|   0 |  66 |1800 |1700 |1800 | 155 | 155 |   0 |   0 | 0.000000e+00 | 4.209250e+05 |    Inf 
0.09/0.15	c   0.1s|     1 |     0 |   223 |     - |7276k|   0 |  70 |1800 |1700 |1800 | 176 | 176 |   0 |   0 | 0.000000e+00 | 4.209250e+05 |    Inf 
0.09/0.18	c   0.2s|     1 |     0 |   244 |     - |7757k|   0 |  67 |1800 |1700 |1800 | 183 | 183 |   0 |   0 | 0.000000e+00 | 4.209250e+05 |    Inf 
0.19/0.21	c   0.2s|     1 |     0 |   264 |     - |8214k|   0 |  70 |1800 |1700 |1800 | 187 | 187 |   0 |   0 | 0.000000e+00 | 4.209250e+05 |    Inf 
0.29/0.30	c   0.3s|     1 |     2 |   264 |     - |8239k|   0 |  70 |1800 |1700 |1800 | 187 | 187 |   0 |  33 | 0.000000e+00 | 4.209250e+05 |    Inf 
9.39/9.43	c   9.4s| 10000 | 10001 | 12587 |   1.2 |  20M|  87 |   0 |1800 |1700 |1800 | 243 |4461 |   0 | 751 | 0.000000e+00 | 4.209250e+05 |    Inf 
17.69/17.77	c  17.8s| 20000 | 20001 | 24097 |   1.2 |  30M|  87 |   0 |1800 |1700 |1800 | 238 |9500 |   0 | 756 | 0.000000e+00 | 4.209250e+05 |    Inf 
25.89/25.95	c  25.9s| 30000 | 30001 | 35043 |   1.2 |  40M|  87 |   5 |1800 |1700 |1800 | 200 |  13k|   0 | 776 | 0.000000e+00 | 4.209250e+05 |    Inf 
34.39/34.47	c  34.5s| 40000 | 40001 | 52165 |   1.3 |  50M|  93 |   0 |1800 |1700 |1800 | 228 |  19k|   0 | 777 | 0.000000e+00 | 4.209250e+05 |    Inf 
42.80/42.83	c  42.8s| 50000 | 50001 | 65590 |   1.3 |  59M|  95 |   0 |1800 |1700 |1800 | 228 |  24k|   0 | 800 | 0.000000e+00 | 4.209250e+05 |    Inf 
51.19/51.27	c  51.3s| 60000 | 60001 | 79633 |   1.3 |  69M|  95 |   0 |1800 |1700 |1800 | 222 |  29k|   0 | 875 | 0.000000e+00 | 4.209250e+05 |    Inf 
59.59/59.65	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
59.59/59.65	c  59.6s| 70000 | 70001 | 92077 |   1.3 |  79M| 111 |   0 |1800 |1700 |1800 | 235 |  33k|   0 | 945 | 0.000000e+00 | 4.209250e+05 |    Inf 
67.69/67.74	c  67.7s| 80000 | 79997 |103151 |   1.3 |  89M| 111 |   0 |1800 |1701 |1800 | 230 |  37k|   1 |1007 | 0.000000e+00 | 4.209250e+05 |    Inf 
75.80/75.84	c  75.8s| 90000 | 89995 |112347 |   1.2 |  98M| 111 |   0 |1800 |1702 |1800 | 245 |  41k|   2 |1053 | 0.000000e+00 | 4.209250e+05 |    Inf 
83.80/83.87	c  83.9s|100000 | 99991 |121116 |   1.2 | 108M| 111 |   0 |1800 |1703 |1800 | 236 |  44k|   3 |1110 | 0.000000e+00 | 4.209250e+05 |    Inf 
91.70/91.79	c  91.8s|110000 |109991 |131376 |   1.2 | 118M| 141 |   0 |1800 |1703 |1800 | 231 |  48k|   3 |1155 | 0.000000e+00 | 4.209250e+05 |    Inf 
99.40/99.43	c  99.4s|120000 |119989 |139479 |   1.2 | 128M| 141 |   0 |1800 |1703 |1800 | 217 |  51k|   3 |1204 | 0.000000e+00 | 4.209250e+05 |    Inf 
107.19/107.22	c   107s|130000 |129989 |148938 |   1.1 | 138M| 141 |   0 |1800 |1703 |1800 | 222 |  54k|   3 |1262 | 0.000000e+00 | 4.209250e+05 |    Inf 
114.79/114.83	c   115s|140000 |139987 |155908 |   1.1 | 147M| 149 |   0 |1800 |1704 |1800 | 242 |  57k|   4 |1296 | 0.000000e+00 | 4.209250e+05 |    Inf 
122.59/122.66	c   123s|150000 |149985 |164503 |   1.1 | 157M| 149 |   0 |1800 |1705 |1800 | 250 |  60k|   5 |1347 | 0.000000e+00 | 4.209250e+05 |    Inf 
130.40/130.49	c   130s|160000 |159985 |172571 |   1.1 | 167M| 149 |   0 |1800 |1705 |1800 | 228 |  62k|   5 |1401 | 0.000000e+00 | 4.209250e+05 |    Inf 
138.30/138.37	c   138s|170000 |169985 |179851 |   1.1 | 176M| 149 |   0 |1800 |1705 |1800 | 244 |  65k|   5 |1431 | 0.000000e+00 | 4.209250e+05 |    Inf 
146.10/146.15	c   146s|180000 |179985 |186697 |   1.0 | 186M| 149 |   0 |1800 |1705 |1800 | 231 |  68k|   5 |1461 | 0.000000e+00 | 4.209250e+05 |    Inf 
153.90/153.92	c   154s|190000 |189985 |193603 |   1.0 | 196M| 149 |   0 |1800 |1705 |1800 | 228 |  70k|   5 |1503 | 0.000000e+00 | 4.209250e+05 |    Inf 
161.60/161.65	c   162s|200000 |199985 |200560 |   1.0 | 206M| 149 |   0 |1800 |1705 |1800 | 220 |  73k|   5 |1538 | 0.000000e+00 | 4.209250e+05 |    Inf 
169.30/169.40	c   169s|210000 |209985 |207521 |   1.0 | 215M| 149 |   0 |1800 |1705 |1800 | 217 |  75k|   5 |1577 | 0.000000e+00 | 4.209250e+05 |    Inf 
176.59/176.68	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
176.59/176.68	c   177s|220000 |219985 |213112 |   1.0 | 225M| 267 |   0 |1800 |1705 |1800 | 238 |  77k|   5 |1603 | 0.000000e+00 | 4.209250e+05 |    Inf 
183.79/183.80	c   184s|230000 |229983 |218092 |   0.9 | 235M| 267 |   0 |1800 |1706 |1800 | 247 |  79k|   6 |1626 | 0.000000e+00 | 4.209250e+05 |    Inf 
190.99/191.01	c   191s|240000 |239981 |224166 |   0.9 | 244M| 267 |   0 |1800 |1707 |1800 | 253 |  81k|   7 |1647 | 0.000000e+00 | 4.209250e+05 |    Inf 
198.20/198.25	c   198s|250000 |249981 |230686 |   0.9 | 254M| 267 |   0 |1800 |1707 |1800 | 222 |  83k|   7 |1666 | 0.000000e+00 | 4.209250e+05 |    Inf 
205.40/205.48	c   205s|260000 |259981 |236596 |   0.9 | 264M| 267 |   0 |1800 |1707 |1800 | 205 |  85k|   7 |1695 | 0.000000e+00 | 4.209250e+05 |    Inf 
212.60/212.68	c   213s|270000 |269981 |241928 |   0.9 | 274M| 267 |   8 |1800 |1707 |1800 | 255 |  87k|   7 |1724 | 0.000000e+00 | 4.209250e+05 |    Inf 
219.80/219.89	c   220s|280000 |279979 |247763 |   0.9 | 283M| 267 |   5 |1800 |1708 |1800 | 209 |  88k|   8 |1762 | 0.000000e+00 | 4.209250e+05 |    Inf 
227.09/227.14	c   227s|290000 |289979 |253217 |   0.9 | 293M| 267 |   0 |1800 |1708 |1800 | 237 |  90k|   8 |1779 | 0.000000e+00 | 4.209250e+05 |    Inf 
234.31/234.38	c   234s|300000 |299977 |258536 |   0.9 | 303M| 267 |   0 |1800 |1708 |1800 | 253 |  92k|   8 |1798 | 0.000000e+00 | 4.209250e+05 |    Inf 
241.50/241.54	c   242s|310000 |309973 |263797 |   0.9 | 312M| 267 |   0 |1800 |1710 |1800 | 269 |  94k|  10 |1834 | 0.000000e+00 | 4.209250e+05 |    Inf 
248.50/248.52	c   249s|320000 |319967 |268215 |   0.8 | 322M| 267 |   0 |1800 |1713 |1800 | 223 |  95k|  13 |1861 | 0.000000e+00 | 4.209250e+05 |    Inf 
255.50/255.52	c   256s|330000 |329967 |272305 |   0.8 | 332M| 267 |   0 |1800 |1713 |1800 | 263 |  97k|  13 |1879 | 0.000000e+00 | 4.209250e+05 |    Inf 
262.60/262.65	c   263s|340000 |339967 |277668 |   0.8 | 342M| 267 |   0 |1800 |1713 |1800 | 235 |  99k|  13 |1907 | 0.000000e+00 | 4.209250e+05 |    Inf 
269.70/269.70	c   270s|350000 |349965 |282583 |   0.8 | 351M| 267 |   0 |1800 |1712 |1800 | 236 | 100k|  13 |1926 | 0.000000e+00 | 4.209250e+05 |    Inf 
276.70/276.71	c   277s|360000 |359965 |287004 |   0.8 | 361M| 267 |   0 |1800 |1712 |1800 | 215 | 102k|  13 |1943 | 0.000000e+00 | 4.209250e+05 |    Inf 
283.60/283.68	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
283.60/283.68	c   284s|370000 |369965 |291676 |   0.8 | 371M| 267 |   0 |1800 |1712 |1800 | 239 | 103k|  13 |1959 | 0.000000e+00 | 4.209250e+05 |    Inf 
290.60/290.63	c   291s|380000 |379965 |295536 |   0.8 | 380M| 267 |   0 |1800 |1712 |1800 | 219 | 105k|  13 |1973 | 0.000000e+00 | 4.209250e+05 |    Inf 
297.60/297.67	c   298s|390000 |389963 |299982 |   0.8 | 390M| 267 |   0 |1800 |1712 |1800 | 252 | 106k|  14 |1991 | 0.000000e+00 | 4.209250e+05 |    Inf 
304.60/304.62	c   305s|400000 |399963 |304149 |   0.8 | 400M| 267 |   0 |1800 |1712 |1800 | 235 | 107k|  14 |2006 | 0.000000e+00 | 4.209250e+05 |    Inf 
311.50/311.51	c   311s|410000 |409961 |307594 |   0.7 | 409M| 267 |   0 |1800 |1713 |1800 | 237 | 109k|  15 |2024 | 0.000000e+00 | 4.209250e+05 |    Inf 
318.30/318.34	c   318s|420000 |419961 |310494 |   0.7 | 419M| 267 |   0 |1800 |1712 |1800 | 243 | 109k|  15 |2024 | 0.000000e+00 | 4.209250e+05 |    Inf 
325.30/325.31	c   325s|430000 |429961 |314124 |   0.7 | 429M| 267 |   0 |1800 |1712 |1800 | 244 | 111k|  15 |2051 | 0.000000e+00 | 4.209250e+05 |    Inf 
332.20/332.28	c   332s|440000 |439961 |318535 |   0.7 | 438M| 267 |   0 |1800 |1711 |1800 | 221 | 112k|  15 |2062 | 0.000000e+00 | 4.209250e+05 |    Inf 
339.21/339.21	c   339s|450000 |449961 |322915 |   0.7 | 448M| 267 |   0 |1800 |1711 |1800 | 228 | 114k|  15 |2082 | 0.000000e+00 | 4.209250e+05 |    Inf 
346.00/346.09	c   346s|460000 |459961 |327142 |   0.7 | 458M| 267 |   0 |1800 |1710 |1800 | 232 | 116k|  15 |2096 | 0.000000e+00 | 4.209250e+05 |    Inf 
352.90/352.99	c   353s|470000 |469961 |330624 |   0.7 | 467M| 267 |   0 |1800 |1710 |1800 | 236 | 117k|  15 |2113 | 0.000000e+00 | 4.209250e+05 |    Inf 
359.90/359.91	c   360s|480000 |479961 |334449 |   0.7 | 477M| 267 |   0 |1800 |1710 |1800 | 229 | 118k|  15 |2124 | 0.000000e+00 | 4.209250e+05 |    Inf 
366.80/366.86	c   367s|490000 |489961 |339151 |   0.7 | 487M| 267 |   0 |1800 |1710 |1800 | 253 | 119k|  15 |2140 | 0.000000e+00 | 4.209250e+05 |    Inf 
373.70/373.74	c   374s|500000 |499961 |343234 |   0.7 | 496M| 267 |   0 |1800 |1709 |1800 | 230 | 121k|  15 |2150 | 0.000000e+00 | 4.209250e+05 |    Inf 
380.70/380.77	c   381s|510000 |509961 |348498 |   0.7 | 506M| 267 |   0 |1800 |1709 |1800 | 238 | 123k|  15 |2172 | 0.000000e+00 | 4.209250e+05 |    Inf 
387.60/387.62	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
387.60/387.62	c   388s|520000 |519961 |352537 |   0.7 | 516M| 267 |   0 |1800 |1708 |1800 | 232 | 124k|  15 |2191 | 0.000000e+00 | 4.209250e+05 |    Inf 
394.70/394.73	c   395s|530000 |529961 |357448 |   0.7 | 525M| 267 |   0 |1800 |1708 |1800 | 250 | 126k|  15 |2198 | 0.000000e+00 | 4.209250e+05 |    Inf 
401.71/401.76	c   402s|540000 |539961 |361915 |   0.7 | 535M| 267 |   0 |1800 |1708 |1800 | 235 | 127k|  15 |2224 | 0.000000e+00 | 4.209250e+05 |    Inf 
408.71/408.79	c   409s|550000 |549961 |366864 |   0.7 | 545M| 267 |   0 |1800 |1706 |1800 | 240 | 128k|  15 |2244 | 0.000000e+00 | 4.209250e+05 |    Inf 
415.81/415.85	c   416s|560000 |559961 |371291 |   0.7 | 554M| 267 |   0 |1800 |1706 |1800 | 247 | 130k|  15 |2252 | 0.000000e+00 | 4.209250e+05 |    Inf 
422.90/422.94	c   423s|570000 |569961 |376677 |   0.7 | 564M| 267 |   0 |1800 |1706 |1800 | 252 | 131k|  15 |2278 | 0.000000e+00 | 4.209250e+05 |    Inf 
429.90/429.93	c   430s|580000 |579961 |380749 |   0.7 | 574M| 267 |   0 |1800 |1706 |1800 | 247 | 133k|  15 |2287 | 0.000000e+00 | 4.209250e+05 |    Inf 
436.81/436.84	c   437s|590000 |589959 |384127 |   0.7 | 583M| 267 |   0 |1800 |1706 |1800 | 247 | 134k|  15 |2301 | 0.000000e+00 | 4.209250e+05 |    Inf 
443.91/443.95	c   444s|600000 |599959 |389234 |   0.6 | 593M| 267 |   2 |1800 |1705 |1800 | 257 | 135k|  15 |2312 | 0.000000e+00 | 4.209250e+05 |    Inf 
451.01/451.01	c   451s|610000 |609959 |394328 |   0.6 | 603M| 267 |   0 |1800 |1705 |1800 | 237 | 137k|  15 |2342 | 0.000000e+00 | 4.209250e+05 |    Inf 
458.10/458.18	c   458s|620000 |619959 |400087 |   0.6 | 613M| 267 |   0 |1800 |1705 |1800 | 235 | 139k|  15 |2352 | 0.000000e+00 | 4.209250e+05 |    Inf 
465.21/465.28	c   465s|630000 |629959 |404372 |   0.6 | 622M| 267 |   0 |1800 |1705 |1800 | 241 | 140k|  15 |2355 | 0.000000e+00 | 4.209250e+05 |    Inf 
472.30/472.31	c   472s|640000 |639959 |408718 |   0.6 | 632M| 267 |   0 |1800 |1704 |1800 | 242 | 142k|  15 |2374 | 0.000000e+00 | 4.209250e+05 |    Inf 
479.30/479.37	c   479s|650000 |649959 |412833 |   0.6 | 642M| 267 |   0 |1800 |1703 |1800 | 253 | 143k|  15 |2385 | 0.000000e+00 | 4.209250e+05 |    Inf 
486.30/486.37	c   486s|660000 |659959 |416446 |   0.6 | 651M| 267 |   0 |1800 |1702 |1800 | 242 | 145k|  15 |2396 | 0.000000e+00 | 4.209250e+05 |    Inf 
493.41/493.49	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
493.41/493.49	c   493s|670000 |669955 |421038 |   0.6 | 661M| 267 |   0 |1800 |1704 |1800 | 258 | 146k|  17 |2407 | 0.000000e+00 | 4.209250e+05 |    Inf 
500.52/500.52	c   501s|680000 |679955 |424980 |   0.6 | 671M| 267 |   0 |1800 |1704 |1800 | 261 | 147k|  17 |2417 | 0.000000e+00 | 4.209250e+05 |    Inf 
507.61/507.63	c   508s|690000 |689955 |429061 |   0.6 | 681M| 267 |   0 |1800 |1704 |1800 | 246 | 149k|  17 |2429 | 0.000000e+00 | 4.209250e+05 |    Inf 
514.61/514.70	c   515s|700000 |699955 |433009 |   0.6 | 690M| 267 |   0 |1800 |1704 |1800 | 249 | 150k|  17 |2436 | 0.000000e+00 | 4.209250e+05 |    Inf 
521.61/521.67	c   522s|710000 |709955 |436819 |   0.6 | 700M| 267 |   0 |1800 |1702 |1800 | 255 | 151k|  17 |2458 | 0.000000e+00 | 4.209250e+05 |    Inf 
528.51/528.57	c   529s|720000 |719955 |440633 |   0.6 | 710M| 267 |   0 |1800 |1701 |1800 | 248 | 153k|  17 |2468 | 0.000000e+00 | 4.209250e+05 |    Inf 
535.61/535.66	c   536s|730000 |729955 |444956 |   0.6 | 720M| 267 |   0 |1800 |1701 |1800 | 231 | 155k|  17 |2482 | 0.000000e+00 | 4.209250e+05 |    Inf 
542.61/542.62	c   543s|740000 |739955 |448668 |   0.6 | 729M| 267 |   0 |1800 |1701 |1800 | 247 | 156k|  17 |2484 | 0.000000e+00 | 4.209250e+05 |    Inf 
549.51/549.57	c   550s|750000 |749955 |452206 |   0.6 | 739M| 267 |   0 |1800 |1701 |1800 | 241 | 157k|  17 |2497 | 0.000000e+00 | 4.209250e+05 |    Inf 
556.51/556.54	c   557s|760000 |759955 |455878 |   0.6 | 749M| 267 |   0 |1800 |1701 |1800 | 249 | 158k|  17 |2507 | 0.000000e+00 | 4.209250e+05 |    Inf 
563.51/563.59	c   564s|770000 |769955 |459569 |   0.6 | 758M| 267 |   0 |1800 |1701 |1800 | 253 | 159k|  17 |2514 | 0.000000e+00 | 4.209250e+05 |    Inf 
570.51/570.53	c   571s|780000 |779955 |463117 |   0.6 | 768M| 267 |   0 |1800 |1701 |1800 | 245 | 160k|  17 |2547 | 0.000000e+00 | 4.209250e+05 |    Inf 
577.41/577.41	c   577s|790000 |789955 |466402 |   0.6 | 778M| 267 |   0 |1800 |1701 |1800 | 251 | 161k|  17 |2563 | 0.000000e+00 | 4.209250e+05 |    Inf 
584.31/584.30	c   584s|800000 |799955 |469928 |   0.6 | 787M| 267 |   4 |1800 |1701 |1800 | 216 | 162k|  17 |2575 | 0.000000e+00 | 4.209250e+05 |    Inf 
591.21/591.25	c   591s|810000 |809955 |473904 |   0.6 | 797M| 267 |   0 |1800 |1701 |1800 | 251 | 164k|  17 |2593 | 0.000000e+00 | 4.209250e+05 |    Inf 
598.21/598.20	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
598.21/598.20	c   598s|820000 |819955 |477868 |   0.6 | 807M| 267 |   0 |1800 |1701 |1800 | 217 | 165k|  17 |2608 | 0.000000e+00 | 4.209250e+05 |    Inf 
605.01/605.09	c   605s|830000 |829955 |481289 |   0.6 | 816M| 267 |   0 |1800 |1701 |1800 | 242 | 166k|  17 |2610 | 0.000000e+00 | 4.209250e+05 |    Inf 
612.01/612.09	c   612s|840000 |839953 |485617 |   0.6 | 826M| 267 |   0 |1800 |1702 |1800 | 233 | 168k|  18 |2627 | 0.000000e+00 | 4.209250e+05 |    Inf 
619.11/619.17	c   619s|850000 |849953 |490095 |   0.6 | 836M| 267 |   0 |1800 |1702 |1800 | 230 | 169k|  18 |2627 | 0.000000e+00 | 4.209250e+05 |    Inf 
626.21/626.21	c   626s|860000 |859953 |494054 |   0.6 | 845M| 267 |   0 |1800 |1701 |1800 | 250 | 170k|  18 |2638 | 0.000000e+00 | 4.209250e+05 |    Inf 
633.11/633.16	c   633s|870000 |869953 |498056 |   0.6 | 855M| 267 |   0 |1800 |1701 |1800 | 247 | 171k|  18 |2644 | 0.000000e+00 | 4.209250e+05 |    Inf 
640.11/640.16	c   640s|880000 |879953 |502120 |   0.6 | 865M| 267 |   0 |1800 |1701 |1800 | 246 | 173k|  18 |2654 | 0.000000e+00 | 4.209250e+05 |    Inf 
647.01/647.03	c   647s|890000 |889953 |505272 |   0.6 | 874M| 267 |   0 |1800 |1701 |1800 | 222 | 174k|  18 |2668 | 0.000000e+00 | 4.209250e+05 |    Inf 
653.91/653.99	c   654s|900000 |899953 |509043 |   0.6 | 884M| 267 |   0 |1800 |1701 |1800 | 236 | 175k|  18 |2690 | 0.000000e+00 | 4.209250e+05 |    Inf 
660.92/660.94	c   661s|910000 |909953 |512817 |   0.6 | 894M| 267 |   0 |1800 |1701 |1800 | 253 | 176k|  18 |2702 | 0.000000e+00 | 4.209250e+05 |    Inf 
667.91/667.97	c   668s|920000 |919953 |517686 |   0.6 | 903M| 267 |   0 |1800 |1701 |1800 | 219 | 178k|  18 |2713 | 0.000000e+00 | 4.209250e+05 |    Inf 
674.91/674.94	c   675s|930000 |929953 |521591 |   0.6 | 913M| 267 |   0 |1800 |1701 |1800 | 258 | 179k|  18 |2727 | 0.000000e+00 | 4.209250e+05 |    Inf 
681.91/681.91	c   682s|940000 |939953 |525832 |   0.6 | 923M| 267 |   0 |1800 |1701 |1800 | 243 | 181k|  18 |2736 | 0.000000e+00 | 4.209250e+05 |    Inf 
688.81/688.89	c   689s|950000 |949953 |529488 |   0.6 | 932M| 267 |   0 |1800 |1701 |1800 | 230 | 182k|  18 |2747 | 0.000000e+00 | 4.209250e+05 |    Inf 
695.92/695.91	c   696s|960000 |959953 |533753 |   0.6 | 942M| 267 |   0 |1800 |1701 |1800 | 242 | 183k|  18 |2752 | 0.000000e+00 | 4.209250e+05 |    Inf 
702.91/702.95	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
702.91/702.95	c   703s|970000 |969953 |538219 |   0.6 | 952M| 267 |   0 |1800 |1701 |1800 | 242 | 185k|  18 |2768 | 0.000000e+00 | 4.209250e+05 |    Inf 
709.91/709.99	c   710s|980000 |979953 |542883 |   0.6 | 962M| 267 |   0 |1800 |1701 |1800 | 240 | 186k|  18 |2772 | 0.000000e+00 | 4.209250e+05 |    Inf 
716.82/716.84	c   717s|990000 |989953 |545842 |   0.6 | 971M| 267 |   0 |1800 |1701 |1800 | 243 | 187k|  18 |2780 | 0.000000e+00 | 4.209250e+05 |    Inf 
723.51/723.59	c   724s|  1000k|999953 |548317 |   0.5 | 981M| 267 |   0 |1800 |1701 |1800 | 243 | 188k|  18 |2780 | 0.000000e+00 | 4.209250e+05 |    Inf 
730.62/730.61	c   731s|  1010k|  1009k|552942 |   0.5 | 991M| 267 |   0 |1800 |1701 |1800 | 236 | 189k|  18 |2817 | 0.000000e+00 | 4.209250e+05 |    Inf 
737.71/737.73	c   738s|  1020k|  1019k|557599 |   0.5 |1000M| 267 |   0 |1800 |1701 |1800 | 236 | 191k|  18 |2839 | 0.000000e+00 | 4.209250e+05 |    Inf 
744.72/744.78	c   745s|  1030k|  1029k|561671 |   0.5 |1010M| 267 |   0 |1800 |1701 |1800 | 239 | 192k|  18 |2847 | 0.000000e+00 | 4.209250e+05 |    Inf 
751.91/751.90	c   752s|  1040k|  1039k|566746 |   0.5 |1020M| 267 |   0 |1800 |1701 |1800 | 241 | 194k|  18 |2864 | 0.000000e+00 | 4.209250e+05 |    Inf 
758.92/758.96	c   759s|  1050k|  1049k|571685 |   0.5 |1029M| 267 |   0 |1800 |1701 |1800 | 240 | 195k|  18 |2873 | 0.000000e+00 | 4.209250e+05 |    Inf 
765.92/765.93	c   766s|  1060k|  1059k|575634 |   0.5 |1039M| 267 |   0 |1800 |1701 |1800 | 243 | 197k|  18 |2880 | 0.000000e+00 | 4.209250e+05 |    Inf 
772.81/772.84	c   773s|  1070k|  1069k|579192 |   0.5 |1049M| 267 |   0 |1800 |1701 |1800 | 244 | 198k|  18 |2882 | 0.000000e+00 | 4.209250e+05 |    Inf 
779.72/779.76	c   780s|  1080k|  1079k|582869 |   0.5 |1058M| 267 |   0 |1800 |1701 |1800 | 228 | 199k|  18 |2919 | 0.000000e+00 | 4.209250e+05 |    Inf 
786.61/786.63	c   787s|  1090k|  1089k|586347 |   0.5 |1068M| 267 |   0 |1800 |1701 |1800 | 225 | 200k|  18 |2932 | 0.000000e+00 | 4.209250e+05 |    Inf 
793.62/793.62	c   794s|  1100k|  1099k|590086 |   0.5 |1078M| 267 |   0 |1800 |1701 |1800 | 223 | 202k|  18 |2933 | 0.000000e+00 | 4.209250e+05 |    Inf 
800.52/800.58	c   801s|  1110k|  1109k|593497 |   0.5 |1087M| 267 |   0 |1800 |1701 |1800 | 255 | 203k|  18 |2941 | 0.000000e+00 | 4.209250e+05 |    Inf 
807.52/807.54	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
807.52/807.54	c   808s|  1120k|  1119k|597942 |   0.5 |1097M| 267 |   0 |1800 |1701 |1800 | 240 | 204k|  18 |2955 | 0.000000e+00 | 4.209250e+05 |    Inf 
814.52/814.57	c   815s|  1130k|  1129k|602104 |   0.5 |1107M| 267 |   0 |1800 |1701 |1800 | 231 | 205k|  18 |2969 | 0.000000e+00 | 4.209250e+05 |    Inf 
821.52/821.50	c   821s|  1140k|  1139k|605716 |   0.5 |1117M| 267 |   0 |1800 |1701 |1800 | 239 | 207k|  18 |2972 | 0.000000e+00 | 4.209250e+05 |    Inf 
828.42/828.43	c   828s|  1150k|  1149k|609044 |   0.5 |1126M| 267 |   0 |1800 |1701 |1800 | 245 | 208k|  18 |2975 | 0.000000e+00 | 4.209250e+05 |    Inf 
835.41/835.42	c   835s|  1160k|  1159k|613031 |   0.5 |1136M| 267 |   0 |1800 |1701 |1800 | 246 | 209k|  18 |3005 | 0.000000e+00 | 4.209250e+05 |    Inf 
842.42/842.40	c   842s|  1170k|  1169k|616241 |   0.5 |1146M| 267 |   0 |1800 |1701 |1800 | 245 | 210k|  18 |3007 | 0.000000e+00 | 4.209250e+05 |    Inf 
849.32/849.34	c   849s|  1180k|  1179k|619932 |   0.5 |1155M| 267 |   0 |1800 |1701 |1800 | 225 | 211k|  18 |3017 | 0.000000e+00 | 4.209250e+05 |    Inf 
856.32/856.32	c   856s|  1190k|  1189k|623378 |   0.5 |1165M| 267 |   0 |1800 |1702 |1800 | 255 | 212k|  19 |3031 | 0.000000e+00 | 4.209250e+05 |    Inf 
863.22/863.23	c   863s|  1200k|  1199k|626733 |   0.5 |1175M| 267 |   0 |1800 |1701 |1800 | 239 | 213k|  19 |3031 | 0.000000e+00 | 4.209250e+05 |    Inf 
870.22/870.24	c   870s|  1210k|  1209k|631700 |   0.5 |1184M| 267 |   0 |1800 |1701 |1800 | 263 | 214k|  19 |3047 | 0.000000e+00 | 4.209250e+05 |    Inf 
877.22/877.24	c   877s|  1220k|  1219k|636298 |   0.5 |1194M| 267 |   0 |1800 |1701 |1800 | 257 | 216k|  19 |3064 | 0.000000e+00 | 4.209250e+05 |    Inf 
884.32/884.31	c   884s|  1230k|  1229k|640687 |   0.5 |1204M| 267 |   0 |1800 |1701 |1800 | 247 | 218k|  19 |3081 | 0.000000e+00 | 4.209250e+05 |    Inf 
891.22/891.26	c   891s|  1240k|  1239k|644838 |   0.5 |1213M| 267 |   0 |1800 |1701 |1800 | 228 | 219k|  19 |3085 | 0.000000e+00 | 4.209250e+05 |    Inf 
898.22/898.22	c   898s|  1250k|  1249k|648012 |   0.5 |1223M| 267 |   0 |1800 |1701 |1800 | 250 | 220k|  19 |3086 | 0.000000e+00 | 4.209250e+05 |    Inf 
905.32/905.32	c   905s|  1260k|  1259k|652778 |   0.5 |1233M| 267 |   0 |1800 |1701 |1800 | 244 | 222k|  19 |3106 | 0.000000e+00 | 4.209250e+05 |    Inf 
912.32/912.38	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
912.32/912.38	c   912s|  1270k|  1269k|657058 |   0.5 |1242M| 267 |   0 |1800 |1701 |1800 | 243 | 223k|  19 |3110 | 0.000000e+00 | 4.209250e+05 |    Inf 
919.32/919.39	c   919s|  1280k|  1279k|660682 |   0.5 |1252M| 267 |   0 |1800 |1701 |1800 | 235 | 224k|  19 |3122 | 0.000000e+00 | 4.209250e+05 |    Inf 
926.32/926.32	c   926s|  1290k|  1289k|664230 |   0.5 |1262M| 267 |   0 |1800 |1701 |1800 | 224 | 225k|  19 |3135 | 0.000000e+00 | 4.209250e+05 |    Inf 
933.22/933.27	c   933s|  1300k|  1299k|668909 |   0.5 |1272M| 267 |   0 |1800 |1701 |1800 | 255 | 227k|  19 |3149 | 0.000000e+00 | 4.209250e+05 |    Inf 
940.22/940.21	c   940s|  1310k|  1309k|673194 |   0.5 |1281M| 267 |   0 |1800 |1701 |1800 | 248 | 228k|  19 |3157 | 0.000000e+00 | 4.209250e+05 |    Inf 
947.22/947.22	c   947s|  1320k|  1319k|677701 |   0.5 |1291M| 267 |   0 |1800 |1701 |1800 | 219 | 230k|  19 |3163 | 0.000000e+00 | 4.209250e+05 |    Inf 
954.12/954.17	c   954s|  1330k|  1329k|681534 |   0.5 |1301M| 267 |   0 |1800 |1701 |1800 | 233 | 231k|  19 |3167 | 0.000000e+00 | 4.209250e+05 |    Inf 
961.22/961.21	c   961s|  1340k|  1339k|685698 |   0.5 |1310M| 267 |   0 |1800 |1701 |1800 | 255 | 232k|  19 |3177 | 0.000000e+00 | 4.209250e+05 |    Inf 
968.23/968.21	c   968s|  1350k|  1349k|690458 |   0.5 |1320M| 267 |   0 |1800 |1701 |1800 | 241 | 234k|  19 |3201 | 0.000000e+00 | 4.209250e+05 |    Inf 
975.12/975.18	c   975s|  1360k|  1359k|694847 |   0.5 |1330M| 267 |   0 |1800 |1701 |1800 | 236 | 235k|  19 |3205 | 0.000000e+00 | 4.209250e+05 |    Inf 
982.22/982.23	c   982s|  1370k|  1369k|699426 |   0.5 |1339M| 267 |   0 |1800 |1701 |1800 | 222 | 237k|  19 |3221 | 0.000000e+00 | 4.209250e+05 |    Inf 
989.32/989.32	c   989s|  1380k|  1379k|704232 |   0.5 |1349M| 267 |   0 |1800 |1701 |1800 | 247 | 239k|  19 |3228 | 0.000000e+00 | 4.209250e+05 |    Inf 
996.32/996.35	c   996s|  1390k|  1389k|707955 |   0.5 |1359M| 267 |   0 |1800 |1701 |1800 | 247 | 240k|  19 |3236 | 0.000000e+00 | 4.209250e+05 |    Inf 
1003.32/1003.32	c  1003s|  1400k|  1399k|711334 |   0.5 |1368M| 267 |   0 |1800 |1701 |1800 | 248 | 241k|  19 |3240 | 0.000000e+00 | 4.209250e+05 |    Inf 
1010.32/1010.33	c  1010s|  1410k|  1409k|714980 |   0.5 |1378M| 267 |   0 |1800 |1701 |1800 | 252 | 243k|  19 |3243 | 0.000000e+00 | 4.209250e+05 |    Inf 
1017.23/1017.22	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1017.23/1017.22	c  1017s|  1420k|  1419k|718379 |   0.5 |1388M| 267 |   0 |1800 |1701 |1800 | 264 | 243k|  19 |3263 | 0.000000e+00 | 4.209250e+05 |    Inf 
1024.13/1024.18	c  1024s|  1430k|  1429k|721841 |   0.5 |1397M| 267 |   0 |1800 |1701 |1800 | 244 | 245k|  19 |3268 | 0.000000e+00 | 4.209250e+05 |    Inf 
1031.13/1031.12	c  1031s|  1440k|  1439k|725192 |   0.5 |1407M| 267 |   0 |1800 |1701 |1800 | 239 | 246k|  19 |3275 | 0.000000e+00 | 4.209250e+05 |    Inf 
1038.13/1038.12	c  1038s|  1450k|  1449k|728941 |   0.5 |1417M| 267 |   0 |1800 |1701 |1800 | 245 | 247k|  19 |3279 | 0.000000e+00 | 4.209250e+05 |    Inf 
1045.02/1045.09	c  1045s|  1460k|  1459k|732601 |   0.5 |1427M| 267 |   0 |1800 |1701 |1800 | 245 | 248k|  19 |3280 | 0.000000e+00 | 4.209250e+05 |    Inf 
1052.02/1052.05	c  1052s|  1470k|  1469k|735806 |   0.5 |1436M| 267 |   0 |1800 |1701 |1800 | 240 | 249k|  19 |3293 | 0.000000e+00 | 4.209250e+05 |    Inf 
1059.02/1059.05	c  1059s|  1480k|  1479k|739460 |   0.5 |1446M| 267 |   2 |1800 |1701 |1800 | 257 | 250k|  19 |3293 | 0.000000e+00 | 4.209250e+05 |    Inf 
1066.02/1066.07	c  1066s|  1490k|  1489k|743320 |   0.5 |1456M| 267 |   0 |1800 |1701 |1800 | 238 | 251k|  19 |3304 | 0.000000e+00 | 4.209250e+05 |    Inf 
1072.93/1072.96	c  1073s|  1500k|  1499k|746727 |   0.5 |1465M| 267 |   0 |1800 |1701 |1800 | 242 | 252k|  19 |3313 | 0.000000e+00 | 4.209250e+05 |    Inf 
1079.82/1079.84	c  1080s|  1510k|  1509k|749559 |   0.5 |1475M| 267 |   0 |1800 |1701 |1800 | 236 | 253k|  19 |3316 | 0.000000e+00 | 4.209250e+05 |    Inf 
1086.73/1086.76	c  1087s|  1520k|  1519k|752696 |   0.5 |1485M| 267 |   0 |1800 |1701 |1800 | 236 | 254k|  19 |3327 | 0.000000e+00 | 4.209250e+05 |    Inf 
1093.92/1093.91	c  1094s|  1530k|  1529k|757440 |   0.5 |1494M| 267 |   0 |1800 |1701 |1800 | 255 | 256k|  19 |3351 | 0.000000e+00 | 4.209250e+05 |    Inf 
1100.82/1100.81	c  1101s|  1540k|  1539k|760983 |   0.5 |1504M| 267 |   0 |1800 |1701 |1800 | 234 | 257k|  19 |3368 | 0.000000e+00 | 4.209250e+05 |    Inf 
1107.82/1107.80	c  1108s|  1550k|  1549k|765217 |   0.5 |1514M| 267 |   0 |1800 |1701 |1800 | 266 | 258k|  19 |3375 | 0.000000e+00 | 4.209250e+05 |    Inf 
1114.83/1114.89	c  1115s|  1560k|  1559k|770034 |   0.5 |1523M| 267 |   0 |1800 |1701 |1800 | 251 | 260k|  19 |3389 | 0.000000e+00 | 4.209250e+05 |    Inf 
1121.93/1121.92	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1121.93/1121.92	c  1122s|  1570k|  1569k|774355 |   0.5 |1533M| 267 |   0 |1800 |1701 |1800 | 253 | 261k|  19 |3403 | 0.000000e+00 | 4.209250e+05 |    Inf 
1129.02/1129.05	c  1129s|  1580k|  1579k|778863 |   0.5 |1543M| 267 |   0 |1800 |1701 |1800 | 233 | 263k|  19 |3410 | 0.000000e+00 | 4.209250e+05 |    Inf 
1136.13/1136.11	c  1136s|  1590k|  1589k|783745 |   0.5 |1553M| 267 |   0 |1800 |1701 |1800 | 233 | 264k|  19 |3420 | 0.000000e+00 | 4.209250e+05 |    Inf 
1143.33/1143.32	c  1143s|  1600k|  1599k|789102 |   0.5 |1562M| 267 |   0 |1800 |1701 |1800 | 266 | 266k|  19 |3427 | 0.000000e+00 | 4.209250e+05 |    Inf 
1150.43/1150.49	c  1150s|  1610k|  1609k|794075 |   0.5 |1572M| 267 |   0 |1800 |1701 |1800 | 269 | 267k|  19 |3449 | 0.000000e+00 | 4.209250e+05 |    Inf 
1157.52/1157.51	c  1158s|  1620k|  1619k|798276 |   0.5 |1582M| 267 |   0 |1800 |1701 |1800 | 264 | 268k|  19 |3462 | 0.000000e+00 | 4.209250e+05 |    Inf 
1164.63/1164.63	c  1165s|  1630k|  1629k|803316 |   0.5 |1592M| 267 |   0 |1800 |1701 |1800 | 232 | 270k|  19 |3467 | 0.000000e+00 | 4.209250e+05 |    Inf 
1171.73/1171.76	c  1172s|  1640k|  1639k|807787 |   0.5 |1601M| 267 |   0 |1800 |1701 |1800 | 255 | 272k|  19 |3492 | 0.000000e+00 | 4.209250e+05 |    Inf 
1178.72/1178.79	c  1179s|  1650k|  1649k|811832 |   0.5 |1611M| 267 |   0 |1800 |1701 |1800 | 243 | 273k|  19 |3496 | 0.000000e+00 | 4.209250e+05 |    Inf 
1185.73/1185.76	c  1186s|  1660k|  1659k|815825 |   0.5 |1621M| 267 |   0 |1800 |1701 |1800 | 239 | 274k|  19 |3511 | 0.000000e+00 | 4.209250e+05 |    Inf 
1192.83/1192.86	c  1193s|  1670k|  1669k|820756 |   0.5 |1630M| 267 |   0 |1800 |1701 |1800 | 224 | 275k|  19 |3521 | 0.000000e+00 | 4.209250e+05 |    Inf 
1199.93/1199.98	c  1200s|  1680k|  1679k|825445 |   0.5 |1640M| 267 |   0 |1800 |1701 |1800 | 228 | 277k|  19 |3538 | 0.000000e+00 | 4.209250e+05 |    Inf 
1206.93/1206.98	c  1207s|  1690k|  1689k|829045 |   0.5 |1650M| 267 |   0 |1800 |1701 |1800 | 256 | 278k|  19 |3546 | 0.000000e+00 | 4.209250e+05 |    Inf 
1213.93/1213.99	c  1214s|  1700k|  1699k|832586 |   0.5 |1659M| 267 |   0 |1800 |1701 |1800 | 234 | 280k|  19 |3552 | 0.000000e+00 | 4.209250e+05 |    Inf 
1221.13/1221.10	c  1221s|  1710k|  1709k|838392 |   0.5 |1669M| 267 |   0 |1800 |1701 |1800 | 252 | 282k|  19 |3576 | 0.000000e+00 | 4.209250e+05 |    Inf 
1228.03/1228.03	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1228.03/1228.03	c  1228s|  1720k|  1719k|842500 |   0.5 |1679M| 267 |   0 |1800 |1701 |1800 | 243 | 283k|  19 |3580 | 0.000000e+00 | 4.209250e+05 |    Inf 
1235.03/1235.03	c  1235s|  1730k|  1729k|847092 |   0.5 |1689M| 267 |   0 |1800 |1701 |1800 | 242 | 284k|  19 |3586 | 0.000000e+00 | 4.209250e+05 |    Inf 
1242.03/1242.01	c  1242s|  1740k|  1739k|851467 |   0.5 |1698M| 267 |   0 |1800 |1701 |1800 | 236 | 286k|  19 |3602 | 0.000000e+00 | 4.209250e+05 |    Inf 
1249.03/1249.05	c  1249s|  1750k|  1749k|855927 |   0.5 |1708M| 267 |   0 |1800 |1701 |1800 | 249 | 287k|  19 |3617 | 0.000000e+00 | 4.209250e+05 |    Inf 
1256.14/1256.16	c  1256s|  1760k|  1759k|860289 |   0.5 |1718M| 267 |   0 |1800 |1701 |1800 | 251 | 288k|  19 |3639 | 0.000000e+00 | 4.209250e+05 |    Inf 
1263.13/1263.12	c  1263s|  1770k|  1769k|863370 |   0.5 |1727M| 267 |   0 |1800 |1701 |1800 | 237 | 289k|  19 |3645 | 0.000000e+00 | 4.209250e+05 |    Inf 
1269.93/1269.98	c  1270s|  1780k|  1779k|866184 |   0.5 |1737M| 267 |   0 |1800 |1702 |1800 | 239 | 290k|  20 |3649 | 0.000000e+00 | 4.209250e+05 |    Inf 
1276.93/1276.94	c  1277s|  1790k|  1789k|870064 |   0.5 |1747M| 267 |   0 |1800 |1702 |1800 | 245 | 292k|  20 |3661 | 0.000000e+00 | 4.209250e+05 |    Inf 
1284.13/1284.12	c  1284s|  1800k|  1799k|875216 |   0.5 |1756M| 267 |   0 |1800 |1702 |1800 | 224 | 293k|  20 |3684 | 0.000000e+00 | 4.209250e+05 |    Inf 
1291.23/1291.22	c  1291s|  1810k|  1809k|879708 |   0.5 |1766M| 267 |   0 |1800 |1702 |1800 | 246 | 295k|  20 |3686 | 0.000000e+00 | 4.209250e+05 |    Inf 
1298.23/1298.26	c  1298s|  1820k|  1819k|884156 |   0.5 |1776M| 267 |   0 |1800 |1702 |1800 | 260 | 296k|  20 |3707 | 0.000000e+00 | 4.209250e+05 |    Inf 
1305.23/1305.24	c  1305s|  1830k|  1829k|887823 |   0.5 |1786M| 267 |   0 |1800 |1702 |1800 | 242 | 297k|  20 |3714 | 0.000000e+00 | 4.209250e+05 |    Inf 
1312.43/1312.41	c  1312s|  1840k|  1839k|893007 |   0.5 |1795M| 267 |   0 |1800 |1701 |1800 | 249 | 299k|  20 |3722 | 0.000000e+00 | 4.209250e+05 |    Inf 
1319.63/1319.63	c  1320s|  1850k|  1849k|898611 |   0.5 |1805M| 267 |   0 |1800 |1701 |1800 | 258 | 300k|  20 |3735 | 0.000000e+00 | 4.209250e+05 |    Inf 
1326.83/1326.80	c  1327s|  1860k|  1859k|903651 |   0.5 |1815M| 267 |   0 |1800 |1701 |1800 | 238 | 302k|  20 |3750 | 0.000000e+00 | 4.209250e+05 |    Inf 
1333.93/1333.96	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1333.93/1333.96	c  1334s|  1870k|  1869k|909045 |   0.5 |1824M| 267 |   0 |1800 |1701 |1800 | 241 | 303k|  20 |3757 | 0.000000e+00 | 4.209250e+05 |    Inf 
1340.84/1340.88	c  1341s|  1880k|  1879k|912479 |   0.5 |1834M| 267 |   0 |1800 |1701 |1800 | 254 | 304k|  20 |3763 | 0.000000e+00 | 4.209250e+05 |    Inf 
1347.93/1347.98	c  1348s|  1890k|  1889k|916577 |   0.5 |1844M| 267 |   0 |1800 |1701 |1800 | 270 | 305k|  20 |3774 | 0.000000e+00 | 4.209250e+05 |    Inf 
1354.73/1354.78	c  1355s|  1900k|  1899k|918790 |   0.5 |1853M| 267 |   0 |1800 |1701 |1800 | 247 | 306k|  20 |3776 | 0.000000e+00 | 4.209250e+05 |    Inf 
1361.74/1361.70	c  1362s|  1910k|  1909k|921908 |   0.5 |1863M| 267 |   0 |1800 |1701 |1800 | 248 | 307k|  20 |3780 | 0.000000e+00 | 4.209250e+05 |    Inf 
1368.63/1368.62	c  1369s|  1920k|  1919k|925074 |   0.5 |1873M| 267 |   0 |1800 |1701 |1800 | 241 | 308k|  20 |3787 | 0.000000e+00 | 4.209250e+05 |    Inf 
1375.43/1375.44	c  1375s|  1930k|  1929k|927359 |   0.5 |1882M| 267 |   0 |1800 |1701 |1800 | 245 | 309k|  20 |3807 | 0.000000e+00 | 4.209250e+05 |    Inf 
1382.64/1382.67	c  1383s|  1940k|  1939k|932926 |   0.5 |1892M| 267 |   0 |1800 |1701 |1800 | 258 | 311k|  20 |3821 | 0.000000e+00 | 4.209250e+05 |    Inf 
1389.74/1389.76	c  1390s|  1950k|  1949k|937690 |   0.5 |1902M| 267 |   0 |1800 |1701 |1800 | 259 | 312k|  20 |3847 | 0.000000e+00 | 4.209250e+05 |    Inf 
1396.83/1396.90	c  1397s|  1960k|  1959k|942522 |   0.5 |1912M| 267 |   0 |1800 |1701 |1800 | 252 | 314k|  20 |3858 | 0.000000e+00 | 4.209250e+05 |    Inf 
1404.14/1404.12	c  1404s|  1970k|  1969k|947475 |   0.5 |1921M| 267 |   0 |1800 |1701 |1800 | 255 | 315k|  20 |3872 | 0.000000e+00 | 4.209250e+05 |    Inf 
1411.34/1411.33	c  1411s|  1980k|  1979k|952664 |   0.5 |1931M| 267 |   0 |1800 |1701 |1800 | 253 | 317k|  20 |3888 | 0.000000e+00 | 4.209250e+05 |    Inf 
1418.63/1418.61	c  1419s|  1990k|  1989k|958502 |   0.5 |1941M| 267 |   0 |1800 |1701 |1800 | 246 | 319k|  20 |3895 | 0.000000e+00 | 4.209250e+05 |    Inf 
1425.64/1425.67	c  1426s|  2000k|  1999k|962859 |   0.5 |1951M| 267 |   0 |1800 |1701 |1800 | 274 | 320k|  20 |3906 | 0.000000e+00 | 4.209250e+05 |    Inf 
1432.84/1432.87	c  1433s|  2010k|  2009k|968172 |   0.5 |1960M| 267 |   0 |1800 |1701 |1800 | 248 | 321k|  20 |3922 | 0.000000e+00 | 4.209250e+05 |    Inf 
1439.94/1439.94	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1439.94/1439.94	c  1440s|  2020k|  2019k|972618 |   0.5 |1970M| 267 |   0 |1800 |1700 |1800 | 255 | 323k|  20 |3922 | 0.000000e+00 | 4.209250e+05 |    Inf 
1447.04/1447.09	c  1447s|  2030k|  2029k|976833 |   0.5 |1980M| 267 |   0 |1800 |1700 |1800 | 261 | 324k|  20 |3939 | 0.000000e+00 | 4.209250e+05 |    Inf 
1454.34/1454.37	c  1454s|  2040k|  2039k|983461 |   0.5 |1990M| 267 |   0 |1800 |1700 |1800 | 258 | 326k|  20 |3971 | 0.000000e+00 | 4.209250e+05 |    Inf 
1461.64/1461.68	c  1462s|  2050k|  2049k|989780 |   0.5 |1999M| 267 |   0 |1800 |1700 |1800 | 214 | 329k|  20 |3977 | 0.000000e+00 | 4.209250e+05 |    Inf 
1468.73/1468.78	c  1469s|  2060k|  2059k|994754 |   0.5 |2009M| 267 |   0 |1800 |1700 |1800 | 229 | 331k|  20 |3998 | 0.000000e+00 | 4.209250e+05 |    Inf 
1475.73/1475.71	c  1476s|  2070k|  2069k|998682 |   0.5 |2019M| 267 |   0 |1800 |1700 |1800 | 235 | 332k|  20 |3999 | 0.000000e+00 | 4.209250e+05 |    Inf 
1482.74/1482.74	c  1483s|  2080k|  2079k|  1003k|   0.5 |2029M| 267 |   0 |1800 |1700 |1800 | 252 | 334k|  20 |4008 | 0.000000e+00 | 4.209250e+05 |    Inf 
1489.63/1489.66	c  1490s|  2090k|  2089k|  1007k|   0.5 |2038M| 267 |   0 |1800 |1700 |1800 | 246 | 335k|  20 |4018 | 0.000000e+00 | 4.209250e+05 |    Inf 
1496.64/1496.64	c  1497s|  2100k|  2099k|  1011k|   0.5 |2048M| 267 |   0 |1800 |1700 |1800 | 242 | 336k|  20 |4026 | 0.000000e+00 | 4.209250e+05 |    Inf 
1503.54/1503.52	c  1504s|  2110k|  2109k|  1015k|   0.5 |2058M| 267 |   0 |1800 |1700 |1800 | 247 | 337k|  20 |4029 | 0.000000e+00 | 4.209250e+05 |    Inf 
1510.43/1510.48	c  1510s|  2120k|  2119k|  1019k|   0.5 |2067M| 267 |   0 |1800 |1700 |1800 | 243 | 339k|  20 |4043 | 0.000000e+00 | 4.209250e+05 |    Inf 
1517.54/1517.53	c  1518s|  2130k|  2129k|  1023k|   0.5 |2077M| 267 |   0 |1800 |1700 |1800 | 231 | 340k|  20 |4053 | 0.000000e+00 | 4.209250e+05 |    Inf 
1524.44/1524.50	c  1524s|  2140k|  2139k|  1027k|   0.5 |2087M| 267 |   0 |1800 |1700 |1800 | 238 | 341k|  20 |4056 | 0.000000e+00 | 4.209250e+05 |    Inf 
1531.34/1531.37	c  1531s|  2150k|  2149k|  1030k|   0.5 |2096M| 267 |   0 |1800 |1700 |1800 | 243 | 342k|  20 |4057 | 0.000000e+00 | 4.209250e+05 |    Inf 
1538.33/1538.36	c  1538s|  2160k|  2159k|  1035k|   0.5 |2106M| 267 |   0 |1800 |1700 |1800 | 239 | 343k|  20 |4088 | 0.000000e+00 | 4.209250e+05 |    Inf 
1545.55/1545.51	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1545.55/1545.51	c  1545s|  2170k|  2169k|  1039k|   0.5 |2116M| 267 |   0 |1800 |1700 |1800 | 238 | 345k|  20 |4104 | 0.000000e+00 | 4.209250e+05 |    Inf 
1552.64/1552.63	c  1553s|  2180k|  2179k|  1044k|   0.5 |2125M| 267 |   0 |1800 |1701 |1800 | 241 | 347k|  21 |4135 | 0.000000e+00 | 4.209250e+05 |    Inf 
1559.54/1559.53	c  1560s|  2190k|  2189k|  1048k|   0.5 |2135M| 267 |   0 |1800 |1700 |1800 | 258 | 348k|  21 |4144 | 0.000000e+00 | 4.209250e+05 |    Inf 
1566.44/1566.45	c  1566s|  2200k|  2199k|  1052k|   0.5 |2145M| 267 |   0 |1800 |1701 |1800 | 252 | 349k|  22 |4146 | 0.000000e+00 | 4.209250e+05 |    Inf 
1573.44/1573.47	c  1573s|  2210k|  2209k|  1056k|   0.5 |2155M| 267 |   0 |1800 |1701 |1800 | 250 | 350k|  22 |4156 | 0.000000e+00 | 4.209250e+05 |    Inf 
1580.54/1580.53	c  1581s|  2220k|  2219k|  1060k|   0.5 |2164M| 267 |   0 |1800 |1701 |1800 | 239 | 351k|  22 |4171 | 0.000000e+00 | 4.209250e+05 |    Inf 
1587.74/1587.70	c  1588s|  2230k|  2229k|  1065k|   0.5 |2174M| 267 |   0 |1800 |1701 |1800 | 245 | 352k|  22 |4177 | 0.000000e+00 | 4.209250e+05 |    Inf 
1594.64/1594.65	c  1595s|  2240k|  2239k|  1068k|   0.5 |2184M| 267 |   0 |1800 |1701 |1800 | 233 | 353k|  22 |4186 | 0.000000e+00 | 4.209250e+05 |    Inf 
1602.04/1602.02	c  1602s|  2250k|  2249k|  1072k|   0.5 |2193M| 267 |   0 |1800 |1701 |1800 | 256 | 355k|  22 |4191 | 0.000000e+00 | 4.209250e+05 |    Inf 
1609.35/1609.37	c  1609s|  2260k|  2259k|  1076k|   0.5 |2203M| 267 |   0 |1800 |1701 |1800 | 247 | 357k|  22 |4192 | 0.000000e+00 | 4.209250e+05 |    Inf 
1616.64/1616.62	c  1617s|  2270k|  2269k|  1080k|   0.5 |2213M| 267 |   0 |1800 |1701 |1800 | 253 | 358k|  22 |4200 | 0.000000e+00 | 4.209250e+05 |    Inf 
1623.84/1623.82	c  1624s|  2280k|  2279k|  1084k|   0.5 |2222M| 267 |   0 |1800 |1701 |1800 | 250 | 359k|  22 |4204 | 0.000000e+00 | 4.209250e+05 |    Inf 
1631.14/1631.13	c  1631s|  2290k|  2289k|  1088k|   0.5 |2232M| 267 |   0 |1800 |1701 |1800 | 248 | 360k|  22 |4208 | 0.000000e+00 | 4.209250e+05 |    Inf 
1638.24/1638.23	c  1638s|  2300k|  2299k|  1092k|   0.5 |2242M| 267 |   0 |1800 |1701 |1800 | 241 | 362k|  22 |4247 | 0.000000e+00 | 4.209250e+05 |    Inf 
1645.24/1645.22	c  1645s|  2310k|  2309k|  1096k|   0.5 |2251M| 267 |   0 |1800 |1701 |1800 | 260 | 363k|  22 |4250 | 0.000000e+00 | 4.209250e+05 |    Inf 
1652.34/1652.33	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1652.34/1652.33	c  1652s|  2320k|  2319k|  1100k|   0.5 |2261M| 267 |   0 |1800 |1701 |1800 | 248 | 364k|  22 |4263 | 0.000000e+00 | 4.209250e+05 |    Inf 
1659.34/1659.33	c  1659s|  2330k|  2329k|  1104k|   0.5 |2271M| 267 |   0 |1800 |1701 |1800 | 248 | 366k|  22 |4273 | 0.000000e+00 | 4.209250e+05 |    Inf 
1666.45/1666.40	c  1666s|  2340k|  2339k|  1109k|   0.5 |2280M| 267 |   0 |1800 |1701 |1800 | 249 | 367k|  22 |4276 | 0.000000e+00 | 4.209250e+05 |    Inf 
1673.45/1673.45	c  1673s|  2350k|  2349k|  1113k|   0.5 |2290M| 267 |   0 |1800 |1701 |1800 | 262 | 368k|  22 |4296 | 0.000000e+00 | 4.209250e+05 |    Inf 
1680.45/1680.46	c  1680s|  2360k|  2359k|  1118k|   0.5 |2300M| 267 |   0 |1800 |1701 |1800 | 257 | 370k|  22 |4308 | 0.000000e+00 | 4.209250e+05 |    Inf 
1687.45/1687.42	c  1687s|  2370k|  2369k|  1122k|   0.5 |2310M| 267 |   0 |1800 |1701 |1800 | 233 | 372k|  22 |4313 | 0.000000e+00 | 4.209250e+05 |    Inf 
1694.34/1694.31	c  1694s|  2380k|  2379k|  1125k|   0.5 |2319M| 267 |   0 |1800 |1701 |1800 | 242 | 373k|  22 |4326 | 0.000000e+00 | 4.209250e+05 |    Inf 
1701.35/1701.36	c  1701s|  2390k|  2389k|  1130k|   0.5 |2329M| 267 |   0 |1800 |1701 |1800 | 243 | 374k|  22 |4357 | 0.000000e+00 | 4.209250e+05 |    Inf 
1708.35/1708.33	c  1708s|  2400k|  2399k|  1134k|   0.5 |2339M| 267 |   0 |1800 |1701 |1800 | 238 | 375k|  22 |4358 | 0.000000e+00 | 4.209250e+05 |    Inf 
1715.45/1715.42	c  1715s|  2410k|  2409k|  1138k|   0.5 |2348M| 267 |   0 |1800 |1701 |1800 | 222 | 376k|  22 |4372 | 0.000000e+00 | 4.209250e+05 |    Inf 
1722.45/1722.43	c  1722s|  2420k|  2419k|  1142k|   0.5 |2358M| 267 |   0 |1800 |1701 |1800 | 249 | 378k|  22 |4377 | 0.000000e+00 | 4.209250e+05 |    Inf 
1729.45/1729.49	c  1729s|  2430k|  2429k|  1147k|   0.5 |2368M| 267 |   0 |1800 |1701 |1800 | 225 | 379k|  22 |4380 | 0.000000e+00 | 4.209250e+05 |    Inf 
1736.54/1736.52	c  1737s|  2440k|  2439k|  1151k|   0.5 |2377M| 267 |   0 |1800 |1701 |1800 | 224 | 380k|  22 |4392 | 0.000000e+00 | 4.209250e+05 |    Inf 
1743.55/1743.58	c  1744s|  2450k|  2449k|  1155k|   0.5 |2387M| 267 |   0 |1800 |1701 |1800 | 243 | 382k|  22 |4403 | 0.000000e+00 | 4.209250e+05 |    Inf 
1750.65/1750.66	c  1751s|  2460k|  2459k|  1160k|   0.5 |2397M| 267 |   0 |1800 |1701 |1800 | 239 | 383k|  22 |4408 | 0.000000e+00 | 4.209250e+05 |    Inf 
1757.64/1757.70	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1757.64/1757.70	c  1758s|  2470k|  2469k|  1164k|   0.5 |2407M| 267 |   0 |1800 |1701 |1800 | 263 | 384k|  22 |4415 | 0.000000e+00 | 4.209250e+05 |    Inf 
1764.64/1764.63	c  1765s|  2480k|  2479k|  1168k|   0.5 |2416M| 267 |   0 |1800 |1701 |1800 | 254 | 385k|  22 |4418 | 0.000000e+00 | 4.209250e+05 |    Inf 
1771.74/1771.70	c  1772s|  2490k|  2489k|  1172k|   0.5 |2426M| 267 |   0 |1800 |1701 |1800 | 241 | 386k|  22 |4430 | 0.000000e+00 | 4.209250e+05 |    Inf 
1778.84/1778.81	c  1779s|  2500k|  2499k|  1177k|   0.5 |2436M| 267 |   0 |1800 |1701 |1800 | 254 | 388k|  22 |4454 | 0.000000e+00 | 4.209250e+05 |    Inf 
1785.84/1785.84	c  1786s|  2510k|  2509k|  1181k|   0.5 |2445M| 267 |   0 |1800 |1701 |1800 | 253 | 389k|  22 |4462 | 0.000000e+00 | 4.209250e+05 |    Inf 
1790.04/1790.00	c 
1790.04/1790.00	c SCIP Status        : solving was interrupted [time limit reached]
1790.04/1790.00	c Solving Time (sec) : 1789.99
1790.04/1790.00	c Solving Nodes      : 2515852
1790.04/1790.00	c Primal Bound       : +4.20925000000000e+05 (100 solutions)
1790.04/1790.00	c Dual Bound         : +0.00000000000000e+00
1790.04/1790.00	c Gap                : infinite
1790.04/1790.01	s SATISFIABLE
1790.04/1790.01	v x200 -x199 x198 -x197 x196 -x195 x194 -x193 x192 -x191 x190 -x189 x188 -x187 x186 -x185 x184 -x183 x182 -x181 x180 -x179 x178 -x177 
1790.04/1790.01	v x176 -x175 x174 -x173 x172 -x171 x170 -x169 x168 -x167 x166 -x165 x164 -x163 x162 -x161 x160 -x159 x158 -x157 x156 -x155 
1790.04/1790.01	v x154 -x153 x152 -x151 x150 -x149 x148 -x147 x146 -x145 x144 -x143 x142 -x141 x140 -x139 x138 -x137 x136 -x135 x134 -x133 x132 
1790.04/1790.01	v -x131 x130 -x129 x128 -x127 x126 -x125 x124 -x123 x122 -x121 x120 -x119 x118 -x117 x116 -x115 x114 -x113 x112 -x111 x110 -x109 
1790.04/1790.01	v x108 -x107 x106 -x105 x104 -x103 x102 -x101 x100 -x99 x98 -x97 x96 -x95 x94 -x93 x92 -x91 x90 -x89 x88 -x87 x86 -x85 x84 
1790.04/1790.01	v -x83 x82 -x81 x80 -x79 x78 -x77 x76 -x75 x74 -x73 x72 -x71 x70 -x69 x68 -x67 x66 -x65 x64 -x63 x62 -x61 x60 -x59 x58 -x57 x56 
1790.04/1790.01	v -x55 x54 -x53 x52 -x51 x50 -x49 x48 -x47 x46 -x45 x44 -x43 x42 -x41 x40 -x39 x38 -x37 x36 -x35 x34 -x33 x32 -x31 x30 -x29 x28 
1790.04/1790.01	v -x27 x26 -x25 x24 -x23 x22 -x21 x20 -x19 x18 -x17 x16 -x15 x14 -x13 x12 -x11 x10 -x9 x8 -x7 x6 -x5 x4 -x3 x2 -x1 
1790.04/1790.01	c SCIP Status        : solving was interrupted [time limit reached]
1790.04/1790.01	c Solving Time       :    1789.99
1790.04/1790.01	c Original Problem   :
1790.04/1790.01	c   Problem name     : HOME/instance-2705724-1278579790.wbo
1790.04/1790.01	c   Variables        : 1900 (1050 binary, 0 integer, 850 implicit integer, 0 continuous)
1790.04/1790.01	c   Constraints      : 1801 initial, 1801 maximal
1790.04/1790.01	c Presolved Problem  :
1790.04/1790.01	c   Problem name     : t_HOME/instance-2705724-1278579790.wbo
1790.04/1790.01	c   Variables        : 1800 (950 binary, 0 integer, 850 implicit integer, 0 continuous)
1790.04/1790.01	c   Constraints      : 1700 initial, 1713 maximal
1790.04/1790.01	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1790.04/1790.01	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1790.04/1790.01	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1790.04/1790.01	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1790.04/1790.01	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1790.04/1790.01	c   implics          :       0.00          0          0          0          0          0          0          0          0
1790.04/1790.01	c   probing          :       0.01          0          0          0          0          0          0          0          0
1790.04/1790.01	c   linear           :       0.02          0        100          0        850          0        101          0          0
1790.04/1790.01	c   indicator        :       0.00          0          0          0          0          0          0          0          0
1790.04/1790.01	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1790.04/1790.01	c   root node        :          -          0          -          -          0          -          -          -          -
1790.04/1790.01	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1790.04/1790.01	c   integral         :          0          0          0    2678686          0          0          0          0          0     107116
1790.04/1790.01	c   linear           :        850          6    3587472    2625128          0         20     512553     390331          0          0
1790.04/1790.01	c   indicator        :        850          0    3587452    2625128          0         11    2466853          0          0          0
1790.04/1790.01	c   logicor          :          0+         0      42509          0          0          0       7815          0          0          0
1790.04/1790.01	c   countsols        :          0          0          0    2462262          0          0          0          0          0          0
1790.04/1790.01	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1790.04/1790.01	c   integral         :       3.82       0.00       0.00       3.82       0.00
1790.04/1790.01	c   linear           :      61.00       0.00      12.94      48.06       0.00
1790.04/1790.01	c   indicator        :     249.22       0.05      91.10     158.07       0.00
1790.04/1790.01	c   logicor          :       0.07       0.00       0.07       0.00       0.00
1790.04/1790.01	c   countsols        :       0.30       0.00       0.00       0.30       0.00
1790.04/1790.01	c Propagators        :       Time      Calls    Cutoffs    DomReds
1790.04/1790.01	c   vbounds          :       0.67          2          0          0
1790.04/1790.01	c   rootredcost      :       0.63          0          0          0
1790.04/1790.01	c   pseudoobj        :      45.03    3587272          0          0
1790.04/1790.01	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1790.04/1790.01	c   propagation      :       0.00         20         20         20        6.3          1        6.0          -
1790.04/1790.01	c   infeasible LP    :       0.00          1          1          1        9.0          0        0.0          0
1790.04/1790.01	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1790.04/1790.01	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1790.04/1790.01	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1790.04/1790.01	c   applied globally :          -          -          -         22        6.5          -          -          -
1790.04/1790.01	c   applied locally  :          -          -          -          0        0.0          -          -          -
1790.04/1790.01	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1790.04/1790.01	c   cut pool         :       0.00          3          -          -         76          -    (maximal pool size: 350)
1790.04/1790.01	c   redcost          :     107.05    2678691          0          0          0          0
1790.04/1790.01	c   impliedbounds    :       0.00          4          0          0          0          0
1790.04/1790.01	c   intobj           :       0.00          0          0          0          0          0
1790.04/1790.01	c   cgmip            :       0.00          0          0          0          0          0
1790.04/1790.01	c   gomory           :       0.03          4          0          0        106          0
1790.04/1790.01	c   strongcg         :       0.03          4          0          0        536          0
1790.04/1790.01	c   cmir             :       0.01          4          0          0          0          0
1790.04/1790.01	c   flowcover        :       0.02          4          0          0          0          0
1790.04/1790.01	c   clique           :       0.00          1          0          0          0          0
1790.04/1790.01	c   zerohalf         :       0.00          0          0          0          0          0
1790.04/1790.01	c   mcf              :       0.00          1          0          0          0          0
1790.04/1790.01	c   rapidlearning    :       0.06          1          0          0          0          0
1790.04/1790.01	c Pricers            :       Time      Calls       Vars
1790.04/1790.01	c   problem variables:       0.00          0          0
1790.04/1790.01	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1790.04/1790.01	c   relpscost        :       3.09      53558          0          0          0          0     107116
1790.04/1790.01	c   pscost           :       0.00          0          0          0          0          0          0
1790.04/1790.01	c   inference        :     287.07    2462262          0          0          0          0    4924524
1790.04/1790.01	c   mostinf          :       0.00          0          0          0          0          0          0
1790.04/1790.01	c   leastinf         :       0.00          0          0          0          0          0          0
1790.04/1790.01	c   fullstrong       :       0.00          0          0          0          0          0          0
1790.04/1790.01	c   allfullstrong    :       0.00          0          0          0          0          0          0
1790.04/1790.01	c   random           :       0.00          0          0          0          0          0          0
1790.04/1790.01	c Primal Heuristics  :       Time      Calls      Found
1790.04/1790.01	c   LP solutions     :       0.00          -          0
1790.04/1790.01	c   pseudo solutions :       0.00          -          0
1790.04/1790.01	c   intshifting      :       0.01          0          0
1790.04/1790.01	c   feaspump         :       0.01          0          0
1790.04/1790.01	c   oneopt           :       1.08          1          0
1790.04/1790.01	c   crossover        :       0.74         13          2
1790.04/1790.01	c   guideddiving     :      12.88      20120          0
1790.04/1790.01	c   coefdiving       :      12.87      20120          0
1790.04/1790.01	c   pscostdiving     :      12.84      20120          0
1790.04/1790.01	c   fracdiving       :      12.85      20120          0
1790.04/1790.01	c   veclendiving     :      12.84      20120          0
1790.04/1790.01	c   linesearchdiving :      12.89      20120          0
1790.04/1790.01	c   objpscostdiving  :      13.32      20097          0
1790.04/1790.01	c   rootsoldiving    :      13.49      20097          0
1790.04/1790.01	c   trivial          :       0.00          2          1
1790.04/1790.01	c   simplerounding   :       0.68      53561          0
1790.04/1790.01	c   zirounding       :       0.51       1000          0
1790.04/1790.01	c   rounding         :       0.50       3293          0
1790.04/1790.01	c   shifting         :       0.23       1014          0
1790.04/1790.01	c   twoopt           :       0.00          0          0
1790.04/1790.01	c   fixandinfer      :       0.00          0          0
1790.04/1790.01	c   intdiving        :       0.00          0          0
1790.04/1790.01	c   actconsdiving    :       0.00          0          0
1790.04/1790.01	c   octane           :       0.00          0          0
1790.04/1790.01	c   rens             :       0.01          1          0
1790.04/1790.01	c   rins             :       0.00          0          0
1790.04/1790.01	c   localbranching   :       0.00          0          0
1790.04/1790.01	c   mutation         :       0.00          0          0
1790.04/1790.01	c   dins             :       0.00          0          0
1790.04/1790.01	c   undercover       :       0.00          0          0
1790.04/1790.01	c   nlp              :       0.35          0          0
1790.04/1790.01	c   trysol           :       0.65      20307         97
1790.04/1790.01	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1790.04/1790.01	c   primal LP        :       0.00          0          0       0.00          -
1790.04/1790.01	c   dual LP          :     580.09     391596    1183337       3.02    2039.92
1790.04/1790.01	c   lex dual LP      :       0.00          0          0       0.00          -
1790.04/1790.01	c   barrier LP       :       0.00          0          0       0.00          -
1790.04/1790.01	c   diving/probing LP:       0.12        224        423       1.89    3577.95
1790.04/1790.01	c   strong branching :       2.78       4462      29867       6.69   10760.35
1790.04/1790.01	c     (at root node) :          -         33       2066      62.61          -
1790.04/1790.01	c   conflict analysis:       0.00          0          0       0.00          -
1790.04/1790.01	c B&B Tree           :
1790.04/1790.01	c   number of runs   :          1
1790.04/1790.01	c   nodes            :    2515852
1790.04/1790.01	c   nodes (total)    :    2515852
1790.04/1790.01	c   nodes left       :    2515789
1790.04/1790.01	c   max depth        :        267
1790.04/1790.01	c   max depth (total):        267
1790.04/1790.01	c   backtracks       :      20235 (0.8%)
1790.04/1790.01	c   delayed cutoffs  :          0
1790.04/1790.01	c   repropagations   :         73 (98 domain reductions, 0 cutoffs)
1790.04/1790.01	c   avg switch length:       2.15
1790.04/1790.01	c   switching time   :      48.38
1790.04/1790.01	c Solution           :
1790.04/1790.01	c   Solutions found  :        100 (1 improvements)
1790.04/1790.01	c   First Solution   : +4.20925000000000e+05   (in run 1, after 1 nodes, 0.04 seconds, depth 0, found by <trivial>)
1790.04/1790.01	c   Primal Bound     : +4.20925000000000e+05   (in run 1, after 1 nodes, 0.04 seconds, depth 0, found by <trivial>)
1790.04/1790.01	c   Dual Bound       : +0.00000000000000e+00
1790.04/1790.01	c   Gap              :   infinite
1790.04/1790.01	c   Root Dual Bound  : +0.00000000000000e+00
1790.04/1790.01	c   Root Iterations  :        264
1794.64/1794.62	c Time complete: 1794.68.

Verifier Data

OK	23723

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2705724-1278579790/watcher-2705724-1278579790 -o /tmp/evaluation-result-2705724-1278579790/solver-2705724-1278579790 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2705724-1278579790.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.00 2.00 1.95 3/178 23384
/proc/meminfo: memFree=29040384/32951124 swapFree=67111528/67111528
[pid=23384] ppid=23382 vsize=12332 CPUtime=0
/proc/23384/stat : 23384 (pbscip.linux.x8) R 23382 23384 22800 0 -1 4202496 1924 0 0 0 0 0 0 0 25 0 1 0 26191971 12627968 1842 4089446400 4194304 10345943 140736249915008 18446744073709551615 4720712 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/23384/statm: 3083 1842 429 1502 0 1576 0

[startup+0.0447129 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 23384
/proc/meminfo: memFree=29040384/32951124 swapFree=67111528/67111528
[pid=23384] ppid=23382 vsize=23884 CPUtime=0.04
/proc/23384/stat : 23384 (pbscip.linux.x8) R 23382 23384 22800 0 -1 4202496 5035 0 0 0 4 0 0 0 25 0 1 0 26191971 24457216 4599 4089446400 4194304 10345943 140736249915008 18446744073709551615 5604422 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23384/statm: 5971 4599 552 1502 0 4464 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 23884

[startup+0.100703 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 23384
/proc/meminfo: memFree=29040384/32951124 swapFree=67111528/67111528
[pid=23384] ppid=23382 vsize=40260 CPUtime=0.09
/proc/23384/stat : 23384 (pbscip.linux.x8) R 23382 23384 22800 0 -1 4202496 8936 0 0 0 8 1 0 0 25 0 1 0 26191971 41226240 8500 4089446400 4194304 10345943 140736249915008 18446744073709551615 9186026 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23384/statm: 10065 8500 636 1502 0 8558 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 40260

[startup+0.300668 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 23384
/proc/meminfo: memFree=29040384/32951124 swapFree=67111528/67111528
[pid=23384] ppid=23382 vsize=43452 CPUtime=0.29
/proc/23384/stat : 23384 (pbscip.linux.x8) R 23382 23384 22800 0 -1 4202496 10384 0 0 0 28 1 0 0 25 0 1 0 26191971 44494848 9413 4089446400 4194304 10345943 140736249915008 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23384/statm: 10863 9413 750 1502 0 9356 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 43452

[startup+0.700603 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 23384
/proc/meminfo: memFree=29040384/32951124 swapFree=67111528/67111528
[pid=23384] ppid=23382 vsize=43452 CPUtime=0.69
/proc/23384/stat : 23384 (pbscip.linux.x8) R 23382 23384 22800 0 -1 4202496 10392 0 0 0 67 2 0 0 25 0 1 0 26191971 44494848 9421 4089446400 4194304 10345943 140736249915008 18446744073709551615 7494364 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23384/statm: 10863 9421 758 1502 0 9356 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 43452

[startup+1.50045 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 23385
/proc/meminfo: memFree=29005408/32951124 swapFree=67111528/67111528
[pid=23384] ppid=23382 vsize=41956 CPUtime=1.49
/proc/23384/stat : 23384 (pbscip.linux.x8) R 23382 23384 22800 0 -1 4202496 11042 0 0 0 146 3 0 0 25 0 1 0 26191971 42962944 9357 4089446400 4194304 10345943 140736249915008 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23384/statm: 10489 9357 760 1502 0 8982 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 41956

[startup+3.10015 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 23386
/proc/meminfo: memFree=29004788/32951124 swapFree=67111528/67111528
[pid=23384] ppid=23382 vsize=41956 CPUtime=3.09
/proc/23384/stat : 23384 (pbscip.linux.x8) R 23382 23384 22800 0 -1 4202496 11979 0 0 0 305 4 0 0 25 0 1 0 26191971 42962944 9364 4089446400 4194304 10345943 140736249915008 18446744073709551615 4882053 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23384/statm: 10489 9364 760 1502 0 8982 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 41956

[startup+6.30057 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 23386
/proc/meminfo: memFree=29003936/32951124 swapFree=67111528/67111528
[pid=23384] ppid=23382 vsize=42132 CPUtime=6.29
/proc/23384/stat : 23384 (pbscip.linux.x8) R 23382 23384 22800 0 -1 4202496 16011 0 0 0 623 6 0 0 25 0 1 0 26191971 43143168 9381 4089446400 4194304 10345943 140736249915008 18446744073709551615 4696483 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23384/statm: 10533 9381 760 1502 0 9026 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 42132

[startup+12.7004 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 23386
/proc/meminfo: memFree=28999684/32951124 swapFree=67111528/67111528
[pid=23384] ppid=23382 vsize=50256 CPUtime=12.69
/proc/23384/stat : 23384 (pbscip.linux.x8) R 23382 23384 22800 0 -1 4202496 20506 0 0 0 1261 8 0 0 25 0 1 0 26191971 51462144 11245 4089446400 4194304 10345943 140736249915008 18446744073709551615 4999708 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23384/statm: 12564 11245 760 1502 0 11057 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 50256

[startup+25.5011 s]
/proc/loadavg: 2.07 2.02 1.95 3/179 23387
/proc/meminfo: memFree=28984672/32951124 swapFree=67111528/67111528
[pid=23384] ppid=23382 vsize=66844 CPUtime=25.49
/proc/23384/stat : 23384 (pbscip.linux.x8) R 23382 23384 22800 0 -1 4202496 27136 0 0 0 2538 11 0 0 25 0 1 0 26191971 68448256 15188 4089446400 4194304 10345943 140736249915008 18446744073709551615 5926597 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23384/statm: 16711 15188 760 1502 0 15204 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 66844

[startup+51.1004 s]
/proc/loadavg: 2.04 2.01 1.95 3/179 23387
/proc/meminfo: memFree=28954688/32951124 swapFree=67111528/67111528
[pid=23384] ppid=23382 vsize=96252 CPUtime=51.09
/proc/23384/stat : 23384 (pbscip.linux.x8) R 23382 23384 22800 0 -1 4202496 37118 0 0 0 5090 19 0 0 25 0 1 0 26191971 98562048 22724 4089446400 4194304 10345943 140736249915008 18446744073709551615 4625589 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23384/statm: 24063 22724 760 1502 0 22556 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 96252

[startup+102.306 s]
/proc/loadavg: 2.02 2.01 1.95 3/179 23389
/proc/meminfo: memFree=28890392/32951124 swapFree=67111528/67111528
[pid=23384] ppid=23382 vsize=161952 CPUtime=102.3
/proc/23384/stat : 23384 (pbscip.linux.x8) R 23382 23384 22800 0 -1 4202496 55357 0 0 0 10199 31 0 0 25 0 1 0 26191971 165838848 38843 4089446400 4194304 10345943 140736249915008 18446744073709551615 4284003 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23384/statm: 40488 38843 763 1502 0 38981 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 161952

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 23390
/proc/meminfo: memFree=28812464/32951124 swapFree=67111528/67111528
[pid=23384] ppid=23382 vsize=242792 CPUtime=162.3
/proc/23384/stat : 23384 (pbscip.linux.x8) R 23382 23384 22800 0 -1 4202496 74714 0 0 0 16185 45 0 0 25 0 1 0 26191971 248619008 58200 4089446400 4194304 10345943 140736249915008 18446744073709551615 6108013 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23384/statm: 60698 58200 763 1502 0 59191 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 242792

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 23391
/proc/meminfo: memFree=28732556/32951124 swapFree=67111528/67111528
[pid=23384] ppid=23382 vsize=321380 CPUtime=222.3
/proc/23384/stat : 23384 (pbscip.linux.x8) R 23382 23384 22800 0 -1 4202496 96582 0 0 0 22173 57 0 0 25 0 1 0 26191971 329093120 77948 4089446400 4194304 10345943 140736249915008 18446744073709551615 4688072 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23384/statm: 80345 77948 764 1502 0 78838 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 321380

[startup+282.3 s]
/proc/loadavg: 2.07 2.02 1.96 3/179 23393
/proc/meminfo: memFree=28651772/32951124 swapFree=67111528/67111528
[pid=23384] ppid=23382 vsize=404036 CPUtime=282.3
/proc/23384/stat : 23384 (pbscip.linux.x8) R 23382 23384 22800 0 -1 4202496 116928 0 0 0 28161 69 0 0 25 0 1 0 26191971 413732864 98293 4089446400 4194304 10345943 140736249915008 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23384/statm: 101009 98293 764 1502 0 99502 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 404036

[startup+342.3 s]
/proc/loadavg: 1.94 1.99 1.95 3/179 23422
/proc/meminfo: memFree=28911632/32951124 swapFree=67111528/67111528
[pid=23384] ppid=23382 vsize=489484 CPUtime=342.3
/proc/23384/stat : 23384 (pbscip.linux.x8) R 23382 23384 22800 0 -1 4202496 140184 0 0 0 34150 80 0 0 25 0 1 0 26191971 501231616 119491 4089446400 4194304 10345943 140736249915008 18446744073709551615 4601836 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23384/statm: 122371 119491 764 1502 0 120864 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 489484

[startup+402.3 s]
/proc/loadavg: 1.58 1.90 1.92 2/171 23445
/proc/meminfo: memFree=28880180/32951124 swapFree=67111528/67111528
[pid=23384] ppid=23382 vsize=579900 CPUtime=402.31
/proc/23384/stat : 23384 (pbscip.linux.x8) R 23382 23384 22800 0 -1 4202496 161009 0 0 0 40140 91 0 0 25 0 1 0 26191971 593817600 140316 4089446400 4194304 10345943 140736249915008 18446744073709551615 6847769 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23384/statm: 144975 140316 764 1502 0 143468 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 579900

[startup+462.3 s]
/proc/loadavg: 1.21 1.73 1.86 2/171 23446
/proc/meminfo: memFree=28796028/32951124 swapFree=67111528/67111528
[pid=23384] ppid=23382 vsize=663016 CPUtime=462.31
/proc/23384/stat : 23384 (pbscip.linux.x8) R 23382 23384 22800 0 -1 4202496 181910 0 0 0 46129 102 0 0 25 0 1 0 26191971 678928384 161217 4089446400 4194304 10345943 140736249915008 18446744073709551615 6519524 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23384/statm: 165754 161217 764 1502 0 164247 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 663016

[startup+522.3 s]
/proc/loadavg: 1.08 1.59 1.80 2/171 23447
/proc/meminfo: memFree=28716480/32951124 swapFree=67111528/67111528
[pid=23384] ppid=23382 vsize=746080 CPUtime=522.31
/proc/23384/stat : 23384 (pbscip.linux.x8) R 23382 23384 22800 0 -1 4202496 202058 0 0 0 52118 113 0 0 25 0 1 0 26191971 763985920 181365 4089446400 4194304 10345943 140736249915008 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23384/statm: 186520 181365 764 1502 0 185013 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 746080

[startup+582.3 s]
/proc/loadavg: 1.03 1.48 1.75 2/171 23449
/proc/meminfo: memFree=28629980/32951124 swapFree=67111528/67111528
[pid=23384] ppid=23382 vsize=830076 CPUtime=582.31
/proc/23384/stat : 23384 (pbscip.linux.x8) R 23382 23384 22800 0 -1 4202496 223389 0 0 0 58106 125 0 0 25 0 1 0 26191971 849997824 202696 4089446400 4194304 10345943 140736249915008 18446744073709551615 6853984 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23384/statm: 207519 202696 764 1502 0 206012 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 830076

[startup+642.3 s]
/proc/loadavg: 1.01 1.39 1.70 2/171 23451
/proc/meminfo: memFree=28546716/32951124 swapFree=67111528/67111528
[pid=23384] ppid=23382 vsize=912008 CPUtime=642.32
/proc/23384/stat : 23384 (pbscip.linux.x8) R 23382 23384 22800 0 -1 4202496 246200 0 0 0 64095 137 0 0 25 0 1 0 26191971 933896192 223418 4089446400 4194304 10345943 140736249915008 18446744073709551615 6777375 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23384/statm: 228002 223418 764 1502 0 226495 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 912008

[startup+702.3 s]

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

/proc/meminfo: memFree=27879508/32951124 swapFree=67111528/67111528
[pid=23384] ppid=23382 vsize=1594740 CPUtime=1122.32
/proc/23384/stat : 23384 (pbscip.linux.x8) R 23382 23384 22800 0 -1 4202496 412599 0 0 0 112000 232 0 0 25 0 1 0 26191971 1633013760 389816 4089446400 4194304 10345943 140736249915008 18446744073709551615 6803589 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23384/statm: 398685 389816 764 1502 0 397178 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 1594740

[startup+1182.3 s]
/proc/loadavg: 1.00 1.06 1.37 2/171 23468
/proc/meminfo: memFree=27798964/32951124 swapFree=67111528/67111528
[pid=23384] ppid=23382 vsize=1675444 CPUtime=1182.33
/proc/23384/stat : 23384 (pbscip.linux.x8) R 23382 23384 22800 0 -1 4202496 435077 0 0 0 117988 245 0 0 25 0 1 0 26191971 1715654656 410236 4089446400 4194304 10345943 140736249915008 18446744073709551615 6702706 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23384/statm: 418861 410236 764 1502 0 417354 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 1675444

[startup+1242.3 s]
/proc/loadavg: 1.00 1.04 1.35 2/171 23470
/proc/meminfo: memFree=27712220/32951124 swapFree=67111528/67111528
[pid=23384] ppid=23382 vsize=1760884 CPUtime=1242.33
/proc/23384/stat : 23384 (pbscip.linux.x8) R 23382 23384 22800 0 -1 4202496 456397 0 0 0 123975 258 0 0 25 0 1 0 26191971 1803145216 431556 4089446400 4194304 10345943 140736249915008 18446744073709551615 4696445 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23384/statm: 440221 431556 764 1502 0 438714 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 1760884

[startup+1302.3 s]
/proc/loadavg: 1.00 1.03 1.32 2/171 23472
/proc/meminfo: memFree=27630176/32951124 swapFree=67111528/67111528
[pid=23384] ppid=23382 vsize=1842592 CPUtime=1302.33
/proc/23384/stat : 23384 (pbscip.linux.x8) R 23382 23384 22800 0 -1 4202496 476731 0 0 0 129962 271 0 0 25 0 1 0 26191971 1886814208 451890 4089446400 4194304 10345943 140736249915008 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23384/statm: 460648 451890 764 1502 0 459141 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 1842592

[startup+1362.3 s]
/proc/loadavg: 1.00 1.03 1.30 2/171 23473
/proc/meminfo: memFree=27546436/32951124 swapFree=67111528/67111528
[pid=23384] ppid=23382 vsize=1926996 CPUtime=1362.33
/proc/23384/stat : 23384 (pbscip.linux.x8) R 23382 23384 22800 0 -1 4202496 497763 0 0 0 135949 284 0 0 25 0 1 0 26191971 1973243904 472922 4089446400 4194304 10345943 140736249915008 18446744073709551615 4687929 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23384/statm: 481749 472922 764 1502 0 480242 0
Current children cumulated CPU time (s) 1362.33
Current children cumulated vsize (KiB) 1926996

[startup+1422.31 s]
/proc/loadavg: 1.04 1.03 1.28 2/171 23474
/proc/meminfo: memFree=27466156/32951124 swapFree=67111528/67111528
[pid=23384] ppid=23382 vsize=2006748 CPUtime=1422.34
/proc/23384/stat : 23384 (pbscip.linux.x8) R 23382 23384 22800 0 -1 4202496 517630 0 0 0 141937 297 0 0 25 0 1 0 26191971 2054909952 492789 4089446400 4194304 10345943 140736249915008 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23384/statm: 501687 492789 764 1502 0 500180 0
Current children cumulated CPU time (s) 1422.34
Current children cumulated vsize (KiB) 2006748

[startup+1482.3 s]
/proc/loadavg: 1.02 1.03 1.26 2/171 23476
/proc/meminfo: memFree=27384512/32951124 swapFree=67111528/67111528
[pid=23384] ppid=23382 vsize=2122444 CPUtime=1482.34
/proc/23384/stat : 23384 (pbscip.linux.x8) R 23382 23384 22800 0 -1 4202496 538364 0 0 0 147925 309 0 0 25 0 1 0 26191971 2173382656 513523 4089446400 4194304 10345943 140736249915008 18446744073709551615 6714298 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23384/statm: 530611 513523 764 1502 0 529104 0
Current children cumulated CPU time (s) 1482.34
Current children cumulated vsize (KiB) 2122444

[startup+1542.3 s]
/proc/loadavg: 1.00 1.02 1.24 2/171 23478
/proc/meminfo: memFree=27299488/32951124 swapFree=67111528/67111528
[pid=23384] ppid=23382 vsize=2206108 CPUtime=1542.34
/proc/23384/stat : 23384 (pbscip.linux.x8) R 23382 23384 22800 0 -1 4202496 559175 0 0 0 153914 320 0 0 25 0 1 0 26191971 2259054592 534334 4089446400 4194304 10345943 140736249915008 18446744073709551615 8160022 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23384/statm: 551527 534334 764 1502 0 550020 0
Current children cumulated CPU time (s) 1542.34
Current children cumulated vsize (KiB) 2206108

[startup+1602.3 s]
/proc/loadavg: 1.00 1.01 1.23 2/171 23480
/proc/meminfo: memFree=27219196/32951124 swapFree=67111528/67111528
[pid=23384] ppid=23382 vsize=2287264 CPUtime=1602.34
/proc/23384/stat : 23384 (pbscip.linux.x8) R 23382 23384 22800 0 -1 4202496 579514 0 0 0 159902 332 0 0 25 0 1 0 26191971 2342158336 554673 4089446400 4194304 10345943 140736249915008 18446744073709551615 8160022 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23384/statm: 571816 554673 764 1502 0 570309 0
Current children cumulated CPU time (s) 1602.34
Current children cumulated vsize (KiB) 2287264

[startup+1662.3 s]
/proc/loadavg: 1.00 1.01 1.21 2/171 23481
/proc/meminfo: memFree=27136936/32951124 swapFree=67111528/67111528
[pid=23384] ppid=23382 vsize=2368816 CPUtime=1662.34
/proc/23384/stat : 23384 (pbscip.linux.x8) R 23382 23384 22800 0 -1 4202496 599734 0 0 0 165889 345 0 0 25 0 1 0 26191971 2425667584 574892 4089446400 4194304 10345943 140736249915008 18446744073709551615 8159993 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23384/statm: 592204 574892 764 1502 0 590697 0
Current children cumulated CPU time (s) 1662.34
Current children cumulated vsize (KiB) 2368816

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.19 2/171 23482
/proc/meminfo: memFree=27053552/32951124 swapFree=67111528/67111528
[pid=23384] ppid=23382 vsize=2453248 CPUtime=1722.35
/proc/23384/stat : 23384 (pbscip.linux.x8) R 23382 23384 22800 0 -1 4202496 621000 0 0 0 171878 357 0 0 25 0 1 0 26191971 2512125952 596158 4089446400 4194304 10345943 140736249915008 18446744073709551615 4447803 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23384/statm: 613312 596158 764 1502 0 611805 0
Current children cumulated CPU time (s) 1722.35
Current children cumulated vsize (KiB) 2453248

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.18 2/171 23484
/proc/meminfo: memFree=26970908/32951124 swapFree=67111528/67111528
[pid=23384] ppid=23382 vsize=2534328 CPUtime=1782.35
/proc/23384/stat : 23384 (pbscip.linux.x8) R 23382 23384 22800 0 -1 4202496 641295 0 0 0 177866 369 0 0 25 0 1 0 26191971 2595151872 616453 4089446400 4194304 10345943 140736249915008 18446744073709551615 6865021 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23384/statm: 633582 616453 764 1502 0 632075 0
Current children cumulated CPU time (s) 1782.35
Current children cumulated vsize (KiB) 2534328

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

[startup+1785.5 s]
/proc/loadavg: 1.00 1.00 1.18 2/171 23484
/proc/meminfo: memFree=26965944/32951124 swapFree=67111528/67111528
[pid=23384] ppid=23382 vsize=2538796 CPUtime=1785.54
/proc/23384/stat : 23384 (pbscip.linux.x8) R 23382 23384 22800 0 -1 4202496 642328 0 0 0 178185 369 0 0 25 0 1 0 26191971 2599727104 617486 4089446400 4194304 10345943 140736249915008 18446744073709551615 4476332 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23384/statm: 634699 617486 764 1502 0 633192 0
Current children cumulated CPU time (s) 1785.54
Current children cumulated vsize (KiB) 2538796

[startup+1788.7 s]
/proc/loadavg: 1.00 1.00 1.18 2/171 23484
/proc/meminfo: memFree=26961232/32951124 swapFree=67111528/67111528
[pid=23384] ppid=23382 vsize=2543080 CPUtime=1788.75
/proc/23384/stat : 23384 (pbscip.linux.x8) R 23382 23384 22800 0 -1 4202496 643445 0 0 0 178505 370 0 0 25 0 1 0 26191971 2604113920 618603 4089446400 4194304 10345943 140736249915008 18446744073709551615 6307434 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23384/statm: 635770 618603 764 1502 0 634263 0
Current children cumulated CPU time (s) 1788.75
Current children cumulated vsize (KiB) 2543080

[startup+1791.91 s]
/proc/loadavg: 1.00 1.00 1.18 2/171 23484
/proc/meminfo: memFree=26959608/32951124 swapFree=67111528/67111528
[pid=23384] ppid=23382 vsize=2544976 CPUtime=1791.95
/proc/23384/stat : 23384 (pbscip.linux.x8) R 23382 23384 22800 0 -1 4202496 643888 0 0 0 178825 370 0 0 20 0 1 0 26191971 2606055424 619046 4089446400 4194304 10345943 140736249915008 18446744073709551615 6325130 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/23384/statm: 636244 619046 768 1502 0 634737 0
Current children cumulated CPU time (s) 1791.95
Current children cumulated vsize (KiB) 2544976

[startup+1793.5 s]
/proc/loadavg: 1.00 1.00 1.17 2/171 23484
/proc/meminfo: memFree=26959608/32951124 swapFree=67111528/67111528
[pid=23384] ppid=23382 vsize=2544976 CPUtime=1793.54
/proc/23384/stat : 23384 (pbscip.linux.x8) R 23382 23384 22800 0 -1 4202496 643888 0 0 0 178984 370 0 0 25 0 1 0 26191971 2606055424 619046 4089446400 4194304 10345943 140736249915008 18446744073709551615 4723456 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/23384/statm: 636244 619046 768 1502 0 634737 0
Current children cumulated CPU time (s) 1793.54
Current children cumulated vsize (KiB) 2544976

[startup+1794.3 s]
/proc/loadavg: 1.00 1.00 1.17 2/171 23484
/proc/meminfo: memFree=26959608/32951124 swapFree=67111528/67111528
[pid=23384] ppid=23382 vsize=2544976 CPUtime=1794.34
/proc/23384/stat : 23384 (pbscip.linux.x8) R 23382 23384 22800 0 -1 4202496 643888 0 0 0 179064 370 0 0 25 0 1 0 26191971 2606055424 619046 4089446400 4194304 10345943 140736249915008 18446744073709551615 6325130 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/23384/statm: 636244 619046 768 1502 0 634737 0
Current children cumulated CPU time (s) 1794.34
Current children cumulated vsize (KiB) 2544976

[startup+1794.5 s]
/proc/loadavg: 1.00 1.00 1.17 2/171 23484
/proc/meminfo: memFree=26959608/32951124 swapFree=67111528/67111528
[pid=23384] ppid=23382 vsize=2544976 CPUtime=1794.54
/proc/23384/stat : 23384 (pbscip.linux.x8) R 23382 23384 22800 0 -1 4202496 643888 0 0 0 179084 370 0 0 25 0 1 0 26191971 2606055424 619046 4089446400 4194304 10345943 140736249915008 18446744073709551615 6325032 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/23384/statm: 636244 619046 768 1502 0 634737 0
Current children cumulated CPU time (s) 1794.54
Current children cumulated vsize (KiB) 2544976

[startup+1794.6 s]
/proc/loadavg: 1.00 1.00 1.17 2/171 23484
/proc/meminfo: memFree=26959608/32951124 swapFree=67111528/67111528
[pid=23384] ppid=23382 vsize=889800 CPUtime=1794.64
/proc/23384/stat : 23384 (pbscip.linux.x8) R 23382 23384 22800 0 -1 4202496 643888 0 0 0 179088 376 0 0 25 0 1 0 26191971 911155200 178448 4089446400 4194304 10345943 140736249915008 18446744073709551615 9366586 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/23384/statm: 222450 178448 768 1502 0 220943 0
Current children cumulated CPU time (s) 1794.64
Current children cumulated vsize (KiB) 889800

Child status: 0
Real time (s): 1794.63
CPU time (s): 1794.69
CPU user time (s): 1790.89
CPU system time (s): 3.79442
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 2544976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1790.89
system time used= 3.79442
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 643891
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= 3
involuntary context switches= 903

runsolver used 2.42363 second user time and 5.85311 second system time

The end

Launcher Data

Begin job on node142 at 2010-07-08 11:03:10
IDJOB=2705724
IDBENCH=79388
IDSOLVER=1214
FILE ID=node142/2705724-1278579790
PBS_JOBID= 11240170
Free space on /tmp= 73320 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-jnh12_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-2705724-1278579790/watcher-2705724-1278579790 -o /tmp/evaluation-result-2705724-1278579790/solver-2705724-1278579790 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2705724-1278579790.wbo -t 1800 -m 3800

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

MD5SUM BENCH= d787b0d4d15d2d5c6758a89f1cfd571b
RANDOM SEED=841772143

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      29040788 kB
Buffers:        161100 kB
Cached:        3133412 kB
SwapCached:          0 kB
Active:        1396188 kB
Inactive:      2343872 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      29040788 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           12864 kB
Writeback:           0 kB
AnonPages:      445640 kB
Mapped:          17748 kB
Slab:           105152 kB
PageTables:       6028 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   597736 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= 73320 MiB
End job on node142 at 2010-07-08 11:33:05