Trace number 3447973

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 NameAnswerCPU timeWall clock time
SCIP spx SCIP 2.0.1.4. with SoPlex 1.5.0.4OPTIMUM 69.1795 69.178

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/wcsp/jnh/
normalized-jnh217_wcsp.wbo
MD5SUM21c59077deccfec4231c8e158229757c
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark0.010998
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables200
Total number of constraints900
Number of soft constraints800
Number of constraints which are clauses800
Number of constraints which are cardinality constraints (but not clauses)100
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint11
Top cost 394239
Min constraint cost 1
Max constraint cost 1000
Sum of constraints costs 394238
Biggest number in a constraint 10
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 21
Number of bits of the biggest sum of numbers5
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.00	c SCIP version 2.0.1.4 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.5.0.4]
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-3447973-1307902734.wbo>
0.00/0.01	c original problem has 1000 variables (1000 bin, 0 int, 0 impl, 0 cont) and 901 constraints
0.00/0.01	c problem read
0.00/0.01	c presolving settings loaded
0.00/0.02	c presolving:
0.00/0.02	c (round 1) 100 del vars, 101 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 200 impls, 0 clqs
0.00/0.03	c (round 2) 100 del vars, 101 del conss, 0 add conss, 800 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 200 impls, 0 clqs
0.00/0.05	c    (0.1s) probing: 101/900 (11.2%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.00/0.05	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.00/0.05	c presolving (3 rounds):
0.00/0.05	c  100 deleted vars, 101 deleted constraints, 0 added constraints, 800 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.05	c  1000 implications, 0 cliques
0.00/0.05	c presolved problem has 1700 variables (900 bin, 0 int, 800 impl, 0 cont) and 1600 constraints
0.00/0.05	c     800 constraints of type <linear>
0.00/0.05	c     800 constraints of type <indicator>
0.00/0.05	c transformed objective value is always integral (scale: 1)
0.00/0.05	c Presolving Time: 0.04
0.00/0.05	c - non default parameters ----------------------------------------------------------------------
0.00/0.05	c # SCIP version 2.0.1.4
0.00/0.05	c 
0.00/0.05	c # frequency for displaying node information lines
0.00/0.05	c # [type: int, range: [-1,2147483647], default: 100]
0.00/0.05	c display/freq = 10000
0.00/0.05	c 
0.00/0.05	c # maximal time in seconds to run
0.00/0.05	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.05	c limits/time = 1800
0.00/0.05	c 
0.00/0.05	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.05	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.05	c limits/memory = 13950
0.00/0.05	c 
0.00/0.05	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.00/0.05	c # [type: int, range: [1,2], default: 1]
0.00/0.05	c timing/clocktype = 2
0.00/0.05	c 
0.00/0.05	c # belongs reading time to solving time?
0.00/0.05	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.05	c timing/reading = TRUE
0.00/0.05	c 
0.00/0.05	c # should presolving try to simplify inequalities
0.00/0.05	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.05	c constraints/linear/simplifyinequalities = TRUE
0.00/0.05	c 
0.00/0.05	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.00/0.05	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.05	c constraints/indicator/addCouplingCons = TRUE
0.00/0.05	c 
0.00/0.05	c # should presolving try to simplify knapsacks
0.00/0.05	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.05	c constraints/knapsack/simplifyinequalities = TRUE
0.00/0.05	c 
0.00/0.05	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.00/0.05	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.05	c separating/rapidlearning/freq = 0
0.00/0.05	c 
0.00/0.05	c -----------------------------------------------------------------------------------------------
0.00/0.05	c start solving
0.00/0.05	c 
0.00/0.05	o 394238
0.00/0.05	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.05	c t 0.1s|     1 |     0 |     0 |     - |4708k|   0 |   - |1700 |1600 |   0 |   0 |   0 |   0 |   0 |      --      | 3.942380e+05 |    Inf 
0.00/0.06	c   0.1s|     1 |     0 |   121 |     - |5780k|   0 |  74 |1700 |2400 |1700 | 800 |   0 |   0 |   0 | 0.000000e+00 | 3.942380e+05 |    Inf 
0.19/0.24	c   0.2s|     1 |     0 |   391 |     - |8943k|   0 |  78 |1700 |2400 |1700 | 826 |  26 |   0 |   0 | 0.000000e+00 | 3.942380e+05 |    Inf 
0.29/0.36	c   0.4s|     1 |     0 |   461 |     - |  10M|   0 |  85 |1700 |2400 |1700 | 841 |  41 |   0 |   0 | 0.000000e+00 | 3.942380e+05 |    Inf 
0.39/0.48	c   0.5s|     1 |     0 |   496 |     - |  11M|   0 |  79 |1700 |2400 |1700 | 847 |  47 |   0 |   0 | 0.000000e+00 | 3.942380e+05 |    Inf 
0.59/0.62	c   0.6s|     1 |     0 |   530 |     - |  13M|   0 |  85 |1700 |2400 |1700 | 859 |  59 |   0 |   0 | 0.000000e+00 | 3.942380e+05 |    Inf 
0.69/0.77	c   0.8s|     1 |     0 |   569 |     - |  15M|   0 |  86 |1700 |2400 |1700 | 864 |  64 |   0 |   0 | 0.000000e+00 | 3.942380e+05 |    Inf 
0.89/0.94	c   0.9s|     1 |     0 |   608 |     - |  17M|   0 |  85 |1700 |2400 |1700 | 870 |  70 |   0 |   0 | 0.000000e+00 | 3.942380e+05 |    Inf 
1.39/1.43	c   1.4s|     1 |     2 |   608 |     - |  17M|   0 |  85 |1700 |2400 |1700 | 870 |  70 |   0 |  24 | 0.000000e+00 | 3.942380e+05 |    Inf 
3.99/4.02	o 5142
3.99/4.02	c * 4.0s|    51 |    50 |  2208 |  32.0 |  17M|  50 |   - |1700 |2400 |1700 | 948 | 118 |   0 | 592 | 0.000000e+00 | 5.142000e+03 |    Inf 
6.19/6.26	o 5115
6.19/6.26	c * 6.3s|   263 |   237 | 10302 |  37.0 |  19M|  50 |   - |1700 |2408 |1700 | 963 | 639 |   8 |1156 | 0.000000e+00 | 5.115000e+03 |    Inf 
6.39/6.41	o 4074
6.39/6.41	c * 6.4s|   285 |   242 | 11187 |  37.2 |  19M|  50 |   - |1700 |2410 |1700 | 941 | 729 |  10 |1167 | 0.000000e+00 | 4.074000e+03 |    Inf 
6.49/6.51	o 2671
6.49/6.51	c * 6.5s|   299 |   201 | 11750 |  37.4 |  19M|  50 |   - |1700 |2411 |1700 | 947 | 778 |  11 |1173 | 0.000000e+00 | 2.671000e+03 |    Inf 
6.49/6.57	o 2049
6.49/6.57	c * 6.6s|   308 |   184 | 12168 |  37.7 |  19M|  50 |   - |1700 |2411 |1700 | 926 | 804 |  11 |1175 | 0.000000e+00 | 2.049000e+03 |    Inf 
6.99/7.03	o 1918
6.99/7.03	c * 7.0s|   396 |   228 | 15798 |  38.5 |  20M|  50 |   - |1700 |2428 |1700 | 922 | 970 |  28 |1183 | 0.000000e+00 | 1.918000e+03 |    Inf 
7.29/7.34	o 1907
7.29/7.34	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
7.29/7.34	c * 7.3s|   457 |   278 | 18231 |  38.6 |  20M|  50 |   - |1700 |2437 |1700 | 921 |1042 |  37 |1196 | 0.000000e+00 | 1.907000e+03 |    Inf 
7.29/7.34	o 1904
7.29/7.34	c * 7.3s|   458 |   277 | 18233 |  38.6 |  20M|  50 |   - |1700 |2437 |1700 | 921 |1042 |  37 |1196 | 0.000000e+00 | 1.904000e+03 |    Inf 
7.49/7.53	o 1806
7.49/7.53	c * 7.5s|   491 |   296 | 19575 |  38.7 |  20M|  50 |   - |1700 |2444 |1700 | 924 |1121 |  44 |1199 | 0.000000e+00 | 1.806000e+03 |    Inf 
22.79/22.88	o 1703
22.79/22.88	c *22.9s|  4067 |  2805 |130222 |  31.9 |  26M|  55 |   - |1700 |3039 |1700 | 903 |7198 | 643 |1448 | 0.000000e+00 | 1.703000e+03 |    Inf 
35.29/35.36	o 1555
35.29/35.36	c *35.4s|  6512 |  4107 |220321 |  33.7 |  29M|  55 |   - |1700 |3246 |1700 | 924 |  12k|1142 |1637 | 0.000000e+00 | 1.555000e+03 |    Inf 
38.50/38.59	o 1314
38.50/38.59	c *38.6s|  7231 |  4415 |242090 |  33.4 |  29M|  55 |   - |1700 |3237 |1700 | 930 |  13k|1302 |1718 | 0.000000e+00 | 1.314000e+03 |    Inf 
46.49/46.56	o 1111
46.49/46.56	c *46.6s|  8899 |  5033 |296320 |  33.2 |  30M|  55 |   - |1700 |3193 |1700 | 911 |  16k|1777 |1870 | 0.000000e+00 | 1.111000e+03 |    Inf 
51.50/51.60	c  51.6s| 10000 |  5410 |329757 |  32.9 |  31M|  55 |  35 |1700 |3140 |1700 | 900 |  18k|2192 |1981 | 0.000000e+00 | 1.111000e+03 |    Inf 
58.79/58.81	o 1105
58.79/58.81	c *58.8s| 11472 |  5858 |378515 |  32.9 |  33M|  55 |   - |1700 |3001 |1700 | 905 |  21k|2783 |2150 | 0.000000e+00 | 1.105000e+03 |    Inf 
58.79/58.82	o 905
58.79/58.82	c *58.8s| 11474 |  5676 |378532 |  32.9 |  32M|  55 |   - |1700 |3001 |1700 | 907 |  21k|2783 |2150 | 0.000000e+00 | 9.050000e+02 |    Inf 
66.89/66.96	o 690
66.89/66.96	c *67.0s| 13197 |  5239 |430969 |  32.6 |  33M|  56 |   - |1700 |2724 |1700 | 924 |  22k|3781 |2292 | 0.000000e+00 | 6.900000e+02 |    Inf 
67.59/67.69	o 358
67.59/67.69	c *67.7s| 13309 |  3583 |435859 |  32.7 |  30M|  56 |   - |1700 |2291 |1700 | 912 |  22k|3894 |2300 | 0.000000e+00 | 3.580000e+02 |    Inf 
67.89/67.91	o 333
67.89/67.91	c g67.9s| 13337 |  3337 |437338 |  32.7 |  30M|  56 |   - |1700 |1668 |1700 | 854 |  22k|3929 |2302 | 0.000000e+00 | 3.330000e+02 |    Inf 
68.29/68.37	o 137
68.29/68.37	c *68.4s| 13408 |  2244 |441308 |  32.9 |  27M|  56 |   - |1700 |1683 |1700 | 904 |  22k|4072 |2305 | 0.000000e+00 | 1.370000e+02 |    Inf 
68.39/68.42	o 132
68.39/68.42	c *68.4s| 13419 |  2188 |441711 |  32.9 |  27M|  56 |   - |1700 |1361 |1700 | 900 |  22k|4092 |2305 | 0.000000e+00 | 1.320000e+02 |    Inf 
68.39/68.45	o 74
68.39/68.45	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
68.39/68.45	c *68.4s| 13422 |  1917 |441871 |  32.9 |  26M|  56 |   - |1700 |1340 |1700 | 903 |  22k|4096 |2305 | 0.000000e+00 | 7.400000e+01 |    Inf 
68.50/68.54	o 23
68.50/68.54	c l68.5s| 13443 |  1425 |442662 |  32.9 |  25M|  56 |   - |1700 |1240 |1700 | 900 |  22k|4131 |2305 | 0.000000e+00 | 2.300000e+01 |    Inf 
68.70/68.78	o 14
68.70/68.78	c p68.8s| 13493 |  1080 |444808 |  32.9 |  24M|  56 |   - |1700 |1197 |1700 | 900 |  22k|4209 |2305 | 0.000000e+00 | 1.400000e+01 |    Inf 
69.09/69.16	o 0
69.09/69.16	c s69.2s| 13580 |     0 |448631 |  33.0 |  20M|  56 |   - |1700 |1233 |1700 | 900 |  22k|4330 |2305 | 0.000000e+00 | 0.000000e+00 |   0.00%
69.09/69.16	c 
69.09/69.16	c SCIP Status        : problem is solved [optimal solution found]
69.09/69.16	c Solving Time (sec) : 69.16
69.09/69.16	c Solving Nodes      : 13580
69.09/69.16	c Primal Bound       : +0.00000000000000e+00 (189 solutions)
69.09/69.16	c Dual Bound         : +0.00000000000000e+00
69.09/69.16	c Gap                : 0.00 %
69.09/69.16	s OPTIMUM FOUND
69.09/69.16	v -x200 x199 -x198 x197 -x196 x195 -x194 x193 x192 -x191 x190 -x189 x188 -x187 x186 -x185 x184 -x183 x182 -x181 x180 -x179 x178 -x177 
69.09/69.16	v x176 -x175 x174 -x173 x172 -x171 x170 -x169 -x168 x167 x166 -x165 x164 -x163 -x162 x161 x160 -x159 x158 -x157 x156 -x155 
69.09/69.16	v x154 -x153 -x152 x151 x150 -x149 -x148 x147 x146 -x145 -x144 x143 x142 -x141 -x140 x139 x138 -x137 -x136 x135 x134 -x133 x132 
69.09/69.16	v -x131 x130 -x129 x128 -x127 x126 -x125 -x124 x123 -x122 x121 x120 -x119 -x118 x117 -x116 x115 x114 -x113 x112 -x111 -x110 x109 
69.09/69.16	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 
69.09/69.16	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 
69.09/69.16	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 
69.09/69.16	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 
69.09/69.16	c SCIP Status        : problem is solved [optimal solution found]
69.09/69.16	c Total Time         :      69.16
69.09/69.16	c   solving          :      69.16
69.09/69.16	c   presolving       :       0.04 (included in solving)
69.09/69.16	c   reading          :       0.01 (included in solving)
69.09/69.16	c Original Problem   :
69.09/69.16	c   Problem name     : HOME/instance-3447973-1307902734.wbo
69.09/69.16	c   Variables        : 1000 (1000 binary, 0 integer, 0 implicit integer, 0 continuous)
69.09/69.16	c   Constraints      : 901 initial, 901 maximal
69.09/69.16	c Presolved Problem  :
69.09/69.16	c   Problem name     : t_HOME/instance-3447973-1307902734.wbo
69.09/69.16	c   Variables        : 1700 (900 binary, 0 integer, 800 implicit integer, 0 continuous)
69.09/69.16	c   Constraints      : 1600 initial, 3268 maximal
69.09/69.16	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
69.09/69.16	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
69.09/69.16	c   dualfix          :       0.00          0          0          0          0          0          0          0          0          0
69.09/69.16	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
69.09/69.16	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
69.09/69.16	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
69.09/69.16	c   probing          :       0.02          0          0          0          0          0          0          0          0          0
69.09/69.16	c   varbound         :       0.00          0          0          0          0          0          0          0          0          0
69.09/69.16	c   linear           :       0.02          0        100          0        800          0        101          0          0          0
69.09/69.16	c   indicator        :       0.00          0          0          0          0          0          0          0          0          0
69.09/69.16	c   logicor          :       0.00          0          0          0          0          0          0          0          0          0
69.09/69.16	c   root node        :          -       1582          -          -       1582          -          -          -          -          -
69.09/69.16	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
69.09/69.16	c   integral         :          0          0          0      33093          0       1128          0         15         56          0          0      20496
69.09/69.16	c   varbound         :          0+         6      50090      22795          0          0       5895          2     344109      22837          0          0
69.09/69.16	c   linear           :        800          6      50289         19          0       1125      22094       1416      62134          0          0          0
69.09/69.16	c   indicator        :        800          0      48873      22795          0       1122       5819          0       6923          0          0          0
69.09/69.16	c   logicor          :          0+         0      28236          0          0          0       3792        388       7387          0          0          0
69.09/69.16	c   countsols        :          0          0          0         20          0        171          0          0          0          0          0          0
69.09/69.16	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
69.09/69.16	c   integral         :       6.10       0.00       0.00       6.09       0.00       0.01       0.00
69.09/69.16	c   varbound         :       1.13       0.00       0.78       0.34       0.00       0.00       0.00
69.09/69.16	c   linear           :       0.91       0.00       0.77       0.00       0.00       0.12       0.02
69.09/69.16	c   indicator        :       2.36       0.00       0.72       1.13       0.00       0.51       0.00
69.09/69.16	c   logicor          :       0.27       0.00       0.27       0.00       0.00       0.00       0.00
69.09/69.16	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
69.09/69.16	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
69.09/69.16	c   vbounds          :      22362       7815          0     768577
69.09/69.16	c   rootredcost      :         23          0          0        791
69.09/69.16	c   pseudoobj        :      51459       7011       1368     342684
69.09/69.16	c Propagator Timings :  TotalTime  Propagate    Resprop
69.09/69.16	c   vbounds          :       2.15       2.14       0.00
69.09/69.16	c   rootredcost      :       0.01       0.01       0.00
69.09/69.16	c   pseudoobj        :       1.01       0.95       0.06
69.09/69.16	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
69.09/69.16	c   propagation      :       0.11       3174       3031       4806       16.9        109        9.7          -
69.09/69.16	c   infeasible LP    :       0.00         10         10         46       15.4          0        0.0          0
69.09/69.16	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
69.09/69.16	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
69.09/69.16	c   pseudo solution  :       0.00          1          1          1        0.0          0        0.0          -
69.09/69.16	c   applied globally :          -          -          -       4330       16.2          -          -          -
69.09/69.16	c   applied locally  :          -          -          -          0        0.0          -          -          -
69.09/69.16	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
69.09/69.16	c   cut pool         :       0.01          5          -          -        130          -    (maximal pool size: 2300)
69.09/69.16	c   redcost          :       1.49      25605          0     766389          0          0
69.09/69.16	c   impliedbounds    :       0.00          6          0          0          0          0
69.09/69.16	c   intobj           :       0.00          0          0          0          0          0
69.09/69.16	c   gomory           :       0.33          6          0          0        361          0
69.09/69.16	c   cgmip            :       0.00          0          0          0          0          0
69.09/69.16	c   closecuts        :       0.00          0          0          0          0          0
69.09/69.16	c   strongcg         :       0.30          6          0          0       2185          0
69.09/69.16	c   cmir             :       0.07          6          0          0          0          0
69.09/69.16	c   flowcover        :       0.05          6          0          0          0          0
69.09/69.16	c   clique           :       0.00          1          0          0          0          0
69.09/69.16	c   zerohalf         :       0.00          0          0          0          0          0
69.09/69.16	c   mcf              :       0.00          1          0          0          0          0
69.09/69.16	c   oddcycle         :       0.00          0          0          0          0          0
69.09/69.16	c   rapidlearning    :       0.06          1          0          0          0          0
69.09/69.16	c Pricers            :       Time      Calls       Vars
69.09/69.16	c   problem variables:       0.00          0          0
69.09/69.16	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
69.09/69.16	c   relpscost        :       6.08      10298         15         56          0          0      20496
69.09/69.16	c   pscost           :       0.00          0          0          0          0          0          0
69.09/69.16	c   inference        :       0.00          0          0          0          0          0          0
69.09/69.16	c   mostinf          :       0.00          0          0          0          0          0          0
69.09/69.16	c   leastinf         :       0.00          0          0          0          0          0          0
69.09/69.16	c   fullstrong       :       0.00          0          0          0          0          0          0
69.09/69.16	c   allfullstrong    :       0.00          0          0          0          0          0          0
69.09/69.16	c   random           :       0.00          0          0          0          0          0          0
69.09/69.16	c Primal Heuristics  :       Time      Calls      Found
69.09/69.16	c   LP solutions     :       0.01          -         20
69.09/69.16	c   pseudo solutions :       0.00          -          0
69.09/69.16	c   oneopt           :       0.13         23          0
69.09/69.16	c   crossover        :       0.28         11          0
69.09/69.16	c   objpscostdiving  :       0.54         36          0
69.09/69.16	c   veclendiving     :       0.30         73          0
69.09/69.16	c   coefdiving       :       0.39         74          0
69.09/69.16	c   guideddiving     :       0.51         74          1
69.09/69.16	c   linesearchdiving :       0.40         74          1
69.09/69.16	c   fracdiving       :       0.37         74          0
69.09/69.16	c   pscostdiving     :       0.44         74          1
69.09/69.16	c   rootsoldiving    :       0.34         38          0
69.09/69.16	c   trivial          :       0.00          2          1
69.09/69.16	c   shiftandpropagate:       0.00          0          0
69.09/69.16	c   simplerounding   :       0.02      11939          0
69.09/69.16	c   zirounding       :       0.05       1000          0
69.09/69.16	c   rounding         :       0.08       1502          0
69.09/69.16	c   shifting         :       0.33        447          1
69.09/69.16	c   intshifting      :       0.00          0          0
69.09/69.16	c   twoopt           :       0.00          0          0
69.09/69.16	c   fixandinfer      :       0.00          0          0
69.09/69.16	c   feaspump         :       0.00          0          0
69.09/69.16	c   clique           :       0.00          0          0
69.09/69.16	c   intdiving        :       0.00          0          0
69.09/69.16	c   actconsdiving    :       0.00          0          0
69.09/69.16	c   octane           :       0.00          0          0
69.09/69.16	c   rens             :       0.02          1          0
69.09/69.16	c   rins             :       0.00          0          0
69.09/69.16	c   localbranching   :       0.00          0          0
69.09/69.16	c   mutation         :       0.00          0          0
69.09/69.16	c   dins             :       0.00          0          0
69.09/69.16	c   vbounds          :       0.00          0          0
69.09/69.16	c   undercover       :       0.00          0          0
69.09/69.16	c   subnlp           :       0.00          0          0
69.09/69.16	c   trysol           :       0.11        955        164
69.09/69.16	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
69.09/69.16	c   primal LP        :       0.14          0          0       0.00       0.00
69.09/69.16	c   dual LP          :      39.42      37458     423031      11.29   10730.81
69.09/69.16	c   lex dual LP      :       0.00          0          0       0.00          -
69.09/69.16	c   barrier LP       :       0.00          0          0       0.00          -
69.09/69.16	c   diving/probing LP:       2.39       1946      25600      13.16   10701.86
69.09/69.16	c   strong branching :       5.94       2305      62039      26.91   10438.24
69.09/69.16	c     (at root node) :          -         24       5695     237.29          -
69.09/69.16	c   conflict analysis:       0.00          0          0       0.00          -
69.09/69.16	c B&B Tree           :
69.09/69.16	c   number of runs   :          1
69.09/69.16	c   nodes            :      13580
69.09/69.16	c   nodes (total)    :      13580
69.09/69.16	c   nodes left       :          0
69.09/69.16	c   max depth        :         56
69.09/69.16	c   max depth (total):         56
69.09/69.16	c   backtracks       :       2139 (15.8%)
69.09/69.16	c   delayed cutoffs  :       2190
69.09/69.16	c   repropagations   :       6577 (78986 domain reductions, 203 cutoffs)
69.09/69.16	c   avg switch length:       7.17
69.09/69.16	c   switching time   :       2.09
69.09/69.16	c Solution           :
69.09/69.16	c   Solutions found  :        189 (25 improvements)
69.09/69.16	c   First Solution   : +3.94238000000000e+05   (in run 1, after 1 nodes, 0.05 seconds, depth 0, found by <trivial>)
69.09/69.16	c   Primal Bound     : +0.00000000000000e+00   (in run 1, after 13580 nodes, 69.16 seconds, depth 10, found by <shifting>)
69.09/69.16	c   Dual Bound       : +0.00000000000000e+00
69.09/69.16	c   Gap              :       0.00 %
69.09/69.16	c   Root Dual Bound  : +0.00000000000000e+00
69.09/69.16	c   Root Iterations  :        608
69.09/69.17	c Time complete: 69.16.

Verifier Data

OK	0

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 /var/tmp/evaluation-result-3447973-1307902734/watcher-3447973-1307902734 -o /var/tmp/evaluation-result-3447973-1307902734/solver-3447973-1307902734 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3447973-1307902734.wbo -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: 1.92 1.98 1.96 2/177 24793
/proc/meminfo: memFree=10993180/32951124 swapFree=67056304/67111528
[pid=24793] ppid=24791 vsize=10120 CPUtime=0 cores=0,2,4,6
/proc/24793/stat : 24793 (scip-2.0.1.4.li) R 24791 24793 24181 0 -1 4202496 1539 0 0 0 0 0 0 0 25 0 1 0 980503994 10362880 1493 33554432000 4194304 9128323 140737378708736 18446744073709551615 6886064 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/24793/statm: 2530 1493 399 1205 0 1321 0

[startup+0.074775 s]
/proc/loadavg: 1.92 1.98 1.96 2/177 24793
/proc/meminfo: memFree=10993180/32951124 swapFree=67056304/67111528
[pid=24793] ppid=24791 vsize=26860 CPUtime=0.06 cores=0,2,4,6
/proc/24793/stat : 24793 (scip-2.0.1.4.li) R 24791 24793 24181 0 -1 4202496 5903 0 0 0 6 0 0 0 25 0 1 0 980503994 27504640 5560 33554432000 4194304 9128323 140737378708736 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/24793/statm: 6715 5560 646 1205 0 5506 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 26860

[startup+0.100769 s]
/proc/loadavg: 1.92 1.98 1.96 2/177 24793
/proc/meminfo: memFree=10993180/32951124 swapFree=67056304/67111528
[pid=24793] ppid=24791 vsize=27256 CPUtime=0.09 cores=0,2,4,6
/proc/24793/stat : 24793 (scip-2.0.1.4.li) R 24791 24793 24181 0 -1 4202496 6052 0 0 0 8 1 0 0 25 0 1 0 980503994 27910144 5709 33554432000 4194304 9128323 140737378708736 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/24793/statm: 6814 5709 655 1205 0 5605 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 27256

[startup+0.300736 s]
/proc/loadavg: 1.92 1.98 1.96 2/177 24793
/proc/meminfo: memFree=10993180/32951124 swapFree=67056304/67111528
[pid=24793] ppid=24791 vsize=45536 CPUtime=0.29 cores=0,2,4,6
/proc/24793/stat : 24793 (scip-2.0.1.4.li) R 24791 24793 24181 0 -1 4202496 11702 0 0 0 28 1 0 0 25 0 1 0 980503994 46628864 10307 33554432000 4194304 9128323 140737378708736 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/24793/statm: 11384 10307 715 1205 0 10175 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 45536

[startup+0.700689 s]
/proc/loadavg: 1.92 1.98 1.96 2/177 24793
/proc/meminfo: memFree=10993180/32951124 swapFree=67056304/67111528
[pid=24793] ppid=24791 vsize=45704 CPUtime=0.69 cores=0,2,4,6
/proc/24793/stat : 24793 (scip-2.0.1.4.li) R 24791 24793 24181 0 -1 4202496 11833 0 0 0 68 1 0 0 25 0 1 0 980503994 46800896 10435 33554432000 4194304 9128323 140737378708736 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/24793/statm: 11426 10435 712 1205 0 10217 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 45704

[startup+1.50054 s]
/proc/loadavg: 1.92 1.98 1.96 3/178 24794
/proc/meminfo: memFree=10949300/32951124 swapFree=67056304/67111528
[pid=24793] ppid=24791 vsize=50064 CPUtime=1.49 cores=0,2,4,6
/proc/24793/stat : 24793 (scip-2.0.1.4.li) R 24791 24793 24181 0 -1 4202496 15349 0 0 0 147 2 0 0 25 0 1 0 980503994 51265536 11485 33554432000 4194304 9128323 140737378708736 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/24793/statm: 12516 11485 719 1205 0 11307 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 50064

[startup+3.10024 s]
/proc/loadavg: 1.92 1.98 1.96 3/178 24794
/proc/meminfo: memFree=10948928/32951124 swapFree=67056304/67111528
[pid=24793] ppid=24791 vsize=50064 CPUtime=3.09 cores=0,2,4,6
/proc/24793/stat : 24793 (scip-2.0.1.4.li) R 24791 24793 24181 0 -1 4202496 15349 0 0 0 304 5 0 0 25 0 1 0 980503994 51265536 11485 33554432000 4194304 9128323 140737378708736 18446744073709551615 7346427 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/24793/statm: 12516 11485 719 1205 0 11307 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 50064

[startup+6.30063 s]
/proc/loadavg: 1.93 1.98 1.96 3/178 24794
/proc/meminfo: memFree=10948432/32951124 swapFree=67056304/67111528
[pid=24793] ppid=24791 vsize=50428 CPUtime=6.29 cores=0,2,4,6
/proc/24793/stat : 24793 (scip-2.0.1.4.li) R 24791 24793 24181 0 -1 4202496 16472 0 0 0 621 8 0 0 25 0 1 0 980503994 51638272 11560 33554432000 4194304 9128323 140737378708736 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/24793/statm: 12607 11560 727 1205 0 11398 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 50428

[startup+12.7005 s]
/proc/loadavg: 1.93 1.98 1.96 3/178 24794
/proc/meminfo: memFree=10944764/32951124 swapFree=67056304/67111528
[pid=24793] ppid=24791 vsize=55140 CPUtime=12.7 cores=0,2,4,6
/proc/24793/stat : 24793 (scip-2.0.1.4.li) R 24791 24793 24181 0 -1 4202496 21959 0 0 0 1255 15 0 0 25 0 1 0 980503994 56463360 12606 33554432000 4194304 9128323 140737378708736 18446744073709551615 7205169 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/24793/statm: 13785 12606 727 1205 0 12576 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 55140

[startup+25.5011 s]
/proc/loadavg: 1.95 1.98 1.96 3/178 24795
/proc/meminfo: memFree=10938664/32951124 swapFree=67056304/67111528
[pid=24793] ppid=24791 vsize=60916 CPUtime=25.49 cores=0,2,4,6
/proc/24793/stat : 24793 (scip-2.0.1.4.li) R 24791 24793 24181 0 -1 4202496 28796 0 0 0 2522 27 0 0 25 0 1 0 980503994 62377984 14051 33554432000 4194304 9128323 140737378708736 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/24793/statm: 15229 14051 727 1205 0 14020 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 60916

[startup+51.1005 s]
/proc/loadavg: 1.96 1.98 1.96 3/178 24795
/proc/meminfo: memFree=10929736/32951124 swapFree=67056304/67111528
[pid=24793] ppid=24791 vsize=69928 CPUtime=51.09 cores=0,2,4,6
/proc/24793/stat : 24793 (scip-2.0.1.4.li) R 24791 24793 24181 0 -1 4202496 52019 0 0 0 5057 52 0 0 25 0 1 0 980503994 71606272 16310 33554432000 4194304 9128323 140737378708736 18446744073709551615 7191192 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/24793/statm: 17482 16310 727 1205 0 16273 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 69928

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

[startup+57.5003 s]
/proc/loadavg: 1.97 1.98 1.96 3/178 24795
/proc/meminfo: memFree=10927408/32951124 swapFree=67056304/67111528
[pid=24793] ppid=24791 vsize=72004 CPUtime=57.49 cores=0,2,4,6
/proc/24793/stat : 24793 (scip-2.0.1.4.li) R 24791 24793 24181 0 -1 4202496 55765 0 0 0 5691 58 0 0 25 0 1 0 980503994 73732096 16827 33554432000 4194304 9128323 140737378708736 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/24793/statm: 18001 16827 727 1205 0 16792 0
Current children cumulated CPU time (s) 57.49
Current children cumulated vsize (KiB) 72004

[startup+63.9011 s]
/proc/loadavg: 1.97 1.98 1.96 3/178 24796
/proc/meminfo: memFree=10924800/32951124 swapFree=67056304/67111528
[pid=24793] ppid=24791 vsize=74920 CPUtime=63.9 cores=0,2,4,6
/proc/24793/stat : 24793 (scip-2.0.1.4.li) R 24791 24793 24181 0 -1 4202496 62915 0 0 0 6326 64 0 0 25 0 1 0 980503994 76718080 17593 33554432000 4194304 9128323 140737378708736 18446744073709551615 7192546 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/24793/statm: 18730 17593 727 1205 0 17521 0
Current children cumulated CPU time (s) 63.9
Current children cumulated vsize (KiB) 74920

[startup+67.1065 s]
/proc/loadavg: 1.97 1.98 1.96 3/178 24796
/proc/meminfo: memFree=10923556/32951124 swapFree=67056304/67111528
[pid=24793] ppid=24791 vsize=75988 CPUtime=67.1 cores=0,2,4,6
/proc/24793/stat : 24793 (scip-2.0.1.4.li) R 24791 24793 24181 0 -1 4202496 66414 0 0 0 6644 66 0 0 25 0 1 0 980503994 77811712 17856 33554432000 4194304 9128323 140737378708736 18446744073709551615 7192230 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/24793/statm: 18997 17856 727 1205 0 17788 0
Current children cumulated CPU time (s) 67.1
Current children cumulated vsize (KiB) 75988

[startup+67.9004 s]
/proc/loadavg: 1.97 1.98 1.96 3/178 24796
/proc/meminfo: memFree=10923556/32951124 swapFree=67056304/67111528
[pid=24793] ppid=24791 vsize=77476 CPUtime=67.89 cores=0,2,4,6
/proc/24793/stat : 24793 (scip-2.0.1.4.li) R 24791 24793 24181 0 -1 4202496 66681 0 0 0 6722 67 0 0 25 0 1 0 980503994 79335424 18121 33554432000 4194304 9128323 140737378708736 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/24793/statm: 19369 18121 733 1205 0 18160 0
Current children cumulated CPU time (s) 67.89
Current children cumulated vsize (KiB) 77476

[startup+68.7012 s]
/proc/loadavg: 1.97 1.98 1.96 3/178 24796
/proc/meminfo: memFree=10922192/32951124 swapFree=67056304/67111528
[pid=24793] ppid=24791 vsize=77860 CPUtime=68.7 cores=0,2,4,6
/proc/24793/stat : 24793 (scip-2.0.1.4.li) R 24791 24793 24181 0 -1 4202496 66787 0 0 0 6802 68 0 0 25 0 1 0 980503994 79728640 18221 33554432000 4194304 9128323 140737378708736 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/24793/statm: 19465 18221 727 1205 0 18256 0
Current children cumulated CPU time (s) 68.7
Current children cumulated vsize (KiB) 77860

[startup+69.1012 s]
/proc/loadavg: 1.97 1.98 1.96 3/178 24796
/proc/meminfo: memFree=10922192/32951124 swapFree=67056304/67111528
[pid=24793] ppid=24791 vsize=77860 CPUtime=69.09 cores=0,2,4,6
/proc/24793/stat : 24793 (scip-2.0.1.4.li) R 24791 24793 24181 0 -1 4202496 66838 0 0 0 6841 68 0 0 25 0 1 0 980503994 79728640 18270 33554432000 4194304 9128323 140737378708736 18446744073709551615 6712568 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/24793/statm: 19465 18270 727 1205 0 18256 0
Current children cumulated CPU time (s) 69.09
Current children cumulated vsize (KiB) 77860

Child status: 0
Real time (s): 69.178
CPU time (s): 69.1795
CPU user time (s): 68.4896
CPU system time (s): 0.689895
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 79520

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 68.4896
system time used= 0.689895
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 66843
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= 6
involuntary context switches= 49

runsolver used 0.115982 second user time and 0.209968 second system time

The end

Launcher Data

Begin job on node110 at 2011-06-12 20:18:54
IDJOB=3447973
IDBENCH=79429
IDSOLVER=1944
FILE ID=node110/3447973-1307902734
RUNJOBID= node110-1307897326-24330
PBS_JOBID= 13559603
Free space on /var/tmp= 2872 MiB

SOLVER NAME= SCIP spx SCIP 2.0.1.4. with SoPlex 1.5.0.4
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/wcsp/jnh/normalized-jnh217_wcsp.wbo
COMMAND LINE= HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-3447973-1307902734/watcher-3447973-1307902734 -o /var/tmp/evaluation-result-3447973-1307902734/solver-3447973-1307902734 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3447973-1307902734.wbo -t 1800 -m 15500

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

MD5SUM BENCH= 21c59077deccfec4231c8e158229757c
RANDOM SEED=1651553604

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:      10993492 kB
Buffers:         44204 kB
Cached:       20959680 kB
SwapCached:       9144 kB
Active:        5953048 kB
Inactive:     15290952 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      10993492 kB
SwapTotal:    67111528 kB
SwapFree:     67056304 kB
Dirty:           12048 kB
Writeback:           0 kB
AnonPages:      237520 kB
Mapped:          16244 kB
Slab:           649240 kB
PageTables:       5120 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   430860 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 /var/tmp at the end= 2860 MiB
End job on node110 at 2011-06-12 20:20:03