Trace number 3737109

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
PB11: SCIP spx E_2 2011-06-10 (fixed)SAT-52 1797.82 1798.16

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mis/normalized-mis_500_25_5.opb
MD5SUM40141f2f083fa5e1f8a41aa043de0b1b
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-69
Best CPU time to get the best result obtained on this benchmark1800.08
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -69
Optimality of the best value was proved NO
Number of variables500
Total number of constraints500
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 constraints500
Minimum length of a constraint25
Maximum length of a constraint47
Number of terms in the objective function 500
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 500
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 500
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)15706
Sum of products size (including duplicates)31412
Number of different products7853
Sum of products size15706

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 2.0.1.5 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.5.0.5]
0.00/0.00	c Copyright (c) 2002-2011 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-3737109-1338724530.opb>
0.00/0.05	c original problem has 8353 variables (8353 bin, 0 int, 0 impl, 0 cont) and 8853 constraints
0.00/0.05	c problem read
0.00/0.05	c presolving settings loaded
0.08/0.10	o 0
0.08/0.10	c feasible solution found by trivial heuristic, objective value  0.000000e+00
0.08/0.10	c presolving:
0.19/0.27	c (round 1) 7853 del vars, 1000 del conss, 0 add conss, 7853 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 31412 impls, 0 clqs
0.19/0.29	c (round 2) 7853 del vars, 1000 del conss, 0 add conss, 7853 chg bounds, 0 chg sides, 0 chg coeffs, 7853 upgd conss, 31412 impls, 0 clqs
0.29/0.35	c    (0.3s) probing: 101/500 (20.2%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.29/0.35	c    (0.3s) probing aborted: 100/100 successive totally useless probings
0.29/0.35	c presolving (3 rounds):
0.29/0.35	c  7853 deleted vars, 1000 deleted constraints, 0 added constraints, 7853 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.29/0.35	c  47116 implications, 0 cliques
0.29/0.35	c presolved problem has 500 variables (500 bin, 0 int, 0 impl, 0 cont) and 7853 constraints
0.29/0.35	c    7853 constraints of type <setppc>
0.29/0.35	c transformed objective value is always integral (scale: 1)
0.29/0.35	c Presolving Time: 0.27
0.29/0.35	c - non default parameters ----------------------------------------------------------------------
0.29/0.35	c # SCIP version 2.0.1.5
0.29/0.35	c 
0.29/0.35	c # frequency for displaying node information lines
0.29/0.35	c # [type: int, range: [-1,2147483647], default: 100]
0.29/0.35	c display/freq = 10000
0.29/0.35	c 
0.29/0.35	c # maximal time in seconds to run
0.29/0.35	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.29/0.35	c limits/time = 1797
0.29/0.35	c 
0.29/0.35	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.29/0.35	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.29/0.35	c limits/memory = 13950
0.29/0.35	c 
0.29/0.35	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.29/0.35	c # [type: int, range: [1,2], default: 1]
0.29/0.35	c timing/clocktype = 2
0.29/0.35	c 
0.29/0.35	c # belongs reading time to solving time?
0.29/0.35	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.29/0.35	c timing/reading = TRUE
0.29/0.35	c 
0.29/0.35	c # should presolving try to simplify inequalities
0.29/0.35	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.29/0.35	c constraints/linear/simplifyinequalities = TRUE
0.29/0.35	c 
0.29/0.35	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.29/0.35	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.29/0.35	c constraints/indicator/addCouplingCons = TRUE
0.29/0.35	c 
0.29/0.35	c # should presolving try to simplify knapsacks
0.29/0.35	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.29/0.35	c constraints/knapsack/simplifyinequalities = TRUE
0.29/0.35	c 
0.29/0.35	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.29/0.35	c # [type: int, range: [-1,2147483647], default: -1]
0.29/0.35	c separating/rapidlearning/freq = 0
0.29/0.35	c 
0.29/0.35	c -----------------------------------------------------------------------------------------------
0.29/0.35	c start solving
0.29/0.35	c 
0.39/0.42	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.42	c t 0.4s|     1 |     0 |   519 |     - |  26M|   0 | 500 | 500 |7853 | 500 |7853 |   0 |   0 |   0 |-2.500000e+02 | 0.000000e+00 | 100.00%
0.39/0.43	o -1
0.39/0.43	c R 0.4s|     1 |     0 |   519 |     - |  26M|   0 | 500 | 500 |7853 | 500 |7853 |   0 |   0 |   0 |-2.500000e+02 |-1.000000e+00 |  99.60%
0.39/0.44	o -2
0.39/0.44	c s 0.4s|     1 |     0 |   519 |     - |  26M|   0 | 500 | 500 |7853 | 500 |7853 |   0 |   0 |   0 |-2.500000e+02 |-2.000000e+00 |  99.20%
0.59/0.65	o -45
0.59/0.65	c y 0.6s|     1 |     0 |   519 |     - |  26M|   0 | 500 | 500 |7853 | 500 |7853 |   0 |   0 |   0 |-2.500000e+02 |-4.500000e+01 |  82.00%
0.69/0.70	c   0.7s|     1 |     0 |   650 |     - |  26M|   0 | 493 | 500 |7853 | 500 |7861 |   8 |   0 |   0 |-2.465000e+02 |-4.500000e+01 |  81.74%
0.79/0.84	c   0.8s|     1 |     0 |   723 |     - |  26M|   0 | 487 | 500 |7853 | 500 |7872 |  19 |   0 |   0 |-2.435000e+02 |-4.500000e+01 |  81.52%
0.89/0.99	c   1.0s|     1 |     0 |   790 |     - |  26M|   0 | 482 | 500 |7853 | 500 |7878 |  25 |   0 |   0 |-2.410000e+02 |-4.500000e+01 |  81.33%
1.09/1.15	c   1.1s|     1 |     0 |   942 |     - |  26M|   0 | 477 | 500 |7853 | 500 |7888 |  35 |   0 |   0 |-2.385000e+02 |-4.500000e+01 |  81.13%
1.29/1.35	c   1.3s|     1 |     0 |  1195 |     - |  26M|   0 | 473 | 500 |7853 | 500 |7903 |  50 |   0 |   0 |-2.363333e+02 |-4.500000e+01 |  80.96%
1.58/1.68	c   1.7s|     1 |     0 |  1709 |     - |  26M|   0 | 469 | 500 |7853 | 500 |7915 |  62 |   0 |   0 |-2.335000e+02 |-4.500000e+01 |  80.73%
1.78/1.89	c   1.9s|     1 |     0 |  1894 |     - |  26M|   0 | 463 | 500 |7853 | 500 |7925 |  72 |   0 |   0 |-2.305000e+02 |-4.500000e+01 |  80.48%
2.09/2.17	c   2.2s|     1 |     0 |  2106 |     - |  28M|   0 | 461 | 500 |7853 | 500 |7936 |  83 |   0 |   0 |-2.295000e+02 |-4.500000e+01 |  80.39%
2.48/2.52	c   2.5s|     1 |     0 |  2706 |     - |  29M|   0 | 456 | 500 |7853 | 500 |7944 |  91 |   0 |   0 |-2.280000e+02 |-4.500000e+01 |  80.26%
2.79/2.85	c   2.8s|     1 |     0 |  3422 |     - |  29M|   0 | 452 | 500 |7853 | 500 |7955 | 102 |   0 |   0 |-2.260000e+02 |-4.500000e+01 |  80.09%
2.99/3.09	c   3.1s|     1 |     0 |  3891 |     - |  29M|   0 | 458 | 500 |7853 | 500 |1016 | 114 |   0 |   0 |-2.235000e+02 |-4.500000e+01 |  79.87%
3.09/3.19	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
3.09/3.19	c   3.2s|     1 |     0 |  4347 |     - |  30M|   0 | 443 | 500 |7853 | 500 |1027 | 125 |   0 |   0 |-2.225000e+02 |-4.500000e+01 |  79.78%
3.29/3.32	c   3.3s|     1 |     0 |  5238 |     - |  30M|   0 | 455 | 500 |7853 | 500 |1057 | 155 |   0 |   0 |-2.205000e+02 |-4.500000e+01 |  79.59%
3.48/3.57	c   3.6s|     1 |     0 |  7280 |     - |  30M|   0 | 455 | 500 |7853 | 500 |1327 | 425 |   0 |   0 |-2.185000e+02 |-4.500000e+01 |  79.41%
3.69/3.73	c   3.7s|     1 |     0 |  7984 |     - |  30M|   0 | 443 | 500 |7853 | 500 |1533 | 631 |   0 |   0 |-2.160000e+02 |-4.500000e+01 |  79.17%
3.79/3.85	c   3.8s|     1 |     0 |  8333 |     - |  30M|   0 | 424 | 500 |7853 | 500 |1620 | 718 |   0 |   0 |-2.140000e+02 |-4.500000e+01 |  78.97%
3.99/4.00	c   4.0s|     1 |     0 |  8830 |     - |  31M|   0 | 437 | 500 |7853 | 500 |1297 | 778 |   0 |   0 |-2.122500e+02 |-4.500000e+01 |  78.80%
4.09/4.10	c   4.1s|     1 |     0 |  9050 |     - |  31M|   0 | 432 | 500 |7853 | 500 |1398 | 879 |   0 |   0 |-2.117500e+02 |-4.500000e+01 |  78.75%
4.19/4.26	c   4.3s|     1 |     0 |  9881 |     - |  31M|   0 | 444 | 500 |7853 | 500 |1507 | 988 |   0 |   0 |-2.105000e+02 |-4.500000e+01 |  78.62%
4.39/4.44	c   4.4s|     1 |     0 | 10559 |     - |  32M|   0 | 422 | 500 |7853 | 500 |1710 |1191 |   0 |   0 |-2.095000e+02 |-4.500000e+01 |  78.52%
4.48/4.58	c   4.6s|     1 |     0 | 11368 |     - |  33M|   0 | 435 | 500 |7853 | 500 |1783 |1264 |   0 |   0 |-2.075000e+02 |-4.500000e+01 |  78.31%
4.68/4.76	c   4.8s|     1 |     0 | 12507 |     - |  33M|   0 | 467 | 500 |7853 | 500 |1823 |1304 |   0 |   0 |-2.062986e+02 |-4.500000e+01 |  78.19%
4.88/4.98	c   5.0s|     1 |     0 | 12658 |     - |  34M|   0 | 423 | 500 |7853 | 500 |3164 |2871 |   0 |   0 |-2.060000e+02 |-4.500000e+01 |  78.16%
5.09/5.12	c   5.1s|     1 |     0 | 13170 |     - |  34M|   0 | 412 | 500 |7853 | 500 |3175 |2882 |   0 |   0 |-2.033333e+02 |-4.500000e+01 |  77.87%
5.19/5.23	c   5.2s|     1 |     0 | 13408 |     - |  35M|   0 | 406 | 500 |7853 | 500 |3213 |2920 |   0 |   0 |-2.026000e+02 |-4.500000e+01 |  77.79%
5.29/5.36	c   5.4s|     1 |     0 | 13786 |     - |  35M|   0 | 403 | 500 |7853 | 500 |3224 |2931 |   0 |   0 |-2.015000e+02 |-4.500000e+01 |  77.67%
5.49/5.52	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
5.49/5.52	c   5.5s|     1 |     0 | 14355 |     - |  35M|   0 | 396 | 500 |7853 | 500 |3234 |2941 |   0 |   0 |-1.990000e+02 |-4.500000e+01 |  77.39%
5.59/5.60	c   5.6s|     1 |     0 | 14571 |     - |  35M|   0 | 396 | 500 |7853 | 500 |3260 |2967 |   0 |   0 |-1.980000e+02 |-4.500000e+01 |  77.27%
5.69/5.70	c   5.7s|     1 |     0 | 14704 |     - |  35M|   0 | 393 | 500 |7853 | 500 |2470 |2974 |   0 |   0 |-1.980000e+02 |-4.500000e+01 |  77.27%
5.78/5.85	c   5.8s|     1 |     0 | 15211 |     - |  36M|   0 | 395 | 500 |7853 | 500 |2524 |3028 |   0 |   0 |-1.975000e+02 |-4.500000e+01 |  77.22%
5.98/6.00	c   6.0s|     1 |     0 | 15949 |     - |  36M|   0 | 409 | 500 |7853 | 500 |2583 |3087 |   0 |   0 |-1.965000e+02 |-4.500000e+01 |  77.10%
6.18/6.28	c   6.3s|     1 |     0 | 17678 |     - |  37M|   0 | 378 | 500 |7853 | 500 |2690 |3194 |   0 |   0 |-1.930000e+02 |-4.500000e+01 |  76.68%
6.39/6.41	c   6.4s|     1 |     0 | 18172 |     - |  37M|   0 | 383 | 500 |7853 | 500 |2797 |3301 |   0 |   0 |-1.920000e+02 |-4.500000e+01 |  76.56%
6.49/6.50	c   6.5s|     1 |     0 | 18497 |     - |  37M|   0 | 382 | 500 |7853 | 500 |2840 |3344 |   0 |   0 |-1.905000e+02 |-4.500000e+01 |  76.38%
6.69/6.79	c   6.8s|     1 |     0 | 20358 |     - |  37M|   0 | 375 | 500 |7853 | 500 |1135 |3375 |   0 |   0 |-1.887500e+02 |-4.500000e+01 |  76.16%
6.88/6.90	c   6.9s|     1 |     0 | 20893 |     - |  37M|   0 | 384 | 500 |7853 | 500 |1186 |3426 |   0 |   0 |-1.880000e+02 |-4.500000e+01 |  76.06%
6.98/7.02	c   7.0s|     1 |     0 | 21511 |     - |  38M|   0 | 371 | 500 |7853 | 500 |1435 |3675 |   0 |   0 |-1.875000e+02 |-4.500000e+01 |  76.00%
7.08/7.14	c   7.1s|     1 |     0 | 22391 |     - |  38M|   0 | 388 | 500 |7853 | 500 |1488 |3728 |   0 |   0 |-1.864167e+02 |-4.500000e+01 |  75.86%
7.28/7.33	c   7.3s|     1 |     0 | 23634 |     - |  38M|   0 | 403 | 500 |7853 | 500 |1654 |3894 |   0 |   0 |-1.855000e+02 |-4.500000e+01 |  75.74%
7.48/7.51	c   7.5s|     1 |     0 | 24607 |     - |  38M|   0 | 414 | 500 |7853 | 500 |1787 |4027 |   0 |   0 |-1.842000e+02 |-4.500000e+01 |  75.57%
7.69/7.73	c   7.7s|     1 |     0 | 26114 |     - |  38M|   0 | 407 | 500 |7853 | 500 |1607 |4143 |   0 |   0 |-1.833125e+02 |-4.500000e+01 |  75.45%
7.88/7.95	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
7.88/7.95	c   7.9s|     1 |     0 | 27292 |     - |  39M|   0 | 425 | 500 |7853 | 500 |1622 |4158 |   0 |   0 |-1.824363e+02 |-4.500000e+01 |  75.33%
8.18/8.28	c   8.3s|     1 |     0 | 28743 |     - |  40M|   0 | 370 | 500 |7853 | 500 |1943 |4479 |   0 |   0 |-1.810000e+02 |-4.500000e+01 |  75.14%
8.48/8.54	c   8.5s|     1 |     0 | 30455 |     - |  40M|   0 | 424 | 500 |7853 | 500 |1974 |4510 |   0 |   0 |-1.801071e+02 |-4.500000e+01 |  75.01%
8.88/8.95	c   8.9s|     1 |     0 | 32969 |     - |  41M|   0 | 422 | 500 |7853 | 500 |2122 |4658 |   0 |   0 |-1.779009e+02 |-4.500000e+01 |  74.71%
9.08/9.19	c   9.2s|     1 |     0 | 33937 |     - |  42M|   0 | 391 | 500 |7853 | 500 |2398 |4934 |   0 |   0 |-1.764500e+02 |-4.500000e+01 |  74.50%
9.38/9.48	c   9.5s|     1 |     0 | 35413 |     - |  43M|   0 | 410 | 500 |7853 | 500 |2009 |4974 |   0 |   0 |-1.754978e+02 |-4.500000e+01 |  74.36%
9.69/9.73	c   9.7s|     1 |     0 | 36920 |     - |  44M|   0 | 392 | 500 |7853 | 500 |2063 |5028 |   0 |   0 |-1.743333e+02 |-4.500000e+01 |  74.19%
9.99/10.00	c  10.0s|     1 |     0 | 38592 |     - |  44M|   0 | 387 | 500 |7853 | 500 |2083 |5048 |   0 |   0 |-1.734286e+02 |-4.500000e+01 |  74.05%
10.18/10.23	c  10.2s|     1 |     0 | 39699 |     - |  44M|   0 | 417 | 500 |7853 | 500 |2119 |5084 |   0 |   0 |-1.726786e+02 |-4.500000e+01 |  73.94%
10.48/10.52	c  10.5s|     1 |     0 | 41283 |     - |  46M|   0 | 436 | 500 |7853 | 500 |2151 |5116 |   0 |   0 |-1.718707e+02 |-4.500000e+01 |  73.82%
10.99/11.03	c  11.0s|     1 |     0 | 43717 |     - |  48M|   0 | 412 | 500 |7853 | 500 |2558 |5523 |   0 |   0 |-1.704400e+02 |-4.500000e+01 |  73.60%
11.18/11.25	c  11.3s|     1 |     0 | 44490 |     - |  50M|   0 | 407 | 500 |7853 | 500 |2105 |5563 |   0 |   0 |-1.696154e+02 |-4.500000e+01 |  73.47%
11.58/11.62	c  11.6s|     1 |     0 | 46669 |     - |  50M|   0 | 419 | 500 |7853 | 500 |2142 |5600 |   0 |   0 |-1.684333e+02 |-4.500000e+01 |  73.28%
11.89/11.90	c  11.9s|     1 |     0 | 47933 |     - |  51M|   0 | 441 | 500 |7853 | 500 |2242 |5700 |   0 |   0 |-1.679521e+02 |-4.500000e+01 |  73.21%
12.19/12.27	c  12.3s|     1 |     0 | 49314 |     - |  52M|   0 | 442 | 500 |7853 | 500 |2298 |5756 |   0 |   0 |-1.669762e+02 |-4.500000e+01 |  73.05%
12.58/12.69	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
12.58/12.69	c  12.7s|     1 |     0 | 50789 |     - |  52M|   0 | 451 | 500 |7853 | 500 |2344 |5802 |   0 |   0 |-1.665759e+02 |-4.500000e+01 |  72.99%
12.88/12.94	c  12.9s|     1 |     0 | 51776 |     - |  54M|   0 | 451 | 500 |7853 | 500 |2421 |5879 |   0 |   0 |-1.661479e+02 |-4.500000e+01 |  72.92%
13.09/13.15	c  13.1s|     1 |     0 | 52296 |     - |  55M|   0 | 454 | 500 |7853 | 500 |2033 |5923 |   0 |   0 |-1.658715e+02 |-4.500000e+01 |  72.87%
13.49/13.57	c  13.6s|     1 |     0 | 53960 |     - |  55M|   0 | 454 | 500 |7853 | 500 |2097 |5987 |   0 |   0 |-1.647162e+02 |-4.500000e+01 |  72.68%
13.88/13.90	c  13.9s|     1 |     0 | 54756 |     - |  55M|   0 | 434 | 500 |7853 | 500 |2149 |6039 |   0 |   0 |-1.641875e+02 |-4.500000e+01 |  72.59%
14.19/14.20	c  14.2s|     1 |     0 | 56019 |     - |  58M|   0 | 457 | 500 |7853 | 500 |2198 |6088 |   0 |   0 |-1.635261e+02 |-4.500000e+01 |  72.48%
14.58/14.64	c  14.6s|     1 |     0 | 57221 |     - |  58M|   0 | 461 | 500 |7853 | 500 |2275 |6165 |   0 |   0 |-1.629698e+02 |-4.500000e+01 |  72.39%
14.89/14.98	c  15.0s|     1 |     0 | 57721 |     - |  58M|   0 | 462 | 500 |7853 | 500 |2315 |6205 |   0 |   0 |-1.622578e+02 |-4.500000e+01 |  72.27%
15.39/15.41	c  15.4s|     1 |     0 | 58839 |     - |  60M|   0 | 465 | 500 |7853 | 500 |2052 |6239 |   0 |   0 |-1.618462e+02 |-4.500000e+01 |  72.20%
15.68/15.70	c  15.7s|     1 |     0 | 59283 |     - |  60M|   0 | 461 | 500 |7853 | 500 |2063 |6250 |   0 |   0 |-1.616346e+02 |-4.500000e+01 |  72.16%
16.09/16.14	c  16.1s|     1 |     0 | 60827 |     - |  60M|   0 | 467 | 500 |7853 | 500 |2093 |6280 |   0 |   0 |-1.608613e+02 |-4.500000e+01 |  72.03%
16.49/16.59	c  16.6s|     1 |     0 | 62199 |     - |  60M|   0 | 474 | 500 |7853 | 500 |2158 |6345 |   0 |   0 |-1.601840e+02 |-4.500000e+01 |  71.91%
16.98/17.06	c  17.1s|     1 |     0 | 63356 |     - |  60M|   0 | 475 | 500 |7853 | 500 |2214 |6401 |   0 |   0 |-1.594272e+02 |-4.500000e+01 |  71.77%
17.49/17.53	c  17.5s|     1 |     0 | 64296 |     - |  60M|   0 | 478 | 500 |7853 | 500 |2274 |6461 |   0 |   0 |-1.590263e+02 |-4.500000e+01 |  71.70%
17.98/18.05	c  18.0s|     1 |     0 | 65543 |     - |  60M|   0 | 480 | 500 |7853 | 500 |2115 |6496 |   0 |   0 |-1.585506e+02 |-4.500000e+01 |  71.62%
18.38/18.49	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
18.38/18.49	c  18.5s|     1 |     0 | 66487 |     - |  60M|   0 | 481 | 500 |7853 | 500 |2149 |6530 |   0 |   0 |-1.582101e+02 |-4.500000e+01 |  71.56%
18.89/18.98	c  19.0s|     1 |     0 | 67592 |     - |  60M|   0 | 480 | 500 |7853 | 500 |2173 |6554 |   0 |   0 |-1.577573e+02 |-4.500000e+01 |  71.48%
19.38/19.43	c  19.4s|     1 |     0 | 68418 |     - |  60M|   0 | 478 | 500 |7853 | 500 |2219 |6600 |   0 |   0 |-1.575229e+02 |-4.500000e+01 |  71.43%
19.88/19.90	c  19.9s|     1 |     0 | 69376 |     - |  60M|   0 | 486 | 500 |7853 | 500 |2246 |6627 |   0 |   0 |-1.569855e+02 |-4.500000e+01 |  71.33%
20.39/20.41	c  20.4s|     1 |     0 | 70359 |     - |  60M|   0 | 483 | 500 |7853 | 500 |2269 |6650 |   0 |   0 |-1.563968e+02 |-4.500000e+01 |  71.23%
20.99/21.06	c  21.1s|     1 |     0 | 72198 |     - |  60M|   0 | 485 | 500 |7853 | 500 |2147 |6683 |   0 |   0 |-1.559712e+02 |-4.500000e+01 |  71.15%
21.48/21.51	c  21.5s|     1 |     0 | 72917 |     - |  60M|   0 | 488 | 500 |7853 | 500 |2166 |6702 |   0 |   0 |-1.555208e+02 |-4.500000e+01 |  71.06%
21.89/21.97	c  22.0s|     1 |     0 | 73765 |     - |  60M|   0 | 488 | 500 |7853 | 500 |2195 |6731 |   0 |   0 |-1.551312e+02 |-4.500000e+01 |  70.99%
22.39/22.42	c  22.4s|     1 |     0 | 74436 |     - |  60M|   0 | 483 | 500 |7853 | 500 |2231 |6767 |   0 |   0 |-1.546697e+02 |-4.500000e+01 |  70.91%
22.79/22.83	c  22.8s|     1 |     0 | 74902 |     - |  60M|   0 | 486 | 500 |7853 | 500 |2258 |6794 |   0 |   0 |-1.545176e+02 |-4.500000e+01 |  70.88%
23.18/23.28	c  23.3s|     1 |     0 | 75601 |     - |  60M|   0 | 487 | 500 |7853 | 500 |2275 |6811 |   0 |   0 |-1.541751e+02 |-4.500000e+01 |  70.81%
23.68/23.78	c  23.8s|     1 |     0 | 76432 |     - |  60M|   0 | 484 | 500 |7853 | 500 |2159 |6827 |   0 |   0 |-1.538346e+02 |-4.500000e+01 |  70.75%
24.19/24.21	c  24.2s|     1 |     0 | 77051 |     - |  60M|   0 | 487 | 500 |7853 | 500 |2181 |6849 |   0 |   0 |-1.536630e+02 |-4.500000e+01 |  70.72%
24.58/24.62	c  24.6s|     1 |     0 | 77522 |     - |  60M|   0 | 487 | 500 |7853 | 500 |2195 |6863 |   0 |   0 |-1.535018e+02 |-4.500000e+01 |  70.68%
25.09/25.12	c  25.1s|     1 |     0 | 78589 |     - |  60M|   0 | 492 | 500 |7853 | 500 |2211 |6879 |   0 |   0 |-1.531563e+02 |-4.500000e+01 |  70.62%
25.48/25.54	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
25.48/25.54	c  25.5s|     1 |     0 | 79081 |     - |  60M|   0 | 493 | 500 |7853 | 500 |2227 |6895 |   0 |   0 |-1.529822e+02 |-4.500000e+01 |  70.58%
25.88/25.96	c  26.0s|     1 |     0 | 79668 |     - |  60M|   0 | 494 | 500 |7853 | 500 |2244 |6912 |   0 |   0 |-1.527636e+02 |-4.500000e+01 |  70.54%
26.39/26.45	c  26.4s|     1 |     0 | 80504 |     - |  60M|   0 | 492 | 500 |7853 | 500 |2158 |6932 |   0 |   0 |-1.523602e+02 |-4.500000e+01 |  70.46%
26.78/26.88	c  26.9s|     1 |     0 | 81135 |     - |  60M|   0 | 494 | 500 |7853 | 500 |2183 |6957 |   0 |   0 |-1.518979e+02 |-4.500000e+01 |  70.37%
27.18/27.28	c  27.3s|     1 |     0 | 81557 |     - |  60M|   0 | 491 | 500 |7853 | 500 |2207 |6981 |   0 |   0 |-1.516970e+02 |-4.500000e+01 |  70.34%
27.58/27.69	c  27.7s|     1 |     0 | 81942 |     - |  60M|   0 | 493 | 500 |7853 | 500 |2227 |7001 |   0 |   0 |-1.515272e+02 |-4.500000e+01 |  70.30%
27.98/28.09	c  28.1s|     1 |     0 | 82301 |     - |  60M|   0 | 493 | 500 |7853 | 500 |2249 |7023 |   0 |   0 |-1.513670e+02 |-4.500000e+01 |  70.27%
28.39/28.50	c  28.5s|     1 |     0 | 82645 |     - |  60M|   0 | 495 | 500 |7853 | 500 |2259 |7033 |   0 |   0 |-1.512115e+02 |-4.500000e+01 |  70.24%
28.89/28.93	c  28.9s|     1 |     0 | 83104 |     - |  60M|   0 | 491 | 500 |7853 | 500 |2220 |7046 |   0 |   0 |-1.509331e+02 |-4.500000e+01 |  70.19%
29.29/29.35	c  29.3s|     1 |     0 | 83561 |     - |  60M|   0 | 491 | 500 |7853 | 500 |2230 |7056 |   0 |   0 |-1.507930e+02 |-4.500000e+01 |  70.16%
29.69/29.77	c  29.8s|     1 |     0 | 84080 |     - |  60M|   0 | 493 | 500 |7853 | 500 |2243 |7069 |   0 |   0 |-1.506277e+02 |-4.500000e+01 |  70.13%
30.08/30.16	c  30.2s|     1 |     0 | 84382 |     - |  60M|   0 | 493 | 500 |7853 | 500 |2253 |7079 |   0 |   0 |-1.505515e+02 |-4.500000e+01 |  70.11%
30.48/30.54	c  30.5s|     1 |     0 | 84580 |     - |  60M|   0 | 492 | 500 |7853 | 500 |2264 |7090 |   0 |   0 |-1.504906e+02 |-4.500000e+01 |  70.10%
30.89/30.95	c  30.9s|     1 |     0 | 84894 |     - |  60M|   0 | 495 | 500 |7853 | 500 |2276 |7102 |   0 |   0 |-1.503744e+02 |-4.500000e+01 |  70.07%
31.28/31.36	c  31.4s|     1 |     0 | 85198 |     - |  60M|   0 | 495 | 500 |7853 | 500 |2236 |7113 |   0 |   0 |-1.502945e+02 |-4.500000e+01 |  70.06%
31.68/31.75	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
31.68/31.75	c  31.7s|     1 |     0 | 85495 |     - |  60M|   0 | 493 | 500 |7853 | 500 |2247 |7124 |   0 |   0 |-1.501532e+02 |-4.500000e+01 |  70.03%
32.08/32.10	c  32.1s|     1 |     0 | 85613 |     - |  60M|   0 | 492 | 500 |7853 | 500 |2256 |7133 |   0 |   0 |-1.501354e+02 |-4.500000e+01 |  70.03%
32.38/32.49	c  32.5s|     1 |     0 | 85855 |     - |  60M|   0 | 492 | 500 |7853 | 500 |2266 |7143 |   0 |   0 |-1.500371e+02 |-4.500000e+01 |  70.01%
32.79/32.89	c  32.9s|     1 |     0 | 86185 |     - |  60M|   0 | 494 | 500 |7853 | 500 |2278 |7155 |   0 |   0 |-1.499835e+02 |-4.500000e+01 |  70.00%
33.18/33.30	c  33.3s|     1 |     0 | 86551 |     - |  60M|   0 | 495 | 500 |7853 | 500 |2285 |7162 |   0 |   0 |-1.499197e+02 |-4.500000e+01 |  69.98%
33.68/33.71	c  33.7s|     1 |     0 | 87008 |     - |  59M|   0 | 494 | 500 |7853 | 500 |2236 |7172 |   0 |   0 |-1.498247e+02 |-4.500000e+01 |  69.96%
34.09/34.15	c  34.1s|     1 |     0 | 87585 |     - |  59M|   0 | 495 | 500 |7853 | 500 |2250 |7186 |   0 |   0 |-1.497293e+02 |-4.500000e+01 |  69.95%
34.48/34.53	c  34.5s|     1 |     0 | 87839 |     - |  57M|   0 | 494 | 500 |7853 | 500 |2258 |7194 |   0 |   0 |-1.496989e+02 |-4.500000e+01 |  69.94%
34.78/34.89	c  34.9s|     1 |     0 | 87929 |     - |  56M|   0 | 497 | 500 |7853 | 500 |2270 |7206 |   0 |   0 |-1.496844e+02 |-4.500000e+01 |  69.94%
35.19/35.29	c  35.3s|     1 |     0 | 88228 |     - |  56M|   0 | 496 | 500 |7853 | 500 |2281 |7217 |   0 |   0 |-1.496409e+02 |-4.500000e+01 |  69.93%
35.68/35.71	c  35.7s|     1 |     0 | 88757 |     - |  56M|   0 | 499 | 500 |7853 | 500 |2294 |7230 |   0 |   0 |-1.495541e+02 |-4.500000e+01 |  69.91%
36.08/36.12	c  36.1s|     1 |     0 | 89221 |     - |  56M|   0 | 495 | 500 |7853 | 500 |2269 |7240 |   0 |   0 |-1.494676e+02 |-4.500000e+01 |  69.89%
36.48/36.51	c  36.5s|     1 |     0 | 89452 |     - |  56M|   0 | 495 | 500 |7853 | 500 |2280 |7251 |   0 |   0 |-1.494325e+02 |-4.500000e+01 |  69.89%
36.78/36.89	c  36.9s|     1 |     0 | 89703 |     - |  56M|   0 | 497 | 500 |7853 | 500 |2291 |7262 |   0 |   0 |-1.493910e+02 |-4.500000e+01 |  69.88%
37.18/37.29	c  37.3s|     1 |     0 | 90182 |     - |  56M|   0 | 500 | 500 |7853 | 500 |2304 |7275 |   0 |   0 |-1.493312e+02 |-4.500000e+01 |  69.87%
37.68/37.70	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
37.68/37.70	c  37.7s|     1 |     0 | 90679 |     - |  56M|   0 | 499 | 500 |7853 | 500 |2315 |7286 |   0 |   0 |-1.492702e+02 |-4.500000e+01 |  69.85%
37.98/38.07	c  38.1s|     1 |     0 | 90931 |     - |  55M|   0 | 500 | 500 |7853 | 500 |2327 |7298 |   0 |   0 |-1.492429e+02 |-4.500000e+01 |  69.85%
38.39/38.47	c  38.5s|     1 |     0 | 91369 |     - |  55M|   0 | 500 | 500 |7853 | 500 |2296 |7310 |   0 |   0 |-1.491890e+02 |-4.500000e+01 |  69.84%
38.78/38.85	c  38.8s|     1 |     0 | 91675 |     - |  55M|   0 | 500 | 500 |7853 | 500 |2305 |7319 |   0 |   0 |-1.491448e+02 |-4.500000e+01 |  69.83%
39.18/39.22	c  39.2s|     1 |     0 | 91889 |     - |  54M|   0 | 499 | 500 |7853 | 500 |2318 |7332 |   0 |   0 |-1.491257e+02 |-4.500000e+01 |  69.82%
39.49/39.59	c  39.6s|     1 |     0 | 92163 |     - |  54M|   0 | 499 | 500 |7853 | 500 |2328 |7342 |   0 |   0 |-1.491032e+02 |-4.500000e+01 |  69.82%
39.88/39.99	c  40.0s|     1 |     0 | 92621 |     - |  54M|   0 | 500 | 500 |7853 | 500 |2341 |7355 |   0 |   0 |-1.490516e+02 |-4.500000e+01 |  69.81%
40.28/40.35	c  40.3s|     1 |     0 | 92884 |     - |  53M|   0 | 500 | 500 |7853 | 500 |2354 |7368 |   0 |   0 |-1.490130e+02 |-4.500000e+01 |  69.80%
40.69/40.72	c  40.7s|     1 |     0 | 93136 |     - |  53M|   0 | 498 | 500 |7853 | 500 |2309 |7380 |   0 |   0 |-1.489790e+02 |-4.500000e+01 |  69.79%
40.98/41.06	c  41.1s|     1 |     0 | 93276 |     - |  53M|   0 | 500 | 500 |7853 | 500 |2317 |7388 |   0 |   0 |-1.489627e+02 |-4.500000e+01 |  69.79%
41.38/41.41	c  41.4s|     1 |     0 | 93465 |     - |  53M|   0 | 499 | 500 |7853 | 500 |2329 |7400 |   0 |   0 |-1.489406e+02 |-4.500000e+01 |  69.79%
41.69/41.78	c  41.8s|     1 |     0 | 93663 |     - |  52M|   0 | 498 | 500 |7853 | 500 |2338 |7409 |   0 |   0 |-1.489209e+02 |-4.500000e+01 |  69.78%
42.08/42.15	c  42.1s|     1 |     0 | 93987 |     - |  52M|   0 | 498 | 500 |7853 | 500 |2349 |7420 |   0 |   0 |-1.488940e+02 |-4.500000e+01 |  69.78%
42.48/42.53	c  42.5s|     1 |     0 | 94295 |     - |  52M|   0 | 498 | 500 |7853 | 500 |2357 |7428 |   0 |   0 |-1.488615e+02 |-4.500000e+01 |  69.77%
42.78/42.89	c  42.9s|     1 |     0 | 94511 |     - |  51M|   0 | 497 | 500 |7853 | 500 |2316 |7438 |   0 |   0 |-1.488465e+02 |-4.500000e+01 |  69.77%
43.18/43.27	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
43.18/43.27	c  43.3s|     1 |     0 | 94876 |     - |  51M|   0 | 498 | 500 |7853 | 500 |2325 |7447 |   0 |   0 |-1.488253e+02 |-4.500000e+01 |  69.76%
43.58/43.63	c  43.6s|     1 |     0 | 95163 |     - |  51M|   0 | 497 | 500 |7853 | 500 |2334 |7456 |   0 |   0 |-1.488161e+02 |-4.500000e+01 |  69.76%
43.89/43.98	c  44.0s|     1 |     0 | 95352 |     - |  51M|   0 | 499 | 500 |7853 | 500 |2342 |7464 |   0 |   0 |-1.488054e+02 |-4.500000e+01 |  69.76%
44.28/44.35	c  44.3s|     1 |     0 | 95749 |     - |  51M|   0 | 499 | 500 |7853 | 500 |2352 |7474 |   0 |   0 |-1.487919e+02 |-4.500000e+01 |  69.76%
44.68/44.70	c  44.7s|     1 |     0 | 95922 |     - |  50M|   0 | 500 | 500 |7853 | 500 |2357 |7479 |   0 |   0 |-1.487852e+02 |-4.500000e+01 |  69.76%
44.99/45.04	c  45.0s|     1 |     0 | 96107 |     - |  49M|   0 | 499 | 500 |7853 | 500 |2305 |7485 |   0 |   0 |-1.487798e+02 |-4.500000e+01 |  69.75%
45.28/45.36	c  45.4s|     1 |     0 | 96142 |     - |  49M|   0 | 477 | 500 |7853 | 500 |2312 |7492 |   0 |   0 |-1.487778e+02 |-4.500000e+01 |  69.75%
45.58/45.62	c  45.6s|     1 |     0 | 96144 |     - |  49M|   0 | 477 | 500 |7853 | 500 |2314 |7494 |   0 |   0 |-1.487778e+02 |-4.500000e+01 |  69.75%
48.38/48.40	c  48.4s|     1 |     2 | 96144 |     - |  49M|   0 | 477 | 500 |7853 | 500 |2314 |7494 |   0 |  20 |-1.487778e+02 |-4.500000e+01 |  69.75%
192.03/192.16	c   192s| 10000 | 10001 |  1975k| 188.0 |  87M|  52 | 117 | 500 |7853 | 500 | 555 | 586k|   0 |2928 |-1.441554e+02 |-4.500000e+01 |  68.78%
269.92/270.03	c   270s| 20000 | 20001 |  3211k| 155.8 | 121M|  59 | 147 | 500 |7853 | 500 | 569 |1160k|   0 |4357 |-1.436215e+02 |-4.500000e+01 |  68.67%
339.91/340.03	c   340s| 30000 | 30001 |  4341k| 141.5 | 154M|  61 |  48 | 500 |7853 | 500 | 570 |1686k|   0 |5595 |-1.432334e+02 |-4.500000e+01 |  68.58%
403.30/403.43	c   403s| 40000 | 40001 |  5394k| 132.5 | 186M|  61 |  33 | 500 |7853 | 500 | 498 |2212k|   0 |6661 |-1.430073e+02 |-4.500000e+01 |  68.53%
470.28/470.44	c   470s| 50000 | 50001 |  6507k| 128.2 | 218M|  61 |  96 | 500 |7853 | 500 | 573 |2729k|   0 |7557 |-1.426877e+02 |-4.500000e+01 |  68.46%
535.37/535.54	c   536s| 60000 | 60001 |  7591k| 124.9 | 250M|  66 |  80 | 500 |7853 | 500 | 563 |3258k|   0 |8306 |-1.424174e+02 |-4.500000e+01 |  68.40%
597.45/597.60	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
597.45/597.60	c   598s| 70000 | 70001 |  8644k| 122.1 | 282M|  66 | 163 | 500 |7853 | 500 | 564 |3797k|   0 |9107 |-1.422332e+02 |-4.500000e+01 |  68.36%
661.05/661.21	c   661s| 80000 | 80001 |  9719k| 120.3 | 314M|  67 |  40 | 500 |7853 | 500 | 562 |4343k|   0 |9882 |-1.420424e+02 |-4.500000e+01 |  68.32%
720.84/721.07	c   721s| 90000 | 90001 | 10747k| 118.3 | 345M|  68 |  11 | 500 |7853 | 500 | 570 |4880k|   0 |  10k|-1.419011e+02 |-4.500000e+01 |  68.29%
782.93/783.11	c   783s|100000 |100001 | 11804k| 117.1 | 377M|  68 |  29 | 500 |7853 | 500 | 600 |5419k|   0 |  11k|-1.417528e+02 |-4.500000e+01 |  68.25%
847.10/847.30	c   847s|110000 |110001 | 12889k| 116.3 | 409M|  68 | 138 | 500 |7853 | 500 | 565 |5956k|   0 |  11k|-1.416210e+02 |-4.500000e+01 |  68.23%
905.90/906.12	c   906s|120000 |120001 | 13908k| 115.1 | 441M|  68 |  27 | 500 |7853 | 500 | 566 |6504k|   0 |  12k|-1.414963e+02 |-4.500000e+01 |  68.20%
964.09/964.30	c   964s|130000 |130001 | 14915k| 114.0 | 471M|  68 | 107 | 500 |7853 | 500 | 701 |7043k|   0 |  12k|-1.413871e+02 |-4.500000e+01 |  68.17%
1023.38/1023.67	c  1024s|140000 |140001 | 15937k| 113.2 | 502M|  68 |  25 | 500 |7853 | 500 | 629 |7569k|   0 |  13k|-1.412760e+02 |-4.500000e+01 |  68.15%
1076.38/1076.70	c  1077s|150000 |150001 | 16858k| 111.8 | 532M|  71 | 158 | 500 |7853 | 500 | 712 |8064k|   0 |  13k|-1.411808e+02 |-4.500000e+01 |  68.13%
1129.26/1129.51	c  1130s|160000 |160001 | 17777k| 110.5 | 562M|  71 | 198 | 500 |7853 | 500 | 769 |8577k|   0 |  14k|-1.411106e+02 |-4.500000e+01 |  68.11%
1183.16/1183.43	c  1183s|170000 |170001 | 18721k| 109.6 | 592M|  71 | 149 | 500 |7853 | 500 | 682 |9105k|   0 |  14k|-1.410412e+02 |-4.500000e+01 |  68.09%
1236.55/1236.84	c  1237s|180000 |180001 | 19653k| 108.7 | 622M|  71 | 118 | 500 |7853 | 500 | 674 |9621k|   0 |  15k|-1.409669e+02 |-4.500000e+01 |  68.08%
1289.04/1289.33	c  1289s|190000 |190001 | 20583k| 107.8 | 652M|  72 | 112 | 500 |7853 | 500 | 698 |  10M|   0 |  15k|-1.408954e+02 |-4.500000e+01 |  68.06%
1343.73/1344.00	c  1344s|200000 |200001 | 21530k| 107.2 | 683M|  72 |  63 | 500 |7853 | 500 | 615 |  10M|   0 |  16k|-1.408243e+02 |-4.500000e+01 |  68.05%
1397.42/1397.77	c  1398s|210000 |210001 | 22476k| 106.6 | 713M|  72 | 159 | 500 |7853 | 500 | 743 |  11M|   0 |  16k|-1.407722e+02 |-4.500000e+01 |  68.03%
1453.21/1453.53	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1453.21/1453.53	c  1454s|220000 |220001 | 23443k| 106.1 | 744M|  75 |  38 | 500 |7853 | 500 | 498 |  11M|   0 |  16k|-1.407134e+02 |-4.500000e+01 |  68.02%
1506.20/1506.50	c  1506s|230000 |230001 | 24370k| 105.5 | 774M|  75 |  23 | 500 |7853 | 500 | 553 |  12M|   0 |  17k|-1.406459e+02 |-4.500000e+01 |  68.00%
1521.70/1522.08	o -47
1521.70/1522.08	c l1522s|232849 |232850 | 24638k| 105.4 | 782M|  75 |   - | 500 |7853 | 500 | 658 |  12M|   0 |  17k|-1.406360e+02 |-4.700000e+01 |  66.58%
1522.79/1523.19	o -51
1522.79/1523.19	c C1523s|233049 |233050 | 24656k| 105.4 | 783M|  75 | 101 | 500 |7853 | 500 | 558 |  12M|   0 |  17k|-1.406348e+02 |-5.100000e+01 |  63.74%
1525.80/1526.13	o -52
1525.80/1526.13	c C1526s|233649 |233650 | 24708k| 105.3 | 785M|  75 | 150 | 500 |7853 | 500 | 602 |  12M|   0 |  17k|-1.406319e+02 |-5.200000e+01 |  63.02%
1559.89/1560.24	c  1560s|240000 |240001 | 25303k| 105.0 | 804M|  79 |  91 | 500 |7853 | 500 | 656 |  12M|   0 |  17k|-1.405915e+02 |-5.200000e+01 |  63.01%
1613.18/1613.56	c  1614s|250000 |250001 | 26241k| 104.6 | 834M|  79 | 137 | 500 |7853 | 500 | 703 |  13M|   0 |  18k|-1.405451e+02 |-5.200000e+01 |  63.00%
1664.98/1665.33	c  1665s|260000 |260001 | 27163k| 104.1 | 864M|  79 | 147 | 500 |7853 | 500 | 689 |  13M|   0 |  18k|-1.404967e+02 |-5.200000e+01 |  62.99%
1717.97/1718.38	c  1718s|270000 |270001 | 28093k| 103.7 | 894M|  79 | 110 | 500 |7853 | 500 | 740 |  14M|   0 |  18k|-1.404463e+02 |-5.200000e+01 |  62.98%
1769.26/1769.64	c  1770s|280000 |280001 | 29003k| 103.2 | 924M|  79 |  32 | 500 |7853 | 500 | 610 |  14M|   0 |  19k|-1.404079e+02 |-5.200000e+01 |  62.97%
1796.66/1797.01	c 
1796.66/1797.01	c SCIP Status        : solving was interrupted [time limit reached]
1796.66/1797.01	c Solving Time (sec) : 1797.00
1796.66/1797.01	c Solving Nodes      : 285085
1796.66/1797.01	c Primal Bound       : -5.20000000000000e+01 (895 solutions)
1796.66/1797.01	c Dual Bound         : -1.40380208333333e+02
1796.66/1797.01	c Gap                : 62.96 %
1796.66/1797.01	s SATISFIABLE
1796.66/1797.01	v -x500 -x499 -x498 -x497 -x496 -x495 -x494 -x493 -x492 -x491 -x490 -x489 -x488 -x487 -x486 -x485 x484 -x483 -x482 -x481 -x480 -x479 
1796.66/1797.01	v -x478 -x477 -x476 -x475 -x474 -x473 -x472 x471 -x470 -x469 -x468 -x467 -x466 x465 -x464 -x463 -x462 -x461 -x460 -x459 -x458 
1796.66/1797.01	v -x457 -x456 -x455 -x454 x453 -x452 -x451 -x450 x449 -x448 -x447 -x446 -x445 -x444 -x443 x442 x441 -x440 -x439 -x438 -x437 
1796.66/1797.01	v -x436 -x435 -x434 -x433 -x432 -x431 x430 -x429 -x428 -x427 -x426 -x425 -x424 -x423 -x422 -x421 -x420 -x419 -x418 -x417 -x416 
1796.66/1797.01	v -x415 x414 -x413 -x412 x411 x410 -x409 -x408 -x407 -x406 -x405 x404 -x403 -x402 -x401 -x400 -x399 -x398 -x397 -x396 x395 -x394 
1796.66/1797.01	v -x393 -x392 -x391 x390 -x389 -x388 -x387 x386 -x385 -x384 -x383 -x382 -x381 -x380 -x379 -x378 -x377 x376 -x375 -x374 -x373 
1796.66/1797.01	v -x372 x371 -x370 -x369 -x368 -x367 -x366 -x365 x364 x363 -x362 -x361 -x360 -x359 -x358 -x357 -x356 -x355 -x354 -x353 -x352 -x351 
1796.66/1797.01	v -x350 -x349 -x348 -x347 -x346 -x345 x344 -x343 -x342 -x341 -x340 -x339 -x338 -x337 -x336 -x335 -x334 -x333 -x332 -x331 -x330 
1796.66/1797.01	v -x329 -x328 -x327 -x326 -x325 -x324 x323 -x322 -x321 -x320 x319 -x318 -x317 -x316 x315 -x314 -x313 x312 -x311 -x310 -x309 
1796.66/1797.01	v -x308 -x307 -x306 -x305 -x304 -x303 -x302 -x301 -x300 -x299 -x298 -x297 -x296 -x295 -x294 -x293 -x292 -x291 -x290 -x289 -x288 
1796.66/1797.01	v -x287 x286 -x285 -x284 -x283 -x282 -x281 -x280 -x279 -x278 -x277 -x276 -x275 -x274 -x273 -x272 -x271 -x270 -x269 -x268 -x267 
1796.66/1797.01	v -x266 -x265 -x264 -x263 -x262 -x261 -x260 -x259 -x258 -x257 -x256 x255 -x254 -x253 -x252 -x251 -x250 -x249 -x248 x247 -x246 
1796.66/1797.01	v -x245 -x244 -x243 -x242 -x241 -x240 -x239 -x238 -x237 -x236 -x235 -x234 -x233 -x232 -x231 -x230 -x229 -x228 -x227 -x226 -x225 
1796.66/1797.01	v -x224 -x223 -x222 -x221 -x220 -x219 -x218 x217 x216 -x215 -x214 -x213 -x212 x211 -x210 -x209 -x208 -x207 -x206 -x205 -x204 
1796.66/1797.01	v -x203 -x202 -x201 x200 -x199 -x198 -x197 -x196 -x195 -x194 -x193 -x192 -x191 -x190 -x189 -x188 -x187 -x186 -x185 -x184 -x183 
1796.66/1797.01	v -x182 -x181 -x180 -x179 -x178 -x177 x176 -x175 -x174 -x173 -x172 -x171 -x170 x169 -x168 -x167 -x166 -x165 x164 -x163 -x162 x161 
1796.66/1797.01	v -x160 -x159 -x158 -x157 -x156 -x155 -x154 -x153 -x152 -x151 -x150 -x149 -x148 -x147 -x146 -x145 -x144 -x143 x142 x141 -x140 
1796.66/1797.01	v -x139 -x138 -x137 -x136 -x135 -x134 -x133 -x132 -x131 -x130 -x129 -x128 -x127 -x126 -x125 -x124 x123 -x122 -x121 -x120 -x119 
1796.66/1797.01	v -x118 -x117 -x116 -x115 -x114 -x113 -x112 -x111 -x110 -x109 -x108 x107 -x106 -x105 -x104 -x103 -x102 -x101 -x100 -x99 -x98 
1796.66/1797.01	v -x97 -x96 -x95 -x94 -x93 -x92 -x91 -x90 -x89 -x88 x87 -x86 x85 -x84 -x83 -x82 -x81 -x80 x79 x78 -x77 x76 -x75 -x74 -x73 -x72 
1796.66/1797.01	v -x71 -x70 -x69 -x68 -x67 -x66 -x65 -x64 -x63 -x62 -x61 -x60 -x59 -x58 x57 -x56 -x55 x54 -x53 -x52 -x51 -x50 -x49 -x48 -x47 -x46 
1796.66/1797.01	v -x45 x44 -x43 -x42 x41 -x40 -x39 x38 -x37 -x36 -x35 x34 -x33 -x32 -x31 -x30 -x29 -x28 -x27 -x26 x25 -x24 -x23 -x22 -x21 -x20 
1796.66/1797.01	v -x19 -x18 -x17 -x16 -x15 -x14 -x13 -x12 -x11 -x10 -x9 x8 -x7 -x6 -x5 -x4 -x3 -x2 -x1 
1796.66/1797.01	c SCIP Status        : solving was interrupted [time limit reached]
1796.66/1797.01	c Total Time         :    1797.00
1796.66/1797.01	c   solving          :    1797.00
1796.66/1797.01	c   presolving       :       0.27 (included in solving)
1796.66/1797.01	c   reading          :       0.04 (included in solving)
1796.66/1797.01	c Original Problem   :
1796.66/1797.01	c   Problem name     : HOME/instance-3737109-1338724530.opb
1796.66/1797.01	c   Variables        : 8353 (8353 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.66/1797.01	c   Constraints      : 8853 initial, 8853 maximal
1796.66/1797.01	c Presolved Problem  :
1796.66/1797.01	c   Problem name     : t_HOME/instance-3737109-1338724530.opb
1796.66/1797.01	c   Variables        : 500 (500 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.66/1797.01	c   Constraints      : 7853 initial, 7853 maximal
1796.66/1797.01	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1796.66/1797.01	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
1796.66/1797.01	c   dualfix          :       0.00          0          0          0          0          0          0          0          0          0
1796.66/1797.01	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1796.66/1797.01	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1796.66/1797.01	c   pseudoobj        :       0.00          0          0          0          0          0          0          0          0          0
1796.66/1797.01	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1796.66/1797.01	c   probing          :       0.04          0          0          0          0          0          0          0          0          0
1796.66/1797.01	c   setppc           :       0.02          0          0          0          0          0          0          0          0          0
1796.66/1797.01	c   and              :       0.17          0          0          0          0          0          0          0          0          0
1796.66/1797.01	c   linear           :       0.02       7853          0          0       7853          0        500          0          0          0
1796.66/1797.01	c   pseudoboolean    :       0.01          0          0          0          0          0        500          0          0          0
1796.66/1797.01	c   root node        :          -          0          -          -          0          -          -          -          -          -
1796.66/1797.01	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1796.66/1797.01	c   integral         :          0          0          0     363540          0     369190          0          0          0          0          0     570168
1796.66/1797.01	c   setppc           :       7853        140     765488      78456          1     369186          0          0    3912607   15085071          0          0
1796.66/1797.01	c   countsols        :          0          0          0          0          1        897          0          0          0          0          0          0
1796.66/1797.01	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1796.66/1797.01	c   integral         :      88.62       0.00       0.00      88.19       0.00       0.43       0.00
1796.66/1797.01	c   setppc           :      60.71       0.35      24.69      13.55       0.00      22.11       0.00
1796.66/1797.01	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1796.66/1797.01	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1796.66/1797.01	c   vbounds          :          0          0          0          0
1796.66/1797.01	c   rootredcost      :          3          0          0          0
1796.66/1797.01	c   pseudoobj        :     768977          0          0          0
1796.66/1797.01	c Propagator Timings :  TotalTime  Propagate    Resprop
1796.66/1797.01	c   vbounds          :       0.54       0.54       0.00
1796.66/1797.01	c   rootredcost      :       0.53       0.53       0.00
1796.66/1797.01	c   pseudoobj        :       6.81       6.81       0.00
1796.66/1797.01	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1796.66/1797.01	c   propagation      :       0.00          0          0          0        0.0          0        0.0          -
1796.66/1797.01	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1796.66/1797.01	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1796.66/1797.01	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1796.66/1797.01	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1796.66/1797.01	c   applied globally :          -          -          -          0        0.0          -          -          -
1796.66/1797.01	c   applied locally  :          -          -          -          0        0.0          -          -          -
1796.66/1797.01	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1796.66/1797.01	c   cut pool         :       0.67        139          -          -       1489          -    (maximal pool size: 9516)
1796.66/1797.01	c   redcost          :       4.21     363679          0          0          0          0
1796.66/1797.01	c   impliedbounds    :       0.07        140          0          0      10265          0
1796.66/1797.01	c   intobj           :       0.00          0          0          0          0          0
1796.66/1797.01	c   gomory           :      26.14        139          0          0      32064          0
1796.66/1797.01	c   cgmip            :       0.00          0          0          0          0          0
1796.66/1797.01	c   closecuts        :       0.00          0          0          0          0          0
1796.66/1797.01	c   strongcg         :       0.72         20          0          0      10000          0
1796.66/1797.01	c   cmir             :       0.17         10          0          0          0          0
1796.66/1797.01	c   flowcover        :       0.13         10          0          0          0          0
1796.66/1797.01	c   clique           :       1.16        139          0          0       1201          0
1796.66/1797.01	c   zerohalf         :       0.00          0          0          0          0          0
1796.66/1797.01	c   mcf              :       0.00          1          0          0          0          0
1796.66/1797.01	c   oddcycle         :       0.00          0          0          0          0          0
1796.66/1797.01	c   rapidlearning    :       0.11          1          0          0          0          0
1796.66/1797.01	c Pricers            :       Time      Calls       Vars
1796.66/1797.01	c   problem variables:       0.00          0          0
1796.66/1797.01	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1796.66/1797.01	c   relpscost        :      87.35     285084          0          0          0          0     570168
1796.66/1797.01	c   pscost           :       0.00          0          0          0          0          0          0
1796.66/1797.01	c   inference        :       0.00          1          0          0          0          0          2
1796.66/1797.01	c   mostinf          :       0.00          0          0          0          0          0          0
1796.66/1797.01	c   leastinf         :       0.00          0          0          0          0          0          0
1796.66/1797.01	c   fullstrong       :       0.00          0          0          0          0          0          0
1796.66/1797.01	c   allfullstrong    :       0.00          0          0          0          0          0          0
1796.66/1797.01	c   random           :       0.00          0          0          0          0          0          0
1796.66/1797.01	c Primal Heuristics  :       Time      Calls      Found
1796.66/1797.01	c   LP solutions     :       0.00          -          0
1796.66/1797.01	c   pseudo solutions :       0.00          -          0
1796.66/1797.01	c   oneopt           :       0.74          4          0
1796.66/1797.01	c   crossover        :       1.75         24         21
1796.66/1797.01	c   rootsoldiving    :      14.77       2595          9
1796.66/1797.01	c   coefdiving       :      21.93       5190        111
1796.66/1797.01	c   objpscostdiving  :      14.74       2595         42
1796.66/1797.01	c   pscostdiving     :      21.73       5190         94
1796.66/1797.01	c   fracdiving       :      20.01       5190         54
1796.66/1797.01	c   guideddiving     :      19.83       5190         40
1796.66/1797.01	c   veclendiving     :      33.57       5190        100
1796.66/1797.01	c   trivial          :       0.01          2          1
1796.66/1797.01	c   shiftandpropagate:       0.00          0          0
1796.66/1797.01	c   simplerounding   :      13.39     285223        343
1796.66/1797.01	c   zirounding       :       0.34       1000          0
1796.66/1797.01	c   rounding         :      14.77      25571          1
1796.66/1797.01	c   shifting         :       4.90       7701          1
1796.66/1797.01	c   intshifting      :       0.02          0          0
1796.66/1797.01	c   twoopt           :       0.00          0          0
1796.66/1797.01	c   fixandinfer      :       0.00          0          0
1796.66/1797.01	c   feaspump         :       0.02          0          0
1796.66/1797.01	c   clique           :       0.00          0          0
1796.66/1797.01	c   intdiving        :       0.00          0          0
1796.66/1797.01	c   actconsdiving    :       0.00          0          0
1796.66/1797.01	c   linesearchdiving :      21.12       5190         77
1796.66/1797.01	c   octane           :       0.00          0          0
1796.66/1797.01	c   rens             :       0.02          0          0
1796.66/1797.01	c   rins             :       0.00          0          0
1796.66/1797.01	c   localbranching   :       0.00          0          0
1796.66/1797.01	c   mutation         :       0.00          0          0
1796.66/1797.01	c   dins             :       0.00          0          0
1796.66/1797.01	c   vbounds          :       0.00          0          0
1796.66/1797.01	c   undercover       :       0.02          1          0
1796.66/1797.01	c   subnlp           :       0.20          0          0
1796.66/1797.01	c   trysol           :       0.44          0          0
1796.66/1797.01	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1796.66/1797.01	c   primal LP        :      19.18          0          0       0.00       0.00
1796.66/1797.01	c   dual LP          :    1319.91     363680   27251080      74.93   20646.22
1796.66/1797.01	c   lex dual LP      :       0.00          0          0       0.00          -
1796.66/1797.01	c   barrier LP       :       0.00          0          0       0.00          -
1796.66/1797.01	c   diving/probing LP:     115.72     170700    2231666      13.07   19284.43
1796.66/1797.01	c   strong branching :      79.98      19415    1238794      63.81   15488.79
1796.66/1797.01	c     (at root node) :          -         20      17379     868.95          -
1796.66/1797.01	c   conflict analysis:       0.00          0          0       0.00          -
1796.66/1797.01	c B&B Tree           :
1796.66/1797.01	c   number of runs   :          1
1796.66/1797.01	c   nodes            :     285085
1796.66/1797.01	c   nodes (total)    :     285085
1796.66/1797.01	c   nodes left       :     285086
1796.66/1797.01	c   max depth        :         79
1796.66/1797.01	c   max depth (total):         79
1796.66/1797.01	c   backtracks       :      36402 (12.8%)
1796.66/1797.01	c   delayed cutoffs  :          0
1796.66/1797.01	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1796.66/1797.01	c   avg switch length:       4.14
1796.66/1797.01	c   switching time   :      48.27
1796.66/1797.01	c Solution           :
1796.66/1797.01	c   Solutions found  :        895 (7 improvements)
1796.66/1797.01	c   First Solution   : +0.00000000000000e+00   (in run 1, after 0 nodes, 0.08 seconds, depth 0, found by <trivial>)
1796.66/1797.01	c   Primal Bound     : -5.20000000000000e+01   (in run 1, after 233649 nodes, 1526.12 seconds, depth 19, found by <crossover>)
1796.66/1797.01	c   Dual Bound       : -1.40380208333333e+02
1796.66/1797.01	c   Gap              :      62.96 %
1796.66/1797.01	c   Root Dual Bound  : -1.48777777777778e+02
1796.66/1797.01	c   Root Iterations  :      96144
1797.76/1798.15	c Time complete: 1797.81.

Verifier Data

OK	-52

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3737109-1338724530/watcher-3737109-1338724530 -o /tmp/evaluation-result-3737109-1338724530/solver-3737109-1338724530 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3737109-1338724530.opb -t 1800 -m 15500 

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 2.01 2.01 2.00 3/176 13008
/proc/meminfo: memFree=28816564/32873844 swapFree=7644/7644
[pid=13008] ppid=13006 vsize=9040 CPUtime=0 cores=1,3,5,7
/proc/13008/stat : 13008 (scip-2.0.1.4b_2) R 13006 13008 10351 0 -1 4202496 978 0 0 0 0 0 0 0 20 0 1 0 338577374 9256960 933 33554432000 4194304 9016284 140736830503584 140737434966056 4447263 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/13008/statm: 2260 940 190 1178 0 1078 0

[startup+0.0125 s]
/proc/loadavg: 2.01 2.01 2.00 3/176 13008
/proc/meminfo: memFree=28816564/32873844 swapFree=7644/7644
[pid=13008] ppid=13006 vsize=13840 CPUtime=0 cores=1,3,5,7
/proc/13008/stat : 13008 (scip-2.0.1.4b_2) R 13006 13008 10351 0 -1 4202496 2436 0 0 0 0 0 0 0 20 0 1 0 338577374 14172160 2390 33554432000 4194304 9016284 140736830503584 140737434966056 6813403 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/13008/statm: 3460 2405 380 1178 0 2278 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 13840

[startup+0.100242 s]
/proc/loadavg: 2.01 2.01 2.00 3/176 13008
/proc/meminfo: memFree=28816564/32873844 swapFree=7644/7644
[pid=13008] ppid=13006 vsize=41836 CPUtime=0.08 cores=1,3,5,7
/proc/13008/stat : 13008 (scip-2.0.1.4b_2) R 13006 13008 10351 0 -1 4202496 9121 0 0 0 7 1 0 0 20 0 1 0 338577374 42840064 9075 33554432000 4194304 9016284 140736830503584 140737434966056 4554928 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/13008/statm: 10459 9075 467 1178 0 9277 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 41836

[startup+0.300227 s]
/proc/loadavg: 2.01 2.01 2.00 3/176 13008
/proc/meminfo: memFree=28816564/32873844 swapFree=7644/7644
[pid=13008] ppid=13006 vsize=49052 CPUtime=0.29 cores=1,3,5,7
/proc/13008/stat : 13008 (scip-2.0.1.4b_2) R 13006 13008 10351 0 -1 4202496 11200 0 0 0 27 2 0 0 20 0 1 0 338577374 50229248 10897 33554432000 4194304 9016284 140736830503584 140737434966056 18446744073699066235 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/13008/statm: 12263 10897 508 1178 0 11081 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 49052

[startup+0.700239 s]
/proc/loadavg: 2.01 2.01 2.00 3/176 13008
/proc/meminfo: memFree=28816564/32873844 swapFree=7644/7644
[pid=13008] ppid=13006 vsize=61236 CPUtime=0.69 cores=1,3,5,7
/proc/13008/stat : 13008 (scip-2.0.1.4b_2) R 13006 13008 10351 0 -1 4202496 22719 0 0 0 65 4 0 0 20 0 1 0 338577374 62705664 14054 33554432000 4194304 9016284 140736830503584 140737434966056 7213488 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/13008/statm: 15309 14054 686 1178 0 14127 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 61236

[startup+1.50024 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 13009
/proc/meminfo: memFree=28759384/32873844 swapFree=7644/7644
[pid=13008] ppid=13006 vsize=67828 CPUtime=1.49 cores=1,3,5,7
/proc/13008/stat : 13008 (scip-2.0.1.4b_2) R 13006 13008 10351 0 -1 4202496 24495 0 0 0 145 4 0 0 20 0 1 0 338577374 69455872 15830 33554432000 4194304 9016284 140736830503584 140736830498744 6255242 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/13008/statm: 16957 15830 691 1178 0 15775 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 67828

[startup+3.10024 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 13009
/proc/meminfo: memFree=28743512/32873844 swapFree=7644/7644
[pid=13008] ppid=13006 vsize=82220 CPUtime=3.09 cores=1,3,5,7
/proc/13008/stat : 13008 (scip-2.0.1.4b_2) R 13006 13008 10351 0 -1 4202496 28275 0 0 0 303 6 0 0 20 0 1 0 338577374 84193280 19395 33554432000 4194304 9016284 140736830503584 140736830498744 4679808 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/13008/statm: 20555 19395 691 1178 0 19373 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 82220

[startup+6.30025 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 13009
/proc/meminfo: memFree=28729012/32873844 swapFree=7644/7644
[pid=13008] ppid=13006 vsize=90612 CPUtime=6.29 cores=1,3,5,7
/proc/13008/stat : 13008 (scip-2.0.1.4b_2) R 13006 13008 10351 0 -1 4202496 30510 0 0 0 620 9 0 0 20 0 1 0 338577374 92786688 21500 33554432000 4194304 9016284 140736830503584 140736830497496 5514731 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/13008/statm: 22653 21500 692 1178 0 21471 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 90612

[startup+12.7002 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 13009
/proc/meminfo: memFree=28700788/32873844 swapFree=7644/7644
[pid=13008] ppid=13006 vsize=108760 CPUtime=12.68 cores=1,3,5,7
/proc/13008/stat : 13008 (scip-2.0.1.4b_2) R 13006 13008 10351 0 -1 4202496 35078 0 0 0 1255 13 0 0 20 0 1 0 338577374 111370240 26017 33554432000 4194304 9016284 140736830503584 140736830498696 4450992 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/13008/statm: 27190 26017 692 1178 0 26008 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 108760

[startup+25.5002 s]
/proc/loadavg: 2.01 2.00 2.00 3/177 13009
/proc/meminfo: memFree=28674988/32873844 swapFree=7644/7644
[pid=13008] ppid=13006 vsize=116716 CPUtime=25.48 cores=1,3,5,7
/proc/13008/stat : 13008 (scip-2.0.1.4b_2) R 13006 13008 10351 0 -1 4202496 36930 0 0 0 2527 21 0 0 20 0 1 0 338577374 119517184 27869 33554432000 4194304 9016284 140736830503584 140736830498696 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/13008/statm: 29179 27869 692 1178 0 27997 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 116716

[startup+51.1002 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13009
/proc/meminfo: memFree=28646608/32873844 swapFree=7644/7644
[pid=13008] ppid=13006 vsize=116280 CPUtime=51.08 cores=1,3,5,7
/proc/13008/stat : 13008 (scip-2.0.1.4b_2) R 13006 13008 10351 0 -1 4202496 38922 0 0 0 5072 36 0 0 20 0 1 0 338577374 119070720 27847 33554432000 4194304 9016284 140736830503584 140736830496840 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/13008/statm: 29070 27847 695 1178 0 27888 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 116280

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13009
/proc/meminfo: memFree=28641200/32873844 swapFree=7644/7644
[pid=13008] ppid=13006 vsize=119016 CPUtime=102.28 cores=1,3,5,7
/proc/13008/stat : 13008 (scip-2.0.1.4b_2) R 13006 13008 10351 0 -1 4202496 52886 0 0 0 10115 113 0 0 20 0 1 0 338577374 121872384 28453 33554432000 4194304 9016284 140736830503584 140736830498168 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/13008/statm: 29754 28453 704 1178 0 28572 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 119016

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13010
/proc/meminfo: memFree=28627464/32873844 swapFree=7644/7644
[pid=13008] ppid=13006 vsize=133720 CPUtime=162.25 cores=1,3,5,7
/proc/13008/stat : 13008 (scip-2.0.1.4b_2) R 13006 13008 10351 0 -1 4202496 80209 0 0 0 16018 207 0 0 20 0 1 0 338577374 136929280 32228 33554432000 4194304 9016284 140736830503584 140736830497496 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/13008/statm: 33430 32228 704 1178 0 32248 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 133720

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13010
/proc/meminfo: memFree=28604588/32873844 swapFree=7644/7644
[pid=13008] ppid=13006 vsize=155144 CPUtime=222.23 cores=1,3,5,7
/proc/13008/stat : 13008 (scip-2.0.1.4b_2) R 13006 13008 10351 0 -1 4202496 85226 0 0 0 21920 303 0 0 20 0 1 0 338577374 158867456 37748 33554432000 4194304 9016284 140736830503584 140736830497544 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/13008/statm: 38786 37748 704 1178 0 37604 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 155144

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 13013
/proc/meminfo: memFree=28575500/32873844 swapFree=7644/7644
[pid=13008] ppid=13006 vsize=183700 CPUtime=282.21 cores=1,3,5,7
/proc/13008/stat : 13008 (scip-2.0.1.4b_2) R 13006 13008 10351 0 -1 4202496 92391 0 0 0 27815 406 0 0 20 0 1 0 338577374 188108800 44913 33554432000 4194304 9016284 140736830503584 140736830497448 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/13008/statm: 45925 44913 704 1178 0 44743 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 183700

[startup+342.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/178 13036
/proc/meminfo: memFree=28546964/32873844 swapFree=7644/7644
[pid=13008] ppid=13006 vsize=212092 CPUtime=342.21 cores=1,3,5,7
/proc/13008/stat : 13008 (scip-2.0.1.4b_2) R 13006 13008 10351 0 -1 4202496 99494 0 0 0 33710 511 0 0 20 0 1 0 338577374 217182208 52015 33554432000 4194304 9016284 140736830503584 140736830497448 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/13008/statm: 53023 52015 704 1178 0 51841 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 212092

[startup+402.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 13036
/proc/meminfo: memFree=28515708/32873844 swapFree=7644/7644
[pid=13008] ppid=13006 vsize=244176 CPUtime=402.19 cores=1,3,5,7
/proc/13008/stat : 13008 (scip-2.0.1.4b_2) R 13006 13008 10351 0 -1 4202496 107360 0 0 0 39608 611 0 0 20 0 1 0 338577374 250036224 59871 33554432000 4194304 9016284 140736830503584 140736830497400 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/13008/statm: 61044 59871 704 1178 0 59862 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 244176

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13037
/proc/meminfo: memFree=28487164/32873844 swapFree=7644/7644
[pid=13008] ppid=13006 vsize=270648 CPUtime=462.18 cores=1,3,5,7
/proc/13008/stat : 13008 (scip-2.0.1.4b_2) R 13006 13008 10351 0 -1 4202496 114044 0 0 0 45502 716 0 0 20 0 1 0 338577374 277143552 66767 33554432000 4194304 9016284 140736830503584 140736830497912 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/13008/statm: 67662 66767 704 1178 0 66480 0
Current children cumulated CPU time (s) 462.18
Current children cumulated vsize (KiB) 270648

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13037
/proc/meminfo: memFree=28459264/32873844 swapFree=7644/7644
[pid=13008] ppid=13006 vsize=303576 CPUtime=522.17 cores=1,3,5,7
/proc/13008/stat : 13008 (scip-2.0.1.4b_2) R 13006 13008 10351 0 -1 4202496 136235 0 0 0 51396 821 0 0 20 0 1 0 338577374 310861824 74906 33554432000 4194304 9016284 140736830503584 140736830497448 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/13008/statm: 75894 74906 704 1178 0 74712 0
Current children cumulated CPU time (s) 522.17
Current children cumulated vsize (KiB) 303576

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13037
/proc/meminfo: memFree=28429132/32873844 swapFree=7644/7644
[pid=13008] ppid=13006 vsize=333524 CPUtime=582.16 cores=1,3,5,7
/proc/13008/stat : 13008 (scip-2.0.1.4b_2) R 13006 13008 10351 0 -1 4202496 147873 0 0 0 57293 923 0 0 20 0 1 0 338577374 341528576 81868 33554432000 4194304 9016284 140736830503584 140736830497752 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/13008/statm: 83381 81868 704 1178 0 82199 0
Current children cumulated CPU time (s) 582.16
Current children cumulated vsize (KiB) 333524

[startup+642.3 s]

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

/proc/meminfo: memFree=28172868/32873844 swapFree=7644/7644
[pid=13008] ppid=13006 vsize=582160 CPUtime=1062.07 cores=1,3,5,7
/proc/13008/stat : 13008 (scip-2.0.1.4b_2) R 13006 13008 10351 0 -1 4202496 210317 0 0 0 104450 1757 0 0 20 0 1 0 338577374 596131840 144387 33554432000 4194304 9016284 140736830503584 140736830497624 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/13008/statm: 145540 144387 704 1178 0 144358 0
Current children cumulated CPU time (s) 1062.07
Current children cumulated vsize (KiB) 582160

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13042
/proc/meminfo: memFree=28134056/32873844 swapFree=7644/7644
[pid=13008] ppid=13006 vsize=617476 CPUtime=1122.07 cores=1,3,5,7
/proc/13008/stat : 13008 (scip-2.0.1.4b_2) R 13006 13008 10351 0 -1 4202496 219072 0 0 0 110340 1867 0 0 20 0 1 0 338577374 632295424 153142 33554432000 4194304 9016284 140736830503584 140736830497800 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/13008/statm: 154369 153142 704 1178 0 153187 0
Current children cumulated CPU time (s) 1122.07
Current children cumulated vsize (KiB) 617476

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13042
/proc/meminfo: memFree=28093508/32873844 swapFree=7644/7644
[pid=13008] ppid=13006 vsize=655652 CPUtime=1182.06 cores=1,3,5,7
/proc/13008/stat : 13008 (scip-2.0.1.4b_2) R 13006 13008 10351 0 -1 4202496 228699 0 0 0 116226 1980 0 0 20 0 1 0 338577374 671387648 162769 33554432000 4194304 9016284 140736830503584 140736830497912 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/13008/statm: 163913 162769 704 1178 0 162731 0
Current children cumulated CPU time (s) 1182.06
Current children cumulated vsize (KiB) 655652

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13042
/proc/meminfo: memFree=28059532/32873844 swapFree=7644/7644
[pid=13008] ppid=13006 vsize=683676 CPUtime=1242.05 cores=1,3,5,7
/proc/13008/stat : 13008 (scip-2.0.1.4b_2) R 13006 13008 10351 0 -1 4202496 235617 0 0 0 122114 2091 0 0 20 0 1 0 338577374 700084224 169687 33554432000 4194304 9016284 140736830503584 140736830497752 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/13008/statm: 170919 169687 704 1178 0 169737 0
Current children cumulated CPU time (s) 1242.05
Current children cumulated vsize (KiB) 683676

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13042
/proc/meminfo: memFree=28017172/32873844 swapFree=7644/7644
[pid=13008] ppid=13006 vsize=720752 CPUtime=1302.04 cores=1,3,5,7
/proc/13008/stat : 13008 (scip-2.0.1.4b_2) R 13006 13008 10351 0 -1 4202496 244982 0 0 0 128007 2197 0 0 20 0 1 0 338577374 738050048 179050 33554432000 4194304 9016284 140736830503584 140736830497752 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/13008/statm: 180188 179050 704 1178 0 179006 0
Current children cumulated CPU time (s) 1302.04
Current children cumulated vsize (KiB) 720752

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13043
/proc/meminfo: memFree=27980868/32873844 swapFree=7644/7644
[pid=13008] ppid=13006 vsize=754120 CPUtime=1362.03 cores=1,3,5,7
/proc/13008/stat : 13008 (scip-2.0.1.4b_2) R 13006 13008 10351 0 -1 4202496 252337 0 0 0 133903 2300 0 0 20 0 1 0 338577374 772218880 186495 33554432000 4194304 9016284 140736830503584 140736830497912 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/13008/statm: 188530 186495 704 1178 0 187348 0
Current children cumulated CPU time (s) 1362.03
Current children cumulated vsize (KiB) 754120

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13043
/proc/meminfo: memFree=27946424/32873844 swapFree=7644/7644
[pid=13008] ppid=13006 vsize=782728 CPUtime=1422.03 cores=1,3,5,7
/proc/13008/stat : 13008 (scip-2.0.1.4b_2) R 13006 13008 10351 0 -1 4202496 259540 0 0 0 139795 2408 0 0 20 0 1 0 338577374 801513472 193770 33554432000 4194304 9016284 140736830503584 140736830497544 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/13008/statm: 195682 193770 704 1178 0 194500 0
Current children cumulated CPU time (s) 1422.03
Current children cumulated vsize (KiB) 782728

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 13046
/proc/meminfo: memFree=27904444/32873844 swapFree=7644/7644
[pid=13008] ppid=13006 vsize=818224 CPUtime=1482 cores=1,3,5,7
/proc/13008/stat : 13008 (scip-2.0.1.4b_2) R 13006 13008 10351 0 -1 4202496 268418 0 0 0 145681 2519 0 0 20 0 1 0 338577374 837861376 202848 33554432000 4194304 9016284 140736830503584 140736830497752 6523343 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/13008/statm: 204556 202848 704 1178 0 203374 0
Current children cumulated CPU time (s) 1482
Current children cumulated vsize (KiB) 818224

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13046
/proc/meminfo: memFree=27865408/32873844 swapFree=7644/7644
[pid=13008] ppid=13006 vsize=850816 CPUtime=1542 cores=1,3,5,7
/proc/13008/stat : 13008 (scip-2.0.1.4b_2) R 13006 13008 10351 0 -1 4202496 304307 0 0 0 151567 2633 0 0 20 0 1 0 338577374 871235584 210863 33554432000 4194304 9016284 140736830503584 140736830497192 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/13008/statm: 212704 210863 704 1178 0 211522 0
Current children cumulated CPU time (s) 1542
Current children cumulated vsize (KiB) 850816

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13046
/proc/meminfo: memFree=27822892/32873844 swapFree=7644/7644
[pid=13008] ppid=13006 vsize=888608 CPUtime=1601.98 cores=1,3,5,7
/proc/13008/stat : 13008 (scip-2.0.1.4b_2) R 13006 13008 10351 0 -1 4202496 327530 0 0 0 157450 2748 0 0 20 0 1 0 338577374 909934592 220337 33554432000 4194304 9016284 140736830503584 140736830497640 4889369 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/13008/statm: 222152 220337 704 1178 0 220970 0
Current children cumulated CPU time (s) 1601.98
Current children cumulated vsize (KiB) 888608

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13047
/proc/meminfo: memFree=27778004/32873844 swapFree=7644/7644
[pid=13008] ppid=13006 vsize=926284 CPUtime=1661.98 cores=1,3,5,7
/proc/13008/stat : 13008 (scip-2.0.1.4b_2) R 13006 13008 10351 0 -1 4202496 341582 0 0 0 163331 2867 0 0 20 0 1 0 338577374 948514816 229793 33554432000 4194304 9016284 140736830503584 140736830497640 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/13008/statm: 231571 229793 704 1178 0 230389 0
Current children cumulated CPU time (s) 1661.98
Current children cumulated vsize (KiB) 926284

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13047
/proc/meminfo: memFree=27742540/32873844 swapFree=7644/7644
[pid=13008] ppid=13006 vsize=955696 CPUtime=1721.97 cores=1,3,5,7
/proc/13008/stat : 13008 (scip-2.0.1.4b_2) R 13006 13008 10351 0 -1 4202496 348898 0 0 0 169222 2975 0 0 20 0 1 0 338577374 978632704 237109 33554432000 4194304 9016284 140736830503584 140736830497752 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/13008/statm: 238924 237109 704 1178 0 237742 0
Current children cumulated CPU time (s) 1721.97
Current children cumulated vsize (KiB) 955696

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13085
/proc/meminfo: memFree=27962628/32873844 swapFree=7644/7644
[pid=13008] ppid=13006 vsize=991196 CPUtime=1781.96 cores=1,3,5,7
/proc/13008/stat : 13008 (scip-2.0.1.4b_2) R 13006 13008 10351 0 -1 4202496 367056 0 0 0 175115 3081 0 0 20 0 1 0 338577374 1014984704 246073 33554432000 4194304 9016284 140736830503584 140736830497640 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/13008/statm: 247799 246073 704 1178 0 246617 0
Current children cumulated CPU time (s) 1781.96
Current children cumulated vsize (KiB) 991196

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

[startup+1791.91 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13085
/proc/meminfo: memFree=27925800/32873844 swapFree=7644/7644
[pid=13008] ppid=13006 vsize=995096 CPUtime=1791.56 cores=1,3,5,7
/proc/13008/stat : 13008 (scip-2.0.1.4b_2) R 13006 13008 10351 0 -1 4202496 368074 0 0 0 176058 3098 0 0 20 0 1 0 338577374 1018978304 247091 33554432000 4194304 9016284 140736830503584 140736830497688 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/13008/statm: 248774 247091 704 1178 0 247592 0
Current children cumulated CPU time (s) 1791.56
Current children cumulated vsize (KiB) 995096

[startup+1795.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13085
/proc/meminfo: memFree=27922220/32873844 swapFree=7644/7644
[pid=13008] ppid=13006 vsize=996120 CPUtime=1794.76 cores=1,3,5,7
/proc/13008/stat : 13008 (scip-2.0.1.4b_2) R 13006 13008 10351 0 -1 4202496 368342 0 0 0 176373 3103 0 0 20 0 1 0 338577374 1020026880 247359 33554432000 4194304 9016284 140736830503584 140736830497448 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/13008/statm: 249030 247359 704 1178 0 247848 0
Current children cumulated CPU time (s) 1794.76
Current children cumulated vsize (KiB) 996120

[startup+1796.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13085
/proc/meminfo: memFree=27919988/32873844 swapFree=7644/7644
[pid=13008] ppid=13006 vsize=996120 CPUtime=1796.36 cores=1,3,5,7
/proc/13008/stat : 13008 (scip-2.0.1.4b_2) R 13006 13008 10351 0 -1 4202496 368348 0 0 0 176530 3106 0 0 20 0 1 0 338577374 1020026880 247365 33554432000 4194304 9016284 140736830503584 140736830497448 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/13008/statm: 249030 247365 704 1178 0 247848 0
Current children cumulated CPU time (s) 1796.36
Current children cumulated vsize (KiB) 996120

[startup+1797.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13085
/proc/meminfo: memFree=27918872/32873844 swapFree=7644/7644
[pid=13008] ppid=13006 vsize=996120 CPUtime=1797.16 cores=1,3,5,7
/proc/13008/stat : 13008 (scip-2.0.1.4b_2) R 13006 13008 10351 0 -1 4202496 368350 0 0 0 176610 3106 0 0 20 0 1 0 338577374 1020026880 247367 33554432000 4194304 9016284 140736830503584 140736830497752 4841534 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/13008/statm: 249030 247367 706 1178 0 247848 0
Current children cumulated CPU time (s) 1797.16
Current children cumulated vsize (KiB) 996120

[startup+1797.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13085
/proc/meminfo: memFree=27918872/32873844 swapFree=7644/7644
[pid=13008] ppid=13006 vsize=996120 CPUtime=1797.56 cores=1,3,5,7
/proc/13008/stat : 13008 (scip-2.0.1.4b_2) R 13006 13008 10351 0 -1 4202496 368350 0 0 0 176650 3106 0 0 20 0 1 0 338577374 1020026880 247367 33554432000 4194304 9016284 140736830503584 140736830497752 4330033 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/13008/statm: 249030 247367 706 1178 0 247848 0
Current children cumulated CPU time (s) 1797.56
Current children cumulated vsize (KiB) 996120

[startup+1798.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13085
/proc/meminfo: memFree=27918872/32873844 swapFree=7644/7644
[pid=13008] ppid=13006 vsize=996120 CPUtime=1797.76 cores=1,3,5,7
/proc/13008/stat : 13008 (scip-2.0.1.4b_2) R 13006 13008 10351 0 -1 4202496 368350 0 0 0 176670 3106 0 0 20 0 1 0 338577374 1020026880 247367 33554432000 4194304 9016284 140736830503584 140736830499384 4329922 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/13008/statm: 249030 247367 706 1178 0 247848 0
Current children cumulated CPU time (s) 1797.76
Current children cumulated vsize (KiB) 996120

Child status: 0
Real time (s): 1798.16
CPU time (s): 1797.82
CPU user time (s): 1766.74
CPU system time (s): 31.0883
CPU usage (%): 99.9814
Max. virtual memory (cumulated for all children) (KiB): 1007188

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1766.74
system time used= 31.0883
maximum resident set size= 1000928
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 368355
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= 64
involuntary context switches= 1842

runsolver used 2.73858 second user time and 7.2569 second system time

The end

Launcher Data

Begin job on node147 at 2012-06-03 13:55:30
IDJOB=3737109
IDBENCH=48182
IDSOLVER=2329
FILE ID=node147/3737109-1338724530
RUNJOBID= node147-1338702405-10368
PBS_JOBID= 14636713
Free space on /tmp= 70768 MiB

SOLVER NAME= PB11: SCIP spx E_2 2011-06-10 (fixed)
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/mis/normalized-mis_500_25_5.opb
COMMAND LINE= HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3737109-1338724530/watcher-3737109-1338724530 -o /tmp/evaluation-result-3737109-1338724530/solver-3737109-1338724530 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3737109-1338724530.opb -t 1800 -m 15500

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 40141f2f083fa5e1f8a41aa043de0b1b
RANDOM SEED=188539519

node147.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.951
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.951
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.951
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.87
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.951
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.951
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.951
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.951
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.951
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        28816844 kB
Buffers:          449592 kB
Cached:          2592444 kB
SwapCached:         3380 kB
Active:          1646192 kB
Inactive:        1549132 kB
Active(anon):     149140 kB
Inactive(anon):     5908 kB
Active(file):    1497052 kB
Inactive(file):  1543224 kB
Unevictable:        7644 kB
Mlocked:            7644 kB
SwapTotal:      67108856 kB
SwapFree:       67100236 kB
Dirty:             34400 kB
Writeback:             0 kB
AnonPages:        202900 kB
Mapped:            12204 kB
Shmem:                 0 kB
Slab:             722660 kB
SReclaimable:     163488 kB
SUnreclaim:       559172 kB
KernelStack:        1432 kB
PageTables:         4376 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     277156 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     45056 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70752 MiB
End job on node147 at 2012-06-03 14:25:28