Trace number 3733029

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
PB10: SCIPspx SCIP 1.2.1.3 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solverSAT-29 1789.78 1790.07

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/
~kexu/benchmarks/frb30-15-opb/normalized-frb30-15-4.opb
MD5SUM7bb05c60facd55e51c4cfcaa0e217e6e
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-30
Best CPU time to get the best result obtained on this benchmark15.9636
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -30
Optimality of the best value was proved YES
Number of variables450
Total number of constraints17831
Number of constraints which are clauses17831
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint2
Number of terms in the objective function 450
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 450
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 450
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.00	c SCIP version 1.2.1.3 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.4.2]
0.00/0.00	c Copyright (c) 2002-2010 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-3733029-1338693062.opb>
0.09/0.10	c original problem has 450 variables (450 bin, 0 int, 0 impl, 0 cont) and 17831 constraints
0.09/0.10	c problem read
0.09/0.10	c presolving settings loaded
0.09/0.12	o 0
0.09/0.12	c feasible solution found by trivial heuristic, objective value  0.000000e+00
0.09/0.12	c presolving:
0.09/0.19	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 17831 upgd conss, 35662 impls, 0 clqs
0.29/0.38	c    (0.3s) probing: 101/450 (22.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.29/0.38	c    (0.3s) probing aborted: 100/100 successive totally useless probings
0.29/0.38	c presolving (2 rounds):
0.29/0.38	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.29/0.38	c  35662 implications, 0 cliques
0.29/0.38	c presolved problem has 450 variables (450 bin, 0 int, 0 impl, 0 cont) and 17831 constraints
0.29/0.38	c   17831 constraints of type <setppc>
0.29/0.38	c transformed objective value is always integral (scale: 1)
0.29/0.38	c Presolving Time: 0.26
0.29/0.38	c - non default parameters ----------------------------------------------------------------------
0.29/0.38	c # SCIP version 1.2.1.3
0.29/0.38	c 
0.29/0.38	c # frequency for displaying node information lines
0.29/0.38	c # [type: int, range: [-1,2147483647], default: 100]
0.29/0.38	c display/freq = 10000
0.29/0.38	c 
0.29/0.38	c # maximal time in seconds to run
0.29/0.38	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.29/0.38	c limits/time = 1789.91
0.29/0.38	c 
0.29/0.38	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.29/0.38	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.29/0.38	c limits/memory = 13950
0.29/0.38	c 
0.29/0.38	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.29/0.38	c # [type: int, range: [1,2], default: 1]
0.29/0.38	c timing/clocktype = 2
0.29/0.38	c 
0.29/0.38	c # should presolving try to simplify inequalities
0.29/0.38	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.29/0.38	c constraints/linear/simplifyinequalities = TRUE
0.29/0.38	c 
0.29/0.38	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.29/0.38	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.29/0.38	c constraints/indicator/addCouplingCons = TRUE
0.29/0.38	c 
0.29/0.38	c # should presolving try to simplify knapsacks
0.29/0.38	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.29/0.38	c constraints/knapsack/simplifyinequalities = TRUE
0.29/0.38	c 
0.29/0.38	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.29/0.38	c # [type: int, range: [-1,2147483647], default: -1]
0.29/0.38	c separating/rapidlearning/freq = 0
0.29/0.38	c 
0.29/0.38	c -----------------------------------------------------------------------------------------------
0.29/0.38	c start solving
0.29/0.38	c 
0.48/0.53	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.48/0.53	c t 0.4s|     1 |     0 |   450 |     - |  20M|   0 | 450 | 450 |  17k| 450 |  17k|   0 |   0 |   0 |-2.250000e+02 | 0.000000e+00 | 100.00%
0.48/0.54	o -1
0.48/0.54	c R 0.4s|     1 |     0 |   450 |     - |  20M|   0 | 450 | 450 |  17k| 450 |  17k|   0 |   0 |   0 |-2.250000e+02 |-1.000000e+00 |  99.56%
0.79/0.89	c   0.8s|     1 |     0 |   663 |     - |  20M|   0 | 396 | 450 |  17k| 450 |  17k|   7 |   0 |   0 |-1.980000e+02 |-1.000000e+00 |  99.49%
0.79/0.89	o -22
0.79/0.89	c b 0.8s|     1 |     0 |   663 |     - |  20M|   0 | 396 | 450 |  17k| 450 |  17k|   7 |   0 |   0 |-1.980000e+02 |-2.200000e+01 |  88.89%
1.19/1.27	c   1.2s|     1 |     0 |   778 |     - |  20M|   0 | 363 | 450 |  17k| 450 |  17k|  21 |   0 |   0 |-1.815000e+02 |-2.200000e+01 |  87.88%
1.69/1.76	c   1.7s|     1 |     0 |   964 |     - |  20M|   0 | 323 | 450 |  17k| 450 |  17k|  43 |   0 |   0 |-1.615000e+02 |-2.200000e+01 |  86.38%
2.28/2.32	c   2.2s|     1 |     0 |  1238 |     - |  20M|   0 | 287 | 450 |  17k| 450 |  17k|  48 |   0 |   0 |-1.435000e+02 |-2.200000e+01 |  84.67%
2.78/2.87	c   2.8s|     1 |     0 |  1446 |     - |  20M|   0 | 259 | 450 |  17k| 450 |  17k|  55 |   0 |   0 |-1.295000e+02 |-2.200000e+01 |  83.01%
3.39/3.44	c   3.3s|     1 |     0 |  1745 |     - |  20M|   0 | 214 | 450 |  17k| 450 |  17k|  64 |   0 |   0 |-1.070000e+02 |-2.200000e+01 |  79.44%
3.89/3.90	c   3.8s|     1 |     0 |  1920 |     - |  20M|   0 | 190 | 450 |  17k| 450 |  17k|  74 |   0 |   0 |-9.500000e+01 |-2.200000e+01 |  76.84%
4.39/4.43	c   4.3s|     1 |     0 |  2247 |     - |  20M|   0 | 152 | 450 |  17k| 450 |  17k|  79 |   0 |   0 |-7.600000e+01 |-2.200000e+01 |  71.05%
4.79/4.89	c   4.8s|     1 |     0 |  2537 |     - |  20M|   0 | 128 | 450 |  17k| 450 |  17k|  83 |   0 |   0 |-6.300000e+01 |-2.200000e+01 |  65.08%
5.29/5.30	c   5.2s|     1 |     0 |  2757 |     - |  20M|   0 | 113 | 450 |  17k| 450 |  17k|  90 |   0 |   0 |-5.550000e+01 |-2.200000e+01 |  60.36%
5.49/5.56	c   5.5s|     1 |     0 |  2974 |     - |  20M|   0 | 102 | 450 |  17k| 450 |  17k|  96 |   0 |   0 |-5.100000e+01 |-2.200000e+01 |  56.86%
5.68/5.76	c   5.7s|     1 |     0 |  3120 |     - |  20M|   0 |  96 | 450 |  17k| 450 |  17k| 103 |   0 |   0 |-4.250000e+01 |-2.200000e+01 |  48.24%
5.99/6.04	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
5.99/6.04	c   5.9s|     1 |     0 |  3401 |     - |  20M|   0 | 119 | 450 |  17k| 450 |  17k| 106 |   0 |   0 |-3.724242e+01 |-2.200000e+01 |  40.93%
6.19/6.21	c   6.1s|     1 |     0 |  3469 |     - |  20M|   0 |  82 | 450 |  17k| 450 |  17k| 113 |   0 |   0 |-3.300000e+01 |-2.200000e+01 |  33.33%
6.29/6.39	c   6.3s|     1 |     0 |  3543 |     - |  20M|   0 |  81 | 450 |  17k| 450 |  17k| 122 |   0 |   0 |-3.300000e+01 |-2.200000e+01 |  33.33%
6.59/6.63	c   6.5s|     1 |     0 |  3685 |     - |  20M|   0 |  83 | 450 |  17k| 450 |  17k| 134 |   0 |   0 |-3.300000e+01 |-2.200000e+01 |  33.33%
6.88/6.94	c   6.8s|     1 |     0 |  3931 |     - |  20M|   0 |  95 | 450 |  17k| 450 |  17k| 145 |   0 |   0 |-3.300000e+01 |-2.200000e+01 |  33.33%
7.18/7.24	c   7.1s|     1 |     0 |  4124 |     - |  21M|   0 |  81 | 450 |  17k| 450 |  17k| 154 |   0 |   0 |-3.150000e+01 |-2.200000e+01 |  30.16%
7.59/7.65	c   7.5s|     1 |     0 |  4536 |     - |  21M|   0 |  91 | 450 |  17k| 450 |  17k| 164 |   0 |   0 |-3.080000e+01 |-2.200000e+01 |  28.57%
7.88/7.92	c   7.8s|     1 |     0 |  4723 |     - |  21M|   0 |  82 | 450 |  17k| 450 |  17k| 176 |   0 |   0 |-3.000000e+01 |-2.200000e+01 |  26.67%
8.08/8.14	c   8.0s|     1 |     0 |  4912 |     - |  21M|   0 |  84 | 450 |  17k| 450 |  17k| 188 |   0 |   0 |-3.000000e+01 |-2.200000e+01 |  26.67%
8.28/8.38	c   8.3s|     1 |     0 |  5108 |     - |  21M|   0 | 119 | 450 |  17k| 450 |  17k| 200 |   0 |   0 |-3.000000e+01 |-2.200000e+01 |  26.67%
8.58/8.69	c   8.6s|     1 |     0 |  5316 |     - |  21M|   0 | 114 | 450 |  17k| 450 |  17k| 210 |   0 |   0 |-3.000000e+01 |-2.200000e+01 |  26.67%
9.99/10.09	c  10.0s|     1 |     0 |  5468 |     - |  21M|   0 |  97 | 450 |  17k| 450 |  17k| 220 |   0 |   0 |-3.000000e+01 |-2.200000e+01 |  26.67%
11.39/11.42	c  11.3s|     1 |     0 |  5768 |     - |  21M|   0 | 128 | 450 |  17k| 450 |  17k| 229 |   0 |   0 |-3.000000e+01 |-2.200000e+01 |  26.67%
21.89/21.94	c  21.8s|     1 |     2 |  5768 |     - |  21M|   0 | 128 | 450 |  17k| 450 |  17k| 229 |   0 |  22 |-3.000000e+01 |-2.200000e+01 |  26.67%
40.38/40.43	o -23
40.38/40.43	c *40.3s|    10 |     7 |  6844 | 119.6 |  22M|   9 |   - | 450 |  17k| 450 |  17k| 229 |   0 | 260 |-3.000000e+01 |-2.300000e+01 |  23.33%
60.77/60.85	o -24
60.77/60.85	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
60.77/60.85	c *60.8s|    30 |    22 |  8618 |  98.3 |  22M|  12 |   - | 450 |  17k| 450 |  17k| 229 |   0 | 564 |-3.000000e+01 |-2.400000e+01 |  20.00%
70.76/70.81	o -25
70.76/70.81	c p70.7s|    45 |    26 |  9627 |  87.7 |  23M|  13 |   - | 450 |  17k| 450 |  17k| 229 |   0 | 768 |-3.000000e+01 |-2.500000e+01 |  16.67%
101.86/101.99	o -26
101.86/101.99	c * 102s|   334 |   130 | 19961 |  42.6 |  24M|  29 |   - | 450 |  17k| 450 |  17k| 229 |   0 |1194 |-3.000000e+01 |-2.600000e+01 |  13.33%
120.05/120.15	o -27
120.05/120.15	c R 120s|  1076 |   285 | 41761 |  33.5 |  27M|  40 |   - | 450 |  17k| 450 |  17k| 229 |   0 |1323 |-3.000000e+01 |-2.700000e+01 |  10.00%
273.23/273.35	o -28
273.23/273.35	c * 273s|  8636 |  1291 |259933 |  29.4 |  43M|  91 |   - | 450 |  17k| 450 |  17k| 229 |   0 |1995 |-3.000000e+01 |-2.800000e+01 |   6.67%
296.43/296.58	c   296s| 10000 |  1427 |288736 |  28.3 |  45M|  91 |  48 | 450 |  17k| 450 |  17k| 229 |   0 |2177 |-3.000000e+01 |-2.800000e+01 |   6.67%
401.11/401.25	o -29
401.11/401.25	c * 401s| 16546 |   414 |430648 |  25.7 |  32M|  91 |   - | 450 |  17k| 450 |  17k| 229 |   0 |2688 |-3.000000e+01 |-2.900000e+01 |   3.33%
469.70/469.83	c   470s| 20000 |   388 |530238 |  26.2 |  31M|  91 |  51 | 450 |  17k| 450 |  17k| 229 |   0 |3045 |-3.000000e+01 |-2.900000e+01 |   3.33%
642.58/642.75	c   643s| 30000 |   372 |798175 |  26.4 |  31M|  91 |   - | 450 |  17k| 450 |  17k| 229 |   0 |3674 |-3.000000e+01 |-2.900000e+01 |   3.33%
825.75/825.95	c   826s| 40000 |   380 |  1096k|  27.3 |  32M|  91 |  93 | 450 |  17k| 450 |  17k| 229 |   0 |4106 |-3.000000e+01 |-2.900000e+01 |   3.33%
1038.61/1038.86	c  1039s| 50000 |   492 |  1426k|  28.4 |  36M|  91 |  62 | 450 |  17k| 450 |  17k| 229 |   0 |4954 |-3.000000e+01 |-2.900000e+01 |   3.33%
1216.89/1217.17	c  1217s| 60000 |   422 |  1709k|  28.4 |  34M|  91 |  58 | 450 |  17k| 450 |  17k| 229 |   0 |5467 |-3.000000e+01 |-2.900000e+01 |   3.33%
1392.76/1393.03	c  1393s| 70000 |   474 |  1981k|  28.2 |  36M|  91 |   - | 450 |  17k| 450 |  17k| 229 |   0 |6177 |-3.000000e+01 |-2.900000e+01 |   3.33%
1568.43/1568.77	c  1569s| 80000 |   428 |  2257k|  28.1 |  35M|  91 |  47 | 450 |  17k| 450 |  17k| 229 |   0 |6838 |-3.000000e+01 |-2.900000e+01 |   3.33%
1750.21/1750.58	c  1750s| 90000 |   326 |  2546k|  28.2 |  33M|  91 |   - | 450 |  17k| 450 |  17k| 229 |   0 |7488 |-3.000000e+01 |-2.900000e+01 |   3.33%
1789.70/1790.02	c 
1789.70/1790.02	c SCIP Status        : solving was interrupted [time limit reached]
1789.70/1790.02	c Solving Time (sec) : 1789.92
1789.70/1790.02	c Solving Nodes      : 92423
1789.70/1790.02	c Primal Bound       : -2.90000000000000e+01 (493 solutions)
1789.70/1790.02	c Dual Bound         : -3.00000000000000e+01
1789.70/1790.02	c Gap                : 3.33 %
1789.70/1790.02	s SATISFIABLE
1789.70/1790.02	v -x1 -x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10 -x11 -x12 x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20 -x21 -x22 -x23 -x24 -x25 -x26 -x27 x28 
1789.70/1790.02	v -x29 -x30 -x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40 -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50 -x51 -x52 -x53 
1789.70/1790.02	v -x54 x55 -x56 -x57 -x58 -x59 -x60 -x61 x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70 -x71 -x72 -x73 -x74 -x75 -x76 x77 -x78 -x79 
1789.70/1790.02	v -x80 -x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90 x91 -x92 -x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100 -x101 -x102 -x103 
1789.70/1790.02	v -x104 -x105 x106 -x107 -x108 -x109 -x110 -x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120 -x121 x122 -x123 -x124 
1789.70/1790.02	v -x125 -x126 -x127 -x128 -x129 -x130 -x131 -x132 -x133 -x134 -x135 -x136 -x137 -x138 -x139 -x140 -x141 -x142 -x143 -x144 -x145 
1789.70/1790.02	v -x146 -x147 -x148 x149 -x150 -x151 -x152 -x153 -x154 -x155 x156 -x157 -x158 -x159 -x160 -x161 -x162 -x163 -x164 -x165 -x166 
1789.70/1790.02	v -x167 -x168 -x169 -x170 -x171 -x172 -x173 -x174 -x175 -x176 -x177 x178 -x179 -x180 -x181 -x182 -x183 -x184 -x185 -x186 -x187 
1789.70/1790.02	v -x188 -x189 -x190 -x191 -x192 x193 -x194 -x195 -x196 x197 -x198 -x199 -x200 -x201 -x202 -x203 -x204 -x205 -x206 -x207 -x208 
1789.70/1790.02	v -x209 -x210 -x211 -x212 -x213 -x214 -x215 -x216 x217 -x218 -x219 -x220 -x221 -x222 -x223 -x224 -x225 -x226 x227 -x228 -x229 -x230 
1789.70/1790.02	v -x231 -x232 -x233 -x234 -x235 -x236 -x237 -x238 -x239 -x240 -x241 -x242 x243 -x244 -x245 -x246 -x247 -x248 -x249 -x250 -x251 
1789.70/1790.02	v -x252 -x253 -x254 -x255 -x256 -x257 -x258 -x259 -x260 -x261 -x262 -x263 x264 -x265 -x266 -x267 -x268 -x269 -x270 -x271 -x272 
1789.70/1790.02	v -x273 -x274 -x275 -x276 -x277 -x278 -x279 -x280 -x281 -x282 -x283 x284 -x285 -x286 -x287 -x288 -x289 -x290 -x291 -x292 -x293 
1789.70/1790.02	v -x294 -x295 -x296 x297 -x298 -x299 -x300 -x301 -x302 -x303 -x304 -x305 -x306 x307 -x308 -x309 -x310 -x311 -x312 -x313 -x314 
1789.70/1790.02	v -x315 -x316 -x317 -x318 -x319 x320 -x321 -x322 -x323 -x324 -x325 -x326 -x327 -x328 -x329 -x330 -x331 -x332 -x333 -x334 -x335 
1789.70/1790.02	v -x336 -x337 -x338 -x339 x340 -x341 -x342 -x343 -x344 -x345 -x346 -x347 x348 -x349 -x350 -x351 -x352 -x353 -x354 -x355 -x356 
1789.70/1790.02	v -x357 -x358 -x359 -x360 -x361 -x362 -x363 -x364 -x365 -x366 -x367 -x368 -x369 -x370 -x371 -x372 x373 -x374 -x375 -x376 -x377 
1789.70/1790.02	v -x378 -x379 -x380 x381 -x382 -x383 -x384 -x385 -x386 -x387 -x388 -x389 -x390 -x391 -x392 -x393 -x394 -x395 -x396 -x397 -x398 
1789.70/1790.02	v -x399 x400 -x401 -x402 -x403 -x404 -x405 -x406 -x407 -x408 -x409 x410 -x411 -x412 -x413 -x414 -x415 -x416 -x417 -x418 -x419 
1789.70/1790.02	v -x420 -x421 -x422 -x423 -x424 -x425 -x426 -x427 -x428 -x429 x430 -x431 -x432 -x433 -x434 -x435 -x436 -x437 -x438 -x439 -x440 
1789.70/1790.02	v -x441 -x442 -x443 -x444 -x445 x446 -x447 -x448 -x449 -x450 
1789.70/1790.02	c SCIP Status        : solving was interrupted [time limit reached]
1789.70/1790.02	c Solving Time       :    1789.92
1789.70/1790.02	c Original Problem   :
1789.70/1790.02	c   Problem name     : HOME/instance-3733029-1338693062.opb
1789.70/1790.02	c   Variables        : 450 (450 binary, 0 integer, 0 implicit integer, 0 continuous)
1789.70/1790.02	c   Constraints      : 17831 initial, 17831 maximal
1789.70/1790.02	c Presolved Problem  :
1789.70/1790.02	c   Problem name     : t_HOME/instance-3733029-1338693062.opb
1789.70/1790.02	c   Variables        : 450 (450 binary, 0 integer, 0 implicit integer, 0 continuous)
1789.70/1790.02	c   Constraints      : 17831 initial, 17831 maximal
1789.70/1790.02	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1789.70/1790.02	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1789.70/1790.02	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1789.70/1790.02	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1789.70/1790.02	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1789.70/1790.02	c   implics          :       0.00          0          0          0          0          0          0          0          0
1789.70/1790.02	c   probing          :       0.18          0          0          0          0          0          0          0          0
1789.70/1790.02	c   setppc           :       0.01          0          0          0          0          0          0          0          0
1789.70/1790.02	c   root node        :          -          1          -          -          1          -          -          -          -
1789.70/1790.02	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1789.70/1790.02	c   integral         :          0          0          0      49439          0        265       2509          0          0      95410
1789.70/1790.02	c   setppc           :      17831         25     145082          5          2          1    1289721          0          0          0
1789.70/1790.02	c   countsols        :          0          0          0          5          2          0          0          0          0          0
1789.70/1790.02	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1789.70/1790.02	c   integral         :     252.91       0.00       0.00     252.91       0.00
1789.70/1790.02	c   setppc           :      16.71       0.02      16.68       0.00       0.00
1789.70/1790.02	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1789.70/1790.02	c Propagators        :       Time      Calls    Cutoffs    DomReds
1789.70/1790.02	c   vbounds          :       0.04          2          0          0
1789.70/1790.02	c   rootredcost      :       0.05          7          0          1
1789.70/1790.02	c   pseudoobj        :       1.80     144900          0          0
1789.70/1790.02	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1789.70/1790.02	c   propagation      :       0.00          1          0          0        0.0          0        0.0          -
1789.70/1790.02	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1789.70/1790.02	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1789.70/1790.02	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1789.70/1790.02	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1789.70/1790.02	c   applied globally :          -          -          -          0        0.0          -          -          -
1789.70/1790.02	c   applied locally  :          -          -          -          0        0.0          -          -          -
1789.70/1790.02	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1789.70/1790.02	c   cut pool         :       0.00         24          -          -        127          -    (maximal pool size: 993)
1789.70/1790.02	c   redcost          :       0.36      49867          0        423          0          0
1789.70/1790.02	c   impliedbounds    :       0.01         25          0          0          0          0
1789.70/1790.02	c   intobj           :       0.00          0          0          0          0          0
1789.70/1790.02	c   cgmip            :       0.00          0          0          0          0          0
1789.70/1790.02	c   gomory           :       3.93         25          0          0      11743          0
1789.70/1790.02	c   strongcg         :       1.26         20          0          0       9950          0
1789.70/1790.02	c   cmir             :       0.75         10          0          0          0          0
1789.70/1790.02	c   flowcover        :       1.07         10          0          0          0          0
1789.70/1790.02	c   clique           :       0.15         25          0          0        223          0
1789.70/1790.02	c   zerohalf         :       0.00          0          0          0          0          0
1789.70/1790.02	c   mcf              :       0.01          1          0          0          0          0
1789.70/1790.02	c   rapidlearning    :       0.00          0          0          0          0          0
1789.70/1790.02	c Pricers            :       Time      Calls       Vars
1789.70/1790.02	c   problem variables:       0.00          0          0
1789.70/1790.02	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1789.70/1790.02	c   relpscost        :     252.85      49434        265       2509          0          0      95410
1789.70/1790.02	c   pscost           :       0.00          0          0          0          0          0          0
1789.70/1790.02	c   inference        :       0.00          2          0          0          0          0          4
1789.70/1790.02	c   mostinf          :       0.00          0          0          0          0          0          0
1789.70/1790.02	c   leastinf         :       0.00          0          0          0          0          0          0
1789.70/1790.02	c   fullstrong       :       0.00          0          0          0          0          0          0
1789.70/1790.02	c   allfullstrong    :       0.00          0          0          0          0          0          0
1789.70/1790.02	c   random           :       0.00          0          0          0          0          0          0
1789.70/1790.02	c Primal Heuristics  :       Time      Calls      Found
1789.70/1790.02	c   LP solutions     :       0.02          -          5
1789.70/1790.02	c   pseudo solutions :       0.00          -          0
1789.70/1790.02	c   feaspump         :       0.00          0          0
1789.70/1790.02	c   oneopt           :       0.06          9          1
1789.70/1790.02	c   veclendiving     :       1.85         30          0
1789.70/1790.02	c   linesearchdiving :       2.91         30          0
1789.70/1790.02	c   guideddiving     :       6.21         30          0
1789.70/1790.02	c   coefdiving       :       4.41         31          0
1789.70/1790.02	c   pscostdiving     :       2.46         31          3
1789.70/1790.02	c   fracdiving       :       6.14         31          0
1789.70/1790.02	c   rootsoldiving    :       2.15         16         28
1789.70/1790.02	c   objpscostdiving  :       4.39         16         37
1789.70/1790.02	c   crossover        :       1.33         19          4
1789.70/1790.02	c   trivial          :       0.00          2          3
1789.70/1790.02	c   simplerounding   :       0.56      49460        117
1789.70/1790.02	c   zirounding       :       7.44      14551        291
1789.70/1790.02	c   rounding         :       7.16      14015          2
1789.70/1790.02	c   shifting         :       0.80       1333          1
1789.70/1790.02	c   intshifting      :       0.00          0          0
1789.70/1790.02	c   twoopt           :       0.00          0          0
1789.70/1790.02	c   fixandinfer      :       0.00          0          0
1789.70/1790.02	c   intdiving        :       0.00          0          0
1789.70/1790.02	c   actconsdiving    :       0.00          0          0
1789.70/1790.02	c   octane           :       0.00          0          0
1789.70/1790.02	c   rens             :       0.55          1          1
1789.70/1790.02	c   rins             :       0.00          0          0
1789.70/1790.02	c   localbranching   :       0.00          0          0
1789.70/1790.02	c   mutation         :       0.00          0          0
1789.70/1790.02	c   dins             :       0.00          0          0
1789.70/1790.02	c   undercover       :       0.00          0          0
1789.70/1790.02	c   nlp              :       0.03          0          0
1789.70/1790.02	c   trysol           :       0.03          0          0
1789.70/1790.02	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1789.70/1790.02	c   primal LP        :       0.01          0          0       0.00       0.00
1789.70/1790.02	c   dual LP          :    1353.76      93911    2568749      27.35    1897.49
1789.70/1790.02	c   lex dual LP      :       0.00          0          0       0.00          -
1789.70/1790.02	c   barrier LP       :       0.00          0          0       0.00          -
1789.70/1790.02	c   diving/probing LP:      27.90       2224      45415      20.42    1627.87
1789.70/1790.02	c   strong branching :     251.50       7524     416197      55.32    1654.87
1789.70/1790.02	c     (at root node) :          -         22      14004     636.55          -
1789.70/1790.02	c   conflict analysis:       0.00          0          0       0.00          -
1789.70/1790.02	c B&B Tree           :
1789.70/1790.02	c   number of runs   :          1
1789.70/1790.02	c   nodes            :      92423
1789.70/1790.02	c   nodes (total)    :      92423
1789.70/1790.02	c   nodes left       :        355
1789.70/1790.02	c   max depth        :         91
1789.70/1790.02	c   max depth (total):         91
1789.70/1790.02	c   backtracks       :      10288 (11.1%)
1789.70/1790.02	c   delayed cutoffs  :          0
1789.70/1790.02	c   repropagations   :          1 (0 domain reductions, 0 cutoffs)
1789.70/1790.02	c   avg switch length:       3.52
1789.70/1790.02	c   switching time   :      21.54
1789.70/1790.02	c Solution           :
1789.70/1790.02	c   Solutions found  :        493 (10 improvements)
1789.70/1790.02	c   First Solution   : +0.00000000000000e+00   (in run 1, after 0 nodes, 0.02 seconds, depth 0, found by <trivial>)
1789.70/1790.02	c   Primal Bound     : -2.90000000000000e+01   (in run 1, after 16546 nodes, 401.13 seconds, depth 40, found by <relaxation>)
1789.70/1790.02	c   Dual Bound       : -3.00000000000000e+01
1789.70/1790.02	c   Gap              :       3.33 %
1789.70/1790.02	c   Root Dual Bound  : -3.00000000000000e+01
1789.70/1790.02	c   Root Iterations  :       5768
1789.70/1790.07	c Time complete: 1789.77.

Verifier Data

OK	-29

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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

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

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 2.07 2.07 2.02 3/176 15754
/proc/meminfo: memFree=27131240/32873660 swapFree=7120/7120
[pid=15754] ppid=15752 vsize=6096 CPUtime=0 cores=1,3,5,7
/proc/15754/stat : 15754 (pbscip.linux.x8) R 15752 15754 13836 0 -1 4202496 843 0 0 0 0 0 0 0 20 0 1 0 335431955 6242304 791 33554432000 4194304 8395647 140734046751568 140736803076680 7355228 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/15754/statm: 1524 792 351 1026 0 494 0

[startup+0.0187459 s]
/proc/loadavg: 2.07 2.07 2.02 3/176 15754
/proc/meminfo: memFree=27131240/32873660 swapFree=7120/7120
[pid=15754] ppid=15752 vsize=11504 CPUtime=0.01 cores=1,3,5,7
/proc/15754/stat : 15754 (pbscip.linux.x8) R 15752 15754 13836 0 -1 4202496 2142 0 0 0 1 0 0 0 20 0 1 0 335431955 11780096 2088 33554432000 4194304 8395647 140734046751568 140736803076680 6347101 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/15754/statm: 2876 2088 393 1026 0 1846 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 11504

[startup+0.10015 s]
/proc/loadavg: 2.07 2.07 2.02 3/176 15754
/proc/meminfo: memFree=27131240/32873660 swapFree=7120/7120
[pid=15754] ppid=15752 vsize=17588 CPUtime=0.09 cores=1,3,5,7
/proc/15754/stat : 15754 (pbscip.linux.x8) R 15752 15754 13836 0 -1 4202496 3639 0 0 0 9 0 0 0 20 0 1 0 335431955 18010112 3585 33554432000 4194304 8395647 140734046751568 140736803076680 4423932 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/15754/statm: 4397 3585 393 1026 0 3367 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 17588

[startup+0.300174 s]
/proc/loadavg: 2.07 2.07 2.02 3/176 15754
/proc/meminfo: memFree=27131240/32873660 swapFree=7120/7120
[pid=15754] ppid=15752 vsize=42300 CPUtime=0.29 cores=1,3,5,7
/proc/15754/stat : 15754 (pbscip.linux.x8) R 15752 15754 13836 0 -1 4202496 9945 0 0 0 28 1 0 0 20 0 1 0 335431955 43315200 9537 33554432000 4194304 8395647 140734046751568 140734046747528 5211439 0 0 4096 16384 0 0 0 17 1 0 0 0 0 0
/proc/15754/statm: 10575 9537 491 1026 0 9545 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 42300

[startup+0.700165 s]
/proc/loadavg: 2.07 2.07 2.02 3/176 15754
/proc/meminfo: memFree=27131240/32873660 swapFree=7120/7120
[pid=15754] ppid=15752 vsize=63860 CPUtime=0.69 cores=1,3,5,7
/proc/15754/stat : 15754 (pbscip.linux.x8) R 15752 15754 13836 0 -1 4202496 15228 0 0 0 67 2 0 0 20 0 1 0 335431955 65392640 14139 33554432000 4194304 8395647 140734046751568 140734046747032 7382061 0 0 4096 16384 0 0 0 17 1 0 0 0 0 0
/proc/15754/statm: 15965 14139 575 1026 0 14935 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 63860

[startup+1.5001 s]
/proc/loadavg: 2.07 2.07 2.02 3/177 15755
/proc/meminfo: memFree=27074828/32873660 swapFree=7120/7120
[pid=15754] ppid=15752 vsize=66536 CPUtime=1.49 cores=1,3,5,7
/proc/15754/stat : 15754 (pbscip.linux.x8) R 15752 15754 13836 0 -1 4202496 16191 0 0 0 147 2 0 0 20 0 1 0 335431955 68132864 15068 33554432000 4194304 8395647 140734046751568 140734046746856 7382061 0 0 4096 16384 0 0 0 17 1 0 0 0 0 0
/proc/15754/statm: 16634 15068 596 1026 0 15604 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 66536

[startup+3.10013 s]
/proc/loadavg: 2.06 2.07 2.02 3/177 15755
/proc/meminfo: memFree=27071356/32873660 swapFree=7120/7120
[pid=15754] ppid=15752 vsize=67260 CPUtime=3.09 cores=1,3,5,7
/proc/15754/stat : 15754 (pbscip.linux.x8) R 15752 15754 13836 0 -1 4202496 16611 0 0 0 306 3 0 0 20 0 1 0 335431955 68874240 15488 33554432000 4194304 8395647 140734046751568 140734046746808 5849675 0 0 4096 16384 0 0 0 17 1 0 0 0 0 0
/proc/15754/statm: 16815 15488 597 1026 0 15785 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 67260

[startup+6.30017 s]
/proc/loadavg: 2.06 2.07 2.02 3/177 15755
/proc/meminfo: memFree=27070024/32873660 swapFree=7120/7120
[pid=15754] ppid=15752 vsize=67260 CPUtime=6.29 cores=1,3,5,7
/proc/15754/stat : 15754 (pbscip.linux.x8) R 15752 15754 13836 0 -1 4202496 16627 0 0 0 624 5 0 0 20 0 1 0 335431955 68874240 15504 33554432000 4194304 8395647 140734046751568 140734046746808 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0 0 0
/proc/15754/statm: 16815 15504 597 1026 0 15785 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 67260

[startup+12.7003 s]
/proc/loadavg: 2.21 2.10 2.03 3/177 15755
/proc/meminfo: memFree=27032872/32873660 swapFree=7120/7120
[pid=15754] ppid=15752 vsize=102448 CPUtime=12.69 cores=1,3,5,7
/proc/15754/stat : 15754 (pbscip.linux.x8) R 15752 15754 13836 0 -1 4202496 25835 0 0 0 1259 10 0 0 20 0 1 0 335431955 104906752 24464 33554432000 4194304 8395647 140734046751568 140734046746440 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0 0 0
/proc/15754/statm: 25612 24464 628 1026 0 24582 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 102448

[startup+25.5003 s]
/proc/loadavg: 2.18 2.09 2.03 3/177 15755
/proc/meminfo: memFree=27032752/32873660 swapFree=7120/7120
[pid=15754] ppid=15752 vsize=102448 CPUtime=25.48 cores=1,3,5,7
/proc/15754/stat : 15754 (pbscip.linux.x8) R 15752 15754 13836 0 -1 4202496 25835 0 0 0 2536 12 0 0 20 0 1 0 335431955 104906752 24464 33554432000 4194304 8395647 140734046751568 140734046746440 6698030 0 0 4096 16384 0 0 0 17 1 0 0 0 0 0
/proc/15754/statm: 25612 24464 628 1026 0 24582 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 102448

[startup+51.1002 s]
/proc/loadavg: 2.12 2.08 2.03 3/177 15755
/proc/meminfo: memFree=27031612/32873660 swapFree=7120/7120
[pid=15754] ppid=15752 vsize=102448 CPUtime=51.08 cores=1,3,5,7
/proc/15754/stat : 15754 (pbscip.linux.x8) R 15752 15754 13836 0 -1 4202496 25842 0 0 0 5090 18 0 0 20 0 1 0 335431955 104906752 24736 33554432000 4194304 8395647 140734046751568 140734046746440 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0 0 0
/proc/15754/statm: 25612 24736 629 1026 0 24582 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 102448

[startup+102.306 s]
/proc/loadavg: 2.18 2.11 2.04 3/177 15755
/proc/meminfo: memFree=27026840/32873660 swapFree=7120/7120
[pid=15754] ppid=15752 vsize=102448 CPUtime=102.27 cores=1,3,5,7
/proc/15754/stat : 15754 (pbscip.linux.x8) R 15752 15754 13836 0 -1 4202496 25856 0 0 0 10197 30 0 0 20 0 1 0 335431955 104906752 25172 33554432000 4194304 8395647 140734046751568 140734046747176 7385785 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/15754/statm: 25612 25172 631 1026 0 24582 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 102448

[startup+162.3 s]
/proc/loadavg: 2.16 2.12 2.04 3/177 15755
/proc/meminfo: memFree=27026588/32873660 swapFree=7120/7120
[pid=15754] ppid=15752 vsize=102100 CPUtime=162.25 cores=1,3,5,7
/proc/15754/stat : 15754 (pbscip.linux.x8) R 15752 15754 13836 0 -1 4202496 27982 0 0 0 16177 48 0 0 20 0 1 0 335431955 104550400 25093 33554432000 4194304 8395647 140734046751568 140734046747176 7428202 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/15754/statm: 25525 25093 631 1026 0 24495 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 102100

[startup+222.3 s]
/proc/loadavg: 2.06 2.10 2.04 3/177 15794
/proc/meminfo: memFree=26958888/32873660 swapFree=7120/7120
[pid=15754] ppid=15752 vsize=103220 CPUtime=222.24 cores=1,3,5,7
/proc/15754/stat : 15754 (pbscip.linux.x8) R 15752 15754 13836 0 -1 4202496 41008 0 0 0 22155 69 0 0 20 0 1 0 335431955 105697280 25115 33554432000 4194304 8395647 140734046751568 140734046746696 7428202 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/15754/statm: 25805 25115 634 1026 0 24775 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 103220

[startup+282.3 s]
/proc/loadavg: 2.02 2.08 2.03 3/177 15794
/proc/meminfo: memFree=26946716/32873660 swapFree=7120/7120
[pid=15754] ppid=15752 vsize=112588 CPUtime=282.23 cores=1,3,5,7
/proc/15754/stat : 15754 (pbscip.linux.x8) R 15752 15754 13836 0 -1 4202496 55322 0 0 0 28135 88 0 0 20 0 1 0 335431955 115290112 27375 33554432000 4194304 8395647 140734046751568 140734046746440 7428202 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/15754/statm: 28147 27375 634 1026 0 27117 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 112588

[startup+342.3 s]
/proc/loadavg: 2.05 2.07 2.03 3/177 15794
/proc/meminfo: memFree=26944204/32873660 swapFree=7120/7120
[pid=15754] ppid=15752 vsize=113852 CPUtime=342.22 cores=1,3,5,7
/proc/15754/stat : 15754 (pbscip.linux.x8) R 15752 15754 13836 0 -1 4202496 68552 0 0 0 34112 110 0 0 20 0 1 0 335431955 116584448 27747 33554432000 4194304 8395647 140734046751568 140734046747032 7428202 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/15754/statm: 28463 27747 634 1026 0 27433 0
Current children cumulated CPU time (s) 342.22
Current children cumulated vsize (KiB) 113852

[startup+402.3 s]
/proc/loadavg: 2.07 2.07 2.03 3/177 15794
/proc/meminfo: memFree=26937932/32873660 swapFree=7120/7120
[pid=15754] ppid=15752 vsize=115328 CPUtime=402.21 cores=1,3,5,7
/proc/15754/stat : 15754 (pbscip.linux.x8) R 15752 15754 13836 0 -1 4202496 75390 0 0 0 40094 127 0 0 20 0 1 0 335431955 118095872 28268 33554432000 4194304 8395647 140734046751568 140734046746376 7428202 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/15754/statm: 28832 28268 634 1026 0 27802 0
Current children cumulated CPU time (s) 402.21
Current children cumulated vsize (KiB) 115328

[startup+462.3 s]
/proc/loadavg: 2.06 2.07 2.03 3/177 15794
/proc/meminfo: memFree=26940040/32873660 swapFree=7120/7120
[pid=15754] ppid=15752 vsize=114848 CPUtime=462.2 cores=1,3,5,7
/proc/15754/stat : 15754 (pbscip.linux.x8) R 15752 15754 13836 0 -1 4202496 100151 0 0 0 46070 150 0 0 20 0 1 0 335431955 117604352 27871 33554432000 4194304 8395647 140734046751568 140734046746792 7428202 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/15754/statm: 28712 27871 634 1026 0 27682 0
Current children cumulated CPU time (s) 462.2
Current children cumulated vsize (KiB) 114848

[startup+522.3 s]
/proc/loadavg: 2.02 2.06 2.02 3/177 15795
/proc/meminfo: memFree=26943424/32873660 swapFree=7120/7120
[pid=15754] ppid=15752 vsize=114976 CPUtime=522.19 cores=1,3,5,7
/proc/15754/stat : 15754 (pbscip.linux.x8) R 15752 15754 13836 0 -1 4202496 106806 0 0 0 52050 169 0 0 20 0 1 0 335431955 117735424 28107 33554432000 4194304 8395647 140734046751568 140734046746696 7428202 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/15754/statm: 28744 28107 634 1026 0 27714 0
Current children cumulated CPU time (s) 522.19
Current children cumulated vsize (KiB) 114976

[startup+582.3 s]
/proc/loadavg: 2.01 2.04 2.02 3/178 15798
/proc/meminfo: memFree=26942984/32873660 swapFree=7120/7120
[pid=15754] ppid=15752 vsize=115664 CPUtime=582.18 cores=1,3,5,7
/proc/15754/stat : 15754 (pbscip.linux.x8) R 15752 15754 13836 0 -1 4202496 107008 0 0 0 58032 186 0 0 20 0 1 0 335431955 118439936 28308 33554432000 4194304 8395647 140734046751568 140734046746440 7428202 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/15754/statm: 28916 28308 634 1026 0 27886 0
Current children cumulated CPU time (s) 582.18
Current children cumulated vsize (KiB) 115664

[startup+642.3 s]

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

/proc/meminfo: memFree=26905744/32873660 swapFree=7120/7120
[pid=15754] ppid=15752 vsize=119012 CPUtime=1062.11 cores=1,3,5,7
/proc/15754/stat : 15754 (pbscip.linux.x8) R 15752 15754 13836 0 -1 4202496 120270 0 0 0 105885 326 0 0 20 0 1 0 335431955 121868288 29082 33554432000 4194304 8395647 140734046751568 140734046747128 6723324 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/15754/statm: 29753 29082 634 1026 0 28723 0
Current children cumulated CPU time (s) 1062.11
Current children cumulated vsize (KiB) 119012

[startup+1122.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/177 15801
/proc/meminfo: memFree=26906364/32873660 swapFree=7120/7120
[pid=15754] ppid=15752 vsize=119236 CPUtime=1122.1 cores=1,3,5,7
/proc/15754/stat : 15754 (pbscip.linux.x8) R 15752 15754 13836 0 -1 4202496 120309 0 0 0 111868 342 0 0 20 0 1 0 335431955 122097664 29121 33554432000 4194304 8395647 140734046751568 140734046747032 7428202 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/15754/statm: 29809 29121 634 1026 0 28779 0
Current children cumulated CPU time (s) 1122.1
Current children cumulated vsize (KiB) 119236

[startup+1182.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/178 15804
/proc/meminfo: memFree=26902168/32873660 swapFree=7120/7120
[pid=15754] ppid=15752 vsize=119236 CPUtime=1182.09 cores=1,3,5,7
/proc/15754/stat : 15754 (pbscip.linux.x8) R 15752 15754 13836 0 -1 4202496 120337 0 0 0 117851 358 0 0 20 0 1 0 335431955 122097664 29149 33554432000 4194304 8395647 140734046751568 140734046746376 7428202 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/15754/statm: 29809 29149 634 1026 0 28779 0
Current children cumulated CPU time (s) 1182.09
Current children cumulated vsize (KiB) 119236

[startup+1242.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 15804
/proc/meminfo: memFree=26896760/32873660 swapFree=7120/7120
[pid=15754] ppid=15752 vsize=119236 CPUtime=1242.08 cores=1,3,5,7
/proc/15754/stat : 15754 (pbscip.linux.x8) R 15752 15754 13836 0 -1 4202496 120342 0 0 0 123834 374 0 0 20 0 1 0 335431955 122097664 29154 33554432000 4194304 8395647 140734046751568 140734046746440 7428202 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/15754/statm: 29809 29154 634 1026 0 28779 0
Current children cumulated CPU time (s) 1242.08
Current children cumulated vsize (KiB) 119236

[startup+1302.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 15804
/proc/meminfo: memFree=26889940/32873660 swapFree=7120/7120
[pid=15754] ppid=15752 vsize=119236 CPUtime=1302.08 cores=1,3,5,7
/proc/15754/stat : 15754 (pbscip.linux.x8) R 15752 15754 13836 0 -1 4202496 120342 0 0 0 129819 389 0 0 20 0 1 0 335431955 122097664 29154 33554432000 4194304 8395647 140734046751568 140734046746712 6697955 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/15754/statm: 29809 29154 634 1026 0 28779 0
Current children cumulated CPU time (s) 1302.08
Current children cumulated vsize (KiB) 119236

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 15804
/proc/meminfo: memFree=26886200/32873660 swapFree=7120/7120
[pid=15754] ppid=15752 vsize=118656 CPUtime=1362.07 cores=1,3,5,7
/proc/15754/stat : 15754 (pbscip.linux.x8) R 15752 15754 13836 0 -1 4202496 126244 0 0 0 135800 407 0 0 20 0 1 0 335431955 121503744 28927 33554432000 4194304 8395647 140734046751568 140734046746440 7428202 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/15754/statm: 29664 28927 634 1026 0 28634 0
Current children cumulated CPU time (s) 1362.07
Current children cumulated vsize (KiB) 118656

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 15805
/proc/meminfo: memFree=26881196/32873660 swapFree=7120/7120
[pid=15754] ppid=15752 vsize=118656 CPUtime=1422.07 cores=1,3,5,7
/proc/15754/stat : 15754 (pbscip.linux.x8) R 15752 15754 13836 0 -1 4202496 126338 0 0 0 141782 425 0 0 20 0 1 0 335431955 121503744 29021 33554432000 4194304 8395647 140734046751568 140734046746696 7428202 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/15754/statm: 29664 29021 634 1026 0 28634 0
Current children cumulated CPU time (s) 1422.07
Current children cumulated vsize (KiB) 118656

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 15805
/proc/meminfo: memFree=26878344/32873660 swapFree=7120/7120
[pid=15754] ppid=15752 vsize=118828 CPUtime=1482.05 cores=1,3,5,7
/proc/15754/stat : 15754 (pbscip.linux.x8) R 15752 15754 13836 0 -1 4202496 126352 0 0 0 147765 440 0 0 20 0 1 0 335431955 121679872 29035 33554432000 4194304 8395647 140734046751568 140734046747032 7428202 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/15754/statm: 29707 29035 634 1026 0 28677 0
Current children cumulated CPU time (s) 1482.05
Current children cumulated vsize (KiB) 118828

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 15805
/proc/meminfo: memFree=26871652/32873660 swapFree=7120/7120
[pid=15754] ppid=15752 vsize=118828 CPUtime=1542.04 cores=1,3,5,7
/proc/15754/stat : 15754 (pbscip.linux.x8) R 15752 15754 13836 0 -1 4202496 126357 0 0 0 153748 456 0 0 20 0 1 0 335431955 121679872 29040 33554432000 4194304 8395647 140734046751568 140734046746696 7428202 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/15754/statm: 29707 29040 634 1026 0 28677 0
Current children cumulated CPU time (s) 1542.04
Current children cumulated vsize (KiB) 118828

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 15805
/proc/meminfo: memFree=26868772/32873660 swapFree=7120/7120
[pid=15754] ppid=15752 vsize=118828 CPUtime=1602.03 cores=1,3,5,7
/proc/15754/stat : 15754 (pbscip.linux.x8) R 15752 15754 13836 0 -1 4202496 126372 0 0 0 159730 473 0 0 20 0 1 0 335431955 121679872 29055 33554432000 4194304 8395647 140734046751568 140734046746696 7428202 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/15754/statm: 29707 29055 634 1026 0 28677 0
Current children cumulated CPU time (s) 1602.03
Current children cumulated vsize (KiB) 118828

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 15805
/proc/meminfo: memFree=26862200/32873660 swapFree=7120/7120
[pid=15754] ppid=15752 vsize=118828 CPUtime=1662.03 cores=1,3,5,7
/proc/15754/stat : 15754 (pbscip.linux.x8) R 15752 15754 13836 0 -1 4202496 126392 0 0 0 165713 490 0 0 20 0 1 0 335431955 121679872 29075 33554432000 4194304 8395647 140734046751568 140734046747032 7428202 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/15754/statm: 29707 29075 634 1026 0 28677 0
Current children cumulated CPU time (s) 1662.03
Current children cumulated vsize (KiB) 118828

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 15806
/proc/meminfo: memFree=26857364/32873660 swapFree=7120/7120
[pid=15754] ppid=15752 vsize=118828 CPUtime=1722.01 cores=1,3,5,7
/proc/15754/stat : 15754 (pbscip.linux.x8) R 15752 15754 13836 0 -1 4202496 126395 0 0 0 171693 508 0 0 20 0 1 0 335431955 121679872 29078 33554432000 4194304 8395647 140734046751568 140734046746776 7428202 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/15754/statm: 29707 29078 637 1026 0 28677 0
Current children cumulated CPU time (s) 1722.01
Current children cumulated vsize (KiB) 118828

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 15809
/proc/meminfo: memFree=26851204/32873660 swapFree=7120/7120
[pid=15754] ppid=15752 vsize=118828 CPUtime=1782 cores=1,3,5,7
/proc/15754/stat : 15754 (pbscip.linux.x8) R 15752 15754 13836 0 -1 4202496 126401 0 0 0 177675 525 0 0 20 0 1 0 335431955 121679872 29084 33554432000 4194304 8395647 140734046751568 140734046747176 7428202 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/15754/statm: 29707 29084 637 1026 0 28677 0
Current children cumulated CPU time (s) 1782
Current children cumulated vsize (KiB) 118828

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

[startup+1785.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 15809
/proc/meminfo: memFree=26851700/32873660 swapFree=7120/7120
[pid=15754] ppid=15752 vsize=118828 CPUtime=1785.2 cores=1,3,5,7
/proc/15754/stat : 15754 (pbscip.linux.x8) R 15752 15754 13836 0 -1 4202496 126401 0 0 0 177994 526 0 0 20 0 1 0 335431955 121679872 29084 33554432000 4194304 8395647 140734046751568 140734046746696 6120595 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/15754/statm: 29707 29084 637 1026 0 28677 0
Current children cumulated CPU time (s) 1785.2
Current children cumulated vsize (KiB) 118828

[startup+1787.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 15809
/proc/meminfo: memFree=26851700/32873660 swapFree=7120/7120
[pid=15754] ppid=15752 vsize=118828 CPUtime=1786.81 cores=1,3,5,7
/proc/15754/stat : 15754 (pbscip.linux.x8) R 15752 15754 13836 0 -1 4202496 126401 0 0 0 178154 527 0 0 20 0 1 0 335431955 121679872 29084 33554432000 4194304 8395647 140734046751568 140734046746808 7428202 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/15754/statm: 29707 29084 637 1026 0 28677 0
Current children cumulated CPU time (s) 1786.81
Current children cumulated vsize (KiB) 118828

[startup+1788.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 15809
/proc/meminfo: memFree=26851948/32873660 swapFree=7120/7120
[pid=15754] ppid=15752 vsize=118828 CPUtime=1788.4 cores=1,3,5,7
/proc/15754/stat : 15754 (pbscip.linux.x8) R 15752 15754 13836 0 -1 4202496 126401 0 0 0 178313 527 0 0 20 0 1 0 335431955 121679872 29084 33554432000 4194304 8395647 140734046751568 140734046747032 7428202 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/15754/statm: 29707 29084 637 1026 0 28677 0
Current children cumulated CPU time (s) 1788.4
Current children cumulated vsize (KiB) 118828

[startup+1789.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 15809
/proc/meminfo: memFree=26851948/32873660 swapFree=7120/7120
[pid=15754] ppid=15752 vsize=118828 CPUtime=1789.2 cores=1,3,5,7
/proc/15754/stat : 15754 (pbscip.linux.x8) R 15752 15754 13836 0 -1 4202496 126401 0 0 0 178393 527 0 0 20 0 1 0 335431955 121679872 29084 33554432000 4194304 8395647 140734046751568 140734046746696 7428202 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/15754/statm: 29707 29084 637 1026 0 28677 0
Current children cumulated CPU time (s) 1789.2
Current children cumulated vsize (KiB) 118828

[startup+1789.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 15809
/proc/meminfo: memFree=26851948/32873660 swapFree=7120/7120
[pid=15754] ppid=15752 vsize=118828 CPUtime=1789.6 cores=1,3,5,7
/proc/15754/stat : 15754 (pbscip.linux.x8) R 15752 15754 13836 0 -1 4202496 126401 0 0 0 178433 527 0 0 20 0 1 0 335431955 121679872 29084 33554432000 4194304 8395647 140734046751568 140734046746696 7428202 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/15754/statm: 29707 29084 637 1026 0 28677 0
Current children cumulated CPU time (s) 1789.6
Current children cumulated vsize (KiB) 118828

[startup+1790 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 15809
/proc/meminfo: memFree=26851948/32873660 swapFree=7120/7120
[pid=15754] ppid=15752 vsize=118828 CPUtime=1789.7 cores=1,3,5,7
/proc/15754/stat : 15754 (pbscip.linux.x8) R 15752 15754 13836 0 -1 4202496 126401 0 0 0 178443 527 0 0 20 0 1 0 335431955 121679872 29084 33554432000 4194304 8395647 140734046751568 140734046746696 7428202 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/15754/statm: 29707 29084 637 1026 0 28677 0
Current children cumulated CPU time (s) 1789.7
Current children cumulated vsize (KiB) 118828

Child status: 0
Real time (s): 1790.07
CPU time (s): 1789.78
CPU user time (s): 1784.51
CPU system time (s): 5.2792
CPU usage (%): 99.9839
Max. virtual memory (cumulated for all children) (KiB): 138760

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1784.51
system time used= 5.2792
maximum resident set size= 138296
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 126405
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= 27
involuntary context switches= 2019

runsolver used 3.08953 second user time and 8.84965 second system time

The end

Launcher Data

Begin job on node117 at 2012-06-03 05:11:02
IDJOB=3733029
IDBENCH=2238
IDSOLVER=2326
FILE ID=node117/3733029-1338693062
RUNJOBID= node117-1338678620-13856
PBS_JOBID= 14636696
Free space on /tmp= 69112 MiB

SOLVER NAME= PB10: SCIPspx SCIP 1.2.1.3 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solver
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/~kexu/benchmarks/frb30-15-opb/normalized-frb30-15-4.opb
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3733029-1338693062/watcher-3733029-1338693062 -o /tmp/evaluation-result-3733029-1338693062/solver-3733029-1338693062 -C 1800 -W 1900 -M 15500  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-3733029-1338693062.opb -t 1800 -m 15500

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

MD5SUM BENCH= 7bb05c60facd55e51c4cfcaa0e217e6e
RANDOM SEED=1425522851

node117.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/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		: 2667.148
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.29
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.148
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.148
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.148
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.95
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.148
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.148
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.148
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.148
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873660 kB
MemFree:        27131768 kB
Buffers:          607480 kB
Cached:          4115144 kB
SwapCached:          776 kB
Active:          2397072 kB
Inactive:        2433900 kB
Active(anon):      94024 kB
Inactive(anon):     9972 kB
Active(file):    2303048 kB
Inactive(file):  2423928 kB
Unevictable:        7120 kB
Mlocked:            7120 kB
SwapTotal:      67108856 kB
SwapFree:       67107012 kB
Dirty:             10492 kB
Writeback:             0 kB
AnonPages:        177288 kB
Mapped:            14996 kB
Shmem:                80 kB
Slab:             776068 kB
SReclaimable:     220472 kB
SUnreclaim:       555596 kB
KernelStack:        1480 kB
PageTables:         4476 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545684 kB
Committed_AS:     216860 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    149504 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 69100 MiB
End job on node117 at 2012-06-03 05:40:52