Trace number 2705669

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SCIPclp SCIP 1.2.1.3 with Clp 1.11.1 (Release Version) as LP solverMSAT 1790.16 1790.1

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900551347--soft-66-100-0.wbo
MD5SUMccbb2f2628d7a379eab2ad56e88b2a24
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark11
Best CPU time to get the best result obtained on this benchmark268.492
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 constraints927
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 45360
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 45359
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 745
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.3 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Clp 1.11.1]
0.00/0.00	c Copyright (c) 2002-2010 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-2705669-1278574749.wbo>
0.00/0.02	c original problem has 2085 variables (1158 bin, 0 int, 927 impl, 0 cont) and 3635 constraints
0.00/0.02	c problem read
0.00/0.02	c presolving settings loaded
0.00/0.03	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, 214 impls, 14 clqs
0.00/0.07	c (round 2) 0 del vars, 112 del conss, 927 chg bounds, 54 chg sides, 0 chg coeffs, 0 upgd conss, 214 impls, 14 clqs
0.07/0.07	c (round 3) 54 del vars, 170 del conss, 929 chg bounds, 56 chg sides, 0 chg coeffs, 0 upgd conss, 214 impls, 14 clqs
0.07/0.08	c (round 4) 112 del vars, 170 del conss, 929 chg bounds, 56 chg sides, 0 chg coeffs, 1723 upgd conss, 214 impls, 14 clqs
0.07/0.09	c (round 5) 112 del vars, 219 del conss, 929 chg bounds, 56 chg sides, 0 chg coeffs, 1723 upgd conss, 214 impls, 14 clqs
0.09/0.13	c    (0.1s) probing: 101/1102 (9.2%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.09/0.13	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.09/0.13	c presolving (6 rounds):
0.09/0.13	c  112 deleted vars, 219 deleted constraints, 929 tightened bounds, 0 added holes, 56 changed sides, 0 changed coefficients
0.09/0.13	c  1948 implications, 14 cliques
0.09/0.13	c presolved problem has 1973 variables (1102 bin, 0 int, 871 impl, 0 cont) and 3416 constraints
0.09/0.13	c       1 constraints of type <knapsack>
0.09/0.13	c      72 constraints of type <setppc>
0.09/0.13	c     871 constraints of type <linear>
0.09/0.13	c     871 constraints of type <indicator>
0.09/0.13	c    1601 constraints of type <logicor>
0.09/0.13	c transformed objective value is always integral (scale: 1)
0.09/0.13	c Presolving Time: 0.10
0.09/0.13	c - non default parameters ----------------------------------------------------------------------
0.09/0.13	c # SCIP version 1.2.1.3
0.09/0.13	c 
0.09/0.13	c # frequency for displaying node information lines
0.09/0.13	c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.13	c display/freq = 10000
0.09/0.13	c 
0.09/0.13	c # maximal time in seconds to run
0.09/0.13	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.13	c limits/time = 1789.98
0.09/0.13	c 
0.09/0.13	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.13	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.13	c limits/memory = 3420
0.09/0.13	c 
0.09/0.13	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.09/0.13	c # [type: int, range: [1,2], default: 1]
0.09/0.13	c timing/clocktype = 2
0.09/0.13	c 
0.09/0.13	c # should presolving try to simplify inequalities
0.09/0.13	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.13	c constraints/linear/simplifyinequalities = TRUE
0.09/0.13	c 
0.09/0.13	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.09/0.13	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.13	c constraints/indicator/addCouplingCons = TRUE
0.09/0.13	c 
0.09/0.13	c # should presolving try to simplify knapsacks
0.09/0.13	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.13	c constraints/knapsack/simplifyinequalities = TRUE
0.09/0.13	c 
0.09/0.13	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.09/0.13	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.13	c separating/rapidlearning/freq = 0
0.09/0.13	c 
0.09/0.13	c -----------------------------------------------------------------------------------------------
0.09/0.13	c start solving
0.09/0.13	c 
0.09/0.14	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.14	c   0.1s|     1 |     0 |    38 |     - |8991k|   0 |  28 |1973 |3416 |1973 |1674 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.19/0.28	c   0.3s|     1 |     0 |   358 |     - |9277k|   0 |  55 |1973 |3416 |1973 |1689 |  15 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.29/0.36	c   0.3s|     1 |     0 |   436 |     - |9708k|   0 |  74 |1973 |3416 |1973 |1700 |  26 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.49/0.53	c   0.5s|     1 |     0 |   551 |     - |9800k|   0 |  84 |1973 |3416 |1973 |1706 |  32 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.69/0.73	c   0.7s|     1 |     0 |   748 |     - |9888k|   0 |  79 |1973 |3416 |1973 |1710 |  36 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.79/0.89	c   0.9s|     1 |     0 |   799 |     - |9944k|   0 |  87 |1973 |3416 |1973 |1716 |  42 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1.00/1.07	c   1.0s|     1 |     0 |   821 |     - |  10M|   0 |  83 |1973 |3416 |1973 |1724 |  50 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
2.09/2.16	c   2.1s|     1 |     2 |   821 |     - |  10M|   0 |  83 |1973 |3416 |1973 |1724 |  50 |   0 |  15 | 0.000000e+00 |      --      |    Inf 
7.29/7.32	o 42962
7.29/7.32	c y 7.3s|    19 |    18 |  2675 | 103.0 |  10M|  17 |   - |1973 |3416 |   0 |   0 |  56 |   0 | 270 | 0.000000e+00 | 4.296200e+04 |    Inf 
11.00/11.08	o 541
11.00/11.08	c *11.1s|    43 |    33 |  4277 |  82.3 |  10M|  17 |   - |1973 |3420 |1973 |1717 |  70 |   4 | 547 | 0.000000e+00 | 5.410000e+02 |    Inf 
14.09/14.17	o 446
14.09/14.17	c *14.1s|   295 |   144 |  9491 |  29.5 |  11M|  33 |   - |1973 |3579 |1973 |1715 | 342 | 163 | 732 | 0.000000e+00 | 4.460000e+02 |    Inf 
14.19/14.30	o 417
14.19/14.30	c *14.3s|   309 |   142 | 10042 |  29.9 |  11M|  33 |   - |1973 |3588 |1973 |1713 | 342 | 172 | 737 | 0.000000e+00 | 4.170000e+02 |    Inf 
15.49/15.54	o 303
15.49/15.54	c *15.5s|   660 |   224 | 15170 |  21.8 |  12M|  42 |   - |1973 |3830 |1973 |1713 | 445 | 456 | 783 | 0.000000e+00 | 3.030000e+02 |    Inf 
15.99/16.06	o 280
15.99/16.06	c *16.0s|   925 |   290 | 17474 |  18.0 |  12M|  42 |   - |1973 |3982 |1973 |1716 | 493 | 678 | 786 | 0.000000e+00 | 2.800000e+02 |    Inf 
16.30/16.32	o 262
16.30/16.32	c *16.3s|  1099 |   315 | 18264 |  15.9 |  12M|  49 |   - |1973 |4075 |1973 |1737 | 521 | 835 | 787 | 0.000000e+00 | 2.620000e+02 |    Inf 
16.59/16.62	o 237
16.59/16.62	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
16.59/16.62	c *16.6s|  1272 |   324 | 19276 |  14.5 |  12M|  59 |   - |1973 |4167 |1973 |1720 | 562 | 997 | 791 | 0.000000e+00 | 2.370000e+02 |    Inf 
17.19/17.29	o 193
17.19/17.29	c *17.3s|  1574 |   339 | 22330 |  13.7 |  13M|  59 |   - |1973 |4245 |1973 |1720 | 637 |1279 | 800 | 0.000000e+00 | 1.930000e+02 |    Inf 
23.69/23.72	o 189
23.69/23.72	c *23.7s|  4810 |   869 | 52300 |  10.7 |  16M|  59 |   - |1973 |4698 |1973 |1723 |1231 |4335 | 905 | 0.000000e+00 | 1.890000e+02 |    Inf 
25.09/25.12	o 183
25.09/25.12	c *25.1s|  5486 |  1030 | 59211 |  10.6 |  17M|  59 |   - |1973 |5004 |1973 |1713 |1354 |4991 | 905 | 0.000000e+00 | 1.830000e+02 |    Inf 
25.09/25.19	o 134
25.09/25.19	c c25.2s|  5520 |   970 | 59424 |  10.6 |  17M|  59 |   - |1973 |5030 |1973 |1724 |1378 |5023 | 905 | 0.000000e+00 | 1.340000e+02 |    Inf 
26.50/26.56	o 129
26.50/26.56	c *26.5s|  6194 |  1072 | 64947 |  10.4 |  17M|  59 |   - |1973 |4881 |1973 |1719 |1490 |5618 | 932 | 0.000000e+00 | 1.290000e+02 |    Inf 
32.29/32.39	o 110
32.29/32.39	c *32.4s|  9272 |  1550 | 89637 |   9.6 |  21M|  60 |   - |1973 |5378 |1973 |1713 |2047 |8785 | 981 | 0.000000e+00 | 1.100000e+02 |    Inf 
33.69/33.71	c  33.7s| 10000 |  1579 | 94954 |   9.4 |  21M|  60 |  14 |1973 |5460 |1973 |1718 |2114 |9497 | 983 | 0.000000e+00 | 1.100000e+02 |    Inf 
38.99/39.08	o 83
38.99/39.08	c *39.1s| 12601 |  1570 |118368 |   9.3 |  23M|  60 |   - |1973 |5492 |1973 |1713 |2509 |  12k|1051 | 0.000000e+00 | 8.300000e+01 |    Inf 
54.69/54.75	c  54.7s| 20000 |  1942 |193246 |   9.6 |  30M|  60 |  17 |1973 |5918 |1973 |1713 |3276 |  20k|1233 | 0.000000e+00 | 8.300000e+01 |    Inf 
75.29/75.32	c  75.3s| 30000 |  2360 |291172 |   9.7 |  39M|  60 |   - |1973 |6923 |   0 |   0 |4638 |  31k|1364 | 0.000000e+00 | 8.300000e+01 |    Inf 
88.59/88.66	o 73
88.59/88.66	c *88.6s| 36727 |  2429 |351767 |   9.6 |  43M|  60 |   - |1973 |7467 |1973 |1735 |5415 |  39k|1375 | 0.000000e+00 | 7.300000e+01 |    Inf 
94.50/94.51	c  94.5s| 40000 |  2510 |375889 |   9.4 |  45M|  60 |   - |1973 |6972 |   0 |   0 |6022 |  43k|1377 | 0.000000e+00 | 7.300000e+01 |    Inf 
104.39/104.42	o 68
104.39/104.42	c * 104s| 45332 |  2499 |420287 |   9.3 |  46M|  60 |   - |1973 |6279 |1973 |1731 |6838 |  50k|1379 | 0.000000e+00 | 6.800000e+01 |    Inf 
110.29/110.37	o 58
110.29/110.37	c * 110s| 48548 |  2331 |446710 |   9.2 |  46M|  60 |   - |1973 |6525 |1973 |1726 |7247 |  54k|1379 | 0.000000e+00 | 5.800000e+01 |    Inf 
113.49/113.56	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
113.49/113.56	c   114s| 50000 |  2367 |464620 |   9.3 |  46M|  60 |  23 |1973 |5854 |1973 |1713 |7428 |  55k|1379 | 0.000000e+00 | 5.800000e+01 |    Inf 
132.70/132.70	c   133s| 60000 |  2548 |560625 |   9.3 |  50M|  67 |  20 |1973 |7171 |1973 |1721 |8337 |  68k|1485 | 0.000000e+00 | 5.800000e+01 |    Inf 
140.29/140.34	o 54
140.29/140.34	c * 140s| 63858 |  2409 |597219 |   9.3 |  49M|  67 |   - |1973 |5738 |1973 |1713 |8740 |  73k|1560 | 0.000000e+00 | 5.400000e+01 |    Inf 
140.89/140.98	o 38
140.89/140.98	c * 141s| 64223 |  2056 |599994 |   9.3 |  40M|  67 |   - |1973 |5894 |1973 |1728 |8815 |  73k|1560 | 0.000000e+00 | 3.800000e+01 |    Inf 
148.19/148.21	o 36
148.19/148.21	c * 148s| 67737 |  1930 |642717 |   9.5 |  38M|  67 |   - |1973 |7671 |1973 |1713 |9269 |  77k|1629 | 0.000000e+00 | 3.600000e+01 |    Inf 
152.80/152.83	c   153s| 70000 |  2006 |670743 |   9.6 |  39M|  67 |   1 |1973 |8902 |1973 |1718 |9489 |  80k|1646 | 0.000000e+00 | 3.600000e+01 |    Inf 
171.79/171.87	c   172s| 80000 |  2051 |769392 |   9.6 |  41M|  67 |   - |1973 |  11k|   0 |   0 |  10k|  94k|1792 | 0.000000e+00 | 3.600000e+01 |    Inf 
188.50/188.57	o 34
188.50/188.57	c * 189s| 88306 |  1990 |853951 |   9.7 |  41M|  67 |   - |1973 |  11k|1973 |1713 |  11k| 105k|1985 | 0.000000e+00 | 3.400000e+01 |    Inf 
191.89/191.92	c   192s| 90000 |  2002 |872446 |   9.7 |  41M|  67 |   - |1973 |  11k|   0 |   0 |  12k| 107k|1986 | 0.000000e+00 | 3.400000e+01 |    Inf 
211.99/212.05	c   212s|100000 |  2101 |978423 |   9.8 |  44M|  70 |   - |1973 |  14k|   0 |   0 |  13k| 120k|2177 | 0.000000e+00 | 3.400000e+01 |    Inf 
234.31/234.32	c   234s|110000 |  2271 |  1098k|  10.0 |  46M|  70 |   - |1973 |  17k|   0 |   0 |  14k| 133k|2355 | 0.000000e+00 | 3.400000e+01 |    Inf 
256.10/256.12	c   256s|120000 |  2312 |  1206k|  10.0 |  48M|  70 |   - |1973 |  18k|1973 |1713 |  16k| 147k|2549 | 0.000000e+00 | 3.400000e+01 |    Inf 
260.40/260.47	o 23
260.40/260.47	c * 260s|122009 |  1728 |  1227k|  10.1 |  41M|  70 |   - |1973 |  18k|1973 |1725 |  16k| 150k|2569 | 0.000000e+00 | 2.300000e+01 |    Inf 
275.90/275.98	c   276s|130000 |  1685 |  1304k|  10.0 |  41M|  70 |   1 |1973 |  17k|1973 |1713 |  17k| 160k|2653 | 0.000000e+00 | 2.300000e+01 |    Inf 
297.20/297.27	c   297s|140000 |  1461 |  1419k|  10.1 |  37M|  70 |  29 |1973 |9593 |1973 |1713 |  19k| 174k|3009 | 0.000000e+00 | 2.300000e+01 |    Inf 
316.10/316.19	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
316.10/316.19	c   316s|150000 |  1409 |  1524k|  10.2 |  38M|  70 |  19 |1973 |  13k|1973 |1721 |  20k| 187k|3122 | 0.000000e+00 | 2.300000e+01 |    Inf 
334.50/334.58	c   335s|160000 |  1613 |  1619k|  10.1 |  40M|  70 |   - |1973 |  14k|   0 |   0 |  21k| 201k|3254 | 0.000000e+00 | 2.300000e+01 |    Inf 
354.11/354.13	c   354s|170000 |  1838 |  1716k|  10.1 |  43M|  70 |   - |1973 |  18k|1973 |1730 |  22k| 215k|3385 | 0.000000e+00 | 2.300000e+01 |    Inf 
374.80/374.84	c   375s|180000 |  1860 |  1819k|  10.1 |  44M|  70 |   9 |1973 |  17k|1973 |1723 |  24k| 229k|3484 | 0.000000e+00 | 2.300000e+01 |    Inf 
396.10/396.17	c   396s|190000 |  1838 |  1930k|  10.2 |  45M|  70 |   - |1973 |  19k|   0 |   0 |  26k| 243k|3649 | 0.000000e+00 | 2.300000e+01 |    Inf 
417.90/417.99	c   418s|200000 |  1690 |  2045k|  10.2 |  44M|  70 |  28 |1973 |  18k|1973 |1725 |  27k| 257k|3853 | 0.000000e+00 | 2.300000e+01 |    Inf 
438.20/438.22	c   438s|210000 |  1868 |  2146k|  10.2 |  46M|  70 |  10 |1973 |  20k|1973 |1713 |  29k| 270k|3975 | 0.000000e+00 | 2.300000e+01 |    Inf 
459.90/459.96	c   460s|220000 |  1763 |  2255k|  10.3 |  45M|  70 |   - |1973 |  17k|   0 |   0 |  30k| 284k|4099 | 0.000000e+00 | 2.300000e+01 |    Inf 
481.91/481.92	c   482s|230000 |  1655 |  2373k|  10.3 |  44M|  70 |   - |1973 |  16k|   0 |   0 |  31k| 297k|4259 | 0.000000e+00 | 2.300000e+01 |    Inf 
483.41/483.40	o 14
483.41/483.40	c * 483s|230826 |  1398 |  2380k|  10.3 |  39M|  70 |   - |1973 |  16k|1973 |1713 |  31k| 298k|4262 | 0.000000e+00 | 1.400000e+01 |    Inf 
506.21/506.26	c   506s|240000 |  1577 |  2523k|  10.5 |  41M|  70 |  23 |1973 |  19k|1973 |1724 |  32k| 311k|4431 | 0.000000e+00 | 1.400000e+01 |    Inf 
530.21/530.23	c   530s|250000 |  1315 |  2669k|  10.7 |  38M|  70 |   - |1973 |  14k|   0 |   0 |  33k| 324k|4580 | 0.000000e+00 | 1.400000e+01 |    Inf 
552.40/552.40	c   552s|260000 |  1056 |  2808k|  10.8 |  34M|  70 |   - |1973 |  11k|   0 |   0 |  33k| 337k|4715 | 0.000000e+00 | 1.400000e+01 |    Inf 
573.12/573.20	c   573s|270000 |   789 |  2934k|  10.9 |  31M|  70 |  28 |1973 |  10k|1973 |1713 |  34k| 351k|4844 | 0.000000e+00 | 1.400000e+01 |    Inf 
594.20/594.26	c   594s|280000 |   671 |  3065k|  10.9 |  31M|  70 |  19 |1973 |  14k|1973 |1713 |  35k| 364k|4981 | 0.000000e+00 | 1.400000e+01 |    Inf 
616.21/616.28	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
616.21/616.28	c   616s|290000 |   719 |  3197k|  11.0 |  32M|  70 |   - |1973 |  17k|1973 |1713 |  36k| 377k|5132 | 0.000000e+00 | 1.400000e+01 |    Inf 
638.21/638.26	c   638s|300000 |   801 |  3328k|  11.1 |  33M|  70 |  22 |1973 |  17k|1973 |1713 |  37k| 391k|5236 | 0.000000e+00 | 1.400000e+01 |    Inf 
659.01/659.09	c   659s|310000 |   885 |  3443k|  11.1 |  35M|  70 |  30 |1973 |  21k|1973 |1713 |  38k| 404k|5338 | 0.000000e+00 | 1.400000e+01 |    Inf 
681.01/681.09	c   681s|320000 |  1023 |  3560k|  11.1 |  36M|  70 |   - |1973 |  21k|1973 |1713 |  39k| 417k|5437 | 0.000000e+00 | 1.400000e+01 |    Inf 
704.91/704.95	c   705s|330000 |  1306 |  3693k|  11.2 |  39M|  70 |   - |1973 |  23k|   0 |   0 |  40k| 430k|5514 | 0.000000e+00 | 1.400000e+01 |    Inf 
728.12/728.17	c   728s|340000 |  1623 |  3823k|  11.2 |  42M|  78 |  27 |1973 |  25k|1973 |1713 |  40k| 443k|5604 | 0.000000e+00 | 1.400000e+01 |    Inf 
751.11/751.12	c   751s|350000 |  1802 |  3945k|  11.3 |  44M|  78 |  15 |1973 |  27k|1973 |1713 |  41k| 457k|5688 | 0.000000e+00 | 1.400000e+01 |    Inf 
774.91/774.93	c   775s|360000 |  1796 |  4076k|  11.3 |  43M|  78 |   - |1973 |  23k|   0 |   0 |  42k| 471k|5776 | 0.000000e+00 | 1.400000e+01 |    Inf 
796.61/796.62	c   797s|370000 |  1898 |  4184k|  11.3 |  45M|  78 |  19 |1973 |  25k|1973 |1713 |  42k| 485k|5863 | 0.000000e+00 | 1.400000e+01 |    Inf 
820.31/820.30	c   820s|380000 |  1888 |  4307k|  11.3 |  45M|  78 |   - |1973 |  24k|   0 |   0 |  43k| 499k|5964 | 0.000000e+00 | 1.400000e+01 |    Inf 
843.21/843.27	c   843s|390000 |  1833 |  4431k|  11.4 |  45M|  78 |  12 |1973 |  22k|1973 |1713 |  44k| 512k|6060 | 0.000000e+00 | 1.400000e+01 |    Inf 
865.42/865.48	c   865s|400000 |  1839 |  4555k|  11.4 |  46M|  78 |  36 |1973 |  23k|1973 |1713 |  45k| 526k|6137 | 0.000000e+00 | 1.400000e+01 |    Inf 
887.92/887.95	c   888s|410000 |  1856 |  4683k|  11.4 |  46M|  78 |   - |1973 |  22k|1973 |1718 |  46k| 539k|6230 | 0.000000e+00 | 1.400000e+01 |    Inf 
910.62/910.64	c   911s|420000 |  1695 |  4810k|  11.5 |  44M|  78 |  11 |1973 |  20k|1973 |1713 |  46k| 553k|6344 | 0.000000e+00 | 1.400000e+01 |    Inf 
931.92/931.97	c   932s|430000 |  1611 |  4920k|  11.4 |  44M|  78 |  22 |1973 |  20k|1973 |1713 |  47k| 567k|6439 | 0.000000e+00 | 1.400000e+01 |    Inf 
953.63/953.69	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
953.63/953.69	c   954s|440000 |  1299 |  5041k|  11.5 |  41M|  78 |   - |1973 |  18k|1973 |1713 |  48k| 581k|6539 | 0.000000e+00 | 1.400000e+01 |    Inf 
975.22/975.28	c   975s|450000 |   634 |  5160k|  11.5 |  32M|  78 |  19 |1973 |  13k|1973 |1713 |  49k| 595k|6726 | 0.000000e+00 | 1.400000e+01 |    Inf 
994.72/994.75	c   995s|460000 |   772 |  5275k|  11.5 |  34M|  78 |  15 |1973 |  17k|1973 |1713 |  49k| 608k|6796 | 0.000000e+00 | 1.400000e+01 |    Inf 
1014.42/1014.40	c  1014s|470000 |   748 |  5381k|  11.4 |  35M|  78 |  17 |1973 |  17k|1973 |1713 |  50k| 621k|6847 | 0.000000e+00 | 1.400000e+01 |    Inf 
1035.42/1035.44	c  1035s|480000 |   677 |  5502k|  11.5 |  33M|  78 |   - |1973 |  18k|   0 |   0 |  51k| 634k|6981 | 0.000000e+00 | 1.400000e+01 |    Inf 
1055.92/1055.95	c  1056s|490000 |   753 |  5611k|  11.4 |  36M|  78 |   - |1973 |  23k|   0 |   0 |  53k| 648k|7065 | 0.000000e+00 | 1.400000e+01 |    Inf 
1078.22/1078.22	c  1078s|500000 |   914 |  5721k|  11.4 |  38M|  78 |   - |1973 |  25k|   0 |   0 |  54k| 661k|7118 | 0.000000e+00 | 1.400000e+01 |    Inf 
1100.12/1100.15	c  1100s|510000 |   857 |  5833k|  11.4 |  37M|  78 |   - |1973 |  24k|   0 |   0 |  55k| 674k|7155 | 0.000000e+00 | 1.400000e+01 |    Inf 
1124.33/1124.33	c  1124s|520000 |   894 |  5962k|  11.5 |  38M|  78 |   - |1973 |  25k|   0 |   0 |  56k| 688k|7264 | 0.000000e+00 | 1.400000e+01 |    Inf 
1148.93/1148.97	c  1149s|530000 |   938 |  6087k|  11.5 |  40M|  78 |   - |1973 |  28k|   0 |   0 |  57k| 701k|7370 | 0.000000e+00 | 1.400000e+01 |    Inf 
1172.63/1172.64	c  1173s|540000 |  1009 |  6202k|  11.5 |  41M|  78 |   - |1973 |  28k|   0 |   0 |  58k| 715k|7431 | 0.000000e+00 | 1.400000e+01 |    Inf 
1197.23/1197.25	c  1197s|550000 |  1132 |  6320k|  11.5 |  42M|  78 |   - |1973 |  29k|   0 |   0 |  60k| 729k|7484 | 0.000000e+00 | 1.400000e+01 |    Inf 
1222.52/1222.54	c  1223s|560000 |  1158 |  6442k|  11.5 |  43M|  78 |  20 |1973 |  29k|1973 |1713 |  61k| 743k|7574 | 0.000000e+00 | 1.400000e+01 |    Inf 
1247.44/1247.45	c  1247s|570000 |  1136 |  6566k|  11.5 |  44M|  78 |  25 |1973 |  30k|1973 |1713 |  62k| 757k|7674 | 0.000000e+00 | 1.400000e+01 |    Inf 
1272.64/1272.62	c  1273s|580000 |  1110 |  6693k|  11.5 |  44M|  78 |  10 |1973 |  29k|1973 |1713 |  63k| 770k|7750 | 0.000000e+00 | 1.400000e+01 |    Inf 
1296.23/1296.20	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1296.23/1296.20	c  1296s|590000 |  1000 |  6812k|  11.5 |  42M|  78 |   - |1973 |  27k|   0 |   0 |  64k| 784k|7784 | 0.000000e+00 | 1.400000e+01 |    Inf 
1317.74/1317.78	c  1318s|600000 |  1032 |  6917k|  11.5 |  44M|  78 |   - |1973 |  31k|   0 |   0 |  65k| 798k|7852 | 0.000000e+00 | 1.400000e+01 |    Inf 
1339.64/1339.64	c  1340s|610000 |  1032 |  7014k|  11.5 |  45M|  78 |   - |1973 |  32k|   0 |   0 |  66k| 811k|7915 | 0.000000e+00 | 1.400000e+01 |    Inf 
1366.24/1366.22	c  1366s|620000 |  1124 |  7140k|  11.5 |  45M|  78 |  18 |1973 |  31k|1973 |1713 |  67k| 825k|7988 | 0.000000e+00 | 1.400000e+01 |    Inf 
1393.74/1393.75	c  1394s|630000 |  1361 |  7272k|  11.5 |  48M|  78 |   - |1973 |  33k|   0 |   0 |  68k| 839k|8045 | 0.000000e+00 | 1.400000e+01 |    Inf 
1412.34/1412.36	o 13
1412.34/1412.36	c *1412s|637339 |  1333 |  7353k|  11.5 |  47M|  78 |   - |1973 |  33k|1973 |1730 |  68k| 850k|8135 | 0.000000e+00 | 1.300000e+01 |    Inf 
1419.43/1419.44	c  1419s|640000 |  1284 |  7385k|  11.5 |  46M|  78 |  23 |1973 |  30k|1973 |1713 |  69k| 854k|8147 | 0.000000e+00 | 1.300000e+01 |    Inf 
1445.14/1445.11	c  1445s|650000 |  1363 |  7508k|  11.6 |  48M|  78 |  16 |1973 |  34k|1973 |1713 |  69k| 868k|8216 | 0.000000e+00 | 1.300000e+01 |    Inf 
1470.33/1470.33	c  1470s|660000 |  1418 |  7622k|  11.5 |  50M|  78 |   - |1973 |  35k|   0 |   0 |  70k| 883k|8243 | 0.000000e+00 | 1.300000e+01 |    Inf 
1494.23/1494.23	c  1494s|670000 |  1555 |  7717k|  11.5 |  52M|  78 |   - |1973 |  38k|   0 |   0 |  71k| 897k|8333 | 0.000000e+00 | 1.300000e+01 |    Inf 
1520.03/1520.05	c  1520s|680000 |  1601 |  7820k|  11.5 |  52M|  78 |   - |1973 |  36k|   0 |   0 |  72k| 912k|8360 | 0.000000e+00 | 1.300000e+01 |    Inf 
1545.64/1545.63	c  1546s|690000 |  1699 |  7928k|  11.5 |  54M|  78 |   9 |1973 |  37k|1973 |1721 |  73k| 926k|8427 | 0.000000e+00 | 1.300000e+01 |    Inf 
1569.34/1569.34	c  1569s|700000 |  1849 |  8022k|  11.5 |  55M|  78 |  10 |1973 |  38k|1973 |1713 |  74k| 941k|8490 | 0.000000e+00 | 1.300000e+01 |    Inf 
1595.84/1595.88	c  1596s|710000 |  1970 |  8136k|  11.5 |  57M|  78 |   - |1973 |  39k|   0 |   0 |  75k| 956k|8526 | 0.000000e+00 | 1.300000e+01 |    Inf 
1621.45/1621.48	c  1621s|720000 |  2099 |  8249k|  11.5 |  58M|  78 |   - |1973 |  40k|   0 |   0 |  76k| 970k|8605 | 0.000000e+00 | 1.300000e+01 |    Inf 
1647.14/1647.15	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1647.14/1647.15	c  1647s|730000 |  2201 |  8357k|  11.4 |  60M|  79 |   - |1973 |  42k|   0 |   0 |  77k| 985k|8661 | 0.000000e+00 | 1.300000e+01 |    Inf 
1660.74/1660.78	o 12
1660.74/1660.78	c *1661s|735315 |  2197 |  8410k|  11.4 |  60M|  79 |   - |1973 |  43k|1973 |1720 |  78k| 993k|8693 | 0.000000e+00 | 1.200000e+01 |    Inf 
1672.54/1672.53	c  1673s|740000 |  2249 |  8458k|  11.4 |  60M|  94 |  32 |1973 |  42k|1973 |1722 |  78k|1000k|8697 | 0.000000e+00 | 1.200000e+01 |    Inf 
1697.84/1697.88	c  1698s|750000 |  2319 |  8564k|  11.4 |  60M|  94 |  18 |1973 |  40k|1973 |1721 |  79k|1015k|8788 | 0.000000e+00 | 1.200000e+01 |    Inf 
1724.44/1724.44	c  1724s|760000 |  2428 |  8679k|  11.4 |  62M|  94 |   - |1973 |  43k|   0 |   0 |  80k|1029k|8817 | 0.000000e+00 | 1.200000e+01 |    Inf 
1750.24/1750.26	c  1750s|770000 |  2381 |  8785k|  11.4 |  60M|  94 |  23 |1973 |  37k|1973 |1720 |  81k|1044k|8908 | 0.000000e+00 | 1.200000e+01 |    Inf 
1775.85/1775.89	c  1776s|780000 |  2393 |  8893k|  11.4 |  61M|  94 |  26 |1973 |  37k|1973 |1713 |  81k|1059k|8944 | 0.000000e+00 | 1.200000e+01 |    Inf 
1790.04/1790.00	c 
1790.04/1790.00	c SCIP Status        : solving was interrupted [time limit reached]
1790.04/1790.00	c Solving Time (sec) : 1789.98
1790.04/1790.00	c Solving Nodes      : 785901
1790.04/1790.00	c Primal Bound       : +1.20000000000000e+01 (88 solutions)
1790.04/1790.00	c Dual Bound         : +0.00000000000000e+00
1790.04/1790.00	c Gap                : infinite
1790.04/1790.01	s SATISFIABLE
1790.04/1790.01	v x231 -x230 -x229 -x228 -x227 -x226 -x225 -x224 -x223 -x222 -x221 -x220 -x219 -x218 -x217 x216 -x215 -x214 -x213 -x212 -x211 -x210 
1790.04/1790.01	v -x209 -x208 -x207 -x206 -x205 -x204 -x203 x202 -x201 -x200 -x199 -x198 x197 -x196 -x195 -x194 -x193 -x192 -x191 -x190 -x189 
1790.04/1790.01	v -x188 -x187 -x186 -x185 x184 -x183 -x182 -x181 -x180 -x179 -x178 -x177 -x176 -x175 -x174 -x173 -x172 -x171 -x170 -x169 x168 
1790.04/1790.01	v -x167 -x166 -x165 -x164 -x163 -x162 -x161 -x160 -x159 -x158 -x157 -x156 -x155 -x154 x153 -x152 -x151 -x150 -x149 -x148 -x147 
1790.04/1790.01	v -x146 -x145 x144 -x143 -x142 x141 -x140 -x139 -x138 -x137 -x136 -x135 -x134 -x133 -x132 -x131 -x130 -x129 -x128 -x127 -x126 
1790.04/1790.01	v -x125 -x124 -x123 -x122 -x121 -x120 -x119 -x118 -x117 -x116 -x115 -x114 -x113 -x112 x111 -x110 -x109 -x108 -x107 x106 -x105 -x104 
1790.04/1790.01	v -x103 -x102 -x101 -x100 -x99 -x98 -x97 -x96 -x95 -x94 -x93 -x92 x91 -x90 -x89 -x88 -x87 -x86 -x85 -x84 -x83 -x82 x81 -x80 
1790.04/1790.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 
1790.04/1790.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 
1790.04/1790.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 
1790.04/1790.01	v -x1 
1790.04/1790.01	c SCIP Status        : solving was interrupted [time limit reached]
1790.04/1790.01	c Solving Time       :    1789.98
1790.04/1790.01	c Original Problem   :
1790.04/1790.01	c   Problem name     : HOME/instance-2705669-1278574749.wbo
1790.04/1790.01	c   Variables        : 2085 (1158 binary, 0 integer, 927 implicit integer, 0 continuous)
1790.04/1790.01	c   Constraints      : 3635 initial, 3635 maximal
1790.04/1790.01	c Presolved Problem  :
1790.04/1790.01	c   Problem name     : t_HOME/instance-2705669-1278574749.wbo
1790.04/1790.01	c   Variables        : 1973 (1102 binary, 0 integer, 871 implicit integer, 0 continuous)
1790.04/1790.01	c   Constraints      : 3416 initial, 43912 maximal
1790.04/1790.01	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1790.04/1790.01	c   trivial          :       0.00         56          0          0          0          0          0          0          0
1790.04/1790.01	c   dualfix          :       0.00         56          0          0          0          0          0          0          0
1790.04/1790.01	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1790.04/1790.01	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1790.04/1790.01	c   implics          :       0.00          0          0          0          0          0          0          0          0
1790.04/1790.01	c   probing          :       0.03          0          0          0          0          0          0          0          0
1790.04/1790.01	c   knapsack         :       0.00          0          0          0          0          0          0          0          0
1790.04/1790.01	c   setppc           :       0.00          0          0          0          0          0         49          0          0
1790.04/1790.01	c   linear           :       0.05          0          0          0        929          0        114         56          0
1790.04/1790.01	c   indicator        :       0.00          0          0          0          0          0         56          0          0
1790.04/1790.01	c   logicor          :       0.01          0          0          0          0          0          0          0          0
1790.04/1790.01	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0
1790.04/1790.01	c   root node        :          -       1540          -          -       1540          -          -          -          -
1790.04/1790.01	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1790.04/1790.01	c   integral         :          0          0          0     440571          0        184       2119          0          0     845018
1790.04/1790.01	c   knapsack         :          1          6    3766936      16147          2      43127   10238533          2          0          0
1790.04/1790.01	c   setppc           :         72          6    3729714      16087          2      46577    2438620          0          0          0
1790.04/1790.01	c   linear           :        871          6    3684824      16227          2      64026    3571203      82629          0          0
1790.04/1790.01	c   indicator        :        871          0    3609929      16205          2       1931    3903858          0          0          0
1790.04/1790.01	c   logicor          :       1601+         6    1822726       2039          2     151204    6391123          0          0          0
1790.04/1790.01	c   bounddisjunction :          0+         0     460159          0          0        318       2260          0          0          0
1790.04/1790.01	c   countsols        :          0          0          0       2039          1          0          0          0          0          0
1790.04/1790.01	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1790.04/1790.01	c   integral         :      40.22       0.00       0.00      40.22       0.00
1790.04/1790.01	c   knapsack         :      35.97       0.00      35.97       0.01       0.00
1790.04/1790.01	c   setppc           :      14.58       0.00      14.57       0.02       0.00
1790.04/1790.01	c   linear           :      43.40       0.00      42.96       0.44       0.00
1790.04/1790.01	c   indicator        :      24.21       0.01      23.72       0.47       0.00
1790.04/1790.01	c   logicor          :     243.01       0.00     242.99       0.02       0.00
1790.04/1790.01	c   bounddisjunction :       1.63       0.00       1.63       0.00       0.00
1790.04/1790.01	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1790.04/1790.01	c Propagators        :       Time      Calls    Cutoffs    DomReds
1790.04/1790.01	c   vbounds          :       0.66      53235          2       3120
1790.04/1790.01	c   rootredcost      :       0.57         26          0        770
1790.04/1790.01	c   pseudoobj        :      58.64    3787312      12813    4288818
1790.04/1790.01	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1790.04/1790.01	c   propagation      :      12.93     318065     317652    2072543       28.8      10416       24.4          -
1790.04/1790.01	c   infeasible LP    :      17.22      95746      95745     839537       43.0        922       17.3          0
1790.04/1790.01	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1790.04/1790.01	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1790.04/1790.01	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1790.04/1790.01	c   applied globally :          -          -          -    1068419       26.4          -          -          -
1790.04/1790.01	c   applied locally  :          -          -          -          0        0.0          -          -          -
1790.04/1790.01	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1790.04/1790.01	c   cut pool         :       0.00          5          -          -         20          -    (maximal pool size: 328)
1790.04/1790.01	c   redcost          :      17.30     442996          0      43160          0          0
1790.04/1790.01	c   impliedbounds    :       0.00          6          0          0          0          0
1790.04/1790.01	c   intobj           :       0.00          0          0          0          0          0
1790.04/1790.01	c   cgmip            :       0.00          0          0          0          0          0
1790.04/1790.01	c   gomory           :       0.36          6          0          0       1000          0
1790.04/1790.01	c   strongcg         :       0.29          6          0          0       1234          0
1790.04/1790.01	c   cmir             :       0.04          6          0          0          0          0
1790.04/1790.01	c   flowcover        :       0.06          6          0          0          1          0
1790.04/1790.01	c   clique           :       0.00          6          0          0          0          0
1790.04/1790.01	c   zerohalf         :       0.00          0          0          0          0          0
1790.04/1790.01	c   mcf              :       0.00          1          0          0          0          0
1790.04/1790.01	c   rapidlearning    :       0.05          1          0          0          0          0
1790.04/1790.01	c Pricers            :       Time      Calls       Vars
1790.04/1790.01	c   problem variables:       0.00          0          0
1790.04/1790.01	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1790.04/1790.01	c   relpscost        :      39.88     424321        184       2119          0          0     845018
1790.04/1790.01	c   pscost           :       0.00          0          0          0          0          0          0
1790.04/1790.01	c   inference        :       0.29       2016          0          0          0          0       4032
1790.04/1790.01	c   mostinf          :       0.00          0          0          0          0          0          0
1790.04/1790.01	c   leastinf         :       0.00          0          0          0          0          0          0
1790.04/1790.01	c   fullstrong       :       0.00          0          0          0          0          0          0
1790.04/1790.01	c   allfullstrong    :       0.00          0          0          0          0          0          0
1790.04/1790.01	c   random           :       0.00          0          0          0          0          0          0
1790.04/1790.01	c Primal Heuristics  :       Time      Calls      Found
1790.04/1790.01	c   LP solutions     :       0.02          -         24
1790.04/1790.01	c   pseudo solutions :       0.00          -          0
1790.04/1790.01	c   feaspump         :       0.02          1          0
1790.04/1790.01	c   oneopt           :       0.31         26          0
1790.04/1790.01	c   crossover        :       0.91         24          0
1790.04/1790.01	c   pscostdiving     :       0.25         82          0
1790.04/1790.01	c   linesearchdiving :       0.25         82          0
1790.04/1790.01	c   guideddiving     :       0.31         82          0
1790.04/1790.01	c   fracdiving       :       0.28         82          0
1790.04/1790.01	c   coefdiving       :       0.36         82          1
1790.04/1790.01	c   veclendiving     :       0.30         83          0
1790.04/1790.01	c   rootsoldiving    :       0.32         42          0
1790.04/1790.01	c   objpscostdiving  :       0.20         42          0
1790.04/1790.01	c   trivial          :       0.00          2          0
1790.04/1790.01	c   simplerounding   :       0.56     424657          0
1790.04/1790.01	c   zirounding       :       0.22       1000          0
1790.04/1790.01	c   rounding         :       0.86       9255          0
1790.04/1790.01	c   shifting         :       0.82       2813          0
1790.04/1790.01	c   intshifting      :       0.01          0          0
1790.04/1790.01	c   twoopt           :       0.00          0          0
1790.04/1790.01	c   fixandinfer      :       0.00          0          0
1790.04/1790.01	c   intdiving        :       0.00          0          0
1790.04/1790.01	c   actconsdiving    :       0.00          0          0
1790.04/1790.01	c   octane           :       0.00          0          0
1790.04/1790.01	c   rens             :       0.07          1          0
1790.04/1790.01	c   rins             :       0.00          0          0
1790.04/1790.01	c   localbranching   :       0.00          0          0
1790.04/1790.01	c   mutation         :       0.00          0          0
1790.04/1790.01	c   dins             :       0.00          0          0
1790.04/1790.01	c   undercover       :       0.00          0          0
1790.04/1790.01	c   nlp              :       0.11          0          0
1790.04/1790.01	c   trysol           :       0.21        113         63
1790.04/1790.01	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1790.04/1790.01	c   primal LP        :       0.00          0          0       0.00          -
1790.04/1790.01	c   dual LP          :     902.26     533730    8941171      16.75    9909.77
1790.04/1790.01	c   lex dual LP      :       0.00          0          0       0.00          -
1790.04/1790.01	c   barrier LP       :       0.00          0          0       0.00          -
1790.04/1790.01	c   diving/probing LP:       1.46       1070       9096       8.50    6220.19
1790.04/1790.01	c   strong branching :      35.87       8989     363328      40.42   10129.81
1790.04/1790.01	c     (at root node) :          -         15       7670     511.33          -
1790.04/1790.01	c   conflict analysis:       0.00          0          0       0.00          -
1790.04/1790.01	c B&B Tree           :
1790.04/1790.01	c   number of runs   :          1
1790.04/1790.01	c   nodes            :     785901
1790.04/1790.01	c   nodes (total)    :     785901
1790.04/1790.01	c   nodes left       :       2408
1790.04/1790.01	c   max depth        :         94
1790.04/1790.01	c   max depth (total):         94
1790.04/1790.01	c   backtracks       :      98143 (12.5%)
1790.04/1790.01	c   delayed cutoffs  :      58396
1790.04/1790.01	c   repropagations   :    1512684 (5943418 domain reductions, 53716 cutoffs)
1790.04/1790.01	c   avg switch length:       5.46
1790.04/1790.01	c   switching time   :     211.86
1790.04/1790.01	c Solution           :
1790.04/1790.01	c   Solutions found  :         88 (26 improvements)
1790.04/1790.01	c   First Solution   : +4.29620000000000e+04   (in run 1, after 18 nodes, 7.29 seconds, depth 18, found by <trysol>)
1790.04/1790.01	c   Primal Bound     : +1.20000000000000e+01   (in run 1, after 735315 nodes, 1660.76 seconds, depth 52, found by <relaxation>)
1790.04/1790.01	c   Dual Bound       : +0.00000000000000e+00
1790.04/1790.01	c   Gap              :   infinite
1790.04/1790.01	c   Root Dual Bound  : +0.00000000000000e+00
1790.04/1790.01	c   Root Iterations  :        821
1790.15/1790.10	c Time complete: 1790.15.

Verifier Data

OK	12

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2705669-1278574749/watcher-2705669-1278574749 -o /tmp/evaluation-result-2705669-1278574749/solver-2705669-1278574749 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2705669-1278574749.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: 1.92 1.98 1.69 2/177 10325
/proc/meminfo: memFree=28393952/32951124 swapFree=67111528/67111528
[pid=10325] ppid=10323 vsize=12340 CPUtime=0
/proc/10325/stat : 10325 (pbscip.linux.x8) R 10323 10325 10040 0 -1 4202496 1948 0 0 0 0 0 0 0 21 0 1 0 25687752 12636160 1866 4089446400 4194304 10345943 140737212761136 18446744073709551615 6326861 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/10325/statm: 3085 1866 429 1502 0 1578 0

[startup+0.0765529 s]
/proc/loadavg: 1.92 1.98 1.69 2/177 10325
/proc/meminfo: memFree=28393952/32951124 swapFree=67111528/67111528
[pid=10325] ppid=10323 vsize=27496 CPUtime=0.07
/proc/10325/stat : 10325 (pbscip.linux.x8) R 10323 10325 10040 0 -1 4202496 5907 0 0 0 7 0 0 0 21 0 1 0 25687752 28155904 5471 4089446400 4194304 10345943 140737212761136 18446744073709551615 5017692 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/10325/statm: 6874 5471 541 1502 0 5367 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 27496

[startup+0.100567 s]
/proc/loadavg: 1.92 1.98 1.69 2/177 10325
/proc/meminfo: memFree=28393952/32951124 swapFree=67111528/67111528
[pid=10325] ppid=10323 vsize=27496 CPUtime=0.09
/proc/10325/stat : 10325 (pbscip.linux.x8) R 10323 10325 10040 0 -1 4202496 5927 0 0 0 9 0 0 0 21 0 1 0 25687752 28155904 5491 4089446400 4194304 10345943 140737212761136 18446744073709551615 4742904 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/10325/statm: 6874 5491 561 1502 0 5367 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 27496

[startup+0.300512 s]
/proc/loadavg: 1.92 1.98 1.69 2/177 10325
/proc/meminfo: memFree=28393952/32951124 swapFree=67111528/67111528
[pid=10325] ppid=10323 vsize=36632 CPUtime=0.29
/proc/10325/stat : 10325 (pbscip.linux.x8) R 10323 10325 10040 0 -1 4202496 12249 0 0 0 27 2 0 0 21 0 1 0 25687752 37511168 7606 4089446400 4194304 10345943 140737212761136 18446744073709551615 8933712 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/10325/statm: 9158 7606 759 1502 0 7651 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 36632

[startup+0.700434 s]
/proc/loadavg: 1.92 1.98 1.69 2/177 10325
/proc/meminfo: memFree=28393952/32951124 swapFree=67111528/67111528
[pid=10325] ppid=10323 vsize=41408 CPUtime=0.69
/proc/10325/stat : 10325 (pbscip.linux.x8) R 10323 10325 10040 0 -1 4202496 13286 0 0 0 66 3 0 0 22 0 1 0 25687752 42401792 8643 4089446400 4194304 10345943 140737212761136 18446744073709551615 4922593 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/10325/statm: 10352 8662 799 1502 0 8845 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 41408

[startup+1.50029 s]
/proc/loadavg: 1.85 1.97 1.69 2/178 10326
/proc/meminfo: memFree=28361396/32951124 swapFree=67111528/67111528
[pid=10325] ppid=10323 vsize=44264 CPUtime=1.49
/proc/10325/stat : 10325 (pbscip.linux.x8) R 10323 10325 10040 0 -1 4202496 17520 0 0 0 144 5 0 0 25 0 1 0 25687752 45326336 9062 4089446400 4194304 10345943 140737212761136 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/10325/statm: 11066 9062 779 1502 0 9559 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 44264

[startup+3.10099 s]
/proc/loadavg: 1.85 1.97 1.69 2/178 10326
/proc/meminfo: memFree=28359660/32951124 swapFree=67111528/67111528
[pid=10325] ppid=10323 vsize=44048 CPUtime=3.09
/proc/10325/stat : 10325 (pbscip.linux.x8) R 10323 10325 10040 0 -1 4202496 19344 0 0 0 303 6 0 0 25 0 1 0 25687752 45105152 9114 4089446400 4194304 10345943 140737212761136 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/10325/statm: 11012 9114 779 1502 0 9505 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 44048

[startup+6.30041 s]
/proc/loadavg: 1.85 1.97 1.69 2/178 10326
/proc/meminfo: memFree=28360200/32951124 swapFree=67111528/67111528
[pid=10325] ppid=10323 vsize=42988 CPUtime=6.29
/proc/10325/stat : 10325 (pbscip.linux.x8) R 10323 10325 10040 0 -1 4202496 24208 0 0 0 619 10 0 0 25 0 1 0 25687752 44019712 8820 4089446400 4194304 10345943 140737212761136 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/10325/statm: 10747 8820 780 1502 0 9240 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 42988

[startup+12.7003 s]
/proc/loadavg: 1.80 1.95 1.68 3/183 10336
/proc/meminfo: memFree=28230964/32951124 swapFree=67111528/67111528
[pid=10325] ppid=10323 vsize=41416 CPUtime=12.7
/proc/10325/stat : 10325 (pbscip.linux.x8) R 10323 10325 10040 0 -1 4202496 33130 0 0 0 1254 16 0 0 25 0 1 0 25687752 42409984 8818 4089446400 4194304 10345943 140737212761136 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/10325/statm: 10354 8818 783 1502 0 8847 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 41416

[startup+25.5009 s]
/proc/loadavg: 1.83 1.95 1.69 3/183 10337
/proc/meminfo: memFree=28213756/32951124 swapFree=67111528/67111528
[pid=10325] ppid=10323 vsize=57636 CPUtime=25.49
/proc/10325/stat : 10325 (pbscip.linux.x8) R 10323 10325 10040 0 -1 4202496 64404 0 0 0 2520 29 0 0 25 0 1 0 25687752 59019264 12888 4089446400 4194304 10345943 140737212761136 18446744073709551615 5085381 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/10325/statm: 14409 12888 805 1502 0 12902 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 57636

[startup+51.1003 s]
/proc/loadavg: 2.01 1.99 1.70 3/183 10337
/proc/meminfo: memFree=28111468/32951124 swapFree=67111528/67111528
[pid=10325] ppid=10323 vsize=89564 CPUtime=51.09
/proc/10325/stat : 10325 (pbscip.linux.x8) R 10323 10325 10040 0 -1 4202496 109210 0 0 0 5062 47 0 0 25 0 1 0 25687752 91713536 20664 4089446400 4194304 10345943 140737212761136 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/10325/statm: 22391 20664 805 1502 0 20884 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 89564

[startup+102.307 s]
/proc/loadavg: 2.00 1.99 1.72 3/183 10339
/proc/meminfo: memFree=28071040/32951124 swapFree=67111528/67111528
[pid=10325] ppid=10323 vsize=130320 CPUtime=102.3
/proc/10325/stat : 10325 (pbscip.linux.x8) R 10323 10325 10040 0 -1 4202496 135620 0 0 0 10159 71 0 0 25 0 1 0 25687752 133447680 30363 4089446400 4194304 10345943 140737212761136 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/10325/statm: 32580 30363 805 1502 0 31073 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 130320

[startup+162.301 s]
/proc/loadavg: 2.00 1.99 1.73 3/183 10340
/proc/meminfo: memFree=28061828/32951124 swapFree=67111528/67111528
[pid=10325] ppid=10323 vsize=141544 CPUtime=162.29
/proc/10325/stat : 10325 (pbscip.linux.x8) R 10323 10325 10040 0 -1 4202496 176108 0 0 0 16125 104 0 0 25 0 1 0 25687752 144941056 33080 4089446400 4194304 10345943 140737212761136 18446744073709551615 6068924 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/10325/statm: 35386 33080 807 1502 0 33879 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 141544

[startup+222.301 s]
/proc/loadavg: 2.05 2.00 1.75 3/183 10342
/proc/meminfo: memFree=28051120/32951124 swapFree=67111528/67111528
[pid=10325] ppid=10323 vsize=146392 CPUtime=222.3
/proc/10325/stat : 10325 (pbscip.linux.x8) R 10323 10325 10040 0 -1 4202496 198413 0 0 0 22083 147 0 0 25 0 1 0 25687752 149905408 34401 4089446400 4194304 10345943 140737212761136 18446744073709551615 6105704 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/10325/statm: 36598 34401 807 1502 0 35091 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 146392

[startup+282.301 s]
/proc/loadavg: 2.02 2.00 1.76 3/183 10343
/proc/meminfo: memFree=28043660/32951124 swapFree=67111528/67111528
[pid=10325] ppid=10323 vsize=152792 CPUtime=282.3
/proc/10325/stat : 10325 (pbscip.linux.x8) R 10323 10325 10040 0 -1 4202496 228203 0 0 0 28039 191 0 0 25 0 1 0 25687752 156459008 35501 4089446400 4194304 10345943 140737212761136 18446744073709551615 7614198 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/10325/statm: 38299 35506 807 1502 0 36792 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 152792

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 1.78 3/183 10345
/proc/meminfo: memFree=28025272/32951124 swapFree=67111528/67111528
[pid=10325] ppid=10323 vsize=152500 CPUtime=342.3
/proc/10325/stat : 10325 (pbscip.linux.x8) R 10323 10325 10040 0 -1 4202496 252016 0 0 0 33994 236 0 0 25 0 1 0 25687752 156160000 35894 4089446400 4194304 10345943 140737212761136 18446744073709551615 6068911 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/10325/statm: 38125 35894 807 1502 0 36618 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 152500

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 1.79 3/183 10347
/proc/meminfo: memFree=28001048/32951124 swapFree=67111528/67111528
[pid=10325] ppid=10323 vsize=154796 CPUtime=402.3
/proc/10325/stat : 10325 (pbscip.linux.x8) R 10323 10325 10040 0 -1 4202496 269566 0 0 0 39954 276 0 0 25 0 1 0 25687752 158511104 36368 4089446400 4194304 10345943 140737212761136 18446744073709551615 6864667 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/10325/statm: 38699 36368 807 1502 0 37192 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 154796

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 1.80 3/183 10348
/proc/meminfo: memFree=27978948/32951124 swapFree=67111528/67111528
[pid=10325] ppid=10323 vsize=157648 CPUtime=462.3
/proc/10325/stat : 10325 (pbscip.linux.x8) R 10323 10325 10040 0 -1 4202496 275988 0 0 0 45916 314 0 0 25 0 1 0 25687752 161431552 37208 4089446400 4194304 10345943 140737212761136 18446744073709551615 4471493 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/10325/statm: 39412 37208 807 1502 0 37905 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 157648

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 1.81 3/183 10350
/proc/meminfo: memFree=27954484/32951124 swapFree=67111528/67111528
[pid=10325] ppid=10323 vsize=159160 CPUtime=522.3
/proc/10325/stat : 10325 (pbscip.linux.x8) R 10323 10325 10040 0 -1 4202496 298242 0 0 0 51869 361 0 0 25 0 1 0 25687752 162979840 37525 4089446400 4194304 10345943 140737212761136 18446744073709551615 5026470 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/10325/statm: 39790 37525 807 1502 0 38283 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 159160

[startup+582.3 s]
/proc/loadavg: 2.03 2.01 1.82 3/183 10351
/proc/meminfo: memFree=27937472/32951124 swapFree=67111528/67111528
[pid=10325] ppid=10323 vsize=159164 CPUtime=582.31
/proc/10325/stat : 10325 (pbscip.linux.x8) R 10323 10325 10040 0 -1 4202496 310316 0 0 0 57825 406 0 0 25 0 1 0 25687752 162983936 37565 4089446400 4194304 10345943 140737212761136 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/10325/statm: 39791 37565 807 1502 0 38284 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 159164

[startup+642.3 s]
/proc/loadavg: 2.06 2.02 1.83 3/183 10353
/proc/meminfo: memFree=27911644/32951124 swapFree=67111528/67111528
[pid=10325] ppid=10323 vsize=159212 CPUtime=642.32
/proc/10325/stat : 10325 (pbscip.linux.x8) R 10323 10325 10040 0 -1 4202496 321925 0 0 0 63781 451 0 0 25 0 1 0 25687752 163033088 37700 4089446400 4194304 10345943 140737212761136 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/10325/statm: 39803 37700 807 1502 0 38296 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 159212

[startup+702.301 s]

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

/proc/meminfo: memFree=27759520/32951124 swapFree=67111528/67111528
[pid=10325] ppid=10323 vsize=163920 CPUtime=1002.32
/proc/10325/stat : 10325 (pbscip.linux.x8) R 10323 10325 10040 0 -1 4202496 370478 0 0 0 99533 699 0 0 25 0 1 0 25687752 167854080 38710 4089446400 4194304 10345943 140737212761136 18446744073709551615 4995169 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/10325/statm: 40980 38710 807 1502 0 39473 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 163920

[startup+1062.3 s]
/proc/loadavg: 2.04 2.02 1.89 3/183 10364
/proc/meminfo: memFree=27733328/32951124 swapFree=67111528/67111528
[pid=10325] ppid=10323 vsize=164116 CPUtime=1062.32
/proc/10325/stat : 10325 (pbscip.linux.x8) R 10323 10325 10040 0 -1 4202496 377047 0 0 0 105492 740 0 0 25 0 1 0 25687752 168054784 38846 4089446400 4194304 10345943 140737212761136 18446744073709551615 5085356 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/10325/statm: 41029 38846 807 1502 0 39522 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 164116

[startup+1122.3 s]
/proc/loadavg: 2.01 2.01 1.90 3/183 10366
/proc/meminfo: memFree=27706880/32951124 swapFree=67111528/67111528
[pid=10325] ppid=10323 vsize=165128 CPUtime=1122.32
/proc/10325/stat : 10325 (pbscip.linux.x8) R 10323 10325 10040 0 -1 4202496 381580 0 0 0 111456 776 0 0 25 0 1 0 25687752 169091072 38979 4089446400 4194304 10345943 140737212761136 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/10325/statm: 41282 38979 807 1502 0 39775 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 165128

[startup+1182.3 s]
/proc/loadavg: 2.00 2.01 1.90 3/183 10367
/proc/meminfo: memFree=27681672/32951124 swapFree=67111528/67111528
[pid=10325] ppid=10323 vsize=167448 CPUtime=1182.33
/proc/10325/stat : 10325 (pbscip.linux.x8) R 10323 10325 10040 0 -1 4202496 385821 0 0 0 117421 812 0 0 25 0 1 0 25687752 171466752 39235 4089446400 4194304 10345943 140737212761136 18446744073709551615 6105494 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/10325/statm: 41862 39235 807 1502 0 40355 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 167448

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/183 10369
/proc/meminfo: memFree=27655104/32951124 swapFree=67111528/67111528
[pid=10325] ppid=10323 vsize=169724 CPUtime=1242.33
/proc/10325/stat : 10325 (pbscip.linux.x8) R 10323 10325 10040 0 -1 4202496 390501 0 0 0 123384 849 0 0 25 0 1 0 25687752 173797376 39699 4089446400 4194304 10345943 140737212761136 18446744073709551615 5085399 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/10325/statm: 42431 39699 807 1502 0 40924 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 169724

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/183 10371
/proc/meminfo: memFree=27629280/32951124 swapFree=67111528/67111528
[pid=10325] ppid=10323 vsize=168828 CPUtime=1302.34
/proc/10325/stat : 10325 (pbscip.linux.x8) R 10323 10325 10040 0 -1 4202496 392798 0 0 0 129348 886 0 0 25 0 1 0 25687752 172879872 39738 4089446400 4194304 10345943 140737212761136 18446744073709551615 6358306 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/10325/statm: 42207 39738 807 1502 0 40700 0
Current children cumulated CPU time (s) 1302.34
Current children cumulated vsize (KiB) 168828

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/183 10381
/proc/meminfo: memFree=27610488/32951124 swapFree=67111528/67111528
[pid=10325] ppid=10323 vsize=169608 CPUtime=1362.33
/proc/10325/stat : 10325 (pbscip.linux.x8) R 10323 10325 10040 0 -1 4202496 396020 0 0 0 135314 919 0 0 25 0 1 0 25687752 173678592 39944 4089446400 4194304 10345943 140737212761136 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/10325/statm: 42402 39944 807 1502 0 40895 0
Current children cumulated CPU time (s) 1362.33
Current children cumulated vsize (KiB) 169608

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.91 3/183 10383
/proc/meminfo: memFree=27580316/32951124 swapFree=67111528/67111528
[pid=10325] ppid=10323 vsize=172276 CPUtime=1422.34
/proc/10325/stat : 10325 (pbscip.linux.x8) R 10323 10325 10040 0 -1 4202496 405217 0 0 0 141279 955 0 0 25 0 1 0 25687752 176410624 40390 4089446400 4194304 10345943 140737212761136 18446744073709551615 4995709 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/10325/statm: 43069 40390 807 1502 0 41562 0
Current children cumulated CPU time (s) 1422.34
Current children cumulated vsize (KiB) 172276

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/183 10384
/proc/meminfo: memFree=27546296/32951124 swapFree=67111528/67111528
[pid=10325] ppid=10323 vsize=175172 CPUtime=1482.33
/proc/10325/stat : 10325 (pbscip.linux.x8) R 10323 10325 10040 0 -1 4202496 413565 0 0 0 147243 990 0 0 25 0 1 0 25687752 179376128 41164 4089446400 4194304 10345943 140737212761136 18446744073709551615 7520146 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/10325/statm: 43793 41164 807 1502 0 42286 0
Current children cumulated CPU time (s) 1482.33
Current children cumulated vsize (KiB) 175172

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/183 10386
/proc/meminfo: memFree=27525916/32951124 swapFree=67111528/67111528
[pid=10325] ppid=10323 vsize=174212 CPUtime=1542.33
/proc/10325/stat : 10325 (pbscip.linux.x8) R 10323 10325 10040 0 -1 4202496 418588 0 0 0 153213 1020 0 0 25 0 1 0 25687752 178393088 41302 4089446400 4194304 10345943 140737212761136 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/10325/statm: 43553 41302 807 1502 0 42046 0
Current children cumulated CPU time (s) 1542.33
Current children cumulated vsize (KiB) 174212

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/183 10388
/proc/meminfo: memFree=27500704/32951124 swapFree=67111528/67111528
[pid=10325] ppid=10323 vsize=175924 CPUtime=1602.34
/proc/10325/stat : 10325 (pbscip.linux.x8) R 10323 10325 10040 0 -1 4202496 424301 0 0 0 159181 1053 0 0 25 0 1 0 25687752 180146176 41599 4089446400 4194304 10345943 140737212761136 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/10325/statm: 43981 41599 807 1502 0 42474 0
Current children cumulated CPU time (s) 1602.34
Current children cumulated vsize (KiB) 175924

[startup+1662.3 s]
/proc/loadavg: 2.07 2.02 1.91 3/183 10389
/proc/meminfo: memFree=27472748/32951124 swapFree=67111528/67111528
[pid=10325] ppid=10323 vsize=180300 CPUtime=1662.34
/proc/10325/stat : 10325 (pbscip.linux.x8) R 10323 10325 10040 0 -1 4202496 430826 0 0 0 165147 1087 0 0 25 0 1 0 25687752 184627200 43070 4089446400 4194304 10345943 140737212761136 18446744073709551615 4218186 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/10325/statm: 45075 43070 807 1502 0 43568 0
Current children cumulated CPU time (s) 1662.34
Current children cumulated vsize (KiB) 180300

[startup+1722.3 s]
/proc/loadavg: 2.02 2.01 1.91 3/183 10391
/proc/meminfo: memFree=27445672/32951124 swapFree=67111528/67111528
[pid=10325] ppid=10323 vsize=183168 CPUtime=1722.34
/proc/10325/stat : 10325 (pbscip.linux.x8) R 10323 10325 10040 0 -1 4202496 439926 0 0 0 171117 1117 0 0 25 0 1 0 25687752 187564032 43219 4089446400 4194304 10345943 140737212761136 18446744073709551615 6068924 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/10325/statm: 45792 43219 807 1502 0 44285 0
Current children cumulated CPU time (s) 1722.34
Current children cumulated vsize (KiB) 183168

[startup+1782.3 s]
/proc/loadavg: 2.01 2.00 1.91 3/183 10392
/proc/meminfo: memFree=27424944/32951124 swapFree=67111528/67111528
[pid=10325] ppid=10323 vsize=183960 CPUtime=1782.34
/proc/10325/stat : 10325 (pbscip.linux.x8) R 10323 10325 10040 0 -1 4202496 446322 0 0 0 177086 1148 0 0 25 0 1 0 25687752 188375040 43677 4089446400 4194304 10345943 140737212761136 18446744073709551615 4220144 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/10325/statm: 45990 43677 807 1502 0 44483 0
Current children cumulated CPU time (s) 1782.34
Current children cumulated vsize (KiB) 183960

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

[startup+1785.5 s]
/proc/loadavg: 2.01 2.00 1.91 3/183 10392
/proc/meminfo: memFree=27423328/32951124 swapFree=67111528/67111528
[pid=10325] ppid=10323 vsize=185180 CPUtime=1785.54
/proc/10325/stat : 10325 (pbscip.linux.x8) R 10323 10325 10040 0 -1 4202496 446760 0 0 0 177405 1149 0 0 25 0 1 0 25687752 189624320 43669 4089446400 4194304 10345943 140737212761136 18446744073709551615 4218186 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/10325/statm: 46295 43669 807 1502 0 44788 0
Current children cumulated CPU time (s) 1785.54
Current children cumulated vsize (KiB) 185180

[startup+1788.7 s]
/proc/loadavg: 2.01 2.00 1.91 3/183 10393
/proc/meminfo: memFree=27421584/32951124 swapFree=67111528/67111528
[pid=10325] ppid=10323 vsize=183964 CPUtime=1788.74
/proc/10325/stat : 10325 (pbscip.linux.x8) R 10323 10325 10040 0 -1 4202496 447257 0 0 0 177723 1151 0 0 25 0 1 0 25687752 188379136 43667 4089446400 4194304 10345943 140737212761136 18446744073709551615 8160440 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/10325/statm: 45991 43667 807 1502 0 44484 0
Current children cumulated CPU time (s) 1788.74
Current children cumulated vsize (KiB) 183964

[startup+1789.5 s]
/proc/loadavg: 2.01 2.00 1.91 3/183 10393
/proc/meminfo: memFree=27421584/32951124 swapFree=67111528/67111528
[pid=10325] ppid=10323 vsize=184232 CPUtime=1789.54
/proc/10325/stat : 10325 (pbscip.linux.x8) R 10323 10325 10040 0 -1 4202496 447272 0 0 0 177803 1151 0 0 25 0 1 0 25687752 188653568 43682 4089446400 4194304 10345943 140737212761136 18446744073709551615 4212623 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/10325/statm: 46058 43682 807 1502 0 44551 0
Current children cumulated CPU time (s) 1789.54
Current children cumulated vsize (KiB) 184232

[startup+1789.9 s]
/proc/loadavg: 2.01 2.00 1.91 3/183 10393
/proc/meminfo: memFree=27421460/32951124 swapFree=67111528/67111528
[pid=10325] ppid=10323 vsize=184232 CPUtime=1789.94
/proc/10325/stat : 10325 (pbscip.linux.x8) R 10323 10325 10040 0 -1 4202496 447280 0 0 0 177843 1151 0 0 25 0 1 0 25687752 188653568 43690 4089446400 4194304 10345943 140737212761136 18446744073709551615 6261716 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/10325/statm: 46058 43690 807 1502 0 44551 0
Current children cumulated CPU time (s) 1789.94
Current children cumulated vsize (KiB) 184232

[startup+1790.1 s]
/proc/loadavg: 2.01 2.00 1.91 3/183 10393
/proc/meminfo: memFree=27421460/32951124 swapFree=67111528/67111528
[pid=10325] ppid=10323 vsize=136736 CPUtime=1790.15
/proc/10325/stat : 10325 (pbscip.linux.x8) R 10323 10325 10040 0 -1 4202496 447281 0 0 0 177863 1152 0 0 18 0 1 0 25687752 140017664 13018 4089446400 4194304 10345943 140737212761136 18446744073709551615 9366586 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/10325/statm: 34184 12908 808 1502 0 32677 0
Current children cumulated CPU time (s) 1790.15
Current children cumulated vsize (KiB) 136736

Child status: 0
Real time (s): 1790.1
CPU time (s): 1790.16
CPU user time (s): 1778.63
CPU system time (s): 11.5242
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 186228

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1778.63
system time used= 11.5242
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 447284
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= 2855

runsolver used 3.44848 second user time and 6.19606 second system time

The end

Launcher Data

Begin job on node133 at 2010-07-08 09:39:10
IDJOB=2705669
IDBENCH=78977
IDSOLVER=1214
FILE ID=node133/2705669-1278574749
PBS_JOBID= 11240188
Free space on /tmp= 73656 MiB

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

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

MD5SUM BENCH= ccbb2f2628d7a379eab2ad56e88b2a24
RANDOM SEED=1888268753

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

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.844
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.844
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.67
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.844
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:     32951124 kB
MemFree:      28394356 kB
Buffers:        167136 kB
Cached:        4157592 kB
SwapCached:          0 kB
Active:        1244120 kB
Inactive:      3142828 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      28394356 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           12976 kB
Writeback:           0 kB
AnonPages:       62208 kB
Mapped:          14612 kB
Slab:           104956 kB
PageTables:       4700 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   179360 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73628 MiB
End job on node133 at 2010-07-08 10:09:00