Trace number 2699936

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
SCIPspx SCIP 1.2.1.2 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solverMSAT (TO) 1802.14 1803.19

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/wcsp/jnh/
normalized-jnh301_wcsp.wbo
MD5SUM43b9aaaba58886f82a61abd15f4e868b
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark0.199969
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 constraint14
Top cost 444855
Min constraint cost 1
Max constraint cost 1000
Sum of constraints costs 444854
Biggest number in a constraint 13
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 27
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.2 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.4.2] [Expressions interpreter: NONE]
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-2699936-1278533857.wbo>
0.00/0.01	c original problem has 2000 variables (1100 bin, 0 int, 0 impl, 900 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, 1100 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, 1100 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  1100 implications, 0 cliques
0.00/0.06	c presolved problem has 1900 variables (1000 bin, 0 int, 0 impl, 900 cont) and 1800 constraints
0.00/0.06	c     900 constraints of type <indicator>
0.00/0.06	c     900 constraints of type <linear>
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.2
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 = 1799.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 # 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 # 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.1s|     1 |     0 |     0 |     - |6474k|   0 |   - |1900 |1800 |   0 |   0 |   0 |   0 |   0 |      --      | 4.448540e+05 |    Inf 
0.00/0.07	c   0.1s|     1 |     0 |     0 |     - |6896k|   0 |   0 |1900 |1800 |1900 |   0 |   0 |   0 |   0 | 0.000000e+00 | 4.448540e+05 |    Inf 
0.00/0.07	c   0.1s|     1 |     0 |    21 |     - |6922k|   0 |   0 |1900 |1800 |1900 |  41 |  41 |   0 |   0 | 0.000000e+00 | 4.448540e+05 |    Inf 
0.00/0.07	c   0.1s|     1 |     0 |    67 |     - |6961k|   0 |  18 |1900 |1800 |1900 |  67 |  67 |   0 |   0 | 0.000000e+00 | 4.448540e+05 |    Inf 
0.00/0.08	c   0.1s|     1 |     0 |   102 |     - |7029k|   0 |  58 |1900 |1800 |1900 | 110 | 110 |   0 |   0 | 0.000000e+00 | 4.448540e+05 |    Inf 
0.00/0.09	c   0.1s|     1 |     0 |   129 |     - |7090k|   0 |  63 |1900 |1800 |1900 | 124 | 124 |   0 |   0 | 0.000000e+00 | 4.448540e+05 |    Inf 
0.09/0.10	c   0.1s|     1 |     0 |   152 |     - |7136k|   0 |  68 |1900 |1800 |1900 | 132 | 132 |   0 |   0 | 0.000000e+00 | 4.448540e+05 |    Inf 
0.09/0.12	c   0.1s|     1 |     0 |   154 |     - |7162k|   0 |  68 |1900 |1800 |1900 | 134 | 134 |   0 |   0 | 0.000000e+00 | 4.448540e+05 |    Inf 
0.19/0.22	c   0.2s|     1 |     2 |   253 |     - |7214k|   0 |  68 |1900 |1800 |1900 | 134 | 134 |   0 |  33 | 0.000000e+00 | 4.448540e+05 |    Inf 
10.09/10.12	c   9.9s| 10000 | 10001 | 33227 |   3.3 |  20M| 247 |   0 |1900 |1800 |1900 | 250 |9384 |   0 | 791 | 0.000000e+00 | 4.448540e+05 |    Inf 
18.09/18.15	c  17.8s| 20000 | 20001 | 55152 |   2.8 |  30M| 247 |   0 |1900 |1800 |1900 | 265 |  16k|   0 | 791 | 0.000000e+00 | 4.448540e+05 |    Inf 
25.99/26.05	c  25.5s| 30000 | 29999 | 78279 |   2.6 |  40M| 247 |   0 |1900 |1804 |1900 | 186 |  22k|   4 | 791 | 0.000000e+00 | 4.448540e+05 |    Inf 
33.89/33.97	c  33.3s| 40000 | 39999 | 98886 |   2.5 |  51M| 247 |   0 |1900 |1804 |1900 | 276 |  28k|   4 | 791 | 0.000000e+00 | 4.448540e+05 |    Inf 
41.80/41.88	c  41.1s| 50000 | 49999 |122924 |   2.5 |  61M| 247 |   0 |1900 |1804 |1900 | 266 |  36k|   4 | 813 | 0.000000e+00 | 4.448540e+05 |    Inf 
49.90/49.96	c  49.0s| 60000 | 59997 |146450 |   2.4 |  71M| 247 |   0 |1900 |1809 |1900 | 193 |  44k|   9 | 884 | 0.000000e+00 | 4.448540e+05 |    Inf 
57.79/57.82	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
57.79/57.82	c  56.7s| 70000 | 69997 |167440 |   2.4 |  81M| 247 |   0 |1900 |1809 |1900 | 226 |  50k|   9 | 971 | 0.000000e+00 | 4.448540e+05 |    Inf 
65.80/65.88	c  64.6s| 80000 | 79997 |189706 |   2.4 |  92M| 247 |   0 |1900 |1809 |1900 | 228 |  58k|   9 |1064 | 0.000000e+00 | 4.448540e+05 |    Inf 
73.60/73.70	c  72.3s| 90000 | 89997 |207083 |   2.3 | 102M| 247 |   0 |1900 |1809 |1900 | 188 |  64k|   9 |1148 | 0.000000e+00 | 4.448540e+05 |    Inf 
81.59/81.60	c  80.1s|100000 | 99997 |224489 |   2.2 | 112M| 247 |   0 |1900 |1809 |1900 | 256 |  70k|   9 |1221 | 0.000000e+00 | 4.448540e+05 |    Inf 
89.39/89.42	c  87.7s|110000 |109997 |240624 |   2.2 | 122M| 247 |   0 |1900 |1809 |1900 | 235 |  75k|   9 |1276 | 0.000000e+00 | 4.448540e+05 |    Inf 
97.19/97.25	c  95.4s|120000 |119997 |258622 |   2.2 | 132M| 247 |  22 |1900 |1809 |1900 | 150 |  82k|   9 |1373 | 0.000000e+00 | 4.448540e+05 |    Inf 
104.90/104.97	c   103s|130000 |129997 |277414 |   2.1 | 143M| 247 |   0 |1900 |1809 |1900 | 274 |  88k|   9 |1419 | 0.000000e+00 | 4.448540e+05 |    Inf 
112.90/112.93	c   111s|140000 |139995 |298215 |   2.1 | 153M| 247 |   0 |1900 |1818 |1900 | 265 |  95k|  18 |1501 | 0.000000e+00 | 4.448540e+05 |    Inf 
120.90/120.90	c   119s|150000 |149995 |324007 |   2.2 | 163M| 247 |   0 |1900 |1817 |1900 | 273 | 103k|  18 |1586 | 0.000000e+00 | 4.448540e+05 |    Inf 
128.70/128.79	c   126s|160000 |159993 |343605 |   2.1 | 173M| 247 |   0 |1900 |1820 |1900 | 249 | 109k|  21 |1633 | 0.000000e+00 | 4.448540e+05 |    Inf 
136.59/136.66	c   134s|170000 |169991 |362970 |   2.1 | 183M| 247 |   3 |1900 |1822 |1900 | 219 | 115k|  24 |1728 | 0.000000e+00 | 4.448540e+05 |    Inf 
144.37/144.70	c   142s|180000 |179991 |382075 |   2.1 | 193M| 247 |   0 |1900 |1822 |1900 | 198 | 122k|  24 |1780 | 0.000000e+00 | 4.448540e+05 |    Inf 
152.07/152.46	c   149s|190000 |189991 |401539 |   2.1 | 204M| 247 |   0 |1900 |1822 |1900 | 176 | 128k|  24 |1879 | 0.000000e+00 | 4.448540e+05 |    Inf 
159.79/160.92	c   156s|200000 |199991 |420886 |   2.1 | 214M| 247 |   0 |1900 |1822 |1900 | 228 | 134k|  24 |1931 | 0.000000e+00 | 4.448540e+05 |    Inf 
167.50/168.65	c   164s|210000 |209991 |439664 |   2.1 | 224M| 247 |   0 |1900 |1822 |1900 | 252 | 141k|  24 |1979 | 0.000000e+00 | 4.448540e+05 |    Inf 
175.19/176.32	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
175.19/176.32	c   171s|220000 |219991 |457303 |   2.1 | 234M| 247 |   0 |1900 |1822 |1900 | 250 | 147k|  24 |2063 | 0.000000e+00 | 4.448540e+05 |    Inf 
182.89/184.01	c   178s|230000 |229991 |477111 |   2.1 | 244M| 247 |   0 |1900 |1822 |1900 | 259 | 154k|  24 |2116 | 0.000000e+00 | 4.448540e+05 |    Inf 
190.60/191.75	c   185s|240000 |239991 |497046 |   2.1 | 254M| 247 |   0 |1900 |1822 |1900 | 252 | 160k|  24 |2160 | 0.000000e+00 | 4.448540e+05 |    Inf 
198.39/199.56	c   193s|250000 |249991 |517294 |   2.1 | 265M| 247 |  14 |1900 |1821 |1900 | 255 | 167k|  24 |2244 | 0.000000e+00 | 4.448540e+05 |    Inf 
206.09/207.27	c   200s|260000 |259991 |536141 |   2.1 | 275M| 247 |   6 |1900 |1820 |1900 | 222 | 173k|  24 |2287 | 0.000000e+00 | 4.448540e+05 |    Inf 
213.80/214.97	c   207s|270000 |269991 |556190 |   2.1 | 285M| 247 |   0 |1900 |1820 |1900 | 238 | 180k|  24 |2330 | 0.000000e+00 | 4.448540e+05 |    Inf 
221.50/222.65	c   215s|280000 |279991 |575438 |   2.1 | 295M| 247 |  12 |1900 |1820 |1900 | 229 | 187k|  24 |2406 | 0.000000e+00 | 4.448540e+05 |    Inf 
229.09/230.25	c   222s|290000 |289991 |592243 |   2.0 | 305M| 247 |   0 |1900 |1817 |1900 | 234 | 193k|  24 |2451 | 0.000000e+00 | 4.448540e+05 |    Inf 
236.79/237.98	c   229s|300000 |299991 |612955 |   2.0 | 315M| 247 |  17 |1900 |1817 |1900 | 194 | 200k|  24 |2498 | 0.000000e+00 | 4.448540e+05 |    Inf 
244.49/245.62	c   236s|310000 |309991 |632352 |   2.0 | 325M| 247 |   0 |1900 |1817 |1900 | 263 | 206k|  24 |2540 | 0.000000e+00 | 4.448540e+05 |    Inf 
252.20/253.30	c   244s|320000 |319991 |651857 |   2.0 | 336M| 247 |   0 |1900 |1816 |1900 | 213 | 213k|  24 |2597 | 0.000000e+00 | 4.448540e+05 |    Inf 
259.80/260.98	c   251s|330000 |329991 |669758 |   2.0 | 346M| 247 |   0 |1900 |1816 |1900 | 220 | 219k|  24 |2642 | 0.000000e+00 | 4.448540e+05 |    Inf 
267.40/268.57	c   258s|340000 |339991 |685912 |   2.0 | 356M| 247 |   0 |1900 |1816 |1900 | 243 | 225k|  24 |2686 | 0.000000e+00 | 4.448540e+05 |    Inf 
275.10/276.23	c   265s|350000 |349991 |703288 |   2.0 | 366M| 247 |   9 |1900 |1816 |1900 | 169 | 231k|  24 |2742 | 0.000000e+00 | 4.448540e+05 |    Inf 
282.70/283.83	c   272s|360000 |359991 |719704 |   2.0 | 376M| 247 |   0 |1900 |1816 |1900 | 257 | 236k|  24 |2778 | 0.000000e+00 | 4.448540e+05 |    Inf 
290.30/291.48	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
290.30/291.48	c   280s|370000 |369989 |737307 |   2.0 | 386M| 247 |   0 |1900 |1818 |1900 | 190 | 243k|  26 |2820 | 0.000000e+00 | 4.448540e+05 |    Inf 
298.00/299.16	c   287s|380000 |379989 |755124 |   2.0 | 396M| 247 |   0 |1900 |1817 |1900 | 267 | 248k|  26 |2859 | 0.000000e+00 | 4.448540e+05 |    Inf 
305.70/306.86	c   294s|390000 |389989 |776138 |   2.0 | 406M| 247 |   0 |1900 |1817 |1900 | 247 | 256k|  26 |2895 | 0.000000e+00 | 4.448540e+05 |    Inf 
313.29/314.46	c   301s|400000 |399989 |795881 |   2.0 | 417M| 247 |   0 |1900 |1816 |1900 | 254 | 263k|  26 |2945 | 0.000000e+00 | 4.448540e+05 |    Inf 
320.89/322.01	c   309s|410000 |409989 |809171 |   2.0 | 427M| 247 |   0 |1900 |1816 |1900 | 262 | 268k|  26 |2971 | 0.000000e+00 | 4.448540e+05 |    Inf 
328.60/329.75	c   316s|420000 |419989 |827393 |   2.0 | 437M| 247 |   0 |1900 |1816 |1900 | 275 | 274k|  26 |3010 | 0.000000e+00 | 4.448540e+05 |    Inf 
336.19/337.32	c   323s|430000 |429989 |840723 |   2.0 | 447M| 247 |   0 |1900 |1815 |1900 | 204 | 278k|  26 |3040 | 0.000000e+00 | 4.448540e+05 |    Inf 
343.79/344.96	c   330s|440000 |439989 |856571 |   1.9 | 457M| 247 |   0 |1900 |1815 |1900 | 231 | 282k|  26 |3074 | 0.000000e+00 | 4.448540e+05 |    Inf 
351.39/352.54	c   337s|450000 |449989 |871618 |   1.9 | 467M| 247 |   0 |1900 |1815 |1900 | 273 | 287k|  26 |3110 | 0.000000e+00 | 4.448540e+05 |    Inf 
358.99/360.14	c   345s|460000 |459989 |887647 |   1.9 | 477M| 247 |   0 |1900 |1815 |1900 | 277 | 293k|  26 |3145 | 0.000000e+00 | 4.448540e+05 |    Inf 
366.60/367.72	c   352s|470000 |469989 |904589 |   1.9 | 487M| 247 |   8 |1900 |1815 |1900 | 222 | 299k|  26 |3177 | 0.000000e+00 | 4.448540e+05 |    Inf 
374.00/375.17	c   359s|480000 |479987 |919797 |   1.9 | 497M| 247 |   0 |1900 |1819 |1900 | 249 | 305k|  30 |3210 | 0.000000e+00 | 4.448540e+05 |    Inf 
381.61/382.79	c   366s|490000 |489987 |938335 |   1.9 | 507M| 247 |   3 |1900 |1819 |1900 | 257 | 311k|  30 |3240 | 0.000000e+00 | 4.448540e+05 |    Inf 
389.20/390.34	c   373s|500000 |499987 |952715 |   1.9 | 517M| 247 |   0 |1900 |1818 |1900 | 261 | 316k|  30 |3264 | 0.000000e+00 | 4.448540e+05 |    Inf 
396.70/397.88	c   380s|510000 |509987 |967141 |   1.9 | 528M| 247 |   0 |1900 |1818 |1900 | 201 | 321k|  30 |3292 | 0.000000e+00 | 4.448540e+05 |    Inf 
404.20/405.37	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
404.20/405.37	c   387s|520000 |519987 |980108 |   1.9 | 538M| 247 |   0 |1900 |1816 |1900 | 206 | 326k|  30 |3315 | 0.000000e+00 | 4.448540e+05 |    Inf 
411.80/412.90	c   394s|530000 |529987 |994846 |   1.9 | 548M| 247 |  32 |1900 |1816 |1900 | 211 | 331k|  30 |3332 | 0.000000e+00 | 4.448540e+05 |    Inf 
419.30/420.46	c   402s|540000 |539987 |  1011k|   1.9 | 558M| 247 |   0 |1900 |1816 |1900 | 255 | 337k|  30 |3357 | 0.000000e+00 | 4.448540e+05 |    Inf 
426.90/428.03	c   409s|550000 |549987 |  1027k|   1.9 | 568M| 247 |  21 |1900 |1816 |1900 | 225 | 343k|  30 |3375 | 0.000000e+00 | 4.448540e+05 |    Inf 
434.51/435.67	c   416s|560000 |559987 |  1044k|   1.9 | 578M| 247 |   0 |1900 |1815 |1900 | 235 | 348k|  30 |3407 | 0.000000e+00 | 4.448540e+05 |    Inf 
441.90/443.09	c   423s|570000 |569987 |  1058k|   1.9 | 588M| 465 |   0 |1900 |1815 |1900 | 234 | 353k|  30 |3434 | 0.000000e+00 | 4.448540e+05 |    Inf 
449.10/450.20	c   430s|580000 |579987 |  1068k|   1.8 | 598M| 465 |   0 |1900 |1815 |1900 | 228 | 356k|  30 |3461 | 0.000000e+00 | 4.448540e+05 |    Inf 
456.10/457.21	c   436s|590000 |589987 |  1074k|   1.8 | 608M| 465 |  10 |1900 |1815 |1900 | 226 | 358k|  30 |3461 | 0.000000e+00 | 4.448540e+05 |    Inf 
463.11/464.22	c   443s|600000 |599987 |  1082k|   1.8 | 618M| 465 |   0 |1900 |1815 |1900 | 257 | 361k|  30 |3473 | 0.000000e+00 | 4.448540e+05 |    Inf 
470.00/471.12	c   450s|610000 |609987 |  1086k|   1.8 | 628M| 465 |   0 |1900 |1814 |1900 | 230 | 362k|  30 |3487 | 0.000000e+00 | 4.448540e+05 |    Inf 
476.90/478.00	c   456s|620000 |619987 |  1091k|   1.8 | 638M| 465 |   0 |1900 |1813 |1900 | 230 | 364k|  30 |3487 | 0.000000e+00 | 4.448540e+05 |    Inf 
483.91/485.04	c   463s|630000 |629987 |  1098k|   1.7 | 648M| 465 |   0 |1900 |1813 |1900 | 243 | 366k|  30 |3502 | 0.000000e+00 | 4.448540e+05 |    Inf 
491.00/492.13	c   470s|640000 |639987 |  1108k|   1.7 | 658M| 465 |   0 |1900 |1813 |1900 | 270 | 370k|  30 |3505 | 0.000000e+00 | 4.448540e+05 |    Inf 
498.10/499.26	c   476s|650000 |649987 |  1117k|   1.7 | 668M| 465 |   0 |1900 |1813 |1900 | 226 | 373k|  30 |3524 | 0.000000e+00 | 4.448540e+05 |    Inf 
502.20/503.31	o 20530
502.20/503.31	c * 480s|655645 |637542 |  1123k|   1.7 | 657M| 465 |   - |1900 |1813 |1900 | 273 | 375k|  30 |3524 | 0.000000e+00 | 2.053000e+04 |    Inf 
506.01/507.11	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
506.01/507.11	c   484s|660000 |641897 |  1136k|   1.7 | 661M| 465 |   0 |1900 |1813 |1900 | 183 | 379k|  30 |3545 | 0.000000e+00 | 2.053000e+04 |    Inf 
514.60/515.77	c   492s|670000 |651895 |  1167k|   1.7 | 671M| 465 |   4 |1900 |1815 |1900 | 217 | 390k|  32 |3587 | 0.000000e+00 | 2.053000e+04 |    Inf 
523.10/524.22	c   500s|680000 |661895 |  1194k|   1.8 | 681M| 465 |   0 |1900 |1815 |1900 | 230 | 399k|  32 |3608 | 0.000000e+00 | 2.053000e+04 |    Inf 
531.60/532.76	c   508s|690000 |671895 |  1223k|   1.8 | 692M| 465 |   0 |1900 |1814 |1900 | 218 | 409k|  32 |3651 | 0.000000e+00 | 2.053000e+04 |    Inf 
540.10/541.25	c   516s|700000 |681895 |  1251k|   1.8 | 702M| 465 |   0 |1900 |1814 |1900 | 182 | 419k|  32 |3693 | 0.000000e+00 | 2.053000e+04 |    Inf 
548.10/549.21	c   524s|710000 |691893 |  1271k|   1.8 | 712M| 465 |   0 |1900 |1816 |1900 | 208 | 425k|  34 |3716 | 0.000000e+00 | 2.053000e+04 |    Inf 
556.21/557.38	c   531s|720000 |701889 |  1296k|   1.8 | 722M| 465 |   0 |1900 |1828 |1900 | 216 | 434k|  48 |3739 | 0.000000e+00 | 2.053000e+04 |    Inf 
564.21/565.33	c   539s|730000 |711889 |  1317k|   1.8 | 732M| 465 |  10 |1900 |1826 |1900 | 239 | 441k|  48 |3772 | 0.000000e+00 | 2.053000e+04 |    Inf 
572.20/573.37	c   546s|740000 |721889 |  1341k|   1.8 | 742M| 465 |   0 |1900 |1824 |1900 | 162 | 449k|  48 |3803 | 0.000000e+00 | 2.053000e+04 |    Inf 
580.30/581.45	c   554s|750000 |731889 |  1366k|   1.8 | 752M| 465 |  27 |1900 |1824 |1900 | 172 | 458k|  48 |3824 | 0.000000e+00 | 2.053000e+04 |    Inf 
588.10/589.26	c   561s|760000 |741889 |  1387k|   1.8 | 762M| 465 |  14 |1900 |1824 |1900 | 162 | 465k|  48 |3866 | 0.000000e+00 | 2.053000e+04 |    Inf 
596.30/597.43	c   569s|770000 |751889 |  1413k|   1.8 | 772M| 465 |   0 |1900 |1824 |1900 | 211 | 474k|  48 |3890 | 0.000000e+00 | 2.053000e+04 |    Inf 
604.00/605.13	c   576s|780000 |761889 |  1432k|   1.8 | 782M| 465 |   0 |1900 |1823 |1900 | 204 | 481k|  48 |3911 | 0.000000e+00 | 2.053000e+04 |    Inf 
611.61/612.73	c   583s|790000 |771889 |  1447k|   1.8 | 792M| 465 |  14 |1900 |1823 |1900 | 232 | 486k|  48 |3928 | 0.000000e+00 | 2.053000e+04 |    Inf 
619.70/620.85	c   591s|800000 |781889 |  1472k|   1.8 | 802M| 465 |   0 |1900 |1823 |1900 | 234 | 495k|  48 |3957 | 0.000000e+00 | 2.053000e+04 |    Inf 
627.91/629.08	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
627.91/629.08	c   599s|810000 |791889 |  1498k|   1.9 | 812M| 465 |   0 |1900 |1823 |1900 | 268 | 504k|  48 |3989 | 0.000000e+00 | 2.053000e+04 |    Inf 
635.81/636.93	c   606s|820000 |801885 |  1519k|   1.9 | 822M| 465 |   0 |1900 |1823 |1900 | 251 | 511k|  49 |4005 | 0.000000e+00 | 2.053000e+04 |    Inf 
644.01/645.14	c   614s|830000 |811881 |  1546k|   1.9 | 832M| 465 |   0 |1900 |1834 |1900 | 234 | 520k|  60 |4042 | 0.000000e+00 | 2.053000e+04 |    Inf 
651.91/653.06	c   621s|840000 |821881 |  1567k|   1.9 | 842M| 465 |   0 |1900 |1832 |1900 | 222 | 527k|  60 |4061 | 0.000000e+00 | 2.053000e+04 |    Inf 
659.81/660.99	c   629s|850000 |831877 |  1590k|   1.9 | 852M| 465 |   0 |1900 |1836 |1900 | 250 | 535k|  71 |4082 | 0.000000e+00 | 2.053000e+04 |    Inf 
667.41/668.59	c   636s|860000 |841871 |  1606k|   1.9 | 862M| 465 |   0 |1900 |1854 |1900 | 190 | 542k|  92 |4101 | 0.000000e+00 | 2.053000e+04 |    Inf 
675.21/676.35	c   643s|870000 |851871 |  1626k|   1.9 | 872M| 465 |   4 |1900 |1851 |1900 | 243 | 548k|  92 |4117 | 0.000000e+00 | 2.053000e+04 |    Inf 
682.80/683.96	c   650s|880000 |861861 |  1645k|   1.9 | 882M| 465 |   0 |1900 |1853 |1900 | 165 | 554k|  97 |4131 | 0.000000e+00 | 2.053000e+04 |    Inf 
690.51/691.60	c   658s|890000 |871861 |  1663k|   1.9 | 892M| 465 |   0 |1900 |1849 |1900 | 182 | 560k|  97 |4147 | 0.000000e+00 | 2.053000e+04 |    Inf 
698.11/699.24	c   665s|900000 |881859 |  1680k|   1.9 | 902M| 465 |   0 |1900 |1850 |1900 | 213 | 566k|  99 |4165 | 0.000000e+00 | 2.053000e+04 |    Inf 
705.80/706.96	c   672s|910000 |891857 |  1700k|   1.9 | 912M| 465 |   0 |1900 |1857 |1900 | 163 | 573k| 109 |4179 | 0.000000e+00 | 2.053000e+04 |    Inf 
712.91/714.07	c   679s|920000 |901857 |  1710k|   1.9 | 922M| 465 |   0 |1900 |1851 |1900 | 234 | 576k| 109 |4191 | 0.000000e+00 | 2.053000e+04 |    Inf 
720.91/722.01	c   686s|930000 |911853 |  1734k|   1.9 | 932M| 465 |   0 |1900 |1859 |1900 | 183 | 585k| 120 |4204 | 0.000000e+00 | 2.053000e+04 |    Inf 
728.41/729.58	c   693s|940000 |921853 |  1752k|   1.9 | 941M| 465 |   0 |1900 |1853 |1900 | 217 | 591k| 120 |4217 | 0.000000e+00 | 2.053000e+04 |    Inf 
735.81/737.00	c   700s|950000 |931847 |  1767k|   1.9 | 951M| 465 |  10 |1900 |1874 |1900 | 158 | 596k| 150 |4232 | 0.000000e+00 | 2.053000e+04 |    Inf 
743.41/744.58	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
743.41/744.58	c   707s|960000 |941845 |  1785k|   1.9 | 961M| 465 |   0 |1900 |1867 |1900 | 195 | 602k| 151 |4249 | 0.000000e+00 | 2.053000e+04 |    Inf 
751.11/752.24	c   715s|970000 |951841 |  1805k|   1.9 | 971M| 465 |   0 |1900 |1866 |1900 | 221 | 610k| 153 |4267 | 0.000000e+00 | 2.053000e+04 |    Inf 
758.91/760.02	c   722s|980000 |961831 |  1826k|   1.9 | 981M| 465 |   0 |1900 |1892 |1900 | 265 | 617k| 194 |4289 | 0.000000e+00 | 2.053000e+04 |    Inf 
766.21/767.36	c   729s|990000 |971831 |  1840k|   1.9 | 991M| 465 |   0 |1900 |1879 |1900 | 189 | 622k| 194 |4297 | 0.000000e+00 | 2.053000e+04 |    Inf 
773.91/775.04	c   736s|  1000k|981823 |  1860k|   1.9 |1001M| 465 |   0 |1900 |1895 |1900 | 216 | 630k| 225 |4314 | 0.000000e+00 | 2.053000e+04 |    Inf 
781.71/782.88	c   744s|  1010k|991821 |  1881k|   1.9 |1011M| 465 |   0 |1900 |1895 |1900 | 239 | 637k| 235 |4330 | 0.000000e+00 | 2.053000e+04 |    Inf 
789.51/790.67	c   751s|  1020k|  1001k|  1901k|   1.9 |1021M| 465 |   0 |1900 |1886 |1900 | 212 | 644k| 256 |4343 | 0.000000e+00 | 2.053000e+04 |    Inf 
797.31/798.44	c   758s|  1030k|  1011k|  1921k|   1.9 |1031M| 465 |   0 |1900 |1889 |1900 | 223 | 651k| 272 |4361 | 0.000000e+00 | 2.053000e+04 |    Inf 
804.11/805.21	c   765s|  1040k|  1021k|  1928k|   1.9 |1040M| 465 |   0 |1900 |1889 |1900 | 245 | 653k| 272 |4371 | 0.000000e+00 | 2.053000e+04 |    Inf 
811.71/812.89	c   772s|  1050k|  1031k|  1948k|   1.9 |1050M| 465 |   0 |1900 |1899 |1900 | 154 | 661k| 285 |4389 | 0.000000e+00 | 2.053000e+04 |    Inf 
819.61/820.77	c   779s|  1060k|  1041k|  1970k|   1.9 |1060M| 465 |   0 |1900 |1897 |1900 | 193 | 669k| 297 |4405 | 0.000000e+00 | 2.053000e+04 |    Inf 
827.32/828.42	c   786s|  1070k|  1051k|  1989k|   1.9 |1070M| 465 |   0 |1900 |1892 |1900 | 173 | 675k| 297 |4421 | 0.000000e+00 | 2.053000e+04 |    Inf 
835.01/836.11	c   794s|  1080k|  1061k|  2006k|   1.9 |1080M| 465 |   0 |1900 |1895 |1900 | 178 | 681k| 309 |4434 | 0.000000e+00 | 2.053000e+04 |    Inf 
842.62/843.74	c   801s|  1090k|  1071k|  2024k|   1.9 |1090M| 465 |   0 |1900 |1888 |1900 | 193 | 687k| 309 |4449 | 0.000000e+00 | 2.053000e+04 |    Inf 
850.22/851.36	c   808s|  1100k|  1081k|  2041k|   1.9 |1100M| 465 |  10 |1900 |1887 |1900 | 204 | 693k| 309 |4462 | 0.000000e+00 | 2.053000e+04 |    Inf 
857.71/858.85	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
857.71/858.85	c   815s|  1110k|  1091k|  2056k|   1.9 |1109M| 465 |   0 |1900 |1886 |1900 | 202 | 699k| 311 |4477 | 0.000000e+00 | 2.053000e+04 |    Inf 
865.51/866.63	c   822s|  1120k|  1101k|  2076k|   1.9 |1119M| 465 |   0 |1900 |1893 |1900 | 238 | 705k| 323 |4491 | 0.000000e+00 | 2.053000e+04 |    Inf 
873.12/874.27	c   830s|  1130k|  1111k|  2092k|   1.9 |1129M| 465 |   5 |1900 |1895 |1900 | 229 | 711k| 344 |4502 | 0.000000e+00 | 2.053000e+04 |    Inf 
881.11/882.21	c   837s|  1140k|  1121k|  2113k|   1.9 |1139M| 465 |   0 |1900 |1898 |1900 | 191 | 718k| 354 |4513 | 0.000000e+00 | 2.053000e+04 |    Inf 
889.01/890.10	c   844s|  1150k|  1131k|  2134k|   1.9 |1149M| 465 |   0 |1900 |1918 |1900 | 206 | 726k| 395 |4524 | 0.000000e+00 | 2.053000e+04 |    Inf 
896.61/897.70	c   852s|  1160k|  1141k|  2152k|   1.9 |1159M| 465 |   0 |1900 |1911 |1900 | 176 | 732k| 405 |4537 | 0.000000e+00 | 2.053000e+04 |    Inf 
903.91/905.07	c   859s|  1170k|  1151k|  2166k|   1.9 |1169M| 465 |   0 |1900 |1902 |1900 | 168 | 737k| 405 |4547 | 0.000000e+00 | 2.053000e+04 |    Inf 
911.32/912.43	c   866s|  1180k|  1161k|  2179k|   1.8 |1179M| 465 |   0 |1900 |1908 |1900 | 234 | 741k| 415 |4558 | 0.000000e+00 | 2.053000e+04 |    Inf 
919.32/920.43	c   873s|  1190k|  1171k|  2202k|   1.9 |1188M| 465 |   3 |1900 |1932 |1900 | 165 | 749k| 448 |4570 | 0.000000e+00 | 2.053000e+04 |    Inf 
927.11/928.21	c   880s|  1200k|  1181k|  2219k|   1.8 |1198M| 465 |   0 |1900 |1920 |1900 | 186 | 755k| 458 |4580 | 0.000000e+00 | 2.053000e+04 |    Inf 
933.92/935.01	c   887s|  1210k|  1191k|  2226k|   1.8 |1208M| 465 |   0 |1900 |1907 |1900 | 236 | 758k| 458 |4580 | 0.000000e+00 | 2.053000e+04 |    Inf 
941.81/942.92	c   894s|  1220k|  1201k|  2248k|   1.8 |1218M| 465 |   0 |1900 |1933 |1900 | 187 | 766k| 490 |4594 | 0.000000e+00 | 2.053000e+04 |    Inf 
949.51/950.66	c   902s|  1230k|  1211k|  2266k|   1.8 |1228M| 465 |   0 |1900 |1910 |1900 | 200 | 772k| 490 |4610 | 0.000000e+00 | 2.053000e+04 |    Inf 
957.22/958.30	c   909s|  1240k|  1221k|  2285k|   1.8 |1238M| 465 |   0 |1900 |1917 |1900 | 167 | 778k| 502 |4618 | 0.000000e+00 | 2.053000e+04 |    Inf 
964.62/965.76	c   916s|  1250k|  1231k|  2299k|   1.8 |1248M| 465 |   0 |1900 |1945 |1900 | 184 | 783k| 562 |4622 | 0.000000e+00 | 2.053000e+04 |    Inf 
972.22/973.40	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
972.22/973.40	c   923s|  1260k|  1241k|  2315k|   1.8 |1257M| 465 |   0 |1900 |1907 |1900 | 203 | 788k| 562 |4630 | 0.000000e+00 | 2.053000e+04 |    Inf 
980.02/981.14	c   930s|  1270k|  1251k|  2334k|   1.8 |1267M| 465 |   0 |1900 |1920 |1900 | 182 | 795k| 593 |4640 | 0.000000e+00 | 2.053000e+04 |    Inf 
987.52/988.67	c   937s|  1280k|  1261k|  2349k|   1.8 |1277M| 465 |   0 |1900 |1914 |1900 | 200 | 800k| 615 |4649 | 0.000000e+00 | 2.053000e+04 |    Inf 
995.32/996.46	c   945s|  1290k|  1271k|  2369k|   1.8 |1287M| 465 |   0 |1900 |1905 |1900 | 162 | 806k| 615 |4660 | 0.000000e+00 | 2.053000e+04 |    Inf 
1002.92/1004.06	c   952s|  1300k|  1281k|  2386k|   1.8 |1297M| 465 |   0 |1900 |1924 |1900 | 214 | 812k| 645 |4672 | 0.000000e+00 | 2.053000e+04 |    Inf 
1010.52/1011.68	c   959s|  1310k|  1291k|  2402k|   1.8 |1307M| 465 |   0 |1900 |1919 |1900 | 164 | 817k| 660 |4682 | 0.000000e+00 | 2.053000e+04 |    Inf 
1017.91/1019.05	c   966s|  1320k|  1301k|  2413k|   1.8 |1316M| 465 |  12 |1900 |1937 |1900 | 232 | 820k| 691 |4693 | 0.000000e+00 | 2.053000e+04 |    Inf 
1025.32/1026.46	c   973s|  1330k|  1311k|  2429k|   1.8 |1326M| 465 |   0 |1900 |1925 |1900 | 194 | 826k| 732 |4698 | 0.000000e+00 | 2.053000e+04 |    Inf 
1033.12/1034.23	c   980s|  1340k|  1321k|  2449k|   1.8 |1336M| 465 |   5 |1900 |1912 |1900 | 241 | 832k| 732 |4712 | 0.000000e+00 | 2.053000e+04 |    Inf 
1040.12/1041.29	c   987s|  1350k|  1331k|  2458k|   1.8 |1346M| 465 |   0 |1900 |1912 |1900 | 166 | 835k| 732 |4712 | 0.000000e+00 | 2.053000e+04 |    Inf 
1047.91/1049.02	c   994s|  1360k|  1341k|  2478k|   1.8 |1356M| 465 |  19 |1900 |1960 |1900 | 241 | 841k| 785 |4722 | 0.000000e+00 | 2.053000e+04 |    Inf 
1055.52/1056.61	c  1001s|  1370k|  1351k|  2493k|   1.8 |1365M| 465 |   0 |1900 |1912 |1900 | 195 | 847k| 787 |4735 | 0.000000e+00 | 2.053000e+04 |    Inf 
1063.02/1064.14	c  1009s|  1380k|  1361k|  2508k|   1.8 |1375M| 465 |   0 |1900 |1909 |1900 | 158 | 851k| 787 |4745 | 0.000000e+00 | 2.053000e+04 |    Inf 
1070.42/1071.55	c  1016s|  1390k|  1371k|  2520k|   1.8 |1385M| 465 |   0 |1900 |1908 |1900 | 206 | 855k| 787 |4749 | 0.000000e+00 | 2.053000e+04 |    Inf 
1078.32/1079.45	c  1023s|  1400k|  1381k|  2541k|   1.8 |1395M| 465 |   0 |1900 |1927 |1900 | 219 | 862k| 809 |4767 | 0.000000e+00 | 2.053000e+04 |    Inf 
1086.11/1087.28	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1086.11/1087.28	c  1030s|  1410k|  1391k|  2560k|   1.8 |1405M| 465 |   0 |1900 |1909 |1900 | 203 | 869k| 809 |4778 | 0.000000e+00 | 2.053000e+04 |    Inf 
1094.02/1095.18	c  1038s|  1420k|  1401k|  2580k|   1.8 |1415M| 465 |   0 |1900 |1913 |1900 | 252 | 876k| 819 |4791 | 0.000000e+00 | 2.053000e+04 |    Inf 
1101.71/1102.84	c  1045s|  1430k|  1411k|  2595k|   1.8 |1424M| 465 |  14 |1900 |1917 |1900 | 200 | 880k| 849 |4793 | 0.000000e+00 | 2.053000e+04 |    Inf 
1109.22/1110.32	c  1052s|  1440k|  1421k|  2611k|   1.8 |1434M| 465 |   0 |1900 |1926 |1900 | 160 | 886k| 884 |4805 | 0.000000e+00 | 2.053000e+04 |    Inf 
1116.52/1117.63	c  1059s|  1450k|  1431k|  2623k|   1.8 |1444M| 465 |   0 |1900 |1923 |1900 | 161 | 889k| 884 |4815 | 0.000000e+00 | 2.053000e+04 |    Inf 
1123.92/1125.03	c  1066s|  1460k|  1441k|  2636k|   1.8 |1454M| 465 |   0 |1900 |1949 |1900 | 181 | 893k| 914 |4821 | 0.000000e+00 | 2.053000e+04 |    Inf 
1131.92/1133.01	c  1074s|  1470k|  1451k|  2659k|   1.8 |1464M| 465 |  16 |1900 |1974 |1900 | 172 | 902k|1021 |4838 | 0.000000e+00 | 2.053000e+04 |    Inf 
1139.62/1140.73	c  1081s|  1480k|  1461k|  2675k|   1.8 |1473M| 465 |   0 |1900 |1999 |1900 | 259 | 907k|1121 |4848 | 0.000000e+00 | 2.053000e+04 |    Inf 
1147.33/1148.46	c  1088s|  1490k|  1471k|  2691k|   1.8 |1483M| 465 |   0 |1900 |1946 |1900 | 217 | 913k|1121 |4852 | 0.000000e+00 | 2.053000e+04 |    Inf 
1155.03/1156.18	c  1095s|  1500k|  1481k|  2706k|   1.8 |1493M| 465 |   5 |1900 |1937 |1900 | 255 | 918k|1143 |4857 | 0.000000e+00 | 2.053000e+04 |    Inf 
1162.02/1163.13	c  1102s|  1510k|  1491k|  2715k|   1.8 |1503M| 465 |   0 |1900 |1942 |1900 | 179 | 922k|1153 |4866 | 0.000000e+00 | 2.053000e+04 |    Inf 
1169.92/1171.00	c  1109s|  1520k|  1501k|  2736k|   1.8 |1513M| 465 |   5 |1900 |1954 |1900 | 249 | 929k|1195 |4878 | 0.000000e+00 | 2.053000e+04 |    Inf 
1177.42/1178.50	c  1116s|  1530k|  1511k|  2750k|   1.8 |1522M| 465 |   0 |1900 |1934 |1900 | 239 | 934k|1198 |4885 | 0.000000e+00 | 2.053000e+04 |    Inf 
1184.23/1185.40	c  1123s|  1540k|  1521k|  2758k|   1.8 |1532M| 465 |   5 |1900 |1929 |1900 | 206 | 936k|1198 |4885 | 0.000000e+00 | 2.053000e+04 |    Inf 
1191.73/1192.88	c  1130s|  1550k|  1531k|  2771k|   1.8 |1542M| 465 |   0 |1900 |1918 |1900 | 207 | 941k|1198 |4892 | 0.000000e+00 | 2.053000e+04 |    Inf 
1198.72/1199.83	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1198.72/1199.83	c  1137s|  1560k|  1541k|  2780k|   1.8 |1552M| 465 |   0 |1900 |1917 |1900 | 164 | 944k|1198 |4892 | 0.000000e+00 | 2.053000e+04 |    Inf 
1205.72/1206.87	c  1143s|  1570k|  1551k|  2787k|   1.8 |1561M| 465 |   0 |1900 |1939 |1900 | 175 | 947k|1228 |4900 | 0.000000e+00 | 2.053000e+04 |    Inf 
1213.52/1214.61	c  1151s|  1580k|  1561k|  2805k|   1.8 |1571M| 465 |   3 |1900 |1952 |1900 | 232 | 953k|1258 |4910 | 0.000000e+00 | 2.053000e+04 |    Inf 
1221.62/1222.74	c  1158s|  1590k|  1571k|  2830k|   1.8 |1581M| 465 |   0 |1900 |1966 |1900 | 215 | 962k|1330 |4924 | 0.000000e+00 | 2.053000e+04 |    Inf 
1228.92/1230.05	c  1165s|  1600k|  1581k|  2839k|   1.8 |1591M| 465 |   0 |1900 |1945 |1900 | 173 | 965k|1330 |4933 | 0.000000e+00 | 2.053000e+04 |    Inf 
1236.23/1237.37	c  1172s|  1610k|  1591k|  2850k|   1.8 |1601M| 465 |   0 |1900 |1955 |1900 | 199 | 969k|1384 |4934 | 0.000000e+00 | 2.053000e+04 |    Inf 
1243.82/1244.96	c  1179s|  1620k|  1601k|  2865k|   1.8 |1610M| 465 |   0 |1900 |1944 |1900 | 187 | 974k|1395 |4942 | 0.000000e+00 | 2.053000e+04 |    Inf 
1251.73/1252.84	c  1186s|  1630k|  1611k|  2886k|   1.8 |1620M| 465 |   0 |1900 |1936 |1900 | 175 | 982k|1415 |4952 | 0.000000e+00 | 2.053000e+04 |    Inf 
1259.12/1260.26	c  1193s|  1640k|  1621k|  2898k|   1.8 |1630M| 465 |   0 |1900 |1950 |1900 | 173 | 986k|1438 |4963 | 0.000000e+00 | 2.053000e+04 |    Inf 
1266.52/1267.60	c  1200s|  1650k|  1631k|  2908k|   1.8 |1640M| 465 |   0 |1900 |1947 |1900 | 207 | 989k|1449 |4963 | 0.000000e+00 | 2.053000e+04 |    Inf 
1273.63/1274.79	c  1207s|  1660k|  1641k|  2918k|   1.8 |1649M| 465 |   0 |1900 |1942 |1900 | 173 | 992k|1449 |4970 | 0.000000e+00 | 2.053000e+04 |    Inf 
1280.53/1281.61	c  1214s|  1670k|  1651k|  2925k|   1.8 |1659M| 465 |   0 |1900 |1940 |1900 | 175 | 994k|1449 |4970 | 0.000000e+00 | 2.053000e+04 |    Inf 
1288.22/1289.36	c  1221s|  1680k|  1661k|  2943k|   1.8 |1669M| 465 |   0 |1900 |1923 |1900 | 230 |1001k|1449 |4981 | 0.000000e+00 | 2.053000e+04 |    Inf 
1295.13/1296.21	c  1227s|  1690k|  1671k|  2949k|   1.7 |1678M| 465 |   0 |1900 |1918 |1900 | 189 |1003k|1449 |4986 | 0.000000e+00 | 2.053000e+04 |    Inf 
1301.82/1302.98	c  1234s|  1700k|  1681k|  2954k|   1.7 |1688M| 465 |   3 |1900 |1917 |1900 | 225 |1004k|1449 |4990 | 0.000000e+00 | 2.053000e+04 |    Inf 
1309.23/1310.37	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1309.23/1310.37	c  1241s|  1710k|  1691k|  2966k|   1.7 |1698M| 465 |   0 |1900 |1918 |1900 | 181 |1009k|1451 |4994 | 0.000000e+00 | 2.053000e+04 |    Inf 
1316.83/1317.93	c  1248s|  1720k|  1701k|  2980k|   1.7 |1708M| 465 |   0 |1900 |1929 |1900 | 163 |1013k|1471 |4999 | 0.000000e+00 | 2.053000e+04 |    Inf 
1324.33/1325.50	c  1255s|  1730k|  1711k|  2993k|   1.7 |1717M| 465 |   0 |1900 |1924 |1900 | 160 |1016k|1471 |5006 | 0.000000e+00 | 2.053000e+04 |    Inf 
1332.13/1333.20	c  1262s|  1740k|  1721k|  3009k|   1.7 |1727M| 465 |   0 |1900 |1908 |1900 | 171 |1020k|1471 |5015 | 0.000000e+00 | 2.053000e+04 |    Inf 
1339.63/1340.72	c  1270s|  1750k|  1731k|  3020k|   1.7 |1737M| 465 |   0 |1900 |1901 |1900 | 163 |1022k|1471 |5016 | 0.000000e+00 | 2.053000e+04 |    Inf 
1346.93/1348.06	c  1277s|  1760k|  1741k|  3029k|   1.7 |1747M| 465 |   0 |1900 |1897 |1900 | 167 |1025k|1471 |5028 | 0.000000e+00 | 2.053000e+04 |    Inf 
1354.23/1355.36	c  1284s|  1770k|  1751k|  3039k|   1.7 |1756M| 465 |   0 |1900 |1895 |1900 | 166 |1027k|1471 |5028 | 0.000000e+00 | 2.053000e+04 |    Inf 
1361.22/1362.38	c  1290s|  1780k|  1761k|  3045k|   1.7 |1766M| 465 |   0 |1900 |1894 |1900 | 182 |1028k|1471 |5037 | 0.000000e+00 | 2.053000e+04 |    Inf 
1368.72/1369.88	c  1297s|  1790k|  1771k|  3058k|   1.7 |1776M| 465 |   0 |1900 |1929 |1900 | 193 |1033k|1523 |5038 | 0.000000e+00 | 2.053000e+04 |    Inf 
1376.32/1377.42	c  1305s|  1800k|  1781k|  3070k|   1.7 |1785M| 465 |   0 |1900 |1919 |1900 | 164 |1037k|1554 |5050 | 0.000000e+00 | 2.053000e+04 |    Inf 
1383.62/1384.76	c  1312s|  1810k|  1791k|  3079k|   1.7 |1795M| 465 |   0 |1900 |1914 |1900 | 200 |1040k|1565 |5050 | 0.000000e+00 | 2.053000e+04 |    Inf 
1391.44/1392.54	c  1319s|  1820k|  1801k|  3097k|   1.7 |1805M| 465 |   0 |1900 |1912 |1900 | 170 |1047k|1567 |5060 | 0.000000e+00 | 2.053000e+04 |    Inf 
1399.32/1400.41	c  1327s|  1830k|  1811k|  3117k|   1.7 |1815M| 465 |   0 |1900 |1919 |1900 | 292 |1054k|1587 |5068 | 0.000000e+00 | 2.053000e+04 |    Inf 
1406.93/1408.06	c  1334s|  1840k|  1821k|  3133k|   1.7 |1825M| 465 |   0 |1900 |1929 |1900 | 204 |1059k|1618 |5076 | 0.000000e+00 | 2.053000e+04 |    Inf 
1414.42/1415.54	c  1341s|  1850k|  1831k|  3144k|   1.7 |1834M| 465 |   0 |1900 |1918 |1900 | 187 |1063k|1618 |5084 | 0.000000e+00 | 2.053000e+04 |    Inf 
1421.82/1422.94	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1421.82/1422.94	c  1348s|  1860k|  1841k|  3155k|   1.7 |1844M| 465 |   0 |1900 |1919 |1900 | 165 |1067k|1628 |5085 | 0.000000e+00 | 2.053000e+04 |    Inf 
1429.33/1430.43	c  1355s|  1870k|  1851k|  3167k|   1.7 |1854M| 465 |   0 |1900 |1910 |1900 | 179 |1069k|1628 |5091 | 0.000000e+00 | 2.053000e+04 |    Inf 
1436.73/1437.89	c  1362s|  1880k|  1861k|  3177k|   1.7 |1864M| 465 |   0 |1900 |1908 |1900 | 170 |1072k|1630 |5101 | 0.000000e+00 | 2.053000e+04 |    Inf 
1444.73/1445.90	c  1370s|  1890k|  1871k|  3201k|   1.7 |1874M| 465 |   0 |1900 |1946 |1900 | 161 |1081k|1691 |5112 | 0.000000e+00 | 2.053000e+04 |    Inf 
1447.03/1448.14	o 20444
1447.03/1448.14	c *1372s|  1892k|  1873k|  3204k|   1.7 |1876M| 465 |   - |1900 |1940 |1900 | 261 |1082k|1691 |5112 | 0.000000e+00 | 2.044400e+04 |    Inf 
1452.33/1453.47	c  1377s|  1900k|  1880k|  3214k|   1.7 |1883M| 465 |   0 |1900 |1932 |1900 | 214 |1085k|1702 |5120 | 0.000000e+00 | 2.044400e+04 |    Inf 
1458.83/1459.92	c  1383s|  1910k|  1890k|  3216k|   1.7 |1892M| 465 |   0 |1900 |1929 |1900 | 194 |1086k|1702 |5124 | 0.000000e+00 | 2.044400e+04 |    Inf 
1466.03/1467.13	c  1390s|  1920k|  1900k|  3225k|   1.7 |1902M| 465 |  20 |1900 |1932 |1900 | 247 |1089k|1718 |5124 | 0.000000e+00 | 2.044400e+04 |    Inf 
1473.73/1474.86	c  1397s|  1930k|  1910k|  3243k|   1.7 |1912M| 465 |   0 |1900 |1924 |1900 | 181 |1095k|1723 |5134 | 0.000000e+00 | 2.044400e+04 |    Inf 
1481.53/1482.67	c  1405s|  1940k|  1920k|  3260k|   1.7 |1922M| 465 |   0 |1900 |1940 |1900 | 163 |1101k|1763 |5145 | 0.000000e+00 | 2.044400e+04 |    Inf 
1489.24/1490.39	c  1412s|  1950k|  1930k|  3279k|   1.7 |1931M| 465 |   0 |1900 |1951 |1900 | 188 |1108k|1816 |5155 | 0.000000e+00 | 2.044400e+04 |    Inf 
1496.83/1497.99	c  1419s|  1960k|  1940k|  3293k|   1.7 |1941M| 465 |   0 |1900 |1934 |1900 | 189 |1113k|1826 |5163 | 0.000000e+00 | 2.044400e+04 |    Inf 
1504.63/1505.72	c  1427s|  1970k|  1950k|  3309k|   1.7 |1951M| 465 |   0 |1900 |1927 |1900 | 188 |1118k|1856 |5166 | 0.000000e+00 | 2.044400e+04 |    Inf 
1511.83/1512.92	c  1433s|  1980k|  1960k|  3320k|   1.7 |1961M| 465 |   0 |1900 |1927 |1900 | 166 |1122k|1867 |5176 | 0.000000e+00 | 2.044400e+04 |    Inf 
1518.34/1519.46	c  1440s|  1990k|  1970k|  3323k|   1.7 |1970M| 465 |   0 |1900 |1925 |1900 | 174 |1124k|1867 |5176 | 0.000000e+00 | 2.044400e+04 |    Inf 
1525.64/1526.71	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1525.64/1526.71	c  1446s|  2000k|  1980k|  3333k|   1.7 |1980M| 465 |   0 |1900 |1928 |1900 | 165 |1126k|1879 |5182 | 0.000000e+00 | 2.044400e+04 |    Inf 
1533.23/1534.32	c  1454s|  2010k|  1990k|  3347k|   1.7 |1990M| 465 |   0 |1900 |1927 |1900 | 196 |1131k|1879 |5185 | 0.000000e+00 | 2.044400e+04 |    Inf 
1541.14/1542.29	c  1461s|  2020k|  2000k|  3370k|   1.7 |2000M| 465 |   0 |1900 |1926 |1900 | 168 |1139k|1910 |5196 | 0.000000e+00 | 2.044400e+04 |    Inf 
1548.63/1549.75	c  1468s|  2030k|  2010k|  3382k|   1.7 |2010M| 465 |   0 |1900 |1951 |1900 | 166 |1142k|1941 |5204 | 0.000000e+00 | 2.044400e+04 |    Inf 
1556.23/1557.30	c  1475s|  2040k|  2020k|  3394k|   1.7 |2019M| 465 |   0 |1900 |1930 |1900 | 173 |1147k|1942 |5214 | 0.000000e+00 | 2.044400e+04 |    Inf 
1563.74/1564.82	c  1482s|  2050k|  2030k|  3405k|   1.7 |2029M| 465 |   0 |1900 |1935 |1900 | 173 |1150k|1962 |5215 | 0.000000e+00 | 2.044400e+04 |    Inf 
1571.14/1572.20	c  1489s|  2060k|  2040k|  3415k|   1.7 |2039M| 465 |   0 |1900 |1921 |1900 | 183 |1154k|1982 |5224 | 0.000000e+00 | 2.044400e+04 |    Inf 
1578.83/1579.97	c  1497s|  2070k|  2050k|  3431k|   1.7 |2049M| 465 |   0 |1900 |1929 |1900 | 219 |1160k|2004 |5233 | 0.000000e+00 | 2.044400e+04 |    Inf 
1586.14/1587.25	c  1504s|  2080k|  2060k|  3440k|   1.7 |2059M| 465 |   0 |1900 |1920 |1900 | 156 |1162k|2004 |5233 | 0.000000e+00 | 2.044400e+04 |    Inf 
1593.54/1594.65	c  1511s|  2090k|  2070k|  3449k|   1.7 |2068M| 465 |   2 |1900 |1912 |1900 | 182 |1165k|2004 |5240 | 0.000000e+00 | 2.044400e+04 |    Inf 
1601.34/1602.45	c  1518s|  2100k|  2080k|  3466k|   1.7 |2078M| 465 |   4 |1900 |1915 |1900 | 242 |1171k|2015 |5246 | 0.000000e+00 | 2.044400e+04 |    Inf 
1608.74/1609.87	c  1525s|  2110k|  2090k|  3480k|   1.6 |2088M| 465 |   0 |1900 |1963 |1900 | 199 |1176k|2066 |5252 | 0.000000e+00 | 2.044400e+04 |    Inf 
1616.03/1617.14	c  1532s|  2120k|  2100k|  3492k|   1.6 |2098M| 465 |   0 |1900 |1969 |1900 | 249 |1180k|2096 |5263 | 0.000000e+00 | 2.044400e+04 |    Inf 
1622.83/1623.90	c  1538s|  2130k|  2110k|  3496k|   1.6 |2107M| 465 |   0 |1900 |1959 |1900 | 180 |1181k|2096 |5263 | 0.000000e+00 | 2.044400e+04 |    Inf 
1629.94/1631.01	c  1545s|  2140k|  2120k|  3504k|   1.6 |2117M| 465 |   0 |1900 |1941 |1900 | 165 |1183k|2116 |5270 | 0.000000e+00 | 2.044400e+04 |    Inf 
1637.03/1638.16	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1637.03/1638.16	c  1552s|  2150k|  2130k|  3513k|   1.6 |2127M| 465 |   0 |1900 |1937 |1900 | 176 |1186k|2126 |5274 | 0.000000e+00 | 2.044400e+04 |    Inf 
1643.53/1644.64	c  1558s|  2160k|  2140k|  3515k|   1.6 |2136M| 465 |   0 |1900 |1935 |1900 | 176 |1187k|2126 |5274 | 0.000000e+00 | 2.044400e+04 |    Inf 
1650.23/1651.34	c  1564s|  2170k|  2150k|  3518k|   1.6 |2146M| 465 |   0 |1900 |1928 |1900 | 182 |1187k|2126 |5274 | 0.000000e+00 | 2.044400e+04 |    Inf 
1656.83/1657.94	c  1570s|  2180k|  2160k|  3520k|   1.6 |2155M| 465 |   0 |1900 |1926 |1900 | 180 |1188k|2126 |5274 | 0.000000e+00 | 2.044400e+04 |    Inf 
1663.94/1665.09	c  1577s|  2190k|  2170k|  3529k|   1.6 |2165M| 465 |   0 |1900 |1923 |1900 | 176 |1191k|2146 |5279 | 0.000000e+00 | 2.044400e+04 |    Inf 
1670.84/1671.93	c  1584s|  2200k|  2180k|  3533k|   1.6 |2175M| 465 |   0 |1900 |1920 |1900 | 183 |1192k|2146 |5279 | 0.000000e+00 | 2.044400e+04 |    Inf 
1677.64/1678.72	c  1590s|  2210k|  2190k|  3537k|   1.6 |2184M| 465 |   0 |1900 |1920 |1900 | 182 |1193k|2146 |5280 | 0.000000e+00 | 2.044400e+04 |    Inf 
1684.53/1685.64	c  1597s|  2220k|  2200k|  3543k|   1.6 |2194M| 465 |   0 |1900 |1917 |1900 | 171 |1195k|2146 |5286 | 0.000000e+00 | 2.044400e+04 |    Inf 
1691.44/1692.58	c  1603s|  2230k|  2210k|  3551k|   1.6 |2204M| 465 |   0 |1900 |1916 |1900 | 179 |1198k|2146 |5288 | 0.000000e+00 | 2.044400e+04 |    Inf 
1698.34/1699.45	c  1610s|  2240k|  2220k|  3556k|   1.6 |2213M| 465 |   0 |1900 |1912 |1900 | 146 |1199k|2146 |5288 | 0.000000e+00 | 2.044400e+04 |    Inf 
1705.44/1706.58	c  1616s|  2250k|  2230k|  3564k|   1.6 |2223M| 465 |  11 |1900 |1908 |1900 | 204 |1201k|2146 |5292 | 0.000000e+00 | 2.044400e+04 |    Inf 
1712.84/1713.93	c  1623s|  2260k|  2240k|  3573k|   1.6 |2233M| 465 |   0 |1900 |1922 |1900 | 173 |1204k|2166 |5292 | 0.000000e+00 | 2.044400e+04 |    Inf 
1720.14/1721.29	c  1630s|  2270k|  2250k|  3582k|   1.6 |2242M| 465 |   0 |1900 |1908 |1900 | 172 |1207k|2166 |5295 | 0.000000e+00 | 2.044400e+04 |    Inf 
1727.64/1728.78	c  1637s|  2280k|  2260k|  3592k|   1.6 |2252M| 465 |   0 |1900 |1905 |1900 | 161 |1210k|2168 |5296 | 0.000000e+00 | 2.044400e+04 |    Inf 
1734.94/1736.05	c  1644s|  2290k|  2270k|  3602k|   1.6 |2262M| 465 |   0 |1900 |1902 |1900 | 188 |1213k|2168 |5301 | 0.000000e+00 | 2.044400e+04 |    Inf 
1742.14/1743.21	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1742.14/1743.21	c  1651s|  2300k|  2280k|  3610k|   1.6 |2271M| 465 |   0 |1900 |1900 |1900 | 165 |1215k|2168 |5302 | 0.000000e+00 | 2.044400e+04 |    Inf 
1748.94/1750.02	c  1657s|  2310k|  2290k|  3613k|   1.6 |2281M| 465 |   0 |1900 |1899 |1900 | 168 |1216k|2168 |5302 | 0.000000e+00 | 2.044400e+04 |    Inf 
1755.94/1757.02	c  1664s|  2320k|  2300k|  3618k|   1.6 |2291M| 465 |   0 |1900 |1894 |1900 | 202 |1217k|2168 |5305 | 0.000000e+00 | 2.044400e+04 |    Inf 
1763.25/1764.35	c  1671s|  2330k|  2310k|  3629k|   1.6 |2300M| 465 |   0 |1900 |1893 |1900 | 174 |1221k|2168 |5306 | 0.000000e+00 | 2.044400e+04 |    Inf 
1770.24/1771.39	c  1678s|  2340k|  2320k|  3635k|   1.6 |2310M| 465 |   0 |1900 |1892 |1900 | 197 |1222k|2168 |5311 | 0.000000e+00 | 2.044400e+04 |    Inf 
1777.84/1778.93	c  1685s|  2350k|  2330k|  3645k|   1.6 |2320M| 465 |   0 |1900 |1892 |1900 | 161 |1225k|2168 |5312 | 0.000000e+00 | 2.044400e+04 |    Inf 
1785.24/1786.33	c  1692s|  2360k|  2340k|  3655k|   1.5 |2329M| 465 |   0 |1900 |1890 |1900 | 174 |1228k|2168 |5318 | 0.000000e+00 | 2.044400e+04 |    Inf 
1792.54/1793.63	c  1699s|  2370k|  2350k|  3663k|   1.5 |2339M| 465 |   0 |1900 |1900 |1900 | 202 |1231k|2178 |5319 | 0.000000e+00 | 2.044400e+04 |    Inf 
1799.44/1800.58	c  1705s|  2380k|  2360k|  3668k|   1.5 |2349M| 465 |   0 |1900 |1893 |1900 | 166 |1232k|2178 |5319 | 0.000000e+00 | 2.044400e+04 |    Inf 
1800.05/1801.10	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.05/1801.10	c 
1800.05/1801.10	c SCIP Status        : solving was interrupted [user interrupt]
1800.05/1801.10	c Solving Time (sec) : 1705.81
1800.05/1801.10	c Solving Nodes      : 2380798
1800.05/1801.10	c Primal Bound       : +2.04440000000000e+04 (102 solutions)
1800.05/1801.10	c Dual Bound         : +0.00000000000000e+00
1800.05/1801.10	c Gap                : infinite
1800.05/1801.11	s SATISFIABLE
1800.05/1801.11	v x200 -x199 x198 -x197 x196 -x195 x194 -x193 x192 -x191 x190 -x189 -x188 x187 -x186 x185 -x184 x183 -x182 x181 x180 -x179 -x178 
1800.05/1801.11	v x177 -x176 x175 x174 -x173 x172 -x171 x170 -x169 x168 -x167 x166 -x165 -x164 x163 x162 -x161 x160 -x159 x158 -x157 -x156 x155 
1800.05/1801.11	v x154 -x153 x152 -x151 x150 -x149 x148 -x147 -x146 x145 x144 -x143 -x142 x141 -x140 x139 x138 -x137 -x136 x135 x134 -x133 -x132 
1800.05/1801.11	v x131 x130 -x129 x128 -x127 -x126 x125 x124 -x123 -x122 x121 x120 -x119 -x118 x117 -x116 x115 x114 -x113 -x112 x111 x110 -x109 
1800.05/1801.11	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 
1800.05/1801.11	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 
1800.05/1801.11	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 
1800.05/1801.11	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 
1800.05/1801.11	c SCIP Status        : solving was interrupted [user interrupt]
1800.05/1801.11	c Solving Time       :    1705.81
1800.05/1801.11	c Original Problem   :
1800.05/1801.11	c   Problem name     : HOME/instance-2699936-1278533857.wbo
1800.05/1801.11	c   Variables        : 2000 (1100 binary, 0 integer, 0 implicit integer, 900 continuous)
1800.05/1801.11	c   Constraints      : 1901 initial, 1901 maximal
1800.05/1801.11	c Presolved Problem  :
1800.05/1801.11	c   Problem name     : t_HOME/instance-2699936-1278533857.wbo
1800.05/1801.11	c   Variables        : 1900 (1000 binary, 0 integer, 0 implicit integer, 900 continuous)
1800.05/1801.11	c   Constraints      : 1800 initial, 2024 maximal
1800.05/1801.11	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.05/1801.11	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.05/1801.11	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.05/1801.11	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.05/1801.11	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.05/1801.11	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.05/1801.11	c   probing          :       0.01          0          0          0          0          0          0          0          0
1800.05/1801.11	c   indicator        :       0.00          0          0          0          0          0          0          0          0
1800.05/1801.11	c   linear           :       0.02          0        100          0        900          0        101          0          0
1800.05/1801.11	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.05/1801.11	c   root node        :          -          0          -          -          0          -          -          -          -
1800.05/1801.11	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.05/1801.11	c   integral         :          0          0          0    2605703          0          0          0          0          0     771994
1800.05/1801.11	c   indicator        :        900          0    3150015    2219706          0         13    1640164          0          0          0
1800.05/1801.11	c   linear           :        900          6    3069565    2153453          0        153     767848    1232703          0          0
1800.05/1801.11	c   logicor          :          0+         0     562917          0          0         10     251413          0          0          0
1800.05/1801.11	c   countsols        :          0          0          0    1994490          0          0          0          0          0          0
1800.05/1801.11	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.05/1801.11	c   integral         :       6.97       0.00       0.00       6.97       0.00
1800.05/1801.11	c   indicator        :     159.87       0.00      30.91     128.96       0.00
1800.05/1801.11	c   linear           :      37.31       0.00      14.91      22.40       0.00
1800.05/1801.11	c   logicor          :       0.77       0.00       0.77       0.00       0.00
1800.05/1801.11	c   countsols        :       0.03       0.00       0.00       0.03       0.00
1800.05/1801.11	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.05/1801.11	c   vbounds          :       0.04          2          0          0
1800.05/1801.11	c   rootredcost      :       0.07          2          0          0
1800.05/1801.11	c   pseudoobj        :      52.43    3149961        146      24762
1800.05/1801.11	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.05/1801.11	c   propagation      :       0.04        309        309       3197       56.2        496        4.6          -
1800.05/1801.11	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.05/1801.11	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.05/1801.11	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.05/1801.11	c   pseudo solution  :       0.00         25         25        428       53.1         80        4.8          -
1800.05/1801.11	c   applied globally :          -          -          -       2178       39.2          -          -          -
1800.05/1801.11	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.05/1801.11	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.05/1801.11	c   cut pool         :       0.00          3          -          -         26          -    (maximal pool size: 26)
1800.05/1801.11	c   redcost          :      96.43    2605248          0      64949          0          0
1800.05/1801.11	c   impliedbounds    :       0.00          4          0          0          0          0
1800.05/1801.11	c   intobj           :       0.00          0          0          0          0          0
1800.05/1801.11	c   cgmip            :       0.00          0          0          0          0          0
1800.05/1801.11	c   gomory           :       0.00          4          0          0         27          0
1800.05/1801.11	c   strongcg         :       0.02          4          0          0          0          0
1800.05/1801.11	c   cmir             :       0.02          4          0          0          0          0
1800.05/1801.11	c   flowcover        :       0.00          4          0          0          0          0
1800.05/1801.11	c   clique           :       0.00          1          0          0          0          0
1800.05/1801.11	c   zerohalf         :       0.00          0          0          0          0          0
1800.05/1801.11	c   mcf              :       0.00          1          0          0          0          0
1800.05/1801.11	c   rapidlearning    :       0.00          0          0          0          0          0
1800.05/1801.11	c Pricers            :       Time      Calls       Vars
1800.05/1801.11	c   problem variables:       0.00          0          0
1800.05/1801.11	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.05/1801.11	c   relpscost        :       6.85     385997          0          0          0          0     771994
1800.05/1801.11	c   pscost           :       0.00          0          0          0          0          0          0
1800.05/1801.11	c   inference        :     140.15    1994488          0          0          0          0    3988976
1800.05/1801.11	c   mostinf          :       0.00          0          0          0          0          0          0
1800.05/1801.11	c   leastinf         :       0.00          0          0          0          0          0          0
1800.05/1801.11	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.05/1801.11	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.05/1801.11	c   random           :       0.00          0          0          0          0          0          0
1800.05/1801.11	c Primal Heuristics  :       Time      Calls      Found
1800.05/1801.11	c   LP solutions     :       0.05          -          2
1800.05/1801.11	c   pseudo solutions :       0.00          -          0
1800.05/1801.11	c   feaspump         :       0.01          0          0
1800.05/1801.11	c   oneopt           :       0.20          3          0
1800.05/1801.11	c   intshifting      :       0.04         26          0
1800.05/1801.11	c   crossover        :       0.43         32          0
1800.05/1801.11	c   fracdiving       :      17.54      31474          0
1800.05/1801.11	c   pscostdiving     :      16.94      31475          0
1800.05/1801.11	c   veclendiving     :      17.52      31475          0
1800.05/1801.11	c   linesearchdiving :      17.23      31475          0
1800.05/1801.11	c   guideddiving     :      17.80      31475          0
1800.05/1801.11	c   coefdiving       :      16.39      31475          0
1800.05/1801.11	c   rootsoldiving    :      18.79      31427          0
1800.05/1801.11	c   objpscostdiving  :      17.80      31428          0
1800.05/1801.11	c   trivial          :       0.01          2          1
1800.05/1801.11	c   simplerounding   :       0.36     385968          0
1800.05/1801.11	c   zirounding       :       0.02       1000          0
1800.05/1801.11	c   rounding         :       0.48       8769          0
1800.05/1801.11	c   shifting         :       1.57       2768          0
1800.05/1801.11	c   twoopt           :       0.00          0          0
1800.05/1801.11	c   fixandinfer      :       0.00          0          0
1800.05/1801.11	c   intdiving        :       0.00          0          0
1800.05/1801.11	c   actconsdiving    :       0.00          0          0
1800.05/1801.11	c   octane           :       0.00          0          0
1800.05/1801.11	c   rens             :       0.01          1          0
1800.05/1801.11	c   rins             :       0.00          0          0
1800.05/1801.11	c   localbranching   :       0.00          0          0
1800.05/1801.11	c   mutation         :       0.00          0          0
1800.05/1801.11	c   dins             :       0.00          0          0
1800.05/1801.11	c   undercover       :       0.00          0          0
1800.05/1801.11	c   nlp              :       0.03          0          0
1800.05/1801.11	c   trysol           :       0.28      35293         99
1800.05/1801.11	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.05/1801.11	c   primal LP        :       0.00          0          0       0.00          -
1800.05/1801.11	c   dual LP          :     642.37     684958    3667248       5.35    5708.93
1800.05/1801.11	c   lex dual LP      :       0.00          0          0       0.00          -
1800.05/1801.11	c   barrier LP       :       0.00          0          0       0.00          -
1800.05/1801.11	c   diving/probing LP:       0.25        616       1826       2.96    7304.00
1800.05/1801.11	c   strong branching :       4.56       5319      57567      10.82   12624.34
1800.05/1801.11	c     (at root node) :          -         33       1443      43.73          -
1800.05/1801.11	c   conflict analysis:       0.00          0          0       0.00          -
1800.05/1801.11	c B&B Tree           :
1800.05/1801.11	c   number of runs   :          1
1800.05/1801.11	c   nodes            :    2380798
1800.05/1801.11	c   nodes (total)    :    2380798
1800.05/1801.11	c   nodes left       :    2361322
1800.05/1801.11	c   max depth        :        465
1800.05/1801.11	c   max depth (total):        465
1800.05/1801.11	c   backtracks       :      31863 (1.3%)
1800.05/1801.11	c   delayed cutoffs  :         22
1800.05/1801.11	c   repropagations   :        235 (7760 domain reductions, 22 cutoffs)
1800.05/1801.11	c   avg switch length:       2.51
1800.05/1801.11	c   switching time   :      75.01
1800.05/1801.11	c Solution           :
1800.05/1801.11	c   Solutions found  :        102 (3 improvements)
1800.05/1801.11	c   First Solution   : +4.44854000000000e+05   (in run 1, after 1 nodes, 0.05 seconds, depth 0, found by <trivial>)
1800.05/1801.11	c   Primal Bound     : +2.04440000000000e+04   (in run 1, after 1892908 nodes, 1371.90 seconds, depth 76, found by <relaxation>)
1800.05/1801.11	c   Dual Bound       : +0.00000000000000e+00
1800.05/1801.11	c   Gap              :   infinite
1800.05/1801.11	c   Root Dual Bound  : +0.00000000000000e+00
1800.05/1801.11	c   Root Iterations  :        154

Verifier Data

OK	20444

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2699936-1278533857/watcher-2699936-1278533857 -o /tmp/evaluation-result-2699936-1278533857/solver-2699936-1278533857 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2699936-1278533857.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.55 0.64 0.20 4/190 27455
/proc/meminfo: memFree=30077008/32951124 swapFree=67111528/67111528
[pid=27455] ppid=27453 vsize=10708 CPUtime=0
/proc/27455/stat : 27455 (pbscip.linux.x8) R 27453 27455 26971 0 -1 4202496 1973 0 0 0 0 0 0 0 20 0 1 0 21599032 10964992 1893 4089446400 4194304 8223781 140733838907088 18446744073709551615 7253477 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/27455/statm: 2677 1893 369 984 0 1690 0

[startup+0.0928629 s]
/proc/loadavg: 2.55 0.64 0.20 4/190 27455
/proc/meminfo: memFree=30077008/32951124 swapFree=67111528/67111528
[pid=27455] ppid=27453 vsize=23292 CPUtime=0.08
/proc/27455/stat : 27455 (pbscip.linux.x8) R 27453 27455 26971 0 -1 4202496 6155 0 0 0 8 0 0 0 21 0 1 0 21599032 23851008 4929 4089446400 4194304 8223781 140733838907088 18446744073709551615 4241179 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/27455/statm: 5823 4929 563 984 0 4836 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 23292

[startup+0.101885 s]
/proc/loadavg: 2.55 0.64 0.20 4/190 27455
/proc/meminfo: memFree=30077008/32951124 swapFree=67111528/67111528
[pid=27455] ppid=27453 vsize=27512 CPUtime=0.09
/proc/27455/stat : 27455 (pbscip.linux.x8) R 27453 27455 26971 0 -1 4202496 6762 0 0 0 9 0 0 0 21 0 1 0 21599032 28172288 5536 4089446400 4194304 8223781 140733838907088 18446744073709551615 4866079 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/27455/statm: 6878 5548 564 984 0 5891 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 27512

[startup+0.301119 s]
/proc/loadavg: 2.55 0.64 0.20 4/190 27455
/proc/meminfo: memFree=30077008/32951124 swapFree=67111528/67111528
[pid=27455] ppid=27453 vsize=28652 CPUtime=0.29
/proc/27455/stat : 27455 (pbscip.linux.x8) R 27453 27455 26971 0 -1 4202496 10483 0 0 0 28 1 0 0 22 0 1 0 21599032 29339648 6189 4089446400 4194304 8223781 140733838907088 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/27455/statm: 7163 6189 578 984 0 6176 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 28652

[startup+0.700785 s]
/proc/loadavg: 2.55 0.64 0.20 4/190 27455
/proc/meminfo: memFree=30077008/32951124 swapFree=67111528/67111528
[pid=27455] ppid=27453 vsize=28652 CPUtime=0.69
/proc/27455/stat : 27455 (pbscip.linux.x8) R 27453 27455 26971 0 -1 4202496 10483 0 0 0 67 2 0 0 24 0 1 0 21599032 29339648 6189 4089446400 4194304 8223781 140733838907088 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/27455/statm: 7163 6189 578 984 0 6176 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 28652

[startup+1.50062 s]
/proc/loadavg: 2.67 0.70 0.22 7/191 27456
/proc/meminfo: memFree=30054208/32951124 swapFree=67111528/67111528
[pid=27455] ppid=27453 vsize=28652 CPUtime=1.49
/proc/27455/stat : 27455 (pbscip.linux.x8) R 27453 27455 26971 0 -1 4202496 10501 0 0 0 146 3 0 0 25 0 1 0 21599032 29339648 6207 4089446400 4194304 8223781 140733838907088 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/27455/statm: 7163 6207 581 984 0 6176 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 28652

[startup+3.10119 s]
/proc/loadavg: 2.67 0.70 0.22 6/191 27456
/proc/meminfo: memFree=30052100/32951124 swapFree=67111528/67111528
[pid=27455] ppid=27453 vsize=33708 CPUtime=3.09
/proc/27455/stat : 27455 (pbscip.linux.x8) R 27453 27455 26971 0 -1 4202496 18023 0 0 0 302 7 0 0 25 0 1 0 21599032 34516992 7381 4089446400 4194304 8223781 140733838907088 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/27455/statm: 8427 7381 584 984 0 7440 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 33708

[startup+6.30244 s]
/proc/loadavg: 2.93 0.79 0.25 5/191 27456
/proc/meminfo: memFree=30046548/32951124 swapFree=67111528/67111528
[pid=27455] ppid=27453 vsize=38336 CPUtime=6.3
/proc/27455/stat : 27455 (pbscip.linux.x8) R 27453 27455 26971 0 -1 4202496 25546 0 0 0 617 13 0 0 25 0 1 0 21599032 39256064 8556 4089446400 4194304 8223781 140733838907088 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/27455/statm: 9584 8556 584 984 0 8597 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 38336

[startup+12.7016 s]
/proc/loadavg: 3.42 0.92 0.30 7/191 27456
/proc/meminfo: memFree=30036480/32951124 swapFree=67111528/67111528
[pid=27455] ppid=27453 vsize=48028 CPUtime=12.69
/proc/27455/stat : 27455 (pbscip.linux.x8) R 27453 27455 26971 0 -1 4202496 34344 0 0 0 1244 25 0 0 25 0 1 0 21599032 49180672 11021 4089446400 4194304 8223781 140733838907088 18446744073709551615 5893660 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/27455/statm: 12007 11021 584 984 0 11020 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 48028

[startup+25.5003 s]
/proc/loadavg: 3.20 0.96 0.32 5/191 27463
/proc/meminfo: memFree=30016544/32951124 swapFree=67111528/67111528
[pid=27455] ppid=27453 vsize=64632 CPUtime=25.49
/proc/27455/stat : 27455 (pbscip.linux.x8) R 27453 27455 26971 0 -1 4202496 41702 0 0 0 2500 49 0 0 25 0 1 0 21599032 66183168 15222 4089446400 4194304 8223781 140733838907088 18446744073709551615 6020556 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/27455/statm: 16158 15222 588 984 0 15171 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 64632

[startup+51.1006 s]
/proc/loadavg: 3.13 1.15 0.40 3/191 27465
/proc/meminfo: memFree=29980336/32951124 swapFree=67111528/67111528
[pid=27455] ppid=27453 vsize=99604 CPUtime=51.09
/proc/27455/stat : 27455 (pbscip.linux.x8) R 27453 27455 26971 0 -1 4202496 53712 0 0 0 5014 95 0 0 25 0 1 0 21599032 101994496 24090 4089446400 4194304 8223781 140733838907088 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/27455/statm: 24901 24090 588 984 0 23914 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 99604

[startup+102.306 s]
/proc/loadavg: 4.12 1.69 0.62 9/191 27475
/proc/meminfo: memFree=29869384/32951124 swapFree=67111528/67111528
[pid=27455] ppid=27453 vsize=164784 CPUtime=102.29
/proc/27455/stat : 27455 (pbscip.linux.x8) R 27453 27455 26971 0 -1 4202496 72921 0 0 0 10037 192 0 0 25 0 1 0 21599032 168738816 40130 4089446400 4194304 8223781 140733838907088 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/27455/statm: 41196 40130 588 984 0 40209 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 164784

[startup+162.3 s]
/proc/loadavg: 4.80 2.35 0.91 7/191 27477
/proc/meminfo: memFree=29758076/32951124 swapFree=67111528/67111528
[pid=27455] ppid=27453 vsize=244944 CPUtime=161.19
/proc/27455/stat : 27455 (pbscip.linux.x8) R 27453 27455 26971 0 -1 4202496 92231 0 0 0 15766 353 0 0 25 0 1 0 21599032 250822656 59440 4089446400 4194304 8223781 140733838907088 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/27455/statm: 61236 59440 588 984 0 60249 0
Current children cumulated CPU time (s) 161.19
Current children cumulated vsize (KiB) 244944

[startup+222.301 s]
/proc/loadavg: 5.71 3.01 1.22 3/191 27486
/proc/meminfo: memFree=29656456/32951124 swapFree=67111528/67111528
[pid=27455] ppid=27453 vsize=322792 CPUtime=221.19
/proc/27455/stat : 27455 (pbscip.linux.x8) R 27453 27455 26971 0 -1 4202496 115148 0 0 0 21439 680 0 0 25 0 1 0 21599032 330539008 79189 4089446400 4194304 8223781 140733838907088 18446744073709551615 6162534 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/27455/statm: 80698 79189 588 984 0 79711 0
Current children cumulated CPU time (s) 221.19
Current children cumulated vsize (KiB) 322792

[startup+282.301 s]
/proc/loadavg: 4.79 3.23 1.41 5/191 27488
/proc/meminfo: memFree=29563756/32951124 swapFree=67111528/67111528
[pid=27455] ppid=27453 vsize=402576 CPUtime=281.19
/proc/27455/stat : 27455 (pbscip.linux.x8) R 27453 27455 26971 0 -1 4202496 135419 0 0 0 27103 1016 0 0 25 0 1 0 21599032 412237824 99460 4089446400 4194304 8223781 140733838907088 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/27455/statm: 100644 99460 588 984 0 99657 0
Current children cumulated CPU time (s) 281.19
Current children cumulated vsize (KiB) 402576

[startup+342.301 s]
/proc/loadavg: 5.94 3.77 1.70 6/191 27489
/proc/meminfo: memFree=29453512/32951124 swapFree=67111528/67111528
[pid=27455] ppid=27453 vsize=480872 CPUtime=341.19
/proc/27455/stat : 27455 (pbscip.linux.x8) R 27453 27455 26971 0 -1 4202496 158473 0 0 0 32773 1346 0 0 25 0 1 0 21599032 492412928 119348 4089446400 4194304 8223781 140733838907088 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/27455/statm: 120218 119348 588 984 0 119231 0
Current children cumulated CPU time (s) 341.19
Current children cumulated vsize (KiB) 480872

[startup+402.303 s]
/proc/loadavg: 5.44 3.97 1.90 4/191 27490
/proc/meminfo: memFree=29362488/32951124 swapFree=67111528/67111528
[pid=27455] ppid=27453 vsize=567328 CPUtime=401.2
/proc/27455/stat : 27455 (pbscip.linux.x8) R 27453 27455 26971 0 -1 4202496 178328 0 0 0 38439 1681 0 0 25 0 1 0 21599032 580943872 139203 4089446400 4194304 8223781 140733838907088 18446744073709551615 5813729 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/27455/statm: 141832 139203 588 984 0 140845 0
Current children cumulated CPU time (s) 401.2
Current children cumulated vsize (KiB) 567328

[startup+462.301 s]
/proc/loadavg: 4.45 3.98 2.03 4/191 27499
/proc/meminfo: memFree=29265324/32951124 swapFree=67111528/67111528
[pid=27455] ppid=27453 vsize=650116 CPUtime=461.2
/proc/27455/stat : 27455 (pbscip.linux.x8) R 27453 27455 26971 0 -1 4202496 199336 0 0 0 44124 1996 0 0 25 0 1 0 21599032 665718784 160211 4089446400 4194304 8223781 140733838907088 18446744073709551615 6485305 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/27455/statm: 162529 160211 588 984 0 161542 0
Current children cumulated CPU time (s) 461.2
Current children cumulated vsize (KiB) 650116

[startup+522.301 s]
/proc/loadavg: 4.97 4.17 2.21 3/191 27501
/proc/meminfo: memFree=29194180/32951124 swapFree=67111528/67111528
[pid=27455] ppid=27453 vsize=711676 CPUtime=521.2
/proc/27455/stat : 27455 (pbscip.linux.x8) R 27453 27455 26971 0 -1 4202496 231846 0 0 0 49812 2308 0 0 25 0 1 0 21599032 728756224 175876 4089446400 4194304 8223781 140733838907088 18446744073709551615 6558074 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/27455/statm: 177919 175876 588 984 0 176932 0
Current children cumulated CPU time (s) 521.2
Current children cumulated vsize (KiB) 711676

[startup+582.301 s]
/proc/loadavg: 3.98 4.08 2.31 3/183 27580
/proc/meminfo: memFree=29338696/32951124 swapFree=67111528/67111528
[pid=27455] ppid=27453 vsize=785156 CPUtime=581.2
/proc/27455/stat : 27455 (pbscip.linux.x8) R 27453 27455 26971 0 -1 4202496 256829 0 0 0 55470 2650 0 0 25 0 1 0 21599032 803999744 194528 4089446400 4194304 8223781 140733838907088 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/27455/statm: 196289 194528 588 984 0 195302 0
Current children cumulated CPU time (s) 581.2
Current children cumulated vsize (KiB) 785156

[startup+642.301 s]
/proc/loadavg: 2.81 3.72 2.29 3/183 27581
/proc/meminfo: memFree=29260748/32951124 swapFree=67111528/67111528
[pid=27455] ppid=27453 vsize=859832 CPUtime=641.21
/proc/27455/stat : 27455 (pbscip.linux.x8) R 27453 27455 26971 0 -1 4202496 278935 0 0 0 61120 3001 0 0 25 0 1 0 21599032 880467968 213476 4089446400 4194304 8223781 140733838907088 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/27455/statm: 214958 213476 588 984 0 213971 0
Current children cumulated CPU time (s) 641.21
Current children cumulated vsize (KiB) 859832

[startup+702.301 s]

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

/proc/27455/stat : 27455 (pbscip.linux.x8) R 27453 27455 26971 0 -1 4202496 440942 0 0 0 106344 5778 0 0 25 0 1 0 21599032 1524801536 369149 4089446400 4194304 8223781 140733838907088 18446744073709551615 4561499 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/27455/statm: 372266 369149 588 984 0 371279 0
Current children cumulated CPU time (s) 1121.22
Current children cumulated vsize (KiB) 1489064

[startup+1182.3 s]
/proc/loadavg: 2.00 2.28 2.15 3/183 27775
/proc/meminfo: memFree=28562048/32951124 swapFree=67111528/67111528
[pid=27455] ppid=27453 vsize=1563492 CPUtime=1181.22
/proc/27455/stat : 27455 (pbscip.linux.x8) R 27453 27455 26971 0 -1 4202496 463014 0 0 0 111999 6123 0 0 25 0 1 0 21599032 1601015808 388070 4089446400 4194304 8223781 140733838907088 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/27455/statm: 390873 388070 588 984 0 389886 0
Current children cumulated CPU time (s) 1181.22
Current children cumulated vsize (KiB) 1563492

[startup+1242.3 s]
/proc/loadavg: 2.05 2.24 2.14 3/183 27776
/proc/meminfo: memFree=28482620/32951124 swapFree=67111528/67111528
[pid=27455] ppid=27453 vsize=1639572 CPUtime=1241.23
/proc/27455/stat : 27455 (pbscip.linux.x8) R 27453 27455 26971 0 -1 4202496 482344 0 0 0 117663 6460 0 0 25 0 1 0 21599032 1678921728 407400 4089446400 4194304 8223781 140733838907088 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/27455/statm: 409893 407400 588 984 0 408906 0
Current children cumulated CPU time (s) 1241.23
Current children cumulated vsize (KiB) 1639572

[startup+1302.3 s]
/proc/loadavg: 2.02 2.19 2.13 3/183 27777
/proc/meminfo: memFree=28398964/32951124 swapFree=67111528/67111528
[pid=27455] ppid=27453 vsize=1721212 CPUtime=1301.23
/proc/27455/stat : 27455 (pbscip.linux.x8) R 27453 27455 26971 0 -1 4202496 503074 0 0 0 123323 6800 0 0 25 0 1 0 21599032 1762521088 428130 4089446400 4194304 8223781 140733838907088 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/27455/statm: 430303 428130 588 984 0 429316 0
Current children cumulated CPU time (s) 1301.23
Current children cumulated vsize (KiB) 1721212

[startup+1362.3 s]
/proc/loadavg: 2.08 2.17 2.12 3/183 27855
/proc/meminfo: memFree=28322180/32951124 swapFree=67111528/67111528
[pid=27455] ppid=27453 vsize=1797896 CPUtime=1361.22
/proc/27455/stat : 27455 (pbscip.linux.x8) R 27453 27455 26971 0 -1 4202496 522553 0 0 0 129017 7105 0 0 25 0 1 0 21599032 1841045504 447609 4089446400 4194304 8223781 140733838907088 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/27455/statm: 449474 447609 588 984 0 448487 0
Current children cumulated CPU time (s) 1361.22
Current children cumulated vsize (KiB) 1797896

[startup+1422.31 s]
/proc/loadavg: 2.14 2.17 2.12 3/183 27884
/proc/meminfo: memFree=28228756/32951124 swapFree=67111528/67111528
[pid=27455] ppid=27453 vsize=1875408 CPUtime=1421.23
/proc/27455/stat : 27455 (pbscip.linux.x8) R 27453 27455 26971 0 -1 4202496 542241 0 0 0 134742 7381 0 0 25 0 1 0 21599032 1920417792 467297 4089446400 4194304 8223781 140733838907088 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/27455/statm: 468852 467297 588 984 0 467865 0
Current children cumulated CPU time (s) 1421.23
Current children cumulated vsize (KiB) 1875408

[startup+1482.3 s]
/proc/loadavg: 2.05 2.14 2.11 3/183 27886
/proc/meminfo: memFree=28021812/32951124 swapFree=67111528/67111528
[pid=27455] ppid=27453 vsize=1950388 CPUtime=1481.23
/proc/27455/stat : 27455 (pbscip.linux.x8) R 27453 27455 26971 0 -1 4202496 581343 0 0 0 140432 7691 0 0 25 0 1 0 21599032 1997197312 486366 4089446400 4194304 8223781 140733838907088 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/27455/statm: 487597 486366 588 984 0 486610 0
Current children cumulated CPU time (s) 1481.23
Current children cumulated vsize (KiB) 1950388

[startup+1542.3 s]
/proc/loadavg: 2.08 2.12 2.10 3/183 27887
/proc/meminfo: memFree=27851132/32951124 swapFree=67111528/67111528
[pid=27455] ppid=27453 vsize=2028088 CPUtime=1541.23
/proc/27455/stat : 27455 (pbscip.linux.x8) R 27453 27455 26971 0 -1 4202496 607396 0 0 0 146116 8007 0 0 25 0 1 0 21599032 2076762112 506101 4089446400 4194304 8223781 140733838907088 18446744073709551615 4241189 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/27455/statm: 507022 506101 588 984 0 506035 0
Current children cumulated CPU time (s) 1541.23
Current children cumulated vsize (KiB) 2028088

[startup+1602.3 s]
/proc/loadavg: 2.03 2.10 2.09 3/183 27888
/proc/meminfo: memFree=27713912/32951124 swapFree=67111528/67111528
[pid=27455] ppid=27453 vsize=2136388 CPUtime=1601.23
/proc/27455/stat : 27455 (pbscip.linux.x8) R 27453 27455 26971 0 -1 4202496 629748 0 0 0 151786 8337 0 0 25 0 1 0 21599032 2187661312 525300 4089446400 4194304 8223781 140733838907088 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/27455/statm: 534097 525300 588 984 0 533110 0
Current children cumulated CPU time (s) 1601.23
Current children cumulated vsize (KiB) 2136388

[startup+1662.3 s]
/proc/loadavg: 2.07 2.11 2.09 3/183 27890
/proc/meminfo: memFree=27562828/32951124 swapFree=67111528/67111528
[pid=27455] ppid=27453 vsize=2218856 CPUtime=1661.23
/proc/27455/stat : 27455 (pbscip.linux.x8) R 27453 27455 26971 0 -1 4202496 650691 0 0 0 157453 8670 0 0 25 0 1 0 21599032 2272108544 546243 4089446400 4194304 8223781 140733838907088 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/27455/statm: 554714 546243 588 984 0 553727 0
Current children cumulated CPU time (s) 1661.23
Current children cumulated vsize (KiB) 2218856

[startup+1722.3 s]
/proc/loadavg: 2.13 2.11 2.09 3/183 27892
/proc/meminfo: memFree=27430692/32951124 swapFree=67111528/67111528
[pid=27455] ppid=27453 vsize=2300400 CPUtime=1721.24
/proc/27455/stat : 27455 (pbscip.linux.x8) R 27453 27455 26971 0 -1 4202496 671419 0 0 0 163129 8995 0 0 25 0 1 0 21599032 2355609600 566971 4089446400 4194304 8223781 140733838907088 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/27455/statm: 575100 566971 588 984 0 574113 0
Current children cumulated CPU time (s) 1721.24
Current children cumulated vsize (KiB) 2300400

[startup+1782.3 s]
/proc/loadavg: 2.10 2.11 2.09 3/183 27894
/proc/meminfo: memFree=27301540/32951124 swapFree=67111528/67111528
[pid=27455] ppid=27453 vsize=2380188 CPUtime=1781.24
/proc/27455/stat : 27455 (pbscip.linux.x8) R 27453 27455 26971 0 -1 4202496 694813 0 0 0 168799 9325 0 0 25 0 1 0 21599032 2437312512 587230 4089446400 4194304 8223781 140733838907088 18446744073709551615 6447002 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/27455/statm: 595047 587230 588 984 0 594060 0
Current children cumulated CPU time (s) 1781.24
Current children cumulated vsize (KiB) 2380188



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.1 s]
/proc/loadavg: 2.13 2.12 2.09 3/183 27894
/proc/meminfo: memFree=27258248/32951124 swapFree=67111528/67111528
[pid=27455] ppid=27453 vsize=2404448 CPUtime=1800.05
/proc/27455/stat : 27455 (pbscip.linux.x8) R 27453 27455 26971 0 -1 4202496 700979 0 0 0 170582 9423 0 0 25 0 1 0 21599032 2462154752 593396 4089446400 4194304 8223781 140733838907088 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/27455/statm: 601112 593396 588 984 0 600125 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 2404448

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -27455

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

[startup+1801.4 s]
/proc/loadavg: 2.13 2.12 2.09 3/183 27894
/proc/meminfo: memFree=27258248/32951124 swapFree=67111528/67111528
[pid=27455] ppid=27453 vsize=2404448 CPUtime=1800.34
/proc/27455/stat : 27455 (pbscip.linux.x8) R 27453 27455 26971 0 -1 4202496 700981 0 0 0 170611 9423 0 0 25 0 1 0 21599032 2462154752 593398 4089446400 4194304 8223781 140733838907088 18446744073709551615 6206535 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/27455/statm: 601112 593398 590 984 0 600125 0
Current children cumulated CPU time (s) 1800.34
Current children cumulated vsize (KiB) 2404448

[startup+1802.2 s]
/proc/loadavg: 2.13 2.12 2.09 3/184 27895
/proc/meminfo: memFree=27258116/32951124 swapFree=67111528/67111528
[pid=27455] ppid=27453 vsize=2404448 CPUtime=1801.14
/proc/27455/stat : 27455 (pbscip.linux.x8) R 27453 27455 26971 0 -1 4202496 700981 0 0 0 170691 9423 0 0 25 0 1 0 21599032 2462154752 593398 4089446400 4194304 8223781 140733838907088 18446744073709551615 6206655 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/27455/statm: 601112 593398 590 984 0 600125 0
Current children cumulated CPU time (s) 1801.14
Current children cumulated vsize (KiB) 2404448

[startup+1802.6 s]
/proc/loadavg: 2.13 2.12 2.09 3/184 27895
/proc/meminfo: memFree=27258116/32951124 swapFree=67111528/67111528
[pid=27455] ppid=27453 vsize=2404448 CPUtime=1801.54
/proc/27455/stat : 27455 (pbscip.linux.x8) R 27453 27455 26971 0 -1 4202496 700981 0 0 0 170731 9423 0 0 25 0 1 0 21599032 2462154752 593398 4089446400 4194304 8223781 140733838907088 18446744073709551615 4609365 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/27455/statm: 601112 593398 590 984 0 600125 0
Current children cumulated CPU time (s) 1801.54
Current children cumulated vsize (KiB) 2404448

[startup+1803 s]
/proc/loadavg: 2.13 2.12 2.09 3/184 27895
/proc/meminfo: memFree=27257248/32951124 swapFree=67111528/67111528
[pid=27455] ppid=27453 vsize=2404448 CPUtime=1801.94
/proc/27455/stat : 27455 (pbscip.linux.x8) R 27453 27455 26971 0 -1 4202496 700981 0 0 0 170771 9423 0 0 25 0 1 0 21599032 2462154752 593398 4089446400 4194304 8223781 140733838907088 18446744073709551615 4615481 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/27455/statm: 601112 593398 590 984 0 600125 0
Current children cumulated CPU time (s) 1801.94
Current children cumulated vsize (KiB) 2404448

[startup+1803.1 s]
/proc/loadavg: 2.13 2.12 2.09 3/184 27895
/proc/meminfo: memFree=27257248/32951124 swapFree=67111528/67111528
[pid=27455] ppid=27453 vsize=2404448 CPUtime=1802.04
/proc/27455/stat : 27455 (pbscip.linux.x8) R 27453 27455 26971 0 -1 4202496 700981 0 0 0 170781 9423 0 0 25 0 1 0 21599032 2462154752 593398 4089446400 4194304 8223781 140733838907088 18446744073709551615 4615481 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/27455/statm: 601112 593398 590 984 0 600125 0
Current children cumulated CPU time (s) 1802.04
Current children cumulated vsize (KiB) 2404448

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1803.19
CPU time (s): 1802.14
CPU user time (s): 1707.83
CPU system time (s): 94.3097
CPU usage (%): 99.9417
Max. virtual memory (cumulated for all children) (KiB): 2404448

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

runsolver used 2.97955 second user time and 6.15006 second system time

The end

Launcher Data

Begin job on node134 at 2010-07-07 22:17:37
IDJOB=2699936
IDBENCH=79386
IDSOLVER=1204
FILE ID=node134/2699936-1278533857
PBS_JOBID= 11239210
Free space on /tmp= 73700 MiB

SOLVER NAME= SCIPspx SCIP 1.2.1.2 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solver
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/wcsp/jnh/normalized-jnh301_wcsp.wbo
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2699936-1278533857/watcher-2699936-1278533857 -o /tmp/evaluation-result-2699936-1278533857/solver-2699936-1278533857 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2699936-1278533857.wbo -t 1800 -m 3800

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

MD5SUM BENCH= 43b9aaaba58886f82a61abd15f4e868b
RANDOM SEED=900833380

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30077660 kB
Buffers:        142748 kB
Cached:        2490724 kB
SwapCached:          0 kB
Active:        1347580 kB
Inactive:      1380752 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30077660 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           21440 kB
Writeback:           0 kB
AnonPages:       95168 kB
Mapped:          18880 kB
Slab:            81940 kB
PageTables:       5352 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   310520 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73708 MiB
End job on node134 at 2010-07-07 22:47:40