Trace number 3452623

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 SCIP 2.0.1.4. with SoPlex 1.5.0.4SAT (TO)-37 1800.13 1800.14

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/
~kexu/benchmarks/frb40-19-opb/normalized-frb40-19-4.opb
MD5SUM7262f9f4ab1a3ada75b3b140acf97f7d
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-37
Best CPU time to get the best result obtained on this benchmark1797.25
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -40
Optimality of the best value was proved NO
Number of variables760
Total number of constraints41605
Number of constraints which are clauses41605
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 760
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 760
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 760
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.4]
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-3452623-1307087824.opb>
0.19/0.24	c original problem has 760 variables (760 bin, 0 int, 0 impl, 0 cont) and 41605 constraints
0.19/0.24	c problem read
0.19/0.24	c presolving settings loaded
0.29/0.33	o 0
0.29/0.33	c feasible solution found by trivial heuristic, objective value  0.000000e+00
0.29/0.33	c presolving:
0.50/0.51	c (round 1) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 41605 upgd conss, 83210 impls, 0 clqs
0.89/0.98	c    (1.0s) probing: 101/760 (13.3%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.89/0.98	c    (1.0s) probing aborted: 100/100 successive totally useless probings
0.89/0.98	c presolving (2 rounds):
0.89/0.98	c  0 deleted vars, 0 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.89/0.98	c  83210 implications, 0 cliques
0.89/0.98	c presolved problem has 760 variables (760 bin, 0 int, 0 impl, 0 cont) and 41605 constraints
0.89/0.98	c   41605 constraints of type <setppc>
0.89/0.98	c transformed objective value is always integral (scale: 1)
0.89/0.98	c Presolving Time: 0.72
0.89/0.98	c - non default parameters ----------------------------------------------------------------------
0.89/0.98	c # SCIP version 2.0.1.4
0.89/0.98	c 
0.89/0.98	c # frequency for displaying node information lines
0.89/0.98	c # [type: int, range: [-1,2147483647], default: 100]
0.89/0.98	c display/freq = 10000
0.89/0.98	c 
0.89/0.98	c # maximal time in seconds to run
0.89/0.98	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.89/0.98	c limits/time = 1800
0.89/0.98	c 
0.89/0.98	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.89/0.98	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.89/0.98	c limits/memory = 13950
0.89/0.98	c 
0.89/0.98	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.89/0.98	c # [type: int, range: [1,2], default: 1]
0.89/0.98	c timing/clocktype = 2
0.89/0.98	c 
0.89/0.98	c # belongs reading time to solving time?
0.89/0.98	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.89/0.98	c timing/reading = TRUE
0.89/0.98	c 
0.89/0.98	c # should presolving try to simplify inequalities
0.89/0.98	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.89/0.98	c constraints/linear/simplifyinequalities = TRUE
0.89/0.98	c 
0.89/0.98	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.89/0.98	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.89/0.98	c constraints/indicator/addCouplingCons = TRUE
0.89/0.98	c 
0.89/0.98	c # should presolving try to simplify knapsacks
0.89/0.98	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.89/0.98	c constraints/knapsack/simplifyinequalities = TRUE
0.89/0.98	c 
0.89/0.98	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.89/0.98	c # [type: int, range: [-1,2147483647], default: -1]
0.89/0.98	c separating/rapidlearning/freq = 0
0.89/0.98	c 
0.89/0.98	c -----------------------------------------------------------------------------------------------
0.89/0.98	c start solving
0.89/0.98	c 
1.39/1.49	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1.39/1.49	c t 1.5s|     1 |     0 |   762 |     - |  48M|   0 | 760 | 760 |  41k| 760 |  41k|   0 |   0 |   0 |-3.800000e+02 | 0.000000e+00 | 100.00%
1.49/1.52	o -1
1.49/1.52	c R 1.5s|     1 |     0 |   762 |     - |  48M|   0 | 760 | 760 |  41k| 760 |  41k|   0 |   0 |   0 |-3.800000e+02 |-1.000000e+00 |  99.74%
1.49/1.55	o -2
1.49/1.55	c s 1.5s|     1 |     0 |   762 |     - |  48M|   0 | 760 | 760 |  41k| 760 |  41k|   0 |   0 |   0 |-3.800000e+02 |-2.000000e+00 |  99.47%
2.21/2.29	c   2.3s|     1 |     0 |  1026 |     - |  48M|   0 | 708 | 760 |  41k| 760 |  41k|   6 |   0 |   0 |-3.540000e+02 |-2.000000e+00 |  99.44%
2.29/2.30	o -30
2.29/2.30	c b 2.3s|     1 |     0 |  1026 |     - |  48M|   0 | 708 | 760 |  41k| 760 |  41k|   6 |   0 |   0 |-3.540000e+02 |-3.000000e+01 |  91.53%
3.09/3.20	c   3.2s|     1 |     0 |  1203 |     - |  48M|   0 | 690 | 760 |  41k| 760 |  41k|  11 |   0 |   0 |-3.450000e+02 |-3.000000e+01 |  91.30%
4.18/4.22	c   4.2s|     1 |     0 |  1392 |     - |  48M|   0 | 657 | 760 |  41k| 760 |  41k|  17 |   0 |   0 |-3.275000e+02 |-3.000000e+01 |  90.84%
5.28/5.32	c   5.3s|     1 |     0 |  1463 |     - |  48M|   0 | 623 | 760 |  41k| 760 |  41k|  23 |   0 |   0 |-3.100000e+02 |-3.000000e+01 |  90.32%
6.39/6.41	c   6.4s|     1 |     0 |  1565 |     - |  48M|   0 | 585 | 760 |  41k| 760 |  41k|  30 |   0 |   0 |-2.925000e+02 |-3.000000e+01 |  89.74%
7.49/7.52	c   7.5s|     1 |     0 |  1644 |     - |  48M|   0 | 549 | 760 |  41k| 760 |  41k|  38 |   0 |   0 |-2.745000e+02 |-3.000000e+01 |  89.07%
8.59/8.69	c   8.7s|     1 |     0 |  1818 |     - |  48M|   0 | 518 | 760 |  41k| 760 |  41k|  62 |   0 |   0 |-2.590000e+02 |-3.000000e+01 |  88.42%
9.91/9.95	c  10.0s|     1 |     0 |  2030 |     - |  48M|   0 | 475 | 760 |  41k| 760 |  41k|  80 |   0 |   0 |-2.365000e+02 |-3.000000e+01 |  87.32%
11.09/11.19	c  11.2s|     1 |     0 |  2282 |     - |  48M|   0 | 432 | 760 |  41k| 760 |  41k|  92 |   0 |   0 |-2.160000e+02 |-3.000000e+01 |  86.11%
12.29/12.31	c  12.3s|     1 |     0 |  2402 |     - |  49M|   0 | 412 | 760 |  41k| 760 |  41k| 104 |   0 |   0 |-2.060000e+02 |-3.000000e+01 |  85.44%
12.69/12.79	c  12.8s|     1 |     0 |  2664 |     - |  49M|   0 | 377 | 760 |  41k| 760 |  41k| 113 |   0 |   0 |-1.885000e+02 |-3.000000e+01 |  84.08%
13.20/13.23	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
13.20/13.23	c  13.2s|     1 |     0 |  2871 |     - |  49M|   0 | 349 | 760 |  41k| 760 |  41k| 124 |   0 |   0 |-1.745000e+02 |-3.000000e+01 |  82.81%
13.58/13.61	c  13.6s|     1 |     0 |  3027 |     - |  49M|   0 | 312 | 760 |  41k| 760 |  41k| 139 |   0 |   0 |-1.560000e+02 |-3.000000e+01 |  80.77%
13.98/14.08	c  14.1s|     1 |     0 |  3332 |     - |  49M|   0 | 276 | 760 |  41k| 760 |  41k| 150 |   0 |   0 |-1.380000e+02 |-3.000000e+01 |  78.26%
14.99/15.01	c  15.0s|     1 |     0 |  4536 |     - |  49M|   0 | 243 | 760 |  41k| 760 |  41k| 164 |   0 |   0 |-1.215000e+02 |-3.000000e+01 |  75.31%
15.49/15.54	c  15.5s|     1 |     0 |  5032 |     - |  49M|   0 | 226 | 760 |  41k| 760 |  41k| 176 |   0 |   0 |-1.130000e+02 |-3.000000e+01 |  73.45%
16.09/16.10	c  16.1s|     1 |     0 |  5635 |     - |  49M|   0 | 212 | 760 |  41k| 760 |  41k| 185 |   0 |   0 |-1.060000e+02 |-3.000000e+01 |  71.70%
16.51/16.57	c  16.6s|     1 |     0 |  5974 |     - |  49M|   0 | 197 | 760 |  41k| 760 |  41k| 193 |   0 |   0 |-9.850000e+01 |-3.000000e+01 |  69.54%
16.89/16.98	c  17.0s|     1 |     0 |  6165 |     - |  49M|   0 | 182 | 760 |  41k| 760 |  41k| 205 |   0 |   0 |-9.100000e+01 |-3.000000e+01 |  67.03%
17.79/17.87	c  17.9s|     1 |     0 |  7491 |     - |  49M|   0 | 156 | 760 |  41k| 760 |  41k| 215 |   0 |   0 |-7.800000e+01 |-3.000000e+01 |  61.54%
18.19/18.25	c  18.3s|     1 |     0 |  7877 |     - |  49M|   0 | 131 | 760 |  41k| 760 |  41k| 224 |   0 |   0 |-6.550000e+01 |-3.000000e+01 |  54.20%
19.81/19.88	c  19.9s|     1 |     0 | 10893 |     - |  49M|   0 | 131 | 760 |  41k| 760 |  41k| 229 |   0 |   0 |-6.016667e+01 |-3.000000e+01 |  50.14%
20.09/20.15	c  20.2s|     1 |     0 | 11072 |     - |  49M|   0 | 152 | 760 |  41k| 760 |  41k| 236 |   0 |   0 |-4.994118e+01 |-3.000000e+01 |  39.93%
20.38/20.42	c  20.4s|     1 |     0 | 11282 |     - |  49M|   0 | 107 | 760 |  41k| 760 |  41k| 251 |   0 |   0 |-4.366667e+01 |-3.000000e+01 |  31.30%
20.69/20.73	c  20.7s|     1 |     0 | 11517 |     - |  49M|   0 |  75 | 760 |  41k| 760 |  41k| 259 |   0 |   0 |-4.250000e+01 |-3.000000e+01 |  29.41%
20.99/21.01	c  21.0s|     1 |     0 | 11694 |     - |  49M|   0 |  91 | 760 |  41k| 760 |  41k| 267 |   0 |   0 |-4.075000e+01 |-3.000000e+01 |  26.38%
21.19/21.26	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
21.19/21.26	c  21.3s|     1 |     0 | 11816 |     - |  49M|   0 | 137 | 760 |  41k| 760 |  41k| 279 |   0 |   0 |-4.000000e+01 |-3.000000e+01 |  25.00%
21.69/21.73	c  21.7s|     1 |     0 | 12379 |     - |  49M|   0 |  70 | 760 |  41k| 760 |  41k| 293 |   0 |   0 |-4.000000e+01 |-3.000000e+01 |  25.00%
22.01/22.07	c  22.1s|     1 |     0 | 12572 |     - |  49M|   0 |  90 | 760 |  41k| 760 |  41k| 301 |   0 |   0 |-4.000000e+01 |-3.000000e+01 |  25.00%
22.49/22.50	c  22.5s|     1 |     0 | 13073 |     - |  49M|   0 | 106 | 760 |  41k| 760 |  41k| 314 |   0 |   0 |-4.000000e+01 |-3.000000e+01 |  25.00%
25.09/25.15	c  25.2s|     1 |     0 | 13370 |     - |  49M|   0 | 145 | 760 |  41k| 760 |  41k| 324 |   0 |   0 |-4.000000e+01 |-3.000000e+01 |  25.00%
25.99/26.01	c  26.0s|     1 |     0 | 13560 |     - |  49M|   0 | 117 | 760 |  41k| 760 |  41k| 334 |   0 |   0 |-4.000000e+01 |-3.000000e+01 |  25.00%
27.99/28.09	c  28.1s|     1 |     0 | 13804 |     - |  49M|   0 | 118 | 760 |  41k| 760 |  41k| 345 |   0 |   0 |-4.000000e+01 |-3.000000e+01 |  25.00%
35.69/35.77	c  35.8s|     1 |     2 | 13804 |     - |  49M|   0 | 118 | 760 |  41k| 760 |  41k| 345 |   0 |  18 |-4.000000e+01 |-3.000000e+01 |  25.00%
80.79/80.87	o -31
80.79/80.87	c *80.9s|    20 |    15 | 18728 | 259.2 |  51M|  17 |   - | 760 |  41k| 760 |  41k| 345 |   0 | 417 |-4.000000e+01 |-3.100000e+01 |  22.50%
146.88/146.99	o -32
146.88/146.99	c * 147s|   603 |   364 | 54578 |  67.7 |  60M|  42 |   - | 760 |  41k| 760 |  41k| 345 |   0 | 871 |-4.000000e+01 |-3.200000e+01 |  20.00%
175.29/175.36	o -33
175.29/175.36	c g 175s|  1189 |   604 | 78968 |  54.9 |  64M|  54 |   - | 760 |  41k| 760 |  41k| 345 |   0 |1003 |-4.000000e+01 |-3.300000e+01 |  17.50%
221.98/222.07	o -34
221.98/222.07	c p 222s|  1744 |   978 |121530 |  61.8 |  71M|  54 |   - | 760 |  41k| 760 |  41k| 345 |   0 |1215 |-4.000000e+01 |-3.400000e+01 |  15.00%
645.18/645.29	o -35
645.18/645.29	c p 645s|  8206 |  4108 |550153 |  65.4 | 135M|  57 |   - | 760 |  41k| 760 |  41k| 345 |   0 |2510 |-4.000000e+01 |-3.500000e+01 |  12.50%
723.57/723.65	c   724s| 10000 |  4940 |638091 |  62.4 | 150M|  57 |  49 | 760 |  41k| 760 |  41k| 345 |   0 |2607 |-4.000000e+01 |-3.500000e+01 |  12.50%
1149.67/1149.78	c  1150s| 20000 |  9294 |  1090k|  53.8 | 228M|  57 |   - | 760 |  41k| 760 |  41k| 345 |   0 |3651 |-4.000000e+01 |-3.500000e+01 |  12.50%
1222.10/1222.18	o -36
1222.10/1222.18	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1222.10/1222.18	c p1222s| 21677 |  6919 |  1161k|  52.9 | 198M|  57 |   - | 760 |  41k| 760 |  41k| 345 |   0 |3981 |-4.000000e+01 |-3.600000e+01 |  10.00%
1520.78/1520.82	o -37
1520.78/1520.82	c *1521s| 29563 |  5828 |  1491k|  50.0 | 189M|  57 |   - | 760 |  41k| 760 |  41k| 345 |   0 |4627 |-4.000000e+01 |-3.700000e+01 |   7.50%
1535.18/1535.26	c  1535s| 30000 |  5923 |  1509k|  49.9 | 191M|  57 |   - | 760 |  41k| 760 |  41k| 345 |   0 |4628 |-4.000000e+01 |-3.700000e+01 |   7.50%
1799.99/1800.01	c 
1799.99/1800.01	c SCIP Status        : solving was interrupted [time limit reached]
1799.99/1800.01	c Solving Time (sec) : 1800.01
1799.99/1800.01	c Solving Nodes      : 39332
1799.99/1800.01	c Primal Bound       : -3.70000000000000e+01 (671 solutions)
1799.99/1800.01	c Dual Bound         : -4.00000000000000e+01
1799.99/1800.01	c Gap                : 7.50 %
1799.99/1800.01	s SATISFIABLE
1799.99/1800.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 
1799.99/1800.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 
1799.99/1800.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 
1799.99/1800.01	v -x79 -x80 -x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 x90 -x91 -x92 -x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100 -x101 -x102 -x103 
1799.99/1800.01	v -x104 -x105 -x106 -x107 -x108 -x109 -x110 -x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120 -x121 -x122 -x123 x124 
1799.99/1800.01	v -x125 -x126 -x127 -x128 -x129 -x130 -x131 -x132 -x133 -x134 -x135 -x136 -x137 -x138 -x139 -x140 -x141 -x142 -x143 -x144 -x145 
1799.99/1800.01	v x146 -x147 -x148 -x149 -x150 -x151 -x152 -x153 x154 -x155 -x156 -x157 -x158 -x159 -x160 -x161 -x162 -x163 -x164 -x165 -x166 
1799.99/1800.01	v -x167 -x168 -x169 -x170 -x171 -x172 -x173 -x174 -x175 -x176 -x177 -x178 -x179 -x180 -x181 -x182 -x183 -x184 -x185 -x186 -x187 
1799.99/1800.01	v -x188 -x189 x190 -x191 -x192 -x193 -x194 -x195 -x196 -x197 -x198 -x199 x200 -x201 -x202 -x203 -x204 -x205 -x206 -x207 -x208 
1799.99/1800.01	v -x209 -x210 -x211 -x212 -x213 -x214 -x215 -x216 -x217 -x218 -x219 -x220 -x221 -x222 -x223 x224 -x225 -x226 -x227 -x228 -x229 
1799.99/1800.01	v -x230 -x231 -x232 -x233 -x234 x235 -x236 -x237 -x238 -x239 -x240 -x241 -x242 -x243 -x244 -x245 -x246 -x247 -x248 -x249 -x250 
1799.99/1800.01	v -x251 -x252 -x253 -x254 -x255 -x256 -x257 -x258 -x259 -x260 -x261 -x262 -x263 -x264 -x265 x266 x267 -x268 -x269 -x270 -x271 
1799.99/1800.01	v -x272 -x273 -x274 -x275 -x276 -x277 -x278 -x279 -x280 -x281 -x282 -x283 -x284 -x285 -x286 -x287 -x288 -x289 -x290 -x291 -x292 
1799.99/1800.01	v -x293 -x294 -x295 -x296 -x297 -x298 -x299 x300 -x301 -x302 -x303 -x304 -x305 -x306 -x307 -x308 -x309 -x310 -x311 -x312 -x313 
1799.99/1800.01	v -x314 x315 -x316 -x317 -x318 -x319 -x320 -x321 -x322 -x323 -x324 -x325 -x326 -x327 -x328 -x329 -x330 -x331 -x332 -x333 x334 
1799.99/1800.01	v -x335 -x336 -x337 -x338 -x339 -x340 -x341 -x342 -x343 -x344 -x345 -x346 -x347 -x348 -x349 -x350 -x351 -x352 -x353 x354 -x355 
1799.99/1800.01	v -x356 -x357 -x358 -x359 -x360 -x361 -x362 -x363 -x364 -x365 -x366 x367 -x368 -x369 -x370 -x371 -x372 -x373 -x374 -x375 -x376 
1799.99/1800.01	v -x377 -x378 -x379 -x380 x381 -x382 -x383 -x384 -x385 -x386 -x387 -x388 -x389 -x390 -x391 -x392 -x393 -x394 -x395 -x396 -x397 
1799.99/1800.01	v -x398 -x399 -x400 -x401 -x402 -x403 -x404 -x405 -x406 -x407 -x408 -x409 -x410 -x411 -x412 -x413 x414 -x415 -x416 -x417 -x418 
1799.99/1800.01	v -x419 x420 -x421 -x422 -x423 -x424 -x425 -x426 -x427 -x428 -x429 -x430 -x431 -x432 -x433 -x434 -x435 -x436 -x437 -x438 -x439 
1799.99/1800.01	v -x440 -x441 -x442 -x443 x444 -x445 -x446 -x447 -x448 -x449 -x450 -x451 -x452 -x453 -x454 -x455 -x456 -x457 -x458 x459 -x460 
1799.99/1800.01	v -x461 -x462 -x463 -x464 -x465 -x466 -x467 -x468 -x469 -x470 -x471 -x472 -x473 -x474 -x475 -x476 -x477 -x478 -x479 -x480 -x481 
1799.99/1800.01	v -x482 -x483 -x484 -x485 -x486 -x487 -x488 -x489 -x490 -x491 -x492 -x493 x494 -x495 -x496 -x497 -x498 -x499 x500 -x501 -x502 
1799.99/1800.01	v -x503 -x504 -x505 -x506 -x507 -x508 -x509 -x510 -x511 -x512 -x513 -x514 -x515 -x516 -x517 -x518 x519 -x520 -x521 -x522 -x523 
1799.99/1800.01	v -x524 -x525 -x526 -x527 -x528 -x529 -x530 -x531 -x532 -x533 -x534 x535 -x536 -x537 -x538 -x539 -x540 -x541 -x542 -x543 -x544 
1799.99/1800.01	v -x545 -x546 -x547 -x548 -x549 -x550 -x551 -x552 -x553 x554 -x555 -x556 -x557 -x558 -x559 -x560 -x561 -x562 -x563 -x564 -x565 
1799.99/1800.01	v -x566 -x567 -x568 -x569 -x570 -x571 -x572 -x573 -x574 -x575 -x576 -x577 -x578 -x579 -x580 -x581 -x582 -x583 -x584 -x585 -x586 
1799.99/1800.01	v x587 -x588 -x589 -x590 -x591 -x592 -x593 -x594 -x595 -x596 -x597 -x598 -x599 -x600 -x601 -x602 x603 -x604 -x605 -x606 -x607 
1799.99/1800.01	v -x608 -x609 -x610 -x611 -x612 -x613 -x614 -x615 -x616 -x617 -x618 -x619 -x620 x621 -x622 -x623 -x624 -x625 -x626 -x627 -x628 
1799.99/1800.01	v -x629 -x630 -x631 -x632 -x633 -x634 -x635 -x636 -x637 -x638 -x639 -x640 -x641 x642 -x643 -x644 -x645 -x646 -x647 -x648 -x649 
1799.99/1800.01	v -x650 -x651 -x652 -x653 -x654 -x655 -x656 -x657 -x658 -x659 -x660 -x661 -x662 -x663 -x664 -x665 -x666 -x667 -x668 -x669 -x670 
1799.99/1800.01	v -x671 -x672 -x673 -x674 -x675 -x676 -x677 -x678 -x679 -x680 -x681 -x682 -x683 -x684 -x685 -x686 -x687 -x688 -x689 -x690 -x691 
1799.99/1800.01	v -x692 -x693 -x694 x695 -x696 -x697 -x698 -x699 -x700 -x701 -x702 -x703 -x704 -x705 -x706 -x707 -x708 x709 -x710 -x711 -x712 
1799.99/1800.01	v -x713 -x714 -x715 -x716 -x717 -x718 -x719 -x720 -x721 -x722 -x723 -x724 -x725 -x726 -x727 -x728 -x729 -x730 -x731 -x732 -x733 
1799.99/1800.01	v -x734 -x735 -x736 -x737 -x738 x739 -x740 -x741 -x742 -x743 -x744 -x745 -x746 -x747 -x748 -x749 -x750 -x751 -x752 -x753 x754 
1799.99/1800.01	v -x755 -x756 -x757 -x758 -x759 -x760 
1799.99/1800.01	c SCIP Status        : solving was interrupted [time limit reached]
1799.99/1800.01	c Total Time         :    1800.01
1799.99/1800.01	c   solving          :    1800.01
1799.99/1800.01	c   presolving       :       0.72 (included in solving)
1799.99/1800.01	c   reading          :       0.24 (included in solving)
1799.99/1800.01	c Original Problem   :
1799.99/1800.01	c   Problem name     : HOME/instance-3452623-1307087824.opb
1799.99/1800.01	c   Variables        : 760 (760 binary, 0 integer, 0 implicit integer, 0 continuous)
1799.99/1800.01	c   Constraints      : 41605 initial, 41605 maximal
1799.99/1800.01	c Presolved Problem  :
1799.99/1800.01	c   Problem name     : t_HOME/instance-3452623-1307087824.opb
1799.99/1800.01	c   Variables        : 760 (760 binary, 0 integer, 0 implicit integer, 0 continuous)
1799.99/1800.01	c   Constraints      : 41605 initial, 41605 maximal
1799.99/1800.01	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1799.99/1800.01	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
1799.99/1800.01	c   dualfix          :       0.00          0          0          0          0          0          0          0          0          0
1799.99/1800.01	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1799.99/1800.01	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1799.99/1800.01	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1799.99/1800.01	c   probing          :       0.44          0          0          0          0          0          0          0          0          0
1799.99/1800.01	c   setppc           :       0.03          0          0          0          0          0          0          0          0          0
1799.99/1800.01	c   linear           :       0.16          0          0          0          0          0          0          0          0          0
1799.99/1800.01	c   root node        :          -          0          -          -          0          -          -          -          -          -
1799.99/1800.01	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1799.99/1800.01	c   integral         :          0          0          0      27925          0        673          0         26        497          0          0      55344
1799.99/1800.01	c   setppc           :      41605         33      96522          3          2        668          0          0     632102          0          0          0
1799.99/1800.01	c   countsols        :          0          0          0          3          2        671          0          0          0          0          0          0
1799.99/1800.01	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1799.99/1800.01	c   integral         :     268.37       0.00       0.00     268.35       0.00       0.01       0.00
1799.99/1800.01	c   setppc           :      12.21       0.10      11.48       0.00       0.00       0.63       0.00
1799.99/1800.01	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1799.99/1800.01	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1799.99/1800.01	c   vbounds          :          0          0          0          0
1799.99/1800.02	c   rootredcost      :          7          0          0          0
1799.99/1800.02	c   pseudoobj        :      96450          0          0          0
1799.99/1800.02	c Propagator Timings :  TotalTime  Propagate    Resprop
1799.99/1800.02	c   vbounds          :       0.04       0.04       0.00
1799.99/1800.02	c   rootredcost      :       0.04       0.04       0.00
1799.99/1800.02	c   pseudoobj        :       1.80       1.80       0.00
1799.99/1800.02	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1799.99/1800.02	c   propagation      :       0.00          0          0          0        0.0          0        0.0          -
1799.99/1800.02	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1799.99/1800.02	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1799.99/1800.02	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1799.99/1800.02	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1799.99/1800.02	c   applied globally :          -          -          -          0        0.0          -          -          -
1799.99/1800.02	c   applied locally  :          -          -          -          0        0.0          -          -          -
1799.99/1800.02	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1799.99/1800.02	c   cut pool         :       0.00         32          -          -         89          -    (maximal pool size: 902)
1799.99/1800.02	c   redcost          :       0.52      28050          0         95          0          0
1799.99/1800.02	c   impliedbounds    :       0.02         33          0          0          0          0
1799.99/1800.02	c   intobj           :       0.00          0          0          0          0          0
1799.99/1800.02	c   gomory           :       9.24         33          0          0      16500          0
1799.99/1800.02	c   cgmip            :       0.00          0          0          0          0          0
1799.99/1800.02	c   closecuts        :       0.00          0          0          0          0          0
1799.99/1800.02	c   strongcg         :       2.62         20          0          0      10000          0
1799.99/1800.02	c   cmir             :       2.76         10          0          0          0          0
1799.99/1800.02	c   flowcover        :       3.21         10          0          0          0          0
1799.99/1800.02	c   clique           :       0.65         33          0          0        284          0
1799.99/1800.02	c   zerohalf         :       0.00          0          0          0          0          0
1799.99/1800.02	c   mcf              :       0.02          1          0          0          0          0
1799.99/1800.02	c   oddcycle         :       0.00          0          0          0          0          0
1799.99/1800.02	c   rapidlearning    :       0.00          0          0          0          0          0
1799.99/1800.02	c Pricers            :       Time      Calls       Vars
1799.99/1800.02	c   problem variables:       0.00          0          0
1799.99/1800.02	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1799.99/1800.02	c   relpscost        :     268.31      27922         26        497          0          0      55344
1799.99/1800.02	c   pscost           :       0.00          0          0          0          0          0          0
1799.99/1800.02	c   inference        :       0.00          2          0          0          0          0          4
1799.99/1800.02	c   mostinf          :       0.00          0          0          0          0          0          0
1799.99/1800.02	c   leastinf         :       0.00          0          0          0          0          0          0
1799.99/1800.02	c   fullstrong       :       0.00          0          0          0          0          0          0
1799.99/1800.02	c   allfullstrong    :       0.00          0          0          0          0          0          0
1799.99/1800.02	c   random           :       0.00          0          0          0          0          0          0
1799.99/1800.02	c Primal Heuristics  :       Time      Calls      Found
1799.99/1800.02	c   LP solutions     :       0.02          -          3
1799.99/1800.02	c   pseudo solutions :       0.00          -          0
1799.99/1800.02	c   oneopt           :       0.07          9          1
1799.99/1800.02	c   crossover        :       3.82         21          1
1799.99/1800.02	c   guideddiving     :      69.73        226          8
1799.99/1800.02	c   pscostdiving     :      26.28        226          8
1799.99/1800.02	c   coefdiving       :      47.51        227          4
1799.99/1800.02	c   linesearchdiving :      26.31        227          8
1799.99/1800.02	c   veclendiving     :      62.79        227          4
1799.99/1800.02	c   objpscostdiving  :      34.95        114        159
1799.99/1800.02	c   rootsoldiving    :      23.66        114         90
1799.99/1800.02	c   trivial          :       0.01          2          1
1799.99/1800.02	c   shiftandpropagate:       0.00          0          0
1799.99/1800.02	c   simplerounding   :       0.45      27955        104
1799.99/1800.02	c   zirounding       :      31.28      13451        269
1799.99/1800.02	c   rounding         :      13.16       7579          1
1799.99/1800.02	c   shifting         :       3.88       1884          1
1799.99/1800.02	c   intshifting      :       0.00          0          0
1799.99/1800.02	c   twoopt           :       0.00          0          0
1799.99/1800.02	c   fixandinfer      :       0.00          0          0
1799.99/1800.02	c   feaspump         :       0.00          0          0
1799.99/1800.02	c   clique           :       0.00          0          0
1799.99/1800.02	c   fracdiving       :      77.20        215          8
1799.99/1800.02	c   intdiving        :       0.00          0          0
1799.99/1800.02	c   actconsdiving    :       0.00          0          0
1799.99/1800.02	c   octane           :       0.00          0          0
1799.99/1800.02	c   rens             :       0.54          1          1
1799.99/1800.02	c   rins             :       0.00          0          0
1799.99/1800.02	c   localbranching   :       0.00          0          0
1799.99/1800.02	c   mutation         :       0.00          0          0
1799.99/1800.02	c   dins             :       0.00          0          0
1799.99/1800.02	c   vbounds          :       0.00          0          0
1799.99/1800.02	c   undercover       :       0.00          0          0
1799.99/1800.02	c   subnlp           :       0.01          0          0
1799.99/1800.02	c   trysol           :       0.02          0          0
1799.99/1800.02	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1799.99/1800.02	c   primal LP        :       0.05          0          0       0.00       0.00
1799.99/1800.02	c   dual LP          :     933.01      39589    1476847      37.30    1582.89
1799.99/1800.02	c   lex dual LP      :       0.00          0          0       0.00          -
1799.99/1800.02	c   barrier LP       :       0.00          0          0       0.00          -
1799.99/1800.02	c   diving/probing LP:     307.26      23781     346549      14.57    1127.86
1799.99/1800.02	c   strong branching :     266.35       4728     369233      78.09    1386.28
1799.99/1800.02	c     (at root node) :          -         18      10882     604.56          -
1799.99/1800.02	c   conflict analysis:       0.00          0          0       0.00          -
1799.99/1800.02	c B&B Tree           :
1799.99/1800.02	c   number of runs   :          1
1799.99/1800.02	c   nodes            :      39332
1799.99/1800.02	c   nodes (total)    :      39332
1799.99/1800.02	c   nodes left       :       7687
1799.99/1800.02	c   max depth        :         60
1799.99/1800.02	c   max depth (total):         60
1799.99/1800.02	c   backtracks       :       5616 (14.3%)
1799.99/1800.02	c   delayed cutoffs  :          0
1799.99/1800.02	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1799.99/1800.02	c   avg switch length:       6.13
1799.99/1800.02	c   switching time   :      36.78
1799.99/1800.02	c Solution           :
1799.99/1800.02	c   Solutions found  :        671 (11 improvements)
1799.99/1800.02	c   First Solution   : +0.00000000000000e+00   (in run 1, after 0 nodes, 0.32 seconds, depth 0, found by <trivial>)
1799.99/1800.02	c   Primal Bound     : -3.70000000000000e+01   (in run 1, after 29563 nodes, 1520.80 seconds, depth 31, found by <relaxation>)
1799.99/1800.02	c   Dual Bound       : -4.00000000000000e+01
1799.99/1800.02	c   Gap              :       7.50 %
1799.99/1800.02	c   Root Dual Bound  : -4.00000000000000e+01
1799.99/1800.02	c   Root Iterations  :      13804

Verifier Data

OK	-37

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

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-3452623-1307087824/watcher-3452623-1307087824 -o /tmp/evaluation-result-3452623-1307087824/solver-3452623-1307087824 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3452623-1307087824.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.10 2.03 2.05 2/505 1793
/proc/meminfo: memFree=30307908/32951124 swapFree=51712236/67111528
[pid=1793] ppid=1791 vsize=7208 CPUtime=0 cores=1,3,5,7
/proc/1793/stat : 1793 (scip-2.0.1.4.li) R 1791 1793 27258 0 -1 4202496 905 0 0 0 0 0 0 0 23 0 1 0 820384986 7380992 858 33554432000 4194304 9128323 140736642034864 18446744073709551615 6586416 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/1793/statm: 1802 858 376 1205 0 593 0

[startup+0.026074 s]
/proc/loadavg: 2.10 2.03 2.05 2/505 1793
/proc/meminfo: memFree=30307908/32951124 swapFree=51712236/67111528
[pid=1793] ppid=1791 vsize=11996 CPUtime=0.02 cores=1,3,5,7
/proc/1793/stat : 1793 (scip-2.0.1.4.li) R 1791 1793 27258 0 -1 4202496 1993 0 0 0 2 0 0 0 23 0 1 0 820384986 12283904 1946 33554432000 4194304 9128323 140736642034864 18446744073709551615 8008905 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/1793/statm: 2999 1946 400 1205 0 1790 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 11996

[startup+0.101061 s]
/proc/loadavg: 2.10 2.03 2.05 2/505 1793
/proc/meminfo: memFree=30307908/32951124 swapFree=51712236/67111528
[pid=1793] ppid=1791 vsize=15600 CPUtime=0.09 cores=1,3,5,7
/proc/1793/stat : 1793 (scip-2.0.1.4.li) R 1791 1793 27258 0 -1 4202496 2917 0 0 0 9 0 0 0 24 0 1 0 820384986 15974400 2868 33554432000 4194304 9128323 140736642034864 18446744073709551615 7998219 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/1793/statm: 3900 2868 400 1205 0 2691 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15600

[startup+0.30103 s]
/proc/loadavg: 2.10 2.03 2.05 2/505 1793
/proc/meminfo: memFree=30307908/32951124 swapFree=51712236/67111528
[pid=1793] ppid=1791 vsize=56936 CPUtime=0.29 cores=1,3,5,7
/proc/1793/stat : 1793 (scip-2.0.1.4.li) R 1791 1793 27258 0 -1 4202496 12874 0 0 0 29 0 0 0 25 0 1 0 820384986 58302464 12801 33554432000 4194304 9128323 140736642034864 18446744073709551615 4338304 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/1793/statm: 14491 12841 467 1205 0 13282 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 56936

[startup+0.700961 s]
/proc/loadavg: 2.10 2.03 2.05 2/505 1793
/proc/meminfo: memFree=30307908/32951124 swapFree=51712236/67111528
[pid=1793] ppid=1791 vsize=85816 CPUtime=0.69 cores=1,3,5,7
/proc/1793/stat : 1793 (scip-2.0.1.4.li) R 1791 1793 27258 0 -1 4202496 22779 0 0 0 67 2 0 0 25 0 1 0 820384986 87875584 20065 33554432000 4194304 9128323 140736642034864 18446744073709551615 4751091 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/1793/statm: 21454 20065 533 1205 0 20245 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 85816

[startup+1.50082 s]
/proc/loadavg: 2.10 2.03 2.05 3/506 1794
/proc/meminfo: memFree=30225088/32951124 swapFree=51712236/67111528
[pid=1793] ppid=1791 vsize=143360 CPUtime=1.49 cores=1,3,5,7
/proc/1793/stat : 1793 (scip-2.0.1.4.li) R 1791 1793 27258 0 -1 4202496 36890 0 0 0 146 3 0 0 18 0 1 0 820384986 146800640 32874 33554432000 4194304 9128323 140736642034864 18446744073709551615 5854434 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/1793/statm: 35840 32874 718 1205 0 34631 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 143360

[startup+3.1005 s]
/proc/loadavg: 2.09 2.03 2.05 3/506 1794
/proc/meminfo: memFree=30176728/32951124 swapFree=51712236/67111528
[pid=1793] ppid=1791 vsize=143360 CPUtime=3.09 cores=1,3,5,7
/proc/1793/stat : 1793 (scip-2.0.1.4.li) R 1791 1793 27258 0 -1 4202496 38075 0 0 0 305 4 0 0 21 0 1 0 820384986 146800640 33947 33554432000 4194304 9128323 140736642034864 18446744073709551615 7191120 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/1793/statm: 35840 33947 761 1205 0 34631 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 143360

[startup+6.30096 s]
/proc/loadavg: 2.09 2.03 2.05 3/506 1795
/proc/meminfo: memFree=30171300/32951124 swapFree=51712236/67111528
[pid=1793] ppid=1791 vsize=144588 CPUtime=6.29 cores=1,3,5,7
/proc/1793/stat : 1793 (scip-2.0.1.4.li) R 1791 1793 27258 0 -1 4202496 38304 0 0 0 624 5 0 0 25 0 1 0 820384986 148058112 34140 33554432000 4194304 9128323 140736642034864 18446744073709551615 6694272 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/1793/statm: 36147 34140 730 1205 0 34938 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 144588

[startup+12.7008 s]
/proc/loadavg: 2.07 2.03 2.05 3/506 1795
/proc/meminfo: memFree=30170100/32951124 swapFree=51712236/67111528
[pid=1793] ppid=1791 vsize=144588 CPUtime=12.69 cores=1,3,5,7
/proc/1793/stat : 1793 (scip-2.0.1.4.li) R 1791 1793 27258 0 -1 4202496 38514 0 0 0 1264 5 0 0 25 0 1 0 820384986 148058112 34350 33554432000 4194304 9128323 140736642034864 18446744073709551615 7312741 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/1793/statm: 36147 34350 730 1205 0 34938 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 144588

[startup+25.5006 s]
/proc/loadavg: 2.14 2.04 2.05 3/506 1795
/proc/meminfo: memFree=30167512/32951124 swapFree=51712236/67111528
[pid=1793] ppid=1791 vsize=149196 CPUtime=25.49 cores=1,3,5,7
/proc/1793/stat : 1793 (scip-2.0.1.4.li) R 1791 1793 27258 0 -1 4202496 39320 0 0 0 2538 11 0 0 25 0 1 0 820384986 152776704 35154 33554432000 4194304 9128323 140736642034864 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/1793/statm: 37299 35154 729 1205 0 36090 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 149196

[startup+51.1011 s]
/proc/loadavg: 2.09 2.04 2.05 3/506 1796
/proc/meminfo: memFree=30124740/32951124 swapFree=51712236/67111528
[pid=1793] ppid=1791 vsize=187980 CPUtime=51.08 cores=1,3,5,7
/proc/1793/stat : 1793 (scip-2.0.1.4.li) R 1791 1793 27258 0 -1 4202496 49537 0 0 0 5071 37 0 0 25 0 1 0 820384986 192491520 45316 33554432000 4194304 9128323 140736642034864 18446744073709551615 7191120 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/1793/statm: 46995 45316 762 1205 0 45786 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 187980

[startup+102.319 s]
/proc/loadavg: 2.04 2.03 2.04 3/506 1797
/proc/meminfo: memFree=30121276/32951124 swapFree=51712236/67111528
[pid=1793] ppid=1791 vsize=187980 CPUtime=102.3 cores=1,3,5,7
/proc/1793/stat : 1793 (scip-2.0.1.4.li) R 1791 1793 27258 0 -1 4202496 49538 0 0 0 10168 62 0 0 25 0 1 0 820384986 192491520 45317 33554432000 4194304 9128323 140736642034864 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/1793/statm: 46995 45317 763 1205 0 45786 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 187980

[startup+162.3 s]
/proc/loadavg: 2.01 2.02 2.04 3/506 1799
/proc/meminfo: memFree=30114168/32951124 swapFree=51712236/67111528
[pid=1793] ppid=1791 vsize=192496 CPUtime=162.29 cores=1,3,5,7
/proc/1793/stat : 1793 (scip-2.0.1.4.li) R 1791 1793 27258 0 -1 4202496 50764 0 0 0 16133 96 0 0 25 0 1 0 820384986 197115904 46543 33554432000 4194304 9128323 140736642034864 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/1793/statm: 48124 46543 763 1205 0 46915 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 192496

[startup+222.301 s]
/proc/loadavg: 2.00 2.02 2.03 3/506 1800
/proc/meminfo: memFree=30114752/32951124 swapFree=51712236/67111528
[pid=1793] ppid=1791 vsize=192496 CPUtime=222.28 cores=1,3,5,7
/proc/1793/stat : 1793 (scip-2.0.1.4.li) R 1791 1793 27258 0 -1 4202496 50768 0 0 0 22108 120 0 0 25 0 1 0 820384986 197115904 46547 33554432000 4194304 9128323 140736642034864 18446744073709551615 7028719 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/1793/statm: 48124 46547 763 1205 0 46915 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 192496

[startup+282.3 s]
/proc/loadavg: 2.00 2.01 2.03 3/506 1811
/proc/meminfo: memFree=30111652/32951124 swapFree=51712236/67111528
[pid=1793] ppid=1791 vsize=195580 CPUtime=282.28 cores=1,3,5,7
/proc/1793/stat : 1793 (scip-2.0.1.4.li) R 1791 1793 27258 0 -1 4202496 56315 0 0 0 28074 154 0 0 25 0 1 0 820384986 200273920 47609 33554432000 4194304 9128323 140736642034864 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/1793/statm: 48895 47609 763 1205 0 47686 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 195580

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 2.02 3/506 1813
/proc/meminfo: memFree=30110500/32951124 swapFree=51712236/67111528
[pid=1793] ppid=1791 vsize=195980 CPUtime=342.27 cores=1,3,5,7
/proc/1793/stat : 1793 (scip-2.0.1.4.li) R 1791 1793 27258 0 -1 4202496 56320 0 0 0 34048 179 0 0 25 0 1 0 820384986 200683520 47614 33554432000 4194304 9128323 140736642034864 18446744073709551615 7315279 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/1793/statm: 48995 47614 763 1205 0 47786 0
Current children cumulated CPU time (s) 342.27
Current children cumulated vsize (KiB) 195980

[startup+402.301 s]
/proc/loadavg: 2.08 2.02 2.02 3/506 1817
/proc/meminfo: memFree=30102476/32951124 swapFree=51712236/67111528
[pid=1793] ppid=1791 vsize=203960 CPUtime=402.28 cores=1,3,5,7
/proc/1793/stat : 1793 (scip-2.0.1.4.li) R 1791 1793 27258 0 -1 4202496 69821 0 0 0 40018 210 0 0 25 0 1 0 820384986 208855040 49141 33554432000 4194304 9128323 140736642034864 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/1793/statm: 50990 49141 763 1205 0 49781 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 203960

[startup+462.3 s]
/proc/loadavg: 2.02 2.01 2.01 3/506 1819
/proc/meminfo: memFree=30089692/32951124 swapFree=51712236/67111528
[pid=1793] ppid=1791 vsize=216944 CPUtime=462.28 cores=1,3,5,7
/proc/1793/stat : 1793 (scip-2.0.1.4.li) R 1791 1793 27258 0 -1 4202496 85091 0 0 0 45985 243 0 0 25 0 1 0 820384986 222150656 52233 33554432000 4194304 9128323 140736642034864 18446744073709551615 7342476 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/1793/statm: 54236 52233 783 1205 0 53027 0
Current children cumulated CPU time (s) 462.28
Current children cumulated vsize (KiB) 216944

[startup+522.301 s]
/proc/loadavg: 2.11 2.04 2.02 3/506 1820
/proc/meminfo: memFree=30076280/32951124 swapFree=51712236/67111528
[pid=1793] ppid=1791 vsize=229404 CPUtime=522.28 cores=1,3,5,7
/proc/1793/stat : 1793 (scip-2.0.1.4.li) R 1791 1793 27258 0 -1 4202496 88463 0 0 0 51958 270 0 0 25 0 1 0 820384986 234909696 55521 33554432000 4194304 9128323 140736642034864 18446744073709551615 7342760 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/1793/statm: 57351 55521 781 1205 0 56142 0
Current children cumulated CPU time (s) 522.28
Current children cumulated vsize (KiB) 229404

[startup+582.3 s]
/proc/loadavg: 2.22 2.08 2.03 3/506 1822
/proc/meminfo: memFree=30034944/32951124 swapFree=51712236/67111528
[pid=1793] ppid=1791 vsize=269464 CPUtime=582.27 cores=1,3,5,7
/proc/1793/stat : 1793 (scip-2.0.1.4.li) R 1791 1793 27258 0 -1 4202496 98641 0 0 0 57929 298 0 0 25 0 1 0 820384986 275931136 65694 33554432000 4194304 9128323 140736642034864 18446744073709551615 7342752 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/1793/statm: 67366 65694 776 1205 0 66157 0
Current children cumulated CPU time (s) 582.27
Current children cumulated vsize (KiB) 269464

[startup+642.301 s]

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

[startup+882.3 s]
/proc/loadavg: 2.00 2.02 2.01 3/506 1830
/proc/meminfo: memFree=30027404/32951124 swapFree=51712236/67111528
[pid=1793] ppid=1791 vsize=278056 CPUtime=882.27 cores=1,3,5,7
/proc/1793/stat : 1793 (scip-2.0.1.4.li) R 1791 1793 27258 0 -1 4202496 144037 0 0 0 87774 453 0 0 25 0 1 0 820384986 284729344 67457 33554432000 4194304 9128323 140736642034864 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/1793/statm: 69514 67457 771 1205 0 68305 0
Current children cumulated CPU time (s) 882.27
Current children cumulated vsize (KiB) 278056

[startup+942.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/506 1831
/proc/meminfo: memFree=30014952/32951124 swapFree=51712236/67111528
[pid=1793] ppid=1791 vsize=290484 CPUtime=942.27 cores=1,3,5,7
/proc/1793/stat : 1793 (scip-2.0.1.4.li) R 1791 1793 27258 0 -1 4202496 147275 0 0 0 93748 479 0 0 25 0 1 0 820384986 297455616 70693 33554432000 4194304 9128323 140736642034864 18446744073709551615 7192179 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1793/statm: 72621 70693 773 1205 0 71412 0
Current children cumulated CPU time (s) 942.27
Current children cumulated vsize (KiB) 290484

[startup+1002.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/506 1833
/proc/meminfo: memFree=30007712/32951124 swapFree=51712236/67111528
[pid=1793] ppid=1791 vsize=298480 CPUtime=1002.27 cores=1,3,5,7
/proc/1793/stat : 1793 (scip-2.0.1.4.li) R 1791 1793 27258 0 -1 4202496 149255 0 0 0 99724 503 0 0 25 0 1 0 820384986 305643520 72671 33554432000 4194304 9128323 140736642034864 18446744073709551615 7346389 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1793/statm: 74620 72671 771 1205 0 73411 0
Current children cumulated CPU time (s) 1002.27
Current children cumulated vsize (KiB) 298480

[startup+1062.3 s]
/proc/loadavg: 2.15 2.04 2.01 3/506 1835
/proc/meminfo: memFree=29992780/32951124 swapFree=51712236/67111528
[pid=1793] ppid=1791 vsize=312844 CPUtime=1062.27 cores=1,3,5,7
/proc/1793/stat : 1793 (scip-2.0.1.4.li) R 1791 1793 27258 0 -1 4202496 152775 0 0 0 105699 528 0 0 25 0 1 0 820384986 320352256 76191 33554432000 4194304 9128323 140736642034864 18446744073709551615 7346406 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1793/statm: 78211 76191 771 1205 0 77002 0
Current children cumulated CPU time (s) 1062.27
Current children cumulated vsize (KiB) 312844

[startup+1122.3 s]
/proc/loadavg: 2.20 2.07 2.02 3/506 1836
/proc/meminfo: memFree=29981080/32951124 swapFree=51712236/67111528
[pid=1793] ppid=1791 vsize=322780 CPUtime=1122.27 cores=1,3,5,7
/proc/1793/stat : 1793 (scip-2.0.1.4.li) R 1791 1793 27258 0 -1 4202496 167750 0 0 0 111669 558 0 0 25 0 1 0 820384986 330526720 78863 33554432000 4194304 9128323 140736642034864 18446744073709551615 7191101 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1793/statm: 80695 78863 771 1205 0 79486 0
Current children cumulated CPU time (s) 1122.27
Current children cumulated vsize (KiB) 322780

[startup+1182.3 s]
/proc/loadavg: 2.08 2.06 2.01 3/506 1866
/proc/meminfo: memFree=29909836/32951124 swapFree=51712236/67111528
[pid=1793] ppid=1791 vsize=331936 CPUtime=1182.28 cores=1,3,5,7
/proc/1793/stat : 1793 (scip-2.0.1.4.li) R 1791 1793 27258 0 -1 4202496 170022 0 0 0 117636 592 0 0 25 0 1 0 820384986 339902464 81114 33554432000 4194304 9128323 140736642034864 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1793/statm: 82984 81114 771 1205 0 81775 0
Current children cumulated CPU time (s) 1182.28
Current children cumulated vsize (KiB) 331936

[startup+1242.3 s]
/proc/loadavg: 2.02 2.04 2.01 3/506 1867
/proc/meminfo: memFree=29840996/32951124 swapFree=51712236/67111528
[pid=1793] ppid=1791 vsize=349272 CPUtime=1242.28 cores=1,3,5,7
/proc/1793/stat : 1793 (scip-2.0.1.4.li) R 1791 1793 27258 0 -1 4202496 183976 0 0 0 123591 637 0 0 25 0 1 0 820384986 357654528 86002 33554432000 4194304 9128323 140736642034864 18446744073709551615 7013802 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1793/statm: 87318 86002 771 1205 0 86109 0
Current children cumulated CPU time (s) 1242.28
Current children cumulated vsize (KiB) 349272

[startup+1302.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/506 1869
/proc/meminfo: memFree=29845308/32951124 swapFree=51712236/67111528
[pid=1793] ppid=1791 vsize=345932 CPUtime=1302.28 cores=1,3,5,7
/proc/1793/stat : 1793 (scip-2.0.1.4.li) R 1791 1793 27258 0 -1 4202496 203733 0 0 0 129540 688 0 0 25 0 1 0 820384986 354234368 84575 33554432000 4194304 9128323 140736642034864 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1793/statm: 86483 84575 782 1205 0 85274 0
Current children cumulated CPU time (s) 1302.28
Current children cumulated vsize (KiB) 345932

[startup+1362.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/506 1871
/proc/meminfo: memFree=29840544/32951124 swapFree=51712236/67111528
[pid=1793] ppid=1791 vsize=347964 CPUtime=1362.28 cores=1,3,5,7
/proc/1793/stat : 1793 (scip-2.0.1.4.li) R 1791 1793 27258 0 -1 4202496 216001 0 0 0 135492 736 0 0 25 0 1 0 820384986 356315136 84788 33554432000 4194304 9128323 140736642034864 18446744073709551615 6941069 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1793/statm: 86991 84788 771 1205 0 85782 0
Current children cumulated CPU time (s) 1362.28
Current children cumulated vsize (KiB) 347964

[startup+1422.32 s]
/proc/loadavg: 2.00 2.02 2.00 3/506 1872
/proc/meminfo: memFree=29832692/32951124 swapFree=51712236/67111528
[pid=1793] ppid=1791 vsize=348928 CPUtime=1422.3 cores=1,3,5,7
/proc/1793/stat : 1793 (scip-2.0.1.4.li) R 1791 1793 27258 0 -1 4202496 216419 0 0 0 141453 777 0 0 25 0 1 0 820384986 357302272 85206 33554432000 4194304 9128323 140736642034864 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1793/statm: 87232 85206 771 1205 0 86023 0
Current children cumulated CPU time (s) 1422.3
Current children cumulated vsize (KiB) 348928

[startup+1482.3 s]
/proc/loadavg: 2.12 2.04 2.01 3/506 1874
/proc/meminfo: memFree=29830772/32951124 swapFree=51712236/67111528
[pid=1793] ppid=1791 vsize=351524 CPUtime=1482.29 cores=1,3,5,7
/proc/1793/stat : 1793 (scip-2.0.1.4.li) R 1791 1793 27258 0 -1 4202496 228792 0 0 0 147401 828 0 0 25 0 1 0 820384986 359960576 85639 33554432000 4194304 9128323 140736642034864 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1793/statm: 87881 85639 771 1205 0 86672 0
Current children cumulated CPU time (s) 1482.29
Current children cumulated vsize (KiB) 351524

[startup+1542.3 s]
/proc/loadavg: 2.10 2.05 2.01 3/506 1876
/proc/meminfo: memFree=29831712/32951124 swapFree=51712236/67111528
[pid=1793] ppid=1791 vsize=353428 CPUtime=1542.28 cores=1,3,5,7
/proc/1793/stat : 1793 (scip-2.0.1.4.li) R 1791 1793 27258 0 -1 4202496 251390 0 0 0 153348 880 0 0 25 0 1 0 820384986 361910272 85776 33554432000 4194304 9128323 140736642034864 18446744073709551615 7192370 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1793/statm: 88357 85776 771 1205 0 87148 0
Current children cumulated CPU time (s) 1542.28
Current children cumulated vsize (KiB) 353428

[startup+1602.3 s]
/proc/loadavg: 2.04 2.04 2.00 3/506 1877
/proc/meminfo: memFree=29836528/32951124 swapFree=51712236/67111528
[pid=1793] ppid=1791 vsize=355116 CPUtime=1602.28 cores=1,3,5,7
/proc/1793/stat : 1793 (scip-2.0.1.4.li) R 1791 1793 27258 0 -1 4202496 264509 0 0 0 159301 927 0 0 25 0 1 0 820384986 363638784 86888 33554432000 4194304 9128323 140736642034864 18446744073709551615 8008905 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1793/statm: 88779 86888 771 1205 0 87570 0
Current children cumulated CPU time (s) 1602.28
Current children cumulated vsize (KiB) 355116

[startup+1662.3 s]
/proc/loadavg: 2.08 2.06 2.01 3/506 1879
/proc/meminfo: memFree=29835492/32951124 swapFree=51712236/67111528
[pid=1793] ppid=1791 vsize=356916 CPUtime=1662.28 cores=1,3,5,7
/proc/1793/stat : 1793 (scip-2.0.1.4.li) R 1791 1793 27258 0 -1 4202496 276953 0 0 0 165256 972 0 0 25 0 1 0 820384986 365481984 87345 33554432000 4194304 9128323 140736642034864 18446744073709551615 7315076 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1793/statm: 89229 87345 771 1205 0 88020 0
Current children cumulated CPU time (s) 1662.28
Current children cumulated vsize (KiB) 356916

[startup+1722.3 s]
/proc/loadavg: 2.06 2.06 2.01 3/506 1880
/proc/meminfo: memFree=29823660/32951124 swapFree=51712236/67111528
[pid=1793] ppid=1791 vsize=357944 CPUtime=1722.28 cores=1,3,5,7
/proc/1793/stat : 1793 (scip-2.0.1.4.li) R 1791 1793 27258 0 -1 4202496 289043 0 0 0 171207 1021 0 0 25 0 1 0 820384986 366534656 87553 33554432000 4194304 9128323 140736642034864 18446744073709551615 7018454 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1793/statm: 89486 87553 771 1205 0 88277 0
Current children cumulated CPU time (s) 1722.28
Current children cumulated vsize (KiB) 357944

[startup+1782.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/506 1882
/proc/meminfo: memFree=29807108/32951124 swapFree=51712236/67111528
[pid=1793] ppid=1791 vsize=361128 CPUtime=1782.28 cores=1,3,5,7
/proc/1793/stat : 1793 (scip-2.0.1.4.li) R 1791 1793 27258 0 -1 4202496 289876 0 0 0 177169 1059 0 0 25 0 1 0 820384986 369795072 88385 33554432000 4194304 9128323 140736642034864 18446744073709551615 7176986 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1793/statm: 90282 88385 771 1205 0 89073 0
Current children cumulated CPU time (s) 1782.28
Current children cumulated vsize (KiB) 361128



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.1 s]
/proc/loadavg: 2.02 2.04 2.00 3/506 1882
/proc/meminfo: memFree=29808460/32951124 swapFree=51712236/67111528
[pid=1793] ppid=1791 vsize=361128 CPUtime=1800.09 cores=1,3,5,7
/proc/1793/stat : 1793 (scip-2.0.1.4.li) R 1791 1793 27258 0 -1 4202496 289945 0 0 0 178937 1072 0 0 25 0 1 0 820384986 369795072 88454 33554432000 4194304 9128323 140736642034864 18446744073709551615 4219348 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/1793/statm: 90282 88454 773 1205 0 89073 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 361128

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+1800.1 s]
/proc/loadavg: 2.02 2.04 2.00 3/506 1882
/proc/meminfo: memFree=29808460/32951124 swapFree=51712236/67111528
[pid=1793] ppid=1791 vsize=361128 CPUtime=1800.09 cores=1,3,5,7
/proc/1793/stat : 1793 (scip-2.0.1.4.li) R 1791 1793 27258 0 -1 4202496 289945 0 0 0 178937 1072 0 0 25 0 1 0 820384986 369795072 88454 33554432000 4194304 9128323 140736642034864 18446744073709551615 4219348 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/1793/statm: 90282 88454 773 1205 0 89073 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 361128

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.14
CPU time (s): 1800.13
CPU user time (s): 1789.39
CPU system time (s): 10.7414
CPU usage (%): 99.9996
Max. virtual memory (cumulated for all children) (KiB): 400456

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

runsolver used 8.5547 second user time and 21.0378 second system time

The end

Launcher Data

Begin job on node103 at 2011-06-03 09:57:04
IDJOB=3452623
IDBENCH=2244
IDSOLVER=1949
FILE ID=node103/3452623-1307087824
RUNJOBID= node103-1307085092-1538
PBS_JOBID= 13497885
Free space on /tmp= 73868 MiB

SOLVER NAME= SCIP spx SCIP 2.0.1.4. with SoPlex 1.5.0.4
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/~kexu/benchmarks/frb40-19-opb/normalized-frb40-19-4.opb
COMMAND LINE= HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3452623-1307087824/watcher-3452623-1307087824 -o /tmp/evaluation-result-3452623-1307087824/solver-3452623-1307087824 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3452623-1307087824.opb -t 1800 -m 15500

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

MD5SUM BENCH= 7262f9f4ab1a3ada75b3b140acf97f7d
RANDOM SEED=803982639

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.858
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.75
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.858
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.77
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.858
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.75
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.858
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.858
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.83
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.858
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:      30308188 kB
Buffers:        269560 kB
Cached:         436268 kB
SwapCached:      23760 kB
Active:        1977880 kB
Inactive:       373124 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30308188 kB
SwapTotal:    67111528 kB
SwapFree:     51712236 kB
Dirty:           12812 kB
Writeback:           0 kB
AnonPages:     1642476 kB
Mapped:          25804 kB
Slab:           148760 kB
PageTables:      73252 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 162178260 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= 73856 MiB
End job on node103 at 2011-06-03 10:27:06