Trace number 3486398

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 2 2011-06-10 (fixed)SAT 1797.14 1797.1

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.00	c SCIP version 2.0.1.4 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.5.0.5]
0.00/0.00	c Copyright (c) 2002-2011 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-3486398-1307796074.opb>
0.00/0.00	c original problem has 441 variables (441 bin, 0 int, 0 impl, 0 cont) and 441 constraints
0.00/0.00	c problem read
0.00/0.00	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.01	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.01	c    (0.0s) probing: 101/361 (28.0%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.00/0.01	c    (0.0s) probing aborted: 100/100 successive totally useless probings
0.00/0.01	c presolving (3 rounds):
0.00/0.01	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.01	c  0 implications, 0 cliques
0.00/0.01	c presolved problem has 361 variables (361 bin, 0 int, 0 impl, 0 cont) and 361 constraints
0.00/0.01	c     361 constraints of type <logicor>
0.00/0.01	c transformed objective value is always integral (scale: 1)
0.00/0.01	c Presolving Time: 0.01
0.00/0.01	c - non default parameters ----------------------------------------------------------------------
0.00/0.01	c # SCIP version 2.0.1.4
0.00/0.01	c 
0.00/0.01	c # maximal number of intermediate conflict constraints generated in conflict graph (-1: use every intermediate constraint)
0.00/0.01	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.01	c conflict/interconss = 0
0.00/0.01	c 
0.00/0.01	c # should binary conflicts be preferred?
0.00/0.01	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.01	c conflict/preferbinary = TRUE
0.00/0.01	c 
0.00/0.01	c # maximum age an unnecessary constraint can reach before it is deleted (0: dynamic, -1: keep all constraints)
0.00/0.01	c # [type: int, range: [-1,2147483647], default: 0]
0.00/0.01	c constraints/agelimit = 1
0.00/0.01	c 
0.00/0.01	c # should enforcement of pseudo solution be disabled?
0.00/0.01	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.01	c constraints/disableenfops = TRUE
0.00/0.01	c 
0.00/0.01	c # frequency for displaying node information lines
0.00/0.01	c # [type: int, range: [-1,2147483647], default: 100]
0.00/0.01	c display/freq = 10000
0.00/0.01	c 
0.00/0.01	c # maximal time in seconds to run
0.00/0.01	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.01	c limits/time = 1797
0.00/0.01	c 
0.00/0.01	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.01	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.01	c limits/memory = 13950
0.00/0.01	c 
0.00/0.01	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.00/0.01	c # [type: int, range: [1,2], default: 1]
0.00/0.01	c timing/clocktype = 2
0.00/0.01	c 
0.00/0.01	c # belongs reading time to solving time?
0.00/0.01	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.01	c timing/reading = TRUE
0.00/0.01	c 
0.00/0.01	c # should presolving try to simplify inequalities
0.00/0.01	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.01	c constraints/linear/simplifyinequalities = TRUE
0.00/0.01	c 
0.00/0.01	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.00/0.01	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.01	c constraints/indicator/addCouplingCons = TRUE
0.00/0.01	c 
0.00/0.01	c # should presolving try to simplify knapsacks
0.00/0.01	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.01	c constraints/knapsack/simplifyinequalities = TRUE
0.00/0.01	c 
0.00/0.01	c -----------------------------------------------------------------------------------------------
0.00/0.01	c start solving
0.00/0.01	c 
0.00/0.01	o 361
0.00/0.01	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.01	c t 0.0s|     1 |     0 |     0 |     - |1099k|   0 |   - | 361 | 361 |   0 |   0 |   0 |   0 |   0 |      --      | 3.610000e+02 |    Inf 
0.00/0.01	o 121
0.00/0.01	c b 0.0s|     1 |     0 |     0 |     - |1429k|   0 |   - | 361 | 361 | 361 | 361 |   0 |   0 |   0 |      --      | 1.210000e+02 |    Inf 
0.09/0.14	c   0.1s|     1 |     0 |  2142 |     - |1425k|   0 | 357 | 361 | 361 | 361 | 361 |   0 |   0 |   0 | 7.653022e+01 | 1.210000e+02 |  58.11%
0.19/0.24	c   0.2s|     1 |     0 |  2234 |     - |4639k|   0 | 349 | 361 | 361 | 361 | 362 |   1 |   0 |   0 | 7.668403e+01 | 1.210000e+02 |  57.79%
0.29/0.33	c   0.3s|     1 |     0 |  2304 |     - |7297k|   0 | 348 | 361 | 361 | 361 | 363 |   2 |   0 |   0 | 7.670426e+01 | 1.210000e+02 |  57.75%
0.39/0.41	c   0.4s|     1 |     0 |  2340 |     - |9425k|   0 | 353 | 361 | 361 | 361 | 364 |   3 |   0 |   0 | 7.671433e+01 | 1.210000e+02 |  57.73%
0.39/0.49	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.48/0.57	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.58/0.64	c   0.6s|     1 |     0 |  2451 |     - |  10M|   0 | 355 | 361 | 361 | 361 | 367 |   6 |   0 |   0 | 7.673634e+01 | 1.210000e+02 |  57.68%
0.68/0.72	c   0.7s|     1 |     0 |  2476 |     - |  10M|   0 | 353 | 361 | 361 | 361 | 368 |   7 |   0 |   0 | 7.674226e+01 | 1.210000e+02 |  57.67%
0.79/0.80	c   0.8s|     1 |     0 |  2512 |     - |  10M|   0 | 356 | 361 | 361 | 361 | 369 |   8 |   0 |   0 | 7.674573e+01 | 1.210000e+02 |  57.66%
0.79/0.88	c   0.9s|     1 |     0 |  2538 |     - |  10M|   0 | 352 | 361 | 361 | 361 | 370 |   9 |   0 |   0 | 7.675106e+01 | 1.210000e+02 |  57.65%
0.89/0.97	c   1.0s|     1 |     0 |  2561 |     - |  10M|   0 | 351 | 361 | 361 | 361 | 371 |  10 |   0 |   0 | 7.675452e+01 | 1.210000e+02 |  57.65%
1.00/1.04	c   1.0s|     1 |     0 |  2587 |     - |  10M|   0 | 351 | 361 | 361 | 361 | 372 |  11 |   0 |   0 | 7.675633e+01 | 1.210000e+02 |  57.64%
2.09/2.18	c   2.2s|     1 |     2 |  2587 |     - |  10M|   0 | 351 | 361 | 361 | 361 | 372 |  11 |   0 |  25 | 7.675633e+01 | 1.210000e+02 |  57.64%
8.89/8.92	o 120
8.89/8.92	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
8.89/8.92	c c 8.9s|    15 |    16 |  6227 | 260.0 |  10M|  14 |   - | 361 | 361 | 361 | 370 |  11 |   0 | 324 | 7.683892e+01 | 1.200000e+02 |  56.17%
8.89/8.92	o 120
8.89/8.92	c c 8.9s|    15 |    16 |  6242 | 261.1 |  10M|  14 |   - | 361 | 361 | 361 | 370 |  11 |   0 | 324 | 7.683892e+01 | 1.200000e+02 |  56.17%
8.89/8.92	o 119
8.89/8.92	c c 8.9s|    15 |    16 |  6243 | 261.1 |  10M|  14 |   - | 361 | 361 | 361 | 370 |  11 |   0 | 324 | 7.683892e+01 | 1.190000e+02 |  54.87%
8.89/8.92	o 116
8.89/8.92	c c 8.9s|    15 |    16 |  6254 | 261.9 |  10M|  14 |   - | 361 | 361 | 361 | 370 |  11 |   0 | 324 | 7.683892e+01 | 1.160000e+02 |  50.97%
8.89/8.92	o 115
8.89/8.92	c c 8.9s|    15 |    16 |  6301 | 265.3 |  10M|  14 |   - | 361 | 361 | 361 | 370 |  11 |   0 | 324 | 7.683892e+01 | 1.150000e+02 |  49.66%
8.89/8.93	o 113
8.89/8.93	c c 8.9s|    15 |    16 |  6303 | 265.4 |  10M|  14 |   - | 361 | 361 | 361 | 370 |  11 |   0 | 324 | 7.683892e+01 | 1.130000e+02 |  47.06%
8.89/8.93	o 113
8.89/8.93	c c 8.9s|    15 |    16 |  6311 | 266.0 |  10M|  14 |   - | 361 | 361 | 361 | 370 |  11 |   0 | 324 | 7.683892e+01 | 1.130000e+02 |  47.06%
8.89/8.93	o 111
8.89/8.93	c c 8.9s|    15 |    16 |  6312 | 266.1 |  10M|  14 |   - | 361 | 361 | 361 | 370 |  11 |   0 | 324 | 7.683892e+01 | 1.110000e+02 |  44.46%
8.89/8.93	o 110
8.89/8.93	c c 8.9s|    15 |    16 |  6318 | 266.5 |  10M|  14 |   - | 361 | 361 | 361 | 370 |  11 |   0 | 324 | 7.683892e+01 | 1.100000e+02 |  43.16%
8.89/8.93	o 108
8.89/8.93	c c 8.9s|    15 |    16 |  6319 | 266.6 |  10M|  14 |   - | 361 | 361 | 361 | 370 |  11 |   0 | 324 | 7.683892e+01 | 1.080000e+02 |  40.55%
8.89/8.93	o 107
8.89/8.93	c c 8.9s|    15 |    16 |  6326 | 267.1 |  10M|  14 |   - | 361 | 361 | 361 | 370 |  11 |   0 | 324 | 7.683892e+01 | 1.070000e+02 |  39.25%
8.89/8.93	o 106
8.89/8.93	c c 8.9s|    15 |    16 |  6327 | 267.1 |  10M|  14 |   - | 361 | 361 | 361 | 370 |  11 |   0 | 324 | 7.683892e+01 | 1.060000e+02 |  37.95%
8.89/8.93	o 104
8.89/8.93	c c 8.9s|    15 |    16 |  6328 | 267.2 |  10M|  14 |   - | 361 | 361 | 361 | 370 |  11 |   0 | 324 | 7.683892e+01 | 1.040000e+02 |  35.35%
8.89/8.93	o 101
8.89/8.93	c c 8.9s|    15 |    16 |  6329 | 267.3 |  10M|  14 |   - | 361 | 361 | 361 | 370 |  11 |   0 | 324 | 7.683892e+01 | 1.010000e+02 |  31.44%
8.89/8.93	o 96
8.89/8.93	c c 8.9s|    15 |    16 |  6332 | 267.5 |  10M|  14 |   - | 361 | 361 | 361 | 370 |  11 |   0 | 324 | 7.683892e+01 | 9.600000e+01 |  24.94%
8.89/8.93	o 95
8.89/8.93	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
8.89/8.93	c c 8.9s|    15 |    16 |  6348 | 268.6 |  10M|  14 |   - | 361 | 361 | 361 | 370 |  11 |   0 | 324 | 7.683892e+01 | 9.500000e+01 |  23.64%
8.89/8.93	o 93
8.89/8.93	c c 8.9s|    15 |    16 |  6354 | 269.1 |  10M|  14 |   - | 361 | 361 | 361 | 370 |  11 |   0 | 324 | 7.683892e+01 | 9.300000e+01 |  21.03%
8.89/8.93	o 92
8.89/8.93	c c 8.9s|    15 |    16 |  6355 | 269.1 |  10M|  14 |   - | 361 | 361 | 361 | 370 |  11 |   0 | 324 | 7.683892e+01 | 9.200000e+01 |  19.73%
8.89/8.93	o 90
8.89/8.93	c c 8.9s|    15 |    16 |  6359 | 269.4 |  10M|  14 |   - | 361 | 361 | 361 | 370 |  11 |   0 | 324 | 7.683892e+01 | 9.000000e+01 |  17.13%
14.99/15.01	o 88
14.99/15.01	c o15.0s|   145 |   110 | 53892 | 356.3 |  11M|  49 |   0 | 361 | 361 | 361 | 370 |  11 |   0 | 475 | 7.683892e+01 | 8.800000e+01 |  14.53%
20.09/20.10	o 87
20.09/20.10	c p20.1s|   608 |   280 |104041 | 167.1 |  11M|  49 |   - | 361 | 361 | 361 | 370 |  11 |   0 | 605 | 7.721645e+01 | 8.700000e+01 |  12.67%
20.09/20.10	o 86
20.09/20.10	c p20.1s|   608 |   275 |104057 | 167.2 |  11M|  49 |   - | 361 | 361 | 361 | 370 |  11 |   0 | 605 | 7.721645e+01 | 8.600000e+01 |  11.38%
35.59/35.64	o 85
35.59/35.64	c v35.6s|  1895 |   621 |297623 | 155.8 |  11M|  49 |   - | 361 | 361 | 361 | 370 |  11 |   0 | 814 | 7.757384e+01 | 8.500000e+01 |   9.57%
100.09/100.15	o 84
100.09/100.15	c c 100s|  7815 |  1650 |  1139k| 145.4 |  11M|  49 |   - | 361 | 361 | 361 | 370 |  11 |   0 |1254 | 7.814456e+01 | 8.400000e+01 |   7.49%
121.70/121.72	c   122s| 10000 |  2241 |  1428k| 142.6 |  12M|  49 | 212 | 361 | 361 | 361 | 370 |  11 |   0 |1330 | 7.821727e+01 | 8.400000e+01 |   7.39%
225.50/225.54	c   226s| 20000 |  6325 |  2808k| 140.3 |  15M|  49 | 231 | 361 | 361 | 361 | 370 |  11 |   0 |1831 | 7.841892e+01 | 8.400000e+01 |   7.12%
320.10/320.11	c   320s| 30000 | 10275 |  4057k| 135.2 |  19M|  49 | 244 | 361 | 361 | 361 | 370 |  11 |   0 |2423 | 7.855091e+01 | 8.400000e+01 |   6.94%
405.20/405.23	c   405s| 40000 | 13793 |  5193k| 129.8 |  22M|  49 |   - | 361 | 361 | 361 | 370 |  11 |   0 |2780 | 7.863996e+01 | 8.400000e+01 |   6.82%
495.70/495.71	c   496s| 50000 | 17913 |  6409k| 128.1 |  25M|  49 | 211 | 361 | 361 | 361 | 370 |  11 |   0 |3222 | 7.871036e+01 | 8.400000e+01 |   6.72%
587.80/587.87	c   588s| 60000 | 22447 |  7658k| 127.6 |  29M|  49 | 219 | 361 | 361 | 361 | 370 |  11 |   0 |3597 | 7.876633e+01 | 8.400000e+01 |   6.64%
665.81/665.83	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
665.81/665.83	c   666s| 70000 | 25311 |  8719k| 124.5 |  32M|  50 |   - | 361 | 361 | 361 | 370 |  11 |   0 |3845 | 7.881602e+01 | 8.400000e+01 |   6.58%
745.51/745.51	c   746s| 80000 | 28521 |  9803k| 122.5 |  34M|  51 | 278 | 361 | 361 | 361 | 370 |  11 |   0 |4134 | 7.884593e+01 | 8.400000e+01 |   6.54%
820.21/820.23	c   820s| 90000 | 31373 | 10804k| 120.0 |  37M|  52 | 257 | 361 | 361 | 361 | 370 |  11 |   0 |4394 | 7.887521e+01 | 8.400000e+01 |   6.50%
897.32/897.31	c   897s|100000 | 34263 | 11860k| 118.6 |  40M|  52 | 240 | 361 | 361 | 361 | 370 |  11 |   0 |4619 | 7.890108e+01 | 8.400000e+01 |   6.46%
975.52/975.55	c   976s|110000 | 37387 | 12934k| 117.6 |  42M|  52 | 244 | 361 | 361 | 361 | 370 |  11 |   0 |4821 | 7.892692e+01 | 8.400000e+01 |   6.43%
1050.82/1050.89	c  1051s|120000 | 40575 | 13951k| 116.2 |  45M|  56 |   - | 361 | 361 | 361 | 370 |  11 |   0 |5065 | 7.894777e+01 | 8.400000e+01 |   6.40%
1126.12/1126.15	c  1126s|130000 | 43409 | 14969k| 115.1 |  47M|  56 |   - | 361 | 361 | 361 | 370 |  11 |   0 |5229 | 7.897018e+01 | 8.400000e+01 |   6.37%
1202.12/1202.16	c  1202s|140000 | 46769 | 16025k| 114.5 |  50M|  56 | 220 | 361 | 361 | 361 | 370 |  11 |   0 |5390 | 7.898884e+01 | 8.400000e+01 |   6.34%
1286.32/1286.30	c  1286s|150000 | 50731 | 17178k| 114.5 |  54M|  56 | 241 | 361 | 361 | 361 | 370 |  11 |   0 |5568 | 7.900936e+01 | 8.400000e+01 |   6.32%
1374.22/1374.28	c  1374s|160000 | 55465 | 18372k| 114.8 |  57M|  56 | 259 | 361 | 361 | 361 | 370 |  11 |   0 |5752 | 7.902907e+01 | 8.400000e+01 |   6.29%
1453.03/1453.02	c  1453s|170000 | 59189 | 19454k| 114.4 |  61M|  56 | 208 | 361 | 361 | 361 | 370 |  11 |   0 |5910 | 7.904440e+01 | 8.400000e+01 |   6.27%
1534.13/1534.14	c  1534s|180000 | 63193 | 20559k| 114.2 |  64M|  56 |   - | 361 | 361 | 361 | 370 |  11 |   0 |6050 | 7.906072e+01 | 8.400000e+01 |   6.25%
1618.83/1618.81	c  1619s|190000 | 67845 | 21720k| 114.3 |  67M|  56 |   - | 361 | 361 | 361 | 370 |  11 |   0 |6193 | 7.907467e+01 | 8.400000e+01 |   6.23%
1704.14/1704.10	c  1704s|200000 | 72013 | 22894k| 114.5 |  71M|  56 |   - | 361 | 361 | 361 | 370 |  11 |   0 |6336 | 7.908894e+01 | 8.400000e+01 |   6.21%
1786.04/1786.07	c  1786s|210000 | 76227 | 24004k| 114.3 |  74M|  56 |   - | 361 | 361 | 361 | 370 |  11 |   0 |6482 | 7.910421e+01 | 8.400000e+01 |   6.19%
1797.04/1797.00	c 
1797.04/1797.00	c SCIP Status        : solving was interrupted [time limit reached]
1797.04/1797.00	c Solving Time (sec) : 1797.00
1797.04/1797.00	c Solving Nodes      : 211006
1797.04/1797.00	c Primal Bound       : +8.40000000000000e+01 (637 solutions)
1797.04/1797.00	c Dual Bound         : +7.91050384580056e+01
1797.04/1797.00	c Gap                : 6.19 %
1797.04/1797.00	s SATISFIABLE
1797.04/1797.00	v -x441 -x440 -x439 -x438 -x437 -x436 -x435 -x434 -x433 -x432 -x431 -x430 -x429 -x428 -x427 -x426 -x425 -x424 -x423 -x422 -x421 -x420 
1797.04/1797.00	v -x419 -x418 -x417 -x416 -x415 -x414 -x413 -x412 -x411 -x410 -x409 -x408 -x407 -x406 -x405 -x404 -x403 -x402 -x401 -x400 
1797.04/1797.00	v -x399 -x398 -x397 -x396 -x395 -x394 -x393 -x392 -x391 -x390 -x389 -x388 -x387 -x386 -x385 -x384 -x383 -x382 -x381 -x380 -x379 
1797.04/1797.00	v -x378 -x377 -x376 -x375 -x374 -x373 -x372 -x371 -x370 -x369 -x368 -x367 -x366 -x365 -x364 -x363 -x362 -x361 x360 -x359 -x358 
1797.04/1797.00	v x357 x356 -x355 -x354 -x353 -x352 x351 -x350 -x349 -x348 -x347 x346 -x345 -x344 x343 -x342 -x341 -x340 -x339 x338 -x337 -x336 
1797.04/1797.00	v x335 -x334 -x333 -x332 -x331 x330 -x329 -x328 x327 -x326 -x325 -x324 -x323 -x322 -x321 -x320 x319 -x318 -x317 -x316 -x315 x314 
1797.04/1797.00	v -x313 -x312 x311 -x310 -x309 -x308 x307 -x306 x305 -x304 x303 -x302 -x301 -x300 -x299 x298 -x297 -x296 -x295 -x294 x293 -x292 
1797.04/1797.00	v -x291 x290 -x289 -x288 -x287 -x286 -x285 -x284 -x283 x282 -x281 -x280 -x279 -x278 x277 -x276 -x275 -x274 -x273 x272 -x271 
1797.04/1797.00	v -x270 -x269 x268 -x267 x266 -x265 -x264 -x263 -x262 x261 -x260 -x259 -x258 -x257 x256 -x255 -x254 -x253 -x252 x251 -x250 -x249 
1797.04/1797.00	v -x248 -x247 -x246 x245 -x244 -x243 -x242 -x241 x240 -x239 -x238 -x237 -x236 x235 -x234 -x233 -x232 -x231 x230 x229 -x228 
1797.04/1797.00	v x227 -x226 -x225 x224 -x223 -x222 -x221 -x220 x219 -x218 -x217 -x216 -x215 x214 -x213 -x212 -x211 -x210 -x209 x208 -x207 -x206 
1797.04/1797.00	v -x205 -x204 x203 -x202 -x201 -x200 -x199 x198 -x197 -x196 -x195 -x194 x193 -x192 -x191 -x190 x189 -x188 x187 -x186 -x185 -x184 
1797.04/1797.00	v -x183 x182 -x181 -x180 -x179 -x178 x177 -x176 -x175 -x174 -x173 x172 -x171 -x170 -x169 -x168 -x167 x166 -x165 -x164 -x163 
1797.04/1797.00	v -x162 x161 -x160 -x159 -x158 -x157 x156 -x155 -x154 -x153 x152 -x151 x150 -x149 -x148 -x147 -x146 x145 -x144 -x143 -x142 -x141 
1797.04/1797.00	v x140 -x139 -x138 -x137 -x136 x135 -x134 -x133 -x132 -x131 -x130 x129 -x128 -x127 -x126 -x125 x124 -x123 -x122 -x121 -x120 
1797.04/1797.00	v x119 -x118 -x117 x116 -x115 -x114 x113 -x112 -x111 -x110 -x109 x108 -x107 -x106 -x105 -x104 x103 -x102 -x101 -x100 -x99 x98 -x97 
1797.04/1797.00	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 
1797.04/1797.00	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 
1797.04/1797.00	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 
1797.04/1797.00	v -x18 x17 -x16 -x15 -x14 x13 -x12 -x11 -x10 -x9 x8 -x7 -x6 -x5 -x4 x3 -x2 -x1 
1797.04/1797.00	c SCIP Status        : solving was interrupted [time limit reached]
1797.04/1797.00	c Total Time         :    1797.00
1797.04/1797.00	c   solving          :    1797.00
1797.04/1797.00	c   presolving       :       0.01 (included in solving)
1797.04/1797.00	c   reading          :       0.00 (included in solving)
1797.04/1797.00	c Original Problem   :
1797.04/1797.00	c   Problem name     : HOME/instance-3486398-1307796074.opb
1797.04/1797.00	c   Variables        : 441 (441 binary, 0 integer, 0 implicit integer, 0 continuous)
1797.04/1797.00	c   Constraints      : 441 initial, 441 maximal
1797.04/1797.00	c Presolved Problem  :
1797.04/1797.00	c   Problem name     : t_HOME/instance-3486398-1307796074.opb
1797.04/1797.00	c   Variables        : 361 (361 binary, 0 integer, 0 implicit integer, 0 continuous)
1797.04/1797.00	c   Constraints      : 361 initial, 361 maximal
1797.04/1797.00	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1797.04/1797.00	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
1797.04/1797.00	c   dualfix          :       0.00          0          0          0          0          0          0          0          0          0
1797.04/1797.00	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1797.04/1797.00	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1797.04/1797.00	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1797.04/1797.00	c   probing          :       0.00          0          0          0          0          0          0          0          0          0
1797.04/1797.00	c   linear           :       0.00         80          0          0         80          0         80          0          0          0
1797.04/1797.00	c   logicor          :       0.00          0          0          0          0          0          0          0          0          0
1797.04/1797.00	c   root node        :          -          0          -          -          0          -          -          -          -          -
1797.04/1797.00	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1797.04/1797.00	c   integral         :          0          0          0     144506          0        641          0        118        793          0          0     288356
1797.04/1797.00	c   logicor          :        361         12     315566          0          0        638          0          0      13266          0          0          0
1797.04/1797.00	c   countsols        :          0          0          0          0          0        639          0          0          0          0          0          0
1797.04/1797.00	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1797.04/1797.00	c   integral         :      72.15       0.00       0.00      72.15       0.00       0.00       0.00
1797.04/1797.00	c   logicor          :       0.71       0.00       0.71       0.00       0.00       0.00       0.00
1797.04/1797.00	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1797.04/1797.00	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1797.04/1797.00	c   vbounds          :          0          0          0          0
1797.04/1797.00	c   rootredcost      :         22          0          0          0
1797.04/1797.00	c   pseudoobj        :     633325          0          0          0
1797.04/1797.00	c Propagator Timings :  TotalTime  Propagate    Resprop
1797.04/1797.00	c   vbounds          :       0.11       0.11       0.00
1797.04/1797.00	c   rootredcost      :       0.12       0.12       0.00
1797.04/1797.00	c   pseudoobj        :       3.68       3.68       0.00
1797.04/1797.00	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1797.04/1797.00	c   propagation      :       0.00          0          0          0        0.0          0        0.0          -
1797.04/1797.00	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1797.04/1797.00	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1797.04/1797.00	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1797.04/1797.00	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1797.04/1797.00	c   applied globally :          -          -          -          0        0.0          -          -          -
1797.04/1797.00	c   applied locally  :          -          -          -          0        0.0          -          -          -
1797.04/1797.00	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1797.04/1797.00	c   cut pool         :       0.02         11          -          -        274          -    (maximal pool size: 943)
1797.04/1797.00	c   redcost          :       2.20     223592          0    1317393          0          0
1797.04/1797.00	c   impliedbounds    :       0.00         12          0          0          0          0
1797.04/1797.00	c   intobj           :       0.00          0          0          0          0          0
1797.04/1797.00	c   gomory           :       0.36         12          0          0          0          0
1797.04/1797.00	c   cgmip            :       0.00          0          0          0          0          0
1797.04/1797.00	c   closecuts        :       0.00          0          0          0          0          0
1797.04/1797.00	c   strongcg         :       0.40         12          0          0        970          0
1797.04/1797.00	c   cmir             :       0.02         10          0          0          0          0
1797.04/1797.00	c   flowcover        :       0.03         10          0          0          0          0
1797.04/1797.00	c   clique           :       0.00          1          0          0          0          0
1797.04/1797.00	c   zerohalf         :       0.00          0          0          0          0          0
1797.04/1797.00	c   mcf              :       0.00          1          0          0          0          0
1797.04/1797.00	c   oddcycle         :       0.00          0          0          0          0          0
1797.04/1797.00	c   rapidlearning    :       0.00          0          0          0          0          0
1797.04/1797.00	c Pricers            :       Time      Calls       Vars
1797.04/1797.00	c   problem variables:       0.00          0          0
1797.04/1797.00	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1797.04/1797.00	c   relpscost        :      72.05     144506        118        793          0          0     288356
1797.04/1797.00	c   pscost           :       0.00          0          0          0          0          0          0
1797.04/1797.00	c   inference        :       0.00          0          0          0          0          0          0
1797.04/1797.00	c   mostinf          :       0.00          0          0          0          0          0          0
1797.04/1797.00	c   leastinf         :       0.00          0          0          0          0          0          0
1797.04/1797.00	c   fullstrong       :       0.00          0          0          0          0          0          0
1797.04/1797.00	c   allfullstrong    :       0.00          0          0          0          0          0          0
1797.04/1797.00	c   random           :       0.00          0          0          0          0          0          0
1797.04/1797.00	c Primal Heuristics  :       Time      Calls      Found
1797.04/1797.00	c   LP solutions     :       0.00          -          0
1797.04/1797.00	c   pseudo solutions :       0.00          -          0
1797.04/1797.00	c   crossover        :       0.13          0          0
1797.04/1797.00	c   oneopt           :       0.04          7          1
1797.04/1797.00	c   guideddiving     :      67.30       1132          0
1797.04/1797.00	c   fracdiving       :      67.14       1157          0
1797.04/1797.00	c   veclendiving     :      63.07       1281         72
1797.04/1797.00	c   coefdiving       :     120.04       1932         87
1797.04/1797.00	c   trivial          :       0.00          2          1
1797.04/1797.00	c   shiftandpropagate:       0.00          0          0
1797.04/1797.00	c   simplerounding   :       2.83     144517         60
1797.04/1797.00	c   zirounding       :       0.72       3601         72
1797.04/1797.00	c   rounding         :       3.65       5313          0
1797.04/1797.00	c   shifting         :       1.16       1618          0
1797.04/1797.00	c   intshifting      :       0.00          0          0
1797.04/1797.00	c   twoopt           :       0.00          0          0
1797.04/1797.00	c   fixandinfer      :       0.00          0          0
1797.04/1797.00	c   feaspump         :       0.00          0          0
1797.04/1797.00	c   clique           :       0.00          0          0
1797.04/1797.00	c   pscostdiving     :      82.63        821        170
1797.04/1797.00	c   intdiving        :       0.00          0          0
1797.04/1797.00	c   actconsdiving    :       0.00          0          0
1797.04/1797.00	c   objpscostdiving  :      87.14         70        165
1797.04/1797.00	c   rootsoldiving    :       9.32         83          0
1797.04/1797.00	c   linesearchdiving :      76.95        861          9
1797.04/1797.00	c   octane           :       0.00          0          0
1797.04/1797.00	c   rens             :       0.00          0          0
1797.04/1797.00	c   rins             :       0.00          0          0
1797.04/1797.00	c   localbranching   :       0.00          0          0
1797.04/1797.00	c   mutation         :       0.00          0          0
1797.04/1797.00	c   dins             :       0.00          0          0
1797.04/1797.00	c   vbounds          :       0.00          0          0
1797.04/1797.00	c   undercover       :       0.00          0          0
1797.04/1797.00	c   subnlp           :       0.03          0          0
1797.04/1797.00	c   trysol           :       0.04          0          0
1797.04/1797.00	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1797.04/1797.00	c   primal LP        :       0.00          0          0       0.00          -
1797.04/1797.00	c   dual LP          :    1112.64     211227   16187210      76.63   14548.48
1797.04/1797.00	c   lex dual LP      :       0.00          0          0       0.00          -
1797.04/1797.00	c   barrier LP       :       0.00          0          0       0.00          -
1797.04/1797.00	c   diving/probing LP:     538.75     317840    7974536      25.09   14801.84
1797.04/1797.00	c   strong branching :      64.90       6506     885689     136.13   13646.20
1797.04/1797.00	c     (at root node) :          -         25       8124     324.96          -
1797.04/1797.00	c   conflict analysis:       0.00          0          0       0.00          -
1797.04/1797.00	c B&B Tree           :
1797.04/1797.00	c   number of runs   :          1
1797.04/1797.00	c   nodes            :     211006
1797.04/1797.00	c   nodes (total)    :     211006
1797.04/1797.00	c   nodes left       :      76715
1797.04/1797.00	c   max depth        :         56
1797.04/1797.00	c   max depth (total):         56
1797.04/1797.00	c   backtracks       :      35229 (16.7%)
1797.04/1797.00	c   delayed cutoffs  :          0
1797.04/1797.00	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1797.04/1797.00	c   avg switch length:       4.60
1797.04/1797.00	c   switching time   :       3.11
1797.04/1797.00	c Solution           :
1797.04/1797.00	c   Solutions found  :        637 (26 improvements)
1797.04/1797.00	c   First Solution   : +3.61000000000000e+02   (in run 1, after 1 nodes, 0.01 seconds, depth 0, found by <trivial>)
1797.04/1797.00	c   Primal Bound     : +8.40000000000000e+01   (in run 1, after 7815 nodes, 100.15 seconds, depth 103, found by <coefdiving>)
1797.04/1797.00	c   Dual Bound       : +7.91050384580056e+01
1797.04/1797.00	c   Gap              :       6.19 %
1797.04/1797.00	c   Root Dual Bound  : +7.67563337820536e+01
1797.04/1797.00	c   Root Iterations  :       2587
1797.04/1797.09	c Time complete: 1797.13.

Verifier Data

OK	84

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 988)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3486398-1307796074/watcher-3486398-1307796074 -o /tmp/evaluation-result-3486398-1307796074/solver-3486398-1307796074 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3486398-1307796074.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: 0.93 1.02 1.35 3/176 15984
/proc/meminfo: memFree=31696872/32951124 swapFree=67050780/67111528
[pid=15984] ppid=15980 vsize=10156 CPUtime=0 cores=0,2,4,6
/proc/15984/stat : 15984 (scip-2.0.1.4_2.) R 15980 15984 14500 0 -1 4202496 1529 0 0 0 0 0 0 0 24 0 1 0 891210237 10399744 1484 33554432000 4194304 8979876 140733914404752 18446744073709551615 6779003 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/15984/statm: 2539 1484 366 1169 0 1366 0

[startup+0.067846 s]
/proc/loadavg: 0.93 1.02 1.35 3/176 15984
/proc/meminfo: memFree=31696872/32951124 swapFree=67050780/67111528
[pid=15984] ppid=15980 vsize=18908 CPUtime=0.06 cores=0,2,4,6
/proc/15984/stat : 15984 (scip-2.0.1.4_2.) R 15980 15984 14500 0 -1 4202496 3862 0 0 0 6 0 0 0 24 0 1 0 891210237 19361792 3556 33554432000 4194304 8979876 140733914404752 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/15984/statm: 4727 3556 611 1169 0 3554 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 18908

[startup+0.100859 s]
/proc/loadavg: 0.93 1.02 1.35 3/176 15984
/proc/meminfo: memFree=31696872/32951124 swapFree=67050780/67111528
[pid=15984] ppid=15980 vsize=19056 CPUtime=0.09 cores=0,2,4,6
/proc/15984/stat : 15984 (scip-2.0.1.4_2.) R 15980 15984 14500 0 -1 4202496 3889 0 0 0 9 0 0 0 24 0 1 0 891210237 19513344 3583 33554432000 4194304 8979876 140733914404752 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/15984/statm: 4764 3583 611 1169 0 3591 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 19056

[startup+0.300809 s]
/proc/loadavg: 0.93 1.02 1.35 3/176 15984
/proc/meminfo: memFree=31696872/32951124 swapFree=67050780/67111528
[pid=15984] ppid=15980 vsize=25480 CPUtime=0.29 cores=0,2,4,6
/proc/15984/stat : 15984 (scip-2.0.1.4_2.) R 15980 15984 14500 0 -1 4202496 5571 0 0 0 29 0 0 0 25 0 1 0 891210237 26091520 5265 33554432000 4194304 8979876 140733914404752 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/15984/statm: 6370 5265 652 1169 0 5197 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 25480

[startup+0.700737 s]
/proc/loadavg: 0.93 1.02 1.35 3/176 15984
/proc/meminfo: memFree=31696872/32951124 swapFree=67050780/67111528
[pid=15984] ppid=15980 vsize=32132 CPUtime=0.68 cores=0,2,4,6
/proc/15984/stat : 15984 (scip-2.0.1.4_2.) R 15980 15984 14500 0 -1 4202496 7242 0 0 0 68 0 0 0 25 0 1 0 891210237 32903168 6922 33554432000 4194304 8979876 140733914404752 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/15984/statm: 8033 6922 651 1169 0 6860 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 32132

[startup+1.5006 s]
/proc/loadavg: 0.93 1.02 1.35 4/178 15986
/proc/meminfo: memFree=31634224/32951124 swapFree=67050780/67111528
[pid=15984] ppid=15980 vsize=33396 CPUtime=1.49 cores=0,2,4,6
/proc/15984/stat : 15984 (scip-2.0.1.4_2.) R 15980 15984 14500 0 -1 4202496 8436 0 0 0 148 1 0 0 25 0 1 0 891210237 34197504 7275 33554432000 4194304 8979876 140733914404752 18446744073709551615 7184653 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/15984/statm: 8349 7275 668 1169 0 7176 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 33396

[startup+3.10031 s]
/proc/loadavg: 0.93 1.02 1.35 4/178 15986
/proc/meminfo: memFree=31618352/32951124 swapFree=67050780/67111528
[pid=15984] ppid=15980 vsize=33396 CPUtime=3.09 cores=0,2,4,6
/proc/15984/stat : 15984 (scip-2.0.1.4_2.) R 15980 15984 14500 0 -1 4202496 8438 0 0 0 307 2 0 0 25 0 1 0 891210237 34197504 7277 33554432000 4194304 8979876 140733914404752 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/15984/statm: 8349 7277 670 1169 0 7176 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 33396

[startup+6.30076 s]
/proc/loadavg: 1.02 1.04 1.35 4/178 15986
/proc/meminfo: memFree=31613588/32951124 swapFree=67050780/67111528
[pid=15984] ppid=15980 vsize=33396 CPUtime=6.29 cores=0,2,4,6
/proc/15984/stat : 15984 (scip-2.0.1.4_2.) R 15980 15984 14500 0 -1 4202496 8438 0 0 0 624 5 0 0 25 0 1 0 891210237 34197504 7277 33554432000 4194304 8979876 140733914404752 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/15984/statm: 8349 7277 670 1169 0 7176 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 33396

[startup+12.7006 s]
/proc/loadavg: 1.10 1.06 1.36 4/178 15987
/proc/meminfo: memFree=31613936/32951124 swapFree=67050780/67111528
[pid=15984] ppid=15980 vsize=33396 CPUtime=12.69 cores=0,2,4,6
/proc/15984/stat : 15984 (scip-2.0.1.4_2.) R 15980 15984 14500 0 -1 4202496 8440 0 0 0 1258 11 0 0 25 0 1 0 891210237 34197504 7279 33554432000 4194304 8979876 140733914404752 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/15984/statm: 8349 7279 672 1169 0 7176 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 33396

[startup+25.5003 s]
/proc/loadavg: 1.30 1.10 1.37 4/178 15987
/proc/meminfo: memFree=31614092/32951124 swapFree=67050780/67111528
[pid=15984] ppid=15980 vsize=33488 CPUtime=25.49 cores=0,2,4,6
/proc/15984/stat : 15984 (scip-2.0.1.4_2.) R 15980 15984 14500 0 -1 4202496 10201 0 0 0 2520 29 0 0 25 0 1 0 891210237 34291712 7338 33554432000 4194304 8979876 140733914404752 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/15984/statm: 8372 7338 675 1169 0 7199 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 33488

[startup+51.1008 s]
/proc/loadavg: 1.54 1.17 1.38 4/178 15988
/proc/meminfo: memFree=31610704/32951124 swapFree=67050780/67111528
[pid=15984] ppid=15980 vsize=34416 CPUtime=51.09 cores=0,2,4,6
/proc/15984/stat : 15984 (scip-2.0.1.4_2.) R 15980 15984 14500 0 -1 4202496 12919 0 0 0 5045 64 0 0 25 0 1 0 891210237 35241984 7546 33554432000 4194304 8979876 140733914404752 18446744073709551615 7057424 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/15984/statm: 8604 7546 675 1169 0 7431 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 34416

[startup+102.307 s]
/proc/loadavg: 1.91 1.33 1.42 4/178 15989
/proc/meminfo: memFree=31606780/32951124 swapFree=67050780/67111528
[pid=15984] ppid=15980 vsize=35236 CPUtime=102.3 cores=0,2,4,6
/proc/15984/stat : 15984 (scip-2.0.1.4_2.) R 15980 15984 14500 0 -1 4202496 16531 0 0 0 10099 131 0 0 25 0 1 0 891210237 36081664 7751 33554432000 4194304 8979876 140733914404752 18446744073709551615 7186658 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/15984/statm: 8809 7751 675 1169 0 7636 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 35236

[startup+162.301 s]
/proc/loadavg: 1.81 1.42 1.45 2/172 16015
/proc/meminfo: memFree=31685784/32951124 swapFree=67050780/67111528
[pid=15984] ppid=15980 vsize=37192 CPUtime=162.29 cores=0,2,4,6
/proc/15984/stat : 15984 (scip-2.0.1.4_2.) R 15980 15984 14500 0 -1 4202496 19515 0 0 0 16019 210 0 0 25 0 1 0 891210237 38084608 8239 33554432000 4194304 8979876 140733914404752 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/15984/statm: 9298 8239 675 1169 0 8125 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 37192

[startup+222.3 s]
/proc/loadavg: 1.30 1.34 1.42 2/172 16016
/proc/meminfo: memFree=31682760/32951124 swapFree=67050780/67111528
[pid=15984] ppid=15980 vsize=39996 CPUtime=222.29 cores=0,2,4,6
/proc/15984/stat : 15984 (scip-2.0.1.4_2.) R 15980 15984 14500 0 -1 4202496 21042 0 0 0 21941 288 0 0 25 0 1 0 891210237 40955904 8957 33554432000 4194304 8979876 140733914404752 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/15984/statm: 9999 8957 675 1169 0 8826 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 39996

[startup+282.301 s]
/proc/loadavg: 1.11 1.27 1.39 2/172 16018
/proc/meminfo: memFree=31681224/32951124 swapFree=67050780/67111528
[pid=15984] ppid=15980 vsize=41488 CPUtime=282.29 cores=0,2,4,6
/proc/15984/stat : 15984 (scip-2.0.1.4_2.) R 15980 15984 14500 0 -1 4202496 22259 0 0 0 27856 373 0 0 25 0 1 0 891210237 42483712 9298 33554432000 4194304 8979876 140733914404752 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/15984/statm: 10372 9298 675 1169 0 9199 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 41488

[startup+342.301 s]
/proc/loadavg: 1.04 1.22 1.36 2/172 16019
/proc/meminfo: memFree=31676824/32951124 swapFree=67050780/67111528
[pid=15984] ppid=15980 vsize=45624 CPUtime=342.3 cores=0,2,4,6
/proc/15984/stat : 15984 (scip-2.0.1.4_2.) R 15980 15984 14500 0 -1 4202496 23343 0 0 0 33774 456 0 0 25 0 1 0 891210237 46718976 10382 33554432000 4194304 8979876 140733914404752 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/15984/statm: 11406 10382 675 1169 0 10233 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 45624

[startup+402.301 s]
/proc/loadavg: 1.01 1.18 1.33 2/172 16021
/proc/meminfo: memFree=31675296/32951124 swapFree=67050780/67111528
[pid=15984] ppid=15980 vsize=46904 CPUtime=402.3 cores=0,2,4,6
/proc/15984/stat : 15984 (scip-2.0.1.4_2.) R 15980 15984 14500 0 -1 4202496 24480 0 0 0 39691 539 0 0 25 0 1 0 891210237 48029696 10728 33554432000 4194304 8979876 140733914404752 18446744073709551615 7164596 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/15984/statm: 11726 10728 675 1169 0 10553 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 46904

[startup+462.301 s]
/proc/loadavg: 1.00 1.14 1.31 2/172 16023
/proc/meminfo: memFree=31672536/32951124 swapFree=67050780/67111528
[pid=15984] ppid=15980 vsize=49900 CPUtime=462.31 cores=0,2,4,6
/proc/15984/stat : 15984 (scip-2.0.1.4_2.) R 15980 15984 14500 0 -1 4202496 25226 0 0 0 45612 619 0 0 25 0 1 0 891210237 51097600 11474 33554432000 4194304 8979876 140733914404752 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/15984/statm: 12475 11474 675 1169 0 11302 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 49900

[startup+522.3 s]
/proc/loadavg: 1.00 1.11 1.29 2/172 16024
/proc/meminfo: memFree=31670608/32951124 swapFree=67050780/67111528
[pid=15984] ppid=15980 vsize=52128 CPUtime=522.3 cores=0,2,4,6
/proc/15984/stat : 15984 (scip-2.0.1.4_2.) R 15980 15984 14500 0 -1 4202496 25817 0 0 0 51528 702 0 0 25 0 1 0 891210237 53379072 12060 33554432000 4194304 8979876 140733914404752 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/15984/statm: 13032 12060 675 1169 0 11859 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 52128

[startup+582.301 s]
/proc/loadavg: 1.00 1.09 1.27 2/172 16026
/proc/meminfo: memFree=31665732/32951124 swapFree=67050780/67111528
[pid=15984] ppid=15980 vsize=55940 CPUtime=582.31 cores=0,2,4,6
/proc/15984/stat : 15984 (scip-2.0.1.4_2.) R 15980 15984 14500 0 -1 4202496 27524 0 0 0 57442 789 0 0 25 0 1 0 891210237 57282560 13007 33554432000 4194304 8979876 140733914404752 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/15984/statm: 13985 13007 675 1169 0 12812 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 55940

[startup+642.301 s]

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

/proc/meminfo: memFree=31643804/32951124 swapFree=67050780/67111528
[pid=15984] ppid=15980 vsize=78412 CPUtime=1122.32 cores=0,2,4,6
/proc/15984/stat : 15984 (scip-2.0.1.4_2.) R 15980 15984 14500 0 -1 4202496 33724 0 0 0 110706 1526 0 0 25 0 1 0 891210237 80293888 18706 33554432000 4194304 8979876 140733914404752 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/15984/statm: 19603 18706 675 1169 0 18430 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 78412

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.12 2/172 16042
/proc/meminfo: memFree=31641152/32951124 swapFree=67050780/67111528
[pid=15984] ppid=15980 vsize=80884 CPUtime=1182.32 cores=0,2,4,6
/proc/15984/stat : 15984 (scip-2.0.1.4_2.) R 15980 15984 14500 0 -1 4202496 34351 0 0 0 116620 1612 0 0 25 0 1 0 891210237 82825216 19333 33554432000 4194304 8979876 140733914404752 18446744073709551615 7166369 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/15984/statm: 20221 19333 675 1169 0 19048 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 80884

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.11 2/172 16052
/proc/meminfo: memFree=31638592/32951124 swapFree=67050780/67111528
[pid=15984] ppid=15980 vsize=82872 CPUtime=1242.32 cores=0,2,4,6
/proc/15984/stat : 15984 (scip-2.0.1.4_2.) R 15980 15984 14500 0 -1 4202496 34861 0 0 0 122537 1695 0 0 25 0 1 0 891210237 84860928 19843 33554432000 4194304 8979876 140733914404752 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/15984/statm: 20718 19843 675 1169 0 19545 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 82872

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.10 2/172 16054
/proc/meminfo: memFree=31635824/32951124 swapFree=67050780/67111528
[pid=15984] ppid=15980 vsize=85748 CPUtime=1302.33 cores=0,2,4,6
/proc/15984/stat : 15984 (scip-2.0.1.4_2.) R 15980 15984 14500 0 -1 4202496 35584 0 0 0 128453 1780 0 0 25 0 1 0 891210237 87805952 20563 33554432000 4194304 8979876 140733914404752 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/15984/statm: 21437 20563 675 1169 0 20264 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 85748

[startup+1362.3 s]
/proc/loadavg: 1.06 1.02 1.09 2/172 16059
/proc/meminfo: memFree=31634868/32951124 swapFree=67050780/67111528
[pid=15984] ppid=15980 vsize=86644 CPUtime=1362.33 cores=0,2,4,6
/proc/15984/stat : 15984 (scip-2.0.1.4_2.) R 15980 15984 14500 0 -1 4202496 35832 0 0 0 134371 1862 0 0 25 0 1 0 891210237 88723456 20811 33554432000 4194304 8979876 140733914404752 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/15984/statm: 21661 20811 675 1169 0 20488 0
Current children cumulated CPU time (s) 1362.33
Current children cumulated vsize (KiB) 86644

[startup+1422.31 s]
/proc/loadavg: 1.02 1.01 1.09 2/172 16060
/proc/meminfo: memFree=31630692/32951124 swapFree=67050780/67111528
[pid=15984] ppid=15980 vsize=90916 CPUtime=1422.33 cores=0,2,4,6
/proc/15984/stat : 15984 (scip-2.0.1.4_2.) R 15980 15984 14500 0 -1 4202496 36894 0 0 0 140283 1950 0 0 25 0 1 0 891210237 93097984 21873 33554432000 4194304 8979876 140733914404752 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/15984/statm: 22729 21873 675 1169 0 21556 0
Current children cumulated CPU time (s) 1422.33
Current children cumulated vsize (KiB) 90916

[startup+1482.3 s]
/proc/loadavg: 1.01 1.00 1.08 2/172 16062
/proc/meminfo: memFree=31627416/32951124 swapFree=67050780/67111528
[pid=15984] ppid=15980 vsize=94124 CPUtime=1482.33 cores=0,2,4,6
/proc/15984/stat : 15984 (scip-2.0.1.4_2.) R 15980 15984 14500 0 -1 4202496 37721 0 0 0 146194 2039 0 0 25 0 1 0 891210237 96382976 22700 33554432000 4194304 8979876 140733914404752 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/15984/statm: 23531 22700 675 1169 0 22358 0
Current children cumulated CPU time (s) 1482.33
Current children cumulated vsize (KiB) 94124

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.07 2/172 16063
/proc/meminfo: memFree=31625512/32951124 swapFree=67050780/67111528
[pid=15984] ppid=15980 vsize=95652 CPUtime=1542.32 cores=0,2,4,6
/proc/15984/stat : 15984 (scip-2.0.1.4_2.) R 15980 15984 14500 0 -1 4202496 38108 0 0 0 152108 2124 0 0 25 0 1 0 891210237 97947648 23087 33554432000 4194304 8979876 140733914404752 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/15984/statm: 23913 23087 675 1169 0 22740 0
Current children cumulated CPU time (s) 1542.32
Current children cumulated vsize (KiB) 95652

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.07 2/172 16065
/proc/meminfo: memFree=31621996/32951124 swapFree=67050780/67111528
[pid=15984] ppid=15980 vsize=101692 CPUtime=1602.33 cores=0,2,4,6
/proc/15984/stat : 15984 (scip-2.0.1.4_2.) R 15980 15984 14500 0 -1 4202496 39117 0 0 0 158023 2210 0 0 25 0 1 0 891210237 104132608 24096 33554432000 4194304 8979876 140733914404752 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/15984/statm: 25423 24096 675 1169 0 24250 0
Current children cumulated CPU time (s) 1602.33
Current children cumulated vsize (KiB) 101692

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.06 2/172 16067
/proc/meminfo: memFree=31618960/32951124 swapFree=67050780/67111528
[pid=15984] ppid=15980 vsize=104288 CPUtime=1662.33 cores=0,2,4,6
/proc/15984/stat : 15984 (scip-2.0.1.4_2.) R 15980 15984 14500 0 -1 4202496 39792 0 0 0 163934 2299 0 0 25 0 1 0 891210237 106790912 24766 33554432000 4194304 8979876 140733914404752 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/15984/statm: 26072 24766 675 1169 0 24899 0
Current children cumulated CPU time (s) 1662.33
Current children cumulated vsize (KiB) 104288

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.06 2/172 16068
/proc/meminfo: memFree=31615920/32951124 swapFree=67050780/67111528
[pid=15984] ppid=15980 vsize=107252 CPUtime=1722.33 cores=0,2,4,6
/proc/15984/stat : 15984 (scip-2.0.1.4_2.) R 15980 15984 14500 0 -1 4202496 40579 0 0 0 169853 2380 0 0 25 0 1 0 891210237 109826048 25551 33554432000 4194304 8979876 140733914404752 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/15984/statm: 26813 25551 675 1169 0 25640 0
Current children cumulated CPU time (s) 1722.33
Current children cumulated vsize (KiB) 107252

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.05 2/172 16070
/proc/meminfo: memFree=31613528/32951124 swapFree=67050780/67111528
[pid=15984] ppid=15980 vsize=109832 CPUtime=1782.34 cores=0,2,4,6
/proc/15984/stat : 15984 (scip-2.0.1.4_2.) R 15980 15984 14500 0 -1 4202496 41196 0 0 0 175771 2463 0 0 25 0 1 0 891210237 112467968 26168 33554432000 4194304 8979876 140733914404752 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/15984/statm: 27458 26168 675 1169 0 26285 0
Current children cumulated CPU time (s) 1782.34
Current children cumulated vsize (KiB) 109832

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

[startup+1785.5 s]
/proc/loadavg: 1.00 1.00 1.05 2/172 16070
/proc/meminfo: memFree=31613404/32951124 swapFree=67050780/67111528
[pid=15984] ppid=15980 vsize=109832 CPUtime=1785.53 cores=0,2,4,6
/proc/15984/stat : 15984 (scip-2.0.1.4_2.) R 15980 15984 14500 0 -1 4202496 41205 0 0 0 176085 2468 0 0 25 0 1 0 891210237 112467968 26177 33554432000 4194304 8979876 140733914404752 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/15984/statm: 27458 26177 675 1169 0 26285 0
Current children cumulated CPU time (s) 1785.53
Current children cumulated vsize (KiB) 109832

[startup+1791.91 s]
/proc/loadavg: 1.00 1.00 1.05 2/172 16070
/proc/meminfo: memFree=31613388/32951124 swapFree=67050780/67111528
[pid=15984] ppid=15980 vsize=109832 CPUtime=1791.94 cores=0,2,4,6
/proc/15984/stat : 15984 (scip-2.0.1.4_2.) R 15980 15984 14500 0 -1 4202496 41207 0 0 0 176717 2477 0 0 25 0 1 0 891210237 112467968 26179 33554432000 4194304 8979876 140733914404752 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/15984/statm: 27458 26179 675 1169 0 26285 0
Current children cumulated CPU time (s) 1791.94
Current children cumulated vsize (KiB) 109832

[startup+1795.1 s]
/proc/loadavg: 1.00 1.00 1.05 2/172 16070
/proc/meminfo: memFree=31613140/32951124 swapFree=67050780/67111528
[pid=15984] ppid=15980 vsize=110176 CPUtime=1795.14 cores=0,2,4,6
/proc/15984/stat : 15984 (scip-2.0.1.4_2.) R 15980 15984 14500 0 -1 4202496 41292 0 0 0 177032 2482 0 0 25 0 1 0 891210237 112820224 26264 33554432000 4194304 8979876 140733914404752 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/15984/statm: 27544 26264 675 1169 0 26371 0
Current children cumulated CPU time (s) 1795.14
Current children cumulated vsize (KiB) 110176

[startup+1795.9 s]
/proc/loadavg: 1.00 1.00 1.05 2/172 16070
/proc/meminfo: memFree=31613140/32951124 swapFree=67050780/67111528
[pid=15984] ppid=15980 vsize=110340 CPUtime=1795.94 cores=0,2,4,6
/proc/15984/stat : 15984 (scip-2.0.1.4_2.) R 15980 15984 14500 0 -1 4202496 41328 0 0 0 177110 2484 0 0 25 0 1 0 891210237 112988160 26300 33554432000 4194304 8979876 140733914404752 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/15984/statm: 27585 26300 675 1169 0 26412 0
Current children cumulated CPU time (s) 1795.94
Current children cumulated vsize (KiB) 110340

[startup+1796.7 s]
/proc/loadavg: 1.00 1.00 1.05 2/172 16070
/proc/meminfo: memFree=31613016/32951124 swapFree=67050780/67111528
[pid=15984] ppid=15980 vsize=110340 CPUtime=1796.73 cores=0,2,4,6
/proc/15984/stat : 15984 (scip-2.0.1.4_2.) R 15980 15984 14500 0 -1 4202496 41333 0 0 0 177189 2484 0 0 25 0 1 0 891210237 112988160 26305 33554432000 4194304 8979876 140733914404752 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/15984/statm: 27585 26305 675 1169 0 26412 0
Current children cumulated CPU time (s) 1796.73
Current children cumulated vsize (KiB) 110340

[startup+1796.9 s]
/proc/loadavg: 1.00 1.00 1.05 2/172 16070
/proc/meminfo: memFree=31613016/32951124 swapFree=67050780/67111528
[pid=15984] ppid=15980 vsize=110340 CPUtime=1796.94 cores=0,2,4,6
/proc/15984/stat : 15984 (scip-2.0.1.4_2.) R 15980 15984 14500 0 -1 4202496 41333 0 0 0 177209 2485 0 0 25 0 1 0 891210237 112988160 26305 33554432000 4194304 8979876 140733914404752 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/15984/statm: 27585 26305 675 1169 0 26412 0
Current children cumulated CPU time (s) 1796.94
Current children cumulated vsize (KiB) 110340

[startup+1797 s]
/proc/loadavg: 1.00 1.00 1.05 2/172 16070
/proc/meminfo: memFree=31613016/32951124 swapFree=67050780/67111528
[pid=15984] ppid=15980 vsize=110340 CPUtime=1797.04 cores=0,2,4,6
/proc/15984/stat : 15984 (scip-2.0.1.4_2.) R 15980 15984 14500 0 -1 4202496 41333 0 0 0 177219 2485 0 0 25 0 1 0 891210237 112988160 26305 33554432000 4194304 8979876 140733914404752 18446744073709551615 7068256 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/15984/statm: 27585 26305 675 1169 0 26412 0
Current children cumulated CPU time (s) 1797.04
Current children cumulated vsize (KiB) 110340

Child status: 0
Real time (s): 1797.1
CPU time (s): 1797.14
CPU user time (s): 1772.28
CPU system time (s): 24.8562
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 110340

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1772.28
system time used= 24.8562
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 41345
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= 9
involuntary context switches= 2278

runsolver used 2.78158 second user time and 5.51816 second system time

The end

Launcher Data

Begin job on node101 at 2011-06-11 14:41:15
IDJOB=3486398
IDBENCH=89865
IDSOLVER=1977
FILE ID=node101/3486398-1307796074
RUNJOBID= node101-1307796074-15957
PBS_JOBID= 13550894
Free space on /tmp= 74108 MiB

SOLVER NAME= SCIP spx 2 2011-06-10 (fixed)
BENCH NAME= PB11/normalized-PB11/OPT-SMALLINT-LIN/heinz/normalized-go19.opb
COMMAND LINE= HOME/scip-2.0.1.4_2.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3486398-1307796074/watcher-3486398-1307796074 -o /tmp/evaluation-result-3486398-1307796074/solver-3486398-1307796074 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3486398-1307796074.opb -t 1800 -m 15500

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

MD5SUM BENCH= ac3a0c512b81d5e532f489853538ca8f
RANDOM SEED=1632628001

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31698240 kB
Buffers:        224824 kB
Cached:         808196 kB
SwapCached:      27776 kB
Active:         296144 kB
Inactive:       768772 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31698240 kB
SwapTotal:    67111528 kB
SwapFree:     67050780 kB
Dirty:           33320 kB
Writeback:           0 kB
AnonPages:       25924 kB
Mapped:           8688 kB
Slab:           124140 kB
PageTables:       4440 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   188032 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= 74092 MiB
End job on node101 at 2011-06-11 15:11:12