Trace number 3733999

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
PB11: SCIP spx E_2 2011-06-10 (fixed)SAT96 1796.86 1797.19

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/
submitted-PB06/manquiho/golomb-rulers/normalized-OGR_9.opb
MD5SUM824c01e4395cf59ee9d4081be7b21301
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark44
Best CPU time to get the best result obtained on this benchmark43.2274
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 44
Optimality of the best value was proved YES
Number of variables603
Total number of constraints1088
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1088
Minimum length of a constraint14
Maximum length of a constraint29
Number of terms in the objective function 7
Biggest coefficient in the objective function 64
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 127
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 128
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 669
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.00	c SCIP version 2.0.1.5 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.5.0.5]
0.00/0.00	c Copyright (c) 2002-2011 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-3733999-1338711949.opb>
0.00/0.02	c original problem has 603 variables (603 bin, 0 int, 0 impl, 0 cont) and 1088 constraints
0.00/0.02	c problem read
0.00/0.02	c presolving settings loaded
0.00/0.03	c presolving:
0.00/0.04	c (round 1) 0 del vars, 540 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 8 upgd conss, 0 impls, 0 clqs
0.08/0.10	c    (0.1s) probing: 109/603 (18.1%) - 0 fixings, 0 aggregations, 308 implications, 0 bound changes
0.08/0.10	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.08/0.10	c presolving (2 rounds):
0.08/0.10	c  0 deleted vars, 540 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.08/0.10	c  1152 implications, 0 cliques
0.08/0.10	c presolved problem has 603 variables (603 bin, 0 int, 0 impl, 0 cont) and 548 constraints
0.08/0.10	c       8 constraints of type <knapsack>
0.08/0.10	c     540 constraints of type <linear>
0.08/0.10	c transformed objective value is always integral (scale: 1)
0.08/0.10	c Presolving Time: 0.07
0.08/0.10	c - non default parameters ----------------------------------------------------------------------
0.08/0.10	c # SCIP version 2.0.1.5
0.08/0.10	c 
0.08/0.10	c # frequency for displaying node information lines
0.08/0.10	c # [type: int, range: [-1,2147483647], default: 100]
0.08/0.10	c display/freq = 10000
0.08/0.10	c 
0.08/0.10	c # maximal time in seconds to run
0.08/0.10	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.08/0.10	c limits/time = 1797
0.08/0.10	c 
0.08/0.10	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.08/0.10	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.08/0.10	c limits/memory = 13950
0.08/0.10	c 
0.08/0.10	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.08/0.10	c # [type: int, range: [1,2], default: 1]
0.08/0.10	c timing/clocktype = 2
0.08/0.10	c 
0.08/0.10	c # belongs reading time to solving time?
0.08/0.10	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.08/0.10	c timing/reading = TRUE
0.08/0.10	c 
0.08/0.10	c # should presolving try to simplify inequalities
0.08/0.10	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.08/0.10	c constraints/linear/simplifyinequalities = TRUE
0.08/0.10	c 
0.08/0.10	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.08/0.10	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.08/0.10	c constraints/indicator/addCouplingCons = TRUE
0.08/0.10	c 
0.08/0.10	c # should presolving try to simplify knapsacks
0.08/0.10	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.08/0.10	c constraints/knapsack/simplifyinequalities = TRUE
0.08/0.10	c 
0.08/0.10	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.08/0.10	c # [type: int, range: [-1,2147483647], default: -1]
0.08/0.10	c separating/rapidlearning/freq = 0
0.08/0.10	c 
0.08/0.10	c -----------------------------------------------------------------------------------------------
0.08/0.10	c start solving
0.08/0.10	c 
0.08/0.12	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.08/0.12	c   0.1s|     1 |     0 |   545 |     - |4601k|   0 | 363 | 603 | 568 | 603 | 548 |   0 |  20 |   0 | 8.000000e+00 |      --      |    Inf 
0.58/0.66	o 117
0.58/0.66	c y 0.7s|     1 |     0 |  5427 |     - |5202k|   0 | 363 | 603 | 568 | 603 | 548 |   0 |  20 |   0 | 8.000000e+00 | 1.170000e+02 |1362.50%
0.58/0.67	c   0.7s|     1 |     0 |  5441 |     - |5551k|   0 | 369 | 603 | 884 | 603 | 587 |  39 |  20 |   0 | 8.000000e+00 | 1.170000e+02 |1362.50%
0.69/0.74	c   0.7s|     1 |     0 |  5529 |     - |6119k|   0 | 366 | 603 | 884 | 603 | 633 |  85 |  20 |   0 | 8.000000e+00 | 1.170000e+02 |1362.50%
0.79/0.82	c   0.8s|     1 |     0 |  5669 |     - |6688k|   0 | 367 | 603 | 884 | 603 | 674 | 126 |  20 |   0 | 8.000000e+00 | 1.170000e+02 |1362.50%
0.89/0.91	c   0.9s|     1 |     0 |  5853 |     - |7225k|   0 | 383 | 603 | 884 | 603 | 719 | 171 |  20 |   0 | 8.003540e+00 | 1.170000e+02 |1361.85%
1.00/1.00	c   1.0s|     1 |     0 |  6018 |     - |7729k|   0 | 388 | 603 | 884 | 603 | 765 | 217 |  20 |   0 | 8.166667e+00 | 1.170000e+02 |1332.65%
1.09/1.12	c   1.1s|     1 |     0 |  6219 |     - |8189k|   0 | 388 | 603 | 884 | 603 | 814 | 266 |  20 |   0 | 8.166667e+00 | 1.170000e+02 |1332.65%
1.19/1.23	c   1.2s|     1 |     0 |  6471 |     - |8625k|   0 | 393 | 603 | 884 | 603 | 873 | 325 |  20 |   0 | 8.166667e+00 | 1.170000e+02 |1332.65%
1.29/1.36	c   1.4s|     1 |     0 |  6761 |     - |9053k|   0 | 387 | 603 | 884 | 603 | 932 | 384 |  20 |   0 | 8.166667e+00 | 1.170000e+02 |1332.65%
1.49/1.50	c   1.5s|     1 |     0 |  7083 |     - |9514k|   0 | 388 | 603 | 884 | 603 | 987 | 439 |  20 |   0 | 8.166667e+00 | 1.170000e+02 |1332.65%
1.58/1.64	c   1.6s|     1 |     0 |  7307 |     - |  10M|   0 | 385 | 603 | 884 | 603 |1044 | 496 |  20 |   0 | 8.222222e+00 | 1.170000e+02 |1322.97%
1.58/1.70	c   1.7s|     1 |     0 |  7621 |     - |  10M|   0 | 387 | 603 | 884 | 603 |1074 | 526 |  20 |   0 | 8.283154e+00 | 1.170000e+02 |1312.51%
1.69/1.75	c   1.7s|     1 |     0 |  7875 |     - |  10M|   0 | 384 | 603 | 884 | 603 |1097 | 549 |  20 |   0 | 8.283154e+00 | 1.170000e+02 |1312.51%
1.79/1.81	c   1.8s|     1 |     0 |  8153 |     - |  10M|   0 | 389 | 603 | 884 | 603 |1120 | 572 |  20 |   0 | 8.283154e+00 | 1.170000e+02 |1312.51%
1.79/1.87	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1.79/1.87	c   1.9s|     1 |     0 |  8426 |     - |  10M|   0 | 389 | 603 | 884 | 603 |1001 | 600 |  20 |   0 | 8.600000e+00 | 1.170000e+02 |1260.47%
1.89/1.93	c   1.9s|     1 |     0 |  8640 |     - |  10M|   0 | 367 | 603 | 884 | 603 |1014 | 613 |  20 |   0 | 9.000000e+00 | 1.170000e+02 |1200.00%
1.89/1.97	c   2.0s|     1 |     0 |  8777 |     - |  10M|   0 | 366 | 603 | 884 | 603 |1030 | 629 |  20 |   0 | 9.000000e+00 | 1.170000e+02 |1200.00%
1.99/2.02	c   2.0s|     1 |     0 |  9085 |     - |  10M|   0 | 366 | 603 | 884 | 603 |1042 | 641 |  20 |   0 | 9.000000e+00 | 1.170000e+02 |1200.00%
1.99/2.07	c   2.1s|     1 |     0 |  9385 |     - |  10M|   0 | 363 | 603 | 884 | 603 |1055 | 654 |  20 |   0 | 9.000000e+00 | 1.170000e+02 |1200.00%
2.09/2.13	c   2.1s|     1 |     0 |  9702 |     - |  10M|   0 | 357 | 603 | 884 | 603 |1068 | 667 |  20 |   0 | 9.000000e+00 | 1.170000e+02 |1200.00%
2.09/2.19	c   2.2s|     1 |     0 | 10120 |     - |  10M|   0 | 362 | 603 | 884 | 603 | 798 | 679 |  20 |   0 | 9.000000e+00 | 1.170000e+02 |1200.00%
2.49/2.58	c   2.6s|     1 |     2 | 10120 |     - |  10M|   0 | 362 | 603 | 884 | 603 | 798 | 679 |  20 |  14 | 9.000000e+00 | 1.170000e+02 |1200.00%
27.78/27.82	o 97
27.78/27.82	c f27.8s|  3470 |  1363 |252180 |  69.8 |  13M|  55 |   - | 603 |2494 | 603 | 677 | 679 |3095 |1451 | 1.200000e+01 | 9.700000e+01 | 708.33%
53.48/53.58	c  53.6s| 10000 |  2852 |608976 |  59.9 |  17M|  65 |   - | 603 |3360 | 603 | 677 | 679 |9851 |2820 | 1.500000e+01 | 9.700000e+01 | 546.67%
84.77/84.84	c  84.8s| 20000 |  4271 |  1041k|  51.6 |  23M|  65 |   - | 603 |4233 | 603 | 677 | 679 |  22k|4729 | 1.600000e+01 | 9.700000e+01 | 506.25%
111.66/111.76	c   112s| 30000 |  4719 |  1390k|  46.0 |  25M|  65 |   - | 603 |4341 |   0 |   0 | 679 |  35k|6416 | 1.800000e+01 | 9.700000e+01 | 438.89%
134.86/134.95	c   135s| 40000 |  5543 |  1735k|  43.1 |  28M|  65 | 105 | 603 |5921 | 603 | 677 | 679 |  47k|7376 | 1.900000e+01 | 9.700000e+01 | 410.53%
155.16/155.24	c   155s| 50000 |  6281 |  2044k|  40.7 |  32M|  68 | 144 | 603 |5851 | 603 | 677 | 679 |  61k|7430 | 2.000000e+01 | 9.700000e+01 | 385.00%
178.75/178.89	c   179s| 60000 |  6987 |  2366k|  39.3 |  36M|  68 | 236 | 603 |5928 | 603 | 677 | 679 |  75k|8615 | 2.000000e+01 | 9.700000e+01 | 385.00%
202.15/202.29	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
202.15/202.29	c   202s| 70000 |  7549 |  2681k|  38.2 |  38M|  68 | 169 | 603 |5685 | 603 | 677 | 679 |  89k|9968 | 2.100000e+01 | 9.700000e+01 | 361.90%
224.23/224.36	c   224s| 80000 |  8223 |  2997k|  37.3 |  41M|  68 | 217 | 603 |5219 | 603 | 677 | 679 | 104k|  10k| 2.200000e+01 | 9.700000e+01 | 340.91%
244.72/244.82	c   245s| 90000 |  8666 |  3288k|  36.4 |  44M|  68 | 112 | 603 |5218 | 603 | 677 | 679 | 119k|  11k| 2.200000e+01 | 9.700000e+01 | 340.91%
266.42/266.56	c   267s|100000 |  8937 |  3591k|  35.8 |  45M|  68 |  74 | 603 |5606 | 603 | 677 | 679 | 134k|  13k| 2.300000e+01 | 9.700000e+01 | 321.74%
286.21/286.30	c   286s|110000 |  9370 |  3881k|  35.2 |  47M|  81 |   - | 603 |5422 |   0 |   0 | 679 | 149k|  13k| 2.400000e+01 | 9.700000e+01 | 304.17%
306.51/306.63	c   307s|120000 |  9352 |  4141k|  34.4 |  48M|  81 |  73 | 603 |6863 | 603 | 677 | 679 | 165k|  15k| 2.400000e+01 | 9.700000e+01 | 304.17%
325.71/325.83	c   326s|130000 |  9355 |  4436k|  34.1 |  49M|  81 | 152 | 603 |7174 | 603 | 677 | 679 | 179k|  15k| 2.400000e+01 | 9.700000e+01 | 304.17%
347.51/347.69	c   348s|140000 |  9293 |  4742k|  33.8 |  50M|  81 |   - | 603 |7551 |   0 |   0 | 679 | 194k|  17k| 2.400000e+01 | 9.700000e+01 | 304.17%
367.50/367.63	c   368s|150000 |  9343 |  5053k|  33.6 |  51M|  81 |   - | 603 |8748 | 603 | 677 | 679 | 210k|  17k| 2.400000e+01 | 9.700000e+01 | 304.17%
389.20/389.36	c   389s|160000 |  9434 |  5338k|  33.3 |  52M|  81 |   - | 603 |7812 |   0 |   0 | 679 | 225k|  19k| 2.433333e+01 | 9.700000e+01 | 298.63%
407.80/408.00	c   408s|170000 |  9544 |  5639k|  33.1 |  53M|  81 |   - | 603 |7591 |   0 |   0 | 679 | 240k|  19k| 2.500000e+01 | 9.700000e+01 | 288.00%
427.59/427.79	c   428s|180000 |  9426 |  5899k|  32.7 |  52M|  81 | 133 | 603 |6949 | 603 | 677 | 679 | 255k|  20k| 2.600000e+01 | 9.700000e+01 | 273.08%
445.79/445.98	c   446s|190000 |  9442 |  6186k|  32.5 |  52M|  81 | 174 | 603 |7710 | 603 | 677 | 679 | 269k|  20k| 2.600000e+01 | 9.700000e+01 | 273.08%
464.69/464.80	c   465s|200000 |  9473 |  6452k|  32.2 |  52M|  94 | 180 | 603 |6264 | 603 | 677 | 679 | 283k|  21k| 2.700000e+01 | 9.700000e+01 | 259.26%
483.08/483.24	c   483s|210000 |  9222 |  6729k|  32.0 |  51M|  94 | 153 | 603 |5886 | 603 | 677 | 679 | 298k|  22k| 2.800000e+01 | 9.700000e+01 | 246.43%
502.28/502.45	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
502.28/502.45	c   502s|220000 |  8943 |  7007k|  31.8 |  50M|  94 |  93 | 603 |8249 | 603 | 677 | 679 | 314k|  22k| 2.800000e+01 | 9.700000e+01 | 246.43%
520.58/520.73	c   521s|230000 |  8716 |  7254k|  31.5 |  49M| 112 |   - | 603 |8652 |   0 |   0 | 679 | 328k|  23k| 2.800000e+01 | 9.700000e+01 | 246.43%
537.27/537.42	c   537s|240000 |  8609 |  7512k|  31.3 |  49M| 112 |  30 | 603 |9735 | 603 | 677 | 679 | 342k|  23k| 2.800000e+01 | 9.700000e+01 | 246.43%
557.37/557.55	c   558s|250000 |  8321 |  7787k|  31.1 |  47M| 112 | 103 | 603 |7535 | 603 | 677 | 679 | 358k|  25k| 2.800000e+01 | 9.700000e+01 | 246.43%
576.56/576.72	c   577s|260000 |  8094 |  8065k|  31.0 |  46M| 112 | 174 | 603 |8894 | 603 | 677 | 679 | 372k|  25k| 2.800000e+01 | 9.700000e+01 | 246.43%
594.67/594.84	c   595s|270000 |  7823 |  8333k|  30.8 |  43M| 112 |   - | 603 |6289 |   0 |   0 | 679 | 387k|  26k| 2.900000e+01 | 9.700000e+01 | 234.48%
613.47/613.61	c   614s|280000 |  7491 |  8584k|  30.6 |  40M| 112 |   - | 603 |6629 |   0 |   0 | 679 | 402k|  27k| 2.900000e+01 | 9.700000e+01 | 234.48%
629.76/629.91	c   630s|290000 |  7467 |  8820k|  30.4 |  39M| 112 | 108 | 603 |6816 | 603 | 677 | 679 | 417k|  27k| 3.000000e+01 | 9.700000e+01 | 223.33%
648.56/648.73	c   649s|300000 |  7215 |  9085k|  30.3 |  34M| 112 |   - | 603 |5368 |   0 |   0 | 679 | 432k|  27k| 3.200000e+01 | 9.700000e+01 | 203.12%
667.76/667.97	c   668s|310000 |  7762 |  9376k|  30.2 |  38M| 112 |   - | 603 |5913 |   0 |   0 | 679 | 445k|  28k| 3.200000e+01 | 9.700000e+01 | 203.12%
685.75/685.98	c   686s|320000 |  8540 |  9666k|  30.2 |  41M| 112 | 150 | 603 |6550 | 603 | 677 | 679 | 459k|  28k| 3.200000e+01 | 9.700000e+01 | 203.12%
701.65/701.83	o 96
701.65/701.83	c * 702s|328021 |  7631 |  9889k|  30.1 |  41M| 112 |   - | 603 |8542 | 603 | 677 | 679 | 471k|  29k| 3.200000e+01 | 9.600000e+01 | 200.00%
705.74/705.90	c   706s|330000 |  7649 |  9943k|  30.1 |  41M| 112 | 169 | 603 |7178 | 603 | 677 | 679 | 474k|  29k| 3.200000e+01 | 9.600000e+01 | 200.00%
723.34/723.56	c   724s|340000 |  8072 | 10218k|  30.0 |  43M| 112 |   - | 603 |6134 | 603 | 677 | 679 | 488k|  29k| 3.200000e+01 | 9.600000e+01 | 200.00%
741.84/742.05	c   742s|350000 |  8392 | 10495k|  30.0 |  46M| 112 |  45 | 603 |7894 | 603 | 677 | 679 | 501k|  30k| 3.200000e+01 | 9.600000e+01 | 200.00%
761.34/761.56	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
761.34/761.56	c   762s|360000 |  8699 | 10767k|  29.9 |  48M| 112 |   - | 603 |8698 |   0 |   0 | 679 | 516k|  30k| 3.200000e+01 | 9.600000e+01 | 200.00%
778.04/778.25	c   778s|370000 |  8922 | 11016k|  29.7 |  49M| 112 |  35 | 603 |8079 | 603 | 677 | 679 | 531k|  31k| 3.200000e+01 | 9.600000e+01 | 200.00%
796.54/796.78	c   797s|380000 |  9762 | 11317k|  29.8 |  54M| 112 |  47 | 603 |9476 | 603 | 677 | 679 | 545k|  31k| 3.200000e+01 | 9.600000e+01 | 200.00%
816.23/816.49	c   816s|390000 | 10417 | 11618k|  29.8 |  58M| 112 |  99 | 603 |8862 | 603 | 677 | 679 | 559k|  32k| 3.200000e+01 | 9.600000e+01 | 200.00%
834.63/834.81	c   835s|400000 | 11126 | 11928k|  29.8 |  62M| 112 |   - | 603 |  10k|   0 |   0 | 679 | 575k|  32k| 3.200000e+01 | 9.600000e+01 | 200.00%
853.33/853.52	c   854s|410000 | 11556 | 12213k|  29.8 |  65M| 112 |  35 | 603 |9331 | 603 | 677 | 679 | 589k|  33k| 3.200000e+01 | 9.600000e+01 | 200.00%
873.82/874.04	c   874s|420000 | 12054 | 12544k|  29.8 |  67M| 112 | 234 | 603 |8384 | 603 | 677 | 679 | 604k|  33k| 3.200000e+01 | 9.600000e+01 | 200.00%
892.42/892.70	c   893s|430000 | 12339 | 12860k|  29.9 |  69M| 112 |   - | 603 |9539 |   0 |   0 | 679 | 618k|  33k| 3.200000e+01 | 9.600000e+01 | 200.00%
912.01/912.26	c   912s|440000 | 12575 | 13126k|  29.8 |  71M| 112 |  82 | 603 |  10k| 603 | 677 | 679 | 632k|  34k| 3.200000e+01 | 9.600000e+01 | 200.00%
929.81/930.05	c   930s|450000 | 13157 | 13387k|  29.7 |  73M| 112 |   - | 603 |7014 |   0 |   0 | 679 | 646k|  35k| 3.200000e+01 | 9.600000e+01 | 200.00%
946.71/946.97	c   947s|460000 | 13704 | 13660k|  29.7 |  76M| 112 |   - | 603 |7460 |   0 |   0 | 679 | 660k|  35k| 3.200000e+01 | 9.600000e+01 | 200.00%
968.00/968.26	c   968s|470000 | 14298 | 13998k|  29.8 |  80M| 112 | 167 | 603 |9245 | 603 | 677 | 679 | 675k|  36k| 3.200000e+01 | 9.600000e+01 | 200.00%
988.90/989.13	c   989s|480000 | 14757 | 14333k|  29.8 |  82M| 112 | 154 | 603 |8140 | 603 | 677 | 679 | 690k|  37k| 3.200000e+01 | 9.600000e+01 | 200.00%
1007.30/1007.55	c  1008s|490000 | 15157 | 14649k|  29.9 |  84M| 112 |   - | 603 |7762 | 603 | 677 | 679 | 704k|  37k| 3.200000e+01 | 9.600000e+01 | 200.00%
1025.29/1025.58	c  1026s|500000 | 15585 | 14921k|  29.8 |  87M| 136 |  89 | 603 |7954 | 603 | 677 | 679 | 719k|  37k| 3.200000e+01 | 9.600000e+01 | 200.00%
1045.89/1046.12	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1045.89/1046.12	c  1046s|510000 | 16108 | 15241k|  29.9 |  90M| 136 | 157 | 603 |7264 | 603 | 677 | 679 | 734k|  38k| 3.200000e+01 | 9.600000e+01 | 200.00%
1064.38/1064.62	c  1065s|520000 | 16704 | 15559k|  29.9 |  93M| 136 |  46 | 603 |7418 | 603 | 677 | 679 | 748k|  38k| 3.200000e+01 | 9.600000e+01 | 200.00%
1084.39/1084.67	c  1085s|530000 | 17275 | 15886k|  30.0 |  96M| 136 |   - | 603 |8016 |   0 |   0 | 679 | 763k|  38k| 3.200000e+01 | 9.600000e+01 | 200.00%
1103.98/1104.30	c  1104s|540000 | 17542 | 16188k|  30.0 |  98M| 136 | 128 | 603 |8539 | 603 | 677 | 679 | 777k|  39k| 3.200000e+01 | 9.600000e+01 | 200.00%
1120.97/1121.22	c  1121s|550000 | 17867 | 16446k|  29.9 | 100M| 136 |   - | 603 |8038 |   0 |   0 | 679 | 792k|  39k| 3.200000e+01 | 9.600000e+01 | 200.00%
1138.76/1139.01	c  1139s|560000 | 18629 | 16757k|  29.9 | 104M| 136 |  57 | 603 |7785 | 603 | 677 | 679 | 805k|  39k| 3.200000e+01 | 9.600000e+01 | 200.00%
1156.66/1156.91	c  1157s|570000 | 18471 | 17020k|  29.8 | 105M| 136 | 128 | 603 |8523 | 603 | 677 | 679 | 819k|  40k| 3.200000e+01 | 9.600000e+01 | 200.00%
1173.25/1173.56	c  1174s|580000 | 18765 | 17281k|  29.8 | 108M| 136 |  58 | 603 |8965 | 603 | 677 | 679 | 832k|  40k| 3.200000e+01 | 9.600000e+01 | 200.00%
1190.76/1191.08	c  1191s|590000 | 19008 | 17548k|  29.7 | 110M| 136 |  50 | 603 |8438 | 603 | 677 | 679 | 847k|  40k| 3.200000e+01 | 9.600000e+01 | 200.00%
1208.06/1208.38	c  1208s|600000 | 19436 | 17816k|  29.7 | 111M| 136 |   - | 603 |7281 |   0 |   0 | 679 | 862k|  41k| 3.300000e+01 | 9.600000e+01 | 190.91%
1225.85/1226.19	c  1226s|610000 | 19738 | 18078k|  29.6 | 112M| 136 |   - | 603 |6974 |   0 |   0 | 679 | 877k|  41k| 3.300000e+01 | 9.600000e+01 | 190.91%
1242.55/1242.89	c  1243s|620000 | 20589 | 18328k|  29.5 | 116M| 136 | 172 | 603 |7466 | 603 | 677 | 679 | 891k|  42k| 3.300000e+01 | 9.600000e+01 | 190.91%
1257.84/1258.14	c  1258s|630000 | 21247 | 18565k|  29.5 | 119M| 136 |   - | 603 |7299 |   0 |   0 | 679 | 905k|  42k| 3.300000e+01 | 9.600000e+01 | 190.91%
1273.84/1274.19	c  1274s|640000 | 21636 | 18825k|  29.4 | 122M| 136 | 182 | 603 |8691 | 603 | 677 | 679 | 919k|  42k| 3.300000e+01 | 9.600000e+01 | 190.91%
1289.95/1290.28	c  1290s|650000 | 21838 | 19068k|  29.3 | 124M| 136 |  95 | 603 |  10k| 603 | 677 | 679 | 932k|  43k| 3.300000e+01 | 9.600000e+01 | 190.91%
1309.33/1309.62	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1309.33/1309.62	c  1310s|660000 | 22201 | 19376k|  29.3 | 125M| 136 |   - | 603 |8584 | 603 | 677 | 679 | 945k|  43k| 3.300000e+01 | 9.600000e+01 | 190.91%
1325.73/1326.08	c  1326s|670000 | 22813 | 19634k|  29.3 | 129M| 136 | 161 | 603 |7827 | 603 | 677 | 679 | 959k|  43k| 3.300000e+01 | 9.600000e+01 | 190.91%
1342.23/1342.51	c  1343s|680000 | 23262 | 19893k|  29.2 | 131M| 136 |   - | 603 |7011 |   0 |   0 | 679 | 973k|  43k| 3.300000e+01 | 9.600000e+01 | 190.91%
1361.62/1361.95	c  1362s|690000 | 23675 | 20207k|  29.3 | 132M| 136 | 129 | 603 |6500 | 603 | 677 | 679 | 987k|  44k| 3.300000e+01 | 9.600000e+01 | 190.91%
1379.13/1379.43	c  1379s|700000 | 24443 | 20482k|  29.2 | 136M| 136 | 128 | 603 |7978 | 603 | 677 | 679 |1000k|  45k| 3.300000e+01 | 9.600000e+01 | 190.91%
1393.92/1394.29	c  1394s|710000 | 25027 | 20708k|  29.2 | 140M| 136 | 104 | 603 |8980 | 603 | 677 | 679 |1013k|  45k| 3.300000e+01 | 9.600000e+01 | 190.91%
1409.12/1409.46	c  1409s|720000 | 25242 | 20934k|  29.1 | 141M| 136 | 194 | 603 |9056 | 603 | 677 | 679 |1026k|  45k| 3.300000e+01 | 9.600000e+01 | 190.91%
1425.01/1425.35	c  1425s|730000 | 25609 | 21172k|  29.0 | 144M| 136 |   - | 603 |  10k|   0 |   0 | 679 |1039k|  45k| 3.300000e+01 | 9.600000e+01 | 190.91%
1441.52/1441.85	c  1442s|740000 | 25654 | 21387k|  28.9 | 143M| 136 |  52 | 603 |8327 | 603 | 677 | 679 |1052k|  46k| 3.300000e+01 | 9.600000e+01 | 190.91%
1459.32/1459.65	c  1460s|750000 | 25964 | 21652k|  28.9 | 144M| 136 | 114 | 603 |7002 | 603 | 677 | 679 |1067k|  46k| 3.400000e+01 | 9.600000e+01 | 182.35%
1477.51/1477.81	c  1478s|760000 | 26074 | 21951k|  28.9 | 144M| 136 |   - | 603 |6470 |   0 |   0 | 679 |1082k|  46k| 3.400000e+01 | 9.600000e+01 | 182.35%
1496.11/1496.40	c  1496s|770000 | 26646 | 22257k|  28.9 | 146M| 136 |   - | 603 |5364 |   0 |   0 | 679 |1096k|  47k| 3.400000e+01 | 9.600000e+01 | 182.35%
1514.90/1515.24	c  1515s|780000 | 27481 | 22578k|  28.9 | 150M| 136 |  94 | 603 |6368 | 603 | 677 | 679 |1109k|  47k| 3.400000e+01 | 9.600000e+01 | 182.35%
1532.50/1532.83	c  1533s|790000 | 28562 | 22900k|  29.0 | 155M| 136 | 143 | 603 |6933 | 603 | 677 | 679 |1122k|  47k| 3.400000e+01 | 9.600000e+01 | 182.35%
1550.00/1550.30	c  1550s|800000 | 29372 | 23190k|  29.0 | 158M| 136 |   - | 603 |6963 |   0 |   0 | 679 |1135k|  47k| 3.400000e+01 | 9.600000e+01 | 182.35%
1568.10/1568.41	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1568.10/1568.41	c  1568s|810000 | 30084 | 23483k|  29.0 | 161M| 136 | 147 | 603 |7382 | 603 | 677 | 679 |1148k|  48k| 3.400000e+01 | 9.600000e+01 | 182.35%
1584.89/1585.23	c  1585s|820000 | 31174 | 23770k|  29.0 | 165M| 136 |  86 | 603 |7869 | 603 | 677 | 679 |1161k|  48k| 3.400000e+01 | 9.600000e+01 | 182.35%
1602.79/1603.17	c  1603s|830000 | 31529 | 24063k|  29.0 | 167M| 136 | 114 | 603 |7025 | 603 | 677 | 679 |1176k|  48k| 3.433333e+01 | 9.600000e+01 | 179.61%
1621.39/1621.72	c  1622s|840000 | 31786 | 24344k|  29.0 | 168M| 136 |   - | 603 |6705 |   0 |   0 | 679 |1191k|  49k| 3.500000e+01 | 9.600000e+01 | 174.29%
1639.39/1639.72	c  1640s|850000 | 31900 | 24611k|  28.9 | 169M| 136 |  76 | 603 |8212 | 603 | 677 | 679 |1205k|  49k| 3.500000e+01 | 9.600000e+01 | 174.29%
1657.18/1657.57	c  1658s|860000 | 31780 | 24876k|  28.9 | 168M| 136 |  34 | 603 |8331 | 603 | 677 | 679 |1221k|  49k| 3.500000e+01 | 9.600000e+01 | 174.29%
1674.18/1674.58	c  1675s|870000 | 31918 | 25146k|  28.9 | 168M| 136 |   - | 603 |7849 |   0 |   0 | 679 |1235k|  49k| 3.500000e+01 | 9.600000e+01 | 174.29%
1692.17/1692.53	c  1693s|880000 | 32264 | 25416k|  28.9 | 170M| 136 |   - | 603 |7933 |   0 |   0 | 679 |1250k|  50k| 3.500000e+01 | 9.600000e+01 | 174.29%
1710.87/1711.25	c  1711s|890000 | 32169 | 25682k|  28.8 | 170M| 136 |   - | 603 |8931 |   0 |   0 | 679 |1266k|  51k| 3.500000e+01 | 9.600000e+01 | 174.29%
1729.57/1729.91	c  1730s|900000 | 32537 | 25965k|  28.8 | 171M| 136 | 145 | 603 |8651 | 603 | 677 | 679 |1281k|  51k| 3.500000e+01 | 9.600000e+01 | 174.29%
1747.36/1747.80	c  1748s|910000 | 32957 | 26259k|  28.8 | 172M| 136 |   - | 603 |7728 |   0 |   0 | 679 |1295k|  51k| 3.500000e+01 | 9.600000e+01 | 174.29%
1765.26/1765.68	c  1766s|920000 | 33534 | 26549k|  28.8 | 175M| 136 | 115 | 603 |8663 | 603 | 677 | 679 |1309k|  51k| 3.566667e+01 | 9.600000e+01 | 169.16%
1784.46/1784.81	c  1785s|930000 | 33699 | 26827k|  28.8 | 176M| 136 | 152 | 603 |9330 | 603 | 677 | 679 |1325k|  52k| 3.600000e+01 | 9.600000e+01 | 166.67%
1796.66/1797.01	c 
1796.66/1797.01	c SCIP Status        : solving was interrupted [time limit reached]
1796.66/1797.01	c Solving Time (sec) : 1797.00
1796.66/1797.01	c Solving Nodes      : 936343
1796.66/1797.01	c Primal Bound       : +9.60000000000000e+01 (3 solutions)
1796.66/1797.01	c Dual Bound         : +3.60000000000000e+01
1796.66/1797.01	c Gap                : 166.67 %
1796.66/1797.01	s SATISFIABLE
1796.66/1797.01	v -x64 x65 x66 x67 x68 x69 x70 x71 x72 x73 x74 x75 x76 x77 x78 -x79 x80 x81 x82 x83 x84 x85 x86 x87 x88 x89 -x90 x91 x92 x93 x94 
1796.66/1797.01	v x95 x96 -x97 x98 x99 x100 x101 x102 x103 x104 x105 x106 -x107 x108 x109 x110 x111 x112 x113 -x114 x115 x116 x117 x118 x119 x120 
1796.66/1797.01	v x121 x122 x123 x124 -x125 x126 x127 x128 x129 x130 x131 -x132 x133 -x134 -x135 x136 x137 x138 x139 x140 -x141 x142 x143 x144 
1796.66/1797.01	v x145 x146 -x147 -x148 -x149 x150 x151 x152 -x153 -x154 x155 x156 x157 -x158 x159 x160 x161 -x162 x163 x164 -x165 -x166 -x167 
1796.66/1797.01	v x168 x169 x170 x171 x172 x173 x174 x175 x176 x177 -x178 -x179 x180 x181 x182 -x183 -x184 x185 x186 x187 -x188 -x189 x190 x191 
1796.66/1797.01	v -x192 -x193 x194 -x195 -x196 -x197 -x198 x199 x200 x201 -x202 x203 x204 x205 -x206 x207 x208 x209 -x210 -x211 x212 x213 -x214 
1796.66/1797.01	v -x215 -x216 -x217 -x218 -x219 -x220 -x221 -x222 -x223 x224 x225 x226 x227 x228 x229 -x230 x231 x232 -x233 -x234 x235 -x236 
1796.66/1797.01	v -x237 -x238 -x239 -x240 -x241 -x242 -x243 -x244 -x245 x246 -x247 x248 -x249 -x250 -x251 -x252 -x253 -x254 -x255 -x256 -x257 
1796.66/1797.01	v -x258 -x259 x260 -x261 -x262 -x263 -x264 -x265 -x266 -x267 x268 x269 x270 x271 x272 x273 x274 -x275 x276 x277 x278 x279 x280 
1796.66/1797.01	v x281 x282 x283 x284 x285 -x286 x287 x288 x289 x290 x291 x292 -x293 x294 x295 -x296 x297 x298 x299 x300 x301 -x302 x303 x304 
1796.66/1797.01	v x305 x306 x307 -x308 x309 x310 x311 x312 -x313 x314 x315 x316 x317 x318 x319 -x320 -x321 -x322 x323 x324 x325 x326 x327 -x328 
1796.66/1797.01	v x329 x330 x331 x332 -x333 -x334 x335 x336 x337 -x338 x339 x340 x341 x342 x343 x344 -x345 -x346 -x347 -x348 x349 x350 x351 -x352 
1796.66/1797.01	v x353 x354 x355 -x356 x357 x358 x359 -x360 -x361 -x362 x363 -x364 -x365 -x366 -x367 -x368 -x369 x370 x371 x372 x373 x374 
1796.66/1797.01	v x375 x376 x377 x378 -x379 -x380 -x381 -x382 -x383 -x384 -x385 -x386 -x387 -x388 x389 -x390 -x391 -x392 -x393 -x394 -x395 -x396 
1796.66/1797.01	v -x397 -x398 -x399 -x400 x401 -x402 -x403 -x404 -x405 -x406 -x407 -x21 -x20 -x19 x18 -x17 -x16 -x15 -x408 x409 x410 x411 x412 
1796.66/1797.01	v x413 x414 x415 x416 x417 x418 -x419 x420 x421 x422 x423 x424 x425 -x426 x427 -x428 x429 x430 x431 x432 x433 x434 x435 x436 
1796.66/1797.01	v x437 x438 -x439 x440 x441 x442 x443 x444 x445 -x446 -x447 -x448 -x449 x450 x451 x452 -x453 x454 x455 x456 -x457 -x458 x459 x460 
1796.66/1797.01	v -x461 -x462 x463 -x464 -x465 -x466 x467 x468 x469 x470 x471 x472 -x473 -x474 x475 -x476 -x477 x478 -x479 -x480 -x481 -x482 
1796.66/1797.01	v x483 -x484 -x485 -x486 -x487 -x488 -x489 -x490 -x491 -x492 -x493 -x494 -x495 -x496 -x497 -x498 -x14 -x13 -x12 x11 x10 x9 x8 
1796.66/1797.01	v x499 x500 x501 x502 x503 x504 x505 x506 x507 x508 x509 x510 x511 x512 x513 x514 x515 x516 x517 -x518 x519 x520 x521 x522 x523 
1796.66/1797.01	v x524 -x525 -x526 -x527 x528 x529 x530 x531 x532 x533 -x534 x535 x536 -x537 -x538 -x539 x540 x541 -x542 -x543 -x544 -x545 -x546 
1796.66/1797.01	v -x547 -x548 x549 -x550 -x551 -x552 -x553 -x28 -x27 x26 x25 x24 -x23 -x22 -x554 x555 x556 x557 x558 x559 x560 -x561 -x562 -x563 
1796.66/1797.01	v x564 x565 x566 x567 x568 x569 -x570 -x571 -x572 -x573 -x574 -x575 -x576 -x577 -x578 -x579 -x580 -x581 -x582 -x583 -x35 x34 
1796.66/1797.01	v -x33 -x32 -x31 -x30 -x29 x584 x585 x586 x587 x588 x589 x590 x591 -x592 -x593 -x594 x595 -x596 -x597 -x42 x41 x40 -x39 -x38 
1796.66/1797.01	v x37 -x36 -x598 -x599 -x600 -x601 -x602 -x49 x48 x47 -x46 x45 x44 x43 x603 x63 -x62 x61 -x60 x59 x58 -x57 x56 -x55 x54 -x53 -x52 
1796.66/1797.01	v -x51 -x50 x7 x6 -x5 -x4 -x3 -x2 -x1 
1796.66/1797.01	c SCIP Status        : solving was interrupted [time limit reached]
1796.66/1797.01	c Total Time         :    1797.00
1796.66/1797.01	c   solving          :    1797.00
1796.66/1797.01	c   presolving       :       0.07 (included in solving)
1796.66/1797.01	c   reading          :       0.02 (included in solving)
1796.66/1797.01	c Original Problem   :
1796.66/1797.01	c   Problem name     : HOME/instance-3733999-1338711949.opb
1796.66/1797.01	c   Variables        : 603 (603 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.66/1797.01	c   Constraints      : 1088 initial, 1088 maximal
1796.66/1797.01	c Presolved Problem  :
1796.66/1797.01	c   Problem name     : t_HOME/instance-3733999-1338711949.opb
1796.66/1797.01	c   Variables        : 603 (603 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.66/1797.01	c   Constraints      : 548 initial, 11437 maximal
1796.66/1797.01	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1796.66/1797.01	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
1796.66/1797.01	c   dualfix          :       0.00          0          0          0          0          0          0          0          0          0
1796.66/1797.01	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1796.66/1797.01	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1796.66/1797.01	c   pseudoobj        :       0.00          0          0          0          0          0          0          0          0          0
1796.66/1797.01	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1796.66/1797.01	c   probing          :       0.05          0          0          0          0          0          0          0          0          0
1796.66/1797.01	c   knapsack         :       0.00          0          0          0          0          0          0          0          0          0
1796.66/1797.01	c   linear           :       0.01          0          0          0          0          0        540          0          0          0
1796.66/1797.01	c   logicor          :       0.00          0          0          0          0          0          0          0          0          0
1796.66/1797.01	c   root node        :          -          0          -          -          0          -          -          -          -          -
1796.66/1797.01	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1796.66/1797.01	c   integral         :          0          0          0     592971          0          8          0        604      35839          0          0    1165018
1796.66/1797.01	c   knapsack         :          8         20    3974338          1          1          5    5584684      18741     619765        193          0          0
1796.66/1797.01	c   linear           :        540+        21    4044064          0          1          2    6583006     398095   37761013          2          0          0
1796.66/1797.01	c   logicor          :          0+        20    1827431          0          0          0    6177357      17451    1797016          0          0          0
1796.66/1797.01	c   countsols        :          0          0          0          1          1          4          0          0          0          0          0          0
1796.66/1797.01	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1796.66/1797.01	c   integral         :     139.03       0.00       0.00     139.03       0.00       0.00       0.00
1796.66/1797.01	c   knapsack         :      14.96       0.00      13.00       0.00       0.00       0.00       1.96
1796.66/1797.01	c   linear           :     286.87       0.00     279.48       0.00       0.00       0.00       7.39
1796.66/1797.01	c   logicor          :      78.56       0.00      74.45       0.00       0.00       0.00       4.10
1796.66/1797.01	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1796.66/1797.01	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1796.66/1797.01	c   vbounds          :          0          0          0          0
1796.66/1797.01	c   rootredcost      :          2          0          0          0
1796.66/1797.01	c   pseudoobj        :    4062638       2348          4       1985
1796.66/1797.01	c Propagator Timings :  TotalTime  Propagate    Resprop
1796.66/1797.01	c   vbounds          :       0.53       0.53       0.00
1796.66/1797.01	c   rootredcost      :       0.58       0.58       0.00
1796.66/1797.01	c   pseudoobj        :       1.86       1.86       0.00
1796.66/1797.01	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1796.66/1797.01	c   propagation      :      27.00     434291     434056    4385574       34.3      14712       24.8          -
1796.66/1797.01	c   infeasible LP    :       6.91      79810      79810     462786       26.1       8725       18.9          0
1796.66/1797.01	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1796.66/1797.01	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1796.66/1797.01	c   pseudo solution  :       0.00          1          1          1        2.0          0        0.0          -
1796.66/1797.01	c   applied globally :          -          -          -    1335060       26.1          -          -          -
1796.66/1797.01	c   applied locally  :          -          -          -          0        0.0          -          -          -
1796.66/1797.01	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1796.66/1797.01	c   cut pool         :       0.01         19          -          -       9069          -    (maximal pool size: 5920)
1796.66/1797.01	c   redcost          :       5.80     593081          0        153          0          0
1796.66/1797.01	c   impliedbounds    :       0.00         20          0          0          8          0
1796.66/1797.01	c   intobj           :       0.00          0          0          0          0          0
1796.66/1797.01	c   gomory           :       0.17         20          0          0        540          0
1796.66/1797.01	c   cgmip            :       0.00          0          0          0          0          0
1796.66/1797.01	c   closecuts        :       0.00          0          0          0          0          0
1796.66/1797.01	c   strongcg         :       0.16         20          0          0        626          0
1796.66/1797.01	c   cmir             :       0.47         10          0          0       4240          0
1796.66/1797.01	c   flowcover        :       0.27         10          0          0       2001          0
1796.66/1797.01	c   clique           :       0.00          1          0          0          0          0
1796.66/1797.01	c   zerohalf         :       0.00          0          0          0          0          0
1796.66/1797.01	c   mcf              :       0.00          1          0          0          0          0
1796.66/1797.01	c   oddcycle         :       0.00          0          0          0          0          0
1796.66/1797.01	c   rapidlearning    :       0.28          1          0          0          0        316
1796.66/1797.01	c Pricers            :       Time      Calls       Vars
1796.66/1797.01	c   problem variables:       0.00          0          0
1796.66/1797.01	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1796.66/1797.01	c   relpscost        :     138.65     592970        604      35839          0          0    1165018
1796.66/1797.01	c   pscost           :       0.00          0          0          0          0          0          0
1796.66/1797.01	c   inference        :       0.00          1          0          0          0          0          2
1796.66/1797.01	c   mostinf          :       0.00          0          0          0          0          0          0
1796.66/1797.01	c   leastinf         :       0.00          0          0          0          0          0          0
1796.66/1797.01	c   fullstrong       :       0.00          0          0          0          0          0          0
1796.66/1797.01	c   allfullstrong    :       0.00          0          0          0          0          0          0
1796.66/1797.01	c   random           :       0.00          0          0          0          0          0          0
1796.66/1797.01	c Primal Heuristics  :       Time      Calls      Found
1796.66/1797.01	c   LP solutions     :       0.00          -          1
1796.66/1797.01	c   pseudo solutions :       0.00          -          0
1796.66/1797.01	c   crossover        :       0.69          0          0
1796.66/1797.01	c   oneopt           :       0.14          3          0
1796.66/1797.01	c   feaspump         :       2.13         70          0
1796.66/1797.01	c   fracdiving       :       1.69        251          1
1796.66/1797.01	c   veclendiving     :       2.70        251          0
1796.66/1797.01	c   linesearchdiving :       2.80        251          0
1796.66/1797.01	c   guideddiving     :       2.39        251          0
1796.66/1797.01	c   rootsoldiving    :       1.36        126          0
1796.66/1797.01	c   objpscostdiving  :       2.82        126          0
1796.66/1797.01	c   coefdiving       :       1.83        252          0
1796.66/1797.01	c   pscostdiving     :       4.48        252          0
1796.66/1797.01	c   trivial          :       0.00          2          0
1796.66/1797.01	c   shiftandpropagate:       0.01          1          0
1796.66/1797.01	c   simplerounding   :       0.15          0          0
1796.66/1797.01	c   zirounding       :       0.23       1000          0
1796.66/1797.01	c   rounding         :       1.00      10865          0
1796.66/1797.01	c   shifting         :       7.29       3427          0
1796.66/1797.01	c   intshifting      :       0.01          0          0
1796.66/1797.01	c   twoopt           :       0.00          0          0
1796.66/1797.01	c   fixandinfer      :       0.00          0          0
1796.66/1797.01	c   clique           :       0.00          0          0
1796.66/1797.01	c   intdiving        :       0.00          0          0
1796.66/1797.01	c   actconsdiving    :       0.00          0          0
1796.66/1797.01	c   octane           :       0.00          0          0
1796.66/1797.01	c   rens             :       0.01          0          0
1796.66/1797.01	c   rins             :       0.00          0          0
1796.66/1797.01	c   localbranching   :       0.00          0          0
1796.66/1797.01	c   mutation         :       0.00          0          0
1796.66/1797.01	c   dins             :       0.00          0          0
1796.66/1797.01	c   vbounds          :       0.00          0          0
1796.66/1797.01	c   undercover       :       0.00          0          0
1796.66/1797.01	c   subnlp           :       0.14          0          0
1796.66/1797.01	c   trysol           :       0.18          0          0
1796.66/1797.01	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1796.66/1797.01	c   primal LP        :       0.00          0          0       0.00          -
1796.66/1797.01	c   dual LP          :     933.48     666931   26667764      39.99   28568.24
1796.66/1797.01	c   lex dual LP      :       0.00          0          0       0.00          -
1796.66/1797.01	c   barrier LP       :       0.00          0          0       0.00          -
1796.66/1797.01	c   diving/probing LP:      17.13      17150     332650      19.40   19420.32
1796.66/1797.01	c   strong branching :     119.58      52666    2121716      40.29   17743.13
1796.66/1797.01	c     (at root node) :          -         14       5096     364.00          -
1796.66/1797.01	c   conflict analysis:       0.00          0          0       0.00          -
1796.66/1797.01	c B&B Tree           :
1796.66/1797.01	c   number of runs   :          1
1796.66/1797.01	c   nodes            :     936343
1796.66/1797.01	c   nodes (total)    :     936343
1796.66/1797.01	c   nodes left       :      33584
1796.66/1797.01	c   max depth        :        136
1796.66/1797.01	c   max depth (total):        136
1796.66/1797.01	c   backtracks       :     196718 (21.0%)
1796.66/1797.01	c   delayed cutoffs  :     193861
1796.66/1797.01	c   repropagations   :    1464541 (14733204 domain reductions, 155515 cutoffs)
1796.66/1797.01	c   avg switch length:       6.60
1796.66/1797.01	c   switching time   :     194.20
1796.66/1797.01	c Solution           :
1796.66/1797.01	c   Solutions found  :          3 (3 improvements)
1796.66/1797.01	c   First Solution   : +1.17000000000000e+02   (in run 1, after 1 nodes, 0.66 seconds, depth 0, found by <trysol>)
1796.66/1797.01	c   Primal Bound     : +9.60000000000000e+01   (in run 1, after 328021 nodes, 701.83 seconds, depth 35, found by <relaxation>)
1796.66/1797.01	c   Dual Bound       : +3.60000000000000e+01
1796.66/1797.01	c   Gap              :     166.67 %
1796.66/1797.01	c   Root Dual Bound  : +9.00000000000000e+00
1796.66/1797.01	c   Root Iterations  :      10120
1796.76/1797.19	c Time complete: 1796.86.

Verifier Data

OK	96

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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-3733999-1338711949/watcher-3733999-1338711949 -o /tmp/evaluation-result-3733999-1338711949/solver-3733999-1338711949 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3733999-1338711949.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.00 2.00 2.00 3/174 32223
/proc/meminfo: memFree=27350992/32873852 swapFree=6856/6856
[pid=32223] ppid=32221 vsize=9456 CPUtime=0 cores=0,2,4,6
/proc/32223/stat : 32223 (scip-2.0.1.4b_2) R 32221 32223 20074 0 -1 4202496 1496 0 0 0 0 0 0 0 20 0 1 0 337320812 9682944 1450 33554432000 4194304 9016284 140736524120560 140735382130200 7824814 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/32223/statm: 2364 1452 311 1178 0 1182 0

[startup+0.0734 s]
/proc/loadavg: 2.00 2.00 2.00 3/174 32223
/proc/meminfo: memFree=27350992/32873852 swapFree=6856/6856
[pid=32223] ppid=32221 vsize=25700 CPUtime=0.06 cores=0,2,4,6
/proc/32223/stat : 32223 (scip-2.0.1.4b_2) R 32221 32223 20074 0 -1 4202496 5471 0 0 0 6 0 0 0 20 0 1 0 337320812 26316800 5168 33554432000 4194304 9016284 140736524120560 140735382130200 5222035 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/32223/statm: 6425 5168 514 1178 0 5243 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 25700

[startup+0.100279 s]
/proc/loadavg: 2.00 2.00 2.00 3/174 32223
/proc/meminfo: memFree=27350992/32873852 swapFree=6856/6856
[pid=32223] ppid=32221 vsize=25700 CPUtime=0.08 cores=0,2,4,6
/proc/32223/stat : 32223 (scip-2.0.1.4b_2) R 32221 32223 20074 0 -1 4202496 5471 0 0 0 8 0 0 0 20 0 1 0 337320812 26316800 5168 33554432000 4194304 9016284 140736524120560 140735382130200 5257465 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/32223/statm: 6425 5168 514 1178 0 5243 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 25700

[startup+0.300192 s]
/proc/loadavg: 2.00 2.00 2.00 3/174 32223
/proc/meminfo: memFree=27350992/32873852 swapFree=6856/6856
[pid=32223] ppid=32221 vsize=29468 CPUtime=0.29 cores=0,2,4,6
/proc/32223/stat : 32223 (scip-2.0.1.4b_2) R 32221 32223 20074 0 -1 4202496 6812 0 0 0 28 1 0 0 20 0 1 0 337320812 30175232 6319 33554432000 4194304 9016284 140736524120560 140735382130200 7180913 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/32223/statm: 7367 6319 647 1178 0 6185 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 29468

[startup+0.70018 s]
/proc/loadavg: 2.00 2.00 2.00 3/174 32223
/proc/meminfo: memFree=27350992/32873852 swapFree=6856/6856
[pid=32223] ppid=32221 vsize=44076 CPUtime=0.69 cores=0,2,4,6
/proc/32223/stat : 32223 (scip-2.0.1.4b_2) R 32221 32223 20074 0 -1 4202496 10972 0 0 0 67 2 0 0 20 0 1 0 337320812 45133824 9763 33554432000 4194304 9016284 140736524120560 140736524114104 4438371 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/32223/statm: 11019 9763 700 1178 0 9837 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 44076

[startup+1.50021 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 32224
/proc/meminfo: memFree=27313900/32873852 swapFree=6856/6856
[pid=32223] ppid=32221 vsize=44076 CPUtime=1.49 cores=0,2,4,6
/proc/32223/stat : 32223 (scip-2.0.1.4b_2) R 32221 32223 20074 0 -1 4202496 11307 0 0 0 147 2 0 0 20 0 1 0 337320812 45133824 10098 33554432000 4194304 9016284 140736524120560 140736524114104 6971597 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/32223/statm: 11019 10098 700 1178 0 9837 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 44076

[startup+3.10018 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 32224
/proc/meminfo: memFree=27310808/32873852 swapFree=6856/6856
[pid=32223] ppid=32221 vsize=47888 CPUtime=3.09 cores=0,2,4,6
/proc/32223/stat : 32223 (scip-2.0.1.4b_2) R 32221 32223 20074 0 -1 4202496 13081 0 0 0 304 5 0 0 20 0 1 0 337320812 49037312 11039 33554432000 4194304 9016284 140736524120560 140736524114312 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/32223/statm: 11972 11039 701 1178 0 10790 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 47888

[startup+6.30017 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 32224
/proc/meminfo: memFree=27308700/32873852 swapFree=6856/6856
[pid=32223] ppid=32221 vsize=47888 CPUtime=6.28 cores=0,2,4,6
/proc/32223/stat : 32223 (scip-2.0.1.4b_2) R 32221 32223 20074 0 -1 4202496 13082 0 0 0 615 13 0 0 20 0 1 0 337320812 49037312 11040 33554432000 4194304 9016284 140736524120560 140736524114408 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/32223/statm: 11972 11040 701 1178 0 10790 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 47888

[startup+12.7002 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 32224
/proc/meminfo: memFree=27308848/32873852 swapFree=6856/6856
[pid=32223] ppid=32221 vsize=47888 CPUtime=12.68 cores=0,2,4,6
/proc/32223/stat : 32223 (scip-2.0.1.4b_2) R 32221 32223 20074 0 -1 4202496 13083 0 0 0 1245 23 0 0 20 0 1 0 337320812 49037312 11041 33554432000 4194304 9016284 140736524120560 140736524114408 7189372 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/32223/statm: 11972 11041 702 1178 0 10790 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 47888

[startup+25.5002 s]
/proc/loadavg: 2.07 2.02 2.00 3/175 32224
/proc/meminfo: memFree=27308972/32873852 swapFree=6856/6856
[pid=32223] ppid=32221 vsize=47888 CPUtime=25.49 cores=0,2,4,6
/proc/32223/stat : 32223 (scip-2.0.1.4b_2) R 32221 32223 20074 0 -1 4202496 13088 0 0 0 2505 44 0 0 20 0 1 0 337320812 49037312 11046 33554432000 4194304 9016284 140736524120560 140736524114888 7214130 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/32223/statm: 11972 11046 702 1178 0 10790 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 47888

[startup+51.1002 s]
/proc/loadavg: 2.05 2.01 2.00 3/175 32224
/proc/meminfo: memFree=27315424/32873852 swapFree=6856/6856
[pid=32223] ppid=32221 vsize=52620 CPUtime=51.08 cores=0,2,4,6
/proc/32223/stat : 32223 (scip-2.0.1.4b_2) R 32221 32223 20074 0 -1 4202496 14247 0 0 0 5023 85 0 0 20 0 1 0 337320812 53882880 12205 33554432000 4194304 9016284 140736524120560 140736524114360 6472935 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/32223/statm: 13155 12205 702 1178 0 11973 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 52620

[startup+102.306 s]
/proc/loadavg: 2.07 2.02 2.00 3/175 32224
/proc/meminfo: memFree=27278572/32873852 swapFree=6856/6856
[pid=32223] ppid=32221 vsize=66560 CPUtime=102.27 cores=0,2,4,6
/proc/32223/stat : 32223 (scip-2.0.1.4b_2) R 32221 32223 20074 0 -1 4202496 17729 0 0 0 10061 166 0 0 20 0 1 0 337320812 68157440 15684 33554432000 4194304 9016284 140736524120560 140736524114616 5313426 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/32223/statm: 16640 15684 702 1178 0 15458 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 66560

[startup+162.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/175 32224
/proc/meminfo: memFree=27267784/32873852 swapFree=6856/6856
[pid=32223] ppid=32221 vsize=78916 CPUtime=162.25 cores=0,2,4,6
/proc/32223/stat : 32223 (scip-2.0.1.4b_2) R 32221 32223 20074 0 -1 4202496 21011 0 0 0 15961 264 0 0 20 0 1 0 337320812 80809984 18790 33554432000 4194304 9016284 140736524120560 140736524114728 4349783 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/32223/statm: 19729 18790 702 1178 0 18547 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 78916

[startup+222.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/175 32225
/proc/meminfo: memFree=27261412/32873852 swapFree=6856/6856
[pid=32223] ppid=32221 vsize=91160 CPUtime=222.23 cores=0,2,4,6
/proc/32223/stat : 32223 (scip-2.0.1.4b_2) R 32221 32223 20074 0 -1 4202496 24178 0 0 0 21865 358 0 0 20 0 1 0 337320812 93347840 21831 33554432000 4194304 9016284 140736524120560 140736524114728 5228192 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/32223/statm: 22790 21831 702 1178 0 21608 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 91160

[startup+282.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/176 32228
/proc/meminfo: memFree=27261144/32873852 swapFree=6856/6856
[pid=32223] ppid=32221 vsize=97780 CPUtime=282.22 cores=0,2,4,6
/proc/32223/stat : 32223 (scip-2.0.1.4b_2) R 32221 32223 20074 0 -1 4202496 25933 0 0 0 27768 454 0 0 20 0 1 0 337320812 100126720 23687 33554432000 4194304 9016284 140736524120560 140736524113976 7215969 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/32223/statm: 24445 23687 702 1178 0 23263 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 97780

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 32228
/proc/meminfo: memFree=27253212/32873852 swapFree=6856/6856
[pid=32223] ppid=32221 vsize=102920 CPUtime=342.2 cores=0,2,4,6
/proc/32223/stat : 32223 (scip-2.0.1.4b_2) R 32221 32223 20074 0 -1 4202496 27326 0 0 0 33672 548 0 0 20 0 1 0 337320812 105390080 24970 33554432000 4194304 9016284 140736524120560 140736524114424 7213844 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/32223/statm: 25730 24970 702 1178 0 24548 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 102920

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 32228
/proc/meminfo: memFree=27248436/32873852 swapFree=6856/6856
[pid=32223] ppid=32221 vsize=107748 CPUtime=402.2 cores=0,2,4,6
/proc/32223/stat : 32223 (scip-2.0.1.4b_2) R 32221 32223 20074 0 -1 4202496 28536 0 0 0 39575 645 0 0 20 0 1 0 337320812 110333952 26116 33554432000 4194304 9016284 140736524120560 140736524114424 5221824 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/32223/statm: 26937 26116 702 1178 0 25755 0
Current children cumulated CPU time (s) 402.2
Current children cumulated vsize (KiB) 107748

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 32228
/proc/meminfo: memFree=27244656/32873852 swapFree=6856/6856
[pid=32223] ppid=32221 vsize=110584 CPUtime=462.19 cores=0,2,4,6
/proc/32223/stat : 32223 (scip-2.0.1.4b_2) R 32221 32223 20074 0 -1 4202496 29266 0 0 0 45476 743 0 0 20 0 1 0 337320812 113238016 26846 33554432000 4194304 9016284 140736524120560 140736524114776 7081886 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/32223/statm: 27646 26846 702 1178 0 26464 0
Current children cumulated CPU time (s) 462.19
Current children cumulated vsize (KiB) 110584

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 32229
/proc/meminfo: memFree=27243148/32873852 swapFree=6856/6856
[pid=32223] ppid=32221 vsize=110964 CPUtime=522.17 cores=0,2,4,6
/proc/32223/stat : 32223 (scip-2.0.1.4b_2) R 32221 32223 20074 0 -1 4202496 29387 0 0 0 51381 836 0 0 20 0 1 0 337320812 113627136 27088 33554432000 4194304 9016284 140736524120560 140736524114728 7091578 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/32223/statm: 27741 27088 702 1178 0 26559 0
Current children cumulated CPU time (s) 522.17
Current children cumulated vsize (KiB) 110964

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 32229
/proc/meminfo: memFree=27241660/32873852 swapFree=6856/6856
[pid=32223] ppid=32221 vsize=112304 CPUtime=582.16 cores=0,2,4,6
/proc/32223/stat : 32223 (scip-2.0.1.4b_2) R 32221 32223 20074 0 -1 4202496 29717 0 0 0 57289 927 0 0 20 0 1 0 337320812 114999296 27404 33554432000 4194304 9016284 140736524120560 140736524114728 7199008 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/32223/statm: 28076 27404 702 1178 0 26894 0
Current children cumulated CPU time (s) 582.16
Current children cumulated vsize (KiB) 112304

[startup+642.3 s]

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

/proc/meminfo: memFree=27323368/32873852 swapFree=6856/6856
[pid=32223] ppid=32221 vsize=162140 CPUtime=1062.09 cores=0,2,4,6
/proc/32223/stat : 32223 (scip-2.0.1.4b_2) R 32221 32223 20074 0 -1 4202496 70581 0 0 0 104523 1686 0 0 20 0 1 0 337320812 166031360 39870 33554432000 4194304 9016284 140736524120560 140736524114424 7156674 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/32223/statm: 40535 39870 702 1178 0 39353 0
Current children cumulated CPU time (s) 1062.09
Current children cumulated vsize (KiB) 162140

[startup+1122.3 s]
/proc/loadavg: 2.07 2.04 2.00 3/174 571
/proc/meminfo: memFree=27224656/32873852 swapFree=6856/6856
[pid=32223] ppid=32221 vsize=172880 CPUtime=1122.08 cores=0,2,4,6
/proc/32223/stat : 32223 (scip-2.0.1.4b_2) R 32221 32223 20074 0 -1 4202496 76424 0 0 0 110422 1786 0 0 20 0 1 0 337320812 177029120 42554 33554432000 4194304 9016284 140736524120560 140736524114888 6776667 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/32223/statm: 43220 42554 702 1178 0 42038 0
Current children cumulated CPU time (s) 1122.08
Current children cumulated vsize (KiB) 172880

[startup+1182.3 s]
/proc/loadavg: 2.03 2.03 2.00 3/175 572
/proc/meminfo: memFree=27140916/32873852 swapFree=6856/6856
[pid=32223] ppid=32221 vsize=182200 CPUtime=1182.06 cores=0,2,4,6
/proc/32223/stat : 32223 (scip-2.0.1.4b_2) R 32221 32223 20074 0 -1 4202496 78731 0 0 0 116320 1886 0 0 20 0 1 0 337320812 186572800 44842 33554432000 4194304 9016284 140736524120560 140736524114888 7156543 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/32223/statm: 45550 44842 702 1178 0 44368 0
Current children cumulated CPU time (s) 1182.06
Current children cumulated vsize (KiB) 182200

[startup+1242.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/175 572
/proc/meminfo: memFree=27050332/32873852 swapFree=6856/6856
[pid=32223] ppid=32221 vsize=190984 CPUtime=1242.04 cores=0,2,4,6
/proc/32223/stat : 32223 (scip-2.0.1.4b_2) R 32221 32223 20074 0 -1 4202496 81043 0 0 0 122223 1981 0 0 20 0 1 0 337320812 195567616 46996 33554432000 4194304 9016284 140736524120560 140736524114888 4772940 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/32223/statm: 47746 46996 702 1178 0 46564 0
Current children cumulated CPU time (s) 1242.04
Current children cumulated vsize (KiB) 190984

[startup+1302.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/175 572
/proc/meminfo: memFree=26959052/32873852 swapFree=6856/6856
[pid=32223] ppid=32221 vsize=201816 CPUtime=1302.05 cores=0,2,4,6
/proc/32223/stat : 32223 (scip-2.0.1.4b_2) R 32221 32223 20074 0 -1 4202496 83721 0 0 0 128126 2079 0 0 20 0 1 0 337320812 206659584 49608 33554432000 4194304 9016284 140736524120560 140736524114728 5257461 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/32223/statm: 50454 49608 702 1178 0 49272 0
Current children cumulated CPU time (s) 1302.05
Current children cumulated vsize (KiB) 201816

[startup+1362.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/175 572
/proc/meminfo: memFree=26875564/32873852 swapFree=6856/6856
[pid=32223] ppid=32221 vsize=211992 CPUtime=1362.03 cores=0,2,4,6
/proc/32223/stat : 32223 (scip-2.0.1.4b_2) R 32221 32223 20074 0 -1 4202496 86313 0 0 0 134022 2181 0 0 20 0 1 0 337320812 217079808 52135 33554432000 4194304 9016284 140736524120560 140736524114472 6466192 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/32223/statm: 52998 52135 702 1178 0 51816 0
Current children cumulated CPU time (s) 1362.03
Current children cumulated vsize (KiB) 211992

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 572
/proc/meminfo: memFree=26789040/32873852 swapFree=6856/6856
[pid=32223] ppid=32221 vsize=224768 CPUtime=1422.02 cores=0,2,4,6
/proc/32223/stat : 32223 (scip-2.0.1.4b_2) R 32221 32223 20074 0 -1 4202496 89435 0 0 0 139927 2275 0 0 20 0 1 0 337320812 230162432 55225 33554432000 4194304 9016284 140736524120560 140736524114728 6403972 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/32223/statm: 56192 55225 702 1178 0 55010 0
Current children cumulated CPU time (s) 1422.02
Current children cumulated vsize (KiB) 224768

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 576
/proc/meminfo: memFree=26710320/32873852 swapFree=6856/6856
[pid=32223] ppid=32221 vsize=227156 CPUtime=1482 cores=0,2,4,6
/proc/32223/stat : 32223 (scip-2.0.1.4b_2) R 32221 32223 20074 0 -1 4202496 93924 0 0 0 145834 2366 0 0 20 0 1 0 337320812 232607744 55880 33554432000 4194304 9016284 140736524120560 140736524114888 5254225 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/32223/statm: 56789 55880 702 1178 0 55607 0
Current children cumulated CPU time (s) 1482
Current children cumulated vsize (KiB) 227156

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 576
/proc/meminfo: memFree=26625664/32873852 swapFree=6856/6856
[pid=32223] ppid=32221 vsize=241044 CPUtime=1542 cores=0,2,4,6
/proc/32223/stat : 32223 (scip-2.0.1.4b_2) R 32221 32223 20074 0 -1 4202496 97372 0 0 0 151738 2462 0 0 20 0 1 0 337320812 246829056 59269 33554432000 4194304 9016284 140736524120560 140736524114888 5255405 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/32223/statm: 60261 59269 702 1178 0 59079 0
Current children cumulated CPU time (s) 1542
Current children cumulated vsize (KiB) 241044

[startup+1602.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/175 576
/proc/meminfo: memFree=26539884/32873852 swapFree=6856/6856
[pid=32223] ppid=32221 vsize=256800 CPUtime=1601.99 cores=0,2,4,6
/proc/32223/stat : 32223 (scip-2.0.1.4b_2) R 32221 32223 20074 0 -1 4202496 101222 0 0 0 157642 2557 0 0 20 0 1 0 337320812 262963200 63060 33554432000 4194304 9016284 140736524120560 140736524114888 7199008 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/32223/statm: 64200 63060 702 1178 0 63018 0
Current children cumulated CPU time (s) 1601.99
Current children cumulated vsize (KiB) 256800

[startup+1662.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/175 576
/proc/meminfo: memFree=26460364/32873852 swapFree=6856/6856
[pid=32223] ppid=32221 vsize=260696 CPUtime=1661.98 cores=0,2,4,6
/proc/32223/stat : 32223 (scip-2.0.1.4b_2) R 32221 32223 20074 0 -1 4202496 102261 0 0 0 163551 2647 0 0 20 0 1 0 337320812 266952704 64049 33554432000 4194304 9016284 140736524120560 140736524113976 5223032 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/32223/statm: 65174 64049 702 1178 0 63992 0
Current children cumulated CPU time (s) 1661.98
Current children cumulated vsize (KiB) 260696

[startup+1722.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/175 576
/proc/meminfo: memFree=26385308/32873852 swapFree=6856/6856
[pid=32223] ppid=32221 vsize=262380 CPUtime=1721.97 cores=0,2,4,6
/proc/32223/stat : 32223 (scip-2.0.1.4b_2) R 32221 32223 20074 0 -1 4202496 102732 0 0 0 169455 2742 0 0 20 0 1 0 337320812 268677120 64495 33554432000 4194304 9016284 140736524120560 140736524113976 7082082 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/32223/statm: 65595 64495 702 1178 0 64413 0
Current children cumulated CPU time (s) 1721.97
Current children cumulated vsize (KiB) 262380

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 577
/proc/meminfo: memFree=26307092/32873852 swapFree=6856/6856
[pid=32223] ppid=32221 vsize=268408 CPUtime=1781.96 cores=0,2,4,6
/proc/32223/stat : 32223 (scip-2.0.1.4b_2) R 32221 32223 20074 0 -1 4202496 104277 0 0 0 175354 2842 0 0 20 0 1 0 337320812 274849792 66021 33554432000 4194304 9016284 140736524120560 140736524114888 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/32223/statm: 67102 66021 702 1178 0 65920 0
Current children cumulated CPU time (s) 1781.96
Current children cumulated vsize (KiB) 268408

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

[startup+1785.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 577
/proc/meminfo: memFree=26300024/32873852 swapFree=6856/6856
[pid=32223] ppid=32221 vsize=268796 CPUtime=1785.16 cores=0,2,4,6
/proc/32223/stat : 32223 (scip-2.0.1.4b_2) R 32221 32223 20074 0 -1 4202496 104336 0 0 0 175669 2847 0 0 20 0 1 0 337320812 275247104 66080 33554432000 4194304 9016284 140736524120560 140736524114840 4347574 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/32223/statm: 67199 66080 702 1178 0 66017 0
Current children cumulated CPU time (s) 1785.16
Current children cumulated vsize (KiB) 268796

[startup+1791.91 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 577
/proc/meminfo: memFree=26291080/32873852 swapFree=6856/6856
[pid=32223] ppid=32221 vsize=269908 CPUtime=1791.57 cores=0,2,4,6
/proc/32223/stat : 32223 (scip-2.0.1.4b_2) R 32221 32223 20074 0 -1 4202496 104616 0 0 0 176299 2858 0 0 20 0 1 0 337320812 276385792 66358 33554432000 4194304 9016284 140736524120560 140736524113608 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/32223/statm: 67477 66358 702 1178 0 66295 0
Current children cumulated CPU time (s) 1791.57
Current children cumulated vsize (KiB) 269908

[startup+1795.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 577
/proc/meminfo: memFree=26287484/32873852 swapFree=6856/6856
[pid=32223] ppid=32221 vsize=270456 CPUtime=1794.77 cores=0,2,4,6
/proc/32223/stat : 32223 (scip-2.0.1.4b_2) R 32221 32223 20074 0 -1 4202496 104770 0 0 0 176614 2863 0 0 20 0 1 0 337320812 276946944 66508 33554432000 4194304 9016284 140736524120560 140736524114840 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/32223/statm: 67614 66508 702 1178 0 66432 0
Current children cumulated CPU time (s) 1794.77
Current children cumulated vsize (KiB) 270456

[startup+1795.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 577
/proc/meminfo: memFree=26287484/32873852 swapFree=6856/6856
[pid=32223] ppid=32221 vsize=270456 CPUtime=1795.56 cores=0,2,4,6
/proc/32223/stat : 32223 (scip-2.0.1.4b_2) R 32221 32223 20074 0 -1 4202496 104775 0 0 0 176691 2865 0 0 20 0 1 0 337320812 276946944 66513 33554432000 4194304 9016284 140736524120560 140736524114888 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/32223/statm: 67614 66513 702 1178 0 66432 0
Current children cumulated CPU time (s) 1795.56
Current children cumulated vsize (KiB) 270456

[startup+1796.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 577
/proc/meminfo: memFree=26285996/32873852 swapFree=6856/6856
[pid=32223] ppid=32221 vsize=271188 CPUtime=1796.36 cores=0,2,4,6
/proc/32223/stat : 32223 (scip-2.0.1.4b_2) R 32221 32223 20074 0 -1 4202496 104952 0 0 0 176770 2866 0 0 20 0 1 0 337320812 277696512 66690 33554432000 4194304 9016284 140736524120560 140736524114888 6469440 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/32223/statm: 67797 66690 702 1178 0 66615 0
Current children cumulated CPU time (s) 1796.36
Current children cumulated vsize (KiB) 271188

[startup+1797.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 577
/proc/meminfo: memFree=26285996/32873852 swapFree=6856/6856
[pid=32223] ppid=32221 vsize=271188 CPUtime=1796.76 cores=0,2,4,6
/proc/32223/stat : 32223 (scip-2.0.1.4b_2) R 32221 32223 20074 0 -1 4202496 104964 0 0 0 176810 2866 0 0 20 0 1 0 337320812 277696512 66702 33554432000 4194304 9016284 140736524120560 140736524114888 6812620 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/32223/statm: 67797 66702 706 1178 0 66615 0
Current children cumulated CPU time (s) 1796.76
Current children cumulated vsize (KiB) 271188

Child status: 0
Real time (s): 1797.19
CPU time (s): 1796.86
CPU user time (s): 1768.19
CPU system time (s): 28.6726
CPU usage (%): 99.9816
Max. virtual memory (cumulated for all children) (KiB): 271188

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1768.19
system time used= 28.6726
maximum resident set size= 266808
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 104969
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= 63
involuntary context switches= 2241

runsolver used 4.78327 second user time and 11.0583 second system time

The end

Launcher Data

Begin job on node128 at 2012-06-03 10:25:49
IDJOB=3733999
IDBENCH=2641
IDSOLVER=2329
FILE ID=node128/3733999-1338711949
RUNJOBID= node128-1338679209-28499
PBS_JOBID= 14636685
Free space on /tmp= 70416 MiB

SOLVER NAME= PB11: SCIP spx E_2 2011-06-10 (fixed)
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/golomb-rulers/normalized-OGR_9.opb
COMMAND LINE= HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3733999-1338711949/watcher-3733999-1338711949 -o /tmp/evaluation-result-3733999-1338711949/solver-3733999-1338711949 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3733999-1338711949.opb -t 1800 -m 15500

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

MD5SUM BENCH= 824c01e4395cf59ee9d4081be7b21301
RANDOM SEED=1157853065

node128.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/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.389
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.77
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.389
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.389
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5438.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.389
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.389
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.389
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.389
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.389
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873852 kB
MemFree:        27352000 kB
Buffers:          541820 kB
Cached:          3738236 kB
SwapCached:          744 kB
Active:          2328936 kB
Inactive:        2299008 kB
Active(anon):     338504 kB
Inactive(anon):    11420 kB
Active(file):    1990432 kB
Inactive(file):  2287588 kB
Unevictable:        6856 kB
Mlocked:            6856 kB
SwapTotal:      67108856 kB
SwapFree:       67106656 kB
Dirty:             16724 kB
Writeback:             0 kB
AnonPages:        381924 kB
Mapped:            16856 kB
Shmem:               200 kB
Slab:             755888 kB
SReclaimable:     198152 kB
SUnreclaim:       557736 kB
KernelStack:        1456 kB
PageTables:         4876 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545780 kB
Committed_AS:     469012 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346360 kB
VmallocChunk:   34341988004 kB
HardwareCorrupted:     0 kB
AnonHugePages:    315392 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70404 MiB
End job on node128 at 2012-06-03 10:55:46