Trace number 2703934

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 solverSAT1 1789.71 1790.1

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/market-split/normalized-opt-market-split_4_30_4.opb
MD5SUM1757d8d914b8f8f6b2c05049538ae81a
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 benchmark130.767
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 869
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 3118
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-2703934-1278562865.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.00/0.10	o 677
0.00/0.10	c y 0.1s|     1 |     0 |    44 |     - | 374k|   0 |   4 |  94 |   4 |  94 |   4 |   0 |   0 |   0 | 0.000000e+00 | 6.770000e+02 |    Inf 
0.10/0.11	c   0.1s|     1 |     0 |    48 |     - | 481k|   0 |   7 |  94 |  77 |  94 |   9 |   5 |   0 |   0 | 0.000000e+00 | 6.770000e+02 |    Inf 
0.10/0.11	c   0.1s|     1 |     0 |    53 |     - | 515k|   0 |  10 |  94 |  77 |  94 |  14 |  10 |   0 |   0 | 0.000000e+00 | 6.770000e+02 |    Inf 
0.10/0.12	c   0.1s|     1 |     0 |    58 |     - | 536k|   0 |  14 |  94 |  77 |  94 |  18 |  14 |   0 |   0 | 0.000000e+00 | 6.770000e+02 |    Inf 
0.10/0.13	c   0.1s|     1 |     0 |    67 |     - | 558k|   0 |  16 |  94 |  77 |  94 |  22 |  18 |   0 |   0 | 0.000000e+00 | 6.770000e+02 |    Inf 
0.10/0.14	c   0.1s|     1 |     0 |    72 |     - | 574k|   0 |  17 |  94 |  77 |  94 |  26 |  22 |   0 |   0 | 0.000000e+00 | 6.770000e+02 |    Inf 
0.10/0.15	c   0.1s|     1 |     0 |    79 |     - | 577k|   0 |  18 |  94 |  77 |  94 |  28 |  24 |   0 |   0 | 0.000000e+00 | 6.770000e+02 |    Inf 
0.20/0.29	c   0.3s|     1 |     2 |    79 |     - | 578k|   0 |  18 |  94 |  77 |  94 |  28 |  24 |   0 |   9 | 0.000000e+00 | 6.770000e+02 |    Inf 
0.29/0.34	o 676
0.29/0.34	c c 0.3s|    29 |    30 |   192 |   4.0 | 597k|  28 |   - |  94 |  77 |  94 |  19 |  24 |   0 | 114 | 0.000000e+00 | 6.760000e+02 |    Inf 
0.29/0.35	o 125
0.29/0.35	c p 0.3s|    45 |    38 |   248 |   3.8 | 606k|  28 |   - |  94 |  77 |  94 |  19 |  24 |   0 | 155 | 0.000000e+00 | 1.250000e+02 |    Inf 
0.29/0.38	o 123
0.29/0.38	c v 0.4s|    76 |    69 |   336 |   3.4 | 635k|  28 |   - |  94 |  75 |  94 |  19 |  24 |   6 | 206 | 0.000000e+00 | 1.230000e+02 |    Inf 
0.39/0.40	o 121
0.39/0.40	c * 0.4s|    98 |    89 |   453 |   3.9 | 645k|  28 |   - |  94 |  75 |  94 |  19 |  24 |   6 | 242 | 0.000000e+00 | 1.210000e+02 |    Inf 
0.39/0.40	o 119
0.39/0.40	c * 0.4s|    99 |    88 |   453 |   3.8 | 646k|  28 |   - |  94 |  75 |  94 |  19 |  24 |   6 | 242 | 0.000000e+00 | 1.190000e+02 |    Inf 
0.39/0.43	o 116
0.39/0.43	c * 0.4s|   143 |   130 |   618 |   3.8 | 679k|  28 |   - |  94 |  80 |  94 |  19 |  24 |  12 | 304 | 0.000000e+00 | 1.160000e+02 |    Inf 
0.39/0.44	o 112
0.39/0.44	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.44	c g 0.4s|   145 |   128 |   621 |   3.8 | 681k|  28 |   - |  94 |  80 |  94 |  19 |  24 |  12 | 311 | 0.000000e+00 | 1.120000e+02 |    Inf 
0.39/0.44	o 108
0.39/0.44	c c 0.4s|   145 |   126 |   621 |   3.8 | 684k|  28 |   - |  94 |  80 |  94 |  19 |  24 |  13 | 311 | 0.000000e+00 | 1.080000e+02 |    Inf 
0.39/0.47	o 107
0.39/0.47	c * 0.5s|   196 |   174 |   822 |   3.8 | 712k|  28 |   - |  94 |  81 |  94 |  19 |  24 |  15 | 362 | 0.000000e+00 | 1.070000e+02 |    Inf 
0.39/0.49	o 104
0.39/0.49	c v 0.5s|   239 |   203 |   932 |   3.6 | 730k|  28 |   - |  94 |  82 |  94 |  19 |  24 |  18 | 391 | 0.000000e+00 | 1.040000e+02 |    Inf 
0.49/0.50	o 100
0.49/0.50	c l 0.5s|   239 |   196 |   932 |   3.6 | 730k|  28 |   - |  94 |  83 |  94 |  19 |  24 |  21 | 391 | 0.000000e+00 | 1.000000e+02 |    Inf 
0.49/0.51	o 99
0.49/0.51	c * 0.5s|   274 |   226 |  1053 |   3.6 | 744k|  28 |   - |  94 |  83 |  94 |  19 |  24 |  21 | 398 | 0.000000e+00 | 9.900000e+01 |    Inf 
0.49/0.51	o 97
0.49/0.51	c * 0.5s|   276 |   223 |  1053 |   3.5 | 744k|  28 |   - |  94 |  83 |  94 |  19 |  24 |  21 | 400 | 0.000000e+00 | 9.700000e+01 |    Inf 
0.49/0.51	o 95
0.49/0.51	c * 0.5s|   277 |   218 |  1053 |   3.5 | 743k|  28 |   - |  94 |  83 |  94 |  19 |  24 |  21 | 400 | 0.000000e+00 | 9.500000e+01 |    Inf 
0.49/0.53	o 94
0.49/0.53	c * 0.5s|   318 |   251 |  1207 |   3.6 | 762k|  29 |   - |  94 |  88 |  94 |  19 |  24 |  26 | 417 | 0.000000e+00 | 9.400000e+01 |    Inf 
0.49/0.54	o 92
0.49/0.54	c * 0.5s|   321 |   250 |  1210 |   3.5 | 762k|  31 |   - |  94 |  88 |  94 |  19 |  24 |  26 | 425 | 0.000000e+00 | 9.200000e+01 |    Inf 
0.49/0.55	o 91
0.49/0.55	c * 0.5s|   344 |   265 |  1267 |   3.5 | 774k|  31 |   - |  94 |  89 |  94 |  19 |  24 |  28 | 436 | 0.000000e+00 | 9.100000e+01 |    Inf 
0.49/0.56	o 51
0.49/0.56	c s 0.6s|   372 |   239 |  1388 |   3.5 | 755k|  31 |   4 |  94 |  89 |  94 |  19 |  24 |  29 | 437 | 0.000000e+00 | 5.100000e+01 |    Inf 
0.49/0.57	o 49
0.49/0.57	c p 0.6s|   375 |   238 |  1406 |   3.5 | 761k|  31 |   - |  94 |  23 |  94 |  19 |  24 |  31 | 446 | 0.000000e+00 | 4.900000e+01 |    Inf 
0.59/0.60	o 48
0.59/0.60	c * 0.6s|   459 |   299 |  1709 |   3.6 | 796k|  31 |   - |  94 |  32 |  94 |  19 |  24 |  41 | 453 | 0.000000e+00 | 4.800000e+01 |    Inf 
0.59/0.68	o 44
0.59/0.68	c * 0.7s|   614 |   418 |  2261 |   3.6 | 860k|  31 |   - |  94 |  47 |  94 |  19 |  24 |  65 | 470 | 0.000000e+00 | 4.400000e+01 |    Inf 
0.69/0.78	o 42
0.69/0.78	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.78	c * 0.8s|   824 |   583 |  2958 |   3.5 | 942k|  31 |   - |  94 |  61 |  94 |  19 |  24 |  92 | 482 | 0.000000e+00 | 4.200000e+01 |    Inf 
0.79/0.80	o 40
0.79/0.80	c f 0.8s|   876 |   629 |  3081 |   3.4 | 966k|  31 |   - |  94 |  70 |  94 |  19 |  24 | 102 | 485 | 0.000000e+00 | 4.000000e+01 |    Inf 
0.79/0.80	o 36
0.79/0.80	c v 0.8s|   876 |   620 |  3081 |   3.4 | 966k|  31 |   - |  94 |  73 |  94 |  19 |  24 | 106 | 485 | 0.000000e+00 | 3.600000e+01 |    Inf 
0.79/0.87	o 27
0.79/0.87	c g 0.9s|  1024 |   703 |  3563 |   3.4 |1013k|  31 |   - |  94 |  88 |  94 |  19 |  24 | 128 | 485 | 0.000000e+00 | 2.700000e+01 |    Inf 
0.79/0.90	o 26
0.79/0.90	c p 0.9s|  1065 |   722 |  3752 |   3.5 |1027k|  31 |   - |  94 | 100 |  94 |  19 |  24 | 141 | 490 | 0.000000e+00 | 2.600000e+01 |    Inf 
0.89/0.94	o 25
0.89/0.94	c v 0.9s|  1172 |   780 |  4003 |   3.4 |1061k|  31 |   - |  94 | 109 |  94 |  19 |  24 | 152 | 493 | 0.000000e+00 | 2.500000e+01 |    Inf 
0.99/1.05	o 24
0.99/1.05	c p 1.0s|  1449 |   957 |  4838 |   3.3 |1166k|  31 |   - |  94 | 154 |  94 |  19 |  24 | 200 | 505 | 0.000000e+00 | 2.400000e+01 |    Inf 
1.09/1.10	o 22
1.09/1.10	c * 1.1s|  1545 |  1009 |  5187 |   3.3 |1195k|  31 |   - |  94 | 170 |  94 |  19 |  24 | 216 | 514 | 0.000000e+00 | 2.200000e+01 |    Inf 
1.09/1.12	o 20
1.09/1.12	c f 1.1s|  1604 |  1041 |  5342 |   3.3 |1216k|  31 |   - |  94 | 181 |  94 |  19 |  24 | 227 | 517 | 0.000000e+00 | 2.000000e+01 |    Inf 
1.20/1.29	o 16
1.20/1.29	c g 1.3s|  1984 |  1248 |  6636 |   3.3 |1332k|  31 |   - |  94 | 238 |  94 |  19 |  24 | 300 | 519 | 0.000000e+00 | 1.600000e+01 |    Inf 
1.29/1.34	o 15
1.29/1.34	c v 1.3s|  2068 |  1293 |  6997 |   3.3 |1346k|  31 |   - |  94 | 241 |  94 |  19 |  24 | 324 | 521 | 0.000000e+00 | 1.500000e+01 |    Inf 
1.29/1.40	o 8
1.29/1.40	c s 1.4s|  2183 |  1246 |  7375 |   3.3 |1319k|  31 |   4 |  94 | 261 |  94 |  19 |  24 | 344 | 522 | 0.000000e+00 | 8.000000e+00 |    Inf 
1.79/1.82	o 6
1.79/1.82	c * 1.8s|  3086 |  1708 | 10917 |   3.5 |1523k|  31 |   - |  94 | 435 |  94 |  19 |  24 | 525 | 527 | 0.000000e+00 | 6.000000e+00 |    Inf 
1.79/1.85	o 5
1.79/1.85	c * 1.8s|  3154 |  1723 | 11126 |   3.5 |1539k|  31 |   - |  94 | 458 |  94 |  19 |  24 | 548 | 527 | 0.000000e+00 | 5.000000e+00 |    Inf 
3.49/3.51	o 4
3.49/3.51	c f 3.5s|  8099 |  2583 | 22160 |   2.7 |2220k|  31 |   - |  94 | 914 |  94 |  19 |  24 |1032 | 548 | 0.000000e+00 | 4.000000e+00 |    Inf 
4.09/4.12	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
4.09/4.12	c   4.1s| 10000 |  2644 | 25842 |   2.6 |2356k|  31 |   - |  94 |1061 |   0 |   0 |  24 |1206 | 553 | 0.000000e+00 | 4.000000e+00 |    Inf 
7.39/7.41	c   7.4s| 20000 |  2937 | 44872 |   2.2 |3034k|  31 |   - |  94 |1928 |  94 |  19 |  24 |2164 | 598 | 0.000000e+00 | 4.000000e+00 |    Inf 
11.00/11.09	c  11.1s| 30000 |  2637 | 64324 |   2.1 |3193k|  31 |   - |  94 |2501 |  94 |  19 |  24 |3092 | 646 | 0.000000e+00 | 4.000000e+00 |    Inf 
14.79/14.86	c  14.8s| 40000 |  3155 | 84530 |   2.1 |3776k|  31 |   - |  94 |2986 |  94 |  19 |  24 |4105 | 675 | 0.000000e+00 | 4.000000e+00 |    Inf 
18.70/18.80	c  18.8s| 50000 |  3327 |105220 |   2.1 |4168k|  31 |   - |  94 |3438 |  94 |  19 |  24 |5087 | 722 | 0.000000e+00 | 4.000000e+00 |    Inf 
22.88/22.92	c  22.9s| 60000 |  3602 |125056 |   2.1 |4327k|  31 |   4 |  94 |3300 |  94 |  19 |  24 |5998 | 765 | 0.000000e+00 | 4.000000e+00 |    Inf 
26.89/26.94	c  26.9s| 70000 |  3708 |143951 |   2.1 |4435k|  31 |   4 |  94 |2994 |  94 |  19 |  24 |6906 | 826 | 0.000000e+00 | 4.000000e+00 |    Inf 
30.79/30.80	c  30.8s| 80000 |  3247 |162936 |   2.0 |4039k|  31 |   - |  94 |2571 |   0 |   0 |  24 |7948 | 875 | 0.000000e+00 | 4.000000e+00 |    Inf 
30.79/30.86	o 3
30.79/30.86	c *30.9s| 80180 |  3213 |163333 |   2.0 |4021k|  31 |   - |  94 |2575 |  94 |  19 |  24 |7958 | 878 | 0.000000e+00 | 3.000000e+00 |    Inf 
30.79/30.86	o 1
30.79/30.86	c *30.9s| 80181 |  3177 |163333 |   2.0 |3993k|  31 |   - |  94 |2575 |  94 |  19 |  24 |7958 | 878 | 0.000000e+00 | 1.000000e+00 |    Inf 
35.48/35.53	c  35.5s| 90000 |  2814 |178480 |   2.0 |3792k|  31 |   4 |  94 |2935 |  94 |  19 |  24 |  14k| 906 | 0.000000e+00 | 1.000000e+00 |    Inf 
40.79/40.85	c  40.8s|100000 |  3008 |194472 |   1.9 |4728k|  31 |   4 |  94 |4616 |  94 |  19 |  24 |  20k| 922 | 0.000000e+00 | 1.000000e+00 |    Inf 
46.48/46.50	c  46.5s|110000 |  3356 |210871 |   1.9 |4276k|  31 |   4 |  94 |3631 |  94 |  19 |  24 |  26k| 950 | 0.000000e+00 | 1.000000e+00 |    Inf 
51.88/51.92	c  51.9s|120000 |  3835 |227088 |   1.9 |5227k|  31 |   4 |  94 |4243 |  94 |  19 |  24 |  32k| 970 | 0.000000e+00 | 1.000000e+00 |    Inf 
57.78/57.83	c  57.8s|130000 |  3532 |242757 |   1.9 |5382k|  31 |   - |  94 |4417 |   0 |   0 |  24 |  38k| 975 | 0.000000e+00 | 1.000000e+00 |    Inf 
64.08/64.13	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
64.08/64.13	c  64.1s|140000 |  3091 |258419 |   1.8 |5333k|  31 |   - |  94 |5050 |   0 |   0 |  24 |  45k| 975 | 0.000000e+00 | 1.000000e+00 |    Inf 
70.48/70.51	c  70.5s|150000 |  3418 |274998 |   1.8 |5576k|  31 |   4 |  94 |5086 |  94 |  19 |  24 |  51k| 975 | 0.000000e+00 | 1.000000e+00 |    Inf 
76.87/76.93	c  76.9s|160000 |  3985 |291415 |   1.8 |6435k|  31 |   4 |  94 |5434 |  94 |  19 |  24 |  57k| 975 | 0.000000e+00 | 1.000000e+00 |    Inf 
83.68/83.72	c  83.7s|170000 |  3795 |306976 |   1.8 |6863k|  31 |   4 |  94 |6348 |  94 |  19 |  24 |  62k| 975 | 0.000000e+00 | 1.000000e+00 |    Inf 
91.77/91.89	c  91.9s|180000 |  3193 |322891 |   1.8 |6094k|  31 |   - |  94 |5524 |  94 |  19 |  24 |  69k| 975 | 0.000000e+00 | 1.000000e+00 |    Inf 
98.87/98.93	c  98.9s|190000 |  2647 |338633 |   1.8 |4802k|  31 |   - |  94 |5310 |  94 |  19 |  24 |  75k|1162 | 0.000000e+00 | 1.000000e+00 |    Inf 
106.36/106.43	c   106s|200000 |  2583 |355122 |   1.8 |5472k|  31 |   4 |  94 |7181 |  94 |  19 |  24 |  81k|1162 | 0.000000e+00 | 1.000000e+00 |    Inf 
114.87/114.90	c   115s|210000 |  2485 |371390 |   1.8 |5918k|  31 |   4 |  94 |8868 |  94 |  19 |  24 |  87k|1162 | 0.000000e+00 | 1.000000e+00 |    Inf 
124.96/125.05	c   125s|220000 |  2674 |389094 |   1.8 |7198k|  31 |   4 |  94 |  11k|  94 |  19 |  24 |  94k|1162 | 0.000000e+00 | 1.000000e+00 |    Inf 
137.06/137.12	c   137s|230000 |  2648 |405358 |   1.8 |7828k|  31 |   4 |  94 |  13k|  94 |  19 |  24 | 100k|1162 | 0.000000e+00 | 1.000000e+00 |    Inf 
150.36/150.42	c   150s|240000 |  2730 |422341 |   1.8 |8635k|  31 |   - |  94 |  15k|   0 |   0 |  24 | 107k|1162 | 0.000000e+00 | 1.000000e+00 |    Inf 
165.36/165.40	c   165s|250000 |  2553 |438718 |   1.8 |8904k|  31 |   - |  94 |  14k|  94 |  19 |  24 | 113k|1367 | 0.000000e+00 | 1.000000e+00 |    Inf 
180.65/180.74	c   181s|260000 |  2478 |453437 |   1.7 |8209k|  31 |   - |  94 |  12k|  94 |  19 |  24 | 119k|1367 | 0.000000e+00 | 1.000000e+00 |    Inf 
192.46/192.52	c   193s|270000 |  2486 |468529 |   1.7 |8132k|  31 |   - |  94 |  11k|  94 |  19 |  24 | 124k|1497 | 0.000000e+00 | 1.000000e+00 |    Inf 
203.45/203.59	c   204s|280000 |  2322 |483012 |   1.7 |7649k|  31 |   4 |  94 |  10k|  94 |  19 |  24 | 130k|1497 | 0.000000e+00 | 1.000000e+00 |    Inf 
213.64/213.77	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
213.64/213.77	c   214s|290000 |  2256 |497847 |   1.7 |7238k|  31 |   - |  94 |8895 |  94 |  19 |  24 | 136k|1497 | 0.000000e+00 | 1.000000e+00 |    Inf 
223.84/223.99	c   224s|300000 |  2097 |512840 |   1.7 |7581k|  31 |   - |  94 |  10k|  94 |  19 |  24 | 142k|1497 | 0.000000e+00 | 1.000000e+00 |    Inf 
233.84/233.92	c   234s|310000 |  1953 |527761 |   1.7 |6784k|  31 |   - |  94 |7655 |  94 |  19 |  24 | 148k|1497 | 0.000000e+00 | 1.000000e+00 |    Inf 
242.14/242.28	c   242s|320000 |  2128 |543048 |   1.7 |6777k|  31 |   4 |  94 |7055 |  94 |  19 |  24 | 154k|1497 | 0.000000e+00 | 1.000000e+00 |    Inf 
251.44/251.51	c   251s|330000 |  1874 |557646 |   1.7 |6582k|  31 |   4 |  94 |6958 |  94 |  19 |  24 | 160k|1497 | 0.000000e+00 | 1.000000e+00 |    Inf 
259.83/259.91	c   260s|340000 |  1704 |572128 |   1.7 |6350k|  31 |   - |  94 |6443 |  94 |  19 |  24 | 166k|1497 | 0.000000e+00 | 1.000000e+00 |    Inf 
267.23/267.39	c   267s|350000 |  2501 |587625 |   1.7 |7040k|  31 |   4 |  94 |6874 |  94 |  19 |  24 | 171k|1497 | 0.000000e+00 | 1.000000e+00 |    Inf 
275.73/275.84	c   276s|360000 |  2467 |602327 |   1.7 |7423k|  31 |   - |  94 |7465 |   0 |   0 |  24 | 177k|1497 | 0.000000e+00 | 1.000000e+00 |    Inf 
284.63/284.79	c   285s|370000 |  2334 |617285 |   1.7 |7506k|  31 |   4 |  94 |7876 |  94 |  19 |  24 | 183k|1497 | 0.000000e+00 | 1.000000e+00 |    Inf 
293.93/294.01	c   294s|380000 |  2142 |631854 |   1.7 |7494k|  31 |   4 |  94 |8211 |  94 |  19 |  24 | 189k|1497 | 0.000000e+00 | 1.000000e+00 |    Inf 
304.12/304.28	c   304s|390000 |  1890 |646969 |   1.7 |7709k|  31 |   - |  94 |9455 |  94 |  19 |  24 | 195k|1497 | 0.000000e+00 | 1.000000e+00 |    Inf 
314.22/314.33	c   314s|400000 |  1610 |661902 |   1.7 |6908k|  31 |   4 |  94 |7925 |  94 |  19 |  24 | 201k|1497 | 0.000000e+00 | 1.000000e+00 |    Inf 
324.02/324.11	c   324s|410000 |  1778 |677656 |   1.7 |7515k|  31 |   - |  94 |9182 |   0 |   0 |  24 | 207k|1497 | 0.000000e+00 | 1.000000e+00 |    Inf 
334.43/334.59	c   335s|420000 |  1959 |692777 |   1.6 |8147k|  31 |   - |  94 |  10k|   0 |   0 |  24 | 213k|1497 | 0.000000e+00 | 1.000000e+00 |    Inf 
345.91/346.04	c   346s|430000 |  1964 |708084 |   1.6 |8239k|  31 |   - |  94 |  11k|   0 |   0 |  24 | 218k|1497 | 0.000000e+00 | 1.000000e+00 |    Inf 
357.82/357.97	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
357.82/357.97	c   358s|440000 |  1860 |724242 |   1.6 |8635k|  31 |   4 |  94 |  12k|  94 |  19 |  24 | 225k|1497 | 0.000000e+00 | 1.000000e+00 |    Inf 
370.01/370.17	c   370s|450000 |  1878 |740469 |   1.6 |9054k|  31 |   - |  94 |  13k|  94 |  19 |  24 | 231k|1497 | 0.000000e+00 | 1.000000e+00 |    Inf 
383.51/383.66	c   384s|460000 |  1689 |755832 |   1.6 |9160k|  31 |   4 |  94 |  14k|  94 |  19 |  24 | 237k|1497 | 0.000000e+00 | 1.000000e+00 |    Inf 
395.70/395.86	c   396s|470000 |  1519 |771217 |   1.6 |7556k|  31 |   4 |  94 |8879 |  94 |  19 |  24 | 243k|1538 | 0.000000e+00 | 1.000000e+00 |    Inf 
404.81/404.92	c   405s|480000 |  2028 |787508 |   1.6 |7844k|  31 |   4 |  94 |8591 |  94 |  19 |  24 | 249k|1545 | 0.000000e+00 | 1.000000e+00 |    Inf 
414.71/414.84	c   415s|490000 |  1994 |803270 |   1.6 |8382k|  31 |   4 |  94 |9856 |  94 |  19 |  24 | 255k|1545 | 0.000000e+00 | 1.000000e+00 |    Inf 
425.71/425.87	c   426s|500000 |  1954 |818119 |   1.6 |8556k|  31 |   - |  94 |  10k|  94 |  19 |  24 | 261k|1545 | 0.000000e+00 | 1.000000e+00 |    Inf 
436.89/437.08	c   437s|510000 |  1728 |833887 |   1.6 |8337k|  31 |   4 |  94 |  10k|  94 |  19 |  24 | 267k|1545 | 0.000000e+00 | 1.000000e+00 |    Inf 
448.29/448.46	c   448s|520000 |  1479 |848954 |   1.6 |8209k|  31 |   4 |  94 |  10k|  94 |  19 |  24 | 273k|1545 | 0.000000e+00 | 1.000000e+00 |    Inf 
459.59/459.75	c   460s|530000 |  1568 |864516 |   1.6 |8573k|  31 |   - |  94 |  11k|   0 |   0 |  24 | 279k|1545 | 0.000000e+00 | 1.000000e+00 |    Inf 
471.69/471.85	c   472s|540000 |  1511 |879378 |   1.6 |9057k|  31 |   4 |  94 |  13k|  94 |  19 |  24 | 285k|1545 | 0.000000e+00 | 1.000000e+00 |    Inf 
485.39/485.52	c   486s|550000 |  1779 |895632 |   1.6 |9816k|  31 |   - |  94 |  14k|  94 |  19 |  24 | 291k|1545 | 0.000000e+00 | 1.000000e+00 |    Inf 
501.09/501.29	c   501s|560000 |  1461 |911701 |   1.6 |9872k|  31 |   - |  94 |  15k|   0 |   0 |  24 | 298k|1545 | 0.000000e+00 | 1.000000e+00 |    Inf 
513.98/514.13	c   514s|570000 |  1300 |927121 |   1.6 |8010k|  31 |   - |  94 |9782 |   0 |   0 |  24 | 304k|1545 | 0.000000e+00 | 1.000000e+00 |    Inf 
523.88/524.00	c   524s|580000 |  1342 |942697 |   1.6 |7520k|  31 |   - |  94 |7969 |  94 |  19 |  24 | 311k|1545 | 0.000000e+00 | 1.000000e+00 |    Inf 
532.98/533.19	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
532.98/533.19	c   533s|590000 |  1294 |957960 |   1.6 |7882k|  31 |   4 |  94 |9134 |  94 |  19 |  24 | 317k|1545 | 0.000000e+00 | 1.000000e+00 |    Inf 
543.07/543.24	c   543s|600000 |  1146 |973812 |   1.6 |7937k|  31 |   - |  94 |9661 |   0 |   0 |  24 | 323k|1545 | 0.000000e+00 | 1.000000e+00 |    Inf 
553.18/553.33	c   553s|610000 |  1712 |991517 |   1.6 |8910k|  31 |   4 |  94 |  11k|  94 |  19 |  24 | 330k|1545 | 0.000000e+00 | 1.000000e+00 |    Inf 
566.17/566.36	c   566s|620000 |  1614 |  1009k|   1.6 |9606k|  31 |   4 |  94 |  13k|  94 |  19 |  24 | 337k|1545 | 0.000000e+00 | 1.000000e+00 |    Inf 
580.57/580.70	c   581s|630000 |  1717 |  1026k|   1.6 |  10M|  31 |   4 |  94 |  16k|  94 |  19 |  24 | 343k|1545 | 0.000000e+00 | 1.000000e+00 |    Inf 
597.76/597.97	c   598s|640000 |  1654 |  1044k|   1.6 |  11M|  31 |   4 |  94 |  17k|  94 |  19 |  24 | 350k|1545 | 0.000000e+00 | 1.000000e+00 |    Inf 
614.36/614.54	c   615s|650000 |  1573 |  1061k|   1.6 |  10M|  31 |   - |  94 |  15k|  94 |  19 |  24 | 357k|1545 | 0.000000e+00 | 1.000000e+00 |    Inf 
629.56/629.72	c   630s|660000 |  1810 |  1079k|   1.6 |  11M|  31 |   - |  94 |  17k|  94 |  19 |  24 | 364k|1545 | 0.000000e+00 | 1.000000e+00 |    Inf 
647.15/647.31	c   647s|670000 |  2011 |  1096k|   1.6 |  12M|  31 |   - |  94 |  19k|   0 |   0 |  24 | 371k|1545 | 0.000000e+00 | 1.000000e+00 |    Inf 
665.85/666.00	c   666s|680000 |  2321 |  1112k|   1.6 |  13M|  31 |   - |  94 |  20k|  94 |  19 |  24 | 377k|1545 | 0.000000e+00 | 1.000000e+00 |    Inf 
687.24/687.47	c   687s|690000 |  1809 |  1128k|   1.6 |  11M|  31 |   - |  94 |  17k|   0 |   0 |  24 | 384k|1545 | 0.000000e+00 | 1.000000e+00 |    Inf 
705.84/706.00	c   706s|700000 |  1498 |  1144k|   1.6 |9594k|  31 |   4 |  94 |  12k|  94 |  19 |  24 | 391k|1545 | 0.000000e+00 | 1.000000e+00 |    Inf 
720.54/720.79	c   721s|710000 |  1181 |  1161k|   1.6 |9554k|  31 |   4 |  94 |  13k|  94 |  19 |  24 | 398k|1545 | 0.000000e+00 | 1.000000e+00 |    Inf 
734.33/734.52	c   735s|720000 |  1201 |  1178k|   1.6 |  10M|  31 |   - |  94 |  14k|   0 |   0 |  24 | 404k|1545 | 0.000000e+00 | 1.000000e+00 |    Inf 
748.93/749.18	c   749s|730000 |  1181 |  1193k|   1.6 |  10M|  31 |   4 |  94 |  15k|  94 |  19 |  24 | 410k|1545 | 0.000000e+00 | 1.000000e+00 |    Inf 
763.62/763.88	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
763.62/763.88	c   764s|740000 |  1019 |  1208k|   1.6 |8771k|  31 |   - |  94 |  10k|   0 |   0 |  24 | 416k|1545 | 0.000000e+00 | 1.000000e+00 |    Inf 
774.52/774.79	c   775s|750000 |  1140 |  1225k|   1.6 |8705k|  31 |   - |  94 |9883 |  94 |  19 |  24 | 422k|1545 | 0.000000e+00 | 1.000000e+00 |    Inf 
786.01/786.28	c   786s|760000 |  1073 |  1239k|   1.6 |9154k|  31 |   4 |  94 |  11k|  94 |  19 |  24 | 428k|1545 | 0.000000e+00 | 1.000000e+00 |    Inf 
797.92/798.16	c   798s|770000 |   873 |  1255k|   1.6 |8034k|  31 |   4 |  94 |8150 |  94 |  19 |  24 | 434k|1545 | 0.000000e+00 | 1.000000e+00 |    Inf 
807.11/807.39	c   807s|780000 |   824 |  1271k|   1.6 |8174k|  31 |   - |  94 |8534 |  94 |  19 |  24 | 440k|1545 | 0.000000e+00 | 1.000000e+00 |    Inf 
816.41/816.67	c   817s|790000 |  1193 |  1287k|   1.6 |8492k|  31 |   4 |  94 |8621 |  94 |  19 |  24 | 447k|1545 | 0.000000e+00 | 1.000000e+00 |    Inf 
826.81/827.04	c   827s|800000 |  1721 |  1305k|   1.6 |9757k|  31 |   - |  94 |  11k|   0 |   0 |  24 | 453k|1545 | 0.000000e+00 | 1.000000e+00 |    Inf 
839.11/839.39	c   839s|810000 |  1662 |  1321k|   1.6 |9944k|  31 |   - |  94 |  11k|   0 |   0 |  24 | 459k|1545 | 0.000000e+00 | 1.000000e+00 |    Inf 
852.10/852.34	c   852s|820000 |  1763 |  1338k|   1.6 |  10M|  31 |   - |  94 |  12k|  94 |  19 |  24 | 466k|1545 | 0.000000e+00 | 1.000000e+00 |    Inf 
867.40/867.69	c   868s|830000 |   963 |  1354k|   1.6 |9274k|  31 |   4 |  94 |  10k|  94 |  19 |  24 | 473k|1545 | 0.000000e+00 | 1.000000e+00 |    Inf 
879.50/879.78	c   880s|840000 |   676 |  1370k|   1.6 |8803k|  31 |   - |  94 |  10k|  94 |  19 |  24 | 479k|1545 | 0.000000e+00 | 1.000000e+00 |    Inf 
890.59/890.88	c   891s|850000 |   815 |  1386k|   1.6 |9273k|  31 |   4 |  94 |  11k|  94 |  19 |  24 | 486k|1545 | 0.000000e+00 | 1.000000e+00 |    Inf 
902.90/903.11	c   903s|860000 |  1039 |  1403k|   1.6 |8707k|  31 |   - |  94 |9723 |  94 |  19 |  24 | 492k|1545 | 0.000000e+00 | 1.000000e+00 |    Inf 
914.59/914.81	c   915s|870000 |  1295 |  1419k|   1.6 |9378k|  31 |   4 |  94 |  10k|  94 |  19 |  24 | 498k|1545 | 0.000000e+00 | 1.000000e+00 |    Inf 
927.29/927.54	c   928s|880000 |  1224 |  1434k|   1.6 |9781k|  31 |   - |  94 |  11k|  94 |  19 |  24 | 505k|1545 | 0.000000e+00 | 1.000000e+00 |    Inf 
940.98/941.29	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
940.98/941.29	c   941s|890000 |  1028 |  1450k|   1.6 |9546k|  31 |   4 |  94 |  11k|  94 |  19 |  24 | 511k|1545 | 0.000000e+00 | 1.000000e+00 |    Inf 
953.59/953.87	c   954s|900000 |   922 |  1466k|   1.6 |9351k|  31 |   4 |  94 |  11k|  94 |  19 |  24 | 517k|1545 | 0.000000e+00 | 1.000000e+00 |    Inf 
966.98/967.21	c   967s|910000 |  1030 |  1484k|   1.6 |  10M|  31 |   - |  94 |  14k|  94 |  19 |  24 | 524k|1545 | 0.000000e+00 | 1.000000e+00 |    Inf 
982.98/983.29	c   983s|920000 |   758 |  1502k|   1.6 |  10M|  31 |   - |  94 |  16k|  94 |  19 |  24 | 532k|1545 | 0.000000e+00 | 1.000000e+00 |    Inf 
999.37/999.60	c  1000s|930000 |   527 |  1518k|   1.6 |9694k|  31 |   - |  94 |  13k|   0 |   0 |  24 | 538k|1545 | 0.000000e+00 | 1.000000e+00 |    Inf 
1010.68/1010.93	c  1011s|940000 |   506 |  1533k|   1.6 |8680k|  31 |   - |  94 |  10k|   0 |   0 |  24 | 544k|1545 | 0.000000e+00 | 1.000000e+00 |    Inf 
1021.47/1021.75	c  1022s|950000 |   964 |  1549k|   1.6 |9339k|  31 |   4 |  94 |  11k|  94 |  19 |  24 | 550k|1545 | 0.000000e+00 | 1.000000e+00 |    Inf 
1034.27/1034.57	c  1035s|960000 |  1066 |  1565k|   1.6 |  10M|  31 |   4 |  94 |  12k|  94 |  19 |  24 | 556k|1545 | 0.000000e+00 | 1.000000e+00 |    Inf 
1047.87/1048.12	c  1048s|970000 |  1028 |  1581k|   1.6 |  10M|  31 |   - |  94 |  13k|  94 |  19 |  24 | 562k|1545 | 0.000000e+00 | 1.000000e+00 |    Inf 
1062.16/1062.45	c  1062s|980000 |  1275 |  1600k|   1.6 |  11M|  31 |   4 |  94 |  15k|  94 |  19 |  24 | 569k|1545 | 0.000000e+00 | 1.000000e+00 |    Inf 
1077.76/1078.04	c  1078s|990000 |  1577 |  1620k|   1.6 |  12M|  31 |   - |  94 |  17k|  94 |  19 |  24 | 577k|1545 | 0.000000e+00 | 1.000000e+00 |    Inf 
1097.05/1097.37	c  1097s|  1000k|  1397 |  1640k|   1.6 |  12M|  31 |   4 |  94 |  16k|  94 |  19 |  24 | 584k|1545 | 0.000000e+00 | 1.000000e+00 |    Inf 
1114.16/1114.46	c  1114s|  1010k|  1687 |  1661k|   1.6 |  13M|  31 |   - |  94 |  19k|  94 |  19 |  24 | 592k|1545 | 0.000000e+00 | 1.000000e+00 |    Inf 
1134.95/1135.21	c  1135s|  1020k|   937 |  1681k|   1.6 |  11M|  31 |   - |  94 |  13k|  94 |  19 |  24 | 600k|1545 | 0.000000e+00 | 1.000000e+00 |    Inf 
1150.54/1150.84	c  1151s|  1030k|   656 |  1701k|   1.7 |  10M|  31 |   4 |  94 |  15k|  94 |  19 |  24 | 608k|1545 | 0.000000e+00 | 1.000000e+00 |    Inf 
1167.04/1167.36	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1167.04/1167.36	c  1167s|  1040k|   704 |  1721k|   1.7 |  12M|  31 |   4 |  94 |  19k|  94 |  19 |  24 | 616k|1545 | 0.000000e+00 | 1.000000e+00 |    Inf 
1186.64/1186.91	c  1187s|  1050k|   624 |  1741k|   1.7 |  12M|  31 |   - |  94 |  20k|  94 |  19 |  24 | 624k|1545 | 0.000000e+00 | 1.000000e+00 |    Inf 
1206.93/1207.21	c  1207s|  1060k|   386 |  1760k|   1.7 |  11M|  31 |   4 |  94 |  17k|  94 |  19 |  24 | 632k|1545 | 0.000000e+00 | 1.000000e+00 |    Inf 
1222.82/1223.14	c  1223s|  1070k|   526 |  1775k|   1.7 |  10M|  31 |   4 |  94 |  16k|  94 |  19 |  24 | 638k|1545 | 0.000000e+00 | 1.000000e+00 |    Inf 
1238.72/1239.01	c  1239s|  1080k|   340 |  1790k|   1.7 |  10M|  31 |   - |  94 |  15k|   0 |   0 |  24 | 643k|1545 | 0.000000e+00 | 1.000000e+00 |    Inf 
1253.92/1254.28	c  1254s|  1090k|   817 |  1807k|   1.7 |  11M|  31 |   - |  94 |  16k|  94 |  19 |  24 | 649k|1545 | 0.000000e+00 | 1.000000e+00 |    Inf 
1271.92/1272.26	c  1272s|  1100k|   692 |  1822k|   1.7 |  11M|  31 |   - |  94 |  17k|  94 |  19 |  24 | 655k|1545 | 0.000000e+00 | 1.000000e+00 |    Inf 
1289.41/1289.72	c  1290s|  1110k|   592 |  1839k|   1.7 |  12M|  31 |   4 |  94 |  18k|  94 |  19 |  24 | 661k|1545 | 0.000000e+00 | 1.000000e+00 |    Inf 
1309.71/1310.07	c  1310s|  1120k|   805 |  1855k|   1.7 |  13M|  31 |   4 |  94 |  21k|  94 |  19 |  24 | 667k|1545 | 0.000000e+00 | 1.000000e+00 |    Inf 
1331.80/1332.16	c  1332s|  1130k|   245 |  1870k|   1.7 |  11M|  31 |   - |  94 |  19k|  94 |  19 |  24 | 672k|1545 | 0.000000e+00 | 1.000000e+00 |    Inf 
1350.30/1350.61	c  1351s|  1140k|   379 |  1886k|   1.7 |  11M|  31 |   4 |  94 |  19k|  94 |  19 |  24 | 678k|1545 | 0.000000e+00 | 1.000000e+00 |    Inf 
1370.30/1370.61	c  1371s|  1150k|   784 |  1902k|   1.7 |  13M|  31 |   - |  94 |  21k|  94 |  19 |  24 | 685k|1545 | 0.000000e+00 | 1.000000e+00 |    Inf 
1392.49/1392.80	c  1393s|  1160k|  1044 |  1920k|   1.7 |  14M|  31 |   4 |  94 |  24k|  94 |  19 |  24 | 691k|1545 | 0.000000e+00 | 1.000000e+00 |    Inf 
1415.68/1416.04	c  1416s|  1170k|  1183 |  1936k|   1.7 |  14M|  31 |   - |  94 |  25k|  94 |  19 |  24 | 698k|1545 | 0.000000e+00 | 1.000000e+00 |    Inf 
1439.88/1440.21	c  1440s|  1180k|  1307 |  1954k|   1.7 |  15M|  31 |   4 |  94 |  26k|  94 |  19 |  24 | 705k|1545 | 0.000000e+00 | 1.000000e+00 |    Inf 
1467.77/1468.17	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1467.77/1468.17	c  1468s|  1190k|   723 |  1971k|   1.7 |  14M|  31 |   - |  94 |  23k|  94 |  19 |  24 | 713k|1545 | 0.000000e+00 | 1.000000e+00 |    Inf 
1489.67/1490.01	c  1490s|  1200k|   979 |  1988k|   1.7 |  15M|  31 |   4 |  94 |  26k|  94 |  19 |  24 | 719k|1545 | 0.000000e+00 | 1.000000e+00 |    Inf 
1515.06/1515.47	c  1515s|  1210k|   745 |  2005k|   1.7 |  15M|  31 |   - |  94 |  28k|   0 |   0 |  24 | 727k|1545 | 0.000000e+00 | 1.000000e+00 |    Inf 
1543.16/1543.54	c  1544s|  1220k|   954 |  2023k|   1.7 |  16M|  31 |   - |  94 |  29k|  94 |  19 |  24 | 734k|1545 | 0.000000e+00 | 1.000000e+00 |    Inf 
1572.65/1573.04	c  1573s|  1230k|   701 |  2041k|   1.7 |  17M|  31 |   - |  94 |  32k|  94 |  19 |  24 | 741k|1545 | 0.000000e+00 | 1.000000e+00 |    Inf 
1607.85/1608.24	c  1608s|  1240k|   228 |  2060k|   1.7 |  15M|  31 |   4 |  94 |  28k|  94 |  19 |  24 | 749k|1545 | 0.000000e+00 | 1.000000e+00 |    Inf 
1629.64/1630.08	c  1630s|  1250k|   152 |  2075k|   1.7 |  12M|  31 |   4 |  94 |  18k|  94 |  19 |  24 | 756k|1545 | 0.000000e+00 | 1.000000e+00 |    Inf 
1645.03/1645.45	c  1645s|  1260k|    76 |  2091k|   1.7 |  11M|  31 |   - |  94 |  14k|  94 |  19 |  24 | 763k|1545 | 0.000000e+00 | 1.000000e+00 |    Inf 
1658.83/1659.25	c  1659s|  1270k|   640 |  2109k|   1.7 |  12M|  31 |   4 |  94 |  15k|  94 |  19 |  24 | 769k|1545 | 0.000000e+00 | 1.000000e+00 |    Inf 
1676.83/1677.27	c  1677s|  1280k|  1117 |  2127k|   1.7 |  13M|  31 |   4 |  94 |  17k|  94 |  19 |  24 | 775k|1545 | 0.000000e+00 | 1.000000e+00 |    Inf 
1696.02/1696.44	c  1696s|  1290k|  1408 |  2145k|   1.7 |  14M|  31 |   - |  94 |  19k|   0 |   0 |  24 | 781k|1545 | 0.000000e+00 | 1.000000e+00 |    Inf 
1717.32/1717.74	c  1718s|  1300k|  1648 |  2162k|   1.7 |  15M|  31 |   4 |  94 |  21k|  94 |  19 |  24 | 788k|1545 | 0.000000e+00 | 1.000000e+00 |    Inf 
1739.82/1740.27	c  1740s|  1310k|  1619 |  2180k|   1.7 |  15M|  31 |   - |  94 |  21k|  94 |  19 |  24 | 794k|1545 | 0.000000e+00 | 1.000000e+00 |    Inf 
1761.50/1761.96	c  1762s|  1320k|  1682 |  2197k|   1.7 |  15M|  31 |   - |  94 |  21k|  94 |  19 |  24 | 800k|1545 | 0.000000e+00 | 1.000000e+00 |    Inf 
1782.30/1782.70	c  1783s|  1330k|  1919 |  2215k|   1.7 |  15M|  31 |   - |  94 |  20k|   0 |   0 |  24 | 807k|1545 | 0.000000e+00 | 1.000000e+00 |    Inf 
1789.60/1790.01	c 
1789.60/1790.01	c SCIP Status        : solving was interrupted [time limit reached]
1789.60/1790.01	c Solving Time (sec) : 1790.00
1789.60/1790.01	c Solving Nodes      : 1333524
1789.60/1790.01	c Primal Bound       : +1.00000000000000e+00 (45 solutions)
1789.60/1790.01	c Dual Bound         : +0.00000000000000e+00
1789.60/1790.01	c Gap                : infinite
1789.60/1790.01	s SATISFIABLE
1789.60/1790.01	v x94 -x75 x93 x92 -x91 x90 -x89 -x88 -x87 -x86 -x85 x84 x83 -x82 x81 x80 x79 x78 x77 -x76 x74 x73 -x72 x71 -x70 -x69 -x68 x67 x66 
1789.60/1790.01	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 
1789.60/1790.01	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 
1789.60/1790.01	v -x15 -x14 -x13 -x12 -x11 -x10 -x9 -x8 -x7 -x6 -x5 -x4 -x3 -x2 -x1 
1789.60/1790.01	c SCIP Status        : solving was interrupted [time limit reached]
1789.60/1790.01	c Solving Time       :    1790.00
1789.60/1790.01	c Original Problem   :
1789.60/1790.01	c   Problem name     : HOME/instance-2703934-1278562865.opb
1789.60/1790.01	c   Variables        : 94 (94 binary, 0 integer, 0 implicit integer, 0 continuous)
1789.60/1790.01	c   Constraints      : 8 initial, 8 maximal
1789.60/1790.01	c Presolved Problem  :
1789.60/1790.01	c   Problem name     : t_HOME/instance-2703934-1278562865.opb
1789.60/1790.01	c   Variables        : 94 (94 binary, 0 integer, 0 implicit integer, 0 continuous)
1789.60/1790.01	c   Constraints      : 4 initial, 34498 maximal
1789.60/1790.01	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1789.60/1790.01	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1789.60/1790.01	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1789.60/1790.01	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1789.60/1790.01	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1789.60/1790.01	c   implics          :       0.00          0          0          0          0          0          0          0          0
1789.60/1790.01	c   probing          :       0.01          0          0          0          0          0          0          0          0
1789.60/1790.01	c   linear           :       0.00          0          0          0          0          0          4          0          0
1789.60/1790.01	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1789.60/1790.01	c   root node        :          -         64          -          -         64          -          -          -          -
1789.60/1790.01	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1789.60/1790.01	c   integral         :          0          0          0     739436          0        105        388          0          0    1477870
1789.60/1790.01	c   linear           :          4+         7    3221414          2          1     365956    2115215          0          0          0
1789.60/1790.01	c   logicor          :          0+         0    1747037          0          0      15962     821955          0          0          0
1789.60/1790.01	c   countsols        :          0          0          0         18          1          0          0          0          0          0
1789.60/1790.01	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1789.60/1790.01	c   integral         :       9.80       0.00       0.00       9.80       0.00
1789.60/1790.01	c   linear           :     170.06       0.00     170.06       0.00       0.00
1789.60/1790.01	c   logicor          :     684.45       0.00     684.45       0.00       0.00
1789.60/1790.01	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1789.60/1790.01	c Propagators        :       Time      Calls    Cutoffs    DomReds
1789.60/1790.01	c   vbounds          :       1.30          2          0          0
1789.60/1790.01	c   rootredcost      :       1.39         39          0         64
1789.60/1790.01	c   pseudoobj        :      13.19    3221413        165       9904
1789.60/1790.01	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1789.60/1790.01	c   propagation      :      17.86     382083     235453     604303       21.4         52       18.1          -
1789.60/1790.01	c   infeasible LP    :      24.08     359056     359047     620482       14.2       4070       18.0          0
1789.60/1790.01	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1789.60/1790.01	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1789.60/1790.01	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1789.60/1790.01	c   applied globally :          -          -          -     809257       15.7          -          -          -
1789.60/1790.01	c   applied locally  :          -          -          -        105       33.3          -          -          -
1789.60/1790.01	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1789.60/1790.01	c   cut pool         :       0.00          5          -          -         11          -    (maximal pool size: 74)
1789.60/1790.01	c   redcost          :       3.85     744561          0      62741          0          0
1789.60/1790.01	c   impliedbounds    :       0.00          6          0          0          0          0
1789.60/1790.01	c   intobj           :       0.00          0          0          0          0          0
1789.60/1790.01	c   cgmip            :       0.00          0          0          0          0          0
1789.60/1790.01	c   gomory           :       0.00          6          0          0          0          0
1789.60/1790.01	c   strongcg         :       0.00          6          0          0         13          0
1789.60/1790.01	c   cmir             :       0.01          6          0          0         31          0
1789.60/1790.01	c   flowcover        :       0.02          6          0          0         36          0
1789.60/1790.01	c   clique           :       0.00          1          0          0          0          0
1789.60/1790.01	c   zerohalf         :       0.00          0          0          0          0          0
1789.60/1790.01	c   mcf              :       0.00          1          0          0          0          0
1789.60/1790.01	c   rapidlearning    :       0.08          1          0          0          0         73
1789.60/1790.01	c Pricers            :       Time      Calls       Vars
1789.60/1790.01	c   problem variables:       0.00          0          0
1789.60/1790.01	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1789.60/1790.01	c   relpscost        :       8.84     739418        105        388          0          0    1477870
1789.60/1790.01	c   pscost           :       0.00          0          0          0          0          0          0
1789.60/1790.01	c   inference        :       0.00          1          0          0          0          0          2
1789.60/1790.01	c   mostinf          :       0.00          0          0          0          0          0          0
1789.60/1790.01	c   leastinf         :       0.00          0          0          0          0          0          0
1789.60/1790.01	c   fullstrong       :       0.00          0          0          0          0          0          0
1789.60/1790.01	c   allfullstrong    :       0.00          0          0          0          0          0          0
1789.60/1790.01	c   random           :       0.00          0          0          0          0          0          0
1789.60/1790.01	c Primal Heuristics  :       Time      Calls      Found
1789.60/1790.01	c   LP solutions     :       0.00          -         18
1789.60/1790.01	c   pseudo solutions :       0.00          -          0
1789.60/1790.01	c   intshifting      :       0.07          0          0
1789.60/1790.01	c   feaspump         :       0.14          1          0
1789.60/1790.01	c   oneopt           :       0.68         37          0
1789.60/1790.01	c   guideddiving     :       4.96       2721          3
1789.60/1790.01	c   coefdiving       :       4.94       2721          2
1789.60/1790.01	c   pscostdiving     :       4.77       2721          4
1789.60/1790.01	c   fracdiving       :       4.68       2721          3
1789.60/1790.02	c   veclendiving     :       5.88       2721          5
1789.60/1790.02	c   linesearchdiving :       4.99       2721          1
1789.60/1790.02	c   rootsoldiving    :       2.18       1361          1
1789.60/1790.02	c   objpscostdiving  :       0.87       1362          2
1789.60/1790.02	c   trivial          :       0.00          2          0
1789.60/1790.02	c   simplerounding   :       0.36          0          0
1789.60/1790.02	c   zirounding       :       0.54       1000          0
1789.60/1790.02	c   rounding         :       0.90      12219          0
1789.60/1790.02	c   shifting         :      14.53      24332          5
1789.60/1790.02	c   twoopt           :       0.00          0          0
1789.60/1790.02	c   fixandinfer      :       0.00          0          0
1789.60/1790.02	c   intdiving        :       0.00          0          0
1789.60/1790.02	c   actconsdiving    :       0.00          0          0
1789.60/1790.02	c   octane           :       0.00          0          0
1789.60/1790.02	c   rens             :       0.11          1          0
1789.60/1790.02	c   rins             :       0.00          0          0
1789.60/1790.02	c   localbranching   :       0.00          0          0
1789.60/1790.02	c   mutation         :       0.00          0          0
1789.60/1790.02	c   crossover        :       0.01          0          0
1789.60/1790.02	c   dins             :       0.00          0          0
1789.60/1790.02	c   undercover       :       0.00          0          0
1789.60/1790.02	c   nlp              :       0.48          0          0
1789.60/1790.02	c   trysol           :       0.71          0          0
1789.60/1790.02	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1789.60/1790.02	c   primal LP        :       0.00          0          0       0.00          -
1789.60/1790.02	c   dual LP          :     123.77    1062343    2136445       2.01   17261.50
1789.60/1790.02	c   lex dual LP      :       0.00          0          0       0.00          -
1789.60/1790.02	c   barrier LP       :       0.00          0          0       0.00          -
1789.60/1790.02	c   diving/probing LP:       5.56      47297      85476       1.81   15371.35
1789.60/1790.02	c   strong branching :       0.33       1545       6865       4.44   20555.00
1789.60/1790.02	c     (at root node) :          -          9        375      41.67          -
1789.60/1790.02	c   conflict analysis:       0.00          0          0       0.00          -
1789.60/1790.02	c B&B Tree           :
1789.60/1790.02	c   number of runs   :          1
1789.60/1790.02	c   nodes            :    1333524
1789.60/1790.02	c   nodes (total)    :    1333524
1789.60/1790.02	c   nodes left       :       1992
1789.60/1790.02	c   max depth        :         31
1789.60/1790.02	c   max depth (total):         31
1789.60/1790.02	c   backtracks       :     414498 (31.1%)
1789.60/1790.02	c   delayed cutoffs  :     141884
1789.60/1790.02	c   repropagations   :     953883 (1302646 domain reductions, 125441 cutoffs)
1789.60/1790.02	c   avg switch length:       4.71
1789.60/1790.02	c   switching time   :     466.44
1789.60/1790.02	c Solution           :
1789.60/1790.02	c   Solutions found  :         45 (39 improvements)
1789.60/1790.02	c   First Solution   : +6.77000000000000e+02   (in run 1, after 1 nodes, 0.09 seconds, depth 0, found by <trysol>)
1789.60/1790.02	c   Primal Bound     : +1.00000000000000e+00   (in run 1, after 80181 nodes, 30.85 seconds, depth 25, found by <relaxation>)
1789.60/1790.02	c   Dual Bound       : +0.00000000000000e+00
1789.60/1790.02	c   Gap              :   infinite
1789.60/1790.02	c   Root Dual Bound  : +0.00000000000000e+00
1789.60/1790.02	c   Root Iterations  :         79
1789.60/1790.09	c Time complete: 1789.69.

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-2703934-1278562865/watcher-2703934-1278562865 -o /tmp/evaluation-result-2703934-1278562865/solver-2703934-1278562865 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2703934-1278562865.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.02 1.01 1.00 3/106 28101
/proc/meminfo: memFree=1582988/2059040 swapFree=4139744/4192956
[pid=28101] ppid=28099 vsize=7904 CPUtime=0
/proc/28101/stat : 28101 (pbscip.linux.x8) R 28099 28101 27827 0 -1 4202496 1183 0 0 0 0 0 0 0 23 0 1 0 24494019 8093696 1095 1992294400 4194304 8395647 140737127866384 18446744073709551615 7382157 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/28101/statm: 1976 1103 365 1026 0 946 0

[startup+0.107094 s]
/proc/loadavg: 1.02 1.01 1.00 3/106 28101
/proc/meminfo: memFree=1582988/2059040 swapFree=4139744/4192956
[pid=28101] ppid=28099 vsize=22380 CPUtime=0.1
/proc/28101/stat : 28101 (pbscip.linux.x8) R 28099 28101 27827 0 -1 4202496 4891 0 0 0 8 2 0 0 25 0 1 0 24494019 22917120 4450 1992294400 4194304 8395647 140737127866384 18446744073709551615 4216547 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28101/statm: 5595 4450 603 1026 0 4565 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 22380

[startup+0.2021 s]
/proc/loadavg: 1.02 1.01 1.00 3/106 28101
/proc/meminfo: memFree=1582988/2059040 swapFree=4139744/4192956
[pid=28101] ppid=28099 vsize=23512 CPUtime=0.2
/proc/28101/stat : 28101 (pbscip.linux.x8) R 28099 28101 27827 0 -1 4202496 5433 0 0 0 17 3 0 0 25 0 1 0 24494019 24076288 4992 1992294400 4194304 8395647 140737127866384 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28101/statm: 5878 4992 621 1026 0 4848 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 23512

[startup+0.302107 s]
/proc/loadavg: 1.02 1.01 1.00 3/106 28101
/proc/meminfo: memFree=1582988/2059040 swapFree=4139744/4192956
[pid=28101] ppid=28099 vsize=23512 CPUtime=0.29
/proc/28101/stat : 28101 (pbscip.linux.x8) R 28099 28101 27827 0 -1 4202496 5433 0 0 0 26 3 0 0 25 0 1 0 24494019 24076288 4992 1992294400 4194304 8395647 140737127866384 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28101/statm: 5878 4992 621 1026 0 4848 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 23512

[startup+0.700133 s]
/proc/loadavg: 1.02 1.01 1.00 3/106 28101
/proc/meminfo: memFree=1582988/2059040 swapFree=4139744/4192956
[pid=28101] ppid=28099 vsize=23512 CPUtime=0.69
/proc/28101/stat : 28101 (pbscip.linux.x8) R 28099 28101 27827 0 -1 4202496 5434 0 0 0 62 7 0 0 25 0 1 0 24494019 24076288 4993 1992294400 4194304 8395647 140737127866384 18446744073709551615 5540983 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28101/statm: 5878 4993 621 1026 0 4848 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 23512

[startup+1.50118 s]
/proc/loadavg: 1.02 1.01 1.00 2/107 28102
/proc/meminfo: memFree=1565372/2059040 swapFree=4139744/4192956
[pid=28101] ppid=28099 vsize=23512 CPUtime=1.49
/proc/28101/stat : 28101 (pbscip.linux.x8) R 28099 28101 27827 0 -1 4202496 5438 0 0 0 139 10 0 0 25 0 1 0 24494019 24076288 4997 1992294400 4194304 8395647 140737127866384 18446744073709551615 5005942 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28101/statm: 5878 4997 622 1026 0 4848 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 23512

[startup+3.10128 s]
/proc/loadavg: 1.02 1.01 1.00 2/107 28102
/proc/meminfo: memFree=1565248/2059040 swapFree=4139744/4192956
[pid=28101] ppid=28099 vsize=23512 CPUtime=3.09
/proc/28101/stat : 28101 (pbscip.linux.x8) R 28099 28101 27827 0 -1 4202496 5443 0 0 0 292 17 0 0 25 0 1 0 24494019 24076288 5002 1992294400 4194304 8395647 140737127866384 18446744073709551615 4243484 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28101/statm: 5878 5002 622 1026 0 4848 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 23512

[startup+6.30148 s]
/proc/loadavg: 1.02 1.01 1.00 2/107 28102
/proc/meminfo: memFree=1564752/2059040 swapFree=4139744/4192956
[pid=28101] ppid=28099 vsize=23512 CPUtime=6.29
/proc/28101/stat : 28101 (pbscip.linux.x8) R 28099 28101 27827 0 -1 4202496 5443 0 0 0 603 26 0 0 25 0 1 0 24494019 24076288 5002 1992294400 4194304 8395647 140737127866384 18446744073709551615 4243375 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28101/statm: 5878 5002 622 1026 0 4848 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 23512

[startup+12.7009 s]
/proc/loadavg: 1.01 1.01 1.00 2/107 28102
/proc/meminfo: memFree=1564752/2059040 swapFree=4139744/4192956
[pid=28101] ppid=28099 vsize=23512 CPUtime=12.69
/proc/28101/stat : 28101 (pbscip.linux.x8) R 28099 28101 27827 0 -1 4202496 5446 0 0 0 1223 46 0 0 25 0 1 0 24494019 24076288 5005 1992294400 4194304 8395647 140737127866384 18446744073709551615 5006496 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28101/statm: 5878 5005 622 1026 0 4848 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 23512

[startup+25.5017 s]
/proc/loadavg: 1.01 1.01 1.00 2/107 28102
/proc/meminfo: memFree=1564752/2059040 swapFree=4139744/4192956
[pid=28101] ppid=28099 vsize=23512 CPUtime=25.49
/proc/28101/stat : 28101 (pbscip.linux.x8) R 28099 28101 27827 0 -1 4202496 5447 0 0 0 2467 82 0 0 25 0 1 0 24494019 24076288 5006 1992294400 4194304 8395647 140737127866384 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28101/statm: 5878 5006 622 1026 0 4848 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 23512

[startup+51.1013 s]
/proc/loadavg: 1.01 1.01 1.00 2/107 28102
/proc/meminfo: memFree=1564752/2059040 swapFree=4139744/4192956
[pid=28101] ppid=28099 vsize=23512 CPUtime=51.08
/proc/28101/stat : 28101 (pbscip.linux.x8) R 28099 28101 27827 0 -1 4202496 5447 0 0 0 4973 135 0 0 25 0 1 0 24494019 24076288 5006 1992294400 4194304 8395647 140737127866384 18446744073709551615 4218186 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28101/statm: 5878 5006 622 1026 0 4848 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 23512

[startup+102.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 28104
/proc/meminfo: memFree=1563264/2059040 swapFree=4139744/4192956
[pid=28101] ppid=28099 vsize=25012 CPUtime=102.28
/proc/28101/stat : 28101 (pbscip.linux.x8) R 28099 28101 27827 0 -1 4202496 5830 0 0 0 10013 215 0 0 25 0 1 0 24494019 25612288 5389 1992294400 4194304 8395647 140737127866384 18446744073709551615 5029606 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28101/statm: 6253 5389 622 1026 0 5223 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 25012

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 28106
/proc/meminfo: memFree=1559172/2059040 swapFree=4139744/4192956
[pid=28101] ppid=28099 vsize=31012 CPUtime=162.26
/proc/28101/stat : 28101 (pbscip.linux.x8) R 28099 28101 27827 0 -1 4202496 7028 0 0 0 15954 272 0 0 25 0 1 0 24494019 31756288 6587 1992294400 4194304 8395647 140737127866384 18446744073709551615 5085633 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28101/statm: 7753 6587 622 1026 0 6723 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 31012

[startup+222.309 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 28108
/proc/meminfo: memFree=1556816/2059040 swapFree=4139744/4192956
[pid=28101] ppid=28099 vsize=32748 CPUtime=222.25
/proc/28101/stat : 28101 (pbscip.linux.x8) R 28099 28101 27827 0 -1 4202496 7399 0 0 0 21900 325 0 0 25 0 1 0 24494019 33533952 6958 1992294400 4194304 8395647 140737127866384 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28101/statm: 8187 6958 622 1026 0 7157 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 32748

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 28108
/proc/meminfo: memFree=1556816/2059040 swapFree=4139744/4192956
[pid=28101] ppid=28099 vsize=32748 CPUtime=282.23
/proc/28101/stat : 28101 (pbscip.linux.x8) R 28099 28101 27827 0 -1 4202496 7405 0 0 0 27824 399 0 0 25 0 1 0 24494019 33533952 6964 1992294400 4194304 8395647 140737127866384 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28101/statm: 8187 6964 622 1026 0 7157 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 32748

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 28110
/proc/meminfo: memFree=1556692/2059040 swapFree=4139744/4192956
[pid=28101] ppid=28099 vsize=32748 CPUtime=342.22
/proc/28101/stat : 28101 (pbscip.linux.x8) R 28099 28101 27827 0 -1 4202496 7421 0 0 0 33765 457 0 0 25 0 1 0 24494019 33533952 6980 1992294400 4194304 8395647 140737127866384 18446744073709551615 4706697 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28101/statm: 8187 6980 622 1026 0 7157 0
Current children cumulated CPU time (s) 342.22
Current children cumulated vsize (KiB) 32748

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 28112
/proc/meminfo: memFree=1556320/2059040 swapFree=4139744/4192956
[pid=28101] ppid=28099 vsize=33632 CPUtime=402.2
/proc/28101/stat : 28101 (pbscip.linux.x8) R 28099 28101 27827 0 -1 4202496 7523 0 0 0 39709 511 0 0 25 0 1 0 24494019 34439168 7082 1992294400 4194304 8395647 140737127866384 18446744073709551615 5085356 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28101/statm: 8408 7082 622 1026 0 7378 0
Current children cumulated CPU time (s) 402.2
Current children cumulated vsize (KiB) 33632

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 28114
/proc/meminfo: memFree=1556196/2059040 swapFree=4139744/4192956
[pid=28101] ppid=28099 vsize=33632 CPUtime=462.19
/proc/28101/stat : 28101 (pbscip.linux.x8) R 28099 28101 27827 0 -1 4202496 7527 0 0 0 45649 570 0 0 25 0 1 0 24494019 34439168 7086 1992294400 4194304 8395647 140737127866384 18446744073709551615 5085399 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28101/statm: 8408 7086 622 1026 0 7378 0
Current children cumulated CPU time (s) 462.19
Current children cumulated vsize (KiB) 33632

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 28116
/proc/meminfo: memFree=1555452/2059040 swapFree=4139744/4192956
[pid=28101] ppid=28099 vsize=34176 CPUtime=522.18
/proc/28101/stat : 28101 (pbscip.linux.x8) R 28099 28101 27827 0 -1 4202496 7694 0 0 0 51595 623 0 0 25 0 1 0 24494019 34996224 7253 1992294400 4194304 8395647 140737127866384 18446744073709551615 5085399 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28101/statm: 8544 7253 622 1026 0 7514 0
Current children cumulated CPU time (s) 522.18
Current children cumulated vsize (KiB) 34176

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 28116
/proc/meminfo: memFree=1555080/2059040 swapFree=4139744/4192956
[pid=28101] ppid=28099 vsize=34536 CPUtime=582.16
/proc/28101/stat : 28101 (pbscip.linux.x8) R 28099 28101 27827 0 -1 4202496 7754 0 0 0 57532 684 0 0 25 0 1 0 24494019 35364864 7313 1992294400 4194304 8395647 140737127866384 18446744073709551615 4216931 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28101/statm: 8634 7313 622 1026 0 7604 0
Current children cumulated CPU time (s) 582.16
Current children cumulated vsize (KiB) 34536

[startup+642.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 28118
/proc/meminfo: memFree=1553592/2059040 swapFree=4139744/4192956
[pid=28101] ppid=28099 vsize=35992 CPUtime=642.15
/proc/28101/stat : 28101 (pbscip.linux.x8) R 28099 28101 27827 0 -1 4202496 8125 0 0 0 63485 730 0 0 25 0 1 0 24494019 36855808 7684 1992294400 4194304 8395647 140737127866384 18446744073709551615 18446744073699065932 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28101/statm: 8998 7684 622 1026 0 7968 0
Current children cumulated CPU time (s) 642.15
Current children cumulated vsize (KiB) 35992

[startup+702.3 s]

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

/proc/meminfo: memFree=1551980/2059040 swapFree=4139744/4192956
[pid=28101] ppid=28099 vsize=37864 CPUtime=1002.07
/proc/28101/stat : 28101 (pbscip.linux.x8) R 28099 28101 27827 0 -1 4202496 8428 0 0 0 99179 1028 0 0 25 0 1 0 24494019 38772736 7987 1992294400 4194304 8395647 140737127866384 18446744073709551615 4967270 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28101/statm: 9466 7987 622 1026 0 8436 0
Current children cumulated CPU time (s) 1002.07
Current children cumulated vsize (KiB) 37864

[startup+1062.3 s]
/proc/loadavg: 1.05 1.01 1.00 2/107 28130
/proc/meminfo: memFree=1551980/2059040 swapFree=4139744/4192956
[pid=28101] ppid=28099 vsize=37864 CPUtime=1062.05
/proc/28101/stat : 28101 (pbscip.linux.x8) R 28099 28101 27827 0 -1 4202496 8428 0 0 0 105125 1080 0 0 25 0 1 0 24494019 38772736 7987 1992294400 4194304 8395647 140737127866384 18446744073709551615 5085381 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28101/statm: 9466 7987 622 1026 0 8436 0
Current children cumulated CPU time (s) 1062.05
Current children cumulated vsize (KiB) 37864

[startup+1122.3 s]
/proc/loadavg: 1.02 1.01 1.00 2/107 28132
/proc/meminfo: memFree=1551732/2059040 swapFree=4139744/4192956
[pid=28101] ppid=28099 vsize=38408 CPUtime=1122.04
/proc/28101/stat : 28101 (pbscip.linux.x8) R 28099 28101 27827 0 -1 4202496 8470 0 0 0 111085 1119 0 0 25 0 1 0 24494019 39329792 8029 1992294400 4194304 8395647 140737127866384 18446744073709551615 5085412 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28101/statm: 9602 8029 622 1026 0 8572 0
Current children cumulated CPU time (s) 1122.04
Current children cumulated vsize (KiB) 38408

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 28132
/proc/meminfo: memFree=1551236/2059040 swapFree=4139744/4192956
[pid=28101] ppid=28099 vsize=39544 CPUtime=1182.03
/proc/28101/stat : 28101 (pbscip.linux.x8) R 28099 28101 27827 0 -1 4202496 8577 0 0 0 117038 1165 0 0 25 0 1 0 24494019 40493056 8136 1992294400 4194304 8395647 140737127866384 18446744073709551615 4218186 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28101/statm: 9886 8136 622 1026 0 8856 0
Current children cumulated CPU time (s) 1182.03
Current children cumulated vsize (KiB) 39544

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 28134
/proc/meminfo: memFree=1549996/2059040 swapFree=4139744/4192956
[pid=28101] ppid=28099 vsize=40896 CPUtime=1242.02
/proc/28101/stat : 28101 (pbscip.linux.x8) R 28099 28101 27827 0 -1 4202496 8857 0 0 0 123002 1200 0 0 25 0 1 0 24494019 41877504 8416 1992294400 4194304 8395647 140737127866384 18446744073709551615 4216931 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28101/statm: 10224 8416 622 1026 0 9194 0
Current children cumulated CPU time (s) 1242.02
Current children cumulated vsize (KiB) 40896

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 28136
/proc/meminfo: memFree=1549872/2059040 swapFree=4139744/4192956
[pid=28101] ppid=28099 vsize=40896 CPUtime=1302
/proc/28101/stat : 28101 (pbscip.linux.x8) R 28099 28101 27827 0 -1 4202496 8857 0 0 0 128961 1239 0 0 25 0 1 0 24494019 41877504 8416 1992294400 4194304 8395647 140737127866384 18446744073709551615 5085210 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28101/statm: 10224 8416 622 1026 0 9194 0
Current children cumulated CPU time (s) 1302
Current children cumulated vsize (KiB) 40896

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 28138
/proc/meminfo: memFree=1549500/2059040 swapFree=4139744/4192956
[pid=28101] ppid=28099 vsize=41236 CPUtime=1361.99
/proc/28101/stat : 28101 (pbscip.linux.x8) R 28099 28101 27827 0 -1 4202496 8946 0 0 0 134928 1271 0 0 25 0 1 0 24494019 42225664 8505 1992294400 4194304 8395647 140737127866384 18446744073709551615 5089568 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28101/statm: 10309 8505 622 1026 0 9279 0
Current children cumulated CPU time (s) 1361.99
Current children cumulated vsize (KiB) 41236

[startup+1422.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 28140
/proc/meminfo: memFree=1547888/2059040 swapFree=4139744/4192956
[pid=28101] ppid=28099 vsize=42812 CPUtime=1421.99
/proc/28101/stat : 28101 (pbscip.linux.x8) R 28099 28101 27827 0 -1 4202496 9337 0 0 0 140899 1300 0 0 25 0 1 0 24494019 43839488 8896 1992294400 4194304 8395647 140737127866384 18446744073709551615 5085399 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28101/statm: 10703 8896 622 1026 0 9673 0
Current children cumulated CPU time (s) 1421.99
Current children cumulated vsize (KiB) 42812

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 28140
/proc/meminfo: memFree=1547268/2059040 swapFree=4139744/4192956
[pid=28101] ppid=28099 vsize=43316 CPUtime=1481.96
/proc/28101/stat : 28101 (pbscip.linux.x8) R 28099 28101 27827 0 -1 4202496 9467 0 0 0 146868 1328 0 0 25 0 1 0 24494019 44355584 9026 1992294400 4194304 8395647 140737127866384 18446744073709551615 4230937 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28101/statm: 10829 9026 622 1026 0 9799 0
Current children cumulated CPU time (s) 1481.96
Current children cumulated vsize (KiB) 43316

[startup+1542.31 s]
/proc/loadavg: 1.05 1.01 1.00 2/107 28142
/proc/meminfo: memFree=1546152/2059040 swapFree=4139744/4192956
[pid=28101] ppid=28099 vsize=44156 CPUtime=1541.96
/proc/28101/stat : 28101 (pbscip.linux.x8) R 28099 28101 27827 0 -1 4202496 9741 0 0 0 152841 1355 0 0 25 0 1 0 24494019 45215744 9300 1992294400 4194304 8395647 140737127866384 18446744073709551615 5085356 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28101/statm: 11039 9300 622 1026 0 10009 0
Current children cumulated CPU time (s) 1541.96
Current children cumulated vsize (KiB) 44156

[startup+1602.3 s]
/proc/loadavg: 1.13 1.04 1.01 2/107 28144
/proc/meminfo: memFree=1544168/2059040 swapFree=4139744/4192956
[pid=28101] ppid=28099 vsize=45780 CPUtime=1601.94
/proc/28101/stat : 28101 (pbscip.linux.x8) R 28099 28101 27827 0 -1 4202496 10243 0 0 0 158818 1376 0 0 25 0 1 0 24494019 46878720 9802 1992294400 4194304 8395647 140737127866384 18446744073709551615 4665803 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28101/statm: 11445 9802 622 1026 0 10415 0
Current children cumulated CPU time (s) 1601.94
Current children cumulated vsize (KiB) 45780

[startup+1662.3 s]
/proc/loadavg: 1.05 1.03 1.00 2/107 28146
/proc/meminfo: memFree=1543052/2059040 swapFree=4139744/4192956
[pid=28101] ppid=28099 vsize=47072 CPUtime=1661.93
/proc/28101/stat : 28101 (pbscip.linux.x8) R 28099 28101 27827 0 -1 4202496 10498 0 0 0 164779 1414 0 0 25 0 1 0 24494019 48201728 10057 1992294400 4194304 8395647 140737127866384 18446744073709551615 4218186 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28101/statm: 11768 10057 622 1026 0 10738 0
Current children cumulated CPU time (s) 1661.93
Current children cumulated vsize (KiB) 47072

[startup+1722.3 s]
/proc/loadavg: 1.02 1.02 1.00 2/107 28148
/proc/meminfo: memFree=1542556/2059040 swapFree=4139744/4192956
[pid=28101] ppid=28099 vsize=47072 CPUtime=1721.92
/proc/28101/stat : 28101 (pbscip.linux.x8) R 28099 28101 27827 0 -1 4202496 10498 0 0 0 170742 1450 0 0 25 0 1 0 24494019 48201728 10057 1992294400 4194304 8395647 140737127866384 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28101/statm: 11768 10057 622 1026 0 10738 0
Current children cumulated CPU time (s) 1721.92
Current children cumulated vsize (KiB) 47072

[startup+1782.3 s]
/proc/loadavg: 1.00 1.02 1.00 2/107 28148
/proc/meminfo: memFree=1542308/2059040 swapFree=4139744/4192956
[pid=28101] ppid=28099 vsize=47072 CPUtime=1781.9
/proc/28101/stat : 28101 (pbscip.linux.x8) R 28099 28101 27827 0 -1 4202496 10519 0 0 0 176707 1483 0 0 25 0 1 0 24494019 48201728 10078 1992294400 4194304 8395647 140737127866384 18446744073709551615 5085381 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28101/statm: 11768 10078 622 1026 0 10738 0
Current children cumulated CPU time (s) 1781.9
Current children cumulated vsize (KiB) 47072

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

[startup+1785.6 s]
/proc/loadavg: 1.00 1.02 1.00 2/107 28150
/proc/meminfo: memFree=1542308/2059040 swapFree=4139744/4192956
[pid=28101] ppid=28099 vsize=47072 CPUtime=1785.2
/proc/28101/stat : 28101 (pbscip.linux.x8) R 28099 28101 27827 0 -1 4202496 10519 0 0 0 177035 1485 0 0 25 0 1 0 24494019 48201728 10078 1992294400 4194304 8395647 140737127866384 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28101/statm: 11768 10078 622 1026 0 10738 0
Current children cumulated CPU time (s) 1785.2
Current children cumulated vsize (KiB) 47072

[startup+1787.2 s]
/proc/loadavg: 1.00 1.02 1.00 2/107 28150
/proc/meminfo: memFree=1542308/2059040 swapFree=4139744/4192956
[pid=28101] ppid=28099 vsize=47072 CPUtime=1786.8
/proc/28101/stat : 28101 (pbscip.linux.x8) R 28099 28101 27827 0 -1 4202496 10519 0 0 0 177194 1486 0 0 25 0 1 0 24494019 48201728 10078 1992294400 4194304 8395647 140737127866384 18446744073709551615 4216931 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28101/statm: 11768 10078 622 1026 0 10738 0
Current children cumulated CPU time (s) 1786.8
Current children cumulated vsize (KiB) 47072

[startup+1788.8 s]
/proc/loadavg: 1.00 1.02 1.00 2/107 28150
/proc/meminfo: memFree=1542308/2059040 swapFree=4139744/4192956
[pid=28101] ppid=28099 vsize=47072 CPUtime=1788.4
/proc/28101/stat : 28101 (pbscip.linux.x8) R 28099 28101 27827 0 -1 4202496 10519 0 0 0 177353 1487 0 0 25 0 1 0 24494019 48201728 10078 1992294400 4194304 8395647 140737127866384 18446744073709551615 6070772 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28101/statm: 11768 10078 622 1026 0 10738 0
Current children cumulated CPU time (s) 1788.4
Current children cumulated vsize (KiB) 47072

[startup+1789.6 s]
/proc/loadavg: 1.00 1.02 1.00 2/107 28150
/proc/meminfo: memFree=1542308/2059040 swapFree=4139744/4192956
[pid=28101] ppid=28099 vsize=47072 CPUtime=1789.2
/proc/28101/stat : 28101 (pbscip.linux.x8) R 28099 28101 27827 0 -1 4202496 10519 0 0 0 177432 1488 0 0 25 0 1 0 24494019 48201728 10078 1992294400 4194304 8395647 140737127866384 18446744073709551615 4230937 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28101/statm: 11768 10078 622 1026 0 10738 0
Current children cumulated CPU time (s) 1789.2
Current children cumulated vsize (KiB) 47072

[startup+1790 s]
/proc/loadavg: 1.00 1.02 1.00 2/107 28150
/proc/meminfo: memFree=1542308/2059040 swapFree=4139744/4192956
[pid=28101] ppid=28099 vsize=47072 CPUtime=1789.6
/proc/28101/stat : 28101 (pbscip.linux.x8) R 28099 28101 27827 0 -1 4202496 10519 0 0 0 177472 1488 0 0 25 0 1 0 24494019 48201728 10078 1992294400 4194304 8395647 140737127866384 18446744073709551615 4216715 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28101/statm: 11768 10078 622 1026 0 10738 0
Current children cumulated CPU time (s) 1789.6
Current children cumulated vsize (KiB) 47072

Child status: 0
Real time (s): 1790.1
CPU time (s): 1789.71
CPU user time (s): 1774.82
CPU system time (s): 14.8907
CPU usage (%): 99.9782
Max. virtual memory (cumulated for all children) (KiB): 47072

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1774.82
system time used= 14.8907
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10524
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= 3027

runsolver used 2.85257 second user time and 8.5577 second system time

The end

Launcher Data

Begin job on node039 at 2010-07-08 06:21:05
IDJOB=2703934
IDBENCH=2928
IDSOLVER=1213
FILE ID=node039/2703934-1278562865
PBS_JOBID= 11239545
Free space on /tmp= 62552 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_4.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-2703934-1278562865/watcher-2703934-1278562865 -o /tmp/evaluation-result-2703934-1278562865/solver-2703934-1278562865 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2703934-1278562865.opb -t 1800 -m 1800

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

MD5SUM BENCH= 1757d8d914b8f8f6b2c05049538ae81a
RANDOM SEED=1072761370

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

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

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1583516 kB
Buffers:         70728 kB
Cached:         302616 kB
SwapCached:       7232 kB
Active:         159668 kB
Inactive:       227684 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1583516 kB
SwapTotal:     4192956 kB
SwapFree:      4139744 kB
Dirty:           10452 kB
Writeback:           0 kB
AnonPages:       11280 kB
Mapped:          11840 kB
Slab:            66108 kB
PageTables:       4208 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   183636 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= 62540 MiB
End job on node039 at 2010-07-08 06:50:55