Trace number 3488973

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)SAT-33 1797.27 1797.23

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/
~kexu/benchmarks/frb35-17-opb/normalized-frb35-17-4.opb
MD5SUM4acf18ad1cd52676d2699a99f210ed0a
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-34
Best CPU time to get the best result obtained on this benchmark1800.23
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 constraints27842
Number of constraints which are clauses27842
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 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-3488973-1307770151.opb>
0.09/0.14	c original problem has 595 variables (595 bin, 0 int, 0 impl, 0 cont) and 27842 constraints
0.09/0.14	c problem read
0.09/0.14	c presolving settings loaded
0.09/0.17	o 0
0.09/0.17	c feasible solution found by trivial heuristic, objective value  0.000000e+00
0.09/0.17	c presolving:
0.19/0.29	c (round 1) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 27842 upgd conss, 55684 impls, 0 clqs
0.49/0.57	c    (0.6s) probing: 101/595 (17.0%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.49/0.57	c    (0.6s) probing aborted: 100/100 successive totally useless probings
0.49/0.57	c presolving (2 rounds):
0.49/0.57	c  0 deleted vars, 0 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.49/0.57	c  55684 implications, 0 cliques
0.49/0.57	c presolved problem has 595 variables (595 bin, 0 int, 0 impl, 0 cont) and 27842 constraints
0.49/0.57	c   27842 constraints of type <setppc>
0.49/0.57	c transformed objective value is always integral (scale: 1)
0.49/0.57	c Presolving Time: 0.40
0.49/0.57	c - non default parameters ----------------------------------------------------------------------
0.49/0.57	c # SCIP version 2.0.1.5
0.49/0.57	c 
0.49/0.57	c # frequency for displaying node information lines
0.49/0.57	c # [type: int, range: [-1,2147483647], default: 100]
0.49/0.57	c display/freq = 10000
0.49/0.57	c 
0.49/0.57	c # maximal time in seconds to run
0.49/0.57	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.49/0.57	c limits/time = 1797
0.49/0.57	c 
0.49/0.57	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.49/0.57	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.49/0.57	c limits/memory = 13950
0.49/0.57	c 
0.49/0.57	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.49/0.57	c # [type: int, range: [1,2], default: 1]
0.49/0.57	c timing/clocktype = 2
0.49/0.57	c 
0.49/0.57	c # belongs reading time to solving time?
0.49/0.57	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.49/0.57	c timing/reading = TRUE
0.49/0.57	c 
0.49/0.57	c # should presolving try to simplify inequalities
0.49/0.57	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.49/0.57	c constraints/linear/simplifyinequalities = TRUE
0.49/0.57	c 
0.49/0.57	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.49/0.57	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.49/0.57	c constraints/indicator/addCouplingCons = TRUE
0.49/0.57	c 
0.49/0.57	c # should presolving try to simplify knapsacks
0.49/0.57	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.49/0.57	c constraints/knapsack/simplifyinequalities = TRUE
0.49/0.57	c 
0.49/0.57	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.49/0.57	c # [type: int, range: [-1,2147483647], default: -1]
0.49/0.57	c separating/rapidlearning/freq = 0
0.49/0.57	c 
0.49/0.57	c -----------------------------------------------------------------------------------------------
0.49/0.57	c start solving
0.49/0.57	c 
0.79/0.85	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.85	c t 0.9s|     1 |     0 |   598 |     - |  34M|   0 | 595 | 595 |  27k| 595 |  27k|   0 |   0 |   0 |-2.975000e+02 | 0.000000e+00 | 100.00%
0.79/0.87	o -1
0.79/0.87	c R 0.9s|     1 |     0 |   598 |     - |  34M|   0 | 595 | 595 |  27k| 595 |  27k|   0 |   0 |   0 |-2.975000e+02 |-1.000000e+00 |  99.66%
1.29/1.33	c   1.3s|     1 |     0 |   809 |     - |  34M|   0 | 548 | 595 |  27k| 595 |  27k|   7 |   0 |   0 |-2.740000e+02 |-1.000000e+00 |  99.64%
1.29/1.34	o -24
1.29/1.34	c b 1.3s|     1 |     0 |   809 |     - |  34M|   0 | 548 | 595 |  27k| 595 |  27k|   7 |   0 |   0 |-2.740000e+02 |-2.400000e+01 |  91.24%
1.79/1.85	c   1.8s|     1 |     0 |   933 |     - |  34M|   0 | 506 | 595 |  27k| 595 |  27k|  25 |   0 |   0 |-2.530000e+02 |-2.400000e+01 |  90.51%
2.49/2.51	c   2.5s|     1 |     0 |  1140 |     - |  34M|   0 | 465 | 595 |  27k| 595 |  27k|  44 |   0 |   0 |-2.325000e+02 |-2.400000e+01 |  89.68%
3.09/3.17	c   3.2s|     1 |     0 |  1258 |     - |  34M|   0 | 428 | 595 |  27k| 595 |  27k|  57 |   0 |   0 |-2.140000e+02 |-2.400000e+01 |  88.79%
3.79/3.85	c   3.9s|     1 |     0 |  1433 |     - |  35M|   0 | 396 | 595 |  27k| 595 |  27k|  63 |   0 |   0 |-1.980000e+02 |-2.400000e+01 |  87.88%
4.69/4.78	c   4.8s|     1 |     0 |  2171 |     - |  35M|   0 | 370 | 595 |  27k| 595 |  27k|  75 |   0 |   0 |-1.850000e+02 |-2.400000e+01 |  87.03%
5.59/5.68	c   5.7s|     1 |     0 |  2644 |     - |  35M|   0 | 334 | 595 |  27k| 595 |  27k|  86 |   0 |   0 |-1.670000e+02 |-2.400000e+01 |  85.63%
6.49/6.51	c   6.5s|     1 |     0 |  2984 |     - |  35M|   0 | 307 | 595 |  27k| 595 |  27k|  95 |   0 |   0 |-1.535000e+02 |-2.400000e+01 |  84.36%
7.49/7.50	c   7.5s|     1 |     0 |  3905 |     - |  35M|   0 | 262 | 595 |  27k| 595 |  27k| 108 |   0 |   0 |-1.310000e+02 |-2.400000e+01 |  81.68%
8.39/8.40	c   8.4s|     1 |     0 |  4892 |     - |  35M|   0 | 230 | 595 |  27k| 595 |  27k| 119 |   0 |   0 |-1.150000e+02 |-2.400000e+01 |  79.13%
8.99/9.07	c   9.1s|     1 |     0 |  6339 |     - |  35M|   0 | 187 | 595 |  27k| 595 |  27k| 132 |   0 |   0 |-9.350000e+01 |-2.400000e+01 |  74.33%
9.39/9.42	c   9.4s|     1 |     0 |  6730 |     - |  35M|   0 | 170 | 595 |  27k| 595 |  27k| 142 |   0 |   0 |-8.500000e+01 |-2.400000e+01 |  71.76%
10.00/10.00	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
10.00/10.00	c  10.0s|     1 |     0 |  7872 |     - |  35M|   0 | 145 | 595 |  27k| 595 |  27k| 153 |   0 |   0 |-7.250000e+01 |-2.400000e+01 |  66.90%
10.19/10.28	c  10.3s|     1 |     0 |  8113 |     - |  35M|   0 | 136 | 595 |  27k| 595 |  28k| 162 |   0 |   0 |-6.266667e+01 |-2.400000e+01 |  61.70%
10.49/10.58	c  10.6s|     1 |     0 |  8554 |     - |  35M|   0 | 122 | 595 |  27k| 595 |  28k| 170 |   0 |   0 |-5.550000e+01 |-2.400000e+01 |  56.76%
10.79/10.80	c  10.8s|     1 |     0 |  8668 |     - |  35M|   0 | 102 | 595 |  27k| 595 |  28k| 178 |   0 |   0 |-5.000000e+01 |-2.400000e+01 |  52.00%
11.00/11.06	c  11.1s|     1 |     0 |  8836 |     - |  35M|   0 | 106 | 595 |  27k| 595 |  28k| 190 |   0 |   0 |-4.475000e+01 |-2.400000e+01 |  46.37%
11.29/11.33	c  11.3s|     1 |     0 |  9159 |     - |  35M|   0 | 167 | 595 |  27k| 595 |  28k| 199 |   0 |   0 |-3.993750e+01 |-2.400000e+01 |  39.91%
11.59/11.68	c  11.7s|     1 |     0 |  9686 |     - |  35M|   0 | 196 | 595 |  27k| 595 |  28k| 208 |   0 |   0 |-3.593750e+01 |-2.400000e+01 |  33.22%
11.89/11.93	c  11.9s|     1 |     0 |  9809 |     - |  35M|   0 | 183 | 595 |  27k| 595 |  28k| 215 |   0 |   0 |-3.500000e+01 |-2.400000e+01 |  31.43%
14.29/14.39	c  14.4s|     1 |     0 |  9881 |     - |  35M|   0 | 179 | 595 |  27k| 595 |  28k| 227 |   0 |   0 |-3.500000e+01 |-2.400000e+01 |  31.43%
16.49/16.52	c  16.5s|     1 |     0 | 10258 |     - |  35M|   0 | 160 | 595 |  27k| 595 |  28k| 237 |   0 |   0 |-3.500000e+01 |-2.400000e+01 |  31.43%
17.10/17.14	c  17.1s|     1 |     0 | 10527 |     - |  35M|   0 | 136 | 595 |  27k| 595 |  27k| 250 |   0 |   0 |-3.500000e+01 |-2.400000e+01 |  31.43%
19.29/19.34	c  19.3s|     1 |     0 | 10641 |     - |  35M|   0 | 147 | 595 |  27k| 595 |  28k| 260 |   0 |   0 |-3.500000e+01 |-2.400000e+01 |  31.43%
22.19/22.25	c  22.3s|     1 |     0 | 11669 |     - |  35M|   0 | 165 | 595 |  27k| 595 |  28k| 271 |   0 |   0 |-3.500000e+01 |-2.400000e+01 |  31.43%
28.49/28.58	c  28.6s|     1 |     2 | 11669 |     - |  35M|   0 | 165 | 595 |  27k| 595 |  28k| 271 |   0 |  33 |-3.500000e+01 |-2.400000e+01 |  31.43%
48.09/48.14	o -25
48.09/48.14	c *48.1s|    13 |    12 | 12845 |  98.0 |  36M|  12 |   - | 595 |  27k| 595 |  27k| 271 |   0 | 293 |-3.500000e+01 |-2.500000e+01 |  28.57%
48.79/48.84	o -26
48.79/48.84	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
48.79/48.84	c *48.8s|    15 |    10 | 12901 |  88.0 |  36M|  13 |   - | 595 |  27k| 595 |  27k| 271 |   0 | 329 |-3.500000e+01 |-2.600000e+01 |  25.71%
60.60/60.65	o -27
60.60/60.65	c r60.6s|    24 |    17 | 14398 | 118.7 |  36M|  13 |   4 | 595 |  27k| 595 |  27k| 271 |   0 | 491 |-3.500000e+01 |-2.700000e+01 |  22.86%
60.60/60.65	o -28
60.60/60.65	c R60.6s|    24 |    16 | 14398 | 118.7 |  36M|  13 |   4 | 595 |  27k| 595 |  27k| 271 |   0 | 491 |-3.500000e+01 |-2.800000e+01 |  20.00%
71.39/71.49	o -29
71.39/71.49	c p71.5s|    40 |    29 | 15307 |  93.3 |  37M|  15 |   - | 595 |  27k| 595 |  27k| 271 |   0 | 790 |-3.500000e+01 |-2.900000e+01 |  17.14%
108.39/108.46	o -30
108.39/108.46	c * 108s|   895 |   358 | 47792 |  40.4 |  44M|  52 |   - | 595 |  27k| 595 |  27k| 271 |   0 |1185 |-3.500000e+01 |-3.000000e+01 |  14.29%
118.40/118.47	o -31
118.40/118.47	c * 118s|  1373 |   360 | 59859 |  35.1 |  45M|  63 |   - | 595 |  27k| 595 |  27k| 271 |   0 |1271 |-3.500000e+01 |-3.100000e+01 |  11.43%
319.40/319.48	c   319s| 10000 |  3485 |362803 |  35.1 | 102M|  95 |  51 | 595 |  27k| 595 |  27k| 271 |   0 |2303 |-3.500000e+01 |-3.100000e+01 |  11.43%
527.61/527.67	c   528s| 20000 |  6547 |679889 |  33.4 | 154M|  95 |  66 | 595 |  27k| 595 |  27k| 271 |   0 |3395 |-3.500000e+01 |-3.100000e+01 |  11.43%
712.81/712.86	c   713s| 30000 |  9379 |986690 |  32.5 | 201M|  96 |  45 | 595 |  27k| 595 |  27k| 271 |   0 |4119 |-3.500000e+01 |-3.100000e+01 |  11.43%
765.41/765.44	o -32
765.41/765.44	c * 765s| 33135 |  6809 |  1085k|  32.4 | 171M|  96 |   - | 595 |  27k| 595 |  27k| 271 |   0 |4140 |-3.500000e+01 |-3.200000e+01 |   8.57%
883.01/883.04	c   883s| 40000 |  8094 |  1282k|  31.8 | 194M|  96 | 113 | 595 |  27k| 595 |  27k| 271 |   0 |4478 |-3.500000e+01 |-3.200000e+01 |   8.57%
904.41/904.43	o -33
904.41/904.43	c * 904s| 41313 |  4438 |  1315k|  31.6 | 136M|  96 |   - | 595 |  27k| 595 |  27k| 271 |   0 |4566 |-3.500000e+01 |-3.300000e+01 |   5.71%
1052.92/1052.95	c  1053s| 50000 |  5061 |  1551k|  30.8 | 150M|  96 |  66 | 595 |  27k| 595 |  27k| 271 |   0 |5124 |-3.500000e+01 |-3.300000e+01 |   5.71%
1217.72/1217.76	c  1218s| 60000 |  5701 |  1815k|  30.1 | 166M|  96 |   - | 595 |  27k| 595 |  27k| 271 |   0 |5695 |-3.500000e+01 |-3.300000e+01 |   5.71%
1387.23/1387.27	c  1387s| 70000 |  6313 |  2091k|  29.7 | 180M|  96 |   - | 595 |  27k| 595 |  27k| 271 |   0 |6220 |-3.500000e+01 |-3.300000e+01 |   5.71%
1554.93/1554.90	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1554.93/1554.90	c  1555s| 80000 |  6867 |  2362k|  29.4 | 193M|  96 |  98 | 595 |  27k| 595 |  27k| 271 |   0 |6789 |-3.500000e+01 |-3.300000e+01 |   5.71%
1724.03/1724.07	c  1724s| 90000 |  7385 |  2638k|  29.2 | 207M|  96 | 110 | 595 |  27k| 595 |  27k| 271 |   0 |7390 |-3.500000e+01 |-3.300000e+01 |   5.71%
1797.04/1797.02	c 
1797.04/1797.02	c SCIP Status        : solving was interrupted [time limit reached]
1797.04/1797.02	c Solving Time (sec) : 1797.02
1797.04/1797.02	c Solving Nodes      : 94051
1797.04/1797.02	c Primal Bound       : -3.30000000000000e+01 (498 solutions)
1797.04/1797.02	c Dual Bound         : -3.50000000000000e+01
1797.04/1797.02	c Gap                : 5.71 %
1797.04/1797.03	s SATISFIABLE
1797.04/1797.03	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 
1797.04/1797.03	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 
1797.04/1797.03	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 
1797.04/1797.03	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 
1797.04/1797.03	v -x104 -x105 -x106 -x107 -x108 -x109 -x110 -x111 -x112 -x113 -x114 -x115 -x116 -x117 x118 -x119 -x120 -x121 -x122 -x123 -x124 
1797.04/1797.03	v -x125 -x126 -x127 -x128 -x129 -x130 -x131 -x132 -x133 -x134 -x135 -x136 -x137 -x138 -x139 -x140 -x141 -x142 x143 -x144 -x145 
1797.04/1797.03	v -x146 -x147 -x148 -x149 -x150 -x151 -x152 -x153 -x154 -x155 -x156 -x157 -x158 x159 -x160 -x161 -x162 -x163 -x164 -x165 -x166 
1797.04/1797.03	v -x167 -x168 -x169 -x170 -x171 -x172 -x173 -x174 -x175 -x176 -x177 -x178 -x179 -x180 -x181 -x182 -x183 x184 -x185 -x186 -x187 
1797.04/1797.03	v -x188 -x189 x190 -x191 -x192 -x193 -x194 -x195 -x196 -x197 -x198 -x199 -x200 -x201 -x202 -x203 -x204 -x205 -x206 -x207 -x208 
1797.04/1797.03	v -x209 -x210 -x211 -x212 -x213 -x214 -x215 x216 -x217 -x218 -x219 -x220 -x221 -x222 -x223 -x224 -x225 -x226 -x227 -x228 -x229 
1797.04/1797.03	v -x230 -x231 x232 -x233 -x234 -x235 -x236 -x237 -x238 -x239 -x240 -x241 -x242 -x243 -x244 -x245 -x246 -x247 -x248 -x249 -x250 
1797.04/1797.03	v -x251 -x252 x253 -x254 -x255 -x256 -x257 -x258 -x259 -x260 -x261 -x262 x263 -x264 -x265 -x266 -x267 -x268 -x269 -x270 -x271 
1797.04/1797.03	v -x272 -x273 -x274 -x275 -x276 -x277 -x278 -x279 x280 -x281 -x282 -x283 -x284 -x285 -x286 -x287 -x288 -x289 -x290 -x291 -x292 
1797.04/1797.03	v -x293 -x294 -x295 -x296 -x297 -x298 -x299 -x300 -x301 x302 -x303 -x304 -x305 -x306 -x307 -x308 -x309 -x310 -x311 -x312 -x313 
1797.04/1797.03	v -x314 -x315 -x316 -x317 -x318 x319 -x320 -x321 -x322 -x323 x324 -x325 -x326 -x327 -x328 -x329 -x330 -x331 -x332 -x333 -x334 
1797.04/1797.03	v -x335 -x336 -x337 -x338 -x339 -x340 -x341 -x342 x343 -x344 -x345 -x346 -x347 -x348 -x349 -x350 -x351 -x352 -x353 -x354 -x355 
1797.04/1797.03	v -x356 -x357 -x358 -x359 -x360 -x361 x362 -x363 -x364 -x365 -x366 -x367 -x368 -x369 -x370 -x371 -x372 -x373 -x374 -x375 -x376 
1797.04/1797.03	v -x377 -x378 -x379 -x380 -x381 -x382 -x383 -x384 x385 -x386 -x387 -x388 -x389 -x390 -x391 -x392 -x393 -x394 -x395 -x396 -x397 
1797.04/1797.03	v -x398 -x399 -x400 x401 -x402 -x403 -x404 -x405 -x406 -x407 -x408 -x409 -x410 -x411 -x412 -x413 -x414 -x415 x416 -x417 -x418 -x419 
1797.04/1797.03	v -x420 -x421 -x422 -x423 -x424 -x425 -x426 -x427 -x428 -x429 -x430 -x431 -x432 -x433 -x434 -x435 -x436 -x437 -x438 -x439 
1797.04/1797.03	v -x440 -x441 -x442 -x443 -x444 -x445 -x446 -x447 -x448 -x449 -x450 -x451 -x452 -x453 x454 -x455 -x456 -x457 -x458 -x459 x460 -x461 
1797.04/1797.03	v -x462 -x463 -x464 -x465 -x466 -x467 -x468 -x469 -x470 -x471 -x472 -x473 -x474 -x475 -x476 -x477 -x478 -x479 -x480 -x481 
1797.04/1797.03	v -x482 -x483 -x484 -x485 -x486 -x487 -x488 -x489 -x490 -x491 x492 -x493 -x494 -x495 -x496 -x497 -x498 -x499 -x500 -x501 -x502 
1797.04/1797.03	v -x503 -x504 -x505 -x506 -x507 -x508 -x509 x510 -x511 -x512 -x513 -x514 -x515 -x516 -x517 -x518 -x519 -x520 x521 -x522 -x523 -x524 
1797.04/1797.03	v -x525 -x526 -x527 -x528 -x529 -x530 -x531 -x532 -x533 -x534 -x535 -x536 -x537 -x538 -x539 -x540 -x541 -x542 -x543 x544 -x545 
1797.04/1797.03	v -x546 -x547 -x548 -x549 -x550 -x551 -x552 -x553 -x554 x555 -x556 -x557 -x558 -x559 -x560 -x561 -x562 -x563 -x564 -x565 -x566 
1797.04/1797.03	v -x567 -x568 -x569 -x570 -x571 x572 -x573 -x574 -x575 -x576 -x577 -x578 -x579 -x580 -x581 -x582 -x583 -x584 x585 -x586 -x587 
1797.04/1797.03	v -x588 -x589 -x590 -x591 -x592 -x593 -x594 -x595 
1797.04/1797.03	c SCIP Status        : solving was interrupted [time limit reached]
1797.04/1797.03	c Total Time         :    1797.02
1797.04/1797.03	c   solving          :    1797.02
1797.04/1797.03	c   presolving       :       0.40 (included in solving)
1797.04/1797.03	c   reading          :       0.14 (included in solving)
1797.04/1797.03	c Original Problem   :
1797.04/1797.03	c   Problem name     : HOME/instance-3488973-1307770151.opb
1797.04/1797.03	c   Variables        : 595 (595 binary, 0 integer, 0 implicit integer, 0 continuous)
1797.04/1797.03	c   Constraints      : 27842 initial, 27842 maximal
1797.04/1797.03	c Presolved Problem  :
1797.04/1797.03	c   Problem name     : t_HOME/instance-3488973-1307770151.opb
1797.04/1797.03	c   Variables        : 595 (595 binary, 0 integer, 0 implicit integer, 0 continuous)
1797.04/1797.03	c   Constraints      : 27842 initial, 27842 maximal
1797.04/1797.03	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1797.04/1797.03	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
1797.04/1797.03	c   dualfix          :       0.00          0          0          0          0          0          0          0          0          0
1797.04/1797.03	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1797.04/1797.03	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1797.04/1797.03	c   pseudoobj        :       0.00          0          0          0          0          0          0          0          0          0
1797.04/1797.03	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1797.04/1797.03	c   probing          :       0.26          0          0          0          0          0          0          0          0          0
1797.04/1797.03	c   setppc           :       0.02          0          0          0          0          0          0          0          0          0
1797.04/1797.03	c   linear           :       0.11          0          0          0          0          0          0          0          0          0
1797.04/1797.03	c   root node        :          -          0          -          -          0          -          -          -          -          -
1797.04/1797.03	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1797.04/1797.03	c   integral         :          0          0          0      55507          0        497          0         92       1762          0          0     109280
1797.04/1797.03	c   setppc           :      27842         25     154341          6         52        492          0          0    1489607          0          0          0
1797.04/1797.03	c   countsols        :          0          0          0          6          1        495          0          0          0          0          0          0
1797.04/1797.03	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1797.04/1797.03	c   integral         :     250.85       0.00       0.00     250.84       0.00       0.01       0.00
1797.04/1797.03	c   setppc           :      21.53       0.04      21.19       0.00       0.00       0.29       0.00
1797.04/1797.03	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1797.04/1797.03	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1797.04/1797.03	c   vbounds          :          0          0          0          0
1797.04/1797.03	c   rootredcost      :          8          0          0          0
1797.04/1797.03	c   pseudoobj        :     154262          0          0          0
1797.04/1797.03	c Propagator Timings :  TotalTime  Propagate    Resprop
1797.04/1797.03	c   vbounds          :       0.06       0.06       0.00
1797.04/1797.03	c   rootredcost      :       0.06       0.06       0.00
1797.04/1797.03	c   pseudoobj        :       2.31       2.31       0.00
1797.04/1797.03	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1797.04/1797.03	c   propagation      :       0.00          0          0          0        0.0          0        0.0          -
1797.04/1797.03	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1797.04/1797.03	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1797.04/1797.03	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1797.04/1797.03	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1797.04/1797.03	c   applied globally :          -          -          -          0        0.0          -          -          -
1797.04/1797.03	c   applied locally  :          -          -          -          0        0.0          -          -          -
1797.04/1797.03	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1797.04/1797.03	c   cut pool         :       0.00         24          -          -         85          -    (maximal pool size: 631)
1797.04/1797.03	c   redcost          :       0.73      55747          0        233          0          0
1797.04/1797.03	c   impliedbounds    :       0.01         25          0          0          0          0
1797.04/1797.03	c   intobj           :       0.00          0          0          0          0          0
1797.04/1797.03	c   gomory           :      11.30         25          0          0      11252          0
1797.04/1797.03	c   cgmip            :       0.00          0          0          0          0          0
1797.04/1797.03	c   closecuts        :       0.00          0          0          0          0          0
1797.04/1797.03	c   strongcg         :       1.66         20          0          0      10000          0
1797.04/1797.03	c   cmir             :       1.58         10          0          0          0          0
1797.04/1797.03	c   flowcover        :       1.87         10          0          0          0          0
1797.04/1797.03	c   clique           :       0.30         25          0          0        218          0
1797.04/1797.03	c   zerohalf         :       0.00          0          0          0          0          0
1797.04/1797.03	c   mcf              :       0.01          1          0          0          0          0
1797.04/1797.03	c   oddcycle         :       0.00          0          0          0          0          0
1797.04/1797.03	c   rapidlearning    :       0.00          0          0          0          0          0
1797.04/1797.03	c Pricers            :       Time      Calls       Vars
1797.04/1797.03	c   problem variables:       0.00          0          0
1797.04/1797.03	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1797.04/1797.03	c   relpscost        :     250.75      55501         92       1762          0          0     109280
1797.04/1797.03	c   pscost           :       0.00          0          0          0          0          0          0
1797.04/1797.03	c   inference        :       0.00          1          0          0          0          0          2
1797.04/1797.03	c   mostinf          :       0.00          0          0          0          0          0          0
1797.04/1797.03	c   leastinf         :       0.00          0          0          0          0          0          0
1797.04/1797.03	c   fullstrong       :       0.00          0          0          0          0          0          0
1797.04/1797.03	c   allfullstrong    :       0.00          0          0          0          0          0          0
1797.04/1797.03	c   random           :       0.00          0          0          0          0          0          0
1797.04/1797.03	c Primal Heuristics  :       Time      Calls      Found
1797.04/1797.03	c   LP solutions     :       0.06          -          6
1797.04/1797.03	c   pseudo solutions :       0.00          -          0
1797.04/1797.03	c   feaspump         :       0.00          0          0
1797.04/1797.03	c   oneopt           :       0.08         10          1
1797.04/1797.03	c   linesearchdiving :       2.40         45          0
1797.04/1797.03	c   objpscostdiving  :       3.63         23         65
1797.04/1797.03	c   rootsoldiving    :       2.73         23         46
1797.04/1797.03	c   coefdiving       :       6.64         46          3
1797.04/1797.03	c   pscostdiving     :       2.70         46          6
1797.04/1797.03	c   fracdiving       :       8.11         46          1
1797.04/1797.03	c   veclendiving     :       4.48         46          2
1797.04/1797.03	c   guideddiving     :       7.89         46          0
1797.04/1797.03	c   crossover        :       2.98         23          6
1797.04/1797.03	c   trivial          :       0.01          2          1
1797.04/1797.03	c   shiftandpropagate:       0.00          0          0
1797.04/1797.03	c   simplerounding   :       0.72      55526        109
1797.04/1797.03	c   zirounding       :      17.61      12401        248
1797.04/1797.03	c   rounding         :      14.69      14858          2
1797.04/1797.03	c   shifting         :       1.67       1388          1
1797.04/1797.03	c   intshifting      :       0.00          0          0
1797.04/1797.03	c   twoopt           :       0.00          0          0
1797.04/1797.03	c   fixandinfer      :       0.00          0          0
1797.04/1797.03	c   clique           :       0.00          0          0
1797.04/1797.03	c   intdiving        :       0.00          0          0
1797.04/1797.03	c   actconsdiving    :       0.00          0          0
1797.04/1797.03	c   octane           :       0.00          0          0
1797.04/1797.03	c   rens             :       0.81          1          1
1797.04/1797.03	c   rins             :       0.00          0          0
1797.04/1797.03	c   localbranching   :       0.00          0          0
1797.04/1797.03	c   mutation         :       0.00          0          0
1797.04/1797.03	c   dins             :       0.00          0          0
1797.04/1797.03	c   vbounds          :       0.00          0          0
1797.04/1797.03	c   undercover       :       0.00          0          0
1797.04/1797.03	c   subnlp           :       0.04          0          0
1797.04/1797.03	c   trysol           :       0.03          0          0
1797.04/1797.03	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1797.04/1797.03	c   primal LP        :       0.02          0          0       0.00       0.00
1797.04/1797.03	c   dual LP          :    1233.18      94844    2695704      28.42    2185.99
1797.04/1797.03	c   lex dual LP      :       0.00          0          0       0.00          -
1797.04/1797.03	c   barrier LP       :       0.00          0          0       0.00          -
1797.04/1797.03	c   diving/probing LP:      32.08       3724      53438      14.35    1665.96
1797.04/1797.03	c   strong branching :     247.75       7796     471883      60.53    1904.66
1797.04/1797.03	c     (at root node) :          -         33      11698     354.48          -
1797.04/1797.03	c   conflict analysis:       0.00          0          0       0.00          -
1797.04/1797.03	c B&B Tree           :
1797.04/1797.03	c   number of runs   :          1
1797.04/1797.03	c   nodes            :      94051
1797.04/1797.03	c   nodes (total)    :      94051
1797.04/1797.03	c   nodes left       :       7592
1797.04/1797.03	c   max depth        :         96
1797.04/1797.03	c   max depth (total):         96
1797.04/1797.03	c   backtracks       :       9424 (10.0%)
1797.04/1797.03	c   delayed cutoffs  :          0
1797.04/1797.03	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1797.04/1797.03	c   avg switch length:       4.95
1797.04/1797.03	c   switching time   :      45.51
1797.04/1797.03	c Solution           :
1797.04/1797.03	c   Solutions found  :        498 (12 improvements)
1797.04/1797.03	c   First Solution   : +0.00000000000000e+00   (in run 1, after 0 nodes, 0.16 seconds, depth 0, found by <trivial>)
1797.04/1797.03	c   Primal Bound     : -3.30000000000000e+01   (in run 1, after 41313 nodes, 904.40 seconds, depth 15, found by <relaxation>)
1797.04/1797.03	c   Dual Bound       : -3.50000000000000e+01
1797.04/1797.03	c   Gap              :       5.71 %
1797.04/1797.03	c   Root Dual Bound  : -3.50000000000000e+01
1797.04/1797.03	c   Root Iterations  :      11669
1797.24/1797.22	c Time complete: 1797.26.

Verifier Data

OK	-33

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-3488973-1307770151/watcher-3488973-1307770151 -o /tmp/evaluation-result-3488973-1307770151/solver-3488973-1307770151 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3488973-1307770151.opb -t 1800 -m 15500 

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

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


[startup+0 s]
/proc/loadavg: 2.01 2.01 2.00 2/177 8968
/proc/meminfo: memFree=31258832/32950928 swapFree=67079488/67111528
[pid=8968] ppid=8966 vsize=12568 CPUtime=0 cores=1,3,5,7
/proc/8968/stat : 8968 (scip-2.0.1.4b_2) R 8966 8968 7911 0 -1 4202496 2133 0 0 0 0 0 0 0 25 0 1 0 888614758 12869632 2087 33554432000 4194304 9016284 140735800608672 18446744073709551615 6813403 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/8968/statm: 3142 2090 353 1178 0 1960 0

[startup+0.102948 s]
/proc/loadavg: 2.01 2.01 2.00 2/177 8968
/proc/meminfo: memFree=31258832/32950928 swapFree=67079488/67111528
[pid=8968] ppid=8966 vsize=21284 CPUtime=0.09 cores=1,3,5,7
/proc/8968/stat : 8968 (scip-2.0.1.4b_2) R 8966 8968 7911 0 -1 4202496 4323 0 0 0 9 0 0 0 25 0 1 0 888614758 21794816 4274 33554432000 4194304 9016284 140735800608672 18446744073709551615 7870463 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/8968/statm: 5321 4274 360 1178 0 4139 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 21284

[startup+0.200931 s]
/proc/loadavg: 2.01 2.01 2.00 2/177 8968
/proc/meminfo: memFree=31258832/32950928 swapFree=67079488/67111528
[pid=8968] ppid=8966 vsize=45568 CPUtime=0.19 cores=1,3,5,7
/proc/8968/stat : 8968 (scip-2.0.1.4b_2) R 8966 8968 7911 0 -1 4202496 10089 0 0 0 17 2 0 0 25 0 1 0 888614758 46661632 10040 33554432000 4194304 9016284 140735800608672 18446744073709551615 18446744073699065949 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/8968/statm: 11392 10040 478 1178 0 10210 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 45568

[startup+0.300915 s]
/proc/loadavg: 2.01 2.01 2.00 2/177 8968
/proc/meminfo: memFree=31258832/32950928 swapFree=67079488/67111528
[pid=8968] ppid=8966 vsize=59552 CPUtime=0.29 cores=1,3,5,7
/proc/8968/stat : 8968 (scip-2.0.1.4b_2) R 8966 8968 7911 0 -1 4202496 15266 0 0 0 27 2 0 0 25 0 1 0 888614758 60981248 13527 33554432000 4194304 9016284 140735800608672 18446744073709551615 4459777 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/8968/statm: 14888 13527 492 1178 0 13706 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 59552

[startup+0.700845 s]
/proc/loadavg: 2.01 2.01 2.00 2/177 8968
/proc/meminfo: memFree=31258832/32950928 swapFree=67079488/67111528
[pid=8968] ppid=8966 vsize=93148 CPUtime=0.69 cores=1,3,5,7
/proc/8968/stat : 8968 (scip-2.0.1.4b_2) R 8966 8968 7911 0 -1 4202496 23429 0 0 0 66 3 0 0 25 0 1 0 888614758 95383552 21148 33554432000 4194304 9016284 140735800608672 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/8968/statm: 23287 21148 638 1178 0 22105 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 93148

[startup+1.5007 s]
/proc/loadavg: 2.01 2.01 2.00 3/178 8969
/proc/meminfo: memFree=31170948/32950928 swapFree=67079488/67111528
[pid=8968] ppid=8966 vsize=100424 CPUtime=1.49 cores=1,3,5,7
/proc/8968/stat : 8968 (scip-2.0.1.4b_2) R 8966 8968 7911 0 -1 4202496 26183 0 0 0 145 4 0 0 25 0 1 0 888614758 102834176 23286 33554432000 4194304 9016284 140735800608672 18446744073709551615 6586655 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/8968/statm: 25106 23286 878 1178 0 23924 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 100424

[startup+3.10042 s]
/proc/loadavg: 2.01 2.01 2.00 3/178 8969
/proc/meminfo: memFree=31168096/32950928 swapFree=67079488/67111528
[pid=8968] ppid=8966 vsize=101288 CPUtime=3.09 cores=1,3,5,7
/proc/8968/stat : 8968 (scip-2.0.1.4b_2) R 8966 8968 7911 0 -1 4202496 26657 0 0 0 304 5 0 0 25 0 1 0 888614758 103718912 23730 33554432000 4194304 9016284 140735800608672 18446744073709551615 6235152 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/8968/statm: 25322 23730 850 1178 0 24140 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 101288

[startup+6.30086 s]
/proc/loadavg: 2.01 2.01 2.00 3/178 8969
/proc/meminfo: memFree=31164136/32950928 swapFree=67079488/67111528
[pid=8968] ppid=8966 vsize=104172 CPUtime=6.29 cores=1,3,5,7
/proc/8968/stat : 8968 (scip-2.0.1.4b_2) R 8966 8968 7911 0 -1 4202496 27469 0 0 0 622 7 0 0 25 0 1 0 888614758 106672128 24403 33554432000 4194304 9016284 140735800608672 18446744073709551615 6270516 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/8968/statm: 26043 24403 717 1178 0 24861 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 104172

[startup+12.7007 s]
/proc/loadavg: 2.01 2.01 2.00 3/178 8969
/proc/meminfo: memFree=31163828/32950928 swapFree=67079488/67111528
[pid=8968] ppid=8966 vsize=102404 CPUtime=12.69 cores=1,3,5,7
/proc/8968/stat : 8968 (scip-2.0.1.4b_2) R 8966 8968 7911 0 -1 4202496 28561 0 0 0 1258 11 0 0 25 0 1 0 888614758 104861696 24280 33554432000 4194304 9016284 140735800608672 18446744073709551615 6578056 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/8968/statm: 25601 24280 697 1178 0 24419 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 102404

[startup+25.5005 s]
/proc/loadavg: 2.01 2.00 2.00 3/178 8970
/proc/meminfo: memFree=31126700/32950928 swapFree=67079488/67111528
[pid=8968] ppid=8966 vsize=139860 CPUtime=25.49 cores=1,3,5,7
/proc/8968/stat : 8968 (scip-2.0.1.4b_2) R 8966 8968 7911 0 -1 4202496 38038 0 0 0 2522 27 0 0 25 0 1 0 888614758 143216640 33677 33554432000 4194304 9016284 140735800608672 18446744073709551615 7082000 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/8968/statm: 34965 33677 693 1178 0 33783 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 139860

[startup+51.101 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 8970
/proc/meminfo: memFree=31126520/32950928 swapFree=67079488/67111528
[pid=8968] ppid=8966 vsize=139860 CPUtime=51.09 cores=1,3,5,7
/proc/8968/stat : 8968 (scip-2.0.1.4b_2) R 8966 8968 7911 0 -1 4202496 38041 0 0 0 5057 52 0 0 25 0 1 0 888614758 143216640 33680 33554432000 4194304 9016284 140735800608672 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/8968/statm: 34965 33680 693 1178 0 33783 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 139860

[startup+102.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 8972
/proc/meminfo: memFree=31123820/32950928 swapFree=67079488/67111528
[pid=8968] ppid=8966 vsize=142344 CPUtime=102.3 cores=1,3,5,7
/proc/8968/stat : 8968 (scip-2.0.1.4b_2) R 8966 8968 7911 0 -1 4202496 38664 0 0 0 10123 107 0 0 25 0 1 0 888614758 145760256 34303 33554432000 4194304 9016284 140735800608672 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/8968/statm: 35586 34303 694 1178 0 34404 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 142344

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 8973
/proc/meminfo: memFree=31125156/32950928 swapFree=67079488/67111528
[pid=8968] ppid=8966 vsize=139132 CPUtime=162.29 cores=1,3,5,7
/proc/8968/stat : 8968 (scip-2.0.1.4b_2) R 8966 8968 7911 0 -1 4202496 48514 0 0 0 16067 162 0 0 25 0 1 0 888614758 142471168 33847 33554432000 4194304 9016284 140735800608672 18446744073709551615 4660592 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/8968/statm: 34783 33847 697 1178 0 33601 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 139132

[startup+222.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 8975
/proc/meminfo: memFree=31117412/32950928 swapFree=67079488/67111528
[pid=8968] ppid=8966 vsize=148968 CPUtime=222.3 cores=1,3,5,7
/proc/8968/stat : 8968 (scip-2.0.1.4b_2) R 8966 8968 7911 0 -1 4202496 59544 0 0 0 22005 225 0 0 25 0 1 0 888614758 152543232 35931 33554432000 4194304 9016284 140735800608672 18446744073709551615 7055541 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/8968/statm: 37242 35931 697 1178 0 36060 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 148968

[startup+282.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/178 8977
/proc/meminfo: memFree=31100888/32950928 swapFree=67079488/67111528
[pid=8968] ppid=8966 vsize=165956 CPUtime=282.3 cores=1,3,5,7
/proc/8968/stat : 8968 (scip-2.0.1.4b_2) R 8966 8968 7911 0 -1 4202496 72640 0 0 0 27947 283 0 0 25 0 1 0 888614758 169938944 40056 33554432000 4194304 9016284 140735800608672 18446744073709551615 7072001 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/8968/statm: 41489 40056 697 1178 0 40307 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 165956

[startup+342.301 s]
/proc/loadavg: 2.01 2.01 2.00 3/178 8978
/proc/meminfo: memFree=31087716/32950928 swapFree=67079488/67111528
[pid=8968] ppid=8966 vsize=178380 CPUtime=342.3 cores=1,3,5,7
/proc/8968/stat : 8968 (scip-2.0.1.4b_2) R 8966 8968 7911 0 -1 4202496 84792 0 0 0 33890 340 0 0 25 0 1 0 888614758 182661120 43301 33554432000 4194304 9016284 140735800608672 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/8968/statm: 44595 43301 697 1178 0 43413 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 178380

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 8980
/proc/meminfo: memFree=31074280/32950928 swapFree=67079488/67111528
[pid=8968] ppid=8966 vsize=198428 CPUtime=402.3 cores=1,3,5,7
/proc/8968/stat : 8968 (scip-2.0.1.4b_2) R 8966 8968 7911 0 -1 4202496 89553 0 0 0 39836 394 0 0 25 0 1 0 888614758 203190272 48060 33554432000 4194304 9016284 140735800608672 18446744073709551615 7082000 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/8968/statm: 49607 48060 697 1178 0 48425 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 198428

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 8981
/proc/meminfo: memFree=31057752/32950928 swapFree=67079488/67111528
[pid=8968] ppid=8966 vsize=213796 CPUtime=462.31 cores=1,3,5,7
/proc/8968/stat : 8968 (scip-2.0.1.4b_2) R 8966 8968 7911 0 -1 4202496 102988 0 0 0 45775 456 0 0 25 0 1 0 888614758 218927104 52119 33554432000 4194304 9016284 140735800608672 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/8968/statm: 53449 52119 697 1178 0 52267 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 213796

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 8983
/proc/meminfo: memFree=31041708/32950928 swapFree=67079488/67111528
[pid=8968] ppid=8966 vsize=230392 CPUtime=522.3 cores=1,3,5,7
/proc/8968/stat : 8968 (scip-2.0.1.4b_2) R 8966 8968 7911 0 -1 4202496 107087 0 0 0 51718 512 0 0 25 0 1 0 888614758 235921408 56214 33554432000 4194304 9016284 140735800608672 18446744073709551615 7082034 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/8968/statm: 57598 56214 697 1178 0 56416 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 230392

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 8985
/proc/meminfo: memFree=31028628/32950928 swapFree=67079488/67111528
[pid=8968] ppid=8966 vsize=243540 CPUtime=582.31 cores=1,3,5,7
/proc/8968/stat : 8968 (scip-2.0.1.4b_2) R 8966 8968 7911 0 -1 4202496 110325 0 0 0 57660 571 0 0 25 0 1 0 888614758 249384960 59452 33554432000 4194304 9016284 140735800608672 18446744073709551615 6971298 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/8968/statm: 60885 59452 697 1178 0 59703 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 243540

[startup+642.301 s]

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

/proc/meminfo: memFree=30969328/32950928 swapFree=67079488/67111528
[pid=8968] ppid=8966 vsize=301348 CPUtime=1062.31 cores=1,3,5,7
/proc/8968/stat : 8968 (scip-2.0.1.4b_2) R 8966 8968 7911 0 -1 4202496 221002 0 0 0 105190 1041 0 0 25 0 1 0 888614758 308580352 74141 33554432000 4194304 9016284 140735800608672 18446744073709551615 7180928 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/8968/statm: 75337 74141 697 1178 0 74155 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 301348

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 8999
/proc/meminfo: memFree=30960720/32950928 swapFree=67079488/67111528
[pid=8968] ppid=8966 vsize=302576 CPUtime=1122.32 cores=1,3,5,7
/proc/8968/stat : 8968 (scip-2.0.1.4b_2) R 8966 8968 7911 0 -1 4202496 229269 0 0 0 111132 1100 0 0 25 0 1 0 888614758 309837824 74477 33554432000 4194304 9016284 140735800608672 18446744073709551615 7211710 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/8968/statm: 75644 74477 697 1178 0 74462 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 302576

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 9001
/proc/meminfo: memFree=30958196/32950928 swapFree=67079488/67111528
[pid=8968] ppid=8966 vsize=303696 CPUtime=1182.32 cores=1,3,5,7
/proc/8968/stat : 8968 (scip-2.0.1.4b_2) R 8966 8968 7911 0 -1 4202496 229579 0 0 0 117077 1155 0 0 25 0 1 0 888614758 310984704 74787 33554432000 4194304 9016284 140735800608672 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/8968/statm: 75924 74787 697 1178 0 74742 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 303696

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 9002
/proc/meminfo: memFree=30959508/32950928 swapFree=67079488/67111528
[pid=8968] ppid=8966 vsize=304876 CPUtime=1242.32 cores=1,3,5,7
/proc/8968/stat : 8968 (scip-2.0.1.4b_2) R 8966 8968 7911 0 -1 4202496 229806 0 0 0 123026 1206 0 0 25 0 1 0 888614758 312193024 75014 33554432000 4194304 9016284 140735800608672 18446744073709551615 7082051 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/8968/statm: 76219 75014 697 1178 0 75037 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 304876

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 9004
/proc/meminfo: memFree=30948920/32950928 swapFree=67079488/67111528
[pid=8968] ppid=8966 vsize=305348 CPUtime=1302.32 cores=1,3,5,7
/proc/8968/stat : 8968 (scip-2.0.1.4b_2) R 8966 8968 7911 0 -1 4202496 229954 0 0 0 128975 1257 0 0 25 0 1 0 888614758 312676352 75162 33554432000 4194304 9016284 140735800608672 18446744073709551615 7178154 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/8968/statm: 76337 75162 697 1178 0 75155 0
Current children cumulated CPU time (s) 1302.32
Current children cumulated vsize (KiB) 305348

[startup+1362.3 s]
/proc/loadavg: 2.06 2.01 2.00 3/178 9005
/proc/meminfo: memFree=30942540/32950928 swapFree=67079488/67111528
[pid=8968] ppid=8966 vsize=307428 CPUtime=1362.32 cores=1,3,5,7
/proc/8968/stat : 8968 (scip-2.0.1.4b_2) R 8966 8968 7911 0 -1 4202496 238173 0 0 0 134920 1312 0 0 25 0 1 0 888614758 314806272 75650 33554432000 4194304 9016284 140735800608672 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/8968/statm: 76857 75650 697 1178 0 75675 0
Current children cumulated CPU time (s) 1362.32
Current children cumulated vsize (KiB) 307428

[startup+1422.3 s]
/proc/loadavg: 2.05 2.02 2.00 3/178 9007
/proc/meminfo: memFree=30934808/32950928 swapFree=67079488/67111528
[pid=8968] ppid=8966 vsize=310572 CPUtime=1422.33 cores=1,3,5,7
/proc/8968/stat : 8968 (scip-2.0.1.4b_2) R 8966 8968 7911 0 -1 4202496 238745 0 0 0 140863 1370 0 0 25 0 1 0 888614758 318025728 76222 33554432000 4194304 9016284 140735800608672 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/8968/statm: 77643 76222 697 1178 0 76461 0
Current children cumulated CPU time (s) 1422.33
Current children cumulated vsize (KiB) 310572

[startup+1482.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/178 9009
/proc/meminfo: memFree=30925456/32950928 swapFree=67079488/67111528
[pid=8968] ppid=8966 vsize=312372 CPUtime=1482.33 cores=1,3,5,7
/proc/8968/stat : 8968 (scip-2.0.1.4b_2) R 8966 8968 7911 0 -1 4202496 239293 0 0 0 146810 1423 0 0 25 0 1 0 888614758 319868928 76770 33554432000 4194304 9016284 140735800608672 18446744073709551615 7081839 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/8968/statm: 78093 76770 697 1178 0 76911 0
Current children cumulated CPU time (s) 1482.33
Current children cumulated vsize (KiB) 312372

[startup+1542.31 s]
/proc/loadavg: 2.00 2.01 2.00 3/178 9010
/proc/meminfo: memFree=30916364/32950928 swapFree=67079488/67111528
[pid=8968] ppid=8966 vsize=313880 CPUtime=1542.33 cores=1,3,5,7
/proc/8968/stat : 8968 (scip-2.0.1.4b_2) R 8966 8968 7911 0 -1 4202496 239776 0 0 0 152759 1474 0 0 25 0 1 0 888614758 321413120 77253 33554432000 4194304 9016284 140735800608672 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/8968/statm: 78470 77253 697 1178 0 77288 0
Current children cumulated CPU time (s) 1542.33
Current children cumulated vsize (KiB) 313880

[startup+1602.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/178 9278
/proc/meminfo: memFree=31286940/32950928 swapFree=67079488/67111528
[pid=8968] ppid=8966 vsize=315892 CPUtime=1602.33 cores=1,3,5,7
/proc/8968/stat : 8968 (scip-2.0.1.4b_2) R 8966 8968 7911 0 -1 4202496 240283 0 0 0 158711 1522 0 0 25 0 1 0 888614758 323473408 77760 33554432000 4194304 9016284 140735800608672 18446744073709551615 7198854 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/8968/statm: 78973 77760 697 1178 0 77791 0
Current children cumulated CPU time (s) 1602.33
Current children cumulated vsize (KiB) 315892

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 9355
/proc/meminfo: memFree=31317524/32950928 swapFree=67079488/67111528
[pid=8968] ppid=8966 vsize=318964 CPUtime=1662.33 cores=1,3,5,7
/proc/8968/stat : 8968 (scip-2.0.1.4b_2) R 8966 8968 7911 0 -1 4202496 241041 0 0 0 164671 1562 0 0 25 0 1 0 888614758 326619136 78518 33554432000 4194304 9016284 140735800608672 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/8968/statm: 79741 78518 697 1178 0 78559 0
Current children cumulated CPU time (s) 1662.33
Current children cumulated vsize (KiB) 318964

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 9509
/proc/meminfo: memFree=30994868/32950928 swapFree=67079488/67111528
[pid=8968] ppid=8966 vsize=321676 CPUtime=1722.33 cores=1,3,5,7
/proc/8968/stat : 8968 (scip-2.0.1.4b_2) R 8966 8968 7911 0 -1 4202496 241673 0 0 0 170625 1608 0 0 25 0 1 0 888614758 329396224 79150 33554432000 4194304 9016284 140735800608672 18446744073709551615 7214497 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/8968/statm: 80419 79150 697 1178 0 79237 0
Current children cumulated CPU time (s) 1722.33
Current children cumulated vsize (KiB) 321676

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 9511
/proc/meminfo: memFree=30977604/32950928 swapFree=67079488/67111528
[pid=8968] ppid=8966 vsize=324704 CPUtime=1782.33 cores=1,3,5,7
/proc/8968/stat : 8968 (scip-2.0.1.4b_2) R 8966 8968 7911 0 -1 4202496 251225 0 0 0 176574 1659 0 0 25 0 1 0 888614758 332496896 79893 33554432000 4194304 9016284 140735800608672 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/8968/statm: 81176 79893 709 1178 0 79994 0
Current children cumulated CPU time (s) 1782.33
Current children cumulated vsize (KiB) 324704

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

[startup+1785.6 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 9511
/proc/meminfo: memFree=30976860/32950928 swapFree=67079488/67111528
[pid=8968] ppid=8966 vsize=324704 CPUtime=1785.64 cores=1,3,5,7
/proc/8968/stat : 8968 (scip-2.0.1.4b_2) R 8966 8968 7911 0 -1 4202496 251281 0 0 0 176902 1662 0 0 25 0 1 0 888614758 332496896 79942 33554432000 4194304 9016284 140735800608672 18446744073709551615 7181032 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/8968/statm: 81176 79942 702 1178 0 79994 0
Current children cumulated CPU time (s) 1785.64
Current children cumulated vsize (KiB) 324704

[startup+1792.01 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 9511
/proc/meminfo: memFree=30976732/32950928 swapFree=67079488/67111528
[pid=8968] ppid=8966 vsize=324844 CPUtime=1792.04 cores=1,3,5,7
/proc/8968/stat : 8968 (scip-2.0.1.4b_2) R 8966 8968 7911 0 -1 4202496 251322 0 0 0 177538 1666 0 0 25 0 1 0 888614758 332640256 79983 33554432000 4194304 9016284 140735800608672 18446744073709551615 7091578 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/8968/statm: 81211 79983 702 1178 0 80029 0
Current children cumulated CPU time (s) 1792.04
Current children cumulated vsize (KiB) 324844

[startup+1795.2 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 9511
/proc/meminfo: memFree=30976856/32950928 swapFree=67079488/67111528
[pid=8968] ppid=8966 vsize=324844 CPUtime=1795.24 cores=1,3,5,7
/proc/8968/stat : 8968 (scip-2.0.1.4b_2) R 8966 8968 7911 0 -1 4202496 251331 0 0 0 177855 1669 0 0 25 0 1 0 888614758 332640256 79992 33554432000 4194304 9016284 140735800608672 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/8968/statm: 81211 79992 702 1178 0 80029 0
Current children cumulated CPU time (s) 1795.24
Current children cumulated vsize (KiB) 324844

[startup+1796 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 9511
/proc/meminfo: memFree=30976856/32950928 swapFree=67079488/67111528
[pid=8968] ppid=8966 vsize=324844 CPUtime=1796.03 cores=1,3,5,7
/proc/8968/stat : 8968 (scip-2.0.1.4b_2) R 8966 8968 7911 0 -1 4202496 251332 0 0 0 177934 1669 0 0 25 0 1 0 888614758 332640256 79993 33554432000 4194304 9016284 140735800608672 18446744073709551615 7080744 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/8968/statm: 81211 79993 702 1178 0 80029 0
Current children cumulated CPU time (s) 1796.03
Current children cumulated vsize (KiB) 324844

[startup+1796.8 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 9511
/proc/meminfo: memFree=30976724/32950928 swapFree=67079488/67111528
[pid=8968] ppid=8966 vsize=324844 CPUtime=1796.84 cores=1,3,5,7
/proc/8968/stat : 8968 (scip-2.0.1.4b_2) R 8966 8968 7911 0 -1 4202496 251332 0 0 0 178013 1671 0 0 25 0 1 0 888614758 332640256 79993 33554432000 4194304 9016284 140735800608672 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/8968/statm: 81211 79993 702 1178 0 80029 0
Current children cumulated CPU time (s) 1796.84
Current children cumulated vsize (KiB) 324844

[startup+1797.2 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 9511
/proc/meminfo: memFree=30976724/32950928 swapFree=67079488/67111528
[pid=8968] ppid=8966 vsize=322908 CPUtime=1797.24 cores=1,3,5,7
/proc/8968/stat : 8968 (scip-2.0.1.4b_2) R 8966 8968 7911 0 -1 4202496 251336 0 0 0 178053 1671 0 0 25 0 1 0 888614758 330657792 79513 33554432000 4194304 9016284 140735800608672 18446744073709551615 6469248 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/8968/statm: 80727 79513 704 1178 0 79545 0
Current children cumulated CPU time (s) 1797.24
Current children cumulated vsize (KiB) 322908

Child status: 0
Real time (s): 1797.23
CPU time (s): 1797.27
CPU user time (s): 1780.54
CPU system time (s): 16.7285
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 344388

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1780.54
system time used= 16.7285
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 251341
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= 1573

runsolver used 2.78658 second user time and 6.61799 second system time

The end

Launcher Data

Begin job on node125 at 2011-06-11 07:29:11
IDJOB=3488973
IDBENCH=2270
IDSOLVER=1979
FILE ID=node125/3488973-1307770151
RUNJOBID= node125-1307759259-7930
PBS_JOBID= 13550864
Free space on /tmp= 74012 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/frb35-17-opb/normalized-frb35-17-4.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-3488973-1307770151/watcher-3488973-1307770151 -o /tmp/evaluation-result-3488973-1307770151/solver-3488973-1307770151 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3488973-1307770151.opb -t 1800 -m 15500

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

MD5SUM BENCH= 4acf18ad1cd52676d2699a99f210ed0a
RANDOM SEED=1948082143

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      31259756 kB
Buffers:        278348 kB
Cached:         731256 kB
SwapCached:       3400 kB
Active:         946860 kB
Inactive:       545952 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      31259756 kB
SwapTotal:    67111528 kB
SwapFree:     67079488 kB
Dirty:           17132 kB
Writeback:           0 kB
AnonPages:      481308 kB
Mapped:          16900 kB
Slab:           132480 kB
PageTables:       5216 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   658236 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= 73984 MiB
End job on node125 at 2011-06-11 07:59:08