Trace number 3693147

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 fixedOPT100 17.3744 17.3894

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/
primes-dimacs-cnf/normalized-aim-100-6_0-yes1-1.opb
MD5SUMddad9041bd4289151f7a18bb8ca7a5ec
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark100
Best CPU time to get the best result obtained on this benchmark0.002998
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 100
Optimality of the best value was proved YES
Number of variables200
Total number of constraints700
Number of constraints which are clauses697
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints3
Minimum length of a constraint2
Maximum length of a constraint3
Number of terms in the objective function 200
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 200
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 200
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

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-3693147-1338031431.opb>
0.00/0.01	c original problem has 200 variables (200 bin, 0 int, 0 impl, 0 cont) and 700 constraints
0.00/0.01	c problem read in 0.00
0.00/0.01	c presolving:
0.00/0.01	c (round 1) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 3 chg coeffs, 0 upgd conss, 224 impls, 0 clqs
0.00/0.03	c (round 2) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 3 chg coeffs, 700 upgd conss, 224 impls, 0 clqs
0.00/0.03	c    (0.0s) probing: 51/200 (25.5%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.00/0.03	c    (0.0s) probing aborted: 50/50 successive totally useless probings
0.00/0.03	c presolving (3 rounds):
0.00/0.03	c  0 deleted vars, 0 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 3 changed coefficients
0.00/0.03	c  224 implications, 0 cliques
0.00/0.03	c presolved problem has 200 variables (200 bin, 0 int, 0 impl, 0 cont) and 700 constraints
0.00/0.03	c     103 constraints of type <setppc>
0.00/0.03	c     597 constraints of type <logicor>
0.00/0.03	c transformed objective value is always integral (scale: 1)
0.00/0.03	c Presolving Time: 0.02
0.00/0.03	c - non default parameters ----------------------------------------------------------------------
0.00/0.03	c # SCIP version 2.1.1.4
0.00/0.03	c 
0.00/0.03	c # maximal time in seconds to run
0.00/0.03	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.03	c limits/time = 1797
0.00/0.03	c 
0.00/0.03	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.03	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.03	c limits/memory = 13950
0.00/0.03	c 
0.00/0.03	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.00/0.03	c # [type: int, range: [1,2], default: 1]
0.00/0.03	c timing/clocktype = 2
0.00/0.03	c 
0.00/0.03	c # belongs reading time to solving time?
0.00/0.03	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.03	c timing/reading = TRUE
0.00/0.03	c 
0.00/0.03	c -----------------------------------------------------------------------------------------------
0.00/0.03	c start solving
0.00/0.03	c 
0.00/0.06	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.00/0.06	c   0.1s|     1 |     0 |   510 |     - |1486k|   0 | 200 | 200 | 715 | 200 | 700 |   0 |  15 |   0 | 6.733333e+01 |      --      |    Inf 
0.18/0.29	o 100
0.18/0.29	c F 0.3s|     1 |     0 |  3463 |     - |1526k|   0 |   0 | 200 | 715 | 200 | 700 |   0 |  15 |   0 | 6.733333e+01 | 1.000000e+02 |  48.51%
0.38/0.40	c   0.4s|     1 |     0 |  4236 |     - |2981k|   0 | 200 | 200 | 715 | 200 | 702 |   2 |  15 |   0 | 6.788889e+01 | 1.000000e+02 |  47.30%
0.38/0.49	c   0.5s|     1 |     0 |  4950 |     - |4327k|   0 | 200 | 200 | 715 | 200 | 703 |   3 |  15 |   0 | 6.806667e+01 | 1.000000e+02 |  46.91%
0.48/0.58	c   0.6s|     1 |     0 |  5292 |     - |6084k|   0 | 200 | 200 | 715 | 200 | 704 |   4 |  15 |   0 | 6.816667e+01 | 1.000000e+02 |  46.70%
0.58/0.65	c   0.7s|     1 |     0 |  5523 |     - |7738k|   0 | 200 | 200 | 715 | 200 | 705 |   5 |  15 |   0 | 6.824000e+01 | 1.000000e+02 |  46.54%
0.68/0.75	c   0.7s|     1 |     0 |  6115 |     - |9293k|   0 | 200 | 200 | 715 | 200 | 706 |   6 |  15 |   0 | 6.829825e+01 | 1.000000e+02 |  46.42%
0.79/0.88	c   0.9s|     1 |     0 |  7256 |     - |  10M|   0 | 200 | 200 | 715 | 200 | 707 |   7 |  15 |   0 | 6.837037e+01 | 1.000000e+02 |  46.26%
0.89/0.96	c   1.0s|     1 |     0 |  7499 |     - |  12M|   0 | 200 | 200 | 715 | 200 | 708 |   8 |  15 |   0 | 6.844828e+01 | 1.000000e+02 |  46.10%
0.99/1.05	c   1.0s|     1 |     0 |  7952 |     - |  13M|   0 | 200 | 200 | 715 | 200 | 709 |   9 |  15 |   0 | 6.850256e+01 | 1.000000e+02 |  45.98%
1.09/1.12	c   1.1s|     1 |     0 |  8158 |     - |  15M|   0 | 200 | 200 | 715 | 200 | 710 |  10 |  15 |   0 | 6.853179e+01 | 1.000000e+02 |  45.92%
1.18/1.21	c   1.2s|     1 |     0 |  8437 |     - |  16M|   0 | 200 | 200 | 715 | 200 | 711 |  11 |  15 |   0 | 6.856778e+01 | 1.000000e+02 |  45.84%
1.28/1.30	c   1.3s|     1 |     0 |  9197 |     - |  18M|   0 | 200 | 200 | 715 | 200 | 712 |  12 |  15 |   0 | 6.859770e+01 | 1.000000e+02 |  45.78%
1.39/1.40	c   1.4s|     1 |     0 | 10167 |     - |  19M|   0 | 200 | 200 | 715 | 200 | 713 |  13 |  15 |   0 | 6.861976e+01 | 1.000000e+02 |  45.73%
1.39/1.48	c   1.5s|     1 |     0 | 10830 |     - |  21M|   0 | 200 | 200 | 715 | 200 | 714 |  14 |  15 |   0 | 6.864066e+01 | 1.000000e+02 |  45.69%
1.48/1.55	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1.48/1.55	c   1.5s|     1 |     0 | 11233 |     - |  22M|   0 | 200 | 200 | 715 | 200 | 715 |  15 |  15 |   0 | 6.865442e+01 | 1.000000e+02 |  45.66%
1.58/1.62	c   1.6s|     1 |     0 | 11755 |     - |  23M|   0 | 200 | 200 | 715 | 200 | 716 |  16 |  15 |   0 | 6.866152e+01 | 1.000000e+02 |  45.64%
1.68/1.76	c   1.8s|     1 |     0 | 13175 |     - |  25M|   0 | 200 | 200 | 715 | 200 | 717 |  17 |  15 |   0 | 6.867344e+01 | 1.000000e+02 |  45.62%
1.78/1.87	c   1.9s|     1 |     0 | 14194 |     - |  26M|   0 | 200 | 200 | 715 | 200 | 718 |  18 |  15 |   0 | 6.867957e+01 | 1.000000e+02 |  45.60%
1.88/1.94	c   1.9s|     1 |     0 | 14714 |     - |  26M|   0 | 200 | 200 | 715 | 200 | 719 |  19 |  15 |   0 | 6.868231e+01 | 1.000000e+02 |  45.60%
1.98/2.10	c   2.1s|     1 |     0 | 16275 |     - |  27M|   0 | 200 | 200 | 715 | 200 | 720 |  20 |  15 |   0 | 6.868979e+01 | 1.000000e+02 |  45.58%
2.19/2.24	c   2.2s|     1 |     0 | 17630 |     - |  28M|   0 | 200 | 200 | 715 | 200 | 719 |  21 |  15 |   0 | 6.870030e+01 | 1.000000e+02 |  45.56%
2.19/2.29	c   2.3s|     1 |     0 | 18104 |     - |  28M|   0 | 200 | 200 | 715 | 200 | 720 |  22 |  15 |   0 | 6.870225e+01 | 1.000000e+02 |  45.56%
2.29/2.32	c   2.3s|     1 |     0 | 18317 |     - |  28M|   0 | 200 | 200 | 715 | 200 | 721 |  23 |  15 |   0 | 6.870299e+01 | 1.000000e+02 |  45.55%
2.29/2.34	c   2.3s|     1 |     0 | 18446 |     - |  28M|   0 | 200 | 200 | 715 | 200 | 722 |  24 |  15 |   0 | 6.870319e+01 | 1.000000e+02 |  45.55%
2.29/2.37	c   2.4s|     1 |     0 | 18720 |     - |  28M|   0 | 200 | 200 | 715 | 200 | 723 |  25 |  15 |   0 | 6.870334e+01 | 1.000000e+02 |  45.55%
2.29/2.38	c   2.4s|     1 |     0 | 18762 |     - |  28M|   0 | 200 | 200 | 715 | 200 | 724 |  26 |  15 |   0 | 6.870343e+01 | 1.000000e+02 |  45.55%
5.88/5.98	c   6.0s|     1 |     2 | 18762 |     - |  28M|   0 | 200 | 200 | 715 | 200 | 724 |  26 |  15 |  39 | 6.870343e+01 | 1.000000e+02 |  45.55%
17.27/17.37	c 
17.27/17.37	c SCIP Status        : problem is solved [optimal solution found]
17.27/17.37	c Solving Time (sec) : 17.37
17.27/17.37	c Solving Nodes      : 68
17.27/17.37	c Primal Bound       : +1.00000000000000e+02 (1 solutions)
17.27/17.37	c Dual Bound         : +1.00000000000000e+02
17.27/17.37	c Gap                : 0.00 %
17.27/17.37	s OPTIMUM FOUND
17.27/17.37	v x200 -x199 x198 -x197 -x196 x195 x194 -x193 -x192 x191 x190 -x189 x188 -x187 -x186 x185 -x184 x183 -x182 x181 -x180 x179 -x178 
17.27/17.37	v x177 -x176 x175 -x174 x173 x172 -x171 -x170 x169 -x168 x167 x166 -x165 x164 -x163 x162 -x161 x160 -x159 -x158 x157 -x156 x155 
17.27/17.37	v -x154 x153 -x152 x151 -x150 x149 x148 -x147 -x146 x145 -x144 x143 -x142 x141 x140 -x139 x138 -x137 -x136 x135 x134 -x133 x132 
17.27/17.37	v -x131 x130 -x129 -x128 x127 x126 -x125 -x124 x123 x122 -x121 x120 -x119 -x118 x117 x116 -x115 -x114 x113 -x112 x111 x110 -x109 
17.27/17.37	v -x108 x107 x106 -x105 -x104 x103 x102 -x101 x100 -x99 x98 -x97 x96 -x95 x94 -x93 x92 -x91 -x90 x89 x88 -x87 -x86 x85 x84 
17.27/17.37	v -x83 x82 -x81 -x80 x79 x78 -x77 x76 -x75 -x74 x73 x72 -x71 x70 -x69 x68 -x67 x66 -x65 x64 -x63 x62 -x61 x60 -x59 -x58 x57 -x56 
17.27/17.37	v x55 -x54 x53 x52 -x51 x50 -x49 -x48 x47 x46 -x45 -x44 x43 x42 -x41 x40 -x39 -x38 x37 x36 -x35 x34 -x33 -x32 x31 -x30 x29 -x28 
17.27/17.37	v x27 x26 -x25 -x24 x23 -x22 x21 x20 -x19 -x18 x17 -x16 x15 x14 -x13 -x12 x11 x10 -x9 x8 -x7 -x6 x5 x4 -x3 x2 -x1 
17.27/17.37	c SCIP Status        : problem is solved [optimal solution found]
17.27/17.37	c Total Time         :      17.37
17.27/17.37	c   solving          :      17.37
17.27/17.37	c   presolving       :       0.02 (included in solving)
17.27/17.37	c   reading          :       0.00 (included in solving)
17.27/17.37	c   copying          :       0.00 (1 #copies) (minimal 0.00, maximal 0.00, average 0.00)
17.27/17.37	c Original Problem   :
17.27/17.37	c   Problem name     : HOME/instance-3693147-1338031431.opb
17.27/17.37	c   Variables        : 200 (200 binary, 0 integer, 0 implicit integer, 0 continuous)
17.27/17.37	c   Constraints      : 700 initial, 700 maximal
17.27/17.37	c   Objective sense  : minimize
17.27/17.37	c Presolved Problem  :
17.27/17.37	c   Problem name     : t_HOME/instance-3693147-1338031431.opb
17.27/17.37	c   Variables        : 200 (200 binary, 0 integer, 0 implicit integer, 0 continuous)
17.27/17.37	c   Constraints      : 700 initial, 767 maximal
17.27/17.37	c Presolvers         :   ExecTime  SetupTime  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
17.27/17.37	c   domcol           :       0.00       0.00          0          0          0          0          0          0          0          0          0
17.27/17.38	c   trivial          :       0.00       0.00          0          0          0          0          0          0          0          0          0
17.27/17.38	c   dualfix          :       0.00       0.00          0          0          0          0          0          0          0          0          0
17.27/17.38	c   boundshift       :       0.00       0.00          0          0          0          0          0          0          0          0          0
17.27/17.38	c   inttobinary      :       0.00       0.00          0          0          0          0          0          0          0          0          0
17.27/17.38	c   convertinttobin  :       0.00       0.00          0          0          0          0          0          0          0          0          0
17.27/17.38	c   gateextraction   :       0.00       0.00          0          0          0          0          0          0          0          0          0
17.27/17.38	c   implics          :       0.00       0.00          0          0          0          0          0          0          0          0          0
17.27/17.38	c   components       :       0.00       0.00          0          0          0          0          0          0          0          0          0
17.27/17.38	c   pseudoobj        :       0.00       0.00          0          0          0          0          0          0          0          0          0
17.27/17.38	c   probing          :       0.00       0.00          0          0          0          0          0          0          0          0          0
17.27/17.38	c   setppc           :       0.00       0.00          0          0          0          0          0          0          0          0          0
17.27/17.38	c   linear           :       0.01       0.00          0          0          0          0          0          0          0          0          3
17.27/17.38	c   logicor          :       0.01       0.00          0          0          0          0          0          0          0          0          0
17.27/17.38	c   root node        :          -          -          1          -          -          1          -          -          -          -          -
17.27/17.38	c Constraints        :     Number  MaxNumber  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #ResProp    Cutoffs    DomReds       Cuts      Conss   Children
17.27/17.38	c   integral         :          0          0          0          0         50          0          7          0          0          3          0          0         94
17.27/17.38	c   setppc           :        103        103         25        597          0          0          4        625         22        841          0          0          0
17.27/17.38	c   logicor          :        597+       665         25        431          0          0          1        508         29        974          1          0          0
17.27/17.38	c   countsols        :          0          0          0          0          0          0          3          0          0          0          0          0          0
17.27/17.38	c Constraint Timings :  TotalTime  SetupTime   Separate  Propagate     EnfoLP     EnfoPS      Check    ResProp
17.27/17.38	c   integral         :      12.86       0.00       0.00       0.00      12.86       0.00       0.00       0.00
17.27/17.38	c   setppc           :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
17.27/17.38	c   logicor          :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
17.27/17.38	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
17.27/17.38	c Propagators        : #Propagate   #ResProp    Cutoffs    DomReds
17.27/17.38	c   rootredcost      :          1          0          0          0
17.27/17.38	c   pseudoobj        :        548          0          1          0
17.27/17.38	c   vbounds          :          0          0          0          0
17.27/17.38	c   redcost          :         75          0          0          0
17.27/17.38	c   probing          :          0          0          0          0
17.27/17.38	c Propagator Timings :  TotalTime  SetupTime   Presolve  Propagate    ResProp
17.27/17.38	c   rootredcost      :       0.00       0.00       0.00       0.00       0.00
17.27/17.38	c   pseudoobj        :       0.00       0.00       0.00       0.00       0.00
17.27/17.38	c   vbounds          :       0.00       0.00       0.00       0.00       0.00
17.27/17.38	c   redcost          :       0.00       0.00       0.00       0.00       0.00
17.27/17.38	c   probing          :       0.00       0.00       0.00       0.00       0.00
17.27/17.38	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
17.27/17.38	c   propagation      :       0.00         51         48         82        4.9          2        3.0          -
17.27/17.38	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
17.27/17.38	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
17.27/17.38	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
17.27/17.38	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
17.27/17.38	c   applied globally :          -          -          -         68        4.6          -          -          -
17.27/17.38	c   applied locally  :          -          -          -          0        0.0          -          -          -
17.27/17.38	c Separators         :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss
17.27/17.38	c   cut pool         :       0.05                    24          -          -       2725          -    (maximal pool size: 5637)
17.27/17.38	c   closecuts        :       0.00       0.00          0          0          0          0          0
17.27/17.38	c   impliedbounds    :       0.00       0.00         25          0          0          0          0
17.27/17.38	c   intobj           :       0.00       0.00          0          0          0          0          0
17.27/17.38	c   gomory           :       0.21       0.00         10          0          0          0          0
17.27/17.38	c   cgmip            :       0.00       0.00          0          0          0          0          0
17.27/17.38	c   strongcg         :       0.53       0.00         20          0          0       6271          0
17.27/17.38	c   cmir             :       0.02       0.00         10          0          0          0          0
17.27/17.38	c   flowcover        :       0.03       0.00         10          0          0          0          0
17.27/17.38	c   clique           :       0.00       0.00          1          0          0          0          0
17.27/17.38	c   zerohalf         :       0.00       0.00          0          0          0          0          0
17.27/17.38	c   mcf              :       0.00       0.00          1          0          0          0          0
17.27/17.38	c   oddcycle         :       0.00       0.00          0          0          0          0          0
17.27/17.38	c   rapidlearning    :       0.00       0.00          0          0          0          0          0
17.27/17.38	c Pricers            :   ExecTime  SetupTime      Calls       Vars
17.27/17.38	c   problem variables:       0.00          -          0          0
17.27/17.38	c Branching Rules    :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss   Children
17.27/17.38	c   relpscost        :      12.86       0.00         50          0          3          0          0         94
17.27/17.38	c   pscost           :       0.00       0.00          0          0          0          0          0          0
17.27/17.38	c   inference        :       0.00       0.00          0          0          0          0          0          0
17.27/17.38	c   mostinf          :       0.00       0.00          0          0          0          0          0          0
17.27/17.38	c   leastinf         :       0.00       0.00          0          0          0          0          0          0
17.27/17.38	c   fullstrong       :       0.00       0.00          0          0          0          0          0          0
17.27/17.38	c   allfullstrong    :       0.00       0.00          0          0          0          0          0          0
17.27/17.38	c   random           :       0.00       0.00          0          0          0          0          0          0
17.27/17.38	c Primal Heuristics  :   ExecTime  SetupTime      Calls      Found
17.27/17.38	c   LP solutions     :       0.00          -          -          0
17.27/17.38	c   pseudo solutions :       0.00          -          -          0
17.27/17.38	c   crossover        :       0.00       0.00          0          0
17.27/17.38	c   coefdiving       :       0.00       0.00          0          0
17.27/17.38	c   pscostdiving     :       0.00       0.00          0          0
17.27/17.38	c   fracdiving       :       0.00       0.00          0          0
17.27/17.38	c   veclendiving     :       0.00       0.00          0          0
17.27/17.38	c   objpscostdiving  :       0.00       0.00          0          0
17.27/17.38	c   rootsoldiving    :       0.00       0.00          0          0
17.27/17.38	c   linesearchdiving :       0.00       0.00          0          0
17.27/17.38	c   guideddiving     :       0.00       0.00          0          0
17.27/17.38	c   intshifting      :       0.00       0.00          0          0
17.27/17.38	c   oneopt           :       0.00       0.00          1          0
17.27/17.38	c   smallcard        :       0.00       0.00          0          0
17.27/17.38	c   trivial          :       0.00       0.00          2          0
17.27/17.38	c   shiftandpropagate:       0.00       0.00          1          0
17.27/17.38	c   simplerounding   :       0.00       0.00          0          0
17.27/17.38	c   zirounding       :       0.00       0.00         47          0
17.27/17.38	c   rounding         :       0.01       0.00         75          0
17.27/17.38	c   shifting         :       0.01       0.00         27          0
17.27/17.38	c   twoopt           :       0.00       0.00          0          0
17.27/17.38	c   indtwoopt        :       0.00       0.00          0          0
17.27/17.38	c   indoneopt        :       0.00       0.00          0          0
17.27/17.38	c   fixandinfer      :       0.00       0.00          0          0
17.27/17.38	c   feaspump         :       0.23       0.00          1          1
17.27/17.38	c   clique           :       0.00       0.00          0          0
17.27/17.38	c   indcoefdiving    :       0.00       0.00          0          0
17.27/17.38	c   indrounding      :       0.00       0.00          0          0
17.27/17.38	c   nlpdiving        :       0.00       0.00          0          0
17.27/17.38	c   intdiving        :       0.00       0.00          0          0
17.27/17.38	c   actconsdiving    :       0.00       0.00          0          0
17.27/17.38	c   octane           :       0.00       0.00          0          0
17.27/17.38	c   rens             :       0.01       0.00          0          0
17.27/17.38	c   rins             :       0.00       0.00          0          0
17.27/17.38	c   localbranching   :       0.00       0.00          0          0
17.27/17.38	c   mutation         :       0.00       0.00          0          0
17.27/17.38	c   dins             :       0.00       0.00          0          0
17.27/17.38	c   vbounds          :       0.00       0.00          0          0
17.27/17.38	c   undercover       :       0.00       0.00          0          0
17.27/17.38	c   subnlp           :       0.00       0.00          0          0
17.27/17.38	c   trysol           :       0.00       0.00          0          0
17.27/17.38	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec  Time-0-It Calls-0-It
17.27/17.38	c   primal LP        :       0.00          1          0       0.00          -       0.00          1
17.27/17.38	c   dual LP          :       3.33         76      45368     604.91   13639.29       0.00          1
17.27/17.38	c   lex dual LP      :       0.00          0          0       0.00          -
17.27/17.38	c   barrier LP       :       0.00          0          0       0.00          -       0.00          0
17.27/17.38	c   diving/probing LP:       0.23         21       2953     140.62   12893.73
17.27/17.38	c   strong branching :      12.86        191     167173     875.25   13002.84
17.27/17.38	c     (at root node) :          -         39      39000    1000.00          -
17.27/17.38	c   conflict analysis:       0.00          0          0       0.00          -
17.27/17.38	c B&B Tree           :
17.27/17.38	c   number of runs   :          1
17.27/17.38	c   nodes            :         68
17.27/17.38	c   nodes (total)    :         68
17.27/17.38	c   nodes left       :          0
17.27/17.38	c   max depth        :         11
17.27/17.38	c   max depth (total):         11
17.27/17.38	c   backtracks       :         18 (26.5%)
17.27/17.38	c   delayed cutoffs  :         27
17.27/17.38	c   repropagations   :         56 (894 domain reductions, 16 cutoffs)
17.27/17.38	c   avg switch length:       3.26
17.27/17.38	c   switching time   :       0.00
17.27/17.38	c Solution           :
17.27/17.38	c   Solutions found  :          1 (1 improvements)
17.27/17.38	c   First Solution   : +1.00000000000000e+02   (in run 1, after 1 nodes, 0.29 seconds, depth 0, found by <feaspump>)
17.27/17.38	c   Primal Bound     : +1.00000000000000e+02   (in run 1, after 1 nodes, 0.29 seconds, depth 0, found by <feaspump>)
17.27/17.38	c   Dual Bound       : +1.00000000000000e+02
17.27/17.38	c   Gap              :       0.00 %
17.27/17.38	c   Root Dual Bound  : +6.87034297991434e+01
17.27/17.38	c   Root Iterations  :      18762
17.27/17.38	c Time complete: 17.37.

Verifier Data

OK	100

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

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.01 2.02 1.85 3/170 2458
/proc/meminfo: memFree=28451156/32873844 swapFree=7356/7356
[pid=2458] ppid=2456 vsize=11812 CPUtime=0 cores=0,2,4,6
/proc/2458/stat : 2458 (runsolver) D 2456 2458 1047 0 -1 4202560 42 0 0 0 0 0 0 0 20 0 1 0 269271744 12095488 51 33554432000 4194304 5436572 140733688683312 140733688679608 4883175 0 0 4096 24578 18446744071579943789 0 0 17 2 0 0 0 0 0
/proc/2458/statm: 2953 51 31 304 0 2645 0

[startup+0.0114341 s]
/proc/loadavg: 2.01 2.02 1.85 3/170 2458
/proc/meminfo: memFree=28451156/32873844 swapFree=7356/7356
[pid=2458] ppid=2456 vsize=10108 CPUtime=0 cores=0,2,4,6
/proc/2458/stat : 2458 (scip-2.1.1.4sfi) R 2456 2458 1047 0 -1 4202496 1291 0 0 0 0 0 0 0 20 0 1 0 269271744 10350592 1245 33554432000 4194304 10169799 140734233086864 140733688679496 7543003 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/2458/statm: 2571 1260 412 1459 0 1103 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 10108

[startup+0.100275 s]
/proc/loadavg: 2.01 2.02 1.85 3/170 2458
/proc/meminfo: memFree=28451156/32873844 swapFree=7356/7356
[pid=2458] ppid=2456 vsize=23256 CPUtime=0.08 cores=0,2,4,6
/proc/2458/stat : 2458 (scip-2.1.1.4sfi) R 2456 2458 1047 0 -1 4202496 4783 0 0 0 7 1 0 0 20 0 1 0 269271744 23814144 4478 33554432000 4194304 10169799 140734233086864 140734233083864 8979322 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2458/statm: 5814 4478 763 1459 0 4346 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 23256

[startup+0.30024 s]
/proc/loadavg: 2.01 2.02 1.85 3/170 2458
/proc/meminfo: memFree=28451156/32873844 swapFree=7356/7356
[pid=2458] ppid=2456 vsize=23256 CPUtime=0.28 cores=0,2,4,6
/proc/2458/stat : 2458 (scip-2.1.1.4sfi) R 2456 2458 1047 0 -1 4202496 4800 0 0 0 27 1 0 0 20 0 1 0 269271744 23814144 4495 33554432000 4194304 10169799 140734233086864 140734233079176 8979322 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2458/statm: 5814 4495 772 1459 0 4346 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 23256

[startup+0.700262 s]
/proc/loadavg: 2.01 2.02 1.85 3/170 2458
/proc/meminfo: memFree=28451156/32873844 swapFree=7356/7356
[pid=2458] ppid=2456 vsize=31712 CPUtime=0.68 cores=0,2,4,6
/proc/2458/stat : 2458 (scip-2.1.1.4sfi) R 2456 2458 1047 0 -1 4202496 6953 0 0 0 65 3 0 0 20 0 1 0 269271744 32473088 6648 33554432000 4194304 10169799 140734233086864 140734233079176 8979322 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2458/statm: 7928 6648 794 1459 0 6460 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 31712

[startup+1.50028 s]
/proc/loadavg: 2.01 2.02 1.85 3/176 2468
/proc/meminfo: memFree=28388884/32873844 swapFree=7356/7356
[pid=2458] ppid=2456 vsize=46048 CPUtime=1.48 cores=0,2,4,6
/proc/2458/stat : 2458 (scip-2.1.1.4sfi) R 2456 2458 1047 0 -1 4202496 10563 0 0 0 142 6 0 0 20 0 1 0 269271744 47153152 10256 33554432000 4194304 10169799 140734233086864 140734233081656 8979322 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2458/statm: 11512 10256 794 1459 0 10044 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 46048

[startup+3.10024 s]
/proc/loadavg: 2.01 2.02 1.85 3/176 2468
/proc/meminfo: memFree=28357604/32873844 swapFree=7356/7356
[pid=2458] ppid=2456 vsize=56124 CPUtime=3.08 cores=0,2,4,6
/proc/2458/stat : 2458 (scip-2.1.1.4sfi) R 2456 2458 1047 0 -1 4202496 13805 0 0 0 299 9 0 0 20 0 1 0 269271744 57470976 12860 33554432000 4194304 10169799 140734233086864 140734233081000 8979322 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2458/statm: 14031 12860 825 1459 0 12563 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 56124

[startup+6.30024 s]
/proc/loadavg: 2.01 2.02 1.85 3/177 2469
/proc/meminfo: memFree=28345948/32873844 swapFree=7356/7356
[pid=2458] ppid=2456 vsize=56124 CPUtime=6.29 cores=0,2,4,6
/proc/2458/stat : 2458 (scip-2.1.1.4sfi) R 2456 2458 1047 0 -1 4202496 13807 0 0 0 616 13 0 0 20 0 1 0 269271744 57470976 12862 33554432000 4194304 10169799 140734233086864 140734233081464 8979322 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2458/statm: 14031 12862 826 1459 0 12563 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 56124

[startup+12.7002 s]
/proc/loadavg: 2.00 2.02 1.85 3/177 2583
/proc/meminfo: memFree=28384388/32873844 swapFree=7356/7356
[pid=2458] ppid=2456 vsize=56124 CPUtime=12.68 cores=0,2,4,6
/proc/2458/stat : 2458 (scip-2.1.1.4sfi) R 2456 2458 1047 0 -1 4202496 13807 0 0 0 1249 19 0 0 20 0 1 0 269271744 57470976 12862 33554432000 4194304 10169799 140734233086864 140734233081560 8979322 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2458/statm: 14031 12862 826 1459 0 12563 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 56124

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

[startup+15.9002 s]
/proc/loadavg: 2.00 2.02 1.85 3/177 2583
/proc/meminfo: memFree=28380892/32873844 swapFree=7356/7356
[pid=2458] ppid=2456 vsize=56124 CPUtime=15.88 cores=0,2,4,6
/proc/2458/stat : 2458 (scip-2.1.1.4sfi) R 2456 2458 1047 0 -1 4202496 13830 0 0 0 1563 25 0 0 20 0 1 0 269271744 57470976 12878 33554432000 4194304 10169799 140734233086864 140734233081656 8979322 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2458/statm: 14031 12878 826 1459 0 12563 0
Current children cumulated CPU time (s) 15.88
Current children cumulated vsize (KiB) 56124

[startup+16.7002 s]
/proc/loadavg: 2.00 2.02 1.85 3/177 2583
/proc/meminfo: memFree=28380520/32873844 swapFree=7356/7356
[pid=2458] ppid=2456 vsize=56124 CPUtime=16.67 cores=0,2,4,6
/proc/2458/stat : 2458 (scip-2.1.1.4sfi) R 2456 2458 1047 0 -1 4202496 13830 0 0 0 1641 26 0 0 20 0 1 0 269271744 57470976 12878 33554432000 4194304 10169799 140734233086864 140734233081320 8979322 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2458/statm: 14031 12878 826 1459 0 12563 0
Current children cumulated CPU time (s) 16.67
Current children cumulated vsize (KiB) 56124

[startup+17.1002 s]
/proc/loadavg: 2.00 2.02 1.85 3/177 2583
/proc/meminfo: memFree=28380520/32873844 swapFree=7356/7356
[pid=2458] ppid=2456 vsize=56124 CPUtime=17.08 cores=0,2,4,6
/proc/2458/stat : 2458 (scip-2.1.1.4sfi) R 2456 2458 1047 0 -1 4202496 13830 0 0 0 1681 27 0 0 20 0 1 0 269271744 57470976 12878 33554432000 4194304 10169799 140734233086864 140734233081320 8979322 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2458/statm: 14031 12878 826 1459 0 12563 0
Current children cumulated CPU time (s) 17.08
Current children cumulated vsize (KiB) 56124

[startup+17.3002 s]
/proc/loadavg: 2.00 2.02 1.85 3/177 2583
/proc/meminfo: memFree=28380520/32873844 swapFree=7356/7356
[pid=2458] ppid=2456 vsize=56124 CPUtime=17.27 cores=0,2,4,6
/proc/2458/stat : 2458 (scip-2.1.1.4sfi) R 2456 2458 1047 0 -1 4202496 13831 0 0 0 1700 27 0 0 20 0 1 0 269271744 57470976 12879 33554432000 4194304 10169799 140734233086864 140734233084584 8979322 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2458/statm: 14031 12879 827 1459 0 12563 0
Current children cumulated CPU time (s) 17.27
Current children cumulated vsize (KiB) 56124

Child status: 0
Real time (s): 17.3894
CPU time (s): 17.3744
CPU user time (s): 17.0934
CPU system time (s): 0.280957
CPU usage (%): 99.9134
Max. virtual memory (cumulated for all children) (KiB): 56276

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 17.0934
system time used= 0.280957
maximum resident set size= 53988
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13840
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= 10
involuntary context switches= 33

runsolver used 0.021996 second user time and 0.074988 second system time

The end

Launcher Data

Begin job on node109 at 2012-05-26 13:23:52
IDJOB=3693147
IDBENCH=2182
IDSOLVER=2272
FILE ID=node109/3693147-1338031431
RUNJOBID= node109-1338029634-2326
PBS_JOBID= 14624362
Free space on /tmp= 71396 MiB

SOLVER NAME= SCIP spx standard SCIP 2.1.1.4. with SoPlex 1.6.0.3 standard fixed
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/primes-dimacs-cnf/normalized-aim-100-6_0-yes1-1.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-3693147-1338031431/watcher-3693147-1338031431 -o /tmp/evaluation-result-3693147-1338031431/solver-3693147-1338031431 -C 1800 -W 1900 -M 15500  HOME/scip-2.1.1.4sfix.linux.x86_64.gnu.opt.spx -f HOME/instance-3693147-1338031431.opb -t 1800 -m 15500

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

MD5SUM BENCH= ddad9041bd4289151f7a18bb8ca7a5ec
RANDOM SEED=913088171

node109.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		: 2667.264
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	: 5334.52
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.264
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		: 2667.264
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.91
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		: 2667.264
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		: 2667.264
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		: 2667.264
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		: 2667.264
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		: 2667.264
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.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        28451692 kB
Buffers:          240992 kB
Cached:          3394352 kB
SwapCached:            0 kB
Active:           691120 kB
Inactive:        2955360 kB
Active(anon):      13336 kB
Inactive(anon):        0 kB
Active(file):     677784 kB
Inactive(file):  2955360 kB
Unevictable:        7356 kB
Mlocked:            7356 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             27180 kB
Writeback:             0 kB
AnonPages:         85312 kB
Mapped:            13664 kB
Shmem:               200 kB
Slab:             638312 kB
SReclaimable:      81096 kB
SUnreclaim:       557216 kB
KernelStack:        1472 kB
PageTables:         3816 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     103024 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     67584 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= 71368 MiB
End job on node109 at 2012-05-26 13:24:09