Trace number 3489495

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
SCIP spx E_2 2011-06-10 (fixed)OPT-30 1145.39 1145.37

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/
~kexu/benchmarks/frb30-15-opb/normalized-frb30-15-5.opb
MD5SUM2e8a2f5e2511f10f037e700bd45c84a1
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 benchmark313.267
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 constraints17794
Number of constraints which are clauses17794
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 2.0.1.5 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.5.0.5]
0.00/0.00	c Copyright (c) 2002-2011 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-3489495-1307768091.opb>
0.09/0.10	c original problem has 450 variables (450 bin, 0 int, 0 impl, 0 cont) and 17794 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.19/0.20	c (round 1) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 17794 upgd conss, 35588 impls, 0 clqs
0.29/0.38	c    (0.4s) probing: 101/450 (22.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.29/0.38	c    (0.4s) 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 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.29/0.38	c  35588 implications, 0 cliques
0.29/0.38	c presolved problem has 450 variables (450 bin, 0 int, 0 impl, 0 cont) and 17794 constraints
0.29/0.38	c   17794 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 2.0.1.5
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 = 1797
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 # belongs reading time to solving time?
0.29/0.38	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.29/0.38	c timing/reading = TRUE
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.49/0.54	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.49/0.54	c t 0.5s|     1 |     0 |   450 |     - |  22M|   0 | 450 | 450 |  17k| 450 |  17k|   0 |   0 |   0 |-2.250000e+02 | 0.000000e+00 | 100.00%
0.49/0.55	o -1
0.49/0.55	c R 0.6s|     1 |     0 |   450 |     - |  22M|   0 | 450 | 450 |  17k| 450 |  17k|   0 |   0 |   0 |-2.250000e+02 |-1.000000e+00 |  99.56%
0.79/0.81	c   0.8s|     1 |     0 |   624 |     - |  22M|   0 | 411 | 450 |  17k| 450 |  17k|   6 |   0 |   0 |-2.055000e+02 |-1.000000e+00 |  99.51%
0.79/0.82	o -21
0.79/0.82	c b 0.8s|     1 |     0 |   624 |     - |  22M|   0 | 411 | 450 |  17k| 450 |  17k|   6 |   0 |   0 |-2.055000e+02 |-2.100000e+01 |  89.78%
1.10/1.14	c   1.1s|     1 |     0 |   726 |     - |  22M|   0 | 384 | 450 |  17k| 450 |  17k|  12 |   0 |   0 |-1.920000e+02 |-2.100000e+01 |  89.06%
1.49/1.53	c   1.5s|     1 |     0 |   818 |     - |  22M|   0 | 354 | 450 |  17k| 450 |  17k|  21 |   0 |   0 |-1.762500e+02 |-2.100000e+01 |  88.09%
1.89/1.95	c   2.0s|     1 |     0 |   976 |     - |  22M|   0 | 323 | 450 |  17k| 450 |  17k|  36 |   0 |   0 |-1.607500e+02 |-2.100000e+01 |  86.94%
2.39/2.41	c   2.4s|     1 |     0 |  1200 |     - |  22M|   0 | 299 | 450 |  17k| 450 |  17k|  49 |   0 |   0 |-1.480000e+02 |-2.100000e+01 |  85.81%
2.79/2.82	c   2.8s|     1 |     0 |  1328 |     - |  22M|   0 | 266 | 450 |  17k| 450 |  17k|  64 |   0 |   0 |-1.320000e+02 |-2.100000e+01 |  84.09%
3.30/3.34	c   3.3s|     1 |     0 |  1764 |     - |  22M|   0 | 228 | 450 |  17k| 450 |  17k|  75 |   0 |   0 |-1.132500e+02 |-2.100000e+01 |  81.46%
3.69/3.78	c   3.8s|     1 |     0 |  2026 |     - |  22M|   0 | 197 | 450 |  17k| 450 |  17k|  83 |   0 |   0 |-9.850000e+01 |-2.100000e+01 |  78.68%
4.09/4.11	c   4.1s|     1 |     0 |  2177 |     - |  22M|   0 | 167 | 450 |  17k| 450 |  17k|  96 |   0 |   0 |-8.350000e+01 |-2.100000e+01 |  74.85%
4.49/4.56	c   4.6s|     1 |     0 |  2788 |     - |  22M|   0 | 141 | 450 |  17k| 450 |  17k| 107 |   0 |   0 |-6.900000e+01 |-2.100000e+01 |  69.57%
4.79/4.82	c   4.8s|     1 |     0 |  3215 |     - |  22M|   0 | 125 | 450 |  17k| 450 |  17k| 114 |   0 |   0 |-6.250000e+01 |-2.100000e+01 |  66.40%
5.09/5.17	c   5.2s|     1 |     0 |  3942 |     - |  22M|   0 | 110 | 450 |  17k| 450 |  17k| 128 |   0 |   0 |-5.500000e+01 |-2.100000e+01 |  61.82%
5.29/5.38	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
5.29/5.38	c   5.4s|     1 |     0 |  4159 |     - |  22M|   0 |  94 | 450 |  17k| 450 |  17k| 137 |   0 |   0 |-4.600000e+01 |-2.100000e+01 |  54.35%
5.50/5.57	c   5.6s|     1 |     0 |  4320 |     - |  22M|   0 |  87 | 450 |  17k| 450 |  17k| 144 |   0 |   0 |-4.200000e+01 |-2.100000e+01 |  50.00%
5.69/5.74	c   5.7s|     1 |     0 |  4438 |     - |  22M|   0 | 100 | 450 |  17k| 450 |  17k| 151 |   0 |   0 |-3.750000e+01 |-2.100000e+01 |  44.00%
5.89/5.92	c   5.9s|     1 |     0 |  4568 |     - |  22M|   0 | 109 | 450 |  17k| 450 |  17k| 161 |   0 |   0 |-3.366667e+01 |-2.100000e+01 |  37.62%
6.09/6.11	c   6.1s|     1 |     0 |  4685 |     - |  22M|   0 |  95 | 450 |  17k| 450 |  17k| 169 |   0 |   0 |-3.250000e+01 |-2.100000e+01 |  35.38%
6.19/6.27	c   6.3s|     1 |     0 |  4743 |     - |  23M|   0 | 111 | 450 |  17k| 450 |  17k| 177 |   0 |   0 |-3.100000e+01 |-2.100000e+01 |  32.26%
6.39/6.47	c   6.5s|     1 |     0 |  4823 |     - |  23M|   0 | 124 | 450 |  17k| 450 |  17k| 189 |   0 |   0 |-3.000000e+01 |-2.100000e+01 |  30.00%
6.69/6.76	c   6.8s|     1 |     0 |  4885 |     - |  23M|   0 | 127 | 450 |  17k| 450 |  17k| 202 |   0 |   0 |-3.000000e+01 |-2.100000e+01 |  30.00%
7.99/8.01	c   8.0s|     1 |     0 |  4984 |     - |  23M|   0 | 128 | 450 |  17k| 450 |  17k| 210 |   0 |   0 |-3.000000e+01 |-2.100000e+01 |  30.00%
9.59/9.65	c   9.6s|     1 |     0 |  5199 |     - |  23M|   0 | 120 | 450 |  17k| 450 |  17k| 220 |   0 |   0 |-3.000000e+01 |-2.100000e+01 |  30.00%
10.99/11.00	c  11.0s|     1 |     0 |  5345 |     - |  23M|   0 | 128 | 450 |  17k| 450 |  17k| 233 |   0 |   0 |-3.000000e+01 |-2.100000e+01 |  30.00%
12.49/12.51	c  12.5s|     1 |     0 |  5649 |     - |  23M|   0 | 111 | 450 |  17k| 450 |  17k| 241 |   0 |   0 |-3.000000e+01 |-2.100000e+01 |  30.00%
19.19/19.24	c  19.2s|     1 |     2 |  5649 |     - |  23M|   0 | 111 | 450 |  17k| 450 |  17k| 241 |   0 |  39 |-3.000000e+01 |-2.100000e+01 |  30.00%
24.29/24.32	o -22
24.29/24.32	c z24.3s|    12 |    12 |  6615 |  87.8 |  23M|  11 |   6 | 450 |  17k| 450 |  17k| 241 |   0 | 214 |-3.000000e+01 |-2.200000e+01 |  26.67%
24.29/24.33	o -23
24.29/24.33	c *24.3s|    13 |     8 |  6617 |  80.7 |  23M|  12 |   - | 450 |  17k| 450 |  17k| 241 |   0 | 214 |-3.000000e+01 |-2.300000e+01 |  23.33%
29.99/30.08	o -24
29.99/30.08	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
29.99/30.08	c *30.1s|    25 |    10 |  7168 |  63.3 |  24M|  12 |   - | 450 |  17k| 450 |  17k| 241 |   0 | 494 |-3.000000e+01 |-2.400000e+01 |  20.00%
35.39/35.46	o -25
35.39/35.46	c *35.5s|    37 |    13 |  8019 |  65.8 |  24M|  12 |   - | 450 |  17k| 450 |  17k| 241 |   0 | 710 |-3.000000e+01 |-2.500000e+01 |  16.67%
44.59/44.64	o -26
44.59/44.64	c *44.6s|    56 |    20 |  8946 |  59.9 |  24M|  15 |   - | 450 |  17k| 450 |  17k| 241 |   0 |1089 |-3.000000e+01 |-2.600000e+01 |  13.33%
90.49/90.55	o -27
90.49/90.55	c p90.6s|  1914 |   358 | 71389 |  34.4 |  31M|  55 |   - | 450 |  17k| 450 |  17k| 241 |   0 |1799 |-3.000000e+01 |-2.700000e+01 |  10.00%
126.29/126.30	o -28
126.29/126.30	c * 126s|  4042 |   470 |142596 |  33.9 |  33M|  68 |   - | 450 |  17k| 450 |  17k| 241 |   0 |2038 |-3.000000e+01 |-2.800000e+01 |   6.67%
222.59/222.64	c   223s| 10000 |  1826 |332254 |  32.7 |  54M|  70 |  84 | 450 |  17k| 450 |  17k| 241 |   0 |2791 |-3.000000e+01 |-2.800000e+01 |   6.67%
286.40/286.49	o -29
286.40/286.49	c * 286s| 14817 |   243 |454096 |  30.3 |  31M|  70 |   - | 450 |  17k| 450 |  17k| 241 |   0 |3241 |-3.000000e+01 |-2.900000e+01 |   3.33%
371.80/371.87	c   372s| 20000 |   118 |625767 |  31.0 |  28M|  70 |   - | 450 |  17k| 450 |  17k| 241 |   0 |3821 |-3.000000e+01 |-2.900000e+01 |   3.33%
488.79/488.82	c   489s| 30000 |    90 |896600 |  29.7 |  28M|  70 |   - | 450 |  17k| 450 |  17k| 241 |   0 |4035 |-3.000000e+01 |-2.900000e+01 |   3.33%
603.39/603.49	c   603s| 40000 |   112 |  1143k|  28.5 |  29M|  90 |   - | 450 |  17k| 450 |  17k| 241 |   0 |4614 |-3.000000e+01 |-2.900000e+01 |   3.33%
741.80/741.82	c   742s| 50000 |   132 |  1446k|  28.8 |  30M|  90 |  46 | 450 |  17k| 450 |  17k| 241 |   0 |5517 |-3.000000e+01 |-2.900000e+01 |   3.33%
867.10/867.15	c   867s| 60000 |   114 |  1726k|  28.7 |  29M|  90 |  82 | 450 |  17k| 450 |  17k| 241 |   0 |6068 |-3.000000e+01 |-2.900000e+01 |   3.33%
996.91/996.98	c   997s| 70000 |   100 |  2008k|  28.6 |  28M|  90 |   - | 450 |  17k| 450 |  17k| 241 |   0 |6853 |-3.000000e+01 |-2.900000e+01 |   3.33%
1117.80/1117.88	c  1118s| 80000 |    80 |  2276k|  28.4 |  28M|  90 |  84 | 450 |  17k| 450 |  17k| 241 |   0 |7406 |-3.000000e+01 |-2.900000e+01 |   3.33%
1145.31/1145.32	o -30
1145.31/1145.32	c *1145s| 82622 |     0 |  2340k|  28.3 |  24M|  90 |   - | 450 |  17k| 450 |  17k| 241 |   0 |7439 |-3.000000e+01 |-3.000000e+01 |   0.00%
1145.31/1145.32	c 
1145.31/1145.32	c SCIP Status        : problem is solved [optimal solution found]
1145.31/1145.32	c Solving Time (sec) : 1145.32
1145.31/1145.32	c Solving Nodes      : 82622
1145.31/1145.32	c Primal Bound       : -3.00000000000000e+01 (490 solutions)
1145.31/1145.32	c Dual Bound         : -3.00000000000000e+01
1145.31/1145.32	c Gap                : 0.00 %
1145.31/1145.32	s OPTIMUM FOUND
1145.31/1145.32	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 
1145.31/1145.32	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 
1145.31/1145.32	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 
1145.31/1145.32	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 
1145.31/1145.32	v -x104 -x105 -x106 -x107 -x108 -x109 -x110 -x111 -x112 -x113 -x114 -x115 x116 -x117 -x118 -x119 -x120 -x121 -x122 -x123 -x124 
1145.31/1145.32	v -x125 -x126 -x127 -x128 -x129 -x130 -x131 -x132 x133 -x134 -x135 -x136 -x137 -x138 -x139 x140 -x141 -x142 -x143 -x144 -x145 
1145.31/1145.32	v -x146 -x147 -x148 -x149 -x150 -x151 -x152 -x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160 -x161 -x162 -x163 -x164 x165 -x166 
1145.31/1145.32	v -x167 -x168 -x169 -x170 -x171 -x172 -x173 -x174 -x175 -x176 -x177 x178 -x179 -x180 -x181 -x182 -x183 -x184 -x185 -x186 -x187 
1145.31/1145.32	v -x188 x189 -x190 -x191 -x192 -x193 -x194 -x195 -x196 -x197 -x198 -x199 -x200 -x201 -x202 -x203 -x204 -x205 -x206 -x207 -x208 
1145.31/1145.32	v x209 -x210 -x211 -x212 x213 -x214 -x215 -x216 -x217 -x218 -x219 -x220 -x221 -x222 -x223 -x224 -x225 -x226 -x227 -x228 -x229 -x230 
1145.31/1145.32	v -x231 -x232 -x233 -x234 -x235 -x236 -x237 -x238 -x239 x240 -x241 -x242 -x243 -x244 x245 -x246 -x247 -x248 -x249 -x250 -x251 
1145.31/1145.32	v -x252 -x253 -x254 -x255 -x256 -x257 -x258 -x259 -x260 -x261 -x262 -x263 -x264 x265 -x266 -x267 -x268 -x269 -x270 -x271 -x272 
1145.31/1145.32	v -x273 -x274 -x275 -x276 x277 -x278 -x279 -x280 -x281 -x282 -x283 -x284 -x285 -x286 -x287 -x288 -x289 -x290 x291 -x292 -x293 
1145.31/1145.32	v -x294 -x295 -x296 -x297 -x298 -x299 -x300 -x301 -x302 -x303 -x304 -x305 -x306 -x307 -x308 -x309 -x310 -x311 -x312 x313 -x314 
1145.31/1145.32	v -x315 -x316 -x317 -x318 x319 -x320 -x321 -x322 -x323 -x324 -x325 -x326 -x327 -x328 -x329 -x330 -x331 -x332 -x333 -x334 -x335 
1145.31/1145.32	v -x336 -x337 -x338 x339 -x340 -x341 -x342 -x343 -x344 -x345 -x346 -x347 -x348 -x349 -x350 -x351 -x352 -x353 -x354 -x355 -x356 
1145.31/1145.32	v -x357 x358 -x359 -x360 -x361 -x362 -x363 -x364 -x365 -x366 -x367 x368 -x369 -x370 -x371 -x372 -x373 -x374 -x375 -x376 -x377 
1145.31/1145.32	v -x378 x379 -x380 -x381 -x382 -x383 -x384 -x385 -x386 -x387 -x388 -x389 -x390 -x391 -x392 -x393 -x394 -x395 -x396 -x397 -x398 
1145.31/1145.32	v -x399 -x400 -x401 -x402 -x403 x404 -x405 -x406 -x407 -x408 -x409 x410 -x411 -x412 -x413 -x414 -x415 -x416 -x417 -x418 -x419 
1145.31/1145.32	v -x420 x421 -x422 -x423 -x424 -x425 -x426 -x427 -x428 -x429 -x430 -x431 -x432 -x433 -x434 -x435 -x436 -x437 -x438 -x439 x440 
1145.31/1145.32	v -x441 -x442 -x443 -x444 -x445 -x446 -x447 -x448 -x449 -x450 
1145.31/1145.32	c SCIP Status        : problem is solved [optimal solution found]
1145.31/1145.32	c Total Time         :    1145.32
1145.31/1145.32	c   solving          :    1145.32
1145.31/1145.32	c   presolving       :       0.26 (included in solving)
1145.31/1145.32	c   reading          :       0.10 (included in solving)
1145.31/1145.32	c Original Problem   :
1145.31/1145.32	c   Problem name     : HOME/instance-3489495-1307768091.opb
1145.31/1145.32	c   Variables        : 450 (450 binary, 0 integer, 0 implicit integer, 0 continuous)
1145.31/1145.32	c   Constraints      : 17794 initial, 17794 maximal
1145.31/1145.32	c Presolved Problem  :
1145.31/1145.32	c   Problem name     : t_HOME/instance-3489495-1307768091.opb
1145.31/1145.32	c   Variables        : 450 (450 binary, 0 integer, 0 implicit integer, 0 continuous)
1145.31/1145.32	c   Constraints      : 17794 initial, 17794 maximal
1145.31/1145.32	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1145.31/1145.32	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
1145.31/1145.32	c   dualfix          :       0.00          0          0          0          0          0          0          0          0          0
1145.31/1145.32	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1145.31/1145.32	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1145.31/1145.32	c   pseudoobj        :       0.00          0          0          0          0          0          0          0          0          0
1145.31/1145.32	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1145.31/1145.32	c   probing          :       0.17          0          0          0          0          0          0          0          0          0
1145.31/1145.32	c   setppc           :       0.01          0          0          0          0          0          0          0          0          0
1145.31/1145.32	c   linear           :       0.07          0          0          0          0          0          0          0          0          0
1145.31/1145.32	c   root node        :          -          0          -          -          0          -          -          -          -          -
1145.31/1145.32	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1145.31/1145.32	c   integral         :          0          0          0      44402          0        488          0        223       2449          0          0      85760
1145.31/1145.32	c   setppc           :      17794         24     129933          7          0        483          0          0    1334652          0          0          0
1145.31/1145.32	c   countsols        :          0          0          0          7          0        486          0          0          0          0          0          0
1145.31/1145.32	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1145.31/1145.32	c   integral         :     160.33       0.00       0.00     160.32       0.00       0.01       0.00
1145.31/1145.32	c   setppc           :      21.79       0.03      21.58       0.00       0.00       0.18       0.00
1145.31/1145.32	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1145.31/1145.32	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1145.31/1145.32	c   vbounds          :          0          0          0          0
1145.31/1145.32	c   rootredcost      :          8          0          0          0
1145.31/1145.32	c   pseudoobj        :     129853          0          0          0
1145.31/1145.32	c Propagator Timings :  TotalTime  Propagate    Resprop
1145.31/1145.32	c   vbounds          :       0.06       0.06       0.00
1145.31/1145.32	c   rootredcost      :       0.05       0.05       0.00
1145.31/1145.32	c   pseudoobj        :       1.64       1.64       0.00
1145.31/1145.32	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1145.31/1145.32	c   propagation      :       0.00          0          0          0        0.0          0        0.0          -
1145.31/1145.32	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1145.31/1145.32	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1145.31/1145.32	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1145.31/1145.32	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1145.31/1145.32	c   applied globally :          -          -          -          0        0.0          -          -          -
1145.31/1145.32	c   applied locally  :          -          -          -          0        0.0          -          -          -
1145.31/1145.32	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1145.31/1145.32	c   cut pool         :       0.00         23          -          -         69          -    (maximal pool size: 756)
1145.31/1145.32	c   redcost          :       0.41      44471          0         54          0          0
1145.31/1145.32	c   impliedbounds    :       0.01         24          0          0          0          0
1145.31/1145.32	c   intobj           :       0.00          0          0          0          0          0
1145.31/1145.32	c   gomory           :       6.76         24          0          0      10543          0
1145.31/1145.32	c   cgmip            :       0.00          0          0          0          0          0
1145.31/1145.32	c   closecuts        :       0.00          0          0          0          0          0
1145.31/1145.32	c   strongcg         :       1.23         20          0          0       9950          0
1145.31/1145.32	c   cmir             :       0.80         10          0          0          0          0
1145.31/1145.32	c   flowcover        :       0.89         10          0          0          0          0
1145.31/1145.32	c   clique           :       0.14         24          0          0        210          0
1145.31/1145.32	c   zerohalf         :       0.00          0          0          0          0          0
1145.31/1145.32	c   mcf              :       0.01          1          0          0          0          0
1145.31/1145.32	c   oddcycle         :       0.00          0          0          0          0          0
1145.31/1145.32	c   rapidlearning    :       0.00          0          0          0          0          0
1145.31/1145.32	c Pricers            :       Time      Calls       Vars
1145.31/1145.32	c   problem variables:       0.00          0          0
1145.31/1145.32	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1145.31/1145.32	c   relpscost        :     160.25      44395        223       2449          0          0      85760
1145.31/1145.32	c   pscost           :       0.00          0          0          0          0          0          0
1145.31/1145.32	c   inference        :       0.00          0          0          0          0          0          0
1145.31/1145.32	c   mostinf          :       0.00          0          0          0          0          0          0
1145.31/1145.32	c   leastinf         :       0.00          0          0          0          0          0          0
1145.31/1145.32	c   fullstrong       :       0.00          0          0          0          0          0          0
1145.31/1145.32	c   allfullstrong    :       0.00          0          0          0          0          0          0
1145.31/1145.32	c   random           :       0.00          0          0          0          0          0          0
1145.31/1145.32	c Primal Heuristics  :       Time      Calls      Found
1145.31/1145.32	c   LP solutions     :       0.03          -          7
1145.31/1145.32	c   pseudo solutions :       0.00          -          0
1145.31/1145.32	c   feaspump         :       0.00          0          0
1145.31/1145.32	c   oneopt           :       0.07         10          1
1145.31/1145.32	c   rootsoldiving    :       1.81         19         29
1145.31/1145.32	c   coefdiving       :       4.02         38          1
1145.31/1145.32	c   pscostdiving     :       1.93         38          4
1145.31/1145.32	c   fracdiving       :       3.68         38          1
1145.31/1145.32	c   veclendiving     :       2.16         38          0
1145.31/1145.32	c   linesearchdiving :       1.75         38          0
1145.31/1145.32	c   guideddiving     :       3.87         38          0
1145.31/1145.32	c   objpscostdiving  :       4.14         20         45
1145.31/1145.32	c   crossover        :       1.73         19          7
1145.31/1145.32	c   trivial          :       0.00          2          1
1145.31/1145.32	c   shiftandpropagate:       0.00          0          0
1145.31/1145.32	c   simplerounding   :       0.57      44419        100
1145.31/1145.32	c   zirounding       :      13.77      14551        291
1145.31/1145.32	c   rounding         :       6.11       9759          1
1145.31/1145.32	c   shifting         :       0.94       1219          1
1145.31/1145.32	c   intshifting      :       0.00          0          0
1145.31/1145.32	c   twoopt           :       0.00          0          0
1145.31/1145.32	c   fixandinfer      :       0.00          0          0
1145.31/1145.32	c   clique           :       0.00          0          0
1145.31/1145.32	c   intdiving        :       0.00          0          0
1145.31/1145.32	c   actconsdiving    :       0.00          0          0
1145.31/1145.32	c   octane           :       0.00          0          0
1145.31/1145.32	c   rens             :       0.62          1          1
1145.31/1145.32	c   rins             :       0.00          0          0
1145.31/1145.32	c   localbranching   :       0.00          0          0
1145.31/1145.32	c   mutation         :       0.00          0          0
1145.31/1145.32	c   dins             :       0.00          0          0
1145.31/1145.32	c   vbounds          :       0.00          0          0
1145.31/1145.32	c   undercover       :       0.00          0          0
1145.31/1145.32	c   subnlp           :       0.03          0          0
1145.31/1145.32	c   trysol           :       0.03          0          0
1145.31/1145.32	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1145.31/1145.32	c   primal LP        :       0.02          0          0       0.00       0.00
1145.31/1145.32	c   dual LP          :     793.99      83938    2288473      27.26    2882.25
1145.31/1145.32	c   lex dual LP      :       0.00          0          0       0.00          -
1145.31/1145.32	c   barrier LP       :       0.00          0          0       0.00          -
1145.31/1145.32	c   diving/probing LP:      20.06       2478      51848      20.92    2585.01
1145.31/1145.32	c   strong branching :     157.59       7439     386395      51.94    2451.83
1145.31/1145.32	c     (at root node) :          -         39      16617     426.08          -
1145.31/1145.32	c   conflict analysis:       0.00          0          0       0.00          -
1145.31/1145.32	c B&B Tree           :
1145.31/1145.32	c   number of runs   :          1
1145.31/1145.32	c   nodes            :      82622
1145.31/1145.32	c   nodes (total)    :      82622
1145.31/1145.32	c   nodes left       :          0
1145.31/1145.32	c   max depth        :         90
1145.31/1145.32	c   max depth (total):         90
1145.31/1145.32	c   backtracks       :       9920 (12.0%)
1145.31/1145.32	c   delayed cutoffs  :          0
1145.31/1145.32	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1145.31/1145.32	c   avg switch length:       3.04
1145.31/1145.32	c   switching time   :      21.83
1145.31/1145.32	c Solution           :
1145.31/1145.32	c   Solutions found  :        490 (12 improvements)
1145.31/1145.32	c   First Solution   : +0.00000000000000e+00   (in run 1, after 0 nodes, 0.11 seconds, depth 0, found by <trivial>)
1145.31/1145.32	c   Primal Bound     : -3.00000000000000e+01   (in run 1, after 82622 nodes, 1145.31 seconds, depth 18, found by <relaxation>)
1145.31/1145.32	c   Dual Bound       : -3.00000000000000e+01
1145.31/1145.32	c   Gap              :       0.00 %
1145.31/1145.32	c   Root Dual Bound  : -3.00000000000000e+01
1145.31/1145.32	c   Root Iterations  :       5649
1145.31/1145.37	c Time complete: 1145.38.

Verifier Data

OK	-30

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 988)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3489495-1307768091/watcher-3489495-1307768091 -o /tmp/evaluation-result-3489495-1307768091/solver-3489495-1307768091 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3489495-1307768091.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 1.77 1.52 2/177 23494
/proc/meminfo: memFree=30861316/32951124 swapFree=67049456/67111528
[pid=23494] ppid=23492 vsize=11972 CPUtime=0 cores=0,2,4,6
/proc/23494/stat : 23494 (scip-2.0.1.4b_2) R 23492 23494 21071 0 -1 4202496 2012 0 0 0 0 0 0 0 25 0 1 0 967039821 12259328 1966 33554432000 4194304 9016284 140736405208384 18446744073709551615 7870589 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/23494/statm: 2993 1979 340 1178 0 1811 0

[startup+0.099467 s]
/proc/loadavg: 2.00 1.77 1.52 2/177 23494
/proc/meminfo: memFree=30861316/32951124 swapFree=67049456/67111528
[pid=23494] ppid=23492 vsize=20920 CPUtime=0.09 cores=0,2,4,6
/proc/23494/stat : 23494 (scip-2.0.1.4b_2) R 23492 23494 21071 0 -1 4202496 4234 0 0 0 9 0 0 0 25 0 1 0 967039821 21422080 4188 33554432000 4194304 9016284 140736405208384 18446744073709551615 7870473 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/23494/statm: 5230 4188 360 1178 0 4048 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 20920

[startup+0.100466 s]
/proc/loadavg: 2.00 1.77 1.52 2/177 23494
/proc/meminfo: memFree=30861316/32951124 swapFree=67049456/67111528
[pid=23494] ppid=23492 vsize=20920 CPUtime=0.09 cores=0,2,4,6
/proc/23494/stat : 23494 (scip-2.0.1.4b_2) R 23492 23494 21071 0 -1 4202496 4234 0 0 0 9 0 0 0 25 0 1 0 967039821 21422080 4188 33554432000 4194304 9016284 140736405208384 18446744073709551615 7870473 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/23494/statm: 5230 4188 360 1178 0 4048 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 20920

[startup+0.30043 s]
/proc/loadavg: 2.00 1.77 1.52 2/177 23494
/proc/meminfo: memFree=30861316/32951124 swapFree=67049456/67111528
[pid=23494] ppid=23492 vsize=44796 CPUtime=0.29 cores=0,2,4,6
/proc/23494/stat : 23494 (scip-2.0.1.4b_2) R 23492 23494 21071 0 -1 4202496 10474 0 0 0 27 2 0 0 25 0 1 0 967039821 45871104 9928 33554432000 4194304 9016284 140736405208384 18446744073709551615 4899579 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23494/statm: 11199 9928 507 1178 0 10017 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 44796

[startup+0.700377 s]
/proc/loadavg: 2.00 1.77 1.52 2/177 23494
/proc/meminfo: memFree=30861316/32951124 swapFree=67049456/67111528
[pid=23494] ppid=23492 vsize=71756 CPUtime=0.69 cores=0,2,4,6
/proc/23494/stat : 23494 (scip-2.0.1.4b_2) R 23492 23494 21071 0 -1 4202496 17562 0 0 0 66 3 0 0 18 0 1 0 967039821 73478144 16367 33554432000 4194304 9016284 140736405208384 18446744073709551615 6578107 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23494/statm: 17939 16367 813 1178 0 16757 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 71756

[startup+1.50028 s]
/proc/loadavg: 2.00 1.77 1.52 3/178 23495
/proc/meminfo: memFree=30798340/32951124 swapFree=67049456/67111528
[pid=23494] ppid=23492 vsize=74496 CPUtime=1.49 cores=0,2,4,6
/proc/23494/stat : 23494 (scip-2.0.1.4b_2) R 23492 23494 21071 0 -1 4202496 18127 0 0 0 146 3 0 0 19 0 1 0 967039821 76283904 16869 33554432000 4194304 9016284 140736405208384 18446744073709551615 7180592 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23494/statm: 18624 16869 807 1178 0 17442 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 74496

[startup+3.10101 s]
/proc/loadavg: 2.00 1.77 1.52 3/178 23495
/proc/meminfo: memFree=30795708/32951124 swapFree=67049456/67111528
[pid=23494] ppid=23492 vsize=74496 CPUtime=3.09 cores=0,2,4,6
/proc/23494/stat : 23494 (scip-2.0.1.4b_2) R 23492 23494 21071 0 -1 4202496 18635 0 0 0 305 4 0 0 23 0 1 0 967039821 76283904 17314 33554432000 4194304 9016284 140736405208384 18446744073709551615 6270533 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23494/statm: 18624 17314 744 1178 0 17442 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 74496

[startup+6.30047 s]
/proc/loadavg: 2.08 1.79 1.52 3/178 23495
/proc/meminfo: memFree=30792376/32951124 swapFree=67049456/67111528
[pid=23494] ppid=23492 vsize=75848 CPUtime=6.29 cores=0,2,4,6
/proc/23494/stat : 23494 (scip-2.0.1.4b_2) R 23492 23494 21071 0 -1 4202496 19119 0 0 0 624 5 0 0 25 0 1 0 967039821 77668352 17744 33554432000 4194304 9016284 140736405208384 18446744073709551615 7875887 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23494/statm: 18962 17744 696 1178 0 17780 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 75848

[startup+12.7004 s]
/proc/loadavg: 2.07 1.79 1.53 3/178 23495
/proc/meminfo: memFree=30788948/32951124 swapFree=67049456/67111528
[pid=23494] ppid=23492 vsize=105264 CPUtime=12.69 cores=0,2,4,6
/proc/23494/stat : 23494 (scip-2.0.1.4b_2) R 23492 23494 21071 0 -1 4202496 26497 0 0 0 1260 9 0 0 25 0 1 0 967039821 107790336 25049 33554432000 4194304 9016284 140736405208384 18446744073709551615 7214194 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23494/statm: 26316 25049 673 1178 0 25134 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 105264

[startup+25.5003 s]
/proc/loadavg: 2.06 1.80 1.53 3/178 23495
/proc/meminfo: memFree=30762528/32951124 swapFree=67049456/67111528
[pid=23494] ppid=23492 vsize=106028 CPUtime=25.49 cores=0,2,4,6
/proc/23494/stat : 23494 (scip-2.0.1.4b_2) R 23492 23494 21071 0 -1 4202496 26694 0 0 0 2535 14 0 0 25 0 1 0 967039821 108572672 25246 33554432000 4194304 9016284 140736405208384 18446744073709551615 7875499 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23494/statm: 26507 25246 683 1178 0 25325 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 106028

[startup+51.101 s]
/proc/loadavg: 2.04 1.82 1.55 3/178 23497
/proc/meminfo: memFree=30762804/32951124 swapFree=67049456/67111528
[pid=23494] ppid=23492 vsize=106028 CPUtime=51.09 cores=0,2,4,6
/proc/23494/stat : 23494 (scip-2.0.1.4b_2) R 23492 23494 21071 0 -1 4202496 26694 0 0 0 5086 23 0 0 25 0 1 0 967039821 108572672 25246 33554432000 4194304 9016284 140736405208384 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23494/statm: 26507 25246 683 1178 0 25325 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 106028

[startup+102.306 s]
/proc/loadavg: 2.01 1.84 1.57 3/178 23497
/proc/meminfo: memFree=30758916/32951124 swapFree=67049456/67111528
[pid=23494] ppid=23492 vsize=107904 CPUtime=102.3 cores=0,2,4,6
/proc/23494/stat : 23494 (scip-2.0.1.4b_2) R 23492 23494 21071 0 -1 4202496 30731 0 0 0 10186 44 0 0 25 0 1 0 967039821 110493696 26006 33554432000 4194304 9016284 140736405208384 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23494/statm: 26976 26006 687 1178 0 25794 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 107904

[startup+162.3 s]
/proc/loadavg: 2.00 1.87 1.59 3/178 23499
/proc/meminfo: memFree=30750548/32951124 swapFree=67049456/67111528
[pid=23494] ppid=23492 vsize=104524 CPUtime=162.29 cores=0,2,4,6
/proc/23494/stat : 23494 (scip-2.0.1.4b_2) R 23492 23494 21071 0 -1 4202496 48015 0 0 0 16163 66 0 0 25 0 1 0 967039821 107032576 25161 33554432000 4194304 9016284 140736405208384 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23494/statm: 26131 25161 687 1178 0 24949 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 104524

[startup+222.3 s]
/proc/loadavg: 2.00 1.89 1.61 3/178 23501
/proc/meminfo: memFree=30737976/32951124 swapFree=67049456/67111528
[pid=23494] ppid=23492 vsize=114904 CPUtime=222.29 cores=0,2,4,6
/proc/23494/stat : 23494 (scip-2.0.1.4b_2) R 23492 23494 21071 0 -1 4202496 62594 0 0 0 22142 87 0 0 25 0 1 0 967039821 117661696 27558 33554432000 4194304 9016284 140736405208384 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23494/statm: 28726 27558 687 1178 0 27544 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 114904

[startup+282.3 s]
/proc/loadavg: 2.00 1.91 1.64 3/178 23503
/proc/meminfo: memFree=30729240/32951124 swapFree=67049456/67111528
[pid=23494] ppid=23492 vsize=124148 CPUtime=282.3 cores=0,2,4,6
/proc/23494/stat : 23494 (scip-2.0.1.4b_2) R 23492 23494 21071 0 -1 4202496 71493 0 0 0 28120 110 0 0 25 0 1 0 967039821 127127552 29704 33554432000 4194304 9016284 140736405208384 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23494/statm: 31037 29704 687 1178 0 29855 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 124148

[startup+342.3 s]
/proc/loadavg: 2.00 1.92 1.65 3/178 23503
/proc/meminfo: memFree=30728328/32951124 swapFree=67049456/67111528
[pid=23494] ppid=23492 vsize=125108 CPUtime=342.29 cores=0,2,4,6
/proc/23494/stat : 23494 (scip-2.0.1.4b_2) R 23492 23494 21071 0 -1 4202496 105199 0 0 0 34097 132 0 0 25 0 1 0 967039821 128110592 29927 33554432000 4194304 9016284 140736405208384 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23494/statm: 31277 29927 687 1178 0 30095 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 125108

[startup+402.3 s]
/proc/loadavg: 2.00 1.93 1.67 3/178 23514
/proc/meminfo: memFree=30727968/32951124 swapFree=67049456/67111528
[pid=23494] ppid=23492 vsize=124596 CPUtime=402.3 cores=0,2,4,6
/proc/23494/stat : 23494 (scip-2.0.1.4b_2) R 23492 23494 21071 0 -1 4202496 111954 0 0 0 40078 152 0 0 25 0 1 0 967039821 127586304 29940 33554432000 4194304 9016284 140736405208384 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23494/statm: 31149 29940 687 1178 0 29967 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 124596

[startup+462.3 s]
/proc/loadavg: 2.06 1.96 1.69 3/178 23516
/proc/meminfo: memFree=30703840/32951124 swapFree=67049456/67111528
[pid=23494] ppid=23492 vsize=124104 CPUtime=462.29 cores=0,2,4,6
/proc/23494/stat : 23494 (scip-2.0.1.4b_2) R 23492 23494 21071 0 -1 4202496 118153 0 0 0 46059 170 0 0 25 0 1 0 967039821 127082496 29484 33554432000 4194304 9016284 140736405208384 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23494/statm: 31026 29484 687 1178 0 29844 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 124104

[startup+522.3 s]
/proc/loadavg: 2.02 1.96 1.71 3/178 23518
/proc/meminfo: memFree=30726472/32951124 swapFree=67049456/67111528
[pid=23494] ppid=23492 vsize=125696 CPUtime=522.29 cores=0,2,4,6
/proc/23494/stat : 23494 (scip-2.0.1.4b_2) R 23492 23494 21071 0 -1 4202496 118966 0 0 0 52038 191 0 0 25 0 1 0 967039821 128712704 30297 33554432000 4194304 9016284 140736405208384 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23494/statm: 31424 30297 687 1178 0 30242 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 125696

[startup+582.3 s]
/proc/loadavg: 2.00 1.97 1.73 3/178 23520
/proc/meminfo: memFree=30721092/32951124 swapFree=67049456/67111528
[pid=23494] ppid=23492 vsize=125696 CPUtime=582.3 cores=0,2,4,6
/proc/23494/stat : 23494 (scip-2.0.1.4b_2) R 23492 23494 21071 0 -1 4202496 118976 0 0 0 58018 212 0 0 25 0 1 0 967039821 128712704 30307 33554432000 4194304 9016284 140736405208384 18446744073709551615 7093709 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23494/statm: 31424 30307 687 1178 0 30242 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 125696

[startup+642.3 s]
/proc/loadavg: 2.04 1.99 1.75 3/178 23520
/proc/meminfo: memFree=30721908/32951124 swapFree=67049456/67111528
[pid=23494] ppid=23492 vsize=125080 CPUtime=642.3 cores=0,2,4,6
/proc/23494/stat : 23494 (scip-2.0.1.4b_2) R 23492 23494 21071 0 -1 4202496 125608 0 0 0 63997 233 0 0 25 0 1 0 967039821 128081920 30125 33554432000 4194304 9016284 140736405208384 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23494/statm: 31270 30125 687 1178 0 30088 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 125080

[startup+702.3 s]
/proc/loadavg: 2.01 1.99 1.76 3/178 23522
/proc/meminfo: memFree=30717404/32951124 swapFree=67049456/67111528
[pid=23494] ppid=23492 vsize=129096 CPUtime=702.29 cores=0,2,4,6
/proc/23494/stat : 23494 (scip-2.0.1.4b_2) R 23492 23494 21071 0 -1 4202496 126655 0 0 0 69974 255 0 0 25 0 1 0 967039821 132194304 31172 33554432000 4194304 9016284 140736405208384 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23494/statm: 32274 31172 687 1178 0 31092 0
Current children cumulated CPU time (s) 702.29
Current children cumulated vsize (KiB) 129096

[startup+762.306 s]
/proc/loadavg: 2.00 1.99 1.77 3/178 23524
/proc/meminfo: memFree=30716476/32951124 swapFree=67049456/67111528
[pid=23494] ppid=23492 vsize=129096 CPUtime=762.31 cores=0,2,4,6
/proc/23494/stat : 23494 (scip-2.0.1.4b_2) R 23492 23494 21071 0 -1 4202496 126685 0 0 0 75956 275 0 0 25 0 1 0 967039821 132194304 31202 33554432000 4194304 9016284 140736405208384 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23494/statm: 32274 31202 687 1178 0 31092 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 129096

[startup+822.301 s]
/proc/loadavg: 2.00 1.99 1.78 3/178 23526
/proc/meminfo: memFree=30716288/32951124 swapFree=67049456/67111528
[pid=23494] ppid=23492 vsize=129236 CPUtime=822.31 cores=0,2,4,6
/proc/23494/stat : 23494 (scip-2.0.1.4b_2) R 23492 23494 21071 0 -1 4202496 126721 0 0 0 81933 298 0 0 25 0 1 0 967039821 132337664 31238 33554432000 4194304 9016284 140736405208384 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23494/statm: 32309 31238 687 1178 0 31127 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 129236

[startup+882.301 s]
/proc/loadavg: 2.00 1.99 1.79 3/178 23528
/proc/meminfo: memFree=30716224/32951124 swapFree=67049456/67111528
[pid=23494] ppid=23492 vsize=129236 CPUtime=882.3 cores=0,2,4,6
/proc/23494/stat : 23494 (scip-2.0.1.4b_2) R 23492 23494 21071 0 -1 4202496 126722 0 0 0 87914 316 0 0 25 0 1 0 967039821 132337664 31239 33554432000 4194304 9016284 140736405208384 18446744073709551615 6950824 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23494/statm: 32309 31239 687 1178 0 31127 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 129236

[startup+942.301 s]
/proc/loadavg: 2.00 1.99 1.81 3/178 23528
/proc/meminfo: memFree=30716296/32951124 swapFree=67049456/67111528
[pid=23494] ppid=23492 vsize=129236 CPUtime=942.3 cores=0,2,4,6
/proc/23494/stat : 23494 (scip-2.0.1.4b_2) R 23492 23494 21071 0 -1 4202496 126723 0 0 0 93894 336 0 0 25 0 1 0 967039821 132337664 31240 33554432000 4194304 9016284 140736405208384 18446744073709551615 7080792 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23494/statm: 32309 31240 687 1178 0 31127 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 129236

[startup+1002.3 s]
/proc/loadavg: 2.00 1.99 1.82 3/178 23530
/proc/meminfo: memFree=30711532/32951124 swapFree=67049456/67111528
[pid=23494] ppid=23492 vsize=128376 CPUtime=1002.3 cores=0,2,4,6
/proc/23494/stat : 23494 (scip-2.0.1.4b_2) R 23492 23494 21071 0 -1 4202496 132884 0 0 0 99874 356 0 0 25 0 1 0 967039821 131457024 30872 33554432000 4194304 9016284 140736405208384 18446744073709551615 5510784 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23494/statm: 32094 30872 687 1178 0 30912 0
Current children cumulated CPU time (s) 1002.3
Current children cumulated vsize (KiB) 128376

[startup+1062.3 s]
/proc/loadavg: 2.00 1.99 1.82 3/178 23532
/proc/meminfo: memFree=30710096/32951124 swapFree=67049456/67111528
[pid=23494] ppid=23492 vsize=129292 CPUtime=1062.31 cores=0,2,4,6
/proc/23494/stat : 23494 (scip-2.0.1.4b_2) R 23492 23494 21071 0 -1 4202496 133101 0 0 0 105853 378 0 0 25 0 1 0 967039821 132395008 31089 33554432000 4194304 9016284 140736405208384 18446744073709551615 7180528 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23494/statm: 32323 31089 687 1178 0 31141 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 129292

[startup+1122.3 s]
/proc/loadavg: 2.00 1.99 1.83 3/178 23534
/proc/meminfo: memFree=30710048/32951124 swapFree=67049456/67111528
[pid=23494] ppid=23492 vsize=129292 CPUtime=1122.31 cores=0,2,4,6
/proc/23494/stat : 23494 (scip-2.0.1.4b_2) R 23492 23494 21071 0 -1 4202496 133148 0 0 0 111834 397 0 0 25 0 1 0 967039821 132395008 31136 33554432000 4194304 9016284 140736405208384 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23494/statm: 32323 31136 687 1178 0 31141 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 129292

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

[startup+1126.3 s]
/proc/loadavg: 2.00 1.99 1.83 3/178 23534
/proc/meminfo: memFree=30709796/32951124 swapFree=67049456/67111528
[pid=23494] ppid=23492 vsize=129292 CPUtime=1126.31 cores=0,2,4,6
/proc/23494/stat : 23494 (scip-2.0.1.4b_2) R 23492 23494 21071 0 -1 4202496 133152 0 0 0 112233 398 0 0 25 0 1 0 967039821 132395008 31140 33554432000 4194304 9016284 140736405208384 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23494/statm: 32323 31140 687 1178 0 31141 0
Current children cumulated CPU time (s) 1126.31
Current children cumulated vsize (KiB) 129292

[startup+1139.1 s]
/proc/loadavg: 2.00 1.99 1.83 3/178 23534
/proc/meminfo: memFree=30709912/32951124 swapFree=67049456/67111528
[pid=23494] ppid=23492 vsize=129292 CPUtime=1139.11 cores=0,2,4,6
/proc/23494/stat : 23494 (scip-2.0.1.4b_2) R 23492 23494 21071 0 -1 4202496 133152 0 0 0 113509 402 0 0 25 0 1 0 967039821 132395008 31140 33554432000 4194304 9016284 140736405208384 18446744073709551615 7180917 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23494/statm: 32323 31140 687 1178 0 31141 0
Current children cumulated CPU time (s) 1139.11
Current children cumulated vsize (KiB) 129292

[startup+1142.3 s]
/proc/loadavg: 2.00 1.99 1.83 3/178 23534
/proc/meminfo: memFree=30709912/32951124 swapFree=67049456/67111528
[pid=23494] ppid=23492 vsize=129292 CPUtime=1142.3 cores=0,2,4,6
/proc/23494/stat : 23494 (scip-2.0.1.4b_2) R 23492 23494 21071 0 -1 4202496 133154 0 0 0 113827 403 0 0 25 0 1 0 967039821 132395008 31142 33554432000 4194304 9016284 140736405208384 18446744073709551615 6777064 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23494/statm: 32323 31142 687 1178 0 31141 0
Current children cumulated CPU time (s) 1142.3
Current children cumulated vsize (KiB) 129292

[startup+1143.9 s]
/proc/loadavg: 2.00 1.99 1.83 3/178 23534
/proc/meminfo: memFree=30709912/32951124 swapFree=67049456/67111528
[pid=23494] ppid=23492 vsize=129292 CPUtime=1143.91 cores=0,2,4,6
/proc/23494/stat : 23494 (scip-2.0.1.4b_2) R 23492 23494 21071 0 -1 4202496 133154 0 0 0 113987 404 0 0 25 0 1 0 967039821 132395008 31142 33554432000 4194304 9016284 140736405208384 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23494/statm: 32323 31142 687 1178 0 31141 0
Current children cumulated CPU time (s) 1143.91
Current children cumulated vsize (KiB) 129292

[startup+1144.7 s]
/proc/loadavg: 2.00 1.99 1.83 3/178 23534
/proc/meminfo: memFree=30709912/32951124 swapFree=67049456/67111528
[pid=23494] ppid=23492 vsize=129292 CPUtime=1144.7 cores=0,2,4,6
/proc/23494/stat : 23494 (scip-2.0.1.4b_2) R 23492 23494 21071 0 -1 4202496 133154 0 0 0 114066 404 0 0 25 0 1 0 967039821 132395008 31142 33554432000 4194304 9016284 140736405208384 18446744073709551615 6990880 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23494/statm: 32323 31142 687 1178 0 31141 0
Current children cumulated CPU time (s) 1144.7
Current children cumulated vsize (KiB) 129292

[startup+1145.11 s]
/proc/loadavg: 2.00 1.99 1.83 3/178 23534
/proc/meminfo: memFree=30709912/32951124 swapFree=67049456/67111528
[pid=23494] ppid=23492 vsize=129292 CPUtime=1145.11 cores=0,2,4,6
/proc/23494/stat : 23494 (scip-2.0.1.4b_2) R 23492 23494 21071 0 -1 4202496 133154 0 0 0 114107 404 0 0 25 0 1 0 967039821 132395008 31142 33554432000 4194304 9016284 140736405208384 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23494/statm: 32323 31142 687 1178 0 31141 0
Current children cumulated CPU time (s) 1145.11
Current children cumulated vsize (KiB) 129292

[startup+1145.3 s]
/proc/loadavg: 2.00 1.99 1.83 3/178 23534
/proc/meminfo: memFree=30709912/32951124 swapFree=67049456/67111528
[pid=23494] ppid=23492 vsize=129292 CPUtime=1145.31 cores=0,2,4,6
/proc/23494/stat : 23494 (scip-2.0.1.4b_2) R 23492 23494 21071 0 -1 4202496 133154 0 0 0 114126 405 0 0 25 0 1 0 967039821 132395008 31142 33554432000 4194304 9016284 140736405208384 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23494/statm: 32323 31142 687 1178 0 31141 0
Current children cumulated CPU time (s) 1145.31
Current children cumulated vsize (KiB) 129292

Child status: 0
Real time (s): 1145.37
CPU time (s): 1145.39
CPU user time (s): 1141.33
CPU system time (s): 4.05638
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 152916

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

runsolver used 1.91271 second user time and 3.85841 second system time

The end

Launcher Data

Begin job on node118 at 2011-06-11 06:54:51
IDJOB=3489495
IDBENCH=2235
IDSOLVER=1979
FILE ID=node118/3489495-1307768091
RUNJOBID= node118-1307767659-23188
PBS_JOBID= 13550844
Free space on /tmp= 74140 MiB

SOLVER NAME= SCIP spx E_2 2011-06-10 (fixed)
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/~kexu/benchmarks/frb30-15-opb/normalized-frb30-15-5.opb
COMMAND LINE= HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3489495-1307768091/watcher-3489495-1307768091 -o /tmp/evaluation-result-3489495-1307768091/solver-3489495-1307768091 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3489495-1307768091.opb -t 1800 -m 15500

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

MD5SUM BENCH= 2e8a2f5e2511f10f037e700bd45c84a1
RANDOM SEED=1708476269

node118.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.842
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.68
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.842
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.842
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.842
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.842
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.68
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.842
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.842
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.842
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5374.59
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30861620 kB
Buffers:        236092 kB
Cached:        1537436 kB
SwapCached:      15436 kB
Active:         571200 kB
Inactive:      1322352 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30861620 kB
SwapTotal:    67111528 kB
SwapFree:     67049456 kB
Dirty:           17228 kB
Writeback:           0 kB
AnonPages:      117152 kB
Mapped:          11376 kB
Slab:           130628 kB
PageTables:       4496 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   315828 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74124 MiB
End job on node118 at 2011-06-11 07:13:57