Trace number 2705591

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.13 1790.08

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900670234--soft-66-100-0.wbo
MD5SUM20db9b5796300dda9a6b98219b888af4
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark926.065
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 641
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-2705591-1278572957.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.02/0.03	c presolving:
0.02/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.02/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.02/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.02/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.98
0.09/0.13	c 
0.09/0.13	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.13	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.13	c limits/memory = 3420
0.09/0.13	c 
0.09/0.13	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.09/0.13	c # [type: int, range: [1,2], default: 1]
0.09/0.13	c timing/clocktype = 2
0.09/0.13	c 
0.09/0.13	c # should presolving try to simplify inequalities
0.09/0.13	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.13	c constraints/linear/simplifyinequalities = TRUE
0.09/0.13	c 
0.09/0.13	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.09/0.13	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.13	c constraints/indicator/addCouplingCons = TRUE
0.09/0.13	c 
0.09/0.13	c # should presolving try to simplify knapsacks
0.09/0.13	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.13	c constraints/knapsack/simplifyinequalities = TRUE
0.09/0.13	c 
0.09/0.13	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.09/0.13	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.13	c separating/rapidlearning/freq = 0
0.09/0.13	c 
0.09/0.13	c -----------------------------------------------------------------------------------------------
0.09/0.13	c start solving
0.09/0.13	c 
0.09/0.14	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.09/0.14	c   0.1s|     1 |     0 |    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.28	c   0.3s|     1 |     0 |   155 |     - |9319k|   0 |  64 |1913 |3347 |1913 |1693 |  28 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.39/0.42	c   0.4s|     1 |     0 |   240 |     - |9779k|   0 |  76 |1913 |3347 |1913 |1708 |  43 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.49/0.59	c   0.6s|     1 |     0 |   248 |     - |9780k|   0 |  77 |1913 |3347 |1913 |1711 |  46 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.69/0.74	c   0.7s|     1 |     0 |   250 |     - |9781k|   0 |  77 |1913 |3347 |1913 |1712 |  47 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1.49/1.59	c   1.6s|     1 |     2 |   250 |     - |9781k|   0 |  77 |1913 |3347 |1913 |1712 |  47 |   0 |  15 | 0.000000e+00 |      --      |    Inf 
14.39/14.44	o 42417
14.39/14.44	c y14.4s|    55 |    54 |  5293 |  93.4 |  10M|  19 |   - |1913 |3349 |   0 |   0 |  94 |   2 | 639 | 0.000000e+00 | 4.241700e+04 |    Inf 
16.69/16.72	o 291
16.69/16.72	c *16.7s|   395 |   297 | 16780 |  42.0 |  11M|  69 |   - |1913 |3368 |1913 |1746 | 479 |  21 | 679 | 0.000000e+00 | 2.910000e+02 |    Inf 
18.09/18.17	o 284
18.09/18.17	c *18.2s|   706 |   491 | 26072 |  36.6 |  12M|  69 |   - |1913 |3640 |1913 |1732 | 749 | 294 | 687 | 0.000000e+00 | 2.840000e+02 |    Inf 
18.09/18.18	o 246
18.09/18.18	c *18.2s|   708 |   475 | 26130 |  36.6 |  12M|  69 |   - |1913 |3640 |1913 |1732 | 749 | 294 | 687 | 0.000000e+00 | 2.460000e+02 |    Inf 
18.09/18.19	o 233
18.09/18.19	c *18.2s|   709 |   451 | 26130 |  36.6 |  12M|  69 |   - |1913 |3640 |1913 |1732 | 749 | 294 | 687 | 0.000000e+00 | 2.330000e+02 |    Inf 
18.29/18.35	o 182
18.29/18.35	c *18.3s|   759 |   423 | 27425 |  35.9 |  12M|  69 |   - |1913 |3695 |1913 |1739 | 914 | 349 | 687 | 0.000000e+00 | 1.820000e+02 |    Inf 
18.29/18.36	o 148
18.29/18.36	c *18.3s|   760 |   365 | 27425 |  35.8 |  12M|  69 |   - |1913 |3695 |1913 |1739 | 914 | 349 | 687 | 0.000000e+00 | 1.480000e+02 |    Inf 
18.49/18.50	o 141
18.49/18.50	c *18.5s|   780 |   377 | 28408 |  36.1 |  12M|  69 |   - |1913 |3710 |1913 |1721 | 957 | 364 | 694 | 0.000000e+00 | 1.410000e+02 |    Inf 
18.49/18.51	o 138
18.49/18.51	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
18.49/18.51	c *18.5s|   783 |   378 | 28466 |  36.1 |  12M|  69 |   - |1913 |3710 |1913 |1720 | 957 | 364 | 695 | 0.000000e+00 | 1.380000e+02 |    Inf 
18.49/18.52	o 123
18.49/18.52	c *18.5s|   788 |   365 | 28522 |  35.9 |  12M|  69 |   - |1913 |3714 |1913 |1722 | 959 | 368 | 695 | 0.000000e+00 | 1.230000e+02 |    Inf 
19.09/19.12	o 119
19.09/19.12	c *19.1s|   952 |   444 | 31284 |  32.6 |  13M|  69 |   - |1913 |3874 |1913 |1725 |1092 | 543 | 711 | 0.000000e+00 | 1.190000e+02 |    Inf 
19.09/19.15	o 99
19.09/19.15	c *19.1s|   965 |   410 | 31405 |  32.3 |  13M|  69 |   - |1913 |3893 |1913 |1732 |1099 | 563 | 713 | 0.000000e+00 | 9.900000e+01 |    Inf 
19.39/19.46	o 68
19.39/19.46	c *19.4s|  1023 |   304 | 33120 |  32.2 |  12M|  69 |   - |1913 |3929 |1913 |1710 |1162 | 630 | 729 | 0.000000e+00 | 6.800000e+01 |    Inf 
19.69/19.73	o 53
19.69/19.73	c *19.7s|  1110 |   328 | 34400 |  30.8 |  12M|  69 |   - |1913 |3713 |1913 |1709 |1181 | 710 | 737 | 0.000000e+00 | 5.300000e+01 |    Inf 
19.69/19.73	o 50
19.69/19.73	c *19.7s|  1111 |   312 | 34400 |  30.8 |  12M|  69 |   - |1913 |3713 |1913 |1709 |1181 | 710 | 737 | 0.000000e+00 | 5.000000e+01 |    Inf 
19.80/19.81	o 44
19.80/19.81	c *19.8s|  1126 |   310 | 34854 |  30.8 |  12M|  69 |   - |1913 |3515 |1913 |1707 |1181 | 739 | 739 | 0.000000e+00 | 4.400000e+01 |    Inf 
19.80/19.86	o 40
19.80/19.86	c *19.8s|  1142 |   321 | 35291 |  30.7 |  12M|  69 |   - |1913 |3446 |1913 |1711 |1185 | 743 | 742 | 0.000000e+00 | 4.000000e+01 |    Inf 
19.80/19.86	o 37
19.80/19.86	c *19.8s|  1143 |   316 | 35291 |  30.7 |  12M|  69 |   - |1913 |3446 |1913 |1711 |1185 | 743 | 742 | 0.000000e+00 | 3.700000e+01 |    Inf 
19.90/19.96	o 12
19.90/19.96	c *19.9s|  1179 |   280 | 35847 |  30.2 |  12M|  69 |   - |1913 |3418 |1913 |1721 |1207 | 775 | 744 | 0.000000e+00 | 1.200000e+01 |    Inf 
19.90/19.98	o 8
19.90/19.98	c *20.0s|  1182 |   155 | 36031 |  30.3 |  12M|  69 |   - |1913 |3201 |1913 |1713 |1213 | 775 | 744 | 0.000000e+00 | 8.000000e+00 |    Inf 
36.49/36.53	o 6
36.49/36.53	c *36.5s|  9296 |   402 |152085 |  16.3 |  16M|  69 |   - |1913 |8711 |1913 |1707 |2956 |  11k|1016 | 0.000000e+00 | 6.000000e+00 |    Inf 
37.79/37.85	c  37.8s| 10000 |   425 |160026 |  16.0 |  16M|  69 |  22 |1913 |8517 |1913 |1718 |3119 |  11k|1042 | 0.000000e+00 | 6.000000e+00 |    Inf 
57.39/57.46	c  57.4s| 20000 |   593 |289471 |  14.5 |  18M|  69 |   - |1913 |  10k|   0 |   0 |4704 |  24k|1396 | 0.000000e+00 | 6.000000e+00 |    Inf 
75.80/75.89	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
75.80/75.89	c  75.9s| 30000 |   626 |414708 |  13.8 |  19M|  69 |  21 |1913 |  11k|1913 |1707 |6339 |  37k|1403 | 0.000000e+00 | 6.000000e+00 |    Inf 
94.79/94.81	c  94.8s| 40000 |   699 |536674 |  13.4 |  20M|  69 |   - |1913 |  13k|1913 |1707 |7915 |  50k|1488 | 0.000000e+00 | 6.000000e+00 |    Inf 
114.59/114.62	c   115s| 50000 |   858 |662478 |  13.2 |  23M|  69 |  17 |1913 |  16k|1913 |1707 |9820 |  63k|1682 | 0.000000e+00 | 6.000000e+00 |    Inf 
133.99/134.00	c   134s| 60000 |   817 |773124 |  12.9 |  23M|  69 |   - |1913 |  15k|1913 |1707 |  11k|  77k|1928 | 0.000000e+00 | 6.000000e+00 |    Inf 
153.10/153.12	c   153s| 70000 |   806 |884181 |  12.6 |  24M|  69 |   - |1913 |  17k|   0 |   0 |  12k|  91k|2194 | 0.000000e+00 | 6.000000e+00 |    Inf 
174.00/174.00	c   174s| 80000 |   821 |  1009k|  12.6 |  25M|  69 |   1 |1913 |  20k|1913 |1714 |  14k| 105k|2392 | 0.000000e+00 | 6.000000e+00 |    Inf 
194.29/194.33	c   194s| 90000 |   795 |  1128k|  12.5 |  24M|  69 |   1 |1913 |  16k|1913 |1712 |  16k| 119k|2598 | 0.000000e+00 | 6.000000e+00 |    Inf 
213.60/213.61	c   214s|100000 |   830 |  1242k|  12.4 |  25M|  69 |   9 |1913 |  17k|1913 |1707 |  18k| 132k|2791 | 0.000000e+00 | 6.000000e+00 |    Inf 
232.90/232.97	c   233s|110000 |   890 |  1353k|  12.3 |  27M|  69 |  16 |1913 |  21k|1913 |1714 |  20k| 147k|2895 | 0.000000e+00 | 6.000000e+00 |    Inf 
252.90/252.92	c   253s|120000 |   942 |  1459k|  12.2 |  28M|  69 |   - |1913 |  23k|   0 |   0 |  22k| 160k|3081 | 0.000000e+00 | 6.000000e+00 |    Inf 
253.89/253.90	o 3
253.89/253.90	c * 254s|120506 |   873 |  1465k|  12.2 |  28M|  69 |   - |1913 |  23k|1913 |1707 |  22k| 161k|3082 | 0.000000e+00 | 3.000000e+00 |    Inf 
274.30/274.37	c   274s|130000 |   797 |  1579k|  12.2 |  25M|  69 |  21 |1913 |  17k|1913 |1707 |  24k| 174k|3249 | 0.000000e+00 | 3.000000e+00 |    Inf 
294.00/294.02	c   294s|140000 |   760 |  1705k|  12.2 |  24M|  69 |  16 |1913 |  14k|1913 |1723 |  25k| 187k|3361 | 0.000000e+00 | 3.000000e+00 |    Inf 
315.70/315.79	c   316s|150000 |   766 |  1844k|  12.3 |  25M|  69 |   - |1913 |  15k|   0 |   0 |  27k| 201k|3511 | 0.000000e+00 | 3.000000e+00 |    Inf 
336.71/336.73	c   337s|160000 |   773 |  1974k|  12.3 |  25M|  69 |  31 |1913 |  16k|1913 |1725 |  29k| 214k|3722 | 0.000000e+00 | 3.000000e+00 |    Inf 
359.00/359.00	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
359.00/359.00	c   359s|170000 |   865 |  2117k|  12.5 |  28M|  69 |  24 |1913 |  21k|1913 |1707 |  30k| 227k|3860 | 0.000000e+00 | 3.000000e+00 |    Inf 
381.00/381.02	c   381s|180000 |   712 |  2249k|  12.5 |  25M|  69 |   - |1913 |  16k|1913 |1707 |  32k| 241k|3998 | 0.000000e+00 | 3.000000e+00 |    Inf 
401.20/401.22	c   401s|190000 |   973 |  2380k|  12.5 |  27M|  69 |   1 |1913 |  17k|1913 |1707 |  33k| 254k|4170 | 0.000000e+00 | 3.000000e+00 |    Inf 
422.10/422.18	c   422s|200000 |  1201 |  2516k|  12.6 |  29M|  69 |   - |1913 |  19k|1913 |1707 |  35k| 268k|4313 | 0.000000e+00 | 3.000000e+00 |    Inf 
443.10/443.16	c   443s|210000 |  1268 |  2649k|  12.6 |  30M|  69 |   - |1913 |  20k|   0 |   0 |  37k| 281k|4451 | 0.000000e+00 | 3.000000e+00 |    Inf 
465.31/465.39	c   465s|220000 |  1453 |  2789k|  12.7 |  31M|  69 |   - |1913 |  21k|   0 |   0 |  38k| 295k|4573 | 0.000000e+00 | 3.000000e+00 |    Inf 
487.01/487.03	c   487s|230000 |  1535 |  2926k|  12.7 |  31M|  69 |  19 |1913 |  18k|1913 |1707 |  39k| 309k|4715 | 0.000000e+00 | 3.000000e+00 |    Inf 
507.31/507.39	c   507s|240000 |  1785 |  3056k|  12.7 |  33M|  69 |  12 |1913 |  20k|1913 |1707 |  41k| 322k|4844 | 0.000000e+00 | 3.000000e+00 |    Inf 
528.51/528.58	c   529s|250000 |  1869 |  3191k|  12.8 |  34M|  69 |   - |1913 |  20k|   0 |   0 |  42k| 336k|4929 | 0.000000e+00 | 3.000000e+00 |    Inf 
550.02/550.08	c   550s|260000 |  1941 |  3324k|  12.8 |  35M|  69 |   - |1913 |  22k|   0 |   0 |  43k| 350k|5074 | 0.000000e+00 | 3.000000e+00 |    Inf 
572.81/572.87	c   573s|270000 |  2099 |  3469k|  12.8 |  35M|  69 |   - |1913 |  20k|1913 |1707 |  45k| 363k|5182 | 0.000000e+00 | 3.000000e+00 |    Inf 
595.02/595.01	c   595s|280000 |  2296 |  3607k|  12.9 |  38M|  69 |  17 |1913 |  24k|1913 |1707 |  47k| 377k|5262 | 0.000000e+00 | 3.000000e+00 |    Inf 
617.91/617.97	c   618s|290000 |  2462 |  3742k|  12.9 |  39M|  69 |  25 |1913 |  25k|1913 |1707 |  49k| 391k|5407 | 0.000000e+00 | 3.000000e+00 |    Inf 
641.01/641.06	c   641s|300000 |  2522 |  3882k|  12.9 |  40M|  69 |  14 |1913 |  24k|1913 |1707 |  50k| 405k|5488 | 0.000000e+00 | 3.000000e+00 |    Inf 
663.02/663.03	c   663s|310000 |  2496 |  4020k|  13.0 |  38M|  69 |   - |1913 |  18k|1913 |1707 |  51k| 419k|5571 | 0.000000e+00 | 3.000000e+00 |    Inf 
684.81/684.89	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
684.81/684.89	c   685s|320000 |  2538 |  4161k|  13.0 |  39M|  69 |   1 |1913 |  20k|1913 |1714 |  53k| 433k|5715 | 0.000000e+00 | 3.000000e+00 |    Inf 
706.91/706.94	c   707s|330000 |  2479 |  4306k|  13.0 |  38M|  69 |   - |1913 |  19k|   0 |   0 |  55k| 447k|5807 | 0.000000e+00 | 3.000000e+00 |    Inf 
728.01/728.09	c   728s|340000 |  2523 |  4437k|  13.0 |  40M|  69 |  17 |1913 |  22k|1913 |1707 |  56k| 461k|5886 | 0.000000e+00 | 3.000000e+00 |    Inf 
750.22/750.29	c   750s|350000 |  2531 |  4576k|  13.1 |  39M|  69 |  25 |1913 |  19k|1913 |1707 |  57k| 474k|5994 | 0.000000e+00 | 3.000000e+00 |    Inf 
772.81/772.90	c   773s|360000 |  2608 |  4723k|  13.1 |  39M|  69 |  16 |1913 |  19k|1913 |1707 |  58k| 488k|6120 | 0.000000e+00 | 3.000000e+00 |    Inf 
794.32/794.37	c   794s|370000 |  2658 |  4861k|  13.1 |  40M|  69 |  23 |1913 |  21k|1913 |1714 |  60k| 501k|6211 | 0.000000e+00 | 3.000000e+00 |    Inf 
817.22/817.22	c   817s|380000 |  2687 |  5011k|  13.2 |  41M|  69 |   - |1913 |  22k|   0 |   0 |  61k| 515k|6285 | 0.000000e+00 | 3.000000e+00 |    Inf 
838.82/838.81	c   839s|390000 |  2750 |  5151k|  13.2 |  43M|  69 |   - |1913 |  26k|   0 |   0 |  63k| 528k|6354 | 0.000000e+00 | 3.000000e+00 |    Inf 
859.71/859.79	c   860s|400000 |  2677 |  5275k|  13.2 |  41M|  69 |   - |1913 |  22k|1913 |1729 |  65k| 543k|6444 | 0.000000e+00 | 3.000000e+00 |    Inf 
881.71/881.71	c   882s|410000 |  2670 |  5406k|  13.2 |  42M|  69 |  24 |1913 |  23k|1913 |1707 |  67k| 557k|6531 | 0.000000e+00 | 3.000000e+00 |    Inf 
903.92/903.94	c   904s|420000 |  2614 |  5544k|  13.2 |  41M|  69 |  25 |1913 |  20k|1913 |1707 |  69k| 571k|6624 | 0.000000e+00 | 3.000000e+00 |    Inf 
924.72/924.75	c   925s|430000 |  2549 |  5671k|  13.2 |  39M|  69 |  24 |1913 |  17k|1913 |1707 |  70k| 585k|6721 | 0.000000e+00 | 3.000000e+00 |    Inf 
944.92/944.97	c   945s|440000 |  2670 |  5801k|  13.2 |  40M|  69 |   - |1913 |  16k|   0 |   0 |  71k| 598k|6815 | 0.000000e+00 | 3.000000e+00 |    Inf 
966.32/966.38	c   966s|450000 |  2938 |  5940k|  13.2 |  43M|  69 |   - |1913 |  21k|1913 |1713 |  72k| 611k|6875 | 0.000000e+00 | 3.000000e+00 |    Inf 
988.72/988.80	c   989s|460000 |  2938 |  6080k|  13.2 |  43M|  69 |  16 |1913 |  19k|1913 |1707 |  74k| 625k|6947 | 0.000000e+00 | 3.000000e+00 |    Inf 
1011.12/1011.14	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1011.12/1011.14	c  1011s|470000 |  3146 |  6222k|  13.2 |  45M|  69 |  19 |1913 |  22k|1913 |1707 |  75k| 639k|7009 | 0.000000e+00 | 3.000000e+00 |    Inf 
1033.52/1033.58	c  1034s|480000 |  3189 |  6361k|  13.3 |  46M|  69 |   - |1913 |  23k|1913 |1707 |  76k| 653k|7068 | 0.000000e+00 | 3.000000e+00 |    Inf 
1055.82/1055.85	c  1056s|490000 |  3127 |  6498k|  13.3 |  46M|  69 |   - |1913 |  23k|1913 |1707 |  77k| 668k|7142 | 0.000000e+00 | 3.000000e+00 |    Inf 
1078.92/1078.94	c  1079s|500000 |  3057 |  6644k|  13.3 |  44M|  69 |   - |1913 |  19k|1913 |1707 |  78k| 682k|7235 | 0.000000e+00 | 3.000000e+00 |    Inf 
1100.13/1100.14	c  1100s|510000 |  3059 |  6779k|  13.3 |  45M|  69 |  15 |1913 |  20k|1913 |1707 |  79k| 696k|7333 | 0.000000e+00 | 3.000000e+00 |    Inf 
1121.83/1121.89	c  1122s|520000 |  2980 |  6914k|  13.3 |  44M|  69 |   - |1913 |  20k|1913 |1707 |  80k| 710k|7401 | 0.000000e+00 | 3.000000e+00 |    Inf 
1144.12/1144.10	c  1144s|530000 |  2877 |  7055k|  13.3 |  43M|  69 |   - |1913 |  18k|   0 |   0 |  81k| 724k|7489 | 0.000000e+00 | 3.000000e+00 |    Inf 
1165.83/1165.87	c  1166s|540000 |  2843 |  7201k|  13.3 |  44M|  69 |  29 |1913 |  21k|1913 |1707 |  82k| 738k|7574 | 0.000000e+00 | 3.000000e+00 |    Inf 
1187.83/1187.84	c  1188s|550000 |  2821 |  7338k|  13.3 |  45M|  69 |   - |1913 |  22k|1913 |1707 |  84k| 752k|7675 | 0.000000e+00 | 3.000000e+00 |    Inf 
1210.73/1210.73	c  1211s|560000 |  2717 |  7485k|  13.4 |  43M|  69 |  12 |1913 |  19k|1913 |1707 |  85k| 766k|7746 | 0.000000e+00 | 3.000000e+00 |    Inf 
1232.33/1232.35	c  1232s|570000 |  2807 |  7624k|  13.4 |  45M|  69 |   - |1913 |  23k|   0 |   0 |  87k| 780k|7805 | 0.000000e+00 | 3.000000e+00 |    Inf 
1255.23/1255.20	c  1255s|580000 |  2722 |  7766k|  13.4 |  44M|  69 |   - |1913 |  22k|   0 |   0 |  88k| 795k|7889 | 0.000000e+00 | 3.000000e+00 |    Inf 
1278.03/1278.06	c  1278s|590000 |  2657 |  7907k|  13.4 |  43M|  69 |   - |1913 |  19k|1913 |1707 |  89k| 809k|7977 | 0.000000e+00 | 3.000000e+00 |    Inf 
1299.44/1299.47	c  1299s|600000 |  2585 |  8041k|  13.4 |  44M|  69 |   - |1913 |  22k|   0 |   0 |  90k| 823k|8058 | 0.000000e+00 | 3.000000e+00 |    Inf 
1322.93/1322.91	c  1323s|610000 |  2601 |  8196k|  13.4 |  43M|  69 |  11 |1913 |  21k|1913 |1707 |  92k| 837k|8151 | 0.000000e+00 | 3.000000e+00 |    Inf 
1344.93/1344.91	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1344.93/1344.91	c  1345s|620000 |  2553 |  8336k|  13.4 |  44M|  69 |  23 |1913 |  22k|1913 |1707 |  93k| 851k|8226 | 0.000000e+00 | 3.000000e+00 |    Inf 
1366.94/1366.91	c  1367s|630000 |  2588 |  8474k|  13.5 |  44M|  69 |   9 |1913 |  23k|1913 |1707 |  94k| 865k|8299 | 0.000000e+00 | 3.000000e+00 |    Inf 
1388.63/1388.69	c  1389s|640000 |  2616 |  8603k|  13.4 |  44M|  69 |  21 |1913 |  23k|1913 |1707 |  95k| 878k|8376 | 0.000000e+00 | 3.000000e+00 |    Inf 
1412.23/1412.25	c  1412s|650000 |  2551 |  8751k|  13.5 |  44M|  69 |  25 |1913 |  22k|1913 |1715 |  97k| 892k|8447 | 0.000000e+00 | 3.000000e+00 |    Inf 
1433.03/1433.06	c  1433s|660000 |  2538 |  8876k|  13.4 |  44M|  69 |   1 |1913 |  23k|1913 |1707 |  98k| 906k|8485 | 0.000000e+00 | 3.000000e+00 |    Inf 
1455.74/1455.77	c  1456s|670000 |  2552 |  9021k|  13.5 |  45M|  69 |   1 |1913 |  23k|1913 |1707 | 100k| 920k|8551 | 0.000000e+00 | 3.000000e+00 |    Inf 
1476.54/1476.56	c  1477s|680000 |  2752 |  9144k|  13.4 |  45M|  69 |   9 |1913 |  23k|1913 |1707 | 102k| 933k|8632 | 0.000000e+00 | 3.000000e+00 |    Inf 
1497.94/1497.99	c  1498s|690000 |  2750 |  9276k|  13.4 |  45M|  69 |  22 |1913 |  22k|1913 |1707 | 104k| 948k|8703 | 0.000000e+00 | 3.000000e+00 |    Inf 
1519.14/1519.10	c  1519s|700000 |  2725 |  9405k|  13.4 |  45M|  69 |  20 |1913 |  20k|1913 |1720 | 106k| 962k|8779 | 0.000000e+00 | 3.000000e+00 |    Inf 
1541.64/1541.62	c  1542s|710000 |  2955 |  9555k|  13.5 |  47M|  69 |   - |1913 |  23k|1913 |1707 | 108k| 975k|8830 | 0.000000e+00 | 3.000000e+00 |    Inf 
1564.64/1564.67	c  1565s|720000 |  2891 |  9704k|  13.5 |  47M|  69 |  11 |1913 |  22k|1913 |1714 | 110k| 990k|8909 | 0.000000e+00 | 3.000000e+00 |    Inf 
1588.24/1588.24	c  1588s|730000 |  2935 |  9861k|  13.5 |  48M|  69 |   - |1913 |  25k|   0 |   0 | 111k|1004k|8974 | 0.000000e+00 | 3.000000e+00 |    Inf 
1611.74/1611.77	c  1612s|740000 |  2893 | 10012k|  13.5 |  47M|  69 |  29 |1913 |  21k|1913 |1707 | 113k|1018k|9058 | 0.000000e+00 | 3.000000e+00 |    Inf 
1634.65/1634.65	c  1635s|750000 |  2872 | 10161k|  13.5 |  46M|  69 |   - |1913 |  20k|   0 |   0 | 114k|1031k|9119 | 0.000000e+00 | 3.000000e+00 |    Inf 
1654.94/1654.99	c  1655s|760000 |  2826 | 10289k|  13.5 |  45M|  69 |   - |1913 |  18k|1913 |1707 | 116k|1045k|9154 | 0.000000e+00 | 3.000000e+00 |    Inf 
1676.64/1676.65	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1676.64/1676.65	c  1677s|770000 |  2806 | 10429k|  13.5 |  45M|  69 |  24 |1913 |  18k|1913 |1707 | 117k|1059k|9204 | 0.000000e+00 | 3.000000e+00 |    Inf 
1698.35/1698.37	c  1698s|780000 |  2761 | 10574k|  13.6 |  45M|  69 |  20 |1913 |  17k|1913 |1707 | 119k|1073k|9255 | 0.000000e+00 | 3.000000e+00 |    Inf 
1719.44/1719.46	c  1719s|790000 |  2604 | 10712k|  13.6 |  44M|  69 |   - |1913 |  16k|   0 |   0 | 120k|1087k|9327 | 0.000000e+00 | 3.000000e+00 |    Inf 
1739.84/1739.83	c  1740s|800000 |  2510 | 10843k|  13.6 |  43M|  69 |   - |1913 |  17k|   0 |   0 | 122k|1101k|9417 | 0.000000e+00 | 3.000000e+00 |    Inf 
1761.15/1761.13	c  1761s|810000 |  2411 | 10982k|  13.6 |  43M|  69 |  20 |1913 |  17k|1913 |1707 | 123k|1115k|9474 | 0.000000e+00 | 3.000000e+00 |    Inf 
1782.15/1782.17	c  1782s|820000 |  2558 | 11114k|  13.6 |  44M|  69 |  37 |1913 |  18k|1913 |1707 | 124k|1129k|9522 | 0.000000e+00 | 3.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      : 823649
1790.05/1790.00	c Primal Bound       : +3.00000000000000e+00 (50 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 
1790.05/1790.01	v -x146 -x145 -x144 x143 -x142 -x141 -x140 -x139 -x138 -x137 x136 -x135 -x134 -x133 -x132 -x131 -x130 -x129 -x128 -x127 -x126 
1790.05/1790.01	v -x125 -x124 -x123 -x122 -x121 x120 -x119 -x118 -x117 -x116 -x115 -x114 -x113 -x112 -x111 -x110 -x109 -x108 -x107 -x106 -x105 
1790.05/1790.01	v -x104 -x103 x102 -x101 -x100 -x99 -x98 -x97 -x96 -x95 -x94 -x93 -x92 -x91 x90 -x89 -x88 -x87 -x86 -x85 -x84 x83 -x82 -x81 -x80 
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 
1790.05/1790.01	v -x54 -x53 -x52 -x51 -x50 -x49 -x48 -x47 -x46 x45 -x44 -x43 -x42 -x41 -x40 -x39 -x38 x37 -x36 -x35 -x34 -x33 -x32 -x31 -x30 x29 
1790.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-2705591-1278572957.wbo
1790.05/1790.01	c   Variables        : 2053 (1142 binary, 0 integer, 911 implicit integer, 0 continuous)
1790.05/1790.01	c   Constraints      : 3619 initial, 3619 maximal
1790.05/1790.01	c Presolved Problem  :
1790.05/1790.01	c   Problem name     : t_HOME/instance-2705591-1278572957.wbo
1790.05/1790.01	c   Variables        : 1913 (1072 binary, 0 integer, 841 implicit integer, 0 continuous)
1790.05/1790.01	c   Constraints      : 3347 initial, 28213 maximal
1790.05/1790.01	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1790.05/1790.01	c   trivial          :       0.00         70          0          0          0          0          0          0          0
1790.05/1790.01	c   dualfix          :       0.00         70          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   setppc           :       0.00          0          0          0          0          0          6          0          0
1790.05/1790.01	c   linear           :       0.06          0          0          0        931          0        196        142          0
1790.05/1790.01	c   indicator        :       0.00          0          0          0          0          0         70          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        :          -       1644          -          -       1644          -          -          -          -
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     466368          0        290       3026          0          0     882572
1790.05/1790.01	c   setppc           :         36          6    3554155      22127          0      44201    2250518          0          0          0
1790.05/1790.01	c   linear           :        841          6    3511161      22268          0     128392   12075085     125243          0          0
1790.05/1790.01	c   indicator        :        841          0    3373458      22205          0         24     107487          0          0          0
1790.05/1790.01	c   logicor          :       1629+         6    1887426        409          0     112651    6918562          0          0          0
1790.05/1790.01	c   bounddisjunction :          0+         0     380970          0          0          6       2024          0          0          0
1790.05/1790.01	c   countsols        :          0          0          0        409          0          0          0          0          0          0
1790.05/1790.01	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1790.05/1790.01	c   integral         :      41.25       0.00       0.00      41.25       0.00
1790.05/1790.01	c   setppc           :      13.54       0.00      13.53       0.01       0.00
1790.05/1790.01	c   linear           :      67.53       0.00      67.01       0.52       0.00
1790.05/1790.01	c   indicator        :       3.65       0.01       3.50       0.13       0.00
1790.05/1790.01	c   logicor          :     200.79       0.00     200.78       0.01       0.00
1790.05/1790.01	c   bounddisjunction :       0.78       0.00       0.78       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.57        774          0         35
1790.05/1790.01	c   rootredcost      :       0.55         22          0        822
1790.05/1790.01	c   pseudoobj        :      44.15    3555456        233      98359
1790.05/1790.01	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1790.05/1790.01	c   propagation      :      12.40     285483     284890    1809643       27.6       6777       24.0          -
1790.05/1790.01	c   infeasible LP    :      26.02     152105     152103    1197751       45.2       1280       17.0          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 :          -          -          -    1134270       29.5          -          -          -
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          -          -          0          -    (maximal pool size: 288)
1790.05/1790.01	c   redcost          :      15.02     467116          0       6269          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.31          6          0          0       1179          0
1790.05/1790.01	c   strongcg         :       0.27          6          0          0       1422          0
1790.05/1790.01	c   cmir             :       0.04          6          0          0          0          0
1790.05/1790.01	c   flowcover        :       0.05          6          0          0          0          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.05          1          0          0          0          0
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        :      40.95     444080        290       3026          0          0     882572
1790.05/1790.01	c   pscost           :       0.00          0          0          0          0          0          0
1790.05/1790.01	c   inference        :       0.05        388          0          0          0          0        804
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   oneopt           :       0.30         18          0
1790.05/1790.01	c   feaspump         :       0.03          1          0
1790.05/1790.01	c   crossover        :       0.45         10          0
1790.05/1790.01	c   pscostdiving     :       0.26         70          0
1790.05/1790.01	c   fracdiving       :       0.21         70          0
1790.05/1790.01	c   veclendiving     :       0.16         70          0
1790.05/1790.01	c   linesearchdiving :       0.18         70          0
1790.05/1790.01	c   guideddiving     :       0.22         71          0
1790.05/1790.01	c   coefdiving       :       0.19         71          0
1790.05/1790.01	c   objpscostdiving  :       0.18         36          0
1790.05/1790.01	c   rootsoldiving    :       0.26         36          0
1790.05/1790.01	c   trivial          :       0.00          2          0
1790.05/1790.01	c   simplerounding   :       0.49     444053          0
1790.05/1790.01	c   zirounding       :       0.20       1000          0
1790.05/1790.01	c   rounding         :       0.82       9399          0
1790.05/1790.01	c   shifting         :       0.77       2930          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.03          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.12          0          0
1790.05/1790.01	c   trysol           :       0.19         37         29
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          :    1032.49     614833   11157378      18.15   10806.27
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:       1.06        753       6933       9.21    6521.60
1790.05/1790.01	c   strong branching :      37.09       9551     357653      37.45    9643.76
1790.05/1790.01	c     (at root node) :          -         15       4991     332.73          -
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            :     823649
1790.05/1790.01	c   nodes (total)    :     823649
1790.05/1790.01	c   nodes left       :       2674
1790.05/1790.01	c   max depth        :         69
1790.05/1790.01	c   max depth (total):         69
1790.05/1790.01	c   backtracks       :     124619 (15.1%)
1790.05/1790.01	c   delayed cutoffs  :      56331
1790.05/1790.01	c   repropagations   :    1225411 (4369377 domain reductions, 55248 cutoffs)
1790.05/1790.01	c   avg switch length:       4.73
1790.05/1790.01	c   switching time   :     184.51
1790.05/1790.01	c Solution           :
1790.05/1790.01	c   Solutions found  :         50 (22 improvements)
1790.05/1790.01	c   First Solution   : +4.24170000000000e+04   (in run 1, after 54 nodes, 14.42 seconds, depth 20, found by <trysol>)
1790.05/1790.01	c   Primal Bound     : +3.00000000000000e+00   (in run 1, after 120506 nodes, 253.88 seconds, depth 39, 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  :        250
1790.05/1790.07	c Time complete: 1790.12.

Verifier Data

OK	3

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2705591-1278572957/watcher-2705591-1278572957 -o /tmp/evaluation-result-2705591-1278572957/solver-2705591-1278572957 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2705591-1278572957.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.13 0.03 0.01 4/178 25693
/proc/meminfo: memFree=28565400/32951124 swapFree=67111528/67111528
[pid=25693] ppid=25691 vsize=12340 CPUtime=0
/proc/25693/stat : 25693 (pbscip.linux.x8) R 25691 25693 25519 0 -1 4202496 1948 0 0 0 0 0 0 0 23 0 1 0 25508246 12636160 1867 4089446400 4194304 10345943 140736359421200 18446744073709551615 9107500 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/25693/statm: 3137 1882 429 1502 0 1630 0

[startup+0.0326799 s]
/proc/loadavg: 0.13 0.03 0.01 4/178 25693
/proc/meminfo: memFree=28565400/32951124 swapFree=67111528/67111528
[pid=25693] ppid=25691 vsize=21856 CPUtime=0.02
/proc/25693/stat : 25693 (pbscip.linux.x8) R 25691 25693 25519 0 -1 4202496 4715 0 0 0 2 0 0 0 23 0 1 0 25508246 22380544 4280 4089446400 4194304 10345943 140736359421200 18446744073709551615 9138311 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/25693/statm: 5464 4280 478 1502 0 3957 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 21856

[startup+0.100663 s]
/proc/loadavg: 0.13 0.03 0.01 4/178 25693
/proc/meminfo: memFree=28565400/32951124 swapFree=67111528/67111528
[pid=25693] ppid=25691 vsize=27504 CPUtime=0.09
/proc/25693/stat : 25693 (pbscip.linux.x8) R 25691 25693 25519 0 -1 4202496 5928 0 0 0 9 0 0 0 23 0 1 0 25508246 28164096 5493 4089446400 4194304 10345943 140736359421200 18446744073709551615 5093784 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/25693/statm: 6876 5493 553 1502 0 5369 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 27504

[startup+0.300627 s]
/proc/loadavg: 0.13 0.03 0.01 4/178 25693
/proc/meminfo: memFree=28565400/32951124 swapFree=67111528/67111528
[pid=25693] ppid=25691 vsize=37744 CPUtime=0.29
/proc/25693/stat : 25693 (pbscip.linux.x8) R 25691 25693 25519 0 -1 4202496 12103 0 0 0 28 1 0 0 23 0 1 0 25508246 38649856 7856 4089446400 4194304 10345943 140736359421200 18446744073709551615 8933828 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/25693/statm: 9436 7856 748 1502 0 7929 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 37744

[startup+0.700566 s]
/proc/loadavg: 0.13 0.03 0.01 4/178 25693
/proc/meminfo: memFree=28565400/32951124 swapFree=67111528/67111528
[pid=25693] ppid=25691 vsize=42648 CPUtime=0.69
/proc/25693/stat : 25693 (pbscip.linux.x8) R 25691 25693 25519 0 -1 4202496 13319 0 0 0 67 2 0 0 25 0 1 0 25508246 43671552 9072 4089446400 4194304 10345943 140736359421200 18446744073709551615 4270288 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/25693/statm: 10662 9072 758 1502 0 9155 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 42648

[startup+1.50042 s]
/proc/loadavg: 0.28 0.06 0.02 3/179 25694
/proc/meminfo: memFree=28531540/32951124 swapFree=67111528/67111528
[pid=25693] ppid=25691 vsize=47032 CPUtime=1.49
/proc/25693/stat : 25693 (pbscip.linux.x8) R 25691 25693 25519 0 -1 4202496 17159 0 0 0 147 2 0 0 25 0 1 0 25508246 48160768 9569 4089446400 4194304 10345943 140736359421200 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/25693/statm: 11758 9569 786 1502 0 10251 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 47032

[startup+3.10012 s]
/proc/loadavg: 0.28 0.06 0.02 3/179 25694
/proc/meminfo: memFree=28531028/32951124 swapFree=67111528/67111528
[pid=25693] ppid=25691 vsize=46172 CPUtime=3.09
/proc/25693/stat : 25693 (pbscip.linux.x8) R 25691 25693 25519 0 -1 4202496 18751 0 0 0 305 4 0 0 25 0 1 0 25508246 47280128 9585 4089446400 4194304 10345943 140736359421200 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/25693/statm: 11543 9585 779 1502 0 10036 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 46172

[startup+6.30053 s]
/proc/loadavg: 0.28 0.06 0.02 3/179 25694
/proc/meminfo: memFree=28530656/32951124 swapFree=67111528/67111528
[pid=25693] ppid=25691 vsize=45388 CPUtime=6.29
/proc/25693/stat : 25693 (pbscip.linux.x8) R 25691 25693 25519 0 -1 4202496 23193 0 0 0 623 6 0 0 25 0 1 0 25508246 46477312 9427 4089446400 4194304 10345943 140736359421200 18446744073709551615 7591233 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/25693/statm: 11347 9427 780 1502 0 9840 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 45388

[startup+12.7004 s]
/proc/loadavg: 0.54 0.13 0.04 3/179 25694
/proc/meminfo: memFree=28530768/32951124 swapFree=67111528/67111528
[pid=25693] ppid=25691 vsize=45240 CPUtime=12.69
/proc/25693/stat : 25693 (pbscip.linux.x8) R 25691 25693 25519 0 -1 4202496 28595 0 0 0 1259 10 0 0 25 0 1 0 25508246 46325760 9414 4089446400 4194304 10345943 140736359421200 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/25693/statm: 11310 9414 783 1502 0 9803 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 45240

[startup+25.501 s]
/proc/loadavg: 0.77 0.19 0.06 4/179 25695
/proc/meminfo: memFree=28517948/32951124 swapFree=67111528/67111528
[pid=25693] ppid=25691 vsize=50936 CPUtime=25.49
/proc/25693/stat : 25693 (pbscip.linux.x8) R 25691 25693 25519 0 -1 4202496 51671 0 0 0 2528 21 0 0 25 0 1 0 25508246 52158464 11034 4089446400 4194304 10345943 140736359421200 18446744073709551615 4962591 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/25693/statm: 12734 11034 802 1502 0 11227 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 50936

[startup+51.1003 s]
/proc/loadavg: 1.19 0.33 0.11 3/179 25696
/proc/meminfo: memFree=28507680/32951124 swapFree=67111528/67111528
[pid=25693] ppid=25691 vsize=57636 CPUtime=51.09
/proc/25693/stat : 25693 (pbscip.linux.x8) R 25691 25693 25519 0 -1 4202496 82801 0 0 0 5069 40 0 0 25 0 1 0 25508246 59019264 12774 4089446400 4194304 10345943 140736359421200 18446744073709551615 6856978 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/25693/statm: 14409 12774 802 1502 0 12902 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 57636

[startup+102.307 s]
/proc/loadavg: 1.67 0.61 0.22 4/179 25697
/proc/meminfo: memFree=28490896/32951124 swapFree=67111528/67111528
[pid=25693] ppid=25691 vsize=65696 CPUtime=102.3
/proc/25693/stat : 25693 (pbscip.linux.x8) R 25691 25693 25519 0 -1 4202496 94844 0 0 0 10163 67 0 0 25 0 1 0 25508246 67272704 14361 4089446400 4194304 10345943 140736359421200 18446744073709551615 6528251 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/25693/statm: 16424 14361 802 1502 0 14917 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 65696

[startup+162.301 s]
/proc/loadavg: 1.88 0.86 0.33 3/179 25698
/proc/meminfo: memFree=28482792/32951124 swapFree=67111528/67111528
[pid=25693] ppid=25691 vsize=68260 CPUtime=162.3
/proc/25693/stat : 25693 (pbscip.linux.x8) R 25691 25693 25519 0 -1 4202496 124026 0 0 0 16134 96 0 0 25 0 1 0 25508246 69898240 15425 4089446400 4194304 10345943 140736359421200 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/25693/statm: 17065 15425 802 1502 0 15558 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 68260

[startup+222.301 s]
/proc/loadavg: 1.95 1.06 0.43 4/179 25700
/proc/meminfo: memFree=28474456/32951124 swapFree=67111528/67111528
[pid=25693] ppid=25691 vsize=70536 CPUtime=222.3
/proc/25693/stat : 25693 (pbscip.linux.x8) R 25691 25693 25519 0 -1 4202496 139934 0 0 0 22103 127 0 0 25 0 1 0 25508246 72228864 15902 4089446400 4194304 10345943 140736359421200 18446744073709551615 7546931 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/25693/statm: 17634 15902 802 1502 0 16127 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 70536

[startup+282.301 s]
/proc/loadavg: 1.98 1.23 0.52 3/179 25702
/proc/meminfo: memFree=28464496/32951124 swapFree=67111528/67111528
[pid=25693] ppid=25691 vsize=75244 CPUtime=282.3
/proc/25693/stat : 25693 (pbscip.linux.x8) R 25691 25693 25519 0 -1 4202496 158396 0 0 0 28077 153 0 0 25 0 1 0 25508246 77049856 17095 4089446400 4194304 10345943 140736359421200 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/25693/statm: 18811 17095 802 1502 0 17304 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 75244

[startup+342.301 s]
/proc/loadavg: 1.99 1.37 0.61 3/179 25704
/proc/meminfo: memFree=28463208/32951124 swapFree=67111528/67111528
[pid=25693] ppid=25691 vsize=76956 CPUtime=342.3
/proc/25693/stat : 25693 (pbscip.linux.x8) R 25691 25693 25519 0 -1 4202496 182369 0 0 0 34045 185 0 0 25 0 1 0 25508246 78802944 17372 4089446400 4194304 10345943 140736359421200 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/25693/statm: 19239 17372 804 1502 0 17732 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 76956

[startup+402.301 s]
/proc/loadavg: 1.99 1.48 0.70 3/179 25705
/proc/meminfo: memFree=28463156/32951124 swapFree=67111528/67111528
[pid=25693] ppid=25691 vsize=75760 CPUtime=402.31
/proc/25693/stat : 25693 (pbscip.linux.x8) R 25691 25693 25519 0 -1 4202496 197922 0 0 0 40015 216 0 0 25 0 1 0 25508246 77578240 17343 4089446400 4194304 10345943 140736359421200 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/25693/statm: 18940 17343 804 1502 0 17433 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 75760

[startup+462.3 s]
/proc/loadavg: 1.99 1.57 0.78 3/179 25706
/proc/meminfo: memFree=28461768/32951124 swapFree=67111528/67111528
[pid=25693] ppid=25691 vsize=77440 CPUtime=462.31
/proc/25693/stat : 25693 (pbscip.linux.x8) R 25691 25693 25519 0 -1 4202496 211356 0 0 0 45981 250 0 0 25 0 1 0 25508246 79298560 17759 4089446400 4194304 10345943 140736359421200 18446744073709551615 6757632 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/25693/statm: 19360 17759 804 1502 0 17853 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 77440

[startup+522.3 s]
/proc/loadavg: 1.99 1.65 0.85 3/179 25708
/proc/meminfo: memFree=28459620/32951124 swapFree=67111528/67111528
[pid=25693] ppid=25691 vsize=80940 CPUtime=522.31
/proc/25693/stat : 25693 (pbscip.linux.x8) R 25691 25693 25519 0 -1 4202496 225109 0 0 0 51951 280 0 0 25 0 1 0 25508246 82882560 18244 4089446400 4194304 10345943 140736359421200 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/25693/statm: 20235 18244 804 1502 0 18728 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 80940

[startup+582.3 s]
/proc/loadavg: 1.99 1.71 0.92 3/179 25713
/proc/meminfo: memFree=28452980/32951124 swapFree=67111528/67111528
[pid=25693] ppid=25691 vsize=84188 CPUtime=582.3
/proc/25693/stat : 25693 (pbscip.linux.x8) R 25691 25693 25519 0 -1 4202496 230530 0 0 0 57920 310 0 0 25 0 1 0 25508246 86208512 19384 4089446400 4194304 10345943 140736359421200 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/25693/statm: 21047 19384 804 1502 0 19540 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 84188

[startup+642.3 s]
/proc/loadavg: 1.99 1.76 0.98 3/179 25715
/proc/meminfo: memFree=28448136/32951124 swapFree=67111528/67111528
[pid=25693] ppid=25691 vsize=90412 CPUtime=642.31
/proc/25693/stat : 25693 (pbscip.linux.x8) R 25691 25693 25519 0 -1 4202496 236951 0 0 0 63893 338 0 0 25 0 1 0 25508246 92581888 20524 4089446400 4194304 10345943 140736359421200 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/25693/statm: 22603 20524 804 1502 0 21096 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 90412

[startup+702.3 s]

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

/proc/meminfo: memFree=28438544/32951124 swapFree=67111528/67111528
[pid=25693] ppid=25691 vsize=97648 CPUtime=1062.32
/proc/25693/stat : 25693 (pbscip.linux.x8) R 25691 25693 25519 0 -1 4202496 275687 0 0 0 105697 535 0 0 25 0 1 0 25508246 99991552 22221 4089446400 4194304 10345943 140736359421200 18446744073709551615 7569550 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/25693/statm: 24412 22221 804 1502 0 22905 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 97648

[startup+1122.3 s]
/proc/loadavg: 1.99 1.94 1.38 4/179 25727
/proc/meminfo: memFree=28437144/32951124 swapFree=67111528/67111528
[pid=25693] ppid=25691 vsize=97648 CPUtime=1122.33
/proc/25693/stat : 25693 (pbscip.linux.x8) R 25691 25693 25519 0 -1 4202496 275895 0 0 0 111669 564 0 0 25 0 1 0 25508246 99991552 22429 4089446400 4194304 10345943 140736359421200 18446744073709551615 6777512 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/25693/statm: 24412 22429 804 1502 0 22905 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 97648

[startup+1182.3 s]
/proc/loadavg: 1.99 1.95 1.41 4/179 25729
/proc/meminfo: memFree=28436700/32951124 swapFree=67111528/67111528
[pid=25693] ppid=25691 vsize=97652 CPUtime=1182.33
/proc/25693/stat : 25693 (pbscip.linux.x8) R 25691 25693 25519 0 -1 4202496 276914 0 0 0 117643 590 0 0 25 0 1 0 25508246 99995648 22490 4089446400 4194304 10345943 140736359421200 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/25693/statm: 24413 22490 804 1502 0 22906 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 97652

[startup+1242.3 s]
/proc/loadavg: 1.99 1.95 1.45 4/179 25731
/proc/meminfo: memFree=28435280/32951124 swapFree=67111528/67111528
[pid=25693] ppid=25691 vsize=97660 CPUtime=1242.33
/proc/25693/stat : 25693 (pbscip.linux.x8) R 25691 25693 25519 0 -1 4202496 277206 0 0 0 123615 618 0 0 25 0 1 0 25508246 100003840 22489 4089446400 4194304 10345943 140736359421200 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/25693/statm: 24415 22489 804 1502 0 22908 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 97660

[startup+1302.3 s]
/proc/loadavg: 1.99 1.96 1.48 4/179 25732
/proc/meminfo: memFree=28433264/32951124 swapFree=67111528/67111528
[pid=25693] ppid=25691 vsize=96792 CPUtime=1302.34
/proc/25693/stat : 25693 (pbscip.linux.x8) R 25691 25693 25519 0 -1 4202496 281063 0 0 0 129590 644 0 0 25 0 1 0 25508246 99115008 22469 4089446400 4194304 10345943 140736359421200 18446744073709551615 6028423 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/25693/statm: 24198 22469 804 1502 0 22691 0
Current children cumulated CPU time (s) 1302.34
Current children cumulated vsize (KiB) 96792

[startup+1362.3 s]
/proc/loadavg: 1.99 1.96 1.51 4/179 25733
/proc/meminfo: memFree=28431224/32951124 swapFree=67111528/67111528
[pid=25693] ppid=25691 vsize=97648 CPUtime=1362.33
/proc/25693/stat : 25693 (pbscip.linux.x8) R 25691 25693 25519 0 -1 4202496 287365 0 0 0 135559 674 0 0 25 0 1 0 25508246 99991552 22428 4089446400 4194304 10345943 140736359421200 18446744073709551615 5614585 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/25693/statm: 24412 22428 804 1502 0 22905 0
Current children cumulated CPU time (s) 1362.33
Current children cumulated vsize (KiB) 97648

[startup+1422.31 s]
/proc/loadavg: 1.99 1.97 1.54 4/179 25735
/proc/meminfo: memFree=28430808/32951124 swapFree=67111528/67111528
[pid=25693] ppid=25691 vsize=96528 CPUtime=1422.34
/proc/25693/stat : 25693 (pbscip.linux.x8) R 25691 25693 25519 0 -1 4202496 293765 0 0 0 141530 704 0 0 25 0 1 0 25508246 98844672 22532 4089446400 4194304 10345943 140736359421200 18446744073709551615 6358277 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/25693/statm: 24132 22532 804 1502 0 22625 0
Current children cumulated CPU time (s) 1422.34
Current children cumulated vsize (KiB) 96528

[startup+1482.3 s]
/proc/loadavg: 1.99 1.97 1.56 4/179 25737
/proc/meminfo: memFree=28430144/32951124 swapFree=67111528/67111528
[pid=25693] ppid=25691 vsize=97640 CPUtime=1482.34
/proc/25693/stat : 25693 (pbscip.linux.x8) R 25691 25693 25519 0 -1 4202496 299578 0 0 0 147499 735 0 0 25 0 1 0 25508246 99983360 22651 4089446400 4194304 10345943 140736359421200 18446744073709551615 7569433 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/25693/statm: 24410 22651 804 1502 0 22903 0
Current children cumulated CPU time (s) 1482.34
Current children cumulated vsize (KiB) 97640

[startup+1542.3 s]
/proc/loadavg: 1.99 1.97 1.58 4/179 25739
/proc/meminfo: memFree=28429724/32951124 swapFree=67111528/67111528
[pid=25693] ppid=25691 vsize=97872 CPUtime=1542.34
/proc/25693/stat : 25693 (pbscip.linux.x8) R 25691 25693 25519 0 -1 4202496 309505 0 0 0 153467 767 0 0 25 0 1 0 25508246 100220928 22707 4089446400 4194304 10345943 140736359421200 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/25693/statm: 24468 22707 804 1502 0 22961 0
Current children cumulated CPU time (s) 1542.34
Current children cumulated vsize (KiB) 97872

[startup+1602.3 s]
/proc/loadavg: 2.09 2.00 1.62 4/179 25740
/proc/meminfo: memFree=28424736/32951124 swapFree=67111528/67111528
[pid=25693] ppid=25691 vsize=102664 CPUtime=1602.34
/proc/25693/stat : 25693 (pbscip.linux.x8) R 25691 25693 25519 0 -1 4202496 314838 0 0 0 159437 797 0 0 25 0 1 0 25508246 105127936 23554 4089446400 4194304 10345943 140736359421200 18446744073709551615 7507779 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/25693/statm: 25666 23554 804 1502 0 24159 0
Current children cumulated CPU time (s) 1602.34
Current children cumulated vsize (KiB) 102664

[startup+1662.3 s]
/proc/loadavg: 2.03 2.00 1.64 4/179 25741
/proc/meminfo: memFree=28423700/32951124 swapFree=67111528/67111528
[pid=25693] ppid=25691 vsize=102792 CPUtime=1662.34
/proc/25693/stat : 25693 (pbscip.linux.x8) R 25691 25693 25519 0 -1 4202496 316654 0 0 0 165411 823 0 0 25 0 1 0 25508246 105259008 23671 4089446400 4194304 10345943 140736359421200 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/25693/statm: 25698 23671 804 1502 0 24191 0
Current children cumulated CPU time (s) 1662.34
Current children cumulated vsize (KiB) 102792

[startup+1722.3 s]
/proc/loadavg: 2.01 2.00 1.66 4/179 25743
/proc/meminfo: memFree=28423520/32951124 swapFree=67111528/67111528
[pid=25693] ppid=25691 vsize=103104 CPUtime=1722.35
/proc/25693/stat : 25693 (pbscip.linux.x8) R 25691 25693 25519 0 -1 4202496 317868 0 0 0 171383 852 0 0 25 0 1 0 25508246 105578496 23711 4089446400 4194304 10345943 140736359421200 18446744073709551615 6803538 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/25693/statm: 25776 23711 804 1502 0 24269 0
Current children cumulated CPU time (s) 1722.35
Current children cumulated vsize (KiB) 103104

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.68 4/179 25745
/proc/meminfo: memFree=28421872/32951124 swapFree=67111528/67111528
[pid=25693] ppid=25691 vsize=101544 CPUtime=1782.35
/proc/25693/stat : 25693 (pbscip.linux.x8) R 25691 25693 25519 0 -1 4202496 319561 0 0 0 177359 876 0 0 25 0 1 0 25508246 103981056 23694 4089446400 4194304 10345943 140736359421200 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/25693/statm: 25386 23694 804 1502 0 23879 0
Current children cumulated CPU time (s) 1782.35
Current children cumulated vsize (KiB) 101544

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

[startup+1785.5 s]
/proc/loadavg: 2.00 2.00 1.68 4/179 25745
/proc/meminfo: memFree=28421864/32951124 swapFree=67111528/67111528
[pid=25693] ppid=25691 vsize=102932 CPUtime=1785.54
/proc/25693/stat : 25693 (pbscip.linux.x8) R 25691 25693 25519 0 -1 4202496 319776 0 0 0 177677 877 0 0 25 0 1 0 25508246 105402368 23712 4089446400 4194304 10345943 140736359421200 18446744073709551615 6068933 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/25693/statm: 25733 23712 804 1502 0 24226 0
Current children cumulated CPU time (s) 1785.54
Current children cumulated vsize (KiB) 102932

[startup+1787.1 s]
/proc/loadavg: 2.00 2.00 1.68 3/179 25745
/proc/meminfo: memFree=28421864/32951124 swapFree=67111528/67111528
[pid=25693] ppid=25691 vsize=103388 CPUtime=1787.15
/proc/25693/stat : 25693 (pbscip.linux.x8) R 25691 25693 25519 0 -1 4202496 319910 0 0 0 177837 878 0 0 25 0 1 0 25508246 105869312 23733 4089446400 4194304 10345943 140736359421200 18446744073709551615 7521055 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/25693/statm: 25847 23733 804 1502 0 24340 0
Current children cumulated CPU time (s) 1787.15
Current children cumulated vsize (KiB) 103388

[startup+1788.7 s]
/proc/loadavg: 2.00 2.00 1.68 2/174 25762
/proc/meminfo: memFree=28523692/32951124 swapFree=67111528/67111528
[pid=25693] ppid=25691 vsize=103388 CPUtime=1788.75
/proc/25693/stat : 25693 (pbscip.linux.x8) R 25691 25693 25519 0 -1 4202496 319914 0 0 0 177996 879 0 0 25 0 1 0 25508246 105869312 23737 4089446400 4194304 10345943 140736359421200 18446744073709551615 7488806 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/25693/statm: 25847 23737 804 1502 0 24340 0
Current children cumulated CPU time (s) 1788.75
Current children cumulated vsize (KiB) 103388

[startup+1789.5 s]
/proc/loadavg: 2.00 2.00 1.68 2/174 25762
/proc/meminfo: memFree=28523692/32951124 swapFree=67111528/67111528
[pid=25693] ppid=25691 vsize=103388 CPUtime=1789.55
/proc/25693/stat : 25693 (pbscip.linux.x8) R 25691 25693 25519 0 -1 4202496 319920 0 0 0 178076 879 0 0 25 0 1 0 25508246 105869312 23743 4089446400 4194304 10345943 140736359421200 18446744073709551615 7569802 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/25693/statm: 25847 23743 804 1502 0 24340 0
Current children cumulated CPU time (s) 1789.55
Current children cumulated vsize (KiB) 103388

[startup+1789.9 s]
/proc/loadavg: 2.00 2.00 1.68 2/174 25762
/proc/meminfo: memFree=28524248/32951124 swapFree=67111528/67111528
[pid=25693] ppid=25691 vsize=103388 CPUtime=1789.95
/proc/25693/stat : 25693 (pbscip.linux.x8) R 25691 25693 25519 0 -1 4202496 319920 0 0 0 178116 879 0 0 25 0 1 0 25508246 105869312 23743 4089446400 4194304 10345943 140736359421200 18446744073709551615 5085399 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/25693/statm: 25847 23743 804 1502 0 24340 0
Current children cumulated CPU time (s) 1789.95
Current children cumulated vsize (KiB) 103388

[startup+1790 s]
/proc/loadavg: 2.00 2.00 1.68 2/174 25762
/proc/meminfo: memFree=28524248/32951124 swapFree=67111528/67111528
[pid=25693] ppid=25691 vsize=103388 CPUtime=1790.05
/proc/25693/stat : 25693 (pbscip.linux.x8) R 25691 25693 25519 0 -1 4202496 319920 0 0 0 178126 879 0 0 25 0 1 0 25508246 105869312 23743 4089446400 4194304 10345943 140736359421200 18446744073709551615 8160417 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/25693/statm: 25847 23743 804 1502 0 24340 0
Current children cumulated CPU time (s) 1790.05
Current children cumulated vsize (KiB) 103388

Child status: 0
Real time (s): 1790.08
CPU time (s): 1790.13
CPU user time (s): 1781.33
CPU system time (s): 8.80066
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 103764

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

runsolver used 2.95055 second user time and 6.75697 second system time

The end

Launcher Data

Begin job on node139 at 2010-07-08 09:09:17
IDJOB=2705591
IDBENCH=78938
IDSOLVER=1214
FILE ID=node139/2705591-1278572957
PBS_JOBID= 11240177
Free space on /tmp= 73676 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.1900670234--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-2705591-1278572957/watcher-2705591-1278572957 -o /tmp/evaluation-result-2705591-1278572957/solver-2705591-1278572957 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2705591-1278572957.wbo -t 1800 -m 3800

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

MD5SUM BENCH= 20db9b5796300dda9a6b98219b888af4
RANDOM SEED=982638039

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      28565556 kB
Buffers:        160268 kB
Cached:        3960328 kB
SwapCached:          0 kB
Active:        1237540 kB
Inactive:      2985148 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      28565556 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           25780 kB
Writeback:           0 kB
AnonPages:      102188 kB
Mapped:          17620 kB
Slab:            98856 kB
PageTables:       4752 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   247100 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= 73676 MiB
End job on node139 at 2010-07-08 09:39:08