Trace number 2693517

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.17 1800.09

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900546076--soft-66-100-0.wbo
MD5SUM0b9d6337ad7964b2b0f1686d5d01e741
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark13
Best CPU time to get the best result obtained on this benchmark331.135
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 constraints900
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 45741
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 45740
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-2693517-1277908304.wbo>
0.00/0.03	c original problem has 2031 variables (1131 bin, 0 int, 0 impl, 900 cont) and 3608 constraints
0.00/0.03	c problem read
0.00/0.03	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, 15 clqs
0.00/0.07	c (round 2) 0 del vars, 115 del conss, 900 chg bounds, 53 chg sides, 0 chg coeffs, 0 upgd conss, 1116 impls, 15 clqs
0.00/0.08	c (round 3) 53 del vars, 258 del conss, 916 chg bounds, 143 chg sides, 0 chg coeffs, 0 upgd conss, 1116 impls, 15 clqs
0.09/0.10	c (round 4) 122 del vars, 274 del conss, 916 chg bounds, 143 chg sides, 0 chg coeffs, 1672 upgd conss, 1116 impls, 15 clqs
0.09/0.11	c (round 5) 138 del vars, 274 del conss, 916 chg bounds, 143 chg sides, 0 chg coeffs, 1672 upgd conss, 1116 impls, 15 clqs
0.09/0.15	c    (0.1s) probing: 101/1062 (9.5%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.09/0.15	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.09/0.15	c presolving (6 rounds):
0.09/0.15	c  138 deleted vars, 274 deleted constraints, 916 tightened bounds, 0 added holes, 143 changed sides, 0 changed coefficients
0.09/0.15	c  1116 implications, 15 cliques
0.09/0.15	c presolved problem has 1893 variables (1062 bin, 0 int, 0 impl, 831 cont) and 3334 constraints
0.09/0.15	c     831 constraints of type <indicator>
0.09/0.15	c      15 constraints of type <setppc>
0.09/0.15	c     831 constraints of type <linear>
0.09/0.15	c    1657 constraints of type <logicor>
0.09/0.15	c transformed objective value is always integral (scale: 1)
0.09/0.15	c Presolving Time: 0.09
0.09/0.15	c - non default parameters ----------------------------------------------------------------------
0.09/0.15	c # SCIP version 1.2.1.2
0.09/0.15	c 
0.09/0.15	c # frequency for displaying node information lines
0.09/0.15	c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.15	c display/freq = 10000
0.09/0.15	c 
0.09/0.15	c # maximal time in seconds to run
0.09/0.15	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.15	c limits/time = 1799.98
0.09/0.15	c 
0.09/0.15	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.15	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.15	c limits/memory = 3420
0.09/0.15	c 
0.09/0.15	c # should presolving try to simplify inequalities
0.09/0.15	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.15	c constraints/linear/simplifyinequalities = TRUE
0.09/0.15	c 
0.09/0.15	c # should presolving try to simplify knapsacks
0.09/0.15	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.15	c constraints/knapsack/simplifyinequalities = TRUE
0.09/0.15	c 
0.09/0.15	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.09/0.15	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.15	c separating/rapidlearning/freq = 0
0.09/0.15	c 
0.09/0.15	c -----------------------------------------------------------------------------------------------
0.09/0.15	c start solving
0.09/0.15	c 
0.09/0.16	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.16	c   0.1s|     1 |     0 |    44 |     - |8639k|   0 |  29 |1893 |3334 |1893 |1672 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.19/0.21	c   0.2s|     1 |     0 |    92 |     - |8822k|   0 |  44 |1893 |3334 |1893 |1687 |  15 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.19/0.29	c   0.2s|     1 |     0 |   203 |     - |9246k|   0 |  70 |1893 |3334 |1893 |1696 |  24 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.39/0.41	c   0.4s|     1 |     0 |   395 |     - |9382k|   0 |  63 |1893 |3334 |1893 |1709 |  37 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.49/0.52	c   0.5s|     1 |     0 |   398 |     - |9384k|   0 |  63 |1893 |3334 |1893 |1712 |  40 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
2.99/3.03	c   2.9s|     1 |     2 |   398 |     - |9413k|   0 |  63 |1893 |3334 |1893 |1712 |  40 |   0 |  33 | 0.000000e+00 |      --      |    Inf 
2.99/3.03	o 42488
2.99/3.03	c y 2.9s|     2 |     1 |   398 |   0.0 |9442k|   1 |   - |1893 |3334 |   0 |   0 |  40 |   0 |  33 | 0.000000e+00 | 4.248800e+04 |    Inf 
6.59/6.66	o 301
6.59/6.66	c * 6.4s|   613 |   558 |  1173 |   1.3 |  10M| 612 |   - |1893 |3334 |1893 |1716 |  50 |   0 | 131 | 0.000000e+00 | 3.010000e+02 |    Inf 
7.49/7.55	o 288
7.49/7.55	c * 7.3s|   651 |   561 |  1799 |   2.2 |  10M| 612 |   - |1893 |3351 |1893 |1723 | 101 |  17 | 382 | 0.000000e+00 | 2.880000e+02 |    Inf 
8.29/8.37	o 261
8.29/8.37	c * 8.1s|   726 |   569 |  2489 |   2.9 |  11M| 612 |   - |1893 |3368 |1893 |1741 | 158 |  34 | 547 | 0.000000e+00 | 2.610000e+02 |    Inf 
9.49/9.57	o 231
9.49/9.57	c * 9.2s|   808 |   531 |  3554 |   3.9 |  11M| 612 |   - |1893 |3395 |1893 |1720 | 203 |  61 | 761 | 0.000000e+00 | 2.310000e+02 |    Inf 
10.49/10.55	o 200
10.49/10.55	c *10.2s|   890 |   525 |  4525 |   4.6 |  11M| 612 |   - |1893 |3403 |1893 |1709 | 221 |  69 | 896 | 0.000000e+00 | 2.000000e+02 |    Inf 
10.49/10.56	o 197
10.49/10.56	c *10.2s|   891 |   521 |  4537 |   4.7 |  11M| 612 |   - |1893 |3403 |1893 |1706 | 221 |  69 | 896 | 0.000000e+00 | 1.970000e+02 |    Inf 
10.59/10.61	o 172
10.59/10.61	c *10.2s|   897 |   477 |  4703 |   4.8 |  11M| 612 |   - |1893 |3403 |1893 |1706 | 221 |  69 | 909 | 0.000000e+00 | 1.720000e+02 |    Inf 
11.10/11.11	o 161
11.10/11.11	c *10.7s|   972 |   478 |  5744 |   5.5 |  11M| 612 |   - |1893 |3432 |1893 |1714 | 223 |  98 | 982 | 0.000000e+00 | 1.610000e+02 |    Inf 
11.10/11.19	o 121
11.10/11.19	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
11.10/11.19	c *10.8s|  1002 |   397 |  6071 |   5.7 |  11M| 612 |   - |1893 |3432 |1893 |1717 | 228 |  98 | 985 | 0.000000e+00 | 1.210000e+02 |    Inf 
11.19/11.26	o 91
11.19/11.26	c *10.8s|  1009 |   350 |  6404 |   6.0 |  11M| 612 |   - |1893 |3432 |1893 |1712 | 228 |  98 | 992 | 0.000000e+00 | 9.100000e+01 |    Inf 
11.19/11.27	o 69
11.19/11.27	c *10.8s|  1010 |   272 |  6432 |   6.0 |  11M| 612 |   - |1893 |3432 |1893 |1713 | 229 |  98 | 992 | 0.000000e+00 | 6.900000e+01 |    Inf 
12.20/12.28	o 52
12.20/12.28	c *11.8s|  1035 |   187 |  7433 |   6.8 |  11M| 612 |   - |1893 |3173 |1893 |1716 | 233 | 116 |1119 | 0.000000e+00 | 5.200000e+01 |    Inf 
27.19/27.22	o 48
27.19/27.22	c *26.0s|  7077 |   425 | 79638 |  11.2 |  15M| 612 |   - |1893 |6433 |1893 |1706 |1415 |7253 |1524 | 0.000000e+00 | 4.800000e+01 |    Inf 
33.70/33.71	c  32.1s| 10000 |   564 |112974 |  11.3 |  16M| 612 |  14 |1893 |6478 |1893 |1706 |1947 |  10k|1582 | 0.000000e+00 | 4.800000e+01 |    Inf 
49.09/49.12	o 46
49.09/49.12	c *46.7s| 16487 |   911 |193939 |  11.7 |  19M| 612 |   - |1893 |6491 |1893 |1706 |2918 |  18k|1790 | 0.000000e+00 | 4.600000e+01 |    Inf 
56.99/57.02	c  54.2s| 20000 |  1028 |239650 |  12.0 |  20M| 612 |  30 |1893 |6901 |1893 |1716 |3411 |  22k|1790 | 0.000000e+00 | 4.600000e+01 |    Inf 
78.30/78.39	c  74.5s| 30000 |  1237 |356548 |  11.9 |  24M| 612 |   - |1893 |8549 |   0 |   0 |6013 |  35k|1790 | 0.000000e+00 | 4.600000e+01 |    Inf 
98.59/98.67	c  93.6s| 40000 |  1425 |457269 |  11.4 |  26M| 612 |  16 |1893 |7188 |1893 |1706 |7753 |  48k|1874 | 0.000000e+00 | 4.600000e+01 |    Inf 
118.80/118.87	c   113s| 50000 |  1692 |554167 |  11.1 |  30M| 612 |  18 |1893 |8811 |1893 |1706 |9268 |  61k|2050 | 0.000000e+00 | 4.600000e+01 |    Inf 
139.19/139.27	c   132s| 60000 |  1847 |646321 |  10.8 |  33M| 612 |  21 |1893 |8120 |1893 |1714 |  10k|  73k|2249 | 0.000000e+00 | 4.600000e+01 |    Inf 
158.99/159.01	c   151s| 70000 |  1958 |733833 |  10.5 |  35M| 612 |  21 |1893 |8891 |1893 |1716 |  11k|  86k|2441 | 0.000000e+00 | 4.600000e+01 |    Inf 
179.40/179.40	c   170s| 80000 |  2066 |829149 |  10.4 |  38M| 612 |   - |1893 |8933 |   0 |   0 |  13k|  99k|2632 | 0.000000e+00 | 4.600000e+01 |    Inf 
185.20/185.29	o 38
185.20/185.29	c * 175s| 82886 |  2012 |856258 |  10.3 |  37M| 612 |   - |1893 |9133 |1893 |1706 |  13k| 102k|2662 | 0.000000e+00 | 3.800000e+01 |    Inf 
199.60/199.69	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
199.60/199.69	c   189s| 90000 |  2045 |922017 |  10.2 |  37M| 612 |   - |1893 |7687 |   0 |   0 |  14k| 112k|2770 | 0.000000e+00 | 3.800000e+01 |    Inf 
219.40/219.42	c   208s|100000 |  2075 |  1012k|  10.1 |  39M| 612 |   - |1893 |8276 |   0 |   0 |  16k| 125k|2969 | 0.000000e+00 | 3.800000e+01 |    Inf 
239.10/239.14	c   226s|110000 |  2190 |  1100k|  10.0 |  42M| 612 |   1 |1893 |  10k|1893 |1718 |  18k| 137k|3060 | 0.000000e+00 | 3.800000e+01 |    Inf 
242.30/242.33	o 34
242.30/242.33	c * 229s|111538 |  2196 |  1113k|  10.0 |  42M| 612 |   - |1893 |  10k|1893 |1723 |  18k| 139k|3095 | 0.000000e+00 | 3.400000e+01 |    Inf 
258.90/258.93	c   245s|120000 |  2215 |  1183k|   9.9 |  42M| 612 |   - |1893 |8667 |   0 |   0 |  19k| 150k|3241 | 0.000000e+00 | 3.400000e+01 |    Inf 
279.00/279.05	c   264s|130000 |  2335 |  1275k|   9.8 |  45M| 612 |  13 |1893 |  10k|1893 |1706 |  21k| 163k|3322 | 0.000000e+00 | 3.400000e+01 |    Inf 
297.70/297.75	c   282s|140000 |  2385 |  1351k|   9.7 |  46M| 612 |  17 |1893 |  11k|1893 |1706 |  22k| 176k|3424 | 0.000000e+00 | 3.400000e+01 |    Inf 
317.71/317.75	c   301s|150000 |  2510 |  1434k|   9.6 |  48M| 612 |   - |1893 |  11k|   0 |   0 |  23k| 188k|3583 | 0.000000e+00 | 3.400000e+01 |    Inf 
338.21/338.24	c   320s|160000 |  2521 |  1528k|   9.6 |  48M| 612 |  14 |1893 |8730 |1893 |1722 |  24k| 201k|3682 | 0.000000e+00 | 3.400000e+01 |    Inf 
357.81/357.89	c   338s|170000 |  2518 |  1618k|   9.5 |  50M| 612 |  13 |1893 |  11k|1893 |1720 |  25k| 214k|3776 | 0.000000e+00 | 3.400000e+01 |    Inf 
359.81/359.83	o 27
359.81/359.83	c * 340s|170959 |  1811 |  1627k|   9.5 |  36M| 612 |   - |1893 |  11k|1893 |1722 |  25k| 215k|3803 | 0.000000e+00 | 2.700000e+01 |    Inf 
379.71/379.70	c   359s|180000 |  1852 |  1730k|   9.6 |  37M| 612 |  13 |1893 |  12k|1893 |1706 |  26k| 226k|3954 | 0.000000e+00 | 2.700000e+01 |    Inf 
401.61/401.62	c   380s|190000 |  1833 |  1840k|   9.7 |  38M| 612 |  23 |1893 |  12k|1893 |1716 |  27k| 239k|4065 | 0.000000e+00 | 2.700000e+01 |    Inf 
424.01/424.01	c   401s|200000 |  1885 |  1961k|   9.8 |  39M| 612 |  15 |1893 |  11k|1893 |1706 |  28k| 252k|4253 | 0.000000e+00 | 2.700000e+01 |    Inf 
445.61/445.61	c   421s|210000 |  1852 |  2074k|   9.9 |  40M| 612 |   7 |1893 |  12k|1893 |1706 |  29k| 265k|4385 | 0.000000e+00 | 2.700000e+01 |    Inf 
466.11/466.16	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
466.11/466.16	c   441s|220000 |  2006 |  2172k|   9.9 |  42M| 612 |   - |1893 |  14k|1893 |1706 |  30k| 278k|4491 | 0.000000e+00 | 2.700000e+01 |    Inf 
488.51/488.51	c   462s|230000 |  2176 |  2291k|  10.0 |  43M| 612 |   - |1893 |  14k|   0 |   0 |  32k| 291k|4649 | 0.000000e+00 | 2.700000e+01 |    Inf 
510.71/510.72	c   483s|240000 |  2327 |  2411k|  10.0 |  45M| 612 |   - |1893 |  14k|   0 |   0 |  33k| 304k|4725 | 0.000000e+00 | 2.700000e+01 |    Inf 
533.21/533.27	c   504s|250000 |  2287 |  2534k|  10.1 |  45M| 612 |   - |1893 |  15k|1893 |1706 |  35k| 318k|4860 | 0.000000e+00 | 2.700000e+01 |    Inf 
554.82/554.85	c   525s|260000 |  2337 |  2649k|  10.2 |  46M| 612 |   - |1893 |  15k|   0 |   0 |  36k| 331k|4962 | 0.000000e+00 | 2.700000e+01 |    Inf 
576.21/576.22	c   545s|270000 |  2514 |  2765k|  10.2 |  48M| 612 |  18 |1893 |  16k|1893 |1706 |  37k| 345k|5051 | 0.000000e+00 | 2.700000e+01 |    Inf 
598.52/598.57	c   566s|280000 |  2416 |  2886k|  10.3 |  48M| 612 |   - |1893 |  16k|1893 |1715 |  38k| 359k|5211 | 0.000000e+00 | 2.700000e+01 |    Inf 
620.82/620.89	c   587s|290000 |  2353 |  3009k|  10.4 |  48M| 612 |  10 |1893 |  16k|1893 |1706 |  39k| 372k|5340 | 0.000000e+00 | 2.700000e+01 |    Inf 
641.22/641.22	c   607s|300000 |  2480 |  3109k|  10.4 |  49M| 612 |   6 |1893 |  16k|1893 |1706 |  40k| 386k|5420 | 0.000000e+00 | 2.700000e+01 |    Inf 
663.12/663.17	c   628s|310000 |  2472 |  3226k|  10.4 |  49M| 612 |  34 |1893 |  14k|1893 |1706 |  40k| 399k|5506 | 0.000000e+00 | 2.700000e+01 |    Inf 
684.83/684.87	c   648s|320000 |  2430 |  3341k|  10.4 |  50M| 612 |  26 |1893 |  14k|1893 |1706 |  41k| 413k|5582 | 0.000000e+00 | 2.700000e+01 |    Inf 
706.02/706.02	c   668s|330000 |  2450 |  3451k|  10.5 |  52M| 612 |   - |1893 |  16k|   0 |   0 |  43k| 427k|5676 | 0.000000e+00 | 2.700000e+01 |    Inf 
727.02/727.02	c   688s|340000 |  2520 |  3563k|  10.5 |  53M| 612 |  23 |1893 |  18k|1893 |1706 |  44k| 441k|5781 | 0.000000e+00 | 2.700000e+01 |    Inf 
748.93/748.95	c   709s|350000 |  2453 |  3675k|  10.5 |  52M| 612 |   - |1893 |  15k|1893 |1706 |  45k| 455k|5885 | 0.000000e+00 | 2.700000e+01 |    Inf 
770.43/770.41	c   729s|360000 |  2431 |  3786k|  10.5 |  52M| 612 |  13 |1893 |  13k|1893 |1716 |  46k| 468k|5977 | 0.000000e+00 | 2.700000e+01 |    Inf 
793.23/793.26	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
793.23/793.26	c   751s|370000 |  2440 |  3908k|  10.6 |  53M| 612 |   - |1893 |  15k|1893 |1706 |  48k| 481k|6095 | 0.000000e+00 | 2.700000e+01 |    Inf 
814.72/814.78	c   771s|380000 |  2488 |  4018k|  10.6 |  53M| 612 |  21 |1893 |  12k|1893 |1706 |  49k| 494k|6185 | 0.000000e+00 | 2.700000e+01 |    Inf 
818.93/818.97	o 24
818.93/818.97	c * 775s|381931 |  2473 |  4040k|  10.6 |  53M| 612 |   - |1893 |  12k|1893 |1719 |  49k| 496k|6209 | 0.000000e+00 | 2.400000e+01 |    Inf 
820.73/820.78	o 16
820.73/820.78	c * 777s|382772 |  1415 |  4049k|  10.6 |  32M| 612 |   - |1893 |  12k|1893 |1718 |  49k| 497k|6209 | 0.000000e+00 | 1.600000e+01 |    Inf 
834.93/834.97	c   790s|390000 |  1415 |  4123k|  10.6 |  33M| 612 |  22 |1893 |  14k|1893 |1706 |  50k| 507k|6264 | 0.000000e+00 | 1.600000e+01 |    Inf 
844.43/844.47	o 13
844.43/844.47	c * 799s|394207 |  1350 |  4176k|  10.6 |  33M| 612 |   - |1893 |  16k|1893 |1730 |  51k| 512k|6302 | 0.000000e+00 | 1.300000e+01 |    Inf 
856.94/856.93	c   811s|400000 |  1383 |  4243k|  10.6 |  34M| 612 |   - |1893 |  16k|   0 |   0 |  52k| 520k|6357 | 0.000000e+00 | 1.300000e+01 |    Inf 
878.33/878.34	c   831s|410000 |  1331 |  4362k|  10.6 |  32M| 612 |  23 |1893 |  13k|1893 |1706 |  53k| 533k|6445 | 0.000000e+00 | 1.300000e+01 |    Inf 
899.53/899.57	c   851s|420000 |  1262 |  4482k|  10.7 |  32M| 612 |   - |1893 |  12k|1893 |1706 |  54k| 546k|6542 | 0.000000e+00 | 1.300000e+01 |    Inf 
919.74/919.74	c   870s|430000 |  1305 |  4589k|  10.7 |  33M| 612 |   - |1893 |  16k|1893 |1706 |  55k| 559k|6609 | 0.000000e+00 | 1.300000e+01 |    Inf 
940.54/940.50	c   890s|440000 |  1295 |  4691k|  10.7 |  35M| 612 |   - |1893 |  18k|1893 |1706 |  57k| 573k|6673 | 0.000000e+00 | 1.300000e+01 |    Inf 
961.44/961.48	c   910s|450000 |  1318 |  4796k|  10.7 |  35M| 612 |   - |1893 |  18k|   0 |   0 |  58k| 586k|6750 | 0.000000e+00 | 1.300000e+01 |    Inf 
982.83/982.82	c   930s|460000 |  1288 |  4902k|  10.7 |  34M| 612 |  23 |1893 |  16k|1893 |1706 |  58k| 599k|6843 | 0.000000e+00 | 1.300000e+01 |    Inf 
1001.54/1001.54	c   948s|470000 |  1316 |  4989k|  10.6 |  37M| 612 |  12 |1893 |  22k|1893 |1717 |  59k| 612k|6916 | 0.000000e+00 | 1.300000e+01 |    Inf 
1022.94/1022.96	c   968s|480000 |  1294 |  5092k|  10.6 |  36M| 612 |   - |1893 |  19k|   0 |   0 |  60k| 625k|6987 | 0.000000e+00 | 1.300000e+01 |    Inf 
1044.64/1044.62	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1044.64/1044.62	c   989s|490000 |  1337 |  5197k|  10.6 |  37M| 612 |   - |1893 |  21k|   0 |   0 |  62k| 638k|7047 | 0.000000e+00 | 1.300000e+01 |    Inf 
1067.84/1067.83	c  1011s|500000 |  1326 |  5318k|  10.6 |  37M| 612 |  18 |1893 |  22k|1893 |1706 |  63k| 651k|7120 | 0.000000e+00 | 1.300000e+01 |    Inf 
1090.14/1090.17	c  1032s|510000 |  1393 |  5434k|  10.7 |  37M| 612 |  20 |1893 |  21k|1893 |1721 |  64k| 664k|7181 | 0.000000e+00 | 1.300000e+01 |    Inf 
1111.74/1111.73	c  1052s|520000 |  1352 |  5543k|  10.7 |  38M| 612 |  21 |1893 |  22k|1893 |1706 |  65k| 678k|7247 | 0.000000e+00 | 1.300000e+01 |    Inf 
1133.74/1133.70	c  1073s|530000 |  1308 |  5652k|  10.7 |  38M| 612 |   - |1893 |  23k|   0 |   0 |  66k| 691k|7336 | 0.000000e+00 | 1.300000e+01 |    Inf 
1157.94/1157.92	c  1096s|540000 |  1309 |  5783k|  10.7 |  38M| 612 |   - |1893 |  23k|   0 |   0 |  67k| 705k|7415 | 0.000000e+00 | 1.300000e+01 |    Inf 
1182.74/1182.72	c  1120s|550000 |  1320 |  5910k|  10.7 |  39M| 612 |   - |1893 |  25k|1893 |1706 |  69k| 718k|7508 | 0.000000e+00 | 1.300000e+01 |    Inf 
1207.75/1207.80	c  1144s|560000 |  1338 |  6032k|  10.8 |  41M| 612 |  10 |1893 |  29k|1893 |1706 |  71k| 731k|7615 | 0.000000e+00 | 1.300000e+01 |    Inf 
1235.65/1235.63	c  1170s|570000 |  1379 |  6169k|  10.8 |  42M| 612 |   - |1893 |  31k|   0 |   0 |  73k| 744k|7705 | 0.000000e+00 | 1.300000e+01 |    Inf 
1262.65/1262.61	c  1196s|580000 |  1371 |  6296k|  10.9 |  42M| 612 |  29 |1893 |  29k|1893 |1706 |  75k| 757k|7800 | 0.000000e+00 | 1.300000e+01 |    Inf 
1287.45/1287.44	c  1220s|590000 |  1359 |  6414k|  10.9 |  39M| 612 |  17 |1893 |  23k|1893 |1714 |  76k| 770k|7863 | 0.000000e+00 | 1.300000e+01 |    Inf 
1311.76/1311.70	c  1243s|600000 |  1349 |  6541k|  10.9 |  40M| 612 |  13 |1893 |  24k|1893 |1712 |  79k| 783k|7935 | 0.000000e+00 | 1.300000e+01 |    Inf 
1337.95/1337.99	c  1268s|610000 |  1343 |  6679k|  10.9 |  39M| 612 |  23 |1893 |  21k|1893 |1706 |  80k| 796k|8010 | 0.000000e+00 | 1.300000e+01 |    Inf 
1360.65/1360.68	c  1289s|620000 |  1297 |  6789k|  10.9 |  38M| 612 |   - |1893 |  19k|   0 |   0 |  81k| 809k|8115 | 0.000000e+00 | 1.300000e+01 |    Inf 
1384.05/1384.09	c  1312s|630000 |  1324 |  6913k|  11.0 |  39M| 612 |  14 |1893 |  21k|1893 |1706 |  83k| 821k|8207 | 0.000000e+00 | 1.300000e+01 |    Inf 
1406.25/1406.24	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1406.25/1406.24	c  1333s|640000 |  1295 |  7024k|  11.0 |  39M| 612 |  26 |1893 |  21k|1893 |1706 |  85k| 834k|8244 | 0.000000e+00 | 1.300000e+01 |    Inf 
1428.75/1428.73	c  1354s|650000 |  1269 |  7133k|  11.0 |  40M| 612 |   - |1893 |  24k|   0 |   0 |  86k| 847k|8295 | 0.000000e+00 | 1.300000e+01 |    Inf 
1452.36/1452.39	c  1377s|660000 |  1251 |  7244k|  11.0 |  40M| 612 |  20 |1893 |  23k|1893 |1717 |  87k| 860k|8387 | 0.000000e+00 | 1.300000e+01 |    Inf 
1477.06/1477.00	c  1400s|670000 |  1211 |  7370k|  11.0 |  38M| 612 |  15 |1893 |  19k|1893 |1721 |  88k| 872k|8477 | 0.000000e+00 | 1.300000e+01 |    Inf 
1498.16/1498.16	c  1420s|680000 |  1311 |  7472k|  11.0 |  40M| 612 |   - |1893 |  21k|1893 |1706 |  89k| 886k|8501 | 0.000000e+00 | 1.300000e+01 |    Inf 
1520.26/1520.27	c  1441s|690000 |  1340 |  7577k|  11.0 |  40M| 612 |   8 |1893 |  22k|1893 |1706 |  90k| 899k|8578 | 0.000000e+00 | 1.300000e+01 |    Inf 
1542.96/1542.97	c  1463s|700000 |  1380 |  7678k|  11.0 |  41M| 612 |  12 |1893 |  23k|1893 |1714 |  91k| 911k|8647 | 0.000000e+00 | 1.300000e+01 |    Inf 
1564.76/1564.72	c  1484s|710000 |  1401 |  7776k|  11.0 |  42M| 612 |  20 |1893 |  25k|1893 |1706 |  92k| 925k|8666 | 0.000000e+00 | 1.300000e+01 |    Inf 
1586.37/1586.30	c  1504s|720000 |  1483 |  7875k|  10.9 |  44M| 612 |   4 |1893 |  28k|1893 |1706 |  92k| 939k|8754 | 0.000000e+00 | 1.300000e+01 |    Inf 
1608.27/1608.24	c  1525s|730000 |  1506 |  7978k|  10.9 |  44M| 612 |  22 |1893 |  28k|1893 |1706 |  93k| 952k|8811 | 0.000000e+00 | 1.300000e+01 |    Inf 
1629.87/1629.81	c  1545s|740000 |  1571 |  8070k|  10.9 |  45M| 612 |   - |1893 |  28k|1893 |1706 |  95k| 966k|8845 | 0.000000e+00 | 1.300000e+01 |    Inf 
1652.77/1652.78	c  1567s|750000 |  1734 |  8173k|  10.9 |  45M| 612 |  22 |1893 |  28k|1893 |1706 |  96k| 980k|8922 | 0.000000e+00 | 1.300000e+01 |    Inf 
1675.77/1675.72	c  1589s|760000 |  1873 |  8277k|  10.9 |  46M| 612 |  25 |1893 |  28k|1893 |1706 |  96k| 993k|8974 | 0.000000e+00 | 1.300000e+01 |    Inf 
1698.37/1698.36	c  1611s|770000 |  1856 |  8380k|  10.9 |  46M| 612 |  12 |1893 |  27k|1893 |1706 |  97k|1007k|9027 | 0.000000e+00 | 1.300000e+01 |    Inf 
1720.67/1720.64	c  1632s|780000 |  1744 |  8478k|  10.9 |  45M| 612 |  16 |1893 |  26k|1893 |1706 |  98k|1021k|9107 | 0.000000e+00 | 1.300000e+01 |    Inf 
1742.27/1742.28	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1742.27/1742.28	c  1652s|790000 |  1769 |  8571k|  10.8 |  47M| 612 |   - |1893 |  28k|   0 |   0 |  99k|1035k|9135 | 0.000000e+00 | 1.300000e+01 |    Inf 
1765.17/1765.10	c  1674s|800000 |  1809 |  8665k|  10.8 |  48M| 612 |   - |1893 |  30k|1893 |1706 | 100k|1048k|9216 | 0.000000e+00 | 1.300000e+01 |    Inf 
1788.27/1788.24	c  1696s|810000 |  1749 |  8756k|  10.8 |  47M| 612 |  16 |1893 |  29k|1893 |1706 | 101k|1062k|9255 | 0.000000e+00 | 1.300000e+01 |    Inf 
1800.08/1800.00	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.08/1800.00	c 
1800.08/1800.00	c SCIP Status        : solving was interrupted [user interrupt]
1800.08/1800.00	c Solving Time (sec) : 1707.17
1800.08/1800.00	c Solving Nodes      : 815275
1800.08/1800.00	c Primal Bound       : +1.30000000000000e+01 (99 solutions)
1800.08/1800.00	c Dual Bound         : +0.00000000000000e+00
1800.08/1800.00	c Gap                : infinite
1800.08/1800.01	s SATISFIABLE
1800.08/1800.01	v -x231 -x230 -x229 -x228 -x227 -x226 -x225 -x224 -x223 -x222 -x221 -x220 x219 -x218 -x217 -x216 -x215 -x214 -x213 -x212 -x211 -x210 
1800.08/1800.01	v -x209 -x208 -x207 -x206 -x205 -x204 -x203 -x202 -x201 -x200 -x199 -x198 -x197 -x196 x195 -x194 -x193 -x192 -x191 x190 -x189 
1800.08/1800.01	v -x188 -x187 -x186 -x185 -x184 -x183 -x182 -x181 -x180 -x179 -x178 -x177 -x176 -x175 -x174 -x173 x172 -x171 -x170 -x169 -x168 
1800.08/1800.01	v -x167 x166 -x165 -x164 -x163 -x162 x161 -x160 -x159 -x158 -x157 -x156 -x155 -x154 -x153 -x152 -x151 -x150 -x149 -x148 x147 
1800.08/1800.01	v -x146 -x145 -x144 -x143 -x142 -x141 -x140 -x139 -x138 -x137 -x136 -x135 -x134 -x133 -x132 -x131 -x130 x129 -x128 -x127 -x126 
1800.08/1800.01	v -x125 -x124 -x123 -x122 -x121 x120 -x119 -x118 -x117 -x116 -x115 -x114 -x113 -x112 -x111 -x110 -x109 -x108 x107 -x106 -x105 
1800.08/1800.01	v -x104 -x103 -x102 -x101 -x100 -x99 -x98 -x97 -x96 -x95 -x94 -x93 x92 -x91 -x90 -x89 x88 -x87 -x86 -x85 -x84 -x83 -x82 -x81 -x80 
1800.08/1800.01	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.08/1800.01	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.08/1800.01	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.08/1800.01	v -x1 
1800.08/1800.01	c SCIP Status        : solving was interrupted [user interrupt]
1800.08/1800.01	c Solving Time       :    1707.17
1800.08/1800.01	c Original Problem   :
1800.08/1800.01	c   Problem name     : HOME/instance-2693517-1277908304.wbo
1800.08/1800.01	c   Variables        : 2031 (1131 binary, 0 integer, 0 implicit integer, 900 continuous)
1800.08/1800.01	c   Constraints      : 3608 initial, 3608 maximal
1800.08/1800.01	c Presolved Problem  :
1800.08/1800.01	c   Problem name     : t_HOME/instance-2693517-1277908304.wbo
1800.08/1800.01	c   Variables        : 1893 (1062 binary, 0 integer, 0 implicit integer, 831 continuous)
1800.08/1800.01	c   Constraints      : 3334 initial, 32070 maximal
1800.08/1800.01	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.08/1800.01	c   trivial          :       0.00         69          0          0          0          0          0          0          0
1800.08/1800.01	c   dualfix          :       0.00         69          0          0          0          0          0          0          0
1800.08/1800.01	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.08/1800.01	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.08/1800.01	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.08/1800.01	c   probing          :       0.03          0          0          0          0          0          0          0          0
1800.08/1800.01	c   indicator        :       0.00          0          0          0          0          0         69          0          0
1800.08/1800.01	c   setppc           :       0.00          0          0          0          0          0          0          0          0
1800.08/1800.01	c   linear           :       0.04          0          0          0        916          0        205        143          0
1800.08/1800.01	c   logicor          :       0.02          0          0          0          0          0          0          0          0
1800.08/1800.01	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0
1800.08/1800.01	c   root node        :          -        724          -          -       1448          -          -          -          -
1800.08/1800.01	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.08/1800.01	c   integral         :          0          0          0     453048          0        213       2288          0          0     867242
1800.08/1800.01	c   indicator        :        831          0    3872559      17419          0       1031    3412553          0          0          0
1800.08/1800.01	c   setppc           :         15          5    3877273      17243          0      71688    2409411          0          0          0
1800.08/1800.01	c   linear           :        831          5    3807486      17443          0     102591   14437013     101927          0          0
1800.08/1800.01	c   logicor          :       1657+         5    1809760       1857          0     143824    6552024          0          0          0
1800.08/1800.01	c   bounddisjunction :          0+         0       5375          0          0          0          1          0          0          0
1800.08/1800.01	c   countsols        :          0          0          0       1857          0          0          0          0          0          0
1800.08/1800.01	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.08/1800.01	c   integral         :      36.73       0.00       0.00      36.73       0.00
1800.08/1800.01	c   indicator        :      10.37       0.00       9.99       0.38       0.00
1800.08/1800.01	c   setppc           :      13.99       0.00      13.98       0.01       0.00
1800.08/1800.01	c   linear           :      70.63       0.00      70.28       0.35       0.00
1800.08/1800.01	c   logicor          :     192.13       0.00     192.10       0.03       0.00
1800.08/1800.01	c   bounddisjunction :       0.00       0.00       0.00       0.00       0.00
1800.08/1800.01	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.08/1800.01	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.08/1800.01	c   vbounds          :       0.00          2          0          0
1800.08/1800.01	c   rootredcost      :       0.00         21          0        724
1800.08/1800.01	c   pseudoobj        :      71.61    3886952       6826    3068623
1800.08/1800.01	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.08/1800.01	c   propagation      :      14.33     324929     324625    1969826       26.6       9262       22.7          -
1800.08/1800.01	c   infeasible LP    :      19.52     102654     102650     795976       44.4       1251       14.3          0
1800.08/1800.01	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.08/1800.01	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.08/1800.01	c   pseudo solution  :       0.00         26         26        146       16.3          1        4.0          -
1800.08/1800.01	c   applied globally :          -          -          -    1070195       26.2          -          -          -
1800.08/1800.01	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.08/1800.01	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.08/1800.01	c   cut pool         :       0.00          4          -          -         10          -    (maximal pool size: 291)
1800.08/1800.01	c   redcost          :      13.29     456654          0     280418          0          0
1800.08/1800.01	c   impliedbounds    :       0.00          5          0          0          0          0
1800.08/1800.01	c   intobj           :       0.00          0          0          0          0          0
1800.08/1800.01	c   cgmip            :       0.00          0          0          0          0          0
1800.08/1800.01	c   gomory           :       0.19          5          0          0       1106          0
1800.08/1800.01	c   strongcg         :       0.12          5          0          0        908          0
1800.08/1800.01	c   cmir             :       0.04          5          0          0          2          0
1800.08/1800.01	c   flowcover        :       0.04          5          0          0          4          0
1800.08/1800.01	c   clique           :       0.00          5          0          0          0          0
1800.08/1800.01	c   zerohalf         :       0.00          0          0          0          0          0
1800.08/1800.01	c   mcf              :       0.00          1          0          0          0          0
1800.08/1800.01	c   rapidlearning    :       0.00          0          0          0          0          0
1800.08/1800.01	c Pricers            :       Time      Calls       Vars
1800.08/1800.01	c   problem variables:       0.00          0          0
1800.08/1800.01	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.08/1800.01	c   relpscost        :      36.69     435596        213       2288          0          0     867242
1800.08/1800.01	c   pscost           :       0.00          0          0          0          0          0          0
1800.08/1800.01	c   inference        :       0.07       1837          0          0          0          0       3674
1800.08/1800.01	c   mostinf          :       0.00          0          0          0          0          0          0
1800.08/1800.01	c   leastinf         :       0.00          0          0          0          0          0          0
1800.08/1800.01	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.08/1800.01	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.08/1800.01	c   random           :       0.00          0          0          0          0          0          0
1800.08/1800.01	c Primal Heuristics  :       Time      Calls      Found
1800.08/1800.01	c   LP solutions     :       0.01          -         20
1800.08/1800.01	c   pseudo solutions :       0.00          -          0
1800.08/1800.01	c   oneopt           :       0.13         19          0
1800.08/1800.01	c   feaspump         :       0.02          1          0
1800.08/1800.01	c   intshifting      :       0.00         14          0
1800.08/1800.01	c   coefdiving       :       0.12         28          0
1800.08/1800.01	c   pscostdiving     :       0.12         29          0
1800.08/1800.01	c   fracdiving       :       0.16         29          0
1800.08/1800.01	c   veclendiving     :       0.07         29          0
1800.08/1800.01	c   linesearchdiving :       0.10         29          0
1800.08/1800.01	c   guideddiving     :       0.15         29          0
1800.08/1800.01	c   objpscostdiving  :       0.16         15          0
1800.08/1800.01	c   rootsoldiving    :       0.15         15          0
1800.08/1800.01	c   crossover        :       0.47         27          0
1800.08/1800.01	c   trivial          :       0.01          2          0
1800.08/1800.01	c   simplerounding   :       0.43     436831          0
1800.08/1800.01	c   zirounding       :       0.10       1000          0
1800.08/1800.01	c   rounding         :       0.93       9394          0
1800.08/1800.01	c   shifting         :       0.89       2918          0
1800.08/1800.01	c   twoopt           :       0.00          0          0
1800.08/1800.01	c   fixandinfer      :       0.00          0          0
1800.08/1800.01	c   intdiving        :       0.00          0          0
1800.08/1800.01	c   actconsdiving    :       0.00          0          0
1800.08/1800.01	c   octane           :       0.00          0          0
1800.08/1800.01	c   rens             :       0.05          1          0
1800.08/1800.01	c   rins             :       0.00          0          0
1800.08/1800.01	c   localbranching   :       0.00          0          0
1800.08/1800.01	c   mutation         :       0.00          0          0
1800.08/1800.01	c   dins             :       0.00          0          0
1800.08/1800.01	c   undercover       :       0.00          0          0
1800.08/1800.01	c   nlp              :       0.00          0          0
1800.08/1800.01	c   trysol           :       0.47       2177         79
1800.08/1800.01	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.08/1800.01	c   primal LP        :       0.01          0          0       0.00       0.00
1800.08/1800.01	c   dual LP          :     943.25     553728    8797288      15.89    9326.57
1800.08/1800.01	c   lex dual LP      :       0.00          0          0       0.00          -
1800.08/1800.01	c   barrier LP       :       0.00          0          0       0.00          -
1800.08/1800.01	c   diving/probing LP:       0.81        461       4453       9.66    5497.53
1800.08/1800.01	c   strong branching :      33.10       9283     323143      34.81    9762.63
1800.08/1800.01	c     (at root node) :          -         33      18707     566.88          -
1800.08/1800.01	c   conflict analysis:       0.00          0          0       0.00          -
1800.08/1800.01	c B&B Tree           :
1800.08/1800.01	c   number of runs   :          1
1800.08/1800.01	c   nodes            :     815275
1800.08/1800.01	c   nodes (total)    :     815275
1800.08/1800.01	c   nodes left       :       1709
1800.08/1800.01	c   max depth        :        612
1800.08/1800.01	c   max depth (total):        612
1800.08/1800.01	c   backtracks       :      94591 (11.6%)
1800.08/1800.01	c   delayed cutoffs  :      51140
1800.08/1800.01	c   repropagations   :    1603923 (4917962 domain reductions, 48662 cutoffs)
1800.08/1800.01	c   avg switch length:       5.52
1800.08/1800.01	c   switching time   :     185.29
1800.08/1800.01	c Solution           :
1800.08/1800.01	c   Solutions found  :         99 (21 improvements)
1800.08/1800.01	c   First Solution   : +4.24880000000000e+04   (in run 1, after 1 nodes, 0.62 seconds, depth 0, found by <trysol>)
1800.08/1800.01	c   Primal Bound     : +1.30000000000000e+01   (in run 1, after 394207 nodes, 799.11 seconds, depth 49, found by <relaxation>)
1800.08/1800.01	c   Dual Bound       : +0.00000000000000e+00
1800.08/1800.01	c   Gap              :   infinite
1800.08/1800.01	c   Root Dual Bound  : +0.00000000000000e+00
1800.08/1800.01	c   Root Iterations  :        398
1800.08/1800.08	c Time complete: 1800.16.

Verifier Data

OK	13

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2693517-1277908304/watcher-2693517-1277908304 -o /tmp/evaluation-result-2693517-1277908304/solver-2693517-1277908304 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2693517-1277908304.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.81 2.65 2.32 4/199 13241
/proc/meminfo: memFree=31282360/32951124 swapFree=67111528/67111528
[pid=13241] ppid=13239 vsize=10864 CPUtime=0
/proc/13241/stat : 13241 (pbscip.linux.x8) R 13239 13241 12045 0 -1 4202496 1666 0 0 0 0 0 0 0 24 0 1 0 132125558 11124736 1586 4089446400 4194304 9819077 140733668466912 18446744073709551615 8656455 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/13241/statm: 2750 1593 392 1374 0 1371 0

[startup+0.100704 s]
/proc/loadavg: 2.81 2.65 2.32 4/199 13241
/proc/meminfo: memFree=31282360/32951124 swapFree=67111528/67111528
[pid=13241] ppid=13239 vsize=24788 CPUtime=0.09
/proc/13241/stat : 13241 (pbscip.linux.x8) R 13239 13241 12045 0 -1 4202496 6882 0 0 0 8 1 0 0 24 0 1 0 132125558 25382912 4906 4089446400 4194304 9819077 140733668466912 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13241/statm: 6197 4906 503 1374 0 4818 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 24788

[startup+0.200683 s]
/proc/loadavg: 2.81 2.65 2.32 4/199 13241
/proc/meminfo: memFree=31282360/32951124 swapFree=67111528/67111528
[pid=13241] ppid=13239 vsize=32476 CPUtime=0.19
/proc/13241/stat : 13241 (pbscip.linux.x8) R 13239 13241 12045 0 -1 4202496 10300 0 0 0 17 2 0 0 18 0 1 0 132125558 33255424 6486 4089446400 4194304 9819077 140733668466912 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13241/statm: 8119 6486 658 1374 0 6740 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 32476

[startup+0.300634 s]
/proc/loadavg: 2.81 2.65 2.32 4/199 13241
/proc/meminfo: memFree=31282360/32951124 swapFree=67111528/67111528
[pid=13241] ppid=13239 vsize=35096 CPUtime=0.28
/proc/13241/stat : 13241 (pbscip.linux.x8) R 13239 13241 12045 0 -1 4202496 11092 0 0 0 26 2 0 0 18 0 1 0 132125558 35938304 7103 4089446400 4194304 9819077 140733668466912 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13241/statm: 8774 7103 680 1374 0 7395 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 35096

[startup+0.700559 s]
/proc/loadavg: 2.81 2.65 2.32 4/199 13241
/proc/meminfo: memFree=31282360/32951124 swapFree=67111528/67111528
[pid=13241] ppid=13239 vsize=49596 CPUtime=0.69
/proc/13241/stat : 13241 (pbscip.linux.x8) R 13239 13241 12045 0 -1 4202496 35212 0 0 0 63 6 0 0 18 0 1 0 132125558 50786304 10394 4089446400 4194304 9819077 140733668466912 18446744073709551615 8675336 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13241/statm: 12399 10423 696 1374 0 11020 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 49596

[startup+1.50041 s]
/proc/loadavg: 2.81 2.65 2.32 3/200 13242
/proc/meminfo: memFree=31255016/32951124 swapFree=67111528/67111528
[pid=13241] ppid=13239 vsize=38768 CPUtime=1.49
/proc/13241/stat : 13241 (pbscip.linux.x8) R 13239 13241 12045 0 -1 4202496 47031 0 0 0 141 8 0 0 19 0 1 0 132125558 39698432 7467 4089446400 4194304 9819077 140733668466912 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13241/statm: 9692 7467 720 1374 0 8313 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 38768

[startup+3.10108 s]
/proc/loadavg: 2.82 2.66 2.33 3/200 13242
/proc/meminfo: memFree=31255016/32951124 swapFree=67111528/67111528
[pid=13241] ppid=13239 vsize=38968 CPUtime=3.09
/proc/13241/stat : 13241 (pbscip.linux.x8) R 13239 13241 12045 0 -1 4202496 59108 0 0 0 298 11 0 0 24 0 1 0 132125558 39903232 7485 4089446400 4194304 9819077 140733668466912 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13241/statm: 9742 7485 720 1374 0 8363 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 38968

[startup+6.30044 s]
/proc/loadavg: 2.82 2.66 2.33 4/200 13242
/proc/meminfo: memFree=31255144/32951124 swapFree=67111528/67111528
[pid=13241] ppid=13239 vsize=36164 CPUtime=6.29
/proc/13241/stat : 13241 (pbscip.linux.x8) R 13239 13241 12045 0 -1 4202496 85106 0 0 0 612 17 0 0 25 0 1 0 132125558 37031936 7405 4089446400 4194304 9819077 140733668466912 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13241/statm: 9041 7405 721 1374 0 7662 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 36164

[startup+12.7012 s]
/proc/loadavg: 2.77 2.65 2.33 4/200 13242
/proc/meminfo: memFree=31248840/32951124 swapFree=67111528/67111528
[pid=13241] ppid=13239 vsize=41952 CPUtime=12.69
/proc/13241/stat : 13241 (pbscip.linux.x8) R 13239 13241 12045 0 -1 4202496 199491 0 0 0 1224 45 0 0 25 0 1 0 132125558 42958848 8732 4089446400 4194304 9819077 140733668466912 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13241/statm: 10488 8732 727 1374 0 9109 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 41952

[startup+25.5006 s]
/proc/loadavg: 2.80 2.66 2.34 4/200 13243
/proc/meminfo: memFree=31240008/32951124 swapFree=67111528/67111528
[pid=13241] ppid=13239 vsize=49916 CPUtime=25.49
/proc/13241/stat : 13241 (pbscip.linux.x8) R 13239 13241 12045 0 -1 4202496 353946 0 0 0 2441 108 0 0 25 0 1 0 132125558 51113984 10751 4089446400 4194304 9819077 140733668466912 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13241/statm: 12479 10751 728 1374 0 11100 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 49916

[startup+51.1005 s]
/proc/loadavg: 2.74 2.66 2.34 4/200 13243
/proc/meminfo: memFree=31224172/32951124 swapFree=67111528/67111528
[pid=13241] ppid=13239 vsize=59568 CPUtime=51.09
/proc/13241/stat : 13241 (pbscip.linux.x8) R 13239 13241 12045 0 -1 4202496 654336 0 0 0 4865 244 0 0 25 0 1 0 132125558 60997632 13140 4089446400 4194304 9819077 140733668466912 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13241/statm: 14892 13140 742 1374 0 13513 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 59568

[startup+102.3 s]
/proc/loadavg: 2.80 2.68 2.37 3/200 13245
/proc/meminfo: memFree=31209620/32951124 swapFree=67111528/67111528
[pid=13241] ppid=13239 vsize=72320 CPUtime=102.3
/proc/13241/stat : 13241 (pbscip.linux.x8) R 13239 13241 12045 0 -1 4202496 1222772 0 0 0 9704 526 0 0 25 0 1 0 132125558 74055680 16218 4089446400 4194304 9819077 140733668466912 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13241/statm: 18080 16218 743 1374 0 16701 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 72320

[startup+162.3 s]
/proc/loadavg: 2.80 2.71 2.39 3/200 13246
/proc/meminfo: memFree=31189588/32951124 swapFree=67111528/67111528
[pid=13241] ppid=13239 vsize=84104 CPUtime=162.3
/proc/13241/stat : 13241 (pbscip.linux.x8) R 13239 13241 12045 0 -1 4202496 1885329 0 0 0 15377 853 0 0 25 0 1 0 132125558 86122496 19107 4089446400 4194304 9819077 140733668466912 18446744073709551615 6371768 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13241/statm: 21026 19110 743 1374 0 19647 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 84104

[startup+222.307 s]
/proc/loadavg: 2.75 2.71 2.41 4/200 13248
/proc/meminfo: memFree=31179088/32951124 swapFree=67111528/67111528
[pid=13241] ppid=13239 vsize=94792 CPUtime=222.31
/proc/13241/stat : 13241 (pbscip.linux.x8) R 13239 13241 12045 0 -1 4202496 2510679 0 0 0 21025 1206 0 0 25 0 1 0 132125558 97067008 21272 4089446400 4194304 9819077 140733668466912 18446744073709551615 7306954 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13241/statm: 23698 21272 743 1374 0 22319 0
Current children cumulated CPU time (s) 222.31
Current children cumulated vsize (KiB) 94792

[startup+282.301 s]
/proc/loadavg: 2.69 2.70 2.43 4/200 13249
/proc/meminfo: memFree=31164872/32951124 swapFree=67111528/67111528
[pid=13241] ppid=13239 vsize=104344 CPUtime=282.3
/proc/13241/stat : 13241 (pbscip.linux.x8) R 13239 13241 12045 0 -1 4202496 3050372 0 0 0 26709 1521 0 0 25 0 1 0 132125558 106848256 23518 4089446400 4194304 9819077 140733668466912 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13241/statm: 26086 23518 743 1374 0 24707 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 104344

[startup+342.301 s]
/proc/loadavg: 3.19 2.80 2.48 4/200 13251
/proc/meminfo: memFree=31155264/32951124 swapFree=67111528/67111528
[pid=13241] ppid=13239 vsize=109724 CPUtime=342.31
/proc/13241/stat : 13241 (pbscip.linux.x8) R 13239 13241 12045 0 -1 4202496 3663233 0 0 0 32370 1861 0 0 25 0 1 0 132125558 112357376 24692 4089446400 4194304 9819077 140733668466912 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13241/statm: 27431 24692 743 1374 0 26052 0
Current children cumulated CPU time (s) 342.31
Current children cumulated vsize (KiB) 109724

[startup+402.301 s]
/proc/loadavg: 2.93 2.80 2.50 4/200 13253
/proc/meminfo: memFree=31147744/32951124 swapFree=67111528/67111528
[pid=13241] ppid=13239 vsize=113184 CPUtime=402.31
/proc/13241/stat : 13241 (pbscip.linux.x8) R 13239 13241 12045 0 -1 4202496 4300258 0 0 0 38043 2188 0 0 25 0 1 0 132125558 115900416 25564 4089446400 4194304 9819077 140733668466912 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13241/statm: 28296 25564 743 1374 0 26917 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 113184

[startup+462.301 s]
/proc/loadavg: 2.94 2.82 2.52 3/200 13254
/proc/meminfo: memFree=31138972/32951124 swapFree=67111528/67111528
[pid=13241] ppid=13239 vsize=115260 CPUtime=462.31
/proc/13241/stat : 13241 (pbscip.linux.x8) R 13239 13241 12045 0 -1 4202496 4927367 0 0 0 43704 2527 0 0 25 0 1 0 132125558 118026240 26109 4089446400 4194304 9819077 140733668466912 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13241/statm: 28815 26109 743 1374 0 27436 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 115260

[startup+522.301 s]
/proc/loadavg: 2.59 2.76 2.51 3/197 13304
/proc/meminfo: memFree=31265172/32951124 swapFree=67111528/67111528
[pid=13241] ppid=13239 vsize=119284 CPUtime=522.31
/proc/13241/stat : 13241 (pbscip.linux.x8) R 13239 13241 12045 0 -1 4202496 5531886 0 0 0 49390 2841 0 0 25 0 1 0 132125558 122146816 27028 4089446400 4194304 9819077 140733668466912 18446744073709551615 6665984 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13241/statm: 29821 27028 743 1374 0 28442 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 119284

[startup+582.301 s]
/proc/loadavg: 2.27 2.62 2.48 3/197 13305
/proc/meminfo: memFree=31220496/32951124 swapFree=67111528/67111528
[pid=13241] ppid=13239 vsize=122656 CPUtime=582.32
/proc/13241/stat : 13241 (pbscip.linux.x8) R 13239 13241 12045 0 -1 4202496 6153592 0 0 0 55078 3154 0 0 25 0 1 0 132125558 125599744 27763 4089446400 4194304 9819077 140733668466912 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13241/statm: 30664 27763 743 1374 0 29285 0
Current children cumulated CPU time (s) 582.32
Current children cumulated vsize (KiB) 122656

[startup+642.301 s]
/proc/loadavg: 2.10 2.51 2.45 3/197 13307
/proc/meminfo: memFree=31192636/32951124 swapFree=67111528/67111528
[pid=13241] ppid=13239 vsize=125028 CPUtime=642.32
/proc/13241/stat : 13241 (pbscip.linux.x8) R 13239 13241 12045 0 -1 4202496 6784198 0 0 0 60773 3459 0 0 25 0 1 0 132125558 128028672 28229 4089446400 4194304 9819077 140733668466912 18446744073709551615 7487724 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13241/statm: 31257 28229 743 1374 0 29878 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 125028

[startup+702.301 s]

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

[startup+882.306 s]
/proc/loadavg: 2.25 2.31 2.36 3/197 13313
/proc/meminfo: memFree=31105724/32951124 swapFree=67111528/67111528
[pid=13241] ppid=13239 vsize=135060 CPUtime=882.33
/proc/13241/stat : 13241 (pbscip.linux.x8) R 13239 13241 12045 0 -1 4202496 9292220 0 0 0 83491 4742 0 0 25 0 1 0 132125558 138301440 30177 4089446400 4194304 9819077 140733668466912 18446744073709551615 8657695 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13241/statm: 33765 30177 743 1374 0 32386 0
Current children cumulated CPU time (s) 882.33
Current children cumulated vsize (KiB) 135060

[startup+942.3 s]
/proc/loadavg: 2.09 2.25 2.34 3/197 13315
/proc/meminfo: memFree=31092724/32951124 swapFree=67111528/67111528
[pid=13241] ppid=13239 vsize=135160 CPUtime=942.33
/proc/13241/stat : 13241 (pbscip.linux.x8) R 13239 13241 12045 0 -1 4202496 9943682 0 0 0 89158 5075 0 0 25 0 1 0 132125558 138403840 30214 4089446400 4194304 9819077 140733668466912 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13241/statm: 33790 30214 743 1374 0 32411 0
Current children cumulated CPU time (s) 942.33
Current children cumulated vsize (KiB) 135160

[startup+1002.3 s]
/proc/loadavg: 2.03 2.20 2.32 3/197 13317
/proc/meminfo: memFree=31071844/32951124 swapFree=67111528/67111528
[pid=13241] ppid=13239 vsize=136120 CPUtime=1002.34
/proc/13241/stat : 13241 (pbscip.linux.x8) R 13239 13241 12045 0 -1 4202496 10479990 0 0 0 94843 5391 0 0 25 0 1 0 132125558 139386880 30508 4089446400 4194304 9819077 140733668466912 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13241/statm: 34030 30508 743 1374 0 32651 0
Current children cumulated CPU time (s) 1002.34
Current children cumulated vsize (KiB) 136120

[startup+1062.3 s]
/proc/loadavg: 2.01 2.16 2.29 3/197 13318
/proc/meminfo: memFree=31052184/32951124 swapFree=67111528/67111528
[pid=13241] ppid=13239 vsize=138448 CPUtime=1062.34
/proc/13241/stat : 13241 (pbscip.linux.x8) R 13239 13241 12045 0 -1 4202496 11025232 0 0 0 100538 5696 0 0 25 0 1 0 132125558 141770752 30947 4089446400 4194304 9819077 140733668466912 18446744073709551615 8657695 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13241/statm: 34612 30947 743 1374 0 33233 0
Current children cumulated CPU time (s) 1062.34
Current children cumulated vsize (KiB) 138448

[startup+1122.3 s]
/proc/loadavg: 2.04 2.14 2.28 3/197 13320
/proc/meminfo: memFree=31043824/32951124 swapFree=67111528/67111528
[pid=13241] ppid=13239 vsize=138860 CPUtime=1122.34
/proc/13241/stat : 13241 (pbscip.linux.x8) R 13239 13241 12045 0 -1 4202496 11613818 0 0 0 106235 5999 0 0 25 0 1 0 132125558 142192640 31096 4089446400 4194304 9819077 140733668466912 18446744073709551615 8657695 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13241/statm: 34715 31096 743 1374 0 33336 0
Current children cumulated CPU time (s) 1122.34
Current children cumulated vsize (KiB) 138860

[startup+1182.3 s]
/proc/loadavg: 2.12 2.16 2.27 3/197 13321
/proc/meminfo: memFree=31041804/32951124 swapFree=67111528/67111528
[pid=13241] ppid=13239 vsize=140096 CPUtime=1182.34
/proc/13241/stat : 13241 (pbscip.linux.x8) R 13239 13241 12045 0 -1 4202496 12168886 0 0 0 111935 6299 0 0 25 0 1 0 132125558 143458304 31419 4089446400 4194304 9819077 140733668466912 18446744073709551615 7235184 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13241/statm: 35125 31421 743 1374 0 33746 0
Current children cumulated CPU time (s) 1182.34
Current children cumulated vsize (KiB) 140096

[startup+1242.3 s]
/proc/loadavg: 2.04 2.12 2.25 3/197 13323
/proc/meminfo: memFree=31038524/32951124 swapFree=67111528/67111528
[pid=13241] ppid=13239 vsize=143056 CPUtime=1242.35
/proc/13241/stat : 13241 (pbscip.linux.x8) R 13239 13241 12045 0 -1 4202496 12673692 0 0 0 117655 6580 0 0 25 0 1 0 132125558 146489344 32094 4089446400 4194304 9819077 140733668466912 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13241/statm: 35764 32094 743 1374 0 34385 0
Current children cumulated CPU time (s) 1242.35
Current children cumulated vsize (KiB) 143056

[startup+1302.3 s]
/proc/loadavg: 2.34 2.17 2.26 3/197 13325
/proc/meminfo: memFree=31036956/32951124 swapFree=67111528/67111528
[pid=13241] ppid=13239 vsize=144520 CPUtime=1302.35
/proc/13241/stat : 13241 (pbscip.linux.x8) R 13239 13241 12045 0 -1 4202496 13177218 0 0 0 123380 6855 0 0 25 0 1 0 132125558 147988480 32447 4089446400 4194304 9819077 140733668466912 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13241/statm: 36130 32447 743 1374 0 34751 0
Current children cumulated CPU time (s) 1302.35
Current children cumulated vsize (KiB) 144520

[startup+1362.3 s]
/proc/loadavg: 2.18 2.15 2.24 3/197 13326
/proc/meminfo: memFree=31034416/32951124 swapFree=67111528/67111528
[pid=13241] ppid=13239 vsize=144796 CPUtime=1362.35
/proc/13241/stat : 13241 (pbscip.linux.x8) R 13239 13241 12045 0 -1 4202496 13667484 0 0 0 129101 7134 0 0 25 0 1 0 132125558 148271104 32562 4089446400 4194304 9819077 140733668466912 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13241/statm: 36199 32562 743 1374 0 34820 0
Current children cumulated CPU time (s) 1362.35
Current children cumulated vsize (KiB) 144796

[startup+1422.3 s]
/proc/loadavg: 2.07 2.12 2.23 3/197 13328
/proc/meminfo: memFree=31027272/32951124 swapFree=67111528/67111528
[pid=13241] ppid=13239 vsize=145056 CPUtime=1422.36
/proc/13241/stat : 13241 (pbscip.linux.x8) R 13239 13241 12045 0 -1 4202496 14221617 0 0 0 134792 7444 0 0 25 0 1 0 132125558 148537344 32581 4089446400 4194304 9819077 140733668466912 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13241/statm: 36264 32581 743 1374 0 34885 0
Current children cumulated CPU time (s) 1422.36
Current children cumulated vsize (KiB) 145056

[startup+1482.3 s]
/proc/loadavg: 2.02 2.09 2.21 3/197 13329
/proc/meminfo: memFree=31019624/32951124 swapFree=67111528/67111528
[pid=13241] ppid=13239 vsize=147112 CPUtime=1482.35
/proc/13241/stat : 13241 (pbscip.linux.x8) R 13239 13241 12045 0 -1 4202496 14791303 0 0 0 140512 7723 0 0 25 0 1 0 132125558 150642688 32813 4089446400 4194304 9819077 140733668466912 18446744073709551615 8723754 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13241/statm: 36778 32813 743 1374 0 35399 0
Current children cumulated CPU time (s) 1482.35
Current children cumulated vsize (KiB) 147112

[startup+1542.31 s]
/proc/loadavg: 2.01 2.08 2.19 3/197 13331
/proc/meminfo: memFree=31013240/32951124 swapFree=67111528/67111528
[pid=13241] ppid=13239 vsize=147528 CPUtime=1542.36
/proc/13241/stat : 13241 (pbscip.linux.x8) R 13239 13241 12045 0 -1 4202496 15321823 0 0 0 146233 8003 0 0 25 0 1 0 132125558 151068672 32918 4089446400 4194304 9819077 140733668466912 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13241/statm: 36882 32918 743 1374 0 35503 0
Current children cumulated CPU time (s) 1542.36
Current children cumulated vsize (KiB) 147528

[startup+1602.3 s]
/proc/loadavg: 2.06 2.07 2.18 3/197 13333
/proc/meminfo: memFree=31006836/32951124 swapFree=67111528/67111528
[pid=13241] ppid=13239 vsize=147640 CPUtime=1602.37
/proc/13241/stat : 13241 (pbscip.linux.x8) R 13239 13241 12045 0 -1 4202496 15872703 0 0 0 151923 8314 0 0 25 0 1 0 132125558 151183360 32971 4089446400 4194304 9819077 140733668466912 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13241/statm: 36910 32971 743 1374 0 35531 0
Current children cumulated CPU time (s) 1602.37
Current children cumulated vsize (KiB) 147640

[startup+1662.3 s]
/proc/loadavg: 2.02 2.06 2.17 3/197 13334
/proc/meminfo: memFree=30996700/32951124 swapFree=67111528/67111528
[pid=13241] ppid=13239 vsize=148012 CPUtime=1662.37
/proc/13241/stat : 13241 (pbscip.linux.x8) R 13239 13241 12045 0 -1 4202496 16359957 0 0 0 157633 8604 0 0 25 0 1 0 132125558 151564288 33092 4089446400 4194304 9819077 140733668466912 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13241/statm: 37003 33092 743 1374 0 35624 0
Current children cumulated CPU time (s) 1662.37
Current children cumulated vsize (KiB) 148012

[startup+1722.3 s]
/proc/loadavg: 2.00 2.05 2.16 10/197 13336
/proc/meminfo: memFree=30980860/32951124 swapFree=67111528/67111528
[pid=13241] ppid=13239 vsize=148488 CPUtime=1722.37
/proc/13241/stat : 13241 (pbscip.linux.x8) R 13239 13241 12045 0 -1 4202496 16882201 0 0 0 163333 8904 0 0 25 0 1 0 132125558 152051712 33174 4089446400 4194304 9819077 140733668466912 18446744073709551615 4999777 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13241/statm: 37122 33174 743 1374 0 35743 0
Current children cumulated CPU time (s) 1722.37
Current children cumulated vsize (KiB) 148488

[startup+1782.3 s]
/proc/loadavg: 2.00 2.03 2.14 3/197 13346
/proc/meminfo: memFree=30962292/32951124 swapFree=67111528/67111528
[pid=13241] ppid=13239 vsize=149124 CPUtime=1782.37
/proc/13241/stat : 13241 (pbscip.linux.x8) R 13239 13241 12045 0 -1 4202496 17373859 0 0 0 169040 9197 0 0 25 0 1 0 132125558 152702976 33324 4089446400 4194304 9819077 140733668466912 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13241/statm: 37281 33324 743 1374 0 35902 0
Current children cumulated CPU time (s) 1782.37
Current children cumulated vsize (KiB) 149124



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.00 2.03 2.14 3/197 13347
/proc/meminfo: memFree=30960904/32951124 swapFree=67111528/67111528
[pid=13241] ppid=13239 vsize=149120 CPUtime=1800.08
/proc/13241/stat : 13241 (pbscip.linux.x8) R 13239 13241 12045 0 -1 4202496 17517049 0 0 0 170719 9289 0 0 25 0 1 0 132125558 152698880 33324 4089446400 4194304 9819077 140733668466912 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13241/statm: 37280 33324 743 1374 0 35901 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 149120

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

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

[startup+1800 s]
/proc/loadavg: 2.00 2.03 2.14 3/197 13347
/proc/meminfo: memFree=30960904/32951124 swapFree=67111528/67111528
[pid=13241] ppid=13239 vsize=149120 CPUtime=1800.08
/proc/13241/stat : 13241 (pbscip.linux.x8) R 13239 13241 12045 0 -1 4202496 17517049 0 0 0 170719 9289 0 0 25 0 1 0 132125558 152698880 33324 4089446400 4194304 9819077 140733668466912 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13241/statm: 37280 33324 743 1374 0 35901 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 149120

Child status: 0
Real time (s): 1800.09
CPU time (s): 1800.17
CPU user time (s): 1707.26
CPU system time (s): 92.9039
CPU usage (%): 100.005
Max. virtual memory (cumulated for all children) (KiB): 151164

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1707.26
system time used= 92.9039
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17517080
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2
involuntary context switches= 903

runsolver used 3.34849 second user time and 6.06408 second system time

The end

Launcher Data

Begin job on node143 at 2010-06-30 16:31:44
IDJOB=2693517
IDBENCH=78957
IDSOLVER=1205
FILE ID=node143/2693517-1277908304
PBS_JOBID= 11197173
Free space on /tmp= 74212 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.1900546076--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-2693517-1277908304/watcher-2693517-1277908304 -o /tmp/evaluation-result-2693517-1277908304/solver-2693517-1277908304 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2693517-1277908304.wbo -t 1800 -m 3800

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

MD5SUM BENCH= 0b9d6337ad7964b2b0f1686d5d01e741
RANDOM SEED=563872814

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31282516 kB
Buffers:        193000 kB
Cached:         966536 kB
SwapCached:          0 kB
Active:         777460 kB
Inactive:       747068 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31282516 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            7484 kB
Writeback:           0 kB
AnonPages:      364872 kB
Mapped:          20572 kB
Slab:            78976 kB
PageTables:       5664 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1663276 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= 74204 MiB
End job on node143 at 2010-06-30 17:01:46