Trace number 3488587

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 E_2 2011-06-10 (fixed)SAT-60 1798.02 1797.97

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mis/normalized-mis_500_25_1.opb
MD5SUM7980660368cd371c40e33d6668082e41
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.07
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -64
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 constraint48
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)15716
Sum of products size (including duplicates)31432
Number of different products7858
Sum of products size15716

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-3488587-1307783612.opb>
0.02/0.04	c original problem has 8358 variables (8358 bin, 0 int, 0 impl, 0 cont) and 8858 constraints
0.02/0.04	c problem read
0.02/0.04	c presolving settings loaded
0.02/0.08	o 0
0.02/0.08	c feasible solution found by trivial heuristic, objective value  0.000000e+00
0.02/0.08	c presolving:
0.09/0.14	c (round 1) 7858 del vars, 1000 del conss, 0 add conss, 7858 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 31432 impls, 0 clqs
0.09/0.15	c (round 2) 7858 del vars, 1000 del conss, 0 add conss, 7858 chg bounds, 0 chg sides, 0 chg coeffs, 7858 upgd conss, 31432 impls, 0 clqs
0.19/0.20	c    (0.2s) probing: 101/500 (20.2%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.19/0.20	c    (0.2s) probing aborted: 100/100 successive totally useless probings
0.19/0.20	c presolving (3 rounds):
0.19/0.20	c  7858 deleted vars, 1000 deleted constraints, 0 added constraints, 7858 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.19/0.20	c  47146 implications, 0 cliques
0.19/0.20	c presolved problem has 500 variables (500 bin, 0 int, 0 impl, 0 cont) and 7858 constraints
0.19/0.20	c    7858 constraints of type <setppc>
0.19/0.20	c transformed objective value is always integral (scale: 1)
0.19/0.20	c Presolving Time: 0.13
0.19/0.20	c - non default parameters ----------------------------------------------------------------------
0.19/0.20	c # SCIP version 2.0.1.5
0.19/0.20	c 
0.19/0.20	c # frequency for displaying node information lines
0.19/0.20	c # [type: int, range: [-1,2147483647], default: 100]
0.19/0.20	c display/freq = 10000
0.19/0.20	c 
0.19/0.20	c # maximal time in seconds to run
0.19/0.20	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.19/0.20	c limits/time = 1797
0.19/0.20	c 
0.19/0.20	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.19/0.20	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.19/0.20	c limits/memory = 13950
0.19/0.20	c 
0.19/0.20	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.19/0.20	c # [type: int, range: [1,2], default: 1]
0.19/0.20	c timing/clocktype = 2
0.19/0.20	c 
0.19/0.20	c # belongs reading time to solving time?
0.19/0.20	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.19/0.20	c timing/reading = TRUE
0.19/0.20	c 
0.19/0.20	c # should presolving try to simplify inequalities
0.19/0.20	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.19/0.20	c constraints/linear/simplifyinequalities = TRUE
0.19/0.20	c 
0.19/0.20	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.19/0.20	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.19/0.20	c constraints/indicator/addCouplingCons = TRUE
0.19/0.20	c 
0.19/0.20	c # should presolving try to simplify knapsacks
0.19/0.20	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.19/0.20	c constraints/knapsack/simplifyinequalities = TRUE
0.19/0.20	c 
0.19/0.20	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.19/0.20	c # [type: int, range: [-1,2147483647], default: -1]
0.19/0.20	c separating/rapidlearning/freq = 0
0.19/0.20	c 
0.19/0.20	c -----------------------------------------------------------------------------------------------
0.19/0.20	c start solving
0.19/0.20	c 
0.19/0.27	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.27	c t 0.3s|     1 |     0 |   520 |     - |  26M|   0 | 500 | 500 |7858 | 500 |7858 |   0 |   0 |   0 |-2.500000e+02 | 0.000000e+00 | 100.00%
0.19/0.27	o -1
0.19/0.27	c R 0.3s|     1 |     0 |   520 |     - |  26M|   0 | 500 | 500 |7858 | 500 |7858 |   0 |   0 |   0 |-2.500000e+02 |-1.000000e+00 |  99.60%
0.19/0.28	o -2
0.19/0.28	c s 0.3s|     1 |     0 |   520 |     - |  26M|   0 | 500 | 500 |7858 | 500 |7858 |   0 |   0 |   0 |-2.500000e+02 |-2.000000e+00 |  99.20%
0.39/0.45	o -44
0.39/0.45	c y 0.5s|     1 |     0 |   520 |     - |  26M|   0 | 500 | 500 |7858 | 500 |7858 |   0 |   0 |   0 |-2.500000e+02 |-4.400000e+01 |  82.40%
0.39/0.49	c   0.5s|     1 |     0 |   640 |     - |  26M|   0 | 490 | 500 |7858 | 500 |7869 |  11 |   0 |   0 |-2.450000e+02 |-4.400000e+01 |  82.04%
0.59/0.63	c   0.6s|     1 |     0 |   744 |     - |  26M|   0 | 483 | 500 |7858 | 500 |7883 |  25 |   0 |   0 |-2.415000e+02 |-4.400000e+01 |  81.78%
0.69/0.76	c   0.8s|     1 |     0 |   824 |     - |  26M|   0 | 475 | 500 |7858 | 500 |7893 |  35 |   0 |   0 |-2.375000e+02 |-4.400000e+01 |  81.47%
0.89/0.96	c   1.0s|     1 |     0 |  1012 |     - |  26M|   0 | 471 | 500 |7858 | 500 |7900 |  42 |   0 |   0 |-2.355000e+02 |-4.400000e+01 |  81.32%
1.09/1.18	c   1.2s|     1 |     0 |  1340 |     - |  26M|   0 | 467 | 500 |7858 | 500 |7911 |  53 |   0 |   0 |-2.335000e+02 |-4.400000e+01 |  81.16%
1.29/1.39	c   1.4s|     1 |     0 |  1606 |     - |  26M|   0 | 460 | 500 |7858 | 500 |7926 |  68 |   0 |   0 |-2.300000e+02 |-4.400000e+01 |  80.87%
1.59/1.64	c   1.6s|     1 |     0 |  2074 |     - |  26M|   0 | 456 | 500 |7858 | 500 |7937 |  79 |   0 |   0 |-2.272500e+02 |-4.400000e+01 |  80.64%
1.79/1.86	c   1.9s|     1 |     0 |  2378 |     - |  27M|   0 | 452 | 500 |7858 | 500 |7949 |  91 |   0 |   0 |-2.247500e+02 |-4.400000e+01 |  80.42%
2.10/2.17	c   2.2s|     1 |     0 |  2943 |     - |  27M|   0 | 451 | 500 |7858 | 500 |7964 | 106 |   0 |   0 |-2.237500e+02 |-4.400000e+01 |  80.34%
2.39/2.40	c   2.4s|     1 |     0 |  3311 |     - |  27M|   0 | 447 | 500 |7858 | 500 |7980 | 122 |   0 |   0 |-2.222500e+02 |-4.400000e+01 |  80.20%
2.59/2.61	c   2.6s|     1 |     0 |  3805 |     - |  27M|   0 | 448 | 500 |7858 | 500 | 967 | 133 |   0 |   0 |-2.197500e+02 |-4.400000e+01 |  79.98%
2.59/2.68	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
2.59/2.68	c   2.7s|     1 |     0 |  4081 |     - |  28M|   0 | 427 | 500 |7858 | 500 | 978 | 144 |   0 |   0 |-2.185000e+02 |-4.400000e+01 |  79.86%
2.79/2.82	c   2.8s|     1 |     0 |  4986 |     - |  28M|   0 | 448 | 500 |7858 | 500 |1134 | 300 |   0 |   0 |-2.170000e+02 |-4.400000e+01 |  79.72%
2.89/2.95	c   3.0s|     1 |     0 |  5324 |     - |  28M|   0 | 427 | 500 |7858 | 500 |1347 | 513 |   0 |   0 |-2.161667e+02 |-4.400000e+01 |  79.65%
3.09/3.14	c   3.1s|     1 |     0 |  6465 |     - |  29M|   0 | 429 | 500 |7858 | 500 |1438 | 604 |   0 |   0 |-2.142500e+02 |-4.400000e+01 |  79.46%
3.20/3.26	c   3.3s|     1 |     0 |  7173 |     - |  29M|   0 | 422 | 500 |7858 | 500 |1523 | 689 |   0 |   0 |-2.120000e+02 |-4.400000e+01 |  79.25%
3.39/3.42	c   3.4s|     1 |     0 |  8231 |     - |  29M|   0 | 435 | 500 |7858 | 500 |1281 | 777 |   0 |   0 |-2.102500e+02 |-4.400000e+01 |  79.07%
3.59/3.61	c   3.6s|     1 |     0 |  9212 |     - |  29M|   0 | 396 | 500 |7858 | 500 |1445 | 941 |   0 |   0 |-2.080000e+02 |-4.400000e+01 |  78.85%
3.79/3.80	c   3.8s|     1 |     0 | 10270 |     - |  29M|   0 | 397 | 500 |7858 | 500 |1659 |1155 |   0 |   0 |-2.055000e+02 |-4.400000e+01 |  78.59%
3.89/3.93	c   3.9s|     1 |     0 | 11111 |     - |  30M|   0 | 429 | 500 |7858 | 500 |1797 |1293 |   0 |   0 |-2.041250e+02 |-4.400000e+01 |  78.44%
3.99/4.03	c   4.0s|     1 |     0 | 11659 |     - |  30M|   0 | 406 | 500 |7858 | 500 |1995 |1491 |   0 |   0 |-2.030000e+02 |-4.400000e+01 |  78.33%
4.09/4.16	c   4.2s|     1 |     0 | 12193 |     - |  30M|   0 | 412 | 500 |7858 | 500 |2002 |1498 |   0 |   0 |-2.017500e+02 |-4.400000e+01 |  78.19%
4.19/4.30	c   4.3s|     1 |     0 | 12805 |     - |  30M|   0 | 402 | 500 |7858 | 500 |1795 |1560 |   0 |   0 |-2.000000e+02 |-4.400000e+01 |  78.00%
4.29/4.39	c   4.4s|     1 |     0 | 13131 |     - |  30M|   0 | 392 | 500 |7858 | 500 |1805 |1570 |   0 |   0 |-1.990000e+02 |-4.400000e+01 |  77.89%
4.49/4.50	c   4.5s|     1 |     0 | 13678 |     - |  30M|   0 | 390 | 500 |7858 | 500 |1867 |1632 |   0 |   0 |-1.980000e+02 |-4.400000e+01 |  77.78%
4.59/4.63	c   4.6s|     1 |     0 | 14746 |     - |  30M|   0 | 441 | 500 |7858 | 500 |1939 |1704 |   0 |   0 |-1.964545e+02 |-4.400000e+01 |  77.60%
4.79/4.88	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
4.79/4.88	c   4.9s|     1 |     0 | 15678 |     - |  31M|   0 | 402 | 500 |7858 | 500 |2891 |2656 |   0 |   0 |-1.942500e+02 |-4.400000e+01 |  77.35%
4.89/4.96	c   5.0s|     1 |     0 | 15863 |     - |  31M|   0 | 385 | 500 |7858 | 500 |2899 |2664 |   0 |   0 |-1.935000e+02 |-4.400000e+01 |  77.26%
4.99/5.08	c   5.1s|     1 |     0 | 16451 |     - |  31M|   0 | 389 | 500 |7858 | 500 |2052 |2690 |   0 |   0 |-1.925000e+02 |-4.400000e+01 |  77.14%
5.19/5.20	c   5.2s|     1 |     0 | 16921 |     - |  31M|   0 | 395 | 500 |7858 | 500 |2093 |2731 |   0 |   0 |-1.917675e+02 |-4.400000e+01 |  77.06%
5.29/5.34	c   5.3s|     1 |     0 | 17709 |     - |  32M|   0 | 375 | 500 |7858 | 500 |2160 |2798 |   0 |   0 |-1.904035e+02 |-4.400000e+01 |  76.89%
5.39/5.44	c   5.4s|     1 |     0 | 18215 |     - |  32M|   0 | 367 | 500 |7858 | 500 |2231 |2869 |   0 |   0 |-1.885000e+02 |-4.400000e+01 |  76.66%
5.49/5.53	c   5.5s|     1 |     0 | 18528 |     - |  32M|   0 | 382 | 500 |7858 | 500 |2347 |2985 |   0 |   0 |-1.879000e+02 |-4.400000e+01 |  76.58%
5.59/5.62	c   5.6s|     1 |     0 | 19001 |     - |  32M|   0 | 378 | 500 |7858 | 500 |2377 |3015 |   0 |   0 |-1.870000e+02 |-4.400000e+01 |  76.47%
5.69/5.74	c   5.7s|     1 |     0 | 19423 |     - |  32M|   0 | 379 | 500 |7858 | 500 |1965 |3104 |   0 |   0 |-1.855192e+02 |-4.400000e+01 |  76.28%
5.79/5.82	c   5.8s|     1 |     0 | 19648 |     - |  33M|   0 | 358 | 500 |7858 | 500 |2023 |3162 |   0 |   0 |-1.847688e+02 |-4.400000e+01 |  76.19%
5.89/5.90	c   5.9s|     1 |     0 | 19931 |     - |  33M|   0 | 387 | 500 |7858 | 500 |2143 |3282 |   0 |   0 |-1.844576e+02 |-4.400000e+01 |  76.15%
5.99/6.07	c   6.1s|     1 |     0 | 20915 |     - |  33M|   0 | 352 | 500 |7858 | 500 |2216 |3355 |   0 |   0 |-1.829828e+02 |-4.400000e+01 |  75.95%
6.29/6.30	c   6.3s|     1 |     0 | 22194 |     - |  33M|   0 | 396 | 500 |7858 | 500 |2356 |3495 |   0 |   0 |-1.801667e+02 |-4.400000e+01 |  75.58%
6.39/6.47	c   6.5s|     1 |     0 | 23000 |     - |  34M|   0 | 407 | 500 |7858 | 500 |2598 |3737 |   0 |   0 |-1.793438e+02 |-4.400000e+01 |  75.47%
6.59/6.63	c   6.6s|     1 |     0 | 23678 |     - |  34M|   0 | 402 | 500 |7858 | 500 |1683 |3845 |   0 |   0 |-1.785000e+02 |-4.400000e+01 |  75.35%
6.69/6.79	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
6.69/6.79	c   6.8s|     1 |     0 | 24671 |     - |  34M|   0 | 398 | 500 |7858 | 500 |1746 |3908 |   0 |   0 |-1.778194e+02 |-4.400000e+01 |  75.26%
6.89/6.94	c   6.9s|     1 |     0 | 25393 |     - |  35M|   0 | 417 | 500 |7858 | 500 |1824 |3986 |   0 |   0 |-1.772222e+02 |-4.400000e+01 |  75.17%
7.09/7.16	c   7.2s|     1 |     0 | 26586 |     - |  36M|   0 | 404 | 500 |7858 | 500 |1902 |4064 |   0 |   0 |-1.758750e+02 |-4.400000e+01 |  74.98%
7.39/7.41	c   7.4s|     1 |     0 | 28232 |     - |  36M|   0 | 425 | 500 |7858 | 500 |1969 |4131 |   0 |   0 |-1.750656e+02 |-4.400000e+01 |  74.87%
7.60/7.70	c   7.7s|     1 |     0 | 29521 |     - |  37M|   0 | 414 | 500 |7858 | 500 |2348 |4510 |   0 |   0 |-1.736714e+02 |-4.400000e+01 |  74.66%
7.99/8.00	c   8.0s|     1 |     0 | 31008 |     - |  38M|   0 | 421 | 500 |7858 | 500 |2061 |4608 |   0 |   0 |-1.726212e+02 |-4.400000e+01 |  74.51%
8.19/8.25	c   8.3s|     1 |     0 | 32204 |     - |  38M|   0 | 425 | 500 |7858 | 500 |2108 |4655 |   0 |   0 |-1.719973e+02 |-4.400000e+01 |  74.42%
8.59/8.70	c   8.7s|     1 |     0 | 34556 |     - |  39M|   0 | 432 | 500 |7858 | 500 |2165 |4712 |   0 |   0 |-1.707737e+02 |-4.400000e+01 |  74.23%
8.89/8.97	c   9.0s|     1 |     0 | 35467 |     - |  40M|   0 | 456 | 500 |7858 | 500 |2202 |4749 |   0 |   0 |-1.697722e+02 |-4.400000e+01 |  74.08%
9.39/9.42	c   9.4s|     1 |     0 | 37034 |     - |  40M|   0 | 439 | 500 |7858 | 500 |2359 |4906 |   0 |   0 |-1.686287e+02 |-4.400000e+01 |  73.91%
9.79/9.83	c   9.8s|     1 |     0 | 38250 |     - |  41M|   0 | 449 | 500 |7858 | 500 |2405 |4952 |   0 |   0 |-1.681445e+02 |-4.400000e+01 |  73.83%
10.19/10.23	c  10.2s|     1 |     0 | 39239 |     - |  41M|   0 | 437 | 500 |7858 | 500 |1955 |5024 |   0 |   0 |-1.675419e+02 |-4.400000e+01 |  73.74%
10.59/10.60	c  10.6s|     1 |     0 | 40512 |     - |  43M|   0 | 443 | 500 |7858 | 500 |1974 |5043 |   0 |   0 |-1.666022e+02 |-4.400000e+01 |  73.59%
10.90/10.94	c  10.9s|     1 |     0 | 41414 |     - |  43M|   0 | 455 | 500 |7858 | 500 |2043 |5112 |   0 |   0 |-1.659601e+02 |-4.400000e+01 |  73.49%
11.29/11.30	c  11.3s|     1 |     0 | 42380 |     - |  43M|   0 | 457 | 500 |7858 | 500 |2099 |5168 |   0 |   0 |-1.653492e+02 |-4.400000e+01 |  73.39%
11.59/11.61	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
11.59/11.61	c  11.6s|     1 |     0 | 42842 |     - |  43M|   0 | 462 | 500 |7858 | 500 |2129 |5198 |   0 |   0 |-1.649968e+02 |-4.400000e+01 |  73.33%
11.99/12.05	c  12.0s|     1 |     0 | 44055 |     - |  44M|   0 | 464 | 500 |7858 | 500 |2179 |5248 |   0 |   0 |-1.644825e+02 |-4.400000e+01 |  73.25%
12.39/12.42	c  12.4s|     1 |     0 | 44839 |     - |  44M|   0 | 460 | 500 |7858 | 500 |1781 |5286 |   0 |   0 |-1.639574e+02 |-4.400000e+01 |  73.16%
12.69/12.78	c  12.8s|     1 |     0 | 45938 |     - |  44M|   0 | 466 | 500 |7858 | 500 |1840 |5345 |   0 |   0 |-1.628387e+02 |-4.400000e+01 |  72.98%
13.10/13.17	c  13.2s|     1 |     0 | 47174 |     - |  44M|   0 | 463 | 500 |7858 | 500 |1902 |5407 |   0 |   0 |-1.617375e+02 |-4.400000e+01 |  72.80%
13.49/13.55	c  13.5s|     1 |     0 | 48151 |     - |  44M|   0 | 465 | 500 |7858 | 500 |1980 |5485 |   0 |   0 |-1.611985e+02 |-4.400000e+01 |  72.70%
13.89/13.97	c  14.0s|     1 |     0 | 49348 |     - |  44M|   0 | 459 | 500 |7858 | 500 |2010 |5515 |   0 |   0 |-1.600281e+02 |-4.400000e+01 |  72.50%
14.29/14.35	c  14.3s|     1 |     0 | 50235 |     - |  44M|   0 | 472 | 500 |7858 | 500 |2056 |5561 |   0 |   0 |-1.593674e+02 |-4.400000e+01 |  72.39%
14.79/14.87	c  14.9s|     1 |     0 | 51922 |     - |  44M|   0 | 463 | 500 |7858 | 500 |1836 |5611 |   0 |   0 |-1.586821e+02 |-4.400000e+01 |  72.27%
15.19/15.27	c  15.3s|     1 |     0 | 52957 |     - |  44M|   0 | 471 | 500 |7858 | 500 |1915 |5690 |   0 |   0 |-1.583418e+02 |-4.400000e+01 |  72.21%
15.59/15.67	c  15.7s|     1 |     0 | 53943 |     - |  44M|   0 | 475 | 500 |7858 | 500 |1986 |5761 |   0 |   0 |-1.578314e+02 |-4.400000e+01 |  72.12%
16.09/16.19	c  16.2s|     1 |     0 | 55715 |     - |  44M|   0 | 475 | 500 |7858 | 500 |2038 |5813 |   0 |   0 |-1.570085e+02 |-4.400000e+01 |  71.98%
16.59/16.66	c  16.7s|     1 |     0 | 57098 |     - |  44M|   0 | 481 | 500 |7858 | 500 |2058 |5833 |   0 |   0 |-1.561389e+02 |-4.400000e+01 |  71.82%
17.09/17.12	c  17.1s|     1 |     0 | 58201 |     - |  44M|   0 | 480 | 500 |7858 | 500 |2109 |5884 |   0 |   0 |-1.557526e+02 |-4.400000e+01 |  71.75%
17.50/17.53	c  17.5s|     1 |     0 | 58908 |     - |  44M|   0 | 479 | 500 |7858 | 500 |1943 |5925 |   0 |   0 |-1.553826e+02 |-4.400000e+01 |  71.68%
17.89/17.96	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
17.89/17.96	c  18.0s|     1 |     0 | 60057 |     - |  44M|   0 | 487 | 500 |7858 | 500 |1961 |5943 |   0 |   0 |-1.548771e+02 |-4.400000e+01 |  71.59%
18.29/18.33	c  18.3s|     1 |     0 | 60632 |     - |  44M|   0 | 482 | 500 |7858 | 500 |1985 |5967 |   0 |   0 |-1.544376e+02 |-4.400000e+01 |  71.51%
18.70/18.77	c  18.8s|     1 |     0 | 61617 |     - |  44M|   0 | 482 | 500 |7858 | 500 |2025 |6007 |   0 |   0 |-1.538296e+02 |-4.400000e+01 |  71.40%
19.19/19.21	c  19.2s|     1 |     0 | 62424 |     - |  44M|   0 | 485 | 500 |7858 | 500 |2079 |6061 |   0 |   0 |-1.535185e+02 |-4.400000e+01 |  71.34%
19.60/19.63	c  19.6s|     1 |     0 | 63244 |     - |  44M|   0 | 484 | 500 |7858 | 500 |2107 |6089 |   0 |   0 |-1.532754e+02 |-4.400000e+01 |  71.29%
20.09/20.13	c  20.1s|     1 |     0 | 64397 |     - |  44M|   0 | 486 | 500 |7858 | 500 |1934 |6121 |   0 |   0 |-1.528768e+02 |-4.400000e+01 |  71.22%
20.39/20.49	c  20.5s|     1 |     0 | 64890 |     - |  44M|   0 | 484 | 500 |7858 | 500 |1959 |6146 |   0 |   0 |-1.526552e+02 |-4.400000e+01 |  71.18%
20.90/20.91	c  20.9s|     1 |     0 | 65817 |     - |  44M|   0 | 488 | 500 |7858 | 500 |1999 |6186 |   0 |   0 |-1.522223e+02 |-4.400000e+01 |  71.09%
21.29/21.32	c  21.3s|     1 |     0 | 66514 |     - |  44M|   0 | 495 | 500 |7858 | 500 |2016 |6203 |   0 |   0 |-1.518347e+02 |-4.400000e+01 |  71.02%
21.69/21.72	c  21.7s|     1 |     0 | 67163 |     - |  44M|   0 | 488 | 500 |7858 | 500 |2034 |6221 |   0 |   0 |-1.514999e+02 |-4.400000e+01 |  70.96%
21.99/22.08	c  22.1s|     1 |     0 | 67533 |     - |  44M|   0 | 493 | 500 |7858 | 500 |2056 |6243 |   0 |   0 |-1.513664e+02 |-4.400000e+01 |  70.93%
22.39/22.46	c  22.5s|     1 |     0 | 67888 |     - |  44M|   0 | 488 | 500 |7858 | 500 |1960 |6260 |   0 |   0 |-1.512312e+02 |-4.400000e+01 |  70.91%
22.79/22.82	c  22.8s|     1 |     0 | 68330 |     - |  44M|   0 | 487 | 500 |7858 | 500 |1979 |6279 |   0 |   0 |-1.510863e+02 |-4.400000e+01 |  70.88%
23.19/23.26	c  23.3s|     1 |     0 | 69218 |     - |  44M|   0 | 491 | 500 |7858 | 500 |1994 |6294 |   0 |   0 |-1.508395e+02 |-4.400000e+01 |  70.83%
23.59/23.68	c  23.7s|     1 |     0 | 70003 |     - |  44M|   0 | 494 | 500 |7858 | 500 |2014 |6314 |   0 |   0 |-1.503585e+02 |-4.400000e+01 |  70.74%
23.99/24.07	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
23.99/24.07	c  24.1s|     1 |     0 | 70551 |     - |  44M|   0 | 493 | 500 |7858 | 500 |2031 |6331 |   0 |   0 |-1.500396e+02 |-4.400000e+01 |  70.67%
24.40/24.44	c  24.4s|     1 |     0 | 70940 |     - |  44M|   0 | 491 | 500 |7858 | 500 |2044 |6344 |   0 |   0 |-1.497244e+02 |-4.400000e+01 |  70.61%
24.79/24.83	c  24.8s|     1 |     0 | 71405 |     - |  44M|   0 | 490 | 500 |7858 | 500 |1964 |6361 |   0 |   0 |-1.496204e+02 |-4.400000e+01 |  70.59%
25.09/25.16	c  25.2s|     1 |     0 | 71675 |     - |  44M|   0 | 493 | 500 |7858 | 500 |1980 |6377 |   0 |   0 |-1.495411e+02 |-4.400000e+01 |  70.58%
25.49/25.50	c  25.5s|     1 |     0 | 71915 |     - |  44M|   0 | 495 | 500 |7858 | 500 |1994 |6391 |   0 |   0 |-1.495073e+02 |-4.400000e+01 |  70.57%
25.79/25.86	c  25.9s|     1 |     0 | 72287 |     - |  44M|   0 | 495 | 500 |7858 | 500 |2001 |6398 |   0 |   0 |-1.493473e+02 |-4.400000e+01 |  70.54%
26.20/26.22	c  26.2s|     1 |     0 | 72705 |     - |  44M|   0 | 494 | 500 |7858 | 500 |2011 |6408 |   0 |   0 |-1.491549e+02 |-4.400000e+01 |  70.50%
26.49/26.57	c  26.6s|     1 |     0 | 73059 |     - |  44M|   0 | 497 | 500 |7858 | 500 |2026 |6423 |   0 |   0 |-1.490235e+02 |-4.400000e+01 |  70.47%
26.89/26.94	c  26.9s|     1 |     0 | 73401 |     - |  44M|   0 | 493 | 500 |7858 | 500 |1987 |6439 |   0 |   0 |-1.489609e+02 |-4.400000e+01 |  70.46%
27.19/27.28	c  27.3s|     1 |     0 | 73662 |     - |  44M|   0 | 498 | 500 |7858 | 500 |1995 |6447 |   0 |   0 |-1.488877e+02 |-4.400000e+01 |  70.45%
27.59/27.62	c  27.6s|     1 |     0 | 73892 |     - |  44M|   0 | 496 | 500 |7858 | 500 |2003 |6455 |   0 |   0 |-1.488167e+02 |-4.400000e+01 |  70.43%
27.89/27.95	c  27.9s|     1 |     0 | 74060 |     - |  44M|   0 | 497 | 500 |7858 | 500 |2011 |6463 |   0 |   0 |-1.487500e+02 |-4.400000e+01 |  70.42%
28.19/28.29	c  28.3s|     1 |     0 | 74306 |     - |  44M|   0 | 495 | 500 |7858 | 500 |2022 |6474 |   0 |   0 |-1.486587e+02 |-4.400000e+01 |  70.40%
28.60/28.69	c  28.7s|     1 |     0 | 74910 |     - |  44M|   0 | 496 | 500 |7858 | 500 |2032 |6484 |   0 |   0 |-1.484940e+02 |-4.400000e+01 |  70.37%
28.99/29.07	c  29.1s|     1 |     0 | 75329 |     - |  44M|   0 | 495 | 500 |7858 | 500 |2000 |6494 |   0 |   0 |-1.484043e+02 |-4.400000e+01 |  70.35%
29.39/29.41	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
29.39/29.41	c  29.4s|     1 |     0 | 75649 |     - |  44M|   0 | 497 | 500 |7858 | 500 |2011 |6505 |   0 |   0 |-1.483311e+02 |-4.400000e+01 |  70.34%
29.70/29.78	c  29.8s|     1 |     0 | 76167 |     - |  44M|   0 | 496 | 500 |7858 | 500 |2025 |6519 |   0 |   0 |-1.482166e+02 |-4.400000e+01 |  70.31%
30.09/30.11	c  30.1s|     1 |     0 | 76413 |     - |  44M|   0 | 497 | 500 |7858 | 500 |2035 |6529 |   0 |   0 |-1.481661e+02 |-4.400000e+01 |  70.30%
30.39/30.47	c  30.5s|     1 |     0 | 76805 |     - |  44M|   0 | 497 | 500 |7858 | 500 |2045 |6539 |   0 |   0 |-1.480948e+02 |-4.400000e+01 |  70.29%
30.70/30.78	c  30.8s|     1 |     0 | 76945 |     - |  44M|   0 | 496 | 500 |7858 | 500 |2053 |6547 |   0 |   0 |-1.480706e+02 |-4.400000e+01 |  70.28%
31.09/31.15	c  31.1s|     1 |     0 | 77461 |     - |  43M|   0 | 498 | 500 |7858 | 500 |2032 |6560 |   0 |   0 |-1.480113e+02 |-4.400000e+01 |  70.27%
31.39/31.46	c  31.5s|     1 |     0 | 77661 |     - |  43M|   0 | 498 | 500 |7858 | 500 |2042 |6570 |   0 |   0 |-1.479804e+02 |-4.400000e+01 |  70.27%
31.69/31.79	c  31.8s|     1 |     0 | 77855 |     - |  43M|   0 | 497 | 500 |7858 | 500 |2048 |6576 |   0 |   0 |-1.479273e+02 |-4.400000e+01 |  70.26%
32.10/32.14	c  32.1s|     1 |     0 | 78196 |     - |  43M|   0 | 498 | 500 |7858 | 500 |2058 |6586 |   0 |   0 |-1.478674e+02 |-4.400000e+01 |  70.24%
32.49/32.52	c  32.5s|     1 |     0 | 78822 |     - |  42M|   0 | 496 | 500 |7858 | 500 |2069 |6597 |   0 |   0 |-1.478195e+02 |-4.400000e+01 |  70.23%
32.79/32.85	c  32.9s|     1 |     0 | 79139 |     - |  42M|   0 | 497 | 500 |7858 | 500 |2078 |6606 |   0 |   0 |-1.477822e+02 |-4.400000e+01 |  70.23%
33.19/33.24	c  33.2s|     1 |     0 | 79827 |     - |  42M|   0 | 499 | 500 |7858 | 500 |2030 |6617 |   0 |   0 |-1.477321e+02 |-4.400000e+01 |  70.22%
33.59/33.60	c  33.6s|     1 |     0 | 80286 |     - |  42M|   0 | 496 | 500 |7858 | 500 |2039 |6626 |   0 |   0 |-1.476767e+02 |-4.400000e+01 |  70.21%
33.89/33.91	c  33.9s|     1 |     0 | 80559 |     - |  42M|   0 | 498 | 500 |7858 | 500 |2054 |6641 |   0 |   0 |-1.476458e+02 |-4.400000e+01 |  70.20%
34.19/34.22	c  34.2s|     1 |     0 | 80824 |     - |  41M|   0 | 497 | 500 |7858 | 500 |2066 |6653 |   0 |   0 |-1.476142e+02 |-4.400000e+01 |  70.19%
34.49/34.53	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
34.49/34.53	c  34.5s|     1 |     0 | 81042 |     - |  41M|   0 | 496 | 500 |7858 | 500 |2076 |6663 |   0 |   0 |-1.475962e+02 |-4.400000e+01 |  70.19%
34.79/34.83	c  34.8s|     1 |     0 | 81281 |     - |  41M|   0 | 494 | 500 |7858 | 500 |2087 |6674 |   0 |   0 |-1.475762e+02 |-4.400000e+01 |  70.18%
35.09/35.13	c  35.1s|     1 |     0 | 81519 |     - |  41M|   0 | 498 | 500 |7858 | 500 |2055 |6684 |   0 |   0 |-1.475586e+02 |-4.400000e+01 |  70.18%
35.39/35.41	c  35.4s|     1 |     0 | 81605 |     - |  41M|   0 | 496 | 500 |7858 | 500 |2061 |6690 |   0 |   0 |-1.475561e+02 |-4.400000e+01 |  70.18%
35.59/35.69	c  35.7s|     1 |     0 | 81710 |     - |  41M|   0 | 496 | 500 |7858 | 500 |2069 |6698 |   0 |   0 |-1.475487e+02 |-4.400000e+01 |  70.18%
35.90/35.99	c  36.0s|     1 |     0 | 81886 |     - |  41M|   0 | 497 | 500 |7858 | 500 |2079 |6708 |   0 |   0 |-1.475414e+02 |-4.400000e+01 |  70.18%
36.20/36.29	c  36.3s|     1 |     0 | 82146 |     - |  41M|   0 | 498 | 500 |7858 | 500 |2090 |6719 |   0 |   0 |-1.475315e+02 |-4.400000e+01 |  70.18%
36.49/36.58	c  36.6s|     1 |     0 | 82324 |     - |  40M|   0 | 499 | 500 |7858 | 500 |2100 |6729 |   0 |   0 |-1.475203e+02 |-4.400000e+01 |  70.17%
36.80/36.89	c  36.9s|     1 |     0 | 82605 |     - |  40M|   0 | 499 | 500 |7858 | 500 |2027 |6738 |   0 |   0 |-1.475125e+02 |-4.400000e+01 |  70.17%
37.09/37.18	c  37.2s|     1 |     0 | 82909 |     - |  40M|   0 | 499 | 500 |7858 | 500 |2032 |6743 |   0 |   0 |-1.475072e+02 |-4.400000e+01 |  70.17%
37.39/37.45	c  37.5s|     1 |     0 | 83050 |     - |  40M|   0 | 500 | 500 |7858 | 500 |2037 |6748 |   0 |   0 |-1.475051e+02 |-4.400000e+01 |  70.17%
37.69/37.72	c  37.7s|     1 |     0 | 83182 |     - |  40M|   0 | 499 | 500 |7858 | 500 |2041 |6752 |   0 |   0 |-1.475029e+02 |-4.400000e+01 |  70.17%
37.89/37.99	c  38.0s|     1 |     0 | 83257 |     - |  40M|   0 | 500 | 500 |7858 | 500 |2046 |6757 |   0 |   0 |-1.475017e+02 |-4.400000e+01 |  70.17%
38.20/38.25	c  38.2s|     1 |     0 | 83294 |     - |  40M|   0 | 449 | 500 |7858 | 500 |2051 |6762 |   0 |   0 |-1.475000e+02 |-4.400000e+01 |  70.17%
38.40/38.48	c  38.5s|     1 |     0 | 83295 |     - |  40M|   0 | 453 | 500 |7858 | 500 |2020 |6768 |   0 |   0 |-1.475000e+02 |-4.400000e+01 |  70.17%
43.59/43.67	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
43.59/43.67	c  43.7s|     1 |     2 | 83295 |     - |  40M|   0 | 453 | 500 |7858 | 500 |2020 |6768 |   0 |  41 |-1.475000e+02 |-4.400000e+01 |  70.17%
194.80/194.89	c   195s| 10000 | 10001 |  2054k| 197.2 |  77M|  42 | 101 | 500 |7858 | 500 | 595 | 553k|   0 |2640 |-1.428011e+02 |-4.400000e+01 |  69.19%
275.80/275.88	c   276s| 20000 | 20001 |  3313k| 161.5 | 111M|  57 |  18 | 500 |7858 | 500 | 500 |1075k|   0 |3977 |-1.421430e+02 |-4.400000e+01 |  69.05%
353.70/353.70	c   354s| 30000 | 30001 |  4533k| 148.4 | 144M|  57 |  73 | 500 |7858 | 500 | 558 |1600k|   0 |5343 |-1.417416e+02 |-4.400000e+01 |  68.96%
424.10/424.14	c   424s| 40000 | 40001 |  5688k| 140.1 | 177M|  58 |  63 | 500 |7858 | 500 | 500 |2133k|   0 |6353 |-1.414649e+02 |-4.400000e+01 |  68.90%
491.40/491.47	c   491s| 50000 | 50001 |  6803k| 134.4 | 208M|  59 | 122 | 500 |7858 | 500 | 664 |2681k|   0 |7289 |-1.412719e+02 |-4.400000e+01 |  68.85%
556.31/556.37	c   556s| 60000 | 60001 |  7880k| 130.0 | 239M|  62 | 101 | 500 |7858 | 500 | 609 |3202k|   0 |8107 |-1.411098e+02 |-4.400000e+01 |  68.82%
620.00/620.09	c   620s| 70000 | 70001 |  8943k| 126.6 | 271M|  66 | 112 | 500 |7858 | 500 | 571 |3726k|   0 |8797 |-1.409686e+02 |-4.400000e+01 |  68.79%
682.61/682.62	c   683s| 80000 | 80001 |  9987k| 123.8 | 302M|  66 |  31 | 500 |7858 | 500 | 565 |4247k|   0 |9438 |-1.408519e+02 |-4.400000e+01 |  68.76%
746.31/746.35	c   746s| 90000 | 90001 | 11054k| 121.9 | 334M|  66 |  32 | 500 |7858 | 500 | 500 |4765k|   0 |9963 |-1.407337e+02 |-4.400000e+01 |  68.74%
804.32/804.33	c   804s|100000 |100001 | 12043k| 119.6 | 364M|  66 | 123 | 500 |7858 | 500 | 605 |5275k|   0 |  10k|-1.406205e+02 |-4.400000e+01 |  68.71%
865.63/865.63	c   866s|110000 |110001 | 13073k| 118.1 | 395M|  66 | 140 | 500 |7858 | 500 | 563 |5779k|   0 |  11k|-1.405150e+02 |-4.400000e+01 |  68.69%
925.22/925.28	c   925s|120000 |120001 | 14087k| 116.7 | 426M|  66 |  28 | 500 |7858 | 500 | 600 |6284k|   0 |  11k|-1.404064e+02 |-4.400000e+01 |  68.66%
986.82/986.83	c   987s|130000 |130001 | 15127k| 115.7 | 457M|  67 |  40 | 500 |7858 | 500 | 562 |6796k|   0 |  12k|-1.402831e+02 |-4.400000e+01 |  68.63%
1044.62/1044.66	c  1045s|140000 |140001 | 16123k| 114.6 | 488M|  68 |  38 | 500 |7858 | 500 | 561 |7311k|   0 |  12k|-1.402041e+02 |-4.400000e+01 |  68.62%
1106.53/1106.53	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1106.53/1106.53	c  1107s|150000 |150001 | 17166k| 113.9 | 518M|  68 | 139 | 500 |7858 | 500 | 566 |7805k|   0 |  13k|-1.401065e+02 |-4.400000e+01 |  68.60%
1165.63/1165.65	c  1166s|160000 |160001 | 18175k| 113.1 | 549M|  68 |   6 | 500 |7858 | 500 | 597 |8301k|   0 |  13k|-1.400251e+02 |-4.400000e+01 |  68.58%
1223.73/1223.73	c  1224s|170000 |170001 | 19174k| 112.3 | 579M|  68 | 133 | 500 |7858 | 500 | 562 |8799k|   0 |  14k|-1.399572e+02 |-4.400000e+01 |  68.56%
1283.03/1283.00	c  1283s|180000 |180001 | 20188k| 111.7 | 610M|  68 |   5 | 500 |7858 | 500 | 582 |9304k|   0 |  14k|-1.398754e+02 |-4.400000e+01 |  68.54%
1341.93/1341.96	c  1342s|190000 |190001 | 21199k| 111.1 | 641M|  68 | 199 | 500 |7858 | 500 | 564 |9816k|   0 |  15k|-1.398083e+02 |-4.400000e+01 |  68.53%
1400.73/1400.73	c  1401s|200000 |200001 | 22204k| 110.6 | 671M|  68 | 150 | 500 |7858 | 500 | 727 |  10M|   0 |  15k|-1.397419e+02 |-4.400000e+01 |  68.51%
1454.73/1454.73	c  1455s|210000 |210001 | 23150k| 109.8 | 700M|  72 |  69 | 500 |7858 | 500 | 500 |  10M|   0 |  15k|-1.396884e+02 |-4.400000e+01 |  68.50%
1484.33/1484.32	o -46
1484.33/1484.32	c C1484s|215462 |215463 | 23657k| 109.4 | 716M|  72 |  28 | 500 |7858 | 500 | 500 |  11M|   0 |  16k|-1.396487e+02 |-4.600000e+01 |  67.06%
1487.33/1487.39	o -49
1487.33/1487.39	c C1487s|216062 |216063 | 23709k| 109.4 | 718M|  72 | 185 | 500 |7858 | 500 | 762 |  11M|   0 |  16k|-1.396466e+02 |-4.900000e+01 |  64.91%
1507.54/1507.54	c  1508s|220000 |220001 | 24057k| 109.0 | 730M|  72 |  67 | 500 |7858 | 500 | 629 |  11M|   0 |  16k|-1.396194e+02 |-4.900000e+01 |  64.90%
1553.73/1553.75	o -53
1553.73/1553.75	c p1554s|228411 |228412 | 24860k| 108.5 | 755M|  72 |   - | 500 |7858 | 500 | 686 |  11M|   0 |  16k|-1.395790e+02 |-5.300000e+01 |  62.03%
1553.73/1553.75	o -60
1553.73/1553.75	c p1554s|228411 |228412 | 24860k| 108.5 | 755M|  72 |   - | 500 |7858 | 500 | 686 |  11M|   0 |  16k|-1.395790e+02 |-6.000000e+01 |  57.01%
1562.13/1562.15	c  1562s|230000 |230001 | 25006k| 108.4 | 759M|  72 |  45 | 500 |7858 | 500 | 563 |  11M|   0 |  16k|-1.395715e+02 |-6.000000e+01 |  57.01%
1611.84/1611.89	c  1612s|240000 |240001 | 25877k| 107.5 | 788M|  72 |  42 | 500 |7858 | 500 | 563 |  12M|   0 |  17k|-1.395140e+02 |-6.000000e+01 |  56.99%
1664.43/1664.45	c  1664s|250000 |250001 | 26794k| 106.8 | 817M|  72 | 111 | 500 |7858 | 500 | 598 |  12M|   0 |  17k|-1.394567e+02 |-6.000000e+01 |  56.98%
1713.04/1713.02	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1713.04/1713.02	c  1713s|260000 |260001 | 27638k| 106.0 | 845M|  81 | 163 | 500 |7858 | 500 | 734 |  13M|   0 |  17k|-1.394233e+02 |-6.000000e+01 |  56.97%
1757.34/1757.38	c  1757s|270000 |269991 | 28429k| 105.0 | 872M|  81 |  19 | 500 |7858 | 500 | 601 |  13M|   0 |  18k|-1.393908e+02 |-6.000000e+01 |  56.96%
1797.04/1797.00	c 
1797.04/1797.00	c SCIP Status        : solving was interrupted [time limit reached]
1797.04/1797.00	c Solving Time (sec) : 1797.00
1797.04/1797.00	c Solving Nodes      : 278661
1797.04/1797.00	c Primal Bound       : -6.00000000000000e+01 (876 solutions)
1797.04/1797.00	c Dual Bound         : -1.39361955526737e+02
1797.04/1797.00	c Gap                : 56.95 %
1797.04/1797.01	s SATISFIABLE
1797.04/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.04/1797.01	v x478 -x477 x476 -x475 -x474 -x473 -x472 x471 -x470 -x469 -x468 -x467 -x466 -x465 x464 x463 -x462 -x461 -x460 -x459 -x458 -x457 
1797.04/1797.01	v -x456 -x455 -x454 -x453 -x452 -x451 x450 -x449 -x448 -x447 x446 -x445 -x444 -x443 -x442 -x441 -x440 x439 -x438 -x437 -x436 
1797.04/1797.01	v -x435 -x434 -x433 -x432 x431 -x430 -x429 -x428 -x427 -x426 -x425 x424 -x423 -x422 x421 -x420 -x419 -x418 -x417 x416 x415 -x414 
1797.04/1797.01	v x413 -x412 -x411 -x410 -x409 x408 -x407 x406 x405 -x404 -x403 -x402 -x401 x400 -x399 -x398 x397 -x396 -x395 -x394 -x393 
1797.04/1797.01	v -x392 -x391 x390 -x389 -x388 -x387 -x386 -x385 -x384 x383 -x382 -x381 -x380 -x379 -x378 -x377 -x376 -x375 -x374 -x373 -x372 -x371 
1797.04/1797.01	v -x370 -x369 -x368 -x367 -x366 -x365 -x364 -x363 -x362 -x361 -x360 -x359 -x358 -x357 -x356 -x355 -x354 -x353 -x352 -x351 
1797.04/1797.01	v x350 -x349 x348 -x347 -x346 -x345 -x344 -x343 -x342 -x341 -x340 -x339 -x338 -x337 -x336 -x335 -x334 -x333 x332 -x331 -x330 -x329 
1797.04/1797.01	v x328 -x327 -x326 -x325 -x324 x323 -x322 -x321 -x320 -x319 x318 -x317 -x316 -x315 -x314 -x313 -x312 -x311 -x310 -x309 -x308 
1797.04/1797.01	v -x307 -x306 -x305 x304 x303 -x302 -x301 -x300 -x299 -x298 x297 -x296 -x295 -x294 -x293 -x292 -x291 -x290 x289 -x288 -x287 -x286 
1797.04/1797.01	v -x285 x284 -x283 -x282 -x281 -x280 -x279 -x278 -x277 -x276 -x275 -x274 -x273 x272 -x271 -x270 -x269 -x268 -x267 -x266 -x265 
1797.04/1797.01	v -x264 -x263 -x262 -x261 -x260 -x259 x258 -x257 -x256 -x255 -x254 -x253 -x252 -x251 -x250 -x249 -x248 -x247 -x246 -x245 -x244 
1797.04/1797.01	v -x243 -x242 -x241 -x240 -x239 -x238 x237 -x236 -x235 -x234 -x233 -x232 -x231 -x230 x229 -x228 -x227 -x226 -x225 -x224 -x223 
1797.04/1797.01	v -x222 -x221 -x220 -x219 -x218 -x217 -x216 -x215 -x214 -x213 -x212 -x211 -x210 -x209 -x208 -x207 -x206 -x205 -x204 -x203 -x202 
1797.04/1797.01	v -x201 -x200 -x199 -x198 -x197 x196 -x195 -x194 -x193 -x192 -x191 -x190 -x189 -x188 -x187 -x186 -x185 -x184 -x183 -x182 -x181 
1797.04/1797.01	v -x180 x179 -x178 -x177 -x176 -x175 -x174 -x173 -x172 -x171 x170 -x169 -x168 -x167 -x166 -x165 -x164 -x163 -x162 -x161 -x160 
1797.04/1797.01	v -x159 x158 -x157 -x156 -x155 -x154 -x153 -x152 -x151 -x150 -x149 -x148 -x147 x146 -x145 -x144 -x143 -x142 -x141 -x140 -x139 
1797.04/1797.01	v x138 -x137 x136 -x135 -x134 -x133 -x132 -x131 -x130 -x129 -x128 -x127 -x126 -x125 -x124 -x123 -x122 -x121 -x120 x119 -x118 
1797.04/1797.01	v -x117 -x116 -x115 -x114 -x113 -x112 -x111 -x110 -x109 -x108 -x107 -x106 -x105 -x104 -x103 -x102 -x101 -x100 x99 -x98 -x97 -x96 
1797.04/1797.01	v -x95 -x94 -x93 x92 -x91 -x90 x89 -x88 -x87 -x86 -x85 -x84 x83 -x82 -x81 -x80 -x79 -x78 x77 -x76 -x75 -x74 -x73 x72 -x71 -x70 
1797.04/1797.01	v -x69 -x68 -x67 -x66 -x65 -x64 -x63 -x62 -x61 -x60 -x59 -x58 -x57 x56 -x55 -x54 -x53 -x52 -x51 -x50 -x49 x48 -x47 x46 -x45 -x44 
1797.04/1797.01	v -x43 -x42 -x41 -x40 -x39 -x38 -x37 -x36 -x35 -x34 -x33 -x32 -x31 -x30 -x29 -x28 -x27 -x26 -x25 -x24 -x23 -x22 x21 -x20 x19 
1797.04/1797.01	v -x18 -x17 x16 x15 -x14 -x13 -x12 -x11 x10 -x9 -x8 -x7 -x6 -x5 -x4 -x3 -x2 -x1 
1797.04/1797.01	c SCIP Status        : solving was interrupted [time limit reached]
1797.04/1797.01	c Total Time         :    1797.00
1797.04/1797.01	c   solving          :    1797.00
1797.04/1797.01	c   presolving       :       0.13 (included in solving)
1797.04/1797.01	c   reading          :       0.04 (included in solving)
1797.04/1797.01	c Original Problem   :
1797.04/1797.01	c   Problem name     : HOME/instance-3488587-1307783612.opb
1797.04/1797.01	c   Variables        : 8358 (8358 binary, 0 integer, 0 implicit integer, 0 continuous)
1797.04/1797.01	c   Constraints      : 8858 initial, 8858 maximal
1797.04/1797.01	c Presolved Problem  :
1797.04/1797.01	c   Problem name     : t_HOME/instance-3488587-1307783612.opb
1797.04/1797.01	c   Variables        : 500 (500 binary, 0 integer, 0 implicit integer, 0 continuous)
1797.04/1797.01	c   Constraints      : 7858 initial, 7858 maximal
1797.04/1797.01	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1797.04/1797.01	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
1797.04/1797.01	c   dualfix          :       0.00          0          0          0          0          0          0          0          0          0
1797.04/1797.01	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1797.04/1797.01	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1797.04/1797.01	c   pseudoobj        :       0.00          0          0          0          0          0          0          0          0          0
1797.04/1797.01	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1797.04/1797.01	c   probing          :       0.04          0          0          0          0          0          0          0          0          0
1797.04/1797.01	c   setppc           :       0.01          0          0          0          0          0          0          0          0          0
1797.04/1797.01	c   and              :       0.05          0          0          0          0          0          0          0          0          0
1797.04/1797.01	c   linear           :       0.02       7858          0          0       7858          0        500          0          0          0
1797.04/1797.01	c   pseudoboolean    :       0.00          0          0          0          0          0        500          0          0          0
1797.04/1797.01	c   root node        :          -          0          -          -          0          -          -          -          -          -
1797.04/1797.01	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1797.04/1797.01	c   integral         :          0          0          0     352565          0     372572          0          0          0          0          0     557310
1797.04/1797.01	c   setppc           :       7858        132     756501      73910          0     372568          0          0    3764568   14031235          0          0
1797.04/1797.01	c   countsols        :          0          0          0          0          0        878          0          0          0          0          0          0
1797.04/1797.01	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1797.04/1797.01	c   integral         :      89.12       0.00       0.00      89.02       0.00       0.10       0.00
1797.04/1797.01	c   setppc           :      60.00       0.22      24.65      11.51       0.00      23.61       0.00
1797.04/1797.01	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1797.04/1797.01	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1797.04/1797.01	c   vbounds          :          0          0          0          0
1797.04/1797.01	c   rootredcost      :          4          0          0          0
1797.04/1797.01	c   pseudoobj        :     759956          0          0          0
1797.04/1797.01	c Propagator Timings :  TotalTime  Propagate    Resprop
1797.04/1797.01	c   vbounds          :       0.14       0.14       0.00
1797.04/1797.01	c   rootredcost      :       0.14       0.14       0.00
1797.04/1797.01	c   pseudoobj        :       6.54       6.54       0.00
1797.04/1797.01	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1797.04/1797.01	c   propagation      :       0.00          0          0          0        0.0          0        0.0          -
1797.04/1797.01	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1797.04/1797.01	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1797.04/1797.01	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1797.04/1797.01	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1797.04/1797.01	c   applied globally :          -          -          -          0        0.0          -          -          -
1797.04/1797.01	c   applied locally  :          -          -          -          0        0.0          -          -          -
1797.04/1797.01	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1797.04/1797.01	c   cut pool         :       0.29        131          -          -       1446          -    (maximal pool size: 7546)
1797.04/1797.01	c   redcost          :       3.94     352696          0          0          0          0
1797.04/1797.01	c   impliedbounds    :       0.05        132          0          0       8973          0
1797.04/1797.01	c   intobj           :       0.00          0          0          0          0          0
1797.04/1797.01	c   gomory           :      22.07        132          0          0      29012          0
1797.04/1797.01	c   cgmip            :       0.00          0          0          0          0          0
1797.04/1797.01	c   closecuts        :       0.00          0          0          0          0          0
1797.04/1797.01	c   strongcg         :       0.57         20          0          0      10000          0
1797.04/1797.01	c   cmir             :       0.18         10          0          0          0          0
1797.04/1797.01	c   flowcover        :       0.13         10          0          0          0          0
1797.04/1797.01	c   clique           :       1.10        132          0          0       1138          0
1797.04/1797.01	c   zerohalf         :       0.00          0          0          0          0          0
1797.04/1797.01	c   mcf              :       0.00          1          0          0          0          0
1797.04/1797.01	c   oddcycle         :       0.00          0          0          0          0          0
1797.04/1797.01	c   rapidlearning    :       0.08          1          0          0          0          0
1797.04/1797.01	c Pricers            :       Time      Calls       Vars
1797.04/1797.01	c   problem variables:       0.00          0          0
1797.04/1797.01	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1797.04/1797.01	c   relpscost        :      88.84     278655          0          0          0          0     557310
1797.04/1797.01	c   pscost           :       0.00          0          0          0          0          0          0
1797.04/1797.01	c   inference        :       0.00          0          0          0          0          0          0
1797.04/1797.01	c   mostinf          :       0.00          0          0          0          0          0          0
1797.04/1797.01	c   leastinf         :       0.00          0          0          0          0          0          0
1797.04/1797.01	c   fullstrong       :       0.00          0          0          0          0          0          0
1797.04/1797.01	c   allfullstrong    :       0.00          0          0          0          0          0          0
1797.04/1797.01	c   random           :       0.00          0          0          0          0          0          0
1797.04/1797.01	c Primal Heuristics  :       Time      Calls      Found
1797.04/1797.01	c   LP solutions     :       0.00          -          0
1797.04/1797.01	c   pseudo solutions :       0.00          -          0
1797.04/1797.01	c   oneopt           :       0.13          4          0
1797.04/1797.01	c   crossover        :       1.50         28         21
1797.04/1797.01	c   pscostdiving     :      22.91       5312         92
1797.04/1797.01	c   linesearchdiving :      22.37       5312         39
1797.04/1797.01	c   veclendiving     :      36.28       5312         96
1797.04/1797.01	c   guideddiving     :      21.71       5312         52
1797.04/1797.01	c   coefdiving       :      23.13       5313        127
1797.04/1797.01	c   objpscostdiving  :      16.58       2657         33
1797.04/1797.01	c   rootsoldiving    :      15.19       2657         11
1797.04/1797.01	c   trivial          :       0.01          2          1
1797.04/1797.01	c   shiftandpropagate:       0.00          0          0
1797.04/1797.01	c   simplerounding   :      12.76     278786        360
1797.04/1797.01	c   zirounding       :       0.19       1000          0
1797.04/1797.01	c   rounding         :      14.77      25277          1
1797.04/1797.01	c   shifting         :       4.90       7511          1
1797.04/1797.01	c   intshifting      :       0.01          0          0
1797.04/1797.01	c   twoopt           :       0.00          0          0
1797.04/1797.01	c   fixandinfer      :       0.00          0          0
1797.04/1797.01	c   feaspump         :       0.01          0          0
1797.04/1797.01	c   clique           :       0.00          0          0
1797.04/1797.01	c   fracdiving       :      21.18       5313         41
1797.04/1797.01	c   intdiving        :       0.00          0          0
1797.04/1797.01	c   actconsdiving    :       0.00          0          0
1797.04/1797.01	c   octane           :       0.00          0          0
1797.04/1797.01	c   rens             :       0.02          0          0
1797.04/1797.01	c   rins             :       0.00          0          0
1797.04/1797.01	c   localbranching   :       0.00          0          0
1797.04/1797.01	c   mutation         :       0.00          0          0
1797.04/1797.01	c   dins             :       0.00          0          0
1797.04/1797.01	c   vbounds          :       0.00          0          0
1797.04/1797.01	c   undercover       :       0.01          1          0
1797.04/1797.01	c   subnlp           :       0.04          0          0
1797.04/1797.01	c   trysol           :       0.08          0          0
1797.04/1797.01	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1797.04/1797.01	c   primal LP        :      18.31          0          0       0.00       0.00
1797.04/1797.01	c   dual LP          :    1327.14     352701   26728828      75.78   20140.13
1797.04/1797.01	c   lex dual LP      :       0.00          0          0       0.00          -
1797.04/1797.01	c   barrier LP       :       0.00          0          0       0.00          -
1797.04/1797.01	c   diving/probing LP:     126.85     174924    2401642      13.73   18933.11
1797.04/1797.01	c   strong branching :      81.93      18366    1239922      67.51   15134.46
1797.04/1797.01	c     (at root node) :          -         41      36599     892.66          -
1797.04/1797.01	c   conflict analysis:       0.00          0          0       0.00          -
1797.04/1797.01	c B&B Tree           :
1797.04/1797.01	c   number of runs   :          1
1797.04/1797.01	c   nodes            :     278661
1797.04/1797.01	c   nodes (total)    :     278661
1797.04/1797.01	c   nodes left       :     278650
1797.04/1797.01	c   max depth        :         81
1797.04/1797.01	c   max depth (total):         81
1797.04/1797.01	c   backtracks       :      37221 (13.4%)
1797.04/1797.01	c   delayed cutoffs  :          0
1797.04/1797.01	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1797.04/1797.01	c   avg switch length:       4.17
1797.04/1797.01	c   switching time   :      45.64
1797.04/1797.01	c Solution           :
1797.04/1797.01	c   Solutions found  :        876 (8 improvements)
1797.04/1797.01	c   First Solution   : +0.00000000000000e+00   (in run 1, after 0 nodes, 0.07 seconds, depth 0, found by <trivial>)
1797.04/1797.01	c   Primal Bound     : -6.00000000000000e+01   (in run 1, after 228411 nodes, 1553.75 seconds, depth 61, found by <pscostdiving>)
1797.04/1797.01	c   Dual Bound       : -1.39361955526737e+02
1797.04/1797.01	c   Gap              :      56.95 %
1797.04/1797.01	c   Root Dual Bound  : -1.47500000000000e+02
1797.04/1797.01	c   Root Iterations  :      83295
1797.94/1797.96	c Time complete: 1798.01.

Verifier Data

OK	-60

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-3488587-1307783612/watcher-3488587-1307783612 -o /tmp/evaluation-result-3488587-1307783612/solver-3488587-1307783612 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3488587-1307783612.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.94 3/177 26083
/proc/meminfo: memFree=31344308/32951124 swapFree=67053176/67111528
[pid=26083] ppid=26081 vsize=12696 CPUtime=0 cores=1,3,5,7
/proc/26083/stat : 26083 (scip-2.0.1.4b_2) R 26081 26083 19126 0 -1 4202496 2155 0 0 0 0 0 0 0 25 0 1 0 889958882 13000704 2109 33554432000 4194304 9016284 140733473872032 18446744073709551615 6813403 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/26083/statm: 3174 2113 353 1178 0 1992 0

[startup+0.0223541 s]
/proc/loadavg: 1.93 1.98 1.94 3/177 26083
/proc/meminfo: memFree=31344308/32951124 swapFree=67053176/67111528
[pid=26083] ppid=26081 vsize=20152 CPUtime=0.02 cores=1,3,5,7
/proc/26083/stat : 26083 (scip-2.0.1.4b_2) R 26081 26083 19126 0 -1 4202496 4041 0 0 0 2 0 0 0 25 0 1 0 889958882 20635648 3995 33554432000 4194304 9016284 140733473872032 18446744073709551615 5374799 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/26083/statm: 5038 3995 380 1178 0 3856 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 20152

[startup+0.100351 s]
/proc/loadavg: 1.93 1.98 1.94 3/177 26083
/proc/meminfo: memFree=31344308/32951124 swapFree=67053176/67111528
[pid=26083] ppid=26081 vsize=44920 CPUtime=0.09 cores=1,3,5,7
/proc/26083/stat : 26083 (scip-2.0.1.4b_2) R 26081 26083 19126 0 -1 4202496 9908 0 0 0 9 0 0 0 25 0 1 0 889958882 45998080 9862 33554432000 4194304 9016284 140733473872032 18446744073709551615 7870478 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/26083/statm: 11230 9862 480 1178 0 10048 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 44920

[startup+0.300302 s]
/proc/loadavg: 1.93 1.98 1.94 3/177 26083
/proc/meminfo: memFree=31344308/32951124 swapFree=67053176/67111528
[pid=26083] ppid=26081 vsize=69332 CPUtime=0.29 cores=1,3,5,7
/proc/26083/stat : 26083 (scip-2.0.1.4b_2) R 26081 26083 19126 0 -1 4202496 16837 0 0 0 28 1 0 0 25 0 1 0 889958882 70995968 15910 33554432000 4194304 9016284 140733473872032 18446744073709551615 7933303 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/26083/statm: 16980 15558 644 1178 0 15798 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 69332

[startup+0.700228 s]
/proc/loadavg: 1.93 1.98 1.94 3/177 26083
/proc/meminfo: memFree=31344308/32951124 swapFree=67053176/67111528
[pid=26083] ppid=26081 vsize=62628 CPUtime=0.69 cores=1,3,5,7
/proc/26083/stat : 26083 (scip-2.0.1.4b_2) R 26081 26083 19126 0 -1 4202496 23002 0 0 0 66 3 0 0 25 0 1 0 889958882 64131072 14413 33554432000 4194304 9016284 140733473872032 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/26083/statm: 15657 14413 688 1178 0 14475 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 62628

[startup+1.50108 s]
/proc/loadavg: 1.93 1.98 1.94 3/178 26084
/proc/meminfo: memFree=31286920/32951124 swapFree=67053176/67111528
[pid=26083] ppid=26081 vsize=68596 CPUtime=1.49 cores=1,3,5,7
/proc/26083/stat : 26083 (scip-2.0.1.4b_2) R 26081 26083 19126 0 -1 4202496 24521 0 0 0 145 4 0 0 25 0 1 0 889958882 70242304 15932 33554432000 4194304 9016284 140733473872032 18446744073709551615 6270508 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/26083/statm: 17149 15932 691 1178 0 15967 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 68596

[startup+3.1008 s]
/proc/loadavg: 1.93 1.98 1.94 3/178 26084
/proc/meminfo: memFree=31278696/32951124 swapFree=67053176/67111528
[pid=26083] ppid=26081 vsize=76936 CPUtime=3.09 cores=1,3,5,7
/proc/26083/stat : 26083 (scip-2.0.1.4b_2) R 26081 26083 19126 0 -1 4202496 26842 0 0 0 302 7 0 0 25 0 1 0 889958882 78782464 18144 33554432000 4194304 9016284 140733473872032 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/26083/statm: 19234 18144 727 1178 0 18052 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 76936

[startup+6.30021 s]
/proc/loadavg: 2.01 2.00 1.94 3/178 26085
/proc/meminfo: memFree=31265064/32951124 swapFree=67053176/67111528
[pid=26083] ppid=26081 vsize=87060 CPUtime=6.29 cores=1,3,5,7
/proc/26083/stat : 26083 (scip-2.0.1.4b_2) R 26081 26083 19126 0 -1 4202496 29456 0 0 0 613 16 0 0 25 0 1 0 889958882 89149440 20665 33554432000 4194304 9016284 140733473872032 18446744073709551615 7214028 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/26083/statm: 21765 20665 744 1178 0 20583 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 87060

[startup+12.7011 s]
/proc/loadavg: 2.01 2.00 1.94 3/178 26085
/proc/meminfo: memFree=31248356/32951124 swapFree=67053176/67111528
[pid=26083] ppid=26081 vsize=103244 CPUtime=12.69 cores=1,3,5,7
/proc/26083/stat : 26083 (scip-2.0.1.4b_2) R 26081 26083 19126 0 -1 4202496 33494 0 0 0 1237 32 0 0 25 0 1 0 889958882 105721856 24589 33554432000 4194304 9016284 140733473872032 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/26083/statm: 25811 24589 702 1178 0 24629 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 103244

[startup+25.5008 s]
/proc/loadavg: 2.01 2.00 1.94 3/178 26085
/proc/meminfo: memFree=31248760/32951124 swapFree=67053176/67111528
[pid=26083] ppid=26081 vsize=103608 CPUtime=25.49 cores=1,3,5,7
/proc/26083/stat : 26083 (scip-2.0.1.4b_2) R 26081 26083 19126 0 -1 4202496 33502 0 0 0 2495 54 0 0 25 0 1 0 889958882 106094592 24589 33554432000 4194304 9016284 140733473872032 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/26083/statm: 25902 24589 694 1178 0 24720 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 103608

[startup+51.1001 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 26086
/proc/meminfo: memFree=31249296/32951124 swapFree=67053176/67111528
[pid=26083] ppid=26081 vsize=102404 CPUtime=51.09 cores=1,3,5,7
/proc/26083/stat : 26083 (scip-2.0.1.4b_2) R 26081 26083 19126 0 -1 4202496 35694 0 0 0 4984 125 0 0 25 0 1 0 889958882 104861696 24380 33554432000 4194304 9016284 140733473872032 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/26083/statm: 25601 24380 697 1178 0 24419 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 102404

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 26087
/proc/meminfo: memFree=31244612/32951124 swapFree=67053176/67111528
[pid=26083] ppid=26081 vsize=108024 CPUtime=102.3 cores=1,3,5,7
/proc/26083/stat : 26083 (scip-2.0.1.4b_2) R 26081 26083 19126 0 -1 4202496 50947 0 0 0 9795 435 0 0 25 0 1 0 889958882 110616576 25684 33554432000 4194304 9016284 140733473872032 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/26083/statm: 27006 25684 704 1178 0 25824 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 108024

[startup+162.301 s]
/proc/loadavg: 2.04 2.01 1.95 3/178 26089
/proc/meminfo: memFree=31229300/32951124 swapFree=67053176/67111528
[pid=26083] ppid=26081 vsize=123580 CPUtime=162.29 cores=1,3,5,7
/proc/26083/stat : 26083 (scip-2.0.1.4b_2) R 26081 26083 19126 0 -1 4202496 64270 0 0 0 15408 821 0 0 25 0 1 0 889958882 126545920 29531 33554432000 4194304 9016284 140733473872032 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/26083/statm: 30895 29531 704 1178 0 29713 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 123580

[startup+222.3 s]
/proc/loadavg: 2.01 2.01 1.95 3/178 26090
/proc/meminfo: memFree=31207564/32951124 swapFree=67053176/67111528
[pid=26083] ppid=26081 vsize=145252 CPUtime=222.3 cores=1,3,5,7
/proc/26083/stat : 26083 (scip-2.0.1.4b_2) R 26081 26083 19126 0 -1 4202496 83807 0 0 0 21009 1221 0 0 25 0 1 0 889958882 148738048 34891 33554432000 4194304 9016284 140733473872032 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/26083/statm: 36313 34891 704 1178 0 35131 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 145252

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 26092
/proc/meminfo: memFree=31180712/32951124 swapFree=67053176/67111528
[pid=26083] ppid=26081 vsize=172416 CPUtime=282.3 cores=1,3,5,7
/proc/26083/stat : 26083 (scip-2.0.1.4b_2) R 26081 26083 19126 0 -1 4202496 90603 0 0 0 26601 1629 0 0 25 0 1 0 889958882 176553984 41687 33554432000 4194304 9016284 140733473872032 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/26083/statm: 43104 41687 704 1178 0 41922 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 172416

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 26094
/proc/meminfo: memFree=31156972/32951124 swapFree=67053176/67111528
[pid=26083] ppid=26081 vsize=196824 CPUtime=342.3 cores=1,3,5,7
/proc/26083/stat : 26083 (scip-2.0.1.4b_2) R 26081 26083 19126 0 -1 4202496 111065 0 0 0 32179 2051 0 0 25 0 1 0 889958882 201547776 47779 33554432000 4194304 9016284 140733473872032 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/26083/statm: 49206 47779 704 1178 0 48024 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 196824

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 26095
/proc/meminfo: memFree=31127044/32951124 swapFree=67053176/67111528
[pid=26083] ppid=26081 vsize=225212 CPUtime=402.3 cores=1,3,5,7
/proc/26083/stat : 26083 (scip-2.0.1.4b_2) R 26081 26083 19126 0 -1 4202496 118261 0 0 0 37764 2466 0 0 25 0 1 0 889958882 230617088 54974 33554432000 4194304 9016284 140733473872032 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/26083/statm: 56303 54974 704 1178 0 55121 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 225212

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 26097
/proc/meminfo: memFree=31101680/32951124 swapFree=67053176/67111528
[pid=26083] ppid=26081 vsize=250712 CPUtime=462.3 cores=1,3,5,7
/proc/26083/stat : 26083 (scip-2.0.1.4b_2) R 26081 26083 19126 0 -1 4202496 124663 0 0 0 43345 2885 0 0 25 0 1 0 889958882 256729088 61376 33554432000 4194304 9016284 140733473872032 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/26083/statm: 62678 61376 704 1178 0 61496 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 250712

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 26098
/proc/meminfo: memFree=31069156/32951124 swapFree=67053176/67111528
[pid=26083] ppid=26081 vsize=282652 CPUtime=522.3 cores=1,3,5,7
/proc/26083/stat : 26083 (scip-2.0.1.4b_2) R 26081 26083 19126 0 -1 4202496 132732 0 0 0 48915 3315 0 0 25 0 1 0 889958882 289435648 69445 33554432000 4194304 9016284 140733473872032 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/26083/statm: 70663 69445 704 1178 0 69481 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 282652

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 26100
/proc/meminfo: memFree=31041448/32951124 swapFree=67053176/67111528
[pid=26083] ppid=26081 vsize=310800 CPUtime=582.31 cores=1,3,5,7
/proc/26083/stat : 26083 (scip-2.0.1.4b_2) R 26081 26083 19126 0 -1 4202496 139626 0 0 0 54470 3761 0 0 25 0 1 0 889958882 318259200 76339 33554432000 4194304 9016284 140733473872032 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/26083/statm: 77700 76339 704 1178 0 76518 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 310800

[startup+642.3 s]

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

/proc/meminfo: memFree=30799408/32951124 swapFree=67053176/67111528
[pid=26083] ppid=26081 vsize=555548 CPUtime=1062.32 cores=1,3,5,7
/proc/26083/stat : 26083 (scip-2.0.1.4b_2) R 26081 26083 19126 0 -1 4202496 205370 0 0 0 99020 7212 0 0 25 0 1 0 889958882 568881152 137376 33554432000 4194304 9016284 140733473872032 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/26083/statm: 138887 137376 704 1178 0 137705 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 555548

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 1.95 4/178 26114
/proc/meminfo: memFree=30768496/32951124 swapFree=67053176/67111528
[pid=26083] ppid=26081 vsize=585908 CPUtime=1122.32 cores=1,3,5,7
/proc/26083/stat : 26083 (scip-2.0.1.4b_2) R 26081 26083 19126 0 -1 4202496 213096 0 0 0 104582 7650 0 0 25 0 1 0 889958882 599969792 145101 33554432000 4194304 9016284 140733473872032 18446744073709551615 6537408 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/26083/statm: 146477 145101 704 1178 0 145295 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 585908

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 26116
/proc/meminfo: memFree=30738824/32951124 swapFree=67053176/67111528
[pid=26083] ppid=26081 vsize=615828 CPUtime=1182.32 cores=1,3,5,7
/proc/26083/stat : 26083 (scip-2.0.1.4b_2) R 26081 26083 19126 0 -1 4202496 220497 0 0 0 110145 8087 0 0 25 0 1 0 889958882 630607872 152502 33554432000 4194304 9016284 140733473872032 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/26083/statm: 153957 152502 704 1178 0 152775 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 615828

[startup+1242.3 s]
/proc/loadavg: 2.08 2.02 1.96 3/178 26156
/proc/meminfo: memFree=30753416/32951124 swapFree=67053176/67111528
[pid=26083] ppid=26081 vsize=653276 CPUtime=1242.33 cores=1,3,5,7
/proc/26083/stat : 26083 (scip-2.0.1.4b_2) R 26081 26083 19126 0 -1 4202496 230050 0 0 0 115782 8451 0 0 25 0 1 0 889958882 668954624 162055 33554432000 4194304 9016284 140733473872032 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/26083/statm: 163319 162055 704 1178 0 162137 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 653276

[startup+1302.3 s]
/proc/loadavg: 2.03 2.01 1.96 3/178 26157
/proc/meminfo: memFree=30681096/32951124 swapFree=67053176/67111528
[pid=26083] ppid=26081 vsize=677220 CPUtime=1302.33 cores=1,3,5,7
/proc/26083/stat : 26083 (scip-2.0.1.4b_2) R 26081 26083 19126 0 -1 4202496 235947 0 0 0 121470 8763 0 0 25 0 1 0 889958882 693473280 167952 33554432000 4194304 9016284 140733473872032 18446744073709551615 4786612 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/26083/statm: 169305 167952 704 1178 0 168123 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 677220

[startup+1362.3 s]
/proc/loadavg: 2.01 2.00 1.96 3/178 26159
/proc/meminfo: memFree=30651732/32951124 swapFree=67053176/67111528
[pid=26083] ppid=26081 vsize=704056 CPUtime=1362.33 cores=1,3,5,7
/proc/26083/stat : 26083 (scip-2.0.1.4b_2) R 26081 26083 19126 0 -1 4202496 242745 0 0 0 127049 9184 0 0 25 0 1 0 889958882 720953344 174750 33554432000 4194304 9016284 140733473872032 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/26083/statm: 176014 174750 704 1178 0 174832 0
Current children cumulated CPU time (s) 1362.33
Current children cumulated vsize (KiB) 704056

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 26160
/proc/meminfo: memFree=30616588/32951124 swapFree=67053176/67111528
[pid=26083] ppid=26081 vsize=743116 CPUtime=1422.34 cores=1,3,5,7
/proc/26083/stat : 26083 (scip-2.0.1.4b_2) R 26081 26083 19126 0 -1 4202496 251540 0 0 0 132613 9621 0 0 25 0 1 0 889958882 760950784 183545 33554432000 4194304 9016284 140733473872032 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/26083/statm: 185779 183545 704 1178 0 184597 0
Current children cumulated CPU time (s) 1422.34
Current children cumulated vsize (KiB) 743116

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 26162
/proc/meminfo: memFree=30586760/32951124 swapFree=67053176/67111528
[pid=26083] ppid=26081 vsize=772552 CPUtime=1482.33 cores=1,3,5,7
/proc/26083/stat : 26083 (scip-2.0.1.4b_2) R 26081 26083 19126 0 -1 4202496 258960 0 0 0 138167 10066 0 0 25 0 1 0 889958882 791093248 190965 33554432000 4194304 9016284 140733473872032 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/26083/statm: 193138 190965 704 1178 0 191956 0
Current children cumulated CPU time (s) 1482.33
Current children cumulated vsize (KiB) 772552

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 26164
/proc/meminfo: memFree=30552592/32951124 swapFree=67053176/67111528
[pid=26083] ppid=26081 vsize=806496 CPUtime=1542.33 cores=1,3,5,7
/proc/26083/stat : 26083 (scip-2.0.1.4b_2) R 26081 26083 19126 0 -1 4202496 305329 0 0 0 143711 10522 0 0 25 0 1 0 889958882 825851904 199492 33554432000 4194304 9016284 140733473872032 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/26083/statm: 201624 199492 704 1178 0 200442 0
Current children cumulated CPU time (s) 1542.33
Current children cumulated vsize (KiB) 806496

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 26165
/proc/meminfo: memFree=30515828/32951124 swapFree=67053176/67111528
[pid=26083] ppid=26081 vsize=843700 CPUtime=1602.34 cores=1,3,5,7
/proc/26083/stat : 26083 (scip-2.0.1.4b_2) R 26081 26083 19126 0 -1 4202496 338018 0 0 0 149261 10973 0 0 25 0 1 0 889958882 863948800 208782 33554432000 4194304 9016284 140733473872032 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/26083/statm: 210925 208782 704 1178 0 209743 0
Current children cumulated CPU time (s) 1602.34
Current children cumulated vsize (KiB) 843700

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 26167
/proc/meminfo: memFree=30486136/32951124 swapFree=67053176/67111528
[pid=26083] ppid=26081 vsize=872340 CPUtime=1662.34 cores=1,3,5,7
/proc/26083/stat : 26083 (scip-2.0.1.4b_2) R 26081 26083 19126 0 -1 4202496 350041 0 0 0 154828 11406 0 0 25 0 1 0 889958882 893276160 216011 33554432000 4194304 9016284 140733473872032 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/26083/statm: 218085 216011 704 1178 0 216903 0
Current children cumulated CPU time (s) 1662.34
Current children cumulated vsize (KiB) 872340

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 26168
/proc/meminfo: memFree=30446144/32951124 swapFree=67053176/67111528
[pid=26083] ppid=26081 vsize=912040 CPUtime=1722.34 cores=1,3,5,7
/proc/26083/stat : 26083 (scip-2.0.1.4b_2) R 26081 26083 19126 0 -1 4202496 369336 0 0 0 160378 11856 0 0 25 0 1 0 889958882 933928960 225958 33554432000 4194304 9016284 140733473872032 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/26083/statm: 228010 225958 704 1178 0 226828 0
Current children cumulated CPU time (s) 1722.34
Current children cumulated vsize (KiB) 912040

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 26170
/proc/meminfo: memFree=30412368/32951124 swapFree=67053176/67111528
[pid=26083] ppid=26081 vsize=944976 CPUtime=1782.34 cores=1,3,5,7
/proc/26083/stat : 26083 (scip-2.0.1.4b_2) R 26081 26083 19126 0 -1 4202496 377758 0 0 0 165923 12311 0 0 25 0 1 0 889958882 967655424 234380 33554432000 4194304 9016284 140733473872032 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/26083/statm: 236244 234380 704 1178 0 235062 0
Current children cumulated CPU time (s) 1782.34
Current children cumulated vsize (KiB) 944976

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

[startup+1785.5 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 26170
/proc/meminfo: memFree=30411372/32951124 swapFree=67053176/67111528
[pid=26083] ppid=26081 vsize=946000 CPUtime=1785.54 cores=1,3,5,7
/proc/26083/stat : 26083 (scip-2.0.1.4b_2) R 26081 26083 19126 0 -1 4202496 378021 0 0 0 166219 12335 0 0 25 0 1 0 889958882 968704000 234643 33554432000 4194304 9016284 140733473872032 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/26083/statm: 236500 234643 704 1178 0 235318 0
Current children cumulated CPU time (s) 1785.54
Current children cumulated vsize (KiB) 946000

[startup+1791.91 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 26170
/proc/meminfo: memFree=30408760/32951124 swapFree=67053176/67111528
[pid=26083] ppid=26081 vsize=948560 CPUtime=1791.95 cores=1,3,5,7
/proc/26083/stat : 26083 (scip-2.0.1.4b_2) R 26081 26083 19126 0 -1 4202496 378681 0 0 0 166812 12383 0 0 25 0 1 0 889958882 971325440 235303 33554432000 4194304 9016284 140733473872032 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/26083/statm: 237140 235303 704 1178 0 235958 0
Current children cumulated CPU time (s) 1791.95
Current children cumulated vsize (KiB) 948560

[startup+1795.1 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 26170
/proc/meminfo: memFree=30406404/32951124 swapFree=67053176/67111528
[pid=26083] ppid=26081 vsize=951060 CPUtime=1795.14 cores=1,3,5,7
/proc/26083/stat : 26083 (scip-2.0.1.4b_2) R 26081 26083 19126 0 -1 4202496 379244 0 0 0 167110 12404 0 0 25 0 1 0 889958882 973885440 235866 33554432000 4194304 9016284 140733473872032 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/26083/statm: 237765 235866 704 1178 0 236583 0
Current children cumulated CPU time (s) 1795.14
Current children cumulated vsize (KiB) 951060

[startup+1796.7 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 26170
/proc/meminfo: memFree=30406400/32951124 swapFree=67053176/67111528
[pid=26083] ppid=26081 vsize=951060 CPUtime=1796.74 cores=1,3,5,7
/proc/26083/stat : 26083 (scip-2.0.1.4b_2) R 26081 26083 19126 0 -1 4202496 379253 0 0 0 167258 12416 0 0 25 0 1 0 889958882 973885440 235875 33554432000 4194304 9016284 140733473872032 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/26083/statm: 237765 235875 704 1178 0 236583 0
Current children cumulated CPU time (s) 1796.74
Current children cumulated vsize (KiB) 951060

[startup+1797.5 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 26170
/proc/meminfo: memFree=30406276/32951124 swapFree=67053176/67111528
[pid=26083] ppid=26081 vsize=951060 CPUtime=1797.54 cores=1,3,5,7
/proc/26083/stat : 26083 (scip-2.0.1.4b_2) R 26081 26083 19126 0 -1 4202496 379255 0 0 0 167336 12418 0 0 25 0 1 0 889958882 973885440 235877 33554432000 4194304 9016284 140733473872032 18446744073709551615 6812620 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/26083/statm: 237765 235877 706 1178 0 236583 0
Current children cumulated CPU time (s) 1797.54
Current children cumulated vsize (KiB) 951060

[startup+1797.9 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 26170
/proc/meminfo: memFree=30406276/32951124 swapFree=67053176/67111528
[pid=26083] ppid=26081 vsize=951060 CPUtime=1797.94 cores=1,3,5,7
/proc/26083/stat : 26083 (scip-2.0.1.4b_2) R 26081 26083 19126 0 -1 4202496 379255 0 0 0 167376 12418 0 0 25 0 1 0 889958882 973885440 235877 33554432000 4194304 9016284 140733473872032 18446744073709551615 4329912 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/26083/statm: 237765 235877 706 1178 0 236583 0
Current children cumulated CPU time (s) 1797.94
Current children cumulated vsize (KiB) 951060

Child status: 0
Real time (s): 1797.97
CPU time (s): 1798.02
CPU user time (s): 1673.8
CPU system time (s): 124.224
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 951060

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

runsolver used 2.42363 second user time and 5.78112 second system time

The end

Launcher Data

Begin job on node137 at 2011-06-11 11:13:32
IDJOB=3488587
IDBENCH=48191
IDSOLVER=1979
FILE ID=node137/3488587-1307783612
RUNJOBID= node137-1307777623-19145
PBS_JOBID= 13550879
Free space on /tmp= 73944 MiB

SOLVER NAME= SCIP spx E_2 2011-06-10 (fixed)
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/mis/normalized-mis_500_25_1.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-3488587-1307783612/watcher-3488587-1307783612 -o /tmp/evaluation-result-3488587-1307783612/solver-3488587-1307783612 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3488587-1307783612.opb -t 1800 -m 15500

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

MD5SUM BENCH= 7980660368cd371c40e33d6668082e41
RANDOM SEED=1292400324

node137.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.844
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.68
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.844
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.75
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.844
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.74
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.844
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.74
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.844
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.82
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.844
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.75
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.844
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.83
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.844
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31344752 kB
Buffers:        261408 kB
Cached:         863688 kB
SwapCached:      12188 kB
Active:         870168 kB
Inactive:       557584 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31344752 kB
SwapTotal:    67111528 kB
SwapFree:     67053176 kB
Dirty:           16936 kB
Writeback:           0 kB
AnonPages:      299792 kB
Mapped:          12072 kB
Slab:           113844 kB
PageTables:       4952 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   502396 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= 73928 MiB
End job on node137 at 2011-06-11 11:43:30