Trace number 2705537

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.15 1790.09

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900562192--soft-66-100-0.wbo
MD5SUMa8e86a019ae76f67696e97fb47d8da09
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 benchmark117.511
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables231
Total number of constraints2707
Number of soft constraints906
Number of constraints which are clauses2684
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint110
Top cost 44555
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 44554
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 765
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-2705537-1278572955.wbo>
0.00/0.02	c original problem has 2043 variables (1137 bin, 0 int, 906 impl, 0 cont) and 3614 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, 210 impls, 14 clqs
0.00/0.06	c (round 2) 0 del vars, 113 del conss, 906 chg bounds, 52 chg sides, 0 chg coeffs, 0 upgd conss, 210 impls, 14 clqs
0.00/0.07	c (round 3) 52 del vars, 165 del conss, 906 chg bounds, 52 chg sides, 0 chg coeffs, 1741 upgd conss, 210 impls, 14 clqs
0.00/0.08	c (round 4) 104 del vars, 233 del conss, 906 chg bounds, 52 chg sides, 0 chg coeffs, 1741 upgd conss, 210 impls, 14 clqs
0.09/0.12	c    (0.1s) probing: 101/1085 (9.3%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.09/0.12	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.09/0.12	c presolving (5 rounds):
0.09/0.12	c  104 deleted vars, 233 deleted constraints, 906 tightened bounds, 0 added holes, 52 changed sides, 0 changed coefficients
0.09/0.12	c  1910 implications, 14 cliques
0.09/0.12	c presolved problem has 1939 variables (1085 bin, 0 int, 854 impl, 0 cont) and 3381 constraints
0.09/0.12	c       1 constraints of type <knapsack>
0.09/0.12	c      51 constraints of type <setppc>
0.09/0.12	c     854 constraints of type <linear>
0.09/0.12	c     854 constraints of type <indicator>
0.09/0.12	c    1621 constraints of type <logicor>
0.09/0.12	c transformed objective value is always integral (scale: 1)
0.09/0.12	c Presolving Time: 0.09
0.09/0.12	c - non default parameters ----------------------------------------------------------------------
0.09/0.12	c # SCIP version 1.2.1.3
0.09/0.12	c 
0.09/0.12	c # frequency for displaying node information lines
0.09/0.12	c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.12	c display/freq = 10000
0.09/0.12	c 
0.09/0.12	c # maximal time in seconds to run
0.09/0.12	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.12	c limits/time = 1789.98
0.09/0.12	c 
0.09/0.12	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.12	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.12	c limits/memory = 3420
0.09/0.12	c 
0.09/0.12	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.09/0.12	c # [type: int, range: [1,2], default: 1]
0.09/0.12	c timing/clocktype = 2
0.09/0.12	c 
0.09/0.12	c # should presolving try to simplify inequalities
0.09/0.12	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.12	c constraints/linear/simplifyinequalities = TRUE
0.09/0.12	c 
0.09/0.12	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.09/0.12	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.12	c constraints/indicator/addCouplingCons = TRUE
0.09/0.12	c 
0.09/0.12	c # should presolving try to simplify knapsacks
0.09/0.12	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.12	c constraints/knapsack/simplifyinequalities = TRUE
0.09/0.12	c 
0.09/0.12	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.09/0.12	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.12	c separating/rapidlearning/freq = 0
0.09/0.12	c 
0.09/0.12	c -----------------------------------------------------------------------------------------------
0.09/0.12	c start solving
0.09/0.12	c 
0.09/0.13	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.13	c   0.1s|     1 |     0 |    31 |     - |8862k|   0 |  15 |1939 |3381 |1939 |1673 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.19/0.24	c   0.2s|     1 |     0 |    62 |     - |8967k|   0 |  21 |1939 |3387 |1939 |1692 |  19 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.19/0.29	c   0.3s|     1 |     0 |    78 |     - |9201k|   0 |  24 |1939 |3387 |1939 |1695 |  22 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.29/0.34	c   0.3s|     1 |     0 |   117 |     - |9548k|   0 |  29 |1939 |3387 |1939 |1699 |  26 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.29/0.39	c   0.4s|     1 |     0 |   175 |     - |9716k|   0 |  30 |1939 |3387 |1939 |1703 |  30 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.39/0.47	c   0.4s|     1 |     0 |   299 |     - |  10M|   0 |  50 |1939 |3387 |1939 |1710 |  37 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.49/0.57	c   0.6s|     1 |     0 |   354 |     - |  10M|   0 |  53 |1939 |3387 |1939 |1716 |  43 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1.10/1.16	c   1.1s|     1 |     2 |   354 |     - |  10M|   0 |  53 |1939 |3387 |1939 |1716 |  43 |   0 |  13 | 0.000000e+00 |      --      |    Inf 
2.89/2.93	o 42102
2.89/2.93	c y 2.9s|    16 |    15 |  1538 |  78.9 |  10M|  14 |   - |1939 |3387 |   0 |   0 |  52 |   0 | 151 | 0.000000e+00 | 4.210200e+04 |    Inf 
4.79/4.82	o 612
4.79/4.82	c * 4.8s|    53 |    50 |  3037 |  51.6 |  10M|  19 |   - |1939 |3387 |1939 |1710 |  68 |   0 | 352 | 0.000000e+00 | 6.120000e+02 |    Inf 
5.49/5.52	o 445
5.49/5.52	c * 5.5s|   184 |   156 |  3759 |  18.6 |  11M|  31 |   - |1939 |3391 |1939 |1717 | 128 |   4 | 489 | 0.000000e+00 | 4.450000e+02 |    Inf 
5.49/5.56	o 340
5.49/5.56	c * 5.5s|   202 |   109 |  3832 |  17.3 |  11M|  31 |   - |1939 |3393 |1939 |1720 | 130 |   6 | 491 | 0.000000e+00 | 3.400000e+02 |    Inf 
5.49/5.57	o 318
5.49/5.57	c * 5.5s|   206 |    85 |  3854 |  17.1 |  11M|  31 |   - |1939 |3394 |1939 |1719 | 130 |   7 | 491 | 0.000000e+00 | 3.180000e+02 |    Inf 
6.69/6.72	o 205
6.69/6.72	c * 6.7s|   306 |    69 |  4664 |  14.1 |  11M|  34 |   - |1939 |3467 |1939 |1711 | 141 |  80 | 722 | 0.000000e+00 | 2.050000e+02 |    Inf 
8.79/8.82	o 177
8.79/8.82	c * 8.8s|   647 |   149 |  7976 |  11.8 |  12M|  41 |   - |1939 |3721 |1939 |1710 | 255 | 343 |1191 | 0.000000e+00 | 1.770000e+02 |    Inf 
9.69/9.79	o 146
9.69/9.79	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
9.69/9.79	c * 9.8s|  1054 |   215 | 10051 |   9.2 |  12M|  44 |   - |1939 |4064 |1939 |1720 | 363 | 749 |1344 | 0.000000e+00 | 1.460000e+02 |    Inf 
11.60/11.62	o 140
11.60/11.62	c *11.6s|  1965 |   396 | 15308 |   7.6 |  13M|  67 |   - |1939 |4546 |1939 |1722 | 510 |1561 |1490 | 0.000000e+00 | 1.400000e+02 |    Inf 
14.60/14.67	o 127
14.60/14.67	c *14.7s|  3706 |   635 | 26115 |   7.0 |  16M|  67 |   - |1939 |5036 |1939 |1715 | 735 |3405 |1561 | 0.000000e+00 | 1.270000e+02 |    Inf 
14.70/14.70	o 120
14.70/14.70	c *14.7s|  3718 |   630 | 26202 |   7.0 |  16M|  67 |   - |1939 |5045 |1939 |1715 | 744 |3414 |1561 | 0.000000e+00 | 1.200000e+02 |    Inf 
14.70/14.71	o 114
14.70/14.71	c *14.7s|  3720 |   627 | 26203 |   7.0 |  16M|  67 |   - |1939 |5045 |1939 |1715 | 744 |3414 |1561 | 0.000000e+00 | 1.140000e+02 |    Inf 
14.70/14.71	o 96
14.70/14.71	c *14.7s|  3721 |   616 | 26203 |   6.9 |  16M|  67 |   - |1939 |5045 |1939 |1715 | 744 |3414 |1561 | 0.000000e+00 | 9.600000e+01 |    Inf 
27.39/27.49	c  27.5s| 10000 |  1179 | 84836 |   8.4 |  21M|  67 |  14 |1939 |5442 |1939 |1713 |1906 |9439 |1760 | 0.000000e+00 | 9.600000e+01 |    Inf 
33.19/33.28	o 87
33.19/33.28	c *33.3s| 12991 |  1347 |111657 |   8.6 |  24M|  67 |   - |1939 |5970 |1939 |1720 |2508 |  12k|1769 | 0.000000e+00 | 8.700000e+01 |    Inf 
42.49/42.54	o 74
42.49/42.54	c *42.5s| 17839 |  1643 |154236 |   8.6 |  28M|  67 |   - |1939 |5363 |1939 |1708 |3252 |  17k|1769 | 0.000000e+00 | 7.400000e+01 |    Inf 
43.19/43.22	o 64
43.19/43.22	c *43.2s| 18191 |  1612 |157021 |   8.6 |  28M|  67 |   - |1939 |5023 |1939 |1708 |3269 |  18k|1769 | 0.000000e+00 | 6.400000e+01 |    Inf 
44.40/44.41	o 37
44.40/44.41	c *44.4s| 18727 |  1427 |163837 |   8.7 |  25M|  67 |   - |1939 |4668 |1939 |1715 |3358 |  18k|1769 | 0.000000e+00 | 3.700000e+01 |    Inf 
47.09/47.13	c  47.1s| 20000 |  1408 |181392 |   9.1 |  25M|  67 |  27 |1939 |4551 |1939 |1708 |3464 |  20k|1769 | 0.000000e+00 | 3.700000e+01 |    Inf 
56.99/57.01	o 34
56.99/57.01	c *57.0s| 25085 |  1392 |241303 |   9.6 |  26M|  67 |   - |1939 |6334 |1939 |1708 |4269 |  26k|1769 | 0.000000e+00 | 3.400000e+01 |    Inf 
58.80/58.84	o 22
58.80/58.84	c *58.8s| 25958 |  1191 |253740 |   9.8 |  23M|  67 |   - |1939 |6725 |1939 |1710 |4387 |  27k|1769 | 0.000000e+00 | 2.200000e+01 |    Inf 
66.59/66.65	o 3
66.59/66.65	c *66.6s| 29879 |   919 |305629 |  10.2 |  21M|  67 |   - |1939 |5893 |1939 |1724 |4957 |  32k|1769 | 0.000000e+00 | 3.000000e+00 |    Inf 
66.89/66.94	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
66.89/66.94	c  66.9s| 30000 |   911 |307824 |  10.2 |  21M|  67 |   - |1939 |5283 |   0 |   0 |4963 |  33k|1769 | 0.000000e+00 | 3.000000e+00 |    Inf 
87.09/87.15	c  87.1s| 40000 |  1008 |444864 |  11.1 |  23M|  67 |  16 |1939 |9366 |1939 |1708 |5762 |  45k|2136 | 0.000000e+00 | 3.000000e+00 |    Inf 
98.40/98.45	o 2
98.40/98.45	c *98.4s| 44829 |  1021 |523698 |  11.7 |  24M|  67 |   - |1939 |  10k|1939 |1708 |6192 |  52k|2333 | 0.000000e+00 | 2.000000e+00 |    Inf 
109.90/109.92	c   110s| 50000 |  1083 |598409 |  12.0 |  25M|  67 |  15 |1939 |  11k|1939 |1708 |6678 |  59k|2539 | 0.000000e+00 | 2.000000e+00 |    Inf 
132.80/132.88	c   133s| 60000 |  1198 |750775 |  12.5 |  27M|  67 |   - |1939 |  14k|1939 |1708 |7421 |  72k|2822 | 0.000000e+00 | 2.000000e+00 |    Inf 
155.70/155.73	c   156s| 70000 |  1165 |898999 |  12.8 |  28M|  67 |   - |1939 |  15k|1939 |1714 |8125 |  85k|3123 | 0.000000e+00 | 2.000000e+00 |    Inf 
178.69/178.72	c   179s| 80000 |  1129 |  1045k|  13.1 |  28M|  67 |  13 |1939 |  14k|1939 |1708 |9363 |  99k|3407 | 0.000000e+00 | 2.000000e+00 |    Inf 
201.80/201.89	c   202s| 90000 |  1129 |  1195k|  13.3 |  29M|  67 |   - |1939 |  17k|1939 |1708 |  10k| 113k|3639 | 0.000000e+00 | 2.000000e+00 |    Inf 
224.70/224.74	c   225s|100000 |  1218 |  1339k|  13.4 |  29M|  67 |  24 |1939 |  14k|1939 |1708 |  11k| 126k|3884 | 0.000000e+00 | 2.000000e+00 |    Inf 
246.80/246.85	c   247s|110000 |  1412 |  1480k|  13.5 |  31M|  67 |   - |1939 |  18k|1939 |1708 |  11k| 140k|4106 | 0.000000e+00 | 2.000000e+00 |    Inf 
269.30/269.33	c   269s|120000 |  1435 |  1624k|  13.5 |  32M|  69 |   - |1939 |  18k|   0 |   0 |  12k| 154k|4290 | 0.000000e+00 | 2.000000e+00 |    Inf 
291.41/291.47	c   291s|130000 |  1319 |  1764k|  13.6 |  32M|  69 |   - |1939 |  18k|1939 |1708 |  13k| 169k|4460 | 0.000000e+00 | 2.000000e+00 |    Inf 
313.60/313.64	c   314s|140000 |  1282 |  1904k|  13.6 |  33M|  69 |  18 |1939 |  20k|1939 |1708 |  14k| 183k|4692 | 0.000000e+00 | 2.000000e+00 |    Inf 
336.01/336.02	c   336s|150000 |  1243 |  2041k|  13.6 |  31M|  69 |  29 |1939 |  17k|1939 |1719 |  15k| 198k|4828 | 0.000000e+00 | 2.000000e+00 |    Inf 
357.51/357.60	c   358s|160000 |  1141 |  2166k|  13.5 |  30M|  69 |  22 |1939 |  14k|1939 |1716 |  16k| 211k|5097 | 0.000000e+00 | 2.000000e+00 |    Inf 
378.81/378.82	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
378.81/378.82	c   379s|170000 |  1337 |  2295k|  13.5 |  32M|  69 |  23 |1939 |  18k|1939 |1708 |  16k| 224k|5207 | 0.000000e+00 | 2.000000e+00 |    Inf 
401.00/401.09	c   401s|180000 |  1635 |  2429k|  13.5 |  36M|  69 |   - |1939 |  23k|1939 |1708 |  17k| 237k|5345 | 0.000000e+00 | 2.000000e+00 |    Inf 
424.30/424.37	c   424s|190000 |  1632 |  2565k|  13.5 |  36M|  69 |  20 |1939 |  22k|1939 |1708 |  18k| 250k|5552 | 0.000000e+00 | 2.000000e+00 |    Inf 
446.10/446.18	c   446s|200000 |  1978 |  2690k|  13.5 |  38M|  69 |  26 |1939 |  25k|1939 |1708 |  19k| 263k|5675 | 0.000000e+00 | 2.000000e+00 |    Inf 
468.41/468.49	c   468s|210000 |  2066 |  2818k|  13.4 |  40M|  69 |   1 |1939 |  25k|1939 |1708 |  19k| 277k|5810 | 0.000000e+00 | 2.000000e+00 |    Inf 
490.81/490.85	c   491s|220000 |  2098 |  2947k|  13.4 |  41M|  69 |   - |1939 |  27k|   0 |   0 |  20k| 291k|5933 | 0.000000e+00 | 2.000000e+00 |    Inf 
513.51/513.50	c   513s|230000 |  2035 |  3072k|  13.4 |  38M|  69 |  26 |1939 |  20k|1939 |1708 |  21k| 305k|6045 | 0.000000e+00 | 2.000000e+00 |    Inf 
535.31/535.35	c   535s|240000 |  2003 |  3199k|  13.3 |  40M|  69 |   - |1939 |  23k|   0 |   0 |  21k| 318k|6175 | 0.000000e+00 | 2.000000e+00 |    Inf 
557.41/557.41	c   557s|250000 |  1928 |  3324k|  13.3 |  40M|  69 |   - |1939 |  23k|1939 |1708 |  22k| 332k|6309 | 0.000000e+00 | 2.000000e+00 |    Inf 
579.81/579.81	c   580s|260000 |  1910 |  3457k|  13.3 |  41M|  69 |   - |1939 |  25k|   0 |   0 |  23k| 346k|6458 | 0.000000e+00 | 2.000000e+00 |    Inf 
601.91/601.97	c   602s|270000 |  1794 |  3582k|  13.3 |  40M|  69 |   - |1939 |  24k|1939 |1708 |  24k| 360k|6575 | 0.000000e+00 | 2.000000e+00 |    Inf 
624.61/624.67	c   625s|280000 |  1315 |  3711k|  13.3 |  34M|  69 |  34 |1939 |  18k|1939 |1708 |  24k| 374k|6691 | 0.000000e+00 | 2.000000e+00 |    Inf 
647.61/647.62	c   648s|290000 |  1153 |  3854k|  13.3 |  31M|  69 |  25 |1939 |  13k|1939 |1719 |  26k| 388k|6962 | 0.000000e+00 | 2.000000e+00 |    Inf 
669.61/669.64	c   670s|300000 |  1123 |  3997k|  13.3 |  32M|  69 |   - |1939 |  15k|   0 |   0 |  26k| 401k|7053 | 0.000000e+00 | 2.000000e+00 |    Inf 
690.61/690.62	c   691s|310000 |   961 |  4125k|  13.3 |  31M|  69 |  27 |1939 |  15k|1939 |1708 |  27k| 414k|7161 | 0.000000e+00 | 2.000000e+00 |    Inf 
711.72/711.77	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
711.72/711.77	c   712s|320000 |  1137 |  4255k|  13.3 |  33M|  69 |  15 |1939 |  20k|1939 |1715 |  28k| 427k|7252 | 0.000000e+00 | 2.000000e+00 |    Inf 
733.62/733.69	c   734s|330000 |   961 |  4384k|  13.3 |  31M|  69 |  21 |1939 |  17k|1939 |1708 |  29k| 441k|7376 | 0.000000e+00 | 2.000000e+00 |    Inf 
756.72/756.79	c   757s|340000 |   802 |  4523k|  13.3 |  30M|  69 |   - |1939 |  15k|1939 |1708 |  29k| 454k|7501 | 0.000000e+00 | 2.000000e+00 |    Inf 
778.83/778.83	c   779s|350000 |   763 |  4664k|  13.3 |  30M|  69 |   - |1939 |  16k|   0 |   0 |  30k| 467k|7610 | 0.000000e+00 | 2.000000e+00 |    Inf 
801.32/801.31	c   801s|360000 |   740 |  4803k|  13.3 |  31M|  69 |  20 |1939 |  20k|1939 |1715 |  31k| 480k|7717 | 0.000000e+00 | 2.000000e+00 |    Inf 
823.72/823.74	c   824s|370000 |   683 |  4937k|  13.3 |  30M|  69 |  19 |1939 |  20k|1939 |1708 |  31k| 493k|7812 | 0.000000e+00 | 2.000000e+00 |    Inf 
846.02/846.04	c   846s|380000 |   609 |  5061k|  13.3 |  29M|  69 |   - |1939 |  18k|   0 |   0 |  32k| 507k|7950 | 0.000000e+00 | 2.000000e+00 |    Inf 
868.42/868.43	c   868s|390000 |   694 |  5193k|  13.3 |  31M|  69 |   - |1939 |  23k|   0 |   0 |  33k| 519k|8052 | 0.000000e+00 | 2.000000e+00 |    Inf 
892.22/892.21	c   892s|400000 |   768 |  5330k|  13.3 |  33M|  69 |   - |1939 |  26k|1939 |1722 |  35k| 533k|8171 | 0.000000e+00 | 2.000000e+00 |    Inf 
915.62/915.68	c   916s|410000 |   695 |  5458k|  13.3 |  33M|  69 |  18 |1939 |  27k|1939 |1708 |  36k| 546k|8290 | 0.000000e+00 | 2.000000e+00 |    Inf 
941.03/941.03	c   941s|420000 |   961 |  5601k|  13.3 |  36M|  69 |  27 |1939 |  32k|1939 |1708 |  37k| 558k|8387 | 0.000000e+00 | 2.000000e+00 |    Inf 
967.23/967.20	c   967s|430000 |  1039 |  5751k|  13.4 |  37M|  69 |   - |1939 |  32k|   0 |   0 |  37k| 571k|8492 | 0.000000e+00 | 2.000000e+00 |    Inf 
993.62/993.67	c   994s|440000 |  1114 |  5895k|  13.4 |  38M|  69 |  21 |1939 |  33k|1939 |1708 |  38k| 585k|8582 | 0.000000e+00 | 2.000000e+00 |    Inf 
1010.33/1010.36	o 1
1010.33/1010.36	c *1010s|446384 |  1134 |  5993k|  13.4 |  38M|  69 |   - |1939 |  32k|1939 |1708 |  38k| 593k|8605 | 0.000000e+00 | 1.000000e+00 |    Inf 
1019.43/1019.49	c  1019s|450000 |  1132 |  6035k|  13.4 |  39M|  69 |   - |1939 |  33k|   0 |   0 |  39k| 598k|8673 | 0.000000e+00 | 1.000000e+00 |    Inf 
1046.32/1046.39	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1046.32/1046.39	c  1046s|460000 |  1197 |  6182k|  13.4 |  41M|  69 |  22 |1939 |  37k|1939 |1708 |  39k| 612k|8753 | 0.000000e+00 | 1.000000e+00 |    Inf 
1073.53/1073.50	c  1073s|470000 |  1181 |  6341k|  13.5 |  40M|  69 |   - |1939 |  34k|   0 |   0 |  40k| 626k|8865 | 0.000000e+00 | 1.000000e+00 |    Inf 
1099.33/1099.37	c  1099s|480000 |   910 |  6487k|  13.5 |  35M|  69 |   - |1939 |  24k|   0 |   0 |  41k| 640k|8946 | 0.000000e+00 | 1.000000e+00 |    Inf 
1125.23/1125.25	c  1125s|490000 |   894 |  6638k|  13.5 |  37M|  69 |   - |1939 |  29k|   0 |   0 |  41k| 653k|9037 | 0.000000e+00 | 1.000000e+00 |    Inf 
1149.33/1149.35	c  1149s|500000 |   609 |  6771k|  13.5 |  31M|  69 |  15 |1939 |  21k|1939 |1708 |  42k| 666k|9188 | 0.000000e+00 | 1.000000e+00 |    Inf 
1172.43/1172.41	c  1172s|510000 |   468 |  6905k|  13.5 |  29M|  69 |  20 |1939 |  18k|1939 |1708 |  43k| 680k|9262 | 0.000000e+00 | 1.000000e+00 |    Inf 
1193.63/1193.65	c  1194s|520000 |   521 |  7024k|  13.5 |  31M|  69 |   - |1939 |  23k|1939 |1708 |  44k| 692k|9331 | 0.000000e+00 | 1.000000e+00 |    Inf 
1215.44/1215.44	c  1215s|530000 |   576 |  7140k|  13.5 |  31M|  69 |   - |1939 |  23k|   0 |   0 |  44k| 705k|9370 | 0.000000e+00 | 1.000000e+00 |    Inf 
1241.54/1241.58	c  1242s|540000 |   727 |  7292k|  13.5 |  33M|  69 |  24 |1939 |  26k|1939 |1708 |  45k| 718k|9448 | 0.000000e+00 | 1.000000e+00 |    Inf 
1266.94/1266.93	c  1267s|550000 |   823 |  7427k|  13.5 |  36M|  69 |  32 |1939 |  30k|1939 |1715 |  46k| 732k|9530 | 0.000000e+00 | 1.000000e+00 |    Inf 
1293.64/1293.62	c  1294s|560000 |   939 |  7567k|  13.5 |  36M|  69 |  39 |1939 |  28k|1939 |1714 |  47k| 745k|9595 | 0.000000e+00 | 1.000000e+00 |    Inf 
1321.34/1321.31	c  1321s|570000 |  1053 |  7717k|  13.5 |  38M|  69 |   - |1939 |  31k|   0 |   0 |  47k| 759k|9674 | 0.000000e+00 | 1.000000e+00 |    Inf 
1347.84/1347.88	c  1348s|580000 |  1090 |  7860k|  13.6 |  39M|  69 |  24 |1939 |  33k|1939 |1715 |  48k| 772k|9755 | 0.000000e+00 | 1.000000e+00 |    Inf 
1376.24/1376.25	c  1376s|590000 |  1183 |  8011k|  13.6 |  42M|  69 |  28 |1939 |  37k|1939 |1722 |  48k| 786k|9836 | 0.000000e+00 | 1.000000e+00 |    Inf 
1404.34/1404.32	c  1404s|600000 |  1282 |  8154k|  13.6 |  44M|  71 |   - |1939 |  41k|   0 |   0 |  49k| 801k|9907 | 0.000000e+00 | 1.000000e+00 |    Inf 
1432.04/1432.00	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1432.04/1432.00	c  1432s|610000 |  1292 |  8290k|  13.6 |  42M|  71 |  33 |1939 |  34k|1939 |1721 |  50k| 815k|9974 | 0.000000e+00 | 1.000000e+00 |    Inf 
1459.24/1459.23	c  1459s|620000 |  1252 |  8438k|  13.6 |  42M|  71 |   - |1939 |  33k|   0 |   0 |  50k| 829k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
1486.54/1486.57	c  1487s|630000 |  1184 |  8588k|  13.6 |  41M|  71 |   - |1939 |  31k|1939 |1726 |  51k| 843k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
1513.74/1513.79	c  1514s|640000 |  1297 |  8729k|  13.6 |  41M|  72 |  20 |1939 |  30k|1939 |1708 |  52k| 856k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
1539.64/1539.65	c  1540s|650000 |  1334 |  8846k|  13.6 |  42M|  72 |   - |1939 |  32k|   0 |   0 |  53k| 869k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
1565.35/1565.37	c  1565s|660000 |  1333 |  8969k|  13.6 |  43M|  72 |  22 |1939 |  34k|1939 |1708 |  54k| 882k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
1592.25/1592.26	c  1592s|670000 |  1448 |  9095k|  13.6 |  44M|  72 |  15 |1939 |  35k|1939 |1708 |  55k| 895k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
1620.55/1620.54	c  1621s|680000 |  1563 |  9226k|  13.6 |  46M|  72 |   - |1939 |  37k|   0 |   0 |  55k| 909k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
1651.35/1651.37	c  1651s|690000 |  1642 |  9369k|  13.6 |  47M|  72 |  26 |1939 |  38k|1939 |1708 |  56k| 922k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
1681.75/1681.70	c  1682s|700000 |  1745 |  9513k|  13.6 |  48M|  72 |  14 |1939 |  39k|1939 |1719 |  57k| 936k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
1711.35/1711.40	c  1711s|710000 |  1755 |  9650k|  13.6 |  49M|  72 |   - |1939 |  40k|   0 |   0 |  58k| 950k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
1740.45/1740.47	c  1740s|720000 |  1772 |  9787k|  13.6 |  50M|  74 |  22 |1939 |  40k|1939 |1714 |  59k| 963k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
1769.35/1769.33	c  1769s|730000 |  1803 |  9920k|  13.6 |  49M|  74 |   - |1939 |  38k|   0 |   0 |  60k| 977k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
1790.05/1790.00	c 
1790.05/1790.00	c SCIP Status        : solving was interrupted [time limit reached]
1790.05/1790.00	c Solving Time (sec) : 1789.98
1790.05/1790.00	c Solving Nodes      : 737037
1790.05/1790.00	c Primal Bound       : +1.00000000000000e+00 (67 solutions)
1790.05/1790.00	c Dual Bound         : +0.00000000000000e+00
1790.05/1790.00	c Gap                : infinite
1790.05/1790.01	s SATISFIABLE
1790.05/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.05/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.05/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.05/1790.01	v x167 -x166 -x165 -x164 -x163 -x162 -x161 -x160 -x159 -x158 -x157 -x156 -x155 -x154 -x153 x152 -x151 x150 -x149 -x148 -x147 -x146 
1790.05/1790.01	v -x145 -x144 -x143 -x142 -x141 -x140 x139 -x138 -x137 -x136 -x135 -x134 -x133 -x132 -x131 -x130 -x129 -x128 -x127 -x126 -x125 
1790.05/1790.01	v -x124 -x123 -x122 -x121 -x120 -x119 -x118 -x117 -x116 x115 -x114 -x113 -x112 -x111 -x110 -x109 -x108 -x107 x106 -x105 -x104 
1790.05/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.05/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 
1790.05/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 
1790.05/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.05/1790.01	v -x1 
1790.05/1790.01	c SCIP Status        : solving was interrupted [time limit reached]
1790.05/1790.01	c Solving Time       :    1789.98
1790.05/1790.01	c Original Problem   :
1790.05/1790.01	c   Problem name     : HOME/instance-2705537-1278572955.wbo
1790.05/1790.01	c   Variables        : 2043 (1137 binary, 0 integer, 906 implicit integer, 0 continuous)
1790.05/1790.01	c   Constraints      : 3614 initial, 3614 maximal
1790.05/1790.01	c Presolved Problem  :
1790.05/1790.01	c   Problem name     : t_HOME/instance-2705537-1278572955.wbo
1790.05/1790.01	c   Variables        : 1939 (1085 binary, 0 integer, 854 implicit integer, 0 continuous)
1790.05/1790.01	c   Constraints      : 3381 initial, 42958 maximal
1790.05/1790.01	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1790.05/1790.01	c   trivial          :       0.00         52          0          0          0          0          0          0          0
1790.05/1790.01	c   dualfix          :       0.00         52          0          0          0          0          0          0          0
1790.05/1790.01	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1790.05/1790.01	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1790.05/1790.01	c   implics          :       0.00          0          0          0          0          0          0          0          0
1790.05/1790.01	c   probing          :       0.03          0          0          0          0          0          0          0          0
1790.05/1790.01	c   knapsack         :       0.00          0          0          0          0          0          0          0          0
1790.05/1790.01	c   setppc           :       0.00          0          0          0          0          0         68          0          0
1790.05/1790.01	c   linear           :       0.04          0          0          0        906          0        113         52          0
1790.05/1790.01	c   indicator        :       0.00          0          0          0          0          0         52          0          0
1790.05/1790.01	c   logicor          :       0.01          0          0          0          0          0          0          0          0
1790.05/1790.01	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0
1790.05/1790.01	c   root node        :          -       1708          -          -       1708          -          -          -          -
1790.05/1790.01	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1790.05/1790.01	c   integral         :          0          0          0     403432          0        291       2886          0          0     778086
1790.05/1790.01	c   knapsack         :          1          6    3337654      11762          2      39529    8400513          2          0          0
1790.05/1790.01	c   setppc           :         51          6    3303621      11731          2      61627    2361857          0          0          0
1790.05/1790.01	c   linear           :        854+         7    3242608      11871          2      58818    3990987      60972          0          0
1790.05/1790.01	c   indicator        :        854          0    1915208       8147          0        554     968321          0          0          0
1790.05/1790.01	c   logicor          :       1621+         6    1594600       1472          2     100252    5929990          0          0          0
1790.05/1790.01	c   bounddisjunction :          0+         0     275857          0          0        459       3200          0          0          0
1790.05/1790.01	c   countsols        :          0          0          0       1472          2          0          0          0          0          0
1790.05/1790.01	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1790.05/1790.01	c   integral         :      40.08       0.00       0.00      40.08       0.00
1790.05/1790.01	c   knapsack         :      30.77       0.00      30.76       0.01       0.00
1790.05/1790.01	c   setppc           :      15.07       0.00      15.06       0.01       0.00
1790.05/1790.01	c   linear           :      43.21       0.00      42.85       0.36       0.00
1790.05/1790.01	c   indicator        :       4.37       0.01       4.20       0.16       0.00
1790.05/1790.01	c   logicor          :     236.29       0.00     236.27       0.02       0.00
1790.05/1790.01	c   bounddisjunction :       0.46       0.00       0.46       0.00       0.00
1790.05/1790.01	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1790.05/1790.01	c Propagators        :       Time      Calls    Cutoffs    DomReds
1790.05/1790.01	c   vbounds          :       0.53      15117          0        542
1790.05/1790.01	c   rootredcost      :       0.50         22          0        854
1790.05/1790.01	c   pseudoobj        :      41.62    3347042       3334    1044576
1790.05/1790.01	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1790.05/1790.01	c   propagation      :       9.52     264019     263424    1526999       26.2       8183       23.0          -
1790.05/1790.01	c   infeasible LP    :      21.13     121112     121106     912646       46.9       1298       14.5          0
1790.05/1790.01	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1790.05/1790.01	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1790.05/1790.01	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1790.05/1790.01	c   applied globally :          -          -          -     987398       28.7          -          -          -
1790.05/1790.01	c   applied locally  :          -          -          -          0        0.0          -          -          -
1790.05/1790.01	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1790.05/1790.01	c   cut pool         :       0.00          5          -          -        116          -    (maximal pool size: 540)
1790.05/1790.01	c   redcost          :      13.08     404218          0      25330          0          0
1790.05/1790.01	c   impliedbounds    :       0.00          6          0          0          0          0
1790.05/1790.01	c   intobj           :       0.00          0          0          0          0          0
1790.05/1790.01	c   cgmip            :       0.00          0          0          0          0          0
1790.05/1790.01	c   gomory           :       0.13          6          0          0       2153          0
1790.05/1790.01	c   strongcg         :       0.12          6          0          0       1905          0
1790.05/1790.01	c   cmir             :       0.03          6          0          0          3          0
1790.05/1790.01	c   flowcover        :       0.04          6          0          0          6          0
1790.05/1790.01	c   clique           :       0.00          6          0          0          0          0
1790.05/1790.01	c   zerohalf         :       0.00          0          0          0          0          0
1790.05/1790.01	c   mcf              :       0.00          1          0          0          0          0
1790.05/1790.01	c   rapidlearning    :       0.07          1          0          0          0          6
1790.05/1790.01	c Pricers            :       Time      Calls       Vars
1790.05/1790.01	c   problem variables:       0.00          0          0
1790.05/1790.01	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1790.05/1790.01	c   relpscost        :      39.76     391544        291       2886          0          0     778086
1790.05/1790.01	c   pscost           :       0.00          0          0          0          0          0          0
1790.05/1790.01	c   inference        :       0.21       1453          0          0          0          0       2909
1790.05/1790.01	c   mostinf          :       0.00          0          0          0          0          0          0
1790.05/1790.01	c   leastinf         :       0.00          0          0          0          0          0          0
1790.05/1790.01	c   fullstrong       :       0.00          0          0          0          0          0          0
1790.05/1790.01	c   allfullstrong    :       0.00          0          0          0          0          0          0
1790.05/1790.01	c   random           :       0.00          0          0          0          0          0          0
1790.05/1790.01	c Primal Heuristics  :       Time      Calls      Found
1790.05/1790.01	c   LP solutions     :       0.01          -         21
1790.05/1790.01	c   pseudo solutions :       0.00          -          0
1790.05/1790.01	c   feaspump         :       0.03          1          0
1790.05/1790.01	c   oneopt           :       0.25         21          0
1790.05/1790.01	c   crossover        :       0.64         18          0
1790.05/1790.01	c   veclendiving     :       0.48        115          0
1790.05/1790.01	c   linesearchdiving :       0.49        115          0
1790.05/1790.01	c   fracdiving       :       0.62        115          0
1790.05/1790.01	c   objpscostdiving  :       0.58         58          0
1790.05/1790.01	c   coefdiving       :       0.70        116          0
1790.05/1790.01	c   guideddiving     :       0.75        116          0
1790.05/1790.01	c   pscostdiving     :       0.55        116          0
1790.05/1790.01	c   rootsoldiving    :       0.65         59          0
1790.05/1790.01	c   trivial          :       0.00          2          0
1790.05/1790.01	c   simplerounding   :       0.53     391665          0
1790.05/1790.01	c   zirounding       :       0.23       1000          0
1790.05/1790.01	c   rounding         :       0.81       8818          0
1790.05/1790.01	c   shifting         :       0.78       2739          0
1790.05/1790.01	c   intshifting      :       0.02          0          0
1790.05/1790.01	c   twoopt           :       0.00          0          0
1790.05/1790.01	c   fixandinfer      :       0.00          0          0
1790.05/1790.01	c   intdiving        :       0.00          0          0
1790.05/1790.01	c   actconsdiving    :       0.00          0          0
1790.05/1790.01	c   octane           :       0.00          0          0
1790.05/1790.01	c   rens             :       0.02          1          0
1790.05/1790.01	c   rins             :       0.00          0          0
1790.05/1790.01	c   localbranching   :       0.00          0          0
1790.05/1790.01	c   mutation         :       0.00          0          0
1790.05/1790.01	c   dins             :       0.00          0          0
1790.05/1790.01	c   undercover       :       0.00          0          0
1790.05/1790.01	c   nlp              :       0.11          0          0
1790.05/1790.01	c   trysol           :       0.19         84         46
1790.05/1790.01	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1790.05/1790.01	c   primal LP        :       0.00          0          0       0.00          -
1790.05/1790.01	c   dual LP          :     980.85     521573    9985637      19.15   10180.59
1790.05/1790.01	c   lex dual LP      :       0.00          0          0       0.00          -
1790.05/1790.01	c   barrier LP       :       0.00          0          0       0.00          -
1790.05/1790.01	c   diving/probing LP:       3.33       2493      22679       9.10    6813.06
1790.05/1790.01	c   strong branching :      35.80      10761     379243      35.24   10594.76
1790.05/1790.01	c     (at root node) :          -         13       4973     382.54          -
1790.05/1790.01	c   conflict analysis:       0.00          0          0       0.00          -
1790.05/1790.01	c B&B Tree           :
1790.05/1790.01	c   number of runs   :          1
1790.05/1790.01	c   nodes            :     737037
1790.05/1790.01	c   nodes (total)    :     737037
1790.05/1790.01	c   nodes left       :       1869
1790.05/1790.01	c   max depth        :         74
1790.05/1790.01	c   max depth (total):         74
1790.05/1790.01	c   backtracks       :      93457 (12.7%)
1790.05/1790.01	c   delayed cutoffs  :      41016
1790.05/1790.01	c   repropagations   :    1361854 (3594240 domain reductions, 38027 cutoffs)
1790.05/1790.01	c   avg switch length:       5.24
1790.05/1790.01	c   switching time   :     199.81
1790.05/1790.01	c Solution           :
1790.05/1790.01	c   Solutions found  :         67 (22 improvements)
1790.05/1790.01	c   First Solution   : +4.21020000000000e+04   (in run 1, after 15 nodes, 2.90 seconds, depth 15, found by <trysol>)
1790.05/1790.01	c   Primal Bound     : +1.00000000000000e+00   (in run 1, after 446384 nodes, 1010.34 seconds, depth 26, found by <relaxation>)
1790.05/1790.01	c   Dual Bound       : +0.00000000000000e+00
1790.05/1790.01	c   Gap              :   infinite
1790.05/1790.01	c   Root Dual Bound  : +0.00000000000000e+00
1790.05/1790.01	c   Root Iterations  :        354
1790.05/1790.08	c Time complete: 1790.14.

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-2705537-1278572955/watcher-2705537-1278572955 -o /tmp/evaluation-result-2705537-1278572955/solver-2705537-1278572955 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2705537-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.08 0.02 0.01 2/173 24494
/proc/meminfo: memFree=29012624/32951124 swapFree=67111528/67111528
[pid=24494] ppid=24492 vsize=12336 CPUtime=0
/proc/24494/stat : 24494 (pbscip.linux.x8) R 24492 24494 24314 0 -1 4202496 1923 0 0 0 0 0 0 0 21 0 1 0 25509678 12632064 1842 4089446400 4194304 10345943 140735135747264 18446744073709551615 6326861 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/24494/statm: 3084 1842 429 1502 0 1577 0

[startup+0.088502 s]
/proc/loadavg: 0.08 0.02 0.01 2/173 24494
/proc/meminfo: memFree=29012624/32951124 swapFree=67111528/67111528
[pid=24494] ppid=24492 vsize=27424 CPUtime=0.08
/proc/24494/stat : 24494 (pbscip.linux.x8) R 24492 24494 24314 0 -1 4202496 5919 0 0 0 8 0 0 0 21 0 1 0 25509678 28082176 5484 4089446400 4194304 10345943 140735135747264 18446744073709551615 4288144 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/24494/statm: 6856 5484 561 1502 0 5349 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 27424

[startup+0.100489 s]
/proc/loadavg: 0.08 0.02 0.01 2/173 24494
/proc/meminfo: memFree=29012624/32951124 swapFree=67111528/67111528
[pid=24494] ppid=24492 vsize=27560 CPUtime=0.09
/proc/24494/stat : 24494 (pbscip.linux.x8) R 24492 24494 24314 0 -1 4202496 5973 0 0 0 9 0 0 0 21 0 1 0 25509678 28221440 5538 4089446400 4194304 10345943 140735135747264 18446744073709551615 5032005 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/24494/statm: 6890 5538 570 1502 0 5383 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 27560

[startup+0.300458 s]
/proc/loadavg: 0.08 0.02 0.01 2/173 24494
/proc/meminfo: memFree=29012624/32951124 swapFree=67111528/67111528
[pid=24494] ppid=24492 vsize=51968 CPUtime=0.29
/proc/24494/stat : 24494 (pbscip.linux.x8) R 24492 24494 24314 0 -1 4202496 11719 0 0 0 28 1 0 0 21 0 1 0 25509678 53215232 11284 4089446400 4194304 10345943 140735135747264 18446744073709551615 6197311 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/24494/statm: 12992 11284 762 1502 0 11485 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 51968

[startup+0.700428 s]
/proc/loadavg: 0.08 0.02 0.01 2/173 24494
/proc/meminfo: memFree=29012624/32951124 swapFree=67111528/67111528
[pid=24494] ppid=24492 vsize=51968 CPUtime=0.69
/proc/24494/stat : 24494 (pbscip.linux.x8) R 24492 24494 24314 0 -1 4202496 13058 0 0 0 67 2 0 0 22 0 1 0 25509678 53215232 11801 4089446400 4194304 10345943 140735135747264 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/24494/statm: 12992 11801 777 1502 0 11485 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 51968

[startup+1.50027 s]
/proc/loadavg: 0.15 0.03 0.01 2/174 24495
/proc/meminfo: memFree=28967356/32951124 swapFree=67111528/67111528
[pid=24494] ppid=24492 vsize=51968 CPUtime=1.49
/proc/24494/stat : 24494 (pbscip.linux.x8) R 24492 24494 24314 0 -1 4202496 13088 0 0 0 146 3 0 0 25 0 1 0 25509678 53215232 11831 4089446400 4194304 10345943 140735135747264 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/24494/statm: 12992 11831 781 1502 0 11485 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 51968

[startup+3.10097 s]
/proc/loadavg: 0.15 0.03 0.01 2/174 24495
/proc/meminfo: memFree=28967108/32951124 swapFree=67111528/67111528
[pid=24494] ppid=24492 vsize=51968 CPUtime=3.09
/proc/24494/stat : 24494 (pbscip.linux.x8) R 24492 24494 24314 0 -1 4202496 13097 0 0 0 304 5 0 0 25 0 1 0 25509678 53215232 11840 4089446400 4194304 10345943 140735135747264 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/24494/statm: 12992 11840 783 1502 0 11485 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 51968

[startup+6.30034 s]
/proc/loadavg: 0.15 0.03 0.01 3/179 24506
/proc/meminfo: memFree=28914164/32951124 swapFree=67111528/67111528
[pid=24494] ppid=24492 vsize=51968 CPUtime=6.29
/proc/24494/stat : 24494 (pbscip.linux.x8) R 24492 24494 24314 0 -1 4202496 13113 0 0 0 621 8 0 0 25 0 1 0 25509678 53215232 11856 4089446400 4194304 10345943 140735135747264 18446744073709551615 6715451 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/24494/statm: 12992 11856 783 1502 0 11485 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 51968

[startup+12.7011 s]
/proc/loadavg: 0.44 0.10 0.03 3/179 24506
/proc/meminfo: memFree=28912272/32951124 swapFree=67111528/67111528
[pid=24494] ppid=24492 vsize=53064 CPUtime=12.69
/proc/24494/stat : 24494 (pbscip.linux.x8) R 24492 24494 24314 0 -1 4202496 21717 0 0 0 1255 14 0 0 25 0 1 0 25509678 54337536 11925 4089446400 4194304 10345943 140735135747264 18446744073709551615 6528251 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/24494/statm: 13266 11925 802 1502 0 11759 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 53064

[startup+25.5008 s]
/proc/loadavg: 0.68 0.16 0.05 3/179 24506
/proc/meminfo: memFree=28883680/32951124 swapFree=67111528/67111528
[pid=24494] ppid=24492 vsize=67896 CPUtime=25.5
/proc/24494/stat : 24494 (pbscip.linux.x8) R 24492 24494 24314 0 -1 4202496 40613 0 0 0 2526 24 0 0 25 0 1 0 25509678 69525504 15503 4089446400 4194304 10345943 140735135747264 18446744073709551615 4723026 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/24494/statm: 16974 15503 806 1502 0 15467 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 67896

[startup+51.101 s]
/proc/loadavg: 1.13 0.31 0.10 3/179 24507
/proc/meminfo: memFree=28831236/32951124 swapFree=67111528/67111528
[pid=24494] ppid=24492 vsize=90664 CPUtime=51.09
/proc/24494/stat : 24494 (pbscip.linux.x8) R 24492 24494 24314 0 -1 4202496 73026 0 0 0 5066 43 0 0 25 0 1 0 25509678 92839936 21207 4089446400 4194304 10345943 140735135747264 18446744073709551615 7489019 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/24494/statm: 22666 21207 807 1502 0 21159 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 90664

[startup+102.306 s]
/proc/loadavg: 1.65 0.59 0.21 3/179 24508
/proc/meminfo: memFree=28759636/32951124 swapFree=67111528/67111528
[pid=24494] ppid=24492 vsize=95332 CPUtime=102.3
/proc/24494/stat : 24494 (pbscip.linux.x8) R 24492 24494 24314 0 -1 4202496 111849 0 0 0 10147 83 0 0 25 0 1 0 25509678 97619968 22282 4089446400 4194304 10345943 140735135747264 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/24494/statm: 23833 22282 809 1502 0 22326 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 95332

[startup+162.3 s]
/proc/loadavg: 1.87 0.84 0.32 3/179 24510
/proc/meminfo: memFree=28703436/32951124 swapFree=67111528/67111528
[pid=24494] ppid=24492 vsize=101276 CPUtime=162.3
/proc/24494/stat : 24494 (pbscip.linux.x8) R 24492 24494 24314 0 -1 4202496 137915 0 0 0 16100 130 0 0 25 0 1 0 25509678 103706624 23670 4089446400 4194304 10345943 140735135747264 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/24494/statm: 25319 23670 809 1502 0 23812 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 101276

[startup+222.301 s]
/proc/loadavg: 1.95 1.05 0.42 3/179 24511
/proc/meminfo: memFree=28672140/32951124 swapFree=67111528/67111528
[pid=24494] ppid=24492 vsize=105528 CPUtime=222.29
/proc/24494/stat : 24494 (pbscip.linux.x8) R 24492 24494 24314 0 -1 4202496 160242 0 0 0 22056 173 0 0 25 0 1 0 25509678 108060672 24771 4089446400 4194304 10345943 140735135747264 18446744073709551615 5085399 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/24494/statm: 26382 24771 809 1502 0 24875 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 105528

[startup+282.301 s]
/proc/loadavg: 1.98 1.22 0.52 3/179 24513
/proc/meminfo: memFree=28665252/32951124 swapFree=67111528/67111528
[pid=24494] ppid=24492 vsize=106692 CPUtime=282.3
/proc/24494/stat : 24494 (pbscip.linux.x8) R 24492 24494 24314 0 -1 4202496 174734 0 0 0 28017 213 0 0 25 0 1 0 25509678 109252608 25019 4089446400 4194304 10345943 140735135747264 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/24494/statm: 26673 25019 809 1502 0 25166 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 106692

[startup+342.301 s]
/proc/loadavg: 1.99 1.36 0.61 3/179 24514
/proc/meminfo: memFree=28647480/32951124 swapFree=67111528/67111528
[pid=24494] ppid=24492 vsize=107936 CPUtime=342.3
/proc/24494/stat : 24494 (pbscip.linux.x8) R 24492 24494 24314 0 -1 4202496 189512 0 0 0 33976 254 0 0 25 0 1 0 25509678 110526464 25452 4089446400 4194304 10345943 140735135747264 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/24494/statm: 26984 25452 809 1502 0 25477 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 107936

[startup+402.301 s]
/proc/loadavg: 1.99 1.47 0.69 3/179 24516
/proc/meminfo: memFree=28643816/32951124 swapFree=67111528/67111528
[pid=24494] ppid=24492 vsize=110948 CPUtime=402.3
/proc/24494/stat : 24494 (pbscip.linux.x8) R 24492 24494 24314 0 -1 4202496 203911 0 0 0 39935 295 0 0 25 0 1 0 25509678 113610752 26041 4089446400 4194304 10345943 140735135747264 18446744073709551615 4911327 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/24494/statm: 27737 26041 809 1502 0 26230 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 110948

[startup+462.3 s]
/proc/loadavg: 1.99 1.57 0.77 3/179 24518
/proc/meminfo: memFree=28636072/32951124 swapFree=67111528/67111528
[pid=24494] ppid=24492 vsize=116852 CPUtime=462.31
/proc/24494/stat : 24494 (pbscip.linux.x8) R 24492 24494 24314 0 -1 4202496 217809 0 0 0 45897 334 0 0 25 0 1 0 25509678 119656448 27572 4089446400 4194304 10345943 140735135747264 18446744073709551615 7508037 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/24494/statm: 29213 27572 809 1502 0 27706 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 116852

[startup+522.3 s]
/proc/loadavg: 1.99 1.64 0.84 3/179 24519
/proc/meminfo: memFree=28634400/32951124 swapFree=67111528/67111528
[pid=24494] ppid=24492 vsize=118612 CPUtime=522.31
/proc/24494/stat : 24494 (pbscip.linux.x8) R 24492 24494 24314 0 -1 4202496 225981 0 0 0 51859 372 0 0 25 0 1 0 25509678 121458688 27910 4089446400 4194304 10345943 140735135747264 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/24494/statm: 29653 27910 809 1502 0 28146 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 118612

[startup+582.301 s]
/proc/loadavg: 1.99 1.71 0.91 3/179 24524
/proc/meminfo: memFree=28631740/32951124 swapFree=67111528/67111528
[pid=24494] ppid=24492 vsize=122712 CPUtime=582.31
/proc/24494/stat : 24494 (pbscip.linux.x8) R 24492 24494 24314 0 -1 4202496 229504 0 0 0 57827 404 0 0 25 0 1 0 25509678 125657088 28348 4089446400 4194304 10345943 140735135747264 18446744073709551615 4217902 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/24494/statm: 30678 28348 809 1502 0 29171 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 122712

[startup+642.301 s]
/proc/loadavg: 1.99 1.76 0.98 3/179 24525
/proc/meminfo: memFree=28631268/32951124 swapFree=67111528/67111528
[pid=24494] ppid=24492 vsize=122928 CPUtime=642.32
/proc/24494/stat : 24494 (pbscip.linux.x8) R 24492 24494 24314 0 -1 4202496 231857 0 0 0 63794 438 0 0 25 0 1 0 25509678 125878272 28493 4089446400 4194304 10345943 140735135747264 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/24494/statm: 30732 28493 809 1502 0 29225 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 122928

[startup+702.301 s]

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

/proc/meminfo: memFree=28627856/32951124 swapFree=67111528/67111528
[pid=24494] ppid=24492 vsize=127744 CPUtime=1062.32
/proc/24494/stat : 24494 (pbscip.linux.x8) R 24492 24494 24314 0 -1 4202496 255237 0 0 0 105585 647 0 0 25 0 1 0 25509678 130809856 29721 4089446400 4194304 10345943 140735135747264 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/24494/statm: 31936 29721 809 1502 0 30429 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 127744

[startup+1122.3 s]
/proc/loadavg: 2.02 1.95 1.38 3/179 24538
/proc/meminfo: memFree=28627312/32951124 swapFree=67111528/67111528
[pid=24494] ppid=24492 vsize=127308 CPUtime=1122.33
/proc/24494/stat : 24494 (pbscip.linux.x8) R 24492 24494 24314 0 -1 4202496 259018 0 0 0 111554 679 0 0 25 0 1 0 25509678 130363392 29683 4089446400 4194304 10345943 140735135747264 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/24494/statm: 31827 29683 809 1502 0 30320 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 127308

[startup+1182.3 s]
/proc/loadavg: 2.01 1.96 1.41 3/179 24540
/proc/meminfo: memFree=28627376/32951124 swapFree=67111528/67111528
[pid=24494] ppid=24492 vsize=127448 CPUtime=1182.33
/proc/24494/stat : 24494 (pbscip.linux.x8) R 24492 24494 24314 0 -1 4202496 265490 0 0 0 117521 712 0 0 25 0 1 0 25509678 130506752 29814 4089446400 4194304 10345943 140735135747264 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/24494/statm: 31862 29814 809 1502 0 30355 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 127448

[startup+1242.3 s]
/proc/loadavg: 2.00 1.96 1.45 3/179 24541
/proc/meminfo: memFree=28625856/32951124 swapFree=67111528/67111528
[pid=24494] ppid=24492 vsize=127440 CPUtime=1242.34
/proc/24494/stat : 24494 (pbscip.linux.x8) R 24492 24494 24314 0 -1 4202496 270235 0 0 0 123493 741 0 0 25 0 1 0 25509678 130498560 29793 4089446400 4194304 10345943 140735135747264 18446744073709551615 4471669 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/24494/statm: 31860 29793 809 1502 0 30353 0
Current children cumulated CPU time (s) 1242.34
Current children cumulated vsize (KiB) 127440

[startup+1302.3 s]
/proc/loadavg: 2.00 1.97 1.48 3/179 24543
/proc/meminfo: memFree=28624452/32951124 swapFree=67111528/67111528
[pid=24494] ppid=24492 vsize=127440 CPUtime=1302.34
/proc/24494/stat : 24494 (pbscip.linux.x8) R 24492 24494 24314 0 -1 4202496 276798 0 0 0 129463 771 0 0 25 0 1 0 25509678 130498560 29748 4089446400 4194304 10345943 140735135747264 18446744073709551615 5085399 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/24494/statm: 31860 29748 809 1502 0 30353 0
Current children cumulated CPU time (s) 1302.34
Current children cumulated vsize (KiB) 127440

[startup+1362.3 s]
/proc/loadavg: 2.00 1.97 1.51 3/179 24545
/proc/meminfo: memFree=28624660/32951124 swapFree=67111528/67111528
[pid=24494] ppid=24492 vsize=127104 CPUtime=1362.34
/proc/24494/stat : 24494 (pbscip.linux.x8) R 24492 24494 24314 0 -1 4202496 282115 0 0 0 135434 800 0 0 25 0 1 0 25509678 130154496 29817 4089446400 4194304 10345943 140735135747264 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/24494/statm: 31776 29817 809 1502 0 30269 0
Current children cumulated CPU time (s) 1362.34
Current children cumulated vsize (KiB) 127104

[startup+1422.31 s]
/proc/loadavg: 2.00 1.97 1.54 3/179 24546
/proc/meminfo: memFree=28621276/32951124 swapFree=67111528/67111528
[pid=24494] ppid=24492 vsize=130980 CPUtime=1422.34
/proc/24494/stat : 24494 (pbscip.linux.x8) R 24492 24494 24314 0 -1 4202496 287085 0 0 0 141405 829 0 0 25 0 1 0 25509678 134123520 30544 4089446400 4194304 10345943 140735135747264 18446744073709551615 5085399 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/24494/statm: 32745 30544 809 1502 0 31238 0
Current children cumulated CPU time (s) 1422.34
Current children cumulated vsize (KiB) 130980

[startup+1482.3 s]
/proc/loadavg: 2.03 1.99 1.57 3/179 24548
/proc/meminfo: memFree=28619992/32951124 swapFree=67111528/67111528
[pid=24494] ppid=24492 vsize=131040 CPUtime=1482.34
/proc/24494/stat : 24494 (pbscip.linux.x8) R 24492 24494 24314 0 -1 4202496 291969 0 0 0 147377 857 0 0 25 0 1 0 25509678 134184960 30698 4089446400 4194304 10345943 140735135747264 18446744073709551615 4212501 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/24494/statm: 32760 30698 809 1502 0 31253 0
Current children cumulated CPU time (s) 1482.34
Current children cumulated vsize (KiB) 131040

[startup+1542.3 s]
/proc/loadavg: 2.01 1.99 1.59 3/179 24549
/proc/meminfo: memFree=28618456/32951124 swapFree=67111528/67111528
[pid=24494] ppid=24492 vsize=130976 CPUtime=1542.34
/proc/24494/stat : 24494 (pbscip.linux.x8) R 24492 24494 24314 0 -1 4202496 300486 0 0 0 153347 887 0 0 25 0 1 0 25509678 134119424 30613 4089446400 4194304 10345943 140735135747264 18446744073709551615 5085356 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/24494/statm: 32744 30613 809 1502 0 31237 0
Current children cumulated CPU time (s) 1542.34
Current children cumulated vsize (KiB) 130976

[startup+1602.3 s]
/proc/loadavg: 2.00 1.99 1.61 3/179 24551
/proc/meminfo: memFree=28615568/32951124 swapFree=67111528/67111528
[pid=24494] ppid=24492 vsize=131000 CPUtime=1602.35
/proc/24494/stat : 24494 (pbscip.linux.x8) R 24492 24494 24314 0 -1 4202496 304812 0 0 0 159318 917 0 0 25 0 1 0 25509678 134144000 30688 4089446400 4194304 10345943 140735135747264 18446744073709551615 5085381 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/24494/statm: 32750 30688 809 1502 0 31243 0
Current children cumulated CPU time (s) 1602.35
Current children cumulated vsize (KiB) 131000

[startup+1662.3 s]
/proc/loadavg: 2.04 2.00 1.64 3/179 24553
/proc/meminfo: memFree=28613788/32951124 swapFree=67111528/67111528
[pid=24494] ppid=24492 vsize=132640 CPUtime=1662.35
/proc/24494/stat : 24494 (pbscip.linux.x8) R 24492 24494 24314 0 -1 4202496 307802 0 0 0 165293 942 0 0 25 0 1 0 25509678 135823360 31210 4089446400 4194304 10345943 140735135747264 18446744073709551615 4216931 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/24494/statm: 33160 31210 809 1502 0 31653 0
Current children cumulated CPU time (s) 1662.35
Current children cumulated vsize (KiB) 132640

[startup+1722.3 s]
/proc/loadavg: 2.01 2.00 1.66 3/179 24554
/proc/meminfo: memFree=28612256/32951124 swapFree=67111528/67111528
[pid=24494] ppid=24492 vsize=134228 CPUtime=1722.35
/proc/24494/stat : 24494 (pbscip.linux.x8) R 24492 24494 24314 0 -1 4202496 312544 0 0 0 171266 969 0 0 25 0 1 0 25509678 137449472 31364 4089446400 4194304 10345943 140735135747264 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/24494/statm: 33557 31364 809 1502 0 32050 0
Current children cumulated CPU time (s) 1722.35
Current children cumulated vsize (KiB) 134228

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.68 3/179 24556
/proc/meminfo: memFree=28612100/32951124 swapFree=67111528/67111528
[pid=24494] ppid=24492 vsize=134484 CPUtime=1782.35
/proc/24494/stat : 24494 (pbscip.linux.x8) R 24492 24494 24314 0 -1 4202496 316043 0 0 0 177241 994 0 0 25 0 1 0 25509678 137711616 31362 4089446400 4194304 10345943 140735135747264 18446744073709551615 6777589 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/24494/statm: 33621 31362 809 1502 0 32114 0
Current children cumulated CPU time (s) 1782.35
Current children cumulated vsize (KiB) 134484

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

[startup+1785.5 s]
/proc/loadavg: 2.00 2.00 1.68 3/179 24556
/proc/meminfo: memFree=28611976/32951124 swapFree=67111528/67111528
[pid=24494] ppid=24492 vsize=133712 CPUtime=1785.55
/proc/24494/stat : 24494 (pbscip.linux.x8) R 24492 24494 24314 0 -1 4202496 316450 0 0 0 177560 995 0 0 25 0 1 0 25509678 136921088 31312 4089446400 4194304 10345943 140735135747264 18446744073709551615 5614593 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/24494/statm: 33428 31312 809 1502 0 31921 0
Current children cumulated CPU time (s) 1785.55
Current children cumulated vsize (KiB) 133712

[startup+1787.1 s]
/proc/loadavg: 2.00 2.00 1.68 3/179 24556
/proc/meminfo: memFree=28611976/32951124 swapFree=67111528/67111528
[pid=24494] ppid=24492 vsize=134348 CPUtime=1787.15
/proc/24494/stat : 24494 (pbscip.linux.x8) R 24492 24494 24314 0 -1 4202496 316727 0 0 0 177719 996 0 0 25 0 1 0 25509678 137572352 31375 4089446400 4194304 10345943 140735135747264 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/24494/statm: 33587 31375 809 1502 0 32080 0
Current children cumulated CPU time (s) 1787.15
Current children cumulated vsize (KiB) 134348

[startup+1788.7 s]
/proc/loadavg: 2.00 2.00 1.68 3/179 24556
/proc/meminfo: memFree=28610984/32951124 swapFree=67111528/67111528
[pid=24494] ppid=24492 vsize=134560 CPUtime=1788.76
/proc/24494/stat : 24494 (pbscip.linux.x8) R 24492 24494 24314 0 -1 4202496 317165 0 0 0 177879 997 0 0 25 0 1 0 25509678 137789440 31554 4089446400 4194304 10345943 140735135747264 18446744073709551615 5085399 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/24494/statm: 33640 31554 809 1502 0 32133 0
Current children cumulated CPU time (s) 1788.76
Current children cumulated vsize (KiB) 134560

[startup+1789.5 s]
/proc/loadavg: 2.00 2.00 1.68 3/179 24556
/proc/meminfo: memFree=28610984/32951124 swapFree=67111528/67111528
[pid=24494] ppid=24492 vsize=135560 CPUtime=1789.55
/proc/24494/stat : 24494 (pbscip.linux.x8) R 24492 24494 24314 0 -1 4202496 317242 0 0 0 177958 997 0 0 25 0 1 0 25509678 138813440 31631 4089446400 4194304 10345943 140735135747264 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/24494/statm: 33890 31631 809 1502 0 32383 0
Current children cumulated CPU time (s) 1789.55
Current children cumulated vsize (KiB) 135560

[startup+1789.9 s]
/proc/loadavg: 2.00 2.00 1.68 3/179 24556
/proc/meminfo: memFree=28610984/32951124 swapFree=67111528/67111528
[pid=24494] ppid=24492 vsize=135560 CPUtime=1789.95
/proc/24494/stat : 24494 (pbscip.linux.x8) R 24492 24494 24314 0 -1 4202496 317242 0 0 0 177998 997 0 0 25 0 1 0 25509678 138813440 31631 4089446400 4194304 10345943 140735135747264 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/24494/statm: 33890 31631 809 1502 0 32383 0
Current children cumulated CPU time (s) 1789.95
Current children cumulated vsize (KiB) 135560

[startup+1790 s]
/proc/loadavg: 2.00 2.00 1.68 3/179 24556
/proc/meminfo: memFree=28610984/32951124 swapFree=67111528/67111528
[pid=24494] ppid=24492 vsize=135560 CPUtime=1790.05
/proc/24494/stat : 24494 (pbscip.linux.x8) R 24492 24494 24314 0 -1 4202496 317242 0 0 0 178008 997 0 0 25 0 1 0 25509678 138813440 31631 4089446400 4194304 10345943 140735135747264 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/24494/statm: 33890 31631 809 1502 0 32383 0
Current children cumulated CPU time (s) 1790.05
Current children cumulated vsize (KiB) 135560

Child status: 0
Real time (s): 1790.09
CPU time (s): 1790.15
CPU user time (s): 1780.17
CPU system time (s): 9.97848
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 135612

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1780.17
system time used= 9.97848
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 317373
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= 4
involuntary context switches= 1315

runsolver used 2.66059 second user time and 5.55415 second system time

The end

Launcher Data

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

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

MD5SUM BENCH= a8e86a019ae76f67696e97fb47d8da09
RANDOM SEED=881263130

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      29012780 kB
Buffers:        156148 kB
Cached:        3570692 kB
SwapCached:          0 kB
Active:        2065912 kB
Inactive:      1723512 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      29012780 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           13064 kB
Writeback:           0 kB
AnonPages:       63292 kB
Mapped:          14416 kB
Slab:            85864 kB
PageTables:       4096 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   183436 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

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