Trace number 2704998

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.12 1790.07

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900667195--soft-66-100-0.wbo
MD5SUMc3c12ca4f6a34dfd4eee1807e0cef251
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 benchmark355.567
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 constraints911
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 46278
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 46277
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 655
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-2704998-1278574750.wbo>
0.00/0.02	c original problem has 2053 variables (1142 bin, 0 int, 911 impl, 0 cont) and 3619 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, 206 impls, 11 clqs
0.00/0.07	c (round 2) 0 del vars, 104 del conss, 911 chg bounds, 50 chg sides, 0 chg coeffs, 0 upgd conss, 206 impls, 11 clqs
0.07/0.08	c (round 3) 50 del vars, 266 del conss, 931 chg bounds, 142 chg sides, 0 chg coeffs, 0 upgd conss, 206 impls, 11 clqs
0.07/0.09	c (round 4) 140 del vars, 266 del conss, 931 chg bounds, 142 chg sides, 0 chg coeffs, 1671 upgd conss, 206 impls, 11 clqs
0.09/0.10	c (round 5) 140 del vars, 272 del conss, 931 chg bounds, 142 chg sides, 0 chg coeffs, 1671 upgd conss, 206 impls, 11 clqs
0.09/0.13	c    (0.1s) probing: 101/1072 (9.4%) - 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  140 deleted vars, 272 deleted constraints, 931 tightened bounds, 0 added holes, 142 changed sides, 0 changed coefficients
0.09/0.13	c  1876 implications, 11 cliques
0.09/0.13	c presolved problem has 1913 variables (1072 bin, 0 int, 841 impl, 0 cont) and 3347 constraints
0.09/0.13	c      36 constraints of type <setppc>
0.09/0.13	c     841 constraints of type <linear>
0.09/0.13	c     841 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.99
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 |    25 |     - |8853k|   0 |  18 |1913 |3347 |1913 |1665 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.19/0.22	c   0.2s|     1 |     0 |    73 |     - |8909k|   0 |  39 |1913 |3347 |1913 |1680 |  15 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.19/0.29	c   0.3s|     1 |     0 |   155 |     - |9319k|   0 |  64 |1913 |3347 |1913 |1693 |  28 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.39/0.44	c   0.4s|     1 |     0 |   426 |     - |9779k|   0 |  70 |1913 |3347 |1913 |1708 |  43 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.49/0.58	c   0.6s|     1 |     0 |   445 |     - |9783k|   0 |  75 |1913 |3347 |1913 |1714 |  49 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.69/0.71	c   0.7s|     1 |     0 |   446 |     - |9783k|   0 |  75 |1913 |3347 |1913 |1715 |  50 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1.39/1.49	c   1.5s|     1 |     2 |   446 |     - |9784k|   0 |  75 |1913 |3347 |1913 |1715 |  50 |   0 |  15 | 0.000000e+00 |      --      |    Inf 
16.19/16.29	o 42417
16.19/16.29	c y16.3s|    81 |    75 |  8403 |  99.5 |  10M|  17 |   - |1913 |3351 |   0 |   0 |  64 |   4 | 529 | 0.000000e+00 | 4.241700e+04 |    Inf 
17.49/17.54	o 773
17.49/17.54	c *17.5s|   160 |   150 | 14674 |  89.5 |  10M|  19 |   - |1913 |3359 |1913 |1723 | 118 |  12 | 547 | 0.000000e+00 | 7.730000e+02 |    Inf 
18.70/18.79	o 330
18.70/18.79	c *18.8s|   291 |   227 | 21234 |  71.7 |  10M|  26 |   - |1913 |3362 |1913 |1717 | 277 |  15 | 577 | 0.000000e+00 | 3.300000e+02 |    Inf 
18.99/19.00	o 315
18.99/19.00	c *19.0s|   313 |   237 | 22079 |  69.3 |  11M|  26 |   - |1913 |3374 |1913 |1712 | 284 |  27 | 589 | 0.000000e+00 | 3.150000e+02 |    Inf 
18.99/19.01	o 310
18.99/19.01	c *19.0s|   316 |   233 | 22086 |  68.7 |  11M|  26 |   - |1913 |3380 |1913 |1711 | 284 |  33 | 589 | 0.000000e+00 | 3.100000e+02 |    Inf 
18.99/19.05	o 294
18.99/19.05	c *19.0s|   325 |   230 | 22386 |  67.7 |  11M|  26 |   - |1913 |3384 |1913 |1717 | 290 |  37 | 589 | 0.000000e+00 | 2.940000e+02 |    Inf 
18.99/19.09	o 280
18.99/19.09	c *19.1s|   334 |   231 | 22723 |  66.9 |  11M|  26 |   - |1913 |3385 |1913 |1715 | 294 |  38 | 589 | 0.000000e+00 | 2.800000e+02 |    Inf 
18.99/19.09	o 275
18.99/19.09	c *19.1s|   335 |   226 | 22728 |  66.7 |  11M|  26 |   - |1913 |3385 |1913 |1716 | 295 |  38 | 589 | 0.000000e+00 | 2.750000e+02 |    Inf 
19.09/19.13	o 232
19.09/19.13	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
19.09/19.13	c *19.1s|   342 |   216 | 23117 |  66.5 |  11M|  26 |   - |1913 |3385 |1913 |1717 | 301 |  38 | 589 | 0.000000e+00 | 2.320000e+02 |    Inf 
20.29/20.32	o 209
20.29/20.32	c *20.3s|   557 |   329 | 29037 |  51.4 |  12M|  39 |   - |1913 |3528 |1913 |1727 | 408 | 182 | 607 | 0.000000e+00 | 2.090000e+02 |    Inf 
20.29/20.32	o 196
20.29/20.32	c *20.3s|   558 |   309 | 29048 |  51.4 |  12M|  39 |   - |1913 |3528 |1913 |1727 | 408 | 182 | 607 | 0.000000e+00 | 1.960000e+02 |    Inf 
20.79/20.83	o 194
20.79/20.83	c *20.8s|   651 |   337 | 31593 |  47.9 |  12M|  39 |   - |1913 |3600 |1913 |1722 | 467 | 258 | 618 | 0.000000e+00 | 1.940000e+02 |    Inf 
20.99/21.07	o 189
20.99/21.07	c *21.0s|   783 |   442 | 32359 |  40.8 |  13M|  54 |   - |1913 |3630 |1913 |1734 | 514 | 289 | 618 | 0.000000e+00 | 1.890000e+02 |    Inf 
21.09/21.11	o 136
21.09/21.11	c *21.1s|   796 |   383 | 32577 |  40.4 |  12M|  54 |   - |1913 |3649 |1913 |1730 | 533 | 308 | 618 | 0.000000e+00 | 1.360000e+02 |    Inf 
21.09/21.13	o 109
21.09/21.13	c *21.1s|   800 |   324 | 32752 |  40.4 |  12M|  54 |   - |1913 |3649 |1913 |1711 | 533 | 308 | 618 | 0.000000e+00 | 1.090000e+02 |    Inf 
21.09/21.17	o 80
21.09/21.17	c *21.2s|   812 |   241 | 32994 |  40.1 |  12M|  54 |   - |1913 |3662 |1913 |1713 | 535 | 322 | 620 | 0.000000e+00 | 8.000000e+01 |    Inf 
21.19/21.21	o 79
21.19/21.21	c *21.2s|   820 |   245 | 33167 |  40.0 |  12M|  54 |   - |1913 |3485 |1913 |1718 | 542 | 326 | 621 | 0.000000e+00 | 7.900000e+01 |    Inf 
21.19/21.26	o 64
21.19/21.26	c *21.2s|   830 |   185 | 33442 |  39.8 |  12M|  54 |   - |1913 |3480 |1913 |1711 | 555 | 334 | 621 | 0.000000e+00 | 6.400000e+01 |    Inf 
21.29/21.31	o 26
21.29/21.31	c *21.3s|   838 |   155 | 33911 |  40.0 |  12M|  54 |   - |1913 |3337 |1913 |1730 | 574 | 340 | 621 | 0.000000e+00 | 2.600000e+01 |    Inf 
21.29/21.34	o 15
21.29/21.34	c *21.3s|   845 |   154 | 34165 |  40.0 |  12M|  54 |   - |1913 |3014 |1913 |1720 | 583 | 343 | 621 | 0.000000e+00 | 1.500000e+01 |    Inf 
21.29/21.35	o 8
21.29/21.35	c *21.3s|   846 |    81 | 34250 |  40.0 |  11M|  54 |   - |1913 |3014 |1913 |1718 | 590 | 343 | 621 | 0.000000e+00 | 8.000000e+00 |    Inf 
41.09/41.16	c  41.1s| 10000 |   184 |171950 |  17.2 |  15M|  54 |   - |1913 |8615 |   0 |   0 |2275 |  11k| 952 | 0.000000e+00 | 8.000000e+00 |    Inf 
55.39/55.48	o 4
55.39/55.48	c *55.5s| 16811 |   338 |270661 |  16.1 |  16M|  54 |   - |1913 |9897 |1913 |1730 |3501 |  20k|1153 | 0.000000e+00 | 4.000000e+00 |    Inf 
62.19/62.23	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
62.19/62.23	c  62.2s| 20000 |   419 |317353 |  15.8 |  17M|  54 |  18 |1913 |  11k|1913 |1711 |4102 |  24k|1245 | 0.000000e+00 | 4.000000e+00 |    Inf 
82.69/82.77	c  82.7s| 30000 |   439 |458603 |  15.3 |  18M|  54 |  21 |1913 |9676 |1913 |1711 |5927 |  37k|1391 | 0.000000e+00 | 4.000000e+00 |    Inf 
87.19/87.23	o 3
87.19/87.23	c *87.2s| 32359 |   402 |489532 |  15.1 |  17M|  54 |   - |1913 |9335 |1913 |1720 |6310 |  40k|1401 | 0.000000e+00 | 3.000000e+00 |    Inf 
103.40/103.42	c   103s| 40000 |   394 |608586 |  15.2 |  18M|  54 |   1 |1913 |9106 |1913 |1711 |7548 |  50k|1465 | 0.000000e+00 | 3.000000e+00 |    Inf 
124.80/124.83	c   125s| 50000 |   447 |758673 |  15.2 |  19M|  54 |  15 |1913 |  11k|1913 |1711 |9096 |  64k|1698 | 0.000000e+00 | 3.000000e+00 |    Inf 
145.90/145.93	c   146s| 60000 |   345 |900138 |  15.0 |  19M|  54 |  16 |1913 |  12k|1913 |1711 |  10k|  77k|1980 | 0.000000e+00 | 3.000000e+00 |    Inf 
167.49/167.58	c   168s| 70000 |   588 |  1048k|  15.0 |  22M|  54 |  16 |1913 |  16k|1913 |1711 |  12k|  91k|2254 | 0.000000e+00 | 3.000000e+00 |    Inf 
181.40/181.42	o 2
181.40/181.42	c * 181s| 76661 |   688 |  1135k|  14.8 |  23M|  54 |   - |1913 |  18k|1913 |1718 |  13k| 100k|2384 | 0.000000e+00 | 2.000000e+00 |    Inf 
181.40/181.43	o 1
181.40/181.43	c * 181s| 76662 |   648 |  1135k|  14.8 |  23M|  54 |   - |1913 |  18k|1913 |1718 |  13k| 100k|2384 | 0.000000e+00 | 1.000000e+00 |    Inf 
187.89/187.91	c   188s| 80000 |   626 |  1175k|  14.7 |  23M|  54 |   - |1913 |  17k|   0 |   0 |  13k| 105k|2390 | 0.000000e+00 | 1.000000e+00 |    Inf 
209.70/209.73	c   210s| 90000 |   714 |  1314k|  14.6 |  24M|  54 |  10 |1913 |  19k|1913 |1715 |  15k| 118k|2589 | 0.000000e+00 | 1.000000e+00 |    Inf 
232.80/232.88	c   233s|100000 |   803 |  1465k|  14.6 |  25M|  54 |  24 |1913 |  21k|1913 |1711 |  16k| 132k|2781 | 0.000000e+00 | 1.000000e+00 |    Inf 
255.50/255.57	c   256s|110000 |   824 |  1606k|  14.6 |  26M|  57 |  21 |1913 |  22k|1913 |1711 |  18k| 146k|2979 | 0.000000e+00 | 1.000000e+00 |    Inf 
280.40/280.43	c   280s|120000 |   976 |  1766k|  14.7 |  28M|  57 |   - |1913 |  25k|   0 |   0 |  19k| 160k|3154 | 0.000000e+00 | 1.000000e+00 |    Inf 
305.20/305.29	c   305s|130000 |  1074 |  1921k|  14.8 |  29M|  59 |  21 |1913 |  25k|1913 |1711 |  21k| 174k|3308 | 0.000000e+00 | 1.000000e+00 |    Inf 
330.00/330.04	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
330.00/330.04	c   330s|140000 |   979 |  2076k|  14.8 |  29M|  59 |   - |1913 |  26k|1913 |1711 |  22k| 188k|3443 | 0.000000e+00 | 1.000000e+00 |    Inf 
353.30/353.39	c   353s|150000 |   980 |  2219k|  14.8 |  29M|  59 |  21 |1913 |  25k|1913 |1711 |  24k| 202k|3550 | 0.000000e+00 | 1.000000e+00 |    Inf 
376.80/376.83	c   377s|160000 |   874 |  2359k|  14.7 |  28M|  59 |   8 |1913 |  22k|1913 |1711 |  25k| 217k|3744 | 0.000000e+00 | 1.000000e+00 |    Inf 
399.60/399.63	c   400s|170000 |   938 |  2500k|  14.7 |  29M|  59 |   - |1913 |  24k|   0 |   0 |  27k| 231k|3865 | 0.000000e+00 | 1.000000e+00 |    Inf 
424.90/424.95	c   425s|180000 |   966 |  2660k|  14.8 |  29M|  62 |  19 |1913 |  24k|1913 |1711 |  28k| 245k|4031 | 0.000000e+00 | 1.000000e+00 |    Inf 
449.81/449.85	c   450s|190000 |  1015 |  2817k|  14.8 |  31M|  65 |  13 |1913 |  27k|1913 |1723 |  30k| 259k|4117 | 0.000000e+00 | 1.000000e+00 |    Inf 
474.50/474.56	c   475s|200000 |  1029 |  2966k|  14.8 |  31M|  65 |   1 |1913 |  27k|1913 |1711 |  31k| 273k|4303 | 0.000000e+00 | 1.000000e+00 |    Inf 
499.31/499.38	c   499s|210000 |  1030 |  3112k|  14.8 |  32M|  65 |   - |1913 |  29k|   0 |   0 |  33k| 288k|4415 | 0.000000e+00 | 1.000000e+00 |    Inf 
521.91/521.97	c   522s|220000 |   968 |  3244k|  14.7 |  31M|  65 |   8 |1913 |  25k|1913 |1711 |  34k| 301k|4501 | 0.000000e+00 | 1.000000e+00 |    Inf 
546.00/546.04	c   546s|230000 |   812 |  3387k|  14.7 |  29M|  65 |   - |1913 |  24k|1913 |1711 |  36k| 316k|4652 | 0.000000e+00 | 1.000000e+00 |    Inf 
570.40/570.49	c   570s|240000 |   655 |  3536k|  14.7 |  26M|  65 |   - |1913 |  18k|   0 |   0 |  37k| 329k|4894 | 0.000000e+00 | 1.000000e+00 |    Inf 
592.81/592.84	c   593s|250000 |   587 |  3683k|  14.7 |  27M|  65 |   - |1913 |  20k|   0 |   0 |  39k| 343k|5021 | 0.000000e+00 | 1.000000e+00 |    Inf 
615.00/615.06	c   615s|260000 |   380 |  3817k|  14.7 |  24M|  65 |  14 |1913 |  17k|1913 |1722 |  40k| 357k|5137 | 0.000000e+00 | 1.000000e+00 |    Inf 
639.81/639.83	c   640s|270000 |   251 |  3989k|  14.8 |  22M|  65 |  27 |1913 |  14k|1913 |1711 |  41k| 370k|5330 | 0.000000e+00 | 1.000000e+00 |    Inf 
663.11/663.12	c   663s|280000 |   306 |  4143k|  14.8 |  24M|  65 |  25 |1913 |  19k|1913 |1711 |  43k| 383k|5502 | 0.000000e+00 | 1.000000e+00 |    Inf 
685.81/685.87	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
685.81/685.87	c   686s|290000 |   331 |  4284k|  14.8 |  25M|  65 |   - |1913 |  20k|   0 |   0 |  45k| 398k|5581 | 0.000000e+00 | 1.000000e+00 |    Inf 
707.91/707.94	c   708s|300000 |   243 |  4413k|  14.7 |  25M|  65 |   - |1913 |  23k|   0 |   0 |  46k| 411k|5693 | 0.000000e+00 | 1.000000e+00 |    Inf 
730.71/730.71	c   731s|310000 |   220 |  4539k|  14.6 |  26M|  65 |   - |1913 |  24k|   0 |   0 |  48k| 425k|5780 | 0.000000e+00 | 1.000000e+00 |    Inf 
754.11/754.10	c   754s|320000 |   309 |  4677k|  14.6 |  27M|  65 |   - |1913 |  26k|1913 |1711 |  50k| 438k|5850 | 0.000000e+00 | 1.000000e+00 |    Inf 
777.71/777.79	c   778s|330000 |   376 |  4808k|  14.6 |  28M|  65 |   - |1913 |  28k|   0 |   0 |  51k| 452k|5932 | 0.000000e+00 | 1.000000e+00 |    Inf 
802.51/802.52	c   803s|340000 |    99 |  4935k|  14.5 |  24M|  65 |   8 |1913 |  20k|1913 |1711 |  52k| 466k|6222 | 0.000000e+00 | 1.000000e+00 |    Inf 
826.41/826.42	c   826s|350000 |   238 |  5091k|  14.5 |  24M|  65 |  30 |1913 |  18k|1913 |1718 |  54k| 479k|6345 | 0.000000e+00 | 1.000000e+00 |    Inf 
849.71/849.78	c   850s|360000 |   210 |  5246k|  14.6 |  22M|  65 |   - |1913 |  14k|   0 |   0 |  55k| 493k|6394 | 0.000000e+00 | 1.000000e+00 |    Inf 
873.01/873.07	c   873s|370000 |   347 |  5405k|  14.6 |  25M|  65 |  23 |1913 |  18k|1913 |1714 |  57k| 507k|6478 | 0.000000e+00 | 1.000000e+00 |    Inf 
896.31/896.34	c   896s|380000 |   338 |  5553k|  14.6 |  25M|  65 |   - |1913 |  19k|   0 |   0 |  58k| 520k|6566 | 0.000000e+00 | 1.000000e+00 |    Inf 
917.71/917.72	c   918s|390000 |   310 |  5685k|  14.6 |  26M|  65 |   1 |1913 |  20k|1913 |1711 |  60k| 534k|6627 | 0.000000e+00 | 1.000000e+00 |    Inf 
940.62/940.66	c   941s|400000 |   242 |  5829k|  14.6 |  26M|  65 |   - |1913 |  21k|1913 |1711 |  61k| 548k|6709 | 0.000000e+00 | 1.000000e+00 |    Inf 
963.52/963.59	c   964s|410000 |   180 |  5975k|  14.6 |  24M|  65 |   - |1913 |  17k|1913 |1711 |  63k| 562k|6776 | 0.000000e+00 | 1.000000e+00 |    Inf 
986.11/986.10	c   986s|420000 |   439 |  6128k|  14.6 |  27M|  65 |  16 |1913 |  21k|1913 |1711 |  65k| 576k|6828 | 0.000000e+00 | 1.000000e+00 |    Inf 
1009.51/1009.52	c  1009s|430000 |   524 |  6274k|  14.6 |  28M|  65 |   - |1913 |  22k|   0 |   0 |  66k| 590k|6900 | 0.000000e+00 | 1.000000e+00 |    Inf 
1032.62/1032.68	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1032.62/1032.68	c  1033s|440000 |   548 |  6419k|  14.6 |  27M|  65 |  14 |1913 |  21k|1913 |1711 |  68k| 604k|6989 | 0.000000e+00 | 1.000000e+00 |    Inf 
1057.81/1057.88	c  1058s|450000 |   556 |  6589k|  14.6 |  29M|  65 |   - |1913 |  23k|   0 |   0 |  70k| 618k|7075 | 0.000000e+00 | 1.000000e+00 |    Inf 
1081.61/1081.66	c  1082s|460000 |   423 |  6740k|  14.7 |  28M|  66 |   - |1913 |  23k|   0 |   0 |  71k| 632k|7143 | 0.000000e+00 | 1.000000e+00 |    Inf 
1105.92/1105.90	c  1106s|470000 |   362 |  6892k|  14.7 |  29M|  66 |   - |1913 |  25k|1913 |1720 |  73k| 647k|7208 | 0.000000e+00 | 1.000000e+00 |    Inf 
1130.01/1130.07	c  1130s|480000 |   293 |  7047k|  14.7 |  28M|  66 |   - |1913 |  25k|   0 |   0 |  74k| 661k|7263 | 0.000000e+00 | 1.000000e+00 |    Inf 
1153.93/1153.99	c  1154s|490000 |   186 |  7197k|  14.7 |  26M|  66 |  28 |1913 |  20k|1913 |1723 |  76k| 675k|7329 | 0.000000e+00 | 1.000000e+00 |    Inf 
1176.82/1176.88	c  1177s|500000 |   158 |  7340k|  14.7 |  26M|  66 |  17 |1913 |  22k|1913 |1711 |  78k| 689k|7406 | 0.000000e+00 | 1.000000e+00 |    Inf 
1199.91/1200.00	c  1200s|510000 |    86 |  7483k|  14.7 |  25M|  66 |   - |1913 |  21k|   0 |   0 |  79k| 703k|7473 | 0.000000e+00 | 1.000000e+00 |    Inf 
1224.82/1224.87	c  1225s|520000 |   267 |  7642k|  14.7 |  26M|  66 |   - |1913 |  20k|   0 |   0 |  80k| 716k|7801 | 0.000000e+00 | 1.000000e+00 |    Inf 
1250.22/1250.25	c  1250s|530000 |   377 |  7817k|  14.7 |  28M|  66 |   - |1913 |  23k|   0 |   0 |  81k| 728k|7834 | 0.000000e+00 | 1.000000e+00 |    Inf 
1276.12/1276.18	c  1276s|540000 |   410 |  7991k|  14.8 |  28M|  66 |   5 |1913 |  23k|1913 |1711 |  83k| 741k|7895 | 0.000000e+00 | 1.000000e+00 |    Inf 
1302.62/1302.65	c  1303s|550000 |   402 |  8168k|  14.9 |  29M|  66 |   - |1913 |  26k|   0 |   0 |  84k| 755k|7962 | 0.000000e+00 | 1.000000e+00 |    Inf 
1328.62/1328.69	c  1329s|560000 |   261 |  8339k|  14.9 |  28M|  66 |  14 |1913 |  24k|1913 |1711 |  85k| 768k|8050 | 0.000000e+00 | 1.000000e+00 |    Inf 
1353.93/1353.95	c  1354s|570000 |   335 |  8498k|  14.9 |  30M|  66 |  23 |1913 |  28k|1913 |1716 |  86k| 781k|8120 | 0.000000e+00 | 1.000000e+00 |    Inf 
1381.23/1381.29	c  1381s|580000 |    77 |  8675k|  15.0 |  25M|  66 |   - |1913 |  21k|1913 |1711 |  88k| 794k|8209 | 0.000000e+00 | 1.000000e+00 |    Inf 
1407.83/1407.85	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1407.83/1407.85	c  1408s|590000 |    43 |  8857k|  15.0 |  24M|  66 |  27 |1913 |  19k|1913 |1711 |  89k| 807k|8291 | 0.000000e+00 | 1.000000e+00 |    Inf 
1431.82/1431.86	c  1432s|600000 |   110 |  9024k|  15.0 |  26M|  66 |  24 |1913 |  24k|1913 |1711 |  90k| 820k|8365 | 0.000000e+00 | 1.000000e+00 |    Inf 
1457.22/1457.27	c  1457s|610000 |   174 |  9189k|  15.1 |  28M|  66 |   - |1913 |  27k|1913 |1711 |  91k| 833k|8434 | 0.000000e+00 | 1.000000e+00 |    Inf 
1482.73/1482.70	c  1483s|620000 |   215 |  9349k|  15.1 |  28M|  66 |  19 |1913 |  27k|1913 |1718 |  92k| 846k|8500 | 0.000000e+00 | 1.000000e+00 |    Inf 
1508.43/1508.45	c  1508s|630000 |   221 |  9508k|  15.1 |  29M|  66 |  18 |1913 |  28k|1913 |1717 |  93k| 860k|8565 | 0.000000e+00 | 1.000000e+00 |    Inf 
1534.23/1534.29	c  1534s|640000 |   128 |  9671k|  15.1 |  27M|  66 |   - |1913 |  24k|1913 |1711 |  94k| 873k|8642 | 0.000000e+00 | 1.000000e+00 |    Inf 
1559.53/1559.50	c  1559s|650000 |   155 |  9827k|  15.1 |  29M|  66 |  27 |1913 |  29k|1913 |1711 |  96k| 887k|8734 | 0.000000e+00 | 1.000000e+00 |    Inf 
1586.23/1586.27	c  1586s|660000 |   213 |  9989k|  15.1 |  30M|  66 |   - |1913 |  32k|   0 |   0 |  97k| 901k|8789 | 0.000000e+00 | 1.000000e+00 |    Inf 
1615.53/1615.55	c  1616s|670000 |   319 | 10160k|  15.2 |  33M|  66 |   - |1913 |  36k|   0 |   0 |  98k| 915k|8851 | 0.000000e+00 | 1.000000e+00 |    Inf 
1645.93/1645.94	c  1646s|680000 |   301 | 10340k|  15.2 |  32M|  66 |  27 |1913 |  35k|1913 |1726 |  99k| 930k|8929 | 0.000000e+00 | 1.000000e+00 |    Inf 
1673.73/1673.79	c  1674s|690000 |   214 | 10504k|  15.2 |  32M|  66 |   - |1913 |  34k|   0 |   0 | 100k| 944k|9010 | 0.000000e+00 | 1.000000e+00 |    Inf 
1700.63/1700.66	c  1701s|700000 |   126 | 10660k|  15.2 |  29M|  66 |   - |1913 |  28k|   0 |   0 | 101k| 958k|9079 | 0.000000e+00 | 1.000000e+00 |    Inf 
1725.23/1725.23	c  1725s|710000 |   138 | 10815k|  15.2 |  28M|  66 |  17 |1913 |  28k|1913 |1716 | 103k| 972k|9128 | 0.000000e+00 | 1.000000e+00 |    Inf 
1749.33/1749.36	c  1749s|720000 |   238 | 10960k|  15.2 |  31M|  66 |   - |1913 |  35k|   0 |   0 | 105k| 986k|9164 | 0.000000e+00 | 1.000000e+00 |    Inf 
1774.73/1774.70	c  1775s|730000 |   402 | 11105k|  15.2 |  31M|  66 |   - |1913 |  32k|1913 |1711 | 106k|1000k|9209 | 0.000000e+00 | 1.000000e+00 |    Inf 
1790.03/1790.01	c 
1790.03/1790.01	c SCIP Status        : solving was interrupted [time limit reached]
1790.03/1790.01	c Solving Time (sec) : 1789.99
1790.03/1790.01	c Solving Nodes      : 735491
1790.03/1790.01	c Primal Bound       : +1.00000000000000e+00 (54 solutions)
1790.03/1790.01	c Dual Bound         : +0.00000000000000e+00
1790.03/1790.01	c Gap                : infinite
1790.03/1790.02	s SATISFIABLE
1790.03/1790.02	v x231 -x230 -x229 -x228 -x227 -x226 -x225 -x224 -x223 -x222 -x221 -x220 -x219 -x218 x217 -x216 -x215 -x214 -x213 -x212 -x211 -x210 
1790.03/1790.02	v -x209 -x208 -x207 -x206 -x205 -x204 -x203 x202 -x201 -x200 -x199 -x198 -x197 x196 -x195 -x194 -x193 -x192 -x191 -x190 -x189 
1790.03/1790.02	v x188 -x187 -x186 -x185 -x184 -x183 -x182 -x181 -x180 -x179 -x178 -x177 -x176 -x175 -x174 x173 -x172 -x171 -x170 x169 -x168 
1790.03/1790.02	v -x167 -x166 -x165 -x164 -x163 -x162 -x161 -x160 -x159 -x158 -x157 -x156 -x155 x154 -x153 -x152 x151 -x150 -x149 -x148 -x147 -x146 
1790.03/1790.02	v -x145 -x144 -x143 -x142 -x141 -x140 -x139 -x138 -x137 -x136 -x135 -x134 -x133 -x132 -x131 -x130 -x129 -x128 -x127 -x126 
1790.03/1790.02	v -x125 x124 -x123 -x122 -x121 -x120 -x119 -x118 x117 -x116 -x115 -x114 -x113 -x112 -x111 -x110 -x109 -x108 x107 -x106 -x105 -x104 
1790.03/1790.02	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.03/1790.02	v -x79 -x78 -x77 -x76 -x75 -x74 -x73 -x72 -x71 -x70 -x69 -x68 x67 -x66 -x65 -x64 -x63 -x62 -x61 -x60 x59 -x58 -x57 -x56 -x55 -x54 
1790.03/1790.02	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.03/1790.02	v -x28 -x27 -x26 -x25 -x24 -x23 -x22 -x21 -x20 -x19 -x18 -x17 -x16 -x15 -x14 -x13 x12 -x11 -x10 -x9 -x8 -x7 -x6 -x5 -x4 x3 -x2 
1790.03/1790.02	v -x1 
1790.03/1790.02	c SCIP Status        : solving was interrupted [time limit reached]
1790.03/1790.02	c Solving Time       :    1789.99
1790.03/1790.02	c Original Problem   :
1790.03/1790.02	c   Problem name     : HOME/instance-2704998-1278574750.wbo
1790.03/1790.02	c   Variables        : 2053 (1142 binary, 0 integer, 911 implicit integer, 0 continuous)
1790.03/1790.02	c   Constraints      : 3619 initial, 3619 maximal
1790.03/1790.02	c Presolved Problem  :
1790.03/1790.02	c   Problem name     : t_HOME/instance-2704998-1278574750.wbo
1790.03/1790.02	c   Variables        : 1913 (1072 binary, 0 integer, 841 implicit integer, 0 continuous)
1790.03/1790.02	c   Constraints      : 3347 initial, 37521 maximal
1790.03/1790.02	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1790.03/1790.02	c   trivial          :       0.00         70          0          0          0          0          0          0          0
1790.03/1790.02	c   dualfix          :       0.00         70          0          0          0          0          0          0          0
1790.03/1790.02	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1790.03/1790.02	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1790.03/1790.02	c   implics          :       0.00          0          0          0          0          0          0          0          0
1790.03/1790.02	c   probing          :       0.03          0          0          0          0          0          0          0          0
1790.03/1790.02	c   setppc           :       0.00          0          0          0          0          0          6          0          0
1790.03/1790.02	c   linear           :       0.06          0          0          0        931          0        196        142          0
1790.03/1790.02	c   indicator        :       0.00          0          0          0          0          0         70          0          0
1790.03/1790.02	c   logicor          :       0.01          0          0          0          0          0          0          0          0
1790.03/1790.02	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0
1790.03/1790.02	c   root node        :          -       1682          -          -       1682          -          -          -          -
1790.03/1790.02	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1790.03/1790.02	c   integral         :          0          0          0     417237          0        263       2660          0          0     787940
1790.03/1790.02	c   setppc           :         36          6    3184651      20709          1      34552    1905010          0          0          0
1790.03/1790.02	c   linear           :        841          6    3151467      20798          1     118304   10957547     107667          0          0
1790.03/1790.02	c   indicator        :        841          0     315584       2793          0         14      49930          0          0          0
1790.03/1790.02	c   logicor          :       1629+         6    1682442        287          1     100358    6355516          0          0          0
1790.03/1790.02	c   bounddisjunction :          0+         0     163848          0          0         26        761          0          0          0
1790.03/1790.02	c   countsols        :          0          0          0        287          1          0          0          0          0          0
1790.03/1790.02	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1790.03/1790.02	c   integral         :      45.99       0.00       0.00      45.99       0.00
1790.03/1790.02	c   setppc           :      11.81       0.00      11.79       0.02       0.00
1790.03/1790.02	c   linear           :      61.97       0.00      61.46       0.51       0.00
1790.03/1790.02	c   indicator        :       0.51       0.00       0.48       0.03       0.00
1790.03/1790.02	c   logicor          :     195.44       0.00     195.44       0.00       0.00
1790.03/1790.02	c   bounddisjunction :       0.16       0.00       0.16       0.00       0.00
1790.03/1790.02	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1790.03/1790.02	c Propagators        :       Time      Calls    Cutoffs    DomReds
1790.03/1790.02	c   vbounds          :       0.50        740          0         76
1790.03/1790.02	c   rootredcost      :       0.49         25          0        841
1790.03/1790.02	c   pseudoobj        :      36.89    3185955        108      47198
1790.03/1790.02	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1790.03/1790.02	c   propagation      :      10.69     253348     252622    1553823       27.3       5857       25.0          -
1790.03/1790.02	c   infeasible LP    :      23.39     139604     139599    1058207       44.4        693       18.1          0
1790.03/1790.02	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1790.03/1790.02	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1790.03/1790.02	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1790.03/1790.02	c   applied globally :          -          -          -    1007992       29.4          -          -          -
1790.03/1790.02	c   applied locally  :          -          -          -          0        0.0          -          -          -
1790.03/1790.02	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1790.03/1790.02	c   cut pool         :       0.00          5          -          -          0          -    (maximal pool size: 288)
1790.03/1790.02	c   redcost          :      13.18     417416          0       1692          0          0
1790.03/1790.02	c   impliedbounds    :       0.00          6          0          0          0          0
1790.03/1790.02	c   intobj           :       0.00          0          0          0          0          0
1790.03/1790.02	c   cgmip            :       0.00          0          0          0          0          0
1790.03/1790.02	c   gomory           :       0.27          6          0          0       1179          0
1790.03/1790.02	c   strongcg         :       0.23          6          0          0       1422          0
1790.03/1790.02	c   cmir             :       0.04          6          0          0          0          0
1790.03/1790.02	c   flowcover        :       0.05          6          0          0          0          0
1790.03/1790.02	c   clique           :       0.00          6          0          0          0          0
1790.03/1790.02	c   zerohalf         :       0.00          0          0          0          0          0
1790.03/1790.02	c   mcf              :       0.00          1          0          0          0          0
1790.03/1790.02	c   rapidlearning    :       0.05          1          0          0          0          0
1790.03/1790.02	c Pricers            :       Time      Calls       Vars
1790.03/1790.02	c   problem variables:       0.00          0          0
1790.03/1790.02	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1790.03/1790.02	c   relpscost        :      45.67     396435        263       2660          0          0     787940
1790.03/1790.02	c   pscost           :       0.00          0          0          0          0          0          0
1790.03/1790.02	c   inference        :       0.03        264          0          0          0          0        529
1790.03/1790.02	c   mostinf          :       0.00          0          0          0          0          0          0
1790.03/1790.02	c   leastinf         :       0.00          0          0          0          0          0          0
1790.03/1790.02	c   fullstrong       :       0.00          0          0          0          0          0          0
1790.03/1790.02	c   allfullstrong    :       0.00          0          0          0          0          0          0
1790.03/1790.02	c   random           :       0.00          0          0          0          0          0          0
1790.03/1790.02	c Primal Heuristics  :       Time      Calls      Found
1790.03/1790.02	c   LP solutions     :       0.01          -         24
1790.03/1790.02	c   pseudo solutions :       0.00          -          0
1790.03/1790.02	c   feaspump         :       0.03          1          0
1790.03/1790.02	c   oneopt           :       0.28         21          0
1790.03/1790.02	c   crossover        :       0.48         15          0
1790.03/1790.02	c   pscostdiving     :       0.46        111          0
1790.03/1790.02	c   fracdiving       :       0.43        111          0
1790.03/1790.02	c   veclendiving     :       0.45        111          0
1790.03/1790.02	c   rootsoldiving    :       0.58         56          0
1790.03/1790.02	c   objpscostdiving  :       0.42         56          0
1790.03/1790.02	c   guideddiving     :       0.54        112          0
1790.03/1790.02	c   linesearchdiving :       0.36        112          0
1790.03/1790.02	c   coefdiving       :       0.68        112          0
1790.03/1790.02	c   trivial          :       0.00          2          0
1790.03/1790.02	c   simplerounding   :       0.57     396399          0
1790.03/1790.02	c   zirounding       :       0.18       1000          0
1790.03/1790.02	c   rounding         :       0.82       8888          0
1790.03/1790.02	c   shifting         :       0.73       2748          0
1790.03/1790.02	c   intshifting      :       0.02          0          0
1790.03/1790.02	c   twoopt           :       0.00          0          0
1790.03/1790.02	c   fixandinfer      :       0.00          0          0
1790.03/1790.02	c   intdiving        :       0.00          0          0
1790.03/1790.02	c   actconsdiving    :       0.00          0          0
1790.03/1790.02	c   octane           :       0.00          0          0
1790.03/1790.02	c   rens             :       0.02          1          0
1790.03/1790.02	c   rins             :       0.00          0          0
1790.03/1790.02	c   localbranching   :       0.00          0          0
1790.03/1790.02	c   mutation         :       0.00          0          0
1790.03/1790.02	c   dins             :       0.00          0          0
1790.03/1790.02	c   undercover       :       0.00          0          0
1790.03/1790.02	c   nlp              :       0.12          0          0
1790.03/1790.02	c   trysol           :       0.17         32         30
1790.03/1790.02	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1790.03/1790.02	c   primal LP        :       0.00          0          0       0.00          -
1790.03/1790.02	c   dual LP          :    1072.39     553303   11178007      20.20   10423.45
1790.03/1790.02	c   lex dual LP      :       0.00          0          0       0.00          -
1790.03/1790.02	c   barrier LP       :       0.00          0          0       0.00          -
1790.03/1790.02	c   diving/probing LP:       2.72       2077      18520       8.92    6809.07
1790.03/1790.02	c   strong branching :      41.89       9247     401774      43.45    9591.41
1790.03/1790.02	c     (at root node) :          -         15       4833     322.20          -
1790.03/1790.02	c   conflict analysis:       0.00          0          0       0.00          -
1790.03/1790.02	c B&B Tree           :
1790.03/1790.02	c   number of runs   :          1
1790.03/1790.02	c   nodes            :     735491
1790.03/1790.02	c   nodes (total)    :     735491
1790.03/1790.02	c   nodes left       :        472
1790.03/1790.02	c   max depth        :         66
1790.03/1790.02	c   max depth (total):         66
1790.03/1790.02	c   backtracks       :     117545 (16.0%)
1790.03/1790.02	c   delayed cutoffs  :      51913
1790.03/1790.02	c   repropagations   :    1114584 (3983170 domain reductions, 50766 cutoffs)
1790.03/1790.02	c   avg switch length:       4.67
1790.03/1790.02	c   switching time   :     175.93
1790.03/1790.02	c Solution           :
1790.03/1790.02	c   Solutions found  :         54 (25 improvements)
1790.03/1790.02	c   First Solution   : +4.24170000000000e+04   (in run 1, after 80 nodes, 16.26 seconds, depth 17, found by <trysol>)
1790.03/1790.02	c   Primal Bound     : +1.00000000000000e+00   (in run 1, after 76662 nodes, 181.40 seconds, depth 39, found by <relaxation>)
1790.03/1790.02	c   Dual Bound       : +0.00000000000000e+00
1790.03/1790.02	c   Gap              :   infinite
1790.03/1790.02	c   Root Dual Bound  : +0.00000000000000e+00
1790.03/1790.02	c   Root Iterations  :        446
1790.03/1790.07	c Time complete: 1790.11.

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-2704998-1278574750/watcher-2704998-1278574750 -o /tmp/evaluation-result-2704998-1278574750/solver-2704998-1278574750 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2704998-1278574750.wbo -t 1800 -m 3800 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 3891200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 3942400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.77 1.94 1.66 2/173 22017
/proc/meminfo: memFree=30176692/32951124 swapFree=67111528/67111528
[pid=22017] ppid=22015 vsize=12544 CPUtime=0
/proc/22017/stat : 22017 (pbscip.linux.x8) R 22015 22017 21801 0 -1 4202496 1973 0 0 0 0 0 0 0 21 0 1 0 25689029 12845056 1891 4089446400 4194304 10345943 140733868026864 18446744073709551615 9107500 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/22017/statm: 3136 1891 429 1502 0 1629 0

[startup+0.0829619 s]
/proc/loadavg: 1.77 1.94 1.66 2/173 22017
/proc/meminfo: memFree=30176692/32951124 swapFree=67111528/67111528
[pid=22017] ppid=22015 vsize=27500 CPUtime=0.07
/proc/22017/stat : 22017 (pbscip.linux.x8) R 22015 22017 21801 0 -1 4202496 5914 0 0 0 7 0 0 0 21 0 1 0 25689029 28160000 5478 4089446400 4194304 10345943 140733868026864 18446744073709551615 5017692 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/22017/statm: 6875 5478 541 1502 0 5368 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 27500

[startup+0.100959 s]
/proc/loadavg: 1.77 1.94 1.66 2/173 22017
/proc/meminfo: memFree=30176692/32951124 swapFree=67111528/67111528
[pid=22017] ppid=22015 vsize=27500 CPUtime=0.09
/proc/22017/stat : 22017 (pbscip.linux.x8) R 22015 22017 21801 0 -1 4202496 5929 0 0 0 9 0 0 0 21 0 1 0 25689029 28160000 5493 4089446400 4194304 10345943 140733868026864 18446744073709551615 5093666 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/22017/statm: 6875 5493 553 1502 0 5368 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 27500

[startup+0.300924 s]
/proc/loadavg: 1.77 1.94 1.66 2/173 22017
/proc/meminfo: memFree=30176692/32951124 swapFree=67111528/67111528
[pid=22017] ppid=22015 vsize=37740 CPUtime=0.29
/proc/22017/stat : 22017 (pbscip.linux.x8) R 22015 22017 21801 0 -1 4202496 12104 0 0 0 27 2 0 0 21 0 1 0 25689029 38645760 7856 4089446400 4194304 10345943 140733868026864 18446744073709551615 4276693 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/22017/statm: 9435 7856 748 1502 0 7928 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 37740

[startup+0.700861 s]
/proc/loadavg: 1.77 1.94 1.66 2/173 22017
/proc/meminfo: memFree=30176692/32951124 swapFree=67111528/67111528
[pid=22017] ppid=22015 vsize=42656 CPUtime=0.69
/proc/22017/stat : 22017 (pbscip.linux.x8) R 22015 22017 21801 0 -1 4202496 13275 0 0 0 67 2 0 0 22 0 1 0 25689029 43679744 9027 4089446400 4194304 10345943 140733868026864 18446744073709551615 6197309 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/22017/statm: 10664 9027 758 1502 0 9157 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 42656

[startup+1.50076 s]
/proc/loadavg: 1.77 1.94 1.66 2/174 22018
/proc/meminfo: memFree=30142460/32951124 swapFree=67111528/67111528
[pid=22017] ppid=22015 vsize=42076 CPUtime=1.49
/proc/22017/stat : 22017 (pbscip.linux.x8) R 22015 22017 21801 0 -1 4202496 17238 0 0 0 146 3 0 0 25 0 1 0 25689029 43085824 9200 4089446400 4194304 10345943 140733868026864 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/22017/statm: 10519 9200 780 1502 0 9012 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 42076

[startup+3.10047 s]
/proc/loadavg: 1.77 1.94 1.66 2/174 22019
/proc/meminfo: memFree=30141592/32951124 swapFree=67111528/67111528
[pid=22017] ppid=22015 vsize=44988 CPUtime=3.09
/proc/22017/stat : 22017 (pbscip.linux.x8) R 22015 22017 21801 0 -1 4202496 19267 0 0 0 304 5 0 0 25 0 1 0 25689029 46067712 9307 4089446400 4194304 10345943 140733868026864 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/22017/statm: 11247 9307 780 1502 0 9740 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 44988

[startup+6.30086 s]
/proc/loadavg: 1.78 1.94 1.67 3/179 22029
/proc/meminfo: memFree=30080140/32951124 swapFree=67111528/67111528
[pid=22017] ppid=22015 vsize=45484 CPUtime=6.29
/proc/22017/stat : 22017 (pbscip.linux.x8) R 22015 22017 21801 0 -1 4202496 22092 0 0 0 622 7 0 0 25 0 1 0 25689029 46575616 9333 4089446400 4194304 10345943 140733868026864 18446744073709551615 9106037 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/22017/statm: 11371 9333 781 1502 0 9864 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 45484

[startup+12.7007 s]
/proc/loadavg: 1.80 1.94 1.67 3/179 22029
/proc/meminfo: memFree=30078004/32951124 swapFree=67111528/67111528
[pid=22017] ppid=22015 vsize=45568 CPUtime=12.69
/proc/22017/stat : 22017 (pbscip.linux.x8) R 22015 22017 21801 0 -1 4202496 26429 0 0 0 1257 12 0 0 25 0 1 0 25689029 46661632 9372 4089446400 4194304 10345943 140733868026864 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/22017/statm: 11392 9372 781 1502 0 9885 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 45568

[startup+25.5005 s]
/proc/loadavg: 1.84 1.94 1.67 3/179 22029
/proc/meminfo: memFree=30069476/32951124 swapFree=67111528/67111528
[pid=22017] ppid=22015 vsize=50660 CPUtime=25.5
/proc/22017/stat : 22017 (pbscip.linux.x8) R 22015 22017 21801 0 -1 4202496 46317 0 0 0 2526 24 0 0 25 0 1 0 25689029 51875840 11189 4089446400 4194304 10345943 140733868026864 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/22017/statm: 12665 11189 789 1502 0 11158 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 50660

[startup+51.101 s]
/proc/loadavg: 1.90 1.94 1.68 3/179 22030
/proc/meminfo: memFree=30064408/32951124 swapFree=67111528/67111528
[pid=22017] ppid=22015 vsize=55004 CPUtime=51.09
/proc/22017/stat : 22017 (pbscip.linux.x8) R 22015 22017 21801 0 -1 4202496 75499 0 0 0 5067 42 0 0 25 0 1 0 25689029 56324096 12201 4089446400 4194304 10345943 140733868026864 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/22017/statm: 13751 12201 789 1502 0 12244 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 55004

[startup+102.306 s]
/proc/loadavg: 1.95 1.95 1.69 3/179 22031
/proc/meminfo: memFree=30053336/32951124 swapFree=67111528/67111528
[pid=22017] ppid=22015 vsize=58976 CPUtime=102.3
/proc/22017/stat : 22017 (pbscip.linux.x8) R 22015 22017 21801 0 -1 4202496 105370 0 0 0 10145 85 0 0 25 0 1 0 25689029 60391424 13234 4089446400 4194304 10345943 140733868026864 18446744073709551615 6528260 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/22017/statm: 14744 13234 801 1502 0 13237 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 58976

[startup+162.3 s]
/proc/loadavg: 1.98 1.95 1.71 3/179 22033
/proc/meminfo: memFree=30035936/32951124 swapFree=67111528/67111528
[pid=22017] ppid=22015 vsize=66024 CPUtime=162.29
/proc/22017/stat : 22017 (pbscip.linux.x8) R 22015 22017 21801 0 -1 4202496 124096 0 0 0 16095 134 0 0 25 0 1 0 25689029 67608576 14616 4089446400 4194304 10345943 140733868026864 18446744073709551615 5085399 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/22017/statm: 16506 14616 801 1502 0 14999 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 66024

[startup+222.301 s]
/proc/loadavg: 1.99 1.96 1.73 3/179 22034
/proc/meminfo: memFree=29979568/32951124 swapFree=67111528/67111528
[pid=22017] ppid=22015 vsize=71648 CPUtime=222.3
/proc/22017/stat : 22017 (pbscip.linux.x8) R 22015 22017 21801 0 -1 4202496 146383 0 0 0 22045 185 0 0 25 0 1 0 25689029 73367552 15961 4089446400 4194304 10345943 140733868026864 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/22017/statm: 17912 15961 801 1502 0 16405 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 71648

[startup+282.3 s]
/proc/loadavg: 1.99 1.97 1.74 3/179 22036
/proc/meminfo: memFree=29932168/32951124 swapFree=67111528/67111528
[pid=22017] ppid=22015 vsize=75524 CPUtime=282.29
/proc/22017/stat : 22017 (pbscip.linux.x8) R 22015 22017 21801 0 -1 4202496 165045 0 0 0 27998 231 0 0 25 0 1 0 25689029 77336576 16853 4089446400 4194304 10345943 140733868026864 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/22017/statm: 18881 16853 803 1502 0 17374 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 75524

[startup+342.301 s]
/proc/loadavg: 1.99 1.97 1.75 3/179 22037
/proc/meminfo: memFree=29880384/32951124 swapFree=67111528/67111528
[pid=22017] ppid=22015 vsize=76124 CPUtime=342.3
/proc/22017/stat : 22017 (pbscip.linux.x8) R 22015 22017 21801 0 -1 4202496 176568 0 0 0 33954 276 0 0 25 0 1 0 25689029 77950976 17365 4089446400 4194304 10345943 140733868026864 18446744073709551615 6069047 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/22017/statm: 19031 17365 803 1502 0 17524 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 76124

[startup+402.301 s]
/proc/loadavg: 2.07 1.99 1.77 3/179 22039
/proc/meminfo: memFree=29826032/32951124 swapFree=67111528/67111528
[pid=22017] ppid=22015 vsize=76796 CPUtime=402.31
/proc/22017/stat : 22017 (pbscip.linux.x8) R 22015 22017 21801 0 -1 4202496 189543 0 0 0 39916 315 0 0 25 0 1 0 25689029 78639104 17817 4089446400 4194304 10345943 140733868026864 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/22017/statm: 19199 17817 803 1502 0 17692 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 76796

[startup+462.3 s]
/proc/loadavg: 2.03 1.99 1.78 3/179 22041
/proc/meminfo: memFree=29775892/32951124 swapFree=67111528/67111528
[pid=22017] ppid=22015 vsize=77176 CPUtime=462.3
/proc/22017/stat : 22017 (pbscip.linux.x8) R 22015 22017 21801 0 -1 4202496 205856 0 0 0 45873 357 0 0 25 0 1 0 25689029 79028224 17753 4089446400 4194304 10345943 140733868026864 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/22017/statm: 19294 17753 803 1502 0 17787 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 77176

[startup+522.301 s]
/proc/loadavg: 2.01 1.99 1.79 3/179 22042
/proc/meminfo: memFree=29721916/32951124 swapFree=67111528/67111528
[pid=22017] ppid=22015 vsize=80272 CPUtime=522.31
/proc/22017/stat : 22017 (pbscip.linux.x8) R 22015 22017 21801 0 -1 4202496 216947 0 0 0 51834 397 0 0 25 0 1 0 25689029 82198528 18363 4089446400 4194304 10345943 140733868026864 18446744073709551615 5085381 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/22017/statm: 20068 18363 803 1502 0 18561 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 80272

[startup+582.3 s]
/proc/loadavg: 2.00 1.99 1.80 3/179 22044
/proc/meminfo: memFree=29669032/32951124 swapFree=67111528/67111528
[pid=22017] ppid=22015 vsize=83416 CPUtime=582.31
/proc/22017/stat : 22017 (pbscip.linux.x8) R 22015 22017 21801 0 -1 4202496 225227 0 0 0 57792 439 0 0 25 0 1 0 25689029 85417984 18908 4089446400 4194304 10345943 140733868026864 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/22017/statm: 20854 18908 803 1502 0 19347 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 83416

[startup+642.301 s]
/proc/loadavg: 2.00 1.99 1.82 3/179 22045
/proc/meminfo: memFree=29615276/32951124 swapFree=67111528/67111528
[pid=22017] ppid=22015 vsize=83668 CPUtime=642.31
/proc/22017/stat : 22017 (pbscip.linux.x8) R 22015 22017 21801 0 -1 4202496 231369 0 0 0 63755 476 0 0 25 0 1 0 25689029 85676032 18943 4089446400 4194304 10345943 140733868026864 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/22017/statm: 20917 18943 803 1502 0 19410 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 83668

[startup+702.301 s]

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

/proc/meminfo: memFree=29228868/32951124 swapFree=67111528/67111528
[pid=22017] ppid=22015 vsize=84824 CPUtime=1062.31
/proc/22017/stat : 22017 (pbscip.linux.x8) R 22015 22017 21801 0 -1 4202496 253243 0 0 0 105475 756 0 0 25 0 1 0 25689029 86859776 19279 4089446400 4194304 10345943 140733868026864 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/22017/statm: 21206 19279 803 1502 0 19699 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 84824

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 1.87 3/179 22058
/proc/meminfo: memFree=29173748/32951124 swapFree=67111528/67111528
[pid=22017] ppid=22015 vsize=84976 CPUtime=1122.32
/proc/22017/stat : 22017 (pbscip.linux.x8) R 22015 22017 21801 0 -1 4202496 254086 0 0 0 111432 800 0 0 25 0 1 0 25689029 87015424 19287 4089446400 4194304 10345943 140733868026864 18446744073709551615 6557950 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/22017/statm: 21244 19287 803 1502 0 19737 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 84976

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 1.88 3/179 22060
/proc/meminfo: memFree=29118136/32951124 swapFree=67111528/67111528
[pid=22017] ppid=22015 vsize=84924 CPUtime=1182.32
/proc/22017/stat : 22017 (pbscip.linux.x8) R 22015 22017 21801 0 -1 4202496 257520 0 0 0 117395 837 0 0 25 0 1 0 25689029 86962176 19443 4089446400 4194304 10345943 140733868026864 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/22017/statm: 21231 19443 803 1502 0 19724 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 84924

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 1.88 3/179 22061
/proc/meminfo: memFree=29063516/32951124 swapFree=67111528/67111528
[pid=22017] ppid=22015 vsize=83376 CPUtime=1242.32
/proc/22017/stat : 22017 (pbscip.linux.x8) R 22015 22017 21801 0 -1 4202496 261310 0 0 0 123352 880 0 0 25 0 1 0 25689029 85377024 19330 4089446400 4194304 10345943 140733868026864 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/22017/statm: 20844 19330 803 1502 0 19337 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 83376

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 1.89 3/179 22063
/proc/meminfo: memFree=29006792/32951124 swapFree=67111528/67111528
[pid=22017] ppid=22015 vsize=85700 CPUtime=1302.33
/proc/22017/stat : 22017 (pbscip.linux.x8) R 22015 22017 21801 0 -1 4202496 265294 0 0 0 129310 923 0 0 25 0 1 0 25689029 87756800 19507 4089446400 4194304 10345943 140733868026864 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/22017/statm: 21425 19507 803 1502 0 19918 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 85700

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.89 3/179 22074
/proc/meminfo: memFree=28951644/32951124 swapFree=67111528/67111528
[pid=22017] ppid=22015 vsize=84124 CPUtime=1362.33
/proc/22017/stat : 22017 (pbscip.linux.x8) R 22015 22017 21801 0 -1 4202496 272497 0 0 0 135272 961 0 0 25 0 1 0 25689029 86142976 19449 4089446400 4194304 10345943 140733868026864 18446744073709551615 6864719 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/22017/statm: 21031 19449 803 1502 0 19524 0
Current children cumulated CPU time (s) 1362.33
Current children cumulated vsize (KiB) 84124

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.90 3/179 22075
/proc/meminfo: memFree=28897280/32951124 swapFree=67111528/67111528
[pid=22017] ppid=22015 vsize=86152 CPUtime=1422.33
/proc/22017/stat : 22017 (pbscip.linux.x8) R 22015 22017 21801 0 -1 4202496 281775 0 0 0 141227 1006 0 0 25 0 1 0 25689029 88219648 19762 4089446400 4194304 10345943 140733868026864 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/22017/statm: 21538 19762 803 1502 0 20031 0
Current children cumulated CPU time (s) 1422.33
Current children cumulated vsize (KiB) 86152

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.90 3/179 22077
/proc/meminfo: memFree=28843168/32951124 swapFree=67111528/67111528
[pid=22017] ppid=22015 vsize=86148 CPUtime=1482.33
/proc/22017/stat : 22017 (pbscip.linux.x8) R 22015 22017 21801 0 -1 4202496 284583 0 0 0 147184 1049 0 0 25 0 1 0 25689029 88215552 19808 4089446400 4194304 10345943 140733868026864 18446744073709551615 4696828 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/22017/statm: 21537 19808 803 1502 0 20030 0
Current children cumulated CPU time (s) 1482.33
Current children cumulated vsize (KiB) 86148

[startup+1542.3 s]
/proc/loadavg: 2.06 2.01 1.91 3/179 22078
/proc/meminfo: memFree=28789688/32951124 swapFree=67111528/67111528
[pid=22017] ppid=22015 vsize=87556 CPUtime=1542.33
/proc/22017/stat : 22017 (pbscip.linux.x8) R 22015 22017 21801 0 -1 4202496 287650 0 0 0 153143 1090 0 0 25 0 1 0 25689029 89657344 19800 4089446400 4194304 10345943 140733868026864 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/22017/statm: 21889 19800 803 1502 0 20382 0
Current children cumulated CPU time (s) 1542.33
Current children cumulated vsize (KiB) 87556

[startup+1602.3 s]
/proc/loadavg: 2.02 2.01 1.91 3/179 22080
/proc/meminfo: memFree=28735936/32951124 swapFree=67111528/67111528
[pid=22017] ppid=22015 vsize=86164 CPUtime=1602.33
/proc/22017/stat : 22017 (pbscip.linux.x8) R 22015 22017 21801 0 -1 4202496 290052 0 0 0 159106 1127 0 0 25 0 1 0 25689029 88231936 19857 4089446400 4194304 10345943 140733868026864 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/22017/statm: 21541 19857 803 1502 0 20034 0
Current children cumulated CPU time (s) 1602.33
Current children cumulated vsize (KiB) 86164

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 22082
/proc/meminfo: memFree=28679480/32951124 swapFree=67111528/67111528
[pid=22017] ppid=22015 vsize=86720 CPUtime=1662.33
/proc/22017/stat : 22017 (pbscip.linux.x8) R 22015 22017 21801 0 -1 4202496 295826 0 0 0 165068 1165 0 0 25 0 1 0 25689029 88801280 19929 4089446400 4194304 10345943 140733868026864 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/22017/statm: 21680 19929 803 1502 0 20173 0
Current children cumulated CPU time (s) 1662.33
Current children cumulated vsize (KiB) 86720

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 22083
/proc/meminfo: memFree=28628840/32951124 swapFree=67111528/67111528
[pid=22017] ppid=22015 vsize=86720 CPUtime=1722.33
/proc/22017/stat : 22017 (pbscip.linux.x8) R 22015 22017 21801 0 -1 4202496 302788 0 0 0 171024 1209 0 0 25 0 1 0 25689029 88801280 19954 4089446400 4194304 10345943 140733868026864 18446744073709551615 4230937 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/22017/statm: 21680 19954 803 1502 0 20173 0
Current children cumulated CPU time (s) 1722.33
Current children cumulated vsize (KiB) 86720

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 22085
/proc/meminfo: memFree=28570384/32951124 swapFree=67111528/67111528
[pid=22017] ppid=22015 vsize=87464 CPUtime=1782.33
/proc/22017/stat : 22017 (pbscip.linux.x8) R 22015 22017 21801 0 -1 4202496 308383 0 0 0 176982 1251 0 0 25 0 1 0 25689029 89563136 20169 4089446400 4194304 10345943 140733868026864 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/22017/statm: 21866 20169 803 1502 0 20359 0
Current children cumulated CPU time (s) 1782.33
Current children cumulated vsize (KiB) 87464

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

[startup+1785.5 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 22085
/proc/meminfo: memFree=28568152/32951124 swapFree=67111528/67111528
[pid=22017] ppid=22015 vsize=88772 CPUtime=1785.53
/proc/22017/stat : 22017 (pbscip.linux.x8) R 22015 22017 21801 0 -1 4202496 308670 0 0 0 177300 1253 0 0 25 0 1 0 25689029 90902528 20164 4089446400 4194304 10345943 140733868026864 18446744073709551615 4995703 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/22017/statm: 22193 20164 803 1502 0 20686 0
Current children cumulated CPU time (s) 1785.53
Current children cumulated vsize (KiB) 88772

[startup+1787.1 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 22085
/proc/meminfo: memFree=28566540/32951124 swapFree=67111528/67111528
[pid=22017] ppid=22015 vsize=88772 CPUtime=1787.13
/proc/22017/stat : 22017 (pbscip.linux.x8) R 22015 22017 21801 0 -1 4202496 308688 0 0 0 177458 1255 0 0 25 0 1 0 25689029 90902528 20182 4089446400 4194304 10345943 140733868026864 18446744073709551615 4230937 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/22017/statm: 22193 20182 803 1502 0 20686 0
Current children cumulated CPU time (s) 1787.13
Current children cumulated vsize (KiB) 88772

[startup+1788.7 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 22085
/proc/meminfo: memFree=28565044/32951124 swapFree=67111528/67111528
[pid=22017] ppid=22015 vsize=88772 CPUtime=1788.74
/proc/22017/stat : 22017 (pbscip.linux.x8) R 22015 22017 21801 0 -1 4202496 308697 0 0 0 177618 1256 0 0 25 0 1 0 25689029 90902528 20191 4089446400 4194304 10345943 140733868026864 18446744073709551615 6785434 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/22017/statm: 22193 20191 803 1502 0 20686 0
Current children cumulated CPU time (s) 1788.74
Current children cumulated vsize (KiB) 88772

[startup+1789.5 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 22085
/proc/meminfo: memFree=28565044/32951124 swapFree=67111528/67111528
[pid=22017] ppid=22015 vsize=88772 CPUtime=1789.53
/proc/22017/stat : 22017 (pbscip.linux.x8) R 22015 22017 21801 0 -1 4202496 308712 0 0 0 177697 1256 0 0 25 0 1 0 25689029 90902528 20206 4089446400 4194304 10345943 140733868026864 18446744073709551615 4696833 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/22017/statm: 22193 20206 803 1502 0 20686 0
Current children cumulated CPU time (s) 1789.53
Current children cumulated vsize (KiB) 88772

[startup+1789.9 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 22085
/proc/meminfo: memFree=28562440/32951124 swapFree=67111528/67111528
[pid=22017] ppid=22015 vsize=88772 CPUtime=1789.93
/proc/22017/stat : 22017 (pbscip.linux.x8) R 22015 22017 21801 0 -1 4202496 308712 0 0 0 177737 1256 0 0 25 0 1 0 25689029 90902528 20206 4089446400 4194304 10345943 140733868026864 18446744073709551615 4471689 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/22017/statm: 22193 20206 803 1502 0 20686 0
Current children cumulated CPU time (s) 1789.93
Current children cumulated vsize (KiB) 88772

[startup+1790 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 22085
/proc/meminfo: memFree=28562440/32951124 swapFree=67111528/67111528
[pid=22017] ppid=22015 vsize=87480 CPUtime=1790.03
/proc/22017/stat : 22017 (pbscip.linux.x8) R 22015 22017 21801 0 -1 4202496 308783 0 0 0 177747 1256 0 0 25 0 1 0 25689029 89579520 20158 4089446400 4194304 10345943 140733868026864 18446744073709551615 7601467 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/22017/statm: 21870 20158 803 1502 0 20363 0
Current children cumulated CPU time (s) 1790.03
Current children cumulated vsize (KiB) 87480

Child status: 0
Real time (s): 1790.07
CPU time (s): 1790.12
CPU user time (s): 1777.54
CPU system time (s): 12.5721
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 89988

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1777.54
system time used= 12.5721
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 308870
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= 3
involuntary context switches= 1850

runsolver used 2.70359 second user time and 5.52416 second system time

The end

Launcher Data

Begin job on node119 at 2010-07-08 09:39:11
IDJOB=2704998
IDBENCH=78985
IDSOLVER=1214
FILE ID=node119/2704998-1278574750
PBS_JOBID= 11240216
Free space on /tmp= 73228 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.1900667195--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-2704998-1278574750/watcher-2704998-1278574750 -o /tmp/evaluation-result-2704998-1278574750/solver-2704998-1278574750 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2704998-1278574750.wbo -t 1800 -m 3800

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

MD5SUM BENCH= c3c12ca4f6a34dfd4eee1807e0cef251
RANDOM SEED=1581053821

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30177096 kB
Buffers:        154944 kB
Cached:        2393084 kB
SwapCached:          0 kB
Active:        1144132 kB
Inactive:      1465968 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30177096 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           12996 kB
Writeback:           0 kB
AnonPages:       62400 kB
Mapped:          14420 kB
Slab:            99868 kB
PageTables:       4108 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   183512 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= 73204 MiB
End job on node119 at 2010-07-08 10:09:01