Trace number 3693312

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 standard SCIP 2.1.1.4. with SoPlex 1.6.0.3 standard fixed? 1796.87 1797.15

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
bounded_golomb_rulers/normalized-bogr_17.opb
MD5SUM25ee8feec785b6a4be71df8acc9d82db
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark256
Best CPU time to get the best result obtained on this benchmark1783.01
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 263
Optimality of the best value was proved NO
Number of variables7081
Total number of constraints13889
Number of constraints which are clauses1
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints13888
Minimum length of a constraint1
Maximum length of a constraint37
Number of terms in the objective function 9
Biggest coefficient in the objective function 136
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 391
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 512
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 2647
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c SCIP version 2.1.1.4 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.6.0.3] [GitHash: a3bf3a4-dirty]
0.00/0.00	c Copyright (c) 2002-2012 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-3693312-1338033853.opb>
0.09/0.17	c original problem has 7081 variables (7081 bin, 0 int, 0 impl, 0 cont) and 13889 constraints
0.09/0.17	c problem read in 0.18
0.28/0.35	c presolving:
0.49/0.50	c (round 1) 1 del vars, 1 del conss, 0 add conss, 1 chg bounds, 28 chg sides, 869 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.49/0.58	c (round 2) 1 del vars, 6214 del conss, 0 add conss, 1 chg bounds, 28 chg sides, 869 chg coeffs, 739 upgd conss, 0 impls, 0 clqs
0.59/0.68	c (round 3) 1 del vars, 6214 del conss, 9 add conss, 1 chg bounds, 45 chg sides, 907 chg coeffs, 1462 upgd conss, 946 impls, 4 clqs
0.69/0.72	c (round 4) 1 del vars, 6214 del conss, 9 add conss, 1 chg bounds, 50 chg sides, 1378 chg coeffs, 1462 upgd conss, 946 impls, 4 clqs
0.69/0.77	c    (0.8s) probing: 51/7080 (0.7%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.69/0.77	c    (0.8s) probing aborted: 50/50 successive totally useless probings
0.79/0.80	c presolving (5 rounds):
0.79/0.80	c  1 deleted vars, 6214 deleted constraints, 9 added constraints, 1 tightened bounds, 0 added holes, 50 changed sides, 1378 changed coefficients
0.79/0.80	c  946 implications, 4 cliques
0.79/0.80	c presolved problem has 7080 variables (7080 bin, 0 int, 0 impl, 0 cont) and 7684 constraints
0.79/0.80	c    1462 constraints of type <knapsack>
0.79/0.80	c       9 constraints of type <setppc>
0.79/0.80	c    6213 constraints of type <linear>
0.79/0.80	c transformed objective value is always integral (scale: 1)
0.79/0.80	c Presolving Time: 0.58
0.79/0.80	c - non default parameters ----------------------------------------------------------------------
0.79/0.80	c # SCIP version 2.1.1.4
0.79/0.80	c 
0.79/0.80	c # maximal time in seconds to run
0.79/0.80	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.79/0.80	c limits/time = 1797
0.79/0.80	c 
0.79/0.80	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.79/0.80	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.79/0.80	c limits/memory = 13950
0.79/0.80	c 
0.79/0.80	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.79/0.80	c # [type: int, range: [1,2], default: 1]
0.79/0.80	c timing/clocktype = 2
0.79/0.80	c 
0.79/0.80	c # belongs reading time to solving time?
0.79/0.80	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.79/0.80	c timing/reading = TRUE
0.79/0.80	c 
0.79/0.80	c -----------------------------------------------------------------------------------------------
0.79/0.80	c start solving
0.79/0.80	c 
1.69/1.76	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1.69/1.76	c   1.8s|     1 |     0 |   172 |     - |  67M|   0 | 353 |7080 |7703 |7080 |7684 |   0 |  19 |   0 | 1.360000e+02 |      --      |    Inf 
5.50/5.56	c   5.6s|     1 |     0 |  9282 |     - |  68M|   0 |1710 |7080 |7703 |7080 |7860 | 176 |  19 |   0 | 1.360000e+02 |      --      |    Inf 
8.88/8.96	c   9.0s|     1 |     0 | 14193 |     - |  69M|   0 |2677 |7080 |7703 |7080 |7985 | 301 |  19 |   0 | 1.360000e+02 |      --      |    Inf 
11.79/11.80	c  11.8s|     1 |     0 | 17377 |     - |  70M|   0 |3464 |7080 |7703 |7080 |8175 | 491 |  19 |   0 | 1.360000e+02 |      --      |    Inf 
16.39/16.49	c  16.5s|     1 |     0 | 21733 |     - |  70M|   0 |3550 |7080 |7703 |7080 |8329 | 645 |  19 |   0 | 1.360000e+02 |      --      |    Inf 
19.99/20.04	c  20.0s|     1 |     0 | 23403 |     - |  71M|   0 |3399 |7080 |7703 |7080 |8491 | 807 |  19 |   0 | 1.360000e+02 |      --      |    Inf 
24.88/24.91	c  24.9s|     1 |     0 | 25874 |     - |  72M|   0 |3590 |7080 |7703 |7080 |8703 |1019 |  19 |   0 | 1.360000e+02 |      --      |    Inf 
68.27/68.37	c  68.4s|     1 |     2 | 25874 |     - |  72M|   0 |3590 |7080 |7703 |7080 |8703 |1019 |  19 |  44 | 1.360000e+02 |      --      |    Inf 
350.83/350.97	c   351s|   100 |    59 |772434 |7541.0 |  73M|  18 | 876 |7080 |8075 |7080 |7934 |1019 | 391 | 409 | 1.360000e+02 |      --      |    Inf 
390.93/391.04	c   391s|   200 |   111 |872255 |4253.2 |  73M|  59 | 368 |7080 |8138 |7080 |7934 |1019 | 454 | 425 | 1.360000e+02 |      --      |    Inf 
411.12/411.27	c   411s|   300 |   161 |910191 |2957.6 |  74M|  84 | 432 |7080 |8208 |7080 |7934 |1019 | 524 | 441 | 1.360000e+02 |      --      |    Inf 
423.72/423.87	c   424s|   400 |   181 |926034 |2256.0 |  74M|  86 |   - |7080 |8259 |7080 |7934 |1019 | 575 | 456 | 1.360000e+02 |      --      |    Inf 
441.21/441.31	c   441s|   500 |   251 |969310 |1890.7 |  74M|  86 | 348 |7080 |8290 |7080 |7934 |1019 | 606 | 471 | 1.360000e+02 |      --      |    Inf 
456.81/456.90	c   457s|   600 |   327 |997961 |1622.8 |  74M|  86 | 686 |7080 |8311 |7080 |7934 |1019 | 627 | 485 | 1.360000e+02 |      --      |    Inf 
484.50/484.69	c   485s|   700 |   411 |  1066k|1488.3 |  75M|  86 | 424 |7080 |8359 |7080 |7934 |1019 | 675 | 515 | 1.360000e+02 |      --      |    Inf 
495.70/495.84	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
495.70/495.84	c   496s|   800 |   499 |  1085k|1325.6 |  75M|  86 | 372 |7080 |8370 |7080 |7934 |1019 | 686 | 530 | 1.360000e+02 |      --      |    Inf 
512.10/512.20	c   512s|   900 |   575 |  1127k|1225.9 |  76M|  86 | 360 |7080 |8382 |7080 |7934 |1019 | 698 | 550 | 1.360000e+02 |      --      |    Inf 
529.70/529.89	c   530s|  1000 |   639 |  1166k|1141.4 |  76M|  86 | 492 |7080 |8411 |7080 |7934 |1019 | 727 | 578 | 1.360000e+02 |      --      |    Inf 
545.10/545.25	c   545s|  1100 |   711 |  1198k|1067.3 |  76M|  86 | 346 |7080 |8431 |7080 |7934 |1019 | 747 | 592 | 1.360000e+02 |      --      |    Inf 
554.60/554.76	c   555s|  1200 |   765 |  1212k| 989.9 |  77M|  86 |   - |7080 |8459 |7080 |7934 |1019 | 775 | 609 | 1.360000e+02 |      --      |    Inf 
579.39/579.53	c   580s|  1300 |   841 |  1255k| 946.5 |  77M|  86 | 286 |7080 |8489 |7080 |7934 |1019 | 805 | 629 | 1.360000e+02 |      --      |    Inf 
592.89/593.09	c   593s|  1400 |   929 |  1280k| 896.9 |  77M|  86 | 362 |7080 |8495 |7080 |7934 |1019 | 811 | 643 | 1.360000e+02 |      --      |    Inf 
605.70/605.80	c   606s|  1500 |  1009 |  1308k| 855.5 |  78M|  86 |   - |7080 |8504 |7080 |7934 |1019 | 820 | 674 | 1.360000e+02 |      --      |    Inf 
614.59/614.71	c   615s|  1600 |  1073 |  1321k| 810.2 |  78M|  86 | 496 |7080 |8523 |7080 |7934 |1019 | 839 | 686 | 1.360000e+02 |      --      |    Inf 
790.77/790.99	c   791s|  1700 |  1151 |  2152k|1251.7 |  78M|  86 | 548 |7080 |8620 |7080 |7934 |1019 | 936 | 715 | 1.360000e+02 |      --      |    Inf 
808.56/808.75	c   809s|  1800 |  1219 |  2177k|1196.2 |  78M|  86 | 496 |7080 |8636 |7080 |7934 |1019 | 952 | 763 | 1.360000e+02 |      --      |    Inf 
819.86/820.06	c   820s|  1900 |  1301 |  2197k|1143.5 |  79M|  86 | 608 |7080 |8651 |7080 |7934 |1019 | 967 | 803 | 1.360000e+02 |      --      |    Inf 
834.26/834.47	c   834s|  2000 |  1377 |  2218k|1097.0 |  79M|  86 | 563 |7080 |8661 |7080 |7934 |1019 | 977 | 847 | 1.360000e+02 |      --      |    Inf 
846.95/847.10	c   847s|  2100 |  1465 |  2239k|1054.5 |  79M|  86 | 635 |7080 |8680 |7080 |7934 |1019 | 996 | 882 | 1.360000e+02 |      --      |    Inf 
855.75/855.94	c   856s|  2200 |  1545 |  2250k|1011.6 |  80M|  86 |   - |7080 |8693 |7080 |7934 |1019 |1009 | 911 | 1.360000e+02 |      --      |    Inf 
862.55/862.76	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
862.55/862.76	c   863s|  2300 |  1605 |  2258k| 971.1 |  80M|  86 | 489 |7080 |8725 |7080 |7934 |1019 |1041 | 923 | 1.360000e+02 |      --      |    Inf 
869.45/869.61	c   870s|  2400 |  1624 |  2263k| 932.6 |  80M|  86 | 750 |7080 |8810 |7080 |7934 |1019 |1126 | 941 | 1.360000e+02 |      --      |    Inf 
880.95/881.15	c   881s|  2500 |  1703 |  2273k| 899.5 |  81M|  86 | 545 |7080 |8820 |7080 |7934 |1019 |1136 | 996 | 1.360000e+02 |      --      |    Inf 
887.64/887.89	c   888s|  2600 |  1759 |  2282k| 868.3 |  81M|  86 | 674 |7080 |8869 |7080 |7934 |1019 |1185 |1008 | 1.360000e+02 |      --      |    Inf 
892.44/892.60	c   893s|  2700 |  1802 |  2288k| 838.5 |  81M|  86 | 524 |7080 |8929 |7080 |7934 |1019 |1245 |1008 | 1.360000e+02 |      --      |    Inf 
899.55/899.80	c   900s|  2800 |  1861 |  2296k| 811.2 |  82M|  86 | 618 |7080 |8970 |7080 |7934 |1019 |1286 |1034 | 1.360000e+02 |      --      |    Inf 
909.64/909.88	c   910s|  2900 |  1908 |  2308k| 787.2 |  82M|  86 | 600 |7080 |9028 |7080 |7934 |1019 |1344 |1067 | 1.360000e+02 |      --      |    Inf 
915.54/915.74	c   916s|  3000 |  1959 |  2313k| 762.9 |  82M|  86 | 679 |7080 |9069 |7080 |7934 |1019 |1385 |1078 | 1.360000e+02 |      --      |    Inf 
925.54/925.72	c   926s|  3100 |  2023 |  2324k| 741.8 |  82M|  86 | 729 |7080 |9089 |7080 |7934 |1019 |1405 |1109 | 1.360000e+02 |      --      |    Inf 
941.84/942.05	c   942s|  3200 |  2089 |  2341k| 724.0 |  83M|  86 | 763 |7080 |9133 |7080 |7934 |1019 |1449 |1159 | 1.360000e+02 |      --      |    Inf 
952.23/952.49	c   952s|  3300 |  2159 |  2359k| 707.5 |  83M|  86 | 867 |7080 |9155 |7080 |7934 |1019 |1471 |1171 | 1.360000e+02 |      --      |    Inf 
956.75/956.91	c   957s|  3400 |  2197 |  2367k| 688.9 |  83M|  86 |   - |7080 |9212 |7080 |7934 |1019 |1528 |1171 | 1.360000e+02 |      --      |    Inf 
965.54/965.79	c   966s|  3500 |  2262 |  2384k| 674.0 |  84M|  86 | 556 |7080 |9248 |7080 |7934 |1019 |1564 |1183 | 1.360000e+02 |      --      |    Inf 
972.63/972.85	c   973s|  3600 |  2350 |  2397k| 658.9 |  84M|  86 | 730 |7080 |9253 |7080 |7934 |1019 |1569 |1195 | 1.360000e+02 |      --      |    Inf 
980.43/980.60	c   981s|  3700 |  2424 |  2410k| 644.8 |  84M|  86 | 624 |7080 |9279 |7080 |7934 |1019 |1595 |1208 | 1.360000e+02 |      --      |    Inf 
996.63/996.80	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
996.63/996.80	c   997s|  3800 |  2494 |  2433k| 633.8 |  85M|  86 | 892 |7080 |9300 |7080 |7934 |1019 |1616 |1254 | 1.360000e+02 |      --      |    Inf 
1002.94/1003.19	c  1003s|  3900 |  2547 |  2442k| 619.7 |  85M|  86 |   - |7080 |9329 |7080 |7934 |1019 |1645 |1276 | 1.360000e+02 |      --      |    Inf 
1017.82/1018.07	c  1018s|  4000 |  2609 |  2466k| 610.4 |  85M|  86 | 975 |7080 |9367 |7080 |7934 |1019 |1683 |1315 | 1.360000e+02 |      --      |    Inf 
1026.42/1026.65	c  1027s|  4100 |  2685 |  2476k| 597.8 |  86M|  86 | 880 |7080 |9382 |7080 |7934 |1019 |1698 |1357 | 1.360000e+02 |      --      |    Inf 
1044.23/1044.45	c  1044s|  4200 |  2761 |  2501k| 589.6 |  86M|  86 | 986 |7080 |9399 |7080 |7934 |1019 |1715 |1402 | 1.360000e+02 |      --      |    Inf 
1053.02/1053.22	c  1053s|  4300 |  2839 |  2513k| 578.6 |  86M|  86 | 942 |7080 |9418 |7080 |7934 |1019 |1735 |1424 | 1.360000e+02 |      --      |    Inf 
1063.22/1063.42	c  1063s|  4400 |  2915 |  2530k| 569.3 |  86M|  86 | 944 |7080 |9431 |7080 |7934 |1019 |1750 |1447 | 1.360000e+02 |      --      |    Inf 
1074.32/1074.52	c  1075s|  4500 |  2991 |  2548k| 560.8 |  87M|  86 | 962 |7080 |9446 |7080 |7934 |1019 |1770 |1480 | 1.360000e+02 |      --      |    Inf 
1085.32/1085.57	c  1086s|  4600 |  3067 |  2566k| 552.4 |  87M|  86 | 931 |7080 |9473 |7080 |7934 |1019 |1801 |1504 | 1.360000e+02 |      --      |    Inf 
1095.61/1095.87	c  1096s|  4700 |  3149 |  2581k| 543.9 |  87M|  86 | 829 |7080 |9480 |7080 |7934 |1019 |1812 |1536 | 1.360000e+02 |      --      |    Inf 
1106.02/1106.29	c  1106s|  4800 |  3241 |  2590k| 534.4 |  88M|  86 | 836 |7080 |9476 |7080 |7934 |1019 |1816 |1578 | 1.360000e+02 |      --      |    Inf 
1112.51/1112.75	c  1113s|  4900 |  3325 |  2601k| 525.7 |  88M|  86 | 780 |7080 |9466 |7080 |7934 |1019 |1829 |1589 | 1.360000e+02 |      --      |    Inf 
1129.21/1129.47	c  1129s|  5000 |  3413 |  2627k| 520.4 |  89M|  86 | 985 |7080 |9454 |7080 |7934 |1019 |1852 |1632 | 1.360000e+02 |      --      |    Inf 
1138.41/1138.61	c  1139s|  5100 |  3479 |  2642k| 513.1 |  89M|  86 | 593 |7080 |9464 |7080 |7934 |1019 |1874 |1643 | 1.360000e+02 |      --      |    Inf 
1144.31/1144.52	c  1145s|  5200 |  3542 |  2651k| 505.1 |  89M|  86 |   - |7080 |9483 |   0 |   0 |1019 |1903 |1654 | 1.360000e+02 |      --      |    Inf 
1154.11/1154.37	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1154.11/1154.37	c  1154s|  5300 |  3592 |  2670k| 499.1 |  90M|  86 |   - |7080 |9539 |7080 |7934 |1019 |1975 |1666 | 1.360000e+02 |      --      |    Inf 
1159.41/1159.69	c  1160s|  5400 |  3658 |  2679k| 491.6 |  90M|  86 | 860 |7080 |9541 |7080 |7934 |1019 |1999 |1666 | 1.360000e+02 |      --      |    Inf 
1168.01/1168.27	c  1168s|  5500 |  3724 |  2696k| 485.7 |  91M|  86 | 614 |7080 |9553 |7080 |7934 |1019 |2023 |1677 | 1.360000e+02 |      --      |    Inf 
1180.01/1180.30	c  1180s|  5600 |  3773 |  2710k| 479.4 |  91M|  86 | 631 |7080 |9569 |7080 |7934 |1019 |2063 |1711 | 1.360000e+02 |      --      |    Inf 
1185.00/1185.21	c  1185s|  5700 |  3826 |  2715k| 471.9 |  91M|  86 | 744 |7080 |9549 |7080 |7934 |1019 |2099 |1711 | 1.360000e+02 |      --      |    Inf 
1191.70/1191.98	c  1192s|  5800 |  3896 |  2724k| 465.3 |  91M|  86 |   - |7080 |9524 |7080 |7934 |1019 |2132 |1722 | 1.360000e+02 |      --      |    Inf 
1200.30/1200.54	c  1201s|  5900 |  3954 |  2735k| 459.3 |  92M|  86 |   - |7080 |9523 |7080 |7934 |1019 |2175 |1735 | 1.360000e+02 |      --      |    Inf 
1211.19/1211.45	c  1211s|  6000 |  4027 |  2751k| 454.3 |  92M|  86 | 929 |7080 |9489 |7080 |7934 |1019 |2202 |1757 | 1.360000e+02 |      --      |    Inf 
1226.80/1227.06	c  1227s|  6100 |  4115 |  2783k| 452.1 |  93M|  86 | 802 |7080 |9482 |7080 |7934 |1019 |2243 |1788 | 1.360000e+02 |      --      |    Inf 
1236.49/1236.71	c  1237s|  6200 |  4197 |  2795k| 446.8 |  93M|  86 | 597 |7080 |9474 |7080 |7934 |1019 |2257 |1818 | 1.360000e+02 |      --      |    Inf 
1248.09/1248.34	c  1248s|  6300 |  4285 |  2808k| 441.7 |  93M|  86 | 536 |7080 |9461 |7080 |7934 |1019 |2266 |1863 | 1.360000e+02 |      --      |    Inf 
1259.79/1260.01	c  1260s|  6400 |  4359 |  2818k| 436.4 |  94M|  86 | 715 |7080 |9443 |7080 |7934 |1019 |2282 |1917 | 1.360000e+02 |      --      |    Inf 
1268.19/1268.46	c  1268s|  6500 |  4451 |  2831k| 431.7 |  94M|  86 | 788 |7080 |9413 |7080 |7934 |1019 |2287 |1933 | 1.360000e+02 |      --      |    Inf 
1283.29/1283.56	c  1284s|  6600 |  4542 |  2843k| 427.0 |  94M|  86 | 651 |7080 |9358 |7080 |7934 |1019 |2296 |2021 | 1.360000e+02 |      --      |    Inf 
1292.49/1292.78	c  1293s|  6700 |  4622 |  2853k| 422.1 |  95M|  86 | 732 |7080 |9363 |7080 |7934 |1019 |2311 |2049 | 1.360000e+02 |      --      |    Inf 
1301.58/1301.88	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1301.58/1301.88	c  1302s|  6800 |  4692 |  2860k| 416.9 |  95M|  86 | 532 |7080 |9330 |7080 |7934 |1019 |2328 |2095 | 1.360000e+02 |      --      |    Inf 
1310.38/1310.60	c  1311s|  6900 |  4756 |  2870k| 412.3 |  95M|  86 | 658 |7080 |9301 |7080 |7934 |1019 |2370 |2121 | 1.360000e+02 |      --      |    Inf 
1324.48/1324.74	c  1325s|  7000 |  4838 |  2881k| 408.0 |  96M|  86 | 574 |7080 |9265 |7080 |7934 |1019 |2387 |2200 | 1.360000e+02 |      --      |    Inf 
1332.48/1332.74	c  1333s|  7100 |  4910 |  2893k| 403.9 |  96M|  86 | 840 |7080 |9239 |7080 |7934 |1019 |2409 |2213 | 1.360000e+02 |      --      |    Inf 
1345.37/1345.61	c  1346s|  7200 |  4988 |  2906k| 400.2 |  96M|  86 | 811 |7080 |9228 |7080 |7934 |1019 |2426 |2278 | 1.360000e+02 |      --      |    Inf 
1355.27/1355.55	c  1356s|  7300 |  5062 |  2918k| 396.3 |  97M|  86 |   - |7080 |9234 |7080 |7934 |1019 |2440 |2318 | 1.360000e+02 |      --      |    Inf 
1369.77/1370.00	c  1370s|  7400 |  5148 |  2932k| 392.9 |  97M|  86 | 821 |7080 |9227 |7080 |7934 |1019 |2451 |2398 | 1.360000e+02 |      --      |    Inf 
1387.87/1388.18	c  1388s|  7500 |  5224 |  2963k| 391.7 |  97M|  86 | 806 |7080 |9189 |7080 |7934 |1019 |2472 |2474 | 1.360000e+02 |      --      |    Inf 
1396.67/1396.98	c  1397s|  7600 |  5314 |  2973k| 387.9 |  98M|  86 | 801 |7080 |9187 |7080 |7934 |1019 |2477 |2499 | 1.360000e+02 |      --      |    Inf 
1410.56/1410.85	c  1411s|  7700 |  5386 |  2980k| 383.7 |  98M|  86 | 794 |7080 |9189 |7080 |7934 |1019 |2493 |2587 | 1.360000e+02 |      --      |    Inf 
1419.77/1420.08	c  1420s|  7800 |  5449 |  2990k| 380.1 |  98M|  86 | 753 |7080 |9199 |7080 |7934 |1019 |2531 |2619 | 1.360000e+02 |      --      |    Inf 
1435.76/1436.07	c  1436s|  7900 |  5527 |  2999k| 376.5 |  98M|  86 | 717 |7080 |9198 |7080 |7934 |1019 |2544 |2713 | 1.360000e+02 |      --      |    Inf 
1451.36/1451.68	c  1452s|  8000 |  5600 |  3012k| 373.3 |  99M|  86 | 774 |7080 |9222 |7080 |7934 |1019 |2573 |2805 | 1.360000e+02 |      --      |    Inf 
1466.06/1466.38	c  1466s|  8100 |  5674 |  3018k| 369.5 |  99M|  86 | 810 |7080 |9229 |7080 |7934 |1019 |2586 |2922 | 1.360000e+02 |      --      |    Inf 
1482.05/1482.36	c  1482s|  8200 |  5743 |  3027k| 366.1 |  99M|  86 | 770 |7080 |9246 |7080 |7934 |1019 |2618 |3038 | 1.360000e+02 |      --      |    Inf 
1499.65/1499.97	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1499.65/1499.97	c  1500s|  8300 |  5810 |  3037k| 362.9 | 100M|  86 | 680 |7080 |9247 |7080 |7934 |1019 |2643 |3176 | 1.360000e+02 |      --      |    Inf 
1517.35/1517.63	c  1518s|  8400 |  5873 |  3047k| 359.8 | 100M|  86 | 726 |7080 |9243 |7080 |7934 |1019 |2671 |3313 | 1.360000e+02 |      --      |    Inf 
1532.65/1532.90	c  1533s|  8500 |  5935 |  3058k| 356.9 | 100M|  86 |   - |7080 |9236 |7080 |7934 |1019 |2692 |3407 | 1.360000e+02 |      --      |    Inf 
1555.45/1555.70	c  1556s|  8600 |  6016 |  3066k| 353.6 | 100M|  86 | 771 |7080 |9237 |7080 |7934 |1019 |2707 |3611 | 1.360000e+02 |      --      |    Inf 
1580.54/1580.86	c  1581s|  8700 |  6091 |  3096k| 352.9 | 101M|  86 | 768 |7080 |9254 |7080 |7934 |1019 |2745 |3769 | 1.360000e+02 |      --      |    Inf 
1596.74/1597.02	c  1597s|  8800 |  6159 |  3103k| 349.8 | 101M|  86 |   - |7080 |9234 |7080 |7934 |1019 |2764 |3908 | 1.360000e+02 |      --      |    Inf 
1610.73/1611.08	c  1611s|  8900 |  6219 |  3114k| 347.1 | 101M|  86 | 749 |7080 |9226 |7080 |7934 |1019 |2814 |3998 | 1.360000e+02 |      --      |    Inf 
1629.93/1630.26	c  1630s|  9000 |  6300 |  3125k| 344.4 | 102M|  86 | 668 |7080 |9207 |7080 |7934 |1019 |2828 |4133 | 1.360000e+02 |      --      |    Inf 
1650.22/1650.55	c  1651s|  9100 |  6394 |  3134k| 341.6 | 102M|  86 | 592 |7080 |9203 |7080 |7934 |1019 |2835 |4326 | 1.360000e+02 |      --      |    Inf 
1660.83/1661.12	c  1661s|  9200 |  6465 |  3144k| 339.0 | 103M|  86 |   - |7080 |9251 |   0 |   0 |1019 |2909 |4371 | 1.360000e+02 |      --      |    Inf 
1673.32/1673.68	c  1674s|  9300 |  6522 |  3151k| 336.2 | 103M|  86 | 666 |7080 |9295 |7080 |7934 |1019 |2990 |4468 | 1.360000e+02 |      --      |    Inf 
1684.93/1685.25	c  1685s|  9400 |  6604 |  3159k| 333.4 | 104M|  86 | 891 |7080 |9291 |7080 |7934 |1019 |3009 |4537 | 1.360000e+02 |      --      |    Inf 
1695.83/1696.16	c  1696s|  9500 |  6663 |  3169k| 330.9 | 104M|  86 | 728 |7080 |9291 |7080 |7934 |1019 |3050 |4588 | 1.360000e+02 |      --      |    Inf 
1704.22/1704.59	c  1705s|  9600 |  6737 |  3179k| 328.5 | 104M|  86 | 748 |7080 |9293 |7080 |7934 |1019 |3073 |4617 | 1.360000e+02 |      --      |    Inf 
1726.02/1726.31	c  1726s|  9700 |  6799 |  3196k| 326.9 | 104M|  86 | 681 |7080 |9290 |7080 |7934 |1019 |3111 |4761 | 1.360000e+02 |      --      |    Inf 
1740.41/1740.74	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1740.41/1740.74	c  1741s|  9800 |  6883 |  3220k| 326.0 | 105M|  86 |   - |7080 |9272 |7080 |7934 |1019 |3123 |4794 | 1.360000e+02 |      --      |    Inf 
1750.61/1750.99	c  1751s|  9900 |  6960 |  3233k| 324.0 | 105M|  86 | 617 |7080 |9258 |7080 |7934 |1019 |3150 |4820 | 1.360000e+02 |      --      |    Inf 
1759.21/1759.58	c  1760s| 10000 |  7030 |  3243k| 321.8 | 105M|  86 | 735 |7080 |9231 |7080 |7934 |1019 |3181 |4831 | 1.360000e+02 |      --      |    Inf 
1776.41/1776.77	c  1777s| 10100 |  7088 |  3263k| 320.6 | 106M|  86 |1024 |7080 |9201 |7080 |7934 |1019 |3213 |4887 | 1.360000e+02 |      --      |    Inf 
1788.60/1788.92	c  1789s| 10200 |  7166 |  3286k| 319.7 | 106M|  86 | 837 |7080 |9164 |7080 |7934 |1019 |3236 |4903 | 1.360000e+02 |      --      |    Inf 
1796.70/1797.00	c 
1796.70/1797.00	c SCIP Status        : solving was interrupted [time limit reached]
1796.70/1797.00	c Solving Time (sec) : 1797.00
1796.70/1797.00	c Solving Nodes      : 10224
1796.70/1797.00	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1796.70/1797.00	c Dual Bound         : +1.36000000000000e+02
1796.70/1797.00	c Gap                : infinite
1796.70/1797.00	s UNKNOWN
1796.70/1797.00	c SCIP Status        : solving was interrupted [time limit reached]
1796.70/1797.00	c Total Time         :    1797.00
1796.70/1797.00	c   solving          :    1797.00
1796.70/1797.00	c   presolving       :       0.58 (included in solving)
1796.70/1797.00	c   reading          :       0.18 (included in solving)
1796.70/1797.00	c   copying          :       0.06 (1 #copies) (minimal 0.06, maximal 0.06, average 0.06)
1796.70/1797.00	c Original Problem   :
1796.70/1797.00	c   Problem name     : HOME/instance-3693312-1338033853.opb
1796.70/1797.00	c   Variables        : 7081 (7081 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.70/1797.00	c   Constraints      : 13889 initial, 13889 maximal
1796.70/1797.00	c   Objective sense  : minimize
1796.70/1797.00	c Presolved Problem  :
1796.70/1797.00	c   Problem name     : t_HOME/instance-3693312-1338033853.opb
1796.70/1797.00	c   Variables        : 7080 (7080 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.70/1797.00	c   Constraints      : 7684 initial, 9591 maximal
1796.70/1797.00	c Presolvers         :   ExecTime  SetupTime  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1796.70/1797.00	c   domcol           :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.00	c   trivial          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.00	c   dualfix          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.00	c   boundshift       :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.00	c   inttobinary      :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.00	c   convertinttobin  :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.00	c   gateextraction   :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.00	c   implics          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.00	c   components       :       0.02       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.00	c   pseudoobj        :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.00	c   probing          :       0.02       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.00	c   knapsack         :       0.06       0.00          0          0          0          0          0          0          9         22        509
1796.70/1797.00	c   setppc           :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.00	c   linear           :       0.30       0.00          1          0          0          1          0       6214          0         28        869
1796.70/1797.00	c   logicor          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.00	c   root node        :          -          -          0          -          -          0          -          -          -          -          -
1796.70/1797.00	c Constraints        :     Number  MaxNumber  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #ResProp    Cutoffs    DomReds       Cuts      Conss   Children
1796.70/1797.00	c   integral         :          0          0          0          0       9356          0          4          0         12       2904          0          0      17454
1796.70/1797.00	c   knapsack         :       1462       1462          6      34749          0          1          3       4163         82      38490       1203          0          0
1796.70/1797.00	c   setppc           :          9          9          6      26157          0          1          0         21          0         78          0          0          0
1796.70/1797.00	c   linear           :       6213       6213          6      34667          0          1          0       1757        141     165893          0          0          0
1796.70/1797.00	c   logicor          :          0+      1907          6      12047          0          0          0       3017         37       7025          0          0          0
1796.70/1797.00	c   countsols        :          0          0          0          0          0          1          0          0          0          0          0          0          0
1796.70/1797.00	c Constraint Timings :  TotalTime  SetupTime   Separate  Propagate     EnfoLP     EnfoPS      Check    ResProp
1796.70/1797.00	c   integral         :     639.87       0.00       0.00       0.00     639.87       0.00       0.00       0.00
1796.70/1797.00	c   knapsack         :       5.34       0.00       0.10       5.24       0.00       0.00       0.00       0.01
1796.70/1797.00	c   setppc           :       0.04       0.00       0.00       0.03       0.00       0.00       0.00       0.00
1796.70/1797.00	c   linear           :      12.71       0.00       0.01      12.69       0.00       0.00       0.00       0.01
1796.70/1797.00	c   logicor          :       0.67       0.00       0.00       0.66       0.00       0.00       0.00       0.01
1796.70/1797.00	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1796.70/1797.00	c Propagators        : #Propagate   #ResProp    Cutoffs    DomReds
1796.70/1797.00	c   rootredcost      :          0          0          0          0
1796.70/1797.00	c   pseudoobj        :      44006          0          0          0
1796.70/1797.00	c   vbounds          :          0          0          0          0
1796.70/1797.00	c   redcost          :       9559          0          0        319
1796.70/1797.00	c   probing          :          0          0          0          0
1796.70/1797.00	c Propagator Timings :  TotalTime  SetupTime   Presolve  Propagate    ResProp
1796.70/1797.00	c   rootredcost      :       0.04       0.00       0.00       0.04       0.00
1796.70/1797.00	c   pseudoobj        :       0.12       0.00       0.00       0.12       0.00
1796.70/1797.00	c   vbounds          :       0.04       0.00       0.00       0.04       0.00
1796.70/1797.00	c   redcost          :       1.62       0.00       0.00       1.62       0.00
1796.70/1797.00	c   probing          :       0.02       0.00       0.02       0.00       0.00
1796.70/1797.00	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1796.70/1797.00	c   propagation      :       0.02        260        260       1098       23.2         12       13.8          -
1796.70/1797.00	c   infeasible LP    :       2.05       1905       1905       2967       14.0         54       14.5          0
1796.70/1797.00	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1796.70/1797.00	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1796.70/1797.00	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1796.70/1797.00	c   applied globally :          -          -          -       3245       14.0          -          -          -
1796.70/1797.00	c   applied locally  :          -          -          -          0        0.0          -          -          -
1796.70/1797.00	c Separators         :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss
1796.70/1797.00	c   cut pool         :       0.00                     5          -          -       1141          -    (maximal pool size: 4275)
1796.70/1797.00	c   closecuts        :       0.00       0.00          0          0          0          0          0
1796.70/1797.00	c   impliedbounds    :       0.00       0.00          6          0          0         89          0
1796.70/1797.00	c   intobj           :       0.00       0.00          0          0          0          0          0
1796.70/1797.00	c   gomory           :       3.01       0.00          6          0          0         61          0
1796.70/1797.00	c   cgmip            :       0.00       0.00          0          0          0          0          0
1796.70/1797.00	c   strongcg         :       3.04       0.00          6          0          0         28          0
1796.70/1797.00	c   cmir             :       1.95       0.00          6          0          0       3000          0
1796.70/1797.00	c   flowcover        :       1.41       0.00          6          0          0       1200          0
1796.70/1797.00	c   clique           :       0.01       0.00          6          0          0          0          0
1796.70/1797.00	c   zerohalf         :       0.00       0.00          0          0          0          0          0
1796.70/1797.00	c   mcf              :       0.00       0.00          1          0          0          0          0
1796.70/1797.00	c   oddcycle         :       0.00       0.00          0          0          0          0          0
1796.70/1797.00	c   rapidlearning    :       0.00       0.00          0          0          0          0          0
1796.70/1797.00	c Pricers            :   ExecTime  SetupTime      Calls       Vars
1796.70/1797.00	c   problem variables:       0.00          -          0          0
1796.70/1797.00	c Branching Rules    :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1796.70/1797.00	c   relpscost        :     639.82       0.00       9356         12       2904          0          0      17454
1796.70/1797.00	c   pscost           :       0.00       0.00          0          0          0          0          0          0
1796.70/1797.00	c   inference        :       0.00       0.00          1          0          0          0          0          2
1796.70/1797.00	c   mostinf          :       0.00       0.00          0          0          0          0          0          0
1796.70/1797.00	c   leastinf         :       0.00       0.00          0          0          0          0          0          0
1796.70/1797.00	c   fullstrong       :       0.00       0.00          0          0          0          0          0          0
1796.70/1797.00	c   allfullstrong    :       0.00       0.00          0          0          0          0          0          0
1796.70/1797.00	c   random           :       0.00       0.00          0          0          0          0          0          0
1796.70/1797.00	c Primal Heuristics  :   ExecTime  SetupTime      Calls      Found
1796.70/1797.00	c   LP solutions     :       0.00          -          -          0
1796.70/1797.00	c   pseudo solutions :       0.00          -          -          0
1796.70/1797.00	c   oneopt           :       0.03       0.00          0          0
1796.70/1797.00	c   crossover        :       0.01       0.00          0          0
1796.70/1797.00	c   smallcard        :       0.00       0.00          0          0
1796.70/1797.00	c   trivial          :       0.01       0.00          2          0
1796.70/1797.00	c   shiftandpropagate:       0.83       0.00          1          0
1796.70/1797.00	c   simplerounding   :       0.01       0.00          0          0
1796.70/1797.00	c   zirounding       :       1.51       0.00       1000          0
1796.70/1797.00	c   rounding         :       3.18       0.00       1311          0
1796.70/1797.00	c   shifting         :      11.44       0.00        371          0
1796.70/1797.00	c   intshifting      :       0.00       0.00          0          0
1796.70/1797.00	c   twoopt           :       0.00       0.00          0          0
1796.70/1797.00	c   indtwoopt        :       0.00       0.00          0          0
1796.70/1797.00	c   indoneopt        :       0.03       0.00          0          0
1796.70/1797.00	c   fixandinfer      :       0.00       0.00          0          0
1796.70/1797.00	c   feaspump         :      28.47       0.00         15          0
1796.70/1797.00	c   clique           :       0.00       0.00          0          0
1796.70/1797.00	c   indcoefdiving    :       0.00       0.00          0          0
1796.70/1797.00	c   coefdiving       :     102.80       0.00          1          0
1796.70/1797.00	c   indrounding      :       0.00       0.00          0          0
1796.70/1797.00	c   pscostdiving     :      31.57       0.00         15          0
1796.70/1797.00	c   nlpdiving        :       0.00       0.00          0          0
1796.70/1797.00	c   fracdiving       :     206.56       0.00          2          0
1796.70/1797.00	c   veclendiving     :      28.42       0.00         26          0
1796.70/1797.00	c   intdiving        :       0.00       0.00          0          0
1796.70/1797.00	c   actconsdiving    :       0.00       0.00          0          0
1796.70/1797.00	c   objpscostdiving  :      17.69       0.00          9          0
1796.70/1797.00	c   rootsoldiving    :      13.35       0.00         10          0
1796.70/1797.00	c   linesearchdiving :      39.09       0.00         38          0
1796.70/1797.00	c   guideddiving     :       0.00       0.00          0          0
1796.70/1797.00	c   octane           :       0.00       0.00          0          0
1796.70/1797.00	c   rens             :       0.07       0.00          0          0
1796.70/1797.00	c   rins             :       0.00       0.00          0          0
1796.70/1797.00	c   localbranching   :       0.00       0.00          0          0
1796.70/1797.00	c   mutation         :       0.00       0.00          0          0
1796.70/1797.00	c   dins             :       0.00       0.00          0          0
1796.70/1797.00	c   vbounds          :       0.00       0.00          0          0
1796.70/1797.00	c   undercover       :       0.00       0.00          0          0
1796.70/1797.00	c   subnlp           :       0.01       0.00          0          0
1796.70/1797.00	c   trysol           :       0.02       0.00          0          0
1796.70/1797.00	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec  Time-0-It Calls-0-It
1796.70/1797.00	c   primal LP        :       0.07          1          0       0.00       0.00       0.07          1
1796.70/1797.00	c   dual LP          :     609.11      10919    1459691     138.45    2396.44       3.03        376
1796.70/1797.00	c   lex dual LP      :       0.00          0          0       0.00          -
1796.70/1797.00	c   barrier LP       :       0.00          0          0       0.00          -       0.00          0
1796.70/1797.00	c   diving/probing LP:     452.68       3533    1833097     518.85    4049.46
1796.70/1797.00	c   strong branching :     637.23       4915     875534     178.14    1373.97
1796.70/1797.00	c     (at root node) :          -         44      36490     829.32          -
1796.70/1797.00	c   conflict analysis:       0.00          0          0       0.00          -
1796.70/1797.00	c B&B Tree           :
1796.70/1797.00	c   number of runs   :          1
1796.70/1797.00	c   nodes            :      10224
1796.70/1797.00	c   nodes (total)    :      10224
1796.70/1797.00	c   nodes left       :       7180
1796.70/1797.00	c   max depth        :         86
1796.70/1797.00	c   max depth (total):         86
1796.70/1797.00	c   backtracks       :       1076 (10.5%)
1796.70/1797.00	c   delayed cutoffs  :         53
1796.70/1797.00	c   repropagations   :       5764 (27712 domain reductions, 34 cutoffs)
1796.70/1797.00	c   avg switch length:       4.01
1796.70/1797.00	c   switching time   :       8.08
1796.70/1797.00	c Solution           :
1796.70/1797.00	c   Solutions found  :          0 (0 improvements)
1796.70/1797.00	c   Primal Bound     :          -
1796.70/1797.00	c   Dual Bound       : +1.36000000000000e+02
1796.70/1797.00	c   Gap              :   infinite
1796.70/1797.00	c   Root Dual Bound  : +1.36000000000000e+02
1796.70/1797.00	c   Root Iterations  :      25874
1796.80/1797.15	c Time complete: 1796.86.

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3693312-1338033853/watcher-3693312-1338033853 -o /tmp/evaluation-result-3693312-1338033853/solver-3693312-1338033853 -C 1800 -W 1900 -M 15500 HOME/scip-2.1.1.4sfix.linux.x86_64.gnu.opt.spx -f HOME/instance-3693312-1338033853.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.94 3/176 2968
/proc/meminfo: memFree=27948740/32873844 swapFree=7356/7356
[pid=2968] ppid=2966 vsize=9964 CPUtime=0 cores=1,3,5,7
/proc/2968/stat : 2968 (scip-2.1.1.4sfi) R 2966 2968 1047 0 -1 4202496 1235 0 0 0 0 0 0 0 20 0 1 0 269513858 10203136 1190 33554432000 4194304 10169799 140736876779808 140737428420440 8744486 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/2968/statm: 2491 1190 412 1459 0 1023 0

[startup+0.0493019 s]
/proc/loadavg: 2.00 2.00 1.94 3/176 2968
/proc/meminfo: memFree=27948740/32873844 swapFree=7356/7356
[pid=2968] ppid=2966 vsize=15388 CPUtime=0.04 cores=1,3,5,7
/proc/2968/stat : 2968 (scip-2.1.1.4sfi) R 2966 2968 1047 0 -1 4202496 2604 0 0 0 4 0 0 0 20 0 1 0 269513858 15757312 2559 33554432000 4194304 10169799 140736876779808 140736876646136 7139702 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/2968/statm: 3847 2559 412 1459 0 2379 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 15388

[startup+0.100345 s]
/proc/loadavg: 2.00 2.00 1.94 3/176 2968
/proc/meminfo: memFree=27948740/32873844 swapFree=7356/7356
[pid=2968] ppid=2966 vsize=20856 CPUtime=0.09 cores=1,3,5,7
/proc/2968/stat : 2968 (scip-2.1.1.4sfi) R 2966 2968 1047 0 -1 4202496 3966 0 0 0 9 0 0 0 20 0 1 0 269513858 21356544 3921 33554432000 4194304 10169799 140736876779808 140736876646136 8828688 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/2968/statm: 5323 3941 412 1459 0 3855 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 20856

[startup+0.300306 s]
/proc/loadavg: 2.00 2.00 1.94 3/176 2968
/proc/meminfo: memFree=27948740/32873844 swapFree=7356/7356
[pid=2968] ppid=2966 vsize=116192 CPUtime=0.28 cores=1,3,5,7
/proc/2968/stat : 2968 (scip-2.1.1.4sfi) R 2966 2968 1047 0 -1 4202496 26760 0 0 0 25 3 0 0 20 0 1 0 269513858 118980608 26716 33554432000 4194304 10169799 140736876779808 140736876646136 8883659 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2968/statm: 29048 26722 500 1459 0 27580 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 116192

[startup+0.700339 s]
/proc/loadavg: 2.00 2.00 1.94 3/176 2968
/proc/meminfo: memFree=27948740/32873844 swapFree=7356/7356
[pid=2968] ppid=2966 vsize=145040 CPUtime=0.69 cores=1,3,5,7
/proc/2968/stat : 2968 (scip-2.1.1.4sfi) R 2966 2968 1047 0 -1 4202496 36074 0 0 0 56 13 0 0 20 0 1 0 269513858 148520960 33286 33554432000 4194304 10169799 140736876779808 140736876646136 8961143 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2968/statm: 36260 33286 590 1459 0 34792 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 145040

[startup+1.50031 s]
/proc/loadavg: 2.00 2.00 1.94 3/177 2969
/proc/meminfo: memFree=27794952/32873844 swapFree=7356/7356
[pid=2968] ppid=2966 vsize=177460 CPUtime=1.49 cores=1,3,5,7
/proc/2968/stat : 2968 (scip-2.1.1.4sfi) R 2966 2968 1047 0 -1 4202496 44758 0 0 0 124 25 0 0 20 0 1 0 269513858 181719040 40403 33554432000 4194304 10169799 140736876779808 140736876776904 4433231 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2968/statm: 44365 40403 696 1459 0 42897 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 177460

[startup+3.10031 s]
/proc/loadavg: 2.00 2.00 1.94 3/177 2969
/proc/meminfo: memFree=27771376/32873844 swapFree=7356/7356
[pid=2968] ppid=2966 vsize=193728 CPUtime=3.09 cores=1,3,5,7
/proc/2968/stat : 2968 (scip-2.1.1.4sfi) R 2966 2968 1047 0 -1 4202496 47422 0 0 0 283 26 0 0 20 0 1 0 269513858 198377472 45215 33554432000 4194304 10169799 140736876779808 140736876772120 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2968/statm: 48432 45215 789 1459 0 46964 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 193728

[startup+6.30028 s]
/proc/loadavg: 2.00 2.00 1.94 3/177 2969
/proc/meminfo: memFree=27758172/32873844 swapFree=7356/7356
[pid=2968] ppid=2966 vsize=208096 CPUtime=6.29 cores=1,3,5,7
/proc/2968/stat : 2968 (scip-2.1.1.4sfi) R 2966 2968 1047 0 -1 4202496 49343 0 0 0 601 28 0 0 20 0 1 0 269513858 213090304 48377 33554432000 4194304 10169799 140736876779808 140736876775848 8961143 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2968/statm: 52024 48377 817 1459 0 50556 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 208096

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 1.94 3/177 2969
/proc/meminfo: memFree=27741500/32873844 swapFree=7356/7356
[pid=2968] ppid=2966 vsize=224840 CPUtime=12.69 cores=1,3,5,7
/proc/2968/stat : 2968 (scip-2.1.1.4sfi) R 2966 2968 1047 0 -1 4202496 55017 0 0 0 1236 33 0 0 20 0 1 0 269513858 230236160 52510 33554432000 4194304 10169799 140736876779808 140736876775832 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2968/statm: 56210 52510 817 1459 0 54742 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 224840

[startup+25.5004 s]
/proc/loadavg: 2.00 2.00 1.94 3/177 2970
/proc/meminfo: memFree=27716328/32873844 swapFree=7356/7356
[pid=2968] ppid=2966 vsize=231692 CPUtime=25.49 cores=1,3,5,7
/proc/2968/stat : 2968 (scip-2.1.1.4sfi) R 2966 2968 1047 0 -1 4202496 62624 0 0 0 2510 39 0 0 20 0 1 0 269513858 237252608 53804 33554432000 4194304 10169799 140736876779808 140736876773672 8030352 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2968/statm: 57923 53804 848 1459 0 56455 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 231692

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 1.94 3/177 2970
/proc/meminfo: memFree=27726984/32873844 swapFree=7356/7356
[pid=2968] ppid=2966 vsize=241920 CPUtime=51.08 cores=1,3,5,7
/proc/2968/stat : 2968 (scip-2.1.1.4sfi) R 2966 2968 1047 0 -1 4202496 92599 0 0 0 5058 50 0 0 20 0 1 0 269513858 247726080 56397 33554432000 4194304 10169799 140736876779808 140736876774088 8030352 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2968/statm: 60480 56397 848 1459 0 59012 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 241920

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 1.94 3/177 2970
/proc/meminfo: memFree=27775372/32873844 swapFree=7356/7356
[pid=2968] ppid=2966 vsize=231940 CPUtime=102.28 cores=1,3,5,7
/proc/2968/stat : 2968 (scip-2.1.1.4sfi) R 2966 2968 1047 0 -1 4202496 136946 0 0 0 10157 71 0 0 20 0 1 0 269513858 237506560 54144 33554432000 4194304 10169799 140736876779808 140736876774216 8030352 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2968/statm: 57985 54144 849 1459 0 56517 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 231940

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/177 2970
/proc/meminfo: memFree=27736760/32873844 swapFree=7356/7356
[pid=2968] ppid=2966 vsize=237496 CPUtime=162.26 cores=1,3,5,7
/proc/2968/stat : 2968 (scip-2.1.1.4sfi) R 2966 2968 1047 0 -1 4202496 172475 0 0 0 16129 97 0 0 20 0 1 0 269513858 243195904 55574 33554432000 4194304 10169799 140736876779808 140736876772936 8030352 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2968/statm: 59374 55574 850 1459 0 57906 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 237496

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/177 2970
/proc/meminfo: memFree=27736808/32873844 swapFree=7356/7356
[pid=2968] ppid=2966 vsize=237496 CPUtime=222.25 cores=1,3,5,7
/proc/2968/stat : 2968 (scip-2.1.1.4sfi) R 2966 2968 1047 0 -1 4202496 172477 0 0 0 22099 126 0 0 20 0 1 0 269513858 243195904 55585 33554432000 4194304 10169799 140736876779808 140736876774056 8030352 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2968/statm: 59374 55585 850 1459 0 57906 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 237496

[startup+282.3 s]
/proc/loadavg: 2.04 2.01 1.94 3/177 2970
/proc/meminfo: memFree=27727060/32873844 swapFree=7356/7356
[pid=2968] ppid=2966 vsize=243808 CPUtime=282.24 cores=1,3,5,7
/proc/2968/stat : 2968 (scip-2.1.1.4sfi) R 2966 2968 1047 0 -1 4202496 173541 0 0 0 28080 144 0 0 20 0 1 0 269513858 249659392 58055 33554432000 4194304 10169799 140736876779808 140736876773144 7681629 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2968/statm: 60952 58055 850 1459 0 59484 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 243808

[startup+342.3 s]
/proc/loadavg: 2.01 2.01 1.94 3/177 2971
/proc/meminfo: memFree=27715492/32873844 swapFree=7356/7356
[pid=2968] ppid=2966 vsize=250376 CPUtime=342.24 cores=1,3,5,7
/proc/2968/stat : 2968 (scip-2.1.1.4sfi) R 2966 2968 1047 0 -1 4202496 174176 0 0 0 34059 165 0 0 20 0 1 0 269513858 256385024 60901 33554432000 4194304 10169799 140736876779808 140736876773848 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2968/statm: 62594 60901 850 1459 0 61126 0
Current children cumulated CPU time (s) 342.24
Current children cumulated vsize (KiB) 250376

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 2974
/proc/meminfo: memFree=27721312/32873844 swapFree=7356/7356
[pid=2968] ppid=2966 vsize=246396 CPUtime=402.22 cores=1,3,5,7
/proc/2968/stat : 2968 (scip-2.1.1.4sfi) R 2966 2968 1047 0 -1 4202496 177946 0 0 0 40037 185 0 0 20 0 1 0 269513858 252309504 59516 33554432000 4194304 10169799 140736876779808 140736876773144 8030352 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2968/statm: 61599 59516 850 1459 0 60131 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 246396

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/177 2974
/proc/meminfo: memFree=27721816/32873844 swapFree=7356/7356
[pid=2968] ppid=2966 vsize=246928 CPUtime=462.21 cores=1,3,5,7
/proc/2968/stat : 2968 (scip-2.1.1.4sfi) R 2966 2968 1047 0 -1 4202496 181172 0 0 0 46014 207 0 0 20 0 1 0 269513858 252854272 59448 33554432000 4194304 10169799 140736876779808 140736876774088 8030352 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2968/statm: 61732 59448 850 1459 0 60264 0
Current children cumulated CPU time (s) 462.21
Current children cumulated vsize (KiB) 246928

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/177 2974
/proc/meminfo: memFree=27723424/32873844 swapFree=7356/7356
[pid=2968] ppid=2966 vsize=242884 CPUtime=522.2 cores=1,3,5,7
/proc/2968/stat : 2968 (scip-2.1.1.4sfi) R 2966 2968 1047 0 -1 4202496 183549 0 0 0 51989 231 0 0 20 0 1 0 269513858 248713216 59014 33554432000 4194304 10169799 140736876779808 140736876774792 8030352 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2968/statm: 60721 59014 850 1459 0 59253 0
Current children cumulated CPU time (s) 522.2
Current children cumulated vsize (KiB) 242884

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/177 2974
/proc/meminfo: memFree=27721004/32873844 swapFree=7356/7356
[pid=2968] ppid=2966 vsize=245276 CPUtime=582.2 cores=1,3,5,7
/proc/2968/stat : 2968 (scip-2.1.1.4sfi) R 2966 2968 1047 0 -1 4202496 183688 0 0 0 57971 249 0 0 20 0 1 0 269513858 251162624 59614 33554432000 4194304 10169799 140736876779808 140736876773672 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2968/statm: 61319 59614 850 1459 0 59851 0
Current children cumulated CPU time (s) 582.2
Current children cumulated vsize (KiB) 245276

[startup+642.3 s]

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

/proc/meminfo: memFree=27745184/32873844 swapFree=7356/7356
[pid=2968] ppid=2966 vsize=253676 CPUtime=1062.12 cores=1,3,5,7
/proc/2968/stat : 2968 (scip-2.1.1.4sfi) R 2966 2968 1047 0 -1 4202496 187762 0 0 0 105782 430 0 0 20 0 1 0 269513858 259764224 61726 33554432000 4194304 10169799 140736876779808 140736876773480 7393892 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2968/statm: 63419 61726 850 1459 0 61951 0
Current children cumulated CPU time (s) 1062.12
Current children cumulated vsize (KiB) 253676

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/177 2980
/proc/meminfo: memFree=27741696/32873844 swapFree=7356/7356
[pid=2968] ppid=2966 vsize=256960 CPUtime=1122.11 cores=1,3,5,7
/proc/2968/stat : 2968 (scip-2.1.1.4sfi) R 2966 2968 1047 0 -1 4202496 188583 0 0 0 111764 447 0 0 20 0 1 0 269513858 263127040 62547 33554432000 4194304 10169799 140736876779808 140736876774088 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2968/statm: 64240 62547 850 1459 0 62772 0
Current children cumulated CPU time (s) 1122.11
Current children cumulated vsize (KiB) 256960

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/177 2980
/proc/meminfo: memFree=27739032/32873844 swapFree=7356/7356
[pid=2968] ppid=2966 vsize=253300 CPUtime=1182.1 cores=1,3,5,7
/proc/2968/stat : 2968 (scip-2.1.1.4sfi) R 2966 2968 1047 0 -1 4202496 191305 0 0 0 117742 468 0 0 20 0 1 0 269513858 259379200 61601 33554432000 4194304 10169799 140736876779808 140736876773896 8044557 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2968/statm: 63325 61601 850 1459 0 61857 0
Current children cumulated CPU time (s) 1182.1
Current children cumulated vsize (KiB) 253300

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/176 3094
/proc/meminfo: memFree=28095468/32873844 swapFree=7356/7356
[pid=2968] ppid=2966 vsize=255292 CPUtime=1242.09 cores=1,3,5,7
/proc/2968/stat : 2968 (scip-2.1.1.4sfi) R 2966 2968 1047 0 -1 4202496 198992 0 0 0 123723 486 0 0 20 0 1 0 269513858 261419008 62131 33554432000 4194304 10169799 140736876779808 140736876774088 8030352 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2968/statm: 63823 62131 850 1459 0 62355 0
Current children cumulated CPU time (s) 1242.09
Current children cumulated vsize (KiB) 255292

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/177 3133
/proc/meminfo: memFree=27003100/32873844 swapFree=7356/7356
[pid=2968] ppid=2966 vsize=257320 CPUtime=1302.08 cores=1,3,5,7
/proc/2968/stat : 2968 (scip-2.1.1.4sfi) R 2966 2968 1047 0 -1 4202496 199275 0 0 0 129709 499 0 0 20 0 1 0 269513858 263495680 62412 33554432000 4194304 10169799 140736876779808 140736876773768 8030352 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2968/statm: 64330 62412 850 1459 0 62862 0
Current children cumulated CPU time (s) 1302.08
Current children cumulated vsize (KiB) 257320

[startup+1362.3 s]
/proc/loadavg: 2.03 2.01 1.95 3/177 3133
/proc/meminfo: memFree=26996032/32873844 swapFree=7356/7356
[pid=2968] ppid=2966 vsize=260728 CPUtime=1362.07 cores=1,3,5,7
/proc/2968/stat : 2968 (scip-2.1.1.4sfi) R 2966 2968 1047 0 -1 4202496 200369 0 0 0 135691 516 0 0 20 0 1 0 269513858 266985472 63475 33554432000 4194304 10169799 140736876779808 140736876774872 8030352 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2968/statm: 65182 63475 850 1459 0 63714 0
Current children cumulated CPU time (s) 1362.07
Current children cumulated vsize (KiB) 260728

[startup+1422.31 s]
/proc/loadavg: 2.05 2.02 1.96 3/177 3133
/proc/meminfo: memFree=26984348/32873844 swapFree=7356/7356
[pid=2968] ppid=2966 vsize=265172 CPUtime=1422.07 cores=1,3,5,7
/proc/2968/stat : 2968 (scip-2.1.1.4sfi) R 2966 2968 1047 0 -1 4202496 200988 0 0 0 141673 534 0 0 20 0 1 0 269513858 271536128 64094 33554432000 4194304 10169799 140736876779808 140736876774600 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2968/statm: 66293 64094 850 1459 0 64825 0
Current children cumulated CPU time (s) 1422.07
Current children cumulated vsize (KiB) 265172

[startup+1482.3 s]
/proc/loadavg: 2.05 2.03 1.96 3/177 3133
/proc/meminfo: memFree=26978436/32873844 swapFree=7356/7356
[pid=2968] ppid=2966 vsize=265172 CPUtime=1482.05 cores=1,3,5,7
/proc/2968/stat : 2968 (scip-2.1.1.4sfi) R 2966 2968 1047 0 -1 4202496 201473 0 0 0 147657 548 0 0 20 0 1 0 269513858 271536128 64579 33554432000 4194304 10169799 140736876779808 140736876774824 8030352 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2968/statm: 66293 64579 850 1459 0 64825 0
Current children cumulated CPU time (s) 1482.05
Current children cumulated vsize (KiB) 265172

[startup+1542.3 s]
/proc/loadavg: 2.06 2.04 1.97 3/177 3133
/proc/meminfo: memFree=26968928/32873844 swapFree=7356/7356
[pid=2968] ppid=2966 vsize=268420 CPUtime=1542.05 cores=1,3,5,7
/proc/2968/stat : 2968 (scip-2.1.1.4sfi) R 2966 2968 1047 0 -1 4202496 202322 0 0 0 153645 560 0 0 20 0 1 0 269513858 274862080 65397 33554432000 4194304 10169799 140736876779808 140736876774088 8044574 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2968/statm: 67105 65397 850 1459 0 65637 0
Current children cumulated CPU time (s) 1542.05
Current children cumulated vsize (KiB) 268420

[startup+1602.3 s]
/proc/loadavg: 2.02 2.03 1.97 3/178 3137
/proc/meminfo: memFree=26960400/32873844 swapFree=7356/7356
[pid=2968] ppid=2966 vsize=268420 CPUtime=1602.03 cores=1,3,5,7
/proc/2968/stat : 2968 (scip-2.1.1.4sfi) R 2966 2968 1047 0 -1 4202496 202322 0 0 0 159632 571 0 0 20 0 1 0 269513858 274862080 65397 33554432000 4194304 10169799 140736876779808 140736876774600 8030352 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2968/statm: 67105 65397 850 1459 0 65637 0
Current children cumulated CPU time (s) 1602.03
Current children cumulated vsize (KiB) 268420

[startup+1662.3 s]
/proc/loadavg: 2.01 2.02 1.97 3/177 3137
/proc/meminfo: memFree=26724548/32873844 swapFree=7356/7356
[pid=2968] ppid=2966 vsize=268420 CPUtime=1662.03 cores=1,3,5,7
/proc/2968/stat : 2968 (scip-2.1.1.4sfi) R 2966 2968 1047 0 -1 4202496 202322 0 0 0 165623 580 0 0 20 0 1 0 269513858 274862080 65397 33554432000 4194304 10169799 140736876779808 140736876776328 8030352 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2968/statm: 67105 65397 850 1459 0 65637 0
Current children cumulated CPU time (s) 1662.03
Current children cumulated vsize (KiB) 268420

[startup+1722.3 s]
/proc/loadavg: 2.07 2.03 1.97 3/177 3137
/proc/meminfo: memFree=26686036/32873844 swapFree=7356/7356
[pid=2968] ppid=2966 vsize=268772 CPUtime=1722.02 cores=1,3,5,7
/proc/2968/stat : 2968 (scip-2.1.1.4sfi) R 2966 2968 1047 0 -1 4202496 202323 0 0 0 171611 591 0 0 20 0 1 0 269513858 275222528 65398 33554432000 4194304 10169799 140736876779808 140736876773144 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2968/statm: 67193 65398 850 1459 0 65725 0
Current children cumulated CPU time (s) 1722.02
Current children cumulated vsize (KiB) 268772

[startup+1782.3 s]
/proc/loadavg: 2.02 2.02 1.97 3/177 3137
/proc/meminfo: memFree=26665920/32873844 swapFree=7356/7356
[pid=2968] ppid=2966 vsize=273680 CPUtime=1782.01 cores=1,3,5,7
/proc/2968/stat : 2968 (scip-2.1.1.4sfi) R 2966 2968 1047 0 -1 4202496 211845 0 0 0 177590 611 0 0 20 0 1 0 269513858 280248320 66727 33554432000 4194304 10169799 140736876779808 140736876773576 8030352 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2968/statm: 68420 66727 850 1459 0 66952 0
Current children cumulated CPU time (s) 1782.01
Current children cumulated vsize (KiB) 273680

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

[startup+1785.5 s]
/proc/loadavg: 2.02 2.02 1.97 3/177 3137
/proc/meminfo: memFree=26665912/32873844 swapFree=7356/7356
[pid=2968] ppid=2966 vsize=273680 CPUtime=1785.2 cores=1,3,5,7
/proc/2968/stat : 2968 (scip-2.1.1.4sfi) R 2966 2968 1047 0 -1 4202496 211845 0 0 0 177909 611 0 0 20 0 1 0 269513858 280248320 66727 33554432000 4194304 10169799 140736876779808 140736876774088 7393892 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2968/statm: 68420 66727 850 1459 0 66952 0
Current children cumulated CPU time (s) 1785.2
Current children cumulated vsize (KiB) 273680

[startup+1791.91 s]
/proc/loadavg: 2.10 2.04 1.98 3/177 3137
/proc/meminfo: memFree=26663864/32873844 swapFree=7356/7356
[pid=2968] ppid=2966 vsize=275856 CPUtime=1791.61 cores=1,3,5,7
/proc/2968/stat : 2968 (scip-2.1.1.4sfi) R 2966 2968 1047 0 -1 4202496 211853 0 0 0 178548 613 0 0 20 0 1 0 269513858 282476544 67246 33554432000 4194304 10169799 140736876779808 140736876774088 8030352 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2968/statm: 68964 67246 850 1459 0 67496 0
Current children cumulated CPU time (s) 1791.61
Current children cumulated vsize (KiB) 275856

[startup+1795.1 s]
/proc/loadavg: 2.10 2.04 1.98 3/177 3137
/proc/meminfo: memFree=26663864/32873844 swapFree=7356/7356
[pid=2968] ppid=2966 vsize=275856 CPUtime=1794.81 cores=1,3,5,7
/proc/2968/stat : 2968 (scip-2.1.1.4sfi) R 2966 2968 1047 0 -1 4202496 211853 0 0 0 178867 614 0 0 20 0 1 0 269513858 282476544 67246 33554432000 4194304 10169799 140736876779808 140736876773672 8030352 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2968/statm: 68964 67246 850 1459 0 67496 0
Current children cumulated CPU time (s) 1794.81
Current children cumulated vsize (KiB) 275856

[startup+1795.9 s]
/proc/loadavg: 2.10 2.04 1.98 3/177 3137
/proc/meminfo: memFree=26663864/32873844 swapFree=7356/7356
[pid=2968] ppid=2966 vsize=275856 CPUtime=1795.6 cores=1,3,5,7
/proc/2968/stat : 2968 (scip-2.1.1.4sfi) R 2966 2968 1047 0 -1 4202496 211853 0 0 0 178946 614 0 0 20 0 1 0 269513858 282476544 67246 33554432000 4194304 10169799 140736876779808 140736876773672 8030352 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2968/statm: 68964 67246 850 1459 0 67496 0
Current children cumulated CPU time (s) 1795.6
Current children cumulated vsize (KiB) 275856

[startup+1796.7 s]
/proc/loadavg: 2.09 2.04 1.98 3/177 3137
/proc/meminfo: memFree=26663864/32873844 swapFree=7356/7356
[pid=2968] ppid=2966 vsize=275856 CPUtime=1796.4 cores=1,3,5,7
/proc/2968/stat : 2968 (scip-2.1.1.4sfi) R 2966 2968 1047 0 -1 4202496 211853 0 0 0 179026 614 0 0 20 0 1 0 269513858 282476544 67246 33554432000 4194304 10169799 140736876779808 140736876774632 8030352 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2968/statm: 68964 67246 850 1459 0 67496 0
Current children cumulated CPU time (s) 1796.4
Current children cumulated vsize (KiB) 275856

[startup+1797.1 s]
/proc/loadavg: 2.09 2.04 1.98 3/177 3137
/proc/meminfo: memFree=26663864/32873844 swapFree=7356/7356
[pid=2968] ppid=2966 vsize=271368 CPUtime=1796.8 cores=1,3,5,7
/proc/2968/stat : 2968 (scip-2.1.1.4sfi) R 2966 2968 1047 0 -1 4202496 211859 0 0 0 179066 614 0 0 20 0 1 0 269513858 277880832 66130 33554432000 4194304 10169799 140736876779808 140736876774632 4421527 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/2968/statm: 67842 66130 856 1459 0 66374 0
Current children cumulated CPU time (s) 1796.8
Current children cumulated vsize (KiB) 271368

Child status: 0
Real time (s): 1797.15
CPU time (s): 1796.87
CPU user time (s): 1790.71
CPU system time (s): 6.16106
CPU usage (%): 99.9842
Max. virtual memory (cumulated for all children) (KiB): 275856

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1790.71
system time used= 6.16106
maximum resident set size= 269004
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 211862
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= 21
involuntary context switches= 1850

runsolver used 4.00739 second user time and 9.15061 second system time

The end

Launcher Data

Begin job on node109 at 2012-05-26 14:04:13
IDJOB=3693312
IDBENCH=2939
IDSOLVER=2272
FILE ID=node109/3693312-1338033853
RUNJOBID= node109-1338029634-2327
PBS_JOBID= 14624362
Free space on /tmp= 71368 MiB

SOLVER NAME= SCIP spx standard SCIP 2.1.1.4. with SoPlex 1.6.0.3 standard fixed
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/bounded_golomb_rulers/normalized-bogr_17.opb
COMMAND LINE= HOME/scip-2.1.1.4sfix.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3693312-1338033853/watcher-3693312-1338033853 -o /tmp/evaluation-result-3693312-1338033853/solver-3693312-1338033853 -C 1800 -W 1900 -M 15500  HOME/scip-2.1.1.4sfix.linux.x86_64.gnu.opt.spx -f HOME/instance-3693312-1338033853.opb -t 1800 -m 15500

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

MD5SUM BENCH= 25ee8feec785b6a4be71df8acc9d82db
RANDOM SEED=1674021702

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.264
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.264
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		: 2667.264
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.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        27949384 kB
Buffers:          243304 kB
Cached:          3409276 kB
SwapCached:            0 kB
Active:          1199688 kB
Inactive:        2946368 kB
Active(anon):     496440 kB
Inactive(anon):        0 kB
Active(file):     703248 kB
Inactive(file):  2946368 kB
Unevictable:        7356 kB
Mlocked:            7356 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             17204 kB
Writeback:             0 kB
AnonPages:        521216 kB
Mapped:            17592 kB
Shmem:               200 kB
Slab:             638792 kB
SReclaimable:      81476 kB
SUnreclaim:       557316 kB
KernelStack:        1472 kB
PageTables:         4696 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     619968 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    466944 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= 71348 MiB
End job on node109 at 2012-05-26 14:34:10