Trace number 3692479

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 E SCIP 2.1.1.4. Exp with SoPlex 1.6.0.3 fixedOPT33 1126.19 1126.37

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: 947bdb7-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-3692479-1338042257.opb>
0.00/0.04	c original problem has 736 variables (736 bin, 0 int, 0 impl, 0 cont) and 7201 constraints
0.00/0.04	c problem read in 0.04
0.05/0.06	o 736
0.05/0.06	c feasible solution found by trivial heuristic, objective value  7.360000e+02
0.05/0.06	c presolving:
0.09/0.12	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.13	c    (0.1s) probing: 51/736 (6.9%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.09/0.13	c    (0.1s) probing aborted: 50/50 successive totally useless probings
0.19/0.20	c presolving (2 rounds):
0.19/0.20	c  0 deleted vars, 0 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.19/0.20	c  0 implications, 0 cliques
0.19/0.20	c presolved problem has 736 variables (736 bin, 0 int, 0 impl, 0 cont) and 7201 constraints
0.19/0.20	c    7201 constraints of type <logicor>
0.19/0.20	c transformed objective value is always integral (scale: 1)
0.19/0.20	c Presolving Time: 0.15
0.19/0.20	c - non default parameters ----------------------------------------------------------------------
0.19/0.20	c # SCIP version 2.1.1.4
0.19/0.20	c 
0.19/0.20	c # maximal number of intermediate conflict constraints generated in conflict graph (-1: use every intermediate constraint)
0.19/0.20	c # [type: int, range: [-1,2147483647], default: -1]
0.19/0.20	c conflict/interconss = 0
0.19/0.20	c 
0.19/0.20	c # should binary conflicts be preferred?
0.19/0.20	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.19/0.20	c conflict/preferbinary = TRUE
0.19/0.20	c 
0.19/0.20	c # maximum age an unnecessary constraint can reach before it is deleted (0: dynamic, -1: keep all constraints)
0.19/0.20	c # [type: int, range: [-1,2147483647], default: 0]
0.19/0.20	c constraints/agelimit = 1
0.19/0.20	c 
0.19/0.20	c # should enforcement of pseudo solution be disabled?
0.19/0.20	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.19/0.20	c constraints/disableenfops = TRUE
0.19/0.20	c 
0.19/0.20	c # maximal time in seconds to run
0.19/0.20	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.19/0.20	c limits/time = 1797
0.19/0.20	c 
0.19/0.20	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.19/0.20	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.19/0.20	c limits/memory = 13950
0.19/0.20	c 
0.19/0.20	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.19/0.20	c # [type: int, range: [1,2], default: 1]
0.19/0.20	c timing/clocktype = 2
0.19/0.20	c 
0.19/0.20	c # belongs reading time to solving time?
0.19/0.20	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.19/0.20	c timing/reading = TRUE
0.19/0.20	c 
0.19/0.20	c -----------------------------------------------------------------------------------------------
0.19/0.20	c start solving
0.19/0.20	c 
1.59/1.62	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1.59/1.62	c t 1.6s|     1 |     0 |  3870 |     - |  17M|   0 | 132 | 736 |7201 | 736 |7201 |   0 |   0 |   0 | 2.662039e+01 | 7.360000e+02 |2664.80%
1.59/1.62	o 132
1.59/1.62	c r 1.6s|     1 |     0 |  3870 |     - |  17M|   0 | 132 | 736 |7201 | 736 |7201 |   0 |   0 |   0 | 2.662039e+01 | 1.320000e+02 | 395.86%
1.59/1.62	o 131
1.59/1.62	c R 1.6s|     1 |     0 |  3870 |     - |  17M|   0 | 132 | 736 |7201 | 736 |7201 |   0 |   0 |   0 | 2.662039e+01 | 1.310000e+02 | 392.10%
1.59/1.62	o 130
1.59/1.62	c s 1.6s|     1 |     0 |  3870 |     - |  17M|   0 | 132 | 736 |7201 | 736 |7201 |   0 |   0 |   0 | 2.662039e+01 | 1.300000e+02 | 388.35%
3.09/3.19	c   3.2s|     1 |     0 |  4043 |     - |  21M|   0 | 128 | 736 |7201 | 736 |7202 |   1 |   0 |   0 | 2.667539e+01 | 1.300000e+02 | 387.34%
3.09/3.19	o 51
3.09/3.19	c b 3.2s|     1 |     0 |  4043 |     - |  21M|   0 | 128 | 736 |7201 | 736 |7202 |   1 |   0 |   0 | 2.667539e+01 | 5.100000e+01 |  91.19%
4.69/4.77	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.39/6.43	c   6.4s|     1 |     0 |  4276 |     - |  30M|   0 | 131 | 736 |7201 | 736 |7204 |   3 |   0 |   0 | 2.671642e+01 | 5.100000e+01 |  90.89%
8.38/8.40	c   8.4s|     1 |     0 |  4405 |     - |  34M|   0 | 129 | 736 |7201 | 736 |7205 |   4 |   0 |   0 | 2.672575e+01 | 5.100000e+01 |  90.83%
10.99/11.01	c  11.0s|     1 |     0 |  4493 |     - |  36M|   0 | 131 | 736 |7201 | 736 |7206 |   5 |   0 |   0 | 2.673122e+01 | 5.100000e+01 |  90.79%
13.58/13.68	c  13.7s|     1 |     0 |  4603 |     - |  36M|   0 | 130 | 736 |7201 | 736 |7207 |   6 |   0 |   0 | 2.673399e+01 | 5.100000e+01 |  90.77%
16.18/16.28	c  16.3s|     1 |     0 |  4686 |     - |  36M|   0 | 126 | 736 |7201 | 736 |7208 |   7 |   0 |   0 | 2.673711e+01 | 5.100000e+01 |  90.75%
18.88/18.98	c  19.0s|     1 |     0 |  4795 |     - |  37M|   0 | 136 | 736 |7201 | 736 |7209 |   8 |   0 |   0 | 2.673984e+01 | 5.100000e+01 |  90.73%
53.97/54.00	o 34
53.97/54.00	c E54.0s|     1 |     0 |  4795 |     - |  37M|   0 | 136 | 736 |7201 | 736 |7209 |   8 |   0 |   0 | 2.673984e+01 | 3.400000e+01 |  27.15%
53.97/54.02	c  54.0s|     1 |     0 |  4795 |     - |  37M|   0 | 136 | 736 |7201 | 736 |7209 |   8 |   0 |   0 | 2.673984e+01 | 3.400000e+01 |  27.15%
69.77/69.86	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
69.77/69.86	c  69.9s|     1 |     2 |  4795 |     - |  37M|   0 | 136 | 736 |7201 | 736 |7209 |   8 |   0 |  32 | 2.673984e+01 | 3.400000e+01 |  27.15%
121.46/121.57	c   122s|   100 |    51 | 21266 | 166.4 |  38M|  20 | 101 | 736 |7201 | 736 |7209 |   8 |   0 | 355 | 2.747714e+01 | 3.400000e+01 |  23.74%
130.16/130.25	c   130s|   200 |    83 | 33899 | 146.3 |  38M|  22 |  68 | 736 |7201 | 736 |7209 |   8 |   0 | 398 | 2.796073e+01 | 3.400000e+01 |  21.60%
138.26/138.33	c   138s|   300 |   111 | 48497 | 146.2 |  38M|  22 |   - | 736 |7201 | 736 |7209 |   8 |   0 | 429 | 2.806261e+01 | 3.400000e+01 |  21.16%
144.26/144.37	c   144s|   400 |   125 | 58646 | 135.0 |  39M|  22 |  66 | 736 |7201 | 736 |7209 |   8 |   0 | 465 | 2.806261e+01 | 3.400000e+01 |  21.16%
154.05/154.18	c   154s|   500 |   155 | 73995 | 138.7 |  39M|  22 |  98 | 736 |7201 | 736 |7209 |   8 |   0 | 507 | 2.840065e+01 | 3.400000e+01 |  19.72%
161.86/161.94	c   162s|   600 |   173 | 87466 | 138.0 |  39M|  22 |  86 | 736 |7201 | 736 |7209 |   8 |   0 | 537 | 2.840065e+01 | 3.400000e+01 |  19.72%
187.05/187.17	c   187s|   700 |   185 |151534 | 209.9 |  39M|  22 |  82 | 736 |7201 | 736 |7209 |   8 |   0 | 564 | 2.854422e+01 | 3.400000e+01 |  19.11%
200.85/200.96	c   201s|   800 |   213 |176842 | 215.3 |  40M|  22 |  88 | 736 |7201 | 736 |7209 |   8 |   0 | 599 | 2.858207e+01 | 3.400000e+01 |  18.96%
209.75/209.89	c   210s|   900 |   223 |192121 | 208.4 |  40M|  22 |   - | 736 |7201 | 736 |7209 |   8 |   0 | 647 | 2.867589e+01 | 3.400000e+01 |  18.57%
226.25/226.30	c   226s|  1000 |   269 |222106 | 217.5 |  40M|  22 |   - | 736 |7201 | 736 |7209 |   8 |   0 | 695 | 2.878052e+01 | 3.400000e+01 |  18.14%
240.44/240.53	c   241s|  1100 |   303 |247474 | 220.8 |  41M|  22 | 107 | 736 |7201 | 736 |7209 |   8 |   0 | 755 | 2.878482e+01 | 3.400000e+01 |  18.12%
249.14/249.28	c   249s|  1200 |   319 |264237 | 216.4 |  41M|  22 |   - | 736 |7201 | 736 |7209 |   8 |   0 | 794 | 2.878603e+01 | 3.400000e+01 |  18.11%
263.44/263.50	c   264s|  1300 |   357 |293415 | 222.2 |  41M|  22 |   - | 736 |7201 | 736 |7209 |   8 |   0 | 829 | 2.891630e+01 | 3.400000e+01 |  17.58%
276.34/276.49	c   276s|  1400 |   391 |320628 | 225.8 |  41M|  22 |  69 | 736 |7201 | 736 |7209 |   8 |   0 | 859 | 2.908546e+01 | 3.400000e+01 |  16.90%
286.14/286.28	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
286.14/286.28	c   286s|  1500 |   415 |342518 | 225.3 |  42M|  22 |  83 | 736 |7201 | 736 |7209 |   8 |   0 | 870 | 2.913090e+01 | 3.400000e+01 |  16.71%
300.73/300.85	c   301s|  1600 |   465 |374029 | 230.9 |  42M|  22 |  97 | 736 |7201 | 736 |7209 |   8 |   0 | 894 | 2.919101e+01 | 3.400000e+01 |  16.47%
312.93/313.07	c   313s|  1700 |   515 |402069 | 233.8 |  43M|  22 |  89 | 736 |7201 | 736 |7209 |   8 |   0 | 906 | 2.923785e+01 | 3.400000e+01 |  16.29%
330.43/330.50	c   331s|  1800 |   543 |437984 | 240.8 |  43M|  22 |  74 | 736 |7201 | 736 |7209 |   8 |   0 | 936 | 2.929988e+01 | 3.400000e+01 |  16.04%
344.43/344.51	c   345s|  1900 |   569 |462752 | 241.2 |  43M|  22 |   - | 736 |7201 | 736 |7209 |   8 |   0 | 979 | 2.931210e+01 | 3.400000e+01 |  15.99%
354.73/354.88	c   355s|  2000 |   617 |484530 | 240.0 |  43M|  22 |  81 | 736 |7201 | 736 |7209 |   8 |   0 | 995 | 2.937048e+01 | 3.400000e+01 |  15.76%
361.63/361.77	c   362s|  2100 |   633 |499678 | 235.8 |  43M|  22 |  79 | 736 |7201 | 736 |7209 |   8 |   0 |1010 | 2.938055e+01 | 3.400000e+01 |  15.72%
371.13/371.29	c   371s|  2200 |   657 |517192 | 233.0 |  44M|  22 |   - | 736 |7201 | 736 |7209 |   8 |   0 |1052 | 2.942315e+01 | 3.400000e+01 |  15.56%
381.72/381.88	c   382s|  2300 |   667 |535883 | 231.0 |  44M|  22 | 104 | 736 |7201 | 736 |7209 |   8 |   0 |1084 | 2.942831e+01 | 3.400000e+01 |  15.54%
392.32/392.43	c   392s|  2400 |   703 |555984 | 229.8 |  44M|  22 |   - | 736 |7201 | 736 |7209 |   8 |   0 |1123 | 2.949869e+01 | 3.400000e+01 |  15.26%
403.92/404.04	c   404s|  2500 |   747 |577704 | 229.3 |  45M|  22 |  83 | 736 |7201 | 736 |7209 |   8 |   0 |1166 | 2.950028e+01 | 3.400000e+01 |  15.25%
417.22/417.36	c   417s|  2600 |   775 |600509 | 229.2 |  45M|  22 |   - | 736 |7201 | 736 |7209 |   8 |   0 |1209 | 2.954822e+01 | 3.400000e+01 |  15.07%
423.92/424.08	c   424s|  2700 |   795 |613442 | 225.5 |  45M|  22 |   - | 736 |7201 | 736 |7209 |   8 |   0 |1239 | 2.956965e+01 | 3.400000e+01 |  14.98%
431.81/431.91	c   432s|  2800 |   825 |630286 | 223.5 |  45M|  22 |   - | 736 |7201 | 736 |7209 |   8 |   0 |1257 | 2.958078e+01 | 3.400000e+01 |  14.94%
440.61/440.75	c   441s|  2900 |   843 |647736 | 221.8 |  46M|  22 |   - | 736 |7201 | 736 |7209 |   8 |   0 |1274 | 2.963344e+01 | 3.400000e+01 |  14.74%
449.41/449.50	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
449.41/449.50	c   449s|  3000 |   865 |666958 | 220.8 |  46M|  22 |  77 | 736 |7201 | 736 |7209 |   8 |   0 |1282 | 2.963548e+01 | 3.400000e+01 |  14.73%
458.31/458.41	c   458s|  3100 |   889 |686910 | 220.1 |  46M|  22 |  92 | 736 |7201 | 736 |7209 |   8 |   0 |1288 | 2.963961e+01 | 3.400000e+01 |  14.71%
466.91/467.08	c   467s|  3200 |   909 |707033 | 219.5 |  46M|  22 |   - | 736 |7201 | 736 |7209 |   8 |   0 |1298 | 2.968737e+01 | 3.400000e+01 |  14.53%
476.61/476.77	c   477s|  3300 |   961 |729663 | 219.7 |  47M|  22 |  78 | 736 |7201 | 736 |7209 |   8 |   0 |1304 | 2.972358e+01 | 3.400000e+01 |  14.39%
482.31/482.43	c   482s|  3400 |   973 |742814 | 217.1 |  47M|  22 |  84 | 736 |7201 | 736 |7209 |   8 |   0 |1311 | 2.973206e+01 | 3.400000e+01 |  14.35%
490.21/490.36	c   490s|  3500 |   987 |758209 | 215.3 |  47M|  22 |   - | 736 |7201 | 736 |7209 |   8 |   0 |1333 | 2.977124e+01 | 3.400000e+01 |  14.20%
499.21/499.39	c   499s|  3600 |  1019 |777071 | 214.6 |  47M|  22 |  85 | 736 |7201 | 736 |7209 |   8 |   0 |1354 | 2.979207e+01 | 3.400000e+01 |  14.12%
510.21/510.33	c   510s|  3700 |  1057 |797721 | 214.4 |  48M|  22 |   - | 736 |7201 | 736 |7209 |   8 |   0 |1392 | 2.979662e+01 | 3.400000e+01 |  14.11%
517.90/518.05	c   518s|  3800 |  1087 |812536 | 212.6 |  48M|  22 |  83 | 736 |7201 | 736 |7209 |   8 |   0 |1416 | 2.981104e+01 | 3.400000e+01 |  14.05%
525.70/525.85	c   526s|  3900 |  1111 |827066 | 210.9 |  48M|  22 |   - | 736 |7201 | 736 |7209 |   8 |   0 |1438 | 2.982973e+01 | 3.400000e+01 |  13.98%
534.40/534.51	c   535s|  4000 |  1119 |843566 | 209.7 |  48M|  22 |  78 | 736 |7201 | 736 |7209 |   8 |   0 |1473 | 2.984832e+01 | 3.400000e+01 |  13.91%
542.90/543.08	c   543s|  4100 |  1135 |858078 | 208.2 |  48M|  22 | 102 | 736 |7201 | 736 |7209 |   8 |   0 |1512 | 2.987123e+01 | 3.400000e+01 |  13.82%
551.69/551.89	c   552s|  4200 |  1155 |874243 | 207.1 |  49M|  23 |   - | 736 |7201 | 736 |7209 |   8 |   0 |1548 | 2.988484e+01 | 3.400000e+01 |  13.77%
556.99/557.10	c   557s|  4300 |  1161 |883965 | 204.5 |  49M|  23 |   - | 736 |7201 | 736 |7209 |   8 |   0 |1566 | 2.989065e+01 | 3.400000e+01 |  13.75%
566.00/566.16	c   566s|  4400 |  1181 |901254 | 203.8 |  49M|  23 |   - | 736 |7201 | 736 |7209 |   8 |   0 |1591 | 2.989808e+01 | 3.400000e+01 |  13.72%
574.59/574.79	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
574.59/574.79	c   575s|  4500 |  1203 |917492 | 202.9 |  49M|  23 |  81 | 736 |7201 | 736 |7209 |   8 |   0 |1634 | 2.991375e+01 | 3.400000e+01 |  13.66%
583.19/583.36	c   583s|  4600 |  1229 |934719 | 202.2 |  49M|  23 |   - | 736 |7201 | 736 |7209 |   8 |   0 |1656 | 2.993930e+01 | 3.400000e+01 |  13.56%
591.29/591.41	c   591s|  4700 |  1249 |950422 | 201.2 |  49M|  23 |   - | 736 |7201 | 736 |7209 |   8 |   0 |1677 | 2.994915e+01 | 3.400000e+01 |  13.53%
591.89/592.05	o 33
591.89/592.05	c * 592s|  4724 |   575 |951809 | 200.5 |  39M|  23 |   - | 736 |7201 | 736 |7209 |   8 |   0 |1679 | 2.994915e+01 | 3.300000e+01 |  10.19%
596.29/596.48	c   596s|  4800 |   577 |962302 | 199.5 |  39M|  23 |  98 | 736 |7201 | 736 |7209 |   8 |   0 |1685 | 2.997615e+01 | 3.300000e+01 |  10.09%
602.48/602.64	c   603s|  4900 |   579 |976454 | 198.3 |  39M|  23 |   - | 736 |7201 | 736 |7209 |   8 |   0 |1697 | 2.998728e+01 | 3.300000e+01 |  10.05%
608.99/609.12	c   609s|  5000 |   587 |990803 | 197.2 |  40M|  23 | 109 | 736 |7201 | 736 |7209 |   8 |   0 |1705 | 2.999775e+01 | 3.300000e+01 |  10.01%
617.89/618.01	c   618s|  5100 |   611 |  1011k| 197.5 |  40M|  23 | 108 | 736 |7201 | 736 |7209 |   8 |   0 |1715 | 3.001120e+01 | 3.300000e+01 |   9.96%
627.99/628.17	c   628s|  5200 |   627 |  1034k| 198.0 |  40M|  23 | 107 | 736 |7201 | 736 |7209 |   8 |   0 |1727 | 3.003053e+01 | 3.300000e+01 |   9.89%
634.59/634.79	c   635s|  5300 |   631 |  1049k| 197.2 |  40M|  23 |   - | 736 |7201 | 736 |7209 |   8 |   0 |1733 | 3.003362e+01 | 3.300000e+01 |   9.88%
641.68/641.83	c   642s|  5400 |   651 |  1066k| 196.6 |  41M|  23 |   - | 736 |7201 | 736 |7209 |   8 |   0 |1742 | 3.005255e+01 | 3.300000e+01 |   9.81%
654.18/654.36	c   654s|  5500 |   665 |  1089k| 197.2 |  41M|  23 |  96 | 736 |7201 | 736 |7209 |   8 |   0 |1778 | 3.005437e+01 | 3.300000e+01 |   9.80%
661.78/661.92	c   662s|  5600 |   667 |  1103k| 196.3 |  41M|  23 |  99 | 736 |7201 | 736 |7209 |   8 |   0 |1802 | 3.005539e+01 | 3.300000e+01 |   9.80%
670.79/670.97	c   671s|  5700 |   667 |  1120k| 195.7 |  41M|  23 | 103 | 736 |7201 | 736 |7209 |   8 |   0 |1833 | 3.007552e+01 | 3.300000e+01 |   9.72%
679.68/679.86	c   680s|  5800 |   673 |  1137k| 195.3 |  41M|  23 |  96 | 736 |7201 | 736 |7209 |   8 |   0 |1863 | 3.008707e+01 | 3.300000e+01 |   9.68%
689.48/689.68	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
689.48/689.68	c   690s|  5900 |   685 |  1156k| 195.2 |  42M|  23 | 114 | 736 |7201 | 736 |7209 |   8 |   0 |1893 | 3.010080e+01 | 3.300000e+01 |   9.63%
696.37/696.53	c   697s|  6000 |   671 |  1168k| 194.1 |  42M|  23 |  99 | 736 |7201 | 736 |7209 |   8 |   0 |1927 | 3.011839e+01 | 3.300000e+01 |   9.57%
704.47/704.60	c   705s|  6100 |   659 |  1183k| 193.2 |  42M|  23 | 101 | 736 |7201 | 736 |7209 |   8 |   0 |1961 | 3.012474e+01 | 3.300000e+01 |   9.54%
713.47/713.67	c   714s|  6200 |   673 |  1199k| 192.7 |  42M|  23 |  96 | 736 |7201 | 736 |7209 |   8 |   0 |1993 | 3.014697e+01 | 3.300000e+01 |   9.46%
722.07/722.21	c   722s|  6300 |   669 |  1214k| 192.0 |  42M|  23 |   - | 736 |7201 | 736 |7209 |   8 |   0 |2037 | 3.016050e+01 | 3.300000e+01 |   9.41%
732.27/732.48	c   732s|  6400 |   673 |  1232k| 191.9 |  42M|  23 | 100 | 736 |7201 | 736 |7209 |   8 |   0 |2096 | 3.019869e+01 | 3.300000e+01 |   9.28%
744.07/744.22	c   744s|  6500 |   675 |  1253k| 192.2 |  42M|  23 |   - | 736 |7201 | 736 |7209 |   8 |   0 |2153 | 3.021112e+01 | 3.300000e+01 |   9.23%
751.66/751.84	c   752s|  6600 |   667 |  1268k| 191.4 |  42M|  23 | 106 | 736 |7201 | 736 |7209 |   8 |   0 |2198 | 3.021218e+01 | 3.300000e+01 |   9.23%
760.46/760.62	c   761s|  6700 |   667 |  1284k| 191.1 |  42M|  23 |   - | 736 |7201 | 736 |7209 |   8 |   0 |2237 | 3.022114e+01 | 3.300000e+01 |   9.20%
767.16/767.33	c   767s|  6800 |   661 |  1299k| 190.4 |  42M|  23 |   - | 736 |7201 | 736 |7209 |   8 |   0 |2256 | 3.022195e+01 | 3.300000e+01 |   9.19%
773.17/773.36	c   773s|  6900 |   653 |  1312k| 189.6 |  42M|  23 | 119 | 736 |7201 | 736 |7209 |   8 |   0 |2271 | 3.022767e+01 | 3.300000e+01 |   9.17%
780.36/780.55	c   781s|  7000 |   639 |  1328k| 189.2 |  42M|  23 |   - | 736 |7201 | 736 |7209 |   8 |   0 |2290 | 3.022940e+01 | 3.300000e+01 |   9.17%
789.45/789.67	c   790s|  7100 |   651 |  1349k| 189.5 |  42M|  23 |   - | 736 |7201 | 736 |7209 |   8 |   0 |2299 | 3.027347e+01 | 3.300000e+01 |   9.01%
796.56/796.72	c   797s|  7200 |   649 |  1366k| 189.2 |  43M|  23 |   - | 736 |7201 | 736 |7209 |   8 |   0 |2305 | 3.028011e+01 | 3.300000e+01 |   8.98%
803.56/803.77	c   804s|  7300 |   637 |  1383k| 188.9 |  42M|  23 |   - | 736 |7201 | 736 |7209 |   8 |   0 |2313 | 3.028645e+01 | 3.300000e+01 |   8.96%
811.56/811.79	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
811.56/811.79	c   812s|  7400 |   651 |  1401k| 188.8 |  43M|  23 |   - | 736 |7201 | 736 |7209 |   8 |   0 |2324 | 3.032132e+01 | 3.300000e+01 |   8.83%
818.36/818.52	c   819s|  7500 |   647 |  1417k| 188.3 |  43M|  23 |   - | 736 |7201 | 736 |7209 |   8 |   0 |2333 | 3.034061e+01 | 3.300000e+01 |   8.77%
827.25/827.47	c   827s|  7600 |   645 |  1435k| 188.2 |  43M|  23 | 102 | 736 |7201 | 736 |7209 |   8 |   0 |2355 | 3.035602e+01 | 3.300000e+01 |   8.71%
834.55/834.79	c   835s|  7700 |   629 |  1447k| 187.4 |  43M|  23 |   - | 736 |7201 | 736 |7209 |   8 |   0 |2385 | 3.036582e+01 | 3.300000e+01 |   8.67%
844.55/844.75	c   845s|  7800 |   631 |  1466k| 187.4 |  43M|  23 | 119 | 736 |7201 | 736 |7209 |   8 |   0 |2409 | 3.038036e+01 | 3.300000e+01 |   8.62%
852.84/853.02	c   853s|  7900 |   635 |  1482k| 187.1 |  43M|  23 | 106 | 736 |7201 | 736 |7209 |   8 |   0 |2430 | 3.039695e+01 | 3.300000e+01 |   8.56%
863.45/863.61	c   864s|  8000 |   641 |  1503k| 187.3 |  43M|  23 |  85 | 736 |7201 | 736 |7209 |   8 |   0 |2457 | 3.041964e+01 | 3.300000e+01 |   8.48%
873.25/873.43	c   873s|  8100 |   631 |  1519k| 187.1 |  43M|  23 |   - | 736 |7201 | 736 |7209 |   8 |   0 |2499 | 3.042388e+01 | 3.300000e+01 |   8.47%
881.44/881.62	c   882s|  8200 |   617 |  1536k| 186.8 |  43M|  23 |   - | 736 |7201 | 736 |7209 |   8 |   0 |2524 | 3.042649e+01 | 3.300000e+01 |   8.46%
891.14/891.31	c   891s|  8300 |   617 |  1554k| 186.7 |  43M|  23 |   - | 736 |7201 | 736 |7209 |   8 |   0 |2558 | 3.043868e+01 | 3.300000e+01 |   8.41%
900.14/900.30	c   900s|  8400 |   605 |  1569k| 186.3 |  43M|  23 |   - | 736 |7201 | 736 |7209 |   8 |   0 |2596 | 3.046423e+01 | 3.300000e+01 |   8.32%
909.04/909.20	c   909s|  8500 |   597 |  1586k| 186.1 |  43M|  23 |  90 | 736 |7201 | 736 |7209 |   8 |   0 |2625 | 3.048230e+01 | 3.300000e+01 |   8.26%
919.94/920.17	c   920s|  8600 |   601 |  1606k| 186.2 |  43M|  23 | 111 | 736 |7201 | 736 |7209 |   8 |   0 |2668 | 3.050854e+01 | 3.300000e+01 |   8.17%
930.34/930.59	c   931s|  8700 |   593 |  1624k| 186.2 |  43M|  23 | 121 | 736 |7201 | 736 |7209 |   8 |   0 |2720 | 3.052257e+01 | 3.300000e+01 |   8.12%
940.63/940.81	c   941s|  8800 |   571 |  1641k| 186.0 |  43M|  23 | 120 | 736 |7201 | 736 |7209 |   8 |   0 |2786 | 3.052966e+01 | 3.300000e+01 |   8.09%
951.24/951.45	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
951.24/951.45	c   951s|  8900 |   557 |  1659k| 185.9 |  43M|  23 | 114 | 736 |7201 | 736 |7209 |   8 |   0 |2851 | 3.054171e+01 | 3.300000e+01 |   8.05%
962.53/962.71	c   963s|  9000 |   549 |  1677k| 185.9 |  43M|  23 |   - | 736 |7201 | 736 |7209 |   8 |   0 |2923 | 3.054501e+01 | 3.300000e+01 |   8.04%
973.02/973.25	c   973s|  9100 |   539 |  1695k| 185.9 |  43M|  23 |   - | 736 |7201 | 736 |7209 |   8 |   0 |2978 | 3.058249e+01 | 3.300000e+01 |   7.90%
982.52/982.74	c   983s|  9200 |   531 |  1712k| 185.7 |  43M|  23 |   - | 736 |7201 | 736 |7209 |   8 |   0 |3037 | 3.059588e+01 | 3.300000e+01 |   7.86%
990.53/990.77	c   991s|  9300 |   517 |  1727k| 185.2 |  43M|  23 | 120 | 736 |7201 | 736 |7209 |   8 |   0 |3071 | 3.061522e+01 | 3.300000e+01 |   7.79%
999.12/999.30	c   999s|  9400 |   507 |  1744k| 185.1 |  43M|  23 | 119 | 736 |7201 | 736 |7209 |   8 |   0 |3102 | 3.063562e+01 | 3.300000e+01 |   7.72%
1007.52/1007.75	c  1008s|  9500 |   493 |  1762k| 185.0 |  43M|  23 |   - | 736 |7201 | 736 |7209 |   8 |   0 |3120 | 3.069093e+01 | 3.300000e+01 |   7.52%
1015.52/1015.74	c  1016s|  9600 |   467 |  1779k| 184.9 |  43M|  23 |   - | 736 |7201 | 736 |7209 |   8 |   0 |3142 | 3.069429e+01 | 3.300000e+01 |   7.51%
1021.92/1022.19	c  1022s|  9700 |   447 |  1794k| 184.5 |  42M|  23 | 116 | 736 |7201 | 736 |7209 |   8 |   0 |3152 | 3.070486e+01 | 3.300000e+01 |   7.47%
1028.62/1028.89	c  1029s|  9800 |   425 |  1808k| 184.0 |  42M|  23 |   - | 736 |7201 | 736 |7209 |   8 |   0 |3171 | 3.074703e+01 | 3.300000e+01 |   7.33%
1035.32/1035.56	c  1036s|  9900 |   403 |  1823k| 183.7 |  42M|  23 |   - | 736 |7201 | 736 |7209 |   8 |   0 |3180 | 3.076909e+01 | 3.300000e+01 |   7.25%
1042.12/1042.36	c  1042s| 10000 |   383 |  1838k| 183.4 |  42M|  23 |   - | 736 |7201 | 736 |7209 |   8 |   0 |3196 | 3.077940e+01 | 3.300000e+01 |   7.21%
1049.71/1049.92	c  1050s| 10100 |   373 |  1854k| 183.2 |  42M|  23 | 112 | 736 |7201 | 736 |7209 |   8 |   0 |3208 | 3.081971e+01 | 3.300000e+01 |   7.07%
1055.83/1056.01	c  1056s| 10200 |   347 |  1868k| 182.8 |  42M|  23 |   - | 736 |7201 | 736 |7209 |   8 |   0 |3213 | 3.082230e+01 | 3.300000e+01 |   7.07%
1062.82/1063.04	c  1063s| 10300 |   327 |  1885k| 182.6 |  42M|  23 | 115 | 736 |7201 | 736 |7209 |   8 |   0 |3217 | 3.088925e+01 | 3.300000e+01 |   6.83%
1069.81/1070.01	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1069.81/1070.01	c  1070s| 10400 |   301 |  1900k| 182.3 |  41M|  23 |   - | 736 |7201 | 736 |7209 |   8 |   0 |3230 | 3.090812e+01 | 3.300000e+01 |   6.77%
1077.41/1077.69	c  1078s| 10500 |   271 |  1915k| 181.9 |  41M|  23 |   - | 736 |7201 | 736 |7209 |   8 |   0 |3248 | 3.095479e+01 | 3.300000e+01 |   6.61%
1086.21/1086.40	c  1086s| 10600 |   237 |  1931k| 181.8 |  41M|  23 | 118 | 736 |7201 | 736 |7209 |   8 |   0 |3272 | 3.102034e+01 | 3.300000e+01 |   6.38%
1095.00/1095.21	c  1095s| 10700 |   199 |  1946k| 181.5 |  40M|  23 |   - | 736 |7201 | 736 |7209 |   8 |   0 |3302 | 3.103467e+01 | 3.300000e+01 |   6.33%
1103.40/1103.60	c  1104s| 10800 |   149 |  1961k| 181.2 |  40M|  23 |   - | 736 |7201 | 736 |7209 |   8 |   0 |3333 | 3.106360e+01 | 3.300000e+01 |   6.23%
1112.20/1112.41	c  1112s| 10900 |   113 |  1976k| 180.9 |  39M|  23 |   - | 736 |7201 | 736 |7209 |   8 |   0 |3361 | 3.111644e+01 | 3.300000e+01 |   6.05%
1120.30/1120.57	c  1121s| 11000 |    61 |  1989k| 180.4 |  39M|  23 |   - | 736 |7201 | 736 |7209 |   8 |   0 |3389 | 3.115985e+01 | 3.300000e+01 |   5.91%
1125.40/1125.65	c  1126s| 11100 |    11 |  2001k| 179.9 |  38M|  23 | 113 | 736 |7201 | 736 |7209 |   8 |   0 |3393 | 3.148240e+01 | 3.300000e+01 |   4.82%
1126.10/1126.34	c 
1126.10/1126.34	c SCIP Status        : problem is solved [optimal solution found]
1126.10/1126.34	c Solving Time (sec) : 1126.34
1126.10/1126.34	c Solving Nodes      : 11115
1126.10/1126.34	c Primal Bound       : +3.30000000000000e+01 (371 solutions)
1126.10/1126.34	c Dual Bound         : +3.30000000000000e+01
1126.10/1126.34	c Gap                : 0.00 %
1126.10/1126.34	s OPTIMUM FOUND
1126.10/1126.34	v -x736 -x735 -x734 -x733 -x732 -x731 -x730 -x729 -x728 -x727 -x726 -x725 -x724 -x723 -x722 -x721 -x720 -x719 -x718 -x717 -x716 -x715 
1126.10/1126.34	v -x714 -x713 -x712 -x711 -x710 -x709 -x708 -x707 -x706 -x705 -x704 -x703 -x702 -x701 -x700 -x699 -x698 -x697 -x696 -x695 
1126.10/1126.34	v -x694 -x693 -x692 -x691 -x690 -x689 -x688 -x687 -x686 -x685 -x684 -x683 -x682 -x681 -x680 -x679 -x678 -x677 -x676 -x675 -x674 
1126.10/1126.34	v -x673 -x672 -x671 -x670 -x669 -x668 -x667 -x666 -x665 -x664 -x663 -x662 -x661 -x660 -x659 -x658 -x657 -x656 -x655 -x654 -x653 
1126.10/1126.34	v -x652 -x651 -x650 -x649 -x648 -x647 -x646 -x645 -x644 -x643 -x642 -x641 -x640 -x639 -x638 -x637 -x636 -x635 -x634 -x633 -x632 
1126.10/1126.34	v -x631 -x630 -x629 -x628 -x627 -x626 -x625 -x624 -x623 -x622 -x621 -x620 -x619 -x618 -x617 -x616 -x615 -x614 -x613 -x612 -x611 
1126.10/1126.34	v -x610 -x609 -x608 -x607 -x606 -x605 -x604 -x603 -x602 -x601 -x600 -x599 -x598 -x597 -x596 -x595 -x594 -x593 -x592 -x591 -x590 
1126.10/1126.34	v -x589 -x588 -x587 -x586 -x585 -x584 -x583 -x582 -x581 -x580 -x579 -x578 -x577 -x576 -x575 -x574 -x573 -x572 -x571 -x570 
1126.10/1126.34	v -x569 -x568 -x567 -x566 -x565 -x564 -x563 -x562 -x561 -x560 -x559 -x558 -x557 -x556 -x555 -x554 -x553 -x552 -x551 -x550 -x549 
1126.10/1126.34	v -x548 -x547 -x546 -x545 -x544 -x543 -x542 -x541 -x540 -x539 -x538 -x537 -x536 -x535 -x534 -x533 -x532 -x531 -x530 -x529 -x528 
1126.10/1126.34	v -x527 -x526 -x525 -x524 -x523 -x522 -x521 -x520 -x519 -x518 -x517 -x516 -x515 -x514 -x513 -x512 -x511 -x510 -x509 -x508 -x507 
1126.10/1126.34	v -x506 -x505 -x504 -x503 -x502 -x501 -x500 -x499 -x498 -x497 -x496 -x495 -x494 -x493 -x492 -x491 -x490 -x489 -x488 -x487 -x486 
1126.10/1126.34	v -x485 -x484 -x483 -x482 -x481 -x480 -x479 -x478 -x477 -x476 -x475 -x474 -x473 -x472 -x471 -x470 -x469 -x468 -x467 -x466 -x465 
1126.10/1126.34	v -x464 -x463 -x462 -x461 -x460 -x459 -x458 -x457 -x456 -x455 -x454 -x453 -x452 -x451 -x450 -x449 -x448 -x447 -x446 -x445 
1126.10/1126.34	v -x444 -x443 -x442 -x441 -x440 -x439 -x438 -x437 -x436 -x435 -x434 -x433 -x432 -x431 -x430 -x429 -x428 -x427 -x426 -x425 -x424 
1126.10/1126.34	v -x423 -x422 -x421 -x420 -x419 -x418 -x417 -x416 -x415 -x414 -x413 -x412 x411 -x410 -x409 -x408 -x407 -x406 -x405 -x404 -x403 
1126.10/1126.34	v -x402 -x401 -x400 -x399 -x398 -x397 -x396 -x395 -x394 -x393 -x392 -x391 -x390 -x389 -x388 -x387 -x386 -x385 -x384 -x383 -x382 
1126.10/1126.34	v -x381 -x380 -x379 -x378 -x377 -x376 -x375 -x374 -x373 -x372 -x371 -x370 -x369 -x368 -x367 -x366 -x365 -x364 -x363 -x362 -x361 
1126.10/1126.34	v -x360 -x359 -x358 -x357 -x356 -x355 -x354 -x353 -x352 -x351 -x350 -x349 -x348 -x347 -x346 -x345 -x344 -x343 -x342 -x341 -x340 
1126.10/1126.34	v -x339 -x338 -x337 -x336 -x335 -x334 -x333 -x332 -x331 -x330 -x329 -x328 -x327 -x326 -x325 -x324 -x323 -x322 -x321 -x320 -x319 
1126.10/1126.34	v -x318 -x317 -x316 -x315 -x314 -x313 -x312 -x311 -x310 -x309 -x308 -x307 -x306 -x305 -x304 -x303 -x302 -x301 -x300 -x299 
1126.10/1126.34	v -x298 x297 -x296 -x295 -x294 -x293 -x292 -x291 -x290 -x289 -x288 x287 x286 -x285 -x284 -x283 -x282 -x281 -x280 -x279 -x278 -x277 
1126.10/1126.34	v -x276 -x275 -x274 -x273 -x272 -x271 -x270 x269 -x268 -x267 -x266 -x265 -x264 -x263 -x262 -x261 -x260 -x259 -x258 -x257 -x256 
1126.10/1126.34	v -x255 -x254 -x253 -x252 -x251 -x250 -x249 -x248 -x247 -x246 -x245 -x244 -x243 -x242 -x241 -x240 -x239 -x238 -x237 -x236 -x235 
1126.10/1126.34	v -x234 -x233 -x232 -x231 -x230 -x229 -x228 -x227 -x226 -x225 -x224 -x223 -x222 -x221 -x220 -x219 -x218 -x217 -x216 -x215 
1126.10/1126.34	v -x214 -x213 -x212 -x211 -x210 -x209 -x208 -x207 -x206 -x205 -x204 -x203 -x202 -x201 -x200 -x199 -x198 -x197 -x196 -x195 -x194 
1126.10/1126.34	v -x193 -x192 -x191 -x190 -x189 -x188 -x187 -x186 -x185 -x184 -x183 -x182 -x181 -x180 -x179 -x178 -x177 -x176 -x175 -x174 -x173 
1126.10/1126.34	v x172 -x171 -x170 -x169 -x168 -x167 -x166 -x165 -x164 -x163 -x162 -x161 -x160 -x159 -x158 -x157 -x156 -x155 -x154 -x153 -x152 
1126.10/1126.34	v -x151 -x150 -x149 -x148 -x147 -x146 -x145 -x144 x143 -x142 x141 x140 -x139 -x138 -x137 -x136 -x135 -x134 -x133 x132 -x131 -x130 
1126.10/1126.34	v -x129 -x128 -x127 -x126 -x125 -x124 -x123 -x122 x121 x120 -x119 -x118 -x117 x116 -x115 x114 -x113 -x112 -x111 -x110 -x109 
1126.10/1126.34	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 
1126.10/1126.34	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 
1126.10/1126.34	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 
1126.10/1126.34	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 
1126.10/1126.34	v -x6 -x5 -x4 -x3 x2 -x1 
1126.10/1126.34	c SCIP Status        : problem is solved [optimal solution found]
1126.10/1126.34	c Total Time         :    1126.34
1126.10/1126.34	c   solving          :    1126.34
1126.10/1126.34	c   presolving       :       0.15 (included in solving)
1126.10/1126.34	c   reading          :       0.04 (included in solving)
1126.10/1126.34	c   copying          :       0.04 (2 #copies) (minimal 0.02, maximal 0.02, average 0.02)
1126.10/1126.34	c Original Problem   :
1126.10/1126.34	c   Problem name     : HOME/instance-3692479-1338042257.opb
1126.10/1126.34	c   Variables        : 736 (736 binary, 0 integer, 0 implicit integer, 0 continuous)
1126.10/1126.34	c   Constraints      : 7201 initial, 7201 maximal
1126.10/1126.34	c   Objective sense  : minimize
1126.10/1126.34	c Presolved Problem  :
1126.10/1126.34	c   Problem name     : t_HOME/instance-3692479-1338042257.opb
1126.10/1126.34	c   Variables        : 736 (736 binary, 0 integer, 0 implicit integer, 0 continuous)
1126.10/1126.34	c   Constraints      : 7201 initial, 7201 maximal
1126.10/1126.34	c Presolvers         :   ExecTime  SetupTime  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1126.10/1126.34	c   domcol           :       0.00       0.00          0          0          0          0          0          0          0          0          0
1126.10/1126.34	c   trivial          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1126.10/1126.34	c   dualfix          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1126.10/1126.34	c   boundshift       :       0.00       0.00          0          0          0          0          0          0          0          0          0
1126.10/1126.34	c   inttobinary      :       0.00       0.00          0          0          0          0          0          0          0          0          0
1126.10/1126.34	c   convertinttobin  :       0.00       0.00          0          0          0          0          0          0          0          0          0
1126.10/1126.34	c   gateextraction   :       0.00       0.00          0          0          0          0          0          0          0          0          0
1126.10/1126.34	c   implics          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1126.10/1126.34	c   components       :       0.01       0.00          0          0          0          0          0          0          0          0          0
1126.10/1126.34	c   pseudoobj        :       0.00       0.00          0          0          0          0          0          0          0          0          0
1126.10/1126.34	c   probing          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1126.10/1126.34	c   linear           :       0.05       0.01          0          0          0          0          0          0          0          0          0
1126.10/1126.34	c   logicor          :       0.02       0.06          0          0          0          0          0          0          0          0          0
1126.10/1126.34	c   root node        :          -          -          1          -          -          1          -          -          -          -          -
1126.10/1126.34	c Constraints        :     Number  MaxNumber  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #ResProp    Cutoffs    DomReds       Cuts      Conss   Children
1126.10/1126.34	c   integral         :          0          0          0          0       6809          0        375          0         47       1515          0          0      11788
1126.10/1126.34	c   logicor          :       7201       7201          9      16482          1          0        370          0          0        217          0          0          0
1126.10/1126.34	c   countsols        :          0          0          0          0          1          0        373          0          0          0          0          0          0
1126.10/1126.34	c Constraint Timings :  TotalTime  SetupTime   Separate  Propagate     EnfoLP     EnfoPS      Check    ResProp
1126.10/1126.34	c   integral         :     239.14       0.00       0.00       0.00     239.13       0.00       0.01       0.00
1126.10/1126.34	c   logicor          :       1.68       0.06       0.00       1.56       0.00       0.00       0.05       0.00
1126.10/1126.34	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1126.10/1126.34	c Propagators        : #Propagate   #ResProp    Cutoffs    DomReds
1126.10/1126.34	c   rootredcost      :          1          0          0          0
1126.10/1126.34	c   pseudoobj        :      29716          0          0          0
1126.10/1126.34	c   vbounds          :          0          0          0          0
1126.10/1126.34	c   redcost          :      12080          0          0     834613
1126.10/1126.34	c   probing          :          0          0          0          0
1126.10/1126.34	c Propagator Timings :  TotalTime  SetupTime   Presolve  Propagate    ResProp
1126.10/1126.34	c   rootredcost      :       0.02       0.00       0.00       0.02       0.00
1126.10/1126.34	c   pseudoobj        :       0.05       0.00       0.00       0.05       0.00
1126.10/1126.34	c   vbounds          :       0.01       0.00       0.00       0.01       0.00
1126.10/1126.34	c   redcost          :       1.29       0.00       0.00       1.29       0.00
1126.10/1126.34	c   probing          :       0.00       0.00       0.00       0.00       0.00
1126.10/1126.34	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1126.10/1126.34	c   propagation      :       0.00          0          0          0        0.0          0        0.0          -
1126.10/1126.34	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1126.10/1126.34	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1126.10/1126.34	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1126.10/1126.34	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1126.10/1126.34	c   applied globally :          -          -          -          0        0.0          -          -          -
1126.10/1126.34	c   applied locally  :          -          -          -          0        0.0          -          -          -
1126.10/1126.34	c Separators         :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss
1126.10/1126.34	c   cut pool         :       0.02                     8          -          -          3          -    (maximal pool size: 1402)
1126.10/1126.34	c   closecuts        :       0.00       0.00          0          0          0          0          0
1126.10/1126.34	c   impliedbounds    :       0.00       0.00         10          0          0          0          0
1126.10/1126.34	c   intobj           :       0.00       0.00          0          0          0          0          0
1126.10/1126.34	c   gomory           :      13.86       0.00         10          0          0          0          0
1126.10/1126.34	c   cgmip            :       0.00       0.00          0          0          0          0          0
1126.10/1126.34	c   strongcg         :       7.75       0.00         10          0          0       2368          0
1126.10/1126.34	c   cmir             :       0.17       0.00         10          0          0          0          0
1126.10/1126.34	c   flowcover        :       0.35       0.00         10          0          0          0          0
1126.10/1126.34	c   clique           :       0.00       0.00          1          0          0          0          0
1126.10/1126.34	c   zerohalf         :       0.00       0.00          0          0          0          0          0
1126.10/1126.34	c   mcf              :       0.00       0.00          1          0          0          0          0
1126.10/1126.34	c   oddcycle         :       0.00       0.00          0          0          0          0          0
1126.10/1126.34	c   rapidlearning    :       0.00       0.00          0          0          0          0          0
1126.10/1126.34	c Pricers            :   ExecTime  SetupTime      Calls       Vars
1126.10/1126.34	c   problem variables:       0.00          -          0          0
1126.10/1126.34	c Branching Rules    :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1126.10/1126.34	c   relpscost        :     239.12       0.00       6808         47       1515          0          0      11788
1126.10/1126.34	c   pscost           :       0.00       0.00          0          0          0          0          0          0
1126.10/1126.34	c   inference        :       0.00       0.00          0          0          0          0          0          0
1126.10/1126.34	c   mostinf          :       0.00       0.00          0          0          0          0          0          0
1126.10/1126.34	c   leastinf         :       0.00       0.00          0          0          0          0          0          0
1126.10/1126.34	c   fullstrong       :       0.00       0.00          0          0          0          0          0          0
1126.10/1126.34	c   allfullstrong    :       0.00       0.00          0          0          0          0          0          0
1126.10/1126.34	c   random           :       0.00       0.00          0          0          0          0          0          0
1126.10/1126.34	c Primal Heuristics  :   ExecTime  SetupTime      Calls      Found
1126.10/1126.34	c   LP solutions     :       0.00          -          -          1
1126.10/1126.34	c   pseudo solutions :       0.00          -          -          0
1126.10/1126.34	c   oneopt           :       0.02       0.00          4          1
1126.10/1126.34	c   coefdiving       :      31.02       0.00         87          0
1126.10/1126.34	c   fracdiving       :      24.52       0.00         87          0
1126.10/1126.34	c   veclendiving     :      16.08       0.00         87          0
1126.10/1126.34	c   pscostdiving     :      39.77       0.00         88         36
1126.10/1126.34	c   smallcard        :       0.00       0.00          0          0
1126.10/1126.34	c   trivial          :       0.00       0.00          2          1
1126.10/1126.34	c   shiftandpropagate:       0.00       0.00          0          0
1126.10/1126.34	c   simplerounding   :       0.27       0.00       6816         98
1126.10/1126.34	c   zirounding       :      11.49       0.00       5941        230
1126.10/1126.34	c   rounding         :       3.11       0.00       3483          1
1126.10/1126.34	c   shifting         :       1.18       0.00        914          1
1126.10/1126.34	c   intshifting      :       0.00       0.00          0          0
1126.10/1126.34	c   twoopt           :       0.00       0.00          0          0
1126.10/1126.34	c   indtwoopt        :       0.00       0.00          0          0
1126.10/1126.34	c   indoneopt        :       0.01       0.00          0          0
1126.10/1126.34	c   fixandinfer      :       0.00       0.00          0          0
1126.10/1126.34	c   feaspump         :       0.00       0.00          0          0
1126.10/1126.34	c   clique           :       0.00       0.00          0          0
1126.10/1126.34	c   indcoefdiving    :       0.00       0.00          0          0
1126.10/1126.34	c   indrounding      :       0.00       0.00          0          0
1126.10/1126.34	c   nlpdiving        :       0.00       0.00          0          0
1126.10/1126.34	c   intdiving        :       0.00       0.00          0          0
1126.10/1126.34	c   actconsdiving    :       0.00       0.00          0          0
1126.10/1126.34	c   objpscostdiving  :      16.88       0.00          1          0
1126.10/1126.34	c   rootsoldiving    :       6.32       0.00          6          0
1126.10/1126.34	c   linesearchdiving :      25.54       0.00         57          0
1126.10/1126.34	c   guideddiving     :      29.51       0.00         67          0
1126.10/1126.34	c   octane           :       0.00       0.00          0          0
1126.10/1126.34	c   rens             :      32.33       0.00          1          1
1126.10/1126.34	c   rins             :       0.00       0.00          0          0
1126.10/1126.34	c   localbranching   :       0.00       0.00          0          0
1126.10/1126.34	c   mutation         :       0.00       0.00          0          0
1126.10/1126.34	c   crossover        :       0.10       0.00          1          1
1126.10/1126.34	c   dins             :       0.00       0.00          0          0
1126.10/1126.34	c   vbounds          :       0.00       0.00          0          0
1126.10/1126.34	c   undercover       :       0.00       0.00          0          0
1126.10/1126.34	c   subnlp           :       0.00       0.00          0          0
1126.10/1126.34	c   trysol           :       0.01       0.00          0          0
1126.10/1126.34	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec  Time-0-It Calls-0-It
1126.10/1126.34	c   primal LP        :       0.00          0          0       0.00          -       0.00          0
1126.10/1126.34	c   dual LP          :     612.52      17259    1599687     133.42    2611.65       6.26       5269
1126.10/1126.34	c   lex dual LP      :       0.00          0          0       0.00          -
1126.10/1126.34	c   barrier LP       :       0.00          0          0       0.00          -       0.00          0
1126.10/1126.34	c   diving/probing LP:     182.32      10761     402762      37.43    2209.06
1126.10/1126.34	c   strong branching :     238.54       3396     544230     160.26    2281.48
1126.10/1126.34	c     (at root node) :          -         32      30108     940.88          -
1126.10/1126.34	c   conflict analysis:       0.00          0          0       0.00          -
1126.10/1126.34	c B&B Tree           :
1126.10/1126.34	c   number of runs   :          1
1126.10/1126.34	c   nodes            :      11115
1126.10/1126.34	c   nodes (total)    :      11115
1126.10/1126.34	c   nodes left       :          0
1126.10/1126.34	c   max depth        :         23
1126.10/1126.34	c   max depth (total):         23
1126.10/1126.34	c   backtracks       :       3715 (33.4%)
1126.10/1126.34	c   delayed cutoffs  :          0
1126.10/1126.34	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1126.10/1126.34	c   avg switch length:       5.92
1126.10/1126.34	c   switching time   :       2.38
1126.10/1126.34	c Solution           :
1126.10/1126.34	c   Solutions found  :        371 (7 improvements)
1126.10/1126.34	c   First Solution   : +7.36000000000000e+02   (in run 1, after 0 nodes, 0.05 seconds, depth 0, found by <trivial>)
1126.10/1126.34	c   Primal Bound     : +3.30000000000000e+01   (in run 1, after 4724 nodes, 592.05 seconds, depth 20, found by <relaxation>)
1126.10/1126.34	c   Dual Bound       : +3.30000000000000e+01
1126.10/1126.34	c   Gap              :       0.00 %
1126.10/1126.34	c   Root Dual Bound  : +2.67398352581366e+01
1126.10/1126.34	c   Root Iterations  :       4795
1126.10/1126.37	c Time complete: 1126.18.

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-3692479-1338042257/watcher-3692479-1338042257 -o /tmp/evaluation-result-3692479-1338042257/solver-3692479-1338042257 -C 1800 -W 1900 -M 15500 HOME/scip-2.1.1.4expfix.linux.x86_64.gnu.opt.spx -f HOME/instance-3692479-1338042257.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.00 2.00 2.00 3/176 11886
/proc/meminfo: memFree=27721552/32873648 swapFree=7104/7104
[pid=11886] ppid=11884 vsize=12696 CPUtime=0 cores=1,3,5,7
/proc/11886/stat : 11886 (scip-2.1.1.4exp) R 11884 11886 9598 0 -1 4202496 1915 0 0 0 0 0 0 0 20 0 1 0 270351145 13000704 1870 33554432000 4194304 10219143 140735877587728 140737334865400 7589947 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/11886/statm: 3174 1873 413 1471 0 1694 0

[startup+0.0558239 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 11886
/proc/meminfo: memFree=27721552/32873648 swapFree=7104/7104
[pid=11886] ppid=11884 vsize=29520 CPUtime=0.05 cores=1,3,5,7
/proc/11886/stat : 11886 (scip-2.1.1.4exp) R 11884 11886 9598 0 -1 4202496 6075 0 0 0 4 1 0 0 20 0 1 0 270351145 30228480 6030 33554432000 4194304 10219143 140735877587728 140737334865400 7589947 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11886/statm: 7380 6053 484 1471 0 5900 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 29520

[startup+0.100303 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 11886
/proc/meminfo: memFree=27721552/32873648 swapFree=7104/7104
[pid=11886] ppid=11884 vsize=36160 CPUtime=0.09 cores=1,3,5,7
/proc/11886/stat : 11886 (scip-2.1.1.4exp) R 11884 11886 9598 0 -1 4202496 7677 0 0 0 8 1 0 0 20 0 1 0 270351145 37027840 7375 33554432000 4194304 10219143 140735877587728 140737334865400 7589947 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11886/statm: 9040 7409 548 1471 0 7560 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 36160

[startup+0.300241 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 11886
/proc/meminfo: memFree=27721552/32873648 swapFree=7104/7104
[pid=11886] ppid=11884 vsize=63920 CPUtime=0.29 cores=1,3,5,7
/proc/11886/stat : 11886 (scip-2.1.1.4exp) R 11884 11886 9598 0 -1 4202496 14249 0 0 0 26 3 0 0 20 0 1 0 270351145 65454080 13426 33554432000 4194304 10219143 140735877587728 140735877581656 8091531 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11886/statm: 15980 13426 716 1471 0 14500 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 63920

[startup+0.700219 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 11886
/proc/meminfo: memFree=27721552/32873648 swapFree=7104/7104
[pid=11886] ppid=11884 vsize=68440 CPUtime=0.69 cores=1,3,5,7
/proc/11886/stat : 11886 (scip-2.1.1.4exp) R 11884 11886 9598 0 -1 4202496 16378 0 0 0 66 3 0 0 20 0 1 0 270351145 70082560 15170 33554432000 4194304 10219143 140735877587728 140735877581656 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11886/statm: 17110 15170 716 1471 0 15630 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 68440

[startup+1.50019 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 11887
/proc/meminfo: memFree=27664008/32873648 swapFree=7104/7104
[pid=11886] ppid=11884 vsize=68440 CPUtime=1.49 cores=1,3,5,7
/proc/11886/stat : 11886 (scip-2.1.1.4exp) R 11884 11886 9598 0 -1 4202496 16432 0 0 0 145 4 0 0 20 0 1 0 270351145 70082560 15197 33554432000 4194304 10219143 140735877587728 140735877580984 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11886/statm: 17110 15197 716 1471 0 15630 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 68440

[startup+3.1002 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 11887
/proc/meminfo: memFree=27665248/32873648 swapFree=7104/7104
[pid=11886] ppid=11884 vsize=68276 CPUtime=3.09 cores=1,3,5,7
/proc/11886/stat : 11886 (scip-2.1.1.4exp) R 11884 11886 9598 0 -1 4202496 17418 0 0 0 305 4 0 0 20 0 1 0 270351145 69914624 15588 33554432000 4194304 10219143 140735877587728 140735877582600 9008087 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11886/statm: 17069 15588 751 1471 0 15589 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 68276

[startup+6.30025 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 11887
/proc/meminfo: memFree=27647936/32873648 swapFree=7104/7104
[pid=11886] ppid=11884 vsize=83124 CPUtime=6.29 cores=1,3,5,7
/proc/11886/stat : 11886 (scip-2.1.1.4exp) R 11884 11886 9598 0 -1 4202496 19847 0 0 0 623 6 0 0 20 0 1 0 270351145 85118976 18942 33554432000 4194304 10219143 140735877587728 140735877582616 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11886/statm: 20781 18942 763 1471 0 19301 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 83124

[startup+12.7002 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 11887
/proc/meminfo: memFree=27807604/32873648 swapFree=7104/7104
[pid=11886] ppid=11884 vsize=97760 CPUtime=12.69 cores=1,3,5,7
/proc/11886/stat : 11886 (scip-2.1.1.4exp) R 11884 11886 9598 0 -1 4202496 23136 0 0 0 1259 10 0 0 20 0 1 0 270351145 100106240 22105 33554432000 4194304 10219143 140735877587728 140735877582600 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11886/statm: 24440 22105 764 1471 0 22960 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 97760

[startup+25.5002 s]
/proc/loadavg: 2.07 2.02 2.00 3/176 11925
/proc/meminfo: memFree=28763020/32873648 swapFree=7104/7104
[pid=11886] ppid=11884 vsize=136816 CPUtime=25.48 cores=1,3,5,7
/proc/11886/stat : 11886 (scip-2.1.1.4exp) R 11884 11886 9598 0 -1 4202496 34828 0 0 0 2531 17 0 0 20 0 1 0 270351145 140099584 32402 33554432000 4194304 10219143 140735877587728 140735877577736 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11886/statm: 34204 32402 818 1471 0 32724 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 136816

[startup+51.1002 s]
/proc/loadavg: 2.05 2.01 2.00 3/177 11926
/proc/meminfo: memFree=28760444/32873648 swapFree=7104/7104
[pid=11886] ppid=11884 vsize=139076 CPUtime=51.08 cores=1,3,5,7
/proc/11886/stat : 11886 (scip-2.1.1.4exp) R 11884 11886 9598 0 -1 4202496 35363 0 0 0 5079 29 0 0 20 0 1 0 270351145 142413824 33072 33554432000 4194304 10219143 140735877587728 140735877577800 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11886/statm: 34769 33072 819 1471 0 33289 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 139076

[startup+102.306 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 11926
/proc/meminfo: memFree=28793252/32873648 swapFree=7104/7104
[pid=11886] ppid=11884 vsize=101292 CPUtime=102.27 cores=1,3,5,7
/proc/11886/stat : 11886 (scip-2.1.1.4exp) R 11884 11886 9598 0 -1 4202496 36115 0 0 0 10179 48 0 0 20 0 1 0 270351145 103723008 24149 33554432000 4194304 10219143 140735877587728 140735877581176 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11886/statm: 25323 24149 837 1471 0 23843 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 101292

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 11927
/proc/meminfo: memFree=28791144/32873648 swapFree=7104/7104
[pid=11886] ppid=11884 vsize=100264 CPUtime=162.26 cores=1,3,5,7
/proc/11886/stat : 11886 (scip-2.1.1.4exp) R 11884 11886 9598 0 -1 4202496 40738 0 0 0 16156 70 0 0 20 0 1 0 270351145 102670336 23924 33554432000 4194304 10219143 140735877587728 140735877580984 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11886/statm: 25066 23924 837 1471 0 23586 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 100264

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 11927
/proc/meminfo: memFree=28786876/32873648 swapFree=7104/7104
[pid=11886] ppid=11884 vsize=103068 CPUtime=222.25 cores=1,3,5,7
/proc/11886/stat : 11886 (scip-2.1.1.4exp) R 11884 11886 9598 0 -1 4202496 43670 0 0 0 22133 92 0 0 20 0 1 0 270351145 105541632 24422 33554432000 4194304 10219143 140735877587728 140735877580664 8077296 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11886/statm: 25767 24422 837 1471 0 24287 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 103068

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 11927
/proc/meminfo: memFree=28784016/32873648 swapFree=7104/7104
[pid=11886] ppid=11884 vsize=98260 CPUtime=282.23 cores=1,3,5,7
/proc/11886/stat : 11886 (scip-2.1.1.4exp) R 11884 11886 9598 0 -1 4202496 64721 0 0 0 28110 113 0 0 20 0 1 0 270351145 100618240 23423 33554432000 4194304 10219143 140735877587728 140735877580440 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11886/statm: 24565 23423 837 1471 0 23085 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 98260

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 11928
/proc/meminfo: memFree=28779068/32873648 swapFree=7104/7104
[pid=11886] ppid=11884 vsize=105748 CPUtime=342.23 cores=1,3,5,7
/proc/11886/stat : 11886 (scip-2.1.1.4exp) R 11884 11886 9598 0 -1 4202496 88920 0 0 0 34087 136 0 0 20 0 1 0 270351145 108285952 25082 33554432000 4194304 10219143 140735877587728 140735877580984 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11886/statm: 26437 25082 837 1471 0 24957 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 105748

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 11931
/proc/meminfo: memFree=28775340/32873648 swapFree=7104/7104
[pid=11886] ppid=11884 vsize=106060 CPUtime=402.22 cores=1,3,5,7
/proc/11886/stat : 11886 (scip-2.1.1.4exp) R 11884 11886 9598 0 -1 4202496 100417 0 0 0 40064 158 0 0 20 0 1 0 270351145 108605440 25034 33554432000 4194304 10219143 140735877587728 140735877581176 8091518 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11886/statm: 26515 25034 837 1471 0 25035 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 106060

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 11931
/proc/meminfo: memFree=28771936/32873648 swapFree=7104/7104
[pid=11886] ppid=11884 vsize=107636 CPUtime=462.21 cores=1,3,5,7
/proc/11886/stat : 11886 (scip-2.1.1.4exp) R 11884 11886 9598 0 -1 4202496 124380 0 0 0 46040 181 0 0 20 0 1 0 270351145 110219264 25735 33554432000 4194304 10219143 140735877587728 140735877580664 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11886/statm: 26909 25735 837 1471 0 25429 0
Current children cumulated CPU time (s) 462.21
Current children cumulated vsize (KiB) 107636

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 11931
/proc/meminfo: memFree=28765856/32873648 swapFree=7104/7104
[pid=11886] ppid=11884 vsize=109788 CPUtime=522.2 cores=1,3,5,7
/proc/11886/stat : 11886 (scip-2.1.1.4exp) R 11884 11886 9598 0 -1 4202496 160729 0 0 0 52011 209 0 0 20 0 1 0 270351145 112422912 26278 33554432000 4194304 10219143 140735877587728 140735877580248 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11886/statm: 27447 26278 837 1471 0 25967 0
Current children cumulated CPU time (s) 522.2
Current children cumulated vsize (KiB) 109788

[startup+582.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/177 11931
/proc/meminfo: memFree=28763032/32873648 swapFree=7104/7104
[pid=11886] ppid=11884 vsize=113072 CPUtime=582.19 cores=1,3,5,7
/proc/11886/stat : 11886 (scip-2.1.1.4exp) R 11884 11886 9598 0 -1 4202496 182709 0 0 0 57984 235 0 0 20 0 1 0 270351145 115785728 26781 33554432000 4194304 10219143 140735877587728 140735877580664 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11886/statm: 28268 26781 837 1471 0 26788 0
Current children cumulated CPU time (s) 582.19
Current children cumulated vsize (KiB) 113072

[startup+642.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 11932
/proc/meminfo: memFree=28755556/32873648 swapFree=7104/7104
[pid=11886] ppid=11884 vsize=115528 CPUtime=642.19 cores=1,3,5,7
/proc/11886/stat : 11886 (scip-2.1.1.4exp) R 11884 11886 9598 0 -1 4202496 205622 0 0 0 63957 262 0 0 20 0 1 0 270351145 118300672 27693 33554432000 4194304 10219143 140735877587728 140735877581368 9008087 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11886/statm: 28882 27693 838 1471 0 27402 0
Current children cumulated CPU time (s) 642.19
Current children cumulated vsize (KiB) 115528

[startup+702.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 11932
/proc/meminfo: memFree=28754000/32873648 swapFree=7104/7104
[pid=11886] ppid=11884 vsize=117164 CPUtime=702.17 cores=1,3,5,7
/proc/11886/stat : 11886 (scip-2.1.1.4exp) R 11884 11886 9598 0 -1 4202496 241520 0 0 0 69930 287 0 0 20 0 1 0 270351145 119975936 27825 33554432000 4194304 10219143 140735877587728 140735877580984 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11886/statm: 29291 27825 838 1471 0 27811 0
Current children cumulated CPU time (s) 702.17
Current children cumulated vsize (KiB) 117164

[startup+762.306 s]
/proc/loadavg: 2.17 2.04 2.01 3/177 11932
/proc/meminfo: memFree=28745792/32873648 swapFree=7104/7104
[pid=11886] ppid=11884 vsize=117156 CPUtime=762.17 cores=1,3,5,7
/proc/11886/stat : 11886 (scip-2.1.1.4exp) R 11884 11886 9598 0 -1 4202496 308457 0 0 0 75898 319 0 0 20 0 1 0 270351145 119967744 27907 33554432000 4194304 10219143 140735877587728 140735877580984 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11886/statm: 29289 27907 838 1471 0 27809 0
Current children cumulated CPU time (s) 762.17
Current children cumulated vsize (KiB) 117156

[startup+822.3 s]
/proc/loadavg: 2.10 2.05 2.01 3/177 11932
/proc/meminfo: memFree=28744892/32873648 swapFree=7104/7104
[pid=11886] ppid=11884 vsize=117292 CPUtime=822.15 cores=1,3,5,7
/proc/11886/stat : 11886 (scip-2.1.1.4exp) R 11884 11886 9598 0 -1 4202496 376603 0 0 0 81861 354 0 0 20 0 1 0 270351145 120107008 28151 33554432000 4194304 10219143 140735877587728 140735877580712 8077296 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11886/statm: 29323 28151 838 1471 0 27843 0
Current children cumulated CPU time (s) 822.15
Current children cumulated vsize (KiB) 117292

[startup+882.3 s]
/proc/loadavg: 2.04 2.04 2.01 3/177 11932
/proc/meminfo: memFree=28740608/32873648 swapFree=7104/7104
[pid=11886] ppid=11884 vsize=118684 CPUtime=882.14 cores=1,3,5,7
/proc/11886/stat : 11886 (scip-2.1.1.4exp) R 11884 11886 9598 0 -1 4202496 422549 0 0 0 87831 383 0 0 20 0 1 0 270351145 121532416 28310 33554432000 4194304 10219143 140735877587728 140735877581224 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11886/statm: 29671 28310 838 1471 0 28191 0
Current children cumulated CPU time (s) 882.14
Current children cumulated vsize (KiB) 118684

[startup+942.3 s]
/proc/loadavg: 2.06 2.04 2.01 3/176 11932
/proc/meminfo: memFree=28737888/32873648 swapFree=7104/7104
[pid=11886] ppid=11884 vsize=118928 CPUtime=942.13 cores=1,3,5,7
/proc/11886/stat : 11886 (scip-2.1.1.4exp) R 11884 11886 9598 0 -1 4202496 456604 0 0 0 93803 410 0 0 20 0 1 0 270351145 121782272 28488 33554432000 4194304 10219143 140735877587728 140735877580984 8930937 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11886/statm: 29732 28488 838 1471 0 28252 0
Current children cumulated CPU time (s) 942.13
Current children cumulated vsize (KiB) 118928

[startup+1002.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/178 11936
/proc/meminfo: memFree=28734836/32873648 swapFree=7104/7104
[pid=11886] ppid=11884 vsize=119220 CPUtime=1002.12 cores=1,3,5,7
/proc/11886/stat : 11886 (scip-2.1.1.4exp) R 11884 11886 9598 0 -1 4202496 501865 0 0 0 99774 438 0 0 20 0 1 0 270351145 122081280 28248 33554432000 4194304 10219143 140735877587728 140735877580984 9008087 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11886/statm: 29805 28248 838 1471 0 28325 0
Current children cumulated CPU time (s) 1002.12
Current children cumulated vsize (KiB) 119220

[startup+1062.3 s]
/proc/loadavg: 2.06 2.04 2.00 3/177 11936
/proc/meminfo: memFree=28733352/32873648 swapFree=7104/7104
[pid=11886] ppid=11884 vsize=119068 CPUtime=1062.12 cores=1,3,5,7
/proc/11886/stat : 11886 (scip-2.1.1.4exp) R 11884 11886 9598 0 -1 4202496 575063 0 0 0 105740 472 0 0 20 0 1 0 270351145 121925632 28542 33554432000 4194304 10219143 140735877587728 140735877580984 8077296 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11886/statm: 29767 28542 838 1471 0 28287 0
Current children cumulated CPU time (s) 1062.12
Current children cumulated vsize (KiB) 119068

[startup+1122.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/177 11936
/proc/meminfo: memFree=28728788/32873648 swapFree=7104/7104
[pid=11886] ppid=11884 vsize=117860 CPUtime=1122.11 cores=1,3,5,7
/proc/11886/stat : 11886 (scip-2.1.1.4exp) R 11884 11886 9598 0 -1 4202496 651240 0 0 0 111707 504 0 0 20 0 1 0 270351145 120688640 27919 33554432000 4194304 10219143 140735877587728 140735877580664 8077296 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11886/statm: 29465 27919 838 1471 0 27985 0
Current children cumulated CPU time (s) 1122.11
Current children cumulated vsize (KiB) 117860

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

[startup+1123.11 s]
/proc/loadavg: 2.02 2.03 2.00 3/177 11936
/proc/meminfo: memFree=28730276/32873648 swapFree=7104/7104
[pid=11886] ppid=11884 vsize=117860 CPUtime=1122.91 cores=1,3,5,7
/proc/11886/stat : 11886 (scip-2.1.1.4exp) R 11884 11886 9598 0 -1 4202496 652514 0 0 0 111787 504 0 0 20 0 1 0 270351145 120688640 27943 33554432000 4194304 10219143 140735877587728 140735877580664 8056881 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11886/statm: 29465 27943 838 1471 0 27985 0
Current children cumulated CPU time (s) 1122.91
Current children cumulated vsize (KiB) 117860

[startup+1124.7 s]
/proc/loadavg: 2.02 2.03 2.00 3/177 11936
/proc/meminfo: memFree=28729840/32873648 swapFree=7104/7104
[pid=11886] ppid=11884 vsize=119212 CPUtime=1124.5 cores=1,3,5,7
/proc/11886/stat : 11886 (scip-2.1.1.4exp) R 11884 11886 9598 0 -1 4202496 655706 0 0 0 111945 505 0 0 20 0 1 0 270351145 122073088 27857 33554432000 4194304 10219143 140735877587728 140735877580664 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11886/statm: 29803 27857 838 1471 0 28323 0
Current children cumulated CPU time (s) 1124.5
Current children cumulated vsize (KiB) 119212

[startup+1125.5 s]
/proc/loadavg: 2.02 2.03 2.00 3/177 11936
/proc/meminfo: memFree=28728352/32873648 swapFree=7104/7104
[pid=11886] ppid=11884 vsize=119104 CPUtime=1125.3 cores=1,3,5,7
/proc/11886/stat : 11886 (scip-2.1.1.4exp) R 11884 11886 9598 0 -1 4202496 657308 0 0 0 112025 505 0 0 20 0 1 0 270351145 121962496 28308 33554432000 4194304 10219143 140735877587728 140735877580984 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11886/statm: 29776 28308 838 1471 0 28296 0
Current children cumulated CPU time (s) 1125.3
Current children cumulated vsize (KiB) 119104

[startup+1125.9 s]
/proc/loadavg: 2.02 2.03 2.00 3/177 11936
/proc/meminfo: memFree=28728352/32873648 swapFree=7104/7104
[pid=11886] ppid=11884 vsize=119104 CPUtime=1125.7 cores=1,3,5,7
/proc/11886/stat : 11886 (scip-2.1.1.4exp) R 11884 11886 9598 0 -1 4202496 657311 0 0 0 112065 505 0 0 20 0 1 0 270351145 121962496 28311 33554432000 4194304 10219143 140735877587728 140735877580984 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11886/statm: 29776 28311 838 1471 0 28296 0
Current children cumulated CPU time (s) 1125.7
Current children cumulated vsize (KiB) 119104

[startup+1126.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/177 11936
/proc/meminfo: memFree=28727856/32873648 swapFree=7104/7104
[pid=11886] ppid=11884 vsize=119104 CPUtime=1126.1 cores=1,3,5,7
/proc/11886/stat : 11886 (scip-2.1.1.4exp) R 11884 11886 9598 0 -1 4202496 657335 0 0 0 112105 505 0 0 20 0 1 0 270351145 121962496 28335 33554432000 4194304 10219143 140735877587728 140735877581448 8077296 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11886/statm: 29776 28335 838 1471 0 28296 0
Current children cumulated CPU time (s) 1126.1
Current children cumulated vsize (KiB) 119104

Child status: 0
Real time (s): 1126.37
CPU time (s): 1126.19
CPU user time (s): 1121.12
CPU system time (s): 5.06223
CPU usage (%): 99.9833
Max. virtual memory (cumulated for all children) (KiB): 139076

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1121.12
system time used= 5.06223
maximum resident set size= 133508
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 657353
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= 26
involuntary context switches= 1156

runsolver used 1.77773 second user time and 5.08423 second system time

The end

Launcher Data

Begin job on node127 at 2012-05-26 16:24:17
IDJOB=3692479
IDBENCH=89859
IDSOLVER=2271
FILE ID=node127/3692479-1338042257
RUNJOBID= node127-1338029665-10822
PBS_JOBID= 14624344
Free space on /tmp= 71476 MiB

SOLVER NAME= SCIP spx E SCIP 2.1.1.4. Exp 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.4expfix.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3692479-1338042257/watcher-3692479-1338042257 -o /tmp/evaluation-result-3692479-1338042257/solver-3692479-1338042257 -C 1800 -W 1900 -M 15500  HOME/scip-2.1.1.4expfix.linux.x86_64.gnu.opt.spx -f HOME/instance-3692479-1338042257.opb -t 1800 -m 15500

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

MD5SUM BENCH= 19a2dfea334d8fb7f32d77f6785ba1fe
RANDOM SEED=757230635

node127.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.348
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.69
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.348
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.348
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.94
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.348
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.348
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.348
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.91
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.348
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.348
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:        27721816 kB
Buffers:          279020 kB
Cached:          2891728 kB
SwapCached:            0 kB
Active:          1849812 kB
Inactive:        2520824 kB
Active(anon):    1202108 kB
Inactive(anon):        0 kB
Active(file):     647704 kB
Inactive(file):  2520824 kB
Unevictable:        7104 kB
Mlocked:            7104 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             14004 kB
Writeback:             0 kB
AnonPages:       1257536 kB
Mapped:            17648 kB
Shmem:               200 kB
Slab:             642284 kB
SReclaimable:      86776 kB
SUnreclaim:       555508 kB
KernelStack:        1480 kB
PageTables:         6632 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    1316252 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1134592 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= 71468 MiB
End job on node127 at 2012-05-26 16:43:03