Trace number 3488503

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
SCIP spx E_2 2011-06-10 (fixed)SAT22 1797.32 1797.27

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.5]
0.00/0.00	c Copyright (c) 2002-2011 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-3488503-1307778532.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.00/0.06	c (round 1) 0 del vars, 2882 del conss, 200 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 71030 impls, 0 clqs
0.06/0.07	c (round 2) 2482 del vars, 2882 del conss, 200 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 200 upgd conss, 71030 impls, 0 clqs
0.06/0.07	c    (0.1s) probing: 101/200 (50.5%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.06/0.07	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.06/0.07	c presolving (3 rounds):
0.06/0.07	c  2482 deleted vars, 2882 deleted constraints, 200 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.06/0.07	c  71030 implications, 0 cliques
0.06/0.07	c presolved problem has 200 variables (200 bin, 0 int, 0 impl, 0 cont) and 200 constraints
0.06/0.07	c     200 constraints of type <logicor>
0.06/0.07	c transformed objective value is always integral (scale: 1)
0.06/0.07	c Presolving Time: 0.06
0.06/0.07	c - non default parameters ----------------------------------------------------------------------
0.06/0.07	c # SCIP version 2.0.1.5
0.06/0.07	c 
0.06/0.07	c # maximal number of intermediate conflict constraints generated in conflict graph (-1: use every intermediate constraint)
0.06/0.07	c # [type: int, range: [-1,2147483647], default: -1]
0.06/0.07	c conflict/interconss = 0
0.06/0.07	c 
0.06/0.07	c # should binary conflicts be preferred?
0.06/0.07	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.06/0.07	c conflict/preferbinary = TRUE
0.06/0.07	c 
0.06/0.07	c # maximum age an unnecessary constraint can reach before it is deleted (0: dynamic, -1: keep all constraints)
0.06/0.07	c # [type: int, range: [-1,2147483647], default: 0]
0.06/0.07	c constraints/agelimit = 1
0.06/0.07	c 
0.06/0.07	c # should enforcement of pseudo solution be disabled?
0.06/0.07	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.06/0.07	c constraints/disableenfops = TRUE
0.06/0.07	c 
0.06/0.07	c # frequency for displaying node information lines
0.06/0.07	c # [type: int, range: [-1,2147483647], default: 100]
0.06/0.07	c display/freq = 10000
0.06/0.07	c 
0.06/0.07	c # maximal time in seconds to run
0.06/0.07	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.06/0.07	c limits/time = 1797
0.06/0.07	c 
0.06/0.07	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.06/0.07	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.06/0.07	c limits/memory = 13950
0.06/0.07	c 
0.06/0.07	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.06/0.07	c # [type: int, range: [1,2], default: 1]
0.06/0.07	c timing/clocktype = 2
0.06/0.07	c 
0.06/0.07	c # belongs reading time to solving time?
0.06/0.07	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.06/0.07	c timing/reading = TRUE
0.06/0.07	c 
0.06/0.07	c # should presolving try to simplify inequalities
0.06/0.07	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.06/0.07	c constraints/linear/simplifyinequalities = TRUE
0.06/0.07	c 
0.06/0.07	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.06/0.07	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.06/0.07	c constraints/indicator/addCouplingCons = TRUE
0.06/0.07	c 
0.06/0.07	c # should presolving try to simplify knapsacks
0.06/0.07	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.06/0.07	c constraints/knapsack/simplifyinequalities = TRUE
0.06/0.07	c 
0.06/0.07	c -----------------------------------------------------------------------------------------------
0.06/0.07	c start solving
0.06/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.34	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.10/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.47	o 35
3.39/3.47	c z 3.5s|    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.47	o 27
3.39/3.47	c b 3.5s|    11 |    10 |  3565 | 156.8 |8239k|  10 |   - | 200 | 200 | 200 | 205 |   5 |   0 | 173 | 1.497167e+01 | 2.700000e+01 |  80.34%
3.70/3.79	o 24
3.70/3.79	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%
10.00/10.07	o 23
10.00/10.07	c C10.1s|   215 |   214 | 50011 | 224.4 |8526k|  21 |  73 | 200 | 200 | 200 | 205 |   5 |   0 | 639 | 1.547056e+01 | 2.300000e+01 |  48.67%
13.39/13.43	o 22
13.39/13.43	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
13.39/13.43	c p13.4s|   423 |   339 | 97100 | 225.4 |8668k|  29 |   - | 200 | 200 | 200 | 205 |   5 |   0 | 684 | 1.579860e+01 | 2.200000e+01 |  39.25%
136.00/136.05	c   136s| 10000 |  9916 |  2028k| 202.7 |  12M|  35 |  79 | 200 | 200 | 200 | 205 |   5 |   0 |1805 | 1.734459e+01 | 2.200000e+01 |  26.84%
228.09/228.17	c   228s| 20000 | 19916 |  3577k| 178.8 |  16M|  39 |  88 | 200 | 200 | 200 | 205 |   5 |   0 |2490 | 1.752368e+01 | 2.200000e+01 |  25.54%
311.60/311.65	c   312s| 30000 | 29916 |  5031k| 167.7 |  20M|  45 |  76 | 200 | 200 | 200 | 205 |   5 |   0 |3009 | 1.763118e+01 | 2.200000e+01 |  24.78%
389.50/389.54	c   390s| 40000 | 39912 |  6419k| 160.4 |  24M|  45 |  86 | 200 | 200 | 200 | 205 |   5 |   0 |3430 | 1.771409e+01 | 2.200000e+01 |  24.19%
463.30/463.39	c   463s| 50000 | 49910 |  7747k| 154.9 |  29M|  45 |  94 | 200 | 200 | 200 | 205 |   5 |   0 |3763 | 1.776430e+01 | 2.200000e+01 |  23.84%
536.90/536.99	c   537s| 60000 | 59906 |  9094k| 151.5 |  33M|  47 |  87 | 200 | 200 | 200 | 205 |   5 |   0 |4091 | 1.781185e+01 | 2.200000e+01 |  23.51%
607.91/607.94	c   608s| 70000 | 69898 | 10399k| 148.5 |  38M|  47 | 102 | 200 | 200 | 200 | 205 |   5 |   0 |4372 | 1.785750e+01 | 2.200000e+01 |  23.20%
677.71/677.71	c   678s| 80000 | 79886 | 11679k| 146.0 |  42M|  47 |  94 | 200 | 200 | 200 | 205 |   5 |   0 |4644 | 1.789312e+01 | 2.200000e+01 |  22.95%
747.61/747.61	c   748s| 90000 | 89868 | 12979k| 144.2 |  47M|  47 |  76 | 200 | 200 | 200 | 205 |   5 |   0 |4875 | 1.792836e+01 | 2.200000e+01 |  22.71%
816.01/816.03	c   816s|100000 | 99862 | 14244k| 142.4 |  52M|  47 |  90 | 200 | 200 | 200 | 205 |   5 |   0 |5092 | 1.795475e+01 | 2.200000e+01 |  22.53%
883.11/883.16	c   883s|110000 |109844 | 15491k| 140.8 |  56M|  47 |  88 | 200 | 200 | 200 | 205 |   5 |   0 |5289 | 1.797849e+01 | 2.200000e+01 |  22.37%
950.21/950.25	c   950s|120000 |119826 | 16732k| 139.4 |  61M|  47 |  70 | 200 | 200 | 200 | 205 |   5 |   0 |5501 | 1.799908e+01 | 2.200000e+01 |  22.23%
1015.71/1015.78	c  1016s|130000 |129786 | 17960k| 138.1 |  66M|  47 |  92 | 200 | 200 | 200 | 205 |   5 |   0 |5683 | 1.802787e+01 | 2.200000e+01 |  22.03%
1080.72/1080.78	c  1081s|140000 |139744 | 19175k| 137.0 |  71M|  47 |  90 | 200 | 200 | 200 | 205 |   5 |   0 |5859 | 1.804823e+01 | 2.200000e+01 |  21.90%
1146.02/1146.09	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1146.02/1146.09	c  1146s|150000 |149722 | 20408k| 136.0 |  76M|  47 | 101 | 200 | 200 | 200 | 205 |   5 |   0 |6011 | 1.807030e+01 | 2.200000e+01 |  21.75%
1210.63/1210.66	c  1211s|160000 |159684 | 21611k| 135.1 |  81M|  49 |  74 | 200 | 200 | 200 | 205 |   5 |   0 |6198 | 1.809220e+01 | 2.200000e+01 |  21.60%
1274.12/1274.16	c  1274s|170000 |169648 | 22805k| 134.1 |  86M|  49 |  92 | 200 | 200 | 200 | 205 |   5 |   0 |6322 | 1.811264e+01 | 2.200000e+01 |  21.46%
1337.13/1337.14	c  1337s|180000 |179580 | 23985k| 133.2 |  91M|  49 |  88 | 200 | 200 | 200 | 205 |   5 |   0 |6496 | 1.812668e+01 | 2.200000e+01 |  21.37%
1399.53/1399.57	c  1400s|190000 |189522 | 25168k| 132.5 |  96M|  49 |  81 | 200 | 200 | 200 | 205 |   5 |   0 |6629 | 1.814378e+01 | 2.200000e+01 |  21.25%
1462.42/1462.43	c  1462s|200000 |199396 | 26378k| 131.9 | 101M|  51 |  73 | 200 | 200 | 200 | 205 |   5 |   0 |6759 | 1.816266e+01 | 2.200000e+01 |  21.13%
1525.23/1525.23	c  1525s|210000 |209158 | 27609k| 131.5 | 107M|  52 |  85 | 200 | 200 | 200 | 205 |   5 |   0 |6908 | 1.817630e+01 | 2.200000e+01 |  21.04%
1585.14/1585.13	c  1585s|220000 |218918 | 28751k| 130.7 | 113M|  52 |  74 | 200 | 200 | 200 | 205 |   5 |   0 |7049 | 1.819376e+01 | 2.200000e+01 |  20.92%
1647.53/1647.51	c  1648s|230000 |228702 | 29965k| 130.3 | 119M|  52 |  72 | 200 | 200 | 200 | 205 |   5 |   0 |7181 | 1.820971e+01 | 2.200000e+01 |  20.81%
1706.34/1706.30	c  1706s|240000 |238492 | 31089k| 129.5 | 124M|  52 |  99 | 200 | 200 | 200 | 205 |   5 |   0 |7302 | 1.822454e+01 | 2.200000e+01 |  20.72%
1766.33/1766.33	c  1766s|250000 |248194 | 32260k| 129.0 | 130M|  52 |  74 | 200 | 200 | 200 | 205 |   5 |   0 |7417 | 1.823769e+01 | 2.200000e+01 |  20.63%
1797.04/1797.00	c 
1797.04/1797.00	c SCIP Status        : solving was interrupted [time limit reached]
1797.04/1797.00	c Solving Time (sec) : 1797.00
1797.04/1797.00	c Solving Nodes      : 255318
1797.04/1797.00	c Primal Bound       : +2.20000000000000e+01 (471 solutions)
1797.04/1797.00	c Dual Bound         : +1.82430527884004e+01
1797.04/1797.00	c Gap                : 20.59 %
1797.04/1797.00	s SATISFIABLE
1797.04/1797.00	v -x200 -x199 -x198 -x197 -x196 -x195 -x194 -x193 -x192 x191 -x190 -x189 -x188 -x187 -x186 -x185 -x184 -x183 -x182 -x181 -x180 -x179 
1797.04/1797.00	v -x178 -x177 -x176 -x175 -x174 -x173 -x172 -x171 -x170 -x169 -x168 -x167 -x166 -x165 -x164 -x163 -x162 x161 -x160 -x159 -x158 
1797.04/1797.00	v -x157 -x156 -x155 -x154 -x153 -x152 -x151 -x150 -x149 -x148 -x147 -x146 -x145 -x144 x143 -x142 -x141 -x140 -x139 -x138 -x137 
1797.04/1797.00	v -x136 -x135 x134 -x133 -x132 -x131 -x130 -x129 -x128 -x127 -x126 -x125 -x124 -x123 x122 -x121 -x120 -x119 -x118 -x117 -x116 
1797.04/1797.00	v -x115 -x114 -x113 -x112 -x111 -x110 -x109 -x108 -x107 -x106 -x105 -x104 -x103 -x102 -x101 x100 -x99 -x98 -x97 -x96 -x95 -x94 
1797.04/1797.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 
1797.04/1797.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 
1797.04/1797.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 
1797.04/1797.00	v x16 -x15 -x14 -x13 -x12 x11 -x10 -x9 -x8 -x7 -x6 -x5 -x4 x3 -x2 -x1 
1797.04/1797.00	c SCIP Status        : solving was interrupted [time limit reached]
1797.04/1797.00	c Total Time         :    1797.00
1797.04/1797.00	c   solving          :    1797.00
1797.04/1797.00	c   presolving       :       0.06 (included in solving)
1797.04/1797.00	c   reading          :       0.01 (included in solving)
1797.04/1797.00	c Original Problem   :
1797.04/1797.00	c   Problem name     : HOME/instance-3488503-1307778532.opb
1797.04/1797.00	c   Variables        : 2682 (2682 binary, 0 integer, 0 implicit integer, 0 continuous)
1797.04/1797.00	c   Constraints      : 2882 initial, 2882 maximal
1797.04/1797.00	c Presolved Problem  :
1797.04/1797.00	c   Problem name     : t_HOME/instance-3488503-1307778532.opb
1797.04/1797.00	c   Variables        : 200 (200 binary, 0 integer, 0 implicit integer, 0 continuous)
1797.04/1797.00	c   Constraints      : 200 initial, 200 maximal
1797.04/1797.00	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1797.04/1797.00	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
1797.04/1797.00	c   dualfix          :       0.00       2482          0          0          0          0          0          0          0          0
1797.04/1797.00	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1797.04/1797.00	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1797.04/1797.00	c   pseudoobj        :       0.00          0          0          0          0          0          0          0          0          0
1797.04/1797.00	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1797.04/1797.00	c   probing          :       0.00          0          0          0          0          0          0          0          0          0
1797.04/1797.00	c   linear           :       0.00          0          0          0          0          0          0          0          0          0
1797.04/1797.00	c   logicor          :       0.00          0          0          0          0          0          0          0          0          0
1797.04/1797.00	c   pseudoboolean    :       0.00          0          0          0          0          0       2882        200          0          0
1797.04/1797.00	c   root node        :          -          0          -          -          0          -          -          -          -          -
1797.04/1797.00	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1797.04/1797.00	c   integral         :          0          0          0     254394          0        476          0          3         51          0          0     508734
1797.04/1797.00	c   logicor          :        200          6     321679          0          0        471          0          0          1          0          0          0
1797.04/1797.00	c   countsols        :          0          0          0          0          0        474          0          0          0          0          0          0
1797.04/1797.00	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1797.04/1797.00	c   integral         :      54.91       0.00       0.00      54.91       0.00       0.00       0.00
1797.04/1797.00	c   logicor          :       1.00       0.00       0.99       0.00       0.00       0.00       0.00
1797.04/1797.00	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1797.04/1797.00	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1797.04/1797.00	c   vbounds          :          0          0          0          0
1797.04/1797.00	c   rootredcost      :          4          0          0          0
1797.04/1797.00	c   pseudoobj        :     823916          0          0          0
1797.04/1797.00	c Propagator Timings :  TotalTime  Propagate    Resprop
1797.04/1797.00	c   vbounds          :       0.18       0.18       0.00
1797.04/1797.00	c   rootredcost      :       0.16       0.16       0.00
1797.04/1797.00	c   pseudoobj        :       3.40       3.40       0.00
1797.04/1797.00	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1797.04/1797.00	c   propagation      :       0.00          0          0          0        0.0          0        0.0          -
1797.04/1797.00	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1797.04/1797.00	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1797.04/1797.00	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1797.04/1797.00	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1797.04/1797.00	c   applied globally :          -          -          -          0        0.0          -          -          -
1797.04/1797.00	c   applied locally  :          -          -          -          0        0.0          -          -          -
1797.04/1797.00	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1797.04/1797.00	c   cut pool         :       0.00          5          -          -          2          -    (maximal pool size: 322)
1797.04/1797.00	c   redcost          :       1.98     283744          0     455629          0          0
1797.04/1797.00	c   impliedbounds    :       0.00          6          0          0          0          0
1797.04/1797.00	c   intobj           :       0.00          0          0          0          0          0
1797.04/1797.00	c   gomory           :       0.06          6          0          0          0          0
1797.04/1797.00	c   cgmip            :       0.00          0          0          0          0          0
1797.04/1797.00	c   closecuts        :       0.00          0          0          0          0          0
1797.04/1797.00	c   strongcg         :       0.07          6          0          0        322          0
1797.04/1797.00	c   cmir             :       0.01          6          0          0          0          0
1797.04/1797.00	c   flowcover        :       0.02          6          0          0          0          0
1797.04/1797.00	c   clique           :       0.00          1          0          0          0          0
1797.04/1797.00	c   zerohalf         :       0.00          0          0          0          0          0
1797.04/1797.00	c   mcf              :       0.00          1          0          0          0          0
1797.04/1797.00	c   oddcycle         :       0.00          0          0          0          0          0
1797.04/1797.00	c   rapidlearning    :       0.00          0          0          0          0          0
1797.04/1797.00	c Pricers            :       Time      Calls       Vars
1797.04/1797.00	c   problem variables:       0.00          0          0
1797.04/1797.00	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1797.04/1797.00	c   relpscost        :      54.77     254394          3         51          0          0     508734
1797.04/1797.00	c   pscost           :       0.00          0          0          0          0          0          0
1797.04/1797.00	c   inference        :       0.00          1          0          0          0          0          2
1797.04/1797.00	c   mostinf          :       0.00          0          0          0          0          0          0
1797.04/1797.00	c   leastinf         :       0.00          0          0          0          0          0          0
1797.04/1797.00	c   fullstrong       :       0.00          0          0          0          0          0          0
1797.04/1797.00	c   allfullstrong    :       0.00          0          0          0          0          0          0
1797.04/1797.00	c   random           :       0.00          0          0          0          0          0          0
1797.04/1797.00	c Primal Heuristics  :       Time      Calls      Found
1797.04/1797.00	c   LP solutions     :       0.00          -          0
1797.04/1797.00	c   pseudo solutions :       0.00          -          0
1797.04/1797.00	c   intshifting      :       0.00          0          0
1797.04/1797.00	c   feaspump         :       0.01          0          0
1797.04/1797.00	c   oneopt           :       0.05          7          2
1797.04/1797.00	c   crossover        :       0.48         11          8
1797.04/1797.00	c   objpscostdiving  :      24.53        154         92
1797.04/1797.00	c   pscostdiving     :      74.78       1583         72
1797.04/1797.00	c   coefdiving       :      70.44       1977         58
1797.04/1797.00	c   fracdiving       :      69.34       2816          0
1797.04/1797.00	c   veclendiving     :      54.39       3235          4
1797.04/1797.00	c   trivial          :       0.00          2          2
1797.04/1797.00	c   shiftandpropagate:       0.00          0          0
1797.04/1797.00	c   simplerounding   :       2.17     254400         33
1797.04/1797.00	c   zirounding       :       1.11       9901        198
1797.04/1797.00	c   rounding         :       1.88      24134          1
1797.04/1797.00	c   shifting         :       0.67       7294          1
1797.04/1797.00	c   twoopt           :       0.00          0          0
1797.04/1797.00	c   fixandinfer      :       0.00          0          0
1797.04/1797.00	c   clique           :       0.00          0          0
1797.04/1797.00	c   intdiving        :       0.00          0          0
1797.04/1797.00	c   actconsdiving    :       0.00          0          0
1797.04/1797.00	c   rootsoldiving    :       9.05        179          0
1797.04/1797.00	c   linesearchdiving :      71.53       2337          0
1797.04/1797.00	c   guideddiving     :      69.30       2811          0
1797.04/1797.00	c   octane           :       0.00          0          0
1797.04/1797.00	c   rens             :       0.01          0          0
1797.04/1797.00	c   rins             :       0.00          0          0
1797.04/1797.00	c   localbranching   :       0.00          0          0
1797.04/1797.00	c   mutation         :       0.00          0          0
1797.04/1797.00	c   dins             :       0.00          0          0
1797.04/1797.00	c   vbounds          :       0.00          0          0
1797.04/1797.00	c   undercover       :       0.00          0          0
1797.04/1797.00	c   subnlp           :       0.04          0          0
1797.04/1797.00	c   trysol           :       0.06          0          0
1797.04/1797.00	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1797.04/1797.00	c   primal LP        :       0.00          0          0       0.00          -
1797.04/1797.00	c   dual LP          :    1266.89     255347   24332219      95.29   19206.22
1797.04/1797.00	c   lex dual LP      :       0.00          0          0       0.00          -
1797.04/1797.00	c   barrier LP       :       0.00          0          0       0.00          -
1797.04/1797.00	c   diving/probing LP:     408.12     546201    8516612      15.59   20867.91
1797.04/1797.00	c   strong branching :      49.58       7479     875207     117.02   17651.53
1797.04/1797.00	c     (at root node) :          -         19       9826     517.16          -
1797.04/1797.00	c   conflict analysis:       0.00          0          0       0.00          -
1797.04/1797.00	c B&B Tree           :
1797.04/1797.00	c   number of runs   :          1
1797.04/1797.00	c   nodes            :     255318
1797.04/1797.00	c   nodes (total)    :     255318
1797.04/1797.00	c   nodes left       :     253342
1797.04/1797.00	c   max depth        :         52
1797.04/1797.00	c   max depth (total):         52
1797.04/1797.00	c   backtracks       :      45398 (17.8%)
1797.04/1797.00	c   delayed cutoffs  :          0
1797.04/1797.00	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1797.04/1797.00	c   avg switch length:       5.48
1797.04/1797.00	c   switching time   :       3.64
1797.04/1797.00	c Solution           :
1797.04/1797.00	c   Solutions found  :        471 (10 improvements)
1797.04/1797.00	c   First Solution   : +2.00000000000000e+02   (in run 1, after 0 nodes, 0.02 seconds, depth 0, found by <trivial>)
1797.04/1797.00	c   Primal Bound     : +2.20000000000000e+01   (in run 1, after 423 nodes, 13.43 seconds, depth 157, found by <pscostdiving>)
1797.04/1797.00	c   Dual Bound       : +1.82430527884004e+01
1797.04/1797.00	c   Gap              :      20.59 %
1797.04/1797.00	c   Root Dual Bound  : +1.48688146954991e+01
1797.04/1797.00	c   Root Iterations  :       1997
1797.24/1797.27	c Time complete: 1797.3.

Verifier Data

OK	22

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 988)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3488503-1307778532/watcher-3488503-1307778532 -o /tmp/evaluation-result-3488503-1307778532/solver-3488503-1307778532 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3488503-1307778532.opb -t 1800 -m 15500 

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

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


[startup+0 s]
/proc/loadavg: 2.02 2.00 1.98 2/177 14008
/proc/meminfo: memFree=31768256/32951124 swapFree=67050780/67111528
[pid=14008] ppid=14006 vsize=12560 CPUtime=0 cores=0,2,4,6
/proc/14008/stat : 14008 (scip-2.0.1.4b_2) R 14006 14008 1779 0 -1 4202496 2131 0 0 0 0 0 0 0 25 0 1 0 889455977 12861440 2086 33554432000 4194304 9016284 140733877404384 18446744073709551615 6813403 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/14008/statm: 3140 2089 353 1178 0 1958 0

[startup+0.0705049 s]
/proc/loadavg: 2.02 2.00 1.98 2/177 14008
/proc/meminfo: memFree=31768256/32951124 swapFree=67050780/67111528
[pid=14008] ppid=14006 vsize=29412 CPUtime=0.06 cores=0,2,4,6
/proc/14008/stat : 14008 (scip-2.0.1.4b_2) R 14006 14008 1779 0 -1 4202496 6343 0 0 0 5 1 0 0 25 0 1 0 889455977 30117888 6041 33554432000 4194304 9016284 140733877404384 18446744073709551615 4460433 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/14008/statm: 7353 6041 491 1178 0 6171 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 29412

[startup+0.100501 s]
/proc/loadavg: 2.02 2.00 1.98 2/177 14008
/proc/meminfo: memFree=31768256/32951124 swapFree=67050780/67111528
[pid=14008] ppid=14006 vsize=30488 CPUtime=0.09 cores=0,2,4,6
/proc/14008/stat : 14008 (scip-2.0.1.4b_2) R 14006 14008 1779 0 -1 4202496 6724 0 0 0 8 1 0 0 25 0 1 0 889455977 31219712 6422 33554432000 4194304 9016284 140733877404384 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/14008/statm: 7622 6422 619 1178 0 6440 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 30488

[startup+0.300466 s]
/proc/loadavg: 2.02 2.00 1.98 2/177 14008
/proc/meminfo: memFree=31768256/32951124 swapFree=67050780/67111528
[pid=14008] ppid=14006 vsize=34052 CPUtime=0.29 cores=0,2,4,6
/proc/14008/stat : 14008 (scip-2.0.1.4b_2) R 14006 14008 1779 0 -1 4202496 7651 0 0 0 28 1 0 0 25 0 1 0 889455977 34869248 7349 33554432000 4194304 9016284 140733877404384 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/14008/statm: 8513 7349 658 1178 0 7331 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 34052

[startup+0.700391 s]
/proc/loadavg: 2.02 2.00 1.98 2/177 14008
/proc/meminfo: memFree=31768256/32951124 swapFree=67050780/67111528
[pid=14008] ppid=14006 vsize=34740 CPUtime=0.69 cores=0,2,4,6
/proc/14008/stat : 14008 (scip-2.0.1.4b_2) R 14006 14008 1779 0 -1 4202496 9509 0 0 0 68 1 0 0 25 0 1 0 889455977 35573760 7611 33554432000 4194304 9016284 140733877404384 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/14008/statm: 8685 7611 673 1178 0 7503 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 34740

[startup+1.50025 s]
/proc/loadavg: 2.02 2.00 1.98 3/178 14009
/proc/meminfo: memFree=31740012/32951124 swapFree=67050780/67111528
[pid=14008] ppid=14006 vsize=34740 CPUtime=1.49 cores=0,2,4,6
/proc/14008/stat : 14008 (scip-2.0.1.4b_2) R 14006 14008 1779 0 -1 4202496 9514 0 0 0 147 2 0 0 25 0 1 0 889455977 35573760 7616 33554432000 4194304 9016284 140733877404384 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/14008/statm: 8685 7616 678 1178 0 7503 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 34740

[startup+3.10094 s]
/proc/loadavg: 2.02 2.00 1.98 3/178 14009
/proc/meminfo: memFree=31739516/32951124 swapFree=67050780/67111528
[pid=14008] ppid=14006 vsize=34740 CPUtime=3.1 cores=0,2,4,6
/proc/14008/stat : 14008 (scip-2.0.1.4b_2) R 14006 14008 1779 0 -1 4202496 9514 0 0 0 305 5 0 0 25 0 1 0 889455977 35573760 7616 33554432000 4194304 9016284 140733877404384 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/14008/statm: 8685 7616 678 1178 0 7503 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 34740

[startup+6.3004 s]
/proc/loadavg: 2.02 2.00 1.98 3/178 14048
/proc/meminfo: memFree=31411664/32951124 swapFree=67050780/67111528
[pid=14008] ppid=14006 vsize=34740 CPUtime=6.29 cores=0,2,4,6
/proc/14008/stat : 14008 (scip-2.0.1.4b_2) R 14006 14008 1779 0 -1 4202496 9514 0 0 0 619 10 0 0 25 0 1 0 889455977 35573760 7616 33554432000 4194304 9016284 140733877404384 18446744073709551615 7219360 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/14008/statm: 8685 7616 678 1178 0 7503 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 34740

[startup+12.7003 s]
/proc/loadavg: 2.01 2.00 1.98 3/178 14048
/proc/meminfo: memFree=31163816/32951124 swapFree=67050780/67111528
[pid=14008] ppid=14006 vsize=35340 CPUtime=12.69 cores=0,2,4,6
/proc/14008/stat : 14008 (scip-2.0.1.4b_2) R 14006 14008 1779 0 -1 4202496 12268 0 0 0 1248 21 0 0 25 0 1 0 889455977 36188160 7778 33554432000 4194304 9016284 140733877404384 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/14008/statm: 8835 7778 693 1178 0 7653 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 35340

[startup+25.501 s]
/proc/loadavg: 2.01 2.00 1.98 3/178 14048
/proc/meminfo: memFree=31122324/32951124 swapFree=67050780/67111528
[pid=14008] ppid=14006 vsize=35556 CPUtime=25.49 cores=0,2,4,6
/proc/14008/stat : 14008 (scip-2.0.1.4b_2) R 14006 14008 1779 0 -1 4202496 12328 0 0 0 2508 41 0 0 25 0 1 0 889455977 36409344 7838 33554432000 4194304 9016284 140733877404384 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/14008/statm: 8889 7838 693 1178 0 7707 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 35556

[startup+51.1005 s]
/proc/loadavg: 2.01 2.00 1.98 3/178 14049
/proc/meminfo: memFree=31118044/32951124 swapFree=67050780/67111528
[pid=14008] ppid=14006 vsize=35748 CPUtime=51.09 cores=0,2,4,6
/proc/14008/stat : 14008 (scip-2.0.1.4b_2) R 14006 14008 1779 0 -1 4202496 12387 0 0 0 5030 79 0 0 25 0 1 0 889455977 36605952 7897 33554432000 4194304 9016284 140733877404384 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/14008/statm: 8937 7897 693 1178 0 7755 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 35748

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 1.98 3/178 14050
/proc/meminfo: memFree=31115256/32951124 swapFree=67050780/67111528
[pid=14008] ppid=14006 vsize=38128 CPUtime=102.3 cores=0,2,4,6
/proc/14008/stat : 14008 (scip-2.0.1.4b_2) R 14006 14008 1779 0 -1 4202496 20888 0 0 0 10065 165 0 0 25 0 1 0 889455977 39043072 8493 33554432000 4194304 9016284 140733877404384 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/14008/statm: 9532 8493 693 1178 0 8350 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 38128

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 1.98 3/178 14052
/proc/meminfo: memFree=31113244/32951124 swapFree=67050780/67111528
[pid=14008] ppid=14006 vsize=40108 CPUtime=162.29 cores=0,2,4,6
/proc/14008/stat : 14008 (scip-2.0.1.4b_2) R 14006 14008 1779 0 -1 4202496 26686 0 0 0 15960 269 0 0 25 0 1 0 889455977 41070592 9012 33554432000 4194304 9016284 140733877404384 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/14008/statm: 10027 9012 693 1178 0 8845 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 40108

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 1.98 3/178 14053
/proc/meminfo: memFree=31108732/32951124 swapFree=67050780/67111528
[pid=14008] ppid=14006 vsize=43072 CPUtime=222.3 cores=0,2,4,6
/proc/14008/stat : 14008 (scip-2.0.1.4b_2) R 14006 14008 1779 0 -1 4202496 30195 0 0 0 21856 374 0 0 25 0 1 0 889455977 44105728 9741 33554432000 4194304 9016284 140733877404384 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/14008/statm: 10768 9741 693 1178 0 9586 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 43072

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/178 14055
/proc/meminfo: memFree=31105968/32951124 swapFree=67050780/67111528
[pid=14008] ppid=14006 vsize=45612 CPUtime=282.3 cores=0,2,4,6
/proc/14008/stat : 14008 (scip-2.0.1.4b_2) R 14006 14008 1779 0 -1 4202496 30852 0 0 0 27755 475 0 0 25 0 1 0 889455977 46706688 10398 33554432000 4194304 9016284 140733877404384 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/14008/statm: 11403 10398 693 1178 0 10221 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 45612

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 1.98 3/178 14056
/proc/meminfo: memFree=31102324/32951124 swapFree=67050780/67111528
[pid=14008] ppid=14006 vsize=48832 CPUtime=342.3 cores=0,2,4,6
/proc/14008/stat : 14008 (scip-2.0.1.4b_2) R 14006 14008 1779 0 -1 4202496 34256 0 0 0 33643 587 0 0 25 0 1 0 889455977 50003968 11266 33554432000 4194304 9016284 140733877404384 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/14008/statm: 12208 11266 693 1178 0 11026 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 48832

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/178 14058
/proc/meminfo: memFree=31099296/32951124 swapFree=67050780/67111528
[pid=14008] ppid=14006 vsize=51900 CPUtime=402.3 cores=0,2,4,6
/proc/14008/stat : 14008 (scip-2.0.1.4b_2) R 14006 14008 1779 0 -1 4202496 35032 0 0 0 39533 697 0 0 25 0 1 0 889455977 53145600 12042 33554432000 4194304 9016284 140733877404384 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/14008/statm: 12975 12042 693 1178 0 11793 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 51900

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 1.98 3/178 14060
/proc/meminfo: memFree=31095392/32951124 swapFree=67050780/67111528
[pid=14008] ppid=14006 vsize=55524 CPUtime=462.3 cores=0,2,4,6
/proc/14008/stat : 14008 (scip-2.0.1.4b_2) R 14006 14008 1779 0 -1 4202496 35988 0 0 0 45422 808 0 0 25 0 1 0 889455977 56856576 12998 33554432000 4194304 9016284 140733877404384 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/14008/statm: 13881 12998 693 1178 0 12699 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 55524

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 1.98 3/178 14061
/proc/meminfo: memFree=31091624/32951124 swapFree=67050780/67111528
[pid=14008] ppid=14006 vsize=58976 CPUtime=522.3 cores=0,2,4,6
/proc/14008/stat : 14008 (scip-2.0.1.4b_2) R 14006 14008 1779 0 -1 4202496 39448 0 0 0 51312 918 0 0 25 0 1 0 889455977 60391424 13923 33554432000 4194304 9016284 140733877404384 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/14008/statm: 14744 13923 693 1178 0 13562 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 58976

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/178 14063
/proc/meminfo: memFree=31087348/32951124 swapFree=67050780/67111528
[pid=14008] ppid=14006 vsize=65328 CPUtime=582.3 cores=0,2,4,6
/proc/14008/stat : 14008 (scip-2.0.1.4b_2) R 14006 14008 1779 0 -1 4202496 43226 0 0 0 57209 1021 0 0 25 0 1 0 889455977 66895872 15012 33554432000 4194304 9016284 140733877404384 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/14008/statm: 16332 15012 693 1178 0 15150 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 65328

[startup+642.301 s]

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

/proc/meminfo: memFree=31078964/32951124 swapFree=67050780/67111528
[pid=14008] ppid=14006 vsize=105232 CPUtime=1122.32 cores=0,2,4,6
/proc/14008/stat : 14008 (scip-2.0.1.4b_2) R 14006 14008 1779 0 -1 4202496 53541 0 0 0 110226 2006 0 0 25 0 1 0 889455977 107757568 25327 33554432000 4194304 9016284 140733877404384 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/14008/statm: 26308 25327 693 1178 0 25126 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 105232

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/178 14091
/proc/meminfo: memFree=31074312/32951124 swapFree=67050780/67111528
[pid=14008] ppid=14006 vsize=109808 CPUtime=1182.32 cores=0,2,4,6
/proc/14008/stat : 14008 (scip-2.0.1.4b_2) R 14006 14008 1779 0 -1 4202496 54683 0 0 0 116119 2113 0 0 25 0 1 0 889455977 112443392 26469 33554432000 4194304 9016284 140733877404384 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/14008/statm: 27452 26469 693 1178 0 26270 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 109808

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/178 14092
/proc/meminfo: memFree=31069060/32951124 swapFree=67050780/67111528
[pid=14008] ppid=14006 vsize=114332 CPUtime=1242.32 cores=0,2,4,6
/proc/14008/stat : 14008 (scip-2.0.1.4b_2) R 14006 14008 1779 0 -1 4202496 58412 0 0 0 122003 2229 0 0 25 0 1 0 889455977 117075968 27661 33554432000 4194304 9016284 140733877404384 18446744073709551615 7220816 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/14008/statm: 28583 27661 693 1178 0 27401 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 114332

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/178 14094
/proc/meminfo: memFree=31064428/32951124 swapFree=67050780/67111528
[pid=14008] ppid=14006 vsize=119060 CPUtime=1302.33 cores=0,2,4,6
/proc/14008/stat : 14008 (scip-2.0.1.4b_2) R 14006 14008 1779 0 -1 4202496 59612 0 0 0 127897 2336 0 0 25 0 1 0 889455977 121917440 28861 33554432000 4194304 9016284 140733877404384 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/14008/statm: 29765 28861 693 1178 0 28583 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 119060

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/178 14096
/proc/meminfo: memFree=31058668/32951124 swapFree=67050780/67111528
[pid=14008] ppid=14006 vsize=124756 CPUtime=1362.33 cores=0,2,4,6
/proc/14008/stat : 14008 (scip-2.0.1.4b_2) R 14006 14008 1779 0 -1 4202496 61074 0 0 0 133790 2443 0 0 25 0 1 0 889455977 127750144 30323 33554432000 4194304 9016284 140733877404384 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/14008/statm: 31189 30323 693 1178 0 30007 0
Current children cumulated CPU time (s) 1362.33
Current children cumulated vsize (KiB) 124756

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.98 3/178 14097
/proc/meminfo: memFree=31054020/32951124 swapFree=67050780/67111528
[pid=14008] ppid=14006 vsize=129696 CPUtime=1422.33 cores=0,2,4,6
/proc/14008/stat : 14008 (scip-2.0.1.4b_2) R 14006 14008 1779 0 -1 4202496 62273 0 0 0 139679 2554 0 0 25 0 1 0 889455977 132808704 31522 33554432000 4194304 9016284 140733877404384 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/14008/statm: 32424 31522 693 1178 0 31242 0
Current children cumulated CPU time (s) 1422.33
Current children cumulated vsize (KiB) 129696

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/178 14099
/proc/meminfo: memFree=31047120/32951124 swapFree=67050780/67111528
[pid=14008] ppid=14006 vsize=140196 CPUtime=1482.33 cores=0,2,4,6
/proc/14008/stat : 14008 (scip-2.0.1.4b_2) R 14006 14008 1779 0 -1 4202496 63989 0 0 0 145562 2671 0 0 25 0 1 0 889455977 143560704 33238 33554432000 4194304 9016284 140733877404384 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/14008/statm: 35049 33238 693 1178 0 33867 0
Current children cumulated CPU time (s) 1482.33
Current children cumulated vsize (KiB) 140196

[startup+1542.3 s]
/proc/loadavg: 2.03 2.01 1.99 3/178 14100
/proc/meminfo: memFree=31040620/32951124 swapFree=67050780/67111528
[pid=14008] ppid=14006 vsize=146544 CPUtime=1542.33 cores=0,2,4,6
/proc/14008/stat : 14008 (scip-2.0.1.4b_2) R 14006 14008 1779 0 -1 4202496 65588 0 0 0 151444 2789 0 0 25 0 1 0 889455977 150061056 34837 33554432000 4194304 9016284 140733877404384 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/14008/statm: 36636 34837 693 1178 0 35454 0
Current children cumulated CPU time (s) 1542.33
Current children cumulated vsize (KiB) 146544

[startup+1602.3 s]
/proc/loadavg: 2.01 2.01 1.99 3/178 14102
/proc/meminfo: memFree=31033864/32951124 swapFree=67050780/67111528
[pid=14008] ppid=14006 vsize=153336 CPUtime=1602.33 cores=0,2,4,6
/proc/14008/stat : 14008 (scip-2.0.1.4b_2) R 14006 14008 1779 0 -1 4202496 67310 0 0 0 157334 2899 0 0 25 0 1 0 889455977 157016064 36559 33554432000 4194304 9016284 140733877404384 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/14008/statm: 38334 36559 693 1178 0 37152 0
Current children cumulated CPU time (s) 1602.33
Current children cumulated vsize (KiB) 153336

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/178 14104
/proc/meminfo: memFree=31027460/32951124 swapFree=67050780/67111528
[pid=14008] ppid=14006 vsize=159600 CPUtime=1662.33 cores=0,2,4,6
/proc/14008/stat : 14008 (scip-2.0.1.4b_2) R 14006 14008 1779 0 -1 4202496 68910 0 0 0 163223 3010 0 0 25 0 1 0 889455977 163430400 38159 33554432000 4194304 9016284 140733877404384 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/14008/statm: 39900 38159 693 1178 0 38718 0
Current children cumulated CPU time (s) 1662.33
Current children cumulated vsize (KiB) 159600

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/178 14105
/proc/meminfo: memFree=31019960/32951124 swapFree=67050780/67111528
[pid=14008] ppid=14006 vsize=166636 CPUtime=1722.33 cores=0,2,4,6
/proc/14008/stat : 14008 (scip-2.0.1.4b_2) R 14006 14008 1779 0 -1 4202496 70742 0 0 0 169109 3124 0 0 25 0 1 0 889455977 170635264 39991 33554432000 4194304 9016284 140733877404384 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/14008/statm: 41659 39991 693 1178 0 40477 0
Current children cumulated CPU time (s) 1722.33
Current children cumulated vsize (KiB) 166636

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/178 14107
/proc/meminfo: memFree=31014560/32951124 swapFree=67050780/67111528
[pid=14008] ppid=14006 vsize=171844 CPUtime=1782.34 cores=0,2,4,6
/proc/14008/stat : 14008 (scip-2.0.1.4b_2) R 14006 14008 1779 0 -1 4202496 72061 0 0 0 174993 3241 0 0 25 0 1 0 889455977 175968256 41310 33554432000 4194304 9016284 140733877404384 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/14008/statm: 42961 41310 693 1178 0 41779 0
Current children cumulated CPU time (s) 1782.34
Current children cumulated vsize (KiB) 171844

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

[startup+1785.5 s]
/proc/loadavg: 2.00 2.00 1.99 3/178 14107
/proc/meminfo: memFree=31014436/32951124 swapFree=67050780/67111528
[pid=14008] ppid=14006 vsize=172032 CPUtime=1785.53 cores=0,2,4,6
/proc/14008/stat : 14008 (scip-2.0.1.4b_2) R 14006 14008 1779 0 -1 4202496 72130 0 0 0 175307 3246 0 0 25 0 1 0 889455977 176160768 41379 33554432000 4194304 9016284 140733877404384 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/14008/statm: 43008 41379 693 1178 0 41826 0
Current children cumulated CPU time (s) 1785.53
Current children cumulated vsize (KiB) 172032

[startup+1791.91 s]
/proc/loadavg: 2.00 2.00 1.99 3/178 14107
/proc/meminfo: memFree=31013556/32951124 swapFree=67050780/67111528
[pid=14008] ppid=14006 vsize=173328 CPUtime=1791.94 cores=0,2,4,6
/proc/14008/stat : 14008 (scip-2.0.1.4b_2) R 14006 14008 1779 0 -1 4202496 72420 0 0 0 175936 3258 0 0 25 0 1 0 889455977 177487872 41669 33554432000 4194304 9016284 140733877404384 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/14008/statm: 43332 41669 693 1178 0 42150 0
Current children cumulated CPU time (s) 1791.94
Current children cumulated vsize (KiB) 173328

[startup+1795.1 s]
/proc/loadavg: 2.00 2.00 1.99 3/178 14107
/proc/meminfo: memFree=31012688/32951124 swapFree=67050780/67111528
[pid=14008] ppid=14006 vsize=173588 CPUtime=1795.14 cores=0,2,4,6
/proc/14008/stat : 14008 (scip-2.0.1.4b_2) R 14006 14008 1779 0 -1 4202496 72505 0 0 0 176251 3263 0 0 25 0 1 0 889455977 177754112 41754 33554432000 4194304 9016284 140733877404384 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/14008/statm: 43397 41754 693 1178 0 42215 0
Current children cumulated CPU time (s) 1795.14
Current children cumulated vsize (KiB) 173588

[startup+1795.9 s]
/proc/loadavg: 2.00 2.00 1.99 3/178 14107
/proc/meminfo: memFree=31012688/32951124 swapFree=67050780/67111528
[pid=14008] ppid=14006 vsize=173588 CPUtime=1795.94 cores=0,2,4,6
/proc/14008/stat : 14008 (scip-2.0.1.4b_2) R 14006 14008 1779 0 -1 4202496 72506 0 0 0 176329 3265 0 0 25 0 1 0 889455977 177754112 41755 33554432000 4194304 9016284 140733877404384 18446744073709551615 7219378 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/14008/statm: 43397 41755 693 1178 0 42215 0
Current children cumulated CPU time (s) 1795.94
Current children cumulated vsize (KiB) 173588

[startup+1796.7 s]
/proc/loadavg: 2.00 2.00 1.99 3/178 14107
/proc/meminfo: memFree=31012688/32951124 swapFree=67050780/67111528
[pid=14008] ppid=14006 vsize=173840 CPUtime=1796.74 cores=0,2,4,6
/proc/14008/stat : 14008 (scip-2.0.1.4b_2) R 14006 14008 1779 0 -1 4202496 72508 0 0 0 176408 3266 0 0 25 0 1 0 889455977 178012160 41757 33554432000 4194304 9016284 140733877404384 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/14008/statm: 43460 41757 693 1178 0 42278 0
Current children cumulated CPU time (s) 1796.74
Current children cumulated vsize (KiB) 173840

[startup+1797.1 s]
/proc/loadavg: 2.00 2.00 1.99 3/178 14107
/proc/meminfo: memFree=31012688/32951124 swapFree=67050780/67111528
[pid=14008] ppid=14006 vsize=173840 CPUtime=1797.14 cores=0,2,4,6
/proc/14008/stat : 14008 (scip-2.0.1.4b_2) R 14006 14008 1779 0 -1 4202496 72510 0 0 0 176447 3267 0 0 25 0 1 0 889455977 178012160 41759 33554432000 4194304 9016284 140733877404384 18446744073709551615 6817704 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/14008/statm: 43460 41759 695 1178 0 42278 0
Current children cumulated CPU time (s) 1797.14
Current children cumulated vsize (KiB) 173840

[startup+1797.2 s]
/proc/loadavg: 2.00 2.00 1.99 3/178 14107
/proc/meminfo: memFree=31012688/32951124 swapFree=67050780/67111528
[pid=14008] ppid=14006 vsize=173840 CPUtime=1797.24 cores=0,2,4,6
/proc/14008/stat : 14008 (scip-2.0.1.4b_2) R 14006 14008 1779 0 -1 4202496 72510 0 0 0 176457 3267 0 0 25 0 1 0 889455977 178012160 41759 33554432000 4194304 9016284 140733877404384 18446744073709551615 4897769 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/14008/statm: 43460 41759 695 1178 0 42278 0
Current children cumulated CPU time (s) 1797.24
Current children cumulated vsize (KiB) 173840

Child status: 0
Real time (s): 1797.27
CPU time (s): 1797.32
CPU user time (s): 1764.64
CPU system time (s): 32.679
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 173840

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1764.64
system time used= 32.679
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 72515
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5
involuntary context switches= 1849

runsolver used 2.75558 second user time and 5.42518 second system time

The end

Launcher Data

Begin job on node101 at 2011-06-11 09:48:52
IDJOB=3488503
IDBENCH=48107
IDSOLVER=1979
FILE ID=node101/3488503-1307778532
RUNJOBID= node101-1307776514-12558
PBS_JOBID= 13550859
Free space on /tmp= 74092 MiB

SOLVER NAME= SCIP spx E_2 2011-06-10 (fixed)
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_2.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3488503-1307778532/watcher-3488503-1307778532 -o /tmp/evaluation-result-3488503-1307778532/solver-3488503-1307778532 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3488503-1307778532.opb -t 1800 -m 15500

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

MD5SUM BENCH= 7c4476530a00e5609896ce3ef5260c8d
RANDOM SEED=659779499

node101.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.841
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.68
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.841
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	: 5226.07
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.841
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.77
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.841
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.841
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.74
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.841
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.841
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.841
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:      31768684 kB
Buffers:        210968 kB
Cached:         730140 kB
SwapCached:      27756 kB
Active:         292836 kB
Inactive:       702204 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31768684 kB
SwapTotal:    67111528 kB
SwapFree:     67050780 kB
Dirty:           34568 kB
Writeback:           0 kB
AnonPages:       48164 kB
Mapped:          12060 kB
Slab:           122324 kB
PageTables:       4480 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   231180 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74072 MiB
End job on node101 at 2011-06-11 10:18:49