Trace number 2705778

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 NameAnswerCPU timeWall clock time
SCIPclp SCIP 1.2.1.3 with Clp 1.11.1 (Release Version) as LP solverOPTIMUM 869.17 869.148

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/wcsp/coloring/
normalized-geom30a-4_wcsp.wbo
MD5SUMde59a4d263badb761d8b1cfdb0f0d5d5
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark4
Best CPU time to get the best result obtained on this benchmark0.008998
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables120
Total number of constraints354
Number of soft constraints324
Number of constraints which are clauses324
Number of constraints which are cardinality constraints (but not clauses)30
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint4
Top cost 82
Min constraint cost 1
Max constraint cost 1
Sum of constraints costs 324
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 5
Number of bits of the biggest sum of numbers3
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 1.2.1.3 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Clp 1.11.1]
0.00/0.00	c Copyright (c) 2002-2010 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-2705778-1278580143.wbo>
0.00/0.00	c original problem has 768 variables (444 bin, 0 int, 324 impl, 0 cont) and 679 constraints
0.00/0.00	c problem read
0.00/0.00	c presolving settings loaded
0.00/0.01	c presolving:
0.00/0.01	c (round 1) 0 del vars, 0 del conss, 324 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 30 clqs
0.00/0.01	c (round 2) 0 del vars, 0 del conss, 324 chg bounds, 0 chg sides, 0 chg coeffs, 31 upgd conss, 648 impls, 30 clqs
0.00/0.02	c    (0.0s) probing: 101/444 (22.7%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.00/0.02	c    (0.0s) probing aborted: 100/100 successive totally useless probings
0.00/0.02	c presolving (3 rounds):
0.00/0.02	c  0 deleted vars, 0 deleted constraints, 324 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.02	c  648 implications, 30 cliques
0.00/0.02	c presolved problem has 768 variables (444 bin, 0 int, 324 impl, 0 cont) and 679 constraints
0.00/0.02	c       1 constraints of type <knapsack>
0.00/0.02	c      30 constraints of type <setppc>
0.00/0.02	c     324 constraints of type <linear>
0.00/0.02	c     324 constraints of type <indicator>
0.00/0.02	c transformed objective value is always integral (scale: 1)
0.00/0.02	c Presolving Time: 0.01
0.00/0.02	c - non default parameters ----------------------------------------------------------------------
0.00/0.02	c # SCIP version 1.2.1.3
0.00/0.02	c 
0.00/0.02	c # frequency for displaying node information lines
0.00/0.02	c # [type: int, range: [-1,2147483647], default: 100]
0.00/0.02	c display/freq = 10000
0.00/0.02	c 
0.00/0.02	c # maximal time in seconds to run
0.00/0.02	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.02	c limits/time = 1790
0.00/0.02	c 
0.00/0.02	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.02	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.02	c limits/memory = 3420
0.00/0.02	c 
0.00/0.02	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.00/0.02	c # [type: int, range: [1,2], default: 1]
0.00/0.02	c timing/clocktype = 2
0.00/0.02	c 
0.00/0.02	c # should presolving try to simplify inequalities
0.00/0.02	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.02	c constraints/linear/simplifyinequalities = TRUE
0.00/0.02	c 
0.00/0.02	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.00/0.02	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.02	c constraints/indicator/addCouplingCons = TRUE
0.00/0.02	c 
0.00/0.02	c # should presolving try to simplify knapsacks
0.00/0.02	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.02	c constraints/knapsack/simplifyinequalities = TRUE
0.00/0.02	c 
0.00/0.02	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.02	c separating/rapidlearning/freq = 0
0.00/0.02	c 
0.00/0.02	c -----------------------------------------------------------------------------------------------
0.00/0.02	c start solving
0.00/0.02	c 
0.00/0.02	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.00/0.02	c   0.0s|     1 |     0 |    30 |     - |2678k|   0 |   0 | 768 | 679 | 768 |  31 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.00/0.04	c   0.0s|     1 |     0 |    63 |     - |2716k|   0 |  18 | 768 | 679 | 768 | 112 |  81 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.00/0.04	c   0.0s|     1 |     0 |    89 |     - |2741k|   0 |  56 | 768 | 679 | 768 | 160 | 129 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.00/0.05	c   0.0s|     1 |     0 |    99 |     - |2756k|   0 |  58 | 768 | 679 | 768 | 169 | 138 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.00/0.06	c   0.1s|     1 |     0 |   125 |     - |2760k|   0 |  65 | 768 | 679 | 768 | 177 | 146 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.00/0.06	c   0.1s|     1 |     0 |   154 |     - |2812k|   0 |  57 | 768 | 679 | 768 | 196 | 165 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.00/0.07	c   0.1s|     1 |     0 |   176 |     - |2865k|   0 |  65 | 768 | 679 | 768 | 203 | 172 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.07/0.09	c   0.1s|     1 |     2 |   176 |     - |2867k|   0 |  65 | 768 | 679 | 768 | 203 | 172 |   0 |  16 | 0.000000e+00 |      --      |    Inf 
0.19/0.27	o 12
0.19/0.27	c y 0.3s|    42 |    38 |   388 |   5.2 |2945k|  15 |   - | 768 | 679 |   0 |   0 | 212 |   0 | 415 | 0.000000e+00 | 1.200000e+01 |    Inf 
0.29/0.31	o 10
0.29/0.31	c y 0.3s|    67 |    62 |   573 |   6.0 |2979k|  18 |   - | 768 | 679 |   0 |   0 | 248 |   0 | 482 | 0.000000e+00 | 1.000000e+01 |    Inf 
0.69/0.76	o 8
0.69/0.76	c y 0.8s|   832 |   798 |  2658 |   3.0 |4072k| 210 |   - | 768 | 688 |   0 |   0 | 862 |   9 | 677 | 0.000000e+00 | 8.000000e+00 |    Inf 
3.39/3.49	o 7
3.39/3.49	c y 3.5s|  7928 |  7800 |  6656 |   0.8 |9699k| 220 |   - | 768 | 694 |   0 |   0 |1913 |  15 | 793 | 0.000000e+00 | 7.000000e+00 |    Inf 
3.79/3.89	o 6
3.79/3.89	c y 3.9s|  9140 |  8795 |  6789 |   0.7 |  10M| 226 |   - | 768 | 695 |   0 |   0 |1930 |  16 | 803 | 0.000000e+00 | 6.000000e+00 |    Inf 
4.19/4.20	c   4.2s| 10000 |  9657 |  7008 |   0.7 |  11M| 226 |   0 | 768 | 695 | 768 | 218 |1985 |  16 | 807 | 0.000000e+00 | 6.000000e+00 |    Inf 
5.99/6.03	o 5
5.99/6.03	c * 6.0s| 14507 | 13262 | 10093 |   0.7 |  14M| 226 |   - | 768 | 872 | 768 | 212 |3056 | 193 | 814 | 0.000000e+00 | 5.000000e+00 |    Inf 
8.49/8.53	o 4
8.49/8.53	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
8.49/8.53	c * 8.5s| 19707 | 14681 | 15553 |   0.8 |  17M| 226 |   - | 768 |1907 | 768 | 209 |4677 |1356 | 818 | 0.000000e+00 | 4.000000e+00 |    Inf 
8.70/8.70	c   8.7s| 20000 | 14840 | 15953 |   0.8 |  17M| 226 |   0 | 768 |1923 | 768 | 221 |4762 |1456 | 818 | 0.000000e+00 | 4.000000e+00 |    Inf 
14.59/14.61	c  14.6s| 30000 | 19983 | 33132 |   1.1 |  27M| 226 |   - | 768 |1797 |   0 |   0 |9984 |5181 |1026 | 0.000000e+00 | 4.000000e+00 |    Inf 
20.69/20.78	c  20.8s| 40000 | 24580 | 47665 |   1.2 |  38M| 226 |  14 | 768 |2218 | 768 | 212 |  14k|9296 |1256 | 0.000000e+00 | 4.000000e+00 |    Inf 
26.79/26.87	c  26.9s| 50000 | 28889 | 63466 |   1.3 |  49M| 226 |   - | 768 |2412 |   0 |   0 |  18k|  13k|1463 | 0.000000e+00 | 4.000000e+00 |    Inf 
32.80/32.84	c  32.8s| 60000 | 34052 | 77767 |   1.3 |  61M| 226 |  28 | 768 |2978 | 768 | 219 |  22k|  16k|1596 | 0.000000e+00 | 4.000000e+00 |    Inf 
39.19/39.21	c  39.2s| 70000 | 38645 | 93172 |   1.3 |  73M| 226 |   0 | 768 |2698 | 768 | 215 |  26k|  20k|1763 | 0.000000e+00 | 4.000000e+00 |    Inf 
45.29/45.39	c  45.4s| 80000 | 43652 |107503 |   1.3 |  87M| 226 |   - | 768 |3135 |   0 |   0 |  30k|  24k|1893 | 0.000000e+00 | 4.000000e+00 |    Inf 
51.39/51.43	c  51.4s| 90000 | 48038 |118230 |   1.3 |  97M| 226 |   - | 768 |2663 |   0 |   0 |  33k|  28k|2007 | 0.000000e+00 | 4.000000e+00 |    Inf 
57.59/57.66	c  57.7s|100000 | 51922 |127476 |   1.3 | 110M| 226 |   0 | 768 |3054 | 768 | 217 |  35k|  32k|2084 | 0.000000e+00 | 4.000000e+00 |    Inf 
63.99/64.06	c  64.1s|110000 | 55416 |135304 |   1.2 | 121M| 226 |   - | 768 |2832 |   0 |   0 |  38k|  37k|2156 | 0.000000e+00 | 4.000000e+00 |    Inf 
70.79/70.87	c  70.9s|120000 | 58675 |150314 |   1.3 | 131M| 226 |   - | 768 |2009 |   0 |   0 |  43k|  41k|2305 | 0.000000e+00 | 4.000000e+00 |    Inf 
76.99/77.08	c  77.1s|130000 | 63186 |165118 |   1.3 | 143M| 226 |   0 | 768 |2380 | 768 | 217 |  47k|  45k|2393 | 0.000000e+00 | 4.000000e+00 |    Inf 
83.39/83.45	c  83.4s|140000 | 67029 |177000 |   1.3 | 153M| 226 |   0 | 768 |2563 | 768 | 225 |  51k|  49k|2502 | 0.000000e+00 | 4.000000e+00 |    Inf 
90.09/90.10	c  90.1s|150000 | 70800 |189269 |   1.3 | 163M| 226 |   - | 768 |2831 |   0 |   0 |  54k|  54k|2584 | 0.000000e+00 | 4.000000e+00 |    Inf 
96.70/96.78	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
96.70/96.78	c  96.8s|160000 | 74458 |200636 |   1.3 | 174M| 226 |   0 | 768 |2891 | 768 | 208 |  58k|  58k|2680 | 0.000000e+00 | 4.000000e+00 |    Inf 
103.50/103.52	c   104s|170000 | 77765 |211750 |   1.2 | 184M| 226 |   - | 768 |2688 |   0 |   0 |  61k|  63k|2741 | 0.000000e+00 | 4.000000e+00 |    Inf 
110.20/110.26	c   110s|180000 | 81439 |222551 |   1.2 | 194M| 226 |   0 | 768 |2976 | 768 | 223 |  64k|  67k|2820 | 0.000000e+00 | 4.000000e+00 |    Inf 
116.99/117.07	c   117s|190000 | 85260 |236385 |   1.2 | 206M| 226 |  10 | 768 |3278 | 768 | 220 |  68k|  72k|2910 | 0.000000e+00 | 4.000000e+00 |    Inf 
123.90/123.96	c   124s|200000 | 88514 |247688 |   1.2 | 216M| 226 |   - | 768 |3310 |   0 |   0 |  71k|  77k|2959 | 0.000000e+00 | 4.000000e+00 |    Inf 
130.39/130.40	c   130s|210000 | 93397 |261754 |   1.2 | 227M| 226 |   0 | 768 |3387 | 768 | 215 |  76k|  80k|3045 | 0.000000e+00 | 4.000000e+00 |    Inf 
136.99/137.02	c   137s|220000 | 98257 |276458 |   1.3 | 240M| 226 |   6 | 768 |4068 | 768 | 205 |  82k|  84k|3151 | 0.000000e+00 | 4.000000e+00 |    Inf 
143.80/143.88	c   144s|230000 |103033 |290659 |   1.3 | 254M| 226 |   0 | 768 |4017 | 768 | 213 |  87k|  88k|3226 | 0.000000e+00 | 4.000000e+00 |    Inf 
151.39/151.45	c   151s|240000 |105426 |303398 |   1.3 | 263M| 226 |   0 | 768 |3688 | 768 | 219 |  91k|  93k|3333 | 0.000000e+00 | 4.000000e+00 |    Inf 
158.40/158.47	c   158s|250000 |108924 |315834 |   1.3 | 274M| 226 |   0 | 768 |3685 | 768 | 218 |  94k|  98k|3395 | 0.000000e+00 | 4.000000e+00 |    Inf 
165.29/165.38	c   165s|260000 |112718 |330352 |   1.3 | 285M| 226 |   0 | 768 |3500 | 768 | 223 |  98k| 102k|3481 | 0.000000e+00 | 4.000000e+00 |    Inf 
171.99/172.05	c   172s|270000 |116585 |342136 |   1.3 | 297M| 226 |   - | 768 |3475 |   0 |   0 | 101k| 107k|3545 | 0.000000e+00 | 4.000000e+00 |    Inf 
179.00/179.09	c   179s|280000 |120105 |355603 |   1.3 | 306M| 226 |   0 | 768 |3684 | 768 | 223 | 105k| 111k|3605 | 0.000000e+00 | 4.000000e+00 |    Inf 
185.90/185.93	c   186s|290000 |123721 |367725 |   1.3 | 318M| 226 |   0 | 768 |3703 | 768 | 223 | 109k| 116k|3677 | 0.000000e+00 | 4.000000e+00 |    Inf 
192.89/192.97	c   193s|300000 |127173 |380645 |   1.3 | 328M| 226 |   0 | 768 |3711 | 768 | 217 | 112k| 120k|3753 | 0.000000e+00 | 4.000000e+00 |    Inf 
199.70/199.75	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
199.70/199.75	c   200s|310000 |130961 |391787 |   1.3 | 339M| 226 |   - | 768 |3630 |   0 |   0 | 115k| 125k|3803 | 0.000000e+00 | 4.000000e+00 |    Inf 
206.50/206.56	c   207s|320000 |134446 |408669 |   1.3 | 353M| 226 |   0 | 768 |4721 | 768 | 224 | 120k| 129k|3884 | 0.000000e+00 | 4.000000e+00 |    Inf 
213.50/213.53	c   214s|330000 |138129 |420319 |   1.3 | 363M| 226 |   0 | 768 |4156 | 768 | 215 | 123k| 134k|3939 | 0.000000e+00 | 4.000000e+00 |    Inf 
220.10/220.11	c   220s|340000 |142464 |431595 |   1.3 | 374M| 226 |   - | 768 |3923 |   0 |   0 | 126k| 138k|3989 | 0.000000e+00 | 4.000000e+00 |    Inf 
226.60/226.61	c   227s|350000 |147155 |443613 |   1.3 | 386M| 226 |   0 | 768 |4167 | 768 | 231 | 130k| 141k|4018 | 0.000000e+00 | 4.000000e+00 |    Inf 
232.99/233.04	c   233s|360000 |151910 |454510 |   1.3 | 399M| 226 |   0 | 768 |4224 | 768 | 228 | 132k| 145k|4070 | 0.000000e+00 | 4.000000e+00 |    Inf 
239.30/239.37	c   239s|370000 |157219 |468062 |   1.3 | 412M| 226 |   0 | 768 |4486 | 768 | 221 | 136k| 148k|4133 | 0.000000e+00 | 4.000000e+00 |    Inf 
245.50/245.53	c   246s|380000 |163094 |481143 |   1.3 | 424M| 226 |   0 | 768 |4420 | 768 | 221 | 140k| 151k|4200 | 0.000000e+00 | 4.000000e+00 |    Inf 
251.90/251.96	c   252s|390000 |168024 |491754 |   1.3 | 438M| 226 |   0 | 768 |4419 | 768 | 214 | 143k| 155k|4247 | 0.000000e+00 | 4.000000e+00 |    Inf 
258.90/258.91	c   259s|400000 |171817 |503675 |   1.3 | 451M| 226 |   0 | 768 |3875 | 768 | 224 | 146k| 160k|4322 | 1.000000e+00 | 4.000000e+00 | 300.00%
266.00/266.04	c   266s|410000 |175103 |513666 |   1.3 | 461M| 226 |   - | 768 |4046 |   0 |   0 | 149k| 164k|4375 | 1.000000e+00 | 4.000000e+00 | 300.00%
273.50/273.56	c   274s|420000 |177710 |526107 |   1.3 | 471M| 226 |   0 | 768 |3660 | 768 | 221 | 152k| 169k|4424 | 1.000000e+00 | 4.000000e+00 | 300.00%
281.20/281.22	c   281s|430000 |180204 |538740 |   1.3 | 482M| 226 |  14 | 768 |3695 | 768 | 211 | 155k| 174k|4481 | 1.000000e+00 | 4.000000e+00 | 300.00%
288.90/288.95	c   289s|440000 |182189 |551263 |   1.3 | 493M| 226 |   - | 768 |3791 |   0 |   0 | 159k| 180k|4539 | 1.000000e+00 | 4.000000e+00 | 300.00%
296.50/296.56	c   297s|450000 |184548 |562787 |   1.3 | 504M| 226 |   - | 768 |3805 |   0 |   0 | 162k| 185k|4589 | 1.000000e+00 | 4.000000e+00 | 300.00%
304.20/304.23	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
304.20/304.23	c   304s|460000 |186940 |574727 |   1.2 | 515M| 226 |   - | 768 |3872 |   0 |   0 | 165k| 190k|4645 | 1.000000e+00 | 4.000000e+00 | 300.00%
311.80/311.88	c   312s|470000 |189585 |586267 |   1.2 | 526M| 226 |   - | 768 |3862 |   0 |   0 | 169k| 195k|4694 | 1.000000e+00 | 4.000000e+00 | 300.00%
319.60/319.65	c   320s|480000 |191707 |596310 |   1.2 | 536M| 226 |   0 | 768 |4311 | 768 | 226 | 171k| 201k|4730 | 1.000000e+00 | 4.000000e+00 | 300.00%
327.50/327.54	c   328s|490000 |193346 |605720 |   1.2 | 545M| 226 |   0 | 768 |4407 | 768 | 226 | 174k| 206k|4766 | 1.000000e+00 | 4.000000e+00 | 300.00%
335.30/335.39	c   335s|500000 |195307 |615707 |   1.2 | 555M| 226 |   0 | 768 |4420 | 768 | 217 | 177k| 212k|4801 | 1.000000e+00 | 4.000000e+00 | 300.00%
343.10/343.10	c   343s|510000 |197589 |626395 |   1.2 | 566M| 226 |   0 | 768 |4434 | 768 | 217 | 180k| 217k|4850 | 1.000000e+00 | 4.000000e+00 | 300.00%
351.00/351.03	c   351s|520000 |199223 |635057 |   1.2 | 575M| 226 |   - | 768 |4969 |   0 |   0 | 182k| 222k|4894 | 1.000000e+00 | 4.000000e+00 | 300.00%
358.90/358.90	c   359s|530000 |201702 |645854 |   1.2 | 584M| 226 |   0 | 768 |4566 | 768 | 219 | 185k| 228k|4940 | 1.000000e+00 | 4.000000e+00 | 300.00%
367.10/367.10	c   367s|540000 |202259 |653804 |   1.2 | 593M| 226 |   0 | 768 |4935 | 768 | 225 | 187k| 233k|4961 | 1.000000e+00 | 4.000000e+00 | 300.00%
375.50/375.50	c   375s|550000 |203093 |663191 |   1.2 | 602M| 226 |   0 | 768 |5100 | 768 | 225 | 190k| 239k|5021 | 1.000000e+00 | 4.000000e+00 | 300.00%
383.91/383.92	c   384s|560000 |204164 |672302 |   1.2 | 612M| 226 |   - | 768 |5046 |   0 |   0 | 192k| 245k|5048 | 1.000000e+00 | 4.000000e+00 | 300.00%
392.40/392.43	c   392s|570000 |205026 |681847 |   1.2 | 622M| 226 |   - | 768 |5133 |   0 |   0 | 195k| 251k|5094 | 1.000000e+00 | 4.000000e+00 | 300.00%
401.00/401.03	c   401s|580000 |205729 |692660 |   1.2 | 631M| 226 |   - | 768 |4907 |   0 |   0 | 198k| 257k|5147 | 1.000000e+00 | 4.000000e+00 | 300.00%
409.31/409.31	c   409s|590000 |207285 |704737 |   1.2 | 642M| 226 |   0 | 768 |4692 | 768 | 211 | 201k| 262k|5187 | 1.000000e+00 | 4.000000e+00 | 300.00%
417.60/417.64	c   418s|600000 |208330 |715181 |   1.2 | 652M| 226 |   - | 768 |4696 |   0 |   0 | 204k| 268k|5226 | 1.000000e+00 | 4.000000e+00 | 300.00%
425.71/425.78	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
425.71/425.78	c   426s|610000 |209818 |728030 |   1.2 | 663M| 226 |   0 | 768 |4698 | 768 | 222 | 208k| 273k|5270 | 1.000000e+00 | 4.000000e+00 | 300.00%
434.60/434.68	c   435s|620000 |209677 |739030 |   1.2 | 671M| 226 |   - | 768 |4822 |   0 |   0 | 211k| 280k|5329 | 1.000000e+00 | 4.000000e+00 | 300.00%
443.31/443.39	c   443s|630000 |210163 |750965 |   1.2 | 680M| 226 |   - | 768 |4647 |   0 |   0 | 214k| 286k|5383 | 1.000000e+00 | 4.000000e+00 | 300.00%
452.00/452.07	c   452s|640000 |210507 |762436 |   1.2 | 689M| 226 |   0 | 768 |4897 | 768 | 219 | 217k| 292k|5422 | 1.000000e+00 | 4.000000e+00 | 300.00%
460.70/460.76	c   461s|650000 |210905 |771621 |   1.2 | 699M| 226 |   - | 768 |4088 |   0 |   0 | 219k| 298k|5446 | 1.000000e+00 | 4.000000e+00 | 300.00%
470.60/470.66	c   471s|660000 |208742 |779236 |   1.2 | 715M| 226 |   - | 768 |4898 |   0 |   0 | 221k| 306k|5482 | 1.000000e+00 | 4.000000e+00 | 300.00%
479.90/479.99	c   480s|670000 |206412 |786493 |   1.2 | 722M| 226 |   0 | 768 |4089 | 768 | 219 | 223k| 313k|5504 | 1.000000e+00 | 4.000000e+00 | 300.00%
489.01/489.04	c   489s|680000 |205268 |798530 |   1.2 | 731M| 226 |   0 | 768 |3510 | 768 | 225 | 227k| 320k|5556 | 1.000000e+00 | 4.000000e+00 | 300.00%
497.60/497.65	c   498s|690000 |205450 |810635 |   1.2 | 741M| 226 |   0 | 768 |3732 | 768 | 221 | 231k| 326k|5605 | 1.000000e+00 | 4.000000e+00 | 300.00%
506.40/506.41	c   506s|700000 |205495 |822924 |   1.2 | 750M| 226 |   0 | 768 |3889 | 768 | 232 | 235k| 332k|5652 | 1.000000e+00 | 4.000000e+00 | 300.00%
515.10/515.11	c   515s|710000 |205701 |834545 |   1.2 | 760M| 226 |   - | 768 |4329 |   0 |   0 | 239k| 338k|5681 | 1.000000e+00 | 4.000000e+00 | 300.00%
523.70/523.79	c   524s|720000 |206534 |847624 |   1.2 | 771M| 226 |   - | 768 |4041 |   0 |   0 | 243k| 344k|5735 | 1.000000e+00 | 4.000000e+00 | 300.00%
532.10/532.13	c   532s|730000 |207312 |858764 |   1.2 | 779M| 226 |   0 | 768 |4054 | 768 | 210 | 246k| 350k|5786 | 1.000000e+00 | 4.000000e+00 | 300.00%
541.80/541.81	c   542s|740000 |206012 |871374 |   1.2 | 786M| 226 |   - | 768 |4005 |   0 |   0 | 250k| 357k|5822 | 1.000000e+00 | 4.000000e+00 | 300.00%
550.60/550.69	c   551s|750000 |205736 |882273 |   1.2 | 795M| 226 |  16 | 768 |4156 | 768 | 212 | 253k| 363k|5876 | 1.000000e+00 | 4.000000e+00 | 300.00%
559.11/559.11	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
559.11/559.11	c   559s|760000 |206333 |893928 |   1.2 | 805M| 226 |   - | 768 |4178 |   0 |   0 | 256k| 369k|5923 | 1.000000e+00 | 4.000000e+00 | 300.00%
568.61/568.69	c   569s|770000 |204696 |906211 |   1.2 | 811M| 226 |   0 | 768 |4121 | 768 | 223 | 260k| 376k|5958 | 1.000000e+00 | 4.000000e+00 | 300.00%
578.00/578.03	c   578s|780000 |203345 |919211 |   1.2 | 816M| 226 |   0 | 768 |4332 | 768 | 214 | 264k| 383k|6013 | 1.000000e+00 | 4.000000e+00 | 300.00%
586.71/586.78	c   587s|790000 |203925 |932328 |   1.2 | 825M| 226 |   0 | 768 |4404 | 768 | 215 | 268k| 388k|6076 | 1.000000e+00 | 4.000000e+00 | 300.00%
596.51/596.60	c   597s|800000 |202587 |944870 |   1.2 | 834M| 226 |   - | 768 |4525 |   0 |   0 | 271k| 396k|6114 | 1.000000e+00 | 4.000000e+00 | 300.00%
606.21/606.22	c   606s|810000 |201640 |958667 |   1.2 | 842M| 226 |   - | 768 |4381 |   0 |   0 | 275k| 402k|6151 | 1.000000e+00 | 4.000000e+00 | 300.00%
616.61/616.64	c   617s|820000 |198734 |970740 |   1.2 | 845M| 226 |   - | 768 |4453 |   0 |   0 | 278k| 410k|6190 | 1.000000e+00 | 4.000000e+00 | 300.00%
627.21/627.25	c   627s|830000 |195574 |983961 |   1.2 | 849M| 226 |   - | 768 |4475 |   0 |   0 | 282k| 418k|6248 | 1.000000e+00 | 4.000000e+00 | 300.00%
637.21/637.25	c   637s|840000 |193807 |998485 |   1.2 | 856M| 226 |   - | 768 |4663 |   0 |   0 | 286k| 425k|6298 | 1.000000e+00 | 4.000000e+00 | 300.00%
646.01/646.03	c   646s|850000 |194364 |  1015k|   1.2 | 867M| 226 |   0 | 768 |4561 | 768 | 227 | 291k| 431k|6354 | 1.000000e+00 | 4.000000e+00 | 300.00%
654.80/654.87	c   655s|860000 |194885 |  1031k|   1.2 | 877M| 226 |   0 | 768 |4495 | 768 | 232 | 296k| 437k|6405 | 1.000000e+00 | 4.000000e+00 | 300.00%
663.90/663.91	c   664s|870000 |195003 |  1045k|   1.2 | 889M| 226 |   - | 768 |4239 |   0 |   0 | 300k| 444k|6443 | 1.000000e+00 | 4.000000e+00 | 300.00%
672.91/672.90	c   673s|880000 |194665 |  1060k|   1.2 | 896M| 226 |   0 | 768 |3756 | 768 | 222 | 305k| 451k|6488 | 1.000000e+00 | 4.000000e+00 | 300.00%
682.11/682.14	c   682s|890000 |194140 |  1076k|   1.2 | 904M| 226 |   0 | 768 |3739 | 768 | 220 | 310k| 457k|6531 | 1.000000e+00 | 4.000000e+00 | 300.00%
691.01/691.09	c   691s|900000 |193487 |  1091k|   1.2 | 913M| 226 |   0 | 768 |3290 | 768 | 210 | 314k| 464k|6578 | 1.000000e+00 | 4.000000e+00 | 300.00%
700.31/700.33	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
700.31/700.33	c   700s|910000 |192412 |  1107k|   1.2 | 921M| 226 |   - | 768 |3642 |   0 |   0 | 319k| 471k|6631 | 1.000000e+00 | 4.000000e+00 | 300.00%
709.71/709.77	c   710s|920000 |190973 |  1124k|   1.2 | 926M| 226 |   - | 768 |3271 |   0 |   0 | 324k| 479k|6684 | 1.000000e+00 | 4.000000e+00 | 300.00%
717.61/717.68	c   718s|930000 |193507 |  1144k|   1.2 | 938M| 226 |   - | 768 |3363 |   0 |   0 | 330k| 484k|6733 | 1.000000e+00 | 4.000000e+00 | 300.00%
725.71/725.71	c   726s|940000 |195664 |  1162k|   1.2 | 958M| 226 |   0 | 768 |4201 | 768 | 212 | 336k| 489k|6791 | 1.000000e+00 | 4.000000e+00 | 300.00%
735.61/735.66	c   736s|950000 |192211 |  1176k|   1.2 | 964M| 226 |   - | 768 |3304 |   0 |   0 | 341k| 497k|6850 | 2.000000e+00 | 4.000000e+00 | 100.00%
748.31/748.38	c   748s|960000 |182297 |  1185k|   1.2 | 957M| 226 |   - | 768 |3588 |   0 |   0 | 343k| 509k|6855 | 2.000000e+00 | 4.000000e+00 | 100.00%
762.91/762.92	c   763s|970000 |168621 |  1193k|   1.2 | 932M| 226 |   - | 768 |4055 |   0 |   0 | 345k| 522k|6891 | 2.000000e+00 | 4.000000e+00 | 100.00%
778.61/778.67	c   779s|980000 |152981 |  1198k|   1.2 | 905M| 226 |   0 | 768 |4416 | 768 | 215 | 346k| 536k|6918 | 2.000000e+00 | 4.000000e+00 | 100.00%
794.81/794.82	c   795s|990000 |135514 |  1205k|   1.2 | 865M| 226 |   - | 768 |4398 |   0 |   0 | 348k| 550k|6922 | 2.000000e+00 | 4.000000e+00 | 100.00%
809.11/809.12	c   809s|  1000k|119983 |  1212k|   1.2 | 818M| 226 |   - | 768 |4300 |   0 |   0 | 350k| 563k|6954 | 2.000000e+00 | 4.000000e+00 | 100.00%
824.62/824.60	c   825s|  1010k|101620 |  1219k|   1.2 | 735M| 226 |   - | 768 |3969 |   0 |   0 | 351k| 576k|6978 | 2.000000e+00 | 4.000000e+00 | 100.00%
840.91/840.94	c   841s|  1020k| 60876 |  1223k|   1.2 | 544M| 226 |   - | 768 |4010 |   0 |   0 | 353k| 591k|6981 | 2.000000e+00 | 4.000000e+00 | 100.00%
856.01/856.09	c   856s|  1030k| 22846 |  1230k|   1.2 | 268M| 226 |   - | 768 |4191 |   0 |   0 | 355k| 605k|7002 | 2.000000e+00 | 4.000000e+00 | 100.00%
868.71/868.77	c   869s|  1040k|   204 |  1244k|   1.2 |9689k| 226 |   8 | 768 |2687 | 768 | 206 | 359k| 616k|7036 | 2.000000e+00 | 4.000000e+00 | 100.00%
869.02/869.09	c 
869.02/869.09	c SCIP Status        : problem is solved [optimal solution found]
869.02/869.09	c Solving Time (sec) : 869.09
869.02/869.09	c Solving Nodes      : 1040328
869.02/869.09	c Primal Bound       : +4.00000000000000e+00 (269 solutions)
869.02/869.09	c Dual Bound         : +4.00000000000000e+00
869.02/869.09	c Gap                : 0.00 %
869.02/869.10	s OPTIMUM FOUND
869.02/869.10	v -x120 -x119 -x118 x117 -x116 -x115 x114 -x113 x112 -x111 -x110 -x109 -x108 x107 -x106 -x105 x104 -x103 -x102 -x101 -x100 -x99 x98 
869.02/869.10	v -x97 -x96 x95 -x94 -x93 -x92 -x91 -x90 x89 -x88 -x87 x86 -x85 -x84 -x83 -x82 x81 -x80 -x79 x78 -x77 x76 -x75 -x74 -x73 -x72 
869.02/869.10	v x71 -x70 -x69 -x68 x67 -x66 -x65 x64 -x63 -x62 -x61 -x60 -x59 x58 -x57 -x56 -x55 -x54 x53 -x52 x51 -x50 -x49 -x48 x47 -x46 
869.02/869.10	v -x45 x44 -x43 -x42 -x41 -x40 x39 -x38 -x37 -x36 -x35 -x34 x33 x32 -x31 -x30 -x29 -x28 x27 -x26 -x25 -x24 -x23 x22 -x21 -x20 -x19 
869.02/869.10	v x18 -x17 -x16 x15 -x14 -x13 -x12 -x11 -x10 x9 -x8 -x7 -x6 x5 -x4 -x3 -x2 x1 
869.02/869.10	c SCIP Status        : problem is solved [optimal solution found]
869.02/869.10	c Solving Time       :     869.09
869.02/869.10	c Original Problem   :
869.02/869.10	c   Problem name     : HOME/instance-2705778-1278580143.wbo
869.02/869.10	c   Variables        : 768 (444 binary, 0 integer, 324 implicit integer, 0 continuous)
869.02/869.10	c   Constraints      : 679 initial, 679 maximal
869.02/869.10	c Presolved Problem  :
869.02/869.10	c   Problem name     : t_HOME/instance-2705778-1278580143.wbo
869.02/869.10	c   Variables        : 768 (444 binary, 0 integer, 324 implicit integer, 0 continuous)
869.02/869.10	c   Constraints      : 679 initial, 5260 maximal
869.02/869.10	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
869.02/869.10	c   trivial          :       0.00          0          0          0          0          0          0          0          0
869.02/869.10	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
869.02/869.10	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
869.02/869.10	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
869.02/869.10	c   implics          :       0.00          0          0          0          0          0          0          0          0
869.02/869.10	c   probing          :       0.01          0          0          0          0          0          0          0          0
869.02/869.10	c   knapsack         :       0.00          0          0          0          0          0          0          0          0
869.02/869.10	c   setppc           :       0.00          0          0          0          0          0          0          0          0
869.02/869.10	c   linear           :       0.00          0          0          0        324          0          0          0          0
869.02/869.10	c   indicator        :       0.00          0          0          0          0          0          0          0          0
869.02/869.10	c   logicor          :       0.00          0          0          0          0          0          0          0          0
869.02/869.10	c   root node        :          -          0          -          -          0          -          -          -          -
869.02/869.10	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
869.02/869.10	c   integral         :          0          0          0     869486          0          6         67          0          0     155112
869.02/869.10	c   knapsack         :          1          6    3989546     791882          0          0          0          0          0          0
869.02/869.10	c   setppc           :         30          6    3989546     791882          0      46174    1775479          0          0          0
869.02/869.10	c   linear           :        324          6    3943372     791882          0     116175    5310507     359735          0          0
869.02/869.10	c   indicator        :        324          0    3805198     791090          0      90135   88876501          0          0          0
869.02/869.10	c   logicor          :          0+         0    2593185          0          0     129162    2722407          0          0          0
869.02/869.10	c   countsols        :          0          0          0     612334          0          0          0          0          0          0
869.02/869.10	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
869.02/869.10	c   integral         :       3.42       0.00       0.00       3.42       0.00
869.02/869.10	c   knapsack         :      36.42       0.00      36.24       0.19       0.00
869.02/869.10	c   setppc           :       8.26       0.00       7.81       0.45       0.00
869.02/869.10	c   linear           :      35.38       0.00      27.69       7.69       0.00
869.02/869.10	c   indicator        :      98.04       0.02      80.41      17.61       0.00
869.02/869.10	c   logicor          :      93.35       0.00      93.35       0.00       0.00
869.02/869.10	c   countsols        :       0.08       0.00       0.00       0.08       0.00
869.02/869.10	c Propagators        :       Time      Calls    Cutoffs    DomReds
869.02/869.10	c   vbounds          :       0.68          2          0          0
869.02/869.10	c   rootredcost      :       0.62          7          0          0
869.02/869.10	c   pseudoobj        :      77.03    4103807     114461  100349039
869.02/869.10	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
869.02/869.10	c   propagation      :       8.92     405972     399172     808584        9.6      18294       10.7          -
869.02/869.10	c   infeasible LP    :       0.01         84         84        320       11.8          2       12.5          0
869.02/869.10	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
869.02/869.10	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
869.02/869.10	c   pseudo solution  :       0.00         47         47        121       10.1          4       14.5          -
869.02/869.10	c   applied globally :          -          -          -     617130        8.9          -          -          -
869.02/869.10	c   applied locally  :          -          -          -          0        0.0          -          -          -
869.02/869.10	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
869.02/869.10	c   cut pool         :       0.00          4          -          -          6          -    (maximal pool size: 118)
869.02/869.10	c   redcost          :      13.38     870194          0     230126          0          0
869.02/869.10	c   impliedbounds    :       0.00          5          0          0          0          0
869.02/869.10	c   intobj           :       0.00          0          0          0          0          0
869.02/869.10	c   cgmip            :       0.00          0          0          0          0          0
869.02/869.10	c   gomory           :       0.00          5          0          0        451          0
869.02/869.10	c   strongcg         :       0.00          5          0          0        451          0
869.02/869.10	c   cmir             :       0.01          5          0          0          0          0
869.02/869.10	c   flowcover        :       0.01          5          0          0          0          0
869.02/869.10	c   clique           :       0.00          5          0          0          0          0
869.02/869.10	c   zerohalf         :       0.00          0          0          0          0          0
869.02/869.10	c   mcf              :       0.00          1          0          0          0          0
869.02/869.10	c   rapidlearning    :       0.02          1          0          0          0          0
869.02/869.10	c Pricers            :       Time      Calls       Vars
869.02/869.10	c   problem variables:       0.00          0          0
869.02/869.10	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
869.02/869.10	c   relpscost        :       3.13      77604          6         67          0          0     155112
869.02/869.10	c   pscost           :       0.00          0          0          0          0          0          0
869.02/869.10	c   inference        :      33.05     612332          0          0          0          0    1224664
869.02/869.10	c   mostinf          :       0.00          0          0          0          0          0          0
869.02/869.10	c   leastinf         :       0.00          0          0          0          0          0          0
869.02/869.10	c   fullstrong       :       0.00          0          0          0          0          0          0
869.02/869.10	c   allfullstrong    :       0.00          0          0          0          0          0          0
869.02/869.10	c   random           :       0.00          0          0          0          0          0          0
869.02/869.10	c Primal Heuristics  :       Time      Calls      Found
869.02/869.10	c   LP solutions     :       0.00          -          2
869.02/869.10	c   pseudo solutions :       0.00          -          0
869.02/869.10	c   oneopt           :       0.25          7          0
869.02/869.10	c   feaspump         :       0.03          1          0
869.02/869.10	c   crossover        :       0.47         30          0
869.02/869.10	c   pscostdiving     :       0.27       1481          0
869.02/869.10	c   fracdiving       :       0.26       1481          0
869.02/869.10	c   coefdiving       :       0.26       1482          0
869.02/869.10	c   veclendiving     :       0.26       1482          0
869.02/869.10	c   guideddiving     :       0.26       1482          0
869.02/869.10	c   linesearchdiving :       0.25       1483          0
869.02/869.10	c   rootsoldiving    :       0.28       1467          0
869.02/869.10	c   objpscostdiving  :       0.27       1467          0
869.02/869.10	c   trivial          :       0.00          2          0
869.02/869.10	c   simplerounding   :       0.22          0          0
869.02/869.10	c   zirounding       :       0.20       1000          0
869.02/869.10	c   rounding         :       0.27       3908          0
869.02/869.10	c   shifting         :       0.11       1187          0
869.11/869.10	c   intshifting      :       0.01          0          0
869.11/869.10	c   twoopt           :       0.00          0          0
869.11/869.10	c   fixandinfer      :       0.00          0          0
869.11/869.10	c   intdiving        :       0.00          0          0
869.11/869.10	c   actconsdiving    :       0.00          0          0
869.11/869.10	c   octane           :       0.00          0          0
869.11/869.10	c   rens             :       0.01          1          0
869.11/869.10	c   rins             :       0.00          0          0
869.11/869.10	c   localbranching   :       0.00          0          0
869.11/869.10	c   mutation         :       0.00          0          0
869.11/869.10	c   dins             :       0.00          0          0
869.11/869.10	c   undercover       :       0.00          0          0
869.11/869.10	c   nlp              :       0.14          0          0
869.11/869.10	c   trysol           :       0.28       1667        267
869.11/869.10	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
869.11/869.10	c   primal LP        :       0.00          0          0       0.00          -
869.11/869.10	c   dual LP          :     173.55     455437    1244904       2.73    7173.08
869.11/869.10	c   lex dual LP      :       0.00          0          0       0.00          -
869.11/869.10	c   barrier LP       :       0.00          0          0       0.00          -
869.11/869.10	c   diving/probing LP:       0.01         27        164       6.07   12831.55
869.11/869.10	c   strong branching :       2.54       7036      33273       4.73   13077.62
869.11/869.10	c     (at root node) :          -         16        127       7.94          -
869.11/869.10	c   conflict analysis:       0.00          0          0       0.00          -
869.11/869.10	c B&B Tree           :
869.11/869.10	c   number of runs   :          1
869.11/869.10	c   nodes            :    1040328
869.11/869.10	c   nodes (total)    :    1040328
869.11/869.10	c   nodes left       :          0
869.11/869.10	c   max depth        :        226
869.11/869.10	c   max depth (total):        226
869.11/869.10	c   backtracks       :     307395 (29.5%)
869.11/869.10	c   delayed cutoffs  :     336013
869.11/869.10	c   repropagations   :     899346 (55362088 domain reductions, 145779 cutoffs)
869.11/869.10	c   avg switch length:      11.22
869.11/869.10	c   switching time   :     182.62
869.11/869.10	c Solution           :
869.11/869.10	c   Solutions found  :        269 (7 improvements)
869.11/869.10	c   First Solution   : +1.20000000000000e+01   (in run 1, after 41 nodes, 0.26 seconds, depth 16, found by <trysol>)
869.11/869.10	c   Primal Bound     : +4.00000000000000e+00   (in run 1, after 19707 nodes, 8.52 seconds, depth 27, found by <relaxation>)
869.11/869.10	c   Dual Bound       : +4.00000000000000e+00
869.11/869.10	c   Gap              :       0.00 %
869.11/869.10	c   Root Dual Bound  : +0.00000000000000e+00
869.11/869.10	c   Root Iterations  :        176
869.11/869.14	c Time complete: 869.16.

Verifier Data

OK	4

Watcher Data

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

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

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): 3891200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 3942400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 22056
/proc/meminfo: memFree=29381720/32950928 swapFree=67111528/67111528
[pid=22056] ppid=22054 vsize=12504 CPUtime=0
/proc/22056/stat : 22056 (pbscip.linux.x8) R 22054 22056 21340 0 -1 4202496 1959 0 0 0 0 0 0 0 21 0 1 0 26229081 12804096 1878 4089446400 4194304 10345943 140734601424640 18446744073709551615 6326861 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/22056/statm: 3126 1883 429 1502 0 1619 0

[startup+0.0806159 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 22056
/proc/meminfo: memFree=29381720/32950928 swapFree=67111528/67111528
[pid=22056] ppid=22054 vsize=28520 CPUtime=0.07
/proc/22056/stat : 22056 (pbscip.linux.x8) R 22054 22056 21340 0 -1 4202496 6844 0 0 0 7 0 0 0 21 0 1 0 26229081 29204480 5881 4089446400 4194304 10345943 140734601424640 18446744073709551615 9186026 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/22056/statm: 7130 5881 752 1502 0 5623 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 28520

[startup+0.100615 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 22056
/proc/meminfo: memFree=29381720/32950928 swapFree=67111528/67111528
[pid=22056] ppid=22054 vsize=32328 CPUtime=0.09
/proc/22056/stat : 22056 (pbscip.linux.x8) R 22054 22056 21340 0 -1 4202496 7294 0 0 0 9 0 0 0 21 0 1 0 26229081 33103872 6331 4089446400 4194304 10345943 140734601424640 18446744073709551615 7509576 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/22056/statm: 8082 6331 772 1502 0 6575 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 32328

[startup+0.300578 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 22056
/proc/meminfo: memFree=29381720/32950928 swapFree=67111528/67111528
[pid=22056] ppid=22054 vsize=32328 CPUtime=0.29
/proc/22056/stat : 22056 (pbscip.linux.x8) R 22054 22056 21340 0 -1 4202496 7342 0 0 0 29 0 0 0 21 0 1 0 26229081 33103872 6379 4089446400 4194304 10345943 140734601424640 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/22056/statm: 8082 6379 775 1502 0 6575 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 32328

[startup+0.700512 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 22056
/proc/meminfo: memFree=29381720/32950928 swapFree=67111528/67111528
[pid=22056] ppid=22054 vsize=33804 CPUtime=0.69
/proc/22056/stat : 22056 (pbscip.linux.x8) R 22054 22056 21340 0 -1 4202496 8114 0 0 0 68 1 0 0 22 0 1 0 26229081 34615296 7151 4089446400 4194304 10345943 140734601424640 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/22056/statm: 8451 7151 780 1502 0 6944 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 33804

[startup+1.50036 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 22057
/proc/meminfo: memFree=29354060/32950928 swapFree=67111528/67111528
[pid=22056] ppid=22054 vsize=35160 CPUtime=1.49
/proc/22056/stat : 22056 (pbscip.linux.x8) R 22054 22056 21340 0 -1 4202496 8492 0 0 0 148 1 0 0 25 0 1 0 26229081 36003840 7529 4089446400 4194304 10345943 140734601424640 18446744073709551615 7507980 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/22056/statm: 8790 7529 780 1502 0 7283 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 35160

[startup+3.10108 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 22057
/proc/meminfo: memFree=29353012/32950928 swapFree=67111528/67111528
[pid=22056] ppid=22054 vsize=33904 CPUtime=3.09
/proc/22056/stat : 22056 (pbscip.linux.x8) R 22054 22056 21340 0 -1 4202496 9253 0 0 0 307 2 0 0 25 0 1 0 26229081 34717696 7391 4089446400 4194304 10345943 140734601424640 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/22056/statm: 8476 7391 781 1502 0 6969 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 33904

[startup+6.30051 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 22057
/proc/meminfo: memFree=29346412/32950928 swapFree=67111528/67111528
[pid=22056] ppid=22054 vsize=37060 CPUtime=6.29
/proc/22056/stat : 22056 (pbscip.linux.x8) R 22054 22056 21340 0 -1 4202496 22565 0 0 0 624 5 0 0 25 0 1 0 26229081 37949440 7955 4089446400 4194304 10345943 140734601424640 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/22056/statm: 9265 7955 781 1502 0 7758 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 37060

[startup+12.7004 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 22057
/proc/meminfo: memFree=29321520/32950928 swapFree=67111528/67111528
[pid=22056] ppid=22054 vsize=53020 CPUtime=12.69
/proc/22056/stat : 22056 (pbscip.linux.x8) R 22054 22056 21340 0 -1 4202496 35909 0 0 0 1260 9 0 0 25 0 1 0 26229081 54292480 11863 4089446400 4194304 10345943 140734601424640 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/22056/statm: 13255 11863 782 1502 0 11748 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 53020

[startup+25.5011 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 22057
/proc/meminfo: memFree=29276932/32950928 swapFree=67111528/67111528
[pid=22056] ppid=22054 vsize=85884 CPUtime=25.5
/proc/22056/stat : 22056 (pbscip.linux.x8) R 22054 22056 21340 0 -1 4202496 46562 0 0 0 2535 15 0 0 25 0 1 0 26229081 87945216 18664 4089446400 4194304 10345943 140734601424640 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/22056/statm: 21471 18664 782 1502 0 19964 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 85884

[startup+51.1005 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 22058
/proc/meminfo: memFree=29188316/32950928 swapFree=67111528/67111528
[pid=22056] ppid=22054 vsize=149768 CPUtime=51.09
/proc/22056/stat : 22056 (pbscip.linux.x8) R 22054 22056 21340 0 -1 4202496 61985 0 0 0 5084 25 0 0 25 0 1 0 26229081 153362432 32376 4089446400 4194304 10345943 140734601424640 18446744073709551615 5085399 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/22056/statm: 37442 32376 782 1502 0 35935 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 149768

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 22059
/proc/meminfo: memFree=29022272/32950928 swapFree=67111528/67111528
[pid=22056] ppid=22054 vsize=262604 CPUtime=102.3
/proc/22056/stat : 22056 (pbscip.linux.x8) R 22054 22056 21340 0 -1 4202496 87239 0 0 0 10190 40 0 0 25 0 1 0 26229081 268906496 55761 4089446400 4194304 10345943 140734601424640 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/22056/statm: 65651 55761 782 1502 0 64144 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 262604

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 22061
/proc/meminfo: memFree=28835616/32950928 swapFree=67111528/67111528
[pid=22056] ppid=22054 vsize=380044 CPUtime=162.29
/proc/22056/stat : 22056 (pbscip.linux.x8) R 22054 22056 21340 0 -1 4202496 112895 0 0 0 16165 64 0 0 25 0 1 0 26229081 389165056 81417 4089446400 4194304 10345943 140734601424640 18446744073709551615 6068933 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/22056/statm: 95011 81417 782 1502 0 93504 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 380044

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 22063
/proc/meminfo: memFree=28648084/32950928 swapFree=67111528/67111528
[pid=22056] ppid=22054 vsize=491308 CPUtime=222.3
/proc/22056/stat : 22056 (pbscip.linux.x8) R 22054 22056 21340 0 -1 4202496 137931 0 0 0 22147 83 0 0 25 0 1 0 26229081 503099392 106453 4089446400 4194304 10345943 140734601424640 18446744073709551615 6328762 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/22056/statm: 122827 106453 782 1502 0 121320 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 491308

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 22064
/proc/meminfo: memFree=28446244/32950928 swapFree=67111528/67111528
[pid=22056] ppid=22054 vsize=607496 CPUtime=282.3
/proc/22056/stat : 22056 (pbscip.linux.x8) R 22054 22056 21340 0 -1 4202496 167195 0 0 0 28126 104 0 0 25 0 1 0 26229081 622075904 133968 4089446400 4194304 10345943 140734601424640 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/22056/statm: 151874 133968 782 1502 0 150367 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 607496

[startup+342.301 s]
/proc/loadavg: 2.07 2.02 1.94 3/179 22066
/proc/meminfo: memFree=28270220/32950928 swapFree=67111528/67111528
[pid=22056] ppid=22054 vsize=700592 CPUtime=342.3
/proc/22056/stat : 22056 (pbscip.linux.x8) R 22054 22056 21340 0 -1 4202496 187433 0 0 0 34110 120 0 0 25 0 1 0 26229081 717406208 154206 4089446400 4194304 10345943 140734601424640 18446744073709551615 18446744073699065897 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/22056/statm: 175148 154206 782 1502 0 173641 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 700592

[startup+402.301 s]
/proc/loadavg: 2.02 2.01 1.94 3/179 22067
/proc/meminfo: memFree=28113540/32950928 swapFree=67111528/67111528
[pid=22056] ppid=22054 vsize=774068 CPUtime=402.3
/proc/22056/stat : 22056 (pbscip.linux.x8) R 22054 22056 21340 0 -1 4202496 204293 0 0 0 40095 135 0 0 25 0 1 0 26229081 792645632 171066 4089446400 4194304 10345943 140734601424640 18446744073709551615 6068889 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/22056/statm: 193517 171066 782 1502 0 192010 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 774068

[startup+462.301 s]
/proc/loadavg: 2.01 2.00 1.94 3/179 22069
/proc/meminfo: memFree=27950680/32950928 swapFree=67111528/67111528
[pid=22056] ppid=22054 vsize=840196 CPUtime=462.3
/proc/22056/stat : 22056 (pbscip.linux.x8) R 22054 22056 21340 0 -1 4202496 221305 0 0 0 46082 148 0 0 25 0 1 0 26229081 860360704 188077 4089446400 4194304 10345943 140734601424640 18446744073709551615 4217115 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/22056/statm: 210049 188077 782 1502 0 208542 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 840196

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 22071
/proc/meminfo: memFree=27785820/32950928 swapFree=67111528/67111528
[pid=22056] ppid=22054 vsize=922880 CPUtime=522.3
/proc/22056/stat : 22056 (pbscip.linux.x8) R 22054 22056 21340 0 -1 4202496 239613 0 0 0 52064 166 0 0 25 0 1 0 26229081 945029120 206385 4089446400 4194304 10345943 140734601424640 18446744073709551615 6015777 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/22056/statm: 230720 206385 782 1502 0 229213 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 922880

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 22075
/proc/meminfo: memFree=27635196/32950928 swapFree=67111528/67111528
[pid=22056] ppid=22054 vsize=981044 CPUtime=582.3
/proc/22056/stat : 22056 (pbscip.linux.x8) R 22054 22056 21340 0 -1 4202496 253658 0 0 0 58049 181 0 0 25 0 1 0 26229081 1004589056 220430 4089446400 4194304 10345943 140734601424640 18446744073709551615 4962591 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/22056/statm: 245261 220430 782 1502 0 243754 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 981044

[startup+642.301 s]
/proc/loadavg: 2.07 2.02 1.95 3/179 22077
/proc/meminfo: memFree=27494596/32950928 swapFree=67111528/67111528
[pid=22056] ppid=22054 vsize=1025224 CPUtime=642.31
/proc/22056/stat : 22056 (pbscip.linux.x8) R 22054 22056 21340 0 -1 4202496 266655 0 0 0 64036 195 0 0 25 0 1 0 26229081 1049829376 231663 4089446400 4194304 10345943 140734601424640 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/22056/statm: 256306 231663 782 1502 0 254799 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 1025224

[startup+702.301 s]
/proc/loadavg: 2.02 2.01 1.95 3/179 22078
/proc/meminfo: memFree=27345604/32950928 swapFree=67111528/67111528
[pid=22056] ppid=22054 vsize=1085624 CPUtime=702.31
/proc/22056/stat : 22056 (pbscip.linux.x8) R 22054 22056 21340 0 -1 4202496 280825 0 0 0 70020 211 0 0 25 0 1 0 26229081 1111678976 245833 4089446400 4194304 10345943 140734601424640 18446744073709551615 4737505 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/22056/statm: 271406 245833 782 1502 0 269899 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 1085624

[startup+762.306 s]
/proc/loadavg: 2.01 2.00 1.95 3/179 22080
/proc/meminfo: memFree=27196376/32950928 swapFree=67111528/67111528
[pid=22056] ppid=22054 vsize=1149432 CPUtime=762.31
/proc/22056/stat : 22056 (pbscip.linux.x8) R 22054 22056 21340 0 -1 4202496 294874 0 0 0 76006 225 0 0 25 0 1 0 26229081 1177018368 259882 4089446400 4194304 10345943 140734601424640 18446744073709551615 4215513 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/22056/statm: 287358 259882 782 1502 0 285851 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 1149432

[startup+822.301 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 22082
/proc/meminfo: memFree=27100092/32950928 swapFree=67111528/67111528
[pid=22056] ppid=22054 vsize=1154520 CPUtime=822.32
/proc/22056/stat : 22056 (pbscip.linux.x8) R 22054 22056 21340 0 -1 4202496 295879 0 0 0 82003 229 0 0 25 0 1 0 26229081 1182228480 260887 4089446400 4194304 10345943 140734601424640 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/22056/statm: 288630 260887 794 1502 0 287123 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 1154520

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

[startup+844.701 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 22082
/proc/meminfo: memFree=27065108/32950928 swapFree=67111528/67111528
[pid=22056] ppid=22054 vsize=1154520 CPUtime=844.72
/proc/22056/stat : 22056 (pbscip.linux.x8) R 22054 22056 21340 0 -1 4202496 295919 0 0 0 84242 230 0 0 25 0 1 0 26229081 1182228480 260927 4089446400 4194304 10345943 140734601424640 18446744073709551615 6068889 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/22056/statm: 288630 260927 794 1502 0 287123 0
Current children cumulated CPU time (s) 844.72
Current children cumulated vsize (KiB) 1154520

[startup+857.5 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 22082
/proc/meminfo: memFree=27046744/32950928 swapFree=67111528/67111528
[pid=22056] ppid=22054 vsize=1154520 CPUtime=857.51
/proc/22056/stat : 22056 (pbscip.linux.x8) R 22054 22056 21340 0 -1 4202496 295923 0 0 0 85521 230 0 0 25 0 1 0 26229081 1182228480 260931 4089446400 4194304 10345943 140734601424640 18446744073709551615 4881893 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/22056/statm: 288630 260931 794 1502 0 287123 0
Current children cumulated CPU time (s) 857.51
Current children cumulated vsize (KiB) 1154520

[startup+863.901 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 22083
/proc/meminfo: memFree=27035704/32950928 swapFree=67111528/67111528
[pid=22056] ppid=22054 vsize=1154520 CPUtime=863.91
/proc/22056/stat : 22056 (pbscip.linux.x8) R 22054 22056 21340 0 -1 4202496 295928 0 0 0 86160 231 0 0 25 0 1 0 26229081 1182228480 260936 4089446400 4194304 10345943 140734601424640 18446744073709551615 18446744073699065947 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/22056/statm: 288630 260936 794 1502 0 287123 0
Current children cumulated CPU time (s) 863.91
Current children cumulated vsize (KiB) 1154520

[startup+867.101 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 22083
/proc/meminfo: memFree=27031856/32950928 swapFree=67111528/67111528
[pid=22056] ppid=22054 vsize=1154520 CPUtime=867.11
/proc/22056/stat : 22056 (pbscip.linux.x8) R 22054 22056 21340 0 -1 4202496 295931 0 0 0 86479 232 0 0 25 0 1 0 26229081 1182228480 260939 4089446400 4194304 10345943 140734601424640 18446744073709551615 6069341 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/22056/statm: 288630 260939 794 1502 0 287123 0
Current children cumulated CPU time (s) 867.11
Current children cumulated vsize (KiB) 1154520

[startup+867.906 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 22083
/proc/meminfo: memFree=27029376/32950928 swapFree=67111528/67111528
[pid=22056] ppid=22054 vsize=1154520 CPUtime=867.92
/proc/22056/stat : 22056 (pbscip.linux.x8) R 22054 22056 21340 0 -1 4202496 295931 0 0 0 86560 232 0 0 25 0 1 0 26229081 1182228480 260939 4089446400 4194304 10345943 140734601424640 18446744073709551615 7568935 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/22056/statm: 288630 260939 794 1502 0 287123 0
Current children cumulated CPU time (s) 867.92
Current children cumulated vsize (KiB) 1154520

[startup+868.7 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 22083
/proc/meminfo: memFree=27029376/32950928 swapFree=67111528/67111528
[pid=22056] ppid=22054 vsize=1154520 CPUtime=868.71
/proc/22056/stat : 22056 (pbscip.linux.x8) R 22054 22056 21340 0 -1 4202496 295932 0 0 0 86639 232 0 0 25 0 1 0 26229081 1182228480 260940 4089446400 4194304 10345943 140734601424640 18446744073709551615 4918019 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/22056/statm: 288630 260940 794 1502 0 287123 0
Current children cumulated CPU time (s) 868.71
Current children cumulated vsize (KiB) 1154520

[startup+869.1 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 22083
/proc/meminfo: memFree=27027260/32950928 swapFree=67111528/67111528
[pid=22056] ppid=22054 vsize=1154520 CPUtime=869.11
/proc/22056/stat : 22056 (pbscip.linux.x8) R 22054 22056 21340 0 -1 4202496 295932 0 0 0 86679 232 0 0 18 0 1 0 26229081 1182228480 260940 4089446400 4194304 10345943 140734601424640 18446744073709551615 9192112 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/22056/statm: 288630 260940 794 1502 0 287123 0
Current children cumulated CPU time (s) 869.11
Current children cumulated vsize (KiB) 1154520

Child status: 0
Real time (s): 869.148
CPU time (s): 869.17
CPU user time (s): 866.803
CPU system time (s): 2.36664
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 1154520

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

runsolver used 1.53277 second user time and 3.05854 second system time

The end

Launcher Data

Begin job on node112 at 2010-07-08 11:09:03
IDJOB=2705778
IDBENCH=79443
IDSOLVER=1214
FILE ID=node112/2705778-1278580143
PBS_JOBID= 11240230
Free space on /tmp= 73440 MiB

SOLVER NAME= SCIPclp SCIP 1.2.1.3 with Clp 1.11.1 (Release Version) as LP solver
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/wcsp/coloring/normalized-geom30a-4_wcsp.wbo
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-2705778-1278580143/watcher-2705778-1278580143 -o /tmp/evaluation-result-2705778-1278580143/solver-2705778-1278580143 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2705778-1278580143.wbo -t 1800 -m 3800

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

MD5SUM BENCH= de59a4d263badb761d8b1cfdb0f0d5d5
RANDOM SEED=1395591742

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

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      29382248 kB
Buffers:        153020 kB
Cached:        3152740 kB
SwapCached:          0 kB
Active:        1351892 kB
Inactive:      2062988 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      29382248 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           25936 kB
Writeback:           0 kB
AnonPages:      109256 kB
Mapped:          17552 kB
Slab:            89500 kB
PageTables:       4372 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   254168 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= 73428 MiB
End job on node112 at 2010-07-08 11:23:33