Trace number 2705743

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/wcsp/jnh/
normalized-jnh304_wcsp.wbo
MD5SUM4141aec8f84b614aac5b3a0221093342
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark321
Best CPU time to get the best result obtained on this benchmark1.64975
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 constraints1000
Number of soft constraints900
Number of constraints which are clauses900
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 444855
Min constraint cost 1
Max constraint cost 1000
Sum of constraints costs 444854
Biggest number in a constraint 10
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 21
Number of bits of the biggest sum of numbers5
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.00	c SCIP version 1.2.1.3 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Clp 1.11.1]
0.00/0.00	c Copyright (c) 2002-2010 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-2705743-1278580125.wbo>
0.00/0.01	c original problem has 2000 variables (1100 bin, 0 int, 900 impl, 0 cont) and 1901 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.03	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, 900 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 200 impls, 0 clqs
0.00/0.06	c    (0.0s) probing: 101/1000 (10.1%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.00/0.06	c    (0.0s) probing aborted: 100/100 successive totally useless probings
0.00/0.06	c presolving (3 rounds):
0.00/0.06	c  100 deleted vars, 101 deleted constraints, 900 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.06	c  2000 implications, 0 cliques
0.00/0.06	c presolved problem has 1900 variables (1000 bin, 0 int, 900 impl, 0 cont) and 1800 constraints
0.00/0.06	c     900 constraints of type <linear>
0.00/0.06	c     900 constraints of type <indicator>
0.00/0.06	c transformed objective value is always integral (scale: 1)
0.00/0.06	c Presolving Time: 0.04
0.00/0.06	c - non default parameters ----------------------------------------------------------------------
0.00/0.06	c # SCIP version 1.2.1.3
0.00/0.06	c 
0.00/0.06	c # frequency for displaying node information lines
0.00/0.06	c # [type: int, range: [-1,2147483647], default: 100]
0.00/0.06	c display/freq = 10000
0.00/0.06	c 
0.00/0.06	c # maximal time in seconds to run
0.00/0.06	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.06	c limits/time = 1789.99
0.00/0.06	c 
0.00/0.06	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.06	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.06	c limits/memory = 3420
0.00/0.06	c 
0.00/0.06	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.00/0.06	c # [type: int, range: [1,2], default: 1]
0.00/0.06	c timing/clocktype = 2
0.00/0.06	c 
0.00/0.06	c # should presolving try to simplify inequalities
0.00/0.06	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.06	c constraints/linear/simplifyinequalities = TRUE
0.00/0.06	c 
0.00/0.06	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.00/0.06	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.06	c constraints/indicator/addCouplingCons = TRUE
0.00/0.06	c 
0.00/0.06	c # should presolving try to simplify knapsacks
0.00/0.06	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.06	c constraints/knapsack/simplifyinequalities = TRUE
0.00/0.06	c 
0.00/0.06	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.00/0.06	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.06	c separating/rapidlearning/freq = 0
0.00/0.06	c 
0.00/0.06	c -----------------------------------------------------------------------------------------------
0.00/0.06	c start solving
0.00/0.06	c 
0.00/0.06	o 444854
0.00/0.06	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.00/0.06	c t 0.0s|     1 |     0 |     0 |     - |6624k|   0 |   - |1900 |1800 |   0 |   0 |   0 |   0 |   0 |      --      | 4.448540e+05 |    Inf 
0.00/0.06	c   0.0s|     1 |     0 |     0 |     - |7046k|   0 |   0 |1900 |1800 |1900 |   0 |   0 |   0 |   0 | 0.000000e+00 | 4.448540e+05 |    Inf 
0.09/0.12	c   0.1s|     1 |     0 |    43 |     - |7115k|   0 |   0 |1900 |1800 |1900 |  75 |  75 |   0 |   0 | 0.000000e+00 | 4.448540e+05 |    Inf 
0.09/0.13	c   0.1s|     1 |     0 |   133 |     - |7140k|   0 |  32 |1900 |1800 |1900 | 122 | 122 |   0 |   0 | 0.000000e+00 | 4.448540e+05 |    Inf 
0.09/0.13	c   0.1s|     1 |     0 |   181 |     - |7193k|   0 |  66 |1900 |1800 |1900 | 161 | 161 |   0 |   0 | 0.000000e+00 | 4.448540e+05 |    Inf 
0.09/0.16	c   0.1s|     1 |     0 |   206 |     - |7603k|   0 |  57 |1900 |1800 |1900 | 176 | 176 |   0 |   0 | 0.000000e+00 | 4.448540e+05 |    Inf 
0.09/0.18	c   0.2s|     1 |     0 |   231 |     - |7860k|   0 |  64 |1900 |1800 |1900 | 190 | 190 |   0 |   0 | 0.000000e+00 | 4.448540e+05 |    Inf 
0.19/0.21	c   0.2s|     1 |     0 |   302 |     - |8073k|   0 |  59 |1900 |1800 |1900 | 193 | 193 |   0 |   0 | 0.000000e+00 | 4.448540e+05 |    Inf 
0.39/0.49	c   0.5s|     1 |     2 |   302 |     - |8098k|   0 |  59 |1900 |1800 |1900 | 193 | 193 |   0 |  33 | 0.000000e+00 | 4.448540e+05 |    Inf 
10.11/10.30	c  10.3s| 10000 |  9985 | 20298 |   2.0 |  20M| 673 |   0 |1900 |1816 |1900 | 262 |1715 |  16 | 777 | 0.000000e+00 | 4.448540e+05 |    Inf 
11.10/11.31	o 19621
11.10/11.31	c *11.3s| 11404 | 11345 | 21108 |   1.8 |  21M| 673 |   - |1900 |1818 |1900 | 278 |1863 |  18 | 778 | 0.000000e+00 | 1.962100e+04 |    Inf 
18.51/18.75	c  18.7s| 20000 | 19941 | 29977 |   1.5 |  31M| 673 |   0 |1900 |1818 |1900 | 229 |3278 |  18 | 780 | 0.000000e+00 | 1.962100e+04 |    Inf 
27.21/27.42	c  27.4s| 30000 | 29941 | 40594 |   1.3 |  41M| 673 |   0 |1900 |1818 |1900 | 216 |5151 |  18 | 782 | 0.000000e+00 | 1.962100e+04 |    Inf 
34.91/35.14	c  35.1s| 40000 | 39941 | 49092 |   1.2 |  51M| 673 |   5 |1900 |1818 |1900 | 241 |6335 |  18 | 782 | 0.000000e+00 | 1.962100e+04 |    Inf 
42.62/42.85	c  42.8s| 50000 | 49941 | 58027 |   1.2 |  60M| 673 |   0 |1900 |1818 |1900 | 223 |7529 |  18 | 788 | 0.000000e+00 | 1.962100e+04 |    Inf 
50.61/50.89	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
50.61/50.89	c  50.9s| 60000 | 59941 | 68343 |   1.1 |  70M| 673 |   0 |1900 |1818 |1900 | 226 |9388 |  18 | 788 | 0.000000e+00 | 1.962100e+04 |    Inf 
58.60/58.86	c  58.8s| 70000 | 69941 | 76421 |   1.1 |  80M| 673 |   0 |1900 |1818 |1900 | 231 |  10k|  18 | 788 | 0.000000e+00 | 1.962100e+04 |    Inf 
66.51/66.74	c  66.7s| 80000 | 79941 | 84150 |   1.0 |  91M| 673 |   0 |1900 |1818 |1900 | 213 |  11k|  18 | 788 | 0.000000e+00 | 1.962100e+04 |    Inf 
74.52/74.76	c  74.7s| 90000 | 89941 | 93450 |   1.0 | 101M| 673 |   0 |1900 |1818 |1900 | 219 |  13k|  18 | 788 | 0.000000e+00 | 1.962100e+04 |    Inf 
82.41/82.62	c  82.6s|100000 | 99941 |101913 |   1.0 | 111M| 673 |   0 |1900 |1817 |1900 | 226 |  14k|  18 | 788 | 0.000000e+00 | 1.962100e+04 |    Inf 
90.21/90.46	c  90.5s|110000 |109941 |109600 |   1.0 | 121M| 673 |   0 |1900 |1817 |1900 | 225 |  16k|  18 | 788 | 0.000000e+00 | 1.962100e+04 |    Inf 
98.20/98.42	c  98.4s|120000 |119939 |117325 |   1.0 | 131M| 673 |   0 |1900 |1819 |1900 | 225 |  17k|  20 | 788 | 0.000000e+00 | 1.962100e+04 |    Inf 
105.91/106.15	c   106s|130000 |129939 |124671 |   1.0 | 141M| 673 |   0 |1900 |1819 |1900 | 227 |  18k|  20 | 788 | 0.000000e+00 | 1.962100e+04 |    Inf 
113.81/114.05	c   114s|140000 |139939 |132718 |   0.9 | 151M| 673 |   0 |1900 |1819 |1900 | 246 |  19k|  20 | 788 | 0.000000e+00 | 1.962100e+04 |    Inf 
121.81/122.09	c   122s|150000 |149937 |142960 |   1.0 | 161M| 673 |   0 |1900 |1819 |1900 | 231 |  21k|  20 | 788 | 0.000000e+00 | 1.962100e+04 |    Inf 
130.10/130.30	c   130s|160000 |159937 |152440 |   1.0 | 171M| 673 |   0 |1900 |1819 |1900 | 236 |  22k|  20 | 788 | 0.000000e+00 | 1.962100e+04 |    Inf 
138.31/138.59	c   139s|170000 |169937 |161697 |   0.9 | 181M| 673 |   0 |1900 |1819 |1900 | 208 |  24k|  20 | 788 | 0.000000e+00 | 1.962100e+04 |    Inf 
146.61/146.88	c   147s|180000 |179937 |172042 |   1.0 | 191M| 673 |   0 |1900 |1818 |1900 | 234 |  26k|  20 | 788 | 0.000000e+00 | 1.962100e+04 |    Inf 
155.01/155.22	c   155s|190000 |189937 |183368 |   1.0 | 201M| 673 |   0 |1900 |1817 |1900 | 229 |  28k|  20 | 788 | 0.000000e+00 | 1.962100e+04 |    Inf 
163.41/163.64	c   164s|200000 |199937 |194129 |   1.0 | 212M| 673 |   0 |1900 |1817 |1900 | 243 |  30k|  20 | 788 | 0.000000e+00 | 1.962100e+04 |    Inf 
171.51/171.78	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
171.51/171.78	c   172s|210000 |209937 |203503 |   1.0 | 222M| 673 |   0 |1900 |1817 |1900 | 223 |  32k|  20 | 788 | 0.000000e+00 | 1.962100e+04 |    Inf 
179.80/180.04	c   180s|220000 |219937 |213495 |   1.0 | 232M| 673 |   0 |1900 |1815 |1900 | 214 |  34k|  20 | 788 | 0.000000e+00 | 1.962100e+04 |    Inf 
188.01/188.25	c   188s|230000 |229937 |224285 |   1.0 | 242M| 673 |   0 |1900 |1815 |1900 | 214 |  36k|  20 | 788 | 0.000000e+00 | 1.962100e+04 |    Inf 
196.31/196.59	c   197s|240000 |239937 |235582 |   1.0 | 252M| 673 |   0 |1900 |1815 |1900 | 243 |  38k|  20 | 788 | 0.000000e+00 | 1.962100e+04 |    Inf 
204.71/204.91	c   205s|250000 |249937 |246390 |   1.0 | 262M| 673 |   0 |1900 |1815 |1900 | 212 |  40k|  20 | 793 | 0.000000e+00 | 1.962100e+04 |    Inf 
213.12/213.38	c   213s|260000 |259937 |259310 |   1.0 | 272M| 673 |   0 |1900 |1815 |1900 | 233 |  42k|  20 | 800 | 0.000000e+00 | 1.962100e+04 |    Inf 
221.51/221.79	c   222s|270000 |269937 |268691 |   1.0 | 282M| 673 |   0 |1900 |1815 |1900 | 246 |  44k|  20 | 808 | 0.000000e+00 | 1.962100e+04 |    Inf 
229.91/230.17	c   230s|280000 |279937 |278871 |   1.0 | 292M| 673 |   0 |1900 |1815 |1900 | 234 |  46k|  20 | 810 | 0.000000e+00 | 1.962100e+04 |    Inf 
238.41/238.60	c   239s|290000 |289937 |290411 |   1.0 | 302M| 673 |   0 |1900 |1815 |1900 | 223 |  48k|  20 | 810 | 0.000000e+00 | 1.962100e+04 |    Inf 
246.81/247.09	c   247s|300000 |299937 |301246 |   1.0 | 313M| 673 |   0 |1900 |1815 |1900 | 241 |  51k|  20 | 810 | 0.000000e+00 | 1.962100e+04 |    Inf 
255.31/255.57	c   256s|310000 |309937 |310302 |   1.0 | 323M| 673 |   0 |1900 |1815 |1900 | 241 |  52k|  20 | 814 | 0.000000e+00 | 1.962100e+04 |    Inf 
263.61/263.85	c   264s|320000 |319937 |319149 |   1.0 | 333M| 673 |   0 |1900 |1815 |1900 | 233 |  54k|  20 | 816 | 0.000000e+00 | 1.962100e+04 |    Inf 
271.91/272.14	c   272s|330000 |329937 |328545 |   1.0 | 343M| 673 |   0 |1900 |1815 |1900 | 231 |  56k|  20 | 849 | 0.000000e+00 | 1.962100e+04 |    Inf 
280.21/280.46	c   280s|340000 |339937 |339229 |   1.0 | 353M| 673 |   0 |1900 |1815 |1900 | 243 |  59k|  20 | 851 | 0.000000e+00 | 1.962100e+04 |    Inf 
288.61/288.89	c   289s|350000 |349935 |351305 |   1.0 | 363M| 673 |   0 |1900 |1816 |1900 | 221 |  61k|  21 | 871 | 0.000000e+00 | 1.962100e+04 |    Inf 
297.11/297.33	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
297.11/297.33	c   297s|360000 |359933 |364121 |   1.0 | 373M| 673 |   0 |1900 |1817 |1900 | 225 |  63k|  22 | 876 | 0.000000e+00 | 1.962100e+04 |    Inf 
305.51/305.70	c   306s|370000 |369933 |374469 |   1.0 | 383M| 673 |   0 |1900 |1817 |1900 | 232 |  65k|  22 | 876 | 0.000000e+00 | 1.962100e+04 |    Inf 
313.51/313.78	c   314s|380000 |379933 |384771 |   1.0 | 393M| 673 |   0 |1900 |1817 |1900 | 224 |  67k|  22 | 896 | 0.000000e+00 | 1.962100e+04 |    Inf 
321.21/321.46	c   321s|390000 |389933 |391216 |   1.0 | 403M| 673 |   0 |1900 |1817 |1900 | 218 |  68k|  22 | 910 | 0.000000e+00 | 1.962100e+04 |    Inf 
329.11/329.30	c   329s|400000 |399933 |398515 |   1.0 | 413M| 673 |   0 |1900 |1817 |1900 | 216 |  69k|  22 | 957 | 0.000000e+00 | 1.962100e+04 |    Inf 
337.31/337.56	c   338s|410000 |409933 |408040 |   1.0 | 423M| 673 |   0 |1900 |1816 |1900 | 223 |  70k|  22 | 976 | 0.000000e+00 | 1.962100e+04 |    Inf 
345.51/345.74	c   346s|420000 |419933 |417675 |   1.0 | 433M| 673 |   0 |1900 |1815 |1900 | 217 |  72k|  22 | 997 | 0.000000e+00 | 1.962100e+04 |    Inf 
353.41/353.66	c   354s|430000 |429933 |425028 |   1.0 | 443M| 673 |   0 |1900 |1814 |1900 | 220 |  73k|  22 |1039 | 0.000000e+00 | 1.962100e+04 |    Inf 
361.31/361.51	c   361s|440000 |439933 |432573 |   1.0 | 453M| 673 |   0 |1900 |1811 |1900 | 237 |  75k|  22 |1063 | 0.000000e+00 | 1.962100e+04 |    Inf 
369.51/369.73	c   370s|450000 |449933 |442874 |   1.0 | 464M| 673 |   0 |1900 |1811 |1900 | 223 |  76k|  22 |1131 | 0.000000e+00 | 1.962100e+04 |    Inf 
377.62/377.89	c   378s|460000 |459933 |453813 |   1.0 | 474M| 673 |   0 |1900 |1810 |1900 | 234 |  78k|  22 |1187 | 0.000000e+00 | 1.962100e+04 |    Inf 
385.82/386.02	c   386s|470000 |469933 |461690 |   1.0 | 484M| 673 |   0 |1900 |1809 |1900 | 237 |  80k|  22 |1187 | 0.000000e+00 | 1.962100e+04 |    Inf 
393.91/394.16	c   394s|480000 |479933 |469647 |   1.0 | 494M| 673 |   0 |1900 |1809 |1900 | 236 |  82k|  22 |1187 | 0.000000e+00 | 1.962100e+04 |    Inf 
401.61/401.87	c   402s|490000 |489933 |476985 |   1.0 | 504M| 673 |   0 |1900 |1809 |1900 | 228 |  83k|  22 |1197 | 0.000000e+00 | 1.962100e+04 |    Inf 
409.92/410.10	c   410s|500000 |499933 |485340 |   1.0 | 514M| 673 |   0 |1900 |1809 |1900 | 228 |  85k|  22 |1212 | 0.000000e+00 | 1.962100e+04 |    Inf 
417.92/418.13	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
417.92/418.13	c   418s|510000 |509933 |493477 |   1.0 | 524M| 673 |   0 |1900 |1809 |1900 | 233 |  86k|  22 |1212 | 0.000000e+00 | 1.962100e+04 |    Inf 
425.81/426.03	c   426s|520000 |519933 |501384 |   1.0 | 534M| 673 |   0 |1900 |1809 |1900 | 229 |  88k|  22 |1234 | 0.000000e+00 | 1.962100e+04 |    Inf 
433.32/433.57	c   434s|530000 |529933 |505751 |   1.0 | 544M| 673 |   0 |1900 |1809 |1900 | 232 |  88k|  22 |1248 | 0.000000e+00 | 1.962100e+04 |    Inf 
440.72/440.97	c   441s|540000 |539933 |511103 |   0.9 | 554M| 673 |   0 |1900 |1807 |1900 | 215 |  89k|  22 |1270 | 0.000000e+00 | 1.962100e+04 |    Inf 
448.21/448.47	c   448s|550000 |549933 |517930 |   0.9 | 564M| 673 |   0 |1900 |1807 |1900 | 226 |  90k|  22 |1297 | 0.000000e+00 | 1.962100e+04 |    Inf 
456.01/456.29	c   456s|560000 |559933 |524287 |   0.9 | 574M| 673 |   0 |1900 |1807 |1900 | 235 |  91k|  22 |1334 | 0.000000e+00 | 1.962100e+04 |    Inf 
463.82/464.10	c   464s|570000 |569933 |530495 |   0.9 | 584M| 673 |   0 |1900 |1807 |1900 | 221 |  92k|  22 |1340 | 0.000000e+00 | 1.962100e+04 |    Inf 
471.72/471.95	c   472s|580000 |579933 |537896 |   0.9 | 594M| 673 |   0 |1900 |1807 |1900 | 237 |  94k|  22 |1344 | 0.000000e+00 | 1.962100e+04 |    Inf 
479.62/479.81	c   480s|590000 |589933 |543963 |   0.9 | 604M| 673 |   0 |1900 |1807 |1900 | 223 |  95k|  22 |1349 | 0.000000e+00 | 1.962100e+04 |    Inf 
487.32/487.55	c   488s|600000 |599933 |550313 |   0.9 | 613M| 673 |   0 |1900 |1807 |1900 | 225 |  96k|  22 |1360 | 0.000000e+00 | 1.962100e+04 |    Inf 
495.01/495.27	c   495s|610000 |609933 |556813 |   0.9 | 623M| 673 |   0 |1900 |1807 |1900 | 221 |  97k|  22 |1371 | 0.000000e+00 | 1.962100e+04 |    Inf 
502.91/503.15	c   503s|620000 |619933 |563521 |   0.9 | 633M| 673 |   0 |1900 |1807 |1900 | 235 |  98k|  22 |1371 | 0.000000e+00 | 1.962100e+04 |    Inf 
511.01/511.21	c   511s|630000 |629933 |571411 |   0.9 | 643M| 673 |   0 |1900 |1807 |1900 | 237 | 100k|  22 |1459 | 0.000000e+00 | 1.962100e+04 |    Inf 
518.61/518.88	c   519s|640000 |639933 |582817 |   0.9 | 653M| 673 |   0 |1900 |1807 |1900 | 218 | 101k|  22 |1567 | 0.000000e+00 | 1.962100e+04 |    Inf 
526.42/526.67	c   527s|650000 |649933 |594757 |   0.9 | 663M| 673 |   0 |1900 |1807 |1900 | 211 | 102k|  22 |1576 | 0.000000e+00 | 1.962100e+04 |    Inf 
534.01/534.28	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
534.01/534.28	c   534s|660000 |659933 |605187 |   0.9 | 673M| 673 |   0 |1900 |1807 |1900 | 238 | 103k|  22 |1588 | 0.000000e+00 | 1.962100e+04 |    Inf 
541.52/541.77	c   542s|670000 |669933 |611182 |   0.9 | 683M| 673 |   0 |1900 |1807 |1900 | 219 | 104k|  22 |1589 | 0.000000e+00 | 1.962100e+04 |    Inf 
549.22/549.40	c   549s|680000 |679933 |615118 |   0.9 | 693M| 673 |   0 |1900 |1807 |1900 | 222 | 104k|  22 |1589 | 0.000000e+00 | 1.962100e+04 |    Inf 
557.02/557.27	c   557s|690000 |689933 |621477 |   0.9 | 703M| 673 |   0 |1900 |1807 |1900 | 236 | 106k|  22 |1610 | 0.000000e+00 | 1.962100e+04 |    Inf 
565.23/565.42	c   565s|700000 |699933 |633456 |   0.9 | 713M| 673 |   0 |1900 |1806 |1900 | 243 | 107k|  22 |1742 | 0.000000e+00 | 1.962100e+04 |    Inf 
572.92/573.16	c   573s|710000 |709933 |643170 |   0.9 | 723M| 673 |   0 |1900 |1805 |1900 | 229 | 108k|  22 |1797 | 0.000000e+00 | 1.962100e+04 |    Inf 
580.02/580.24	c   580s|720000 |719933 |649504 |   0.9 | 733M| 673 |   0 |1900 |1805 |1900 | 219 | 109k|  22 |1812 | 0.000000e+00 | 1.962100e+04 |    Inf 
587.61/587.89	c   588s|730000 |729933 |659076 |   0.9 | 743M| 673 |   0 |1900 |1805 |1900 | 211 | 110k|  22 |1822 | 0.000000e+00 | 1.962100e+04 |    Inf 
595.32/595.57	c   596s|740000 |739933 |668447 |   0.9 | 753M| 673 |   0 |1900 |1805 |1900 | 215 | 111k|  22 |1837 | 0.000000e+00 | 1.962100e+04 |    Inf 
603.02/603.23	c   603s|750000 |749933 |677999 |   0.9 | 763M| 673 |   0 |1900 |1805 |1900 | 223 | 112k|  22 |1841 | 0.000000e+00 | 1.962100e+04 |    Inf 
610.62/610.88	c   611s|760000 |759933 |687936 |   0.9 | 773M| 673 |   0 |1900 |1805 |1900 | 204 | 113k|  22 |1854 | 0.000000e+00 | 1.962100e+04 |    Inf 
618.32/618.59	c   619s|770000 |769933 |698066 |   0.9 | 783M| 673 |   0 |1900 |1805 |1900 | 214 | 114k|  22 |1872 | 0.000000e+00 | 1.962100e+04 |    Inf 
626.22/626.44	c   626s|780000 |779933 |708126 |   0.9 | 793M| 673 |   0 |1900 |1805 |1900 | 221 | 116k|  22 |1872 | 0.000000e+00 | 1.962100e+04 |    Inf 
634.12/634.39	c   634s|790000 |789933 |718364 |   0.9 | 803M| 673 |   0 |1900 |1805 |1900 | 231 | 117k|  22 |1877 | 0.000000e+00 | 1.962100e+04 |    Inf 
641.82/642.04	c   642s|800000 |799933 |728311 |   0.9 | 813M| 673 |   0 |1900 |1805 |1900 | 229 | 118k|  22 |1903 | 0.000000e+00 | 1.962100e+04 |    Inf 
648.72/648.96	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
648.72/648.96	c   649s|810000 |809929 |735473 |   0.9 | 822M| 673 |   0 |1900 |1809 |1900 | 231 | 118k|  26 |1944 | 0.000000e+00 | 1.962100e+04 |    Inf 
656.02/656.24	c   656s|820000 |819929 |744328 |   0.9 | 832M| 673 |   0 |1900 |1809 |1900 | 221 | 119k|  26 |1973 | 0.000000e+00 | 1.962100e+04 |    Inf 
663.13/663.35	c   663s|830000 |829929 |751874 |   0.9 | 842M| 673 |   0 |1900 |1809 |1900 | 229 | 120k|  26 |1989 | 0.000000e+00 | 1.962100e+04 |    Inf 
670.52/670.79	c   671s|840000 |839929 |760799 |   0.9 | 852M| 673 |   0 |1900 |1809 |1900 | 235 | 121k|  26 |2029 | 0.000000e+00 | 1.962100e+04 |    Inf 
678.01/678.20	c   678s|850000 |849925 |769480 |   0.9 | 862M| 673 |   0 |1900 |1810 |1900 | 239 | 122k|  27 |2055 | 0.000000e+00 | 1.962100e+04 |    Inf 
685.12/685.34	c   685s|860000 |859925 |774643 |   0.9 | 872M| 673 |   0 |1900 |1810 |1900 | 213 | 123k|  27 |2060 | 0.000000e+00 | 1.962100e+04 |    Inf 
692.02/692.22	c   692s|870000 |869925 |779009 |   0.9 | 882M| 673 |   0 |1900 |1808 |1900 | 213 | 123k|  27 |2061 | 0.000000e+00 | 1.962100e+04 |    Inf 
698.72/698.99	c   699s|880000 |879925 |783439 |   0.9 | 891M| 673 |   0 |1900 |1808 |1900 | 214 | 123k|  27 |2061 | 0.000000e+00 | 1.962100e+04 |    Inf 
705.82/706.01	c   706s|890000 |889925 |788480 |   0.9 | 901M| 673 |   0 |1900 |1808 |1900 | 213 | 124k|  27 |2061 | 0.000000e+00 | 1.962100e+04 |    Inf 
712.72/712.98	c   713s|900000 |899925 |792591 |   0.9 | 911M| 673 |   0 |1900 |1808 |1900 | 215 | 124k|  27 |2061 | 0.000000e+00 | 1.962100e+04 |    Inf 
720.02/720.29	c   720s|910000 |909925 |799214 |   0.9 | 921M| 673 |   0 |1900 |1808 |1900 | 213 | 125k|  27 |2061 | 0.000000e+00 | 1.962100e+04 |    Inf 
727.12/727.34	c   727s|920000 |919925 |805001 |   0.9 | 931M| 673 |   0 |1900 |1807 |1900 | 218 | 125k|  27 |2061 | 0.000000e+00 | 1.962100e+04 |    Inf 
734.53/734.78	c   735s|930000 |929923 |810518 |   0.9 | 941M| 673 |   0 |1900 |1806 |1900 | 225 | 126k|  28 |2140 | 0.000000e+00 | 1.962100e+04 |    Inf 
742.12/742.32	c   742s|940000 |939923 |816314 |   0.9 | 951M| 673 |   0 |1900 |1804 |1900 | 206 | 126k|  28 |2277 | 0.000000e+00 | 1.962100e+04 |    Inf 
749.62/749.80	c   750s|950000 |949923 |820020 |   0.9 | 961M| 673 |   0 |1900 |1804 |1900 | 211 | 127k|  28 |2354 | 0.000000e+00 | 1.962100e+04 |    Inf 
757.02/757.27	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
757.02/757.27	c   757s|960000 |959923 |825158 |   0.9 | 970M| 673 |   0 |1900 |1804 |1900 | 219 | 127k|  28 |2354 | 0.000000e+00 | 1.962100e+04 |    Inf 
764.42/764.62	c   765s|970000 |969923 |832685 |   0.9 | 980M| 673 |   0 |1900 |1804 |1900 | 206 | 128k|  28 |2405 | 0.000000e+00 | 1.962100e+04 |    Inf 
771.02/771.29	c   771s|980000 |979923 |837116 |   0.9 | 990M| 673 |   0 |1900 |1804 |1900 | 207 | 128k|  28 |2405 | 0.000000e+00 | 1.962100e+04 |    Inf 
778.12/778.31	c   778s|990000 |989923 |843065 |   0.9 |1000M| 673 |   0 |1900 |1804 |1900 | 205 | 129k|  28 |2405 | 0.000000e+00 | 1.962100e+04 |    Inf 
785.23/785.46	c   785s|  1000k|999923 |849591 |   0.8 |1010M| 673 |   0 |1900 |1802 |1900 | 220 | 129k|  28 |2419 | 0.000000e+00 | 1.962100e+04 |    Inf 
792.32/792.55	c   793s|  1010k|  1009k|855494 |   0.8 |1020M| 673 |   0 |1900 |1802 |1900 | 215 | 130k|  28 |2420 | 0.000000e+00 | 1.962100e+04 |    Inf 
799.72/799.94	c   800s|  1020k|  1019k|863802 |   0.8 |1029M| 673 |   0 |1900 |1802 |1900 | 213 | 131k|  28 |2479 | 0.000000e+00 | 1.962100e+04 |    Inf 
807.43/807.63	c   808s|  1030k|  1029k|872064 |   0.8 |1039M| 673 |   0 |1900 |1802 |1900 | 219 | 131k|  28 |2495 | 0.000000e+00 | 1.962100e+04 |    Inf 
815.02/815.25	c   815s|  1040k|  1039k|880094 |   0.8 |1049M| 673 |   0 |1900 |1802 |1900 | 232 | 132k|  28 |2502 | 0.000000e+00 | 1.962100e+04 |    Inf 
822.63/822.81	c   823s|  1050k|  1049k|886248 |   0.8 |1059M| 673 |   0 |1900 |1802 |1900 | 216 | 133k|  28 |2507 | 0.000000e+00 | 1.962100e+04 |    Inf 
830.23/830.43	c   830s|  1060k|  1059k|892232 |   0.8 |1069M| 673 |   0 |1900 |1802 |1900 | 214 | 133k|  28 |2510 | 0.000000e+00 | 1.962100e+04 |    Inf 
837.83/838.04	c   838s|  1070k|  1069k|897522 |   0.8 |1079M| 673 |   0 |1900 |1802 |1900 | 214 | 134k|  28 |2510 | 0.000000e+00 | 1.962100e+04 |    Inf 
845.42/845.66	c   846s|  1080k|  1079k|902823 |   0.8 |1089M| 673 |   0 |1900 |1802 |1900 | 220 | 135k|  28 |2510 | 0.000000e+00 | 1.962100e+04 |    Inf 
852.73/852.97	c   853s|  1090k|  1089k|907398 |   0.8 |1098M| 673 |   0 |1900 |1802 |1900 | 215 | 135k|  28 |2516 | 0.000000e+00 | 1.962100e+04 |    Inf 
860.03/860.28	c   860s|  1100k|  1099k|912413 |   0.8 |1108M| 673 |   0 |1900 |1802 |1900 | 223 | 136k|  28 |2520 | 0.000000e+00 | 1.962100e+04 |    Inf 
867.93/868.15	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
867.93/868.15	c   868s|  1110k|  1109k|919553 |   0.8 |1118M| 673 |   0 |1900 |1802 |1900 | 226 | 137k|  28 |2522 | 0.000000e+00 | 1.962100e+04 |    Inf 
875.43/875.66	c   876s|  1120k|  1119k|925490 |   0.8 |1128M| 673 |   0 |1900 |1802 |1900 | 218 | 138k|  28 |2523 | 0.000000e+00 | 1.962100e+04 |    Inf 
882.73/882.97	c   883s|  1130k|  1129k|931177 |   0.8 |1138M| 673 |   0 |1900 |1802 |1900 | 221 | 138k|  28 |2529 | 0.000000e+00 | 1.962100e+04 |    Inf 
889.82/890.02	c   890s|  1140k|  1139k|935750 |   0.8 |1148M| 673 |   0 |1900 |1802 |1900 | 221 | 139k|  28 |2546 | 0.000000e+00 | 1.962100e+04 |    Inf 
897.12/897.35	c   897s|  1150k|  1149k|941138 |   0.8 |1158M| 673 |   0 |1900 |1802 |1900 | 215 | 139k|  28 |2555 | 0.000000e+00 | 1.962100e+04 |    Inf 
904.52/904.70	c   905s|  1160k|  1159k|947152 |   0.8 |1168M| 673 |   0 |1900 |1802 |1900 | 218 | 140k|  28 |2615 | 0.000000e+00 | 1.962100e+04 |    Inf 
912.02/912.27	c   912s|  1170k|  1169k|954661 |   0.8 |1177M| 673 |   0 |1900 |1802 |1900 | 219 | 141k|  28 |2642 | 0.000000e+00 | 1.962100e+04 |    Inf 
919.72/919.93	c   920s|  1180k|  1179k|961696 |   0.8 |1187M| 673 |   0 |1900 |1802 |1900 | 223 | 141k|  28 |2646 | 0.000000e+00 | 1.962100e+04 |    Inf 
927.13/927.32	c   927s|  1190k|  1189k|967991 |   0.8 |1197M| 673 |   0 |1900 |1803 |1900 | 218 | 142k|  29 |2650 | 0.000000e+00 | 1.962100e+04 |    Inf 
934.83/935.07	c   935s|  1200k|  1199k|974787 |   0.8 |1207M| 673 |   0 |1900 |1803 |1900 | 218 | 143k|  29 |2651 | 0.000000e+00 | 1.962100e+04 |    Inf 
942.43/942.63	c   943s|  1210k|  1209k|980393 |   0.8 |1217M| 673 |   0 |1900 |1803 |1900 | 222 | 144k|  29 |2651 | 0.000000e+00 | 1.962100e+04 |    Inf 
949.72/949.93	c   950s|  1220k|  1219k|987678 |   0.8 |1227M| 673 |   0 |1900 |1803 |1900 | 215 | 144k|  29 |2656 | 0.000000e+00 | 1.962100e+04 |    Inf 
957.03/957.20	c   957s|  1230k|  1229k|995197 |   0.8 |1237M| 673 |   0 |1900 |1803 |1900 | 221 | 145k|  29 |2662 | 0.000000e+00 | 1.962100e+04 |    Inf 
963.92/964.12	c   964s|  1240k|  1239k|  1001k|   0.8 |1247M| 673 |   0 |1900 |1803 |1900 | 207 | 145k|  29 |2667 | 0.000000e+00 | 1.962100e+04 |    Inf 
970.62/970.85	c   971s|  1250k|  1249k|  1005k|   0.8 |1256M| 673 |   0 |1900 |1803 |1900 | 209 | 146k|  29 |2667 | 0.000000e+00 | 1.962100e+04 |    Inf 
977.23/977.48	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
977.23/977.48	c   977s|  1260k|  1259k|  1009k|   0.8 |1266M| 673 |   0 |1900 |1803 |1900 | 218 | 146k|  29 |2678 | 0.000000e+00 | 1.962100e+04 |    Inf 
984.12/984.30	c   984s|  1270k|  1269k|  1014k|   0.8 |1276M| 673 |   0 |1900 |1803 |1900 | 215 | 147k|  29 |2682 | 0.000000e+00 | 1.962100e+04 |    Inf 
990.73/990.94	c   991s|  1280k|  1279k|  1018k|   0.8 |1286M| 673 |   0 |1900 |1803 |1900 | 217 | 147k|  29 |2682 | 0.000000e+00 | 1.962100e+04 |    Inf 
997.72/997.90	c   998s|  1290k|  1289k|  1023k|   0.8 |1296M| 673 |   0 |1900 |1802 |1900 | 221 | 148k|  29 |2692 | 0.000000e+00 | 1.962100e+04 |    Inf 
1004.22/1004.47	c  1004s|  1300k|  1299k|  1027k|   0.8 |1305M| 673 |   0 |1900 |1802 |1900 | 221 | 148k|  29 |2692 | 0.000000e+00 | 1.962100e+04 |    Inf 
1011.22/1011.40	c  1011s|  1310k|  1309k|  1032k|   0.8 |1315M| 673 |   0 |1900 |1802 |1900 | 206 | 148k|  29 |2694 | 0.000000e+00 | 1.962100e+04 |    Inf 
1018.83/1019.00	c  1019s|  1320k|  1319k|  1038k|   0.8 |1325M| 673 |   0 |1900 |1802 |1900 | 213 | 149k|  29 |2698 | 0.000000e+00 | 1.962100e+04 |    Inf 
1026.23/1026.49	c  1026s|  1330k|  1329k|  1043k|   0.8 |1335M| 673 |   0 |1900 |1801 |1900 | 215 | 149k|  29 |2754 | 0.000000e+00 | 1.962100e+04 |    Inf 
1033.83/1034.06	c  1034s|  1340k|  1339k|  1048k|   0.8 |1345M| 673 |   0 |1900 |1801 |1900 | 223 | 150k|  29 |2757 | 0.000000e+00 | 1.962100e+04 |    Inf 
1041.53/1041.73	c  1042s|  1350k|  1349k|  1055k|   0.8 |1355M| 673 |   0 |1900 |1801 |1900 | 228 | 151k|  29 |2776 | 0.000000e+00 | 1.962100e+04 |    Inf 
1049.23/1049.43	c  1049s|  1360k|  1359k|  1062k|   0.8 |1365M| 673 |   0 |1900 |1801 |1900 | 207 | 152k|  29 |2785 | 0.000000e+00 | 1.962100e+04 |    Inf 
1056.72/1056.91	c  1057s|  1370k|  1369k|  1069k|   0.8 |1375M| 673 |   0 |1900 |1801 |1900 | 209 | 152k|  29 |2791 | 0.000000e+00 | 1.962100e+04 |    Inf 
1064.22/1064.44	c  1064s|  1380k|  1379k|  1076k|   0.8 |1384M| 673 |   0 |1900 |1801 |1900 | 212 | 153k|  29 |2799 | 0.000000e+00 | 1.962100e+04 |    Inf 
1071.92/1072.14	c  1072s|  1390k|  1389k|  1083k|   0.8 |1394M| 673 |   0 |1900 |1801 |1900 | 218 | 154k|  29 |2799 | 0.000000e+00 | 1.962100e+04 |    Inf 
1079.72/1079.93	c  1080s|  1400k|  1399k|  1091k|   0.8 |1404M| 673 |   0 |1900 |1801 |1900 | 220 | 155k|  29 |2799 | 0.000000e+00 | 1.962100e+04 |    Inf 
1086.82/1087.04	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1086.82/1087.04	c  1087s|  1410k|  1409k|  1096k|   0.8 |1414M| 673 |   0 |1900 |1801 |1900 | 218 | 155k|  29 |2807 | 0.000000e+00 | 1.962100e+04 |    Inf 
1093.72/1093.96	c  1094s|  1420k|  1419k|  1100k|   0.8 |1424M| 673 |   0 |1900 |1801 |1900 | 213 | 156k|  29 |2812 | 0.000000e+00 | 1.962100e+04 |    Inf 
1100.53/1100.71	c  1101s|  1430k|  1429k|  1103k|   0.8 |1434M| 673 |   0 |1900 |1801 |1900 | 215 | 156k|  29 |2812 | 0.000000e+00 | 1.962100e+04 |    Inf 
1107.73/1107.97	c  1108s|  1440k|  1439k|  1109k|   0.8 |1444M| 673 |   0 |1900 |1801 |1900 | 222 | 157k|  29 |2814 | 0.000000e+00 | 1.962100e+04 |    Inf 
1115.32/1115.59	c  1116s|  1450k|  1449k|  1115k|   0.8 |1453M| 673 |   0 |1900 |1801 |1900 | 217 | 157k|  29 |2821 | 0.000000e+00 | 1.962100e+04 |    Inf 
1123.03/1123.28	c  1123s|  1460k|  1459k|  1123k|   0.8 |1463M| 673 |   0 |1900 |1801 |1900 | 227 | 158k|  29 |2821 | 0.000000e+00 | 1.962100e+04 |    Inf 
1130.83/1131.09	c  1131s|  1470k|  1469k|  1131k|   0.8 |1473M| 673 |   0 |1900 |1801 |1900 | 223 | 159k|  29 |2828 | 0.000000e+00 | 1.962100e+04 |    Inf 
1138.33/1138.59	c  1139s|  1480k|  1479k|  1138k|   0.8 |1483M| 673 |   0 |1900 |1801 |1900 | 223 | 160k|  29 |2845 | 0.000000e+00 | 1.962100e+04 |    Inf 
1145.93/1146.17	c  1146s|  1490k|  1489k|  1143k|   0.8 |1493M| 673 |   0 |1900 |1801 |1900 | 215 | 161k|  29 |2847 | 0.000000e+00 | 1.962100e+04 |    Inf 
1153.53/1153.79	c  1154s|  1500k|  1499k|  1150k|   0.8 |1503M| 673 |   0 |1900 |1801 |1900 | 220 | 162k|  29 |2847 | 0.000000e+00 | 1.962100e+04 |    Inf 
1161.22/1161.44	c  1161s|  1510k|  1509k|  1157k|   0.8 |1513M| 673 |   0 |1900 |1801 |1900 | 217 | 163k|  29 |2847 | 0.000000e+00 | 1.962100e+04 |    Inf 
1169.03/1169.23	c  1169s|  1520k|  1519k|  1165k|   0.8 |1522M| 673 |   0 |1900 |1801 |1900 | 221 | 164k|  29 |2850 | 0.000000e+00 | 1.962100e+04 |    Inf 
1176.73/1176.90	c  1177s|  1530k|  1529k|  1172k|   0.8 |1532M| 673 |   0 |1900 |1801 |1900 | 215 | 165k|  29 |2850 | 0.000000e+00 | 1.962100e+04 |    Inf 
1184.33/1184.52	c  1185s|  1540k|  1539k|  1179k|   0.8 |1542M| 673 |   0 |1900 |1801 |1900 | 217 | 165k|  29 |2850 | 0.000000e+00 | 1.962100e+04 |    Inf 
1192.03/1192.21	c  1192s|  1550k|  1549k|  1188k|   0.8 |1552M| 673 |   0 |1900 |1801 |1900 | 219 | 166k|  29 |2880 | 0.000000e+00 | 1.962100e+04 |    Inf 
1199.73/1199.92	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1199.73/1199.92	c  1200s|  1560k|  1559k|  1195k|   0.8 |1562M| 673 |   0 |1900 |1801 |1900 | 221 | 167k|  29 |2880 | 0.000000e+00 | 1.962100e+04 |    Inf 
1207.43/1207.65	c  1208s|  1570k|  1569k|  1203k|   0.8 |1572M| 673 |   0 |1900 |1801 |1900 | 232 | 168k|  29 |2933 | 0.000000e+00 | 1.962100e+04 |    Inf 
1214.93/1215.14	c  1215s|  1580k|  1579k|  1209k|   0.8 |1582M| 673 |   0 |1900 |1801 |1900 | 238 | 168k|  29 |2945 | 0.000000e+00 | 1.962100e+04 |    Inf 
1222.53/1222.74	c  1223s|  1590k|  1589k|  1212k|   0.8 |1592M| 673 |   0 |1900 |1801 |1900 | 224 | 169k|  29 |2945 | 0.000000e+00 | 1.962100e+04 |    Inf 
1230.23/1230.45	c  1230s|  1600k|  1599k|  1216k|   0.8 |1602M| 673 |   0 |1900 |1801 |1900 | 227 | 170k|  29 |2945 | 0.000000e+00 | 1.962100e+04 |    Inf 
1237.93/1238.13	c  1238s|  1610k|  1609k|  1220k|   0.8 |1612M| 673 |   0 |1900 |1801 |1900 | 237 | 170k|  29 |2945 | 0.000000e+00 | 1.962100e+04 |    Inf 
1245.43/1245.69	c  1246s|  1620k|  1619k|  1223k|   0.8 |1622M| 673 |   0 |1900 |1801 |1900 | 244 | 171k|  29 |2945 | 0.000000e+00 | 1.962100e+04 |    Inf 
1253.13/1253.30	c  1253s|  1630k|  1629k|  1229k|   0.8 |1631M| 673 |   0 |1900 |1801 |1900 | 220 | 172k|  29 |2950 | 0.000000e+00 | 1.962100e+04 |    Inf 
1260.73/1260.95	c  1261s|  1640k|  1639k|  1235k|   0.8 |1641M| 673 |   0 |1900 |1801 |1900 | 215 | 173k|  29 |2954 | 0.000000e+00 | 1.962100e+04 |    Inf 
1268.43/1268.65	c  1269s|  1650k|  1649k|  1241k|   0.8 |1651M| 673 |   0 |1900 |1801 |1900 | 211 | 174k|  29 |2956 | 0.000000e+00 | 1.962100e+04 |    Inf 
1275.93/1276.10	c  1276s|  1660k|  1659k|  1247k|   0.8 |1661M| 673 |   0 |1900 |1801 |1900 | 222 | 174k|  29 |2958 | 0.000000e+00 | 1.962100e+04 |    Inf 
1283.13/1283.32	c  1283s|  1670k|  1669k|  1252k|   0.7 |1671M| 673 |   0 |1900 |1801 |1900 | 217 | 175k|  29 |2958 | 0.000000e+00 | 1.962100e+04 |    Inf 
1290.33/1290.53	c  1291s|  1680k|  1679k|  1256k|   0.7 |1680M| 673 |   0 |1900 |1801 |1900 | 217 | 176k|  29 |2958 | 0.000000e+00 | 1.962100e+04 |    Inf 
1297.93/1298.17	c  1298s|  1690k|  1689k|  1262k|   0.7 |1690M| 673 |   0 |1900 |1801 |1900 | 213 | 176k|  29 |2964 | 0.000000e+00 | 1.962100e+04 |    Inf 
1305.54/1305.73	c  1306s|  1700k|  1699k|  1268k|   0.7 |1700M| 673 |   0 |1900 |1801 |1900 | 214 | 177k|  29 |2977 | 0.000000e+00 | 1.962100e+04 |    Inf 
1313.23/1313.50	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1313.23/1313.50	c  1313s|  1710k|  1709k|  1275k|   0.7 |1710M| 673 |   0 |1900 |1801 |1900 | 218 | 178k|  29 |2977 | 0.000000e+00 | 1.962100e+04 |    Inf 
1320.93/1321.17	c  1321s|  1720k|  1719k|  1280k|   0.7 |1720M| 673 |   0 |1900 |1801 |1900 | 214 | 179k|  29 |2981 | 0.000000e+00 | 1.962100e+04 |    Inf 
1328.63/1328.88	c  1329s|  1730k|  1729k|  1286k|   0.7 |1730M| 673 |   0 |1900 |1801 |1900 | 216 | 179k|  29 |2986 | 0.000000e+00 | 1.962100e+04 |    Inf 
1336.24/1336.44	c  1336s|  1740k|  1739k|  1292k|   0.7 |1740M| 673 |   0 |1900 |1801 |1900 | 221 | 180k|  29 |3009 | 0.000000e+00 | 1.962100e+04 |    Inf 
1343.83/1344.05	c  1344s|  1750k|  1749k|  1298k|   0.7 |1750M| 673 |   0 |1900 |1801 |1900 | 208 | 181k|  29 |3009 | 0.000000e+00 | 1.962100e+04 |    Inf 
1351.73/1351.92	c  1352s|  1760k|  1759k|  1306k|   0.7 |1759M| 673 |   0 |1900 |1801 |1900 | 210 | 182k|  29 |3015 | 0.000000e+00 | 1.962100e+04 |    Inf 
1359.53/1359.74	c  1360s|  1770k|  1769k|  1314k|   0.7 |1769M| 673 |   0 |1900 |1801 |1900 | 224 | 183k|  29 |3037 | 0.000000e+00 | 1.962100e+04 |    Inf 
1367.23/1367.48	c  1367s|  1780k|  1779k|  1321k|   0.7 |1779M| 673 |   0 |1900 |1801 |1900 | 215 | 184k|  29 |3041 | 0.000000e+00 | 1.962100e+04 |    Inf 
1374.23/1374.46	c  1374s|  1790k|  1789k|  1326k|   0.7 |1789M| 673 |   0 |1900 |1801 |1900 | 215 | 184k|  29 |3041 | 0.000000e+00 | 1.962100e+04 |    Inf 
1381.34/1381.54	c  1382s|  1800k|  1799k|  1331k|   0.7 |1799M| 673 |   0 |1900 |1801 |1900 | 212 | 184k|  29 |3042 | 0.000000e+00 | 1.962100e+04 |    Inf 
1388.33/1388.51	c  1388s|  1810k|  1809k|  1336k|   0.7 |1809M| 673 |   0 |1900 |1801 |1900 | 210 | 185k|  29 |3044 | 0.000000e+00 | 1.962100e+04 |    Inf 
1395.34/1395.57	c  1396s|  1820k|  1819k|  1342k|   0.7 |1818M| 673 |   0 |1900 |1801 |1900 | 209 | 185k|  29 |3046 | 0.000000e+00 | 1.962100e+04 |    Inf 
1402.53/1402.78	c  1403s|  1830k|  1829k|  1348k|   0.7 |1828M| 673 |   0 |1900 |1801 |1900 | 212 | 186k|  29 |3063 | 0.000000e+00 | 1.962100e+04 |    Inf 
1410.04/1410.25	c  1410s|  1840k|  1839k|  1354k|   0.7 |1838M| 673 |   0 |1900 |1801 |1900 | 216 | 187k|  29 |3068 | 0.000000e+00 | 1.962100e+04 |    Inf 
1417.53/1417.70	c  1418s|  1850k|  1849k|  1360k|   0.7 |1848M| 673 |   0 |1900 |1801 |1900 | 220 | 187k|  29 |3080 | 0.000000e+00 | 1.962100e+04 |    Inf 
1424.83/1425.06	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1424.83/1425.06	c  1425s|  1860k|  1859k|  1366k|   0.7 |1858M| 673 |   0 |1900 |1801 |1900 | 214 | 188k|  29 |3122 | 0.000000e+00 | 1.962100e+04 |    Inf 
1432.33/1432.52	c  1433s|  1870k|  1869k|  1373k|   0.7 |1867M| 673 |   0 |1900 |1801 |1900 | 217 | 189k|  29 |3136 | 0.000000e+00 | 1.962100e+04 |    Inf 
1439.73/1439.96	c  1440s|  1880k|  1879k|  1380k|   0.7 |1877M| 673 |   0 |1900 |1801 |1900 | 217 | 190k|  29 |3137 | 0.000000e+00 | 1.962100e+04 |    Inf 
1447.34/1447.60	c  1448s|  1890k|  1889k|  1386k|   0.7 |1887M| 673 |   0 |1900 |1801 |1900 | 213 | 191k|  29 |3140 | 0.000000e+00 | 1.962100e+04 |    Inf 
1454.83/1455.00	c  1455s|  1900k|  1899k|  1392k|   0.7 |1897M| 673 |   0 |1900 |1801 |1900 | 213 | 192k|  29 |3141 | 0.000000e+00 | 1.962100e+04 |    Inf 
1462.03/1462.28	c  1462s|  1910k|  1909k|  1398k|   0.7 |1907M| 673 |   0 |1900 |1801 |1900 | 209 | 192k|  29 |3155 | 0.000000e+00 | 1.962100e+04 |    Inf 
1469.44/1469.63	c  1470s|  1920k|  1919k|  1405k|   0.7 |1917M| 673 |   0 |1900 |1801 |1900 | 215 | 193k|  29 |3164 | 0.000000e+00 | 1.962100e+04 |    Inf 
1476.63/1476.85	c  1477s|  1930k|  1929k|  1411k|   0.7 |1926M| 673 |   0 |1900 |1801 |1900 | 216 | 194k|  29 |3166 | 0.000000e+00 | 1.962100e+04 |    Inf 
1483.43/1483.67	c  1484s|  1940k|  1939k|  1415k|   0.7 |1936M| 673 |   0 |1900 |1801 |1900 | 220 | 194k|  29 |3166 | 0.000000e+00 | 1.962100e+04 |    Inf 
1490.43/1490.64	c  1491s|  1950k|  1949k|  1419k|   0.7 |1946M| 673 |   0 |1900 |1801 |1900 | 216 | 194k|  29 |3177 | 0.000000e+00 | 1.962100e+04 |    Inf 
1497.33/1497.50	c  1497s|  1960k|  1959k|  1423k|   0.7 |1956M| 673 |   0 |1900 |1801 |1900 | 212 | 195k|  29 |3186 | 0.000000e+00 | 1.962100e+04 |    Inf 
1503.83/1504.09	c  1504s|  1970k|  1969k|  1426k|   0.7 |1966M| 673 |   0 |1900 |1801 |1900 | 206 | 195k|  29 |3186 | 0.000000e+00 | 1.962100e+04 |    Inf 
1511.34/1511.54	c  1512s|  1980k|  1979k|  1433k|   0.7 |1975M| 673 |   0 |1900 |1801 |1900 | 213 | 196k|  29 |3195 | 0.000000e+00 | 1.962100e+04 |    Inf 
1518.73/1518.97	c  1519s|  1990k|  1989k|  1440k|   0.7 |1985M| 673 |   0 |1900 |1801 |1900 | 218 | 197k|  29 |3266 | 0.000000e+00 | 1.962100e+04 |    Inf 
1526.43/1526.63	c  1527s|  2000k|  1999k|  1446k|   0.7 |1995M| 673 |   0 |1900 |1801 |1900 | 211 | 198k|  29 |3266 | 0.000000e+00 | 1.962100e+04 |    Inf 
1534.04/1534.20	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1534.04/1534.20	c  1534s|  2010k|  2009k|  1452k|   0.7 |2005M| 673 |   0 |1900 |1801 |1900 | 231 | 198k|  29 |3266 | 0.000000e+00 | 1.962100e+04 |    Inf 
1541.73/1541.91	c  1542s|  2020k|  2019k|  1457k|   0.7 |2015M| 673 |   0 |1900 |1801 |1900 | 214 | 199k|  29 |3266 | 0.000000e+00 | 1.962100e+04 |    Inf 
1549.33/1549.55	c  1550s|  2030k|  2029k|  1462k|   0.7 |2025M| 673 |   0 |1900 |1801 |1900 | 214 | 200k|  29 |3268 | 0.000000e+00 | 1.962100e+04 |    Inf 
1557.04/1557.26	c  1557s|  2040k|  2039k|  1471k|   0.7 |2035M| 673 |   0 |1900 |1801 |1900 | 216 | 201k|  29 |3319 | 0.000000e+00 | 1.962100e+04 |    Inf 
1564.53/1564.76	c  1565s|  2050k|  2049k|  1478k|   0.7 |2045M| 673 |   0 |1900 |1801 |1900 | 219 | 202k|  29 |3320 | 0.000000e+00 | 1.962100e+04 |    Inf 
1572.23/1572.42	c  1572s|  2060k|  2059k|  1483k|   0.7 |2055M| 673 |   0 |1900 |1801 |1900 | 241 | 202k|  29 |3320 | 0.000000e+00 | 1.962100e+04 |    Inf 
1579.94/1580.19	c  1580s|  2070k|  2069k|  1489k|   0.7 |2064M| 673 |   0 |1900 |1801 |1900 | 223 | 203k|  29 |3320 | 0.000000e+00 | 1.962100e+04 |    Inf 
1587.73/1587.98	c  1588s|  2080k|  2079k|  1498k|   0.7 |2074M| 673 |   0 |1900 |1801 |1900 | 216 | 204k|  29 |3352 | 0.000000e+00 | 1.962100e+04 |    Inf 
1595.44/1595.64	c  1596s|  2090k|  2089k|  1504k|   0.7 |2084M| 673 |   0 |1900 |1801 |1900 | 222 | 205k|  29 |3381 | 0.000000e+00 | 1.962100e+04 |    Inf 
1603.13/1603.36	c  1603s|  2100k|  2099k|  1508k|   0.7 |2094M| 673 |   0 |1900 |1801 |1900 | 241 | 206k|  29 |3381 | 0.000000e+00 | 1.962100e+04 |    Inf 
1610.73/1610.91	c  1611s|  2110k|  2109k|  1515k|   0.7 |2104M| 673 |   0 |1900 |1801 |1900 | 216 | 207k|  29 |3403 | 0.000000e+00 | 1.962100e+04 |    Inf 
1618.64/1618.80	c  1619s|  2120k|  2119k|  1522k|   0.7 |2114M| 673 |   0 |1900 |1801 |1900 | 224 | 208k|  29 |3403 | 0.000000e+00 | 1.962100e+04 |    Inf 
1626.34/1626.58	c  1627s|  2130k|  2129k|  1529k|   0.7 |2124M| 673 |   0 |1900 |1801 |1900 | 229 | 209k|  29 |3408 | 0.000000e+00 | 1.962100e+04 |    Inf 
1634.14/1634.32	c  1634s|  2140k|  2139k|  1536k|   0.7 |2134M| 673 |   0 |1900 |1801 |1900 | 247 | 210k|  29 |3412 | 0.000000e+00 | 1.962100e+04 |    Inf 
1641.64/1641.81	c  1642s|  2150k|  2149k|  1543k|   0.7 |2144M| 673 |   0 |1900 |1801 |1900 | 215 | 211k|  29 |3424 | 0.000000e+00 | 1.962100e+04 |    Inf 
1649.03/1649.29	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1649.03/1649.29	c  1649s|  2160k|  2159k|  1551k|   0.7 |2153M| 673 |   0 |1900 |1801 |1900 | 219 | 212k|  29 |3444 | 0.000000e+00 | 1.962100e+04 |    Inf 
1656.64/1656.83	c  1657s|  2170k|  2169k|  1558k|   0.7 |2163M| 673 |   0 |1900 |1800 |1900 | 221 | 213k|  29 |3475 | 0.000000e+00 | 1.962100e+04 |    Inf 
1664.34/1664.59	c  1665s|  2180k|  2179k|  1567k|   0.7 |2173M| 673 |   0 |1900 |1800 |1900 | 224 | 214k|  29 |3484 | 0.000000e+00 | 1.962100e+04 |    Inf 
1671.74/1671.98	c  1672s|  2190k|  2189k|  1573k|   0.7 |2183M| 673 |   0 |1900 |1800 |1900 | 230 | 215k|  29 |3486 | 0.000000e+00 | 1.962100e+04 |    Inf 
1679.14/1679.31	c  1679s|  2200k|  2199k|  1579k|   0.7 |2193M| 673 |   0 |1900 |1800 |1900 | 231 | 215k|  29 |3488 | 0.000000e+00 | 1.962100e+04 |    Inf 
1686.63/1686.81	c  1687s|  2210k|  2209k|  1585k|   0.7 |2202M| 673 |   0 |1900 |1800 |1900 | 221 | 216k|  29 |3488 | 0.000000e+00 | 1.962100e+04 |    Inf 
1694.43/1694.67	c  1695s|  2220k|  2219k|  1592k|   0.7 |2212M| 673 |   0 |1900 |1800 |1900 | 234 | 218k|  29 |3490 | 0.000000e+00 | 1.962100e+04 |    Inf 
1702.04/1702.21	c  1702s|  2230k|  2229k|  1598k|   0.7 |2222M| 673 |   0 |1900 |1800 |1900 | 229 | 219k|  29 |3490 | 0.000000e+00 | 1.962100e+04 |    Inf 
1709.74/1709.93	c  1710s|  2240k|  2239k|  1606k|   0.7 |2232M| 673 |   0 |1900 |1800 |1900 | 227 | 220k|  29 |3493 | 0.000000e+00 | 1.962100e+04 |    Inf 
1717.44/1717.60	c  1718s|  2250k|  2249k|  1614k|   0.7 |2242M| 673 |   0 |1900 |1800 |1900 | 221 | 221k|  29 |3504 | 0.000000e+00 | 1.962100e+04 |    Inf 
1725.14/1725.35	c  1725s|  2260k|  2259k|  1621k|   0.7 |2252M| 673 |   0 |1900 |1800 |1900 | 226 | 222k|  29 |3506 | 0.000000e+00 | 1.962100e+04 |    Inf 
1732.83/1733.01	c  1733s|  2270k|  2269k|  1628k|   0.7 |2261M| 673 |   0 |1900 |1800 |1900 | 222 | 223k|  29 |3512 | 0.000000e+00 | 1.962100e+04 |    Inf 
1740.44/1740.67	c  1741s|  2280k|  2279k|  1636k|   0.7 |2271M| 673 |   0 |1900 |1800 |1900 | 217 | 224k|  29 |3515 | 0.000000e+00 | 1.962100e+04 |    Inf 
1748.24/1748.40	c  1748s|  2290k|  2289k|  1643k|   0.7 |2281M| 673 |   0 |1900 |1800 |1900 | 227 | 225k|  29 |3515 | 0.000000e+00 | 1.962100e+04 |    Inf 
1755.84/1756.00	c  1756s|  2300k|  2299k|  1649k|   0.7 |2291M| 673 |   0 |1900 |1800 |1900 | 227 | 225k|  29 |3532 | 0.000000e+00 | 1.962100e+04 |    Inf 
1763.54/1763.70	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1763.54/1763.70	c  1764s|  2310k|  2309k|  1654k|   0.7 |2301M| 673 |   0 |1900 |1800 |1900 | 227 | 226k|  29 |3532 | 0.000000e+00 | 1.962100e+04 |    Inf 
1771.24/1771.42	c  1771s|  2320k|  2319k|  1660k|   0.7 |2311M| 673 |   0 |1900 |1800 |1900 | 221 | 227k|  29 |3552 | 0.000000e+00 | 1.962100e+04 |    Inf 
1778.94/1779.13	c  1779s|  2330k|  2329k|  1667k|   0.7 |2321M| 673 |   0 |1900 |1800 |1900 | 230 | 227k|  29 |3558 | 0.000000e+00 | 1.962100e+04 |    Inf 
1785.94/1786.16	c  1786s|  2340k|  2339k|  1672k|   0.7 |2330M| 673 |   0 |1900 |1800 |1900 | 211 | 228k|  29 |3558 | 0.000000e+00 | 1.962100e+04 |    Inf 
1789.84/1790.00	c 
1789.84/1790.00	c SCIP Status        : solving was interrupted [time limit reached]
1789.84/1790.00	c Solving Time (sec) : 1789.99
1789.84/1790.00	c Solving Nodes      : 2345892
1789.84/1790.00	c Primal Bound       : +1.96210000000000e+04 (100 solutions)
1789.84/1790.00	c Dual Bound         : +0.00000000000000e+00
1789.84/1790.00	c Gap                : infinite
1789.84/1790.01	s SATISFIABLE
1789.84/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 
1789.84/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 
1789.84/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 
1789.84/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 
1789.84/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 
1789.84/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 
1789.84/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 
1789.84/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 
1789.84/1790.01	c SCIP Status        : solving was interrupted [time limit reached]
1789.84/1790.01	c Solving Time       :    1789.99
1789.84/1790.01	c Original Problem   :
1789.84/1790.01	c   Problem name     : HOME/instance-2705743-1278580125.wbo
1789.84/1790.01	c   Variables        : 2000 (1100 binary, 0 integer, 900 implicit integer, 0 continuous)
1789.84/1790.01	c   Constraints      : 1901 initial, 1901 maximal
1789.84/1790.01	c Presolved Problem  :
1789.84/1790.01	c   Problem name     : t_HOME/instance-2705743-1278580125.wbo
1789.84/1790.01	c   Variables        : 1900 (1000 binary, 0 integer, 900 implicit integer, 0 continuous)
1789.84/1790.01	c   Constraints      : 1800 initial, 1819 maximal
1789.84/1790.01	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1789.84/1790.01	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1789.84/1790.01	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1789.84/1790.01	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1789.84/1790.01	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1789.84/1790.01	c   implics          :       0.00          0          0          0          0          0          0          0          0
1789.84/1790.01	c   probing          :       0.02          0          0          0          0          0          0          0          0
1789.84/1790.01	c   linear           :       0.02          0        100          0        900          0        101          0          0
1789.84/1790.01	c   indicator        :       0.00          0          0          0          0          0          0          0          0
1789.84/1790.01	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1789.84/1790.01	c   root node        :          -          0          -          -          0          -          -          -          -
1789.84/1790.01	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1789.84/1790.01	c   integral         :          0          0          0    2455891          0          0          2          0          0       5142
1789.84/1790.01	c   linear           :        900          6    3417681    2453318          0         15     570226     228639          0          0
1789.84/1790.01	c   indicator        :        900          0    3417666    2453318          0          3    2224202          0          0          0
1789.84/1790.01	c   logicor          :          0+         0      15157          0          0          0       1639          0          0          0
1789.84/1790.01	c   countsols        :          0          0          0    2343301          0          0          0          0          0          0
1789.84/1790.01	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1789.84/1790.01	c   integral         :       4.64       0.00       0.00       4.64       0.00
1789.84/1790.01	c   linear           :      72.84       0.00      14.67      58.18       0.00
1789.84/1790.01	c   indicator        :     255.60       0.05      93.92     161.63       0.00
1789.84/1790.01	c   logicor          :       0.02       0.00       0.02       0.00       0.00
1789.84/1790.01	c   countsols        :       0.30       0.00       0.00       0.30       0.00
1789.84/1790.01	c Propagators        :       Time      Calls    Cutoffs    DomReds
1789.84/1790.01	c   vbounds          :       0.65          2          0          0
1789.84/1790.01	c   rootredcost      :       0.63          1          0          0
1789.84/1790.01	c   pseudoobj        :      44.95    3417481          0          0
1789.84/1790.01	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1789.84/1790.01	c   propagation      :       0.00         15         15         23       14.0          0        0.0          -
1789.84/1790.01	c   infeasible LP    :       0.00          3          3          6       20.5          0        0.0          0
1789.84/1790.01	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1789.84/1790.01	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1789.84/1790.01	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1789.84/1790.01	c   applied globally :          -          -          -         29       15.4          -          -          -
1789.84/1790.01	c   applied locally  :          -          -          -          0        0.0          -          -          -
1789.84/1790.01	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1789.84/1790.01	c   cut pool         :       0.00          3          -          -         73          -    (maximal pool size: 264)
1789.84/1790.01	c   redcost          :     104.32    2455893          0          0          0          0
1789.84/1790.01	c   impliedbounds    :       0.00          4          0          0          0          0
1789.84/1790.01	c   intobj           :       0.00          0          0          0          0          0
1789.84/1790.01	c   cgmip            :       0.00          0          0          0          0          0
1789.84/1790.01	c   gomory           :       0.02          4          0          0        195          0
1789.84/1790.01	c   strongcg         :       0.02          4          0          0        372          0
1789.84/1790.01	c   cmir             :       0.01          4          0          0          0          0
1789.84/1790.01	c   flowcover        :       0.02          4          0          0          0          0
1789.84/1790.01	c   clique           :       0.00          1          0          0          0          0
1789.84/1790.01	c   zerohalf         :       0.00          0          0          0          0          0
1789.84/1790.01	c   mcf              :       0.00          1          0          0          0          0
1789.84/1790.01	c   rapidlearning    :       0.06          1          0          0          0          0
1789.84/1790.01	c Pricers            :       Time      Calls       Vars
1789.84/1790.01	c   problem variables:       0.00          0          0
1789.84/1790.01	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1789.84/1790.01	c   relpscost        :       3.97       2573          0          2          0          0       5142
1789.84/1790.01	c   pscost           :       0.00          0          0          0          0          0          0
1789.84/1790.01	c   inference        :     295.68    2343300          0          0          0          0    4686600
1789.84/1790.01	c   mostinf          :       0.00          0          0          0          0          0          0
1789.84/1790.01	c   leastinf         :       0.00          0          0          0          0          0          0
1789.84/1790.01	c   fullstrong       :       0.00          0          0          0          0          0          0
1789.84/1790.01	c   allfullstrong    :       0.00          0          0          0          0          0          0
1789.84/1790.01	c   random           :       0.00          0          0          0          0          0          0
1789.84/1790.01	c Primal Heuristics  :       Time      Calls      Found
1789.84/1790.01	c   LP solutions     :       0.00          -          1
1789.84/1790.01	c   pseudo solutions :       0.00          -          0
1789.84/1790.01	c   intshifting      :       0.01          0          0
1789.84/1790.01	c   feaspump         :       0.01          0          0
1789.84/1790.01	c   oneopt           :       0.52          2          0
1789.84/1790.01	c   crossover        :       0.69         17          5
1789.84/1790.01	c   guideddiving     :      17.46      26029          0
1789.84/1790.01	c   coefdiving       :      17.47      26030          0
1789.84/1790.01	c   pscostdiving     :      17.52      26030          0
1789.84/1790.01	c   fracdiving       :      17.45      26030          0
1789.84/1790.01	c   veclendiving     :      17.56      26030          0
1789.84/1790.01	c   linesearchdiving :      17.46      26030          0
1789.84/1790.01	c   objpscostdiving  :      18.18      26021          0
1789.84/1790.01	c   rootsoldiving    :      18.39      26021          0
1789.84/1790.01	c   trivial          :       0.00          2          1
1789.84/1790.01	c   simplerounding   :       0.75       2576          0
1789.84/1790.01	c   zirounding       :       0.46       1000          0
1789.84/1790.01	c   rounding         :       0.42        674          0
1789.84/1790.01	c   shifting         :       0.09        180          0
1789.84/1790.01	c   twoopt           :       0.00          0          0
1789.84/1790.01	c   fixandinfer      :       0.00          0          0
1789.84/1790.01	c   intdiving        :       0.00          0          0
1789.84/1790.01	c   actconsdiving    :       0.00          0          0
1789.84/1790.01	c   octane           :       0.00          0          0
1789.84/1790.01	c   rens             :       0.01          1          0
1789.84/1790.01	c   rins             :       0.00          0          0
1789.84/1790.01	c   localbranching   :       0.00          0          0
1789.84/1790.01	c   mutation         :       0.00          0          0
1789.84/1790.01	c   dins             :       0.00          0          0
1789.84/1790.01	c   undercover       :       0.00          0          0
1789.84/1790.01	c   nlp              :       0.32          0          0
1789.84/1790.01	c   trysol           :       0.66      26092         93
1789.84/1790.01	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1789.84/1790.01	c   primal LP        :       0.00          0          0       0.00          -
1789.84/1790.01	c   dual LP          :     537.76     278796    1673895       6.00    3112.72
1789.84/1790.01	c   lex dual LP      :       0.00          0          0       0.00          -
1789.84/1790.01	c   barrier LP       :       0.00          0          0       0.00          -
1789.84/1790.01	c   diving/probing LP:       0.05         67        400       5.97    8344.46
1789.84/1790.01	c   strong branching :       3.95       3558      84109      23.64   21311.74
1789.84/1790.01	c     (at root node) :          -         33       7793     236.15          -
1789.84/1790.01	c   conflict analysis:       0.00          0          0       0.00          -
1789.84/1790.01	c B&B Tree           :
1789.84/1790.01	c   number of runs   :          1
1789.84/1790.01	c   nodes            :    2345892
1789.84/1790.01	c   nodes (total)    :    2345892
1789.84/1790.01	c   nodes left       :    2345811
1789.84/1790.01	c   max depth        :        673
1789.84/1790.01	c   max depth (total):        673
1789.84/1790.01	c   backtracks       :      26082 (1.1%)
1789.84/1790.01	c   delayed cutoffs  :          2
1789.84/1790.01	c   repropagations   :        121 (99 domain reductions, 1 cutoffs)
1789.84/1790.01	c   avg switch length:       2.22
1789.84/1790.01	c   switching time   :      47.82
1789.84/1790.01	c Solution           :
1789.84/1790.01	c   Solutions found  :        100 (2 improvements)
1789.84/1790.01	c   First Solution   : +4.44854000000000e+05   (in run 1, after 1 nodes, 0.04 seconds, depth 0, found by <trivial>)
1789.84/1790.01	c   Primal Bound     : +1.96210000000000e+04   (in run 1, after 11404 nodes, 11.30 seconds, depth 541, found by <relaxation>)
1789.84/1790.01	c   Dual Bound       : +0.00000000000000e+00
1789.84/1790.01	c   Gap              :   infinite
1789.84/1790.01	c   Root Dual Bound  : +0.00000000000000e+00
1789.84/1790.01	c   Root Iterations  :        302
1793.85/1794.09	c Time complete: 1793.94.

Verifier Data

OK	19621

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2705743-1278580125/watcher-2705743-1278580125 -o /tmp/evaluation-result-2705743-1278580125/solver-2705743-1278580125 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2705743-1278580125.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.99 4/176 22296
/proc/meminfo: memFree=28642536/32951132 swapFree=67111528/67111528
[pid=22296] ppid=22294 vsize=12332 CPUtime=0
/proc/22296/stat : 22296 (pbscip.linux.x8) R 22294 22296 21716 0 -1 4202496 1925 0 0 0 0 0 0 0 20 0 1 0 26225962 12627968 1843 4089446400 4194304 10345943 140734807009280 18446744073709551615 9107500 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/22296/statm: 3083 1849 429 1502 0 1576 0

[startup+0.095167 s]
/proc/loadavg: 2.00 2.00 1.99 4/176 22296
/proc/meminfo: memFree=28642536/32951132 swapFree=67111528/67111528
[pid=22296] ppid=22294 vsize=40252 CPUtime=0.09
/proc/22296/stat : 22296 (pbscip.linux.x8) R 22294 22296 21716 0 -1 4202496 8943 0 0 0 8 1 0 0 20 0 1 0 26225962 41218048 8507 4089446400 4194304 10345943 140734807009280 18446744073709551615 9186026 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/22296/statm: 10063 8507 636 1502 0 8556 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 40252

[startup+0.101169 s]
/proc/loadavg: 2.00 2.00 1.99 4/176 22296
/proc/meminfo: memFree=28642536/32951132 swapFree=67111528/67111528
[pid=22296] ppid=22294 vsize=40252 CPUtime=0.09
/proc/22296/stat : 22296 (pbscip.linux.x8) R 22294 22296 21716 0 -1 4202496 8951 0 0 0 8 1 0 0 20 0 1 0 26225962 41218048 8515 4089446400 4194304 10345943 140734807009280 18446744073709551615 9186026 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/22296/statm: 10063 8515 636 1502 0 8556 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 40252

[startup+0.30012 s]
/proc/loadavg: 2.00 2.00 1.99 4/176 22296
/proc/meminfo: memFree=28642536/32951132 swapFree=67111528/67111528
[pid=22296] ppid=22294 vsize=42660 CPUtime=0.29
/proc/22296/stat : 22296 (pbscip.linux.x8) R 22294 22296 21716 0 -1 4202496 10157 0 0 0 27 2 0 0 20 0 1 0 26225962 43683840 9215 4089446400 4194304 10345943 140734807009280 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/22296/statm: 10665 9215 750 1502 0 9158 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 42660

[startup+0.701065 s]
/proc/loadavg: 2.00 2.00 1.99 4/176 22296
/proc/meminfo: memFree=28642536/32951132 swapFree=67111528/67111528
[pid=22296] ppid=22294 vsize=42660 CPUtime=0.69
/proc/22296/stat : 22296 (pbscip.linux.x8) R 22294 22296 21716 0 -1 4202496 10164 0 0 0 66 3 0 0 21 0 1 0 26225962 43683840 9222 4089446400 4194304 10345943 140734807009280 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22296/statm: 10665 9222 757 1502 0 9158 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 42660

[startup+1.50093 s]
/proc/loadavg: 2.00 2.00 1.99 3/177 22297
/proc/meminfo: memFree=28609008/32951132 swapFree=67111528/67111528
[pid=22296] ppid=22294 vsize=42660 CPUtime=1.49
/proc/22296/stat : 22296 (pbscip.linux.x8) R 22294 22296 21716 0 -1 4202496 10166 0 0 0 144 5 0 0 23 0 1 0 26225962 43683840 9224 4089446400 4194304 10345943 140734807009280 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22296/statm: 10665 9224 759 1502 0 9158 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 42660

[startup+3.10065 s]
/proc/loadavg: 2.00 2.00 1.99 3/177 22297
/proc/meminfo: memFree=28606280/32951132 swapFree=67111528/67111528
[pid=22296] ppid=22294 vsize=41196 CPUtime=3.09
/proc/22296/stat : 22296 (pbscip.linux.x8) R 22294 22296 21716 0 -1 4202496 10866 0 0 0 301 8 0 0 25 0 1 0 26225962 42184704 9167 4089446400 4194304 10345943 140734807009280 18446744073709551615 4999734 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22296/statm: 10299 9167 760 1502 0 8792 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 41196

[startup+6.30109 s]
/proc/loadavg: 2.08 2.02 2.00 3/177 22297
/proc/meminfo: memFree=28606396/32951132 swapFree=67111528/67111528
[pid=22296] ppid=22294 vsize=41728 CPUtime=6.11
/proc/22296/stat : 22296 (pbscip.linux.x8) R 22294 22296 21716 0 -1 4202496 13231 0 0 0 600 11 0 0 25 0 1 0 26225962 42729472 9318 4089446400 4194304 10345943 140734807009280 18446744073709551615 4729215 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/22296/statm: 10432 9318 764 1502 0 8925 0
Current children cumulated CPU time (s) 6.11
Current children cumulated vsize (KiB) 41728

[startup+12.701 s]
/proc/loadavg: 2.07 2.02 2.00 3/177 22297
/proc/meminfo: memFree=28588108/32951132 swapFree=67111528/67111528
[pid=22296] ppid=22294 vsize=60488 CPUtime=12.51
/proc/22296/stat : 22296 (pbscip.linux.x8) R 22294 22296 21716 0 -1 4202496 22718 0 0 0 1237 14 0 0 25 0 1 0 26225962 61939712 13839 4089446400 4194304 10345943 140734807009280 18446744073709551615 4749704 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/22296/statm: 15122 13839 765 1502 0 13615 0
Current children cumulated CPU time (s) 12.51
Current children cumulated vsize (KiB) 60488

[startup+25.5008 s]
/proc/loadavg: 2.06 2.01 2.00 3/177 22297
/proc/meminfo: memFree=28582196/32951132 swapFree=67111528/67111528
[pid=22296] ppid=22294 vsize=64480 CPUtime=25.31
/proc/22296/stat : 22296 (pbscip.linux.x8) R 22294 22296 21716 0 -1 4202496 28260 0 0 0 2514 17 0 0 25 0 1 0 26225962 66027520 14442 4089446400 4194304 10345943 140734807009280 18446744073709551615 4749694 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/22296/statm: 16120 14442 765 1502 0 14613 0
Current children cumulated CPU time (s) 25.31
Current children cumulated vsize (KiB) 64480

[startup+51.1003 s]
/proc/loadavg: 1.69 1.93 1.97 2/169 22319
/proc/meminfo: memFree=29340172/32951132 swapFree=67111528/67111528
[pid=22296] ppid=22294 vsize=97668 CPUtime=50.91
/proc/22296/stat : 22296 (pbscip.linux.x8) R 22294 22296 21716 0 -1 4202496 39235 0 0 0 5068 23 0 0 25 0 1 0 26225962 100012032 22810 4089446400 4194304 10345943 140734807009280 18446744073709551615 4476294 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/22296/statm: 24417 22810 765 1502 0 22910 0
Current children cumulated CPU time (s) 50.91
Current children cumulated vsize (KiB) 97668

[startup+102.306 s]
/proc/loadavg: 1.30 1.79 1.91 2/169 22320
/proc/meminfo: memFree=29271192/32951132 swapFree=67111528/67111528
[pid=22296] ppid=22294 vsize=166488 CPUtime=102.12
/proc/22296/stat : 22296 (pbscip.linux.x8) R 22294 22296 21716 0 -1 4202496 59421 0 0 0 10176 36 0 0 25 0 1 0 26225962 170483712 39912 4089446400 4194304 10345943 140734807009280 18446744073709551615 8160003 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/22296/statm: 41622 39912 765 1502 0 40115 0
Current children cumulated CPU time (s) 102.12
Current children cumulated vsize (KiB) 166488

[startup+162.301 s]
/proc/loadavg: 1.11 1.64 1.86 2/169 22322
/proc/meminfo: memFree=29197472/32951132 swapFree=67111528/67111528
[pid=22296] ppid=22294 vsize=244556 CPUtime=162.11
/proc/22296/stat : 22296 (pbscip.linux.x8) R 22294 22296 21716 0 -1 4202496 77862 0 0 0 16162 49 0 0 25 0 1 0 26225962 250425344 58353 4089446400 4194304 10345943 140734807009280 18446744073709551615 4796486 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/22296/statm: 61139 58353 765 1502 0 59632 0
Current children cumulated CPU time (s) 162.11
Current children cumulated vsize (KiB) 244556

[startup+222.301 s]
/proc/loadavg: 1.04 1.52 1.80 2/169 22324
/proc/meminfo: memFree=29123752/32951132 swapFree=67111528/67111528
[pid=22296] ppid=22294 vsize=317300 CPUtime=222.11
/proc/22296/stat : 22296 (pbscip.linux.x8) R 22294 22296 21716 0 -1 4202496 98357 0 0 0 22147 64 0 0 25 0 1 0 26225962 324915200 76759 4089446400 4194304 10345943 140734807009280 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/22296/statm: 79325 76759 765 1502 0 77818 0
Current children cumulated CPU time (s) 222.11
Current children cumulated vsize (KiB) 317300

[startup+282.3 s]
/proc/loadavg: 1.01 1.42 1.75 2/169 22325
/proc/meminfo: memFree=29050916/32951132 swapFree=67111528/67111528
[pid=22296] ppid=22294 vsize=390888 CPUtime=282.11
/proc/22296/stat : 22296 (pbscip.linux.x8) R 22294 22296 21716 0 -1 4202496 116723 0 0 0 28133 78 0 0 25 0 1 0 26225962 400269312 95124 4089446400 4194304 10345943 140734807009280 18446744073709551615 4447931 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/22296/statm: 97722 95124 765 1502 0 96215 0
Current children cumulated CPU time (s) 282.11
Current children cumulated vsize (KiB) 390888

[startup+342.301 s]
/proc/loadavg: 1.00 1.34 1.70 2/169 22327
/proc/meminfo: memFree=28975452/32951132 swapFree=67111528/67111528
[pid=22296] ppid=22294 vsize=465456 CPUtime=342.11
/proc/22296/stat : 22296 (pbscip.linux.x8) R 22294 22296 21716 0 -1 4202496 135318 0 0 0 34117 94 0 0 25 0 1 0 26225962 476626944 113718 4089446400 4194304 10345943 140734807009280 18446744073709551615 6003041 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/22296/statm: 116364 113718 765 1502 0 114857 0
Current children cumulated CPU time (s) 342.11
Current children cumulated vsize (KiB) 465456

[startup+402.301 s]
/proc/loadavg: 1.00 1.28 1.65 2/169 22328
/proc/meminfo: memFree=28901624/32951132 swapFree=67111528/67111528
[pid=22296] ppid=22294 vsize=549188 CPUtime=402.11
/proc/22296/stat : 22296 (pbscip.linux.x8) R 22294 22296 21716 0 -1 4202496 156450 0 0 0 40102 109 0 0 25 0 1 0 26225962 562368512 132682 4089446400 4194304 10345943 140734807009280 18446744073709551615 6119418 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/22296/statm: 137297 132682 765 1502 0 135790 0
Current children cumulated CPU time (s) 402.11
Current children cumulated vsize (KiB) 549188

[startup+462.3 s]
/proc/loadavg: 1.00 1.23 1.61 2/169 22330
/proc/meminfo: memFree=28825312/32951132 swapFree=67111528/67111528
[pid=22296] ppid=22294 vsize=623572 CPUtime=462.12
/proc/22296/stat : 22296 (pbscip.linux.x8) R 22294 22296 21716 0 -1 4202496 175160 0 0 0 46089 123 0 0 25 0 1 0 26225962 638537728 151392 4089446400 4194304 10345943 140734807009280 18446744073709551615 6003041 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/22296/statm: 155893 151392 765 1502 0 154386 0
Current children cumulated CPU time (s) 462.12
Current children cumulated vsize (KiB) 623572

[startup+522.301 s]
/proc/loadavg: 1.00 1.18 1.57 2/169 22332
/proc/meminfo: memFree=28747644/32951132 swapFree=67111528/67111528
[pid=22296] ppid=22294 vsize=701104 CPUtime=522.12
/proc/22296/stat : 22296 (pbscip.linux.x8) R 22294 22296 21716 0 -1 4202496 194363 0 0 0 52077 135 0 0 25 0 1 0 26225962 717930496 170595 4089446400 4194304 10345943 140734807009280 18446744073709551615 4688047 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/22296/statm: 175276 170595 765 1502 0 173769 0
Current children cumulated CPU time (s) 522.12
Current children cumulated vsize (KiB) 701104

[startup+582.3 s]
/proc/loadavg: 1.00 1.15 1.53 2/169 22333
/proc/meminfo: memFree=28671084/32951132 swapFree=67111528/67111528
[pid=22296] ppid=22294 vsize=778996 CPUtime=582.12
/proc/22296/stat : 22296 (pbscip.linux.x8) R 22294 22296 21716 0 -1 4202496 213802 0 0 0 58065 147 0 0 25 0 1 0 26225962 797691904 190034 4089446400 4194304 10345943 140734807009280 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/22296/statm: 194749 190034 765 1502 0 193242 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 778996

[startup+642.301 s]
/proc/loadavg: 1.00 1.12 1.49 2/169 22335
/proc/meminfo: memFree=28591300/32951132 swapFree=67111528/67111528
[pid=22296] ppid=22294 vsize=857400 CPUtime=642.12
/proc/22296/stat : 22296 (pbscip.linux.x8) R 22294 22296 21716 0 -1 4202496 233298 0 0 0 64048 164 0 0 25 0 1 0 26225962 877977600 209530 4089446400 4194304 10345943 140734807009280 18446744073709551615 8160344 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/22296/statm: 214350 209530 765 1502 0 212843 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 857400

[startup+702.301 s]

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

/proc/meminfo: memFree=27941520/32951132 swapFree=67111528/67111528
[pid=22296] ppid=22294 vsize=1523156 CPUtime=1122.12
/proc/22296/stat : 22296 (pbscip.linux.x8) R 22294 22296 21716 0 -1 4202496 397683 0 0 0 111942 270 0 0 25 0 1 0 26225962 1559711744 371746 4089446400 4194304 10345943 140734807009280 18446744073709551615 8744785 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/22296/statm: 380789 371746 765 1502 0 379282 0
Current children cumulated CPU time (s) 1122.12
Current children cumulated vsize (KiB) 1523156

[startup+1182.3 s]
/proc/loadavg: 1.00 1.01 1.26 2/169 22352
/proc/meminfo: memFree=27866564/32951132 swapFree=67111528/67111528
[pid=22296] ppid=22294 vsize=1598664 CPUtime=1182.12
/proc/22296/stat : 22296 (pbscip.linux.x8) R 22294 22296 21716 0 -1 4202496 416603 0 0 0 117928 284 0 0 25 0 1 0 26225962 1637031936 390666 4089446400 4194304 10345943 140734807009280 18446744073709551615 8159771 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/22296/statm: 399666 390666 765 1502 0 398159 0
Current children cumulated CPU time (s) 1182.12
Current children cumulated vsize (KiB) 1598664

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.24 2/169 22354
/proc/meminfo: memFree=27787280/32951132 swapFree=67111528/67111528
[pid=22296] ppid=22294 vsize=1678616 CPUtime=1242.13
/proc/22296/stat : 22296 (pbscip.linux.x8) R 22294 22296 21716 0 -1 4202496 436337 0 0 0 123917 296 0 0 25 0 1 0 26225962 1718902784 410400 4089446400 4194304 10345943 140734807009280 18446744073709551615 6777390 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/22296/statm: 419654 410400 765 1502 0 418147 0
Current children cumulated CPU time (s) 1242.13
Current children cumulated vsize (KiB) 1678616

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.22 2/169 22355
/proc/meminfo: memFree=27708496/32951132 swapFree=67111528/67111528
[pid=22296] ppid=22294 vsize=1755568 CPUtime=1302.14
/proc/22296/stat : 22296 (pbscip.linux.x8) R 22294 22296 21716 0 -1 4202496 457650 0 0 0 129905 309 0 0 25 0 1 0 26225962 1797701632 429750 4089446400 4194304 10345943 140734807009280 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/22296/statm: 438892 429750 765 1502 0 437385 0
Current children cumulated CPU time (s) 1302.14
Current children cumulated vsize (KiB) 1755568

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.20 2/169 22357
/proc/meminfo: memFree=27631940/32951132 swapFree=67111528/67111528
[pid=22296] ppid=22294 vsize=1832756 CPUtime=1362.13
/proc/22296/stat : 22296 (pbscip.linux.x8) R 22294 22296 21716 0 -1 4202496 476940 0 0 0 135889 324 0 0 25 0 1 0 26225962 1876742144 449040 4089446400 4194304 10345943 140734807009280 18446744073709551615 6002264 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/22296/statm: 458189 449040 765 1502 0 456682 0
Current children cumulated CPU time (s) 1362.13
Current children cumulated vsize (KiB) 1832756

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 1.18 2/169 22359
/proc/meminfo: memFree=27551040/32951132 swapFree=67111528/67111528
[pid=22296] ppid=22294 vsize=1911536 CPUtime=1422.14
/proc/22296/stat : 22296 (pbscip.linux.x8) R 22294 22296 21716 0 -1 4202496 496935 0 0 0 141879 335 0 0 25 0 1 0 26225962 1957412864 469034 4089446400 4194304 10345943 140734807009280 18446744073709551615 5926585 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/22296/statm: 477884 469034 765 1502 0 476377 0
Current children cumulated CPU time (s) 1422.14
Current children cumulated vsize (KiB) 1911536

[startup+1482.3 s]
/proc/loadavg: 1.05 1.01 1.18 2/169 22360
/proc/meminfo: memFree=27470008/32951132 swapFree=67111528/67111528
[pid=22296] ppid=22294 vsize=1995400 CPUtime=1482.13
/proc/22296/stat : 22296 (pbscip.linux.x8) R 22294 22296 21716 0 -1 4202496 517630 0 0 0 147864 349 0 0 25 0 1 0 26225962 2043289600 489729 4089446400 4194304 10345943 140734807009280 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/22296/statm: 498850 489729 765 1502 0 497343 0
Current children cumulated CPU time (s) 1482.13
Current children cumulated vsize (KiB) 1995400

[startup+1542.3 s]
/proc/loadavg: 1.02 1.01 1.16 2/169 22362
/proc/meminfo: memFree=27388856/32951132 swapFree=67111528/67111528
[pid=22296] ppid=22294 vsize=2075232 CPUtime=1542.14
/proc/22296/stat : 22296 (pbscip.linux.x8) R 22294 22296 21716 0 -1 4202496 537423 0 0 0 153851 363 0 0 25 0 1 0 26225962 2125037568 509522 4089446400 4194304 10345943 140734807009280 18446744073709551615 4696469 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/22296/statm: 518808 509522 765 1502 0 517301 0
Current children cumulated CPU time (s) 1542.14
Current children cumulated vsize (KiB) 2075232

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.15 2/169 22363
/proc/meminfo: memFree=27309440/32951132 swapFree=67111528/67111528
[pid=22296] ppid=22294 vsize=2187464 CPUtime=1602.13
/proc/22296/stat : 22296 (pbscip.linux.x8) R 22294 22296 21716 0 -1 4202496 557308 0 0 0 159836 377 0 0 25 0 1 0 26225962 2239963136 529406 4089446400 4194304 10345943 140734807009280 18446744073709551615 4881893 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/22296/statm: 546866 529406 765 1502 0 545359 0
Current children cumulated CPU time (s) 1602.13
Current children cumulated vsize (KiB) 2187464

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.14 2/169 22365
/proc/meminfo: memFree=27230016/32951132 swapFree=67111528/67111528
[pid=22296] ppid=22294 vsize=2266916 CPUtime=1662.13
/proc/22296/stat : 22296 (pbscip.linux.x8) R 22294 22296 21716 0 -1 4202496 577088 0 0 0 165822 391 0 0 25 0 1 0 26225962 2321321984 549186 4089446400 4194304 10345943 140734807009280 18446744073709551615 6866167 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/22296/statm: 566729 549186 765 1502 0 565222 0
Current children cumulated CPU time (s) 1662.13
Current children cumulated vsize (KiB) 2266916

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.13 2/169 22367
/proc/meminfo: memFree=27155192/32951132 swapFree=67111528/67111528
[pid=22296] ppid=22294 vsize=2342096 CPUtime=1722.13
/proc/22296/stat : 22296 (pbscip.linux.x8) R 22294 22296 21716 0 -1 4202496 595647 0 0 0 171810 403 0 0 25 0 1 0 26225962 2398306304 567745 4089446400 4194304 10345943 140734807009280 18446744073709551615 5926585 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/22296/statm: 585524 567745 765 1502 0 584017 0
Current children cumulated CPU time (s) 1722.13
Current children cumulated vsize (KiB) 2342096

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.12 2/169 22368
/proc/meminfo: memFree=27077392/32951132 swapFree=67111528/67111528
[pid=22296] ppid=22294 vsize=2420456 CPUtime=1782.14
/proc/22296/stat : 22296 (pbscip.linux.x8) R 22294 22296 21716 0 -1 4202496 615298 0 0 0 177798 416 0 0 25 0 1 0 26225962 2478546944 587396 4089446400 4194304 10345943 140734807009280 18446744073709551615 6119453 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/22296/statm: 605114 587396 765 1502 0 603607 0
Current children cumulated CPU time (s) 1782.14
Current children cumulated vsize (KiB) 2420456

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

[startup+1785.5 s]
/proc/loadavg: 1.00 1.00 1.12 2/169 22368
/proc/meminfo: memFree=27071688/32951132 swapFree=67111528/67111528
[pid=22296] ppid=22294 vsize=2424744 CPUtime=1785.34
/proc/22296/stat : 22296 (pbscip.linux.x8) R 22294 22296 21716 0 -1 4202496 616425 0 0 0 178117 417 0 0 25 0 1 0 26225962 2482937856 588523 4089446400 4194304 10345943 140734807009280 18446744073709551615 5012587 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/22296/statm: 606186 588523 765 1502 0 604679 0
Current children cumulated CPU time (s) 1785.34
Current children cumulated vsize (KiB) 2424744

[startup+1788.7 s]
/proc/loadavg: 1.00 1.00 1.12 2/169 22368
/proc/meminfo: memFree=27067716/32951132 swapFree=67111528/67111528
[pid=22296] ppid=22294 vsize=2428700 CPUtime=1788.53
/proc/22296/stat : 22296 (pbscip.linux.x8) R 22294 22296 21716 0 -1 4202496 617420 0 0 0 178436 417 0 0 25 0 1 0 26225962 2486988800 589518 4089446400 4194304 10345943 140734807009280 18446744073709551615 4467971 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/22296/statm: 607175 589518 765 1502 0 605668 0
Current children cumulated CPU time (s) 1788.53
Current children cumulated vsize (KiB) 2428700

[startup+1791.91 s]
/proc/loadavg: 1.00 1.00 1.12 2/169 22369
/proc/meminfo: memFree=27065724/32951132 swapFree=67111528/67111528
[pid=22296] ppid=22294 vsize=2430232 CPUtime=1791.75
/proc/22296/stat : 22296 (pbscip.linux.x8) R 22294 22296 21716 0 -1 4202496 617929 0 0 0 178757 418 0 0 25 0 1 0 26225962 2488557568 590027 4089446400 4194304 10345943 140734807009280 18446744073709551615 4723516 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/22296/statm: 607558 590027 769 1502 0 606051 0
Current children cumulated CPU time (s) 1791.75
Current children cumulated vsize (KiB) 2430232

[startup+1792.7 s]
/proc/loadavg: 1.00 1.00 1.12 2/169 22369
/proc/meminfo: memFree=27065724/32951132 swapFree=67111528/67111528
[pid=22296] ppid=22294 vsize=2430232 CPUtime=1792.54
/proc/22296/stat : 22296 (pbscip.linux.x8) R 22294 22296 21716 0 -1 4202496 617929 0 0 0 178836 418 0 0 25 0 1 0 26225962 2488557568 590027 4089446400 4194304 10345943 140734807009280 18446744073709551615 6325130 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/22296/statm: 607558 590027 769 1502 0 606051 0
Current children cumulated CPU time (s) 1792.54
Current children cumulated vsize (KiB) 2430232

[startup+1793.5 s]
/proc/loadavg: 1.00 1.00 1.12 2/169 22369
/proc/meminfo: memFree=27065832/32951132 swapFree=67111528/67111528
[pid=22296] ppid=22294 vsize=2430232 CPUtime=1793.34
/proc/22296/stat : 22296 (pbscip.linux.x8) R 22294 22296 21716 0 -1 4202496 617929 0 0 0 178916 418 0 0 25 0 1 0 26225962 2488557568 590027 4089446400 4194304 10345943 140734807009280 18446744073709551615 6325130 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/22296/statm: 607558 590027 769 1502 0 606051 0
Current children cumulated CPU time (s) 1793.34
Current children cumulated vsize (KiB) 2430232

[startup+1793.9 s]
/proc/loadavg: 1.00 1.00 1.12 2/169 22369
/proc/meminfo: memFree=27065832/32951132 swapFree=67111528/67111528
[pid=22296] ppid=22294 vsize=2430232 CPUtime=1793.74
/proc/22296/stat : 22296 (pbscip.linux.x8) R 22294 22296 21716 0 -1 4202496 617929 0 0 0 178956 418 0 0 25 0 1 0 26225962 2488557568 590027 4089446400 4194304 10345943 140734807009280 18446744073709551615 6324933 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/22296/statm: 607558 590027 769 1502 0 606051 0
Current children cumulated CPU time (s) 1793.74
Current children cumulated vsize (KiB) 2430232

[startup+1794 s]
/proc/loadavg: 1.00 1.00 1.12 2/169 22369
/proc/meminfo: memFree=27065832/32951132 swapFree=67111528/67111528
[pid=22296] ppid=22294 vsize=2430232 CPUtime=1793.85
/proc/22296/stat : 22296 (pbscip.linux.x8) R 22294 22296 21716 0 -1 4202496 617929 0 0 0 178967 418 0 0 25 0 1 0 26225962 2488557568 590027 4089446400 4194304 10345943 140734807009280 18446744073709551615 4664399 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/22296/statm: 607558 590027 769 1502 0 606051 0
Current children cumulated CPU time (s) 1793.85
Current children cumulated vsize (KiB) 2430232

Child status: 0
Real time (s): 1794.1
CPU time (s): 1793.95
CPU user time (s): 1789.68
CPU system time (s): 4.26135
CPU usage (%): 99.9915
Max. virtual memory (cumulated for all children) (KiB): 2430232

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1789.68
system time used= 4.26135
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 617932
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= 1
involuntary context switches= 1125

runsolver used 2.33564 second user time and 5.85011 second system time

The end

Launcher Data

Begin job on node128 at 2010-07-08 11:08:45
IDJOB=2705743
IDBENCH=79407
IDSOLVER=1214
FILE ID=node128/2705743-1278580125
PBS_JOBID= 11240198
Free space on /tmp= 73128 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-jnh304_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-2705743-1278580125/watcher-2705743-1278580125 -o /tmp/evaluation-result-2705743-1278580125/solver-2705743-1278580125 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2705743-1278580125.wbo -t 1800 -m 3800

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

MD5SUM BENCH= 4141aec8f84b614aac5b3a0221093342
RANDOM SEED=184596561

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      28643188 kB
Buffers:        150872 kB
Cached:        3147056 kB
SwapCached:          0 kB
Active:        2211260 kB
Inactive:      1917108 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      28643188 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           12836 kB
Writeback:           8 kB
AnonPages:      830480 kB
Mapped:          17884 kB
Slab:           113900 kB
PageTables:       6224 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:   979916 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73128 MiB
End job on node128 at 2010-07-08 11:38:40