Trace number 2667609

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
SCIPspx SCIP 1.2.1.2 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solverOPT25 131.983 132.021

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/
submitted-PB06/manquiho/golomb-rulers/normalized-OGR_7.opb
MD5SUMa28f5b3e9b4b12f9ccee04abccbf9327
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark25
Best CPU time to get the best result obtained on this benchmark1.06684
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 25
Optimality of the best value was proved YES
Number of variables238
Total number of constraints398
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 constraints398
Minimum length of a constraint12
Maximum length of a constraint25
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 64
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 349
Number of bits of the biggest sum of numbers9
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 1.2.1.2 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.4.2] [Expressions interpreter: NONE]
0.00/0.00	c Copyright (c) 2002-2010 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-2667609-1276585582.opb>
0.00/0.02	c original problem has 238 variables (238 bin, 0 int, 0 impl, 0 cont) and 398 constraints
0.00/0.02	c problem read
0.00/0.02	c presolving settings loaded
0.00/0.03	c presolving:
0.00/0.04	c (round 1) 0 del vars, 196 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 6 upgd conss, 0 impls, 0 clqs
0.00/0.09	c    (0.1s) probing: 107/238 (45.0%) - 0 fixings, 0 aggregations, 140 implications, 0 bound changes
0.00/0.09	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.00/0.09	c presolving (2 rounds):
0.00/0.09	c  0 deleted vars, 196 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.09	c  434 implications, 0 cliques
0.00/0.09	c presolved problem has 238 variables (238 bin, 0 int, 0 impl, 0 cont) and 202 constraints
0.00/0.09	c       6 constraints of type <knapsack>
0.00/0.09	c     196 constraints of type <linear>
0.00/0.09	c transformed objective value is always integral (scale: 1)
0.00/0.09	c Presolving Time: 0.05
0.00/0.09	c - non default parameters ----------------------------------------------------------------------
0.00/0.09	c # SCIP version 1.2.1.2
0.00/0.09	c 
0.00/0.09	c # frequency for displaying node information lines
0.00/0.09	c # [type: int, range: [-1,2147483647], default: 100]
0.00/0.09	c display/freq = 10000
0.00/0.09	c 
0.00/0.09	c # maximal time in seconds to run
0.00/0.09	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.09	c limits/time = 1799.98
0.00/0.09	c 
0.00/0.09	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.09	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.09	c limits/memory = 1620
0.00/0.09	c 
0.00/0.09	c # should presolving try to simplify inequalities
0.00/0.09	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.09	c constraints/linear/simplifyinequalities = TRUE
0.00/0.09	c 
0.00/0.09	c # should presolving try to simplify knapsacks
0.00/0.09	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.09	c constraints/knapsack/simplifyinequalities = TRUE
0.00/0.09	c 
0.00/0.09	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.00/0.09	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.09	c separating/rapidlearning/freq = 0
0.00/0.09	c 
0.00/0.09	c -----------------------------------------------------------------------------------------------
0.00/0.09	c start solving
0.00/0.09	c 
0.00/0.10	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.10	c   0.1s|     1 |     0 |   192 |     - |1613k|   0 | 147 | 238 | 202 | 238 | 202 |   0 |   0 |   0 | 6.000000e+00 |      --      |    Inf 
1.60/1.68	c   1.6s|     1 |     0 |  1083 |     - |2335k|   0 | 150 | 238 | 499 | 238 | 245 |  43 |   0 |   0 | 6.000000e+00 |      --      |    Inf 
1.69/1.74	c   1.7s|     1 |     0 |  1114 |     - |2520k|   0 | 141 | 238 | 499 | 238 | 270 |  68 |   0 |   0 | 6.000000e+00 |      --      |    Inf 
1.79/1.81	c   1.7s|     1 |     0 |  1235 |     - |2742k|   0 | 157 | 238 | 499 | 238 | 305 | 103 |   0 |   0 | 6.006849e+00 |      --      |    Inf 
1.89/1.90	c   1.8s|     1 |     0 |  1361 |     - |3001k|   0 | 159 | 238 | 499 | 238 | 354 | 152 |   0 |   0 | 6.166667e+00 |      --      |    Inf 
1.99/2.01	c   1.9s|     1 |     0 |  1516 |     - |3181k|   0 | 161 | 238 | 499 | 238 | 389 | 187 |   0 |   0 | 6.166667e+00 |      --      |    Inf 
2.09/2.15	c   2.1s|     1 |     0 |  1771 |     - |3346k|   0 | 158 | 238 | 499 | 238 | 422 | 220 |   0 |   0 | 6.285714e+00 |      --      |    Inf 
2.19/2.28	c   2.2s|     1 |     0 |  1989 |     - |3559k|   0 | 159 | 238 | 499 | 238 | 455 | 253 |   0 |   0 | 6.285714e+00 |      --      |    Inf 
2.39/2.42	c   2.3s|     1 |     0 |  2259 |     - |3793k|   0 | 163 | 238 | 499 | 238 | 485 | 283 |   0 |   0 | 6.384615e+00 |      --      |    Inf 
2.49/2.55	c   2.5s|     1 |     0 |  2399 |     - |4207k|   0 | 160 | 238 | 499 | 238 | 512 | 310 |   0 |   0 | 6.483660e+00 |      --      |    Inf 
2.69/2.72	c   2.6s|     1 |     0 |  2608 |     - |4343k|   0 | 154 | 238 | 499 | 238 | 542 | 340 |   0 |   0 | 6.666667e+00 |      --      |    Inf 
2.69/2.79	c   2.7s|     1 |     0 |  2800 |     - |4433k|   0 | 160 | 238 | 499 | 238 | 522 | 360 |   0 |   0 | 6.678571e+00 |      --      |    Inf 
2.79/2.84	c   2.7s|     1 |     0 |  2843 |     - |4466k|   0 | 163 | 238 | 499 | 238 | 532 | 370 |   0 |   0 | 6.678571e+00 |      --      |    Inf 
2.89/2.92	c   2.8s|     1 |     0 |  3038 |     - |4471k|   0 | 165 | 238 | 499 | 238 | 547 | 385 |   0 |   0 | 7.000000e+00 |      --      |    Inf 
2.99/3.03	c   2.9s|     1 |     0 |  3367 |     - |4473k|   0 | 156 | 238 | 499 | 238 | 556 | 394 |   0 |   0 | 7.000000e+00 |      --      |    Inf 
3.09/3.12	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
3.09/3.12	c   3.0s|     1 |     0 |  3624 |     - |4522k|   0 | 134 | 238 | 499 | 238 | 571 | 409 |   0 |   0 | 7.000000e+00 |      --      |    Inf 
3.09/3.19	c   3.1s|     1 |     0 |  3824 |     - |4531k|   0 | 121 | 238 | 499 | 238 | 583 | 421 |   0 |   0 | 7.000000e+00 |      --      |    Inf 
3.19/3.27	c   3.2s|     1 |     0 |  4027 |     - |4537k|   0 |  91 | 238 | 499 | 238 | 414 | 433 |   0 |   0 | 7.000000e+00 |      --      |    Inf 
3.30/3.30	c   3.2s|     1 |     0 |  4153 |     - |4549k|   0 | 117 | 238 | 499 | 238 | 421 | 440 |   0 |   0 | 7.000000e+00 |      --      |    Inf 
3.30/3.33	c   3.2s|     1 |     0 |  4194 |     - |4562k|   0 |  83 | 238 | 499 | 238 | 432 | 451 |   0 |   0 | 7.000000e+00 |      --      |    Inf 
3.30/3.35	c   3.2s|     1 |     0 |  4218 |     - |4565k|   0 |  80 | 238 | 499 | 238 | 435 | 454 |   0 |   0 | 7.000000e+00 |      --      |    Inf 
3.30/3.37	c   3.2s|     1 |     0 |  4252 |     - |4568k|   0 |  79 | 238 | 499 | 238 | 438 | 457 |   0 |   0 | 7.000000e+00 |      --      |    Inf 
3.30/3.38	c   3.3s|     1 |     0 |  4259 |     - |4571k|   0 |  77 | 238 | 499 | 238 | 441 | 460 |   0 |   0 | 7.000000e+00 |      --      |    Inf 
4.89/4.94	c   4.8s|     1 |     2 |  4259 |     - |4572k|   0 |  77 | 238 | 499 | 238 | 441 | 460 |   0 |  20 | 7.000000e+00 |      --      |    Inf 
11.69/11.73	o 51
11.69/11.73	c f11.3s|    64 |    57 |  7207 |  46.8 |4702k|  15 |   - | 238 | 541 | 238 | 265 | 460 |  42 |1348 | 8.000000e+00 | 5.100000e+01 | 537.50%
13.79/13.85	o 50
13.79/13.85	c c13.4s|   479 |   328 | 16452 |  25.5 |5117k|  31 |   - | 238 | 812 | 238 | 265 | 460 | 313 |1472 | 9.000000e+00 | 5.000000e+01 | 455.56%
14.99/15.08	o 49
14.99/15.08	c *14.6s|   858 |   490 | 23137 |  22.0 |5365k|  35 |   - | 238 |1021 | 238 | 265 | 460 | 530 |1497 | 9.062500e+00 | 4.900000e+01 | 440.69%
15.18/15.29	o 48
15.18/15.29	c v14.8s|   909 |   491 | 24489 |  22.3 |5404k|  35 |   - | 238 |1039 | 238 | 265 | 460 | 561 |1499 | 9.062500e+00 | 4.800000e+01 | 429.66%
16.08/16.19	o 40
16.08/16.19	c v15.6s|  1168 |   571 | 28665 |  20.9 |5498k|  35 |   - | 238 |1075 | 238 | 265 | 460 | 671 |1521 | 1.000000e+01 | 4.000000e+01 | 300.00%
18.09/18.15	o 39
18.09/18.15	c *17.5s|  1763 |   866 | 38518 |  19.4 |5969k|  35 |   - | 238 |1299 | 238 | 265 | 460 |1030 |1615 | 1.100000e+01 | 3.900000e+01 | 254.55%
18.18/18.26	o 38
18.18/18.26	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
18.18/18.26	c l17.6s|  1797 |   878 | 39273 |  19.5 |5979k|  35 |   - | 238 |1315 | 238 | 265 | 460 |1048 |1620 | 1.100000e+01 | 3.800000e+01 | 245.45%
20.18/20.21	o 37
20.18/20.21	c g19.5s|  2414 |  1129 | 49793 |  18.9 |6464k|  35 |   - | 238 |1607 | 238 | 265 | 460 |1414 |1629 | 1.100000e+01 | 3.700000e+01 | 236.36%
22.78/22.84	o 33
22.78/22.84	c p22.0s|  2753 |  1026 | 65823 |  22.4 |6303k|  35 |   - | 238 |1746 | 238 | 265 | 460 |1920 |1681 | 1.100000e+01 | 3.300000e+01 | 200.00%
25.59/25.67	o 32
25.59/25.67	c c24.8s|  3258 |  1106 | 82957 |  24.2 |6466k|  35 |   - | 238 |1696 | 238 | 265 | 460 |2703 |1709 | 1.104167e+01 | 3.200000e+01 | 189.81%
27.19/27.27	o 30
27.19/27.27	c c26.3s|  3597 |  1129 | 91376 |  24.2 |6535k|  35 |   - | 238 |1603 | 238 | 265 | 460 |3157 |1719 | 1.200000e+01 | 3.000000e+01 | 150.00%
28.08/28.19	o 29
28.08/28.19	c l27.2s|  3765 |  1105 | 96061 |  24.4 |6510k|  35 |   - | 238 |1463 | 238 | 265 | 460 |3286 |1816 | 1.200000e+01 | 2.900000e+01 | 141.67%
44.18/44.26	o 25
44.18/44.26	c l42.7s|  7664 |  1407 |180055 |  22.9 |7631k|  38 |   - | 238 |2130 | 238 | 265 | 460 |7353 |2258 | 1.300000e+01 | 2.500000e+01 |  92.31%
51.48/51.52	c  49.6s| 10000 |  1564 |212165 |  20.8 |8231k|  40 |  30 | 238 |2220 | 238 | 265 | 460 |9433 |2281 | 1.400000e+01 | 2.500000e+01 |  78.57%
78.67/78.70	c  75.8s| 20000 |  1655 |328332 |  16.2 |9625k|  43 |   - | 238 |2992 |   0 |   0 | 460 |  17k|2308 | 1.700000e+01 | 2.500000e+01 |  47.06%
104.56/104.61	c   101s| 30000 |   859 |432127 |  14.3 |8291k|  43 |   - | 238 |2460 | 238 | 265 | 460 |  25k|2313 | 1.900000e+01 | 2.500000e+01 |  31.58%
129.36/129.46	c   125s| 40000 |   114 |539052 |  13.4 |6313k|  43 |  56 | 238 |2208 | 238 | 265 | 460 |  30k|3425 | 2.100000e+01 | 2.500000e+01 |  19.05%
131.86/132.00	c 
131.86/132.00	c SCIP Status        : problem is solved [optimal solution found]
131.86/132.00	c Solving Time (sec) : 127.28
131.86/132.00	c Solving Nodes      : 41091
131.86/132.00	c Primal Bound       : +2.50000000000000e+01 (13 solutions)
131.86/132.00	c Dual Bound         : +2.50000000000000e+01
131.86/132.00	c Gap                : 0.00 %
131.86/132.00	s OPTIMUM FOUND
131.86/132.00	v x43 x44 x45 x46 x47 x48 x49 x50 x51 x52 x53 x54 x55 x56 x57 x58 x59 x60 x61 x62 x63 x64 x65 x66 x67 x68 x69 x70 x71 x72 x73 x74 
131.86/132.00	v x75 x76 x77 x78 x79 x80 x81 x82 -x83 x84 x85 x86 x87 x88 x89 x90 x91 x92 x93 x94 x95 -x96 x97 x98 x99 x100 -x101 x102 x103 x104 
131.86/132.00	v x105 x106 x107 -x108 x109 x110 -x111 -x112 -x113 -x114 -x115 -x116 x117 x118 x119 x120 x121 x122 -x123 -x124 -x125 -x126 
131.86/132.00	v -x127 x128 -x129 -x130 -x131 -x132 -x133 x134 x135 x136 x137 x138 x139 x140 x141 x142 x143 x144 x145 x146 x147 -x148 x149 x150 
131.86/132.00	v x151 x152 x153 x154 x155 x156 -x157 x158 x159 x160 x161 -x162 x163 x164 x165 -x166 x167 x168 -x169 -x170 -x171 -x172 -x173 
131.86/132.00	v -x174 x175 x176 x177 x178 -x179 -x180 -x181 -x182 -x183 -x184 -x185 -x186 -x187 -x188 -x18 -x17 -x16 -x15 -x14 -x13 x189 x190 
131.86/132.00	v x191 x192 x193 x194 x195 x196 x197 -x198 x199 x200 x201 -x202 -x203 -x204 -x205 -x206 -x207 x208 x209 -x210 -x211 -x212 -x213 
131.86/132.00	v -x214 -x215 -x216 -x217 -x218 -x12 -x11 -x10 -x9 x8 -x7 -x219 x220 x221 -x222 -x223 -x224 -x225 -x226 -x227 -x228 -x229 -x230 
131.86/132.00	v -x231 -x232 -x24 -x23 -x22 x21 -x20 x19 x233 x234 -x235 -x236 -x237 -x30 -x29 x28 x27 x26 -x25 -x238 -x42 x41 x40 -x39 -x38 
131.86/132.00	v -x37 -x36 x35 -x34 -x33 x32 -x31 -x6 x5 x4 -x3 -x2 x1 
131.86/132.00	c SCIP Status        : problem is solved [optimal solution found]
131.86/132.00	c Solving Time       :     127.28
131.86/132.00	c Original Problem   :
131.86/132.00	c   Problem name     : HOME/instance-2667609-1276585582.opb
131.86/132.00	c   Variables        : 238 (238 binary, 0 integer, 0 implicit integer, 0 continuous)
131.86/132.00	c   Constraints      : 398 initial, 398 maximal
131.86/132.00	c Presolved Problem  :
131.86/132.00	c   Problem name     : t_HOME/instance-2667609-1276585582.opb
131.86/132.00	c   Variables        : 238 (238 binary, 0 integer, 0 implicit integer, 0 continuous)
131.86/132.00	c   Constraints      : 202 initial, 3073 maximal
131.86/132.00	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
131.86/132.00	c   trivial          :       0.00          0          0          0          0          0          0          0          0
131.86/132.00	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
131.86/132.00	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
131.86/132.00	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
131.86/132.00	c   implics          :       0.00          0          0          0          0          0          0          0          0
131.86/132.00	c   probing          :       0.04          0          0          0          0          0          0          0          0
131.86/132.00	c   knapsack         :       0.00          0          0          0          0          0          0          0          0
131.86/132.00	c   linear           :       0.01          0          0          0          0          0        196          0          0
131.86/132.00	c   logicor          :       0.00          0          0          0          0          0          0          0          0
131.86/132.00	c   root node        :          -         17          -          -         17          -          -          -          -
131.86/132.00	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
131.86/132.00	c   integral         :          0          0          0      23245          0         48       1712          0          0      45274
131.86/132.00	c   knapsack         :          6         22     175662          2          0        356      17367        112          0          0
131.86/132.00	c   linear           :        196+        23     175321          1          0       6525     418381         23          0          0
131.86/132.00	c   logicor          :          0+         0     122190          0          0        719     170578          0          0          0
131.86/132.00	c   countsols        :          0          0          0          2          0          0          0          0          0          0
131.86/132.00	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
131.86/132.00	c   integral         :      11.98       0.00       0.00      11.98       0.00
131.86/132.00	c   knapsack         :       0.96       0.00       0.96       0.00       0.00
131.86/132.00	c   linear           :      31.83       0.00      31.83       0.00       0.00
131.86/132.00	c   logicor          :       7.46       0.00       7.46       0.00       0.00
131.86/132.00	c   countsols        :       0.00       0.00       0.00       0.00       0.00
131.86/132.00	c Propagators        :       Time      Calls    Cutoffs    DomReds
131.86/132.00	c   vbounds          :       0.05          2          0          0
131.86/132.00	c   rootredcost      :       0.03         13          0          0
131.86/132.00	c   pseudoobj        :       0.33     175526         25       4087
131.86/132.00	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
131.86/132.00	c   propagation      :       0.67       7624       7562      49497       19.4        212       13.0          -
131.86/132.00	c   infeasible LP    :       0.63       5960       5960      14376       11.7        309       11.0          0
131.86/132.00	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
131.86/132.00	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
131.86/132.00	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
131.86/132.00	c   applied globally :          -          -          -      30937       14.6          -          -          -
131.86/132.00	c   applied locally  :          -          -          -          0        0.0          -          -          -
131.86/132.00	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
131.86/132.00	c   cut pool         :       0.01         21          -          -       3026          -    (maximal pool size: 3006)
131.86/132.00	c   redcost          :       0.31      25243          0       2907          0          0
131.86/132.00	c   impliedbounds    :       0.00         22          0          0          2          0
131.86/132.00	c   intobj           :       0.00          0          0          0          0          0
131.86/132.00	c   cgmip            :       0.00          0          0          0          0          0
131.86/132.00	c   gomory           :       0.23         22          0          0        693          0
131.86/132.00	c   strongcg         :       0.14         20          0          0        951          0
131.86/132.00	c   cmir             :       0.28         10          0          0       1530          0
131.86/132.00	c   flowcover        :       0.36         10          0          0       1818          0
131.86/132.00	c   clique           :       0.00          1          0          0          0          0
131.86/132.00	c   zerohalf         :       0.00          0          0          0          0          0
131.86/132.00	c   mcf              :       0.00          1          0          0          0          0
131.86/132.00	c   rapidlearning    :       1.41          1          0          0          0        297
131.86/132.00	c Pricers            :       Time      Calls       Vars
131.86/132.00	c   problem variables:       0.00          0          0
131.86/132.00	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
131.86/132.00	c   relpscost        :      11.95      23243         48       1712          0          0      45274
131.86/132.00	c   pscost           :       0.00          0          0          0          0          0          0
131.86/132.00	c   inference        :       0.00          0          0          0          0          0          0
131.86/132.00	c   mostinf          :       0.00          0          0          0          0          0          0
131.86/132.00	c   leastinf         :       0.00          0          0          0          0          0          0
131.86/132.00	c   fullstrong       :       0.00          0          0          0          0          0          0
131.86/132.00	c   allfullstrong    :       0.00          0          0          0          0          0          0
131.86/132.00	c   random           :       0.00          0          0          0          0          0          0
131.86/132.00	c Primal Heuristics  :       Time      Calls      Found
131.86/132.00	c   LP solutions     :       0.00          -          2
131.86/132.00	c   pseudo solutions :       0.00          -          0
131.86/132.00	c   oneopt           :       0.08         13          0
131.86/132.00	c   crossover        :       0.24          7          0
131.86/132.00	c   rootsoldiving    :       0.72         71          0
131.86/132.00	c   guideddiving     :       1.86        145          1
131.86/132.00	c   veclendiving     :       2.02        145          2
131.86/132.00	c   coefdiving       :       1.45        145          3
131.86/132.00	c   objpscostdiving  :       0.69         73          0
131.86/132.00	c   fracdiving       :       1.24        146          1
131.86/132.00	c   pscostdiving     :       1.62        146          1
131.86/132.00	c   linesearchdiving :       2.37        146          3
131.86/132.00	c   trivial          :       0.00          2          0
131.86/132.00	c   simplerounding   :       0.02          0          0
131.86/132.00	c   zirounding       :       0.04       1000          0
131.86/132.00	c   rounding         :       0.24       2166          0
131.86/132.00	c   shifting         :       2.40        634          0
131.86/132.00	c   intshifting      :       0.00          0          0
131.86/132.00	c   twoopt           :       0.00          0          0
131.86/132.00	c   fixandinfer      :       0.00          0          0
131.86/132.00	c   feaspump         :       0.11          3          0
131.86/132.00	c   intdiving        :       0.00          0          0
131.86/132.00	c   actconsdiving    :       0.00          0          0
131.86/132.00	c   octane           :       0.00          0          0
131.86/132.00	c   rens             :       0.02          1          0
131.86/132.00	c   rins             :       0.00          0          0
131.86/132.00	c   localbranching   :       0.00          0          0
131.86/132.00	c   mutation         :       0.00          0          0
131.86/132.00	c   dins             :       0.00          0          0
131.86/132.00	c   undercover       :       0.00          0          0
131.86/132.00	c   nlp              :       0.02          0          0
131.86/132.00	c   trysol           :       0.03          0          0
131.86/132.00	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
131.86/132.00	c   primal LP        :       0.00          0          0       0.00          -
131.86/132.00	c   dual LP          :      37.15      37466     464535      12.40   12504.31
131.86/132.00	c   lex dual LP      :       0.00          0          0       0.00          -
131.86/132.00	c   barrier LP       :       0.00          0          0       0.00          -
131.86/132.00	c   diving/probing LP:       7.40       6844      86392      12.62   11674.59
131.86/132.00	c   strong branching :      11.06       3571     101851      28.52    9208.95
131.86/132.00	c     (at root node) :          -         20       8851     442.55          -
131.86/132.00	c   conflict analysis:       0.00          0          0       0.00          -
131.86/132.00	c B&B Tree           :
131.86/132.00	c   number of runs   :          1
131.86/132.00	c   nodes            :      41091
131.86/132.00	c   nodes (total)    :      41091
131.86/132.00	c   nodes left       :          0
131.86/132.00	c   max depth        :         43
131.86/132.00	c   max depth (total):         43
131.86/132.00	c   backtracks       :      10808 (26.3%)
131.86/132.00	c   delayed cutoffs  :       2778
131.86/132.00	c   repropagations   :      32083 (154056 domain reductions, 1627 cutoffs)
131.86/132.00	c   avg switch length:       7.48
131.86/132.00	c   switching time   :      13.89
131.86/132.00	c Solution           :
131.86/132.00	c   Solutions found  :         13 (13 improvements)
131.86/132.00	c   First Solution   : +5.10000000000000e+01   (in run 1, after 64 nodes, 11.33 seconds, depth 48, found by <fracdiving>)
131.86/132.00	c   Primal Bound     : +2.50000000000000e+01   (in run 1, after 7664 nodes, 42.66 seconds, depth 44, found by <linesearchdiving>)
131.86/132.00	c   Dual Bound       : +2.50000000000000e+01
131.86/132.00	c   Gap              :       0.00 %
131.86/132.00	c   Root Dual Bound  : +7.00000000000000e+00
131.86/132.00	c   Root Iterations  :       4259
131.96/132.02	c Time complete: 131.98.

Verifier Data

OK	25

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2667609-1276585582/watcher-2667609-1276585582 -o /tmp/evaluation-result-2667609-1276585582/solver-2667609-1276585582 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2667609-1276585582.opb -t 1800 -m 1800 

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): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.86 0.95 0.98 3/106 1124
/proc/meminfo: memFree=1838456/2059040 swapFree=4139744/4192956
[pid=1124] ppid=1122 vsize=4660 CPUtime=0
/proc/1124/stat : 1124 (pbscip.linux.x8) R 1122 1124 32514 0 -1 4202496 520 0 0 0 0 0 0 0 20 0 1 0 34159719 4771840 442 1992294400 4194304 8223781 140734328090080 18446744073709551615 7235159 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/1124/statm: 1165 443 302 984 0 178 0

[startup+0.011753 s]
/proc/loadavg: 0.86 0.95 0.98 3/106 1124
/proc/meminfo: memFree=1838456/2059040 swapFree=4139744/4192956
[pid=1124] ppid=1122 vsize=8988 CPUtime=0
/proc/1124/stat : 1124 (pbscip.linux.x8) R 1122 1124 32514 0 -1 4202496 1551 0 0 0 0 0 0 0 20 0 1 0 34159719 9203712 1471 1992294400 4194304 8223781 140734328090080 18446744073709551615 5650597 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/1124/statm: 2247 1472 365 984 0 1260 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8988

[startup+0.101764 s]
/proc/loadavg: 0.86 0.95 0.98 3/106 1124
/proc/meminfo: memFree=1838456/2059040 swapFree=4139744/4192956
[pid=1124] ppid=1122 vsize=15676 CPUtime=0.09
/proc/1124/stat : 1124 (pbscip.linux.x8) R 1122 1124 32514 0 -1 4202496 4025 0 0 0 8 1 0 0 20 0 1 0 34159719 16052224 3028 1992294400 4194304 8223781 140734328090080 18446744073709551615 5434133 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1124/statm: 3919 3028 542 984 0 2932 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15676

[startup+0.300791 s]
/proc/loadavg: 0.86 0.95 0.98 3/106 1124
/proc/meminfo: memFree=1838456/2059040 swapFree=4139744/4192956
[pid=1124] ppid=1122 vsize=25136 CPUtime=0.29
/proc/1124/stat : 1124 (pbscip.linux.x8) R 1122 1124 32514 0 -1 4202496 6867 0 0 0 26 3 0 0 20 0 1 0 34159719 25739264 5086 1992294400 4194304 8223781 140734328090080 18446744073709551615 4979703 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1124/statm: 6284 5086 576 984 0 5297 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 25136

[startup+0.700843 s]
/proc/loadavg: 0.86 0.95 0.98 3/106 1124
/proc/meminfo: memFree=1838456/2059040 swapFree=4139744/4192956
[pid=1124] ppid=1122 vsize=25268 CPUtime=0.69
/proc/1124/stat : 1124 (pbscip.linux.x8) R 1122 1124 32514 0 -1 4202496 6918 0 0 0 66 3 0 0 20 0 1 0 34159719 25874432 5137 1992294400 4194304 8223781 140734328090080 18446744073709551615 4979093 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1124/statm: 6317 5137 576 984 0 5330 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 25268

[startup+1.50095 s]
/proc/loadavg: 0.86 0.95 0.98 2/107 1125
/proc/meminfo: memFree=1819972/2059040 swapFree=4139744/4192956
[pid=1124] ppid=1122 vsize=25444 CPUtime=1.49
/proc/1124/stat : 1124 (pbscip.linux.x8) R 1122 1124 32514 0 -1 4202496 6970 0 0 0 145 4 0 0 22 0 1 0 34159719 26054656 5189 1992294400 4194304 8223781 140734328090080 18446744073709551615 4980164 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1124/statm: 6361 5189 576 984 0 5374 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 25444

[startup+3.10116 s]
/proc/loadavg: 0.86 0.95 0.98 2/107 1125
/proc/meminfo: memFree=1823568/2059040 swapFree=4139744/4192956
[pid=1124] ppid=1122 vsize=22696 CPUtime=3.09
/proc/1124/stat : 1124 (pbscip.linux.x8) R 1122 1124 32514 0 -1 4202496 8275 0 0 0 301 8 0 0 25 0 1 0 34159719 23240704 4718 1992294400 4194304 8223781 140734328090080 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1124/statm: 5674 4719 585 984 0 4687 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 22696

[startup+6.30058 s]
/proc/loadavg: 0.88 0.95 0.98 2/107 1125
/proc/meminfo: memFree=1820840/2059040 swapFree=4139744/4192956
[pid=1124] ppid=1122 vsize=22536 CPUtime=6.29
/proc/1124/stat : 1124 (pbscip.linux.x8) R 1122 1124 32514 0 -1 4202496 15039 0 0 0 610 19 0 0 25 0 1 0 34159719 23076864 4732 1992294400 4194304 8223781 140734328090080 18446744073709551615 6590207 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1124/statm: 5634 4732 586 984 0 4647 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 22536

[startup+12.7004 s]
/proc/loadavg: 0.89 0.95 0.98 2/107 1125
/proc/meminfo: memFree=1820592/2059040 swapFree=4139744/4192956
[pid=1124] ppid=1122 vsize=22584 CPUtime=12.68
/proc/1124/stat : 1124 (pbscip.linux.x8) R 1122 1124 32514 0 -1 4202496 17729 0 0 0 1228 40 0 0 25 0 1 0 34159719 23126016 4735 1992294400 4194304 8223781 140734328090080 18446744073709551615 4925969 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1124/statm: 5646 4735 588 984 0 4659 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 22584

[startup+25.5011 s]
/proc/loadavg: 0.98 0.97 0.99 2/107 1127
/proc/meminfo: memFree=1817616/2059040 swapFree=4139744/4192956
[pid=1124] ppid=1122 vsize=25832 CPUtime=25.49
/proc/1124/stat : 1124 (pbscip.linux.x8) R 1122 1124 32514 0 -1 4202496 37227 0 0 0 2462 87 0 0 25 0 1 0 34159719 26451968 5561 1992294400 4194304 8223781 140734328090080 18446744073709551615 4925943 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1124/statm: 6458 5561 593 984 0 5471 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 25832

[startup+51.1015 s]
/proc/loadavg: 0.99 0.97 0.99 2/107 1127
/proc/meminfo: memFree=1814764/2059040 swapFree=4139744/4192956
[pid=1124] ppid=1122 vsize=28936 CPUtime=51.08
/proc/1124/stat : 1124 (pbscip.linux.x8) R 1122 1124 32514 0 -1 4202496 71406 0 0 0 4922 186 0 0 25 0 1 0 34159719 29630464 6299 1992294400 4194304 8223781 140734328090080 18446744073709551615 6445668 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1124/statm: 7234 6299 593 984 0 6247 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 28936

[startup+102.308 s]
/proc/loadavg: 0.99 0.97 0.99 2/107 1129
/proc/meminfo: memFree=1812904/2059040 swapFree=4139744/4192956
[pid=1124] ppid=1122 vsize=30572 CPUtime=102.26
/proc/1124/stat : 1124 (pbscip.linux.x8) R 1122 1124 32514 0 -1 4202496 78867 0 0 0 9868 358 0 0 25 0 1 0 34159719 31305728 6753 1992294400 4194304 8223781 140734328090080 18446744073709551615 4978944 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1124/statm: 7643 6753 593 984 0 6656 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 30572

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

[startup+115.101 s]
/proc/loadavg: 0.99 0.97 0.99 2/107 1129
/proc/meminfo: memFree=1812408/2059040 swapFree=4139744/4192956
[pid=1124] ppid=1122 vsize=30628 CPUtime=115.06
/proc/1124/stat : 1124 (pbscip.linux.x8) R 1122 1124 32514 0 -1 4202496 80930 0 0 0 11104 402 0 0 25 0 1 0 34159719 31363072 6767 1992294400 4194304 8223781 140734328090080 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1124/statm: 7657 6767 593 984 0 6670 0
Current children cumulated CPU time (s) 115.06
Current children cumulated vsize (KiB) 30628

[startup+121.502 s]
/proc/loadavg: 0.99 0.97 0.99 2/107 1129
/proc/meminfo: memFree=1812532/2059040 swapFree=4139744/4192956
[pid=1124] ppid=1122 vsize=30760 CPUtime=121.46
/proc/1124/stat : 1124 (pbscip.linux.x8) R 1122 1124 32514 0 -1 4202496 81554 0 0 0 11719 427 0 0 25 0 1 0 34159719 31498240 6776 1992294400 4194304 8223781 140734328090080 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1124/statm: 7690 6776 593 984 0 6703 0
Current children cumulated CPU time (s) 121.46
Current children cumulated vsize (KiB) 30760

[startup+127.902 s]
/proc/loadavg: 0.99 0.97 0.99 2/107 1129
/proc/meminfo: memFree=1812532/2059040 swapFree=4139744/4192956
[pid=1124] ppid=1122 vsize=30664 CPUtime=127.85
/proc/1124/stat : 1124 (pbscip.linux.x8) R 1122 1124 32514 0 -1 4202496 82196 0 0 0 12334 451 0 0 25 0 1 0 34159719 31399936 6776 1992294400 4194304 8223781 140734328090080 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1124/statm: 7666 6776 593 984 0 6679 0
Current children cumulated CPU time (s) 127.85
Current children cumulated vsize (KiB) 30664

[startup+129.502 s]
/proc/loadavg: 0.99 0.97 0.99 2/107 1129
/proc/meminfo: memFree=1812532/2059040 swapFree=4139744/4192956
[pid=1124] ppid=1122 vsize=30664 CPUtime=129.46
/proc/1124/stat : 1124 (pbscip.linux.x8) R 1122 1124 32514 0 -1 4202496 82265 0 0 0 12488 458 0 0 25 0 1 0 34159719 31399936 6774 1992294400 4194304 8223781 140734328090080 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1124/statm: 7666 6774 593 984 0 6679 0
Current children cumulated CPU time (s) 129.46
Current children cumulated vsize (KiB) 30664

[startup+131.102 s]
/proc/loadavg: 0.99 0.97 0.99 2/107 1129
/proc/meminfo: memFree=1812532/2059040 swapFree=4139744/4192956
[pid=1124] ppid=1122 vsize=30664 CPUtime=131.05
/proc/1124/stat : 1124 (pbscip.linux.x8) R 1122 1124 32514 0 -1 4202496 82417 0 0 0 12643 462 0 0 25 0 1 0 34159719 31399936 6769 1992294400 4194304 8223781 140734328090080 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1124/statm: 7666 6769 593 984 0 6679 0
Current children cumulated CPU time (s) 131.05
Current children cumulated vsize (KiB) 30664

[startup+131.502 s]
/proc/loadavg: 0.99 0.97 0.99 2/107 1129
/proc/meminfo: memFree=1812532/2059040 swapFree=4139744/4192956
[pid=1124] ppid=1122 vsize=30676 CPUtime=131.45
/proc/1124/stat : 1124 (pbscip.linux.x8) R 1122 1124 32514 0 -1 4202496 82466 0 0 0 12682 463 0 0 25 0 1 0 34159719 31412224 6773 1992294400 4194304 8223781 140734328090080 18446744073709551615 4983811 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1124/statm: 7669 6773 593 984 0 6682 0
Current children cumulated CPU time (s) 131.45
Current children cumulated vsize (KiB) 30676

[startup+131.901 s]
/proc/loadavg: 0.99 0.97 0.99 2/107 1129
/proc/meminfo: memFree=1812532/2059040 swapFree=4139744/4192956
[pid=1124] ppid=1122 vsize=30664 CPUtime=131.86
/proc/1124/stat : 1124 (pbscip.linux.x8) R 1122 1124 32514 0 -1 4202496 82504 0 0 0 12721 465 0 0 25 0 1 0 34159719 31399936 6774 1992294400 4194304 8223781 140734328090080 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1124/statm: 7666 6774 593 984 0 6679 0
Current children cumulated CPU time (s) 131.86
Current children cumulated vsize (KiB) 30664

[startup+132.008 s]
/proc/loadavg: 0.99 0.97 0.99 2/107 1129
/proc/meminfo: memFree=1812532/2059040 swapFree=4139744/4192956
[pid=1124] ppid=1122 vsize=30628 CPUtime=131.96
/proc/1124/stat : 1124 (pbscip.linux.x8) R 1122 1124 32514 0 -1 4202496 82507 0 0 0 12731 465 0 0 25 0 1 0 34159719 31363072 6770 1992294400 4194304 8223781 140734328090080 18446744073709551615 6207088 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/1124/statm: 7657 6770 596 984 0 6670 0
Current children cumulated CPU time (s) 131.96
Current children cumulated vsize (KiB) 30628

Child status: 0
Real time (s): 132.021
CPU time (s): 131.983
CPU user time (s): 127.321
CPU system time (s): 4.66229
CPU usage (%): 99.9712
Max. virtual memory (cumulated for all children) (KiB): 37272

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 127.321
system time used= 4.66229
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 82511
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= 2
involuntary context switches= 240

runsolver used 0.232964 second user time and 0.621905 second system time

The end

Launcher Data

Begin job on node013 at 2010-06-15 09:06:22
IDJOB=2667609
IDBENCH=2632
IDSOLVER=1169
FILE ID=node013/2667609-1276585582
PBS_JOBID= 11173523
Free space on /tmp= 62552 MiB

SOLVER NAME= SCIPspx SCIP 1.2.1.2 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solver
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/golomb-rulers/normalized-OGR_7.opb
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2667609-1276585582/watcher-2667609-1276585582 -o /tmp/evaluation-result-2667609-1276585582/solver-2667609-1276585582 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2667609-1276585582.opb -t 1800 -m 1800

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= a28f5b3e9b4b12f9ccee04abccbf9327
RANDOM SEED=148411380

node013.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	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.253
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.50
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.253
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5599.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1838984 kB
Buffers:         34636 kB
Cached:         104684 kB
SwapCached:       6280 kB
Active:          80700 kB
Inactive:        71644 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1838984 kB
SwapTotal:     4192956 kB
SwapFree:      4139744 kB
Dirty:            4668 kB
Writeback:           0 kB
AnonPages:       11676 kB
Mapped:          12992 kB
Slab:            45996 kB
PageTables:       4084 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181308 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264948 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62544 MiB
End job on node013 at 2010-06-15 09:08:34