Trace number 3485173

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
SCIP spx 2 2011-06-10 (fixed)SAT-48 1797.55 1797.52

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mis/normalized-mis_500_25_2.opb
MD5SUMe40e55fe30ea19a1cae02f7f820bc9fe
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-65
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 -78
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 constraint45
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)15670
Sum of products size (including duplicates)31340
Number of different products7835
Sum of products size15670

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.4 [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-3485173-1307785274.opb>
0.00/0.01	c original problem has 500 variables (500 bin, 0 int, 0 impl, 0 cont) and 500 constraints
0.00/0.01	c problem read
0.00/0.01	c presolving settings loaded
0.00/0.06	o 0
0.00/0.06	c feasible solution found by trivial heuristic, objective value  0.000000e+00
0.00/0.06	c presolving:
0.09/0.12	c (round 1) 7835 del vars, 500 del conss, 0 add conss, 7835 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 31340 impls, 0 clqs
0.09/0.14	c (round 2) 7835 del vars, 500 del conss, 0 add conss, 7835 chg bounds, 0 chg sides, 0 chg coeffs, 7835 upgd conss, 47010 impls, 0 clqs
0.09/0.17	c    (0.2s) probing: 101/500 (20.2%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.09/0.17	c    (0.2s) probing aborted: 100/100 successive totally useless probings
0.09/0.17	c presolving (3 rounds):
0.09/0.17	c  7835 deleted vars, 500 deleted constraints, 0 added constraints, 7835 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.09/0.17	c  47010 implications, 0 cliques
0.09/0.17	c presolved problem has 500 variables (500 bin, 0 int, 0 impl, 0 cont) and 7835 constraints
0.09/0.17	c    7835 constraints of type <logicor>
0.09/0.17	c transformed objective value is always integral (scale: 1)
0.09/0.17	c Presolving Time: 0.15
0.09/0.17	c - non default parameters ----------------------------------------------------------------------
0.09/0.17	c # SCIP version 2.0.1.4
0.09/0.17	c 
0.09/0.17	c # maximal number of intermediate conflict constraints generated in conflict graph (-1: use every intermediate constraint)
0.09/0.17	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.17	c conflict/interconss = 0
0.09/0.17	c 
0.09/0.17	c # should binary conflicts be preferred?
0.09/0.17	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.17	c conflict/preferbinary = TRUE
0.09/0.17	c 
0.09/0.17	c # maximum age an unnecessary constraint can reach before it is deleted (0: dynamic, -1: keep all constraints)
0.09/0.17	c # [type: int, range: [-1,2147483647], default: 0]
0.09/0.17	c constraints/agelimit = 1
0.09/0.17	c 
0.09/0.17	c # should enforcement of pseudo solution be disabled?
0.09/0.17	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.17	c constraints/disableenfops = TRUE
0.09/0.17	c 
0.09/0.17	c # frequency for displaying node information lines
0.09/0.17	c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.17	c display/freq = 10000
0.09/0.17	c 
0.09/0.17	c # maximal time in seconds to run
0.09/0.17	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.17	c limits/time = 1797
0.09/0.17	c 
0.09/0.17	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.17	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.17	c limits/memory = 13950
0.09/0.17	c 
0.09/0.17	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.09/0.17	c # [type: int, range: [1,2], default: 1]
0.09/0.17	c timing/clocktype = 2
0.09/0.17	c 
0.09/0.17	c # belongs reading time to solving time?
0.09/0.17	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.17	c timing/reading = TRUE
0.09/0.17	c 
0.09/0.17	c # should presolving try to simplify inequalities
0.09/0.17	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.17	c constraints/linear/simplifyinequalities = TRUE
0.09/0.17	c 
0.09/0.17	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.09/0.17	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.17	c constraints/indicator/addCouplingCons = TRUE
0.09/0.17	c 
0.09/0.17	c # should presolving try to simplify knapsacks
0.09/0.17	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.17	c constraints/knapsack/simplifyinequalities = TRUE
0.09/0.17	c 
0.09/0.17	c -----------------------------------------------------------------------------------------------
0.09/0.17	c start solving
0.09/0.17	c 
0.19/0.24	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.19/0.24	c t 0.2s|     1 |     0 |   518 |     - |  17M|   0 | 500 | 500 |7835 | 500 |7835 |   0 |   0 |   0 |-2.500000e+02 | 0.000000e+00 | 100.00%
0.19/0.25	o -1
0.19/0.25	c R 0.2s|     1 |     0 |   518 |     - |  17M|   0 | 500 | 500 |7835 | 500 |7835 |   0 |   0 |   0 |-2.500000e+02 |-1.000000e+00 |  99.60%
0.19/0.25	o -2
0.19/0.25	c s 0.3s|     1 |     0 |   518 |     - |  17M|   0 | 500 | 500 |7835 | 500 |7835 |   0 |   0 |   0 |-2.500000e+02 |-2.000000e+00 |  99.20%
0.29/0.37	c   0.4s|     1 |     0 |   595 |     - |  17M|   0 | 492 | 500 |7835 | 500 |7844 |   9 |   0 |   0 |-2.460000e+02 |-2.000000e+00 |  99.19%
0.29/0.37	o -48
0.29/0.37	c b 0.4s|     1 |     0 |   595 |     - |  17M|   0 | 492 | 500 |7835 | 500 |7844 |   9 |   0 |   0 |-2.460000e+02 |-4.800000e+01 |  80.49%
0.49/0.51	c   0.5s|     1 |     0 |   683 |     - |  17M|   0 | 485 | 500 |7835 | 500 |7854 |  19 |   0 |   0 |-2.425000e+02 |-4.800000e+01 |  80.21%
0.58/0.64	c   0.6s|     1 |     0 |   772 |     - |  17M|   0 | 479 | 500 |7835 | 500 |7861 |  26 |   0 |   0 |-2.395000e+02 |-4.800000e+01 |  79.96%
0.69/0.77	c   0.8s|     1 |     0 |   812 |     - |  17M|   0 | 475 | 500 |7835 | 500 |7869 |  34 |   0 |   0 |-2.375000e+02 |-4.800000e+01 |  79.79%
0.89/0.92	c   0.9s|     1 |     0 |   945 |     - |  17M|   0 | 471 | 500 |7835 | 500 |7881 |  46 |   0 |   0 |-2.355000e+02 |-4.800000e+01 |  79.62%
1.00/1.08	c   1.1s|     1 |     0 |  1100 |     - |  17M|   0 | 467 | 500 |7835 | 500 |7892 |  57 |   0 |   0 |-2.327500e+02 |-4.800000e+01 |  79.38%
1.19/1.27	c   1.3s|     1 |     0 |  1282 |     - |  17M|   0 | 463 | 500 |7835 | 500 |7899 |  64 |   0 |   0 |-2.307500e+02 |-4.800000e+01 |  79.20%
1.39/1.46	c   1.5s|     1 |     0 |  1509 |     - |  17M|   0 | 459 | 500 |7835 | 500 |7910 |  75 |   0 |   0 |-2.287500e+02 |-4.800000e+01 |  79.02%
1.69/1.72	c   1.7s|     1 |     0 |  1840 |     - |  17M|   0 | 458 | 500 |7835 | 500 |7919 |  84 |   0 |   0 |-2.262500e+02 |-4.800000e+01 |  78.78%
1.99/2.03	c   2.0s|     1 |     0 |  2375 |     - |  18M|   0 | 450 | 500 |7835 | 500 |7932 |  97 |   0 |   0 |-2.237500e+02 |-4.800000e+01 |  78.55%
2.20/2.25	c   2.3s|     1 |     0 |  2621 |     - |  18M|   0 | 446 | 500 |7835 | 500 | 933 | 106 |   0 |   0 |-2.230000e+02 |-4.800000e+01 |  78.48%
2.29/2.32	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
2.29/2.32	c   2.3s|     1 |     0 |  2946 |     - |  18M|   0 | 441 | 500 |7835 | 500 | 942 | 115 |   0 |   0 |-2.215000e+02 |-4.800000e+01 |  78.33%
2.39/2.46	c   2.5s|     1 |     0 |  3255 |     - |  19M|   0 | 454 | 500 |7835 | 500 | 968 | 141 |   0 |   0 |-2.201176e+02 |-4.800000e+01 |  78.19%
2.59/2.61	c   2.6s|     1 |     0 |  3677 |     - |  19M|   0 | 437 | 500 |7835 | 500 |1252 | 425 |   0 |   0 |-2.175000e+02 |-4.800000e+01 |  77.93%
2.69/2.77	c   2.8s|     1 |     0 |  4488 |     - |  20M|   0 | 442 | 500 |7835 | 500 |1318 | 491 |   0 |   0 |-2.150000e+02 |-4.800000e+01 |  77.67%
2.89/2.97	c   3.0s|     1 |     0 |  5637 |     - |  22M|   0 | 436 | 500 |7835 | 500 |1620 | 793 |   0 |   0 |-2.116667e+02 |-4.800000e+01 |  77.32%
3.09/3.11	c   3.1s|     1 |     0 |  6239 |     - |  22M|   0 | 416 | 500 |7835 | 500 |1482 | 854 |   0 |   0 |-2.100000e+02 |-4.800000e+01 |  77.14%
3.19/3.29	c   3.3s|     1 |     0 |  7276 |     - |  22M|   0 | 458 | 500 |7835 | 500 |1533 | 905 |   0 |   0 |-2.095714e+02 |-4.800000e+01 |  77.10%
3.39/3.48	c   3.5s|     1 |     0 |  7516 |     - |  23M|   0 | 427 | 500 |7835 | 500 |2553 |1925 |   0 |   0 |-2.088333e+02 |-4.800000e+01 |  77.02%
3.59/3.63	c   3.6s|     1 |     0 |  8075 |     - |  23M|   0 | 415 | 500 |7835 | 500 |2561 |1933 |   0 |   0 |-2.082500e+02 |-4.800000e+01 |  76.95%
3.89/3.90	c   3.9s|     1 |     0 |  9599 |     - |  23M|   0 | 416 | 500 |7835 | 500 |2681 |2053 |   0 |   0 |-2.065000e+02 |-4.800000e+01 |  76.76%
3.99/4.06	c   4.1s|     1 |     0 | 10478 |     - |  23M|   0 | 420 | 500 |7835 | 500 |2701 |2073 |   0 |   0 |-2.057500e+02 |-4.800000e+01 |  76.67%
4.09/4.15	c   4.1s|     1 |     0 | 10810 |     - |  24M|   0 | 425 | 500 |7835 | 500 |2504 |2109 |   0 |   0 |-2.052500e+02 |-4.800000e+01 |  76.61%
4.19/4.27	c   4.3s|     1 |     0 | 11396 |     - |  24M|   0 | 425 | 500 |7835 | 500 |2516 |2121 |   0 |   0 |-2.042500e+02 |-4.800000e+01 |  76.50%
4.49/4.52	c   4.5s|     1 |     0 | 12757 |     - |  24M|   0 | 407 | 500 |7835 | 500 |2614 |2219 |   0 |   0 |-2.027521e+02 |-4.800000e+01 |  76.33%
4.59/4.66	c   4.7s|     1 |     0 | 13469 |     - |  24M|   0 | 402 | 500 |7835 | 500 |2676 |2281 |   0 |   0 |-2.011557e+02 |-4.800000e+01 |  76.14%
4.69/4.78	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
4.69/4.78	c   4.8s|     1 |     0 | 13857 |     - |  25M|   0 | 397 | 500 |7835 | 500 |2711 |2316 |   0 |   0 |-2.000000e+02 |-4.800000e+01 |  76.00%
4.89/4.92	c   4.9s|     1 |     0 | 14409 |     - |  25M|   0 | 407 | 500 |7835 | 500 |2780 |2385 |   0 |   0 |-1.990000e+02 |-4.800000e+01 |  75.88%
4.99/5.06	c   5.1s|     1 |     0 | 15066 |     - |  25M|   0 | 398 | 500 |7835 | 500 |1235 |2420 |   0 |   0 |-1.973750e+02 |-4.800000e+01 |  75.68%
5.19/5.22	c   5.2s|     1 |     0 | 16110 |     - |  25M|   0 | 411 | 500 |7835 | 500 |1270 |2455 |   0 |   0 |-1.958000e+02 |-4.800000e+01 |  75.49%
5.29/5.38	c   5.4s|     1 |     0 | 16714 |     - |  26M|   0 | 391 | 500 |7835 | 500 |1551 |2736 |   0 |   0 |-1.950000e+02 |-4.800000e+01 |  75.38%
5.49/5.51	c   5.5s|     1 |     0 | 17340 |     - |  26M|   0 | 390 | 500 |7835 | 500 |1561 |2746 |   0 |   0 |-1.942500e+02 |-4.800000e+01 |  75.29%
5.69/5.77	c   5.8s|     1 |     0 | 19533 |     - |  26M|   0 | 441 | 500 |7835 | 500 |1641 |2826 |   0 |   0 |-1.925330e+02 |-4.800000e+01 |  75.07%
5.98/6.05	c   6.1s|     1 |     0 | 20218 |     - |  28M|   0 | 389 | 500 |7835 | 500 |2909 |4094 |   0 |   0 |-1.906528e+02 |-4.800000e+01 |  74.82%
6.09/6.18	c   6.2s|     1 |     0 | 20658 |     - |  28M|   0 | 384 | 500 |7835 | 500 |2517 |4121 |   0 |   0 |-1.900000e+02 |-4.800000e+01 |  74.74%
6.19/6.29	c   6.3s|     1 |     0 | 20959 |     - |  28M|   0 | 393 | 500 |7835 | 500 |2529 |4133 |   0 |   0 |-1.885000e+02 |-4.800000e+01 |  74.54%
6.39/6.47	c   6.5s|     1 |     0 | 21821 |     - |  28M|   0 | 371 | 500 |7835 | 500 |2579 |4183 |   0 |   0 |-1.875000e+02 |-4.800000e+01 |  74.40%
6.49/6.52	c   6.5s|     1 |     0 | 21919 |     - |  28M|   0 | 379 | 500 |7835 | 500 |2618 |4222 |   0 |   0 |-1.870000e+02 |-4.800000e+01 |  74.33%
6.69/6.72	c   6.7s|     1 |     0 | 22591 |     - |  28M|   0 | 390 | 500 |7835 | 500 |2642 |4246 |   0 |   0 |-1.857500e+02 |-4.800000e+01 |  74.16%
6.79/6.80	c   6.8s|     1 |     0 | 22819 |     - |  28M|   0 | 367 | 500 |7835 | 500 |2703 |4307 |   0 |   0 |-1.845000e+02 |-4.800000e+01 |  73.98%
7.09/7.13	c   7.1s|     1 |     0 | 25154 |     - |  28M|   0 | 402 | 500 |7835 | 500 |2188 |4332 |   0 |   0 |-1.836667e+02 |-4.800000e+01 |  73.87%
7.29/7.38	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
7.29/7.38	c   7.4s|     1 |     0 | 26734 |     - |  29M|   0 | 393 | 500 |7835 | 500 |2246 |4390 |   0 |   0 |-1.822500e+02 |-4.800000e+01 |  73.66%
7.49/7.53	c   7.5s|     1 |     0 | 27440 |     - |  29M|   0 | 363 | 500 |7835 | 500 |2288 |4432 |   0 |   0 |-1.815000e+02 |-4.800000e+01 |  73.55%
7.79/7.83	c   7.8s|     1 |     0 | 29878 |     - |  29M|   0 | 405 | 500 |7835 | 500 |2300 |4444 |   0 |   0 |-1.798667e+02 |-4.800000e+01 |  73.31%
7.99/8.02	c   8.0s|     1 |     0 | 30771 |     - |  30M|   0 | 398 | 500 |7835 | 500 |2414 |4558 |   0 |   0 |-1.783750e+02 |-4.800000e+01 |  73.09%
8.19/8.22	c   8.2s|     1 |     0 | 31606 |     - |  31M|   0 | 433 | 500 |7835 | 500 |2496 |4640 |   0 |   0 |-1.779094e+02 |-4.800000e+01 |  73.02%
8.39/8.40	c   8.4s|     1 |     0 | 32089 |     - |  32M|   0 | 414 | 500 |7835 | 500 |1914 |4737 |   0 |   0 |-1.770000e+02 |-4.800000e+01 |  72.88%
8.69/8.70	c   8.7s|     1 |     0 | 33263 |     - |  32M|   0 | 430 | 500 |7835 | 500 |1960 |4783 |   0 |   0 |-1.770000e+02 |-4.800000e+01 |  72.88%
8.99/9.08	c   9.1s|     1 |     0 | 35254 |     - |  33M|   0 | 421 | 500 |7835 | 500 |2170 |4993 |   0 |   0 |-1.765764e+02 |-4.800000e+01 |  72.82%
9.38/9.45	c   9.5s|     1 |     0 | 36636 |     - |  34M|   0 | 440 | 500 |7835 | 500 |2233 |5056 |   0 |   0 |-1.754774e+02 |-4.800000e+01 |  72.65%
9.69/9.75	c   9.7s|     1 |     0 | 37434 |     - |  34M|   0 | 435 | 500 |7835 | 500 |2363 |5186 |   0 |   0 |-1.748264e+02 |-4.800000e+01 |  72.54%
9.90/9.95	c   9.9s|     1 |     0 | 38102 |     - |  36M|   0 | 442 | 500 |7835 | 500 |2498 |5321 |   0 |   0 |-1.744689e+02 |-4.800000e+01 |  72.49%
10.29/10.37	c  10.4s|     1 |     0 | 39322 |     - |  36M|   0 | 429 | 500 |7835 | 500 |2331 |5363 |   0 |   0 |-1.732749e+02 |-4.800000e+01 |  72.30%
10.69/10.78	c  10.8s|     1 |     0 | 41161 |     - |  39M|   0 | 445 | 500 |7835 | 500 |2434 |5466 |   0 |   0 |-1.713082e+02 |-4.800000e+01 |  71.98%
11.19/11.20	c  11.2s|     1 |     0 | 42353 |     - |  39M|   0 | 429 | 500 |7835 | 500 |2534 |5566 |   0 |   0 |-1.705125e+02 |-4.800000e+01 |  71.85%
11.49/11.55	c  11.5s|     1 |     0 | 43789 |     - |  41M|   0 | 435 | 500 |7835 | 500 |2563 |5595 |   0 |   0 |-1.699903e+02 |-4.800000e+01 |  71.76%
11.88/11.93	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
11.88/11.93	c  11.9s|     1 |     0 | 44790 |     - |  41M|   0 | 449 | 500 |7835 | 500 |2615 |5647 |   0 |   0 |-1.695463e+02 |-4.800000e+01 |  71.69%
12.29/12.35	c  12.3s|     1 |     0 | 45907 |     - |  41M|   0 | 451 | 500 |7835 | 500 |2670 |5702 |   0 |   0 |-1.690528e+02 |-4.800000e+01 |  71.61%
12.79/12.81	c  12.8s|     1 |     0 | 47176 |     - |  41M|   0 | 464 | 500 |7835 | 500 |2355 |5720 |   0 |   0 |-1.685918e+02 |-4.800000e+01 |  71.53%
13.19/13.23	c  13.2s|     1 |     0 | 48322 |     - |  41M|   0 | 468 | 500 |7835 | 500 |2416 |5781 |   0 |   0 |-1.676449e+02 |-4.800000e+01 |  71.37%
13.59/13.68	c  13.7s|     1 |     0 | 49538 |     - |  41M|   0 | 476 | 500 |7835 | 500 |2517 |5882 |   0 |   0 |-1.670246e+02 |-4.800000e+01 |  71.26%
13.99/14.08	c  14.1s|     1 |     0 | 50236 |     - |  41M|   0 | 466 | 500 |7835 | 500 |2560 |5925 |   0 |   0 |-1.666613e+02 |-4.800000e+01 |  71.20%
14.49/14.55	c  14.6s|     1 |     0 | 51362 |     - |  41M|   0 | 472 | 500 |7835 | 500 |2595 |5960 |   0 |   0 |-1.662978e+02 |-4.800000e+01 |  71.14%
14.99/15.04	c  15.0s|     1 |     0 | 52547 |     - |  41M|   0 | 478 | 500 |7835 | 500 |2632 |5997 |   0 |   0 |-1.657259e+02 |-4.800000e+01 |  71.04%
15.59/15.63	c  15.6s|     1 |     0 | 54154 |     - |  41M|   0 | 469 | 500 |7835 | 500 |2384 |6117 |   0 |   0 |-1.648392e+02 |-4.800000e+01 |  70.88%
15.99/16.03	c  16.0s|     1 |     0 | 54956 |     - |  41M|   0 | 478 | 500 |7835 | 500 |2441 |6174 |   0 |   0 |-1.645412e+02 |-4.800000e+01 |  70.83%
16.50/16.56	c  16.6s|     1 |     0 | 56501 |     - |  41M|   0 | 473 | 500 |7835 | 500 |2498 |6231 |   0 |   0 |-1.638246e+02 |-4.800000e+01 |  70.70%
16.89/16.96	c  17.0s|     1 |     0 | 57105 |     - |  41M|   0 | 474 | 500 |7835 | 500 |2527 |6260 |   0 |   0 |-1.634004e+02 |-4.800000e+01 |  70.62%
17.39/17.42	c  17.4s|     1 |     0 | 58133 |     - |  41M|   0 | 481 | 500 |7835 | 500 |2565 |6298 |   0 |   0 |-1.627814e+02 |-4.800000e+01 |  70.51%
17.99/18.01	c  18.0s|     1 |     0 | 59755 |     - |  41M|   0 | 481 | 500 |7835 | 500 |2591 |6324 |   0 |   0 |-1.620974e+02 |-4.800000e+01 |  70.39%
18.49/18.59	c  18.6s|     1 |     0 | 61369 |     - |  41M|   0 | 483 | 500 |7835 | 500 |2443 |6365 |   0 |   0 |-1.615358e+02 |-4.800000e+01 |  70.29%
18.99/19.08	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
18.99/19.08	c  19.1s|     1 |     0 | 62553 |     - |  41M|   0 | 480 | 500 |7835 | 500 |2491 |6413 |   0 |   0 |-1.610595e+02 |-4.800000e+01 |  70.20%
19.48/19.54	c  19.5s|     1 |     0 | 63435 |     - |  41M|   0 | 484 | 500 |7835 | 500 |2547 |6469 |   0 |   0 |-1.608254e+02 |-4.800000e+01 |  70.15%
19.89/19.96	c  20.0s|     1 |     0 | 64049 |     - |  41M|   0 | 483 | 500 |7835 | 500 |2599 |6521 |   0 |   0 |-1.606151e+02 |-4.800000e+01 |  70.11%
20.48/20.57	c  20.6s|     1 |     0 | 66012 |     - |  41M|   0 | 482 | 500 |7835 | 500 |2632 |6554 |   0 |   0 |-1.598664e+02 |-4.800000e+01 |  69.97%
20.98/21.08	c  21.1s|     1 |     0 | 67172 |     - |  41M|   0 | 484 | 500 |7835 | 500 |2677 |6599 |   0 |   0 |-1.596855e+02 |-4.800000e+01 |  69.94%
21.58/21.68	c  21.7s|     1 |     0 | 68656 |     - |  41M|   0 | 488 | 500 |7835 | 500 |2530 |6627 |   0 |   0 |-1.591726e+02 |-4.800000e+01 |  69.84%
22.09/22.14	c  22.1s|     1 |     0 | 69254 |     - |  41M|   0 | 488 | 500 |7835 | 500 |2568 |6665 |   0 |   0 |-1.590031e+02 |-4.800000e+01 |  69.81%
22.59/22.66	c  22.7s|     1 |     0 | 70295 |     - |  42M|   0 | 488 | 500 |7835 | 500 |2595 |6692 |   0 |   0 |-1.586257e+02 |-4.800000e+01 |  69.74%
23.09/23.18	c  23.2s|     1 |     0 | 71173 |     - |  42M|   0 | 487 | 500 |7835 | 500 |2627 |6724 |   0 |   0 |-1.582529e+02 |-4.800000e+01 |  69.67%
23.59/23.67	c  23.7s|     1 |     0 | 71860 |     - |  42M|   0 | 488 | 500 |7835 | 500 |2663 |6760 |   0 |   0 |-1.579705e+02 |-4.800000e+01 |  69.61%
24.20/24.28	c  24.3s|     1 |     0 | 73258 |     - |  42M|   0 | 482 | 500 |7835 | 500 |2690 |6787 |   0 |   0 |-1.574821e+02 |-4.800000e+01 |  69.52%
24.99/25.02	c  25.0s|     1 |     0 | 75451 |     - |  42M|   0 | 484 | 500 |7835 | 500 |2617 |6807 |   0 |   0 |-1.566281e+02 |-4.800000e+01 |  69.35%
25.49/25.59	c  25.6s|     1 |     0 | 76749 |     - |  42M|   0 | 481 | 500 |7835 | 500 |2652 |6842 |   0 |   0 |-1.561758e+02 |-4.800000e+01 |  69.27%
25.99/26.08	c  26.1s|     1 |     0 | 77303 |     - |  42M|   0 | 486 | 500 |7835 | 500 |2676 |6866 |   0 |   0 |-1.558951e+02 |-4.800000e+01 |  69.21%
26.59/26.61	c  26.6s|     1 |     0 | 78191 |     - |  42M|   0 | 489 | 500 |7835 | 500 |2694 |6884 |   0 |   0 |-1.555809e+02 |-4.800000e+01 |  69.15%
27.09/27.19	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
27.09/27.19	c  27.2s|     1 |     0 | 79284 |     - |  42M|   0 | 484 | 500 |7835 | 500 |2719 |6909 |   0 |   0 |-1.550487e+02 |-4.800000e+01 |  69.04%
27.69/27.75	c  27.7s|     1 |     0 | 80212 |     - |  42M|   0 | 486 | 500 |7835 | 500 |2740 |6930 |   0 |   0 |-1.546334e+02 |-4.800000e+01 |  68.96%
28.18/28.26	c  28.3s|     1 |     0 | 80747 |     - |  42M|   0 | 487 | 500 |7835 | 500 |2658 |6945 |   0 |   0 |-1.543481e+02 |-4.800000e+01 |  68.90%
28.68/28.75	c  28.8s|     1 |     0 | 81454 |     - |  42M|   0 | 491 | 500 |7835 | 500 |2673 |6960 |   0 |   0 |-1.540590e+02 |-4.800000e+01 |  68.84%
29.18/29.29	c  29.3s|     1 |     0 | 82344 |     - |  42M|   0 | 491 | 500 |7835 | 500 |2693 |6980 |   0 |   0 |-1.537283e+02 |-4.800000e+01 |  68.78%
29.69/29.78	c  29.8s|     1 |     0 | 82908 |     - |  42M|   0 | 490 | 500 |7835 | 500 |2714 |7001 |   0 |   0 |-1.535057e+02 |-4.800000e+01 |  68.73%
30.19/30.27	c  30.3s|     1 |     0 | 83289 |     - |  42M|   0 | 490 | 500 |7835 | 500 |2727 |7014 |   0 |   0 |-1.533396e+02 |-4.800000e+01 |  68.70%
30.69/30.75	c  30.8s|     1 |     0 | 83700 |     - |  42M|   0 | 492 | 500 |7835 | 500 |2742 |7029 |   0 |   0 |-1.531312e+02 |-4.800000e+01 |  68.65%
31.19/31.26	c  31.3s|     1 |     0 | 84370 |     - |  42M|   0 | 491 | 500 |7835 | 500 |2671 |7040 |   0 |   0 |-1.529009e+02 |-4.800000e+01 |  68.61%
31.69/31.73	c  31.7s|     1 |     0 | 84775 |     - |  42M|   0 | 490 | 500 |7835 | 500 |2685 |7054 |   0 |   0 |-1.527302e+02 |-4.800000e+01 |  68.57%
32.19/32.21	c  32.2s|     1 |     0 | 85225 |     - |  42M|   0 | 491 | 500 |7835 | 500 |2699 |7068 |   0 |   0 |-1.524549e+02 |-4.800000e+01 |  68.52%
32.69/32.70	c  32.7s|     1 |     0 | 85637 |     - |  42M|   0 | 490 | 500 |7835 | 500 |2717 |7086 |   0 |   0 |-1.522318e+02 |-4.800000e+01 |  68.47%
33.09/33.18	c  33.2s|     1 |     0 | 86168 |     - |  42M|   0 | 491 | 500 |7835 | 500 |2728 |7097 |   0 |   0 |-1.520756e+02 |-4.800000e+01 |  68.44%
33.58/33.66	c  33.7s|     1 |     0 | 86666 |     - |  42M|   0 | 495 | 500 |7835 | 500 |2742 |7111 |   0 |   0 |-1.519053e+02 |-4.800000e+01 |  68.40%
34.09/34.17	c  34.2s|     1 |     0 | 87246 |     - |  42M|   0 | 495 | 500 |7835 | 500 |2686 |7122 |   0 |   0 |-1.516159e+02 |-4.800000e+01 |  68.34%
34.58/34.63	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
34.58/34.63	c  34.6s|     1 |     0 | 87746 |     - |  42M|   0 | 492 | 500 |7835 | 500 |2698 |7134 |   0 |   0 |-1.514251e+02 |-4.800000e+01 |  68.30%
34.99/35.10	c  35.1s|     1 |     0 | 88316 |     - |  42M|   0 | 494 | 500 |7835 | 500 |2717 |7153 |   0 |   0 |-1.512969e+02 |-4.800000e+01 |  68.27%
35.48/35.56	c  35.6s|     1 |     0 | 88750 |     - |  42M|   0 | 490 | 500 |7835 | 500 |2731 |7167 |   0 |   0 |-1.511491e+02 |-4.800000e+01 |  68.24%
35.98/36.00	c  36.0s|     1 |     0 | 88941 |     - |  42M|   0 | 493 | 500 |7835 | 500 |2743 |7179 |   0 |   0 |-1.511234e+02 |-4.800000e+01 |  68.24%
36.38/36.45	c  36.4s|     1 |     0 | 89373 |     - |  42M|   0 | 496 | 500 |7835 | 500 |2754 |7190 |   0 |   0 |-1.509587e+02 |-4.800000e+01 |  68.20%
36.89/36.91	c  36.9s|     1 |     0 | 89781 |     - |  42M|   0 | 496 | 500 |7835 | 500 |2719 |7202 |   0 |   0 |-1.508308e+02 |-4.800000e+01 |  68.18%
37.29/37.37	c  37.4s|     1 |     0 | 90254 |     - |  41M|   0 | 496 | 500 |7835 | 500 |2731 |7214 |   0 |   0 |-1.507000e+02 |-4.800000e+01 |  68.15%
37.78/37.83	c  37.8s|     1 |     0 | 90788 |     - |  41M|   0 | 494 | 500 |7835 | 500 |2745 |7228 |   0 |   0 |-1.505746e+02 |-4.800000e+01 |  68.12%
38.19/38.28	c  38.3s|     1 |     0 | 91300 |     - |  41M|   0 | 496 | 500 |7835 | 500 |2759 |7242 |   0 |   0 |-1.504274e+02 |-4.800000e+01 |  68.09%
38.69/38.72	c  38.7s|     1 |     0 | 91607 |     - |  41M|   0 | 496 | 500 |7835 | 500 |2772 |7255 |   0 |   0 |-1.503588e+02 |-4.800000e+01 |  68.08%
39.08/39.14	c  39.1s|     1 |     0 | 91915 |     - |  41M|   0 | 498 | 500 |7835 | 500 |2783 |7266 |   0 |   0 |-1.502640e+02 |-4.800000e+01 |  68.06%
39.49/39.58	c  39.6s|     1 |     0 | 92196 |     - |  41M|   0 | 497 | 500 |7835 | 500 |2743 |7280 |   0 |   0 |-1.502025e+02 |-4.800000e+01 |  68.04%
39.99/40.04	c  40.0s|     1 |     0 | 92663 |     - |  40M|   0 | 498 | 500 |7835 | 500 |2754 |7291 |   0 |   0 |-1.501002e+02 |-4.800000e+01 |  68.02%
40.38/40.45	c  40.5s|     1 |     0 | 92915 |     - |  39M|   0 | 498 | 500 |7835 | 500 |2766 |7303 |   0 |   0 |-1.500653e+02 |-4.800000e+01 |  68.01%
40.79/40.88	c  40.9s|     1 |     0 | 93234 |     - |  39M|   0 | 497 | 500 |7835 | 500 |2781 |7318 |   0 |   0 |-1.500192e+02 |-4.800000e+01 |  68.00%
41.18/41.25	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
41.18/41.25	c  41.3s|     1 |     0 | 93284 |     - |  37M|   0 | 498 | 500 |7835 | 500 |2790 |7327 |   0 |   0 |-1.500168e+02 |-4.800000e+01 |  68.00%
41.58/41.64	c  41.6s|     1 |     0 | 93410 |     - |  37M|   0 | 496 | 500 |7835 | 500 |2800 |7337 |   0 |   0 |-1.500019e+02 |-4.800000e+01 |  68.00%
41.98/42.07	c  42.1s|     1 |     0 | 93829 |     - |  37M|   0 | 496 | 500 |7835 | 500 |2757 |7347 |   0 |   0 |-1.499514e+02 |-4.800000e+01 |  67.99%
42.38/42.45	c  42.5s|     1 |     0 | 93938 |     - |  37M|   0 | 499 | 500 |7835 | 500 |2768 |7358 |   0 |   0 |-1.499409e+02 |-4.800000e+01 |  67.99%
42.79/42.84	c  42.8s|     1 |     0 | 94210 |     - |  36M|   0 | 500 | 500 |7835 | 500 |2786 |7376 |   0 |   0 |-1.499215e+02 |-4.800000e+01 |  67.98%
43.18/43.23	c  43.2s|     1 |     0 | 94444 |     - |  36M|   0 | 500 | 500 |7835 | 500 |2795 |7385 |   0 |   0 |-1.498928e+02 |-4.800000e+01 |  67.98%
43.58/43.62	c  43.6s|     1 |     0 | 94761 |     - |  36M|   0 | 499 | 500 |7835 | 500 |2804 |7394 |   0 |   0 |-1.498619e+02 |-4.800000e+01 |  67.97%
44.00/44.05	c  44.1s|     1 |     0 | 95308 |     - |  36M|   0 | 497 | 500 |7835 | 500 |2815 |7405 |   0 |   0 |-1.498290e+02 |-4.800000e+01 |  67.96%
44.39/44.47	c  44.5s|     1 |     0 | 95706 |     - |  36M|   0 | 495 | 500 |7835 | 500 |2759 |7415 |   0 |   0 |-1.497825e+02 |-4.800000e+01 |  67.95%
44.79/44.85	c  44.8s|     1 |     0 | 95908 |     - |  35M|   0 | 494 | 500 |7835 | 500 |2767 |7423 |   0 |   0 |-1.497686e+02 |-4.800000e+01 |  67.95%
45.18/45.24	c  45.2s|     1 |     0 | 96274 |     - |  35M|   0 | 496 | 500 |7835 | 500 |2778 |7434 |   0 |   0 |-1.497524e+02 |-4.800000e+01 |  67.95%
45.59/45.63	c  45.6s|     1 |     0 | 96566 |     - |  35M|   0 | 497 | 500 |7835 | 500 |2794 |7450 |   0 |   0 |-1.497313e+02 |-4.800000e+01 |  67.94%
45.99/46.01	c  46.0s|     1 |     0 | 96774 |     - |  35M|   0 | 498 | 500 |7835 | 500 |2803 |7459 |   0 |   0 |-1.497224e+02 |-4.800000e+01 |  67.94%
46.38/46.40	c  46.4s|     1 |     0 | 97151 |     - |  34M|   0 | 498 | 500 |7835 | 500 |2814 |7470 |   0 |   0 |-1.497094e+02 |-4.800000e+01 |  67.94%
46.69/46.77	c  46.8s|     1 |     0 | 97400 |     - |  34M|   0 | 498 | 500 |7835 | 500 |2772 |7481 |   0 |   0 |-1.496999e+02 |-4.800000e+01 |  67.94%
47.08/47.15	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
47.08/47.15	c  47.2s|     1 |     0 | 97705 |     - |  34M|   0 | 497 | 500 |7835 | 500 |2781 |7490 |   0 |   0 |-1.496879e+02 |-4.800000e+01 |  67.93%
47.48/47.51	c  47.5s|     1 |     0 | 97885 |     - |  34M|   0 | 496 | 500 |7835 | 500 |2789 |7498 |   0 |   0 |-1.496825e+02 |-4.800000e+01 |  67.93%
47.78/47.86	c  47.9s|     1 |     0 | 97973 |     - |  34M|   0 | 498 | 500 |7835 | 500 |2794 |7503 |   0 |   0 |-1.496814e+02 |-4.800000e+01 |  67.93%
48.19/48.25	c  48.3s|     1 |     0 | 98421 |     - |  33M|   0 | 498 | 500 |7835 | 500 |2802 |7511 |   0 |   0 |-1.496675e+02 |-4.800000e+01 |  67.93%
48.49/48.59	c  48.6s|     1 |     0 | 98470 |     - |  32M|   0 | 463 | 500 |7835 | 500 |2811 |7520 |   0 |   0 |-1.496667e+02 |-4.800000e+01 |  67.93%
53.59/53.68	c  53.7s|     1 |     2 | 98470 |     - |  32M|   0 | 463 | 500 |7835 | 500 |2811 |7520 |   0 |  39 |-1.496667e+02 |-4.800000e+01 |  67.93%
163.59/163.68	c   164s| 10000 | 10001 |  1593k| 149.5 |  47M|  52 |  37 | 500 |7835 | 500 | 569 | 649k|   0 |3175 |-1.450383e+02 |-4.800000e+01 |  66.91%
237.29/237.35	c   237s| 20000 | 20001 |  2785k| 134.4 |  61M|  55 | 146 | 500 |7835 | 500 | 574 |1282k|   0 |4669 |-1.445159e+02 |-4.800000e+01 |  66.79%
310.10/310.13	c   310s| 30000 | 30001 |  3984k| 129.5 |  75M|  56 |   4 | 500 |7835 | 500 | 628 |1923k|   0 |6091 |-1.440800e+02 |-4.800000e+01 |  66.69%
377.49/377.57	c   378s| 40000 | 40001 |  5122k| 125.6 |  89M|  58 | 163 | 500 |7835 | 500 | 567 |2558k|   0 |7164 |-1.437796e+02 |-4.800000e+01 |  66.62%
441.79/441.87	c   442s| 50000 | 50001 |  6232k| 122.7 | 103M|  59 |  15 | 500 |7835 | 500 | 564 |3193k|   0 |8100 |-1.435213e+02 |-4.800000e+01 |  66.56%
499.99/500.07	c   500s| 60000 | 60001 |  7254k| 119.3 | 116M|  61 | 129 | 500 |7835 | 500 | 768 |3796k|   0 |8963 |-1.433151e+02 |-4.800000e+01 |  66.51%
560.30/560.32	c   560s| 70000 | 70001 |  8295k| 117.1 | 130M|  61 | 122 | 500 |7835 | 500 | 729 |4392k|   0 |9811 |-1.431685e+02 |-4.800000e+01 |  66.47%
619.49/619.54	c   620s| 80000 | 80001 |  9323k| 115.3 | 144M|  61 | 163 | 500 |7835 | 500 | 745 |4987k|   0 |  10k|-1.430138e+02 |-4.800000e+01 |  66.44%
677.39/677.45	c   677s| 90000 | 90001 | 10341k| 113.8 | 158M|  72 |  37 | 500 |7835 | 500 | 574 |5588k|   0 |  11k|-1.428908e+02 |-4.800000e+01 |  66.41%
732.50/732.56	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
732.50/732.56	c   733s|100000 |100001 | 11302k| 112.0 | 171M|  72 |  30 | 500 |7835 | 500 | 568 |6154k|   0 |  11k|-1.427880e+02 |-4.800000e+01 |  66.38%
785.00/785.01	c   785s|110000 |110001 | 12232k| 110.3 | 185M|  78 |  44 | 500 |7835 | 500 | 563 |6730k|   0 |  12k|-1.426787e+02 |-4.800000e+01 |  66.36%
839.40/839.42	c   839s|120000 |120001 | 13197k| 109.2 | 198M|  78 | 202 | 500 |7835 | 500 | 786 |7314k|   0 |  13k|-1.425553e+02 |-4.800000e+01 |  66.33%
893.30/893.32	c   893s|130000 |130001 | 14159k| 108.2 | 212M|  78 |  62 | 500 |7835 | 500 | 561 |7892k|   0 |  13k|-1.424492e+02 |-4.800000e+01 |  66.30%
946.90/946.94	c   947s|140000 |140001 | 15117k| 107.3 | 226M|  78 | 125 | 500 |7835 | 500 | 573 |8476k|   0 |  14k|-1.423530e+02 |-4.800000e+01 |  66.28%
1000.00/1000.08	c  1000s|150000 |150001 | 16064k| 106.4 | 239M|  78 |  65 | 500 |7835 | 500 | 559 |9042k|   0 |  14k|-1.422626e+02 |-4.800000e+01 |  66.26%
1055.90/1055.99	c  1056s|160000 |160001 | 17051k| 106.0 | 253M|  78 | 129 | 500 |7835 | 500 | 560 |9617k|   0 |  15k|-1.421704e+02 |-4.800000e+01 |  66.24%
1107.50/1107.55	c  1108s|170000 |170001 | 17977k| 105.2 | 266M|  78 | 224 | 500 |7835 | 500 | 559 |  10M|   0 |  15k|-1.421048e+02 |-4.800000e+01 |  66.22%
1158.10/1158.14	c  1158s|180000 |180001 | 18884k| 104.4 | 280M|  78 |  93 | 500 |7835 | 500 | 600 |  10M|   0 |  16k|-1.420403e+02 |-4.800000e+01 |  66.21%
1209.00/1209.04	c  1209s|190000 |190001 | 19798k| 103.7 | 293M|  82 |  67 | 500 |7835 | 500 | 567 |  11M|   0 |  16k|-1.419762e+02 |-4.800000e+01 |  66.19%
1255.11/1255.11	c  1255s|200000 |200001 | 20637k| 102.7 | 306M|  82 | 143 | 500 |7835 | 500 | 722 |  11M|   0 |  17k|-1.419323e+02 |-4.800000e+01 |  66.18%
1301.31/1301.30	c  1301s|210000 |210001 | 21477k| 101.8 | 320M|  82 | 167 | 500 |7835 | 500 | 805 |  12M|   0 |  17k|-1.418872e+02 |-4.800000e+01 |  66.17%
1346.81/1346.87	c  1347s|220000 |220001 | 22310k| 101.0 | 333M|  82 |   4 | 500 |7835 | 500 | 595 |  12M|   0 |  18k|-1.418462e+02 |-4.800000e+01 |  66.16%
1394.11/1394.15	c  1394s|230000 |230001 | 23178k| 100.3 | 346M|  82 |  58 | 500 |7835 | 500 | 691 |  13M|   0 |  18k|-1.418028e+02 |-4.800000e+01 |  66.15%
1441.80/1441.87	c  1442s|240000 |240001 | 24037k|  99.7 | 359M|  82 |  20 | 500 |7835 | 500 | 498 |  13M|   0 |  18k|-1.417548e+02 |-4.800000e+01 |  66.14%
1488.31/1488.32	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1488.31/1488.32	c  1488s|250000 |250001 | 24894k|  99.2 | 373M|  82 |   3 | 500 |7835 | 500 | 498 |  14M|   0 |  19k|-1.417188e+02 |-4.800000e+01 |  66.13%
1536.21/1536.28	c  1536s|260000 |260001 | 25762k|  98.7 | 386M|  82 |  88 | 500 |7835 | 500 | 658 |  15M|   0 |  19k|-1.416796e+02 |-4.800000e+01 |  66.12%
1582.01/1582.08	c  1582s|270000 |270001 | 26598k|  98.1 | 399M|  82 | 128 | 500 |7835 | 500 | 560 |  15M|   0 |  19k|-1.416354e+02 |-4.800000e+01 |  66.11%
1629.91/1629.97	c  1630s|280000 |280001 | 27468k|  97.7 | 412M|  82 |  79 | 500 |7835 | 500 | 739 |  16M|   0 |  20k|-1.415972e+02 |-4.800000e+01 |  66.10%
1675.11/1675.16	c  1675s|290000 |290001 | 28296k|  97.2 | 426M|  82 |  19 | 500 |7835 | 500 | 567 |  16M|   0 |  20k|-1.415574e+02 |-4.800000e+01 |  66.09%
1722.21/1722.24	c  1722s|300000 |300001 | 29156k|  96.9 | 439M|  82 |  40 | 500 |7835 | 500 | 564 |  17M|   0 |  21k|-1.415212e+02 |-4.800000e+01 |  66.08%
1767.92/1767.91	c  1768s|310000 |310001 | 29994k|  96.4 | 452M|  82 |  80 | 500 |7835 | 500 | 564 |  17M|   0 |  21k|-1.414831e+02 |-4.800000e+01 |  66.07%
1797.02/1797.00	c 
1797.02/1797.00	c SCIP Status        : solving was interrupted [time limit reached]
1797.02/1797.00	c Solving Time (sec) : 1797.00
1797.02/1797.00	c Solving Nodes      : 316144
1797.02/1797.00	c Primal Bound       : -4.80000000000000e+01 (921 solutions)
1797.02/1797.00	c Dual Bound         : -1.41461538461538e+02
1797.02/1797.00	c Gap                : 66.07 %
1797.02/1797.01	s SATISFIABLE
1797.02/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 
1797.02/1797.01	v -x478 -x477 -x476 -x475 -x474 -x473 -x472 -x471 -x470 -x469 -x468 -x467 -x466 -x465 -x464 -x463 x462 -x461 -x460 -x459 -x458 
1797.02/1797.01	v -x457 -x456 -x455 -x454 x453 x452 -x451 -x450 -x449 -x448 -x447 -x446 -x445 -x444 -x443 -x442 -x441 -x440 -x439 -x438 x437 
1797.02/1797.01	v -x436 -x435 -x434 -x433 -x432 -x431 -x430 -x429 -x428 -x427 -x426 -x425 -x424 -x423 -x422 -x421 -x420 -x419 -x418 -x417 -x416 
1797.02/1797.01	v -x415 -x414 -x413 -x412 -x411 -x410 -x409 -x408 -x407 -x406 -x405 -x404 -x403 -x402 -x401 -x400 -x399 -x398 -x397 -x396 -x395 
1797.02/1797.01	v x394 -x393 -x392 -x391 -x390 -x389 -x388 -x387 -x386 -x385 -x384 -x383 -x382 -x381 -x380 -x379 -x378 x377 -x376 -x375 -x374 
1797.02/1797.01	v -x373 -x372 x371 -x370 -x369 -x368 -x367 -x366 -x365 -x364 -x363 -x362 -x361 x360 -x359 -x358 -x357 -x356 -x355 -x354 -x353 
1797.02/1797.01	v -x352 -x351 -x350 -x349 -x348 -x347 -x346 -x345 -x344 -x343 -x342 -x341 -x340 -x339 -x338 -x337 -x336 -x335 x334 -x333 -x332 
1797.02/1797.01	v -x331 -x330 -x329 -x328 -x327 -x326 -x325 -x324 -x323 -x322 -x321 -x320 -x319 -x318 -x317 x316 -x315 x314 -x313 -x312 -x311 -x310 
1797.02/1797.01	v -x309 x308 -x307 -x306 -x305 -x304 -x303 -x302 -x301 -x300 -x299 -x298 -x297 -x296 -x295 -x294 -x293 -x292 -x291 -x290 -x289 
1797.02/1797.01	v -x288 -x287 -x286 -x285 -x284 -x283 -x282 -x281 -x280 -x279 -x278 -x277 -x276 -x275 -x274 -x273 -x272 -x271 -x270 -x269 
1797.02/1797.01	v -x268 -x267 -x266 -x265 -x264 -x263 -x262 -x261 -x260 -x259 -x258 -x257 -x256 -x255 -x254 -x253 -x252 -x251 -x250 -x249 -x248 
1797.02/1797.01	v -x247 -x246 -x245 -x244 -x243 -x242 -x241 -x240 -x239 -x238 x237 -x236 -x235 -x234 -x233 -x232 -x231 -x230 -x229 -x228 -x227 
1797.02/1797.01	v -x226 -x225 x224 -x223 -x222 x221 -x220 -x219 -x218 -x217 -x216 -x215 -x214 -x213 -x212 -x211 -x210 -x209 -x208 -x207 -x206 
1797.02/1797.01	v -x205 -x204 -x203 -x202 -x201 -x200 -x199 -x198 -x197 -x196 -x195 -x194 -x193 -x192 -x191 -x190 -x189 -x188 x187 -x186 -x185 
1797.02/1797.01	v -x184 -x183 -x182 x181 -x180 x179 -x178 -x177 -x176 -x175 -x174 -x173 x172 -x171 -x170 -x169 -x168 -x167 -x166 -x165 -x164 -x163 
1797.02/1797.01	v -x162 -x161 -x160 -x159 -x158 -x157 -x156 -x155 -x154 -x153 -x152 -x151 -x150 -x149 -x148 -x147 -x146 -x145 -x144 -x143 -x142 
1797.02/1797.01	v -x141 -x140 -x139 -x138 -x137 -x136 -x135 -x134 x133 -x132 -x131 -x130 -x129 x128 -x127 -x126 -x125 -x124 -x123 -x122 -x121 
1797.02/1797.01	v -x120 x119 x118 -x117 -x116 -x115 x114 x113 -x112 -x111 -x110 -x109 -x108 -x107 -x106 -x105 -x104 -x103 -x102 -x101 -x100 
1797.02/1797.01	v -x99 -x98 -x97 -x96 -x95 -x94 x93 -x92 -x91 -x90 -x89 -x88 -x87 -x86 -x85 -x84 -x83 -x82 -x81 x80 -x79 -x78 -x77 -x76 -x75 -x74 
1797.02/1797.01	v -x73 -x72 -x71 -x70 -x69 -x68 -x67 -x66 x65 -x64 -x63 -x62 -x61 -x60 x59 -x58 -x57 -x56 -x55 -x54 -x53 x52 -x51 -x50 -x49 
1797.02/1797.01	v -x48 x47 -x46 -x45 -x44 -x43 -x42 -x41 -x40 -x39 -x38 -x37 x36 -x35 -x34 -x33 -x32 x31 x30 -x29 x28 x27 -x26 x25 -x24 x23 -x22 
1797.02/1797.01	v -x21 -x20 -x19 -x18 -x17 -x16 -x15 -x14 -x13 -x12 -x11 x10 x9 x8 -x7 -x6 x5 x4 x3 x2 -x1 
1797.02/1797.01	c SCIP Status        : solving was interrupted [time limit reached]
1797.02/1797.01	c Total Time         :    1797.00
1797.02/1797.01	c   solving          :    1797.00
1797.02/1797.01	c   presolving       :       0.15 (included in solving)
1797.02/1797.01	c   reading          :       0.01 (included in solving)
1797.02/1797.01	c Original Problem   :
1797.02/1797.01	c   Problem name     : HOME/instance-3485173-1307785274.opb
1797.02/1797.01	c   Variables        : 500 (500 binary, 0 integer, 0 implicit integer, 0 continuous)
1797.02/1797.01	c   Constraints      : 500 initial, 500 maximal
1797.02/1797.01	c Presolved Problem  :
1797.02/1797.01	c   Problem name     : t_HOME/instance-3485173-1307785274.opb
1797.02/1797.01	c   Variables        : 500 (500 binary, 0 integer, 0 implicit integer, 0 continuous)
1797.02/1797.01	c   Constraints      : 7835 initial, 7835 maximal
1797.02/1797.01	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1797.02/1797.01	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
1797.02/1797.01	c   dualfix          :       0.00          0          0          0          0          0          0          0          0          0
1797.02/1797.01	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1797.02/1797.01	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1797.02/1797.01	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1797.02/1797.01	c   probing          :       0.02          0          0          0          0          0          0          0          0          0
1797.02/1797.01	c   and              :       0.05          0          0          0          0          0          0          0          0          0
1797.02/1797.01	c   linear           :       0.02       7835          0          0       7835          0        500          0          0          0
1797.02/1797.01	c   logicor          :       0.02          0          0          0          0          0          0          0          0          0
1797.02/1797.01	c   root node        :          -          0          -          -          0          -          -          -          -          -
1797.02/1797.01	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1797.02/1797.01	c   integral         :          0          0          0     404280          0     409048          0          0          0          0          0     632284
1797.02/1797.01	c   logicor          :       7835        137     405332      88138          0     409044          0          0    4495051   18018964          0          0
1797.02/1797.01	c   countsols        :          0          0          0          0          0        923          0          0          0          0          0          0
1797.02/1797.01	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1797.02/1797.01	c   integral         :      86.92       0.00       0.00      86.82       0.00       0.10       0.00
1797.02/1797.01	c   logicor          :      66.11       0.19      18.54      26.40       0.00      20.99       0.00
1797.02/1797.01	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1797.02/1797.01	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1797.02/1797.01	c   vbounds          :          0          0          0          0
1797.02/1797.01	c   rootredcost      :          0          0          0          0
1797.02/1797.01	c   pseudoobj        :     829194          0          0          0
1797.02/1797.01	c Propagator Timings :  TotalTime  Propagate    Resprop
1797.02/1797.01	c   vbounds          :       0.13       0.13       0.00
1797.02/1797.01	c   rootredcost      :       0.13       0.13       0.00
1797.02/1797.01	c   pseudoobj        :       6.77       6.77       0.00
1797.02/1797.01	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1797.02/1797.01	c   propagation      :       0.00          0          0          0        0.0          0        0.0          -
1797.02/1797.01	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1797.02/1797.01	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1797.02/1797.01	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1797.02/1797.01	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1797.02/1797.01	c   applied globally :          -          -          -          0        0.0          -          -          -
1797.02/1797.01	c   applied locally  :          -          -          -          0        0.0          -          -          -
1797.02/1797.01	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1797.02/1797.01	c   cut pool         :       0.43        136          -          -       1429          -    (maximal pool size: 8112)
1797.02/1797.01	c   redcost          :       4.21     404416          0          0          0          0
1797.02/1797.01	c   impliedbounds    :       0.05        137          0          0       9181          0
1797.02/1797.01	c   intobj           :       0.00          0          0          0          0          0
1797.02/1797.01	c   gomory           :      29.48        137          0          0      30895          0
1797.02/1797.01	c   cgmip            :       0.00          0          0          0          0          0
1797.02/1797.01	c   closecuts        :       0.00          0          0          0          0          0
1797.02/1797.01	c   strongcg         :       0.65         20          0          0      10000          0
1797.02/1797.01	c   cmir             :       0.17         10          0          0          0          0
1797.02/1797.01	c   flowcover        :       0.13         10          0          0          0          0
1797.02/1797.01	c   clique           :       1.12        136          0          0       1188          0
1797.02/1797.01	c   zerohalf         :       0.00          0          0          0          0          0
1797.02/1797.01	c   mcf              :       0.00          1          0          0          0          0
1797.02/1797.01	c   oddcycle         :       0.00          0          0          0          0          0
1797.02/1797.01	c   rapidlearning    :       0.00          0          0          0          0          0
1797.02/1797.01	c Pricers            :       Time      Calls       Vars
1797.02/1797.01	c   problem variables:       0.00          0          0
1797.02/1797.01	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1797.02/1797.01	c   relpscost        :      86.58     316142          0          0          0          0     632284
1797.02/1797.01	c   pscost           :       0.00          0          0          0          0          0          0
1797.02/1797.01	c   inference        :       0.00          2          0          0          0          0          4
1797.02/1797.01	c   mostinf          :       0.00          0          0          0          0          0          0
1797.02/1797.01	c   leastinf         :       0.00          0          0          0          0          0          0
1797.02/1797.01	c   fullstrong       :       0.00          0          0          0          0          0          0
1797.02/1797.01	c   allfullstrong    :       0.00          0          0          0          0          0          0
1797.02/1797.01	c   random           :       0.00          0          0          0          0          0          0
1797.02/1797.01	c Primal Heuristics  :       Time      Calls      Found
1797.02/1797.01	c   LP solutions     :       0.00          -          0
1797.02/1797.01	c   pseudo solutions :       0.00          -          0
1797.02/1797.01	c   oneopt           :       0.20          2          1
1797.02/1797.01	c   crossover        :       0.34         19          1
1797.02/1797.01	c   linesearchdiving :      18.81       5421         83
1797.02/1797.01	c   fracdiving       :      17.97       5421         39
1797.02/1797.01	c   guideddiving     :      18.23       5421         45
1797.02/1797.01	c   objpscostdiving  :      12.89       2711         42
1797.02/1797.01	c   rootsoldiving    :      14.49       2711         11
1797.02/1797.01	c   coefdiving       :      19.15       5422        100
1797.02/1797.01	c   veclendiving     :      30.39       5422         93
1797.02/1797.01	c   trivial          :       0.00          2          1
1797.02/1797.01	c   shiftandpropagate:       0.00          0          0
1797.02/1797.01	c   simplerounding   :      12.76     316278        389
1797.02/1797.01	c   zirounding       :       0.18       1000          0
1797.02/1797.01	c   rounding         :      14.31      26958          1
1797.02/1797.01	c   shifting         :       4.89       8131          1
1797.02/1797.01	c   intshifting      :       0.01          0          0
1797.02/1797.01	c   twoopt           :       0.00          0          0
1797.02/1797.01	c   fixandinfer      :       0.00          0          0
1797.02/1797.01	c   feaspump         :       0.01          0          0
1797.02/1797.01	c   clique           :       0.00          0          0
1797.02/1797.01	c   pscostdiving     :      19.86       5422        114
1797.02/1797.01	c   intdiving        :       0.00          0          0
1797.02/1797.01	c   actconsdiving    :       0.00          0          0
1797.02/1797.01	c   octane           :       0.00          0          0
1797.02/1797.01	c   rens             :       0.01          0          0
1797.02/1797.01	c   rins             :       0.00          0          0
1797.02/1797.01	c   localbranching   :       0.00          0          0
1797.02/1797.01	c   mutation         :       0.00          0          0
1797.02/1797.01	c   dins             :       0.00          0          0
1797.02/1797.01	c   vbounds          :       0.00          0          0
1797.02/1797.01	c   undercover       :       0.00          0          0
1797.02/1797.01	c   subnlp           :       0.05          0          0
1797.02/1797.01	c   trysol           :       0.08          0          0
1797.02/1797.01	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1797.02/1797.01	c   primal LP        :      21.96          0          0       0.00       0.00
1797.02/1797.01	c   dual LP          :    1321.36     404418   28522740      70.53   21585.87
1797.02/1797.01	c   lex dual LP      :       0.00          0          0       0.00          -
1797.02/1797.01	c   barrier LP       :       0.00          0          0       0.00          -
1797.02/1797.01	c   diving/probing LP:     105.05     170254    2004367      11.77   19079.80
1797.02/1797.01	c   strong branching :      79.02      21612    1232471      57.03   15597.25
1797.02/1797.01	c     (at root node) :          -         39      33081     848.23          -
1797.02/1797.01	c   conflict analysis:       0.00          0          0       0.00          -
1797.02/1797.01	c B&B Tree           :
1797.02/1797.01	c   number of runs   :          1
1797.02/1797.01	c   nodes            :     316144
1797.02/1797.01	c   nodes (total)    :     316144
1797.02/1797.01	c   nodes left       :     316145
1797.02/1797.01	c   max depth        :         82
1797.02/1797.01	c   max depth (total):         82
1797.02/1797.01	c   backtracks       :      37951 (12.0%)
1797.02/1797.01	c   delayed cutoffs  :          0
1797.02/1797.01	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1797.02/1797.01	c   avg switch length:       3.90
1797.02/1797.01	c   switching time   :      48.88
1797.02/1797.01	c Solution           :
1797.02/1797.01	c   Solutions found  :        921 (4 improvements)
1797.02/1797.01	c   First Solution   : +0.00000000000000e+00   (in run 1, after 0 nodes, 0.05 seconds, depth 0, found by <trivial>)
1797.02/1797.01	c   Primal Bound     : -4.80000000000000e+01   (in run 1, after 1 nodes, 0.37 seconds, depth 0, found by <oneopt>)
1797.02/1797.01	c   Dual Bound       : -1.41461538461538e+02
1797.02/1797.01	c   Gap              :      66.07 %
1797.02/1797.01	c   Root Dual Bound  : -1.49666666666667e+02
1797.02/1797.01	c   Root Iterations  :      98470
1797.52/1797.52	c Time complete: 1797.54.

Verifier Data

OK	-48

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 988)

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-3485173-1307785274/watcher-3485173-1307785274 -o /tmp/evaluation-result-3485173-1307785274/solver-3485173-1307785274 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3485173-1307785274.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: 1.93 1.98 1.91 2/177 15527
/proc/meminfo: memFree=31444968/32951124 swapFree=67054524/67111528
[pid=15527] ppid=15525 vsize=10020 CPUtime=0 cores=1,3,5,7
/proc/15527/stat : 15527 (scip-2.0.1.4_2.) R 15525 15527 15205 0 -1 4202496 1485 0 0 0 0 0 0 0 25 0 1 0 890125896 10260480 1440 33554432000 4194304 8979876 140733263523440 18446744073709551615 6779003 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/15527/statm: 2505 1444 358 1169 0 1332 0

[startup+0.0852469 s]
/proc/loadavg: 1.93 1.98 1.91 2/177 15527
/proc/meminfo: memFree=31444968/32951124 swapFree=67054524/67111528
[pid=15527] ppid=15525 vsize=36196 CPUtime=0.07 cores=1,3,5,7
/proc/15527/stat : 15527 (scip-2.0.1.4_2.) R 15525 15527 15205 0 -1 4202496 8009 0 0 0 7 0 0 0 25 0 1 0 890125896 37064704 7707 33554432000 4194304 8979876 140733263523440 18446744073709551615 18446744073699065939 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/15527/statm: 9049 7707 480 1169 0 7876 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 36196

[startup+0.100244 s]
/proc/loadavg: 1.93 1.98 1.91 2/177 15527
/proc/meminfo: memFree=31444968/32951124 swapFree=67054524/67111528
[pid=15527] ppid=15525 vsize=36196 CPUtime=0.09 cores=1,3,5,7
/proc/15527/stat : 15527 (scip-2.0.1.4_2.) R 15525 15527 15205 0 -1 4202496 8009 0 0 0 9 0 0 0 25 0 1 0 890125896 37064704 7707 33554432000 4194304 8979876 140733263523440 18446744073709551615 18446744073699065939 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/15527/statm: 9049 7707 480 1169 0 7876 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 36196

[startup+0.300214 s]
/proc/loadavg: 1.93 1.98 1.91 2/177 15527
/proc/meminfo: memFree=31444968/32951124 swapFree=67054524/67111528
[pid=15527] ppid=15525 vsize=50944 CPUtime=0.29 cores=1,3,5,7
/proc/15527/stat : 15527 (scip-2.0.1.4_2.) R 15525 15527 15205 0 -1 4202496 11939 0 0 0 28 1 0 0 18 0 1 0 890125896 52166656 11380 33554432000 4194304 8979876 140733263523440 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/15527/statm: 12736 11380 653 1169 0 11563 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 50944

[startup+0.701146 s]
/proc/loadavg: 1.93 1.98 1.91 2/177 15527
/proc/meminfo: memFree=31444968/32951124 swapFree=67054524/67111528
[pid=15527] ppid=15525 vsize=53156 CPUtime=0.69 cores=1,3,5,7
/proc/15527/stat : 15527 (scip-2.0.1.4_2.) R 15525 15527 15205 0 -1 4202496 12597 0 0 0 68 1 0 0 18 0 1 0 890125896 54431744 12002 33554432000 4194304 8979876 140733263523440 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/15527/statm: 13289 12002 657 1169 0 12116 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 53156

[startup+1.50101 s]
/proc/loadavg: 1.93 1.98 1.91 3/178 15528
/proc/meminfo: memFree=31398632/32951124 swapFree=67054524/67111528
[pid=15527] ppid=15525 vsize=57320 CPUtime=1.49 cores=1,3,5,7
/proc/15527/stat : 15527 (scip-2.0.1.4_2.) R 15525 15527 15205 0 -1 4202496 13736 0 0 0 146 3 0 0 19 0 1 0 890125896 58695680 13090 33554432000 4194304 8979876 140733263523440 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/15527/statm: 14330 13090 654 1169 0 13157 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 57320

[startup+3.10074 s]
/proc/loadavg: 1.93 1.98 1.91 3/178 15528
/proc/meminfo: memFree=31388340/32951124 swapFree=67054524/67111528
[pid=15527] ppid=15525 vsize=73316 CPUtime=3.09 cores=1,3,5,7
/proc/15527/stat : 15527 (scip-2.0.1.4_2.) R 15525 15527 15205 0 -1 4202496 17981 0 0 0 303 6 0 0 24 0 1 0 890125896 75075584 17248 33554432000 4194304 8979876 140733263523440 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/15527/statm: 18329 17248 673 1169 0 17156 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 73316

[startup+6.30021 s]
/proc/loadavg: 1.93 1.98 1.91 3/178 15528
/proc/meminfo: memFree=31359720/32951124 swapFree=67054524/67111528
[pid=15527] ppid=15525 vsize=81868 CPUtime=6.29 cores=1,3,5,7
/proc/15527/stat : 15527 (scip-2.0.1.4_2.) R 15525 15527 15205 0 -1 4202496 19970 0 0 0 616 13 0 0 25 0 1 0 890125896 83832832 19204 33554432000 4194304 8979876 140733263523440 18446744073709551615 5906385 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/15527/statm: 20467 19204 676 1169 0 19294 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 81868

[startup+12.7001 s]
/proc/loadavg: 1.94 1.98 1.91 3/178 15529
/proc/meminfo: memFree=31344252/32951124 swapFree=67054524/67111528
[pid=15527] ppid=15525 vsize=97392 CPUtime=12.68 cores=1,3,5,7
/proc/15527/stat : 15527 (scip-2.0.1.4_2.) R 15525 15527 15205 0 -1 4202496 23751 0 0 0 1242 26 0 0 25 0 1 0 890125896 99729408 22964 33554432000 4194304 8979876 140733263523440 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/15527/statm: 24348 22964 658 1169 0 23175 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 97392

[startup+25.501 s]
/proc/loadavg: 1.95 1.98 1.91 3/178 15529
/proc/meminfo: memFree=31343152/32951124 swapFree=67054524/67111528
[pid=15527] ppid=15525 vsize=97760 CPUtime=25.49 cores=1,3,5,7
/proc/15527/stat : 15527 (scip-2.0.1.4_2.) R 15525 15527 15205 0 -1 4202496 23769 0 0 0 2501 48 0 0 25 0 1 0 890125896 100106240 22982 33554432000 4194304 8979876 140733263523440 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/15527/statm: 24440 22982 658 1169 0 23267 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 97760

[startup+51.1007 s]
/proc/loadavg: 1.97 1.98 1.91 3/178 15529
/proc/meminfo: memFree=31342956/32951124 swapFree=67054524/67111528
[pid=15527] ppid=15525 vsize=97060 CPUtime=51.08 cores=1,3,5,7
/proc/15527/stat : 15527 (scip-2.0.1.4_2.) R 15525 15527 15205 0 -1 4202496 24410 0 0 0 5018 90 0 0 25 0 1 0 890125896 99389440 22980 33554432000 4194304 8979876 140733263523440 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/15527/statm: 24265 22980 674 1169 0 23092 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 97060

[startup+102.306 s]
/proc/loadavg: 1.98 1.98 1.91 3/178 15531
/proc/meminfo: memFree=31338460/32951124 swapFree=67054524/67111528
[pid=15527] ppid=15525 vsize=98708 CPUtime=102.3 cores=1,3,5,7
/proc/15527/stat : 15527 (scip-2.0.1.4_2.) R 15525 15527 15205 0 -1 4202496 35685 0 0 0 9810 420 0 0 25 0 1 0 890125896 101076992 23420 33554432000 4194304 8979876 140733263523440 18446744073709551615 7170984 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/15527/statm: 24677 23420 696 1169 0 23504 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 98708

[startup+162.301 s]
/proc/loadavg: 1.99 1.98 1.91 3/178 15533
/proc/meminfo: memFree=31315992/32951124 swapFree=67054524/67111528
[pid=15527] ppid=15525 vsize=111564 CPUtime=162.29 cores=1,3,5,7
/proc/15527/stat : 15527 (scip-2.0.1.4_2.) R 15525 15527 15205 0 -1 4202496 51108 0 0 0 15394 835 0 0 25 0 1 0 890125896 114241536 26597 33554432000 4194304 8979876 140733263523440 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/15527/statm: 27891 26597 696 1169 0 26718 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 111564

[startup+222.301 s]
/proc/loadavg: 1.99 1.98 1.91 3/178 15534
/proc/meminfo: memFree=31296588/32951124 swapFree=67054524/67111528
[pid=15527] ppid=15525 vsize=123680 CPUtime=222.29 cores=1,3,5,7
/proc/15527/stat : 15527 (scip-2.0.1.4_2.) R 15525 15527 15205 0 -1 4202496 59152 0 0 0 20969 1260 0 0 25 0 1 0 890125896 126648320 29641 33554432000 4194304 8979876 140733263523440 18446744073709551615 4318608 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/15527/statm: 30920 29641 696 1169 0 29747 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 123680

[startup+282.301 s]
/proc/loadavg: 1.99 1.98 1.91 3/178 15536
/proc/meminfo: memFree=31268632/32951124 swapFree=67054524/67111528
[pid=15527] ppid=15525 vsize=139128 CPUtime=282.29 cores=1,3,5,7
/proc/15527/stat : 15527 (scip-2.0.1.4_2.) R 15525 15527 15205 0 -1 4202496 63104 0 0 0 26531 1698 0 0 25 0 1 0 890125896 142467072 33576 33554432000 4194304 8979876 140733263523440 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/15527/statm: 34782 33576 696 1169 0 33609 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 139128

[startup+342.301 s]
/proc/loadavg: 1.99 1.98 1.91 3/178 15537
/proc/meminfo: memFree=31239188/32951124 swapFree=67054524/67111528
[pid=15527] ppid=15525 vsize=151916 CPUtime=342.29 cores=1,3,5,7
/proc/15527/stat : 15527 (scip-2.0.1.4_2.) R 15525 15527 15205 0 -1 4202496 68755 0 0 0 32120 2109 0 0 25 0 1 0 890125896 155561984 36855 33554432000 4194304 8979876 140733263523440 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/15527/statm: 37979 36855 696 1169 0 36806 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 151916

[startup+402.301 s]
/proc/loadavg: 2.06 2.00 1.92 3/178 15539
/proc/meminfo: memFree=31214452/32951124 swapFree=67054524/67111528
[pid=15527] ppid=15525 vsize=163392 CPUtime=402.29 cores=1,3,5,7
/proc/15527/stat : 15527 (scip-2.0.1.4_2.) R 15525 15527 15205 0 -1 4202496 76452 0 0 0 37678 2551 0 0 25 0 1 0 890125896 167313408 39703 33554432000 4194304 8979876 140733263523440 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/15527/statm: 40848 39703 700 1169 0 39675 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 163392

[startup+462.301 s]
/proc/loadavg: 2.02 2.00 1.92 3/178 15541
/proc/meminfo: memFree=31185756/32951124 swapFree=67054524/67111528
[pid=15527] ppid=15525 vsize=178652 CPUtime=462.3 cores=1,3,5,7
/proc/15527/stat : 15527 (scip-2.0.1.4_2.) R 15525 15527 15205 0 -1 4202496 80363 0 0 0 43231 2999 0 0 25 0 1 0 890125896 182939648 43608 33554432000 4194304 8979876 140733263523440 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/15527/statm: 44663 43608 700 1169 0 43490 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 178652

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 1.92 3/178 15542
/proc/meminfo: memFree=31156940/32951124 swapFree=67054524/67111528
[pid=15527] ppid=15525 vsize=192656 CPUtime=522.29 cores=1,3,5,7
/proc/15527/stat : 15527 (scip-2.0.1.4_2.) R 15525 15527 15205 0 -1 4202496 86335 0 0 0 48773 3456 0 0 25 0 1 0 890125896 197279744 47121 33554432000 4194304 8979876 140733263523440 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/15527/statm: 48164 47121 700 1169 0 46991 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 192656

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/178 15544
/proc/meminfo: memFree=31131340/32951124 swapFree=67054524/67111528
[pid=15527] ppid=15525 vsize=208124 CPUtime=582.3 cores=1,3,5,7
/proc/15527/stat : 15527 (scip-2.0.1.4_2.) R 15525 15527 15205 0 -1 4202496 92179 0 0 0 54333 3897 0 0 25 0 1 0 890125896 213118976 50466 33554432000 4194304 8979876 140733263523440 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/15527/statm: 52031 50466 700 1169 0 50858 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 208124

[startup+642.3 s]

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

/proc/meminfo: memFree=30903720/32951124 swapFree=67054524/67111528
[pid=15527] ppid=15525 vsize=327076 CPUtime=1062.3 cores=1,3,5,7
/proc/15527/stat : 15527 (scip-2.0.1.4_2.) R 15525 15527 15205 0 -1 4202496 124714 0 0 0 98710 7520 0 0 25 0 1 0 890125896 334925824 80562 33554432000 4194304 8979876 140733263523440 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/15527/statm: 81769 80562 700 1169 0 80596 0
Current children cumulated CPU time (s) 1062.3
Current children cumulated vsize (KiB) 327076

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 15558
/proc/meminfo: memFree=30870684/32951124 swapFree=67054524/67111528
[pid=15527] ppid=15525 vsize=342392 CPUtime=1122.3 cores=1,3,5,7
/proc/15527/stat : 15527 (scip-2.0.1.4_2.) R 15525 15527 15205 0 -1 4202496 128604 0 0 0 104263 7967 0 0 25 0 1 0 890125896 350609408 84452 33554432000 4194304 8979876 140733263523440 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/15527/statm: 85598 84452 700 1169 0 84425 0
Current children cumulated CPU time (s) 1122.3
Current children cumulated vsize (KiB) 342392

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 15560
/proc/meminfo: memFree=30840096/32951124 swapFree=67054524/67111528
[pid=15527] ppid=15525 vsize=358648 CPUtime=1182.31 cores=1,3,5,7
/proc/15527/stat : 15527 (scip-2.0.1.4_2.) R 15525 15527 15205 0 -1 4202496 132681 0 0 0 109800 8431 0 0 25 0 1 0 890125896 367255552 88529 33554432000 4194304 8979876 140733263523440 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/15527/statm: 89662 88529 700 1169 0 88489 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 358648

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 15570
/proc/meminfo: memFree=30809972/32951124 swapFree=67054524/67111528
[pid=15527] ppid=15525 vsize=378900 CPUtime=1242.3 cores=1,3,5,7
/proc/15527/stat : 15527 (scip-2.0.1.4_2.) R 15525 15527 15205 0 -1 4202496 136746 0 0 0 115338 8892 0 0 25 0 1 0 890125896 387993600 92594 33554432000 4194304 8979876 140733263523440 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/15527/statm: 94725 92594 700 1169 0 93552 0
Current children cumulated CPU time (s) 1242.3
Current children cumulated vsize (KiB) 378900

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 15572
/proc/meminfo: memFree=30778164/32951124 swapFree=67054524/67111528
[pid=15527] ppid=15525 vsize=396084 CPUtime=1302.31 cores=1,3,5,7
/proc/15527/stat : 15527 (scip-2.0.1.4_2.) R 15525 15527 15205 0 -1 4202496 143511 0 0 0 120877 9354 0 0 25 0 1 0 890125896 405590016 96941 33554432000 4194304 8979876 140733263523440 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/15527/statm: 99021 96941 700 1169 0 97848 0
Current children cumulated CPU time (s) 1302.31
Current children cumulated vsize (KiB) 396084

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 15574
/proc/meminfo: memFree=30749340/32951124 swapFree=67054524/67111528
[pid=15527] ppid=15525 vsize=413388 CPUtime=1362.31 cores=1,3,5,7
/proc/15527/stat : 15527 (scip-2.0.1.4_2.) R 15525 15527 15205 0 -1 4202496 147896 0 0 0 126397 9834 0 0 25 0 1 0 890125896 423309312 101322 33554432000 4194304 8979876 140733263523440 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/15527/statm: 103347 101322 700 1169 0 102174 0
Current children cumulated CPU time (s) 1362.31
Current children cumulated vsize (KiB) 413388

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 15578
/proc/meminfo: memFree=30710836/32951124 swapFree=67054524/67111528
[pid=15527] ppid=15525 vsize=430540 CPUtime=1422.31 cores=1,3,5,7
/proc/15527/stat : 15527 (scip-2.0.1.4_2.) R 15525 15527 15205 0 -1 4202496 152257 0 0 0 131965 10266 0 0 25 0 1 0 890125896 440872960 105683 33554432000 4194304 8979876 140733263523440 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/15527/statm: 107635 105683 700 1169 0 106462 0
Current children cumulated CPU time (s) 1422.31
Current children cumulated vsize (KiB) 430540

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 15580
/proc/meminfo: memFree=30680288/32951124 swapFree=67054524/67111528
[pid=15527] ppid=15525 vsize=448688 CPUtime=1482.31 cores=1,3,5,7
/proc/15527/stat : 15527 (scip-2.0.1.4_2.) R 15525 15527 15205 0 -1 4202496 156853 0 0 0 137498 10733 0 0 25 0 1 0 890125896 459456512 110278 33554432000 4194304 8979876 140733263523440 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/15527/statm: 112172 110278 700 1169 0 110999 0
Current children cumulated CPU time (s) 1482.31
Current children cumulated vsize (KiB) 448688

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 15581
/proc/meminfo: memFree=30647488/32951124 swapFree=67054524/67111528
[pid=15527] ppid=15525 vsize=466924 CPUtime=1542.31 cores=1,3,5,7
/proc/15527/stat : 15527 (scip-2.0.1.4_2.) R 15525 15527 15205 0 -1 4202496 161497 0 0 0 143032 11199 0 0 25 0 1 0 890125896 478130176 114919 33554432000 4194304 8979876 140733263523440 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/15527/statm: 116731 114919 700 1169 0 115558 0
Current children cumulated CPU time (s) 1542.31
Current children cumulated vsize (KiB) 466924

[startup+1602.3 s]
/proc/loadavg: 2.04 2.01 1.93 3/178 15583
/proc/meminfo: memFree=30611480/32951124 swapFree=67054524/67111528
[pid=15527] ppid=15525 vsize=484048 CPUtime=1602.31 cores=1,3,5,7
/proc/15527/stat : 15527 (scip-2.0.1.4_2.) R 15525 15527 15205 0 -1 4202496 165771 0 0 0 148564 11667 0 0 25 0 1 0 890125896 495665152 119192 33554432000 4194304 8979876 140733263523440 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/15527/statm: 121012 119192 700 1169 0 119839 0
Current children cumulated CPU time (s) 1602.31
Current children cumulated vsize (KiB) 484048

[startup+1662.3 s]
/proc/loadavg: 2.01 2.01 1.93 3/178 15585
/proc/meminfo: memFree=30578812/32951124 swapFree=67054524/67111528
[pid=15527] ppid=15525 vsize=499044 CPUtime=1662.31 cores=1,3,5,7
/proc/15527/stat : 15527 (scip-2.0.1.4_2.) R 15525 15527 15205 0 -1 4202496 169591 0 0 0 154090 12141 0 0 25 0 1 0 890125896 511021056 123012 33554432000 4194304 8979876 140733263523440 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/15527/statm: 124761 123012 700 1169 0 123588 0
Current children cumulated CPU time (s) 1662.31
Current children cumulated vsize (KiB) 499044

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 15586
/proc/meminfo: memFree=30546276/32951124 swapFree=67054524/67111528
[pid=15527] ppid=15525 vsize=519064 CPUtime=1722.32 cores=1,3,5,7
/proc/15527/stat : 15527 (scip-2.0.1.4_2.) R 15525 15527 15205 0 -1 4202496 174625 0 0 0 159624 12608 0 0 25 0 1 0 890125896 531521536 128046 33554432000 4194304 8979876 140733263523440 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/15527/statm: 129766 128046 700 1169 0 128593 0
Current children cumulated CPU time (s) 1722.32
Current children cumulated vsize (KiB) 519064

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 15588
/proc/meminfo: memFree=30511284/32951124 swapFree=67054524/67111528
[pid=15527] ppid=15525 vsize=536156 CPUtime=1782.31 cores=1,3,5,7
/proc/15527/stat : 15527 (scip-2.0.1.4_2.) R 15525 15527 15205 0 -1 4202496 178968 0 0 0 165159 13072 0 0 25 0 1 0 890125896 549023744 132388 33554432000 4194304 8979876 140733263523440 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/15527/statm: 134039 132388 700 1169 0 132866 0
Current children cumulated CPU time (s) 1782.31
Current children cumulated vsize (KiB) 536156

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

[startup+1785.5 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 15588
/proc/meminfo: memFree=30510164/32951124 swapFree=67054524/67111528
[pid=15527] ppid=15525 vsize=536156 CPUtime=1785.51 cores=1,3,5,7
/proc/15527/stat : 15527 (scip-2.0.1.4_2.) R 15525 15527 15205 0 -1 4202496 178980 0 0 0 165454 13097 0 0 25 0 1 0 890125896 549023744 132400 33554432000 4194304 8979876 140733263523440 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/15527/statm: 134039 132400 700 1169 0 132866 0
Current children cumulated CPU time (s) 1785.51
Current children cumulated vsize (KiB) 536156

[startup+1791.91 s]
/proc/loadavg: 2.00 2.00 1.93 3/173 15617
/proc/meminfo: memFree=30989980/32951124 swapFree=67054524/67111528
[pid=15527] ppid=15525 vsize=538452 CPUtime=1791.92 cores=1,3,5,7
/proc/15527/stat : 15527 (scip-2.0.1.4_2.) R 15525 15527 15205 0 -1 4202496 179583 0 0 0 166044 13148 0 0 25 0 1 0 890125896 551374848 133003 33554432000 4194304 8979876 140733263523440 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/15527/statm: 134613 133003 700 1169 0 133440 0
Current children cumulated CPU time (s) 1791.92
Current children cumulated vsize (KiB) 538452

[startup+1795.1 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 15626
/proc/meminfo: memFree=30692832/32951124 swapFree=67054524/67111528
[pid=15527] ppid=15525 vsize=540472 CPUtime=1795.12 cores=1,3,5,7
/proc/15527/stat : 15527 (scip-2.0.1.4_2.) R 15525 15527 15205 0 -1 4202496 180064 0 0 0 166339 13173 0 0 25 0 1 0 890125896 553443328 133484 33554432000 4194304 8979876 140733263523440 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/15527/statm: 135118 133484 700 1169 0 133945 0
Current children cumulated CPU time (s) 1795.12
Current children cumulated vsize (KiB) 540472

[startup+1796.7 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 15626
/proc/meminfo: memFree=30686384/32951124 swapFree=67054524/67111528
[pid=15527] ppid=15525 vsize=542708 CPUtime=1796.72 cores=1,3,5,7
/proc/15527/stat : 15527 (scip-2.0.1.4_2.) R 15525 15527 15205 0 -1 4202496 180599 0 0 0 166490 13182 0 0 25 0 1 0 890125896 555732992 134019 33554432000 4194304 8979876 140733263523440 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/15527/statm: 135677 134019 700 1169 0 134504 0
Current children cumulated CPU time (s) 1796.72
Current children cumulated vsize (KiB) 542708

[startup+1797.1 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 15626
/proc/meminfo: memFree=30686384/32951124 swapFree=67054524/67111528
[pid=15527] ppid=15525 vsize=542708 CPUtime=1797.12 cores=1,3,5,7
/proc/15527/stat : 15527 (scip-2.0.1.4_2.) R 15525 15527 15205 0 -1 4202496 180602 0 0 0 166528 13184 0 0 18 0 1 0 890125896 555732992 134022 33554432000 4194304 8979876 140733263523440 18446744073709551615 6745002 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/15527/statm: 135677 134022 703 1169 0 134504 0
Current children cumulated CPU time (s) 1797.12
Current children cumulated vsize (KiB) 542708

[startup+1797.5 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 15626
/proc/meminfo: memFree=30675480/32951124 swapFree=67054524/67111528
[pid=15527] ppid=15525 vsize=524668 CPUtime=1797.52 cores=1,3,5,7
/proc/15527/stat : 15527 (scip-2.0.1.4_2.) R 15525 15527 15205 0 -1 4202496 180602 0 0 0 166568 13184 0 0 18 0 1 0 890125896 537260032 130355 33554432000 4194304 8979876 140733263523440 18446744073709551615 6783408 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/15527/statm: 131167 130355 703 1169 0 129994 0
Current children cumulated CPU time (s) 1797.52
Current children cumulated vsize (KiB) 524668

Child status: 0
Real time (s): 1797.52
CPU time (s): 1797.55
CPU user time (s): 1665.68
CPU system time (s): 131.864
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 542708

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

runsolver used 2.43563 second user time and 5.83011 second system time

The end

Launcher Data

Begin job on node130 at 2011-06-11 11:41:14
IDJOB=3485173
IDBENCH=48219
IDSOLVER=1977
FILE ID=node130/3485173-1307785274
RUNJOBID= node130-1307783469-15224
PBS_JOBID= 13550893
Free space on /tmp= 73936 MiB

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

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

MD5SUM BENCH= e40e55fe30ea19a1cae02f7f820bc9fe
RANDOM SEED=1400807175

node130.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	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.838
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.838
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.838
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.838
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.838
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.838
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.838
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.838
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31445536 kB
Buffers:        261264 kB
Cached:         953584 kB
SwapCached:      10548 kB
Active:         599168 kB
Inactive:       712640 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31445536 kB
SwapTotal:    67111528 kB
SwapFree:     67054524 kB
Dirty:           34232 kB
Writeback:           0 kB
AnonPages:       94152 kB
Mapped:          15516 kB
Slab:           129276 kB
PageTables:       4116 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   290176 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73920 MiB
End job on node130 at 2011-06-11 12:11:12