Trace number 3733315

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-33 1789.85 1790.18

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/
~kexu/benchmarks/frb35-17-opb/normalized-frb35-17-3.opb
MD5SUM3895ca8e12182fcd80d7923f66584703
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-35
Best CPU time to get the best result obtained on this benchmark54.0378
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -35
Optimality of the best value was proved YES
Number of variables595
Total number of constraints27931
Number of constraints which are clauses27931
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 595
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 595
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 595
Number of bits of the biggest sum of numbers10
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-3733315-1338695942.opb>
0.09/0.16	c original problem has 595 variables (595 bin, 0 int, 0 impl, 0 cont) and 27931 constraints
0.09/0.16	c problem read
0.09/0.16	c presolving settings loaded
0.09/0.19	o 0
0.09/0.19	c feasible solution found by trivial heuristic, objective value  0.000000e+00
0.09/0.19	c presolving:
0.29/0.30	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 27931 upgd conss, 55862 impls, 0 clqs
0.59/0.62	c    (0.5s) probing: 101/595 (17.0%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.59/0.62	c    (0.5s) probing aborted: 100/100 successive totally useless probings
0.59/0.62	c presolving (2 rounds):
0.59/0.62	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.59/0.62	c  55862 implications, 0 cliques
0.59/0.62	c presolved problem has 595 variables (595 bin, 0 int, 0 impl, 0 cont) and 27931 constraints
0.59/0.62	c   27931 constraints of type <setppc>
0.59/0.62	c transformed objective value is always integral (scale: 1)
0.59/0.62	c Presolving Time: 0.44
0.59/0.62	c - non default parameters ----------------------------------------------------------------------
0.59/0.62	c # SCIP version 1.2.1.3
0.59/0.62	c 
0.59/0.62	c # frequency for displaying node information lines
0.59/0.62	c # [type: int, range: [-1,2147483647], default: 100]
0.59/0.62	c display/freq = 10000
0.59/0.62	c 
0.59/0.62	c # maximal time in seconds to run
0.59/0.62	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.59/0.62	c limits/time = 1789.85
0.59/0.62	c 
0.59/0.62	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.59/0.62	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.59/0.62	c limits/memory = 13950
0.59/0.62	c 
0.59/0.62	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.59/0.62	c # [type: int, range: [1,2], default: 1]
0.59/0.62	c timing/clocktype = 2
0.59/0.62	c 
0.59/0.62	c # should presolving try to simplify inequalities
0.59/0.62	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.59/0.62	c constraints/linear/simplifyinequalities = TRUE
0.59/0.62	c 
0.59/0.62	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.59/0.62	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.59/0.62	c constraints/indicator/addCouplingCons = TRUE
0.59/0.62	c 
0.59/0.62	c # should presolving try to simplify knapsacks
0.59/0.62	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.59/0.62	c constraints/knapsack/simplifyinequalities = TRUE
0.59/0.62	c 
0.59/0.62	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.59/0.62	c # [type: int, range: [-1,2147483647], default: -1]
0.59/0.62	c separating/rapidlearning/freq = 0
0.59/0.62	c 
0.59/0.62	c -----------------------------------------------------------------------------------------------
0.59/0.62	c start solving
0.59/0.62	c 
0.79/0.89	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.79/0.89	c t 0.7s|     1 |     0 |   598 |     - |  31M|   0 | 595 | 595 |  27k| 595 |  27k|   0 |   0 |   0 |-2.975000e+02 | 0.000000e+00 | 100.00%
0.89/0.91	o -1
0.89/0.91	c R 0.7s|     1 |     0 |   598 |     - |  31M|   0 | 595 | 595 |  27k| 595 |  27k|   0 |   0 |   0 |-2.975000e+02 |-1.000000e+00 |  99.66%
1.28/1.39	c   1.2s|     1 |     0 |   715 |     - |  31M|   0 | 549 | 595 |  27k| 595 |  27k|   5 |   0 |   0 |-2.745000e+02 |-1.000000e+00 |  99.64%
1.38/1.40	o -24
1.38/1.40	c b 1.2s|     1 |     0 |   715 |     - |  31M|   0 | 549 | 595 |  27k| 595 |  27k|   5 |   0 |   0 |-2.745000e+02 |-2.400000e+01 |  91.26%
1.88/1.98	c   1.8s|     1 |     0 |   842 |     - |  31M|   0 | 515 | 595 |  27k| 595 |  27k|  14 |   0 |   0 |-2.575000e+02 |-2.400000e+01 |  90.68%
2.59/2.68	c   2.5s|     1 |     0 |   988 |     - |  31M|   0 | 474 | 595 |  27k| 595 |  27k|  34 |   0 |   0 |-2.370000e+02 |-2.400000e+01 |  89.87%
3.49/3.57	c   3.4s|     1 |     0 |  1224 |     - |  31M|   0 | 437 | 595 |  27k| 595 |  27k|  49 |   0 |   0 |-2.177500e+02 |-2.400000e+01 |  88.98%
4.49/4.59	c   4.4s|     1 |     0 |  1511 |     - |  31M|   0 | 401 | 595 |  27k| 595 |  27k|  58 |   0 |   0 |-1.997500e+02 |-2.400000e+01 |  87.98%
5.49/5.58	c   5.4s|     1 |     0 |  1744 |     - |  31M|   0 | 368 | 595 |  27k| 595 |  27k|  64 |   0 |   0 |-1.832500e+02 |-2.400000e+01 |  86.90%
6.49/6.60	c   6.4s|     1 |     0 |  2028 |     - |  31M|   0 | 338 | 595 |  27k| 595 |  28k|  69 |   0 |   0 |-1.682500e+02 |-2.400000e+01 |  85.74%
7.59/7.62	c   7.5s|     1 |     0 |  2374 |     - |  31M|   0 | 295 | 595 |  27k| 595 |  28k|  73 |   0 |   0 |-1.467500e+02 |-2.400000e+01 |  83.65%
8.39/8.40	c   8.2s|     1 |     0 |  2476 |     - |  31M|   0 | 278 | 595 |  27k| 595 |  28k|  79 |   0 |   0 |-1.382500e+02 |-2.400000e+01 |  82.64%
9.29/9.39	c   9.2s|     1 |     0 |  2833 |     - |  31M|   0 | 227 | 595 |  27k| 595 |  28k|  89 |   0 |   0 |-1.127500e+02 |-2.400000e+01 |  78.71%
9.69/9.74	c   9.6s|     1 |     0 |  3001 |     - |  31M|   0 | 197 | 595 |  27k| 595 |  28k|  95 |   0 |   0 |-9.775000e+01 |-2.400000e+01 |  75.45%
10.19/10.22	c  10.1s|     1 |     0 |  3309 |     - |  31M|   0 | 182 | 595 |  27k| 595 |  28k| 100 |   0 |   0 |-9.025000e+01 |-2.400000e+01 |  73.41%
10.69/10.72	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
10.69/10.72	c  10.6s|     1 |     0 |  3684 |     - |  31M|   0 | 157 | 595 |  27k| 595 |  28k| 105 |   0 |   0 |-7.775000e+01 |-2.400000e+01 |  69.13%
11.08/11.10	c  10.9s|     1 |     0 |  3877 |     - |  31M|   0 | 141 | 595 |  27k| 595 |  28k| 110 |   0 |   0 |-6.975000e+01 |-2.400000e+01 |  65.59%
11.48/11.58	c  11.4s|     1 |     0 |  4179 |     - |  31M|   0 | 116 | 595 |  27k| 595 |  28k| 113 |   0 |   0 |-5.725000e+01 |-2.400000e+01 |  58.08%
11.89/11.92	c  11.8s|     1 |     0 |  4341 |     - |  31M|   0 | 102 | 595 |  27k| 595 |  28k| 118 |   0 |   0 |-5.100000e+01 |-2.400000e+01 |  52.94%
12.29/12.30	c  12.1s|     1 |     0 |  4549 |     - |  31M|   0 |  77 | 595 |  27k| 595 |  28k| 124 |   0 |   0 |-3.950000e+01 |-2.400000e+01 |  39.24%
12.59/12.60	c  12.4s|     1 |     0 |  4682 |     - |  31M|   0 |  76 | 595 |  27k| 595 |  28k| 133 |   0 |   0 |-3.800000e+01 |-2.400000e+01 |  36.84%
12.79/12.87	c  12.7s|     1 |     0 |  4769 |     - |  31M|   0 |  91 | 595 |  27k| 595 |  28k| 144 |   0 |   0 |-3.800000e+01 |-2.400000e+01 |  36.84%
13.09/13.15	c  13.0s|     1 |     0 |  4872 |     - |  31M|   0 |  98 | 595 |  27k| 595 |  28k| 156 |   0 |   0 |-3.600000e+01 |-2.400000e+01 |  33.33%
13.29/13.36	c  13.2s|     1 |     0 |  4966 |     - |  31M|   0 |  72 | 595 |  27k| 595 |  28k| 171 |   0 |   0 |-3.600000e+01 |-2.400000e+01 |  33.33%
13.69/13.76	c  13.6s|     1 |     0 |  5268 |     - |  31M|   0 |  82 | 595 |  27k| 595 |  28k| 180 |   0 |   0 |-3.600000e+01 |-2.400000e+01 |  33.33%
14.09/14.11	c  14.0s|     1 |     0 |  5527 |     - |  31M|   0 |  78 | 595 |  27k| 595 |  28k| 188 |   0 |   0 |-3.600000e+01 |-2.400000e+01 |  33.33%
14.39/14.46	c  14.3s|     1 |     0 |  5787 |     - |  31M|   0 | 109 | 595 |  27k| 595 |  28k| 199 |   0 |   0 |-3.600000e+01 |-2.400000e+01 |  33.33%
14.68/14.73	c  14.6s|     1 |     0 |  5954 |     - |  31M|   0 | 108 | 595 |  27k| 595 |  28k| 208 |   0 |   0 |-3.500000e+01 |-2.400000e+01 |  31.43%
14.88/14.98	c  14.8s|     1 |     0 |  6104 |     - |  31M|   0 | 118 | 595 |  27k| 595 |  28k| 220 |   0 |   0 |-3.500000e+01 |-2.400000e+01 |  31.43%
15.29/15.40	c  15.2s|     1 |     0 |  6317 |     - |  31M|   0 | 118 | 595 |  27k| 595 |  28k| 230 |   0 |   0 |-3.500000e+01 |-2.400000e+01 |  31.43%
15.58/15.63	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
15.58/15.63	c  15.5s|     1 |     0 |  6456 |     - |  32M|   0 | 129 | 595 |  27k| 595 |  28k| 245 |   0 |   0 |-3.500000e+01 |-2.400000e+01 |  31.43%
15.88/15.92	c  15.8s|     1 |     0 |  6612 |     - |  32M|   0 | 133 | 595 |  27k| 595 |  28k| 254 |   0 |   0 |-3.500000e+01 |-2.400000e+01 |  31.43%
16.28/16.31	c  16.2s|     1 |     0 |  6883 |     - |  32M|   0 | 136 | 595 |  27k| 595 |  28k| 266 |   0 |   0 |-3.500000e+01 |-2.400000e+01 |  31.43%
28.78/28.81	c  28.7s|     1 |     2 |  6883 |     - |  32M|   0 | 136 | 595 |  27k| 595 |  28k| 266 |   0 |  33 |-3.500000e+01 |-2.400000e+01 |  31.43%
58.58/58.62	o -25
58.58/58.62	c *58.5s|    14 |    11 |  7787 |  69.5 |  33M|  12 |   - | 595 |  27k| 595 |  28k| 266 |   0 | 283 |-3.500000e+01 |-2.500000e+01 |  28.57%
60.39/60.46	o -26
60.39/60.46	c *60.3s|    17 |    10 |  7852 |  60.6 |  33M|  14 |   - | 595 |  27k| 595 |  28k| 266 |   0 | 368 |-3.500000e+01 |-2.600000e+01 |  25.71%
71.18/71.25	o -28
71.18/71.25	c c71.1s|    29 |    18 |  8420 |  54.9 |  33M|  15 |   - | 595 |  27k| 595 |  28k| 266 |   0 | 534 |-3.500000e+01 |-2.800000e+01 |  20.00%
90.28/90.34	o -29
90.28/90.34	c p90.2s|    41 |    28 |  9316 |  60.8 |  34M|  15 |   - | 595 |  27k| 595 |  28k| 266 |   0 | 710 |-3.500000e+01 |-2.900000e+01 |  17.14%
114.87/114.99	o -30
114.87/114.99	c * 115s|    65 |    37 | 10940 |  63.4 |  34M|  19 |   - | 595 |  27k| 595 |  28k| 266 |   0 |1012 |-3.500000e+01 |-3.000000e+01 |  14.29%
137.17/137.29	o -31
137.17/137.29	c * 137s|   178 |    88 | 16561 |  54.7 |  35M|  20 |   - | 595 |  27k| 595 |  28k| 266 |   0 |1233 |-3.500000e+01 |-3.100000e+01 |  11.43%
318.71/318.85	o -32
318.71/318.85	c p 319s|  2548 |  1408 |176237 |  66.5 |  68M|  58 |   - | 595 |  27k| 595 |  28k| 266 |   0 |1744 |-3.500000e+01 |-3.200000e+01 |   8.57%
771.23/771.44	c   771s| 10000 |  5044 |623704 |  61.7 | 144M|  64 |  66 | 595 |  27k| 595 |  28k| 266 |   0 |2894 |-3.500000e+01 |-3.200000e+01 |   8.57%
1179.87/1180.13	c  1180s| 20000 |  8118 |  1033k|  51.4 | 202M|  78 |  54 | 595 |  27k| 595 |  28k| 266 |   0 |3955 |-3.500000e+01 |-3.200000e+01 |   8.57%
1422.22/1422.53	o -33
1422.22/1422.53	c *1422s| 27680 |  5426 |  1314k|  47.2 | 170M|  78 |   - | 595 |  27k| 595 |  28k| 266 |   0 |3989 |-3.500000e+01 |-3.300000e+01 |   5.71%
1488.82/1489.14	c  1489s| 30000 |  5718 |  1384k|  45.9 | 176M|  81 |   - | 595 |  27k| 595 |  28k| 266 |   0 |4078 |-3.500000e+01 |-3.300000e+01 |   5.71%
1789.66/1790.01	c 
1789.66/1790.01	c SCIP Status        : solving was interrupted [time limit reached]
1789.66/1790.01	c Solving Time (sec) : 1789.85
1789.66/1790.01	c Solving Nodes      : 39685
1789.66/1790.01	c Primal Bound       : -3.30000000000000e+01 (514 solutions)
1789.66/1790.01	c Dual Bound         : -3.50000000000000e+01
1789.66/1790.01	c Gap                : 5.71 %
1789.66/1790.01	s SATISFIABLE
1789.66/1790.01	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.66/1790.01	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.66/1790.01	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 
1789.66/1790.01	v -x79 -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.66/1790.01	v -x104 -x105 -x106 -x107 -x108 -x109 -x110 x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120 -x121 -x122 -x123 -x124 
1789.66/1790.01	v -x125 -x126 -x127 -x128 x129 -x130 -x131 -x132 -x133 -x134 -x135 -x136 -x137 -x138 x139 -x140 -x141 -x142 -x143 -x144 -x145 
1789.66/1790.01	v -x146 -x147 -x148 -x149 -x150 -x151 -x152 -x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160 -x161 -x162 x163 -x164 -x165 -x166 
1789.66/1790.01	v -x167 -x168 -x169 -x170 -x171 -x172 -x173 -x174 -x175 -x176 -x177 -x178 -x179 -x180 -x181 -x182 -x183 x184 -x185 -x186 -x187 
1789.66/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.66/1790.02	v x209 -x210 -x211 -x212 -x213 -x214 -x215 -x216 -x217 -x218 -x219 -x220 -x221 -x222 -x223 -x224 -x225 -x226 -x227 x228 -x229 
1789.66/1790.02	v -x230 -x231 -x232 -x233 -x234 -x235 -x236 -x237 -x238 x239 -x240 -x241 -x242 -x243 -x244 -x245 -x246 -x247 -x248 -x249 -x250 
1789.66/1790.02	v -x251 -x252 -x253 -x254 -x255 -x256 -x257 -x258 -x259 -x260 -x261 -x262 -x263 -x264 -x265 -x266 -x267 -x268 -x269 -x270 x271 
1789.66/1790.02	v -x272 -x273 -x274 -x275 -x276 -x277 -x278 -x279 -x280 x281 -x282 -x283 -x284 -x285 -x286 -x287 -x288 -x289 -x290 -x291 -x292 
1789.66/1790.02	v -x293 -x294 -x295 -x296 -x297 -x298 -x299 -x300 x301 -x302 -x303 -x304 -x305 -x306 -x307 -x308 -x309 -x310 -x311 -x312 -x313 
1789.66/1790.02	v -x314 -x315 -x316 -x317 -x318 -x319 x320 -x321 -x322 -x323 x324 -x325 -x326 -x327 -x328 -x329 -x330 -x331 -x332 -x333 -x334 
1789.66/1790.02	v -x335 -x336 -x337 -x338 -x339 -x340 -x341 -x342 -x343 -x344 -x345 x346 -x347 -x348 -x349 -x350 -x351 -x352 -x353 -x354 -x355 
1789.66/1790.02	v -x356 -x357 -x358 -x359 -x360 -x361 x362 -x363 -x364 -x365 -x366 -x367 -x368 -x369 -x370 -x371 -x372 -x373 -x374 -x375 -x376 
1789.66/1790.02	v -x377 -x378 -x379 -x380 -x381 -x382 -x383 -x384 -x385 x386 -x387 -x388 -x389 -x390 -x391 -x392 -x393 -x394 -x395 -x396 -x397 
1789.66/1790.02	v -x398 -x399 -x400 -x401 -x402 x403 -x404 -x405 -x406 -x407 -x408 -x409 -x410 -x411 -x412 -x413 -x414 -x415 -x416 -x417 -x418 
1789.66/1790.02	v -x419 -x420 -x421 -x422 x423 -x424 -x425 -x426 -x427 -x428 -x429 x430 -x431 -x432 -x433 -x434 -x435 -x436 -x437 -x438 -x439 
1789.66/1790.02	v -x440 -x441 -x442 -x443 -x444 -x445 -x446 -x447 -x448 -x449 -x450 -x451 -x452 -x453 x454 -x455 -x456 -x457 -x458 -x459 -x460 
1789.66/1790.02	v -x461 -x462 -x463 x464 -x465 -x466 -x467 -x468 -x469 -x470 -x471 -x472 -x473 -x474 -x475 -x476 -x477 -x478 -x479 -x480 -x481 
1789.66/1790.02	v -x482 -x483 -x484 -x485 -x486 -x487 -x488 -x489 -x490 -x491 -x492 x493 -x494 -x495 -x496 -x497 -x498 -x499 -x500 -x501 -x502 
1789.66/1790.02	v -x503 -x504 -x505 -x506 -x507 x508 -x509 -x510 -x511 -x512 -x513 -x514 -x515 -x516 -x517 -x518 -x519 -x520 -x521 -x522 -x523 
1789.66/1790.02	v x524 -x525 -x526 -x527 -x528 -x529 -x530 -x531 -x532 -x533 -x534 -x535 -x536 -x537 -x538 -x539 x540 -x541 -x542 -x543 -x544 -x545 
1789.66/1790.02	v x546 -x547 -x548 -x549 -x550 -x551 -x552 -x553 -x554 -x555 -x556 -x557 -x558 -x559 -x560 -x561 -x562 -x563 -x564 -x565 -x566 
1789.66/1790.02	v -x567 -x568 -x569 -x570 -x571 -x572 -x573 -x574 x575 -x576 -x577 -x578 -x579 -x580 x581 -x582 -x583 -x584 -x585 -x586 -x587 
1789.66/1790.02	v -x588 -x589 -x590 -x591 -x592 -x593 -x594 -x595 
1789.66/1790.02	c SCIP Status        : solving was interrupted [time limit reached]
1789.66/1790.02	c Solving Time       :    1789.85
1789.66/1790.02	c Original Problem   :
1789.66/1790.02	c   Problem name     : HOME/instance-3733315-1338695942.opb
1789.66/1790.02	c   Variables        : 595 (595 binary, 0 integer, 0 implicit integer, 0 continuous)
1789.66/1790.02	c   Constraints      : 27931 initial, 27931 maximal
1789.66/1790.02	c Presolved Problem  :
1789.66/1790.02	c   Problem name     : t_HOME/instance-3733315-1338695942.opb
1789.66/1790.02	c   Variables        : 595 (595 binary, 0 integer, 0 implicit integer, 0 continuous)
1789.66/1790.02	c   Constraints      : 27931 initial, 27931 maximal
1789.66/1790.02	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1789.66/1790.02	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1789.66/1790.02	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1789.66/1790.02	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1789.66/1790.02	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1789.66/1790.02	c   implics          :       0.00          0          0          0          0          0          0          0          0
1789.66/1790.02	c   probing          :       0.31          0          0          0          0          0          0          0          0
1789.66/1790.02	c   setppc           :       0.02          0          0          0          0          0          0          0          0
1789.66/1790.02	c   root node        :          -          0          -          -          0          -          -          -          -
1789.66/1790.02	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1789.66/1790.02	c   integral         :          0          0          0      26254          0         50        821          0          0      51716
1789.66/1790.02	c   setppc           :      27931         30      79581          5          1          0     729508          0          0          0
1789.66/1790.02	c   countsols        :          0          0          0          5          1          0          0          0          0          0
1789.66/1790.02	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1789.66/1790.02	c   integral         :     307.16       0.00       0.00     307.16       0.00
1789.66/1790.02	c   setppc           :      10.99       0.05      10.93       0.00       0.00
1789.66/1790.02	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1789.66/1790.02	c Propagators        :       Time      Calls    Cutoffs    DomReds
1789.66/1790.02	c   vbounds          :       0.03          2          0          0
1789.66/1790.02	c   rootredcost      :       0.03          8          0          0
1789.66/1790.02	c   pseudoobj        :       1.33      79402          0          0
1789.66/1790.02	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1789.66/1790.02	c   propagation      :       0.00          0          0          0        0.0          0        0.0          -
1789.66/1790.02	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1789.66/1790.02	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1789.66/1790.02	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1789.66/1790.02	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1789.66/1790.02	c   applied globally :          -          -          -          0        0.0          -          -          -
1789.66/1790.02	c   applied locally  :          -          -          -          0        0.0          -          -          -
1789.66/1790.02	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1789.66/1790.02	c   cut pool         :       0.00         29          -          -         78          -    (maximal pool size: 642)
1789.66/1790.02	c   redcost          :       0.33      26423          0        162          0          0
1789.66/1790.02	c   impliedbounds    :       0.01         30          0          0          0          0
1789.66/1790.02	c   intobj           :       0.00          0          0          0          0          0
1789.66/1790.02	c   cgmip            :       0.00          0          0          0          0          0
1789.66/1790.02	c   gomory           :       3.02         30          0          0      15000          0
1789.66/1790.02	c   strongcg         :       1.87         20          0          0      10000          0
1789.66/1790.02	c   cmir             :       1.70         10          0          0          0          0
1789.66/1790.02	c   flowcover        :       2.34         10          0          0          0          0
1789.66/1790.02	c   clique           :       0.33         30          0          0        257          0
1789.66/1790.02	c   zerohalf         :       0.00          0          0          0          0          0
1789.66/1790.02	c   mcf              :       0.01          1          0          0          0          0
1789.66/1790.02	c   rapidlearning    :       0.00          0          0          0          0          0
1789.66/1790.02	c Pricers            :       Time      Calls       Vars
1789.66/1790.02	c   problem variables:       0.00          0          0
1789.66/1790.02	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1789.66/1790.02	c   relpscost        :     307.12      26249         50        821          0          0      51716
1789.66/1790.02	c   pscost           :       0.00          0          0          0          0          0          0
1789.66/1790.02	c   inference        :       0.00          1          0          0          0          0          2
1789.66/1790.02	c   mostinf          :       0.00          0          0          0          0          0          0
1789.66/1790.02	c   leastinf         :       0.00          0          0          0          0          0          0
1789.66/1790.02	c   fullstrong       :       0.00          0          0          0          0          0          0
1789.66/1790.02	c   allfullstrong    :       0.00          0          0          0          0          0          0
1789.66/1790.02	c   random           :       0.00          0          0          0          0          0          0
1789.66/1790.02	c Primal Heuristics  :       Time      Calls      Found
1789.66/1790.02	c   LP solutions     :       0.03          -          5
1789.66/1790.02	c   pseudo solutions :       0.00          -          0
1789.66/1790.02	c   feaspump         :       0.00          0          0
1789.66/1790.02	c   oneopt           :       0.05         10          1
1789.66/1790.02	c   crossover        :       1.49         14          3
1789.66/1790.02	c   guideddiving     :      36.57        106          3
1789.66/1790.02	c   linesearchdiving :      13.16        106          0
1789.66/1790.02	c   coefdiving       :      31.82        107          2
1789.66/1790.02	c   pscostdiving     :      13.07        107         14
1789.66/1790.02	c   fracdiving       :      40.16        107          1
1789.66/1790.02	c   veclendiving     :      21.66        107          1
1789.66/1790.02	c   objpscostdiving  :      12.52         54        104
1789.66/1790.02	c   rootsoldiving    :      10.13         54         72
1789.66/1790.02	c   trivial          :       0.01          2          3
1789.66/1790.02	c   simplerounding   :       0.39      26279         97
1789.66/1790.02	c   zirounding       :      11.49      10301        206
1789.66/1790.02	c   rounding         :       7.31       7355          1
1789.66/1790.02	c   shifting         :       0.84        656          0
1789.66/1790.02	c   intshifting      :       0.00          0          0
1789.66/1790.02	c   twoopt           :       0.00          0          0
1789.66/1790.02	c   fixandinfer      :       0.00          0          0
1789.66/1790.02	c   intdiving        :       0.00          0          0
1789.66/1790.02	c   actconsdiving    :       0.00          0          0
1789.66/1790.02	c   octane           :       0.00          0          0
1789.66/1790.02	c   rens             :       0.61          1          1
1789.66/1790.02	c   rins             :       0.00          0          0
1789.66/1790.02	c   localbranching   :       0.00          0          0
1789.66/1790.02	c   mutation         :       0.00          0          0
1789.66/1790.02	c   dins             :       0.00          0          0
1789.66/1790.02	c   undercover       :       0.00          0          0
1789.66/1790.02	c   nlp              :       0.01          0          0
1789.66/1790.02	c   trysol           :       0.02          0          0
1789.66/1790.02	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1789.66/1790.02	c   primal LP        :       0.02          0          0       0.00       0.00
1789.66/1790.02	c   dual LP          :    1160.88      40055    1517151      37.88    1306.90
1789.66/1790.02	c   lex dual LP      :       0.00          0          0       0.00          -
1789.66/1790.02	c   barrier LP       :       0.00          0          0       0.00          -
1789.66/1790.02	c   diving/probing LP:     158.23      10795     169782      15.73    1073.00
1789.66/1790.02	c   strong branching :     306.34       4905     349134      71.18    1139.69
1789.66/1790.02	c     (at root node) :          -         33      11552     350.06          -
1789.66/1790.02	c   conflict analysis:       0.00          0          0       0.00          -
1789.66/1790.02	c B&B Tree           :
1789.66/1790.02	c   number of runs   :          1
1789.66/1790.02	c   nodes            :      39685
1789.66/1790.02	c   nodes (total)    :      39685
1789.66/1790.02	c   nodes left       :       6885
1789.66/1790.02	c   max depth        :         81
1789.66/1790.02	c   max depth (total):         81
1789.66/1790.02	c   backtracks       :       4575 (11.5%)
1789.66/1790.02	c   delayed cutoffs  :          0
1789.66/1790.02	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1789.66/1790.02	c   avg switch length:       5.14
1789.66/1790.02	c   switching time   :      23.86
1789.66/1790.02	c Solution           :
1789.66/1790.02	c   Solutions found  :        514 (11 improvements)
1789.66/1790.02	c   First Solution   : +0.00000000000000e+00   (in run 1, after 0 nodes, 0.03 seconds, depth 0, found by <trivial>)
1789.66/1790.02	c   Primal Bound     : -3.30000000000000e+01   (in run 1, after 27680 nodes, 1422.34 seconds, depth 28, found by <relaxation>)
1789.66/1790.02	c   Dual Bound       : -3.50000000000000e+01
1789.66/1790.02	c   Gap              :       5.71 %
1789.66/1790.02	c   Root Dual Bound  : -3.50000000000000e+01
1789.66/1790.02	c   Root Iterations  :       6883
1789.76/1790.17	c Time complete: 1789.84.

Verifier Data

OK	-33

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-3733315-1338695942/watcher-3733315-1338695942 -o /tmp/evaluation-result-3733315-1338695942/solver-3733315-1338695942 -C 1800 -W 1900 -M 15500 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-3733315-1338695942.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 3/176 27631
/proc/meminfo: memFree=31290832/32873844 swapFree=7116/7116
[pid=27631] ppid=27629 vsize=9972 CPUtime=0 cores=0,2,4,6
/proc/27631/stat : 27631 (pbscip.linux.x8) R 27629 27631 25766 0 -1 4202496 1569 0 0 0 0 0 0 0 20 0 1 0 335722744 10211328 1515 33554432000 4194304 8395647 140733604708512 140733604707464 7382157 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/27631/statm: 2493 1526 374 1026 0 1463 0

[startup+0.0507759 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 27631
/proc/meminfo: memFree=31290832/32873844 swapFree=7116/7116
[pid=27631] ppid=27629 vsize=14292 CPUtime=0.04 cores=0,2,4,6
/proc/27631/stat : 27631 (pbscip.linux.x8) R 27629 27631 25766 0 -1 4202496 2847 0 0 0 4 0 0 0 20 0 1 0 335722744 14635008 2793 33554432000 4194304 8395647 140733604708512 140733604707464 6347101 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/27631/statm: 3573 2793 393 1026 0 2543 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 14292

[startup+0.10027 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 27631
/proc/meminfo: memFree=31290832/32873844 swapFree=7116/7116
[pid=27631] ppid=27629 vsize=17800 CPUtime=0.09 cores=0,2,4,6
/proc/27631/stat : 27631 (pbscip.linux.x8) R 27629 27631 25766 0 -1 4202496 3693 0 0 0 9 0 0 0 20 0 1 0 335722744 18227200 3639 33554432000 4194304 8395647 140733604708512 140733604707464 7430272 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/27631/statm: 4450 3639 393 1026 0 3420 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 17800

[startup+0.300266 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 27631
/proc/meminfo: memFree=31290832/32873844 swapFree=7116/7116
[pid=27631] ppid=27629 vsize=55384 CPUtime=0.29 cores=0,2,4,6
/proc/27631/stat : 27631 (pbscip.linux.x8) R 27629 27631 25766 0 -1 4202496 13922 0 0 0 28 1 0 0 20 0 1 0 335722744 56713216 12760 33554432000 4194304 8395647 140733604708512 140733604705432 4215003 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/27631/statm: 13846 12760 476 1026 0 12816 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 55384

[startup+0.700263 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 27631
/proc/meminfo: memFree=31290832/32873844 swapFree=7116/7116
[pid=27631] ppid=27629 vsize=78380 CPUtime=0.69 cores=0,2,4,6
/proc/27631/stat : 27631 (pbscip.linux.x8) R 27629 27631 25766 0 -1 4202496 19435 0 0 0 67 2 0 0 20 0 1 0 335722744 80261120 18133 33554432000 4194304 8395647 140733604708512 140733604705432 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/27631/statm: 19595 18133 556 1026 0 18565 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 78380

[startup+1.50028 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 27632
/proc/meminfo: memFree=31212556/32873844 swapFree=7116/7116
[pid=27631] ppid=27629 vsize=94148 CPUtime=1.48 cores=0,2,4,6
/proc/27631/stat : 27631 (pbscip.linux.x8) R 27629 27631 25766 0 -1 4202496 22968 0 0 0 146 2 0 0 20 0 1 0 335722744 96407552 21030 33554432000 4194304 8395647 140733604708512 140733604703800 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/27631/statm: 23537 21030 595 1026 0 22507 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 94148

[startup+3.10024 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 27632
/proc/meminfo: memFree=31207596/32873844 swapFree=7116/7116
[pid=27631] ppid=27629 vsize=94592 CPUtime=3.09 cores=0,2,4,6
/proc/27631/stat : 27631 (pbscip.linux.x8) R 27629 27631 25766 0 -1 4202496 23375 0 0 0 306 3 0 0 20 0 1 0 335722744 96862208 21437 33554432000 4194304 8395647 140733604708512 140733604703800 5849682 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/27631/statm: 23648 21437 595 1026 0 22618 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 94592

[startup+6.30022 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 27632
/proc/meminfo: memFree=31204048/32873844 swapFree=7116/7116
[pid=27631] ppid=27629 vsize=95392 CPUtime=6.29 cores=0,2,4,6
/proc/27631/stat : 27631 (pbscip.linux.x8) R 27629 27631 25766 0 -1 4202496 24037 0 0 0 626 3 0 0 20 0 1 0 335722744 97681408 22099 33554432000 4194304 8395647 140733604708512 140733604703800 6197309 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/27631/statm: 23848 22099 597 1026 0 22818 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 95392

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 27632
/proc/meminfo: memFree=31202692/32873844 swapFree=7116/7116
[pid=27631] ppid=27629 vsize=95392 CPUtime=12.69 cores=0,2,4,6
/proc/27631/stat : 27631 (pbscip.linux.x8) R 27629 27631 25766 0 -1 4202496 24216 0 0 0 1264 5 0 0 20 0 1 0 335722744 97681408 22275 33554432000 4194304 8395647 140733604708512 140733604703640 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/27631/statm: 23848 22275 597 1026 0 22818 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 95392

[startup+25.5003 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 27632
/proc/meminfo: memFree=31194980/32873844 swapFree=7116/7116
[pid=27631] ppid=27629 vsize=102072 CPUtime=25.48 cores=0,2,4,6
/proc/27631/stat : 27631 (pbscip.linux.x8) R 27629 27631 25766 0 -1 4202496 34228 0 0 0 2538 10 0 0 20 0 1 0 335722744 104521728 24038 33554432000 4194304 8395647 140733604708512 140733604702664 6746211 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/27631/statm: 25518 24038 628 1026 0 24488 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 102072

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 27633
/proc/meminfo: memFree=31194080/32873844 swapFree=7116/7116
[pid=27631] ppid=27629 vsize=102072 CPUtime=51.08 cores=0,2,4,6
/proc/27631/stat : 27631 (pbscip.linux.x8) R 27629 27631 25766 0 -1 4202496 34268 0 0 0 5095 13 0 0 20 0 1 0 335722744 104521728 24078 33554432000 4194304 8395647 140733604708512 140733604703112 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/27631/statm: 25518 24078 628 1026 0 24488 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 102072

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 27636
/proc/meminfo: memFree=31191400/32873844 swapFree=7116/7116
[pid=27631] ppid=27629 vsize=102072 CPUtime=102.28 cores=0,2,4,6
/proc/27631/stat : 27631 (pbscip.linux.x8) R 27629 27631 25766 0 -1 4202496 34304 0 0 0 10206 22 0 0 20 0 1 0 335722744 104521728 24114 33554432000 4194304 8395647 140733604708512 140733604703384 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/27631/statm: 25518 24114 629 1026 0 24488 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 102072

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 27659
/proc/meminfo: memFree=31182088/32873844 swapFree=7116/7116
[pid=27631] ppid=27629 vsize=107496 CPUtime=162.26 cores=0,2,4,6
/proc/27631/stat : 27631 (pbscip.linux.x8) R 27629 27631 25766 0 -1 4202496 44121 0 0 0 16192 34 0 0 20 0 1 0 335722744 110075904 25410 33554432000 4194304 8395647 140733604708512 140733604704120 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/27631/statm: 26874 25410 634 1026 0 25844 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 107496

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 27659
/proc/meminfo: memFree=31144448/32873844 swapFree=7116/7116
[pid=27631] ppid=27629 vsize=139520 CPUtime=222.25 cores=0,2,4,6
/proc/27631/stat : 27631 (pbscip.linux.x8) R 27629 27631 25766 0 -1 4202496 62312 0 0 0 22175 50 0 0 20 0 1 0 335722744 142868480 34157 33554432000 4194304 8395647 140733604708512 140733604703640 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/27631/statm: 34880 34157 634 1026 0 33850 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 139520

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 27659
/proc/meminfo: memFree=31064500/32873844 swapFree=7116/7116
[pid=27631] ppid=27629 vsize=139520 CPUtime=282.22 cores=0,2,4,6
/proc/27631/stat : 27631 (pbscip.linux.x8) R 27629 27631 25766 0 -1 4202496 62382 0 0 0 28161 61 0 0 20 0 1 0 335722744 142868480 34425 33554432000 4194304 8395647 140733604708512 140733604703768 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/27631/statm: 34880 34425 634 1026 0 33850 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 139520

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 27659
/proc/meminfo: memFree=31060776/32873844 swapFree=7116/7116
[pid=27631] ppid=27629 vsize=145824 CPUtime=342.21 cores=0,2,4,6
/proc/27631/stat : 27631 (pbscip.linux.x8) R 27629 27631 25766 0 -1 4202496 71633 0 0 0 34146 75 0 0 20 0 1 0 335722744 149323776 35441 33554432000 4194304 8395647 140733604708512 140733604704024 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/27631/statm: 36456 35441 634 1026 0 35426 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 145824

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 27660
/proc/meminfo: memFree=31047260/32873844 swapFree=7116/7116
[pid=27631] ppid=27629 vsize=159700 CPUtime=402.19 cores=0,2,4,6
/proc/27631/stat : 27631 (pbscip.linux.x8) R 27629 27631 25766 0 -1 4202496 82085 0 0 0 40133 86 0 0 20 0 1 0 335722744 163532800 38954 33554432000 4194304 8395647 140733604708512 140733604703640 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/27631/statm: 39925 38954 634 1026 0 38895 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 159700

[startup+462.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/177 27660
/proc/meminfo: memFree=31036100/32873844 swapFree=7116/7116
[pid=27631] ppid=27629 vsize=171476 CPUtime=462.18 cores=0,2,4,6
/proc/27631/stat : 27631 (pbscip.linux.x8) R 27629 27631 25766 0 -1 4202496 92096 0 0 0 46119 99 0 0 20 0 1 0 335722744 175591424 41728 33554432000 4194304 8395647 140733604708512 140733604703384 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/27631/statm: 42869 41728 634 1026 0 41839 0
Current children cumulated CPU time (s) 462.18
Current children cumulated vsize (KiB) 171476

[startup+522.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 27660
/proc/meminfo: memFree=31026428/32873844 swapFree=7116/7116
[pid=27631] ppid=27629 vsize=178700 CPUtime=522.17 cores=0,2,4,6
/proc/27631/stat : 27631 (pbscip.linux.x8) R 27629 27631 25766 0 -1 4202496 95031 0 0 0 52106 111 0 0 20 0 1 0 335722744 182988800 43682 33554432000 4194304 8395647 140733604708512 140733604703640 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/27631/statm: 44675 43682 634 1026 0 43645 0
Current children cumulated CPU time (s) 522.17
Current children cumulated vsize (KiB) 178700

[startup+582.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/177 27660
/proc/meminfo: memFree=31013516/32873844 swapFree=7116/7116
[pid=27631] ppid=27629 vsize=190408 CPUtime=582.17 cores=0,2,4,6
/proc/27631/stat : 27631 (pbscip.linux.x8) R 27629 27631 25766 0 -1 4202496 104907 0 0 0 58091 126 0 0 20 0 1 0 335722744 194977792 46627 33554432000 4194304 8395647 140733604708512 140733604703976 6697703 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/27631/statm: 47602 46627 634 1026 0 46572 0
Current children cumulated CPU time (s) 582.17
Current children cumulated vsize (KiB) 190408

[startup+642.3 s]

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

/proc/meminfo: memFree=30951528/32873844 swapFree=7116/7116
[pid=27631] ppid=27629 vsize=252104 CPUtime=1002.09 cores=0,2,4,6
/proc/27631/stat : 27631 (pbscip.linux.x8) R 27629 27631 25766 0 -1 4202496 135381 0 0 0 99998 211 0 0 20 0 1 0 335722744 258154496 62004 33554432000 4194304 8395647 140733604708512 140733604703384 6723986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/27631/statm: 63026 62004 634 1026 0 61996 0
Current children cumulated CPU time (s) 1002.09
Current children cumulated vsize (KiB) 252104

[startup+1062.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 27665
/proc/meminfo: memFree=30941616/32873844 swapFree=7116/7116
[pid=27631] ppid=27629 vsize=261032 CPUtime=1062.08 cores=0,2,4,6
/proc/27631/stat : 27631 (pbscip.linux.x8) R 27629 27631 25766 0 -1 4202496 137812 0 0 0 105985 223 0 0 20 0 1 0 335722744 267296768 64417 33554432000 4194304 8395647 140733604708512 140733604703368 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/27631/statm: 65258 64417 634 1026 0 64228 0
Current children cumulated CPU time (s) 1062.08
Current children cumulated vsize (KiB) 261032

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 27665
/proc/meminfo: memFree=30934412/32873844 swapFree=7116/7116
[pid=27631] ppid=27629 vsize=268484 CPUtime=1122.07 cores=0,2,4,6
/proc/27631/stat : 27631 (pbscip.linux.x8) R 27629 27631 25766 0 -1 4202496 139666 0 0 0 111973 234 0 0 20 0 1 0 335722744 274927616 66285 33554432000 4194304 8395647 140733604708512 140733604703640 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/27631/statm: 67121 66285 634 1026 0 66091 0
Current children cumulated CPU time (s) 1122.07
Current children cumulated vsize (KiB) 268484

[startup+1182.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/177 27665
/proc/meminfo: memFree=30924120/32873844 swapFree=7116/7116
[pid=27631] ppid=27629 vsize=279060 CPUtime=1182.06 cores=0,2,4,6
/proc/27631/stat : 27631 (pbscip.linux.x8) R 27629 27631 25766 0 -1 4202496 142291 0 0 0 117961 245 0 0 20 0 1 0 335722744 285757440 68868 33554432000 4194304 8395647 140733604708512 140733604703640 6616001 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/27631/statm: 69765 68868 634 1026 0 68735 0
Current children cumulated CPU time (s) 1182.06
Current children cumulated vsize (KiB) 279060

[startup+1242.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 27665
/proc/meminfo: memFree=30914324/32873844 swapFree=7116/7116
[pid=27631] ppid=27629 vsize=288228 CPUtime=1242.06 cores=0,2,4,6
/proc/27631/stat : 27631 (pbscip.linux.x8) R 27629 27631 25766 0 -1 4202496 144573 0 0 0 123947 259 0 0 20 0 1 0 335722744 295145472 71147 33554432000 4194304 8395647 140733604708512 140733604703640 6652352 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/27631/statm: 72057 71147 634 1026 0 71027 0
Current children cumulated CPU time (s) 1242.06
Current children cumulated vsize (KiB) 288228

[startup+1302.3 s]
/proc/loadavg: 2.04 2.02 2.00 3/178 27669
/proc/meminfo: memFree=30904892/32873844 swapFree=7116/7116
[pid=27631] ppid=27629 vsize=297284 CPUtime=1302.05 cores=0,2,4,6
/proc/27631/stat : 27631 (pbscip.linux.x8) R 27629 27631 25766 0 -1 4202496 146879 0 0 0 129933 272 0 0 20 0 1 0 335722744 304418816 73453 33554432000 4194304 8395647 140733604708512 140733604703640 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/27631/statm: 74321 73453 634 1026 0 73291 0
Current children cumulated CPU time (s) 1302.05
Current children cumulated vsize (KiB) 297284

[startup+1362.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 27669
/proc/meminfo: memFree=30895724/32873844 swapFree=7116/7116
[pid=27631] ppid=27629 vsize=306532 CPUtime=1362.03 cores=0,2,4,6
/proc/27631/stat : 27631 (pbscip.linux.x8) R 27629 27631 25766 0 -1 4202496 149194 0 0 0 135918 285 0 0 20 0 1 0 335722744 313888768 75767 33554432000 4194304 8395647 140733604708512 140733604703640 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/27631/statm: 76633 75767 634 1026 0 75603 0
Current children cumulated CPU time (s) 1362.03
Current children cumulated vsize (KiB) 306532

[startup+1422.31 s]
/proc/loadavg: 2.00 2.01 2.00 3/176 27669
/proc/meminfo: memFree=30886556/32873844 swapFree=7116/7116
[pid=27631] ppid=27629 vsize=317472 CPUtime=1422.03 cores=0,2,4,6
/proc/27631/stat : 27631 (pbscip.linux.x8) R 27629 27631 25766 0 -1 4202496 151717 0 0 0 141906 297 0 0 20 0 1 0 335722744 325091328 78290 33554432000 4194304 8395647 140733604708512 140733604703640 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/27631/statm: 79368 78290 634 1026 0 78338 0
Current children cumulated CPU time (s) 1422.03
Current children cumulated vsize (KiB) 317472

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 27670
/proc/meminfo: memFree=30893936/32873844 swapFree=7116/7116
[pid=27631] ppid=27629 vsize=319936 CPUtime=1482.02 cores=0,2,4,6
/proc/27631/stat : 27631 (pbscip.linux.x8) R 27629 27631 25766 0 -1 4202496 173785 0 0 0 147888 314 0 0 20 0 1 0 335722744 327614464 78870 33554432000 4194304 8395647 140733604708512 140733604704120 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/27631/statm: 79984 78870 634 1026 0 78954 0
Current children cumulated CPU time (s) 1482.02
Current children cumulated vsize (KiB) 319936

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 27670
/proc/meminfo: memFree=30891708/32873844 swapFree=7116/7116
[pid=27631] ppid=27629 vsize=320936 CPUtime=1542 cores=0,2,4,6
/proc/27631/stat : 27631 (pbscip.linux.x8) R 27629 27631 25766 0 -1 4202496 181273 0 0 0 153872 328 0 0 20 0 1 0 335722744 328638464 79506 33554432000 4194304 8395647 140733604708512 140733604703640 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/27631/statm: 80234 79506 634 1026 0 79204 0
Current children cumulated CPU time (s) 1542
Current children cumulated vsize (KiB) 320936

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 27671
/proc/meminfo: memFree=30891584/32873844 swapFree=7116/7116
[pid=27631] ppid=27629 vsize=320936 CPUtime=1601.99 cores=0,2,4,6
/proc/27631/stat : 27631 (pbscip.linux.x8) R 27629 27631 25766 0 -1 4202496 181276 0 0 0 159859 340 0 0 20 0 1 0 335722744 328638464 79509 33554432000 4194304 8395647 140733604708512 140733604703640 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/27631/statm: 80234 79509 634 1026 0 79204 0
Current children cumulated CPU time (s) 1601.99
Current children cumulated vsize (KiB) 320936

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 27671
/proc/meminfo: memFree=30891956/32873844 swapFree=7116/7116
[pid=27631] ppid=27629 vsize=320608 CPUtime=1661.98 cores=0,2,4,6
/proc/27631/stat : 27631 (pbscip.linux.x8) R 27629 27631 25766 0 -1 4202496 188203 0 0 0 165844 354 0 0 20 0 1 0 335722744 328302592 79414 33554432000 4194304 8395647 140733604708512 140733604704072 6746197 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/27631/statm: 80152 79414 634 1026 0 79122 0
Current children cumulated CPU time (s) 1661.98
Current children cumulated vsize (KiB) 320608

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 27671
/proc/meminfo: memFree=30891708/32873844 swapFree=7116/7116
[pid=27631] ppid=27629 vsize=320892 CPUtime=1721.97 cores=0,2,4,6
/proc/27631/stat : 27631 (pbscip.linux.x8) R 27629 27631 25766 0 -1 4202496 188265 0 0 0 171832 365 0 0 20 0 1 0 335722744 328593408 79476 33554432000 4194304 8395647 140733604708512 140733604703640 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/27631/statm: 80223 79476 634 1026 0 79193 0
Current children cumulated CPU time (s) 1721.97
Current children cumulated vsize (KiB) 320892

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 27709
/proc/meminfo: memFree=31197232/32873844 swapFree=7116/7116
[pid=27631] ppid=27629 vsize=320892 CPUtime=1781.96 cores=0,2,4,6
/proc/27631/stat : 27631 (pbscip.linux.x8) R 27629 27631 25766 0 -1 4202496 188265 0 0 0 177818 378 0 0 20 0 1 0 335722744 328593408 79476 33554432000 4194304 8395647 140733604708512 140733604703976 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/27631/statm: 80223 79476 634 1026 0 79193 0
Current children cumulated CPU time (s) 1781.96
Current children cumulated vsize (KiB) 320892

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

[startup+1785.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 27709
/proc/meminfo: memFree=31196116/32873844 swapFree=7116/7116
[pid=27631] ppid=27629 vsize=320892 CPUtime=1785.16 cores=0,2,4,6
/proc/27631/stat : 27631 (pbscip.linux.x8) R 27629 27631 25766 0 -1 4202496 188282 0 0 0 178137 379 0 0 20 0 1 0 335722744 328593408 79493 33554432000 4194304 8395647 140733604708512 140733604703320 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/27631/statm: 80223 79493 634 1026 0 79193 0
Current children cumulated CPU time (s) 1785.16
Current children cumulated vsize (KiB) 320892

[startup+1788.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 27709
/proc/meminfo: memFree=31196240/32873844 swapFree=7116/7116
[pid=27631] ppid=27629 vsize=320892 CPUtime=1788.36 cores=0,2,4,6
/proc/27631/stat : 27631 (pbscip.linux.x8) R 27629 27631 25766 0 -1 4202496 188282 0 0 0 178457 379 0 0 20 0 1 0 335722744 328593408 79493 33554432000 4194304 8395647 140733604708512 140733604703320 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/27631/statm: 80223 79493 634 1026 0 79193 0
Current children cumulated CPU time (s) 1788.36
Current children cumulated vsize (KiB) 320892

[startup+1789.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 27709
/proc/meminfo: memFree=31196240/32873844 swapFree=7116/7116
[pid=27631] ppid=27629 vsize=320892 CPUtime=1789.17 cores=0,2,4,6
/proc/27631/stat : 27631 (pbscip.linux.x8) R 27629 27631 25766 0 -1 4202496 188282 0 0 0 178537 380 0 0 20 0 1 0 335722744 328593408 79493 33554432000 4194304 8395647 140733604708512 140733604703640 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/27631/statm: 80223 79493 634 1026 0 79193 0
Current children cumulated CPU time (s) 1789.17
Current children cumulated vsize (KiB) 320892

[startup+1789.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 27709
/proc/meminfo: memFree=31196240/32873844 swapFree=7116/7116
[pid=27631] ppid=27629 vsize=320892 CPUtime=1789.56 cores=0,2,4,6
/proc/27631/stat : 27631 (pbscip.linux.x8) R 27629 27631 25766 0 -1 4202496 188282 0 0 0 178576 380 0 0 20 0 1 0 335722744 328593408 79493 33554432000 4194304 8395647 140733604708512 140733604703640 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/27631/statm: 80223 79493 634 1026 0 79193 0
Current children cumulated CPU time (s) 1789.56
Current children cumulated vsize (KiB) 320892

[startup+1790.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 27709
/proc/meminfo: memFree=31196240/32873844 swapFree=7116/7116
[pid=27631] ppid=27629 vsize=320892 CPUtime=1789.76 cores=0,2,4,6
/proc/27631/stat : 27631 (pbscip.linux.x8) R 27629 27631 25766 0 -1 4202496 188283 0 0 0 178596 380 0 0 20 0 1 0 335722744 328593408 79494 33554432000 4194304 8395647 140733604708512 140733604703640 4221235 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/27631/statm: 80223 79494 635 1026 0 79193 0
Current children cumulated CPU time (s) 1789.76
Current children cumulated vsize (KiB) 320892

Child status: 0
Real time (s): 1790.18
CPU time (s): 1789.85
CPU user time (s): 1786.04
CPU system time (s): 3.80842
CPU usage (%): 99.9817
Max. virtual memory (cumulated for all children) (KiB): 347344

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1786.04
system time used= 3.80842
maximum resident set size= 345028
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 188286
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= 58
involuntary context switches= 1895

runsolver used 4.52331 second user time and 10.9593 second system time

The end

Launcher Data

Begin job on node103 at 2012-06-03 05:59:02
IDJOB=3733315
IDBENCH=2272
IDSOLVER=2326
FILE ID=node103/3733315-1338695942
RUNJOBID= node103-1338678622-25786
PBS_JOBID= 14636710
Free space on /tmp= 71112 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/frb35-17-opb/normalized-frb35-17-3.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-3733315-1338695942/watcher-3733315-1338695942 -o /tmp/evaluation-result-3733315-1338695942/solver-3733315-1338695942 -C 1800 -W 1900 -M 15500  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-3733315-1338695942.opb -t 1800 -m 15500

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

MD5SUM BENCH= 3895ca8e12182fcd80d7923f66584703
RANDOM SEED=1417639784

node103.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		: 2666.189
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	: 5332.37
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		: 2666.189
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		: 2666.189
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.92
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		: 2666.189
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.91
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		: 2666.189
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		: 2666.189
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	: 5411.36
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		: 2666.189
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		: 2666.189
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:       32873844 kB
MemFree:        31290832 kB
Buffers:          146424 kB
Cached:           326260 kB
SwapCached:         5652 kB
Active:           495172 kB
Inactive:         328804 kB
Active(anon):     348952 kB
Inactive(anon):     4740 kB
Active(file):     146220 kB
Inactive(file):   324064 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67096348 kB
Dirty:             10904 kB
Writeback:             0 kB
AnonPages:        436092 kB
Mapped:            11408 kB
Shmem:                 0 kB
Slab:             621328 kB
SReclaimable:      62068 kB
SUnreclaim:       559260 kB
KernelStack:        1480 kB
PageTables:         4672 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     480212 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    135168 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71104 MiB
End job on node103 at 2012-06-03 06:28:52