Trace number 2693545

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.2 with Clp 1.11.1 (Release Version) as LP solverMSAT (TO) 1800.16 1800.13

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900569834--soft-66-100-0.wbo
MD5SUM9b8daeac3a936659a5f0bb5b79c19c15
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark12
Best CPU time to get the best result obtained on this benchmark677.011
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables231
Total number of constraints2707
Number of soft constraints906
Number of constraints which are clauses2684
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint110
Top cost 44555
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 44554
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 723
Number of bits of the biggest sum of numbers10
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.2 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Clp 1.11.1] [Expressions interpreter: NONE]
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-2693545-1277909840.wbo>
0.00/0.02	c original problem has 2043 variables (1137 bin, 0 int, 0 impl, 906 cont) and 3614 constraints
0.00/0.02	c problem read
0.00/0.02	c presolving settings loaded
0.00/0.04	c presolving:
0.00/0.04	c (round 1) 0 del vars, 1 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 1116 impls, 14 clqs
0.05/0.07	c (round 2) 0 del vars, 113 del conss, 906 chg bounds, 52 chg sides, 0 chg coeffs, 0 upgd conss, 1116 impls, 14 clqs
0.05/0.08	c (round 3) 52 del vars, 165 del conss, 906 chg bounds, 52 chg sides, 0 chg coeffs, 1741 upgd conss, 1116 impls, 14 clqs
0.05/0.09	c (round 4) 104 del vars, 165 del conss, 906 chg bounds, 52 chg sides, 0 chg coeffs, 1741 upgd conss, 1116 impls, 14 clqs
0.09/0.14	c    (0.1s) probing: 101/1085 (9.3%) - 0 fixings, 0 aggregations, 0 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 (5 rounds):
0.09/0.14	c  104 deleted vars, 165 deleted constraints, 906 tightened bounds, 0 added holes, 52 changed sides, 0 changed coefficients
0.09/0.14	c  1116 implications, 14 cliques
0.09/0.14	c presolved problem has 1939 variables (1085 bin, 0 int, 0 impl, 854 cont) and 3449 constraints
0.09/0.14	c     854 constraints of type <indicator>
0.09/0.14	c       1 constraints of type <knapsack>
0.09/0.14	c      14 constraints of type <setppc>
0.09/0.14	c     854 constraints of type <linear>
0.09/0.14	c    1726 constraints of type <logicor>
0.09/0.14	c transformed objective value is always integral (scale: 1)
0.09/0.14	c Presolving Time: 0.09
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.98
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 = 3420
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 |    38 |     - |8748k|   0 |  22 |1939 |3449 |1939 |1741 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.09/0.16	o 42102
0.09/0.16	c y 0.1s|     1 |     0 |    38 |     - |8785k|   0 |  22 |1939 |3449 |1939 |1741 |   0 |   0 |   0 | 0.000000e+00 | 4.210200e+04 |    Inf 
0.19/0.21	c   0.2s|     1 |     0 |    82 |     - |8971k|   0 |  41 |1939 |3449 |1939 |1757 |  16 |   0 |   0 | 0.000000e+00 | 4.210200e+04 |    Inf 
0.29/0.32	c   0.3s|     1 |     0 |   541 |     - |9212k|   0 |  57 |1939 |3449 |1939 |1767 |  26 |   0 |   0 | 0.000000e+00 | 4.210200e+04 |    Inf 
0.39/0.45	c   0.4s|     1 |     0 |   879 |     - |9523k|   0 |  66 |1939 |3449 |1939 |1784 |  43 |   0 |   0 | 0.000000e+00 | 4.210200e+04 |    Inf 
0.49/0.59	c   0.5s|     1 |     0 |  1070 |     - |9560k|   0 |  68 |1939 |3449 |1939 |1793 |  52 |   0 |   0 | 0.000000e+00 | 4.210200e+04 |    Inf 
0.69/0.74	c   0.7s|     1 |     0 |  1087 |     - |9582k|   0 |  72 |1939 |3449 |1939 |1798 |  57 |   0 |   0 | 0.000000e+00 | 4.210200e+04 |    Inf 
0.89/0.96	c   0.9s|     1 |     0 |  1491 |     - |9713k|   0 |  62 |1939 |3449 |1939 |1803 |  62 |   0 |   0 | 0.000000e+00 | 4.210200e+04 |    Inf 
3.20/3.26	c   3.1s|     1 |     2 |  1491 |     - |9746k|   0 |  62 |1939 |3449 |1939 |1803 |  62 |   0 |  33 | 0.000000e+00 | 4.210200e+04 |    Inf 
4.30/4.32	o 498
4.30/4.32	c * 4.2s|    35 |    33 |  1902 |  12.1 |  10M|  21 |   - |1939 |3449 |1939 |1790 |  69 |   0 | 209 | 0.000000e+00 | 4.980000e+02 |    Inf 
4.59/4.63	o 464
4.59/4.63	c * 4.4s|    67 |    51 |  2175 |  10.4 |  10M|  24 |   - |1939 |3467 |1939 |1791 |  83 |  18 | 302 | 0.000000e+00 | 4.640000e+02 |    Inf 
4.59/4.64	o 452
4.59/4.64	c * 4.5s|    68 |    50 |  2176 |  10.2 |  10M|  24 |   - |1939 |3467 |1939 |1791 |  83 |  18 | 302 | 0.000000e+00 | 4.520000e+02 |    Inf 
4.59/4.69	o 338
4.59/4.69	c * 4.5s|    83 |    48 |  2280 |   9.6 |  10M|  24 |   - |1939 |3474 |1939 |1790 |  87 |  25 | 310 | 0.000000e+00 | 3.380000e+02 |    Inf 
4.69/4.71	o 216
4.69/4.71	c * 4.5s|   102 |    54 |  2317 |   8.2 |  10M|  27 |   - |1939 |3474 |1939 |1792 |  89 |  25 | 310 | 0.000000e+00 | 2.160000e+02 |    Inf 
6.49/6.51	o 197
6.49/6.51	c * 6.2s|   308 |   155 |  3716 |   7.2 |  11M|  27 |   - |1939 |3682 |1939 |1796 | 145 | 233 | 747 | 0.000000e+00 | 1.970000e+02 |    Inf 
6.49/6.52	o 163
6.49/6.52	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
6.49/6.52	c * 6.2s|   310 |   152 |  3742 |   7.3 |  11M|  27 |   - |1939 |3682 |1939 |1796 | 145 | 234 | 747 | 0.000000e+00 | 1.630000e+02 |    Inf 
6.49/6.58	o 142
6.49/6.58	c * 6.3s|   321 |   151 |  3850 |   7.4 |  11M|  27 |   - |1939 |3693 |1939 |1794 | 150 | 245 | 758 | 0.000000e+00 | 1.420000e+02 |    Inf 
6.60/6.61	o 112
6.60/6.61	c * 6.3s|   333 |   148 |  3889 |   7.2 |  12M|  27 |   - |1939 |3697 |1939 |1797 | 153 | 249 | 761 | 0.000000e+00 | 1.120000e+02 |    Inf 
8.69/8.78	o 111
8.69/8.78	c * 8.3s|   704 |   215 |  6992 |   7.8 |  13M|  48 |   - |1939 |4053 |1939 |1796 | 294 | 699 |1261 | 0.000000e+00 | 1.110000e+02 |    Inf 
11.09/11.14	o 110
11.09/11.14	c *10.6s|  1314 |   333 | 13626 |   9.2 |  15M|  48 |   - |1939 |4506 |1939 |1795 | 540 |1351 |1658 | 0.000000e+00 | 1.100000e+02 |    Inf 
17.39/17.44	o 109
17.39/17.44	c *16.5s|  3802 |   751 | 33570 |   8.4 |  20M|  49 |   - |1939 |5981 |1939 |1803 |1250 |4171 |2101 | 0.000000e+00 | 1.090000e+02 |    Inf 
22.00/22.09	o 58
22.00/22.09	c *20.9s|  6010 |   844 | 48693 |   7.9 |  21M|  49 |   - |1939 |6466 |1939 |1795 |1718 |6620 |2274 | 0.000000e+00 | 5.800000e+01 |    Inf 
30.70/30.73	c  29.1s| 10000 |   927 | 90266 |   8.9 |  23M|  49 |   - |1939 |7827 |   0 |   0 |2685 |  11k|2368 | 0.000000e+00 | 5.800000e+01 |    Inf 
51.80/51.83	c  49.0s| 20000 |  1467 |194047 |   9.6 |  30M|  49 |   - |1939 |  10k|   0 |   0 |4683 |  24k|2440 | 0.000000e+00 | 5.800000e+01 |    Inf 
73.70/73.74	c  69.7s| 30000 |  1852 |304496 |  10.1 |  36M|  49 |   - |1939 |  11k|1939 |1792 |6372 |  37k|2457 | 0.000000e+00 | 5.800000e+01 |    Inf 
97.20/97.29	c  92.0s| 40000 |  2145 |418348 |  10.4 |  42M|  49 |  10 |1939 |  11k|1939 |1786 |7929 |  50k|2791 | 0.000000e+00 | 5.800000e+01 |    Inf 
98.10/98.12	o 57
98.10/98.12	c *92.8s| 40335 |  2084 |422638 |  10.4 |  42M|  49 |   - |1939 |  11k|1939 |1792 |7968 |  51k|2799 | 0.000000e+00 | 5.700000e+01 |    Inf 
121.30/121.31	c   115s| 50000 |  2234 |540295 |  10.8 |  44M|  53 |  23 |1939 |9148 |1939 |1792 |9030 |  64k|3187 | 0.000000e+00 | 5.700000e+01 |    Inf 
145.00/145.05	c   137s| 60000 |  2480 |662121 |  11.0 |  47M|  53 |   - |1939 |  10k|   0 |   0 |  10k|  77k|3520 | 0.000000e+00 | 5.700000e+01 |    Inf 
168.59/168.60	c   159s| 70000 |  2593 |781697 |  11.1 |  50M|  58 |  21 |1939 |  11k|1939 |1786 |  12k|  91k|3814 | 0.000000e+00 | 5.700000e+01 |    Inf 
185.29/185.33	o 40
185.29/185.33	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
185.29/185.33	c * 175s| 77614 |  2452 |853611 |  11.0 |  46M|  58 |   - |1939 |  12k|1939 |1795 |  13k| 101k|4001 | 0.000000e+00 | 4.000000e+01 |    Inf 
190.79/190.82	c   180s| 80000 |  2457 |880838 |  11.0 |  45M|  58 |   - |1939 |9704 |   0 |   0 |  13k| 104k|4065 | 0.000000e+00 | 4.000000e+01 |    Inf 
211.70/211.75	c   200s| 90000 |  2479 |981967 |  10.9 |  48M|  58 |   - |1939 |  12k|   0 |   0 |  14k| 117k|4305 | 0.000000e+00 | 4.000000e+01 |    Inf 
232.99/233.05	c   220s|100000 |  2529 |  1087k|  10.9 |  50M|  58 |   1 |1939 |  13k|1939 |1786 |  16k| 130k|4515 | 0.000000e+00 | 4.000000e+01 |    Inf 
256.49/256.59	c   242s|110000 |  2554 |  1206k|  11.0 |  52M|  58 |  27 |1939 |  12k|1939 |1786 |  17k| 144k|4837 | 0.000000e+00 | 4.000000e+01 |    Inf 
280.19/280.27	c   265s|120000 |  2689 |  1329k|  11.1 |  56M|  58 |  24 |1939 |  15k|1939 |1786 |  18k| 157k|5019 | 0.000000e+00 | 4.000000e+01 |    Inf 
304.70/304.71	c   288s|130000 |  2712 |  1450k|  11.1 |  59M|  58 |  16 |1939 |  17k|1939 |1786 |  18k| 170k|5298 | 0.000000e+00 | 4.000000e+01 |    Inf 
328.60/328.62	c   311s|140000 |  2880 |  1567k|  11.2 |  62M|  67 |   - |1939 |  17k|1939 |1786 |  19k| 183k|5470 | 0.000000e+00 | 4.000000e+01 |    Inf 
352.70/352.76	c   334s|150000 |  2989 |  1685k|  11.2 |  66M|  67 |  15 |1939 |  21k|1939 |1786 |  20k| 196k|5704 | 0.000000e+00 | 4.000000e+01 |    Inf 
377.00/377.04	c   357s|160000 |  2951 |  1798k|  11.2 |  67M|  67 |   - |1939 |  20k|1939 |1792 |  21k| 209k|5919 | 0.000000e+00 | 4.000000e+01 |    Inf 
393.60/393.66	o 35
393.60/393.66	c * 372s|166673 |  3004 |  1878k|  11.3 |  68M|  67 |   - |1939 |  21k|1939 |1786 |  22k| 218k|6050 | 0.000000e+00 | 3.500000e+01 |    Inf 
401.70/401.78	c   380s|170000 |  2993 |  1915k|  11.3 |  67M|  67 |   - |1939 |  17k|1939 |1786 |  22k| 222k|6104 | 0.000000e+00 | 3.500000e+01 |    Inf 
416.50/416.54	o 31
416.50/416.54	c * 394s|176426 |  2876 |  1988k|  11.3 |  65M|  67 |   - |1939 |  18k|1939 |1791 |  23k| 231k|6233 | 0.000000e+00 | 3.100000e+01 |    Inf 
425.00/425.04	c   402s|180000 |  2911 |  2032k|  11.3 |  65M|  67 |   1 |1939 |  15k|1939 |1786 |  23k| 235k|6306 | 0.000000e+00 | 3.100000e+01 |    Inf 
447.60/447.62	c   423s|190000 |  2947 |  2141k|  11.3 |  66M|  67 |  26 |1939 |  17k|1939 |1786 |  24k| 248k|6462 | 0.000000e+00 | 3.100000e+01 |    Inf 
470.00/470.03	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
470.00/470.03	c   445s|200000 |  2981 |  2246k|  11.2 |  68M|  67 |   - |1939 |  17k|   0 |   0 |  26k| 262k|6608 | 0.000000e+00 | 3.100000e+01 |    Inf 
492.70/492.80	c   466s|210000 |  3195 |  2355k|  11.2 |  69M|  67 |   - |1939 |  15k|   0 |   0 |  27k| 275k|6812 | 0.000000e+00 | 3.100000e+01 |    Inf 
499.00/499.06	o 28
499.00/499.06	c * 472s|212850 |  1899 |  2386k|  11.2 |  46M|  67 |   - |1939 |  16k|1939 |1800 |  27k| 279k|6869 | 0.000000e+00 | 2.800000e+01 |    Inf 
514.30/514.37	c   487s|220000 |  1912 |  2460k|  11.2 |  46M|  67 |   - |1939 |  14k|   0 |   0 |  28k| 288k|6963 | 0.000000e+00 | 2.800000e+01 |    Inf 
537.10/537.18	c   508s|230000 |  1983 |  2580k|  11.2 |  48M|  67 |  13 |1939 |  18k|1939 |1786 |  29k| 302k|7116 | 0.000000e+00 | 2.800000e+01 |    Inf 
559.70/559.70	c   530s|240000 |  2236 |  2686k|  11.2 |  50M|  67 |   - |1939 |  19k|   0 |   0 |  31k| 315k|7273 | 0.000000e+00 | 2.800000e+01 |    Inf 
581.40/581.43	c   550s|250000 |  2481 |  2782k|  11.1 |  53M|  67 |  28 |1939 |  20k|1939 |1792 |  32k| 328k|7394 | 0.000000e+00 | 2.800000e+01 |    Inf 
585.00/585.02	o 23
585.00/585.02	c * 553s|251508 |  2283 |  2797k|  11.1 |  49M|  67 |   - |1939 |  20k|1939 |1793 |  33k| 330k|7442 | 0.000000e+00 | 2.300000e+01 |    Inf 
602.71/602.74	c   570s|260000 |  2414 |  2874k|  11.1 |  51M|  67 |  13 |1939 |  19k|1939 |1786 |  33k| 342k|7506 | 0.000000e+00 | 2.300000e+01 |    Inf 
624.40/624.42	c   591s|270000 |  2344 |  2973k|  11.0 |  51M|  67 |  14 |1939 |  16k|1939 |1786 |  35k| 356k|7655 | 0.000000e+00 | 2.300000e+01 |    Inf 
647.70/647.74	c   613s|280000 |  2428 |  3099k|  11.1 |  53M|  67 |   - |1939 |  18k|   0 |   0 |  36k| 369k|7783 | 0.000000e+00 | 2.300000e+01 |    Inf 
669.70/669.78	c   634s|290000 |  2482 |  3202k|  11.0 |  55M|  67 |  13 |1939 |  19k|1939 |1786 |  37k| 382k|7945 | 0.000000e+00 | 2.300000e+01 |    Inf 
692.61/692.62	c   655s|300000 |  2513 |  3310k|  11.0 |  57M|  67 |   1 |1939 |  20k|1939 |1786 |  38k| 396k|8072 | 0.000000e+00 | 2.300000e+01 |    Inf 
714.91/714.96	c   677s|310000 |  2500 |  3416k|  11.0 |  57M|  67 |  16 |1939 |  19k|1939 |1786 |  39k| 409k|8235 | 0.000000e+00 | 2.300000e+01 |    Inf 
733.20/733.20	o 16
733.20/733.20	c * 694s|318241 |  2070 |  3500k|  11.0 |  49M|  67 |   - |1939 |  20k|1939 |1791 |  40k| 420k|8335 | 0.000000e+00 | 1.600000e+01 |    Inf 
736.60/736.65	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
736.60/736.65	c   697s|320000 |  2084 |  3514k|  11.0 |  49M|  67 |  22 |1939 |  19k|1939 |1786 |  40k| 422k|8345 | 0.000000e+00 | 1.600000e+01 |    Inf 
757.40/757.42	c   717s|330000 |  2094 |  3610k|  10.9 |  49M|  67 |   - |1939 |  18k|   0 |   0 |  42k| 435k|8440 | 0.000000e+00 | 1.600000e+01 |    Inf 
778.40/778.43	c   737s|340000 |  2319 |  3708k|  10.9 |  52M|  67 |   - |1939 |  20k|   0 |   0 |  43k| 448k|8518 | 0.000000e+00 | 1.600000e+01 |    Inf 
800.81/800.88	c   758s|350000 |  2391 |  3811k|  10.9 |  54M|  67 |   - |1939 |  22k|   0 |   0 |  45k| 461k|8619 | 0.000000e+00 | 1.600000e+01 |    Inf 
822.40/822.41	c   778s|360000 |  2574 |  3907k|  10.8 |  57M|  67 |   - |1939 |  24k|   0 |   0 |  46k| 474k|8723 | 0.000000e+00 | 1.600000e+01 |    Inf 
844.00/844.05	c   799s|370000 |  2673 |  4001k|  10.8 |  58M|  67 |  18 |1939 |  25k|1939 |1786 |  47k| 487k|8846 | 0.000000e+00 | 1.600000e+01 |    Inf 
866.50/866.58	c   820s|380000 |  2736 |  4103k|  10.8 |  58M|  67 |   - |1939 |  21k|1939 |1786 |  49k| 501k|8977 | 0.000000e+00 | 1.600000e+01 |    Inf 
888.10/888.10	c   840s|390000 |  2880 |  4197k|  10.8 |  61M|  67 |   - |1939 |  23k|   0 |   0 |  50k| 514k|9046 | 0.000000e+00 | 1.600000e+01 |    Inf 
909.90/909.97	c   861s|400000 |  3040 |  4296k|  10.7 |  62M|  67 |  15 |1939 |  22k|1939 |1793 |  51k| 528k|9113 | 0.000000e+00 | 1.600000e+01 |    Inf 
931.21/931.25	c   881s|410000 |  3185 |  4388k|  10.7 |  64M|  67 |   - |1939 |  22k|   0 |   0 |  52k| 541k|9235 | 0.000000e+00 | 1.600000e+01 |    Inf 
952.31/952.38	c   901s|420000 |  3346 |  4481k|  10.7 |  66M|  67 |  16 |1939 |  19k|1939 |1794 |  53k| 554k|9356 | 0.000000e+00 | 1.600000e+01 |    Inf 
974.11/974.11	c   922s|430000 |  3474 |  4585k|  10.7 |  67M|  67 |   - |1939 |  20k|   0 |   0 |  54k| 567k|9423 | 0.000000e+00 | 1.600000e+01 |    Inf 
995.41/995.45	c   942s|440000 |  3530 |  4680k|  10.6 |  68M|  67 |   - |1939 |  18k|1939 |1786 |  55k| 581k|9509 | 0.000000e+00 | 1.600000e+01 |    Inf 
1016.71/1016.78	c   962s|450000 |  3566 |  4778k|  10.6 |  70M|  67 |   - |1939 |  19k|1939 |1793 |  56k| 594k|9632 | 0.000000e+00 | 1.600000e+01 |    Inf 
1037.91/1037.97	c   982s|460000 |  3633 |  4871k|  10.6 |  72M|  67 |  21 |1939 |  20k|1939 |1786 |  58k| 608k|9713 | 0.000000e+00 | 1.600000e+01 |    Inf 
1060.81/1060.83	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1060.81/1060.83	c  1004s|470000 |  3674 |  4971k|  10.6 |  72M|  67 |   - |1939 |  17k|   0 |   0 |  59k| 621k|9781 | 0.000000e+00 | 1.600000e+01 |    Inf 
1082.51/1082.53	c  1025s|480000 |  3767 |  5068k|  10.6 |  73M|  67 |   - |1939 |  18k|1939 |1786 |  60k| 634k|9905 | 0.000000e+00 | 1.600000e+01 |    Inf 
1103.32/1103.33	c  1044s|490000 |  3808 |  5167k|  10.5 |  74M|  67 |   1 |1939 |  17k|1939 |1786 |  61k| 648k|  10k| 0.000000e+00 | 1.600000e+01 |    Inf 
1123.81/1123.80	c  1064s|500000 |  3892 |  5265k|  10.5 |  75M|  67 |   - |1939 |  17k|   0 |   0 |  62k| 661k|  10k| 0.000000e+00 | 1.600000e+01 |    Inf 
1145.21/1145.21	c  1084s|510000 |  3850 |  5370k|  10.5 |  76M|  67 |  27 |1939 |  17k|1939 |1786 |  63k| 674k|  10k| 0.000000e+00 | 1.600000e+01 |    Inf 
1166.41/1166.45	c  1104s|520000 |  3896 |  5467k|  10.5 |  78M|  67 |   - |1939 |  20k|   0 |   0 |  65k| 688k|  10k| 0.000000e+00 | 1.600000e+01 |    Inf 
1187.71/1187.70	c  1124s|530000 |  3823 |  5563k|  10.5 |  77M|  67 |  19 |1939 |  17k|1939 |1786 |  67k| 701k|  10k| 0.000000e+00 | 1.600000e+01 |    Inf 
1210.02/1210.04	c  1145s|540000 |  3783 |  5671k|  10.5 |  78M|  67 |  15 |1939 |  19k|1939 |1786 |  68k| 715k|  10k| 0.000000e+00 | 1.600000e+01 |    Inf 
1232.41/1232.41	c  1166s|550000 |  3739 |  5780k|  10.5 |  79M|  67 |  17 |1939 |  21k|1939 |1786 |  68k| 729k|  10k| 0.000000e+00 | 1.600000e+01 |    Inf 
1254.71/1254.78	c  1187s|560000 |  3692 |  5888k|  10.5 |  79M|  67 |  18 |1939 |  23k|1939 |1786 |  69k| 742k|  10k| 0.000000e+00 | 1.600000e+01 |    Inf 
1278.51/1278.53	c  1210s|570000 |  3709 |  6005k|  10.5 |  81M|  67 |   - |1939 |  26k|   0 |   0 |  70k| 755k|  10k| 0.000000e+00 | 1.600000e+01 |    Inf 
1303.11/1303.13	c  1233s|580000 |  3683 |  6114k|  10.5 |  82M|  67 |  17 |1939 |  29k|1939 |1786 |  72k| 768k|  10k| 0.000000e+00 | 1.600000e+01 |    Inf 
1328.72/1328.78	c  1257s|590000 |  3696 |  6221k|  10.5 |  84M|  67 |   - |1939 |  31k|   0 |   0 |  73k| 782k|  10k| 0.000000e+00 | 1.600000e+01 |    Inf 
1355.31/1355.38	c  1283s|600000 |  3614 |  6333k|  10.6 |  81M|  67 |   - |1939 |  25k|1939 |1805 |  74k| 795k|  10k| 0.000000e+00 | 1.600000e+01 |    Inf 
1379.22/1379.30	c  1305s|610000 |  3684 |  6447k|  10.6 |  82M|  67 |  15 |1939 |  24k|1939 |1792 |  75k| 808k|  11k| 0.000000e+00 | 1.600000e+01 |    Inf 
1402.72/1402.79	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1402.72/1402.79	c  1328s|620000 |  3701 |  6555k|  10.6 |  83M|  67 |   - |1939 |  26k|   0 |   0 |  76k| 821k|  11k| 0.000000e+00 | 1.600000e+01 |    Inf 
1427.82/1427.80	c  1352s|630000 |  3763 |  6673k|  10.6 |  81M|  67 |  18 |1939 |  21k|1939 |1786 |  77k| 834k|  11k| 0.000000e+00 | 1.600000e+01 |    Inf 
1451.62/1451.68	c  1374s|640000 |  3775 |  6794k|  10.6 |  83M|  67 |   - |1939 |  24k|   0 |   0 |  79k| 848k|  11k| 0.000000e+00 | 1.600000e+01 |    Inf 
1476.22/1476.25	c  1398s|650000 |  3806 |  6917k|  10.6 |  84M|  67 |  10 |1939 |  26k|1939 |1792 |  80k| 861k|  11k| 0.000000e+00 | 1.600000e+01 |    Inf 
1501.91/1501.98	c  1422s|660000 |  3847 |  7048k|  10.7 |  86M|  67 |  22 |1939 |  28k|1939 |1786 |  81k| 874k|  11k| 0.000000e+00 | 1.600000e+01 |    Inf 
1528.52/1528.51	c  1447s|670000 |  3897 |  7167k|  10.7 |  87M|  67 |  20 |1939 |  31k|1939 |1786 |  82k| 887k|  11k| 0.000000e+00 | 1.600000e+01 |    Inf 
1556.22/1556.22	c  1474s|680000 |  3901 |  7283k|  10.7 |  88M|  67 |   - |1939 |  31k|   0 |   0 |  83k| 901k|  11k| 0.000000e+00 | 1.600000e+01 |    Inf 
1582.21/1582.20	c  1498s|690000 |  4021 |  7402k|  10.7 |  87M|  67 |   - |1939 |  28k|   0 |   0 |  85k| 914k|  11k| 0.000000e+00 | 1.600000e+01 |    Inf 
1606.12/1606.16	c  1521s|700000 |  4090 |  7515k|  10.7 |  87M|  67 |  23 |1939 |  25k|1939 |1786 |  85k| 927k|  11k| 0.000000e+00 | 1.600000e+01 |    Inf 
1630.02/1630.10	c  1544s|710000 |  4175 |  7630k|  10.7 |  89M|  67 |   1 |1939 |  28k|1939 |1786 |  86k| 940k|  11k| 0.000000e+00 | 1.600000e+01 |    Inf 
1654.51/1654.51	c  1567s|720000 |  4227 |  7747k|  10.8 |  90M|  67 |  25 |1939 |  29k|1939 |1786 |  87k| 953k|  12k| 0.000000e+00 | 1.600000e+01 |    Inf 
1678.63/1678.60	c  1590s|730000 |  4304 |  7856k|  10.8 |  91M|  67 |  19 |1939 |  30k|1939 |1786 |  88k| 967k|  12k| 0.000000e+00 | 1.600000e+01 |    Inf 
1703.12/1703.10	c  1613s|740000 |  4310 |  7965k|  10.8 |  92M|  67 |   - |1939 |  33k|1939 |1786 |  90k| 981k|  12k| 0.000000e+00 | 1.600000e+01 |    Inf 
1728.32/1728.31	c  1637s|750000 |  4377 |  8080k|  10.8 |  93M|  67 |   - |1939 |  32k|   0 |   0 |  90k| 995k|  12k| 0.000000e+00 | 1.600000e+01 |    Inf 
1753.52/1753.52	c  1661s|760000 |  4371 |  8194k|  10.8 |  94M|  67 |   - |1939 |  33k|   0 |   0 |  92k|1008k|  12k| 0.000000e+00 | 1.600000e+01 |    Inf 
1780.42/1780.49	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1780.42/1780.49	c  1687s|770000 |  4379 |  8312k|  10.8 |  94M|  67 |   - |1939 |  33k|1939 |1786 |  92k|1022k|  12k| 0.000000e+00 | 1.600000e+01 |    Inf 
1800.03/1800.00	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.03/1800.00	c 
1800.03/1800.00	c SCIP Status        : solving was interrupted [user interrupt]
1800.03/1800.00	c Solving Time (sec) : 1705.74
1800.03/1800.00	c Solving Nodes      : 777549
1800.03/1800.00	c Primal Bound       : +1.60000000000000e+01 (219 solutions)
1800.03/1800.00	c Dual Bound         : +0.00000000000000e+00
1800.03/1800.00	c Gap                : infinite
1800.03/1800.02	s SATISFIABLE
1800.03/1800.02	v -x231 -x230 x229 -x228 -x227 -x226 -x225 -x224 -x223 -x222 -x221 -x220 -x219 -x218 -x217 -x216 -x215 -x214 -x213 -x212 -x211 x210 
1800.03/1800.02	v -x209 -x208 -x207 -x206 -x205 -x204 -x203 -x202 -x201 -x200 x199 -x198 -x197 -x196 -x195 -x194 -x193 -x192 -x191 -x190 -x189 
1800.03/1800.02	v -x188 x187 -x186 -x185 -x184 -x183 -x182 -x181 -x180 -x179 -x178 -x177 -x176 -x175 -x174 -x173 -x172 x171 -x170 -x169 -x168 
1800.03/1800.02	v -x167 -x166 -x165 -x164 -x163 -x162 -x161 -x160 -x159 -x158 -x157 -x156 -x155 -x154 -x153 x152 -x151 -x150 -x149 -x148 x147 
1800.03/1800.02	v -x146 -x145 -x144 -x143 -x142 -x141 -x140 -x139 -x138 -x137 -x136 -x135 x134 -x133 -x132 -x131 -x130 -x129 -x128 -x127 -x126 
1800.03/1800.02	v -x125 -x124 -x123 -x122 -x121 -x120 -x119 -x118 -x117 -x116 -x115 -x114 x113 -x112 -x111 -x110 -x109 -x108 -x107 x106 -x105 
1800.03/1800.02	v -x104 -x103 -x102 -x101 -x100 -x99 -x98 -x97 -x96 -x95 x94 -x93 -x92 -x91 -x90 -x89 -x88 -x87 -x86 -x85 -x84 -x83 -x82 -x81 -x80 
1800.03/1800.02	v x79 -x78 -x77 -x76 -x75 -x74 -x73 -x72 -x71 x70 -x69 -x68 -x67 -x66 -x65 -x64 -x63 -x62 -x61 -x60 -x59 -x58 -x57 x56 -x55 
1800.03/1800.02	v -x54 -x53 -x52 -x51 -x50 x49 -x48 -x47 -x46 -x45 x44 -x43 -x42 -x41 -x40 -x39 -x38 -x37 -x36 -x35 -x34 -x33 -x32 -x31 x30 -x29 
1800.03/1800.02	v -x28 -x27 -x26 -x25 -x24 -x23 -x22 -x21 -x20 x19 x18 -x17 -x16 -x15 -x14 -x13 -x12 -x11 -x10 -x9 -x8 -x7 -x6 -x5 -x4 -x3 -x2 
1800.03/1800.02	v -x1 
1800.03/1800.02	c SCIP Status        : solving was interrupted [user interrupt]
1800.03/1800.02	c Solving Time       :    1705.74
1800.03/1800.02	c Original Problem   :
1800.03/1800.02	c   Problem name     : HOME/instance-2693545-1277909840.wbo
1800.03/1800.02	c   Variables        : 2043 (1137 binary, 0 integer, 0 implicit integer, 906 continuous)
1800.03/1800.02	c   Constraints      : 3614 initial, 3614 maximal
1800.03/1800.02	c Presolved Problem  :
1800.03/1800.02	c   Problem name     : t_HOME/instance-2693545-1277909840.wbo
1800.03/1800.02	c   Variables        : 1939 (1085 binary, 0 integer, 0 implicit integer, 854 continuous)
1800.03/1800.02	c   Constraints      : 3449 initial, 34755 maximal
1800.03/1800.02	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.03/1800.02	c   trivial          :       0.00         52          0          0          0          0          0          0          0
1800.03/1800.02	c   dualfix          :       0.00         52          0          0          0          0          0          0          0
1800.03/1800.02	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.02	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.02	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.02	c   probing          :       0.03          0          0          0          0          0          0          0          0
1800.03/1800.02	c   indicator        :       0.00          0          0          0          0          0         52          0          0
1800.03/1800.02	c   knapsack         :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.02	c   setppc           :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.02	c   linear           :       0.05          0          0          0        906          0        113         52          0
1800.03/1800.02	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.02	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.02	c   root node        :          -        726          -          -       1452          -          -          -          -
1800.03/1800.02	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.03/1800.02	c   integral         :          0          0          0     434609          0        567       4403          0          0     822374
1800.03/1800.02	c   indicator        :        854          0    3679026      19343          0       1105    5458566          0          0          0
1800.03/1800.02	c   knapsack         :          1          6    3666713      19370          0      46676    8949375          6          0          0
1800.03/1800.02	c   setppc           :         14          6    3636900      19317          0      67243    2227802          0          0          0
1800.03/1800.02	c   linear           :        854          6    3571487      19382          0      61706    3723276      94076          0          0
1800.03/1800.02	c   logicor          :       1726+         6    1822968       2932          0      88647    6330334          0          0          0
1800.03/1800.02	c   bounddisjunction :          0+         0       5904          0          0          2         32          0          0          0
1800.03/1800.02	c   countsols        :          0          0          0       2932          0          0          0          0          0          0
1800.03/1800.02	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.03/1800.02	c   integral         :      38.00       0.00       0.00      38.00       0.00
1800.03/1800.02	c   indicator        :      13.96       0.01      13.32       0.63       0.00
1800.03/1800.02	c   knapsack         :      38.00       0.00      38.00       0.00       0.00
1800.03/1800.02	c   setppc           :      13.92       0.00      13.91       0.01       0.00
1800.03/1800.02	c   linear           :      43.87       0.00      43.31       0.56       0.00
1800.03/1800.02	c   logicor          :     214.22       0.00     214.17       0.05       0.00
1800.03/1800.02	c   bounddisjunction :       0.00       0.00       0.00       0.00       0.00
1800.03/1800.02	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.03/1800.02	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.03/1800.02	c   vbounds          :       0.00          2          0          0
1800.03/1800.02	c   rootredcost      :       0.00         21          0        726
1800.03/1800.02	c   pseudoobj        :      72.13    3693628       7131    5005460
1800.03/1800.02	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.03/1800.02	c   propagation      :      11.85     271405     270911    1758136       27.9       8200       20.0          -
1800.03/1800.02	c   infeasible LP    :      25.11     133549     133541    1084923       43.2       1503       13.9          0
1800.03/1800.02	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.03/1800.02	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.03/1800.02	c   pseudo solution  :       0.00         52         52        345       21.2         10        6.7          -
1800.03/1800.02	c   applied globally :          -          -          -    1032100       28.5          -          -          -
1800.03/1800.02	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.03/1800.02	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.03/1800.02	c   cut pool         :       0.00          5          -          -          8          -    (maximal pool size: 318)
1800.03/1800.02	c   redcost          :      14.11     440469          0     378311          0          0
1800.03/1800.02	c   impliedbounds    :       0.00          6          0          0          0          0
1800.03/1800.02	c   intobj           :       0.00          0          0          0          0          0
1800.03/1800.02	c   cgmip            :       0.00          0          0          0          0          0
1800.03/1800.02	c   gomory           :       0.29          6          0          0       1664          0
1800.03/1800.02	c   strongcg         :       0.19          6          0          0       1317          0
1800.03/1800.02	c   cmir             :       0.05          6          0          0          2          0
1800.03/1800.02	c   flowcover        :       0.05          6          0          0          3          0
1800.03/1800.02	c   clique           :       0.00          6          0          0          0          0
1800.03/1800.02	c   zerohalf         :       0.00          0          0          0          0          0
1800.03/1800.02	c   mcf              :       0.00          1          0          0          0          0
1800.03/1800.02	c   rapidlearning    :       0.00          0          0          0          0          0
1800.03/1800.02	c Pricers            :       Time      Calls       Vars
1800.03/1800.02	c   problem variables:       0.00          0          0
1800.03/1800.02	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.03/1800.02	c   relpscost        :      37.98     415213        567       4403          0          0     822374
1800.03/1800.02	c   pscost           :       0.00          0          0          0          0          0          0
1800.03/1800.02	c   inference        :       0.27       2912          0          0          0          0       5824
1800.03/1800.02	c   mostinf          :       0.00          0          0          0          0          0          0
1800.03/1800.02	c   leastinf         :       0.00          0          0          0          0          0          0
1800.03/1800.02	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.03/1800.02	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.03/1800.02	c   random           :       0.00          0          0          0          0          0          0
1800.03/1800.02	c Primal Heuristics  :       Time      Calls      Found
1800.03/1800.02	c   LP solutions     :       0.01          -         20
1800.03/1800.02	c   pseudo solutions :       0.00          -          0
1800.03/1800.02	c   oneopt           :       0.13         19          0
1800.03/1800.02	c   feaspump         :       0.01          1          0
1800.03/1800.02	c   crossover        :       0.52         30          0
1800.03/1800.02	c   rootsoldiving    :       0.78         77          0
1800.03/1800.02	c   pscostdiving     :       0.51        154          0
1800.03/1800.02	c   fracdiving       :       0.49        154          0
1800.03/1800.02	c   veclendiving     :       0.59        154          0
1800.03/1800.02	c   linesearchdiving :       0.37        154          0
1800.03/1800.02	c   guideddiving     :       0.48        154          0
1800.03/1800.02	c   coefdiving       :       0.54        154          0
1800.03/1800.02	c   objpscostdiving  :       0.46         78          0
1800.03/1800.02	c   trivial          :       0.01          2          0
1800.03/1800.02	c   simplerounding   :       0.32     416604          0
1800.03/1800.02	c   zirounding       :       0.15       1000          0
1800.03/1800.02	c   rounding         :       0.92       9069          0
1800.03/1800.02	c   shifting         :       0.85       2817          0
1800.03/1800.02	c   intshifting      :       0.00         25          0
1800.03/1800.02	c   twoopt           :       0.00          0          0
1800.03/1800.02	c   fixandinfer      :       0.00          0          0
1800.03/1800.02	c   intdiving        :       0.00          0          0
1800.03/1800.02	c   actconsdiving    :       0.00          0          0
1800.03/1800.02	c   octane           :       0.00          0          0
1800.03/1800.02	c   rens             :       0.02          1          0
1800.03/1800.02	c   rins             :       0.00          0          0
1800.03/1800.02	c   localbranching   :       0.00          0          0
1800.03/1800.02	c   mutation         :       0.00          0          0
1800.03/1800.02	c   dins             :       0.00          0          0
1800.03/1800.02	c   undercover       :       0.00          0          0
1800.03/1800.02	c   nlp              :       0.00          0          0
1800.03/1800.02	c   trysol           :       0.54       1743        199
1800.03/1800.02	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.03/1800.02	c   primal LP        :       0.00          0          0       0.00          -
1800.03/1800.02	c   dual LP          :     880.52     564724    8373609      14.83    9509.85
1800.03/1800.02	c   lex dual LP      :       0.00          0          0       0.00          -
1800.03/1800.02	c   barrier LP       :       0.00          0          0       0.00          -
1800.03/1800.02	c   diving/probing LP:       3.09       1822      17129       9.40    5543.37
1800.03/1800.02	c   strong branching :      34.03      12535     336569      26.85    9890.36
1800.03/1800.02	c     (at root node) :          -         33      17907     542.64          -
1800.03/1800.02	c   conflict analysis:       0.00          0          0       0.00          -
1800.03/1800.02	c B&B Tree           :
1800.03/1800.02	c   number of runs   :          1
1800.03/1800.02	c   nodes            :     777549
1800.03/1800.02	c   nodes (total)    :     777549
1800.03/1800.02	c   nodes left       :       4373
1800.03/1800.02	c   max depth        :         67
1800.03/1800.02	c   max depth (total):         67
1800.03/1800.02	c   backtracks       :     100787 (13.0%)
1800.03/1800.02	c   delayed cutoffs  :      43383
1800.03/1800.02	c   repropagations   :    1321772 (5103126 domain reductions, 41244 cutoffs)
1800.03/1800.02	c   avg switch length:       5.13
1800.03/1800.02	c   switching time   :     193.07
1800.03/1800.02	c Solution           :
1800.03/1800.02	c   Solutions found  :        219 (21 improvements)
1800.03/1800.02	c   First Solution   : +4.21020000000000e+04   (in run 1, after 1 nodes, 0.10 seconds, depth 0, found by <trysol>)
1800.03/1800.02	c   Primal Bound     : +1.60000000000000e+01   (in run 1, after 318241 nodes, 693.80 seconds, depth 28, found by <relaxation>)
1800.03/1800.02	c   Dual Bound       : +0.00000000000000e+00
1800.03/1800.02	c   Gap              :   infinite
1800.03/1800.02	c   Root Dual Bound  : +0.00000000000000e+00
1800.03/1800.02	c   Root Iterations  :       1491
1800.13/1800.13	c Time complete: 1800.15.

Verifier Data

OK	16

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2693545-1277909840/watcher-2693545-1277909840 -o /tmp/evaluation-result-2693545-1277909840/solver-2693545-1277909840 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2693545-1277909840.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.02 2.01 2.00 4/178 12238
/proc/meminfo: memFree=31612148/32950928 swapFree=67111528/67111528
[pid=12238] ppid=12236 vsize=10868 CPUtime=0
/proc/12238/stat : 12238 (pbscip.linux.x8) R 12236 12238 11517 0 -1 4202496 1665 0 0 0 0 0 0 0 23 0 1 0 132280341 11128832 1586 4089446400 4194304 9819077 140737465325824 18446744073709551615 6179008 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/12238/statm: 2717 1586 392 1374 0 1338 0

[startup+0.0663009 s]
/proc/loadavg: 2.02 2.01 2.00 4/178 12238
/proc/meminfo: memFree=31612148/32950928 swapFree=67111528/67111528
[pid=12238] ppid=12236 vsize=24032 CPUtime=0.05
/proc/12238/stat : 12238 (pbscip.linux.x8) R 12236 12238 11517 0 -1 4202496 5636 0 0 0 4 1 0 0 23 0 1 0 132280341 24608768 4689 4089446400 4194304 9819077 140737465325824 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/12238/statm: 6008 4689 492 1374 0 4629 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 24032

[startup+0.100297 s]
/proc/loadavg: 2.02 2.01 2.00 4/178 12238
/proc/meminfo: memFree=31612148/32950928 swapFree=67111528/67111528
[pid=12238] ppid=12236 vsize=24788 CPUtime=0.09
/proc/12238/stat : 12238 (pbscip.linux.x8) R 12236 12238 11517 0 -1 4202496 8175 0 0 0 7 2 0 0 23 0 1 0 132280341 25382912 4915 4089446400 4194304 9819077 140737465325824 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/12238/statm: 6197 4915 512 1374 0 4818 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 24788

[startup+0.300262 s]
/proc/loadavg: 2.02 2.01 2.00 4/178 12238
/proc/meminfo: memFree=31612148/32950928 swapFree=67111528/67111528
[pid=12238] ppid=12236 vsize=35708 CPUtime=0.29
/proc/12238/stat : 12238 (pbscip.linux.x8) R 12236 12238 11517 0 -1 4202496 11267 0 0 0 26 3 0 0 23 0 1 0 132280341 36564992 7266 4089446400 4194304 9819077 140737465325824 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/12238/statm: 8927 7266 691 1374 0 7548 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 35708

[startup+0.700226 s]
/proc/loadavg: 2.02 2.01 2.00 4/178 12238
/proc/meminfo: memFree=31612148/32950928 swapFree=67111528/67111528
[pid=12238] ppid=12236 vsize=38400 CPUtime=0.69
/proc/12238/stat : 12238 (pbscip.linux.x8) R 12236 12238 11517 0 -1 4202496 12693 0 0 0 65 4 0 0 25 0 1 0 132280341 39321600 7929 4089446400 4194304 9819077 140737465325824 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/12238/statm: 9600 7929 692 1374 0 8221 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 38400

[startup+1.50016 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 12239
/proc/meminfo: memFree=31582380/32950928 swapFree=67111528/67111528
[pid=12238] ppid=12236 vsize=41304 CPUtime=1.49
/proc/12238/stat : 12238 (pbscip.linux.x8) R 12236 12238 11517 0 -1 4202496 25602 0 0 0 143 6 0 0 25 0 1 0 132280341 42295296 8141 4089446400 4194304 9819077 140737465325824 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/12238/statm: 10326 8141 719 1374 0 8947 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 41304

[startup+3.10089 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 12239
/proc/meminfo: memFree=31582132/32950928 swapFree=67111528/67111528
[pid=12238] ppid=12236 vsize=41548 CPUtime=3.09
/proc/12238/stat : 12238 (pbscip.linux.x8) R 12236 12238 11517 0 -1 4202496 37294 0 0 0 299 10 0 0 25 0 1 0 132280341 42545152 8130 4089446400 4194304 9819077 140737465325824 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/12238/statm: 10387 8130 719 1374 0 9008 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 41548

[startup+6.30031 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 12239
/proc/meminfo: memFree=31580800/32950928 swapFree=67111528/67111528
[pid=12238] ppid=12236 vsize=45048 CPUtime=6.29
/proc/12238/stat : 12238 (pbscip.linux.x8) R 12236 12238 11517 0 -1 4202496 111280 0 0 0 602 27 0 0 25 0 1 0 132280341 46129152 9033 4089446400 4194304 9819077 140737465325824 18446744073709551615 6713575 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/12238/statm: 11262 9033 726 1374 0 9883 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 45048

[startup+12.7003 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 12239
/proc/meminfo: memFree=31571860/32950928 swapFree=67111528/67111528
[pid=12238] ppid=12236 vsize=53892 CPUtime=12.69
/proc/12238/stat : 12238 (pbscip.linux.x8) R 12236 12238 11517 0 -1 4202496 206704 0 0 0 1208 61 0 0 25 0 1 0 132280341 55185408 11234 4089446400 4194304 9819077 140737465325824 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/12238/statm: 13066 11220 728 1374 0 11687 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 53892

[startup+25.5011 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 12239
/proc/meminfo: memFree=31556828/32950928 swapFree=67111528/67111528
[pid=12238] ppid=12236 vsize=66712 CPUtime=25.49
/proc/12238/stat : 12238 (pbscip.linux.x8) R 12236 12238 11517 0 -1 4202496 398498 0 0 0 2412 137 0 0 25 0 1 0 132280341 68313088 14855 4089446400 4194304 9819077 140737465325824 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/12238/statm: 16678 14855 743 1374 0 15299 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 66712

[startup+51.1008 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 12241
/proc/meminfo: memFree=31542928/32950928 swapFree=67111528/67111528
[pid=12238] ppid=12236 vsize=81656 CPUtime=51.09
/proc/12238/stat : 12238 (pbscip.linux.x8) R 12236 12238 11517 0 -1 4202496 694805 0 0 0 4832 277 0 0 25 0 1 0 132280341 83615744 18430 4089446400 4194304 9819077 140737465325824 18446744073709551615 6666081 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/12238/statm: 20414 18430 745 1374 0 19035 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 81656

[startup+102.306 s]
/proc/loadavg: 2.04 2.02 2.00 3/179 12241
/proc/meminfo: memFree=31519336/32950928 swapFree=67111528/67111528
[pid=12238] ppid=12236 vsize=105892 CPUtime=102.3
/proc/12238/stat : 12238 (pbscip.linux.x8) R 12236 12238 11517 0 -1 4202496 1260963 0 0 0 9675 555 0 0 25 0 1 0 132280341 108433408 24052 4089446400 4194304 9819077 140737465325824 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/12238/statm: 26473 24052 745 1374 0 25094 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 105892

[startup+162.301 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 12243
/proc/meminfo: memFree=31509316/32950928 swapFree=67111528/67111528
[pid=12238] ppid=12236 vsize=118468 CPUtime=162.3
/proc/12238/stat : 12238 (pbscip.linux.x8) R 12236 12238 11517 0 -1 4202496 1953750 0 0 0 15345 885 0 0 25 0 1 0 132280341 121311232 26712 4089446400 4194304 9819077 140737465325824 18446744073709551615 7816457 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/12238/statm: 29617 26712 745 1374 0 28238 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 118468

[startup+222.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 12254
/proc/meminfo: memFree=31497496/32950928 swapFree=67111528/67111528
[pid=12238] ppid=12236 vsize=128520 CPUtime=222.3
/proc/12238/stat : 12238 (pbscip.linux.x8) R 12236 12238 11517 0 -1 4202496 2648250 0 0 0 20995 1235 0 0 25 0 1 0 132280341 131604480 29077 4089446400 4194304 9819077 140737465325824 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/12238/statm: 32130 29077 745 1374 0 30751 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 128520

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12256
/proc/meminfo: memFree=31488316/32950928 swapFree=67111528/67111528
[pid=12238] ppid=12236 vsize=138728 CPUtime=282.29
/proc/12238/stat : 12238 (pbscip.linux.x8) R 12236 12238 11517 0 -1 4202496 3263942 0 0 0 26688 1541 0 0 25 0 1 0 132280341 142057472 31462 4089446400 4194304 9819077 140737465325824 18446744073709551615 4220842 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/12238/statm: 34682 31462 745 1374 0 33303 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 138728

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12258
/proc/meminfo: memFree=31478328/32950928 swapFree=67111528/67111528
[pid=12238] ppid=12236 vsize=151504 CPUtime=342.29
/proc/12238/stat : 12238 (pbscip.linux.x8) R 12236 12238 11517 0 -1 4202496 3836034 0 0 0 32373 1856 0 0 25 0 1 0 132280341 155140096 34008 4089446400 4194304 9819077 140737465325824 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/12238/statm: 37876 34008 745 1374 0 36497 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 151504

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12258
/proc/meminfo: memFree=31470948/32950928 swapFree=67111528/67111528
[pid=12238] ppid=12236 vsize=158432 CPUtime=402.29
/proc/12238/stat : 12238 (pbscip.linux.x8) R 12236 12238 11517 0 -1 4202496 4413951 0 0 0 38064 2165 0 0 25 0 1 0 132280341 162234368 35762 4089446400 4194304 9819077 140737465325824 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/12238/statm: 39608 35762 745 1374 0 38229 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 158432

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12260
/proc/meminfo: memFree=31468556/32950928 swapFree=67111528/67111528
[pid=12238] ppid=12236 vsize=161248 CPUtime=462.3
/proc/12238/stat : 12238 (pbscip.linux.x8) R 12236 12238 11517 0 -1 4202496 5055941 0 0 0 43738 2492 0 0 25 0 1 0 132280341 165117952 36377 4089446400 4194304 9819077 140737465325824 18446744073709551615 8657695 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/12238/statm: 40312 36377 745 1374 0 38933 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 161248

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12262
/proc/meminfo: memFree=31465028/32950928 swapFree=67111528/67111528
[pid=12238] ppid=12236 vsize=165108 CPUtime=522.3
/proc/12238/stat : 12238 (pbscip.linux.x8) R 12236 12238 11517 0 -1 4202496 5713997 0 0 0 49418 2812 0 0 25 0 1 0 132280341 169070592 37281 4089446400 4194304 9819077 140737465325824 18446744073709551615 8657695 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/12238/statm: 41277 37281 745 1374 0 39898 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 165108

[startup+582.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/179 12264
/proc/meminfo: memFree=31463492/32950928 swapFree=67111528/67111528
[pid=12238] ppid=12236 vsize=166092 CPUtime=582.3
/proc/12238/stat : 12238 (pbscip.linux.x8) R 12236 12238 11517 0 -1 4202496 6340871 0 0 0 55089 3141 0 0 25 0 1 0 132280341 170078208 37660 4089446400 4194304 9819077 140737465325824 18446744073709551615 6371768 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/12238/statm: 41523 37663 745 1374 0 40144 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 166092

[startup+642.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 12266
/proc/meminfo: memFree=31459708/32950928 swapFree=67111528/67111528
[pid=12238] ppid=12236 vsize=170360 CPUtime=642.3
/proc/12238/stat : 12238 (pbscip.linux.x8) R 12236 12238 11517 0 -1 4202496 6963357 0 0 0 60763 3467 0 0 25 0 1 0 132280341 174448640 38524 4089446400 4194304 9819077 140737465325824 18446744073709551615 8657695 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/12238/statm: 42590 38524 745 1374 0 41211 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 170360

[startup+702.301 s]

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

[startup+882.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12272
/proc/meminfo: memFree=31447588/32950928 swapFree=67111528/67111528
[pid=12238] ppid=12236 vsize=184708 CPUtime=882.3
/proc/12238/stat : 12238 (pbscip.linux.x8) R 12236 12238 11517 0 -1 4202496 9243814 0 0 0 83484 4746 0 0 25 0 1 0 132280341 189140992 41731 4089446400 4194304 9819077 140737465325824 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/12238/statm: 46177 41731 745 1374 0 44798 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 184708

[startup+942.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12274
/proc/meminfo: memFree=31443212/32950928 swapFree=67111528/67111528
[pid=12238] ppid=12236 vsize=190568 CPUtime=942.31
/proc/12238/stat : 12238 (pbscip.linux.x8) R 12236 12238 11517 0 -1 4202496 9762342 0 0 0 89183 5048 0 0 25 0 1 0 132280341 195141632 42962 4089446400 4194304 9819077 140737465325824 18446744073709551615 7816442 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/12238/statm: 47642 42962 745 1374 0 46263 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 190568

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12302
/proc/meminfo: memFree=31368848/32950928 swapFree=67111528/67111528
[pid=12238] ppid=12236 vsize=194288 CPUtime=1002.31
/proc/12238/stat : 12238 (pbscip.linux.x8) R 12236 12238 11517 0 -1 4202496 10286329 0 0 0 94855 5376 0 0 25 0 1 0 132280341 198950912 43973 4089446400 4194304 9819077 140737465325824 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/12238/statm: 48572 43973 745 1374 0 47193 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 194288

[startup+1062.3 s]
/proc/loadavg: 2.49 2.12 2.04 3/200 12366
/proc/meminfo: memFree=31245624/32950928 swapFree=67111528/67111528
[pid=12238] ppid=12236 vsize=197300 CPUtime=1062.31
/proc/12238/stat : 12238 (pbscip.linux.x8) R 12236 12238 11517 0 -1 4202496 10801435 0 0 0 100542 5689 0 0 25 0 1 0 132280341 202035200 44583 4089446400 4194304 9819077 140737465325824 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/12238/statm: 49325 44583 745 1374 0 47946 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 197300

[startup+1122.3 s]
/proc/loadavg: 2.37 2.17 2.06 3/179 12396
/proc/meminfo: memFree=31362916/32950928 swapFree=67111528/67111528
[pid=12238] ppid=12236 vsize=204304 CPUtime=1122.31
/proc/12238/stat : 12238 (pbscip.linux.x8) R 12236 12238 11517 0 -1 4202496 11340976 0 0 0 106217 6014 0 0 25 0 1 0 132280341 209207296 45998 4089446400 4194304 9819077 140737465325824 18446744073709551615 6581282 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/12238/statm: 51076 45998 745 1374 0 49697 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 204304

[startup+1182.3 s]
/proc/loadavg: 2.20 2.15 2.06 3/179 12398
/proc/meminfo: memFree=31282728/32950928 swapFree=67111528/67111528
[pid=12238] ppid=12236 vsize=206868 CPUtime=1182.31
/proc/12238/stat : 12238 (pbscip.linux.x8) R 12236 12238 11517 0 -1 4202496 11952348 0 0 0 111861 6370 0 0 25 0 1 0 132280341 211832832 46547 4089446400 4194304 9819077 140737465325824 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/12238/statm: 51717 46547 745 1374 0 50338 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 206868

[startup+1242.3 s]
/proc/loadavg: 2.07 2.12 2.05 3/179 12400
/proc/meminfo: memFree=31274752/32950928 swapFree=67111528/67111528
[pid=12238] ppid=12236 vsize=208656 CPUtime=1242.31
/proc/12238/stat : 12238 (pbscip.linux.x8) R 12236 12238 11517 0 -1 4202496 12551006 0 0 0 117528 6703 0 0 25 0 1 0 132280341 213663744 46943 4089446400 4194304 9819077 140737465325824 18446744073709551615 6590493 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/12238/statm: 52164 46943 745 1374 0 50785 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 208656

[startup+1302.3 s]
/proc/loadavg: 2.02 2.10 2.05 3/179 12400
/proc/meminfo: memFree=31264520/32950928 swapFree=67111528/67111528
[pid=12238] ppid=12236 vsize=213360 CPUtime=1302.32
/proc/12238/stat : 12238 (pbscip.linux.x8) R 12236 12238 11517 0 -1 4202496 13147488 0 0 0 123219 7013 0 0 25 0 1 0 132280341 218480640 47955 4089446400 4194304 9819077 140737465325824 18446744073709551615 8657695 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/12238/statm: 53340 47955 745 1374 0 51961 0
Current children cumulated CPU time (s) 1302.32
Current children cumulated vsize (KiB) 213360

[startup+1362.3 s]
/proc/loadavg: 2.01 2.08 2.04 3/179 12402
/proc/meminfo: memFree=31256192/32950928 swapFree=67111528/67111528
[pid=12238] ppid=12236 vsize=217612 CPUtime=1362.32
/proc/12238/stat : 12238 (pbscip.linux.x8) R 12236 12238 11517 0 -1 4202496 13672736 0 0 0 128932 7300 0 0 25 0 1 0 132280341 222834688 48850 4089446400 4194304 9819077 140737465325824 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/12238/statm: 54403 48850 745 1374 0 53024 0
Current children cumulated CPU time (s) 1362.32
Current children cumulated vsize (KiB) 217612

[startup+1422.31 s]
/proc/loadavg: 2.00 2.06 2.04 3/179 12404
/proc/meminfo: memFree=31248960/32950928 swapFree=67111528/67111528
[pid=12238] ppid=12236 vsize=218640 CPUtime=1422.32
/proc/12238/stat : 12238 (pbscip.linux.x8) R 12236 12238 11517 0 -1 4202496 14225434 0 0 0 134630 7602 0 0 25 0 1 0 132280341 223887360 49159 4089446400 4194304 9819077 140737465325824 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/12238/statm: 54660 49159 745 1374 0 53281 0
Current children cumulated CPU time (s) 1422.32
Current children cumulated vsize (KiB) 218640

[startup+1482.3 s]
/proc/loadavg: 2.00 2.05 2.03 3/179 12406
/proc/meminfo: memFree=31244204/32950928 swapFree=67111528/67111528
[pid=12238] ppid=12236 vsize=220016 CPUtime=1482.31
/proc/12238/stat : 12238 (pbscip.linux.x8) R 12236 12238 11517 0 -1 4202496 14742429 0 0 0 140336 7895 0 0 25 0 1 0 132280341 225296384 49426 4089446400 4194304 9819077 140737465325824 18446744073709551615 4661061 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/12238/statm: 55004 49426 745 1374 0 53625 0
Current children cumulated CPU time (s) 1482.31
Current children cumulated vsize (KiB) 220016

[startup+1542.3 s]
/proc/loadavg: 2.00 2.04 2.03 3/179 12408
/proc/meminfo: memFree=31239920/32950928 swapFree=67111528/67111528
[pid=12238] ppid=12236 vsize=221376 CPUtime=1542.31
/proc/12238/stat : 12238 (pbscip.linux.x8) R 12236 12238 11517 0 -1 4202496 15259181 0 0 0 146050 8181 0 0 25 0 1 0 132280341 226689024 49747 4089446400 4194304 9819077 140737465325824 18446744073709551615 6372719 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/12238/statm: 55344 49747 745 1374 0 53965 0
Current children cumulated CPU time (s) 1542.31
Current children cumulated vsize (KiB) 221376

[startup+1602.3 s]
/proc/loadavg: 2.00 2.03 2.02 3/179 12408
/proc/meminfo: memFree=31235268/32950928 swapFree=67111528/67111528
[pid=12238] ppid=12236 vsize=222544 CPUtime=1602.32
/proc/12238/stat : 12238 (pbscip.linux.x8) R 12236 12238 11517 0 -1 4202496 15764274 0 0 0 151755 8477 0 0 25 0 1 0 132280341 227885056 49907 4089446400 4194304 9819077 140737465325824 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/12238/statm: 55636 49907 745 1374 0 54257 0
Current children cumulated CPU time (s) 1602.32
Current children cumulated vsize (KiB) 222544

[startup+1662.3 s]
/proc/loadavg: 2.00 2.02 2.01 3/179 12410
/proc/meminfo: memFree=31228888/32950928 swapFree=67111528/67111528
[pid=12238] ppid=12236 vsize=224240 CPUtime=1662.32
/proc/12238/stat : 12238 (pbscip.linux.x8) R 12236 12238 11517 0 -1 4202496 16292236 0 0 0 157455 8777 0 0 25 0 1 0 132280341 229621760 50342 4089446400 4194304 9819077 140737465325824 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/12238/statm: 56060 50342 745 1374 0 54681 0
Current children cumulated CPU time (s) 1662.32
Current children cumulated vsize (KiB) 224240

[startup+1722.3 s]
/proc/loadavg: 2.00 2.02 2.01 3/179 12412
/proc/meminfo: memFree=31217676/32950928 swapFree=67111528/67111528
[pid=12238] ppid=12236 vsize=230052 CPUtime=1722.32
/proc/12238/stat : 12238 (pbscip.linux.x8) R 12236 12238 11517 0 -1 4202496 16802299 0 0 0 163166 9066 0 0 25 0 1 0 132280341 235573248 51787 4089446400 4194304 9819077 140737465325824 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/12238/statm: 57513 51787 745 1374 0 56134 0
Current children cumulated CPU time (s) 1722.32
Current children cumulated vsize (KiB) 230052

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 12414
/proc/meminfo: memFree=31212912/32950928 swapFree=67111528/67111528
[pid=12238] ppid=12236 vsize=230936 CPUtime=1782.32
/proc/12238/stat : 12238 (pbscip.linux.x8) R 12236 12238 11517 0 -1 4202496 17279500 0 0 0 168891 9341 0 0 25 0 1 0 132280341 236478464 51928 4089446400 4194304 9819077 140737465325824 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/12238/statm: 57734 51928 745 1374 0 56355 0
Current children cumulated CPU time (s) 1782.32
Current children cumulated vsize (KiB) 230936



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 12414
/proc/meminfo: memFree=31211148/32950928 swapFree=67111528/67111528
[pid=12238] ppid=12236 vsize=232192 CPUtime=1800.03
/proc/12238/stat : 12238 (pbscip.linux.x8) R 12236 12238 11517 0 -1 4202496 17434760 0 0 0 170576 9427 0 0 25 0 1 0 132280341 237764608 52143 4089446400 4194304 9819077 140737465325824 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/12238/statm: 57950 52141 745 1374 0 56571 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 232192

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+1800.11 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 12414
/proc/meminfo: memFree=31211148/32950928 swapFree=67111528/67111528
[pid=12238] ppid=12236 vsize=231288 CPUtime=1800.13
/proc/12238/stat : 12238 (pbscip.linux.x8) R 12236 12238 11517 0 -1 4202496 17434806 0 0 0 170586 9427 0 0 25 0 1 0 132280341 236838912 51904 4089446400 4194304 9819077 140737465325824 18446744073709551615 4383954 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/12238/statm: 57822 51904 746 1374 0 56443 0
Current children cumulated CPU time (s) 1800.13
Current children cumulated vsize (KiB) 231288

Child status: 0
Real time (s): 1800.13
CPU time (s): 1800.16
CPU user time (s): 1705.88
CPU system time (s): 94.2797
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 233400

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

runsolver used 3.46047 second user time and 5.8981 second system time

The end

Launcher Data

Begin job on node126 at 2010-06-30 16:57:20
IDJOB=2693545
IDBENCH=78971
IDSOLVER=1205
FILE ID=node126/2693545-1277909840
PBS_JOBID= 11197245
Free space on /tmp= 74192 MiB

SOLVER NAME= SCIPclp SCIP 1.2.1.2 with Clp 1.11.1 (Release Version) as LP solver
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900569834--soft-66-100-0.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-2693545-1277909840/watcher-2693545-1277909840 -o /tmp/evaluation-result-2693545-1277909840/solver-2693545-1277909840 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2693545-1277909840.wbo -t 1800 -m 3800

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

MD5SUM BENCH= 9b8daeac3a936659a5f0bb5b79c19c15
RANDOM SEED=1565375560

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      31612056 kB
Buffers:        192392 kB
Cached:         925540 kB
SwapCached:          0 kB
Active:         543472 kB
Inactive:       653220 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      31612056 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            6280 kB
Writeback:           0 kB
AnonPages:       79032 kB
Mapped:          15456 kB
Slab:            78052 kB
PageTables:       5088 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   221436 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= 74180 MiB
End job on node126 at 2010-06-30 17:27:22