Trace number 3488963

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
SCIP spx E_2 2011-06-10 (fixed)SAT343 1797.13 1797.09

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.5 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.5.0.5]
0.00/0.00	c Copyright (c) 2002-2011 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-3488963-1307764758.opb>
0.01/0.02	c original problem has 1060 variables (1060 bin, 0 int, 0 impl, 0 cont) and 3737 constraints
0.01/0.02	c problem read
0.01/0.02	c presolving settings loaded
0.01/0.03	c presolving:
0.01/0.04	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.01/0.05	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.01/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.01/0.08	c    (0.1s) probing: 101/1040 (9.7%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.01/0.08	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.01/0.08	c presolving (4 rounds):
0.01/0.08	c  20 deleted vars, 30 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.01/0.08	c  23420 implications, 0 cliques
0.01/0.08	c presolved problem has 1040 variables (1040 bin, 0 int, 0 impl, 0 cont) and 3707 constraints
0.01/0.08	c    3550 constraints of type <setppc>
0.01/0.08	c     157 constraints of type <logicor>
0.01/0.08	c transformed objective value is always integral (scale: 1)
0.01/0.08	c Presolving Time: 0.05
0.01/0.08	c - non default parameters ----------------------------------------------------------------------
0.01/0.08	c # SCIP version 2.0.1.5
0.01/0.08	c 
0.01/0.08	c # frequency for displaying node information lines
0.01/0.08	c # [type: int, range: [-1,2147483647], default: 100]
0.01/0.08	c display/freq = 10000
0.01/0.08	c 
0.01/0.08	c # maximal time in seconds to run
0.01/0.08	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.01/0.08	c limits/time = 1797
0.01/0.08	c 
0.01/0.08	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.01/0.08	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.01/0.08	c limits/memory = 13950
0.01/0.08	c 
0.01/0.08	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.01/0.08	c # [type: int, range: [1,2], default: 1]
0.01/0.08	c timing/clocktype = 2
0.01/0.08	c 
0.01/0.08	c # belongs reading time to solving time?
0.01/0.08	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.01/0.08	c timing/reading = TRUE
0.01/0.08	c 
0.01/0.08	c # should presolving try to simplify inequalities
0.01/0.08	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.01/0.08	c constraints/linear/simplifyinequalities = TRUE
0.01/0.08	c 
0.01/0.08	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.01/0.08	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.01/0.08	c constraints/indicator/addCouplingCons = TRUE
0.01/0.08	c 
0.01/0.08	c # should presolving try to simplify knapsacks
0.01/0.08	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.01/0.08	c constraints/knapsack/simplifyinequalities = TRUE
0.01/0.08	c 
0.01/0.08	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.01/0.08	c # [type: int, range: [-1,2147483647], default: -1]
0.01/0.08	c separating/rapidlearning/freq = 0
0.01/0.08	c 
0.01/0.08	c -----------------------------------------------------------------------------------------------
0.01/0.08	c start solving
0.01/0.08	c 
0.19/0.21	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.19/0.21	c   0.2s|     1 |     0 |  1576 |     - |7901k|   0 | 744 |1040 |3722 |1040 |3707 |   0 |  15 |   0 | 2.407500e+02 |      --      |    Inf 
0.69/0.77	o 493
0.69/0.77	c y 0.8s|     1 |     0 |  5561 |     - |8758k|   0 | 744 |1040 |3722 |1040 |3707 |   0 |  15 |   0 | 2.407500e+02 | 4.930000e+02 | 104.78%
0.79/0.80	c   0.8s|     1 |     0 |  5752 |     - |8124k|   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 |     - |8152k|   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 |     - |8182k|   0 | 732 |1040 |3781 |1040 |3736 |  29 |  15 |   0 | 2.576250e+02 | 4.780000e+02 |  85.54%
0.89/0.97	c   1.0s|     1 |     0 |  6193 |     - |8247k|   0 | 709 |1040 |3781 |1040 |3748 |  41 |  15 |   0 | 2.623036e+02 | 4.780000e+02 |  82.23%
1.00/1.06	c   1.1s|     1 |     0 |  6477 |     - |8333k|   0 | 711 |1040 |3781 |1040 |3765 |  58 |  15 |   0 | 2.651905e+02 | 4.780000e+02 |  80.25%
1.10/1.16	c   1.2s|     1 |     0 |  6768 |     - |8494k|   0 | 716 |1040 |3781 |1040 |3785 |  78 |  15 |   0 | 2.690541e+02 | 4.780000e+02 |  77.66%
1.19/1.27	c   1.3s|     1 |     0 |  7106 |     - |8840k|   0 | 706 |1040 |3781 |1040 |3799 |  92 |  15 |   0 | 2.718787e+02 | 4.780000e+02 |  75.81%
1.29/1.39	c   1.4s|     1 |     0 |  7516 |     - |9074k|   0 | 714 |1040 |3781 |1040 |3818 | 111 |  15 |   0 | 2.736892e+02 | 4.780000e+02 |  74.65%
1.49/1.51	c   1.5s|     1 |     0 |  7913 |     - |9422k|   0 | 715 |1040 |3781 |1040 |3835 | 128 |  15 |   0 | 2.762116e+02 | 4.780000e+02 |  73.06%
1.59/1.68	c   1.7s|     1 |     0 |  8418 |     - |9773k|   0 | 711 |1040 |3781 |1040 |3853 | 146 |  15 |   0 | 2.787110e+02 | 4.780000e+02 |  71.50%
1.79/1.89	c   1.9s|     1 |     0 |  8824 |     - |  10M|   0 | 716 |1040 |3781 |1040 |3866 | 159 |  15 |   0 | 2.800928e+02 | 4.780000e+02 |  70.66%
2.09/2.14	c   2.1s|     1 |     0 |  9222 |     - |  10M|   0 | 717 |1040 |3781 |1040 |3877 | 170 |  15 |   0 | 2.805429e+02 | 4.780000e+02 |  70.38%
2.29/2.39	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.71	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.71	c   2.7s|     1 |     0 | 10032 |     - |  11M|   0 | 712 |1040 |3781 |1040 |3892 | 194 |  15 |   0 | 2.811072e+02 | 4.780000e+02 |  70.04%
2.99/3.02	c   3.0s|     1 |     0 | 10411 |     - |  11M|   0 | 708 |1040 |3781 |1040 |3903 | 205 |  15 |   0 | 2.812200e+02 | 4.780000e+02 |  69.97%
3.29/3.35	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.59/3.68	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.01	c   4.0s|     1 |     0 | 11284 |     - |  12M|   0 | 712 |1040 |3781 |1040 |3929 | 231 |  15 |   0 | 2.821922e+02 | 4.780000e+02 |  69.39%
4.29/4.34	c   4.3s|     1 |     0 | 11552 |     - |  12M|   0 | 719 |1040 |3781 |1040 |3935 | 237 |  15 |   0 | 2.822333e+02 | 4.780000e+02 |  69.36%
4.59/4.66	c   4.7s|     1 |     0 | 11745 |     - |  12M|   0 | 719 |1040 |3781 |1040 |3915 | 243 |  15 |   0 | 2.822660e+02 | 4.780000e+02 |  69.34%
4.89/4.99	c   5.0s|     1 |     0 | 11983 |     - |  12M|   0 | 725 |1040 |3781 |1040 |3921 | 249 |  15 |   0 | 2.822993e+02 | 4.780000e+02 |  69.32%
5.09/5.16	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.32	c   5.3s|     1 |     0 | 12046 |     - |  12M|   0 | 726 |1040 |3781 |1040 |3926 | 254 |  15 |   0 | 2.823059e+02 | 4.780000e+02 |  69.32%
5.40/5.49	c   5.5s|     1 |     0 | 12051 |     - |  12M|   0 | 726 |1040 |3781 |1040 |3927 | 255 |  15 |   0 | 2.823060e+02 | 4.780000e+02 |  69.32%
6.29/6.36	c   6.4s|     1 |     2 | 12051 |     - |  12M|   0 | 726 |1040 |3781 |1040 |3927 | 255 |  15 |  15 | 2.823060e+02 | 4.780000e+02 |  69.32%
17.29/17.31	o 436
17.29/17.31	c p17.3s|    19 |    18 | 17366 | 295.3 |  12M|  12 |   - |1040 |3785 |1040 |3862 | 255 |  19 | 300 | 2.831242e+02 | 4.360000e+02 |  54.00%
17.29/17.32	o 435
17.29/17.32	c b17.3s|    20 |    17 | 17366 | 279.7 |  12M|  12 |   - |1040 |3785 |1040 |3862 | 255 |  19 | 300 | 2.831242e+02 | 4.350000e+02 |  53.64%
25.49/25.53	o 429
25.49/25.53	c o25.5s|    55 |    54 | 24349 | 227.7 |  12M|  14 |   0 |1040 |3805 |1040 |3862 | 255 |  39 | 543 | 2.834044e+02 | 4.290000e+02 |  51.37%
25.49/25.54	o 428
25.49/25.54	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
25.49/25.54	c b25.5s|    55 |    54 | 24349 | 227.7 |  12M|  14 | 440 |1040 |3805 |1040 |3862 | 255 |  39 | 543 | 2.834044e+02 | 4.280000e+02 |  51.02%
29.09/29.18	o 421
29.09/29.18	c g29.2s|   165 |   164 | 41643 | 180.4 |  13M|  21 |   - |1040 |3834 |1040 |3862 | 255 |  68 | 588 | 2.834044e+02 | 4.210000e+02 |  48.55%
29.19/29.22	o 418
29.19/29.22	c b29.2s|   166 |   165 | 41806 | 180.3 |  13M|  21 | 618 |1040 |3834 |1040 |3862 | 255 |  68 | 588 | 2.834044e+02 | 4.180000e+02 |  47.49%
31.59/31.63	o 400
31.59/31.63	c v31.6s|   243 |   242 | 53350 | 170.7 |  13M|  24 |   - |1040 |3836 |1040 |3862 | 255 |  70 | 624 | 2.836882e+02 | 4.000000e+02 |  41.00%
31.59/31.64	o 398
31.59/31.64	c b31.6s|   244 |   239 | 53353 | 170.0 |  13M|  24 | 652 |1040 |3836 |1040 |3862 | 255 |  70 | 624 | 2.836882e+02 | 3.980000e+02 |  40.29%
35.79/35.85	o 395
35.79/35.85	c l35.8s|   402 |   374 | 72742 | 151.3 |  14M|  25 |   - |1040 |3841 |1040 |3862 | 255 |  75 | 714 | 2.840800e+02 | 3.950000e+02 |  39.05%
41.99/42.07	o 389
41.99/42.07	c l42.1s|   554 |   497 |102738 | 164.0 |  14M|  26 |   - |1040 |3859 |1040 |3862 | 255 |  93 | 813 | 2.842285e+02 | 3.890000e+02 |  36.86%
42.09/42.11	o 387
42.09/42.11	c b42.1s|   555 |   489 |102926 | 164.0 |  14M|  26 | 528 |1040 |3859 |1040 |3862 | 255 |  93 | 813 | 2.842285e+02 | 3.870000e+02 |  36.16%
44.89/44.93	o 383
44.89/44.93	c l44.9s|   578 |   490 |119648 | 186.5 |  14M|  26 |   - |1040 |3887 |1040 |3862 | 255 | 121 | 822 | 2.842908e+02 | 3.830000e+02 |  34.72%
53.90/53.92	o 370
53.90/53.92	c f53.9s|   660 |   475 |168213 | 237.0 |  14M|  26 |   - |1040 |3964 |1040 |3862 | 255 | 198 | 867 | 2.846057e+02 | 3.700000e+02 |  30.00%
56.49/56.58	o 367
56.49/56.58	c g56.6s|   687 |   487 |182587 | 248.6 |  15M|  26 |   - |1040 |3970 |1040 |3862 | 255 | 204 | 876 | 2.849132e+02 | 3.670000e+02 |  28.81%
57.20/57.29	o 361
57.20/57.29	c v57.3s|   693 |   459 |185717 | 251.0 |  14M|  26 |   - |1040 |3991 |1040 |3862 | 255 | 225 | 885 | 2.850576e+02 | 3.610000e+02 |  26.64%
58.89/58.92	o 347
58.89/58.92	c g58.9s|   711 |   398 |194236 | 256.6 |  14M|  26 |   - |1040 |3993 |1040 |3862 | 255 | 227 | 894 | 2.850576e+02 | 3.470000e+02 |  21.73%
250.09/250.19	c   250s| 10000 |  3354 |  1247k| 123.5 |  27M|  48 | 392 |1040 |3837 |1040 |3862 | 255 | 874 |3381 | 2.958539e+02 | 3.470000e+02 |  17.29%
251.19/251.26	o 345
251.19/251.26	c * 251s| 10100 |  3054 |  1252k| 122.9 |  26M|  48 |   - |1040 |3833 |1040 |3862 | 255 | 874 |3412 | 2.958539e+02 | 3.450000e+02 |  16.61%
258.70/258.76	o 343
258.70/258.76	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
258.70/258.76	c * 259s| 10705 |  2884 |  1292k| 119.6 |  25M|  54 |   - |1040 |3830 |1040 |3862 | 255 | 897 |3599 | 2.960037e+02 | 3.430000e+02 |  15.88%
359.80/359.85	c   360s| 20000 |  3996 |  1833k|  91.1 |  31M|  55 |   - |1040 |3810 |1040 |3862 | 255 |1075 |5345 | 2.978667e+02 | 3.430000e+02 |  15.15%
453.50/453.56	c   454s| 30000 |  5086 |  2348k|  77.9 |  36M|  56 | 295 |1040 |3811 |1040 |3862 | 255 |1177 |6805 | 2.997416e+02 | 3.430000e+02 |  14.43%
543.50/543.57	c   544s| 40000 |  6106 |  2847k|  70.9 |  40M|  56 | 537 |1040 |3848 |1040 |3862 | 255 |1271 |8013 | 3.016210e+02 | 3.430000e+02 |  13.72%
618.80/618.82	c   619s| 50000 |  6852 |  3312k|  66.0 |  44M|  56 |   - |1040 |3801 |1040 |3862 | 255 |1342 |8271 | 3.027557e+02 | 3.430000e+02 |  13.29%
700.90/700.99	c   701s| 60000 |  7520 |  3763k|  62.5 |  47M|  56 | 424 |1040 |3802 |1040 |3862 | 255 |1408 |9474 | 3.038123e+02 | 3.430000e+02 |  12.90%
781.41/781.41	c   781s| 70000 |  8130 |  4204k|  59.9 |  50M|  56 | 572 |1040 |3809 |1040 |3862 | 255 |1486 |  10k| 3.045578e+02 | 3.430000e+02 |  12.62%
850.81/850.86	c   851s| 80000 |  8765 |  4606k|  57.4 |  53M|  56 | 301 |1040 |3811 |1040 |3862 | 255 |1569 |  11k| 3.052975e+02 | 3.430000e+02 |  12.35%
929.31/929.34	c   929s| 90000 |  9395 |  5036k|  55.8 |  56M|  56 |   - |1040 |3807 |1040 |3862 | 255 |1651 |  12k| 3.059365e+02 | 3.430000e+02 |  12.11%
998.21/998.20	c   998s|100000 |  9913 |  5423k|  54.1 |  58M|  56 |   - |1040 |3810 |1040 |3862 | 255 |1721 |  12k| 3.065083e+02 | 3.430000e+02 |  11.91%
1068.81/1068.87	c  1069s|110000 | 10371 |  5830k|  52.9 |  61M|  56 | 353 |1040 |3813 |1040 |3862 | 255 |1760 |  13k| 3.069820e+02 | 3.430000e+02 |  11.73%
1142.42/1142.46	c  1142s|120000 | 10788 |  6234k|  51.9 |  63M|  59 |   - |1040 |3808 |1040 |3862 | 255 |1785 |  14k| 3.074476e+02 | 3.430000e+02 |  11.56%
1207.82/1207.82	c  1208s|130000 | 11182 |  6622k|  50.9 |  65M|  59 |   - |1040 |3807 |1040 |3862 | 255 |1793 |  14k| 3.078285e+02 | 3.430000e+02 |  11.43%
1280.92/1280.96	c  1281s|140000 | 11560 |  7018k|  50.0 |  67M|  59 | 314 |1040 |3804 |1040 |3862 | 255 |1848 |  15k| 3.082499e+02 | 3.430000e+02 |  11.27%
1346.82/1346.87	c  1347s|150000 | 11941 |  7413k|  49.3 |  69M|  59 |   - |1040 |3810 |1040 |3862 | 255 |1884 |  16k| 3.086104e+02 | 3.430000e+02 |  11.14%
1418.22/1418.20	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1418.22/1418.20	c  1418s|160000 | 12411 |  7804k|  48.7 |  71M|  59 |   - |1040 |3804 |1040 |3862 | 255 |1908 |  17k| 3.090571e+02 | 3.430000e+02 |  10.98%
1480.53/1480.55	c  1481s|170000 | 12886 |  8175k|  48.0 |  73M|  60 |   - |1040 |3807 |1040 |3862 | 255 |1941 |  17k| 3.095333e+02 | 3.430000e+02 |  10.81%
1547.13/1547.17	c  1547s|180000 | 13336 |  8542k|  47.4 |  75M|  60 | 325 |1040 |3799 |1040 |3862 | 255 |1972 |  18k| 3.099312e+02 | 3.430000e+02 |  10.67%
1611.93/1611.95	c  1612s|190000 | 13722 |  8916k|  46.9 |  77M|  60 |   - |1040 |3795 |1040 |3862 | 255 |2008 |  18k| 3.102743e+02 | 3.430000e+02 |  10.55%
1675.13/1675.13	c  1675s|200000 | 14128 |  9283k|  46.4 |  79M|  60 |   - |1040 |3798 |1040 |3862 | 255 |2016 |  19k| 3.106241e+02 | 3.430000e+02 |  10.42%
1741.94/1741.90	c  1742s|210000 | 14462 |  9656k|  45.9 |  81M|  60 |   - |1040 |3800 |1040 |3862 | 255 |2028 |  20k| 3.109338e+02 | 3.430000e+02 |  10.31%
1797.03/1797.01	c 
1797.03/1797.01	c SCIP Status        : solving was interrupted [time limit reached]
1797.03/1797.01	c Solving Time (sec) : 1797.01
1797.03/1797.01	c Solving Nodes      : 218969
1797.03/1797.01	c Primal Bound       : +3.43000000000000e+02 (174 solutions)
1797.03/1797.01	c Dual Bound         : +3.11193795023097e+02
1797.03/1797.01	c Gap                : 10.22 %
1797.03/1797.01	s SATISFIABLE
1797.03/1797.01	v -x1060 -x1059 x1058 -x1057 -x1056 -x1055 -x1054 -x1053 -x1052 -x1051 -x1050 -x1049 -x1048 -x1047 -x1046 -x1045 -x1044 -x1043 -x1042 
1797.03/1797.01	v x1041 -x1040 -x1039 -x1038 -x1037 -x1036 -x1035 -x1034 -x1033 -x1032 -x1031 -x1030 -x1029 -x1028 -x1027 -x1026 x1025 -x1024 
1797.03/1797.01	v -x1023 -x1022 -x1021 -x1020 -x1019 x1018 -x1017 -x1016 -x1015 -x1014 -x1013 -x1012 x1011 -x1010 -x1009 -x1008 -x1007 -x1006 
1797.03/1797.01	v -x1005 -x1004 -x1003 -x1002 -x1001 -x1000 -x999 -x998 -x997 -x996 -x995 -x994 -x993 -x992 -x991 -x990 -x989 -x988 -x987 -x986 
1797.03/1797.01	v -x985 -x984 -x983 -x982 x981 -x980 -x979 x978 -x977 -x976 -x975 -x974 -x973 -x972 -x971 -x970 -x969 -x968 -x967 -x966 x965 
1797.03/1797.01	v x964 -x963 -x962 -x961 x960 -x959 x958 -x957 x956 -x955 x954 -x953 x952 -x951 x950 -x949 x948 -x947 x946 -x945 -x944 x943 x942 
1797.03/1797.01	v -x941 -x940 -x939 x938 -x937 -x936 -x935 -x934 -x933 -x932 -x931 -x930 -x929 -x928 -x927 -x926 -x925 -x924 -x923 -x922 x921 
1797.03/1797.01	v x920 -x919 x918 -x917 x916 -x915 x914 -x913 x912 -x911 x910 -x909 x908 -x907 x906 -x905 -x904 x903 x902 -x901 -x900 -x899 
1797.03/1797.01	v x898 -x897 -x896 -x895 -x894 -x893 -x892 -x891 -x890 -x889 -x888 -x887 -x886 -x885 x884 -x883 -x882 x881 -x880 -x879 x878 -x877 
1797.03/1797.01	v -x876 -x875 -x874 -x873 -x872 -x871 -x870 -x869 -x868 -x867 -x866 -x865 x864 -x863 -x862 x861 -x860 -x859 -x858 -x857 -x856 
1797.03/1797.01	v -x855 -x854 -x853 -x852 -x851 -x850 -x849 -x848 -x847 -x846 -x845 -x844 -x843 -x842 x841 -x840 -x839 x838 -x837 -x836 -x835 
1797.03/1797.01	v -x834 -x833 -x832 -x831 -x830 -x829 -x828 -x827 -x826 -x825 x824 -x823 -x822 x821 -x820 x819 x818 -x817 -x816 -x815 -x814 -x813 
1797.03/1797.01	v -x812 -x811 -x810 -x809 -x808 -x807 -x806 -x805 -x804 -x803 -x802 -x801 -x800 -x799 x798 -x797 -x796 -x795 -x794 -x793 -x792 
1797.03/1797.01	v -x791 -x790 -x789 -x788 -x787 -x786 -x785 -x784 -x783 -x782 x781 x780 -x779 -x778 x777 x776 -x775 x774 -x773 x772 -x771 x770 
1797.03/1797.01	v -x769 x768 -x767 x766 -x765 x764 -x763 x762 -x761 -x760 -x759 x758 -x757 -x756 -x755 -x754 -x753 -x752 -x751 -x750 -x749 
1797.03/1797.01	v -x748 -x747 -x746 -x745 -x744 -x743 -x742 x741 -x740 -x739 x738 -x737 -x736 -x735 -x734 -x733 -x732 -x731 -x730 -x729 -x728 -x727 
1797.03/1797.01	v -x726 -x725 x724 -x723 -x722 x721 -x720 -x719 x718 -x717 -x716 -x715 -x714 -x713 -x712 -x711 -x710 -x709 -x708 -x707 -x706 
1797.03/1797.01	v -x705 x704 -x703 -x702 x701 x700 -x699 -x698 x697 x696 -x695 x694 -x693 x692 -x691 x690 -x689 x688 -x687 x686 -x685 x684 -x683 
1797.03/1797.01	v x682 -x681 -x680 -x679 -x678 -x677 -x676 -x675 -x674 -x673 -x672 -x671 -x670 -x669 -x668 -x667 -x666 -x665 x664 -x663 -x662 
1797.03/1797.01	v x661 -x660 -x659 -x658 -x657 -x656 -x655 -x654 -x653 -x652 -x651 -x650 -x649 -x648 -x647 -x646 -x645 -x644 -x643 -x642 x641 
1797.03/1797.01	v -x640 -x639 -x638 -x637 -x636 -x635 -x634 -x633 -x632 -x631 -x630 -x629 -x628 -x627 -x626 -x625 -x624 -x623 -x622 x621 -x620 
1797.03/1797.01	v -x619 x618 -x617 -x616 -x615 -x614 -x613 -x612 -x611 -x610 -x609 -x608 -x607 -x606 -x605 -x604 -x603 -x602 x601 x600 -x599 
1797.03/1797.01	v x598 -x597 x596 -x595 x594 -x593 x592 -x591 x590 -x589 x588 -x587 x586 -x585 -x584 x583 x582 -x581 x580 -x579 x578 -x577 x576 
1797.03/1797.01	v -x575 x574 -x573 x572 -x571 x570 -x569 x568 -x567 x566 -x565 -x564 x563 x562 -x561 x560 -x559 x558 -x557 x556 -x555 x554 -x553 
1797.03/1797.01	v x552 -x551 x550 -x549 x548 -x547 x546 -x545 -x544 x543 x542 -x541 -x540 -x539 x538 -x537 -x536 -x535 -x534 -x533 -x532 -x531 
1797.03/1797.01	v -x530 -x529 -x528 -x527 -x526 -x525 x524 -x523 -x522 x521 -x520 -x519 x518 -x517 -x516 -x515 -x514 -x513 -x512 x511 -x510 
1797.03/1797.01	v -x509 -x508 -x507 -x506 -x505 x504 -x503 -x502 -x501 -x500 -x499 x498 -x497 -x496 -x495 -x494 -x493 -x492 -x491 -x490 -x489 
1797.03/1797.01	v -x488 -x487 -x486 -x485 x484 -x483 -x482 x481 -x480 -x479 x478 -x477 -x476 -x475 -x474 -x473 -x472 -x471 -x470 -x469 -x468 -x467 
1797.03/1797.01	v -x466 -x465 -x464 -x463 -x462 x461 -x460 -x459 x458 -x457 -x456 -x455 -x454 -x453 -x452 -x451 -x450 -x449 -x448 x447 -x446 
1797.03/1797.01	v -x445 x444 -x443 -x442 -x441 x440 -x439 x438 -x437 x436 -x435 x434 -x433 x432 -x431 x430 -x429 x428 -x427 x426 -x425 -x424 
1797.03/1797.01	v x423 x422 -x421 x420 -x419 x418 -x417 x416 -x415 x414 -x413 x412 -x411 x410 -x409 x408 -x407 x406 -x405 -x404 x403 x402 -x401 
1797.03/1797.01	v x400 -x399 -x398 x397 x396 -x395 x394 -x393 x392 -x391 x390 -x389 x388 -x387 x386 -x385 x384 -x383 x382 -x381 x380 -x379 x378 
1797.03/1797.01	v -x377 x376 -x375 x374 -x373 x372 -x371 x370 -x369 x368 -x367 x366 -x365 -x364 x363 x362 -x361 x360 -x359 x358 -x357 x356 -x355 
1797.03/1797.01	v x354 -x353 x352 -x351 x350 -x349 x348 -x347 x346 -x345 -x344 x343 x342 -x341 x340 -x339 -x338 x337 x336 -x335 x334 -x333 
1797.03/1797.01	v x332 -x331 x330 -x329 x328 -x327 x326 -x325 x324 -x323 x322 -x321 -x320 x319 -x318 x317 -x316 x315 -x314 x313 -x312 x311 -x310 
1797.03/1797.01	v x309 -x308 x307 -x306 x305 -x304 x303 -x302 x301 -x300 x299 -x298 x297 x296 -x295 -x294 x293 -x292 x291 -x290 x289 -x288 x287 
1797.03/1797.01	v -x286 x285 x284 -x283 -x282 x281 -x280 x279 -x278 x277 -x276 x275 -x274 x273 -x272 x271 -x270 x269 x268 -x267 -x266 x265 -x264 
1797.03/1797.01	v x263 -x262 x261 -x260 x259 -x258 x257 -x256 x255 -x254 x253 -x252 x251 -x250 x249 -x248 x247 -x246 x245 -x244 x243 -x242 
1797.03/1797.01	v x241 -x240 x239 -x238 x237 -x236 x235 -x234 x233 x232 -x231 -x230 x229 -x228 x227 -x226 x225 -x224 x223 -x222 x221 -x220 x219 
1797.03/1797.01	v -x218 x217 -x216 x215 -x214 x213 -x212 x211 -x210 x209 -x208 x207 -x206 x205 -x204 x203 -x202 x201 x200 -x199 -x198 x197 -x196 
1797.03/1797.01	v x195 -x194 x193 -x192 x191 -x190 x189 -x188 x187 -x186 x185 -x184 x183 -x182 x181 -x180 x179 -x178 x177 -x176 x175 -x174 
1797.03/1797.01	v x173 -x172 x171 -x170 x169 x168 -x167 -x166 x165 -x164 x163 -x162 x161 -x160 x159 -x158 x157 -x156 x155 -x154 x153 -x152 x151 
1797.03/1797.01	v -x150 x149 -x148 x147 -x146 x145 -x144 x143 -x142 x141 -x140 x139 -x138 x137 x136 -x135 -x134 x133 -x132 x131 -x130 x129 -x128 
1797.03/1797.01	v x127 -x126 x125 -x124 x123 -x122 x121 -x120 x119 -x118 x117 -x116 x115 -x114 x113 -x112 x111 -x110 x109 -x108 x107 -x106 x105 
1797.03/1797.01	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 
1797.03/1797.01	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 
1797.03/1797.01	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 
1797.03/1797.01	v -x22 x21 -x20 x19 -x18 x17 -x16 x15 -x14 x13 -x12 x11 -x10 x9 x8 -x7 -x6 x5 -x4 x3 -x2 x1 
1797.03/1797.01	c SCIP Status        : solving was interrupted [time limit reached]
1797.03/1797.01	c Total Time         :    1797.01
1797.03/1797.01	c   solving          :    1797.01
1797.03/1797.01	c   presolving       :       0.05 (included in solving)
1797.03/1797.01	c   reading          :       0.02 (included in solving)
1797.03/1797.01	c Original Problem   :
1797.03/1797.01	c   Problem name     : HOME/instance-3488963-1307764758.opb
1797.03/1797.01	c   Variables        : 1060 (1060 binary, 0 integer, 0 implicit integer, 0 continuous)
1797.03/1797.01	c   Constraints      : 3737 initial, 3737 maximal
1797.03/1797.01	c Presolved Problem  :
1797.03/1797.01	c   Problem name     : t_HOME/instance-3488963-1307764758.opb
1797.03/1797.01	c   Variables        : 1040 (1040 binary, 0 integer, 0 implicit integer, 0 continuous)
1797.03/1797.01	c   Constraints      : 3707 initial, 4026 maximal
1797.03/1797.01	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1797.03/1797.01	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
1797.03/1797.01	c   dualfix          :       0.00         20          0          0          0          0          0          0          0          0
1797.03/1797.01	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1797.03/1797.01	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1797.03/1797.01	c   pseudoobj        :       0.00          0          0          0          0          0          0          0          0          0
1797.03/1797.01	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1797.03/1797.01	c   probing          :       0.02          0          0          0          0          0          0          0          0          0
1797.03/1797.01	c   setppc           :       0.01          0          0          0          0          0          0          0          0          0
1797.03/1797.01	c   linear           :       0.02          0          0          0          0          0         30          0          0          0
1797.03/1797.01	c   logicor          :       0.00          0          0          0          0          0          0          0          0          0
1797.03/1797.01	c   root node        :          -          0          -          -          0          -          -          -          -          -
1797.03/1797.01	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1797.03/1797.01	c   integral         :          0          0          0     119891          0        178          0        148       5563          0          0     234634
1797.03/1797.01	c   setppc           :       3550         24     827451          2          0        175      16978        270    4766509          0          0          0
1797.03/1797.01	c   linear           :          0+        24     718622          0          0          0          4          3        840          4          0          0
1797.03/1797.01	c   logicor          :        157+        24     363825          2          0        172       1843        295     203687          2          0          0
1797.03/1797.01	c   countsols        :          0          0          0          2          0        174          0          0          0          0          0          0
1797.03/1797.01	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1797.03/1797.01	c   integral         :     222.65       0.00       0.00     222.65       0.00       0.00       0.00
1797.03/1797.01	c   setppc           :      33.33       0.00      33.31       0.00       0.00       0.01       0.01
1797.03/1797.01	c   linear           :       0.26       0.00       0.26       0.00       0.00       0.00       0.00
1797.03/1797.01	c   logicor          :       1.38       0.00       1.38       0.00       0.00       0.00       0.00
1797.03/1797.01	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1797.03/1797.01	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1797.03/1797.01	c   vbounds          :          0          0          0          0
1797.03/1797.01	c   rootredcost      :         16          0          0          0
1797.03/1797.01	c   pseudoobj        :     829828          0          0          0
1797.03/1797.01	c Propagator Timings :  TotalTime  Propagate    Resprop
1797.03/1797.01	c   vbounds          :       0.14       0.14       0.00
1797.03/1797.01	c   rootredcost      :       0.15       0.15       0.00
1797.03/1797.01	c   pseudoobj        :      12.27      12.27       0.00
1797.03/1797.01	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1797.03/1797.01	c   propagation      :       0.01        568        568       1380       16.2         37       10.0          -
1797.03/1797.01	c   infeasible LP    :       0.03        195        195        718       27.3         22        4.0          0
1797.03/1797.01	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1797.03/1797.01	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1797.03/1797.01	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1797.03/1797.01	c   applied globally :          -          -          -       2042       19.2          -          -          -
1797.03/1797.01	c   applied locally  :          -          -          -          0        0.0          -          -          -
1797.03/1797.01	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1797.03/1797.01	c   cut pool         :       0.01         23          -          -        760          -    (maximal pool size: 2234)
1797.03/1797.01	c   redcost          :       2.56     149214          0     191133          0          0
1797.03/1797.01	c   impliedbounds    :       0.01         24          0          0          0          0
1797.03/1797.01	c   intobj           :       0.00          0          0          0          0          0
1797.03/1797.01	c   gomory           :       2.35         24          0          0       6376          0
1797.03/1797.01	c   cgmip            :       0.00          0          0          0          0          0
1797.03/1797.01	c   closecuts        :       0.00          0          0          0          0          0
1797.03/1797.01	c   strongcg         :       1.42         20          0          0       8288          0
1797.03/1797.01	c   cmir             :       0.11         10          0          0          0          0
1797.03/1797.01	c   flowcover        :       0.10         10          0          0          0          0
1797.03/1797.01	c   clique           :       0.00          1          0          0          0          0
1797.03/1797.01	c   zerohalf         :       0.00          0          0          0          0          0
1797.03/1797.01	c   mcf              :       0.00          1          0          0          0          0
1797.03/1797.01	c   oddcycle         :       0.00          0          0          0          0          0
1797.03/1797.01	c   rapidlearning    :       0.19          1          0          0          0         59
1797.03/1797.01	c Pricers            :       Time      Calls       Vars
1797.03/1797.01	c   problem variables:       0.00          0          0
1797.03/1797.01	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1797.03/1797.01	c   relpscost        :     222.55     119889        148       5563          0          0     234634
1797.03/1797.01	c   pscost           :       0.00          0          0          0          0          0          0
1797.03/1797.01	c   inference        :       0.00          0          0          0          0          0          0
1797.03/1797.01	c   mostinf          :       0.00          0          0          0          0          0          0
1797.03/1797.01	c   leastinf         :       0.00          0          0          0          0          0          0
1797.03/1797.01	c   fullstrong       :       0.00          0          0          0          0          0          0
1797.03/1797.01	c   allfullstrong    :       0.00          0          0          0          0          0          0
1797.03/1797.01	c   random           :       0.00          0          0          0          0          0          0
1797.03/1797.01	c Primal Heuristics  :       Time      Calls      Found
1797.03/1797.01	c   LP solutions     :       0.00          -          2
1797.03/1797.01	c   pseudo solutions :       0.00          -          0
1797.03/1797.01	c   oneopt           :       0.07         20          6
1797.03/1797.01	c   feaspump         :       0.33          1          0
1797.03/1797.01	c   crossover        :       0.38          4          0
1797.03/1797.01	c   veclendiving     :      24.33        220          2
1797.03/1797.01	c   linesearchdiving :      26.43        220          3
1797.03/1797.01	c   guideddiving     :      25.99        220          3
1797.03/1797.01	c   coefdiving       :      22.08        220          0
1797.03/1797.01	c   fracdiving       :      25.78        220          1
1797.03/1797.01	c   pscostdiving     :      26.03        220          1
1797.03/1797.01	c   objpscostdiving  :      43.89        111         98
1797.03/1797.01	c   rootsoldiving    :      12.43        111         56
1797.03/1797.01	c   trivial          :       0.00          2          0
1797.03/1797.01	c   shiftandpropagate:       0.02          1          0
1797.03/1797.01	c   simplerounding   :       0.06          0          0
1797.03/1797.01	c   zirounding       :       0.30       1000          0
1797.03/1797.01	c   rounding         :       1.71       4842          0
1797.03/1797.01	c   shifting         :       1.92       2093          1
1797.03/1797.01	c   intshifting      :       0.00          0          0
1797.03/1797.01	c   twoopt           :       0.00          0          0
1797.03/1797.01	c   fixandinfer      :       0.00          0          0
1797.03/1797.01	c   clique           :       0.00          0          0
1797.03/1797.01	c   intdiving        :       0.00          0          0
1797.03/1797.01	c   actconsdiving    :       0.00          0          0
1797.03/1797.01	c   octane           :       0.00          0          0
1797.03/1797.01	c   rens             :       0.01          0          0
1797.03/1797.01	c   rins             :       0.00          0          0
1797.03/1797.01	c   localbranching   :       0.00          0          0
1797.03/1797.01	c   mutation         :       0.00          0          0
1797.03/1797.01	c   dins             :       0.00          0          0
1797.03/1797.01	c   vbounds          :       0.00          0          0
1797.03/1797.01	c   undercover       :       0.00          0          0
1797.03/1797.01	c   subnlp           :       0.04          0          0
1797.03/1797.01	c   trysol           :       0.05          0          0
1797.03/1797.01	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1797.03/1797.01	c   primal LP        :       0.01          0          0       0.00          -
1797.03/1797.01	c   dual LP          :    1216.20     221501    8699087      39.27    7152.65
1797.03/1797.01	c   lex dual LP      :       0.00          0          0       0.00          -
1797.03/1797.01	c   barrier LP       :       0.00          0          0       0.00          -
1797.03/1797.01	c   diving/probing LP:     184.11      56378    1302163      23.10    7072.66
1797.03/1797.01	c   strong branching :     212.18      20365    1324745      65.05    6243.56
1797.03/1797.01	c     (at root node) :          -         15       4311     287.40          -
1797.03/1797.01	c   conflict analysis:       0.00          0          0       0.00          -
1797.03/1797.01	c B&B Tree           :
1797.03/1797.01	c   number of runs   :          1
1797.03/1797.01	c   nodes            :     218969
1797.03/1797.01	c   nodes (total)    :     218969
1797.03/1797.01	c   nodes left       :      14795
1797.03/1797.01	c   max depth        :         60
1797.03/1797.01	c   max depth (total):         60
1797.03/1797.01	c   backtracks       :      28224 (12.9%)
1797.03/1797.01	c   delayed cutoffs  :         19
1797.03/1797.01	c   repropagations   :       1906 (7289 domain reductions, 9 cutoffs)
1797.03/1797.01	c   avg switch length:       4.72
1797.03/1797.01	c   switching time   :      19.31
1797.03/1797.01	c Solution           :
1797.03/1797.01	c   Solutions found  :        174 (20 improvements)
1797.03/1797.01	c   First Solution   : +4.93000000000000e+02   (in run 1, after 1 nodes, 0.77 seconds, depth 0, found by <trysol>)
1797.03/1797.01	c   Primal Bound     : +3.43000000000000e+02   (in run 1, after 10705 nodes, 258.76 seconds, depth 50, found by <relaxation>)
1797.03/1797.01	c   Dual Bound       : +3.11193795023097e+02
1797.03/1797.01	c   Gap              :      10.22 %
1797.03/1797.01	c   Root Dual Bound  : +2.82306029237611e+02
1797.03/1797.01	c   Root Iterations  :      12051
1797.03/1797.08	c Time complete: 1797.11.

Verifier Data

OK	343

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-3488963-1307764758/watcher-3488963-1307764758 -o /tmp/evaluation-result-3488963-1307764758/solver-3488963-1307764758 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3488963-1307764758.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: 2.00 2.00 1.96 3/177 8420
/proc/meminfo: memFree=31586756/32950928 swapFree=67079488/67111528
[pid=8420] ppid=8418 vsize=10944 CPUtime=0 cores=1,3,5,7
/proc/8420/stat : 8420 (scip-2.0.1.4b_2) R 8418 8420 7911 0 -1 4202496 1679 0 0 0 0 0 0 0 25 0 1 0 888075510 11206656 1633 33554432000 4194304 9016284 140735272643040 18446744073709551615 7870589 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/8420/statm: 2736 1645 340 1178 0 1554 0

[startup+0.0179809 s]
/proc/loadavg: 2.00 2.00 1.96 3/177 8420
/proc/meminfo: memFree=31586756/32950928 swapFree=67079488/67111528
[pid=8420] ppid=8418 vsize=14984 CPUtime=0.01 cores=1,3,5,7
/proc/8420/stat : 8420 (scip-2.0.1.4b_2) R 8418 8420 7911 0 -1 4202496 2725 0 0 0 1 0 0 0 25 0 1 0 888075510 15343616 2679 33554432000 4194304 9016284 140735272643040 18446744073709551615 7791855 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/8420/statm: 3746 2679 360 1178 0 2564 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 14984

[startup+0.100971 s]
/proc/loadavg: 2.00 2.00 1.96 3/177 8420
/proc/meminfo: memFree=31586756/32950928 swapFree=67079488/67111528
[pid=8420] ppid=8418 vsize=32468 CPUtime=0.09 cores=1,3,5,7
/proc/8420/stat : 8420 (scip-2.0.1.4b_2) R 8418 8420 7911 0 -1 4202496 7268 0 0 0 9 0 0 0 25 0 1 0 888075510 33247232 6964 33554432000 4194304 9016284 140735272643040 18446744073709551615 18446744073699065955 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/8420/statm: 8117 6964 579 1178 0 6935 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 32468

[startup+0.300932 s]
/proc/loadavg: 2.00 2.00 1.96 3/177 8420
/proc/meminfo: memFree=31586756/32950928 swapFree=67079488/67111528
[pid=8420] ppid=8418 vsize=35268 CPUtime=0.29 cores=1,3,5,7
/proc/8420/stat : 8420 (scip-2.0.1.4b_2) R 8418 8420 7911 0 -1 4202496 8209 0 0 0 28 1 0 0 25 0 1 0 888075510 36114432 7796 33554432000 4194304 9016284 140735272643040 18446744073709551615 6843564 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/8420/statm: 8817 7796 645 1178 0 7635 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 35268

[startup+0.700866 s]
/proc/loadavg: 2.00 2.00 1.96 3/177 8420
/proc/meminfo: memFree=31586756/32950928 swapFree=67079488/67111528
[pid=8420] ppid=8418 vsize=56432 CPUtime=0.69 cores=1,3,5,7
/proc/8420/stat : 8420 (scip-2.0.1.4b_2) R 8418 8420 7911 0 -1 4202496 13281 0 0 0 66 3 0 0 25 0 1 0 888075510 57786368 12868 33554432000 4194304 9016284 140735272643040 18446744073709551615 4291182 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/8420/statm: 14108 12868 682 1178 0 12926 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 56432

[startup+1.50072 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 8421
/proc/meminfo: memFree=31539096/32950928 swapFree=67079488/67111528
[pid=8420] ppid=8418 vsize=54752 CPUtime=1.49 cores=1,3,5,7
/proc/8420/stat : 8420 (scip-2.0.1.4b_2) R 8418 8420 7911 0 -1 4202496 13718 0 0 0 145 4 0 0 25 0 1 0 888075510 56066048 12591 33554432000 4194304 9016284 140735272643040 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/8420/statm: 13688 12591 694 1178 0 12506 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 54752

[startup+3.10044 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 8421
/proc/meminfo: memFree=31537876/32950928 swapFree=67079488/67111528
[pid=8420] ppid=8418 vsize=55160 CPUtime=3.09 cores=1,3,5,7
/proc/8420/stat : 8420 (scip-2.0.1.4b_2) R 8418 8420 7911 0 -1 4202496 13975 0 0 0 301 8 0 0 25 0 1 0 888075510 56483840 12838 33554432000 4194304 9016284 140735272643040 18446744073709551615 6578107 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/8420/statm: 13790 12838 705 1178 0 12608 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 55160

[startup+6.30088 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 8421
/proc/meminfo: memFree=31536704/32950928 swapFree=67079488/67111528
[pid=8420] ppid=8418 vsize=55844 CPUtime=6.29 cores=1,3,5,7
/proc/8420/stat : 8420 (scip-2.0.1.4b_2) R 8418 8420 7911 0 -1 4202496 14212 0 0 0 614 15 0 0 25 0 1 0 888075510 57184256 13062 33554432000 4194304 9016284 140735272643040 18446744073709551615 7198996 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/8420/statm: 13961 13062 699 1178 0 12779 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 55844

[startup+12.7007 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 8422
/proc/meminfo: memFree=31536324/32950928 swapFree=67079488/67111528
[pid=8420] ppid=8418 vsize=55844 CPUtime=12.69 cores=1,3,5,7
/proc/8420/stat : 8420 (scip-2.0.1.4b_2) R 8418 8420 7911 0 -1 4202496 14212 0 0 0 1243 26 0 0 25 0 1 0 888075510 57184256 13062 33554432000 4194304 9016284 140735272643040 18446744073709551615 7080750 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/8420/statm: 13961 13062 699 1178 0 12779 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 55844

[startup+25.5005 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 8422
/proc/meminfo: memFree=31535848/32950928 swapFree=67079488/67111528
[pid=8420] ppid=8418 vsize=55844 CPUtime=25.49 cores=1,3,5,7
/proc/8420/stat : 8420 (scip-2.0.1.4b_2) R 8418 8420 7911 0 -1 4202496 14212 0 0 0 2498 51 0 0 25 0 1 0 888075510 57184256 13062 33554432000 4194304 9016284 140735272643040 18446744073709551615 7190382 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/8420/statm: 13961 13062 699 1178 0 12779 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 55844

[startup+51.101 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 8423
/proc/meminfo: memFree=31535756/32950928 swapFree=67079488/67111528
[pid=8420] ppid=8418 vsize=55844 CPUtime=51.09 cores=1,3,5,7
/proc/8420/stat : 8420 (scip-2.0.1.4b_2) R 8418 8420 7911 0 -1 4202496 14214 0 0 0 5008 101 0 0 25 0 1 0 888075510 57184256 13064 33554432000 4194304 9016284 140735272643040 18446744073709551615 7198912 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/8420/statm: 13961 13064 700 1178 0 12779 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 55844

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 8424
/proc/meminfo: memFree=31534940/32950928 swapFree=67079488/67111528
[pid=8420] ppid=8418 vsize=55364 CPUtime=102.29 cores=1,3,5,7
/proc/8420/stat : 8420 (scip-2.0.1.4b_2) R 8418 8420 7911 0 -1 4202496 20363 0 0 0 10034 195 0 0 25 0 1 0 888075510 56692736 12987 33554432000 4194304 9016284 140735272643040 18446744073709551615 6413080 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/8420/statm: 13841 12987 704 1178 0 12659 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 55364

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 8435
/proc/meminfo: memFree=31533736/32950928 swapFree=67079488/67111528
[pid=8420] ppid=8418 vsize=57488 CPUtime=162.29 cores=1,3,5,7
/proc/8420/stat : 8420 (scip-2.0.1.4b_2) R 8418 8420 7911 0 -1 4202496 28138 0 0 0 15866 363 0 0 25 0 1 0 888075510 58867712 13505 33554432000 4194304 9016284 140735272643040 18446744073709551615 7093728 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/8420/statm: 14372 13505 705 1178 0 13190 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 57488

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 8436
/proc/meminfo: memFree=31528600/32950928 swapFree=67079488/67111528
[pid=8420] ppid=8418 vsize=62820 CPUtime=222.3 cores=1,3,5,7
/proc/8420/stat : 8420 (scip-2.0.1.4b_2) R 8418 8420 7911 0 -1 4202496 31665 0 0 0 21705 525 0 0 25 0 1 0 888075510 64327680 14771 33554432000 4194304 9016284 140735272643040 18446744073709551615 6842959 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/8420/statm: 15705 14771 705 1178 0 14523 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 62820

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 8440
/proc/meminfo: memFree=31525440/32950928 swapFree=67079488/67111528
[pid=8420] ppid=8418 vsize=65624 CPUtime=282.3 cores=1,3,5,7
/proc/8420/stat : 8420 (scip-2.0.1.4b_2) R 8418 8420 7911 0 -1 4202496 43989 0 0 0 27533 697 0 0 25 0 1 0 888075510 67198976 15481 33554432000 4194304 9016284 140735272643040 18446744073709551615 7103585 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/8420/statm: 16406 15481 705 1178 0 15224 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 65624

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 8480
/proc/meminfo: memFree=31564796/32950928 swapFree=67079488/67111528
[pid=8420] ppid=8418 vsize=69756 CPUtime=342.3 cores=1,3,5,7
/proc/8420/stat : 8420 (scip-2.0.1.4b_2) R 8418 8420 7911 0 -1 4202496 49487 0 0 0 33384 846 0 0 25 0 1 0 888075510 71430144 16478 33554432000 4194304 9016284 140735272643040 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/8420/statm: 17439 16478 705 1178 0 16257 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 69756

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 8482
/proc/meminfo: memFree=31560180/32950928 swapFree=67079488/67111528
[pid=8420] ppid=8418 vsize=72768 CPUtime=402.3 cores=1,3,5,7
/proc/8420/stat : 8420 (scip-2.0.1.4b_2) R 8418 8420 7911 0 -1 4202496 52507 0 0 0 39228 1002 0 0 25 0 1 0 888075510 74514432 17263 33554432000 4194304 9016284 140735272643040 18446744073709551615 7214159 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/8420/statm: 18192 17263 705 1178 0 17010 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 72768

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 8484
/proc/meminfo: memFree=31552040/32950928 swapFree=67079488/67111528
[pid=8420] ppid=8418 vsize=76760 CPUtime=462.3 cores=1,3,5,7
/proc/8420/stat : 8420 (scip-2.0.1.4b_2) R 8418 8420 7911 0 -1 4202496 53649 0 0 0 45073 1157 0 0 25 0 1 0 888075510 78602240 18320 33554432000 4194304 9016284 140735272643040 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/8420/statm: 19190 18320 705 1178 0 18008 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 76760

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 8485
/proc/meminfo: memFree=31548144/32950928 swapFree=67079488/67111528
[pid=8420] ppid=8418 vsize=80048 CPUtime=522.3 cores=1,3,5,7
/proc/8420/stat : 8420 (scip-2.0.1.4b_2) R 8418 8420 7911 0 -1 4202496 56595 0 0 0 50911 1319 0 0 25 0 1 0 888075510 81969152 19064 33554432000 4194304 9016284 140735272643040 18446744073709551615 7199023 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/8420/statm: 20012 19064 705 1178 0 18830 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 80048

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 8487
/proc/meminfo: memFree=31540780/32950928 swapFree=67079488/67111528
[pid=8420] ppid=8418 vsize=83904 CPUtime=582.3 cores=1,3,5,7
/proc/8420/stat : 8420 (scip-2.0.1.4b_2) R 8418 8420 7911 0 -1 4202496 57579 0 0 0 56766 1464 0 0 25 0 1 0 888075510 85917696 20048 33554432000 4194304 9016284 140735272643040 18446744073709551615 6776163 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/8420/statm: 20976 20048 705 1178 0 19794 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 83904

[startup+642.301 s]

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

/proc/meminfo: memFree=31508400/32950928 swapFree=67079488/67111528
[pid=8420] ppid=8418 vsize=105540 CPUtime=1122.31 cores=1,3,5,7
/proc/8420/stat : 8420 (scip-2.0.1.4b_2) R 8418 8420 7911 0 -1 4202496 67637 0 0 0 109368 2863 0 0 25 0 1 0 888075510 108072960 25542 33554432000 4194304 9016284 140735272643040 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/8420/statm: 26385 25542 705 1178 0 25203 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 105540

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 8503
/proc/meminfo: memFree=31508196/32950928 swapFree=67079488/67111528
[pid=8420] ppid=8418 vsize=106576 CPUtime=1182.31 cores=1,3,5,7
/proc/8420/stat : 8420 (scip-2.0.1.4b_2) R 8418 8420 7911 0 -1 4202496 67806 0 0 0 115206 3025 0 0 25 0 1 0 888075510 109133824 25711 33554432000 4194304 9016284 140735272643040 18446744073709551615 7178142 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/8420/statm: 26644 25711 705 1178 0 25462 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 106576

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 8504
/proc/meminfo: memFree=31503924/32950928 swapFree=67079488/67111528
[pid=8420] ppid=8418 vsize=108340 CPUtime=1242.32 cores=1,3,5,7
/proc/8420/stat : 8420 (scip-2.0.1.4b_2) R 8418 8420 7911 0 -1 4202496 68323 0 0 0 121046 3186 0 0 25 0 1 0 888075510 110940160 26228 33554432000 4194304 9016284 140735272643040 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/8420/statm: 27085 26228 705 1178 0 25903 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 108340

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 8506
/proc/meminfo: memFree=31499900/32950928 swapFree=67079488/67111528
[pid=8420] ppid=8418 vsize=110848 CPUtime=1302.33 cores=1,3,5,7
/proc/8420/stat : 8420 (scip-2.0.1.4b_2) R 8418 8420 7911 0 -1 4202496 68884 0 0 0 126890 3343 0 0 25 0 1 0 888075510 113508352 26789 33554432000 4194304 9016284 140735272643040 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/8420/statm: 27712 26789 705 1178 0 26530 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 110848

[startup+1362.3 s]
/proc/loadavg: 2.06 2.01 1.97 3/178 8622
/proc/meminfo: memFree=31544768/32950928 swapFree=67079488/67111528
[pid=8420] ppid=8418 vsize=113444 CPUtime=1362.32 cores=1,3,5,7
/proc/8420/stat : 8420 (scip-2.0.1.4b_2) R 8418 8420 7911 0 -1 4202496 69525 0 0 0 132735 3497 0 0 25 0 1 0 888075510 116166656 27429 33554432000 4194304 9016284 140735272643040 18446744073709551615 7219374 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/8420/statm: 28361 27429 705 1178 0 27179 0
Current children cumulated CPU time (s) 1362.32
Current children cumulated vsize (KiB) 113444

[startup+1422.31 s]
/proc/loadavg: 2.02 2.01 1.97 3/178 8623
/proc/meminfo: memFree=31540032/32950928 swapFree=67079488/67111528
[pid=8420] ppid=8418 vsize=118128 CPUtime=1422.33 cores=1,3,5,7
/proc/8420/stat : 8420 (scip-2.0.1.4b_2) R 8418 8420 7911 0 -1 4202496 70776 0 0 0 138571 3662 0 0 25 0 1 0 888075510 120963072 28607 33554432000 4194304 9016284 140735272643040 18446744073709551615 7080773 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/8420/statm: 29532 28607 705 1178 0 28350 0
Current children cumulated CPU time (s) 1422.33
Current children cumulated vsize (KiB) 118128

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 8625
/proc/meminfo: memFree=31536260/32950928 swapFree=67079488/67111528
[pid=8420] ppid=8418 vsize=121340 CPUtime=1482.32 cores=1,3,5,7
/proc/8420/stat : 8420 (scip-2.0.1.4b_2) R 8418 8420 7911 0 -1 4202496 71639 0 0 0 144407 3825 0 0 25 0 1 0 888075510 124252160 29470 33554432000 4194304 9016284 140735272643040 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/8420/statm: 30335 29470 705 1178 0 29153 0
Current children cumulated CPU time (s) 1482.32
Current children cumulated vsize (KiB) 121340

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 8626
/proc/meminfo: memFree=31531492/32950928 swapFree=67079488/67111528
[pid=8420] ppid=8418 vsize=122104 CPUtime=1542.33 cores=1,3,5,7
/proc/8420/stat : 8420 (scip-2.0.1.4b_2) R 8418 8420 7911 0 -1 4202496 71804 0 0 0 150258 3975 0 0 25 0 1 0 888075510 125034496 29635 33554432000 4194304 9016284 140735272643040 18446744073709551615 5510784 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/8420/statm: 30526 29635 705 1178 0 29344 0
Current children cumulated CPU time (s) 1542.33
Current children cumulated vsize (KiB) 122104

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 8666
/proc/meminfo: memFree=31461984/32950928 swapFree=67079488/67111528
[pid=8420] ppid=8418 vsize=125832 CPUtime=1602.32 cores=1,3,5,7
/proc/8420/stat : 8420 (scip-2.0.1.4b_2) R 8418 8420 7911 0 -1 4202496 72639 0 0 0 156101 4131 0 0 25 0 1 0 888075510 128851968 30470 33554432000 4194304 9016284 140735272643040 18446744073709551615 7214130 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/8420/statm: 31458 30470 705 1178 0 30276 0
Current children cumulated CPU time (s) 1602.32
Current children cumulated vsize (KiB) 125832

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 8668
/proc/meminfo: memFree=31460024/32950928 swapFree=67079488/67111528
[pid=8420] ppid=8418 vsize=126112 CPUtime=1662.33 cores=1,3,5,7
/proc/8420/stat : 8420 (scip-2.0.1.4b_2) R 8418 8420 7911 0 -1 4202496 72868 0 0 0 161943 4290 0 0 25 0 1 0 888075510 129138688 30699 33554432000 4194304 9016284 140735272643040 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/8420/statm: 31528 30699 705 1178 0 30346 0
Current children cumulated CPU time (s) 1662.33
Current children cumulated vsize (KiB) 126112

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 8669
/proc/meminfo: memFree=31458000/32950928 swapFree=67079488/67111528
[pid=8420] ppid=8418 vsize=127080 CPUtime=1722.33 cores=1,3,5,7
/proc/8420/stat : 8420 (scip-2.0.1.4b_2) R 8418 8420 7911 0 -1 4202496 73029 0 0 0 167782 4451 0 0 25 0 1 0 888075510 130129920 30860 33554432000 4194304 9016284 140735272643040 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/8420/statm: 31770 30860 705 1178 0 30588 0
Current children cumulated CPU time (s) 1722.33
Current children cumulated vsize (KiB) 127080

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 8671
/proc/meminfo: memFree=31454592/32950928 swapFree=67079488/67111528
[pid=8420] ppid=8418 vsize=129948 CPUtime=1782.33 cores=1,3,5,7
/proc/8420/stat : 8420 (scip-2.0.1.4b_2) R 8418 8420 7911 0 -1 4202496 75889 0 0 0 173627 4606 0 0 25 0 1 0 888075510 133066752 31592 33554432000 4194304 9016284 140735272643040 18446744073709551615 7092406 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/8420/statm: 32487 31592 705 1178 0 31305 0
Current children cumulated CPU time (s) 1782.33
Current children cumulated vsize (KiB) 129948

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

[startup+1785.5 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 8671
/proc/meminfo: memFree=31454468/32950928 swapFree=67079488/67111528
[pid=8420] ppid=8418 vsize=129948 CPUtime=1785.53 cores=1,3,5,7
/proc/8420/stat : 8420 (scip-2.0.1.4b_2) R 8418 8420 7911 0 -1 4202496 75890 0 0 0 173940 4613 0 0 25 0 1 0 888075510 133066752 31593 33554432000 4194304 9016284 140735272643040 18446744073709551615 6363083 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/8420/statm: 32487 31593 705 1178 0 31305 0
Current children cumulated CPU time (s) 1785.53
Current children cumulated vsize (KiB) 129948

[startup+1791.91 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 8671
/proc/meminfo: memFree=31454584/32950928 swapFree=67079488/67111528
[pid=8420] ppid=8418 vsize=129948 CPUtime=1791.94 cores=1,3,5,7
/proc/8420/stat : 8420 (scip-2.0.1.4b_2) R 8418 8420 7911 0 -1 4202496 75895 0 0 0 174566 4628 0 0 25 0 1 0 888075510 133066752 31598 33554432000 4194304 9016284 140735272643040 18446744073709551615 6950145 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/8420/statm: 32487 31598 705 1178 0 31305 0
Current children cumulated CPU time (s) 1791.94
Current children cumulated vsize (KiB) 129948

[startup+1795.1 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 8671
/proc/meminfo: memFree=31454584/32950928 swapFree=67079488/67111528
[pid=8420] ppid=8418 vsize=129948 CPUtime=1795.14 cores=1,3,5,7
/proc/8420/stat : 8420 (scip-2.0.1.4b_2) R 8418 8420 7911 0 -1 4202496 75895 0 0 0 174876 4638 0 0 25 0 1 0 888075510 133066752 31598 33554432000 4194304 9016284 140735272643040 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/8420/statm: 32487 31598 705 1178 0 31305 0
Current children cumulated CPU time (s) 1795.14
Current children cumulated vsize (KiB) 129948

[startup+1795.9 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 8671
/proc/meminfo: memFree=31454584/32950928 swapFree=67079488/67111528
[pid=8420] ppid=8418 vsize=129948 CPUtime=1795.94 cores=1,3,5,7
/proc/8420/stat : 8420 (scip-2.0.1.4b_2) R 8418 8420 7911 0 -1 4202496 75899 0 0 0 174953 4641 0 0 25 0 1 0 888075510 133066752 31602 33554432000 4194304 9016284 140735272643040 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/8420/statm: 32487 31602 705 1178 0 31305 0
Current children cumulated CPU time (s) 1795.94
Current children cumulated vsize (KiB) 129948

[startup+1796.7 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 8671
/proc/meminfo: memFree=31454584/32950928 swapFree=67079488/67111528
[pid=8420] ppid=8418 vsize=130584 CPUtime=1796.73 cores=1,3,5,7
/proc/8420/stat : 8420 (scip-2.0.1.4b_2) R 8418 8420 7911 0 -1 4202496 76092 0 0 0 175031 4642 0 0 25 0 1 0 888075510 133718016 31795 33554432000 4194304 9016284 140735272643040 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/8420/statm: 32646 31795 705 1178 0 31464 0
Current children cumulated CPU time (s) 1796.73
Current children cumulated vsize (KiB) 130584

[startup+1796.9 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 8671
/proc/meminfo: memFree=31454584/32950928 swapFree=67079488/67111528
[pid=8420] ppid=8418 vsize=130584 CPUtime=1796.94 cores=1,3,5,7
/proc/8420/stat : 8420 (scip-2.0.1.4b_2) R 8418 8420 7911 0 -1 4202496 76092 0 0 0 175051 4643 0 0 25 0 1 0 888075510 133718016 31795 33554432000 4194304 9016284 140735272643040 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/8420/statm: 32646 31795 705 1178 0 31464 0
Current children cumulated CPU time (s) 1796.94
Current children cumulated vsize (KiB) 130584

[startup+1797 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 8671
/proc/meminfo: memFree=31454584/32950928 swapFree=67079488/67111528
[pid=8420] ppid=8418 vsize=130584 CPUtime=1797.03 cores=1,3,5,7
/proc/8420/stat : 8420 (scip-2.0.1.4b_2) R 8418 8420 7911 0 -1 4202496 76092 0 0 0 175060 4643 0 0 25 0 1 0 888075510 133718016 31795 33554432000 4194304 9016284 140735272643040 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/8420/statm: 32646 31795 705 1178 0 31464 0
Current children cumulated CPU time (s) 1797.03
Current children cumulated vsize (KiB) 130584

Child status: 0
Real time (s): 1797.09
CPU time (s): 1797.13
CPU user time (s): 1750.69
CPU system time (s): 46.4409
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 130584

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

runsolver used 2.34664 second user time and 5.83911 second system time

The end

Launcher Data

Begin job on node125 at 2011-06-11 05:59:18
IDJOB=3488963
IDBENCH=2065
IDSOLVER=1979
FILE ID=node125/3488963-1307764758
RUNJOBID= node125-1307759259-7930
PBS_JOBID= 13550864
Free space on /tmp= 74012 MiB

SOLVER NAME= SCIP spx E_2 2011-06-10 (fixed)
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/primes-dimacs-cnf/normalized-ii8d1.opb
COMMAND LINE= HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3488963-1307764758/watcher-3488963-1307764758 -o /tmp/evaluation-result-3488963-1307764758/solver-3488963-1307764758 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3488963-1307764758.opb -t 1800 -m 15500

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

MD5SUM BENCH= e79c956fa387b090702a2dffba5fa8e9
RANDOM SEED=641654883

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      31587432 kB
Buffers:        274380 kB
Cached:         726660 kB
SwapCached:       3400 kB
Active:         622992 kB
Inactive:       542876 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      31587432 kB
SwapTotal:    67111528 kB
SwapFree:     67079488 kB
Dirty:           16704 kB
Writeback:           0 kB
AnonPages:      162592 kB
Mapped:          16928 kB
Slab:           132904 kB
PageTables:       4952 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   340320 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= 73996 MiB
End job on node125 at 2011-06-11 06:29:16