Trace number 3452703

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 SCIP 2.0.1.4. with SoPlex 1.5.0.4SAT (TO)343 1800.06 1800.03

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
manquinho/primes-dimacs-cnf/normalized-ii8d1.opb
MD5SUMe79c956fa387b090702a2dffba5fa8e9
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark343
Best CPU time to get the best result obtained on this benchmark1797.13
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 343
Optimality of the best value was proved NO
Number of variables1060
Total number of constraints3737
Number of constraints which are clauses3737
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint10
Number of terms in the objective function 1060
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 1060
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 1060
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

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.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-3452703-1307082023.opb>
0.00/0.02	c original problem has 1060 variables (1060 bin, 0 int, 0 impl, 0 cont) and 3737 constraints
0.00/0.02	c problem read
0.00/0.02	c presolving settings loaded
0.00/0.04	c presolving:
0.03/0.05	c (round 1) 20 del vars, 20 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 23420 impls, 0 clqs
0.03/0.06	c (round 2) 20 del vars, 30 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 3327 upgd conss, 23420 impls, 0 clqs
0.03/0.06	c (round 3) 20 del vars, 30 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 3707 upgd conss, 23420 impls, 0 clqs
0.03/0.09	c    (0.1s) probing: 101/1040 (9.7%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.03/0.09	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.03/0.09	c presolving (4 rounds):
0.03/0.09	c  20 deleted vars, 30 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.03/0.09	c  23420 implications, 0 cliques
0.03/0.09	c presolved problem has 1040 variables (1040 bin, 0 int, 0 impl, 0 cont) and 3707 constraints
0.03/0.09	c    3550 constraints of type <setppc>
0.03/0.09	c     157 constraints of type <logicor>
0.03/0.09	c transformed objective value is always integral (scale: 1)
0.03/0.09	c Presolving Time: 0.06
0.03/0.09	c - non default parameters ----------------------------------------------------------------------
0.03/0.09	c # SCIP version 2.0.1.4
0.03/0.09	c 
0.03/0.09	c # frequency for displaying node information lines
0.03/0.09	c # [type: int, range: [-1,2147483647], default: 100]
0.03/0.09	c display/freq = 10000
0.03/0.09	c 
0.03/0.09	c # maximal time in seconds to run
0.03/0.09	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.03/0.09	c limits/time = 1800
0.03/0.09	c 
0.03/0.09	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.03/0.09	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.03/0.09	c limits/memory = 13950
0.03/0.09	c 
0.03/0.09	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.03/0.09	c # [type: int, range: [1,2], default: 1]
0.03/0.09	c timing/clocktype = 2
0.03/0.09	c 
0.03/0.09	c # belongs reading time to solving time?
0.03/0.09	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.03/0.09	c timing/reading = TRUE
0.03/0.09	c 
0.03/0.09	c # should presolving try to simplify inequalities
0.03/0.09	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.03/0.09	c constraints/linear/simplifyinequalities = TRUE
0.03/0.09	c 
0.03/0.09	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.03/0.09	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.03/0.09	c constraints/indicator/addCouplingCons = TRUE
0.03/0.09	c 
0.03/0.09	c # should presolving try to simplify knapsacks
0.03/0.09	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.03/0.09	c constraints/knapsack/simplifyinequalities = TRUE
0.03/0.09	c 
0.03/0.09	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.03/0.09	c # [type: int, range: [-1,2147483647], default: -1]
0.03/0.09	c separating/rapidlearning/freq = 0
0.03/0.09	c 
0.03/0.09	c -----------------------------------------------------------------------------------------------
0.03/0.09	c start solving
0.03/0.09	c 
0.19/0.22	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.19/0.22	c   0.2s|     1 |     0 |  1576 |     - |7630k|   0 | 744 |1040 |3722 |1040 |3707 |   0 |  15 |   0 | 2.407500e+02 |      --      |    Inf 
0.69/0.78	o 493
0.69/0.78	c y 0.8s|     1 |     0 |  5561 |     - |8487k|   0 | 744 |1040 |3722 |1040 |3707 |   0 |  15 |   0 | 2.407500e+02 | 4.930000e+02 | 104.78%
0.79/0.81	c   0.8s|     1 |     0 |  5752 |     - |7853k|   0 | 739 |1040 |3781 |1040 |3720 |  13 |  15 |   0 | 2.491250e+02 | 4.930000e+02 |  97.89%
0.79/0.81	o 478
0.79/0.81	c b 0.8s|     1 |     0 |  5752 |     - |7882k|   0 | 739 |1040 |3781 |1040 |3720 |  13 |  15 |   0 | 2.491250e+02 | 4.780000e+02 |  91.87%
0.79/0.89	c   0.9s|     1 |     0 |  5956 |     - |7912k|   0 | 732 |1040 |3781 |1040 |3736 |  29 |  15 |   0 | 2.576250e+02 | 4.780000e+02 |  85.54%
0.89/0.98	c   1.0s|     1 |     0 |  6193 |     - |7976k|   0 | 709 |1040 |3781 |1040 |3748 |  41 |  15 |   0 | 2.623036e+02 | 4.780000e+02 |  82.23%
1.01/1.07	c   1.1s|     1 |     0 |  6477 |     - |8062k|   0 | 711 |1040 |3781 |1040 |3765 |  58 |  15 |   0 | 2.651905e+02 | 4.780000e+02 |  80.25%
1.11/1.17	c   1.2s|     1 |     0 |  6768 |     - |8223k|   0 | 716 |1040 |3781 |1040 |3785 |  78 |  15 |   0 | 2.690541e+02 | 4.780000e+02 |  77.66%
1.19/1.28	c   1.3s|     1 |     0 |  7106 |     - |8569k|   0 | 706 |1040 |3781 |1040 |3799 |  92 |  15 |   0 | 2.718787e+02 | 4.780000e+02 |  75.81%
1.39/1.41	c   1.4s|     1 |     0 |  7516 |     - |8804k|   0 | 714 |1040 |3781 |1040 |3818 | 111 |  15 |   0 | 2.736892e+02 | 4.780000e+02 |  74.65%
1.49/1.53	c   1.5s|     1 |     0 |  7913 |     - |9151k|   0 | 715 |1040 |3781 |1040 |3835 | 128 |  15 |   0 | 2.762116e+02 | 4.780000e+02 |  73.06%
1.69/1.70	c   1.7s|     1 |     0 |  8418 |     - |9503k|   0 | 711 |1040 |3781 |1040 |3853 | 146 |  15 |   0 | 2.787110e+02 | 4.780000e+02 |  71.50%
1.89/1.92	c   1.9s|     1 |     0 |  8824 |     - |9947k|   0 | 716 |1040 |3781 |1040 |3866 | 159 |  15 |   0 | 2.800928e+02 | 4.780000e+02 |  70.66%
2.10/2.17	c   2.2s|     1 |     0 |  9222 |     - |  10M|   0 | 717 |1040 |3781 |1040 |3877 | 170 |  15 |   0 | 2.805429e+02 | 4.780000e+02 |  70.38%
2.39/2.43	c   2.4s|     1 |     0 |  9664 |     - |  10M|   0 | 723 |1040 |3781 |1040 |3888 | 181 |  15 |   0 | 2.808821e+02 | 4.780000e+02 |  70.18%
2.69/2.75	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
2.69/2.75	c   2.8s|     1 |     0 | 10032 |     - |  10M|   0 | 712 |1040 |3781 |1040 |3892 | 194 |  15 |   0 | 2.811072e+02 | 4.780000e+02 |  70.04%
2.99/3.07	c   3.1s|     1 |     0 | 10411 |     - |  11M|   0 | 708 |1040 |3781 |1040 |3903 | 205 |  15 |   0 | 2.812200e+02 | 4.780000e+02 |  69.97%
3.39/3.41	c   3.4s|     1 |     0 | 10792 |     - |  11M|   0 | 709 |1040 |3781 |1040 |3913 | 215 |  15 |   0 | 2.821130e+02 | 4.780000e+02 |  69.44%
3.69/3.75	c   3.7s|     1 |     0 | 11122 |     - |  11M|   0 | 716 |1040 |3781 |1040 |3921 | 223 |  15 |   0 | 2.821790e+02 | 4.780000e+02 |  69.40%
3.99/4.08	c   4.1s|     1 |     0 | 11284 |     - |  11M|   0 | 712 |1040 |3781 |1040 |3929 | 231 |  15 |   0 | 2.821922e+02 | 4.780000e+02 |  69.39%
4.30/4.41	c   4.4s|     1 |     0 | 11552 |     - |  11M|   0 | 719 |1040 |3781 |1040 |3935 | 237 |  15 |   0 | 2.822333e+02 | 4.780000e+02 |  69.36%
4.69/4.74	c   4.7s|     1 |     0 | 11745 |     - |  11M|   0 | 719 |1040 |3781 |1040 |3915 | 243 |  15 |   0 | 2.822660e+02 | 4.780000e+02 |  69.34%
4.99/5.08	c   5.1s|     1 |     0 | 11983 |     - |  12M|   0 | 725 |1040 |3781 |1040 |3921 | 249 |  15 |   0 | 2.822993e+02 | 4.780000e+02 |  69.32%
5.19/5.25	c   5.2s|     1 |     0 | 12034 |     - |  12M|   0 | 726 |1040 |3781 |1040 |3924 | 252 |  15 |   0 | 2.823058e+02 | 4.780000e+02 |  69.32%
5.29/5.41	c   5.4s|     1 |     0 | 12046 |     - |  12M|   0 | 726 |1040 |3781 |1040 |3926 | 254 |  15 |   0 | 2.823059e+02 | 4.780000e+02 |  69.32%
5.51/5.58	c   5.6s|     1 |     0 | 12051 |     - |  12M|   0 | 726 |1040 |3781 |1040 |3927 | 255 |  15 |   0 | 2.823060e+02 | 4.780000e+02 |  69.32%
6.39/6.46	c   6.5s|     1 |     2 | 12051 |     - |  12M|   0 | 726 |1040 |3781 |1040 |3927 | 255 |  15 |  15 | 2.823060e+02 | 4.780000e+02 |  69.32%
17.38/17.50	o 436
17.38/17.50	c p17.5s|    19 |    18 | 17366 | 295.3 |  12M|  12 |   - |1040 |3785 |1040 |3862 | 255 |  19 | 300 | 2.831242e+02 | 4.360000e+02 |  54.00%
17.38/17.51	o 435
17.38/17.51	c b17.5s|    20 |    17 | 17366 | 279.7 |  12M|  12 |   - |1040 |3785 |1040 |3862 | 255 |  19 | 300 | 2.831242e+02 | 4.350000e+02 |  53.64%
25.79/25.80	o 429
25.79/25.80	c o25.8s|    55 |    54 | 24349 | 227.7 |  12M|  14 |   0 |1040 |3805 |1040 |3862 | 255 |  39 | 543 | 2.834044e+02 | 4.290000e+02 |  51.37%
25.79/25.80	o 428
25.79/25.80	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
25.79/25.80	c b25.8s|    55 |    54 | 24349 | 227.7 |  12M|  14 | 440 |1040 |3805 |1040 |3862 | 255 |  39 | 543 | 2.834044e+02 | 4.280000e+02 |  51.02%
29.39/29.47	o 421
29.39/29.47	c g29.5s|   165 |   164 | 41643 | 180.4 |  12M|  21 |   - |1040 |3834 |1040 |3862 | 255 |  68 | 588 | 2.834044e+02 | 4.210000e+02 |  48.55%
29.49/29.50	o 418
29.49/29.50	c b29.5s|   166 |   165 | 41806 | 180.3 |  12M|  21 | 618 |1040 |3834 |1040 |3862 | 255 |  68 | 588 | 2.834044e+02 | 4.180000e+02 |  47.49%
31.91/31.93	o 400
31.91/31.93	c v31.9s|   243 |   242 | 53350 | 170.7 |  13M|  24 |   - |1040 |3836 |1040 |3862 | 255 |  70 | 624 | 2.836882e+02 | 4.000000e+02 |  41.00%
31.91/31.93	o 398
31.91/31.93	c b31.9s|   244 |   239 | 53353 | 170.0 |  13M|  24 | 652 |1040 |3836 |1040 |3862 | 255 |  70 | 624 | 2.836882e+02 | 3.980000e+02 |  40.29%
36.09/36.17	o 395
36.09/36.17	c l36.2s|   402 |   374 | 72742 | 151.3 |  13M|  25 |   - |1040 |3841 |1040 |3862 | 255 |  75 | 714 | 2.840800e+02 | 3.950000e+02 |  39.05%
42.39/42.41	o 389
42.39/42.41	c l42.4s|   554 |   497 |102738 | 164.0 |  14M|  26 |   - |1040 |3859 |1040 |3862 | 255 |  93 | 813 | 2.842285e+02 | 3.890000e+02 |  36.86%
42.39/42.45	o 387
42.39/42.45	c b42.5s|   555 |   489 |102926 | 164.0 |  14M|  26 | 528 |1040 |3859 |1040 |3862 | 255 |  93 | 813 | 2.842285e+02 | 3.870000e+02 |  36.16%
45.19/45.28	o 383
45.19/45.28	c l45.3s|   578 |   490 |119648 | 186.5 |  14M|  26 |   - |1040 |3887 |1040 |3862 | 255 | 121 | 822 | 2.842908e+02 | 3.830000e+02 |  34.72%
54.19/54.28	o 370
54.19/54.28	c f54.3s|   660 |   475 |168213 | 237.0 |  14M|  26 |   - |1040 |3964 |1040 |3862 | 255 | 198 | 867 | 2.846057e+02 | 3.700000e+02 |  30.00%
56.89/56.95	o 367
56.89/56.95	c g56.9s|   687 |   487 |182587 | 248.6 |  14M|  26 |   - |1040 |3970 |1040 |3862 | 255 | 204 | 876 | 2.849132e+02 | 3.670000e+02 |  28.81%
57.59/57.66	o 361
57.59/57.66	c v57.7s|   693 |   459 |185717 | 251.0 |  14M|  26 |   - |1040 |3991 |1040 |3862 | 255 | 225 | 885 | 2.850576e+02 | 3.610000e+02 |  26.64%
59.19/59.29	o 347
59.19/59.29	c g59.3s|   711 |   398 |194236 | 256.6 |  14M|  26 |   - |1040 |3993 |1040 |3862 | 255 | 227 | 894 | 2.850576e+02 | 3.470000e+02 |  21.73%
250.20/250.23	c   250s| 10000 |  3414 |  1247k| 123.5 |  27M|  48 |   - |1040 |3920 |1040 |3862 | 255 | 977 |3305 | 2.958539e+02 | 3.470000e+02 |  17.29%
251.81/251.88	o 345
251.81/251.88	c * 252s| 10116 |  3135 |  1254k| 122.8 |  26M|  48 |   - |1040 |3908 |1040 |3862 | 255 | 977 |3349 | 2.958861e+02 | 3.450000e+02 |  16.60%
251.81/251.91	o 343
251.81/251.91	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
251.81/251.91	c * 252s| 10125 |  2878 |  1254k| 122.7 |  25M|  48 |   - |1040 |3908 |1040 |3862 | 255 | 977 |3349 | 2.958861e+02 | 3.430000e+02 |  15.92%
378.80/378.82	c   379s| 20000 |  4345 |  1946k|  96.7 |  32M|  48 | 324 |1040 |3833 |1040 |3862 | 255 |1425 |5313 | 2.983462e+02 | 3.430000e+02 |  14.97%
475.30/475.33	c   475s| 30000 |  5340 |  2482k|  82.4 |  37M|  49 |   - |1040 |3818 |1040 |3862 | 255 |1621 |6641 | 3.000098e+02 | 3.430000e+02 |  14.33%
560.50/560.57	c   561s| 40000 |  6158 |  2958k|  73.7 |  40M|  56 |   - |1040 |3822 |1040 |3862 | 255 |1746 |7697 | 3.015797e+02 | 3.430000e+02 |  13.73%
634.30/634.34	c   634s| 50000 |  6795 |  3406k|  67.9 |  43M|  57 | 487 |1040 |3815 |1040 |3862 | 255 |1819 |8137 | 3.023915e+02 | 3.430000e+02 |  13.43%
712.90/712.93	c   713s| 60000 |  7351 |  3833k|  63.7 |  46M|  57 | 389 |1040 |3808 |1040 |3862 | 255 |1925 |9213 | 3.030027e+02 | 3.430000e+02 |  13.20%
783.30/783.35	c   783s| 70000 |  7907 |  4234k|  60.3 |  49M|  60 | 310 |1040 |3807 |1040 |3862 | 255 |1942 |  10k| 3.038072e+02 | 3.430000e+02 |  12.90%
851.11/851.14	c   851s| 80000 |  8404 |  4624k|  57.7 |  51M|  60 |   - |1040 |3810 |1040 |3862 | 255 |1981 |  10k| 3.043309e+02 | 3.430000e+02 |  12.71%
923.61/923.69	c   924s| 90000 |  8902 |  5006k|  55.5 |  54M|  60 |   - |1040 |3804 |1040 |3862 | 255 |1992 |  11k| 3.049137e+02 | 3.430000e+02 |  12.49%
991.03/991.06	c   991s|100000 |  9396 |  5398k|  53.9 |  56M|  68 | 295 |1040 |3803 |1040 |3862 | 255 |2054 |  12k| 3.054081e+02 | 3.430000e+02 |  12.31%
1063.80/1063.90	c  1064s|110000 |  9882 |  5797k|  52.6 |  58M|  68 | 301 |1040 |3814 |1040 |3862 | 255 |2121 |  13k| 3.058793e+02 | 3.430000e+02 |  12.14%
1131.41/1131.48	c  1131s|120000 | 10330 |  6180k|  51.4 |  60M|  68 |   - |1040 |3799 |1040 |3862 | 255 |2135 |  14k| 3.063355e+02 | 3.430000e+02 |  11.97%
1200.61/1200.69	c  1201s|130000 | 10837 |  6571k|  50.5 |  63M|  68 |   - |1040 |3811 |1040 |3862 | 255 |2152 |  14k| 3.068793e+02 | 3.430000e+02 |  11.77%
1269.51/1269.52	c  1270s|140000 | 11185 |  6959k|  49.6 |  65M|  68 | 321 |1040 |3801 |1040 |3862 | 255 |2200 |  15k| 3.072929e+02 | 3.430000e+02 |  11.62%
1332.71/1332.73	c  1333s|150000 | 11491 |  7323k|  48.7 |  66M|  68 | 400 |1040 |3809 |1040 |3862 | 255 |2234 |  16k| 3.077617e+02 | 3.430000e+02 |  11.45%
1398.03/1398.07	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1398.03/1398.07	c  1398s|160000 | 11870 |  7685k|  48.0 |  68M|  68 |   - |1040 |3815 |1040 |3862 | 255 |2260 |  16k| 3.081543e+02 | 3.430000e+02 |  11.31%
1463.72/1463.72	c  1464s|170000 | 12244 |  8064k|  47.4 |  70M|  68 |   - |1040 |3805 |1040 |3862 | 255 |2318 |  17k| 3.084079e+02 | 3.430000e+02 |  11.22%
1531.32/1531.35	c  1531s|180000 | 12660 |  8451k|  46.9 |  72M|  68 |   - |1040 |3806 |1040 |3862 | 255 |2342 |  18k| 3.087455e+02 | 3.430000e+02 |  11.09%
1596.22/1596.28	c  1596s|190000 | 13090 |  8819k|  46.4 |  74M|  68 |   - |1040 |3809 |1040 |3862 | 255 |2353 |  18k| 3.090964e+02 | 3.430000e+02 |  10.97%
1658.12/1658.18	c  1658s|200000 | 13508 |  9181k|  45.8 |  76M|  68 | 429 |1040 |3810 |1040 |3862 | 255 |2382 |  19k| 3.093467e+02 | 3.430000e+02 |  10.88%
1724.92/1724.90	c  1725s|210000 | 13828 |  9547k|  45.4 |  77M|  68 |   - |1040 |3810 |1040 |3862 | 255 |2413 |  20k| 3.095939e+02 | 3.430000e+02 |  10.79%
1783.43/1783.46	c  1783s|220000 | 14208 |  9906k|  45.0 |  79M|  68 |   - |1040 |3812 |1040 |3862 | 255 |2430 |  20k| 3.099113e+02 | 3.430000e+02 |  10.68%
1800.02/1800.00	c 
1800.02/1800.00	c SCIP Status        : solving was interrupted [time limit reached]
1800.02/1800.00	c Solving Time (sec) : 1800.00
1800.02/1800.00	c Solving Nodes      : 222350
1800.02/1800.00	c Primal Bound       : +3.43000000000000e+02 (172 solutions)
1800.02/1800.00	c Dual Bound         : +3.10018889803676e+02
1800.02/1800.00	c Gap                : 10.64 %
1800.02/1800.00	s SATISFIABLE
1800.02/1800.00	v -x1060 -x1059 x1058 -x1057 -x1056 -x1055 -x1054 -x1053 -x1052 -x1051 -x1050 -x1049 -x1048 -x1047 -x1046 -x1045 -x1044 -x1043 -x1042 
1800.02/1800.00	v x1041 -x1040 -x1039 -x1038 -x1037 -x1036 -x1035 -x1034 -x1033 -x1032 -x1031 -x1030 -x1029 -x1028 -x1027 -x1026 x1025 -x1024 
1800.02/1800.00	v -x1023 -x1022 -x1021 -x1020 -x1019 x1018 -x1017 -x1016 -x1015 -x1014 -x1013 -x1012 x1011 -x1010 -x1009 -x1008 -x1007 -x1006 
1800.02/1800.00	v -x1005 -x1004 -x1003 -x1002 -x1001 -x1000 -x999 -x998 -x997 -x996 -x995 -x994 -x993 -x992 -x991 -x990 -x989 -x988 -x987 -x986 
1800.02/1800.00	v -x985 -x984 -x983 -x982 x981 -x980 -x979 x978 -x977 -x976 -x975 -x974 -x973 -x972 -x971 -x970 -x969 -x968 -x967 -x966 -x965 
1800.02/1800.00	v x964 -x963 -x962 x961 x960 -x959 x958 -x957 x956 -x955 x954 -x953 x952 -x951 x950 -x949 x948 -x947 x946 -x945 -x944 x943 x942 
1800.02/1800.00	v -x941 -x940 -x939 x938 -x937 -x936 -x935 -x934 -x933 -x932 -x931 -x930 -x929 -x928 -x927 -x926 -x925 -x924 -x923 -x922 x921 
1800.02/1800.00	v x920 -x919 x918 -x917 x916 -x915 x914 -x913 x912 -x911 x910 -x909 x908 -x907 x906 -x905 -x904 x903 x902 -x901 -x900 -x899 
1800.02/1800.00	v x898 -x897 -x896 -x895 -x894 -x893 -x892 -x891 -x890 -x889 -x888 -x887 -x886 -x885 x884 -x883 -x882 x881 -x880 -x879 x878 -x877 
1800.02/1800.00	v -x876 -x875 -x874 -x873 -x872 -x871 -x870 -x869 -x868 -x867 -x866 -x865 x864 -x863 -x862 x861 -x860 -x859 -x858 -x857 -x856 
1800.02/1800.00	v -x855 -x854 -x853 -x852 -x851 -x850 -x849 -x848 -x847 -x846 -x845 -x844 -x843 -x842 x841 -x840 -x839 x838 -x837 -x836 -x835 
1800.02/1800.00	v -x834 -x833 -x832 -x831 -x830 -x829 -x828 -x827 -x826 -x825 x824 -x823 -x822 x821 -x820 x819 x818 -x817 -x816 -x815 -x814 -x813 
1800.02/1800.00	v -x812 -x811 -x810 -x809 -x808 -x807 -x806 -x805 -x804 -x803 -x802 -x801 -x800 -x799 x798 -x797 -x796 -x795 -x794 -x793 -x792 
1800.02/1800.00	v -x791 -x790 -x789 -x788 -x787 -x786 -x785 -x784 -x783 -x782 x781 x780 -x779 -x778 x777 x776 -x775 x774 -x773 x772 -x771 x770 
1800.02/1800.00	v -x769 x768 -x767 x766 -x765 x764 -x763 x762 -x761 -x760 -x759 x758 -x757 -x756 -x755 -x754 -x753 -x752 -x751 -x750 -x749 
1800.02/1800.00	v -x748 -x747 -x746 -x745 -x744 -x743 -x742 x741 -x740 -x739 x738 -x737 -x736 -x735 -x734 -x733 -x732 -x731 -x730 -x729 -x728 -x727 
1800.02/1800.00	v -x726 -x725 x724 -x723 -x722 x721 -x720 -x719 x718 -x717 -x716 -x715 -x714 -x713 -x712 -x711 -x710 -x709 -x708 -x707 -x706 
1800.02/1800.00	v -x705 x704 -x703 -x702 x701 x700 -x699 -x698 x697 x696 -x695 x694 -x693 x692 -x691 x690 -x689 x688 -x687 x686 -x685 x684 -x683 
1800.02/1800.00	v x682 -x681 -x680 -x679 -x678 -x677 -x676 -x675 -x674 -x673 -x672 -x671 -x670 -x669 -x668 -x667 -x666 -x665 x664 -x663 -x662 
1800.02/1800.00	v x661 -x660 -x659 -x658 -x657 -x656 -x655 -x654 -x653 -x652 -x651 -x650 -x649 -x648 -x647 -x646 -x645 -x644 -x643 -x642 x641 
1800.02/1800.00	v -x640 -x639 -x638 -x637 -x636 -x635 -x634 -x633 -x632 -x631 -x630 -x629 -x628 -x627 -x626 -x625 -x624 -x623 -x622 x621 -x620 
1800.02/1800.00	v -x619 x618 -x617 -x616 -x615 -x614 -x613 -x612 -x611 -x610 -x609 -x608 -x607 -x606 -x605 -x604 -x603 -x602 x601 x600 -x599 
1800.02/1800.00	v x598 -x597 x596 -x595 x594 -x593 x592 -x591 x590 -x589 x588 -x587 x586 -x585 -x584 x583 x582 -x581 x580 -x579 x578 -x577 x576 
1800.02/1800.00	v -x575 x574 -x573 x572 -x571 x570 -x569 x568 -x567 x566 -x565 -x564 x563 x562 -x561 x560 -x559 x558 -x557 x556 -x555 x554 -x553 
1800.02/1800.00	v x552 -x551 x550 -x549 x548 -x547 x546 -x545 -x544 x543 x542 -x541 -x540 -x539 x538 -x537 -x536 -x535 -x534 -x533 -x532 -x531 
1800.02/1800.00	v -x530 -x529 -x528 -x527 -x526 -x525 x524 -x523 -x522 x521 -x520 -x519 x518 -x517 -x516 -x515 -x514 -x513 -x512 x511 -x510 
1800.02/1800.00	v -x509 -x508 -x507 -x506 -x505 x504 -x503 -x502 -x501 -x500 -x499 x498 -x497 -x496 -x495 -x494 -x493 -x492 -x491 -x490 -x489 
1800.02/1800.00	v -x488 -x487 -x486 -x485 x484 -x483 -x482 x481 -x480 -x479 x478 -x477 -x476 -x475 -x474 -x473 -x472 -x471 -x470 -x469 -x468 -x467 
1800.02/1800.00	v -x466 -x465 -x464 -x463 -x462 x461 -x460 -x459 x458 -x457 -x456 -x455 -x454 -x453 -x452 -x451 -x450 -x449 -x448 x447 -x446 
1800.02/1800.00	v -x445 x444 -x443 -x442 -x441 x440 -x439 x438 -x437 x436 -x435 x434 -x433 x432 -x431 x430 -x429 x428 -x427 x426 -x425 -x424 
1800.02/1800.00	v x423 x422 -x421 x420 -x419 x418 -x417 x416 -x415 x414 -x413 x412 -x411 x410 -x409 x408 -x407 x406 -x405 -x404 x403 x402 -x401 
1800.02/1800.00	v x400 -x399 -x398 x397 x396 -x395 x394 -x393 x392 -x391 x390 -x389 x388 -x387 x386 -x385 x384 -x383 x382 -x381 x380 -x379 x378 
1800.02/1800.00	v -x377 x376 -x375 x374 -x373 x372 -x371 x370 -x369 x368 -x367 x366 -x365 -x364 x363 x362 -x361 x360 -x359 x358 -x357 x356 -x355 
1800.02/1800.00	v x354 -x353 x352 -x351 x350 -x349 x348 -x347 x346 -x345 -x344 x343 x342 -x341 x340 -x339 -x338 x337 x336 -x335 x334 -x333 
1800.02/1800.00	v x332 -x331 x330 -x329 x328 -x327 x326 -x325 x324 -x323 x322 -x321 -x320 x319 -x318 x317 -x316 x315 -x314 x313 -x312 x311 -x310 
1800.02/1800.00	v x309 -x308 x307 -x306 x305 -x304 x303 -x302 x301 -x300 x299 -x298 x297 x296 -x295 -x294 x293 -x292 x291 -x290 x289 -x288 x287 
1800.02/1800.00	v -x286 x285 x284 -x283 -x282 x281 -x280 x279 -x278 x277 -x276 x275 -x274 x273 -x272 x271 -x270 x269 x268 -x267 -x266 x265 -x264 
1800.02/1800.00	v x263 -x262 x261 -x260 x259 -x258 x257 -x256 x255 -x254 x253 -x252 x251 -x250 x249 -x248 x247 -x246 x245 -x244 x243 -x242 
1800.02/1800.00	v x241 -x240 x239 -x238 x237 -x236 x235 -x234 x233 x232 -x231 -x230 x229 -x228 x227 -x226 x225 -x224 x223 -x222 x221 -x220 x219 
1800.02/1800.00	v -x218 x217 -x216 x215 -x214 x213 -x212 x211 -x210 x209 -x208 x207 -x206 x205 -x204 x203 -x202 x201 x200 -x199 -x198 x197 -x196 
1800.02/1800.00	v x195 -x194 x193 -x192 x191 -x190 x189 -x188 x187 -x186 x185 -x184 x183 -x182 x181 -x180 x179 -x178 x177 -x176 x175 -x174 
1800.02/1800.00	v x173 -x172 x171 -x170 x169 x168 -x167 -x166 x165 -x164 x163 -x162 x161 -x160 x159 -x158 x157 -x156 x155 -x154 x153 -x152 x151 
1800.02/1800.00	v -x150 x149 -x148 x147 -x146 x145 -x144 x143 -x142 x141 -x140 x139 -x138 x137 x136 -x135 -x134 x133 -x132 x131 -x130 x129 -x128 
1800.02/1800.00	v x127 -x126 x125 -x124 x123 -x122 x121 -x120 x119 -x118 x117 -x116 x115 -x114 x113 -x112 x111 -x110 x109 -x108 x107 -x106 x105 
1800.02/1800.00	v x104 -x103 -x102 x101 -x100 x99 -x98 x97 -x96 x95 -x94 x93 -x92 x91 -x90 x89 -x88 x87 -x86 x85 -x84 x83 -x82 x81 -x80 x79 
1800.02/1800.00	v -x78 x77 -x76 x75 -x74 x73 x72 -x71 -x70 x69 -x68 x67 -x66 x65 -x64 x63 -x62 x61 -x60 x59 -x58 x57 x56 -x55 -x54 x53 -x52 x51 
1800.02/1800.00	v -x50 x49 -x48 x47 -x46 x45 -x44 x43 -x42 x41 -x40 x39 -x38 x37 -x36 x35 -x34 x33 -x32 x31 -x30 x29 -x28 x27 -x26 x25 -x24 x23 
1800.02/1800.00	v -x22 x21 -x20 x19 -x18 x17 -x16 x15 -x14 x13 -x12 x11 -x10 x9 x8 -x7 -x6 x5 -x4 x3 -x2 x1 
1800.02/1800.00	c SCIP Status        : solving was interrupted [time limit reached]
1800.02/1800.00	c Total Time         :    1800.00
1800.02/1800.00	c   solving          :    1800.00
1800.02/1800.00	c   presolving       :       0.06 (included in solving)
1800.02/1800.00	c   reading          :       0.02 (included in solving)
1800.02/1800.00	c Original Problem   :
1800.02/1800.00	c   Problem name     : HOME/instance-3452703-1307082023.opb
1800.02/1800.00	c   Variables        : 1060 (1060 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.02/1800.00	c   Constraints      : 3737 initial, 3737 maximal
1800.02/1800.00	c Presolved Problem  :
1800.02/1800.00	c   Problem name     : t_HOME/instance-3452703-1307082023.opb
1800.02/1800.00	c   Variables        : 1040 (1040 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.02/1800.00	c   Constraints      : 3707 initial, 4026 maximal
1800.02/1800.00	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1800.02/1800.00	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
1800.02/1800.00	c   dualfix          :       0.00         20          0          0          0          0          0          0          0          0
1800.02/1800.00	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1800.02/1800.00	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1800.02/1800.00	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1800.02/1800.00	c   probing          :       0.02          0          0          0          0          0          0          0          0          0
1800.02/1800.00	c   setppc           :       0.01          0          0          0          0          0          0          0          0          0
1800.02/1800.00	c   linear           :       0.02          0          0          0          0          0         30          0          0          0
1800.02/1800.00	c   logicor          :       0.00          0          0          0          0          0          0          0          0          0
1800.02/1800.00	c   root node        :          -          0          -          -          0          -          -          -          -          -
1800.02/1800.00	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1800.02/1800.00	c   integral         :          0          0          0     121299          0        176          0        180       5489          0          0     237540
1800.02/1800.00	c   setppc           :       3550         24     828521          2          1        173      19047        262    4716413          0          0          0
1800.02/1800.00	c   linear           :          0+        24     598583          0          0          0          4          1        671          4          0          0
1800.02/1800.00	c   logicor          :        157+        24     368799          2          1        170       1915        278     190191          2          0          0
1800.02/1800.00	c   countsols        :          0          0          0          2          1        172          0          0          0          0          0          0
1800.02/1800.00	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1800.02/1800.00	c   integral         :     221.47       0.00       0.00     221.47       0.00       0.00       0.00
1800.02/1800.00	c   setppc           :      33.66       0.00      33.64       0.00       0.00       0.01       0.01
1800.02/1800.00	c   linear           :       0.22       0.00       0.22       0.00       0.00       0.00       0.00
1800.02/1800.00	c   logicor          :       1.40       0.00       1.40       0.00       0.00       0.00       0.00
1800.02/1800.00	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1800.02/1800.00	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1800.02/1800.00	c   vbounds          :          0          0          0          0
1800.02/1800.00	c   rootredcost      :         16          0          0          0
1800.02/1800.00	c   pseudoobj        :     830815          0          0          0
1800.02/1800.00	c Propagator Timings :  TotalTime  Propagate    Resprop
1800.02/1800.00	c   vbounds          :       0.14       0.14       0.00
1800.02/1800.00	c   rootredcost      :       0.14       0.14       0.00
1800.02/1800.00	c   pseudoobj        :      12.39      12.39       0.00
1800.02/1800.00	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.02/1800.00	c   propagation      :       0.01        541        541       1424       16.1         39        8.0          -
1800.02/1800.00	c   infeasible LP    :       0.04        305        305       1059       29.3         31        3.5          0
1800.02/1800.00	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.02/1800.00	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.02/1800.00	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.02/1800.00	c   applied globally :          -          -          -       2431       20.9          -          -          -
1800.02/1800.00	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.02/1800.00	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.02/1800.00	c   cut pool         :       0.01         23          -          -        760          -    (maximal pool size: 2234)
1800.02/1800.00	c   redcost          :       2.51     150357          0     191761          0          0
1800.02/1800.00	c   impliedbounds    :       0.01         24          0          0          0          0
1800.02/1800.00	c   intobj           :       0.00          0          0          0          0          0
1800.02/1800.00	c   gomory           :       2.41         24          0          0       6376          0
1800.02/1800.00	c   cgmip            :       0.00          0          0          0          0          0
1800.02/1800.00	c   closecuts        :       0.00          0          0          0          0          0
1800.02/1800.00	c   strongcg         :       1.44         20          0          0       8288          0
1800.02/1800.00	c   cmir             :       0.11         10          0          0          0          0
1800.02/1800.00	c   flowcover        :       0.09         10          0          0          0          0
1800.02/1800.00	c   clique           :       0.00          1          0          0          0          0
1800.02/1800.00	c   zerohalf         :       0.00          0          0          0          0          0
1800.02/1800.00	c   mcf              :       0.00          1          0          0          0          0
1800.02/1800.00	c   oddcycle         :       0.00          0          0          0          0          0
1800.02/1800.00	c   rapidlearning    :       0.17          1          0          0          0         59
1800.02/1800.00	c Pricers            :       Time      Calls       Vars
1800.02/1800.00	c   problem variables:       0.00          0          0
1800.02/1800.00	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.02/1800.00	c   relpscost        :     221.38     121297        180       5489          0          0     237540
1800.02/1800.00	c   pscost           :       0.00          0          0          0          0          0          0
1800.02/1800.00	c   inference        :       0.00          1          0          0          0          0          2
1800.02/1800.00	c   mostinf          :       0.00          0          0          0          0          0          0
1800.02/1800.00	c   leastinf         :       0.00          0          0          0          0          0          0
1800.02/1800.00	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.02/1800.00	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.02/1800.00	c   random           :       0.00          0          0          0          0          0          0
1800.02/1800.00	c Primal Heuristics  :       Time      Calls      Found
1800.02/1800.00	c   LP solutions     :       0.00          -          2
1800.02/1800.00	c   pseudo solutions :       0.00          -          0
1800.02/1800.00	c   oneopt           :       0.08         20          6
1800.02/1800.00	c   feaspump         :       0.34          1          0
1800.02/1800.00	c   crossover        :       0.54          7          0
1800.02/1800.00	c   coefdiving       :      20.42        225          0
1800.02/1800.00	c   fracdiving       :      24.58        225          1
1800.02/1800.00	c   rootsoldiving    :      14.34        113         56
1800.02/1800.00	c   objpscostdiving  :      45.33        113         95
1800.02/1800.00	c   veclendiving     :      23.68        226          2
1800.02/1800.00	c   pscostdiving     :      28.66        226          1
1800.02/1800.00	c   linesearchdiving :      29.56        226          3
1800.02/1800.00	c   guideddiving     :      26.21        226          3
1800.02/1800.00	c   trivial          :       0.00          2          0
1800.02/1800.00	c   shiftandpropagate:       0.02          1          0
1800.02/1800.00	c   simplerounding   :       0.07          0          0
1800.02/1800.00	c   zirounding       :       0.29       1000          0
1800.02/1800.00	c   rounding         :       1.71       4862          0
1800.02/1800.00	c   shifting         :       2.35       2476          2
1800.02/1800.00	c   intshifting      :       0.01          0          0
1800.02/1800.00	c   twoopt           :       0.00          0          0
1800.02/1800.00	c   fixandinfer      :       0.00          0          0
1800.02/1800.00	c   clique           :       0.00          0          0
1800.02/1800.00	c   intdiving        :       0.00          0          0
1800.02/1800.00	c   actconsdiving    :       0.00          0          0
1800.02/1800.00	c   octane           :       0.00          0          0
1800.02/1800.00	c   rens             :       0.00          0          0
1800.02/1800.00	c   rins             :       0.00          0          0
1800.02/1800.00	c   localbranching   :       0.00          0          0
1800.02/1800.00	c   mutation         :       0.00          0          0
1800.02/1800.00	c   dins             :       0.00          0          0
1800.02/1800.00	c   vbounds          :       0.00          0          0
1800.02/1800.00	c   undercover       :       0.00          0          0
1800.02/1800.00	c   subnlp           :       0.04          0          0
1800.02/1800.00	c   trysol           :       0.04          0          0
1800.02/1800.00	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.02/1800.00	c   primal LP        :       0.01          0          0       0.00          -
1800.02/1800.00	c   dual LP          :    1217.24     224740    8640363      38.45    7098.29
1800.02/1800.00	c   lex dual LP      :       0.00          0          0       0.00          -
1800.02/1800.00	c   barrier LP       :       0.00          0          0       0.00          -
1800.02/1800.00	c   diving/probing LP:     190.24      58179    1356663      23.32    7131.18
1800.02/1800.00	c   strong branching :     210.71      20477    1316095      64.27    6246.11
1800.02/1800.00	c     (at root node) :          -         15       4311     287.40          -
1800.02/1800.00	c   conflict analysis:       0.00          0          0       0.00          -
1800.02/1800.00	c B&B Tree           :
1800.02/1800.00	c   number of runs   :          1
1800.02/1800.00	c   nodes            :     222350
1800.02/1800.00	c   nodes (total)    :     222350
1800.02/1800.00	c   nodes left       :      14324
1800.02/1800.00	c   max depth        :         68
1800.02/1800.00	c   max depth (total):         68
1800.02/1800.00	c   backtracks       :      28395 (12.8%)
1800.02/1800.00	c   delayed cutoffs  :         14
1800.02/1800.00	c   repropagations   :       1890 (8010 domain reductions, 4 cutoffs)
1800.02/1800.00	c   avg switch length:       4.82
1800.02/1800.00	c   switching time   :      18.67
1800.02/1800.00	c Solution           :
1800.02/1800.00	c   Solutions found  :        172 (20 improvements)
1800.02/1800.00	c   First Solution   : +4.93000000000000e+02   (in run 1, after 1 nodes, 0.78 seconds, depth 0, found by <trysol>)
1800.02/1800.00	c   Primal Bound     : +3.43000000000000e+02   (in run 1, after 10125 nodes, 251.91 seconds, depth 47, found by <relaxation>)
1800.02/1800.00	c   Dual Bound       : +3.10018889803676e+02
1800.02/1800.00	c   Gap              :      10.64 %
1800.02/1800.00	c   Root Dual Bound  : +2.82306029237611e+02
1800.02/1800.00	c   Root Iterations  :      12051

Verifier Data

OK	343

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

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.53 1.41 1.69 2/530 27723
/proc/meminfo: memFree=15175796/32951132 swapFree=46579808/67111528
[pid=27723] ppid=27721 vsize=11944 CPUtime=0.01 cores=1,3,5,7
/proc/27723/stat : 27723 (scip-2.0.1.4.li) R 27721 27723 20905 0 -1 4202496 1988 0 0 0 1 0 0 0 25 0 1 0 819800908 12230656 1941 33554432000 4194304 9128323 140735095540928 18446744073709551615 8057568 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/27723/statm: 2986 1941 400 1205 0 1777 0

[startup+0.043923 s]
/proc/loadavg: 1.53 1.41 1.69 2/530 27723
/proc/meminfo: memFree=15175796/32951132 swapFree=46579808/67111528
[pid=27723] ppid=27721 vsize=23980 CPUtime=0.03 cores=1,3,5,7
/proc/27723/stat : 27723 (scip-2.0.1.4.li) R 27721 27723 20905 0 -1 4202496 4751 0 0 0 3 0 0 0 25 0 1 0 819800908 24555520 4702 33554432000 4194304 9128323 140735095540928 18446744073709551615 6886064 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27723/statm: 5995 4702 505 1205 0 4786 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 23980

[startup+0.100917 s]
/proc/loadavg: 1.53 1.41 1.69 2/530 27723
/proc/meminfo: memFree=15175796/32951132 swapFree=46579808/67111528
[pid=27723] ppid=27721 vsize=31728 CPUtime=0.09 cores=1,3,5,7
/proc/27723/stat : 27723 (scip-2.0.1.4.li) R 27721 27723 20905 0 -1 4202496 7073 0 0 0 9 0 0 0 25 0 1 0 819800908 32489472 6766 33554432000 4194304 9128323 140735095540928 18446744073709551615 5488368 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27723/statm: 7932 6766 596 1205 0 6723 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 31728

[startup+0.300879 s]
/proc/loadavg: 1.53 1.41 1.69 2/530 27723
/proc/meminfo: memFree=15175796/32951132 swapFree=46579808/67111528
[pid=27723] ppid=27721 vsize=34520 CPUtime=0.29 cores=1,3,5,7
/proc/27723/stat : 27723 (scip-2.0.1.4.li) R 27721 27723 20905 0 -1 4202496 8005 0 0 0 27 2 0 0 25 0 1 0 819800908 35348480 7589 33554432000 4194304 9128323 140735095540928 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27723/statm: 8630 7589 660 1205 0 7421 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 34520

[startup+0.700813 s]
/proc/loadavg: 1.53 1.41 1.69 2/530 27723
/proc/meminfo: memFree=15175796/32951132 swapFree=46579808/67111528
[pid=27723] ppid=27721 vsize=54412 CPUtime=0.69 cores=1,3,5,7
/proc/27723/stat : 27723 (scip-2.0.1.4.li) R 27721 27723 20905 0 -1 4202496 12764 0 0 0 66 3 0 0 25 0 1 0 819800908 55717888 12348 33554432000 4194304 9128323 140735095540928 18446744073709551615 6890198 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27723/statm: 13603 12348 700 1205 0 12394 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 54412

[startup+1.50067 s]
/proc/loadavg: 1.53 1.41 1.69 3/531 27724
/proc/meminfo: memFree=15128052/32951132 swapFree=46579808/67111528
[pid=27723] ppid=27721 vsize=54280 CPUtime=1.49 cores=1,3,5,7
/proc/27723/stat : 27723 (scip-2.0.1.4.li) R 27721 27723 20905 0 -1 4202496 13134 0 0 0 144 5 0 0 25 0 1 0 819800908 55582720 12358 33554432000 4194304 9128323 140735095540928 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27723/statm: 13570 12358 719 1205 0 12361 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 54280

[startup+3.1004 s]
/proc/loadavg: 1.53 1.41 1.69 3/531 27724
/proc/meminfo: memFree=15126440/32951132 swapFree=46579808/67111528
[pid=27723] ppid=27721 vsize=54688 CPUtime=3.09 cores=1,3,5,7
/proc/27723/stat : 27723 (scip-2.0.1.4.li) R 27721 27723 20905 0 -1 4202496 13275 0 0 0 300 9 0 0 25 0 1 0 819800908 56000512 12498 33554432000 4194304 9128323 140735095540928 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27723/statm: 13672 12498 718 1205 0 12463 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 54688

[startup+6.30085 s]
/proc/loadavg: 1.81 1.47 1.71 3/531 27724
/proc/meminfo: memFree=15125700/32951132 swapFree=46579808/67111528
[pid=27723] ppid=27721 vsize=54884 CPUtime=6.29 cores=1,3,5,7
/proc/27723/stat : 27723 (scip-2.0.1.4.li) R 27721 27723 20905 0 -1 4202496 13345 0 0 0 610 19 0 0 25 0 1 0 819800908 56201216 12568 33554432000 4194304 9128323 140735095540928 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27723/statm: 13721 12568 730 1205 0 12512 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 54884

[startup+12.7007 s]
/proc/loadavg: 1.82 1.48 1.71 3/531 27724
/proc/meminfo: memFree=15124772/32951132 swapFree=46579808/67111528
[pid=27723] ppid=27721 vsize=54884 CPUtime=12.69 cores=1,3,5,7
/proc/27723/stat : 27723 (scip-2.0.1.4.li) R 27721 27723 20905 0 -1 4202496 13346 0 0 0 1233 36 0 0 25 0 1 0 819800908 56201216 12568 33554432000 4194304 9128323 140735095540928 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27723/statm: 13721 12568 729 1205 0 12512 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 54884

[startup+25.5005 s]
/proc/loadavg: 2.01 1.54 1.72 3/531 27724
/proc/meminfo: memFree=15122492/32951132 swapFree=46579808/67111528
[pid=27723] ppid=27721 vsize=54884 CPUtime=25.48 cores=1,3,5,7
/proc/27723/stat : 27723 (scip-2.0.1.4.li) R 27721 27723 20905 0 -1 4202496 13346 0 0 0 2477 71 0 0 25 0 1 0 819800908 56201216 12568 33554432000 4194304 9128323 140735095540928 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27723/statm: 13721 12568 729 1205 0 12512 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 54884

[startup+51.1011 s]
/proc/loadavg: 2.00 1.57 1.73 3/531 27724
/proc/meminfo: memFree=15119316/32951132 swapFree=46579808/67111528
[pid=27723] ppid=27721 vsize=54884 CPUtime=51.09 cores=1,3,5,7
/proc/27723/stat : 27723 (scip-2.0.1.4.li) R 27721 27723 20905 0 -1 4202496 13349 0 0 0 4969 140 0 0 25 0 1 0 819800908 56201216 12571 33554432000 4194304 9128323 140735095540928 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27723/statm: 13721 12571 731 1205 0 12512 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 54884

[startup+102.32 s]
/proc/loadavg: 2.18 1.68 1.76 3/531 27726
/proc/meminfo: memFree=15113412/32951132 swapFree=46579808/67111528
[pid=27723] ppid=27721 vsize=54896 CPUtime=102.31 cores=1,3,5,7
/proc/27723/stat : 27723 (scip-2.0.1.4.li) R 27721 27723 20905 0 -1 4202496 19220 0 0 0 9956 275 0 0 25 0 1 0 819800908 56213504 12879 33554432000 4194304 9128323 140735095540928 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27723/statm: 13724 12879 744 1205 0 12515 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 54896

[startup+162.301 s]
/proc/loadavg: 2.12 1.75 1.77 3/531 27728
/proc/meminfo: memFree=15106828/32951132 swapFree=46579808/67111528
[pid=27723] ppid=27721 vsize=56524 CPUtime=162.29 cores=1,3,5,7
/proc/27723/stat : 27723 (scip-2.0.1.4.li) R 27721 27723 20905 0 -1 4202496 26568 0 0 0 15793 436 0 0 25 0 1 0 819800908 57880576 13236 33554432000 4194304 9128323 140735095540928 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27723/statm: 14131 13236 744 1205 0 12922 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 56524

[startup+222.301 s]
/proc/loadavg: 2.29 1.87 1.81 3/531 27811
/proc/meminfo: memFree=15165520/32951132 swapFree=46579808/67111528
[pid=27723] ppid=27721 vsize=62668 CPUtime=222.3 cores=1,3,5,7
/proc/27723/stat : 27723 (scip-2.0.1.4.li) R 27721 27723 20905 0 -1 4202496 29179 0 0 0 21660 570 0 0 25 0 1 0 819800908 64172032 14673 33554432000 4194304 9128323 140735095540928 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27723/statm: 15667 14673 744 1205 0 14458 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 62668

[startup+282.3 s]
/proc/loadavg: 2.13 1.91 1.82 3/531 27811
/proc/meminfo: memFree=15162572/32951132 swapFree=46579808/67111528
[pid=27723] ppid=27721 vsize=64348 CPUtime=282.29 cores=1,3,5,7
/proc/27723/stat : 27723 (scip-2.0.1.4.li) R 27721 27723 20905 0 -1 4202496 39573 0 0 0 27539 690 0 0 25 0 1 0 819800908 65892352 15153 33554432000 4194304 9128323 140735095540928 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27723/statm: 16087 15153 744 1205 0 14878 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 64348

[startup+342.301 s]
/proc/loadavg: 2.05 1.92 1.83 3/531 27813
/proc/meminfo: memFree=15138860/32951132 swapFree=46579808/67111528
[pid=27723] ppid=27721 vsize=68416 CPUtime=342.29 cores=1,3,5,7
/proc/27723/stat : 27723 (scip-2.0.1.4.li) R 27721 27723 20905 0 -1 4202496 45985 0 0 0 33427 802 0 0 25 0 1 0 819800908 70057984 16128 33554432000 4194304 9128323 140735095540928 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27723/statm: 17104 16128 744 1205 0 15895 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 68416

[startup+402.301 s]
/proc/loadavg: 2.02 1.93 1.84 3/531 27815
/proc/meminfo: memFree=15135132/32951132 swapFree=46579808/67111528
[pid=27723] ppid=27721 vsize=72012 CPUtime=402.29 cores=1,3,5,7
/proc/27723/stat : 27723 (scip-2.0.1.4.li) R 27721 27723 20905 0 -1 4202496 46969 0 0 0 39317 912 0 0 25 0 1 0 819800908 73740288 17112 33554432000 4194304 9128323 140735095540928 18446744073709551615 7346427 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27723/statm: 18003 17112 744 1205 0 16794 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 72012

[startup+462.3 s]
/proc/loadavg: 2.00 1.94 1.84 3/531 27817
/proc/meminfo: memFree=15129544/32951132 swapFree=46579808/67111528
[pid=27723] ppid=27721 vsize=76676 CPUtime=462.29 cores=1,3,5,7
/proc/27723/stat : 27723 (scip-2.0.1.4.li) R 27721 27723 20905 0 -1 4202496 49067 0 0 0 45198 1031 0 0 25 0 1 0 819800908 78516224 18219 33554432000 4194304 9128323 140735095540928 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27723/statm: 19169 18219 744 1205 0 17960 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 76676

[startup+522.301 s]
/proc/loadavg: 2.00 1.95 1.85 3/531 27819
/proc/meminfo: memFree=15126800/32951132 swapFree=46579808/67111528
[pid=27723] ppid=27721 vsize=80192 CPUtime=522.3 cores=1,3,5,7
/proc/27723/stat : 27723 (scip-2.0.1.4.li) R 27721 27723 20905 0 -1 4202496 51062 0 0 0 51086 1144 0 0 25 0 1 0 819800908 82116608 19077 33554432000 4194304 9128323 140735095540928 18446744073709551615 7980987 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27723/statm: 20048 19077 744 1205 0 18839 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 80192

[startup+582.301 s]
/proc/loadavg: 2.00 1.95 1.85 3/531 27819
/proc/meminfo: memFree=15125048/32951132 swapFree=46579808/67111528
[pid=27723] ppid=27721 vsize=81256 CPUtime=582.3 cores=1,3,5,7
/proc/27723/stat : 27723 (scip-2.0.1.4.li) R 27721 27723 20905 0 -1 4202496 51350 0 0 0 56976 1254 0 0 25 0 1 0 819800908 83206144 19365 33554432000 4194304 9128323 140735095540928 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27723/statm: 20314 19365 744 1205 0 19105 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 81256

[startup+642.3 s]

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

[startup+822.3 s]
/proc/loadavg: 2.12 2.04 1.90 3/531 27827
/proc/meminfo: memFree=15113448/32951132 swapFree=46579808/67111528
[pid=27723] ppid=27721 vsize=92904 CPUtime=822.3 cores=1,3,5,7
/proc/27723/stat : 27723 (scip-2.0.1.4.li) R 27721 27723 20905 0 -1 4202496 55287 0 0 0 80524 1706 0 0 25 0 1 0 819800908 95133696 22211 33554432000 4194304 9128323 140735095540928 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27723/statm: 23226 22211 744 1205 0 22017 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 92904

[startup+882.301 s]
/proc/loadavg: 2.04 2.03 1.91 3/531 27827
/proc/meminfo: memFree=15111196/32951132 swapFree=46579808/67111528
[pid=27723] ppid=27721 vsize=94580 CPUtime=882.3 cores=1,3,5,7
/proc/27723/stat : 27723 (scip-2.0.1.4.li) R 27721 27723 20905 0 -1 4202496 55847 0 0 0 86406 1824 0 0 25 0 1 0 819800908 96849920 22771 33554432000 4194304 9128323 140735095540928 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27723/statm: 23645 22771 744 1205 0 22436 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 94580

[startup+942.301 s]
/proc/loadavg: 2.01 2.02 1.91 3/531 27829
/proc/meminfo: memFree=15110180/32951132 swapFree=46579808/67111528
[pid=27723] ppid=27721 vsize=97068 CPUtime=942.31 cores=1,3,5,7
/proc/27723/stat : 27723 (scip-2.0.1.4.li) R 27721 27723 20905 0 -1 4202496 56389 0 0 0 92297 1934 0 0 25 0 1 0 819800908 99397632 23313 33554432000 4194304 9128323 140735095540928 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27723/statm: 24267 23313 744 1205 0 23058 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 97068

[startup+1002.3 s]
/proc/loadavg: 2.00 2.02 1.91 3/531 27831
/proc/meminfo: memFree=15107076/32951132 swapFree=46579808/67111528
[pid=27723] ppid=27721 vsize=99892 CPUtime=1002.31 cores=1,3,5,7
/proc/27723/stat : 27723 (scip-2.0.1.4.li) R 27721 27723 20905 0 -1 4202496 57144 0 0 0 98184 2047 0 0 25 0 1 0 819800908 102289408 24068 33554432000 4194304 9128323 140735095540928 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27723/statm: 24973 24068 744 1205 0 23764 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 99892

[startup+1062.3 s]
/proc/loadavg: 2.00 2.01 1.91 3/531 27833
/proc/meminfo: memFree=15106820/32951132 swapFree=46579808/67111528
[pid=27723] ppid=27721 vsize=100380 CPUtime=1062.31 cores=1,3,5,7
/proc/27723/stat : 27723 (scip-2.0.1.4.li) R 27721 27723 20905 0 -1 4202496 57279 0 0 0 104064 2167 0 0 25 0 1 0 819800908 102789120 24203 33554432000 4194304 9128323 140735095540928 18446744073709551615 7205328 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27723/statm: 25095 24203 744 1205 0 23886 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 100380

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/531 27835
/proc/meminfo: memFree=15103324/32951132 swapFree=46579808/67111528
[pid=27723] ppid=27721 vsize=104548 CPUtime=1122.31 cores=1,3,5,7
/proc/27723/stat : 27723 (scip-2.0.1.4.li) R 27721 27723 20905 0 -1 4202496 59326 0 0 0 109952 2279 0 0 25 0 1 0 819800908 107057152 25275 33554432000 4194304 9128323 140735095540928 18446744073709551615 7343034 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27723/statm: 26137 25275 744 1205 0 24928 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 104548

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/531 27835
/proc/meminfo: memFree=15102316/32951132 swapFree=46579808/67111528
[pid=27723] ppid=27721 vsize=105000 CPUtime=1182.31 cores=1,3,5,7
/proc/27723/stat : 27723 (scip-2.0.1.4.li) R 27721 27723 20905 0 -1 4202496 59461 0 0 0 115839 2392 0 0 25 0 1 0 819800908 107520000 25410 33554432000 4194304 9128323 140735095540928 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27723/statm: 26250 25410 744 1205 0 25041 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 105000

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/531 27837
/proc/meminfo: memFree=15100320/32951132 swapFree=46579808/67111528
[pid=27723] ppid=27721 vsize=107616 CPUtime=1242.32 cores=1,3,5,7
/proc/27723/stat : 27723 (scip-2.0.1.4.li) R 27721 27723 20905 0 -1 4202496 60085 0 0 0 121725 2507 0 0 25 0 1 0 819800908 110198784 26033 33554432000 4194304 9128323 140735095540928 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27723/statm: 26904 26033 744 1205 0 25695 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 107616

[startup+1302.3 s]
/proc/loadavg: 2.08 2.03 1.92 3/531 27839
/proc/meminfo: memFree=15098324/32951132 swapFree=46579808/67111528
[pid=27723] ppid=27721 vsize=108596 CPUtime=1302.33 cores=1,3,5,7
/proc/27723/stat : 27723 (scip-2.0.1.4.li) R 27721 27723 20905 0 -1 4202496 60283 0 0 0 127614 2619 0 0 25 0 1 0 819800908 111202304 26231 33554432000 4194304 9128323 140735095540928 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27723/statm: 27149 26231 744 1205 0 25940 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 108596

[startup+1362.3 s]
/proc/loadavg: 2.13 2.05 1.93 3/531 27841
/proc/meminfo: memFree=15098556/32951132 swapFree=46579808/67111528
[pid=27723] ppid=27721 vsize=108596 CPUtime=1362.31 cores=1,3,5,7
/proc/27723/stat : 27723 (scip-2.0.1.4.li) R 27721 27723 20905 0 -1 4202496 60363 0 0 0 133500 2731 0 0 25 0 1 0 819800908 111202304 26311 33554432000 4194304 9128323 140735095540928 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27723/statm: 27149 26311 744 1205 0 25940 0
Current children cumulated CPU time (s) 1362.31
Current children cumulated vsize (KiB) 108596

[startup+1422.32 s]
/proc/loadavg: 2.10 2.05 1.94 3/531 27843
/proc/meminfo: memFree=15097676/32951132 swapFree=46579808/67111528
[pid=27723] ppid=27721 vsize=109872 CPUtime=1422.34 cores=1,3,5,7
/proc/27723/stat : 27723 (scip-2.0.1.4.li) R 27721 27723 20905 0 -1 4202496 60649 0 0 0 139383 2851 0 0 25 0 1 0 819800908 112508928 26597 33554432000 4194304 9128323 140735095540928 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27723/statm: 27468 26597 744 1205 0 26259 0
Current children cumulated CPU time (s) 1422.34
Current children cumulated vsize (KiB) 109872

[startup+1482.3 s]
/proc/loadavg: 2.04 2.04 1.94 3/531 27843
/proc/meminfo: memFree=15092336/32951132 swapFree=46579808/67111528
[pid=27723] ppid=27721 vsize=114064 CPUtime=1482.32 cores=1,3,5,7
/proc/27723/stat : 27723 (scip-2.0.1.4.li) R 27721 27723 20905 0 -1 4202496 61662 0 0 0 145266 2966 0 0 25 0 1 0 819800908 116801536 27574 33554432000 4194304 9128323 140735095540928 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27723/statm: 28516 27574 744 1205 0 27307 0
Current children cumulated CPU time (s) 1482.32
Current children cumulated vsize (KiB) 114064

[startup+1542.3 s]
/proc/loadavg: 2.01 2.03 1.94 3/531 27845
/proc/meminfo: memFree=15090848/32951132 swapFree=46579808/67111528
[pid=27723] ppid=27721 vsize=116612 CPUtime=1542.32 cores=1,3,5,7
/proc/27723/stat : 27723 (scip-2.0.1.4.li) R 27721 27723 20905 0 -1 4202496 62300 0 0 0 151153 3079 0 0 25 0 1 0 819800908 119410688 28212 33554432000 4194304 9128323 140735095540928 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27723/statm: 29153 28212 744 1205 0 27944 0
Current children cumulated CPU time (s) 1542.32
Current children cumulated vsize (KiB) 116612

[startup+1602.3 s]
/proc/loadavg: 2.00 2.02 1.94 3/531 27847
/proc/meminfo: memFree=15090224/32951132 swapFree=46579808/67111528
[pid=27723] ppid=27721 vsize=117624 CPUtime=1602.32 cores=1,3,5,7
/proc/27723/stat : 27723 (scip-2.0.1.4.li) R 27721 27723 20905 0 -1 4202496 62553 0 0 0 157034 3198 0 0 25 0 1 0 819800908 120446976 28465 33554432000 4194304 9128323 140735095540928 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27723/statm: 29406 28465 744 1205 0 28197 0
Current children cumulated CPU time (s) 1602.32
Current children cumulated vsize (KiB) 117624

[startup+1662.3 s]
/proc/loadavg: 2.00 2.02 1.94 3/531 27849
/proc/meminfo: memFree=15087212/32951132 swapFree=46579808/67111528
[pid=27723] ppid=27721 vsize=120192 CPUtime=1662.32 cores=1,3,5,7
/proc/27723/stat : 27723 (scip-2.0.1.4.li) R 27721 27723 20905 0 -1 4202496 63280 0 0 0 162925 3307 0 0 25 0 1 0 819800908 123076608 29192 33554432000 4194304 9128323 140735095540928 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27723/statm: 30048 29192 744 1205 0 28839 0
Current children cumulated CPU time (s) 1662.32
Current children cumulated vsize (KiB) 120192

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 1.94 3/531 27851
/proc/meminfo: memFree=15086700/32951132 swapFree=46579808/67111528
[pid=27723] ppid=27721 vsize=120572 CPUtime=1722.33 cores=1,3,5,7
/proc/27723/stat : 27723 (scip-2.0.1.4.li) R 27721 27723 20905 0 -1 4202496 63360 0 0 0 168812 3421 0 0 25 0 1 0 819800908 123465728 29272 33554432000 4194304 9128323 140735095540928 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27723/statm: 30143 29272 744 1205 0 28934 0
Current children cumulated CPU time (s) 1722.33
Current children cumulated vsize (KiB) 120572

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 1.94 3/531 27851
/proc/meminfo: memFree=15084448/32951132 swapFree=46579808/67111528
[pid=27723] ppid=27721 vsize=122028 CPUtime=1782.33 cores=1,3,5,7
/proc/27723/stat : 27723 (scip-2.0.1.4.li) R 27721 27723 20905 0 -1 4202496 64690 0 0 0 174699 3534 0 0 25 0 1 0 819800908 124956672 29583 33554432000 4194304 9128323 140735095540928 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27723/statm: 30507 29583 744 1205 0 29298 0
Current children cumulated CPU time (s) 1782.33
Current children cumulated vsize (KiB) 122028



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.00 2.00 1.94 3/531 27853
/proc/meminfo: memFree=15083688/32951132 swapFree=46579808/67111528
[pid=27723] ppid=27721 vsize=122548 CPUtime=1800.04 cores=1,3,5,7
/proc/27723/stat : 27723 (scip-2.0.1.4.li) R 27721 27723 20905 0 -1 4202496 64891 0 0 0 176436 3568 0 0 25 0 1 0 819800908 125489152 29784 33554432000 4194304 9128323 140735095540928 18446744073709551615 6890169 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/27723/statm: 30637 29784 746 1205 0 29428 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 122548

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.03
CPU time (s): 1800.06
CPU user time (s): 1764.36
CPU system time (s): 35.6946
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 122548

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1764.36
system time used= 35.6946
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 64891
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6
involuntary context switches= 2307

runsolver used 9.1826 second user time and 21.9467 second system time

The end

Launcher Data

Begin job on node128 at 2011-06-03 08:20:23
IDJOB=3452703
IDBENCH=2065
IDSOLVER=1949
FILE ID=node128/3452703-1307082023
RUNJOBID= node128-1307081988-27594
PBS_JOBID= 13497858
Free space on /tmp= 73904 MiB

SOLVER NAME= SCIP spx SCIP 2.0.1.4. with SoPlex 1.5.0.4
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/primes-dimacs-cnf/normalized-ii8d1.opb
COMMAND LINE= HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3452703-1307082023/watcher-3452703-1307082023 -o /tmp/evaluation-result-3452703-1307082023/solver-3452703-1307082023 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3452703-1307082023.opb -t 1800 -m 15500

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

MD5SUM BENCH= e79c956fa387b090702a2dffba5fa8e9
RANDOM SEED=2050493182

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      15176200 kB
Buffers:        317264 kB
Cached:        3465336 kB
SwapCached:      35620 kB
Active:        9075728 kB
Inactive:      8383328 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      15176200 kB
SwapTotal:    67111528 kB
SwapFree:     46579808 kB
Dirty:           20412 kB
Writeback:           0 kB
AnonPages:    13650344 kB
Mapped:          20816 kB
Slab:           133044 kB
PageTables:     112164 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS: 174889988 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73892 MiB
End job on node128 at 2011-06-03 08:50:25