Trace number 3450652

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)-95 1800.08 1800.04

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mis/normalized-mis_500_10_1.opb
MD5SUM6a7c5d2366cf8704587c2ca2c97e69d0
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-112
Best CPU time to get the best result obtained on this benchmark1800.18
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -111
Optimality of the best value was proved NO
Number of variables500
Total number of constraints500
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints500
Minimum length of a constraint10
Maximum length of a constraint22
Number of terms in the objective function 500
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 500
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 500
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)6318
Sum of products size (including duplicates)12636
Number of different products3159
Sum of products size6318

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-3450652-1307105179.opb>
0.00/0.02	c original problem has 3659 variables (3659 bin, 0 int, 0 impl, 0 cont) and 4159 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) 3159 del vars, 1000 del conss, 0 add conss, 3159 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 12636 impls, 0 clqs
0.00/0.08	c (round 2) 3159 del vars, 1000 del conss, 0 add conss, 3159 chg bounds, 0 chg sides, 0 chg coeffs, 3159 upgd conss, 18954 impls, 0 clqs
0.09/0.10	c    (0.1s) probing: 101/500 (20.2%) - 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  3159 deleted vars, 1000 deleted constraints, 0 added constraints, 3159 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.09/0.10	c  18954 implications, 0 cliques
0.09/0.10	c presolved problem has 500 variables (500 bin, 0 int, 0 impl, 0 cont) and 3159 constraints
0.09/0.10	c    3159 constraints of type <logicor>
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 # maximal number of intermediate conflict constraints generated in conflict graph (-1: use every intermediate constraint)
0.09/0.10	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.10	c conflict/interconss = 0
0.09/0.10	c 
0.09/0.10	c # should binary conflicts be preferred?
0.09/0.10	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.10	c conflict/preferbinary = TRUE
0.09/0.10	c 
0.09/0.10	c # maximum age an unnecessary constraint can reach before it is deleted (0: dynamic, -1: keep all constraints)
0.09/0.10	c # [type: int, range: [-1,2147483647], default: 0]
0.09/0.10	c constraints/agelimit = 1
0.09/0.10	c 
0.09/0.10	c # should enforcement of pseudo solution be disabled?
0.09/0.10	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.10	c constraints/disableenfops = TRUE
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 = 1800
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 -----------------------------------------------------------------------------------------------
0.09/0.10	c start solving
0.09/0.10	c 
0.09/0.13	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.09/0.13	c t 0.1s|     1 |     0 |   539 |     - |  11M|   0 | 500 | 500 |3159 | 500 |3159 |   0 |   0 |   0 |-2.500000e+02 | 0.000000e+00 | 100.00%
0.09/0.14	o -1
0.09/0.14	c R 0.1s|     1 |     0 |   539 |     - |  11M|   0 | 500 | 500 |3159 | 500 |3159 |   0 |   0 |   0 |-2.500000e+02 |-1.000000e+00 |  99.60%
0.09/0.15	o -2
0.09/0.15	c s 0.1s|     1 |     0 |   539 |     - |  11M|   0 | 500 | 500 |3159 | 500 |3159 |   0 |   0 |   0 |-2.500000e+02 |-2.000000e+00 |  99.20%
0.19/0.23	c   0.2s|     1 |     0 |   772 |     - |  11M|   0 | 487 | 500 |3159 | 500 |3173 |  14 |   0 |   0 |-2.435000e+02 |-2.000000e+00 |  99.18%
0.19/0.23	o -80
0.19/0.23	c b 0.2s|     1 |     0 |   772 |     - |  11M|   0 | 487 | 500 |3159 | 500 |3173 |  14 |   0 |   0 |-2.435000e+02 |-8.000000e+01 |  67.15%
0.29/0.32	c   0.3s|     1 |     0 |   986 |     - |  11M|   0 | 476 | 500 |3159 | 500 |3185 |  26 |   0 |   0 |-2.380000e+02 |-8.000000e+01 |  66.39%
0.39/0.40	c   0.4s|     1 |     0 |  1100 |     - |  11M|   0 | 471 | 500 |3159 | 500 |3195 |  36 |   0 |   0 |-2.355000e+02 |-8.000000e+01 |  66.03%
0.39/0.49	c   0.5s|     1 |     0 |  1214 |     - |  11M|   0 | 466 | 500 |3159 | 500 |3207 |  48 |   0 |   0 |-2.330000e+02 |-8.000000e+01 |  65.67%
0.49/0.58	c   0.6s|     1 |     0 |  1421 |     - |  11M|   0 | 457 | 500 |3159 | 500 |3220 |  61 |   0 |   0 |-2.285000e+02 |-8.000000e+01 |  64.99%
0.69/0.70	c   0.7s|     1 |     0 |  1748 |     - |  11M|   0 | 454 | 500 |3159 | 500 |3230 |  71 |   0 |   0 |-2.270000e+02 |-8.000000e+01 |  64.76%
0.79/0.83	c   0.8s|     1 |     0 |  1832 |     - |  12M|   0 | 455 | 500 |3159 | 500 |3238 |  79 |   0 |   0 |-2.260000e+02 |-8.000000e+01 |  64.60%
1.00/1.11	c   1.1s|     1 |     0 |  2869 |     - |  14M|   0 | 452 | 500 |3159 | 500 |3250 |  91 |   0 |   0 |-2.245000e+02 |-8.000000e+01 |  64.37%
1.19/1.28	c   1.3s|     1 |     0 |  3428 |     - |  14M|   0 | 447 | 500 |3159 | 500 |3260 | 101 |   0 |   0 |-2.230000e+02 |-8.000000e+01 |  64.13%
1.49/1.58	c   1.6s|     1 |     0 |  4928 |     - |  14M|   0 | 443 | 500 |3159 | 500 |3273 | 114 |   0 |   0 |-2.197500e+02 |-8.000000e+01 |  63.59%
1.69/1.78	c   1.8s|     1 |     0 |  5408 |     - |  15M|   0 | 437 | 500 |3159 | 500 | 958 | 124 |   0 |   0 |-2.185000e+02 |-8.000000e+01 |  63.39%
1.89/1.90	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1.89/1.90	c   1.9s|     1 |     0 |  5699 |     - |  15M|   0 | 433 | 500 |3159 | 500 | 967 | 133 |   0 |   0 |-2.172500e+02 |-8.000000e+01 |  63.18%
1.99/2.00	c   2.0s|     1 |     0 |  6220 |     - |  15M|   0 | 418 | 500 |3159 | 500 | 997 | 163 |   0 |   0 |-2.160000e+02 |-8.000000e+01 |  62.96%
2.10/2.13	c   2.1s|     1 |     0 |  7371 |     - |  15M|   0 | 453 | 500 |3159 | 500 |1054 | 220 |   0 |   0 |-2.130556e+02 |-8.000000e+01 |  62.45%
2.21/2.25	c   2.2s|     1 |     0 |  7668 |     - |  16M|   0 | 430 | 500 |3159 | 500 |1233 | 399 |   0 |   0 |-2.124375e+02 |-8.000000e+01 |  62.34%
2.39/2.43	c   2.4s|     1 |     0 |  8821 |     - |  17M|   0 | 411 | 500 |3159 | 500 |1251 | 417 |   0 |   0 |-2.110000e+02 |-8.000000e+01 |  62.09%
2.59/2.62	c   2.6s|     1 |     0 | 10019 |     - |  18M|   0 | 426 | 500 |3159 | 500 |1056 | 470 |   0 |   0 |-2.097500e+02 |-8.000000e+01 |  61.86%
2.69/2.77	c   2.8s|     1 |     0 | 10722 |     - |  18M|   0 | 451 | 500 |3159 | 500 |1124 | 538 |   0 |   0 |-2.088333e+02 |-8.000000e+01 |  61.69%
2.89/2.90	c   2.9s|     1 |     0 | 11247 |     - |  19M|   0 | 412 | 500 |3159 | 500 |1257 | 671 |   0 |   0 |-2.080000e+02 |-8.000000e+01 |  61.54%
2.99/3.08	c   3.1s|     1 |     0 | 11619 |     - |  20M|   0 | 438 | 500 |3159 | 500 |1276 | 690 |   0 |   0 |-2.078333e+02 |-8.000000e+01 |  61.51%
3.09/3.18	c   3.2s|     1 |     0 | 11932 |     - |  21M|   0 | 412 | 500 |3159 | 500 |1358 | 772 |   0 |   0 |-2.075000e+02 |-8.000000e+01 |  61.45%
3.19/3.30	c   3.3s|     1 |     0 | 12749 |     - |  21M|   0 | 412 | 500 |3159 | 500 |1382 | 796 |   0 |   0 |-2.065000e+02 |-8.000000e+01 |  61.26%
3.50/3.51	c   3.5s|     1 |     0 | 14434 |     - |  21M|   0 | 443 | 500 |3159 | 500 |1168 | 819 |   0 |   0 |-2.055000e+02 |-8.000000e+01 |  61.07%
3.59/3.62	c   3.6s|     1 |     0 | 14860 |     - |  22M|   0 | 440 | 500 |3159 | 500 |1217 | 868 |   0 |   0 |-2.050000e+02 |-8.000000e+01 |  60.98%
3.79/3.84	c   3.8s|     1 |     0 | 16433 |     - |  22M|   0 | 411 | 500 |3159 | 500 |1275 | 926 |   0 |   0 |-2.045000e+02 |-8.000000e+01 |  60.88%
3.89/3.94	c   3.9s|     1 |     0 | 17006 |     - |  22M|   0 | 412 | 500 |3159 | 500 |1290 | 941 |   0 |   0 |-2.038333e+02 |-8.000000e+01 |  60.75%
3.99/4.03	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
3.99/4.03	c   4.0s|     1 |     0 | 17475 |     - |  22M|   0 | 418 | 500 |3159 | 500 |1336 | 987 |   0 |   0 |-2.030000e+02 |-8.000000e+01 |  60.59%
4.19/4.23	c   4.2s|     1 |     0 | 19154 |     - |  22M|   0 | 417 | 500 |3159 | 500 |1345 | 996 |   0 |   0 |-2.020000e+02 |-8.000000e+01 |  60.40%
4.30/4.33	c   4.3s|     1 |     0 | 19516 |     - |  22M|   0 | 402 | 500 |3159 | 500 | 965 |1093 |   0 |   0 |-2.010000e+02 |-8.000000e+01 |  60.20%
4.41/4.47	c   4.5s|     1 |     0 | 20021 |     - |  23M|   0 | 369 | 500 |3159 | 500 | 973 |1101 |   0 |   0 |-2.010000e+02 |-8.000000e+01 |  60.20%
4.49/4.58	c   4.6s|     1 |     0 | 20810 |     - |  23M|   0 | 422 | 500 |3159 | 500 |1080 |1208 |   0 |   0 |-2.005000e+02 |-8.000000e+01 |  60.10%
4.59/4.67	c   4.7s|     1 |     0 | 21198 |     - |  23M|   0 | 435 | 500 |3159 | 500 |1160 |1288 |   0 |   0 |-2.000000e+02 |-8.000000e+01 |  60.00%
4.69/4.78	c   4.8s|     1 |     0 | 21684 |     - |  24M|   0 | 394 | 500 |3159 | 500 |1184 |1312 |   0 |   0 |-2.000000e+02 |-8.000000e+01 |  60.00%
4.79/4.88	c   4.9s|     1 |     0 | 21972 |     - |  24M|   0 | 404 | 500 |3159 | 500 |1211 |1339 |   0 |   0 |-2.000000e+02 |-8.000000e+01 |  60.00%
5.09/5.18	c   5.2s|     1 |     0 | 24077 |     - |  25M|   0 | 448 | 500 |3159 | 500 | 860 |1354 |   0 |   0 |-1.991528e+02 |-8.000000e+01 |  59.83%
5.19/5.27	c   5.3s|     1 |     0 | 24397 |     - |  25M|   0 | 413 | 500 |3159 | 500 |1043 |1537 |   0 |   0 |-1.987857e+02 |-8.000000e+01 |  59.76%
5.29/5.40	c   5.4s|     1 |     0 | 24964 |     - |  26M|   0 | 430 | 500 |3159 | 500 |1070 |1564 |   0 |   0 |-1.981875e+02 |-8.000000e+01 |  59.63%
5.50/5.56	c   5.6s|     1 |     0 | 25833 |     - |  27M|   0 | 433 | 500 |3159 | 500 |1136 |1630 |   0 |   0 |-1.977500e+02 |-8.000000e+01 |  59.54%
5.60/5.69	c   5.7s|     1 |     0 | 26541 |     - |  28M|   0 | 436 | 500 |3159 | 500 |1185 |1679 |   0 |   0 |-1.967500e+02 |-8.000000e+01 |  59.34%
5.80/5.81	c   5.8s|     1 |     0 | 26993 |     - |  28M|   0 | 451 | 500 |3159 | 500 |1215 |1709 |   0 |   0 |-1.961975e+02 |-8.000000e+01 |  59.22%
5.90/5.98	c   6.0s|     1 |     0 | 27923 |     - |  29M|   0 | 467 | 500 |3159 | 500 |1070 |1781 |   0 |   0 |-1.950867e+02 |-8.000000e+01 |  58.99%
6.09/6.11	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
6.09/6.11	c   6.1s|     1 |     0 | 28404 |     - |  30M|   0 | 464 | 500 |3159 | 500 |1132 |1843 |   0 |   0 |-1.947075e+02 |-8.000000e+01 |  58.91%
6.19/6.22	c   6.2s|     1 |     0 | 28732 |     - |  31M|   0 | 440 | 500 |3159 | 500 |1228 |1939 |   0 |   0 |-1.944458e+02 |-8.000000e+01 |  58.86%
6.29/6.35	c   6.3s|     1 |     0 | 29176 |     - |  31M|   0 | 450 | 500 |3159 | 500 |1279 |1990 |   0 |   0 |-1.941944e+02 |-8.000000e+01 |  58.80%
6.39/6.48	c   6.5s|     1 |     0 | 29660 |     - |  33M|   0 | 457 | 500 |3159 | 500 |1296 |2007 |   0 |   0 |-1.937085e+02 |-8.000000e+01 |  58.70%
6.61/6.62	c   6.6s|     1 |     0 | 30006 |     - |  34M|   0 | 457 | 500 |3159 | 500 |1348 |2059 |   0 |   0 |-1.934744e+02 |-8.000000e+01 |  58.65%
6.69/6.74	c   6.7s|     1 |     0 | 30183 |     - |  35M|   0 | 462 | 500 |3159 | 500 |1107 |2072 |   0 |   0 |-1.933761e+02 |-8.000000e+01 |  58.63%
6.79/6.89	c   6.9s|     1 |     0 | 30728 |     - |  35M|   0 | 449 | 500 |3159 | 500 |1141 |2106 |   0 |   0 |-1.931507e+02 |-8.000000e+01 |  58.58%
6.99/7.02	c   7.0s|     1 |     0 | 31183 |     - |  36M|   0 | 462 | 500 |3159 | 500 |1158 |2123 |   0 |   0 |-1.929698e+02 |-8.000000e+01 |  58.54%
7.09/7.18	c   7.2s|     1 |     0 | 31794 |     - |  36M|   0 | 482 | 500 |3159 | 500 |1205 |2170 |   0 |   0 |-1.927295e+02 |-8.000000e+01 |  58.49%
7.29/7.33	c   7.3s|     1 |     0 | 31998 |     - |  36M|   0 | 467 | 500 |3159 | 500 |1252 |2217 |   0 |   0 |-1.927038e+02 |-8.000000e+01 |  58.49%
7.39/7.49	c   7.5s|     1 |     0 | 32526 |     - |  37M|   0 | 475 | 500 |3159 | 500 |1265 |2230 |   0 |   0 |-1.926089e+02 |-8.000000e+01 |  58.47%
7.60/7.66	c   7.7s|     1 |     0 | 33047 |     - |  37M|   0 | 466 | 500 |3159 | 500 |1049 |2234 |   0 |   0 |-1.925000e+02 |-8.000000e+01 |  58.44%
7.71/7.78	c   7.8s|     1 |     0 | 33304 |     - |  37M|   0 | 468 | 500 |3159 | 500 |1067 |2252 |   0 |   0 |-1.925000e+02 |-8.000000e+01 |  58.44%
7.89/7.96	c   8.0s|     1 |     0 | 34200 |     - |  37M|   0 | 453 | 500 |3159 | 500 |1096 |2281 |   0 |   0 |-1.924780e+02 |-8.000000e+01 |  58.44%
7.99/8.08	c   8.1s|     1 |     0 | 34596 |     - |  38M|   0 | 460 | 500 |3159 | 500 |1106 |2291 |   0 |   0 |-1.923714e+02 |-8.000000e+01 |  58.41%
8.19/8.25	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
8.19/8.25	c   8.2s|     1 |     0 | 35284 |     - |  38M|   0 | 473 | 500 |3159 | 500 |1130 |2315 |   0 |   0 |-1.922286e+02 |-8.000000e+01 |  58.38%
8.29/8.39	c   8.4s|     1 |     0 | 35609 |     - |  38M|   0 | 463 | 500 |3159 | 500 |1190 |2375 |   0 |   0 |-1.921529e+02 |-8.000000e+01 |  58.37%
8.49/8.54	c   8.5s|     1 |     0 | 36184 |     - |  38M|   0 | 466 | 500 |3159 | 500 |1091 |2389 |   0 |   0 |-1.920303e+02 |-8.000000e+01 |  58.34%
8.59/8.68	c   8.7s|     1 |     0 | 36685 |     - |  38M|   0 | 464 | 500 |3159 | 500 |1095 |2393 |   0 |   0 |-1.918251e+02 |-8.000000e+01 |  58.30%
8.69/8.81	c   8.8s|     1 |     0 | 37105 |     - |  38M|   0 | 489 | 500 |3159 | 500 |1131 |2429 |   0 |   0 |-1.916892e+02 |-8.000000e+01 |  58.27%
8.89/8.98	c   9.0s|     1 |     0 | 37385 |     - |  38M|   0 | 475 | 500 |3159 | 500 |1221 |2519 |   0 |   0 |-1.916653e+02 |-8.000000e+01 |  58.26%
9.09/9.10	c   9.1s|     1 |     0 | 37479 |     - |  38M|   0 | 463 | 500 |3159 | 500 |1234 |2532 |   0 |   0 |-1.916121e+02 |-8.000000e+01 |  58.25%
9.19/9.22	c   9.2s|     1 |     0 | 37656 |     - |  38M|   0 | 487 | 500 |3159 | 500 |1237 |2535 |   0 |   0 |-1.915619e+02 |-8.000000e+01 |  58.24%
9.29/9.36	c   9.4s|     1 |     0 | 37694 |     - |  38M|   0 | 494 | 500 |3159 | 500 |1139 |2555 |   0 |   0 |-1.915614e+02 |-8.000000e+01 |  58.24%
9.49/9.52	c   9.5s|     1 |     0 | 38202 |     - |  38M|   0 | 491 | 500 |3159 | 500 |1157 |2573 |   0 |   0 |-1.914934e+02 |-8.000000e+01 |  58.22%
9.59/9.66	c   9.7s|     1 |     0 | 38259 |     - |  38M|   0 | 494 | 500 |3159 | 500 |1182 |2598 |   0 |   0 |-1.914924e+02 |-8.000000e+01 |  58.22%
11.29/11.32	c  11.3s|     1 |     2 | 38259 |     - |  38M|   0 | 494 | 500 |3159 | 500 |1182 |2598 |   0 |  19 |-1.914924e+02 |-8.000000e+01 |  58.22%
107.90/107.90	c   108s| 10000 | 10001 |  1355k| 131.7 |  49M|  52 |   2 | 500 |3159 | 500 | 495 | 470k|   0 |5146 |-1.904951e+02 |-8.000000e+01 |  58.00%
193.99/194.01	c   194s| 20000 | 20001 |  2664k| 131.3 |  60M|  53 |  39 | 500 |3159 | 500 | 495 | 925k|   0 |7252 |-1.903069e+02 |-8.000000e+01 |  57.96%
280.90/280.96	c   281s| 30000 | 30001 |  4002k| 132.2 |  70M|  53 | 171 | 500 |3159 | 500 | 582 |1404k|   0 |8840 |-1.901290e+02 |-8.000000e+01 |  57.92%
360.70/360.76	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
360.70/360.76	c   361s| 40000 | 40001 |  5269k| 130.8 |  81M|  55 | 255 | 500 |3159 | 500 | 776 |1881k|   0 |  10k|-1.900176e+02 |-8.000000e+01 |  57.90%
442.90/442.94	c   443s| 50000 | 50001 |  6562k| 130.5 |  92M|  55 | 178 | 500 |3159 | 500 | 585 |2354k|   0 |  11k|-1.899179e+02 |-8.000000e+01 |  57.88%
524.21/524.24	c   524s| 60000 | 60001 |  7857k| 130.3 | 102M|  55 |  12 | 500 |3159 | 500 | 495 |2831k|   0 |  12k|-1.898513e+02 |-8.000000e+01 |  57.86%
602.60/602.70	c   603s| 70000 | 70001 |  9123k| 129.8 | 113M|  55 |   2 | 500 |3159 | 500 | 495 |3314k|   0 |  13k|-1.897793e+02 |-8.000000e+01 |  57.85%
629.51/629.57	o -83
629.51/629.57	c C 630s| 73617 | 73618 |  9566k| 129.4 | 117M|  57 |  18 | 500 |3159 | 500 | 495 |3489k|   0 |  13k|-1.897535e+02 |-8.300000e+01 |  56.26%
634.51/634.57	o -86
634.51/634.57	c C 635s| 74217 | 74218 |  9644k| 129.4 | 117M|  57 |  78 | 500 |3159 | 500 | 585 |3518k|   0 |  13k|-1.897477e+02 |-8.600000e+01 |  54.68%
679.21/679.26	c   679s| 80000 | 80001 | 10364k| 129.1 | 124M|  57 |  71 | 500 |3159 | 500 | 746 |3795k|   0 |  14k|-1.897112e+02 |-8.600000e+01 |  54.67%
760.01/760.09	c   760s| 90000 | 90001 | 11669k| 129.2 | 134M|  57 | 231 | 500 |3159 | 500 | 590 |4271k|   0 |  15k|-1.896485e+02 |-8.600000e+01 |  54.65%
835.61/835.62	c   836s|100000 |100001 | 12905k| 128.7 | 145M|  57 |  90 | 500 |3159 | 500 | 576 |4749k|   0 |  16k|-1.895973e+02 |-8.600000e+01 |  54.64%
914.42/914.44	c   914s|110000 |110001 | 14186k| 128.6 | 156M|  57 | 194 | 500 |3159 | 500 | 592 |5234k|   0 |  16k|-1.895502e+02 |-8.600000e+01 |  54.63%
992.62/992.63	c   993s|120000 |120001 | 15447k| 128.4 | 167M|  57 |   4 | 500 |3159 | 500 | 495 |5715k|   0 |  17k|-1.895131e+02 |-8.600000e+01 |  54.62%
1035.61/1035.60	o -95
1035.61/1035.60	c C1036s|125217 |125218 | 16135k| 128.6 | 172M|  57 |  12 | 500 |3159 | 500 | 495 |5959k|   0 |  17k|-1.894926e+02 |-9.500000e+01 |  49.87%
1075.02/1075.07	c  1075s|130000 |130001 | 16771k| 128.7 | 178M|  59 |  32 | 500 |3159 | 500 | 495 |6192k|   0 |  18k|-1.894759e+02 |-9.500000e+01 |  49.86%
1152.52/1152.50	c  1153s|140000 |140001 | 18029k| 128.5 | 188M|  59 | 259 | 500 |3159 | 500 | 753 |6665k|   0 |  18k|-1.894384e+02 |-9.500000e+01 |  49.85%
1227.72/1227.76	c  1228s|150000 |150001 | 19263k| 128.2 | 199M|  59 |  71 | 500 |3159 | 500 | 584 |7134k|   0 |  19k|-1.894062e+02 |-9.500000e+01 |  49.84%
1297.73/1297.77	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1297.73/1297.77	c  1298s|160000 |160001 | 20413k| 127.3 | 210M|  64 |   8 | 500 |3159 | 500 | 495 |7574k|   0 |  19k|-1.893753e+02 |-9.500000e+01 |  49.84%
1367.63/1367.64	c  1368s|170000 |170001 | 21559k| 126.6 | 221M|  64 |  90 | 500 |3159 | 500 | 639 |8015k|   0 |  20k|-1.893411e+02 |-9.500000e+01 |  49.83%
1439.33/1439.39	c  1439s|180000 |180001 | 22734k| 126.1 | 232M|  64 |   6 | 500 |3159 | 500 | 495 |8461k|   0 |  20k|-1.893157e+02 |-9.500000e+01 |  49.82%
1507.13/1507.17	c  1507s|190000 |190001 | 23854k| 125.4 | 243M|  64 | 189 | 500 |3159 | 500 | 584 |8911k|   0 |  21k|-1.892891e+02 |-9.500000e+01 |  49.81%
1579.65/1579.67	c  1580s|200000 |200001 | 25038k| 125.0 | 253M|  64 | 201 | 500 |3159 | 500 | 588 |9346k|   0 |  21k|-1.892646e+02 |-9.500000e+01 |  49.81%
1649.53/1649.55	c  1650s|210000 |210001 | 26184k| 124.5 | 264M|  64 | 123 | 500 |3159 | 500 | 586 |9786k|   0 |  22k|-1.892426e+02 |-9.500000e+01 |  49.80%
1721.44/1721.47	c  1721s|220000 |220001 | 27369k| 124.2 | 275M|  64 | 164 | 500 |3159 | 500 | 637 |  10M|   0 |  22k|-1.892201e+02 |-9.500000e+01 |  49.79%
1794.44/1794.41	c  1794s|230000 |230001 | 28557k| 124.0 | 286M|  67 |   8 | 500 |3159 | 500 | 593 |  10M|   0 |  23k|-1.891993e+02 |-9.500000e+01 |  49.79%
1800.03/1800.01	c 
1800.03/1800.01	c SCIP Status        : solving was interrupted [time limit reached]
1800.03/1800.01	c Solving Time (sec) : 1800.01
1800.03/1800.01	c Solving Nodes      : 230749
1800.03/1800.01	c Primal Bound       : -9.50000000000000e+01 (537 solutions)
1800.03/1800.01	c Dual Bound         : -1.89198591594074e+02
1800.03/1800.01	c Gap                : 49.79 %
1800.03/1800.01	s SATISFIABLE
1800.03/1800.01	v -x500 x499 -x498 x497 x496 -x495 -x494 -x493 -x492 -x491 x490 -x489 -x488 -x487 -x486 -x485 -x484 x483 -x482 -x481 -x480 -x479 
1800.03/1800.01	v -x478 -x477 -x476 -x475 -x474 -x473 -x472 -x471 -x470 -x469 x468 x467 -x466 -x465 -x464 x463 -x462 -x461 x460 x459 -x458 -x457 
1800.03/1800.01	v -x456 -x455 x454 -x453 -x452 -x451 -x450 -x449 -x448 x447 -x446 -x445 -x444 -x443 -x442 -x441 -x440 -x439 x438 -x437 x436 -x435 
1800.03/1800.01	v -x434 -x433 -x432 -x431 -x430 x429 -x428 x427 -x426 x425 -x424 -x423 -x422 -x421 -x420 -x419 -x418 -x417 -x416 x415 -x414 
1800.03/1800.01	v -x413 -x412 -x411 -x410 x409 -x408 x407 -x406 -x405 x404 -x403 -x402 -x401 -x400 -x399 -x398 -x397 -x396 -x395 -x394 -x393 
1800.03/1800.01	v -x392 -x391 -x390 -x389 -x388 -x387 -x386 -x385 x384 -x383 -x382 -x381 -x380 -x379 -x378 -x377 -x376 -x375 x374 -x373 x372 -x371 
1800.03/1800.01	v -x370 -x369 -x368 -x367 -x366 x365 -x364 x363 -x362 -x361 -x360 -x359 x358 x357 -x356 -x355 x354 -x353 x352 -x351 x350 -x349 
1800.03/1800.01	v x348 -x347 -x346 -x345 -x344 -x343 -x342 -x341 x340 -x339 -x338 -x337 -x336 -x335 x334 x333 -x332 x331 x330 x329 -x328 -x327 
1800.03/1800.01	v -x326 -x325 x324 -x323 -x322 x321 -x320 -x319 -x318 x317 -x316 -x315 -x314 -x313 -x312 -x311 -x310 x309 -x308 -x307 -x306 
1800.03/1800.01	v -x305 -x304 -x303 -x302 -x301 x300 -x299 x298 -x297 -x296 -x295 x294 -x293 x292 -x291 -x290 -x289 x288 -x287 -x286 -x285 -x284 
1800.03/1800.01	v x283 -x282 -x281 -x280 x279 -x278 -x277 -x276 -x275 x274 -x273 -x272 x271 -x270 -x269 -x268 -x267 -x266 x265 -x264 -x263 -x262 
1800.03/1800.01	v -x261 -x260 x259 x258 -x257 -x256 -x255 -x254 -x253 -x252 -x251 -x250 -x249 -x248 -x247 -x246 x245 x244 -x243 x242 x241 
1800.03/1800.01	v -x240 -x239 -x238 -x237 -x236 x235 -x234 -x233 -x232 -x231 x230 -x229 -x228 -x227 -x226 -x225 -x224 -x223 -x222 x221 -x220 -x219 
1800.03/1800.01	v x218 x217 -x216 -x215 -x214 -x213 -x212 -x211 -x210 x209 -x208 -x207 -x206 -x205 -x204 -x203 -x202 -x201 -x200 -x199 -x198 
1800.03/1800.01	v -x197 x196 -x195 -x194 -x193 -x192 -x191 -x190 -x189 -x188 -x187 -x186 -x185 -x184 -x183 -x182 -x181 -x180 -x179 -x178 -x177 
1800.03/1800.01	v -x176 -x175 -x174 -x173 -x172 -x171 -x170 x169 -x168 x167 -x166 -x165 -x164 -x163 -x162 -x161 -x160 -x159 -x158 -x157 -x156 
1800.03/1800.01	v -x155 -x154 -x153 -x152 -x151 -x150 -x149 -x148 -x147 -x146 -x145 x144 -x143 -x142 -x141 -x140 -x139 -x138 -x137 -x136 -x135 
1800.03/1800.01	v -x134 -x133 -x132 -x131 x130 -x129 -x128 -x127 -x126 -x125 -x124 -x123 -x122 -x121 -x120 -x119 -x118 x117 x116 -x115 -x114 -x113 
1800.03/1800.01	v -x112 -x111 -x110 -x109 x108 x107 -x106 -x105 x104 x103 -x102 -x101 -x100 -x99 x98 -x97 -x96 -x95 -x94 -x93 -x92 -x91 -x90 
1800.03/1800.01	v -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 -x64 
1800.03/1800.01	v -x63 -x62 -x61 -x60 -x59 x58 x57 -x56 -x55 -x54 -x53 x52 -x51 x50 -x49 -x48 -x47 -x46 -x45 -x44 -x43 -x42 x41 -x40 -x39 -x38 
1800.03/1800.01	v -x37 -x36 x35 x34 x33 -x32 -x31 -x30 -x29 x28 -x27 -x26 x25 -x24 -x23 -x22 -x21 -x20 x19 -x18 -x17 x16 -x15 -x14 -x13 -x12 
1800.03/1800.01	v -x11 x10 -x9 -x8 -x7 -x6 x5 -x4 -x3 -x2 -x1 
1800.03/1800.01	c SCIP Status        : solving was interrupted [time limit reached]
1800.03/1800.01	c Total Time         :    1800.01
1800.03/1800.01	c   solving          :    1800.01
1800.03/1800.01	c   presolving       :       0.06 (included in solving)
1800.03/1800.01	c   reading          :       0.02 (included in solving)
1800.03/1800.01	c Original Problem   :
1800.03/1800.01	c   Problem name     : HOME/instance-3450652-1307105179.opb
1800.03/1800.01	c   Variables        : 3659 (3659 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.03/1800.01	c   Constraints      : 4159 initial, 4159 maximal
1800.03/1800.01	c Presolved Problem  :
1800.03/1800.01	c   Problem name     : t_HOME/instance-3450652-1307105179.opb
1800.03/1800.01	c   Variables        : 500 (500 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.03/1800.01	c   Constraints      : 3159 initial, 3159 maximal
1800.03/1800.01	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1800.03/1800.01	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
1800.03/1800.01	c   dualfix          :       0.00          0          0          0          0          0          0          0          0          0
1800.03/1800.01	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1800.03/1800.01	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1800.03/1800.01	c   pseudoobj        :       0.00          0          0          0          0          0          0          0          0          0
1800.03/1800.01	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1800.03/1800.01	c   probing          :       0.01          0          0          0          0          0          0          0          0          0
1800.03/1800.01	c   and              :       0.03          0          0          0          0          0          0          0          0          0
1800.03/1800.01	c   linear           :       0.01       3159          0          0       3159          0        500          0          0          0
1800.03/1800.01	c   logicor          :       0.01          0          0          0          0          0          0          0          0          0
1800.03/1800.01	c   pseudoboolean    :       0.00          0          0          0          0          0        500          0          0          0
1800.03/1800.01	c   root node        :          -          0          -          -          0          -          -          -          -          -
1800.03/1800.01	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1800.03/1800.01	c   integral         :          0          0          0     281777          0     431032          0          0          0          0          0     461496
1800.03/1800.01	c   logicor          :       3159         68     347041      51029          0     431028          0          0    1872054   10701546          0          0
1800.03/1800.01	c   countsols        :          0          0          0          0          0        539          0          0          0          0          0          0
1800.03/1800.01	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1800.03/1800.01	c   integral         :      73.80       0.00       0.00      73.70       0.00       0.10       0.00
1800.03/1800.01	c   logicor          :      21.40       0.03       6.82       9.21       0.00       5.34       0.00
1800.03/1800.01	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1800.03/1800.01	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1800.03/1800.01	c   vbounds          :          0          0          0          0
1800.03/1800.01	c   rootredcost      :          3          0          0          0
1800.03/1800.01	c   pseudoobj        :     720908          0          0          0
1800.03/1800.01	c Propagator Timings :  TotalTime  Propagate    Resprop
1800.03/1800.01	c   vbounds          :       0.12       0.12       0.00
1800.03/1800.01	c   rootredcost      :       0.14       0.14       0.00
1800.03/1800.01	c   pseudoobj        :       6.22       6.22       0.00
1800.03/1800.01	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.03/1800.01	c   propagation      :       0.00          0          0          0        0.0          0        0.0          -
1800.03/1800.01	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.03/1800.01	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.03/1800.01	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.03/1800.01	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.03/1800.01	c   applied globally :          -          -          -          0        0.0          -          -          -
1800.03/1800.01	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.03/1800.01	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.03/1800.01	c   cut pool         :       0.18         67          -          -        478          -    (maximal pool size: 5426)
1800.03/1800.01	c   redcost          :       2.77     281844          0          0          0          0
1800.03/1800.01	c   impliedbounds    :       0.02         68          0          0       3528          0
1800.03/1800.01	c   intobj           :       0.00          0          0          0          0          0
1800.03/1800.01	c   gomory           :       3.49         68          0          0      28369          0
1800.03/1800.01	c   cgmip            :       0.00          0          0          0          0          0
1800.03/1800.01	c   closecuts        :       0.00          0          0          0          0          0
1800.03/1800.01	c   strongcg         :       0.56         20          0          0      10000          0
1800.03/1800.01	c   cmir             :       0.07         10          0          0          0          0
1800.03/1800.01	c   flowcover        :       0.06         10          0          0          0          0
1800.03/1800.01	c   clique           :       0.19         68          0          0        422          0
1800.03/1800.01	c   zerohalf         :       0.00          0          0          0          0          0
1800.03/1800.01	c   mcf              :       0.00          1          0          0          0          0
1800.03/1800.01	c   oddcycle         :       0.00          0          0          0          0          0
1800.03/1800.01	c   rapidlearning    :       0.00          0          0          0          0          0
1800.03/1800.01	c Pricers            :       Time      Calls       Vars
1800.03/1800.01	c   problem variables:       0.00          0          0
1800.03/1800.01	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.03/1800.01	c   relpscost        :      73.55     230748          0          0          0          0     461496
1800.03/1800.01	c   pscost           :       0.00          0          0          0          0          0          0
1800.03/1800.01	c   inference        :       0.00          1          0          0          0          0          2
1800.03/1800.01	c   mostinf          :       0.00          0          0          0          0          0          0
1800.03/1800.01	c   leastinf         :       0.00          0          0          0          0          0          0
1800.03/1800.01	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.03/1800.01	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.03/1800.01	c   random           :       0.00          0          0          0          0          0          0
1800.03/1800.01	c Primal Heuristics  :       Time      Calls      Found
1800.03/1800.01	c   LP solutions     :       0.00          -          0
1800.03/1800.01	c   pseudo solutions :       0.00          -          0
1800.03/1800.01	c   intshifting      :       0.00          0          0
1800.03/1800.01	c   feaspump         :       0.00          0          0
1800.03/1800.01	c   oneopt           :       0.07          5          1
1800.03/1800.01	c   crossover        :       0.87         32         10
1800.03/1800.01	c   coefdiving       :      31.35       4636         81
1800.03/1800.01	c   fracdiving       :      30.26       4636         43
1800.03/1800.01	c   guideddiving     :      29.64       4636         24
1800.03/1800.01	c   veclendiving     :      39.25       4636         47
1800.03/1800.01	c   linesearchdiving :      30.28       4637         41
1800.03/1800.01	c   pscostdiving     :      31.29       4637         88
1800.03/1800.01	c   trivial          :       0.00          2          1
1800.03/1800.01	c   shiftandpropagate:       0.00          0          0
1800.03/1800.01	c   simplerounding   :       4.86     230805        180
1800.03/1800.01	c   zirounding       :       0.14       1000          0
1800.03/1800.01	c   rounding         :      14.66      22946          1
1800.03/1800.01	c   shifting         :       4.86       6873          1
1800.03/1800.01	c   twoopt           :       0.00          0          0
1800.03/1800.01	c   fixandinfer      :       0.00          0          0
1800.03/1800.01	c   clique           :       0.00          0          0
1800.03/1800.01	c   intdiving        :       0.00          0          0
1800.03/1800.01	c   actconsdiving    :       0.00          0          0
1800.03/1800.01	c   objpscostdiving  :      16.51       1004         19
1800.03/1800.01	c   rootsoldiving    :      13.18       1476          0
1800.03/1800.01	c   octane           :       0.00          0          0
1800.03/1800.01	c   rens             :       0.01          0          0
1800.03/1800.01	c   rins             :       0.00          0          0
1800.03/1800.01	c   localbranching   :       0.00          0          0
1800.03/1800.01	c   mutation         :       0.00          0          0
1800.03/1800.01	c   dins             :       0.00          0          0
1800.03/1800.01	c   vbounds          :       0.00          0          0
1800.03/1800.01	c   undercover       :       0.01          1          0
1800.03/1800.01	c   subnlp           :       0.04          0          0
1800.03/1800.01	c   trysol           :       0.06          0          0
1800.03/1800.01	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.03/1800.01	c   primal LP        :      14.45          0          0       0.00       0.00
1800.03/1800.01	c   dual LP          :    1380.53     281801   25472125      90.39   18451.04
1800.03/1800.01	c   lex dual LP      :       0.00          0          0       0.00          -
1800.03/1800.01	c   barrier LP       :       0.00          0          0       0.00          -
1800.03/1800.01	c   diving/probing LP:     181.42     191745    3176310      16.57   17508.33
1800.03/1800.01	c   strong branching :      67.39      23250     948333      40.79   14071.59
1800.03/1800.01	c     (at root node) :          -         19      15945     839.21          -
1800.03/1800.01	c   conflict analysis:       0.00          0          0       0.00          -
1800.03/1800.01	c B&B Tree           :
1800.03/1800.01	c   number of runs   :          1
1800.03/1800.01	c   nodes            :     230749
1800.03/1800.01	c   nodes (total)    :     230749
1800.03/1800.01	c   nodes left       :     230750
1800.03/1800.01	c   max depth        :         67
1800.03/1800.01	c   max depth (total):         67
1800.03/1800.01	c   backtracks       :      30296 (13.1%)
1800.03/1800.01	c   delayed cutoffs  :          0
1800.03/1800.01	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1800.03/1800.01	c   avg switch length:       4.53
1800.03/1800.01	c   switching time   :      28.33
1800.03/1800.01	c Solution           :
1800.03/1800.01	c   Solutions found  :        537 (7 improvements)
1800.03/1800.01	c   First Solution   : +0.00000000000000e+00   (in run 1, after 0 nodes, 0.04 seconds, depth 0, found by <trivial>)
1800.03/1800.01	c   Primal Bound     : -9.50000000000000e+01   (in run 1, after 125217 nodes, 1035.60 seconds, depth 34, found by <crossover>)
1800.03/1800.01	c   Dual Bound       : -1.89198591594074e+02
1800.03/1800.01	c   Gap              :      49.79 %
1800.03/1800.01	c   Root Dual Bound  : -1.91492367224113e+02
1800.03/1800.01	c   Root Iterations  :      38259

Verifier Data

OK	-95

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-3450652-1307105179/watcher-3450652-1307105179 -o /tmp/evaluation-result-3450652-1307105179/solver-3450652-1307105179 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4b.linux.x86_64.gnu.opt.spx -f HOME/instance-3450652-1307105179.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.00 2.02 2.00 2/505 3404
/proc/meminfo: memFree=30296976/32951124 swapFree=51712236/67111528
[pid=3404] ppid=3401 vsize=12120 CPUtime=0 cores=0,2,4,6
/proc/3404/stat : 3404 (scip-2.0.1.4b.l) R 3401 3404 2157 0 -1 4202496 2084 0 0 0 0 0 0 0 25 0 1 0 822120562 12410880 2038 33554432000 4194304 9163163 140734708040384 18446744073709551615 8041965 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/3404/statm: 3030 2049 378 1214 0 1812 0

[startup+0.0926699 s]
/proc/loadavg: 2.00 2.02 2.00 2/505 3404
/proc/meminfo: memFree=30296976/32951124 swapFree=51712236/67111528
[pid=3404] ppid=3401 vsize=32812 CPUtime=0.08 cores=0,2,4,6
/proc/3404/stat : 3404 (scip-2.0.1.4b.l) R 3401 3404 2157 0 -1 4202496 7199 0 0 0 8 0 0 0 25 0 1 0 822120562 33599488 6895 33554432000 4194304 9163163 140734708040384 18446744073709551615 5269335 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/3404/statm: 8203 6895 531 1214 0 6985 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 32812

[startup+0.100658 s]
/proc/loadavg: 2.00 2.02 2.00 2/505 3404
/proc/meminfo: memFree=30296976/32951124 swapFree=51712236/67111528
[pid=3404] ppid=3401 vsize=32812 CPUtime=0.09 cores=0,2,4,6
/proc/3404/stat : 3404 (scip-2.0.1.4b.l) R 3401 3404 2157 0 -1 4202496 7213 0 0 0 9 0 0 0 25 0 1 0 822120562 33599488 6909 33554432000 4194304 9163163 140734708040384 18446744073709551615 4241376 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/3404/statm: 8203 6909 543 1214 0 6985 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 32812

[startup+0.300631 s]
/proc/loadavg: 2.00 2.02 2.00 2/505 3404
/proc/meminfo: memFree=30296976/32951124 swapFree=51712236/67111528
[pid=3404] ppid=3401 vsize=39660 CPUtime=0.29 cores=0,2,4,6
/proc/3404/stat : 3404 (scip-2.0.1.4b.l) R 3401 3404 2157 0 -1 4202496 11712 0 0 0 28 1 0 0 25 0 1 0 822120562 40611840 8694 33554432000 4194304 9163163 140734708040384 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/3404/statm: 9915 8694 691 1214 0 8697 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 39660

[startup+0.700555 s]
/proc/loadavg: 2.00 2.02 2.00 2/505 3404
/proc/meminfo: memFree=30296976/32951124 swapFree=51712236/67111528
[pid=3404] ppid=3401 vsize=42144 CPUtime=0.69 cores=0,2,4,6
/proc/3404/stat : 3404 (scip-2.0.1.4b.l) R 3401 3404 2157 0 -1 4202496 12349 0 0 0 68 1 0 0 25 0 1 0 822120562 43155456 9329 33554432000 4194304 9163163 140734708040384 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/3404/statm: 10536 9329 692 1214 0 9318 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 42144

[startup+1.50042 s]
/proc/loadavg: 2.00 2.02 2.00 3/506 3405
/proc/meminfo: memFree=30250716/32951124 swapFree=51712236/67111528
[pid=3404] ppid=3401 vsize=56020 CPUtime=1.49 cores=0,2,4,6
/proc/3404/stat : 3404 (scip-2.0.1.4b.l) R 3401 3404 2157 0 -1 4202496 15861 0 0 0 147 2 0 0 25 0 1 0 822120562 57364480 12824 33554432000 4194304 9163163 140734708040384 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/3404/statm: 14005 12824 723 1214 0 12787 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 56020

[startup+3.10113 s]
/proc/loadavg: 2.00 2.02 2.00 3/506 3405
/proc/meminfo: memFree=30235756/32951124 swapFree=51712236/67111528
[pid=3404] ppid=3401 vsize=72460 CPUtime=3.09 cores=0,2,4,6
/proc/3404/stat : 3404 (scip-2.0.1.4b.l) R 3401 3404 2157 0 -1 4202496 20083 0 0 0 306 3 0 0 25 0 1 0 822120562 74199040 16989 33554432000 4194304 9163163 140734708040384 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/3404/statm: 18115 16989 713 1214 0 16897 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 72460

[startup+6.30058 s]
/proc/loadavg: 2.00 2.02 2.00 3/506 3405
/proc/meminfo: memFree=30222236/32951124 swapFree=51712236/67111528
[pid=3404] ppid=3401 vsize=84020 CPUtime=6.29 cores=0,2,4,6
/proc/3404/stat : 3404 (scip-2.0.1.4b.l) R 3401 3404 2157 0 -1 4202496 23071 0 0 0 623 6 0 0 25 0 1 0 822120562 86036480 19914 33554432000 4194304 9163163 140734708040384 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/3404/statm: 21005 19914 730 1214 0 19787 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 84020

[startup+12.7004 s]
/proc/loadavg: 2.00 2.02 2.00 3/506 3406
/proc/meminfo: memFree=30208160/32951124 swapFree=51712236/67111528
[pid=3404] ppid=3401 vsize=93056 CPUtime=12.69 cores=0,2,4,6
/proc/3404/stat : 3404 (scip-2.0.1.4b.l) R 3401 3404 2157 0 -1 4202496 26820 0 0 0 1257 12 0 0 25 0 1 0 822120562 95289344 22203 33554432000 4194304 9163163 140734708040384 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/3404/statm: 23264 22203 714 1214 0 22046 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 93056

[startup+25.5012 s]
/proc/loadavg: 2.00 2.02 2.00 3/506 3406
/proc/meminfo: memFree=30208784/32951124 swapFree=51712236/67111528
[pid=3404] ppid=3401 vsize=93056 CPUtime=25.49 cores=0,2,4,6
/proc/3404/stat : 3404 (scip-2.0.1.4b.l) R 3401 3404 2157 0 -1 4202496 32494 0 0 0 2517 32 0 0 25 0 1 0 822120562 95289344 22212 33554432000 4194304 9163163 140734708040384 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/3404/statm: 23264 22212 722 1214 0 22046 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 93056

[startup+51.1006 s]
/proc/loadavg: 2.00 2.02 2.00 3/506 3407
/proc/meminfo: memFree=30207612/32951124 swapFree=51712236/67111528
[pid=3404] ppid=3401 vsize=94848 CPUtime=51.1 cores=0,2,4,6
/proc/3404/stat : 3404 (scip-2.0.1.4b.l) R 3401 3404 2157 0 -1 4202496 39484 0 0 0 5037 73 0 0 25 0 1 0 822120562 97124352 22646 33554432000 4194304 9163163 140734708040384 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/3404/statm: 23712 22646 723 1214 0 22494 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 94848

[startup+102.319 s]
/proc/loadavg: 2.00 2.01 2.00 3/506 3408
/proc/meminfo: memFree=30199456/32951124 swapFree=51712236/67111528
[pid=3404] ppid=3401 vsize=102076 CPUtime=102.32 cores=0,2,4,6
/proc/3404/stat : 3404 (scip-2.0.1.4b.l) R 3401 3404 2157 0 -1 4202496 58967 0 0 0 10076 156 0 0 25 0 1 0 822120562 104525824 24477 33554432000 4194304 9163163 140734708040384 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/3404/statm: 25519 24477 723 1214 0 24301 0
Current children cumulated CPU time (s) 102.32
Current children cumulated vsize (KiB) 102076

[startup+162.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/506 3410
/proc/meminfo: memFree=30190608/32951124 swapFree=51712236/67111528
[pid=3404] ppid=3401 vsize=110188 CPUtime=162.29 cores=0,2,4,6
/proc/3404/stat : 3404 (scip-2.0.1.4b.l) R 3401 3404 2157 0 -1 4202496 68083 0 0 0 15979 250 0 0 25 0 1 0 822120562 112832512 26527 33554432000 4194304 9163163 140734708040384 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/3404/statm: 27547 26527 723 1214 0 26329 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 110188

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/506 3411
/proc/meminfo: memFree=30180892/32951124 swapFree=51712236/67111528
[pid=3404] ppid=3401 vsize=120780 CPUtime=222.3 cores=0,2,4,6
/proc/3404/stat : 3404 (scip-2.0.1.4b.l) R 3401 3404 2157 0 -1 4202496 70762 0 0 0 21887 343 0 0 25 0 1 0 822120562 123678720 29205 33554432000 4194304 9163163 140734708040384 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/3404/statm: 30195 29205 723 1214 0 28977 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 120780

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/506 3413
/proc/meminfo: memFree=30175268/32951124 swapFree=51712236/67111528
[pid=3404] ppid=3401 vsize=126468 CPUtime=282.3 cores=0,2,4,6
/proc/3404/stat : 3404 (scip-2.0.1.4b.l) R 3401 3404 2157 0 -1 4202496 72223 0 0 0 27792 438 0 0 25 0 1 0 822120562 129503232 30662 33554432000 4194304 9163163 140734708040384 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/3404/statm: 31617 30662 723 1214 0 30399 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 126468

[startup+342.3 s]
/proc/loadavg: 2.11 2.03 2.01 3/506 3414
/proc/meminfo: memFree=30164444/32951124 swapFree=51712236/67111528
[pid=3404] ppid=3401 vsize=136960 CPUtime=342.3 cores=0,2,4,6
/proc/3404/stat : 3404 (scip-2.0.1.4b.l) R 3401 3404 2157 0 -1 4202496 74882 0 0 0 33696 534 0 0 25 0 1 0 822120562 140247040 33306 33554432000 4194304 9163163 140734708040384 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/3404/statm: 34240 33306 723 1214 0 33022 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 136960

[startup+402.301 s]
/proc/loadavg: 2.09 2.04 2.01 3/506 3416
/proc/meminfo: memFree=30158324/32951124 swapFree=51712236/67111528
[pid=3404] ppid=3401 vsize=143392 CPUtime=402.3 cores=0,2,4,6
/proc/3404/stat : 3404 (scip-2.0.1.4b.l) R 3401 3404 2157 0 -1 4202496 76518 0 0 0 39599 631 0 0 25 0 1 0 822120562 146833408 34934 33554432000 4194304 9163163 140734708040384 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/3404/statm: 35848 34934 723 1214 0 34630 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 143392

[startup+462.301 s]
/proc/loadavg: 2.06 2.04 2.01 3/506 3419
/proc/meminfo: memFree=30151596/32951124 swapFree=51712236/67111528
[pid=3404] ppid=3401 vsize=151016 CPUtime=462.3 cores=0,2,4,6
/proc/3404/stat : 3404 (scip-2.0.1.4b.l) R 3401 3404 2157 0 -1 4202496 81984 0 0 0 45506 724 0 0 25 0 1 0 822120562 154640384 36859 33554432000 4194304 9163163 140734708040384 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/3404/statm: 37754 36859 723 1214 0 36536 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 151016

[startup+522.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/506 3420
/proc/meminfo: memFree=30140884/32951124 swapFree=51712236/67111528
[pid=3404] ppid=3401 vsize=161256 CPUtime=522.3 cores=0,2,4,6
/proc/3404/stat : 3404 (scip-2.0.1.4b.l) R 3401 3404 2157 0 -1 4202496 84551 0 0 0 51412 818 0 0 25 0 1 0 822120562 165126144 39424 33554432000 4194304 9163163 140734708040384 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/3404/statm: 40314 39424 723 1214 0 39096 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 161256

[startup+582.301 s]
/proc/loadavg: 2.01 2.02 2.00 3/506 3422
/proc/meminfo: memFree=30131292/32951124 swapFree=51712236/67111528
[pid=3404] ppid=3401 vsize=172140 CPUtime=582.31 cores=0,2,4,6
/proc/3404/stat : 3404 (scip-2.0.1.4b.l) R 3401 3404 2157 0 -1 4202496 86810 0 0 0 57314 917 0 0 25 0 1 0 822120562 176271360 41679 33554432000 4194304 9163163 140734708040384 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/3404/statm: 43035 41679 723 1214 0 41817 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 172140

[startup+642.3 s]

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

[startup+822.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/506 3428
/proc/meminfo: memFree=30099136/32951124 swapFree=51712236/67111528
[pid=3404] ppid=3401 vsize=202872 CPUtime=822.31 cores=0,2,4,6
/proc/3404/stat : 3404 (scip-2.0.1.4b.l) R 3401 3404 2157 0 -1 4202496 125896 0 0 0 80921 1310 0 0 25 0 1 0 822120562 207740928 49532 33554432000 4194304 9163163 140734708040384 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/3404/statm: 50718 49532 730 1214 0 49500 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 202872

[startup+882.301 s]
/proc/loadavg: 2.16 2.03 2.01 3/506 3440
/proc/meminfo: memFree=30086548/32951124 swapFree=51712236/67111528
[pid=3404] ppid=3401 vsize=212220 CPUtime=882.32 cores=0,2,4,6
/proc/3404/stat : 3404 (scip-2.0.1.4b.l) R 3401 3404 2157 0 -1 4202496 131762 0 0 0 86825 1407 0 0 25 0 1 0 822120562 217313280 51907 33554432000 4194304 9163163 140734708040384 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/3404/statm: 53055 51907 730 1214 0 51837 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 212220

[startup+942.3 s]
/proc/loadavg: 2.13 2.04 2.01 3/506 3441
/proc/meminfo: memFree=30076004/32951124 swapFree=51712236/67111528
[pid=3404] ppid=3401 vsize=223828 CPUtime=942.31 cores=0,2,4,6
/proc/3404/stat : 3404 (scip-2.0.1.4b.l) R 3401 3404 2157 0 -1 4202496 134686 0 0 0 92725 1506 0 0 25 0 1 0 822120562 229199872 54831 33554432000 4194304 9163163 140734708040384 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/3404/statm: 55957 54831 730 1214 0 54739 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 223828

[startup+1002.3 s]
/proc/loadavg: 2.13 2.06 2.02 3/506 3443
/proc/meminfo: memFree=30066160/32951124 swapFree=51712236/67111528
[pid=3404] ppid=3401 vsize=234272 CPUtime=1002.31 cores=0,2,4,6
/proc/3404/stat : 3404 (scip-2.0.1.4b.l) R 3401 3404 2157 0 -1 4202496 137235 0 0 0 98632 1599 0 0 25 0 1 0 822120562 239894528 57379 33554432000 4194304 9163163 140734708040384 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/3404/statm: 58568 57379 730 1214 0 57350 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 234272

[startup+1062.3 s]
/proc/loadavg: 2.09 2.06 2.01 3/506 3448
/proc/meminfo: memFree=30059272/32951124 swapFree=51712236/67111528
[pid=3404] ppid=3401 vsize=241556 CPUtime=1062.31 cores=0,2,4,6
/proc/3404/stat : 3404 (scip-2.0.1.4b.l) R 3401 3404 2157 0 -1 4202496 156836 0 0 0 104535 1696 0 0 25 0 1 0 822120562 247353344 59264 33554432000 4194304 9163163 140734708040384 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/3404/statm: 60389 59264 731 1214 0 59171 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 241556

[startup+1122.3 s]
/proc/loadavg: 2.03 2.05 2.01 3/506 3449
/proc/meminfo: memFree=30050548/32951124 swapFree=51712236/67111528
[pid=3404] ppid=3401 vsize=249348 CPUtime=1122.32 cores=0,2,4,6
/proc/3404/stat : 3404 (scip-2.0.1.4b.l) R 3401 3404 2157 0 -1 4202496 162337 0 0 0 110441 1791 0 0 25 0 1 0 822120562 255332352 61294 33554432000 4194304 9163163 140734708040384 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/3404/statm: 62337 61294 731 1214 0 61119 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 249348

[startup+1182.3 s]
/proc/loadavg: 2.01 2.04 2.00 3/506 3451
/proc/meminfo: memFree=30042184/32951124 swapFree=51712236/67111528
[pid=3404] ppid=3401 vsize=257260 CPUtime=1182.32 cores=0,2,4,6
/proc/3404/stat : 3404 (scip-2.0.1.4b.l) R 3401 3404 2157 0 -1 4202496 167739 0 0 0 116342 1890 0 0 25 0 1 0 822120562 263434240 63270 33554432000 4194304 9163163 140734708040384 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/3404/statm: 64315 63270 731 1214 0 63097 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 257260

[startup+1242.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/506 3481
/proc/meminfo: memFree=30102372/32951124 swapFree=51712236/67111528
[pid=3404] ppid=3401 vsize=266024 CPUtime=1242.33 cores=0,2,4,6
/proc/3404/stat : 3404 (scip-2.0.1.4b.l) R 3401 3404 2157 0 -1 4202496 173473 0 0 0 122248 1985 0 0 25 0 1 0 822120562 272408576 65514 33554432000 4194304 9163163 140734708040384 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/3404/statm: 66506 65514 731 1214 0 65288 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 266024

[startup+1302.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/506 3514
/proc/meminfo: memFree=30030288/32951124 swapFree=51712236/67111528
[pid=3404] ppid=3401 vsize=274008 CPUtime=1302.32 cores=0,2,4,6
/proc/3404/stat : 3404 (scip-2.0.1.4b.l) R 3401 3404 2157 0 -1 4202496 175505 0 0 0 128149 2083 0 0 25 0 1 0 822120562 280584192 67540 33554432000 4194304 9163163 140734708040384 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/3404/statm: 68502 67540 731 1214 0 67284 0
Current children cumulated CPU time (s) 1302.32
Current children cumulated vsize (KiB) 274008

[startup+1362.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/506 3516
/proc/meminfo: memFree=30018452/32951124 swapFree=51712236/67111528
[pid=3404] ppid=3401 vsize=283036 CPUtime=1362.33 cores=0,2,4,6
/proc/3404/stat : 3404 (scip-2.0.1.4b.l) R 3401 3404 2157 0 -1 4202496 177818 0 0 0 134048 2185 0 0 25 0 1 0 822120562 289828864 69852 33554432000 4194304 9163163 140734708040384 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/3404/statm: 70759 69852 731 1214 0 69541 0
Current children cumulated CPU time (s) 1362.33
Current children cumulated vsize (KiB) 283036

[startup+1422.32 s]
/proc/loadavg: 2.00 2.01 2.00 3/506 3517
/proc/meminfo: memFree=29996480/32951124 swapFree=51712236/67111528
[pid=3404] ppid=3401 vsize=293988 CPUtime=1422.34 cores=0,2,4,6
/proc/3404/stat : 3404 (scip-2.0.1.4b.l) R 3401 3404 2157 0 -1 4202496 184097 0 0 0 139952 2282 0 0 25 0 1 0 822120562 301043712 72594 33554432000 4194304 9163163 140734708040384 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/3404/statm: 73497 72594 731 1214 0 72279 0
Current children cumulated CPU time (s) 1422.34
Current children cumulated vsize (KiB) 293988

[startup+1482.3 s]
/proc/loadavg: 2.08 2.03 2.01 3/506 3519
/proc/meminfo: memFree=29974596/32951124 swapFree=51712236/67111528
[pid=3404] ppid=3401 vsize=304624 CPUtime=1482.33 cores=0,2,4,6
/proc/3404/stat : 3404 (scip-2.0.1.4b.l) R 3401 3404 2157 0 -1 4202496 186791 0 0 0 145848 2385 0 0 25 0 1 0 822120562 311934976 75285 33554432000 4194304 9163163 140734708040384 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/3404/statm: 76156 75285 731 1214 0 74938 0
Current children cumulated CPU time (s) 1482.33
Current children cumulated vsize (KiB) 304624

[startup+1542.3 s]
/proc/loadavg: 2.07 2.04 2.01 3/506 3520
/proc/meminfo: memFree=29958172/32951124 swapFree=51712236/67111528
[pid=3404] ppid=3401 vsize=310276 CPUtime=1542.33 cores=0,2,4,6
/proc/3404/stat : 3404 (scip-2.0.1.4b.l) R 3401 3404 2157 0 -1 4202496 188174 0 0 0 151750 2483 0 0 25 0 1 0 822120562 317722624 76666 33554432000 4194304 9163163 140734708040384 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/3404/statm: 77569 76666 731 1214 0 76351 0
Current children cumulated CPU time (s) 1542.33
Current children cumulated vsize (KiB) 310276

[startup+1602.3 s]
/proc/loadavg: 2.12 2.06 2.01 3/506 3522
/proc/meminfo: memFree=29933700/32951124 swapFree=51712236/67111528
[pid=3404] ppid=3401 vsize=322932 CPUtime=1602.33 cores=0,2,4,6
/proc/3404/stat : 3404 (scip-2.0.1.4b.l) R 3401 3404 2157 0 -1 4202496 190388 0 0 0 157649 2584 0 0 25 0 1 0 822120562 330682368 78880 33554432000 4194304 9163163 140734708040384 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/3404/statm: 80733 78880 731 1214 0 79515 0
Current children cumulated CPU time (s) 1602.33
Current children cumulated vsize (KiB) 322932

[startup+1662.3 s]
/proc/loadavg: 2.09 2.06 2.01 3/506 3525
/proc/meminfo: memFree=29910848/32951124 swapFree=51712236/67111528
[pid=3404] ppid=3401 vsize=332444 CPUtime=1662.33 cores=0,2,4,6
/proc/3404/stat : 3404 (scip-2.0.1.4b.l) R 3401 3404 2157 0 -1 4202496 192788 0 0 0 163553 2680 0 0 25 0 1 0 822120562 340422656 81278 33554432000 4194304 9163163 140734708040384 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/3404/statm: 83111 81278 731 1214 0 81893 0
Current children cumulated CPU time (s) 1662.33
Current children cumulated vsize (KiB) 332444

[startup+1722.3 s]
/proc/loadavg: 2.03 2.05 2.00 3/506 3526
/proc/meminfo: memFree=29886016/32951124 swapFree=51712236/67111528
[pid=3404] ppid=3401 vsize=346488 CPUtime=1722.33 cores=0,2,4,6
/proc/3404/stat : 3404 (scip-2.0.1.4b.l) R 3401 3404 2157 0 -1 4202496 196325 0 0 0 169451 2782 0 0 25 0 1 0 822120562 354803712 84813 33554432000 4194304 9163163 140734708040384 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/3404/statm: 86622 84813 731 1214 0 85404 0
Current children cumulated CPU time (s) 1722.33
Current children cumulated vsize (KiB) 346488

[startup+1782.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/506 3528
/proc/meminfo: memFree=29865016/32951124 swapFree=51712236/67111528
[pid=3404] ppid=3401 vsize=350868 CPUtime=1782.33 cores=0,2,4,6
/proc/3404/stat : 3404 (scip-2.0.1.4b.l) R 3401 3404 2157 0 -1 4202496 200941 0 0 0 175347 2886 0 0 25 0 1 0 822120562 359288832 85994 33554432000 4194304 9163163 140734708040384 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/3404/statm: 87717 85994 731 1214 0 86499 0
Current children cumulated CPU time (s) 1782.33
Current children cumulated vsize (KiB) 350868



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.01 2.03 2.00 3/506 3528
/proc/meminfo: memFree=29857668/32951124 swapFree=51712236/67111528
[pid=3404] ppid=3401 vsize=354144 CPUtime=1800.04 cores=0,2,4,6
/proc/3404/stat : 3404 (scip-2.0.1.4b.l) R 3401 3404 2157 0 -1 4202496 201794 0 0 0 177089 2915 0 0 25 0 1 0 822120562 362643456 86847 33554432000 4194304 9163163 140734708040384 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/3404/statm: 88536 86847 731 1214 0 87318 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 354144

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.04
CPU time (s): 1800.08
CPU user time (s): 1770.91
CPU system time (s): 29.1696
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 361556

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1770.91
system time used= 29.1696
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 201796
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5
involuntary context switches= 1766

runsolver used 9.55855 second user time and 19.927 second system time

The end

Launcher Data

Begin job on node103 at 2011-06-03 14:46:19
IDJOB=3450652
IDBENCH=48176
IDSOLVER=1948
FILE ID=node103/3450652-1307105179
RUNJOBID= node103-1307092333-2175
PBS_JOBID= 13497971
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/mis/normalized-mis_500_10_1.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-3450652-1307105179/watcher-3450652-1307105179 -o /tmp/evaluation-result-3450652-1307105179/solver-3450652-1307105179 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4b.linux.x86_64.gnu.opt.spx -f HOME/instance-3450652-1307105179.opb -t 1800 -m 15500

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

MD5SUM BENCH= 6a7c5d2366cf8704587c2ca2c97e69d0
RANDOM SEED=22435878

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.858
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30297140 kB
Buffers:        281308 kB
Cached:         444400 kB
SwapCached:      23760 kB
Active:        1982232 kB
Inactive:       378380 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30297140 kB
SwapTotal:    67111528 kB
SwapFree:     51712236 kB
Dirty:           12420 kB
Writeback:           0 kB
AnonPages:     1631776 kB
Mapped:          25672 kB
Slab:           149868 kB
PageTables:      73136 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 162168096 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= 73856 MiB
End job on node103 at 2011-06-03 15:16:21