Trace number 3488437

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
SCIP spx E_2 2011-06-10 (fixed)OPT2 74.7046 74.707

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=6-P0=29-P1=2-P2=59-P3=2-P4=47-P5=53-P6=37-P7=53-P8=53-B.opb
MD5SUM546a5ced30808b0bb71d4cd4eb43d066
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark0.225965
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 2
Optimality of the best value was proved YES
Number of variables144
Total number of constraints17
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints17
Minimum length of a constraint6
Maximum length of a constraint48
Number of terms in the objective function 6
Biggest coefficient in the objective function 32
Number of bits for the biggest coefficient in the objective function 6
Sum of the numbers in the objective function 63
Number of bits of the sum of numbers in the objective function 6
Biggest number in a constraint 2048
Number of bits of the biggest number in a constraint 12
Biggest sum of numbers in a constraint 8064
Number of bits of the biggest sum of numbers13
Number of products (including duplicates)288
Sum of products size (including duplicates)576
Number of different products288
Sum of products size576

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.00	c SCIP version 2.0.1.5 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.5.0.5]
0.00/0.00	c Copyright (c) 2002-2011 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-3488437-1307778407.opb>
0.00/0.00	c original problem has 432 variables (432 bin, 0 int, 0 impl, 0 cont) and 313 constraints
0.00/0.00	c problem read
0.00/0.00	c presolving settings loaded
0.00/0.00	c presolving:
0.00/0.01	c (round 1) 8 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 36 chg coeffs, 0 upgd conss, 1908 impls, 0 clqs
0.00/0.01	c (round 2) 8 del vars, 1 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 36 chg coeffs, 10 upgd conss, 1908 impls, 0 clqs
0.00/0.02	c    (0.0s) probing: 197/424 (46.5%) - 0 fixings, 0 aggregations, 47 implications, 0 bound changes
0.00/0.02	c    (0.0s) probing aborted: 100/100 successive totally useless probings
0.00/0.02	c presolving (3 rounds):
0.00/0.02	c  8 deleted vars, 1 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 36 changed coefficients
0.00/0.02	c  2012 implications, 0 cliques
0.00/0.02	c presolved problem has 424 variables (424 bin, 0 int, 0 impl, 0 cont) and 313 constraints
0.00/0.02	c       1 constraints of type <setppc>
0.00/0.02	c     287 constraints of type <and>
0.00/0.02	c       8 constraints of type <linear>
0.00/0.02	c       9 constraints of type <logicor>
0.00/0.02	c       8 constraints of type <pseudoboolean>
0.00/0.02	c transformed objective value is always integral (scale: 1)
0.00/0.02	c Presolving Time: 0.02
0.00/0.02	c - non default parameters ----------------------------------------------------------------------
0.00/0.02	c # SCIP version 2.0.1.5
0.00/0.02	c 
0.00/0.02	c # frequency for displaying node information lines
0.00/0.02	c # [type: int, range: [-1,2147483647], default: 100]
0.00/0.02	c display/freq = 10000
0.00/0.02	c 
0.00/0.02	c # maximal time in seconds to run
0.00/0.02	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.02	c limits/time = 1797
0.00/0.02	c 
0.00/0.02	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.02	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.02	c limits/memory = 13950
0.00/0.02	c 
0.00/0.02	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.00/0.02	c # [type: int, range: [1,2], default: 1]
0.00/0.02	c timing/clocktype = 2
0.00/0.02	c 
0.00/0.02	c # belongs reading time to solving time?
0.00/0.02	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.02	c timing/reading = TRUE
0.00/0.02	c 
0.00/0.02	c # should presolving try to simplify inequalities
0.00/0.02	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.02	c constraints/linear/simplifyinequalities = TRUE
0.00/0.02	c 
0.00/0.02	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.00/0.02	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.02	c constraints/indicator/addCouplingCons = TRUE
0.00/0.02	c 
0.00/0.02	c # should presolving try to simplify knapsacks
0.00/0.02	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.02	c constraints/knapsack/simplifyinequalities = TRUE
0.00/0.02	c 
0.00/0.02	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.02	c separating/rapidlearning/freq = 0
0.00/0.02	c 
0.00/0.02	c -----------------------------------------------------------------------------------------------
0.00/0.02	c start solving
0.00/0.02	c 
0.00/0.03	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.03	c   0.0s|     1 |     0 |    13 |     - |1995k|   0 |   4 | 424 | 322 | 424 | 592 |   0 |   9 |   0 | 2.000000e+00 |      --      |    Inf 
0.09/0.13	c   0.1s|     1 |     0 |   356 |     - |2080k|   0 |  11 | 424 | 366 | 424 | 601 |   9 |  47 |   0 | 2.000000e+00 |      --      |    Inf 
0.09/0.14	c   0.1s|     1 |     0 |   390 |     - |2108k|   0 |  42 | 424 | 366 | 424 | 611 |  19 |  47 |   0 | 2.000000e+00 |      --      |    Inf 
0.09/0.16	c   0.2s|     1 |     0 |   419 |     - |2280k|   0 |  63 | 424 | 366 | 424 | 643 |  51 |  47 |   0 | 2.000000e+00 |      --      |    Inf 
0.09/0.19	c   0.2s|     1 |     0 |   482 |     - |2390k|   0 |  81 | 424 | 366 | 424 | 718 | 126 |  47 |   0 | 2.000000e+00 |      --      |    Inf 
0.19/0.25	c   0.2s|     1 |     0 |   531 |     - |2467k|   0 |  88 | 424 | 366 | 424 | 770 | 178 |  47 |   0 | 2.000000e+00 |      --      |    Inf 
0.29/0.32	c   0.3s|     1 |     0 |   580 |     - |2522k|   0 |  94 | 424 | 366 | 424 | 815 | 223 |  47 |   0 | 2.000000e+00 |      --      |    Inf 
0.39/0.48	c   0.5s|     1 |     2 |   580 |     - |2522k|   0 |  94 | 424 | 366 | 424 | 815 | 223 |  47 |  10 | 2.000000e+00 |      --      |    Inf 
6.69/6.77	o 3
6.69/6.77	c * 6.8s|  4699 |  1150 | 60641 |  12.8 |5578k|  68 |   - | 424 |3739 | 424 | 304 |  14k|3921 |1032 | 2.000000e+00 | 3.000000e+00 |  50.00%
10.19/10.21	c  10.2s| 10000 |  1571 | 87094 |   8.7 |7490k|  68 |  16 | 424 |5303 | 424 | 311 |  22k|  10k|1035 | 2.000000e+00 | 3.000000e+00 |  50.00%
16.40/16.41	c  16.4s| 20000 |  2237 |130276 |   6.5 |9694k|  68 |   - | 424 |5657 |   0 |   0 |  35k|  22k|1035 | 2.000000e+00 | 3.000000e+00 |  50.00%
22.49/22.57	c  22.6s| 30000 |  1907 |173015 |   5.7 |9897k|  68 |  21 | 424 |4994 | 424 | 304 |  49k|  36k|1045 | 2.000000e+00 | 3.000000e+00 |  50.00%
28.60/28.68	c  28.7s| 40000 |  1391 |216391 |   5.4 |  10M|  68 |   - | 424 |5701 |   0 |   0 |  62k|  48k|1118 | 2.000000e+00 | 3.000000e+00 |  50.00%
35.09/35.19	c  35.2s| 50000 |  2370 |265124 |   5.3 |  12M|  68 |   - | 424 |7394 |   0 |   0 |  75k|  60k|1279 | 2.000000e+00 | 3.000000e+00 |  50.00%
41.59/41.65	c  41.6s| 60000 |  2095 |312870 |   5.2 |  12M|  68 |   - | 424 |6954 |   0 |   0 |  88k|  72k|1385 | 2.000000e+00 | 3.000000e+00 |  50.00%
47.99/48.00	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
47.99/48.00	c  48.0s| 70000 |  2212 |356439 |   5.1 |  13M|  68 |  39 | 424 |6945 | 424 | 288 |  99k|  85k|1437 | 2.000000e+00 | 3.000000e+00 |  50.00%
54.39/54.44	c  54.4s| 80000 |  2370 |401433 |   5.0 |  15M|  68 |  15 | 424 |8573 | 424 | 309 | 111k|  99k|1501 | 2.000000e+00 | 3.000000e+00 |  50.00%
60.89/60.93	c  60.9s| 90000 |  2779 |452272 |   5.0 |  16M|  68 |  37 | 424 |8323 | 424 | 283 | 123k| 111k|1746 | 2.000000e+00 | 3.000000e+00 |  50.00%
67.89/67.90	c  67.9s|100000 |  3191 |510431 |   5.1 |  18M|  68 |  31 | 424 |7293 | 424 | 286 | 136k| 124k|1903 | 2.000000e+00 | 3.000000e+00 |  50.00%
74.59/74.68	o 2
74.59/74.68	c *74.7s|108950 |     0 |563093 |   5.2 |8138k|  68 |   - | 424 |8892 | 424 | 322 | 149k| 135k|2244 | 2.000000e+00 | 2.000000e+00 |   0.00%
74.59/74.68	c 
74.59/74.68	c SCIP Status        : problem is solved [optimal solution found]
74.59/74.68	c Solving Time (sec) : 74.68
74.59/74.68	c Solving Nodes      : 108950
74.59/74.68	c Primal Bound       : +2.00000000000000e+00 (2 solutions)
74.59/74.68	c Dual Bound         : +2.00000000000000e+00
74.59/74.68	c Gap                : 0.00 %
74.59/74.68	s OPTIMUM FOUND
74.59/74.68	v -x144 x143 x142 -x141 -x140 -x139 x138 x137 -x136 -x135 -x134 -x133 -x96 x95 x94 x93 -x92 -x91 -x132 -x131 -x130 -x129 x128 x127 
74.59/74.68	v x90 x89 -x88 -x87 x86 -x85 -x126 x125 x124 x123 x122 x121 -x84 x83 -x82 x81 x80 -x79 -x120 -x119 x118 x117 x116 -x115 x78 -x77 
74.59/74.68	v -x76 -x75 x74 -x73 -x114 -x113 -x112 -x111 -x110 -x109 x72 x71 x70 x69 x68 -x67 -x108 -x107 -x106 -x105 -x104 x103 -x66 -x65 
74.59/74.68	v -x64 -x63 x62 -x61 -x102 -x101 -x100 -x99 -x98 x97 -x60 -x59 -x58 x57 x56 -x55 x54 x53 -x52 x51 x50 x49 x48 x47 x46 x45 x44 
74.59/74.68	v -x43 -x42 -x41 x40 -x39 x38 x37 x36 x35 x34 -x33 x32 x31 -x30 -x29 x28 x27 x26 x25 -x24 x23 x22 x21 x20 x19 -x18 -x17 x16 
74.59/74.68	v -x15 x14 x13 x12 -x11 -x10 -x9 x8 x7 -x6 -x5 -x4 -x3 x2 -x1 
74.59/74.68	c SCIP Status        : problem is solved [optimal solution found]
74.59/74.68	c Total Time         :      74.68
74.59/74.68	c   solving          :      74.68
74.59/74.68	c   presolving       :       0.02 (included in solving)
74.59/74.68	c   reading          :       0.00 (included in solving)
74.59/74.68	c Original Problem   :
74.59/74.68	c   Problem name     : HOME/instance-3488437-1307778407.opb
74.59/74.68	c   Variables        : 432 (432 binary, 0 integer, 0 implicit integer, 0 continuous)
74.59/74.68	c   Constraints      : 313 initial, 313 maximal
74.59/74.68	c Presolved Problem  :
74.59/74.68	c   Problem name     : t_HOME/instance-3488437-1307778407.opb
74.59/74.68	c   Variables        : 424 (424 binary, 0 integer, 0 implicit integer, 0 continuous)
74.59/74.68	c   Constraints      : 313 initial, 9197 maximal
74.59/74.68	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
74.59/74.68	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
74.59/74.68	c   dualfix          :       0.00          0          0          0          0          0          0          0          0          0
74.59/74.68	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
74.59/74.68	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
74.59/74.68	c   pseudoobj        :       0.00          0          0          0          0          0          0          0          0          0
74.59/74.68	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
74.59/74.68	c   probing          :       0.01          0          0          0          0          0          0          0          0          0
74.59/74.68	c   setppc           :       0.00          0          0          0          0          0          0          0          0          0
74.59/74.68	c   and              :       0.01          0          0          0          0          0          0          0          0          0
74.59/74.68	c   linear           :       0.00          1          7          0          0          0          0          0          0         36
74.59/74.68	c   logicor          :       0.00          0          0          0          0          0          0          0          0          0
74.59/74.68	c   pseudoboolean    :       0.00          0          0          0          0          0          1          0          0          0
74.59/74.68	c   root node        :          -         82          -          -         82          -          -          -          -          -
74.59/74.68	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
74.59/74.68	c   integral         :          0          0          0      79816          0          8          0          0        101          0          0     159434
74.59/74.68	c   setppc           :          1          6       1924          0          0          3         24          0         15          0          0          0
74.59/74.68	c   and              :        287     153969     419380          0          0          0    1795976       5479     588771     149080          0          0
74.59/74.68	c   linear           :          8+         7     413899          0          0          4     446230      47316     279370          0          0          0
74.59/74.68	c   logicor          :          9+         6     224282          2          0          2     365288       4512     121559         56          0          0
74.59/74.68	c   pseudoboolean    :          8          0          0          2          0          2          0          0          0          0          0          0
74.59/74.68	c   countsols        :          0          0          0          2          0          2          0          0          0          0          0          0
74.59/74.68	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
74.59/74.68	c   integral         :       2.52       0.00       0.00       2.52       0.00       0.00       0.00
74.59/74.68	c   setppc           :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
74.59/74.68	c   and              :       3.43       1.55       1.57       0.00       0.00       0.00       0.31
74.59/74.68	c   linear           :       4.54       0.00       3.77       0.00       0.00       0.00       0.77
74.59/74.68	c   logicor          :       4.27       0.00       3.93       0.00       0.00       0.00       0.34
74.59/74.68	c   pseudoboolean    :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
74.59/74.68	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
74.59/74.68	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
74.59/74.68	c   vbounds          :          0          0          0          0
74.59/74.68	c   rootredcost      :          1          0          0          5
74.59/74.68	c   pseudoobj        :     418970          0          0          1
74.59/74.68	c Propagator Timings :  TotalTime  Propagate    Resprop
74.59/74.68	c   vbounds          :       0.06       0.06       0.00
74.59/74.68	c   rootredcost      :       0.06       0.06       0.00
74.59/74.68	c   pseudoobj        :       0.16       0.16       0.00
74.59/74.68	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
74.59/74.68	c   propagation      :       2.88      57307      57131     430650       31.6       8473       17.8          -
74.59/74.68	c   infeasible LP    :       0.02        384        384       1415       18.1        114        8.1          0
74.59/74.68	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
74.59/74.68	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
74.59/74.68	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
74.59/74.68	c   applied globally :          -          -          -     135205       22.6          -          -          -
74.59/74.68	c   applied locally  :          -          -          -          1       43.0          -          -          -
74.59/74.68	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
74.59/74.68	c   cut pool         :       0.00          5          -          -         29          -    (maximal pool size: 279)
74.59/74.68	c   redcost          :       0.96     153971          0          0          0          0
74.59/74.68	c   impliedbounds    :       0.00          6          0          0        172          0
74.59/74.68	c   intobj           :       0.00          0          0          0          0          0
74.59/74.68	c   gomory           :       0.07          6          0          0          0          0
74.59/74.68	c   cgmip            :       0.00          0          0          0          0          0
74.59/74.68	c   closecuts        :       0.00          0          0          0          0          0
74.59/74.68	c   strongcg         :       0.06          6          0          0        232          0
74.59/74.68	c   cmir             :       0.02          6          0          0         70          0
74.59/74.68	c   flowcover        :       0.03          6          0          0        130          0
74.59/74.68	c   clique           :       0.00          1          0          0          0          0
74.59/74.68	c   zerohalf         :       0.00          0          0          0          0          0
74.59/74.68	c   mcf              :       0.00          1          0          0          0          0
74.59/74.68	c   oddcycle         :       0.00          0          0          0          0          0
74.59/74.68	c   rapidlearning    :       0.02          1          0          0          0          4
74.59/74.68	c Pricers            :       Time      Calls       Vars
74.59/74.68	c   problem variables:       0.00          0          0
74.59/74.68	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
74.59/74.68	c   relpscost        :       2.47      79814          0        101          0          0     159434
74.59/74.68	c   pscost           :       0.00          0          0          0          0          0          0
74.59/74.68	c   inference        :       0.00          0          0          0          0          0          0
74.59/74.68	c   mostinf          :       0.00          0          0          0          0          0          0
74.59/74.68	c   leastinf         :       0.00          0          0          0          0          0          0
74.59/74.68	c   fullstrong       :       0.00          0          0          0          0          0          0
74.59/74.68	c   allfullstrong    :       0.00          0          0          0          0          0          0
74.59/74.68	c   random           :       0.00          0          0          0          0          0          0
74.59/74.68	c Primal Heuristics  :       Time      Calls      Found
74.59/74.68	c   LP solutions     :       0.02          -          2
74.59/74.68	c   pseudo solutions :       0.00          -          0
74.59/74.68	c   crossover        :       0.02          0          0
74.59/74.68	c   oneopt           :       0.02          1          0
74.59/74.68	c   rootsoldiving    :       0.45         48          0
74.59/74.68	c   linesearchdiving :       0.30        130          0
74.59/74.68	c   guideddiving     :       0.34        130          0
74.59/74.68	c   trivial          :       0.00          2          0
74.59/74.68	c   shiftandpropagate:       0.00          1          0
74.59/74.68	c   simplerounding   :       0.03          0          0
74.59/74.68	c   zirounding       :       0.55          0          0
74.59/74.68	c   rounding         :       0.15       5462          0
74.59/74.68	c   shifting         :       0.98       1794          0
74.59/74.68	c   intshifting      :       0.00          0          0
74.59/74.68	c   twoopt           :       0.00          0          0
74.59/74.68	c   fixandinfer      :       0.00          0          0
74.59/74.68	c   feaspump         :       0.29         66          0
74.59/74.68	c   clique           :       0.00          0          0
74.59/74.68	c   coefdiving       :       0.41        131          0
74.59/74.68	c   pscostdiving     :       0.46        131          0
74.59/74.68	c   fracdiving       :       0.40        130          0
74.59/74.68	c   veclendiving     :       0.28        130          0
74.59/74.68	c   intdiving        :       0.00          0          0
74.59/74.68	c   actconsdiving    :       0.00          0          0
74.59/74.68	c   objpscostdiving  :       0.39         40          0
74.59/74.68	c   octane           :       0.00          0          0
74.59/74.68	c   rens             :       0.01          1          0
74.59/74.68	c   rins             :       0.00          0          0
74.59/74.68	c   localbranching   :       0.00          0          0
74.59/74.68	c   mutation         :       0.00          0          0
74.59/74.68	c   dins             :       0.00          0          0
74.59/74.68	c   vbounds          :       0.00          0          0
74.59/74.68	c   undercover       :       0.07          1          0
74.59/74.68	c   subnlp           :       0.02          0          0
74.59/74.68	c   trysol           :       0.03          0          0
74.59/74.68	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
74.59/74.68	c   primal LP        :       1.61          0          0       0.00       0.00
74.59/74.68	c   dual LP          :      33.88     153662     519305       3.38   15326.77
74.59/74.68	c   lex dual LP      :       0.00          0          0       0.00          -
74.59/74.68	c   barrier LP       :       0.00          0          0       0.00          -
74.59/74.68	c   diving/probing LP:       2.09       9960      43788       4.40   20907.02
74.59/74.68	c   strong branching :       1.95       2244      37198      16.58   19086.20
74.59/74.68	c     (at root node) :          -         10       1675     167.50          -
74.59/74.68	c   conflict analysis:       0.00          0          0       0.00          -
74.59/74.68	c B&B Tree           :
74.59/74.68	c   number of runs   :          1
74.59/74.68	c   nodes            :     108950
74.59/74.68	c   nodes (total)    :     108950
74.59/74.68	c   nodes left       :          0
74.59/74.68	c   max depth        :         68
74.59/74.68	c   max depth (total):         68
74.59/74.68	c   backtracks       :      30692 (28.2%)
74.59/74.68	c   delayed cutoffs  :      44293
74.59/74.68	c   repropagations   :      86355 (378077 domain reductions, 26113 cutoffs)
74.59/74.68	c   avg switch length:       3.93
74.59/74.68	c   switching time   :       6.62
74.59/74.68	c Solution           :
74.59/74.68	c   Solutions found  :          2 (2 improvements)
74.59/74.68	c   First Solution   : +3.00000000000000e+00   (in run 1, after 4699 nodes, 6.77 seconds, depth 60, found by <relaxation>)
74.59/74.68	c   Primal Bound     : +2.00000000000000e+00   (in run 1, after 108950 nodes, 74.67 seconds, depth 48, found by <relaxation>)
74.59/74.68	c   Dual Bound       : +2.00000000000000e+00
74.59/74.68	c   Gap              :       0.00 %
74.59/74.68	c   Root Dual Bound  : +2.00000000000000e+00
74.59/74.68	c   Root Iterations  :        580
74.59/74.70	c Time complete: 74.69.

Verifier Data

OK	2

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 988)

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

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

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


[startup+0 s]
/proc/loadavg: 2.00 1.99 1.91 2/177 3206
/proc/meminfo: memFree=30195572/32951124 swapFree=67056304/67111528
[pid=3206] ppid=3203 vsize=10944 CPUtime=0 cores=1,3,5,7
/proc/3206/stat : 3206 (scip-2.0.1.4b_2) R 3203 3206 30098 0 -1 4202496 1651 0 0 0 0 0 0 0 25 0 1 0 968071284 11206656 1606 33554432000 4194304 9016284 140736681285392 18446744073709551615 7870589 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/3206/statm: 2736 1617 340 1178 0 1554 0

[startup+0.0716239 s]
/proc/loadavg: 2.00 1.99 1.91 2/177 3206
/proc/meminfo: memFree=30195572/32951124 swapFree=67056304/67111528
[pid=3206] ppid=3203 vsize=42004 CPUtime=0.06 cores=1,3,5,7
/proc/3206/stat : 3206 (scip-2.0.1.4b_2) R 3203 3206 30098 0 -1 4202496 9314 0 0 0 5 1 0 0 25 0 1 0 968071284 43012096 9002 33554432000 4194304 9016284 140736681285392 18446744073709551615 4445232 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3206/statm: 10501 9002 691 1178 0 9319 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 42004

[startup+0.100613 s]
/proc/loadavg: 2.00 1.99 1.91 2/177 3206
/proc/meminfo: memFree=30195572/32951124 swapFree=67056304/67111528
[pid=3206] ppid=3203 vsize=42640 CPUtime=0.09 cores=1,3,5,7
/proc/3206/stat : 3206 (scip-2.0.1.4b_2) R 3203 3206 30098 0 -1 4202496 11202 0 0 0 8 1 0 0 25 0 1 0 968071284 43663360 9223 33554432000 4194304 9016284 140736681285392 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3206/statm: 10660 9223 694 1178 0 9478 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 42640

[startup+0.300574 s]
/proc/loadavg: 2.00 1.99 1.91 2/177 3206
/proc/meminfo: memFree=30195572/32951124 swapFree=67056304/67111528
[pid=3206] ppid=3203 vsize=33592 CPUtime=0.29 cores=1,3,5,7
/proc/3206/stat : 3206 (scip-2.0.1.4b_2) R 3203 3206 30098 0 -1 4202496 11868 0 0 0 27 2 0 0 25 0 1 0 968071284 34398208 7293 33554432000 4194304 9016284 140736681285392 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3206/statm: 8398 7293 713 1178 0 7216 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 33592

[startup+0.700502 s]
/proc/loadavg: 2.00 1.99 1.91 2/177 3206
/proc/meminfo: memFree=30195572/32951124 swapFree=67056304/67111528
[pid=3206] ppid=3203 vsize=35804 CPUtime=0.69 cores=1,3,5,7
/proc/3206/stat : 3206 (scip-2.0.1.4b_2) R 3203 3206 30098 0 -1 4202496 12287 0 0 0 65 4 0 0 25 0 1 0 968071284 36663296 7712 33554432000 4194304 9016284 140736681285392 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3206/statm: 8951 7712 714 1178 0 7769 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 35804

[startup+1.50035 s]
/proc/loadavg: 2.00 1.99 1.91 3/178 3207
/proc/meminfo: memFree=30168060/32951124 swapFree=67056304/67111528
[pid=3206] ppid=3203 vsize=35844 CPUtime=1.49 cores=1,3,5,7
/proc/3206/stat : 3206 (scip-2.0.1.4b_2) R 3203 3206 30098 0 -1 4202496 12289 0 0 0 139 10 0 0 25 0 1 0 968071284 36704256 7714 33554432000 4194304 9016284 140736681285392 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3206/statm: 8961 7714 714 1178 0 7779 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 35844

[startup+3.10106 s]
/proc/loadavg: 2.00 1.99 1.91 3/178 3208
/proc/meminfo: memFree=30167936/32951124 swapFree=67056304/67111528
[pid=3206] ppid=3203 vsize=35844 CPUtime=3.09 cores=1,3,5,7
/proc/3206/stat : 3206 (scip-2.0.1.4b_2) R 3203 3206 30098 0 -1 4202496 12294 0 0 0 288 21 0 0 25 0 1 0 968071284 36704256 7719 33554432000 4194304 9016284 140736681285392 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3206/statm: 8961 7719 717 1178 0 7779 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 35844

[startup+6.30047 s]
/proc/loadavg: 2.00 1.99 1.91 3/178 3208
/proc/meminfo: memFree=30167952/32951124 swapFree=67056304/67111528
[pid=3206] ppid=3203 vsize=35844 CPUtime=6.29 cores=1,3,5,7
/proc/3206/stat : 3206 (scip-2.0.1.4b_2) R 3203 3206 30098 0 -1 4202496 12303 0 0 0 590 39 0 0 25 0 1 0 968071284 36704256 7728 33554432000 4194304 9016284 140736681285392 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3206/statm: 8961 7728 717 1178 0 7779 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 35844

[startup+12.7003 s]
/proc/loadavg: 2.00 1.99 1.91 3/178 3208
/proc/meminfo: memFree=30168052/32951124 swapFree=67056304/67111528
[pid=3206] ppid=3203 vsize=35844 CPUtime=12.69 cores=1,3,5,7
/proc/3206/stat : 3206 (scip-2.0.1.4b_2) R 3203 3206 30098 0 -1 4202496 12303 0 0 0 1205 64 0 0 25 0 1 0 968071284 36704256 7728 33554432000 4194304 9016284 140736681285392 18446744073709551615 18446744073699065939 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3206/statm: 8961 7728 717 1178 0 7779 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 35844

[startup+25.501 s]
/proc/loadavg: 2.00 1.99 1.91 3/178 3208
/proc/meminfo: memFree=30167988/32951124 swapFree=67056304/67111528
[pid=3206] ppid=3203 vsize=35844 CPUtime=25.49 cores=1,3,5,7
/proc/3206/stat : 3206 (scip-2.0.1.4b_2) R 3203 3206 30098 0 -1 4202496 12555 0 0 0 2436 113 0 0 25 0 1 0 968071284 36704256 7980 33554432000 4194304 9016284 140736681285392 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3206/statm: 8961 7980 717 1178 0 7779 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 35844

[startup+51.1003 s]
/proc/loadavg: 2.00 1.99 1.91 3/178 3209
/proc/meminfo: memFree=30162548/32951124 swapFree=67056304/67111528
[pid=3206] ppid=3203 vsize=41592 CPUtime=51.09 cores=1,3,5,7
/proc/3206/stat : 3206 (scip-2.0.1.4b_2) R 3203 3206 30098 0 -1 4202496 13912 0 0 0 4898 211 0 0 25 0 1 0 968071284 42590208 9328 33554432000 4194304 9016284 140736681285392 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3206/statm: 10398 9328 717 1178 0 9216 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 41592

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

[startup+63.9009 s]
/proc/loadavg: 2.00 1.99 1.91 3/178 3209
/proc/meminfo: memFree=30159680/32951124 swapFree=67056304/67111528
[pid=3206] ppid=3203 vsize=43924 CPUtime=63.89 cores=1,3,5,7
/proc/3206/stat : 3206 (scip-2.0.1.4b_2) R 3203 3206 30098 0 -1 4202496 14526 0 0 0 6129 260 0 0 25 0 1 0 968071284 44978176 9938 33554432000 4194304 9016284 140736681285392 18446744073709551615 6363041 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3206/statm: 10981 9938 717 1178 0 9799 0
Current children cumulated CPU time (s) 63.89
Current children cumulated vsize (KiB) 43924

[startup+70.3008 s]
/proc/loadavg: 2.00 1.99 1.91 3/178 3209
/proc/meminfo: memFree=30156828/32951124 swapFree=67056304/67111528
[pid=3206] ppid=3203 vsize=46624 CPUtime=70.3 cores=1,3,5,7
/proc/3206/stat : 3206 (scip-2.0.1.4b_2) R 3203 3206 30098 0 -1 4202496 15247 0 0 0 6741 289 0 0 25 0 1 0 968071284 47742976 10647 33554432000 4194304 9016284 140736681285392 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3206/statm: 11656 10647 721 1178 0 10474 0
Current children cumulated CPU time (s) 70.3
Current children cumulated vsize (KiB) 46624

[startup+71.9005 s]
/proc/loadavg: 2.00 1.99 1.91 3/178 3209
/proc/meminfo: memFree=30156332/32951124 swapFree=67056304/67111528
[pid=3206] ppid=3203 vsize=47308 CPUtime=71.9 cores=1,3,5,7
/proc/3206/stat : 3206 (scip-2.0.1.4b_2) R 3203 3206 30098 0 -1 4202496 15410 0 0 0 6894 296 0 0 25 0 1 0 968071284 48443392 10793 33554432000 4194304 9016284 140736681285392 18446744073709551615 7221921 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3206/statm: 11827 10793 717 1178 0 10645 0
Current children cumulated CPU time (s) 71.9
Current children cumulated vsize (KiB) 47308

[startup+73.5002 s]
/proc/loadavg: 2.00 1.99 1.91 3/178 3209
/proc/meminfo: memFree=30155824/32951124 swapFree=67056304/67111528
[pid=3206] ppid=3203 vsize=48404 CPUtime=73.49 cores=1,3,5,7
/proc/3206/stat : 3206 (scip-2.0.1.4b_2) R 3203 3206 30098 0 -1 4202496 15638 0 0 0 7047 302 0 0 25 0 1 0 968071284 49565696 11021 33554432000 4194304 9016284 140736681285392 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3206/statm: 12101 11021 717 1178 0 10919 0
Current children cumulated CPU time (s) 73.49
Current children cumulated vsize (KiB) 48404

[startup+74.301 s]
/proc/loadavg: 2.00 1.99 1.91 3/178 3209
/proc/meminfo: memFree=30155080/32951124 swapFree=67056304/67111528
[pid=3206] ppid=3203 vsize=48404 CPUtime=74.29 cores=1,3,5,7
/proc/3206/stat : 3206 (scip-2.0.1.4b_2) R 3203 3206 30098 0 -1 4202496 15640 0 0 0 7124 305 0 0 25 0 1 0 968071284 49565696 11023 33554432000 4194304 9016284 140736681285392 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3206/statm: 12101 11023 717 1178 0 10919 0
Current children cumulated CPU time (s) 74.29
Current children cumulated vsize (KiB) 48404

[startup+74.7009 s]
/proc/loadavg: 2.00 1.99 1.91 3/178 3209
/proc/meminfo: memFree=30163164/32951124 swapFree=67056304/67111528
[pid=3206] ppid=3203 vsize=0 CPUtime=74.69 cores=1,3,5,7
/proc/3206/stat : 3206 (scip-2.0.1.4b_2) Z 3203 3206 30098 0 -1 4202524 15764 0 0 0 7163 306 0 0 18 0 1 0 968071284 0 0 33554432000 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/3206/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 74.69
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 74.707
CPU time (s): 74.7046
CPU user time (s): 71.6351
CPU system time (s): 3.06953
CPU usage (%): 99.9969
Max. virtual memory (cumulated for all children) (KiB): 48644

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 71.6351
system time used= 3.06953
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15764
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= 5
involuntary context switches= 154

runsolver used 0.111982 second user time and 0.241963 second system time

The end

Launcher Data

Begin job on node110 at 2011-06-11 09:46:47
IDJOB=3488437
IDBENCH=48041
IDSOLVER=1979
FILE ID=node110/3488437-1307778407
RUNJOBID= node110-1307776662-2879
PBS_JOBID= 13550851
Free space on /tmp= 74116 MiB

SOLVER NAME= SCIP spx E_2 2011-06-10 (fixed)
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/factor-mod-size=6-P0=29-P1=2-P2=59-P3=2-P4=47-P5=53-P6=37-P7=53-P8=53-B.opb
COMMAND LINE= HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3488437-1307778407/watcher-3488437-1307778407 -o /tmp/evaluation-result-3488437-1307778407/solver-3488437-1307778407 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3488437-1307778407.opb -t 1800 -m 15500

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

MD5SUM BENCH= 546a5ced30808b0bb71d4cd4eb43d066
RANDOM SEED=1740146810

node110.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/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.830
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.66
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.830
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.830
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.830
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30195884 kB
Buffers:        292304 kB
Cached:         785716 kB
SwapCached:       8464 kB
Active:        1958284 kB
Inactive:       559912 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30195884 kB
SwapTotal:    67111528 kB
SwapFree:     67056304 kB
Dirty:           16844 kB
Writeback:         116 kB
AnonPages:     1438524 kB
Mapped:          15980 kB
Slab:           168452 kB
PageTables:       7740 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1693052 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74100 MiB
End job on node110 at 2011-06-11 09:48:02