Trace number 2666234

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
SCIPclp SCIP 1.2.1.2 with Clp 1.11.1 (Release Version) as LP solverOPT34 1467.86 1468.5

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
bounded_golomb_rulers/normalized-bogr_8.opb
MD5SUM7511e7863ac3e00f42a81c49dc15d5a1
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark34
Best CPU time to get the best result obtained on this benchmark25.4901
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 34
Optimality of the best value was proved YES
Number of variables386
Total number of constraints680
Number of constraints which are clauses1
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints679
Minimum length of a constraint1
Maximum length of a constraint26
Number of terms in the objective function 7
Biggest coefficient in the objective function 32
Number of bits for the biggest coefficient in the objective function 6
Sum of the numbers in the objective function 91
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 128
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 472
Number of bits of the biggest sum of numbers9
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.01	c SCIP version 1.2.1.2 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Clp 1.11.1] [Expressions interpreter: NONE]
0.00/0.01	c Copyright (c) 2002-2010 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.01	c 
0.00/0.01	c user parameter file <scip.set> not found - using default parameters
0.00/0.01	c reading problem <HOME/instance-2666234-1276619583.opb>
0.02/0.04	c original problem has 386 variables (386 bin, 0 int, 0 impl, 0 cont) and 680 constraints
0.02/0.04	c problem read
0.02/0.04	c presolving settings loaded
0.02/0.05	c presolving:
0.02/0.06	c (round 1) 2 del vars, 1 del conss, 2 chg bounds, 28 chg sides, 52 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.02/0.07	c (round 2) 2 del vars, 313 del conss, 2 chg bounds, 28 chg sides, 52 chg coeffs, 31 upgd conss, 0 impls, 0 clqs
0.02/0.07	c (round 3) 2 del vars, 313 del conss, 2 chg bounds, 32 chg sides, 78 chg coeffs, 55 upgd conss, 14 impls, 0 clqs
0.09/0.14	c    (0.1s) probing: 132/384 (34.4%) - 0 fixings, 0 aggregations, 3 implications, 0 bound changes
0.09/0.14	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.09/0.14	c presolving (4 rounds):
0.09/0.14	c  2 deleted vars, 313 deleted constraints, 2 tightened bounds, 0 added holes, 32 changed sides, 78 changed coefficients
0.09/0.14	c  22 implications, 0 cliques
0.09/0.14	c presolved problem has 384 variables (384 bin, 0 int, 0 impl, 0 cont) and 367 constraints
0.09/0.14	c      55 constraints of type <knapsack>
0.09/0.14	c     312 constraints of type <linear>
0.09/0.14	c transformed objective value is always integral (scale: 1)
0.09/0.14	c Presolving Time: 0.08
0.09/0.14	c - non default parameters ----------------------------------------------------------------------
0.09/0.14	c # SCIP version 1.2.1.2
0.09/0.14	c 
0.09/0.14	c # frequency for displaying node information lines
0.09/0.14	c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.14	c display/freq = 10000
0.09/0.14	c 
0.09/0.14	c # maximal time in seconds to run
0.09/0.14	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.14	c limits/time = 1799.97
0.09/0.14	c 
0.09/0.14	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.14	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.14	c limits/memory = 1620
0.09/0.14	c 
0.09/0.14	c # should presolving try to simplify inequalities
0.09/0.14	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.14	c constraints/linear/simplifyinequalities = TRUE
0.09/0.14	c 
0.09/0.14	c # should presolving try to simplify knapsacks
0.09/0.14	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.14	c constraints/knapsack/simplifyinequalities = TRUE
0.09/0.14	c 
0.09/0.14	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.09/0.14	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.14	c separating/rapidlearning/freq = 0
0.09/0.14	c 
0.09/0.14	c -----------------------------------------------------------------------------------------------
0.09/0.14	c start solving
0.09/0.14	c 
0.09/0.15	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.09/0.15	c   0.1s|     1 |     0 |   210 |     - |2633k|   0 | 178 | 384 | 367 | 384 | 367 |   0 |   0 |   0 | 2.800000e+01 |      --      |    Inf 
0.19/0.29	c   0.2s|     1 |     0 |   395 |     - |2854k|   0 | 236 | 384 | 367 | 384 | 411 |  44 |   0 |   0 | 2.800000e+01 |      --      |    Inf 
0.39/0.41	c   0.3s|     1 |     0 |   589 |     - |3211k|   0 | 195 | 384 | 367 | 384 | 480 | 113 |   0 |   0 | 2.800000e+01 |      --      |    Inf 
0.49/0.55	c   0.5s|     1 |     0 |   815 |     - |3527k|   0 | 212 | 384 | 367 | 384 | 553 | 186 |   0 |   0 | 2.800000e+01 |      --      |    Inf 
0.69/0.71	c   0.6s|     1 |     0 |  1048 |     - |3804k|   0 | 221 | 384 | 367 | 384 | 634 | 267 |   0 |   0 | 2.800000e+01 |      --      |    Inf 
0.89/0.93	c   0.8s|     1 |     0 |  1234 |     - |3935k|   0 | 214 | 384 | 367 | 384 | 675 | 308 |   0 |   0 | 2.800000e+01 |      --      |    Inf 
1.09/1.14	c   1.1s|     1 |     0 |  1336 |     - |4006k|   0 | 210 | 384 | 367 | 384 | 699 | 332 |   0 |   0 | 2.800000e+01 |      --      |    Inf 
1.29/1.34	c   1.3s|     1 |     0 |  1458 |     - |4081k|   0 | 201 | 384 | 367 | 384 | 731 | 364 |   0 |   0 | 2.800000e+01 |      --      |    Inf 
2.59/2.66	c   2.5s|     1 |     2 |  1458 |     - |4082k|   0 | 201 | 384 | 367 | 384 | 731 | 364 |   0 |  17 | 2.800000e+01 |      --      |    Inf 
19.78/19.86	o 54
19.78/19.86	c l19.1s|  2046 |   617 | 41601 |  19.6 |5835k|  45 |   - | 384 |1795 | 384 | 420 | 364 |1448 |2293 | 2.800000e+01 | 5.400000e+01 |  92.86%
49.07/49.18	o 53
49.07/49.18	c g46.9s|  7968 |  2561 |167104 |  20.8 |9883k|  79 |   - | 384 |1896 | 384 | 420 | 364 |6749 |3000 | 2.800000e+01 | 5.300000e+01 |  89.29%
58.06/58.10	c  55.3s| 10000 |  3169 |202683 |  20.1 |  11M|  79 | 110 | 384 |2395 | 384 | 420 | 364 |8886 |3066 | 2.800000e+01 | 5.300000e+01 |  89.29%
65.97/66.09	o 52
65.97/66.09	c l62.9s| 11559 |  3542 |235030 |  20.2 |  11M|  79 |   - | 384 |2334 | 384 | 420 | 364 |  10k|3310 | 2.800000e+01 | 5.200000e+01 |  85.71%
69.17/69.27	o 47
69.17/69.27	c c65.9s| 12218 |  3494 |248942 |  20.3 |  11M|  79 |   - | 384 |2502 | 384 | 420 | 364 |  11k|3326 | 2.800000e+01 | 4.700000e+01 |  67.86%
102.94/103.03	c  98.0s| 20000 |  5223 |397130 |  19.8 |  16M|  79 |  87 | 384 |3280 | 384 | 420 | 364 |  20k|3437 | 2.800000e+01 | 4.700000e+01 |  67.86%
105.34/105.48	o 46
105.34/105.48	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
105.34/105.48	c c 100s| 20526 |  5285 |408597 |  19.8 |  16M|  79 |   - | 384 |3283 | 384 | 420 | 364 |  21k|3437 | 2.800000e+01 | 4.600000e+01 |  64.29%
106.44/106.53	o 45
106.44/106.53	c * 101s| 20776 |  5145 |413577 |  19.8 |  16M|  79 |   - | 384 |3390 | 384 | 420 | 364 |  21k|3437 | 2.800000e+01 | 4.500000e+01 |  60.71%
106.84/106.98	o 44
106.84/106.98	c g 102s| 20884 |  4557 |415181 |  19.8 |  15M|  79 |   - | 384 |3452 | 384 | 420 | 364 |  21k|3437 | 2.800000e+01 | 4.400000e+01 |  57.14%
145.83/145.97	c   139s| 30000 |  6552 |572862 |  19.0 |  22M|  79 |  70 | 384 |4850 | 384 | 420 | 364 |  32k|3890 | 2.800000e+01 | 4.400000e+01 |  57.14%
158.72/158.87	o 34
158.72/158.87	c c 151s| 32806 |  3371 |622625 |  18.9 |  16M|  79 |   - | 384 |4516 | 384 | 420 | 364 |  35k|4164 | 2.800000e+01 | 3.400000e+01 |  21.43%
192.61/192.71	c   183s| 40000 |  3816 |755329 |  18.8 |  18M|  79 |   - | 384 |3811 | 384 | 420 | 364 |  43k|4975 | 2.800000e+01 | 3.400000e+01 |  21.43%
235.19/235.34	c   224s| 50000 |  4522 |931357 |  18.6 |  21M|  79 |  59 | 384 |4334 | 384 | 420 | 364 |  55k|5765 | 2.800000e+01 | 3.400000e+01 |  21.43%
276.86/277.01	c   263s| 60000 |  5168 |  1090k|  18.2 |  25M|  79 |  76 | 384 |5875 | 384 | 420 | 364 |  66k|6695 | 2.800000e+01 | 3.400000e+01 |  21.43%
318.25/318.44	c   303s| 70000 |  5851 |  1257k|  17.9 |  28M|  79 |  80 | 384 |7107 | 384 | 420 | 364 |  78k|7127 | 2.800000e+01 | 3.400000e+01 |  21.43%
358.74/358.98	c   341s| 80000 |  6503 |  1404k|  17.5 |  30M|  79 |  44 | 384 |7216 | 384 | 420 | 364 |  92k|8181 | 2.800000e+01 | 3.400000e+01 |  21.43%
403.22/403.43	c   383s| 90000 |  7401 |  1575k|  17.5 |  34M|  79 | 116 | 384 |5917 | 384 | 420 | 364 | 104k|8663 | 2.800000e+01 | 3.400000e+01 |  21.43%
443.80/444.03	c   422s|100000 |  8005 |  1732k|  17.3 |  37M|  79 |  91 | 384 |6928 | 384 | 420 | 364 | 117k|9166 | 2.800000e+01 | 3.400000e+01 |  21.43%
481.09/481.34	c   457s|110000 |  8773 |  1870k|  17.0 |  40M|  79 |  86 | 384 |8849 | 384 | 420 | 364 | 131k|9616 | 2.800000e+01 | 3.400000e+01 |  21.43%
516.97/517.27	c   492s|120000 |  9497 |  1996k|  16.6 |  44M|  79 |  64 | 384 |  12k| 384 | 420 | 364 | 146k|9942 | 2.800000e+01 | 3.400000e+01 |  21.43%
557.26/557.58	c   530s|130000 |  9779 |  2127k|  16.4 |  45M|  79 |   - | 384 |9147 |   0 |   0 | 364 | 161k|  10k| 2.800000e+01 | 3.400000e+01 |  21.43%
597.34/597.67	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
597.34/597.67	c   568s|140000 | 10594 |  2272k|  16.2 |  48M|  79 |  46 | 384 |9615 | 384 | 420 | 364 | 175k|  11k| 2.800000e+01 | 3.400000e+01 |  21.43%
637.81/638.15	c   607s|150000 | 11157 |  2417k|  16.1 |  51M|  79 |  44 | 384 |  10k| 384 | 420 | 364 | 189k|  11k| 2.800000e+01 | 3.400000e+01 |  21.43%
680.00/680.33	c   647s|160000 | 11898 |  2576k|  16.1 |  53M|  79 | 124 | 384 |9140 | 384 | 420 | 364 | 202k|  11k| 2.800000e+01 | 3.400000e+01 |  21.43%
721.48/721.82	c   687s|170000 | 12704 |  2739k|  16.1 |  57M|  79 |   - | 384 |  10k|   0 |   0 | 364 | 216k|  11k| 2.800000e+01 | 3.400000e+01 |  21.43%
760.57/760.90	c   724s|180000 | 13280 |  2880k|  16.0 |  61M|  79 |   - | 384 |  13k| 384 | 420 | 364 | 231k|  12k| 2.800000e+01 | 3.400000e+01 |  21.43%
802.75/803.11	c   764s|190000 | 14033 |  3029k|  15.9 |  63M|  79 |  50 | 384 |9558 | 384 | 420 | 364 | 245k|  12k| 2.800000e+01 | 3.400000e+01 |  21.43%
845.22/845.69	c   805s|200000 | 14654 |  3191k|  15.9 |  65M|  79 |   8 | 384 |8479 | 384 | 420 | 364 | 259k|  12k| 2.800000e+01 | 3.400000e+01 |  21.43%
888.01/888.50	c   846s|210000 | 14588 |  3341k|  15.9 |  66M|  79 |   - | 384 |7541 | 384 | 420 | 364 | 273k|  13k| 2.840000e+01 | 3.400000e+01 |  19.72%
929.99/930.44	c   886s|220000 | 13997 |  3461k|  15.7 |  65M|  79 |   - | 384 |6787 |   0 |   0 | 364 | 289k|  13k| 2.900000e+01 | 3.400000e+01 |  17.24%
971.68/972.19	c   927s|230000 | 13292 |  3586k|  15.6 |  64M|  79 |   - | 384 |6880 | 384 | 420 | 364 | 305k|  13k| 2.900000e+01 | 3.400000e+01 |  17.24%
1013.15/1013.69	c   966s|240000 | 12797 |  3714k|  15.5 |  63M|  79 |   - | 384 |7205 |   0 |   0 | 364 | 320k|  14k| 2.900000e+01 | 3.400000e+01 |  17.24%
1056.34/1056.84	c  1008s|250000 | 11730 |  3834k|  15.3 |  61M|  79 |   - | 384 |7326 | 384 | 420 | 364 | 336k|  14k| 2.966667e+01 | 3.400000e+01 |  14.61%
1099.02/1099.54	c  1049s|260000 | 10557 |  3950k|  15.2 |  57M|  79 |  14 | 384 |7294 | 384 | 420 | 364 | 352k|  14k| 3.000000e+01 | 3.400000e+01 |  13.33%
1140.91/1141.48	c  1089s|270000 |  9354 |  4070k|  15.1 |  53M|  79 |  93 | 384 |7480 | 384 | 420 | 364 | 369k|  14k| 3.000000e+01 | 3.400000e+01 |  13.33%
1185.98/1186.55	c  1132s|280000 |  7762 |  4185k|  14.9 |  47M|  79 |  38 | 384 |7218 | 384 | 420 | 364 | 385k|  15k| 3.100000e+01 | 3.400000e+01 |   9.68%
1227.86/1228.48	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1227.86/1228.48	c  1173s|290000 |  6334 |  4303k|  14.8 |  43M|  79 |  49 | 384 |8309 | 384 | 420 | 364 | 401k|  15k| 3.100000e+01 | 3.400000e+01 |   9.68%
1271.94/1272.57	c  1215s|300000 |  4946 |  4425k|  14.7 |  36M|  79 |  40 | 384 |7785 | 384 | 420 | 364 | 418k|  15k| 3.100000e+01 | 3.400000e+01 |   9.68%
1311.83/1312.41	c  1253s|310000 |  3810 |  4542k|  14.6 |  31M|  79 |  24 | 384 |4012 | 384 | 420 | 364 | 434k|  16k| 3.200000e+01 | 3.400000e+01 |   6.25%
1349.30/1349.93	c  1289s|320000 |  2902 |  4663k|  14.6 |  28M|  79 |   - | 384 |5930 |   0 |   0 | 364 | 450k|  16k| 3.200000e+01 | 3.400000e+01 |   6.25%
1386.40/1387.10	c  1325s|330000 |  2135 |  4781k|  14.5 |  24M|  79 |  45 | 384 |6461 | 384 | 420 | 364 | 466k|  16k| 3.200000e+01 | 3.400000e+01 |   6.25%
1424.17/1424.84	c  1361s|340000 |  1307 |  4902k|  14.4 |  19M|  79 |   - | 384 |6733 | 384 | 420 | 364 | 482k|  16k| 3.200000e+01 | 3.400000e+01 |   6.25%
1464.66/1465.32	c  1400s|350000 |    62 |  5034k|  14.4 |9335k|  79 |  44 | 384 |5654 | 384 | 420 | 364 | 497k|  17k| 3.300000e+01 | 3.400000e+01 |   3.03%
1467.76/1468.45	c 
1467.76/1468.45	c SCIP Status        : problem is solved [optimal solution found]
1467.76/1468.45	c Solving Time (sec) : 1402.67
1467.76/1468.45	c Solving Nodes      : 350847
1467.76/1468.45	c Primal Bound       : +3.40000000000000e+01 (8 solutions)
1467.76/1468.45	c Dual Bound         : +3.40000000000000e+01
1467.76/1468.45	c Gap                : 0.00 %
1467.76/1468.45	s OPTIMUM FOUND
1467.76/1468.45	v x50 x51 x52 x53 x54 x55 x56 x57 x58 x59 x60 x61 x62 x63 x64 x65 x66 x67 x68 x69 x70 x71 x72 x73 x74 x75 x76 x77 x78 x79 x80 x81 
1467.76/1468.45	v x82 x83 x84 x85 x86 x87 x88 x89 x90 x91 x92 x93 x94 x95 x96 x97 x98 x99 x100 x101 x102 x103 -x104 x105 x106 x107 x108 x109 x110 
1467.76/1468.45	v x111 x112 x113 x114 -x115 x116 x117 x118 x119 -x120 -x121 x122 x123 -x124 -x125 -x126 -x127 -x128 -x129 x130 x131 x132 x133 
1467.76/1468.45	v x134 x135 x136 x137 -x138 -x139 x140 x141 -x142 -x143 -x144 -x145 -x146 -x147 -x148 -x149 -x150 -x151 x152 x153 x154 x155 
1467.76/1468.45	v x156 x157 -x158 -x159 -x160 -x161 -x162 -x163 -x164 -x165 -x166 -x167 -x168 -x169 x170 x171 x172 x173 -x174 -x175 -x176 -x177 
1467.76/1468.45	v -x178 -x179 -x180 -x181 -x182 x183 -x184 -x185 -x186 -x187 -x188 -x189 x190 x191 x192 x193 x194 x195 x196 x197 x198 x199 x200 
1467.76/1468.45	v x201 x202 x203 x204 x205 x206 x207 x208 x209 -x210 x211 x212 x213 x214 x215 -x216 x217 x218 x219 x220 -x221 -x222 x223 x224 
1467.76/1468.45	v -x225 -x226 -x227 -x228 -x229 -x230 x231 x232 x233 x234 -x235 -x236 x237 x238 -x239 -x240 -x241 -x242 -x243 -x244 -x245 -x246 
1467.76/1468.45	v -x247 -x248 x249 x250 x251 -x252 -x253 -x254 -x255 -x256 -x257 -x258 -x259 -x260 -x261 -x262 -x263 x264 x265 -x266 -x267 -x268 
1467.76/1468.45	v -x269 -x270 -x271 -x272 -x273 -x274 -x275 -x276 -x277 -x278 -x279 -x280 -x19 -x18 -x17 -x16 -x15 -x14 -x13 -x281 x282 x283 
1467.76/1468.45	v x284 x285 -x286 x287 x288 x289 -x290 -x291 -x292 -x293 -x294 -x295 -x296 x297 x298 x299 -x300 -x301 -x302 -x303 -x304 -x305 
1467.76/1468.45	v -x306 -x307 -x308 -x309 -x310 -x311 -x312 -x313 -x314 -x315 -x316 -x317 -x318 -x319 -x320 -x321 -x322 -x323 -x324 -x325 -x326 
1467.76/1468.45	v -x327 -x328 -x329 -x330 -x331 -x332 -x333 -x334 -x335 -x12 -x11 -x10 -x9 -x8 x7 -x336 x337 x338 x339 -x340 x341 x342 -x343 
1467.76/1468.45	v -x344 -x345 -x346 x347 x348 -x349 -x350 -x351 -x352 -x353 -x354 -x355 -x356 -x357 -x358 -x359 -x360 -x361 -x362 -x363 -x364 -x365 
1467.76/1468.45	v -x25 -x24 x23 -x22 -x21 x20 -x366 x367 x368 -x369 -x370 -x371 -x372 -x373 -x374 -x375 -x376 -x377 -x378 -x379 -x31 -x30 
1467.76/1468.45	v x29 x28 -x27 x26 -x380 -x381 -x382 -x383 -x384 -x37 -x36 x35 x34 x33 x32 -x385 -x49 -x48 x47 x46 -x45 -x44 -x43 -x42 x41 x40 
1467.76/1468.45	v x39 x38 x386 -x6 -x5 -x4 x3 x2 -x1 
1467.76/1468.45	c SCIP Status        : problem is solved [optimal solution found]
1467.76/1468.45	c Solving Time       :    1402.67
1467.76/1468.45	c Original Problem   :
1467.76/1468.45	c   Problem name     : HOME/instance-2666234-1276619583.opb
1467.76/1468.45	c   Variables        : 386 (386 binary, 0 integer, 0 implicit integer, 0 continuous)
1467.76/1468.45	c   Constraints      : 680 initial, 680 maximal
1467.76/1468.45	c Presolved Problem  :
1467.76/1468.45	c   Problem name     : t_HOME/instance-2666234-1276619583.opb
1467.76/1468.45	c   Variables        : 384 (384 binary, 0 integer, 0 implicit integer, 0 continuous)
1467.76/1468.45	c   Constraints      : 367 initial, 14846 maximal
1467.76/1468.45	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1467.76/1468.45	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1467.76/1468.45	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1467.76/1468.45	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1467.76/1468.45	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1467.76/1468.45	c   implics          :       0.00          0          0          0          0          0          0          0          0
1467.76/1468.45	c   probing          :       0.06          0          0          0          0          0          0          0          0
1467.76/1468.45	c   knapsack         :       0.00          0          0          0          0          0          0          4         26
1467.76/1468.45	c   linear           :       0.01          2          0          0          2          0        313         28         52
1467.76/1468.45	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1467.76/1468.45	c   root node        :          -         13          -          -         13          -          -          -          -
1467.76/1468.45	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1467.76/1468.45	c   integral         :          0          0          0     208164          0        342       8583          0          0     410652
1467.76/1468.45	c   knapsack         :         55          7    1530477          1          0      11214     582695        187          0          0
1467.76/1468.45	c   linear           :        312          7    1519257          0          0     116866    7394655          0          0          0
1467.76/1468.45	c   logicor          :          0+         0     924313          0          0       7559    1195654          0          0          0
1467.76/1468.45	c   countsols        :          0          0          0          1          0          0          0          0          0          0
1467.76/1468.45	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1467.76/1468.45	c   integral         :      52.02       0.00       0.00      52.02       0.00
1467.76/1468.45	c   knapsack         :      44.23       0.01      44.22       0.00       0.00
1467.76/1468.45	c   linear           :     384.97       0.00     384.97       0.00       0.00
1467.76/1468.45	c   logicor          :     150.37       0.00     150.37       0.00       0.00
1467.76/1468.45	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1467.76/1468.45	c Propagators        :       Time      Calls    Cutoffs    DomReds
1467.76/1468.45	c   vbounds          :       0.90          2          0          0
1467.76/1468.45	c   rootredcost      :       0.84          8          0          3
1467.76/1468.45	c   pseudoobj        :       2.40    1530414        175      13327
1467.76/1468.45	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1467.76/1468.45	c   propagation      :      13.99     135814     135647    1089755       23.6       4724       16.6          -
1467.76/1468.45	c   infeasible LP    :       8.44      39559      39550     164359       18.3       3151       15.4          0
1467.76/1468.45	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1467.76/1468.45	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1467.76/1468.45	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1467.76/1468.45	c   applied globally :          -          -          -     498748       19.2          -          -          -
1467.76/1468.45	c   applied locally  :          -          -          -          0        0.0          -          -          -
1467.76/1468.45	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1467.76/1468.45	c   cut pool         :       0.00          6          -          -        317          -    (maximal pool size: 2050)
1467.76/1468.45	c   redcost          :       3.34     217519          0      13821          0          0
1467.76/1468.45	c   impliedbounds    :       0.00          7          0          0          0          0
1467.76/1468.45	c   intobj           :       0.00          0          0          0          0          0
1467.76/1468.45	c   cgmip            :       0.00          0          0          0          0          0
1467.76/1468.45	c   gomory           :       0.12          7          0          0        103          0
1467.76/1468.45	c   strongcg         :       0.10          7          0          0        101          0
1467.76/1468.45	c   cmir             :       0.29          7          0          0       1211          0
1467.76/1468.45	c   flowcover        :       0.34          7          0          0       1095          0
1467.76/1468.45	c   clique           :       0.00          1          0          0          0          0
1467.76/1468.45	c   zerohalf         :       0.00          0          0          0          0          0
1467.76/1468.45	c   mcf              :       0.00          1          0          0          0          0
1467.76/1468.45	c   rapidlearning    :       0.04          1          0          0          0          0
1467.76/1468.45	c Pricers            :       Time      Calls       Vars
1467.76/1468.45	c   problem variables:       0.00          0          0
1467.76/1468.45	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1467.76/1468.45	c   relpscost        :      51.66     208163        342       8583          0          0     410652
1467.76/1468.45	c   pscost           :       0.00          0          0          0          0          0          0
1467.76/1468.45	c   inference        :       0.00          0          0          0          0          0          0
1467.76/1468.45	c   mostinf          :       0.00          0          0          0          0          0          0
1467.76/1468.45	c   leastinf         :       0.00          0          0          0          0          0          0
1467.76/1468.45	c   fullstrong       :       0.00          0          0          0          0          0          0
1467.76/1468.45	c   allfullstrong    :       0.00          0          0          0          0          0          0
1467.76/1468.45	c   random           :       0.00          0          0          0          0          0          0
1467.76/1468.45	c Primal Heuristics  :       Time      Calls      Found
1467.76/1468.45	c   LP solutions     :       0.00          -          1
1467.76/1468.45	c   pseudo solutions :       0.00          -          0
1467.76/1468.45	c   intshifting      :       0.01          0          0
1467.76/1468.45	c   oneopt           :       0.25          8          0
1467.76/1468.45	c   crossover        :       1.70          4          0
1467.76/1468.45	c   feaspump         :       0.22         21          0
1467.76/1468.45	c   fracdiving       :       2.37        404          0
1467.76/1468.45	c   pscostdiving     :       5.43        404          0
1467.76/1468.45	c   guideddiving     :       2.92        404          2
1467.76/1468.45	c   coefdiving       :       2.47        404          3
1467.76/1468.45	c   linesearchdiving :       3.26        405          2
1467.76/1468.45	c   veclendiving     :       4.22        405          0
1467.76/1468.45	c   objpscostdiving  :       1.68        203          0
1467.76/1468.45	c   rootsoldiving    :       3.49        203          0
1467.76/1468.45	c   trivial          :       0.00          2          0
1467.76/1468.45	c   simplerounding   :       0.37          0          0
1467.76/1468.45	c   zirounding       :       0.26       1000          0
1467.76/1468.45	c   rounding         :       0.84       6501          0
1467.76/1468.45	c   shifting         :       8.88       1988          0
1467.76/1468.45	c   twoopt           :       0.00          0          0
1467.76/1468.45	c   fixandinfer      :       0.00          0          0
1467.76/1468.45	c   intdiving        :       0.00          0          0
1467.76/1468.45	c   actconsdiving    :       0.00          0          0
1467.76/1468.45	c   octane           :       0.00          0          0
1467.76/1468.45	c   rens             :       0.00          0          0
1467.76/1468.45	c   rins             :       0.00          0          0
1467.76/1468.45	c   localbranching   :       0.00          0          0
1467.76/1468.45	c   mutation         :       0.00          0          0
1467.76/1468.45	c   dins             :       0.00          0          0
1467.76/1468.45	c   undercover       :       0.00          0          0
1467.76/1468.45	c   nlp              :       0.27          0          0
1467.76/1468.45	c   trysol           :       0.21          0          0
1467.76/1468.45	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1467.76/1468.45	c   primal LP        :       0.00          0          0       0.00          -
1467.76/1468.45	c   dual LP          :     441.64     267168    4911457      18.38   11120.95
1467.76/1468.45	c   lex dual LP      :       0.00          0          0       0.00          -
1467.76/1468.45	c   barrier LP       :       0.00          0          0       0.00          -
1467.76/1468.45	c   diving/probing LP:      16.03      10182     134839      13.24    8411.67
1467.76/1468.45	c   strong branching :      41.42      17047     417904      24.51   10089.43
1467.76/1468.45	c     (at root node) :          -         17       7153     420.76          -
1467.76/1468.45	c   conflict analysis:       0.00          0          0       0.00          -
1467.76/1468.45	c B&B Tree           :
1467.76/1468.45	c   number of runs   :          1
1467.76/1468.45	c   nodes            :     350847
1467.76/1468.45	c   nodes (total)    :     350847
1467.76/1468.45	c   nodes left       :          0
1467.76/1468.45	c   max depth        :         79
1467.76/1468.45	c   max depth (total):         79
1467.76/1468.45	c   backtracks       :      83793 (23.9%)
1467.76/1468.45	c   delayed cutoffs  :      54502
1467.76/1468.45	c   repropagations   :     403794 (2892366 domain reductions, 41648 cutoffs)
1467.76/1468.45	c   avg switch length:       7.50
1467.76/1468.45	c   switching time   :     186.37
1467.76/1468.45	c Solution           :
1467.76/1468.45	c   Solutions found  :          8 (8 improvements)
1467.76/1468.45	c   First Solution   : +5.40000000000000e+01   (in run 1, after 2046 nodes, 19.06 seconds, depth 41, found by <linesearchdiving>)
1467.76/1468.45	c   Primal Bound     : +3.40000000000000e+01   (in run 1, after 32806 nodes, 151.10 seconds, depth 56, found by <coefdiving>)
1467.76/1468.45	c   Dual Bound       : +3.40000000000000e+01
1467.76/1468.45	c   Gap              :       0.00 %
1467.76/1468.45	c   Root Dual Bound  : +2.80000000000000e+01
1467.76/1468.45	c   Root Iterations  :       1458
1467.76/1468.49	c Time complete: 1467.85.

Verifier Data

OK	34

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2666234-1276619583/watcher-2666234-1276619583 -o /tmp/evaluation-result-2666234-1276619583/solver-2666234-1276619583 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2666234-1276619583.opb -t 1800 -m 1800 

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): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.62 1.14 1.05 3/106 10535
/proc/meminfo: memFree=1737500/2059040 swapFree=4192956/4192956
[pid=10535] ppid=10533 vsize=10556 CPUtime=0
/proc/10535/stat : 10535 (pbscip.linux.x8) R 10533 10535 10130 0 -1 4202496 1566 0 0 0 0 0 0 0 25 0 1 0 3252125 10809344 1486 1992294400 4194304 9819077 140733457080256 18446744073709551615 6179008 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/10535/statm: 2639 1488 388 1374 0 1260 0

[startup+0.0293351 s]
/proc/loadavg: 1.62 1.14 1.05 3/106 10535
/proc/meminfo: memFree=1737500/2059040 swapFree=4192956/4192956
[pid=10535] ppid=10533 vsize=11136 CPUtime=0.02
/proc/10535/stat : 10535 (pbscip.linux.x8) R 10533 10535 10130 0 -1 4202496 1719 0 0 0 2 0 0 0 25 0 1 0 3252125 11403264 1639 1992294400 4194304 9819077 140733457080256 18446744073709551615 8631972 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/10535/statm: 2784 1639 388 1374 0 1405 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 11136

[startup+0.101343 s]
/proc/loadavg: 1.62 1.14 1.05 3/106 10535
/proc/meminfo: memFree=1737500/2059040 swapFree=4192956/4192956
[pid=10535] ppid=10533 vsize=17204 CPUtime=0.09
/proc/10535/stat : 10535 (pbscip.linux.x8) R 10533 10535 10130 0 -1 4202496 4496 0 0 0 8 1 0 0 25 0 1 0 3252125 17616896 3034 1992294400 4194304 9819077 140733457080256 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10535/statm: 4301 3034 512 1374 0 2922 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 17204

[startup+0.300364 s]
/proc/loadavg: 1.62 1.14 1.05 3/106 10535
/proc/meminfo: memFree=1737500/2059040 swapFree=4192956/4192956
[pid=10535] ppid=10533 vsize=23380 CPUtime=0.29
/proc/10535/stat : 10535 (pbscip.linux.x8) R 10533 10535 10130 0 -1 4202496 8962 0 0 0 26 3 0 0 25 0 1 0 3252125 23941120 4762 1992294400 4194304 9819077 140733457080256 18446744073709551615 4561458 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10535/statm: 5845 4762 691 1374 0 4466 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 23380

[startup+0.700416 s]
/proc/loadavg: 1.62 1.14 1.05 3/106 10535
/proc/meminfo: memFree=1737500/2059040 swapFree=4192956/4192956
[pid=10535] ppid=10533 vsize=24448 CPUtime=0.69
/proc/10535/stat : 10535 (pbscip.linux.x8) R 10533 10535 10130 0 -1 4202496 9128 0 0 0 65 4 0 0 25 0 1 0 3252125 25034752 4920 1992294400 4194304 9819077 140733457080256 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10535/statm: 6112 4920 691 1374 0 4733 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 24448

[startup+1.50047 s]
/proc/loadavg: 1.62 1.14 1.05 2/107 10536
/proc/meminfo: memFree=1741336/2059040 swapFree=4192956/4192956
[pid=10535] ppid=10533 vsize=28660 CPUtime=1.49
/proc/10535/stat : 10535 (pbscip.linux.x8) R 10533 10535 10130 0 -1 4202496 10885 0 0 0 144 5 0 0 25 0 1 0 3252125 29347840 5148 1992294400 4194304 9819077 140733457080256 18446744073709551615 7291684 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10535/statm: 7165 5148 697 1374 0 5786 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 28660

[startup+3.10063 s]
/proc/loadavg: 1.62 1.14 1.05 2/106 10536
/proc/meminfo: memFree=1740228/2059040 swapFree=4192956/4192956
[pid=10535] ppid=10533 vsize=24440 CPUtime=3.09
/proc/10535/stat : 10535 (pbscip.linux.x8) R 10533 10535 10130 0 -1 4202496 17693 0 0 0 301 8 0 0 25 0 1 0 3252125 25026560 5063 1992294400 4194304 9819077 140733457080256 18446744073709551615 6372771 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10535/statm: 6222 5065 701 1374 0 4843 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 24440

[startup+6.30095 s]
/proc/loadavg: 1.57 1.14 1.05 2/106 10536
/proc/meminfo: memFree=1740352/2059040 swapFree=4192956/4192956
[pid=10535] ppid=10533 vsize=26552 CPUtime=6.29
/proc/10535/stat : 10535 (pbscip.linux.x8) R 10533 10535 10130 0 -1 4202496 28975 0 0 0 609 20 0 0 25 0 1 0 3252125 27189248 5092 1992294400 4194304 9819077 140733457080256 18446744073709551615 7291631 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10535/statm: 6638 5092 706 1374 0 5259 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 26552

[startup+12.7006 s]
/proc/loadavg: 1.52 1.14 1.05 2/106 10536
/proc/meminfo: memFree=1740492/2059040 swapFree=4192956/4192956
[pid=10535] ppid=10533 vsize=24668 CPUtime=12.68
/proc/10535/stat : 10535 (pbscip.linux.x8) R 10533 10535 10130 0 -1 4202496 49842 0 0 0 1230 38 0 0 25 0 1 0 3252125 25260032 5070 1992294400 4194304 9819077 140733457080256 18446744073709551615 4660982 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10535/statm: 6167 5070 707 1374 0 4788 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 24668

[startup+25.5018 s]
/proc/loadavg: 1.40 1.13 1.04 2/106 10536
/proc/meminfo: memFree=1738880/2059040 swapFree=4192956/4192956
[pid=10535] ppid=10533 vsize=28400 CPUtime=25.48
/proc/10535/stat : 10535 (pbscip.linux.x8) R 10533 10535 10130 0 -1 4202496 126676 0 0 0 2445 103 0 0 25 0 1 0 3252125 29081600 5659 1992294400 4194304 9819077 140733457080256 18446744073709551615 7301814 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10535/statm: 7100 5659 722 1374 0 5721 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 28400

[startup+51.1014 s]
/proc/loadavg: 1.27 1.12 1.04 2/106 10538
/proc/meminfo: memFree=1733920/2059040 swapFree=4192956/4192956
[pid=10535] ppid=10533 vsize=33688 CPUtime=51.06
/proc/10535/stat : 10535 (pbscip.linux.x8) R 10533 10535 10130 0 -1 4202496 296174 0 0 0 4870 236 0 0 25 0 1 0 3252125 34496512 7014 1992294400 4194304 9819077 140733457080256 18446744073709551615 4923483 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10535/statm: 8422 7014 722 1374 0 7043 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 33688

[startup+102.308 s]
/proc/loadavg: 1.11 1.10 1.04 2/106 10540
/proc/meminfo: memFree=1723752/2059040 swapFree=4192956/4192956
[pid=10535] ppid=10533 vsize=43524 CPUtime=102.25
/proc/10535/stat : 10535 (pbscip.linux.x8) R 10533 10535 10130 0 -1 4202496 593193 0 0 0 9735 490 0 0 25 0 1 0 3252125 44568576 9431 1992294400 4194304 9819077 140733457080256 18446744073709551615 4979712 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10535/statm: 10881 9431 723 1374 0 9502 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 43524

[startup+162.301 s]
/proc/loadavg: 1.04 1.08 1.03 2/106 10540
/proc/meminfo: memFree=1714948/2059040 swapFree=4192956/4192956
[pid=10535] ppid=10533 vsize=51988 CPUtime=162.22
/proc/10535/stat : 10535 (pbscip.linux.x8) R 10533 10535 10130 0 -1 4202496 949259 0 0 0 15431 791 0 0 25 0 1 0 3252125 53235712 11525 1992294400 4194304 9819077 140733457080256 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10535/statm: 12997 11525 730 1374 0 11618 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 51988

[startup+222.301 s]
/proc/loadavg: 1.01 1.06 1.02 2/106 10542
/proc/meminfo: memFree=1714204/2059040 swapFree=4192956/4192956
[pid=10535] ppid=10533 vsize=52588 CPUtime=222.2
/proc/10535/stat : 10535 (pbscip.linux.x8) R 10533 10535 10130 0 -1 4202496 1299289 0 0 0 21120 1100 0 0 25 0 1 0 3252125 53850112 11694 1992294400 4194304 9819077 140733457080256 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10535/statm: 13147 11694 730 1374 0 11768 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 52588

[startup+282.301 s]
/proc/loadavg: 1.00 1.05 1.02 2/106 10544
/proc/meminfo: memFree=1710732/2059040 swapFree=4192956/4192956
[pid=10535] ppid=10533 vsize=56656 CPUtime=282.17
/proc/10535/stat : 10535 (pbscip.linux.x8) R 10533 10535 10130 0 -1 4202496 1602852 0 0 0 26825 1392 0 0 25 0 1 0 3252125 58015744 12665 1992294400 4194304 9819077 140733457080256 18446744073709551615 7292216 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10535/statm: 14164 12665 730 1374 0 12785 0
Current children cumulated CPU time (s) 282.17
Current children cumulated vsize (KiB) 56656

[startup+342.301 s]
/proc/loadavg: 1.00 1.04 1.01 2/106 10546
/proc/meminfo: memFree=1705152/2059040 swapFree=4192956/4192956
[pid=10535] ppid=10533 vsize=62124 CPUtime=342.15
/proc/10535/stat : 10535 (pbscip.linux.x8) R 10533 10535 10130 0 -1 4202496 1919299 0 0 0 32525 1690 0 0 25 0 1 0 3252125 63614976 14046 1992294400 4194304 9819077 140733457080256 18446744073709551615 4983126 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10535/statm: 15531 14046 730 1374 0 14152 0
Current children cumulated CPU time (s) 342.15
Current children cumulated vsize (KiB) 62124

[startup+402.301 s]
/proc/loadavg: 1.00 1.03 1.01 2/106 10546
/proc/meminfo: memFree=1700440/2059040 swapFree=4192956/4192956
[pid=10535] ppid=10533 vsize=66860 CPUtime=402.12
/proc/10535/stat : 10535 (pbscip.linux.x8) R 10533 10535 10130 0 -1 4202496 2213697 0 0 0 38229 1983 0 0 25 0 1 0 3252125 68464640 15185 1992294400 4194304 9819077 140733457080256 18446744073709551615 4925457 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10535/statm: 16715 15185 730 1374 0 15336 0
Current children cumulated CPU time (s) 402.12
Current children cumulated vsize (KiB) 66860

[startup+462.301 s]
/proc/loadavg: 1.00 1.02 1.00 2/106 10548
/proc/meminfo: memFree=1693124/2059040 swapFree=4192956/4192956
[pid=10535] ppid=10533 vsize=74492 CPUtime=462.1
/proc/10535/stat : 10535 (pbscip.linux.x8) R 10533 10535 10130 0 -1 4202496 2505271 0 0 0 43927 2283 0 0 25 0 1 0 3252125 76279808 17025 1992294400 4194304 9819077 140733457080256 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10535/statm: 18623 17025 730 1374 0 17244 0
Current children cumulated CPU time (s) 462.1
Current children cumulated vsize (KiB) 74492

[startup+522.301 s]
/proc/loadavg: 1.00 1.02 1.00 2/106 10550
/proc/meminfo: memFree=1684320/2059040 swapFree=4192956/4192956
[pid=10535] ppid=10533 vsize=84472 CPUtime=522.07
/proc/10535/stat : 10535 (pbscip.linux.x8) R 10533 10535 10130 0 -1 4202496 2763553 0 0 0 49635 2572 0 0 25 0 1 0 3252125 86499328 19263 1992294400 4194304 9819077 140733457080256 18446744073709551615 7261164 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10535/statm: 21167 19264 730 1374 0 19788 0
Current children cumulated CPU time (s) 522.07
Current children cumulated vsize (KiB) 84472

[startup+582.301 s]
/proc/loadavg: 1.00 1.01 1.00 2/106 10552
/proc/meminfo: memFree=1679360/2059040 swapFree=4192956/4192956
[pid=10535] ppid=10533 vsize=87932 CPUtime=582.05
/proc/10535/stat : 10535 (pbscip.linux.x8) R 10533 10535 10130 0 -1 4202496 3018368 0 0 0 55357 2848 0 0 25 0 1 0 3252125 90042368 20356 1992294400 4194304 9819077 140733457080256 18446744073709551615 4925969 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10535/statm: 21983 20356 730 1374 0 20604 0
Current children cumulated CPU time (s) 582.05
Current children cumulated vsize (KiB) 87932

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 10554
/proc/meminfo: memFree=1676012/2059040 swapFree=4192956/4192956
[pid=10535] ppid=10533 vsize=91224 CPUtime=642.02
/proc/10535/stat : 10535 (pbscip.linux.x8) R 10533 10535 10130 0 -1 4202496 3258982 0 0 0 61085 3117 0 0 25 0 1 0 3252125 93413376 21276 1992294400 4194304 9819077 140733457080256 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10535/statm: 22806 21276 730 1374 0 21427 0
Current children cumulated CPU time (s) 642.02
Current children cumulated vsize (KiB) 91224

[startup+702.301 s]

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

/proc/meminfo: memFree=1656048/2059040 swapFree=4192956/4192956
[pid=10535] ppid=10533 vsize=111316 CPUtime=881.91
/proc/10535/stat : 10535 (pbscip.linux.x8) R 10533 10535 10130 0 -1 4202496 4169081 0 0 0 84026 4165 0 0 25 0 1 0 3252125 113987584 26207 1992294400 4194304 9819077 140733457080256 18446744073709551615 7295939 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10535/statm: 27829 26207 730 1374 0 26450 0
Current children cumulated CPU time (s) 881.91
Current children cumulated vsize (KiB) 111316

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 10562
/proc/meminfo: memFree=1655056/2059040 swapFree=4192956/4192956
[pid=10535] ppid=10533 vsize=112328 CPUtime=941.88
/proc/10535/stat : 10535 (pbscip.linux.x8) R 10533 10535 10130 0 -1 4202496 4361610 0 0 0 89785 4403 0 0 25 0 1 0 3252125 115023872 26437 1992294400 4194304 9819077 140733457080256 18446744073709551615 4221551 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10535/statm: 28082 26437 730 1374 0 26703 0
Current children cumulated CPU time (s) 941.88
Current children cumulated vsize (KiB) 112328

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 10564
/proc/meminfo: memFree=1654188/2059040 swapFree=4192956/4192956
[pid=10535] ppid=10533 vsize=112568 CPUtime=1001.86
/proc/10535/stat : 10535 (pbscip.linux.x8) R 10533 10535 10130 0 -1 4202496 4555389 0 0 0 95541 4645 0 0 25 0 1 0 3252125 115269632 26540 1992294400 4194304 9819077 140733457080256 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10535/statm: 28142 26540 730 1374 0 26763 0
Current children cumulated CPU time (s) 1001.86
Current children cumulated vsize (KiB) 112568

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 10564
/proc/meminfo: memFree=1653940/2059040 swapFree=4192956/4192956
[pid=10535] ppid=10533 vsize=113284 CPUtime=1061.84
/proc/10535/stat : 10535 (pbscip.linux.x8) R 10533 10535 10130 0 -1 4202496 4742495 0 0 0 101302 4882 0 0 25 0 1 0 3252125 116002816 26675 1992294400 4194304 9819077 140733457080256 18446744073709551615 4223056 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10535/statm: 28321 26675 730 1374 0 26942 0
Current children cumulated CPU time (s) 1061.84
Current children cumulated vsize (KiB) 113284

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 10566
/proc/meminfo: memFree=1653816/2059040 swapFree=4192956/4192956
[pid=10535] ppid=10533 vsize=113260 CPUtime=1121.81
/proc/10535/stat : 10535 (pbscip.linux.x8) R 10533 10535 10130 0 -1 4202496 4921296 0 0 0 107071 5110 0 0 25 0 1 0 3252125 115978240 26687 1992294400 4194304 9819077 140733457080256 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10535/statm: 28315 26687 730 1374 0 26936 0
Current children cumulated CPU time (s) 1121.81
Current children cumulated vsize (KiB) 113260

[startup+1182.3 s]
/proc/loadavg: 1.12 1.03 1.01 2/106 10568
/proc/meminfo: memFree=1653816/2059040 swapFree=4192956/4192956
[pid=10535] ppid=10533 vsize=113308 CPUtime=1181.78
/proc/10535/stat : 10535 (pbscip.linux.x8) R 10533 10535 10130 0 -1 4202496 5105027 0 0 0 112839 5339 0 0 25 0 1 0 3252125 116027392 26680 1992294400 4194304 9819077 140733457080256 18446744073709551615 6696609 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10535/statm: 28327 26681 730 1374 0 26948 0
Current children cumulated CPU time (s) 1181.78
Current children cumulated vsize (KiB) 113308

[startup+1242.3 s]
/proc/loadavg: 1.04 1.02 1.00 2/106 10570
/proc/meminfo: memFree=1653444/2059040 swapFree=4192956/4192956
[pid=10535] ppid=10533 vsize=113428 CPUtime=1241.75
/proc/10535/stat : 10535 (pbscip.linux.x8) R 10533 10535 10130 0 -1 4202496 5279561 0 0 0 118604 5571 0 0 25 0 1 0 3252125 116150272 26711 1992294400 4194304 9819077 140733457080256 18446744073709551615 4999811 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10535/statm: 28357 26711 730 1374 0 26978 0
Current children cumulated CPU time (s) 1241.75
Current children cumulated vsize (KiB) 113428

[startup+1302.3 s]
/proc/loadavg: 1.01 1.02 1.00 2/106 10572
/proc/meminfo: memFree=1653444/2059040 swapFree=4192956/4192956
[pid=10535] ppid=10533 vsize=113404 CPUtime=1301.74
/proc/10535/stat : 10535 (pbscip.linux.x8) R 10533 10535 10130 0 -1 4202496 5452819 0 0 0 124370 5804 0 0 25 0 1 0 3252125 116125696 26712 1992294400 4194304 9819077 140733457080256 18446744073709551615 4978051 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10535/statm: 28351 26712 730 1374 0 26972 0
Current children cumulated CPU time (s) 1301.74
Current children cumulated vsize (KiB) 113404

[startup+1362.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/106 10572
/proc/meminfo: memFree=1653320/2059040 swapFree=4192956/4192956
[pid=10535] ppid=10533 vsize=113496 CPUtime=1361.7
/proc/10535/stat : 10535 (pbscip.linux.x8) R 10533 10535 10130 0 -1 4202496 5650768 0 0 0 130093 6077 0 0 25 0 1 0 3252125 116219904 26717 1992294400 4194304 9819077 140733457080256 18446744073709551615 4947638 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10535/statm: 28374 26717 730 1374 0 26995 0
Current children cumulated CPU time (s) 1361.7
Current children cumulated vsize (KiB) 113496

[startup+1422.31 s]
/proc/loadavg: 1.00 1.01 1.00 2/106 10574
/proc/meminfo: memFree=1653196/2059040 swapFree=4192956/4192956
[pid=10535] ppid=10533 vsize=113448 CPUtime=1421.68
/proc/10535/stat : 10535 (pbscip.linux.x8) R 10533 10535 10130 0 -1 4202496 5833549 0 0 0 135842 6326 0 0 25 0 1 0 3252125 116170752 26718 1992294400 4194304 9819077 140733457080256 18446744073709551615 4651872 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10535/statm: 28362 26718 730 1374 0 26983 0
Current children cumulated CPU time (s) 1421.68
Current children cumulated vsize (KiB) 113448

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

[startup+1433.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 10574
/proc/meminfo: memFree=1653196/2059040 swapFree=4192956/4192956
[pid=10535] ppid=10533 vsize=113380 CPUtime=1432.87
/proc/10535/stat : 10535 (pbscip.linux.x8) R 10533 10535 10130 0 -1 4202496 5867718 0 0 0 136916 6371 0 0 25 0 1 0 3252125 116101120 26717 1992294400 4194304 9819077 140733457080256 18446744073709551615 7816453 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10535/statm: 28345 26717 730 1374 0 26966 0
Current children cumulated CPU time (s) 1432.87
Current children cumulated vsize (KiB) 113380

[startup+1446.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 10574
/proc/meminfo: memFree=1653196/2059040 swapFree=4192956/4192956
[pid=10535] ppid=10533 vsize=113380 CPUtime=1445.66
/proc/10535/stat : 10535 (pbscip.linux.x8) R 10533 10535 10130 0 -1 4202496 5909189 0 0 0 138143 6423 0 0 25 0 1 0 3252125 116101120 26718 1992294400 4194304 9819077 140733457080256 18446744073709551615 8723783 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10535/statm: 28243 26714 730 1374 0 26864 0
Current children cumulated CPU time (s) 1445.66
Current children cumulated vsize (KiB) 113380

[startup+1459.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 10576
/proc/meminfo: memFree=1653196/2059040 swapFree=4192956/4192956
[pid=10535] ppid=10533 vsize=113428 CPUtime=1458.47
/proc/10535/stat : 10535 (pbscip.linux.x8) R 10533 10535 10130 0 -1 4202496 5947829 0 0 0 139373 6474 0 0 25 0 1 0 3252125 116150272 26718 1992294400 4194304 9819077 140733457080256 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10535/statm: 28357 26718 730 1374 0 26978 0
Current children cumulated CPU time (s) 1458.47
Current children cumulated vsize (KiB) 113428

[startup+1462.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 10576
/proc/meminfo: memFree=1653196/2059040 swapFree=4192956/4192956
[pid=10535] ppid=10533 vsize=113448 CPUtime=1461.66
/proc/10535/stat : 10535 (pbscip.linux.x8) R 10533 10535 10130 0 -1 4202496 5960035 0 0 0 139678 6488 0 0 25 0 1 0 3252125 116170752 26718 1992294400 4194304 9819077 140733457080256 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10535/statm: 28362 26718 730 1374 0 26983 0
Current children cumulated CPU time (s) 1461.66
Current children cumulated vsize (KiB) 113448

[startup+1465.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 10576
/proc/meminfo: memFree=1653196/2059040 swapFree=4192956/4192956
[pid=10535] ppid=10533 vsize=113496 CPUtime=1464.86
/proc/10535/stat : 10535 (pbscip.linux.x8) R 10533 10535 10130 0 -1 4202496 5969078 0 0 0 139988 6498 0 0 25 0 1 0 3252125 116219904 26722 1992294400 4194304 9819077 140733457080256 18446744073709551615 6192285 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10535/statm: 28374 26722 730 1374 0 26995 0
Current children cumulated CPU time (s) 1464.86
Current children cumulated vsize (KiB) 113496

[startup+1467.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 10576
/proc/meminfo: memFree=1653196/2059040 swapFree=4192956/4192956
[pid=10535] ppid=10533 vsize=113404 CPUtime=1466.46
/proc/10535/stat : 10535 (pbscip.linux.x8) R 10533 10535 10130 0 -1 4202496 5974013 0 0 0 140140 6506 0 0 25 0 1 0 3252125 116125696 26718 1992294400 4194304 9819077 140733457080256 18446744073709551615 4978032 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10535/statm: 28351 26718 730 1374 0 26972 0
Current children cumulated CPU time (s) 1466.46
Current children cumulated vsize (KiB) 113404

[startup+1467.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 10576
/proc/meminfo: memFree=1653196/2059040 swapFree=4192956/4192956
[pid=10535] ppid=10533 vsize=113428 CPUtime=1467.26
/proc/10535/stat : 10535 (pbscip.linux.x8) R 10533 10535 10130 0 -1 4202496 5976867 0 0 0 140216 6510 0 0 25 0 1 0 3252125 116150272 26718 1992294400 4194304 9819077 140733457080256 18446744073709551615 4981628 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10535/statm: 28357 26718 730 1374 0 26978 0
Current children cumulated CPU time (s) 1467.26
Current children cumulated vsize (KiB) 113428

[startup+1468.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 10576
/proc/meminfo: memFree=1653196/2059040 swapFree=4192956/4192956
[pid=10535] ppid=10533 vsize=113404 CPUtime=1467.66
/proc/10535/stat : 10535 (pbscip.linux.x8) R 10533 10535 10130 0 -1 4202496 5978097 0 0 0 140255 6511 0 0 25 0 1 0 3252125 116125696 26718 1992294400 4194304 9819077 140733457080256 18446744073709551615 4979559 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10535/statm: 28351 26718 730 1374 0 26972 0
Current children cumulated CPU time (s) 1467.66
Current children cumulated vsize (KiB) 113404

[startup+1468.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 10576
/proc/meminfo: memFree=1653196/2059040 swapFree=4192956/4192956
[pid=10535] ppid=10533 vsize=113424 CPUtime=1467.76
/proc/10535/stat : 10535 (pbscip.linux.x8) R 10533 10535 10130 0 -1 4202496 5978421 0 0 0 140265 6511 0 0 25 0 1 0 3252125 116146176 26718 1992294400 4194304 9819077 140733457080256 18446744073709551615 4947385 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10535/statm: 28356 26718 730 1374 0 26977 0
Current children cumulated CPU time (s) 1467.76
Current children cumulated vsize (KiB) 113424

Child status: 0
Real time (s): 1468.5
CPU time (s): 1467.86
CPU user time (s): 1402.73
CPU system time (s): 65.1301
CPU usage (%): 99.9569
Max. virtual memory (cumulated for all children) (KiB): 115892

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

runsolver used 2.43063 second user time and 6.93394 second system time

The end

Launcher Data

Begin job on node084 at 2010-06-15 18:33:03
IDJOB=2666234
IDBENCH=2938
IDSOLVER=1168
FILE ID=node084/2666234-1276619583
PBS_JOBID= 11172295
Free space on /tmp= 62512 MiB

SOLVER NAME= SCIPclp SCIP 1.2.1.2 with Clp 1.11.1 (Release Version) as LP solver
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/bounded_golomb_rulers/normalized-bogr_8.opb
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.clp -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2666234-1276619583/watcher-2666234-1276619583 -o /tmp/evaluation-result-2666234-1276619583/solver-2666234-1276619583 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2666234-1276619583.opb -t 1800 -m 1800

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 7511e7863ac3e00f42a81c49dc15d5a1
RANDOM SEED=2046404320

node084.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	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.229
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.45
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.229
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5999.40
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1738648 kB
Buffers:         40684 kB
Cached:         134780 kB
SwapCached:          0 kB
Active:         131708 kB
Inactive:       124032 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1738648 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            7708 kB
Writeback:           0 kB
AnonPages:       80180 kB
Mapped:          17904 kB
Slab:            42500 kB
PageTables:       4432 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   202372 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264948 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62504 MiB
End job on node084 at 2010-06-15 18:57:31