Trace number 3450620

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)21 1800.07 1800.03

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mds/normalized-mds_200_10_3.opb
MD5SUM9e4e432c8df29dadb31632f81ac67b02
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.11
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 26
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 constraint21
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)2488
Sum of products size (including duplicates)4976
Number of different products2488
Sum of products size4976

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-3450620-1307103373.opb>
0.00/0.01	c original problem has 2688 variables (2688 bin, 0 int, 0 impl, 0 cont) and 2888 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, 2688 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 71340 impls, 0 clqs
0.00/0.07	c (round 2) 2488 del vars, 2688 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 200 upgd conss, 71340 impls, 0 clqs
0.00/0.07	c    (0.1s) probing: 101/200 (50.5%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.00/0.07	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.00/0.07	c presolving (3 rounds):
0.00/0.07	c  2488 deleted vars, 2688 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.07	c  71340 implications, 0 cliques
0.00/0.07	c presolved problem has 200 variables (200 bin, 0 int, 0 impl, 0 cont) and 200 constraints
0.00/0.07	c     200 constraints of type <logicor>
0.00/0.07	c transformed objective value is always integral (scale: 1)
0.00/0.07	c Presolving Time: 0.06
0.00/0.07	c - non default parameters ----------------------------------------------------------------------
0.00/0.07	c # SCIP version 2.0.1.5
0.00/0.07	c 
0.00/0.07	c # maximal number of intermediate conflict constraints generated in conflict graph (-1: use every intermediate constraint)
0.00/0.07	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.07	c conflict/interconss = 0
0.00/0.07	c 
0.00/0.07	c # should binary conflicts be preferred?
0.00/0.07	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.07	c conflict/preferbinary = TRUE
0.00/0.07	c 
0.00/0.07	c # maximum age an unnecessary constraint can reach before it is deleted (0: dynamic, -1: keep all constraints)
0.00/0.07	c # [type: int, range: [-1,2147483647], default: 0]
0.00/0.07	c constraints/agelimit = 1
0.00/0.07	c 
0.00/0.07	c # should enforcement of pseudo solution be disabled?
0.00/0.07	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.07	c constraints/disableenfops = TRUE
0.00/0.07	c 
0.00/0.07	c # frequency for displaying node information lines
0.00/0.07	c # [type: int, range: [-1,2147483647], default: 100]
0.00/0.07	c display/freq = 10000
0.00/0.07	c 
0.00/0.07	c # maximal time in seconds to run
0.00/0.07	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.07	c limits/time = 1800
0.00/0.07	c 
0.00/0.07	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.07	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.07	c limits/memory = 13950
0.00/0.07	c 
0.00/0.07	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.00/0.07	c # [type: int, range: [1,2], default: 1]
0.00/0.07	c timing/clocktype = 2
0.00/0.07	c 
0.00/0.07	c # belongs reading time to solving time?
0.00/0.07	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.07	c timing/reading = TRUE
0.00/0.07	c 
0.00/0.07	c # should presolving try to simplify inequalities
0.00/0.07	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.07	c constraints/linear/simplifyinequalities = TRUE
0.00/0.07	c 
0.00/0.07	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.00/0.07	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.07	c constraints/indicator/addCouplingCons = TRUE
0.00/0.07	c 
0.00/0.07	c # should presolving try to simplify knapsacks
0.00/0.07	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.07	c constraints/knapsack/simplifyinequalities = TRUE
0.00/0.07	c 
0.00/0.07	c -----------------------------------------------------------------------------------------------
0.00/0.07	c start solving
0.00/0.07	c 
0.19/0.20	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.19/0.20	c t 0.2s|     1 |     0 |  2125 |     - |6385k|   0 | 128 | 200 | 200 | 200 | 200 |   0 |   0 |   0 | 1.454588e+01 | 2.000000e+02 |1274.96%
0.19/0.20	o 128
0.19/0.20	c r 0.2s|     1 |     0 |  2125 |     - |6390k|   0 | 128 | 200 | 200 | 200 | 200 |   0 |   0 |   0 | 1.454588e+01 | 1.280000e+02 | 779.97%
0.19/0.20	o 127
0.19/0.20	c R 0.2s|     1 |     0 |  2125 |     - |6396k|   0 | 128 | 200 | 200 | 200 | 200 |   0 |   0 |   0 | 1.454588e+01 | 1.270000e+02 | 773.10%
0.19/0.20	o 126
0.19/0.20	c s 0.2s|     1 |     0 |  2125 |     - |6401k|   0 | 128 | 200 | 200 | 200 | 200 |   0 |   0 |   0 | 1.454588e+01 | 1.260000e+02 | 766.22%
0.19/0.24	c   0.2s|     1 |     0 |  2212 |     - |7176k|   0 | 123 | 200 | 200 | 200 | 201 |   1 |   0 |   0 | 1.458657e+01 | 1.260000e+02 | 763.81%
0.19/0.24	o 33
0.19/0.24	c b 0.2s|     1 |     0 |  2212 |     - |7181k|   0 | 123 | 200 | 200 | 200 | 201 |   1 |   0 |   0 | 1.458657e+01 | 3.300000e+01 | 126.24%
0.19/0.27	c   0.3s|     1 |     0 |  2305 |     - |7783k|   0 | 119 | 200 | 200 | 200 | 202 |   2 |   0 |   0 | 1.461539e+01 | 3.300000e+01 | 125.79%
0.29/0.30	c   0.3s|     1 |     0 |  2381 |     - |7992k|   0 | 120 | 200 | 200 | 200 | 203 |   3 |   0 |   0 | 1.462808e+01 | 3.300000e+01 | 125.59%
0.29/0.34	c   0.3s|     1 |     0 |  2450 |     - |8057k|   0 | 119 | 200 | 200 | 200 | 204 |   4 |   0 |   0 | 1.463480e+01 | 3.300000e+01 | 125.49%
0.29/0.37	c   0.4s|     1 |     0 |  2532 |     - |8073k|   0 | 116 | 200 | 200 | 200 | 205 |   5 |   0 |   0 | 1.463951e+01 | 3.300000e+01 | 125.42%
1.29/1.30	c   1.3s|     1 |     2 |  2532 |     - |8082k|   0 | 116 | 200 | 200 | 200 | 205 |   5 |   0 |  17 | 1.463951e+01 | 3.300000e+01 | 125.42%
3.70/3.74	o 30
3.70/3.74	c z 3.7s|    13 |    14 |  4329 | 149.8 |8160k|  12 |  42 | 200 | 200 | 200 | 205 |   5 |   0 | 207 | 1.480191e+01 | 3.000000e+01 | 102.68%
3.70/3.74	o 26
3.70/3.74	c b 3.7s|    14 |    13 |  4329 | 138.2 |8165k|  13 |   - | 200 | 200 | 200 | 205 |   5 |   0 | 207 | 1.480191e+01 | 2.600000e+01 |  75.65%
3.79/3.86	o 22
3.79/3.86	c c 3.9s|    15 |    14 |  4702 | 155.0 |8256k|  14 |   - | 200 | 200 | 200 | 205 |   5 |   0 | 242 | 1.480191e+01 | 2.200000e+01 |  48.63%
6.29/6.34	o 21
6.29/6.34	c p 6.3s|    29 |    21 |  6765 | 151.2 |8369k|  15 |   - | 200 | 200 | 200 | 205 |   5 |   0 | 425 | 1.480191e+01 | 2.100000e+01 |  41.87%
141.69/141.70	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
141.69/141.70	c   142s| 10000 |  9838 |  2086k| 208.4 |  12M|  34 | 106 | 200 | 200 | 200 | 205 |   5 |   0 |1865 | 1.714684e+01 | 2.100000e+01 |  22.47%
245.20/245.31	c   245s| 20000 | 19826 |  3790k| 189.4 |  17M|  39 | 101 | 200 | 200 | 200 | 205 |   5 |   0 |2710 | 1.740604e+01 | 2.100000e+01 |  20.65%
338.40/338.41	c   338s| 30000 | 29024 |  5444k| 181.4 |  24M|  43 |  81 | 200 | 200 | 200 | 205 |   5 |   0 |3328 | 1.751638e+01 | 2.100000e+01 |  19.89%
420.60/420.66	c   421s| 40000 | 37780 |  6899k| 172.4 |  32M|  43 |   - | 200 | 200 | 200 | 205 |   5 |   0 |3814 | 1.759074e+01 | 2.100000e+01 |  19.38%
500.91/500.95	c   501s| 50000 | 46416 |  8323k| 166.4 |  40M|  43 |  75 | 200 | 200 | 200 | 205 |   5 |   0 |4231 | 1.765636e+01 | 2.100000e+01 |  18.94%
580.20/580.22	c   580s| 60000 | 54804 |  9749k| 162.5 |  48M|  43 |  88 | 200 | 200 | 200 | 205 |   5 |   0 |4656 | 1.769710e+01 | 2.100000e+01 |  18.66%
656.50/656.51	c   657s| 70000 | 63024 | 11128k| 158.9 |  56M|  43 |  81 | 200 | 200 | 200 | 205 |   5 |   0 |5006 | 1.773997e+01 | 2.100000e+01 |  18.38%
731.21/731.26	c   731s| 80000 | 71064 | 12504k| 156.3 |  64M|  48 |  74 | 200 | 200 | 200 | 205 |   5 |   0 |5293 | 1.777739e+01 | 2.100000e+01 |  18.13%
803.01/803.05	c   803s| 90000 | 78876 | 13795k| 153.3 |  72M|  48 |  95 | 200 | 200 | 200 | 205 |   5 |   0 |5669 | 1.780812e+01 | 2.100000e+01 |  17.92%
872.01/872.07	c   872s|100000 | 86496 | 15056k| 150.5 |  80M|  48 |  81 | 200 | 200 | 200 | 205 |   5 |   0 |5920 | 1.783437e+01 | 2.100000e+01 |  17.75%
941.01/941.02	c   941s|110000 | 94172 | 16318k| 148.3 |  88M|  48 |  75 | 200 | 200 | 200 | 205 |   5 |   0 |6176 | 1.786320e+01 | 2.100000e+01 |  17.56%
1008.61/1008.64	c  1009s|120000 |101738 | 17555k| 146.3 |  96M|  48 |  78 | 200 | 200 | 200 | 205 |   5 |   0 |6458 | 1.789039e+01 | 2.100000e+01 |  17.38%
1075.62/1075.69	c  1076s|130000 |109128 | 18777k| 144.4 | 104M|  48 |  84 | 200 | 200 | 200 | 205 |   5 |   0 |6725 | 1.791640e+01 | 2.100000e+01 |  17.21%
1140.12/1140.10	c  1140s|140000 |116348 | 19952k| 142.5 | 112M|  48 |  78 | 200 | 200 | 200 | 205 |   5 |   0 |6945 | 1.793718e+01 | 2.100000e+01 |  17.08%
1204.73/1204.73	c  1205s|150000 |123594 | 21133k| 140.9 | 120M|  48 |   - | 200 | 200 | 200 | 205 |   5 |   0 |7195 | 1.796261e+01 | 2.100000e+01 |  16.91%
1268.33/1268.38	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1268.33/1268.38	c  1268s|160000 |130756 | 22289k| 139.3 | 128M|  48 |  84 | 200 | 200 | 200 | 205 |   5 |   0 |7465 | 1.798332e+01 | 2.100000e+01 |  16.77%
1330.93/1330.91	c  1331s|170000 |137770 | 23427k| 137.8 | 136M|  48 |  86 | 200 | 200 | 200 | 205 |   5 |   0 |7683 | 1.800310e+01 | 2.100000e+01 |  16.65%
1391.33/1391.32	c  1391s|180000 |144770 | 24540k| 136.3 | 144M|  48 |  86 | 200 | 200 | 200 | 205 |   5 |   0 |7858 | 1.802078e+01 | 2.100000e+01 |  16.53%
1450.43/1450.45	c  1450s|190000 |151490 | 25620k| 134.8 | 152M|  48 |  69 | 200 | 200 | 200 | 205 |   5 |   0 |8073 | 1.803702e+01 | 2.100000e+01 |  16.43%
1510.93/1510.91	c  1511s|200000 |158280 | 26741k| 133.7 | 160M|  48 |  80 | 200 | 200 | 200 | 205 |   5 |   0 |8271 | 1.805705e+01 | 2.100000e+01 |  16.30%
1568.03/1568.02	c  1568s|210000 |164828 | 27791k| 132.3 | 168M|  48 |  89 | 200 | 200 | 200 | 205 |   5 |   0 |8474 | 1.807681e+01 | 2.100000e+01 |  16.17%
1624.93/1624.94	c  1625s|220000 |171370 | 28838k| 131.1 | 175M|  49 |  94 | 200 | 200 | 200 | 205 |   5 |   0 |8649 | 1.809580e+01 | 2.100000e+01 |  16.05%
1681.83/1681.89	c  1682s|230000 |177628 | 29890k| 129.9 | 183M|  49 |  85 | 200 | 200 | 200 | 205 |   5 |   0 |8855 | 1.811163e+01 | 2.100000e+01 |  15.95%
1737.14/1737.10	c  1737s|240000 |183966 | 30914k| 128.8 | 191M|  49 |  79 | 200 | 200 | 200 | 205 |   5 |   0 |8986 | 1.812351e+01 | 2.100000e+01 |  15.87%
1793.04/1793.09	c  1793s|250000 |190048 | 31956k| 127.8 | 199M|  49 |   - | 200 | 200 | 200 | 205 |   5 |   0 |9195 | 1.814277e+01 | 2.100000e+01 |  15.75%
1800.04/1800.00	c 
1800.04/1800.00	c SCIP Status        : solving was interrupted [time limit reached]
1800.04/1800.00	c Solving Time (sec) : 1800.00
1800.04/1800.00	c Solving Nodes      : 251178
1800.04/1800.00	c Primal Bound       : +2.10000000000000e+01 (648 solutions)
1800.04/1800.00	c Dual Bound         : +1.81445001620121e+01
1800.04/1800.00	c Gap                : 15.74 %
1800.04/1800.00	s SATISFIABLE
1800.04/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.04/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.04/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.04/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.04/1800.00	v -x115 -x114 -x113 -x112 -x111 -x110 -x109 -x108 -x107 -x106 -x105 -x104 -x103 -x102 -x101 -x100 -x99 -x98 -x97 -x96 x95 
1800.04/1800.00	v -x94 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.04/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 -x42 
1800.04/1800.00	v -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.04/1800.00	v x16 -x15 -x14 -x13 -x12 -x11 x10 -x9 x8 -x7 -x6 -x5 -x4 -x3 -x2 -x1 
1800.04/1800.00	c SCIP Status        : solving was interrupted [time limit reached]
1800.04/1800.00	c Total Time         :    1800.00
1800.04/1800.00	c   solving          :    1800.00
1800.04/1800.00	c   presolving       :       0.06 (included in solving)
1800.04/1800.00	c   reading          :       0.01 (included in solving)
1800.04/1800.00	c Original Problem   :
1800.04/1800.00	c   Problem name     : HOME/instance-3450620-1307103373.opb
1800.04/1800.00	c   Variables        : 2688 (2688 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.04/1800.00	c   Constraints      : 2888 initial, 2888 maximal
1800.04/1800.00	c Presolved Problem  :
1800.04/1800.00	c   Problem name     : t_HOME/instance-3450620-1307103373.opb
1800.04/1800.00	c   Variables        : 200 (200 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.04/1800.00	c   Constraints      : 200 initial, 200 maximal
1800.04/1800.00	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1800.04/1800.00	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
1800.04/1800.00	c   dualfix          :       0.01       2488          0          0          0          0          0          0          0          0
1800.04/1800.00	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1800.04/1800.00	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1800.04/1800.00	c   pseudoobj        :       0.00          0          0          0          0          0          0          0          0          0
1800.04/1800.00	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1800.04/1800.00	c   probing          :       0.00          0          0          0          0          0          0          0          0          0
1800.04/1800.00	c   linear           :       0.00          0          0          0          0          0          0          0          0          0
1800.04/1800.00	c   logicor          :       0.00          0          0          0          0          0          0          0          0          0
1800.04/1800.00	c   pseudoboolean    :       0.00          0          0          0          0          0       2688          0          0          0
1800.04/1800.00	c   root node        :          -          0          -          -          0          -          -          -          -          -
1800.04/1800.00	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1800.04/1800.00	c   integral         :          0          0          0     221349          0        653          0         53        877          0          0     441988
1800.04/1800.00	c   logicor          :        200          6     347056          0          0        648          0          0          8          0          0          0
1800.04/1800.00	c   countsols        :          0          0          0          0          0        651          0          0          0          0          0          0
1800.04/1800.00	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1800.04/1800.00	c   integral         :      66.81       0.00       0.00      66.81       0.00       0.00       0.00
1800.04/1800.00	c   logicor          :       1.93       0.00       1.93       0.00       0.00       0.00       0.00
1800.04/1800.00	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1800.04/1800.00	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1800.04/1800.00	c   vbounds          :          0          0          0          0
1800.04/1800.00	c   rootredcost      :          3          0          0          0
1800.04/1800.00	c   pseudoobj        :     838273          0          0          0
1800.04/1800.00	c Propagator Timings :  TotalTime  Propagate    Resprop
1800.04/1800.00	c   vbounds          :       0.18       0.18       0.00
1800.04/1800.00	c   rootredcost      :       0.21       0.21       0.00
1800.04/1800.00	c   pseudoobj        :       3.61       3.61       0.00
1800.04/1800.00	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.04/1800.00	c   propagation      :       0.00          0          0          0        0.0          0        0.0          -
1800.04/1800.00	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.04/1800.00	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.04/1800.00	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.04/1800.00	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.04/1800.00	c   applied globally :          -          -          -          0        0.0          -          -          -
1800.04/1800.00	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.04/1800.00	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.04/1800.00	c   cut pool         :       0.00          5          -          -          0          -    (maximal pool size: 302)
1800.04/1800.00	c   redcost          :       3.60     328231          0    2388743          0          0
1800.04/1800.00	c   impliedbounds    :       0.00          6          0          0          0          0
1800.04/1800.00	c   intobj           :       0.00          0          0          0          0          0
1800.04/1800.00	c   gomory           :       0.06          6          0          0          0          0
1800.04/1800.00	c   cgmip            :       0.00          0          0          0          0          0
1800.04/1800.00	c   closecuts        :       0.00          0          0          0          0          0
1800.04/1800.00	c   strongcg         :       0.06          6          0          0        302          0
1800.04/1800.00	c   cmir             :       0.01          6          0          0          0          0
1800.04/1800.00	c   flowcover        :       0.02          6          0          0          0          0
1800.04/1800.00	c   clique           :       0.00          1          0          0          0          0
1800.04/1800.00	c   zerohalf         :       0.00          0          0          0          0          0
1800.04/1800.00	c   mcf              :       0.00          1          0          0          0          0
1800.04/1800.00	c   oddcycle         :       0.00          0          0          0          0          0
1800.04/1800.00	c   rapidlearning    :       0.00          0          0          0          0          0
1800.04/1800.00	c Pricers            :       Time      Calls       Vars
1800.04/1800.00	c   problem variables:       0.00          0          0
1800.04/1800.00	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.04/1800.00	c   relpscost        :      66.68     221349         53        877          0          0     441988
1800.04/1800.00	c   pscost           :       0.00          0          0          0          0          0          0
1800.04/1800.00	c   inference        :       0.00          1          0          0          0          0          2
1800.04/1800.00	c   mostinf          :       0.00          0          0          0          0          0          0
1800.04/1800.00	c   leastinf         :       0.00          0          0          0          0          0          0
1800.04/1800.00	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.04/1800.00	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.04/1800.00	c   random           :       0.00          0          0          0          0          0          0
1800.04/1800.00	c Primal Heuristics  :       Time      Calls      Found
1800.04/1800.00	c   LP solutions     :       0.00          -          0
1800.04/1800.00	c   pseudo solutions :       0.00          -          0
1800.04/1800.00	c   oneopt           :       0.06          6          2
1800.04/1800.00	c   crossover        :       0.20          8          1
1800.04/1800.00	c   fracdiving       :      50.21       3896          0
1800.04/1800.00	c   veclendiving     :      39.12       3896          0
1800.04/1800.00	c   linesearchdiving :      70.90       3896          0
1800.04/1800.00	c   guideddiving     :      50.27       3896          0
1800.04/1800.00	c   trivial          :       0.00          2          2
1800.04/1800.00	c   shiftandpropagate:       0.00          0          0
1800.04/1800.00	c   simplerounding   :       1.91     221354         58
1800.04/1800.00	c   zirounding       :       1.68      15251        305
1800.04/1800.00	c   rounding         :       1.80      22455          1
1800.04/1800.00	c   shifting         :       0.66       6980          2
1800.04/1800.00	c   intshifting      :       0.00          0          0
1800.04/1800.00	c   twoopt           :       0.00          0          0
1800.04/1800.00	c   fixandinfer      :       0.00          0          0
1800.04/1800.00	c   feaspump         :       0.00          0          0
1800.04/1800.00	c   clique           :       0.00          0          0
1800.04/1800.00	c   coefdiving       :      68.46       3896         25
1800.04/1800.00	c   pscostdiving     :      75.46       3467          3
1800.04/1800.00	c   intdiving        :       0.00          0          0
1800.04/1800.00	c   actconsdiving    :       0.00          0          0
1800.04/1800.00	c   objpscostdiving  :      51.23        246        249
1800.04/1800.00	c   rootsoldiving    :       8.75        236          0
1800.04/1800.00	c   octane           :       0.00          0          0
1800.04/1800.00	c   rens             :       0.01          0          0
1800.04/1800.00	c   rins             :       0.00          0          0
1800.04/1800.00	c   localbranching   :       0.00          0          0
1800.04/1800.00	c   mutation         :       0.00          0          0
1800.04/1800.00	c   dins             :       0.00          0          0
1800.04/1800.00	c   vbounds          :       0.00          0          0
1800.04/1800.00	c   undercover       :       0.00          0          0
1800.04/1800.00	c   subnlp           :       0.04          0          0
1800.04/1800.00	c   trysol           :       0.07          0          0
1800.04/1800.00	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.04/1800.00	c   primal LP        :       0.00          0          0       0.00          -
1800.04/1800.00	c   dual LP          :    1281.68     251485   24329067      96.74   18982.24
1800.04/1800.00	c   lex dual LP      :       0.00          0          0       0.00          -
1800.04/1800.00	c   barrier LP       :       0.00          0          0       0.00          -
1800.04/1800.00	c   diving/probing LP:     382.48     493992    7756166      15.70   20278.58
1800.04/1800.00	c   strong branching :      62.08       9222    1103808     119.69   17781.41
1800.04/1800.00	c     (at root node) :          -         17      12098     711.65          -
1800.04/1800.00	c   conflict analysis:       0.00          0          0       0.00          -
1800.04/1800.00	c B&B Tree           :
1800.04/1800.00	c   number of runs   :          1
1800.04/1800.00	c   nodes            :     251178
1800.04/1800.00	c   nodes (total)    :     251178
1800.04/1800.00	c   nodes left       :     190804
1800.04/1800.00	c   max depth        :         49
1800.04/1800.00	c   max depth (total):         49
1800.04/1800.00	c   backtracks       :      46577 (18.5%)
1800.04/1800.00	c   delayed cutoffs  :          0
1800.04/1800.00	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1800.04/1800.00	c   avg switch length:       5.67
1800.04/1800.00	c   switching time   :       4.28
1800.04/1800.00	c Solution           :
1800.04/1800.00	c   Solutions found  :        648 (9 improvements)
1800.04/1800.00	c   First Solution   : +2.00000000000000e+02   (in run 1, after 0 nodes, 0.02 seconds, depth 0, found by <trivial>)
1800.04/1800.00	c   Primal Bound     : +2.10000000000000e+01   (in run 1, after 29 nodes, 6.34 seconds, depth 17, found by <pscostdiving>)
1800.04/1800.00	c   Dual Bound       : +1.81445001620121e+01
1800.04/1800.00	c   Gap              :      15.74 %
1800.04/1800.00	c   Root Dual Bound  : +1.46395051326296e+01
1800.04/1800.00	c   Root Iterations  :       2532

Verifier Data

OK	21

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-3450620-1307103373/watcher-3450620-1307103373 -o /tmp/evaluation-result-3450620-1307103373/solver-3450620-1307103373 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4b.linux.x86_64.gnu.opt.spx -f HOME/instance-3450620-1307103373.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.00 2.00 2.00 2/505 3178
/proc/meminfo: memFree=30334772/32951124 swapFree=51712236/67111528
[pid=3178] ppid=3176 vsize=12120 CPUtime=0 cores=0,2,4,6
/proc/3178/stat : 3178 (scip-2.0.1.4b.l) R 3176 3178 2157 0 -1 4202496 1973 0 0 0 0 0 0 0 25 0 1 0 821939923 12410880 1926 33554432000 4194304 9163163 140736577918752 18446744073709551615 8041965 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/3178/statm: 3030 1938 378 1214 0 1812 0

[startup+0.10338 s]
/proc/loadavg: 2.00 2.00 2.00 2/505 3178
/proc/meminfo: memFree=30334772/32951124 swapFree=51712236/67111528
[pid=3178] ppid=3176 vsize=30636 CPUtime=0.09 cores=0,2,4,6
/proc/3178/stat : 3178 (scip-2.0.1.4b.l) R 3176 3178 2157 0 -1 4202496 6737 0 0 0 9 0 0 0 25 0 1 0 821939923 31371264 6432 33554432000 4194304 9163163 140736577918752 18446744073709551615 8013931 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/3178/statm: 7659 6432 639 1214 0 6441 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 30636

[startup+0.200355 s]
/proc/loadavg: 2.00 2.00 2.00 2/505 3178
/proc/meminfo: memFree=30334772/32951124 swapFree=51712236/67111528
[pid=3178] ppid=3176 vsize=30992 CPUtime=0.19 cores=0,2,4,6
/proc/3178/stat : 3178 (scip-2.0.1.4b.l) R 3176 3178 2157 0 -1 4202496 6832 0 0 0 19 0 0 0 25 0 1 0 821939923 31735808 6527 33554432000 4194304 9163163 140736577918752 18446744073709551615 7370108 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/3178/statm: 7748 6527 643 1214 0 6530 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 30992

[startup+0.300342 s]
/proc/loadavg: 2.00 2.00 2.00 2/505 3178
/proc/meminfo: memFree=30334772/32951124 swapFree=51712236/67111528
[pid=3178] ppid=3176 vsize=34020 CPUtime=0.29 cores=0,2,4,6
/proc/3178/stat : 3178 (scip-2.0.1.4b.l) R 3176 3178 2157 0 -1 4202496 7645 0 0 0 28 1 0 0 25 0 1 0 821939923 34836480 7340 33554432000 4194304 9163163 140736577918752 18446744073709551615 6274496 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/3178/statm: 8505 7340 678 1214 0 7287 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 34020

[startup+0.700269 s]
/proc/loadavg: 2.00 2.00 2.00 2/505 3178
/proc/meminfo: memFree=30334772/32951124 swapFree=51712236/67111528
[pid=3178] ppid=3176 vsize=35068 CPUtime=0.69 cores=0,2,4,6
/proc/3178/stat : 3178 (scip-2.0.1.4b.l) R 3176 3178 2157 0 -1 4202496 9481 0 0 0 67 2 0 0 25 0 1 0 821939923 35909632 7711 33554432000 4194304 9163163 140736577918752 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/3178/statm: 8767 7711 701 1214 0 7549 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 35068

[startup+1.50116 s]
/proc/loadavg: 2.00 2.00 2.00 3/506 3179
/proc/meminfo: memFree=30305236/32951124 swapFree=51712236/67111528
[pid=3178] ppid=3176 vsize=35068 CPUtime=1.49 cores=0,2,4,6
/proc/3178/stat : 3178 (scip-2.0.1.4b.l) R 3176 3178 2157 0 -1 4202496 9484 0 0 0 146 3 0 0 25 0 1 0 821939923 35909632 7714 33554432000 4194304 9163163 140736577918752 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/3178/statm: 8767 7714 704 1214 0 7549 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 35068

[startup+3.10088 s]
/proc/loadavg: 2.00 2.00 2.00 3/506 3179
/proc/meminfo: memFree=30304120/32951124 swapFree=51712236/67111528
[pid=3178] ppid=3176 vsize=35068 CPUtime=3.09 cores=0,2,4,6
/proc/3178/stat : 3178 (scip-2.0.1.4b.l) R 3176 3178 2157 0 -1 4202496 9484 0 0 0 304 5 0 0 25 0 1 0 821939923 35909632 7714 33554432000 4194304 9163163 140736577918752 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/3178/statm: 8767 7714 704 1214 0 7549 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 35068

[startup+6.30028 s]
/proc/loadavg: 2.00 2.00 2.00 3/506 3179
/proc/meminfo: memFree=30304020/32951124 swapFree=51712236/67111528
[pid=3178] ppid=3176 vsize=35068 CPUtime=6.29 cores=0,2,4,6
/proc/3178/stat : 3178 (scip-2.0.1.4b.l) R 3176 3178 2157 0 -1 4202496 9484 0 0 0 619 10 0 0 25 0 1 0 821939923 35909632 7714 33554432000 4194304 9163163 140736577918752 18446744073709551615 7379383 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/3178/statm: 8767 7714 704 1214 0 7549 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 35068

[startup+12.7002 s]
/proc/loadavg: 2.00 2.00 2.00 3/506 3179
/proc/meminfo: memFree=30303688/32951124 swapFree=51712236/67111528
[pid=3178] ppid=3176 vsize=35492 CPUtime=12.69 cores=0,2,4,6
/proc/3178/stat : 3178 (scip-2.0.1.4b.l) R 3176 3178 2157 0 -1 4202496 12107 0 0 0 1248 21 0 0 25 0 1 0 821939923 36343808 7803 33554432000 4194304 9163163 140736577918752 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/3178/statm: 8873 7803 720 1214 0 7655 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 35492

[startup+25.5009 s]
/proc/loadavg: 2.00 2.00 2.00 3/506 3180
/proc/meminfo: memFree=30303568/32951124 swapFree=51712236/67111528
[pid=3178] ppid=3176 vsize=35824 CPUtime=25.49 cores=0,2,4,6
/proc/3178/stat : 3178 (scip-2.0.1.4b.l) R 3176 3178 2157 0 -1 4202496 14746 0 0 0 2507 42 0 0 25 0 1 0 821939923 36683776 7885 33554432000 4194304 9163163 140736577918752 18446744073709551615 7390108 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/3178/statm: 8956 7885 721 1214 0 7738 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 35824

[startup+51.1004 s]
/proc/loadavg: 2.00 2.00 2.00 3/506 3180
/proc/meminfo: memFree=30303480/32951124 swapFree=51712236/67111528
[pid=3178] ppid=3176 vsize=36012 CPUtime=51.09 cores=0,2,4,6
/proc/3178/stat : 3178 (scip-2.0.1.4b.l) R 3176 3178 2157 0 -1 4202496 14804 0 0 0 5027 82 0 0 25 0 1 0 821939923 36876288 7943 33554432000 4194304 9163163 140736577918752 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/3178/statm: 9003 7943 721 1214 0 7785 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 36012

[startup+102.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/506 3214
/proc/meminfo: memFree=30336864/32951124 swapFree=51712236/67111528
[pid=3178] ppid=3176 vsize=38284 CPUtime=102.3 cores=0,2,4,6
/proc/3178/stat : 3178 (scip-2.0.1.4b.l) R 3176 3178 2157 0 -1 4202496 19473 0 0 0 10067 163 0 0 25 0 1 0 821939923 39202816 8527 33554432000 4194304 9163163 140736577918752 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/3178/statm: 9571 8527 721 1214 0 8353 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 38284

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/506 3215
/proc/meminfo: memFree=30332168/32951124 swapFree=51712236/67111528
[pid=3178] ppid=3176 vsize=40184 CPUtime=162.3 cores=0,2,4,6
/proc/3178/stat : 3178 (scip-2.0.1.4b.l) R 3176 3178 2157 0 -1 4202496 21545 0 0 0 15966 264 0 0 25 0 1 0 821939923 41148416 9048 33554432000 4194304 9163163 140736577918752 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/3178/statm: 10046 9048 721 1214 0 8828 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 40184

[startup+222.318 s]
/proc/loadavg: 2.00 2.00 2.00 3/506 3217
/proc/meminfo: memFree=30326700/32951124 swapFree=51712236/67111528
[pid=3178] ppid=3176 vsize=42892 CPUtime=222.31 cores=0,2,4,6
/proc/3178/stat : 3178 (scip-2.0.1.4b.l) R 3176 3178 2157 0 -1 4202496 24758 0 0 0 21865 366 0 0 25 0 1 0 821939923 43921408 9725 33554432000 4194304 9163163 140736577918752 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/3178/statm: 10723 9725 721 1214 0 9505 0
Current children cumulated CPU time (s) 222.31
Current children cumulated vsize (KiB) 42892

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/506 3219
/proc/meminfo: memFree=30316488/32951124 swapFree=51712236/67111528
[pid=3178] ppid=3176 vsize=48240 CPUtime=282.3 cores=0,2,4,6
/proc/3178/stat : 3178 (scip-2.0.1.4b.l) R 3176 3178 2157 0 -1 4202496 31394 0 0 0 27755 475 0 0 25 0 1 0 821939923 49397760 11078 33554432000 4194304 9163163 140736577918752 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/3178/statm: 12060 11078 721 1214 0 10842 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 48240

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/506 3220
/proc/meminfo: memFree=30306428/32951124 swapFree=51712236/67111528
[pid=3178] ppid=3176 vsize=54052 CPUtime=342.3 cores=0,2,4,6
/proc/3178/stat : 3178 (scip-2.0.1.4b.l) R 3176 3178 2157 0 -1 4202496 32870 0 0 0 33641 589 0 0 25 0 1 0 821939923 55349248 12554 33554432000 4194304 9163163 140736577918752 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/3178/statm: 13513 12554 721 1214 0 12295 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 54052

[startup+402.3 s]
/proc/loadavg: 2.16 2.04 2.01 3/506 3222
/proc/meminfo: memFree=30283944/32951124 swapFree=51712236/67111528
[pid=3178] ppid=3176 vsize=60588 CPUtime=402.3 cores=0,2,4,6
/proc/3178/stat : 3178 (scip-2.0.1.4b.l) R 3176 3178 2157 0 -1 4202496 34550 0 0 0 39534 696 0 0 25 0 1 0 821939923 62042112 14234 33554432000 4194304 9163163 140736577918752 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/3178/statm: 15147 14234 721 1214 0 13929 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 60588

[startup+462.301 s]
/proc/loadavg: 2.11 2.05 2.01 3/506 3223
/proc/meminfo: memFree=30272252/32951124 swapFree=51712236/67111528
[pid=3178] ppid=3176 vsize=67832 CPUtime=462.3 cores=0,2,4,6
/proc/3178/stat : 3178 (scip-2.0.1.4b.l) R 3176 3178 2157 0 -1 4202496 36379 0 0 0 45429 801 0 0 25 0 1 0 821939923 69459968 16063 33554432000 4194304 9163163 140736577918752 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/3178/statm: 16958 16063 721 1214 0 15740 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 67832

[startup+522.3 s]
/proc/loadavg: 2.17 2.07 2.02 3/506 3225
/proc/meminfo: memFree=30254448/32951124 swapFree=51712236/67111528
[pid=3178] ppid=3176 vsize=75864 CPUtime=522.31 cores=0,2,4,6
/proc/3178/stat : 3178 (scip-2.0.1.4b.l) R 3176 3178 2157 0 -1 4202496 38362 0 0 0 51319 912 0 0 25 0 1 0 821939923 77684736 18046 33554432000 4194304 9163163 140736577918752 18446744073709551615 7390368 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/3178/statm: 18966 18046 721 1214 0 17748 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 75864

[startup+582.301 s]
/proc/loadavg: 2.06 2.05 2.01 3/506 3227
/proc/meminfo: memFree=30237784/32951124 swapFree=51712236/67111528
[pid=3178] ppid=3176 vsize=82464 CPUtime=582.31 cores=0,2,4,6
/proc/3178/stat : 3178 (scip-2.0.1.4b.l) R 3176 3178 2157 0 -1 4202496 40081 0 0 0 57209 1022 0 0 25 0 1 0 821939923 84443136 19765 33554432000 4194304 9163163 140736577918752 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/3178/statm: 20616 19765 721 1214 0 19398 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 82464

[startup+642.301 s]

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

[startup+882.319 s]
/proc/loadavg: 2.00 2.02 2.00 3/506 3235
/proc/meminfo: memFree=30176020/32951124 swapFree=51712236/67111528
[pid=3178] ppid=3176 vsize=121268 CPUtime=882.33 cores=0,2,4,6
/proc/3178/stat : 3178 (scip-2.0.1.4b.l) R 3176 3178 2157 0 -1 4202496 51833 0 0 0 86672 1561 0 0 25 0 1 0 821939923 124178432 29032 33554432000 4194304 9163163 140736577918752 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/3178/statm: 30317 29032 721 1214 0 29099 0
Current children cumulated CPU time (s) 882.33
Current children cumulated vsize (KiB) 121268

[startup+942.301 s]
/proc/loadavg: 2.16 2.05 2.01 3/506 3236
/proc/meminfo: memFree=30161968/32951124 swapFree=51712236/67111528
[pid=3178] ppid=3176 vsize=133316 CPUtime=942.31 cores=0,2,4,6
/proc/3178/stat : 3178 (scip-2.0.1.4b.l) R 3176 3178 2157 0 -1 4202496 54857 0 0 0 92560 1671 0 0 25 0 1 0 821939923 136515584 32056 33554432000 4194304 9163163 140736577918752 18446744073709551615 7391062 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/3178/statm: 33329 32056 721 1214 0 32111 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 133316

[startup+1002.3 s]
/proc/loadavg: 2.13 2.05 2.01 3/506 3238
/proc/meminfo: memFree=30146772/32951124 swapFree=51712236/67111528
[pid=3178] ppid=3176 vsize=145032 CPUtime=1002.32 cores=0,2,4,6
/proc/3178/stat : 3178 (scip-2.0.1.4b.l) R 3176 3178 2157 0 -1 4202496 57828 0 0 0 98453 1779 0 0 25 0 1 0 821939923 148512768 35027 33554432000 4194304 9163163 140736577918752 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/3178/statm: 36258 35027 721 1214 0 35040 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 145032

[startup+1062.3 s]
/proc/loadavg: 2.05 2.04 2.00 3/506 3239
/proc/meminfo: memFree=30135436/32951124 swapFree=51712236/67111528
[pid=3178] ppid=3176 vsize=155804 CPUtime=1062.32 cores=0,2,4,6
/proc/3178/stat : 3178 (scip-2.0.1.4b.l) R 3176 3178 2157 0 -1 4202496 60555 0 0 0 104344 1888 0 0 25 0 1 0 821939923 159543296 37754 33554432000 4194304 9163163 140736577918752 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/3178/statm: 38951 37754 721 1214 0 37733 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 155804

[startup+1122.3 s]
/proc/loadavg: 2.08 2.06 2.01 3/506 3241
/proc/meminfo: memFree=30126088/32951124 swapFree=51712236/67111528
[pid=3178] ppid=3176 vsize=164984 CPUtime=1122.32 cores=0,2,4,6
/proc/3178/stat : 3178 (scip-2.0.1.4b.l) R 3176 3178 2157 0 -1 4202496 62898 0 0 0 110237 1995 0 0 25 0 1 0 821939923 168943616 40097 33554432000 4194304 9163163 140736577918752 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/3178/statm: 41246 40097 721 1214 0 40028 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 164984

[startup+1182.3 s]
/proc/loadavg: 2.06 2.06 2.01 3/506 3243
/proc/meminfo: memFree=30116256/32951124 swapFree=51712236/67111528
[pid=3178] ppid=3176 vsize=174784 CPUtime=1182.32 cores=0,2,4,6
/proc/3178/stat : 3178 (scip-2.0.1.4b.l) R 3176 3178 2157 0 -1 4202496 65336 0 0 0 116127 2105 0 0 25 0 1 0 821939923 178978816 42535 33554432000 4194304 9163163 140736577918752 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/3178/statm: 43696 42535 721 1214 0 42478 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 174784

[startup+1242.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/506 3304
/proc/meminfo: memFree=30131864/32951124 swapFree=51712236/67111528
[pid=3178] ppid=3176 vsize=180032 CPUtime=1242.33 cores=0,2,4,6
/proc/3178/stat : 3178 (scip-2.0.1.4b.l) R 3176 3178 2157 0 -1 4202496 66654 0 0 0 122017 2216 0 0 25 0 1 0 821939923 184352768 43853 33554432000 4194304 9163163 140736577918752 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/3178/statm: 45008 43853 721 1214 0 43790 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 180032

[startup+1302.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/506 3306
/proc/meminfo: memFree=30116460/32951124 swapFree=51712236/67111528
[pid=3178] ppid=3176 vsize=186752 CPUtime=1302.32 cores=0,2,4,6
/proc/3178/stat : 3178 (scip-2.0.1.4b.l) R 3176 3178 2157 0 -1 4202496 68380 0 0 0 127903 2329 0 0 25 0 1 0 821939923 191234048 45579 33554432000 4194304 9163163 140736577918752 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/3178/statm: 46688 45579 721 1214 0 45470 0
Current children cumulated CPU time (s) 1302.32
Current children cumulated vsize (KiB) 186752

[startup+1362.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/506 3307
/proc/meminfo: memFree=30107948/32951124 swapFree=51712236/67111528
[pid=3178] ppid=3176 vsize=193988 CPUtime=1362.33 cores=0,2,4,6
/proc/3178/stat : 3178 (scip-2.0.1.4b.l) R 3176 3178 2157 0 -1 4202496 70225 0 0 0 133794 2439 0 0 25 0 1 0 821939923 198643712 47424 33554432000 4194304 9163163 140736577918752 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/3178/statm: 48497 47424 721 1214 0 47279 0
Current children cumulated CPU time (s) 1362.33
Current children cumulated vsize (KiB) 193988

[startup+1422.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/506 3309
/proc/meminfo: memFree=30098588/32951124 swapFree=51712236/67111528
[pid=3178] ppid=3176 vsize=203772 CPUtime=1422.33 cores=0,2,4,6
/proc/3178/stat : 3178 (scip-2.0.1.4b.l) R 3176 3178 2157 0 -1 4202496 74327 0 0 0 139686 2547 0 0 25 0 1 0 821939923 208662528 49890 33554432000 4194304 9163163 140736577918752 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/3178/statm: 50943 49890 721 1214 0 49725 0
Current children cumulated CPU time (s) 1422.33
Current children cumulated vsize (KiB) 203772

[startup+1482.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/506 3311
/proc/meminfo: memFree=30087864/32951124 swapFree=51712236/67111528
[pid=3178] ppid=3176 vsize=215040 CPUtime=1482.33 cores=0,2,4,6
/proc/3178/stat : 3178 (scip-2.0.1.4b.l) R 3176 3178 2157 0 -1 4202496 77144 0 0 0 145580 2653 0 0 25 0 1 0 821939923 220200960 52707 33554432000 4194304 9163163 140736577918752 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/3178/statm: 53760 52707 721 1214 0 52542 0
Current children cumulated CPU time (s) 1482.33
Current children cumulated vsize (KiB) 215040

[startup+1542.32 s]
/proc/loadavg: 2.08 2.04 2.01 3/506 3312
/proc/meminfo: memFree=30072432/32951124 swapFree=51712236/67111528
[pid=3178] ppid=3176 vsize=229636 CPUtime=1542.34 cores=0,2,4,6
/proc/3178/stat : 3178 (scip-2.0.1.4b.l) R 3176 3178 2157 0 -1 4202496 80850 0 0 0 151469 2765 0 0 25 0 1 0 821939923 235147264 56413 33554432000 4194304 9163163 140736577918752 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/3178/statm: 57409 56413 721 1214 0 56191 0
Current children cumulated CPU time (s) 1542.34
Current children cumulated vsize (KiB) 229636

[startup+1602.3 s]
/proc/loadavg: 2.07 2.04 2.01 3/506 3314
/proc/meminfo: memFree=30057360/32951124 swapFree=51712236/67111528
[pid=3178] ppid=3176 vsize=244812 CPUtime=1602.33 cores=0,2,4,6
/proc/3178/stat : 3178 (scip-2.0.1.4b.l) R 3176 3178 2157 0 -1 4202496 84667 0 0 0 157365 2868 0 0 25 0 1 0 821939923 250687488 60230 33554432000 4194304 9163163 140736577918752 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/3178/statm: 61203 60230 721 1214 0 59985 0
Current children cumulated CPU time (s) 1602.33
Current children cumulated vsize (KiB) 244812

[startup+1662.3 s]
/proc/loadavg: 2.09 2.05 2.01 3/506 3315
/proc/meminfo: memFree=30051224/32951124 swapFree=51712236/67111528
[pid=3178] ppid=3176 vsize=251468 CPUtime=1662.34 cores=0,2,4,6
/proc/3178/stat : 3178 (scip-2.0.1.4b.l) R 3176 3178 2157 0 -1 4202496 86329 0 0 0 163254 2980 0 0 25 0 1 0 821939923 257503232 61892 33554432000 4194304 9163163 140736577918752 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/3178/statm: 62867 61892 721 1214 0 61649 0
Current children cumulated CPU time (s) 1662.34
Current children cumulated vsize (KiB) 251468

[startup+1722.3 s]
/proc/loadavg: 2.03 2.04 2.00 3/506 3317
/proc/meminfo: memFree=30041012/32951124 swapFree=51712236/67111528
[pid=3178] ppid=3176 vsize=261076 CPUtime=1722.34 cores=0,2,4,6
/proc/3178/stat : 3178 (scip-2.0.1.4b.l) R 3176 3178 2157 0 -1 4202496 88755 0 0 0 169149 3085 0 0 25 0 1 0 821939923 267341824 64318 33554432000 4194304 9163163 140736577918752 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/3178/statm: 65269 64318 721 1214 0 64051 0
Current children cumulated CPU time (s) 1722.34
Current children cumulated vsize (KiB) 261076

[startup+1782.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/506 3319
/proc/meminfo: memFree=30031396/32951124 swapFree=51712236/67111528
[pid=3178] ppid=3176 vsize=269836 CPUtime=1782.33 cores=0,2,4,6
/proc/3178/stat : 3178 (scip-2.0.1.4b.l) R 3176 3178 2157 0 -1 4202496 90975 0 0 0 175036 3197 0 0 25 0 1 0 821939923 276312064 66538 33554432000 4194304 9163163 140736577918752 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/3178/statm: 67459 66538 721 1214 0 66241 0
Current children cumulated CPU time (s) 1782.33
Current children cumulated vsize (KiB) 269836



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.01 2.02 2.00 3/506 3319
/proc/meminfo: memFree=30030144/32951124 swapFree=51712236/67111528
[pid=3178] ppid=3176 vsize=270864 CPUtime=1800.04 cores=0,2,4,6
/proc/3178/stat : 3178 (scip-2.0.1.4b.l) R 3176 3178 2157 0 -1 4202496 91272 0 0 0 176775 3229 0 0 25 0 1 0 821939923 277364736 66835 33554432000 4194304 9163163 140736577918752 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/3178/statm: 67716 66835 721 1214 0 66498 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 270864

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.01 2.02 2.00 3/506 3319
/proc/meminfo: memFree=30030144/32951124 swapFree=51712236/67111528
[pid=3178] ppid=3176 vsize=270864 CPUtime=1800.04 cores=0,2,4,6
/proc/3178/stat : 3178 (scip-2.0.1.4b.l) R 3176 3178 2157 0 -1 4202496 91272 0 0 0 176775 3229 0 0 25 0 1 0 821939923 277364736 66835 33554432000 4194304 9163163 140736577918752 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/3178/statm: 67716 66835 721 1214 0 66498 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 270864

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.03
CPU time (s): 1800.07
CPU user time (s): 1767.77
CPU system time (s): 32.3011
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 270864

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1767.77
system time used= 32.3011
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 91275
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6
involuntary context switches= 1785

runsolver used 9.56954 second user time and 19.1371 second system time

The end

Launcher Data

Begin job on node103 at 2011-06-03 14:16:13
IDJOB=3450620
IDBENCH=48144
IDSOLVER=1948
FILE ID=node103/3450620-1307103373
RUNJOBID= node103-1307092333-2175
PBS_JOBID= 13497971
Free space on /tmp= 73868 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_3.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-3450620-1307103373/watcher-3450620-1307103373 -o /tmp/evaluation-result-3450620-1307103373/solver-3450620-1307103373 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4b.linux.x86_64.gnu.opt.spx -f HOME/instance-3450620-1307103373.opb -t 1800 -m 15500

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

MD5SUM BENCH= 9e4e432c8df29dadb31632f81ac67b02
RANDOM SEED=1327231140

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.858
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.77
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.858
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.75
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.858
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.858
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.83
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.858
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30335052 kB
Buffers:        280036 kB
Cached:         444112 kB
SwapCached:      23760 kB
Active:        1945640 kB
Inactive:       378068 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30335052 kB
SwapTotal:    67111528 kB
SwapFree:     51712236 kB
Dirty:           11964 kB
Writeback:           0 kB
AnonPages:     1597156 kB
Mapped:          25556 kB
Slab:           149752 kB
PageTables:      73500 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 162128220 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= 73856 MiB
End job on node103 at 2011-06-03 14:46:15