Trace number 3450583

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 SCIP 2.0.1.4b with SoPlex 1.5.0.4SAT (TO)22 1800.06 1800.02

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mds/normalized-mds_200_10_1.opb
MD5SUM7c4476530a00e5609896ce3ef5260c8d
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark21
Best CPU time to get the best result obtained on this benchmark1797.12
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 25
Optimality of the best value was proved NO
Number of variables200
Total number of constraints200
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 constraints200
Minimum length of a constraint11
Maximum length of a constraint23
Number of terms in the objective function 200
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 200
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 200
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)2482
Sum of products size (including duplicates)4964
Number of different products2482
Sum of products size4964

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.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-3450583-1307101045.opb>
0.00/0.01	c original problem has 2682 variables (2682 bin, 0 int, 0 impl, 0 cont) and 2882 constraints
0.00/0.01	c problem read
0.00/0.01	c presolving settings loaded
0.00/0.02	o 200
0.00/0.02	c feasible solution found by trivial heuristic, objective value  2.000000e+02
0.00/0.02	c presolving:
0.02/0.06	c (round 1) 0 del vars, 2682 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 71030 impls, 0 clqs
0.02/0.07	c (round 2) 2482 del vars, 2682 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 200 upgd conss, 71030 impls, 0 clqs
0.02/0.07	c    (0.1s) probing: 101/200 (50.5%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.02/0.07	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.02/0.07	c presolving (3 rounds):
0.02/0.07	c  2482 deleted vars, 2682 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.02/0.07	c  71030 implications, 0 cliques
0.02/0.07	c presolved problem has 200 variables (200 bin, 0 int, 0 impl, 0 cont) and 200 constraints
0.02/0.07	c     200 constraints of type <logicor>
0.02/0.07	c transformed objective value is always integral (scale: 1)
0.02/0.07	c Presolving Time: 0.06
0.02/0.07	c - non default parameters ----------------------------------------------------------------------
0.02/0.07	c # SCIP version 2.0.1.5
0.02/0.07	c 
0.02/0.07	c # maximal number of intermediate conflict constraints generated in conflict graph (-1: use every intermediate constraint)
0.02/0.07	c # [type: int, range: [-1,2147483647], default: -1]
0.02/0.07	c conflict/interconss = 0
0.02/0.07	c 
0.02/0.07	c # should binary conflicts be preferred?
0.02/0.07	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.02/0.07	c conflict/preferbinary = TRUE
0.02/0.07	c 
0.02/0.07	c # maximum age an unnecessary constraint can reach before it is deleted (0: dynamic, -1: keep all constraints)
0.02/0.07	c # [type: int, range: [-1,2147483647], default: 0]
0.02/0.07	c constraints/agelimit = 1
0.02/0.07	c 
0.02/0.07	c # should enforcement of pseudo solution be disabled?
0.02/0.07	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.02/0.07	c constraints/disableenfops = TRUE
0.02/0.07	c 
0.02/0.07	c # frequency for displaying node information lines
0.02/0.07	c # [type: int, range: [-1,2147483647], default: 100]
0.02/0.07	c display/freq = 10000
0.02/0.07	c 
0.02/0.07	c # maximal time in seconds to run
0.02/0.07	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.02/0.07	c limits/time = 1800
0.02/0.07	c 
0.02/0.07	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.02/0.07	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.02/0.07	c limits/memory = 13950
0.02/0.07	c 
0.02/0.07	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.02/0.07	c # [type: int, range: [1,2], default: 1]
0.02/0.07	c timing/clocktype = 2
0.02/0.07	c 
0.02/0.07	c # belongs reading time to solving time?
0.02/0.07	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.02/0.07	c timing/reading = TRUE
0.02/0.07	c 
0.02/0.07	c # should presolving try to simplify inequalities
0.02/0.07	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.02/0.07	c constraints/linear/simplifyinequalities = TRUE
0.02/0.07	c 
0.02/0.07	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.02/0.07	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.02/0.07	c constraints/indicator/addCouplingCons = TRUE
0.02/0.07	c 
0.02/0.07	c # should presolving try to simplify knapsacks
0.02/0.07	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.02/0.07	c constraints/knapsack/simplifyinequalities = TRUE
0.02/0.07	c 
0.02/0.07	c -----------------------------------------------------------------------------------------------
0.02/0.07	c start solving
0.02/0.07	c 
0.09/0.17	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.09/0.17	c t 0.2s|     1 |     0 |  1743 |     - |6372k|   0 | 129 | 200 | 200 | 200 | 200 |   0 |   0 |   0 | 1.481181e+01 | 2.000000e+02 |1250.27%
0.09/0.17	o 129
0.09/0.17	c r 0.2s|     1 |     0 |  1743 |     - |6377k|   0 | 129 | 200 | 200 | 200 | 200 |   0 |   0 |   0 | 1.481181e+01 | 1.290000e+02 | 770.93%
0.09/0.17	o 128
0.09/0.17	c R 0.2s|     1 |     0 |  1743 |     - |6382k|   0 | 129 | 200 | 200 | 200 | 200 |   0 |   0 |   0 | 1.481181e+01 | 1.280000e+02 | 764.18%
0.09/0.17	o 127
0.09/0.17	c s 0.2s|     1 |     0 |  1743 |     - |6387k|   0 | 129 | 200 | 200 | 200 | 200 |   0 |   0 |   0 | 1.481181e+01 | 1.270000e+02 | 757.42%
0.19/0.21	c   0.2s|     1 |     0 |  1795 |     - |7239k|   0 | 127 | 200 | 200 | 200 | 201 |   1 |   0 |   0 | 1.483915e+01 | 1.270000e+02 | 755.84%
0.19/0.21	o 36
0.19/0.21	c b 0.2s|     1 |     0 |  1795 |     - |7244k|   0 | 127 | 200 | 200 | 200 | 201 |   1 |   0 |   0 | 1.483915e+01 | 3.600000e+01 | 142.60%
0.19/0.25	c   0.2s|     1 |     0 |  1858 |     - |7855k|   0 | 125 | 200 | 200 | 200 | 202 |   2 |   0 |   0 | 1.485307e+01 | 3.600000e+01 | 142.37%
0.19/0.28	c   0.3s|     1 |     0 |  1896 |     - |8071k|   0 | 124 | 200 | 200 | 200 | 203 |   3 |   0 |   0 | 1.485802e+01 | 3.600000e+01 | 142.29%
0.29/0.31	c   0.3s|     1 |     0 |  1931 |     - |8158k|   0 | 123 | 200 | 200 | 200 | 204 |   4 |   0 |   0 | 1.486295e+01 | 3.600000e+01 | 142.21%
0.29/0.35	c   0.3s|     1 |     0 |  1997 |     - |8168k|   0 | 123 | 200 | 200 | 200 | 205 |   5 |   0 |   0 | 1.486881e+01 | 3.600000e+01 | 142.12%
1.11/1.16	c   1.2s|     1 |     2 |  1997 |     - |8176k|   0 | 123 | 200 | 200 | 200 | 205 |   5 |   0 |  19 | 1.486881e+01 | 3.600000e+01 | 142.12%
3.39/3.46	o 35
3.39/3.46	c z 3.4s|    10 |    11 |  3565 | 174.2 |8234k|   9 |  62 | 200 | 200 | 200 | 205 |   5 |   0 | 173 | 1.497167e+01 | 3.500000e+01 | 133.77%
3.39/3.46	o 27
3.39/3.46	c b 3.4s|    11 |    10 |  3565 | 156.8 |8239k|  10 |   - | 200 | 200 | 200 | 205 |   5 |   0 | 173 | 1.497167e+01 | 2.700000e+01 |  80.34%
3.69/3.77	o 24
3.69/3.77	c c 3.8s|    15 |    16 |  4349 | 168.0 |8456k|  14 |   - | 200 | 200 | 200 | 205 |   5 |   0 | 257 | 1.497167e+01 | 2.400000e+01 |  60.30%
9.91/9.98	o 23
9.91/9.98	c C10.0s|   215 |   214 | 50011 | 224.4 |8526k|  21 |  73 | 200 | 200 | 200 | 205 |   5 |   0 | 639 | 1.547056e+01 | 2.300000e+01 |  48.67%
13.29/13.31	o 22
13.29/13.31	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
13.29/13.31	c p13.3s|   423 |   339 | 97100 | 225.4 |8668k|  29 |   - | 200 | 200 | 200 | 205 |   5 |   0 | 684 | 1.579860e+01 | 2.200000e+01 |  39.25%
134.70/134.72	c   135s| 10000 |  9916 |  2028k| 202.7 |  12M|  35 |  79 | 200 | 200 | 200 | 205 |   5 |   0 |1805 | 1.734459e+01 | 2.200000e+01 |  26.84%
225.89/225.96	c   226s| 20000 | 19916 |  3577k| 178.8 |  16M|  39 |  88 | 200 | 200 | 200 | 205 |   5 |   0 |2490 | 1.752368e+01 | 2.200000e+01 |  25.54%
308.59/308.62	c   309s| 30000 | 29916 |  5031k| 167.7 |  20M|  45 |  76 | 200 | 200 | 200 | 205 |   5 |   0 |3009 | 1.763118e+01 | 2.200000e+01 |  24.78%
385.60/385.67	c   386s| 40000 | 39912 |  6419k| 160.4 |  24M|  45 |  86 | 200 | 200 | 200 | 205 |   5 |   0 |3430 | 1.771409e+01 | 2.200000e+01 |  24.19%
458.62/458.68	c   459s| 50000 | 49910 |  7747k| 154.9 |  29M|  45 |  94 | 200 | 200 | 200 | 205 |   5 |   0 |3763 | 1.776430e+01 | 2.200000e+01 |  23.84%
531.40/531.47	c   531s| 60000 | 59906 |  9094k| 151.5 |  33M|  47 |  87 | 200 | 200 | 200 | 205 |   5 |   0 |4091 | 1.781185e+01 | 2.200000e+01 |  23.51%
601.62/601.67	c   602s| 70000 | 69898 | 10399k| 148.5 |  38M|  47 | 102 | 200 | 200 | 200 | 205 |   5 |   0 |4372 | 1.785750e+01 | 2.200000e+01 |  23.20%
670.51/670.57	c   671s| 80000 | 79886 | 11679k| 146.0 |  42M|  47 |  94 | 200 | 200 | 200 | 205 |   5 |   0 |4644 | 1.789312e+01 | 2.200000e+01 |  22.95%
739.60/739.63	c   740s| 90000 | 89868 | 12979k| 144.2 |  47M|  47 |  76 | 200 | 200 | 200 | 205 |   5 |   0 |4875 | 1.792836e+01 | 2.200000e+01 |  22.71%
807.31/807.32	c   807s|100000 | 99862 | 14244k| 142.4 |  52M|  47 |  90 | 200 | 200 | 200 | 205 |   5 |   0 |5092 | 1.795475e+01 | 2.200000e+01 |  22.53%
873.51/873.59	c   874s|110000 |109844 | 15491k| 140.8 |  56M|  47 |  88 | 200 | 200 | 200 | 205 |   5 |   0 |5289 | 1.797849e+01 | 2.200000e+01 |  22.37%
939.81/939.82	c   940s|120000 |119826 | 16732k| 139.4 |  61M|  47 |  70 | 200 | 200 | 200 | 205 |   5 |   0 |5501 | 1.799908e+01 | 2.200000e+01 |  22.23%
1004.63/1004.63	c  1005s|130000 |129786 | 17960k| 138.1 |  66M|  47 |  92 | 200 | 200 | 200 | 205 |   5 |   0 |5683 | 1.802787e+01 | 2.200000e+01 |  22.03%
1068.92/1068.95	c  1069s|140000 |139744 | 19175k| 137.0 |  71M|  47 |  90 | 200 | 200 | 200 | 205 |   5 |   0 |5859 | 1.804823e+01 | 2.200000e+01 |  21.90%
1133.52/1133.50	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1133.52/1133.50	c  1133s|150000 |149722 | 20408k| 136.0 |  76M|  47 | 101 | 200 | 200 | 200 | 205 |   5 |   0 |6011 | 1.807030e+01 | 2.200000e+01 |  21.75%
1197.32/1197.33	c  1197s|160000 |159684 | 21611k| 135.1 |  81M|  49 |  74 | 200 | 200 | 200 | 205 |   5 |   0 |6198 | 1.809220e+01 | 2.200000e+01 |  21.60%
1259.91/1259.94	c  1260s|170000 |169648 | 22805k| 134.1 |  86M|  49 |  92 | 200 | 200 | 200 | 205 |   5 |   0 |6322 | 1.811264e+01 | 2.200000e+01 |  21.46%
1322.02/1322.05	c  1322s|180000 |179580 | 23985k| 133.2 |  91M|  49 |  88 | 200 | 200 | 200 | 205 |   5 |   0 |6496 | 1.812668e+01 | 2.200000e+01 |  21.37%
1383.72/1383.70	c  1384s|190000 |189522 | 25168k| 132.5 |  96M|  49 |  81 | 200 | 200 | 200 | 205 |   5 |   0 |6629 | 1.814378e+01 | 2.200000e+01 |  21.25%
1445.82/1445.85	c  1446s|200000 |199396 | 26378k| 131.9 | 101M|  51 |  73 | 200 | 200 | 200 | 205 |   5 |   0 |6759 | 1.816266e+01 | 2.200000e+01 |  21.13%
1507.92/1507.90	c  1508s|210000 |209158 | 27609k| 131.5 | 107M|  52 |  85 | 200 | 200 | 200 | 205 |   5 |   0 |6908 | 1.817630e+01 | 2.200000e+01 |  21.04%
1567.03/1567.09	c  1567s|220000 |218918 | 28751k| 130.7 | 113M|  52 |  74 | 200 | 200 | 200 | 205 |   5 |   0 |7049 | 1.819376e+01 | 2.200000e+01 |  20.92%
1628.73/1628.76	c  1629s|230000 |228702 | 29965k| 130.3 | 119M|  52 |  72 | 200 | 200 | 200 | 205 |   5 |   0 |7181 | 1.820971e+01 | 2.200000e+01 |  20.81%
1686.83/1686.87	c  1687s|240000 |238492 | 31089k| 129.5 | 124M|  52 |  99 | 200 | 200 | 200 | 205 |   5 |   0 |7302 | 1.822454e+01 | 2.200000e+01 |  20.72%
1746.73/1746.76	c  1747s|250000 |248204 | 32274k| 129.1 | 130M|  52 |  82 | 200 | 200 | 200 | 205 |   5 |   0 |7412 | 1.823892e+01 | 2.200000e+01 |  20.62%
1800.03/1800.00	c 
1800.03/1800.00	c SCIP Status        : solving was interrupted [time limit reached]
1800.03/1800.00	c Solving Time (sec) : 1800.00
1800.03/1800.00	c Solving Nodes      : 259090
1800.03/1800.00	c Primal Bound       : +2.20000000000000e+01 (478 solutions)
1800.03/1800.00	c Dual Bound         : +1.82486103268207e+01
1800.03/1800.00	c Gap                : 20.56 %
1800.03/1800.00	s SATISFIABLE
1800.03/1800.00	v -x200 -x199 -x198 -x197 -x196 -x195 -x194 -x193 -x192 x191 -x190 -x189 -x188 -x187 -x186 -x185 -x184 -x183 -x182 -x181 -x180 -x179 
1800.03/1800.00	v -x178 -x177 -x176 -x175 -x174 -x173 -x172 -x171 -x170 -x169 -x168 -x167 -x166 -x165 -x164 -x163 -x162 x161 -x160 -x159 -x158 
1800.03/1800.00	v -x157 -x156 -x155 -x154 -x153 -x152 -x151 -x150 -x149 -x148 -x147 -x146 -x145 -x144 x143 -x142 -x141 -x140 -x139 -x138 -x137 
1800.03/1800.00	v -x136 -x135 x134 -x133 -x132 -x131 -x130 -x129 -x128 -x127 -x126 -x125 -x124 -x123 x122 -x121 -x120 -x119 -x118 -x117 -x116 
1800.03/1800.00	v -x115 -x114 -x113 -x112 -x111 -x110 -x109 -x108 -x107 -x106 -x105 -x104 -x103 -x102 -x101 x100 -x99 -x98 -x97 -x96 -x95 -x94 
1800.03/1800.00	v -x93 -x92 -x91 -x90 -x89 -x88 x87 -x86 -x85 -x84 -x83 x82 x81 -x80 x79 -x78 -x77 x76 -x75 -x74 -x73 -x72 -x71 -x70 -x69 -x68 
1800.03/1800.00	v -x67 -x66 -x65 -x64 x63 -x62 -x61 x60 -x59 -x58 -x57 -x56 -x55 -x54 -x53 -x52 -x51 -x50 -x49 -x48 -x47 -x46 x45 -x44 -x43 
1800.03/1800.00	v -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 
1800.03/1800.00	v x16 -x15 -x14 -x13 -x12 x11 -x10 -x9 -x8 -x7 -x6 -x5 -x4 x3 -x2 -x1 
1800.03/1800.00	c SCIP Status        : solving was interrupted [time limit reached]
1800.03/1800.00	c Total Time         :    1800.00
1800.03/1800.00	c   solving          :    1800.00
1800.03/1800.00	c   presolving       :       0.06 (included in solving)
1800.03/1800.00	c   reading          :       0.01 (included in solving)
1800.03/1800.00	c Original Problem   :
1800.03/1800.00	c   Problem name     : HOME/instance-3450583-1307101045.opb
1800.03/1800.00	c   Variables        : 2682 (2682 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.03/1800.00	c   Constraints      : 2882 initial, 2882 maximal
1800.03/1800.00	c Presolved Problem  :
1800.03/1800.00	c   Problem name     : t_HOME/instance-3450583-1307101045.opb
1800.03/1800.00	c   Variables        : 200 (200 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.03/1800.00	c   Constraints      : 200 initial, 200 maximal
1800.03/1800.00	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1800.03/1800.00	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
1800.03/1800.00	c   dualfix          :       0.00       2482          0          0          0          0          0          0          0          0
1800.03/1800.00	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1800.03/1800.00	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1800.03/1800.00	c   pseudoobj        :       0.00          0          0          0          0          0          0          0          0          0
1800.03/1800.00	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1800.03/1800.00	c   probing          :       0.00          0          0          0          0          0          0          0          0          0
1800.03/1800.00	c   linear           :       0.00          0          0          0          0          0          0          0          0          0
1800.03/1800.00	c   logicor          :       0.00          0          0          0          0          0          0          0          0          0
1800.03/1800.00	c   pseudoboolean    :       0.00          0          0          0          0          0       2682          0          0          0
1800.03/1800.00	c   root node        :          -          0          -          -          0          -          -          -          -          -
1800.03/1800.00	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1800.03/1800.00	c   integral         :          0          0          0     258140          0        483          0          3         48          0          0     516224
1800.03/1800.00	c   logicor          :        200          6     326585          0          0        478          0          0          1          0          0          0
1800.03/1800.00	c   countsols        :          0          0          0          0          0        481          0          0          0          0          0          0
1800.03/1800.00	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1800.03/1800.00	c   integral         :      54.76       0.00       0.00      54.75       0.00       0.00       0.00
1800.03/1800.00	c   logicor          :       1.03       0.00       1.03       0.00       0.00       0.00       0.00
1800.03/1800.00	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1800.03/1800.00	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1800.03/1800.00	c   vbounds          :          0          0          0          0
1800.03/1800.00	c   rootredcost      :          4          0          0          0
1800.03/1800.00	c   pseudoobj        :     835913          0          0          0
1800.03/1800.00	c Propagator Timings :  TotalTime  Propagate    Resprop
1800.03/1800.00	c   vbounds          :       0.17       0.17       0.00
1800.03/1800.00	c   rootredcost      :       0.21       0.21       0.00
1800.03/1800.00	c   pseudoobj        :       3.48       3.48       0.00
1800.03/1800.00	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.03/1800.00	c   propagation      :       0.00          0          0          0        0.0          0        0.0          -
1800.03/1800.00	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.03/1800.00	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.03/1800.00	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.03/1800.00	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.03/1800.00	c   applied globally :          -          -          -          0        0.0          -          -          -
1800.03/1800.00	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.03/1800.00	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.03/1800.00	c   cut pool         :       0.00          5          -          -          2          -    (maximal pool size: 322)
1800.03/1800.00	c   redcost          :       2.03     288328          0     468616          0          0
1800.03/1800.00	c   impliedbounds    :       0.00          6          0          0          0          0
1800.03/1800.00	c   intobj           :       0.00          0          0          0          0          0
1800.03/1800.00	c   gomory           :       0.06          6          0          0          0          0
1800.03/1800.00	c   cgmip            :       0.00          0          0          0          0          0
1800.03/1800.00	c   closecuts        :       0.00          0          0          0          0          0
1800.03/1800.00	c   strongcg         :       0.07          6          0          0        322          0
1800.03/1800.00	c   cmir             :       0.01          6          0          0          0          0
1800.03/1800.00	c   flowcover        :       0.02          6          0          0          0          0
1800.03/1800.00	c   clique           :       0.00          1          0          0          0          0
1800.03/1800.00	c   zerohalf         :       0.00          0          0          0          0          0
1800.03/1800.00	c   mcf              :       0.00          1          0          0          0          0
1800.03/1800.00	c   oddcycle         :       0.00          0          0          0          0          0
1800.03/1800.00	c   rapidlearning    :       0.00          0          0          0          0          0
1800.03/1800.00	c Pricers            :       Time      Calls       Vars
1800.03/1800.00	c   problem variables:       0.00          0          0
1800.03/1800.00	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.03/1800.00	c   relpscost        :      54.60     258140          3         48          0          0     516224
1800.03/1800.00	c   pscost           :       0.00          0          0          0          0          0          0
1800.03/1800.00	c   inference        :       0.00          0          0          0          0          0          0
1800.03/1800.00	c   mostinf          :       0.00          0          0          0          0          0          0
1800.03/1800.00	c   leastinf         :       0.00          0          0          0          0          0          0
1800.03/1800.00	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.03/1800.00	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.03/1800.00	c   random           :       0.00          0          0          0          0          0          0
1800.03/1800.00	c Primal Heuristics  :       Time      Calls      Found
1800.03/1800.00	c   LP solutions     :       0.00          -          0
1800.03/1800.00	c   pseudo solutions :       0.00          -          0
1800.03/1800.00	c   oneopt           :       0.06          7          2
1800.03/1800.00	c   crossover        :       0.48         11          8
1800.03/1800.00	c   linesearchdiving :      71.18       2377          0
1800.03/1800.00	c   guideddiving     :      69.32       2856          0
1800.03/1800.00	c   fracdiving       :      69.31       2870          0
1800.03/1800.00	c   veclendiving     :      54.42       3300          4
1800.03/1800.00	c   trivial          :       0.00          2          2
1800.03/1800.00	c   shiftandpropagate:       0.00          0          0
1800.03/1800.00	c   simplerounding   :       2.14     258145         33
1800.03/1800.00	c   zirounding       :       1.11       9901        198
1800.03/1800.00	c   rounding         :       1.99      24306          1
1800.03/1800.00	c   shifting         :       0.70       7320          1
1800.03/1800.00	c   intshifting      :       0.00          0          0
1800.03/1800.00	c   twoopt           :       0.00          0          0
1800.03/1800.00	c   fixandinfer      :       0.00          0          0
1800.03/1800.00	c   feaspump         :       0.00          0          0
1800.03/1800.00	c   clique           :       0.00          0          0
1800.03/1800.00	c   coefdiving       :      70.28       2004         58
1800.03/1800.00	c   pscostdiving     :      74.54       1606         72
1800.03/1800.00	c   intdiving        :       0.00          0          0
1800.03/1800.00	c   actconsdiving    :       0.00          0          0
1800.03/1800.00	c   objpscostdiving  :      25.69        165         99
1800.03/1800.00	c   rootsoldiving    :       9.10        183          0
1800.03/1800.00	c   octane           :       0.00          0          0
1800.03/1800.00	c   rens             :       0.01          0          0
1800.03/1800.00	c   rins             :       0.00          0          0
1800.03/1800.00	c   localbranching   :       0.00          0          0
1800.03/1800.00	c   mutation         :       0.00          0          0
1800.03/1800.00	c   dins             :       0.00          0          0
1800.03/1800.00	c   vbounds          :       0.00          0          0
1800.03/1800.00	c   undercover       :       0.00          0          0
1800.03/1800.00	c   subnlp           :       0.04          0          0
1800.03/1800.00	c   trysol           :       0.06          0          0
1800.03/1800.00	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.03/1800.00	c   primal LP        :       0.00          0          0       0.00          -
1800.03/1800.00	c   dual LP          :    1269.47     259120   24658686      95.16   19424.35
1800.03/1800.00	c   lex dual LP      :       0.00          0          0       0.00          -
1800.03/1800.00	c   barrier LP       :       0.00          0          0       0.00          -
1800.03/1800.00	c   diving/probing LP:     408.37     554055    8659897      15.63   21206.00
1800.03/1800.00	c   strong branching :      49.34       7523     879731     116.94   17830.41
1800.03/1800.00	c     (at root node) :          -         19       9826     517.16          -
1800.03/1800.00	c   conflict analysis:       0.00          0          0       0.00          -
1800.03/1800.00	c B&B Tree           :
1800.03/1800.00	c   number of runs   :          1
1800.03/1800.00	c   nodes            :     259090
1800.03/1800.00	c   nodes (total)    :     259090
1800.03/1800.00	c   nodes left       :     257058
1800.03/1800.00	c   max depth        :         52
1800.03/1800.00	c   max depth (total):         52
1800.03/1800.00	c   backtracks       :      45963 (17.7%)
1800.03/1800.00	c   delayed cutoffs  :          0
1800.03/1800.00	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1800.03/1800.00	c   avg switch length:       5.47
1800.03/1800.00	c   switching time   :       3.74
1800.03/1800.00	c Solution           :
1800.03/1800.00	c   Solutions found  :        478 (10 improvements)
1800.03/1800.00	c   First Solution   : +2.00000000000000e+02   (in run 1, after 0 nodes, 0.02 seconds, depth 0, found by <trivial>)
1800.03/1800.00	c   Primal Bound     : +2.20000000000000e+01   (in run 1, after 423 nodes, 13.31 seconds, depth 157, found by <pscostdiving>)
1800.03/1800.00	c   Dual Bound       : +1.82486103268207e+01
1800.03/1800.00	c   Gap              :      20.56 %
1800.03/1800.00	c   Root Dual Bound  : +1.48688146954991e+01
1800.03/1800.00	c   Root Iterations  :       1997

Verifier Data

OK	22

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

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-3450583-1307101045/watcher-3450583-1307101045 -o /tmp/evaluation-result-3450583-1307101045/solver-3450583-1307101045 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4b.linux.x86_64.gnu.opt.spx -f HOME/instance-3450583-1307101045.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.76 2.40 2.17 2/434 32289
/proc/meminfo: memFree=12419968/32951132 swapFree=67093840/67111528
[pid=32289] ppid=32287 vsize=16952 CPUtime=0 cores=1,3,5,7
/proc/32289/stat : 32289 (scip-2.0.1.4b.l) R 32287 32289 27022 0 -1 4202496 3252 0 0 0 0 0 0 0 25 0 1 0 821704117 17358848 3205 33554432000 4194304 9163163 140733259600208 18446744073709551615 6922339 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/32289/statm: 4237 3204 409 1214 0 3019 0

[startup+0.030835 s]
/proc/loadavg: 2.76 2.40 2.17 2/434 32289
/proc/meminfo: memFree=12419968/32951132 swapFree=67093840/67111528
[pid=32289] ppid=32287 vsize=25840 CPUtime=0.02 cores=1,3,5,7
/proc/32289/stat : 32289 (scip-2.0.1.4b.l) R 32287 32289 27022 0 -1 4202496 5174 0 0 0 2 0 0 0 25 0 1 0 821704117 26460160 5126 33554432000 4194304 9163163 140733259600208 18446744073709551615 6563542 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/32289/statm: 6460 5126 500 1214 0 5242 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 25840

[startup+0.10082 s]
/proc/loadavg: 2.76 2.40 2.17 2/434 32289
/proc/meminfo: memFree=12419968/32951132 swapFree=67093840/67111528
[pid=32289] ppid=32287 vsize=30540 CPUtime=0.09 cores=1,3,5,7
/proc/32289/stat : 32289 (scip-2.0.1.4b.l) R 32287 32289 27022 0 -1 4202496 6745 0 0 0 9 0 0 0 25 0 1 0 821704117 31272960 6438 33554432000 4194304 9163163 140733259600208 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/32289/statm: 7635 6438 639 1214 0 6417 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 30540

[startup+0.300785 s]
/proc/loadavg: 2.76 2.40 2.17 2/434 32289
/proc/meminfo: memFree=12419968/32951132 swapFree=67093840/67111528
[pid=32289] ppid=32287 vsize=34236 CPUtime=0.29 cores=1,3,5,7
/proc/32289/stat : 32289 (scip-2.0.1.4b.l) R 32287 32289 27022 0 -1 4202496 7694 0 0 0 28 1 0 0 25 0 1 0 821704117 35057664 7387 33554432000 4194304 9163163 140733259600208 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/32289/statm: 8559 7387 678 1214 0 7341 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 34236

[startup+0.700716 s]
/proc/loadavg: 2.76 2.40 2.17 2/434 32289
/proc/meminfo: memFree=12419968/32951132 swapFree=67093840/67111528
[pid=32289] ppid=32287 vsize=35164 CPUtime=0.69 cores=1,3,5,7
/proc/32289/stat : 32289 (scip-2.0.1.4b.l) R 32287 32289 27022 0 -1 4202496 9542 0 0 0 67 2 0 0 25 0 1 0 821704117 36007936 7729 33554432000 4194304 9163163 140733259600208 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/32289/statm: 8791 7729 701 1214 0 7573 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 35164

[startup+1.50058 s]
/proc/loadavg: 2.76 2.40 2.17 3/435 32290
/proc/meminfo: memFree=12390592/32951132 swapFree=67093840/67111528
[pid=32289] ppid=32287 vsize=35164 CPUtime=1.49 cores=1,3,5,7
/proc/32289/stat : 32289 (scip-2.0.1.4b.l) R 32287 32289 27022 0 -1 4202496 9545 0 0 0 144 5 0 0 25 0 1 0 821704117 36007936 7732 33554432000 4194304 9163163 140733259600208 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/32289/statm: 8791 7732 704 1214 0 7573 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 35164

[startup+3.10029 s]
/proc/loadavg: 2.76 2.40 2.17 3/435 32290
/proc/meminfo: memFree=12390528/32951132 swapFree=67093840/67111528
[pid=32289] ppid=32287 vsize=35164 CPUtime=3.09 cores=1,3,5,7
/proc/32289/stat : 32289 (scip-2.0.1.4b.l) R 32287 32289 27022 0 -1 4202496 9545 0 0 0 296 13 0 0 25 0 1 0 821704117 36007936 7732 33554432000 4194304 9163163 140733259600208 18446744073709551615 7390573 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/32289/statm: 8791 7732 704 1214 0 7573 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 35164

[startup+6.30075 s]
/proc/loadavg: 2.78 2.41 2.17 4/435 32290
/proc/meminfo: memFree=12391256/32951132 swapFree=67093840/67111528
[pid=32289] ppid=32287 vsize=35164 CPUtime=6.29 cores=1,3,5,7
/proc/32289/stat : 32289 (scip-2.0.1.4b.l) R 32287 32289 27022 0 -1 4202496 9545 0 0 0 600 29 0 0 25 0 1 0 821704117 36007936 7732 33554432000 4194304 9163163 140733259600208 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/32289/statm: 8791 7732 704 1214 0 7573 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 35164

[startup+12.7006 s]
/proc/loadavg: 2.72 2.41 2.17 3/435 32290
/proc/meminfo: memFree=12386504/32951132 swapFree=67093840/67111528
[pid=32289] ppid=32287 vsize=35580 CPUtime=12.69 cores=1,3,5,7
/proc/32289/stat : 32289 (scip-2.0.1.4b.l) R 32287 32289 27022 0 -1 4202496 12201 0 0 0 1208 61 0 0 25 0 1 0 821704117 36433920 7849 33554432000 4194304 9163163 140733259600208 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/32289/statm: 8895 7849 722 1214 0 7677 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 35580

[startup+25.5004 s]
/proc/loadavg: 2.71 2.42 2.18 3/435 32290
/proc/meminfo: memFree=12391328/32951132 swapFree=67093840/67111528
[pid=32289] ppid=32287 vsize=35892 CPUtime=25.49 cores=1,3,5,7
/proc/32289/stat : 32289 (scip-2.0.1.4b.l) R 32287 32289 27022 0 -1 4202496 12250 0 0 0 2426 123 0 0 25 0 1 0 821704117 36753408 7898 33554432000 4194304 9163163 140733259600208 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/32289/statm: 8973 7898 722 1214 0 7755 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 35892

[startup+51.101 s]
/proc/loadavg: 2.53 2.40 2.18 3/435 32291
/proc/meminfo: memFree=12388324/32951132 swapFree=67093840/67111528
[pid=32289] ppid=32287 vsize=36056 CPUtime=51.09 cores=1,3,5,7
/proc/32289/stat : 32289 (scip-2.0.1.4b.l) R 32287 32289 27022 0 -1 4202496 12293 0 0 0 4866 243 0 0 25 0 1 0 821704117 36921344 7941 33554432000 4194304 9163163 140733259600208 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/32289/statm: 9014 7941 722 1214 0 7796 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 36056

[startup+102.317 s]
/proc/loadavg: 2.45 2.40 2.19 3/435 32292
/proc/meminfo: memFree=12385436/32951132 swapFree=67093840/67111528
[pid=32289] ppid=32287 vsize=38368 CPUtime=102.31 cores=1,3,5,7
/proc/32289/stat : 32289 (scip-2.0.1.4b.l) R 32287 32289 27022 0 -1 4202496 23420 0 0 0 9725 506 0 0 25 0 1 0 821704117 39288832 8544 33554432000 4194304 9163163 140733259600208 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/32289/statm: 9592 8544 722 1214 0 8374 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 38368

[startup+162.301 s]
/proc/loadavg: 2.16 2.32 2.17 3/435 32294
/proc/meminfo: memFree=12381588/32951132 swapFree=67093840/67111528
[pid=32289] ppid=32287 vsize=40348 CPUtime=162.29 cores=1,3,5,7
/proc/32289/stat : 32289 (scip-2.0.1.4b.l) R 32287 32289 27022 0 -1 4202496 26589 0 0 0 15423 806 0 0 25 0 1 0 821704117 41316352 9068 33554432000 4194304 9163163 140733259600208 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/32289/statm: 10087 9068 722 1214 0 8869 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 40348

[startup+222.3 s]
/proc/loadavg: 2.06 2.26 2.16 3/435 32295
/proc/meminfo: memFree=12377732/32951132 swapFree=67093840/67111528
[pid=32289] ppid=32287 vsize=43356 CPUtime=222.29 cores=1,3,5,7
/proc/32289/stat : 32289 (scip-2.0.1.4b.l) R 32287 32289 27022 0 -1 4202496 30053 0 0 0 21117 1112 0 0 25 0 1 0 821704117 44396544 9771 33554432000 4194304 9163163 140733259600208 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/32289/statm: 10839 9771 722 1214 0 9621 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 43356

[startup+282.301 s]
/proc/loadavg: 2.02 2.21 2.15 3/435 32297
/proc/meminfo: memFree=12375868/32951132 swapFree=67093840/67111528
[pid=32289] ppid=32287 vsize=45868 CPUtime=282.3 cores=1,3,5,7
/proc/32289/stat : 32289 (scip-2.0.1.4b.l) R 32287 32289 27022 0 -1 4202496 30735 0 0 0 26799 1431 0 0 25 0 1 0 821704117 46968832 10453 33554432000 4194304 9163163 140733259600208 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/32289/statm: 11467 10453 722 1214 0 10249 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 45868

[startup+342.3 s]
/proc/loadavg: 2.01 2.17 2.14 3/435 32299
/proc/meminfo: memFree=12375496/32951132 swapFree=67093840/67111528
[pid=32289] ppid=32287 vsize=49488 CPUtime=342.3 cores=1,3,5,7
/proc/32289/stat : 32289 (scip-2.0.1.4b.l) R 32287 32289 27022 0 -1 4202496 34250 0 0 0 32472 1758 0 0 25 0 1 0 821704117 50675712 11425 33554432000 4194304 9163163 140733259600208 18446744073709551615 7390504 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/32289/statm: 12372 11425 722 1214 0 11154 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 49488

[startup+402.301 s]
/proc/loadavg: 2.00 2.14 2.13 3/435 32300
/proc/meminfo: memFree=12371892/32951132 swapFree=67093840/67111528
[pid=32289] ppid=32287 vsize=52292 CPUtime=402.3 cores=1,3,5,7
/proc/32289/stat : 32289 (scip-2.0.1.4b.l) R 32287 32289 27022 0 -1 4202496 34961 0 0 0 38137 2093 0 0 25 0 1 0 821704117 53547008 12136 33554432000 4194304 9163163 140733259600208 18446744073709551615 6686995 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/32289/statm: 13073 12136 722 1214 0 11855 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 52292

[startup+462.301 s]
/proc/loadavg: 2.10 2.14 2.13 3/435 32302
/proc/meminfo: memFree=12366676/32951132 swapFree=67093840/67111528
[pid=32289] ppid=32287 vsize=55844 CPUtime=462.3 cores=1,3,5,7
/proc/32289/stat : 32289 (scip-2.0.1.4b.l) R 32287 32289 27022 0 -1 4202496 35853 0 0 0 43809 2421 0 0 25 0 1 0 821704117 57184256 13028 33554432000 4194304 9163163 140733259600208 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/32289/statm: 13961 13028 722 1214 0 12743 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 55844

[startup+522.3 s]
/proc/loadavg: 2.12 2.14 2.13 3/435 32303
/proc/meminfo: memFree=12362952/32951132 swapFree=67093840/67111528
[pid=32289] ppid=32287 vsize=59740 CPUtime=522.3 cores=1,3,5,7
/proc/32289/stat : 32289 (scip-2.0.1.4b.l) R 32287 32289 27022 0 -1 4202496 42176 0 0 0 49475 2755 0 0 25 0 1 0 821704117 61173760 14084 33554432000 4194304 9163163 140733259600208 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/32289/statm: 14935 14084 722 1214 0 13717 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 59740

[startup+582.301 s]
/proc/loadavg: 2.04 2.11 2.11 3/435 32305
/proc/meminfo: memFree=12359600/32951132 swapFree=67093840/67111528
[pid=32289] ppid=32287 vsize=65648 CPUtime=582.31 cores=1,3,5,7
/proc/32289/stat : 32289 (scip-2.0.1.4b.l) R 32287 32289 27022 0 -1 4202496 43198 0 0 0 55142 3089 0 0 25 0 1 0 821704117 67223552 15106 33554432000 4194304 9163163 140733259600208 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/32289/statm: 16412 15106 722 1214 0 15194 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 65648

[startup+642.3 s]

################
# More data... #
################

[startup+882.301 s]
/proc/loadavg: 2.00 2.03 2.07 3/435 32368
/proc/meminfo: memFree=12373660/32951132 swapFree=67093840/67111528
[pid=32289] ppid=32287 vsize=87056 CPUtime=882.31 cores=1,3,5,7
/proc/32289/stat : 32289 (scip-2.0.1.4b.l) R 32287 32289 27022 0 -1 4202496 48675 0 0 0 83466 4765 0 0 25 0 1 0 821704117 89145344 20583 33554432000 4194304 9163163 140733259600208 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/32289/statm: 21764 20583 722 1214 0 20546 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 87056

[startup+942.3 s]
/proc/loadavg: 2.00 2.02 2.07 3/435 32370
/proc/meminfo: memFree=12368820/32951132 swapFree=67093840/67111528
[pid=32289] ppid=32287 vsize=91652 CPUtime=942.31 cores=1,3,5,7
/proc/32289/stat : 32289 (scip-2.0.1.4b.l) R 32287 32289 27022 0 -1 4202496 49885 0 0 0 89122 5109 0 0 25 0 1 0 821704117 93851648 21793 33554432000 4194304 9163163 140733259600208 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/32289/statm: 22913 21793 722 1214 0 21695 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 91652

[startup+1002.3 s]
/proc/loadavg: 2.00 2.02 2.06 3/435 32371
/proc/meminfo: memFree=12363732/32951132 swapFree=67093840/67111528
[pid=32289] ppid=32287 vsize=96472 CPUtime=1002.33 cores=1,3,5,7
/proc/32289/stat : 32289 (scip-2.0.1.4b.l) R 32287 32289 27022 0 -1 4202496 51121 0 0 0 94787 5446 0 0 25 0 1 0 821704117 98787328 23029 33554432000 4194304 9163163 140733259600208 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/32289/statm: 24118 23029 722 1214 0 22900 0
Current children cumulated CPU time (s) 1002.33
Current children cumulated vsize (KiB) 96472

[startup+1062.3 s]
/proc/loadavg: 2.04 2.03 2.06 3/435 32373
/proc/meminfo: memFree=12358888/32951132 swapFree=67093840/67111528
[pid=32289] ppid=32287 vsize=101092 CPUtime=1062.31 cores=1,3,5,7
/proc/32289/stat : 32289 (scip-2.0.1.4b.l) R 32287 32289 27022 0 -1 4202496 52344 0 0 0 100442 5789 0 0 25 0 1 0 821704117 103518208 24252 33554432000 4194304 9163163 140733259600208 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/32289/statm: 25273 24252 722 1214 0 24055 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 101092

[startup+1122.32 s]
/proc/loadavg: 2.01 2.02 2.05 3/435 32374
/proc/meminfo: memFree=12354040/32951132 swapFree=67093840/67111528
[pid=32289] ppid=32287 vsize=105856 CPUtime=1122.33 cores=1,3,5,7
/proc/32289/stat : 32289 (scip-2.0.1.4b.l) R 32287 32289 27022 0 -1 4202496 53567 0 0 0 106108 6125 0 0 25 0 1 0 821704117 108396544 25475 33554432000 4194304 9163163 140733259600208 18446744073709551615 7390381 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/32289/statm: 26464 25475 722 1214 0 25246 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 105856

[startup+1182.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/435 32376
/proc/meminfo: memFree=12350316/32951132 swapFree=67093840/67111528
[pid=32289] ppid=32287 vsize=110076 CPUtime=1182.32 cores=1,3,5,7
/proc/32289/stat : 32289 (scip-2.0.1.4b.l) R 32287 32289 27022 0 -1 4202496 54636 0 0 0 111776 6456 0 0 25 0 1 0 821704117 112717824 26544 33554432000 4194304 9163163 140733259600208 18446744073709551615 7390028 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/32289/statm: 27519 26544 722 1214 0 26301 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 110076

[startup+1242.3 s]
/proc/loadavg: 2.00 2.01 2.04 3/435 32378
/proc/meminfo: memFree=12343860/32951132 swapFree=67093840/67111528
[pid=32289] ppid=32287 vsize=115628 CPUtime=1242.32 cores=1,3,5,7
/proc/32289/stat : 32289 (scip-2.0.1.4b.l) R 32287 32289 27022 0 -1 4202496 58570 0 0 0 117439 6793 0 0 25 0 1 0 821704117 118403072 27957 33554432000 4194304 9163163 140733259600208 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/32289/statm: 28907 27957 722 1214 0 27689 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 115628

[startup+1302.3 s]
/proc/loadavg: 2.07 2.02 2.04 3/435 32379
/proc/meminfo: memFree=12338528/32951132 swapFree=67093840/67111528
[pid=32289] ppid=32287 vsize=120808 CPUtime=1302.32 cores=1,3,5,7
/proc/32289/stat : 32289 (scip-2.0.1.4b.l) R 32287 32289 27022 0 -1 4202496 59892 0 0 0 123105 7127 0 0 25 0 1 0 821704117 123707392 29279 33554432000 4194304 9163163 140733259600208 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/32289/statm: 30202 29279 722 1214 0 28984 0
Current children cumulated CPU time (s) 1302.32
Current children cumulated vsize (KiB) 120808

[startup+1362.3 s]
/proc/loadavg: 2.02 2.01 2.04 3/435 32381
/proc/meminfo: memFree=12333188/32951132 swapFree=67093840/67111528
[pid=32289] ppid=32287 vsize=125772 CPUtime=1362.32 cores=1,3,5,7
/proc/32289/stat : 32289 (scip-2.0.1.4b.l) R 32287 32289 27022 0 -1 4202496 61190 0 0 0 128778 7454 0 0 25 0 1 0 821704117 128790528 30577 33554432000 4194304 9163163 140733259600208 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/32289/statm: 31443 30577 722 1214 0 30225 0
Current children cumulated CPU time (s) 1362.32
Current children cumulated vsize (KiB) 125772

[startup+1422.3 s]
/proc/loadavg: 2.01 2.01 2.03 3/435 32391
/proc/meminfo: memFree=12326592/32951132 swapFree=67093840/67111528
[pid=32289] ppid=32287 vsize=131600 CPUtime=1422.32 cores=1,3,5,7
/proc/32289/stat : 32289 (scip-2.0.1.4b.l) R 32287 32289 27022 0 -1 4202496 62650 0 0 0 134449 7783 0 0 25 0 1 0 821704117 134758400 32037 33554432000 4194304 9163163 140733259600208 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/32289/statm: 32900 32037 722 1214 0 31682 0
Current children cumulated CPU time (s) 1422.32
Current children cumulated vsize (KiB) 131600

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.02 3/435 32393
/proc/meminfo: memFree=12322184/32951132 swapFree=67093840/67111528
[pid=32289] ppid=32287 vsize=141272 CPUtime=1482.32 cores=1,3,5,7
/proc/32289/stat : 32289 (scip-2.0.1.4b.l) R 32287 32289 27022 0 -1 4202496 64083 0 0 0 140105 8127 0 0 25 0 1 0 821704117 144662528 33470 33554432000 4194304 9163163 140733259600208 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/32289/statm: 35318 33470 722 1214 0 34100 0
Current children cumulated CPU time (s) 1482.32
Current children cumulated vsize (KiB) 141272

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.02 3/435 32395
/proc/meminfo: memFree=12315596/32951132 swapFree=67093840/67111528
[pid=32289] ppid=32287 vsize=147608 CPUtime=1542.32 cores=1,3,5,7
/proc/32289/stat : 32289 (scip-2.0.1.4b.l) R 32287 32289 27022 0 -1 4202496 65742 0 0 0 145756 8476 0 0 25 0 1 0 821704117 151150592 35129 33554432000 4194304 9163163 140733259600208 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/32289/statm: 36902 35129 722 1214 0 35684 0
Current children cumulated CPU time (s) 1542.32
Current children cumulated vsize (KiB) 147608

[startup+1602.3 s]
/proc/loadavg: 2.12 2.03 2.02 3/435 32396
/proc/meminfo: memFree=12309016/32951132 swapFree=67093840/67111528
[pid=32289] ppid=32287 vsize=154388 CPUtime=1602.32 cores=1,3,5,7
/proc/32289/stat : 32289 (scip-2.0.1.4b.l) R 32287 32289 27022 0 -1 4202496 67478 0 0 0 151409 8823 0 0 25 0 1 0 821704117 158093312 36865 33554432000 4194304 9163163 140733259600208 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/32289/statm: 38597 36865 722 1214 0 37379 0
Current children cumulated CPU time (s) 1602.32
Current children cumulated vsize (KiB) 154388

[startup+1662.3 s]
/proc/loadavg: 2.10 2.04 2.02 3/435 32398
/proc/meminfo: memFree=12301436/32951132 swapFree=67093840/67111528
[pid=32289] ppid=32287 vsize=161304 CPUtime=1662.34 cores=1,3,5,7
/proc/32289/stat : 32289 (scip-2.0.1.4b.l) R 32287 32289 27022 0 -1 4202496 69201 0 0 0 157075 9159 0 0 25 0 1 0 821704117 165175296 38588 33554432000 4194304 9163163 140733259600208 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/32289/statm: 40326 38588 722 1214 0 39108 0
Current children cumulated CPU time (s) 1662.34
Current children cumulated vsize (KiB) 161304

[startup+1722.3 s]
/proc/loadavg: 2.12 2.04 2.02 3/435 32402
/proc/meminfo: memFree=12294080/32951132 swapFree=67093840/67111528
[pid=32289] ppid=32287 vsize=168848 CPUtime=1722.33 cores=1,3,5,7
/proc/32289/stat : 32289 (scip-2.0.1.4b.l) R 32287 32289 27022 0 -1 4202496 71116 0 0 0 162735 9498 0 0 25 0 1 0 821704117 172900352 40503 33554432000 4194304 9163163 140733259600208 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/32289/statm: 42212 40503 722 1214 0 40994 0
Current children cumulated CPU time (s) 1722.33
Current children cumulated vsize (KiB) 168848

[startup+1782.32 s]
/proc/loadavg: 2.04 2.03 2.02 3/435 32404
/proc/meminfo: memFree=12286724/32951132 swapFree=67093840/67111528
[pid=32289] ppid=32287 vsize=173824 CPUtime=1782.35 cores=1,3,5,7
/proc/32289/stat : 32289 (scip-2.0.1.4b.l) R 32287 32289 27022 0 -1 4202496 72360 0 0 0 168386 9849 0 0 25 0 1 0 821704117 177995776 41747 33554432000 4194304 9163163 140733259600208 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/32289/statm: 43456 41747 722 1214 0 42238 0
Current children cumulated CPU time (s) 1782.35
Current children cumulated vsize (KiB) 173824



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.03 2.03 2.02 3/435 32405
/proc/meminfo: memFree=12285348/32951132 swapFree=67093840/67111528
[pid=32289] ppid=32287 vsize=176068 CPUtime=1800.05 cores=1,3,5,7
/proc/32289/stat : 32289 (scip-2.0.1.4b.l) R 32287 32289 27022 0 -1 4202496 72967 0 0 0 170056 9949 0 0 25 0 1 0 821704117 180293632 42354 33554432000 4194304 9163163 140733259600208 18446744073709551615 6894666 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/32289/statm: 44017 42354 725 1214 0 42799 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 176068

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+1800 s]
/proc/loadavg: 2.03 2.03 2.02 3/435 32405
/proc/meminfo: memFree=12285348/32951132 swapFree=67093840/67111528
[pid=32289] ppid=32287 vsize=176068 CPUtime=1800.05 cores=1,3,5,7
/proc/32289/stat : 32289 (scip-2.0.1.4b.l) R 32287 32289 27022 0 -1 4202496 72967 0 0 0 170056 9949 0 0 25 0 1 0 821704117 180293632 42354 33554432000 4194304 9163163 140733259600208 18446744073709551615 6894666 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/32289/statm: 44017 42354 725 1214 0 42799 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 176068

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.02
CPU time (s): 1800.06
CPU user time (s): 1700.56
CPU system time (s): 99.4999
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 176068

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1700.56
system time used= 99.4999
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 72967
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= 4
involuntary context switches= 3056

runsolver used 7.51886 second user time and 17.1034 second system time

The end

Launcher Data

Begin job on node131 at 2011-06-03 13:37:25
IDJOB=3450583
IDBENCH=48107
IDSOLVER=1948
FILE ID=node131/3450583-1307101045
RUNJOBID= node131-1307092006-27042
PBS_JOBID= 13497965
Free space on /tmp= 73888 MiB

SOLVER NAME= SCIP spx E SCIP 2.0.1.4b with SoPlex 1.5.0.4
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/mds/normalized-mds_200_10_1.opb
COMMAND LINE= HOME/scip-2.0.1.4b.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3450583-1307101045/watcher-3450583-1307101045 -o /tmp/evaluation-result-3450583-1307101045/solver-3450583-1307101045 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4b.linux.x86_64.gnu.opt.spx -f HOME/instance-3450583-1307101045.opb -t 1800 -m 15500

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

MD5SUM BENCH= 7c4476530a00e5609896ce3ef5260c8d
RANDOM SEED=1392564585

node131.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.75
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.83
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.75
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.77
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.75
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.75
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      12420248 kB
Buffers:        346052 kB
Cached:        5663316 kB
SwapCached:        948 kB
Active:       16055596 kB
Inactive:      4155412 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      12420248 kB
SwapTotal:    67111528 kB
SwapFree:     67093840 kB
Dirty:           12908 kB
Writeback:           0 kB
AnonPages:    14200464 kB
Mapped:          41592 kB
Slab:           198192 kB
PageTables:      55976 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS: 95438176 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73876 MiB
End job on node131 at 2011-06-03 14:07:27