Trace number 3690825

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 SCIP 2.1.1.4. with SoPlex 1.6.0.3 fixedOPT162 26.047 26.0516

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: 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-3690825-1338018748.opb>
0.00/0.00	c original problem has 444 variables (444 bin, 0 int, 0 impl, 0 cont) and 1408 constraints
0.00/0.00	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.01/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.01/0.04	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.01/0.04	c    (0.0s) probing: 51/432 (11.8%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.01/0.04	c    (0.0s) probing aborted: 50/50 successive totally useless probings
0.01/0.05	c presolving (4 rounds):
0.01/0.05	c  12 deleted vars, 12 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.01/0.05	c  8742 implications, 0 cliques
0.01/0.05	c presolved problem has 432 variables (432 bin, 0 int, 0 impl, 0 cont) and 1396 constraints
0.01/0.05	c    1266 constraints of type <setppc>
0.01/0.05	c     130 constraints of type <logicor>
0.01/0.05	c transformed objective value is always integral (scale: 1)
0.01/0.05	c Presolving Time: 0.04
0.01/0.05	c - non default parameters ----------------------------------------------------------------------
0.01/0.05	c # SCIP version 2.1.1.4
0.01/0.05	c 
0.01/0.05	c # maximal time in seconds to run
0.01/0.05	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.01/0.05	c limits/time = 1797
0.01/0.05	c 
0.01/0.05	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.01/0.05	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.01/0.05	c limits/memory = 13950
0.01/0.05	c 
0.01/0.05	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.01/0.05	c # [type: int, range: [1,2], default: 1]
0.01/0.05	c timing/clocktype = 2
0.01/0.05	c 
0.01/0.05	c # belongs reading time to solving time?
0.01/0.05	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.01/0.05	c timing/reading = TRUE
0.01/0.05	c 
0.01/0.05	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.01/0.05	c # [type: int, range: [-1,2147483647], default: -1]
0.01/0.05	c separating/rapidlearning/freq = 0
0.01/0.05	c 
0.01/0.05	c -----------------------------------------------------------------------------------------------
0.01/0.05	c start solving
0.01/0.05	c 
0.01/0.05	o 222
0.01/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.01/0.05	c T 0.1s|     1 |     0 |     0 |     - |3755k|   0 |   - | 432 |1402 | 432 |1396 |   0 |   6 |   0 |      --      | 2.220000e+02 |    Inf 
0.01/0.05	o 206
0.01/0.05	c b 0.1s|     1 |     0 |     0 |     - |3719k|   0 |   - | 432 |1402 | 432 |1396 |   0 |   6 |   0 |      --      | 2.060000e+02 |    Inf 
0.01/0.07	c   0.1s|     1 |     0 |   544 |     - |3713k|   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 |     - |4052k|   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 |     - |4374k|   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 |     - |4654k|   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 |     - |4772k|   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 |     - |4873k|   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 |     - |4936k|   0 | 286 | 432 |1403 | 432 |1435 |  39 |   6 |   0 | 1.322199e+02 | 2.060000e+02 |  55.80%
0.39/0.42	c   0.4s|     1 |     0 |  1490 |     - |4996k|   0 | 292 | 432 |1403 | 432 |1442 |  46 |   6 |   0 | 1.326574e+02 | 2.060000e+02 |  55.29%
0.39/0.47	c   0.5s|     1 |     0 |  1710 |     - |5054k|   0 | 303 | 432 |1403 | 432 |1448 |  52 |   6 |   0 | 1.329128e+02 | 2.060000e+02 |  54.99%
0.49/0.51	c   0.5s|     1 |     0 |  1758 |     - |5117k|   0 | 305 | 432 |1403 | 432 |1451 |  55 |   6 |   0 | 1.338716e+02 | 2.060000e+02 |  53.88%
0.59/0.66	c   0.7s|     1 |     0 |  1817 |     - |5175k|   0 | 309 | 432 |1403 | 432 |1456 |  60 |   6 |   0 | 1.338780e+02 | 2.060000e+02 |  53.87%
0.69/0.72	c   0.7s|     1 |     0 |  1884 |     - |5184k|   0 | 307 | 432 |1403 | 432 |1458 |  62 |   6 |   0 | 1.338899e+02 | 2.060000e+02 |  53.86%
0.69/0.78	c   0.8s|     1 |     0 |  1953 |     - |5199k|   0 | 306 | 432 |1403 | 432 |1461 |  65 |   6 |   0 | 1.338972e+02 | 2.060000e+02 |  53.85%
0.79/0.83	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.83	c   0.8s|     1 |     0 |  2089 |     - |5227k|   0 | 312 | 432 |1403 | 432 |1465 |  69 |   6 |   0 | 1.339059e+02 | 2.060000e+02 |  53.84%
0.79/0.89	c   0.9s|     1 |     0 |  2143 |     - |5250k|   0 | 313 | 432 |1403 | 432 |1466 |  70 |   6 |   0 | 1.339059e+02 | 2.060000e+02 |  53.84%
0.79/0.89	o 205
0.79/0.89	c s 0.9s|     1 |     0 |  2143 |     - |5256k|   0 | 313 | 432 |1403 | 432 |1466 |  70 |   6 |   0 | 1.339059e+02 | 2.050000e+02 |  53.09%
1.29/1.33	c   1.3s|     1 |     2 |  2143 |     - |5256k|   0 | 313 | 432 |1403 | 432 |1466 |  70 |   6 |  10 | 1.339059e+02 | 2.050000e+02 |  53.09%
1.29/1.33	o 177
1.29/1.33	c b 1.3s|     2 |     1 |  2143 |   0.0 |5283k|   1 |   - | 432 |1403 | 432 |1442 |  70 |   6 |  10 | 1.339059e+02 | 1.770000e+02 |  32.18%
2.99/3.04	o 176
2.99/3.04	c R 3.0s|     8 |     6 |  3072 | 132.7 |5316k|   7 |  25 | 432 |1403 | 432 |1442 |  70 |   6 | 137 | 1.339059e+02 | 1.760000e+02 |  31.44%
3.09/3.10	o 175
3.09/3.10	c b 3.1s|     8 |     8 |  3072 | 132.7 |5328k|   7 |  25 | 432 |1403 | 432 |1442 |  70 |   6 | 162 | 1.339059e+02 | 1.750000e+02 |  30.69%
5.29/5.32	o 174
5.29/5.32	c R 5.3s|    15 |     8 |  4172 | 144.9 |5352k|   8 | 131 | 432 |1403 | 432 |1442 |  70 |   6 | 235 | 1.339059e+02 | 1.740000e+02 |  29.94%
5.50/5.56	o 162
5.50/5.56	c b 5.6s|    15 |     9 |  4172 | 144.9 |5362k|   8 | 131 | 432 |1403 | 432 |1442 |  70 |   6 | 246 | 1.339059e+02 | 1.620000e+02 |  20.98%
10.79/10.85	c  10.8s|   100 |    24 |  9271 |  72.0 |5642k|  14 |  27 | 432 |1403 | 432 |1442 |  70 |   6 | 825 | 1.339059e+02 | 1.620000e+02 |  20.98%
11.09/11.11	c  11.1s|   200 |    36 | 11713 |  48.1 |5952k|  22 |  18 | 432 |1403 | 432 |1442 |  70 |   6 | 833 | 1.432046e+02 | 1.620000e+02 |  13.12%
11.29/11.34	c  11.3s|   300 |    38 | 13220 |  37.0 |6018k|  24 |   - | 432 |1403 | 432 |1442 |  70 |   6 | 842 | 1.440380e+02 | 1.620000e+02 |  12.47%
11.59/11.67	c  11.7s|   400 |    36 | 15434 |  33.3 |6044k|  27 |   - | 432 |1403 | 432 |1442 |  70 |   6 | 860 | 1.454089e+02 | 1.620000e+02 |  11.41%
11.89/11.94	c  11.9s|   500 |    38 | 17604 |  31.0 |6059k|  27 |  20 | 432 |1403 | 432 |1442 |  70 |   6 | 877 | 1.478504e+02 | 1.620000e+02 |   9.57%
12.10/12.16	c  12.2s|   600 |    40 | 19250 |  28.6 |6087k|  27 |  27 | 432 |1403 | 432 |1442 |  70 |   6 | 897 | 1.478504e+02 | 1.620000e+02 |   9.57%
12.29/12.35	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
12.29/12.35	c  12.4s|   700 |    40 | 20510 |  26.3 |6093k|  27 |  24 | 432 |1403 | 432 |1442 |  70 |   6 | 912 | 1.485001e+02 | 1.620000e+02 |   9.09%
12.68/12.70	o 162
12.68/12.70	c s12.7s|   787 |    27 | 23208 |  26.8 |6018k|  27 |  12 | 432 |1403 | 432 |1442 |  70 |   6 | 936 | 1.516480e+02 | 1.620000e+02 |   6.83%
12.68/12.72	c  12.7s|   800 |    30 | 23374 |  26.6 |6020k|  27 |  18 | 432 |1403 | 432 |1442 |  70 |   6 | 936 | 1.516480e+02 | 1.620000e+02 |   6.83%
12.89/12.95	c  13.0s|   900 |    24 | 24896 |  25.3 |6014k|  27 |   - | 432 |1403 | 432 |1442 |  70 |   6 | 945 | 1.519091e+02 | 1.620000e+02 |   6.64%
13.19/13.24	c  13.2s|  1000 |    24 | 27095 |  25.0 |5995k|  27 |  26 | 432 |1404 | 432 |1442 |  70 |   7 | 962 | 1.519091e+02 | 1.620000e+02 |   6.64%
13.29/13.38	c  13.4s|  1100 |    26 | 28019 |  23.5 |6027k|  27 |   - | 432 |1404 | 432 |1442 |  70 |   7 | 971 | 1.531007e+02 | 1.620000e+02 |   5.81%
13.49/13.54	c  13.5s|  1200 |    30 | 29084 |  22.5 |6060k|  27 |   - | 432 |1404 | 432 |1442 |  70 |   7 | 983 | 1.539661e+02 | 1.620000e+02 |   5.22%
13.68/13.79	c  13.8s|  1300 |    28 | 30966 |  22.2 |6050k|  27 |   - | 432 |1404 | 432 |1442 |  70 |   7 |1008 | 1.541900e+02 | 1.620000e+02 |   5.07%
14.09/14.13	c  14.1s|  1400 |    32 | 33358 |  22.3 |6064k|  27 |  33 | 432 |1404 | 432 |1442 |  70 |   7 |1041 | 1.545530e+02 | 1.620000e+02 |   4.82%
14.29/14.30	o 162
14.29/14.30	c s14.3s|  1479 |    31 | 34777 |  22.1 |6066k|  27 |  24 | 432 |1404 | 432 |1442 |  70 |   7 |1054 | 1.545557e+02 | 1.620000e+02 |   4.82%
14.29/14.34	c  14.3s|  1500 |    34 | 35074 |  22.0 |6074k|  27 |  15 | 432 |1404 | 432 |1442 |  70 |   7 |1054 | 1.545557e+02 | 1.620000e+02 |   4.82%
14.48/14.54	c  14.5s|  1600 |    36 | 36633 |  21.6 |6099k|  32 |   - | 432 |1404 | 432 |1442 |  70 |   7 |1073 | 1.550515e+02 | 1.620000e+02 |   4.48%
14.69/14.72	c  14.7s|  1700 |    24 | 37842 |  21.0 |6010k|  32 |  39 | 432 |1404 | 432 |1442 |  70 |   7 |1083 | 1.553340e+02 | 1.620000e+02 |   4.29%
14.79/14.86	c  14.9s|  1800 |    22 | 39063 |  20.5 |6019k|  32 |   - | 432 |1404 | 432 |1442 |  70 |   7 |1091 | 1.554340e+02 | 1.620000e+02 |   4.22%
14.99/15.01	c  15.0s|  1900 |    24 | 40333 |  20.1 |6022k|  32 |   - | 432 |1403 | 432 |1442 |  70 |   7 |1095 | 1.559340e+02 | 1.620000e+02 |   3.89%
15.08/15.13	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
15.08/15.13	c  15.1s|  2000 |    26 | 41383 |  19.6 |6047k|  32 |  31 | 432 |1402 | 432 |1442 |  70 |   7 |1099 | 1.559535e+02 | 1.620000e+02 |   3.88%
15.18/15.26	c  15.3s|  2100 |    24 | 42558 |  19.3 |6035k|  32 |   - | 432 |1402 | 432 |1442 |  70 |   7 |1100 | 1.559535e+02 | 1.620000e+02 |   3.88%
15.29/15.38	c  15.4s|  2200 |    24 | 43556 |  18.8 |6024k|  34 |  10 | 432 |1402 | 432 |1442 |  70 |   7 |1102 | 1.559535e+02 | 1.620000e+02 |   3.88%
15.49/15.55	c  15.6s|  2300 |    26 | 44895 |  18.6 |6054k|  34 |   - | 432 |1402 | 432 |1442 |  70 |   7 |1109 | 1.559719e+02 | 1.620000e+02 |   3.86%
15.69/15.79	c  15.8s|  2400 |    36 | 47335 |  18.8 |6106k|  34 |   - | 432 |1401 | 432 |1442 |  70 |   7 |1116 | 1.562219e+02 | 1.620000e+02 |   3.70%
15.79/15.89	o 162
15.79/15.89	c s15.9s|  2458 |    36 | 48041 |  18.7 |6114k|  34 | 138 | 432 |1401 | 432 |1442 |  70 |   7 |1119 | 1.562219e+02 | 1.620000e+02 |   3.70%
15.88/15.95	c  16.0s|  2500 |    38 | 48548 |  18.6 |6125k|  34 |  21 | 432 |1401 | 432 |1442 |  70 |   7 |1120 | 1.562219e+02 | 1.620000e+02 |   3.70%
15.98/16.09	c  16.1s|  2600 |    32 | 49598 |  18.3 |6093k|  34 |  29 | 432 |1401 | 432 |1442 |  70 |   7 |1122 | 1.562219e+02 | 1.620000e+02 |   3.70%
16.29/16.32	c  16.3s|  2700 |    28 | 51306 |  18.2 |6070k|  34 |   - | 432 |1401 | 432 |1442 |  70 |   7 |1125 | 1.564719e+02 | 1.620000e+02 |   3.53%
16.39/16.46	c  16.5s|  2800 |    28 | 52445 |  18.0 |6073k|  34 |  18 | 432 |1400 | 432 |1442 |  70 |   7 |1128 | 1.564719e+02 | 1.620000e+02 |   3.53%
16.59/16.60	c  16.6s|  2900 |    36 | 53455 |  17.7 |6041k|  34 | 113 | 432 |1400 | 432 |1442 |  70 |   7 |1131 | 1.564719e+02 | 1.620000e+02 |   3.53%
16.69/16.70	c  16.7s|  3000 |    50 | 54031 |  17.3 |6068k|  56 |   - | 432 |1400 | 432 |1442 |  70 |   7 |1131 | 1.564719e+02 | 1.620000e+02 |   3.53%
16.78/16.84	c  16.8s|  3100 |    48 | 55113 |  17.1 |6086k|  56 |   - | 432 |1400 | 432 |1442 |  70 |   7 |1131 | 1.566385e+02 | 1.620000e+02 |   3.42%
16.98/17.02	c  17.0s|  3200 |    52 | 57020 |  17.2 |6117k|  56 |   - | 432 |1400 | 432 |1442 |  70 |   7 |1131 | 1.571817e+02 | 1.620000e+02 |   3.07%
17.09/17.17	c  17.2s|  3300 |    52 | 58188 |  17.0 |6122k|  56 |  22 | 432 |1400 | 432 |1442 |  70 |   7 |1133 | 1.571817e+02 | 1.620000e+02 |   3.07%
17.28/17.31	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
17.28/17.31	c  17.3s|  3400 |    48 | 59301 |  16.8 |6111k|  56 |   - | 432 |1400 | 432 |1442 |  70 |   7 |1138 | 1.571817e+02 | 1.620000e+02 |   3.07%
17.50/17.51	c  17.5s|  3500 |    26 | 61376 |  16.9 |6086k|  56 |   - | 432 |1400 | 432 |1442 |  70 |   7 |1138 | 1.575380e+02 | 1.620000e+02 |   2.83%
17.59/17.67	c  17.7s|  3600 |    18 | 62934 |  16.9 |6060k|  56 |   - | 432 |1400 | 432 |1442 |  70 |   7 |1138 | 1.579340e+02 | 1.620000e+02 |   2.57%
17.69/17.79	c  17.8s|  3700 |    24 | 64103 |  16.8 |6084k|  56 |  23 | 432 |1400 | 432 |1442 |  70 |   7 |1139 | 1.579340e+02 | 1.620000e+02 |   2.57%
17.78/17.89	c  17.9s|  3800 |    18 | 64884 |  16.5 |6048k|  56 |  22 | 432 |1400 | 432 |1442 |  70 |   7 |1139 | 1.579340e+02 | 1.620000e+02 |   2.57%
17.99/18.03	c  18.0s|  3900 |    30 | 66168 |  16.4 |6098k|  56 |  27 | 432 |1400 | 432 |1442 |  70 |   7 |1140 | 1.579340e+02 | 1.620000e+02 |   2.57%
18.09/18.15	c  18.1s|  4000 |    32 | 67027 |  16.2 |6112k|  56 |  21 | 432 |1400 | 432 |1442 |  70 |   7 |1142 | 1.579340e+02 | 1.620000e+02 |   2.57%
18.19/18.27	c  18.3s|  4100 |    38 | 68161 |  16.1 |6145k|  56 |  33 | 432 |1400 | 432 |1442 |  70 |   7 |1143 | 1.579795e+02 | 1.620000e+02 |   2.54%
18.28/18.38	c  18.4s|  4200 |    36 | 68986 |  15.9 |6159k|  56 |   - | 432 |1399 | 432 |1442 |  70 |   7 |1146 | 1.579795e+02 | 1.620000e+02 |   2.54%
18.49/18.60	c  18.6s|  4300 |    42 | 70982 |  16.0 |6172k|  56 |  29 | 432 |1399 | 432 |1442 |  70 |   7 |1162 | 1.579923e+02 | 1.620000e+02 |   2.54%
18.79/18.80	c  18.8s|  4400 |    42 | 72184 |  15.9 |6189k|  56 |  14 | 432 |1399 | 432 |1442 |  70 |   7 |1193 | 1.579923e+02 | 1.620000e+02 |   2.54%
18.89/18.97	c  19.0s|  4500 |    46 | 73176 |  15.8 |6230k|  56 |   - | 432 |1399 | 432 |1442 |  70 |   7 |1213 | 1.582161e+02 | 1.620000e+02 |   2.39%
19.08/19.14	c  19.1s|  4600 |    56 | 74490 |  15.7 |6276k|  56 |   - | 432 |1399 | 432 |1442 |  70 |   7 |1225 | 1.582161e+02 | 1.620000e+02 |   2.39%
19.29/19.33	c  19.3s|  4700 |    68 | 75722 |  15.7 |6336k|  56 |  38 | 432 |1399 | 432 |1442 |  70 |   7 |1249 | 1.582161e+02 | 1.620000e+02 |   2.39%
19.39/19.47	c  19.5s|  4800 |    74 | 76835 |  15.6 |6384k|  56 |   - | 432 |1399 | 432 |1442 |  70 |   7 |1261 | 1.582161e+02 | 1.620000e+02 |   2.39%
19.69/19.71	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
19.69/19.71	c  19.7s|  4900 |    78 | 77936 |  15.5 |6416k|  56 |  26 | 432 |1399 | 432 |1442 |  70 |   7 |1299 | 1.582161e+02 | 1.620000e+02 |   2.39%
19.89/19.98	c  20.0s|  5000 |    80 | 79656 |  15.5 |6464k|  56 |   - | 432 |1399 | 432 |1442 |  70 |   7 |1348 | 1.583428e+02 | 1.620000e+02 |   2.31%
20.08/20.13	c  20.1s|  5100 |    88 | 80682 |  15.4 |6498k|  56 |  16 | 432 |1399 | 432 |1442 |  70 |   7 |1362 | 1.584340e+02 | 1.620000e+02 |   2.25%
20.29/20.33	c  20.3s|  5200 |    84 | 81987 |  15.4 |6491k|  56 |   - | 432 |1398 | 432 |1442 |  70 |   7 |1398 | 1.584437e+02 | 1.620000e+02 |   2.24%
20.49/20.51	c  20.5s|  5300 |    88 | 82973 |  15.3 |6515k|  56 |   - | 432 |1398 | 432 |1442 |  70 |   7 |1431 | 1.584719e+02 | 1.620000e+02 |   2.23%
20.58/20.69	c  20.7s|  5400 |    98 | 84340 |  15.2 |6562k|  56 |  40 | 432 |1398 | 432 |1442 |  70 |   7 |1452 | 1.586458e+02 | 1.620000e+02 |   2.11%
20.79/20.85	c  20.9s|  5500 |    92 | 85436 |  15.1 |6558k|  56 |   - | 432 |1398 | 432 |1442 |  70 |   7 |1477 | 1.586458e+02 | 1.620000e+02 |   2.11%
20.99/21.04	c  21.0s|  5600 |    98 | 86721 |  15.1 |6588k|  56 |   6 | 432 |1398 | 432 |1442 |  70 |   7 |1508 | 1.589440e+02 | 1.620000e+02 |   1.92%
21.19/21.24	c  21.2s|  5700 |    96 | 87852 |  15.0 |6584k|  56 |   - | 432 |1398 | 432 |1442 |  70 |   7 |1545 | 1.589661e+02 | 1.620000e+02 |   1.91%
21.39/21.42	c  21.4s|  5800 |    94 | 89043 |  15.0 |6581k|  56 |   - | 432 |1398 | 432 |1442 |  70 |   7 |1567 | 1.589719e+02 | 1.620000e+02 |   1.90%
21.49/21.58	c  21.6s|  5900 |    90 | 89908 |  14.9 |6567k|  56 |   - | 432 |1398 | 432 |1442 |  70 |   7 |1594 | 1.590095e+02 | 1.620000e+02 |   1.88%
21.69/21.75	c  21.8s|  6000 |    98 | 91296 |  14.9 |6594k|  56 |   - | 432 |1398 | 432 |1442 |  70 |   7 |1613 | 1.591661e+02 | 1.620000e+02 |   1.78%
21.89/21.94	c  21.9s|  6100 |   100 | 92545 |  14.8 |6605k|  56 |  34 | 432 |1398 | 432 |1442 |  70 |   7 |1637 | 1.594341e+02 | 1.620000e+02 |   1.61%
21.99/22.09	c  22.1s|  6200 |    94 | 93450 |  14.7 |6573k|  56 |   - | 432 |1398 | 432 |1442 |  70 |   7 |1644 | 1.594341e+02 | 1.620000e+02 |   1.61%
22.29/22.31	c  22.3s|  6300 |    92 | 95115 |  14.8 |6548k|  56 |   - | 432 |1398 | 432 |1442 |  70 |   7 |1672 | 1.594662e+02 | 1.620000e+02 |   1.59%
22.39/22.45	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
22.39/22.45	c  22.5s|  6400 |   102 | 96376 |  14.7 |6583k|  56 |  21 | 432 |1398 | 432 |1442 |  70 |   7 |1680 | 1.594662e+02 | 1.620000e+02 |   1.59%
22.48/22.57	c  22.6s|  6500 |    78 | 97088 |  14.6 |6465k|  56 |  14 | 432 |1398 | 432 |1442 |  70 |   7 |1686 | 1.594662e+02 | 1.620000e+02 |   1.59%
22.69/22.70	c  22.7s|  6600 |    82 | 98328 |  14.6 |6497k|  56 |  18 | 432 |1398 | 432 |1442 |  70 |   7 |1690 | 1.594961e+02 | 1.620000e+02 |   1.57%
22.78/22.84	c  22.8s|  6700 |    76 | 99396 |  14.5 |6474k|  56 |   - | 432 |1398 | 432 |1442 |  70 |   7 |1699 | 1.599340e+02 | 1.620000e+02 |   1.29%
23.00/23.03	c  23.0s|  6800 |    68 |100589 |  14.5 |6317k|  56 |   - | 432 |1398 | 432 |1442 |  70 |   7 |1713 | 1.599435e+02 | 1.620000e+02 |   1.29%
23.10/23.14	c  23.1s|  6900 |    58 |101465 |  14.4 |6233k|  56 |   - | 432 |1398 | 432 |1442 |  70 |   7 |1714 | 1.599661e+02 | 1.620000e+02 |   1.27%
23.48/23.52	c  23.5s|  7000 |    78 |104185 |  14.6 |6122k|  56 |  21 | 432 |1398 | 432 |1442 |  70 |   7 |1731 | 1.599719e+02 | 1.620000e+02 |   1.27%
23.58/23.65	c  23.7s|  7100 |    76 |105224 |  14.5 |6116k|  56 |  48 | 432 |1398 | 432 |1442 |  70 |   7 |1736 | 1.599719e+02 | 1.620000e+02 |   1.27%
23.68/23.77	c  23.8s|  7200 |    76 |106360 |  14.5 |6127k|  56 |  25 | 432 |1397 | 432 |1442 |  70 |   7 |1738 | 1.599719e+02 | 1.620000e+02 |   1.27%
23.89/23.95	c  24.0s|  7300 |    96 |107979 |  14.5 |6150k|  56 |  82 | 432 |1397 | 432 |1442 |  70 |   7 |1743 | 1.600075e+02 | 1.620000e+02 |   1.25%
24.09/24.11	c  24.1s|  7400 |    98 |109060 |  14.5 |6157k|  56 |  64 | 432 |1397 | 432 |1442 |  70 |   7 |1757 | 1.600095e+02 | 1.620000e+02 |   1.24%
24.39/24.46	c  24.5s|  7500 |   114 |111123 |  14.5 |6196k|  56 |  74 | 432 |1397 | 432 |1442 |  70 |   7 |1823 | 1.600147e+02 | 1.620000e+02 |   1.24%
24.59/24.69	c  24.7s|  7600 |   138 |112674 |  14.5 |6216k|  56 |  67 | 432 |1397 | 432 |1442 |  70 |   7 |1832 | 1.600238e+02 | 1.620000e+02 |   1.23%
24.78/24.80	c  24.8s|  7700 |   136 |113607 |  14.5 |6217k|  56 |  63 | 432 |1397 | 432 |1442 |  70 |   7 |1832 | 1.600238e+02 | 1.620000e+02 |   1.23%
24.89/24.94	c  24.9s|  7800 |   128 |114516 |  14.4 |6215k|  56 |  59 | 432 |1397 | 432 |1442 |  70 |   7 |1836 | 1.602371e+02 | 1.620000e+02 |   1.10%
24.99/25.04	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
24.99/25.04	c  25.0s|  7900 |   128 |115339 |  14.3 |6218k|  56 |  25 | 432 |1397 | 432 |1442 |  70 |   7 |1843 | 1.603466e+02 | 1.620000e+02 |   1.03%
25.09/25.14	c  25.1s|  8000 |   132 |116120 |  14.2 |6220k|  56 |  23 | 432 |1397 | 432 |1442 |  70 |   7 |1847 | 1.603500e+02 | 1.620000e+02 |   1.03%
25.19/25.25	c  25.3s|  8100 |   134 |116897 |  14.2 |6228k|  56 |  23 | 432 |1397 | 432 |1442 |  70 |   7 |1851 | 1.603511e+02 | 1.620000e+02 |   1.03%
25.29/25.36	c  25.4s|  8200 |   122 |117799 |  14.1 |6215k|  56 |   - | 432 |1397 | 432 |1442 |  70 |   7 |1854 | 1.603607e+02 | 1.620000e+02 |   1.02%
25.39/25.47	c  25.5s|  8300 |   106 |118654 |  14.0 |6197k|  56 |  76 | 432 |1397 | 432 |1442 |  70 |   7 |1855 | 1.604744e+02 | 1.620000e+02 |   0.95%
25.49/25.59	c  25.6s|  8400 |    84 |119656 |  14.0 |6148k|  56 |  60 | 432 |1397 | 432 |1442 |  70 |   7 |1855 | 1.605291e+02 | 1.620000e+02 |   0.92%
25.68/25.70	c  25.7s|  8500 |    66 |120562 |  13.9 |6129k|  56 |   - | 432 |1397 | 432 |1442 |  70 |   7 |1855 | 1.605341e+02 | 1.620000e+02 |   0.91%
25.79/25.82	c  25.8s|  8600 |    42 |121629 |  13.9 |6088k|  56 |  70 | 432 |1397 | 432 |1442 |  70 |   7 |1855 | 1.606336e+02 | 1.620000e+02 |   0.85%
25.89/25.94	c  25.9s|  8700 |    24 |122609 |  13.8 |6055k|  56 |   - | 432 |1397 | 432 |1442 |  70 |   7 |1857 | 1.607401e+02 | 1.620000e+02 |   0.78%
25.98/26.02	c  26.0s|  8800 |    10 |123028 |  13.7 |6032k|  56 |   - | 432 |1397 | 432 |1442 |  70 |   7 |1859 | 1.609837e+02 | 1.620000e+02 |   0.63%
25.98/26.03	c 
25.98/26.03	c SCIP Status        : problem is solved [optimal solution found]
25.98/26.03	c Solving Time (sec) : 26.04
25.98/26.03	c Solving Nodes      : 8814
25.98/26.03	c Primal Bound       : +1.61999999999999e+02 (397 solutions)
25.98/26.03	c Dual Bound         : +1.61999999999999e+02
25.98/26.03	c Gap                : 0.00 %
25.98/26.03	s OPTIMUM FOUND
25.98/26.03	v x444 -x443 x442 -x441 -x440 x439 x438 -x437 x436 -x435 -x434 x433 x432 -x431 x430 -x429 -x428 x427 x426 -x425 x424 -x423 -x422 
25.98/26.03	v x421 x420 -x419 x418 -x417 -x416 x415 x414 -x413 -x412 x411 -x410 -x409 x408 -x407 x406 -x405 -x404 x403 -x402 x401 x400 -x399 
25.98/26.03	v x398 -x397 x396 -x395 x394 -x393 -x392 x391 x390 -x389 x388 -x387 -x386 x385 -x384 x383 x382 -x381 -x380 -x379 -x378 x377 -x376 
25.98/26.03	v x375 -x374 -x373 -x372 x371 -x370 -x369 -x368 x367 x366 -x365 -x364 -x363 -x362 x361 -x360 -x359 -x358 x357 -x356 x355 -x354 
25.98/26.03	v -x353 -x352 -x351 -x350 x349 -x348 x347 -x346 -x345 -x344 -x343 -x342 x341 -x340 -x339 -x338 x337 -x336 -x335 -x334 x333 
25.98/26.03	v -x332 -x331 -x330 x329 -x328 -x327 -x326 x325 -x324 -x323 -x322 x321 -x320 x319 -x318 -x317 x316 -x315 -x314 x313 -x312 -x311 
25.98/26.03	v -x310 x309 -x308 -x307 -x306 x305 -x304 x303 -x302 -x301 -x300 -x299 -x298 x297 -x296 x295 -x294 -x293 -x292 x291 -x290 -x289 
25.98/26.03	v -x288 x287 -x286 -x285 -x284 x283 -x282 -x281 -x280 x279 -x278 -x277 -x276 -x275 -x274 x273 -x272 -x271 -x270 x269 -x268 x267 
25.98/26.03	v -x266 -x265 -x264 -x263 -x262 x261 -x260 x259 -x258 -x257 -x256 -x255 -x254 x253 -x252 -x251 -x250 x249 -x248 -x247 -x246 
25.98/26.03	v x245 -x244 x243 -x242 -x241 -x240 x239 -x238 -x237 -x236 x235 -x234 -x233 -x232 x231 -x230 -x229 -x228 x227 -x226 -x225 -x224 
25.98/26.03	v x223 -x222 -x221 -x220 x219 x218 -x217 -x216 x215 -x214 -x213 -x212 x211 -x210 -x209 -x208 x207 -x206 -x205 -x204 -x203 -x202 
25.98/26.03	v x201 -x200 -x199 -x198 x197 -x196 -x195 -x194 x193 -x192 -x191 -x190 x189 -x188 x187 -x186 -x185 -x184 x183 -x182 -x181 -x180 
25.98/26.03	v -x179 -x178 x177 -x176 x175 -x174 -x173 -x172 -x171 -x170 x169 -x168 x167 x166 -x165 -x164 x163 -x162 -x161 -x160 x159 -x158 
25.98/26.03	v -x157 -x156 x155 -x154 -x153 -x152 x151 -x150 -x149 -x148 x147 -x146 -x145 -x144 -x143 -x142 x141 -x140 x139 -x138 -x137 
25.98/26.03	v -x136 x135 x134 -x133 -x132 x131 -x130 -x129 -x128 x127 -x126 x125 x124 -x123 -x122 x121 -x120 x119 -x118 x117 -x116 x115 x114 
25.98/26.03	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 
25.98/26.03	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 
25.98/26.03	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 
25.98/26.03	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 
25.98/26.03	v -x4 x3 -x2 x1 
25.98/26.03	c SCIP Status        : problem is solved [optimal solution found]
25.98/26.03	c Total Time         :      26.04
25.98/26.03	c   solving          :      26.04
25.98/26.03	c   presolving       :       0.04 (included in solving)
25.98/26.03	c   reading          :       0.01 (included in solving)
25.98/26.03	c   copying          :       0.07 (10 #copies) (minimal 0.01, maximal 0.01, average 0.01)
25.98/26.03	c Original Problem   :
25.98/26.03	c   Problem name     : HOME/instance-3690825-1338018748.opb
25.98/26.03	c   Variables        : 444 (444 binary, 0 integer, 0 implicit integer, 0 continuous)
25.98/26.03	c   Constraints      : 1408 initial, 1408 maximal
25.98/26.03	c   Objective sense  : minimize
25.98/26.03	c Presolved Problem  :
25.98/26.03	c   Problem name     : t_HOME/instance-3690825-1338018748.opb
25.98/26.03	c   Variables        : 432 (432 binary, 0 integer, 0 implicit integer, 0 continuous)
25.98/26.03	c   Constraints      : 1396 initial, 1404 maximal
25.98/26.03	c Presolvers         :   ExecTime  SetupTime  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
25.98/26.03	c   domcol           :       0.00       0.00          0          0          0          0          0          0          0          0          0
25.98/26.03	c   trivial          :       0.00       0.00          0          0          0          0          0          0          0          0          0
25.98/26.03	c   dualfix          :       0.00       0.00          0          0          0          0          0          0          0          0          0
25.98/26.03	c   boundshift       :       0.00       0.00          0          0          0          0          0          0          0          0          0
25.98/26.03	c   inttobinary      :       0.00       0.00          0          0          0          0          0          0          0          0          0
25.98/26.03	c   convertinttobin  :       0.00       0.00          0          0          0          0          0          0          0          0          0
25.98/26.03	c   gateextraction   :       0.00       0.00          0          0          0          0          0          0          0          0          0
25.98/26.03	c   implics          :       0.00       0.00          0          0          0          0          0          0          0          0          0
25.98/26.03	c   components       :       0.00       0.00          0          0          0          0          0          0          0          0          0
25.98/26.03	c   pseudoobj        :       0.00       0.00          0          0          0          0          0          0          0          0          0
25.98/26.03	c   probing          :       0.00       0.00          0          0          0          0          0          0          0          0          0
25.98/26.03	c   setppc           :       0.01       0.00          0          0          0          0          0          0          0          0          0
25.98/26.03	c   linear           :       0.02       0.00          0         12          0          0          0         12          0          0          0
25.98/26.03	c   logicor          :       0.00       0.00          0          0          0          0          0          0          0          0          0
25.98/26.03	c   root node        :          -          -          1          -          -          1          -          -          -          -          -
25.98/26.03	c Constraints        :     Number  MaxNumber  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #ResProp    Cutoffs    DomReds       Cuts      Conss   Children
25.98/26.03	c   integral         :          0          0          0          0       4801          0        403          0         32        757          0          0       8816
25.98/26.03	c   setppc           :       1266       1266         14      21783          0          0        400        136          0      42656          0          0          0
25.98/26.03	c   linear           :          0+         1         14       9840          0          0          0          0          0         12          0          0          0
25.98/26.03	c   logicor          :        130+       137         14       9960          0          0        397          1          3       4464          0          0          0
25.98/26.03	c   countsols        :          0          0          0          0          0          0        399          0          0          0          0          0          0
25.98/26.03	c Constraint Timings :  TotalTime  SetupTime   Separate  Propagate     EnfoLP     EnfoPS      Check    ResProp
25.98/26.03	c   integral         :      11.63       0.00       0.00       0.00      11.63       0.00       0.01       0.00
25.98/26.03	c   setppc           :       0.14       0.00       0.00       0.13       0.00       0.00       0.01       0.00
25.98/26.03	c   linear           :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
25.98/26.03	c   logicor          :       0.06       0.00       0.00       0.05       0.00       0.00       0.00       0.00
25.98/26.03	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
25.98/26.03	c Propagators        : #Propagate   #ResProp    Cutoffs    DomReds
25.98/26.03	c   rootredcost      :          3          0          0          0
25.98/26.03	c   pseudoobj        :      26490          0          4       8919
25.98/26.03	c   vbounds          :          0          0          0          0
25.98/26.03	c   redcost          :       7439          0          0      19026
25.98/26.03	c   probing          :          0          0          0          0
25.98/26.03	c Propagator Timings :  TotalTime  SetupTime   Presolve  Propagate    ResProp
25.98/26.03	c   rootredcost      :       0.01       0.00       0.00       0.01       0.00
25.98/26.03	c   pseudoobj        :       0.29       0.00       0.00       0.29       0.00
25.98/26.03	c   vbounds          :       0.01       0.00       0.00       0.01       0.00
25.98/26.03	c   redcost          :       0.08       0.00       0.00       0.08       0.00
25.98/26.03	c   probing          :       0.00       0.00       0.00       0.00       0.00
25.98/26.03	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
25.98/26.03	c   propagation      :       0.00          3          3          7       16.9          0        0.0          -
25.98/26.03	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
25.98/26.03	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
25.98/26.03	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
25.98/26.03	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
25.98/26.03	c   applied globally :          -          -          -          7       16.9          -          -          -
25.98/26.03	c   applied locally  :          -          -          -          0        0.0          -          -          -
25.98/26.03	c Separators         :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss
25.98/26.03	c   cut pool         :       0.00                    13          -          -        154          -    (maximal pool size: 679)
25.98/26.03	c   closecuts        :       0.00       0.00          0          0          0          0          0
25.98/26.03	c   impliedbounds    :       0.00       0.00         14          0          0          0          0
25.98/26.03	c   intobj           :       0.00       0.00          0          0          0          0          0
25.98/26.03	c   gomory           :       0.09       0.00         10          0          0        450          0
25.98/26.03	c   cgmip            :       0.00       0.00          0          0          0          0          0
25.98/26.03	c   strongcg         :       0.38       0.00         14          0          0       5132          0
25.98/26.03	c   cmir             :       0.07       0.00         10          0          0         79          0
25.98/26.03	c   flowcover        :       0.07       0.00         10          0          0         34          0
25.98/26.03	c   clique           :       0.00       0.00          1          0          0          0          0
25.98/26.03	c   zerohalf         :       0.00       0.00          0          0          0          0          0
25.98/26.03	c   mcf              :       0.00       0.00          1          0          0          0          0
25.98/26.03	c   oddcycle         :       0.00       0.00          0          0          0          0          0
25.98/26.03	c   rapidlearning    :       0.07       0.00          1          0          0          0          1
25.98/26.03	c Pricers            :   ExecTime  SetupTime      Calls       Vars
25.98/26.03	c   problem variables:       0.00          -          0          0
25.98/26.03	c Branching Rules    :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss   Children
25.98/26.03	c   relpscost        :      11.62       0.00       4801         32        757          0          0       8816
25.98/26.03	c   pscost           :       0.00       0.00          0          0          0          0          0          0
25.98/26.03	c   inference        :       0.00       0.00          0          0          0          0          0          0
25.98/26.03	c   mostinf          :       0.00       0.00          0          0          0          0          0          0
25.98/26.03	c   leastinf         :       0.00       0.00          0          0          0          0          0          0
25.98/26.03	c   fullstrong       :       0.00       0.00          0          0          0          0          0          0
25.98/26.03	c   allfullstrong    :       0.00       0.00          0          0          0          0          0          0
25.98/26.03	c   random           :       0.00       0.00          0          0          0          0          0          0
25.98/26.03	c Primal Heuristics  :   ExecTime  SetupTime      Calls      Found
25.98/26.03	c   LP solutions     :       0.00          -          -          0
25.98/26.03	c   pseudo solutions :       0.00          -          -          0
25.98/26.03	c   feaspump         :       0.00       0.00          0          0
25.98/26.03	c   oneopt           :       0.01       0.00         11          4
25.98/26.03	c   crossover        :       0.14       0.00          2          0
25.98/26.03	c   fracdiving       :       0.08       0.00          7          0
25.98/26.03	c   linesearchdiving :       0.02       0.00          7          0
25.98/26.03	c   guideddiving     :       0.09       0.00          7          0
25.98/26.03	c   objpscostdiving  :       0.04       0.00          4          0
25.98/26.03	c   rootsoldiving    :       0.03       0.00          4          0
25.98/26.03	c   pscostdiving     :       0.08       0.00          8          0
25.98/26.03	c   coefdiving       :       0.07       0.00          8          0
25.98/26.03	c   veclendiving     :       0.05       0.00          8          0
25.98/26.03	c   smallcard        :       0.00       0.00          0          0
25.98/26.03	c   trivial          :       0.00       0.00          2          0
25.98/26.03	c   shiftandpropagate:       0.01       0.00          1          1
25.98/26.03	c   simplerounding   :       0.00       0.00          0          0
25.98/26.03	c   zirounding       :       0.38       0.00       4440        345
25.98/26.03	c   rounding         :       0.25       0.00       3670          2
25.98/26.03	c   shifting         :       0.06       0.00        481         45
25.98/26.03	c   intshifting      :       0.00       0.00          0          0
25.98/26.03	c   twoopt           :       0.00       0.00          0          0
25.98/26.03	c   indoneopt        :       0.00       0.00          0          0
25.98/26.03	c   indtwoopt        :       0.00       0.00          0          0
25.98/26.03	c   fixandinfer      :       0.00       0.00          0          0
25.98/26.03	c   clique           :       0.00       0.00          0          0
25.98/26.03	c   indrounding      :       0.00       0.00          0          0
25.98/26.03	c   indcoefdiving    :       0.00       0.00          0          0
25.98/26.03	c   nlpdiving        :       0.00       0.00          0          0
25.98/26.03	c   intdiving        :       0.00       0.00          0          0
25.98/26.03	c   actconsdiving    :       0.00       0.00          0          0
25.98/26.03	c   octane           :       0.00       0.00          0          0
25.98/26.03	c   rens             :       0.01       0.00          0          0
25.98/26.03	c   rins             :       0.00       0.00          0          0
25.98/26.03	c   localbranching   :       0.00       0.00          0          0
25.98/26.03	c   mutation         :       0.00       0.00          0          0
25.98/26.03	c   dins             :       0.00       0.00          0          0
25.98/26.03	c   vbounds          :       0.00       0.00          0          0
25.98/26.03	c   undercover       :       0.00       0.00          0          0
25.98/26.03	c   subnlp           :       0.00       0.00          0          0
25.98/26.03	c   trysol           :       0.00       0.00          0          0
25.98/26.03	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec  Time-0-It Calls-0-It
25.98/26.03	c   primal LP        :       0.00          1          0       0.00          -       0.00          1
25.98/26.03	c   dual LP          :      10.08      11816     119950      13.06   11896.71       0.66       2632
25.98/26.03	c   lex dual LP      :       0.00          0          0       0.00          -
25.98/26.03	c   barrier LP       :       0.00          0          0       0.00          -       0.00          0
25.98/26.03	c   diving/probing LP:       0.35        621       3128       5.04    8857.48
25.98/26.03	c   strong branching :      11.53       1859     134951      72.59   11702.23
25.98/26.03	c     (at root node) :          -         10       4158     415.80          -
25.98/26.03	c   conflict analysis:       0.00          0          0       0.00          -
25.98/26.03	c B&B Tree           :
25.98/26.03	c   number of runs   :          1
25.98/26.03	c   nodes            :       8814
25.98/26.03	c   nodes (total)    :       8814
25.98/26.03	c   nodes left       :          0
25.98/26.03	c   max depth        :         56
25.98/26.03	c   max depth (total):         56
25.98/26.03	c   backtracks       :       1379 (15.6%)
25.98/26.03	c   delayed cutoffs  :          0
25.98/26.03	c   repropagations   :         22 (73 domain reductions, 0 cutoffs)
25.98/26.03	c   avg switch length:       4.22
25.98/26.03	c   switching time   :       0.34
25.98/26.03	c Solution           :
25.98/26.03	c   Solutions found  :        397 (11 improvements)
25.98/26.03	c   First Solution   : +2.22000000000000e+02   (in run 1, after 1 nodes, 0.05 seconds, depth 28, found by <shiftandpropagate>)
25.98/26.03	c   Primal Bound     : +1.61999999999999e+02   (in run 1, after 2458 nodes, 15.89 seconds, depth 10, found by <shifting>)
25.98/26.03	c   Dual Bound       : +1.61999999999999e+02
25.98/26.03	c   Gap              :       0.00 %
25.98/26.03	c   Root Dual Bound  : +1.33905907798466e+02
25.98/26.03	c   Root Iterations  :       2143
25.98/26.05	c Time complete: 26.04.

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-3690825-1338018748/watcher-3690825-1338018748 -o /tmp/evaluation-result-3690825-1338018748/solver-3690825-1338018748 -C 1800 -W 1900 -M 15500 HOME/scip-2.1.1.4fix.linux.x86_64.gnu.opt.spx -f HOME/instance-3690825-1338018748.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: 2.01 2.05 1.85 5/176 17785
/proc/meminfo: memFree=26428780/32873844 swapFree=6592/6592
[pid=17785] ppid=17783 vsize=10384 CPUtime=0 cores=1,3,5,7
/proc/17785/stat : 17785 (scip-2.1.1.4fix) R 17783 17785 17459 0 -1 4202496 1338 0 0 0 0 0 0 0 20 0 1 0 267999647 10633216 1293 33554432000 4194304 10173063 140734599722448 140736861976392 8800002 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/17785/statm: 2596 1293 416 1460 0 1127 0

[startup+0.0297451 s]
/proc/loadavg: 2.01 2.05 1.85 5/176 17785
/proc/meminfo: memFree=26428780/32873844 swapFree=6592/6592
[pid=17785] ppid=17783 vsize=19916 CPUtime=0.01 cores=1,3,5,7
/proc/17785/stat : 17785 (scip-2.1.1.4fix) R 17783 17785 17459 0 -1 4202496 3785 0 0 0 1 0 0 0 20 0 1 0 267999647 20393984 3483 33554432000 4194304 10173063 140734599722448 140736861976392 8963895 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/17785/statm: 4979 3483 564 1460 0 3510 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 19916

[startup+0.100296 s]
/proc/loadavg: 2.01 2.05 1.85 5/176 17785
/proc/meminfo: memFree=26428780/32873844 swapFree=6592/6592
[pid=17785] ppid=17783 vsize=28552 CPUtime=0.09 cores=1,3,5,7
/proc/17785/stat : 17785 (scip-2.1.1.4fix) R 17783 17785 17459 0 -1 4202496 6376 0 0 0 7 2 0 0 20 0 1 0 267999647 29237248 5986 33554432000 4194304 10173063 140734599722448 140736861976392 8800002 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/17785/statm: 7138 5989 802 1460 0 5669 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 28552

[startup+0.300281 s]
/proc/loadavg: 2.01 2.05 1.85 5/176 17785
/proc/meminfo: memFree=26428780/32873844 swapFree=6592/6592
[pid=17785] ppid=17783 vsize=30748 CPUtime=0.29 cores=1,3,5,7
/proc/17785/stat : 17785 (scip-2.1.1.4fix) R 17783 17785 17459 0 -1 4202496 10497 0 0 0 26 3 0 0 20 0 1 0 267999647 31485952 6502 33554432000 4194304 10173063 140734599722448 140734599717336 8963895 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/17785/statm: 7687 6502 832 1460 0 6218 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 30748

[startup+0.700244 s]
/proc/loadavg: 2.01 2.05 1.85 5/176 17785
/proc/meminfo: memFree=26428780/32873844 swapFree=6592/6592
[pid=17785] ppid=17783 vsize=35260 CPUtime=0.69 cores=1,3,5,7
/proc/17785/stat : 17785 (scip-2.1.1.4fix) R 17783 17785 17459 0 -1 4202496 11624 0 0 0 65 4 0 0 20 0 1 0 267999647 36106240 7575 33554432000 4194304 10173063 140734599722448 140734599717336 8982074 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/17785/statm: 8815 7575 833 1460 0 7346 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 35260

[startup+1.50025 s]
/proc/loadavg: 2.01 2.05 1.85 3/177 17786
/proc/meminfo: memFree=26400880/32873844 swapFree=6592/6592
[pid=17785] ppid=17783 vsize=36652 CPUtime=1.49 cores=1,3,5,7
/proc/17785/stat : 17785 (scip-2.1.1.4fix) R 17783 17785 17459 0 -1 4202496 12997 0 0 0 144 5 0 0 20 0 1 0 267999647 37531648 8037 33554432000 4194304 10173063 140734599722448 140734599715896 8982074 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/17785/statm: 9163 8037 841 1460 0 7694 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 36652

[startup+3.10023 s]
/proc/loadavg: 2.01 2.05 1.85 3/177 17786
/proc/meminfo: memFree=26400012/32873844 swapFree=6592/6592
[pid=17785] ppid=17783 vsize=36652 CPUtime=3.09 cores=1,3,5,7
/proc/17785/stat : 17785 (scip-2.1.1.4fix) R 17783 17785 17459 0 -1 4202496 12997 0 0 0 302 7 0 0 20 0 1 0 267999647 37531648 8037 33554432000 4194304 10173063 140734599722448 140734599715896 8982074 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/17785/statm: 9163 8037 841 1460 0 7694 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 36652

[startup+6.30022 s]
/proc/loadavg: 2.00 2.05 1.85 3/177 17786
/proc/meminfo: memFree=26399780/32873844 swapFree=6592/6592
[pid=17785] ppid=17783 vsize=36652 CPUtime=6.29 cores=1,3,5,7
/proc/17785/stat : 17785 (scip-2.1.1.4fix) R 17783 17785 17459 0 -1 4202496 12998 0 0 0 617 12 0 0 20 0 1 0 267999647 37531648 8038 33554432000 4194304 10173063 140734599722448 140734599715944 8982074 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/17785/statm: 9163 8038 842 1460 0 7694 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 36652

[startup+12.7002 s]
/proc/loadavg: 2.00 2.05 1.85 3/177 17786
/proc/meminfo: memFree=26399672/32873844 swapFree=6592/6592
[pid=17785] ppid=17783 vsize=36360 CPUtime=12.68 cores=1,3,5,7
/proc/17785/stat : 17785 (scip-2.1.1.4fix) R 17783 17785 17459 0 -1 4202496 13880 0 0 0 1247 21 0 0 20 0 1 0 267999647 37232640 7975 33554432000 4194304 10173063 140734599722448 140734599719032 8982074 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/17785/statm: 9090 7975 843 1460 0 7621 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 36360

[startup+25.5002 s]
/proc/loadavg: 2.00 2.05 1.85 3/177 17786
/proc/meminfo: memFree=26398920/32873844 swapFree=6592/6592
[pid=17785] ppid=17783 vsize=37124 CPUtime=25.49 cores=1,3,5,7
/proc/17785/stat : 17785 (scip-2.1.1.4fix) R 17783 17785 17459 0 -1 4202496 25276 0 0 0 2503 46 0 0 20 0 1 0 267999647 38014976 8182 33554432000 4194304 10173063 140734599722448 140734599719016 4901438 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/17785/statm: 9281 8182 862 1460 0 7812 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 37124

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

[startup+25.9002 s]
/proc/loadavg: 2.00 2.05 1.85 3/177 17786
/proc/meminfo: memFree=26398920/32873844 swapFree=6592/6592
[pid=17785] ppid=17783 vsize=37124 CPUtime=25.89 cores=1,3,5,7
/proc/17785/stat : 17785 (scip-2.1.1.4fix) R 17783 17785 17459 0 -1 4202496 25282 0 0 0 2542 47 0 0 20 0 1 0 267999647 38014976 8188 33554432000 4194304 10173063 140734599722448 140734599719016 8982074 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/17785/statm: 9281 8188 862 1460 0 7812 0
Current children cumulated CPU time (s) 25.89
Current children cumulated vsize (KiB) 37124

[startup+26.0002 s]
/proc/loadavg: 2.00 2.05 1.85 3/177 17786
/proc/meminfo: memFree=26398920/32873844 swapFree=6592/6592
[pid=17785] ppid=17783 vsize=37124 CPUtime=25.98 cores=1,3,5,7
/proc/17785/stat : 17785 (scip-2.1.1.4fix) R 17783 17785 17459 0 -1 4202496 25282 0 0 0 2551 47 0 0 20 0 1 0 267999647 38014976 8188 33554432000 4194304 10173063 140734599722448 140734599719016 8963895 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/17785/statm: 9281 8188 862 1460 0 7812 0
Current children cumulated CPU time (s) 25.98
Current children cumulated vsize (KiB) 37124

Child status: 0
Real time (s): 26.0516
CPU time (s): 26.047
CPU user time (s): 25.5651
CPU system time (s): 0.481926
CPU usage (%): 99.9826
Max. virtual memory (cumulated for all children) (KiB): 37452

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 25.5651
system time used= 0.481926
maximum resident set size= 45240
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25287
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= 27

runsolver used 0.043993 second user time and 0.101984 second system time

The end

Launcher Data

Begin job on node140 at 2012-05-26 09:52:28
IDJOB=3690825
IDBENCH=2105
IDSOLVER=2270
FILE ID=node140/3690825-1338018748
RUNJOBID= node140-1338016921-17476
PBS_JOBID= 14624335
Free space on /tmp= 71452 MiB

SOLVER NAME= SCIP spx SCIP 2.1.1.4. 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.4fix.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3690825-1338018748/watcher-3690825-1338018748 -o /tmp/evaluation-result-3690825-1338018748/solver-3690825-1338018748 -C 1800 -W 1900 -M 15500  HOME/scip-2.1.1.4fix.linux.x86_64.gnu.opt.spx -f HOME/instance-3690825-1338018748.opb -t 1800 -m 15500

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

MD5SUM BENCH= 0d4648505d14cf43905d3198d6f686c2
RANDOM SEED=516602295

node140.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		: 2667.094
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	: 5334.18
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		: 2667.094
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		: 2667.094
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.91
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		: 2667.094
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		: 2667.094
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.92
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		: 2667.094
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.88
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		: 2667.094
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.90
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		: 2667.094
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:        26429680 kB
Buffers:          251460 kB
Cached:          3748368 kB
SwapCached:            0 kB
Active:          2312284 kB
Inactive:        3344356 kB
Active(anon):    1658076 kB
Inactive(anon):        0 kB
Active(file):     654208 kB
Inactive(file):  3344356 kB
Unevictable:        6592 kB
Mlocked:            6592 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             13612 kB
Writeback:             0 kB
AnonPages:       1647784 kB
Mapped:            17520 kB
Shmem:               200 kB
Slab:             642648 kB
SReclaimable:      84976 kB
SUnreclaim:       557672 kB
KernelStack:        1480 kB
PageTables:         7448 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1865876 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    387072 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= 71440 MiB
End job on node140 at 2012-05-26 09:52:54