Trace number 3479233

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 NameAnswerCPU timeWall clock time
SCIP spx E SCIP 2.0.1.4b with SoPlex 1.5.0.4SAT (TO) 1800.07 1800.03

General information on the benchmark

Name/OPT-SMALLINT-LIN/heinz/
normalized-go19.opb
MD5SUMac3a0c512b81d5e532f489853538ca8f
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark84
Best CPU time to get the best result obtained on this benchmark1797.14
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables441
Total number of constraints441
Number of constraints which are clauses361
Number of constraints which are cardinality constraints (but not clauses)80
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint5
Number of terms in the objective function 361
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 361
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 361
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.01	c SCIP version 2.0.1.5 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.5.0.4]
0.00/0.01	c Copyright (c) 2002-2011 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.01	c 
0.00/0.01	c user parameter file <scip.set> not found - using default parameters
0.00/0.01	c reading problem <HOME/instance-3479233-1307447006.opb>
0.00/0.01	c original problem has 441 variables (441 bin, 0 int, 0 impl, 0 cont) and 441 constraints
0.00/0.01	c problem read
0.00/0.01	c presolving settings loaded
0.00/0.01	c presolving:
0.00/0.01	c (round 1) 80 del vars, 80 del conss, 0 add conss, 80 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.00/0.02	c (round 2) 80 del vars, 80 del conss, 0 add conss, 80 chg bounds, 0 chg sides, 0 chg coeffs, 361 upgd conss, 0 impls, 0 clqs
0.00/0.02	c    (0.0s) probing: 101/361 (28.0%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.00/0.02	c    (0.0s) probing aborted: 100/100 successive totally useless probings
0.00/0.02	c presolving (3 rounds):
0.00/0.02	c  80 deleted vars, 80 deleted constraints, 0 added constraints, 80 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.02	c  0 implications, 0 cliques
0.00/0.02	c presolved problem has 361 variables (361 bin, 0 int, 0 impl, 0 cont) and 361 constraints
0.00/0.02	c     361 constraints of type <logicor>
0.00/0.02	c transformed objective value is always integral (scale: 1)
0.00/0.02	c Presolving Time: 0.01
0.00/0.02	c - non default parameters ----------------------------------------------------------------------
0.00/0.02	c # SCIP version 2.0.1.5
0.00/0.02	c 
0.00/0.02	c # maximal number of intermediate conflict constraints generated in conflict graph (-1: use every intermediate constraint)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.02	c conflict/interconss = 0
0.00/0.02	c 
0.00/0.02	c # should binary conflicts be preferred?
0.00/0.02	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.02	c conflict/preferbinary = TRUE
0.00/0.02	c 
0.00/0.02	c # maximum age an unnecessary constraint can reach before it is deleted (0: dynamic, -1: keep all constraints)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: 0]
0.00/0.02	c constraints/agelimit = 1
0.00/0.02	c 
0.00/0.02	c # should enforcement of pseudo solution be disabled?
0.00/0.02	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.02	c constraints/disableenfops = TRUE
0.00/0.02	c 
0.00/0.02	c # frequency for displaying node information lines
0.00/0.02	c # [type: int, range: [-1,2147483647], default: 100]
0.00/0.02	c display/freq = 10000
0.00/0.02	c 
0.00/0.02	c # maximal time in seconds to run
0.00/0.02	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.02	c limits/time = 1800
0.00/0.02	c 
0.00/0.02	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.02	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.02	c limits/memory = 13950
0.00/0.02	c 
0.00/0.02	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.00/0.02	c # [type: int, range: [1,2], default: 1]
0.00/0.02	c timing/clocktype = 2
0.00/0.02	c 
0.00/0.02	c # belongs reading time to solving time?
0.00/0.02	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.02	c timing/reading = TRUE
0.00/0.02	c 
0.00/0.02	c # should presolving try to simplify inequalities
0.00/0.02	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.02	c constraints/linear/simplifyinequalities = TRUE
0.00/0.02	c 
0.00/0.02	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.00/0.02	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.02	c constraints/indicator/addCouplingCons = TRUE
0.00/0.02	c 
0.00/0.02	c # should presolving try to simplify knapsacks
0.00/0.02	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.02	c constraints/knapsack/simplifyinequalities = TRUE
0.00/0.02	c 
0.00/0.02	c -----------------------------------------------------------------------------------------------
0.00/0.02	c start solving
0.00/0.02	c 
0.00/0.02	o 361
0.00/0.02	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.00/0.02	c t 0.0s|     1 |     0 |     0 |     - |1135k|   0 |   - | 361 | 361 |   0 |   0 |   0 |   0 |   0 |      --      | 3.610000e+02 |    Inf 
0.00/0.02	o 121
0.00/0.02	c b 0.0s|     1 |     0 |     0 |     - |1462k|   0 |   - | 361 | 361 | 361 | 361 |   0 |   0 |   0 |      --      | 1.210000e+02 |    Inf 
0.08/0.15	c   0.2s|     1 |     0 |  2142 |     - |1458k|   0 | 357 | 361 | 361 | 361 | 361 |   0 |   0 |   0 | 7.653022e+01 | 1.210000e+02 |  58.11%
0.18/0.26	c   0.3s|     1 |     0 |  2234 |     - |4672k|   0 | 349 | 361 | 361 | 361 | 362 |   1 |   0 |   0 | 7.668403e+01 | 1.210000e+02 |  57.79%
0.28/0.36	c   0.4s|     1 |     0 |  2304 |     - |7330k|   0 | 348 | 361 | 361 | 361 | 363 |   2 |   0 |   0 | 7.670426e+01 | 1.210000e+02 |  57.75%
0.39/0.46	c   0.5s|     1 |     0 |  2340 |     - |9458k|   0 | 353 | 361 | 361 | 361 | 364 |   3 |   0 |   0 | 7.671433e+01 | 1.210000e+02 |  57.73%
0.49/0.55	c   0.5s|     1 |     0 |  2368 |     - |  10M|   0 | 354 | 361 | 361 | 361 | 365 |   4 |   0 |   0 | 7.672451e+01 | 1.210000e+02 |  57.71%
0.58/0.63	c   0.6s|     1 |     0 |  2404 |     - |  10M|   0 | 356 | 361 | 361 | 361 | 366 |   5 |   0 |   0 | 7.672760e+01 | 1.210000e+02 |  57.70%
0.68/0.71	c   0.7s|     1 |     0 |  2451 |     - |  10M|   0 | 355 | 361 | 361 | 361 | 367 |   6 |   0 |   0 | 7.673634e+01 | 1.210000e+02 |  57.68%
0.78/0.80	c   0.8s|     1 |     0 |  2476 |     - |  10M|   0 | 353 | 361 | 361 | 361 | 368 |   7 |   0 |   0 | 7.674226e+01 | 1.210000e+02 |  57.67%
0.78/0.89	c   0.9s|     1 |     0 |  2512 |     - |  10M|   0 | 356 | 361 | 361 | 361 | 369 |   8 |   0 |   0 | 7.674573e+01 | 1.210000e+02 |  57.66%
0.88/0.98	c   1.0s|     1 |     0 |  2538 |     - |  10M|   0 | 352 | 361 | 361 | 361 | 370 |   9 |   0 |   0 | 7.675106e+01 | 1.210000e+02 |  57.65%
0.99/1.07	c   1.1s|     1 |     0 |  2561 |     - |  10M|   0 | 351 | 361 | 361 | 361 | 371 |  10 |   0 |   0 | 7.675452e+01 | 1.210000e+02 |  57.65%
1.10/1.15	c   1.1s|     1 |     0 |  2587 |     - |  10M|   0 | 351 | 361 | 361 | 361 | 372 |  11 |   0 |   0 | 7.675633e+01 | 1.210000e+02 |  57.64%
2.38/2.40	c   2.4s|     1 |     2 |  2587 |     - |  10M|   0 | 351 | 361 | 361 | 361 | 372 |  11 |   0 |  25 | 7.675633e+01 | 1.210000e+02 |  57.64%
9.68/9.76	o 120
9.68/9.76	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
9.68/9.76	c c 9.8s|    15 |    16 |  6227 | 260.0 |  10M|  14 |   - | 361 | 361 | 361 | 370 |  11 |   0 | 324 | 7.683892e+01 | 1.200000e+02 |  56.17%
9.68/9.76	o 120
9.68/9.76	c c 9.8s|    15 |    16 |  6242 | 261.1 |  10M|  14 |   - | 361 | 361 | 361 | 370 |  11 |   0 | 324 | 7.683892e+01 | 1.200000e+02 |  56.17%
9.68/9.76	o 119
9.68/9.76	c c 9.8s|    15 |    16 |  6243 | 261.1 |  10M|  14 |   - | 361 | 361 | 361 | 370 |  11 |   0 | 324 | 7.683892e+01 | 1.190000e+02 |  54.87%
9.68/9.76	o 116
9.68/9.76	c c 9.8s|    15 |    16 |  6254 | 261.9 |  10M|  14 |   - | 361 | 361 | 361 | 370 |  11 |   0 | 324 | 7.683892e+01 | 1.160000e+02 |  50.97%
9.68/9.76	o 115
9.68/9.76	c c 9.8s|    15 |    16 |  6301 | 265.3 |  10M|  14 |   - | 361 | 361 | 361 | 370 |  11 |   0 | 324 | 7.683892e+01 | 1.150000e+02 |  49.66%
9.68/9.76	o 113
9.68/9.76	c c 9.8s|    15 |    16 |  6303 | 265.4 |  10M|  14 |   - | 361 | 361 | 361 | 370 |  11 |   0 | 324 | 7.683892e+01 | 1.130000e+02 |  47.06%
9.68/9.76	o 113
9.68/9.76	c c 9.8s|    15 |    16 |  6311 | 266.0 |  10M|  14 |   - | 361 | 361 | 361 | 370 |  11 |   0 | 324 | 7.683892e+01 | 1.130000e+02 |  47.06%
9.68/9.76	o 111
9.68/9.76	c c 9.8s|    15 |    16 |  6312 | 266.1 |  10M|  14 |   - | 361 | 361 | 361 | 370 |  11 |   0 | 324 | 7.683892e+01 | 1.110000e+02 |  44.46%
9.68/9.76	o 110
9.68/9.76	c c 9.8s|    15 |    16 |  6318 | 266.5 |  10M|  14 |   - | 361 | 361 | 361 | 370 |  11 |   0 | 324 | 7.683892e+01 | 1.100000e+02 |  43.16%
9.68/9.76	o 108
9.68/9.76	c c 9.8s|    15 |    16 |  6319 | 266.6 |  10M|  14 |   - | 361 | 361 | 361 | 370 |  11 |   0 | 324 | 7.683892e+01 | 1.080000e+02 |  40.55%
9.68/9.77	o 107
9.68/9.77	c c 9.8s|    15 |    16 |  6326 | 267.1 |  10M|  14 |   - | 361 | 361 | 361 | 370 |  11 |   0 | 324 | 7.683892e+01 | 1.070000e+02 |  39.25%
9.68/9.77	o 106
9.68/9.77	c c 9.8s|    15 |    16 |  6327 | 267.1 |  10M|  14 |   - | 361 | 361 | 361 | 370 |  11 |   0 | 324 | 7.683892e+01 | 1.060000e+02 |  37.95%
9.68/9.77	o 104
9.68/9.77	c c 9.8s|    15 |    16 |  6328 | 267.2 |  10M|  14 |   - | 361 | 361 | 361 | 370 |  11 |   0 | 324 | 7.683892e+01 | 1.040000e+02 |  35.35%
9.68/9.77	o 101
9.68/9.77	c c 9.8s|    15 |    16 |  6329 | 267.3 |  10M|  14 |   - | 361 | 361 | 361 | 370 |  11 |   0 | 324 | 7.683892e+01 | 1.010000e+02 |  31.44%
9.68/9.77	o 96
9.68/9.77	c c 9.8s|    15 |    16 |  6332 | 267.5 |  11M|  14 |   - | 361 | 361 | 361 | 370 |  11 |   0 | 324 | 7.683892e+01 | 9.600000e+01 |  24.94%
9.68/9.77	o 95
9.68/9.77	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
9.68/9.77	c c 9.8s|    15 |    16 |  6348 | 268.6 |  11M|  14 |   - | 361 | 361 | 361 | 370 |  11 |   0 | 324 | 7.683892e+01 | 9.500000e+01 |  23.64%
9.68/9.77	o 93
9.68/9.77	c c 9.8s|    15 |    16 |  6354 | 269.1 |  11M|  14 |   - | 361 | 361 | 361 | 370 |  11 |   0 | 324 | 7.683892e+01 | 9.300000e+01 |  21.03%
9.68/9.77	o 92
9.68/9.77	c c 9.8s|    15 |    16 |  6355 | 269.1 |  11M|  14 |   - | 361 | 361 | 361 | 370 |  11 |   0 | 324 | 7.683892e+01 | 9.200000e+01 |  19.73%
9.68/9.77	o 90
9.68/9.77	c c 9.8s|    15 |    16 |  6359 | 269.4 |  11M|  14 |   - | 361 | 361 | 361 | 370 |  11 |   0 | 324 | 7.683892e+01 | 9.000000e+01 |  17.13%
16.39/16.42	o 88
16.39/16.42	c o16.4s|   145 |   110 | 53892 | 356.3 |  11M|  49 |   0 | 361 | 361 | 361 | 370 |  11 |   0 | 475 | 7.683892e+01 | 8.800000e+01 |  14.53%
21.89/22.00	o 87
21.89/22.00	c p22.0s|   608 |   280 |104041 | 167.1 |  11M|  49 |   - | 361 | 361 | 361 | 370 |  11 |   0 | 605 | 7.721645e+01 | 8.700000e+01 |  12.67%
21.89/22.01	o 86
21.89/22.01	c p22.0s|   608 |   275 |104057 | 167.2 |  11M|  49 |   - | 361 | 361 | 361 | 370 |  11 |   0 | 605 | 7.721645e+01 | 8.600000e+01 |  11.38%
38.98/39.07	o 85
38.98/39.07	c v39.1s|  1895 |   621 |297623 | 155.8 |  11M|  49 |   - | 361 | 361 | 361 | 370 |  11 |   0 | 814 | 7.757384e+01 | 8.500000e+01 |   9.57%
108.99/109.04	o 84
108.99/109.04	c * 109s|  7422 |  1589 |  1137k| 153.0 |  11M|  49 |   - | 361 | 361 | 361 | 370 |  11 |   0 |1267 | 7.812917e+01 | 8.400000e+01 |   7.51%
141.29/141.31	c   141s| 10000 |  2667 |  1523k| 152.1 |  12M|  49 | 220 | 361 | 361 | 361 | 370 |  11 |   0 |1408 | 7.822156e+01 | 8.400000e+01 |   7.39%
271.89/271.94	c   272s| 20000 |  8031 |  3098k| 154.8 |  16M|  49 |   - | 361 | 361 | 361 | 370 |  11 |   0 |1978 | 7.841500e+01 | 8.400000e+01 |   7.12%
380.30/380.35	c   380s| 30000 | 12297 |  4407k| 146.8 |  19M|  49 | 244 | 361 | 361 | 361 | 370 |  11 |   0 |2459 | 7.853802e+01 | 8.400000e+01 |   6.95%
493.40/493.44	c   493s| 40000 | 18025 |  5785k| 144.6 |  23M|  50 | 278 | 361 | 361 | 361 | 370 |  11 |   0 |2983 | 7.861060e+01 | 8.400000e+01 |   6.86%
615.60/615.69	c   616s| 50000 | 24741 |  7267k| 145.3 |  28M|  50 | 234 | 361 | 361 | 361 | 370 |  11 |   0 |3404 | 7.865265e+01 | 8.400000e+01 |   6.80%
716.21/716.23	c   716s| 60000 | 29281 |  8506k| 141.7 |  31M|  50 | 230 | 361 | 361 | 361 | 370 |  11 |   0 |3734 | 7.870334e+01 | 8.400000e+01 |   6.73%
813.11/813.17	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
813.11/813.17	c   813s| 70000 | 33271 |  9699k| 138.5 |  35M|  50 | 226 | 361 | 361 | 361 | 370 |  11 |   0 |4070 | 7.874058e+01 | 8.400000e+01 |   6.68%
912.21/912.29	c   912s| 80000 | 37603 | 10923k| 136.5 |  39M|  50 |   - | 361 | 361 | 361 | 370 |  11 |   0 |4323 | 7.877826e+01 | 8.400000e+01 |   6.63%
1019.81/1019.86	c  1020s| 90000 | 43293 | 12270k| 136.3 |  43M|  50 | 222 | 361 | 361 | 361 | 370 |  11 |   0 |4564 | 7.880462e+01 | 8.400000e+01 |   6.59%
1122.04/1122.02	c  1122s|100000 | 48295 | 13541k| 135.4 |  47M|  50 | 221 | 361 | 361 | 361 | 370 |  11 |   0 |4850 | 7.883749e+01 | 8.400000e+01 |   6.55%
1226.54/1226.59	c  1227s|110000 | 53667 | 14862k| 135.1 |  51M|  50 | 240 | 361 | 361 | 361 | 370 |  11 |   0 |5045 | 7.886837e+01 | 8.400000e+01 |   6.51%
1326.02/1326.06	c  1326s|120000 | 58715 | 16107k| 134.2 |  56M|  50 | 230 | 361 | 361 | 361 | 370 |  11 |   0 |5268 | 7.889088e+01 | 8.400000e+01 |   6.48%
1413.23/1413.24	c  1413s|130000 | 62329 | 17199k| 132.3 |  59M|  50 | 210 | 361 | 361 | 361 | 370 |  11 |   0 |5433 | 7.891594e+01 | 8.400000e+01 |   6.44%
1525.13/1525.13	c  1525s|140000 | 67923 | 18584k| 132.7 |  64M|  50 | 227 | 361 | 361 | 361 | 370 |  11 |   0 |5589 | 7.893433e+01 | 8.400000e+01 |   6.42%
1635.53/1635.55	c  1636s|150000 | 73969 | 19943k| 132.9 |  68M|  50 |   - | 361 | 361 | 361 | 370 |  11 |   0 |5808 | 7.895691e+01 | 8.400000e+01 |   6.39%
1752.64/1752.67	c  1753s|160000 | 80641 | 21412k| 133.8 |  73M|  50 |   - | 361 | 361 | 361 | 370 |  11 |   0 |5960 | 7.898198e+01 | 8.400000e+01 |   6.35%
1800.04/1800.02	c 
1800.04/1800.02	c SCIP Status        : solving was interrupted [time limit reached]
1800.04/1800.02	c Solving Time (sec) : 1800.00
1800.04/1800.02	c Solving Nodes      : 165416
1800.04/1800.02	c Primal Bound       : +8.40000000000000e+01 (674 solutions)
1800.04/1800.02	c Dual Bound         : +7.89900839831669e+01
1800.04/1800.02	c Gap                : 6.34 %
1800.04/1800.02	s SATISFIABLE
1800.04/1800.02	v -x441 -x440 -x439 -x438 -x437 -x436 -x435 -x434 -x433 -x432 -x431 -x430 -x429 -x428 -x427 -x426 -x425 -x424 -x423 -x422 -x421 -x420 
1800.04/1800.02	v -x419 -x418 -x417 -x416 -x415 -x414 -x413 -x412 -x411 -x410 -x409 -x408 -x407 -x406 -x405 -x404 -x403 -x402 -x401 -x400 
1800.04/1800.02	v -x399 -x398 -x397 -x396 -x395 -x394 -x393 -x392 -x391 -x390 -x389 -x388 -x387 -x386 -x385 -x384 -x383 -x382 -x381 -x380 -x379 
1800.04/1800.02	v -x378 -x377 -x376 -x375 -x374 -x373 -x372 -x371 -x370 -x369 -x368 -x367 -x366 -x365 -x364 -x363 -x362 -x361 x360 -x359 -x358 
1800.04/1800.02	v x357 -x356 -x355 -x354 -x353 x352 -x351 -x350 x349 -x348 -x347 -x346 x345 -x344 -x343 x342 -x341 -x340 x339 -x338 x337 -x336 
1800.04/1800.02	v -x335 -x334 -x333 x332 -x331 -x330 x329 -x328 -x327 -x326 x325 -x324 -x323 -x322 x321 -x320 -x319 -x318 -x317 x316 -x315 -x314 
1800.04/1800.02	v -x313 -x312 x311 -x310 -x309 -x308 -x307 x306 -x305 -x304 x303 -x302 -x301 -x300 x299 -x298 -x297 -x296 -x295 x294 -x293 -x292 
1800.04/1800.02	v -x291 -x290 x289 -x288 -x287 -x286 -x285 -x284 -x283 x282 -x281 -x280 -x279 -x278 x277 -x276 -x275 -x274 -x273 x272 -x271 
1800.04/1800.02	v -x270 -x269 -x268 x267 x266 -x265 -x264 -x263 -x262 -x261 x260 -x259 -x258 -x257 -x256 x255 -x254 -x253 -x252 -x251 x250 -x249 
1800.04/1800.02	v -x248 -x247 -x246 x245 -x244 x243 -x242 -x241 -x240 -x239 x238 -x237 -x236 -x235 -x234 x233 -x232 -x231 -x230 x229 -x228 
1800.04/1800.02	v -x227 x226 -x225 -x224 -x223 -x222 x221 -x220 -x219 -x218 -x217 x216 -x215 -x214 -x213 -x212 -x211 -x210 x209 -x208 -x207 -x206 
1800.04/1800.02	v -x205 x204 -x203 -x202 -x201 -x200 x199 -x198 -x197 -x196 -x195 x194 x193 x192 -x191 -x190 -x189 -x188 x187 -x186 -x185 -x184 
1800.04/1800.02	v -x183 x182 -x181 -x180 -x179 -x178 x177 -x176 -x175 -x174 -x173 -x172 -x171 x170 -x169 -x168 -x167 -x166 x165 -x164 -x163 
1800.04/1800.02	v -x162 -x161 x160 -x159 -x158 -x157 -x156 x155 -x154 x153 -x152 -x151 -x150 -x149 x148 -x147 -x146 -x145 -x144 x143 -x142 -x141 
1800.04/1800.02	v -x140 -x139 x138 -x137 -x136 -x135 -x134 x133 -x132 x131 -x130 -x129 -x128 -x127 x126 -x125 -x124 -x123 -x122 x121 -x120 -x119 
1800.04/1800.02	v -x118 -x117 x116 -x115 -x114 -x113 -x112 -x111 -x110 x109 -x108 -x107 -x106 -x105 x104 -x103 x102 -x101 -x100 x99 -x98 -x97 
1800.04/1800.02	v -x96 -x95 x94 -x93 x92 -x91 -x90 -x89 -x88 x87 -x86 -x85 -x84 -x83 -x82 x81 -x80 -x79 -x78 x77 -x76 -x75 x74 -x73 -x72 -x71 
1800.04/1800.02	v x70 -x69 -x68 -x67 -x66 x65 -x64 -x63 -x62 -x61 x60 -x59 -x58 x57 -x56 -x55 -x54 x53 -x52 -x51 -x50 -x49 x48 -x47 -x46 -x45 
1800.04/1800.02	v x44 -x43 -x42 -x41 -x40 x39 -x38 -x37 -x36 x35 -x34 -x33 -x32 x31 -x30 -x29 -x28 x27 -x26 -x25 -x24 x23 -x22 -x21 -x20 -x19 
1800.04/1800.02	v x18 -x17 -x16 -x15 x14 -x13 -x12 -x11 x10 -x9 -x8 -x7 x6 -x5 -x4 -x3 x2 -x1 
1800.04/1800.02	c SCIP Status        : solving was interrupted [time limit reached]
1800.04/1800.02	c Total Time         :    1800.00
1800.04/1800.02	c   solving          :    1800.00
1800.04/1800.02	c   presolving       :       0.01 (included in solving)
1800.04/1800.02	c   reading          :       0.00 (included in solving)
1800.04/1800.02	c Original Problem   :
1800.04/1800.02	c   Problem name     : HOME/instance-3479233-1307447006.opb
1800.04/1800.02	c   Variables        : 441 (441 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.04/1800.02	c   Constraints      : 441 initial, 441 maximal
1800.04/1800.02	c Presolved Problem  :
1800.04/1800.02	c   Problem name     : t_HOME/instance-3479233-1307447006.opb
1800.04/1800.02	c   Variables        : 361 (361 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.04/1800.02	c   Constraints      : 361 initial, 361 maximal
1800.04/1800.02	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1800.04/1800.02	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
1800.04/1800.02	c   dualfix          :       0.00          0          0          0          0          0          0          0          0          0
1800.04/1800.02	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1800.04/1800.02	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1800.04/1800.02	c   pseudoobj        :       0.00          0          0          0          0          0          0          0          0          0
1800.04/1800.02	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1800.04/1800.02	c   probing          :       0.00          0          0          0          0          0          0          0          0          0
1800.04/1800.02	c   linear           :       0.00         80          0          0         80          0         80          0          0          0
1800.04/1800.02	c   logicor          :       0.00          0          0          0          0          0          0          0          0          0
1800.04/1800.02	c   root node        :          -          0          -          -          0          -          -          -          -          -
1800.04/1800.02	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1800.04/1800.02	c   integral         :          0          0          0     124618          0        677          0         77        473          0          0     248796
1800.04/1800.02	c   logicor          :        361         12     264336          1          0        674          0          0       7495          0          0          0
1800.04/1800.02	c   countsols        :          0          0          0          1          0        675          0          0          0          0          0          0
1800.04/1800.02	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1800.04/1800.02	c   integral         :      75.91       0.00       0.00      75.91       0.00       0.00       0.00
1800.04/1800.02	c   logicor          :       0.63       0.00       0.63       0.00       0.00       0.00       0.00
1800.04/1800.02	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1800.04/1800.02	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1800.04/1800.02	c   vbounds          :          0          0          0          0
1800.04/1800.02	c   rootredcost      :         22          0          0          0
1800.04/1800.02	c   pseudoobj        :     531853          0          0          0
1800.04/1800.02	c Propagator Timings :  TotalTime  Propagate    Resprop
1800.04/1800.02	c   vbounds          :       0.12       0.12       0.00
1800.04/1800.02	c   rootredcost      :       0.15       0.15       0.00
1800.04/1800.02	c   pseudoobj        :       3.56       3.56       0.00
1800.04/1800.02	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.04/1800.02	c   propagation      :       0.00          0          0          0        0.0          0        0.0          -
1800.04/1800.02	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.04/1800.02	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.04/1800.02	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.04/1800.02	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.04/1800.02	c   applied globally :          -          -          -          0        0.0          -          -          -
1800.04/1800.02	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.04/1800.02	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.04/1800.02	c   cut pool         :       0.02         11          -          -        274          -    (maximal pool size: 943)
1800.04/1800.02	c   redcost          :       1.91     180476          0     930846          0          0
1800.04/1800.02	c   impliedbounds    :       0.00         12          0          0          0          0
1800.04/1800.02	c   intobj           :       0.00          0          0          0          0          0
1800.04/1800.02	c   gomory           :       0.40         12          0          0          0          0
1800.04/1800.02	c   cgmip            :       0.00          0          0          0          0          0
1800.04/1800.02	c   closecuts        :       0.00          0          0          0          0          0
1800.04/1800.02	c   strongcg         :       0.44         12          0          0        970          0
1800.04/1800.02	c   cmir             :       0.02         10          0          0          0          0
1800.04/1800.02	c   flowcover        :       0.03         10          0          0          0          0
1800.04/1800.02	c   clique           :       0.00          1          0          0          0          0
1800.04/1800.02	c   zerohalf         :       0.00          0          0          0          0          0
1800.04/1800.02	c   mcf              :       0.00          1          0          0          0          0
1800.04/1800.02	c   oddcycle         :       0.00          0          0          0          0          0
1800.04/1800.02	c   rapidlearning    :       0.00          0          0          0          0          0
1800.04/1800.02	c Pricers            :       Time      Calls       Vars
1800.04/1800.02	c   problem variables:       0.00          0          0
1800.04/1800.02	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.04/1800.02	c   relpscost        :      75.83     124617         77        473          0          0     248796
1800.04/1800.02	c   pscost           :       0.00          0          0          0          0          0          0
1800.04/1800.02	c   inference        :       0.00          1          0          0          0          0          2
1800.04/1800.02	c   mostinf          :       0.00          0          0          0          0          0          0
1800.04/1800.02	c   leastinf         :       0.00          0          0          0          0          0          0
1800.04/1800.02	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.04/1800.02	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.04/1800.02	c   random           :       0.00          0          0          0          0          0          0
1800.04/1800.02	c Primal Heuristics  :       Time      Calls      Found
1800.04/1800.02	c   LP solutions     :       0.00          -          1
1800.04/1800.02	c   pseudo solutions :       0.00          -          0
1800.04/1800.02	c   crossover        :       0.18          0          0
1800.04/1800.02	c   oneopt           :       0.03          7          1
1800.04/1800.02	c   rootsoldiving    :       9.32         73          0
1800.04/1800.02	c   linesearchdiving :      76.81        826          9
1800.04/1800.02	c   fracdiving       :      66.87       1103          0
1800.04/1800.02	c   coefdiving       :     120.16       1810         72
1800.04/1800.02	c   trivial          :       0.00          2          1
1800.04/1800.02	c   shiftandpropagate:       0.00          0          0
1800.04/1800.02	c   simplerounding   :       2.80     124628         62
1800.04/1800.02	c   zirounding       :       0.79       3601         72
1800.04/1800.02	c   rounding         :       4.09       4962          0
1800.04/1800.02	c   shifting         :       1.29       1522          0
1800.04/1800.02	c   intshifting      :       0.00          0          0
1800.04/1800.02	c   twoopt           :       0.00          0          0
1800.04/1800.02	c   fixandinfer      :       0.00          0          0
1800.04/1800.02	c   feaspump         :       0.00          0          0
1800.04/1800.02	c   clique           :       0.00          0          0
1800.04/1800.02	c   pscostdiving     :      83.36        823        178
1800.04/1800.02	c   veclendiving     :      62.06       1270         70
1800.04/1800.02	c   intdiving        :       0.00          0          0
1800.04/1800.02	c   actconsdiving    :       0.00          0          0
1800.04/1800.02	c   objpscostdiving  :      92.88         76        208
1800.04/1800.02	c   guideddiving     :      67.12       1178          0
1800.04/1800.02	c   octane           :       0.00          0          0
1800.04/1800.02	c   rens             :       0.01          0          0
1800.04/1800.02	c   rins             :       0.00          0          0
1800.04/1800.02	c   localbranching   :       0.00          0          0
1800.04/1800.02	c   mutation         :       0.00          0          0
1800.04/1800.02	c   dins             :       0.00          0          0
1800.04/1800.02	c   vbounds          :       0.00          0          0
1800.04/1800.02	c   undercover       :       0.00          0          0
1800.04/1800.02	c   subnlp           :       0.03          0          0
1800.04/1800.02	c   trysol           :       0.05          0          0
1800.04/1800.02	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.04/1800.02	c   primal LP        :       0.00          0          0       0.00          -
1800.04/1800.02	c   dual LP          :    1110.16     165569   14639718      88.42   13187.04
1800.04/1800.02	c   lex dual LP      :       0.00          0          0       0.00          -
1800.04/1800.02	c   barrier LP       :       0.00          0          0       0.00          -
1800.04/1800.02	c   diving/probing LP:     542.99     294672    7375289      25.03   13582.70
1800.04/1800.02	c   strong branching :      68.86       6057     856363     141.38   12436.59
1800.04/1800.02	c     (at root node) :          -         25       8124     324.96          -
1800.04/1800.02	c   conflict analysis:       0.00          0          0       0.00          -
1800.04/1800.02	c B&B Tree           :
1800.04/1800.02	c   number of runs   :          1
1800.04/1800.02	c   nodes            :     165416
1800.04/1800.02	c   nodes (total)    :     165416
1800.04/1800.02	c   nodes left       :      82761
1800.04/1800.02	c   max depth        :         50
1800.04/1800.02	c   max depth (total):         50
1800.04/1800.02	c   backtracks       :      26930 (16.3%)
1800.04/1800.02	c   delayed cutoffs  :          0
1800.04/1800.02	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1800.04/1800.02	c   avg switch length:       4.47
1800.04/1800.02	c   switching time   :       2.81
1800.04/1800.02	c Solution           :
1800.04/1800.02	c   Solutions found  :        674 (26 improvements)
1800.04/1800.02	c   First Solution   : +3.61000000000000e+02   (in run 1, after 1 nodes, 0.01 seconds, depth 0, found by <trivial>)
1800.04/1800.02	c   Primal Bound     : +8.40000000000000e+01   (in run 1, after 7422 nodes, 109.03 seconds, depth 38, found by <relaxation>)
1800.04/1800.02	c   Dual Bound       : +7.89900839831669e+01
1800.04/1800.02	c   Gap              :       6.34 %
1800.04/1800.02	c   Root Dual Bound  : +7.67563337820536e+01
1800.04/1800.02	c   Root Iterations  :       2587

Verifier Data

OK	84

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

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 2.02 2.02 2.00 3/524 19836
/proc/meminfo: memFree=22431236/32951124 swapFree=56930356/67111528
[pid=19836] ppid=19834 vsize=9592 CPUtime=0 cores=0,2,4,6
/proc/19836/stat : 19836 (scip-2.0.1.4b.l) R 19834 19836 18907 0 -1 4202496 1528 0 0 0 0 0 0 0 25 0 1 0 856298354 9822208 1481 33554432000 4194304 9163163 140735695889312 18446744073709551615 8013931 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/19836/statm: 2398 1482 352 1214 0 1180 0

[startup+0.054779 s]
/proc/loadavg: 2.02 2.02 2.00 3/524 19836
/proc/meminfo: memFree=22431236/32951124 swapFree=56930356/67111528
[pid=19836] ppid=19834 vsize=20300 CPUtime=0.04 cores=0,2,4,6
/proc/19836/stat : 19836 (scip-2.0.1.4b.l) R 19834 19836 18907 0 -1 4202496 4194 0 0 0 4 0 0 0 25 0 1 0 856298354 20787200 3884 33554432000 4194304 9163163 140735695889312 18446744073709551615 7413850 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/19836/statm: 5075 3884 620 1214 0 3857 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 20300

[startup+0.10081 s]
/proc/loadavg: 2.02 2.02 2.00 3/524 19836
/proc/meminfo: memFree=22431236/32951124 swapFree=56930356/67111528
[pid=19836] ppid=19834 vsize=20480 CPUtime=0.08 cores=0,2,4,6
/proc/19836/stat : 19836 (scip-2.0.1.4b.l) R 19834 19836 18907 0 -1 4202496 4218 0 0 0 8 0 0 0 25 0 1 0 856298354 20971520 3908 33554432000 4194304 9163163 140735695889312 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/19836/statm: 5120 3908 620 1214 0 3902 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 20480

[startup+0.300735 s]
/proc/loadavg: 2.02 2.02 2.00 3/524 19836
/proc/meminfo: memFree=22431236/32951124 swapFree=56930356/67111528
[pid=19836] ppid=19834 vsize=24904 CPUtime=0.28 cores=0,2,4,6
/proc/19836/stat : 19836 (scip-2.0.1.4b.l) R 19834 19836 18907 0 -1 4202496 5345 0 0 0 28 0 0 0 25 0 1 0 856298354 25501696 5035 33554432000 4194304 9163163 140735695889312 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/19836/statm: 6226 5035 657 1214 0 5008 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 24904

[startup+0.700693 s]
/proc/loadavg: 2.02 2.02 2.00 3/524 19836
/proc/meminfo: memFree=22431236/32951124 swapFree=56930356/67111528
[pid=19836] ppid=19834 vsize=32780 CPUtime=0.68 cores=0,2,4,6
/proc/19836/stat : 19836 (scip-2.0.1.4b.l) R 19834 19836 18907 0 -1 4202496 7334 0 0 0 67 1 0 0 25 0 1 0 856298354 33566720 7011 33554432000 4194304 9163163 140735695889312 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/19836/statm: 8195 7011 658 1214 0 6977 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 32780

[startup+1.50055 s]
/proc/loadavg: 2.02 2.02 2.00 3/525 19837
/proc/meminfo: memFree=22403328/32951124 swapFree=56930356/67111528
[pid=19836] ppid=19834 vsize=34512 CPUtime=1.49 cores=0,2,4,6
/proc/19836/stat : 19836 (scip-2.0.1.4b.l) R 19834 19836 18907 0 -1 4202496 9557 0 0 0 147 2 0 0 25 0 1 0 856298354 35340288 7557 33554432000 4194304 9163163 140735695889312 18446744073709551615 7390101 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/19836/statm: 8628 7557 684 1214 0 7410 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 34512

[startup+3.10023 s]
/proc/loadavg: 2.02 2.02 2.00 3/525 19837
/proc/meminfo: memFree=22401092/32951124 swapFree=56930356/67111528
[pid=19836] ppid=19834 vsize=34728 CPUtime=3.08 cores=0,2,4,6
/proc/19836/stat : 19836 (scip-2.0.1.4b.l) R 19834 19836 18907 0 -1 4202496 9584 0 0 0 304 4 0 0 25 0 1 0 856298354 35561472 7584 33554432000 4194304 9163163 140735695889312 18446744073709551615 7390842 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/19836/statm: 8682 7584 688 1214 0 7464 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 34728

[startup+6.30065 s]
/proc/loadavg: 2.02 2.02 2.00 3/525 19837
/proc/meminfo: memFree=22400452/32951124 swapFree=56930356/67111528
[pid=19836] ppid=19834 vsize=34880 CPUtime=6.29 cores=0,2,4,6
/proc/19836/stat : 19836 (scip-2.0.1.4b.l) R 19834 19836 18907 0 -1 4202496 9621 0 0 0 621 8 0 0 25 0 1 0 856298354 35717120 7621 33554432000 4194304 9163163 140735695889312 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/19836/statm: 8720 7621 688 1214 0 7502 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 34880

[startup+12.7005 s]
/proc/loadavg: 2.01 2.02 2.00 3/525 19838
/proc/meminfo: memFree=22400136/32951124 swapFree=56930356/67111528
[pid=19836] ppid=19834 vsize=34880 CPUtime=12.68 cores=0,2,4,6
/proc/19836/stat : 19836 (scip-2.0.1.4b.l) R 19834 19836 18907 0 -1 4202496 9621 0 0 0 1254 14 0 0 25 0 1 0 856298354 35717120 7621 33554432000 4194304 9163163 140735695889312 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/19836/statm: 8720 7621 688 1214 0 7502 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 34880

[startup+25.5002 s]
/proc/loadavg: 2.01 2.02 2.00 3/525 19838
/proc/meminfo: memFree=22399476/32951124 swapFree=56930356/67111528
[pid=19836] ppid=19834 vsize=35320 CPUtime=25.49 cores=0,2,4,6
/proc/19836/stat : 19836 (scip-2.0.1.4b.l) R 19834 19836 18907 0 -1 4202496 11367 0 0 0 2518 31 0 0 25 0 1 0 856298354 36167680 7718 33554432000 4194304 9163163 140735695889312 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/19836/statm: 8830 7718 692 1214 0 7612 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 35320

[startup+51.1006 s]
/proc/loadavg: 2.01 2.02 2.00 3/525 19839
/proc/meminfo: memFree=22398956/32951124 swapFree=56930356/67111528
[pid=19836] ppid=19834 vsize=35984 CPUtime=51.09 cores=0,2,4,6
/proc/19836/stat : 19836 (scip-2.0.1.4b.l) R 19834 19836 18907 0 -1 4202496 18121 0 0 0 5043 66 0 0 25 0 1 0 856298354 36847616 7895 33554432000 4194304 9163163 140735695889312 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/19836/statm: 8996 7895 692 1214 0 7778 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 35984

[startup+102.319 s]
/proc/loadavg: 2.00 2.01 2.00 3/525 19840
/proc/meminfo: memFree=22394968/32951124 swapFree=56930356/67111528
[pid=19836] ppid=19834 vsize=37164 CPUtime=102.31 cores=0,2,4,6
/proc/19836/stat : 19836 (scip-2.0.1.4b.l) R 19834 19836 18907 0 -1 4202496 21560 0 0 0 10089 142 0 0 25 0 1 0 856298354 38055936 8207 33554432000 4194304 9163163 140735695889312 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/19836/statm: 9291 8207 692 1214 0 8073 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 37164

[startup+162.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/525 19870
/proc/meminfo: memFree=23311696/32951124 swapFree=56930356/67111528
[pid=19836] ppid=19834 vsize=38704 CPUtime=162.29 cores=0,2,4,6
/proc/19836/stat : 19836 (scip-2.0.1.4b.l) R 19834 19836 18907 0 -1 4202496 28196 0 0 0 16006 223 0 0 25 0 1 0 856298354 39632896 8601 33554432000 4194304 9163163 140735695889312 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/19836/statm: 9676 8601 693 1214 0 8458 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 38704

[startup+222.301 s]
/proc/loadavg: 2.02 2.02 2.00 3/525 19871
/proc/meminfo: memFree=23305004/32951124 swapFree=56930356/67111528
[pid=19836] ppid=19834 vsize=41056 CPUtime=222.29 cores=0,2,4,6
/proc/19836/stat : 19836 (scip-2.0.1.4b.l) R 19834 19836 18907 0 -1 4202496 30420 0 0 0 21923 306 0 0 25 0 1 0 856298354 42041344 9197 33554432000 4194304 9163163 140735695889312 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/19836/statm: 10264 9197 693 1214 0 9046 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 41056

[startup+282.301 s]
/proc/loadavg: 2.01 2.01 2.00 3/525 19900
/proc/meminfo: memFree=23331680/32951124 swapFree=56930356/67111528
[pid=19836] ppid=19834 vsize=42180 CPUtime=282.3 cores=0,2,4,6
/proc/19836/stat : 19836 (scip-2.0.1.4b.l) R 19834 19836 18907 0 -1 4202496 32335 0 0 0 27843 387 0 0 25 0 1 0 856298354 43192320 9508 33554432000 4194304 9163163 140735695889312 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/19836/statm: 10545 9508 693 1214 0 9327 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 42180

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/525 19901
/proc/meminfo: memFree=23262240/32951124 swapFree=56930356/67111528
[pid=19836] ppid=19834 vsize=44212 CPUtime=342.3 cores=0,2,4,6
/proc/19836/stat : 19836 (scip-2.0.1.4b.l) R 19834 19836 18907 0 -1 4202496 32822 0 0 0 33761 469 0 0 25 0 1 0 856298354 45273088 9995 33554432000 4194304 9163163 140735695889312 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/19836/statm: 11053 9995 693 1214 0 9835 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 44212

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/525 19903
/proc/meminfo: memFree=23259624/32951124 swapFree=56930356/67111528
[pid=19836] ppid=19834 vsize=46252 CPUtime=402.3 cores=0,2,4,6
/proc/19836/stat : 19836 (scip-2.0.1.4b.l) R 19834 19836 18907 0 -1 4202496 33364 0 0 0 39683 547 0 0 25 0 1 0 856298354 47362048 10537 33554432000 4194304 9163163 140735695889312 18446744073709551615 7379339 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/19836/statm: 11563 10537 693 1214 0 10345 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 46252

[startup+462.3 s]
/proc/loadavg: 2.16 2.03 2.01 3/525 19905
/proc/meminfo: memFree=23255144/32951124 swapFree=56930356/67111528
[pid=19836] ppid=19834 vsize=49116 CPUtime=462.3 cores=0,2,4,6
/proc/19836/stat : 19836 (scip-2.0.1.4b.l) R 19834 19836 18907 0 -1 4202496 35662 0 0 0 45602 628 0 0 25 0 1 0 856298354 50294784 11250 33554432000 4194304 9163163 140735695889312 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/19836/statm: 12279 11250 693 1214 0 11061 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 49116

[startup+522.3 s]
/proc/loadavg: 2.21 2.07 2.02 3/525 19906
/proc/meminfo: memFree=23254256/32951124 swapFree=56930356/67111528
[pid=19836] ppid=19834 vsize=51388 CPUtime=522.3 cores=0,2,4,6
/proc/19836/stat : 19836 (scip-2.0.1.4b.l) R 19834 19836 18907 0 -1 4202496 36239 0 0 0 51516 714 0 0 25 0 1 0 856298354 52621312 11827 33554432000 4194304 9163163 140735695889312 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/19836/statm: 12847 11827 693 1214 0 11629 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 51388

[startup+582.3 s]
/proc/loadavg: 2.11 2.07 2.02 3/525 19908
/proc/meminfo: memFree=23249524/32951124 swapFree=56930356/67111528
[pid=19836] ppid=19834 vsize=53384 CPUtime=582.3 cores=0,2,4,6
/proc/19836/stat : 19836 (scip-2.0.1.4b.l) R 19834 19836 18907 0 -1 4202496 36761 0 0 0 57435 795 0 0 25 0 1 0 856298354 54665216 12342 33554432000 4194304 9163163 140735695889312 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/19836/statm: 13346 12342 693 1214 0 12128 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 53384

[startup+642.301 s]

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

[startup+822.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/525 19914
/proc/meminfo: memFree=23239528/32951124 swapFree=56930356/67111528
[pid=19836] ppid=19834 vsize=64680 CPUtime=822.31 cores=0,2,4,6
/proc/19836/stat : 19836 (scip-2.0.1.4b.l) R 19834 19836 18907 0 -1 4202496 41173 0 0 0 81110 1121 0 0 25 0 1 0 856298354 66232320 15197 33554432000 4194304 9163163 140735695889312 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/19836/statm: 16170 15197 693 1214 0 14952 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 64680

[startup+882.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/525 19916
/proc/meminfo: memFree=23236908/32951124 swapFree=56930356/67111528
[pid=19836] ppid=19834 vsize=65344 CPUtime=882.32 cores=0,2,4,6
/proc/19836/stat : 19836 (scip-2.0.1.4b.l) R 19834 19836 18907 0 -1 4202496 41379 0 0 0 87031 1201 0 0 25 0 1 0 856298354 66912256 15403 33554432000 4194304 9163163 140735695889312 18446744073709551615 7375992 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/19836/statm: 16336 15403 693 1214 0 15118 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 65344

[startup+942.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/525 19917
/proc/meminfo: memFree=23233288/32951124 swapFree=56930356/67111528
[pid=19836] ppid=19834 vsize=68684 CPUtime=942.31 cores=0,2,4,6
/proc/19836/stat : 19836 (scip-2.0.1.4b.l) R 19834 19836 18907 0 -1 4202496 42206 0 0 0 92946 1285 0 0 25 0 1 0 856298354 70332416 16230 33554432000 4194304 9163163 140735695889312 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/19836/statm: 17171 16230 693 1214 0 15953 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 68684

[startup+1002.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/525 19919
/proc/meminfo: memFree=23230788/32951124 swapFree=56930356/67111528
[pid=19836] ppid=19834 vsize=71600 CPUtime=1002.31 cores=0,2,4,6
/proc/19836/stat : 19836 (scip-2.0.1.4b.l) R 19834 19836 18907 0 -1 4202496 42953 0 0 0 98867 1364 0 0 25 0 1 0 856298354 73318400 16975 33554432000 4194304 9163163 140735695889312 18446744073709551615 6480285 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/19836/statm: 17900 16975 693 1214 0 16682 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 71600

[startup+1062.3 s]
/proc/loadavg: 2.20 2.06 2.02 3/525 19930
/proc/meminfo: memFree=23226664/32951124 swapFree=56930356/67111528
[pid=19836] ppid=19834 vsize=73552 CPUtime=1062.32 cores=0,2,4,6
/proc/19836/stat : 19836 (scip-2.0.1.4b.l) R 19834 19836 18907 0 -1 4202496 43459 0 0 0 104784 1448 0 0 25 0 1 0 856298354 75317248 17481 33554432000 4194304 9163163 140735695889312 18446744073709551615 7379427 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/19836/statm: 18388 17481 693 1214 0 17170 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 73552

[startup+1122.3 s]
/proc/loadavg: 2.16 2.08 2.02 3/525 19931
/proc/meminfo: memFree=23222916/32951124 swapFree=56930356/67111528
[pid=19836] ppid=19834 vsize=77684 CPUtime=1122.32 cores=0,2,4,6
/proc/19836/stat : 19836 (scip-2.0.1.4b.l) R 19834 19836 18907 0 -1 4202496 44519 0 0 0 110701 1531 0 0 25 0 1 0 856298354 79548416 18539 33554432000 4194304 9163163 140735695889312 18446744073709551615 7390504 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/19836/statm: 19421 18539 693 1214 0 18203 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 77684

[startup+1182.3 s]
/proc/loadavg: 2.06 2.06 2.02 3/525 19933
/proc/meminfo: memFree=23218176/32951124 swapFree=56930356/67111528
[pid=19836] ppid=19834 vsize=81256 CPUtime=1182.32 cores=0,2,4,6
/proc/19836/stat : 19836 (scip-2.0.1.4b.l) R 19834 19836 18907 0 -1 4202496 45392 0 0 0 116613 1619 0 0 25 0 1 0 856298354 83206144 19412 33554432000 4194304 9163163 140735695889312 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/19836/statm: 20314 19412 693 1214 0 19096 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 81256

[startup+1242.3 s]
/proc/loadavg: 2.02 2.05 2.01 3/525 19934
/proc/meminfo: memFree=23214576/32951124 swapFree=56930356/67111528
[pid=19836] ppid=19834 vsize=84272 CPUtime=1242.32 cores=0,2,4,6
/proc/19836/stat : 19836 (scip-2.0.1.4b.l) R 19834 19836 18907 0 -1 4202496 47661 0 0 0 122534 1698 0 0 25 0 1 0 856298354 86294528 20185 33554432000 4194304 9163163 140735695889312 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/19836/statm: 21068 20185 693 1214 0 19850 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 84272

[startup+1302.3 s]
/proc/loadavg: 2.00 2.04 2.00 3/525 19939
/proc/meminfo: memFree=23210536/32951124 swapFree=56930356/67111528
[pid=19836] ppid=19834 vsize=86584 CPUtime=1302.34 cores=0,2,4,6
/proc/19836/stat : 19836 (scip-2.0.1.4b.l) R 19834 19836 18907 0 -1 4202496 48258 0 0 0 128450 1784 0 0 25 0 1 0 856298354 88662016 20782 33554432000 4194304 9163163 140735695889312 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/19836/statm: 21646 20782 693 1214 0 20428 0
Current children cumulated CPU time (s) 1302.34
Current children cumulated vsize (KiB) 86584

[startup+1362.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/525 19941
/proc/meminfo: memFree=23208296/32951124 swapFree=56930356/67111528
[pid=19836] ppid=19834 vsize=89660 CPUtime=1362.32 cores=0,2,4,6
/proc/19836/stat : 19836 (scip-2.0.1.4b.l) R 19834 19836 18907 0 -1 4202496 49031 0 0 0 134367 1865 0 0 25 0 1 0 856298354 91811840 21554 33554432000 4194304 9163163 140735695889312 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/19836/statm: 22415 21554 693 1214 0 21197 0
Current children cumulated CPU time (s) 1362.32
Current children cumulated vsize (KiB) 89660

[startup+1422.32 s]
/proc/loadavg: 2.00 2.02 2.00 3/525 19942
/proc/meminfo: memFree=23208764/32951124 swapFree=56930356/67111528
[pid=19836] ppid=19834 vsize=91280 CPUtime=1422.34 cores=0,2,4,6
/proc/19836/stat : 19836 (scip-2.0.1.4b.l) R 19834 19836 18907 0 -1 4202496 49442 0 0 0 140286 1948 0 0 25 0 1 0 856298354 93470720 21965 33554432000 4194304 9163163 140735695889312 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/19836/statm: 22820 21965 693 1214 0 21602 0
Current children cumulated CPU time (s) 1422.34
Current children cumulated vsize (KiB) 91280

[startup+1482.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/525 19944
/proc/meminfo: memFree=23204896/32951124 swapFree=56930356/67111528
[pid=19836] ppid=19834 vsize=96280 CPUtime=1482.33 cores=0,2,4,6
/proc/19836/stat : 19836 (scip-2.0.1.4b.l) R 19834 19836 18907 0 -1 4202496 50200 0 0 0 146201 2032 0 0 25 0 1 0 856298354 98590720 22721 33554432000 4194304 9163163 140735695889312 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/19836/statm: 24070 22721 693 1214 0 22852 0
Current children cumulated CPU time (s) 1482.33
Current children cumulated vsize (KiB) 96280

[startup+1542.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/525 19945
/proc/meminfo: memFree=23202520/32951124 swapFree=56930356/67111528
[pid=19836] ppid=19834 vsize=99284 CPUtime=1542.34 cores=0,2,4,6
/proc/19836/stat : 19836 (scip-2.0.1.4b.l) R 19834 19836 18907 0 -1 4202496 50954 0 0 0 152126 2108 0 0 25 0 1 0 856298354 101666816 23475 33554432000 4194304 9163163 140735695889312 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/19836/statm: 24821 23475 693 1214 0 23603 0
Current children cumulated CPU time (s) 1542.34
Current children cumulated vsize (KiB) 99284

[startup+1602.3 s]
/proc/loadavg: 2.27 2.07 2.02 3/525 19947
/proc/meminfo: memFree=23193944/32951124 swapFree=56930356/67111528
[pid=19836] ppid=19834 vsize=102428 CPUtime=1602.34 cores=0,2,4,6
/proc/19836/stat : 19836 (scip-2.0.1.4b.l) R 19834 19836 18907 0 -1 4202496 51761 0 0 0 158043 2191 0 0 25 0 1 0 856298354 104886272 24282 33554432000 4194304 9163163 140735695889312 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/19836/statm: 25607 24282 693 1214 0 24389 0
Current children cumulated CPU time (s) 1602.34
Current children cumulated vsize (KiB) 102428

[startup+1662.3 s]
/proc/loadavg: 2.22 2.08 2.02 3/525 19949
/proc/meminfo: memFree=23191812/32951124 swapFree=56930356/67111528
[pid=19836] ppid=19834 vsize=104944 CPUtime=1662.33 cores=0,2,4,6
/proc/19836/stat : 19836 (scip-2.0.1.4b.l) R 19834 19836 18907 0 -1 4202496 52389 0 0 0 163962 2271 0 0 25 0 1 0 856298354 107462656 24910 33554432000 4194304 9163163 140735695889312 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/19836/statm: 26236 24910 693 1214 0 25018 0
Current children cumulated CPU time (s) 1662.33
Current children cumulated vsize (KiB) 104944

[startup+1722.3 s]
/proc/loadavg: 2.08 2.07 2.02 3/525 19950
/proc/meminfo: memFree=23187820/32951124 swapFree=56930356/67111528
[pid=19836] ppid=19834 vsize=108708 CPUtime=1722.34 cores=0,2,4,6
/proc/19836/stat : 19836 (scip-2.0.1.4b.l) R 19834 19836 18907 0 -1 4202496 53385 0 0 0 169876 2358 0 0 25 0 1 0 856298354 111316992 25906 33554432000 4194304 9163163 140735695889312 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/19836/statm: 27177 25906 693 1214 0 25959 0
Current children cumulated CPU time (s) 1722.34
Current children cumulated vsize (KiB) 108708

[startup+1782.3 s]
/proc/loadavg: 2.03 2.05 2.01 3/525 19952
/proc/meminfo: memFree=23183572/32951124 swapFree=56930356/67111528
[pid=19836] ppid=19834 vsize=112164 CPUtime=1782.33 cores=0,2,4,6
/proc/19836/stat : 19836 (scip-2.0.1.4b.l) R 19834 19836 18907 0 -1 4202496 54229 0 0 0 175790 2443 0 0 25 0 1 0 856298354 114855936 26747 33554432000 4194304 9163163 140735695889312 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/19836/statm: 28041 26747 693 1214 0 26823 0
Current children cumulated CPU time (s) 1782.33
Current children cumulated vsize (KiB) 112164



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.02 2.05 2.01 3/525 19952
/proc/meminfo: memFree=23184304/32951124 swapFree=56930356/67111528
[pid=19836] ppid=19834 vsize=112540 CPUtime=1800.04 cores=0,2,4,6
/proc/19836/stat : 19836 (scip-2.0.1.4b.l) R 19834 19836 18907 0 -1 4202496 54329 0 0 0 177536 2468 0 0 25 0 1 0 856298354 115240960 26847 33554432000 4194304 9163163 140735695889312 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/19836/statm: 28135 26847 693 1214 0 26917 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 112540

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.03
CPU time (s): 1800.07
CPU user time (s): 1775.38
CPU system time (s): 24.6952
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 112540

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

runsolver used 9.82751 second user time and 20.4799 second system time

The end

Launcher Data

Begin job on node137 at 2011-06-07 13:43:26
IDJOB=3479233
IDBENCH=89865
IDSOLVER=1948
FILE ID=node137/3479233-1307447006
RUNJOBID= node137-1307441411-19461
PBS_JOBID= 13519951
Free space on /tmp= 73864 MiB

SOLVER NAME= SCIP spx E SCIP 2.0.1.4b with SoPlex 1.5.0.4
BENCH NAME= PB11/normalized-PB11/OPT-SMALLINT-LIN/heinz/normalized-go19.opb
COMMAND LINE= HOME/scip-2.0.1.4b.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3479233-1307447006/watcher-3479233-1307447006 -o /tmp/evaluation-result-3479233-1307447006/solver-3479233-1307447006 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4b.linux.x86_64.gnu.opt.spx -f HOME/instance-3479233-1307447006.opb -t 1800 -m 15500

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

MD5SUM BENCH= ac3a0c512b81d5e532f489853538ca8f
RANDOM SEED=23553017

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

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

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.844
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.844
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.844
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.844
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      22431516 kB
Buffers:        333840 kB
Cached:         935256 kB
SwapCached:      12464 kB
Active:        9481044 kB
Inactive:       762688 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      22431516 kB
SwapTotal:    67111528 kB
SwapFree:     56930356 kB
Dirty:           12108 kB
Writeback:           0 kB
AnonPages:     8971668 kB
Mapped:          24060 kB
Slab:           129644 kB
PageTables:      76544 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 163525124 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= 73860 MiB
End job on node137 at 2011-06-07 14:13:28