Trace number 2704565

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 solverOPT1 917.928 918.236

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/market-split/normalized-opt-market-split_4_30_2.opb
MD5SUM031b0f629913e7cd5c934f00ec1a1885
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark113.9
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 1
Optimality of the best value was proved YES
Number of variables94
Total number of constraints8
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints8
Minimum length of a constraint44
Maximum length of a constraint46
Number of terms in the objective function 64
Biggest coefficient in the objective function 128
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 2040
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 808
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 2934
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

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.00	c SCIP version 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-2704565-1278562442.opb>
0.00/0.01	c original problem has 94 variables (94 bin, 0 int, 0 impl, 0 cont) and 8 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) 0 del vars, 4 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.00/0.02	c presolving (2 rounds):
0.00/0.02	c  0 deleted vars, 4 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 94 variables (94 bin, 0 int, 0 impl, 0 cont) and 4 constraints
0.00/0.02	c       4 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 |    16 |     - | 351k|   0 |   4 |  94 |   4 |  94 |   4 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.09/0.10	o 320
0.09/0.10	c y 0.1s|     1 |     0 |    41 |     - | 376k|   0 |   4 |  94 |   4 |  94 |   4 |   0 |   0 |   0 | 0.000000e+00 | 3.200000e+02 |    Inf 
0.09/0.11	c   0.1s|     1 |     0 |    46 |     - | 528k|   0 |   8 |  94 | 130 |  94 |  10 |   6 |   0 |   0 | 0.000000e+00 | 3.200000e+02 |    Inf 
0.09/0.12	c   0.1s|     1 |     0 |    52 |     - | 567k|   0 |   9 |  94 | 130 |  94 |  16 |  12 |   0 |   0 | 0.000000e+00 | 3.200000e+02 |    Inf 
0.09/0.13	c   0.1s|     1 |     0 |    56 |     - | 594k|   0 |  12 |  94 | 130 |  94 |  21 |  17 |   0 |   0 | 0.000000e+00 | 3.200000e+02 |    Inf 
0.09/0.14	c   0.1s|     1 |     0 |    69 |     - | 607k|   0 |  15 |  94 | 130 |  94 |  25 |  21 |   0 |   0 | 0.000000e+00 | 3.200000e+02 |    Inf 
0.09/0.15	c   0.1s|     1 |     0 |    80 |     - | 618k|   0 |  14 |  94 | 130 |  94 |  28 |  24 |   0 |   0 | 0.000000e+00 | 3.200000e+02 |    Inf 
0.09/0.16	c   0.1s|     1 |     0 |    88 |     - | 620k|   0 |  16 |  94 | 130 |  94 |  30 |  26 |   0 |   0 | 0.000000e+00 | 3.200000e+02 |    Inf 
0.19/0.26	c   0.3s|     1 |     2 |    88 |     - | 621k|   0 |  16 |  94 | 130 |  94 |  30 |  26 |   0 |   9 | 0.000000e+00 | 3.200000e+02 |    Inf 
0.29/0.30	o 116
0.29/0.30	c c 0.3s|    22 |    23 |   246 |   7.5 | 648k|  21 |   - |  94 | 130 |  94 |  17 |  26 |   0 |  91 | 0.000000e+00 | 1.160000e+02 |    Inf 
0.29/0.34	o 114
0.29/0.34	c v 0.3s|    63 |    64 |   378 |   4.7 | 645k|  22 |   - |  94 | 107 |  94 |  17 |  26 |   7 | 178 | 0.000000e+00 | 1.140000e+02 |    Inf 
0.29/0.37	o 90
0.29/0.37	c s 0.4s|    99 |    98 |   572 |   4.9 | 658k|  22 |   4 |  94 | 109 |  94 |  17 |  26 |   9 | 205 | 0.000000e+00 | 9.000000e+01 |    Inf 
0.29/0.39	o 87
0.29/0.39	c g 0.4s|   126 |   125 |   650 |   4.5 | 677k|  31 |   - |  94 | 111 |  94 |  17 |  26 |  11 | 233 | 0.000000e+00 | 8.700000e+01 |    Inf 
0.39/0.42	o 86
0.39/0.42	c * 0.4s|   185 |   176 |   875 |   4.3 | 705k|  31 |   - |  94 | 111 |  94 |  17 |  26 |  12 | 266 | 0.000000e+00 | 8.600000e+01 |    Inf 
0.39/0.42	o 82
0.39/0.42	c * 0.4s|   190 |   176 |   876 |   4.2 | 706k|  33 |   - |  94 | 111 |  94 |  17 |  26 |  12 | 274 | 0.000000e+00 | 8.200000e+01 |    Inf 
0.39/0.43	o 80
0.39/0.43	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.39/0.43	c f 0.4s|   204 |   187 |   905 |   4.0 | 723k|  34 |   - |  94 | 111 |  94 |  17 |  26 |  13 | 311 | 0.000000e+00 | 8.000000e+01 |    Inf 
0.39/0.44	o 79
0.39/0.44	c v 0.4s|   218 |   201 |   941 |   3.9 | 733k|  34 |   - |  94 | 111 |  94 |  17 |  26 |  13 | 317 | 0.000000e+00 | 7.900000e+01 |    Inf 
0.39/0.46	o 77
0.39/0.46	c * 0.4s|   251 |   229 |  1049 |   3.8 | 747k|  34 |   - |  94 | 114 |  94 |  17 |  26 |  16 | 319 | 0.000000e+00 | 7.700000e+01 |    Inf 
0.39/0.46	o 76
0.39/0.46	c * 0.5s|   259 |   234 |  1069 |   3.8 | 750k|  34 |   - |  94 | 114 |  94 |  17 |  26 |  16 | 339 | 0.000000e+00 | 7.600000e+01 |    Inf 
0.39/0.46	o 74
0.39/0.46	c * 0.5s|   260 |   229 |  1069 |   3.8 | 750k|  34 |   - |  94 | 114 |  94 |  17 |  26 |  16 | 339 | 0.000000e+00 | 7.400000e+01 |    Inf 
0.39/0.49	o 73
0.39/0.49	c * 0.5s|   319 |   274 |  1226 |   3.6 | 773k|  34 |   - |  94 | 114 |  94 |  17 |  26 |  18 | 372 | 0.000000e+00 | 7.300000e+01 |    Inf 
0.49/0.52	o 70
0.49/0.52	c c 0.5s|   372 |   312 |  1446 |   3.7 | 800k|  34 |   - |  94 | 118 |  94 |  17 |  26 |  23 | 403 | 0.000000e+00 | 7.000000e+01 |    Inf 
0.49/0.55	o 57
0.49/0.55	c p 0.5s|   415 |   336 |  1571 |   3.6 | 820k|  34 |   - |  94 | 118 |  94 |  17 |  26 |  24 | 426 | 0.000000e+00 | 5.700000e+01 |    Inf 
0.49/0.57	o 55
0.49/0.57	c * 0.6s|   449 |   352 |  1678 |   3.5 | 820k|  34 |   - |  94 |  21 |  94 |  17 |  26 |  26 | 440 | 0.000000e+00 | 5.500000e+01 |    Inf 
0.49/0.57	o 53
0.49/0.57	c * 0.6s|   450 |   348 |  1678 |   3.5 | 819k|  34 |   - |  94 |  21 |  94 |  17 |  26 |  26 | 440 | 0.000000e+00 | 5.300000e+01 |    Inf 
0.49/0.58	o 51
0.49/0.58	c * 0.6s|   465 |   356 |  1715 |   3.5 | 824k|  34 |   - |  94 |  21 |  94 |  17 |  26 |  26 | 451 | 0.000000e+00 | 5.100000e+01 |    Inf 
0.49/0.58	o 50
0.49/0.58	c f 0.6s|   475 |   363 |  1755 |   3.5 | 837k|  34 |   - |  94 |  22 |  94 |  17 |  26 |  28 | 453 | 0.000000e+00 | 5.000000e+01 |    Inf 
0.49/0.59	o 49
0.49/0.59	c * 0.6s|   516 |   390 |  1847 |   3.4 | 850k|  34 |   - |  94 |  23 |  94 |  17 |  26 |  30 | 457 | 0.000000e+00 | 4.900000e+01 |    Inf 
0.59/0.62	o 47
0.59/0.62	c * 0.6s|   572 |   433 |  2034 |   3.4 | 873k|  34 |   - |  94 |  28 |  94 |  17 |  26 |  39 | 461 | 0.000000e+00 | 4.700000e+01 |    Inf 
0.59/0.64	o 45
0.59/0.64	c l 0.6s|   596 |   450 |  2178 |   3.5 | 888k|  34 |   - |  94 |  33 |  94 |  17 |  26 |  45 | 466 | 0.000000e+00 | 4.500000e+01 |    Inf 
0.69/0.70	o 43
0.69/0.70	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.69/0.70	c * 0.7s|   714 |   541 |  2689 |   3.6 | 932k|  34 |   - |  94 |  44 |  94 |  17 |  26 |  65 | 471 | 0.000000e+00 | 4.300000e+01 |    Inf 
0.69/0.74	o 42
0.69/0.74	c g 0.7s|   780 |   593 |  3063 |   3.8 | 961k|  34 |   - |  94 |  52 |  94 |  17 |  26 |  74 | 479 | 0.000000e+00 | 4.200000e+01 |    Inf 
0.69/0.74	o 41
0.69/0.74	c p 0.7s|   785 |   596 |  3090 |   3.8 | 971k|  34 |   - |  94 |  53 |  94 |  17 |  26 |  78 | 481 | 0.000000e+00 | 4.100000e+01 |    Inf 
0.69/0.75	o 35
0.69/0.75	c s 0.7s|   813 |   596 |  3193 |   3.8 | 966k|  34 |   4 |  94 |  55 |  94 |  17 |  26 |  81 | 482 | 0.000000e+00 | 3.500000e+01 |    Inf 
0.69/0.76	o 33
0.69/0.76	c v 0.7s|   829 |   604 |  3242 |   3.8 | 977k|  34 |   - |  94 |  58 |  94 |  17 |  26 |  85 | 482 | 0.000000e+00 | 3.300000e+01 |    Inf 
0.79/0.82	o 31
0.79/0.82	c * 0.8s|   927 |   668 |  3705 |   3.9 |1019k|  34 |   - |  94 |  71 |  94 |  17 |  26 | 102 | 485 | 0.000000e+00 | 3.100000e+01 |    Inf 
0.79/0.89	o 30
0.79/0.89	c v 0.9s|  1055 |   744 |  4212 |   3.9 |1078k|  34 |   - |  94 | 115 |  94 |  17 |  26 | 157 | 493 | 0.000000e+00 | 3.000000e+01 |    Inf 
0.89/0.99	o 27
0.89/0.99	c c 1.0s|  1251 |   865 |  5106 |   4.0 |1156k|  34 |   - |  94 | 162 |  94 |  17 |  26 | 205 | 510 | 0.000000e+00 | 2.700000e+01 |    Inf 
1.00/1.04	o 25
1.00/1.04	c l 1.0s|  1339 |   907 |  5443 |   4.0 |1190k|  34 |   - |  94 | 183 |  94 |  17 |  26 | 226 | 514 | 0.000000e+00 | 2.500000e+01 |    Inf 
1.00/1.04	o 23
1.00/1.04	c c 1.0s|  1339 |   893 |  5443 |   4.0 |1183k|  34 |   - |  94 | 183 |  94 |  17 |  26 | 226 | 514 | 0.000000e+00 | 2.300000e+01 |    Inf 
1.00/1.06	o 22
1.00/1.06	c * 1.1s|  1384 |   907 |  5631 |   4.0 |1160k|  34 |   - |  94 | 204 |  94 |  17 |  26 | 249 | 515 | 0.000000e+00 | 2.200000e+01 |    Inf 
1.29/1.35	o 21
1.29/1.35	c f 1.3s|  1832 |  1159 |  7661 |   4.1 |1334k|  34 |   - |  94 | 308 |  94 |  17 |  26 | 365 | 523 | 0.000000e+00 | 2.100000e+01 |    Inf 
1.29/1.36	o 20
1.29/1.36	c * 1.3s|  1840 |  1144 |  7697 |   4.1 |1328k|  34 |   - |  94 | 308 |  94 |  17 |  26 | 365 | 523 | 0.000000e+00 | 2.000000e+01 |    Inf 
1.29/1.36	o 16
1.29/1.36	c * 1.4s|  1856 |  1080 |  7760 |   4.1 |1299k|  34 |   - |  94 | 309 |  94 |  17 |  26 | 366 | 523 | 0.000000e+00 | 1.600000e+01 |    Inf 
1.89/1.94	o 15
1.89/1.94	c * 1.9s|  3193 |  1550 | 12411 |   3.9 |1642k|  34 |   - |  94 | 545 |  94 |  17 |  26 | 625 | 530 | 0.000000e+00 | 1.500000e+01 |    Inf 
1.89/1.94	o 13
1.89/1.94	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1.89/1.94	c * 1.9s|  3195 |  1520 | 12411 |   3.9 |1624k|  34 |   - |  94 | 545 |  94 |  17 |  26 | 625 | 530 | 0.000000e+00 | 1.300000e+01 |    Inf 
1.89/1.94	o 11
1.89/1.94	c * 1.9s|  3196 |  1481 | 12411 |   3.9 |1601k|  34 |   - |  94 | 545 |  94 |  17 |  26 | 625 | 530 | 0.000000e+00 | 1.100000e+01 |    Inf 
2.49/2.53	o 10
2.49/2.53	c * 2.5s|  4728 |  1760 | 16303 |   3.4 |1890k|  34 |   - |  94 | 810 |  94 |  17 |  26 | 916 | 537 | 0.000000e+00 | 1.000000e+01 |    Inf 
2.69/2.71	o 8
2.69/2.71	c * 2.7s|  5178 |  1750 | 17541 |   3.4 |1930k|  34 |   - |  94 | 874 |  94 |  17 |  26 | 987 | 542 | 0.000000e+00 | 8.000000e+00 |    Inf 
2.69/2.71	o 6
2.69/2.71	c * 2.7s|  5179 |  1708 | 17541 |   3.4 |1906k|  34 |   - |  94 | 874 |  94 |  17 |  26 | 987 | 542 | 0.000000e+00 | 6.000000e+00 |    Inf 
4.49/4.53	c   4.5s| 10000 |  1843 | 28577 |   2.8 |2480k|  34 |   - |  94 |1707 |   0 |   0 |  26 |1910 | 603 | 0.000000e+00 | 6.000000e+00 |    Inf 
8.79/8.81	c   8.8s| 20000 |  1825 | 50067 |   2.5 |3238k|  34 |   4 |  94 |3117 |  94 |  17 |  26 |3715 | 701 | 0.000000e+00 | 6.000000e+00 |    Inf 
9.39/9.47	o 5
9.39/9.47	c * 9.5s| 21368 |  1833 | 53304 |   2.5 |3341k|  34 |   - |  94 |3355 |  94 |  17 |  26 |3966 | 716 | 0.000000e+00 | 5.000000e+00 |    Inf 
13.79/13.86	c  13.8s| 30000 |  1694 | 72454 |   2.4 |3585k|  34 |   4 |  94 |3905 |  94 |  17 |  26 |5400 | 812 | 0.000000e+00 | 5.000000e+00 |    Inf 
19.09/19.13	c  19.1s| 40000 |  1636 | 93497 |   2.3 |3757k|  34 |   4 |  94 |3984 |  94 |  17 |  26 |7291 | 889 | 0.000000e+00 | 5.000000e+00 |    Inf 
22.08/22.10	o 4
22.08/22.10	c *22.1s| 46335 |  1564 |107253 |   2.3 |3491k|  34 |   - |  94 |3312 |  94 |  17 |  26 |8422 | 933 | 0.000000e+00 | 4.000000e+00 |    Inf 
23.58/23.62	c  23.6s| 50000 |  1578 |115231 |   2.3 |3491k|  34 |   4 |  94 |3263 |  94 |  17 |  26 |8950 | 939 | 0.000000e+00 | 4.000000e+00 |    Inf 
27.79/27.83	c  27.8s| 60000 |  1599 |136438 |   2.3 |3695k|  34 |   - |  94 |3662 |  94 |  17 |  26 |  10k| 951 | 0.000000e+00 | 4.000000e+00 |    Inf 
30.08/30.13	o 2
30.08/30.13	c *30.1s| 65535 |  1544 |148464 |   2.3 |3633k|  34 |   - |  94 |3629 |  94 |  17 |  26 |  11k| 954 | 0.000000e+00 | 2.000000e+00 |    Inf 
31.68/31.71	c  31.7s| 70000 |  1690 |157520 |   2.2 |3452k|  34 |   - |  94 |2831 |  94 |  17 |  26 |  11k| 959 | 0.000000e+00 | 2.000000e+00 |    Inf 
35.27/35.35	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
35.27/35.35	c  35.3s| 80000 |  1451 |178990 |   2.2 |3221k|  34 |   - |  94 |2656 |  94 |  17 |  26 |  12k| 961 | 0.000000e+00 | 2.000000e+00 |    Inf 
38.57/38.67	c  38.7s| 90000 |  1481 |199288 |   2.2 |2998k|  34 |   - |  94 |1884 |  94 |  17 |  26 |  13k|1007 | 0.000000e+00 | 2.000000e+00 |    Inf 
41.87/41.90	c  41.9s|100000 |  1680 |219117 |   2.2 |3156k|  34 |   - |  94 |1975 |  94 |  17 |  26 |  15k|1012 | 0.000000e+00 | 2.000000e+00 |    Inf 
42.07/42.14	o 1
42.07/42.14	c *42.1s|100690 |  1624 |220448 |   2.2 |3113k|  34 |   - |  94 |1920 |  94 |  17 |  26 |  15k|1013 | 0.000000e+00 | 1.000000e+00 |    Inf 
46.66/46.75	c  46.7s|110000 |  1466 |235853 |   2.1 |3730k|  34 |   4 |  94 |4024 |  94 |  17 |  26 |  20k|1027 | 0.000000e+00 | 1.000000e+00 |    Inf 
52.77/52.85	c  52.8s|120000 |  1266 |252396 |   2.1 |3709k|  34 |   4 |  94 |4149 |  94 |  17 |  26 |  26k|1045 | 0.000000e+00 | 1.000000e+00 |    Inf 
58.76/58.82	c  58.8s|130000 |  1307 |269324 |   2.1 |4236k|  34 |   - |  94 |5347 |   0 |   0 |  26 |  33k|1045 | 0.000000e+00 | 1.000000e+00 |    Inf 
65.76/65.87	c  65.9s|140000 |  1254 |286553 |   2.0 |4754k|  34 |   4 |  94 |7130 |  94 |  17 |  26 |  39k|1045 | 0.000000e+00 | 1.000000e+00 |    Inf 
74.16/74.29	c  74.3s|150000 |  1156 |303686 |   2.0 |5482k|  34 |   - |  94 |8867 |  94 |  17 |  26 |  46k|1046 | 0.000000e+00 | 1.000000e+00 |    Inf 
83.56/83.67	c  83.7s|160000 |  1172 |321052 |   2.0 |5504k|  34 |   4 |  94 |8342 |  94 |  17 |  26 |  53k|1069 | 0.000000e+00 | 1.000000e+00 |    Inf 
92.46/92.58	c  92.6s|170000 |  1140 |337996 |   2.0 |5603k|  34 |   - |  94 |8502 |   0 |   0 |  26 |  60k|1069 | 0.000000e+00 | 1.000000e+00 |    Inf 
101.16/101.29	c   101s|180000 |  1224 |355864 |   2.0 |5917k|  34 |   4 |  94 |8858 |  94 |  17 |  26 |  67k|1069 | 0.000000e+00 | 1.000000e+00 |    Inf 
110.74/110.82	c   111s|190000 |  1132 |373582 |   2.0 |6479k|  34 |   - |  94 |  10k|  94 |  17 |  26 |  74k|1069 | 0.000000e+00 | 1.000000e+00 |    Inf 
121.74/121.81	c   122s|200000 |   973 |392048 |   2.0 |5670k|  34 |   4 |  94 |8107 |  94 |  17 |  26 |  81k|1069 | 0.000000e+00 | 1.000000e+00 |    Inf 
130.14/130.22	c   130s|210000 |  1055 |410354 |   2.0 |6221k|  34 |   4 |  94 |9352 |  94 |  17 |  26 |  88k|1069 | 0.000000e+00 | 1.000000e+00 |    Inf 
141.13/141.20	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
141.13/141.20	c   141s|220000 |  1052 |428257 |   1.9 |6630k|  34 |   - |  94 |  10k|  94 |  17 |  26 |  94k|1069 | 0.000000e+00 | 1.000000e+00 |    Inf 
150.83/150.97	c   151s|230000 |   839 |445186 |   1.9 |5659k|  34 |   - |  94 |7832 |   0 |   0 |  26 | 101k|1069 | 0.000000e+00 | 1.000000e+00 |    Inf 
159.84/159.93	c   160s|240000 |  1100 |462694 |   1.9 |5658k|  34 |   4 |  94 |7025 |  94 |  17 |  26 | 107k|1069 | 0.000000e+00 | 1.000000e+00 |    Inf 
168.93/169.00	c   169s|250000 |  1281 |480699 |   1.9 |6904k|  34 |   4 |  94 |  10k|  94 |  17 |  26 | 115k|1069 | 0.000000e+00 | 1.000000e+00 |    Inf 
180.63/180.76	c   181s|260000 |  1088 |497462 |   1.9 |7088k|  34 |   - |  94 |  10k|  94 |  17 |  26 | 122k|1069 | 0.000000e+00 | 1.000000e+00 |    Inf 
192.33/192.50	c   192s|270000 |   871 |514239 |   1.9 |7224k|  34 |   - |  94 |  11k|  94 |  17 |  26 | 129k|1069 | 0.000000e+00 | 1.000000e+00 |    Inf 
204.32/204.40	c   204s|280000 |   876 |531360 |   1.9 |7298k|  34 |   - |  94 |  12k|   0 |   0 |  26 | 136k|1069 | 0.000000e+00 | 1.000000e+00 |    Inf 
216.53/216.60	c   217s|290000 |   768 |548534 |   1.9 |7299k|  34 |   - |  94 |  12k|  94 |  17 |  26 | 143k|1069 | 0.000000e+00 | 1.000000e+00 |    Inf 
228.72/228.85	c   229s|300000 |   740 |566100 |   1.9 |7821k|  34 |   - |  94 |  13k|  94 |  17 |  26 | 150k|1069 | 0.000000e+00 | 1.000000e+00 |    Inf 
241.31/241.46	c   241s|310000 |   786 |583683 |   1.9 |6824k|  34 |   - |  94 |  10k|  94 |  17 |  26 | 157k|1072 | 0.000000e+00 | 1.000000e+00 |    Inf 
252.00/252.14	c   252s|320000 |   861 |601553 |   1.9 |7758k|  34 |   - |  94 |  12k|  94 |  17 |  26 | 164k|1072 | 0.000000e+00 | 1.000000e+00 |    Inf 
265.70/265.82	c   266s|330000 |   744 |619095 |   1.9 |8428k|  34 |   4 |  94 |  14k|  94 |  17 |  26 | 171k|1072 | 0.000000e+00 | 1.000000e+00 |    Inf 
280.69/280.89	c   281s|340000 |   730 |637118 |   1.9 |9397k|  34 |   - |  94 |  17k|   0 |   0 |  26 | 177k|1077 | 0.000000e+00 | 1.000000e+00 |    Inf 
299.00/299.12	c   299s|350000 |   739 |654761 |   1.9 |  10M|  34 |   4 |  94 |  20k|  94 |  17 |  26 | 184k|1077 | 0.000000e+00 | 1.000000e+00 |    Inf 
319.38/319.53	c   320s|360000 |   763 |672773 |   1.9 |9425k|  34 |   4 |  94 |  16k|  94 |  17 |  26 | 190k|1081 | 0.000000e+00 | 1.000000e+00 |    Inf 
335.18/335.32	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
335.18/335.32	c   335s|370000 |   567 |689765 |   1.9 |7721k|  34 |   - |  94 |  11k|   0 |   0 |  26 | 196k|1085 | 0.000000e+00 | 1.000000e+00 |    Inf 
345.28/345.42	c   345s|380000 |   587 |706932 |   1.9 |6478k|  34 |   4 |  94 |6894 |  94 |  17 |  26 | 203k|1106 | 0.000000e+00 | 1.000000e+00 |    Inf 
354.88/355.00	c   355s|390000 |   475 |724246 |   1.9 |7195k|  34 |   4 |  94 |9411 |  94 |  17 |  26 | 209k|1108 | 0.000000e+00 | 1.000000e+00 |    Inf 
365.57/365.70	c   366s|400000 |  1003 |742368 |   1.9 |7756k|  34 |   4 |  94 |9790 |  94 |  17 |  26 | 216k|1108 | 0.000000e+00 | 1.000000e+00 |    Inf 
376.96/377.11	c   377s|410000 |  1247 |760281 |   1.9 |8485k|  34 |   4 |  94 |  10k|  94 |  17 |  26 | 222k|1108 | 0.000000e+00 | 1.000000e+00 |    Inf 
388.96/389.14	c   389s|420000 |  1272 |777809 |   1.9 |9044k|  34 |   4 |  94 |  12k|  94 |  17 |  26 | 228k|1108 | 0.000000e+00 | 1.000000e+00 |    Inf 
402.36/402.53	c   403s|430000 |  1242 |795576 |   1.8 |9356k|  34 |   4 |  94 |  13k|  94 |  17 |  26 | 235k|1108 | 0.000000e+00 | 1.000000e+00 |    Inf 
415.75/415.94	c   416s|440000 |  1220 |813001 |   1.8 |  10M|  34 |   4 |  94 |  15k|  94 |  17 |  26 | 242k|1108 | 0.000000e+00 | 1.000000e+00 |    Inf 
431.24/431.48	c   431s|450000 |  1151 |831110 |   1.8 |  10M|  34 |   - |  94 |  15k|   0 |   0 |  26 | 248k|1108 | 0.000000e+00 | 1.000000e+00 |    Inf 
448.14/448.36	c   448s|460000 |   867 |849177 |   1.8 |9681k|  34 |   - |  94 |  14k|  94 |  17 |  26 | 255k|1108 | 0.000000e+00 | 1.000000e+00 |    Inf 
462.44/462.67	c   463s|470000 |   828 |867524 |   1.8 |9768k|  34 |   - |  94 |  14k|  94 |  17 |  26 | 262k|1108 | 0.000000e+00 | 1.000000e+00 |    Inf 
478.13/478.36	c   478s|480000 |   721 |885177 |   1.8 |9490k|  34 |   4 |  94 |  14k|  94 |  17 |  26 | 269k|1108 | 0.000000e+00 | 1.000000e+00 |    Inf 
493.33/493.58	c   494s|490000 |   414 |901850 |   1.8 |8496k|  34 |   4 |  94 |  13k|  94 |  17 |  26 | 276k|1108 | 0.000000e+00 | 1.000000e+00 |    Inf 
506.12/506.36	c   506s|500000 |   470 |920073 |   1.8 |8473k|  34 |   - |  94 |  13k|  94 |  17 |  26 | 282k|1120 | 0.000000e+00 | 1.000000e+00 |    Inf 
520.02/520.24	c   520s|510000 |   453 |938213 |   1.8 |9263k|  34 |   4 |  94 |  15k|  94 |  17 |  26 | 289k|1120 | 0.000000e+00 | 1.000000e+00 |    Inf 
534.52/534.72	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
534.52/534.72	c   535s|520000 |   706 |956121 |   1.8 |8837k|  34 |   - |  94 |  14k|  94 |  17 |  26 | 295k|1238 | 0.000000e+00 | 1.000000e+00 |    Inf 
549.31/549.59	c   550s|530000 |   779 |973393 |   1.8 |9708k|  34 |   4 |  94 |  16k|  94 |  17 |  26 | 301k|1238 | 0.000000e+00 | 1.000000e+00 |    Inf 
565.80/566.09	c   566s|540000 |   582 |990799 |   1.8 |9812k|  34 |   - |  94 |  16k|   0 |   0 |  26 | 308k|1238 | 0.000000e+00 | 1.000000e+00 |    Inf 
583.29/583.52	c   584s|550000 |   643 |  1008k|   1.8 |  10M|  34 |   - |  94 |  18k|  94 |  17 |  26 | 314k|1238 | 0.000000e+00 | 1.000000e+00 |    Inf 
599.69/599.91	c   600s|560000 |   297 |  1026k|   1.8 |7065k|  34 |   4 |  94 |8857 |  94 |  17 |  26 | 321k|1248 | 0.000000e+00 | 1.000000e+00 |    Inf 
609.20/609.47	c   609s|570000 |   493 |  1044k|   1.8 |7690k|  34 |   - |  94 |  10k|  94 |  17 |  26 | 327k|1248 | 0.000000e+00 | 1.000000e+00 |    Inf 
620.78/621.04	c   621s|580000 |   242 |  1062k|   1.8 |7211k|  34 |   - |  94 |9431 |   0 |   0 |  26 | 334k|1248 | 0.000000e+00 | 1.000000e+00 |    Inf 
632.58/632.86	c   633s|590000 |   332 |  1079k|   1.8 |7825k|  34 |   4 |  94 |  11k|  94 |  17 |  26 | 339k|1248 | 0.000000e+00 | 1.000000e+00 |    Inf 
645.38/645.64	c   646s|600000 |   328 |  1097k|   1.8 |8680k|  34 |   - |  94 |  13k|  94 |  17 |  26 | 346k|1248 | 0.000000e+00 | 1.000000e+00 |    Inf 
660.46/660.70	c   661s|610000 |   285 |  1115k|   1.8 |9037k|  34 |   4 |  94 |  15k|  94 |  17 |  26 | 353k|1248 | 0.000000e+00 | 1.000000e+00 |    Inf 
676.06/676.35	c   676s|620000 |   291 |  1134k|   1.8 |  10M|  34 |   - |  94 |  18k|  94 |  17 |  26 | 359k|1248 | 0.000000e+00 | 1.000000e+00 |    Inf 
695.36/695.67	c   696s|630000 |   367 |  1153k|   1.8 |  11M|  34 |   - |  94 |  23k|   0 |   0 |  26 | 366k|1248 | 0.000000e+00 | 1.000000e+00 |    Inf 
718.95/719.28	c   719s|640000 |   272 |  1172k|   1.8 |  12M|  34 |   4 |  94 |  23k|  94 |  17 |  26 | 374k|1248 | 0.000000e+00 | 1.000000e+00 |    Inf 
737.85/738.11	c   738s|650000 |   142 |  1190k|   1.8 |9923k|  34 |   4 |  94 |  16k|  94 |  17 |  26 | 380k|1290 | 0.000000e+00 | 1.000000e+00 |    Inf 
753.44/753.79	c   754s|660000 |    65 |  1209k|   1.8 |8856k|  34 |   - |  94 |  12k|  94 |  17 |  26 | 387k|1290 | 0.000000e+00 | 1.000000e+00 |    Inf 
767.94/768.26	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
767.94/768.26	c   768s|670000 |   119 |  1228k|   1.8 |  10M|  34 |   - |  94 |  17k|  94 |  17 |  26 | 394k|1290 | 0.000000e+00 | 1.000000e+00 |    Inf 
786.53/786.88	c   787s|680000 |   149 |  1247k|   1.8 |  10M|  34 |   - |  94 |  18k|  94 |  17 |  26 | 401k|1290 | 0.000000e+00 | 1.000000e+00 |    Inf 
807.63/807.95	c   808s|690000 |   166 |  1266k|   1.8 |  11M|  34 |   4 |  94 |  22k|  94 |  17 |  26 | 408k|1290 | 0.000000e+00 | 1.000000e+00 |    Inf 
832.21/832.56	c   833s|700000 |   188 |  1284k|   1.8 |  12M|  34 |   4 |  94 |  25k|  94 |  17 |  26 | 414k|1290 | 0.000000e+00 | 1.000000e+00 |    Inf 
859.91/860.20	c   860s|710000 |   180 |  1303k|   1.8 |  13M|  34 |   4 |  94 |  27k|  94 |  17 |  26 | 420k|1290 | 0.000000e+00 | 1.000000e+00 |    Inf 
888.80/889.14	c   889s|720000 |   167 |  1322k|   1.8 |  14M|  34 |   - |  94 |  30k|  94 |  17 |  26 | 427k|1290 | 0.000000e+00 | 1.000000e+00 |    Inf 
917.78/918.16	c 
917.78/918.16	c SCIP Status        : problem is solved [optimal solution found]
917.78/918.16	c Solving Time (sec) : 918.15
917.78/918.16	c Solving Nodes      : 728410
917.78/918.16	c Primal Bound       : +1.00000000000000e+00 (65 solutions)
917.78/918.16	c Dual Bound         : +1.00000000000000e+00
917.78/918.16	c Gap                : 0.00 %
917.78/918.16	s OPTIMUM FOUND
917.78/918.16	v -x69 x94 -x93 x92 x91 x90 x89 x88 -x87 x86 -x85 -x84 x83 -x82 x81 -x80 -x79 -x78 -x77 -x76 -x75 x74 -x73 x72 -x71 x70 x68 x67 -x66 
917.78/918.16	v x65 -x64 -x63 -x62 -x61 -x60 -x59 -x58 -x57 -x56 -x55 -x54 -x53 -x52 -x51 -x50 -x49 -x48 -x47 -x46 -x45 -x44 -x43 -x42 -x41 
917.78/918.16	v -x40 -x39 -x38 -x37 -x36 -x35 -x34 -x33 -x32 -x31 -x30 -x29 -x28 -x27 -x26 -x25 -x24 -x23 -x22 -x21 -x20 -x19 -x18 -x17 -x16 
917.78/918.16	v -x15 -x14 -x13 -x12 -x11 -x10 -x9 -x8 -x7 -x6 -x5 -x4 -x3 -x2 x1 
917.78/918.16	c SCIP Status        : problem is solved [optimal solution found]
917.78/918.16	c Solving Time       :     918.15
917.78/918.16	c Original Problem   :
917.78/918.16	c   Problem name     : HOME/instance-2704565-1278562442.opb
917.78/918.16	c   Variables        : 94 (94 binary, 0 integer, 0 implicit integer, 0 continuous)
917.78/918.16	c   Constraints      : 8 initial, 8 maximal
917.78/918.16	c Presolved Problem  :
917.78/918.16	c   Problem name     : t_HOME/instance-2704565-1278562442.opb
917.78/918.16	c   Variables        : 94 (94 binary, 0 integer, 0 implicit integer, 0 continuous)
917.78/918.16	c   Constraints      : 4 initial, 33402 maximal
917.78/918.16	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
917.78/918.16	c   trivial          :       0.00          0          0          0          0          0          0          0          0
917.78/918.16	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
917.78/918.16	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
917.78/918.16	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
917.78/918.16	c   implics          :       0.00          0          0          0          0          0          0          0          0
917.78/918.16	c   probing          :       0.00          0          0          0          0          0          0          0          0
917.78/918.16	c   linear           :       0.00          0          0          0          0          0          4          0          0
917.78/918.16	c   logicor          :       0.00          0          0          0          0          0          0          0          0
917.78/918.16	c   root node        :          -         65          -          -         65          -          -          -          -
917.78/918.16	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
917.78/918.16	c   integral         :          0          0          0     406287          0         43        364          0          0     811728
917.78/918.16	c   linear           :          4+         7    1746836          2          0     204626    1229888          0          0          0
917.78/918.16	c   logicor          :          0+         0     936439          0          0      10916     441097          0          0          0
917.78/918.16	c   countsols        :          0          0          0         26          0          0          0          0          0          0
917.78/918.16	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
917.78/918.16	c   integral         :       5.29       0.00       0.00       5.29       0.00
917.78/918.16	c   linear           :      91.55       0.00      91.55       0.00       0.00
917.78/918.16	c   logicor          :     342.84       0.00     342.84       0.00       0.00
917.78/918.16	c   countsols        :       0.00       0.00       0.00       0.00       0.00
917.78/918.16	c Propagators        :       Time      Calls    Cutoffs    DomReds
917.78/918.16	c   vbounds          :       0.70          2          0          0
917.78/918.16	c   rootredcost      :       0.79         46          0         64
917.78/918.16	c   pseudoobj        :       7.64    1747260        580      10613
917.78/918.16	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
917.78/918.16	c   propagation      :       9.78     216121     143001     368002       20.3         48       18.5          -
917.78/918.16	c   infeasible LP    :      11.94     175788     175780     313963       13.6       1961       17.0          0
917.78/918.16	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
917.78/918.16	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
917.78/918.16	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
917.78/918.16	c   applied globally :          -          -          -     433367       15.4          -          -          -
917.78/918.16	c   applied locally  :          -          -          -        252       32.1          -          -          -
917.78/918.16	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
917.78/918.16	c   cut pool         :       0.00          5          -          -         27          -    (maximal pool size: 66)
917.78/918.16	c   redcost          :       2.31     412722          0      90335          0          0
917.78/918.16	c   impliedbounds    :       0.00          6          0          0          0          0
917.78/918.16	c   intobj           :       0.00          0          0          0          0          0
917.78/918.16	c   cgmip            :       0.00          0          0          0          0          0
917.78/918.16	c   gomory           :       0.01          6          0          0          0          0
917.78/918.16	c   strongcg         :       0.00          6          0          0         12          0
917.78/918.16	c   cmir             :       0.02          6          0          0         30          0
917.78/918.16	c   flowcover        :       0.02          6          0          0         45          0
917.78/918.16	c   clique           :       0.00          1          0          0          0          0
917.78/918.16	c   zerohalf         :       0.00          0          0          0          0          0
917.78/918.16	c   mcf              :       0.00          1          0          0          0          0
917.78/918.16	c   rapidlearning    :       0.08          1          0          0          0        126
917.78/918.16	c Pricers            :       Time      Calls       Vars
917.78/918.16	c   problem variables:       0.00          0          0
917.78/918.16	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
917.78/918.16	c   relpscost        :       4.76     406261         43        364          0          0     811728
917.78/918.16	c   pscost           :       0.00          0          0          0          0          0          0
917.78/918.16	c   inference        :       0.00          0          0          0          0          0          0
917.78/918.16	c   mostinf          :       0.00          0          0          0          0          0          0
917.78/918.16	c   leastinf         :       0.00          0          0          0          0          0          0
917.78/918.16	c   fullstrong       :       0.00          0          0          0          0          0          0
917.78/918.16	c   allfullstrong    :       0.00          0          0          0          0          0          0
917.78/918.16	c   random           :       0.00          0          0          0          0          0          0
917.78/918.16	c Primal Heuristics  :       Time      Calls      Found
917.78/918.16	c   LP solutions     :       0.00          -         26
917.78/918.16	c   pseudo solutions :       0.00          -          0
917.78/918.16	c   feaspump         :       0.09          1          0
917.78/918.16	c   oneopt           :       0.38         45          0
917.78/918.16	c   rootsoldiving    :       1.23        702          3
917.78/918.16	c   coefdiving       :       2.71       1429          4
917.78/918.16	c   pscostdiving     :       2.58       1429          2
917.78/918.16	c   linesearchdiving :       2.67       1429          2
917.78/918.16	c   guideddiving     :       2.65       1429          2
917.78/918.16	c   fracdiving       :       2.52       1429          3
917.78/918.16	c   veclendiving     :       3.28       1429          4
917.78/918.16	c   objpscostdiving  :       0.56        715          0
917.78/918.16	c   trivial          :       0.00          2          0
917.78/918.16	c   simplerounding   :       0.24          0          0
917.78/918.16	c   zirounding       :       0.31       1000          0
917.78/918.16	c   rounding         :       0.54       9060          0
917.78/918.16	c   shifting         :      12.51      20824         18
917.78/918.16	c   intshifting      :       0.04          0          0
917.78/918.16	c   twoopt           :       0.00          0          0
917.78/918.16	c   fixandinfer      :       0.00          0          0
917.78/918.16	c   intdiving        :       0.00          0          0
917.78/918.16	c   actconsdiving    :       0.00          0          0
917.78/918.16	c   octane           :       0.00          0          0
917.78/918.16	c   rens             :       0.08          1          0
917.78/918.16	c   rins             :       0.00          0          0
917.78/918.16	c   localbranching   :       0.00          0          0
917.78/918.16	c   mutation         :       0.00          0          0
917.78/918.16	c   crossover        :       0.06          1          0
917.78/918.16	c   dins             :       0.00          0          0
917.78/918.16	c   undercover       :       0.00          0          0
917.78/918.16	c   nlp              :       0.28          0          0
917.78/918.16	c   trysol           :       0.48          0          0
917.78/918.16	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
917.78/918.16	c   primal LP        :       0.00          0          0       0.00          -
917.78/918.16	c   dual LP          :      67.80     589082    1281493       2.18   18901.58
917.78/918.16	c   lex dual LP      :       0.00          0          0       0.00          -
917.78/918.16	c   barrier LP       :       0.00          0          0       0.00          -
917.78/918.16	c   diving/probing LP:       3.24      28246      56561       2.00   17432.56
917.78/918.16	c   strong branching :       0.28       1292       6023       4.66   21133.56
917.78/918.16	c     (at root node) :          -          9        402      44.67          -
917.78/918.16	c   conflict analysis:       0.00          0          0       0.00          -
917.78/918.16	c B&B Tree           :
917.78/918.16	c   number of runs   :          1
917.78/918.16	c   nodes            :     728410
917.78/918.16	c   nodes (total)    :     728410
917.78/918.16	c   nodes left       :          0
917.78/918.16	c   max depth        :         34
917.78/918.16	c   max depth (total):         34
917.78/918.16	c   backtracks       :     227703 (31.3%)
917.78/918.16	c   delayed cutoffs  :      82777
917.78/918.16	c   repropagations   :     511187 (740759 domain reductions, 72236 cutoffs)
917.78/918.16	c   avg switch length:       4.44
917.78/918.16	c   switching time   :     227.85
917.78/918.16	c Solution           :
917.78/918.16	c   Solutions found  :         65 (46 improvements)
917.78/918.16	c   First Solution   : +3.20000000000000e+02   (in run 1, after 1 nodes, 0.10 seconds, depth 0, found by <trysol>)
917.78/918.16	c   Primal Bound     : +1.00000000000000e+00   (in run 1, after 100690 nodes, 42.13 seconds, depth 25, found by <relaxation>)
917.78/918.16	c   Dual Bound       : +1.00000000000000e+00
917.78/918.16	c   Gap              :       0.00 %
917.78/918.16	c   Root Dual Bound  : +0.00000000000000e+00
917.78/918.16	c   Root Iterations  :         88
917.89/918.23	c Time complete: 917.92.

Verifier Data

OK	1

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2704565-1278562442/watcher-2704565-1278562442 -o /tmp/evaluation-result-2704565-1278562442/solver-2704565-1278562442 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2704565-1278562442.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.08 1.03 1.00 3/106 28778
/proc/meminfo: memFree=1931712/2059040 swapFree=4139756/4192956
[pid=28778] ppid=28776 vsize=7904 CPUtime=0
/proc/28778/stat : 28778 (pbscip.linux.x8) R 28776 28778 28610 0 -1 4202496 1197 0 0 0 0 0 0 0 17 0 1 0 24451697 8093696 1108 1992294400 4194304 8395647 140734130738400 18446744073709551615 7382157 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/28778/statm: 1976 1116 365 1026 0 946 0

[startup+0.09945 s]
/proc/loadavg: 1.08 1.03 1.00 3/106 28778
/proc/meminfo: memFree=1931712/2059040 swapFree=4139756/4192956
[pid=28778] ppid=28776 vsize=22264 CPUtime=0.09
/proc/28778/stat : 28778 (pbscip.linux.x8) R 28776 28778 28610 0 -1 4202496 4827 0 0 0 7 2 0 0 17 0 1 0 24451697 22798336 4385 1992294400 4194304 8395647 140734130738400 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28778/statm: 5566 4385 597 1026 0 4536 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 22264

[startup+0.10045 s]
/proc/loadavg: 1.08 1.03 1.00 3/106 28778
/proc/meminfo: memFree=1931712/2059040 swapFree=4139756/4192956
[pid=28778] ppid=28776 vsize=22264 CPUtime=0.09
/proc/28778/stat : 28778 (pbscip.linux.x8) R 28776 28778 28610 0 -1 4202496 4827 0 0 0 7 2 0 0 17 0 1 0 24451697 22798336 4385 1992294400 4194304 8395647 140734130738400 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28778/statm: 5566 4385 597 1026 0 4536 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 22264

[startup+0.300471 s]
/proc/loadavg: 1.08 1.03 1.00 3/106 28778
/proc/meminfo: memFree=1931712/2059040 swapFree=4139756/4192956
[pid=28778] ppid=28776 vsize=23584 CPUtime=0.29
/proc/28778/stat : 28778 (pbscip.linux.x8) R 28776 28778 28610 0 -1 4202496 5461 0 0 0 25 4 0 0 17 0 1 0 24451697 24150016 5019 1992294400 4194304 8395647 140734130738400 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28778/statm: 5896 5019 622 1026 0 4866 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 23584

[startup+0.700515 s]
/proc/loadavg: 1.08 1.03 1.00 3/106 28778
/proc/meminfo: memFree=1931712/2059040 swapFree=4139756/4192956
[pid=28778] ppid=28776 vsize=23584 CPUtime=0.69
/proc/28778/stat : 28778 (pbscip.linux.x8) R 28776 28778 28610 0 -1 4202496 5464 0 0 0 63 6 0 0 17 0 1 0 24451697 24150016 5022 1992294400 4194304 8395647 140734130738400 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28778/statm: 5896 5022 622 1026 0 4866 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 23584

[startup+1.5006 s]
/proc/loadavg: 1.08 1.03 1.00 2/107 28779
/proc/meminfo: memFree=1913972/2059040 swapFree=4139756/4192956
[pid=28778] ppid=28776 vsize=23584 CPUtime=1.49
/proc/28778/stat : 28778 (pbscip.linux.x8) R 28776 28778 28610 0 -1 4202496 5483 0 0 0 139 10 0 0 18 0 1 0 24451697 24150016 5041 1992294400 4194304 8395647 140734130738400 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28778/statm: 5896 5041 623 1026 0 4866 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 23584

[startup+3.10078 s]
/proc/loadavg: 1.08 1.03 1.00 2/107 28779
/proc/meminfo: memFree=1913724/2059040 swapFree=4139756/4192956
[pid=28778] ppid=28776 vsize=23584 CPUtime=3.09
/proc/28778/stat : 28778 (pbscip.linux.x8) R 28776 28778 28610 0 -1 4202496 5484 0 0 0 292 17 0 0 21 0 1 0 24451697 24150016 5042 1992294400 4194304 8395647 140734130738400 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28778/statm: 5896 5042 623 1026 0 4866 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 23584

[startup+6.30113 s]
/proc/loadavg: 1.08 1.03 1.00 2/107 28779
/proc/meminfo: memFree=1913352/2059040 swapFree=4139756/4192956
[pid=28778] ppid=28776 vsize=23584 CPUtime=6.29
/proc/28778/stat : 28778 (pbscip.linux.x8) R 28776 28778 28610 0 -1 4202496 5484 0 0 0 602 27 0 0 25 0 1 0 24451697 24150016 5042 1992294400 4194304 8395647 140734130738400 18446744073709551615 5541118 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28778/statm: 5896 5042 623 1026 0 4866 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 23584

[startup+12.7008 s]
/proc/loadavg: 1.06 1.02 1.00 2/107 28779
/proc/meminfo: memFree=1913352/2059040 swapFree=4139756/4192956
[pid=28778] ppid=28776 vsize=23584 CPUtime=12.69
/proc/28778/stat : 28778 (pbscip.linux.x8) R 28776 28778 28610 0 -1 4202496 5484 0 0 0 1226 43 0 0 25 0 1 0 24451697 24150016 5042 1992294400 4194304 8395647 140734130738400 18446744073709551615 5005889 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28778/statm: 5896 5042 623 1026 0 4866 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 23584

[startup+25.5002 s]
/proc/loadavg: 1.05 1.02 1.00 2/107 28779
/proc/meminfo: memFree=1913352/2059040 swapFree=4139756/4192956
[pid=28778] ppid=28776 vsize=23584 CPUtime=25.48
/proc/28778/stat : 28778 (pbscip.linux.x8) R 28776 28778 28610 0 -1 4202496 5484 0 0 0 2474 74 0 0 25 0 1 0 24451697 24150016 5042 1992294400 4194304 8395647 140734130738400 18446744073709551615 5085479 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28778/statm: 5896 5042 623 1026 0 4866 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 23584

[startup+51.101 s]
/proc/loadavg: 1.03 1.02 1.00 2/107 28779
/proc/meminfo: memFree=1913228/2059040 swapFree=4139756/4192956
[pid=28778] ppid=28776 vsize=23584 CPUtime=51.07
/proc/28778/stat : 28778 (pbscip.linux.x8) R 28776 28778 28610 0 -1 4202496 5484 0 0 0 4968 139 0 0 25 0 1 0 24451697 24150016 5042 1992294400 4194304 8395647 140734130738400 18446744073709551615 5026819 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28778/statm: 5896 5042 623 1026 0 4866 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 23584

[startup+102.308 s]
/proc/loadavg: 1.01 1.02 1.00 2/107 28781
/proc/meminfo: memFree=1911616/2059040 swapFree=4139756/4192956
[pid=28778] ppid=28776 vsize=25612 CPUtime=102.26
/proc/28778/stat : 28778 (pbscip.linux.x8) R 28776 28778 28610 0 -1 4202496 5882 0 0 0 10022 204 0 0 25 0 1 0 24451697 26226688 5440 1992294400 4194304 8395647 140734130738400 18446744073709551615 5504797 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28778/statm: 6403 5440 623 1026 0 5373 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 25612

[startup+162.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/107 28783
/proc/meminfo: memFree=1910252/2059040 swapFree=4139756/4192956
[pid=28778] ppid=28776 vsize=27232 CPUtime=162.23
/proc/28778/stat : 28778 (pbscip.linux.x8) R 28776 28778 28610 0 -1 4202496 6242 0 0 0 15953 270 0 0 25 0 1 0 24451697 27885568 5800 1992294400 4194304 8395647 140734130738400 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28778/statm: 6808 5800 623 1026 0 5778 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 27232

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 28785
/proc/meminfo: memFree=1909756/2059040 swapFree=4139756/4192956
[pid=28778] ppid=28776 vsize=28608 CPUtime=222.21
/proc/28778/stat : 28778 (pbscip.linux.x8) R 28776 28778 28610 0 -1 4202496 6375 0 0 0 21894 327 0 0 25 0 1 0 24451697 29294592 5933 1992294400 4194304 8395647 140734130738400 18446744073709551615 4220157 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28778/statm: 7152 5933 623 1026 0 6122 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 28608

[startup+282.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 28785
/proc/meminfo: memFree=1906656/2059040 swapFree=4139756/4192956
[pid=28778] ppid=28776 vsize=31800 CPUtime=282.19
/proc/28778/stat : 28778 (pbscip.linux.x8) R 28776 28778 28610 0 -1 4202496 7136 0 0 0 27841 378 0 0 25 0 1 0 24451697 32563200 6694 1992294400 4194304 8395647 140734130738400 18446744073709551615 4471676 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28778/statm: 7950 6694 623 1026 0 6920 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 31800

[startup+342.301 s]
/proc/loadavg: 1.23 1.05 1.02 3/108 28790
/proc/meminfo: memFree=1879396/2059040 swapFree=4139756/4192956
[pid=28778] ppid=28776 vsize=34504 CPUtime=342.17
/proc/28778/stat : 28778 (pbscip.linux.x8) R 28776 28778 28610 0 -1 4202496 7667 0 0 0 33796 421 0 0 25 0 1 0 24451697 35332096 7225 1992294400 4194304 8395647 140734130738400 18446744073709551615 4216931 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28778/statm: 8626 7225 623 1026 0 7596 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 34504

[startup+402.301 s]
/proc/loadavg: 1.08 1.04 1.01 2/107 28792
/proc/meminfo: memFree=1861184/2059040 swapFree=4139756/4192956
[pid=28778] ppid=28776 vsize=34504 CPUtime=402.15
/proc/28778/stat : 28778 (pbscip.linux.x8) R 28776 28778 28610 0 -1 4202496 7667 0 0 0 39738 477 0 0 25 0 1 0 24451697 35332096 7225 1992294400 4194304 8395647 140734130738400 18446744073709551615 4218186 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28778/statm: 8626 7225 623 1026 0 7596 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 34504

[startup+462.301 s]
/proc/loadavg: 1.03 1.03 1.00 2/107 28794
/proc/meminfo: memFree=1861184/2059040 swapFree=4139756/4192956
[pid=28778] ppid=28776 vsize=34504 CPUtime=462.14
/proc/28778/stat : 28778 (pbscip.linux.x8) R 28776 28778 28610 0 -1 4202496 7667 0 0 0 45692 522 0 0 25 0 1 0 24451697 35332096 7225 1992294400 4194304 8395647 140734130738400 18446744073709551615 4622995 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28778/statm: 8626 7225 623 1026 0 7596 0
Current children cumulated CPU time (s) 462.14
Current children cumulated vsize (KiB) 34504

[startup+522.301 s]
/proc/loadavg: 1.01 1.02 1.00 2/107 28796
/proc/meminfo: memFree=1861184/2059040 swapFree=4139756/4192956
[pid=28778] ppid=28776 vsize=34504 CPUtime=522.12
/proc/28778/stat : 28778 (pbscip.linux.x8) R 28776 28778 28610 0 -1 4202496 7669 0 0 0 51644 568 0 0 25 0 1 0 24451697 35332096 7227 1992294400 4194304 8395647 140734130738400 18446744073709551615 4471459 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28778/statm: 8626 7227 623 1026 0 7596 0
Current children cumulated CPU time (s) 522.12
Current children cumulated vsize (KiB) 34504

[startup+582.3 s]
/proc/loadavg: 1.00 1.02 1.00 2/107 28796
/proc/meminfo: memFree=1861060/2059040 swapFree=4139756/4192956
[pid=28778] ppid=28776 vsize=35188 CPUtime=582.1
/proc/28778/stat : 28778 (pbscip.linux.x8) R 28776 28778 28610 0 -1 4202496 7726 0 0 0 57599 611 0 0 25 0 1 0 24451697 36032512 7284 1992294400 4194304 8395647 140734130738400 18446744073709551615 4216931 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28778/statm: 8797 7284 623 1026 0 7767 0
Current children cumulated CPU time (s) 582.1
Current children cumulated vsize (KiB) 35188

[startup+642.301 s]
/proc/loadavg: 1.00 1.01 1.00 2/107 28798
/proc/meminfo: memFree=1861060/2059040 swapFree=4139756/4192956
[pid=28778] ppid=28776 vsize=35188 CPUtime=642.08
/proc/28778/stat : 28778 (pbscip.linux.x8) R 28776 28778 28610 0 -1 4202496 7729 0 0 0 63545 663 0 0 25 0 1 0 24451697 36032512 7287 1992294400 4194304 8395647 140734130738400 18446744073709551615 4471493 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28778/statm: 8797 7287 623 1026 0 7767 0
Current children cumulated CPU time (s) 642.08
Current children cumulated vsize (KiB) 35188

[startup+702.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 28800
/proc/meminfo: memFree=1860316/2059040 swapFree=4139756/4192956
[pid=28778] ppid=28776 vsize=36000 CPUtime=702.05
/proc/28778/stat : 28778 (pbscip.linux.x8) R 28776 28778 28610 0 -1 4202496 7910 0 0 0 69501 704 0 0 25 0 1 0 24451697 36864000 7468 1992294400 4194304 8395647 140734130738400 18446744073709551615 5085229 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28778/statm: 9000 7468 623 1026 0 7970 0
Current children cumulated CPU time (s) 702.05
Current children cumulated vsize (KiB) 36000

[startup+762.308 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 28802
/proc/meminfo: memFree=1858084/2059040 swapFree=4139756/4192956
[pid=28778] ppid=28776 vsize=38048 CPUtime=762.04
/proc/28778/stat : 28778 (pbscip.linux.x8) R 28776 28778 28610 0 -1 4202496 8474 0 0 0 75460 744 0 0 25 0 1 0 24451697 38961152 8032 1992294400 4194304 8395647 140734130738400 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28778/statm: 9512 8032 623 1026 0 8482 0
Current children cumulated CPU time (s) 762.04
Current children cumulated vsize (KiB) 38048

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 28804
/proc/meminfo: memFree=1858084/2059040 swapFree=4139756/4192956
[pid=28778] ppid=28776 vsize=38048 CPUtime=822.02
/proc/28778/stat : 28778 (pbscip.linux.x8) R 28776 28778 28610 0 -1 4202496 8474 0 0 0 81418 784 0 0 25 0 1 0 24451697 38961152 8032 1992294400 4194304 8395647 140734130738400 18446744073709551615 4230998 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28778/statm: 9512 8032 623 1026 0 8482 0
Current children cumulated CPU time (s) 822.02
Current children cumulated vsize (KiB) 38048

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 28804
/proc/meminfo: memFree=1857216/2059040 swapFree=4139756/4192956
[pid=28778] ppid=28776 vsize=38920 CPUtime=882
/proc/28778/stat : 28778 (pbscip.linux.x8) R 28776 28778 28610 0 -1 4202496 8693 0 0 0 87389 811 0 0 25 0 1 0 24451697 39854080 8251 1992294400 4194304 8395647 140734130738400 18446744073709551615 4216667 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28778/statm: 9730 8251 623 1026 0 8700 0
Current children cumulated CPU time (s) 882
Current children cumulated vsize (KiB) 38920

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

[startup+895.902 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 28806
/proc/meminfo: memFree=1857092/2059040 swapFree=4139756/4192956
[pid=28778] ppid=28776 vsize=38920 CPUtime=895.59
/proc/28778/stat : 28778 (pbscip.linux.x8) R 28776 28778 28610 0 -1 4202496 8699 0 0 0 88741 818 0 0 25 0 1 0 24451697 39854080 8257 1992294400 4194304 8395647 140734130738400 18446744073709551615 5085399 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28778/statm: 9730 8257 623 1026 0 8700 0
Current children cumulated CPU time (s) 895.59
Current children cumulated vsize (KiB) 38920

[startup+908.701 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 28806
/proc/meminfo: memFree=1855108/2059040 swapFree=4139756/4192956
[pid=28778] ppid=28776 vsize=40912 CPUtime=908.39
/proc/28778/stat : 28778 (pbscip.linux.x8) R 28776 28778 28610 0 -1 4202496 9186 0 0 0 90015 824 0 0 25 0 1 0 24451697 41893888 8744 1992294400 4194304 8395647 140734130738400 18446744073709551615 4230937 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28778/statm: 10228 8744 623 1026 0 9198 0
Current children cumulated CPU time (s) 908.39
Current children cumulated vsize (KiB) 40912

[startup+915.101 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 28806
/proc/meminfo: memFree=1853744/2059040 swapFree=4139756/4192956
[pid=28778] ppid=28776 vsize=43372 CPUtime=914.79
/proc/28778/stat : 28778 (pbscip.linux.x8) R 28776 28778 28610 0 -1 4202496 9535 0 0 0 90653 826 0 0 25 0 1 0 24451697 44412928 9093 1992294400 4194304 8395647 140734130738400 18446744073709551615 6031667 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28778/statm: 10843 9093 623 1026 0 9813 0
Current children cumulated CPU time (s) 914.79
Current children cumulated vsize (KiB) 43372

[startup+916.701 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 28806
/proc/meminfo: memFree=1853496/2059040 swapFree=4139756/4192956
[pid=28778] ppid=28776 vsize=44908 CPUtime=916.39
/proc/28778/stat : 28778 (pbscip.linux.x8) R 28776 28778 28610 0 -1 4202496 9930 0 0 0 90812 827 0 0 25 0 1 0 24451697 45985792 9488 1992294400 4194304 8395647 140734130738400 18446744073709551615 4218186 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28778/statm: 11227 9488 623 1026 0 10197 0
Current children cumulated CPU time (s) 916.39
Current children cumulated vsize (KiB) 44908

[startup+917.501 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 28806
/proc/meminfo: memFree=1851884/2059040 swapFree=4139756/4192956
[pid=28778] ppid=28776 vsize=45572 CPUtime=917.18
/proc/28778/stat : 28778 (pbscip.linux.x8) R 28776 28778 28610 0 -1 4202496 9985 0 0 0 90891 827 0 0 25 0 1 0 24451697 46665728 9543 1992294400 4194304 8395647 140734130738400 18446744073709551615 4216931 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28778/statm: 11393 9543 623 1026 0 10363 0
Current children cumulated CPU time (s) 917.18
Current children cumulated vsize (KiB) 45572

[startup+917.901 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 28806
/proc/meminfo: memFree=1851884/2059040 swapFree=4139756/4192956
[pid=28778] ppid=28776 vsize=45572 CPUtime=917.58
/proc/28778/stat : 28778 (pbscip.linux.x8) R 28776 28778 28610 0 -1 4202496 9985 0 0 0 90931 827 0 0 25 0 1 0 24451697 46665728 9543 1992294400 4194304 8395647 140734130738400 18446744073709551615 4218227 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28778/statm: 11393 9543 623 1026 0 10363 0
Current children cumulated CPU time (s) 917.58
Current children cumulated vsize (KiB) 45572

[startup+918.101 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 28806
/proc/meminfo: memFree=1851884/2059040 swapFree=4139756/4192956
[pid=28778] ppid=28776 vsize=45572 CPUtime=917.78
/proc/28778/stat : 28778 (pbscip.linux.x8) R 28776 28778 28610 0 -1 4202496 9985 0 0 0 90951 827 0 0 25 0 1 0 24451697 46665728 9543 1992294400 4194304 8395647 140734130738400 18446744073709551615 5085356 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28778/statm: 11393 9543 623 1026 0 10363 0
Current children cumulated CPU time (s) 917.78
Current children cumulated vsize (KiB) 45572

[startup+918.201 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 28806
/proc/meminfo: memFree=1851884/2059040 swapFree=4139756/4192956
[pid=28778] ppid=28776 vsize=45572 CPUtime=917.89
/proc/28778/stat : 28778 (pbscip.linux.x8) R 28776 28778 28610 0 -1 4202496 9987 0 0 0 90961 828 0 0 25 0 1 0 24451697 46665728 9545 1992294400 4194304 8395647 140734130738400 18446744073709551615 6345173 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/28778/statm: 11393 9545 625 1026 0 10363 0
Current children cumulated CPU time (s) 917.89
Current children cumulated vsize (KiB) 45572

Child status: 0
Real time (s): 918.236
CPU time (s): 917.928
CPU user time (s): 909.644
CPU system time (s): 8.28474
CPU usage (%): 99.9665
Max. virtual memory (cumulated for all children) (KiB): 45572

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 909.644
system time used= 8.28474
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9990
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3
involuntary context switches= 1873

runsolver used 1.48977 second user time and 4.37233 second system time

The end

Launcher Data

Begin job on node042 at 2010-07-08 06:14:02
IDJOB=2704565
IDBENCH=2916
IDSOLVER=1213
FILE ID=node042/2704565-1278562442
PBS_JOBID= 11239532
Free space on /tmp= 62512 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-opt-market-split_4_30_2.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-2704565-1278562442/watcher-2704565-1278562442 -o /tmp/evaluation-result-2704565-1278562442/solver-2704565-1278562442 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2704565-1278562442.opb -t 1800 -m 1800

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

MD5SUM BENCH= 031b0f629913e7cd5c934f00ec1a1885
RANDOM SEED=797067348

node042.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.213
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.213
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.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1932240 kB
Buffers:          3056 kB
Cached:          42804 kB
SwapCached:       5740 kB
Active:          46940 kB
Inactive:        11428 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1932240 kB
SwapTotal:     4192956 kB
SwapFree:      4139756 kB
Dirty:           10484 kB
Writeback:           0 kB
AnonPages:       11388 kB
Mapped:          11884 kB
Slab:            46436 kB
PageTables:       4220 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181440 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= 62504 MiB
End job on node042 at 2010-07-08 06:29:21