Trace number 2693493

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.2 with Clp 1.11.1 (Release Version) as LP solverMSAT (TO) 1800.14 1800.1

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900581320--soft-66-100-0.wbo
MD5SUM4c1853ff60c53f26c44f2cbc4e9273c7
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 benchmark194.25
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 constraints928
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 47257
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 47256
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.2 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Clp 1.11.1] [Expressions interpreter: NONE]
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-2693493-1277907062.wbo>
0.00/0.02	c original problem has 2087 variables (1159 bin, 0 int, 0 impl, 928 cont) and 3636 constraints
0.00/0.02	c problem read
0.00/0.02	c presolving settings loaded
0.00/0.04	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, 1134 impls, 14 clqs
0.05/0.07	c (round 2) 0 del vars, 112 del conss, 928 chg bounds, 51 chg sides, 0 chg coeffs, 0 upgd conss, 1134 impls, 14 clqs
0.05/0.09	c (round 3) 51 del vars, 262 del conss, 955 chg bounds, 150 chg sides, 0 chg coeffs, 0 upgd conss, 1134 impls, 14 clqs
0.05/0.09	c (round 4) 129 del vars, 295 del conss, 958 chg bounds, 156 chg sides, 0 chg coeffs, 0 upgd conss, 1134 impls, 14 clqs
0.09/0.11	c (round 5) 159 del vars, 298 del conss, 958 chg bounds, 156 chg sides, 0 chg coeffs, 1644 upgd conss, 1134 impls, 14 clqs
0.09/0.12	c (round 6) 162 del vars, 298 del conss, 958 chg bounds, 156 chg sides, 0 chg coeffs, 1644 upgd conss, 1134 impls, 14 clqs
0.09/0.16	c    (0.1s) probing: 101/1078 (9.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.09/0.16	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.09/0.16	c presolving (7 rounds):
0.09/0.16	c  162 deleted vars, 298 deleted constraints, 958 tightened bounds, 0 added holes, 156 changed sides, 0 changed coefficients
0.09/0.16	c  1134 implications, 14 cliques
0.09/0.16	c presolved problem has 1925 variables (1078 bin, 0 int, 0 impl, 847 cont) and 3338 constraints
0.09/0.16	c     847 constraints of type <indicator>
0.09/0.16	c       1 constraints of type <knapsack>
0.09/0.16	c      14 constraints of type <setppc>
0.09/0.16	c     847 constraints of type <linear>
0.09/0.16	c    1629 constraints of type <logicor>
0.09/0.16	c transformed objective value is always integral (scale: 1)
0.09/0.16	c Presolving Time: 0.10
0.09/0.16	c - non default parameters ----------------------------------------------------------------------
0.09/0.16	c # SCIP version 1.2.1.2
0.09/0.16	c 
0.09/0.16	c # frequency for displaying node information lines
0.09/0.16	c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.16	c display/freq = 10000
0.09/0.16	c 
0.09/0.16	c # maximal time in seconds to run
0.09/0.16	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.16	c limits/time = 1799.98
0.09/0.16	c 
0.09/0.16	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.16	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.16	c limits/memory = 3420
0.09/0.16	c 
0.09/0.16	c # should presolving try to simplify inequalities
0.09/0.16	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.16	c constraints/linear/simplifyinequalities = TRUE
0.09/0.16	c 
0.09/0.16	c # should presolving try to simplify knapsacks
0.09/0.16	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.16	c constraints/knapsack/simplifyinequalities = TRUE
0.09/0.16	c 
0.09/0.16	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.09/0.16	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.16	c separating/rapidlearning/freq = 0
0.09/0.16	c 
0.09/0.16	c -----------------------------------------------------------------------------------------------
0.09/0.16	c start solving
0.09/0.16	c 
0.09/0.17	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.17	c   0.1s|     1 |     0 |    44 |     - |8784k|   0 |  36 |1925 |3338 |1925 |1644 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.19/0.25	c   0.2s|     1 |     0 |   173 |     - |9059k|   0 |  53 |1925 |3338 |1925 |1659 |  15 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.29/0.35	c   0.3s|     1 |     0 |   218 |     - |9248k|   0 |  63 |1925 |3338 |1925 |1672 |  28 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.39/0.48	c   0.4s|     1 |     0 |   443 |     - |9256k|   0 |  85 |1925 |3338 |1925 |1679 |  35 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.59/0.60	c   0.5s|     1 |     0 |   622 |     - |9315k|   0 |  86 |1925 |3338 |1925 |1692 |  48 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.69/0.74	c   0.7s|     1 |     0 |   626 |     - |9317k|   0 |  86 |1925 |3338 |1925 |1696 |  52 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
3.29/3.38	c   3.3s|     1 |     2 |   626 |     - |9352k|   0 |  86 |1925 |3338 |1925 |1696 |  52 |   0 |  33 | 0.000000e+00 |      --      |    Inf 
3.29/3.38	o 43452
3.29/3.38	c y 3.3s|     2 |     1 |   626 |   0.0 |9381k|   1 |   - |1925 |3338 |   0 |   0 |  52 |   0 |  33 | 0.000000e+00 | 4.345200e+04 |    Inf 
10.09/10.18	o 688
10.09/10.18	c * 9.9s|    91 |    60 |  3070 |  27.2 |9794k|  24 |   - |1925 |3441 |1925 |1692 |  93 | 103 | 448 | 0.000000e+00 | 6.880000e+02 |    Inf 
10.09/10.18	o 621
10.09/10.18	c * 9.9s|    92 |    59 |  3073 |  26.9 |  10M|  24 |   - |1925 |3441 |1925 |1692 |  93 | 103 | 448 | 0.000000e+00 | 6.210000e+02 |    Inf 
11.79/11.86	o 454
11.79/11.86	c *11.5s|   193 |    92 |  4232 |  18.8 |  10M|  38 |   - |1925 |3484 |1925 |1701 | 118 | 146 | 620 | 0.000000e+00 | 4.540000e+02 |    Inf 
12.49/12.59	o 449
12.49/12.59	c *12.2s|   317 |   116 |  5541 |  15.6 |  11M|  38 |   - |1925 |3629 |1925 |1702 | 170 | 291 | 728 | 0.000000e+00 | 4.490000e+02 |    Inf 
12.59/12.68	o 401
12.59/12.68	c *12.3s|   361 |   145 |  5747 |  14.2 |  11M|  38 |   - |1925 |3643 |1925 |1697 | 183 | 305 | 733 | 0.000000e+00 | 4.010000e+02 |    Inf 
13.09/13.11	o 344
13.09/13.11	c *12.7s|   539 |   206 |  6709 |  11.3 |  11M|  38 |   - |1925 |3760 |1925 |1704 | 250 | 448 | 759 | 0.000000e+00 | 3.440000e+02 |    Inf 
13.39/13.41	o 337
13.39/13.41	c *13.0s|   670 |   252 |  7748 |  10.6 |  12M|  38 |   - |1925 |3817 |1925 |1704 | 292 | 571 | 773 | 0.000000e+00 | 3.370000e+02 |    Inf 
13.39/13.49	o 311
13.39/13.49	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
13.39/13.49	c *13.1s|   709 |   257 |  7944 |  10.3 |  12M|  38 |   - |1925 |3844 |1925 |1704 | 304 | 604 | 776 | 0.000000e+00 | 3.110000e+02 |    Inf 
13.49/13.51	o 303
13.49/13.51	c *13.1s|   719 |   255 |  7959 |  10.2 |  12M|  38 |   - |1925 |3854 |1925 |1706 | 306 | 615 | 777 | 0.000000e+00 | 3.030000e+02 |    Inf 
13.58/13.68	o 273
13.58/13.68	c *13.3s|   740 |   242 |  8692 |  10.9 |  12M|  38 |   - |1925 |3865 |1925 |1704 | 306 | 637 | 793 | 0.000000e+00 | 2.730000e+02 |    Inf 
13.69/13.70	o 251
13.69/13.70	c *13.3s|   750 |   229 |  8718 |  10.8 |  12M|  38 |   - |1925 |3878 |1925 |1705 | 307 | 650 | 793 | 0.000000e+00 | 2.510000e+02 |    Inf 
13.89/13.90	o 205
13.89/13.90	c *13.5s|   860 |   228 |  9077 |   9.8 |  13M|  44 |   - |1925 |3973 |1925 |1712 | 321 | 767 | 802 | 0.000000e+00 | 2.050000e+02 |    Inf 
13.89/13.91	o 192
13.89/13.91	c *13.5s|   861 |   223 |  9077 |   9.8 |  13M|  44 |   - |1925 |3973 |1925 |1712 | 321 | 767 | 802 | 0.000000e+00 | 1.920000e+02 |    Inf 
13.89/13.94	o 130
13.89/13.94	c *13.5s|   867 |   180 |  9128 |   9.8 |  13M|  44 |   - |1925 |3974 |1925 |1704 | 321 | 768 | 807 | 0.000000e+00 | 1.300000e+02 |    Inf 
13.99/14.05	o 100
13.99/14.05	c *13.6s|   918 |   163 |  9318 |   9.5 |  13M|  44 |   - |1925 |4008 |1925 |1706 | 324 | 812 | 815 | 0.000000e+00 | 1.000000e+02 |    Inf 
18.19/18.22	o 97
18.19/18.22	c *17.6s|  2476 |   259 | 26144 |  10.3 |  15M|  44 |   - |1925 |4362 |1925 |1712 | 575 |2370 | 964 | 0.000000e+00 | 9.700000e+01 |    Inf 
18.49/18.60	o 91
18.49/18.60	c *18.0s|  2582 |   274 | 27928 |  10.6 |  15M|  44 |   - |1925 |4298 |1925 |1707 | 603 |2471 | 985 | 0.000000e+00 | 9.100000e+01 |    Inf 
29.39/29.48	o 81
29.39/29.48	c *28.5s|  6781 |   478 | 79677 |  11.7 |  18M|  44 |   - |1925 |5696 |1925 |1701 |1509 |7195 |1198 | 0.000000e+00 | 8.100000e+01 |    Inf 
36.78/36.85	c  35.6s| 10000 |   656 |115015 |  11.4 |  21M|  44 |   1 |1925 |6812 |1925 |1692 |2149 |  10k|1238 | 0.000000e+00 | 8.100000e+01 |    Inf 
38.99/39.07	o 75
38.99/39.07	c *37.8s| 10853 |   704 |124495 |  11.4 |  21M|  44 |   - |1925 |6129 |1925 |1692 |2275 |  11k|1324 | 0.000000e+00 | 7.500000e+01 |    Inf 
39.89/39.98	o 74
39.89/39.98	c *38.6s| 11243 |   742 |129080 |  11.4 |  22M|  44 |   - |1925 |6192 |1925 |1692 |2336 |  12k|1332 | 0.000000e+00 | 7.400000e+01 |    Inf 
50.99/51.08	o 65
50.99/51.08	c *49.4s| 15510 |   961 |189995 |  12.2 |  24M|  53 |   - |1925 |6242 |1925 |1695 |2980 |  17k|1470 | 0.000000e+00 | 6.500000e+01 |    Inf 
61.99/62.00	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
61.99/62.00	c  59.9s| 20000 |  1084 |246642 |  12.3 |  26M|  53 |  25 |1925 |6920 |1925 |1701 |3622 |  23k|1596 | 0.000000e+00 | 6.500000e+01 |    Inf 
69.49/69.51	o 41
69.49/69.51	c *67.2s| 22377 |  1135 |297085 |  13.2 |  23M|  53 |   - |1925 |7832 |1925 |1696 |3899 |  26k|1604 | 0.000000e+00 | 4.100000e+01 |    Inf 
85.69/85.80	o 33
85.69/85.80	c *83.0s| 28695 |  1381 |400421 |  13.9 |  26M|  62 |   - |1925 |9100 |1925 |1707 |4641 |  34k|1604 | 0.000000e+00 | 3.300000e+01 |    Inf 
88.09/88.14	o 20
88.09/88.14	c *85.3s| 29616 |  1327 |415457 |  14.0 |  25M|  62 |   - |1925 |9277 |1925 |1711 |4729 |  35k|1604 | 0.000000e+00 | 2.000000e+01 |    Inf 
89.09/89.12	c  86.3s| 30000 |  1337 |421760 |  14.0 |  25M|  62 |   - |1925 |9063 |   0 |   0 |4748 |  36k|1604 | 0.000000e+00 | 2.000000e+01 |    Inf 
90.89/90.91	o 10
90.89/90.91	c *88.0s| 30882 |  1230 |431526 |  14.0 |  24M|  62 |   - |1925 |8955 |1925 |1698 |4811 |  37k|1604 | 0.000000e+00 | 1.000000e+01 |    Inf 
111.69/111.74	c   108s| 40000 |  1781 |560986 |  14.0 |  27M|  62 |  38 |1925 |  10k|1925 |1692 |5902 |  50k|1742 | 0.000000e+00 | 1.000000e+01 |    Inf 
134.09/134.12	c   130s| 50000 |  2030 |692926 |  13.8 |  30M|  62 |  22 |1925 |  12k|1925 |1692 |6772 |  64k|1918 | 0.000000e+00 | 1.000000e+01 |    Inf 
138.19/138.29	o 6
138.19/138.29	c * 134s| 51755 |  2053 |716992 |  13.8 |  30M|  62 |   - |1925 |  12k|1925 |1692 |6910 |  67k|1991 | 0.000000e+00 | 6.000000e+00 |    Inf 
143.39/143.42	o 5
143.39/143.42	c * 139s| 54239 |  2151 |745193 |  13.7 |  30M|  66 |   - |1925 |  12k|1925 |1694 |7122 |  70k|1994 | 0.000000e+00 | 5.000000e+00 |    Inf 
156.99/157.06	c   152s| 60000 |  2488 |825926 |  13.8 |  32M|  66 |  12 |1925 |  13k|1925 |1692 |7557 |  79k|2195 | 0.000000e+00 | 5.000000e+00 |    Inf 
180.09/180.16	c   174s| 70000 |  2524 |959027 |  13.7 |  33M|  66 |   - |1925 |  13k|1925 |1701 |8480 |  94k|2410 | 0.000000e+00 | 5.000000e+00 |    Inf 
202.79/202.86	c   196s| 80000 |  2474 |  1088k|  13.6 |  34M|  66 |  24 |1925 |  12k|1925 |1692 |9174 | 109k|2645 | 0.000000e+00 | 5.000000e+00 |    Inf 
224.90/224.91	c   217s| 90000 |  2313 |  1218k|  13.5 |  33M|  66 |  20 |1925 |9742 |1925 |1700 |9930 | 124k|2819 | 0.000000e+00 | 5.000000e+00 |    Inf 
239.30/239.34	o 3
239.30/239.34	c * 231s| 96534 |  2362 |  1303k|  13.5 |  34M|  66 |   - |1925 |  12k|1925 |1693 |  10k| 134k|2970 | 0.000000e+00 | 3.000000e+00 |    Inf 
246.50/246.58	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
246.50/246.58	c   238s|100000 |  2364 |  1345k|  13.5 |  34M|  66 |   - |1925 |  12k|1925 |1692 |  10k| 139k|2976 | 0.000000e+00 | 3.000000e+00 |    Inf 
268.30/268.39	c   259s|110000 |  2197 |  1466k|  13.3 |  33M|  66 |  20 |1925 |  10k|1925 |1698 |  11k| 153k|3196 | 0.000000e+00 | 3.000000e+00 |    Inf 
276.49/276.54	o 2
276.49/276.54	c * 267s|113571 |  2148 |  1516k|  13.3 |  33M|  66 |   - |1925 |9776 |1925 |1696 |  11k| 158k|3233 | 0.000000e+00 | 2.000000e+00 |    Inf 
291.00/291.04	c   281s|120000 |  1978 |  1603k|  13.4 |  32M|  66 |  20 |1925 |9226 |1925 |1692 |  12k| 168k|3357 | 0.000000e+00 | 2.000000e+00 |    Inf 
312.90/312.95	c   302s|130000 |  2253 |  1730k|  13.3 |  35M|  66 |   - |1925 |  13k|   0 |   0 |  13k| 182k|3518 | 0.000000e+00 | 2.000000e+00 |    Inf 
335.90/335.99	c   325s|140000 |  2034 |  1862k|  13.3 |  34M|  66 |  24 |1925 |  11k|1925 |1692 |  13k| 197k|3675 | 0.000000e+00 | 2.000000e+00 |    Inf 
358.79/358.86	c   347s|150000 |  2245 |  1996k|  13.3 |  36M|  66 |  26 |1925 |  13k|1925 |1692 |  14k| 210k|3840 | 0.000000e+00 | 2.000000e+00 |    Inf 
380.70/380.73	c   368s|160000 |  2236 |  2116k|  13.2 |  37M|  66 |  29 |1925 |  15k|1925 |1692 |  15k| 224k|3941 | 0.000000e+00 | 2.000000e+00 |    Inf 
403.30/403.32	c   390s|170000 |  2067 |  2235k|  13.1 |  35M|  66 |   - |1925 |  10k|   0 |   0 |  16k| 239k|4184 | 0.000000e+00 | 2.000000e+00 |    Inf 
426.00/426.05	c   412s|180000 |  2074 |  2377k|  13.2 |  36M|  66 |  27 |1925 |  12k|1925 |1692 |  16k| 253k|4342 | 0.000000e+00 | 2.000000e+00 |    Inf 
449.50/449.50	c   435s|190000 |  1994 |  2518k|  13.3 |  36M|  66 |   - |1925 |  10k|   0 |   0 |  17k| 268k|4455 | 0.000000e+00 | 2.000000e+00 |    Inf 
472.30/472.30	c   458s|200000 |  2129 |  2657k|  13.3 |  38M|  66 |   - |1925 |  15k|   0 |   0 |  18k| 282k|4571 | 0.000000e+00 | 2.000000e+00 |    Inf 
494.20/494.26	c   479s|210000 |  1980 |  2782k|  13.2 |  37M|  66 |  19 |1925 |  12k|1925 |1692 |  19k| 296k|4726 | 0.000000e+00 | 2.000000e+00 |    Inf 
514.80/514.82	c   499s|220000 |  1819 |  2898k|  13.2 |  37M|  66 |  16 |1925 |  13k|1925 |1692 |  19k| 311k|4865 | 0.000000e+00 | 2.000000e+00 |    Inf 
537.10/537.14	c   521s|230000 |  1785 |  3022k|  13.1 |  37M|  66 |   - |1925 |  14k|   0 |   0 |  20k| 325k|5012 | 0.000000e+00 | 2.000000e+00 |    Inf 
558.90/558.94	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
558.90/558.94	c   542s|240000 |  1693 |  3138k|  13.1 |  37M|  66 |   - |1925 |  13k|1925 |1692 |  21k| 340k|5111 | 0.000000e+00 | 2.000000e+00 |    Inf 
581.10/581.14	c   564s|250000 |  1800 |  3255k|  13.0 |  39M|  66 |   1 |1925 |  17k|1925 |1692 |  22k| 353k|5366 | 0.000000e+00 | 2.000000e+00 |    Inf 
603.50/603.52	c   585s|260000 |  1739 |  3370k|  13.0 |  39M|  66 |   - |1925 |  17k|   0 |   0 |  23k| 367k|5486 | 0.000000e+00 | 2.000000e+00 |    Inf 
626.40/626.47	c   608s|270000 |  1463 |  3491k|  12.9 |  36M|  66 |  31 |1925 |  12k|1925 |1701 |  24k| 381k|5604 | 0.000000e+00 | 2.000000e+00 |    Inf 
648.41/648.43	c   629s|280000 |  1605 |  3613k|  12.9 |  38M|  66 |  29 |1925 |  17k|1925 |1715 |  25k| 394k|5720 | 0.000000e+00 | 2.000000e+00 |    Inf 
653.20/653.30	o 1
653.20/653.30	c * 634s|281943 |  1615 |  3643k|  12.9 |  39M|  66 |   - |1925 |  18k|1925 |1709 |  25k| 397k|5752 | 0.000000e+00 | 1.000000e-00 |    Inf 
673.00/673.04	c   653s|290000 |  1624 |  3755k|  12.9 |  40M|  66 |  16 |1925 |  19k|1925 |1701 |  26k| 408k|5848 | 0.000000e+00 | 1.000000e-00 |    Inf 
697.41/697.43	c   677s|300000 |  1523 |  3890k|  13.0 |  38M|  66 |   - |1925 |  17k|1925 |1701 |  27k| 422k|5942 | 0.000000e+00 | 1.000000e-00 |    Inf 
719.81/719.89	c   698s|310000 |  1388 |  4014k|  12.9 |  37M|  66 |  27 |1925 |  14k|1925 |1692 |  28k| 435k|6068 | 0.000000e+00 | 1.000000e-00 |    Inf 
743.80/743.85	c   722s|320000 |  1473 |  4144k|  12.9 |  39M|  66 |  21 |1925 |  19k|1925 |1699 |  29k| 449k|6187 | 0.000000e+00 | 1.000000e-00 |    Inf 
767.72/767.71	c   745s|330000 |  1425 |  4270k|  12.9 |  39M|  66 |   1 |1925 |  19k|1925 |1700 |  29k| 463k|6282 | 0.000000e+00 | 1.000000e-00 |    Inf 
791.11/791.15	c   767s|340000 |  1154 |  4399k|  12.9 |  35M|  66 |  27 |1925 |  15k|1925 |1699 |  30k| 476k|6513 | 0.000000e+00 | 1.000000e-00 |    Inf 
813.81/813.83	c   789s|350000 |  1086 |  4520k|  12.9 |  34M|  66 |   - |1925 |  14k|   0 |   0 |  31k| 490k|6631 | 0.000000e+00 | 1.000000e-00 |    Inf 
837.71/837.79	c   813s|360000 |  1144 |  4654k|  12.9 |  36M|  66 |   - |1925 |  18k|   0 |   0 |  32k| 503k|6712 | 0.000000e+00 | 1.000000e-00 |    Inf 
862.01/862.09	c   836s|370000 |  1239 |  4785k|  12.9 |  37M|  66 |   - |1925 |  20k|   0 |   0 |  33k| 516k|6805 | 0.000000e+00 | 1.000000e-00 |    Inf 
885.91/885.93	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
885.91/885.93	c   860s|380000 |  1317 |  4909k|  12.9 |  39M|  66 |   7 |1925 |  23k|1925 |1701 |  34k| 529k|6878 | 0.000000e+00 | 1.000000e-00 |    Inf 
912.71/912.70	c   886s|390000 |  1433 |  5048k|  12.9 |  41M|  66 |   - |1925 |  23k|   0 |   0 |  35k| 543k|6987 | 0.000000e+00 | 1.000000e-00 |    Inf 
939.31/939.35	c   912s|400000 |  1545 |  5186k|  13.0 |  42M|  66 |   - |1925 |  26k|   0 |   0 |  36k| 557k|7086 | 0.000000e+00 | 1.000000e-00 |    Inf 
966.82/966.86	c   938s|410000 |  1699 |  5334k|  13.0 |  45M|  66 |  25 |1925 |  30k|1925 |1702 |  37k| 571k|7185 | 0.000000e+00 | 1.000000e-00 |    Inf 
994.22/994.27	c   965s|420000 |  1761 |  5479k|  13.0 |  46M|  69 |   - |1925 |  31k|1925 |1702 |  37k| 585k|7281 | 0.000000e+00 | 1.000000e-00 |    Inf 
1023.21/1023.21	c   993s|430000 |  1755 |  5633k|  13.1 |  45M|  70 |  24 |1925 |  28k|1925 |1702 |  38k| 600k|7381 | 0.000000e+00 | 1.000000e-00 |    Inf 
1050.22/1050.29	c  1020s|440000 |  1819 |  5779k|  13.1 |  46M|  79 |  24 |1925 |  29k|1925 |1702 |  38k| 615k|7467 | 0.000000e+00 | 1.000000e-00 |    Inf 
1079.32/1079.36	c  1048s|450000 |  1839 |  5931k|  13.2 |  46M|  79 |   - |1925 |  28k|   0 |   0 |  39k| 629k|7559 | 0.000000e+00 | 1.000000e-00 |    Inf 
1107.01/1107.01	c  1075s|460000 |  1771 |  6076k|  13.2 |  46M|  79 |   - |1925 |  27k|   0 |   0 |  40k| 643k|7641 | 0.000000e+00 | 1.000000e-00 |    Inf 
1135.82/1135.87	c  1103s|470000 |  1718 |  6233k|  13.3 |  45M|  79 |   - |1925 |  25k|   0 |   0 |  41k| 657k|7730 | 0.000000e+00 | 1.000000e-00 |    Inf 
1164.02/1164.06	c  1130s|480000 |  1736 |  6382k|  13.3 |  45M|  79 |   - |1925 |  26k|   0 |   0 |  42k| 671k|7819 | 0.000000e+00 | 1.000000e-00 |    Inf 
1191.82/1191.82	c  1157s|490000 |  1676 |  6529k|  13.3 |  45M|  79 |   - |1925 |  26k|1925 |1692 |  43k| 685k|7913 | 0.000000e+00 | 1.000000e-00 |    Inf 
1220.72/1220.72	c  1185s|500000 |  1618 |  6677k|  13.4 |  45M|  79 |  19 |1925 |  25k|1925 |1702 |  43k| 699k|8002 | 0.000000e+00 | 1.000000e-00 |    Inf 
1248.31/1248.35	c  1212s|510000 |  1593 |  6817k|  13.4 |  46M|  79 |   - |1925 |  30k|1925 |1702 |  44k| 713k|8068 | 0.000000e+00 | 1.000000e-00 |    Inf 
1275.12/1275.11	c  1238s|520000 |  1603 |  6937k|  13.3 |  47M|  79 |   - |1925 |  31k|   0 |   0 |  45k| 727k|8128 | 0.000000e+00 | 1.000000e-00 |    Inf 
1304.72/1304.73	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1304.72/1304.73	c  1267s|530000 |  1570 |  7087k|  13.4 |  46M|  79 |   - |1925 |  29k|   0 |   0 |  46k| 741k|8206 | 0.000000e+00 | 1.000000e-00 |    Inf 
1333.72/1333.75	c  1295s|540000 |  1423 |  7237k|  13.4 |  44M|  79 |  17 |1925 |  26k|1925 |1705 |  47k| 755k|8315 | 0.000000e+00 | 1.000000e-00 |    Inf 
1360.63/1360.70	c  1321s|550000 |  1334 |  7375k|  13.4 |  42M|  79 |   - |1925 |  25k|   0 |   0 |  48k| 768k|8401 | 0.000000e+00 | 1.000000e-00 |    Inf 
1386.93/1386.91	c  1346s|560000 |  1358 |  7493k|  13.4 |  43M|  79 |   - |1925 |  28k|   0 |   0 |  49k| 782k|8468 | 0.000000e+00 | 1.000000e-00 |    Inf 
1413.03/1413.05	c  1372s|570000 |  1299 |  7603k|  13.3 |  43M|  79 |  13 |1925 |  28k|1925 |1706 |  50k| 796k|8498 | 0.000000e+00 | 1.000000e-00 |    Inf 
1442.03/1442.01	c  1400s|580000 |  1078 |  7740k|  13.3 |  39M|  79 |   - |1925 |  23k|   0 |   0 |  51k| 810k|8895 | 0.000000e+00 | 1.000000e-00 |    Inf 
1471.12/1471.16	c  1428s|590000 |  1092 |  7892k|  13.4 |  41M|  79 |  16 |1925 |  28k|1925 |1692 |  51k| 823k|8900 | 0.000000e+00 | 1.000000e-00 |    Inf 
1500.92/1500.99	c  1457s|600000 |  1106 |  8035k|  13.4 |  41M|  79 |  29 |1925 |  28k|1925 |1707 |  52k| 836k|8956 | 0.000000e+00 | 1.000000e-00 |    Inf 
1533.43/1533.48	c  1489s|610000 |  1113 |  8191k|  13.4 |  42M|  79 |  30 |1925 |  31k|1925 |1692 |  53k| 850k|9004 | 0.000000e+00 | 1.000000e-00 |    Inf 
1564.73/1564.72	c  1520s|620000 |  1141 |  8329k|  13.4 |  44M|  79 |  33 |1925 |  34k|1925 |1692 |  53k| 863k|9079 | 0.000000e+00 | 1.000000e-00 |    Inf 
1597.03/1597.03	c  1551s|630000 |  1131 |  8468k|  13.4 |  44M|  79 |   - |1925 |  35k|   0 |   0 |  54k| 877k|9134 | 0.000000e+00 | 1.000000e-00 |    Inf 
1632.12/1632.13	c  1585s|640000 |  1308 |  8634k|  13.5 |  46M|  79 |   - |1925 |  37k|   0 |   0 |  54k| 890k|9209 | 0.000000e+00 | 1.000000e-00 |    Inf 
1666.63/1666.63	c  1619s|650000 |  1556 |  8799k|  13.5 |  50M|  79 |   - |1925 |  43k|   0 |   0 |  54k| 904k|9279 | 0.000000e+00 | 1.000000e-00 |    Inf 
1700.53/1700.58	c  1652s|660000 |  1724 |  8948k|  13.6 |  51M|  79 |  13 |1925 |  40k|1925 |1699 |  55k| 918k|9341 | 0.000000e+00 | 1.000000e-00 |    Inf 
1734.93/1734.98	c  1686s|670000 |  1843 |  9104k|  13.6 |  51M|  79 |  42 |1925 |  40k|1925 |1699 |  55k| 932k|9406 | 0.000000e+00 | 1.000000e-00 |    Inf 
1768.33/1768.39	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1768.33/1768.39	c  1719s|680000 |  1829 |  9255k|  13.6 |  52M|  79 |  39 |1925 |  40k|1925 |1699 |  56k| 947k|9489 | 0.000000e+00 | 1.000000e-00 |    Inf 
1800.04/1800.00	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.04/1800.00	c 
1800.04/1800.00	c SCIP Status        : solving was interrupted [user interrupt]
1800.04/1800.00	c Solving Time (sec) : 1749.43
1800.04/1800.00	c Solving Nodes      : 689555
1800.04/1800.00	c Primal Bound       : +1.00000000000000e-00 (358 solutions)
1800.04/1800.00	c Dual Bound         : +0.00000000000000e+00
1800.04/1800.00	c Gap                : infinite
1800.04/1800.01	s SATISFIABLE
1800.04/1800.01	v -x231 -x230 -x229 -x228 -x227 -x226 -x225 x224 -x223 -x222 -x221 -x220 -x219 -x218 x217 -x216 -x215 -x214 -x213 -x212 -x211 -x210 
1800.04/1800.01	v -x209 -x208 -x207 -x206 -x205 -x204 -x203 -x202 -x201 -x200 -x199 -x198 -x197 x196 -x195 -x194 -x193 -x192 -x191 x190 -x189 
1800.04/1800.01	v -x188 -x187 -x186 -x185 -x184 -x183 -x182 -x181 -x180 -x179 -x178 -x177 -x176 -x175 -x174 x173 -x172 x171 -x170 -x169 -x168 
1800.04/1800.01	v -x167 -x166 -x165 -x164 -x163 -x162 -x161 -x160 -x159 -x158 -x157 -x156 -x155 -x154 -x153 x152 -x151 -x150 -x149 -x148 -x147 
1800.04/1800.01	v -x146 -x145 x144 -x143 -x142 -x141 -x140 -x139 x138 -x137 -x136 -x135 -x134 -x133 -x132 -x131 -x130 x129 -x128 -x127 -x126 -x125 
1800.04/1800.01	v -x124 -x123 -x122 -x121 -x120 -x119 -x118 -x117 -x116 -x115 -x114 x113 -x112 -x111 -x110 -x109 -x108 -x107 -x106 -x105 -x104 
1800.04/1800.01	v x103 -x102 -x101 -x100 -x99 -x98 -x97 -x96 -x95 -x94 -x93 -x92 -x91 -x90 x89 -x88 -x87 x86 -x85 -x84 -x83 -x82 -x81 -x80 
1800.04/1800.01	v -x79 -x78 -x77 -x76 -x75 -x74 x73 -x72 -x71 -x70 -x69 -x68 -x67 -x66 x65 -x64 -x63 -x62 -x61 -x60 -x59 -x58 -x57 -x56 -x55 -x54 
1800.04/1800.01	v -x53 -x52 -x51 x50 -x49 -x48 -x47 -x46 -x45 -x44 -x43 -x42 -x41 -x40 -x39 -x38 -x37 -x36 x35 -x34 -x33 -x32 -x31 x30 -x29 
1800.04/1800.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 
1800.04/1800.01	v -x1 
1800.04/1800.01	c SCIP Status        : solving was interrupted [user interrupt]
1800.04/1800.01	c Solving Time       :    1749.43
1800.04/1800.01	c Original Problem   :
1800.04/1800.01	c   Problem name     : HOME/instance-2693493-1277907062.wbo
1800.04/1800.01	c   Variables        : 2087 (1159 binary, 0 integer, 0 implicit integer, 928 continuous)
1800.04/1800.01	c   Constraints      : 3636 initial, 3636 maximal
1800.04/1800.01	c Presolved Problem  :
1800.04/1800.01	c   Problem name     : t_HOME/instance-2693493-1277907062.wbo
1800.04/1800.01	c   Variables        : 1925 (1078 binary, 0 integer, 0 implicit integer, 847 continuous)
1800.04/1800.01	c   Constraints      : 3338 initial, 43153 maximal
1800.04/1800.01	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.04/1800.01	c   trivial          :       0.00         81          0          0          0          0          0          0          0
1800.04/1800.01	c   dualfix          :       0.00         81          0          0          0          0          0          0          0
1800.04/1800.01	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.01	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.01	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.01	c   probing          :       0.03          0          0          0          0          0          0          0          0
1800.04/1800.01	c   indicator        :       0.00          0          0          0          0          0         81          0          0
1800.04/1800.01	c   knapsack         :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.01	c   setppc           :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.01	c   linear           :       0.05          0          0          0        958          0        217        156          0
1800.04/1800.01	c   logicor          :       0.02          0          0          0          0          0          0          0          0
1800.04/1800.01	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.01	c   root node        :          -        847          -          -       1694          -          -          -          -
1800.04/1800.01	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.04/1800.01	c   integral         :          0          0          0     382399          0        316       2201          0          0     737852
1800.04/1800.01	c   indicator        :        847          0    1266601       5714          0        267    1153009          0          0          0
1800.04/1800.01	c   knapsack         :          1          6    3186430      11489          0      40254    6627217          0          0          0
1800.04/1800.01	c   setppc           :         14          6    3149983      11406          0      48726    2266135          0          0          0
1800.04/1800.01	c   linear           :        847          6    3102116      11500          0      43844    3997657      56529          0          0
1800.04/1800.01	c   logicor          :       1629+         6    1605041        833          0     131850    5860838          0          0          0
1800.04/1800.01	c   bounddisjunction :          0+         0      53116          0          0          0          2          0          0          0
1800.04/1800.01	c   countsols        :          0          0          0        833          0          0          0          0          0          0
1800.04/1800.01	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.04/1800.01	c   integral         :      42.91       0.00       0.00      42.91       0.00
1800.04/1800.01	c   indicator        :       2.60       0.02       2.50       0.08       0.00
1800.04/1800.01	c   knapsack         :      35.62       0.00      35.62       0.00       0.00
1800.04/1800.01	c   setppc           :      15.61       0.00      15.61       0.00       0.00
1800.04/1800.01	c   linear           :      45.30       0.00      44.96       0.34       0.00
1800.04/1800.01	c   logicor          :     227.54       0.00     227.53       0.01       0.00
1800.04/1800.01	c   bounddisjunction :       0.04       0.00       0.04       0.00       0.00
1800.04/1800.01	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.04/1800.01	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.04/1800.01	c   vbounds          :       0.78          2          0          0
1800.04/1800.01	c   rootredcost      :       0.66         31          0        847
1800.04/1800.01	c   pseudoobj        :      51.70    3193186       1894     992931
1800.04/1800.01	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.04/1800.01	c   propagation      :      11.52     266568     266117    1683894       29.6       7827       24.4          -
1800.04/1800.01	c   infeasible LP    :      19.48      98603      98598     783681       46.1        785       16.8          0
1800.04/1800.01	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.04/1800.01	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.04/1800.01	c   pseudo solution  :       0.00         27         27        181       19.7          4       10.0          -
1800.04/1800.01	c   applied globally :          -          -          -     960934       29.1          -          -          -
1800.04/1800.01	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.04/1800.01	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.04/1800.01	c   cut pool         :       0.00          5          -          -         21          -    (maximal pool size: 166)
1800.04/1800.01	c   redcost          :      10.04     383305          0     153761          0          0
1800.04/1800.01	c   impliedbounds    :       0.00          6          0          0          0          0
1800.04/1800.01	c   intobj           :       0.00          0          0          0          0          0
1800.04/1800.01	c   cgmip            :       0.00          0          0          0          0          0
1800.04/1800.01	c   gomory           :       0.26          6          0          0        515          0
1800.04/1800.01	c   strongcg         :       0.24          6          0          0        686          0
1800.04/1800.01	c   cmir             :       0.04          6          0          0          0          0
1800.04/1800.01	c   flowcover        :       0.05          6          0          0          0          0
1800.04/1800.01	c   clique           :       0.00          6          0          0          0          0
1800.04/1800.01	c   zerohalf         :       0.00          0          0          0          0          0
1800.04/1800.01	c   mcf              :       0.00          1          0          0          0          0
1800.04/1800.01	c   rapidlearning    :       0.00          0          0          0          0          0
1800.04/1800.01	c Pricers            :       Time      Calls       Vars
1800.04/1800.01	c   problem variables:       0.00          0          0
1800.04/1800.01	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.04/1800.01	c   relpscost        :      42.44     370873        316       2201          0          0     737852
1800.04/1800.01	c   pscost           :       0.00          0          0          0          0          0          0
1800.04/1800.01	c   inference        :       0.07        803          0          0          0          0       1606
1800.04/1800.01	c   mostinf          :       0.00          0          0          0          0          0          0
1800.04/1800.01	c   leastinf         :       0.00          0          0          0          0          0          0
1800.04/1800.01	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.04/1800.01	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.04/1800.01	c   random           :       0.00          0          0          0          0          0          0
1800.04/1800.01	c Primal Heuristics  :       Time      Calls      Found
1800.04/1800.01	c   LP solutions     :       0.00          -         30
1800.04/1800.01	c   pseudo solutions :       0.00          -          0
1800.04/1800.01	c   feaspump         :       0.04          1          0
1800.04/1800.01	c   oneopt           :       0.29         29          0
1800.04/1800.01	c   intshifting      :       0.01         19          0
1800.04/1800.01	c   crossover        :       0.64         27          0
1800.04/1800.01	c   coefdiving       :       0.63        144          0
1800.04/1800.01	c   pscostdiving     :       0.52        144          0
1800.04/1800.01	c   linesearchdiving :       0.46        144          0
1800.04/1800.01	c   guideddiving     :       0.72        144          0
1800.04/1800.01	c   fracdiving       :       0.63        145          0
1800.04/1800.01	c   veclendiving     :       0.49        145          0
1800.04/1800.01	c   objpscostdiving  :       0.63         73          0
1800.04/1800.01	c   rootsoldiving    :       0.84         73          0
1800.04/1800.01	c   trivial          :       0.01          2          0
1800.04/1800.01	c   simplerounding   :       0.74     371200          0
1800.04/1800.01	c   zirounding       :       0.52       1000          0
1800.04/1800.01	c   rounding         :       1.04       8590          0
1800.04/1800.01	c   shifting         :       0.90       2726          0
1800.04/1800.01	c   twoopt           :       0.00          0          0
1800.04/1800.01	c   fixandinfer      :       0.00          0          0
1800.04/1800.01	c   intdiving        :       0.00          0          0
1800.04/1800.01	c   actconsdiving    :       0.00          0          0
1800.04/1800.01	c   octane           :       0.00          0          0
1800.04/1800.01	c   rens             :       0.01          1          0
1800.04/1800.01	c   rins             :       0.00          0          0
1800.04/1800.01	c   localbranching   :       0.00          0          0
1800.04/1800.01	c   mutation         :       0.00          0          0
1800.04/1800.01	c   dins             :       0.00          0          0
1800.04/1800.01	c   undercover       :       0.00          0          0
1800.04/1800.01	c   nlp              :       0.15          0          0
1800.04/1800.01	c   trysol           :       0.64       1592        328
1800.04/1800.01	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.04/1800.01	c   primal LP        :       0.01          0          0       0.00       0.00
1800.04/1800.01	c   dual LP          :     951.44     478550    9376143      19.59    9854.69
1800.04/1800.01	c   lex dual LP      :       0.00          0          0       0.00          -
1800.04/1800.01	c   barrier LP       :       0.00          0          0       0.00          -
1800.04/1800.01	c   diving/probing LP:       3.39       2283      22494       9.85    6635.40
1800.04/1800.01	c   strong branching :      38.86       9571     389974      40.75   10035.36
1800.04/1800.01	c     (at root node) :          -         33      19706     597.15          -
1800.04/1800.01	c   conflict analysis:       0.00          0          0       0.00          -
1800.04/1800.01	c B&B Tree           :
1800.04/1800.01	c   number of runs   :          1
1800.04/1800.01	c   nodes            :     689555
1800.04/1800.01	c   nodes (total)    :     689555
1800.04/1800.01	c   nodes left       :       1863
1800.04/1800.01	c   max depth        :         79
1800.04/1800.01	c   max depth (total):         79
1800.04/1800.01	c   backtracks       :      92130 (13.4%)
1800.04/1800.01	c   delayed cutoffs  :      47076
1800.04/1800.01	c   repropagations   :    1268573 (3718070 domain reductions, 44146 cutoffs)
1800.04/1800.01	c   avg switch length:       5.23
1800.04/1800.01	c   switching time   :     187.39
1800.04/1800.01	c Solution           :
1800.04/1800.01	c   Solutions found  :        358 (31 improvements)
1800.04/1800.01	c   First Solution   : +4.34520000000000e+04   (in run 1, after 1 nodes, 0.82 seconds, depth 0, found by <trysol>)
1800.04/1800.01	c   Primal Bound     : +1.00000000000000e-00   (in run 1, after 281943 nodes, 633.66 seconds, depth 34, found by <relaxation>)
1800.04/1800.01	c   Dual Bound       : +0.00000000000000e+00
1800.04/1800.01	c   Gap              :   infinite
1800.04/1800.01	c   Root Dual Bound  : +0.00000000000000e+00
1800.04/1800.01	c   Root Iterations  :        626
1800.04/1800.10	c Time complete: 1800.14.

Verifier Data

OK	1

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2693493-1277907062/watcher-2693493-1277907062 -o /tmp/evaluation-result-2693493-1277907062/solver-2693493-1277907062 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2693493-1277907062.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: 2.00 2.00 2.00 3/196 11835
/proc/meminfo: memFree=31325140/32951124 swapFree=67111528/67111528
[pid=11835] ppid=11833 vsize=10852 CPUtime=0
/proc/11835/stat : 11835 (pbscip.linux.x8) R 11833 11835 10787 0 -1 4202496 1665 0 0 0 0 0 0 0 23 0 1 0 132003439 11112448 1586 4089446400 4194304 9819077 140734282086320 18446744073709551615 6179008 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/11835/statm: 2713 1586 392 1374 0 1334 0

[startup+0.0642589 s]
/proc/loadavg: 2.00 2.00 2.00 3/196 11835
/proc/meminfo: memFree=31325140/32951124 swapFree=67111528/67111528
[pid=11835] ppid=11833 vsize=24040 CPUtime=0.05
/proc/11835/stat : 11835 (pbscip.linux.x8) R 11833 11835 10787 0 -1 4202496 5648 0 0 0 5 0 0 0 23 0 1 0 132003439 24616960 4701 4089446400 4194304 9819077 140734282086320 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/11835/statm: 6010 4701 492 1374 0 4631 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 24040

[startup+0.100251 s]
/proc/loadavg: 2.00 2.00 2.00 3/196 11835
/proc/meminfo: memFree=31325140/32951124 swapFree=67111528/67111528
[pid=11835] ppid=11833 vsize=25068 CPUtime=0.09
/proc/11835/stat : 11835 (pbscip.linux.x8) R 11833 11835 10787 0 -1 4202496 6944 0 0 0 8 1 0 0 23 0 1 0 132003439 25669632 4969 4089446400 4194304 9819077 140734282086320 18446744073709551615 4914769 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/11835/statm: 6267 4969 498 1374 0 4888 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 25068

[startup+0.300219 s]
/proc/loadavg: 2.00 2.00 2.00 3/196 11835
/proc/meminfo: memFree=31325140/32951124 swapFree=67111528/67111528
[pid=11835] ppid=11833 vsize=34384 CPUtime=0.29
/proc/11835/stat : 11835 (pbscip.linux.x8) R 11833 11835 10787 0 -1 4202496 11902 0 0 0 26 3 0 0 23 0 1 0 132003439 35209216 6935 4089446400 4194304 9819077 140734282086320 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/11835/statm: 8596 6935 691 1374 0 7217 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 34384

[startup+0.700144 s]
/proc/loadavg: 2.00 2.00 2.00 3/196 11835
/proc/meminfo: memFree=31325140/32951124 swapFree=67111528/67111528
[pid=11835] ppid=11833 vsize=39288 CPUtime=0.69
/proc/11835/stat : 11835 (pbscip.linux.x8) R 11833 11835 10787 0 -1 4202496 13501 0 0 0 65 4 0 0 25 0 1 0 132003439 40230912 8031 4089446400 4194304 9819077 140734282086320 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/11835/statm: 9822 8031 693 1374 0 8443 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 39288

[startup+1.501 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 11836
/proc/meminfo: memFree=31294628/32951124 swapFree=67111528/67111528
[pid=11835] ppid=11833 vsize=41884 CPUtime=1.49
/proc/11835/stat : 11835 (pbscip.linux.x8) R 11833 11835 10787 0 -1 4202496 22467 0 0 0 143 6 0 0 25 0 1 0 132003439 42889216 8184 4089446400 4194304 9819077 140734282086320 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/11835/statm: 10471 8184 717 1374 0 9092 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 41884

[startup+3.10072 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 11836
/proc/meminfo: memFree=31294932/32951124 swapFree=67111528/67111528
[pid=11835] ppid=11833 vsize=41860 CPUtime=3.09
/proc/11835/stat : 11835 (pbscip.linux.x8) R 11833 11835 10787 0 -1 4202496 32846 0 0 0 301 8 0 0 25 0 1 0 132003439 42864640 8173 4089446400 4194304 9819077 140734282086320 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/11835/statm: 10465 8173 717 1374 0 9086 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 41860

[startup+6.30016 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 11836
/proc/meminfo: memFree=31294808/32951124 swapFree=67111528/67111528
[pid=11835] ppid=11833 vsize=41752 CPUtime=6.29
/proc/11835/stat : 11835 (pbscip.linux.x8) R 11833 11835 10787 0 -1 4202496 59921 0 0 0 615 14 0 0 25 0 1 0 132003439 42754048 8151 4089446400 4194304 9819077 140734282086320 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/11835/statm: 10438 8151 721 1374 0 9059 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 41752

[startup+12.701 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 11864
/proc/meminfo: memFree=31311844/32951124 swapFree=67111528/67111528
[pid=11835] ppid=11833 vsize=43160 CPUtime=12.69
/proc/11835/stat : 11835 (pbscip.linux.x8) R 11833 11835 10787 0 -1 4202496 154825 0 0 0 1235 34 0 0 25 0 1 0 132003439 44195840 8973 4089446400 4194304 9819077 140734282086320 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/11835/statm: 10790 8973 726 1374 0 9411 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 43160

[startup+25.5008 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 11864
/proc/meminfo: memFree=31255064/32951124 swapFree=67111528/67111528
[pid=11835] ppid=11833 vsize=59948 CPUtime=25.49
/proc/11835/stat : 11835 (pbscip.linux.x8) R 11833 11835 10787 0 -1 4202496 320708 0 0 0 2468 81 0 0 25 0 1 0 132003439 61386752 13327 4089446400 4194304 9819077 140734282086320 18446744073709551615 7226299 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/11835/statm: 14987 13327 743 1374 0 13608 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 59948

[startup+51.1002 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 11865
/proc/meminfo: memFree=31180888/32951124 swapFree=67111528/67111528
[pid=11835] ppid=11833 vsize=79520 CPUtime=51.09
/proc/11835/stat : 11835 (pbscip.linux.x8) R 11833 11835 10787 0 -1 4202496 632541 0 0 0 4942 167 0 0 25 0 1 0 132003439 81428480 17832 4089446400 4194304 9819077 140734282086320 18446744073709551615 4561060 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/11835/statm: 19880 17832 745 1374 0 18501 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 79520

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 11866
/proc/meminfo: memFree=31045180/32951124 swapFree=67111528/67111528
[pid=11835] ppid=11833 vsize=95356 CPUtime=102.3
/proc/11835/stat : 11835 (pbscip.linux.x8) R 11833 11835 10787 0 -1 4202496 1155875 0 0 0 9903 327 0 0 25 0 1 0 132003439 97644544 21622 4089446400 4194304 9819077 140734282086320 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/11835/statm: 23839 21622 746 1374 0 22460 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 95356

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 11868
/proc/meminfo: memFree=30904772/32951124 swapFree=67111528/67111528
[pid=11835] ppid=11833 vsize=105040 CPUtime=162.29
/proc/11835/stat : 11835 (pbscip.linux.x8) R 11833 11835 10787 0 -1 4202496 1824079 0 0 0 15698 531 0 0 25 0 1 0 132003439 107560960 24136 4089446400 4194304 9819077 140734282086320 18446744073709551615 6513093 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/11835/statm: 26260 24136 746 1374 0 24881 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 105040

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 11870
/proc/meminfo: memFree=30814064/32951124 swapFree=67111528/67111528
[pid=11835] ppid=11833 vsize=108520 CPUtime=222.29
/proc/11835/stat : 11835 (pbscip.linux.x8) R 11833 11835 10787 0 -1 4202496 2492458 0 0 0 21488 741 0 0 25 0 1 0 132003439 111124480 24889 4089446400 4194304 9819077 140734282086320 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/11835/statm: 27130 24889 746 1374 0 25751 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 108520

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 11871
/proc/meminfo: memFree=30759088/32951124 swapFree=67111528/67111528
[pid=11835] ppid=11833 vsize=109476 CPUtime=282.29
/proc/11835/stat : 11835 (pbscip.linux.x8) R 11833 11835 10787 0 -1 4202496 3181645 0 0 0 27280 949 0 0 25 0 1 0 132003439 112103424 25135 4089446400 4194304 9819077 140734282086320 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/11835/statm: 27369 25135 746 1374 0 25990 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 109476

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 11873
/proc/meminfo: memFree=30714900/32951124 swapFree=67111528/67111528
[pid=11835] ppid=11833 vsize=109912 CPUtime=342.3
/proc/11835/stat : 11835 (pbscip.linux.x8) R 11833 11835 10787 0 -1 4202496 3851248 0 0 0 33076 1154 0 0 25 0 1 0 132003439 112549888 25267 4089446400 4194304 9819077 140734282086320 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/11835/statm: 27478 25267 746 1374 0 26099 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 109912

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 11874
/proc/meminfo: memFree=30636228/32951124 swapFree=67111528/67111528
[pid=11835] ppid=11833 vsize=114948 CPUtime=402.29
/proc/11835/stat : 11835 (pbscip.linux.x8) R 11833 11835 10787 0 -1 4202496 4342004 0 0 0 38903 1326 0 0 25 0 1 0 132003439 117706752 27030 4089446400 4194304 9819077 140734282086320 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/11835/statm: 28737 27030 746 1374 0 27358 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 114948

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 11876
/proc/meminfo: memFree=30470396/32951124 swapFree=67111528/67111528
[pid=11835] ppid=11833 vsize=115504 CPUtime=462.3
/proc/11835/stat : 11835 (pbscip.linux.x8) R 11833 11835 10787 0 -1 4202496 4415014 0 0 0 44799 1431 0 0 25 0 1 0 132003439 118276096 27073 4089446400 4194304 9819077 140734282086320 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/11835/statm: 28876 27073 746 1374 0 27497 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 115504

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 11878
/proc/meminfo: memFree=30391252/32951124 swapFree=67111528/67111528
[pid=11835] ppid=11833 vsize=117232 CPUtime=522.3
/proc/11835/stat : 11835 (pbscip.linux.x8) R 11833 11835 10787 0 -1 4202496 4734420 0 0 0 50642 1588 0 0 25 0 1 0 132003439 120045568 27276 4089446400 4194304 9819077 140734282086320 18446744073709551615 4221383 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/11835/statm: 29308 27276 746 1374 0 27929 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 117232

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 11879
/proc/meminfo: memFree=30284180/32951124 swapFree=67111528/67111528
[pid=11835] ppid=11833 vsize=117748 CPUtime=582.3
/proc/11835/stat : 11835 (pbscip.linux.x8) R 11833 11835 10787 0 -1 4202496 5131541 0 0 0 56479 1751 0 0 25 0 1 0 132003439 120573952 27369 4089446400 4194304 9819077 140734282086320 18446744073709551615 8657695 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/11835/statm: 29437 27369 746 1374 0 28058 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 117748

[startup+642.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 11881
/proc/meminfo: memFree=30210588/32951124 swapFree=67111528/67111528
[pid=11835] ppid=11833 vsize=119228 CPUtime=642.31
/proc/11835/stat : 11835 (pbscip.linux.x8) R 11833 11835 10787 0 -1 4202496 5563108 0 0 0 62299 1932 0 0 25 0 1 0 132003439 122089472 27650 4089446400 4194304 9819077 140734282086320 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/11835/statm: 29807 27650 746 1374 0 28428 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 119228

[startup+702.301 s]

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

[startup+822.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 11886
/proc/meminfo: memFree=30203408/32951124 swapFree=67111528/67111528
[pid=11835] ppid=11833 vsize=120680 CPUtime=822.31
/proc/11835/stat : 11835 (pbscip.linux.x8) R 11833 11835 10787 0 -1 4202496 6990538 0 0 0 79770 2461 0 0 25 0 1 0 132003439 123576320 27966 4089446400 4194304 9819077 140734282086320 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/11835/statm: 30170 27966 746 1374 0 28791 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 120680

[startup+882.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 11887
/proc/meminfo: memFree=30203240/32951124 swapFree=67111528/67111528
[pid=11835] ppid=11833 vsize=120700 CPUtime=882.31
/proc/11835/stat : 11835 (pbscip.linux.x8) R 11833 11835 10787 0 -1 4202496 7440014 0 0 0 85604 2627 0 0 25 0 1 0 132003439 123596800 28021 4089446400 4194304 9819077 140734282086320 18446744073709551615 6513105 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/11835/statm: 30175 28021 746 1374 0 28796 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 120700

[startup+942.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 11889
/proc/meminfo: memFree=30202312/32951124 swapFree=67111528/67111528
[pid=11835] ppid=11833 vsize=122136 CPUtime=942.31
/proc/11835/stat : 11835 (pbscip.linux.x8) R 11833 11835 10787 0 -1 4202496 7856207 0 0 0 91450 2781 0 0 25 0 1 0 132003439 125067264 28247 4089446400 4194304 9819077 140734282086320 18446744073709551615 4999850 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/11835/statm: 30534 28247 746 1374 0 29155 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 122136

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 11890
/proc/meminfo: memFree=30199788/32951124 swapFree=67111528/67111528
[pid=11835] ppid=11833 vsize=124420 CPUtime=1002.32
/proc/11835/stat : 11835 (pbscip.linux.x8) R 11833 11835 10787 0 -1 4202496 8289963 0 0 0 97292 2940 0 0 25 0 1 0 132003439 127406080 28781 4089446400 4194304 9819077 140734282086320 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/11835/statm: 31105 28781 746 1374 0 29726 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 124420

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 11892
/proc/meminfo: memFree=30197892/32951124 swapFree=67111528/67111528
[pid=11835] ppid=11833 vsize=125352 CPUtime=1062.32
/proc/11835/stat : 11835 (pbscip.linux.x8) R 11833 11835 10787 0 -1 4202496 8783487 0 0 0 103125 3107 0 0 25 0 1 0 132003439 128360448 29000 4089446400 4194304 9819077 140734282086320 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/11835/statm: 31338 29000 746 1374 0 29959 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 125352

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 11894
/proc/meminfo: memFree=30195872/32951124 swapFree=67111528/67111528
[pid=11835] ppid=11833 vsize=126464 CPUtime=1122.31
/proc/11835/stat : 11835 (pbscip.linux.x8) R 11833 11835 10787 0 -1 4202496 9282186 0 0 0 108947 3284 0 0 25 0 1 0 132003439 129499136 29195 4089446400 4194304 9819077 140734282086320 18446744073709551615 5484200 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/11835/statm: 31616 29195 746 1374 0 30237 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 126464

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 11895
/proc/meminfo: memFree=30194720/32951124 swapFree=67111528/67111528
[pid=11835] ppid=11833 vsize=126800 CPUtime=1182.32
/proc/11835/stat : 11835 (pbscip.linux.x8) R 11833 11835 10787 0 -1 4202496 9813325 0 0 0 114776 3456 0 0 25 0 1 0 132003439 129843200 29275 4089446400 4194304 9819077 140734282086320 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/11835/statm: 31700 29275 746 1374 0 30321 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 126800

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 11900
/proc/meminfo: memFree=30191680/32951124 swapFree=67111528/67111528
[pid=11835] ppid=11833 vsize=126696 CPUtime=1242.32
/proc/11835/stat : 11835 (pbscip.linux.x8) R 11833 11835 10787 0 -1 4202496 10325608 0 0 0 120612 3620 0 0 25 0 1 0 132003439 129736704 29298 4089446400 4194304 9819077 140734282086320 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/11835/statm: 31674 29298 746 1374 0 30295 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 126696

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 11901
/proc/meminfo: memFree=30189688/32951124 swapFree=67111528/67111528
[pid=11835] ppid=11833 vsize=127768 CPUtime=1302.33
/proc/11835/stat : 11835 (pbscip.linux.x8) R 11833 11835 10787 0 -1 4202496 10838745 0 0 0 126440 3793 0 0 25 0 1 0 132003439 130834432 29558 4089446400 4194304 9819077 140734282086320 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/11835/statm: 31942 29558 746 1374 0 30563 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 127768

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 11903
/proc/meminfo: memFree=30189040/32951124 swapFree=67111528/67111528
[pid=11835] ppid=11833 vsize=127960 CPUtime=1362.33
/proc/11835/stat : 11835 (pbscip.linux.x8) R 11833 11835 10787 0 -1 4202496 11368153 0 0 0 132265 3968 0 0 25 0 1 0 132003439 131031040 29605 4089446400 4194304 9819077 140734282086320 18446744073709551615 6372743 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/11835/statm: 31990 29605 746 1374 0 30611 0
Current children cumulated CPU time (s) 1362.33
Current children cumulated vsize (KiB) 127960

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 11905
/proc/meminfo: memFree=30188144/32951124 swapFree=67111528/67111528
[pid=11835] ppid=11833 vsize=128420 CPUtime=1422.33
/proc/11835/stat : 11835 (pbscip.linux.x8) R 11833 11835 10787 0 -1 4202496 11886653 0 0 0 138086 4147 0 0 25 0 1 0 132003439 131502080 29761 4089446400 4194304 9819077 140734282086320 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/11835/statm: 32105 29761 746 1374 0 30726 0
Current children cumulated CPU time (s) 1422.33
Current children cumulated vsize (KiB) 128420

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 11906
/proc/meminfo: memFree=30185872/32951124 swapFree=67111528/67111528
[pid=11835] ppid=11833 vsize=130188 CPUtime=1482.33
/proc/11835/stat : 11835 (pbscip.linux.x8) R 11833 11835 10787 0 -1 4202496 12369451 0 0 0 143924 4309 0 0 25 0 1 0 132003439 133312512 30069 4089446400 4194304 9819077 140734282086320 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/11835/statm: 32547 30069 746 1374 0 31168 0
Current children cumulated CPU time (s) 1482.33
Current children cumulated vsize (KiB) 130188

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 11908
/proc/meminfo: memFree=30184460/32951124 swapFree=67111528/67111528
[pid=11835] ppid=11833 vsize=130624 CPUtime=1542.33
/proc/11835/stat : 11835 (pbscip.linux.x8) R 11833 11835 10787 0 -1 4202496 12801409 0 0 0 149772 4461 0 0 25 0 1 0 132003439 133758976 30198 4089446400 4194304 9819077 140734282086320 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/11835/statm: 32656 30198 746 1374 0 31277 0
Current children cumulated CPU time (s) 1542.33
Current children cumulated vsize (KiB) 130624

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/179 11909
/proc/meminfo: memFree=30183416/32951124 swapFree=67111528/67111528
[pid=11835] ppid=11833 vsize=132228 CPUtime=1602.33
/proc/11835/stat : 11835 (pbscip.linux.x8) R 11833 11835 10787 0 -1 4202496 13224677 0 0 0 155631 4602 0 0 25 0 1 0 132003439 135401472 30531 4089446400 4194304 9819077 140734282086320 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/11835/statm: 33057 30531 746 1374 0 31678 0
Current children cumulated CPU time (s) 1602.33
Current children cumulated vsize (KiB) 132228

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 11911
/proc/meminfo: memFree=30181996/32951124 swapFree=67111528/67111528
[pid=11835] ppid=11833 vsize=133212 CPUtime=1662.33
/proc/11835/stat : 11835 (pbscip.linux.x8) R 11833 11835 10787 0 -1 4202496 13631613 0 0 0 161494 4739 0 0 25 0 1 0 132003439 136409088 30787 4089446400 4194304 9819077 140734282086320 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/11835/statm: 33303 30787 746 1374 0 31924 0
Current children cumulated CPU time (s) 1662.33
Current children cumulated vsize (KiB) 133212

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 11913
/proc/meminfo: memFree=30178480/32951124 swapFree=67111528/67111528
[pid=11835] ppid=11833 vsize=135536 CPUtime=1722.33
/proc/11835/stat : 11835 (pbscip.linux.x8) R 11833 11835 10787 0 -1 4202496 14036144 0 0 0 167358 4875 0 0 25 0 1 0 132003439 138788864 31376 4089446400 4194304 9819077 140734282086320 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/11835/statm: 33884 31376 746 1374 0 32505 0
Current children cumulated CPU time (s) 1722.33
Current children cumulated vsize (KiB) 135536

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 11914
/proc/meminfo: memFree=30177408/32951124 swapFree=67111528/67111528
[pid=11835] ppid=11833 vsize=136348 CPUtime=1782.33
/proc/11835/stat : 11835 (pbscip.linux.x8) R 11833 11835 10787 0 -1 4202496 14446203 0 0 0 173215 5018 0 0 25 0 1 0 132003439 139620352 31585 4089446400 4194304 9819077 140734282086320 18446744073709551615 4999811 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/11835/statm: 34087 31585 746 1374 0 32708 0
Current children cumulated CPU time (s) 1782.33
Current children cumulated vsize (KiB) 136348



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 11915
/proc/meminfo: memFree=30176776/32951124 swapFree=67111528/67111528
[pid=11835] ppid=11833 vsize=137008 CPUtime=1800.04
/proc/11835/stat : 11835 (pbscip.linux.x8) R 11833 11835 10787 0 -1 4202496 14571912 0 0 0 174945 5059 0 0 25 0 1 0 132003439 140296192 31734 4089446400 4194304 9819077 140734282086320 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/11835/statm: 34252 31734 746 1374 0 32873 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 137008

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

Child status: 0
Real time (s): 1800.1
CPU time (s): 1800.14
CPU user time (s): 1749.54
CPU system time (s): 50.6003
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 138608

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

runsolver used 2.76658 second user time and 6.07408 second system time

The end

Launcher Data

Begin job on node108 at 2010-06-30 16:11:02
IDJOB=2693493
IDBENCH=78945
IDSOLVER=1205
FILE ID=node108/2693493-1277907062
PBS_JOBID= 11197167
Free space on /tmp= 74212 MiB

SOLVER NAME= SCIPclp SCIP 1.2.1.2 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.1900581320--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-2693493-1277907062/watcher-2693493-1277907062 -o /tmp/evaluation-result-2693493-1277907062/solver-2693493-1277907062 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2693493-1277907062.wbo -t 1800 -m 3800

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

MD5SUM BENCH= 4c1853ff60c53f26c44f2cbc4e9273c7
RANDOM SEED=112673229

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31326040 kB
Buffers:        190556 kB
Cached:        1171840 kB
SwapCached:          0 kB
Active:         640056 kB
Inactive:       841708 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31326040 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            6288 kB
Writeback:           0 kB
AnonPages:      119532 kB
Mapped:          20284 kB
Slab:            78556 kB
PageTables:       5408 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1649660 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= 74200 MiB
End job on node108 at 2010-06-30 16:41:04