Trace number 2705523

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 1789.85 1790.1

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900559676--soft-66-100-0.wbo
MD5SUMa1fa880e8620ee0c5e9a297708544854
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark374.282
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 constraints899
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 46330
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 46329
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 625
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-2705523-1278572955.wbo>
0.00/0.02	c original problem has 2029 variables (1130 bin, 0 int, 899 impl, 0 cont) and 3607 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, 218 impls, 11 clqs
0.00/0.06	c (round 2) 0 del vars, 110 del conss, 899 chg bounds, 51 chg sides, 0 chg coeffs, 0 upgd conss, 218 impls, 11 clqs
0.06/0.08	c (round 3) 51 del vars, 258 del conss, 915 chg bounds, 132 chg sides, 0 chg coeffs, 0 upgd conss, 218 impls, 11 clqs
0.06/0.09	c (round 4) 134 del vars, 258 del conss, 915 chg bounds, 132 chg sides, 0 chg coeffs, 1685 upgd conss, 218 impls, 11 clqs
0.09/0.10	c (round 5) 134 del vars, 262 del conss, 915 chg bounds, 132 chg sides, 0 chg coeffs, 1685 upgd conss, 218 impls, 11 clqs
0.09/0.13	c    (0.1s) probing: 101/1063 (9.5%) - 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  134 deleted vars, 262 deleted constraints, 915 tightened bounds, 0 added holes, 132 changed sides, 0 changed coefficients
0.09/0.13	c  1871 implications, 11 cliques
0.09/0.13	c presolved problem has 1895 variables (1063 bin, 0 int, 832 impl, 0 cont) and 3345 constraints
0.09/0.13	c       1 constraints of type <knapsack>
0.09/0.13	c      51 constraints of type <setppc>
0.09/0.13	c     832 constraints of type <linear>
0.09/0.13	c     832 constraints of type <indicator>
0.09/0.13	c    1629 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 |    37 |     - |8797k|   0 |  24 |1895 |3345 |1895 |1681 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.19/0.26	c   0.2s|     1 |     0 |    61 |     - |8904k|   0 |  28 |1895 |3351 |1895 |1695 |  14 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.29/0.32	c   0.3s|     1 |     0 |    78 |     - |9181k|   0 |  24 |1895 |3351 |1895 |1699 |  18 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.29/0.37	c   0.3s|     1 |     0 |   105 |     - |9466k|   0 |  32 |1895 |3351 |1895 |1706 |  25 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.39/0.42	c   0.4s|     1 |     0 |   121 |     - |9631k|   0 |  41 |1895 |3351 |1895 |1708 |  27 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.39/0.49	c   0.5s|     1 |     0 |   149 |     - |9816k|   0 |  45 |1895 |3351 |1895 |1712 |  31 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.49/0.57	c   0.5s|     1 |     0 |   155 |     - |  10M|   0 |  46 |1895 |3351 |1895 |1714 |  33 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.59/0.67	c   0.6s|     1 |     0 |   337 |     - |  10M|   0 |  58 |1895 |3351 |1895 |1716 |  35 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1.10/1.13	c   1.1s|     1 |     2 |   337 |     - |  10M|   0 |  58 |1895 |3351 |1895 |1716 |  35 |   0 |  13 | 0.000000e+00 |      --      |    Inf 
2.59/2.67	o 42674
2.59/2.67	c y 2.6s|    20 |    19 |   759 |  22.2 |  10M|  18 |   - |1895 |3351 |   0 |   0 |  52 |   0 | 182 | 0.000000e+00 | 4.267400e+04 |    Inf 
7.62/7.94	o 507
7.62/7.94	c * 7.9s|   753 |   565 |  4103 |   5.0 |  11M| 199 |   - |1895 |3366 |1895 |1736 | 183 |  15 | 874 | 0.000000e+00 | 5.070000e+02 |    Inf 
7.62/7.94	o 465
7.62/7.94	c * 7.9s|   754 |   527 |  4103 |   5.0 |  12M| 199 |   - |1895 |3366 |1895 |1736 | 183 |  15 | 874 | 0.000000e+00 | 4.650000e+02 |    Inf 
7.72/8.06	o 356
7.72/8.06	c * 8.0s|   832 |   490 |  4288 |   4.8 |  12M| 199 |   - |1895 |3408 |1895 |1728 | 188 |  57 | 882 | 0.000000e+00 | 3.560000e+02 |    Inf 
8.61/8.98	o 324
8.61/8.98	c * 9.0s|  1220 |   793 |  5419 |   4.2 |  13M| 199 |   - |1895 |3516 |1895 |1729 | 255 | 165 | 996 | 0.000000e+00 | 3.240000e+02 |    Inf 
8.71/9.06	o 250
8.71/9.06	c * 9.0s|  1285 |   773 |  5458 |   4.0 |  13M| 199 |   - |1895 |3522 |1895 |1734 | 259 | 171 | 996 | 0.000000e+00 | 2.500000e+02 |    Inf 
9.31/9.64	o 244
9.31/9.64	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
9.31/9.64	c * 9.6s|  1483 |   891 |  6518 |   4.2 |  13M| 199 |   - |1895 |3635 |1895 |1725 | 312 | 289 |1088 | 0.000000e+00 | 2.440000e+02 |    Inf 
9.62/9.95	o 222
9.62/9.95	c * 9.9s|  1579 |   889 |  6952 |   4.2 |  13M| 199 |   - |1895 |3732 |1895 |1727 | 327 | 396 |1136 | 0.000000e+00 | 2.220000e+02 |    Inf 
9.62/9.95	o 191
9.62/9.95	c * 9.9s|  1580 |   856 |  6953 |   4.2 |  13M| 199 |   - |1895 |3732 |1895 |1727 | 327 | 396 |1136 | 0.000000e+00 | 1.910000e+02 |    Inf 
9.71/10.09	o 159
9.71/10.09	c *10.1s|  1671 |   854 |  7081 |   4.0 |  13M| 199 |   - |1895 |3769 |1895 |1728 | 345 | 433 |1141 | 0.000000e+00 | 1.590000e+02 |    Inf 
11.92/12.23	o 147
11.92/12.23	c *12.2s|  2488 |  1100 | 11357 |   4.4 |  15M| 199 |   - |1895 |4259 |1895 |1728 | 566 |1149 |1364 | 0.000000e+00 | 1.470000e+02 |    Inf 
12.02/12.34	o 136
12.02/12.34	c *12.3s|  2557 |  1060 | 11544 |   4.4 |  15M| 199 |   - |1895 |4328 |1895 |1727 | 573 |1237 |1368 | 0.000000e+00 | 1.360000e+02 |    Inf 
12.02/12.40	o 135
12.02/12.40	c *12.4s|  2579 |  1076 | 11626 |   4.4 |  15M| 199 |   - |1895 |4330 |1895 |1734 | 580 |1242 |1370 | 0.000000e+00 | 1.350000e+02 |    Inf 
14.11/14.43	o 115
14.11/14.43	c *14.4s|  3571 |  1358 | 15090 |   4.1 |  18M| 199 |   - |1895 |4842 |1895 |1733 | 800 |2197 |1435 | 0.000000e+00 | 1.150000e+02 |    Inf 
14.11/14.44	o 107
14.11/14.44	c *14.4s|  3572 |  1317 | 15091 |   4.1 |  18M| 199 |   - |1895 |4842 |1895 |1733 | 800 |2197 |1435 | 0.000000e+00 | 1.070000e+02 |    Inf 
15.52/15.87	o 69
15.52/15.87	c *15.8s|  4158 |   974 | 19336 |   4.6 |  17M| 199 |   - |1895 |4850 |1895 |1727 | 984 |2704 |1491 | 0.000000e+00 | 6.900000e+01 |    Inf 
16.12/16.43	o 68
16.12/16.43	c *16.4s|  4356 |   990 | 21410 |   4.8 |  17M| 199 |   - |1895 |4358 |1895 |1724 |1001 |2918 |1524 | 0.000000e+00 | 6.800000e+01 |    Inf 
16.81/17.11	o 61
16.81/17.11	c *17.1s|  4620 |   982 | 23817 |   5.1 |  17M| 199 |   - |1895 |4318 |1895 |1721 |1131 |3239 |1550 | 0.000000e+00 | 6.100000e+01 |    Inf 
18.52/18.81	o 53
18.52/18.81	c *18.8s|  5351 |  1010 | 31304 |   5.8 |  18M| 199 |   - |1895 |4477 |1895 |1722 |1310 |4175 |1590 | 0.000000e+00 | 5.300000e+01 |    Inf 
21.72/22.09	o 46
21.72/22.09	c *22.1s|  6694 |  1098 | 47383 |   7.0 |  19M| 199 |   - |1895 |4991 |1895 |1718 |1611 |5802 |1654 | 0.000000e+00 | 4.600000e+01 |    Inf 
23.11/23.45	o 44
23.11/23.45	c *23.4s|  7263 |  1141 | 53157 |   7.3 |  19M| 199 |   - |1895 |4961 |1895 |1721 |1728 |6443 |1688 | 0.000000e+00 | 4.400000e+01 |    Inf 
27.51/27.85	o 36
27.51/27.85	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
27.51/27.85	c *27.8s|  9373 |  1141 | 74177 |   7.9 |  20M| 199 |   - |1895 |5493 |1895 |1715 |2253 |9086 |1718 | 0.000000e+00 | 3.600000e+01 |    Inf 
29.02/29.32	c  29.3s| 10000 |  1151 | 80089 |   8.0 |  20M| 199 |   1 |1895 |5479 |1895 |1711 |2405 |9868 |1779 | 0.000000e+00 | 3.600000e+01 |    Inf 
40.32/40.67	o 27
40.32/40.67	c *40.6s| 16047 |  1266 |133297 |   8.3 |  22M| 199 |   - |1895 |7057 |1895 |1711 |4166 |  17k|1809 | 0.000000e+00 | 2.700000e+01 |    Inf 
40.62/40.98	o 23
40.62/40.98	c *41.0s| 16225 |  1246 |134694 |   8.3 |  22M| 199 |   - |1895 |6974 |1895 |1714 |4237 |  17k|1809 | 0.000000e+00 | 2.300000e+01 |    Inf 
40.72/41.03	o 15
40.72/41.03	c *41.0s| 16247 |  1090 |134955 |   8.3 |  21M| 199 |   - |1895 |6879 |1895 |1717 |4252 |  17k|1809 | 0.000000e+00 | 1.500000e+01 |    Inf 
47.42/47.79	c  47.8s| 20000 |  1043 |179494 |   9.0 |  21M| 199 |  21 |1895 |7126 |1895 |1711 |4895 |  22k|1810 | 0.000000e+00 | 1.500000e+01 |    Inf 
53.41/53.76	o 13
53.41/53.76	c *53.7s| 23382 |  1051 |218366 |   9.3 |  22M| 199 |   - |1895 |9610 |1895 |1714 |5853 |  27k|1810 | 0.000000e+00 | 1.300000e+01 |    Inf 
53.41/53.76	o 12
53.41/53.76	c *53.7s| 23383 |  1050 |218366 |   9.3 |  22M| 199 |   - |1895 |9610 |1895 |1714 |5853 |  27k|1810 | 0.000000e+00 | 1.200000e+01 |    Inf 
65.51/65.82	c  65.8s| 30000 |   990 |294814 |   9.8 |  22M| 199 |  14 |1895 |8909 |1895 |1720 |7324 |  35k|1810 | 0.000000e+00 | 1.200000e+01 |    Inf 
86.32/86.66	c  86.6s| 40000 |   928 |432225 |  10.8 |  23M| 199 |  19 |1895 |  10k|1895 |1711 |9168 |  49k|2212 | 0.000000e+00 | 1.200000e+01 |    Inf 
91.61/91.94	o 2
91.61/91.94	c *91.9s| 42868 |   721 |464616 |  10.8 |  22M| 199 |   - |1895 |  12k|1895 |1715 |9846 |  52k|2273 | 0.000000e+00 | 2.000000e+00 |    Inf 
105.92/106.29	c   106s| 50000 |   723 |553921 |  11.1 |  24M| 199 |   - |1895 |  14k|   0 |   0 |  10k|  62k|2525 | 0.000000e+00 | 2.000000e+00 |    Inf 
109.22/109.52	o 1
109.22/109.52	c * 109s| 51596 |   761 |574278 |  11.1 |  24M| 199 |   - |1895 |  15k|1895 |1720 |  11k|  64k|2598 | 0.000000e+00 | 1.000000e+00 |    Inf 
126.12/126.45	c   126s| 60000 |   752 |673422 |  11.2 |  25M| 199 |   1 |1895 |  17k|1895 |1725 |  12k|  76k|2846 | 0.000000e+00 | 1.000000e+00 |    Inf 
148.51/148.82	c   149s| 70000 |   718 |810997 |  11.6 |  25M| 199 |  20 |1895 |  17k|1895 |1717 |  13k|  89k|3153 | 0.000000e+00 | 1.000000e+00 |    Inf 
169.72/170.06	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
169.72/170.06	c   170s| 80000 |   660 |942862 |  11.8 |  23M| 199 |   - |1895 |  11k|   0 |   0 |  15k| 103k|3500 | 0.000000e+00 | 1.000000e+00 |    Inf 
191.82/192.18	c   192s| 90000 |   621 |  1088k|  12.1 |  25M| 199 |  25 |1895 |  15k|1895 |1711 |  16k| 116k|3809 | 0.000000e+00 | 1.000000e+00 |    Inf 
212.82/213.19	c   213s|100000 |   654 |  1218k|  12.2 |  27M| 199 |   6 |1895 |  21k|1895 |1717 |  17k| 130k|4042 | 0.000000e+00 | 1.000000e+00 |    Inf 
235.62/235.93	c   236s|110000 |   605 |  1354k|  12.3 |  27M| 199 |  17 |1895 |  20k|1895 |1711 |  18k| 144k|4310 | 0.000000e+00 | 1.000000e+00 |    Inf 
260.33/260.62	c   261s|120000 |   600 |  1510k|  12.6 |  28M| 199 |  20 |1895 |  22k|1895 |1721 |  19k| 157k|4557 | 0.000000e+00 | 1.000000e+00 |    Inf 
283.82/284.16	c   284s|130000 |   635 |  1653k|  12.7 |  31M| 199 |   - |1895 |  28k|1895 |1716 |  20k| 170k|4816 | 0.000000e+00 | 1.000000e+00 |    Inf 
307.73/308.07	c   308s|140000 |   717 |  1788k|  12.8 |  34M| 199 |   - |1895 |  34k|1895 |1718 |  22k| 184k|4983 | 0.000000e+00 | 1.000000e+00 |    Inf 
333.82/334.12	c   334s|150000 |   655 |  1922k|  12.8 |  33M| 199 |   - |1895 |  33k|   0 |   0 |  24k| 197k|5216 | 0.000000e+00 | 1.000000e+00 |    Inf 
358.12/358.41	c   358s|160000 |   792 |  2055k|  12.8 |  35M| 199 |   - |1895 |  35k|1895 |1711 |  25k| 211k|5381 | 0.000000e+00 | 1.000000e+00 |    Inf 
384.03/384.38	c   384s|170000 |   775 |  2199k|  12.9 |  36M| 199 |  23 |1895 |  37k|1895 |1719 |  26k| 225k|5602 | 0.000000e+00 | 1.000000e+00 |    Inf 
411.72/412.07	c   412s|180000 |   883 |  2356k|  13.1 |  37M| 199 |   6 |1895 |  39k|1895 |1711 |  27k| 238k|5771 | 0.000000e+00 | 1.000000e+00 |    Inf 
437.32/437.63	c   438s|190000 |   965 |  2496k|  13.1 |  39M| 199 |   - |1895 |  42k|   0 |   0 |  28k| 253k|5954 | 0.000000e+00 | 1.000000e+00 |    Inf 
465.93/466.26	c   466s|200000 |   964 |  2657k|  13.3 |  39M| 199 |   - |1895 |  42k|1895 |1711 |  29k| 267k|6134 | 0.000000e+00 | 1.000000e+00 |    Inf 
492.43/492.75	c   493s|210000 |   959 |  2800k|  13.3 |  40M| 199 |  17 |1895 |  43k|1895 |1711 |  31k| 281k|6293 | 0.000000e+00 | 1.000000e+00 |    Inf 
519.32/519.67	c   520s|220000 |   990 |  2939k|  13.4 |  42M| 199 |  13 |1895 |  46k|1895 |1711 |  32k| 295k|6431 | 0.000000e+00 | 1.000000e+00 |    Inf 
547.12/547.41	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
547.12/547.41	c   547s|230000 |   949 |  3082k|  13.4 |  41M| 199 |  27 |1895 |  45k|1895 |1711 |  33k| 309k|6624 | 0.000000e+00 | 1.000000e+00 |    Inf 
576.13/576.40	c   576s|240000 |   893 |  3232k|  13.5 |  41M| 199 |  16 |1895 |  46k|1895 |1711 |  34k| 323k|6731 | 0.000000e+00 | 1.000000e+00 |    Inf 
604.23/604.59	c   605s|250000 |   845 |  3368k|  13.5 |  41M| 199 |   - |1895 |  47k|   0 |   0 |  36k| 337k|6864 | 0.000000e+00 | 1.000000e+00 |    Inf 
634.33/634.62	c   635s|260000 |   814 |  3521k|  13.5 |  42M| 199 |  16 |1895 |  48k|1895 |1711 |  37k| 351k|7028 | 0.000000e+00 | 1.000000e+00 |    Inf 
663.72/664.05	c   664s|270000 |   738 |  3676k|  13.6 |  39M| 199 |  27 |1895 |  43k|1895 |1711 |  38k| 365k|7139 | 0.000000e+00 | 1.000000e+00 |    Inf 
694.03/694.34	c   694s|280000 |   725 |  3844k|  13.7 |  39M| 199 |   - |1895 |  41k|   0 |   0 |  39k| 378k|7313 | 0.000000e+00 | 1.000000e+00 |    Inf 
720.23/720.53	c   721s|290000 |   649 |  3980k|  13.7 |  37M| 199 |  11 |1895 |  37k|1895 |1711 |  41k| 392k|7459 | 0.000000e+00 | 1.000000e+00 |    Inf 
747.03/747.34	c   747s|300000 |   671 |  4115k|  13.7 |  39M| 199 |  14 |1895 |  43k|1895 |1711 |  42k| 405k|7576 | 0.000000e+00 | 1.000000e+00 |    Inf 
776.43/776.77	c   777s|310000 |   574 |  4258k|  13.7 |  37M| 199 |  10 |1895 |  37k|1895 |1720 |  43k| 419k|7822 | 0.000000e+00 | 1.000000e+00 |    Inf 
802.53/802.82	c   803s|320000 |   560 |  4385k|  13.7 |  37M| 199 |  18 |1895 |  37k|1895 |1711 |  44k| 432k|7940 | 0.000000e+00 | 1.000000e+00 |    Inf 
829.13/829.46	c   829s|330000 |   555 |  4515k|  13.7 |  39M| 199 |  17 |1895 |  43k|1895 |1711 |  45k| 445k|8018 | 0.000000e+00 | 1.000000e+00 |    Inf 
856.93/857.23	c   857s|340000 |   476 |  4654k|  13.7 |  36M| 199 |  15 |1895 |  35k|1895 |1711 |  46k| 459k|8214 | 0.000000e+00 | 1.000000e+00 |    Inf 
884.33/884.63	c   885s|350000 |   452 |  4803k|  13.7 |  37M| 199 |   - |1895 |  38k|1895 |1715 |  47k| 472k|8337 | 0.000000e+00 | 1.000000e+00 |    Inf 
912.54/912.82	c   913s|360000 |   486 |  4954k|  13.8 |  35M| 199 |  19 |1895 |  31k|1895 |1724 |  49k| 485k|8487 | 0.000000e+00 | 1.000000e+00 |    Inf 
936.94/937.22	c   937s|370000 |   582 |  5085k|  13.7 |  38M| 199 |   - |1895 |  37k|1895 |1731 |  50k| 498k|8581 | 0.000000e+00 | 1.000000e+00 |    Inf 
963.63/963.90	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
963.63/963.90	c   964s|380000 |   536 |  5225k|  13.8 |  37M| 199 |  22 |1895 |  36k|1895 |1724 |  51k| 512k|8670 | 0.000000e+00 | 1.000000e+00 |    Inf 
989.03/989.34	c   989s|390000 |   437 |  5354k|  13.7 |  36M| 199 |   - |1895 |  35k|   0 |   0 |  52k| 526k|8787 | 0.000000e+00 | 1.000000e+00 |    Inf 
1014.43/1014.74	c  1015s|400000 |   562 |  5479k|  13.7 |  40M| 199 |   - |1895 |  42k|   0 |   0 |  54k| 539k|8866 | 0.000000e+00 | 1.000000e+00 |    Inf 
1041.44/1041.79	c  1042s|410000 |   646 |  5616k|  13.7 |  41M| 199 |  20 |1895 |  45k|1895 |1720 |  55k| 553k|8937 | 0.000000e+00 | 1.000000e+00 |    Inf 
1069.53/1069.87	c  1070s|420000 |   643 |  5765k|  13.7 |  41M| 199 |  20 |1895 |  44k|1895 |1720 |  56k| 567k|9036 | 0.000000e+00 | 1.000000e+00 |    Inf 
1097.13/1097.49	c  1097s|430000 |   621 |  5899k|  13.7 |  42M| 199 |   1 |1895 |  45k|1895 |1711 |  57k| 580k|9114 | 0.000000e+00 | 1.000000e+00 |    Inf 
1125.33/1125.60	c  1126s|440000 |   608 |  6031k|  13.7 |  42M| 199 |   8 |1895 |  48k|1895 |1721 |  59k| 594k|9196 | 0.000000e+00 | 1.000000e+00 |    Inf 
1156.24/1156.53	c  1157s|450000 |   845 |  6174k|  13.7 |  45M| 199 |   - |1895 |  52k|   0 |   0 |  60k| 607k|9292 | 0.000000e+00 | 1.000000e+00 |    Inf 
1186.93/1187.24	c  1187s|460000 |   949 |  6319k|  13.7 |  47M| 199 |   - |1895 |  56k|   0 |   0 |  62k| 621k|9393 | 0.000000e+00 | 1.000000e+00 |    Inf 
1215.73/1216.02	c  1216s|470000 |  1016 |  6450k|  13.7 |  50M| 199 |  19 |1895 |  59k|1895 |1721 |  63k| 635k|9470 | 0.000000e+00 | 1.000000e+00 |    Inf 
1245.94/1246.25	c  1246s|480000 |  1043 |  6592k|  13.7 |  50M| 199 |   - |1895 |  59k|   0 |   0 |  65k| 649k|9552 | 0.000000e+00 | 1.000000e+00 |    Inf 
1277.14/1277.42	c  1277s|490000 |   967 |  6739k|  13.8 |  48M| 199 |  24 |1895 |  55k|1895 |1721 |  66k| 663k|9638 | 0.000000e+00 | 1.000000e+00 |    Inf 
1306.33/1306.65	c  1307s|500000 |   954 |  6880k|  13.8 |  50M| 199 |   9 |1895 |  59k|1895 |1727 |  67k| 677k|9700 | 0.000000e+00 | 1.000000e+00 |    Inf 
1336.64/1336.99	c  1337s|510000 |   895 |  7020k|  13.8 |  49M| 199 |   - |1895 |  58k|   0 |   0 |  69k| 691k|9776 | 0.000000e+00 | 1.000000e+00 |    Inf 
1368.94/1369.22	c  1369s|520000 |   914 |  7181k|  13.8 |  50M| 199 |   - |1895 |  60k|1895 |1730 |  70k| 706k|9855 | 0.000000e+00 | 1.000000e+00 |    Inf 
1400.13/1400.49	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1400.13/1400.49	c  1400s|530000 |  1028 |  7343k|  13.9 |  53M| 199 |   - |1895 |  64k|1895 |1730 |  70k| 720k|9931 | 0.000000e+00 | 1.000000e+00 |    Inf 
1433.34/1433.60	c  1434s|540000 |   926 |  7507k|  13.9 |  50M| 199 |  29 |1895 |  58k|1895 |1737 |  71k| 735k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
1464.74/1465.01	c  1465s|550000 |   886 |  7651k|  13.9 |  50M| 199 |   - |1895 |  60k|   0 |   0 |  73k| 749k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
1496.84/1497.18	c  1497s|560000 |   809 |  7794k|  13.9 |  49M| 199 |  17 |1895 |  57k|1895 |1721 |  74k| 762k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
1529.24/1529.55	c  1530s|570000 |   796 |  7943k|  13.9 |  50M| 199 |   7 |1895 |  59k|1895 |1721 |  75k| 777k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
1562.54/1562.84	c  1563s|580000 |   711 |  8089k|  13.9 |  48M| 199 |  21 |1895 |  57k|1895 |1729 |  76k| 791k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
1594.84/1595.14	c  1595s|590000 |   697 |  8227k|  13.9 |  49M| 199 |  25 |1895 |  60k|1895 |1730 |  78k| 805k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
1626.54/1626.82	c  1627s|600000 |   709 |  8374k|  14.0 |  50M| 199 |   - |1895 |  61k|1895 |1736 |  79k| 819k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
1660.85/1661.13	c  1661s|610000 |   680 |  8534k|  14.0 |  50M| 199 |   - |1895 |  62k|   0 |   0 |  80k| 833k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
1690.64/1690.90	c  1691s|620000 |   741 |  8660k|  14.0 |  50M| 199 |   9 |1895 |  60k|1895 |1717 |  82k| 847k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
1720.05/1720.38	c  1720s|630000 |   660 |  8776k|  13.9 |  49M| 199 |   - |1895 |  60k|   0 |   0 |  83k| 861k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
1751.44/1751.77	c  1752s|640000 |   655 |  8911k|  13.9 |  48M| 199 |  25 |1895 |  57k|1895 |1711 |  85k| 875k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
1783.24/1783.53	c  1784s|650000 |   687 |  9052k|  13.9 |  50M| 199 |   - |1895 |  61k|1895 |1723 |  86k| 889k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
1789.74/1790.00	c 
1789.74/1790.00	c SCIP Status        : solving was interrupted [time limit reached]
1789.74/1790.00	c Solving Time (sec) : 1789.98
1789.74/1790.00	c Solving Nodes      : 652054
1789.74/1790.00	c Primal Bound       : +1.00000000000000e+00 (103 solutions)
1789.74/1790.00	c Dual Bound         : +0.00000000000000e+00
1789.74/1790.00	c Gap                : infinite
1789.74/1790.01	s SATISFIABLE
1789.74/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 
1789.74/1790.01	v -x209 -x208 -x207 -x206 -x205 x204 -x203 -x202 -x201 -x200 -x199 -x198 x197 -x196 -x195 -x194 -x193 -x192 -x191 -x190 -x189 
1789.74/1790.01	v x188 -x187 -x186 -x185 -x184 -x183 -x182 -x181 -x180 -x179 -x178 -x177 -x176 -x175 -x174 -x173 -x172 -x171 x170 -x169 -x168 
1789.74/1790.01	v -x167 -x166 -x165 -x164 -x163 -x162 -x161 -x160 x159 -x158 -x157 -x156 -x155 -x154 -x153 -x152 -x151 -x150 -x149 -x148 -x147 
1789.74/1790.01	v -x146 -x145 -x144 x143 -x142 -x141 -x140 -x139 -x138 x137 -x136 -x135 -x134 -x133 -x132 -x131 -x130 -x129 -x128 -x127 -x126 
1789.74/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 
1789.74/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 
1789.74/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 -x54 
1789.74/1790.01	v -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 
1789.74/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 
1789.74/1790.01	v -x1 
1789.74/1790.01	c SCIP Status        : solving was interrupted [time limit reached]
1789.74/1790.01	c Solving Time       :    1789.98
1789.74/1790.01	c Original Problem   :
1789.74/1790.01	c   Problem name     : HOME/instance-2705523-1278572955.wbo
1789.74/1790.01	c   Variables        : 2029 (1130 binary, 0 integer, 899 implicit integer, 0 continuous)
1789.74/1790.01	c   Constraints      : 3607 initial, 3607 maximal
1789.74/1790.01	c Presolved Problem  :
1789.74/1790.01	c   Problem name     : t_HOME/instance-2705523-1278572955.wbo
1789.74/1790.01	c   Variables        : 1895 (1063 binary, 0 integer, 832 implicit integer, 0 continuous)
1789.74/1790.01	c   Constraints      : 3345 initial, 66460 maximal
1789.74/1790.01	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1789.74/1790.01	c   trivial          :       0.00         67          0          0          0          0          0          0          0
1789.74/1790.01	c   dualfix          :       0.00         67          0          0          0          0          0          0          0
1789.74/1790.01	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1789.74/1790.01	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1789.74/1790.01	c   implics          :       0.00          0          0          0          0          0          0          0          0
1789.74/1790.01	c   probing          :       0.03          0          0          0          0          0          0          0          0
1789.74/1790.01	c   knapsack         :       0.00          0          0          0          0          0          0          0          0
1789.74/1790.01	c   setppc           :       0.00          0          0          0          0          0          4          0          0
1789.74/1790.01	c   linear           :       0.05          0          0          0        915          0        191        132          0
1789.74/1790.01	c   indicator        :       0.00          0          0          0          0          0         67          0          0
1789.74/1790.01	c   logicor          :       0.01          0          0          0          0          0          0          0          0
1789.74/1790.01	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0
1789.74/1790.01	c   root node        :          -       1664          -          -       1664          -          -          -          -
1789.74/1790.01	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1789.74/1790.01	c   integral         :          0          0          0     369479          0        307       3121          0          0     695452
1789.74/1790.01	c   knapsack         :          1          7    2828332      18709          0      45527    4515927          0          0          0
1789.74/1790.01	c   setppc           :         51          7    2783928      18630          0      21721    1821258          0          0          0
1789.74/1790.01	c   linear           :        832+         8    2764070      19016          0      58266    4107794      86869          0          0
1789.74/1790.01	c   indicator        :        832          0     218813       4839          0        249     400095          0          0          0
1789.74/1790.01	c   logicor          :       1629+         7    1526808       2632          0      79437    5736075          0          0          0
1789.74/1790.01	c   bounddisjunction :          0+         0     244758          0          0        439       3178          0          0          0
1789.74/1790.01	c   countsols        :          0          0          0       2632          0          0          0          0          0          0
1789.74/1790.01	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1789.74/1790.01	c   integral         :      36.64       0.00       0.00      36.64       0.00
1789.74/1790.01	c   knapsack         :      26.37       0.00      26.36       0.01       0.00
1789.74/1790.01	c   setppc           :      13.86       0.00      13.85       0.02       0.00
1789.74/1790.01	c   linear           :      42.54       0.00      42.05       0.49       0.00
1789.74/1790.01	c   indicator        :       1.96       0.00       1.74       0.22       0.00
1789.74/1790.01	c   logicor          :     317.88       0.00     317.85       0.03       0.00
1789.74/1790.01	c   bounddisjunction :       0.60       0.00       0.60       0.00       0.00
1789.74/1790.01	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1789.74/1790.01	c Propagators        :       Time      Calls    Cutoffs    DomReds
1789.74/1790.01	c   vbounds          :       0.48       8616          0        412
1789.74/1790.01	c   rootredcost      :       0.47         29          0        832
1789.74/1790.01	c   pseudoobj        :      33.77    2832669       1367     423313
1789.74/1790.01	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1789.74/1790.01	c   propagation      :       8.45     206757     206120    1338909       28.4       4771       24.6          -
1789.74/1790.01	c   infeasible LP    :      24.95     139447     139438    1111483       45.9        851       18.0          0
1789.74/1790.01	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1789.74/1790.01	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1789.74/1790.01	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1789.74/1790.01	c   applied globally :          -          -          -     892783       31.7          -          -          -
1789.74/1790.01	c   applied locally  :          -          -          -          0        0.0          -          -          -
1789.74/1790.01	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1789.74/1790.01	c   cut pool         :       0.00          6          -          -        305          -    (maximal pool size: 504)
1789.74/1790.01	c   redcost          :      11.63     369848          0       8269          0          0
1789.74/1790.01	c   impliedbounds    :       0.00          7          0          0          0          0
1789.74/1790.01	c   intobj           :       0.00          0          0          0          0          0
1789.74/1790.01	c   cgmip            :       0.00          0          0          0          0          0
1789.74/1790.01	c   gomory           :       0.16          7          0          0       1835          0
1789.74/1790.01	c   strongcg         :       0.16          7          0          0       2715          0
1789.74/1790.01	c   cmir             :       0.03          7          0          0          0          0
1789.74/1790.01	c   flowcover        :       0.05          7          0          0          0          0
1789.74/1790.01	c   clique           :       0.00          7          0          0          0          0
1789.74/1790.01	c   zerohalf         :       0.00          0          0          0          0          0
1789.74/1790.01	c   mcf              :       0.00          1          0          0          0          0
1789.74/1790.01	c   rapidlearning    :       0.07          1          0          0          0          6
1789.74/1790.01	c Pricers            :       Time      Calls       Vars
1789.74/1790.01	c   problem variables:       0.00          0          0
1789.74/1790.01	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1789.74/1790.01	c   relpscost        :      36.31     350439        307       3121          0          0     695452
1789.74/1790.01	c   pscost           :       0.00          0          0          0          0          0          0
1789.74/1790.01	c   inference        :       0.41       2604          0          0          0          0       5208
1789.74/1790.01	c   mostinf          :       0.00          0          0          0          0          0          0
1789.74/1790.01	c   leastinf         :       0.00          0          0          0          0          0          0
1789.74/1790.01	c   fullstrong       :       0.00          0          0          0          0          0          0
1789.74/1790.01	c   allfullstrong    :       0.00          0          0          0          0          0          0
1789.74/1790.01	c   random           :       0.00          0          0          0          0          0          0
1789.74/1790.01	c Primal Heuristics  :       Time      Calls      Found
1789.74/1790.01	c   LP solutions     :       0.01          -         28
1789.74/1790.01	c   pseudo solutions :       0.00          -          0
1789.74/1790.01	c   intshifting      :       0.02          0          0
1789.74/1790.01	c   feaspump         :       0.03          1          0
1789.74/1790.01	c   oneopt           :       0.27         25          0
1789.74/1790.01	c   crossover        :       0.64         13          0
1789.74/1790.01	c   pscostdiving     :       0.18         71          0
1789.74/1790.01	c   fracdiving       :       0.21         71          0
1789.74/1790.01	c   veclendiving     :       0.21         71          0
1789.74/1790.01	c   linesearchdiving :       0.23         71          0
1789.74/1790.01	c   rootsoldiving    :       0.19         36          0
1789.74/1790.01	c   coefdiving       :       0.19         72          0
1789.74/1790.01	c   guideddiving     :       0.23         72          0
1789.74/1790.01	c   objpscostdiving  :       0.13         37          0
1789.74/1790.01	c   trivial          :       0.00          2          0
1789.74/1790.01	c   simplerounding   :       0.57     350454          0
1789.74/1790.01	c   zirounding       :       0.26       1000          0
1789.74/1790.01	c   rounding         :       0.79       8309          0
1789.74/1790.01	c   shifting         :       0.72       2572          0
1789.74/1790.01	c   twoopt           :       0.00          0          0
1789.74/1790.01	c   fixandinfer      :       0.00          0          0
1789.74/1790.01	c   intdiving        :       0.00          0          0
1789.74/1790.01	c   actconsdiving    :       0.00          0          0
1789.74/1790.01	c   octane           :       0.00          0          0
1789.74/1790.01	c   rens             :       0.02          1          0
1789.74/1790.01	c   rins             :       0.00          0          0
1789.74/1790.01	c   localbranching   :       0.00          0          0
1789.74/1790.01	c   mutation         :       0.00          0          0
1789.74/1790.01	c   dins             :       0.00          0          0
1789.74/1790.01	c   undercover       :       0.00          0          0
1789.74/1790.01	c   nlp              :       0.11          0          0
1789.74/1790.01	c   trysol           :       0.20        153         75
1789.74/1790.01	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1789.74/1790.01	c   primal LP        :       0.00          0          0       0.00          -
1789.74/1790.01	c   dual LP          :     878.64     503934    9074418      18.01   10327.79
1789.74/1790.01	c   lex dual LP      :       0.00          0          0       0.00          -
1789.74/1790.01	c   barrier LP       :       0.00          0          0       0.00          -
1789.74/1790.01	c   diving/probing LP:       0.93        601       6044      10.06    6485.32
1789.74/1790.01	c   strong branching :      32.64      10877     336947      30.98   10323.66
1789.74/1790.01	c     (at root node) :          -         13       3653     281.00          -
1789.74/1790.01	c   conflict analysis:       0.00          0          0       0.00          -
1789.74/1790.01	c B&B Tree           :
1789.74/1790.01	c   number of runs   :          1
1789.74/1790.01	c   nodes            :     652054
1789.74/1790.01	c   nodes (total)    :     652054
1789.74/1790.01	c   nodes left       :        645
1789.74/1790.01	c   max depth        :        199
1789.74/1790.01	c   max depth (total):        199
1789.74/1790.01	c   backtracks       :     104943 (16.1%)
1789.74/1790.01	c   delayed cutoffs  :      45963
1789.74/1790.01	c   repropagations   :     963735 (3687340 domain reductions, 44440 cutoffs)
1789.74/1790.01	c   avg switch length:       4.48
1789.74/1790.01	c   switching time   :     232.03
1789.74/1790.01	c Solution           :
1789.74/1790.01	c   Solutions found  :        103 (29 improvements)
1789.74/1790.01	c   First Solution   : +4.26740000000000e+04   (in run 1, after 19 nodes, 2.64 seconds, depth 19, found by <trysol>)
1789.74/1790.01	c   Primal Bound     : +1.00000000000000e+00   (in run 1, after 51596 nodes, 109.50 seconds, depth 35, found by <relaxation>)
1789.74/1790.01	c   Dual Bound       : +0.00000000000000e+00
1789.74/1790.01	c   Gap              :   infinite
1789.74/1790.01	c   Root Dual Bound  : +0.00000000000000e+00
1789.74/1790.01	c   Root Iterations  :        337
1789.74/1790.09	c Time complete: 1789.85.

Verifier Data

OK	1

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2705523-1278572955/watcher-2705523-1278572955 -o /tmp/evaluation-result-2705523-1278572955/solver-2705523-1278572955 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2705523-1278572955.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: 0.07 0.02 0.00 2/171 21881
/proc/meminfo: memFree=29435480/32951132 swapFree=67111528/67111528
[pid=21881] ppid=21879 vsize=12344 CPUtime=0
/proc/21881/stat : 21881 (pbscip.linux.x8) R 21879 21881 21716 0 -1 4202496 1945 0 0 0 0 0 0 0 24 0 1 0 25508930 12640256 1864 4089446400 4194304 10345943 140736438842544 18446744073709551615 6326861 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/21881/statm: 3086 1866 429 1502 0 1579 0

[startup+0.071196 s]
/proc/loadavg: 0.07 0.02 0.00 2/171 21881
/proc/meminfo: memFree=29435480/32951132 swapFree=67111528/67111528
[pid=21881] ppid=21879 vsize=27420 CPUtime=0.06
/proc/21881/stat : 21881 (pbscip.linux.x8) R 21879 21881 21716 0 -1 4202496 5892 0 0 0 6 0 0 0 24 0 1 0 25508930 28078080 5457 4089446400 4194304 10345943 140736438842544 18446744073709551615 5017658 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21881/statm: 6855 5457 541 1502 0 5348 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 27420

[startup+0.101182 s]
/proc/loadavg: 0.07 0.02 0.00 2/171 21881
/proc/meminfo: memFree=29435480/32951132 swapFree=67111528/67111528
[pid=21881] ppid=21879 vsize=27420 CPUtime=0.09
/proc/21881/stat : 21881 (pbscip.linux.x8) R 21879 21881 21716 0 -1 4202496 5916 0 0 0 9 0 0 0 24 0 1 0 25508930 28078080 5481 4089446400 4194304 10345943 140736438842544 18446744073709551615 5093726 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21881/statm: 6855 5481 561 1502 0 5348 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 27420

[startup+0.301192 s]
/proc/loadavg: 0.07 0.02 0.00 2/171 21881
/proc/meminfo: memFree=29435480/32951132 swapFree=67111528/67111528
[pid=21881] ppid=21879 vsize=52584 CPUtime=0.29
/proc/21881/stat : 21881 (pbscip.linux.x8) R 21879 21881 21716 0 -1 4202496 11910 0 0 0 27 2 0 0 18 0 1 0 25508930 53846016 11474 4089446400 4194304 10345943 140736438842544 18446744073709551615 5931159 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21881/statm: 13146 11474 759 1502 0 11639 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 52584

[startup+0.701082 s]
/proc/loadavg: 0.07 0.02 0.00 2/171 21881
/proc/meminfo: memFree=29435480/32951132 swapFree=67111528/67111528
[pid=21881] ppid=21879 vsize=50152 CPUtime=0.69
/proc/21881/stat : 21881 (pbscip.linux.x8) R 21879 21881 21716 0 -1 4202496 12593 0 0 0 66 3 0 0 18 0 1 0 25508930 51355648 11384 4089446400 4194304 10345943 140736438842544 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21881/statm: 12538 11384 782 1502 0 11031 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 50152

[startup+1.50095 s]
/proc/loadavg: 0.07 0.02 0.00 2/172 21882
/proc/meminfo: memFree=29392028/32951132 swapFree=67111528/67111528
[pid=21881] ppid=21879 vsize=50152 CPUtime=1.49
/proc/21881/stat : 21881 (pbscip.linux.x8) R 21879 21881 21716 0 -1 4202496 12600 0 0 0 146 3 0 0 19 0 1 0 25508930 51355648 11391 4089446400 4194304 10345943 140736438842544 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21881/statm: 12538 11391 784 1502 0 11031 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 50152

[startup+3.10065 s]
/proc/loadavg: 0.14 0.03 0.01 3/177 21892
/proc/meminfo: memFree=29345884/32951132 swapFree=67111528/67111528
[pid=21881] ppid=21879 vsize=50152 CPUtime=3.09
/proc/21881/stat : 21881 (pbscip.linux.x8) R 21879 21881 21716 0 -1 4202496 12610 0 0 0 304 5 0 0 24 0 1 0 25508930 51355648 11401 4089446400 4194304 10345943 140736438842544 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21881/statm: 12538 11401 786 1502 0 11031 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 50152

[startup+6.30103 s]
/proc/loadavg: 0.14 0.03 0.01 3/177 21892
/proc/meminfo: memFree=29316264/32951132 swapFree=67111528/67111528
[pid=21881] ppid=21879 vsize=50152 CPUtime=6.29
/proc/21881/stat : 21881 (pbscip.linux.x8) R 21879 21881 21716 0 -1 4202496 12610 0 0 0 622 7 0 0 25 0 1 0 25508930 51355648 11401 4089446400 4194304 10345943 140736438842544 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21881/statm: 12538 11401 786 1502 0 11031 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 50152

[startup+12.701 s]
/proc/loadavg: 0.58 0.13 0.04 3/177 21892
/proc/meminfo: memFree=29318424/32951132 swapFree=67111528/67111528
[pid=21881] ppid=21879 vsize=52088 CPUtime=12.42
/proc/21881/stat : 21881 (pbscip.linux.x8) R 21879 21881 21716 0 -1 4202496 18030 0 0 0 1232 10 0 0 25 0 1 0 25508930 53338112 11930 4089446400 4194304 10345943 140736438842544 18446744073709551615 5926399 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21881/statm: 13022 11930 804 1502 0 11515 0
Current children cumulated CPU time (s) 12.42
Current children cumulated vsize (KiB) 52088

[startup+25.5008 s]
/proc/loadavg: 0.80 0.19 0.06 3/177 21892
/proc/meminfo: memFree=29295276/32951132 swapFree=67111528/67111528
[pid=21881] ppid=21879 vsize=63920 CPUtime=25.21
/proc/21881/stat : 21881 (pbscip.linux.x8) R 21879 21881 21716 0 -1 4202496 45857 0 0 0 2504 17 0 0 25 0 1 0 25508930 65454080 14290 4089446400 4194304 10345943 140736438842544 18446744073709551615 6777168 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21881/statm: 15980 14290 804 1502 0 14473 0
Current children cumulated CPU time (s) 25.21
Current children cumulated vsize (KiB) 63920

[startup+51.1003 s]
/proc/loadavg: 1.21 0.33 0.11 3/177 21893
/proc/meminfo: memFree=29259040/32951132 swapFree=67111528/67111528
[pid=21881] ppid=21879 vsize=73748 CPUtime=50.81
/proc/21881/stat : 21881 (pbscip.linux.x8) R 21879 21881 21716 0 -1 4202496 68061 0 0 0 5050 31 0 0 25 0 1 0 25508930 75517952 16838 4089446400 4194304 10345943 140736438842544 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21881/statm: 18437 16838 807 1502 0 16930 0
Current children cumulated CPU time (s) 50.81
Current children cumulated vsize (KiB) 73748

[startup+102.306 s]
/proc/loadavg: 1.68 0.61 0.22 3/177 21894
/proc/meminfo: memFree=29240796/32951132 swapFree=67111528/67111528
[pid=21881] ppid=21879 vsize=78580 CPUtime=102.03
/proc/21881/stat : 21881 (pbscip.linux.x8) R 21879 21881 21716 0 -1 4202496 100921 0 0 0 10131 72 0 0 25 0 1 0 25508930 80465920 17885 4089446400 4194304 10345943 140736438842544 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21881/statm: 19645 17885 807 1502 0 18138 0
Current children cumulated CPU time (s) 102.03
Current children cumulated vsize (KiB) 78580

[startup+162.301 s]
/proc/loadavg: 1.88 0.86 0.33 3/177 21896
/proc/meminfo: memFree=29227852/32951132 swapFree=67111528/67111528
[pid=21881] ppid=21879 vsize=83884 CPUtime=162.01
/proc/21881/stat : 21881 (pbscip.linux.x8) R 21879 21881 21716 0 -1 4202496 131549 0 0 0 16085 116 0 0 25 0 1 0 25508930 85897216 19256 4089446400 4194304 10345943 140736438842544 18446744073709551615 7521052 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21881/statm: 20971 19256 807 1502 0 19464 0
Current children cumulated CPU time (s) 162.01
Current children cumulated vsize (KiB) 83884

[startup+222.301 s]
/proc/loadavg: 1.95 1.07 0.43 3/177 21897
/proc/meminfo: memFree=29217996/32951132 swapFree=67111528/67111528
[pid=21881] ppid=21879 vsize=87460 CPUtime=222.02
/proc/21881/stat : 21881 (pbscip.linux.x8) R 21879 21881 21716 0 -1 4202496 154655 0 0 0 22040 162 0 0 25 0 1 0 25508930 89559040 20025 4089446400 4194304 10345943 140736438842544 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21881/statm: 21865 20025 807 1502 0 20358 0
Current children cumulated CPU time (s) 222.02
Current children cumulated vsize (KiB) 87460

[startup+282.3 s]
/proc/loadavg: 1.98 1.23 0.52 3/177 21899
/proc/meminfo: memFree=29210400/32951132 swapFree=67111528/67111528
[pid=21881] ppid=21879 vsize=88448 CPUtime=282.02
/proc/21881/stat : 21881 (pbscip.linux.x8) R 21879 21881 21716 0 -1 4202496 172823 0 0 0 27998 204 0 0 25 0 1 0 25508930 90570752 20549 4089446400 4194304 10345943 140736438842544 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21881/statm: 22112 20549 807 1502 0 20605 0
Current children cumulated CPU time (s) 282.02
Current children cumulated vsize (KiB) 88448

[startup+342.301 s]
/proc/loadavg: 1.99 1.37 0.61 3/177 21901
/proc/meminfo: memFree=29203280/32951132 swapFree=67111528/67111528
[pid=21881] ppid=21879 vsize=94156 CPUtime=342.02
/proc/21881/stat : 21881 (pbscip.linux.x8) R 21879 21881 21716 0 -1 4202496 182355 0 0 0 33961 241 0 0 25 0 1 0 25508930 96415744 21819 4089446400 4194304 10345943 140736438842544 18446744073709551615 5085381 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21881/statm: 23539 21819 807 1502 0 22032 0
Current children cumulated CPU time (s) 342.02
Current children cumulated vsize (KiB) 94156

[startup+402.301 s]
/proc/loadavg: 1.99 1.47 0.69 3/177 21902
/proc/meminfo: memFree=29199516/32951132 swapFree=67111528/67111528
[pid=21881] ppid=21879 vsize=96068 CPUtime=402.02
/proc/21881/stat : 21881 (pbscip.linux.x8) R 21879 21881 21716 0 -1 4202496 188691 0 0 0 39925 277 0 0 25 0 1 0 25508930 98373632 22242 4089446400 4194304 10345943 140736438842544 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21881/statm: 24017 22242 807 1502 0 22510 0
Current children cumulated CPU time (s) 402.02
Current children cumulated vsize (KiB) 96068

[startup+462.301 s]
/proc/loadavg: 1.99 1.57 0.78 3/177 21904
/proc/meminfo: memFree=29193148/32951132 swapFree=67111528/67111528
[pid=21881] ppid=21879 vsize=101432 CPUtime=462.02
/proc/21881/stat : 21881 (pbscip.linux.x8) R 21879 21881 21716 0 -1 4202496 193940 0 0 0 45888 314 0 0 25 0 1 0 25508930 103866368 23227 4089446400 4194304 10345943 140736438842544 18446744073709551615 5085399 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21881/statm: 25358 23227 807 1502 0 23851 0
Current children cumulated CPU time (s) 462.02
Current children cumulated vsize (KiB) 101432

[startup+522.301 s]
/proc/loadavg: 1.99 1.64 0.84 3/177 21905
/proc/meminfo: memFree=29191124/32951132 swapFree=67111528/67111528
[pid=21881] ppid=21879 vsize=101384 CPUtime=522.02
/proc/21881/stat : 21881 (pbscip.linux.x8) R 21879 21881 21716 0 -1 4202496 202556 0 0 0 51851 351 0 0 25 0 1 0 25508930 103817216 23522 4089446400 4194304 10345943 140736438842544 18446744073709551615 5085399 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21881/statm: 25346 23522 807 1502 0 23839 0
Current children cumulated CPU time (s) 522.02
Current children cumulated vsize (KiB) 101384

[startup+582.3 s]
/proc/loadavg: 1.99 1.71 0.92 3/177 21907
/proc/meminfo: memFree=29187608/32951132 swapFree=67111528/67111528
[pid=21881] ppid=21879 vsize=103884 CPUtime=582.02
/proc/21881/stat : 21881 (pbscip.linux.x8) R 21879 21881 21716 0 -1 4202496 210672 0 0 0 57814 388 0 0 25 0 1 0 25508930 106377216 24049 4089446400 4194304 10345943 140736438842544 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21881/statm: 25971 24049 807 1502 0 24464 0
Current children cumulated CPU time (s) 582.02
Current children cumulated vsize (KiB) 103884

[startup+642.301 s]
/proc/loadavg: 1.99 1.76 0.98 3/177 21911
/proc/meminfo: memFree=29185452/32951132 swapFree=67111528/67111528
[pid=21881] ppid=21879 vsize=104152 CPUtime=642.03
/proc/21881/stat : 21881 (pbscip.linux.x8) R 21879 21881 21716 0 -1 4202496 215324 0 0 0 63784 419 0 0 25 0 1 0 25508930 106651648 24261 4089446400 4194304 10345943 140736438842544 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21881/statm: 26038 24261 807 1502 0 24531 0
Current children cumulated CPU time (s) 642.03
Current children cumulated vsize (KiB) 104152

[startup+702.301 s]

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

/proc/meminfo: memFree=29164196/32951132 swapFree=67111528/67111528
[pid=21881] ppid=21879 vsize=112624 CPUtime=1062.03
/proc/21881/stat : 21881 (pbscip.linux.x8) R 21879 21881 21716 0 -1 4202496 248190 0 0 0 105538 665 0 0 25 0 1 0 25508930 115326976 25698 4089446400 4194304 10345943 140736438842544 18446744073709551615 7521036 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21881/statm: 28156 25698 807 1502 0 26649 0
Current children cumulated CPU time (s) 1062.03
Current children cumulated vsize (KiB) 112624

[startup+1122.3 s]
/proc/loadavg: 2.01 1.96 1.39 3/177 21924
/proc/meminfo: memFree=29163532/32951132 swapFree=67111528/67111528
[pid=21881] ppid=21879 vsize=111612 CPUtime=1122.04
/proc/21881/stat : 21881 (pbscip.linux.x8) R 21879 21881 21716 0 -1 4202496 252084 0 0 0 111507 697 0 0 25 0 1 0 25508930 114290688 25718 4089446400 4194304 10345943 140736438842544 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21881/statm: 27903 25718 807 1502 0 26396 0
Current children cumulated CPU time (s) 1122.04
Current children cumulated vsize (KiB) 111612

[startup+1182.3 s]
/proc/loadavg: 2.00 1.96 1.42 3/177 21926
/proc/meminfo: memFree=29161024/32951132 swapFree=67111528/67111528
[pid=21881] ppid=21879 vsize=114620 CPUtime=1182.04
/proc/21881/stat : 21881 (pbscip.linux.x8) R 21879 21881 21716 0 -1 4202496 255839 0 0 0 117478 726 0 0 25 0 1 0 25508930 117370880 26272 4089446400 4194304 10345943 140736438842544 18446744073709551615 4231984 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21881/statm: 28655 26272 807 1502 0 27148 0
Current children cumulated CPU time (s) 1182.04
Current children cumulated vsize (KiB) 114620

[startup+1242.3 s]
/proc/loadavg: 2.07 1.99 1.46 3/177 21928
/proc/meminfo: memFree=29158268/32951132 swapFree=67111528/67111528
[pid=21881] ppid=21879 vsize=115372 CPUtime=1242.04
/proc/21881/stat : 21881 (pbscip.linux.x8) R 21879 21881 21716 0 -1 4202496 261988 0 0 0 123448 756 0 0 25 0 1 0 25508930 118140928 26613 4089446400 4194304 10345943 140736438842544 18446744073709551615 4216637 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21881/statm: 28843 26613 807 1502 0 27336 0
Current children cumulated CPU time (s) 1242.04
Current children cumulated vsize (KiB) 115372

[startup+1302.3 s]
/proc/loadavg: 2.08 2.00 1.50 3/177 21929
/proc/meminfo: memFree=29157472/32951132 swapFree=67111528/67111528
[pid=21881] ppid=21879 vsize=116076 CPUtime=1302.04
/proc/21881/stat : 21881 (pbscip.linux.x8) R 21879 21881 21716 0 -1 4202496 268108 0 0 0 129416 788 0 0 25 0 1 0 25508930 118861824 26853 4089446400 4194304 10345943 140736438842544 18446744073709551615 5085437 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21881/statm: 29019 26853 807 1502 0 27512 0
Current children cumulated CPU time (s) 1302.04
Current children cumulated vsize (KiB) 116076

[startup+1362.3 s]
/proc/loadavg: 2.03 2.00 1.53 3/177 21931
/proc/meminfo: memFree=29156336/32951132 swapFree=67111528/67111528
[pid=21881] ppid=21879 vsize=117056 CPUtime=1362.03
/proc/21881/stat : 21881 (pbscip.linux.x8) R 21879 21881 21716 0 -1 4202496 270488 0 0 0 135383 820 0 0 25 0 1 0 25508930 119865344 27083 4089446400 4194304 10345943 140736438842544 18446744073709551615 6023245 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21881/statm: 29264 27083 807 1502 0 27757 0
Current children cumulated CPU time (s) 1362.03
Current children cumulated vsize (KiB) 117056

[startup+1422.31 s]
/proc/loadavg: 2.01 2.00 1.55 3/177 21932
/proc/meminfo: memFree=29153792/32951132 swapFree=67111528/67111528
[pid=21881] ppid=21879 vsize=119448 CPUtime=1422.04
/proc/21881/stat : 21881 (pbscip.linux.x8) R 21879 21881 21716 0 -1 4202496 274090 0 0 0 141349 855 0 0 25 0 1 0 25508930 122314752 27697 4089446400 4194304 10345943 140736438842544 18446744073709551615 5085399 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21881/statm: 29862 27697 807 1502 0 28355 0
Current children cumulated CPU time (s) 1422.04
Current children cumulated vsize (KiB) 119448

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.58 3/177 21934
/proc/meminfo: memFree=29153140/32951132 swapFree=67111528/67111528
[pid=21881] ppid=21879 vsize=119432 CPUtime=1482.04
/proc/21881/stat : 21881 (pbscip.linux.x8) R 21879 21881 21716 0 -1 4202496 277041 0 0 0 147321 883 0 0 25 0 1 0 25508930 122298368 27749 4089446400 4194304 10345943 140736438842544 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21881/statm: 29858 27749 807 1502 0 28351 0
Current children cumulated CPU time (s) 1482.04
Current children cumulated vsize (KiB) 119432

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.60 3/177 21936
/proc/meminfo: memFree=29153092/32951132 swapFree=67111528/67111528
[pid=21881] ppid=21879 vsize=119176 CPUtime=1542.04
/proc/21881/stat : 21881 (pbscip.linux.x8) R 21879 21881 21716 0 -1 4202496 279380 0 0 0 153293 911 0 0 25 0 1 0 25508930 122036224 27754 4089446400 4194304 10345943 140736438842544 18446744073709551615 4995169 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21881/statm: 29794 27754 807 1502 0 28287 0
Current children cumulated CPU time (s) 1542.04
Current children cumulated vsize (KiB) 119176

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.62 3/177 21937
/proc/meminfo: memFree=29152676/32951132 swapFree=67111528/67111528
[pid=21881] ppid=21879 vsize=121028 CPUtime=1602.04
/proc/21881/stat : 21881 (pbscip.linux.x8) R 21879 21881 21716 0 -1 4202496 280854 0 0 0 159266 938 0 0 25 0 1 0 25508930 123932672 27844 4089446400 4194304 10345943 140736438842544 18446744073709551615 6068889 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21881/statm: 30257 27844 807 1502 0 28750 0
Current children cumulated CPU time (s) 1602.04
Current children cumulated vsize (KiB) 121028

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.64 3/177 21939
/proc/meminfo: memFree=29151780/32951132 swapFree=67111528/67111528
[pid=21881] ppid=21879 vsize=119856 CPUtime=1662.04
/proc/21881/stat : 21881 (pbscip.linux.x8) R 21879 21881 21716 0 -1 4202496 282881 0 0 0 165236 968 0 0 25 0 1 0 25508930 122732544 27917 4089446400 4194304 10345943 140736438842544 18446744073709551615 4962588 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21881/statm: 29964 27917 807 1502 0 28457 0
Current children cumulated CPU time (s) 1662.04
Current children cumulated vsize (KiB) 119856

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.66 3/177 21940
/proc/meminfo: memFree=29149884/32951132 swapFree=67111528/67111528
[pid=21881] ppid=21879 vsize=119592 CPUtime=1722.04
/proc/21881/stat : 21881 (pbscip.linux.x8) R 21879 21881 21716 0 -1 4202496 284404 0 0 0 171210 994 0 0 25 0 1 0 25508930 122462208 27887 4089446400 4194304 10345943 140736438842544 18446744073709551615 7508046 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21881/statm: 29898 27887 807 1502 0 28391 0
Current children cumulated CPU time (s) 1722.04
Current children cumulated vsize (KiB) 119592

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.68 3/177 21942
/proc/meminfo: memFree=29148708/32951132 swapFree=67111528/67111528
[pid=21881] ppid=21879 vsize=119592 CPUtime=1782.05
/proc/21881/stat : 21881 (pbscip.linux.x8) R 21879 21881 21716 0 -1 4202496 285903 0 0 0 177183 1022 0 0 25 0 1 0 25508930 122462208 27900 4089446400 4194304 10345943 140736438842544 18446744073709551615 6857092 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21881/statm: 29898 27900 807 1502 0 28391 0
Current children cumulated CPU time (s) 1782.05
Current children cumulated vsize (KiB) 119592

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

[startup+1785.5 s]
/proc/loadavg: 2.00 2.00 1.68 3/177 21942
/proc/meminfo: memFree=29148460/32951132 swapFree=67111528/67111528
[pid=21881] ppid=21879 vsize=121248 CPUtime=1785.25
/proc/21881/stat : 21881 (pbscip.linux.x8) R 21879 21881 21716 0 -1 4202496 285977 0 0 0 177502 1023 0 0 25 0 1 0 25508930 124157952 27928 4089446400 4194304 10345943 140736438842544 18446744073709551615 4218186 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21881/statm: 30312 27928 807 1502 0 28805 0
Current children cumulated CPU time (s) 1785.25
Current children cumulated vsize (KiB) 121248

[startup+1787.1 s]
/proc/loadavg: 2.00 2.00 1.68 3/177 21942
/proc/meminfo: memFree=29148460/32951132 swapFree=67111528/67111528
[pid=21881] ppid=21879 vsize=121156 CPUtime=1786.84
/proc/21881/stat : 21881 (pbscip.linux.x8) R 21879 21881 21716 0 -1 4202496 286124 0 0 0 177661 1023 0 0 25 0 1 0 25508930 124063744 27907 4089446400 4194304 10345943 140736438842544 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21881/statm: 30289 27907 807 1502 0 28782 0
Current children cumulated CPU time (s) 1786.84
Current children cumulated vsize (KiB) 121156

[startup+1788.7 s]
/proc/loadavg: 2.00 2.00 1.68 3/177 21942
/proc/meminfo: memFree=29148332/32951132 swapFree=67111528/67111528
[pid=21881] ppid=21879 vsize=121156 CPUtime=1788.44
/proc/21881/stat : 21881 (pbscip.linux.x8) R 21879 21881 21716 0 -1 4202496 286134 0 0 0 177820 1024 0 0 25 0 1 0 25508930 124063744 27917 4089446400 4194304 10345943 140736438842544 18446744073709551615 7509400 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21881/statm: 30289 27917 807 1502 0 28782 0
Current children cumulated CPU time (s) 1788.44
Current children cumulated vsize (KiB) 121156

[startup+1789.5 s]
/proc/loadavg: 2.00 2.00 1.68 3/177 21942
/proc/meminfo: memFree=29148332/32951132 swapFree=67111528/67111528
[pid=21881] ppid=21879 vsize=121156 CPUtime=1789.24
/proc/21881/stat : 21881 (pbscip.linux.x8) R 21879 21881 21716 0 -1 4202496 286134 0 0 0 177900 1024 0 0 25 0 1 0 25508930 124063744 27917 4089446400 4194304 10345943 140736438842544 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21881/statm: 30289 27917 807 1502 0 28782 0
Current children cumulated CPU time (s) 1789.24
Current children cumulated vsize (KiB) 121156

[startup+1789.9 s]
/proc/loadavg: 2.00 2.00 1.68 3/177 21942
/proc/meminfo: memFree=29148332/32951132 swapFree=67111528/67111528
[pid=21881] ppid=21879 vsize=121156 CPUtime=1789.64
/proc/21881/stat : 21881 (pbscip.linux.x8) R 21879 21881 21716 0 -1 4202496 286134 0 0 0 177940 1024 0 0 25 0 1 0 25508930 124063744 27917 4089446400 4194304 10345943 140736438842544 18446744073709551615 7488792 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21881/statm: 30289 27917 807 1502 0 28782 0
Current children cumulated CPU time (s) 1789.64
Current children cumulated vsize (KiB) 121156

[startup+1790 s]
/proc/loadavg: 2.00 2.00 1.68 3/177 21942
/proc/meminfo: memFree=29148332/32951132 swapFree=67111528/67111528
[pid=21881] ppid=21879 vsize=121156 CPUtime=1789.74
/proc/21881/stat : 21881 (pbscip.linux.x8) R 21879 21881 21716 0 -1 4202496 286135 0 0 0 177950 1024 0 0 25 0 1 0 25508930 124063744 27918 4089446400 4194304 10345943 140736438842544 18446744073709551615 5085381 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21881/statm: 30289 27918 807 1502 0 28782 0
Current children cumulated CPU time (s) 1789.74
Current children cumulated vsize (KiB) 121156

Child status: 0
Real time (s): 1790.1
CPU time (s): 1789.85
CPU user time (s): 1779.6
CPU system time (s): 10.2524
CPU usage (%): 99.9862
Max. virtual memory (cumulated for all children) (KiB): 121484

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

runsolver used 2.6336 second user time and 5.51516 second system time

The end

Launcher Data

Begin job on node128 at 2010-07-08 09:09:15
IDJOB=2705523
IDBENCH=78904
IDSOLVER=1214
FILE ID=node128/2705523-1278572955
PBS_JOBID= 11240198
Free space on /tmp= 73140 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.1900559676--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-2705523-1278572955/watcher-2705523-1278572955 -o /tmp/evaluation-result-2705523-1278572955/solver-2705523-1278572955 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2705523-1278572955.wbo -t 1800 -m 3800

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

MD5SUM BENCH= a1fa880e8620ee0c5e9a297708544854
RANDOM SEED=2591391

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

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


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      29435884 kB
Buffers:        143728 kB
Cached:        3132824 kB
SwapCached:          0 kB
Active:        1427996 kB
Inactive:      1911056 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      29435884 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           13096 kB
Writeback:           0 kB
AnonPages:       62432 kB
Mapped:          14712 kB
Slab:           113852 kB
PageTables:       4496 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:   182444 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73116 MiB
End job on node128 at 2010-07-08 09:39:05