Trace number 3693645

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 standard SCIP 2.1.1.4. with SoPlex 1.6.0.3 standard fixedOPT33 1137.25 1137.44

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-3693645-1338042407.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.04
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.17	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.19	c    (0.2s) probing: 51/736 (6.9%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.09/0.19	c    (0.2s) probing aborted: 50/50 successive totally useless probings
0.19/0.26	c presolving (2 rounds):
0.19/0.26	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.26	c  0 implications, 0 cliques
0.19/0.26	c presolved problem has 736 variables (736 bin, 0 int, 0 impl, 0 cont) and 7201 constraints
0.19/0.26	c    7201 constraints of type <logicor>
0.19/0.26	c transformed objective value is always integral (scale: 1)
0.19/0.26	c Presolving Time: 0.21
0.19/0.26	c - non default parameters ----------------------------------------------------------------------
0.19/0.26	c # SCIP version 2.1.1.4
0.19/0.26	c 
0.19/0.26	c # maximal time in seconds to run
0.19/0.26	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.19/0.26	c limits/time = 1797
0.19/0.26	c 
0.19/0.26	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.19/0.26	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.19/0.26	c limits/memory = 13950
0.19/0.26	c 
0.19/0.26	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.19/0.26	c # [type: int, range: [1,2], default: 1]
0.19/0.26	c timing/clocktype = 2
0.19/0.26	c 
0.19/0.26	c # belongs reading time to solving time?
0.19/0.26	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.19/0.26	c timing/reading = TRUE
0.19/0.26	c 
0.19/0.26	c -----------------------------------------------------------------------------------------------
0.19/0.26	c start solving
0.19/0.26	c 
1.49/1.68	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1.49/1.68	c t 1.7s|     1 |     0 |  3870 |     - |  16M|   0 | 132 | 736 |7201 | 736 |7201 |   0 |   0 |   0 | 2.662039e+01 | 7.360000e+02 |2664.80%
1.49/1.68	o 132
1.49/1.68	c r 1.7s|     1 |     0 |  3870 |     - |  16M|   0 | 132 | 736 |7201 | 736 |7201 |   0 |   0 |   0 | 2.662039e+01 | 1.320000e+02 | 395.86%
1.49/1.69	o 131
1.49/1.69	c R 1.7s|     1 |     0 |  3870 |     - |  16M|   0 | 132 | 736 |7201 | 736 |7201 |   0 |   0 |   0 | 2.662039e+01 | 1.310000e+02 | 392.10%
1.49/1.69	o 130
1.49/1.69	c s 1.7s|     1 |     0 |  3870 |     - |  16M|   0 | 132 | 736 |7201 | 736 |7201 |   0 |   0 |   0 | 2.662039e+01 | 1.300000e+02 | 388.35%
3.19/3.26	c   3.3s|     1 |     0 |  4043 |     - |  20M|   0 | 128 | 736 |7201 | 736 |7202 |   1 |   0 |   0 | 2.667539e+01 | 1.300000e+02 | 387.34%
3.19/3.27	o 51
3.19/3.27	c b 3.3s|     1 |     0 |  4043 |     - |  20M|   0 | 128 | 736 |7201 | 736 |7202 |   1 |   0 |   0 | 2.667539e+01 | 5.100000e+01 |  91.19%
4.78/4.87	c   4.9s|     1 |     0 |  4174 |     - |  25M|   0 | 133 | 736 |7201 | 736 |7203 |   2 |   0 |   0 | 2.670320e+01 | 5.100000e+01 |  90.99%
6.48/6.56	c   6.6s|     1 |     0 |  4276 |     - |  29M|   0 | 131 | 736 |7201 | 736 |7204 |   3 |   0 |   0 | 2.671642e+01 | 5.100000e+01 |  90.89%
8.49/8.56	c   8.6s|     1 |     0 |  4405 |     - |  33M|   0 | 129 | 736 |7201 | 736 |7205 |   4 |   0 |   0 | 2.672575e+01 | 5.100000e+01 |  90.83%
11.19/11.21	c  11.2s|     1 |     0 |  4493 |     - |  35M|   0 | 131 | 736 |7201 | 736 |7206 |   5 |   0 |   0 | 2.673122e+01 | 5.100000e+01 |  90.79%
13.87/13.91	c  13.9s|     1 |     0 |  4603 |     - |  35M|   0 | 130 | 736 |7201 | 736 |7207 |   6 |   0 |   0 | 2.673399e+01 | 5.100000e+01 |  90.77%
16.48/16.54	c  16.5s|     1 |     0 |  4686 |     - |  36M|   0 | 126 | 736 |7201 | 736 |7208 |   7 |   0 |   0 | 2.673711e+01 | 5.100000e+01 |  90.75%
19.17/19.27	c  19.3s|     1 |     0 |  4795 |     - |  36M|   0 | 136 | 736 |7201 | 736 |7209 |   8 |   0 |   0 | 2.673984e+01 | 5.100000e+01 |  90.73%
54.76/54.85	o 34
54.76/54.85	c E54.9s|     1 |     0 |  4795 |     - |  36M|   0 | 136 | 736 |7201 | 736 |7209 |   8 |   0 |   0 | 2.673984e+01 | 3.400000e+01 |  27.15%
54.76/54.87	c  54.9s|     1 |     0 |  4795 |     - |  36M|   0 | 136 | 736 |7201 | 736 |7209 |   8 |   0 |   0 | 2.673984e+01 | 3.400000e+01 |  27.15%
70.67/70.78	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
70.67/70.78	c  70.8s|     1 |     2 |  4795 |     - |  36M|   0 | 136 | 736 |7201 | 736 |7209 |   8 |   0 |  32 | 2.673984e+01 | 3.400000e+01 |  27.15%
122.55/122.68	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.35/131.43	c   131s|   200 |    83 | 33899 | 146.3 |  37M|  22 |  68 | 736 |7201 | 736 |7209 |   8 |   0 | 398 | 2.796073e+01 | 3.400000e+01 |  21.60%
139.55/139.62	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.65/145.73	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.55/155.60	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.35/163.43	c   163s|   600 |   173 | 87466 | 138.0 |  38M|  22 |  86 | 736 |7201 | 736 |7209 |   8 |   0 | 537 | 2.840065e+01 | 3.400000e+01 |  19.72%
188.74/188.82	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%
202.65/202.76	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.64/211.79	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.24/228.37	c   228s|  1000 |   269 |222106 | 217.5 |  39M|  22 |   - | 736 |7201 | 736 |7209 |   8 |   0 | 695 | 2.878052e+01 | 3.400000e+01 |  18.14%
242.64/242.76	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.54/251.61	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.84/265.98	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.03/279.10	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.93/289.01	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
288.93/289.01	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.73/303.80	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%
316.03/316.16	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.52/333.69	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.72/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.22/358.32	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.12/365.27	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.81/374.91	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.41/385.59	c   386s|  2300 |   667 |535883 | 231.0 |  43M|  22 | 104 | 736 |7201 | 736 |7209 |   8 |   0 |1084 | 2.942831e+01 | 3.400000e+01 |  15.54%
396.11/396.25	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.91/408.01	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.32/421.45	c   421s|  2600 |   775 |600509 | 229.2 |  44M|  22 |   - | 736 |7201 | 736 |7209 |   8 |   0 |1209 | 2.954822e+01 | 3.400000e+01 |  15.07%
428.11/428.25	c   428s|  2700 |   795 |613442 | 225.5 |  44M|  22 |   - | 736 |7201 | 736 |7209 |   8 |   0 |1239 | 2.956965e+01 | 3.400000e+01 |  14.98%
436.00/436.17	c   436s|  2800 |   825 |630286 | 223.5 |  44M|  22 |   - | 736 |7201 | 736 |7209 |   8 |   0 |1257 | 2.958078e+01 | 3.400000e+01 |  14.94%
445.01/445.16	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.91/454.05	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
453.91/454.05	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.91/463.08	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.70/471.88	c   472s|  3200 |   909 |707033 | 219.5 |  45M|  22 |   - | 736 |7201 | 736 |7209 |   8 |   0 |1298 | 2.968737e+01 | 3.400000e+01 |  14.53%
481.50/481.69	c   482s|  3300 |   961 |729663 | 219.7 |  46M|  22 |  78 | 736 |7201 | 736 |7209 |   8 |   0 |1304 | 2.972358e+01 | 3.400000e+01 |  14.39%
487.30/487.44	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%
495.30/495.45	c   495s|  3500 |   987 |758209 | 215.3 |  46M|  22 |   - | 736 |7201 | 736 |7209 |   8 |   0 |1333 | 2.977124e+01 | 3.400000e+01 |  14.20%
504.50/504.60	c   505s|  3600 |  1019 |777071 | 214.6 |  46M|  22 |  85 | 736 |7201 | 736 |7209 |   8 |   0 |1354 | 2.979207e+01 | 3.400000e+01 |  14.12%
515.49/515.66	c   516s|  3700 |  1057 |797721 | 214.4 |  47M|  22 |   - | 736 |7201 | 736 |7209 |   8 |   0 |1392 | 2.979662e+01 | 3.400000e+01 |  14.11%
523.30/523.46	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%
531.20/531.36	c   531s|  3900 |  1111 |827066 | 210.9 |  47M|  22 |   - | 736 |7201 | 736 |7209 |   8 |   0 |1438 | 2.982973e+01 | 3.400000e+01 |  13.98%
540.00/540.13	c   540s|  4000 |  1119 |843566 | 209.7 |  47M|  22 |  78 | 736 |7201 | 736 |7209 |   8 |   0 |1473 | 2.984832e+01 | 3.400000e+01 |  13.91%
548.69/548.82	c   549s|  4100 |  1135 |858078 | 208.2 |  47M|  22 | 102 | 736 |7201 | 736 |7209 |   8 |   0 |1512 | 2.987123e+01 | 3.400000e+01 |  13.82%
557.59/557.71	c   558s|  4200 |  1155 |874243 | 207.1 |  48M|  23 |   - | 736 |7201 | 736 |7209 |   8 |   0 |1548 | 2.988484e+01 | 3.400000e+01 |  13.77%
562.89/563.00	c   563s|  4300 |  1161 |883965 | 204.5 |  48M|  23 |   - | 736 |7201 | 736 |7209 |   8 |   0 |1566 | 2.989065e+01 | 3.400000e+01 |  13.75%
572.09/572.20	c   572s|  4400 |  1181 |901254 | 203.8 |  48M|  23 |   - | 736 |7201 | 736 |7209 |   8 |   0 |1591 | 2.989808e+01 | 3.400000e+01 |  13.72%
580.79/580.94	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
580.79/580.94	c   581s|  4500 |  1203 |917492 | 202.9 |  48M|  23 |  81 | 736 |7201 | 736 |7209 |   8 |   0 |1634 | 2.991375e+01 | 3.400000e+01 |  13.66%
589.49/589.64	c   590s|  4600 |  1229 |934719 | 202.2 |  48M|  23 |   - | 736 |7201 | 736 |7209 |   8 |   0 |1656 | 2.993930e+01 | 3.400000e+01 |  13.56%
597.69/597.80	c   598s|  4700 |  1249 |950422 | 201.2 |  48M|  23 |   - | 736 |7201 | 736 |7209 |   8 |   0 |1677 | 2.994915e+01 | 3.400000e+01 |  13.53%
598.29/598.45	o 33
598.29/598.45	c * 598s|  4724 |   575 |951809 | 200.5 |  38M|  23 |   - | 736 |7201 | 736 |7209 |   8 |   0 |1679 | 2.994915e+01 | 3.300000e+01 |  10.19%
602.79/602.93	c   603s|  4800 |   577 |962302 | 199.5 |  38M|  23 |  98 | 736 |7201 | 736 |7209 |   8 |   0 |1685 | 2.997615e+01 | 3.300000e+01 |  10.09%
608.99/609.17	c   609s|  4900 |   579 |976454 | 198.3 |  38M|  23 |   - | 736 |7201 | 736 |7209 |   8 |   0 |1697 | 2.998728e+01 | 3.300000e+01 |  10.05%
615.58/615.73	c   616s|  5000 |   587 |990803 | 197.2 |  39M|  23 | 109 | 736 |7201 | 736 |7209 |   8 |   0 |1705 | 2.999775e+01 | 3.300000e+01 |  10.01%
624.58/624.71	c   625s|  5100 |   611 |  1011k| 197.5 |  39M|  23 | 108 | 736 |7201 | 736 |7209 |   8 |   0 |1715 | 3.001120e+01 | 3.300000e+01 |   9.96%
634.78/634.98	c   635s|  5200 |   627 |  1034k| 198.0 |  39M|  23 | 107 | 736 |7201 | 736 |7209 |   8 |   0 |1727 | 3.003053e+01 | 3.300000e+01 |   9.89%
641.48/641.69	c   642s|  5300 |   631 |  1049k| 197.2 |  39M|  23 |   - | 736 |7201 | 736 |7209 |   8 |   0 |1733 | 3.003362e+01 | 3.300000e+01 |   9.88%
648.58/648.79	c   649s|  5400 |   651 |  1066k| 196.6 |  40M|  23 |   - | 736 |7201 | 736 |7209 |   8 |   0 |1742 | 3.005255e+01 | 3.300000e+01 |   9.81%
661.28/661.45	c   661s|  5500 |   665 |  1089k| 197.2 |  40M|  23 |  96 | 736 |7201 | 736 |7209 |   8 |   0 |1778 | 3.005437e+01 | 3.300000e+01 |   9.80%
668.88/669.08	c   669s|  5600 |   667 |  1103k| 196.3 |  40M|  23 |  99 | 736 |7201 | 736 |7209 |   8 |   0 |1802 | 3.005539e+01 | 3.300000e+01 |   9.80%
677.97/678.18	c   678s|  5700 |   667 |  1120k| 195.7 |  40M|  23 | 103 | 736 |7201 | 736 |7209 |   8 |   0 |1833 | 3.007552e+01 | 3.300000e+01 |   9.72%
686.97/687.18	c   687s|  5800 |   673 |  1137k| 195.3 |  41M|  23 |  96 | 736 |7201 | 736 |7209 |   8 |   0 |1863 | 3.008707e+01 | 3.300000e+01 |   9.68%
696.87/697.09	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
696.87/697.09	c   697s|  5900 |   685 |  1156k| 195.2 |  41M|  23 | 114 | 736 |7201 | 736 |7209 |   8 |   0 |1893 | 3.010080e+01 | 3.300000e+01 |   9.63%
703.88/704.02	c   704s|  6000 |   671 |  1168k| 194.1 |  41M|  23 |  99 | 736 |7201 | 736 |7209 |   8 |   0 |1927 | 3.011839e+01 | 3.300000e+01 |   9.57%
711.97/712.18	c   712s|  6100 |   659 |  1183k| 193.2 |  41M|  23 | 101 | 736 |7201 | 736 |7209 |   8 |   0 |1961 | 3.012474e+01 | 3.300000e+01 |   9.54%
721.16/721.33	c   721s|  6200 |   673 |  1199k| 192.7 |  41M|  23 |  96 | 736 |7201 | 736 |7209 |   8 |   0 |1993 | 3.014697e+01 | 3.300000e+01 |   9.46%
729.77/729.95	c   730s|  6300 |   669 |  1214k| 192.0 |  41M|  23 |   - | 736 |7201 | 736 |7209 |   8 |   0 |2037 | 3.016050e+01 | 3.300000e+01 |   9.41%
740.17/740.31	c   740s|  6400 |   673 |  1232k| 191.9 |  41M|  23 | 100 | 736 |7201 | 736 |7209 |   8 |   0 |2096 | 3.019869e+01 | 3.300000e+01 |   9.28%
751.96/752.17	c   752s|  6500 |   675 |  1253k| 192.2 |  41M|  23 |   - | 736 |7201 | 736 |7209 |   8 |   0 |2153 | 3.021112e+01 | 3.300000e+01 |   9.23%
759.66/759.85	c   760s|  6600 |   667 |  1268k| 191.4 |  41M|  23 | 106 | 736 |7201 | 736 |7209 |   8 |   0 |2198 | 3.021218e+01 | 3.300000e+01 |   9.23%
768.55/768.71	c   769s|  6700 |   667 |  1284k| 191.1 |  41M|  23 |   - | 736 |7201 | 736 |7209 |   8 |   0 |2237 | 3.022114e+01 | 3.300000e+01 |   9.20%
775.26/775.46	c   775s|  6800 |   661 |  1299k| 190.4 |  42M|  23 |   - | 736 |7201 | 736 |7209 |   8 |   0 |2256 | 3.022195e+01 | 3.300000e+01 |   9.19%
781.36/781.53	c   782s|  6900 |   653 |  1312k| 189.6 |  42M|  23 | 119 | 736 |7201 | 736 |7209 |   8 |   0 |2271 | 3.022767e+01 | 3.300000e+01 |   9.17%
788.56/788.78	c   789s|  7000 |   639 |  1328k| 189.2 |  41M|  23 |   - | 736 |7201 | 736 |7209 |   8 |   0 |2290 | 3.022940e+01 | 3.300000e+01 |   9.17%
797.75/797.98	c   798s|  7100 |   651 |  1349k| 189.5 |  42M|  23 |   - | 736 |7201 | 736 |7209 |   8 |   0 |2299 | 3.027347e+01 | 3.300000e+01 |   9.01%
804.85/805.08	c   805s|  7200 |   649 |  1366k| 189.2 |  42M|  23 |   - | 736 |7201 | 736 |7209 |   8 |   0 |2305 | 3.028011e+01 | 3.300000e+01 |   8.98%
811.95/812.18	c   812s|  7300 |   637 |  1383k| 188.9 |  41M|  23 |   - | 736 |7201 | 736 |7209 |   8 |   0 |2313 | 3.028645e+01 | 3.300000e+01 |   8.96%
820.05/820.26	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
820.05/820.26	c   820s|  7400 |   651 |  1401k| 188.8 |  42M|  23 |   - | 736 |7201 | 736 |7209 |   8 |   0 |2324 | 3.032132e+01 | 3.300000e+01 |   8.83%
826.85/827.05	c   827s|  7500 |   647 |  1417k| 188.3 |  42M|  23 |   - | 736 |7201 | 736 |7209 |   8 |   0 |2333 | 3.034061e+01 | 3.300000e+01 |   8.77%
835.86/836.06	c   836s|  7600 |   645 |  1435k| 188.2 |  42M|  23 | 102 | 736 |7201 | 736 |7209 |   8 |   0 |2355 | 3.035602e+01 | 3.300000e+01 |   8.71%
843.25/843.44	c   843s|  7700 |   629 |  1447k| 187.4 |  42M|  23 |   - | 736 |7201 | 736 |7209 |   8 |   0 |2385 | 3.036582e+01 | 3.300000e+01 |   8.67%
853.25/853.48	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%
861.64/861.81	c   862s|  7900 |   635 |  1482k| 187.1 |  42M|  23 | 106 | 736 |7201 | 736 |7209 |   8 |   0 |2430 | 3.039695e+01 | 3.300000e+01 |   8.56%
872.34/872.53	c   873s|  8000 |   641 |  1503k| 187.3 |  42M|  23 |  85 | 736 |7201 | 736 |7209 |   8 |   0 |2457 | 3.041964e+01 | 3.300000e+01 |   8.48%
882.24/882.43	c   882s|  8100 |   631 |  1519k| 187.1 |  42M|  23 |   - | 736 |7201 | 736 |7209 |   8 |   0 |2499 | 3.042388e+01 | 3.300000e+01 |   8.47%
890.54/890.71	c   891s|  8200 |   617 |  1536k| 186.8 |  42M|  23 |   - | 736 |7201 | 736 |7209 |   8 |   0 |2524 | 3.042649e+01 | 3.300000e+01 |   8.46%
900.34/900.50	c   901s|  8300 |   617 |  1554k| 186.7 |  42M|  23 |   - | 736 |7201 | 736 |7209 |   8 |   0 |2558 | 3.043868e+01 | 3.300000e+01 |   8.41%
909.34/909.57	c   910s|  8400 |   605 |  1569k| 186.3 |  42M|  23 |   - | 736 |7201 | 736 |7209 |   8 |   0 |2596 | 3.046423e+01 | 3.300000e+01 |   8.32%
918.34/918.54	c   919s|  8500 |   597 |  1586k| 186.1 |  42M|  23 |  90 | 736 |7201 | 736 |7209 |   8 |   0 |2625 | 3.048230e+01 | 3.300000e+01 |   8.26%
929.44/929.63	c   930s|  8600 |   601 |  1606k| 186.2 |  42M|  23 | 111 | 736 |7201 | 736 |7209 |   8 |   0 |2668 | 3.050854e+01 | 3.300000e+01 |   8.17%
939.93/940.13	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.24/950.44	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.93/961.15	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
960.93/961.15	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.23/972.47	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.82/983.08	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.42/992.65	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.53/1000.76	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.13/1009.36	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.62/1017.87	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.71/1025.94	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.21/1032.44	c  1032s|  9700 |   447 |  1794k| 184.5 |  41M|  23 | 116 | 736 |7201 | 736 |7209 |   8 |   0 |3152 | 3.070486e+01 | 3.300000e+01 |   7.47%
1038.91/1039.19	c  1039s|  9800 |   425 |  1808k| 184.0 |  41M|  23 |   - | 736 |7201 | 736 |7209 |   8 |   0 |3171 | 3.074703e+01 | 3.300000e+01 |   7.33%
1045.71/1045.90	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.51/1052.77	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.11/1060.38	c  1060s| 10100 |   373 |  1854k| 183.2 |  41M|  23 | 112 | 736 |7201 | 736 |7209 |   8 |   0 |3208 | 3.081971e+01 | 3.300000e+01 |   7.07%
1066.31/1066.51	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.31/1073.59	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.41/1080.63	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1080.41/1080.63	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.11/1088.39	c  1088s| 10500 |   271 |  1915k| 181.9 |  40M|  23 |   - | 736 |7201 | 736 |7209 |   8 |   0 |3248 | 3.095479e+01 | 3.300000e+01 |   6.61%
1096.90/1097.14	c  1097s| 10600 |   237 |  1931k| 181.8 |  40M|  23 | 118 | 736 |7201 | 736 |7209 |   8 |   0 |3272 | 3.102034e+01 | 3.300000e+01 |   6.38%
1105.81/1106.03	c  1106s| 10700 |   199 |  1946k| 181.5 |  39M|  23 |   - | 736 |7201 | 736 |7209 |   8 |   0 |3302 | 3.103467e+01 | 3.300000e+01 |   6.33%
1114.31/1114.51	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.10/1123.37	c  1123s| 10900 |   113 |  1976k| 180.9 |  38M|  23 |   - | 736 |7201 | 736 |7209 |   8 |   0 |3361 | 3.111644e+01 | 3.300000e+01 |   6.05%
1131.30/1131.58	c  1132s| 11000 |    61 |  1989k| 180.4 |  38M|  23 |   - | 736 |7201 | 736 |7209 |   8 |   0 |3389 | 3.115985e+01 | 3.300000e+01 |   5.91%
1136.50/1136.71	c  1137s| 11100 |    11 |  2001k| 179.9 |  37M|  23 | 113 | 736 |7201 | 736 |7209 |   8 |   0 |3393 | 3.148240e+01 | 3.300000e+01 |   4.82%
1137.21/1137.40	c 
1137.21/1137.40	c SCIP Status        : problem is solved [optimal solution found]
1137.21/1137.40	c Solving Time (sec) : 1137.40
1137.21/1137.40	c Solving Nodes      : 11115
1137.21/1137.40	c Primal Bound       : +3.30000000000000e+01 (371 solutions)
1137.21/1137.40	c Dual Bound         : +3.30000000000000e+01
1137.21/1137.40	c Gap                : 0.00 %
1137.21/1137.41	s OPTIMUM FOUND
1137.21/1137.41	v -x736 -x735 -x734 -x733 -x732 -x731 -x730 -x729 -x728 -x727 -x726 -x725 -x724 -x723 -x722 -x721 -x720 -x719 -x718 -x717 -x716 -x715 
1137.21/1137.41	v -x714 -x713 -x712 -x711 -x710 -x709 -x708 -x707 -x706 -x705 -x704 -x703 -x702 -x701 -x700 -x699 -x698 -x697 -x696 -x695 
1137.21/1137.41	v -x694 -x693 -x692 -x691 -x690 -x689 -x688 -x687 -x686 -x685 -x684 -x683 -x682 -x681 -x680 -x679 -x678 -x677 -x676 -x675 -x674 
1137.21/1137.41	v -x673 -x672 -x671 -x670 -x669 -x668 -x667 -x666 -x665 -x664 -x663 -x662 -x661 -x660 -x659 -x658 -x657 -x656 -x655 -x654 -x653 
1137.21/1137.41	v -x652 -x651 -x650 -x649 -x648 -x647 -x646 -x645 -x644 -x643 -x642 -x641 -x640 -x639 -x638 -x637 -x636 -x635 -x634 -x633 -x632 
1137.21/1137.41	v -x631 -x630 -x629 -x628 -x627 -x626 -x625 -x624 -x623 -x622 -x621 -x620 -x619 -x618 -x617 -x616 -x615 -x614 -x613 -x612 -x611 
1137.21/1137.41	v -x610 -x609 -x608 -x607 -x606 -x605 -x604 -x603 -x602 -x601 -x600 -x599 -x598 -x597 -x596 -x595 -x594 -x593 -x592 -x591 -x590 
1137.21/1137.41	v -x589 -x588 -x587 -x586 -x585 -x584 -x583 -x582 -x581 -x580 -x579 -x578 -x577 -x576 -x575 -x574 -x573 -x572 -x571 -x570 
1137.21/1137.41	v -x569 -x568 -x567 -x566 -x565 -x564 -x563 -x562 -x561 -x560 -x559 -x558 -x557 -x556 -x555 -x554 -x553 -x552 -x551 -x550 -x549 
1137.21/1137.41	v -x548 -x547 -x546 -x545 -x544 -x543 -x542 -x541 -x540 -x539 -x538 -x537 -x536 -x535 -x534 -x533 -x532 -x531 -x530 -x529 -x528 
1137.21/1137.41	v -x527 -x526 -x525 -x524 -x523 -x522 -x521 -x520 -x519 -x518 -x517 -x516 -x515 -x514 -x513 -x512 -x511 -x510 -x509 -x508 -x507 
1137.21/1137.41	v -x506 -x505 -x504 -x503 -x502 -x501 -x500 -x499 -x498 -x497 -x496 -x495 -x494 -x493 -x492 -x491 -x490 -x489 -x488 -x487 -x486 
1137.21/1137.41	v -x485 -x484 -x483 -x482 -x481 -x480 -x479 -x478 -x477 -x476 -x475 -x474 -x473 -x472 -x471 -x470 -x469 -x468 -x467 -x466 -x465 
1137.21/1137.41	v -x464 -x463 -x462 -x461 -x460 -x459 -x458 -x457 -x456 -x455 -x454 -x453 -x452 -x451 -x450 -x449 -x448 -x447 -x446 -x445 
1137.21/1137.41	v -x444 -x443 -x442 -x441 -x440 -x439 -x438 -x437 -x436 -x435 -x434 -x433 -x432 -x431 -x430 -x429 -x428 -x427 -x426 -x425 -x424 
1137.21/1137.41	v -x423 -x422 -x421 -x420 -x419 -x418 -x417 -x416 -x415 -x414 -x413 -x412 x411 -x410 -x409 -x408 -x407 -x406 -x405 -x404 -x403 
1137.21/1137.41	v -x402 -x401 -x400 -x399 -x398 -x397 -x396 -x395 -x394 -x393 -x392 -x391 -x390 -x389 -x388 -x387 -x386 -x385 -x384 -x383 -x382 
1137.21/1137.41	v -x381 -x380 -x379 -x378 -x377 -x376 -x375 -x374 -x373 -x372 -x371 -x370 -x369 -x368 -x367 -x366 -x365 -x364 -x363 -x362 -x361 
1137.21/1137.41	v -x360 -x359 -x358 -x357 -x356 -x355 -x354 -x353 -x352 -x351 -x350 -x349 -x348 -x347 -x346 -x345 -x344 -x343 -x342 -x341 -x340 
1137.21/1137.41	v -x339 -x338 -x337 -x336 -x335 -x334 -x333 -x332 -x331 -x330 -x329 -x328 -x327 -x326 -x325 -x324 -x323 -x322 -x321 -x320 -x319 
1137.21/1137.41	v -x318 -x317 -x316 -x315 -x314 -x313 -x312 -x311 -x310 -x309 -x308 -x307 -x306 -x305 -x304 -x303 -x302 -x301 -x300 -x299 
1137.21/1137.41	v -x298 x297 -x296 -x295 -x294 -x293 -x292 -x291 -x290 -x289 -x288 x287 x286 -x285 -x284 -x283 -x282 -x281 -x280 -x279 -x278 -x277 
1137.21/1137.41	v -x276 -x275 -x274 -x273 -x272 -x271 -x270 x269 -x268 -x267 -x266 -x265 -x264 -x263 -x262 -x261 -x260 -x259 -x258 -x257 -x256 
1137.21/1137.41	v -x255 -x254 -x253 -x252 -x251 -x250 -x249 -x248 -x247 -x246 -x245 -x244 -x243 -x242 -x241 -x240 -x239 -x238 -x237 -x236 -x235 
1137.21/1137.41	v -x234 -x233 -x232 -x231 -x230 -x229 -x228 -x227 -x226 -x225 -x224 -x223 -x222 -x221 -x220 -x219 -x218 -x217 -x216 -x215 
1137.21/1137.41	v -x214 -x213 -x212 -x211 -x210 -x209 -x208 -x207 -x206 -x205 -x204 -x203 -x202 -x201 -x200 -x199 -x198 -x197 -x196 -x195 -x194 
1137.21/1137.41	v -x193 -x192 -x191 -x190 -x189 -x188 -x187 -x186 -x185 -x184 -x183 -x182 -x181 -x180 -x179 -x178 -x177 -x176 -x175 -x174 -x173 
1137.21/1137.41	v x172 -x171 -x170 -x169 -x168 -x167 -x166 -x165 -x164 -x163 -x162 -x161 -x160 -x159 -x158 -x157 -x156 -x155 -x154 -x153 -x152 
1137.21/1137.41	v -x151 -x150 -x149 -x148 -x147 -x146 -x145 -x144 x143 -x142 x141 x140 -x139 -x138 -x137 -x136 -x135 -x134 -x133 x132 -x131 -x130 
1137.21/1137.41	v -x129 -x128 -x127 -x126 -x125 -x124 -x123 -x122 x121 x120 -x119 -x118 -x117 x116 -x115 x114 -x113 -x112 -x111 -x110 -x109 
1137.21/1137.41	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 
1137.21/1137.41	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 
1137.21/1137.41	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 
1137.21/1137.41	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 
1137.21/1137.41	v -x6 -x5 -x4 -x3 x2 -x1 
1137.21/1137.41	c SCIP Status        : problem is solved [optimal solution found]
1137.21/1137.41	c Total Time         :    1137.40
1137.21/1137.41	c   solving          :    1137.40
1137.21/1137.41	c   presolving       :       0.21 (included in solving)
1137.21/1137.41	c   reading          :       0.04 (included in solving)
1137.21/1137.41	c   copying          :       0.04 (2 #copies) (minimal 0.02, maximal 0.02, average 0.02)
1137.21/1137.41	c Original Problem   :
1137.21/1137.41	c   Problem name     : HOME/instance-3693645-1338042407.opb
1137.21/1137.41	c   Variables        : 736 (736 binary, 0 integer, 0 implicit integer, 0 continuous)
1137.21/1137.41	c   Constraints      : 7201 initial, 7201 maximal
1137.21/1137.41	c   Objective sense  : minimize
1137.21/1137.41	c Presolved Problem  :
1137.21/1137.41	c   Problem name     : t_HOME/instance-3693645-1338042407.opb
1137.21/1137.41	c   Variables        : 736 (736 binary, 0 integer, 0 implicit integer, 0 continuous)
1137.21/1137.41	c   Constraints      : 7201 initial, 7201 maximal
1137.21/1137.41	c Presolvers         :   ExecTime  SetupTime  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1137.21/1137.41	c   domcol           :       0.00       0.00          0          0          0          0          0          0          0          0          0
1137.21/1137.41	c   trivial          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1137.21/1137.41	c   dualfix          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1137.21/1137.41	c   boundshift       :       0.00       0.00          0          0          0          0          0          0          0          0          0
1137.21/1137.41	c   inttobinary      :       0.00       0.00          0          0          0          0          0          0          0          0          0
1137.21/1137.41	c   convertinttobin  :       0.00       0.00          0          0          0          0          0          0          0          0          0
1137.21/1137.41	c   gateextraction   :       0.00       0.00          0          0          0          0          0          0          0          0          0
1137.21/1137.41	c   implics          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1137.21/1137.41	c   components       :       0.01       0.00          0          0          0          0          0          0          0          0          0
1137.21/1137.41	c   pseudoobj        :       0.00       0.00          0          0          0          0          0          0          0          0          0
1137.21/1137.41	c   probing          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1137.21/1137.41	c   linear           :       0.07       0.00          0          0          0          0          0          0          0          0          0
1137.21/1137.41	c   logicor          :       0.03       0.06          0          0          0          0          0          0          0          0          0
1137.21/1137.41	c   root node        :          -          -          1          -          -          1          -          -          -          -          -
1137.21/1137.41	c Constraints        :     Number  MaxNumber  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #ResProp    Cutoffs    DomReds       Cuts      Conss   Children
1137.21/1137.41	c   integral         :          0          0          0          0       6809          0        375          0         47       1515          0          0      11788
1137.21/1137.41	c   logicor          :       7201       7201          9      16482          1          0        370          0          0        217          0          0          0
1137.21/1137.41	c   countsols        :          0          0          0          0          1          0        373          0          0          0          0          0          0
1137.21/1137.41	c Constraint Timings :  TotalTime  SetupTime   Separate  Propagate     EnfoLP     EnfoPS      Check    ResProp
1137.21/1137.41	c   integral         :     240.58       0.00       0.00       0.00     240.58       0.00       0.01       0.00
1137.21/1137.41	c   logicor          :       1.74       0.06       0.00       1.61       0.00       0.00       0.06       0.00
1137.21/1137.41	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1137.21/1137.41	c Propagators        : #Propagate   #ResProp    Cutoffs    DomReds
1137.21/1137.41	c   rootredcost      :          1          0          0          0
1137.21/1137.41	c   pseudoobj        :      29716          0          0          0
1137.21/1137.41	c   vbounds          :          0          0          0          0
1137.21/1137.41	c   redcost          :      12080          0          0     834613
1137.21/1137.41	c   probing          :          0          0          0          0
1137.21/1137.41	c Propagator Timings :  TotalTime  SetupTime   Presolve  Propagate    ResProp
1137.21/1137.41	c   rootredcost      :       0.03       0.00       0.00       0.03       0.00
1137.21/1137.41	c   pseudoobj        :       0.11       0.00       0.00       0.11       0.00
1137.21/1137.41	c   vbounds          :       0.03       0.00       0.00       0.03       0.00
1137.21/1137.41	c   redcost          :       1.36       0.00       0.00       1.36       0.00
1137.21/1137.41	c   probing          :       0.00       0.00       0.00       0.00       0.00
1137.21/1137.41	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1137.21/1137.41	c   propagation      :       0.00          0          0          0        0.0          0        0.0          -
1137.21/1137.41	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1137.21/1137.41	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1137.21/1137.41	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1137.21/1137.41	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1137.21/1137.41	c   applied globally :          -          -          -          0        0.0          -          -          -
1137.21/1137.41	c   applied locally  :          -          -          -          0        0.0          -          -          -
1137.21/1137.41	c Separators         :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss
1137.21/1137.41	c   cut pool         :       0.02                     8          -          -          3          -    (maximal pool size: 1402)
1137.21/1137.41	c   closecuts        :       0.00       0.00          0          0          0          0          0
1137.21/1137.41	c   impliedbounds    :       0.00       0.00         10          0          0          0          0
1137.21/1137.41	c   intobj           :       0.00       0.00          0          0          0          0          0
1137.21/1137.41	c   gomory           :      14.03       0.00         10          0          0          0          0
1137.21/1137.41	c   cgmip            :       0.00       0.00          0          0          0          0          0
1137.21/1137.41	c   strongcg         :       7.83       0.00         10          0          0       2368          0
1137.21/1137.41	c   cmir             :       0.18       0.00         10          0          0          0          0
1137.21/1137.41	c   flowcover        :       0.36       0.00         10          0          0          0          0
1137.21/1137.41	c   clique           :       0.00       0.00          1          0          0          0          0
1137.21/1137.41	c   zerohalf         :       0.00       0.00          0          0          0          0          0
1137.21/1137.41	c   mcf              :       0.00       0.00          1          0          0          0          0
1137.21/1137.41	c   oddcycle         :       0.00       0.00          0          0          0          0          0
1137.21/1137.41	c   rapidlearning    :       0.00       0.00          0          0          0          0          0
1137.21/1137.41	c Pricers            :   ExecTime  SetupTime      Calls       Vars
1137.21/1137.41	c   problem variables:       0.00          -          0          0
1137.21/1137.41	c Branching Rules    :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1137.21/1137.41	c   relpscost        :     240.55       0.00       6808         47       1515          0          0      11788
1137.21/1137.41	c   pscost           :       0.00       0.00          0          0          0          0          0          0
1137.21/1137.41	c   inference        :       0.00       0.00          0          0          0          0          0          0
1137.21/1137.41	c   mostinf          :       0.00       0.00          0          0          0          0          0          0
1137.21/1137.41	c   leastinf         :       0.00       0.00          0          0          0          0          0          0
1137.21/1137.41	c   fullstrong       :       0.00       0.00          0          0          0          0          0          0
1137.21/1137.41	c   allfullstrong    :       0.00       0.00          0          0          0          0          0          0
1137.21/1137.41	c   random           :       0.00       0.00          0          0          0          0          0          0
1137.21/1137.41	c Primal Heuristics  :   ExecTime  SetupTime      Calls      Found
1137.21/1137.41	c   LP solutions     :       0.00          -          -          1
1137.21/1137.41	c   pseudo solutions :       0.00          -          -          0
1137.21/1137.41	c   oneopt           :       0.03       0.00          4          1
1137.21/1137.41	c   coefdiving       :      31.61       0.00         87          0
1137.21/1137.41	c   fracdiving       :      24.85       0.00         87          0
1137.21/1137.41	c   veclendiving     :      16.22       0.00         87          0
1137.21/1137.41	c   pscostdiving     :      40.73       0.00         88         36
1137.21/1137.41	c   smallcard        :       0.00       0.00          0          0
1137.21/1137.41	c   trivial          :       0.00       0.00          2          1
1137.21/1137.41	c   shiftandpropagate:       0.00       0.00          0          0
1137.21/1137.41	c   simplerounding   :       0.31       0.00       6816         98
1137.21/1137.41	c   zirounding       :      11.60       0.00       5941        230
1137.21/1137.41	c   rounding         :       3.16       0.00       3483          1
1137.21/1137.41	c   shifting         :       1.19       0.00        914          1
1137.21/1137.41	c   intshifting      :       0.00       0.00          0          0
1137.21/1137.41	c   twoopt           :       0.00       0.00          0          0
1137.21/1137.41	c   indtwoopt        :       0.00       0.00          0          0
1137.21/1137.41	c   indoneopt        :       0.03       0.00          0          0
1137.21/1137.41	c   fixandinfer      :       0.00       0.00          0          0
1137.21/1137.41	c   feaspump         :       0.00       0.00          0          0
1137.21/1137.41	c   clique           :       0.00       0.00          0          0
1137.21/1137.41	c   indcoefdiving    :       0.00       0.00          0          0
1137.21/1137.41	c   indrounding      :       0.00       0.00          0          0
1137.21/1137.41	c   nlpdiving        :       0.00       0.00          0          0
1137.21/1137.41	c   intdiving        :       0.00       0.00          0          0
1137.21/1137.41	c   actconsdiving    :       0.00       0.00          0          0
1137.21/1137.41	c   objpscostdiving  :      16.94       0.00          1          0
1137.21/1137.41	c   rootsoldiving    :       6.31       0.00          6          0
1137.21/1137.41	c   linesearchdiving :      26.06       0.00         57          0
1137.21/1137.41	c   guideddiving     :      29.80       0.00         67          0
1137.21/1137.41	c   octane           :       0.00       0.00          0          0
1137.21/1137.41	c   rens             :      32.87       0.00          1          1
1137.21/1137.41	c   rins             :       0.00       0.00          0          0
1137.21/1137.41	c   localbranching   :       0.00       0.00          0          0
1137.21/1137.41	c   mutation         :       0.00       0.00          0          0
1137.21/1137.41	c   crossover        :       0.13       0.00          1          1
1137.21/1137.41	c   dins             :       0.00       0.00          0          0
1137.21/1137.41	c   vbounds          :       0.00       0.00          0          0
1137.21/1137.41	c   undercover       :       0.00       0.00          0          0
1137.21/1137.41	c   subnlp           :       0.01       0.00          0          0
1137.21/1137.41	c   trysol           :       0.02       0.00          0          0
1137.21/1137.41	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec  Time-0-It Calls-0-It
1137.21/1137.41	c   primal LP        :       0.00          0          0       0.00          -       0.00          0
1137.21/1137.41	c   dual LP          :     617.04      17259    1599687     133.42    2592.53       6.85       5269
1137.21/1137.41	c   lex dual LP      :       0.00          0          0       0.00          -
1137.21/1137.41	c   barrier LP       :       0.00          0          0       0.00          -       0.00          0
1137.21/1137.41	c   diving/probing LP:     184.59      10761     402762      37.43    2181.92
1137.21/1137.41	c   strong branching :     239.91       3396     544230     160.26    2268.49
1137.21/1137.41	c     (at root node) :          -         32      30108     940.88          -
1137.21/1137.41	c   conflict analysis:       0.00          0          0       0.00          -
1137.21/1137.41	c B&B Tree           :
1137.21/1137.41	c   number of runs   :          1
1137.21/1137.41	c   nodes            :      11115
1137.21/1137.41	c   nodes (total)    :      11115
1137.21/1137.41	c   nodes left       :          0
1137.21/1137.41	c   max depth        :         23
1137.21/1137.41	c   max depth (total):         23
1137.21/1137.41	c   backtracks       :       3715 (33.4%)
1137.21/1137.41	c   delayed cutoffs  :          0
1137.21/1137.41	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1137.21/1137.41	c   avg switch length:       5.92
1137.21/1137.41	c   switching time   :       2.47
1137.21/1137.41	c Solution           :
1137.21/1137.41	c   Solutions found  :        371 (7 improvements)
1137.21/1137.41	c   First Solution   : +7.36000000000000e+02   (in run 1, after 0 nodes, 0.07 seconds, depth 0, found by <trivial>)
1137.21/1137.41	c   Primal Bound     : +3.30000000000000e+01   (in run 1, after 4724 nodes, 598.45 seconds, depth 20, found by <relaxation>)
1137.21/1137.41	c   Dual Bound       : +3.30000000000000e+01
1137.21/1137.41	c   Gap              :       0.00 %
1137.21/1137.41	c   Root Dual Bound  : +2.67398352581366e+01
1137.21/1137.41	c   Root Iterations  :       4795
1137.21/1137.43	c Time complete: 1137.24.

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-3693645-1338042407/watcher-3693645-1338042407 -o /tmp/evaluation-result-3693645-1338042407/solver-3693645-1338042407 -C 1800 -W 1900 -M 15500 HOME/scip-2.1.1.4sfix.linux.x86_64.gnu.opt.spx -f HOME/instance-3693645-1338042407.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.04 2.01 2.00 3/178 3538
/proc/meminfo: memFree=27222832/32873844 swapFree=7608/7608
[pid=3538] ppid=3536 vsize=10456 CPUtime=0 cores=1,3,5,7
/proc/3538/stat : 3538 (scip-2.1.1.4sfi) R 3536 3538 30878 0 -1 4202496 1367 0 0 0 0 0 0 0 20 0 1 0 270365505 10706944 1322 33554432000 4194304 10169799 140736320833632 140736320698328 7543003 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3538/statm: 2614 1322 412 1459 0 1146 0

[startup+0.074842 s]
/proc/loadavg: 2.04 2.01 2.00 3/178 3538
/proc/meminfo: memFree=27222832/32873844 swapFree=7608/7608
[pid=3538] ppid=3536 vsize=33492 CPUtime=0.06 cores=1,3,5,7
/proc/3538/stat : 3538 (scip-2.1.1.4sfi) R 3536 3538 30878 0 -1 4202496 6861 0 0 0 6 0 0 0 20 0 1 0 270365505 34295808 6816 33554432000 4194304 10169799 140736320833632 140736320698328 4636667 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3538/statm: 8373 6816 517 1459 0 6905 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 33492

[startup+0.100364 s]
/proc/loadavg: 2.04 2.01 2.00 3/178 3538
/proc/meminfo: memFree=27222832/32873844 swapFree=7608/7608
[pid=3538] ppid=3536 vsize=33644 CPUtime=0.09 cores=1,3,5,7
/proc/3538/stat : 3538 (scip-2.1.1.4sfi) R 3536 3538 30878 0 -1 4202496 6889 0 0 0 8 1 0 0 20 0 1 0 270365505 34451456 6844 33554432000 4194304 10169799 140736320833632 140736320698328 8961143 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3538/statm: 8411 6844 539 1459 0 6943 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 33644

[startup+0.300287 s]
/proc/loadavg: 2.04 2.01 2.00 3/178 3538
/proc/meminfo: memFree=27222832/32873844 swapFree=7608/7608
[pid=3538] ppid=3536 vsize=57592 CPUtime=0.29 cores=1,3,5,7
/proc/3538/stat : 3538 (scip-2.1.1.4sfi) R 3536 3538 30878 0 -1 4202496 13353 0 0 0 25 4 0 0 20 0 1 0 270365505 58974208 12400 33554432000 4194304 10169799 140736320833632 140736320698328 7788063 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3538/statm: 14398 12400 679 1459 0 12930 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 57592

[startup+0.700236 s]
/proc/loadavg: 2.04 2.01 2.00 3/178 3538
/proc/meminfo: memFree=27222832/32873844 swapFree=7608/7608
[pid=3538] ppid=3536 vsize=68700 CPUtime=0.68 cores=1,3,5,7
/proc/3538/stat : 3538 (scip-2.1.1.4sfi) R 3536 3538 30878 0 -1 4202496 16296 0 0 0 64 4 0 0 20 0 1 0 270365505 70348800 14819 33554432000 4194304 10169799 140736320833632 140736320828040 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3538/statm: 17175 14819 718 1459 0 15707 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 68700

[startup+1.50023 s]
/proc/loadavg: 2.03 2.01 2.00 3/179 3539
/proc/meminfo: memFree=27166272/32873844 swapFree=7608/7608
[pid=3538] ppid=3536 vsize=68700 CPUtime=1.49 cores=1,3,5,7
/proc/3538/stat : 3538 (scip-2.1.1.4sfi) R 3536 3538 30878 0 -1 4202496 16401 0 0 0 144 5 0 0 20 0 1 0 270365505 70348800 14911 33554432000 4194304 10169799 140736320833632 140736320828040 8030352 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3538/statm: 17175 14911 718 1459 0 15707 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 68700

[startup+3.10022 s]
/proc/loadavg: 2.03 2.01 2.00 3/179 3539
/proc/meminfo: memFree=27167008/32873844 swapFree=7608/7608
[pid=3538] ppid=3536 vsize=64968 CPUtime=3.08 cores=1,3,5,7
/proc/3538/stat : 3538 (scip-2.1.1.4sfi) R 3536 3538 30878 0 -1 4202496 16711 0 0 0 303 5 0 0 20 0 1 0 270365505 66527232 14626 33554432000 4194304 10169799 140736320833632 140736320829704 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3538/statm: 16242 14626 743 1459 0 14774 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 64968

[startup+6.30022 s]
/proc/loadavg: 2.03 2.01 2.00 3/179 3539
/proc/meminfo: memFree=27153180/32873844 swapFree=7608/7608
[pid=3538] ppid=3536 vsize=79048 CPUtime=6.29 cores=1,3,5,7
/proc/3538/stat : 3538 (scip-2.1.1.4sfi) R 3536 3538 30878 0 -1 4202496 19956 0 0 0 621 8 0 0 20 0 1 0 270365505 80945152 18076 33554432000 4194304 10169799 140736320833632 140736320829704 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3538/statm: 19762 18076 764 1459 0 18294 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 79048

[startup+12.7002 s]
/proc/loadavg: 2.03 2.01 2.00 3/179 3539
/proc/meminfo: memFree=27177844/32873844 swapFree=7608/7608
[pid=3538] ppid=3536 vsize=92784 CPUtime=12.69 cores=1,3,5,7
/proc/3538/stat : 3538 (scip-2.1.1.4sfi) R 3536 3538 30878 0 -1 4202496 23164 0 0 0 1256 13 0 0 20 0 1 0 270365505 95010816 21117 33554432000 4194304 10169799 140736320833632 140736320829704 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3538/statm: 23196 21117 765 1459 0 21728 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 92784

[startup+25.5003 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 3539
/proc/meminfo: memFree=27116556/32873844 swapFree=7608/7608
[pid=3538] ppid=3536 vsize=134312 CPUtime=25.47 cores=1,3,5,7
/proc/3538/stat : 3538 (scip-2.1.1.4sfi) R 3536 3538 30878 0 -1 4202496 34948 0 0 0 2522 25 0 0 20 0 1 0 270365505 137535488 31538 33554432000 4194304 10169799 140736320833632 140736320824472 8030336 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3538/statm: 33578 31538 816 1459 0 32110 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 134312

[startup+51.1004 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 3539
/proc/meminfo: memFree=27113364/32873844 swapFree=7608/7608
[pid=3538] ppid=3536 vsize=134872 CPUtime=51.07 cores=1,3,5,7
/proc/3538/stat : 3538 (scip-2.1.1.4sfi) R 3536 3538 30878 0 -1 4202496 35236 0 0 0 5065 42 0 0 20 0 1 0 270365505 138108928 32164 33554432000 4194304 10169799 140736320833632 140736320825592 8961143 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3538/statm: 33718 32164 817 1459 0 32250 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 134872

[startup+102.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 3540
/proc/meminfo: memFree=27127408/32873844 swapFree=7608/7608
[pid=3538] ppid=3536 vsize=113196 CPUtime=102.27 cores=1,3,5,7
/proc/3538/stat : 3538 (scip-2.1.1.4sfi) R 3536 3538 30878 0 -1 4202496 35262 0 0 0 10167 60 0 0 20 0 1 0 270365505 115912704 27471 33554432000 4194304 10169799 140736320833632 140736320828232 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3538/statm: 28299 27471 840 1459 0 26831 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 113196

[startup+162.3 s]
/proc/loadavg: 2.08 2.02 2.01 3/179 3540
/proc/meminfo: memFree=27121760/32873844 swapFree=7608/7608
[pid=3538] ppid=3536 vsize=112204 CPUtime=162.25 cores=1,3,5,7
/proc/3538/stat : 3538 (scip-2.1.1.4sfi) R 3536 3538 30878 0 -1 4202496 36233 0 0 0 16140 85 0 0 20 0 1 0 270365505 114896896 27226 33554432000 4194304 10169799 140736320833632 140736320828136 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3538/statm: 28051 27226 843 1459 0 26583 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 112204

[startup+222.307 s]
/proc/loadavg: 2.03 2.01 2.00 3/180 3543
/proc/meminfo: memFree=27166980/32873844 swapFree=7608/7608
[pid=3538] ppid=3536 vsize=112204 CPUtime=222.25 cores=1,3,5,7
/proc/3538/stat : 3538 (scip-2.1.1.4sfi) R 3536 3538 30878 0 -1 4202496 36238 0 0 0 22117 108 0 0 20 0 1 0 270365505 114896896 27231 33554432000 4194304 10169799 140736320833632 140736320828040 8030352 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3538/statm: 28051 27231 843 1459 0 26583 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 112204

[startup+282.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 3543
/proc/meminfo: memFree=27121136/32873844 swapFree=7608/7608
[pid=3538] ppid=3536 vsize=112204 CPUtime=282.23 cores=1,3,5,7
/proc/3538/stat : 3538 (scip-2.1.1.4sfi) R 3536 3538 30878 0 -1 4202496 36238 0 0 0 28093 130 0 0 20 0 1 0 270365505 114896896 27231 33554432000 4194304 10169799 140736320833632 140736320828040 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3538/statm: 28051 27231 843 1459 0 26583 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 112204

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 3581
/proc/meminfo: memFree=27919824/32873844 swapFree=7608/7608
[pid=3538] ppid=3536 vsize=112204 CPUtime=342.22 cores=1,3,5,7
/proc/3538/stat : 3538 (scip-2.1.1.4sfi) R 3536 3538 30878 0 -1 4202496 36239 0 0 0 34067 155 0 0 20 0 1 0 270365505 114896896 27233 33554432000 4194304 10169799 140736320833632 140736320831304 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3538/statm: 28051 27233 843 1459 0 26583 0
Current children cumulated CPU time (s) 342.22
Current children cumulated vsize (KiB) 112204

[startup+402.3 s]
/proc/loadavg: 2.17 2.04 2.01 3/179 3582
/proc/meminfo: memFree=27910492/32873844 swapFree=7608/7608
[pid=3538] ppid=3536 vsize=112204 CPUtime=402.22 cores=1,3,5,7
/proc/3538/stat : 3538 (scip-2.1.1.4sfi) R 3536 3538 30878 0 -1 4202496 36239 0 0 0 40039 183 0 0 20 0 1 0 270365505 114896896 27233 33554432000 4194304 10169799 140736320833632 140736320828424 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3538/statm: 28051 27233 843 1459 0 26583 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 112204

[startup+462.3 s]
/proc/loadavg: 2.13 2.05 2.01 3/179 3582
/proc/meminfo: memFree=27910584/32873844 swapFree=7608/7608
[pid=3538] ppid=3536 vsize=112204 CPUtime=462.2 cores=1,3,5,7
/proc/3538/stat : 3538 (scip-2.1.1.4sfi) R 3536 3538 30878 0 -1 4202496 36239 0 0 0 46013 207 0 0 20 0 1 0 270365505 114896896 27233 33554432000 4194304 10169799 140736320833632 140736320827768 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3538/statm: 28051 27233 843 1459 0 26583 0
Current children cumulated CPU time (s) 462.2
Current children cumulated vsize (KiB) 112204

[startup+522.3 s]
/proc/loadavg: 2.14 2.07 2.02 3/179 3582
/proc/meminfo: memFree=27905124/32873844 swapFree=7608/7608
[pid=3538] ppid=3536 vsize=112204 CPUtime=522.2 cores=1,3,5,7
/proc/3538/stat : 3538 (scip-2.1.1.4sfi) R 3536 3538 30878 0 -1 4202496 36239 0 0 0 51988 232 0 0 20 0 1 0 270365505 114896896 27233 33554432000 4194304 10169799 140736320833632 140736320831320 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3538/statm: 28051 27233 843 1459 0 26583 0
Current children cumulated CPU time (s) 522.2
Current children cumulated vsize (KiB) 112204

[startup+582.3 s]
/proc/loadavg: 2.13 2.08 2.02 3/179 3582
/proc/meminfo: memFree=27903444/32873844 swapFree=7608/7608
[pid=3538] ppid=3536 vsize=114016 CPUtime=582.18 cores=1,3,5,7
/proc/3538/stat : 3538 (scip-2.1.1.4sfi) R 3536 3538 30878 0 -1 4202496 36659 0 0 0 57963 255 0 0 20 0 1 0 270365505 116752384 27653 33554432000 4194304 10169799 140736320833632 140736320827672 8044841 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3538/statm: 28504 27653 843 1459 0 27036 0
Current children cumulated CPU time (s) 582.18
Current children cumulated vsize (KiB) 114016

[startup+642.3 s]
/proc/loadavg: 2.16 2.10 2.03 3/179 3582
/proc/meminfo: memFree=27901892/32873844 swapFree=7608/7608
[pid=3538] ppid=3536 vsize=116488 CPUtime=642.18 cores=1,3,5,7
/proc/3538/stat : 3538 (scip-2.1.1.4sfi) R 3536 3538 30878 0 -1 4202496 37035 0 0 0 63936 282 0 0 20 0 1 0 270365505 119283712 28029 33554432000 4194304 10169799 140736320833632 140736320828424 8030352 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3538/statm: 29122 28029 843 1459 0 27654 0
Current children cumulated CPU time (s) 642.18
Current children cumulated vsize (KiB) 116488

[startup+702.3 s]
/proc/loadavg: 2.09 2.09 2.03 3/179 3583
/proc/meminfo: memFree=27900032/32873844 swapFree=7608/7608
[pid=3538] ppid=3536 vsize=117132 CPUtime=702.17 cores=1,3,5,7
/proc/3538/stat : 3538 (scip-2.1.1.4sfi) R 3536 3538 30878 0 -1 4202496 37451 0 0 0 69910 307 0 0 20 0 1 0 270365505 119943168 28445 33554432000 4194304 10169799 140736320833632 140736320828040 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3538/statm: 29283 28445 843 1459 0 27815 0
Current children cumulated CPU time (s) 702.17
Current children cumulated vsize (KiB) 117132

[startup+762.3 s]
/proc/loadavg: 2.15 2.10 2.03 3/179 3583
/proc/meminfo: memFree=27900652/32873844 swapFree=7608/7608
[pid=3538] ppid=3536 vsize=117196 CPUtime=762.16 cores=1,3,5,7
/proc/3538/stat : 3538 (scip-2.1.1.4sfi) R 3536 3538 30878 0 -1 4202496 42754 0 0 0 75885 331 0 0 20 0 1 0 270365505 120008704 28406 33554432000 4194304 10169799 140736320833632 140736320828616 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3538/statm: 29299 28406 843 1459 0 27831 0
Current children cumulated CPU time (s) 762.16
Current children cumulated vsize (KiB) 117196

[startup+822.3 s]
/proc/loadavg: 2.08 2.09 2.03 3/180 3586
/proc/meminfo: memFree=27900580/32873844 swapFree=7608/7608
[pid=3538] ppid=3536 vsize=112204 CPUtime=822.15 cores=1,3,5,7
/proc/3538/stat : 3538 (scip-2.1.1.4sfi) R 3536 3538 30878 0 -1 4202496 46298 0 0 0 81855 360 0 0 20 0 1 0 270365505 114896896 27233 33554432000 4194304 10169799 140736320833632 140736320828040 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3538/statm: 28051 27233 843 1459 0 26583 0
Current children cumulated CPU time (s) 822.15
Current children cumulated vsize (KiB) 112204

[startup+882.307 s]
/proc/loadavg: 2.07 2.09 2.03 3/179 3586
/proc/meminfo: memFree=27900960/32873844 swapFree=7608/7608
[pid=3538] ppid=3536 vsize=117236 CPUtime=882.15 cores=1,3,5,7
/proc/3538/stat : 3538 (scip-2.1.1.4sfi) R 3536 3538 30878 0 -1 4202496 68236 0 0 0 87821 394 0 0 20 0 1 0 270365505 120049664 28458 33554432000 4194304 10169799 140736320833632 140736320828040 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3538/statm: 29309 28458 843 1459 0 27841 0
Current children cumulated CPU time (s) 882.15
Current children cumulated vsize (KiB) 117236

[startup+942.3 s]
/proc/loadavg: 2.02 2.07 2.02 3/179 3586
/proc/meminfo: memFree=27908776/32873844 swapFree=7608/7608
[pid=3538] ppid=3536 vsize=117056 CPUtime=942.13 cores=1,3,5,7
/proc/3538/stat : 3538 (scip-2.1.1.4sfi) R 3536 3538 30878 0 -1 4202496 95376 0 0 0 93787 426 0 0 20 0 1 0 270365505 119865344 28400 33554432000 4194304 10169799 140736320833632 140736320830152 8961143 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3538/statm: 29264 28400 843 1459 0 27796 0
Current children cumulated CPU time (s) 942.13
Current children cumulated vsize (KiB) 117056

[startup+1002.3 s]
/proc/loadavg: 2.01 2.05 2.02 3/179 3587
/proc/meminfo: memFree=27906976/32873844 swapFree=7608/7608
[pid=3538] ppid=3536 vsize=118992 CPUtime=1002.12 cores=1,3,5,7
/proc/3538/stat : 3538 (scip-2.1.1.4sfi) R 3536 3538 30878 0 -1 4202496 114406 0 0 0 99756 456 0 0 20 0 1 0 270365505 121847808 28876 33554432000 4194304 10169799 140736320833632 140736320828232 8030352 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3538/statm: 29748 28876 843 1459 0 28280 0
Current children cumulated CPU time (s) 1002.12
Current children cumulated vsize (KiB) 118992

[startup+1062.3 s]
/proc/loadavg: 2.00 2.04 2.01 3/179 3587
/proc/meminfo: memFree=27905360/32873844 swapFree=7608/7608
[pid=3538] ppid=3536 vsize=119116 CPUtime=1062.11 cores=1,3,5,7
/proc/3538/stat : 3538 (scip-2.1.1.4sfi) R 3536 3538 30878 0 -1 4202496 142750 0 0 0 105725 486 0 0 20 0 1 0 270365505 121974784 28922 33554432000 4194304 10169799 140736320833632 140736320828040 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3538/statm: 29779 28922 843 1459 0 28311 0
Current children cumulated CPU time (s) 1062.11
Current children cumulated vsize (KiB) 119116

[startup+1122.3 s]
/proc/loadavg: 2.00 2.03 2.01 3/180 3588
/proc/meminfo: memFree=27906900/32873844 swapFree=7608/7608
[pid=3538] ppid=3536 vsize=118780 CPUtime=1122.1 cores=1,3,5,7
/proc/3538/stat : 3538 (scip-2.1.1.4sfi) R 3536 3538 30878 0 -1 4202496 181825 0 0 0 111691 519 0 0 20 0 1 0 270365505 121630720 28589 33554432000 4194304 10169799 140736320833632 140736320828696 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3538/statm: 29695 28589 843 1459 0 28227 0
Current children cumulated CPU time (s) 1122.1
Current children cumulated vsize (KiB) 118780

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

[startup+1126.4 s]
/proc/loadavg: 2.00 2.03 2.01 3/180 3588
/proc/meminfo: memFree=27906776/32873844 swapFree=7608/7608
[pid=3538] ppid=3536 vsize=118840 CPUtime=1126.21 cores=1,3,5,7
/proc/3538/stat : 3538 (scip-2.1.1.4sfi) R 3536 3538 30878 0 -1 4202496 188037 0 0 0 112098 523 0 0 20 0 1 0 270365505 121692160 28611 33554432000 4194304 10169799 140736320833632 140736320828136 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3538/statm: 29710 28611 843 1459 0 28242 0
Current children cumulated CPU time (s) 1126.21
Current children cumulated vsize (KiB) 118840

[startup+1132.8 s]
/proc/loadavg: 2.00 2.03 2.01 3/180 3588
/proc/meminfo: memFree=27905288/32873844 swapFree=7608/7608
[pid=3538] ppid=3536 vsize=117216 CPUtime=1132.6 cores=1,3,5,7
/proc/3538/stat : 3538 (scip-2.1.1.4sfi) R 3536 3538 30878 0 -1 4202496 194100 0 0 0 112733 527 0 0 20 0 1 0 270365505 120029184 28485 33554432000 4194304 10169799 140736320833632 140736320828424 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3538/statm: 29304 28485 843 1459 0 27836 0
Current children cumulated CPU time (s) 1132.6
Current children cumulated vsize (KiB) 117216

[startup+1136 s]
/proc/loadavg: 2.00 2.03 2.01 3/180 3588
/proc/meminfo: memFree=27908016/32873844 swapFree=7608/7608
[pid=3538] ppid=3536 vsize=117792 CPUtime=1135.8 cores=1,3,5,7
/proc/3538/stat : 3538 (scip-2.1.1.4sfi) R 3536 3538 30878 0 -1 4202496 195389 0 0 0 113051 529 0 0 20 0 1 0 270365505 120619008 28404 33554432000 4194304 10169799 140736320833632 140736320828040 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3538/statm: 29448 28404 843 1459 0 27980 0
Current children cumulated CPU time (s) 1135.8
Current children cumulated vsize (KiB) 117792

[startup+1136.8 s]
/proc/loadavg: 2.00 2.03 2.01 3/180 3588
/proc/meminfo: memFree=27906776/32873844 swapFree=7608/7608
[pid=3538] ppid=3536 vsize=119136 CPUtime=1136.6 cores=1,3,5,7
/proc/3538/stat : 3538 (scip-2.1.1.4sfi) R 3536 3538 30878 0 -1 4202496 195637 0 0 0 113131 529 0 0 20 0 1 0 270365505 121995264 28652 33554432000 4194304 10169799 140736320833632 140736320828424 8030352 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3538/statm: 29784 28652 843 1459 0 28316 0
Current children cumulated CPU time (s) 1136.6
Current children cumulated vsize (KiB) 119136

[startup+1137.2 s]
/proc/loadavg: 2.00 2.03 2.01 3/180 3588
/proc/meminfo: memFree=27906776/32873844 swapFree=7608/7608
[pid=3538] ppid=3536 vsize=119136 CPUtime=1137 cores=1,3,5,7
/proc/3538/stat : 3538 (scip-2.1.1.4sfi) R 3536 3538 30878 0 -1 4202496 195637 0 0 0 113170 530 0 0 20 0 1 0 270365505 121995264 28652 33554432000 4194304 10169799 140736320833632 140736320828424 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3538/statm: 29784 28652 843 1459 0 28316 0
Current children cumulated CPU time (s) 1137
Current children cumulated vsize (KiB) 119136

[startup+1137.4 s]
/proc/loadavg: 2.00 2.03 2.01 3/180 3588
/proc/meminfo: memFree=27906652/32873844 swapFree=7608/7608
[pid=3538] ppid=3536 vsize=119136 CPUtime=1137.21 cores=1,3,5,7
/proc/3538/stat : 3538 (scip-2.1.1.4sfi) R 3536 3538 30878 0 -1 4202496 195637 0 0 0 113191 530 0 0 20 0 1 0 270365505 121995264 28652 33554432000 4194304 10169799 140736320833632 140736320828424 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3538/statm: 29784 28652 843 1459 0 28316 0
Current children cumulated CPU time (s) 1137.21
Current children cumulated vsize (KiB) 119136

Child status: 0
Real time (s): 1137.44
CPU time (s): 1137.25
CPU user time (s): 1131.94
CPU system time (s): 5.30819
CPU usage (%): 99.9833
Max. virtual memory (cumulated for all children) (KiB): 134872

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1131.94
system time used= 5.30819
maximum resident set size= 129936
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 195641
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= 22
involuntary context switches= 1168

runsolver used 1.9857 second user time and 5.33519 second system time

The end

Launcher Data

Begin job on node135 at 2012-05-26 16:26:47
IDJOB=3693645
IDBENCH=89859
IDSOLVER=2272
FILE ID=node135/3693645-1338042407
RUNJOBID= node135-1338017247-31466
PBS_JOBID= 14624262
Free space on /tmp= 71492 MiB

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

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

MD5SUM BENCH= 19a2dfea334d8fb7f32d77f6785ba1fe
RANDOM SEED=993082292

node135.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.820
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.64
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.820
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	: 5332.57
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.820
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	: 5332.55
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.820
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	: 5332.55
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.820
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	: 5332.54
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.820
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	: 5332.55
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.820
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	: 5238.35
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.820
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	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        27222724 kB
Buffers:          259200 kB
Cached:          3729364 kB
SwapCached:            0 kB
Active:          1805732 kB
Inactive:        3062180 kB
Active(anon):     881796 kB
Inactive(anon):        0 kB
Active(file):     923936 kB
Inactive(file):  3062180 kB
Unevictable:        7608 kB
Mlocked:            7608 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             14004 kB
Writeback:             0 kB
AnonPages:        903148 kB
Mapped:            17748 kB
Shmem:               212 kB
Slab:             639980 kB
SReclaimable:      82152 kB
SUnreclaim:       557828 kB
KernelStack:        1488 kB
PageTables:         6108 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1012292 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:    720896 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71488 MiB
End job on node135 at 2012-05-26 16:45:45