Trace number 3691450

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 fixedSAT11 1796.8 1797.11

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mds/normalized-mds_200_25_4.opb
MD5SUM64354bd2b9c3cc2f1ca2c32032e5c032
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark10
Best CPU time to get the best result obtained on this benchmark351.226
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 12
Optimality of the best value was proved NO
Number of variables200
Total number of constraints200
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints200
Minimum length of a constraint26
Maximum length of a constraint51
Number of terms in the objective function 200
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 200
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 200
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)6260
Sum of products size (including duplicates)12520
Number of different products6260
Sum of products size12520

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-3691450-1338020756.opb>
0.00/0.00	c original problem has 200 variables (200 bin, 0 int, 0 impl, 0 cont) and 200 constraints
0.00/0.00	c problem read in 0.01
0.02/0.04	o 200
0.02/0.04	c feasible solution found by trivial heuristic, objective value  2.000000e+02
0.02/0.04	c presolving:
0.18/0.21	c (round 1) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 200 upgd conss, 421224 impls, 0 clqs
0.18/0.29	c    (0.3s) probing: 51/6460 (0.8%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.18/0.29	c    (0.3s) probing aborted: 50/50 successive totally useless probings
0.29/0.30	c presolving (2 rounds):
0.29/0.30	c  0 deleted vars, 0 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.29/0.30	c  421224 implications, 0 cliques
0.29/0.30	c presolved problem has 6460 variables (6460 bin, 0 int, 0 impl, 0 cont) and 6460 constraints
0.29/0.30	c    6260 constraints of type <and>
0.29/0.30	c     200 constraints of type <logicor>
0.29/0.30	c transformed objective value is always integral (scale: 1)
0.29/0.30	c Presolving Time: 0.29
0.29/0.30	c - non default parameters ----------------------------------------------------------------------
0.29/0.30	c # SCIP version 2.1.1.4
0.29/0.30	c 
0.29/0.30	c # maximal time in seconds to run
0.29/0.30	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.29/0.30	c limits/time = 1797
0.29/0.30	c 
0.29/0.30	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.29/0.30	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.29/0.30	c limits/memory = 13950
0.29/0.30	c 
0.29/0.30	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.29/0.30	c # [type: int, range: [1,2], default: 1]
0.29/0.30	c timing/clocktype = 2
0.29/0.30	c 
0.29/0.30	c # belongs reading time to solving time?
0.29/0.30	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.29/0.30	c timing/reading = TRUE
0.29/0.30	c 
0.29/0.30	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.29/0.30	c # [type: int, range: [-1,2147483647], default: -1]
0.29/0.30	c separating/rapidlearning/freq = 0
0.29/0.30	c 
0.29/0.30	c -----------------------------------------------------------------------------------------------
0.29/0.30	c start solving
0.29/0.31	c 
0.39/0.40	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.39/0.40	c t 0.4s|     1 |     0 |   400 |     - |  37M|   0 | 400 |6460 |6460 |6460 |  12k|   0 |   0 |   0 | 0.000000e+00 | 2.000000e+02 |    Inf 
0.39/0.41	o 24
0.39/0.41	c s 0.4s|     1 |     0 |   400 |     - |  37M|   0 | 400 |6460 |6460 |6460 |  12k|   0 |   0 |   0 | 0.000000e+00 | 2.400000e+01 |    Inf 
1.29/1.38	c   1.4s|     1 |     0 |  1000 |     - |  37M|   0 | 400 |6460 |6460 |6460 |  13k| 402 |   0 |   0 | 0.000000e+00 | 2.400000e+01 |    Inf 
1.79/1.83	c   1.8s|     1 |     0 |  1600 |     - |  37M|   0 | 400 |6460 |6460 |6460 |  13k| 804 |   0 |   0 | 0.000000e+00 | 2.400000e+01 |    Inf 
2.28/2.31	c   2.3s|     1 |     0 |  2200 |     - |  38M|   0 | 400 |6460 |6460 |6460 |  13k|1204 |   0 |   0 | 0.000000e+00 | 2.400000e+01 |    Inf 
2.28/2.32	o 18
2.28/2.32	c s 2.3s|     1 |     0 |  2200 |     - |  38M|   0 | 400 |6460 |6460 |6460 |  13k|1204 |   0 |   0 | 0.000000e+00 | 1.800000e+01 |    Inf 
2.79/2.80	c   2.8s|     1 |     0 |  2800 |     - |  38M|   0 | 400 |6460 |6460 |6460 |  14k|1605 |   0 |   0 | 0.000000e+00 | 1.800000e+01 |    Inf 
3.29/3.33	c   3.3s|     1 |     0 |  3401 |     - |  38M|   0 | 400 |6460 |6460 |6460 |  14k|2009 |   0 |   0 | 0.000000e+00 | 1.800000e+01 |    Inf 
3.79/3.87	c   3.9s|     1 |     0 |  4002 |     - |  38M|   0 | 400 |6460 |6460 |6460 |  15k|2412 |   0 |   0 | 0.000000e+00 | 1.800000e+01 |    Inf 
3.79/3.88	o 17
3.79/3.88	c s 3.9s|     1 |     0 |  4002 |     - |  38M|   0 | 400 |6460 |6460 |6460 |  15k|2412 |   0 |   0 | 0.000000e+00 | 1.700000e+01 |    Inf 
3.89/3.96	c   4.0s|     1 |     2 |  4002 |     - |  38M|   0 | 400 |6460 |6460 |6460 |  15k|2412 |   0 |   0 | 0.000000e+00 | 1.700000e+01 |    Inf 
93.66/93.70	c  93.7s|   100 |   101 |179400 |1771.7 |  38M|  13 |3221 |6460 |6463 |6460 |6394 |  42k|   3 | 603 | 5.717227e+00 | 1.700000e+01 | 197.35%
154.05/154.12	c   154s|   200 |   201 |310716 |1541.3 |  39M|  24 |2830 |6460 |6463 |6460 |6683 |  60k|   3 | 710 | 6.410882e+00 | 1.700000e+01 | 165.17%
212.45/212.56	c   213s|   300 |   301 |425857 |1410.9 |  40M|  28 |1339 |6460 |6464 |6460 |5730 |  69k|   4 | 801 | 6.515345e+00 | 1.700000e+01 | 160.92%
259.73/259.89	c   260s|   400 |   401 |527688 |1312.5 |  41M|  28 |2568 |6460 |6464 |6460 |6200 |  82k|   4 | 865 | 6.701275e+00 | 1.700000e+01 | 153.68%
306.42/306.59	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
306.42/306.59	c   307s|   500 |   501 |626469 |1247.4 |  41M|  28 |1348 |6460 |6467 |6460 |5207 |  94k|   7 | 951 | 6.809906e+00 | 1.700000e+01 | 149.64%
344.82/344.90	c   345s|   600 |   601 |702572 |1166.2 |  42M|  31 |2182 |6460 |6467 |6460 |6643 | 103k|   7 |1035 | 6.982284e+00 | 1.700000e+01 | 143.47%
380.71/380.81	c   381s|   700 |   701 |775724 |1104.0 |  42M|  33 |2250 |6460 |6467 |6460 |6680 | 109k|   7 |1085 | 7.061262e+00 | 1.700000e+01 | 140.75%
416.82/416.90	c   417s|   800 |   801 |851037 |1060.1 |  43M|  33 |1864 |6460 |6469 |6460 |6357 | 115k|   9 |1120 | 7.134741e+00 | 1.700000e+01 | 138.27%
452.20/452.32	c   452s|   900 |   901 |916251 |1014.7 |  44M|  35 |2215 |6460 |6469 |6460 |6634 | 120k|   9 |1203 | 7.170201e+00 | 1.700000e+01 | 137.09%
483.60/483.75	c   484s|  1000 |  1001 |979941 | 976.9 |  44M|  36 |1927 |6460 |6470 |6460 |6446 | 126k|  10 |1215 | 7.201176e+00 | 1.700000e+01 | 136.07%
504.29/504.44	o 11
504.29/504.44	c c 504s|  1078 |  1020 |  1024k| 948.0 |  45M|  37 |   - |6460 |6470 |6460 |5850 | 131k|  10 |1216 | 7.218522e+00 | 1.100000e+01 |  52.39%
510.79/510.94	c   511s|  1100 |  1042 |  1038k| 940.9 |  45M|  37 |1422 |6460 |6470 |6460 |6022 | 132k|  10 |1216 | 7.219180e+00 | 1.100000e+01 |  52.37%
538.39/538.58	c   539s|  1200 |  1110 |  1099k| 913.7 |  46M|  38 |1872 |6460 |6470 |6460 |6317 | 139k|  10 |1216 | 7.247376e+00 | 1.100000e+01 |  51.78%
567.39/567.54	c   568s|  1300 |  1190 |  1160k| 890.7 |  47M|  38 |1973 |6460 |6469 |6460 |6803 | 145k|  10 |1216 | 7.267531e+00 | 1.100000e+01 |  51.36%
593.98/594.12	c   594s|  1400 |  1268 |  1214k| 864.9 |  48M|  38 |2196 |6460 |6468 |6460 |6185 | 151k|  10 |1216 | 7.270703e+00 | 1.100000e+01 |  51.29%
621.08/621.23	c   621s|  1500 |  1340 |  1267k| 842.9 |  49M|  39 |2690 |6460 |6473 |6460 |6409 | 156k|  15 |1227 | 7.279690e+00 | 1.100000e+01 |  51.11%
652.87/653.03	c   653s|  1600 |  1420 |  1320k| 823.6 |  50M|  39 |2515 |6460 |6473 |6460 |6484 | 160k|  15 |1302 | 7.283880e+00 | 1.100000e+01 |  51.02%
678.97/679.11	c   679s|  1700 |  1494 |  1370k| 804.2 |  50M|  39 |2016 |6460 |6474 |6460 |6583 | 165k|  18 |1348 | 7.286459e+00 | 1.100000e+01 |  50.96%
705.06/705.23	c   705s|  1800 |  1566 |  1426k| 791.0 |  51M|  39 |1592 |6460 |6476 |6460 |6398 | 169k|  21 |1349 | 7.290032e+00 | 1.100000e+01 |  50.89%
728.26/728.48	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
728.26/728.48	c   728s|  1900 |  1628 |  1466k| 770.4 |  52M|  39 |   - |6460 |6476 |6460 |5892 | 173k|  21 |1387 | 7.291164e+00 | 1.100000e+01 |  50.87%
747.55/747.75	c   748s|  2000 |  1680 |  1499k| 748.0 |  53M|  42 |2593 |6460 |6476 |6460 |6446 | 176k|  21 |1440 | 7.312050e+00 | 1.100000e+01 |  50.44%
763.25/763.48	c   763s|  2100 |  1724 |  1526k| 725.5 |  55M|  42 |1759 |6460 |6476 |6460 |6036 | 179k|  21 |1486 | 7.313657e+00 | 1.100000e+01 |  50.40%
777.15/777.36	c   777s|  2200 |  1774 |  1550k| 703.3 |  56M|  51 |1643 |6460 |6476 |6460 |6860 | 180k|  21 |1502 | 7.317090e+00 | 1.100000e+01 |  50.33%
789.84/790.09	c   790s|  2300 |  1812 |  1572k| 682.2 |  57M|  54 |   - |6460 |6476 |6460 |6764 | 182k|  21 |1507 | 7.317908e+00 | 1.100000e+01 |  50.32%
803.44/803.69	c   804s|  2400 |  1850 |  1601k| 665.9 |  58M|  54 |   - |6460 |6474 |6460 |6401 | 185k|  21 |1510 | 7.330780e+00 | 1.100000e+01 |  50.05%
815.35/815.52	c   816s|  2500 |  1886 |  1623k| 648.1 |  59M|  55 |   - |6460 |6474 |6460 |6433 | 187k|  21 |1523 | 7.330780e+00 | 1.100000e+01 |  50.05%
831.45/831.68	c   832s|  2600 |  1932 |  1647k| 632.5 |  60M|  55 |1805 |6460 |6474 |6460 |6873 | 189k|  21 |1574 | 7.349075e+00 | 1.100000e+01 |  49.68%
842.14/842.31	c   842s|  2700 |  1974 |  1664k| 615.1 |  61M|  64 |2298 |6460 |6474 |6460 |6846 | 190k|  21 |1588 | 7.350184e+00 | 1.100000e+01 |  49.66%
851.14/851.31	c   851s|  2800 |  1996 |  1680k| 598.9 |  62M|  67 |1455 |6460 |6474 |6460 |6194 | 191k|  21 |1609 | 7.350184e+00 | 1.100000e+01 |  49.66%
862.34/862.51	c   863s|  2900 |  2016 |  1700k| 585.3 |  63M|  67 |2075 |6460 |6474 |6460 |6565 | 193k|  21 |1639 | 7.350184e+00 | 1.100000e+01 |  49.66%
872.93/873.15	c   873s|  3000 |  2038 |  1724k| 573.6 |  64M|  67 |1772 |6460 |6474 |6460 |6517 | 195k|  21 |1648 | 7.361798e+00 | 1.100000e+01 |  49.42%
882.53/882.77	c   883s|  3100 |  2058 |  1746k| 562.4 |  65M|  67 |1157 |6460 |6474 |6460 |5755 | 196k|  21 |1649 | 7.361798e+00 | 1.100000e+01 |  49.42%
891.63/891.85	c   892s|  3200 |  2076 |  1766k| 551.1 |  65M|  67 |   - |6460 |6474 |6460 |6589 | 197k|  21 |1649 | 7.361798e+00 | 1.100000e+01 |  49.42%
900.23/900.46	c   900s|  3300 |  2094 |  1785k| 540.1 |  67M|  67 |   - |6460 |6474 |6460 |6800 | 199k|  21 |1656 | 7.361798e+00 | 1.100000e+01 |  49.42%
915.93/916.13	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
915.93/916.13	c   916s|  3400 |  2130 |  1810k| 531.4 |  68M|  67 |2455 |6460 |6474 |6460 |6525 | 201k|  21 |1694 | 7.369898e+00 | 1.100000e+01 |  49.26%
927.63/927.83	c   928s|  3500 |  2160 |  1830k| 522.0 |  69M|  67 |1448 |6460 |6474 |6460 |6210 | 203k|  21 |1720 | 7.372001e+00 | 1.100000e+01 |  49.21%
937.22/937.48	c   937s|  3600 |  2182 |  1847k| 512.1 |  70M|  67 |   - |6460 |6474 |6460 |6654 | 204k|  21 |1742 | 7.388403e+00 | 1.100000e+01 |  48.88%
949.52/949.76	c   950s|  3700 |  2208 |  1869k| 504.2 |  71M|  67 |1503 |6460 |6474 |6460 |6563 | 206k|  21 |1776 | 7.390323e+00 | 1.100000e+01 |  48.84%
959.52/959.77	c   960s|  3800 |  2230 |  1884k| 495.0 |  72M|  67 |   - |6460 |6474 |6460 |6858 | 207k|  21 |1808 | 7.392209e+00 | 1.100000e+01 |  48.81%
969.32/969.53	c   970s|  3900 |  2252 |  1903k| 487.2 |  72M|  67 |2178 |6460 |6474 |6460 |6739 | 209k|  21 |1811 | 7.395121e+00 | 1.100000e+01 |  48.75%
978.61/978.88	c   979s|  4000 |  2278 |  1922k| 479.6 |  73M|  67 |1338 |6460 |6474 |6460 |6130 | 210k|  21 |1814 | 7.397586e+00 | 1.100000e+01 |  48.70%
986.12/986.32	c   986s|  4100 |  2292 |  1935k| 471.3 |  74M|  67 |   - |6460 |6474 |6460 |5798 | 211k|  21 |1814 | 7.406258e+00 | 1.100000e+01 |  48.52%
996.21/996.40	c   996s|  4200 |  2316 |  1956k| 465.0 |  75M|  67 |   - |6460 |6474 |6460 |6858 | 213k|  21 |1814 | 7.411496e+00 | 1.100000e+01 |  48.42%
1008.21/1008.45	c  1008s|  4300 |  2346 |  1979k| 459.4 |  76M|  67 |   - |6460 |6474 |6460 |6826 | 215k|  21 |1835 | 7.412199e+00 | 1.100000e+01 |  48.40%
1016.71/1016.92	c  1017s|  4400 |  2362 |  1995k| 452.7 |  76M|  67 |1199 |6460 |6474 |6460 |6578 | 216k|  21 |1856 | 7.417563e+00 | 1.100000e+01 |  48.30%
1026.41/1026.69	c  1027s|  4500 |  2378 |  2014k| 446.9 |  77M|  67 |   - |6460 |6474 |6460 |6618 | 217k|  21 |1879 | 7.417563e+00 | 1.100000e+01 |  48.30%
1037.12/1037.31	c  1037s|  4600 |  2396 |  2035k| 441.8 |  78M|  67 |   - |6460 |6474 |6460 |6366 | 219k|  21 |1904 | 7.417927e+00 | 1.100000e+01 |  48.29%
1043.40/1043.65	c  1044s|  4700 |  2412 |  2048k| 435.2 |  80M|  67 |   - |6460 |6474 |6460 |6398 | 220k|  21 |1918 | 7.424421e+00 | 1.100000e+01 |  48.16%
1054.01/1054.28	c  1054s|  4800 |  2430 |  2071k| 430.8 |  80M|  67 |   - |6460 |6474 |6460 |6444 | 221k|  21 |1949 | 7.441490e+00 | 1.100000e+01 |  47.82%
1060.71/1060.99	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1060.71/1060.99	c  1061s|  4900 |  2438 |  2084k| 424.6 |  80M|  67 |1689 |6460 |6474 |6460 |6456 | 221k|  21 |1971 | 7.445181e+00 | 1.100000e+01 |  47.75%
1070.90/1071.11	c  1071s|  5000 |  2460 |  2104k| 420.3 |  81M|  67 |   - |6460 |6474 |6460 |6276 | 223k|  21 |1989 | 7.445181e+00 | 1.100000e+01 |  47.75%
1081.40/1081.67	c  1082s|  5100 |  2488 |  2127k| 416.4 |  82M|  67 |1885 |6460 |6474 |6460 |6837 | 225k|  21 |1996 | 7.450123e+00 | 1.100000e+01 |  47.65%
1090.10/1090.38	c  1090s|  5200 |  2512 |  2143k| 411.6 |  83M|  67 |1555 |6460 |6474 |6460 |6685 | 226k|  21 |1997 | 7.452325e+00 | 1.100000e+01 |  47.60%
1098.29/1098.57	c  1099s|  5300 |  2528 |  2161k| 407.1 |  84M|  67 |2724 |6460 |6474 |6460 |6691 | 227k|  21 |1997 | 7.452325e+00 | 1.100000e+01 |  47.60%
1104.79/1105.02	c  1105s|  5400 |  2542 |  2173k| 401.8 |  85M|  67 |1573 |6460 |6474 |6460 |6360 | 228k|  21 |1997 | 7.463927e+00 | 1.100000e+01 |  47.38%
1112.90/1113.19	c  1113s|  5500 |  2560 |  2190k| 397.5 |  85M|  67 |1955 |6460 |6474 |6460 |6667 | 229k|  21 |1997 | 7.463927e+00 | 1.100000e+01 |  47.38%
1122.30/1122.57	c  1123s|  5600 |  2582 |  2207k| 393.5 |  86M|  67 |2075 |6460 |6474 |6460 |6870 | 230k|  21 |2014 | 7.467653e+00 | 1.100000e+01 |  47.30%
1133.19/1133.49	c  1133s|  5700 |  2608 |  2226k| 389.9 |  87M|  67 |1248 |6460 |6474 |6460 |6241 | 231k|  21 |2037 | 7.475288e+00 | 1.100000e+01 |  47.15%
1148.89/1149.14	c  1149s|  5800 |  2640 |  2259k| 389.0 |  88M|  67 |2187 |6460 |6474 |6460 |6569 | 233k|  21 |2074 | 7.477074e+00 | 1.100000e+01 |  47.12%
1160.09/1160.33	c  1160s|  5900 |  2664 |  2281k| 386.2 |  88M|  67 |1589 |6460 |6474 |6460 |6559 | 235k|  21 |2098 | 7.481323e+00 | 1.100000e+01 |  47.03%
1174.39/1174.65	c  1175s|  6000 |  2694 |  2311k| 384.6 |  90M|  67 |1906 |6460 |6474 |6460 |6655 | 237k|  21 |2134 | 7.482940e+00 | 1.100000e+01 |  47.00%
1188.79/1189.04	c  1189s|  6100 |  2726 |  2342k| 383.4 |  91M|  67 |2598 |6460 |6474 |6460 |6571 | 238k|  21 |2143 | 7.487431e+00 | 1.100000e+01 |  46.91%
1199.39/1199.64	c  1200s|  6200 |  2754 |  2367k| 381.2 |  92M|  67 |   - |6460 |6474 |6460 |6730 | 240k|  21 |2146 | 7.487431e+00 | 1.100000e+01 |  46.91%
1211.18/1211.44	c  1211s|  6300 |  2780 |  2394k| 379.5 |  92M|  67 |   - |6460 |6474 |6460 |6757 | 241k|  21 |2146 | 7.490652e+00 | 1.100000e+01 |  46.85%
1225.48/1225.77	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1225.48/1225.77	c  1226s|  6400 |  2804 |  2431k| 379.4 |  93M|  67 |1497 |6460 |6474 |6460 |6731 | 242k|  21 |2147 | 7.491499e+00 | 1.100000e+01 |  46.83%
1237.57/1237.85	c  1238s|  6500 |  2826 |  2453k| 376.9 |  93M|  67 |1937 |6460 |6474 |6460 |6717 | 243k|  21 |2174 | 7.491708e+00 | 1.100000e+01 |  46.83%
1249.28/1249.52	c  1250s|  6600 |  2848 |  2476k| 374.7 |  94M|  67 |2050 |6460 |6474 |6460 |6753 | 244k|  21 |2197 | 7.491708e+00 | 1.100000e+01 |  46.83%
1260.77/1261.02	c  1261s|  6700 |  2868 |  2499k| 372.6 |  95M|  67 |1060 |6460 |6474 |6460 |6655 | 245k|  21 |2219 | 7.491708e+00 | 1.100000e+01 |  46.83%
1272.67/1272.96	c  1273s|  6800 |  2892 |  2523k| 370.5 |  96M|  67 |   - |6460 |6474 |6460 |6073 | 247k|  21 |2245 | 7.496951e+00 | 1.100000e+01 |  46.73%
1281.86/1282.15	c  1282s|  6900 |  2906 |  2539k| 367.6 |  96M|  67 |1910 |6460 |6474 |6460 |6640 | 248k|  21 |2271 | 7.496951e+00 | 1.100000e+01 |  46.73%
1290.37/1290.68	c  1291s|  7000 |  2922 |  2555k| 364.5 |  97M|  71 |2295 |6460 |6474 |6460 |6861 | 249k|  21 |2291 | 7.496951e+00 | 1.100000e+01 |  46.73%
1299.36/1299.68	c  1300s|  7100 |  2938 |  2570k| 361.5 |  98M|  75 |   - |6460 |6474 |6460 |6852 | 250k|  21 |2301 | 7.497021e+00 | 1.100000e+01 |  46.72%
1309.06/1309.31	c  1309s|  7200 |  2954 |  2586k| 358.8 |  98M|  75 |2308 |6460 |6474 |6460 |6853 | 251k|  21 |2330 | 7.497021e+00 | 1.100000e+01 |  46.72%
1319.06/1319.31	c  1319s|  7300 |  2976 |  2605k| 356.5 |  99M|  75 |1791 |6460 |6474 |6460 |6664 | 252k|  21 |2339 | 7.497119e+00 | 1.100000e+01 |  46.72%
1327.06/1327.35	c  1327s|  7400 |  2990 |  2622k| 353.8 |  99M|  75 |   - |6460 |6474 |6460 |6870 | 253k|  21 |2343 | 7.497119e+00 | 1.100000e+01 |  46.72%
1336.06/1336.40	c  1336s|  7500 |  3010 |  2641k| 351.7 | 100M|  75 |   - |6460 |6474 |6460 |6627 | 254k|  21 |2348 | 7.502473e+00 | 1.100000e+01 |  46.62%
1344.05/1344.33	c  1344s|  7600 |  3024 |  2657k| 349.2 | 100M|  75 |1749 |6460 |6474 |6460 |6737 | 255k|  21 |2348 | 7.502473e+00 | 1.100000e+01 |  46.62%
1351.96/1352.26	c  1352s|  7700 |  3042 |  2673k| 346.8 | 101M|  75 |1718 |6460 |6474 |6460 |6702 | 257k|  21 |2348 | 7.503886e+00 | 1.100000e+01 |  46.59%
1360.65/1360.93	c  1361s|  7800 |  3064 |  2690k| 344.4 | 102M|  75 |   - |6460 |6474 |6460 |6873 | 258k|  21 |2348 | 7.510918e+00 | 1.100000e+01 |  46.45%
1367.75/1368.08	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1367.75/1368.08	c  1368s|  7900 |  3080 |  2703k| 341.7 | 102M|  75 |   - |6460 |6474 |6460 |6579 | 259k|  21 |2348 | 7.510918e+00 | 1.100000e+01 |  46.45%
1375.45/1375.74	c  1376s|  8000 |  3098 |  2714k| 338.9 | 103M|  75 |   - |6460 |6474 |6460 |6326 | 259k|  21 |2364 | 7.514564e+00 | 1.100000e+01 |  46.38%
1383.85/1384.16	c  1384s|  8100 |  3110 |  2730k| 336.7 | 104M|  75 |   - |6460 |6474 |6460 |6057 | 260k|  21 |2375 | 7.516473e+00 | 1.100000e+01 |  46.35%
1397.35/1397.60	c  1398s|  8200 |  3130 |  2758k| 335.9 | 104M|  75 |2046 |6460 |6474 |6460 |6823 | 261k|  21 |2405 | 7.520597e+00 | 1.100000e+01 |  46.26%
1406.24/1406.57	c  1407s|  8300 |  3144 |  2776k| 334.1 | 105M|  75 |   - |6460 |6474 |6460 |6680 | 262k|  21 |2414 | 7.526567e+00 | 1.100000e+01 |  46.15%
1413.85/1414.16	c  1414s|  8400 |  3158 |  2790k| 331.7 | 105M|  77 |   - |6460 |6474 |6460 |6758 | 263k|  21 |2421 | 7.540630e+00 | 1.100000e+01 |  45.88%
1424.25/1424.58	c  1425s|  8500 |  3184 |  2808k| 330.0 | 106M|  77 |1553 |6460 |6474 |6460 |6719 | 264k|  21 |2440 | 7.546924e+00 | 1.100000e+01 |  45.75%
1437.35/1437.67	c  1438s|  8600 |  3208 |  2834k| 329.1 | 106M|  77 |1761 |6460 |6474 |6460 |6598 | 266k|  21 |2473 | 7.551326e+00 | 1.100000e+01 |  45.67%
1449.14/1449.47	c  1449s|  8700 |  3228 |  2858k| 328.2 | 107M|  77 |   - |6460 |6474 |6460 |6683 | 267k|  21 |2499 | 7.551326e+00 | 1.100000e+01 |  45.67%
1457.34/1457.66	c  1458s|  8800 |  3242 |  2872k| 326.0 | 108M|  77 |   - |6460 |6474 |6460 |6556 | 268k|  21 |2520 | 7.551326e+00 | 1.100000e+01 |  45.67%
1466.84/1467.13	c  1467s|  8900 |  3256 |  2890k| 324.4 | 108M|  77 |1739 |6460 |6474 |6460 |6632 | 269k|  21 |2535 | 7.554441e+00 | 1.100000e+01 |  45.61%
1474.85/1475.19	c  1475s|  9000 |  3276 |  2906k| 322.5 | 109M|  77 |   - |6460 |6474 |6460 |6594 | 270k|  21 |2541 | 7.555647e+00 | 1.100000e+01 |  45.59%
1483.93/1484.22	c  1484s|  9100 |  3294 |  2923k| 320.9 | 110M|  77 |   - |6460 |6474 |6460 |6833 | 271k|  21 |2543 | 7.561842e+00 | 1.100000e+01 |  45.47%
1491.43/1491.80	c  1492s|  9200 |  3316 |  2937k| 318.8 | 111M|  77 |   - |6460 |6474 |6460 |6840 | 272k|  21 |2543 | 7.561842e+00 | 1.100000e+01 |  45.47%
1497.64/1497.98	c  1498s|  9300 |  3332 |  2947k| 316.5 | 111M|  77 |   - |6460 |6474 |6460 |6805 | 272k|  21 |2543 | 7.561842e+00 | 1.100000e+01 |  45.47%
1504.83/1505.12	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1504.83/1505.12	c  1505s|  9400 |  3350 |  2960k| 314.5 | 112M|  77 |   - |6460 |6474 |6460 |6819 | 273k|  21 |2543 | 7.565375e+00 | 1.100000e+01 |  45.40%
1512.24/1512.55	c  1513s|  9500 |  3368 |  2973k| 312.6 | 112M|  77 |   - |6460 |6474 |6460 |6861 | 274k|  21 |2543 | 7.570978e+00 | 1.100000e+01 |  45.29%
1520.33/1520.65	c  1521s|  9600 |  3380 |  2993k| 311.5 | 113M|  77 |   - |6460 |6474 |6460 |5805 | 276k|  21 |2543 | 7.571882e+00 | 1.100000e+01 |  45.27%
1528.74/1529.06	c  1529s|  9700 |  3396 |  3007k| 309.7 | 114M|  77 |1946 |6460 |6474 |6460 |5768 | 277k|  21 |2557 | 7.574024e+00 | 1.100000e+01 |  45.23%
1536.02/1536.38	c  1536s|  9800 |  3402 |  3022k| 308.0 | 114M|  77 |   - |6460 |6474 |6460 |6866 | 278k|  21 |2576 | 7.574024e+00 | 1.100000e+01 |  45.23%
1543.52/1543.86	c  1544s|  9900 |  3420 |  3036k| 306.4 | 115M|  77 |1984 |6460 |6474 |6460 |6841 | 279k|  21 |2577 | 7.574024e+00 | 1.100000e+01 |  45.23%
1551.52/1551.86	c  1552s| 10000 |  3438 |  3049k| 304.6 | 115M|  77 |2645 |6460 |6474 |6460 |6444 | 280k|  21 |2589 | 7.576810e+00 | 1.100000e+01 |  45.18%
1560.12/1560.48	c  1560s| 10100 |  3458 |  3063k| 303.0 | 116M|  77 |1696 |6460 |6474 |6460 |6523 | 281k|  21 |2603 | 7.581786e+00 | 1.100000e+01 |  45.08%
1569.52/1569.84	c  1570s| 10200 |  3474 |  3078k| 301.5 | 116M|  77 |1794 |6460 |6474 |6460 |6846 | 282k|  21 |2629 | 7.582742e+00 | 1.100000e+01 |  45.07%
1581.43/1581.73	c  1582s| 10300 |  3504 |  3100k| 300.7 | 117M|  77 |1183 |6460 |6474 |6460 |6765 | 283k|  21 |2644 | 7.585808e+00 | 1.100000e+01 |  45.01%
1591.01/1591.36	c  1591s| 10400 |  3524 |  3116k| 299.3 | 118M|  77 |1755 |6460 |6474 |6460 |6767 | 284k|  21 |2663 | 7.586650e+00 | 1.100000e+01 |  44.99%
1598.21/1598.58	c  1599s| 10500 |  3540 |  3128k| 297.6 | 118M|  77 |1661 |6460 |6474 |6460 |6767 | 285k|  21 |2673 | 7.593921e+00 | 1.100000e+01 |  44.85%
1607.42/1607.72	c  1608s| 10600 |  3562 |  3143k| 296.2 | 119M|  77 |2200 |6460 |6474 |6460 |6729 | 285k|  21 |2690 | 7.593921e+00 | 1.100000e+01 |  44.85%
1613.62/1613.92	c  1614s| 10700 |  3572 |  3154k| 294.5 | 120M|  77 |   - |6460 |6474 |6460 |6765 | 286k|  21 |2693 | 7.593921e+00 | 1.100000e+01 |  44.85%
1622.12/1622.44	c  1622s| 10800 |  3594 |  3170k| 293.2 | 121M|  77 |   - |6460 |6474 |6460 |6760 | 287k|  21 |2698 | 7.597090e+00 | 1.100000e+01 |  44.79%
1631.51/1631.80	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1631.51/1631.80	c  1632s| 10900 |  3612 |  3187k| 292.1 | 121M|  77 |2846 |6460 |6474 |6460 |6690 | 288k|  21 |2700 | 7.604136e+00 | 1.100000e+01 |  44.66%
1640.31/1640.61	c  1641s| 11000 |  3630 |  3203k| 290.9 | 122M|  77 |1690 |6460 |6474 |6460 |6819 | 288k|  21 |2703 | 7.605490e+00 | 1.100000e+01 |  44.63%
1649.91/1650.24	c  1650s| 11100 |  3658 |  3221k| 289.9 | 122M|  77 |1701 |6460 |6474 |6460 |6816 | 289k|  21 |2703 | 7.612884e+00 | 1.100000e+01 |  44.49%
1659.20/1659.50	c  1660s| 11200 |  3680 |  3239k| 288.9 | 123M|  77 |   - |6460 |6474 |6460 |6691 | 290k|  21 |2703 | 7.621497e+00 | 1.100000e+01 |  44.33%
1668.71/1669.03	c  1669s| 11300 |  3702 |  3258k| 288.0 | 124M|  77 |   - |6460 |6474 |6460 |6777 | 291k|  21 |2703 | 7.626710e+00 | 1.100000e+01 |  44.23%
1678.69/1679.04	c  1679s| 11400 |  3730 |  3276k| 287.1 | 124M|  77 |   - |6460 |6474 |6460 |6721 | 292k|  21 |2715 | 7.627983e+00 | 1.100000e+01 |  44.21%
1687.99/1688.36	c  1688s| 11500 |  3756 |  3291k| 285.9 | 125M|  77 |1850 |6460 |6474 |6460 |6749 | 293k|  21 |2726 | 7.630203e+00 | 1.100000e+01 |  44.16%
1698.39/1698.79	c  1699s| 11600 |  3770 |  3310k| 285.1 | 126M|  77 |2251 |6460 |6474 |6460 |6720 | 294k|  21 |2743 | 7.630203e+00 | 1.100000e+01 |  44.16%
1709.19/1709.55	c  1710s| 11700 |  3786 |  3328k| 284.2 | 126M|  77 |   - |6460 |6474 |6460 |6764 | 295k|  21 |2760 | 7.637700e+00 | 1.100000e+01 |  44.02%
1719.09/1719.49	c  1719s| 11800 |  3804 |  3345k| 283.2 | 126M|  77 |2710 |6460 |6474 |6460 |6724 | 296k|  21 |2785 | 7.637700e+00 | 1.100000e+01 |  44.02%
1726.99/1727.36	c  1727s| 11900 |  3818 |  3360k| 282.1 | 127M|  77 |2085 |6460 |6474 |6460 |6774 | 296k|  21 |2794 | 7.637700e+00 | 1.100000e+01 |  44.02%
1733.49/1733.84	c  1734s| 12000 |  3830 |  3371k| 280.6 | 127M|  77 |1997 |6460 |6474 |6460 |6768 | 297k|  21 |2808 | 7.637700e+00 | 1.100000e+01 |  44.02%
1741.19/1741.52	c  1742s| 12100 |  3844 |  3383k| 279.4 | 128M|  77 |2226 |6460 |6474 |6460 |6758 | 297k|  21 |2819 | 7.648458e+00 | 1.100000e+01 |  43.82%
1749.18/1749.56	c  1750s| 12200 |  3856 |  3397k| 278.2 | 128M|  77 |2332 |6460 |6474 |6460 |6745 | 298k|  21 |2835 | 7.651522e+00 | 1.100000e+01 |  43.76%
1758.99/1759.38	c  1759s| 12300 |  3876 |  3416k| 277.4 | 129M|  77 |2271 |6460 |6474 |6460 |6758 | 299k|  21 |2852 | 7.667341e+00 | 1.100000e+01 |  43.47%
1767.69/1768.08	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1767.69/1768.08	c  1768s| 12400 |  3890 |  3431k| 276.5 | 129M|  77 |   - |6460 |6474 |6460 |6779 | 300k|  21 |2863 | 7.671241e+00 | 1.100000e+01 |  43.39%
1772.79/1773.18	c  1773s| 12500 |  3898 |  3440k| 274.9 | 130M|  77 |   - |6460 |6474 |6460 |6787 | 300k|  21 |2866 | 7.671651e+00 | 1.100000e+01 |  43.39%
1779.78/1780.12	c  1780s| 12600 |  3910 |  3454k| 273.9 | 130M|  77 |   - |6460 |6474 |6460 |6727 | 301k|  21 |2870 | 7.673140e+00 | 1.100000e+01 |  43.36%
1787.78/1788.18	c  1788s| 12700 |  3926 |  3469k| 272.9 | 131M|  77 |   - |6460 |6474 |6460 |6633 | 302k|  21 |2874 | 7.673933e+00 | 1.100000e+01 |  43.34%
1794.78/1795.19	c  1795s| 12800 |  3940 |  3482k| 271.8 | 131M|  77 |   - |6460 |6474 |6460 |6766 | 302k|  21 |2874 | 7.676718e+00 | 1.100000e+01 |  43.29%
1796.68/1797.00	c 
1796.68/1797.00	c SCIP Status        : solving was interrupted [time limit reached]
1796.68/1797.00	c Solving Time (sec) : 1797.00
1796.68/1797.00	c Solving Nodes      : 12820
1796.68/1797.00	c Primal Bound       : +1.10000000000000e+01 (5 solutions)
1796.68/1797.00	c Dual Bound         : +7.67681448791190e+00
1796.68/1797.00	c Gap                : 43.29 %
1796.68/1797.00	s SATISFIABLE
1796.68/1797.00	v -x200 -x199 -x198 -x197 -x196 -x195 -x194 -x193 -x192 -x191 -x190 -x189 -x188 -x187 -x186 -x185 -x184 -x183 -x182 -x181 -x180 -x179 
1796.68/1797.00	v -x178 -x177 -x176 -x175 -x174 -x173 -x172 -x171 -x170 -x169 -x168 -x167 -x166 -x165 -x164 -x163 -x162 -x161 -x160 -x159 
1796.68/1797.00	v -x158 -x157 -x156 -x155 -x154 -x153 -x152 -x151 -x150 -x149 -x148 -x147 -x146 -x145 -x144 -x143 -x142 -x141 -x140 -x139 -x138 
1796.68/1797.00	v -x137 -x136 -x135 -x134 -x133 -x132 -x131 -x130 -x129 -x128 -x127 -x126 -x125 -x124 -x123 -x122 -x121 -x120 -x119 -x118 -x117 
1796.68/1797.00	v -x116 -x115 -x114 -x113 -x112 -x111 -x110 -x109 -x108 x107 -x106 -x105 -x104 -x103 -x102 -x101 -x100 -x99 -x98 -x97 -x96 -x95 
1796.68/1797.00	v -x94 -x93 -x92 -x91 -x90 -x89 -x88 -x87 -x86 -x85 -x84 x83 -x82 -x81 -x80 -x79 -x78 -x77 -x76 -x75 -x74 -x73 -x72 -x71 -x70 
1796.68/1797.00	v -x69 -x68 -x67 -x66 -x65 -x64 -x63 -x62 -x61 -x60 -x59 -x58 -x57 x56 -x55 -x54 -x53 -x52 -x51 -x50 -x49 x48 -x47 -x46 -x45 
1796.68/1797.00	v -x44 x43 -x42 -x41 -x40 -x39 -x38 -x37 -x36 x35 x34 -x33 -x32 -x31 -x30 -x29 -x28 -x27 -x26 x25 -x24 -x23 -x22 -x21 -x20 -x19 
1796.68/1797.00	v -x18 -x17 x16 -x15 -x14 -x13 -x12 x11 -x10 -x9 -x8 -x7 -x6 x5 -x4 -x3 -x2 -x1 
1796.68/1797.00	c SCIP Status        : solving was interrupted [time limit reached]
1796.68/1797.00	c Total Time         :    1797.00
1796.68/1797.00	c   solving          :    1797.00
1796.68/1797.00	c   presolving       :       0.29 (included in solving)
1796.68/1797.00	c   reading          :       0.01 (included in solving)
1796.68/1797.00	c   copying          :       0.16 (9 #copies) (minimal 0.01, maximal 0.02, average 0.02)
1796.68/1797.00	c Original Problem   :
1796.68/1797.00	c   Problem name     : HOME/instance-3691450-1338020756.opb
1796.68/1797.00	c   Variables        : 200 (200 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.68/1797.00	c   Constraints      : 200 initial, 200 maximal
1796.68/1797.00	c   Objective sense  : minimize
1796.68/1797.00	c Presolved Problem  :
1796.68/1797.00	c   Problem name     : t_HOME/instance-3691450-1338020756.opb
1796.68/1797.00	c   Variables        : 6460 (6460 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.68/1797.00	c   Constraints      : 6460 initial, 6476 maximal
1796.68/1797.00	c Presolvers         :   ExecTime  SetupTime  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1796.68/1797.00	c   domcol           :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.68/1797.00	c   trivial          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.68/1797.00	c   dualfix          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.68/1797.00	c   boundshift       :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.68/1797.00	c   inttobinary      :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.68/1797.00	c   convertinttobin  :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.68/1797.00	c   gateextraction   :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.68/1797.00	c   implics          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.68/1797.00	c   components       :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.68/1797.00	c   pseudoobj        :       0.00       0.01          0          0          0          0          0          0          0          0          0
1796.68/1797.00	c   probing          :       0.03       0.00          0          0          0          0          0          0          0          0          0
1796.68/1797.00	c   and              :       0.22       0.00          0          0          0          0          0          0          0          0          0
1796.68/1797.00	c   linear           :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.68/1797.00	c   logicor          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.68/1797.00	c   root node        :          -          -          0          -          -          0          -          -          -          -          -
1796.68/1797.00	c Constraints        :     Number  MaxNumber  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #ResProp    Cutoffs    DomReds       Cuts      Conss   Children
1796.68/1797.00	c   integral         :          0          0          0          0       8553          0        199          0         19        291          0          0      16822
1796.68/1797.00	c   and              :       6260       6260      30465      76512          0          1        194        413          3    4350621     341628          0          0
1796.68/1797.00	c   logicor          :        200+       216          6      26067          0          1          5          1          9          0          0          0          0
1796.68/1797.00	c   countsols        :          0          0          0          0          0          1          8          0          0          0          0          0          0
1796.68/1797.00	c Constraint Timings :  TotalTime  SetupTime   Separate  Propagate     EnfoLP     EnfoPS      Check    ResProp
1796.68/1797.00	c   integral         :     158.44       0.00       0.00       0.00     158.44       0.00       0.00       0.00
1796.68/1797.00	c   and              :     110.61       0.00      93.62      16.96       0.00       0.00       0.02       0.00
1796.68/1797.00	c   logicor          :       0.43       0.00       0.00       0.43       0.00       0.00       0.00       0.00
1796.68/1797.00	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1796.68/1797.00	c Propagators        : #Propagate   #ResProp    Cutoffs    DomReds
1796.68/1797.00	c   rootredcost      :          2          0          0          0
1796.68/1797.00	c   pseudoobj        :      84965        147          0          0
1796.68/1797.00	c   vbounds          :          0          0          0          0
1796.68/1797.00	c   redcost          :      40504          0          0      87030
1796.68/1797.00	c   probing          :          0          0          0          0
1796.68/1797.00	c Propagator Timings :  TotalTime  SetupTime   Presolve  Propagate    ResProp
1796.68/1797.00	c   rootredcost      :       0.05       0.00       0.00       0.05       0.00
1796.68/1797.00	c   pseudoobj        :       0.20       0.01       0.00       0.18       0.01
1796.68/1797.00	c   vbounds          :       0.04       0.00       0.00       0.04       0.00
1796.68/1797.00	c   redcost          :       3.46       0.00       0.00       3.46       0.00
1796.68/1797.00	c   probing          :       0.03       0.00       0.03       0.00       0.00
1796.68/1797.00	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1796.68/1797.00	c   propagation      :       0.01         12         12         21       24.2          0        0.0          -
1796.68/1797.00	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1796.68/1797.00	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1796.68/1797.00	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1796.68/1797.00	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1796.68/1797.00	c   applied globally :          -          -          -         21       24.2          -          -          -
1796.68/1797.00	c   applied locally  :          -          -          -          0        0.0          -          -          -
1796.68/1797.00	c Separators         :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss
1796.68/1797.00	c   cut pool         :       0.00                     5          -          -          0          -    (maximal pool size: 2412)
1796.68/1797.00	c   closecuts        :       0.00       0.00          0          0          0          0          0
1796.68/1797.00	c   impliedbounds    :       0.01       0.00          6          0          0       2400          0
1796.68/1797.00	c   intobj           :       0.00       0.00          0          0          0          0          0
1796.68/1797.00	c   gomory           :       0.04       0.00          6          0          0        300          0
1796.68/1797.00	c   cgmip            :       0.00       0.00          0          0          0          0          0
1796.68/1797.00	c   strongcg         :       0.34       0.00          6          0          0       3000          0
1796.68/1797.00	c   cmir             :       1.67       0.00          6          0          0       2400          0
1796.68/1797.00	c   flowcover        :       0.44       0.00          6          0          0          0          0
1796.68/1797.00	c   clique           :       0.14       0.00          6          0          0         12          0
1796.68/1797.00	c   zerohalf         :       0.00       0.00          0          0          0          0          0
1796.68/1797.00	c   mcf              :       0.01       0.00          1          0          0          0          0
1796.68/1797.00	c   oddcycle         :       0.00       0.00          0          0          0          0          0
1796.68/1797.00	c   rapidlearning    :       0.28       0.00          1          0          0          0          0
1796.68/1797.00	c Pricers            :   ExecTime  SetupTime      Calls       Vars
1796.68/1797.00	c   problem variables:       0.00          -          0          0
1796.68/1797.00	c Branching Rules    :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1796.68/1797.00	c   relpscost        :     158.41       0.00       8546         19        291          0          0      16808
1796.68/1797.00	c   pscost           :       0.00       0.00          0          0          0          0          0          0
1796.68/1797.00	c   inference        :       0.00       0.00          8          0          0          0          0         16
1796.68/1797.00	c   mostinf          :       0.00       0.00          0          0          0          0          0          0
1796.68/1797.00	c   leastinf         :       0.00       0.00          0          0          0          0          0          0
1796.68/1797.00	c   fullstrong       :       0.00       0.00          0          0          0          0          0          0
1796.68/1797.00	c   allfullstrong    :       0.00       0.00          0          0          0          0          0          0
1796.68/1797.00	c   random           :       0.00       0.00          0          0          0          0          0          0
1796.68/1797.00	c Primal Heuristics  :   ExecTime  SetupTime      Calls      Found
1796.68/1797.00	c   LP solutions     :       0.00          -          -          0
1796.68/1797.00	c   pseudo solutions :       0.00          -          -          0
1796.68/1797.00	c   feaspump         :       0.00       0.00          0          0
1796.68/1797.00	c   intshifting      :       0.00       0.00          0          0
1796.68/1797.00	c   oneopt           :       0.02       0.00          4          0
1796.68/1797.00	c   crossover        :       0.71       0.00          2          0
1796.68/1797.00	c   objpscostdiving  :      15.33       0.00         18          0
1796.68/1797.00	c   rootsoldiving    :      10.51       0.00         21          0
1796.68/1797.00	c   veclendiving     :      21.89       0.00         44          0
1796.68/1797.00	c   fracdiving       :      45.14       0.00         44          0
1796.68/1797.00	c   guideddiving     :      47.41       0.00         44          0
1796.68/1797.00	c   pscostdiving     :      37.89       0.00         44          0
1796.68/1797.00	c   linesearchdiving :      45.30       0.00         45          0
1796.68/1797.00	c   coefdiving       :      31.85       0.00         55          1
1796.68/1797.00	c   smallcard        :       0.00       0.00          0          0
1796.68/1797.00	c   trivial          :       0.00       0.00          2          1
1796.68/1797.00	c   shiftandpropagate:       0.00       0.00          0          0
1796.68/1797.00	c   simplerounding   :       0.03       0.00          0          0
1796.68/1797.00	c   zirounding       :       0.94       0.00       1000          0
1796.68/1797.00	c   rounding         :       3.54       0.00       2547          0
1796.68/1797.00	c   shifting         :       5.55       0.00       3539          3
1796.68/1797.00	c   twoopt           :       0.00       0.00          0          0
1796.68/1797.00	c   indtwoopt        :       0.00       0.00          0          0
1796.68/1797.00	c   indoneopt        :       0.03       0.00          0          0
1796.68/1797.00	c   fixandinfer      :       0.00       0.00          0          0
1796.68/1797.00	c   clique           :       0.00       0.00          0          0
1796.68/1797.00	c   indrounding      :       0.00       0.00          0          0
1796.68/1797.00	c   indcoefdiving    :       0.00       0.00          0          0
1796.68/1797.00	c   nlpdiving        :       0.00       0.00          0          0
1796.68/1797.00	c   intdiving        :       0.00       0.00          0          0
1796.68/1797.00	c   actconsdiving    :       0.00       0.00          0          0
1796.68/1797.00	c   octane           :       0.00       0.00          0          0
1796.68/1797.00	c   rens             :       0.08       0.00          1          0
1796.68/1797.00	c   rins             :       0.00       0.00          0          0
1796.68/1797.00	c   localbranching   :       0.00       0.00          0          0
1796.68/1797.00	c   mutation         :       0.00       0.00          0          0
1796.68/1797.00	c   dins             :       0.00       0.00          0          0
1796.68/1797.00	c   vbounds          :       0.00       0.00          0          0
1796.68/1797.00	c   undercover       :       0.13       0.00          1          0
1796.68/1797.00	c   subnlp           :       0.01       0.00          0          0
1796.68/1797.00	c   trysol           :       0.03       0.00          0          0
1796.68/1797.00	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec  Time-0-It Calls-0-It
1796.68/1797.00	c   primal LP        :      22.93       4425          0       0.00       0.00      22.93       4425
1796.68/1797.00	c   dual LP          :    1141.45      44933    2984631      77.08    2614.76      12.37       6210
1796.68/1797.00	c   lex dual LP      :       0.00          0          0       0.00          -
1796.68/1797.00	c   barrier LP       :       0.00          0          0       0.00          -       0.00          0
1796.68/1797.00	c   diving/probing LP:     203.73      23578     500947      21.25    2458.87
1796.68/1797.00	c   strong branching :     157.88       2874     446787     155.46    2829.88
1796.68/1797.00	c     (at root node) :          -          0          0       0.00          -
1796.68/1797.00	c   conflict analysis:       0.00          0          0       0.00          -
1796.68/1797.00	c B&B Tree           :
1796.68/1797.00	c   number of runs   :          1
1796.68/1797.00	c   nodes            :      12820
1796.68/1797.00	c   nodes (total)    :      12820
1796.68/1797.00	c   nodes left       :       3946
1796.68/1797.00	c   max depth        :         77
1796.68/1797.00	c   max depth (total):         77
1796.68/1797.00	c   backtracks       :       1660 (12.9%)
1796.68/1797.00	c   delayed cutoffs  :          0
1796.68/1797.00	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1796.68/1797.00	c   avg switch length:       4.64
1796.68/1797.00	c   switching time   :      31.93
1796.68/1797.00	c Solution           :
1796.68/1797.00	c   Solutions found  :          5 (5 improvements)
1796.68/1797.00	c   First Solution   : +2.00000000000000e+02   (in run 1, after 0 nodes, 0.04 seconds, depth 0, found by <trivial>)
1796.68/1797.00	c   Primal Bound     : +1.10000000000000e+01   (in run 1, after 1078 nodes, 504.44 seconds, depth 53, found by <coefdiving>)
1796.68/1797.00	c   Dual Bound       : +7.67681448791190e+00
1796.68/1797.00	c   Gap              :      43.29 %
1796.68/1797.00	c   Root Dual Bound  : +0.00000000000000e+00
1796.68/1797.00	c   Root Iterations  :       4002
1796.78/1797.11	c Time complete: 1796.79.

Verifier Data

OK	11

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-3691450-1338020756/watcher-3691450-1338020756 -o /tmp/evaluation-result-3691450-1338020756/solver-3691450-1338020756 -C 1800 -W 1900 -M 15500 HOME/scip-2.1.1.4fix.linux.x86_64.gnu.opt.spx -f HOME/instance-3691450-1338020756.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.00 2.00 1.96 3/176 12181
/proc/meminfo: memFree=29354800/32873844 swapFree=6856/6856
[pid=12181] ppid=12179 vsize=10272 CPUtime=0 cores=1,3,5,7
/proc/12181/stat : 12181 (scip-2.1.1.4fix) R 12179 12181 11551 0 -1 4202496 1336 0 0 0 0 0 0 0 20 0 1 0 268200543 10518528 1290 33554432000 4194304 10173063 140736469115280 140736813411384 8800002 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/12181/statm: 2568 1291 417 1460 0 1099 0

[startup+0.0403241 s]
/proc/loadavg: 2.00 2.00 1.96 3/176 12181
/proc/meminfo: memFree=29354800/32873844 swapFree=6856/6856
[pid=12181] ppid=12179 vsize=29024 CPUtime=0.02 cores=1,3,5,7
/proc/12181/stat : 12181 (scip-2.1.1.4fix) R 12179 12181 11551 0 -1 4202496 5720 0 0 0 2 0 0 0 20 0 1 0 268200543 29720576 5674 33554432000 4194304 10173063 140736469115280 140736813411384 8886767 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12181/statm: 7256 5676 534 1460 0 5787 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 29024

[startup+0.100376 s]
/proc/loadavg: 2.00 2.00 1.96 3/176 12181
/proc/meminfo: memFree=29354800/32873844 swapFree=6856/6856
[pid=12181] ppid=12179 vsize=38680 CPUtime=0.09 cores=1,3,5,7
/proc/12181/stat : 12181 (scip-2.1.1.4fix) R 12179 12181 11551 0 -1 4202496 8086 0 0 0 8 1 0 0 20 0 1 0 268200543 39608320 8040 33554432000 4194304 10173063 140736469115280 140736813411384 8963895 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12181/statm: 9670 8040 550 1460 0 8201 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 38680

[startup+0.300271 s]
/proc/loadavg: 2.00 2.00 1.96 3/176 12181
/proc/meminfo: memFree=29354800/32873844 swapFree=6856/6856
[pid=12181] ppid=12179 vsize=47240 CPUtime=0.29 cores=1,3,5,7
/proc/12181/stat : 12181 (scip-2.1.1.4fix) R 12179 12181 11551 0 -1 4202496 10623 0 0 0 23 6 0 0 20 0 1 0 268200543 48373760 10320 33554432000 4194304 10173063 140736469115280 140736469112536 8800002 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12181/statm: 11810 10321 597 1460 0 10341 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 47240

[startup+0.700302 s]
/proc/loadavg: 2.00 2.00 1.96 3/176 12181
/proc/meminfo: memFree=29354800/32873844 swapFree=6856/6856
[pid=12181] ppid=12179 vsize=77180 CPUtime=0.69 cores=1,3,5,7
/proc/12181/stat : 12181 (scip-2.1.1.4fix) R 12179 12181 11551 0 -1 4202496 26513 0 0 0 60 9 0 0 20 0 1 0 268200543 79032320 17993 33554432000 4194304 10173063 140736469115280 140736469112536 8963895 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12181/statm: 19295 17993 803 1460 0 17826 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 77180

[startup+1.50031 s]
/proc/loadavg: 2.00 2.00 1.96 3/177 12182
/proc/meminfo: memFree=29285980/32873844 swapFree=6856/6856
[pid=12181] ppid=12179 vsize=99644 CPUtime=1.49 cores=1,3,5,7
/proc/12181/stat : 12181 (scip-2.1.1.4fix) R 12179 12181 11551 0 -1 4202496 37662 0 0 0 134 15 0 0 20 0 1 0 268200543 102035456 23711 33554432000 4194304 10173063 140736469115280 140736469110872 8963895 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12181/statm: 24911 23711 831 1460 0 23442 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 99644

[startup+3.10028 s]
/proc/loadavg: 2.00 2.00 1.96 3/177 12182
/proc/meminfo: memFree=29263164/32873844 swapFree=6856/6856
[pid=12181] ppid=12179 vsize=99644 CPUtime=3.09 cores=1,3,5,7
/proc/12181/stat : 12181 (scip-2.1.1.4fix) R 12179 12181 11551 0 -1 4202496 37689 0 0 0 293 16 0 0 20 0 1 0 268200543 102035456 23738 33554432000 4194304 10173063 140736469115280 140736469110440 8963895 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12181/statm: 24911 23738 831 1460 0 23442 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 99644

[startup+6.30024 s]
/proc/loadavg: 2.00 2.00 1.96 3/177 12182
/proc/meminfo: memFree=29261800/32873844 swapFree=6856/6856
[pid=12181] ppid=12179 vsize=99644 CPUtime=6.29 cores=1,3,5,7
/proc/12181/stat : 12181 (scip-2.1.1.4fix) R 12179 12181 11551 0 -1 4202496 40829 0 0 0 609 20 0 0 20 0 1 0 268200543 102035456 23833 33554432000 4194304 10173063 140736469115280 140736469109112 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12181/statm: 24911 23833 838 1460 0 23442 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 99644

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 1.96 3/177 12182
/proc/meminfo: memFree=29261816/32873844 swapFree=6856/6856
[pid=12181] ppid=12179 vsize=99644 CPUtime=12.69 cores=1,3,5,7
/proc/12181/stat : 12181 (scip-2.1.1.4fix) R 12179 12181 11551 0 -1 4202496 40829 0 0 0 1244 25 0 0 20 0 1 0 268200543 102035456 23833 33554432000 4194304 10173063 140736469115280 140736469108952 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12181/statm: 24911 23833 838 1460 0 23442 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 99644

[startup+25.5003 s]
/proc/loadavg: 2.00 2.00 1.96 3/177 12182
/proc/meminfo: memFree=29260244/32873844 swapFree=6856/6856
[pid=12181] ppid=12179 vsize=99644 CPUtime=25.49 cores=1,3,5,7
/proc/12181/stat : 12181 (scip-2.1.1.4fix) R 12179 12181 11551 0 -1 4202496 40834 0 0 0 2514 35 0 0 20 0 1 0 268200543 102035456 23970 33554432000 4194304 10173063 140736469115280 140736469109112 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12181/statm: 24911 23970 841 1460 0 23442 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 99644

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 1.96 3/176 12182
/proc/meminfo: memFree=29260716/32873844 swapFree=6856/6856
[pid=12181] ppid=12179 vsize=99644 CPUtime=51.07 cores=1,3,5,7
/proc/12181/stat : 12181 (scip-2.1.1.4fix) R 12179 12181 11551 0 -1 4202496 40849 0 0 0 5061 46 0 0 20 0 1 0 268200543 102035456 23986 33554432000 4194304 10173063 140736469115280 140736469109112 8963895 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12181/statm: 24911 23986 842 1460 0 23442 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 99644

[startup+102.307 s]
/proc/loadavg: 2.04 2.01 1.97 3/177 12259
/proc/meminfo: memFree=29235480/32873844 swapFree=6856/6856
[pid=12181] ppid=12179 vsize=99644 CPUtime=102.27 cores=1,3,5,7
/proc/12181/stat : 12181 (scip-2.1.1.4fix) R 12179 12181 11551 0 -1 4202496 40849 0 0 0 10160 67 0 0 20 0 1 0 268200543 102035456 24252 33554432000 4194304 10173063 140736469115280 140736469108728 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12181/statm: 24911 24252 842 1460 0 23442 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 99644

[startup+162.3 s]
/proc/loadavg: 1.98 2.00 1.96 3/177 12373
/proc/meminfo: memFree=29241048/32873844 swapFree=6856/6856
[pid=12181] ppid=12179 vsize=100296 CPUtime=162.25 cores=1,3,5,7
/proc/12181/stat : 12181 (scip-2.1.1.4fix) R 12179 12181 11551 0 -1 4202496 42826 0 0 0 16139 86 0 0 20 0 1 0 268200543 102703104 24384 33554432000 4194304 10173063 140736469115280 140736469108536 6113323 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12181/statm: 25074 24384 843 1460 0 23605 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 100296

[startup+222.3 s]
/proc/loadavg: 1.99 2.00 1.96 3/177 12374
/proc/meminfo: memFree=29226540/32873844 swapFree=6856/6856
[pid=12181] ppid=12179 vsize=103412 CPUtime=222.24 cores=1,3,5,7
/proc/12181/stat : 12181 (scip-2.1.1.4fix) R 12179 12181 11551 0 -1 4202496 43604 0 0 0 22117 107 0 0 20 0 1 0 268200543 105893888 25162 33554432000 4194304 10173063 140736469115280 140736469111720 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12181/statm: 25853 25162 843 1460 0 24384 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 103412

[startup+282.3 s]
/proc/loadavg: 1.99 2.00 1.96 3/178 12377
/proc/meminfo: memFree=29208280/32873844 swapFree=6856/6856
[pid=12181] ppid=12179 vsize=105608 CPUtime=282.23 cores=1,3,5,7
/proc/12181/stat : 12181 (scip-2.1.1.4fix) R 12179 12181 11551 0 -1 4202496 45039 0 0 0 28095 128 0 0 20 0 1 0 268200543 108142592 25712 33554432000 4194304 10173063 140736469115280 140736469108824 8047164 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12181/statm: 26402 25712 843 1460 0 24933 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 105608

[startup+342.3 s]
/proc/loadavg: 1.99 2.00 1.96 3/177 12377
/proc/meminfo: memFree=29195140/32873844 swapFree=6856/6856
[pid=12181] ppid=12179 vsize=108676 CPUtime=342.22 cores=1,3,5,7
/proc/12181/stat : 12181 (scip-2.1.1.4fix) R 12179 12181 11551 0 -1 4202496 45808 0 0 0 34070 152 0 0 20 0 1 0 268200543 111284224 26479 33554432000 4194304 10173063 140736469115280 140736469108728 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12181/statm: 27169 26479 843 1460 0 25700 0
Current children cumulated CPU time (s) 342.22
Current children cumulated vsize (KiB) 108676

[startup+402.3 s]
/proc/loadavg: 1.99 2.00 1.96 3/177 12377
/proc/meminfo: memFree=29176140/32873844 swapFree=6856/6856
[pid=12181] ppid=12179 vsize=110652 CPUtime=402.21 cores=1,3,5,7
/proc/12181/stat : 12181 (scip-2.1.1.4fix) R 12179 12181 11551 0 -1 4202496 48881 0 0 0 40047 174 0 0 20 0 1 0 268200543 113307648 26881 33554432000 4194304 10173063 140736469115280 140736469108632 5122959 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12181/statm: 27663 26881 843 1460 0 26194 0
Current children cumulated CPU time (s) 402.21
Current children cumulated vsize (KiB) 110652

[startup+462.3 s]
/proc/loadavg: 1.99 2.00 1.96 3/177 12377
/proc/meminfo: memFree=29160944/32873844 swapFree=6856/6856
[pid=12181] ppid=12179 vsize=112164 CPUtime=462.21 cores=1,3,5,7
/proc/12181/stat : 12181 (scip-2.1.1.4fix) R 12179 12181 11551 0 -1 4202496 49354 0 0 0 46027 194 0 0 20 0 1 0 268200543 114855936 27351 33554432000 4194304 10173063 140736469115280 140736469107992 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12181/statm: 28041 27351 843 1460 0 26572 0
Current children cumulated CPU time (s) 462.21
Current children cumulated vsize (KiB) 112164

[startup+522.3 s]
/proc/loadavg: 1.99 2.00 1.96 3/176 12377
/proc/meminfo: memFree=29143680/32873844 swapFree=6856/6856
[pid=12181] ppid=12179 vsize=114252 CPUtime=522.19 cores=1,3,5,7
/proc/12181/stat : 12181 (scip-2.1.1.4fix) R 12179 12181 11551 0 -1 4202496 49876 0 0 0 52006 213 0 0 20 0 1 0 268200543 116994048 27873 33554432000 4194304 10173063 140736469115280 140736469108632 5084148 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12181/statm: 28563 27873 843 1460 0 27094 0
Current children cumulated CPU time (s) 522.19
Current children cumulated vsize (KiB) 114252

[startup+582.3 s]
/proc/loadavg: 1.99 2.00 1.96 3/177 12378
/proc/meminfo: memFree=29126244/32873844 swapFree=6856/6856
[pid=12181] ppid=12179 vsize=118840 CPUtime=582.18 cores=1,3,5,7
/proc/12181/stat : 12181 (scip-2.1.1.4fix) R 12179 12181 11551 0 -1 4202496 60196 0 0 0 57982 236 0 0 20 0 1 0 268200543 121692160 29026 33554432000 4194304 10173063 140736469115280 140736469108920 5084244 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12181/statm: 29710 29026 849 1460 0 28241 0
Current children cumulated CPU time (s) 582.18
Current children cumulated vsize (KiB) 118840

[startup+642.3 s]

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

/proc/meminfo: memFree=28952520/32873844 swapFree=6856/6856
[pid=12181] ppid=12179 vsize=157960 CPUtime=1062.1 cores=1,3,5,7
/proc/12181/stat : 12181 (scip-2.1.1.4fix) R 12179 12181 11551 0 -1 4202496 84815 0 0 0 105812 398 0 0 20 0 1 0 268200543 161751040 38808 33554432000 4194304 10173063 140736469115280 140736469111720 8963895 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12181/statm: 39490 38808 849 1460 0 38021 0
Current children cumulated CPU time (s) 1062.1
Current children cumulated vsize (KiB) 157960

[startup+1122.3 s]
/proc/loadavg: 2.05 2.01 1.97 3/177 12382
/proc/meminfo: memFree=28924124/32873844 swapFree=6856/6856
[pid=12181] ppid=12179 vsize=169036 CPUtime=1122.1 cores=1,3,5,7
/proc/12181/stat : 12181 (scip-2.1.1.4fix) R 12179 12181 11551 0 -1 4202496 87474 0 0 0 111787 423 0 0 20 0 1 0 268200543 173092864 41467 33554432000 4194304 10173063 140736469115280 140736469108552 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12181/statm: 42259 41467 849 1460 0 40790 0
Current children cumulated CPU time (s) 1122.1
Current children cumulated vsize (KiB) 169036

[startup+1182.3 s]
/proc/loadavg: 2.05 2.02 1.98 3/177 12383
/proc/meminfo: memFree=28899992/32873844 swapFree=6856/6856
[pid=12181] ppid=12179 vsize=173288 CPUtime=1182.08 cores=1,3,5,7
/proc/12181/stat : 12181 (scip-2.1.1.4fix) R 12179 12181 11551 0 -1 4202496 88666 0 0 0 117765 443 0 0 20 0 1 0 268200543 177446912 42659 33554432000 4194304 10173063 140736469115280 140736469108920 7510407 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12181/statm: 43322 42659 849 1460 0 41853 0
Current children cumulated CPU time (s) 1182.08
Current children cumulated vsize (KiB) 173288

[startup+1242.3 s]
/proc/loadavg: 2.06 2.03 1.98 3/177 12383
/proc/meminfo: memFree=28876608/32873844 swapFree=6856/6856
[pid=12181] ppid=12179 vsize=178264 CPUtime=1242.07 cores=1,3,5,7
/proc/12181/stat : 12181 (scip-2.1.1.4fix) R 12179 12181 11551 0 -1 4202496 89781 0 0 0 123743 464 0 0 20 0 1 0 268200543 182542336 43774 33554432000 4194304 10173063 140736469115280 140736469108920 8963895 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12181/statm: 44566 43774 849 1460 0 43097 0
Current children cumulated CPU time (s) 1242.07
Current children cumulated vsize (KiB) 178264

[startup+1302.3 s]
/proc/loadavg: 2.02 2.02 1.98 3/177 12383
/proc/meminfo: memFree=28851960/32873844 swapFree=6856/6856
[pid=12181] ppid=12179 vsize=183284 CPUtime=1302.06 cores=1,3,5,7
/proc/12181/stat : 12181 (scip-2.1.1.4fix) R 12179 12181 11551 0 -1 4202496 91056 0 0 0 129720 486 0 0 20 0 1 0 268200543 187682816 45041 33554432000 4194304 10173063 140736469115280 140736469108632 6113323 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12181/statm: 45821 45041 849 1460 0 44352 0
Current children cumulated CPU time (s) 1302.06
Current children cumulated vsize (KiB) 183284

[startup+1362.3 s]
/proc/loadavg: 2.00 2.02 1.98 3/177 12383
/proc/meminfo: memFree=28825052/32873844 swapFree=6856/6856
[pid=12181] ppid=12179 vsize=190076 CPUtime=1362.06 cores=1,3,5,7
/proc/12181/stat : 12181 (scip-2.1.1.4fix) R 12179 12181 11551 0 -1 4202496 95534 0 0 0 135698 508 0 0 20 0 1 0 268200543 194637824 46835 33554432000 4194304 10173063 140736469115280 140736469108456 6126936 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12181/statm: 47519 46835 849 1460 0 46050 0
Current children cumulated CPU time (s) 1362.06
Current children cumulated vsize (KiB) 190076

[startup+1422.31 s]
/proc/loadavg: 2.00 2.01 1.98 3/177 12383
/proc/meminfo: memFree=28799136/32873844 swapFree=6856/6856
[pid=12181] ppid=12179 vsize=198056 CPUtime=1422.05 cores=1,3,5,7
/proc/12181/stat : 12181 (scip-2.1.1.4fix) R 12179 12181 11551 0 -1 4202496 97542 0 0 0 141668 537 0 0 20 0 1 0 268200543 202809344 48843 33554432000 4194304 10173063 140736469115280 140736469108264 8046957 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12181/statm: 49514 48843 849 1460 0 48045 0
Current children cumulated CPU time (s) 1422.05
Current children cumulated vsize (KiB) 198056

[startup+1482.3 s]
/proc/loadavg: 2.00 2.01 1.98 3/178 12387
/proc/meminfo: memFree=28773088/32873844 swapFree=6856/6856
[pid=12181] ppid=12179 vsize=205288 CPUtime=1482.03 cores=1,3,5,7
/proc/12181/stat : 12181 (scip-2.1.1.4fix) R 12179 12181 11551 0 -1 4202496 99337 0 0 0 147645 558 0 0 20 0 1 0 268200543 210214912 50638 33554432000 4194304 10173063 140736469115280 140736469108632 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12181/statm: 51322 50638 849 1460 0 49853 0
Current children cumulated CPU time (s) 1482.03
Current children cumulated vsize (KiB) 205288

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/177 12387
/proc/meminfo: memFree=28744368/32873844 swapFree=6856/6856
[pid=12181] ppid=12179 vsize=213864 CPUtime=1542.03 cores=1,3,5,7
/proc/12181/stat : 12181 (scip-2.1.1.4fix) R 12179 12181 11551 0 -1 4202496 101491 0 0 0 153623 580 0 0 20 0 1 0 268200543 218996736 52792 33554432000 4194304 10173063 140736469115280 140736469108584 6113393 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12181/statm: 53466 52792 849 1460 0 51997 0
Current children cumulated CPU time (s) 1542.03
Current children cumulated vsize (KiB) 213864

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/177 12387
/proc/meminfo: memFree=28721212/32873844 swapFree=6856/6856
[pid=12181] ppid=12179 vsize=220528 CPUtime=1602.02 cores=1,3,5,7
/proc/12181/stat : 12181 (scip-2.1.1.4fix) R 12179 12181 11551 0 -1 4202496 103168 0 0 0 159604 598 0 0 20 0 1 0 268200543 225820672 54469 33554432000 4194304 10173063 140736469115280 140736469107800 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12181/statm: 55132 54469 849 1460 0 53663 0
Current children cumulated CPU time (s) 1602.02
Current children cumulated vsize (KiB) 220528

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/177 12387
/proc/meminfo: memFree=28691248/32873844 swapFree=6856/6856
[pid=12181] ppid=12179 vsize=227060 CPUtime=1662 cores=1,3,5,7
/proc/12181/stat : 12181 (scip-2.1.1.4fix) R 12179 12181 11551 0 -1 4202496 104783 0 0 0 165582 618 0 0 20 0 1 0 268200543 232509440 56081 33554432000 4194304 10173063 140736469115280 140736469108920 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12181/statm: 56765 56081 849 1460 0 55296 0
Current children cumulated CPU time (s) 1662
Current children cumulated vsize (KiB) 227060

[startup+1722.3 s]
/proc/loadavg: 2.04 2.01 1.99 3/177 12387
/proc/meminfo: memFree=28670884/32873844 swapFree=6856/6856
[pid=12181] ppid=12179 vsize=231828 CPUtime=1722 cores=1,3,5,7
/proc/12181/stat : 12181 (scip-2.1.1.4fix) R 12179 12181 11551 0 -1 4202496 105924 0 0 0 171562 638 0 0 20 0 1 0 268200543 237391872 57215 33554432000 4194304 10173063 140736469115280 140736469108632 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12181/statm: 57957 57215 849 1460 0 56488 0
Current children cumulated CPU time (s) 1722
Current children cumulated vsize (KiB) 231828

[startup+1782.3 s]
/proc/loadavg: 2.01 2.01 1.99 3/177 12388
/proc/meminfo: memFree=28646084/32873844 swapFree=6856/6856
[pid=12181] ppid=12179 vsize=238148 CPUtime=1781.98 cores=1,3,5,7
/proc/12181/stat : 12181 (scip-2.1.1.4fix) R 12179 12181 11551 0 -1 4202496 107519 0 0 0 177539 659 0 0 20 0 1 0 268200543 243863552 58810 33554432000 4194304 10173063 140736469115280 140736469108536 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12181/statm: 59537 58810 849 1460 0 58068 0
Current children cumulated CPU time (s) 1781.98
Current children cumulated vsize (KiB) 238148

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

[startup+1785.5 s]
/proc/loadavg: 2.01 2.01 1.99 3/177 12388
/proc/meminfo: memFree=28645588/32873844 swapFree=6856/6856
[pid=12181] ppid=12179 vsize=238560 CPUtime=1785.18 cores=1,3,5,7
/proc/12181/stat : 12181 (scip-2.1.1.4fix) R 12179 12181 11551 0 -1 4202496 107568 0 0 0 177857 661 0 0 20 0 1 0 268200543 244285440 58859 33554432000 4194304 10173063 140736469115280 140736469108584 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12181/statm: 59640 58859 849 1460 0 58171 0
Current children cumulated CPU time (s) 1785.18
Current children cumulated vsize (KiB) 238560

[startup+1791.91 s]
/proc/loadavg: 2.01 2.01 1.99 3/177 12388
/proc/meminfo: memFree=28643356/32873844 swapFree=6856/6856
[pid=12181] ppid=12179 vsize=239516 CPUtime=1791.58 cores=1,3,5,7
/proc/12181/stat : 12181 (scip-2.1.1.4fix) R 12179 12181 11551 0 -1 4202496 107867 0 0 0 178495 663 0 0 20 0 1 0 268200543 245264384 59158 33554432000 4194304 10173063 140736469115280 140736469108920 5122191 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12181/statm: 59879 59158 849 1460 0 58410 0
Current children cumulated CPU time (s) 1791.58
Current children cumulated vsize (KiB) 239516

[startup+1795.1 s]
/proc/loadavg: 2.01 2.01 1.99 3/177 12388
/proc/meminfo: memFree=28641992/32873844 swapFree=6856/6856
[pid=12181] ppid=12179 vsize=240808 CPUtime=1794.78 cores=1,3,5,7
/proc/12181/stat : 12181 (scip-2.1.1.4fix) R 12179 12181 11551 0 -1 4202496 108227 0 0 0 178813 665 0 0 20 0 1 0 268200543 246587392 59518 33554432000 4194304 10173063 140736469115280 140736469108536 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12181/statm: 60202 59518 849 1460 0 58733 0
Current children cumulated CPU time (s) 1794.78
Current children cumulated vsize (KiB) 240808

[startup+1795.9 s]
/proc/loadavg: 2.01 2.01 1.99 3/177 12388
/proc/meminfo: memFree=28641992/32873844 swapFree=6856/6856
[pid=12181] ppid=12179 vsize=240808 CPUtime=1795.57 cores=1,3,5,7
/proc/12181/stat : 12181 (scip-2.1.1.4fix) R 12179 12181 11551 0 -1 4202496 108227 0 0 0 178892 665 0 0 20 0 1 0 268200543 246587392 59518 33554432000 4194304 10173063 140736469115280 140736469108920 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12181/statm: 60202 59518 849 1460 0 58733 0
Current children cumulated CPU time (s) 1795.57
Current children cumulated vsize (KiB) 240808

[startup+1796.7 s]
/proc/loadavg: 2.01 2.01 1.99 3/177 12388
/proc/meminfo: memFree=28641868/32873844 swapFree=6856/6856
[pid=12181] ppid=12179 vsize=241136 CPUtime=1796.38 cores=1,3,5,7
/proc/12181/stat : 12181 (scip-2.1.1.4fix) R 12179 12181 11551 0 -1 4202496 108309 0 0 0 178972 666 0 0 20 0 1 0 268200543 246923264 59600 33554432000 4194304 10173063 140736469115280 140736469108632 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12181/statm: 60284 59600 849 1460 0 58815 0
Current children cumulated CPU time (s) 1796.38
Current children cumulated vsize (KiB) 241136

[startup+1797.1 s]
/proc/loadavg: 2.01 2.01 1.99 3/177 12388
/proc/meminfo: memFree=28641868/32873844 swapFree=6856/6856
[pid=12181] ppid=12179 vsize=239464 CPUtime=1796.78 cores=1,3,5,7
/proc/12181/stat : 12181 (scip-2.1.1.4fix) R 12179 12181 11551 0 -1 4202496 108313 0 0 0 179012 666 0 0 20 0 1 0 268200543 245211136 59186 33554432000 4194304 10173063 140736469115280 140736469108632 8992599 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/12181/statm: 59813 59028 853 1460 0 58344 0
Current children cumulated CPU time (s) 1796.78
Current children cumulated vsize (KiB) 239464

Child status: 0
Real time (s): 1797.11
CPU time (s): 1796.8
CPU user time (s): 1790.13
CPU system time (s): 6.66999
CPU usage (%): 99.9827
Max. virtual memory (cumulated for all children) (KiB): 241136

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1790.13
system time used= 6.66999
maximum resident set size= 238416
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 108315
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= 55
involuntary context switches= 1845

runsolver used 2.75458 second user time and 8.72567 second system time

The end

Launcher Data

Begin job on node144 at 2012-05-26 10:25:56
IDJOB=3691450
IDBENCH=48132
IDSOLVER=2270
FILE ID=node144/3691450-1338020756
RUNJOBID= node144-1338016919-11568
PBS_JOBID= 14624331
Free space on /tmp= 71476 MiB

SOLVER NAME= SCIP spx SCIP 2.1.1.4. with SoPlex 1.6.0.3 fixed
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/mds/normalized-mds_200_25_4.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-3691450-1338020756/watcher-3691450-1338020756 -o /tmp/evaluation-result-3691450-1338020756/solver-3691450-1338020756 -C 1800 -W 1900 -M 15500  HOME/scip-2.1.1.4fix.linux.x86_64.gnu.opt.spx -f HOME/instance-3691450-1338020756.opb -t 1800 -m 15500

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

MD5SUM BENCH= 64354bd2b9c3cc2f1ca2c32032e5c032
RANDOM SEED=1783632616

node144.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.196
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.39
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.196
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.196
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.54
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.196
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.196
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.90
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.196
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.92
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.196
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.196
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:        29355816 kB
Buffers:          250428 kB
Cached:          2449992 kB
SwapCached:            0 kB
Active:           737952 kB
Inactive:        2008032 kB
Active(anon):      47036 kB
Inactive(anon):        0 kB
Active(file):     690916 kB
Inactive(file):  2008032 kB
Unevictable:        6856 kB
Mlocked:            6856 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             13776 kB
Writeback:             0 kB
AnonPages:        159740 kB
Mapped:            17700 kB
Shmem:               200 kB
Slab:             635272 kB
SReclaimable:      77980 kB
SUnreclaim:       557292 kB
KernelStack:        1472 kB
PageTables:         3944 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     160492 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    135168 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= 71460 MiB
End job on node144 at 2012-05-26 10:55:54