Trace number 3692743

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 standard SCIP 2.1.1.4. with SoPlex 1.6.0.3 standard fixedUNSAT 72.7109 72.7319

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
namasivayam/tsp/normalized-t3002.11tsp11.1900546076.opb
MD5SUM148040983257ccf233b3daf7936d3c1f
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.613906
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables231
Total number of constraints2707
Number of constraints which are clauses2684
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint110
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 723
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

Solver Data

0.00/0.00	c SCIP version 2.1.1.4 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.6.0.3] [GitHash: a3bf3a4-dirty]
0.00/0.00	c Copyright (c) 2002-2012 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-3692743-1338019133.opb>
0.00/0.01	c original problem has 231 variables (231 bin, 0 int, 0 impl, 0 cont) and 2707 constraints
0.00/0.01	c problem read in 0.01
0.00/0.02	c presolving:
0.00/0.05	c (round 1) 0 del vars, 143 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 2542 upgd conss, 242 impls, 22 clqs
0.00/0.06	c (round 2) 0 del vars, 143 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 2564 upgd conss, 242 impls, 22 clqs
0.06/0.07	c (round 3) 0 del vars, 264 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 2564 upgd conss, 242 impls, 22 clqs
0.06/0.08	c    (0.1s) probing: 51/231 (22.1%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.06/0.08	c    (0.1s) probing aborted: 50/50 successive totally useless probings
0.06/0.09	c presolving (4 rounds):
0.06/0.09	c  0 deleted vars, 264 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.06/0.09	c  242 implications, 22 cliques
0.06/0.09	c presolved problem has 231 variables (231 bin, 0 int, 0 impl, 0 cont) and 2443 constraints
0.06/0.09	c       1 constraints of type <knapsack>
0.06/0.09	c      22 constraints of type <setppc>
0.06/0.09	c    2420 constraints of type <logicor>
0.06/0.09	c transformed objective value is always integral (scale: 1)
0.06/0.09	c Presolving Time: 0.07
0.06/0.09	c - non default parameters ----------------------------------------------------------------------
0.06/0.09	c # SCIP version 2.1.1.4
0.06/0.09	c 
0.06/0.09	c # maximal time in seconds to run
0.06/0.09	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.06/0.09	c limits/time = 1797
0.06/0.09	c 
0.06/0.09	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.06/0.09	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.06/0.09	c limits/memory = 13950
0.06/0.09	c 
0.06/0.09	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.06/0.09	c # [type: int, range: [1,2], default: 1]
0.06/0.09	c timing/clocktype = 2
0.06/0.09	c 
0.06/0.09	c # belongs reading time to solving time?
0.06/0.09	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.06/0.09	c timing/reading = TRUE
0.06/0.09	c 
0.06/0.09	c -----------------------------------------------------------------------------------------------
0.06/0.09	c start solving
0.06/0.09	c 
0.09/0.10	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.09/0.10	c   0.1s|     1 |     0 |    76 |     - |4079k|   0 |  36 | 231 |2464 | 231 |2443 |   0 |  21 |   0 | 0.000000e+00 |      --      |    Inf 
0.39/0.40	c   0.4s|     1 |     0 |  2821 |     - |4285k|   0 |  39 | 231 |2464 | 231 |2450 |   7 |  21 |   0 | 0.000000e+00 |      --      |    Inf 
0.39/0.44	c   0.4s|     1 |     0 |  2836 |     - |4607k|   0 |  45 | 231 |2464 | 231 |2454 |  11 |  21 |   0 | 0.000000e+00 |      --      |    Inf 
0.49/0.57	c   0.5s|     1 |     0 |  2851 |     - |5050k|   0 |  46 | 231 |2464 | 231 |2455 |  12 |  21 |   0 | 0.000000e+00 |      --      |    Inf 
0.49/0.57	c   0.5s|     1 |     0 |  2870 |     - |5494k|   0 |  47 | 231 |2464 | 231 |2457 |  14 |  21 |   0 | 0.000000e+00 |      --      |    Inf 
0.68/0.71	c   0.7s|     1 |     0 |  2877 |     - |5835k|   0 |  51 | 231 |2464 | 231 |2460 |  17 |  21 |   0 | 0.000000e+00 |      --      |    Inf 
0.89/0.90	c   0.9s|     1 |     0 |  2899 |     - |6106k|   0 |  47 | 231 |2464 | 231 |2461 |  18 |  21 |   0 | 0.000000e+00 |      --      |    Inf 
1.59/1.62	c   1.6s|     1 |     2 |  2899 |     - |6107k|   0 |  47 | 231 |2464 | 231 |2461 |  18 |  21 |  33 | 0.000000e+00 |      --      |    Inf 
10.49/10.57	c  10.6s|   100 |     7 |  9843 |  70.1 |6178k|  19 |   - | 231 |2515 | 231 |2455 |  18 |  85 |1381 | 0.000000e+00 |      --      |    Inf 
11.68/11.72	c  11.7s|   200 |     7 | 12379 |  47.6 |6200k|  22 |   - | 231 |2575 | 231 |2455 |  18 | 145 |1577 | 0.000000e+00 |      --      |    Inf 
12.19/12.22	c  12.2s|   300 |     9 | 14131 |  37.6 |6227k|  26 |   - | 231 |2633 | 231 |2455 |  18 | 203 |1648 | 0.000000e+00 |      --      |    Inf 
12.59/12.65	c  12.7s|   400 |     8 | 16269 |  33.5 |6242k|  26 |   - | 231 |2689 | 231 |2455 |  18 | 260 |1682 | 0.000000e+00 |      --      |    Inf 
12.99/13.05	c  13.1s|   500 |    10 | 18480 |  31.2 |6273k|  26 |   - | 231 |2764 | 231 |2455 |  18 | 335 |1714 | 0.000000e+00 |      --      |    Inf 
13.38/13.42	c  13.4s|   600 |    12 | 20737 |  29.8 |6299k|  26 |   - | 231 |2828 | 231 |2455 |  18 | 400 |1734 | 0.000000e+00 |      --      |    Inf 
13.79/13.82	c  13.8s|   700 |    10 | 23111 |  28.9 |6324k|  26 |   - | 231 |2907 | 231 |2455 |  18 | 482 |1758 | 0.000000e+00 |      --      |    Inf 
14.20/14.21	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
14.20/14.21	c  14.2s|   800 |    12 | 25369 |  28.1 |6350k|  26 |  37 | 231 |2983 | 231 |2455 |  18 | 562 |1784 | 0.000000e+00 |      --      |    Inf 
14.59/14.61	c  14.6s|   900 |    10 | 27754 |  27.6 |6371k|  27 |  27 | 231 |3058 | 231 |2455 |  18 | 641 |1805 | 0.000000e+00 |      --      |    Inf 
14.89/14.95	c  15.0s|  1000 |    11 | 30186 |  27.3 |6406k|  27 |   - | 231 |3141 | 231 |2455 |  18 | 727 |1817 | 0.000000e+00 |      --      |    Inf 
15.48/15.50	c  15.5s|  1100 |     9 | 34592 |  28.8 |6431k|  27 |   - | 231 |3232 | 231 |2455 |  18 | 825 |1826 | 0.000000e+00 |      --      |    Inf 
15.68/15.79	c  15.8s|  1200 |     9 | 36632 |  28.1 |6455k|  27 |  42 | 231 |3306 | 231 |2455 |  18 | 905 |1833 | 0.000000e+00 |      --      |    Inf 
15.99/16.08	c  16.1s|  1300 |     9 | 39045 |  27.8 |6477k|  27 |  41 | 231 |3374 | 231 |2455 |  18 | 982 |1833 | 0.000000e+00 |      --      |    Inf 
16.28/16.38	c  16.4s|  1400 |     9 | 41427 |  27.5 |6513k|  35 |  25 | 231 |3464 | 231 |2455 |  18 |1074 |1837 | 0.000000e+00 |      --      |    Inf 
16.68/16.77	c  16.8s|  1500 |     7 | 44488 |  27.7 |6543k|  35 |   - | 231 |3546 | 231 |2455 |  18 |1162 |1847 | 0.000000e+00 |      --      |    Inf 
17.09/17.13	c  17.1s|  1600 |     7 | 46805 |  27.5 |6571k|  35 |  25 | 231 |3623 | 231 |2455 |  18 |1241 |1862 | 0.000000e+00 |      --      |    Inf 
17.28/17.39	c  17.4s|  1700 |     9 | 48829 |  27.0 |6602k|  35 |  36 | 231 |3710 | 231 |2455 |  18 |1329 |1863 | 0.000000e+00 |      --      |    Inf 
17.59/17.63	c  17.6s|  1800 |     9 | 50713 |  26.6 |6625k|  35 |  36 | 231 |3779 | 231 |2455 |  18 |1401 |1864 | 0.000000e+00 |      --      |    Inf 
17.78/17.88	c  17.9s|  1900 |     9 | 52632 |  26.2 |6658k|  35 |   - | 231 |3861 | 231 |2455 |  18 |1487 |1866 | 0.000000e+00 |      --      |    Inf 
18.09/18.12	c  18.1s|  2000 |     8 | 54352 |  25.7 |6680k|  35 |   - | 231 |3938 | 231 |2455 |  18 |1567 |1867 | 0.000000e+00 |      --      |    Inf 
18.38/18.41	c  18.4s|  2100 |    16 | 56722 |  25.6 |6725k|  35 |  41 | 231 |4025 | 231 |2455 |  18 |1657 |1867 | 0.000000e+00 |      --      |    Inf 
18.59/18.69	c  18.7s|  2200 |    16 | 58949 |  25.5 |6757k|  35 |  35 | 231 |4105 | 231 |2455 |  18 |1741 |1867 | 0.000000e+00 |      --      |    Inf 
18.88/18.96	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
18.88/18.96	c  19.0s|  2300 |    15 | 61161 |  25.3 |6787k|  35 |   - | 231 |4187 | 231 |2455 |  18 |1829 |1867 | 0.000000e+00 |      --      |    Inf 
19.28/19.37	c  19.4s|  2400 |    17 | 63944 |  25.4 |6832k|  35 |  45 | 231 |4272 | 231 |2455 |  18 |1918 |1885 | 0.000000e+00 |      --      |    Inf 
19.69/19.73	c  19.7s|  2500 |    18 | 66036 |  25.3 |6865k|  35 |   - | 231 |4330 | 231 |2455 |  18 |1990 |1906 | 0.000000e+00 |      --      |    Inf 
19.98/20.02	c  20.0s|  2600 |    17 | 67760 |  25.0 |6882k|  35 |  29 | 231 |4395 | 231 |2455 |  18 |2070 |1921 | 0.000000e+00 |      --      |    Inf 
20.28/20.35	c  20.4s|  2700 |    17 | 69754 |  24.8 |6900k|  35 |  33 | 231 |4439 | 231 |2455 |  18 |2134 |1938 | 0.000000e+00 |      --      |    Inf 
20.58/20.65	c  20.7s|  2800 |    22 | 71498 |  24.5 |6926k|  35 |  29 | 231 |4476 | 231 |2455 |  18 |2200 |1954 | 0.000000e+00 |      --      |    Inf 
20.88/20.92	c  20.9s|  2900 |    27 | 72934 |  24.2 |6962k|  35 |   - | 231 |4530 | 231 |2455 |  18 |2265 |1971 | 0.000000e+00 |      --      |    Inf 
21.18/21.20	c  21.2s|  3000 |    27 | 74538 |  23.9 |6980k|  35 |   - | 231 |4575 | 231 |2455 |  18 |2323 |1987 | 0.000000e+00 |      --      |    Inf 
21.38/21.47	c  21.5s|  3100 |    26 | 76156 |  23.6 |6991k|  35 |  17 | 231 |4629 | 231 |2455 |  18 |2385 |1998 | 0.000000e+00 |      --      |    Inf 
21.68/21.72	c  21.7s|  3200 |    19 | 77683 |  23.4 |6998k|  35 |  45 | 231 |4690 | 231 |2455 |  18 |2451 |2005 | 0.000000e+00 |      --      |    Inf 
21.98/22.03	c  22.0s|  3300 |    15 | 79729 |  23.3 |7017k|  35 |   - | 231 |4733 | 231 |2455 |  18 |2519 |2014 | 0.000000e+00 |      --      |    Inf 
22.29/22.38	c  22.4s|  3400 |    10 | 82046 |  23.3 |7016k|  35 |   - | 231 |4783 | 231 |2455 |  18 |2600 |2029 | 0.000000e+00 |      --      |    Inf 
22.68/22.78	c  22.8s|  3500 |    16 | 85056 |  23.5 |7046k|  35 |   - | 231 |4801 | 231 |2455 |  18 |2666 |2033 | 0.000000e+00 |      --      |    Inf 
22.98/23.05	c  23.1s|  3600 |    18 | 87077 |  23.4 |7060k|  35 |  39 | 231 |4827 | 231 |2455 |  18 |2725 |2036 | 0.000000e+00 |      --      |    Inf 
23.28/23.31	c  23.3s|  3700 |    20 | 89100 |  23.3 |7081k|  35 |   - | 231 |4857 | 231 |2455 |  18 |2789 |2036 | 0.000000e+00 |      --      |    Inf 
23.58/23.60	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
23.58/23.60	c  23.6s|  3800 |    20 | 91373 |  23.3 |7089k|  35 |  40 | 231 |4890 | 231 |2455 |  18 |2850 |2038 | 0.000000e+00 |      --      |    Inf 
23.78/23.85	c  23.9s|  3900 |    18 | 93282 |  23.2 |7092k|  35 |  30 | 231 |4908 | 231 |2455 |  18 |2916 |2038 | 0.000000e+00 |      --      |    Inf 
24.08/24.11	c  24.1s|  4000 |    20 | 95295 |  23.1 |7115k|  35 |   - | 231 |4960 | 231 |2455 |  18 |2984 |2038 | 0.000000e+00 |      --      |    Inf 
24.38/24.40	c  24.4s|  4100 |    23 | 97532 |  23.1 |7141k|  35 |   - | 231 |5019 | 231 |2455 |  18 |3056 |2039 | 0.000000e+00 |      --      |    Inf 
24.58/24.65	c  24.7s|  4200 |    24 | 99470 |  23.0 |7162k|  35 |  41 | 231 |5090 | 231 |2455 |  18 |3132 |2041 | 0.000000e+00 |      --      |    Inf 
24.88/24.90	c  24.9s|  4300 |    26 |101442 |  22.9 |7195k|  35 |   - | 231 |5162 | 231 |2455 |  18 |3221 |2041 | 0.000000e+00 |      --      |    Inf 
25.18/25.22	c  25.2s|  4400 |    30 |103806 |  22.9 |7233k|  35 |  23 | 231 |5243 | 231 |2455 |  18 |3310 |2044 | 0.000000e+00 |      --      |    Inf 
25.38/25.49	c  25.5s|  4500 |    27 |105948 |  22.9 |7249k|  35 |  39 | 231 |5321 | 231 |2455 |  18 |3396 |2044 | 0.000000e+00 |      --      |    Inf 
25.78/25.81	c  25.8s|  4600 |    27 |108122 |  22.9 |7274k|  35 |  32 | 231 |5386 | 231 |2455 |  18 |3470 |2053 | 0.000000e+00 |      --      |    Inf 
26.08/26.15	c  26.1s|  4700 |    26 |110412 |  22.9 |7292k|  35 |   - | 231 |5439 | 231 |2455 |  18 |3531 |2064 | 0.000000e+00 |      --      |    Inf 
26.48/26.51	c  26.5s|  4800 |    27 |112733 |  22.9 |7310k|  35 |  39 | 231 |5501 | 231 |2455 |  18 |3607 |2081 | 0.000000e+00 |      --      |    Inf 
26.87/26.96	c  27.0s|  4900 |    27 |115192 |  22.9 |7349k|  35 |   - | 231 |5579 | 231 |2455 |  18 |3698 |2105 | 0.000000e+00 |      --      |    Inf 
27.28/27.32	c  27.3s|  5000 |    27 |117642 |  23.0 |7369k|  35 |   - | 231 |5649 | 231 |2455 |  18 |3781 |2119 | 0.000000e+00 |      --      |    Inf 
27.57/27.69	c  27.7s|  5100 |    30 |120065 |  23.0 |7399k|  35 |  36 | 231 |5713 | 231 |2455 |  18 |3866 |2137 | 0.000000e+00 |      --      |    Inf 
28.08/28.14	c  28.1s|  5200 |    33 |122822 |  23.1 |7429k|  35 |  41 | 231 |5782 | 231 |2455 |  18 |3941 |2165 | 0.000000e+00 |      --      |    Inf 
28.48/28.54	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
28.48/28.54	c  28.5s|  5300 |    35 |125310 |  23.1 |7460k|  35 |  43 | 231 |5841 | 231 |2455 |  18 |4015 |2184 | 0.000000e+00 |      --      |    Inf 
28.88/28.91	c  28.9s|  5400 |    39 |128003 |  23.2 |7501k|  35 |   - | 231 |5916 | 231 |2455 |  18 |4104 |2197 | 0.000000e+00 |      --      |    Inf 
29.08/29.19	c  29.2s|  5500 |    43 |130179 |  23.1 |7530k|  35 |  29 | 231 |5996 | 231 |2455 |  18 |4191 |2201 | 0.000000e+00 |      --      |    Inf 
29.48/29.50	c  29.5s|  5600 |    45 |132379 |  23.1 |7560k|  35 |  37 | 231 |6069 | 231 |2455 |  18 |4264 |2209 | 0.000000e+00 |      --      |    Inf 
29.77/29.80	c  29.8s|  5700 |    43 |134584 |  23.1 |7589k|  35 |  33 | 231 |6144 | 231 |2455 |  18 |4342 |2218 | 0.000000e+00 |      --      |    Inf 
30.07/30.13	c  30.1s|  5800 |    41 |136926 |  23.1 |7620k|  35 |   - | 231 |6217 | 231 |2455 |  18 |4426 |2226 | 0.000000e+00 |      --      |    Inf 
30.38/30.41	c  30.4s|  5900 |    43 |138925 |  23.1 |7652k|  35 |   - | 231 |6280 | 231 |2455 |  18 |4513 |2230 | 0.000000e+00 |      --      |    Inf 
30.68/30.72	c  30.7s|  6000 |    41 |141184 |  23.1 |7666k|  35 |  42 | 231 |6345 | 231 |2455 |  18 |4596 |2236 | 0.000000e+00 |      --      |    Inf 
30.98/31.00	c  31.0s|  6100 |    45 |143252 |  23.0 |7697k|  35 |  34 | 231 |6392 | 231 |2455 |  18 |4663 |2241 | 0.000000e+00 |      --      |    Inf 
31.28/31.30	c  31.3s|  6200 |    45 |145558 |  23.0 |7715k|  35 |  50 | 231 |6442 | 231 |2455 |  18 |4738 |2244 | 0.000000e+00 |      --      |    Inf 
31.47/31.57	c  31.6s|  6300 |    46 |147696 |  23.0 |7749k|  35 |  26 | 231 |6500 | 231 |2455 |  18 |4831 |2244 | 0.000000e+00 |      --      |    Inf 
31.79/31.85	c  31.9s|  6400 |    45 |149974 |  23.0 |7777k|  35 |   - | 231 |6557 | 231 |2455 |  18 |4920 |2245 | 0.000000e+00 |      --      |    Inf 
32.07/32.12	c  32.1s|  6500 |    44 |151954 |  22.9 |7783k|  35 |  44 | 231 |6583 | 231 |2455 |  18 |5000 |2246 | 0.000000e+00 |      --      |    Inf 
32.27/32.39	c  32.4s|  6600 |    48 |154059 |  22.9 |7812k|  35 |   - | 231 |6634 | 231 |2455 |  18 |5078 |2246 | 0.000000e+00 |      --      |    Inf 
32.58/32.61	c  32.6s|  6700 |    50 |155687 |  22.8 |7843k|  40 |   - | 231 |6706 | 231 |2455 |  18 |5160 |2247 | 0.000000e+00 |      --      |    Inf 
32.78/32.87	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
32.78/32.87	c  32.9s|  6800 |    51 |157743 |  22.8 |7874k|  40 |  22 | 231 |6762 | 231 |2455 |  18 |5239 |2247 | 0.000000e+00 |      --      |    Inf 
33.08/33.14	c  33.1s|  6900 |    49 |159805 |  22.7 |7898k|  40 |   - | 231 |6828 | 231 |2455 |  18 |5314 |2248 | 0.000000e+00 |      --      |    Inf 
33.37/33.42	c  33.4s|  7000 |    50 |162139 |  22.8 |7910k|  40 |  39 | 231 |6876 | 231 |2455 |  18 |5386 |2248 | 0.000000e+00 |      --      |    Inf 
33.68/33.77	c  33.8s|  7100 |    54 |164321 |  22.7 |7948k|  40 |  40 | 231 |6943 | 231 |2455 |  18 |5468 |2263 | 0.000000e+00 |      --      |    Inf 
34.08/34.14	c  34.1s|  7200 |    56 |166635 |  22.7 |7977k|  40 |   - | 231 |7009 | 231 |2455 |  18 |5541 |2281 | 0.000000e+00 |      --      |    Inf 
34.28/34.39	c  34.4s|  7300 |    58 |168198 |  22.6 |8001k|  40 |   - | 231 |7051 | 231 |2455 |  18 |5606 |2287 | 0.000000e+00 |      --      |    Inf 
34.68/34.71	c  34.7s|  7400 |    60 |170166 |  22.6 |8029k|  40 |  24 | 231 |7124 | 231 |2455 |  18 |5687 |2301 | 0.000000e+00 |      --      |    Inf 
34.97/35.02	c  35.0s|  7500 |    58 |172112 |  22.6 |8052k|  40 |  35 | 231 |7197 | 231 |2455 |  18 |5769 |2313 | 0.000000e+00 |      --      |    Inf 
35.37/35.40	c  35.4s|  7600 |    56 |174241 |  22.5 |8075k|  40 |   - | 231 |7260 | 231 |2455 |  18 |5844 |2337 | 0.000000e+00 |      --      |    Inf 
35.68/35.77	c  35.8s|  7700 |    58 |176548 |  22.6 |8098k|  40 |   - | 231 |7302 | 231 |2455 |  18 |5901 |2353 | 0.000000e+00 |      --      |    Inf 
36.19/36.24	c  36.2s|  7800 |    62 |179704 |  22.7 |8133k|  40 |   - | 231 |7373 | 231 |2455 |  18 |5983 |2367 | 0.000000e+00 |      --      |    Inf 
36.48/36.54	c  36.5s|  7900 |    62 |181669 |  22.6 |8163k|  40 |   - | 231 |7457 | 231 |2455 |  18 |6077 |2380 | 0.000000e+00 |      --      |    Inf 
36.77/36.85	c  36.9s|  8000 |    62 |183668 |  22.6 |8184k|  40 |  31 | 231 |7527 | 231 |2455 |  18 |6151 |2396 | 0.000000e+00 |      --      |    Inf 
37.08/37.19	c  37.2s|  8100 |    62 |185796 |  22.6 |8217k|  40 |   - | 231 |7583 | 231 |2455 |  18 |6225 |2412 | 0.000000e+00 |      --      |    Inf 
37.38/37.48	c  37.5s|  8200 |    63 |187470 |  22.5 |8255k|  40 |  34 | 231 |7683 | 231 |2455 |  18 |6333 |2427 | 0.000000e+00 |      --      |    Inf 
37.77/37.86	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
37.77/37.86	c  37.9s|  8300 |    63 |189803 |  22.5 |8282k|  40 |  43 | 231 |7756 | 231 |2455 |  18 |6413 |2452 | 0.000000e+00 |      --      |    Inf 
38.08/38.16	c  38.2s|  8400 |    61 |191975 |  22.5 |8318k|  40 |   - | 231 |7843 | 231 |2455 |  18 |6505 |2459 | 0.000000e+00 |      --      |    Inf 
38.38/38.47	c  38.5s|  8500 |    62 |193991 |  22.5 |8339k|  40 |   - | 231 |7861 | 231 |2455 |  18 |6581 |2471 | 0.000000e+00 |      --      |    Inf 
38.67/38.74	c  38.7s|  8600 |    60 |195787 |  22.4 |8352k|  40 |   - | 231 |7903 | 231 |2455 |  18 |6651 |2478 | 0.000000e+00 |      --      |    Inf 
38.97/39.03	c  39.0s|  8700 |    63 |197992 |  22.4 |8361k|  40 |  42 | 231 |7896 | 231 |2455 |  18 |6726 |2481 | 0.000000e+00 |      --      |    Inf 
39.28/39.33	c  39.3s|  8800 |    67 |200242 |  22.4 |8386k|  40 |  29 | 231 |7932 | 231 |2455 |  18 |6790 |2486 | 0.000000e+00 |      --      |    Inf 
39.48/39.60	c  39.6s|  8900 |    67 |202461 |  22.4 |8402k|  40 |   - | 231 |7964 | 231 |2455 |  18 |6850 |2487 | 0.000000e+00 |      --      |    Inf 
39.78/39.89	c  39.9s|  9000 |    71 |204632 |  22.4 |8432k|  40 |  43 | 231 |8030 | 231 |2455 |  18 |6937 |2489 | 0.000000e+00 |      --      |    Inf 
40.08/40.15	c  40.2s|  9100 |    71 |206706 |  22.4 |8461k|  48 |  32 | 231 |8094 | 231 |2455 |  18 |7030 |2491 | 0.000000e+00 |      --      |    Inf 
40.38/40.40	c  40.4s|  9200 |    71 |208590 |  22.4 |8488k|  48 |   - | 231 |8157 | 231 |2455 |  18 |7119 |2491 | 0.000000e+00 |      --      |    Inf 
40.58/40.69	c  40.7s|  9300 |    74 |210852 |  22.4 |8518k|  48 |  32 | 231 |8221 | 231 |2455 |  18 |7204 |2493 | 0.000000e+00 |      --      |    Inf 
40.88/40.96	c  41.0s|  9400 |    73 |212798 |  22.3 |8528k|  48 |  35 | 231 |8259 | 231 |2455 |  18 |7262 |2498 | 0.000000e+00 |      --      |    Inf 
41.17/41.24	c  41.2s|  9500 |    69 |215088 |  22.3 |8543k|  48 |   - | 231 |8291 | 231 |2455 |  18 |7329 |2499 | 0.000000e+00 |      --      |    Inf 
41.48/41.54	c  41.5s|  9600 |    65 |217301 |  22.3 |8554k|  48 |   - | 231 |8333 | 231 |2455 |  18 |7407 |2501 | 0.000000e+00 |      --      |    Inf 
41.78/41.82	c  41.8s|  9700 |    65 |219610 |  22.3 |8572k|  48 |  38 | 231 |8376 | 231 |2455 |  18 |7496 |2501 | 0.000000e+00 |      --      |    Inf 
41.97/42.09	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
41.97/42.09	c  42.1s|  9800 |    64 |221526 |  22.3 |8581k|  48 |  39 | 231 |8368 | 231 |2455 |  18 |7571 |2502 | 0.000000e+00 |      --      |    Inf 
42.27/42.39	c  42.4s|  9900 |    64 |223967 |  22.3 |8590k|  48 |   - | 231 |8351 | 231 |2455 |  18 |7645 |2502 | 0.000000e+00 |      --      |    Inf 
42.57/42.64	c  42.6s| 10000 |    62 |225752 |  22.3 |8583k|  48 |   - | 231 |8345 | 231 |2455 |  18 |7710 |2502 | 0.000000e+00 |      --      |    Inf 
42.88/42.91	c  42.9s| 10100 |    66 |227774 |  22.3 |8585k|  48 |   - | 231 |8304 | 231 |2455 |  18 |7797 |2503 | 0.000000e+00 |      --      |    Inf 
43.18/43.23	c  43.2s| 10200 |    64 |229728 |  22.2 |8586k|  48 |  44 | 231 |8330 | 231 |2455 |  18 |7872 |2519 | 0.000000e+00 |      --      |    Inf 
43.57/43.62	c  43.6s| 10300 |    66 |232298 |  22.3 |8614k|  48 |  43 | 231 |8393 | 231 |2455 |  18 |7971 |2532 | 0.000000e+00 |      --      |    Inf 
43.88/43.99	c  44.0s| 10400 |    68 |234433 |  22.3 |8647k|  48 |  30 | 231 |8455 | 231 |2455 |  18 |8050 |2553 | 0.000000e+00 |      --      |    Inf 
44.27/44.31	c  44.3s| 10500 |    66 |236832 |  22.3 |8656k|  48 |  43 | 231 |8470 | 231 |2455 |  18 |8131 |2560 | 0.000000e+00 |      --      |    Inf 
44.57/44.69	c  44.7s| 10600 |    70 |238934 |  22.3 |8633k|  48 |  37 | 231 |8361 | 231 |2455 |  18 |8208 |2578 | 0.000000e+00 |      --      |    Inf 
44.98/45.02	c  45.0s| 10700 |    68 |241113 |  22.3 |8605k|  48 |  45 | 231 |8289 | 231 |2455 |  18 |8301 |2587 | 0.000000e+00 |      --      |    Inf 
45.27/45.38	c  45.4s| 10800 |    67 |243243 |  22.3 |8596k|  48 |  46 | 231 |8258 | 231 |2455 |  18 |8373 |2603 | 0.000000e+00 |      --      |    Inf 
45.57/45.68	c  45.7s| 10900 |    69 |245225 |  22.2 |8574k|  48 |  34 | 231 |8162 | 231 |2455 |  18 |8450 |2611 | 0.000000e+00 |      --      |    Inf 
45.97/46.04	c  46.0s| 11000 |    66 |247550 |  22.2 |8578k|  48 |   - | 231 |8172 | 231 |2455 |  18 |8525 |2624 | 0.000000e+00 |      --      |    Inf 
46.37/46.43	c  46.4s| 11100 |    63 |249922 |  22.3 |8547k|  48 |   - | 231 |8094 | 231 |2455 |  18 |8612 |2641 | 0.000000e+00 |      --      |    Inf 
46.67/46.76	c  46.8s| 11200 |    63 |251935 |  22.2 |8536k|  48 |   - | 231 |8074 | 231 |2455 |  18 |8681 |2657 | 0.000000e+00 |      --      |    Inf 
46.87/46.99	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
46.87/46.99	c  47.0s| 11300 |    61 |253467 |  22.2 |8553k|  49 |   - | 231 |8099 | 231 |2455 |  18 |8750 |2667 | 0.000000e+00 |      --      |    Inf 
47.18/47.29	c  47.3s| 11400 |    63 |255355 |  22.1 |8548k|  50 |  35 | 231 |8103 | 231 |2455 |  18 |8814 |2679 | 0.000000e+00 |      --      |    Inf 
47.47/47.59	c  47.6s| 11500 |    67 |257259 |  22.1 |8574k|  50 |  34 | 231 |8141 | 231 |2455 |  18 |8901 |2691 | 0.000000e+00 |      --      |    Inf 
47.78/47.89	c  47.9s| 11600 |    71 |259442 |  22.1 |8603k|  50 |  31 | 231 |8192 | 231 |2455 |  18 |8973 |2699 | 0.000000e+00 |      --      |    Inf 
48.07/48.17	c  48.2s| 11700 |    71 |261664 |  22.1 |8620k|  50 |   - | 231 |8228 | 231 |2455 |  18 |9035 |2701 | 0.000000e+00 |      --      |    Inf 
48.38/48.46	c  48.5s| 11800 |    68 |263848 |  22.1 |8636k|  50 |  33 | 231 |8286 | 231 |2455 |  18 |9103 |2704 | 0.000000e+00 |      --      |    Inf 
48.68/48.71	c  48.7s| 11900 |    69 |265705 |  22.1 |8669k|  50 |  33 | 231 |8357 | 231 |2455 |  18 |9186 |2706 | 0.000000e+00 |      --      |    Inf 
48.87/48.98	c  49.0s| 12000 |    68 |267968 |  22.1 |8692k|  50 |   - | 231 |8401 | 231 |2455 |  18 |9250 |2706 | 0.000000e+00 |      --      |    Inf 
49.18/49.26	c  49.3s| 12100 |    66 |270094 |  22.1 |8701k|  50 |  44 | 231 |8442 | 231 |2455 |  18 |9330 |2707 | 0.000000e+00 |      --      |    Inf 
49.48/49.57	c  49.6s| 12200 |    62 |272653 |  22.1 |8684k|  50 |   - | 231 |8398 | 231 |2455 |  18 |9416 |2708 | 0.000000e+00 |      --      |    Inf 
49.77/49.86	c  49.9s| 12300 |    64 |274831 |  22.1 |8683k|  50 |   - | 231 |8364 | 231 |2455 |  18 |9502 |2710 | 0.000000e+00 |      --      |    Inf 
50.08/50.10	c  50.1s| 12400 |    65 |276489 |  22.1 |8667k|  50 |  37 | 231 |8327 | 231 |2455 |  18 |9581 |2711 | 0.000000e+00 |      --      |    Inf 
50.27/50.36	c  50.4s| 12500 |    66 |278377 |  22.0 |8652k|  50 |  40 | 231 |8272 | 231 |2455 |  18 |9657 |2713 | 0.000000e+00 |      --      |    Inf 
50.58/50.61	c  50.6s| 12600 |    68 |280160 |  22.0 |8661k|  50 |  32 | 231 |8275 | 231 |2455 |  18 |9745 |2715 | 0.000000e+00 |      --      |    Inf 
50.77/50.86	c  50.9s| 12700 |    64 |282002 |  22.0 |8662k|  50 |   - | 231 |8307 | 231 |2455 |  18 |9822 |2715 | 0.000000e+00 |      --      |    Inf 
51.07/51.16	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
51.07/51.16	c  51.2s| 12800 |    68 |284335 |  22.0 |8663k|  50 |  19 | 231 |8295 | 231 |2455 |  18 |9905 |2715 | 0.000000e+00 |      --      |    Inf 
51.37/51.46	c  51.5s| 12900 |    69 |286855 |  22.0 |8678k|  50 |  35 | 231 |8320 | 231 |2455 |  18 |9998 |2715 | 0.000000e+00 |      --      |    Inf 
51.68/51.73	c  51.7s| 13000 |    64 |288829 |  22.0 |8662k|  50 |   - | 231 |8297 | 231 |2455 |  18 |  10k|2715 | 0.000000e+00 |      --      |    Inf 
51.97/52.01	c  52.0s| 13100 |    64 |290989 |  22.0 |8661k|  50 |  34 | 231 |8296 | 231 |2455 |  18 |  10k|2716 | 0.000000e+00 |      --      |    Inf 
52.18/52.29	c  52.3s| 13200 |    60 |293162 |  22.0 |8662k|  50 |   - | 231 |8314 | 231 |2455 |  18 |  10k|2716 | 0.000000e+00 |      --      |    Inf 
52.47/52.56	c  52.6s| 13300 |    60 |295266 |  22.0 |8654k|  50 |  35 | 231 |8291 | 231 |2455 |  18 |  10k|2716 | 0.000000e+00 |      --      |    Inf 
52.78/52.87	c  52.9s| 13400 |    61 |297804 |  22.0 |8674k|  50 |  36 | 231 |8330 | 231 |2455 |  18 |  10k|2717 | 0.000000e+00 |      --      |    Inf 
53.07/53.17	c  53.2s| 13500 |    59 |300344 |  22.0 |8676k|  50 |  35 | 231 |8348 | 231 |2455 |  18 |  10k|2717 | 0.000000e+00 |      --      |    Inf 
53.38/53.44	c  53.4s| 13600 |    57 |302373 |  22.0 |8677k|  50 |  42 | 231 |8360 | 231 |2455 |  18 |  10k|2717 | 0.000000e+00 |      --      |    Inf 
53.67/53.71	c  53.7s| 13700 |    53 |304450 |  22.0 |8686k|  50 |   - | 231 |8404 | 231 |2455 |  18 |  10k|2718 | 0.000000e+00 |      --      |    Inf 
53.88/53.96	c  54.0s| 13800 |    53 |306276 |  22.0 |8690k|  50 |   - | 231 |8397 |   0 |   0 |  18 |  10k|2719 | 0.000000e+00 |      --      |    Inf 
54.18/54.22	c  54.2s| 13900 |    53 |308203 |  22.0 |8691k|  50 |  39 | 231 |8386 | 231 |2455 |  18 |  10k|2719 | 0.000000e+00 |      --      |    Inf 
54.47/54.52	c  54.5s| 14000 |    53 |310559 |  22.0 |8698k|  50 |  34 | 231 |8388 | 231 |2455 |  18 |  10k|2720 | 0.000000e+00 |      --      |    Inf 
54.67/54.78	c  54.8s| 14100 |    49 |312494 |  22.0 |8698k|  50 |  41 | 231 |8422 | 231 |2455 |  18 |  10k|2720 | 0.000000e+00 |      --      |    Inf 
54.97/55.03	c  55.0s| 14200 |    50 |314387 |  21.9 |8728k|  50 |   - | 231 |8479 | 231 |2455 |  18 |  11k|2721 | 0.000000e+00 |      --      |    Inf 
55.17/55.29	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
55.17/55.29	c  55.3s| 14300 |    53 |316434 |  21.9 |8751k|  50 |  26 | 231 |8519 | 231 |2455 |  18 |  11k|2723 | 0.000000e+00 |      --      |    Inf 
55.47/55.51	c  55.5s| 14400 |    51 |318181 |  21.9 |8766k|  51 |   - | 231 |8559 | 231 |2455 |  18 |  11k|2723 | 0.000000e+00 |      --      |    Inf 
55.67/55.76	c  55.8s| 14500 |    49 |320183 |  21.9 |8761k|  51 |   - | 231 |8572 | 231 |2455 |  18 |  11k|2723 | 0.000000e+00 |      --      |    Inf 
55.97/56.03	c  56.0s| 14600 |    48 |322123 |  21.9 |8766k|  51 |  36 | 231 |8588 | 231 |2455 |  18 |  11k|2723 | 0.000000e+00 |      --      |    Inf 
56.27/56.33	c  56.3s| 14700 |    44 |324564 |  21.9 |8753k|  51 |   - | 231 |8561 | 231 |2455 |  18 |  11k|2723 | 0.000000e+00 |      --      |    Inf 
56.57/56.60	c  56.6s| 14800 |    42 |326615 |  21.9 |8745k|  51 |  46 | 231 |8552 | 231 |2455 |  18 |  11k|2723 | 0.000000e+00 |      --      |    Inf 
56.77/56.86	c  56.9s| 14900 |    42 |328654 |  21.9 |8754k|  53 |   - | 231 |8561 | 231 |2455 |  18 |  11k|2723 | 0.000000e+00 |      --      |    Inf 
57.08/57.11	c  57.1s| 15000 |    36 |330638 |  21.9 |8736k|  53 |   - | 231 |8586 | 231 |2455 |  18 |  11k|2723 | 0.000000e+00 |      --      |    Inf 
57.28/57.37	c  57.4s| 15100 |    42 |332560 |  21.8 |8720k|  53 |  43 | 231 |8500 | 231 |2455 |  18 |  11k|2723 | 0.000000e+00 |      --      |    Inf 
57.47/57.59	c  57.6s| 15200 |    44 |334072 |  21.8 |8729k|  53 |   - | 231 |8505 | 231 |2455 |  18 |  11k|2723 | 0.000000e+00 |      --      |    Inf 
57.78/57.84	c  57.8s| 15300 |    41 |335899 |  21.8 |8744k|  53 |   - | 231 |8568 | 231 |2455 |  18 |  11k|2723 | 0.000000e+00 |      --      |    Inf 
58.08/58.11	c  58.1s| 15400 |    45 |338017 |  21.8 |8763k|  53 |   - | 231 |8601 | 231 |2455 |  18 |  11k|2723 | 0.000000e+00 |      --      |    Inf 
58.28/58.39	c  58.4s| 15500 |    47 |340132 |  21.8 |8791k|  53 |  30 | 231 |8681 | 231 |2455 |  18 |  12k|2723 | 0.000000e+00 |      --      |    Inf 
58.57/58.64	c  58.6s| 15600 |    47 |342082 |  21.7 |8818k|  53 |   - | 231 |8743 | 231 |2455 |  18 |  12k|2723 | 0.000000e+00 |      --      |    Inf 
58.77/58.87	c  58.9s| 15700 |    53 |343851 |  21.7 |8858k|  53 |  18 | 231 |8834 | 231 |2455 |  18 |  12k|2723 | 0.000000e+00 |      --      |    Inf 
59.07/59.10	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
59.07/59.10	c  59.1s| 15800 |    54 |345576 |  21.7 |8884k|  53 |  35 | 231 |8907 | 231 |2455 |  18 |  12k|2723 | 0.000000e+00 |      --      |    Inf 
59.27/59.37	c  59.4s| 15900 |    44 |347611 |  21.7 |8895k|  53 |   - | 231 |8981 | 231 |2455 |  18 |  12k|2723 | 0.000000e+00 |      --      |    Inf 
59.57/59.62	c  59.6s| 16000 |    42 |349440 |  21.7 |8898k|  53 |  42 | 231 |9035 | 231 |2455 |  18 |  12k|2723 | 0.000000e+00 |      --      |    Inf 
59.87/59.90	c  59.9s| 16100 |    38 |351603 |  21.7 |8911k|  53 |   - | 231 |9086 | 231 |2455 |  18 |  12k|2723 | 0.000000e+00 |      --      |    Inf 
60.07/60.18	c  60.2s| 16200 |    37 |353694 |  21.7 |8913k|  53 |   - | 231 |9099 | 231 |2455 |  18 |  12k|2723 | 0.000000e+00 |      --      |    Inf 
60.37/60.44	c  60.4s| 16300 |    38 |355649 |  21.6 |8911k|  53 |   - | 231 |9099 | 231 |2455 |  18 |  12k|2723 | 0.000000e+00 |      --      |    Inf 
60.57/60.68	c  60.7s| 16400 |    39 |357597 |  21.6 |8925k|  53 |  25 | 231 |9143 | 231 |2455 |  18 |  12k|2723 | 0.000000e+00 |      --      |    Inf 
60.87/60.94	c  60.9s| 16500 |    38 |359548 |  21.6 |8951k|  53 |  32 | 231 |9218 | 231 |2455 |  18 |  12k|2723 | 0.000000e+00 |      --      |    Inf 
61.07/61.18	c  61.2s| 16600 |    36 |361510 |  21.6 |8978k|  53 |   - | 231 |9288 | 231 |2455 |  18 |  12k|2723 | 0.000000e+00 |      --      |    Inf 
61.37/61.46	c  61.5s| 16700 |    35 |363693 |  21.6 |8991k|  53 |  46 | 231 |9370 | 231 |2455 |  18 |  12k|2723 | 0.000000e+00 |      --      |    Inf 
61.67/61.73	c  61.7s| 16800 |    39 |365813 |  21.6 |9019k|  53 |  35 | 231 |9412 | 231 |2455 |  18 |  13k|2723 | 0.000000e+00 |      --      |    Inf 
61.87/61.99	c  62.0s| 16900 |    38 |367946 |  21.6 |9042k|  53 |  39 | 231 |9487 | 231 |2455 |  18 |  13k|2723 | 0.000000e+00 |      --      |    Inf 
62.17/62.28	c  62.3s| 17000 |    38 |370386 |  21.6 |9072k|  53 |   - | 231 |9567 | 231 |2455 |  18 |  13k|2723 | 0.000000e+00 |      --      |    Inf 
62.47/62.57	c  62.6s| 17100 |    38 |372710 |  21.6 |9105k|  53 |  40 | 231 |9671 | 231 |2455 |  18 |  13k|2723 | 0.000000e+00 |      --      |    Inf 
62.77/62.86	c  62.9s| 17200 |    36 |375053 |  21.6 |9128k|  53 |  43 | 231 |9753 | 231 |2455 |  18 |  13k|2723 | 0.000000e+00 |      --      |    Inf 
63.07/63.13	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
63.07/63.13	c  63.1s| 17300 |    35 |377181 |  21.6 |9157k|  53 |   - | 231 |9791 | 231 |2455 |  18 |  13k|2723 | 0.000000e+00 |      --      |    Inf 
63.37/63.42	c  63.4s| 17400 |    36 |379486 |  21.6 |9170k|  53 |   - | 231 |9814 | 231 |2455 |  18 |  13k|2723 | 0.000000e+00 |      --      |    Inf 
63.57/63.68	c  63.7s| 17500 |    36 |381455 |  21.6 |9190k|  53 |  29 | 231 |9864 | 231 |2455 |  18 |  13k|2723 | 0.000000e+00 |      --      |    Inf 
63.87/63.96	c  64.0s| 17600 |    33 |383741 |  21.6 |9203k|  53 |   - | 231 |9912 | 231 |2455 |  18 |  13k|2723 | 0.000000e+00 |      --      |    Inf 
64.17/64.28	c  64.3s| 17700 |    30 |386286 |  21.7 |9203k|  53 |  45 | 231 |9948 | 231 |2455 |  18 |  13k|2723 | 0.000000e+00 |      --      |    Inf 
64.48/64.59	c  64.6s| 17800 |    30 |388806 |  21.7 |9208k|  53 |  43 | 231 |9966 | 231 |2455 |  18 |  13k|2723 | 0.000000e+00 |      --      |    Inf 
64.77/64.86	c  64.9s| 17900 |    32 |390880 |  21.7 |9240k|  53 |   - | 231 |  10k| 231 |2455 |  18 |  13k|2723 | 0.000000e+00 |      --      |    Inf 
65.07/65.19	c  65.2s| 18000 |    32 |393491 |  21.7 |9263k|  53 |  46 | 231 |  10k| 231 |2455 |  18 |  14k|2723 | 0.000000e+00 |      --      |    Inf 
65.47/65.52	c  65.5s| 18100 |    28 |396121 |  21.7 |9244k|  53 |  39 | 231 |  10k| 231 |2455 |  18 |  14k|2723 | 0.000000e+00 |      --      |    Inf 
65.67/65.78	c  65.8s| 18200 |    24 |398031 |  21.7 |9222k|  53 |   - | 231 |9988 | 231 |2455 |  18 |  14k|2723 | 0.000000e+00 |      --      |    Inf 
66.07/66.11	c  66.1s| 18300 |    26 |400580 |  21.7 |9195k|  53 |  44 | 231 |9891 | 231 |2455 |  18 |  14k|2723 | 0.000000e+00 |      --      |    Inf 
66.37/66.46	c  66.5s| 18400 |    22 |403328 |  21.8 |9188k|  53 |  41 | 231 |9871 | 231 |2455 |  18 |  14k|2723 | 0.000000e+00 |      --      |    Inf 
66.67/66.74	c  66.7s| 18500 |    24 |405536 |  21.8 |9196k|  53 |  35 | 231 |9879 | 231 |2455 |  18 |  14k|2723 | 0.000000e+00 |      --      |    Inf 
66.98/67.01	c  67.0s| 18600 |    22 |407619 |  21.8 |9210k|  53 |  46 | 231 |9924 | 231 |2455 |  18 |  14k|2723 | 0.000000e+00 |      --      |    Inf 
67.17/67.29	c  67.3s| 18700 |    20 |409784 |  21.8 |9199k|  53 |   - | 231 |9902 | 231 |2455 |  18 |  14k|2723 | 0.000000e+00 |      --      |    Inf 
67.47/67.57	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
67.47/67.57	c  67.6s| 18800 |    20 |412005 |  21.8 |9177k|  53 |  35 | 231 |9871 | 231 |2455 |  18 |  14k|2723 | 0.000000e+00 |      --      |    Inf 
67.77/67.84	c  67.8s| 18900 |    18 |413994 |  21.8 |9190k|  53 |   - | 231 |9912 | 231 |2455 |  18 |  14k|2723 | 0.000000e+00 |      --      |    Inf 
68.08/68.12	c  68.1s| 19000 |    18 |416187 |  21.8 |9197k|  53 |   - | 231 |9917 | 231 |2455 |  18 |  14k|2723 | 0.000000e+00 |      --      |    Inf 
68.27/68.39	c  68.4s| 19100 |    20 |418346 |  21.8 |9213k|  53 |  37 | 231 |9957 | 231 |2455 |  18 |  14k|2723 | 0.000000e+00 |      --      |    Inf 
68.57/68.64	c  68.6s| 19200 |    21 |420259 |  21.7 |9234k|  53 |   - | 231 |  10k| 231 |2455 |  18 |  15k|2723 | 0.000000e+00 |      --      |    Inf 
68.87/68.90	c  68.9s| 19300 |    23 |422421 |  21.7 |9259k|  53 |  30 | 231 |  10k| 231 |2455 |  18 |  15k|2723 | 0.000000e+00 |      --      |    Inf 
69.07/69.19	c  69.2s| 19400 |    21 |424573 |  21.7 |9269k|  53 |  36 | 231 |  10k| 231 |2455 |  18 |  15k|2723 | 0.000000e+00 |      --      |    Inf 
69.47/69.50	c  69.5s| 19500 |    17 |427108 |  21.8 |9288k|  53 |   - | 231 |  10k| 231 |2455 |  18 |  15k|2723 | 0.000000e+00 |      --      |    Inf 
69.67/69.78	c  69.8s| 19600 |    16 |429283 |  21.8 |9292k|  53 |  36 | 231 |  10k| 231 |2455 |  18 |  15k|2723 | 0.000000e+00 |      --      |    Inf 
69.97/70.01	c  70.0s| 19700 |    16 |431031 |  21.7 |9324k|  53 |   - | 231 |  10k| 231 |2455 |  18 |  15k|2723 | 0.000000e+00 |      --      |    Inf 
70.28/70.32	c  70.3s| 19800 |    16 |433595 |  21.8 |9351k|  53 |   - | 231 |  10k| 231 |2455 |  18 |  15k|2723 | 0.000000e+00 |      --      |    Inf 
70.47/70.59	c  70.6s| 19900 |    16 |435765 |  21.8 |9382k|  53 |   - | 231 |  10k| 231 |2455 |  18 |  15k|2723 | 0.000000e+00 |      --      |    Inf 
70.87/70.90	c  70.9s| 20000 |    12 |438192 |  21.8 |9398k|  53 |   - | 231 |  10k| 231 |2455 |  18 |  15k|2723 | 0.000000e+00 |      --      |    Inf 
71.17/71.20	c  71.2s| 20100 |    10 |440470 |  21.8 |9381k|  53 |  29 | 231 |  10k| 231 |2455 |  18 |  15k|2723 | 0.000000e+00 |      --      |    Inf 
71.37/71.49	c  71.5s| 20200 |     9 |442764 |  21.8 |9391k|  53 |  33 | 231 |  10k| 231 |2455 |  18 |  15k|2723 | 0.000000e+00 |      --      |    Inf 
71.67/71.75	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
71.67/71.75	c  71.8s| 20300 |     8 |444894 |  21.8 |9418k|  53 |  42 | 231 |  10k| 231 |2455 |  18 |  15k|2723 | 0.000000e+00 |      --      |    Inf 
71.97/72.08	c  72.1s| 20400 |     8 |447494 |  21.8 |9428k|  53 |  38 | 231 |  10k| 231 |2455 |  18 |  16k|2723 | 0.000000e+00 |      --      |    Inf 
72.27/72.36	c  72.4s| 20500 |     8 |449731 |  21.8 |9450k|  53 |   - | 231 |  10k| 231 |2455 |  18 |  16k|2723 | 0.000000e+00 |      --      |    Inf 
72.57/72.69	c  72.7s| 20600 |     3 |452387 |  21.8 |9426k|  53 |  40 | 231 |  10k| 231 |2455 |  18 |  16k|2723 | 0.000000e+00 |      --      |    Inf 
72.67/72.71	c 
72.67/72.71	c SCIP Status        : problem is solved [infeasible]
72.67/72.71	c Solving Time (sec) : 72.71
72.67/72.71	c Solving Nodes      : 20604
72.67/72.71	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
72.67/72.71	c Dual Bound         : +1.00000000000000e+20
72.67/72.71	c Gap                : 0.00 %
72.67/72.71	s UNSATISFIABLE
72.67/72.71	c SCIP Status        : problem is solved [infeasible]
72.67/72.71	c Total Time         :      72.71
72.67/72.71	c   solving          :      72.71
72.67/72.71	c   presolving       :       0.07 (included in solving)
72.67/72.71	c   reading          :       0.01 (included in solving)
72.67/72.71	c   copying          :       0.01 (1 #copies) (minimal 0.01, maximal 0.01, average 0.01)
72.67/72.71	c Original Problem   :
72.67/72.71	c   Problem name     : HOME/instance-3692743-1338019133.opb
72.67/72.71	c   Variables        : 231 (231 binary, 0 integer, 0 implicit integer, 0 continuous)
72.67/72.71	c   Constraints      : 2707 initial, 2707 maximal
72.67/72.71	c   Objective sense  : minimize
72.67/72.71	c Presolved Problem  :
72.67/72.71	c   Problem name     : t_HOME/instance-3692743-1338019133.opb
72.67/72.71	c   Variables        : 231 (231 binary, 0 integer, 0 implicit integer, 0 continuous)
72.67/72.71	c   Constraints      : 2443 initial, 10675 maximal
72.67/72.71	c Presolvers         :   ExecTime  SetupTime  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
72.67/72.71	c   domcol           :       0.00       0.00          0          0          0          0          0          0          0          0          0
72.67/72.71	c   trivial          :       0.00       0.00          0          0          0          0          0          0          0          0          0
72.67/72.71	c   dualfix          :       0.00       0.00          0          0          0          0          0          0          0          0          0
72.67/72.71	c   boundshift       :       0.00       0.00          0          0          0          0          0          0          0          0          0
72.67/72.71	c   inttobinary      :       0.00       0.00          0          0          0          0          0          0          0          0          0
72.67/72.71	c   convertinttobin  :       0.00       0.00          0          0          0          0          0          0          0          0          0
72.67/72.71	c   gateextraction   :       0.00       0.00          0          0          0          0          0          0          0          0          0
72.67/72.71	c   implics          :       0.00       0.00          0          0          0          0          0          0          0          0          0
72.67/72.71	c   components       :       0.00       0.00          0          0          0          0          0          0          0          0          0
72.67/72.71	c   pseudoobj        :       0.00       0.00          0          0          0          0          0          0          0          0          0
72.67/72.71	c   probing          :       0.00       0.00          0          0          0          0          0          0          0          0          0
72.67/72.71	c   knapsack         :       0.00       0.00          0          0          0          0          0          0          0          0          0
72.67/72.71	c   setppc           :       0.00       0.00          0          0          0          0          0        121          0          0          0
72.67/72.71	c   linear           :       0.02       0.00          0          0          0          0          0        143          0          0          0
72.67/72.71	c   logicor          :       0.03       0.00          0          0          0          0          0          0          0          0          0
72.67/72.71	c   root node        :          -          -          3          -          -          3          -          -          -          -          -
72.67/72.71	c Constraints        :     Number  MaxNumber  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #ResProp    Cutoffs    DomReds       Cuts      Conss   Children
72.67/72.71	c   integral         :          0          0          0          0      10935          0          4          0         50        986          0          0      20710
72.67/72.71	c   knapsack         :          1          1          6      87934          0          0          3       5123         97      35118          0          0          0
72.67/72.71	c   setppc           :         22         22          6      87920          0          0          2     188822        379     120034          0          0          0
72.67/72.71	c   logicor          :       2420+     10652          6      38781          0          0          0      81161        133     119102          0          0          0
72.67/72.71	c   countsols        :          0          0          0          0          0          0          0          0          0          0          0          0          0
72.67/72.71	c Constraint Timings :  TotalTime  SetupTime   Separate  Propagate     EnfoLP     EnfoPS      Check    ResProp
72.67/72.71	c   integral         :      14.29       0.00       0.00       0.00      14.29       0.00       0.00       0.00
72.67/72.71	c   knapsack         :       0.13       0.00       0.00       0.13       0.00       0.00       0.00       0.01
72.67/72.71	c   setppc           :       0.41       0.00       0.00       0.24       0.00       0.00       0.00       0.17
72.67/72.71	c   logicor          :       1.34       0.00       0.00       1.23       0.00       0.00       0.00       0.11
72.67/72.71	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
72.67/72.71	c Propagators        : #Propagate   #ResProp    Cutoffs    DomReds
72.67/72.71	c   rootredcost      :          0          0          0          0
72.67/72.71	c   pseudoobj        :          0          0          0          0
72.67/72.71	c   vbounds          :          0          0          0          0
72.67/72.71	c   redcost          :      10941          0          0          0
72.67/72.71	c   probing          :          0          0          0          0
72.67/72.71	c Propagator Timings :  TotalTime  SetupTime   Presolve  Propagate    ResProp
72.67/72.71	c   rootredcost      :       0.07       0.00       0.00       0.07       0.00
72.67/72.71	c   pseudoobj        :       0.08       0.00       0.00       0.08       0.00
72.67/72.71	c   vbounds          :       0.07       0.00       0.00       0.07       0.00
72.67/72.71	c   redcost          :       0.08       0.00       0.00       0.08       0.00
72.67/72.71	c   probing          :       0.00       0.00       0.00       0.00       0.00
72.67/72.71	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
72.67/72.71	c   propagation      :       0.04        609        609       2729       18.1         12       12.7          -
72.67/72.71	c   infeasible LP    :       1.18       9801       9775      52615       26.5         47       16.0          0
72.67/72.71	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
72.67/72.71	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
72.67/72.71	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
72.67/72.71	c   applied globally :          -          -          -      16033       17.6          -          -          -
72.67/72.71	c   applied locally  :          -          -          -        226       32.1          -          -          -
72.67/72.71	c Separators         :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss
72.67/72.71	c   cut pool         :       0.00                     5          -          -        392          -    (maximal pool size: 586)
72.67/72.71	c   closecuts        :       0.00       0.00          0          0          0          0          0
72.67/72.71	c   impliedbounds    :       0.00       0.00          6          0          0          0          0
72.67/72.71	c   intobj           :       0.00       0.00          0          0          0          0          0
72.67/72.71	c   gomory           :       0.20       0.00          6          0          0        200          0
72.67/72.71	c   cgmip            :       0.00       0.00          0          0          0          0          0
72.67/72.71	c   strongcg         :       0.27       0.00          6          0          0       2780          0
72.67/72.71	c   cmir             :       0.02       0.00          6          0          0          0          0
72.67/72.71	c   flowcover        :       0.03       0.00          6          0          0          0          0
72.67/72.71	c   clique           :       0.00       0.00          6          0          0          0          0
72.67/72.71	c   zerohalf         :       0.00       0.00          0          0          0          0          0
72.67/72.71	c   mcf              :       0.00       0.00          1          0          0          0          0
72.67/72.71	c   oddcycle         :       0.00       0.00          0          0          0          0          0
72.67/72.71	c   rapidlearning    :       0.00       0.00          0          0          0          0          0
72.67/72.71	c Pricers            :   ExecTime  SetupTime      Calls       Vars
72.67/72.71	c   problem variables:       0.00          -          0          0
72.67/72.71	c Branching Rules    :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss   Children
72.67/72.71	c   relpscost        :      14.26       0.00      10935         50        986          0          0      20710
72.67/72.71	c   pscost           :       0.00       0.00          0          0          0          0          0          0
72.67/72.71	c   inference        :       0.00       0.00          0          0          0          0          0          0
72.67/72.71	c   mostinf          :       0.00       0.00          0          0          0          0          0          0
72.67/72.71	c   leastinf         :       0.00       0.00          0          0          0          0          0          0
72.67/72.71	c   fullstrong       :       0.00       0.00          0          0          0          0          0          0
72.67/72.71	c   allfullstrong    :       0.00       0.00          0          0          0          0          0          0
72.67/72.71	c   random           :       0.00       0.00          0          0          0          0          0          0
72.67/72.71	c Primal Heuristics  :   ExecTime  SetupTime      Calls      Found
72.67/72.71	c   LP solutions     :       0.00          -          -          0
72.67/72.71	c   pseudo solutions :       0.00          -          -          0
72.67/72.71	c   oneopt           :       0.03       0.00          0          0
72.67/72.71	c   crossover        :       0.02       0.00          0          0
72.67/72.71	c   guideddiving     :       0.00       0.00          0          0
72.67/72.71	c   coefdiving       :       0.13       0.00          5          0
72.67/72.71	c   pscostdiving     :       0.10       0.00          5          0
72.67/72.71	c   fracdiving       :       0.23       0.00          5          0
72.67/72.71	c   veclendiving     :       0.36       0.00          5          0
72.67/72.71	c   linesearchdiving :       0.07       0.00          5          0
72.67/72.71	c   objpscostdiving  :       0.03       0.00          3          0
72.67/72.71	c   rootsoldiving    :       0.04       0.00          3          0
72.67/72.71	c   feaspump         :       0.29       0.00          3          0
72.67/72.71	c   smallcard        :       0.00       0.00          0          0
72.67/72.71	c   trivial          :       0.00       0.00          2          0
72.67/72.71	c   shiftandpropagate:       0.01       0.00          1          0
72.67/72.71	c   simplerounding   :       0.01       0.00          0          0
72.67/72.71	c   zirounding       :       0.23       0.00          0          0
72.67/72.71	c   rounding         :       0.17       0.00       1441          0
72.67/72.71	c   shifting         :       0.15       0.00        422          0
72.67/72.71	c   intshifting      :       0.00       0.00          0          0
72.67/72.71	c   twoopt           :       0.00       0.00          0          0
72.67/72.71	c   indoneopt        :       0.04       0.00          0          0
72.67/72.71	c   indtwoopt        :       0.00       0.00          0          0
72.67/72.71	c   fixandinfer      :       0.00       0.00          0          0
72.67/72.71	c   clique           :       0.00       0.00          0          0
72.67/72.71	c   indcoefdiving    :       0.00       0.00          0          0
72.67/72.71	c   indrounding      :       0.00       0.00          0          0
72.67/72.71	c   nlpdiving        :       0.00       0.00          0          0
72.67/72.71	c   intdiving        :       0.00       0.00          0          0
72.67/72.71	c   actconsdiving    :       0.00       0.00          0          0
72.67/72.71	c   octane           :       0.00       0.00          0          0
72.67/72.71	c   rens             :       0.03       0.00          1          0
72.67/72.71	c   rins             :       0.00       0.00          0          0
72.67/72.71	c   localbranching   :       0.00       0.00          0          0
72.67/72.71	c   mutation         :       0.00       0.00          0          0
72.67/72.71	c   dins             :       0.00       0.00          0          0
72.67/72.71	c   vbounds          :       0.00       0.00          0          0
72.67/72.71	c   undercover       :       0.00       0.00          0          0
72.67/72.71	c   subnlp           :       0.02       0.00          0          0
72.67/72.71	c   trysol           :       0.03       0.00          0          0
72.67/72.71	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec  Time-0-It Calls-0-It
72.67/72.71	c   primal LP        :       0.00          1          0       0.00          -       0.00          1
72.67/72.71	c   dual LP          :      47.32      20679     443560      21.50    9374.50       0.02         51
72.67/72.71	c   lex dual LP      :       0.00          0          0       0.00          -
72.67/72.71	c   barrier LP       :       0.00          0          0       0.00          -       0.00          0
72.67/72.71	c   diving/probing LP:       1.06        811       8922      11.00    8401.15
72.67/72.71	c   strong branching :      14.04       2723     125710      46.17    8952.07
72.67/72.71	c     (at root node) :          -         33       6713     203.42          -
72.67/72.71	c   conflict analysis:       0.00          0          0       0.00          -
72.67/72.71	c B&B Tree           :
72.67/72.71	c   number of runs   :          1
72.67/72.71	c   nodes            :      20604
72.67/72.71	c   nodes (total)    :      20604
72.67/72.71	c   nodes left       :          0
72.67/72.71	c   max depth        :         53
72.67/72.71	c   max depth (total):         53
72.67/72.71	c   backtracks       :       2254 (10.9%)
72.67/72.71	c   delayed cutoffs  :        107
72.67/72.71	c   repropagations   :      40423 (40032 domain reductions, 104 cutoffs)
72.67/72.71	c   avg switch length:       5.45
72.67/72.71	c   switching time   :       1.40
72.67/72.71	c Solution           :
72.67/72.71	c   Solutions found  :          0 (0 improvements)
72.67/72.71	c   Primal Bound     : infeasible
72.67/72.71	c   Dual Bound       :          -
72.67/72.71	c   Gap              :       0.00 %
72.67/72.71	c   Root Dual Bound  : +0.00000000000000e+00
72.67/72.71	c   Root Iterations  :       2899
72.67/72.73	c Time complete: 72.7.

Verifier Data

ERROR: no interpretation found !

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

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 1.98 2.00 2.00 3/178 5257
/proc/meminfo: memFree=29080896/32873844 swapFree=7364/7364
[pid=5257] ppid=5255 vsize=10284 CPUtime=0 cores=1,3,5,7
/proc/5257/stat : 5257 (scip-2.1.1.4sfi) R 5255 5257 4481 0 -1 4202496 1304 0 0 0 0 0 0 0 20 0 1 0 268038115 10530816 1258 33554432000 4194304 10169799 140734255803088 140734474013512 7543003 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5257/statm: 2571 1258 409 1459 0 1103 0

[startup+0.070274 s]
/proc/loadavg: 1.98 2.00 2.00 3/178 5257
/proc/meminfo: memFree=29080896/32873844 swapFree=7364/7364
[pid=5257] ppid=5255 vsize=22548 CPUtime=0.06 cores=1,3,5,7
/proc/5257/stat : 5257 (scip-2.1.1.4sfi) R 5255 5257 4481 0 -1 4202496 4462 0 0 0 4 2 0 0 20 0 1 0 268038115 23089152 4159 33554432000 4194304 10169799 140734255803088 140734474013512 8961143 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/5257/statm: 5637 4159 579 1459 0 4169 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 22548

[startup+0.100281 s]
/proc/loadavg: 1.98 2.00 2.00 3/178 5257
/proc/meminfo: memFree=29080896/32873844 swapFree=7364/7364
[pid=5257] ppid=5255 vsize=28604 CPUtime=0.09 cores=1,3,5,7
/proc/5257/stat : 5257 (scip-2.1.1.4sfi) R 5255 5257 4481 0 -1 4202496 6180 0 0 0 6 3 0 0 20 0 1 0 268038115 29290496 5840 33554432000 4194304 10169799 140734255803088 140734474013512 8884112 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/5257/statm: 7151 5861 702 1459 0 5683 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 28604

[startup+0.300196 s]
/proc/loadavg: 1.98 2.00 2.00 3/178 5257
/proc/meminfo: memFree=29080896/32873844 swapFree=7364/7364
[pid=5257] ppid=5255 vsize=29584 CPUtime=0.29 cores=1,3,5,7
/proc/5257/stat : 5257 (scip-2.1.1.4sfi) R 5255 5257 4481 0 -1 4202496 6604 0 0 0 25 4 0 0 20 0 1 0 268038115 30294016 6253 33554432000 4194304 10169799 140734255803088 140734474013512 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/5257/statm: 7396 6253 778 1459 0 5928 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 29584

[startup+0.700243 s]
/proc/loadavg: 1.98 2.00 2.00 3/178 5257
/proc/meminfo: memFree=29080896/32873844 swapFree=7364/7364
[pid=5257] ppid=5255 vsize=36636 CPUtime=0.68 cores=1,3,5,7
/proc/5257/stat : 5257 (scip-2.1.1.4sfi) R 5255 5257 4481 0 -1 4202496 8320 0 0 0 63 5 0 0 20 0 1 0 268038115 37515264 7968 33554432000 4194304 10169799 140734255803088 140734255799128 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/5257/statm: 9159 7968 813 1459 0 7691 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 36636

[startup+1.50019 s]
/proc/loadavg: 1.98 2.00 2.00 3/179 5258
/proc/meminfo: memFree=29050740/32873844 swapFree=7364/7364
[pid=5257] ppid=5255 vsize=37716 CPUtime=1.49 cores=1,3,5,7
/proc/5257/stat : 5257 (scip-2.1.1.4sfi) R 5255 5257 4481 0 -1 4202496 11281 0 0 0 141 8 0 0 20 0 1 0 268038115 38621184 8283 33554432000 4194304 10169799 140734255803088 140734255799128 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/5257/statm: 9429 8283 853 1459 0 7961 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 37716

[startup+3.10021 s]
/proc/loadavg: 1.98 2.00 2.00 3/179 5258
/proc/meminfo: memFree=29050988/32873844 swapFree=7364/7364
[pid=5257] ppid=5255 vsize=37856 CPUtime=3.09 cores=1,3,5,7
/proc/5257/stat : 5257 (scip-2.1.1.4sfi) R 5255 5257 4481 0 -1 4202496 11316 0 0 0 299 10 0 0 20 0 1 0 268038115 38764544 8318 33554432000 4194304 10169799 140734255803088 140734255797784 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/5257/statm: 9464 8318 855 1459 0 7996 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 37856

[startup+6.30022 s]
/proc/loadavg: 1.98 2.00 2.00 3/179 5258
/proc/meminfo: memFree=29050552/32873844 swapFree=7364/7364
[pid=5257] ppid=5255 vsize=37856 CPUtime=6.29 cores=1,3,5,7
/proc/5257/stat : 5257 (scip-2.1.1.4sfi) R 5255 5257 4481 0 -1 4202496 11327 0 0 0 615 14 0 0 20 0 1 0 268038115 38764544 8329 33554432000 4194304 10169799 140734255803088 140734255798072 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/5257/statm: 9464 8329 855 1459 0 7996 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 37856

[startup+12.7002 s]
/proc/loadavg: 1.98 2.00 2.00 3/179 5258
/proc/meminfo: memFree=29050452/32873844 swapFree=7364/7364
[pid=5257] ppid=5255 vsize=38008 CPUtime=12.69 cores=1,3,5,7
/proc/5257/stat : 5257 (scip-2.1.1.4sfi) R 5255 5257 4481 0 -1 4202496 11387 0 0 0 1243 26 0 0 20 0 1 0 268038115 38920192 8389 33554432000 4194304 10169799 140734255803088 140734255797224 8797266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/5257/statm: 9502 8389 855 1459 0 8034 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 38008

[startup+25.5002 s]
/proc/loadavg: 1.98 2.00 2.00 3/179 5258
/proc/meminfo: memFree=29049208/32873844 swapFree=7364/7364
[pid=5257] ppid=5255 vsize=39440 CPUtime=25.48 cores=1,3,5,7
/proc/5257/stat : 5257 (scip-2.1.1.4sfi) R 5255 5257 4481 0 -1 4202496 11746 0 0 0 2470 78 0 0 20 0 1 0 268038115 40386560 9051 33554432000 4194304 10169799 140734255803088 140734255801608 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/5257/statm: 9860 9051 855 1459 0 8392 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 39440

[startup+51.1003 s]
/proc/loadavg: 1.99 2.00 2.00 3/179 5258
/proc/meminfo: memFree=29045164/32873844 swapFree=7364/7364
[pid=5257] ppid=5255 vsize=42024 CPUtime=51.07 cores=1,3,5,7
/proc/5257/stat : 5257 (scip-2.1.1.4sfi) R 5255 5257 4481 0 -1 4202496 12411 0 0 0 4932 175 0 0 20 0 1 0 268038115 43032576 9716 33554432000 4194304 10169799 140734255803088 140734255797544 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/5257/statm: 10506 9716 855 1459 0 9038 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 42024

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

[startup+63.9003 s]
/proc/loadavg: 1.99 2.00 2.00 3/179 5258
/proc/meminfo: memFree=29044420/32873844 swapFree=7364/7364
[pid=5257] ppid=5255 vsize=42796 CPUtime=63.87 cores=1,3,5,7
/proc/5257/stat : 5257 (scip-2.1.1.4sfi) R 5255 5257 4481 0 -1 4202496 12555 0 0 0 6152 235 0 0 20 0 1 0 268038115 43823104 9860 33554432000 4194304 10169799 140734255803088 140734255797880 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/5257/statm: 10699 9860 855 1459 0 9231 0
Current children cumulated CPU time (s) 63.87
Current children cumulated vsize (KiB) 42796

[startup+67.1067 s]
/proc/loadavg: 1.99 2.00 2.00 3/179 5258
/proc/meminfo: memFree=29043428/32873844 swapFree=7364/7364
[pid=5257] ppid=5255 vsize=43568 CPUtime=67.08 cores=1,3,5,7
/proc/5257/stat : 5257 (scip-2.1.1.4sfi) R 5255 5257 4481 0 -1 4202496 12762 0 0 0 6459 249 0 0 20 0 1 0 268038115 44613632 10067 33554432000 4194304 10169799 140734255803088 140734255797496 8961143 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/5257/statm: 10892 10067 855 1459 0 9424 0
Current children cumulated CPU time (s) 67.08
Current children cumulated vsize (KiB) 43568

[startup+70.3002 s]
/proc/loadavg: 1.99 2.00 2.00 3/180 5261
/proc/meminfo: memFree=29043156/32873844 swapFree=7364/7364
[pid=5257] ppid=5255 vsize=43568 CPUtime=70.28 cores=1,3,5,7
/proc/5257/stat : 5257 (scip-2.1.1.4sfi) R 5255 5257 4481 0 -1 4202496 12767 0 0 0 6764 264 0 0 20 0 1 0 268038115 44613632 10072 33554432000 4194304 10169799 140734255803088 140734255797496 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/5257/statm: 10892 10072 855 1459 0 9424 0
Current children cumulated CPU time (s) 70.28
Current children cumulated vsize (KiB) 43568

[startup+71.9002 s]
/proc/loadavg: 1.99 2.00 2.00 3/180 5261
/proc/meminfo: memFree=29043156/32873844 swapFree=7364/7364
[pid=5257] ppid=5255 vsize=43716 CPUtime=71.87 cores=1,3,5,7
/proc/5257/stat : 5257 (scip-2.1.1.4sfi) R 5255 5257 4481 0 -1 4202496 12789 0 0 0 6917 270 0 0 20 0 1 0 268038115 44765184 10094 33554432000 4194304 10169799 140734255803088 140734255797496 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/5257/statm: 10929 10094 855 1459 0 9461 0
Current children cumulated CPU time (s) 71.87
Current children cumulated vsize (KiB) 43716

[startup+72.3002 s]
/proc/loadavg: 1.99 2.00 2.00 3/180 5261
/proc/meminfo: memFree=29043156/32873844 swapFree=7364/7364
[pid=5257] ppid=5255 vsize=43716 CPUtime=72.27 cores=1,3,5,7
/proc/5257/stat : 5257 (scip-2.1.1.4sfi) R 5255 5257 4481 0 -1 4202496 12789 0 0 0 6956 271 0 0 20 0 1 0 268038115 44765184 10094 33554432000 4194304 10169799 140734255803088 140734255797496 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/5257/statm: 10929 10094 855 1459 0 9461 0
Current children cumulated CPU time (s) 72.27
Current children cumulated vsize (KiB) 43716

[startup+72.7003 s]
/proc/loadavg: 1.99 2.00 2.00 3/180 5261
/proc/meminfo: memFree=29043032/32873844 swapFree=7364/7364
[pid=5257] ppid=5255 vsize=43716 CPUtime=72.67 cores=1,3,5,7
/proc/5257/stat : 5257 (scip-2.1.1.4sfi) R 5255 5257 4481 0 -1 4202496 12789 0 0 0 6994 273 0 0 20 0 1 0 268038115 44765184 10094 33554432000 4194304 10169799 140734255803088 140734255800712 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/5257/statm: 10929 10094 855 1459 0 9461 0
Current children cumulated CPU time (s) 72.67
Current children cumulated vsize (KiB) 43716

Child status: 0
Real time (s): 72.7319
CPU time (s): 72.7109
CPU user time (s): 69.9754
CPU system time (s): 2.73558
CPU usage (%): 99.9712
Max. virtual memory (cumulated for all children) (KiB): 43716

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 69.9754
system time used= 2.73558
maximum resident set size= 43288
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12794
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= 14
involuntary context switches= 75

runsolver used 0.160975 second user time and 0.367944 second system time

The end

Launcher Data

Begin job on node133 at 2012-05-26 09:58:53
IDJOB=3692743
IDBENCH=1285
IDSOLVER=2272
FILE ID=node133/3692743-1338019133
RUNJOBID= node133-1338017258-5022
PBS_JOBID= 14624264
Free space on /tmp= 71604 MiB

SOLVER NAME= SCIP spx standard SCIP 2.1.1.4. with SoPlex 1.6.0.3 standard fixed
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900546076.opb
COMMAND LINE= HOME/scip-2.1.1.4sfix.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3692743-1338019133/watcher-3692743-1338019133 -o /tmp/evaluation-result-3692743-1338019133/solver-3692743-1338019133 -C 1800 -W 1900 -M 15500  HOME/scip-2.1.1.4sfix.linux.x86_64.gnu.opt.spx -f HOME/instance-3692743-1338019133.opb -t 1800 -m 15500

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

MD5SUM BENCH= 148040983257ccf233b3daf7936d3c1f
RANDOM SEED=1240813664

node133.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.540
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	: 5333.08
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.540
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.92
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.540
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	: 5331.92
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.540
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.540
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.540
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.90
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.540
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.540
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:       32873844 kB
MemFree:        29081540 kB
Buffers:          244220 kB
Cached:          2716724 kB
SwapCached:            0 kB
Active:           535944 kB
Inactive:        2483972 kB
Active(anon):      61128 kB
Inactive(anon):        0 kB
Active(file):     474816 kB
Inactive(file):  2483972 kB
Unevictable:        7364 kB
Mlocked:            7364 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             13520 kB
Writeback:             0 kB
AnonPages:         65668 kB
Mapped:            17716 kB
Shmem:               212 kB
Slab:             633480 kB
SReclaimable:      75716 kB
SUnreclaim:       557764 kB
KernelStack:        1488 kB
PageTables:         4184 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     173792 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:     34816 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= 71588 MiB
End job on node133 at 2012-05-26 10:00:06