Trace number 3741320

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 NameAnswerobjective functionCPU timeWall clock time
PB11: SCIP spx E_2 2011-06-10 (fixed)SAT160 1796.95 1797.24

General information on the benchmark

Name/OPT-SMALLINT-LIN/heinz/
normalized-neos-1616732.opb
MD5SUMbb6edae9b271ecf76d3d6c31c88b027d
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark159
Best CPU time to get the best result obtained on this benchmark1789.91
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables200
Total number of constraints1999
Number of constraints which are clauses1999
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint2
Number of terms in the objective function 200
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 200
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 200
Number of bits of the biggest sum of numbers8
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 2.0.1.5 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.5.0.5]
0.00/0.00	c Copyright (c) 2002-2011 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-3741320-1338774138.opb>
0.00/0.01	c original problem has 200 variables (200 bin, 0 int, 0 impl, 0 cont) and 1999 constraints
0.00/0.01	c problem read
0.00/0.01	c presolving settings loaded
0.00/0.02	o 200
0.00/0.02	c feasible solution found by trivial heuristic, objective value  2.000000e+02
0.00/0.02	c presolving:
0.00/0.03	c (round 1) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 1999 upgd conss, 3998 impls, 0 clqs
0.00/0.04	c    (0.0s) probing: 101/200 (50.5%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.00/0.04	c    (0.0s) probing aborted: 100/100 successive totally useless probings
0.00/0.04	c presolving (2 rounds):
0.00/0.04	c  0 deleted vars, 0 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.04	c  3998 implications, 0 cliques
0.00/0.04	c presolved problem has 200 variables (200 bin, 0 int, 0 impl, 0 cont) and 1999 constraints
0.00/0.04	c    1999 constraints of type <setppc>
0.00/0.04	c transformed objective value is always integral (scale: 1)
0.00/0.04	c Presolving Time: 0.03
0.00/0.04	c - non default parameters ----------------------------------------------------------------------
0.00/0.04	c # SCIP version 2.0.1.5
0.00/0.04	c 
0.00/0.04	c # frequency for displaying node information lines
0.00/0.04	c # [type: int, range: [-1,2147483647], default: 100]
0.00/0.04	c display/freq = 10000
0.00/0.04	c 
0.00/0.04	c # maximal time in seconds to run
0.00/0.04	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.04	c limits/time = 1797
0.00/0.04	c 
0.00/0.04	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.04	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.04	c limits/memory = 13950
0.00/0.04	c 
0.00/0.04	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.00/0.04	c # [type: int, range: [1,2], default: 1]
0.00/0.04	c timing/clocktype = 2
0.00/0.04	c 
0.00/0.04	c # belongs reading time to solving time?
0.00/0.04	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.04	c timing/reading = TRUE
0.00/0.04	c 
0.00/0.04	c # should presolving try to simplify inequalities
0.00/0.04	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.04	c constraints/linear/simplifyinequalities = TRUE
0.00/0.04	c 
0.00/0.04	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.00/0.04	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.04	c constraints/indicator/addCouplingCons = TRUE
0.00/0.04	c 
0.00/0.04	c # should presolving try to simplify knapsacks
0.00/0.04	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.04	c constraints/knapsack/simplifyinequalities = TRUE
0.00/0.04	c 
0.00/0.04	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.00/0.04	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.04	c separating/rapidlearning/freq = 0
0.00/0.04	c 
0.00/0.04	c -----------------------------------------------------------------------------------------------
0.00/0.04	c start solving
0.00/0.04	c 
0.04/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.04/0.06	c t 0.1s|     1 |     0 |   224 |     - |3129k|   0 | 200 | 200 |1999 | 200 |1999 |   0 |   0 |   0 | 1.000000e+02 | 2.000000e+02 | 100.00%
0.04/0.06	o 199
0.04/0.06	c R 0.1s|     1 |     0 |   224 |     - |3137k|   0 | 200 | 200 |1999 | 200 |1999 |   0 |   0 |   0 | 1.000000e+02 | 1.990000e+02 |  99.00%
0.04/0.06	o 198
0.04/0.06	c s 0.1s|     1 |     0 |   224 |     - |3142k|   0 | 200 | 200 |1999 | 200 |1999 |   0 |   0 |   0 | 1.000000e+02 | 1.980000e+02 |  98.00%
0.08/0.10	o 174
0.08/0.10	c y 0.1s|     1 |     0 |   224 |     - |3442k|   0 | 200 | 200 |1999 | 200 |1999 |   0 |   0 |   0 | 1.000000e+02 | 1.740000e+02 |  74.00%
0.08/0.11	c   0.1s|     1 |     0 |   268 |     - |3151k|   0 | 194 | 200 |1999 | 200 |2007 |   8 |   0 |   0 | 1.030000e+02 | 1.740000e+02 |  68.93%
0.08/0.15	c   0.1s|     1 |     0 |   400 |     - |3194k|   0 | 183 | 200 |1999 | 200 |2022 |  23 |   0 |   0 | 1.085000e+02 | 1.740000e+02 |  60.37%
0.19/0.20	c   0.2s|     1 |     0 |   553 |     - |3217k|   0 | 176 | 200 |1999 | 200 |2034 |  35 |   0 |   0 | 1.120000e+02 | 1.740000e+02 |  55.36%
0.19/0.24	c   0.2s|     1 |     0 |   626 |     - |3226k|   0 | 174 | 200 |1999 | 200 |2041 |  42 |   0 |   0 | 1.130000e+02 | 1.740000e+02 |  53.98%
0.19/0.29	c   0.3s|     1 |     0 |   696 |     - |3261k|   0 | 173 | 200 |1999 | 200 |2045 |  46 |   0 |   0 | 1.135000e+02 | 1.740000e+02 |  53.30%
0.29/0.37	c   0.4s|     1 |     0 |  1014 |     - |3407k|   0 | 174 | 200 |1999 | 200 |2055 |  56 |   0 |   0 | 1.152500e+02 | 1.740000e+02 |  50.98%
0.39/0.45	c   0.5s|     1 |     0 |  1343 |     - |3421k|   0 | 166 | 200 |1999 | 200 |2060 |  61 |   0 |   0 | 1.170000e+02 | 1.740000e+02 |  48.72%
0.48/0.51	c   0.5s|     1 |     0 |  1482 |     - |3430k|   0 | 171 | 200 |1999 | 200 |2068 |  69 |   0 |   0 | 1.182500e+02 | 1.740000e+02 |  47.15%
0.48/0.57	c   0.6s|     1 |     0 |  1649 |     - |3455k|   0 | 166 | 200 |1999 | 200 |2078 |  79 |   0 |   0 | 1.197500e+02 | 1.740000e+02 |  45.30%
0.59/0.63	c   0.6s|     1 |     0 |  1757 |     - |3488k|   0 | 162 | 200 |1999 | 200 |2087 |  88 |   0 |   0 | 1.217500e+02 | 1.740000e+02 |  42.92%
0.59/0.68	c   0.7s|     1 |     0 |  1946 |     - |3511k|   0 | 165 | 200 |1999 | 200 |2094 |  97 |   0 |   0 | 1.225000e+02 | 1.740000e+02 |  42.04%
0.69/0.75	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.69/0.75	c   0.8s|     1 |     0 |  2290 |     - |3564k|   0 | 154 | 200 |1999 | 200 |2103 | 106 |   0 |   0 | 1.230000e+02 | 1.740000e+02 |  41.46%
0.79/0.82	c   0.8s|     1 |     0 |  2548 |     - |3619k|   0 | 165 | 200 |1999 | 200 |2113 | 116 |   0 |   0 | 1.246000e+02 | 1.740000e+02 |  39.65%
0.79/0.89	c   0.9s|     1 |     0 |  2809 |     - |3653k|   0 | 172 | 200 |1999 | 200 |2125 | 128 |   0 |   0 | 1.255000e+02 | 1.740000e+02 |  38.65%
0.89/0.98	c   1.0s|     1 |     0 |  3169 |     - |3882k|   0 | 166 | 200 |1999 | 200 |2136 | 139 |   0 |   0 | 1.270000e+02 | 1.740000e+02 |  37.01%
0.99/1.07	c   1.1s|     1 |     0 |  3506 |     - |4052k|   0 | 148 | 200 |1999 | 200 |2147 | 150 |   0 |   0 | 1.280000e+02 | 1.740000e+02 |  35.94%
1.09/1.12	c   1.1s|     1 |     0 |  3644 |     - |4110k|   0 | 164 | 200 |1999 | 200 |2145 | 160 |   0 |   0 | 1.287500e+02 | 1.740000e+02 |  35.15%
1.19/1.22	c   1.2s|     1 |     0 |  3911 |     - |4773k|   0 | 150 | 200 |1999 | 200 |2156 | 171 |   0 |   0 | 1.295000e+02 | 1.740000e+02 |  34.36%
1.29/1.31	c   1.3s|     1 |     0 |  4294 |     - |4897k|   0 | 140 | 200 |1999 | 200 |2169 | 184 |   0 |   0 | 1.300000e+02 | 1.740000e+02 |  33.85%
1.39/1.42	c   1.4s|     1 |     0 |  4866 |     - |4913k|   0 | 180 | 200 |1999 | 200 |2175 | 190 |   0 |   0 | 1.303000e+02 | 1.740000e+02 |  33.54%
1.49/1.50	c   1.5s|     1 |     0 |  5231 |     - |5535k|   0 | 181 | 200 |1999 | 200 |2190 | 205 |   0 |   0 | 1.309048e+02 | 1.740000e+02 |  32.92%
1.49/1.59	c   1.6s|     1 |     0 |  5714 |     - |5804k|   0 | 185 | 200 |1999 | 200 |2203 | 218 |   0 |   0 | 1.317356e+02 | 1.740000e+02 |  32.08%
1.59/1.69	c   1.7s|     1 |     0 |  6246 |     - |6108k|   0 | 194 | 200 |1999 | 200 |2189 | 229 |   0 |   0 | 1.331735e+02 | 1.740000e+02 |  30.66%
1.69/1.79	c   1.8s|     1 |     0 |  6465 |     - |7282k|   0 | 192 | 200 |1999 | 200 |2199 | 239 |   0 |   0 | 1.339226e+02 | 1.740000e+02 |  29.93%
1.88/1.91	c   1.9s|     1 |     0 |  6798 |     - |8585k|   0 | 192 | 200 |1999 | 200 |2213 | 253 |   0 |   0 | 1.345002e+02 | 1.740000e+02 |  29.37%
1.99/2.05	c   2.1s|     1 |     0 |  7031 |     - |9486k|   0 | 194 | 200 |1999 | 200 |2226 | 266 |   0 |   0 | 1.347367e+02 | 1.740000e+02 |  29.14%
2.19/2.22	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
2.19/2.22	c   2.2s|     1 |     0 |  7200 |     - |9505k|   0 | 195 | 200 |1999 | 200 |2238 | 278 |   0 |   0 | 1.349639e+02 | 1.740000e+02 |  28.92%
2.39/2.41	c   2.4s|     1 |     0 |  7565 |     - |9527k|   0 | 198 | 200 |1999 | 200 |2251 | 291 |   0 |   0 | 1.355198e+02 | 1.740000e+02 |  28.39%
2.49/2.58	c   2.6s|     1 |     0 |  7723 |     - |9531k|   0 | 199 | 200 |1999 | 200 |2229 | 297 |   0 |   0 | 1.357543e+02 | 1.740000e+02 |  28.17%
2.69/2.75	c   2.7s|     1 |     0 |  7848 |     - |9534k|   0 | 197 | 200 |1999 | 200 |2234 | 302 |   0 |   0 | 1.359127e+02 | 1.740000e+02 |  28.02%
2.89/2.92	c   2.9s|     1 |     0 |  8034 |     - |9564k|   0 | 194 | 200 |1999 | 200 |2242 | 310 |   0 |   0 | 1.362029e+02 | 1.740000e+02 |  27.75%
3.08/3.10	c   3.1s|     1 |     0 |  8357 |     - |9584k|   0 | 195 | 200 |1999 | 200 |2254 | 322 |   0 |   0 | 1.366405e+02 | 1.740000e+02 |  27.34%
3.19/3.28	c   3.3s|     1 |     0 |  8541 |     - |9588k|   0 | 194 | 200 |1999 | 200 |2265 | 333 |   0 |   0 | 1.368315e+02 | 1.740000e+02 |  27.16%
3.39/3.45	c   3.4s|     1 |     0 |  8672 |     - |9592k|   0 | 193 | 200 |1999 | 200 |2275 | 343 |   0 |   0 | 1.370309e+02 | 1.740000e+02 |  26.98%
3.59/3.61	c   3.6s|     1 |     0 |  8813 |     - |9597k|   0 | 193 | 200 |1999 | 200 |2260 | 352 |   0 |   0 | 1.372175e+02 | 1.740000e+02 |  26.81%
3.69/3.79	c   3.8s|     1 |     0 |  9071 |     - |9601k|   0 | 194 | 200 |1999 | 200 |2269 | 361 |   0 |   0 | 1.374888e+02 | 1.740000e+02 |  26.56%
3.88/3.97	c   4.0s|     1 |     0 |  9352 |     - |9605k|   0 | 196 | 200 |1999 | 200 |2281 | 373 |   0 |   0 | 1.378566e+02 | 1.740000e+02 |  26.22%
4.09/4.15	c   4.1s|     1 |     0 |  9522 |     - |9620k|   0 | 198 | 200 |1999 | 200 |2290 | 382 |   0 |   0 | 1.381541e+02 | 1.740000e+02 |  25.95%
4.29/4.33	c   4.3s|     1 |     0 |  9705 |     - |9625k|   0 | 197 | 200 |1999 | 200 |2297 | 389 |   0 |   0 | 1.383972e+02 | 1.740000e+02 |  25.73%
4.39/4.49	c   4.5s|     1 |     0 |  9794 |     - |9629k|   0 | 198 | 200 |1999 | 200 |2303 | 395 |   0 |   0 | 1.385176e+02 | 1.740000e+02 |  25.62%
4.59/4.67	c   4.7s|     1 |     0 |  9931 |     - |9633k|   0 | 198 | 200 |1999 | 200 |2297 | 403 |   0 |   0 | 1.386385e+02 | 1.740000e+02 |  25.51%
4.78/4.85	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
4.78/4.85	c   4.8s|     1 |     0 | 10107 |     - |9639k|   0 | 199 | 200 |1999 | 200 |2307 | 413 |   0 |   0 | 1.388656e+02 | 1.740000e+02 |  25.30%
4.99/5.02	c   5.0s|     1 |     0 | 10193 |     - |9644k|   0 | 199 | 200 |1999 | 200 |2315 | 421 |   0 |   0 | 1.389209e+02 | 1.740000e+02 |  25.25%
5.09/5.18	c   5.2s|     1 |     0 | 10241 |     - |9649k|   0 | 199 | 200 |1999 | 200 |2324 | 430 |   0 |   0 | 1.389572e+02 | 1.740000e+02 |  25.22%
5.29/5.34	c   5.3s|     1 |     0 | 10338 |     - |9655k|   0 | 199 | 200 |1999 | 200 |2335 | 441 |   0 |   0 | 1.390266e+02 | 1.740000e+02 |  25.16%
5.49/5.51	c   5.5s|     1 |     0 | 10382 |     - |9660k|   0 | 199 | 200 |1999 | 200 |2342 | 448 |   0 |   0 | 1.390623e+02 | 1.740000e+02 |  25.12%
5.59/5.68	c   5.7s|     1 |     0 | 10485 |     - |9663k|   0 | 200 | 200 |1999 | 200 |2322 | 456 |   0 |   0 | 1.391135e+02 | 1.740000e+02 |  25.08%
5.78/5.84	c   5.8s|     1 |     0 | 10560 |     - |9669k|   0 | 200 | 200 |1999 | 200 |2332 | 466 |   0 |   0 | 1.391439e+02 | 1.740000e+02 |  25.05%
5.99/6.00	c   6.0s|     1 |     0 | 10651 |     - |9674k|   0 | 200 | 200 |1999 | 200 |2340 | 474 |   0 |   0 | 1.391830e+02 | 1.740000e+02 |  25.02%
6.09/6.17	c   6.2s|     1 |     0 | 10741 |     - |9678k|   0 | 200 | 200 |1999 | 200 |2348 | 482 |   0 |   0 | 1.392189e+02 | 1.740000e+02 |  24.98%
6.28/6.33	c   6.3s|     1 |     0 | 10791 |     - |9683k|   0 | 200 | 200 |1999 | 200 |2357 | 491 |   0 |   0 | 1.392486e+02 | 1.740000e+02 |  24.96%
6.38/6.49	c   6.5s|     1 |     0 | 10845 |     - |9686k|   0 | 200 | 200 |1999 | 200 |2363 | 497 |   0 |   0 | 1.392562e+02 | 1.740000e+02 |  24.95%
6.60/6.65	c   6.6s|     1 |     0 | 10867 |     - |9690k|   0 | 200 | 200 |1999 | 200 |2326 | 502 |   0 |   0 | 1.392594e+02 | 1.740000e+02 |  24.95%
6.79/6.80	c   6.8s|     1 |     0 | 10897 |     - |9693k|   0 | 200 | 200 |1999 | 200 |2331 | 507 |   0 |   0 | 1.392657e+02 | 1.740000e+02 |  24.94%
6.89/6.96	c   7.0s|     1 |     0 | 11056 |     - |9704k|   0 | 200 | 200 |1999 | 200 |2336 | 512 |   0 |   0 | 1.393719e+02 | 1.740000e+02 |  24.85%
7.08/7.13	c   7.1s|     1 |     0 | 11125 |     - |9708k|   0 | 200 | 200 |1999 | 200 |2343 | 519 |   0 |   0 | 1.393878e+02 | 1.740000e+02 |  24.83%
7.19/7.29	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
7.19/7.29	c   7.3s|     1 |     0 | 11156 |     - |9711k|   0 | 200 | 200 |1999 | 200 |2347 | 523 |   0 |   0 | 1.393908e+02 | 1.740000e+02 |  24.83%
7.39/7.45	c   7.5s|     1 |     0 | 11168 |     - |9713k|   0 | 200 | 200 |1999 | 200 |2352 | 528 |   0 |   0 | 1.393917e+02 | 1.740000e+02 |  24.83%
7.60/7.61	c   7.6s|     1 |     0 | 11175 |     - |9714k|   0 | 200 | 200 |1999 | 200 |2307 | 529 |   0 |   0 | 1.393917e+02 | 1.740000e+02 |  24.83%
8.98/9.00	c   9.0s|     1 |     2 | 11175 |     - |9720k|   0 | 200 | 200 |1999 | 200 |2307 | 529 |   0 |  15 | 1.393917e+02 | 1.740000e+02 |  24.83%
13.19/13.25	o 169
13.19/13.25	c c13.2s|    14 |    12 | 13350 | 167.3 |9851k|  13 |   - | 200 |1999 | 200 |2199 | 529 |   0 | 267 | 1.395527e+02 | 1.690000e+02 |  21.10%
16.59/16.63	o 168
16.59/16.63	c *16.6s|    24 |    20 | 15389 | 183.2 |9928k|  13 |   - | 200 |1999 | 200 |2199 | 529 |   0 | 443 | 1.395527e+02 | 1.680000e+02 |  20.38%
21.59/21.60	o 167
21.59/21.60	c f21.6s|    52 |    40 | 18969 | 152.8 |  10M|  13 |   - | 200 |1999 | 200 |2199 | 529 |   0 | 635 | 1.395527e+02 | 1.670000e+02 |  19.67%
21.59/21.68	o 166
21.59/21.68	c *21.7s|    60 |    44 | 19650 | 143.6 |  10M|  13 |   - | 200 |1999 | 200 |2199 | 529 |   0 | 635 | 1.395527e+02 | 1.660000e+02 |  18.95%
22.39/22.44	o 165
22.39/22.44	c *22.4s|   147 |    91 | 26194 | 102.9 |  10M|  15 |   - | 200 |1999 | 200 |2199 | 529 |   0 | 644 | 1.395527e+02 | 1.650000e+02 |  18.23%
24.59/24.62	o 164
24.59/24.62	c R24.6s|   401 |   181 | 41682 |  76.3 |  10M|  17 |   - | 200 |1999 | 200 |2199 | 529 |   0 | 681 | 1.399151e+02 | 1.640000e+02 |  17.21%
27.19/27.20	o 163
27.19/27.20	c o27.2s|   637 |   303 | 66432 |  86.9 |  11M|  27 |   0 | 200 |1999 | 200 |2199 | 529 |   0 | 681 | 1.410510e+02 | 1.630000e+02 |  15.56%
31.89/31.98	o 162
31.89/31.98	c l32.0s|   769 |   392 |107634 | 125.6 |  11M|  28 |   - | 200 |1999 | 200 |2199 | 529 |   0 | 736 | 1.420455e+02 | 1.620000e+02 |  14.05%
61.68/61.78	o 161
61.68/61.78	c c61.8s|  3251 |  1900 |380000 | 113.5 |  15M|  34 |   - | 200 |1999 | 200 |2199 | 529 |   0 |1022 | 1.438750e+02 | 1.610000e+02 |  11.90%
65.38/65.47	o 160
65.38/65.47	c o65.5s|  3658 |  2187 |417937 | 111.2 |  16M|  35 |   0 | 200 |1999 | 200 |2199 | 529 |   0 |1022 | 1.440000e+02 | 1.600000e+02 |  11.11%
98.48/98.58	c  98.6s| 10000 |  4036 |733810 |  72.3 |  22M|  44 |  67 | 200 |1999 | 200 |2199 | 529 |   0 |1264 | 1.452407e+02 | 1.600000e+02 |  10.16%
135.66/135.74	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
135.66/135.74	c   136s| 20000 |  6388 |  1091k|  54.0 |  29M|  48 |   - | 200 |1999 | 200 |2199 | 529 |   0 |1631 | 1.460980e+02 | 1.600000e+02 |   9.52%
169.76/169.86	c   170s| 30000 |  8398 |  1424k|  47.1 |  36M|  49 |   - | 200 |1999 | 200 |2199 | 529 |   0 |2027 | 1.466667e+02 | 1.600000e+02 |   9.09%
197.66/197.71	c   198s| 40000 |  9758 |  1693k|  42.1 |  40M|  52 |   - | 200 |1999 | 200 |2199 | 529 |   0 |2385 | 1.470000e+02 | 1.600000e+02 |   8.84%
224.66/224.79	c   225s| 50000 | 11022 |  1961k|  39.0 |  44M|  54 |  77 | 200 |1999 | 200 |2199 | 529 |   0 |2659 | 1.473333e+02 | 1.600000e+02 |   8.60%
249.15/249.20	c   249s| 60000 | 12084 |  2203k|  36.5 |  48M|  54 |  68 | 200 |1999 | 200 |2199 | 529 |   0 |2890 | 1.475000e+02 | 1.600000e+02 |   8.47%
272.35/272.43	c   272s| 70000 | 12996 |  2434k|  34.6 |  52M|  60 |  66 | 200 |1999 | 200 |2199 | 529 |   0 |3104 | 1.477500e+02 | 1.600000e+02 |   8.29%
296.64/296.70	c   297s| 80000 | 13804 |  2671k|  33.3 |  55M|  60 |  86 | 200 |1999 | 200 |2199 | 529 |   0 |3402 | 1.480000e+02 | 1.600000e+02 |   8.11%
319.34/319.40	c   319s| 90000 | 14592 |  2898k|  32.1 |  58M|  60 |  61 | 200 |1999 | 200 |2199 | 529 |   0 |3550 | 1.480556e+02 | 1.600000e+02 |   8.07%
343.14/343.20	c   343s|100000 | 15398 |  3132k|  31.2 |  61M|  60 |  69 | 200 |1999 | 200 |2199 | 529 |   0 |3833 | 1.482500e+02 | 1.600000e+02 |   7.93%
366.33/366.48	c   366s|110000 | 16188 |  3363k|  30.5 |  64M|  60 |  66 | 200 |1999 | 200 |2199 | 529 |   0 |4072 | 1.484444e+02 | 1.600000e+02 |   7.78%
387.43/387.51	c   388s|120000 | 16790 |  3573k|  29.7 |  66M|  60 |  71 | 200 |1999 | 200 |2199 | 529 |   0 |4224 | 1.485000e+02 | 1.600000e+02 |   7.74%
409.33/409.45	c   409s|130000 | 17468 |  3794k|  29.1 |  69M|  60 |   - | 200 |1999 | 200 |2199 | 529 |   0 |4389 | 1.485876e+02 | 1.600000e+02 |   7.68%
431.13/431.23	c   431s|140000 | 18076 |  4009k|  28.6 |  71M|  60 |   - | 200 |1999 | 200 |2199 | 529 |   0 |4598 | 1.487500e+02 | 1.600000e+02 |   7.56%
453.13/453.27	c   453s|150000 | 18782 |  4229k|  28.1 |  74M|  60 |  72 | 200 |1999 | 200 |2199 | 529 |   0 |4810 | 1.488750e+02 | 1.600000e+02 |   7.47%
474.82/474.98	c   475s|160000 | 19426 |  4446k|  27.7 |  76M|  60 |  74 | 200 |1999 | 200 |2199 | 529 |   0 |4985 | 1.490000e+02 | 1.600000e+02 |   7.38%
495.82/495.99	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
495.82/495.99	c   496s|170000 | 20070 |  4658k|  27.3 |  78M|  60 |  92 | 200 |1999 | 200 |2199 | 529 |   0 |5138 | 1.490000e+02 | 1.600000e+02 |   7.38%
516.92/517.01	c   517s|180000 | 20738 |  4870k|  27.0 |  81M|  60 |  99 | 200 |1999 | 200 |2199 | 529 |   0 |5266 | 1.490000e+02 | 1.600000e+02 |   7.38%
538.51/538.62	c   539s|190000 | 21406 |  5088k|  26.7 |  83M|  62 |  70 | 200 |1999 | 200 |2199 | 529 |   0 |5408 | 1.492051e+02 | 1.600000e+02 |   7.23%
559.20/559.30	c   559s|200000 | 22020 |  5298k|  26.4 |  86M|  62 |  73 | 200 |1999 | 200 |2199 | 529 |   0 |5590 | 1.492721e+02 | 1.600000e+02 |   7.19%
580.90/581.05	c   581s|210000 | 22624 |  5516k|  26.2 |  88M|  62 |  88 | 200 |1999 | 200 |2199 | 529 |   0 |5749 | 1.493804e+02 | 1.600000e+02 |   7.11%
602.50/602.66	c   603s|220000 | 23300 |  5735k|  26.0 |  91M|  62 |  83 | 200 |1999 | 200 |2199 | 529 |   0 |5883 | 1.495000e+02 | 1.600000e+02 |   7.02%
622.90/623.06	c   623s|230000 | 23868 |  5940k|  25.8 |  93M|  62 |   - | 200 |1999 | 200 |2199 | 529 |   0 |6065 | 1.495000e+02 | 1.600000e+02 |   7.02%
643.59/643.72	c   644s|240000 | 24426 |  6149k|  25.6 |  95M|  62 |   - | 200 |1999 | 200 |2199 | 529 |   0 |6193 | 1.495000e+02 | 1.600000e+02 |   7.02%
664.69/664.83	c   665s|250000 | 24990 |  6361k|  25.4 |  97M|  62 |  83 | 200 |1999 | 200 |2199 | 529 |   0 |6349 | 1.495833e+02 | 1.600000e+02 |   6.96%
685.99/686.17	c   686s|260000 | 25570 |  6576k|  25.3 |  99M|  62 |  66 | 200 |1999 | 200 |2199 | 529 |   0 |6520 | 1.497143e+02 | 1.600000e+02 |   6.87%
706.38/706.55	c   707s|270000 | 26100 |  6782k|  25.1 | 101M|  62 |   - | 200 |1999 | 200 |2199 | 529 |   0 |6645 | 1.497778e+02 | 1.600000e+02 |   6.82%
727.57/727.71	c   728s|280000 | 26678 |  6997k|  25.0 | 103M|  64 |   - | 200 |1999 | 200 |2199 | 529 |   0 |6767 | 1.498750e+02 | 1.600000e+02 |   6.76%
748.07/748.23	c   748s|290000 | 27222 |  7206k|  24.8 | 105M|  65 |   - | 200 |1999 | 200 |2199 | 529 |   0 |6860 | 1.499750e+02 | 1.600000e+02 |   6.68%
768.27/768.48	c   768s|300000 | 27806 |  7413k|  24.7 | 108M|  65 |  87 | 200 |1999 | 200 |2199 | 529 |   0 |6974 | 1.500000e+02 | 1.600000e+02 |   6.67%
788.17/788.38	c   788s|310000 | 28292 |  7614k|  24.5 | 109M|  65 |   - | 200 |1999 | 200 |2199 | 529 |   0 |7131 | 1.500000e+02 | 1.600000e+02 |   6.67%
808.27/808.44	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
808.27/808.44	c   808s|320000 | 28814 |  7818k|  24.4 | 111M|  65 |  68 | 200 |1999 | 200 |2199 | 529 |   0 |7268 | 1.500000e+02 | 1.600000e+02 |   6.67%
828.27/828.45	c   828s|330000 | 29366 |  8019k|  24.3 | 113M|  65 |   - | 200 |1999 | 200 |2199 | 529 |   0 |7452 | 1.500000e+02 | 1.600000e+02 |   6.67%
849.36/849.58	c   850s|340000 | 29942 |  8232k|  24.2 | 116M|  65 |  77 | 200 |1999 | 200 |2199 | 529 |   0 |7574 | 1.501860e+02 | 1.600000e+02 |   6.53%
868.86/869.09	c   869s|350000 | 30478 |  8432k|  24.1 | 118M|  65 |   - | 200 |1999 | 200 |2199 | 529 |   0 |7635 | 1.502500e+02 | 1.600000e+02 |   6.49%
889.56/889.73	c   890s|360000 | 31088 |  8642k|  24.0 | 120M|  66 |  82 | 200 |1999 | 200 |2199 | 529 |   0 |7743 | 1.503329e+02 | 1.600000e+02 |   6.43%
910.05/910.25	c   910s|370000 | 31624 |  8849k|  23.9 | 122M|  66 |   - | 200 |1999 | 200 |2199 | 529 |   0 |7888 | 1.503889e+02 | 1.600000e+02 |   6.39%
930.05/930.28	c   930s|380000 | 32122 |  9050k|  23.8 | 124M|  66 |   - | 200 |1999 | 200 |2199 | 529 |   0 |8032 | 1.504819e+02 | 1.600000e+02 |   6.33%
949.24/949.48	c   949s|390000 | 32574 |  9246k|  23.7 | 125M|  66 |   - | 200 |1999 | 200 |2199 | 529 |   0 |8136 | 1.505000e+02 | 1.600000e+02 |   6.31%
967.95/968.19	c   968s|400000 | 33072 |  9440k|  23.6 | 127M|  66 |  68 | 200 |1999 | 200 |2199 | 529 |   0 |8198 | 1.505000e+02 | 1.600000e+02 |   6.31%
987.65/987.82	c   988s|410000 | 33606 |  9640k|  23.5 | 129M|  66 | 100 | 200 |1999 | 200 |2199 | 529 |   0 |8303 | 1.505000e+02 | 1.600000e+02 |   6.31%
1007.23/1007.48	c  1007s|420000 | 34134 |  9840k|  23.4 | 131M|  66 |   - | 200 |1999 | 200 |2199 | 529 |   0 |8436 | 1.505000e+02 | 1.600000e+02 |   6.31%
1026.84/1027.06	c  1027s|430000 | 34634 | 10038k|  23.3 | 133M|  66 |  74 | 200 |1999 | 200 |2199 | 529 |   0 |8541 | 1.505476e+02 | 1.600000e+02 |   6.28%
1046.33/1046.57	c  1047s|440000 | 35080 | 10239k|  23.2 | 135M|  67 |  73 | 200 |1999 | 200 |2199 | 529 |   0 |8580 | 1.506556e+02 | 1.600000e+02 |   6.20%
1066.23/1066.43	c  1066s|450000 | 35538 | 10440k|  23.2 | 137M|  67 |  72 | 200 |1999 | 200 |2199 | 529 |   0 |8715 | 1.507241e+02 | 1.600000e+02 |   6.15%
1084.73/1084.96	c  1085s|460000 | 35906 | 10625k|  23.1 | 138M|  67 |   - | 200 |1999 | 200 |2199 | 529 |   0 |8856 | 1.507500e+02 | 1.600000e+02 |   6.14%
1103.82/1104.05	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1103.82/1104.05	c  1104s|470000 | 36346 | 10821k|  23.0 | 140M|  67 |   - | 200 |1999 | 200 |2199 | 529 |   0 |8908 | 1.507935e+02 | 1.600000e+02 |   6.11%
1123.42/1123.62	c  1124s|480000 | 36784 | 11020k|  22.9 | 141M|  67 |  78 | 200 |1999 | 200 |2199 | 529 |   0 |9018 | 1.508571e+02 | 1.600000e+02 |   6.06%
1143.72/1143.99	c  1144s|490000 | 37310 | 11227k|  22.9 | 143M|  67 |   - | 200 |1999 | 200 |2199 | 529 |   0 |9152 | 1.509211e+02 | 1.600000e+02 |   6.02%
1163.62/1163.84	c  1164s|500000 | 37782 | 11429k|  22.8 | 145M|  67 |   - | 200 |1999 | 200 |2199 | 529 |   0 |9223 | 1.510000e+02 | 1.600000e+02 |   5.96%
1182.21/1182.43	c  1182s|510000 | 38302 | 11621k|  22.8 | 147M|  67 |   - | 200 |1999 | 200 |2199 | 529 |   0 |9262 | 1.510000e+02 | 1.600000e+02 |   5.96%
1201.50/1201.74	c  1202s|520000 | 38852 | 11820k|  22.7 | 149M|  67 |  69 | 200 |1999 | 200 |2199 | 529 |   0 |9410 | 1.510000e+02 | 1.600000e+02 |   5.96%
1220.39/1220.62	c  1221s|530000 | 39426 | 12017k|  22.7 | 151M|  67 |  82 | 200 |1999 | 200 |2199 | 529 |   0 |9509 | 1.510000e+02 | 1.600000e+02 |   5.96%
1238.59/1238.87	c  1239s|540000 | 39840 | 12207k|  22.6 | 152M|  67 |  71 | 200 |1999 | 200 |2199 | 529 |   0 |9573 | 1.510000e+02 | 1.600000e+02 |   5.96%
1257.28/1257.57	c  1258s|550000 | 40272 | 12398k|  22.5 | 154M|  67 |   - | 200 |1999 | 200 |2199 | 529 |   0 |9712 | 1.510000e+02 | 1.600000e+02 |   5.96%
1274.98/1275.26	c  1275s|560000 | 40690 | 12584k|  22.5 | 156M|  67 |  71 | 200 |1999 | 200 |2199 | 529 |   0 |9736 | 1.510000e+02 | 1.600000e+02 |   5.96%
1293.78/1294.06	c  1294s|570000 | 41086 | 12776k|  22.4 | 157M|  68 | 104 | 200 |1999 | 200 |2199 | 529 |   0 |9866 | 1.511000e+02 | 1.600000e+02 |   5.89%
1312.77/1313.07	c  1313s|580000 | 41514 | 12971k|  22.3 | 159M|  68 |   - | 200 |1999 | 200 |2199 | 529 |   0 |9982 | 1.511719e+02 | 1.600000e+02 |   5.84%
1331.07/1331.39	c  1331s|590000 | 41910 | 13163k|  22.3 | 160M|  68 |  75 | 200 |1999 | 200 |2199 | 529 |   0 |9996 | 1.512308e+02 | 1.600000e+02 |   5.80%
1349.37/1349.66	c  1350s|600000 | 42314 | 13349k|  22.2 | 162M|  69 |   - | 200 |1999 | 200 |2199 | 529 |   0 |  10k| 1.512500e+02 | 1.600000e+02 |   5.79%
1368.07/1368.36	c  1368s|610000 | 42772 | 13545k|  22.2 | 163M|  69 |  73 | 200 |1999 | 200 |2199 | 529 |   0 |  10k| 1.512500e+02 | 1.600000e+02 |   5.79%
1387.06/1387.36	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1387.06/1387.36	c  1387s|620000 | 43214 | 13741k|  22.1 | 165M|  69 |  76 | 200 |1999 | 200 |2199 | 529 |   0 |  10k| 1.513288e+02 | 1.600000e+02 |   5.73%
1406.26/1406.58	c  1407s|630000 | 43604 | 13937k|  22.1 | 167M|  69 |  68 | 200 |1999 | 200 |2199 | 529 |   0 |  10k| 1.513529e+02 | 1.600000e+02 |   5.71%
1424.95/1425.29	c  1425s|640000 | 44036 | 14132k|  22.1 | 168M|  69 |   - | 200 |1999 | 200 |2199 | 529 |   0 |  10k| 1.514000e+02 | 1.600000e+02 |   5.68%
1443.75/1444.04	c  1444s|650000 | 44418 | 14323k|  22.0 | 170M|  69 |  73 | 200 |1999 | 200 |2199 | 529 |   0 |  10k| 1.514444e+02 | 1.600000e+02 |   5.65%
1462.55/1462.86	c  1463s|660000 | 44860 | 14519k|  22.0 | 171M|  69 |  68 | 200 |1999 | 200 |2199 | 529 |   0 |  10k| 1.515000e+02 | 1.600000e+02 |   5.61%
1480.94/1481.21	c  1481s|670000 | 45304 | 14708k|  21.9 | 173M|  69 |   - | 200 |1999 | 200 |2199 | 529 |   0 |  10k| 1.515000e+02 | 1.600000e+02 |   5.61%
1498.74/1499.02	c  1499s|680000 | 45672 | 14892k|  21.9 | 174M|  69 |   - | 200 |1999 | 200 |2199 | 529 |   0 |  10k| 1.515000e+02 | 1.600000e+02 |   5.61%
1516.54/1516.90	c  1517s|690000 | 46010 | 15078k|  21.8 | 176M|  69 |  77 | 200 |1999 | 200 |2199 | 529 |   0 |  10k| 1.515000e+02 | 1.600000e+02 |   5.61%
1534.53/1534.85	c  1535s|700000 | 46362 | 15263k|  21.8 | 177M|  69 |  78 | 200 |1999 | 200 |2199 | 529 |   0 |  11k| 1.515000e+02 | 1.600000e+02 |   5.61%
1552.53/1552.84	c  1553s|710000 | 46776 | 15451k|  21.7 | 179M|  69 |   - | 200 |1999 | 200 |2199 | 529 |   0 |  11k| 1.515000e+02 | 1.600000e+02 |   5.61%
1570.63/1570.98	c  1571s|720000 | 47178 | 15637k|  21.7 | 180M|  69 |  89 | 200 |1999 | 200 |2199 | 529 |   0 |  11k| 1.515000e+02 | 1.600000e+02 |   5.61%
1588.43/1588.73	c  1589s|730000 | 47566 | 15823k|  21.7 | 182M|  69 |   - | 200 |1999 | 200 |2199 | 529 |   0 |  11k| 1.515000e+02 | 1.600000e+02 |   5.61%
1606.73/1607.02	c  1607s|740000 | 47956 | 16013k|  21.6 | 183M|  69 |   - | 200 |1999 | 200 |2199 | 529 |   0 |  11k| 1.515000e+02 | 1.600000e+02 |   5.61%
1625.62/1625.93	c  1626s|750000 | 48388 | 16208k|  21.6 | 185M|  71 |  71 | 200 |1999 | 200 |2199 | 529 |   0 |  11k| 1.515714e+02 | 1.600000e+02 |   5.56%
1643.03/1643.31	c  1643s|760000 | 48640 | 16389k|  21.6 | 186M|  71 |   - | 200 |1999 | 200 |2199 | 529 |   0 |  11k| 1.516214e+02 | 1.600000e+02 |   5.53%
1661.12/1661.41	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1661.12/1661.41	c  1661s|770000 | 48850 | 16573k|  21.5 | 187M|  71 |  73 | 200 |1999 | 200 |2199 | 529 |   0 |  11k| 1.516438e+02 | 1.600000e+02 |   5.51%
1678.12/1678.50	c  1678s|780000 | 49090 | 16751k|  21.5 | 188M|  71 |  71 | 200 |1999 | 200 |2199 | 529 |   0 |  11k| 1.516667e+02 | 1.600000e+02 |   5.49%
1695.82/1696.20	c  1696s|790000 | 49340 | 16930k|  21.4 | 189M|  72 |   - | 200 |1999 | 200 |2199 | 529 |   0 |  11k| 1.517097e+02 | 1.600000e+02 |   5.46%
1713.21/1713.52	c  1714s|800000 | 49564 | 17110k|  21.4 | 190M|  73 |  75 | 200 |1999 | 200 |2199 | 529 |   0 |  11k| 1.517500e+02 | 1.600000e+02 |   5.44%
1730.51/1730.84	c  1731s|810000 | 49816 | 17286k|  21.3 | 191M|  73 |  72 | 200 |1999 | 200 |2199 | 529 |   0 |  11k| 1.517500e+02 | 1.600000e+02 |   5.44%
1747.51/1747.80	c  1748s|820000 | 50058 | 17464k|  21.3 | 192M|  73 |   - | 200 |1999 | 200 |2199 | 529 |   0 |  11k| 1.517500e+02 | 1.600000e+02 |   5.44%
1764.20/1764.52	c  1765s|830000 | 50292 | 17634k|  21.2 | 193M|  73 |   - | 200 |1999 | 200 |2199 | 529 |   0 |  12k| 1.517500e+02 | 1.600000e+02 |   5.44%
1781.40/1781.78	c  1782s|840000 | 50484 | 17813k|  21.2 | 194M|  73 |   - | 200 |1999 | 200 |2199 | 529 |   0 |  12k| 1.517727e+02 | 1.600000e+02 |   5.42%
1796.70/1797.00	c 
1796.70/1797.00	c SCIP Status        : solving was interrupted [time limit reached]
1796.70/1797.00	c Solving Time (sec) : 1797.00
1796.70/1797.00	c Solving Nodes      : 848245
1796.70/1797.00	c Primal Bound       : +1.60000000000000e+02 (567 solutions)
1796.70/1797.00	c Dual Bound         : +1.51800000000000e+02
1796.70/1797.00	c Gap                : 5.40 %
1796.70/1797.00	s SATISFIABLE
1796.70/1797.00	v x200 x199 x198 -x197 x196 x195 x194 x193 x192 x191 x190 -x189 x188 x187 x186 x185 x184 -x183 x182 x181 x180 x179 x178 x177 x176 
1796.70/1797.00	v x175 x174 -x173 x172 -x171 x170 -x169 -x168 x167 -x166 x165 x164 x163 x162 x161 x160 x159 -x158 x157 x156 -x155 x154 x153 x152 
1796.70/1797.00	v x151 x150 x149 x148 -x147 -x146 -x145 -x144 x143 x142 x141 x140 x139 x138 x137 x136 x135 x134 x133 x132 x131 -x130 -x129 x128 
1796.70/1797.00	v x127 x126 x125 x124 x123 -x122 x121 -x120 -x119 x118 x117 x116 x115 x114 x113 x112 -x111 -x110 -x109 x108 x107 -x106 x105 
1796.70/1797.00	v x104 x103 x102 x101 x100 x99 x98 x97 x96 -x95 -x94 x93 x92 x91 x90 -x89 x88 -x87 x86 x85 -x84 x83 x82 -x81 x80 x79 x78 x77 x76 
1796.70/1797.00	v x75 x74 x73 x72 -x71 x70 x69 x68 x67 x66 x65 x64 x63 x62 x61 x60 -x59 x58 -x57 x56 x55 x54 -x53 x52 x51 x50 x49 x48 x47 x46 
1796.70/1797.00	v x45 x44 -x43 x42 x41 x40 -x39 x38 x37 x36 x35 x34 -x33 x32 x31 x30 x29 x28 x27 x26 x25 -x24 x23 x22 x21 x20 x19 x18 x17 x16 
1796.70/1797.00	v x15 -x14 x13 x12 x11 -x10 x9 x8 x7 x6 -x5 x4 x3 x2 x1 
1796.70/1797.00	c SCIP Status        : solving was interrupted [time limit reached]
1796.70/1797.00	c Total Time         :    1797.00
1796.70/1797.00	c   solving          :    1797.00
1796.70/1797.00	c   presolving       :       0.03 (included in solving)
1796.70/1797.00	c   reading          :       0.01 (included in solving)
1796.70/1797.00	c Original Problem   :
1796.70/1797.00	c   Problem name     : HOME/instance-3741320-1338774138.opb
1796.70/1797.00	c   Variables        : 200 (200 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.70/1797.00	c   Constraints      : 1999 initial, 1999 maximal
1796.70/1797.00	c Presolved Problem  :
1796.70/1797.00	c   Problem name     : t_HOME/instance-3741320-1338774138.opb
1796.70/1797.00	c   Variables        : 200 (200 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.70/1797.00	c   Constraints      : 1999 initial, 1999 maximal
1796.70/1797.00	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1796.70/1797.00	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.00	c   dualfix          :       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.00	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.00	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.00	c   pseudoobj        :       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.00	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.00	c   probing          :       0.01          0          0          0          0          0          0          0          0          0
1796.70/1797.00	c   setppc           :       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.00	c   linear           :       0.01          0          0          0          0          0          0          0          0          0
1796.70/1797.00	c   root node        :          -          0          -          -          0          -          -          -          -          -
1796.70/1797.00	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1796.70/1797.00	c   integral         :          0          0          0     450661          0        569          0        227       2486          0          0     899440
1796.70/1797.00	c   setppc           :       1999         60    1325070          3          0        564          0          0    4691986          0          0          0
1796.70/1797.00	c   countsols        :          0          0          0          3          0        567          0          0          0          0          0          0
1796.70/1797.00	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1796.70/1797.00	c   integral         :      74.98       0.00       0.00      74.98       0.00       0.00       0.00
1796.70/1797.00	c   setppc           :      13.35       0.01      13.34       0.00       0.00       0.01       0.00
1796.70/1797.00	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1796.70/1797.00	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1796.70/1797.00	c   vbounds          :          0          0          0          0
1796.70/1797.00	c   rootredcost      :         10          0          0          0
1796.70/1797.00	c   pseudoobj        :    1327317          0          0          0
1796.70/1797.00	c Propagator Timings :  TotalTime  Propagate    Resprop
1796.70/1797.00	c   vbounds          :       0.21       0.21       0.00
1796.70/1797.00	c   rootredcost      :       0.22       0.22       0.00
1796.70/1797.00	c   pseudoobj        :       5.79       5.79       0.00
1796.70/1797.00	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1796.70/1797.00	c   propagation      :       0.00          0          0          0        0.0          0        0.0          -
1796.70/1797.00	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1796.70/1797.00	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1796.70/1797.00	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1796.70/1797.00	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1796.70/1797.00	c   applied globally :          -          -          -          0        0.0          -          -          -
1796.70/1797.00	c   applied locally  :          -          -          -          0        0.0          -          -          -
1796.70/1797.00	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1796.70/1797.00	c   cut pool         :       0.04         59          -          -        111          -    (maximal pool size: 1999)
1796.70/1797.00	c   redcost          :       1.81     461720          0      11556          0          0
1796.70/1797.00	c   impliedbounds    :       0.00         60          0          0          0          0
1796.70/1797.00	c   intobj           :       0.00          0          0          0          0          0
1796.70/1797.00	c   gomory           :       5.69         60          0          0      12520          0
1796.70/1797.00	c   cgmip            :       0.00          0          0          0          0          0
1796.70/1797.00	c   closecuts        :       0.00          0          0          0          0          0
1796.70/1797.00	c   strongcg         :       0.33         20          0          0       9499          0
1796.70/1797.00	c   cmir             :       0.04         10          0          0          0          0
1796.70/1797.00	c   flowcover        :       0.03         10          0          0          0          0
1796.70/1797.00	c   clique           :       0.11         60          0          0        459          0
1796.70/1797.00	c   zerohalf         :       0.00          0          0          0          0          0
1796.70/1797.00	c   mcf              :       0.00          1          0          0          0          0
1796.70/1797.00	c   oddcycle         :       0.00          0          0          0          0          0
1796.70/1797.00	c   rapidlearning    :       0.03          1          0          0          0          0
1796.70/1797.00	c Pricers            :       Time      Calls       Vars
1796.70/1797.00	c   problem variables:       0.00          0          0
1796.70/1797.00	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1796.70/1797.00	c   relpscost        :      74.75     450658        227       2486          0          0     899440
1796.70/1797.00	c   pscost           :       0.00          0          0          0          0          0          0
1796.70/1797.00	c   inference        :       0.00          0          0          0          0          0          0
1796.70/1797.00	c   mostinf          :       0.00          0          0          0          0          0          0
1796.70/1797.00	c   leastinf         :       0.00          0          0          0          0          0          0
1796.70/1797.00	c   fullstrong       :       0.00          0          0          0          0          0          0
1796.70/1797.00	c   allfullstrong    :       0.00          0          0          0          0          0          0
1796.70/1797.00	c   random           :       0.00          0          0          0          0          0          0
1796.70/1797.00	c Primal Heuristics  :       Time      Calls      Found
1796.70/1797.00	c   LP solutions     :       0.00          -          3
1796.70/1797.00	c   pseudo solutions :       0.00          -          0
1796.70/1797.00	c   feaspump         :       0.02          0          0
1796.70/1797.00	c   oneopt           :       0.16         11          0
1796.70/1797.00	c   crossover        :       0.40          5          3
1796.70/1797.00	c   pscostdiving     :       2.26        283          2
1796.70/1797.00	c   veclendiving     :       2.26        283          0
1796.70/1797.00	c   linesearchdiving :       2.86        283          1
1796.70/1797.00	c   guideddiving     :       3.10        283          0
1796.70/1797.00	c   objpscostdiving  :       2.84        142        164
1796.70/1797.00	c   rootsoldiving    :       1.96        142         87
1796.70/1797.00	c   coefdiving       :       2.41        284          3
1796.70/1797.00	c   fracdiving       :       2.90        284          8
1796.70/1797.00	c   trivial          :       0.00          2          1
1796.70/1797.00	c   shiftandpropagate:       0.00          0          0
1796.70/1797.00	c   simplerounding   :       3.54     450718         66
1796.70/1797.00	c   zirounding       :       2.11      11251        225
1796.70/1797.00	c   rounding         :       9.71      44173          2
1796.70/1797.00	c   shifting         :       2.37       9759          1
1796.70/1797.00	c   intshifting      :       0.01          0          0
1796.70/1797.00	c   twoopt           :       0.00          0          0
1796.70/1797.00	c   fixandinfer      :       0.00          0          0
1796.70/1797.00	c   clique           :       0.00          0          0
1796.70/1797.00	c   intdiving        :       0.00          0          0
1796.70/1797.00	c   actconsdiving    :       0.00          0          0
1796.70/1797.00	c   octane           :       0.00          0          0
1796.70/1797.00	c   rens             :       0.01          0          0
1796.70/1797.00	c   rins             :       0.00          0          0
1796.70/1797.00	c   localbranching   :       0.00          0          0
1796.70/1797.00	c   mutation         :       0.00          0          0
1796.70/1797.00	c   dins             :       0.00          0          0
1796.70/1797.00	c   vbounds          :       0.00          0          0
1796.70/1797.00	c   undercover       :       0.00          0          0
1796.70/1797.00	c   subnlp           :       0.11          0          0
1796.70/1797.00	c   trysol           :       0.14          0          0
1796.70/1797.00	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1796.70/1797.00	c   primal LP        :       0.01          0          0       0.00          -
1796.70/1797.00	c   dual LP          :    1512.56     849015   17749388      20.91   11734.70
1796.70/1797.00	c   lex dual LP      :       0.00          0          0       0.00          -
1796.70/1797.00	c   barrier LP       :       0.00          0          0       0.00          -
1796.70/1797.00	c   diving/probing LP:      18.12      13880     218672      15.75   12070.31
1796.70/1797.00	c   strong branching :      65.88      12159     714621      58.77   10846.51
1796.70/1797.00	c     (at root node) :          -         15      10588     705.87          -
1796.70/1797.00	c   conflict analysis:       0.00          0          0       0.00          -
1796.70/1797.00	c B&B Tree           :
1796.70/1797.00	c   number of runs   :          1
1796.70/1797.00	c   nodes            :     848245
1796.70/1797.00	c   nodes (total)    :     848245
1796.70/1797.00	c   nodes left       :      50673
1796.70/1797.00	c   max depth        :         74
1796.70/1797.00	c   max depth (total):         74
1796.70/1797.00	c   backtracks       :     100559 (11.9%)
1796.70/1797.00	c   delayed cutoffs  :          0
1796.70/1797.00	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1796.70/1797.00	c   avg switch length:       5.49
1796.70/1797.00	c   switching time   :      34.96
1796.70/1797.00	c Solution           :
1796.70/1797.00	c   Solutions found  :        567 (14 improvements)
1796.70/1797.00	c   First Solution   : +2.00000000000000e+02   (in run 1, after 0 nodes, 0.01 seconds, depth 0, found by <trivial>)
1796.70/1797.00	c   Primal Bound     : +1.60000000000000e+02   (in run 1, after 3658 nodes, 65.47 seconds, depth 30, found by <objpscostdiving>)
1796.70/1797.00	c   Dual Bound       : +1.51800000000000e+02
1796.70/1797.00	c   Gap              :       5.40 %
1796.70/1797.00	c   Root Dual Bound  : +1.39391746739253e+02
1796.70/1797.00	c   Root Iterations  :      11175
1796.90/1797.24	c Time complete: 1796.94.

Verifier Data

OK	160

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3741320-1338774138/watcher-3741320-1338774138 -o /tmp/evaluation-result-3741320-1338774138/solver-3741320-1338774138 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3741320-1338774138.opb -t 1800 -m 15500 

running on 4 cores: 1,3,5,7

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): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.14 2.04 1.93 3/177 11166
/proc/meminfo: memFree=23009452/32873648 swapFree=6864/6864
[pid=11166] ppid=11164 vsize=10952 CPUtime=0 cores=1,3,5,7
/proc/11166/stat : 11166 (scip-2.0.1.4b_2) R 11164 11166 9205 0 -1 4202496 1592 0 0 0 0 0 0 0 20 0 1 0 343539763 11214848 1547 33554432000 4194304 9016284 140733314237136 140734923929832 7870589 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/11166/statm: 2738 1558 340 1178 0 1556 0

[startup+0.0537441 s]
/proc/loadavg: 2.14 2.04 1.93 3/177 11166
/proc/meminfo: memFree=23009452/32873648 swapFree=6864/6864
[pid=11166] ppid=11164 vsize=24012 CPUtime=0.04 cores=1,3,5,7
/proc/11166/stat : 11166 (scip-2.0.1.4b_2) R 11164 11166 9205 0 -1 4202496 5177 0 0 0 4 0 0 0 20 0 1 0 343539763 24588288 4874 33554432000 4194304 9016284 140733314237136 140733314230312 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11166/statm: 6003 4874 606 1178 0 4821 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 24012

[startup+0.100204 s]
/proc/loadavg: 2.14 2.04 1.93 3/177 11166
/proc/meminfo: memFree=23009452/32873648 swapFree=6864/6864
[pid=11166] ppid=11164 vsize=38256 CPUtime=0.08 cores=1,3,5,7
/proc/11166/stat : 11166 (scip-2.0.1.4b_2) R 11164 11166 9205 0 -1 4202496 8552 0 0 0 8 0 0 0 20 0 1 0 343539763 39174144 8172 33554432000 4194304 9016284 140733314237136 140733314230312 7875499 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11166/statm: 9564 8172 651 1178 0 8382 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 38256

[startup+0.300155 s]
/proc/loadavg: 2.14 2.04 1.93 3/177 11166
/proc/meminfo: memFree=23009452/32873648 swapFree=6864/6864
[pid=11166] ppid=11164 vsize=33104 CPUtime=0.29 cores=1,3,5,7
/proc/11166/stat : 11166 (scip-2.0.1.4b_2) R 11164 11166 9205 0 -1 4202496 8967 0 0 0 28 1 0 0 20 0 1 0 343539763 33898496 7206 33554432000 4194304 9016284 140733314237136 140733314230312 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11166/statm: 8276 7206 671 1178 0 7094 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 33104

[startup+0.700114 s]
/proc/loadavg: 2.14 2.04 1.93 3/177 11166
/proc/meminfo: memFree=23009452/32873648 swapFree=6864/6864
[pid=11166] ppid=11164 vsize=33216 CPUtime=0.69 cores=1,3,5,7
/proc/11166/stat : 11166 (scip-2.0.1.4b_2) R 11164 11166 9205 0 -1 4202496 9075 0 0 0 67 2 0 0 20 0 1 0 343539763 34013184 7305 33554432000 4194304 9016284 140733314237136 140733314230312 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11166/statm: 8304 7305 673 1178 0 7122 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 33216

[startup+1.50015 s]
/proc/loadavg: 2.14 2.04 1.93 3/178 11167
/proc/meminfo: memFree=22982056/32873648 swapFree=6864/6864
[pid=11166] ppid=11164 vsize=38528 CPUtime=1.49 cores=1,3,5,7
/proc/11166/stat : 11166 (scip-2.0.1.4b_2) R 11164 11166 9205 0 -1 4202496 10329 0 0 0 146 3 0 0 20 0 1 0 343539763 39452672 8540 33554432000 4194304 9016284 140733314237136 140733314231000 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11166/statm: 9632 8540 674 1178 0 8450 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 38528

[startup+3.10015 s]
/proc/loadavg: 2.14 2.04 1.93 3/178 11167
/proc/meminfo: memFree=22971860/32873648 swapFree=6864/6864
[pid=11166] ppid=11164 vsize=44876 CPUtime=3.08 cores=1,3,5,7
/proc/11166/stat : 11166 (scip-2.0.1.4b_2) R 11164 11166 9205 0 -1 4202496 12061 0 0 0 303 5 0 0 20 0 1 0 343539763 45953024 10213 33554432000 4194304 9016284 140733314237136 140733314232248 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11166/statm: 11219 10213 674 1178 0 10037 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 44876

[startup+6.30014 s]
/proc/loadavg: 2.13 2.04 1.93 3/178 11167
/proc/meminfo: memFree=22972148/32873648 swapFree=6864/6864
[pid=11166] ppid=11164 vsize=44876 CPUtime=6.28 cores=1,3,5,7
/proc/11166/stat : 11166 (scip-2.0.1.4b_2) R 11164 11166 9205 0 -1 4202496 12076 0 0 0 619 9 0 0 20 0 1 0 343539763 45953024 10228 33554432000 4194304 9016284 140733314237136 140733314232248 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11166/statm: 11219 10228 674 1178 0 10037 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 44876

[startup+12.7002 s]
/proc/loadavg: 2.12 2.04 1.93 3/178 11167
/proc/meminfo: memFree=22972460/32873648 swapFree=6864/6864
[pid=11166] ppid=11164 vsize=44468 CPUtime=12.69 cores=1,3,5,7
/proc/11166/stat : 11166 (scip-2.0.1.4b_2) R 11164 11166 9205 0 -1 4202496 13595 0 0 0 1252 17 0 0 20 0 1 0 343539763 45535232 10168 33554432000 4194304 9016284 140733314237136 140733314231304 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11166/statm: 11117 10168 677 1178 0 9935 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 44468

[startup+25.5002 s]
/proc/loadavg: 2.09 2.04 1.93 3/178 11167
/proc/meminfo: memFree=22973184/32873648 swapFree=6864/6864
[pid=11166] ppid=11164 vsize=44468 CPUtime=25.49 cores=1,3,5,7
/proc/11166/stat : 11166 (scip-2.0.1.4b_2) R 11164 11166 9205 0 -1 4202496 15206 0 0 0 2518 31 0 0 20 0 1 0 343539763 45535232 10170 33554432000 4194304 9016284 140733314237136 140733314231000 5861323 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11166/statm: 11117 10170 679 1178 0 9935 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 44468

[startup+51.1002 s]
/proc/loadavg: 2.06 2.03 1.93 3/177 11167
/proc/meminfo: memFree=22970900/32873648 swapFree=6864/6864
[pid=11166] ppid=11164 vsize=48228 CPUtime=51.08 cores=1,3,5,7
/proc/11166/stat : 11166 (scip-2.0.1.4b_2) R 11164 11166 9205 0 -1 4202496 22799 0 0 0 5046 62 0 0 20 0 1 0 343539763 49385472 11080 33554432000 4194304 9016284 140733314237136 140733314231464 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11166/statm: 12057 11080 689 1178 0 10875 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 48228

[startup+102.306 s]
/proc/loadavg: 2.02 2.03 1.93 3/177 11167
/proc/meminfo: memFree=22961892/32873648 swapFree=6864/6864
[pid=11166] ppid=11164 vsize=56628 CPUtime=102.28 cores=1,3,5,7
/proc/11166/stat : 11166 (scip-2.0.1.4b_2) R 11164 11166 9205 0 -1 4202496 37986 0 0 0 10102 126 0 0 20 0 1 0 343539763 57987072 13228 33554432000 4194304 9016284 140733314237136 140733314231048 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11166/statm: 14157 13228 689 1178 0 12975 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 56628

[startup+162.3 s]
/proc/loadavg: 2.04 2.03 1.93 3/177 11167
/proc/meminfo: memFree=22950264/32873648 swapFree=6864/6864
[pid=11166] ppid=11164 vsize=68416 CPUtime=162.27 cores=1,3,5,7
/proc/11166/stat : 11166 (scip-2.0.1.4b_2) R 11164 11166 9205 0 -1 4202496 42746 0 0 0 16029 198 0 0 20 0 1 0 343539763 70057984 16166 33554432000 4194304 9016284 140733314237136 140733314231304 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11166/statm: 17104 16166 689 1178 0 15922 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 68416

[startup+222.3 s]
/proc/loadavg: 2.01 2.02 1.93 3/177 11167
/proc/meminfo: memFree=22938064/32873648 swapFree=6864/6864
[pid=11166] ppid=11164 vsize=81372 CPUtime=222.26 cores=1,3,5,7
/proc/11166/stat : 11166 (scip-2.0.1.4b_2) R 11164 11166 9205 0 -1 4202496 47592 0 0 0 21961 265 0 0 20 0 1 0 343539763 83324928 19327 33554432000 4194304 9016284 140733314237136 140733314231192 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11166/statm: 20343 19327 689 1178 0 19161 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 81372

[startup+282.3 s]
/proc/loadavg: 2.00 2.02 1.93 3/177 11168
/proc/meminfo: memFree=22929536/32873648 swapFree=6864/6864
[pid=11166] ppid=11164 vsize=89204 CPUtime=282.25 cores=1,3,5,7
/proc/11166/stat : 11166 (scip-2.0.1.4b_2) R 11164 11166 9205 0 -1 4202496 51514 0 0 0 27892 333 0 0 20 0 1 0 343539763 91344896 21403 33554432000 4194304 9016284 140733314237136 140733314231048 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11166/statm: 22301 21403 689 1178 0 21119 0
Current children cumulated CPU time (s) 282.25
Current children cumulated vsize (KiB) 89204

[startup+342.3 s]
/proc/loadavg: 2.00 2.01 1.93 3/177 11168
/proc/meminfo: memFree=22922004/32873648 swapFree=6864/6864
[pid=11166] ppid=11164 vsize=97156 CPUtime=342.24 cores=1,3,5,7
/proc/11166/stat : 11166 (scip-2.0.1.4b_2) R 11164 11166 9205 0 -1 4202496 53478 0 0 0 33822 402 0 0 20 0 1 0 343539763 99487744 23367 33554432000 4194304 9016284 140733314237136 140733314231368 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11166/statm: 24289 23367 689 1178 0 23107 0
Current children cumulated CPU time (s) 342.24
Current children cumulated vsize (KiB) 97156

[startup+402.3 s]
/proc/loadavg: 2.00 2.01 1.93 3/177 11168
/proc/meminfo: memFree=22914964/32873648 swapFree=6864/6864
[pid=11166] ppid=11164 vsize=104004 CPUtime=402.22 cores=1,3,5,7
/proc/11166/stat : 11166 (scip-2.0.1.4b_2) R 11164 11166 9205 0 -1 4202496 57997 0 0 0 39748 474 0 0 20 0 1 0 343539763 106500096 25084 33554432000 4194304 9016284 140733314237136 140733314231048 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11166/statm: 26001 25084 689 1178 0 24819 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 104004

[startup+462.3 s]
/proc/loadavg: 2.05 2.02 1.94 3/177 11168
/proc/meminfo: memFree=22907552/32873648 swapFree=6864/6864
[pid=11166] ppid=11164 vsize=111572 CPUtime=462.22 cores=1,3,5,7
/proc/11166/stat : 11166 (scip-2.0.1.4b_2) R 11164 11166 9205 0 -1 4202496 59887 0 0 0 45672 550 0 0 20 0 1 0 343539763 114249728 26962 33554432000 4194304 9016284 140733314237136 140733314231048 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11166/statm: 27893 26962 689 1178 0 26711 0
Current children cumulated CPU time (s) 462.22
Current children cumulated vsize (KiB) 111572

[startup+522.3 s]
/proc/loadavg: 2.02 2.01 1.94 3/178 11171
/proc/meminfo: memFree=22900148/32873648 swapFree=6864/6864
[pid=11166] ppid=11164 vsize=118724 CPUtime=522.21 cores=1,3,5,7
/proc/11166/stat : 11166 (scip-2.0.1.4b_2) R 11164 11166 9205 0 -1 4202496 61716 0 0 0 51602 619 0 0 20 0 1 0 343539763 121573376 28777 33554432000 4194304 9016284 140733314237136 140733314231000 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11166/statm: 29681 28777 689 1178 0 28499 0
Current children cumulated CPU time (s) 522.21
Current children cumulated vsize (KiB) 118724

[startup+582.3 s]
/proc/loadavg: 2.00 2.01 1.94 3/177 11172
/proc/meminfo: memFree=22890388/32873648 swapFree=6864/6864
[pid=11166] ppid=11164 vsize=128392 CPUtime=582.2 cores=1,3,5,7
/proc/11166/stat : 11166 (scip-2.0.1.4b_2) R 11164 11166 9205 0 -1 4202496 67014 0 0 0 57530 690 0 0 20 0 1 0 343539763 131473408 31218 33554432000 4194304 9016284 140733314237136 140733314231000 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11166/statm: 32098 31218 689 1178 0 30916 0
Current children cumulated CPU time (s) 582.2
Current children cumulated vsize (KiB) 128392

[startup+642.3 s]

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

/proc/meminfo: memFree=22840276/32873648 swapFree=6864/6864
[pid=11166] ppid=11164 vsize=178856 CPUtime=1122.12 cores=1,3,5,7
/proc/11166/stat : 11166 (scip-2.0.1.4b_2) R 11164 11166 9205 0 -1 4202496 81556 0 0 0 110894 1318 0 0 20 0 1 0 343539763 183148544 43865 33554432000 4194304 9016284 140733314237136 140733314231464 7213857 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11166/statm: 44714 43865 689 1178 0 43532 0
Current children cumulated CPU time (s) 1122.12
Current children cumulated vsize (KiB) 178856

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 11239
/proc/meminfo: memFree=27261696/32873648 swapFree=6864/6864
[pid=11166] ppid=11164 vsize=181340 CPUtime=1182.1 cores=1,3,5,7
/proc/11166/stat : 11166 (scip-2.0.1.4b_2) R 11164 11166 9205 0 -1 4202496 82221 0 0 0 116821 1389 0 0 20 0 1 0 343539763 185692160 44655 33554432000 4194304 9016284 140733314237136 140733314230552 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11166/statm: 45335 44655 689 1178 0 44153 0
Current children cumulated CPU time (s) 1182.1
Current children cumulated vsize (KiB) 181340

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/177 11239
/proc/meminfo: memFree=27122428/32873648 swapFree=6864/6864
[pid=11166] ppid=11164 vsize=188560 CPUtime=1242.08 cores=1,3,5,7
/proc/11166/stat : 11166 (scip-2.0.1.4b_2) R 11164 11166 9205 0 -1 4202496 84073 0 0 0 122749 1459 0 0 20 0 1 0 343539763 193085440 46474 33554432000 4194304 9016284 140733314237136 140733314231304 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11166/statm: 47140 46474 689 1178 0 45958 0
Current children cumulated CPU time (s) 1242.08
Current children cumulated vsize (KiB) 188560

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/177 11239
/proc/meminfo: memFree=27048572/32873648 swapFree=6864/6864
[pid=11166] ppid=11164 vsize=197936 CPUtime=1302.07 cores=1,3,5,7
/proc/11166/stat : 11166 (scip-2.0.1.4b_2) R 11164 11166 9205 0 -1 4202496 86517 0 0 0 128681 1526 0 0 20 0 1 0 343539763 202686464 48951 33554432000 4194304 9016284 140733314237136 140733314230392 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11166/statm: 49484 48951 689 1178 0 48302 0
Current children cumulated CPU time (s) 1302.07
Current children cumulated vsize (KiB) 197936

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/177 11239
/proc/meminfo: memFree=26388500/32873648 swapFree=6864/6864
[pid=11166] ppid=11164 vsize=202092 CPUtime=1362.06 cores=1,3,5,7
/proc/11166/stat : 11166 (scip-2.0.1.4b_2) R 11164 11166 9205 0 -1 4202496 87538 0 0 0 134611 1595 0 0 20 0 1 0 343539763 206942208 49936 33554432000 4194304 9016284 140733314237136 140733314231000 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11166/statm: 50523 49936 689 1178 0 49341 0
Current children cumulated CPU time (s) 1362.06
Current children cumulated vsize (KiB) 202092

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.94 3/177 11239
/proc/meminfo: memFree=26362724/32873648 swapFree=6864/6864
[pid=11166] ppid=11164 vsize=206088 CPUtime=1422.06 cores=1,3,5,7
/proc/11166/stat : 11166 (scip-2.0.1.4b_2) R 11164 11166 9205 0 -1 4202496 88490 0 0 0 140539 1667 0 0 20 0 1 0 343539763 211034112 50877 33554432000 4194304 9016284 140733314237136 140733314231304 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11166/statm: 51522 50877 689 1178 0 50340 0
Current children cumulated CPU time (s) 1422.06
Current children cumulated vsize (KiB) 206088

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/177 11240
/proc/meminfo: memFree=26343612/32873648 swapFree=6864/6864
[pid=11166] ppid=11164 vsize=211392 CPUtime=1482.05 cores=1,3,5,7
/proc/11166/stat : 11166 (scip-2.0.1.4b_2) R 11164 11166 9205 0 -1 4202496 89922 0 0 0 146464 1741 0 0 20 0 1 0 343539763 216465408 52274 33554432000 4194304 9016284 140733314237136 140733314231000 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11166/statm: 52848 52274 689 1178 0 51666 0
Current children cumulated CPU time (s) 1482.05
Current children cumulated vsize (KiB) 211392

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/177 11240
/proc/meminfo: memFree=26338076/32873648 swapFree=6864/6864
[pid=11166] ppid=11164 vsize=216176 CPUtime=1542.03 cores=1,3,5,7
/proc/11166/stat : 11166 (scip-2.0.1.4b_2) R 11164 11166 9205 0 -1 4202496 91053 0 0 0 152388 1815 0 0 20 0 1 0 343539763 221364224 53388 33554432000 4194304 9016284 140733314237136 140733314231304 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11166/statm: 54044 53388 689 1178 0 52862 0
Current children cumulated CPU time (s) 1542.03
Current children cumulated vsize (KiB) 216176

[startup+1602.3 s]
/proc/loadavg: 2.04 2.01 1.94 3/177 11240
/proc/meminfo: memFree=26328692/32873648 swapFree=6864/6864
[pid=11166] ppid=11164 vsize=221280 CPUtime=1602.03 cores=1,3,5,7
/proc/11166/stat : 11166 (scip-2.0.1.4b_2) R 11164 11166 9205 0 -1 4202496 92366 0 0 0 158314 1889 0 0 20 0 1 0 343539763 226590720 54701 33554432000 4194304 9016284 140733314237136 140733314231304 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11166/statm: 55320 54701 689 1178 0 54138 0
Current children cumulated CPU time (s) 1602.03
Current children cumulated vsize (KiB) 221280

[startup+1662.3 s]
/proc/loadavg: 2.01 2.01 1.94 3/177 11240
/proc/meminfo: memFree=26322576/32873648 swapFree=6864/6864
[pid=11166] ppid=11164 vsize=224148 CPUtime=1662.02 cores=1,3,5,7
/proc/11166/stat : 11166 (scip-2.0.1.4b_2) R 11164 11166 9205 0 -1 4202496 93153 0 0 0 164246 1956 0 0 20 0 1 0 343539763 229527552 55466 33554432000 4194304 9016284 140733314237136 140733314231000 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11166/statm: 56037 55466 689 1178 0 54855 0
Current children cumulated CPU time (s) 1662.02
Current children cumulated vsize (KiB) 224148

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 11243
/proc/meminfo: memFree=26318628/32873648 swapFree=6864/6864
[pid=11166] ppid=11164 vsize=225668 CPUtime=1722.01 cores=1,3,5,7
/proc/11166/stat : 11166 (scip-2.0.1.4b_2) R 11164 11166 9205 0 -1 4202496 93548 0 0 0 170174 2027 0 0 20 0 1 0 343539763 231084032 55821 33554432000 4194304 9016284 140733314237136 140733314231000 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11166/statm: 56417 55821 689 1178 0 55235 0
Current children cumulated CPU time (s) 1722.01
Current children cumulated vsize (KiB) 225668

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/177 11244
/proc/meminfo: memFree=26310156/32873648 swapFree=6864/6864
[pid=11166] ppid=11164 vsize=230368 CPUtime=1782 cores=1,3,5,7
/proc/11166/stat : 11166 (scip-2.0.1.4b_2) R 11164 11166 9205 0 -1 4202496 96331 0 0 0 176103 2097 0 0 20 0 1 0 343539763 235896832 56982 33554432000 4194304 9016284 140733314237136 140733314231096 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11166/statm: 57592 56982 689 1178 0 56410 0
Current children cumulated CPU time (s) 1782
Current children cumulated vsize (KiB) 230368

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

[startup+1785.5 s]
/proc/loadavg: 2.00 2.00 1.94 3/177 11244
/proc/meminfo: memFree=26309660/32873648 swapFree=6864/6864
[pid=11166] ppid=11164 vsize=231200 CPUtime=1785.19 cores=1,3,5,7
/proc/11166/stat : 11166 (scip-2.0.1.4b_2) R 11164 11166 9205 0 -1 4202496 96478 0 0 0 176418 2101 0 0 20 0 1 0 343539763 236748800 57129 33554432000 4194304 9016284 140733314237136 140733314231464 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11166/statm: 57800 57129 689 1178 0 56618 0
Current children cumulated CPU time (s) 1785.19
Current children cumulated vsize (KiB) 231200

[startup+1791.91 s]
/proc/loadavg: 2.00 2.00 1.94 3/177 11244
/proc/meminfo: memFree=26309660/32873648 swapFree=6864/6864
[pid=11166] ppid=11164 vsize=231344 CPUtime=1791.6 cores=1,3,5,7
/proc/11166/stat : 11166 (scip-2.0.1.4b_2) R 11164 11166 9205 0 -1 4202496 96540 0 0 0 177051 2109 0 0 20 0 1 0 343539763 236896256 57183 33554432000 4194304 9016284 140733314237136 140733314231000 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11166/statm: 57836 57183 689 1178 0 56654 0
Current children cumulated CPU time (s) 1791.6
Current children cumulated vsize (KiB) 231344

[startup+1795.1 s]
/proc/loadavg: 2.00 2.00 1.94 3/177 11244
/proc/meminfo: memFree=26309784/32873648 swapFree=6864/6864
[pid=11166] ppid=11164 vsize=231344 CPUtime=1794.8 cores=1,3,5,7
/proc/11166/stat : 11166 (scip-2.0.1.4b_2) R 11164 11166 9205 0 -1 4202496 96540 0 0 0 177368 2112 0 0 20 0 1 0 343539763 236896256 57183 33554432000 4194304 9016284 140733314237136 140733314231000 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11166/statm: 57836 57183 689 1178 0 56654 0
Current children cumulated CPU time (s) 1794.8
Current children cumulated vsize (KiB) 231344

[startup+1795.9 s]
/proc/loadavg: 2.00 2.00 1.94 3/177 11244
/proc/meminfo: memFree=26309784/32873648 swapFree=6864/6864
[pid=11166] ppid=11164 vsize=231344 CPUtime=1795.59 cores=1,3,5,7
/proc/11166/stat : 11166 (scip-2.0.1.4b_2) R 11164 11166 9205 0 -1 4202496 96540 0 0 0 177446 2113 0 0 20 0 1 0 343539763 236896256 57183 33554432000 4194304 9016284 140733314237136 140733314231000 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11166/statm: 57836 57183 689 1178 0 56654 0
Current children cumulated CPU time (s) 1795.59
Current children cumulated vsize (KiB) 231344

[startup+1796.7 s]
/proc/loadavg: 2.00 2.00 1.94 3/177 11244
/proc/meminfo: memFree=26309784/32873648 swapFree=6864/6864
[pid=11166] ppid=11164 vsize=231344 CPUtime=1796.4 cores=1,3,5,7
/proc/11166/stat : 11166 (scip-2.0.1.4b_2) R 11164 11166 9205 0 -1 4202496 96541 0 0 0 177526 2114 0 0 20 0 1 0 343539763 236896256 57184 33554432000 4194304 9016284 140733314237136 140733314231048 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11166/statm: 57836 57184 689 1178 0 56654 0
Current children cumulated CPU time (s) 1796.4
Current children cumulated vsize (KiB) 231344

[startup+1797.1 s]
/proc/loadavg: 2.00 2.00 1.94 3/177 11244
/proc/meminfo: memFree=26309784/32873648 swapFree=6864/6864
[pid=11166] ppid=11164 vsize=231344 CPUtime=1796.8 cores=1,3,5,7
/proc/11166/stat : 11166 (scip-2.0.1.4b_2) R 11164 11166 9205 0 -1 4202496 96543 0 0 0 177566 2114 0 0 20 0 1 0 343539763 236896256 57186 33554432000 4194304 9016284 140733314237136 140733314232936 4840027 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/11166/statm: 57836 57186 691 1178 0 56654 0
Current children cumulated CPU time (s) 1796.8
Current children cumulated vsize (KiB) 231344

[startup+1797.2 s]
/proc/loadavg: 2.00 2.00 1.94 3/177 11244
/proc/meminfo: memFree=26309784/32873648 swapFree=6864/6864
[pid=11166] ppid=11164 vsize=231344 CPUtime=1796.9 cores=1,3,5,7
/proc/11166/stat : 11166 (scip-2.0.1.4b_2) R 11164 11166 9205 0 -1 4202496 96543 0 0 0 177576 2114 0 0 20 0 1 0 343539763 236896256 57186 33554432000 4194304 9016284 140733314237136 140733314232936 4330208 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/11166/statm: 57836 57186 691 1178 0 56654 0
Current children cumulated CPU time (s) 1796.9
Current children cumulated vsize (KiB) 231344

Child status: 0
Real time (s): 1797.24
CPU time (s): 1796.95
CPU user time (s): 1775.8
CPU system time (s): 21.1518
CPU usage (%): 99.9837
Max. virtual memory (cumulated for all children) (KiB): 231344

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1775.8
system time used= 21.1518
maximum resident set size= 232516
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 96548
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= 34
involuntary context switches= 1849

runsolver used 5.62514 second user time and 12.1761 second system time

The end

Launcher Data

Begin job on node120 at 2012-06-04 03:42:18
IDJOB=3741320
IDBENCH=89835
IDSOLVER=2329
FILE ID=node120/3741320-1338774138
RUNJOBID= node120-1338771707-9222
PBS_JOBID= 14636816
Free space on /tmp= 70524 MiB

SOLVER NAME= PB11: SCIP spx E_2 2011-06-10 (fixed)
BENCH NAME= PB11/normalized-PB11/OPT-SMALLINT-LIN/heinz/normalized-neos-1616732.opb
COMMAND LINE= HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3741320-1338774138/watcher-3741320-1338774138 -o /tmp/evaluation-result-3741320-1338774138/solver-3741320-1338774138 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3741320-1338774138.opb -t 1800 -m 15500

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= bb6edae9b271ecf76d3d6c31c88b027d
RANDOM SEED=420782460

node120.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/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.456
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.456
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.456
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.456
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.88
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.456
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.456
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.456
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.456
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        23009344 kB
Buffers:          582664 kB
Cached:          3449128 kB
SwapCached:         1580 kB
Active:          6904172 kB
Inactive:        2014316 kB
Active(anon):    4878544 kB
Inactive(anon):     9224 kB
Active(file):    2025628 kB
Inactive(file):  2005092 kB
Unevictable:        6864 kB
Mlocked:            6864 kB
SwapTotal:      67108856 kB
SwapFree:       67103516 kB
Dirty:             20588 kB
Writeback:             0 kB
AnonPages:       4892616 kB
Mapped:            12956 kB
Shmem:                32 kB
Slab:             796808 kB
SReclaimable:     240260 kB
SUnreclaim:       556548 kB
KernelStack:        1480 kB
PageTables:        13636 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    5031788 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    907264 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70728 MiB
End job on node120 at 2012-06-04 04:12:15