Trace number 3737428

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
PB11: SCIP spx E_2 2011-06-10 (fixed)SAT-15 1797.4 1797.72

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_100_25_5.opb
MD5SUM1a8c058c181490cb899ec7074b22bfb3
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-15
Best CPU time to get the best result obtained on this benchmark1797.4
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -16
Optimality of the best value was proved NO
Number of variables200
Total number of constraints301
Number of constraints which are clauses100
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints201
Minimum length of a constraint2
Maximum length of a constraint200
Number of terms in the objective function 100
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 100
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 200
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)6124
Sum of products size (including duplicates)12248
Number of different products3062
Sum of products size6124

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-3737428-1338727468.opb>
0.00/0.02	c original problem has 3262 variables (3262 bin, 0 int, 0 impl, 0 cont) and 3563 constraints
0.00/0.02	c problem read
0.00/0.02	c presolving settings loaded
0.00/0.04	o 0
0.00/0.04	c feasible solution found by trivial heuristic, objective value  0.000000e+00
0.00/0.04	c presolving:
0.00/0.07	c (round 1) 0 del vars, 3462 del conss, 200 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 100 upgd conss, 24696 impls, 199 clqs
0.00/0.08	c (round 2) 3062 del vars, 3462 del conss, 200 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 300 upgd conss, 24696 impls, 0 clqs
0.09/0.10	c    (0.1s) probing: 101/200 (50.5%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.09/0.10	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.09/0.10	c presolving (3 rounds):
0.09/0.10	c  3062 deleted vars, 3462 deleted constraints, 200 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.09/0.10	c  24696 implications, 0 cliques
0.09/0.10	c presolved problem has 200 variables (200 bin, 0 int, 0 impl, 0 cont) and 301 constraints
0.09/0.10	c     200 constraints of type <knapsack>
0.09/0.10	c     100 constraints of type <setppc>
0.09/0.10	c       1 constraints of type <linear>
0.09/0.10	c transformed objective value is always integral (scale: 1)
0.09/0.10	c Presolving Time: 0.06
0.09/0.10	c - non default parameters ----------------------------------------------------------------------
0.09/0.10	c # SCIP version 2.0.1.5
0.09/0.10	c 
0.09/0.10	c # frequency for displaying node information lines
0.09/0.10	c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.10	c display/freq = 10000
0.09/0.10	c 
0.09/0.10	c # maximal time in seconds to run
0.09/0.10	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.10	c limits/time = 1797
0.09/0.10	c 
0.09/0.10	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.10	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.10	c limits/memory = 13950
0.09/0.10	c 
0.09/0.10	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.09/0.10	c # [type: int, range: [1,2], default: 1]
0.09/0.10	c timing/clocktype = 2
0.09/0.10	c 
0.09/0.10	c # belongs reading time to solving time?
0.09/0.10	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.10	c timing/reading = TRUE
0.09/0.10	c 
0.09/0.10	c # should presolving try to simplify inequalities
0.09/0.10	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.10	c constraints/linear/simplifyinequalities = TRUE
0.09/0.10	c 
0.09/0.10	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.09/0.10	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.10	c constraints/indicator/addCouplingCons = TRUE
0.09/0.10	c 
0.09/0.10	c # should presolving try to simplify knapsacks
0.09/0.10	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.10	c constraints/knapsack/simplifyinequalities = TRUE
0.09/0.10	c 
0.09/0.10	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.09/0.10	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.10	c separating/rapidlearning/freq = 0
0.09/0.10	c 
0.09/0.10	c -----------------------------------------------------------------------------------------------
0.09/0.10	c start solving
0.09/0.10	c 
0.19/0.20	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.20	c t 0.2s|     1 |     0 |  1000 |     - |8592k|   0 | 200 | 200 | 301 | 200 | 301 |   0 |   0 |   0 |-5.000000e+01 | 0.000000e+00 | 100.00%
0.19/0.21	o -1
0.19/0.21	c R 0.2s|     1 |     0 |  1000 |     - |8604k|   0 | 200 | 200 | 301 | 200 | 301 |   0 |   0 |   0 |-5.000000e+01 |-1.000000e+00 |  98.00%
0.19/0.29	o -10
0.19/0.29	c y 0.3s|     1 |     0 |  1000 |     - |8619k|   0 | 200 | 200 | 301 | 200 | 301 |   0 |   0 |   0 |-5.000000e+01 |-1.000000e+01 |  80.00%
1.59/1.60	c   1.6s|     1 |     2 |  1000 |     - |8615k|   0 | 200 | 200 | 301 | 200 | 301 |   0 |   0 |  25 |-5.000000e+01 |-1.000000e+01 |  80.00%
2.78/2.84	o -11
2.78/2.84	c R 2.8s|    12 |    11 |  1857 |  77.9 |8665k|  11 |  20 | 200 | 301 | 200 | 301 |   0 |   0 | 168 |-4.976930e+01 |-1.100000e+01 |  77.90%
12.09/12.11	o -12
12.09/12.11	c S12.1s|    75 |    76 |  7389 |  86.3 |8799k|  15 |   0 | 200 | 303 | 200 | 301 |   0 |   2 | 972 |-4.885123e+01 |-1.200000e+01 |  75.44%
15.08/15.18	o -13
15.08/15.18	c C15.2s|   275 |   212 | 19122 |  66.1 |9121k|  21 |  33 | 200 | 303 | 200 | 301 |   0 |   2 |1063 |-4.776470e+01 |-1.300000e+01 |  72.78%
18.18/18.20	o -14
18.18/18.20	c l18.2s|   972 |   579 | 51967 |  52.5 |  10M|  62 |   - | 200 | 315 | 200 | 301 |   0 |  17 |1088 |-4.171219e+01 |-1.400000e+01 |  66.44%
61.18/61.29	c  61.3s| 10000 |  8321 |618524 |  61.8 |  19M|  83 |  33 | 200 | 494 | 200 | 301 |   0 | 250 |1174 |-3.730156e+01 |-1.400000e+01 |  62.47%
97.78/97.84	c  97.8s| 20000 | 15759 |  1135k|  56.7 |  28M|  83 |   - | 200 | 458 | 200 | 301 |   0 | 379 |1416 |-3.629066e+01 |-1.400000e+01 |  61.42%
132.35/132.41	c   132s| 30000 | 23141 |  1647k|  54.9 |  38M|  84 |   - | 200 | 466 | 200 | 301 |   0 | 487 |1665 |-3.543071e+01 |-1.400000e+01 |  60.49%
162.15/162.23	c   162s| 40000 | 29739 |  2105k|  52.6 |  46M|  97 |  52 | 200 | 473 | 200 | 301 |   0 | 578 |1848 |-3.492194e+01 |-1.400000e+01 |  59.91%
189.44/189.59	c   190s| 50000 | 35949 |  2526k|  50.5 |  54M|  98 |  28 | 200 | 440 | 200 | 301 |   0 | 641 |2028 |-3.445597e+01 |-1.400000e+01 |  59.37%
216.24/216.32	c   216s| 60000 | 41895 |  2938k|  49.0 |  62M|  99 |  33 | 200 | 417 | 200 | 301 |   0 | 699 |2189 |-3.406330e+01 |-1.400000e+01 |  58.90%
241.64/241.71	c   242s| 70000 | 47859 |  3342k|  47.7 |  70M| 101 |  61 | 200 | 396 | 200 | 301 |   0 | 751 |2316 |-3.380046e+01 |-1.400000e+01 |  58.58%
263.73/263.82	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
263.73/263.82	c   264s| 80000 | 53153 |  3695k|  46.2 |  77M| 101 |  41 | 200 | 396 | 200 | 301 |   0 | 798 |2457 |-3.364821e+01 |-1.400000e+01 |  58.39%
285.94/286.05	c   286s| 90000 | 58463 |  4048k|  45.0 |  84M| 101 | 101 | 200 | 406 | 200 | 301 |   0 | 844 |2556 |-3.346920e+01 |-1.400000e+01 |  58.17%
307.93/308.07	c   308s|100000 | 63793 |  4404k|  44.0 |  92M| 102 |  64 | 200 | 415 | 200 | 301 |   0 | 901 |2679 |-3.331385e+01 |-1.400000e+01 |  57.98%
329.22/329.31	c   329s|110000 | 68997 |  4751k|  43.2 |  99M| 102 |  41 | 200 | 417 | 200 | 301 |   0 | 951 |2771 |-3.315291e+01 |-1.400000e+01 |  57.77%
350.52/350.61	c   351s|120000 | 74173 |  5098k|  42.5 | 106M| 102 |  38 | 200 | 408 | 200 | 301 |   0 | 990 |2871 |-3.305553e+01 |-1.400000e+01 |  57.65%
371.72/371.85	c   372s|130000 | 79399 |  5452k|  41.9 | 113M| 103 |  85 | 200 | 388 | 200 | 301 |   0 |1023 |2970 |-3.293157e+01 |-1.400000e+01 |  57.49%
392.41/392.59	c   393s|140000 | 84705 |  5795k|  41.4 | 120M| 103 |   - | 200 | 414 | 200 | 301 |   0 |1090 |3062 |-3.281502e+01 |-1.400000e+01 |  57.34%
413.11/413.27	c   413s|150000 | 89925 |  6136k|  40.9 | 128M| 103 |   - | 200 | 416 | 200 | 301 |   0 |1141 |3164 |-3.269493e+01 |-1.400000e+01 |  57.18%
433.10/433.24	c   433s|160000 | 95033 |  6471k|  40.4 | 135M| 103 |  28 | 200 | 375 | 200 | 301 |   0 |1166 |3255 |-3.255807e+01 |-1.400000e+01 |  57.00%
453.30/453.46	c   453s|170000 |100111 |  6813k|  40.1 | 142M| 104 |  33 | 200 | 377 | 200 | 301 |   0 |1204 |3327 |-3.245520e+01 |-1.400000e+01 |  56.86%
473.30/473.44	c   473s|180000 |105179 |  7149k|  39.7 | 149M| 104 |  29 | 200 | 388 | 200 | 301 |   0 |1247 |3401 |-3.236556e+01 |-1.400000e+01 |  56.74%
493.00/493.17	c   493s|190000 |110255 |  7477k|  39.4 | 156M| 104 |  99 | 200 | 380 | 200 | 301 |   0 |1282 |3483 |-3.229381e+01 |-1.400000e+01 |  56.65%
512.79/512.94	c   513s|200000 |115247 |  7802k|  39.0 | 163M| 105 |   - | 200 | 386 | 200 | 301 |   0 |1324 |3535 |-3.220611e+01 |-1.400000e+01 |  56.53%
532.29/532.44	c   532s|210000 |120303 |  8130k|  38.7 | 170M| 105 | 101 | 200 | 394 | 200 | 301 |   0 |1363 |3613 |-3.212940e+01 |-1.400000e+01 |  56.43%
551.68/551.86	c   552s|220000 |125265 |  8454k|  38.4 | 177M| 105 |  34 | 200 | 396 | 200 | 301 |   0 |1418 |3682 |-3.202448e+01 |-1.400000e+01 |  56.28%
570.79/570.91	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
570.79/570.91	c   571s|230000 |130229 |  8777k|  38.2 | 184M| 106 |   - | 200 | 398 | 200 | 301 |   0 |1451 |3744 |-3.196596e+01 |-1.400000e+01 |  56.20%
589.77/589.99	c   590s|240000 |135109 |  9100k|  37.9 | 191M| 106 |   - | 200 | 397 | 200 | 301 |   0 |1485 |3802 |-3.189766e+01 |-1.400000e+01 |  56.11%
609.18/609.36	c   609s|250000 |139957 |  9422k|  37.7 | 197M| 106 |  59 | 200 | 396 | 200 | 301 |   0 |1524 |3867 |-3.183334e+01 |-1.400000e+01 |  56.02%
627.67/627.86	c   628s|260000 |144803 |  9736k|  37.4 | 204M| 106 |   - | 200 | 369 | 200 | 301 |   0 |1558 |3928 |-3.177675e+01 |-1.400000e+01 |  55.94%
646.26/646.48	c   646s|270000 |149675 | 10048k|  37.2 | 211M| 107 |   - | 200 | 353 | 200 | 301 |   0 |1585 |4001 |-3.170697e+01 |-1.400000e+01 |  55.85%
665.07/665.27	c   665s|280000 |154473 | 10364k|  37.0 | 218M| 107 |  37 | 200 | 357 | 200 | 301 |   0 |1613 |4068 |-3.164745e+01 |-1.400000e+01 |  55.76%
683.46/683.65	c   684s|290000 |159129 | 10676k|  36.8 | 224M| 107 |  30 | 200 | 374 | 200 | 301 |   0 |1652 |4137 |-3.160345e+01 |-1.400000e+01 |  55.70%
702.06/702.25	c   702s|300000 |163969 | 10990k|  36.6 | 231M| 107 |  40 | 200 | 368 | 200 | 301 |   0 |1687 |4191 |-3.152658e+01 |-1.400000e+01 |  55.59%
720.65/720.87	c   721s|310000 |168719 | 11303k|  36.5 | 238M| 107 |  95 | 200 | 366 | 200 | 301 |   0 |1716 |4259 |-3.146812e+01 |-1.400000e+01 |  55.51%
738.85/739.02	c   739s|320000 |173453 | 11616k|  36.3 | 245M| 107 |  66 | 200 | 371 | 200 | 301 |   0 |1752 |4315 |-3.140893e+01 |-1.400000e+01 |  55.43%
756.85/757.03	c   757s|330000 |178177 | 11923k|  36.1 | 252M| 107 |  28 | 200 | 374 | 200 | 301 |   0 |1782 |4363 |-3.136480e+01 |-1.400000e+01 |  55.36%
775.05/775.22	c   775s|340000 |183045 | 12235k|  36.0 | 259M| 107 |  26 | 200 | 372 | 200 | 301 |   0 |1808 |4428 |-3.132667e+01 |-1.400000e+01 |  55.31%
792.95/793.14	c   793s|350000 |187679 | 12543k|  35.8 | 265M| 108 |  30 | 200 | 377 | 200 | 301 |   0 |1853 |4487 |-3.126647e+01 |-1.400000e+01 |  55.22%
810.74/810.96	c   811s|360000 |192309 | 12851k|  35.7 | 272M| 108 |  26 | 200 | 383 | 200 | 301 |   0 |1879 |4536 |-3.121863e+01 |-1.400000e+01 |  55.15%
828.54/828.78	c   829s|370000 |196937 | 13161k|  35.6 | 279M| 108 |  27 | 200 | 388 | 200 | 301 |   0 |1910 |4590 |-3.117551e+01 |-1.400000e+01 |  55.09%
846.53/846.78	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
846.53/846.78	c   847s|380000 |201581 | 13472k|  35.5 | 285M| 108 |  70 | 200 | 392 | 200 | 301 |   0 |1941 |4656 |-3.112903e+01 |-1.400000e+01 |  55.03%
864.53/864.73	c   865s|390000 |206231 | 13784k|  35.3 | 292M| 108 |  35 | 200 | 386 | 200 | 301 |   0 |1971 |4704 |-3.110303e+01 |-1.400000e+01 |  54.99%
882.23/882.46	c   882s|400000 |210753 | 14093k|  35.2 | 299M| 108 |  28 | 200 | 387 | 200 | 301 |   0 |2009 |4747 |-3.105489e+01 |-1.400000e+01 |  54.92%
899.83/900.03	c   900s|410000 |215415 | 14397k|  35.1 | 305M| 108 |  24 | 200 | 379 | 200 | 301 |   0 |2041 |4790 |-3.100955e+01 |-1.400000e+01 |  54.85%
917.62/917.81	c   918s|420000 |220047 | 14708k|  35.0 | 312M| 108 |  32 | 200 | 378 | 200 | 301 |   0 |2074 |4842 |-3.097260e+01 |-1.400000e+01 |  54.80%
934.73/934.98	c   935s|430000 |224527 | 15008k|  34.9 | 318M| 108 |   - | 200 | 375 | 200 | 301 |   0 |2100 |4876 |-3.090782e+01 |-1.400000e+01 |  54.70%
952.11/952.30	c   952s|440000 |229105 | 15311k|  34.8 | 325M| 108 |  28 | 200 | 364 | 200 | 301 |   0 |2121 |4928 |-3.087273e+01 |-1.400000e+01 |  54.65%
969.32/969.52	c   970s|450000 |233523 | 15613k|  34.7 | 331M| 108 |  87 | 200 | 374 | 200 | 301 |   0 |2161 |4970 |-3.083095e+01 |-1.400000e+01 |  54.59%
986.51/986.71	c   987s|460000 |237983 | 15915k|  34.6 | 338M| 109 |  35 | 200 | 369 | 200 | 301 |   0 |2179 |5014 |-3.079248e+01 |-1.400000e+01 |  54.53%
1003.71/1003.92	c  1004s|470000 |242535 | 16215k|  34.5 | 345M| 109 |  89 | 200 | 360 | 200 | 301 |   0 |2200 |5061 |-3.075726e+01 |-1.400000e+01 |  54.48%
1020.81/1021.09	c  1021s|480000 |247033 | 16519k|  34.4 | 351M| 109 |  27 | 200 | 380 | 200 | 301 |   0 |2243 |5102 |-3.072127e+01 |-1.400000e+01 |  54.43%
1038.00/1038.25	c  1038s|490000 |251501 | 16822k|  34.3 | 357M| 109 |  92 | 200 | 359 | 200 | 301 |   0 |2266 |5136 |-3.068429e+01 |-1.400000e+01 |  54.37%
1054.89/1055.17	c  1055s|500000 |256085 | 17119k|  34.2 | 364M| 109 |  84 | 200 | 363 | 200 | 301 |   0 |2304 |5168 |-3.065289e+01 |-1.400000e+01 |  54.33%
1071.99/1072.25	c  1072s|510000 |260623 | 17420k|  34.2 | 371M| 109 |  29 | 200 | 378 | 200 | 301 |   0 |2341 |5198 |-3.061437e+01 |-1.400000e+01 |  54.27%
1089.09/1089.38	c  1089s|520000 |265083 | 17720k|  34.1 | 377M| 109 |   - | 200 | 379 | 200 | 301 |   0 |2378 |5235 |-3.058668e+01 |-1.400000e+01 |  54.23%
1105.78/1106.00	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1105.78/1106.00	c  1106s|530000 |269543 | 18014k|  34.0 | 384M| 109 |   - | 200 | 390 | 200 | 301 |   0 |2418 |5266 |-3.055847e+01 |-1.400000e+01 |  54.19%
1122.58/1122.86	c  1123s|540000 |273935 | 18312k|  33.9 | 390M| 109 |  34 | 200 | 382 | 200 | 301 |   0 |2447 |5308 |-3.052245e+01 |-1.400000e+01 |  54.13%
1139.09/1139.37	c  1139s|550000 |278309 | 18602k|  33.8 | 397M| 109 |   - | 200 | 401 | 200 | 301 |   0 |2487 |5345 |-3.048577e+01 |-1.400000e+01 |  54.08%
1155.18/1155.49	c  1155s|560000 |282479 | 18892k|  33.7 | 403M| 111 |  79 | 200 | 400 | 200 | 301 |   0 |2514 |5374 |-3.046578e+01 |-1.400000e+01 |  54.05%
1170.48/1170.71	c  1171s|570000 |286427 | 19159k|  33.6 | 408M| 111 |  43 | 200 | 394 | 200 | 301 |   0 |2543 |5427 |-3.043782e+01 |-1.400000e+01 |  54.00%
1185.78/1186.04	c  1186s|580000 |290393 | 19432k|  33.5 | 414M| 111 |  27 | 200 | 383 | 200 | 301 |   0 |2571 |5460 |-3.041395e+01 |-1.400000e+01 |  53.97%
1200.88/1201.14	c  1201s|590000 |294383 | 19698k|  33.4 | 420M| 111 |  77 | 200 | 393 | 200 | 301 |   0 |2601 |5495 |-3.039119e+01 |-1.400000e+01 |  53.93%
1216.07/1216.35	c  1216s|600000 |298253 | 19968k|  33.3 | 426M| 111 |  27 | 200 | 392 | 200 | 301 |   0 |2634 |5535 |-3.036325e+01 |-1.400000e+01 |  53.89%
1231.47/1231.74	c  1232s|610000 |302233 | 20241k|  33.2 | 432M| 111 |  50 | 200 | 405 | 200 | 301 |   0 |2668 |5569 |-3.033019e+01 |-1.400000e+01 |  53.84%
1246.77/1247.09	c  1247s|620000 |306233 | 20514k|  33.1 | 438M| 111 |   - | 200 | 393 | 200 | 301 |   0 |2694 |5600 |-3.030273e+01 |-1.400000e+01 |  53.80%
1262.06/1262.37	c  1262s|630000 |310147 | 20786k|  33.0 | 444M| 111 |  21 | 200 | 388 | 200 | 301 |   0 |2714 |5640 |-3.028207e+01 |-1.400000e+01 |  53.77%
1277.37/1277.69	c  1278s|640000 |314053 | 21060k|  32.9 | 449M| 111 |  36 | 200 | 374 | 200 | 301 |   0 |2735 |5678 |-3.026184e+01 |-1.400000e+01 |  53.74%
1292.46/1292.77	c  1293s|650000 |317957 | 21331k|  32.8 | 455M| 111 |  50 | 200 | 388 | 200 | 301 |   0 |2761 |5712 |-3.024225e+01 |-1.400000e+01 |  53.71%
1307.67/1307.96	c  1308s|660000 |321895 | 21600k|  32.7 | 461M| 111 |  31 | 200 | 378 | 200 | 301 |   0 |2771 |5760 |-3.021451e+01 |-1.400000e+01 |  53.66%
1322.86/1323.17	c  1323s|670000 |325897 | 21871k|  32.6 | 467M| 112 |  31 | 200 | 381 | 200 | 301 |   0 |2795 |5790 |-3.019690e+01 |-1.400000e+01 |  53.64%
1337.76/1338.01	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1337.76/1338.01	c  1338s|680000 |329843 | 22135k|  32.6 | 473M| 112 |  32 | 200 | 374 | 200 | 301 |   0 |2814 |5823 |-3.017280e+01 |-1.400000e+01 |  53.60%
1352.85/1353.14	c  1353s|690000 |333833 | 22406k|  32.5 | 479M| 112 |  41 | 200 | 375 | 200 | 301 |   0 |2835 |5853 |-3.015532e+01 |-1.400000e+01 |  53.57%
1369.05/1369.38	c  1369s|700000 |337815 | 22676k|  32.4 | 485M| 112 |   - | 200 | 382 | 200 | 301 |   0 |2859 |5892 |-3.013131e+01 |-1.400000e+01 |  53.54%
1384.15/1384.44	c  1384s|710000 |341715 | 22946k|  32.3 | 490M| 113 |  22 | 200 | 371 | 200 | 301 |   0 |2869 |5923 |-3.010904e+01 |-1.400000e+01 |  53.50%
1399.14/1399.45	c  1399s|720000 |345605 | 23216k|  32.2 | 496M| 113 |  65 | 200 | 371 | 200 | 301 |   0 |2888 |5967 |-3.008833e+01 |-1.400000e+01 |  53.47%
1413.94/1414.24	c  1414s|730000 |349447 | 23479k|  32.2 | 502M| 113 |  78 | 200 | 375 | 200 | 301 |   0 |2920 |6006 |-3.006963e+01 |-1.400000e+01 |  53.44%
1428.84/1429.13	c  1429s|740000 |353309 | 23743k|  32.1 | 508M| 113 |   - | 200 | 370 | 200 | 301 |   0 |2942 |6039 |-3.005461e+01 |-1.400000e+01 |  53.42%
1443.64/1443.93	c  1444s|750000 |357121 | 24007k|  32.0 | 513M| 113 |  32 | 200 | 369 | 200 | 301 |   0 |2967 |6062 |-3.003765e+01 |-1.400000e+01 |  53.39%
1458.24/1458.50	c  1459s|760000 |360935 | 24269k|  31.9 | 519M| 113 |  89 | 200 | 371 | 200 | 301 |   0 |2996 |6094 |-3.001555e+01 |-1.400000e+01 |  53.36%
1472.83/1473.17	c  1473s|770000 |364803 | 24533k|  31.9 | 525M| 113 |  86 | 200 | 376 | 200 | 301 |   0 |3025 |6119 |-2.999658e+01 |-1.400000e+01 |  53.33%
1487.53/1487.88	c  1488s|780000 |368645 | 24798k|  31.8 | 530M| 114 |  41 | 200 | 368 | 200 | 301 |   0 |3050 |6160 |-2.997632e+01 |-1.400000e+01 |  53.30%
1502.23/1502.58	c  1503s|790000 |372439 | 25062k|  31.7 | 536M| 114 |  45 | 200 | 354 | 200 | 301 |   0 |3063 |6189 |-2.995125e+01 |-1.400000e+01 |  53.26%
1516.82/1517.17	c  1517s|800000 |376227 | 25322k|  31.7 | 542M| 114 |  31 | 200 | 374 | 200 | 301 |   0 |3098 |6213 |-2.993866e+01 |-1.400000e+01 |  53.24%
1531.82/1532.13	c  1532s|810000 |380047 | 25593k|  31.6 | 547M| 114 |  82 | 200 | 380 | 200 | 301 |   0 |3119 |6244 |-2.991981e+01 |-1.400000e+01 |  53.21%
1546.72/1547.04	c  1547s|820000 |383907 | 25862k|  31.5 | 553M| 114 |  93 | 200 | 397 | 200 | 301 |   0 |3153 |6265 |-2.990276e+01 |-1.400000e+01 |  53.18%
1561.51/1561.81	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1561.51/1561.81	c  1562s|830000 |387667 | 26128k|  31.5 | 559M| 114 |   - | 200 | 393 | 200 | 301 |   0 |3181 |6298 |-2.988464e+01 |-1.400000e+01 |  53.15%
1576.21/1576.51	c  1577s|840000 |391497 | 26392k|  31.4 | 564M| 114 |   - | 200 | 367 | 200 | 301 |   0 |3191 |6327 |-2.986722e+01 |-1.400000e+01 |  53.13%
1590.70/1591.09	c  1591s|850000 |395229 | 26655k|  31.4 | 570M| 115 |   - | 200 | 375 | 200 | 301 |   0 |3223 |6353 |-2.984691e+01 |-1.400000e+01 |  53.09%
1605.40/1605.71	c  1606s|860000 |399083 | 26918k|  31.3 | 576M| 115 |   - | 200 | 379 | 200 | 301 |   0 |3247 |6389 |-2.982279e+01 |-1.400000e+01 |  53.06%
1620.10/1620.42	c  1620s|870000 |402889 | 27185k|  31.2 | 581M| 115 |  25 | 200 | 371 | 200 | 301 |   0 |3262 |6406 |-2.980736e+01 |-1.400000e+01 |  53.03%
1635.00/1635.33	c  1635s|880000 |406647 | 27456k|  31.2 | 587M| 115 |  29 | 200 | 363 | 200 | 301 |   0 |3277 |6440 |-2.979343e+01 |-1.400000e+01 |  53.01%
1649.60/1649.97	c  1650s|890000 |410335 | 27723k|  31.1 | 593M| 115 |  83 | 200 | 359 | 200 | 301 |   0 |3295 |6468 |-2.977802e+01 |-1.400000e+01 |  52.99%
1663.89/1664.27	c  1664s|900000 |414067 | 27980k|  31.1 | 598M| 115 |   - | 200 | 359 | 200 | 301 |   0 |3310 |6496 |-2.976596e+01 |-1.400000e+01 |  52.97%
1678.49/1678.83	c  1679s|910000 |417737 | 28245k|  31.0 | 604M| 115 |   - | 200 | 356 | 200 | 301 |   0 |3326 |6530 |-2.974519e+01 |-1.400000e+01 |  52.93%
1692.99/1693.37	c  1693s|920000 |421399 | 28510k|  31.0 | 609M| 115 |   - | 200 | 359 | 200 | 301 |   0 |3349 |6556 |-2.973020e+01 |-1.400000e+01 |  52.91%
1707.78/1708.19	c  1708s|930000 |425133 | 28777k|  30.9 | 615M| 115 |  26 | 200 | 368 | 200 | 301 |   0 |3371 |6597 |-2.971512e+01 |-1.400000e+01 |  52.89%
1722.38/1722.70	c  1723s|940000 |428845 | 29042k|  30.9 | 620M| 115 |   - | 200 | 361 | 200 | 301 |   0 |3388 |6620 |-2.970174e+01 |-1.400000e+01 |  52.86%
1736.78/1737.11	c  1737s|950000 |432559 | 29301k|  30.8 | 626M| 115 |  54 | 200 | 348 | 200 | 301 |   0 |3400 |6658 |-2.968513e+01 |-1.400000e+01 |  52.84%
1751.27/1751.66	c  1752s|960000 |436267 | 29565k|  30.8 | 631M| 115 |  24 | 200 | 358 | 200 | 301 |   0 |3426 |6685 |-2.967216e+01 |-1.400000e+01 |  52.82%
1765.68/1766.01	c  1766s|970000 |440019 | 29826k|  30.7 | 637M| 115 |  28 | 200 | 349 | 200 | 301 |   0 |3447 |6706 |-2.965847e+01 |-1.400000e+01 |  52.80%
1780.17/1780.50	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1780.17/1780.50	c  1780s|980000 |443727 | 30088k|  30.7 | 642M| 115 |  32 | 200 | 351 | 200 | 301 |   0 |3472 |6742 |-2.964269e+01 |-1.400000e+01 |  52.77%
1790.98/1791.38	o -15
1790.98/1791.38	c *1791s|987318 |344803 | 30283k|  30.7 | 493M| 115 |   - | 200 | 362 | 200 | 301 |   0 |3495 |6758 |-2.963037e+01 |-1.500000e+01 |  49.38%
1794.78/1795.11	c  1795s|990000 |345613 | 30348k|  30.7 | 495M| 115 |  33 | 200 | 360 | 200 | 301 |   0 |3501 |6767 |-2.962793e+01 |-1.500000e+01 |  49.37%
1796.68/1797.00	c 
1796.68/1797.00	c SCIP Status        : solving was interrupted [time limit reached]
1796.68/1797.00	c Solving Time (sec) : 1797.00
1796.68/1797.00	c Solving Nodes      : 991451
1796.68/1797.00	c Primal Bound       : -1.50000000000000e+01 (461 solutions)
1796.68/1797.00	c Dual Bound         : -2.96264006881586e+01
1796.68/1797.00	c Gap                : 49.37 %
1796.68/1797.01	s SATISFIABLE
1796.68/1797.01	v -x160 -x183 -x118 x165 -x126 -x157 -x148 -x158 -x196 -x181 -x167 -x156 -x142 -x131 -x198 -x197 -x163 -x137 -x110 -x171 -x107 -x103 
1796.68/1797.01	v x144 -x130 -x125 -x122 -x113 -x119 -x159 x192 x195 x164 -x179 x175 -x188 -x145 -x191 -x151 -x169 -x102 -x152 -x146 -x140 
1796.68/1797.01	v -x135 -x112 -x105 -x134 -x143 -x190 -x186 -x189 -x123 -x194 -x136 -x114 -x138 -x154 -x141 -x162 -x200 -x109 -x185 x101 -x193 
1796.68/1797.01	v -x178 -x172 -x170 -x155 -x139 -x124 x120 -x117 -x116 -x108 -x104 -x128 -x147 x168 -x153 x184 x132 -x180 -x106 -x115 x187 x129 
1796.68/1797.01	v -x199 -x161 x149 x127 -x182 -x174 -x150 -x121 -x133 -x177 -x173 -x111 -x166 -x176 x100 -x99 x98 -x97 -x96 -x95 x94 -x93 -x92 
1796.68/1797.01	v -x91 x90 -x89 -x88 -x87 -x86 -x85 -x84 -x83 -x82 x81 -x80 -x79 -x78 -x77 -x76 -x75 -x74 -x73 -x72 -x71 x70 -x69 -x68 -x67 -x66 
1796.68/1797.01	v -x65 -x64 -x63 -x62 -x61 -x60 -x59 -x58 -x57 -x56 -x55 -x54 -x53 -x52 x51 -x50 -x49 x48 -x47 -x46 -x45 -x44 -x43 x42 x41 -x40 
1796.68/1797.01	v -x39 -x38 -x37 x36 -x35 x34 -x33 -x32 -x31 -x30 -x29 -x28 -x27 -x26 -x25 -x24 -x23 -x22 -x21 -x20 -x19 x18 -x17 -x16 -x15 
1796.68/1797.01	v -x14 x13 -x12 -x11 -x10 -x9 -x8 -x7 -x6 -x5 -x4 -x3 x2 -x1 
1796.68/1797.01	c SCIP Status        : solving was interrupted [time limit reached]
1796.68/1797.01	c Total Time         :    1797.00
1796.68/1797.01	c   solving          :    1797.00
1796.68/1797.01	c   presolving       :       0.06 (included in solving)
1796.68/1797.01	c   reading          :       0.02 (included in solving)
1796.68/1797.01	c Original Problem   :
1796.68/1797.01	c   Problem name     : HOME/instance-3737428-1338727468.opb
1796.68/1797.01	c   Variables        : 3262 (3262 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.68/1797.01	c   Constraints      : 3563 initial, 3563 maximal
1796.68/1797.01	c Presolved Problem  :
1796.68/1797.01	c   Problem name     : t_HOME/instance-3737428-1338727468.opb
1796.68/1797.01	c   Variables        : 200 (200 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.68/1797.01	c   Constraints      : 301 initial, 503 maximal
1796.68/1797.01	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1796.68/1797.01	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
1796.68/1797.01	c   dualfix          :       0.00       3062          0          0          0          0          0          0          0          0
1796.68/1797.01	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1796.68/1797.01	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1796.68/1797.01	c   pseudoobj        :       0.00          0          0          0          0          0          0          0          0          0
1796.68/1797.01	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1796.68/1797.01	c   probing          :       0.01          0          0          0          0          0          0          0          0          0
1796.68/1797.01	c   knapsack         :       0.01          0          0          0          0          0          0          0          0          0
1796.68/1797.01	c   setppc           :       0.00          0          0          0          0          0          0          0          0          0
1796.68/1797.01	c   linear           :       0.01          0          0          0          0          0          0          0          0          0
1796.68/1797.01	c   logicor          :       0.00          0          0          0          0          0          0          0          0          0
1796.68/1797.01	c   pseudoboolean    :       0.01          0          0          0          0          0       3462        200          0          0
1796.68/1797.01	c   root node        :          -          0          -          -          0          -          -          -          -          -
1796.68/1797.01	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1796.68/1797.01	c   integral         :          0          0          0     719993          0        465          0         12        462          0          0    1439246
1796.68/1797.01	c   knapsack         :        200          1    1899458          1          1        460      80527        894    7576979          0          0          0
1796.68/1797.01	c   setppc           :        100          1    1883554          1          1        459       4079          0     299935          0          0          0
1796.68/1797.01	c   linear           :          1          1    1898564          1          0        459          2       1003         33          0          0          0
1796.68/1797.01	c   logicor          :          0+         0     428395          0          0          0          1          0        251          0          0          0
1796.68/1797.01	c   countsols        :          0          0          0          1          1        463          0          0          0          0          0          0
1796.68/1797.01	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1796.68/1797.01	c   integral         :      44.80       0.00       0.00      44.80       0.00       0.00       0.00
1796.68/1797.01	c   knapsack         :      19.34       0.00      19.26       0.00       0.00       0.04       0.03
1796.68/1797.01	c   setppc           :       1.42       0.00       1.41       0.00       0.00       0.00       0.00
1796.68/1797.01	c   linear           :       1.52       0.00       1.52       0.00       0.00       0.00       0.00
1796.68/1797.01	c   logicor          :       0.66       0.00       0.66       0.00       0.00       0.00       0.00
1796.68/1797.01	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1796.68/1797.01	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1796.68/1797.01	c   vbounds          :          0          0          0          0
1796.68/1797.01	c   rootredcost      :          6          0          0          0
1796.68/1797.01	c   pseudoobj        :    1907531       1791       1171       5621
1796.68/1797.01	c Propagator Timings :  TotalTime  Propagate    Resprop
1796.68/1797.01	c   vbounds          :       0.27       0.27       0.00
1796.68/1797.01	c   rootredcost      :       0.30       0.30       0.00
1796.68/1797.01	c   pseudoobj        :       5.90       5.89       0.01
1796.68/1797.01	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1796.68/1797.01	c   propagation      :       0.08        894        893       7463       57.4          0        0.0          -
1796.68/1797.01	c   infeasible LP    :       0.10       2351       2271       8032       29.0          0        0.0          0
1796.68/1797.01	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1796.68/1797.01	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1796.68/1797.01	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1796.68/1797.01	c   applied globally :          -          -          -       3313       16.7          -          -          -
1796.68/1797.01	c   applied locally  :          -          -          -        188       39.9          -          -          -
1796.68/1797.01	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1796.68/1797.01	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
1796.68/1797.01	c   redcost          :       4.60     778420          0     114649          0          0
1796.68/1797.01	c   impliedbounds    :       0.00          1          0          0          0          0
1796.68/1797.01	c   intobj           :       0.00          0          0          0          0          0
1796.68/1797.01	c   gomory           :       0.02          1          0          0          0          0
1796.68/1797.01	c   cgmip            :       0.00          0          0          0          0          0
1796.68/1797.01	c   closecuts        :       0.00          0          0          0          0          0
1796.68/1797.01	c   strongcg         :       0.01          1          0          0          0          0
1796.68/1797.01	c   cmir             :       0.00          1          0          0          0          0
1796.68/1797.01	c   flowcover        :       0.00          1          0          0          0          0
1796.68/1797.01	c   clique           :       0.00          1          0          0          0          0
1796.68/1797.01	c   zerohalf         :       0.00          0          0          0          0          0
1796.68/1797.01	c   mcf              :       0.00          1          0          0          0          0
1796.68/1797.01	c   oddcycle         :       0.00          0          0          0          0          0
1796.68/1797.01	c   rapidlearning    :       0.04          1          0          0          0          0
1796.68/1797.01	c Pricers            :       Time      Calls       Vars
1796.68/1797.01	c   problem variables:       0.00          0          0
1796.68/1797.01	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1796.68/1797.01	c   relpscost        :      44.44     719992         12        462          0          0    1439246
1796.68/1797.01	c   pscost           :       0.00          0          0          0          0          0          0
1796.68/1797.01	c   inference        :       0.00          1          0          0          0          0          2
1796.68/1797.01	c   mostinf          :       0.00          0          0          0          0          0          0
1796.68/1797.01	c   leastinf         :       0.00          0          0          0          0          0          0
1796.68/1797.01	c   fullstrong       :       0.00          0          0          0          0          0          0
1796.68/1797.01	c   allfullstrong    :       0.00          0          0          0          0          0          0
1796.68/1797.01	c   random           :       0.00          0          0          0          0          0          0
1796.68/1797.01	c Primal Heuristics  :       Time      Calls      Found
1796.68/1797.01	c   LP solutions     :       0.26          -          1
1796.68/1797.01	c   pseudo solutions :       0.00          -          0
1796.68/1797.01	c   feaspump         :       0.01          0          0
1796.68/1797.01	c   oneopt           :       0.17          6          0
1796.68/1797.01	c   guideddiving     :       5.48       1687          0
1796.68/1797.01	c   pscostdiving     :       4.57       1687          0
1796.68/1797.01	c   fracdiving       :       4.97       1687          0
1796.68/1797.01	c   veclendiving     :       6.52       1687          0
1796.68/1797.01	c   rootsoldiving    :       3.94        844        117
1796.68/1797.01	c   objpscostdiving  :       6.96        844         79
1796.68/1797.01	c   coefdiving       :       4.45       1688          0
1796.68/1797.01	c   linesearchdiving :       4.76       1688          1
1796.68/1797.01	c   trivial          :       0.00          2          1
1796.68/1797.01	c   shiftandpropagate:       0.00          0          0
1796.68/1797.01	c   simplerounding   :       0.17          0          0
1796.68/1797.01	c   zirounding       :      17.84          0          0
1796.68/1797.01	c   rounding         :      12.55      57255          2
1796.68/1797.01	c   shifting         :      21.17      49468        253
1796.68/1797.01	c   intshifting      :       0.01          0          0
1796.68/1797.01	c   twoopt           :       0.00          0          0
1796.68/1797.01	c   fixandinfer      :       0.00          0          0
1796.68/1797.01	c   clique           :       0.00          0          0
1796.68/1797.01	c   intdiving        :       0.00          0          0
1796.68/1797.01	c   actconsdiving    :       0.00          0          0
1796.68/1797.01	c   octane           :       0.00          0          0
1796.68/1797.01	c   rens             :       0.01          0          0
1796.68/1797.01	c   rins             :       0.00          0          0
1796.68/1797.01	c   localbranching   :       0.00          0          0
1796.68/1797.01	c   mutation         :       0.00          0          0
1796.68/1797.01	c   crossover        :       4.26         12          6
1796.68/1797.01	c   dins             :       0.00          0          0
1796.68/1797.01	c   vbounds          :       0.00          0          0
1796.68/1797.01	c   undercover       :       0.00          0          0
1796.68/1797.01	c   subnlp           :       0.14          0          0
1796.68/1797.01	c   trysol           :       0.18          0          0
1796.68/1797.01	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1796.68/1797.01	c   primal LP        :       0.00          0          0       0.00          -
1796.68/1797.01	c   dual LP          :    1537.46    1009063   29672174      29.41   19299.42
1796.68/1797.01	c   lex dual LP      :       0.00          0          0       0.00          -
1796.68/1797.01	c   barrier LP       :       0.00          0          0       0.00          -
1796.68/1797.01	c   diving/probing LP:      33.95     131392     708649       5.39   20875.02
1796.68/1797.01	c   strong branching :      34.86       6778     355725      52.48   10203.74
1796.68/1797.01	c     (at root node) :          -         25       5809     232.36          -
1796.68/1797.01	c   conflict analysis:       0.00          0          0       0.00          -
1796.68/1797.01	c B&B Tree           :
1796.68/1797.01	c   number of runs   :          1
1796.68/1797.01	c   nodes            :     991451
1796.68/1797.01	c   nodes (total)    :     991451
1796.68/1797.01	c   nodes left       :     346034
1796.68/1797.01	c   max depth        :        115
1796.68/1797.01	c   max depth (total):        115
1796.68/1797.01	c   backtracks       :      70710 (7.1%)
1796.68/1797.01	c   delayed cutoffs  :          0
1796.68/1797.01	c   repropagations   :        348 (251 domain reductions, 0 cutoffs)
1796.68/1797.01	c   avg switch length:       5.89
1796.68/1797.01	c   switching time   :      25.30
1796.68/1797.01	c Solution           :
1796.68/1797.01	c   Solutions found  :        461 (8 improvements)
1796.68/1797.01	c   First Solution   : +0.00000000000000e+00   (in run 1, after 0 nodes, 0.03 seconds, depth 0, found by <trivial>)
1796.68/1797.01	c   Primal Bound     : -1.50000000000000e+01   (in run 1, after 987318 nodes, 1791.12 seconds, depth 51, found by <relaxation>)
1796.68/1797.01	c   Dual Bound       : -2.96264006881586e+01
1796.68/1797.01	c   Gap              :      49.37 %
1796.68/1797.01	c   Root Dual Bound  : -5.00000000000000e+01
1796.68/1797.01	c   Root Iterations  :       1000
1797.37/1797.71	c Time complete: 1797.39.

Verifier Data

OK	-15

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3737428-1338727468/watcher-3737428-1338727468 -o /tmp/evaluation-result-3737428-1338727468/solver-3737428-1338727468 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3737428-1338727468.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: 2.01 2.02 2.00 2/174 2823
/proc/meminfo: memFree=27266448/32873852 swapFree=6856/6856
[pid=2823] ppid=2821 vsize=9588 CPUtime=0 cores=0,2,4,6
/proc/2823/stat : 2823 (scip-2.0.1.4b_2) R 2821 2823 643 0 -1 4202496 1510 0 0 0 0 0 0 0 20 0 1 0 338872667 9818112 1465 33554432000 4194304 9016284 140733739839664 140733909193464 7824814 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/2823/statm: 2397 1468 311 1178 0 1215 0

[startup+0.0176691 s]
/proc/loadavg: 2.01 2.02 2.00 2/174 2823
/proc/meminfo: memFree=27266448/32873852 swapFree=6856/6856
[pid=2823] ppid=2821 vsize=16324 CPUtime=0 cores=0,2,4,6
/proc/2823/stat : 2823 (scip-2.0.1.4b_2) R 2821 2823 643 0 -1 4202496 3075 0 0 0 0 0 0 0 20 0 1 0 338872667 16715776 3030 33554432000 4194304 9016284 140733739839664 140733909193464 4195040 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/2823/statm: 4081 3030 377 1178 0 2899 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 16324

[startup+0.100224 s]
/proc/loadavg: 2.01 2.02 2.00 2/174 2823
/proc/meminfo: memFree=27266448/32873852 swapFree=6856/6856
[pid=2823] ppid=2821 vsize=30928 CPUtime=0.09 cores=0,2,4,6
/proc/2823/stat : 2823 (scip-2.0.1.4b_2) R 2821 2823 643 0 -1 4202496 6797 0 0 0 8 1 0 0 20 0 1 0 338872667 31670272 6495 33554432000 4194304 9016284 140733739839664 140733739835752 4841693 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/2823/statm: 7732 6495 539 1178 0 6550 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 30928

[startup+0.300203 s]
/proc/loadavg: 2.01 2.02 2.00 2/174 2823
/proc/meminfo: memFree=27266448/32873852 swapFree=6856/6856
[pid=2823] ppid=2821 vsize=41312 CPUtime=0.29 cores=0,2,4,6
/proc/2823/stat : 2823 (scip-2.0.1.4b_2) R 2821 2823 643 0 -1 4202496 11094 0 0 0 27 2 0 0 20 0 1 0 338872667 42303488 9344 33554432000 4194304 9016284 140733739839664 140733739835752 4447109 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/2823/statm: 10328 9344 701 1178 0 9146 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 41312

[startup+0.700181 s]
/proc/loadavg: 2.01 2.02 2.00 2/174 2823
/proc/meminfo: memFree=27266448/32873852 swapFree=6856/6856
[pid=2823] ppid=2821 vsize=41312 CPUtime=0.69 cores=0,2,4,6
/proc/2823/stat : 2823 (scip-2.0.1.4b_2) R 2821 2823 643 0 -1 4202496 11098 0 0 0 67 2 0 0 20 0 1 0 338872667 42303488 9348 33554432000 4194304 9016284 140733739839664 140733739835752 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/2823/statm: 10328 9348 705 1178 0 9146 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 41312

[startup+1.50018 s]
/proc/loadavg: 2.01 2.02 2.00 3/175 2824
/proc/meminfo: memFree=27231704/32873852 swapFree=6856/6856
[pid=2823] ppid=2821 vsize=41312 CPUtime=1.49 cores=0,2,4,6
/proc/2823/stat : 2823 (scip-2.0.1.4b_2) R 2821 2823 643 0 -1 4202496 11098 0 0 0 147 2 0 0 20 0 1 0 338872667 42303488 9348 33554432000 4194304 9016284 140733739839664 140733739833720 7220608 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/2823/statm: 10328 9348 705 1178 0 9146 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 41312

[startup+3.10018 s]
/proc/loadavg: 2.01 2.02 2.00 3/175 2824
/proc/meminfo: memFree=27231332/32873852 swapFree=6856/6856
[pid=2823] ppid=2821 vsize=41312 CPUtime=3.09 cores=0,2,4,6
/proc/2823/stat : 2823 (scip-2.0.1.4b_2) R 2821 2823 643 0 -1 4202496 11102 0 0 0 305 4 0 0 20 0 1 0 338872667 42303488 9352 33554432000 4194304 9016284 140733739839664 140733739833464 7219235 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/2823/statm: 10328 9352 709 1178 0 9146 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 41312

[startup+6.30018 s]
/proc/loadavg: 2.01 2.02 2.00 3/175 2824
/proc/meminfo: memFree=27230840/32873852 swapFree=6856/6856
[pid=2823] ppid=2821 vsize=41312 CPUtime=6.29 cores=0,2,4,6
/proc/2823/stat : 2823 (scip-2.0.1.4b_2) R 2821 2823 643 0 -1 4202496 11102 0 0 0 622 7 0 0 20 0 1 0 338872667 42303488 9352 33554432000 4194304 9016284 140733739839664 140733739833464 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/2823/statm: 10328 9352 709 1178 0 9146 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 41312

[startup+12.7002 s]
/proc/loadavg: 2.01 2.02 2.00 3/175 2824
/proc/meminfo: memFree=27230724/32873852 swapFree=6856/6856
[pid=2823] ppid=2821 vsize=41312 CPUtime=12.68 cores=0,2,4,6
/proc/2823/stat : 2823 (scip-2.0.1.4b_2) R 2821 2823 643 0 -1 4202496 11103 0 0 0 1255 13 0 0 20 0 1 0 338872667 42303488 9353 33554432000 4194304 9016284 140733739839664 140733739833416 7219239 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/2823/statm: 10328 9353 710 1178 0 9146 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 41312

[startup+25.5002 s]
/proc/loadavg: 2.01 2.01 2.00 3/175 2824
/proc/meminfo: memFree=27229716/32873852 swapFree=6856/6856
[pid=2823] ppid=2821 vsize=41312 CPUtime=25.48 cores=0,2,4,6
/proc/2823/stat : 2823 (scip-2.0.1.4b_2) R 2821 2823 643 0 -1 4202496 12376 0 0 0 2520 28 0 0 20 0 1 0 338872667 42303488 9367 33554432000 4194304 9016284 140733739839664 140733739833288 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/2823/statm: 10328 9367 717 1178 0 9146 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 41312

[startup+51.1002 s]
/proc/loadavg: 2.00 2.01 2.00 3/175 2824
/proc/meminfo: memFree=27216788/32873852 swapFree=6856/6856
[pid=2823] ppid=2821 vsize=50968 CPUtime=51.08 cores=0,2,4,6
/proc/2823/stat : 2823 (scip-2.0.1.4b_2) R 2821 2823 643 0 -1 4202496 17507 0 0 0 5043 65 0 0 20 0 1 0 338872667 52191232 11830 33554432000 4194304 9016284 140733739839664 140733739833576 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/2823/statm: 12742 11830 717 1178 0 11560 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 50968

[startup+102.306 s]
/proc/loadavg: 2.00 2.01 2.00 3/175 2824
/proc/meminfo: memFree=27186596/32873852 swapFree=6856/6856
[pid=2823] ppid=2821 vsize=60196 CPUtime=102.27 cores=0,2,4,6
/proc/2823/stat : 2823 (scip-2.0.1.4b_2) R 2821 2823 643 0 -1 4202496 25473 0 0 0 10083 144 0 0 20 0 1 0 338872667 61640704 14129 33554432000 4194304 9016284 140733739839664 140733739833032 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/2823/statm: 15049 14129 717 1178 0 13867 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 60196

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 2824
/proc/meminfo: memFree=27166140/32873852 swapFree=6856/6856
[pid=2823] ppid=2821 vsize=79196 CPUtime=162.25 cores=0,2,4,6
/proc/2823/stat : 2823 (scip-2.0.1.4b_2) R 2821 2823 643 0 -1 4202496 33069 0 0 0 15988 237 0 0 20 0 1 0 338872667 81096704 19056 33554432000 4194304 9016284 140733739839664 140733739834776 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/2823/statm: 19799 19056 717 1178 0 18617 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 79196

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 2824
/proc/meminfo: memFree=27158988/32873852 swapFree=6856/6856
[pid=2823] ppid=2821 vsize=102196 CPUtime=222.24 cores=0,2,4,6
/proc/2823/stat : 2823 (scip-2.0.1.4b_2) R 2821 2823 643 0 -1 4202496 41799 0 0 0 21887 337 0 0 20 0 1 0 338872667 104648704 24921 33554432000 4194304 9016284 140733739839664 140733739833080 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/2823/statm: 25549 24921 717 1178 0 24367 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 102196

[startup+282.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/175 2825
/proc/meminfo: memFree=27137908/32873852 swapFree=6856/6856
[pid=2823] ppid=2821 vsize=122964 CPUtime=282.23 cores=0,2,4,6
/proc/2823/stat : 2823 (scip-2.0.1.4b_2) R 2821 2823 643 0 -1 4202496 47050 0 0 0 27787 436 0 0 20 0 1 0 338872667 125915136 30166 33554432000 4194304 9016284 140733739839664 140733739833528 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/2823/statm: 30741 30166 717 1178 0 29559 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 122964

[startup+342.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/176 2828
/proc/meminfo: memFree=27115692/32873852 swapFree=6856/6856
[pid=2823] ppid=2821 vsize=146944 CPUtime=342.22 cores=0,2,4,6
/proc/2823/stat : 2823 (scip-2.0.1.4b_2) R 2821 2823 643 0 -1 4202496 55406 0 0 0 33684 538 0 0 20 0 1 0 338872667 150470656 35674 33554432000 4194304 9016284 140733739839664 140733739833944 4786445 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/2823/statm: 36736 35674 717 1178 0 35554 0
Current children cumulated CPU time (s) 342.22
Current children cumulated vsize (KiB) 146944

[startup+402.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/175 2828
/proc/meminfo: memFree=27091900/32873852 swapFree=6856/6856
[pid=2823] ppid=2821 vsize=170752 CPUtime=402.21 cores=0,2,4,6
/proc/2823/stat : 2823 (scip-2.0.1.4b_2) R 2821 2823 643 0 -1 4202496 61414 0 0 0 39579 642 0 0 20 0 1 0 338872667 174850048 41682 33554432000 4194304 9016284 140733739839664 140733739833528 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/2823/statm: 42688 41682 717 1178 0 41506 0
Current children cumulated CPU time (s) 402.21
Current children cumulated vsize (KiB) 170752

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 2828
/proc/meminfo: memFree=27071316/32873852 swapFree=6856/6856
[pid=2823] ppid=2821 vsize=191160 CPUtime=462.2 cores=0,2,4,6
/proc/2823/stat : 2823 (scip-2.0.1.4b_2) R 2821 2823 643 0 -1 4202496 66596 0 0 0 45469 751 0 0 20 0 1 0 338872667 195747840 46855 33554432000 4194304 9016284 140733739839664 140733739833944 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/2823/statm: 47790 46855 717 1178 0 46608 0
Current children cumulated CPU time (s) 462.2
Current children cumulated vsize (KiB) 191160

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 2828
/proc/meminfo: memFree=27047128/32873852 swapFree=6856/6856
[pid=2823] ppid=2821 vsize=215636 CPUtime=522.18 cores=0,2,4,6
/proc/2823/stat : 2823 (scip-2.0.1.4b_2) R 2821 2823 643 0 -1 4202496 75492 0 0 0 51362 856 0 0 20 0 1 0 338872667 220811264 52997 33554432000 4194304 9016284 140733739839664 140733739833624 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/2823/statm: 53909 52997 717 1178 0 52727 0
Current children cumulated CPU time (s) 522.18
Current children cumulated vsize (KiB) 215636

[startup+582.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/175 2829
/proc/meminfo: memFree=27021832/32873852 swapFree=6856/6856
[pid=2823] ppid=2821 vsize=240480 CPUtime=582.18 cores=0,2,4,6
/proc/2823/stat : 2823 (scip-2.0.1.4b_2) R 2821 2823 643 0 -1 4202496 81752 0 0 0 57255 963 0 0 20 0 1 0 338872667 246251520 59257 33554432000 4194304 9016284 140733739839664 140733739833528 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/2823/statm: 60120 59257 717 1178 0 58938 0
Current children cumulated CPU time (s) 582.18
Current children cumulated vsize (KiB) 240480

[startup+642.3 s]

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

/proc/meminfo: memFree=26841788/32873852 swapFree=6856/6856
[pid=2823] ppid=2821 vsize=421452 CPUtime=1062.1 cores=0,2,4,6
/proc/2823/stat : 2823 (scip-2.0.1.4b_2) R 2821 2823 643 0 -1 4202496 129055 0 0 0 104395 1815 0 0 20 0 1 0 338872667 431566848 104190 33554432000 4194304 9016284 140733739839664 140733739833528 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/2823/statm: 105363 104190 717 1178 0 104181 0
Current children cumulated CPU time (s) 1062.1
Current children cumulated vsize (KiB) 421452

[startup+1122.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/175 2856
/proc/meminfo: memFree=26821700/32873852 swapFree=6856/6856
[pid=2823] ppid=2821 vsize=441976 CPUtime=1122.09 cores=0,2,4,6
/proc/2823/stat : 2823 (scip-2.0.1.4b_2) R 2821 2823 643 0 -1 4202496 134194 0 0 0 110280 1929 0 0 20 0 1 0 338872667 452583424 109329 33554432000 4194304 9016284 140733739839664 140733739833992 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/2823/statm: 110494 109329 717 1178 0 109312 0
Current children cumulated CPU time (s) 1122.09
Current children cumulated vsize (KiB) 441976

[startup+1182.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/175 2857
/proc/meminfo: memFree=26797768/32873852 swapFree=6856/6856
[pid=2823] ppid=2821 vsize=465612 CPUtime=1182.08 cores=0,2,4,6
/proc/2823/stat : 2823 (scip-2.0.1.4b_2) R 2821 2823 643 0 -1 4202496 140125 0 0 0 116166 2042 0 0 20 0 1 0 338872667 476786688 115260 33554432000 4194304 9016284 140733739839664 140733739833080 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/2823/statm: 116403 115260 717 1178 0 115221 0
Current children cumulated CPU time (s) 1182.08
Current children cumulated vsize (KiB) 465612

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 2857
/proc/meminfo: memFree=26774704/32873852 swapFree=6856/6856
[pid=2823] ppid=2821 vsize=488280 CPUtime=1242.07 cores=0,2,4,6
/proc/2823/stat : 2823 (scip-2.0.1.4b_2) R 2821 2823 643 0 -1 4202496 145806 0 0 0 122058 2149 0 0 20 0 1 0 338872667 499998720 120941 33554432000 4194304 9016284 140733739839664 140733739833528 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/2823/statm: 122070 120941 717 1178 0 120888 0
Current children cumulated CPU time (s) 1242.07
Current children cumulated vsize (KiB) 488280

[startup+1302.3 s]
/proc/loadavg: 2.08 2.02 2.01 3/175 2857
/proc/meminfo: memFree=26750772/32873852 swapFree=6856/6856
[pid=2823] ppid=2821 vsize=512260 CPUtime=1302.07 cores=0,2,4,6
/proc/2823/stat : 2823 (scip-2.0.1.4b_2) R 2821 2823 643 0 -1 4202496 152658 0 0 0 127948 2259 0 0 20 0 1 0 338872667 524554240 126960 33554432000 4194304 9016284 140733739839664 140733739833576 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/2823/statm: 128065 126960 717 1178 0 126883 0
Current children cumulated CPU time (s) 1302.07
Current children cumulated vsize (KiB) 512260

[startup+1362.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/175 2857
/proc/meminfo: memFree=26726220/32873852 swapFree=6856/6856
[pid=2823] ppid=2821 vsize=536048 CPUtime=1362.05 cores=0,2,4,6
/proc/2823/stat : 2823 (scip-2.0.1.4b_2) R 2821 2823 643 0 -1 4202496 158664 0 0 0 133840 2365 0 0 20 0 1 0 338872667 548913152 132951 33554432000 4194304 9016284 140733739839664 140733739833528 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/2823/statm: 134012 132951 717 1178 0 132830 0
Current children cumulated CPU time (s) 1362.05
Current children cumulated vsize (KiB) 536048

[startup+1422.31 s]
/proc/loadavg: 2.01 2.00 2.00 3/175 2857
/proc/meminfo: memFree=26702660/32873852 swapFree=6856/6856
[pid=2823] ppid=2821 vsize=559640 CPUtime=1422.04 cores=0,2,4,6
/proc/2823/stat : 2823 (scip-2.0.1.4b_2) R 2821 2823 643 0 -1 4202496 166841 0 0 0 139723 2481 0 0 20 0 1 0 338872667 573071360 138860 33554432000 4194304 9016284 140733739839664 140733739833528 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/2823/statm: 139910 138860 717 1178 0 138728 0
Current children cumulated CPU time (s) 1422.04
Current children cumulated vsize (KiB) 559640

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 2858
/proc/meminfo: memFree=26681676/32873852 swapFree=6856/6856
[pid=2823] ppid=2821 vsize=580332 CPUtime=1482.04 cores=0,2,4,6
/proc/2823/stat : 2823 (scip-2.0.1.4b_2) R 2821 2823 643 0 -1 4202496 172061 0 0 0 145609 2595 0 0 20 0 1 0 338872667 594259968 144080 33554432000 4194304 9016284 140733739839664 140733739833624 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/2823/statm: 145083 144080 717 1178 0 143901 0
Current children cumulated CPU time (s) 1482.04
Current children cumulated vsize (KiB) 580332

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 2861
/proc/meminfo: memFree=26661964/32873852 swapFree=6856/6856
[pid=2823] ppid=2821 vsize=599936 CPUtime=1542.02 cores=0,2,4,6
/proc/2823/stat : 2823 (scip-2.0.1.4b_2) R 2821 2823 643 0 -1 4202496 177031 0 0 0 151497 2705 0 0 20 0 1 0 338872667 614334464 149049 33554432000 4194304 9016284 140733739839664 140733739833528 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/2823/statm: 149984 149049 717 1178 0 148802 0
Current children cumulated CPU time (s) 1542.02
Current children cumulated vsize (KiB) 599936

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 2861
/proc/meminfo: memFree=26638828/32873852 swapFree=6856/6856
[pid=2823] ppid=2821 vsize=622748 CPUtime=1602 cores=0,2,4,6
/proc/2823/stat : 2823 (scip-2.0.1.4b_2) R 2821 2823 643 0 -1 4202496 182841 0 0 0 157382 2818 0 0 20 0 1 0 338872667 637693952 154848 33554432000 4194304 9016284 140733739839664 140733739833528 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/2823/statm: 155687 154848 717 1178 0 154505 0
Current children cumulated CPU time (s) 1602
Current children cumulated vsize (KiB) 622748

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 2899
/proc/meminfo: memFree=26839924/32873852 swapFree=6856/6856
[pid=2823] ppid=2821 vsize=647220 CPUtime=1661.99 cores=0,2,4,6
/proc/2823/stat : 2823 (scip-2.0.1.4b_2) R 2821 2823 643 0 -1 4202496 188977 0 0 0 163264 2935 0 0 20 0 1 0 338872667 662753280 160984 33554432000 4194304 9016284 140733739839664 140733739833624 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/2823/statm: 161805 160984 717 1178 0 160623 0
Current children cumulated CPU time (s) 1661.99
Current children cumulated vsize (KiB) 647220

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 2899
/proc/meminfo: memFree=26775724/32873852 swapFree=6856/6856
[pid=2823] ppid=2821 vsize=667276 CPUtime=1721.98 cores=0,2,4,6
/proc/2823/stat : 2823 (scip-2.0.1.4b_2) R 2821 2823 643 0 -1 4202496 194107 0 0 0 169151 3047 0 0 20 0 1 0 338872667 683290624 166114 33554432000 4194304 9016284 140733739839664 140733739833624 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/2823/statm: 166819 166114 717 1178 0 165637 0
Current children cumulated CPU time (s) 1721.98
Current children cumulated vsize (KiB) 667276

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 2900
/proc/meminfo: memFree=26736472/32873852 swapFree=6856/6856
[pid=2823] ppid=2821 vsize=691400 CPUtime=1781.97 cores=0,2,4,6
/proc/2823/stat : 2823 (scip-2.0.1.4b_2) R 2821 2823 643 0 -1 4202496 200142 0 0 0 175030 3167 0 0 20 0 1 0 338872667 707993600 172149 33554432000 4194304 9016284 140733739839664 140733739833528 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/2823/statm: 172850 172149 717 1178 0 171668 0
Current children cumulated CPU time (s) 1781.97
Current children cumulated vsize (KiB) 691400

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

[startup+1785.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 2900
/proc/meminfo: memFree=26735604/32873852 swapFree=6856/6856
[pid=2823] ppid=2821 vsize=691400 CPUtime=1785.18 cores=0,2,4,6
/proc/2823/stat : 2823 (scip-2.0.1.4b_2) R 2821 2823 643 0 -1 4202496 200154 0 0 0 175344 3174 0 0 20 0 1 0 338872667 707993600 172161 33554432000 4194304 9016284 140733739839664 140733739833528 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/2823/statm: 172850 172161 717 1178 0 171668 0
Current children cumulated CPU time (s) 1785.18
Current children cumulated vsize (KiB) 691400

[startup+1791.91 s]
/proc/loadavg: 2.07 2.02 2.00 3/175 2900
/proc/meminfo: memFree=26733124/32873852 swapFree=6856/6856
[pid=2823] ppid=2821 vsize=693728 CPUtime=1791.58 cores=0,2,4,6
/proc/2823/stat : 2823 (scip-2.0.1.4b_2) R 2821 2823 643 0 -1 4202496 200760 0 0 0 175973 3185 0 0 20 0 1 0 338872667 710377472 172767 33554432000 4194304 9016284 140733739839664 140733739834504 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/2823/statm: 173432 172767 717 1178 0 172250 0
Current children cumulated CPU time (s) 1791.58
Current children cumulated vsize (KiB) 693728

[startup+1795.1 s]
/proc/loadavg: 2.07 2.02 2.00 3/175 2900
/proc/meminfo: memFree=26733124/32873852 swapFree=6856/6856
[pid=2823] ppid=2821 vsize=693728 CPUtime=1794.78 cores=0,2,4,6
/proc/2823/stat : 2823 (scip-2.0.1.4b_2) R 2821 2823 643 0 -1 4202496 200766 0 0 0 176286 3192 0 0 20 0 1 0 338872667 710377472 172773 33554432000 4194304 9016284 140733739839664 140733739833624 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/2823/statm: 173432 172773 717 1178 0 172250 0
Current children cumulated CPU time (s) 1794.78
Current children cumulated vsize (KiB) 693728

[startup+1796.7 s]
/proc/loadavg: 2.07 2.02 2.00 3/175 2900
/proc/meminfo: memFree=26733124/32873852 swapFree=6856/6856
[pid=2823] ppid=2821 vsize=693728 CPUtime=1796.37 cores=0,2,4,6
/proc/2823/stat : 2823 (scip-2.0.1.4b_2) R 2821 2823 643 0 -1 4202496 200770 0 0 0 176443 3194 0 0 20 0 1 0 338872667 710377472 172777 33554432000 4194304 9016284 140733739839664 140733739833832 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/2823/statm: 173432 172777 717 1178 0 172250 0
Current children cumulated CPU time (s) 1796.37
Current children cumulated vsize (KiB) 693728

[startup+1797.5 s]
/proc/loadavg: 2.07 2.02 2.00 3/175 2900
/proc/meminfo: memFree=26733000/32873852 swapFree=6856/6856
[pid=2823] ppid=2821 vsize=693728 CPUtime=1797.17 cores=0,2,4,6
/proc/2823/stat : 2823 (scip-2.0.1.4b_2) R 2821 2823 643 0 -1 4202496 200773 0 0 0 176522 3195 0 0 20 0 1 0 338872667 710377472 172780 33554432000 4194304 9016284 140733739839664 140733739835464 4897769 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/2823/statm: 173432 172780 719 1178 0 172250 0
Current children cumulated CPU time (s) 1797.17
Current children cumulated vsize (KiB) 693728

[startup+1797.7 s]
/proc/loadavg: 2.07 2.02 2.00 3/175 2900
/proc/meminfo: memFree=26733000/32873852 swapFree=6856/6856
[pid=2823] ppid=2821 vsize=693596 CPUtime=1797.37 cores=0,2,4,6
/proc/2823/stat : 2823 (scip-2.0.1.4b_2) R 2821 2823 643 0 -1 4202496 200773 0 0 0 176542 3195 0 0 20 0 1 0 338872667 710242304 172747 33554432000 4194304 9016284 140733739839664 140733739835464 7933303 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/2823/statm: 173399 172747 719 1178 0 172217 0
Current children cumulated CPU time (s) 1797.37
Current children cumulated vsize (KiB) 693596

Child status: 0
Real time (s): 1797.72
CPU time (s): 1797.4
CPU user time (s): 1765.44
CPU system time (s): 31.9601
CPU usage (%): 99.9822
Max. virtual memory (cumulated for all children) (KiB): 693728

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1765.44
system time used= 31.9601
maximum resident set size= 691120
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 200778
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= 63
involuntary context switches= 2078

runsolver used 13.364 second user time and 10.1115 second system time

The end

Launcher Data

Begin job on node128 at 2012-06-03 14:44:28
IDJOB=3737428
IDBENCH=48237
IDSOLVER=2329
FILE ID=node128/3737428-1338727468
RUNJOBID= node128-1338714616-659
PBS_JOBID= 14636758
Free space on /tmp= 70404 MiB

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

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

MD5SUM BENCH= 1a8c058c181490cb899ec7074b22bfb3
RANDOM SEED=1195403230

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873852 kB
MemFree:        27266712 kB
Buffers:          546256 kB
Cached:          3760980 kB
SwapCached:          744 kB
Active:          2407164 kB
Inactive:        2303820 kB
Active(anon):     394860 kB
Inactive(anon):    11420 kB
Active(file):    2012304 kB
Inactive(file):  2292400 kB
Unevictable:        6856 kB
Mlocked:            6856 kB
SwapTotal:      67108856 kB
SwapFree:       67106656 kB
Dirty:             16700 kB
Writeback:             0 kB
AnonPages:        446668 kB
Mapped:            16748 kB
Shmem:               200 kB
Slab:             756596 kB
SReclaimable:     198856 kB
SUnreclaim:       557740 kB
KernelStack:        1456 kB
PageTables:         4932 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545780 kB
Committed_AS:     519020 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346360 kB
VmallocChunk:   34341988004 kB
HardwareCorrupted:     0 kB
AnonHugePages:    249856 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70388 MiB
End job on node128 at 2012-06-03 15:14:25