Trace number 2666876

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
SCIPspx SCIP 1.2.1.2 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solver? (TO) 1801.53 1801.94

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
market-split/normalized-market-split_5_40_1.opb
MD5SUMae75c4a4fdafb98542bd11b7f7eecd54
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables41
Total number of constraints11
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 constraints10
Minimum length of a constraint1
Maximum length of a constraint40
Number of terms in the objective function 1
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 1
Number of bits of the sum of numbers in the objective function 1
Biggest number in a constraint 1086
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 3258
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 1.2.1.2 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.4.2] [Expressions interpreter: NONE]
0.00/0.00	c Copyright (c) 2002-2010 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-2666876-1276613258.opb>
0.00/0.01	c original problem has 41 variables (41 bin, 0 int, 0 impl, 0 cont) and 11 constraints
0.00/0.01	c problem read
0.00/0.01	c presolving settings loaded
0.00/0.01	c presolving:
0.00/0.01	c (round 1) 1 del vars, 1 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.00/0.01	c (round 2) 1 del vars, 6 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.00/0.02	c presolving (3 rounds):
0.00/0.02	c  1 deleted vars, 6 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.02	c  0 implications, 0 cliques
0.00/0.02	c presolved problem has 40 variables (40 bin, 0 int, 0 impl, 0 cont) and 5 constraints
0.00/0.02	c       5 constraints of type <linear>
0.00/0.02	c transformed objective value is always integral (scale: 1)
0.00/0.02	c Presolving Time: 0.01
0.00/0.02	c - non default parameters ----------------------------------------------------------------------
0.00/0.02	c # SCIP version 1.2.1.2
0.00/0.02	c 
0.00/0.02	c # frequency for displaying node information lines
0.00/0.02	c # [type: int, range: [-1,2147483647], default: 100]
0.00/0.02	c display/freq = 10000
0.00/0.02	c 
0.00/0.02	c # maximal time in seconds to run
0.00/0.02	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.02	c limits/time = 1800
0.00/0.02	c 
0.00/0.02	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.02	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.02	c limits/memory = 1620
0.00/0.02	c 
0.00/0.02	c # should presolving try to simplify inequalities
0.00/0.02	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.02	c constraints/linear/simplifyinequalities = TRUE
0.00/0.02	c 
0.00/0.02	c # should presolving try to simplify knapsacks
0.00/0.02	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.02	c constraints/knapsack/simplifyinequalities = TRUE
0.00/0.02	c 
0.00/0.02	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.02	c separating/rapidlearning/freq = 0
0.00/0.02	c 
0.00/0.02	c -----------------------------------------------------------------------------------------------
0.00/0.02	c start solving
0.00/0.02	c 
0.00/0.02	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.00/0.02	c   0.0s|     1 |     0 |    26 |     - | 234k|   0 |   5 |  40 |   5 |  40 |   5 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.09/0.10	c   0.1s|     1 |     0 |    90 |     - | 288k|   0 |   9 |  40 |  24 |  40 |   9 |   4 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.09/0.11	c   0.1s|     1 |     0 |    95 |     - | 309k|   0 |  11 |  40 |  24 |  40 |  13 |   8 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.09/0.11	c   0.1s|     1 |     0 |    99 |     - | 322k|   0 |  12 |  40 |  24 |  40 |  16 |  11 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.09/0.12	c   0.1s|     1 |     0 |   109 |     - | 344k|   0 |  11 |  40 |  24 |  40 |  20 |  15 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.09/0.13	c   0.1s|     1 |     0 |   113 |     - | 358k|   0 |  14 |  40 |  24 |  40 |  22 |  17 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.09/0.14	c   0.1s|     1 |     0 |   120 |     - | 359k|   0 |  13 |  40 |  24 |  40 |  23 |  18 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.09/0.18	c   0.1s|     1 |     2 |   120 |     - | 360k|   0 |  13 |  40 |  24 |  40 |  23 |  18 |   0 |   9 | 0.000000e+00 |      --      |    Inf 
4.30/4.36	c   3.9s| 10000 |  3478 | 22204 |   2.2 |3754k|  34 |   - |  40 |3323 |  40 |  13 |  18 |4513 | 537 | 0.000000e+00 |      --      |    Inf 
8.69/8.75	c   7.9s| 20000 |  6715 | 43458 |   2.2 |5659k|  35 |   5 |  40 |2879 |  40 |  13 |  18 |9071 | 691 | 0.000000e+00 |      --      |    Inf 
13.10/13.16	c  12.0s| 30000 |  9907 | 64207 |   2.1 |7875k|  35 |   - |  40 |3848 |   0 |   0 |  18 |  13k| 851 | 0.000000e+00 |      --      |    Inf 
17.89/17.91	c  16.4s| 40000 | 12949 | 84491 |   2.1 |9824k|  35 |   5 |  40 |3880 |  40 |  13 |  18 |  18k| 991 | 0.000000e+00 |      --      |    Inf 
22.49/22.53	c  20.6s| 50000 | 16142 |105002 |   2.1 |  12M|  36 |   5 |  40 |4904 |  40 |  13 |  18 |  22k|1073 | 0.000000e+00 |      --      |    Inf 
27.78/27.82	c  25.6s| 60000 | 18991 |125663 |   2.1 |  14M|  36 |   5 |  40 |5213 |  40 |  13 |  18 |  27k|1165 | 0.000000e+00 |      --      |    Inf 
33.18/33.24	c  30.6s| 70000 | 21994 |146398 |   2.1 |  16M|  36 |   5 |  40 |5886 |  40 |  13 |  18 |  31k|1239 | 0.000000e+00 |      --      |    Inf 
38.78/38.85	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
38.78/38.85	c  35.9s| 80000 | 24857 |166925 |   2.1 |  18M|  36 |   5 |  40 |6617 |  40 |  13 |  18 |  36k|1308 | 0.000000e+00 |      --      |    Inf 
45.18/45.22	c  41.8s| 90000 | 27433 |187951 |   2.1 |  20M|  36 |   5 |  40 |6872 |  40 |  13 |  18 |  41k|1366 | 0.000000e+00 |      --      |    Inf 
51.88/51.91	c  48.2s|100000 | 30150 |208204 |   2.1 |  22M|  36 |   5 |  40 |6783 |  40 |  13 |  18 |  45k|1441 | 0.000000e+00 |      --      |    Inf 
58.08/58.15	c  54.0s|110000 | 33096 |228274 |   2.1 |  23M|  36 |   5 |  40 |6597 |  40 |  13 |  18 |  50k|1491 | 0.000000e+00 |      --      |    Inf 
64.78/64.81	c  60.3s|120000 | 35643 |248695 |   2.1 |  25M|  36 |   5 |  40 |6460 |  40 |  13 |  18 |  55k|1555 | 0.000000e+00 |      --      |    Inf 
71.58/71.60	c  66.8s|130000 | 38139 |269079 |   2.1 |  27M|  36 |   - |  40 |7198 |  40 |  13 |  18 |  60k|1600 | 0.000000e+00 |      --      |    Inf 
78.58/78.60	c  73.4s|140000 | 40612 |289326 |   2.1 |  29M|  36 |   5 |  40 |7607 |  40 |  13 |  18 |  65k|1655 | 0.000000e+00 |      --      |    Inf 
86.38/86.48	c  80.9s|150000 | 42859 |309717 |   2.1 |  31M|  36 |   5 |  40 |7452 |  40 |  13 |  18 |  70k|1708 | 0.000000e+00 |      --      |    Inf 
93.38/93.49	c  87.5s|160000 | 45376 |330364 |   2.1 |  32M|  36 |   5 |  40 |8047 |  40 |  13 |  18 |  75k|1771 | 0.000000e+00 |      --      |    Inf 
100.37/100.48	c  94.1s|170000 | 47941 |350741 |   2.1 |  34M|  36 |   - |  40 |8745 |  40 |  13 |  18 |  79k|1816 | 0.000000e+00 |      --      |    Inf 
108.67/108.71	c   102s|180000 | 50207 |371053 |   2.1 |  36M|  36 |   5 |  40 |7781 |  40 |  13 |  18 |  84k|1868 | 0.000000e+00 |      --      |    Inf 
116.27/116.32	c   109s|190000 | 52608 |391646 |   2.1 |  38M|  36 |   5 |  40 |8194 |  40 |  13 |  18 |  89k|1913 | 0.000000e+00 |      --      |    Inf 
124.17/124.26	c   117s|200000 | 54862 |412396 |   2.1 |  39M|  36 |   5 |  40 |8701 |  40 |  13 |  18 |  95k|1967 | 0.000000e+00 |      --      |    Inf 
133.16/133.28	c   125s|210000 | 56870 |433265 |   2.1 |  41M|  36 |   5 |  40 |8698 |  40 |  13 |  18 | 100k|2012 | 0.000000e+00 |      --      |    Inf 
141.96/142.04	c   134s|220000 | 59025 |453897 |   2.1 |  42M|  36 |   5 |  40 |8801 |  40 |  13 |  18 | 105k|2067 | 0.000000e+00 |      --      |    Inf 
149.76/149.88	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
149.76/149.88	c   141s|230000 | 61385 |474299 |   2.1 |  44M|  36 |   5 |  40 |9424 |  40 |  13 |  18 | 110k|2116 | 0.000000e+00 |      --      |    Inf 
158.75/158.80	c   150s|240000 | 63542 |494737 |   2.1 |  46M|  36 |   5 |  40 |8833 |  40 |  13 |  18 | 115k|2170 | 0.000000e+00 |      --      |    Inf 
166.66/166.72	c   157s|250000 | 66064 |515614 |   2.1 |  48M|  36 |   5 |  40 |9864 |  40 |  13 |  18 | 120k|2212 | 0.000000e+00 |      --      |    Inf 
174.55/174.64	c   165s|260000 | 68667 |536387 |   2.1 |  50M|  36 |   - |  40 |  10k|  40 |  13 |  18 | 125k|2246 | 0.000000e+00 |      --      |    Inf 
184.35/184.48	c   174s|270000 | 70697 |556619 |   2.1 |  51M|  36 |   - |  40 |  10k|   0 |   0 |  18 | 130k|2279 | 0.000000e+00 |      --      |    Inf 
194.15/194.27	c   184s|280000 | 72611 |577235 |   2.1 |  53M|  36 |   - |  40 |  10k|  40 |  13 |  18 | 136k|2315 | 0.000000e+00 |      --      |    Inf 
204.65/204.71	c   194s|290000 | 74581 |597635 |   2.1 |  54M|  36 |   5 |  40 |  10k|  40 |  13 |  18 | 141k|2351 | 0.000000e+00 |      --      |    Inf 
212.55/212.68	c   201s|300000 | 77031 |618052 |   2.1 |  57M|  36 |   5 |  40 |  12k|  40 |  13 |  18 | 146k|2392 | 0.000000e+00 |      --      |    Inf 
221.84/221.98	c   210s|310000 | 79306 |638935 |   2.1 |  58M|  36 |   5 |  40 |  12k|  40 |  13 |  18 | 151k|2434 | 0.000000e+00 |      --      |    Inf 
232.44/232.51	c   220s|320000 | 81227 |659537 |   2.1 |  60M|  36 |   - |  40 |  12k|   0 |   0 |  18 | 157k|2466 | 0.000000e+00 |      --      |    Inf 
245.24/245.33	c   233s|330000 | 82856 |679711 |   2.1 |  61M|  36 |   5 |  40 |  10k|  40 |  13 |  18 | 163k|2498 | 0.000000e+00 |      --      |    Inf 
255.14/255.24	c   242s|340000 | 84830 |700247 |   2.1 |  63M|  36 |   - |  40 |  11k|   0 |   0 |  18 | 168k|2532 | 0.000000e+00 |      --      |    Inf 
266.54/266.69	c   253s|350000 | 86577 |720999 |   2.1 |  64M|  36 |   5 |  40 |  11k|  40 |  13 |  18 | 174k|2573 | 0.000000e+00 |      --      |    Inf 
277.33/277.48	c   264s|360000 | 88464 |741405 |   2.1 |  66M|  36 |   - |  40 |  11k|  40 |  13 |  18 | 179k|2608 | 0.000000e+00 |      --      |    Inf 
288.43/288.57	c   275s|370000 | 90166 |761719 |   2.1 |  67M|  36 |   - |  40 |  12k|  40 |  13 |  18 | 184k|2643 | 0.000000e+00 |      --      |    Inf 
298.43/298.57	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
298.43/298.57	c   284s|380000 | 92358 |782107 |   2.1 |  69M|  36 |   - |  40 |  13k|  40 |  13 |  18 | 190k|2681 | 0.000000e+00 |      --      |    Inf 
309.73/309.83	c   295s|390000 | 94265 |801973 |   2.1 |  70M|  36 |   5 |  40 |  13k|  40 |  13 |  18 | 195k|2701 | 0.000000e+00 |      --      |    Inf 
321.13/321.28	c   306s|400000 | 96103 |822721 |   2.1 |  72M|  36 |   5 |  40 |  12k|  40 |  13 |  18 | 201k|2728 | 0.000000e+00 |      --      |    Inf 
331.71/331.85	c   316s|410000 | 98040 |842880 |   2.1 |  73M|  36 |   - |  40 |  13k|  40 |  13 |  18 | 206k|2772 | 0.000000e+00 |      --      |    Inf 
342.31/342.41	c   326s|420000 |100139 |863691 |   2.1 |  75M|  36 |   - |  40 |  12k|   0 |   0 |  18 | 211k|2799 | 0.000000e+00 |      --      |    Inf 
355.01/355.11	c   339s|430000 |101875 |884215 |   2.1 |  76M|  36 |   5 |  40 |  11k|  40 |  13 |  18 | 217k|2835 | 0.000000e+00 |      --      |    Inf 
366.71/366.81	c   350s|440000 |103648 |905122 |   2.1 |  78M|  36 |   5 |  40 |  12k|  40 |  13 |  18 | 222k|2873 | 0.000000e+00 |      --      |    Inf 
377.01/377.13	c   360s|450000 |105543 |925641 |   2.1 |  79M|  36 |   5 |  40 |  13k|  40 |  13 |  18 | 228k|2892 | 0.000000e+00 |      --      |    Inf 
389.41/389.57	c   372s|460000 |107276 |945705 |   2.1 |  81M|  36 |   - |  40 |  12k|  40 |  13 |  18 | 233k|2917 | 0.000000e+00 |      --      |    Inf 
399.90/400.07	c   382s|470000 |109260 |967113 |   2.1 |  82M|  36 |   - |  40 |  13k|  40 |  13 |  18 | 239k|2946 | 0.000000e+00 |      --      |    Inf 
414.10/414.21	c   396s|480000 |110771 |987459 |   2.1 |  83M|  36 |   - |  40 |  12k|  40 |  13 |  18 | 245k|2969 | 0.000000e+00 |      --      |    Inf 
425.30/425.44	c   407s|490000 |112618 |  1008k|   2.1 |  85M|  36 |   5 |  40 |  12k|  40 |  13 |  18 | 250k|2995 | 0.000000e+00 |      --      |    Inf 
438.40/438.58	c   419s|500000 |114125 |  1028k|   2.1 |  86M|  36 |   5 |  40 |  12k|  40 |  13 |  18 | 256k|3017 | 0.000000e+00 |      --      |    Inf 
448.99/449.17	c   430s|510000 |116213 |  1048k|   2.1 |  88M|  36 |   5 |  40 |  14k|  40 |  13 |  18 | 261k|3043 | 0.000000e+00 |      --      |    Inf 
462.58/462.74	c   443s|520000 |117810 |  1069k|   2.1 |  89M|  36 |   5 |  40 |  13k|  40 |  13 |  18 | 267k|3066 | 0.000000e+00 |      --      |    Inf 
475.28/475.45	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
475.28/475.45	c   455s|530000 |119380 |  1090k|   2.1 |  91M|  36 |   - |  40 |  13k|  40 |  13 |  18 | 272k|3093 | 0.000000e+00 |      --      |    Inf 
489.29/489.41	c   469s|540000 |120794 |  1110k|   2.1 |  92M|  36 |   - |  40 |  13k|  40 |  13 |  18 | 278k|3118 | 0.000000e+00 |      --      |    Inf 
500.58/500.74	c   480s|550000 |122567 |  1131k|   2.1 |  94M|  36 |   - |  40 |  14k|  40 |  13 |  18 | 284k|3153 | 0.000000e+00 |      --      |    Inf 
515.08/515.21	c   494s|560000 |124020 |  1152k|   2.1 |  95M|  36 |   5 |  40 |  13k|  40 |  13 |  18 | 289k|3182 | 0.000000e+00 |      --      |    Inf 
527.17/527.39	c   506s|570000 |125728 |  1172k|   2.1 |  96M|  36 |   5 |  40 |  13k|  40 |  13 |  18 | 295k|3207 | 0.000000e+00 |      --      |    Inf 
536.47/536.64	c   514s|580000 |127965 |  1193k|   2.1 |  98M|  36 |   - |  40 |  16k|  40 |  13 |  18 | 300k|3231 | 0.000000e+00 |      --      |    Inf 
548.78/548.93	c   526s|590000 |129824 |  1213k|   2.1 | 100M|  36 |   - |  40 |  15k|   0 |   0 |  18 | 306k|3253 | 0.000000e+00 |      --      |    Inf 
563.37/563.59	c   541s|600000 |131408 |  1234k|   2.1 | 101M|  36 |   - |  40 |  14k|   0 |   0 |  18 | 311k|3285 | 0.000000e+00 |      --      |    Inf 
574.86/575.02	c   552s|610000 |133723 |  1255k|   2.1 | 102M|  36 |   - |  40 |  14k|  40 |  13 |  18 | 316k|3312 | 0.000000e+00 |      --      |    Inf 
586.07/586.27	c   563s|620000 |135494 |  1276k|   2.1 | 104M|  36 |   - |  40 |  15k|  40 |  13 |  18 | 322k|3329 | 0.000000e+00 |      --      |    Inf 
599.27/599.46	c   575s|630000 |137280 |  1297k|   2.1 | 106M|  36 |   5 |  40 |  15k|  40 |  13 |  18 | 328k|3354 | 0.000000e+00 |      --      |    Inf 
613.45/613.63	c   589s|640000 |138898 |  1319k|   2.1 | 107M|  36 |   5 |  40 |  14k|  40 |  13 |  18 | 334k|3382 | 0.000000e+00 |      --      |    Inf 
627.96/628.16	c   603s|650000 |140312 |  1339k|   2.1 | 108M|  36 |   - |  40 |  15k|  40 |  13 |  18 | 339k|3411 | 0.000000e+00 |      --      |    Inf 
639.65/639.87	c   615s|660000 |142823 |  1360k|   2.1 | 110M|  36 |   5 |  40 |  15k|  40 |  13 |  18 | 344k|3435 | 0.000000e+00 |      --      |    Inf 
649.65/649.82	c   624s|670000 |145132 |  1380k|   2.1 | 112M|  36 |   5 |  40 |  16k|  40 |  13 |  18 | 349k|3453 | 0.000000e+00 |      --      |    Inf 
663.15/663.33	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
663.15/663.33	c   637s|680000 |146634 |  1401k|   2.1 | 113M|  36 |   - |  40 |  16k|   0 |   0 |  18 | 355k|3478 | 0.000000e+00 |      --      |    Inf 
680.34/680.50	c   654s|690000 |147966 |  1421k|   2.1 | 114M|  36 |   5 |  40 |  15k|  40 |  13 |  18 | 361k|3500 | 0.000000e+00 |      --      |    Inf 
689.84/690.01	c   663s|700000 |150603 |  1443k|   2.1 | 116M|  36 |   5 |  40 |  16k|  40 |  13 |  18 | 366k|3519 | 0.000000e+00 |      --      |    Inf 
701.04/701.28	c   674s|710000 |152586 |  1465k|   2.1 | 118M|  36 |   5 |  40 |  17k|  40 |  13 |  18 | 372k|3535 | 0.000000e+00 |      --      |    Inf 
713.74/713.97	c   686s|720000 |154233 |  1486k|   2.1 | 120M|  36 |   5 |  40 |  17k|  40 |  13 |  18 | 378k|3549 | 0.000000e+00 |      --      |    Inf 
726.63/726.87	c   699s|730000 |155752 |  1507k|   2.1 | 121M|  36 |   5 |  40 |  18k|  40 |  13 |  18 | 385k|3568 | 0.000000e+00 |      --      |    Inf 
740.53/740.73	c   712s|740000 |157421 |  1527k|   2.1 | 122M|  36 |   - |  40 |  17k|  40 |  13 |  18 | 390k|3583 | 0.000000e+00 |      --      |    Inf 
756.42/756.62	c   728s|750000 |159004 |  1549k|   2.1 | 123M|  36 |   5 |  40 |  15k|  40 |  13 |  18 | 396k|3604 | 0.000000e+00 |      --      |    Inf 
766.72/766.97	c   738s|760000 |161242 |  1569k|   2.1 | 125M|  36 |   5 |  40 |  16k|  40 |  13 |  18 | 401k|3624 | 0.000000e+00 |      --      |    Inf 
776.42/776.64	c   747s|770000 |163648 |  1591k|   2.1 | 127M|  36 |   - |  40 |  17k|  40 |  13 |  18 | 406k|3641 | 0.000000e+00 |      --      |    Inf 
787.81/788.06	c   758s|780000 |165782 |  1611k|   2.1 | 129M|  36 |   5 |  40 |  18k|  40 |  13 |  18 | 412k|3659 | 0.000000e+00 |      --      |    Inf 
801.42/801.69	c   771s|790000 |167219 |  1631k|   2.1 | 130M|  36 |   - |  40 |  17k|  40 |  13 |  18 | 418k|3682 | 0.000000e+00 |      --      |    Inf 
819.00/819.29	c   788s|800000 |168549 |  1652k|   2.1 | 131M|  36 |   5 |  40 |  15k|  40 |  13 |  18 | 424k|3703 | 0.000000e+00 |      --      |    Inf 
833.20/833.45	c   802s|810000 |170157 |  1673k|   2.1 | 132M|  36 |   - |  40 |  15k|  40 |  13 |  18 | 430k|3718 | 0.000000e+00 |      --      |    Inf 
848.90/849.13	c   817s|820000 |171615 |  1693k|   2.1 | 133M|  36 |   5 |  40 |  15k|  40 |  13 |  18 | 436k|3745 | 0.000000e+00 |      --      |    Inf 
865.19/865.47	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
865.19/865.47	c   833s|830000 |173157 |  1714k|   2.1 | 135M|  36 |   - |  40 |  15k|  40 |  13 |  18 | 441k|3769 | 0.000000e+00 |      --      |    Inf 
880.49/880.78	c   848s|840000 |174606 |  1734k|   2.1 | 136M|  36 |   5 |  40 |  15k|  40 |  13 |  18 | 447k|3790 | 0.000000e+00 |      --      |    Inf 
893.78/894.03	c   861s|850000 |176327 |  1755k|   2.1 | 138M|  36 |   - |  40 |  16k|  40 |  13 |  18 | 453k|3810 | 0.000000e+00 |      --      |    Inf 
911.18/911.45	c   878s|860000 |177495 |  1776k|   2.1 | 139M|  36 |   - |  40 |  15k|   0 |   0 |  18 | 459k|3830 | 0.000000e+00 |      --      |    Inf 
922.28/922.55	c   889s|870000 |179942 |  1797k|   2.1 | 140M|  36 |   - |  40 |  16k|  40 |  13 |  18 | 464k|3849 | 0.000000e+00 |      --      |    Inf 
937.17/937.45	c   903s|880000 |181147 |  1818k|   2.1 | 142M|  36 |   5 |  40 |  15k|  40 |  13 |  18 | 470k|3870 | 0.000000e+00 |      --      |    Inf 
950.37/950.61	c   916s|890000 |182785 |  1838k|   2.1 | 143M|  36 |   5 |  40 |  16k|  40 |  13 |  18 | 476k|3896 | 0.000000e+00 |      --      |    Inf 
965.76/966.05	c   931s|900000 |184184 |  1859k|   2.1 | 144M|  36 |   5 |  40 |  15k|  40 |  13 |  18 | 482k|3917 | 0.000000e+00 |      --      |    Inf 
980.66/980.91	c   946s|910000 |185536 |  1879k|   2.1 | 145M|  36 |   - |  40 |  16k|   0 |   0 |  18 | 488k|3934 | 0.000000e+00 |      --      |    Inf 
998.47/998.77	c   963s|920000 |186686 |  1900k|   2.1 | 147M|  36 |   5 |  40 |  15k|  40 |  13 |  18 | 494k|3957 | 0.000000e+00 |      --      |    Inf 
1011.96/1012.26	c   976s|930000 |188347 |  1920k|   2.1 | 148M|  36 |   5 |  40 |  16k|  40 |  13 |  18 | 499k|3985 | 0.000000e+00 |      --      |    Inf 
1027.45/1027.77	c   991s|940000 |189582 |  1941k|   2.1 | 149M|  36 |   5 |  40 |  15k|  40 |  13 |  18 | 505k|4011 | 0.000000e+00 |      --      |    Inf 
1042.85/1043.10	c  1006s|950000 |190990 |  1962k|   2.1 | 150M|  36 |   - |  40 |  15k|  40 |  13 |  18 | 511k|4026 | 0.000000e+00 |      --      |    Inf 
1056.85/1057.12	c  1020s|960000 |192454 |  1983k|   2.1 | 152M|  36 |   5 |  40 |  16k|  40 |  13 |  18 | 517k|4053 | 0.000000e+00 |      --      |    Inf 
1073.44/1073.77	c  1036s|970000 |193770 |  2004k|   2.1 | 153M|  36 |   - |  40 |  16k|  40 |  13 |  18 | 523k|4074 | 0.000000e+00 |      --      |    Inf 
1090.14/1090.40	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1090.14/1090.40	c  1052s|980000 |195007 |  2024k|   2.1 | 154M|  36 |   - |  40 |  16k|   0 |   0 |  18 | 529k|4090 | 0.000000e+00 |      --      |    Inf 
1108.04/1108.38	c  1070s|990000 |196070 |  2044k|   2.1 | 155M|  36 |   5 |  40 |  15k|  40 |  13 |  18 | 535k|4113 | 0.000000e+00 |      --      |    Inf 
1120.64/1120.90	c  1082s|  1000k|197761 |  2065k|   2.1 | 157M|  36 |   5 |  40 |  17k|  40 |  13 |  18 | 541k|4141 | 0.000000e+00 |      --      |    Inf 
1134.43/1134.72	c  1095s|  1010k|199234 |  2086k|   2.1 | 159M|  36 |   - |  40 |  18k|  40 |  13 |  18 | 547k|4166 | 0.000000e+00 |      --      |    Inf 
1149.83/1150.20	c  1110s|  1020k|200677 |  2107k|   2.1 | 160M|  36 |   - |  40 |  18k|   0 |   0 |  18 | 553k|4184 | 0.000000e+00 |      --      |    Inf 
1165.82/1166.11	c  1126s|  1030k|202100 |  2128k|   2.1 | 162M|  36 |   - |  40 |  19k|  40 |  13 |  18 | 559k|4201 | 0.000000e+00 |      --      |    Inf 
1181.92/1182.27	c  1142s|  1040k|203602 |  2149k|   2.1 | 163M|  36 |   5 |  40 |  18k|  40 |  13 |  18 | 565k|4229 | 0.000000e+00 |      --      |    Inf 
1195.01/1195.36	c  1154s|  1050k|205433 |  2169k|   2.1 | 165M|  36 |   5 |  40 |  20k|  40 |  13 |  18 | 570k|4240 | 0.000000e+00 |      --      |    Inf 
1207.01/1207.36	c  1166s|  1060k|207614 |  2189k|   2.1 | 167M|  36 |   5 |  40 |  21k|  40 |  13 |  18 | 576k|4254 | 0.000000e+00 |      --      |    Inf 
1220.11/1220.49	c  1179s|  1070k|209257 |  2209k|   2.1 | 168M|  36 |   5 |  40 |  22k|  40 |  13 |  18 | 581k|4268 | 0.000000e+00 |      --      |    Inf 
1233.61/1233.93	c  1192s|  1080k|210962 |  2229k|   2.1 | 170M|  36 |   5 |  40 |  23k|  40 |  13 |  18 | 587k|4291 | 0.000000e+00 |      --      |    Inf 
1249.90/1250.24	c  1208s|  1090k|211966 |  2250k|   2.1 | 171M|  36 |   5 |  40 |  22k|  40 |  13 |  18 | 593k|4301 | 0.000000e+00 |      --      |    Inf 
1270.90/1271.28	c  1228s|  1100k|213141 |  2271k|   2.1 | 172M|  36 |   5 |  40 |  20k|  40 |  13 |  18 | 599k|4314 | 0.000000e+00 |      --      |    Inf 
1283.70/1284.02	c  1240s|  1110k|215328 |  2291k|   2.1 | 174M|  36 |   5 |  40 |  21k|  40 |  13 |  18 | 604k|4331 | 0.000000e+00 |      --      |    Inf 
1299.19/1299.54	c  1256s|  1120k|216792 |  2312k|   2.1 | 175M|  36 |   - |  40 |  21k|  40 |  13 |  18 | 610k|4349 | 0.000000e+00 |      --      |    Inf 
1317.79/1318.12	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1317.79/1318.12	c  1274s|  1130k|218170 |  2333k|   2.1 | 176M|  36 |   - |  40 |  19k|  40 |  13 |  18 | 616k|4363 | 0.000000e+00 |      --      |    Inf 
1334.28/1334.60	c  1290s|  1140k|219459 |  2354k|   2.1 | 177M|  36 |   5 |  40 |  19k|  40 |  13 |  18 | 622k|4380 | 0.000000e+00 |      --      |    Inf 
1353.69/1354.05	c  1309s|  1150k|220574 |  2375k|   2.1 | 178M|  36 |   - |  40 |  18k|  40 |  13 |  18 | 628k|4396 | 0.000000e+00 |      --      |    Inf 
1365.48/1365.89	c  1320s|  1160k|222445 |  2396k|   2.1 | 180M|  36 |   - |  40 |  20k|   0 |   0 |  18 | 634k|4405 | 0.000000e+00 |      --      |    Inf 
1383.77/1384.11	c  1338s|  1170k|223713 |  2415k|   2.1 | 181M|  36 |   5 |  40 |  19k|  40 |  13 |  18 | 639k|4423 | 0.000000e+00 |      --      |    Inf 
1401.86/1402.25	c  1356s|  1180k|225034 |  2436k|   2.1 | 182M|  36 |   5 |  40 |  18k|  40 |  13 |  18 | 645k|4442 | 0.000000e+00 |      --      |    Inf 
1421.56/1421.99	c  1375s|  1190k|226106 |  2457k|   2.1 | 183M|  36 |   - |  40 |  18k|  40 |  13 |  18 | 651k|4456 | 0.000000e+00 |      --      |    Inf 
1443.06/1443.45	c  1396s|  1200k|226905 |  2477k|   2.1 | 184M|  36 |   - |  40 |  17k|  40 |  13 |  18 | 658k|4472 | 0.000000e+00 |      --      |    Inf 
1455.26/1455.65	c  1408s|  1210k|228593 |  2497k|   2.1 | 186M|  36 |   - |  40 |  19k|  40 |  13 |  18 | 663k|4489 | 0.000000e+00 |      --      |    Inf 
1469.85/1470.24	c  1422s|  1220k|229982 |  2518k|   2.1 | 187M|  36 |   5 |  40 |  20k|  40 |  13 |  18 | 669k|4508 | 0.000000e+00 |      --      |    Inf 
1487.05/1487.44	c  1439s|  1230k|231487 |  2538k|   2.1 | 189M|  36 |   5 |  40 |  20k|  40 |  13 |  18 | 675k|4525 | 0.000000e+00 |      --      |    Inf 
1507.24/1507.61	c  1459s|  1240k|232648 |  2559k|   2.1 | 189M|  36 |   - |  40 |  19k|  40 |  13 |  18 | 681k|4548 | 0.000000e+00 |      --      |    Inf 
1522.44/1522.84	c  1474s|  1250k|234235 |  2579k|   2.1 | 191M|  36 |   - |  40 |  20k|   0 |   0 |  18 | 687k|4566 | 0.000000e+00 |      --      |    Inf 
1542.14/1542.57	c  1493s|  1260k|235587 |  2601k|   2.1 | 192M|  36 |   - |  40 |  19k|  40 |  13 |  18 | 693k|4587 | 0.000000e+00 |      --      |    Inf 
1554.63/1555.08	c  1505s|  1270k|237010 |  2623k|   2.1 | 194M|  36 |   5 |  40 |  20k|  40 |  13 |  18 | 699k|4604 | 0.000000e+00 |      --      |    Inf 
1573.43/1573.81	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1573.43/1573.81	c  1524s|  1280k|238170 |  2643k|   2.1 | 195M|  36 |   - |  40 |  20k|  40 |  13 |  18 | 705k|4624 | 0.000000e+00 |      --      |    Inf 
1593.13/1593.50	c  1543s|  1290k|239429 |  2664k|   2.1 | 196M|  36 |   5 |  40 |  19k|  40 |  13 |  18 | 711k|4645 | 0.000000e+00 |      --      |    Inf 
1614.72/1615.13	c  1564s|  1300k|240432 |  2684k|   2.1 | 197M|  36 |   5 |  40 |  19k|  40 |  13 |  18 | 717k|4660 | 0.000000e+00 |      --      |    Inf 
1637.92/1638.34	c  1587s|  1310k|241143 |  2705k|   2.1 | 197M|  36 |   - |  40 |  17k|  40 |  13 |  18 | 724k|4679 | 0.000000e+00 |      --      |    Inf 
1656.51/1656.99	c  1605s|  1320k|242326 |  2725k|   2.1 | 199M|  36 |   - |  40 |  17k|  40 |  13 |  18 | 730k|4693 | 0.000000e+00 |      --      |    Inf 
1672.91/1673.37	c  1621s|  1330k|243548 |  2746k|   2.1 | 200M|  36 |   - |  40 |  18k|  40 |  13 |  18 | 736k|4710 | 0.000000e+00 |      --      |    Inf 
1687.20/1687.68	c  1635s|  1340k|244966 |  2767k|   2.1 | 202M|  36 |   5 |  40 |  20k|  40 |  13 |  18 | 742k|4725 | 0.000000e+00 |      --      |    Inf 
1704.90/1705.33	c  1652s|  1350k|246306 |  2787k|   2.1 | 203M|  36 |   - |  40 |  19k|  40 |  13 |  18 | 748k|4743 | 0.000000e+00 |      --      |    Inf 
1719.40/1719.81	c  1666s|  1360k|247768 |  2808k|   2.1 | 204M|  36 |   5 |  40 |  21k|  40 |  13 |  18 | 754k|4763 | 0.000000e+00 |      --      |    Inf 
1739.39/1739.83	c  1686s|  1370k|248838 |  2828k|   2.1 | 205M|  36 |   - |  40 |  20k|  40 |  13 |  18 | 760k|4785 | 0.000000e+00 |      --      |    Inf 
1761.49/1761.90	c  1708s|  1380k|249726 |  2849k|   2.1 | 206M|  36 |   5 |  40 |  18k|  40 |  13 |  18 | 766k|4803 | 0.000000e+00 |      --      |    Inf 
1781.99/1782.41	c  1728s|  1390k|250589 |  2870k|   2.1 | 207M|  36 |   - |  40 |  18k|  40 |  13 |  18 | 772k|4820 | 0.000000e+00 |      --      |    Inf 
1800.09/1800.50	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.09/1800.51	c 
1800.09/1800.51	c SCIP Status        : solving was interrupted [user interrupt]
1800.09/1800.51	c Solving Time (sec) : 1745.41
1800.09/1800.51	c Solving Nodes      : 1397986
1800.09/1800.51	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1800.09/1800.51	c Dual Bound         : +0.00000000000000e+00
1800.09/1800.51	c Gap                : infinite
1800.09/1800.51	s UNKNOWN
1800.09/1800.51	c SCIP Status        : solving was interrupted [user interrupt]
1800.09/1800.51	c Solving Time       :    1745.41
1800.09/1800.51	c Original Problem   :
1800.09/1800.51	c   Problem name     : HOME/instance-2666876-1276613258.opb
1800.09/1800.51	c   Variables        : 41 (41 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.09/1800.51	c   Constraints      : 11 initial, 11 maximal
1800.09/1800.51	c Presolved Problem  :
1800.09/1800.51	c   Problem name     : t_HOME/instance-2666876-1276613258.opb
1800.09/1800.51	c   Variables        : 40 (40 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.09/1800.51	c   Constraints      : 5 initial, 23944 maximal
1800.09/1800.51	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.09/1800.51	c   trivial          :       0.01          0          0          0          0          0          0          0          0
1800.09/1800.51	c   dualfix          :       0.00          1          0          0          0          0          0          0          0
1800.09/1800.51	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.09/1800.51	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.09/1800.51	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.09/1800.51	c   probing          :       0.00          0          0          0          0          0          0          0          0
1800.09/1800.51	c   linear           :       0.00          0          0          0          0          0          6          0          0
1800.09/1800.51	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.09/1800.51	c   root node        :          -          0          -          -          0          -          -          -          -
1800.09/1800.51	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.09/1800.51	c   integral         :          0          0          0     861515          0        589       2368          0          0    1717318
1800.09/1800.51	c   linear           :          5+         7    3163478          0          0     173692    1727350          0          0          0
1800.09/1800.51	c   logicor          :          0+         0    1571548          0          0       2676     545950          0          0          0
1800.09/1800.51	c   countsols        :          0          0          0          0          0          0          0          0          0          0
1800.09/1800.51	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.09/1800.51	c   integral         :      11.05       0.00       0.00      11.05       0.00
1800.09/1800.51	c   linear           :     119.92       0.00     119.92       0.00       0.00
1800.09/1800.51	c   logicor          :     728.95       0.00     728.95       0.00       0.00
1800.09/1800.51	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.09/1800.51	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.09/1800.51	c   vbounds          :       1.81          2          0          0
1800.09/1800.51	c   rootredcost      :       1.77          0          0          0
1800.09/1800.51	c   pseudoobj        :       1.47          0          0          0
1800.09/1800.51	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.09/1800.51	c   propagation      :      11.70     176368     128057     424721       28.7         15       22.9          -
1800.09/1800.51	c   infeasible LP    :      25.66     424762     424742     735557       18.2       4862       22.5          0
1800.09/1800.51	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.09/1800.51	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.09/1800.51	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.09/1800.51	c   applied globally :          -          -          -     770190       18.6          -          -          -
1800.09/1800.51	c   applied locally  :          -          -          -       7845       31.3          -          -          -
1800.09/1800.51	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.09/1800.51	c   cut pool         :       0.00          5          -          -         12          -    (maximal pool size: 70)
1800.09/1800.51	c   redcost          :       1.99     861520          0          0          0          0
1800.09/1800.51	c   impliedbounds    :       0.00          6          0          0          0          0
1800.09/1800.51	c   intobj           :       0.00          0          0          0          0          0
1800.09/1800.51	c   cgmip            :       0.00          0          0          0          0          0
1800.09/1800.51	c   gomory           :       0.01          6          0          0          1          0
1800.09/1800.51	c   strongcg         :       0.00          6          0          0         25          0
1800.09/1800.51	c   cmir             :       0.02          6          0          0         22          0
1800.09/1800.51	c   flowcover        :       0.00          6          0          0         32          0
1800.09/1800.51	c   clique           :       0.00          1          0          0          0          0
1800.09/1800.51	c   zerohalf         :       0.00          0          0          0          0          0
1800.09/1800.51	c   mcf              :       0.00          1          0          0          0          0
1800.09/1800.51	c   rapidlearning    :       0.07          1          0          0          0         19
1800.09/1800.51	c Pricers            :       Time      Calls       Vars
1800.09/1800.51	c   problem variables:       0.00          0          0
1800.09/1800.51	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.09/1800.51	c   relpscost        :       9.75     861515        589       2368          0          0    1717318
1800.09/1800.51	c   pscost           :       0.00          0          0          0          0          0          0
1800.09/1800.51	c   inference        :       0.00          0          0          0          0          0          0
1800.09/1800.51	c   mostinf          :       0.00          0          0          0          0          0          0
1800.09/1800.51	c   leastinf         :       0.00          0          0          0          0          0          0
1800.09/1800.51	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.09/1800.51	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.09/1800.51	c   random           :       0.00          0          0          0          0          0          0
1800.09/1800.51	c Primal Heuristics  :       Time      Calls      Found
1800.09/1800.51	c   LP solutions     :       0.00          -          0
1800.09/1800.51	c   pseudo solutions :       0.00          -          0
1800.09/1800.51	c   oneopt           :       1.53          0          0
1800.09/1800.51	c   crossover        :       0.69          0          0
1800.09/1800.51	c   guideddiving     :       0.17          0          0
1800.09/1800.51	c   feaspump         :       0.14         32          0
1800.09/1800.51	c   coefdiving       :       0.11         64          0
1800.09/1800.51	c   linesearchdiving :       0.18         64          0
1800.09/1800.51	c   pscostdiving     :       0.25         64          0
1800.09/1800.51	c   fracdiving       :       0.12         64          0
1800.09/1800.51	c   veclendiving     :       0.15         64          0
1800.09/1800.51	c   objpscostdiving  :       0.12         33          0
1800.09/1800.51	c   rootsoldiving    :       0.10         33          0
1800.09/1800.51	c   trivial          :       0.00          2          0
1800.09/1800.51	c   simplerounding   :       0.55          0          0
1800.09/1800.51	c   zirounding       :       0.86       1000          0
1800.09/1800.51	c   rounding         :       1.22      13141          0
1800.09/1800.51	c   shifting         :       1.98       3971          0
1800.09/1800.51	c   intshifting      :       0.05          0          0
1800.09/1800.51	c   twoopt           :       0.00          0          0
1800.09/1800.51	c   fixandinfer      :       0.00          0          0
1800.09/1800.51	c   intdiving        :       0.00          0          0
1800.09/1800.51	c   actconsdiving    :       0.00          0          0
1800.09/1800.51	c   octane           :       0.00          0          0
1800.09/1800.51	c   rens             :       0.02          1          0
1800.09/1800.51	c   rins             :       0.00          0          0
1800.09/1800.51	c   localbranching   :       0.00          0          0
1800.09/1800.51	c   mutation         :       0.00          0          0
1800.09/1800.51	c   dins             :       0.00          0          0
1800.09/1800.51	c   undercover       :       0.00          0          0
1800.09/1800.51	c   nlp              :       0.72          0          0
1800.09/1800.51	c   trysol           :       0.99          0          0
1800.09/1800.51	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.09/1800.51	c   primal LP        :       0.00          0          0       0.00          -
1800.09/1800.51	c   dual LP          :     107.26    1250478    2884702       2.31   26894.48
1800.09/1800.51	c   lex dual LP      :       0.00          0          0       0.00          -
1800.09/1800.51	c   barrier LP       :       0.00          0          0       0.00          -
1800.09/1800.51	c   diving/probing LP:       0.03        980       1655       1.69   55166.67
1800.09/1800.51	c   strong branching :       0.76       4830      16760       3.47   22052.63
1800.09/1800.51	c     (at root node) :          -          9        208      23.11          -
1800.09/1800.51	c   conflict analysis:       0.00          0          0       0.00          -
1800.09/1800.51	c B&B Tree           :
1800.09/1800.51	c   number of runs   :          1
1800.09/1800.51	c   nodes            :    1397986
1800.09/1800.51	c   nodes (total)    :    1397986
1800.09/1800.51	c   nodes left       :     251146
1800.09/1800.51	c   max depth        :         36
1800.09/1800.51	c   max depth (total):         36
1800.09/1800.51	c   backtracks       :     276113 (19.8%)
1800.09/1800.51	c   delayed cutoffs  :      68187
1800.09/1800.51	c   repropagations   :    1068559 (969503 domain reductions, 61633 cutoffs)
1800.09/1800.51	c   avg switch length:       5.85
1800.09/1800.51	c   switching time   :     477.89
1800.09/1800.51	c Solution           :
1800.09/1800.51	c   Solutions found  :          0 (0 improvements)
1800.09/1800.51	c   Primal Bound     :          -
1800.09/1800.51	c   Dual Bound       : +0.00000000000000e+00
1800.09/1800.51	c   Gap              :   infinite
1800.09/1800.51	c   Root Dual Bound  : +0.00000000000000e+00
1800.09/1800.51	c   Root Iterations  :        120
1801.48/1801.94	c Time complete: 1801.52.

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2666876-1276613258/watcher-2666876-1276613258 -o /tmp/evaluation-result-2666876-1276613258/solver-2666876-1276613258 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2666876-1276613258.opb -t 1800 -m 1800 

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): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 9810
/proc/meminfo: memFree=1518552/2059040 swapFree=4192956/4192956
[pid=9810] ppid=9808 vsize=7724 CPUtime=0
/proc/9810/stat : 9810 (pbscip.linux.x8) R 9808 9810 9288 0 -1 4202496 1040 0 0 0 0 0 0 0 20 0 1 0 2620917 7909376 960 1992294400 4194304 8223781 140733797925456 18446744073709551615 7253477 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/9810/statm: 1931 970 348 984 0 944 0

[startup+0.0935919 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 9810
/proc/meminfo: memFree=1518552/2059040 swapFree=4192956/4192956
[pid=9810] ppid=9808 vsize=19628 CPUtime=0.09
/proc/9810/stat : 9810 (pbscip.linux.x8) R 9808 9810 9288 0 -1 4202496 4882 0 0 0 7 2 0 0 20 0 1 0 2620917 20099072 3656 1992294400 4194304 8223781 140733797925456 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9810/statm: 4907 3656 568 984 0 3920 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 19628

[startup+0.100591 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 9810
/proc/meminfo: memFree=1518552/2059040 swapFree=4192956/4192956
[pid=9810] ppid=9808 vsize=19628 CPUtime=0.09
/proc/9810/stat : 9810 (pbscip.linux.x8) R 9808 9810 9288 0 -1 4202496 4882 0 0 0 7 2 0 0 20 0 1 0 2620917 20099072 3656 1992294400 4194304 8223781 140733797925456 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9810/statm: 4907 3656 568 984 0 3920 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 19628

[startup+0.300605 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 9810
/proc/meminfo: memFree=1518552/2059040 swapFree=4192956/4192956
[pid=9810] ppid=9808 vsize=13212 CPUtime=0.29
/proc/9810/stat : 9810 (pbscip.linux.x8) R 9808 9810 9288 0 -1 4202496 7846 0 0 0 25 4 0 0 20 0 1 0 2620917 13529088 2449 1992294400 4194304 8223781 140733797925456 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9810/statm: 3303 2449 588 984 0 2316 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 13212

[startup+0.700634 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 9810
/proc/meminfo: memFree=1518552/2059040 swapFree=4192956/4192956
[pid=9810] ppid=9808 vsize=13476 CPUtime=0.69
/proc/9810/stat : 9810 (pbscip.linux.x8) R 9808 9810 9288 0 -1 4202496 7884 0 0 0 60 9 0 0 21 0 1 0 2620917 13799424 2487 1992294400 4194304 8223781 140733797925456 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9810/statm: 3369 2487 588 984 0 2382 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 13476

[startup+1.50069 s]
/proc/loadavg: 0.92 0.98 0.99 2/107 9811
/proc/meminfo: memFree=1510236/2059040 swapFree=4192956/4192956
[pid=9810] ppid=9808 vsize=14704 CPUtime=1.49
/proc/9810/stat : 9810 (pbscip.linux.x8) R 9808 9810 9288 0 -1 4202496 8201 0 0 0 131 18 0 0 22 0 1 0 2620917 15056896 2804 1992294400 4194304 8223781 140733797925456 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9810/statm: 3676 2804 588 984 0 2689 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 14704

[startup+3.1008 s]
/proc/loadavg: 0.92 0.98 0.99 2/107 9811
/proc/meminfo: memFree=1508128/2059040 swapFree=4192956/4192956
[pid=9810] ppid=9808 vsize=16988 CPUtime=3.09
/proc/9810/stat : 9810 (pbscip.linux.x8) R 9808 9810 9288 0 -1 4202496 8754 0 0 0 276 33 0 0 25 0 1 0 2620917 17395712 3357 1992294400 4194304 8223781 140733797925456 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9810/statm: 4247 3357 588 984 0 3260 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 16988

[startup+6.30103 s]
/proc/loadavg: 0.93 0.98 0.99 2/107 9811
/proc/meminfo: memFree=1505400/2059040 swapFree=4192956/4192956
[pid=9810] ppid=9808 vsize=19368 CPUtime=6.29
/proc/9810/stat : 9810 (pbscip.linux.x8) R 9808 9810 9288 0 -1 4202496 9353 0 0 0 571 58 0 0 25 0 1 0 2620917 19832832 3956 1992294400 4194304 8223781 140733797925456 18446744073709551615 4993563 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9810/statm: 4842 3956 588 984 0 3855 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 19368

[startup+12.7015 s]
/proc/loadavg: 0.93 0.98 0.99 2/107 9811
/proc/meminfo: memFree=1502052/2059040 swapFree=4192956/4192956
[pid=9810] ppid=9808 vsize=22580 CPUtime=12.69
/proc/9810/stat : 9810 (pbscip.linux.x8) R 9808 9810 9288 0 -1 4202496 10199 0 0 0 1156 113 0 0 25 0 1 0 2620917 23121920 4802 1992294400 4194304 8223781 140733797925456 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9810/statm: 5645 4802 588 984 0 4658 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 22580

[startup+25.5014 s]
/proc/loadavg: 0.95 0.98 0.99 2/107 9811
/proc/meminfo: memFree=1495480/2059040 swapFree=4192956/4192956
[pid=9810] ppid=9808 vsize=28520 CPUtime=25.49
/proc/9810/stat : 9810 (pbscip.linux.x8) R 9808 9810 9288 0 -1 4202496 11658 0 0 0 2340 209 0 0 25 0 1 0 2620917 29204480 6261 1992294400 4194304 8223781 140733797925456 18446744073709551615 5953030 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9810/statm: 7130 6261 588 984 0 6143 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 28520

[startup+51.1012 s]
/proc/loadavg: 0.96 0.98 0.99 2/107 9813
/proc/meminfo: memFree=1484940/2059040 swapFree=4192956/4192956
[pid=9810] ppid=9808 vsize=39068 CPUtime=51.08
/proc/9810/stat : 9810 (pbscip.linux.x8) R 9808 9810 9288 0 -1 4202496 14274 0 0 0 4739 369 0 0 25 0 1 0 2620917 40005632 8877 1992294400 4194304 8223781 140733797925456 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9810/statm: 9767 8877 588 984 0 8780 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 39068

[startup+102.308 s]
/proc/loadavg: 0.98 0.98 0.99 2/107 9813
/proc/meminfo: memFree=1469068/2059040 swapFree=4192956/4192956
[pid=9810] ppid=9808 vsize=54312 CPUtime=102.28
/proc/9810/stat : 9810 (pbscip.linux.x8) R 9808 9810 9288 0 -1 4202496 18158 0 0 0 9587 641 0 0 25 0 1 0 2620917 55615488 12761 1992294400 4194304 8223781 140733797925456 18446744073709551615 4999897 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9810/statm: 13578 12761 588 984 0 12591 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 54312

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 9815
/proc/meminfo: memFree=1458528/2059040 swapFree=4192956/4192956
[pid=9810] ppid=9808 vsize=64780 CPUtime=162.25
/proc/9810/stat : 9810 (pbscip.linux.x8) R 9808 9810 9288 0 -1 4202496 20827 0 0 0 15302 923 0 0 25 0 1 0 2620917 66334720 15430 1992294400 4194304 8223781 140733797925456 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9810/statm: 16195 15430 588 984 0 15208 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 64780

[startup+222.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 9817
/proc/meminfo: memFree=1443772/2059040 swapFree=4192956/4192956
[pid=9810] ppid=9808 vsize=81300 CPUtime=222.24
/proc/9810/stat : 9810 (pbscip.linux.x8) R 9808 9810 9288 0 -1 4202496 24458 0 0 0 21054 1170 0 0 25 0 1 0 2620917 83251200 19061 1992294400 4194304 8223781 140733797925456 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9810/statm: 20325 19061 588 984 0 19338 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 81300

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 9819
/proc/meminfo: memFree=1435092/2059040 swapFree=4192956/4192956
[pid=9810] ppid=9808 vsize=89932 CPUtime=282.23
/proc/9810/stat : 9810 (pbscip.linux.x8) R 9808 9810 9288 0 -1 4202496 26615 0 0 0 26848 1375 0 0 25 0 1 0 2620917 92090368 21218 1992294400 4194304 8223781 140733797925456 18446744073709551615 4999811 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9810/statm: 22483 21218 588 984 0 21496 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 89932

[startup+342.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 9819
/proc/meminfo: memFree=1424676/2059040 swapFree=4192956/4192956
[pid=9810] ppid=9808 vsize=100156 CPUtime=342.22
/proc/9810/stat : 9810 (pbscip.linux.x8) R 9808 9810 9288 0 -1 4202496 29189 0 0 0 32633 1589 0 0 25 0 1 0 2620917 102559744 23792 1992294400 4194304 8223781 140733797925456 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9810/statm: 25039 23792 588 984 0 24052 0
Current children cumulated CPU time (s) 342.22
Current children cumulated vsize (KiB) 100156

[startup+402.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 9821
/proc/meminfo: memFree=1417360/2059040 swapFree=4192956/4192956
[pid=9810] ppid=9808 vsize=107200 CPUtime=402.2
/proc/9810/stat : 9810 (pbscip.linux.x8) R 9808 9810 9288 0 -1 4202496 30998 0 0 0 38426 1794 0 0 25 0 1 0 2620917 109772800 25601 1992294400 4194304 8223781 140733797925456 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9810/statm: 26800 25601 588 984 0 25813 0
Current children cumulated CPU time (s) 402.2
Current children cumulated vsize (KiB) 107200

[startup+462.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 9823
/proc/meminfo: memFree=1410416/2059040 swapFree=4192956/4192956
[pid=9810] ppid=9808 vsize=114636 CPUtime=462.18
/proc/9810/stat : 9810 (pbscip.linux.x8) R 9808 9810 9288 0 -1 4202496 32716 0 0 0 44240 1978 0 0 25 0 1 0 2620917 117387264 27319 1992294400 4194304 8223781 140733797925456 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9810/statm: 28659 27319 588 984 0 27672 0
Current children cumulated CPU time (s) 462.18
Current children cumulated vsize (KiB) 114636

[startup+522.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 9825
/proc/meminfo: memFree=1404092/2059040 swapFree=4192956/4192956
[pid=9810] ppid=9808 vsize=120716 CPUtime=522.17
/proc/9810/stat : 9810 (pbscip.linux.x8) R 9808 9810 9288 0 -1 4202496 34259 0 0 0 50068 2149 0 0 25 0 1 0 2620917 123613184 28862 1992294400 4194304 8223781 140733797925456 18446744073709551615 5953094 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9810/statm: 30179 28862 588 984 0 29192 0
Current children cumulated CPU time (s) 522.17
Current children cumulated vsize (KiB) 120716

[startup+582.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 9827
/proc/meminfo: memFree=1394792/2059040 swapFree=4192956/4192956
[pid=9810] ppid=9808 vsize=130024 CPUtime=582.16
/proc/9810/stat : 9810 (pbscip.linux.x8) R 9808 9810 9288 0 -1 4202496 36589 0 0 0 55868 2348 0 0 25 0 1 0 2620917 133144576 31192 1992294400 4194304 8223781 140733797925456 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9810/statm: 32506 31192 588 984 0 31519 0
Current children cumulated CPU time (s) 582.16
Current children cumulated vsize (KiB) 130024

[startup+642.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 9827
/proc/meminfo: memFree=1387848/2059040 swapFree=4192956/4192956
[pid=9810] ppid=9808 vsize=136692 CPUtime=642.16
/proc/9810/stat : 9810 (pbscip.linux.x8) R 9808 9810 9288 0 -1 4202496 38292 0 0 0 61689 2527 0 0 25 0 1 0 2620917 139972608 32895 1992294400 4194304 8223781 140733797925456 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9810/statm: 34173 32895 588 984 0 33186 0
Current children cumulated CPU time (s) 642.16
Current children cumulated vsize (KiB) 136692

[startup+702.301 s]

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

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 9848
/proc/meminfo: memFree=1342092/2059040 swapFree=4192956/4192956
[pid=9810] ppid=9808 vsize=181336 CPUtime=1062.04
/proc/9810/stat : 9810 (pbscip.linux.x8) R 9808 9810 9288 0 -1 4202496 49580 0 0 0 102479 3725 0 0 25 0 1 0 2620917 185688064 44183 1992294400 4194304 8223781 140733797925456 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9810/statm: 45334 44183 588 984 0 44347 0
Current children cumulated CPU time (s) 1062.04
Current children cumulated vsize (KiB) 181336

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 9850
/proc/meminfo: memFree=1338000/2059040 swapFree=4192956/4192956
[pid=9810] ppid=9808 vsize=189304 CPUtime=1122.03
/proc/9810/stat : 9810 (pbscip.linux.x8) R 9808 9810 9288 0 -1 4202496 50579 0 0 0 108318 3885 0 0 25 0 1 0 2620917 193847296 45182 1992294400 4194304 8223781 140733797925456 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9810/statm: 47326 45182 588 984 0 46339 0
Current children cumulated CPU time (s) 1122.03
Current children cumulated vsize (KiB) 189304

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 9852
/proc/meminfo: memFree=1331800/2059040 swapFree=4192956/4192956
[pid=9810] ppid=9808 vsize=195760 CPUtime=1182.01
/proc/9810/stat : 9810 (pbscip.linux.x8) R 9808 9810 9288 0 -1 4202496 52209 0 0 0 114157 4044 0 0 25 0 1 0 2620917 200458240 46812 1992294400 4194304 8223781 140733797925456 18446744073709551615 4223056 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9810/statm: 48940 46812 588 984 0 47953 0
Current children cumulated CPU time (s) 1182.01
Current children cumulated vsize (KiB) 195760

[startup+1242.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 9852
/proc/meminfo: memFree=1324732/2059040 swapFree=4192956/4192956
[pid=9810] ppid=9808 vsize=202320 CPUtime=1242
/proc/9810/stat : 9810 (pbscip.linux.x8) R 9808 9810 9288 0 -1 4202496 53838 0 0 0 119975 4225 0 0 25 0 1 0 2620917 207175680 48441 1992294400 4194304 8223781 140733797925456 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9810/statm: 50580 48441 588 984 0 49593 0
Current children cumulated CPU time (s) 1242
Current children cumulated vsize (KiB) 202320

[startup+1302.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 9854
/proc/meminfo: memFree=1320516/2059040 swapFree=4192956/4192956
[pid=9810] ppid=9808 vsize=206632 CPUtime=1302
/proc/9810/stat : 9810 (pbscip.linux.x8) R 9808 9810 9288 0 -1 4202496 54871 0 0 0 125833 4367 0 0 25 0 1 0 2620917 211591168 49474 1992294400 4194304 8223781 140733797925456 18446744073709551615 4219807 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9810/statm: 51658 49474 588 984 0 50671 0
Current children cumulated CPU time (s) 1302
Current children cumulated vsize (KiB) 206632

[startup+1362.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 9856
/proc/meminfo: memFree=1316548/2059040 swapFree=4192956/4192956
[pid=9810] ppid=9808 vsize=210300 CPUtime=1361.98
/proc/9810/stat : 9810 (pbscip.linux.x8) R 9808 9810 9288 0 -1 4202496 55857 0 0 0 131693 4505 0 0 25 0 1 0 2620917 215347200 50460 1992294400 4194304 8223781 140733797925456 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9810/statm: 52575 50460 588 984 0 51588 0
Current children cumulated CPU time (s) 1361.98
Current children cumulated vsize (KiB) 210300

[startup+1422.31 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 9858
/proc/meminfo: memFree=1312084/2059040 swapFree=4192956/4192956
[pid=9810] ppid=9808 vsize=214692 CPUtime=1421.97
/proc/9810/stat : 9810 (pbscip.linux.x8) R 9808 9810 9288 0 -1 4202496 56976 0 0 0 137561 4636 0 0 25 0 1 0 2620917 219844608 51579 1992294400 4194304 8223781 140733797925456 18446744073709551615 4221536 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9810/statm: 53673 51579 588 984 0 52686 0
Current children cumulated CPU time (s) 1421.97
Current children cumulated vsize (KiB) 214692

[startup+1482.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 9860
/proc/meminfo: memFree=1304272/2059040 swapFree=4192956/4192956
[pid=9810] ppid=9808 vsize=222184 CPUtime=1481.95
/proc/9810/stat : 9810 (pbscip.linux.x8) R 9808 9810 9288 0 -1 4202496 58883 0 0 0 143415 4780 0 0 25 0 1 0 2620917 227516416 53486 1992294400 4194304 8223781 140733797925456 18446744073709551615 4999811 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9810/statm: 55546 53486 588 984 0 54559 0
Current children cumulated CPU time (s) 1481.95
Current children cumulated vsize (KiB) 222184

[startup+1542.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 9860
/proc/meminfo: memFree=1300676/2059040 swapFree=4192956/4192956
[pid=9810] ppid=9808 vsize=225748 CPUtime=1541.94
/proc/9810/stat : 9810 (pbscip.linux.x8) R 9808 9810 9288 0 -1 4202496 59772 0 0 0 149283 4911 0 0 25 0 1 0 2620917 231165952 54375 1992294400 4194304 8223781 140733797925456 18446744073709551615 4983151 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9810/statm: 56437 54375 588 984 0 55450 0
Current children cumulated CPU time (s) 1541.94
Current children cumulated vsize (KiB) 225748

[startup+1602.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 9862
/proc/meminfo: memFree=1295468/2059040 swapFree=4192956/4192956
[pid=9810] ppid=9808 vsize=230720 CPUtime=1601.92
/proc/9810/stat : 9810 (pbscip.linux.x8) R 9808 9810 9288 0 -1 4202496 61103 0 0 0 155145 5047 0 0 25 0 1 0 2620917 236257280 55706 1992294400 4194304 8223781 140733797925456 18446744073709551615 4923914 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9810/statm: 57680 55706 588 984 0 56693 0
Current children cumulated CPU time (s) 1601.92
Current children cumulated vsize (KiB) 230720

[startup+1662.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 9864
/proc/meminfo: memFree=1293608/2059040 swapFree=4192956/4192956
[pid=9810] ppid=9808 vsize=232408 CPUtime=1661.91
/proc/9810/stat : 9810 (pbscip.linux.x8) R 9808 9810 9288 0 -1 4202496 61542 0 0 0 161025 5166 0 0 25 0 1 0 2620917 237985792 56145 1992294400 4194304 8223781 140733797925456 18446744073709551615 4219807 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9810/statm: 58102 56145 588 984 0 57115 0
Current children cumulated CPU time (s) 1661.91
Current children cumulated vsize (KiB) 232408

[startup+1722.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 9866
/proc/meminfo: memFree=1288772/2059040 swapFree=4192956/4192956
[pid=9810] ppid=9808 vsize=237316 CPUtime=1721.9
/proc/9810/stat : 9810 (pbscip.linux.x8) R 9808 9810 9288 0 -1 4202496 62704 0 0 0 166875 5315 0 0 25 0 1 0 2620917 243011584 57307 1992294400 4194304 8223781 140733797925456 18446744073709551615 4983364 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9810/statm: 59329 57307 588 984 0 58342 0
Current children cumulated CPU time (s) 1721.9
Current children cumulated vsize (KiB) 237316

[startup+1782.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 9868
/proc/meminfo: memFree=1284556/2059040 swapFree=4192956/4192956
[pid=9810] ppid=9808 vsize=241252 CPUtime=1781.88
/proc/9810/stat : 9810 (pbscip.linux.x8) R 9808 9810 9288 0 -1 4202496 63701 0 0 0 172758 5430 0 0 25 0 1 0 2620917 247042048 58304 1992294400 4194304 8223781 140733797925456 18446744073709551615 4409086 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9810/statm: 60313 58304 588 984 0 59326 0
Current children cumulated CPU time (s) 1781.88
Current children cumulated vsize (KiB) 241252



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 1.07 1.00 1.00 2/107 9868
/proc/meminfo: memFree=1283688/2059040 swapFree=4192956/4192956
[pid=9810] ppid=9808 vsize=242092 CPUtime=1800.09
/proc/9810/stat : 9810 (pbscip.linux.x8) R 9808 9810 9288 0 -1 4202496 63916 0 0 0 174540 5469 0 0 25 0 1 0 2620917 247902208 58519 1992294400 4194304 8223781 140733797925456 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9810/statm: 60523 58519 588 984 0 59536 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 242092

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+1800.61 s]
/proc/loadavg: 1.07 1.00 1.00 2/108 9869
/proc/meminfo: memFree=1283680/2059040 swapFree=4192956/4192956
[pid=9810] ppid=9808 vsize=242092 CPUtime=1800.2
/proc/9810/stat : 9810 (pbscip.linux.x8) R 9808 9810 9288 0 -1 4202496 63917 0 0 0 174551 5469 0 0 25 0 1 0 2620917 247902208 58520 1992294400 4194304 8223781 140733797925456 18446744073709551615 4212060 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/9810/statm: 60523 58520 589 984 0 59536 0
Current children cumulated CPU time (s) 1800.2
Current children cumulated vsize (KiB) 242092

[startup+1801.4 s]
/proc/loadavg: 1.07 1.00 1.00 2/108 9869
/proc/meminfo: memFree=1283680/2059040 swapFree=4192956/4192956
[pid=9810] ppid=9808 vsize=242092 CPUtime=1800.98
/proc/9810/stat : 9810 (pbscip.linux.x8) R 9808 9810 9288 0 -1 4202496 63917 0 0 0 174629 5469 0 0 25 0 1 0 2620917 247902208 58520 1992294400 4194304 8223781 140733797925456 18446744073709551615 6207086 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/9810/statm: 60523 58520 589 984 0 59536 0
Current children cumulated CPU time (s) 1800.98
Current children cumulated vsize (KiB) 242092

[startup+1801.81 s]
/proc/loadavg: 1.07 1.00 1.00 2/108 9869
/proc/meminfo: memFree=1283556/2059040 swapFree=4192956/4192956
[pid=9810] ppid=9808 vsize=242092 CPUtime=1801.39
/proc/9810/stat : 9810 (pbscip.linux.x8) R 9808 9810 9288 0 -1 4202496 63917 0 0 0 174670 5469 0 0 25 0 1 0 2620917 247902208 58520 1992294400 4194304 8223781 140733797925456 18446744073709551615 4670079 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/9810/statm: 60523 58520 589 984 0 59536 0
Current children cumulated CPU time (s) 1801.39
Current children cumulated vsize (KiB) 242092

[startup+1801.9 s]
/proc/loadavg: 1.07 1.00 1.00 2/108 9869
/proc/meminfo: memFree=1283556/2059040 swapFree=4192956/4192956
[pid=9810] ppid=9808 vsize=185712 CPUtime=1801.48
/proc/9810/stat : 9810 (pbscip.linux.x8) R 9808 9810 9288 0 -1 4202496 63917 0 0 0 174678 5470 0 0 25 0 1 0 2620917 190169088 44425 1992294400 4194304 8223781 140733797925456 18446744073709551615 6206542 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/9810/statm: 46428 44425 589 984 0 45441 0
Current children cumulated CPU time (s) 1801.48
Current children cumulated vsize (KiB) 185712

Child status: 0
Real time (s): 1801.94
CPU time (s): 1801.53
CPU user time (s): 1746.81
CPU system time (s): 54.7237
CPU usage (%): 99.9772
Max. virtual memory (cumulated for all children) (KiB): 242092

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1746.81
system time used= 54.7237
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 63921
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= 2
involuntary context switches= 2168

runsolver used 3.10153 second user time and 8.39672 second system time

The end

Launcher Data

Begin job on node034 at 2010-06-15 16:47:39
IDJOB=2666876
IDBENCH=2913
IDSOLVER=1169
FILE ID=node034/2666876-1276613258
PBS_JOBID= 11172266
Free space on /tmp= 62516 MiB

SOLVER NAME= SCIPspx SCIP 1.2.1.2 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solver
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/market-split/normalized-market-split_5_40_1.opb
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2666876-1276613258/watcher-2666876-1276613258 -o /tmp/evaluation-result-2666876-1276613258/solver-2666876-1276613258 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2666876-1276613258.opb -t 1800 -m 1800

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= ae75c4a4fdafb98542bd11b7f7eecd54
RANDOM SEED=1896023617

node034.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.242
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.48
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.242
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5599.47
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1519204 kB
Buffers:         69196 kB
Cached:         343828 kB
SwapCached:          0 kB
Active:         194020 kB
Inactive:       278736 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1519204 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            4484 kB
Writeback:           0 kB
AnonPages:       59680 kB
Mapped:          15492 kB
Slab:            45524 kB
PageTables:       4016 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181320 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264948 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62512 MiB
End job on node034 at 2010-06-15 17:17:41