Trace number 3485136

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-47 1797.55 1797.51

General information on the benchmark

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

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.00	c SCIP version 2.0.1.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-3485136-1307783937.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.02/0.06	o 0
0.02/0.06	c feasible solution found by trivial heuristic, objective value  0.000000e+00
0.02/0.06	c presolving:
0.09/0.12	c (round 1) 7853 del vars, 500 del conss, 0 add conss, 7853 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 31412 impls, 0 clqs
0.09/0.14	c (round 2) 7853 del vars, 500 del conss, 0 add conss, 7853 chg bounds, 0 chg sides, 0 chg coeffs, 7853 upgd conss, 47118 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  7853 deleted vars, 500 deleted constraints, 0 added constraints, 7853 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.09/0.17	c  47118 implications, 0 cliques
0.09/0.17	c presolved problem has 500 variables (500 bin, 0 int, 0 impl, 0 cont) and 7853 constraints
0.09/0.17	c    7853 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 |   519 |     - |  17M|   0 | 500 | 500 |7853 | 500 |7853 |   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 |   519 |     - |  17M|   0 | 500 | 500 |7853 | 500 |7853 |   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 |   519 |     - |  17M|   0 | 500 | 500 |7853 | 500 |7853 |   0 |   0 |   0 |-2.500000e+02 |-2.000000e+00 |  99.20%
0.29/0.38	c   0.4s|     1 |     0 |   650 |     - |  17M|   0 | 493 | 500 |7853 | 500 |7861 |   8 |   0 |   0 |-2.465000e+02 |-2.000000e+00 |  99.19%
0.29/0.38	o -44
0.29/0.38	c b 0.4s|     1 |     0 |   650 |     - |  17M|   0 | 493 | 500 |7853 | 500 |7861 |   8 |   0 |   0 |-2.465000e+02 |-4.400000e+01 |  82.15%
0.49/0.50	c   0.5s|     1 |     0 |   718 |     - |  17M|   0 | 487 | 500 |7853 | 500 |7870 |  17 |   0 |   0 |-2.435000e+02 |-4.400000e+01 |  81.93%
0.59/0.65	c   0.6s|     1 |     0 |   809 |     - |  17M|   0 | 483 | 500 |7853 | 500 |7879 |  26 |   0 |   0 |-2.415000e+02 |-4.400000e+01 |  81.78%
0.79/0.80	c   0.8s|     1 |     0 |   906 |     - |  17M|   0 | 480 | 500 |7853 | 500 |7888 |  35 |   0 |   0 |-2.400000e+02 |-4.400000e+01 |  81.67%
1.00/1.05	c   1.1s|     1 |     0 |  1226 |     - |  17M|   0 | 479 | 500 |7853 | 500 |7899 |  46 |   0 |   0 |-2.377500e+02 |-4.400000e+01 |  81.49%
1.19/1.26	c   1.3s|     1 |     0 |  1452 |     - |  17M|   0 | 469 | 500 |7853 | 500 |7912 |  59 |   0 |   0 |-2.340000e+02 |-4.400000e+01 |  81.20%
1.49/1.52	c   1.5s|     1 |     0 |  1825 |     - |  17M|   0 | 466 | 500 |7853 | 500 |7925 |  72 |   0 |   0 |-2.312500e+02 |-4.400000e+01 |  80.97%
1.69/1.74	c   1.7s|     1 |     0 |  2104 |     - |  17M|   0 | 459 | 500 |7853 | 500 |7938 |  85 |   0 |   0 |-2.282500e+02 |-4.400000e+01 |  80.72%
1.79/1.89	c   1.9s|     1 |     0 |  2217 |     - |  17M|   0 | 453 | 500 |7853 | 500 |7948 |  95 |   0 |   0 |-2.265000e+02 |-4.400000e+01 |  80.57%
2.10/2.12	c   2.1s|     1 |     0 |  2439 |     - |  18M|   0 | 452 | 500 |7853 | 500 |7959 | 106 |   0 |   0 |-2.247500e+02 |-4.400000e+01 |  80.42%
2.29/2.34	c   2.3s|     1 |     0 |  2764 |     - |  18M|   0 | 448 | 500 |7853 | 500 | 939 | 117 |   0 |   0 |-2.227500e+02 |-4.400000e+01 |  80.25%
2.39/2.41	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
2.39/2.41	c   2.4s|     1 |     0 |  3013 |     - |  18M|   0 | 441 | 500 |7853 | 500 | 947 | 125 |   0 |   0 |-2.220000e+02 |-4.400000e+01 |  80.18%
2.49/2.52	c   2.5s|     1 |     0 |  3934 |     - |  18M|   0 | 435 | 500 |7853 | 500 |1052 | 230 |   0 |   0 |-2.200000e+02 |-4.400000e+01 |  80.00%
2.59/2.63	c   2.6s|     1 |     0 |  4652 |     - |  18M|   0 | 420 | 500 |7853 | 500 |1185 | 363 |   0 |   0 |-2.170000e+02 |-4.400000e+01 |  79.72%
2.69/2.76	c   2.8s|     1 |     0 |  5001 |     - |  18M|   0 | 428 | 500 |7853 | 500 |1357 | 535 |   0 |   0 |-2.150000e+02 |-4.400000e+01 |  79.53%
2.89/2.90	c   2.9s|     1 |     0 |  5356 |     - |  19M|   0 | 436 | 500 |7853 | 500 |1426 | 604 |   0 |   0 |-2.131667e+02 |-4.400000e+01 |  79.36%
2.99/3.07	c   3.1s|     1 |     0 |  5966 |     - |  19M|   0 | 438 | 500 |7853 | 500 |1228 | 703 |   0 |   0 |-2.106667e+02 |-4.400000e+01 |  79.11%
3.19/3.27	c   3.3s|     1 |     0 |  7084 |     - |  20M|   0 | 412 | 500 |7853 | 500 |1406 | 881 |   0 |   0 |-2.080000e+02 |-4.400000e+01 |  78.85%
3.29/3.38	c   3.4s|     1 |     0 |  7620 |     - |  21M|   0 | 410 | 500 |7853 | 500 |1500 | 975 |   0 |   0 |-2.065000e+02 |-4.400000e+01 |  78.69%
3.49/3.59	c   3.6s|     1 |     0 |  8531 |     - |  21M|   0 | 430 | 500 |7853 | 500 |1544 |1019 |   0 |   0 |-2.045000e+02 |-4.400000e+01 |  78.48%
3.69/3.73	c   3.7s|     1 |     0 |  9118 |     - |  22M|   0 | 415 | 500 |7853 | 500 |2066 |1541 |   0 |   0 |-2.025000e+02 |-4.400000e+01 |  78.27%
3.79/3.87	c   3.9s|     1 |     0 | 10034 |     - |  22M|   0 | 410 | 500 |7853 | 500 |2110 |1585 |   0 |   0 |-2.011667e+02 |-4.400000e+01 |  78.13%
3.89/3.96	c   4.0s|     1 |     0 | 10330 |     - |  22M|   0 | 412 | 500 |7853 | 500 |2015 |1710 |   0 |   0 |-2.004000e+02 |-4.400000e+01 |  78.04%
3.99/4.07	c   4.1s|     1 |     0 | 10864 |     - |  22M|   0 | 398 | 500 |7853 | 500 |2037 |1732 |   0 |   0 |-1.986667e+02 |-4.400000e+01 |  77.85%
4.09/4.19	c   4.2s|     1 |     0 | 11598 |     - |  22M|   0 | 413 | 500 |7853 | 500 |2050 |1745 |   0 |   0 |-1.968333e+02 |-4.400000e+01 |  77.65%
4.29/4.32	c   4.3s|     1 |     0 | 11915 |     - |  23M|   0 | 393 | 500 |7853 | 500 |2440 |2135 |   0 |   0 |-1.952500e+02 |-4.400000e+01 |  77.46%
4.39/4.40	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
4.39/4.40	c   4.4s|     1 |     0 | 12185 |     - |  23M|   0 | 390 | 500 |7853 | 500 |2454 |2149 |   0 |   0 |-1.950000e+02 |-4.400000e+01 |  77.44%
4.49/4.51	c   4.5s|     1 |     0 | 12711 |     - |  24M|   0 | 400 | 500 |7853 | 500 |2485 |2180 |   0 |   0 |-1.935000e+02 |-4.400000e+01 |  77.26%
4.69/4.72	c   4.7s|     1 |     0 | 14325 |     - |  24M|   0 | 399 | 500 |7853 | 500 |1733 |2195 |   0 |   0 |-1.915000e+02 |-4.400000e+01 |  77.02%
4.89/4.91	c   4.9s|     1 |     0 | 15717 |     - |  24M|   0 | 410 | 500 |7853 | 500 |1781 |2243 |   0 |   0 |-1.907500e+02 |-4.400000e+01 |  76.93%
5.09/5.17	c   5.2s|     1 |     0 | 17519 |     - |  24M|   0 | 375 | 500 |7853 | 500 |1946 |2408 |   0 |   0 |-1.900000e+02 |-4.400000e+01 |  76.84%
5.29/5.33	c   5.3s|     1 |     0 | 18360 |     - |  25M|   0 | 390 | 500 |7853 | 500 |2047 |2509 |   0 |   0 |-1.885000e+02 |-4.400000e+01 |  76.66%
5.59/5.60	c   5.6s|     1 |     0 | 20143 |     - |  25M|   0 | 391 | 500 |7853 | 500 |2076 |2538 |   0 |   0 |-1.870000e+02 |-4.400000e+01 |  76.47%
5.79/5.86	c   5.9s|     1 |     0 | 21864 |     - |  25M|   0 | 443 | 500 |7853 | 500 |2113 |2575 |   0 |   0 |-1.864867e+02 |-4.400000e+01 |  76.41%
6.19/6.25	c   6.3s|     1 |     0 | 22862 |     - |  26M|   0 | 414 | 500 |7853 | 500 |2220 |3424 |   0 |   0 |-1.845000e+02 |-4.400000e+01 |  76.15%
6.39/6.46	c   6.5s|     1 |     0 | 23551 |     - |  27M|   0 | 401 | 500 |7853 | 500 |2273 |3477 |   0 |   0 |-1.825000e+02 |-4.400000e+01 |  75.89%
6.49/6.60	c   6.6s|     1 |     0 | 24271 |     - |  27M|   0 | 402 | 500 |7853 | 500 |2318 |3522 |   0 |   0 |-1.816250e+02 |-4.400000e+01 |  75.77%
6.69/6.76	c   6.8s|     1 |     0 | 25024 |     - |  28M|   0 | 403 | 500 |7853 | 500 |2358 |3562 |   0 |   0 |-1.803750e+02 |-4.400000e+01 |  75.61%
6.99/7.02	c   7.0s|     1 |     0 | 26480 |     - |  28M|   0 | 410 | 500 |7853 | 500 |2426 |3630 |   0 |   0 |-1.786250e+02 |-4.400000e+01 |  75.37%
7.09/7.18	c   7.2s|     1 |     0 | 27284 |     - |  29M|   0 | 414 | 500 |7853 | 500 |2493 |3697 |   0 |   0 |-1.773333e+02 |-4.400000e+01 |  75.19%
7.29/7.33	c   7.3s|     1 |     0 | 27810 |     - |  29M|   0 | 395 | 500 |7853 | 500 |1970 |3811 |   0 |   0 |-1.760000e+02 |-4.400000e+01 |  75.00%
7.49/7.51	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
7.49/7.51	c   7.5s|     1 |     0 | 28548 |     - |  31M|   0 | 399 | 500 |7853 | 500 |2009 |3850 |   0 |   0 |-1.754369e+02 |-4.400000e+01 |  74.92%
7.70/7.73	c   7.7s|     1 |     0 | 29224 |     - |  31M|   0 | 401 | 500 |7853 | 500 |2387 |4228 |   0 |   0 |-1.750749e+02 |-4.400000e+01 |  74.87%
7.89/7.92	c   7.9s|     1 |     0 | 30035 |     - |  31M|   0 | 416 | 500 |7853 | 500 |2497 |4338 |   0 |   0 |-1.744613e+02 |-4.400000e+01 |  74.78%
8.09/8.19	c   8.2s|     1 |     0 | 31089 |     - |  32M|   0 | 401 | 500 |7853 | 500 |2566 |4407 |   0 |   0 |-1.737191e+02 |-4.400000e+01 |  74.67%
8.39/8.42	c   8.4s|     1 |     0 | 32062 |     - |  32M|   0 | 404 | 500 |7853 | 500 |2590 |4431 |   0 |   0 |-1.732769e+02 |-4.400000e+01 |  74.61%
8.59/8.65	c   8.6s|     1 |     0 | 32746 |     - |  33M|   0 | 414 | 500 |7853 | 500 |1733 |4495 |   0 |   0 |-1.726916e+02 |-4.400000e+01 |  74.52%
8.89/8.90	c   8.9s|     1 |     0 | 33928 |     - |  33M|   0 | 390 | 500 |7853 | 500 |1744 |4506 |   0 |   0 |-1.709111e+02 |-4.400000e+01 |  74.26%
8.99/9.04	c   9.0s|     1 |     0 | 34483 |     - |  34M|   0 | 418 | 500 |7853 | 500 |1850 |4612 |   0 |   0 |-1.703567e+02 |-4.400000e+01 |  74.17%
9.29/9.32	c   9.3s|     1 |     0 | 35460 |     - |  35M|   0 | 423 | 500 |7853 | 500 |2048 |4810 |   0 |   0 |-1.694232e+02 |-4.400000e+01 |  74.03%
9.49/9.55	c   9.5s|     1 |     0 | 36288 |     - |  36M|   0 | 436 | 500 |7853 | 500 |2171 |4933 |   0 |   0 |-1.689767e+02 |-4.400000e+01 |  73.96%
9.90/9.93	c   9.9s|     1 |     0 | 37692 |     - |  36M|   0 | 417 | 500 |7853 | 500 |2234 |4996 |   0 |   0 |-1.681417e+02 |-4.400000e+01 |  73.83%
10.09/10.17	c  10.2s|     1 |     0 | 38733 |     - |  37M|   0 | 408 | 500 |7853 | 500 |1736 |5058 |   0 |   0 |-1.671875e+02 |-4.400000e+01 |  73.68%
10.39/10.49	c  10.5s|     1 |     0 | 40754 |     - |  38M|   0 | 432 | 500 |7853 | 500 |1748 |5070 |   0 |   0 |-1.663264e+02 |-4.400000e+01 |  73.55%
10.69/10.77	c  10.8s|     1 |     0 | 41628 |     - |  39M|   0 | 449 | 500 |7853 | 500 |1833 |5155 |   0 |   0 |-1.653772e+02 |-4.400000e+01 |  73.39%
11.00/11.09	c  11.1s|     1 |     0 | 43014 |     - |  39M|   0 | 446 | 500 |7853 | 500 |1949 |5271 |   0 |   0 |-1.644577e+02 |-4.400000e+01 |  73.25%
11.29/11.36	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
11.29/11.36	c  11.4s|     1 |     0 | 43617 |     - |  39M|   0 | 456 | 500 |7853 | 500 |2016 |5338 |   0 |   0 |-1.642502e+02 |-4.400000e+01 |  73.21%
11.59/11.68	c  11.7s|     1 |     0 | 44426 |     - |  39M|   0 | 442 | 500 |7853 | 500 |2055 |5377 |   0 |   0 |-1.637659e+02 |-4.400000e+01 |  73.13%
12.00/12.08	c  12.1s|     1 |     0 | 46187 |     - |  39M|   0 | 457 | 500 |7853 | 500 |1832 |5478 |   0 |   0 |-1.627246e+02 |-4.400000e+01 |  72.96%
12.29/12.39	c  12.4s|     1 |     0 | 46959 |     - |  39M|   0 | 454 | 500 |7853 | 500 |2088 |5734 |   0 |   0 |-1.621529e+02 |-4.400000e+01 |  72.87%
12.59/12.69	c  12.7s|     1 |     0 | 47738 |     - |  39M|   0 | 447 | 500 |7853 | 500 |2114 |5760 |   0 |   0 |-1.613232e+02 |-4.400000e+01 |  72.73%
12.99/13.08	c  13.1s|     1 |     0 | 49092 |     - |  39M|   0 | 466 | 500 |7853 | 500 |2174 |5820 |   0 |   0 |-1.605667e+02 |-4.400000e+01 |  72.60%
13.39/13.49	c  13.5s|     1 |     0 | 50299 |     - |  40M|   0 | 468 | 500 |7853 | 500 |2252 |5898 |   0 |   0 |-1.598387e+02 |-4.400000e+01 |  72.47%
13.89/13.96	c  14.0s|     1 |     0 | 51761 |     - |  40M|   0 | 473 | 500 |7853 | 500 |2300 |5946 |   0 |   0 |-1.593044e+02 |-4.400000e+01 |  72.38%
14.39/14.44	c  14.4s|     1 |     0 | 53062 |     - |  40M|   0 | 463 | 500 |7853 | 500 |1995 |6018 |   0 |   0 |-1.587860e+02 |-4.400000e+01 |  72.29%
14.79/14.84	c  14.8s|     1 |     0 | 54309 |     - |  40M|   0 | 471 | 500 |7853 | 500 |2017 |6040 |   0 |   0 |-1.584398e+02 |-4.400000e+01 |  72.23%
15.19/15.25	c  15.3s|     1 |     0 | 55353 |     - |  40M|   0 | 472 | 500 |7853 | 500 |2058 |6081 |   0 |   0 |-1.576332e+02 |-4.400000e+01 |  72.09%
15.59/15.61	c  15.6s|     1 |     0 | 55941 |     - |  40M|   0 | 476 | 500 |7853 | 500 |2128 |6151 |   0 |   0 |-1.573668e+02 |-4.400000e+01 |  72.04%
15.99/16.00	c  16.0s|     1 |     0 | 56722 |     - |  40M|   0 | 478 | 500 |7853 | 500 |2166 |6189 |   0 |   0 |-1.568235e+02 |-4.400000e+01 |  71.94%
16.39/16.42	c  16.4s|     1 |     0 | 57615 |     - |  40M|   0 | 480 | 500 |7853 | 500 |2224 |6247 |   0 |   0 |-1.563759e+02 |-4.400000e+01 |  71.86%
16.89/16.98	c  17.0s|     1 |     0 | 59381 |     - |  40M|   0 | 482 | 500 |7853 | 500 |1935 |6270 |   0 |   0 |-1.559664e+02 |-4.400000e+01 |  71.79%
17.29/17.35	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
17.29/17.35	c  17.4s|     1 |     0 | 60133 |     - |  40M|   0 | 487 | 500 |7853 | 500 |1973 |6308 |   0 |   0 |-1.556666e+02 |-4.400000e+01 |  71.73%
17.69/17.73	c  17.7s|     1 |     0 | 60825 |     - |  40M|   0 | 484 | 500 |7853 | 500 |2005 |6340 |   0 |   0 |-1.552783e+02 |-4.400000e+01 |  71.66%
18.19/18.20	c  18.2s|     1 |     0 | 62129 |     - |  40M|   0 | 485 | 500 |7853 | 500 |2038 |6373 |   0 |   0 |-1.547806e+02 |-4.400000e+01 |  71.57%
18.60/18.64	c  18.6s|     1 |     0 | 63219 |     - |  40M|   0 | 487 | 500 |7853 | 500 |2075 |6410 |   0 |   0 |-1.544516e+02 |-4.400000e+01 |  71.51%
18.99/19.02	c  19.0s|     1 |     0 | 63833 |     - |  40M|   0 | 483 | 500 |7853 | 500 |2092 |6427 |   0 |   0 |-1.541706e+02 |-4.400000e+01 |  71.46%
19.29/19.36	c  19.4s|     1 |     0 | 64064 |     - |  40M|   0 | 483 | 500 |7853 | 500 |1914 |6459 |   0 |   0 |-1.540849e+02 |-4.400000e+01 |  71.44%
19.69/19.70	c  19.7s|     1 |     0 | 64525 |     - |  40M|   0 | 487 | 500 |7853 | 500 |1930 |6475 |   0 |   0 |-1.538092e+02 |-4.400000e+01 |  71.39%
19.99/20.04	c  20.0s|     1 |     0 | 64979 |     - |  40M|   0 | 485 | 500 |7853 | 500 |1952 |6497 |   0 |   0 |-1.536323e+02 |-4.400000e+01 |  71.36%
20.39/20.47	c  20.5s|     1 |     0 | 66144 |     - |  40M|   0 | 484 | 500 |7853 | 500 |1973 |6518 |   0 |   0 |-1.531682e+02 |-4.400000e+01 |  71.27%
20.79/20.84	c  20.8s|     1 |     0 | 66860 |     - |  40M|   0 | 485 | 500 |7853 | 500 |2010 |6555 |   0 |   0 |-1.527983e+02 |-4.400000e+01 |  71.20%
21.19/21.20	c  21.2s|     1 |     0 | 67393 |     - |  40M|   0 | 491 | 500 |7853 | 500 |2031 |6576 |   0 |   0 |-1.526334e+02 |-4.400000e+01 |  71.17%
21.49/21.55	c  21.5s|     1 |     0 | 67682 |     - |  40M|   0 | 488 | 500 |7853 | 500 |1930 |6592 |   0 |   0 |-1.525567e+02 |-4.400000e+01 |  71.16%
21.89/21.94	c  21.9s|     1 |     0 | 68511 |     - |  40M|   0 | 488 | 500 |7853 | 500 |1943 |6605 |   0 |   0 |-1.523125e+02 |-4.400000e+01 |  71.11%
22.19/22.29	c  22.3s|     1 |     0 | 68968 |     - |  40M|   0 | 486 | 500 |7853 | 500 |1965 |6627 |   0 |   0 |-1.521188e+02 |-4.400000e+01 |  71.08%
22.59/22.69	c  22.7s|     1 |     0 | 69704 |     - |  40M|   0 | 488 | 500 |7853 | 500 |1990 |6652 |   0 |   0 |-1.517794e+02 |-4.400000e+01 |  71.01%
23.00/23.09	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
23.00/23.09	c  23.1s|     1 |     0 | 70333 |     - |  40M|   0 | 485 | 500 |7853 | 500 |2006 |6668 |   0 |   0 |-1.515673e+02 |-4.400000e+01 |  70.97%
23.39/23.43	c  23.4s|     1 |     0 | 70646 |     - |  40M|   0 | 490 | 500 |7853 | 500 |2046 |6708 |   0 |   0 |-1.514134e+02 |-4.400000e+01 |  70.94%
23.79/23.80	c  23.8s|     1 |     0 | 71049 |     - |  40M|   0 | 488 | 500 |7853 | 500 |1977 |6721 |   0 |   0 |-1.512507e+02 |-4.400000e+01 |  70.91%
24.10/24.16	c  24.2s|     1 |     0 | 71541 |     - |  40M|   0 | 486 | 500 |7853 | 500 |1993 |6737 |   0 |   0 |-1.510228e+02 |-4.400000e+01 |  70.87%
24.49/24.54	c  24.5s|     1 |     0 | 72056 |     - |  40M|   0 | 492 | 500 |7853 | 500 |2009 |6753 |   0 |   0 |-1.508485e+02 |-4.400000e+01 |  70.83%
24.89/24.97	c  25.0s|     1 |     0 | 72950 |     - |  40M|   0 | 492 | 500 |7853 | 500 |2020 |6764 |   0 |   0 |-1.505292e+02 |-4.400000e+01 |  70.77%
25.29/25.34	c  25.3s|     1 |     0 | 73383 |     - |  40M|   0 | 489 | 500 |7853 | 500 |2028 |6772 |   0 |   0 |-1.503005e+02 |-4.400000e+01 |  70.73%
25.59/25.68	c  25.7s|     1 |     0 | 73694 |     - |  40M|   0 | 493 | 500 |7853 | 500 |2043 |6787 |   0 |   0 |-1.501669e+02 |-4.400000e+01 |  70.70%
25.99/26.02	c  26.0s|     1 |     0 | 73985 |     - |  40M|   0 | 494 | 500 |7853 | 500 |2003 |6802 |   0 |   0 |-1.500859e+02 |-4.400000e+01 |  70.68%
26.30/26.34	c  26.3s|     1 |     0 | 74254 |     - |  40M|   0 | 495 | 500 |7853 | 500 |2014 |6813 |   0 |   0 |-1.499871e+02 |-4.400000e+01 |  70.66%
26.59/26.69	c  26.7s|     1 |     0 | 74689 |     - |  40M|   0 | 495 | 500 |7853 | 500 |2025 |6824 |   0 |   0 |-1.498464e+02 |-4.400000e+01 |  70.64%
26.99/27.02	c  27.0s|     1 |     0 | 74888 |     - |  40M|   0 | 497 | 500 |7853 | 500 |2038 |6837 |   0 |   0 |-1.498015e+02 |-4.400000e+01 |  70.63%
27.29/27.35	c  27.4s|     1 |     0 | 75176 |     - |  40M|   0 | 497 | 500 |7853 | 500 |2047 |6846 |   0 |   0 |-1.497459e+02 |-4.400000e+01 |  70.62%
27.59/27.69	c  27.7s|     1 |     0 | 75510 |     - |  40M|   0 | 493 | 500 |7853 | 500 |2053 |6852 |   0 |   0 |-1.496322e+02 |-4.400000e+01 |  70.59%
28.00/28.04	c  28.0s|     1 |     0 | 75848 |     - |  40M|   0 | 490 | 500 |7853 | 500 |1992 |6861 |   0 |   0 |-1.495666e+02 |-4.400000e+01 |  70.58%
28.29/28.33	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
28.29/28.33	c  28.3s|     1 |     0 | 75941 |     - |  40M|   0 | 494 | 500 |7853 | 500 |2002 |6871 |   0 |   0 |-1.495531e+02 |-4.400000e+01 |  70.58%
28.60/28.64	c  28.6s|     1 |     0 | 76210 |     - |  40M|   0 | 494 | 500 |7853 | 500 |2012 |6881 |   0 |   0 |-1.495227e+02 |-4.400000e+01 |  70.57%
28.89/28.95	c  29.0s|     1 |     0 | 76459 |     - |  40M|   0 | 496 | 500 |7853 | 500 |2020 |6889 |   0 |   0 |-1.494852e+02 |-4.400000e+01 |  70.57%
29.29/29.31	c  29.3s|     1 |     0 | 76950 |     - |  40M|   0 | 495 | 500 |7853 | 500 |2031 |6900 |   0 |   0 |-1.494085e+02 |-4.400000e+01 |  70.55%
29.60/29.65	c  29.6s|     1 |     0 | 77336 |     - |  40M|   0 | 496 | 500 |7853 | 500 |2042 |6911 |   0 |   0 |-1.493235e+02 |-4.400000e+01 |  70.53%
29.89/29.99	c  30.0s|     1 |     0 | 77671 |     - |  39M|   0 | 497 | 500 |7853 | 500 |1987 |6916 |   0 |   0 |-1.492455e+02 |-4.400000e+01 |  70.52%
30.29/30.32	c  30.3s|     1 |     0 | 78036 |     - |  39M|   0 | 497 | 500 |7853 | 500 |1999 |6928 |   0 |   0 |-1.491527e+02 |-4.400000e+01 |  70.50%
30.59/30.64	c  30.6s|     1 |     0 | 78266 |     - |  39M|   0 | 498 | 500 |7853 | 500 |2011 |6940 |   0 |   0 |-1.490863e+02 |-4.400000e+01 |  70.49%
30.89/30.96	c  31.0s|     1 |     0 | 78505 |     - |  39M|   0 | 497 | 500 |7853 | 500 |2023 |6952 |   0 |   0 |-1.490391e+02 |-4.400000e+01 |  70.48%
31.19/31.28	c  31.3s|     1 |     0 | 78852 |     - |  39M|   0 | 497 | 500 |7853 | 500 |2033 |6962 |   0 |   0 |-1.489998e+02 |-4.400000e+01 |  70.47%
31.49/31.59	c  31.6s|     1 |     0 | 79165 |     - |  39M|   0 | 497 | 500 |7853 | 500 |2043 |6972 |   0 |   0 |-1.489601e+02 |-4.400000e+01 |  70.46%
31.90/31.91	c  31.9s|     1 |     0 | 79562 |     - |  39M|   0 | 496 | 500 |7853 | 500 |2015 |6984 |   0 |   0 |-1.489409e+02 |-4.400000e+01 |  70.46%
32.20/32.20	c  32.2s|     1 |     0 | 79790 |     - |  39M|   0 | 496 | 500 |7853 | 500 |2027 |6996 |   0 |   0 |-1.489304e+02 |-4.400000e+01 |  70.46%
32.39/32.49	c  32.5s|     1 |     0 | 79973 |     - |  39M|   0 | 498 | 500 |7853 | 500 |2036 |7005 |   0 |   0 |-1.489228e+02 |-4.400000e+01 |  70.45%
32.79/32.81	c  32.8s|     1 |     0 | 80320 |     - |  39M|   0 | 497 | 500 |7853 | 500 |2044 |7013 |   0 |   0 |-1.488973e+02 |-4.400000e+01 |  70.45%
33.09/33.11	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
33.09/33.11	c  33.1s|     1 |     0 | 80628 |     - |  38M|   0 | 498 | 500 |7853 | 500 |2053 |7022 |   0 |   0 |-1.488866e+02 |-4.400000e+01 |  70.45%
33.29/33.39	c  33.4s|     1 |     0 | 80784 |     - |  38M|   0 | 498 | 500 |7853 | 500 |2062 |7031 |   0 |   0 |-1.488720e+02 |-4.400000e+01 |  70.44%
33.59/33.68	c  33.7s|     1 |     0 | 80998 |     - |  37M|   0 | 500 | 500 |7853 | 500 |2031 |7040 |   0 |   0 |-1.488583e+02 |-4.400000e+01 |  70.44%
33.89/33.98	c  34.0s|     1 |     0 | 81314 |     - |  37M|   0 | 499 | 500 |7853 | 500 |2040 |7049 |   0 |   0 |-1.488332e+02 |-4.400000e+01 |  70.44%
34.19/34.27	c  34.3s|     1 |     0 | 81596 |     - |  36M|   0 | 498 | 500 |7853 | 500 |2051 |7060 |   0 |   0 |-1.488223e+02 |-4.400000e+01 |  70.43%
34.49/34.57	c  34.6s|     1 |     0 | 81841 |     - |  36M|   0 | 499 | 500 |7853 | 500 |2057 |7066 |   0 |   0 |-1.488158e+02 |-4.400000e+01 |  70.43%
34.79/34.87	c  34.9s|     1 |     0 | 82131 |     - |  36M|   0 | 500 | 500 |7853 | 500 |2066 |7075 |   0 |   0 |-1.487987e+02 |-4.400000e+01 |  70.43%
35.09/35.15	c  35.2s|     1 |     0 | 82135 |     - |  36M|   0 | 500 | 500 |7853 | 500 |2071 |7080 |   0 |   0 |-1.487987e+02 |-4.400000e+01 |  70.43%
35.39/35.47	c  35.5s|     1 |     0 | 82370 |     - |  36M|   0 | 500 | 500 |7853 | 500 |2027 |7085 |   0 |   0 |-1.487926e+02 |-4.400000e+01 |  70.43%
35.79/35.80	c  35.8s|     1 |     0 | 82581 |     - |  35M|   0 | 499 | 500 |7853 | 500 |2031 |7089 |   0 |   0 |-1.487864e+02 |-4.400000e+01 |  70.43%
36.09/36.11	c  36.1s|     1 |     0 | 82753 |     - |  35M|   0 | 499 | 500 |7853 | 500 |2039 |7097 |   0 |   0 |-1.487789e+02 |-4.400000e+01 |  70.43%
36.38/36.40	c  36.4s|     1 |     0 | 82764 |     - |  35M|   0 | 475 | 500 |7853 | 500 |2048 |7106 |   0 |   0 |-1.487778e+02 |-4.400000e+01 |  70.43%
40.69/40.73	c  40.7s|     1 |     2 | 82764 |     - |  35M|   0 | 475 | 500 |7853 | 500 |2048 |7106 |   0 |  31 |-1.487778e+02 |-4.400000e+01 |  70.43%
168.60/168.67	c   169s| 10000 | 10001 |  1545k| 146.2 |  49M|  55 | 197 | 500 |7853 | 500 | 778 | 586k|   0 |2960 |-1.447759e+02 |-4.400000e+01 |  69.61%
258.80/258.82	c   259s| 20000 | 20001 |  2811k| 136.4 |  63M|  61 | 106 | 500 |7853 | 500 | 562 |1160k|   0 |4405 |-1.441548e+02 |-4.400000e+01 |  69.48%
331.39/331.43	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
331.39/331.43	c   331s| 30000 | 30001 |  3864k| 126.1 |  76M|  66 | 161 | 500 |7853 | 500 | 566 |1672k|   0 |5616 |-1.437767e+02 |-4.400000e+01 |  69.40%
401.70/401.74	c   402s| 40000 | 40001 |  4900k| 120.5 |  89M|  71 |  44 | 500 |7853 | 500 | 561 |2188k|   0 |6494 |-1.434330e+02 |-4.400000e+01 |  69.32%
469.90/469.95	c   470s| 50000 | 50001 |  5917k| 116.7 | 102M|  71 |  60 | 500 |7853 | 500 | 612 |2705k|   0 |7538 |-1.431531e+02 |-4.400000e+01 |  69.26%
526.50/526.59	c   527s| 60000 | 60001 |  6787k| 111.8 | 115M|  81 |   8 | 500 |7853 | 500 | 499 |3219k|   0 |8192 |-1.430134e+02 |-4.400000e+01 |  69.23%
580.21/580.27	c   580s| 70000 | 70001 |  7625k| 107.7 | 128M|  81 |  23 | 500 |7853 | 500 | 598 |3727k|   0 |8746 |-1.429124e+02 |-4.400000e+01 |  69.21%
633.61/633.63	c   634s| 80000 | 80001 |  8454k| 104.6 | 141M|  81 |  77 | 500 |7853 | 500 | 641 |4223k|   0 |9392 |-1.427998e+02 |-4.400000e+01 |  69.19%
690.00/690.05	c   690s| 90000 | 90001 |  9323k| 102.7 | 154M|  81 | 114 | 500 |7853 | 500 | 569 |4707k|   0 |  10k|-1.426670e+02 |-4.400000e+01 |  69.16%
743.11/743.13	c   743s|100000 |100001 | 10158k| 100.8 | 167M|  81 | 120 | 500 |7853 | 500 | 676 |5219k|   0 |  10k|-1.425674e+02 |-4.400000e+01 |  69.14%
794.71/794.72	c   795s|110000 |110001 | 10978k|  99.0 | 179M|  81 | 147 | 500 |7853 | 500 | 567 |5725k|   0 |  11k|-1.424957e+02 |-4.400000e+01 |  69.12%
847.42/847.42	c   847s|120000 |120001 | 11814k|  97.8 | 192M|  81 | 154 | 500 |7853 | 500 | 786 |6228k|   0 |  11k|-1.423865e+02 |-4.400000e+01 |  69.10%
886.11/886.17	o -46
886.11/886.17	c c 886s|127623 |127624 | 12438k|  96.8 | 202M|  81 |   - | 500 |7853 | 500 | 730 |6603k|   0 |  12k|-1.423351e+02 |-4.600000e+01 |  67.68%
898.51/898.50	c   898s|130000 |130001 | 12630k|  96.5 | 205M|  81 |  54 | 500 |7853 | 500 | 572 |6719k|   0 |  12k|-1.423105e+02 |-4.600000e+01 |  67.68%
950.11/950.17	c   950s|140000 |140001 | 13457k|  95.5 | 218M|  81 | 113 | 500 |7853 | 500 | 670 |7220k|   0 |  12k|-1.422471e+02 |-4.600000e+01 |  67.66%
1001.52/1001.52	c  1002s|150000 |150001 | 14274k|  94.6 | 231M|  81 | 116 | 500 |7853 | 500 | 711 |7709k|   0 |  13k|-1.421695e+02 |-4.600000e+01 |  67.64%
1054.72/1054.72	c  1055s|160000 |160001 | 15114k|  93.9 | 243M|  85 | 114 | 500 |7853 | 500 | 559 |8200k|   0 |  13k|-1.421188e+02 |-4.600000e+01 |  67.63%
1107.12/1107.14	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1107.12/1107.14	c  1107s|170000 |170001 | 15948k|  93.3 | 256M|  85 | 168 | 500 |7853 | 500 | 750 |8684k|   0 |  14k|-1.420662e+02 |-4.600000e+01 |  67.62%
1159.32/1159.32	c  1159s|180000 |180001 | 16781k|  92.8 | 269M|  85 | 107 | 500 |7853 | 500 | 602 |9165k|   0 |  14k|-1.420097e+02 |-4.600000e+01 |  67.61%
1213.02/1213.09	c  1213s|190000 |190001 | 17629k|  92.4 | 282M|  86 |  35 | 500 |7853 | 500 | 595 |9651k|   0 |  14k|-1.419455e+02 |-4.600000e+01 |  67.59%
1266.52/1266.56	c  1267s|200000 |200001 | 18482k|  92.0 | 295M|  86 |  74 | 500 |7853 | 500 | 666 |  10M|   0 |  15k|-1.419051e+02 |-4.600000e+01 |  67.58%
1318.33/1318.33	c  1318s|210000 |210001 | 19319k|  91.6 | 308M|  86 | 132 | 500 |7853 | 500 | 564 |  10M|   0 |  15k|-1.418558e+02 |-4.600000e+01 |  67.57%
1374.42/1374.47	c  1374s|220000 |220001 | 20207k|  91.5 | 321M|  86 |  88 | 500 |7853 | 500 | 567 |  11M|   0 |  16k|-1.417931e+02 |-4.600000e+01 |  67.56%
1428.73/1428.76	c  1429s|230000 |230001 | 21075k|  91.3 | 334M|  86 |  28 | 500 |7853 | 500 | 499 |  11M|   0 |  16k|-1.417464e+02 |-4.600000e+01 |  67.55%
1481.43/1481.43	c  1481s|240000 |240001 | 21926k|  91.0 | 347M|  88 | 146 | 500 |7853 | 500 | 746 |  12M|   0 |  17k|-1.417009e+02 |-4.600000e+01 |  67.54%
1531.14/1531.18	c  1531s|250000 |250001 | 22735k|  90.6 | 360M|  88 | 199 | 500 |7853 | 500 | 767 |  12M|   0 |  17k|-1.416524e+02 |-4.600000e+01 |  67.53%
1561.13/1561.16	o -47
1561.13/1561.16	c c1561s|255915 |255916 | 23219k|  90.4 | 367M|  88 |   - | 500 |7853 | 500 | 666 |  12M|   0 |  17k|-1.416320e+02 |-4.700000e+01 |  66.82%
1584.23/1584.26	c  1584s|260000 |260001 | 23578k|  90.4 | 372M|  88 |  92 | 500 |7853 | 500 | 561 |  13M|   0 |  17k|-1.416181e+02 |-4.700000e+01 |  66.81%
1636.74/1636.75	c  1637s|270000 |270001 | 24426k|  90.2 | 385M|  88 |  90 | 500 |7853 | 500 | 587 |  13M|   0 |  18k|-1.415734e+02 |-4.700000e+01 |  66.80%
1689.13/1689.10	c  1689s|280000 |280001 | 25269k|  90.0 | 398M|  88 | 152 | 500 |7853 | 500 | 571 |  14M|   0 |  18k|-1.415258e+02 |-4.700000e+01 |  66.79%
1741.34/1741.30	c  1741s|290000 |290001 | 26107k|  89.7 | 411M|  88 |  31 | 500 |7853 | 500 | 620 |  14M|   0 |  18k|-1.414811e+02 |-4.700000e+01 |  66.78%
1794.14/1794.15	c  1794s|300000 |300001 | 26956k|  89.6 | 424M|  88 |  73 | 500 |7853 | 500 | 499 |  15M|   0 |  19k|-1.414365e+02 |-4.700000e+01 |  66.77%
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      : 300586
1797.04/1797.00	c Primal Bound       : -4.70000000000000e+01 (927 solutions)
1797.04/1797.00	c Dual Bound         : -1.41434074211743e+02
1797.04/1797.00	c Gap                : 66.77 %
1797.04/1797.00	s SATISFIABLE
1797.04/1797.00	v -x500 x499 x498 -x497 -x496 x495 -x494 -x493 -x492 -x491 x490 -x489 -x488 -x487 x486 -x485 -x484 -x483 -x482 x481 -x480 x479 -x478 
1797.04/1797.00	v -x477 -x476 -x475 -x474 x473 -x472 -x471 x470 -x469 x468 -x467 -x466 -x465 -x464 -x463 -x462 -x461 x460 -x459 -x458 -x457 
1797.04/1797.00	v -x456 -x455 -x454 x453 -x452 -x451 -x450 -x449 -x448 -x447 -x446 -x445 -x444 -x443 -x442 -x441 x440 -x439 -x438 x437 -x436 -x435 
1797.04/1797.00	v -x434 x433 -x432 -x431 -x430 -x429 -x428 -x427 -x426 -x425 -x424 x423 -x422 -x421 -x420 -x419 -x418 -x417 -x416 -x415 -x414 
1797.04/1797.00	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.00	v -x392 -x391 -x390 -x389 x388 -x387 -x386 -x385 -x384 -x383 -x382 -x381 -x380 x379 -x378 -x377 -x376 -x375 -x374 -x373 -x372 
1797.04/1797.00	v -x371 -x370 -x369 -x368 -x367 -x366 -x365 -x364 x363 -x362 -x361 -x360 -x359 -x358 -x357 x356 -x355 -x354 -x353 -x352 -x351 
1797.04/1797.00	v -x350 -x349 x348 -x347 x346 -x345 -x344 -x343 -x342 -x341 -x340 -x339 -x338 -x337 -x336 -x335 -x334 -x333 -x332 -x331 -x330 
1797.04/1797.00	v x329 -x328 -x327 -x326 x325 -x324 -x323 -x322 -x321 -x320 -x319 -x318 -x317 -x316 x315 -x314 -x313 -x312 -x311 -x310 -x309 -x308 
1797.04/1797.00	v -x307 -x306 -x305 -x304 -x303 -x302 -x301 -x300 -x299 -x298 -x297 -x296 -x295 -x294 -x293 -x292 -x291 -x290 -x289 -x288 
1797.04/1797.00	v x287 -x286 -x285 -x284 -x283 -x282 -x281 -x280 -x279 -x278 -x277 -x276 -x275 x274 -x273 -x272 x271 -x270 -x269 x268 -x267 -x266 
1797.04/1797.00	v -x265 -x264 -x263 -x262 x261 -x260 x259 -x258 -x257 -x256 -x255 -x254 -x253 -x252 -x251 -x250 -x249 -x248 -x247 -x246 -x245 
1797.04/1797.00	v -x244 -x243 -x242 -x241 -x240 -x239 -x238 -x237 -x236 -x235 -x234 -x233 -x232 -x231 -x230 -x229 -x228 -x227 -x226 -x225 -x224 
1797.04/1797.00	v -x223 x222 -x221 -x220 -x219 -x218 -x217 -x216 -x215 -x214 -x213 -x212 -x211 -x210 -x209 -x208 -x207 -x206 -x205 -x204 -x203 
1797.04/1797.00	v -x202 -x201 -x200 -x199 -x198 -x197 -x196 -x195 -x194 -x193 -x192 -x191 -x190 -x189 -x188 x187 -x186 -x185 -x184 -x183 -x182 
1797.04/1797.00	v -x181 -x180 -x179 -x178 -x177 -x176 -x175 -x174 -x173 -x172 -x171 -x170 -x169 -x168 -x167 -x166 -x165 -x164 -x163 -x162 -x161 
1797.04/1797.00	v -x160 -x159 -x158 -x157 -x156 -x155 -x154 -x153 -x152 -x151 -x150 -x149 -x148 -x147 -x146 -x145 -x144 -x143 -x142 -x141 -x140 
1797.04/1797.00	v -x139 -x138 -x137 -x136 -x135 -x134 -x133 -x132 -x131 -x130 -x129 -x128 -x127 -x126 -x125 -x124 x123 -x122 -x121 -x120 x119 
1797.04/1797.00	v -x118 -x117 -x116 -x115 -x114 -x113 -x112 -x111 -x110 -x109 -x108 -x107 -x106 -x105 x104 -x103 x102 -x101 -x100 -x99 -x98 
1797.04/1797.00	v x97 x96 -x95 -x94 -x93 -x92 -x91 -x90 -x89 -x88 x87 -x86 -x85 -x84 -x83 -x82 -x81 -x80 -x79 -x78 -x77 -x76 -x75 -x74 -x73 x72 
1797.04/1797.00	v -x71 x70 -x69 -x68 -x67 -x66 -x65 -x64 -x63 -x62 -x61 -x60 -x59 -x58 x57 -x56 -x55 -x54 -x53 -x52 -x51 -x50 -x49 -x48 -x47 
1797.04/1797.00	v -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 -x21 
1797.04/1797.00	v -x20 -x19 -x18 -x17 -x16 -x15 -x14 -x13 x12 -x11 -x10 -x9 -x8 -x7 -x6 -x5 -x4 -x3 -x2 -x1 
1797.04/1797.00	c SCIP Status        : solving was interrupted [time limit reached]
1797.04/1797.00	c Total Time         :    1797.00
1797.04/1797.00	c   solving          :    1797.00
1797.04/1797.00	c   presolving       :       0.15 (included in solving)
1797.04/1797.00	c   reading          :       0.01 (included in solving)
1797.04/1797.00	c Original Problem   :
1797.04/1797.00	c   Problem name     : HOME/instance-3485136-1307783937.opb
1797.04/1797.00	c   Variables        : 500 (500 binary, 0 integer, 0 implicit integer, 0 continuous)
1797.04/1797.00	c   Constraints      : 500 initial, 500 maximal
1797.04/1797.00	c Presolved Problem  :
1797.04/1797.00	c   Problem name     : t_HOME/instance-3485136-1307783937.opb
1797.04/1797.00	c   Variables        : 500 (500 binary, 0 integer, 0 implicit integer, 0 continuous)
1797.04/1797.00	c   Constraints      : 7853 initial, 7853 maximal
1797.04/1797.00	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1797.04/1797.00	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
1797.04/1797.00	c   dualfix          :       0.00          0          0          0          0          0          0          0          0          0
1797.04/1797.00	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1797.04/1797.00	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1797.04/1797.00	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1797.04/1797.00	c   probing          :       0.02          0          0          0          0          0          0          0          0          0
1797.04/1797.00	c   and              :       0.05          0          0          0          0          0          0          0          0          0
1797.04/1797.00	c   linear           :       0.02       7853          0          0       7853          0        500          0          0          0
1797.04/1797.00	c   logicor          :       0.02          0          0          0          0          0          0          0          0          0
1797.04/1797.00	c   root node        :          -          0          -          -          0          -          -          -          -          -
1797.04/1797.00	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1797.04/1797.00	c   integral         :          0          0          0     385903          0     342705          0          0          0          0          0     601170
1797.04/1797.00	c   logicor          :       7853        129     374067      85318          0     342701          0          0    3949434   15155061          0          0
1797.04/1797.00	c   countsols        :          0          0          0          0          0        929          0          0          0          0          0          0
1797.04/1797.00	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1797.04/1797.00	c   integral         :      97.84       0.00       0.00      97.74       0.00       0.10       0.00
1797.04/1797.00	c   logicor          :      66.71       0.18      18.22      26.73       0.00      21.59       0.00
1797.04/1797.00	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1797.04/1797.00	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1797.04/1797.00	c   vbounds          :          0          0          0          0
1797.04/1797.00	c   rootredcost      :          2          0          0          0
1797.04/1797.00	c   pseudoobj        :     760828          0          0          0
1797.04/1797.00	c Propagator Timings :  TotalTime  Propagate    Resprop
1797.04/1797.00	c   vbounds          :       0.13       0.13       0.00
1797.04/1797.00	c   rootredcost      :       0.14       0.14       0.00
1797.04/1797.00	c   pseudoobj        :       6.80       6.80       0.00
1797.04/1797.00	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1797.04/1797.00	c   propagation      :       0.00          0          0          0        0.0          0        0.0          -
1797.04/1797.00	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1797.04/1797.00	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1797.04/1797.00	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1797.04/1797.00	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1797.04/1797.00	c   applied globally :          -          -          -          0        0.0          -          -          -
1797.04/1797.00	c   applied locally  :          -          -          -          0        0.0          -          -          -
1797.04/1797.00	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1797.04/1797.00	c   cut pool         :       0.37        128          -          -       1463          -    (maximal pool size: 8602)
1797.04/1797.00	c   redcost          :       4.46     386031          0          0          0          0
1797.04/1797.00	c   impliedbounds    :       0.05        129          0          0      10013          0
1797.04/1797.00	c   intobj           :       0.00          0          0          0          0          0
1797.04/1797.00	c   gomory           :      20.71        129          0          0      29166          0
1797.04/1797.00	c   cgmip            :       0.00          0          0          0          0          0
1797.04/1797.00	c   closecuts        :       0.00          0          0          0          0          0
1797.04/1797.00	c   strongcg         :       0.65         20          0          0      10000          0
1797.04/1797.00	c   cmir             :       0.17         10          0          0          0          0
1797.04/1797.00	c   flowcover        :       0.13         10          0          0          0          0
1797.04/1797.00	c   clique           :       1.07        129          0          0       1137          0
1797.04/1797.00	c   zerohalf         :       0.00          0          0          0          0          0
1797.04/1797.00	c   mcf              :       0.00          1          0          0          0          0
1797.04/1797.00	c   oddcycle         :       0.00          0          0          0          0          0
1797.04/1797.00	c   rapidlearning    :       0.00          0          0          0          0          0
1797.04/1797.00	c Pricers            :       Time      Calls       Vars
1797.04/1797.00	c   problem variables:       0.00          0          0
1797.04/1797.00	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1797.04/1797.00	c   relpscost        :      97.49     300585          0          0          0          0     601170
1797.04/1797.00	c   pscost           :       0.00          0          0          0          0          0          0
1797.04/1797.00	c   inference        :       0.00          1          0          0          0          0          2
1797.04/1797.00	c   mostinf          :       0.00          0          0          0          0          0          0
1797.04/1797.00	c   leastinf         :       0.00          0          0          0          0          0          0
1797.04/1797.00	c   fullstrong       :       0.00          0          0          0          0          0          0
1797.04/1797.00	c   allfullstrong    :       0.00          0          0          0          0          0          0
1797.04/1797.00	c   random           :       0.00          0          0          0          0          0          0
1797.04/1797.00	c Primal Heuristics  :       Time      Calls      Found
1797.04/1797.00	c   LP solutions     :       0.00          -          0
1797.04/1797.00	c   pseudo solutions :       0.00          -          0
1797.04/1797.00	c   oneopt           :       0.13          4          1
1797.04/1797.00	c   crossover        :       0.50         28          1
1797.04/1797.00	c   veclendiving     :      26.71       4700        112
1797.04/1797.00	c   guideddiving     :      15.20       4700         42
1797.04/1797.00	c   coefdiving       :      17.19       4701        114
1797.04/1797.00	c   pscostdiving     :      16.61       4701        115
1797.04/1797.00	c   linesearchdiving :      15.98       4701         77
1797.04/1797.00	c   objpscostdiving  :      11.00       2351         41
1797.04/1797.00	c   rootsoldiving    :      13.45       2351          8
1797.04/1797.00	c   trivial          :       0.00          2          1
1797.04/1797.00	c   shiftandpropagate:       0.00          0          0
1797.04/1797.00	c   simplerounding   :      13.37     300713        364
1797.04/1797.00	c   zirounding       :       0.19       1000          0
1797.04/1797.00	c   rounding         :      14.74      26275          1
1797.04/1797.00	c   shifting         :       4.99       7926          1
1797.04/1797.00	c   intshifting      :       0.01          0          0
1797.04/1797.00	c   twoopt           :       0.00          0          0
1797.04/1797.00	c   fixandinfer      :       0.00          0          0
1797.04/1797.00	c   feaspump         :       0.01          0          0
1797.04/1797.00	c   clique           :       0.00          0          0
1797.04/1797.00	c   fracdiving       :      15.39       4701         49
1797.04/1797.00	c   intdiving        :       0.00          0          0
1797.04/1797.00	c   actconsdiving    :       0.00          0          0
1797.04/1797.00	c   octane           :       0.00          0          0
1797.04/1797.00	c   rens             :       0.01          0          0
1797.04/1797.00	c   rins             :       0.00          0          0
1797.04/1797.00	c   localbranching   :       0.00          0          0
1797.04/1797.00	c   mutation         :       0.00          0          0
1797.04/1797.00	c   dins             :       0.00          0          0
1797.04/1797.00	c   vbounds          :       0.00          0          0
1797.04/1797.00	c   undercover       :       0.00          0          0
1797.04/1797.00	c   subnlp           :       0.05          0          0
1797.04/1797.00	c   trysol           :       0.09          0          0
1797.04/1797.00	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1797.04/1797.00	c   primal LP        :      23.13          0          0       0.00       0.00
1797.04/1797.00	c   dual LP          :    1335.78     386032   25544270      66.17   19123.06
1797.04/1797.00	c   lex dual LP      :       0.00          0          0       0.00          -
1797.04/1797.00	c   barrier LP       :       0.00          0          0       0.00          -
1797.04/1797.00	c   diving/probing LP:      88.91     139041    1457698      10.48   16395.18
1797.04/1797.00	c   strong branching :      89.64      19247    1224881      63.64   13664.91
1797.04/1797.00	c     (at root node) :          -         31      26978     870.26          -
1797.04/1797.00	c   conflict analysis:       0.00          0          0       0.00          -
1797.04/1797.00	c B&B Tree           :
1797.04/1797.00	c   number of runs   :          1
1797.04/1797.00	c   nodes            :     300586
1797.04/1797.00	c   nodes (total)    :     300586
1797.04/1797.00	c   nodes left       :     300587
1797.04/1797.00	c   max depth        :         88
1797.04/1797.00	c   max depth (total):         88
1797.04/1797.00	c   backtracks       :      32906 (10.9%)
1797.04/1797.00	c   delayed cutoffs  :          0
1797.04/1797.00	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1797.04/1797.00	c   avg switch length:       3.57
1797.04/1797.00	c   switching time   :      49.95
1797.04/1797.00	c Solution           :
1797.04/1797.00	c   Solutions found  :        927 (6 improvements)
1797.04/1797.00	c   First Solution   : +0.00000000000000e+00   (in run 1, after 0 nodes, 0.05 seconds, depth 0, found by <trivial>)
1797.04/1797.00	c   Primal Bound     : -4.70000000000000e+01   (in run 1, after 255915 nodes, 1561.16 seconds, depth 62, found by <coefdiving>)
1797.04/1797.00	c   Dual Bound       : -1.41434074211743e+02
1797.04/1797.00	c   Gap              :      66.77 %
1797.04/1797.00	c   Root Dual Bound  : -1.48777777777778e+02
1797.04/1797.00	c   Root Iterations  :      82764
1797.54/1797.50	c Time complete: 1797.54.

Verifier Data

OK	-47

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-3485136-1307783937/watcher-3485136-1307783937 -o /tmp/evaluation-result-3485136-1307783937/solver-3485136-1307783937 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3485136-1307783937.opb -t 1800 -m 15500 

running on 4 cores: 0,2,4,6

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.84 1.97 1.94 2/177 5141
/proc/meminfo: memFree=31590108/32951124 swapFree=67056304/67111528
[pid=5141] ppid=5139 vsize=10252 CPUtime=0 cores=0,2,4,6
/proc/5141/stat : 5141 (scip-2.0.1.4_2.) R 5139 5141 5057 0 -1 4202496 1576 0 0 0 0 0 0 0 25 0 1 0 968624259 10498048 1531 33554432000 4194304 8979876 140733462034800 18446744073709551615 7790414 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/5141/statm: 2563 1531 367 1169 0 1390 0

[startup+0.0289101 s]
/proc/loadavg: 1.84 1.97 1.94 2/177 5141
/proc/meminfo: memFree=31590108/32951124 swapFree=67056304/67111528
[pid=5141] ppid=5139 vsize=21564 CPUtime=0.02 cores=0,2,4,6
/proc/5141/stat : 5141 (scip-2.0.1.4_2.) R 5139 5141 5057 0 -1 4202496 4148 0 0 0 2 0 0 0 18 0 1 0 968624259 22081536 4103 33554432000 4194304 8979876 140733462034800 18446744073709551615 5431763 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/5141/statm: 5391 4103 456 1169 0 4218 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 21564

[startup+0.100927 s]
/proc/loadavg: 1.84 1.97 1.94 2/177 5141
/proc/meminfo: memFree=31590108/32951124 swapFree=67056304/67111528
[pid=5141] ppid=5139 vsize=36428 CPUtime=0.09 cores=0,2,4,6
/proc/5141/stat : 5141 (scip-2.0.1.4_2.) R 5139 5141 5057 0 -1 4202496 8063 0 0 0 8 1 0 0 18 0 1 0 968624259 37302272 7761 33554432000 4194304 8979876 140733462034800 18446744073709551615 5049035 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/5141/statm: 9107 7761 480 1169 0 7934 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 36428

[startup+0.3009 s]
/proc/loadavg: 1.84 1.97 1.94 2/177 5141
/proc/meminfo: memFree=31590108/32951124 swapFree=67056304/67111528
[pid=5141] ppid=5139 vsize=51044 CPUtime=0.29 cores=0,2,4,6
/proc/5141/stat : 5141 (scip-2.0.1.4_2.) R 5139 5141 5057 0 -1 4202496 11818 0 0 0 28 1 0 0 18 0 1 0 968624259 52269056 11358 33554432000 4194304 8979876 140733462034800 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/5141/statm: 12761 11358 709 1169 0 11588 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 51044

[startup+0.700786 s]
/proc/loadavg: 1.84 1.97 1.94 2/177 5141
/proc/meminfo: memFree=31590108/32951124 swapFree=67056304/67111528
[pid=5141] ppid=5139 vsize=52576 CPUtime=0.69 cores=0,2,4,6
/proc/5141/stat : 5141 (scip-2.0.1.4_2.) R 5139 5141 5057 0 -1 4202496 12575 0 0 0 67 2 0 0 18 0 1 0 968624259 53837824 12060 33554432000 4194304 8979876 140733462034800 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/5141/statm: 13144 12060 707 1169 0 11971 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 52576

[startup+1.50067 s]
/proc/loadavg: 1.84 1.97 1.94 3/178 5142
/proc/meminfo: memFree=31537796/32951124 swapFree=67056304/67111528
[pid=5141] ppid=5139 vsize=61668 CPUtime=1.49 cores=0,2,4,6
/proc/5141/stat : 5141 (scip-2.0.1.4_2.) R 5139 5141 5057 0 -1 4202496 14758 0 0 0 146 3 0 0 19 0 1 0 968624259 63148032 14194 33554432000 4194304 8979876 140733462034800 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/5141/statm: 15417 14194 660 1169 0 14244 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 61668

[startup+3.10038 s]
/proc/loadavg: 1.84 1.97 1.94 2/176 5142
/proc/meminfo: memFree=31561496/32951124 swapFree=67056304/67111528
[pid=5141] ppid=5139 vsize=70848 CPUtime=3.09 cores=0,2,4,6
/proc/5141/stat : 5141 (scip-2.0.1.4_2.) R 5139 5141 5057 0 -1 4202496 17202 0 0 0 304 5 0 0 24 0 1 0 968624259 72548352 16616 33554432000 4194304 8979876 140733462034800 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/5141/statm: 17712 16616 674 1169 0 16539 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 70848

[startup+6.30079 s]
/proc/loadavg: 1.85 1.97 1.94 3/178 5218
/proc/meminfo: memFree=31456432/32951124 swapFree=67056304/67111528
[pid=5141] ppid=5139 vsize=80212 CPUtime=6.29 cores=0,2,4,6
/proc/5141/stat : 5141 (scip-2.0.1.4_2.) R 5139 5141 5057 0 -1 4202496 19401 0 0 0 621 8 0 0 25 0 1 0 968624259 82137088 18800 33554432000 4194304 8979876 140733462034800 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/5141/statm: 20053 18800 730 1169 0 18880 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 80212

[startup+12.7006 s]
/proc/loadavg: 1.86 1.97 1.94 3/178 5218
/proc/meminfo: memFree=31433784/32951124 swapFree=67056304/67111528
[pid=5141] ppid=5139 vsize=92952 CPUtime=12.69 cores=0,2,4,6
/proc/5141/stat : 5141 (scip-2.0.1.4_2.) R 5139 5141 5057 0 -1 4202496 22600 0 0 0 1256 13 0 0 25 0 1 0 968624259 95182848 21916 33554432000 4194304 8979876 140733462034800 18446744073709551615 5907824 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/5141/statm: 23238 21916 663 1169 0 22065 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 92952

[startup+25.5003 s]
/proc/loadavg: 1.89 1.97 1.94 3/178 5219
/proc/meminfo: memFree=31419044/32951124 swapFree=67056304/67111528
[pid=5141] ppid=5139 vsize=93316 CPUtime=25.49 cores=0,2,4,6
/proc/5141/stat : 5141 (scip-2.0.1.4_2.) R 5139 5141 5057 0 -1 4202496 22679 0 0 0 2529 20 0 0 25 0 1 0 968624259 95555584 21995 33554432000 4194304 8979876 140733462034800 18446744073709551615 6543876 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/5141/statm: 23329 21995 663 1169 0 22156 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 93316

[startup+51.1006 s]
/proc/loadavg: 1.93 1.97 1.94 3/178 5219
/proc/meminfo: memFree=31418292/32951124 swapFree=67056304/67111528
[pid=5141] ppid=5139 vsize=93440 CPUtime=51.09 cores=0,2,4,6
/proc/5141/stat : 5141 (scip-2.0.1.4_2.) R 5139 5141 5057 0 -1 4202496 23411 0 0 0 5067 42 0 0 25 0 1 0 968624259 95682560 22084 33554432000 4194304 8979876 140733462034800 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5141/statm: 23360 22084 681 1169 0 22187 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 93440

[startup+102.306 s]
/proc/loadavg: 1.97 1.97 1.94 3/178 5221
/proc/meminfo: memFree=31416172/32951124 swapFree=67056304/67111528
[pid=5141] ppid=5139 vsize=94584 CPUtime=102.3 cores=0,2,4,6
/proc/5141/stat : 5141 (scip-2.0.1.4_2.) R 5139 5141 5057 0 -1 4202496 34887 0 0 0 10111 119 0 0 25 0 1 0 968624259 96854016 22360 33554432000 4194304 8979876 140733462034800 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5141/statm: 23646 22360 698 1169 0 22473 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 94584

[startup+162.3 s]
/proc/loadavg: 1.99 1.97 1.94 3/178 5222
/proc/meminfo: memFree=31400660/32951124 swapFree=67056304/67111528
[pid=5141] ppid=5139 vsize=105816 CPUtime=162.29 cores=0,2,4,6
/proc/5141/stat : 5141 (scip-2.0.1.4_2.) R 5139 5141 5057 0 -1 4202496 42773 0 0 0 16011 218 0 0 25 0 1 0 968624259 108355584 25200 33554432000 4194304 8979876 140733462034800 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5141/statm: 26454 25200 698 1169 0 25281 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 105816

[startup+222.3 s]
/proc/loadavg: 1.99 1.97 1.94 3/178 5224
/proc/meminfo: memFree=31389952/32951124 swapFree=67056304/67111528
[pid=5141] ppid=5139 vsize=116532 CPUtime=222.3 cores=0,2,4,6
/proc/5141/stat : 5141 (scip-2.0.1.4_2.) R 5139 5141 5057 0 -1 4202496 47933 0 0 0 21920 310 0 0 25 0 1 0 968624259 119328768 27913 33554432000 4194304 8979876 140733462034800 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5141/statm: 29133 27913 698 1169 0 27960 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 116532

[startup+282.3 s]
/proc/loadavg: 1.99 1.97 1.94 3/178 5225
/proc/meminfo: memFree=31383324/32951124 swapFree=67056304/67111528
[pid=5141] ppid=5139 vsize=127516 CPUtime=282.29 cores=0,2,4,6
/proc/5141/stat : 5141 (scip-2.0.1.4_2.) R 5139 5141 5057 0 -1 4202496 50706 0 0 0 27824 405 0 0 25 0 1 0 968624259 130576384 30680 33554432000 4194304 8979876 140733462034800 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5141/statm: 31879 30680 698 1169 0 30706 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 127516

[startup+342.3 s]
/proc/loadavg: 1.99 1.97 1.94 3/178 5227
/proc/meminfo: memFree=31362660/32951124 swapFree=67056304/67111528
[pid=5141] ppid=5139 vsize=141824 CPUtime=342.29 cores=0,2,4,6
/proc/5141/stat : 5141 (scip-2.0.1.4_2.) R 5139 5141 5057 0 -1 4202496 56668 0 0 0 33723 506 0 0 25 0 1 0 968624259 145227776 34253 33554432000 4194304 8979876 140733462034800 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5141/statm: 35456 34253 701 1169 0 34283 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 141824

[startup+402.3 s]
/proc/loadavg: 1.99 1.97 1.94 3/178 5229
/proc/meminfo: memFree=31349200/32951124 swapFree=67056304/67111528
[pid=5141] ppid=5139 vsize=153044 CPUtime=402.3 cores=0,2,4,6
/proc/5141/stat : 5141 (scip-2.0.1.4_2.) R 5139 5141 5057 0 -1 4202496 59524 0 0 0 39626 604 0 0 25 0 1 0 968624259 156717056 37101 33554432000 4194304 8979876 140733462034800 18446744073709551615 7196828 0 0 4096 2 0 0 0 17 6 0 0 0
/proc/5141/statm: 38261 37101 701 1169 0 37088 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 153044

[startup+462.3 s]
/proc/loadavg: 2.03 1.99 1.94 3/178 5230
/proc/meminfo: memFree=31335616/32951124 swapFree=67056304/67111528
[pid=5141] ppid=5139 vsize=162232 CPUtime=462.3 cores=0,2,4,6
/proc/5141/stat : 5141 (scip-2.0.1.4_2.) R 5139 5141 5057 0 -1 4202496 61870 0 0 0 45525 705 0 0 25 0 1 0 968624259 166125568 39441 33554432000 4194304 8979876 140733462034800 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5141/statm: 40558 39441 701 1169 0 39385 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 162232

[startup+522.3 s]
/proc/loadavg: 2.01 1.99 1.94 3/178 5232
/proc/meminfo: memFree=31314200/32951124 swapFree=67056304/67111528
[pid=5141] ppid=5139 vsize=178452 CPUtime=522.3 cores=0,2,4,6
/proc/5141/stat : 5141 (scip-2.0.1.4_2.) R 5139 5141 5057 0 -1 4202496 65904 0 0 0 51425 805 0 0 25 0 1 0 968624259 182734848 43475 33554432000 4194304 8979876 140733462034800 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5141/statm: 44613 43475 701 1169 0 43440 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 178452

[startup+582.3 s]
/proc/loadavg: 2.00 1.99 1.94 3/178 5233
/proc/meminfo: memFree=31293680/32951124 swapFree=67056304/67111528
[pid=5141] ppid=5139 vsize=199008 CPUtime=582.31 cores=0,2,4,6
/proc/5141/stat : 5141 (scip-2.0.1.4_2.) R 5139 5141 5057 0 -1 4202496 73074 0 0 0 57325 906 0 0 25 0 1 0 968624259 203784192 48193 33554432000 4194304 8979876 140733462034800 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5141/statm: 49752 48193 701 1169 0 48579 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 199008

[startup+642.3 s]

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

/proc/meminfo: memFree=31114636/32951124 swapFree=67056304/67111528
[pid=5141] ppid=5139 vsize=314292 CPUtime=1062.32 cores=0,2,4,6
/proc/5141/stat : 5141 (scip-2.0.1.4_2.) R 5139 5141 5057 0 -1 4202496 119400 0 0 0 104479 1753 0 0 25 0 1 0 968624259 321835008 77356 33554432000 4194304 8979876 140733462034800 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5141/statm: 78573 77356 713 1169 0 77400 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 314292

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 5248
/proc/meminfo: memFree=31087784/32951124 swapFree=67056304/67111528
[pid=5141] ppid=5139 vsize=332452 CPUtime=1122.32 cores=0,2,4,6
/proc/5141/stat : 5141 (scip-2.0.1.4_2.) R 5139 5141 5057 0 -1 4202496 124012 0 0 0 110377 1855 0 0 25 0 1 0 968624259 340430848 81968 33554432000 4194304 8979876 140733462034800 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5141/statm: 83113 81968 713 1169 0 81940 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 332452

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 5249
/proc/meminfo: memFree=31072228/32951124 swapFree=67056304/67111528
[pid=5141] ppid=5139 vsize=341476 CPUtime=1182.33 cores=0,2,4,6
/proc/5141/stat : 5141 (scip-2.0.1.4_2.) R 5139 5141 5057 0 -1 4202496 128783 0 0 0 116276 1957 0 0 25 0 1 0 968624259 349671424 84288 33554432000 4194304 8979876 140733462034800 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5141/statm: 85369 84288 713 1169 0 84196 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 341476

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 5254
/proc/meminfo: memFree=31047480/32951124 swapFree=67056304/67111528
[pid=5141] ppid=5139 vsize=358520 CPUtime=1242.32 cores=0,2,4,6
/proc/5141/stat : 5141 (scip-2.0.1.4_2.) R 5139 5141 5057 0 -1 4202496 133066 0 0 0 122179 2053 0 0 25 0 1 0 968624259 367124480 88566 33554432000 4194304 8979876 140733462034800 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5141/statm: 89630 88566 713 1169 0 88457 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 358520

[startup+1302.3 s]
/proc/loadavg: 2.03 2.01 1.96 3/178 5256
/proc/meminfo: memFree=31027968/32951124 swapFree=67056304/67111528
[pid=5141] ppid=5139 vsize=375588 CPUtime=1302.33 cores=0,2,4,6
/proc/5141/stat : 5141 (scip-2.0.1.4_2.) R 5139 5141 5057 0 -1 4202496 136402 0 0 0 128078 2155 0 0 25 0 1 0 968624259 384602112 91895 33554432000 4194304 8979876 140733462034800 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5141/statm: 93897 91895 713 1169 0 92724 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 375588

[startup+1362.3 s]
/proc/loadavg: 2.01 2.01 1.96 3/178 5257
/proc/meminfo: memFree=31006220/32951124 swapFree=67056304/67111528
[pid=5141] ppid=5139 vsize=388032 CPUtime=1362.32 cores=0,2,4,6
/proc/5141/stat : 5141 (scip-2.0.1.4_2.) R 5139 5141 5057 0 -1 4202496 139522 0 0 0 133976 2256 0 0 25 0 1 0 968624259 397344768 95013 33554432000 4194304 8979876 140733462034800 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5141/statm: 97008 95013 713 1169 0 95835 0
Current children cumulated CPU time (s) 1362.32
Current children cumulated vsize (KiB) 388032

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 5259
/proc/meminfo: memFree=30980100/32951124 swapFree=67056304/67111528
[pid=5141] ppid=5139 vsize=403028 CPUtime=1422.34 cores=0,2,4,6
/proc/5141/stat : 5141 (scip-2.0.1.4_2.) R 5139 5141 5057 0 -1 4202496 143287 0 0 0 139873 2361 0 0 25 0 1 0 968624259 412700672 98778 33554432000 4194304 8979876 140733462034800 18446744073709551615 5374142 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5141/statm: 100757 98778 713 1169 0 99584 0
Current children cumulated CPU time (s) 1422.34
Current children cumulated vsize (KiB) 403028

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 5260
/proc/meminfo: memFree=30961184/32951124 swapFree=67056304/67111528
[pid=5141] ppid=5139 vsize=415056 CPUtime=1482.33 cores=0,2,4,6
/proc/5141/stat : 5141 (scip-2.0.1.4_2.) R 5139 5141 5057 0 -1 4202496 150737 0 0 0 145765 2468 0 0 25 0 1 0 968624259 425017344 101838 33554432000 4194304 8979876 140733462034800 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5141/statm: 103764 101838 713 1169 0 102591 0
Current children cumulated CPU time (s) 1482.33
Current children cumulated vsize (KiB) 415056

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 5262
/proc/meminfo: memFree=30933076/32951124 swapFree=67056304/67111528
[pid=5141] ppid=5139 vsize=433216 CPUtime=1542.33 cores=0,2,4,6
/proc/5141/stat : 5141 (scip-2.0.1.4_2.) R 5139 5141 5057 0 -1 4202496 157602 0 0 0 151662 2571 0 0 25 0 1 0 968624259 443613184 106449 33554432000 4194304 8979876 140733462034800 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5141/statm: 108304 106449 713 1169 0 107131 0
Current children cumulated CPU time (s) 1542.33
Current children cumulated vsize (KiB) 433216

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 5264
/proc/meminfo: memFree=30911580/32951124 swapFree=67056304/67111528
[pid=5141] ppid=5139 vsize=450064 CPUtime=1602.33 cores=0,2,4,6
/proc/5141/stat : 5141 (scip-2.0.1.4_2.) R 5139 5141 5057 0 -1 4202496 172993 0 0 0 157558 2675 0 0 25 0 1 0 968624259 460865536 110757 33554432000 4194304 8979876 140733462034800 18446744073709551615 7069248 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5141/statm: 112516 110757 713 1169 0 111343 0
Current children cumulated CPU time (s) 1602.33
Current children cumulated vsize (KiB) 450064

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 5265
/proc/meminfo: memFree=30893192/32951124 swapFree=67056304/67111528
[pid=5141] ppid=5139 vsize=462156 CPUtime=1662.33 cores=0,2,4,6
/proc/5141/stat : 5141 (scip-2.0.1.4_2.) R 5139 5141 5057 0 -1 4202496 178389 0 0 0 163452 2781 0 0 25 0 1 0 968624259 473247744 113743 33554432000 4194304 8979876 140733462034800 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5141/statm: 115539 113743 713 1169 0 114366 0
Current children cumulated CPU time (s) 1662.33
Current children cumulated vsize (KiB) 462156

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 5267
/proc/meminfo: memFree=30869200/32951124 swapFree=67056304/67111528
[pid=5141] ppid=5139 vsize=478332 CPUtime=1722.34 cores=0,2,4,6
/proc/5141/stat : 5141 (scip-2.0.1.4_2.) R 5139 5141 5057 0 -1 4202496 184880 0 0 0 169350 2884 0 0 25 0 1 0 968624259 489811968 117858 33554432000 4194304 8979876 140733462034800 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5141/statm: 119583 117858 713 1169 0 118410 0
Current children cumulated CPU time (s) 1722.34
Current children cumulated vsize (KiB) 478332

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 5268
/proc/meminfo: memFree=30848044/32951124 swapFree=67056304/67111528
[pid=5141] ppid=5139 vsize=493456 CPUtime=1782.34 cores=0,2,4,6
/proc/5141/stat : 5141 (scip-2.0.1.4_2.) R 5139 5141 5057 0 -1 4202496 188671 0 0 0 175246 2988 0 0 25 0 1 0 968624259 505298944 121649 33554432000 4194304 8979876 140733462034800 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5141/statm: 123364 121649 713 1169 0 122191 0
Current children cumulated CPU time (s) 1782.34
Current children cumulated vsize (KiB) 493456

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 5269
/proc/meminfo: memFree=30846308/32951124 swapFree=67056304/67111528
[pid=5141] ppid=5139 vsize=493840 CPUtime=1785.54 cores=0,2,4,6
/proc/5141/stat : 5141 (scip-2.0.1.4_2.) R 5139 5141 5057 0 -1 4202496 188785 0 0 0 175561 2993 0 0 25 0 1 0 968624259 505692160 121763 33554432000 4194304 8979876 140733462034800 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5141/statm: 123460 121763 713 1169 0 122287 0
Current children cumulated CPU time (s) 1785.54
Current children cumulated vsize (KiB) 493840

[startup+1791.91 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 5269
/proc/meminfo: memFree=30843320/32951124 swapFree=67056304/67111528
[pid=5141] ppid=5139 vsize=495876 CPUtime=1791.95 cores=0,2,4,6
/proc/5141/stat : 5141 (scip-2.0.1.4_2.) R 5139 5141 5057 0 -1 4202496 189337 0 0 0 176190 3005 0 0 25 0 1 0 968624259 507777024 122315 33554432000 4194304 8979876 140733462034800 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5141/statm: 123969 122315 713 1169 0 122796 0
Current children cumulated CPU time (s) 1791.95
Current children cumulated vsize (KiB) 495876

[startup+1795.1 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 5269
/proc/meminfo: memFree=30842328/32951124 swapFree=67056304/67111528
[pid=5141] ppid=5139 vsize=497044 CPUtime=1795.14 cores=0,2,4,6
/proc/5141/stat : 5141 (scip-2.0.1.4_2.) R 5139 5141 5057 0 -1 4202496 189574 0 0 0 176503 3011 0 0 25 0 1 0 968624259 508973056 122552 33554432000 4194304 8979876 140733462034800 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5141/statm: 124261 122552 713 1169 0 123088 0
Current children cumulated CPU time (s) 1795.14
Current children cumulated vsize (KiB) 497044

[startup+1796.7 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 5269
/proc/meminfo: memFree=30842204/32951124 swapFree=67056304/67111528
[pid=5141] ppid=5139 vsize=497044 CPUtime=1796.74 cores=0,2,4,6
/proc/5141/stat : 5141 (scip-2.0.1.4_2.) R 5139 5141 5057 0 -1 4202496 189574 0 0 0 176660 3014 0 0 25 0 1 0 968624259 508973056 122552 33554432000 4194304 8979876 140733462034800 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5141/statm: 124261 122552 713 1169 0 123088 0
Current children cumulated CPU time (s) 1796.74
Current children cumulated vsize (KiB) 497044

[startup+1797.1 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 5269
/proc/meminfo: memFree=30842204/32951124 swapFree=67056304/67111528
[pid=5141] ppid=5139 vsize=497044 CPUtime=1797.14 cores=0,2,4,6
/proc/5141/stat : 5141 (scip-2.0.1.4_2.) R 5139 5141 5057 0 -1 4202496 189578 0 0 0 176699 3015 0 0 25 0 1 0 968624259 508973056 122556 33554432000 4194304 8979876 140733462034800 18446744073709551615 6778271 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/5141/statm: 124261 122556 716 1169 0 123088 0
Current children cumulated CPU time (s) 1797.14
Current children cumulated vsize (KiB) 497044

[startup+1797.5 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 5269
/proc/meminfo: memFree=30842440/32951124 swapFree=67056304/67111528
[pid=5141] ppid=5139 vsize=459260 CPUtime=1797.54 cores=0,2,4,6
/proc/5141/stat : 5141 (scip-2.0.1.4_2.) R 5139 5141 5057 0 -1 4202496 189578 0 0 0 176737 3017 0 0 25 0 1 0 968624259 470282240 40405 33554432000 4194304 8979876 140733462034800 18446744073709551615 8073290 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/5141/statm: 114815 40063 711 1169 0 113642 0
Current children cumulated CPU time (s) 1797.54
Current children cumulated vsize (KiB) 459260

Child status: 0
Real time (s): 1797.51
CPU time (s): 1797.55
CPU user time (s): 1767.38
CPU system time (s): 30.1774
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 497044

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

runsolver used 2.6346 second user time and 5.57815 second system time

The end

Launcher Data

Begin job on node110 at 2011-06-11 11:18:57
IDJOB=3485136
IDBENCH=48182
IDSOLVER=1977
FILE ID=node110/3485136-1307783937
RUNJOBID= node110-1307783936-5075
PBS_JOBID= 13550895
Free space on /tmp= 74128 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_5.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-3485136-1307783937/watcher-3485136-1307783937 -o /tmp/evaluation-result-3485136-1307783937/solver-3485136-1307783937 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3485136-1307783937.opb -t 1800 -m 15500

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

MD5SUM BENCH= 40141f2f083fa5e1f8a41aa043de0b1b
RANDOM SEED=1901442156

node110.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.830
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.66
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.830
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.830
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.830
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.83
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.830
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.76
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.830
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.830
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.74
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.830
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31590164 kB
Buffers:        297868 kB
Cached:         778332 kB
SwapCached:       8464 kB
Active:         562816 kB
Inactive:       562704 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31590164 kB
SwapTotal:    67111528 kB
SwapFree:     67056304 kB
Dirty:           33760 kB
Writeback:           0 kB
AnonPages:       47180 kB
Mapped:          15780 kB
Slab:           169464 kB
PageTables:       4608 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   240728 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= 74112 MiB
End job on node110 at 2011-06-11 11:48:54