Trace number 3450728

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
SCIP spx E SCIP 2.0.1.4b with SoPlex 1.5.0.4SAT (TO)-15 1800.11 1800.05

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_100_25_2.opb
MD5SUM3576405369e31b0bc5c7707d6d764dde
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 benchmark1798
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)6148
Sum of products size (including duplicates)12296
Number of different products3074
Sum of products size6148

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.4]
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-3450728-1307110235.opb>
0.00/0.02	c original problem has 3274 variables (3274 bin, 0 int, 0 impl, 0 cont) and 3575 constraints
0.00/0.02	c problem read
0.00/0.02	c presolving settings loaded
0.00/0.03	o 0
0.00/0.03	c feasible solution found by trivial heuristic, objective value  0.000000e+00
0.00/0.03	c presolving:
0.04/0.07	c (round 1) 0 del vars, 3274 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 100 upgd conss, 24792 impls, 199 clqs
0.04/0.08	c (round 2) 3074 del vars, 3274 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 300 upgd conss, 24792 impls, 0 clqs
0.04/0.09	c    (0.1s) probing: 101/200 (50.5%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.04/0.09	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.04/0.09	c presolving (3 rounds):
0.04/0.09	c  3074 deleted vars, 3274 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.04/0.09	c  24792 implications, 0 cliques
0.04/0.09	c presolved problem has 200 variables (200 bin, 0 int, 0 impl, 0 cont) and 301 constraints
0.04/0.09	c     200 constraints of type <knapsack>
0.04/0.09	c     100 constraints of type <setppc>
0.04/0.09	c       1 constraints of type <linear>
0.04/0.09	c transformed objective value is always integral (scale: 1)
0.04/0.09	c Presolving Time: 0.07
0.04/0.09	c - non default parameters ----------------------------------------------------------------------
0.04/0.09	c # SCIP version 2.0.1.5
0.04/0.09	c 
0.04/0.09	c # frequency for displaying node information lines
0.04/0.09	c # [type: int, range: [-1,2147483647], default: 100]
0.04/0.09	c display/freq = 10000
0.04/0.09	c 
0.04/0.09	c # maximal time in seconds to run
0.04/0.09	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.04/0.09	c limits/time = 1800
0.04/0.09	c 
0.04/0.09	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.04/0.09	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.04/0.09	c limits/memory = 13950
0.04/0.09	c 
0.04/0.09	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.04/0.09	c # [type: int, range: [1,2], default: 1]
0.04/0.09	c timing/clocktype = 2
0.04/0.09	c 
0.04/0.09	c # belongs reading time to solving time?
0.04/0.09	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.04/0.09	c timing/reading = TRUE
0.04/0.09	c 
0.04/0.09	c # should presolving try to simplify inequalities
0.04/0.09	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.04/0.09	c constraints/linear/simplifyinequalities = TRUE
0.04/0.09	c 
0.04/0.09	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.04/0.09	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.04/0.09	c constraints/indicator/addCouplingCons = TRUE
0.04/0.09	c 
0.04/0.09	c # should presolving try to simplify knapsacks
0.04/0.09	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.04/0.09	c constraints/knapsack/simplifyinequalities = TRUE
0.04/0.09	c 
0.04/0.09	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.04/0.09	c # [type: int, range: [-1,2147483647], default: -1]
0.04/0.09	c separating/rapidlearning/freq = 0
0.04/0.09	c 
0.04/0.09	c -----------------------------------------------------------------------------------------------
0.04/0.09	c start solving
0.04/0.09	c 
0.19/0.21	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.21	c t 0.2s|     1 |     0 |  1236 |     - |8625k|   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 |  1236 |     - |8637k|   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 |  1236 |     - |8654k|   0 | 200 | 200 | 301 | 200 | 301 |   0 |   0 |   0 |-5.000000e+01 |-1.000000e+01 |  80.00%
0.89/0.97	c   1.0s|     1 |     2 |  1236 |     - |8654k|   0 | 200 | 200 | 302 | 200 | 301 |   0 |   0 |  13 |-5.000000e+01 |-1.000000e+01 |  80.00%
8.81/8.84	o -11
8.81/8.84	c v 8.8s|    51 |    52 |  4841 |  72.1 |8795k|  15 |   - | 200 | 302 | 200 | 301 |   0 |   0 | 677 |-4.908911e+01 |-1.100000e+01 |  77.59%
13.58/13.66	o -12
13.58/13.66	c f13.7s|   147 |   143 | 10719 |  65.0 |8984k|  17 |   - | 200 | 303 | 200 | 301 |   0 |   1 |1001 |-4.839245e+01 |-1.200000e+01 |  75.20%
16.78/16.81	o -13
16.78/16.81	c f16.8s|   634 |   512 | 38869 |  59.5 |9854k|  44 |   - | 200 | 311 | 200 | 301 |   0 |  10 |1019 |-4.363714e+01 |-1.300000e+01 |  70.21%
17.98/18.07	o -14
17.98/18.07	c f18.1s|   851 |   576 | 48235 |  55.3 |  10M|  56 |   - | 200 | 313 | 200 | 301 |   0 |  12 |1056 |-4.213814e+01 |-1.400000e+01 |  66.78%
24.29/24.38	o -15
24.29/24.38	c l24.4s|  1809 |  1385 |120871 |  66.2 |  11M|  77 |   - | 200 | 348 | 200 | 301 |   0 |  51 |1085 |-4.075892e+01 |-1.500000e+01 |  63.20%
62.49/62.57	c  62.6s| 10000 |  8208 |613966 |  61.3 |  19M|  77 |  87 | 200 | 455 | 200 | 301 |   0 | 226 |1175 |-3.689978e+01 |-1.500000e+01 |  59.35%
95.29/95.39	c  95.4s| 20000 | 14682 |  1065k|  53.2 |  27M|  99 |  32 | 200 | 444 | 200 | 301 |   0 | 331 |1414 |-3.594904e+01 |-1.500000e+01 |  58.27%
124.09/124.20	c   124s| 30000 | 20316 |  1483k|  49.4 |  35M|  99 |  26 | 200 | 388 | 200 | 301 |   0 | 381 |1701 |-3.532245e+01 |-1.500000e+01 |  57.53%
150.71/150.74	c   151s| 40000 | 25680 |  1876k|  46.9 |  42M|  99 |   - | 200 | 395 | 200 | 301 |   0 | 447 |1940 |-3.485189e+01 |-1.500000e+01 |  56.96%
175.29/175.36	c   175s| 50000 | 30686 |  2244k|  44.9 |  49M| 101 |  39 | 200 | 395 | 200 | 301 |   0 | 502 |2152 |-3.446756e+01 |-1.500000e+01 |  56.48%
198.01/198.04	c   198s| 60000 | 35248 |  2582k|  43.0 |  56M| 101 |  44 | 200 | 389 | 200 | 301 |   0 | 546 |2326 |-3.409910e+01 |-1.500000e+01 |  56.01%
219.90/220.00	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
219.90/220.00	c   220s| 70000 | 39764 |  2919k|  41.7 |  62M| 101 |   - | 200 | 367 | 200 | 301 |   0 | 592 |2516 |-3.380024e+01 |-1.500000e+01 |  55.62%
241.90/241.94	c   242s| 80000 | 44362 |  3263k|  40.8 |  69M| 101 |  30 | 200 | 358 | 200 | 301 |   0 | 619 |2670 |-3.358608e+01 |-1.500000e+01 |  55.34%
262.59/262.69	c   263s| 90000 | 48694 |  3589k|  39.9 |  75M| 101 |  25 | 200 | 365 | 200 | 301 |   0 | 650 |2818 |-3.333381e+01 |-1.500000e+01 |  55.00%
282.99/283.06	c   283s|100000 | 53040 |  3914k|  39.1 |  81M| 102 |  45 | 200 | 368 | 200 | 301 |   0 | 681 |2964 |-3.311982e+01 |-1.500000e+01 |  54.71%
303.39/303.51	c   304s|110000 | 57318 |  4236k|  38.5 |  87M| 102 |   - | 200 | 370 | 200 | 301 |   0 | 716 |3093 |-3.294884e+01 |-1.500000e+01 |  54.47%
323.49/323.50	c   323s|120000 | 61622 |  4553k|  37.9 |  93M| 102 |  36 | 200 | 383 | 200 | 301 |   0 | 756 |3206 |-3.281397e+01 |-1.500000e+01 |  54.29%
343.00/343.06	c   343s|130000 | 65872 |  4864k|  37.4 | 100M| 103 |   - | 200 | 367 | 200 | 301 |   0 | 781 |3334 |-3.266552e+01 |-1.500000e+01 |  54.08%
362.70/362.74	c   363s|140000 | 70138 |  5179k|  37.0 | 106M| 103 |  39 | 200 | 359 | 200 | 301 |   0 | 813 |3453 |-3.255507e+01 |-1.500000e+01 |  53.92%
382.50/382.57	c   383s|150000 | 74412 |  5498k|  36.6 | 112M| 103 |  30 | 200 | 383 | 200 | 301 |   0 | 863 |3558 |-3.241049e+01 |-1.500000e+01 |  53.72%
401.52/401.58	c   402s|160000 | 78610 |  5804k|  36.3 | 118M| 103 |  45 | 200 | 365 | 200 | 301 |   0 | 882 |3638 |-3.232216e+01 |-1.500000e+01 |  53.59%
420.30/420.36	c   420s|170000 | 82804 |  6104k|  35.9 | 124M| 103 |   - | 200 | 373 | 200 | 301 |   0 | 923 |3709 |-3.222611e+01 |-1.500000e+01 |  53.45%
438.92/438.99	c   439s|180000 | 87032 |  6400k|  35.5 | 130M| 103 |  49 | 200 | 386 | 200 | 301 |   0 | 965 |3796 |-3.214645e+01 |-1.500000e+01 |  53.34%
457.51/457.56	c   458s|190000 | 91138 |  6697k|  35.2 | 136M| 104 |   - | 200 | 356 | 200 | 301 |   0 | 978 |3873 |-3.204916e+01 |-1.500000e+01 |  53.20%
476.00/476.00	c   476s|200000 | 95230 |  6989k|  34.9 | 142M| 106 |   - | 200 | 358 | 200 | 301 |   0 |1011 |3955 |-3.196401e+01 |-1.500000e+01 |  53.07%
494.20/494.25	c   494s|210000 | 99354 |  7280k|  34.7 | 148M| 106 |  34 | 200 | 353 | 200 | 301 |   0 |1033 |4036 |-3.187720e+01 |-1.500000e+01 |  52.94%
512.00/512.07	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
512.00/512.07	c   512s|220000 |103412 |  7566k|  34.4 | 154M| 106 |   - | 200 | 349 | 200 | 301 |   0 |1057 |4117 |-3.182431e+01 |-1.500000e+01 |  52.87%
529.90/529.90	c   530s|230000 |107368 |  7853k|  34.1 | 160M| 106 |   - | 200 | 342 | 200 | 301 |   0 |1074 |4207 |-3.173621e+01 |-1.500000e+01 |  52.74%
547.61/547.71	c   548s|240000 |111356 |  8138k|  33.9 | 166M| 106 |  59 | 200 | 354 | 200 | 301 |   0 |1104 |4284 |-3.167028e+01 |-1.500000e+01 |  52.64%
565.43/565.48	c   565s|250000 |115310 |  8428k|  33.7 | 172M| 106 |   - | 200 | 356 | 200 | 301 |   0 |1135 |4363 |-3.160614e+01 |-1.500000e+01 |  52.54%
583.51/583.54	c   584s|260000 |119242 |  8725k|  33.6 | 177M| 106 |  44 | 200 | 348 | 200 | 301 |   0 |1155 |4446 |-3.153705e+01 |-1.500000e+01 |  52.44%
600.90/600.99	c   601s|270000 |123150 |  9009k|  33.4 | 183M| 106 |  64 | 200 | 352 | 200 | 301 |   0 |1179 |4504 |-3.148173e+01 |-1.500000e+01 |  52.35%
618.31/618.31	c   618s|280000 |127032 |  9293k|  33.2 | 189M| 106 |  47 | 200 | 360 | 200 | 301 |   0 |1206 |4581 |-3.142035e+01 |-1.500000e+01 |  52.26%
635.83/635.84	c   636s|290000 |130914 |  9580k|  33.0 | 195M| 106 | 100 | 200 | 351 | 200 | 301 |   0 |1233 |4652 |-3.137902e+01 |-1.500000e+01 |  52.20%
653.01/653.08	c   653s|300000 |134780 |  9862k|  32.9 | 201M| 106 |  26 | 200 | 354 | 200 | 301 |   0 |1264 |4744 |-3.131089e+01 |-1.500000e+01 |  52.09%
670.31/670.32	c   670s|310000 |138752 | 10144k|  32.7 | 206M| 106 |   - | 200 | 351 | 200 | 301 |   0 |1297 |4791 |-3.126508e+01 |-1.500000e+01 |  52.02%
687.41/687.48	c   687s|320000 |142648 | 10423k|  32.6 | 212M| 106 |  31 | 200 | 338 | 200 | 301 |   0 |1316 |4864 |-3.122390e+01 |-1.500000e+01 |  51.96%
704.61/704.62	c   705s|330000 |146488 | 10704k|  32.4 | 218M| 108 |  87 | 200 | 338 | 200 | 301 |   0 |1338 |4932 |-3.117857e+01 |-1.500000e+01 |  51.89%
721.71/721.78	c   722s|340000 |150338 | 10991k|  32.3 | 224M| 108 |  31 | 200 | 340 | 200 | 301 |   0 |1359 |4990 |-3.113212e+01 |-1.500000e+01 |  51.82%
738.81/738.83	c   739s|350000 |154176 | 11278k|  32.2 | 229M| 108 |  31 | 200 | 327 | 200 | 301 |   0 |1374 |5070 |-3.107159e+01 |-1.500000e+01 |  51.72%
755.73/755.73	c   756s|360000 |157970 | 11562k|  32.1 | 235M| 108 |  54 | 200 | 343 | 200 | 301 |   0 |1403 |5134 |-3.102507e+01 |-1.500000e+01 |  51.65%
772.61/772.68	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
772.61/772.68	c   773s|370000 |161766 | 11845k|  32.0 | 241M| 108 |  48 | 200 | 356 | 200 | 301 |   0 |1434 |5201 |-3.097859e+01 |-1.500000e+01 |  51.58%
789.51/789.59	c   790s|380000 |165600 | 12131k|  31.9 | 246M| 108 |   - | 200 | 360 | 200 | 301 |   0 |1458 |5261 |-3.093058e+01 |-1.500000e+01 |  51.50%
806.42/806.44	c   806s|390000 |169412 | 12416k|  31.8 | 252M| 108 |  33 | 200 | 356 | 200 | 301 |   0 |1477 |5336 |-3.089208e+01 |-1.500000e+01 |  51.44%
823.01/823.07	c   823s|400000 |173130 | 12695k|  31.7 | 258M| 108 |   - | 200 | 359 | 200 | 301 |   0 |1504 |5391 |-3.084997e+01 |-1.500000e+01 |  51.38%
839.71/839.72	c   840s|410000 |176938 | 12975k|  31.6 | 263M| 109 |   - | 200 | 354 | 200 | 301 |   0 |1527 |5445 |-3.080385e+01 |-1.500000e+01 |  51.30%
856.42/856.41	c   856s|420000 |180664 | 13258k|  31.6 | 269M| 109 |   - | 200 | 368 | 200 | 301 |   0 |1564 |5494 |-3.076327e+01 |-1.500000e+01 |  51.24%
872.72/872.78	c   873s|430000 |184406 | 13536k|  31.5 | 275M| 109 |  26 | 200 | 357 | 200 | 301 |   0 |1589 |5546 |-3.071787e+01 |-1.500000e+01 |  51.17%
889.52/889.57	c   890s|440000 |188160 | 13824k|  31.4 | 280M| 109 |   - | 200 | 360 | 200 | 301 |   0 |1614 |5596 |-3.068242e+01 |-1.500000e+01 |  51.11%
906.22/906.24	c   906s|450000 |191884 | 14111k|  31.4 | 286M| 109 |  54 | 200 | 365 | 200 | 301 |   0 |1646 |5647 |-3.064997e+01 |-1.500000e+01 |  51.06%
922.52/922.56	c   923s|460000 |195542 | 14390k|  31.3 | 291M| 109 |  34 | 200 | 373 | 200 | 301 |   0 |1683 |5687 |-3.061590e+01 |-1.500000e+01 |  51.01%
938.92/938.94	c   939s|470000 |199246 | 14668k|  31.2 | 297M| 109 |  53 | 200 | 360 | 200 | 301 |   0 |1699 |5739 |-3.057744e+01 |-1.500000e+01 |  50.94%
955.12/955.18	c   955s|480000 |202896 | 14944k|  31.1 | 303M| 109 |  33 | 200 | 354 | 200 | 301 |   0 |1722 |5794 |-3.054108e+01 |-1.500000e+01 |  50.89%
971.52/971.55	c   972s|490000 |206582 | 15227k|  31.1 | 308M| 109 |  82 | 200 | 354 | 200 | 301 |   0 |1749 |5839 |-3.049734e+01 |-1.500000e+01 |  50.82%
987.73/987.78	c   988s|500000 |210224 | 15504k|  31.0 | 314M| 109 |  46 | 200 | 349 | 200 | 301 |   0 |1770 |5900 |-3.046373e+01 |-1.500000e+01 |  50.76%
1004.02/1004.02	c  1004s|510000 |213906 | 15782k|  30.9 | 319M| 109 |  31 | 200 | 345 | 200 | 301 |   0 |1792 |5961 |-3.042488e+01 |-1.500000e+01 |  50.70%
1020.33/1020.36	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1020.33/1020.36	c  1020s|520000 |217590 | 16061k|  30.9 | 325M| 109 |  43 | 200 | 342 | 200 | 301 |   0 |1811 |6001 |-3.039087e+01 |-1.500000e+01 |  50.64%
1036.42/1036.40	c  1036s|530000 |221224 | 16334k|  30.8 | 330M| 109 |  56 | 200 | 356 | 200 | 301 |   0 |1847 |6049 |-3.035901e+01 |-1.500000e+01 |  50.59%
1052.32/1052.38	c  1052s|540000 |224826 | 16607k|  30.8 | 336M| 109 |  31 | 200 | 351 | 200 | 301 |   0 |1862 |6087 |-3.032422e+01 |-1.500000e+01 |  50.53%
1068.42/1068.47	c  1068s|550000 |228458 | 16884k|  30.7 | 341M| 109 |  44 | 200 | 351 | 200 | 301 |   0 |1888 |6131 |-3.028807e+01 |-1.500000e+01 |  50.48%
1084.32/1084.38	c  1084s|560000 |232104 | 17160k|  30.6 | 347M| 109 |  58 | 200 | 353 | 200 | 301 |   0 |1918 |6168 |-3.025961e+01 |-1.500000e+01 |  50.43%
1100.12/1100.17	c  1100s|570000 |235688 | 17433k|  30.6 | 352M| 109 |  52 | 200 | 347 | 200 | 301 |   0 |1941 |6205 |-3.022739e+01 |-1.500000e+01 |  50.38%
1116.13/1116.18	c  1116s|580000 |239356 | 17709k|  30.5 | 358M| 109 |   - | 200 | 336 | 200 | 301 |   0 |1961 |6257 |-3.020317e+01 |-1.500000e+01 |  50.34%
1132.23/1132.23	c  1132s|590000 |243074 | 17986k|  30.5 | 363M| 109 |   - | 200 | 352 | 200 | 301 |   0 |1997 |6299 |-3.016951e+01 |-1.500000e+01 |  50.28%
1148.02/1148.01	c  1148s|600000 |246684 | 18259k|  30.4 | 369M| 109 |  39 | 200 | 353 | 200 | 301 |   0 |2025 |6343 |-3.014671e+01 |-1.500000e+01 |  50.24%
1163.93/1163.99	c  1164s|610000 |250364 | 18536k|  30.4 | 374M| 109 |  29 | 200 | 339 | 200 | 301 |   0 |2041 |6391 |-3.011647e+01 |-1.500000e+01 |  50.19%
1179.83/1179.88	c  1180s|620000 |254004 | 18813k|  30.3 | 380M| 109 |  29 | 200 | 352 | 200 | 301 |   0 |2069 |6425 |-3.009371e+01 |-1.500000e+01 |  50.16%
1195.53/1195.59	c  1196s|630000 |257660 | 19084k|  30.3 | 385M| 109 |  40 | 200 | 366 | 200 | 301 |   0 |2106 |6472 |-3.006708e+01 |-1.500000e+01 |  50.11%
1211.43/1211.48	c  1211s|640000 |261350 | 19359k|  30.2 | 391M| 109 |  46 | 200 | 361 | 200 | 301 |   0 |2122 |6501 |-3.004437e+01 |-1.500000e+01 |  50.07%
1227.13/1227.14	c  1227s|650000 |265048 | 19631k|  30.2 | 397M| 109 |  33 | 200 | 355 | 200 | 301 |   0 |2146 |6539 |-3.001630e+01 |-1.500000e+01 |  50.03%
1242.94/1242.92	c  1243s|660000 |268714 | 19903k|  30.2 | 402M| 109 |  39 | 200 | 359 | 200 | 301 |   0 |2177 |6576 |-2.998506e+01 |-1.500000e+01 |  49.98%
1258.83/1258.87	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1258.83/1258.87	c  1259s|670000 |272362 | 20182k|  30.1 | 408M| 109 |  93 | 200 | 359 | 200 | 301 |   0 |2199 |6619 |-2.995504e+01 |-1.500000e+01 |  49.92%
1274.33/1274.32	c  1274s|680000 |276006 | 20447k|  30.1 | 413M| 109 |   - | 200 | 345 | 200 | 301 |   0 |2216 |6654 |-2.992992e+01 |-1.500000e+01 |  49.88%
1289.93/1289.94	c  1290s|690000 |279642 | 20717k|  30.0 | 419M| 109 |   - | 200 | 346 | 200 | 301 |   0 |2238 |6687 |-2.990435e+01 |-1.500000e+01 |  49.84%
1305.24/1305.24	c  1305s|700000 |283326 | 20982k|  30.0 | 424M| 109 |  75 | 200 | 357 | 200 | 301 |   0 |2264 |6722 |-2.988435e+01 |-1.500000e+01 |  49.81%
1320.63/1320.66	c  1321s|710000 |286982 | 21245k|  29.9 | 430M| 109 |  41 | 200 | 358 | 200 | 301 |   0 |2287 |6777 |-2.986775e+01 |-1.500000e+01 |  49.78%
1336.13/1336.11	c  1336s|720000 |290612 | 21512k|  29.9 | 435M| 109 |  84 | 200 | 363 | 200 | 301 |   0 |2313 |6819 |-2.984455e+01 |-1.500000e+01 |  49.74%
1351.43/1351.46	c  1351s|730000 |294274 | 21776k|  29.8 | 440M| 109 |   - | 200 | 364 | 200 | 301 |   0 |2343 |6850 |-2.981752e+01 |-1.500000e+01 |  49.69%
1366.84/1366.81	c  1367s|740000 |298004 | 22041k|  29.8 | 446M| 109 |  30 | 200 | 350 | 200 | 301 |   0 |2359 |6880 |-2.979781e+01 |-1.500000e+01 |  49.66%
1382.33/1382.31	c  1382s|750000 |301650 | 22307k|  29.7 | 451M| 109 |  47 | 200 | 361 | 200 | 301 |   0 |2392 |6926 |-2.977816e+01 |-1.500000e+01 |  49.63%
1397.63/1397.66	c  1398s|760000 |305268 | 22571k|  29.7 | 457M| 109 |  36 | 200 | 362 | 200 | 301 |   0 |2418 |6967 |-2.975383e+01 |-1.500000e+01 |  49.59%
1412.94/1412.94	c  1413s|770000 |308914 | 22835k|  29.7 | 462M| 109 |   - | 200 | 354 | 200 | 301 |   0 |2441 |6998 |-2.973131e+01 |-1.500000e+01 |  49.55%
1427.64/1427.69	c  1428s|780000 |312364 | 23089k|  29.6 | 468M| 112 |  66 | 200 | 350 | 200 | 301 |   0 |2460 |7023 |-2.970361e+01 |-1.500000e+01 |  49.50%
1442.05/1442.11	c  1442s|790000 |315660 | 23339k|  29.5 | 473M| 112 |   - | 200 | 341 | 200 | 301 |   0 |2473 |7069 |-2.968125e+01 |-1.500000e+01 |  49.46%
1456.54/1456.53	c  1457s|800000 |318942 | 23590k|  29.5 | 478M| 112 |  38 | 200 | 327 | 200 | 301 |   0 |2484 |7098 |-2.965050e+01 |-1.500000e+01 |  49.41%
1470.94/1470.95	c  1471s|810000 |322246 | 23838k|  29.4 | 483M| 112 |  31 | 200 | 330 | 200 | 301 |   0 |2499 |7149 |-2.962762e+01 |-1.500000e+01 |  49.37%
1485.34/1485.33	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1485.34/1485.33	c  1485s|820000 |325610 | 24084k|  29.4 | 488M| 112 |  41 | 200 | 334 | 200 | 301 |   0 |2519 |7179 |-2.960873e+01 |-1.500000e+01 |  49.34%
1499.64/1499.67	c  1500s|830000 |328946 | 24330k|  29.3 | 493M| 112 |  29 | 200 | 341 | 200 | 301 |   0 |2543 |7224 |-2.958634e+01 |-1.500000e+01 |  49.30%
1514.04/1514.02	c  1514s|840000 |332240 | 24576k|  29.3 | 498M| 112 |  38 | 200 | 340 | 200 | 301 |   0 |2561 |7250 |-2.956599e+01 |-1.500000e+01 |  49.27%
1528.24/1528.26	c  1528s|850000 |335520 | 24822k|  29.2 | 503M| 112 |   - | 200 | 345 | 200 | 301 |   0 |2584 |7286 |-2.954546e+01 |-1.500000e+01 |  49.23%
1542.26/1542.24	c  1542s|860000 |338846 | 25062k|  29.1 | 508M| 112 |  35 | 200 | 342 | 200 | 301 |   0 |2598 |7327 |-2.952329e+01 |-1.500000e+01 |  49.19%
1556.34/1556.30	c  1556s|870000 |342142 | 25302k|  29.1 | 513M| 112 |   - | 200 | 336 | 200 | 301 |   0 |2614 |7365 |-2.950502e+01 |-1.500000e+01 |  49.16%
1570.54/1570.52	c  1571s|880000 |345422 | 25547k|  29.0 | 518M| 112 |  28 | 200 | 336 | 200 | 301 |   0 |2636 |7390 |-2.948430e+01 |-1.500000e+01 |  49.13%
1584.74/1584.70	c  1585s|890000 |348704 | 25790k|  29.0 | 523M| 112 |  53 | 200 | 330 | 200 | 301 |   0 |2644 |7434 |-2.947037e+01 |-1.500000e+01 |  49.10%
1598.74/1598.77	c  1599s|900000 |352046 | 26028k|  28.9 | 528M| 112 |   - | 200 | 328 | 200 | 301 |   0 |2657 |7475 |-2.945348e+01 |-1.500000e+01 |  49.07%
1612.74/1612.75	c  1613s|910000 |355332 | 26267k|  28.9 | 533M| 112 |  37 | 200 | 325 | 200 | 301 |   0 |2664 |7502 |-2.943152e+01 |-1.500000e+01 |  49.03%
1626.84/1626.87	c  1627s|920000 |358612 | 26510k|  28.8 | 538M| 112 |  52 | 200 | 333 | 200 | 301 |   0 |2682 |7543 |-2.942085e+01 |-1.500000e+01 |  49.02%
1641.15/1641.14	c  1641s|930000 |361884 | 26757k|  28.8 | 543M| 112 |   - | 200 | 344 | 200 | 301 |   0 |2702 |7577 |-2.940282e+01 |-1.500000e+01 |  48.98%
1655.25/1655.23	c  1655s|940000 |365116 | 27000k|  28.7 | 548M| 112 |  84 | 200 | 333 | 200 | 301 |   0 |2718 |7619 |-2.937819e+01 |-1.500000e+01 |  48.94%
1669.44/1669.40	c  1669s|950000 |368342 | 27244k|  28.7 | 553M| 112 |  34 | 200 | 343 | 200 | 301 |   0 |2744 |7656 |-2.936502e+01 |-1.500000e+01 |  48.92%
1683.55/1683.55	c  1684s|960000 |371630 | 27487k|  28.6 | 558M| 112 |  72 | 200 | 343 | 200 | 301 |   0 |2752 |7688 |-2.934881e+01 |-1.500000e+01 |  48.89%
1697.55/1697.56	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1697.55/1697.56	c  1698s|970000 |374938 | 27727k|  28.6 | 563M| 112 |   - | 200 | 336 | 200 | 301 |   0 |2763 |7751 |-2.932925e+01 |-1.500000e+01 |  48.86%
1711.45/1711.51	c  1712s|980000 |378114 | 27966k|  28.5 | 568M| 112 |  42 | 200 | 341 | 200 | 301 |   0 |2787 |7787 |-2.931574e+01 |-1.500000e+01 |  48.83%
1725.35/1725.38	c  1725s|990000 |381348 | 28202k|  28.5 | 573M| 112 |  28 | 200 | 345 | 200 | 301 |   0 |2815 |7830 |-2.929923e+01 |-1.500000e+01 |  48.80%
1739.25/1739.20	c  1739s|  1000k|384672 | 28439k|  28.4 | 578M| 112 |  37 | 200 | 340 | 200 | 301 |   0 |2827 |7860 |-2.928380e+01 |-1.500000e+01 |  48.78%
1752.95/1752.99	c  1753s|  1010k|387936 | 28674k|  28.4 | 582M| 112 |  30 | 200 | 352 | 200 | 301 |   0 |2851 |7894 |-2.927024e+01 |-1.500000e+01 |  48.75%
1767.05/1767.02	c  1767s|  1020k|391232 | 28912k|  28.3 | 588M| 112 |   - | 200 | 350 | 200 | 301 |   0 |2859 |7941 |-2.924739e+01 |-1.500000e+01 |  48.71%
1780.65/1780.68	c  1781s|  1030k|394460 | 29145k|  28.3 | 592M| 112 |  33 | 200 | 347 | 200 | 301 |   0 |2877 |7968 |-2.923102e+01 |-1.500000e+01 |  48.68%
1794.45/1794.48	c  1794s|  1040k|397724 | 29381k|  28.3 | 597M| 112 |  32 | 200 | 346 | 200 | 301 |   0 |2896 |7995 |-2.921019e+01 |-1.500000e+01 |  48.65%
1800.05/1800.00	c 
1800.05/1800.00	c SCIP Status        : solving was interrupted [time limit reached]
1800.05/1800.00	c Solving Time (sec) : 1800.00
1800.05/1800.00	c Solving Nodes      : 1044000
1800.05/1800.00	c Primal Bound       : -1.50000000000000e+01 (462 solutions)
1800.05/1800.00	c Dual Bound         : -2.92040031893539e+01
1800.05/1800.00	c Gap                : 48.64 %
1800.05/1800.00	s SATISFIABLE
1800.05/1800.00	v x196 -x137 -x130 -x172 -x140 -x179 -x127 x159 x181 -x123 x121 -x133 -x175 -x112 x188 -x113 -x147 -x119 -x156 -x152 -x185 -x154 
1800.05/1800.00	v -x142 -x136 -x126 -x186 -x105 -x171 -x117 -x144 -x163 -x106 -x149 -x124 -x110 -x102 -x193 -x177 -x169 x167 -x160 x151 x148 -x141 
1800.05/1800.00	v -x139 -x135 -x134 -x109 -x104 -x200 -x145 -x115 -x166 -x161 -x107 -x129 -x158 -x153 -x183 -x187 -x114 -x164 -x197 -x101 -x198 
1800.05/1800.00	v -x195 -x190 -x184 -x182 x157 -x132 -x125 -x122 x118 -x108 -x111 x192 -x116 x170 -x173 -x103 x131 -x168 -x174 -x155 -x138 
1800.05/1800.00	v -x194 -x150 x180 -x143 -x128 -x146 -x178 x165 -x199 -x162 -x176 -x189 -x120 -x191 -x100 -x99 x98 -x97 -x96 x95 -x94 x93 -x92 
1800.05/1800.00	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 -x65 
1800.05/1800.00	v -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 
1800.05/1800.00	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 -x14 
1800.05/1800.00	v -x13 -x12 -x11 -x10 -x9 -x8 -x7 -x6 -x5 -x4 -x3 -x2 -x1 
1800.05/1800.00	c SCIP Status        : solving was interrupted [time limit reached]
1800.05/1800.00	c Total Time         :    1800.00
1800.05/1800.00	c   solving          :    1800.00
1800.05/1800.00	c   presolving       :       0.07 (included in solving)
1800.05/1800.00	c   reading          :       0.02 (included in solving)
1800.05/1800.00	c Original Problem   :
1800.05/1800.00	c   Problem name     : HOME/instance-3450728-1307110235.opb
1800.05/1800.00	c   Variables        : 3274 (3274 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.05/1800.00	c   Constraints      : 3575 initial, 3575 maximal
1800.05/1800.00	c Presolved Problem  :
1800.05/1800.00	c   Problem name     : t_HOME/instance-3450728-1307110235.opb
1800.05/1800.00	c   Variables        : 200 (200 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.05/1800.00	c   Constraints      : 301 initial, 493 maximal
1800.05/1800.00	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1800.05/1800.00	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
1800.05/1800.00	c   dualfix          :       0.00       3074          0          0          0          0          0          0          0          0
1800.05/1800.00	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1800.05/1800.00	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1800.05/1800.00	c   pseudoobj        :       0.00          0          0          0          0          0          0          0          0          0
1800.05/1800.00	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1800.05/1800.00	c   probing          :       0.01          0          0          0          0          0          0          0          0          0
1800.05/1800.00	c   knapsack         :       0.01          0          0          0          0          0          0          0          0          0
1800.05/1800.00	c   setppc           :       0.00          0          0          0          0          0          0          0          0          0
1800.05/1800.00	c   linear           :       0.01          0          0          0          0          0          0          0          0          0
1800.05/1800.00	c   logicor          :       0.00          0          0          0          0          0          0          0          0          0
1800.05/1800.00	c   pseudoboolean    :       0.01          0          0          0          0          0       3274          0          0          0
1800.05/1800.00	c   root node        :          -          0          -          -          0          -          -          -          -          -
1800.05/1800.00	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1800.05/1800.00	c   integral         :          0          0          0     722137          0        467          0         29        728          0          0    1443298
1800.05/1800.00	c   knapsack         :        200          1    1937340          0          0        462      43382        469    7723808          0          0          0
1800.05/1800.00	c   setppc           :        100          1    1930509          0          0        461       2227          0     331406          0          0          0
1800.05/1800.00	c   linear           :          1+         2    1936868          0          0        461          2        576          0          0          0          0
1800.05/1800.00	c   logicor          :          0+         0     412691          0          0          0          0          0        178          0          0          0
1800.05/1800.00	c   countsols        :          0          0          0          0          0        465          0          0          0          0          0          0
1800.05/1800.00	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1800.05/1800.00	c   integral         :      46.61       0.00       0.00      46.61       0.00       0.00       0.00
1800.05/1800.00	c   knapsack         :      23.04       0.00      22.98       0.00       0.00       0.04       0.02
1800.05/1800.00	c   setppc           :       1.66       0.00       1.65       0.00       0.00       0.00       0.00
1800.05/1800.00	c   linear           :       1.66       0.00       1.65       0.00       0.00       0.00       0.00
1800.05/1800.00	c   logicor          :       0.61       0.00       0.61       0.00       0.00       0.00       0.00
1800.05/1800.00	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1800.05/1800.00	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1800.05/1800.00	c   vbounds          :          0          0          0          0
1800.05/1800.00	c   rootredcost      :          6          0          0          0
1800.05/1800.00	c   pseudoobj        :    1945168        943        746       4984
1800.05/1800.00	c Propagator Timings :  TotalTime  Propagate    Resprop
1800.05/1800.00	c   vbounds          :       0.33       0.33       0.00
1800.05/1800.00	c   rootredcost      :       0.40       0.40       0.00
1800.05/1800.00	c   pseudoobj        :       6.21       6.20       0.01
1800.05/1800.00	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.05/1800.00	c   propagation      :       0.04        469        469       2790       60.9          0        0.0          -
1800.05/1800.00	c   infeasible LP    :       0.09       2186       2148       7629       26.1          0        0.0          0
1800.05/1800.00	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.05/1800.00	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.05/1800.00	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.05/1800.00	c   applied globally :          -          -          -       2539       14.2          -          -          -
1800.05/1800.00	c   applied locally  :          -          -          -        358       44.7          -          -          -
1800.05/1800.00	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.05/1800.00	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
1800.05/1800.00	c   redcost          :       4.84     783795          0     109951          0          0
1800.05/1800.00	c   impliedbounds    :       0.00          1          0          0          0          0
1800.05/1800.00	c   intobj           :       0.00          0          0          0          0          0
1800.05/1800.00	c   gomory           :       0.02          1          0          0          0          0
1800.05/1800.00	c   cgmip            :       0.00          0          0          0          0          0
1800.05/1800.00	c   closecuts        :       0.00          0          0          0          0          0
1800.05/1800.00	c   strongcg         :       0.01          1          0          0          0          0
1800.05/1800.00	c   cmir             :       0.00          1          0          0          0          0
1800.05/1800.00	c   flowcover        :       0.00          1          0          0          0          0
1800.05/1800.00	c   clique           :       0.00          1          0          0          0          0
1800.05/1800.00	c   zerohalf         :       0.00          0          0          0          0          0
1800.05/1800.00	c   mcf              :       0.00          1          0          0          0          0
1800.05/1800.00	c   oddcycle         :       0.00          0          0          0          0          0
1800.05/1800.00	c   rapidlearning    :       0.04          1          0          0          0          1
1800.05/1800.00	c Pricers            :       Time      Calls       Vars
1800.05/1800.00	c   problem variables:       0.00          0          0
1800.05/1800.00	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.05/1800.00	c   relpscost        :      46.20     722137         29        728          0          0    1443298
1800.05/1800.00	c   pscost           :       0.00          0          0          0          0          0          0
1800.05/1800.00	c   inference        :       0.00          0          0          0          0          0          0
1800.05/1800.00	c   mostinf          :       0.00          0          0          0          0          0          0
1800.05/1800.00	c   leastinf         :       0.00          0          0          0          0          0          0
1800.05/1800.00	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.05/1800.00	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.05/1800.00	c   random           :       0.00          0          0          0          0          0          0
1800.05/1800.00	c Primal Heuristics  :       Time      Calls      Found
1800.05/1800.00	c   LP solutions     :       0.00          -          0
1800.05/1800.00	c   pseudo solutions :       0.00          -          0
1800.05/1800.00	c   feaspump         :       0.01          0          0
1800.05/1800.00	c   intshifting      :       0.01          0          0
1800.05/1800.00	c   oneopt           :       0.24          6          0
1800.05/1800.00	c   crossover        :       1.52         10          3
1800.05/1800.00	c   linesearchdiving :       4.37       1417          1
1800.05/1800.00	c   guideddiving     :       4.61       1417          0
1800.05/1800.00	c   pscostdiving     :       3.90       1417          0
1800.05/1800.00	c   fracdiving       :       4.46       1417          3
1800.05/1800.00	c   veclendiving     :       5.51       1417          1
1800.05/1800.00	c   objpscostdiving  :       7.42        709         78
1800.05/1800.00	c   rootsoldiving    :       3.80        709        126
1800.05/1800.00	c   coefdiving       :       3.90       1418          0
1800.05/1800.00	c   trivial          :       0.00          2          1
1800.05/1800.00	c   shiftandpropagate:       0.00          0          0
1800.05/1800.00	c   simplerounding   :       0.15          0          0
1800.05/1800.00	c   zirounding       :      18.79          0          0
1800.05/1800.00	c   rounding         :       8.80      41542          1
1800.05/1800.00	c   shifting         :      22.29      49036        247
1800.05/1800.00	c   twoopt           :       0.00          0          0
1800.05/1800.00	c   fixandinfer      :       0.00          0          0
1800.05/1800.00	c   clique           :       0.00          0          0
1800.05/1800.00	c   intdiving        :       0.00          0          0
1800.05/1800.00	c   actconsdiving    :       0.00          0          0
1800.05/1800.00	c   octane           :       0.00          0          0
1800.05/1800.00	c   rens             :       0.01          0          0
1800.05/1800.00	c   rins             :       0.00          0          0
1800.05/1800.00	c   localbranching   :       0.00          0          0
1800.05/1800.00	c   mutation         :       0.00          0          0
1800.05/1800.00	c   dins             :       0.00          0          0
1800.05/1800.00	c   vbounds          :       0.00          0          0
1800.05/1800.00	c   undercover       :       0.00          0          0
1800.05/1800.00	c   subnlp           :       0.15          0          0
1800.05/1800.00	c   trysol           :       0.23          0          0
1800.05/1800.00	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.05/1800.00	c   primal LP        :       0.00          0          0       0.00          -
1800.05/1800.00	c   dual LP          :    1534.71    1059775   28843396      27.22   18794.05
1800.05/1800.00	c   lex dual LP      :       0.00          0          0       0.00          -
1800.05/1800.00	c   barrier LP       :       0.00          0          0       0.00          -
1800.05/1800.00	c   diving/probing LP:      31.13     115529     631681       5.47   20292.14
1800.05/1800.00	c   strong branching :      36.11       8013     378232      47.20   10475.61
1800.05/1800.00	c     (at root node) :          -         13       3025     232.69          -
1800.05/1800.00	c   conflict analysis:       0.00          0          0       0.00          -
1800.05/1800.00	c B&B Tree           :
1800.05/1800.00	c   number of runs   :          1
1800.05/1800.00	c   nodes            :    1044000
1800.05/1800.00	c   nodes (total)    :    1044000
1800.05/1800.00	c   nodes left       :     399028
1800.05/1800.00	c   max depth        :        112
1800.05/1800.00	c   max depth (total):        112
1800.05/1800.00	c   backtracks       :      73048 (7.0%)
1800.05/1800.00	c   delayed cutoffs  :          0
1800.05/1800.00	c   repropagations   :        246 (178 domain reductions, 0 cutoffs)
1800.05/1800.00	c   avg switch length:       6.10
1800.05/1800.00	c   switching time   :      30.01
1800.05/1800.00	c Solution           :
1800.05/1800.00	c   Solutions found  :        462 (8 improvements)
1800.05/1800.00	c   First Solution   : +0.00000000000000e+00   (in run 1, after 0 nodes, 0.03 seconds, depth 0, found by <trivial>)
1800.05/1800.00	c   Primal Bound     : -1.50000000000000e+01   (in run 1, after 1809 nodes, 24.38 seconds, depth 77, found by <linesearchdiving>)
1800.05/1800.00	c   Dual Bound       : -2.92040031893539e+01
1800.05/1800.00	c   Gap              :      48.64 %
1800.05/1800.00	c   Root Dual Bound  : -5.00000000000000e+01
1800.05/1800.00	c   Root Iterations  :       1236

Verifier Data

OK	-15

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

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-3450728-1307110235/watcher-3450728-1307110235 -o /tmp/evaluation-result-3450728-1307110235/solver-3450728-1307110235 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4b.linux.x86_64.gnu.opt.spx -f HOME/instance-3450728-1307110235.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.00 1.01 1.23 2/551 4675
/proc/meminfo: memFree=25044216/32950928 swapFree=67056580/67111528
[pid=4675] ppid=4673 vsize=12976 CPUtime=0 cores=0,2,4,6
/proc/4675/stat : 4675 (scip-2.0.1.4b.l) R 4673 4675 3492 0 -1 4202496 2255 0 0 0 0 0 0 0 21 0 1 0 822620555 13287424 2208 33554432000 4194304 9163163 140737021923840 18446744073709551615 6919008 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/4675/statm: 3293 2221 410 1214 0 2075 0

[startup+0.055666 s]
/proc/loadavg: 1.00 1.01 1.23 2/551 4675
/proc/meminfo: memFree=25044216/32950928 swapFree=67056580/67111528
[pid=4675] ppid=4673 vsize=28908 CPUtime=0.04 cores=0,2,4,6
/proc/4675/stat : 4675 (scip-2.0.1.4b.l) R 4673 4675 3492 0 -1 4202496 6231 0 0 0 4 0 0 0 21 0 1 0 822620555 29601792 5926 33554432000 4194304 9163163 140737021923840 18446744073709551615 18446744073699066034 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/4675/statm: 7227 5926 509 1214 0 6009 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 28908

[startup+0.100657 s]
/proc/loadavg: 1.00 1.01 1.23 2/551 4675
/proc/meminfo: memFree=25044216/32950928 swapFree=67056580/67111528
[pid=4675] ppid=4673 vsize=32756 CPUtime=0.09 cores=0,2,4,6
/proc/4675/stat : 4675 (scip-2.0.1.4b.l) R 4673 4675 3492 0 -1 4202496 7347 0 0 0 8 1 0 0 21 0 1 0 822620555 33542144 7042 33554432000 4194304 9163163 140737021923840 18446744073709551615 7141696 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/4675/statm: 8189 7042 627 1214 0 6971 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 32756

[startup+0.30062 s]
/proc/loadavg: 1.00 1.01 1.23 2/551 4675
/proc/meminfo: memFree=25044216/32950928 swapFree=67056580/67111528
[pid=4675] ppid=4673 vsize=45408 CPUtime=0.29 cores=0,2,4,6
/proc/4675/stat : 4675 (scip-2.0.1.4b.l) R 4673 4675 3492 0 -1 4202496 11370 0 0 0 28 1 0 0 22 0 1 0 822620555 46497792 10310 33554432000 4194304 9163163 140737021923840 18446744073709551615 4782790 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/4675/statm: 11352 10310 727 1214 0 10134 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 45408

[startup+0.700544 s]
/proc/loadavg: 1.00 1.01 1.23 2/551 4675
/proc/meminfo: memFree=25044216/32950928 swapFree=67056580/67111528
[pid=4675] ppid=4673 vsize=45408 CPUtime=0.69 cores=0,2,4,6
/proc/4675/stat : 4675 (scip-2.0.1.4b.l) R 4673 4675 3492 0 -1 4202496 11375 0 0 0 68 1 0 0 23 0 1 0 822620555 46497792 10315 33554432000 4194304 9163163 140737021923840 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/4675/statm: 11352 10315 732 1214 0 10134 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 45408

[startup+1.50039 s]
/proc/loadavg: 1.08 1.03 1.23 3/555 4682
/proc/meminfo: memFree=24947588/32950928 swapFree=67056580/67111528
[pid=4675] ppid=4673 vsize=45408 CPUtime=1.49 cores=0,2,4,6
/proc/4675/stat : 4675 (scip-2.0.1.4b.l) R 4673 4675 3492 0 -1 4202496 11377 0 0 0 147 2 0 0 25 0 1 0 822620555 46497792 10317 33554432000 4194304 9163163 140737021923840 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/4675/statm: 11352 10317 734 1214 0 10134 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 45408

[startup+3.10108 s]
/proc/loadavg: 1.08 1.03 1.23 3/555 4682
/proc/meminfo: memFree=24943720/32950928 swapFree=67056580/67111528
[pid=4675] ppid=4673 vsize=45408 CPUtime=3.09 cores=0,2,4,6
/proc/4675/stat : 4675 (scip-2.0.1.4b.l) R 4673 4675 3492 0 -1 4202496 11377 0 0 0 305 4 0 0 25 0 1 0 822620555 46497792 10317 33554432000 4194304 9163163 140737021923840 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/4675/statm: 11352 10317 734 1214 0 10134 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 45408

[startup+6.3004 s]
/proc/loadavg: 1.15 1.05 1.23 3/555 4682
/proc/meminfo: memFree=24942884/32950928 swapFree=67056580/67111528
[pid=4675] ppid=4673 vsize=45408 CPUtime=6.29 cores=0,2,4,6
/proc/4675/stat : 4675 (scip-2.0.1.4b.l) R 4673 4675 3492 0 -1 4202496 11377 0 0 0 622 7 0 0 25 0 1 0 822620555 46497792 10317 33554432000 4194304 9163163 140737021923840 18446744073709551615 7348530 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/4675/statm: 11352 10317 734 1214 0 10134 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 45408

[startup+12.7002 s]
/proc/loadavg: 1.22 1.06 1.24 3/555 4682
/proc/meminfo: memFree=24940820/32950928 swapFree=67056580/67111528
[pid=4675] ppid=4673 vsize=45408 CPUtime=12.68 cores=0,2,4,6
/proc/4675/stat : 4675 (scip-2.0.1.4b.l) R 4673 4675 3492 0 -1 4202496 11380 0 0 0 1257 11 0 0 25 0 1 0 822620555 46497792 10320 33554432000 4194304 9163163 140737021923840 18446744073709551615 7390328 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/4675/statm: 11352 10320 737 1214 0 10134 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 45408

[startup+25.5008 s]
/proc/loadavg: 1.39 1.11 1.25 3/555 4682
/proc/meminfo: memFree=24940860/32950928 swapFree=67056580/67111528
[pid=4675] ppid=4673 vsize=45504 CPUtime=25.49 cores=0,2,4,6
/proc/4675/stat : 4675 (scip-2.0.1.4b.l) R 4673 4675 3492 0 -1 4202496 11937 0 0 0 2522 27 0 0 25 0 1 0 822620555 46596096 10430 33554432000 4194304 9163163 140737021923840 18446744073709551615 7390335 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/4675/statm: 11376 10430 740 1214 0 10158 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 45504

[startup+51.1009 s]
/proc/loadavg: 1.66 1.19 1.27 3/555 4683
/proc/meminfo: memFree=24941952/32950928 swapFree=67056580/67111528
[pid=4675] ppid=4673 vsize=45504 CPUtime=51.09 cores=0,2,4,6
/proc/4675/stat : 4675 (scip-2.0.1.4b.l) R 4673 4675 3492 0 -1 4202496 18680 0 0 0 5046 63 0 0 25 0 1 0 822620555 46596096 10450 33554432000 4194304 9163163 140737021923840 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/4675/statm: 11376 10450 741 1214 0 10158 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 45504

[startup+102.32 s]
/proc/loadavg: 1.85 1.31 1.31 3/555 4684
/proc/meminfo: memFree=24924820/32950928 swapFree=67056580/67111528
[pid=4675] ppid=4673 vsize=60152 CPUtime=102.31 cores=0,2,4,6
/proc/4675/stat : 4675 (scip-2.0.1.4b.l) R 4673 4675 3492 0 -1 4202496 28212 0 0 0 10092 139 0 0 25 0 1 0 822620555 61595648 14104 33554432000 4194304 9163163 140737021923840 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/4675/statm: 15038 14104 741 1214 0 13820 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 60152

[startup+162.301 s]
/proc/loadavg: 1.94 1.44 1.35 3/555 4686
/proc/meminfo: memFree=24889684/32950928 swapFree=67056580/67111528
[pid=4675] ppid=4673 vsize=79400 CPUtime=162.29 cores=0,2,4,6
/proc/4675/stat : 4675 (scip-2.0.1.4b.l) R 4673 4675 3492 0 -1 4202496 35870 0 0 0 15998 231 0 0 25 0 1 0 822620555 81305600 18970 33554432000 4194304 9163163 140737021923840 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/4675/statm: 19850 18970 741 1214 0 18632 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 79400

[startup+222.301 s]
/proc/loadavg: 2.09 1.57 1.40 3/555 4688
/proc/meminfo: memFree=24869064/32950928 swapFree=67056580/67111528
[pid=4675] ppid=4673 vsize=100700 CPUtime=222.3 cores=0,2,4,6
/proc/4675/stat : 4675 (scip-2.0.1.4b.l) R 4673 4675 3492 0 -1 4202496 44011 0 0 0 21899 331 0 0 25 0 1 0 822620555 103116800 24347 33554432000 4194304 9163163 140737021923840 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/4675/statm: 25175 24347 741 1214 0 23957 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 100700

[startup+282.301 s]
/proc/loadavg: 2.03 1.64 1.43 3/555 4689
/proc/meminfo: memFree=24852180/32950928 swapFree=67056580/67111528
[pid=4675] ppid=4673 vsize=120036 CPUtime=282.3 cores=0,2,4,6
/proc/4675/stat : 4675 (scip-2.0.1.4b.l) R 4673 4675 3492 0 -1 4202496 48865 0 0 0 27799 431 0 0 25 0 1 0 822620555 122916864 29201 33554432000 4194304 9163163 140737021923840 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/4675/statm: 30009 29201 741 1214 0 28791 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 120036

[startup+342.301 s]
/proc/loadavg: 2.01 1.71 1.46 3/555 4691
/proc/meminfo: memFree=24832808/32950928 swapFree=67056580/67111528
[pid=4675] ppid=4673 vsize=140956 CPUtime=342.29 cores=0,2,4,6
/proc/4675/stat : 4675 (scip-2.0.1.4b.l) R 4673 4675 3492 0 -1 4202496 56272 0 0 0 33694 535 0 0 25 0 1 0 822620555 144338944 33972 33554432000 4194304 9163163 140737021923840 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/4675/statm: 35239 33972 741 1214 0 34021 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 140956

[startup+402.301 s]
/proc/loadavg: 2.00 1.76 1.49 3/555 4692
/proc/meminfo: memFree=24812816/32950928 swapFree=67056580/67111528
[pid=4675] ppid=4673 vsize=160596 CPUtime=402.3 cores=0,2,4,6
/proc/4675/stat : 4675 (scip-2.0.1.4b.l) R 4673 4675 3492 0 -1 4202496 61180 0 0 0 39587 643 0 0 25 0 1 0 822620555 164450304 38880 33554432000 4194304 9163163 140737021923840 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/4675/statm: 40149 38880 741 1214 0 38931 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 160596

[startup+462.301 s]
/proc/loadavg: 2.00 1.80 1.52 3/555 4694
/proc/meminfo: memFree=24790096/32950928 swapFree=67056580/67111528
[pid=4675] ppid=4673 vsize=182296 CPUtime=462.3 cores=0,2,4,6
/proc/4675/stat : 4675 (scip-2.0.1.4b.l) R 4673 4675 3492 0 -1 4202496 66740 0 0 0 45482 748 0 0 25 0 1 0 822620555 186671104 44440 33554432000 4194304 9163163 140737021923840 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/4675/statm: 45574 44440 741 1214 0 44356 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 182296

[startup+522.301 s]
/proc/loadavg: 2.04 1.85 1.56 3/555 4696
/proc/meminfo: memFree=24768236/32950928 swapFree=67056580/67111528
[pid=4675] ppid=4673 vsize=204016 CPUtime=522.31 cores=0,2,4,6
/proc/4675/stat : 4675 (scip-2.0.1.4b.l) R 4673 4675 3492 0 -1 4202496 74959 0 0 0 51381 850 0 0 25 0 1 0 822620555 208912384 50008 33554432000 4194304 9163163 140737021923840 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/4675/statm: 51004 50008 865 1214 0 49786 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 204016

[startup+582.301 s]
/proc/loadavg: 2.06 1.89 1.58 3/555 4697
/proc/meminfo: memFree=24749352/32950928 swapFree=67056580/67111528
[pid=4675] ppid=4673 vsize=222312 CPUtime=582.31 cores=0,2,4,6
/proc/4675/stat : 4675 (scip-2.0.1.4b.l) R 4673 4675 3492 0 -1 4202496 79615 0 0 0 57274 957 0 0 25 0 1 0 822620555 227647488 54664 33554432000 4194304 9163163 140737021923840 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/4675/statm: 55578 54664 865 1214 0 54360 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 222312

[startup+642.301 s]

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

[startup+822.301 s]
/proc/loadavg: 2.03 1.97 1.68 3/555 4704
/proc/meminfo: memFree=24664520/32950928 swapFree=67056580/67111528
[pid=4675] ppid=4673 vsize=303812 CPUtime=822.32 cores=0,2,4,6
/proc/4675/stat : 4675 (scip-2.0.1.4b.l) R 4673 4675 3492 0 -1 4202496 100128 0 0 0 80858 1374 0 0 25 0 1 0 822620555 311103488 75177 33554432000 4194304 9163163 140737021923840 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/4675/statm: 75953 75177 865 1214 0 74735 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 303812

[startup+882.301 s]
/proc/loadavg: 2.01 1.97 1.70 3/555 4705
/proc/meminfo: memFree=24636460/32950928 swapFree=67056580/67111528
[pid=4675] ppid=4673 vsize=327188 CPUtime=882.32 cores=0,2,4,6
/proc/4675/stat : 4675 (scip-2.0.1.4b.l) R 4673 4675 3492 0 -1 4202496 106901 0 0 0 86747 1485 0 0 25 0 1 0 822620555 335040512 81102 33554432000 4194304 9163163 140737021923840 18446744073709551615 7390656 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/4675/statm: 81797 81102 865 1214 0 80579 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 327188

[startup+942.301 s]
/proc/loadavg: 2.00 1.97 1.72 3/555 4707
/proc/meminfo: memFree=24615968/32950928 swapFree=67056580/67111528
[pid=4675] ppid=4673 vsize=348244 CPUtime=942.32 cores=0,2,4,6
/proc/4675/stat : 4675 (scip-2.0.1.4b.l) R 4673 4675 3492 0 -1 4202496 111178 0 0 0 92638 1594 0 0 25 0 1 0 822620555 356601856 85378 33554432000 4194304 9163163 140737021923840 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/4675/statm: 87061 85378 865 1214 0 85843 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 348244

[startup+1002.3 s]
/proc/loadavg: 2.13 2.00 1.74 3/555 4708
/proc/meminfo: memFree=24590264/32950928 swapFree=67056580/67111528
[pid=4675] ppid=4673 vsize=371076 CPUtime=1002.32 cores=0,2,4,6
/proc/4675/stat : 4675 (scip-2.0.1.4b.l) R 4673 4675 3492 0 -1 4202496 117033 0 0 0 98527 1705 0 0 25 0 1 0 822620555 379981824 91230 33554432000 4194304 9163163 140737021923840 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/4675/statm: 92769 91230 865 1214 0 91551 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 371076

[startup+1062.3 s]
/proc/loadavg: 2.11 2.02 1.76 3/555 4710
/proc/meminfo: memFree=24563180/32950928 swapFree=67056580/67111528
[pid=4675] ppid=4673 vsize=395336 CPUtime=1062.33 cores=0,2,4,6
/proc/4675/stat : 4675 (scip-2.0.1.4b.l) R 4673 4675 3492 0 -1 4202496 123128 0 0 0 104421 1812 0 0 25 0 1 0 822620555 404824064 97323 33554432000 4194304 9163163 140737021923840 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/4675/statm: 98834 97323 865 1214 0 97616 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 395336

[startup+1122.3 s]
/proc/loadavg: 2.04 2.01 1.77 3/555 4712
/proc/meminfo: memFree=24539948/32950928 swapFree=67056580/67111528
[pid=4675] ppid=4673 vsize=415004 CPUtime=1122.33 cores=0,2,4,6
/proc/4675/stat : 4675 (scip-2.0.1.4b.l) R 4673 4675 3492 0 -1 4202496 128040 0 0 0 110312 1921 0 0 25 0 1 0 822620555 424964096 102227 33554432000 4194304 9163163 140737021923840 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/4675/statm: 103751 102227 865 1214 0 102533 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 415004

[startup+1182.3 s]
/proc/loadavg: 2.16 2.04 1.79 3/555 4713
/proc/meminfo: memFree=24519824/32950928 swapFree=67056580/67111528
[pid=4675] ppid=4673 vsize=430992 CPUtime=1182.33 cores=0,2,4,6
/proc/4675/stat : 4675 (scip-2.0.1.4b.l) R 4673 4675 3492 0 -1 4202496 132111 0 0 0 116201 2032 0 0 25 0 1 0 822620555 441335808 106298 33554432000 4194304 9163163 140737021923840 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/4675/statm: 107748 106298 865 1214 0 106530 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 430992

[startup+1242.3 s]
/proc/loadavg: 2.12 2.04 1.81 3/555 4715
/proc/meminfo: memFree=24492624/32950928 swapFree=67056580/67111528
[pid=4675] ppid=4673 vsize=454864 CPUtime=1242.33 cores=0,2,4,6
/proc/4675/stat : 4675 (scip-2.0.1.4b.l) R 4673 4675 3492 0 -1 4202496 138140 0 0 0 122095 2138 0 0 25 0 1 0 822620555 465780736 112327 33554432000 4194304 9163163 140737021923840 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/4675/statm: 113716 112327 865 1214 0 112498 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 454864

[startup+1302.3 s]
/proc/loadavg: 2.04 2.03 1.82 3/555 4716
/proc/meminfo: memFree=24469160/32950928 swapFree=67056580/67111528
[pid=4675] ppid=4673 vsize=472708 CPUtime=1302.33 cores=0,2,4,6
/proc/4675/stat : 4675 (scip-2.0.1.4b.l) R 4673 4675 3492 0 -1 4202496 142618 0 0 0 127987 2246 0 0 25 0 1 0 822620555 484052992 116805 33554432000 4194304 9163163 140737021923840 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/4675/statm: 118177 116805 865 1214 0 116959 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 472708

[startup+1362.3 s]
/proc/loadavg: 2.01 2.02 1.83 3/555 4718
/proc/meminfo: memFree=24444696/32950928 swapFree=67056580/67111528
[pid=4675] ppid=4673 vsize=496732 CPUtime=1362.33 cores=0,2,4,6
/proc/4675/stat : 4675 (scip-2.0.1.4b.l) R 4673 4675 3492 0 -1 4202496 148687 0 0 0 133875 2358 0 0 25 0 1 0 822620555 508653568 122874 33554432000 4194304 9163163 140737021923840 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/4675/statm: 124183 122874 865 1214 0 122965 0
Current children cumulated CPU time (s) 1362.33
Current children cumulated vsize (KiB) 496732

[startup+1422.32 s]
/proc/loadavg: 2.00 2.02 1.83 3/555 4720
/proc/meminfo: memFree=24418268/32950928 swapFree=67056580/67111528
[pid=4675] ppid=4673 vsize=519432 CPUtime=1422.36 cores=0,2,4,6
/proc/4675/stat : 4675 (scip-2.0.1.4b.l) R 4673 4675 3492 0 -1 4202496 154420 0 0 0 139769 2467 0 0 25 0 1 0 822620555 531898368 128607 33554432000 4194304 9163163 140737021923840 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/4675/statm: 129858 128607 865 1214 0 128640 0
Current children cumulated CPU time (s) 1422.36
Current children cumulated vsize (KiB) 519432

[startup+1482.3 s]
/proc/loadavg: 2.00 2.01 1.84 3/555 4721
/proc/meminfo: memFree=24390836/32950928 swapFree=67056580/67111528
[pid=4675] ppid=4673 vsize=541260 CPUtime=1482.34 cores=0,2,4,6
/proc/4675/stat : 4675 (scip-2.0.1.4b.l) R 4673 4675 3492 0 -1 4202496 159930 0 0 0 145658 2576 0 0 25 0 1 0 822620555 554250240 134117 33554432000 4194304 9163163 140737021923840 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/4675/statm: 135315 134117 865 1214 0 134097 0
Current children cumulated CPU time (s) 1482.34
Current children cumulated vsize (KiB) 541260

[startup+1542.3 s]
/proc/loadavg: 2.00 2.01 1.84 3/555 4723
/proc/meminfo: memFree=24367136/32950928 swapFree=67056580/67111528
[pid=4675] ppid=4673 vsize=563168 CPUtime=1542.34 cores=0,2,4,6
/proc/4675/stat : 4675 (scip-2.0.1.4b.l) R 4673 4675 3492 0 -1 4202496 166288 0 0 0 151544 2690 0 0 25 0 1 0 822620555 576684032 139642 33554432000 4194304 9163163 140737021923840 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/4675/statm: 140792 139642 865 1214 0 139574 0
Current children cumulated CPU time (s) 1542.34
Current children cumulated vsize (KiB) 563168

[startup+1602.3 s]
/proc/loadavg: 2.07 2.03 1.86 3/555 4724
/proc/meminfo: memFree=24344292/32950928 swapFree=67056580/67111528
[pid=4675] ppid=4673 vsize=581132 CPUtime=1602.34 cores=0,2,4,6
/proc/4675/stat : 4675 (scip-2.0.1.4b.l) R 4673 4675 3492 0 -1 4202496 170863 0 0 0 157433 2801 0 0 25 0 1 0 822620555 595079168 144217 33554432000 4194304 9163163 140737021923840 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/4675/statm: 145283 144217 865 1214 0 144065 0
Current children cumulated CPU time (s) 1602.34
Current children cumulated vsize (KiB) 581132

[startup+1662.3 s]
/proc/loadavg: 2.02 2.02 1.87 3/555 4726
/proc/meminfo: memFree=24322328/32950928 swapFree=67056580/67111528
[pid=4675] ppid=4673 vsize=601844 CPUtime=1662.35 cores=0,2,4,6
/proc/4675/stat : 4675 (scip-2.0.1.4b.l) R 4673 4675 3492 0 -1 4202496 176065 0 0 0 163327 2908 0 0 25 0 1 0 822620555 616288256 149419 33554432000 4194304 9163163 140737021923840 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/4675/statm: 150461 149419 865 1214 0 149243 0
Current children cumulated CPU time (s) 1662.35
Current children cumulated vsize (KiB) 601844

[startup+1722.3 s]
/proc/loadavg: 2.01 2.02 1.87 3/555 4728
/proc/meminfo: memFree=24298616/32950928 swapFree=67056580/67111528
[pid=4675] ppid=4673 vsize=625280 CPUtime=1722.35 cores=0,2,4,6
/proc/4675/stat : 4675 (scip-2.0.1.4b.l) R 4673 4675 3492 0 -1 4202496 182011 0 0 0 169219 3016 0 0 25 0 1 0 822620555 640286720 155365 33554432000 4194304 9163163 140737021923840 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/4675/statm: 156320 155365 865 1214 0 155102 0
Current children cumulated CPU time (s) 1722.35
Current children cumulated vsize (KiB) 625280

[startup+1782.3 s]
/proc/loadavg: 2.08 2.04 1.89 3/555 4729
/proc/meminfo: memFree=24273792/32950928 swapFree=67056580/67111528
[pid=4675] ppid=4673 vsize=642344 CPUtime=1782.35 cores=0,2,4,6
/proc/4675/stat : 4675 (scip-2.0.1.4b.l) R 4673 4675 3492 0 -1 4202496 186332 0 0 0 175110 3125 0 0 25 0 1 0 822620555 657760256 159686 33554432000 4194304 9163163 140737021923840 18446744073709551615 7390319 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/4675/statm: 160586 159686 865 1214 0 159368 0
Current children cumulated CPU time (s) 1782.35
Current children cumulated vsize (KiB) 642344



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.12 2.05 1.90 3/555 4730
/proc/meminfo: memFree=24267460/32950928 swapFree=67056580/67111528
[pid=4675] ppid=4673 vsize=648616 CPUtime=1800.05 cores=0,2,4,6
/proc/4675/stat : 4675 (scip-2.0.1.4b.l) R 4673 4675 3492 0 -1 4202496 187889 0 0 0 176849 3156 0 0 18 0 1 0 822620555 664182784 161243 33554432000 4194304 9163163 140737021923840 18446744073709551615 8090608 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/4675/statm: 162154 161243 865 1214 0 160936 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 648616

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.05
CPU time (s): 1800.11
CPU user time (s): 1768.51
CPU system time (s): 31.5952
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 648616

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

runsolver used 10.5304 second user time and 22.1466 second system time

The end

Launcher Data

Begin job on node148 at 2011-06-03 16:10:35
IDJOB=3450728
IDBENCH=48252
IDSOLVER=1948
FILE ID=node148/3450728-1307110235
RUNJOBID= node148-1307110235-4661
PBS_JOBID= 13497980
Free space on /tmp= 73868 MiB

SOLVER NAME= SCIP spx E SCIP 2.0.1.4b with SoPlex 1.5.0.4
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/bsg/normalized-bsg_100_25_2.opb
COMMAND LINE= HOME/scip-2.0.1.4b.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3450728-1307110235/watcher-3450728-1307110235 -o /tmp/evaluation-result-3450728-1307110235/solver-3450728-1307110235 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4b.linux.x86_64.gnu.opt.spx -f HOME/instance-3450728-1307110235.opb -t 1800 -m 15500

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

MD5SUM BENCH= 3576405369e31b0bc5c7707d6d764dde
RANDOM SEED=1026574665

node148.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.854
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.70
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.854
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
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.83
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.854
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.75
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.854
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
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.82
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.854
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      25044264 kB
Buffers:        228628 kB
Cached:         542632 kB
SwapCached:       7908 kB
Active:        7151784 kB
Inactive:       446896 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      25044264 kB
SwapTotal:    67111528 kB
SwapFree:     67056580 kB
Dirty:           12164 kB
Writeback:           0 kB
AnonPages:     6825636 kB
Mapped:          43232 kB
Slab:           180320 kB
PageTables:      58008 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 170361556 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= 73844 MiB
End job on node148 at 2011-06-03 16:40:37