Trace number 3485531

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 2 2011-06-10 (fixed)SAT-33 1797.27 1797.21

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.4 [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-3485531-1307769125.opb>
0.09/0.13	c original problem has 595 variables (595 bin, 0 int, 0 impl, 0 cont) and 27842 constraints
0.09/0.13	c problem read
0.09/0.13	c presolving settings loaded
0.09/0.19	o 0
0.09/0.19	c feasible solution found by trivial heuristic, objective value  0.000000e+00
0.09/0.19	c presolving:
0.29/0.31	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.59	c    (0.6s) probing: 101/595 (17.0%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.49/0.59	c    (0.6s) probing aborted: 100/100 successive totally useless probings
0.49/0.59	c presolving (2 rounds):
0.49/0.59	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.59	c  55684 implications, 0 cliques
0.49/0.59	c presolved problem has 595 variables (595 bin, 0 int, 0 impl, 0 cont) and 27842 constraints
0.49/0.59	c   27842 constraints of type <setppc>
0.49/0.59	c transformed objective value is always integral (scale: 1)
0.49/0.59	c Presolving Time: 0.44
0.49/0.59	c - non default parameters ----------------------------------------------------------------------
0.49/0.59	c # SCIP version 2.0.1.4
0.49/0.59	c 
0.49/0.59	c # frequency for displaying node information lines
0.49/0.59	c # [type: int, range: [-1,2147483647], default: 100]
0.49/0.59	c display/freq = 10000
0.49/0.59	c 
0.49/0.59	c # maximal time in seconds to run
0.49/0.59	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.49/0.59	c limits/time = 1797
0.49/0.59	c 
0.49/0.59	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.49/0.59	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.49/0.59	c limits/memory = 13950
0.49/0.59	c 
0.49/0.59	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.49/0.59	c # [type: int, range: [1,2], default: 1]
0.49/0.59	c timing/clocktype = 2
0.49/0.59	c 
0.49/0.59	c # belongs reading time to solving time?
0.49/0.59	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.49/0.59	c timing/reading = TRUE
0.49/0.59	c 
0.49/0.59	c # should presolving try to simplify inequalities
0.49/0.59	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.49/0.59	c constraints/linear/simplifyinequalities = TRUE
0.49/0.59	c 
0.49/0.59	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.49/0.59	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.49/0.59	c constraints/indicator/addCouplingCons = TRUE
0.49/0.59	c 
0.49/0.59	c # should presolving try to simplify knapsacks
0.49/0.59	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.49/0.59	c constraints/knapsack/simplifyinequalities = TRUE
0.49/0.59	c 
0.49/0.59	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.49/0.59	c # [type: int, range: [-1,2147483647], default: -1]
0.49/0.59	c separating/rapidlearning/freq = 0
0.49/0.59	c 
0.49/0.59	c -----------------------------------------------------------------------------------------------
0.49/0.59	c start solving
0.49/0.59	c 
0.79/0.88	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.88	c t 0.9s|     1 |     0 |   598 |     - |  32M|   0 | 595 | 595 |  27k| 595 |  27k|   0 |   0 |   0 |-2.975000e+02 | 0.000000e+00 | 100.00%
0.79/0.89	o -1
0.79/0.89	c R 0.9s|     1 |     0 |   598 |     - |  32M|   0 | 595 | 595 |  27k| 595 |  27k|   0 |   0 |   0 |-2.975000e+02 |-1.000000e+00 |  99.66%
1.29/1.36	c   1.4s|     1 |     0 |   809 |     - |  32M|   0 | 548 | 595 |  27k| 595 |  27k|   7 |   0 |   0 |-2.740000e+02 |-1.000000e+00 |  99.64%
1.29/1.36	o -24
1.29/1.36	c b 1.4s|     1 |     0 |   809 |     - |  32M|   0 | 548 | 595 |  27k| 595 |  27k|   7 |   0 |   0 |-2.740000e+02 |-2.400000e+01 |  91.24%
1.79/1.87	c   1.9s|     1 |     0 |   933 |     - |  32M|   0 | 506 | 595 |  27k| 595 |  27k|  25 |   0 |   0 |-2.530000e+02 |-2.400000e+01 |  90.51%
2.49/2.54	c   2.5s|     1 |     0 |  1140 |     - |  32M|   0 | 465 | 595 |  27k| 595 |  27k|  44 |   0 |   0 |-2.325000e+02 |-2.400000e+01 |  89.68%
3.09/3.20	c   3.2s|     1 |     0 |  1258 |     - |  32M|   0 | 428 | 595 |  27k| 595 |  27k|  57 |   0 |   0 |-2.140000e+02 |-2.400000e+01 |  88.79%
3.79/3.88	c   3.9s|     1 |     0 |  1433 |     - |  33M|   0 | 396 | 595 |  27k| 595 |  27k|  63 |   0 |   0 |-1.980000e+02 |-2.400000e+01 |  87.88%
4.79/4.81	c   4.8s|     1 |     0 |  2171 |     - |  33M|   0 | 370 | 595 |  27k| 595 |  27k|  75 |   0 |   0 |-1.850000e+02 |-2.400000e+01 |  87.03%
5.69/5.70	c   5.7s|     1 |     0 |  2644 |     - |  33M|   0 | 334 | 595 |  27k| 595 |  27k|  86 |   0 |   0 |-1.670000e+02 |-2.400000e+01 |  85.63%
6.50/6.54	c   6.5s|     1 |     0 |  2984 |     - |  33M|   0 | 307 | 595 |  27k| 595 |  27k|  95 |   0 |   0 |-1.535000e+02 |-2.400000e+01 |  84.36%
7.49/7.53	c   7.5s|     1 |     0 |  3905 |     - |  33M|   0 | 262 | 595 |  27k| 595 |  27k| 108 |   0 |   0 |-1.310000e+02 |-2.400000e+01 |  81.68%
8.39/8.43	c   8.4s|     1 |     0 |  4892 |     - |  33M|   0 | 230 | 595 |  27k| 595 |  27k| 119 |   0 |   0 |-1.150000e+02 |-2.400000e+01 |  79.13%
9.09/9.10	c   9.1s|     1 |     0 |  6339 |     - |  33M|   0 | 187 | 595 |  27k| 595 |  27k| 132 |   0 |   0 |-9.350000e+01 |-2.400000e+01 |  74.33%
9.39/9.45	c   9.5s|     1 |     0 |  6730 |     - |  33M|   0 | 170 | 595 |  27k| 595 |  27k| 142 |   0 |   0 |-8.500000e+01 |-2.400000e+01 |  71.76%
9.99/10.04	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
9.99/10.04	c  10.0s|     1 |     0 |  7872 |     - |  33M|   0 | 145 | 595 |  27k| 595 |  27k| 153 |   0 |   0 |-7.250000e+01 |-2.400000e+01 |  66.90%
10.29/10.32	c  10.3s|     1 |     0 |  8113 |     - |  33M|   0 | 136 | 595 |  27k| 595 |  28k| 162 |   0 |   0 |-6.266667e+01 |-2.400000e+01 |  61.70%
10.59/10.62	c  10.6s|     1 |     0 |  8554 |     - |  33M|   0 | 122 | 595 |  27k| 595 |  28k| 170 |   0 |   0 |-5.550000e+01 |-2.400000e+01 |  56.76%
10.79/10.84	c  10.8s|     1 |     0 |  8668 |     - |  33M|   0 | 102 | 595 |  27k| 595 |  28k| 178 |   0 |   0 |-5.000000e+01 |-2.400000e+01 |  52.00%
11.09/11.10	c  11.1s|     1 |     0 |  8836 |     - |  33M|   0 | 106 | 595 |  27k| 595 |  28k| 190 |   0 |   0 |-4.475000e+01 |-2.400000e+01 |  46.37%
11.29/11.37	c  11.4s|     1 |     0 |  9159 |     - |  33M|   0 | 167 | 595 |  27k| 595 |  28k| 199 |   0 |   0 |-3.993750e+01 |-2.400000e+01 |  39.91%
11.69/11.72	c  11.7s|     1 |     0 |  9686 |     - |  33M|   0 | 196 | 595 |  27k| 595 |  28k| 208 |   0 |   0 |-3.593750e+01 |-2.400000e+01 |  33.22%
11.89/11.97	c  12.0s|     1 |     0 |  9809 |     - |  33M|   0 | 183 | 595 |  27k| 595 |  28k| 215 |   0 |   0 |-3.500000e+01 |-2.400000e+01 |  31.43%
14.39/14.44	c  14.4s|     1 |     0 |  9881 |     - |  33M|   0 | 179 | 595 |  27k| 595 |  28k| 227 |   0 |   0 |-3.500000e+01 |-2.400000e+01 |  31.43%
16.50/16.57	c  16.6s|     1 |     0 | 10258 |     - |  33M|   0 | 160 | 595 |  27k| 595 |  28k| 237 |   0 |   0 |-3.500000e+01 |-2.400000e+01 |  31.43%
17.09/17.19	c  17.2s|     1 |     0 | 10527 |     - |  33M|   0 | 136 | 595 |  27k| 595 |  27k| 250 |   0 |   0 |-3.500000e+01 |-2.400000e+01 |  31.43%
19.30/19.39	c  19.4s|     1 |     0 | 10641 |     - |  33M|   0 | 147 | 595 |  27k| 595 |  28k| 260 |   0 |   0 |-3.500000e+01 |-2.400000e+01 |  31.43%
22.19/22.29	c  22.3s|     1 |     0 | 11669 |     - |  33M|   0 | 165 | 595 |  27k| 595 |  28k| 271 |   0 |   0 |-3.500000e+01 |-2.400000e+01 |  31.43%
28.39/28.40	c  28.4s|     1 |     2 | 11669 |     - |  33M|   0 | 165 | 595 |  27k| 595 |  28k| 271 |   0 |  33 |-3.500000e+01 |-2.400000e+01 |  31.43%
47.98/48.04	o -25
47.98/48.04	c *48.0s|    13 |    12 | 12845 |  98.0 |  34M|  12 |   - | 595 |  27k| 595 |  27k| 271 |   0 | 293 |-3.500000e+01 |-2.500000e+01 |  28.57%
48.69/48.74	o -26
48.69/48.74	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
48.69/48.74	c *48.7s|    15 |    10 | 12901 |  88.0 |  34M|  13 |   - | 595 |  27k| 595 |  27k| 271 |   0 | 329 |-3.500000e+01 |-2.600000e+01 |  25.71%
60.49/60.59	o -27
60.49/60.59	c r60.6s|    24 |    17 | 14398 | 118.7 |  34M|  13 |   4 | 595 |  27k| 595 |  27k| 271 |   0 | 491 |-3.500000e+01 |-2.700000e+01 |  22.86%
60.49/60.59	o -28
60.49/60.59	c R60.6s|    24 |    16 | 14398 | 118.7 |  34M|  13 |   4 | 595 |  27k| 595 |  27k| 271 |   0 | 491 |-3.500000e+01 |-2.800000e+01 |  20.00%
71.40/71.47	o -29
71.40/71.47	c p71.5s|    40 |    29 | 15307 |  93.3 |  35M|  15 |   - | 595 |  27k| 595 |  27k| 271 |   0 | 790 |-3.500000e+01 |-2.900000e+01 |  17.14%
108.59/108.65	o -30
108.59/108.65	c * 109s|   895 |   358 | 47792 |  40.4 |  42M|  52 |   - | 595 |  27k| 595 |  27k| 271 |   0 |1185 |-3.500000e+01 |-3.000000e+01 |  14.29%
118.59/118.70	o -31
118.59/118.70	c * 119s|  1373 |   360 | 59859 |  35.1 |  43M|  63 |   - | 595 |  27k| 595 |  27k| 271 |   0 |1271 |-3.500000e+01 |-3.100000e+01 |  11.43%
320.69/320.79	c   321s| 10000 |  3485 |362803 |  35.1 | 100M|  95 |  51 | 595 |  27k| 595 |  27k| 271 |   0 |2303 |-3.500000e+01 |-3.100000e+01 |  11.43%
530.11/530.16	c   530s| 20000 |  6547 |679889 |  33.4 | 152M|  95 |  66 | 595 |  27k| 595 |  27k| 271 |   0 |3395 |-3.500000e+01 |-3.100000e+01 |  11.43%
716.31/716.36	c   716s| 30000 |  9379 |986690 |  32.5 | 199M|  96 |  45 | 595 |  27k| 595 |  27k| 271 |   0 |4119 |-3.500000e+01 |-3.100000e+01 |  11.43%
769.22/769.23	o -32
769.22/769.23	c * 769s| 33135 |  6809 |  1085k|  32.4 | 169M|  96 |   - | 595 |  27k| 595 |  27k| 271 |   0 |4140 |-3.500000e+01 |-3.200000e+01 |   8.57%
887.42/887.43	c   887s| 40000 |  8094 |  1282k|  31.8 | 192M|  96 | 113 | 595 |  27k| 595 |  27k| 271 |   0 |4478 |-3.500000e+01 |-3.200000e+01 |   8.57%
908.92/908.94	o -33
908.92/908.94	c * 909s| 41313 |  4438 |  1315k|  31.6 | 134M|  96 |   - | 595 |  27k| 595 |  27k| 271 |   0 |4566 |-3.500000e+01 |-3.300000e+01 |   5.71%
1058.23/1058.27	c  1058s| 50000 |  5061 |  1551k|  30.8 | 148M|  96 |  66 | 595 |  27k| 595 |  27k| 271 |   0 |5124 |-3.500000e+01 |-3.300000e+01 |   5.71%
1224.03/1224.03	c  1224s| 60000 |  5701 |  1815k|  30.1 | 164M|  96 |   - | 595 |  27k| 595 |  27k| 271 |   0 |5695 |-3.500000e+01 |-3.300000e+01 |   5.71%
1394.54/1394.52	c  1395s| 70000 |  6313 |  2091k|  29.7 | 178M|  96 |   - | 595 |  27k| 595 |  27k| 271 |   0 |6220 |-3.500000e+01 |-3.300000e+01 |   5.71%
1563.15/1563.12	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1563.15/1563.12	c  1563s| 80000 |  6867 |  2362k|  29.4 | 191M|  96 |  98 | 595 |  27k| 595 |  27k| 271 |   0 |6789 |-3.500000e+01 |-3.300000e+01 |   5.71%
1733.25/1733.29	c  1733s| 90000 |  7385 |  2638k|  29.2 | 205M|  96 | 110 | 595 |  27k| 595 |  27k| 271 |   0 |7390 |-3.500000e+01 |-3.300000e+01 |   5.71%
1797.05/1797.00	c 
1797.05/1797.00	c SCIP Status        : solving was interrupted [time limit reached]
1797.05/1797.00	c Solving Time (sec) : 1797.01
1797.05/1797.00	c Solving Nodes      : 93561
1797.05/1797.00	c Primal Bound       : -3.30000000000000e+01 (496 solutions)
1797.05/1797.00	c Dual Bound         : -3.50000000000000e+01
1797.05/1797.00	c Gap                : 5.71 %
1797.05/1797.01	s SATISFIABLE
1797.05/1797.01	v -x1 x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10 -x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20 -x21 -x22 -x23 -x24 x25 -x26 -x27 -x28 
1797.05/1797.01	v -x29 -x30 -x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40 -x41 -x42 -x43 x44 -x45 -x46 -x47 -x48 -x49 -x50 -x51 -x52 -x53 
1797.05/1797.01	v -x54 -x55 -x56 -x57 -x58 -x59 x60 -x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70 -x71 -x72 -x73 x74 -x75 -x76 -x77 -x78 -x79 
1797.05/1797.01	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.05/1797.01	v -x104 -x105 -x106 -x107 -x108 -x109 -x110 -x111 -x112 -x113 -x114 -x115 -x116 -x117 x118 -x119 -x120 -x121 -x122 -x123 -x124 
1797.05/1797.01	v -x125 -x126 -x127 -x128 -x129 -x130 -x131 -x132 -x133 -x134 -x135 -x136 -x137 -x138 -x139 -x140 -x141 -x142 x143 -x144 -x145 
1797.05/1797.01	v -x146 -x147 -x148 -x149 -x150 -x151 -x152 -x153 -x154 -x155 -x156 -x157 -x158 x159 -x160 -x161 -x162 -x163 -x164 -x165 -x166 
1797.05/1797.01	v -x167 -x168 -x169 -x170 -x171 -x172 -x173 -x174 -x175 -x176 -x177 -x178 -x179 -x180 -x181 -x182 -x183 x184 -x185 -x186 -x187 
1797.05/1797.01	v -x188 -x189 x190 -x191 -x192 -x193 -x194 -x195 -x196 -x197 -x198 -x199 -x200 -x201 -x202 -x203 -x204 -x205 -x206 -x207 -x208 
1797.05/1797.01	v -x209 -x210 -x211 -x212 -x213 -x214 -x215 x216 -x217 -x218 -x219 -x220 -x221 -x222 -x223 -x224 -x225 -x226 -x227 -x228 -x229 
1797.05/1797.01	v -x230 -x231 x232 -x233 -x234 -x235 -x236 -x237 -x238 -x239 -x240 -x241 -x242 -x243 -x244 -x245 -x246 -x247 -x248 -x249 -x250 
1797.05/1797.01	v -x251 -x252 x253 -x254 -x255 -x256 -x257 -x258 -x259 -x260 -x261 -x262 x263 -x264 -x265 -x266 -x267 -x268 -x269 -x270 -x271 
1797.05/1797.01	v -x272 -x273 -x274 -x275 -x276 -x277 -x278 -x279 x280 -x281 -x282 -x283 -x284 -x285 -x286 -x287 -x288 -x289 -x290 -x291 -x292 
1797.05/1797.01	v -x293 -x294 -x295 -x296 -x297 -x298 -x299 -x300 -x301 x302 -x303 -x304 -x305 -x306 -x307 -x308 -x309 -x310 -x311 -x312 -x313 
1797.05/1797.01	v -x314 -x315 -x316 -x317 -x318 x319 -x320 -x321 -x322 -x323 x324 -x325 -x326 -x327 -x328 -x329 -x330 -x331 -x332 -x333 -x334 
1797.05/1797.01	v -x335 -x336 -x337 -x338 -x339 -x340 -x341 -x342 x343 -x344 -x345 -x346 -x347 -x348 -x349 -x350 -x351 -x352 -x353 -x354 -x355 
1797.05/1797.01	v -x356 -x357 -x358 -x359 -x360 -x361 x362 -x363 -x364 -x365 -x366 -x367 -x368 -x369 -x370 -x371 -x372 -x373 -x374 -x375 -x376 
1797.05/1797.01	v -x377 -x378 -x379 -x380 -x381 -x382 -x383 -x384 x385 -x386 -x387 -x388 -x389 -x390 -x391 -x392 -x393 -x394 -x395 -x396 -x397 
1797.05/1797.01	v -x398 -x399 -x400 x401 -x402 -x403 -x404 -x405 -x406 -x407 -x408 -x409 -x410 -x411 -x412 -x413 -x414 -x415 x416 -x417 -x418 -x419 
1797.05/1797.01	v -x420 -x421 -x422 -x423 -x424 -x425 -x426 -x427 -x428 -x429 -x430 -x431 -x432 -x433 -x434 -x435 -x436 -x437 -x438 -x439 
1797.05/1797.01	v -x440 -x441 -x442 -x443 -x444 -x445 -x446 -x447 -x448 -x449 -x450 -x451 -x452 -x453 x454 -x455 -x456 -x457 -x458 -x459 x460 -x461 
1797.05/1797.01	v -x462 -x463 -x464 -x465 -x466 -x467 -x468 -x469 -x470 -x471 -x472 -x473 -x474 -x475 -x476 -x477 -x478 -x479 -x480 -x481 
1797.05/1797.01	v -x482 -x483 -x484 -x485 -x486 -x487 -x488 -x489 -x490 -x491 x492 -x493 -x494 -x495 -x496 -x497 -x498 -x499 -x500 -x501 -x502 
1797.05/1797.01	v -x503 -x504 -x505 -x506 -x507 -x508 -x509 x510 -x511 -x512 -x513 -x514 -x515 -x516 -x517 -x518 -x519 -x520 x521 -x522 -x523 -x524 
1797.05/1797.01	v -x525 -x526 -x527 -x528 -x529 -x530 -x531 -x532 -x533 -x534 -x535 -x536 -x537 -x538 -x539 -x540 -x541 -x542 -x543 x544 -x545 
1797.05/1797.01	v -x546 -x547 -x548 -x549 -x550 -x551 -x552 -x553 -x554 x555 -x556 -x557 -x558 -x559 -x560 -x561 -x562 -x563 -x564 -x565 -x566 
1797.05/1797.01	v -x567 -x568 -x569 -x570 -x571 x572 -x573 -x574 -x575 -x576 -x577 -x578 -x579 -x580 -x581 -x582 -x583 -x584 x585 -x586 -x587 
1797.05/1797.01	v -x588 -x589 -x590 -x591 -x592 -x593 -x594 -x595 
1797.05/1797.01	c SCIP Status        : solving was interrupted [time limit reached]
1797.05/1797.01	c Total Time         :    1797.01
1797.05/1797.01	c   solving          :    1797.01
1797.05/1797.01	c   presolving       :       0.44 (included in solving)
1797.05/1797.01	c   reading          :       0.13 (included in solving)
1797.05/1797.01	c Original Problem   :
1797.05/1797.01	c   Problem name     : HOME/instance-3485531-1307769125.opb
1797.05/1797.01	c   Variables        : 595 (595 binary, 0 integer, 0 implicit integer, 0 continuous)
1797.05/1797.01	c   Constraints      : 27842 initial, 27842 maximal
1797.05/1797.01	c Presolved Problem  :
1797.05/1797.01	c   Problem name     : t_HOME/instance-3485531-1307769125.opb
1797.05/1797.01	c   Variables        : 595 (595 binary, 0 integer, 0 implicit integer, 0 continuous)
1797.05/1797.01	c   Constraints      : 27842 initial, 27842 maximal
1797.05/1797.01	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1797.05/1797.01	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
1797.05/1797.01	c   dualfix          :       0.00          0          0          0          0          0          0          0          0          0
1797.05/1797.01	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1797.05/1797.01	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1797.05/1797.01	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1797.05/1797.01	c   probing          :       0.26          0          0          0          0          0          0          0          0          0
1797.05/1797.01	c   setppc           :       0.02          0          0          0          0          0          0          0          0          0
1797.05/1797.01	c   linear           :       0.10          0          0          0          0          0          0          0          0          0
1797.05/1797.01	c   root node        :          -          0          -          -          0          -          -          -          -          -
1797.05/1797.01	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1797.05/1797.01	c   integral         :          0          0          0      55238          0        495          0         89       1718          0          0     108770
1797.05/1797.01	c   setppc           :      27842         25     153484          6          2        490          0          0    1482067          0          0          0
1797.05/1797.01	c   countsols        :          0          0          0          6          2        493          0          0          0          0          0          0
1797.05/1797.01	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1797.05/1797.01	c   integral         :     250.20       0.00       0.00     250.19       0.00       0.01       0.00
1797.05/1797.01	c   setppc           :      21.52       0.04      21.19       0.00       0.00       0.29       0.00
1797.05/1797.01	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1797.05/1797.01	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1797.05/1797.01	c   vbounds          :          0          0          0          0
1797.05/1797.01	c   rootredcost      :          8          0          0          0
1797.05/1797.01	c   pseudoobj        :     153405          0          0          0
1797.05/1797.01	c Propagator Timings :  TotalTime  Propagate    Resprop
1797.05/1797.01	c   vbounds          :       0.05       0.05       0.00
1797.05/1797.01	c   rootredcost      :       0.05       0.05       0.00
1797.05/1797.01	c   pseudoobj        :       2.25       2.25       0.00
1797.05/1797.01	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1797.05/1797.01	c   propagation      :       0.00          0          0          0        0.0          0        0.0          -
1797.05/1797.01	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1797.05/1797.01	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1797.05/1797.01	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1797.05/1797.01	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1797.05/1797.01	c   applied globally :          -          -          -          0        0.0          -          -          -
1797.05/1797.01	c   applied locally  :          -          -          -          0        0.0          -          -          -
1797.05/1797.01	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1797.05/1797.01	c   cut pool         :       0.00         24          -          -         85          -    (maximal pool size: 631)
1797.05/1797.01	c   redcost          :       0.69      55476          0        231          0          0
1797.05/1797.01	c   impliedbounds    :       0.01         25          0          0          0          0
1797.05/1797.01	c   intobj           :       0.00          0          0          0          0          0
1797.05/1797.01	c   gomory           :      11.31         25          0          0      11252          0
1797.05/1797.01	c   cgmip            :       0.00          0          0          0          0          0
1797.05/1797.01	c   closecuts        :       0.00          0          0          0          0          0
1797.05/1797.01	c   strongcg         :       1.67         20          0          0      10000          0
1797.05/1797.01	c   cmir             :       1.59         10          0          0          0          0
1797.05/1797.01	c   flowcover        :       1.87         10          0          0          0          0
1797.05/1797.01	c   clique           :       0.30         25          0          0        218          0
1797.05/1797.01	c   zerohalf         :       0.00          0          0          0          0          0
1797.05/1797.01	c   mcf              :       0.01          1          0          0          0          0
1797.05/1797.01	c   oddcycle         :       0.00          0          0          0          0          0
1797.05/1797.01	c   rapidlearning    :       0.00          0          0          0          0          0
1797.05/1797.01	c Pricers            :       Time      Calls       Vars
1797.05/1797.01	c   problem variables:       0.00          0          0
1797.05/1797.01	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1797.05/1797.01	c   relpscost        :     250.11      55232         89       1718          0          0     108770
1797.05/1797.01	c   pscost           :       0.00          0          0          0          0          0          0
1797.05/1797.01	c   inference        :       0.00          2          0          0          0          0          4
1797.05/1797.01	c   mostinf          :       0.00          0          0          0          0          0          0
1797.05/1797.01	c   leastinf         :       0.00          0          0          0          0          0          0
1797.05/1797.01	c   fullstrong       :       0.00          0          0          0          0          0          0
1797.05/1797.01	c   allfullstrong    :       0.00          0          0          0          0          0          0
1797.05/1797.01	c   random           :       0.00          0          0          0          0          0          0
1797.05/1797.01	c Primal Heuristics  :       Time      Calls      Found
1797.05/1797.01	c   LP solutions     :       0.06          -          6
1797.05/1797.01	c   pseudo solutions :       0.00          -          0
1797.05/1797.01	c   feaspump         :       0.00          0          0
1797.05/1797.01	c   intshifting      :       0.00          0          0
1797.05/1797.01	c   oneopt           :       0.09         10          1
1797.05/1797.01	c   veclendiving     :       4.30         45          2
1797.05/1797.01	c   guideddiving     :       7.50         45          0
1797.05/1797.01	c   linesearchdiving :       2.42         45          0
1797.05/1797.01	c   objpscostdiving  :       3.63         23         65
1797.05/1797.01	c   rootsoldiving    :       2.74         23         46
1797.05/1797.01	c   coefdiving       :       6.67         46          3
1797.05/1797.01	c   pscostdiving     :       2.71         46          6
1797.05/1797.01	c   fracdiving       :       8.13         46          1
1797.05/1797.01	c   crossover        :       2.70         23          2
1797.05/1797.01	c   trivial          :       0.00          2          1
1797.05/1797.01	c   shiftandpropagate:       0.00          0          0
1797.05/1797.01	c   simplerounding   :       0.72      55257        110
1797.05/1797.01	c   zirounding       :      17.96      12451        249
1797.05/1797.01	c   rounding         :      14.52      14827          2
1797.05/1797.01	c   shifting         :       1.64       1385          1
1797.05/1797.01	c   twoopt           :       0.00          0          0
1797.05/1797.01	c   fixandinfer      :       0.00          0          0
1797.05/1797.01	c   clique           :       0.00          0          0
1797.05/1797.01	c   intdiving        :       0.00          0          0
1797.05/1797.01	c   actconsdiving    :       0.00          0          0
1797.05/1797.01	c   octane           :       0.00          0          0
1797.05/1797.01	c   rens             :       0.57          1          1
1797.05/1797.01	c   rins             :       0.00          0          0
1797.05/1797.01	c   localbranching   :       0.00          0          0
1797.05/1797.01	c   mutation         :       0.00          0          0
1797.05/1797.01	c   dins             :       0.00          0          0
1797.05/1797.01	c   vbounds          :       0.00          0          0
1797.05/1797.01	c   undercover       :       0.00          0          0
1797.05/1797.01	c   subnlp           :       0.03          0          0
1797.05/1797.01	c   trysol           :       0.03          0          0
1797.05/1797.01	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1797.05/1797.01	c   primal LP        :       0.02          0          0       0.00       0.00
1797.05/1797.01	c   dual LP          :    1233.32      94344    2682734      28.44    2175.22
1797.05/1797.01	c   lex dual LP      :       0.00          0          0       0.00          -
1797.05/1797.01	c   barrier LP       :       0.00          0          0       0.00          -
1797.05/1797.01	c   diving/probing LP:      31.61       3649      52808      14.47    1670.37
1797.05/1797.01	c   strong branching :     247.12       7713     469493      60.87    1899.89
1797.05/1797.01	c     (at root node) :          -         33      11698     354.48          -
1797.05/1797.01	c   conflict analysis:       0.00          0          0       0.00          -
1797.05/1797.01	c B&B Tree           :
1797.05/1797.01	c   number of runs   :          1
1797.05/1797.01	c   nodes            :      93561
1797.05/1797.01	c   nodes (total)    :      93561
1797.05/1797.01	c   nodes left       :       7574
1797.05/1797.01	c   max depth        :         96
1797.05/1797.01	c   max depth (total):         96
1797.05/1797.01	c   backtracks       :       9374 (10.0%)
1797.05/1797.01	c   delayed cutoffs  :          0
1797.05/1797.01	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1797.05/1797.01	c   avg switch length:       4.95
1797.05/1797.01	c   switching time   :      45.10
1797.05/1797.01	c Solution           :
1797.05/1797.01	c   Solutions found  :        496 (12 improvements)
1797.05/1797.01	c   First Solution   : +0.00000000000000e+00   (in run 1, after 0 nodes, 0.19 seconds, depth 0, found by <trivial>)
1797.05/1797.01	c   Primal Bound     : -3.30000000000000e+01   (in run 1, after 41313 nodes, 908.90 seconds, depth 15, found by <relaxation>)
1797.05/1797.01	c   Dual Bound       : -3.50000000000000e+01
1797.05/1797.01	c   Gap              :       5.71 %
1797.05/1797.01	c   Root Dual Bound  : -3.50000000000000e+01
1797.05/1797.01	c   Root Iterations  :      11669
1797.25/1797.20	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-3485531-1307769125/watcher-3485531-1307769125 -o /tmp/evaluation-result-3485531-1307769125/solver-3485531-1307769125 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3485531-1307769125.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.00 2.00 1.93 3/177 11025
/proc/meminfo: memFree=31610928/32951124 swapFree=67050520/67111528
[pid=11025] ppid=11023 vsize=10448 CPUtime=0 cores=1,3,5,7
/proc/11025/stat : 11025 (scip-2.0.1.4_2.) R 11023 11025 8206 0 -1 4202496 1607 0 0 0 0 0 0 0 25 0 1 0 888514852 10698752 1561 33554432000 4194304 8979876 140733617759152 18446744073709551615 4445973 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/11025/statm: 2612 1563 366 1169 0 1439 0

[startup+0.0295909 s]
/proc/loadavg: 2.00 2.00 1.93 3/177 11025
/proc/meminfo: memFree=31610928/32951124 swapFree=67050520/67111528
[pid=11025] ppid=11023 vsize=12836 CPUtime=0.02 cores=1,3,5,7
/proc/11025/stat : 11025 (scip-2.0.1.4_2.) R 11023 11025 8206 0 -1 4202496 2201 0 0 0 2 0 0 0 25 0 1 0 888514852 13144064 2155 33554432000 4194304 8979876 140733617759152 18446744073709551615 7836048 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/11025/statm: 3209 2155 366 1169 0 2036 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 12836

[startup+0.100575 s]
/proc/loadavg: 2.00 2.00 1.93 3/177 11025
/proc/meminfo: memFree=31610928/32951124 swapFree=67050520/67111528
[pid=11025] ppid=11023 vsize=17420 CPUtime=0.09 cores=1,3,5,7
/proc/11025/stat : 11025 (scip-2.0.1.4_2.) R 11023 11025 8206 0 -1 4202496 3373 0 0 0 9 0 0 0 25 0 1 0 888514852 17838080 3327 33554432000 4194304 8979876 140733617759152 18446744073709551615 6203318 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/11025/statm: 4355 3327 366 1169 0 3182 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 17420

[startup+0.300541 s]
/proc/loadavg: 2.00 2.00 1.93 3/177 11025
/proc/meminfo: memFree=31610928/32951124 swapFree=67050520/67111528
[pid=11025] ppid=11023 vsize=62688 CPUtime=0.29 cores=1,3,5,7
/proc/11025/stat : 11025 (scip-2.0.1.4_2.) R 11023 11025 8206 0 -1 4202496 15084 0 0 0 28 1 0 0 25 0 1 0 888514852 64192512 14284 33554432000 4194304 8979876 140733617759152 18446744073709551615 6783404 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11025/statm: 15672 14284 497 1169 0 14499 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 62688

[startup+0.700465 s]
/proc/loadavg: 2.00 2.00 1.93 3/177 11025
/proc/meminfo: memFree=31610928/32951124 swapFree=67050520/67111528
[pid=11025] ppid=11023 vsize=94116 CPUtime=0.69 cores=1,3,5,7
/proc/11025/stat : 11025 (scip-2.0.1.4_2.) R 11023 11025 8206 0 -1 4202496 23724 0 0 0 67 2 0 0 25 0 1 0 888514852 96374784 21616 33554432000 4194304 8979876 140733617759152 18446744073709551615 6937217 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11025/statm: 23529 21616 618 1169 0 22356 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 94116

[startup+1.50031 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 11026
/proc/meminfo: memFree=31389356/32951124 swapFree=67050520/67111528
[pid=11025] ppid=11023 vsize=103212 CPUtime=1.49 cores=1,3,5,7
/proc/11025/stat : 11025 (scip-2.0.1.4_2.) R 11023 11025 8206 0 -1 4202496 26681 0 0 0 146 3 0 0 25 0 1 0 888514852 105689088 23942 33554432000 4194304 8979876 140733617759152 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11025/statm: 25803 23942 907 1169 0 24630 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 103212

[startup+3.101 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 11027
/proc/meminfo: memFree=31345584/32951124 swapFree=67050520/67111528
[pid=11025] ppid=11023 vsize=103212 CPUtime=3.09 cores=1,3,5,7
/proc/11025/stat : 11025 (scip-2.0.1.4_2.) R 11023 11025 8206 0 -1 4202496 27168 0 0 0 306 3 0 0 25 0 1 0 888514852 105689088 24362 33554432000 4194304 8979876 140733617759152 18446744073709551615 6601176 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11025/statm: 25803 24362 843 1169 0 24630 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 103212

[startup+6.3004 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 11027
/proc/meminfo: memFree=31195264/32951124 swapFree=67050520/67111528
[pid=11025] ppid=11023 vsize=106372 CPUtime=6.29 cores=1,3,5,7
/proc/11025/stat : 11025 (scip-2.0.1.4_2.) R 11023 11025 8206 0 -1 4202496 28240 0 0 0 624 5 0 0 25 0 1 0 888514852 108924928 25322 33554432000 4194304 8979876 140733617759152 18446744073709551615 6293618 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11025/statm: 26593 25322 751 1169 0 25420 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 106372

[startup+12.7002 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 11027
/proc/meminfo: memFree=31166296/32951124 swapFree=67050520/67111528
[pid=11025] ppid=11023 vsize=106552 CPUtime=12.69 cores=1,3,5,7
/proc/11025/stat : 11025 (scip-2.0.1.4_2.) R 11023 11025 8206 0 -1 4202496 28467 0 0 0 1258 11 0 0 25 0 1 0 888514852 109109248 25488 33554432000 4194304 8979876 140733617759152 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11025/statm: 26638 25488 691 1169 0 25465 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 106552

[startup+25.5008 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 11027
/proc/meminfo: memFree=31127176/32951124 swapFree=67050520/67111528
[pid=11025] ppid=11023 vsize=142704 CPUtime=25.49 cores=1,3,5,7
/proc/11025/stat : 11025 (scip-2.0.1.4_2.) R 11023 11025 8206 0 -1 4202496 37464 0 0 0 2515 34 0 0 25 0 1 0 888514852 146128896 34400 33554432000 4194304 8979876 140733617759152 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11025/statm: 35676 34400 708 1169 0 34503 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 142704

[startup+51.1009 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 11028
/proc/meminfo: memFree=31125624/32951124 swapFree=67050520/67111528
[pid=11025] ppid=11023 vsize=142704 CPUtime=51.09 cores=1,3,5,7
/proc/11025/stat : 11025 (scip-2.0.1.4_2.) R 11023 11025 8206 0 -1 4202496 37464 0 0 0 5053 56 0 0 25 0 1 0 888514852 146128896 34400 33554432000 4194304 8979876 140733617759152 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/11025/statm: 35676 34400 708 1169 0 34503 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 142704

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 11029
/proc/meminfo: memFree=31109036/32951124 swapFree=67050520/67111528
[pid=11025] ppid=11023 vsize=144360 CPUtime=102.29 cores=1,3,5,7
/proc/11025/stat : 11025 (scip-2.0.1.4_2.) R 11023 11025 8206 0 -1 4202496 38029 0 0 0 10117 112 0 0 25 0 1 0 888514852 147824640 34964 33554432000 4194304 8979876 140733617759152 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/11025/statm: 36090 34964 708 1169 0 34917 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 144360

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 11031
/proc/meminfo: memFree=31108904/32951124 swapFree=67050520/67111528
[pid=11025] ppid=11023 vsize=142620 CPUtime=162.29 cores=1,3,5,7
/proc/11025/stat : 11025 (scip-2.0.1.4_2.) R 11023 11025 8206 0 -1 4202496 47528 0 0 0 16051 178 0 0 25 0 1 0 888514852 146042880 34703 33554432000 4194304 8979876 140733617759152 18446744073709551615 7146511 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/11025/statm: 35655 34703 714 1169 0 34482 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 142620

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 11032
/proc/meminfo: memFree=31108732/32951124 swapFree=67050520/67111528
[pid=11025] ppid=11023 vsize=152364 CPUtime=222.29 cores=1,3,5,7
/proc/11025/stat : 11025 (scip-2.0.1.4_2.) R 11023 11025 8206 0 -1 4202496 58305 0 0 0 21974 255 0 0 25 0 1 0 888514852 156020736 36733 33554432000 4194304 8979876 140733617759152 18446744073709551615 7020800 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/11025/statm: 38091 36733 714 1169 0 36918 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 152364

[startup+282.3 s]
/proc/loadavg: 2.07 2.02 1.93 3/178 11034
/proc/meminfo: memFree=31092692/32951124 swapFree=67050520/67111528
[pid=11025] ppid=11023 vsize=168636 CPUtime=282.3 cores=1,3,5,7
/proc/11025/stat : 11025 (scip-2.0.1.4_2.) R 11023 11025 8206 0 -1 4202496 71057 0 0 0 27901 329 0 0 25 0 1 0 888514852 172683264 40760 33554432000 4194304 8979876 140733617759152 18446744073709551615 6892697 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/11025/statm: 42159 40760 714 1169 0 40986 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 168636

[startup+342.301 s]
/proc/loadavg: 2.02 2.01 1.93 3/178 11036
/proc/meminfo: memFree=31079624/32951124 swapFree=67050520/67111528
[pid=11025] ppid=11023 vsize=182196 CPUtime=342.3 cores=1,3,5,7
/proc/11025/stat : 11025 (scip-2.0.1.4_2.) R 11023 11025 8206 0 -1 4202496 83167 0 0 0 33824 406 0 0 25 0 1 0 888514852 186568704 44097 33554432000 4194304 8979876 140733617759152 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/11025/statm: 45549 44097 714 1169 0 44376 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 182196

[startup+402.301 s]
/proc/loadavg: 2.01 2.00 1.93 3/178 11037
/proc/meminfo: memFree=31060860/32951124 swapFree=67050520/67111528
[pid=11025] ppid=11023 vsize=201116 CPUtime=402.3 cores=1,3,5,7
/proc/11025/stat : 11025 (scip-2.0.1.4_2.) R 11023 11025 8206 0 -1 4202496 87819 0 0 0 39753 477 0 0 25 0 1 0 888514852 205942784 48749 33554432000 4194304 8979876 140733617759152 18446744073709551615 5537696 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/11025/statm: 50279 48749 714 1169 0 49106 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 201116

[startup+462.3 s]
/proc/loadavg: 2.07 2.02 1.94 3/178 11039
/proc/meminfo: memFree=31044708/32951124 swapFree=67050520/67111528
[pid=11025] ppid=11023 vsize=216336 CPUtime=462.3 cores=1,3,5,7
/proc/11025/stat : 11025 (scip-2.0.1.4_2.) R 11023 11025 8206 0 -1 4202496 100578 0 0 0 45677 553 0 0 25 0 1 0 888514852 221528064 52767 33554432000 4194304 8979876 140733617759152 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/11025/statm: 54084 52767 719 1169 0 52911 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 216336

[startup+522.301 s]
/proc/loadavg: 2.02 2.01 1.94 3/178 11040
/proc/meminfo: memFree=31028548/32951124 swapFree=67050520/67111528
[pid=11025] ppid=11023 vsize=232616 CPUtime=522.31 cores=1,3,5,7
/proc/11025/stat : 11025 (scip-2.0.1.4_2.) R 11023 11025 8206 0 -1 4202496 104663 0 0 0 51598 633 0 0 25 0 1 0 888514852 238198784 56826 33554432000 4194304 8979876 140733617759152 18446744073709551615 6916411 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/11025/statm: 58154 56826 720 1169 0 56981 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 232616

[startup+582.301 s]
/proc/loadavg: 2.01 2.00 1.94 3/178 11042
/proc/meminfo: memFree=31013496/32951124 swapFree=67050520/67111528
[pid=11025] ppid=11023 vsize=244356 CPUtime=582.31 cores=1,3,5,7
/proc/11025/stat : 11025 (scip-2.0.1.4_2.) R 11023 11025 8206 0 -1 4202496 107549 0 0 0 57521 710 0 0 25 0 1 0 888514852 250220544 59711 33554432000 4194304 8979876 140733617759152 18446744073709551615 7046344 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/11025/statm: 61089 59711 719 1169 0 59916 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 244356

[startup+642.3 s]

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

/proc/meminfo: memFree=30896640/32951124 swapFree=67050520/67111528
[pid=11025] ppid=11023 vsize=308068 CPUtime=1122.32 cores=1,3,5,7
/proc/11025/stat : 11025 (scip-2.0.1.4_2.) R 11023 11025 8206 0 -1 4202496 221658 0 0 0 110832 1400 0 0 25 0 1 0 888514852 315461632 76080 33554432000 4194304 8979876 140733617759152 18446744073709551615 7164608 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/11025/statm: 77017 76080 714 1169 0 75844 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 308068

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 11058
/proc/meminfo: memFree=30891016/32951124 swapFree=67050520/67111528
[pid=11025] ppid=11023 vsize=308068 CPUtime=1182.33 cores=1,3,5,7
/proc/11025/stat : 11025 (scip-2.0.1.4_2.) R 11023 11025 8206 0 -1 4202496 221670 0 0 0 116764 1469 0 0 25 0 1 0 888514852 315461632 76092 33554432000 4194304 8979876 140733617759152 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/11025/statm: 77017 76092 714 1169 0 75844 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 308068

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 11060
/proc/meminfo: memFree=30881796/32951124 swapFree=67050520/67111528
[pid=11025] ppid=11023 vsize=308068 CPUtime=1242.34 cores=1,3,5,7
/proc/11025/stat : 11025 (scip-2.0.1.4_2.) R 11023 11025 8206 0 -1 4202496 221674 0 0 0 122696 1538 0 0 25 0 1 0 888514852 315461632 76096 33554432000 4194304 8979876 140733617759152 18446744073709551615 7164623 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/11025/statm: 77017 76096 714 1169 0 75844 0
Current children cumulated CPU time (s) 1242.34
Current children cumulated vsize (KiB) 308068

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 11061
/proc/meminfo: memFree=30878176/32951124 swapFree=67050520/67111528
[pid=11025] ppid=11023 vsize=308804 CPUtime=1302.34 cores=1,3,5,7
/proc/11025/stat : 11025 (scip-2.0.1.4_2.) R 11023 11025 8206 0 -1 4202496 221680 0 0 0 128621 1613 0 0 25 0 1 0 888514852 316215296 76102 33554432000 4194304 8979876 140733617759152 18446744073709551615 7057168 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/11025/statm: 77201 76102 714 1169 0 76028 0
Current children cumulated CPU time (s) 1302.34
Current children cumulated vsize (KiB) 308804

[startup+1362.3 s]
/proc/loadavg: 2.06 2.01 1.95 3/178 11063
/proc/meminfo: memFree=30756348/32951124 swapFree=67050520/67111528
[pid=11025] ppid=11023 vsize=310872 CPUtime=1362.33 cores=1,3,5,7
/proc/11025/stat : 11025 (scip-2.0.1.4_2.) R 11023 11025 8206 0 -1 4202496 229518 0 0 0 134545 1688 0 0 25 0 1 0 888514852 318332928 76508 33554432000 4194304 8979876 140733617759152 18446744073709551615 7069185 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/11025/statm: 77718 76508 714 1169 0 76545 0
Current children cumulated CPU time (s) 1362.33
Current children cumulated vsize (KiB) 310872

[startup+1422.31 s]
/proc/loadavg: 2.02 2.01 1.95 3/178 11064
/proc/meminfo: memFree=30753332/32951124 swapFree=67050520/67111528
[pid=11025] ppid=11023 vsize=312692 CPUtime=1422.35 cores=1,3,5,7
/proc/11025/stat : 11025 (scip-2.0.1.4_2.) R 11023 11025 8206 0 -1 4202496 229985 0 0 0 140478 1757 0 0 25 0 1 0 888514852 320196608 76975 33554432000 4194304 8979876 140733617759152 18446744073709551615 6004044 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/11025/statm: 78173 76975 714 1169 0 77000 0
Current children cumulated CPU time (s) 1422.35
Current children cumulated vsize (KiB) 312692

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 11066
/proc/meminfo: memFree=30750940/32951124 swapFree=67050520/67111528
[pid=11025] ppid=11023 vsize=315052 CPUtime=1482.34 cores=1,3,5,7
/proc/11025/stat : 11025 (scip-2.0.1.4_2.) R 11023 11025 8206 0 -1 4202496 230560 0 0 0 146406 1828 0 0 25 0 1 0 888514852 322613248 77550 33554432000 4194304 8979876 140733617759152 18446744073709551615 5887222 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/11025/statm: 78763 77550 714 1169 0 77590 0
Current children cumulated CPU time (s) 1482.34
Current children cumulated vsize (KiB) 315052

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 11068
/proc/meminfo: memFree=30749640/32951124 swapFree=67050520/67111528
[pid=11025] ppid=11023 vsize=316460 CPUtime=1542.34 cores=1,3,5,7
/proc/11025/stat : 11025 (scip-2.0.1.4_2.) R 11023 11025 8206 0 -1 4202496 230939 0 0 0 152336 1898 0 0 25 0 1 0 888514852 324055040 77929 33554432000 4194304 8979876 140733617759152 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/11025/statm: 79115 77929 714 1169 0 77942 0
Current children cumulated CPU time (s) 1542.34
Current children cumulated vsize (KiB) 316460

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.95 4/178 11069
/proc/meminfo: memFree=30747484/32951124 swapFree=67050520/67111528
[pid=11025] ppid=11023 vsize=318240 CPUtime=1602.34 cores=1,3,5,7
/proc/11025/stat : 11025 (scip-2.0.1.4_2.) R 11023 11025 8206 0 -1 4202496 231401 0 0 0 158268 1966 0 0 25 0 1 0 888514852 325877760 78391 33554432000 4194304 8979876 140733617759152 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/11025/statm: 79560 78391 714 1169 0 78387 0
Current children cumulated CPU time (s) 1602.34
Current children cumulated vsize (KiB) 318240

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 11071
/proc/meminfo: memFree=30743692/32951124 swapFree=67050520/67111528
[pid=11025] ppid=11023 vsize=322236 CPUtime=1662.35 cores=1,3,5,7
/proc/11025/stat : 11025 (scip-2.0.1.4_2.) R 11023 11025 8206 0 -1 4202496 232357 0 0 0 164198 2037 0 0 25 0 1 0 888514852 329969664 79347 33554432000 4194304 8979876 140733617759152 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/11025/statm: 80559 79347 714 1169 0 79386 0
Current children cumulated CPU time (s) 1662.35
Current children cumulated vsize (KiB) 322236

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 11072
/proc/meminfo: memFree=30741424/32951124 swapFree=67050520/67111528
[pid=11025] ppid=11023 vsize=324828 CPUtime=1722.34 cores=1,3,5,7
/proc/11025/stat : 11025 (scip-2.0.1.4_2.) R 11023 11025 8206 0 -1 4202496 232926 0 0 0 170126 2108 0 0 25 0 1 0 888514852 332623872 79916 33554432000 4194304 8979876 140733617759152 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/11025/statm: 81207 79916 714 1169 0 80034 0
Current children cumulated CPU time (s) 1722.34
Current children cumulated vsize (KiB) 324828

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 11074
/proc/meminfo: memFree=30739016/32951124 swapFree=67050520/67111528
[pid=11025] ppid=11023 vsize=327692 CPUtime=1782.35 cores=1,3,5,7
/proc/11025/stat : 11025 (scip-2.0.1.4_2.) R 11023 11025 8206 0 -1 4202496 241411 0 0 0 176054 2181 0 0 25 0 1 0 888514852 335556608 80484 33554432000 4194304 8979876 140733617759152 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/11025/statm: 81923 80484 714 1169 0 80750 0
Current children cumulated CPU time (s) 1782.35
Current children cumulated vsize (KiB) 327692

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

[startup+1785.5 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 11074
/proc/meminfo: memFree=30738888/32951124 swapFree=67050520/67111528
[pid=11025] ppid=11023 vsize=327692 CPUtime=1785.55 cores=1,3,5,7
/proc/11025/stat : 11025 (scip-2.0.1.4_2.) R 11023 11025 8206 0 -1 4202496 241459 0 0 0 176370 2185 0 0 25 0 1 0 888514852 335556608 80532 33554432000 4194304 8979876 140733617759152 18446744073709551615 7180146 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/11025/statm: 81923 80532 714 1169 0 80750 0
Current children cumulated CPU time (s) 1785.55
Current children cumulated vsize (KiB) 327692

[startup+1791.91 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 11074
/proc/meminfo: memFree=30738636/32951124 swapFree=67050520/67111528
[pid=11025] ppid=11023 vsize=327692 CPUtime=1791.95 cores=1,3,5,7
/proc/11025/stat : 11025 (scip-2.0.1.4_2.) R 11023 11025 8206 0 -1 4202496 241566 0 0 0 177003 2192 0 0 25 0 1 0 888514852 335556608 80639 33554432000 4194304 8979876 140733617759152 18446744073709551615 6547128 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/11025/statm: 81923 80639 714 1169 0 80750 0
Current children cumulated CPU time (s) 1791.95
Current children cumulated vsize (KiB) 327692

[startup+1795.1 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 11074
/proc/meminfo: memFree=30738380/32951124 swapFree=67050520/67111528
[pid=11025] ppid=11023 vsize=327692 CPUtime=1795.16 cores=1,3,5,7
/proc/11025/stat : 11025 (scip-2.0.1.4_2.) R 11023 11025 8206 0 -1 4202496 241604 0 0 0 177320 2196 0 0 25 0 1 0 888514852 335556608 80677 33554432000 4194304 8979876 140733617759152 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/11025/statm: 81923 80677 714 1169 0 80750 0
Current children cumulated CPU time (s) 1795.16
Current children cumulated vsize (KiB) 327692

[startup+1795.9 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 11074
/proc/meminfo: memFree=30738380/32951124 swapFree=67050520/67111528
[pid=11025] ppid=11023 vsize=327692 CPUtime=1795.95 cores=1,3,5,7
/proc/11025/stat : 11025 (scip-2.0.1.4_2.) R 11023 11025 8206 0 -1 4202496 241607 0 0 0 177399 2196 0 0 25 0 1 0 888514852 335556608 80680 33554432000 4194304 8979876 140733617759152 18446744073709551615 6896095 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/11025/statm: 81923 80680 714 1169 0 80750 0
Current children cumulated CPU time (s) 1795.95
Current children cumulated vsize (KiB) 327692

[startup+1796.7 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 11074
/proc/meminfo: memFree=30738504/32951124 swapFree=67050520/67111528
[pid=11025] ppid=11023 vsize=328228 CPUtime=1796.75 cores=1,3,5,7
/proc/11025/stat : 11025 (scip-2.0.1.4_2.) R 11023 11025 8206 0 -1 4202496 241644 0 0 0 177478 2197 0 0 25 0 1 0 888514852 336105472 80717 33554432000 4194304 8979876 140733617759152 18446744073709551615 5537696 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/11025/statm: 82057 80717 714 1169 0 80884 0
Current children cumulated CPU time (s) 1796.75
Current children cumulated vsize (KiB) 328228

[startup+1797.1 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 11074
/proc/meminfo: memFree=30738504/32951124 swapFree=67050520/67111528
[pid=11025] ppid=11023 vsize=328228 CPUtime=1797.15 cores=1,3,5,7
/proc/11025/stat : 11025 (scip-2.0.1.4_2.) R 11023 11025 8206 0 -1 4202496 241647 0 0 0 177518 2197 0 0 25 0 1 0 888514852 336105472 80720 33554432000 4194304 8979876 140733617759152 18446744073709551615 4330221 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/11025/statm: 82057 80720 717 1169 0 80884 0
Current children cumulated CPU time (s) 1797.15
Current children cumulated vsize (KiB) 328228

[startup+1797.2 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 11074
/proc/meminfo: memFree=30738504/32951124 swapFree=67050520/67111528
[pid=11025] ppid=11023 vsize=216320 CPUtime=1797.25 cores=1,3,5,7
/proc/11025/stat : 11025 (scip-2.0.1.4_2.) R 11023 11025 8206 0 -1 4202496 241647 0 0 0 177527 2198 0 0 25 0 1 0 888514852 221511680 27305 33554432000 4194304 8979876 140733617759152 18446744073709551615 8073290 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/11025/statm: 54080 27305 717 1169 0 52907 0
Current children cumulated CPU time (s) 1797.25
Current children cumulated vsize (KiB) 216320

Child status: 0
Real time (s): 1797.21
CPU time (s): 1797.27
CPU user time (s): 1775.27
CPU system time (s): 21.9917
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 356532

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1775.27
system time used= 21.9917
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 241652
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= 5
involuntary context switches= 1747

runsolver used 2.47462 second user time and 6.39703 second system time

The end

Launcher Data

Begin job on node102 at 2011-06-11 07:12:05
IDJOB=3485531
IDBENCH=2270
IDSOLVER=1977
FILE ID=node102/3485531-1307769125
RUNJOBID= node102-1307767326-10862
PBS_JOBID= 13550858
Free space on /tmp= 74124 MiB

SOLVER NAME= SCIP spx 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.4_2.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3485531-1307769125/watcher-3485531-1307769125 -o /tmp/evaluation-result-3485531-1307769125/solver-3485531-1307769125 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3485531-1307769125.opb -t 1800 -m 15500

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

MD5SUM BENCH= 4acf18ad1cd52676d2699a99f210ed0a
RANDOM SEED=422498208

node102.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	: 5226.15
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.82
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.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.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.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.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.82
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:     32951124 kB
MemFree:      31612844 kB
Buffers:        264116 kB
Cached:         830916 kB
SwapCached:      25172 kB
Active:         523992 kB
Inactive:       608636 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31612844 kB
SwapTotal:    67111528 kB
SwapFree:     67050520 kB
Dirty:           37256 kB
Writeback:           8 kB
AnonPages:       34608 kB
Mapped:          10632 kB
Slab:           141380 kB
PageTables:       3884 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   218348 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= 74104 MiB
End job on node102 at 2011-06-11 07:42:02