Trace number 2703915

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 solverOPT2 269.719 269.79

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/market-split/normalized-opt-market-split_4_30_3.opb
MD5SUMd26b3b10be20d9248aac462b86b1f040
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark269.719
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 2
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 constraint45
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 940
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 3331
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-2703915-1278561744.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 |    17 |     - | 351k|   0 |   4 |  94 |   4 |  94 |   4 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.09/0.10	o 540
0.09/0.10	c y 0.1s|     1 |     0 |    30 |     - | 375k|   0 |   4 |  94 |   4 |  94 |   4 |   0 |   0 |   0 | 0.000000e+00 | 5.400000e+02 |    Inf 
0.09/0.11	c   0.1s|     1 |     0 |    37 |     - | 517k|   0 |   9 |  94 | 116 |  94 |   9 |   5 |   0 |   0 | 0.000000e+00 | 5.400000e+02 |    Inf 
0.09/0.11	c   0.1s|     1 |     0 |    48 |     - | 550k|   0 |   9 |  94 | 116 |  94 |  13 |   9 |   0 |   0 | 0.000000e+00 | 5.400000e+02 |    Inf 
0.09/0.12	c   0.1s|     1 |     0 |    67 |     - | 582k|   0 |  13 |  94 | 116 |  94 |  18 |  14 |   0 |   0 | 0.000000e+00 | 5.400000e+02 |    Inf 
0.09/0.13	c   0.1s|     1 |     0 |    76 |     - | 615k|   0 |  14 |  94 | 116 |  94 |  22 |  18 |   0 |   0 | 0.000000e+00 | 5.400000e+02 |    Inf 
0.09/0.14	c   0.1s|     1 |     0 |    99 |     - | 629k|   0 |  16 |  94 | 116 |  94 |  27 |  23 |   0 |   0 | 0.000000e+00 | 5.400000e+02 |    Inf 
0.09/0.16	c   0.2s|     1 |     0 |   104 |     - | 635k|   0 |  17 |  94 | 116 |  94 |  31 |  27 |   0 |   0 | 0.000000e+00 | 5.400000e+02 |    Inf 
0.29/0.31	c   0.3s|     1 |     2 |   104 |     - | 636k|   0 |  17 |  94 | 116 |  94 |  31 |  27 |   0 |   9 | 0.000000e+00 | 5.400000e+02 |    Inf 
0.29/0.35	o 231
0.29/0.35	c c 0.3s|    31 |    30 |   268 |   5.5 | 673k|  29 |   - |  94 | 116 |  94 |  17 |  27 |   1 | 111 | 0.000000e+00 | 2.310000e+02 |    Inf 
0.29/0.37	o 229
0.29/0.37	c p 0.4s|    44 |    43 |   321 |   5.0 | 685k|  29 |   - |  94 | 117 |  94 |  17 |  27 |   3 | 156 | 0.000000e+00 | 2.290000e+02 |    Inf 
0.29/0.38	o 228
0.29/0.38	c f 0.4s|    57 |    55 |   361 |   4.6 | 692k|  29 |   - |  94 | 117 |  94 |  17 |  27 |   3 | 187 | 0.000000e+00 | 2.280000e+02 |    Inf 
0.29/0.38	o 226
0.29/0.38	c v 0.4s|    57 |    55 |   363 |   4.6 | 701k|  29 |   - |  94 | 117 |  94 |  17 |  27 |   4 | 187 | 0.000000e+00 | 2.260000e+02 |    Inf 
0.39/0.40	o 225
0.39/0.40	c * 0.4s|    79 |    72 |   421 |   4.1 | 715k|  29 |   - |  94 | 118 |  94 |  17 |  27 |   5 | 233 | 0.000000e+00 | 2.250000e+02 |    Inf 
0.39/0.40	o 223
0.39/0.40	c * 0.4s|    80 |    70 |   421 |   4.0 | 716k|  29 |   - |  94 | 118 |  94 |  17 |  27 |   5 | 233 | 0.000000e+00 | 2.230000e+02 |    Inf 
0.49/0.50	o 222
0.49/0.50	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.49/0.50	c * 0.5s|   230 |   211 |  1048 |   4.1 | 789k|  29 |   - |  94 | 124 |  94 |  17 |  27 |  14 | 333 | 0.000000e+00 | 2.220000e+02 |    Inf 
0.49/0.51	o 220
0.49/0.51	c l 0.5s|   233 |   211 |  1053 |   4.1 | 792k|  29 |   - |  94 | 125 |  94 |  17 |  27 |  15 | 339 | 0.000000e+00 | 2.200000e+02 |    Inf 
0.49/0.51	o 152
0.49/0.51	c g 0.5s|   246 |   208 |  1097 |   4.1 | 793k|  29 |   - |  94 | 125 |  94 |  17 |  27 |  15 | 340 | 0.000000e+00 | 1.520000e+02 |    Inf 
0.49/0.53	o 150
0.49/0.53	c * 0.5s|   273 |   231 |  1188 |   4.0 | 799k|  31 |   - |  94 | 125 |  94 |  17 |  27 |  15 | 373 | 0.000000e+00 | 1.500000e+02 |    Inf 
0.49/0.53	o 148
0.49/0.53	c * 0.5s|   274 |   227 |  1188 |   4.0 | 799k|  31 |   - |  94 | 125 |  94 |  17 |  27 |  15 | 373 | 0.000000e+00 | 1.480000e+02 |    Inf 
0.49/0.55	o 145
0.49/0.55	c * 0.5s|   302 |   249 |  1259 |   3.8 | 816k|  31 |   - |  94 | 126 |  94 |  17 |  27 |  16 | 403 | 0.000000e+00 | 1.450000e+02 |    Inf 
0.49/0.56	o 144
0.49/0.56	c * 0.5s|   314 |   256 |  1287 |   3.8 | 824k|  31 |   - |  94 | 126 |  94 |  17 |  27 |  16 | 414 | 0.000000e+00 | 1.440000e+02 |    Inf 
0.49/0.57	o 143
0.49/0.57	c * 0.6s|   331 |   268 |  1342 |   3.8 | 836k|  31 |   - |  94 | 127 |  94 |  17 |  27 |  17 | 424 | 0.000000e+00 | 1.430000e+02 |    Inf 
0.59/0.60	o 141
0.59/0.60	c v 0.6s|   391 |   320 |  1541 |   3.7 | 867k|  31 |   - |  94 | 129 |  94 |  17 |  27 |  19 | 442 | 0.000000e+00 | 1.410000e+02 |    Inf 
0.59/0.63	o 139
0.59/0.63	c * 0.6s|   436 |   358 |  1722 |   3.7 | 892k|  31 |   - |  94 | 132 |  94 |  17 |  27 |  26 | 462 | 0.000000e+00 | 1.390000e+02 |    Inf 
0.59/0.63	o 137
0.59/0.63	c * 0.6s|   438 |   358 |  1722 |   3.7 | 894k|  31 |   - |  94 | 132 |  94 |  17 |  27 |  26 | 462 | 0.000000e+00 | 1.370000e+02 |    Inf 
0.59/0.63	o 135
0.59/0.63	c * 0.6s|   439 |   354 |  1722 |   3.7 | 893k|  31 |   - |  94 | 132 |  94 |  17 |  27 |  26 | 462 | 0.000000e+00 | 1.350000e+02 |    Inf 
0.59/0.64	o 126
0.59/0.64	c c 0.6s|   453 |   357 |  1765 |   3.7 | 897k|  31 |   - |  94 | 132 |  94 |  17 |  27 |  26 | 470 | 0.000000e+00 | 1.260000e+02 |    Inf 
0.59/0.65	o 125
0.59/0.65	c p 0.6s|   467 |   369 |  1800 |   3.6 | 906k|  31 |   - |  94 | 111 |  94 |  17 |  27 |  27 | 476 | 0.000000e+00 | 1.250000e+02 |    Inf 
0.59/0.66	o 124
0.59/0.66	c f 0.7s|   492 |   390 |  1883 |   3.6 | 923k|  31 |   - |  94 | 111 |  94 |  17 |  27 |  29 | 492 | 0.000000e+00 | 1.240000e+02 |    Inf 
0.59/0.67	o 123
0.59/0.67	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.59/0.67	c v 0.7s|   507 |   402 |  1927 |   3.6 | 928k|  31 |   - |  94 | 112 |  94 |  17 |  27 |  30 | 499 | 0.000000e+00 | 1.230000e+02 |    Inf 
0.59/0.67	o 122
0.59/0.67	c * 0.7s|   519 |   412 |  1960 |   3.6 | 933k|  31 |   - |  94 | 112 |  94 |  17 |  27 |  30 | 502 | 0.000000e+00 | 1.220000e+02 |    Inf 
0.59/0.68	o 120
0.59/0.68	c l 0.7s|   522 |   412 |  1963 |   3.6 | 937k|  31 |   - |  94 | 112 |  94 |  17 |  27 |  31 | 506 | 0.000000e+00 | 1.200000e+02 |    Inf 
0.59/0.68	o 118
0.59/0.68	c g 0.7s|   522 |   410 |  1963 |   3.6 | 936k|  31 |   - |  94 | 112 |  94 |  17 |  27 |  32 | 506 | 0.000000e+00 | 1.180000e+02 |    Inf 
0.69/0.73	o 92
0.69/0.73	c s 0.7s|   617 |   452 |  2276 |   3.5 | 953k|  31 |   4 |  94 | 115 |  94 |  17 |  27 |  44 | 512 | 0.000000e+00 | 9.200000e+01 |    Inf 
0.69/0.73	o 90
0.69/0.73	c v 0.7s|   617 |   446 |  2287 |   3.5 | 957k|  31 |   - |  94 | 115 |  94 |  17 |  27 |  45 | 513 | 0.000000e+00 | 9.000000e+01 |    Inf 
0.69/0.77	o 89
0.69/0.77	c l 0.8s|   687 |   509 |  2637 |   3.7 | 995k|  31 |   - |  94 | 120 |  94 |  17 |  27 |  51 | 519 | 0.000000e+00 | 8.900000e+01 |    Inf 
0.69/0.77	o 87
0.69/0.77	c g 0.8s|   687 |   504 |  2637 |   3.7 | 994k|  31 |   - |  94 | 120 |  94 |  17 |  27 |  52 | 519 | 0.000000e+00 | 8.700000e+01 |    Inf 
0.79/0.86	o 85
0.79/0.86	c l 0.8s|   807 |   608 |  3358 |   4.0 |1060k|  31 |   - |  94 | 135 |  94 |  17 |  27 |  80 | 528 | 0.000000e+00 | 8.500000e+01 |    Inf 
0.79/0.86	o 67
0.79/0.86	c g 0.9s|   811 |   584 |  3381 |   4.0 |1051k|  31 |   - |  94 | 135 |  94 |  17 |  27 |  80 | 528 | 0.000000e+00 | 6.700000e+01 |    Inf 
0.79/0.89	o 65
0.79/0.89	c * 0.9s|   851 |   619 |  3600 |   4.1 |1071k|  31 |   - |  94 | 138 |  94 |  17 |  27 |  87 | 529 | 0.000000e+00 | 6.500000e+01 |    Inf 
0.89/0.94	o 42
0.89/0.94	c g 0.9s|   914 |   579 |  3973 |   4.2 |1071k|  31 |   - |  94 | 147 |  94 |  17 |  27 | 101 | 533 | 0.000000e+00 | 4.200000e+01 |    Inf 
0.89/0.99	o 40
0.89/0.99	c f 1.0s|  1004 |   654 |  4319 |   4.2 |1113k|  31 |   - |  94 | 154 |  94 |  17 |  27 | 114 | 538 | 0.000000e+00 | 4.000000e+01 |    Inf 
1.00/1.02	o 39
1.00/1.02	c * 1.0s|  1070 |   700 |  4607 |   4.2 |1138k|  31 |   - |  94 | 157 |  94 |  17 |  27 | 122 | 540 | 0.000000e+00 | 3.900000e+01 |    Inf 
1.10/1.12	o 38
1.10/1.12	c v 1.1s|  1228 |   821 |  5315 |   4.2 |1217k|  31 |   - |  94 | 178 |  94 |  17 |  27 | 152 | 546 | 0.000000e+00 | 3.800000e+01 |    Inf 
1.10/1.12	o 36
1.10/1.12	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1.10/1.12	c f 1.1s|  1228 |   813 |  5315 |   4.2 |1215k|  31 |   - |  94 | 179 |  94 |  17 |  27 | 154 | 546 | 0.000000e+00 | 3.600000e+01 |    Inf 
1.39/1.40	o 34
1.39/1.40	c C 1.4s|  1428 |   942 |  6523 |   4.5 |1292k|  31 |   4 |  94 | 202 |  94 |  17 |  27 | 194 | 548 | 0.000000e+00 | 3.400000e+01 |    Inf 
1.59/1.66	o 32
1.59/1.66	c * 1.7s|  1822 |  1149 |  8810 |   4.8 |1445k|  31 |   - |  94 | 248 |  94 |  17 |  27 | 282 | 549 | 0.000000e+00 | 3.200000e+01 |    Inf 
1.59/1.66	o 30
1.59/1.66	c * 1.7s|  1824 |  1132 |  8810 |   4.8 |1425k|  31 |   - |  94 | 128 |  94 |  17 |  27 | 282 | 549 | 0.000000e+00 | 3.000000e+01 |    Inf 
1.59/1.66	o 28
1.59/1.66	c * 1.7s|  1825 |  1112 |  8810 |   4.8 |1413k|  31 |   - |  94 | 128 |  94 |  17 |  27 | 282 | 549 | 0.000000e+00 | 2.800000e+01 |    Inf 
1.79/1.82	o 20
1.79/1.82	c c 1.8s|  2101 |  1206 | 10186 |   4.8 |1478k|  31 |   - |  94 | 196 |  94 |  17 |  27 | 369 | 559 | 0.000000e+00 | 2.000000e+01 |    Inf 
1.79/1.85	o 19
1.79/1.85	c g 1.8s|  2145 |  1228 | 10471 |   4.8 |1486k|  31 |   - |  94 | 207 |  94 |  17 |  27 | 380 | 559 | 0.000000e+00 | 1.900000e+01 |    Inf 
1.79/1.89	o 18
1.79/1.89	c * 1.9s|  2210 |  1249 | 10744 |   4.8 |1498k|  31 |   - |  94 | 211 |  94 |  17 |  27 | 386 | 559 | 0.000000e+00 | 1.800000e+01 |    Inf 
2.09/2.16	o 14
2.09/2.16	c * 2.2s|  2667 |  1422 | 13037 |   4.9 |1628k|  31 |   - |  94 | 324 |  94 |  17 |  27 | 518 | 563 | 0.000000e+00 | 1.400000e+01 |    Inf 
2.20/2.22	o 6
2.20/2.22	c * 2.2s|  2780 |  1281 | 13602 |   4.9 |1522k|  31 |   - |  94 | 332 |  94 |  17 |  27 | 535 | 566 | 0.000000e+00 | 6.000000e+00 |    Inf 
4.49/4.58	c   4.6s| 10000 |  2141 | 31883 |   3.2 |2192k|  31 |   4 |  94 | 728 |  94 |  17 |  27 |1033 | 669 | 0.000000e+00 | 6.000000e+00 |    Inf 
5.09/5.16	o 5
5.09/5.16	c * 5.1s| 11764 |  2190 | 35860 |   3.0 |2293k|  31 |   - |  94 | 857 |  94 |  17 |  27 |1169 | 698 | 0.000000e+00 | 5.000000e+00 |    Inf 
7.70/7.73	c   7.7s| 20000 |  2124 | 53656 |   2.7 |2502k|  31 |   4 |  94 |1318 |  94 |  17 |  27 |1702 | 865 | 0.000000e+00 | 5.000000e+00 |    Inf 
10.79/10.89	c  10.9s| 30000 |  2053 | 75149 |   2.5 |2760k|  31 |   4 |  94 |1871 |  94 |  17 |  27 |2323 |1014 | 0.000000e+00 | 5.000000e+00 |    Inf 
14.29/14.34	c  14.3s| 40000 |  2283 | 96785 |   2.4 |3149k|  31 |   - |  94 |2366 |  94 |  17 |  27 |2912 |1181 | 0.000000e+00 | 5.000000e+00 |    Inf 
14.98/15.05	o 3
14.98/15.05	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
14.98/15.05	c *15.0s| 42017 |  2370 |101023 |   2.4 |3238k|  31 |   - |  94 |2451 |  94 |  17 |  27 |3013 |1203 | 0.000000e+00 | 3.000000e+00 |    Inf 
17.59/17.65	c  17.6s| 50000 |  2474 |117232 |   2.3 |3518k|  31 |   - |  94 |2764 |   0 |   0 |  27 |3411 |1225 | 0.000000e+00 | 3.000000e+00 |    Inf 
21.19/21.24	c  21.2s| 60000 |  2275 |137523 |   2.3 |3620k|  31 |   - |  94 |3139 |  94 |  17 |  27 |3960 |1242 | 0.000000e+00 | 3.000000e+00 |    Inf 
24.88/24.98	c  25.0s| 70000 |  2126 |158686 |   2.3 |3659k|  31 |   4 |  94 |3316 |  94 |  17 |  27 |4543 |1301 | 0.000000e+00 | 3.000000e+00 |    Inf 
26.08/26.19	o 2
26.08/26.19	c *26.2s| 73237 |  2003 |165361 |   2.3 |3546k|  31 |   - |  94 |3219 |  94 |  17 |  27 |4717 |1317 | 0.000000e+00 | 2.000000e+00 |    Inf 
28.59/28.62	c  28.6s| 80000 |  2513 |179748 |   2.2 |3761k|  31 |   4 |  94 |2878 |  94 |  17 |  27 |5100 |1366 | 0.000000e+00 | 2.000000e+00 |    Inf 
31.98/32.02	c  32.0s| 90000 |  2977 |201034 |   2.2 |4116k|  31 |   4 |  94 |2830 |  94 |  17 |  27 |5661 |1374 | 0.000000e+00 | 2.000000e+00 |    Inf 
35.38/35.40	c  35.4s|100000 |  2678 |221952 |   2.2 |3970k|  31 |   - |  94 |2560 |  94 |  17 |  27 |6167 |1381 | 0.000000e+00 | 2.000000e+00 |    Inf 
38.68/38.70	c  38.7s|110000 |  2341 |242657 |   2.2 |3711k|  31 |   - |  94 |2466 |  94 |  17 |  27 |6750 |1394 | 0.000000e+00 | 2.000000e+00 |    Inf 
41.79/41.84	c  41.8s|120000 |  2007 |263047 |   2.2 |3127k|  31 |   4 |  94 |1882 |  94 |  17 |  27 |7232 |1403 | 0.000000e+00 | 2.000000e+00 |    Inf 
44.68/44.72	c  44.7s|130000 |  1848 |283937 |   2.2 |2867k|  31 |   4 |  94 |1514 |  94 |  17 |  27 |7772 |1451 | 0.000000e+00 | 2.000000e+00 |    Inf 
47.38/47.45	c  47.4s|140000 |  1840 |305087 |   2.2 |2928k|  31 |   - |  94 |1534 |  94 |  17 |  27 |8196 |1727 | 0.000000e+00 | 2.000000e+00 |    Inf 
50.18/50.20	c  50.2s|150000 |  2075 |326604 |   2.2 |3127k|  31 |   - |  94 |1729 |  94 |  17 |  27 |8694 |1739 | 0.000000e+00 | 2.000000e+00 |    Inf 
52.79/52.88	c  52.9s|160000 |  1828 |347309 |   2.2 |3011k|  31 |   - |  94 |1744 |  94 |  17 |  27 |9126 |1755 | 0.000000e+00 | 2.000000e+00 |    Inf 
55.57/55.63	c  55.6s|170000 |  1757 |368712 |   2.2 |2951k|  31 |   4 |  94 |1747 |  94 |  17 |  27 |9655 |1767 | 0.000000e+00 | 2.000000e+00 |    Inf 
58.28/58.37	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
58.28/58.37	c  58.4s|180000 |  1706 |389933 |   2.2 |2808k|  31 |   4 |  94 |1370 |  94 |  17 |  27 |  10k|1831 | 0.000000e+00 | 2.000000e+00 |    Inf 
60.98/61.01	c  61.0s|190000 |  1734 |411158 |   2.2 |2890k|  31 |   4 |  94 |1480 |  94 |  17 |  27 |  10k|1853 | 0.000000e+00 | 2.000000e+00 |    Inf 
63.58/63.65	c  63.6s|200000 |  1678 |432355 |   2.2 |2778k|  31 |   - |  94 |1339 |  94 |  17 |  27 |  11k|1895 | 0.000000e+00 | 2.000000e+00 |    Inf 
66.17/66.26	c  66.2s|210000 |  1643 |453721 |   2.2 |2702k|  31 |   - |  94 |1141 |  94 |  17 |  27 |  11k|1910 | 0.000000e+00 | 2.000000e+00 |    Inf 
68.67/68.73	c  68.7s|220000 |  1524 |474694 |   2.2 |2595k|  31 |   - |  94 | 992 |  94 |  17 |  27 |  12k|1931 | 0.000000e+00 | 2.000000e+00 |    Inf 
71.07/71.14	c  71.1s|230000 |  1532 |495480 |   2.2 |2644k|  31 |   4 |  94 |1037 |  94 |  17 |  27 |  12k|1940 | 0.000000e+00 | 2.000000e+00 |    Inf 
73.47/73.57	c  73.6s|240000 |  1361 |516237 |   2.2 |2480k|  31 |   - |  94 | 856 |   0 |   0 |  27 |  12k|1961 | 0.000000e+00 | 2.000000e+00 |    Inf 
75.97/76.08	c  76.1s|250000 |  1520 |538904 |   2.2 |2668k|  31 |   - |  94 | 920 |  94 |  17 |  27 |  13k|1964 | 0.000000e+00 | 2.000000e+00 |    Inf 
78.47/78.59	c  78.6s|260000 |  1432 |561352 |   2.2 |2570k|  31 |   - |  94 | 966 |  94 |  17 |  27 |  13k|1985 | 0.000000e+00 | 2.000000e+00 |    Inf 
81.07/81.14	c  81.1s|270000 |  1824 |583073 |   2.2 |2921k|  31 |   4 |  94 |1117 |  94 |  17 |  27 |  14k|2002 | 0.000000e+00 | 2.000000e+00 |    Inf 
83.58/83.65	c  83.6s|280000 |  2085 |604044 |   2.2 |3222k|  31 |   4 |  94 |1236 |  94 |  17 |  27 |  14k|2017 | 0.000000e+00 | 2.000000e+00 |    Inf 
86.27/86.31	c  86.3s|290000 |  1546 |625465 |   2.2 |2801k|  31 |   4 |  94 |1084 |  94 |  17 |  27 |  15k|2029 | 0.000000e+00 | 2.000000e+00 |    Inf 
88.77/88.81	c  88.8s|300000 |  1799 |646334 |   2.2 |2898k|  31 |   - |  94 |1150 |  94 |  17 |  27 |  15k|2038 | 0.000000e+00 | 2.000000e+00 |    Inf 
91.27/91.32	c  91.3s|310000 |  1817 |666730 |   2.2 |3076k|  31 |   - |  94 |1289 |  94 |  17 |  27 |  16k|2047 | 0.000000e+00 | 2.000000e+00 |    Inf 
93.87/93.93	c  93.9s|320000 |  2111 |688397 |   2.2 |3354k|  31 |   - |  94 |1317 |  94 |  17 |  27 |  16k|2050 | 0.000000e+00 | 2.000000e+00 |    Inf 
96.36/96.44	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
96.36/96.44	c  96.4s|330000 |  2105 |709173 |   2.1 |3395k|  31 |   - |  94 |1272 |   0 |   0 |  27 |  17k|2056 | 0.000000e+00 | 2.000000e+00 |    Inf 
98.98/99.04	c  99.0s|340000 |  1442 |730072 |   2.1 |2636k|  31 |   - |  94 |1048 |  94 |  17 |  27 |  17k|2084 | 0.000000e+00 | 2.000000e+00 |    Inf 
101.47/101.51	c   102s|350000 |  1541 |750602 |   2.1 |2698k|  31 |   4 |  94 |1104 |  94 |  17 |  27 |  18k|2107 | 0.000000e+00 | 2.000000e+00 |    Inf 
103.97/104.00	c   104s|360000 |  1670 |770948 |   2.1 |2916k|  31 |   - |  94 |1278 |  94 |  17 |  27 |  18k|2124 | 0.000000e+00 | 2.000000e+00 |    Inf 
106.47/106.54	c   107s|370000 |  1448 |791284 |   2.1 |2791k|  31 |   - |  94 |1282 |  94 |  17 |  27 |  19k|2140 | 0.000000e+00 | 2.000000e+00 |    Inf 
108.97/109.09	c   109s|380000 |  1302 |812229 |   2.1 |2573k|  31 |   - |  94 |1173 |  94 |  17 |  27 |  19k|2274 | 0.000000e+00 | 2.000000e+00 |    Inf 
111.46/111.58	c   112s|390000 |  1432 |834120 |   2.1 |2718k|  31 |   - |  94 |1197 |  94 |  17 |  27 |  20k|2393 | 0.000000e+00 | 2.000000e+00 |    Inf 
113.96/114.05	c   114s|400000 |  1517 |855397 |   2.1 |2844k|  31 |   - |  94 |1291 |  94 |  17 |  27 |  20k|2409 | 0.000000e+00 | 2.000000e+00 |    Inf 
116.47/116.54	c   117s|410000 |  1590 |875850 |   2.1 |2950k|  31 |   4 |  94 |1314 |  94 |  17 |  27 |  20k|2426 | 0.000000e+00 | 2.000000e+00 |    Inf 
118.96/119.06	c   119s|420000 |  1387 |896749 |   2.1 |2716k|  31 |   4 |  94 |1254 |  94 |  17 |  27 |  21k|2443 | 0.000000e+00 | 2.000000e+00 |    Inf 
121.46/121.50	c   121s|430000 |  1318 |918288 |   2.1 |2680k|  31 |   - |  94 |1354 |  94 |  17 |  27 |  21k|2459 | 0.000000e+00 | 2.000000e+00 |    Inf 
123.96/124.03	c   124s|440000 |  1530 |939992 |   2.1 |2855k|  31 |   - |  94 |1426 |  94 |  17 |  27 |  22k|2484 | 0.000000e+00 | 2.000000e+00 |    Inf 
126.36/126.50	c   126s|450000 |  1337 |960247 |   2.1 |2721k|  31 |   - |  94 |1433 |   0 |   0 |  27 |  22k|2499 | 0.000000e+00 | 2.000000e+00 |    Inf 
128.86/128.97	c   129s|460000 |  1370 |980543 |   2.1 |2771k|  31 |   4 |  94 |1487 |  94 |  17 |  27 |  23k|2511 | 0.000000e+00 | 2.000000e+00 |    Inf 
131.36/131.46	c   131s|470000 |  1349 |  1001k|   2.1 |2664k|  31 |   - |  94 |1227 |  94 |  17 |  27 |  23k|2521 | 0.000000e+00 | 2.000000e+00 |    Inf 
133.76/133.87	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
133.76/133.87	c   134s|480000 |  1259 |  1022k|   2.1 |2589k|  31 |   4 |  94 |1207 |  94 |  17 |  27 |  23k|2542 | 0.000000e+00 | 2.000000e+00 |    Inf 
136.16/136.25	c   136s|490000 |  1104 |  1043k|   2.1 |2451k|  31 |   - |  94 |1040 |  94 |  17 |  27 |  24k|2558 | 0.000000e+00 | 2.000000e+00 |    Inf 
138.56/138.63	c   139s|500000 |  1091 |  1064k|   2.1 |2468k|  31 |   4 |  94 |1083 |  94 |  17 |  27 |  24k|2569 | 0.000000e+00 | 2.000000e+00 |    Inf 
140.95/141.05	c   141s|510000 |  1001 |  1085k|   2.1 |2399k|  31 |   - |  94 | 955 |  94 |  17 |  27 |  25k|2579 | 0.000000e+00 | 2.000000e+00 |    Inf 
143.35/143.42	c   143s|520000 |  1285 |  1107k|   2.1 |2618k|  31 |   4 |  94 | 868 |  94 |  17 |  27 |  25k|2590 | 0.000000e+00 | 2.000000e+00 |    Inf 
145.76/145.82	c   146s|530000 |  1465 |  1128k|   2.1 |2817k|  31 |   - |  94 | 935 |   0 |   0 |  27 |  25k|2597 | 0.000000e+00 | 2.000000e+00 |    Inf 
148.15/148.21	c   148s|540000 |  1389 |  1149k|   2.1 |2847k|  31 |   4 |  94 | 976 |  94 |  17 |  27 |  26k|2613 | 0.000000e+00 | 2.000000e+00 |    Inf 
150.56/150.62	c   151s|550000 |  1085 |  1169k|   2.1 |2402k|  31 |   4 |  94 | 799 |  94 |  17 |  27 |  26k|2622 | 0.000000e+00 | 2.000000e+00 |    Inf 
152.86/152.97	c   153s|560000 |  1739 |  1191k|   2.1 |2960k|  31 |   - |  94 | 972 |  94 |  17 |  27 |  27k|2638 | 0.000000e+00 | 2.000000e+00 |    Inf 
155.25/155.36	c   155s|570000 |  1526 |  1211k|   2.1 |2919k|  31 |   4 |  94 | 985 |  94 |  17 |  27 |  27k|2640 | 0.000000e+00 | 2.000000e+00 |    Inf 
157.65/157.76	c   158s|580000 |  1101 |  1231k|   2.1 |2609k|  31 |   4 |  94 |1016 |  94 |  17 |  27 |  27k|2655 | 0.000000e+00 | 2.000000e+00 |    Inf 
160.05/160.10	c   160s|590000 |  1056 |  1251k|   2.1 |2456k|  31 |   - |  94 |1017 |  94 |  17 |  27 |  28k|2674 | 0.000000e+00 | 2.000000e+00 |    Inf 
162.45/162.50	c   162s|600000 |  1158 |  1272k|   2.1 |2607k|  31 |   4 |  94 |1001 |  94 |  17 |  27 |  28k|2688 | 0.000000e+00 | 2.000000e+00 |    Inf 
164.75/164.89	c   165s|610000 |  1762 |  1293k|   2.1 |2884k|  31 |   4 |  94 | 958 |  94 |  17 |  27 |  29k|2700 | 0.000000e+00 | 2.000000e+00 |    Inf 
167.15/167.28	c   167s|620000 |  2715 |  1314k|   2.1 |3593k|  31 |   4 |  94 |1125 |  94 |  17 |  27 |  29k|2729 | 0.000000e+00 | 2.000000e+00 |    Inf 
169.55/169.64	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
169.55/169.64	c   170s|630000 |  2788 |  1334k|   2.1 |3737k|  31 |   4 |  94 | 917 |  94 |  17 |  27 |  29k|2734 | 0.000000e+00 | 2.000000e+00 |    Inf 
171.94/172.01	c   172s|640000 |  3145 |  1355k|   2.1 |4110k|  31 |   - |  94 |1014 |  94 |  17 |  27 |  30k|2751 | 0.000000e+00 | 2.000000e+00 |    Inf 
174.34/174.41	c   174s|650000 |  2989 |  1376k|   2.1 |4112k|  31 |   4 |  94 | 951 |  94 |  17 |  27 |  30k|2761 | 0.000000e+00 | 2.000000e+00 |    Inf 
176.75/176.80	c   177s|660000 |  2924 |  1396k|   2.1 |4195k|  31 |   4 |  94 |1052 |  94 |  17 |  27 |  31k|2767 | 0.000000e+00 | 2.000000e+00 |    Inf 
179.25/179.39	c   179s|670000 |  1038 |  1416k|   2.1 |2472k|  31 |   - |  94 | 798 |  94 |  17 |  27 |  31k|2780 | 0.000000e+00 | 2.000000e+00 |    Inf 
181.55/181.69	c   182s|680000 |  1782 |  1437k|   2.1 |2910k|  31 |   4 |  94 | 889 |  94 |  17 |  27 |  31k|2787 | 0.000000e+00 | 2.000000e+00 |    Inf 
183.95/184.03	c   184s|690000 |  1956 |  1457k|   2.1 |3157k|  31 |   - |  94 | 939 |  94 |  17 |  27 |  32k|2808 | 0.000000e+00 | 2.000000e+00 |    Inf 
186.24/186.36	c   186s|700000 |  1859 |  1478k|   2.1 |3095k|  31 |   - |  94 | 926 |  94 |  17 |  27 |  32k|2824 | 0.000000e+00 | 2.000000e+00 |    Inf 
188.54/188.67	c   189s|710000 |  2028 |  1498k|   2.1 |3428k|  31 |   - |  94 |1106 |  94 |  17 |  27 |  32k|2843 | 0.000000e+00 | 2.000000e+00 |    Inf 
191.04/191.12	c   191s|720000 |  1062 |  1518k|   2.1 |2481k|  31 |   - |  94 |1019 |   0 |   0 |  27 |  33k|2875 | 0.000000e+00 | 2.000000e+00 |    Inf 
193.45/193.52	c   194s|730000 |   890 |  1538k|   2.1 |2398k|  31 |   4 |  94 |1085 |  94 |  17 |  27 |  33k|3058 | 0.000000e+00 | 2.000000e+00 |    Inf 
195.74/195.81	c   196s|740000 |   907 |  1559k|   2.1 |2449k|  31 |   - |  94 |1081 |  94 |  17 |  27 |  34k|3062 | 0.000000e+00 | 2.000000e+00 |    Inf 
197.94/198.06	c   198s|750000 |   843 |  1579k|   2.1 |2423k|  31 |   4 |  94 |1194 |  94 |  17 |  27 |  34k|3068 | 0.000000e+00 | 2.000000e+00 |    Inf 
200.24/200.38	c   200s|760000 |   812 |  1599k|   2.1 |2441k|  31 |   - |  94 |1248 |  94 |  17 |  27 |  34k|3078 | 0.000000e+00 | 2.000000e+00 |    Inf 
202.64/202.77	c   203s|770000 |   745 |  1620k|   2.1 |2378k|  31 |   - |  94 |1186 |  94 |  17 |  27 |  35k|3087 | 0.000000e+00 | 2.000000e+00 |    Inf 
205.04/205.11	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
205.04/205.11	c   205s|780000 |  1032 |  1640k|   2.1 |2622k|  31 |   - |  94 |1215 |  94 |  17 |  27 |  35k|3100 | 0.000000e+00 | 2.000000e+00 |    Inf 
207.33/207.48	c   207s|790000 |   695 |  1660k|   2.1 |2324k|  31 |   4 |  94 |1093 |  94 |  17 |  27 |  35k|3105 | 0.000000e+00 | 2.000000e+00 |    Inf 
209.63/209.71	c   210s|800000 |   772 |  1680k|   2.1 |2430k|  31 |   - |  94 |1124 |  94 |  17 |  27 |  36k|3115 | 0.000000e+00 | 2.000000e+00 |    Inf 
211.93/212.02	c   212s|810000 |   680 |  1701k|   2.1 |2314k|  31 |   4 |  94 |1085 |  94 |  17 |  27 |  36k|3134 | 0.000000e+00 | 2.000000e+00 |    Inf 
214.23/214.36	c   214s|820000 |   664 |  1721k|   2.1 |2335k|  31 |   4 |  94 |1130 |  94 |  17 |  27 |  37k|3145 | 0.000000e+00 | 2.000000e+00 |    Inf 
216.64/216.72	c   217s|830000 |   655 |  1741k|   2.1 |2321k|  31 |   - |  94 |1143 |  94 |  17 |  27 |  37k|3152 | 0.000000e+00 | 2.000000e+00 |    Inf 
218.93/219.08	c   219s|840000 |   561 |  1761k|   2.1 |2293k|  31 |   - |  94 |1163 |  94 |  17 |  27 |  37k|3164 | 0.000000e+00 | 2.000000e+00 |    Inf 
221.24/221.39	c   221s|850000 |   804 |  1782k|   2.1 |2535k|  31 |   - |  94 |1310 |  94 |  17 |  27 |  38k|3183 | 0.000000e+00 | 2.000000e+00 |    Inf 
223.64/223.74	c   224s|860000 |   631 |  1802k|   2.1 |2450k|  31 |   - |  94 |1317 |   0 |   0 |  27 |  38k|3196 | 0.000000e+00 | 2.000000e+00 |    Inf 
225.93/226.08	c   226s|870000 |   518 |  1823k|   2.1 |2258k|  31 |   - |  94 |1060 |  94 |  17 |  27 |  38k|3216 | 0.000000e+00 | 2.000000e+00 |    Inf 
228.23/228.39	c   228s|880000 |   446 |  1843k|   2.1 |2252k|  31 |   4 |  94 |1134 |  94 |  17 |  27 |  39k|3236 | 0.000000e+00 | 2.000000e+00 |    Inf 
230.53/230.65	c   231s|890000 |   463 |  1864k|   2.1 |2275k|  31 |   4 |  94 |1100 |  94 |  17 |  27 |  39k|3261 | 0.000000e+00 | 2.000000e+00 |    Inf 
232.83/232.91	c   233s|900000 |   762 |  1885k|   2.1 |2435k|  31 |   4 |  94 |1026 |  94 |  17 |  27 |  39k|3280 | 0.000000e+00 | 2.000000e+00 |    Inf 
235.03/235.19	c   235s|910000 |   918 |  1905k|   2.1 |2680k|  31 |   - |  94 |1126 |   0 |   0 |  27 |  40k|3302 | 0.000000e+00 | 2.000000e+00 |    Inf 
237.43/237.56	c   238s|920000 |  1302 |  1925k|   2.1 |2908k|  31 |   4 |  94 |1075 |  94 |  17 |  27 |  40k|3320 | 0.000000e+00 | 2.000000e+00 |    Inf 
239.74/239.82	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
239.74/239.82	c   240s|930000 |  1133 |  1945k|   2.1 |2926k|  31 |   - |  94 |1087 |  94 |  17 |  27 |  41k|3341 | 0.000000e+00 | 2.000000e+00 |    Inf 
242.02/242.11	c   242s|940000 |  1147 |  1964k|   2.1 |2914k|  31 |   4 |  94 |1040 |  94 |  17 |  27 |  41k|3363 | 0.000000e+00 | 2.000000e+00 |    Inf 
244.23/244.38	c   244s|950000 |   992 |  1983k|   2.1 |2834k|  31 |   - |  94 |1049 |  94 |  17 |  27 |  41k|3371 | 0.000000e+00 | 2.000000e+00 |    Inf 
246.62/246.70	c   247s|960000 |   456 |  2002k|   2.1 |2332k|  31 |   - |  94 |1012 |   0 |   0 |  27 |  42k|3388 | 0.000000e+00 | 2.000000e+00 |    Inf 
248.82/248.94	c   249s|970000 |   338 |  2022k|   2.1 |2205k|  31 |   4 |  94 |1131 |  94 |  17 |  27 |  42k|3410 | 0.000000e+00 | 2.000000e+00 |    Inf 
251.02/251.19	c   251s|980000 |   272 |  2042k|   2.1 |2124k|  31 |   4 |  94 |1100 |  94 |  17 |  27 |  42k|3417 | 0.000000e+00 | 2.000000e+00 |    Inf 
253.43/253.50	c   253s|990000 |   224 |  2063k|   2.1 |2108k|  31 |   - |  94 |1119 |   0 |   0 |  27 |  43k|3436 | 0.000000e+00 | 2.000000e+00 |    Inf 
255.73/255.82	c   256s|  1000k|   201 |  2083k|   2.1 |1966k|  31 |   - |  94 |1007 |  94 |  17 |  27 |  43k|3454 | 0.000000e+00 | 2.000000e+00 |    Inf 
258.03/258.12	c   258s|  1010k|   288 |  2104k|   2.1 |2040k|  31 |   4 |  94 |1049 |  94 |  17 |  27 |  43k|3468 | 0.000000e+00 | 2.000000e+00 |    Inf 
260.33/260.46	c   260s|  1020k|   110 |  2123k|   2.1 |1901k|  31 |   4 |  94 |1026 |  94 |  17 |  27 |  44k|3478 | 0.000000e+00 | 2.000000e+00 |    Inf 
262.63/262.74	c   263s|  1030k|   328 |  2143k|   2.1 |2115k|  31 |   4 |  94 |1089 |  94 |  17 |  27 |  44k|3502 | 0.000000e+00 | 2.000000e+00 |    Inf 
264.93/265.09	c   265s|  1040k|   393 |  2163k|   2.1 |2182k|  31 |   4 |  94 |1111 |  94 |  17 |  27 |  45k|3509 | 0.000000e+00 | 2.000000e+00 |    Inf 
267.32/267.47	c   267s|  1050k|   160 |  2182k|   2.1 |1941k|  31 |   - |  94 |1078 |   0 |   0 |  27 |  45k|3514 | 0.000000e+00 | 2.000000e+00 |    Inf 
269.62/269.75	c   270s|  1060k|    26 |  2202k|   2.1 |1785k|  31 |   - |  94 |1030 |  94 |  17 |  27 |  45k|3517 | 0.000000e+00 | 2.000000e+00 |    Inf 
269.62/269.78	c 
269.62/269.78	c SCIP Status        : problem is solved [optimal solution found]
269.62/269.78	c Solving Time (sec) : 269.77
269.62/269.78	c Solving Nodes      : 1060118
269.62/269.78	c Primal Bound       : +2.00000000000000e+00 (59 solutions)
269.62/269.78	c Dual Bound         : +2.00000000000000e+00
269.62/269.78	c Gap                : 0.00 %
269.62/269.78	s OPTIMUM FOUND
269.62/269.78	v -x94 x93 x92 -x91 x90 -x89 -x88 x87 x86 x85 x84 x83 x82 -x81 -x80 -x79 -x78 -x77 x76 -x75 x74 -x73 -x72 -x71 -x70 -x69 x68 x67 
269.62/269.78	v -x66 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 
269.62/269.78	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 
269.62/269.78	v -x15 -x14 -x13 -x12 -x11 -x10 x9 -x8 -x7 -x6 -x5 -x4 -x3 -x2 -x1 
269.62/269.78	c SCIP Status        : problem is solved [optimal solution found]
269.62/269.78	c Solving Time       :     269.77
269.62/269.78	c Original Problem   :
269.62/269.78	c   Problem name     : HOME/instance-2703915-1278561744.opb
269.62/269.78	c   Variables        : 94 (94 binary, 0 integer, 0 implicit integer, 0 continuous)
269.62/269.78	c   Constraints      : 8 initial, 8 maximal
269.62/269.78	c Presolved Problem  :
269.62/269.78	c   Problem name     : t_HOME/instance-2703915-1278561744.opb
269.62/269.78	c   Variables        : 94 (94 binary, 0 integer, 0 implicit integer, 0 continuous)
269.62/269.78	c   Constraints      : 4 initial, 3388 maximal
269.62/269.78	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
269.62/269.78	c   trivial          :       0.00          0          0          0          0          0          0          0          0
269.62/269.78	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
269.62/269.78	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
269.62/269.78	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
269.62/269.78	c   implics          :       0.00          0          0          0          0          0          0          0          0
269.62/269.78	c   probing          :       0.01          0          0          0          0          0          0          0          0
269.62/269.78	c   linear           :       0.00          0          0          0          0          0          4          0          0
269.62/269.78	c   logicor          :       0.00          0          0          0          0          0          0          0          0
269.62/269.78	c   root node        :          -         57          -          -         57          -          -          -          -
269.62/269.78	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
269.62/269.78	c   integral         :          0          0          0     535546          0        524       1696          0          0    1066638
269.62/269.78	c   linear           :          4+         7    1307195          3          0     164625    1023833          0          0          0
269.62/269.78	c   logicor          :          0+         0     679404          0          0       2024      18129          0          0          0
269.62/269.78	c   countsols        :          0          0          0         23          0          0          0          0          0          0
269.62/269.78	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
269.62/269.78	c   integral         :       5.27       0.00       0.00       5.27       0.00
269.62/269.78	c   linear           :      45.57       0.00      45.57       0.00       0.00
269.62/269.78	c   logicor          :      14.87       0.00      14.87       0.00       0.00
269.62/269.78	c   countsols        :       0.00       0.00       0.00       0.00       0.00
269.62/269.78	c Propagators        :       Time      Calls    Cutoffs    DomReds
269.62/269.78	c   vbounds          :       0.51          2          0          0
269.62/269.78	c   rootredcost      :       0.53         50          0         56
269.62/269.78	c   pseudoobj        :       5.75    1307567        539      64917
269.62/269.78	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
269.62/269.78	c   propagation      :       6.14     167187      41248      57345       24.5          0        0.0          -
269.62/269.78	c   infeasible LP    :       0.10       2654       2654       2883       13.4          0        0.0          0
269.62/269.78	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
269.62/269.78	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
269.62/269.78	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
269.62/269.78	c   applied globally :          -          -          -      45252       23.7          -          -          -
269.62/269.78	c   applied locally  :          -          -          -        425       32.6          -          -          -
269.62/269.78	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
269.62/269.78	c   cut pool         :       0.00          5          -          -         23          -    (maximal pool size: 77)
269.62/269.78	c   redcost          :       4.08     564910          0     349897          0          0
269.62/269.78	c   impliedbounds    :       0.00          6          0          0          0          0
269.62/269.78	c   intobj           :       0.00          0          0          0          0          0
269.62/269.78	c   cgmip            :       0.00          0          0          0          0          0
269.62/269.78	c   gomory           :       0.00          6          0          0          0          0
269.62/269.78	c   strongcg         :       0.01          6          0          0         14          0
269.62/269.78	c   cmir             :       0.02          6          0          0         43          0
269.62/269.78	c   flowcover        :       0.02          6          0          0         46          0
269.62/269.78	c   clique           :       0.00          1          0          0          0          0
269.62/269.78	c   zerohalf         :       0.00          0          0          0          0          0
269.62/269.78	c   mcf              :       0.00          1          0          0          0          0
269.62/269.78	c   rapidlearning    :       0.08          1          0          0          0        112
269.62/269.78	c Pricers            :       Time      Calls       Vars
269.62/269.78	c   problem variables:       0.00          0          0
269.62/269.78	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
269.62/269.78	c   relpscost        :       4.76     535523        524       1696          0          0    1066638
269.62/269.78	c   pscost           :       0.00          0          0          0          0          0          0
269.62/269.78	c   inference        :       0.00          0          0          0          0          0          0
269.62/269.78	c   mostinf          :       0.00          0          0          0          0          0          0
269.62/269.78	c   leastinf         :       0.00          0          0          0          0          0          0
269.62/269.78	c   fullstrong       :       0.00          0          0          0          0          0          0
269.62/269.78	c   allfullstrong    :       0.00          0          0          0          0          0          0
269.62/269.78	c   random           :       0.00          0          0          0          0          0          0
269.62/269.78	c Primal Heuristics  :       Time      Calls      Found
269.62/269.78	c   LP solutions     :       0.00          -         23
269.62/269.78	c   pseudo solutions :       0.00          -          0
269.62/269.78	c   feaspump         :       0.10          1          0
269.62/269.78	c   oneopt           :       0.40         46          0
269.62/269.78	c   veclendiving     :       0.98       1183          5
269.62/269.78	c   guideddiving     :       0.92       1184          6
269.62/269.78	c   coefdiving       :       1.00       1184          3
269.62/269.78	c   pscostdiving     :       0.97       1184          2
269.62/269.78	c   fracdiving       :       0.94       1184          4
269.62/269.78	c   linesearchdiving :       0.93       1184          4
269.62/269.78	c   rootsoldiving    :       1.22        601          2
269.62/269.78	c   objpscostdiving  :       0.49        621          2
269.62/269.78	c   trivial          :       0.00          2          0
269.62/269.78	c   simplerounding   :       0.25          0          0
269.62/269.78	c   zirounding       :       0.37       1000          0
269.62/269.78	c   rounding         :       0.59      10616          0
269.62/269.78	c   shifting         :       9.84      16109          6
269.62/269.78	c   intshifting      :       0.04          0          0
269.62/269.78	c   twoopt           :       0.00          0          0
269.62/269.78	c   fixandinfer      :       0.00          0          0
269.62/269.78	c   intdiving        :       0.00          0          0
269.62/269.78	c   actconsdiving    :       0.00          0          0
269.62/269.78	c   octane           :       0.00          0          0
269.62/269.78	c   rens             :       0.12          1          0
269.62/269.78	c   rins             :       0.00          0          0
269.62/269.78	c   localbranching   :       0.00          0          0
269.62/269.78	c   mutation         :       0.00          0          0
269.62/269.78	c   crossover        :       0.14          1          1
269.62/269.78	c   dins             :       0.00          0          0
269.62/269.78	c   undercover       :       0.00          0          0
269.62/269.78	c   nlp              :       0.29          0          0
269.62/269.78	c   trysol           :       0.49          0          0
269.62/269.78	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
269.62/269.78	c   primal LP        :       0.00          0          0       0.00          -
269.62/269.78	c   dual LP          :      86.78     937433    2136106       2.28   24616.27
269.62/269.78	c   lex dual LP      :       0.00          0          0       0.00          -
269.62/269.78	c   barrier LP       :       0.00          0          0       0.00          -
269.62/269.78	c   diving/probing LP:       3.04      27851      66745       2.40   21970.29
269.62/269.78	c   strong branching :       0.67       3517      12740       3.62   19043.52
269.62/269.78	c     (at root node) :          -          9        471      52.33          -
269.62/269.78	c   conflict analysis:       0.00          0          0       0.00          -
269.62/269.78	c B&B Tree           :
269.62/269.78	c   number of runs   :          1
269.62/269.78	c   nodes            :    1060118
269.62/269.78	c   nodes (total)    :    1060118
269.62/269.78	c   nodes left       :          0
269.62/269.78	c   max depth        :         31
269.62/269.78	c   max depth (total):         31
269.62/269.78	c   backtracks       :     301588 (28.4%)
269.62/269.78	c   delayed cutoffs  :       5611
269.62/269.78	c   repropagations   :      19699 (35362 domain reductions, 4739 cutoffs)
269.62/269.78	c   avg switch length:       4.60
269.62/269.78	c   switching time   :      32.77
269.62/269.78	c Solution           :
269.62/269.78	c   Solutions found  :         59 (50 improvements)
269.62/269.78	c   First Solution   : +5.40000000000000e+02   (in run 1, after 1 nodes, 0.09 seconds, depth 0, found by <trysol>)
269.62/269.78	c   Primal Bound     : +2.00000000000000e+00   (in run 1, after 73237 nodes, 26.18 seconds, depth 18, found by <relaxation>)
269.62/269.78	c   Dual Bound       : +2.00000000000000e+00
269.62/269.78	c   Gap              :       0.00 %
269.62/269.78	c   Root Dual Bound  : +0.00000000000000e+00
269.62/269.78	c   Root Iterations  :        104
269.62/269.79	c Time complete: 269.7.

Verifier Data

OK	2

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2703915-1278561744/watcher-2703915-1278561744 -o /tmp/evaluation-result-2703915-1278561744/solver-2703915-1278561744 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2703915-1278561744.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.00 1.00 1.00 3/106 31144
/proc/meminfo: memFree=1538520/2059040 swapFree=4165016/4192956
[pid=31144] ppid=31142 vsize=7904 CPUtime=0
/proc/31144/stat : 31144 (pbscip.linux.x8) R 31142 31144 31021 0 -1 4202496 1058 0 0 0 0 0 0 0 19 0 1 0 24381599 8093696 971 1992294400 4194304 8395647 140734214217136 18446744073709551615 7382157 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/31144/statm: 1976 979 365 1026 0 946 0

[startup+0.0560211 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 31144
/proc/meminfo: memFree=1538520/2059040 swapFree=4165016/4192956
[pid=31144] ppid=31142 vsize=22108 CPUtime=0.04
/proc/31144/stat : 31144 (pbscip.linux.x8) R 31142 31144 31021 0 -1 4202496 4804 0 0 0 3 1 0 0 21 0 1 0 24381599 22638592 4363 1992294400 4194304 8395647 140734214217136 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/31144/statm: 5527 4363 597 1026 0 4497 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 22108

[startup+0.101026 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 31144
/proc/meminfo: memFree=1538520/2059040 swapFree=4165016/4192956
[pid=31144] ppid=31142 vsize=22240 CPUtime=0.09
/proc/31144/stat : 31144 (pbscip.linux.x8) R 31142 31144 31021 0 -1 4202496 4827 0 0 0 7 2 0 0 21 0 1 0 24381599 22773760 4386 1992294400 4194304 8395647 140734214217136 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/31144/statm: 5560 4386 597 1026 0 4530 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 22240

[startup+0.301048 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 31144
/proc/meminfo: memFree=1538520/2059040 swapFree=4165016/4192956
[pid=31144] ppid=31142 vsize=23548 CPUtime=0.29
/proc/31144/stat : 31144 (pbscip.linux.x8) R 31142 31144 31021 0 -1 4202496 5448 0 0 0 26 3 0 0 21 0 1 0 24381599 24113152 5007 1992294400 4194304 8395647 140734214217136 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/31144/statm: 5887 5007 621 1026 0 4857 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 23548

[startup+0.70109 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 31144
/proc/meminfo: memFree=1538520/2059040 swapFree=4165016/4192956
[pid=31144] ppid=31142 vsize=23548 CPUtime=0.69
/proc/31144/stat : 31144 (pbscip.linux.x8) R 31142 31144 31021 0 -1 4202496 5449 0 0 0 63 6 0 0 22 0 1 0 24381599 24113152 5008 1992294400 4194304 8395647 140734214217136 18446744073709551615 4968432 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/31144/statm: 5887 5008 621 1026 0 4857 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 23548

[startup+1.50118 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 31145
/proc/meminfo: memFree=1520780/2059040 swapFree=4165016/4192956
[pid=31144] ppid=31142 vsize=23804 CPUtime=1.49
/proc/31144/stat : 31144 (pbscip.linux.x8) R 31142 31144 31021 0 -1 4202496 5545 0 0 0 139 10 0 0 25 0 1 0 24381599 24375296 5104 1992294400 4194304 8395647 140734214217136 18446744073709551615 5541489 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/31144/statm: 5951 5104 623 1026 0 4921 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 23804

[startup+3.10135 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 31145
/proc/meminfo: memFree=1520160/2059040 swapFree=4165016/4192956
[pid=31144] ppid=31142 vsize=23804 CPUtime=3.09
/proc/31144/stat : 31144 (pbscip.linux.x8) R 31142 31144 31021 0 -1 4202496 5548 0 0 0 292 17 0 0 25 0 1 0 24381599 24375296 5107 1992294400 4194304 8395647 140734214217136 18446744073709551615 6068892 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/31144/statm: 5951 5107 623 1026 0 4921 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 23804

[startup+6.30069 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 31145
/proc/meminfo: memFree=1519788/2059040 swapFree=4165016/4192956
[pid=31144] ppid=31142 vsize=23804 CPUtime=6.28
/proc/31144/stat : 31144 (pbscip.linux.x8) R 31142 31144 31021 0 -1 4202496 5549 0 0 0 600 28 0 0 25 0 1 0 24381599 24375296 5108 1992294400 4194304 8395647 140734214217136 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/31144/statm: 5951 5108 623 1026 0 4921 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 23804

[startup+12.7014 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 31145
/proc/meminfo: memFree=1519788/2059040 swapFree=4165016/4192956
[pid=31144] ppid=31142 vsize=23804 CPUtime=12.69
/proc/31144/stat : 31144 (pbscip.linux.x8) R 31142 31144 31021 0 -1 4202496 5549 0 0 0 1219 50 0 0 25 0 1 0 24381599 24375296 5108 1992294400 4194304 8395647 140734214217136 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/31144/statm: 5951 5108 623 1026 0 4921 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 23804

[startup+25.5007 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 31146
/proc/meminfo: memFree=1519788/2059040 swapFree=4165016/4192956
[pid=31144] ppid=31142 vsize=23804 CPUtime=25.48
/proc/31144/stat : 31144 (pbscip.linux.x8) R 31142 31144 31021 0 -1 4202496 5550 0 0 0 2457 91 0 0 25 0 1 0 24381599 24375296 5109 1992294400 4194304 8395647 140734214217136 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/31144/statm: 5951 5109 623 1026 0 4921 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 23804

[startup+51.1005 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 31147
/proc/meminfo: memFree=1519788/2059040 swapFree=4165016/4192956
[pid=31144] ppid=31142 vsize=23804 CPUtime=51.07
/proc/31144/stat : 31144 (pbscip.linux.x8) R 31142 31144 31021 0 -1 4202496 5553 0 0 0 4927 180 0 0 25 0 1 0 24381599 24375296 5112 1992294400 4194304 8395647 140734214217136 18446744073709551615 5026843 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/31144/statm: 5951 5112 623 1026 0 4921 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 23804

[startup+102.308 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 31148
/proc/meminfo: memFree=1519788/2059040 swapFree=4165016/4192956
[pid=31144] ppid=31142 vsize=23804 CPUtime=102.27
/proc/31144/stat : 31144 (pbscip.linux.x8) R 31142 31144 31021 0 -1 4202496 5553 0 0 0 9831 396 0 0 25 0 1 0 24381599 24375296 5112 1992294400 4194304 8395647 140734214217136 18446744073709551615 18446744073699065947 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/31144/statm: 5951 5112 623 1026 0 4921 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 23804

[startup+162.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 31149
/proc/meminfo: memFree=1519664/2059040 swapFree=4165016/4192956
[pid=31144] ppid=31142 vsize=23804 CPUtime=162.24
/proc/31144/stat : 31144 (pbscip.linux.x8) R 31142 31144 31021 0 -1 4202496 5553 0 0 0 15557 667 0 0 25 0 1 0 24381599 24375296 5112 1992294400 4194304 8395647 140734214217136 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/31144/statm: 5951 5112 623 1026 0 4921 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 23804

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 31151
/proc/meminfo: memFree=1519664/2059040 swapFree=4165016/4192956
[pid=31144] ppid=31142 vsize=23804 CPUtime=222.24
/proc/31144/stat : 31144 (pbscip.linux.x8) R 31142 31144 31021 0 -1 4202496 5553 0 0 0 21289 935 0 0 25 0 1 0 24381599 24375296 5112 1992294400 4194304 8395647 140734214217136 18446744073709551615 6015876 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/31144/statm: 5951 5112 623 1026 0 4921 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 23804

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

[startup+230.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 31151
/proc/meminfo: memFree=1519664/2059040 swapFree=4165016/4192956
[pid=31144] ppid=31142 vsize=23804 CPUtime=230.23
/proc/31144/stat : 31144 (pbscip.linux.x8) R 31142 31144 31021 0 -1 4202496 5553 0 0 0 22051 972 0 0 25 0 1 0 24381599 24375296 5112 1992294400 4194304 8395647 140734214217136 18446744073709551615 4218186 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/31144/statm: 5951 5112 623 1026 0 4921 0
Current children cumulated CPU time (s) 230.23
Current children cumulated vsize (KiB) 23804

[startup+255.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 31152
/proc/meminfo: memFree=1519664/2059040 swapFree=4165016/4192956
[pid=31144] ppid=31142 vsize=23804 CPUtime=255.82
/proc/31144/stat : 31144 (pbscip.linux.x8) R 31142 31144 31021 0 -1 4202496 5553 0 0 0 24499 1083 0 0 25 0 1 0 24381599 24375296 5112 1992294400 4194304 8395647 140734214217136 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/31144/statm: 5951 5112 623 1026 0 4921 0
Current children cumulated CPU time (s) 255.82
Current children cumulated vsize (KiB) 23804

[startup+262.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 31153
/proc/meminfo: memFree=1519664/2059040 swapFree=4165016/4192956
[pid=31144] ppid=31142 vsize=23804 CPUtime=262.22
/proc/31144/stat : 31144 (pbscip.linux.x8) R 31142 31144 31021 0 -1 4202496 5553 0 0 0 25112 1110 0 0 25 0 1 0 24381599 24375296 5112 1992294400 4194304 8395647 140734214217136 18446744073709551615 6311159 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/31144/statm: 5951 5112 623 1026 0 4921 0
Current children cumulated CPU time (s) 262.22
Current children cumulated vsize (KiB) 23804

[startup+265.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 31153
/proc/meminfo: memFree=1519664/2059040 swapFree=4165016/4192956
[pid=31144] ppid=31142 vsize=23804 CPUtime=265.42
/proc/31144/stat : 31144 (pbscip.linux.x8) R 31142 31144 31021 0 -1 4202496 5553 0 0 0 25416 1126 0 0 25 0 1 0 24381599 24375296 5112 1992294400 4194304 8395647 140734214217136 18446744073709551615 6345887 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/31144/statm: 5951 5112 623 1026 0 4921 0
Current children cumulated CPU time (s) 265.42
Current children cumulated vsize (KiB) 23804

[startup+267.101 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 31153
/proc/meminfo: memFree=1519664/2059040 swapFree=4165016/4192956
[pid=31144] ppid=31142 vsize=23804 CPUtime=267.02
/proc/31144/stat : 31144 (pbscip.linux.x8) R 31142 31144 31021 0 -1 4202496 5553 0 0 0 25570 1132 0 0 25 0 1 0 24381599 24375296 5112 1992294400 4194304 8395647 140734214217136 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/31144/statm: 5951 5112 623 1026 0 4921 0
Current children cumulated CPU time (s) 267.02
Current children cumulated vsize (KiB) 23804

[startup+268.701 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 31153
/proc/meminfo: memFree=1519664/2059040 swapFree=4165016/4192956
[pid=31144] ppid=31142 vsize=23804 CPUtime=268.62
/proc/31144/stat : 31144 (pbscip.linux.x8) R 31142 31144 31021 0 -1 4202496 5553 0 0 0 25725 1137 0 0 25 0 1 0 24381599 24375296 5112 1992294400 4194304 8395647 140734214217136 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/31144/statm: 5951 5112 623 1026 0 4921 0
Current children cumulated CPU time (s) 268.62
Current children cumulated vsize (KiB) 23804

[startup+269.509 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 31153
/proc/meminfo: memFree=1519664/2059040 swapFree=4165016/4192956
[pid=31144] ppid=31142 vsize=23804 CPUtime=269.43
/proc/31144/stat : 31144 (pbscip.linux.x8) R 31142 31144 31021 0 -1 4202496 5553 0 0 0 25802 1141 0 0 25 0 1 0 24381599 24375296 5112 1992294400 4194304 8395647 140734214217136 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/31144/statm: 5951 5112 623 1026 0 4921 0
Current children cumulated CPU time (s) 269.43
Current children cumulated vsize (KiB) 23804

[startup+269.701 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 31153
/proc/meminfo: memFree=1519664/2059040 swapFree=4165016/4192956
[pid=31144] ppid=31142 vsize=23804 CPUtime=269.62
/proc/31144/stat : 31144 (pbscip.linux.x8) R 31142 31144 31021 0 -1 4202496 5553 0 0 0 25820 1142 0 0 25 0 1 0 24381599 24375296 5112 1992294400 4194304 8395647 140734214217136 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/31144/statm: 5951 5112 623 1026 0 4921 0
Current children cumulated CPU time (s) 269.62
Current children cumulated vsize (KiB) 23804

Child status: 0
Real time (s): 269.79
CPU time (s): 269.719
CPU user time (s): 258.29
CPU system time (s): 11.4293
CPU usage (%): 99.9736
Max. virtual memory (cumulated for all children) (KiB): 23804

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 258.29
system time used= 11.4293
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 5558
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= 4
involuntary context switches= 674

runsolver used 0.501923 second user time and 1.24281 second system time

The end

Launcher Data

Begin job on node047 at 2010-07-08 06:02:24
IDJOB=2703915
IDBENCH=2896
IDSOLVER=1213
FILE ID=node047/2703915-1278561744
PBS_JOBID= 11239566
Free space on /tmp= 62492 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_3.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-2703915-1278561744/watcher-2703915-1278561744 -o /tmp/evaluation-result-2703915-1278561744/solver-2703915-1278561744 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2703915-1278561744.opb -t 1800 -m 1800

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

MD5SUM BENCH= d26b3b10be20d9248aac462b86b1f040
RANDOM SEED=1357700493

node047.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.248
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.49
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.248
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.53
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1539048 kB
Buffers:         80084 kB
Cached:         316412 kB
SwapCached:       1388 kB
Active:         188244 kB
Inactive:       241612 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1539048 kB
SwapTotal:     4192956 kB
SwapFree:      4165016 kB
Dirty:           10340 kB
Writeback:           0 kB
AnonPages:       31916 kB
Mapped:          13340 kB
Slab:            68268 kB
PageTables:       4132 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   179356 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= 62484 MiB
End job on node047 at 2010-07-08 06:06:54