Trace number 2703531

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.3 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solver? 1790.9 1791.38

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.3 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.4.2]
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-2703531-1278562330.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.02	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.3
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 = 1790
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 # default clock type (1: CPU user seconds, 2: wall clock time)
0.00/0.02	c # [type: int, range: [1,2], default: 1]
0.00/0.02	c timing/clocktype = 2
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 # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.00/0.02	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.02	c constraints/indicator/addCouplingCons = 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 |     - | 235k|   0 |   5 |  40 |   5 |  40 |   5 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.09/0.10	c   0.1s|     1 |     0 |    90 |     - | 289k|   0 |   9 |  40 |  24 |  40 |   9 |   4 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.09/0.10	c   0.1s|     1 |     0 |    95 |     - | 310k|   0 |  11 |  40 |  24 |  40 |  13 |   8 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.09/0.11	c   0.1s|     1 |     0 |    99 |     - | 323k|   0 |  12 |  40 |  24 |  40 |  16 |  11 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.09/0.12	c   0.1s|     1 |     0 |   109 |     - | 345k|   0 |  11 |  40 |  24 |  40 |  20 |  15 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.09/0.13	c   0.1s|     1 |     0 |   113 |     - | 359k|   0 |  14 |  40 |  24 |  40 |  22 |  17 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.09/0.13	c   0.1s|     1 |     0 |   120 |     - | 360k|   0 |  13 |  40 |  24 |  40 |  23 |  18 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.09/0.17	c   0.2s|     1 |     2 |   120 |     - | 361k|   0 |  13 |  40 |  24 |  40 |  23 |  18 |   0 |   9 | 0.000000e+00 |      --      |    Inf 
3.89/3.94	c   3.9s| 10000 |  3478 | 22204 |   2.2 |3755k|  34 |   - |  40 |3323 |  40 |  13 |  18 |4513 | 537 | 0.000000e+00 |      --      |    Inf 
7.89/7.95	c   7.9s| 20000 |  6715 | 43458 |   2.2 |5660k|  35 |   5 |  40 |2879 |  40 |  13 |  18 |9071 | 691 | 0.000000e+00 |      --      |    Inf 
11.89/11.98	c  12.0s| 30000 |  9907 | 64207 |   2.1 |7876k|  35 |   - |  40 |3848 |   0 |   0 |  18 |  13k| 851 | 0.000000e+00 |      --      |    Inf 
16.29/16.35	c  16.3s| 40000 | 12949 | 84491 |   2.1 |9825k|  35 |   5 |  40 |3880 |  40 |  13 |  18 |  18k| 991 | 0.000000e+00 |      --      |    Inf 
20.58/20.62	c  20.6s| 50000 | 16142 |105002 |   2.1 |  12M|  36 |   5 |  40 |4904 |  40 |  13 |  18 |  22k|1073 | 0.000000e+00 |      --      |    Inf 
25.49/25.54	c  25.5s| 60000 | 18991 |125663 |   2.1 |  14M|  36 |   5 |  40 |5213 |  40 |  13 |  18 |  27k|1165 | 0.000000e+00 |      --      |    Inf 
30.49/30.59	c  30.6s| 70000 | 21994 |146398 |   2.1 |  16M|  36 |   5 |  40 |5886 |  40 |  13 |  18 |  31k|1239 | 0.000000e+00 |      --      |    Inf 
35.78/35.83	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
35.78/35.83	c  35.8s| 80000 | 24857 |166925 |   2.1 |  18M|  36 |   5 |  40 |6617 |  40 |  13 |  18 |  36k|1308 | 0.000000e+00 |      --      |    Inf 
41.79/41.82	c  41.8s| 90000 | 27433 |187951 |   2.1 |  20M|  36 |   5 |  40 |6872 |  40 |  13 |  18 |  41k|1366 | 0.000000e+00 |      --      |    Inf 
48.08/48.15	c  48.1s|100000 | 30150 |208204 |   2.1 |  22M|  36 |   5 |  40 |6783 |  40 |  13 |  18 |  45k|1441 | 0.000000e+00 |      --      |    Inf 
53.97/54.03	c  54.0s|110000 | 33096 |228274 |   2.1 |  23M|  36 |   5 |  40 |6597 |  40 |  13 |  18 |  50k|1491 | 0.000000e+00 |      --      |    Inf 
60.27/60.33	c  60.3s|120000 | 35643 |248695 |   2.1 |  25M|  36 |   5 |  40 |6460 |  40 |  13 |  18 |  55k|1555 | 0.000000e+00 |      --      |    Inf 
66.67/66.79	c  66.8s|130000 | 38139 |269079 |   2.1 |  27M|  36 |   - |  40 |7198 |  40 |  13 |  18 |  60k|1600 | 0.000000e+00 |      --      |    Inf 
73.38/73.45	c  73.4s|140000 | 40612 |289326 |   2.1 |  29M|  36 |   5 |  40 |7607 |  40 |  13 |  18 |  65k|1655 | 0.000000e+00 |      --      |    Inf 
80.87/80.99	c  81.0s|150000 | 42859 |309717 |   2.1 |  31M|  36 |   5 |  40 |7452 |  40 |  13 |  18 |  70k|1708 | 0.000000e+00 |      --      |    Inf 
87.57/87.62	c  87.6s|160000 | 45376 |330364 |   2.1 |  32M|  36 |   5 |  40 |8047 |  40 |  13 |  18 |  75k|1771 | 0.000000e+00 |      --      |    Inf 
94.06/94.18	c  94.2s|170000 | 47941 |350741 |   2.1 |  34M|  36 |   - |  40 |8745 |  40 |  13 |  18 |  79k|1816 | 0.000000e+00 |      --      |    Inf 
101.86/101.94	c   102s|180000 | 50207 |371053 |   2.1 |  36M|  36 |   5 |  40 |7781 |  40 |  13 |  18 |  84k|1868 | 0.000000e+00 |      --      |    Inf 
109.06/109.10	c   109s|190000 | 52608 |391646 |   2.1 |  38M|  36 |   5 |  40 |8194 |  40 |  13 |  18 |  89k|1913 | 0.000000e+00 |      --      |    Inf 
116.57/116.63	c   117s|200000 | 54862 |412396 |   2.1 |  39M|  36 |   5 |  40 |8701 |  40 |  13 |  18 |  95k|1967 | 0.000000e+00 |      --      |    Inf 
125.16/125.24	c   125s|210000 | 56870 |433265 |   2.1 |  41M|  36 |   5 |  40 |8698 |  40 |  13 |  18 | 100k|2012 | 0.000000e+00 |      --      |    Inf 
133.55/133.61	c   134s|220000 | 59025 |453897 |   2.1 |  42M|  36 |   5 |  40 |8801 |  40 |  13 |  18 | 105k|2067 | 0.000000e+00 |      --      |    Inf 
141.05/141.10	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
141.05/141.10	c   141s|230000 | 61385 |474299 |   2.1 |  44M|  36 |   5 |  40 |9424 |  40 |  13 |  18 | 110k|2116 | 0.000000e+00 |      --      |    Inf 
149.66/149.71	c   150s|240000 | 63542 |494737 |   2.1 |  46M|  36 |   5 |  40 |8833 |  40 |  13 |  18 | 115k|2170 | 0.000000e+00 |      --      |    Inf 
157.26/157.31	c   157s|250000 | 66064 |515614 |   2.1 |  48M|  36 |   5 |  40 |9864 |  40 |  13 |  18 | 120k|2212 | 0.000000e+00 |      --      |    Inf 
164.85/164.90	c   165s|260000 | 68667 |536387 |   2.1 |  50M|  36 |   - |  40 |  10k|  40 |  13 |  18 | 125k|2246 | 0.000000e+00 |      --      |    Inf 
174.35/174.40	c   174s|270000 | 70697 |556619 |   2.1 |  51M|  36 |   - |  40 |  10k|   0 |   0 |  18 | 130k|2279 | 0.000000e+00 |      --      |    Inf 
183.75/183.87	c   184s|280000 | 72611 |577235 |   2.1 |  53M|  36 |   - |  40 |  10k|  40 |  13 |  18 | 136k|2315 | 0.000000e+00 |      --      |    Inf 
193.84/193.97	c   194s|290000 | 74581 |597635 |   2.1 |  54M|  36 |   5 |  40 |  10k|  40 |  13 |  18 | 141k|2351 | 0.000000e+00 |      --      |    Inf 
201.54/201.66	c   202s|300000 | 77031 |618052 |   2.1 |  57M|  36 |   5 |  40 |  12k|  40 |  13 |  18 | 146k|2392 | 0.000000e+00 |      --      |    Inf 
210.54/210.65	c   211s|310000 | 79306 |638935 |   2.1 |  58M|  36 |   5 |  40 |  12k|  40 |  13 |  18 | 151k|2434 | 0.000000e+00 |      --      |    Inf 
220.73/220.87	c   221s|320000 | 81227 |659537 |   2.1 |  60M|  36 |   - |  40 |  12k|   0 |   0 |  18 | 157k|2466 | 0.000000e+00 |      --      |    Inf 
233.33/233.40	c   233s|330000 | 82856 |679711 |   2.1 |  61M|  36 |   5 |  40 |  10k|  40 |  13 |  18 | 163k|2498 | 0.000000e+00 |      --      |    Inf 
242.93/243.03	c   243s|340000 | 84830 |700247 |   2.1 |  63M|  36 |   - |  40 |  11k|   0 |   0 |  18 | 168k|2532 | 0.000000e+00 |      --      |    Inf 
254.12/254.21	c   254s|350000 | 86577 |720999 |   2.1 |  64M|  36 |   5 |  40 |  11k|  40 |  13 |  18 | 174k|2573 | 0.000000e+00 |      --      |    Inf 
264.62/264.76	c   265s|360000 | 88464 |741405 |   2.1 |  66M|  36 |   - |  40 |  11k|  40 |  13 |  18 | 179k|2608 | 0.000000e+00 |      --      |    Inf 
275.42/275.57	c   276s|370000 | 90166 |761719 |   2.1 |  67M|  36 |   - |  40 |  12k|  40 |  13 |  18 | 184k|2643 | 0.000000e+00 |      --      |    Inf 
285.12/285.27	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
285.12/285.27	c   285s|380000 | 92358 |782107 |   2.1 |  69M|  36 |   - |  40 |  13k|  40 |  13 |  18 | 190k|2681 | 0.000000e+00 |      --      |    Inf 
296.11/296.23	c   296s|390000 | 94265 |801973 |   2.1 |  70M|  36 |   5 |  40 |  13k|  40 |  13 |  18 | 195k|2701 | 0.000000e+00 |      --      |    Inf 
307.31/307.40	c   307s|400000 | 96103 |822721 |   2.1 |  72M|  36 |   5 |  40 |  12k|  40 |  13 |  18 | 201k|2728 | 0.000000e+00 |      --      |    Inf 
317.50/317.68	c   318s|410000 | 98040 |842880 |   2.1 |  73M|  36 |   - |  40 |  13k|  40 |  13 |  18 | 206k|2772 | 0.000000e+00 |      --      |    Inf 
327.81/327.94	c   328s|420000 |100139 |863691 |   2.1 |  75M|  36 |   - |  40 |  12k|   0 |   0 |  18 | 211k|2799 | 0.000000e+00 |      --      |    Inf 
340.21/340.37	c   340s|430000 |101875 |884215 |   2.1 |  76M|  36 |   5 |  40 |  11k|  40 |  13 |  18 | 217k|2835 | 0.000000e+00 |      --      |    Inf 
351.60/351.77	c   352s|440000 |103648 |905122 |   2.1 |  78M|  36 |   5 |  40 |  12k|  40 |  13 |  18 | 222k|2873 | 0.000000e+00 |      --      |    Inf 
361.60/361.78	c   362s|450000 |105543 |925641 |   2.1 |  79M|  36 |   5 |  40 |  13k|  40 |  13 |  18 | 228k|2892 | 0.000000e+00 |      --      |    Inf 
373.80/373.98	c   374s|460000 |107276 |945705 |   2.1 |  81M|  36 |   - |  40 |  12k|  40 |  13 |  18 | 233k|2917 | 0.000000e+00 |      --      |    Inf 
384.09/384.22	c   384s|470000 |109260 |967113 |   2.1 |  82M|  36 |   - |  40 |  13k|  40 |  13 |  18 | 239k|2946 | 0.000000e+00 |      --      |    Inf 
397.99/398.11	c   398s|480000 |110771 |987459 |   2.1 |  83M|  36 |   - |  40 |  12k|  40 |  13 |  18 | 245k|2969 | 0.000000e+00 |      --      |    Inf 
408.88/409.03	c   409s|490000 |112618 |  1008k|   2.1 |  85M|  36 |   5 |  40 |  12k|  40 |  13 |  18 | 250k|2995 | 0.000000e+00 |      --      |    Inf 
421.78/421.92	c   422s|500000 |114125 |  1028k|   2.1 |  86M|  36 |   5 |  40 |  12k|  40 |  13 |  18 | 256k|3017 | 0.000000e+00 |      --      |    Inf 
432.09/432.21	c   432s|510000 |116213 |  1048k|   2.1 |  88M|  36 |   5 |  40 |  14k|  40 |  13 |  18 | 261k|3043 | 0.000000e+00 |      --      |    Inf 
445.28/445.47	c   445s|520000 |117810 |  1069k|   2.1 |  89M|  36 |   5 |  40 |  13k|  40 |  13 |  18 | 267k|3066 | 0.000000e+00 |      --      |    Inf 
457.68/457.86	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
457.68/457.86	c   458s|530000 |119380 |  1090k|   2.1 |  91M|  36 |   - |  40 |  13k|  40 |  13 |  18 | 272k|3093 | 0.000000e+00 |      --      |    Inf 
471.27/471.49	c   471s|540000 |120794 |  1110k|   2.1 |  92M|  36 |   - |  40 |  13k|  40 |  13 |  18 | 278k|3118 | 0.000000e+00 |      --      |    Inf 
482.26/482.49	c   482s|550000 |122567 |  1131k|   2.1 |  94M|  36 |   - |  40 |  14k|  40 |  13 |  18 | 284k|3153 | 0.000000e+00 |      --      |    Inf 
496.46/496.67	c   497s|560000 |124020 |  1152k|   2.1 |  95M|  36 |   5 |  40 |  13k|  40 |  13 |  18 | 289k|3182 | 0.000000e+00 |      --      |    Inf 
508.36/508.52	c   509s|570000 |125728 |  1172k|   2.1 |  96M|  36 |   5 |  40 |  13k|  40 |  13 |  18 | 295k|3207 | 0.000000e+00 |      --      |    Inf 
517.26/517.46	c   517s|580000 |127965 |  1193k|   2.1 |  98M|  36 |   - |  40 |  16k|  40 |  13 |  18 | 300k|3231 | 0.000000e+00 |      --      |    Inf 
529.25/529.42	c   529s|590000 |129824 |  1213k|   2.1 | 100M|  36 |   - |  40 |  15k|   0 |   0 |  18 | 306k|3253 | 0.000000e+00 |      --      |    Inf 
543.45/543.69	c   544s|600000 |131408 |  1234k|   2.1 | 101M|  36 |   - |  40 |  14k|   0 |   0 |  18 | 311k|3285 | 0.000000e+00 |      --      |    Inf 
554.55/554.77	c   555s|610000 |133723 |  1255k|   2.1 | 102M|  36 |   - |  40 |  14k|  40 |  13 |  18 | 316k|3312 | 0.000000e+00 |      --      |    Inf 
565.44/565.61	c   566s|620000 |135494 |  1276k|   2.1 | 104M|  36 |   - |  40 |  15k|  40 |  13 |  18 | 322k|3329 | 0.000000e+00 |      --      |    Inf 
578.23/578.44	c   578s|630000 |137280 |  1297k|   2.1 | 106M|  36 |   5 |  40 |  15k|  40 |  13 |  18 | 328k|3354 | 0.000000e+00 |      --      |    Inf 
592.03/592.26	c   592s|640000 |138898 |  1319k|   2.1 | 107M|  36 |   5 |  40 |  14k|  40 |  13 |  18 | 334k|3382 | 0.000000e+00 |      --      |    Inf 
606.23/606.45	c   606s|650000 |140312 |  1339k|   2.1 | 108M|  36 |   - |  40 |  15k|  40 |  13 |  18 | 339k|3411 | 0.000000e+00 |      --      |    Inf 
617.63/617.85	c   618s|660000 |142823 |  1360k|   2.1 | 110M|  36 |   5 |  40 |  15k|  40 |  13 |  18 | 344k|3435 | 0.000000e+00 |      --      |    Inf 
627.33/627.50	c   627s|670000 |145132 |  1380k|   2.1 | 112M|  36 |   5 |  40 |  16k|  40 |  13 |  18 | 349k|3453 | 0.000000e+00 |      --      |    Inf 
640.52/640.74	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
640.52/640.74	c   641s|680000 |146634 |  1401k|   2.1 | 113M|  36 |   - |  40 |  16k|   0 |   0 |  18 | 355k|3478 | 0.000000e+00 |      --      |    Inf 
657.41/657.63	c   658s|690000 |147966 |  1421k|   2.1 | 114M|  36 |   5 |  40 |  15k|  40 |  13 |  18 | 361k|3500 | 0.000000e+00 |      --      |    Inf 
666.61/666.80	c   667s|700000 |150603 |  1443k|   2.1 | 116M|  36 |   5 |  40 |  16k|  40 |  13 |  18 | 366k|3519 | 0.000000e+00 |      --      |    Inf 
677.42/677.68	c   678s|710000 |152586 |  1465k|   2.1 | 118M|  36 |   5 |  40 |  17k|  40 |  13 |  18 | 372k|3535 | 0.000000e+00 |      --      |    Inf 
689.70/689.95	c   690s|720000 |154233 |  1486k|   2.1 | 120M|  36 |   5 |  40 |  17k|  40 |  13 |  18 | 378k|3549 | 0.000000e+00 |      --      |    Inf 
702.30/702.51	c   703s|730000 |155752 |  1507k|   2.1 | 121M|  36 |   5 |  40 |  18k|  40 |  13 |  18 | 385k|3568 | 0.000000e+00 |      --      |    Inf 
715.81/716.06	c   716s|740000 |157421 |  1527k|   2.1 | 122M|  36 |   - |  40 |  17k|  40 |  13 |  18 | 390k|3583 | 0.000000e+00 |      --      |    Inf 
731.40/731.61	c   732s|750000 |159004 |  1549k|   2.1 | 123M|  36 |   5 |  40 |  15k|  40 |  13 |  18 | 396k|3604 | 0.000000e+00 |      --      |    Inf 
741.40/741.61	c   742s|760000 |161242 |  1569k|   2.1 | 125M|  36 |   5 |  40 |  16k|  40 |  13 |  18 | 401k|3624 | 0.000000e+00 |      --      |    Inf 
750.70/750.93	c   751s|770000 |163648 |  1591k|   2.1 | 127M|  36 |   - |  40 |  17k|  40 |  13 |  18 | 406k|3641 | 0.000000e+00 |      --      |    Inf 
761.79/762.01	c   762s|780000 |165782 |  1611k|   2.1 | 129M|  36 |   5 |  40 |  18k|  40 |  13 |  18 | 412k|3659 | 0.000000e+00 |      --      |    Inf 
774.99/775.29	c   775s|790000 |167219 |  1631k|   2.1 | 130M|  36 |   - |  40 |  17k|  40 |  13 |  18 | 418k|3682 | 0.000000e+00 |      --      |    Inf 
792.28/792.57	c   793s|800000 |168549 |  1652k|   2.1 | 131M|  36 |   5 |  40 |  15k|  40 |  13 |  18 | 424k|3703 | 0.000000e+00 |      --      |    Inf 
806.09/806.38	c   806s|810000 |170157 |  1673k|   2.1 | 132M|  36 |   - |  40 |  15k|  40 |  13 |  18 | 430k|3718 | 0.000000e+00 |      --      |    Inf 
821.48/821.73	c   822s|820000 |171615 |  1693k|   2.1 | 133M|  36 |   5 |  40 |  15k|  40 |  13 |  18 | 436k|3745 | 0.000000e+00 |      --      |    Inf 
837.47/837.78	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
837.47/837.78	c   838s|830000 |173157 |  1714k|   2.1 | 135M|  36 |   - |  40 |  15k|  40 |  13 |  18 | 441k|3769 | 0.000000e+00 |      --      |    Inf 
852.47/852.78	c   853s|840000 |174606 |  1734k|   2.1 | 136M|  36 |   5 |  40 |  15k|  40 |  13 |  18 | 447k|3790 | 0.000000e+00 |      --      |    Inf 
865.47/865.72	c   866s|850000 |176327 |  1755k|   2.1 | 138M|  36 |   - |  40 |  16k|  40 |  13 |  18 | 453k|3810 | 0.000000e+00 |      --      |    Inf 
882.55/882.83	c   883s|860000 |177495 |  1776k|   2.1 | 139M|  36 |   - |  40 |  15k|   0 |   0 |  18 | 459k|3830 | 0.000000e+00 |      --      |    Inf 
893.35/893.60	c   894s|870000 |179942 |  1797k|   2.1 | 140M|  36 |   - |  40 |  16k|  40 |  13 |  18 | 464k|3849 | 0.000000e+00 |      --      |    Inf 
907.85/908.18	c   908s|880000 |181147 |  1818k|   2.1 | 142M|  36 |   5 |  40 |  15k|  40 |  13 |  18 | 470k|3870 | 0.000000e+00 |      --      |    Inf 
920.74/921.02	c   921s|890000 |182785 |  1838k|   2.1 | 143M|  36 |   5 |  40 |  16k|  40 |  13 |  18 | 476k|3896 | 0.000000e+00 |      --      |    Inf 
935.85/936.15	c   936s|900000 |184184 |  1859k|   2.1 | 144M|  36 |   5 |  40 |  15k|  40 |  13 |  18 | 482k|3917 | 0.000000e+00 |      --      |    Inf 
950.44/950.72	c   951s|910000 |185536 |  1879k|   2.1 | 145M|  36 |   - |  40 |  16k|   0 |   0 |  18 | 488k|3934 | 0.000000e+00 |      --      |    Inf 
967.94/968.29	c   968s|920000 |186686 |  1900k|   2.1 | 147M|  36 |   5 |  40 |  15k|  40 |  13 |  18 | 494k|3957 | 0.000000e+00 |      --      |    Inf 
981.13/981.46	c   981s|930000 |188347 |  1920k|   2.1 | 148M|  36 |   5 |  40 |  16k|  40 |  13 |  18 | 499k|3985 | 0.000000e+00 |      --      |    Inf 
996.43/996.71	c   997s|940000 |189582 |  1941k|   2.1 | 149M|  36 |   5 |  40 |  15k|  40 |  13 |  18 | 505k|4011 | 0.000000e+00 |      --      |    Inf 
1011.42/1011.73	c  1012s|950000 |190990 |  1962k|   2.1 | 150M|  36 |   - |  40 |  15k|  40 |  13 |  18 | 511k|4026 | 0.000000e+00 |      --      |    Inf 
1025.13/1025.43	c  1025s|960000 |192454 |  1983k|   2.1 | 152M|  36 |   5 |  40 |  16k|  40 |  13 |  18 | 517k|4053 | 0.000000e+00 |      --      |    Inf 
1041.43/1041.77	c  1042s|970000 |193770 |  2004k|   2.1 | 153M|  36 |   - |  40 |  16k|  40 |  13 |  18 | 523k|4074 | 0.000000e+00 |      --      |    Inf 
1057.72/1058.09	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1057.72/1058.09	c  1058s|980000 |195007 |  2024k|   2.1 | 154M|  36 |   - |  40 |  16k|   0 |   0 |  18 | 529k|4090 | 0.000000e+00 |      --      |    Inf 
1075.41/1075.73	c  1076s|990000 |196070 |  2044k|   2.1 | 155M|  36 |   5 |  40 |  15k|  40 |  13 |  18 | 535k|4113 | 0.000000e+00 |      --      |    Inf 
1087.61/1087.94	c  1088s|  1000k|197761 |  2065k|   2.1 | 157M|  36 |   5 |  40 |  17k|  40 |  13 |  18 | 541k|4141 | 0.000000e+00 |      --      |    Inf 
1101.10/1101.44	c  1101s|  1010k|199234 |  2086k|   2.1 | 159M|  36 |   - |  40 |  18k|  40 |  13 |  18 | 547k|4166 | 0.000000e+00 |      --      |    Inf 
1116.21/1116.59	c  1117s|  1020k|200677 |  2107k|   2.1 | 160M|  36 |   - |  40 |  18k|   0 |   0 |  18 | 553k|4184 | 0.000000e+00 |      --      |    Inf 
1131.79/1132.17	c  1132s|  1030k|202100 |  2128k|   2.1 | 162M|  36 |   - |  40 |  19k|  40 |  13 |  18 | 559k|4201 | 0.000000e+00 |      --      |    Inf 
1147.69/1148.02	c  1148s|  1040k|203602 |  2149k|   2.1 | 163M|  36 |   5 |  40 |  18k|  40 |  13 |  18 | 565k|4229 | 0.000000e+00 |      --      |    Inf 
1160.39/1160.79	c  1161s|  1050k|205433 |  2169k|   2.1 | 165M|  36 |   5 |  40 |  20k|  40 |  13 |  18 | 570k|4240 | 0.000000e+00 |      --      |    Inf 
1172.19/1172.51	c  1172s|  1060k|207614 |  2189k|   2.1 | 167M|  36 |   5 |  40 |  21k|  40 |  13 |  18 | 576k|4254 | 0.000000e+00 |      --      |    Inf 
1184.98/1185.35	c  1185s|  1070k|209257 |  2209k|   2.1 | 168M|  36 |   5 |  40 |  22k|  40 |  13 |  18 | 581k|4268 | 0.000000e+00 |      --      |    Inf 
1198.07/1198.49	c  1198s|  1080k|210962 |  2229k|   2.1 | 170M|  36 |   5 |  40 |  23k|  40 |  13 |  18 | 587k|4291 | 0.000000e+00 |      --      |    Inf 
1214.08/1214.49	c  1214s|  1090k|211966 |  2250k|   2.1 | 171M|  36 |   5 |  40 |  22k|  40 |  13 |  18 | 593k|4301 | 0.000000e+00 |      --      |    Inf 
1234.87/1235.20	c  1235s|  1100k|213141 |  2271k|   2.1 | 172M|  36 |   5 |  40 |  20k|  40 |  13 |  18 | 599k|4314 | 0.000000e+00 |      --      |    Inf 
1247.16/1247.59	c  1248s|  1110k|215328 |  2291k|   2.1 | 174M|  36 |   5 |  40 |  21k|  40 |  13 |  18 | 604k|4331 | 0.000000e+00 |      --      |    Inf 
1262.37/1262.75	c  1263s|  1120k|216792 |  2312k|   2.1 | 175M|  36 |   - |  40 |  21k|  40 |  13 |  18 | 610k|4349 | 0.000000e+00 |      --      |    Inf 
1280.55/1280.98	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1280.55/1280.98	c  1281s|  1130k|218170 |  2333k|   2.1 | 176M|  36 |   - |  40 |  19k|  40 |  13 |  18 | 616k|4363 | 0.000000e+00 |      --      |    Inf 
1296.65/1297.07	c  1297s|  1140k|219459 |  2354k|   2.1 | 177M|  36 |   5 |  40 |  19k|  40 |  13 |  18 | 622k|4380 | 0.000000e+00 |      --      |    Inf 
1315.74/1316.13	c  1316s|  1150k|220574 |  2375k|   2.1 | 178M|  36 |   - |  40 |  18k|  40 |  13 |  18 | 628k|4396 | 0.000000e+00 |      --      |    Inf 
1327.24/1327.61	c  1328s|  1160k|222445 |  2396k|   2.1 | 180M|  36 |   - |  40 |  20k|   0 |   0 |  18 | 634k|4405 | 0.000000e+00 |      --      |    Inf 
1345.04/1345.45	c  1345s|  1170k|223713 |  2415k|   2.1 | 181M|  36 |   5 |  40 |  19k|  40 |  13 |  18 | 639k|4423 | 0.000000e+00 |      --      |    Inf 
1362.83/1363.22	c  1363s|  1180k|225034 |  2436k|   2.1 | 182M|  36 |   5 |  40 |  18k|  40 |  13 |  18 | 645k|4442 | 0.000000e+00 |      --      |    Inf 
1382.13/1382.59	c  1383s|  1190k|226106 |  2457k|   2.1 | 183M|  36 |   - |  40 |  18k|  40 |  13 |  18 | 651k|4456 | 0.000000e+00 |      --      |    Inf 
1403.22/1403.68	c  1404s|  1200k|226905 |  2477k|   2.1 | 184M|  36 |   - |  40 |  17k|  40 |  13 |  18 | 658k|4472 | 0.000000e+00 |      --      |    Inf 
1415.12/1415.51	c  1415s|  1210k|228593 |  2497k|   2.1 | 186M|  36 |   - |  40 |  19k|  40 |  13 |  18 | 663k|4489 | 0.000000e+00 |      --      |    Inf 
1429.32/1429.76	c  1430s|  1220k|229982 |  2518k|   2.1 | 187M|  36 |   5 |  40 |  20k|  40 |  13 |  18 | 669k|4508 | 0.000000e+00 |      --      |    Inf 
1446.21/1446.62	c  1447s|  1230k|231487 |  2538k|   2.1 | 189M|  36 |   5 |  40 |  20k|  40 |  13 |  18 | 675k|4525 | 0.000000e+00 |      --      |    Inf 
1466.00/1466.44	c  1466s|  1240k|232648 |  2559k|   2.1 | 189M|  36 |   - |  40 |  19k|  40 |  13 |  18 | 681k|4548 | 0.000000e+00 |      --      |    Inf 
1480.90/1481.38	c  1481s|  1250k|234235 |  2579k|   2.1 | 191M|  36 |   - |  40 |  20k|   0 |   0 |  18 | 687k|4566 | 0.000000e+00 |      --      |    Inf 
1500.39/1500.82	c  1501s|  1260k|235587 |  2601k|   2.1 | 192M|  36 |   - |  40 |  19k|  40 |  13 |  18 | 693k|4587 | 0.000000e+00 |      --      |    Inf 
1512.59/1513.03	c  1513s|  1270k|237010 |  2623k|   2.1 | 194M|  36 |   5 |  40 |  20k|  40 |  13 |  18 | 699k|4604 | 0.000000e+00 |      --      |    Inf 
1530.99/1531.43	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1530.99/1531.43	c  1531s|  1280k|238170 |  2643k|   2.1 | 195M|  36 |   - |  40 |  20k|  40 |  13 |  18 | 705k|4624 | 0.000000e+00 |      --      |    Inf 
1550.39/1550.80	c  1551s|  1290k|239429 |  2664k|   2.1 | 196M|  36 |   5 |  40 |  19k|  40 |  13 |  18 | 711k|4645 | 0.000000e+00 |      --      |    Inf 
1571.68/1572.10	c  1572s|  1300k|240432 |  2684k|   2.1 | 197M|  36 |   5 |  40 |  19k|  40 |  13 |  18 | 717k|4660 | 0.000000e+00 |      --      |    Inf 
1594.48/1594.97	c  1595s|  1310k|241143 |  2705k|   2.1 | 197M|  36 |   - |  40 |  17k|  40 |  13 |  18 | 724k|4679 | 0.000000e+00 |      --      |    Inf 
1612.76/1613.26	c  1613s|  1320k|242326 |  2725k|   2.1 | 199M|  36 |   - |  40 |  17k|  40 |  13 |  18 | 730k|4693 | 0.000000e+00 |      --      |    Inf 
1628.76/1629.27	c  1629s|  1330k|243548 |  2746k|   2.1 | 200M|  36 |   - |  40 |  18k|  40 |  13 |  18 | 736k|4710 | 0.000000e+00 |      --      |    Inf 
1642.76/1643.25	c  1643s|  1340k|244966 |  2767k|   2.1 | 202M|  36 |   5 |  40 |  20k|  40 |  13 |  18 | 742k|4725 | 0.000000e+00 |      --      |    Inf 
1660.05/1660.57	c  1661s|  1350k|246306 |  2787k|   2.1 | 203M|  36 |   - |  40 |  19k|  40 |  13 |  18 | 748k|4743 | 0.000000e+00 |      --      |    Inf 
1674.25/1674.71	c  1675s|  1360k|247768 |  2808k|   2.1 | 204M|  36 |   5 |  40 |  21k|  40 |  13 |  18 | 754k|4763 | 0.000000e+00 |      --      |    Inf 
1693.85/1694.39	c  1694s|  1370k|248838 |  2828k|   2.1 | 205M|  36 |   - |  40 |  20k|  40 |  13 |  18 | 760k|4785 | 0.000000e+00 |      --      |    Inf 
1715.64/1716.13	c  1716s|  1380k|249726 |  2849k|   2.1 | 206M|  36 |   5 |  40 |  18k|  40 |  13 |  18 | 766k|4803 | 0.000000e+00 |      --      |    Inf 
1735.73/1736.28	c  1736s|  1390k|250589 |  2870k|   2.1 | 207M|  36 |   - |  40 |  18k|  40 |  13 |  18 | 772k|4820 | 0.000000e+00 |      --      |    Inf 
1758.34/1758.84	c  1759s|  1400k|251290 |  2890k|   2.1 | 208M|  36 |   - |  40 |  18k|   0 |   0 |  18 | 779k|4833 | 0.000000e+00 |      --      |    Inf 
1779.13/1779.64	c  1780s|  1410k|252150 |  2911k|   2.1 | 209M|  36 |   - |  40 |  17k|  40 |  13 |  18 | 785k|4850 | 0.000000e+00 |      --      |    Inf 
1789.52/1790.01	c 
1789.52/1790.01	c SCIP Status        : solving was interrupted [time limit reached]
1789.52/1790.01	c Solving Time (sec) : 1790.00
1789.52/1790.01	c Solving Nodes      : 1416159
1789.52/1790.01	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1789.52/1790.01	c Dual Bound         : +0.00000000000000e+00
1789.52/1790.01	c Gap                : infinite
1789.52/1790.01	s UNKNOWN
1789.52/1790.01	c SCIP Status        : solving was interrupted [time limit reached]
1789.52/1790.01	c Solving Time       :    1790.00
1789.52/1790.01	c Original Problem   :
1789.52/1790.01	c   Problem name     : HOME/instance-2703531-1278562330.opb
1789.52/1790.01	c   Variables        : 41 (41 binary, 0 integer, 0 implicit integer, 0 continuous)
1789.52/1790.01	c   Constraints      : 11 initial, 11 maximal
1789.52/1790.01	c Presolved Problem  :
1789.52/1790.01	c   Problem name     : t_HOME/instance-2703531-1278562330.opb
1789.52/1790.01	c   Variables        : 40 (40 binary, 0 integer, 0 implicit integer, 0 continuous)
1789.52/1790.01	c   Constraints      : 5 initial, 23944 maximal
1789.52/1790.01	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1789.52/1790.01	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1789.52/1790.01	c   dualfix          :       0.00          1          0          0          0          0          0          0          0
1789.52/1790.01	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1789.52/1790.01	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1789.52/1790.01	c   implics          :       0.00          0          0          0          0          0          0          0          0
1789.52/1790.01	c   probing          :       0.00          0          0          0          0          0          0          0          0
1789.52/1790.01	c   linear           :       0.00          0          0          0          0          0          6          0          0
1789.52/1790.01	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1789.52/1790.01	c   root node        :          -          0          -          -          0          -          -          -          -
1789.52/1790.01	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1789.52/1790.01	c   integral         :          0          0          0     872038          0        592       2387          0          0    1738320
1789.52/1790.01	c   linear           :          5+         7    3207242          0          1     176087    1750540          0          0          0
1789.52/1790.01	c   logicor          :          0+         0    1593316          0          0       2721     553897          0          0          0
1789.52/1790.01	c   countsols        :          0          0          0          0          1          0          0          0          0          0
1789.52/1790.01	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1789.52/1790.01	c   integral         :      10.78       0.00       0.00      10.78       0.00
1789.52/1790.01	c   linear           :     118.85       0.00     118.85       0.00       0.00
1789.52/1790.01	c   logicor          :     751.73       0.00     751.73       0.00       0.00
1789.52/1790.01	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1789.52/1790.01	c Propagators        :       Time      Calls    Cutoffs    DomReds
1789.52/1790.01	c   vbounds          :       1.22          2          0          0
1789.52/1790.01	c   rootredcost      :       1.34          0          0          0
1789.52/1790.01	c   pseudoobj        :       1.08          0          0          0
1789.52/1790.01	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1789.52/1790.01	c   propagation      :      11.89     178808     129913     430933       28.7         15       22.9          -
1789.52/1790.01	c   infeasible LP    :      25.98     430979     430959     746731       18.2       4957       22.5          0
1789.52/1790.01	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1789.52/1790.01	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1789.52/1790.01	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1789.52/1790.01	c   applied globally :          -          -          -     781731       18.6          -          -          -
1789.52/1790.01	c   applied locally  :          -          -          -       7964       31.3          -          -          -
1789.52/1790.01	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1789.52/1790.01	c   cut pool         :       0.00          5          -          -         12          -    (maximal pool size: 70)
1789.52/1790.01	c   redcost          :       1.82     872043          0          0          0          0
1789.52/1790.01	c   impliedbounds    :       0.00          6          0          0          0          0
1789.52/1790.01	c   intobj           :       0.00          0          0          0          0          0
1789.52/1790.01	c   cgmip            :       0.00          0          0          0          0          0
1789.52/1790.01	c   gomory           :       0.00          6          0          0          1          0
1789.52/1790.01	c   strongcg         :       0.00          6          0          0         25          0
1789.52/1790.01	c   cmir             :       0.01          6          0          0         22          0
1789.52/1790.01	c   flowcover        :       0.01          6          0          0         32          0
1789.52/1790.01	c   clique           :       0.00          1          0          0          0          0
1789.52/1790.01	c   zerohalf         :       0.00          0          0          0          0          0
1789.52/1790.01	c   mcf              :       0.00          1          0          0          0          0
1789.52/1790.01	c   rapidlearning    :       0.07          1          0          0          0         19
1789.52/1790.01	c Pricers            :       Time      Calls       Vars
1789.52/1790.01	c   problem variables:       0.00          0          0
1789.52/1790.01	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1789.52/1790.01	c   relpscost        :       9.78     872038        592       2387          0          0    1738320
1789.52/1790.01	c   pscost           :       0.00          0          0          0          0          0          0
1789.52/1790.01	c   inference        :       0.00          1          0          0          0          0          2
1789.52/1790.01	c   mostinf          :       0.00          0          0          0          0          0          0
1789.52/1790.01	c   leastinf         :       0.00          0          0          0          0          0          0
1789.52/1790.01	c   fullstrong       :       0.00          0          0          0          0          0          0
1789.52/1790.01	c   allfullstrong    :       0.00          0          0          0          0          0          0
1789.52/1790.01	c   random           :       0.00          0          0          0          0          0          0
1789.52/1790.01	c Primal Heuristics  :       Time      Calls      Found
1789.52/1790.01	c   LP solutions     :       0.00          -          0
1789.52/1790.01	c   pseudo solutions :       0.00          -          0
1789.52/1790.01	c   oneopt           :       0.91          0          0
1789.52/1790.01	c   crossover        :       0.53          0          0
1789.52/1790.01	c   guideddiving     :       0.08          0          0
1789.52/1790.01	c   coefdiving       :       0.11         64          0
1789.52/1790.01	c   linesearchdiving :       0.12         64          0
1789.52/1790.01	c   pscostdiving     :       0.13         64          0
1789.52/1790.01	c   fracdiving       :       0.13         64          0
1789.52/1790.01	c   veclendiving     :       0.12         64          0
1789.52/1790.01	c   objpscostdiving  :       0.11         33          0
1789.52/1790.01	c   rootsoldiving    :       0.11         33          0
1789.52/1790.01	c   feaspump         :       0.11         33          0
1789.52/1790.01	c   trivial          :       0.00          2          0
1789.52/1790.01	c   simplerounding   :       0.42          0          0
1789.52/1790.01	c   zirounding       :       0.57       1000          0
1789.52/1790.01	c   rounding         :       0.97      13216          0
1789.52/1790.01	c   shifting         :       1.99       3990          0
1789.52/1790.01	c   intshifting      :       0.04          0          0
1789.52/1790.01	c   twoopt           :       0.00          0          0
1789.52/1790.01	c   fixandinfer      :       0.00          0          0
1789.52/1790.01	c   intdiving        :       0.00          0          0
1789.52/1790.01	c   actconsdiving    :       0.00          0          0
1789.52/1790.01	c   octane           :       0.00          0          0
1789.52/1790.01	c   rens             :       0.03          1          0
1789.52/1790.01	c   rins             :       0.00          0          0
1789.52/1790.01	c   localbranching   :       0.00          0          0
1789.52/1790.01	c   mutation         :       0.00          0          0
1789.52/1790.01	c   dins             :       0.00          0          0
1789.52/1790.01	c   undercover       :       0.00          0          0
1789.52/1790.01	c   nlp              :       0.49          0          0
1789.52/1790.01	c   trysol           :       0.73          0          0
1789.52/1790.01	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1789.52/1790.01	c   primal LP        :       0.00          0          0       0.00          -
1789.52/1790.01	c   dual LP          :     123.43    1266707    2922541       2.31   23678.28
1789.52/1790.01	c   lex dual LP      :       0.00          0          0       0.00          -
1789.52/1790.01	c   barrier LP       :       0.00          0          0       0.00          -
1789.52/1790.01	c   diving/probing LP:       0.10        986       1667       1.69   17364.76
1789.52/1790.01	c   strong branching :       0.83       4861      16835       3.46   20283.40
1789.52/1790.01	c     (at root node) :          -          9        208      23.11          -
1789.52/1790.01	c   conflict analysis:       0.00          0          0       0.00          -
1789.52/1790.01	c B&B Tree           :
1789.52/1790.01	c   number of runs   :          1
1789.52/1790.01	c   nodes            :    1416159
1789.52/1790.01	c   nodes (total)    :    1416159
1789.52/1790.01	c   nodes left       :     252841
1789.52/1790.01	c   max depth        :         36
1789.52/1790.01	c   max depth (total):         36
1789.52/1790.01	c   backtracks       :     280609 (19.8%)
1789.52/1790.01	c   delayed cutoffs  :      69323
1789.52/1790.01	c   repropagations   :    1084317 (984437 domain reductions, 62622 cutoffs)
1789.52/1790.01	c   avg switch length:       5.86
1789.52/1790.01	c   switching time   :     485.76
1789.52/1790.01	c Solution           :
1789.52/1790.01	c   Solutions found  :          0 (0 improvements)
1789.52/1790.01	c   Primal Bound     :          -
1789.52/1790.01	c   Dual Bound       : +0.00000000000000e+00
1789.52/1790.01	c   Gap              :   infinite
1789.52/1790.01	c   Root Dual Bound  : +0.00000000000000e+00
1789.52/1790.01	c   Root Iterations  :        120
1790.82/1791.37	c Time complete: 1790.89.

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-2703531-1278562330/watcher-2703531-1278562330 -o /tmp/evaluation-result-2703531-1278562330/solver-2703531-1278562330 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2703531-1278562330.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: 1.03 1.00 1.00 3/106 28108
/proc/meminfo: memFree=1799000/2059040 swapFree=4139776/4192956
[pid=28108] ppid=28106 vsize=7904 CPUtime=0
/proc/28108/stat : 28108 (pbscip.linux.x8) R 28106 28108 28044 0 -1 4202496 1051 0 0 0 0 0 0 0 20 0 1 0 24443933 8093696 963 1992294400 4194304 8395647 140735249525728 18446744073709551615 7382157 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/28108/statm: 1976 972 365 1026 0 946 0

[startup+0.0866679 s]
/proc/loadavg: 1.03 1.00 1.00 3/106 28108
/proc/meminfo: memFree=1799000/2059040 swapFree=4139776/4192956
[pid=28108] ppid=28106 vsize=21736 CPUtime=0.07
/proc/28108/stat : 28108 (pbscip.linux.x8) R 28106 28108 28044 0 -1 4202496 4713 0 0 0 6 1 0 0 20 0 1 0 24443933 22257664 4272 1992294400 4194304 8395647 140735249525728 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28108/statm: 5434 4272 599 1026 0 4404 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 21736

[startup+0.100669 s]
/proc/loadavg: 1.03 1.00 1.00 3/106 28108
/proc/meminfo: memFree=1799000/2059040 swapFree=4139776/4192956
[pid=28108] ppid=28106 vsize=21876 CPUtime=0.09
/proc/28108/stat : 28108 (pbscip.linux.x8) R 28106 28108 28044 0 -1 4202496 4736 0 0 0 8 1 0 0 20 0 1 0 24443933 22401024 4295 1992294400 4194304 8395647 140735249525728 18446744073709551615 4288144 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28108/statm: 5469 4295 605 1026 0 4439 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 21876

[startup+0.300691 s]
/proc/loadavg: 1.03 1.00 1.00 3/106 28108
/proc/meminfo: memFree=1799000/2059040 swapFree=4139776/4192956
[pid=28108] ppid=28106 vsize=22900 CPUtime=0.29
/proc/28108/stat : 28108 (pbscip.linux.x8) R 28106 28108 28044 0 -1 4202496 5085 0 0 0 26 3 0 0 20 0 1 0 24443933 23449600 4644 1992294400 4194304 8395647 140735249525728 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28108/statm: 5725 4644 622 1026 0 4695 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 22900

[startup+0.700735 s]
/proc/loadavg: 1.03 1.00 1.00 3/106 28108
/proc/meminfo: memFree=1799000/2059040 swapFree=4139776/4192956
[pid=28108] ppid=28106 vsize=22900 CPUtime=0.69
/proc/28108/stat : 28108 (pbscip.linux.x8) R 28106 28108 28044 0 -1 4202496 5088 0 0 0 65 4 0 0 20 0 1 0 24443933 23449600 4647 1992294400 4194304 8395647 140735249525728 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28108/statm: 5725 4647 622 1026 0 4695 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 22900

[startup+1.50082 s]
/proc/loadavg: 1.03 1.00 1.00 2/107 28109
/proc/meminfo: memFree=1782376/2059040 swapFree=4139776/4192956
[pid=28108] ppid=28106 vsize=22900 CPUtime=1.49
/proc/28108/stat : 28108 (pbscip.linux.x8) R 28106 28108 28044 0 -1 4202496 5090 0 0 0 141 8 0 0 22 0 1 0 24443933 23449600 4649 1992294400 4194304 8395647 140735249525728 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28108/statm: 5725 4649 622 1026 0 4695 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 22900

[startup+3.101 s]
/proc/loadavg: 1.03 1.00 1.00 2/107 28109
/proc/meminfo: memFree=1782376/2059040 swapFree=4139776/4192956
[pid=28108] ppid=28106 vsize=22900 CPUtime=3.09
/proc/28108/stat : 28108 (pbscip.linux.x8) R 28106 28108 28044 0 -1 4202496 5097 0 0 0 297 12 0 0 25 0 1 0 24443933 23449600 4656 1992294400 4194304 8395647 140735249525728 18446744073709551615 4216739 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28108/statm: 5725 4656 622 1026 0 4695 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 22900

[startup+6.30135 s]
/proc/loadavg: 1.03 1.00 1.00 2/107 28109
/proc/meminfo: memFree=1782376/2059040 swapFree=4139776/4192956
[pid=28108] ppid=28106 vsize=22900 CPUtime=6.29
/proc/28108/stat : 28108 (pbscip.linux.x8) R 28106 28108 28044 0 -1 4202496 5289 0 0 0 608 21 0 0 25 0 1 0 24443933 23449600 4848 1992294400 4194304 8395647 140735249525728 18446744073709551615 5029708 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28108/statm: 5725 4848 622 1026 0 4695 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 22900

[startup+12.701 s]
/proc/loadavg: 1.03 1.00 1.00 2/107 28109
/proc/meminfo: memFree=1780516/2059040 swapFree=4139776/4192956
[pid=28108] ppid=28106 vsize=24204 CPUtime=12.69
/proc/28108/stat : 28108 (pbscip.linux.x8) R 28106 28108 28044 0 -1 4202496 5637 0 0 0 1229 40 0 0 25 0 1 0 24443933 24784896 5196 1992294400 4194304 8395647 140735249525728 18446744073709551615 4646726 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28108/statm: 6051 5196 622 1026 0 5021 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 24204

[startup+25.5004 s]
/proc/loadavg: 1.02 1.00 1.00 2/107 28110
/proc/meminfo: memFree=1773448/2059040 swapFree=4139776/4192956
[pid=28108] ppid=28106 vsize=31308 CPUtime=25.49
/proc/28108/stat : 28108 (pbscip.linux.x8) R 28106 28108 28044 0 -1 4202496 7411 0 0 0 2476 73 0 0 25 0 1 0 24443933 32059392 6970 1992294400 4194304 8395647 140735249525728 18446744073709551615 4216931 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28108/statm: 7827 6970 622 1026 0 6797 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 31308

[startup+51.1002 s]
/proc/loadavg: 1.01 1.00 1.00 2/107 28110
/proc/meminfo: memFree=1763280/2059040 swapFree=4139776/4192956
[pid=28108] ppid=28106 vsize=41332 CPUtime=51.08
/proc/28108/stat : 28108 (pbscip.linux.x8) R 28106 28108 28044 0 -1 4202496 9884 0 0 0 4981 127 0 0 25 0 1 0 24443933 42323968 9443 1992294400 4194304 8395647 140735249525728 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28108/statm: 10333 9443 622 1026 0 9303 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 41332

[startup+102.308 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 28112
/proc/meminfo: memFree=1748152/2059040 swapFree=4139776/4192956
[pid=28108] ppid=28106 vsize=55928 CPUtime=102.27
/proc/28108/stat : 28108 (pbscip.linux.x8) R 28106 28108 28044 0 -1 4202496 13629 0 0 0 10007 220 0 0 25 0 1 0 24443933 57270272 13188 1992294400 4194304 8395647 140735249525728 18446744073709551615 5085381 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28108/statm: 13982 13188 622 1026 0 12952 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 55928

[startup+162.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 28113
/proc/meminfo: memFree=1732776/2059040 swapFree=4139776/4192956
[pid=28108] ppid=28106 vsize=72648 CPUtime=162.25
/proc/28108/stat : 28108 (pbscip.linux.x8) R 28106 28108 28044 0 -1 4202496 17512 0 0 0 15910 315 0 0 25 0 1 0 24443933 74391552 17071 1992294400 4194304 8395647 140735249525728 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28108/statm: 18162 17071 622 1026 0 17132 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 72648

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 28115
/proc/meminfo: memFree=1722360/2059040 swapFree=4139776/4192956
[pid=28108] ppid=28106 vsize=82768 CPUtime=222.24
/proc/28108/stat : 28108 (pbscip.linux.x8) R 28106 28108 28044 0 -1 4202496 20023 0 0 0 21827 397 0 0 25 0 1 0 24443933 84754432 19582 1992294400 4194304 8395647 140735249525728 18446744073709551615 5085381 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28108/statm: 20692 19582 622 1026 0 19662 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 82768

[startup+282.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 28117
/proc/meminfo: memFree=1711696/2059040 swapFree=4139776/4192956
[pid=28108] ppid=28106 vsize=93524 CPUtime=282.21
/proc/28108/stat : 28108 (pbscip.linux.x8) R 28106 28108 28044 0 -1 4202496 22681 0 0 0 27759 462 0 0 25 0 1 0 24443933 95768576 22240 1992294400 4194304 8395647 140735249525728 18446744073709551615 5085356 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28108/statm: 23381 22240 622 1026 0 22351 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 93524

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 28118
/proc/meminfo: memFree=1702768/2059040 swapFree=4139776/4192956
[pid=28108] ppid=28106 vsize=102392 CPUtime=342.2
/proc/28108/stat : 28108 (pbscip.linux.x8) R 28106 28108 28044 0 -1 4202496 24884 0 0 0 33685 535 0 0 25 0 1 0 24443933 104849408 24443 1992294400 4194304 8395647 140735249525728 18446744073709551615 4216931 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28108/statm: 25598 24443 622 1026 0 24568 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 102392

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 28120
/proc/meminfo: memFree=1696072/2059040 swapFree=4139776/4192956
[pid=28108] ppid=28106 vsize=108800 CPUtime=402.19
/proc/28108/stat : 28108 (pbscip.linux.x8) R 28106 28108 28044 0 -1 4202496 26530 0 0 0 39621 598 0 0 25 0 1 0 24443933 111411200 26089 1992294400 4194304 8395647 140735249525728 18446744073709551615 6107609 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28108/statm: 27200 26089 622 1026 0 26170 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 108800

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 28124
/proc/meminfo: memFree=1687268/2059040 swapFree=4139776/4192956
[pid=28108] ppid=28106 vsize=117552 CPUtime=462.17
/proc/28108/stat : 28108 (pbscip.linux.x8) R 28106 28108 28044 0 -1 4202496 28574 0 0 0 45559 658 0 0 25 0 1 0 24443933 120373248 28133 1992294400 4194304 8395647 140735249525728 18446744073709551615 6068889 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28108/statm: 29388 28133 622 1026 0 28358 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 117552

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 28126
/proc/meminfo: memFree=1679084/2059040 swapFree=4139776/4192956
[pid=28108] ppid=28106 vsize=125520 CPUtime=522.15
/proc/28108/stat : 28108 (pbscip.linux.x8) R 28106 28108 28044 0 -1 4202496 30614 0 0 0 51496 719 0 0 25 0 1 0 24443933 128532480 30173 1992294400 4194304 8395647 140735249525728 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28108/statm: 31380 30173 622 1026 0 30350 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 125520

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 28128
/proc/meminfo: memFree=1672016/2059040 swapFree=4139776/4192956
[pid=28108] ppid=28106 vsize=133292 CPUtime=582.13
/proc/28108/stat : 28108 (pbscip.linux.x8) R 28106 28108 28044 0 -1 4202496 32507 0 0 0 57433 780 0 0 25 0 1 0 24443933 136491008 32066 1992294400 4194304 8395647 140735249525728 18446744073709551615 5085399 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28108/statm: 33323 32066 622 1026 0 32293 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 133292

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 28129
/proc/meminfo: memFree=1665072/2059040 swapFree=4139776/4192956
[pid=28108] ppid=28106 vsize=139248 CPUtime=642.13
/proc/28108/stat : 28108 (pbscip.linux.x8) R 28106 28108 28044 0 -1 4202496 34081 0 0 0 63371 842 0 0 25 0 1 0 24443933 142589952 33640 1992294400 4194304 8395647 140735249525728 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28108/statm: 34812 33640 622 1026 0 33782 0
Current children cumulated CPU time (s) 642.13
Current children cumulated vsize (KiB) 139248

[startup+702.301 s]

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

/proc/meminfo: memFree=1625888/2059040 swapFree=4139776/4192956
[pid=28108] ppid=28106 vsize=178016 CPUtime=1002.03
/proc/28108/stat : 28108 (pbscip.linux.x8) R 28106 28108 28044 0 -1 4202496 43806 0 0 0 99036 1167 0 0 25 0 1 0 24443933 182288384 43365 1992294400 4194304 8395647 140735249525728 18446744073709551615 6063768 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28108/statm: 44504 43365 622 1026 0 43474 0
Current children cumulated CPU time (s) 1002.03
Current children cumulated vsize (KiB) 178016

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 28140
/proc/meminfo: memFree=1620184/2059040 swapFree=4139776/4192956
[pid=28108] ppid=28106 vsize=183612 CPUtime=1062.01
/proc/28108/stat : 28108 (pbscip.linux.x8) R 28106 28108 28044 0 -1 4202496 45234 0 0 0 104985 1216 0 0 25 0 1 0 24443933 188018688 44793 1992294400 4194304 8395647 140735249525728 18446744073709551615 5085399 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28108/statm: 45903 44793 622 1026 0 44873 0
Current children cumulated CPU time (s) 1062.01
Current children cumulated vsize (KiB) 183612

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 28142
/proc/meminfo: memFree=1613488/2059040 swapFree=4139776/4192956
[pid=28108] ppid=28106 vsize=194664 CPUtime=1121.99
/proc/28108/stat : 28108 (pbscip.linux.x8) R 28106 28108 28044 0 -1 4202496 46995 0 0 0 110931 1268 0 0 25 0 1 0 24443933 199335936 46554 1992294400 4194304 8395647 140735249525728 18446744073709551615 4212501 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28108/statm: 48666 46554 622 1026 0 47636 0
Current children cumulated CPU time (s) 1121.99
Current children cumulated vsize (KiB) 194664

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 28144
/proc/meminfo: memFree=1607784/2059040 swapFree=4139776/4192956
[pid=28108] ppid=28106 vsize=199736 CPUtime=1181.98
/proc/28108/stat : 28108 (pbscip.linux.x8) R 28106 28108 28044 0 -1 4202496 48309 0 0 0 116875 1323 0 0 25 0 1 0 24443933 204529664 47868 1992294400 4194304 8395647 140735249525728 18446744073709551615 5085356 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28108/statm: 49934 47868 622 1026 0 48904 0
Current children cumulated CPU time (s) 1181.98
Current children cumulated vsize (KiB) 199736

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 28145
/proc/meminfo: memFree=1602824/2059040 swapFree=4139776/4192956
[pid=28108] ppid=28106 vsize=205152 CPUtime=1241.97
/proc/28108/stat : 28108 (pbscip.linux.x8) R 28106 28108 28044 0 -1 4202496 49557 0 0 0 122825 1372 0 0 25 0 1 0 24443933 210075648 49116 1992294400 4194304 8395647 140735249525728 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28108/statm: 51288 49116 622 1026 0 50258 0
Current children cumulated CPU time (s) 1241.97
Current children cumulated vsize (KiB) 205152

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 28147
/proc/meminfo: memFree=1598856/2059040 swapFree=4139776/4192956
[pid=28108] ppid=28106 vsize=208800 CPUtime=1301.95
/proc/28108/stat : 28108 (pbscip.linux.x8) R 28106 28108 28044 0 -1 4202496 50536 0 0 0 128778 1417 0 0 25 0 1 0 24443933 213811200 50095 1992294400 4194304 8395647 140735249525728 18446744073709551615 4218227 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28108/statm: 52200 50095 622 1026 0 51170 0
Current children cumulated CPU time (s) 1301.95
Current children cumulated vsize (KiB) 208800

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 28148
/proc/meminfo: memFree=1594764/2059040 swapFree=4139776/4192956
[pid=28108] ppid=28106 vsize=213216 CPUtime=1361.94
/proc/28108/stat : 28108 (pbscip.linux.x8) R 28106 28108 28044 0 -1 4202496 51668 0 0 0 134732 1462 0 0 25 0 1 0 24443933 218333184 51227 1992294400 4194304 8395647 140735249525728 18446744073709551615 5085399 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28108/statm: 53304 51227 622 1026 0 52274 0
Current children cumulated CPU time (s) 1361.94
Current children cumulated vsize (KiB) 213216

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 28150
/proc/meminfo: memFree=1586828/2059040 swapFree=4139776/4192956
[pid=28108] ppid=28106 vsize=220480 CPUtime=1421.92
/proc/28108/stat : 28108 (pbscip.linux.x8) R 28106 28108 28044 0 -1 4202496 53511 0 0 0 140686 1506 0 0 25 0 1 0 24443933 225771520 53070 1992294400 4194304 8395647 140735249525728 18446744073709551615 5085356 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28108/statm: 55120 53070 622 1026 0 54090 0
Current children cumulated CPU time (s) 1421.92
Current children cumulated vsize (KiB) 220480

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 28152
/proc/meminfo: memFree=1582984/2059040 swapFree=4139776/4192956
[pid=28108] ppid=28106 vsize=224116 CPUtime=1481.9
/proc/28108/stat : 28108 (pbscip.linux.x8) R 28106 28108 28044 0 -1 4202496 54469 0 0 0 146639 1551 0 0 25 0 1 0 24443933 229494784 54028 1992294400 4194304 8395647 140735249525728 18446744073709551615 5085432 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28108/statm: 56029 54028 622 1026 0 54999 0
Current children cumulated CPU time (s) 1481.9
Current children cumulated vsize (KiB) 224116

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 28153
/proc/meminfo: memFree=1577280/2059040 swapFree=4139776/4192956
[pid=28108] ppid=28106 vsize=229556 CPUtime=1541.88
/proc/28108/stat : 28108 (pbscip.linux.x8) R 28106 28108 28044 0 -1 4202496 55876 0 0 0 152592 1596 0 0 25 0 1 0 24443933 235065344 55435 1992294400 4194304 8395647 140735249525728 18446744073709551615 5085381 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28108/statm: 57389 55435 622 1026 0 56359 0
Current children cumulated CPU time (s) 1541.88
Current children cumulated vsize (KiB) 229556

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 28155
/proc/meminfo: memFree=1575048/2059040 swapFree=4139776/4192956
[pid=28108] ppid=28106 vsize=232116 CPUtime=1601.87
/proc/28108/stat : 28108 (pbscip.linux.x8) R 28106 28108 28044 0 -1 4202496 56532 0 0 0 158557 1630 0 0 25 0 1 0 24443933 237686784 56091 1992294400 4194304 8395647 140735249525728 18446744073709551615 5085399 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28108/statm: 58029 56091 622 1026 0 56999 0
Current children cumulated CPU time (s) 1601.87
Current children cumulated vsize (KiB) 232116

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 28156
/proc/meminfo: memFree=1571080/2059040 swapFree=4139776/4192956
[pid=28108] ppid=28106 vsize=235816 CPUtime=1661.85
/proc/28108/stat : 28108 (pbscip.linux.x8) R 28106 28108 28044 0 -1 4202496 57409 0 0 0 164514 1671 0 0 25 0 1 0 24443933 241475584 56968 1992294400 4194304 8395647 140735249525728 18446744073709551615 4705035 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28108/statm: 58954 56968 622 1026 0 57924 0
Current children cumulated CPU time (s) 1661.85
Current children cumulated vsize (KiB) 235816

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 28158
/proc/meminfo: memFree=1568228/2059040 swapFree=4139776/4192956
[pid=28108] ppid=28106 vsize=238376 CPUtime=1721.84
/proc/28108/stat : 28108 (pbscip.linux.x8) R 28106 28108 28044 0 -1 4202496 58071 0 0 0 170476 1708 0 0 25 0 1 0 24443933 244097024 57630 1992294400 4194304 8395647 140735249525728 18446744073709551615 4230937 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28108/statm: 59594 57630 622 1026 0 58564 0
Current children cumulated CPU time (s) 1721.84
Current children cumulated vsize (KiB) 238376

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 28160
/proc/meminfo: memFree=1563516/2059040 swapFree=4139776/4192956
[pid=28108] ppid=28106 vsize=242952 CPUtime=1781.82
/proc/28108/stat : 28108 (pbscip.linux.x8) R 28106 28108 28044 0 -1 4202496 59229 0 0 0 176438 1744 0 0 25 0 1 0 24443933 248782848 58788 1992294400 4194304 8395647 140735249525728 18446744073709551615 4218227 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28108/statm: 60738 58788 622 1026 0 59708 0
Current children cumulated CPU time (s) 1781.82
Current children cumulated vsize (KiB) 242952

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

[startup+1785.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 28160
/proc/meminfo: memFree=1563516/2059040 swapFree=4139776/4192956
[pid=28108] ppid=28106 vsize=242952 CPUtime=1785.02
/proc/28108/stat : 28108 (pbscip.linux.x8) R 28106 28108 28044 0 -1 4202496 59230 0 0 0 176756 1746 0 0 25 0 1 0 24443933 248782848 58789 1992294400 4194304 8395647 140735249525728 18446744073709551615 5085356 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28108/statm: 60738 58789 622 1026 0 59708 0
Current children cumulated CPU time (s) 1785.02
Current children cumulated vsize (KiB) 242952

[startup+1788.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 28160
/proc/meminfo: memFree=1562772/2059040 swapFree=4139776/4192956
[pid=28108] ppid=28106 vsize=243464 CPUtime=1788.22
/proc/28108/stat : 28108 (pbscip.linux.x8) R 28106 28108 28044 0 -1 4202496 59391 0 0 0 177074 1748 0 0 25 0 1 0 24443933 249307136 58950 1992294400 4194304 8395647 140735249525728 18446744073709551615 5085356 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28108/statm: 60866 58950 622 1026 0 59836 0
Current children cumulated CPU time (s) 1788.22
Current children cumulated vsize (KiB) 243464

[startup+1790.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 28160
/proc/meminfo: memFree=1562772/2059040 swapFree=4139776/4192956
[pid=28108] ppid=28106 vsize=243464 CPUtime=1789.82
/proc/28108/stat : 28108 (pbscip.linux.x8) R 28106 28108 28044 0 -1 4202496 59394 0 0 0 177232 1750 0 0 25 0 1 0 24443933 249307136 58953 1992294400 4194304 8395647 140735249525728 18446744073709551615 4723516 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/28108/statm: 60866 58953 625 1026 0 59836 0
Current children cumulated CPU time (s) 1789.82
Current children cumulated vsize (KiB) 243464

[startup+1791.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 28160
/proc/meminfo: memFree=1562772/2059040 swapFree=4139776/4192956
[pid=28108] ppid=28106 vsize=243464 CPUtime=1790.62
/proc/28108/stat : 28108 (pbscip.linux.x8) R 28106 28108 28044 0 -1 4202496 59394 0 0 0 177312 1750 0 0 25 0 1 0 24443933 249307136 58953 1992294400 4194304 8395647 140735249525728 18446744073709551615 4664161 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/28108/statm: 60866 58953 625 1026 0 59836 0
Current children cumulated CPU time (s) 1790.62
Current children cumulated vsize (KiB) 243464

[startup+1791.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 28160
/proc/meminfo: memFree=1562772/2059040 swapFree=4139776/4192956
[pid=28108] ppid=28106 vsize=243464 CPUtime=1790.82
/proc/28108/stat : 28108 (pbscip.linux.x8) R 28106 28108 28044 0 -1 4202496 59394 0 0 0 177332 1750 0 0 25 0 1 0 24443933 249307136 58953 1992294400 4194304 8395647 140735249525728 18446744073709551615 6345229 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/28108/statm: 60866 58953 625 1026 0 59836 0
Current children cumulated CPU time (s) 1790.82
Current children cumulated vsize (KiB) 243464

Child status: 0
Real time (s): 1791.38
CPU time (s): 1790.9
CPU user time (s): 1773.37
CPU system time (s): 17.5303
CPU usage (%): 99.9737
Max. virtual memory (cumulated for all children) (KiB): 243464

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1773.37
system time used= 17.5303
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 59397
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= 1
involuntary context switches= 3146

runsolver used 3.15352 second user time and 8.26474 second system time

The end

Launcher Data

Begin job on node035 at 2010-07-08 06:12:10
IDJOB=2703531
IDBENCH=2913
IDSOLVER=1213
FILE ID=node035/2703531-1278562330
PBS_JOBID= 11239579
Free space on /tmp= 62496 MiB

SOLVER NAME= SCIPspx SCIP 1.2.1.3 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-2703531-1278562330/watcher-2703531-1278562330 -o /tmp/evaluation-result-2703531-1278562330/solver-2703531-1278562330 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2703531-1278562330.opb -t 1800 -m 1800

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

MD5SUM BENCH= ae75c4a4fdafb98542bd11b7f7eecd54
RANDOM SEED=2049420579

node035.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.212
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.42
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.212
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.45
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1799528 kB
Buffers:         13120 kB
Cached:         149356 kB
SwapCached:       7340 kB
Active:          71532 kB
Inactive:       105176 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1799528 kB
SwapTotal:     4192956 kB
SwapFree:      4139776 kB
Dirty:           10416 kB
Writeback:           0 kB
AnonPages:       11712 kB
Mapped:          12056 kB
Slab:            60864 kB
PageTables:       4244 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   180604 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= 62488 MiB
End job on node035 at 2010-07-08 06:42:01