Trace number 3691991

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
SCIP spx E SCIP 2.1.1.4. Exp with SoPlex 1.6.0.3 fixedOPT162 27.4138 27.418

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
manquinho/primes-dimacs-cnf/normalized-ii32e1.opb
MD5SUM0d4648505d14cf43905d3198d6f686c2
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark162
Best CPU time to get the best result obtained on this benchmark7.73582
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 162
Optimality of the best value was proved YES
Number of variables444
Total number of constraints1408
Number of constraints which are clauses1408
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint32
Number of terms in the objective function 444
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 444
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 444
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.00	c SCIP version 2.1.1.4 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.6.0.3] [GitHash: 947bdb7-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-3691991-1338031538.opb>
0.00/0.01	c original problem has 444 variables (444 bin, 0 int, 0 impl, 0 cont) and 1408 constraints
0.00/0.01	c problem read in 0.01
0.00/0.01	c presolving:
0.00/0.02	c (round 1) 12 del vars, 12 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 8742 impls, 0 clqs
0.00/0.03	c (round 2) 12 del vars, 12 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 1370 upgd conss, 8742 impls, 0 clqs
0.00/0.03	c (round 3) 12 del vars, 12 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 1396 upgd conss, 8742 impls, 0 clqs
0.00/0.04	c    (0.0s) probing: 51/432 (11.8%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.00/0.04	c    (0.0s) probing aborted: 50/50 successive totally useless probings
0.00/0.04	c presolving (4 rounds):
0.00/0.04	c  12 deleted vars, 12 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.04	c  8742 implications, 0 cliques
0.00/0.04	c presolved problem has 432 variables (432 bin, 0 int, 0 impl, 0 cont) and 1396 constraints
0.00/0.04	c    1266 constraints of type <setppc>
0.00/0.04	c     130 constraints of type <logicor>
0.00/0.04	c transformed objective value is always integral (scale: 1)
0.00/0.04	c Presolving Time: 0.03
0.00/0.04	c - non default parameters ----------------------------------------------------------------------
0.00/0.04	c # SCIP version 2.1.1.4
0.00/0.04	c 
0.00/0.04	c # maximal time in seconds to run
0.00/0.04	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.04	c limits/time = 1797
0.00/0.04	c 
0.00/0.04	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.04	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.04	c limits/memory = 13950
0.00/0.04	c 
0.00/0.04	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.00/0.04	c # [type: int, range: [1,2], default: 1]
0.00/0.04	c timing/clocktype = 2
0.00/0.04	c 
0.00/0.04	c # belongs reading time to solving time?
0.00/0.04	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.04	c timing/reading = TRUE
0.00/0.04	c 
0.00/0.04	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.00/0.04	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.04	c separating/rapidlearning/freq = 0
0.00/0.04	c 
0.00/0.04	c -----------------------------------------------------------------------------------------------
0.00/0.04	c start solving
0.00/0.04	c 
0.05/0.05	o 222
0.05/0.05	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.05/0.05	c T 0.1s|     1 |     0 |     0 |     - |3936k|   0 |   - | 432 |1402 | 432 |1396 |   0 |   6 |   0 |      --      | 2.220000e+02 |    Inf 
0.05/0.05	o 206
0.05/0.05	c b 0.1s|     1 |     0 |     0 |     - |3900k|   0 |   - | 432 |1402 | 432 |1396 |   0 |   6 |   0 |      --      | 2.060000e+02 |    Inf 
0.05/0.07	c   0.1s|     1 |     0 |   544 |     - |3894k|   0 | 293 | 432 |1402 | 432 |1396 |   0 |   6 |   0 | 1.263133e+02 | 2.060000e+02 |  63.09%
0.09/0.17	c   0.2s|     1 |     0 |   638 |     - |4233k|   0 | 281 | 432 |1403 | 432 |1402 |   6 |   6 |   0 | 1.280290e+02 | 2.060000e+02 |  60.90%
0.19/0.20	c   0.2s|     1 |     0 |   760 |     - |4555k|   0 | 291 | 432 |1403 | 432 |1408 |  12 |   6 |   0 | 1.295998e+02 | 2.060000e+02 |  58.95%
0.19/0.24	c   0.2s|     1 |     0 |   852 |     - |4835k|   0 | 280 | 432 |1403 | 432 |1414 |  18 |   6 |   0 | 1.296197e+02 | 2.060000e+02 |  58.93%
0.19/0.28	c   0.3s|     1 |     0 |   957 |     - |4953k|   0 | 286 | 432 |1403 | 432 |1421 |  25 |   6 |   0 | 1.300114e+02 | 2.060000e+02 |  58.45%
0.29/0.32	c   0.3s|     1 |     0 |  1102 |     - |5054k|   0 | 292 | 432 |1403 | 432 |1427 |  31 |   6 |   0 | 1.309702e+02 | 2.060000e+02 |  57.29%
0.29/0.37	c   0.4s|     1 |     0 |  1304 |     - |5117k|   0 | 286 | 432 |1403 | 432 |1435 |  39 |   6 |   0 | 1.322199e+02 | 2.060000e+02 |  55.80%
0.39/0.43	c   0.4s|     1 |     0 |  1490 |     - |5177k|   0 | 292 | 432 |1403 | 432 |1442 |  46 |   6 |   0 | 1.326574e+02 | 2.060000e+02 |  55.29%
0.39/0.48	c   0.5s|     1 |     0 |  1710 |     - |5235k|   0 | 303 | 432 |1403 | 432 |1448 |  52 |   6 |   0 | 1.329128e+02 | 2.060000e+02 |  54.99%
0.49/0.52	c   0.5s|     1 |     0 |  1758 |     - |5298k|   0 | 305 | 432 |1403 | 432 |1451 |  55 |   6 |   0 | 1.338716e+02 | 2.060000e+02 |  53.88%
0.59/0.68	c   0.7s|     1 |     0 |  1817 |     - |5356k|   0 | 309 | 432 |1403 | 432 |1456 |  60 |   6 |   0 | 1.338780e+02 | 2.060000e+02 |  53.87%
0.69/0.75	c   0.7s|     1 |     0 |  1884 |     - |5366k|   0 | 307 | 432 |1403 | 432 |1458 |  62 |   6 |   0 | 1.338899e+02 | 2.060000e+02 |  53.86%
0.79/0.81	c   0.8s|     1 |     0 |  1953 |     - |5380k|   0 | 306 | 432 |1403 | 432 |1461 |  65 |   6 |   0 | 1.338972e+02 | 2.060000e+02 |  53.85%
0.79/0.86	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.79/0.86	c   0.9s|     1 |     0 |  2089 |     - |5408k|   0 | 312 | 432 |1403 | 432 |1465 |  69 |   6 |   0 | 1.339059e+02 | 2.060000e+02 |  53.84%
0.88/0.93	c   0.9s|     1 |     0 |  2143 |     - |5431k|   0 | 313 | 432 |1403 | 432 |1466 |  70 |   6 |   0 | 1.339059e+02 | 2.060000e+02 |  53.84%
0.88/0.93	o 205
0.88/0.93	c s 0.9s|     1 |     0 |  2143 |     - |5437k|   0 | 313 | 432 |1403 | 432 |1466 |  70 |   6 |   0 | 1.339059e+02 | 2.050000e+02 |  53.09%
1.29/1.39	c   1.4s|     1 |     2 |  2143 |     - |5438k|   0 | 313 | 432 |1403 | 432 |1466 |  70 |   6 |  10 | 1.339059e+02 | 2.050000e+02 |  53.09%
1.29/1.39	o 177
1.29/1.39	c b 1.4s|     2 |     1 |  2143 |   0.0 |5464k|   1 |   - | 432 |1403 | 432 |1442 |  70 |   6 |  10 | 1.339059e+02 | 1.770000e+02 |  32.18%
3.09/3.19	o 176
3.09/3.19	c R 3.2s|     8 |     6 |  3072 | 132.7 |5497k|   7 |  25 | 432 |1403 | 432 |1442 |  70 |   6 | 137 | 1.339059e+02 | 1.760000e+02 |  31.44%
3.20/3.25	o 175
3.20/3.25	c b 3.3s|     8 |     8 |  3072 | 132.7 |5509k|   7 |  25 | 432 |1403 | 432 |1442 |  70 |   6 | 162 | 1.339059e+02 | 1.750000e+02 |  30.69%
5.59/5.60	o 174
5.59/5.60	c R 5.6s|    15 |     8 |  4172 | 144.9 |5533k|   8 | 131 | 432 |1403 | 432 |1442 |  70 |   6 | 235 | 1.339059e+02 | 1.740000e+02 |  29.94%
5.79/5.85	o 162
5.79/5.85	c b 5.9s|    15 |     9 |  4172 | 144.9 |5544k|   8 | 131 | 432 |1403 | 432 |1442 |  70 |   6 | 246 | 1.339059e+02 | 1.620000e+02 |  20.98%
11.39/11.42	c  11.4s|   100 |    24 |  9271 |  72.0 |5823k|  14 |  27 | 432 |1403 | 432 |1442 |  70 |   6 | 825 | 1.339059e+02 | 1.620000e+02 |  20.98%
11.69/11.70	c  11.7s|   200 |    36 | 11713 |  48.1 |6133k|  22 |  18 | 432 |1403 | 432 |1442 |  70 |   6 | 833 | 1.432046e+02 | 1.620000e+02 |  13.12%
11.89/11.94	c  11.9s|   300 |    38 | 13220 |  37.0 |6199k|  24 |   - | 432 |1403 | 432 |1442 |  70 |   6 | 842 | 1.440380e+02 | 1.620000e+02 |  12.47%
12.19/12.28	c  12.3s|   400 |    36 | 15434 |  33.3 |6225k|  27 |   - | 432 |1403 | 432 |1442 |  70 |   6 | 860 | 1.454089e+02 | 1.620000e+02 |  11.41%
12.49/12.58	c  12.6s|   500 |    38 | 17604 |  31.0 |6240k|  27 |  20 | 432 |1403 | 432 |1442 |  70 |   6 | 877 | 1.478504e+02 | 1.620000e+02 |   9.57%
12.79/12.80	c  12.8s|   600 |    40 | 19250 |  28.6 |6268k|  27 |  27 | 432 |1403 | 432 |1442 |  70 |   6 | 897 | 1.478504e+02 | 1.620000e+02 |   9.57%
12.99/13.01	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
12.99/13.01	c  13.0s|   700 |    40 | 20510 |  26.3 |6274k|  27 |  24 | 432 |1403 | 432 |1442 |  70 |   6 | 912 | 1.485001e+02 | 1.620000e+02 |   9.09%
13.28/13.37	o 162
13.28/13.37	c s13.4s|   787 |    27 | 23208 |  26.8 |6199k|  27 |  12 | 432 |1403 | 432 |1442 |  70 |   6 | 936 | 1.516480e+02 | 1.620000e+02 |   6.83%
13.28/13.39	c  13.4s|   800 |    30 | 23374 |  26.6 |6201k|  27 |  18 | 432 |1403 | 432 |1442 |  70 |   6 | 936 | 1.516480e+02 | 1.620000e+02 |   6.83%
13.59/13.63	c  13.6s|   900 |    24 | 24896 |  25.3 |6195k|  27 |   - | 432 |1403 | 432 |1442 |  70 |   6 | 945 | 1.519091e+02 | 1.620000e+02 |   6.64%
13.89/13.94	c  13.9s|  1000 |    24 | 27095 |  25.0 |6176k|  27 |  26 | 432 |1404 | 432 |1442 |  70 |   7 | 962 | 1.519091e+02 | 1.620000e+02 |   6.64%
13.99/14.09	c  14.1s|  1100 |    26 | 28019 |  23.5 |6208k|  27 |   - | 432 |1404 | 432 |1442 |  70 |   7 | 971 | 1.531007e+02 | 1.620000e+02 |   5.81%
14.19/14.25	c  14.3s|  1200 |    30 | 29084 |  22.5 |6241k|  27 |   - | 432 |1404 | 432 |1442 |  70 |   7 | 983 | 1.539661e+02 | 1.620000e+02 |   5.22%
14.49/14.52	c  14.5s|  1300 |    28 | 30966 |  22.2 |6231k|  27 |   - | 432 |1404 | 432 |1442 |  70 |   7 |1008 | 1.541900e+02 | 1.620000e+02 |   5.07%
14.78/14.88	c  14.9s|  1400 |    32 | 33358 |  22.3 |6246k|  27 |  33 | 432 |1404 | 432 |1442 |  70 |   7 |1041 | 1.545530e+02 | 1.620000e+02 |   4.82%
14.98/15.06	o 162
14.98/15.06	c s15.1s|  1479 |    31 | 34777 |  22.1 |6247k|  27 |  24 | 432 |1404 | 432 |1442 |  70 |   7 |1054 | 1.545557e+02 | 1.620000e+02 |   4.82%
14.98/15.09	c  15.1s|  1500 |    34 | 35074 |  22.0 |6255k|  27 |  15 | 432 |1404 | 432 |1442 |  70 |   7 |1054 | 1.545557e+02 | 1.620000e+02 |   4.82%
15.29/15.31	c  15.3s|  1600 |    36 | 36633 |  21.6 |6280k|  32 |   - | 432 |1404 | 432 |1442 |  70 |   7 |1073 | 1.550515e+02 | 1.620000e+02 |   4.48%
15.39/15.49	c  15.5s|  1700 |    24 | 37842 |  21.0 |6191k|  32 |  39 | 432 |1404 | 432 |1442 |  70 |   7 |1083 | 1.553340e+02 | 1.620000e+02 |   4.29%
15.59/15.65	c  15.6s|  1800 |    22 | 39063 |  20.5 |6200k|  32 |   - | 432 |1404 | 432 |1442 |  70 |   7 |1091 | 1.554340e+02 | 1.620000e+02 |   4.22%
15.79/15.80	c  15.8s|  1900 |    24 | 40333 |  20.1 |6203k|  32 |   - | 432 |1403 | 432 |1442 |  70 |   7 |1095 | 1.559340e+02 | 1.620000e+02 |   3.89%
15.89/15.93	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
15.89/15.93	c  15.9s|  2000 |    26 | 41383 |  19.6 |6228k|  32 |  31 | 432 |1402 | 432 |1442 |  70 |   7 |1099 | 1.559535e+02 | 1.620000e+02 |   3.88%
15.99/16.06	c  16.1s|  2100 |    24 | 42558 |  19.3 |6216k|  32 |   - | 432 |1402 | 432 |1442 |  70 |   7 |1100 | 1.559535e+02 | 1.620000e+02 |   3.88%
16.18/16.20	c  16.2s|  2200 |    24 | 43556 |  18.8 |6205k|  34 |  10 | 432 |1402 | 432 |1442 |  70 |   7 |1102 | 1.559535e+02 | 1.620000e+02 |   3.88%
16.28/16.37	c  16.4s|  2300 |    26 | 44895 |  18.6 |6236k|  34 |   - | 432 |1402 | 432 |1442 |  70 |   7 |1109 | 1.559719e+02 | 1.620000e+02 |   3.86%
16.59/16.62	c  16.6s|  2400 |    36 | 47335 |  18.8 |6287k|  34 |   - | 432 |1401 | 432 |1442 |  70 |   7 |1116 | 1.562219e+02 | 1.620000e+02 |   3.70%
16.68/16.72	o 162
16.68/16.72	c s16.7s|  2458 |    36 | 48041 |  18.7 |6295k|  34 | 138 | 432 |1401 | 432 |1442 |  70 |   7 |1119 | 1.562219e+02 | 1.620000e+02 |   3.70%
16.68/16.79	c  16.8s|  2500 |    38 | 48548 |  18.6 |6306k|  34 |  21 | 432 |1401 | 432 |1442 |  70 |   7 |1120 | 1.562219e+02 | 1.620000e+02 |   3.70%
16.88/16.94	c  16.9s|  2600 |    32 | 49598 |  18.3 |6274k|  34 |  29 | 432 |1401 | 432 |1442 |  70 |   7 |1122 | 1.562219e+02 | 1.620000e+02 |   3.70%
17.09/17.17	c  17.2s|  2700 |    28 | 51306 |  18.2 |6251k|  34 |   - | 432 |1401 | 432 |1442 |  70 |   7 |1125 | 1.564719e+02 | 1.620000e+02 |   3.53%
17.29/17.32	c  17.3s|  2800 |    28 | 52445 |  18.0 |6255k|  34 |  18 | 432 |1400 | 432 |1442 |  70 |   7 |1128 | 1.564719e+02 | 1.620000e+02 |   3.53%
17.39/17.47	c  17.5s|  2900 |    36 | 53455 |  17.7 |6222k|  34 | 113 | 432 |1400 | 432 |1442 |  70 |   7 |1131 | 1.564719e+02 | 1.620000e+02 |   3.53%
17.49/17.58	c  17.6s|  3000 |    50 | 54031 |  17.3 |6249k|  56 |   - | 432 |1400 | 432 |1442 |  70 |   7 |1131 | 1.564719e+02 | 1.620000e+02 |   3.53%
17.69/17.72	c  17.7s|  3100 |    48 | 55113 |  17.1 |6267k|  56 |   - | 432 |1400 | 432 |1442 |  70 |   7 |1131 | 1.566385e+02 | 1.620000e+02 |   3.42%
17.89/17.92	c  17.9s|  3200 |    52 | 57020 |  17.2 |6298k|  56 |   - | 432 |1400 | 432 |1442 |  70 |   7 |1131 | 1.571817e+02 | 1.620000e+02 |   3.07%
17.99/18.07	c  18.1s|  3300 |    52 | 58188 |  17.0 |6303k|  56 |  22 | 432 |1400 | 432 |1442 |  70 |   7 |1133 | 1.571817e+02 | 1.620000e+02 |   3.07%
18.19/18.22	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
18.19/18.22	c  18.2s|  3400 |    48 | 59301 |  16.8 |6292k|  56 |   - | 432 |1400 | 432 |1442 |  70 |   7 |1138 | 1.571817e+02 | 1.620000e+02 |   3.07%
18.39/18.43	c  18.4s|  3500 |    26 | 61376 |  16.9 |6267k|  56 |   - | 432 |1400 | 432 |1442 |  70 |   7 |1138 | 1.575380e+02 | 1.620000e+02 |   2.83%
18.49/18.59	c  18.6s|  3600 |    18 | 62934 |  16.9 |6241k|  56 |   - | 432 |1400 | 432 |1442 |  70 |   7 |1138 | 1.579340e+02 | 1.620000e+02 |   2.57%
18.69/18.73	c  18.7s|  3700 |    24 | 64103 |  16.8 |6265k|  56 |  23 | 432 |1400 | 432 |1442 |  70 |   7 |1139 | 1.579340e+02 | 1.620000e+02 |   2.57%
18.78/18.83	c  18.8s|  3800 |    18 | 64884 |  16.5 |6229k|  56 |  22 | 432 |1400 | 432 |1442 |  70 |   7 |1139 | 1.579340e+02 | 1.620000e+02 |   2.57%
18.88/18.98	c  19.0s|  3900 |    30 | 66168 |  16.4 |6279k|  56 |  27 | 432 |1400 | 432 |1442 |  70 |   7 |1140 | 1.579340e+02 | 1.620000e+02 |   2.57%
19.09/19.10	c  19.1s|  4000 |    32 | 67027 |  16.2 |6293k|  56 |  21 | 432 |1400 | 432 |1442 |  70 |   7 |1142 | 1.579340e+02 | 1.620000e+02 |   2.57%
19.18/19.23	c  19.2s|  4100 |    38 | 68161 |  16.1 |6326k|  56 |  33 | 432 |1400 | 432 |1442 |  70 |   7 |1143 | 1.579795e+02 | 1.620000e+02 |   2.54%
19.28/19.35	c  19.4s|  4200 |    36 | 68986 |  15.9 |6340k|  56 |   - | 432 |1399 | 432 |1442 |  70 |   7 |1146 | 1.579795e+02 | 1.620000e+02 |   2.54%
19.49/19.58	c  19.6s|  4300 |    42 | 70982 |  16.0 |6353k|  56 |  29 | 432 |1399 | 432 |1442 |  70 |   7 |1162 | 1.579923e+02 | 1.620000e+02 |   2.54%
19.69/19.79	c  19.8s|  4400 |    42 | 72184 |  15.9 |6370k|  56 |  14 | 432 |1399 | 432 |1442 |  70 |   7 |1193 | 1.579923e+02 | 1.620000e+02 |   2.54%
19.89/19.97	c  20.0s|  4500 |    46 | 73176 |  15.8 |6411k|  56 |   - | 432 |1399 | 432 |1442 |  70 |   7 |1213 | 1.582161e+02 | 1.620000e+02 |   2.39%
20.09/20.14	c  20.1s|  4600 |    56 | 74490 |  15.7 |6457k|  56 |   - | 432 |1399 | 432 |1442 |  70 |   7 |1225 | 1.582161e+02 | 1.620000e+02 |   2.39%
20.28/20.34	c  20.3s|  4700 |    68 | 75722 |  15.7 |6517k|  56 |  38 | 432 |1399 | 432 |1442 |  70 |   7 |1249 | 1.582161e+02 | 1.620000e+02 |   2.39%
20.49/20.50	c  20.5s|  4800 |    74 | 76835 |  15.6 |6565k|  56 |   - | 432 |1399 | 432 |1442 |  70 |   7 |1261 | 1.582161e+02 | 1.620000e+02 |   2.39%
20.69/20.73	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
20.69/20.73	c  20.7s|  4900 |    78 | 77936 |  15.5 |6597k|  56 |  26 | 432 |1399 | 432 |1442 |  70 |   7 |1299 | 1.582161e+02 | 1.620000e+02 |   2.39%
20.99/21.02	c  21.0s|  5000 |    80 | 79656 |  15.5 |6645k|  56 |   - | 432 |1399 | 432 |1442 |  70 |   7 |1348 | 1.583428e+02 | 1.620000e+02 |   2.31%
21.09/21.18	c  21.2s|  5100 |    88 | 80682 |  15.4 |6679k|  56 |  16 | 432 |1399 | 432 |1442 |  70 |   7 |1362 | 1.584340e+02 | 1.620000e+02 |   2.25%
21.29/21.39	c  21.4s|  5200 |    84 | 81987 |  15.4 |6672k|  56 |   - | 432 |1398 | 432 |1442 |  70 |   7 |1398 | 1.584437e+02 | 1.620000e+02 |   2.24%
21.48/21.58	c  21.6s|  5300 |    88 | 82973 |  15.3 |6696k|  56 |   - | 432 |1398 | 432 |1442 |  70 |   7 |1431 | 1.584719e+02 | 1.620000e+02 |   2.23%
21.69/21.77	c  21.8s|  5400 |    98 | 84340 |  15.2 |6743k|  56 |  40 | 432 |1398 | 432 |1442 |  70 |   7 |1452 | 1.586458e+02 | 1.620000e+02 |   2.11%
21.89/21.94	c  21.9s|  5500 |    92 | 85436 |  15.1 |6739k|  56 |   - | 432 |1398 | 432 |1442 |  70 |   7 |1477 | 1.586458e+02 | 1.620000e+02 |   2.11%
22.08/22.14	c  22.1s|  5600 |    98 | 86721 |  15.1 |6769k|  56 |   6 | 432 |1398 | 432 |1442 |  70 |   7 |1508 | 1.589440e+02 | 1.620000e+02 |   1.92%
22.29/22.35	c  22.4s|  5700 |    96 | 87852 |  15.0 |6765k|  56 |   - | 432 |1398 | 432 |1442 |  70 |   7 |1545 | 1.589661e+02 | 1.620000e+02 |   1.91%
22.49/22.53	c  22.5s|  5800 |    94 | 89043 |  15.0 |6762k|  56 |   - | 432 |1398 | 432 |1442 |  70 |   7 |1567 | 1.589719e+02 | 1.620000e+02 |   1.90%
22.68/22.71	c  22.7s|  5900 |    90 | 89908 |  14.9 |6748k|  56 |   - | 432 |1398 | 432 |1442 |  70 |   7 |1594 | 1.590095e+02 | 1.620000e+02 |   1.88%
22.79/22.89	c  22.9s|  6000 |    98 | 91296 |  14.9 |6775k|  56 |   - | 432 |1398 | 432 |1442 |  70 |   7 |1613 | 1.591661e+02 | 1.620000e+02 |   1.78%
22.99/23.09	c  23.1s|  6100 |   100 | 92545 |  14.8 |6786k|  56 |  34 | 432 |1398 | 432 |1442 |  70 |   7 |1637 | 1.594341e+02 | 1.620000e+02 |   1.61%
23.19/23.24	c  23.2s|  6200 |    94 | 93450 |  14.7 |6754k|  56 |   - | 432 |1398 | 432 |1442 |  70 |   7 |1644 | 1.594341e+02 | 1.620000e+02 |   1.61%
23.39/23.48	c  23.5s|  6300 |    92 | 95115 |  14.8 |6729k|  56 |   - | 432 |1398 | 432 |1442 |  70 |   7 |1672 | 1.594662e+02 | 1.620000e+02 |   1.59%
23.59/23.63	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
23.59/23.63	c  23.6s|  6400 |   102 | 96376 |  14.7 |6764k|  56 |  21 | 432 |1398 | 432 |1442 |  70 |   7 |1680 | 1.594662e+02 | 1.620000e+02 |   1.59%
23.69/23.75	c  23.8s|  6500 |    78 | 97088 |  14.6 |6646k|  56 |  14 | 432 |1398 | 432 |1442 |  70 |   7 |1686 | 1.594662e+02 | 1.620000e+02 |   1.59%
23.79/23.89	c  23.9s|  6600 |    82 | 98328 |  14.6 |6678k|  56 |  18 | 432 |1398 | 432 |1442 |  70 |   7 |1690 | 1.594961e+02 | 1.620000e+02 |   1.57%
23.98/24.03	c  24.0s|  6700 |    76 | 99396 |  14.5 |6655k|  56 |   - | 432 |1398 | 432 |1442 |  70 |   7 |1699 | 1.599340e+02 | 1.620000e+02 |   1.29%
24.19/24.24	c  24.2s|  6800 |    68 |100589 |  14.5 |6498k|  56 |   - | 432 |1398 | 432 |1442 |  70 |   7 |1713 | 1.599435e+02 | 1.620000e+02 |   1.29%
24.29/24.35	c  24.4s|  6900 |    58 |101465 |  14.4 |6414k|  56 |   - | 432 |1398 | 432 |1442 |  70 |   7 |1714 | 1.599661e+02 | 1.620000e+02 |   1.27%
24.69/24.75	c  24.8s|  7000 |    78 |104185 |  14.6 |6303k|  56 |  21 | 432 |1398 | 432 |1442 |  70 |   7 |1731 | 1.599719e+02 | 1.620000e+02 |   1.27%
24.78/24.89	c  24.9s|  7100 |    76 |105224 |  14.5 |6297k|  56 |  48 | 432 |1398 | 432 |1442 |  70 |   7 |1736 | 1.599719e+02 | 1.620000e+02 |   1.27%
24.99/25.02	c  25.0s|  7200 |    76 |106360 |  14.5 |6308k|  56 |  25 | 432 |1397 | 432 |1442 |  70 |   7 |1738 | 1.599719e+02 | 1.620000e+02 |   1.27%
25.19/25.21	c  25.2s|  7300 |    96 |107979 |  14.5 |6331k|  56 |  82 | 432 |1397 | 432 |1442 |  70 |   7 |1743 | 1.600075e+02 | 1.620000e+02 |   1.25%
25.29/25.38	c  25.4s|  7400 |    98 |109060 |  14.5 |6338k|  56 |  64 | 432 |1397 | 432 |1442 |  70 |   7 |1757 | 1.600095e+02 | 1.620000e+02 |   1.24%
25.69/25.75	c  25.7s|  7500 |   114 |111123 |  14.5 |6377k|  56 |  74 | 432 |1397 | 432 |1442 |  70 |   7 |1823 | 1.600147e+02 | 1.620000e+02 |   1.24%
25.88/25.98	c  26.0s|  7600 |   138 |112674 |  14.5 |6397k|  56 |  67 | 432 |1397 | 432 |1442 |  70 |   7 |1832 | 1.600238e+02 | 1.620000e+02 |   1.23%
26.09/26.10	c  26.1s|  7700 |   136 |113607 |  14.5 |6398k|  56 |  63 | 432 |1397 | 432 |1442 |  70 |   7 |1832 | 1.600238e+02 | 1.620000e+02 |   1.23%
26.19/26.25	c  26.2s|  7800 |   128 |114516 |  14.4 |6396k|  56 |  59 | 432 |1397 | 432 |1442 |  70 |   7 |1836 | 1.602371e+02 | 1.620000e+02 |   1.10%
26.29/26.36	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
26.29/26.36	c  26.4s|  7900 |   128 |115339 |  14.3 |6399k|  56 |  25 | 432 |1397 | 432 |1442 |  70 |   7 |1843 | 1.603466e+02 | 1.620000e+02 |   1.03%
26.39/26.46	c  26.5s|  8000 |   132 |116120 |  14.2 |6401k|  56 |  23 | 432 |1397 | 432 |1442 |  70 |   7 |1847 | 1.603500e+02 | 1.620000e+02 |   1.03%
26.48/26.58	c  26.6s|  8100 |   134 |116897 |  14.2 |6409k|  56 |  23 | 432 |1397 | 432 |1442 |  70 |   7 |1851 | 1.603511e+02 | 1.620000e+02 |   1.03%
26.59/26.69	c  26.7s|  8200 |   122 |117799 |  14.1 |6396k|  56 |   - | 432 |1397 | 432 |1442 |  70 |   7 |1854 | 1.603607e+02 | 1.620000e+02 |   1.02%
26.78/26.81	c  26.8s|  8300 |   106 |118654 |  14.0 |6378k|  56 |  76 | 432 |1397 | 432 |1442 |  70 |   7 |1855 | 1.604744e+02 | 1.620000e+02 |   0.95%
26.88/26.94	c  26.9s|  8400 |    84 |119656 |  14.0 |6329k|  56 |  60 | 432 |1397 | 432 |1442 |  70 |   7 |1855 | 1.605291e+02 | 1.620000e+02 |   0.92%
26.98/27.05	c  27.1s|  8500 |    66 |120562 |  13.9 |6310k|  56 |   - | 432 |1397 | 432 |1442 |  70 |   7 |1855 | 1.605341e+02 | 1.620000e+02 |   0.91%
27.08/27.18	c  27.2s|  8600 |    42 |121629 |  13.9 |6269k|  56 |  70 | 432 |1397 | 432 |1442 |  70 |   7 |1855 | 1.606336e+02 | 1.620000e+02 |   0.85%
27.29/27.30	c  27.3s|  8700 |    24 |122609 |  13.8 |6236k|  56 |   - | 432 |1397 | 432 |1442 |  70 |   7 |1857 | 1.607401e+02 | 1.620000e+02 |   0.78%
27.29/27.39	c  27.4s|  8800 |    10 |123028 |  13.7 |6213k|  56 |   - | 432 |1397 | 432 |1442 |  70 |   7 |1859 | 1.609837e+02 | 1.620000e+02 |   0.63%
27.29/27.40	c 
27.29/27.40	c SCIP Status        : problem is solved [optimal solution found]
27.29/27.40	c Solving Time (sec) : 27.40
27.29/27.40	c Solving Nodes      : 8814
27.29/27.40	c Primal Bound       : +1.61999999999999e+02 (397 solutions)
27.29/27.40	c Dual Bound         : +1.61999999999999e+02
27.29/27.40	c Gap                : 0.00 %
27.39/27.40	s OPTIMUM FOUND
27.39/27.40	v x444 -x443 x442 -x441 -x440 x439 x438 -x437 x436 -x435 -x434 x433 x432 -x431 x430 -x429 -x428 x427 x426 -x425 x424 -x423 -x422 
27.39/27.40	v x421 x420 -x419 x418 -x417 -x416 x415 x414 -x413 -x412 x411 -x410 -x409 x408 -x407 x406 -x405 -x404 x403 -x402 x401 x400 -x399 
27.39/27.40	v x398 -x397 x396 -x395 x394 -x393 -x392 x391 x390 -x389 x388 -x387 -x386 x385 -x384 x383 x382 -x381 -x380 -x379 -x378 x377 -x376 
27.39/27.40	v x375 -x374 -x373 -x372 x371 -x370 -x369 -x368 x367 x366 -x365 -x364 -x363 -x362 x361 -x360 -x359 -x358 x357 -x356 x355 -x354 
27.39/27.40	v -x353 -x352 -x351 -x350 x349 -x348 x347 -x346 -x345 -x344 -x343 -x342 x341 -x340 -x339 -x338 x337 -x336 -x335 -x334 x333 
27.39/27.40	v -x332 -x331 -x330 x329 -x328 -x327 -x326 x325 -x324 -x323 -x322 x321 -x320 x319 -x318 -x317 x316 -x315 -x314 x313 -x312 -x311 
27.39/27.40	v -x310 x309 -x308 -x307 -x306 x305 -x304 x303 -x302 -x301 -x300 -x299 -x298 x297 -x296 x295 -x294 -x293 -x292 x291 -x290 -x289 
27.39/27.40	v -x288 x287 -x286 -x285 -x284 x283 -x282 -x281 -x280 x279 -x278 -x277 -x276 -x275 -x274 x273 -x272 -x271 -x270 x269 -x268 x267 
27.39/27.40	v -x266 -x265 -x264 -x263 -x262 x261 -x260 x259 -x258 -x257 -x256 -x255 -x254 x253 -x252 -x251 -x250 x249 -x248 -x247 -x246 
27.39/27.40	v x245 -x244 x243 -x242 -x241 -x240 x239 -x238 -x237 -x236 x235 -x234 -x233 -x232 x231 -x230 -x229 -x228 x227 -x226 -x225 -x224 
27.39/27.40	v x223 -x222 -x221 -x220 x219 x218 -x217 -x216 x215 -x214 -x213 -x212 x211 -x210 -x209 -x208 x207 -x206 -x205 -x204 -x203 -x202 
27.39/27.40	v x201 -x200 -x199 -x198 x197 -x196 -x195 -x194 x193 -x192 -x191 -x190 x189 -x188 x187 -x186 -x185 -x184 x183 -x182 -x181 -x180 
27.39/27.40	v -x179 -x178 x177 -x176 x175 -x174 -x173 -x172 -x171 -x170 x169 -x168 x167 x166 -x165 -x164 x163 -x162 -x161 -x160 x159 -x158 
27.39/27.40	v -x157 -x156 x155 -x154 -x153 -x152 x151 -x150 -x149 -x148 x147 -x146 -x145 -x144 -x143 -x142 x141 -x140 x139 -x138 -x137 
27.39/27.40	v -x136 x135 x134 -x133 -x132 x131 -x130 -x129 -x128 x127 -x126 x125 x124 -x123 -x122 x121 -x120 x119 -x118 x117 -x116 x115 x114 
27.39/27.40	v -x113 -x112 x111 -x110 x109 -x108 x107 -x106 x105 -x104 x103 -x102 x101 -x100 x99 -x98 x97 -x96 x95 -x94 x93 -x92 x91 -x90 
27.39/27.40	v x89 -x88 x87 -x86 x85 -x84 x83 -x82 x81 -x80 x79 -x78 x77 -x76 x75 -x74 x73 -x72 x71 -x70 x69 -x68 x67 -x66 x65 -x64 x63 -x62 
27.39/27.40	v x61 -x60 x59 -x58 x57 -x56 x55 -x54 x53 -x52 x51 -x50 x49 -x48 x47 -x46 x45 -x44 x43 -x42 x41 -x40 x39 -x38 x37 -x36 x35 -x34 
27.39/27.40	v x33 -x32 x31 -x30 x29 -x28 x27 -x26 x25 -x24 x23 -x22 x21 -x20 x19 -x18 -x17 -x16 x15 -x14 x13 -x12 x11 -x10 x9 -x8 x7 x6 -x5 
27.39/27.40	v -x4 x3 -x2 x1 
27.39/27.40	c SCIP Status        : problem is solved [optimal solution found]
27.39/27.40	c Total Time         :      27.40
27.39/27.40	c   solving          :      27.40
27.39/27.40	c   presolving       :       0.03 (included in solving)
27.39/27.40	c   reading          :       0.01 (included in solving)
27.39/27.40	c   copying          :       0.08 (10 #copies) (minimal 0.01, maximal 0.01, average 0.01)
27.39/27.40	c Original Problem   :
27.39/27.40	c   Problem name     : HOME/instance-3691991-1338031538.opb
27.39/27.40	c   Variables        : 444 (444 binary, 0 integer, 0 implicit integer, 0 continuous)
27.39/27.40	c   Constraints      : 1408 initial, 1408 maximal
27.39/27.40	c   Objective sense  : minimize
27.39/27.40	c Presolved Problem  :
27.39/27.40	c   Problem name     : t_HOME/instance-3691991-1338031538.opb
27.39/27.40	c   Variables        : 432 (432 binary, 0 integer, 0 implicit integer, 0 continuous)
27.39/27.40	c   Constraints      : 1396 initial, 1404 maximal
27.39/27.40	c Presolvers         :   ExecTime  SetupTime  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
27.39/27.40	c   domcol           :       0.00       0.00          0          0          0          0          0          0          0          0          0
27.39/27.40	c   trivial          :       0.00       0.00          0          0          0          0          0          0          0          0          0
27.39/27.40	c   dualfix          :       0.00       0.00          0          0          0          0          0          0          0          0          0
27.39/27.40	c   boundshift       :       0.00       0.00          0          0          0          0          0          0          0          0          0
27.39/27.40	c   inttobinary      :       0.00       0.00          0          0          0          0          0          0          0          0          0
27.39/27.40	c   convertinttobin  :       0.00       0.00          0          0          0          0          0          0          0          0          0
27.39/27.40	c   gateextraction   :       0.00       0.00          0          0          0          0          0          0          0          0          0
27.39/27.40	c   implics          :       0.00       0.00          0          0          0          0          0          0          0          0          0
27.39/27.40	c   components       :       0.00       0.00          0          0          0          0          0          0          0          0          0
27.39/27.40	c   pseudoobj        :       0.00       0.00          0          0          0          0          0          0          0          0          0
27.39/27.40	c   probing          :       0.00       0.00          0          0          0          0          0          0          0          0          0
27.39/27.40	c   setppc           :       0.00       0.00          0          0          0          0          0          0          0          0          0
27.39/27.40	c   linear           :       0.02       0.00          0         12          0          0          0         12          0          0          0
27.39/27.40	c   logicor          :       0.00       0.00          0          0          0          0          0          0          0          0          0
27.39/27.40	c   root node        :          -          -          1          -          -          1          -          -          -          -          -
27.39/27.40	c Constraints        :     Number  MaxNumber  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #ResProp    Cutoffs    DomReds       Cuts      Conss   Children
27.39/27.40	c   integral         :          0          0          0          0       4801          0        403          0         32        757          0          0       8816
27.39/27.40	c   setppc           :       1266       1266         14      21783          0          0        400        136          0      42656          0          0          0
27.39/27.40	c   linear           :          0+         1         14       9840          0          0          0          0          0         12          0          0          0
27.39/27.40	c   logicor          :        130+       137         14       9960          0          0        397          1          3       4464          0          0          0
27.39/27.40	c   countsols        :          0          0          0          0          0          0        399          0          0          0          0          0          0
27.39/27.40	c Constraint Timings :  TotalTime  SetupTime   Separate  Propagate     EnfoLP     EnfoPS      Check    ResProp
27.39/27.40	c   integral         :      12.26       0.00       0.00       0.00      12.26       0.00       0.01       0.00
27.39/27.40	c   setppc           :       0.14       0.00       0.00       0.13       0.00       0.00       0.01       0.00
27.39/27.40	c   linear           :       0.01       0.00       0.00       0.01       0.00       0.00       0.00       0.00
27.39/27.40	c   logicor          :       0.06       0.00       0.00       0.06       0.00       0.00       0.00       0.00
27.39/27.40	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
27.39/27.40	c Propagators        : #Propagate   #ResProp    Cutoffs    DomReds
27.39/27.40	c   rootredcost      :          3          0          0          0
27.39/27.40	c   pseudoobj        :      26490          0          4       8919
27.39/27.40	c   vbounds          :          0          0          0          0
27.39/27.40	c   redcost          :       7439          0          0      19026
27.39/27.40	c   probing          :          0          0          0          0
27.39/27.40	c Propagator Timings :  TotalTime  SetupTime   Presolve  Propagate    ResProp
27.39/27.40	c   rootredcost      :       0.01       0.00       0.00       0.01       0.00
27.39/27.40	c   pseudoobj        :       0.30       0.00       0.00       0.30       0.00
27.39/27.40	c   vbounds          :       0.01       0.00       0.00       0.01       0.00
27.39/27.40	c   redcost          :       0.09       0.00       0.00       0.09       0.00
27.39/27.40	c   probing          :       0.00       0.00       0.00       0.00       0.00
27.39/27.40	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
27.39/27.40	c   propagation      :       0.00          3          3          7       16.9          0        0.0          -
27.39/27.40	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
27.39/27.40	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
27.39/27.40	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
27.39/27.40	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
27.39/27.40	c   applied globally :          -          -          -          7       16.9          -          -          -
27.39/27.40	c   applied locally  :          -          -          -          0        0.0          -          -          -
27.39/27.40	c Separators         :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss
27.39/27.40	c   cut pool         :       0.00                    13          -          -        154          -    (maximal pool size: 679)
27.39/27.40	c   closecuts        :       0.00       0.00          0          0          0          0          0
27.39/27.40	c   impliedbounds    :       0.00       0.00         14          0          0          0          0
27.39/27.40	c   intobj           :       0.00       0.00          0          0          0          0          0
27.39/27.40	c   gomory           :       0.09       0.00         10          0          0        450          0
27.39/27.40	c   cgmip            :       0.00       0.00          0          0          0          0          0
27.39/27.40	c   strongcg         :       0.41       0.00         14          0          0       5132          0
27.39/27.40	c   cmir             :       0.08       0.00         10          0          0         79          0
27.39/27.40	c   flowcover        :       0.08       0.00         10          0          0         34          0
27.39/27.40	c   clique           :       0.00       0.00          1          0          0          0          0
27.39/27.40	c   zerohalf         :       0.00       0.00          0          0          0          0          0
27.39/27.40	c   mcf              :       0.00       0.00          1          0          0          0          0
27.39/27.40	c   oddcycle         :       0.00       0.00          0          0          0          0          0
27.39/27.40	c   rapidlearning    :       0.07       0.00          1          0          0          0          1
27.39/27.40	c Pricers            :   ExecTime  SetupTime      Calls       Vars
27.39/27.40	c   problem variables:       0.00          -          0          0
27.39/27.40	c Branching Rules    :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss   Children
27.39/27.40	c   relpscost        :      12.26       0.00       4801         32        757          0          0       8816
27.39/27.40	c   pscost           :       0.00       0.00          0          0          0          0          0          0
27.39/27.40	c   inference        :       0.00       0.00          0          0          0          0          0          0
27.39/27.40	c   mostinf          :       0.00       0.00          0          0          0          0          0          0
27.39/27.40	c   leastinf         :       0.00       0.00          0          0          0          0          0          0
27.39/27.40	c   fullstrong       :       0.00       0.00          0          0          0          0          0          0
27.39/27.40	c   allfullstrong    :       0.00       0.00          0          0          0          0          0          0
27.39/27.40	c   random           :       0.00       0.00          0          0          0          0          0          0
27.39/27.40	c Primal Heuristics  :   ExecTime  SetupTime      Calls      Found
27.39/27.40	c   LP solutions     :       0.00          -          -          0
27.39/27.40	c   pseudo solutions :       0.00          -          -          0
27.39/27.40	c   feaspump         :       0.00       0.00          0          0
27.39/27.40	c   oneopt           :       0.01       0.00         11          4
27.39/27.40	c   crossover        :       0.14       0.00          2          0
27.39/27.40	c   fracdiving       :       0.08       0.00          7          0
27.39/27.40	c   linesearchdiving :       0.02       0.00          7          0
27.39/27.40	c   guideddiving     :       0.09       0.00          7          0
27.39/27.40	c   objpscostdiving  :       0.04       0.00          4          0
27.39/27.40	c   rootsoldiving    :       0.03       0.00          4          0
27.39/27.40	c   pscostdiving     :       0.09       0.00          8          0
27.39/27.40	c   coefdiving       :       0.08       0.00          8          0
27.39/27.40	c   veclendiving     :       0.05       0.00          8          0
27.39/27.40	c   smallcard        :       0.00       0.00          0          0
27.39/27.40	c   trivial          :       0.00       0.00          2          0
27.39/27.40	c   shiftandpropagate:       0.01       0.00          1          1
27.39/27.40	c   simplerounding   :       0.00       0.00          0          0
27.39/27.40	c   zirounding       :       0.40       0.00       4440        345
27.39/27.40	c   rounding         :       0.26       0.00       3670          2
27.39/27.40	c   shifting         :       0.06       0.00        481         45
27.39/27.40	c   intshifting      :       0.00       0.00          0          0
27.39/27.40	c   twoopt           :       0.00       0.00          0          0
27.39/27.40	c   indoneopt        :       0.01       0.00          0          0
27.39/27.40	c   indtwoopt        :       0.00       0.00          0          0
27.39/27.40	c   fixandinfer      :       0.00       0.00          0          0
27.39/27.40	c   clique           :       0.00       0.00          0          0
27.39/27.40	c   indrounding      :       0.00       0.00          0          0
27.39/27.40	c   indcoefdiving    :       0.00       0.00          0          0
27.39/27.40	c   nlpdiving        :       0.00       0.00          0          0
27.39/27.40	c   intdiving        :       0.00       0.00          0          0
27.39/27.40	c   actconsdiving    :       0.00       0.00          0          0
27.39/27.40	c   octane           :       0.00       0.00          0          0
27.39/27.40	c   rens             :       0.01       0.00          0          0
27.39/27.40	c   rins             :       0.00       0.00          0          0
27.39/27.40	c   localbranching   :       0.00       0.00          0          0
27.39/27.40	c   mutation         :       0.00       0.00          0          0
27.39/27.40	c   dins             :       0.00       0.00          0          0
27.39/27.40	c   vbounds          :       0.00       0.00          0          0
27.39/27.40	c   undercover       :       0.00       0.00          0          0
27.39/27.40	c   subnlp           :       0.00       0.00          0          0
27.39/27.40	c   trysol           :       0.00       0.00          0          0
27.39/27.40	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec  Time-0-It Calls-0-It
27.39/27.40	c   primal LP        :       0.00          1          0       0.00          -       0.00          1
27.39/27.40	c   dual LP          :      10.60      11816     119950      13.06   11313.84       0.70       2632
27.39/27.40	c   lex dual LP      :       0.00          0          0       0.00          -
27.39/27.40	c   barrier LP       :       0.00          0          0       0.00          -       0.00          0
27.39/27.40	c   diving/probing LP:       0.37        621       3128       5.04    8414.14
27.39/27.40	c   strong branching :      12.16       1859     134951      72.59   11099.85
27.39/27.40	c     (at root node) :          -         10       4158     415.80          -
27.39/27.40	c   conflict analysis:       0.00          0          0       0.00          -
27.39/27.40	c B&B Tree           :
27.39/27.40	c   number of runs   :          1
27.39/27.40	c   nodes            :       8814
27.39/27.40	c   nodes (total)    :       8814
27.39/27.40	c   nodes left       :          0
27.39/27.40	c   max depth        :         56
27.39/27.40	c   max depth (total):         56
27.39/27.40	c   backtracks       :       1379 (15.6%)
27.39/27.40	c   delayed cutoffs  :          0
27.39/27.40	c   repropagations   :         22 (73 domain reductions, 0 cutoffs)
27.39/27.40	c   avg switch length:       4.22
27.39/27.40	c   switching time   :       0.36
27.39/27.40	c Solution           :
27.39/27.40	c   Solutions found  :        397 (11 improvements)
27.39/27.40	c   First Solution   : +2.22000000000000e+02   (in run 1, after 1 nodes, 0.05 seconds, depth 28, found by <shiftandpropagate>)
27.39/27.40	c   Primal Bound     : +1.61999999999999e+02   (in run 1, after 2458 nodes, 16.72 seconds, depth 10, found by <shifting>)
27.39/27.40	c   Dual Bound       : +1.61999999999999e+02
27.39/27.40	c   Gap              :       0.00 %
27.39/27.40	c   Root Dual Bound  : +1.33905907798466e+02
27.39/27.40	c   Root Iterations  :       2143
27.39/27.41	c Time complete: 27.4.

Verifier Data

OK	162

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-3691991-1338031538/watcher-3691991-1338031538 -o /tmp/evaluation-result-3691991-1338031538/solver-3691991-1338031538 -C 1800 -W 1900 -M 15500 HOME/scip-2.1.1.4expfix.linux.x86_64.gnu.opt.spx -f HOME/instance-3691991-1338031538.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.14 2.03 1.95 3/176 30209
/proc/meminfo: memFree=28816408/32873648 swapFree=7360/7360
[pid=30209] ppid=30207 vsize=13120 CPUtime=0 cores=0,2,4,6
/proc/30209/stat : 30209 (scip-2.1.1.4exp) R 30207 30209 28235 0 -1 4202496 2025 0 0 0 0 0 0 0 20 0 1 0 269277896 13434880 1981 33554432000 4194304 10219143 140737212318432 140736622490424 8844210 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/30209/statm: 3280 1982 421 1471 0 1800 0

[startup+0.0538419 s]
/proc/loadavg: 2.14 2.03 1.95 3/176 30209
/proc/meminfo: memFree=28816408/32873648 swapFree=7360/7360
[pid=30209] ppid=30207 vsize=27864 CPUtime=0.05 cores=0,2,4,6
/proc/30209/stat : 30209 (scip-2.1.1.4exp) R 30207 30209 28235 0 -1 4202496 5972 0 0 0 4 1 0 0 20 0 1 0 269277896 28532736 5649 33554432000 4194304 10219143 140737212318432 140736622490424 9008087 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/30209/statm: 6966 5649 685 1471 0 5486 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 27864

[startup+0.100254 s]
/proc/loadavg: 2.14 2.03 1.95 3/176 30209
/proc/meminfo: memFree=28816408/32873648 swapFree=7360/7360
[pid=30209] ppid=30207 vsize=32504 CPUtime=0.09 cores=0,2,4,6
/proc/30209/stat : 30209 (scip-2.1.1.4exp) R 30207 30209 28235 0 -1 4202496 7348 0 0 0 8 1 0 0 20 0 1 0 269277896 33284096 6959 33554432000 4194304 10219143 140737212318432 140736622490424 8844210 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/30209/statm: 8126 6962 798 1471 0 6646 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 32504

[startup+0.300213 s]
/proc/loadavg: 2.14 2.03 1.95 3/176 30209
/proc/meminfo: memFree=28816408/32873648 swapFree=7360/7360
[pid=30209] ppid=30207 vsize=40364 CPUtime=0.29 cores=0,2,4,6
/proc/30209/stat : 30209 (scip-2.1.1.4exp) R 30207 30209 28235 0 -1 4202496 11049 0 0 0 27 2 0 0 20 0 1 0 269277896 41332736 8669 33554432000 4194304 10219143 140737212318432 140736622490424 9026266 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/30209/statm: 10091 8669 825 1471 0 8611 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 40364

[startup+0.700186 s]
/proc/loadavg: 2.14 2.03 1.95 3/176 30209
/proc/meminfo: memFree=28816408/32873648 swapFree=7360/7360
[pid=30209] ppid=30207 vsize=40864 CPUtime=0.69 cores=0,2,4,6
/proc/30209/stat : 30209 (scip-2.1.1.4exp) R 30207 30209 28235 0 -1 4202496 11232 0 0 0 66 3 0 0 20 0 1 0 269277896 41844736 8852 33554432000 4194304 10219143 140737212318432 140737212313352 9026266 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/30209/statm: 10216 8852 826 1471 0 8736 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 40864

[startup+1.50018 s]
/proc/loadavg: 2.14 2.03 1.95 3/177 30210
/proc/meminfo: memFree=28784984/32873648 swapFree=7360/7360
[pid=30209] ppid=30207 vsize=38848 CPUtime=1.49 cores=0,2,4,6
/proc/30209/stat : 30209 (scip-2.1.1.4exp) R 30207 30209 28235 0 -1 4202496 12007 0 0 0 145 4 0 0 20 0 1 0 269277896 39780352 8610 33554432000 4194304 10219143 140737212318432 140737212313320 8077354 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/30209/statm: 9712 8610 833 1471 0 8232 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 38848

[startup+3.10018 s]
/proc/loadavg: 2.14 2.03 1.95 3/177 30210
/proc/meminfo: memFree=28784736/32873648 swapFree=7360/7360
[pid=30209] ppid=30207 vsize=38848 CPUtime=3.09 cores=0,2,4,6
/proc/30209/stat : 30209 (scip-2.1.1.4exp) R 30207 30209 28235 0 -1 4202496 12007 0 0 0 303 6 0 0 20 0 1 0 269277896 39780352 8610 33554432000 4194304 10219143 140737212318432 140737212311880 9026266 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/30209/statm: 9712 8610 833 1471 0 8232 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 38848

[startup+6.30018 s]
/proc/loadavg: 2.13 2.03 1.95 3/177 30210
/proc/meminfo: memFree=28784104/32873648 swapFree=7360/7360
[pid=30209] ppid=30207 vsize=38848 CPUtime=6.29 cores=0,2,4,6
/proc/30209/stat : 30209 (scip-2.1.1.4exp) R 30207 30209 28235 0 -1 4202496 12007 0 0 0 619 10 0 0 20 0 1 0 269277896 39780352 8610 33554432000 4194304 10219143 140737212318432 140737212311880 9026266 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/30209/statm: 9712 8610 833 1471 0 8232 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 38848

[startup+12.7002 s]
/proc/loadavg: 2.12 2.03 1.95 3/177 30210
/proc/meminfo: memFree=28783960/32873648 swapFree=7360/7360
[pid=30209] ppid=30207 vsize=38848 CPUtime=12.69 cores=0,2,4,6
/proc/30209/stat : 30209 (scip-2.1.1.4exp) R 30207 30209 28235 0 -1 4202496 13213 0 0 0 1250 19 0 0 20 0 1 0 269277896 39780352 8610 33554432000 4194304 10219143 140737212318432 140737212312728 6850054 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/30209/statm: 9712 8610 833 1471 0 8232 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 38848

[startup+25.5002 s]
/proc/loadavg: 2.09 2.03 1.95 3/177 30210
/proc/meminfo: memFree=28762444/32873648 swapFree=7360/7360
[pid=30209] ppid=30207 vsize=38848 CPUtime=25.49 cores=0,2,4,6
/proc/30209/stat : 30209 (scip-2.1.1.4exp) R 30207 30209 28235 0 -1 4202496 25246 0 0 0 2505 44 0 0 20 0 1 0 269277896 39780352 8630 33554432000 4194304 10219143 140737212318432 140737212312104 9026266 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/30209/statm: 9712 8630 853 1471 0 8232 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 38848

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

[startup+26.3002 s]
/proc/loadavg: 2.09 2.03 1.95 3/177 30210
/proc/meminfo: memFree=28756616/32873648 swapFree=7360/7360
[pid=30209] ppid=30207 vsize=38848 CPUtime=26.29 cores=0,2,4,6
/proc/30209/stat : 30209 (scip-2.1.1.4exp) R 30207 30209 28235 0 -1 4202496 25246 0 0 0 2584 45 0 0 20 0 1 0 269277896 39780352 8630 33554432000 4194304 10219143 140737212318432 140737212311560 9026266 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/30209/statm: 9712 8630 853 1471 0 8232 0
Current children cumulated CPU time (s) 26.29
Current children cumulated vsize (KiB) 38848

[startup+27.1002 s]
/proc/loadavg: 2.09 2.03 1.95 3/177 30210
/proc/meminfo: memFree=28756616/32873648 swapFree=7360/7360
[pid=30209] ppid=30207 vsize=38848 CPUtime=27.08 cores=0,2,4,6
/proc/30209/stat : 30209 (scip-2.1.1.4exp) R 30207 30209 28235 0 -1 4202496 26688 0 0 0 2662 46 0 0 20 0 1 0 269277896 39780352 8630 33554432000 4194304 10219143 140737212318432 140737212311416 9026266 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/30209/statm: 9712 8630 853 1471 0 8232 0
Current children cumulated CPU time (s) 27.08
Current children cumulated vsize (KiB) 38848

[startup+27.3002 s]
/proc/loadavg: 2.09 2.03 1.95 3/177 30210
/proc/meminfo: memFree=28756616/32873648 swapFree=7360/7360
[pid=30209] ppid=30207 vsize=38848 CPUtime=27.29 cores=0,2,4,6
/proc/30209/stat : 30209 (scip-2.1.1.4exp) R 30207 30209 28235 0 -1 4202496 26688 0 0 0 2682 47 0 0 20 0 1 0 269277896 39780352 8630 33554432000 4194304 10219143 140737212318432 140737212311416 7960597 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/30209/statm: 9712 8630 853 1471 0 8232 0
Current children cumulated CPU time (s) 27.29
Current children cumulated vsize (KiB) 38848

[startup+27.4002 s]
/proc/loadavg: 2.09 2.03 1.95 3/177 30210
/proc/meminfo: memFree=28754260/32873648 swapFree=7360/7360
[pid=30209] ppid=30207 vsize=38848 CPUtime=27.39 cores=0,2,4,6
/proc/30209/stat : 30209 (scip-2.1.1.4exp) R 30207 30209 28235 0 -1 4202496 26689 0 0 0 2692 47 0 0 20 0 1 0 269277896 39780352 8631 33554432000 4194304 10219143 140737212318432 140737212311416 9008087 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/30209/statm: 9712 8631 854 1471 0 8232 0
Current children cumulated CPU time (s) 27.39
Current children cumulated vsize (KiB) 38848

Child status: 0
Real time (s): 27.418
CPU time (s): 27.4138
CPU user time (s): 26.9369
CPU system time (s): 0.476927
CPU usage (%): 99.9848
Max. virtual memory (cumulated for all children) (KiB): 55188

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 26.9369
system time used= 0.476927
maximum resident set size= 49188
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26693
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= 3
involuntary context switches= 48

runsolver used 0.041993 second user time and 0.113982 second system time

The end

Launcher Data

Begin job on node149 at 2012-05-26 13:25:38
IDJOB=3691991
IDBENCH=2105
IDSOLVER=2271
FILE ID=node149/3691991-1338031538
RUNJOBID= node149-1338029720-29687
PBS_JOBID= 14624326
Free space on /tmp= 71692 MiB

SOLVER NAME= SCIP spx E SCIP 2.1.1.4. Exp with SoPlex 1.6.0.3 fixed
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/primes-dimacs-cnf/normalized-ii32e1.opb
COMMAND LINE= HOME/scip-2.1.1.4expfix.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3691991-1338031538/watcher-3691991-1338031538 -o /tmp/evaluation-result-3691991-1338031538/solver-3691991-1338031538 -C 1800 -W 1900 -M 15500  HOME/scip-2.1.1.4expfix.linux.x86_64.gnu.opt.spx -f HOME/instance-3691991-1338031538.opb -t 1800 -m 15500

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

MD5SUM BENCH= 0d4648505d14cf43905d3198d6f686c2
RANDOM SEED=1229855900

node149.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.145
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.29
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.145
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.145
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.55
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.145
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.145
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.145
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	: 5438.55
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.145
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.145
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:       32873648 kB
MemFree:        28816828 kB
Buffers:          257340 kB
Cached:          2951716 kB
SwapCached:            0 kB
Active:           745072 kB
Inactive:        2542164 kB
Active(anon):      79380 kB
Inactive(anon):        0 kB
Active(file):     665692 kB
Inactive(file):  2542164 kB
Unevictable:        7360 kB
Mlocked:            7360 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             28344 kB
Writeback:             0 kB
AnonPages:         84104 kB
Mapped:            17404 kB
Shmem:               200 kB
Slab:             633248 kB
SReclaimable:      75984 kB
SUnreclaim:       557264 kB
KernelStack:        1432 kB
PageTables:         3896 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     192660 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71680 MiB
End job on node149 at 2012-05-26 13:26:06