Trace number 3485130

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
SCIP spx 2 2011-06-10 (fixed)SAT-80 1797.37 1797.35

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.4 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.5.0.5]
0.00/0.00	c Copyright (c) 2002-2011 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-3485130-1307783469.opb>
0.00/0.01	c original problem has 500 variables (500 bin, 0 int, 0 impl, 0 cont) and 500 constraints
0.00/0.01	c problem read
0.00/0.01	c presolving settings loaded
0.01/0.03	o 0
0.01/0.03	c feasible solution found by trivial heuristic, objective value  0.000000e+00
0.01/0.03	c presolving:
0.01/0.06	c (round 1) 3159 del vars, 500 del conss, 0 add conss, 3159 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 12636 impls, 0 clqs
0.01/0.08	c (round 2) 3159 del vars, 500 del conss, 0 add conss, 3159 chg bounds, 0 chg sides, 0 chg coeffs, 3159 upgd conss, 18954 impls, 0 clqs
0.01/0.09	c    (0.1s) probing: 101/500 (20.2%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.01/0.09	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.01/0.09	c presolving (3 rounds):
0.01/0.09	c  3159 deleted vars, 500 deleted constraints, 0 added constraints, 3159 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.01/0.09	c  18954 implications, 0 cliques
0.01/0.09	c presolved problem has 500 variables (500 bin, 0 int, 0 impl, 0 cont) and 3159 constraints
0.01/0.09	c    3159 constraints of type <logicor>
0.01/0.09	c transformed objective value is always integral (scale: 1)
0.01/0.09	c Presolving Time: 0.08
0.01/0.09	c - non default parameters ----------------------------------------------------------------------
0.01/0.09	c # SCIP version 2.0.1.4
0.01/0.09	c 
0.01/0.09	c # maximal number of intermediate conflict constraints generated in conflict graph (-1: use every intermediate constraint)
0.01/0.09	c # [type: int, range: [-1,2147483647], default: -1]
0.01/0.09	c conflict/interconss = 0
0.01/0.09	c 
0.01/0.09	c # should binary conflicts be preferred?
0.01/0.09	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.01/0.09	c conflict/preferbinary = TRUE
0.01/0.09	c 
0.01/0.09	c # maximum age an unnecessary constraint can reach before it is deleted (0: dynamic, -1: keep all constraints)
0.01/0.09	c # [type: int, range: [-1,2147483647], default: 0]
0.01/0.09	c constraints/agelimit = 1
0.01/0.09	c 
0.01/0.09	c # should enforcement of pseudo solution be disabled?
0.01/0.09	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.01/0.09	c constraints/disableenfops = TRUE
0.01/0.09	c 
0.01/0.09	c # frequency for displaying node information lines
0.01/0.09	c # [type: int, range: [-1,2147483647], default: 100]
0.01/0.09	c display/freq = 10000
0.01/0.09	c 
0.01/0.09	c # maximal time in seconds to run
0.01/0.09	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.01/0.09	c limits/time = 1797
0.01/0.09	c 
0.01/0.09	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.01/0.09	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.01/0.09	c limits/memory = 13950
0.01/0.09	c 
0.01/0.09	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.01/0.09	c # [type: int, range: [1,2], default: 1]
0.01/0.09	c timing/clocktype = 2
0.01/0.09	c 
0.01/0.09	c # belongs reading time to solving time?
0.01/0.09	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.01/0.09	c timing/reading = TRUE
0.01/0.09	c 
0.01/0.09	c # should presolving try to simplify inequalities
0.01/0.09	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.01/0.09	c constraints/linear/simplifyinequalities = TRUE
0.01/0.09	c 
0.01/0.09	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.01/0.09	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.01/0.09	c constraints/indicator/addCouplingCons = TRUE
0.01/0.09	c 
0.01/0.09	c # should presolving try to simplify knapsacks
0.01/0.09	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.01/0.09	c constraints/knapsack/simplifyinequalities = TRUE
0.01/0.09	c 
0.01/0.09	c -----------------------------------------------------------------------------------------------
0.01/0.09	c start solving
0.01/0.09	c 
0.09/0.12	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.12	c t 0.1s|     1 |     0 |   539 |     - |7956k|   0 | 500 | 500 |3159 | 500 |3159 |   0 |   0 |   0 |-2.500000e+02 | 0.000000e+00 | 100.00%
0.09/0.13	o -1
0.09/0.13	c R 0.1s|     1 |     0 |   539 |     - |7963k|   0 | 500 | 500 |3159 | 500 |3159 |   0 |   0 |   0 |-2.500000e+02 |-1.000000e+00 |  99.60%
0.09/0.14	o -2
0.09/0.14	c s 0.1s|     1 |     0 |   539 |     - |7967k|   0 | 500 | 500 |3159 | 500 |3159 |   0 |   0 |   0 |-2.500000e+02 |-2.000000e+00 |  99.20%
0.19/0.22	c   0.2s|     1 |     0 |   772 |     - |7976k|   0 | 487 | 500 |3159 | 500 |3173 |  14 |   0 |   0 |-2.435000e+02 |-2.000000e+00 |  99.18%
0.19/0.22	o -80
0.19/0.22	c b 0.2s|     1 |     0 |   772 |     - |7990k|   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 |     - |8005k|   0 | 476 | 500 |3159 | 500 |3185 |  26 |   0 |   0 |-2.380000e+02 |-8.000000e+01 |  66.39%
0.39/0.41	c   0.4s|     1 |     0 |  1100 |     - |8020k|   0 | 471 | 500 |3159 | 500 |3195 |  36 |   0 |   0 |-2.355000e+02 |-8.000000e+01 |  66.03%
0.49/0.50	c   0.5s|     1 |     0 |  1214 |     - |8052k|   0 | 466 | 500 |3159 | 500 |3207 |  48 |   0 |   0 |-2.330000e+02 |-8.000000e+01 |  65.67%
0.59/0.60	c   0.6s|     1 |     0 |  1421 |     - |8087k|   0 | 457 | 500 |3159 | 500 |3220 |  61 |   0 |   0 |-2.285000e+02 |-8.000000e+01 |  64.99%
0.69/0.73	c   0.7s|     1 |     0 |  1748 |     - |8118k|   0 | 454 | 500 |3159 | 500 |3230 |  71 |   0 |   0 |-2.270000e+02 |-8.000000e+01 |  64.76%
0.79/0.88	c   0.9s|     1 |     0 |  1832 |     - |8762k|   0 | 455 | 500 |3159 | 500 |3238 |  79 |   0 |   0 |-2.260000e+02 |-8.000000e+01 |  64.60%
1.09/1.19	c   1.2s|     1 |     0 |  2869 |     - |  10M|   0 | 452 | 500 |3159 | 500 |3250 |  91 |   0 |   0 |-2.245000e+02 |-8.000000e+01 |  64.37%
1.29/1.38	c   1.4s|     1 |     0 |  3428 |     - |  10M|   0 | 447 | 500 |3159 | 500 |3260 | 101 |   0 |   0 |-2.230000e+02 |-8.000000e+01 |  64.13%
1.69/1.70	c   1.7s|     1 |     0 |  4928 |     - |  10M|   0 | 443 | 500 |3159 | 500 |3273 | 114 |   0 |   0 |-2.197500e+02 |-8.000000e+01 |  63.59%
1.89/1.93	c   1.9s|     1 |     0 |  5408 |     - |  11M|   0 | 437 | 500 |3159 | 500 | 958 | 124 |   0 |   0 |-2.185000e+02 |-8.000000e+01 |  63.39%
1.98/2.06	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1.98/2.06	c   2.1s|     1 |     0 |  5699 |     - |  11M|   0 | 433 | 500 |3159 | 500 | 967 | 133 |   0 |   0 |-2.172500e+02 |-8.000000e+01 |  63.18%
2.10/2.16	c   2.2s|     1 |     0 |  6220 |     - |  11M|   0 | 418 | 500 |3159 | 500 | 997 | 163 |   0 |   0 |-2.160000e+02 |-8.000000e+01 |  62.96%
2.29/2.31	c   2.3s|     1 |     0 |  7371 |     - |  11M|   0 | 453 | 500 |3159 | 500 |1054 | 220 |   0 |   0 |-2.130556e+02 |-8.000000e+01 |  62.45%
2.39/2.44	c   2.4s|     1 |     0 |  7668 |     - |  12M|   0 | 430 | 500 |3159 | 500 |1233 | 399 |   0 |   0 |-2.124375e+02 |-8.000000e+01 |  62.34%
2.59/2.64	c   2.6s|     1 |     0 |  8821 |     - |  13M|   0 | 411 | 500 |3159 | 500 |1251 | 417 |   0 |   0 |-2.110000e+02 |-8.000000e+01 |  62.09%
2.79/2.84	c   2.8s|     1 |     0 | 10019 |     - |  14M|   0 | 426 | 500 |3159 | 500 |1056 | 470 |   0 |   0 |-2.097500e+02 |-8.000000e+01 |  61.86%
2.99/3.01	c   3.0s|     1 |     0 | 10722 |     - |  14M|   0 | 451 | 500 |3159 | 500 |1124 | 538 |   0 |   0 |-2.088333e+02 |-8.000000e+01 |  61.69%
3.09/3.14	c   3.1s|     1 |     0 | 11247 |     - |  15M|   0 | 412 | 500 |3159 | 500 |1257 | 671 |   0 |   0 |-2.080000e+02 |-8.000000e+01 |  61.54%
3.30/3.33	c   3.3s|     1 |     0 | 11619 |     - |  17M|   0 | 438 | 500 |3159 | 500 |1276 | 690 |   0 |   0 |-2.078333e+02 |-8.000000e+01 |  61.51%
3.39/3.44	c   3.4s|     1 |     0 | 11932 |     - |  17M|   0 | 412 | 500 |3159 | 500 |1358 | 772 |   0 |   0 |-2.075000e+02 |-8.000000e+01 |  61.45%
3.49/3.58	c   3.6s|     1 |     0 | 12749 |     - |  17M|   0 | 412 | 500 |3159 | 500 |1382 | 796 |   0 |   0 |-2.065000e+02 |-8.000000e+01 |  61.26%
3.79/3.81	c   3.8s|     1 |     0 | 14434 |     - |  17M|   0 | 443 | 500 |3159 | 500 |1168 | 819 |   0 |   0 |-2.055000e+02 |-8.000000e+01 |  61.07%
3.89/3.92	c   3.9s|     1 |     0 | 14860 |     - |  18M|   0 | 440 | 500 |3159 | 500 |1217 | 868 |   0 |   0 |-2.050000e+02 |-8.000000e+01 |  60.98%
4.09/4.16	c   4.2s|     1 |     0 | 16433 |     - |  18M|   0 | 411 | 500 |3159 | 500 |1275 | 926 |   0 |   0 |-2.045000e+02 |-8.000000e+01 |  60.88%
4.19/4.27	c   4.3s|     1 |     0 | 17006 |     - |  18M|   0 | 412 | 500 |3159 | 500 |1290 | 941 |   0 |   0 |-2.038333e+02 |-8.000000e+01 |  60.75%
4.30/4.37	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
4.30/4.37	c   4.4s|     1 |     0 | 17475 |     - |  18M|   0 | 418 | 500 |3159 | 500 |1336 | 987 |   0 |   0 |-2.030000e+02 |-8.000000e+01 |  60.59%
4.49/4.58	c   4.6s|     1 |     0 | 19154 |     - |  18M|   0 | 417 | 500 |3159 | 500 |1345 | 996 |   0 |   0 |-2.020000e+02 |-8.000000e+01 |  60.40%
4.59/4.69	c   4.7s|     1 |     0 | 19516 |     - |  19M|   0 | 402 | 500 |3159 | 500 | 965 |1093 |   0 |   0 |-2.010000e+02 |-8.000000e+01 |  60.20%
4.79/4.84	c   4.8s|     1 |     0 | 20021 |     - |  19M|   0 | 369 | 500 |3159 | 500 | 973 |1101 |   0 |   0 |-2.010000e+02 |-8.000000e+01 |  60.20%
4.89/4.96	c   5.0s|     1 |     0 | 20810 |     - |  19M|   0 | 422 | 500 |3159 | 500 |1080 |1208 |   0 |   0 |-2.005000e+02 |-8.000000e+01 |  60.10%
4.99/5.06	c   5.1s|     1 |     0 | 21198 |     - |  19M|   0 | 435 | 500 |3159 | 500 |1160 |1288 |   0 |   0 |-2.000000e+02 |-8.000000e+01 |  60.00%
5.09/5.19	c   5.2s|     1 |     0 | 21684 |     - |  20M|   0 | 394 | 500 |3159 | 500 |1184 |1312 |   0 |   0 |-2.000000e+02 |-8.000000e+01 |  60.00%
5.29/5.30	c   5.3s|     1 |     0 | 21972 |     - |  20M|   0 | 404 | 500 |3159 | 500 |1211 |1339 |   0 |   0 |-2.000000e+02 |-8.000000e+01 |  60.00%
5.59/5.62	c   5.6s|     1 |     0 | 24077 |     - |  21M|   0 | 448 | 500 |3159 | 500 | 860 |1354 |   0 |   0 |-1.991528e+02 |-8.000000e+01 |  59.83%
5.69/5.72	c   5.7s|     1 |     0 | 24397 |     - |  21M|   0 | 413 | 500 |3159 | 500 |1043 |1537 |   0 |   0 |-1.987857e+02 |-8.000000e+01 |  59.76%
5.79/5.86	c   5.9s|     1 |     0 | 24964 |     - |  23M|   0 | 430 | 500 |3159 | 500 |1070 |1564 |   0 |   0 |-1.981875e+02 |-8.000000e+01 |  59.63%
5.99/6.04	c   6.0s|     1 |     0 | 25833 |     - |  23M|   0 | 433 | 500 |3159 | 500 |1136 |1630 |   0 |   0 |-1.977500e+02 |-8.000000e+01 |  59.54%
6.09/6.19	c   6.2s|     1 |     0 | 26541 |     - |  24M|   0 | 436 | 500 |3159 | 500 |1185 |1679 |   0 |   0 |-1.967500e+02 |-8.000000e+01 |  59.34%
6.29/6.31	c   6.3s|     1 |     0 | 26993 |     - |  24M|   0 | 451 | 500 |3159 | 500 |1215 |1709 |   0 |   0 |-1.961975e+02 |-8.000000e+01 |  59.22%
6.50/6.50	c   6.5s|     1 |     0 | 27923 |     - |  25M|   0 | 467 | 500 |3159 | 500 |1070 |1781 |   0 |   0 |-1.950867e+02 |-8.000000e+01 |  58.99%
6.60/6.64	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
6.60/6.64	c   6.6s|     1 |     0 | 28404 |     - |  26M|   0 | 464 | 500 |3159 | 500 |1132 |1843 |   0 |   0 |-1.947075e+02 |-8.000000e+01 |  58.91%
6.69/6.77	c   6.8s|     1 |     0 | 28732 |     - |  27M|   0 | 440 | 500 |3159 | 500 |1228 |1939 |   0 |   0 |-1.944458e+02 |-8.000000e+01 |  58.86%
6.89/6.90	c   6.9s|     1 |     0 | 29176 |     - |  28M|   0 | 450 | 500 |3159 | 500 |1279 |1990 |   0 |   0 |-1.941944e+02 |-8.000000e+01 |  58.80%
6.99/7.05	c   7.1s|     1 |     0 | 29660 |     - |  29M|   0 | 457 | 500 |3159 | 500 |1296 |2007 |   0 |   0 |-1.937085e+02 |-8.000000e+01 |  58.70%
7.19/7.20	c   7.2s|     1 |     0 | 30006 |     - |  30M|   0 | 457 | 500 |3159 | 500 |1348 |2059 |   0 |   0 |-1.934744e+02 |-8.000000e+01 |  58.65%
7.29/7.33	c   7.3s|     1 |     0 | 30183 |     - |  31M|   0 | 462 | 500 |3159 | 500 |1107 |2072 |   0 |   0 |-1.933761e+02 |-8.000000e+01 |  58.63%
7.39/7.49	c   7.5s|     1 |     0 | 30728 |     - |  31M|   0 | 449 | 500 |3159 | 500 |1141 |2106 |   0 |   0 |-1.931507e+02 |-8.000000e+01 |  58.58%
7.60/7.64	c   7.6s|     1 |     0 | 31183 |     - |  32M|   0 | 462 | 500 |3159 | 500 |1158 |2123 |   0 |   0 |-1.929698e+02 |-8.000000e+01 |  58.54%
7.79/7.81	c   7.8s|     1 |     0 | 31794 |     - |  32M|   0 | 482 | 500 |3159 | 500 |1205 |2170 |   0 |   0 |-1.927295e+02 |-8.000000e+01 |  58.49%
7.89/7.97	c   8.0s|     1 |     0 | 31998 |     - |  32M|   0 | 467 | 500 |3159 | 500 |1252 |2217 |   0 |   0 |-1.927038e+02 |-8.000000e+01 |  58.49%
8.09/8.14	c   8.1s|     1 |     0 | 32526 |     - |  33M|   0 | 475 | 500 |3159 | 500 |1265 |2230 |   0 |   0 |-1.926089e+02 |-8.000000e+01 |  58.47%
8.29/8.32	c   8.3s|     1 |     0 | 33047 |     - |  33M|   0 | 466 | 500 |3159 | 500 |1049 |2234 |   0 |   0 |-1.925000e+02 |-8.000000e+01 |  58.44%
8.39/8.45	c   8.5s|     1 |     0 | 33304 |     - |  33M|   0 | 468 | 500 |3159 | 500 |1067 |2252 |   0 |   0 |-1.925000e+02 |-8.000000e+01 |  58.44%
8.59/8.65	c   8.7s|     1 |     0 | 34200 |     - |  33M|   0 | 453 | 500 |3159 | 500 |1096 |2281 |   0 |   0 |-1.924780e+02 |-8.000000e+01 |  58.44%
8.69/8.78	c   8.8s|     1 |     0 | 34596 |     - |  34M|   0 | 460 | 500 |3159 | 500 |1106 |2291 |   0 |   0 |-1.923714e+02 |-8.000000e+01 |  58.41%
8.89/8.96	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
8.89/8.96	c   9.0s|     1 |     0 | 35284 |     - |  34M|   0 | 473 | 500 |3159 | 500 |1130 |2315 |   0 |   0 |-1.922286e+02 |-8.000000e+01 |  58.38%
9.09/9.12	c   9.1s|     1 |     0 | 35609 |     - |  34M|   0 | 463 | 500 |3159 | 500 |1190 |2375 |   0 |   0 |-1.921529e+02 |-8.000000e+01 |  58.37%
9.19/9.28	c   9.3s|     1 |     0 | 36184 |     - |  34M|   0 | 466 | 500 |3159 | 500 |1091 |2389 |   0 |   0 |-1.920303e+02 |-8.000000e+01 |  58.34%
9.39/9.43	c   9.4s|     1 |     0 | 36685 |     - |  34M|   0 | 464 | 500 |3159 | 500 |1095 |2393 |   0 |   0 |-1.918251e+02 |-8.000000e+01 |  58.30%
9.49/9.58	c   9.6s|     1 |     0 | 37105 |     - |  34M|   0 | 489 | 500 |3159 | 500 |1131 |2429 |   0 |   0 |-1.916892e+02 |-8.000000e+01 |  58.27%
9.69/9.76	c   9.8s|     1 |     0 | 37385 |     - |  34M|   0 | 475 | 500 |3159 | 500 |1221 |2519 |   0 |   0 |-1.916653e+02 |-8.000000e+01 |  58.26%
9.80/9.89	c   9.9s|     1 |     0 | 37479 |     - |  34M|   0 | 463 | 500 |3159 | 500 |1234 |2532 |   0 |   0 |-1.916121e+02 |-8.000000e+01 |  58.25%
9.99/10.02	c  10.0s|     1 |     0 | 37656 |     - |  35M|   0 | 487 | 500 |3159 | 500 |1237 |2535 |   0 |   0 |-1.915619e+02 |-8.000000e+01 |  58.24%
10.09/10.17	c  10.2s|     1 |     0 | 37694 |     - |  35M|   0 | 494 | 500 |3159 | 500 |1139 |2555 |   0 |   0 |-1.915614e+02 |-8.000000e+01 |  58.24%
10.29/10.35	c  10.4s|     1 |     0 | 38202 |     - |  35M|   0 | 491 | 500 |3159 | 500 |1157 |2573 |   0 |   0 |-1.914934e+02 |-8.000000e+01 |  58.22%
10.49/10.50	c  10.5s|     1 |     0 | 38259 |     - |  35M|   0 | 494 | 500 |3159 | 500 |1182 |2598 |   0 |   0 |-1.914924e+02 |-8.000000e+01 |  58.22%
12.29/12.32	c  12.3s|     1 |     2 | 38259 |     - |  35M|   0 | 494 | 500 |3159 | 500 |1182 |2598 |   0 |  19 |-1.914924e+02 |-8.000000e+01 |  58.22%
118.89/118.90	c   119s| 10000 | 10001 |  1355k| 131.7 |  45M|  52 |   2 | 500 |3159 | 500 | 495 | 470k|   0 |5146 |-1.904951e+02 |-8.000000e+01 |  58.00%
213.89/213.99	c   214s| 20000 | 20001 |  2664k| 131.3 |  56M|  53 |  39 | 500 |3159 | 500 | 495 | 925k|   0 |7252 |-1.903069e+02 |-8.000000e+01 |  57.96%
309.99/310.08	c   310s| 30000 | 30001 |  4002k| 132.2 |  66M|  53 | 171 | 500 |3159 | 500 | 582 |1404k|   0 |8840 |-1.901290e+02 |-8.000000e+01 |  57.92%
398.90/398.90	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
398.90/398.90	c   399s| 40000 | 40001 |  5269k| 130.8 |  77M|  55 | 255 | 500 |3159 | 500 | 776 |1881k|   0 |  10k|-1.900176e+02 |-8.000000e+01 |  57.90%
490.20/490.28	c   490s| 50000 | 50001 |  6562k| 130.5 |  88M|  55 | 178 | 500 |3159 | 500 | 585 |2354k|   0 |  11k|-1.899179e+02 |-8.000000e+01 |  57.88%
580.00/580.09	c   580s| 60000 | 60001 |  7857k| 130.3 |  98M|  55 |  12 | 500 |3159 | 500 | 495 |2831k|   0 |  12k|-1.898513e+02 |-8.000000e+01 |  57.86%
666.79/666.81	c   667s| 70000 | 70001 |  9123k| 129.8 | 109M|  55 |   2 | 500 |3159 | 500 | 495 |3314k|   0 |  13k|-1.897793e+02 |-8.000000e+01 |  57.85%
750.40/750.47	c   750s| 80000 | 80001 | 10358k| 129.0 | 120M|  57 | 104 | 500 |3159 | 500 | 495 |3802k|   0 |  14k|-1.897148e+02 |-8.000000e+01 |  57.83%
835.30/835.31	c   835s| 90000 | 90001 | 11607k| 128.6 | 130M|  57 |  17 | 500 |3159 | 500 | 495 |4271k|   0 |  15k|-1.896536e+02 |-8.000000e+01 |  57.82%
925.01/925.00	c   925s|100000 |100001 | 12911k| 128.7 | 141M|  57 |  18 | 500 |3159 | 500 | 588 |4758k|   0 |  16k|-1.896064e+02 |-8.000000e+01 |  57.81%
1009.71/1009.72	c  1010s|110000 |110001 | 14154k| 128.3 | 152M|  59 | 118 | 500 |3159 | 500 | 591 |5234k|   0 |  16k|-1.895620e+02 |-8.000000e+01 |  57.80%
1094.21/1094.27	c  1094s|120000 |120001 | 15389k| 127.9 | 162M|  59 |  20 | 500 |3159 | 500 | 592 |5699k|   0 |  17k|-1.895207e+02 |-8.000000e+01 |  57.79%
1175.21/1175.20	c  1175s|130000 |130001 | 16580k| 127.2 | 173M|  61 |  42 | 500 |3159 | 500 | 627 |6163k|   0 |  17k|-1.894826e+02 |-8.000000e+01 |  57.78%
1256.12/1256.20	c  1256s|140000 |140001 | 17769k| 126.6 | 184M|  61 | 234 | 500 |3159 | 500 | 759 |6614k|   0 |  18k|-1.894469e+02 |-8.000000e+01 |  57.77%
1334.81/1334.88	c  1335s|150000 |150001 | 18941k| 126.0 | 195M|  61 | 214 | 500 |3159 | 500 | 720 |7073k|   0 |  19k|-1.894137e+02 |-8.000000e+01 |  57.76%
1413.60/1413.60	c  1414s|160000 |160001 | 20106k| 125.4 | 205M|  61 | 160 | 500 |3159 | 500 | 666 |7526k|   0 |  19k|-1.893841e+02 |-8.000000e+01 |  57.76%
1490.61/1490.67	c  1491s|170000 |170001 | 21253k| 124.8 | 216M|  62 |  38 | 500 |3159 | 500 | 495 |7964k|   0 |  20k|-1.893545e+02 |-8.000000e+01 |  57.75%
1569.91/1569.93	c  1570s|180000 |180001 | 22416k| 124.3 | 227M|  68 |  22 | 500 |3159 | 500 | 495 |8395k|   0 |  20k|-1.893276e+02 |-8.000000e+01 |  57.75%
1649.81/1649.88	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1649.81/1649.88	c  1650s|190000 |190001 | 23596k| 124.0 | 238M|  68 |   4 | 500 |3159 | 500 | 495 |8847k|   0 |  21k|-1.893030e+02 |-8.000000e+01 |  57.74%
1724.61/1724.66	c  1725s|200000 |200001 | 24709k| 123.4 | 248M|  75 |  33 | 500 |3159 | 500 | 495 |9278k|   0 |  21k|-1.892796e+02 |-8.000000e+01 |  57.73%
1797.01/1797.00	c 
1797.01/1797.00	c SCIP Status        : solving was interrupted [time limit reached]
1797.01/1797.00	c Solving Time (sec) : 1797.00
1797.01/1797.00	c Solving Nodes      : 209754
1797.01/1797.00	c Primal Bound       : -8.00000000000000e+01 (551 solutions)
1797.01/1797.00	c Dual Bound         : -1.89258707131021e+02
1797.01/1797.00	c Gap                : 57.73 %
1797.01/1797.00	s SATISFIABLE
1797.01/1797.00	v x500 x499 -x498 -x497 -x496 -x495 -x494 -x493 -x492 -x491 x490 -x489 -x488 -x487 -x486 -x485 -x484 -x483 -x482 -x481 -x480 -x479 
1797.01/1797.00	v -x478 -x477 x476 -x475 -x474 -x473 -x472 -x471 -x470 -x469 -x468 -x467 -x466 -x465 -x464 x463 -x462 -x461 -x460 x459 -x458 
1797.01/1797.00	v -x457 -x456 -x455 x454 -x453 -x452 -x451 -x450 -x449 -x448 x447 -x446 -x445 -x444 -x443 -x442 -x441 -x440 -x439 -x438 -x437 -x436 
1797.01/1797.00	v -x435 -x434 -x433 -x432 -x431 -x430 -x429 -x428 -x427 -x426 -x425 x424 -x423 -x422 -x421 -x420 -x419 -x418 -x417 -x416 -x415 
1797.01/1797.00	v -x414 -x413 -x412 -x411 -x410 x409 -x408 x407 -x406 -x405 -x404 -x403 -x402 -x401 -x400 -x399 -x398 -x397 -x396 -x395 -x394 
1797.01/1797.00	v -x393 -x392 -x391 x390 -x389 -x388 -x387 -x386 -x385 -x384 -x383 -x382 -x381 -x380 -x379 -x378 -x377 -x376 -x375 -x374 -x373 
1797.01/1797.00	v -x372 -x371 -x370 -x369 -x368 -x367 -x366 -x365 -x364 -x363 -x362 -x361 -x360 -x359 -x358 -x357 -x356 -x355 -x354 -x353 -x352 
1797.01/1797.00	v -x351 -x350 -x349 -x348 -x347 -x346 -x345 -x344 -x343 -x342 -x341 -x340 -x339 x338 -x337 -x336 -x335 x334 -x333 -x332 -x331 
1797.01/1797.00	v x330 x329 -x328 -x327 -x326 -x325 -x324 -x323 -x322 -x321 -x320 -x319 -x318 x317 -x316 -x315 -x314 -x313 -x312 -x311 -x310 
1797.01/1797.00	v -x309 -x308 -x307 -x306 -x305 x304 -x303 -x302 -x301 x300 -x299 -x298 -x297 -x296 -x295 -x294 -x293 x292 -x291 -x290 -x289 
1797.01/1797.00	v -x288 -x287 -x286 -x285 -x284 -x283 -x282 -x281 -x280 -x279 -x278 -x277 -x276 -x275 -x274 -x273 -x272 -x271 -x270 -x269 -x268 
1797.01/1797.00	v -x267 -x266 x265 -x264 -x263 -x262 -x261 -x260 -x259 x258 -x257 -x256 -x255 -x254 x253 -x252 -x251 -x250 -x249 -x248 -x247 -x246 
1797.01/1797.00	v -x245 -x244 -x243 x242 -x241 -x240 -x239 -x238 -x237 -x236 -x235 -x234 -x233 -x232 -x231 -x230 -x229 -x228 -x227 -x226 -x225 
1797.01/1797.00	v -x224 -x223 -x222 -x221 -x220 -x219 -x218 -x217 -x216 -x215 -x214 -x213 x212 -x211 -x210 -x209 -x208 -x207 -x206 -x205 -x204 
1797.01/1797.00	v -x203 -x202 x201 -x200 -x199 -x198 -x197 -x196 -x195 -x194 x193 -x192 -x191 -x190 -x189 -x188 -x187 -x186 -x185 -x184 -x183 
1797.01/1797.00	v -x182 -x181 -x180 -x179 -x178 -x177 -x176 -x175 x174 -x173 -x172 -x171 x170 x169 -x168 -x167 x166 -x165 -x164 -x163 -x162 
1797.01/1797.00	v x161 -x160 -x159 -x158 -x157 -x156 -x155 -x154 -x153 -x152 -x151 -x150 x149 -x148 -x147 -x146 -x145 -x144 -x143 -x142 -x141 
1797.01/1797.00	v -x140 x139 -x138 -x137 -x136 -x135 -x134 -x133 -x132 -x131 x130 x129 -x128 -x127 -x126 -x125 -x124 -x123 -x122 -x121 x120 -x119 
1797.01/1797.00	v -x118 -x117 x116 -x115 -x114 -x113 -x112 -x111 x110 x109 x108 -x107 -x106 -x105 -x104 x103 -x102 -x101 -x100 -x99 -x98 -x97 
1797.01/1797.00	v -x96 -x95 -x94 x93 -x92 -x91 -x90 -x89 -x88 -x87 x86 -x85 x84 x83 -x82 -x81 -x80 x79 -x78 x77 -x76 -x75 -x74 x73 -x72 -x71 
1797.01/1797.00	v -x70 -x69 -x68 x67 -x66 x65 -x64 x63 -x62 -x61 -x60 -x59 x58 x57 -x56 -x55 -x54 x53 -x52 -x51 x50 -x49 -x48 -x47 x46 -x45 -x44 
1797.01/1797.00	v -x43 -x42 x41 -x40 x39 -x38 -x37 x36 x35 x34 x33 -x32 -x31 -x30 -x29 x28 -x27 x26 x25 -x24 -x23 -x22 -x21 x20 x19 x18 -x17 
1797.01/1797.00	v x16 -x15 x14 -x13 -x12 x11 x10 x9 x8 -x7 x6 x5 x4 x3 -x2 x1 
1797.01/1797.00	c SCIP Status        : solving was interrupted [time limit reached]
1797.01/1797.00	c Total Time         :    1797.00
1797.01/1797.00	c   solving          :    1797.00
1797.01/1797.00	c   presolving       :       0.08 (included in solving)
1797.01/1797.00	c   reading          :       0.01 (included in solving)
1797.01/1797.00	c Original Problem   :
1797.01/1797.00	c   Problem name     : HOME/instance-3485130-1307783469.opb
1797.01/1797.00	c   Variables        : 500 (500 binary, 0 integer, 0 implicit integer, 0 continuous)
1797.01/1797.00	c   Constraints      : 500 initial, 500 maximal
1797.01/1797.00	c Presolved Problem  :
1797.01/1797.00	c   Problem name     : t_HOME/instance-3485130-1307783469.opb
1797.01/1797.00	c   Variables        : 500 (500 binary, 0 integer, 0 implicit integer, 0 continuous)
1797.01/1797.00	c   Constraints      : 3159 initial, 3159 maximal
1797.01/1797.00	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1797.01/1797.00	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
1797.01/1797.00	c   dualfix          :       0.00          0          0          0          0          0          0          0          0          0
1797.01/1797.00	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1797.01/1797.00	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1797.01/1797.00	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1797.01/1797.00	c   probing          :       0.01          0          0          0          0          0          0          0          0          0
1797.01/1797.00	c   and              :       0.03          0          0          0          0          0          0          0          0          0
1797.01/1797.00	c   linear           :       0.01       3159          0          0       3159          0        500          0          0          0
1797.01/1797.00	c   logicor          :       0.01          0          0          0          0          0          0          0          0          0
1797.01/1797.00	c   root node        :          -          0          -          -          0          -          -          -          -          -
1797.01/1797.00	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1797.01/1797.00	c   integral         :          0          0          0     256009          0     386892          0          0          0          0          0     419504
1797.01/1797.00	c   logicor          :       3159         68     310723      46257          0     386888          0          0    1678009    9694832          0          0
1797.01/1797.00	c   countsols        :          0          0          0          0          0        553          0          0          0          0          0          0
1797.01/1797.00	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1797.01/1797.00	c   integral         :      78.59       0.00       0.00      78.48       0.00       0.11       0.00
1797.01/1797.00	c   logicor          :      20.49       0.03       5.77       9.21       0.00       5.48       0.00
1797.01/1797.00	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1797.01/1797.00	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1797.01/1797.00	c   vbounds          :          0          0          0          0
1797.01/1797.00	c   rootredcost      :          0          0          0          0
1797.01/1797.00	c   pseudoobj        :     643987          0          0          0
1797.01/1797.00	c Propagator Timings :  TotalTime  Propagate    Resprop
1797.01/1797.00	c   vbounds          :       0.11       0.11       0.00
1797.01/1797.00	c   rootredcost      :       0.11       0.11       0.00
1797.01/1797.00	c   pseudoobj        :       5.82       5.82       0.00
1797.01/1797.00	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1797.01/1797.00	c   propagation      :       0.00          0          0          0        0.0          0        0.0          -
1797.01/1797.00	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1797.01/1797.00	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1797.01/1797.00	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1797.01/1797.00	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1797.01/1797.00	c   applied globally :          -          -          -          0        0.0          -          -          -
1797.01/1797.00	c   applied locally  :          -          -          -          0        0.0          -          -          -
1797.01/1797.00	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1797.01/1797.00	c   cut pool         :       0.19         67          -          -        478          -    (maximal pool size: 5426)
1797.01/1797.00	c   redcost          :       2.68     256076          0          0          0          0
1797.01/1797.00	c   impliedbounds    :       0.02         68          0          0       3528          0
1797.01/1797.00	c   intobj           :       0.00          0          0          0          0          0
1797.01/1797.00	c   gomory           :       3.80         68          0          0      28369          0
1797.01/1797.00	c   cgmip            :       0.00          0          0          0          0          0
1797.01/1797.00	c   closecuts        :       0.00          0          0          0          0          0
1797.01/1797.00	c   strongcg         :       0.61         20          0          0      10000          0
1797.01/1797.00	c   cmir             :       0.08         10          0          0          0          0
1797.01/1797.00	c   flowcover        :       0.07         10          0          0          0          0
1797.01/1797.00	c   clique           :       0.21         68          0          0        422          0
1797.01/1797.00	c   zerohalf         :       0.00          0          0          0          0          0
1797.01/1797.00	c   mcf              :       0.00          1          0          0          0          0
1797.01/1797.00	c   oddcycle         :       0.00          0          0          0          0          0
1797.01/1797.00	c   rapidlearning    :       0.00          0          0          0          0          0
1797.01/1797.00	c Pricers            :       Time      Calls       Vars
1797.01/1797.00	c   problem variables:       0.00          0          0
1797.01/1797.00	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1797.01/1797.00	c   relpscost        :      78.31     209752          0          0          0          0     419504
1797.01/1797.00	c   pscost           :       0.00          0          0          0          0          0          0
1797.01/1797.00	c   inference        :       0.00          2          0          0          0          0          4
1797.01/1797.00	c   mostinf          :       0.00          0          0          0          0          0          0
1797.01/1797.00	c   leastinf         :       0.00          0          0          0          0          0          0
1797.01/1797.00	c   fullstrong       :       0.00          0          0          0          0          0          0
1797.01/1797.00	c   allfullstrong    :       0.00          0          0          0          0          0          0
1797.01/1797.00	c   random           :       0.00          0          0          0          0          0          0
1797.01/1797.00	c Primal Heuristics  :       Time      Calls      Found
1797.01/1797.00	c   LP solutions     :       0.00          -          0
1797.01/1797.00	c   pseudo solutions :       0.00          -          0
1797.01/1797.00	c   intshifting      :       0.01          0          0
1797.01/1797.00	c   feaspump         :       0.00          0          0
1797.01/1797.00	c   oneopt           :       0.14          2          1
1797.01/1797.00	c   crossover        :       0.27         14          4
1797.01/1797.00	c   objpscostdiving  :      16.84       1013         19
1797.01/1797.00	c   linesearchdiving :      29.23       4000         23
1797.01/1797.00	c   pscostdiving     :      30.20       4000         92
1797.01/1797.00	c   fracdiving       :      29.32       4000         43
1797.01/1797.00	c   veclendiving     :      38.76       4000         57
1797.01/1797.00	c   guideddiving     :      28.50       4000         24
1797.01/1797.00	c   coefdiving       :      30.52       4001        110
1797.01/1797.00	c   trivial          :       0.00          2          1
1797.01/1797.00	c   shiftandpropagate:       0.00          0          0
1797.01/1797.00	c   simplerounding   :       4.86     209810        175
1797.01/1797.00	c   zirounding       :       0.14       1000          0
1797.01/1797.00	c   rounding         :      15.06      21848          1
1797.01/1797.00	c   shifting         :       5.09       6582          1
1797.01/1797.00	c   twoopt           :       0.00          0          0
1797.01/1797.00	c   fixandinfer      :       0.00          0          0
1797.01/1797.00	c   clique           :       0.00          0          0
1797.01/1797.00	c   intdiving        :       0.00          0          0
1797.01/1797.00	c   actconsdiving    :       0.00          0          0
1797.01/1797.00	c   rootsoldiving    :      13.25       1380          0
1797.01/1797.00	c   octane           :       0.00          0          0
1797.01/1797.00	c   rens             :       0.01          0          0
1797.01/1797.00	c   rins             :       0.00          0          0
1797.01/1797.00	c   localbranching   :       0.00          0          0
1797.01/1797.00	c   mutation         :       0.00          0          0
1797.01/1797.00	c   dins             :       0.00          0          0
1797.01/1797.00	c   vbounds          :       0.00          0          0
1797.01/1797.00	c   undercover       :       0.00          0          0
1797.01/1797.00	c   subnlp           :       0.04          0          0
1797.01/1797.00	c   trysol           :       0.06          0          0
1797.01/1797.00	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1797.01/1797.00	c   primal LP        :      14.91          0          0       0.00       0.00
1797.01/1797.00	c   dual LP          :    1377.61     256022   23013362      89.89   16705.34
1797.01/1797.00	c   lex dual LP      :       0.00          0          0       0.00          -
1797.01/1797.00	c   barrier LP       :       0.00          0          0       0.00          -
1797.01/1797.00	c   diving/probing LP:     177.20     167855    2771950      16.51   15643.41
1797.01/1797.00	c   strong branching :      72.16      22292     905867      40.64   12553.37
1797.01/1797.00	c     (at root node) :          -         19      15945     839.21          -
1797.01/1797.00	c   conflict analysis:       0.00          0          0       0.00          -
1797.01/1797.00	c B&B Tree           :
1797.01/1797.00	c   number of runs   :          1
1797.01/1797.00	c   nodes            :     209754
1797.01/1797.00	c   nodes (total)    :     209754
1797.01/1797.00	c   nodes left       :     209755
1797.01/1797.00	c   max depth        :         75
1797.01/1797.00	c   max depth (total):         75
1797.01/1797.00	c   backtracks       :      26393 (12.6%)
1797.01/1797.00	c   delayed cutoffs  :          0
1797.01/1797.00	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1797.01/1797.00	c   avg switch length:       4.44
1797.01/1797.00	c   switching time   :      27.56
1797.01/1797.00	c Solution           :
1797.01/1797.00	c   Solutions found  :        551 (4 improvements)
1797.01/1797.00	c   First Solution   : +0.00000000000000e+00   (in run 1, after 0 nodes, 0.03 seconds, depth 0, found by <trivial>)
1797.01/1797.00	c   Primal Bound     : -8.00000000000000e+01   (in run 1, after 1 nodes, 0.22 seconds, depth 0, found by <oneopt>)
1797.01/1797.00	c   Dual Bound       : -1.89258707131021e+02
1797.01/1797.00	c   Gap              :      57.73 %
1797.01/1797.00	c   Root Dual Bound  : -1.91492367224113e+02
1797.01/1797.00	c   Root Iterations  :      38259
1797.31/1797.34	c Time complete: 1797.36.

Verifier Data

OK	-80

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 988)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3485130-1307783469/watcher-3485130-1307783469 -o /tmp/evaluation-result-3485130-1307783469/solver-3485130-1307783469 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3485130-1307783469.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: 0.94 1.46 1.74 3/177 15289
/proc/meminfo: memFree=31500972/32951124 swapFree=67054524/67111528
[pid=15289] ppid=15287 vsize=10252 CPUtime=0 cores=0,2,4,6
/proc/15289/stat : 15289 (scip-2.0.1.4_2.) R 15287 15289 15205 0 -1 4202496 1551 0 0 0 0 0 0 0 25 0 1 0 889945459 10498048 1505 33554432000 4194304 8979876 140734842641760 18446744073709551615 4894771 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/15289/statm: 2563 1511 367 1169 0 1390 0

[startup+0.0175819 s]
/proc/loadavg: 0.94 1.46 1.74 3/177 15289
/proc/meminfo: memFree=31500972/32951124 swapFree=67054524/67111528
[pid=15289] ppid=15287 vsize=17884 CPUtime=0.01 cores=0,2,4,6
/proc/15289/stat : 15289 (scip-2.0.1.4_2.) R 15287 15289 15205 0 -1 4202496 3215 0 0 0 1 0 0 0 25 0 1 0 889945459 18313216 3169 33554432000 4194304 8979876 140734842641760 18446744073709551615 7813254 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/15289/statm: 4471 3169 456 1169 0 3298 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 17884

[startup+0.10051 s]
/proc/loadavg: 0.94 1.46 1.74 3/177 15289
/proc/meminfo: memFree=31500972/32951124 swapFree=67054524/67111528
[pid=15289] ppid=15287 vsize=31560 CPUtime=0.09 cores=0,2,4,6
/proc/15289/stat : 15289 (scip-2.0.1.4_2.) R 15287 15289 15205 0 -1 4202496 7042 0 0 0 9 0 0 0 25 0 1 0 889945459 32317440 6738 33554432000 4194304 8979876 140734842641760 18446744073709551615 7047600 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/15289/statm: 7890 6738 616 1169 0 6717 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 31560

[startup+0.300546 s]
/proc/loadavg: 0.94 1.46 1.74 3/177 15289
/proc/meminfo: memFree=31500972/32951124 swapFree=67054524/67111528
[pid=15289] ppid=15287 vsize=34068 CPUtime=0.29 cores=0,2,4,6
/proc/15289/stat : 15289 (scip-2.0.1.4_2.) R 15287 15289 15205 0 -1 4202496 7715 0 0 0 29 0 0 0 25 0 1 0 889945459 34885632 7324 33554432000 4194304 8979876 140734842641760 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/15289/statm: 8517 7324 656 1169 0 7344 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 34068

[startup+0.70048 s]
/proc/loadavg: 0.94 1.46 1.74 3/177 15289
/proc/meminfo: memFree=31500972/32951124 swapFree=67054524/67111528
[pid=15289] ppid=15287 vsize=36596 CPUtime=0.69 cores=0,2,4,6
/proc/15289/stat : 15289 (scip-2.0.1.4_2.) R 15287 15289 15205 0 -1 4202496 8346 0 0 0 68 1 0 0 25 0 1 0 889945459 37474304 7952 33554432000 4194304 8979876 140734842641760 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/15289/statm: 9149 7952 654 1169 0 7976 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 36596

[startup+1.50034 s]
/proc/loadavg: 0.94 1.46 1.74 3/178 15290
/proc/meminfo: memFree=31465780/32951124 swapFree=67054524/67111528
[pid=15289] ppid=15287 vsize=50644 CPUtime=1.49 cores=0,2,4,6
/proc/15289/stat : 15289 (scip-2.0.1.4_2.) R 15287 15289 15205 0 -1 4202496 11870 0 0 0 147 2 0 0 25 0 1 0 889945459 51859456 11448 33554432000 4194304 8979876 140734842641760 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/15289/statm: 12661 11448 662 1169 0 11488 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 50644

[startup+3.10104 s]
/proc/loadavg: 0.94 1.46 1.74 3/178 15290
/proc/meminfo: memFree=31447180/32951124 swapFree=67054524/67111528
[pid=15289] ppid=15287 vsize=64876 CPUtime=3.09 cores=0,2,4,6
/proc/15289/stat : 15289 (scip-2.0.1.4_2.) R 15287 15289 15205 0 -1 4202496 15584 0 0 0 305 4 0 0 25 0 1 0 889945459 66433024 15119 33554432000 4194304 8979876 140734842641760 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/15289/statm: 16219 15119 658 1169 0 15046 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 64876

[startup+6.30054 s]
/proc/loadavg: 1.03 1.47 1.74 3/178 15328
/proc/meminfo: memFree=31378664/32951124 swapFree=67054524/67111528
[pid=15289] ppid=15287 vsize=74436 CPUtime=6.29 cores=0,2,4,6
/proc/15289/stat : 15289 (scip-2.0.1.4_2.) R 15287 15289 15205 0 -1 4202496 18041 0 0 0 623 6 0 0 25 0 1 0 889945459 76222464 17492 33554432000 4194304 8979876 140734842641760 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/15289/statm: 18609 17492 657 1169 0 17436 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 74436

[startup+12.7005 s]
/proc/loadavg: 1.10 1.48 1.74 3/178 15329
/proc/meminfo: memFree=31340760/32951124 swapFree=67054524/67111528
[pid=15289] ppid=15287 vsize=87292 CPUtime=12.69 cores=0,2,4,6
/proc/15289/stat : 15289 (scip-2.0.1.4_2.) R 15287 15289 15205 0 -1 4202496 21787 0 0 0 1258 11 0 0 25 0 1 0 889945459 89387008 20720 33554432000 4194304 8979876 140734842641760 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/15289/statm: 21823 20720 676 1169 0 20650 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 87292

[startup+25.5003 s]
/proc/loadavg: 1.30 1.50 1.74 3/178 15329
/proc/meminfo: memFree=31326948/32951124 swapFree=67054524/67111528
[pid=15289] ppid=15287 vsize=86264 CPUtime=25.49 cores=0,2,4,6
/proc/15289/stat : 15289 (scip-2.0.1.4_2.) R 15287 15289 15205 0 -1 4202496 25880 0 0 0 2517 32 0 0 25 0 1 0 889945459 88334336 20483 33554432000 4194304 8979876 140734842641760 18446744073709551615 7179628 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/15289/statm: 21566 20483 695 1169 0 20393 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 86264

[startup+51.101 s]
/proc/loadavg: 1.54 1.54 1.75 3/178 15329
/proc/meminfo: memFree=31296352/32951124 swapFree=67054524/67111528
[pid=15289] ppid=15287 vsize=88188 CPUtime=51.09 cores=0,2,4,6
/proc/15289/stat : 15289 (scip-2.0.1.4_2.) R 15287 15289 15205 0 -1 4202496 30925 0 0 0 5039 70 0 0 25 0 1 0 889945459 90304512 20939 33554432000 4194304 8979876 140734842641760 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/15289/statm: 22047 20939 696 1169 0 20874 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 88188

[startup+102.306 s]
/proc/loadavg: 1.80 1.61 1.76 3/178 15331
/proc/meminfo: memFree=31257980/32951124 swapFree=67054524/67111528
[pid=15289] ppid=15287 vsize=95252 CPUtime=102.3 cores=0,2,4,6
/proc/15289/stat : 15289 (scip-2.0.1.4_2.) R 15287 15289 15205 0 -1 4202496 45556 0 0 0 10078 152 0 0 25 0 1 0 889945459 97538048 22753 33554432000 4194304 8979876 140734842641760 18446744073709551615 7164623 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/15289/statm: 23813 22753 700 1169 0 22640 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 95252

[startup+162.3 s]
/proc/loadavg: 2.00 1.69 1.77 3/178 15333
/proc/meminfo: memFree=31249816/32951124 swapFree=67054524/67111528
[pid=15289] ppid=15287 vsize=102964 CPUtime=162.3 cores=0,2,4,6
/proc/15289/stat : 15289 (scip-2.0.1.4_2.) R 15287 15289 15205 0 -1 4202496 49870 0 0 0 15981 249 0 0 25 0 1 0 889945459 105435136 24689 33554432000 4194304 8979876 140734842641760 18446744073709551615 7123757 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/15289/statm: 25741 24689 700 1169 0 24568 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 102964

[startup+222.3 s]
/proc/loadavg: 2.00 1.75 1.78 3/178 15334
/proc/meminfo: memFree=31242432/32951124 swapFree=67054524/67111528
[pid=15289] ppid=15287 vsize=111016 CPUtime=222.3 cores=0,2,4,6
/proc/15289/stat : 15289 (scip-2.0.1.4_2.) R 15287 15289 15205 0 -1 4202496 54227 0 0 0 21891 339 0 0 25 0 1 0 889945459 113680384 26647 33554432000 4194304 8979876 140734842641760 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/15289/statm: 27754 26647 700 1169 0 26581 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 111016

[startup+282.3 s]
/proc/loadavg: 2.00 1.79 1.80 3/178 15336
/proc/meminfo: memFree=31234168/32951124 swapFree=67054524/67111528
[pid=15289] ppid=15287 vsize=118432 CPUtime=282.3 cores=0,2,4,6
/proc/15289/stat : 15289 (scip-2.0.1.4_2.) R 15287 15289 15205 0 -1 4202496 56169 0 0 0 27798 432 0 0 25 0 1 0 889945459 121274368 28587 33554432000 4194304 8979876 140734842641760 18446744073709551615 6546338 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/15289/statm: 29608 28587 700 1169 0 28435 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 118432

[startup+342.301 s]
/proc/loadavg: 2.00 1.83 1.81 3/178 15337
/proc/meminfo: memFree=31228272/32951124 swapFree=67054524/67111528
[pid=15289] ppid=15287 vsize=124116 CPUtime=342.3 cores=0,2,4,6
/proc/15289/stat : 15289 (scip-2.0.1.4_2.) R 15287 15289 15205 0 -1 4202496 57645 0 0 0 33702 528 0 0 25 0 1 0 889945459 127094784 30058 33554432000 4194304 8979876 140734842641760 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/15289/statm: 31029 30058 700 1169 0 29856 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 124116

[startup+402.301 s]
/proc/loadavg: 2.00 1.85 1.82 3/178 15339
/proc/meminfo: memFree=31218568/32951124 swapFree=67054524/67111528
[pid=15289] ppid=15287 vsize=133232 CPUtime=402.29 cores=0,2,4,6
/proc/15289/stat : 15289 (scip-2.0.1.4_2.) R 15287 15289 15205 0 -1 4202496 59941 0 0 0 39606 623 0 0 25 0 1 0 889945459 136429568 32353 33554432000 4194304 8979876 140734842641760 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/15289/statm: 33308 32353 700 1169 0 32135 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 133232

[startup+462.301 s]
/proc/loadavg: 2.00 1.88 1.82 3/178 15341
/proc/meminfo: memFree=31211928/32951124 swapFree=67054524/67111528
[pid=15289] ppid=15287 vsize=139728 CPUtime=462.3 cores=0,2,4,6
/proc/15289/stat : 15289 (scip-2.0.1.4_2.) R 15287 15289 15205 0 -1 4202496 61606 0 0 0 45510 720 0 0 25 0 1 0 889945459 143081472 34017 33554432000 4194304 8979876 140734842641760 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/15289/statm: 34932 34017 700 1169 0 33759 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 139728

[startup+522.301 s]
/proc/loadavg: 2.00 1.90 1.83 3/178 15342
/proc/meminfo: memFree=31207896/32951124 swapFree=67054524/67111528
[pid=15289] ppid=15287 vsize=144736 CPUtime=522.29 cores=0,2,4,6
/proc/15289/stat : 15289 (scip-2.0.1.4_2.) R 15287 15289 15205 0 -1 4202496 65238 0 0 0 51418 811 0 0 25 0 1 0 889945459 148209664 35270 33554432000 4194304 8979876 140734842641760 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/15289/statm: 36184 35270 707 1169 0 35011 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 144736

[startup+582.301 s]
/proc/loadavg: 2.00 1.91 1.84 3/178 15344
/proc/meminfo: memFree=31195580/32951124 swapFree=67054524/67111528
[pid=15289] ppid=15287 vsize=156288 CPUtime=582.3 cores=0,2,4,6
/proc/15289/stat : 15289 (scip-2.0.1.4_2.) R 15287 15289 15205 0 -1 4202496 68193 0 0 0 57322 908 0 0 25 0 1 0 889945459 160038912 38216 33554432000 4194304 8979876 140734842641760 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/15289/statm: 39072 38216 707 1169 0 37899 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 156288

[startup+642.301 s]

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

/proc/meminfo: memFree=31126592/32951124 swapFree=67054524/67111528
[pid=15289] ppid=15287 vsize=221000 CPUtime=1062.31 cores=0,2,4,6
/proc/15289/stat : 15289 (scip-2.0.1.4_2.) R 15287 15289 15205 0 -1 4202496 86372 0 0 0 104556 1675 0 0 25 0 1 0 889945459 226304000 54093 33554432000 4194304 8979876 140734842641760 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/15289/statm: 55250 54093 707 1169 0 54077 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 221000

[startup+1122.3 s]
/proc/loadavg: 2.00 1.97 1.89 3/178 15358
/proc/meminfo: memFree=31116632/32951124 swapFree=67054524/67111528
[pid=15289] ppid=15287 vsize=226532 CPUtime=1122.31 cores=0,2,4,6
/proc/15289/stat : 15289 (scip-2.0.1.4_2.) R 15287 15289 15205 0 -1 4202496 87784 0 0 0 110459 1772 0 0 25 0 1 0 889945459 231968768 55498 33554432000 4194304 8979876 140734842641760 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/15289/statm: 56633 55498 707 1169 0 55460 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 226532

[startup+1182.3 s]
/proc/loadavg: 2.00 1.97 1.90 3/178 15360
/proc/meminfo: memFree=31101580/32951124 swapFree=67054524/67111528
[pid=15289] ppid=15287 vsize=238028 CPUtime=1182.3 cores=0,2,4,6
/proc/15289/stat : 15289 (scip-2.0.1.4_2.) R 15287 15289 15205 0 -1 4202496 90674 0 0 0 116362 1868 0 0 25 0 1 0 889945459 243740672 58383 33554432000 4194304 8979876 140734842641760 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/15289/statm: 59507 58383 707 1169 0 58334 0
Current children cumulated CPU time (s) 1182.3
Current children cumulated vsize (KiB) 238028

[startup+1242.3 s]
/proc/loadavg: 2.00 1.97 1.91 3/178 15361
/proc/meminfo: memFree=31089752/32951124 swapFree=67054524/67111528
[pid=15289] ppid=15287 vsize=245788 CPUtime=1242.31 cores=0,2,4,6
/proc/15289/stat : 15289 (scip-2.0.1.4_2.) R 15287 15289 15205 0 -1 4202496 92635 0 0 0 122262 1969 0 0 25 0 1 0 889945459 251686912 60344 33554432000 4194304 8979876 140734842641760 18446744073709551615 4925974 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/15289/statm: 61447 60344 707 1169 0 60274 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 245788

[startup+1302.3 s]
/proc/loadavg: 2.00 1.97 1.91 3/178 15363
/proc/meminfo: memFree=31080156/32951124 swapFree=67054524/67111528
[pid=15289] ppid=15287 vsize=252052 CPUtime=1302.32 cores=0,2,4,6
/proc/15289/stat : 15289 (scip-2.0.1.4_2.) R 15287 15289 15205 0 -1 4202496 94237 0 0 0 128170 2062 0 0 25 0 1 0 889945459 258101248 61942 33554432000 4194304 8979876 140734842641760 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/15289/statm: 63013 61942 707 1169 0 61840 0
Current children cumulated CPU time (s) 1302.32
Current children cumulated vsize (KiB) 252052

[startup+1362.3 s]
/proc/loadavg: 2.05 1.99 1.91 3/178 15365
/proc/meminfo: memFree=31065964/32951124 swapFree=67054524/67111528
[pid=15289] ppid=15287 vsize=263580 CPUtime=1362.31 cores=0,2,4,6
/proc/15289/stat : 15289 (scip-2.0.1.4_2.) R 15287 15289 15205 0 -1 4202496 97164 0 0 0 134076 2155 0 0 25 0 1 0 889945459 269905920 64860 33554432000 4194304 8979876 140734842641760 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/15289/statm: 65895 64860 707 1169 0 64722 0
Current children cumulated CPU time (s) 1362.31
Current children cumulated vsize (KiB) 263580

[startup+1422.31 s]
/proc/loadavg: 2.02 1.99 1.91 3/178 15366
/proc/meminfo: memFree=31057472/32951124 swapFree=67054524/67111528
[pid=15289] ppid=15287 vsize=269408 CPUtime=1422.31 cores=0,2,4,6
/proc/15289/stat : 15289 (scip-2.0.1.4_2.) R 15287 15289 15205 0 -1 4202496 98693 0 0 0 139980 2251 0 0 25 0 1 0 889945459 275873792 66380 33554432000 4194304 8979876 140734842641760 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/15289/statm: 67352 66380 707 1169 0 66179 0
Current children cumulated CPU time (s) 1422.31
Current children cumulated vsize (KiB) 269408

[startup+1482.3 s]
/proc/loadavg: 2.04 2.00 1.92 3/178 15368
/proc/meminfo: memFree=31048240/32951124 swapFree=67054524/67111528
[pid=15289] ppid=15287 vsize=276060 CPUtime=1482.31 cores=0,2,4,6
/proc/15289/stat : 15289 (scip-2.0.1.4_2.) R 15287 15289 15205 0 -1 4202496 100379 0 0 0 145885 2346 0 0 25 0 1 0 889945459 282685440 68054 33554432000 4194304 8979876 140734842641760 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/15289/statm: 69015 68054 707 1169 0 67842 0
Current children cumulated CPU time (s) 1482.31
Current children cumulated vsize (KiB) 276060

[startup+1542.3 s]
/proc/loadavg: 2.01 2.00 1.92 3/178 15369
/proc/meminfo: memFree=31033952/32951124 swapFree=67054524/67111528
[pid=15289] ppid=15287 vsize=286856 CPUtime=1542.31 cores=0,2,4,6
/proc/15289/stat : 15289 (scip-2.0.1.4_2.) R 15287 15289 15205 0 -1 4202496 103069 0 0 0 151791 2440 0 0 25 0 1 0 889945459 293740544 70744 33554432000 4194304 8979876 140734842641760 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/15289/statm: 71714 70744 707 1169 0 70541 0
Current children cumulated CPU time (s) 1542.31
Current children cumulated vsize (KiB) 286856

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/178 15371
/proc/meminfo: memFree=31025332/32951124 swapFree=67054524/67111528
[pid=15289] ppid=15287 vsize=291252 CPUtime=1602.31 cores=0,2,4,6
/proc/15289/stat : 15289 (scip-2.0.1.4_2.) R 15287 15289 15205 0 -1 4202496 104211 0 0 0 157697 2534 0 0 25 0 1 0 889945459 298242048 71886 33554432000 4194304 8979876 140734842641760 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/15289/statm: 72813 71886 707 1169 0 71640 0
Current children cumulated CPU time (s) 1602.31
Current children cumulated vsize (KiB) 291252

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/178 15373
/proc/meminfo: memFree=31011128/32951124 swapFree=67054524/67111528
[pid=15289] ppid=15287 vsize=301476 CPUtime=1662.31 cores=0,2,4,6
/proc/15289/stat : 15289 (scip-2.0.1.4_2.) R 15287 15289 15205 0 -1 4202496 106753 0 0 0 163599 2632 0 0 25 0 1 0 889945459 308711424 74426 33554432000 4194304 8979876 140734842641760 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/15289/statm: 75369 74426 707 1169 0 74196 0
Current children cumulated CPU time (s) 1662.31
Current children cumulated vsize (KiB) 301476

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/178 15374
/proc/meminfo: memFree=30998572/32951124 swapFree=67054524/67111528
[pid=15289] ppid=15287 vsize=316104 CPUtime=1722.32 cores=0,2,4,6
/proc/15289/stat : 15289 (scip-2.0.1.4_2.) R 15287 15289 15205 0 -1 4202496 111468 0 0 0 169504 2728 0 0 25 0 1 0 889945459 323690496 77088 33554432000 4194304 8979876 140734842641760 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/15289/statm: 79026 77088 707 1169 0 77853 0
Current children cumulated CPU time (s) 1722.32
Current children cumulated vsize (KiB) 316104

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/178 15376
/proc/meminfo: memFree=30986496/32951124 swapFree=67054524/67111528
[pid=15289] ppid=15287 vsize=324328 CPUtime=1782.31 cores=0,2,4,6
/proc/15289/stat : 15289 (scip-2.0.1.4_2.) R 15287 15289 15205 0 -1 4202496 113628 0 0 0 175412 2819 0 0 25 0 1 0 889945459 332111872 79248 33554432000 4194304 8979876 140734842641760 18446744073709551615 6546399 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/15289/statm: 81082 79248 707 1169 0 79909 0
Current children cumulated CPU time (s) 1782.31
Current children cumulated vsize (KiB) 324328

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

[startup+1785.5 s]
/proc/loadavg: 2.00 2.00 1.92 3/178 15376
/proc/meminfo: memFree=30986472/32951124 swapFree=67054524/67111528
[pid=15289] ppid=15287 vsize=324328 CPUtime=1785.51 cores=0,2,4,6
/proc/15289/stat : 15289 (scip-2.0.1.4_2.) R 15287 15289 15205 0 -1 4202496 113631 0 0 0 175727 2824 0 0 25 0 1 0 889945459 332111872 79251 33554432000 4194304 8979876 140734842641760 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/15289/statm: 81082 79251 707 1169 0 79909 0
Current children cumulated CPU time (s) 1785.51
Current children cumulated vsize (KiB) 324328

[startup+1791.91 s]
/proc/loadavg: 2.00 2.00 1.92 3/178 15376
/proc/meminfo: memFree=30984732/32951124 swapFree=67054524/67111528
[pid=15289] ppid=15287 vsize=324752 CPUtime=1791.92 cores=0,2,4,6
/proc/15289/stat : 15289 (scip-2.0.1.4_2.) R 15287 15289 15205 0 -1 4202496 113745 0 0 0 176356 2836 0 0 25 0 1 0 889945459 332546048 79365 33554432000 4194304 8979876 140734842641760 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/15289/statm: 81188 79365 707 1169 0 80015 0
Current children cumulated CPU time (s) 1791.92
Current children cumulated vsize (KiB) 324752

[startup+1795.1 s]
/proc/loadavg: 2.00 2.00 1.92 3/178 15376
/proc/meminfo: memFree=30984608/32951124 swapFree=67054524/67111528
[pid=15289] ppid=15287 vsize=324752 CPUtime=1795.12 cores=0,2,4,6
/proc/15289/stat : 15289 (scip-2.0.1.4_2.) R 15287 15289 15205 0 -1 4202496 113763 0 0 0 176672 2840 0 0 25 0 1 0 889945459 332546048 79383 33554432000 4194304 8979876 140734842641760 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/15289/statm: 81188 79383 707 1169 0 80015 0
Current children cumulated CPU time (s) 1795.12
Current children cumulated vsize (KiB) 324752

[startup+1796.7 s]
/proc/loadavg: 2.00 2.00 1.92 3/178 15376
/proc/meminfo: memFree=30984360/32951124 swapFree=67054524/67111528
[pid=15289] ppid=15287 vsize=324752 CPUtime=1796.71 cores=0,2,4,6
/proc/15289/stat : 15289 (scip-2.0.1.4_2.) R 15287 15289 15205 0 -1 4202496 113763 0 0 0 176829 2842 0 0 25 0 1 0 889945459 332546048 79383 33554432000 4194304 8979876 140734842641760 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/15289/statm: 81188 79383 707 1169 0 80015 0
Current children cumulated CPU time (s) 1796.71
Current children cumulated vsize (KiB) 324752

[startup+1797.1 s]
/proc/loadavg: 2.00 2.00 1.92 3/178 15376
/proc/meminfo: memFree=30984360/32951124 swapFree=67054524/67111528
[pid=15289] ppid=15287 vsize=325620 CPUtime=1797.11 cores=0,2,4,6
/proc/15289/stat : 15289 (scip-2.0.1.4_2.) R 15287 15289 15205 0 -1 4202496 113911 0 0 0 176869 2842 0 0 18 0 1 0 889945459 333434880 79531 33554432000 4194304 8979876 140734842641760 18446744073709551615 4841823 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/15289/statm: 81405 79531 710 1169 0 80232 0
Current children cumulated CPU time (s) 1797.11
Current children cumulated vsize (KiB) 325620

[startup+1797.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/178 15376
/proc/meminfo: memFree=30983616/32951124 swapFree=67054524/67111528
[pid=15289] ppid=15287 vsize=325620 CPUtime=1797.31 cores=0,2,4,6
/proc/15289/stat : 15289 (scip-2.0.1.4_2.) R 15287 15289 15205 0 -1 4202496 113911 0 0 0 176889 2842 0 0 18 0 1 0 889945459 333434880 79531 33554432000 4194304 8979876 140734842641760 18446744073709551615 6783286 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/15289/statm: 81405 79531 710 1169 0 80232 0
Current children cumulated CPU time (s) 1797.31
Current children cumulated vsize (KiB) 325620

Child status: 0
Real time (s): 1797.35
CPU time (s): 1797.37
CPU user time (s): 1768.93
CPU system time (s): 28.4447
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 325620

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

runsolver used 2.71759 second user time and 5.46017 second system time

The end

Launcher Data

Begin job on node130 at 2011-06-11 11:11:10
IDJOB=3485130
IDBENCH=48176
IDSOLVER=1977
FILE ID=node130/3485130-1307783469
RUNJOBID= node130-1307783469-15223
PBS_JOBID= 13550893
Free space on /tmp= 73936 MiB

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

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

MD5SUM BENCH= 6a7c5d2366cf8704587c2ca2c97e69d0
RANDOM SEED=2094943539

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31501036 kB
Buffers:        259424 kB
Cached:         952776 kB
SwapCached:      10548 kB
Active:         543936 kB
Inactive:       711380 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31501036 kB
SwapTotal:    67111528 kB
SwapFree:     67054524 kB
Dirty:           33448 kB
Writeback:           8 kB
AnonPages:       40312 kB
Mapped:          16128 kB
Slab:           128664 kB
PageTables:       4888 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   238624 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= 73920 MiB
End job on node130 at 2011-06-11 11:41:07