Trace number 3691313

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
SCIP spx SCIP 2.1.1.4. with SoPlex 1.6.0.3 fixedOPT33 1138.13 1138.31

General information on the benchmark

Name/OPT-SMALLINT-LIN/heinz/
normalized-iis-pima-cov.opb
MD5SUM19a2dfea334d8fb7f32d77f6785ba1fe
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark33
Best CPU time to get the best result obtained on this benchmark848.205
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables736
Total number of constraints7201
Number of constraints which are clauses7201
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 constraint8
Maximum length of a constraint10
Number of terms in the objective function 736
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 736
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 736
Number of bits of the biggest sum of numbers10
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.1.1.4 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.6.0.3] [GitHash: a3bf3a4-dirty]
0.00/0.00	c Copyright (c) 2002-2012 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-3691313-1338024451.opb>
0.00/0.03	c original problem has 736 variables (736 bin, 0 int, 0 impl, 0 cont) and 7201 constraints
0.00/0.03	c problem read in 0.03
0.06/0.07	o 736
0.06/0.07	c feasible solution found by trivial heuristic, objective value  7.360000e+02
0.06/0.07	c presolving:
0.09/0.13	c (round 1) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 7201 upgd conss, 0 impls, 0 clqs
0.09/0.15	c    (0.1s) probing: 51/736 (6.9%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.09/0.15	c    (0.1s) probing aborted: 50/50 successive totally useless probings
0.18/0.21	c presolving (2 rounds):
0.18/0.21	c  0 deleted vars, 0 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.18/0.21	c  0 implications, 0 cliques
0.18/0.21	c presolved problem has 736 variables (736 bin, 0 int, 0 impl, 0 cont) and 7201 constraints
0.18/0.21	c    7201 constraints of type <logicor>
0.18/0.21	c transformed objective value is always integral (scale: 1)
0.18/0.21	c Presolving Time: 0.17
0.18/0.21	c - non default parameters ----------------------------------------------------------------------
0.18/0.21	c # SCIP version 2.1.1.4
0.18/0.21	c 
0.18/0.21	c # maximal number of intermediate conflict constraints generated in conflict graph (-1: use every intermediate constraint)
0.18/0.21	c # [type: int, range: [-1,2147483647], default: -1]
0.18/0.21	c conflict/interconss = 0
0.18/0.21	c 
0.18/0.21	c # should binary conflicts be preferred?
0.18/0.21	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.18/0.21	c conflict/preferbinary = TRUE
0.18/0.21	c 
0.18/0.21	c # maximum age an unnecessary constraint can reach before it is deleted (0: dynamic, -1: keep all constraints)
0.18/0.21	c # [type: int, range: [-1,2147483647], default: 0]
0.18/0.21	c constraints/agelimit = 1
0.18/0.21	c 
0.18/0.21	c # should enforcement of pseudo solution be disabled?
0.18/0.21	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.18/0.21	c constraints/disableenfops = TRUE
0.18/0.21	c 
0.18/0.21	c # maximal time in seconds to run
0.18/0.21	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.18/0.21	c limits/time = 1797
0.18/0.21	c 
0.18/0.21	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.18/0.21	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.18/0.21	c limits/memory = 13950
0.18/0.21	c 
0.18/0.21	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.18/0.21	c # [type: int, range: [1,2], default: 1]
0.18/0.21	c timing/clocktype = 2
0.18/0.21	c 
0.18/0.21	c # belongs reading time to solving time?
0.18/0.21	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.18/0.21	c timing/reading = TRUE
0.18/0.21	c 
0.18/0.21	c -----------------------------------------------------------------------------------------------
0.18/0.21	c start solving
0.18/0.22	c 
1.58/1.63	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1.58/1.63	c t 1.6s|     1 |     0 |  3870 |     - |  16M|   0 | 132 | 736 |7201 | 736 |7201 |   0 |   0 |   0 | 2.662039e+01 | 7.360000e+02 |2664.80%
1.58/1.63	o 132
1.58/1.63	c r 1.6s|     1 |     0 |  3870 |     - |  16M|   0 | 132 | 736 |7201 | 736 |7201 |   0 |   0 |   0 | 2.662039e+01 | 1.320000e+02 | 395.86%
1.58/1.63	o 131
1.58/1.63	c R 1.6s|     1 |     0 |  3870 |     - |  16M|   0 | 132 | 736 |7201 | 736 |7201 |   0 |   0 |   0 | 2.662039e+01 | 1.310000e+02 | 392.10%
1.58/1.64	o 130
1.58/1.64	c s 1.6s|     1 |     0 |  3870 |     - |  16M|   0 | 132 | 736 |7201 | 736 |7201 |   0 |   0 |   0 | 2.662039e+01 | 1.300000e+02 | 388.35%
3.08/3.20	c   3.2s|     1 |     0 |  4043 |     - |  20M|   0 | 128 | 736 |7201 | 736 |7202 |   1 |   0 |   0 | 2.667539e+01 | 1.300000e+02 | 387.34%
3.19/3.20	o 51
3.19/3.20	c b 3.2s|     1 |     0 |  4043 |     - |  20M|   0 | 128 | 736 |7201 | 736 |7202 |   1 |   0 |   0 | 2.667539e+01 | 5.100000e+01 |  91.19%
4.69/4.78	c   4.8s|     1 |     0 |  4174 |     - |  25M|   0 | 133 | 736 |7201 | 736 |7203 |   2 |   0 |   0 | 2.670320e+01 | 5.100000e+01 |  90.99%
6.38/6.46	c   6.5s|     1 |     0 |  4276 |     - |  29M|   0 | 131 | 736 |7201 | 736 |7204 |   3 |   0 |   0 | 2.671642e+01 | 5.100000e+01 |  90.89%
8.38/8.44	c   8.4s|     1 |     0 |  4405 |     - |  33M|   0 | 129 | 736 |7201 | 736 |7205 |   4 |   0 |   0 | 2.672575e+01 | 5.100000e+01 |  90.83%
11.00/11.08	c  11.1s|     1 |     0 |  4493 |     - |  35M|   0 | 131 | 736 |7201 | 736 |7206 |   5 |   0 |   0 | 2.673122e+01 | 5.100000e+01 |  90.79%
13.68/13.75	c  13.7s|     1 |     0 |  4603 |     - |  35M|   0 | 130 | 736 |7201 | 736 |7207 |   6 |   0 |   0 | 2.673399e+01 | 5.100000e+01 |  90.77%
16.39/16.42	c  16.4s|     1 |     0 |  4686 |     - |  36M|   0 | 126 | 736 |7201 | 736 |7208 |   7 |   0 |   0 | 2.673711e+01 | 5.100000e+01 |  90.75%
19.08/19.18	c  19.2s|     1 |     0 |  4795 |     - |  36M|   0 | 136 | 736 |7201 | 736 |7209 |   8 |   0 |   0 | 2.673984e+01 | 5.100000e+01 |  90.73%
54.28/54.39	o 34
54.28/54.39	c E54.4s|     1 |     0 |  4795 |     - |  36M|   0 | 136 | 736 |7201 | 736 |7209 |   8 |   0 |   0 | 2.673984e+01 | 3.400000e+01 |  27.15%
54.38/54.40	c  54.4s|     1 |     0 |  4795 |     - |  36M|   0 | 136 | 736 |7201 | 736 |7209 |   8 |   0 |   0 | 2.673984e+01 | 3.400000e+01 |  27.15%
70.47/70.59	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
70.47/70.59	c  70.6s|     1 |     2 |  4795 |     - |  36M|   0 | 136 | 736 |7201 | 736 |7209 |   8 |   0 |  32 | 2.673984e+01 | 3.400000e+01 |  27.15%
122.87/122.97	c   123s|   100 |    51 | 21266 | 166.4 |  37M|  20 | 101 | 736 |7201 | 736 |7209 |   8 |   0 | 355 | 2.747714e+01 | 3.400000e+01 |  23.74%
131.67/131.72	c   132s|   200 |    83 | 33899 | 146.3 |  37M|  22 |  68 | 736 |7201 | 736 |7209 |   8 |   0 | 398 | 2.796073e+01 | 3.400000e+01 |  21.60%
139.77/139.88	c   140s|   300 |   111 | 48497 | 146.2 |  38M|  22 |   - | 736 |7201 | 736 |7209 |   8 |   0 | 429 | 2.806261e+01 | 3.400000e+01 |  21.16%
145.87/145.97	c   146s|   400 |   125 | 58646 | 135.0 |  38M|  22 |  66 | 736 |7201 | 736 |7209 |   8 |   0 | 465 | 2.806261e+01 | 3.400000e+01 |  21.16%
155.76/155.88	c   156s|   500 |   155 | 73995 | 138.7 |  38M|  22 |  98 | 736 |7201 | 736 |7209 |   8 |   0 | 507 | 2.840065e+01 | 3.400000e+01 |  19.72%
163.66/163.73	c   164s|   600 |   173 | 87466 | 138.0 |  38M|  22 |  86 | 736 |7201 | 736 |7209 |   8 |   0 | 537 | 2.840065e+01 | 3.400000e+01 |  19.72%
189.17/189.22	c   189s|   700 |   185 |151534 | 209.9 |  39M|  22 |  82 | 736 |7201 | 736 |7209 |   8 |   0 | 564 | 2.854422e+01 | 3.400000e+01 |  19.11%
203.05/203.10	c   203s|   800 |   213 |176842 | 215.3 |  39M|  22 |  88 | 736 |7201 | 736 |7209 |   8 |   0 | 599 | 2.858207e+01 | 3.400000e+01 |  18.96%
211.96/212.07	c   212s|   900 |   223 |192121 | 208.4 |  39M|  22 |   - | 736 |7201 | 736 |7209 |   8 |   0 | 647 | 2.867589e+01 | 3.400000e+01 |  18.57%
228.46/228.58	c   229s|  1000 |   269 |222106 | 217.5 |  39M|  22 |   - | 736 |7201 | 736 |7209 |   8 |   0 | 695 | 2.878052e+01 | 3.400000e+01 |  18.14%
242.86/242.92	c   243s|  1100 |   303 |247474 | 220.8 |  40M|  22 | 107 | 736 |7201 | 736 |7209 |   8 |   0 | 755 | 2.878482e+01 | 3.400000e+01 |  18.12%
251.65/251.73	c   252s|  1200 |   319 |264237 | 216.4 |  40M|  22 |   - | 736 |7201 | 736 |7209 |   8 |   0 | 794 | 2.878603e+01 | 3.400000e+01 |  18.11%
265.94/266.07	c   266s|  1300 |   357 |293415 | 222.2 |  40M|  22 |   - | 736 |7201 | 736 |7209 |   8 |   0 | 829 | 2.891630e+01 | 3.400000e+01 |  17.58%
279.05/279.16	c   279s|  1400 |   391 |320628 | 225.8 |  40M|  22 |  69 | 736 |7201 | 736 |7209 |   8 |   0 | 859 | 2.908546e+01 | 3.400000e+01 |  16.90%
288.95/289.02	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
288.95/289.02	c   289s|  1500 |   415 |342518 | 225.3 |  41M|  22 |  83 | 736 |7201 | 736 |7209 |   8 |   0 | 870 | 2.913090e+01 | 3.400000e+01 |  16.71%
303.64/303.71	c   304s|  1600 |   465 |374029 | 230.9 |  41M|  22 |  97 | 736 |7201 | 736 |7209 |   8 |   0 | 894 | 2.919101e+01 | 3.400000e+01 |  16.47%
315.94/316.02	c   316s|  1700 |   515 |402069 | 233.8 |  42M|  22 |  89 | 736 |7201 | 736 |7209 |   8 |   0 | 906 | 2.923785e+01 | 3.400000e+01 |  16.29%
333.54/333.64	c   334s|  1800 |   543 |437984 | 240.8 |  42M|  22 |  74 | 736 |7201 | 736 |7209 |   8 |   0 | 936 | 2.929988e+01 | 3.400000e+01 |  16.04%
347.73/347.81	c   348s|  1900 |   569 |462752 | 241.2 |  42M|  22 |   - | 736 |7201 | 736 |7209 |   8 |   0 | 979 | 2.931210e+01 | 3.400000e+01 |  15.99%
358.13/358.24	c   358s|  2000 |   617 |484530 | 240.0 |  42M|  22 |  81 | 736 |7201 | 736 |7209 |   8 |   0 | 995 | 2.937048e+01 | 3.400000e+01 |  15.76%
365.04/365.17	c   365s|  2100 |   633 |499678 | 235.8 |  43M|  22 |  79 | 736 |7201 | 736 |7209 |   8 |   0 |1010 | 2.938055e+01 | 3.400000e+01 |  15.72%
374.73/374.81	c   375s|  2200 |   657 |517192 | 233.0 |  43M|  22 |   - | 736 |7201 | 736 |7209 |   8 |   0 |1052 | 2.942315e+01 | 3.400000e+01 |  15.56%
385.33/385.49	c   385s|  2300 |   667 |535883 | 231.0 |  43M|  22 | 104 | 736 |7201 | 736 |7209 |   8 |   0 |1084 | 2.942831e+01 | 3.400000e+01 |  15.54%
396.03/396.16	c   396s|  2400 |   703 |555984 | 229.8 |  43M|  22 |   - | 736 |7201 | 736 |7209 |   8 |   0 |1123 | 2.949869e+01 | 3.400000e+01 |  15.26%
407.73/407.85	c   408s|  2500 |   747 |577704 | 229.3 |  44M|  22 |  83 | 736 |7201 | 736 |7209 |   8 |   0 |1166 | 2.950028e+01 | 3.400000e+01 |  15.25%
421.13/421.25	c   421s|  2600 |   775 |600509 | 229.2 |  44M|  22 |   - | 736 |7201 | 736 |7209 |   8 |   0 |1209 | 2.954822e+01 | 3.400000e+01 |  15.07%
427.93/428.05	c   428s|  2700 |   795 |613442 | 225.5 |  44M|  22 |   - | 736 |7201 | 736 |7209 |   8 |   0 |1239 | 2.956965e+01 | 3.400000e+01 |  14.98%
435.82/435.94	c   436s|  2800 |   825 |630286 | 223.5 |  44M|  22 |   - | 736 |7201 | 736 |7209 |   8 |   0 |1257 | 2.958078e+01 | 3.400000e+01 |  14.94%
444.72/444.84	c   445s|  2900 |   843 |647736 | 221.8 |  45M|  22 |   - | 736 |7201 | 736 |7209 |   8 |   0 |1274 | 2.963344e+01 | 3.400000e+01 |  14.74%
453.51/453.63	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
453.51/453.63	c   454s|  3000 |   865 |666958 | 220.8 |  45M|  22 |  77 | 736 |7201 | 736 |7209 |   8 |   0 |1282 | 2.963548e+01 | 3.400000e+01 |  14.73%
462.42/462.57	c   463s|  3100 |   889 |686910 | 220.1 |  45M|  22 |  92 | 736 |7201 | 736 |7209 |   8 |   0 |1288 | 2.963961e+01 | 3.400000e+01 |  14.71%
471.21/471.32	c   471s|  3200 |   909 |707033 | 219.5 |  45M|  22 |   - | 736 |7201 | 736 |7209 |   8 |   0 |1298 | 2.968737e+01 | 3.400000e+01 |  14.53%
480.92/481.07	c   481s|  3300 |   961 |729663 | 219.7 |  46M|  22 |  78 | 736 |7201 | 736 |7209 |   8 |   0 |1304 | 2.972358e+01 | 3.400000e+01 |  14.39%
486.61/486.79	c   487s|  3400 |   973 |742814 | 217.1 |  46M|  22 |  84 | 736 |7201 | 736 |7209 |   8 |   0 |1311 | 2.973206e+01 | 3.400000e+01 |  14.35%
494.61/494.76	c   495s|  3500 |   987 |758209 | 215.3 |  46M|  22 |   - | 736 |7201 | 736 |7209 |   8 |   0 |1333 | 2.977124e+01 | 3.400000e+01 |  14.20%
503.72/503.87	c   504s|  3600 |  1019 |777071 | 214.6 |  46M|  22 |  85 | 736 |7201 | 736 |7209 |   8 |   0 |1354 | 2.979207e+01 | 3.400000e+01 |  14.12%
514.72/514.86	c   515s|  3700 |  1057 |797721 | 214.4 |  47M|  22 |   - | 736 |7201 | 736 |7209 |   8 |   0 |1392 | 2.979662e+01 | 3.400000e+01 |  14.11%
522.51/522.65	c   523s|  3800 |  1087 |812536 | 212.6 |  47M|  22 |  83 | 736 |7201 | 736 |7209 |   8 |   0 |1416 | 2.981104e+01 | 3.400000e+01 |  14.05%
530.41/530.52	c   531s|  3900 |  1111 |827066 | 210.9 |  47M|  22 |   - | 736 |7201 | 736 |7209 |   8 |   0 |1438 | 2.982973e+01 | 3.400000e+01 |  13.98%
539.11/539.28	c   539s|  4000 |  1119 |843566 | 209.7 |  47M|  22 |  78 | 736 |7201 | 736 |7209 |   8 |   0 |1473 | 2.984832e+01 | 3.400000e+01 |  13.91%
547.80/547.91	c   548s|  4100 |  1135 |858078 | 208.2 |  47M|  22 | 102 | 736 |7201 | 736 |7209 |   8 |   0 |1512 | 2.987123e+01 | 3.400000e+01 |  13.82%
556.70/556.82	c   557s|  4200 |  1155 |874243 | 207.1 |  48M|  23 |   - | 736 |7201 | 736 |7209 |   8 |   0 |1548 | 2.988484e+01 | 3.400000e+01 |  13.77%
561.91/562.07	c   562s|  4300 |  1161 |883965 | 204.5 |  48M|  23 |   - | 736 |7201 | 736 |7209 |   8 |   0 |1566 | 2.989065e+01 | 3.400000e+01 |  13.75%
571.00/571.18	c   571s|  4400 |  1181 |901254 | 203.8 |  48M|  23 |   - | 736 |7201 | 736 |7209 |   8 |   0 |1591 | 2.989808e+01 | 3.400000e+01 |  13.72%
579.80/579.91	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
579.80/579.91	c   580s|  4500 |  1203 |917492 | 202.9 |  48M|  23 |  81 | 736 |7201 | 736 |7209 |   8 |   0 |1634 | 2.991375e+01 | 3.400000e+01 |  13.66%
588.40/588.54	c   589s|  4600 |  1229 |934719 | 202.2 |  48M|  23 |   - | 736 |7201 | 736 |7209 |   8 |   0 |1656 | 2.993930e+01 | 3.400000e+01 |  13.56%
596.50/596.63	c   597s|  4700 |  1249 |950422 | 201.2 |  48M|  23 |   - | 736 |7201 | 736 |7209 |   8 |   0 |1677 | 2.994915e+01 | 3.400000e+01 |  13.53%
597.10/597.28	o 33
597.10/597.28	c * 597s|  4724 |   575 |951809 | 200.5 |  38M|  23 |   - | 736 |7201 | 736 |7209 |   8 |   0 |1679 | 2.994915e+01 | 3.300000e+01 |  10.19%
601.61/601.75	c   602s|  4800 |   577 |962302 | 199.5 |  38M|  23 |  98 | 736 |7201 | 736 |7209 |   8 |   0 |1685 | 2.997615e+01 | 3.300000e+01 |  10.09%
607.80/607.97	c   608s|  4900 |   579 |976454 | 198.3 |  38M|  23 |   - | 736 |7201 | 736 |7209 |   8 |   0 |1697 | 2.998728e+01 | 3.300000e+01 |  10.05%
614.39/614.51	c   615s|  5000 |   587 |990803 | 197.2 |  39M|  23 | 109 | 736 |7201 | 736 |7209 |   8 |   0 |1705 | 2.999775e+01 | 3.300000e+01 |  10.01%
623.29/623.49	c   623s|  5100 |   611 |  1011k| 197.5 |  39M|  23 | 108 | 736 |7201 | 736 |7209 |   8 |   0 |1715 | 3.001120e+01 | 3.300000e+01 |   9.96%
633.59/633.77	c   634s|  5200 |   627 |  1034k| 198.0 |  39M|  23 | 107 | 736 |7201 | 736 |7209 |   8 |   0 |1727 | 3.003053e+01 | 3.300000e+01 |   9.89%
640.29/640.47	c   640s|  5300 |   631 |  1049k| 197.2 |  39M|  23 |   - | 736 |7201 | 736 |7209 |   8 |   0 |1733 | 3.003362e+01 | 3.300000e+01 |   9.88%
647.39/647.59	c   648s|  5400 |   651 |  1066k| 196.6 |  40M|  23 |   - | 736 |7201 | 736 |7209 |   8 |   0 |1742 | 3.005255e+01 | 3.300000e+01 |   9.81%
660.19/660.30	c   660s|  5500 |   665 |  1089k| 197.2 |  40M|  23 |  96 | 736 |7201 | 736 |7209 |   8 |   0 |1778 | 3.005437e+01 | 3.300000e+01 |   9.80%
667.79/667.95	c   668s|  5600 |   667 |  1103k| 196.3 |  40M|  23 |  99 | 736 |7201 | 736 |7209 |   8 |   0 |1802 | 3.005539e+01 | 3.300000e+01 |   9.80%
676.99/677.10	c   677s|  5700 |   667 |  1120k| 195.7 |  40M|  23 | 103 | 736 |7201 | 736 |7209 |   8 |   0 |1833 | 3.007552e+01 | 3.300000e+01 |   9.72%
685.88/686.07	c   686s|  5800 |   673 |  1137k| 195.3 |  41M|  23 |  96 | 736 |7201 | 736 |7209 |   8 |   0 |1863 | 3.008707e+01 | 3.300000e+01 |   9.68%
695.88/696.01	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
695.88/696.01	c   696s|  5900 |   685 |  1156k| 195.2 |  41M|  23 | 114 | 736 |7201 | 736 |7209 |   8 |   0 |1893 | 3.010080e+01 | 3.300000e+01 |   9.63%
702.79/702.94	c   703s|  6000 |   671 |  1168k| 194.1 |  41M|  23 |  99 | 736 |7201 | 736 |7209 |   8 |   0 |1927 | 3.011839e+01 | 3.300000e+01 |   9.57%
710.98/711.10	c   711s|  6100 |   659 |  1183k| 193.2 |  41M|  23 | 101 | 736 |7201 | 736 |7209 |   8 |   0 |1961 | 3.012474e+01 | 3.300000e+01 |   9.54%
720.08/720.27	c   720s|  6200 |   673 |  1199k| 192.7 |  41M|  23 |  96 | 736 |7201 | 736 |7209 |   8 |   0 |1993 | 3.014697e+01 | 3.300000e+01 |   9.46%
728.77/728.90	c   729s|  6300 |   669 |  1214k| 192.0 |  41M|  23 |   - | 736 |7201 | 736 |7209 |   8 |   0 |2037 | 3.016050e+01 | 3.300000e+01 |   9.41%
739.08/739.27	c   739s|  6400 |   673 |  1232k| 191.9 |  41M|  23 | 100 | 736 |7201 | 736 |7209 |   8 |   0 |2096 | 3.019869e+01 | 3.300000e+01 |   9.28%
750.97/751.14	c   751s|  6500 |   675 |  1253k| 192.2 |  41M|  23 |   - | 736 |7201 | 736 |7209 |   8 |   0 |2153 | 3.021112e+01 | 3.300000e+01 |   9.23%
758.68/758.84	c   759s|  6600 |   667 |  1268k| 191.4 |  41M|  23 | 106 | 736 |7201 | 736 |7209 |   8 |   0 |2198 | 3.021218e+01 | 3.300000e+01 |   9.23%
767.58/767.71	c   768s|  6700 |   667 |  1284k| 191.1 |  41M|  23 |   - | 736 |7201 | 736 |7209 |   8 |   0 |2237 | 3.022114e+01 | 3.300000e+01 |   9.20%
774.28/774.48	c   774s|  6800 |   661 |  1299k| 190.4 |  42M|  23 |   - | 736 |7201 | 736 |7209 |   8 |   0 |2256 | 3.022195e+01 | 3.300000e+01 |   9.19%
780.37/780.56	c   781s|  6900 |   653 |  1312k| 189.6 |  42M|  23 | 119 | 736 |7201 | 736 |7209 |   8 |   0 |2271 | 3.022767e+01 | 3.300000e+01 |   9.17%
787.67/787.82	c   788s|  7000 |   639 |  1328k| 189.2 |  41M|  23 |   - | 736 |7201 | 736 |7209 |   8 |   0 |2290 | 3.022940e+01 | 3.300000e+01 |   9.17%
796.87/797.06	c   797s|  7100 |   651 |  1349k| 189.5 |  42M|  23 |   - | 736 |7201 | 736 |7209 |   8 |   0 |2299 | 3.027347e+01 | 3.300000e+01 |   9.01%
804.06/804.20	c   804s|  7200 |   649 |  1366k| 189.2 |  42M|  23 |   - | 736 |7201 | 736 |7209 |   8 |   0 |2305 | 3.028011e+01 | 3.300000e+01 |   8.98%
811.17/811.32	c   811s|  7300 |   637 |  1383k| 188.9 |  41M|  23 |   - | 736 |7201 | 736 |7209 |   8 |   0 |2313 | 3.028645e+01 | 3.300000e+01 |   8.96%
819.27/819.42	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
819.27/819.42	c   819s|  7400 |   651 |  1401k| 188.8 |  42M|  23 |   - | 736 |7201 | 736 |7209 |   8 |   0 |2324 | 3.032132e+01 | 3.300000e+01 |   8.83%
826.07/826.23	c   826s|  7500 |   647 |  1417k| 188.3 |  42M|  23 |   - | 736 |7201 | 736 |7209 |   8 |   0 |2333 | 3.034061e+01 | 3.300000e+01 |   8.77%
835.06/835.28	c   835s|  7600 |   645 |  1435k| 188.2 |  42M|  23 | 102 | 736 |7201 | 736 |7209 |   8 |   0 |2355 | 3.035602e+01 | 3.300000e+01 |   8.71%
842.46/842.69	c   843s|  7700 |   629 |  1447k| 187.4 |  42M|  23 |   - | 736 |7201 | 736 |7209 |   8 |   0 |2385 | 3.036582e+01 | 3.300000e+01 |   8.67%
852.55/852.79	c   853s|  7800 |   631 |  1466k| 187.4 |  42M|  23 | 119 | 736 |7201 | 736 |7209 |   8 |   0 |2409 | 3.038036e+01 | 3.300000e+01 |   8.62%
860.95/861.17	c   861s|  7900 |   635 |  1482k| 187.1 |  42M|  23 | 106 | 736 |7201 | 736 |7209 |   8 |   0 |2430 | 3.039695e+01 | 3.300000e+01 |   8.56%
871.76/871.90	c   872s|  8000 |   641 |  1503k| 187.3 |  42M|  23 |  85 | 736 |7201 | 736 |7209 |   8 |   0 |2457 | 3.041964e+01 | 3.300000e+01 |   8.48%
881.66/881.88	c   882s|  8100 |   631 |  1519k| 187.1 |  42M|  23 |   - | 736 |7201 | 736 |7209 |   8 |   0 |2499 | 3.042388e+01 | 3.300000e+01 |   8.47%
889.95/890.18	c   890s|  8200 |   617 |  1536k| 186.8 |  42M|  23 |   - | 736 |7201 | 736 |7209 |   8 |   0 |2524 | 3.042649e+01 | 3.300000e+01 |   8.46%
899.85/900.03	c   900s|  8300 |   617 |  1554k| 186.7 |  42M|  23 |   - | 736 |7201 | 736 |7209 |   8 |   0 |2558 | 3.043868e+01 | 3.300000e+01 |   8.41%
908.95/909.15	c   909s|  8400 |   605 |  1569k| 186.3 |  42M|  23 |   - | 736 |7201 | 736 |7209 |   8 |   0 |2596 | 3.046423e+01 | 3.300000e+01 |   8.32%
917.95/918.17	c   918s|  8500 |   597 |  1586k| 186.1 |  42M|  23 |  90 | 736 |7201 | 736 |7209 |   8 |   0 |2625 | 3.048230e+01 | 3.300000e+01 |   8.26%
929.15/929.31	c   929s|  8600 |   601 |  1606k| 186.2 |  42M|  23 | 111 | 736 |7201 | 736 |7209 |   8 |   0 |2668 | 3.050854e+01 | 3.300000e+01 |   8.17%
939.65/939.88	c   940s|  8700 |   593 |  1624k| 186.2 |  42M|  23 | 121 | 736 |7201 | 736 |7209 |   8 |   0 |2720 | 3.052257e+01 | 3.300000e+01 |   8.12%
950.05/950.25	c   950s|  8800 |   571 |  1641k| 186.0 |  42M|  23 | 120 | 736 |7201 | 736 |7209 |   8 |   0 |2786 | 3.052966e+01 | 3.300000e+01 |   8.09%
960.84/961.03	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
960.84/961.03	c   961s|  8900 |   557 |  1659k| 185.9 |  42M|  23 | 114 | 736 |7201 | 736 |7209 |   8 |   0 |2851 | 3.054171e+01 | 3.300000e+01 |   8.05%
972.25/972.40	c   972s|  9000 |   549 |  1677k| 185.9 |  42M|  23 |   - | 736 |7201 | 736 |7209 |   8 |   0 |2923 | 3.054501e+01 | 3.300000e+01 |   8.04%
982.94/983.10	c   983s|  9100 |   539 |  1695k| 185.9 |  42M|  23 |   - | 736 |7201 | 736 |7209 |   8 |   0 |2978 | 3.058249e+01 | 3.300000e+01 |   7.90%
992.53/992.70	c   993s|  9200 |   531 |  1712k| 185.7 |  42M|  23 |   - | 736 |7201 | 736 |7209 |   8 |   0 |3037 | 3.059588e+01 | 3.300000e+01 |   7.86%
1000.63/1000.85	c  1001s|  9300 |   517 |  1727k| 185.2 |  42M|  23 | 120 | 736 |7201 | 736 |7209 |   8 |   0 |3071 | 3.061522e+01 | 3.300000e+01 |   7.79%
1009.34/1009.50	c  1009s|  9400 |   507 |  1744k| 185.1 |  42M|  23 | 119 | 736 |7201 | 736 |7209 |   8 |   0 |3102 | 3.063562e+01 | 3.300000e+01 |   7.72%
1017.84/1018.05	c  1018s|  9500 |   493 |  1762k| 185.0 |  42M|  23 |   - | 736 |7201 | 736 |7209 |   8 |   0 |3120 | 3.069093e+01 | 3.300000e+01 |   7.52%
1025.93/1026.17	c  1026s|  9600 |   467 |  1779k| 184.9 |  42M|  23 |   - | 736 |7201 | 736 |7209 |   8 |   0 |3142 | 3.069429e+01 | 3.300000e+01 |   7.51%
1032.44/1032.69	c  1033s|  9700 |   447 |  1794k| 184.5 |  41M|  23 | 116 | 736 |7201 | 736 |7209 |   8 |   0 |3152 | 3.070486e+01 | 3.300000e+01 |   7.47%
1039.23/1039.48	c  1039s|  9800 |   425 |  1808k| 184.0 |  41M|  23 |   - | 736 |7201 | 736 |7209 |   8 |   0 |3171 | 3.074703e+01 | 3.300000e+01 |   7.33%
1046.03/1046.24	c  1046s|  9900 |   403 |  1823k| 183.7 |  41M|  23 |   - | 736 |7201 | 736 |7209 |   8 |   0 |3180 | 3.076909e+01 | 3.300000e+01 |   7.25%
1052.93/1053.13	c  1053s| 10000 |   383 |  1838k| 183.4 |  41M|  23 |   - | 736 |7201 | 736 |7209 |   8 |   0 |3196 | 3.077940e+01 | 3.300000e+01 |   7.21%
1060.52/1060.79	c  1061s| 10100 |   373 |  1854k| 183.2 |  41M|  23 | 112 | 736 |7201 | 736 |7209 |   8 |   0 |3208 | 3.081971e+01 | 3.300000e+01 |   7.07%
1066.74/1066.96	c  1067s| 10200 |   347 |  1868k| 182.8 |  41M|  23 |   - | 736 |7201 | 736 |7209 |   8 |   0 |3213 | 3.082230e+01 | 3.300000e+01 |   7.07%
1073.82/1074.07	c  1074s| 10300 |   327 |  1885k| 182.6 |  41M|  23 | 115 | 736 |7201 | 736 |7209 |   8 |   0 |3217 | 3.088925e+01 | 3.300000e+01 |   6.83%
1080.93/1081.15	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1080.93/1081.15	c  1081s| 10400 |   301 |  1900k| 182.3 |  40M|  23 |   - | 736 |7201 | 736 |7209 |   8 |   0 |3230 | 3.090812e+01 | 3.300000e+01 |   6.77%
1088.73/1088.92	c  1089s| 10500 |   271 |  1915k| 181.9 |  40M|  23 |   - | 736 |7201 | 736 |7209 |   8 |   0 |3248 | 3.095479e+01 | 3.300000e+01 |   6.61%
1097.52/1097.76	c  1098s| 10600 |   237 |  1931k| 181.8 |  40M|  23 | 118 | 736 |7201 | 736 |7209 |   8 |   0 |3272 | 3.102034e+01 | 3.300000e+01 |   6.38%
1106.52/1106.70	c  1107s| 10700 |   199 |  1946k| 181.5 |  39M|  23 |   - | 736 |7201 | 736 |7209 |   8 |   0 |3302 | 3.103467e+01 | 3.300000e+01 |   6.33%
1115.02/1115.22	c  1115s| 10800 |   149 |  1961k| 181.2 |  39M|  23 |   - | 736 |7201 | 736 |7209 |   8 |   0 |3333 | 3.106360e+01 | 3.300000e+01 |   6.23%
1123.93/1124.13	c  1124s| 10900 |   113 |  1976k| 180.9 |  38M|  23 |   - | 736 |7201 | 736 |7209 |   8 |   0 |3361 | 3.111644e+01 | 3.300000e+01 |   6.05%
1132.22/1132.43	c  1132s| 11000 |    61 |  1989k| 180.4 |  38M|  23 |   - | 736 |7201 | 736 |7209 |   8 |   0 |3389 | 3.115985e+01 | 3.300000e+01 |   5.91%
1137.32/1137.57	c  1138s| 11100 |    11 |  2001k| 179.9 |  37M|  23 | 113 | 736 |7201 | 736 |7209 |   8 |   0 |3393 | 3.148240e+01 | 3.300000e+01 |   4.82%
1138.01/1138.27	c 
1138.01/1138.27	c SCIP Status        : problem is solved [optimal solution found]
1138.01/1138.27	c Solving Time (sec) : 1138.27
1138.01/1138.27	c Solving Nodes      : 11115
1138.01/1138.27	c Primal Bound       : +3.30000000000000e+01 (371 solutions)
1138.01/1138.27	c Dual Bound         : +3.30000000000000e+01
1138.01/1138.27	c Gap                : 0.00 %
1138.01/1138.28	s OPTIMUM FOUND
1138.01/1138.28	v -x736 -x735 -x734 -x733 -x732 -x731 -x730 -x729 -x728 -x727 -x726 -x725 -x724 -x723 -x722 -x721 -x720 -x719 -x718 -x717 -x716 -x715 
1138.01/1138.28	v -x714 -x713 -x712 -x711 -x710 -x709 -x708 -x707 -x706 -x705 -x704 -x703 -x702 -x701 -x700 -x699 -x698 -x697 -x696 -x695 
1138.01/1138.28	v -x694 -x693 -x692 -x691 -x690 -x689 -x688 -x687 -x686 -x685 -x684 -x683 -x682 -x681 -x680 -x679 -x678 -x677 -x676 -x675 -x674 
1138.01/1138.28	v -x673 -x672 -x671 -x670 -x669 -x668 -x667 -x666 -x665 -x664 -x663 -x662 -x661 -x660 -x659 -x658 -x657 -x656 -x655 -x654 -x653 
1138.01/1138.28	v -x652 -x651 -x650 -x649 -x648 -x647 -x646 -x645 -x644 -x643 -x642 -x641 -x640 -x639 -x638 -x637 -x636 -x635 -x634 -x633 -x632 
1138.01/1138.28	v -x631 -x630 -x629 -x628 -x627 -x626 -x625 -x624 -x623 -x622 -x621 -x620 -x619 -x618 -x617 -x616 -x615 -x614 -x613 -x612 -x611 
1138.01/1138.28	v -x610 -x609 -x608 -x607 -x606 -x605 -x604 -x603 -x602 -x601 -x600 -x599 -x598 -x597 -x596 -x595 -x594 -x593 -x592 -x591 -x590 
1138.01/1138.28	v -x589 -x588 -x587 -x586 -x585 -x584 -x583 -x582 -x581 -x580 -x579 -x578 -x577 -x576 -x575 -x574 -x573 -x572 -x571 -x570 
1138.01/1138.28	v -x569 -x568 -x567 -x566 -x565 -x564 -x563 -x562 -x561 -x560 -x559 -x558 -x557 -x556 -x555 -x554 -x553 -x552 -x551 -x550 -x549 
1138.01/1138.28	v -x548 -x547 -x546 -x545 -x544 -x543 -x542 -x541 -x540 -x539 -x538 -x537 -x536 -x535 -x534 -x533 -x532 -x531 -x530 -x529 -x528 
1138.01/1138.28	v -x527 -x526 -x525 -x524 -x523 -x522 -x521 -x520 -x519 -x518 -x517 -x516 -x515 -x514 -x513 -x512 -x511 -x510 -x509 -x508 -x507 
1138.01/1138.28	v -x506 -x505 -x504 -x503 -x502 -x501 -x500 -x499 -x498 -x497 -x496 -x495 -x494 -x493 -x492 -x491 -x490 -x489 -x488 -x487 -x486 
1138.01/1138.28	v -x485 -x484 -x483 -x482 -x481 -x480 -x479 -x478 -x477 -x476 -x475 -x474 -x473 -x472 -x471 -x470 -x469 -x468 -x467 -x466 -x465 
1138.01/1138.28	v -x464 -x463 -x462 -x461 -x460 -x459 -x458 -x457 -x456 -x455 -x454 -x453 -x452 -x451 -x450 -x449 -x448 -x447 -x446 -x445 
1138.01/1138.28	v -x444 -x443 -x442 -x441 -x440 -x439 -x438 -x437 -x436 -x435 -x434 -x433 -x432 -x431 -x430 -x429 -x428 -x427 -x426 -x425 -x424 
1138.01/1138.28	v -x423 -x422 -x421 -x420 -x419 -x418 -x417 -x416 -x415 -x414 -x413 -x412 x411 -x410 -x409 -x408 -x407 -x406 -x405 -x404 -x403 
1138.01/1138.28	v -x402 -x401 -x400 -x399 -x398 -x397 -x396 -x395 -x394 -x393 -x392 -x391 -x390 -x389 -x388 -x387 -x386 -x385 -x384 -x383 -x382 
1138.01/1138.28	v -x381 -x380 -x379 -x378 -x377 -x376 -x375 -x374 -x373 -x372 -x371 -x370 -x369 -x368 -x367 -x366 -x365 -x364 -x363 -x362 -x361 
1138.01/1138.28	v -x360 -x359 -x358 -x357 -x356 -x355 -x354 -x353 -x352 -x351 -x350 -x349 -x348 -x347 -x346 -x345 -x344 -x343 -x342 -x341 -x340 
1138.01/1138.28	v -x339 -x338 -x337 -x336 -x335 -x334 -x333 -x332 -x331 -x330 -x329 -x328 -x327 -x326 -x325 -x324 -x323 -x322 -x321 -x320 -x319 
1138.01/1138.28	v -x318 -x317 -x316 -x315 -x314 -x313 -x312 -x311 -x310 -x309 -x308 -x307 -x306 -x305 -x304 -x303 -x302 -x301 -x300 -x299 
1138.01/1138.28	v -x298 x297 -x296 -x295 -x294 -x293 -x292 -x291 -x290 -x289 -x288 x287 x286 -x285 -x284 -x283 -x282 -x281 -x280 -x279 -x278 -x277 
1138.01/1138.28	v -x276 -x275 -x274 -x273 -x272 -x271 -x270 x269 -x268 -x267 -x266 -x265 -x264 -x263 -x262 -x261 -x260 -x259 -x258 -x257 -x256 
1138.01/1138.28	v -x255 -x254 -x253 -x252 -x251 -x250 -x249 -x248 -x247 -x246 -x245 -x244 -x243 -x242 -x241 -x240 -x239 -x238 -x237 -x236 -x235 
1138.01/1138.28	v -x234 -x233 -x232 -x231 -x230 -x229 -x228 -x227 -x226 -x225 -x224 -x223 -x222 -x221 -x220 -x219 -x218 -x217 -x216 -x215 
1138.01/1138.28	v -x214 -x213 -x212 -x211 -x210 -x209 -x208 -x207 -x206 -x205 -x204 -x203 -x202 -x201 -x200 -x199 -x198 -x197 -x196 -x195 -x194 
1138.01/1138.28	v -x193 -x192 -x191 -x190 -x189 -x188 -x187 -x186 -x185 -x184 -x183 -x182 -x181 -x180 -x179 -x178 -x177 -x176 -x175 -x174 -x173 
1138.01/1138.28	v x172 -x171 -x170 -x169 -x168 -x167 -x166 -x165 -x164 -x163 -x162 -x161 -x160 -x159 -x158 -x157 -x156 -x155 -x154 -x153 -x152 
1138.01/1138.28	v -x151 -x150 -x149 -x148 -x147 -x146 -x145 -x144 x143 -x142 x141 x140 -x139 -x138 -x137 -x136 -x135 -x134 -x133 x132 -x131 -x130 
1138.01/1138.28	v -x129 -x128 -x127 -x126 -x125 -x124 -x123 -x122 x121 x120 -x119 -x118 -x117 x116 -x115 x114 -x113 -x112 -x111 -x110 -x109 
1138.01/1138.28	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 
1138.01/1138.28	v x84 -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 
1138.01/1138.28	v -x58 -x57 x56 -x55 -x54 x53 -x52 -x51 -x50 -x49 -x48 -x47 -x46 -x45 -x44 x43 -x42 -x41 -x40 -x39 -x38 x37 -x36 -x35 x34 -x33 
1138.01/1138.28	v x32 x31 -x30 -x29 -x28 -x27 -x26 -x25 -x24 -x23 -x22 -x21 -x20 -x19 -x18 -x17 x16 -x15 -x14 -x13 -x12 -x11 -x10 -x9 x8 -x7 
1138.01/1138.28	v -x6 -x5 -x4 -x3 x2 -x1 
1138.01/1138.28	c SCIP Status        : problem is solved [optimal solution found]
1138.01/1138.28	c Total Time         :    1138.27
1138.01/1138.28	c   solving          :    1138.27
1138.01/1138.28	c   presolving       :       0.17 (included in solving)
1138.01/1138.28	c   reading          :       0.03 (included in solving)
1138.01/1138.28	c   copying          :       0.04 (2 #copies) (minimal 0.02, maximal 0.02, average 0.02)
1138.01/1138.28	c Original Problem   :
1138.01/1138.28	c   Problem name     : HOME/instance-3691313-1338024451.opb
1138.01/1138.28	c   Variables        : 736 (736 binary, 0 integer, 0 implicit integer, 0 continuous)
1138.01/1138.28	c   Constraints      : 7201 initial, 7201 maximal
1138.01/1138.28	c   Objective sense  : minimize
1138.01/1138.28	c Presolved Problem  :
1138.01/1138.28	c   Problem name     : t_HOME/instance-3691313-1338024451.opb
1138.01/1138.28	c   Variables        : 736 (736 binary, 0 integer, 0 implicit integer, 0 continuous)
1138.01/1138.28	c   Constraints      : 7201 initial, 7201 maximal
1138.01/1138.28	c Presolvers         :   ExecTime  SetupTime  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1138.01/1138.28	c   domcol           :       0.00       0.00          0          0          0          0          0          0          0          0          0
1138.01/1138.28	c   trivial          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1138.01/1138.28	c   dualfix          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1138.01/1138.28	c   boundshift       :       0.00       0.00          0          0          0          0          0          0          0          0          0
1138.01/1138.28	c   inttobinary      :       0.00       0.00          0          0          0          0          0          0          0          0          0
1138.01/1138.28	c   convertinttobin  :       0.00       0.00          0          0          0          0          0          0          0          0          0
1138.01/1138.28	c   gateextraction   :       0.00       0.00          0          0          0          0          0          0          0          0          0
1138.01/1138.28	c   implics          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1138.01/1138.28	c   components       :       0.01       0.00          0          0          0          0          0          0          0          0          0
1138.01/1138.28	c   pseudoobj        :       0.00       0.00          0          0          0          0          0          0          0          0          0
1138.01/1138.28	c   probing          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1138.01/1138.28	c   linear           :       0.05       0.00          0          0          0          0          0          0          0          0          0
1138.01/1138.28	c   logicor          :       0.02       0.06          0          0          0          0          0          0          0          0          0
1138.01/1138.28	c   root node        :          -          -          1          -          -          1          -          -          -          -          -
1138.01/1138.28	c Constraints        :     Number  MaxNumber  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #ResProp    Cutoffs    DomReds       Cuts      Conss   Children
1138.01/1138.28	c   integral         :          0          0          0          0       6809          0        375          0         47       1515          0          0      11788
1138.01/1138.28	c   logicor          :       7201       7201          9      16482          1          0        370          0          0        217          0          0          0
1138.01/1138.28	c   countsols        :          0          0          0          0          1          0        373          0          0          0          0          0          0
1138.01/1138.28	c Constraint Timings :  TotalTime  SetupTime   Separate  Propagate     EnfoLP     EnfoPS      Check    ResProp
1138.01/1138.28	c   integral         :     242.65       0.00       0.00       0.00     242.65       0.00       0.01       0.00
1138.01/1138.28	c   logicor          :       1.35       0.06       0.00       1.25       0.00       0.00       0.04       0.00
1138.01/1138.28	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1138.01/1138.28	c Propagators        : #Propagate   #ResProp    Cutoffs    DomReds
1138.01/1138.28	c   rootredcost      :          1          0          0          0
1138.01/1138.28	c   pseudoobj        :      29716          0          0          0
1138.01/1138.28	c   vbounds          :          0          0          0          0
1138.01/1138.28	c   redcost          :      12080          0          0     834613
1138.01/1138.28	c   probing          :          0          0          0          0
1138.01/1138.28	c Propagator Timings :  TotalTime  SetupTime   Presolve  Propagate    ResProp
1138.01/1138.28	c   rootredcost      :       0.02       0.00       0.00       0.02       0.00
1138.01/1138.28	c   pseudoobj        :       0.06       0.00       0.00       0.06       0.00
1138.01/1138.28	c   vbounds          :       0.01       0.00       0.00       0.01       0.00
1138.01/1138.28	c   redcost          :       1.08       0.00       0.00       1.08       0.00
1138.01/1138.28	c   probing          :       0.00       0.00       0.00       0.00       0.00
1138.01/1138.28	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1138.01/1138.28	c   propagation      :       0.00          0          0          0        0.0          0        0.0          -
1138.01/1138.28	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1138.01/1138.28	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1138.01/1138.28	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1138.01/1138.28	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1138.01/1138.28	c   applied globally :          -          -          -          0        0.0          -          -          -
1138.01/1138.28	c   applied locally  :          -          -          -          0        0.0          -          -          -
1138.01/1138.28	c Separators         :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss
1138.01/1138.28	c   cut pool         :       0.02                     8          -          -          3          -    (maximal pool size: 1402)
1138.01/1138.28	c   closecuts        :       0.00       0.00          0          0          0          0          0
1138.01/1138.28	c   impliedbounds    :       0.00       0.00         10          0          0          0          0
1138.01/1138.28	c   intobj           :       0.00       0.00          0          0          0          0          0
1138.01/1138.28	c   gomory           :      14.09       0.00         10          0          0          0          0
1138.01/1138.28	c   cgmip            :       0.00       0.00          0          0          0          0          0
1138.01/1138.28	c   strongcg         :       7.88       0.00         10          0          0       2368          0
1138.01/1138.28	c   cmir             :       0.17       0.00         10          0          0          0          0
1138.01/1138.28	c   flowcover        :       0.35       0.00         10          0          0          0          0
1138.01/1138.28	c   clique           :       0.00       0.00          1          0          0          0          0
1138.01/1138.28	c   zerohalf         :       0.00       0.00          0          0          0          0          0
1138.01/1138.28	c   mcf              :       0.00       0.00          1          0          0          0          0
1138.01/1138.28	c   oddcycle         :       0.00       0.00          0          0          0          0          0
1138.01/1138.28	c   rapidlearning    :       0.00       0.00          0          0          0          0          0
1138.01/1138.28	c Pricers            :   ExecTime  SetupTime      Calls       Vars
1138.01/1138.28	c   problem variables:       0.00          -          0          0
1138.01/1138.28	c Branching Rules    :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1138.01/1138.28	c   relpscost        :     242.63       0.00       6808         47       1515          0          0      11788
1138.01/1138.28	c   pscost           :       0.00       0.00          0          0          0          0          0          0
1138.01/1138.28	c   inference        :       0.00       0.00          0          0          0          0          0          0
1138.01/1138.28	c   mostinf          :       0.00       0.00          0          0          0          0          0          0
1138.01/1138.28	c   leastinf         :       0.00       0.00          0          0          0          0          0          0
1138.01/1138.28	c   fullstrong       :       0.00       0.00          0          0          0          0          0          0
1138.01/1138.28	c   allfullstrong    :       0.00       0.00          0          0          0          0          0          0
1138.01/1138.28	c   random           :       0.00       0.00          0          0          0          0          0          0
1138.01/1138.28	c Primal Heuristics  :   ExecTime  SetupTime      Calls      Found
1138.01/1138.28	c   LP solutions     :       0.00          -          -          1
1138.01/1138.28	c   pseudo solutions :       0.00          -          -          0
1138.01/1138.28	c   oneopt           :       0.02       0.00          4          1
1138.01/1138.28	c   coefdiving       :      31.02       0.00         87          0
1138.01/1138.28	c   fracdiving       :      24.69       0.00         87          0
1138.01/1138.28	c   veclendiving     :      16.27       0.00         87          0
1138.01/1138.28	c   pscostdiving     :      39.54       0.00         88         36
1138.01/1138.28	c   smallcard        :       0.00       0.00          0          0
1138.01/1138.28	c   trivial          :       0.00       0.00          2          1
1138.01/1138.28	c   shiftandpropagate:       0.00       0.00          0          0
1138.01/1138.28	c   simplerounding   :       0.24       0.00       6816         98
1138.01/1138.28	c   zirounding       :      11.62       0.00       5941        230
1138.01/1138.28	c   rounding         :       3.15       0.00       3483          1
1138.01/1138.28	c   shifting         :       1.20       0.00        914          1
1138.01/1138.28	c   intshifting      :       0.00       0.00          0          0
1138.01/1138.28	c   twoopt           :       0.00       0.00          0          0
1138.01/1138.28	c   indtwoopt        :       0.00       0.00          0          0
1138.01/1138.28	c   indoneopt        :       0.01       0.00          0          0
1138.01/1138.28	c   fixandinfer      :       0.00       0.00          0          0
1138.01/1138.28	c   feaspump         :       0.00       0.00          0          0
1138.01/1138.28	c   clique           :       0.00       0.00          0          0
1138.01/1138.28	c   indcoefdiving    :       0.00       0.00          0          0
1138.01/1138.28	c   indrounding      :       0.00       0.00          0          0
1138.01/1138.28	c   nlpdiving        :       0.00       0.00          0          0
1138.01/1138.28	c   intdiving        :       0.00       0.00          0          0
1138.01/1138.28	c   actconsdiving    :       0.00       0.00          0          0
1138.01/1138.28	c   objpscostdiving  :      17.08       0.00          1          0
1138.01/1138.28	c   rootsoldiving    :       6.41       0.00          6          0
1138.01/1138.28	c   linesearchdiving :      25.48       0.00         57          0
1138.01/1138.28	c   guideddiving     :      29.79       0.00         67          0
1138.01/1138.28	c   octane           :       0.00       0.00          0          0
1138.01/1138.28	c   rens             :      32.44       0.00          1          1
1138.01/1138.28	c   rins             :       0.00       0.00          0          0
1138.01/1138.28	c   localbranching   :       0.00       0.00          0          0
1138.01/1138.28	c   mutation         :       0.00       0.00          0          0
1138.01/1138.28	c   crossover        :       0.10       0.00          1          1
1138.01/1138.28	c   dins             :       0.00       0.00          0          0
1138.01/1138.28	c   vbounds          :       0.00       0.00          0          0
1138.01/1138.28	c   undercover       :       0.00       0.00          0          0
1138.01/1138.28	c   subnlp           :       0.00       0.00          0          0
1138.01/1138.28	c   trysol           :       0.01       0.00          0          0
1138.01/1138.28	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec  Time-0-It Calls-0-It
1138.01/1138.28	c   primal LP        :       0.00          0          0       0.00          -       0.00          0
1138.01/1138.28	c   dual LP          :     621.51      17259    1599687     133.42    2573.89       6.16       5269
1138.01/1138.28	c   lex dual LP      :       0.00          0          0       0.00          -
1138.01/1138.28	c   barrier LP       :       0.00          0          0       0.00          -       0.00          0
1138.01/1138.28	c   diving/probing LP:     183.76      10761     402762      37.43    2191.75
1138.01/1138.28	c   strong branching :     242.07       3396     544230     160.26    2248.19
1138.01/1138.28	c     (at root node) :          -         32      30108     940.88          -
1138.01/1138.28	c   conflict analysis:       0.00          0          0       0.00          -
1138.01/1138.28	c B&B Tree           :
1138.01/1138.28	c   number of runs   :          1
1138.01/1138.28	c   nodes            :      11115
1138.01/1138.28	c   nodes (total)    :      11115
1138.01/1138.28	c   nodes left       :          0
1138.01/1138.28	c   max depth        :         23
1138.01/1138.28	c   max depth (total):         23
1138.01/1138.28	c   backtracks       :       3715 (33.4%)
1138.01/1138.28	c   delayed cutoffs  :          0
1138.01/1138.28	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1138.01/1138.28	c   avg switch length:       5.92
1138.01/1138.28	c   switching time   :       2.00
1138.01/1138.28	c Solution           :
1138.01/1138.28	c   Solutions found  :        371 (7 improvements)
1138.01/1138.28	c   First Solution   : +7.36000000000000e+02   (in run 1, after 0 nodes, 0.06 seconds, depth 0, found by <trivial>)
1138.01/1138.28	c   Primal Bound     : +3.30000000000000e+01   (in run 1, after 4724 nodes, 597.27 seconds, depth 20, found by <relaxation>)
1138.01/1138.28	c   Dual Bound       : +3.30000000000000e+01
1138.01/1138.28	c   Gap              :       0.00 %
1138.01/1138.28	c   Root Dual Bound  : +2.67398352581366e+01
1138.01/1138.28	c   Root Iterations  :       4795
1138.11/1138.30	c Time complete: 1138.13.

Verifier Data

OK	33

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-3691313-1338024451/watcher-3691313-1338024451 -o /tmp/evaluation-result-3691313-1338024451/solver-3691313-1338024451 -C 1800 -W 1900 -M 15500 HOME/scip-2.1.1.4fix.linux.x86_64.gnu.opt.spx -f HOME/instance-3691313-1338024451.opb -t 1800 -m 15500 

running on 4 cores: 0,2,4,6

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.02 2.01 2.00 3/176 6774
/proc/meminfo: memFree=22134704/32873648 swapFree=6336/6336
[pid=6774] ppid=6772 vsize=10252 CPUtime=0 cores=0,2,4,6
/proc/6774/stat : 6774 (scip-2.1.1.4fix) R 6772 6774 5668 0 -1 4202496 1298 0 0 0 0 0 0 0 20 0 1 0 268572367 10498048 1252 33554432000 4194304 10173063 140735749313504 140734569991320 7545739 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/6774/statm: 2563 1253 408 1460 0 1094 0

[startup+0.067269 s]
/proc/loadavg: 2.02 2.01 2.00 3/176 6774
/proc/meminfo: memFree=22134704/32873648 swapFree=6336/6336
[pid=6774] ppid=6772 vsize=33500 CPUtime=0.06 cores=0,2,4,6
/proc/6774/stat : 6774 (scip-2.1.1.4fix) R 6772 6774 5668 0 -1 4202496 6861 0 0 0 5 1 0 0 20 0 1 0 268572367 34304000 6815 33554432000 4194304 10173063 140735749313504 140735749178424 8886411 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/6774/statm: 8375 6815 515 1460 0 6906 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 33500

[startup+0.10033 s]
/proc/loadavg: 2.02 2.01 2.00 3/176 6774
/proc/meminfo: memFree=22134704/32873648 swapFree=6336/6336
[pid=6774] ppid=6772 vsize=33844 CPUtime=0.09 cores=0,2,4,6
/proc/6774/stat : 6774 (scip-2.1.1.4fix) R 6772 6774 5668 0 -1 4202496 7203 0 0 0 8 1 0 0 20 0 1 0 268572367 34656256 6900 33554432000 4194304 10173063 140735749313504 140735749178424 8963895 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/6774/statm: 8461 6900 547 1460 0 6992 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 33844

[startup+0.300271 s]
/proc/loadavg: 2.02 2.01 2.00 3/176 6774
/proc/meminfo: memFree=22134704/32873648 swapFree=6336/6336
[pid=6774] ppid=6772 vsize=59592 CPUtime=0.28 cores=0,2,4,6
/proc/6774/stat : 6774 (scip-2.1.1.4fix) R 6772 6774 5668 0 -1 4202496 13768 0 0 0 26 2 0 0 20 0 1 0 268572367 61022208 12814 33554432000 4194304 10173063 140735749313504 140735749178424 8982074 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/6774/statm: 14898 12814 722 1460 0 13429 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 59592

[startup+0.700253 s]
/proc/loadavg: 2.02 2.01 2.00 3/176 6774
/proc/meminfo: memFree=22134704/32873648 swapFree=6336/6336
[pid=6774] ppid=6772 vsize=68708 CPUtime=0.69 cores=0,2,4,6
/proc/6774/stat : 6774 (scip-2.1.1.4fix) R 6772 6774 5668 0 -1 4202496 16377 0 0 0 66 3 0 0 20 0 1 0 268572367 70356992 14886 33554432000 4194304 10173063 140735749313504 140735749178424 8982074 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/6774/statm: 17177 14886 723 1460 0 15708 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 68708

[startup+1.50023 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 6775
/proc/meminfo: memFree=22078012/32873648 swapFree=6336/6336
[pid=6774] ppid=6772 vsize=68708 CPUtime=1.48 cores=0,2,4,6
/proc/6774/stat : 6774 (scip-2.1.1.4fix) R 6772 6774 5668 0 -1 4202496 16408 0 0 0 145 3 0 0 20 0 1 0 268572367 70356992 14917 33554432000 4194304 10173063 140735749313504 140735749306760 8982074 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/6774/statm: 17177 14917 723 1460 0 15708 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 68708

[startup+3.10024 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 6775
/proc/meminfo: memFree=22079376/32873648 swapFree=6336/6336
[pid=6774] ppid=6772 vsize=67132 CPUtime=3.08 cores=0,2,4,6
/proc/6774/stat : 6774 (scip-2.1.1.4fix) R 6772 6774 5668 0 -1 4202496 17238 0 0 0 304 4 0 0 20 0 1 0 268572367 68743168 15152 33554432000 4194304 10173063 140735749313504 140735749308344 7283389 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/6774/statm: 16783 15152 750 1460 0 15314 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 67132

[startup+6.30023 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 6775
/proc/meminfo: memFree=22064896/32873648 swapFree=6336/6336
[pid=6774] ppid=6772 vsize=79056 CPUtime=6.29 cores=0,2,4,6
/proc/6774/stat : 6774 (scip-2.1.1.4fix) R 6772 6774 5668 0 -1 4202496 20447 0 0 0 623 6 0 0 20 0 1 0 268572367 80953344 18055 33554432000 4194304 10173063 140735749313504 140735749308424 8982074 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/6774/statm: 19764 18055 769 1460 0 18295 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 79056

[startup+12.7002 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 6775
/proc/meminfo: memFree=22052876/32873648 swapFree=6336/6336
[pid=6774] ppid=6772 vsize=92792 CPUtime=12.69 cores=0,2,4,6
/proc/6774/stat : 6774 (scip-2.1.1.4fix) R 6772 6774 5668 0 -1 4202496 23652 0 0 0 1258 11 0 0 20 0 1 0 268572367 95019008 21093 33554432000 4194304 10173063 140735749313504 140735749308424 8982074 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/6774/statm: 23198 21093 769 1460 0 21729 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 92792

[startup+25.5002 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 6775
/proc/meminfo: memFree=22012444/32873648 swapFree=6336/6336
[pid=6774] ppid=6772 vsize=133440 CPUtime=25.48 cores=0,2,4,6
/proc/6774/stat : 6774 (scip-2.1.1.4fix) R 6772 6774 5668 0 -1 4202496 35304 0 0 0 2528 20 0 0 20 0 1 0 268572367 136642560 31138 33554432000 4194304 10173063 140735749313504 140735749302808 8033088 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/6774/statm: 33360 31138 823 1460 0 31891 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 133440

[startup+51.1003 s]
/proc/loadavg: 2.01 2.00 2.00 3/177 6775
/proc/meminfo: memFree=22010040/32873648 swapFree=6336/6336
[pid=6774] ppid=6772 vsize=135552 CPUtime=51.08 cores=0,2,4,6
/proc/6774/stat : 6774 (scip-2.1.1.4fix) R 6772 6774 5668 0 -1 4202496 35889 0 0 0 5072 36 0 0 20 0 1 0 268572367 138805248 31723 33554432000 4194304 10173063 140735749313504 140735749303528 8982074 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/6774/statm: 33888 31723 823 1460 0 32419 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 135552

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 6775
/proc/meminfo: memFree=22035752/32873648 swapFree=6336/6336
[pid=6774] ppid=6772 vsize=106896 CPUtime=102.28 cores=0,2,4,6
/proc/6774/stat : 6774 (scip-2.1.1.4fix) R 6772 6774 5668 0 -1 4202496 36250 0 0 0 10173 55 0 0 20 0 1 0 268572367 109461504 25264 33554432000 4194304 10173063 140735749313504 140735749307048 8982074 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/6774/statm: 26724 25264 846 1460 0 25255 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 106896

[startup+162.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/178 6779
/proc/meminfo: memFree=22031040/32873648 swapFree=6336/6336
[pid=6774] ppid=6772 vsize=111144 CPUtime=162.26 cores=0,2,4,6
/proc/6774/stat : 6774 (scip-2.1.1.4fix) R 6772 6774 5668 0 -1 4202496 38502 0 0 0 16148 78 0 0 20 0 1 0 268572367 113811456 26285 33554432000 4194304 10173063 140735749313504 140735749306760 8982074 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/6774/statm: 27786 26285 849 1460 0 26317 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 111144

[startup+222.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 6779
/proc/meminfo: memFree=22031020/32873648 swapFree=6336/6336
[pid=6774] ppid=6772 vsize=111144 CPUtime=222.26 cores=0,2,4,6
/proc/6774/stat : 6774 (scip-2.1.1.4fix) R 6772 6774 5668 0 -1 4202496 38507 0 0 0 22128 98 0 0 20 0 1 0 268572367 113811456 26290 33554432000 4194304 10173063 140735749313504 140735749306520 8033088 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/6774/statm: 27786 26290 849 1460 0 26317 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 111144

[startup+282.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/177 6779
/proc/meminfo: memFree=22031048/32873648 swapFree=6336/6336
[pid=6774] ppid=6772 vsize=111144 CPUtime=282.25 cores=0,2,4,6
/proc/6774/stat : 6774 (scip-2.1.1.4fix) R 6772 6774 5668 0 -1 4202496 38507 0 0 0 28105 120 0 0 20 0 1 0 268572367 113811456 26290 33554432000 4194304 10173063 140735749313504 140735749306360 8033088 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/6774/statm: 27786 26290 849 1460 0 26317 0
Current children cumulated CPU time (s) 282.25
Current children cumulated vsize (KiB) 111144

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 6780
/proc/meminfo: memFree=22031316/32873648 swapFree=6336/6336
[pid=6774] ppid=6772 vsize=111144 CPUtime=342.24 cores=0,2,4,6
/proc/6774/stat : 6774 (scip-2.1.1.4fix) R 6772 6774 5668 0 -1 4202496 38511 0 0 0 34082 142 0 0 20 0 1 0 268572367 113811456 26294 33554432000 4194304 10173063 140735749313504 140735749306104 8982074 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/6774/statm: 27786 26294 849 1460 0 26317 0
Current children cumulated CPU time (s) 342.24
Current children cumulated vsize (KiB) 111144

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 6780
/proc/meminfo: memFree=22031724/32873648 swapFree=6336/6336
[pid=6774] ppid=6772 vsize=111144 CPUtime=402.23 cores=0,2,4,6
/proc/6774/stat : 6774 (scip-2.1.1.4fix) R 6772 6774 5668 0 -1 4202496 38514 0 0 0 40060 163 0 0 20 0 1 0 268572367 113811456 26297 33554432000 4194304 10173063 140735749313504 140735749306424 8982074 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/6774/statm: 27786 26297 849 1460 0 26317 0
Current children cumulated CPU time (s) 402.23
Current children cumulated vsize (KiB) 111144

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 6781
/proc/meminfo: memFree=22031380/32873648 swapFree=6336/6336
[pid=6774] ppid=6772 vsize=111144 CPUtime=462.22 cores=0,2,4,6
/proc/6774/stat : 6774 (scip-2.1.1.4fix) R 6772 6774 5668 0 -1 4202496 38525 0 0 0 46038 184 0 0 20 0 1 0 268572367 113811456 26308 33554432000 4194304 10173063 140735749313504 140735749306488 8982074 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/6774/statm: 27786 26308 849 1460 0 26317 0
Current children cumulated CPU time (s) 462.22
Current children cumulated vsize (KiB) 111144

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 6781
/proc/meminfo: memFree=22030540/32873648 swapFree=6336/6336
[pid=6774] ppid=6772 vsize=111144 CPUtime=522.2 cores=0,2,4,6
/proc/6774/stat : 6774 (scip-2.1.1.4fix) R 6772 6774 5668 0 -1 4202496 38528 0 0 0 52018 202 0 0 20 0 1 0 268572367 113811456 26311 33554432000 4194304 10173063 140735749313504 140735749306376 8982074 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/6774/statm: 27786 26311 849 1460 0 26317 0
Current children cumulated CPU time (s) 522.2
Current children cumulated vsize (KiB) 111144

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 6781
/proc/meminfo: memFree=22029080/32873648 swapFree=6336/6336
[pid=6774] ppid=6772 vsize=113716 CPUtime=582.2 cores=0,2,4,6
/proc/6774/stat : 6774 (scip-2.1.1.4fix) R 6772 6774 5668 0 -1 4202496 43949 0 0 0 57992 228 0 0 20 0 1 0 268572367 116445184 26950 33554432000 4194304 10173063 140735749313504 140735749306632 8982074 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/6774/statm: 28429 26950 849 1460 0 26960 0
Current children cumulated CPU time (s) 582.2
Current children cumulated vsize (KiB) 113716

[startup+642.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/177 6781
/proc/meminfo: memFree=22028240/32873648 swapFree=6336/6336
[pid=6774] ppid=6772 vsize=114516 CPUtime=642.19 cores=0,2,4,6
/proc/6774/stat : 6774 (scip-2.1.1.4fix) R 6772 6774 5668 0 -1 4202496 62784 0 0 0 63966 253 0 0 20 0 1 0 268572367 117264384 26900 33554432000 4194304 10173063 140735749313504 140735749306760 8982074 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/6774/statm: 28629 26900 850 1460 0 27160 0
Current children cumulated CPU time (s) 642.19
Current children cumulated vsize (KiB) 114516

[startup+702.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 6781
/proc/meminfo: memFree=19577092/32873648 swapFree=6336/6336
[pid=6774] ppid=6772 vsize=115288 CPUtime=702.18 cores=0,2,4,6
/proc/6774/stat : 6774 (scip-2.1.1.4fix) R 6772 6774 5668 0 -1 4202496 86837 0 0 0 69937 281 0 0 20 0 1 0 268572367 118054912 26974 33554432000 4194304 10173063 140735749313504 140735749306760 8982074 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/6774/statm: 28822 26974 850 1460 0 27353 0
Current children cumulated CPU time (s) 702.18
Current children cumulated vsize (KiB) 115288

[startup+762.306 s]
/proc/loadavg: 2.01 2.00 2.00 3/178 6785
/proc/meminfo: memFree=19369036/32873648 swapFree=6336/6336
[pid=6774] ppid=6772 vsize=115980 CPUtime=762.18 cores=0,2,4,6
/proc/6774/stat : 6774 (scip-2.1.1.4fix) R 6772 6774 5668 0 -1 4202496 121244 0 0 0 75912 306 0 0 20 0 1 0 268572367 118763520 27527 33554432000 4194304 10173063 140735749313504 140735749306360 8982074 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/6774/statm: 28995 27527 850 1460 0 27526 0
Current children cumulated CPU time (s) 762.18
Current children cumulated vsize (KiB) 115980

[startup+822.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 6785
/proc/meminfo: memFree=19269544/32873648 swapFree=6336/6336
[pid=6774] ppid=6772 vsize=115780 CPUtime=822.17 cores=0,2,4,6
/proc/6774/stat : 6774 (scip-2.1.1.4fix) R 6772 6774 5668 0 -1 4202496 167455 0 0 0 81879 338 0 0 20 0 1 0 268572367 118558720 27429 33554432000 4194304 10173063 140735749313504 140735749306760 8982074 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/6774/statm: 28945 27429 850 1460 0 27476 0
Current children cumulated CPU time (s) 822.17
Current children cumulated vsize (KiB) 115780

[startup+882.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 6785
/proc/meminfo: memFree=19190020/32873648 swapFree=6336/6336
[pid=6774] ppid=6772 vsize=117356 CPUtime=882.15 cores=0,2,4,6
/proc/6774/stat : 6774 (scip-2.1.1.4fix) R 6772 6774 5668 0 -1 4202496 237710 0 0 0 87844 371 0 0 20 0 1 0 268572367 120172544 27680 33554432000 4194304 10173063 140735749313504 140735749306856 8982074 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/6774/statm: 29339 27680 850 1460 0 27870 0
Current children cumulated CPU time (s) 882.15
Current children cumulated vsize (KiB) 117356

[startup+942.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 6786
/proc/meminfo: memFree=18647512/32873648 swapFree=6336/6336
[pid=6774] ppid=6772 vsize=118340 CPUtime=942.15 cores=0,2,4,6
/proc/6774/stat : 6774 (scip-2.1.1.4fix) R 6772 6774 5668 0 -1 4202496 331938 0 0 0 93810 405 0 0 20 0 1 0 268572367 121180160 27963 33554432000 4194304 10173063 140735749313504 140735749307224 8033088 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/6774/statm: 29585 27963 850 1460 0 28116 0
Current children cumulated CPU time (s) 942.15
Current children cumulated vsize (KiB) 118340

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 6786
/proc/meminfo: memFree=19130324/32873648 swapFree=6336/6336
[pid=6774] ppid=6772 vsize=116956 CPUtime=1002.14 cores=0,2,4,6
/proc/6774/stat : 6774 (scip-2.1.1.4fix) R 6772 6774 5668 0 -1 4202496 424142 0 0 0 99776 438 0 0 20 0 1 0 268572367 119762944 27625 33554432000 4194304 10173063 140735749313504 140735749306760 8982074 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/6774/statm: 29239 27625 850 1460 0 27770 0
Current children cumulated CPU time (s) 1002.14
Current children cumulated vsize (KiB) 116956

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 6786
/proc/meminfo: memFree=19116460/32873648 swapFree=6336/6336
[pid=6774] ppid=6772 vsize=118136 CPUtime=1062.13 cores=0,2,4,6
/proc/6774/stat : 6774 (scip-2.1.1.4fix) R 6772 6774 5668 0 -1 4202496 506924 0 0 0 105744 469 0 0 20 0 1 0 268572367 120971264 27764 33554432000 4194304 10173063 140735749313504 140735749306856 8982074 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/6774/statm: 29534 27764 850 1460 0 28065 0
Current children cumulated CPU time (s) 1062.13
Current children cumulated vsize (KiB) 118136

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 6787
/proc/meminfo: memFree=19113616/32873648 swapFree=6336/6336
[pid=6774] ppid=6772 vsize=117780 CPUtime=1122.11 cores=0,2,4,6
/proc/6774/stat : 6774 (scip-2.1.1.4fix) R 6772 6774 5668 0 -1 4202496 584538 0 0 0 111707 504 0 0 20 0 1 0 268572367 120606720 27976 33554432000 4194304 10173063 140735749313504 140735749306632 8982074 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/6774/statm: 29445 27976 850 1460 0 27976 0
Current children cumulated CPU time (s) 1122.11
Current children cumulated vsize (KiB) 117780

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

[startup+1126.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 6787
/proc/meminfo: memFree=19089172/32873648 swapFree=6336/6336
[pid=6774] ppid=6772 vsize=118244 CPUtime=1126.12 cores=0,2,4,6
/proc/6774/stat : 6774 (scip-2.1.1.4fix) R 6772 6774 5668 0 -1 4202496 586039 0 0 0 112106 506 0 0 20 0 1 0 268572367 121081856 27991 33554432000 4194304 10173063 140735749313504 140735749306856 8033088 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/6774/statm: 29561 27991 850 1460 0 28092 0
Current children cumulated CPU time (s) 1126.12
Current children cumulated vsize (KiB) 118244

[startup+1132.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 6787
/proc/meminfo: memFree=19117196/32873648 swapFree=6336/6336
[pid=6774] ppid=6772 vsize=119668 CPUtime=1132.51 cores=0,2,4,6
/proc/6774/stat : 6774 (scip-2.1.1.4fix) R 6772 6774 5668 0 -1 4202496 594240 0 0 0 112742 509 0 0 20 0 1 0 268572367 122540032 28445 33554432000 4194304 10173063 140735749313504 140735749306488 8982074 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/6774/statm: 29917 28445 850 1460 0 28448 0
Current children cumulated CPU time (s) 1132.51
Current children cumulated vsize (KiB) 119668

[startup+1135.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 6787
/proc/meminfo: memFree=19113536/32873648 swapFree=6336/6336
[pid=6774] ppid=6772 vsize=118196 CPUtime=1135.72 cores=0,2,4,6
/proc/6774/stat : 6774 (scip-2.1.1.4fix) R 6772 6774 5668 0 -1 4202496 598737 0 0 0 113061 511 0 0 20 0 1 0 268572367 121032704 27885 33554432000 4194304 10173063 140735749313504 140735749306808 8982074 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/6774/statm: 29549 27885 850 1460 0 28080 0
Current children cumulated CPU time (s) 1135.72
Current children cumulated vsize (KiB) 118196

[startup+1137.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 6787
/proc/meminfo: memFree=19109752/32873648 swapFree=6336/6336
[pid=6774] ppid=6772 vsize=118196 CPUtime=1137.32 cores=0,2,4,6
/proc/6774/stat : 6774 (scip-2.1.1.4fix) R 6772 6774 5668 0 -1 4202496 598828 0 0 0 113220 512 0 0 20 0 1 0 268572367 121032704 27976 33554432000 4194304 10173063 140735749313504 140735749307144 8982074 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/6774/statm: 29549 27976 850 1460 0 28080 0
Current children cumulated CPU time (s) 1137.32
Current children cumulated vsize (KiB) 118196

[startup+1137.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 6787
/proc/meminfo: memFree=19109752/32873648 swapFree=6336/6336
[pid=6774] ppid=6772 vsize=118196 CPUtime=1137.71 cores=0,2,4,6
/proc/6774/stat : 6774 (scip-2.1.1.4fix) R 6772 6774 5668 0 -1 4202496 598830 0 0 0 113259 512 0 0 20 0 1 0 268572367 121032704 27978 33554432000 4194304 10173063 140735749313504 140735749307144 8982074 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/6774/statm: 29549 27978 850 1460 0 28080 0
Current children cumulated CPU time (s) 1137.71
Current children cumulated vsize (KiB) 118196

[startup+1138.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 6787
/proc/meminfo: memFree=19109752/32873648 swapFree=6336/6336
[pid=6774] ppid=6772 vsize=97760 CPUtime=1138.11 cores=0,2,4,6
/proc/6774/stat : 6774 (scip-2.1.1.4fix) R 6772 6774 5668 0 -1 4202496 598839 0 0 0 113299 512 0 0 20 0 1 0 268572367 100106240 23342 33554432000 4194304 10173063 140735749313504 140735749306760 8992599 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/6774/statm: 24440 23342 852 1460 0 22971 0
Current children cumulated CPU time (s) 1138.11
Current children cumulated vsize (KiB) 97760

Child status: 0
Real time (s): 1138.31
CPU time (s): 1138.13
CPU user time (s): 1133
CPU system time (s): 5.13122
CPU usage (%): 99.9846
Max. virtual memory (cumulated for all children) (KiB): 135552

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1133
system time used= 5.13122
maximum resident set size= 126992
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 598841
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3
involuntary context switches= 1176

runsolver used 1.66175 second user time and 4.56131 second system time

The end

Launcher Data

Begin job on node112 at 2012-05-26 11:27:31
IDJOB=3691313
IDBENCH=89859
IDSOLVER=2270
FILE ID=node112/3691313-1338024451
RUNJOBID= node112-1338016935-5684
PBS_JOBID= 14624359
Free space on /tmp= 71344 MiB

SOLVER NAME= SCIP spx SCIP 2.1.1.4. with SoPlex 1.6.0.3 fixed
BENCH NAME= PB11/normalized-PB11/OPT-SMALLINT-LIN/heinz/normalized-iis-pima-cov.opb
COMMAND LINE= HOME/scip-2.1.1.4fix.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3691313-1338024451/watcher-3691313-1338024451 -o /tmp/evaluation-result-3691313-1338024451/solver-3691313-1338024451 -C 1800 -W 1900 -M 15500  HOME/scip-2.1.1.4fix.linux.x86_64.gnu.opt.spx -f HOME/instance-3691313-1338024451.opb -t 1800 -m 15500

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

MD5SUM BENCH= 19a2dfea334d8fb7f32d77f6785ba1fe
RANDOM SEED=894619297

node112.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.763
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	: 5333.52
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.763
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.763
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.763
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.91
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.763
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.92
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.763
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.92
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.763
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.763
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:        22134704 kB
Buffers:          232268 kB
Cached:          4279936 kB
SwapCached:            0 kB
Active:          6287660 kB
Inactive:        3662044 kB
Active(anon):    5440244 kB
Inactive(anon):        0 kB
Active(file):     847416 kB
Inactive(file):  3662044 kB
Unevictable:        6336 kB
Mlocked:            6336 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             14368 kB
Writeback:             0 kB
AnonPages:       5454056 kB
Mapped:            16680 kB
Shmem:               200 kB
Slab:             641808 kB
SReclaimable:      86024 kB
SUnreclaim:       555784 kB
KernelStack:        1472 kB
PageTables:        14932 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    5586652 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:     12288 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= 71332 MiB
End job on node112 at 2012-05-26 11:46:29