Trace number 2692905

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
SCIPspx SCIP 1.2.1.2 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solverMSAT (TO) 1800.29 1800.29

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900569834--soft-66-100-0.wbo
MD5SUM9b8daeac3a936659a5f0bb5b79c19c15
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark12
Best CPU time to get the best result obtained on this benchmark677.011
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables231
Total number of constraints2707
Number of soft constraints906
Number of constraints which are clauses2684
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint110
Top cost 44555
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 44554
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 723
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: SoPlex 1.4.2] [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-2692905-1277909830.wbo>
0.00/0.02	c original problem has 2043 variables (1137 bin, 0 int, 0 impl, 906 cont) and 3614 constraints
0.00/0.02	c problem read
0.00/0.02	c presolving settings loaded
0.00/0.03	c presolving:
0.00/0.04	c (round 1) 0 del vars, 1 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 1116 impls, 14 clqs
0.04/0.07	c (round 2) 0 del vars, 113 del conss, 906 chg bounds, 52 chg sides, 0 chg coeffs, 0 upgd conss, 1116 impls, 14 clqs
0.04/0.08	c (round 3) 52 del vars, 165 del conss, 906 chg bounds, 52 chg sides, 0 chg coeffs, 1741 upgd conss, 1116 impls, 14 clqs
0.04/0.09	c (round 4) 104 del vars, 165 del conss, 906 chg bounds, 52 chg sides, 0 chg coeffs, 1741 upgd conss, 1116 impls, 14 clqs
0.09/0.14	c    (0.1s) probing: 101/1085 (9.3%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.09/0.14	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.09/0.14	c presolving (5 rounds):
0.09/0.14	c  104 deleted vars, 165 deleted constraints, 906 tightened bounds, 0 added holes, 52 changed sides, 0 changed coefficients
0.09/0.14	c  1116 implications, 14 cliques
0.09/0.14	c presolved problem has 1939 variables (1085 bin, 0 int, 0 impl, 854 cont) and 3449 constraints
0.09/0.14	c     854 constraints of type <indicator>
0.09/0.14	c       1 constraints of type <knapsack>
0.09/0.14	c      14 constraints of type <setppc>
0.09/0.14	c     854 constraints of type <linear>
0.09/0.14	c    1726 constraints of type <logicor>
0.09/0.14	c transformed objective value is always integral (scale: 1)
0.09/0.14	c Presolving Time: 0.10
0.09/0.14	c - non default parameters ----------------------------------------------------------------------
0.09/0.14	c # SCIP version 1.2.1.2
0.09/0.14	c 
0.09/0.14	c # frequency for displaying node information lines
0.09/0.14	c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.14	c display/freq = 10000
0.09/0.14	c 
0.09/0.14	c # maximal time in seconds to run
0.09/0.14	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.14	c limits/time = 1799.98
0.09/0.14	c 
0.09/0.14	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.14	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.14	c limits/memory = 3420
0.09/0.14	c 
0.09/0.14	c # should presolving try to simplify inequalities
0.09/0.14	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.14	c constraints/linear/simplifyinequalities = TRUE
0.09/0.14	c 
0.09/0.14	c # should presolving try to simplify knapsacks
0.09/0.14	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.14	c constraints/knapsack/simplifyinequalities = TRUE
0.09/0.14	c 
0.09/0.14	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.09/0.14	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.14	c separating/rapidlearning/freq = 0
0.09/0.14	c 
0.09/0.14	c -----------------------------------------------------------------------------------------------
0.09/0.14	c start solving
0.09/0.14	c 
0.09/0.15	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.15	c   0.1s|     1 |     0 |    45 |     - |8748k|   0 |  23 |1939 |3449 |1939 |1741 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.09/0.16	o 42102
0.09/0.16	c y 0.1s|     1 |     0 |   166 |     - |8783k|   0 |  23 |1939 |3449 |1939 |1741 |   0 |   0 |   0 | 0.000000e+00 | 4.210200e+04 |    Inf 
0.19/0.22	c   0.2s|     1 |     0 |   219 |     - |8903k|   0 |  47 |1939 |3449 |1939 |1755 |  14 |   0 |   0 | 0.000000e+00 | 4.210200e+04 |    Inf 
0.29/0.33	c   0.3s|     1 |     0 |   311 |     - |9025k|   0 |  49 |1939 |3449 |1939 |1764 |  23 |   0 |   0 | 0.000000e+00 | 4.210200e+04 |    Inf 
0.39/0.45	c   0.4s|     1 |     0 |   342 |     - |9049k|   0 |  54 |1939 |3449 |1939 |1770 |  29 |   0 |   0 | 0.000000e+00 | 4.210200e+04 |    Inf 
0.49/0.58	c   0.5s|     1 |     0 |   382 |     - |9055k|   0 |  50 |1939 |3449 |1939 |1776 |  35 |   0 |   0 | 0.000000e+00 | 4.210200e+04 |    Inf 
0.69/0.72	c   0.7s|     1 |     0 |   388 |     - |9085k|   0 |  50 |1939 |3449 |1939 |1778 |  37 |   0 |   0 | 0.000000e+00 | 4.210200e+04 |    Inf 
1.40/1.43	c   1.4s|     1 |     2 |   388 |     - |9090k|   0 |  50 |1939 |3449 |1939 |1778 |  37 |   0 |  33 | 0.000000e+00 | 4.210200e+04 |    Inf 
6.29/6.34	o 653
6.29/6.34	c * 6.2s|    56 |    39 |  1689 |  23.7 |9531k|  15 |   - |1939 |3454 |1939 |1776 |  68 |   5 | 615 | 0.000000e+00 | 6.530000e+02 |    Inf 
6.99/7.04	o 556
6.99/7.04	c * 6.9s|   108 |    72 |  2239 |  17.3 |  10M|  21 |   - |1939 |3463 |1939 |1775 |  91 |  14 | 747 | 0.000000e+00 | 5.560000e+02 |    Inf 
8.39/8.49	o 540
8.39/8.49	c * 8.3s|   168 |   101 |  3319 |  17.6 |  10M|  22 |   - |1939 |3512 |1939 |1769 | 105 |  63 |1051 | 0.000000e+00 | 5.400000e+02 |    Inf 
9.29/9.37	o 502
9.29/9.37	c * 9.2s|   187 |   105 |  3896 |  18.9 |  10M|  22 |   - |1939 |3521 |1939 |1773 | 109 |  72 |1205 | 0.000000e+00 | 5.020000e+02 |    Inf 
11.60/11.60	o 468
11.60/11.60	c *11.4s|   498 |   150 |  6318 |  11.9 |  11M|  33 |   - |1939 |3877 |1939 |1784 | 172 | 433 |1589 | 0.000000e+00 | 4.680000e+02 |    Inf 
11.60/11.60	o 464
11.60/11.60	c *11.4s|   499 |   149 |  6321 |  11.9 |  11M|  33 |   - |1939 |3877 |1939 |1784 | 172 | 433 |1589 | 0.000000e+00 | 4.640000e+02 |    Inf 
11.60/11.67	o 442
11.60/11.67	c *11.4s|   512 |   150 |  6520 |  12.0 |  12M|  33 |   - |1939 |3880 |1939 |1783 | 186 | 436 |1593 | 0.000000e+00 | 4.420000e+02 |    Inf 
11.60/11.67	o 364
11.60/11.67	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
11.60/11.67	c *11.4s|   513 |   136 |  6520 |  12.0 |  11M|  33 |   - |1939 |3880 |1939 |1783 | 186 | 436 |1593 | 0.000000e+00 | 3.640000e+02 |    Inf 
13.59/13.68	o 346
13.59/13.68	c *13.4s|  1018 |   290 | 11541 |  11.0 |  14M|  33 |   - |1939 |4251 |1939 |1773 | 238 | 944 |1831 | 0.000000e+00 | 3.460000e+02 |    Inf 
14.39/14.41	o 329
14.39/14.41	c *14.1s|  1360 |   383 | 13560 |   9.7 |  14M|  40 |   - |1939 |4491 |1939 |1769 | 323 |1288 |1864 | 0.000000e+00 | 3.290000e+02 |    Inf 
14.49/14.52	o 299
14.49/14.52	c *14.2s|  1419 |   383 | 13855 |   9.5 |  14M|  40 |   - |1939 |4522 |1939 |1772 | 334 |1344 |1867 | 0.000000e+00 | 2.990000e+02 |    Inf 
16.19/16.20	o 297
16.19/16.20	c *15.9s|  2172 |   584 | 19659 |   8.9 |  15M|  40 |   - |1939 |4799 |1939 |1771 | 480 |2051 |1916 | 0.000000e+00 | 2.970000e+02 |    Inf 
16.19/16.20	o 296
16.19/16.20	c *15.9s|  2173 |   583 | 19659 |   8.9 |  15M|  40 |   - |1939 |4799 |1939 |1771 | 480 |2051 |1916 | 0.000000e+00 | 2.960000e+02 |    Inf 
17.39/17.43	o 290
17.39/17.43	c *17.1s|  2901 |   738 | 23832 |   8.1 |  16M|  41 |   - |1939 |5271 |1939 |1770 | 569 |2867 |1921 | 0.000000e+00 | 2.900000e+02 |    Inf 
17.39/17.43	o 288
17.39/17.43	c *17.1s|  2902 |   735 | 23833 |   8.1 |  16M|  41 |   - |1939 |5271 |1939 |1770 | 569 |2867 |1921 | 0.000000e+00 | 2.880000e+02 |    Inf 
17.90/17.97	o 253
17.90/17.97	c *17.6s|  3180 |   801 | 25787 |   8.0 |  16M|  41 |   - |1939 |5333 |1939 |1776 | 610 |3141 |1921 | 0.000000e+00 | 2.530000e+02 |    Inf 
18.19/18.24	o 194
18.19/18.24	c *17.9s|  3340 |   735 | 26602 |   7.9 |  15M|  44 |   - |1939 |5332 |1939 |1769 | 641 |3294 |1921 | 0.000000e+00 | 1.940000e+02 |    Inf 
18.50/18.58	o 188
18.50/18.58	c *18.2s|  3532 |   753 | 27589 |   7.7 |  15M|  44 |   - |1939 |5360 |1939 |1772 | 686 |3506 |1921 | 0.000000e+00 | 1.880000e+02 |    Inf 
20.19/20.28	o 150
20.19/20.28	c *19.9s|  4634 |   762 | 32308 |   6.9 |  16M|  44 |   - |1939 |5600 |1939 |1769 | 767 |4675 |1930 | 0.000000e+00 | 1.500000e+02 |    Inf 
21.49/21.52	o 117
21.49/21.52	c *21.1s|  5399 |   775 | 35501 |   6.5 |  16M|  44 |   - |1939 |5544 |1939 |1772 | 823 |5432 |1932 | 0.000000e+00 | 1.170000e+02 |    Inf 
21.49/21.52	o 101
21.49/21.52	c *21.1s|  5400 |   733 | 35510 |   6.5 |  16M|  44 |   - |1939 |5543 |1939 |1772 | 823 |5432 |1932 | 0.000000e+00 | 1.010000e+02 |    Inf 
26.69/26.76	o 98
26.69/26.76	c *26.2s|  8117 |   816 | 49839 |   6.1 |  18M|  55 |   - |1939 |6021 |1939 |1772 |1134 |8377 |2018 | 0.000000e+00 | 9.800000e+01 |    Inf 
30.29/30.34	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
30.29/30.34	c  29.7s| 10000 |   858 | 59497 |   5.9 |  20M|  55 |   7 |1939 |6023 |1939 |1769 |1283 |  10k|2024 | 0.000000e+00 | 9.800000e+01 |    Inf 
49.59/49.61	c  48.6s| 20000 |  1249 |117480 |   5.9 |  26M|  55 |  10 |1939 |7310 |1939 |1777 |2341 |  23k|2120 | 0.000000e+00 | 9.800000e+01 |    Inf 
62.19/62.21	o 83
62.19/62.21	c *60.9s| 26626 |  1470 |155326 |   5.8 |  32M|  55 |   - |1939 |8776 |1939 |1769 |3083 |  31k|2120 | 0.000000e+00 | 8.300000e+01 |    Inf 
69.19/69.27	c  67.9s| 30000 |  1560 |178467 |   5.9 |  33M|  55 |   - |1939 |9009 |   0 |   0 |3394 |  35k|2120 | 0.000000e+00 | 8.300000e+01 |    Inf 
90.38/90.45	c  88.7s| 40000 |  1710 |249030 |   6.2 |  37M|  55 |   - |1939 |9584 |   0 |   0 |4421 |  47k|2120 | 0.000000e+00 | 8.300000e+01 |    Inf 
111.29/111.31	c   109s| 50000 |  1902 |312330 |   6.2 |  43M|  59 |  14 |1939 |9897 |1939 |1769 |5539 |  59k|2177 | 0.000000e+00 | 8.300000e+01 |    Inf 
131.49/131.58	c   129s| 60000 |  2055 |369985 |   6.2 |  48M|  59 |   - |1939 |  10k|1939 |1769 |6519 |  72k|2390 | 0.000000e+00 | 8.300000e+01 |    Inf 
152.38/152.49	c   150s| 70000 |  2216 |424689 |   6.1 |  53M|  59 |  15 |1939 |  13k|1939 |1769 |7467 |  84k|2543 | 0.000000e+00 | 8.300000e+01 |    Inf 
172.38/172.44	c   169s| 80000 |  2663 |471760 |   5.9 |  61M|  59 |  11 |1939 |  16k|1939 |1769 |8616 |  96k|2724 | 0.000000e+00 | 8.300000e+01 |    Inf 
184.79/184.84	o 82
184.79/184.84	c * 181s| 86220 |  2807 |499858 |   5.8 |  64M|  59 |   - |1939 |  16k|1939 |1775 |9363 | 104k|2793 | 0.000000e+00 | 8.200000e+01 |    Inf 
192.39/192.40	c   189s| 90000 |  2898 |517692 |   5.7 |  65M|  59 |   7 |1939 |  17k|1939 |1769 |9853 | 108k|2805 | 0.000000e+00 | 8.200000e+01 |    Inf 
212.19/212.28	c   208s|100000 |  3154 |560930 |   5.6 |  71M|  64 |   - |1939 |  17k|   0 |   0 |  11k| 121k|2913 | 0.000000e+00 | 8.200000e+01 |    Inf 
222.59/222.62	o 78
222.59/222.62	c * 219s|105042 |  3219 |584253 |   5.6 |  72M|  64 |   - |1939 |  17k|1939 |1769 |  11k| 127k|2963 | 0.000000e+00 | 7.800000e+01 |    Inf 
228.69/228.76	o 74
228.69/228.76	c * 225s|107478 |  3312 |602293 |   5.6 |  72M|  64 |   - |1939 |  16k|1939 |1769 |  12k| 131k|3018 | 0.000000e+00 | 7.400000e+01 |    Inf 
229.79/229.84	o 63
229.79/229.84	c * 226s|107933 |  3250 |605278 |   5.6 |  70M|  64 |   - |1939 |  15k|1939 |1769 |  12k| 131k|3029 | 0.000000e+00 | 6.300000e+01 |    Inf 
230.59/230.63	o 57
230.59/230.63	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
230.59/230.63	c * 226s|108270 |  3225 |607659 |   5.6 |  70M|  64 |   - |1939 |  15k|1939 |1769 |  12k| 132k|3030 | 0.000000e+00 | 5.700000e+01 |    Inf 
234.68/234.72	c   230s|110000 |  3203 |620399 |   5.6 |  70M|  64 |  17 |1939 |  14k|1939 |1769 |  12k| 134k|3034 | 0.000000e+00 | 5.700000e+01 |    Inf 
258.99/259.02	c   254s|120000 |  3303 |698062 |   5.8 |  74M|  64 |  17 |1939 |  16k|1939 |1769 |  13k| 147k|3213 | 0.000000e+00 | 5.700000e+01 |    Inf 
265.28/265.39	o 31
265.28/265.39	c * 261s|122779 |  2096 |715527 |   5.8 |  45M|  64 |   - |1939 |  16k|1939 |1769 |  13k| 151k|3304 | 0.000000e+00 | 3.100000e+01 |    Inf 
282.18/282.25	c   277s|130000 |  2095 |772535 |   5.9 |  46M|  64 |   - |1939 |  17k|1939 |1769 |  14k| 160k|3419 | 0.000000e+00 | 3.100000e+01 |    Inf 
307.28/307.32	c   302s|140000 |  2148 |856832 |   6.1 |  49M|  64 |   - |1939 |  22k|   0 |   0 |  15k| 174k|3588 | 0.000000e+00 | 3.100000e+01 |    Inf 
333.98/334.05	c   328s|150000 |  2110 |939228 |   6.3 |  50M|  64 |   - |1939 |  22k|   0 |   0 |  16k| 187k|3780 | 0.000000e+00 | 3.100000e+01 |    Inf 
360.08/360.12	c   354s|160000 |  2151 |  1021k|   6.4 |  52M|  64 |   - |1939 |  26k|1939 |1769 |  16k| 200k|3949 | 0.000000e+00 | 3.100000e+01 |    Inf 
386.89/386.95	c   380s|170000 |  2140 |  1102k|   6.5 |  54M|  64 |  20 |1939 |  29k|1939 |1769 |  17k| 214k|4123 | 0.000000e+00 | 3.100000e+01 |    Inf 
415.79/415.84	c   409s|180000 |  2176 |  1188k|   6.6 |  56M|  64 |   - |1939 |  31k|   0 |   0 |  18k| 227k|4293 | 0.000000e+00 | 3.100000e+01 |    Inf 
447.38/447.49	c   440s|190000 |  2251 |  1287k|   6.8 |  59M|  64 |  14 |1939 |  34k|1939 |1769 |  19k| 241k|4442 | 0.000000e+00 | 3.100000e+01 |    Inf 
477.68/477.73	c   470s|200000 |  2271 |  1381k|   6.9 |  61M|  65 |   - |1939 |  36k|   0 |   0 |  20k| 255k|4597 | 0.000000e+00 | 3.100000e+01 |    Inf 
509.88/509.91	c   501s|210000 |  2416 |  1470k|   7.0 |  64M|  65 |  23 |1939 |  38k|1939 |1769 |  21k| 268k|4772 | 0.000000e+00 | 3.100000e+01 |    Inf 
542.19/542.26	c   533s|220000 |  2345 |  1562k|   7.1 |  64M|  65 |   - |1939 |  34k|   0 |   0 |  22k| 281k|4960 | 0.000000e+00 | 3.100000e+01 |    Inf 
572.28/572.39	c   563s|230000 |  2428 |  1646k|   7.2 |  65M|  65 |   - |1939 |  33k|   0 |   0 |  22k| 294k|5082 | 0.000000e+00 | 3.100000e+01 |    Inf 
603.18/603.25	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
603.18/603.25	c   593s|240000 |  2591 |  1737k|   7.2 |  69M|  65 |   - |1939 |  36k|   0 |   0 |  23k| 307k|5243 | 0.000000e+00 | 3.100000e+01 |    Inf 
633.98/634.06	c   624s|250000 |  2660 |  1827k|   7.3 |  71M|  65 |   - |1939 |  38k|   0 |   0 |  24k| 320k|5380 | 0.000000e+00 | 3.100000e+01 |    Inf 
665.18/665.26	c   654s|260000 |  2700 |  1914k|   7.4 |  73M|  65 |   - |1939 |  40k|1939 |1769 |  25k| 333k|5487 | 0.000000e+00 | 3.100000e+01 |    Inf 
698.58/698.60	c   687s|270000 |  2842 |  2012k|   7.5 |  76M|  65 |  23 |1939 |  41k|1939 |1769 |  26k| 347k|5620 | 0.000000e+00 | 3.100000e+01 |    Inf 
730.18/730.24	c   719s|280000 |  2903 |  2100k|   7.5 |  78M|  65 |   - |1939 |  44k|   0 |   0 |  27k| 360k|5771 | 0.000000e+00 | 3.100000e+01 |    Inf 
762.68/762.76	c   751s|290000 |  2931 |  2190k|   7.6 |  81M|  69 |   - |1939 |  46k|   0 |   0 |  28k| 374k|5890 | 0.000000e+00 | 3.100000e+01 |    Inf 
796.68/796.72	c   784s|300000 |  2963 |  2286k|   7.6 |  83M|  70 |  28 |1939 |  47k|1939 |1769 |  29k| 387k|5989 | 0.000000e+00 | 3.100000e+01 |    Inf 
829.88/829.99	c   817s|310000 |  3026 |  2374k|   7.7 |  85M|  70 |   - |1939 |  47k|   0 |   0 |  30k| 401k|6096 | 0.000000e+00 | 3.100000e+01 |    Inf 
868.38/868.40	c   854s|320000 |  3063 |  2475k|   7.7 |  86M|  70 |   - |1939 |  46k|   0 |   0 |  31k| 414k|6235 | 0.000000e+00 | 3.100000e+01 |    Inf 
905.68/905.72	c   890s|330000 |  3046 |  2571k|   7.8 |  86M|  70 |   - |1939 |  41k|1939 |1769 |  32k| 428k|6371 | 0.000000e+00 | 3.100000e+01 |    Inf 
939.89/939.94	c   923s|340000 |  3103 |  2665k|   7.8 |  84M|  71 |  13 |1939 |  31k|1939 |1769 |  33k| 441k|6497 | 0.000000e+00 | 3.100000e+01 |    Inf 
969.48/969.53	c   952s|350000 |  3127 |  2762k|   7.9 |  84M|  71 |  22 |1939 |  26k|1939 |1769 |  34k| 455k|6615 | 0.000000e+00 | 3.100000e+01 |    Inf 
998.89/998.93	c   980s|360000 |  3188 |  2856k|   7.9 |  85M|  72 |   - |1939 |  24k|   0 |   0 |  35k| 469k|6835 | 0.000000e+00 | 3.100000e+01 |    Inf 
1027.59/1027.61	c  1007s|370000 |  3256 |  2955k|   8.0 |  83M|  76 |  18 |1939 |  14k|1939 |1769 |  36k| 482k|7046 | 0.000000e+00 | 3.100000e+01 |    Inf 
1053.08/1053.14	c  1032s|380000 |  3299 |  3046k|   8.0 |  85M|  76 |  11 |1939 |  15k|1939 |1769 |  37k| 495k|7137 | 0.000000e+00 | 3.100000e+01 |    Inf 
1079.68/1079.70	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1079.68/1079.70	c  1057s|390000 |  3372 |  3139k|   8.0 |  87M|  76 |  22 |1939 |  15k|1939 |1769 |  38k| 508k|7366 | 0.000000e+00 | 3.100000e+01 |    Inf 
1103.99/1104.03	c  1080s|400000 |  3465 |  3222k|   8.1 |  89M|  76 |   - |1939 |  16k|1939 |1775 |  39k| 521k|7441 | 0.000000e+00 | 3.100000e+01 |    Inf 
1132.09/1132.18	c  1107s|410000 |  3585 |  3326k|   8.1 |  90M|  76 |  17 |1939 |  11k|1939 |1769 |  40k| 534k|7646 | 0.000000e+00 | 3.100000e+01 |    Inf 
1158.98/1159.08	c  1133s|420000 |  3647 |  3423k|   8.2 |  93M|  76 |   8 |1939 |  13k|1939 |1769 |  40k| 547k|7748 | 0.000000e+00 | 3.100000e+01 |    Inf 
1183.89/1183.90	c  1157s|430000 |  3715 |  3508k|   8.2 |  96M|  76 |   - |1939 |  16k|1939 |1777 |  41k| 560k|7841 | 0.000000e+00 | 3.100000e+01 |    Inf 
1211.18/1211.27	c  1183s|440000 |  3783 |  3598k|   8.2 |  99M|  76 |   - |1939 |  21k|   0 |   0 |  42k| 573k|7949 | 0.000000e+00 | 3.100000e+01 |    Inf 
1240.28/1240.36	c  1211s|450000 |  3871 |  3685k|   8.2 | 101M|  76 |  23 |1939 |  22k|1939 |1769 |  43k| 586k|8061 | 0.000000e+00 | 3.100000e+01 |    Inf 
1269.78/1269.86	c  1239s|460000 |  3912 |  3773k|   8.2 | 102M|  76 |  18 |1939 |  19k|1939 |1769 |  43k| 600k|8136 | 0.000000e+00 | 3.100000e+01 |    Inf 
1297.29/1297.32	c  1265s|470000 |  4022 |  3863k|   8.2 | 103M|  76 |   8 |1939 |  16k|1939 |1769 |  44k| 613k|8229 | 0.000000e+00 | 3.100000e+01 |    Inf 
1322.39/1322.48	c  1289s|480000 |  4090 |  3948k|   8.2 | 105M|  76 |  12 |1939 |  16k|1939 |1769 |  45k| 626k|8342 | 0.000000e+00 | 3.100000e+01 |    Inf 
1348.78/1348.88	c  1315s|490000 |  4090 |  4040k|   8.2 | 106M|  76 |   - |1939 |  15k|   0 |   0 |  45k| 639k|8447 | 0.000000e+00 | 3.100000e+01 |    Inf 
1375.68/1375.71	c  1340s|500000 |  4168 |  4134k|   8.3 | 109M|  76 |  21 |1939 |  18k|1939 |1769 |  46k| 652k|8528 | 0.000000e+00 | 3.100000e+01 |    Inf 
1404.28/1404.37	c  1368s|510000 |  4254 |  4231k|   8.3 | 113M|  76 |   - |1939 |  22k|   0 |   0 |  47k| 666k|8604 | 0.000000e+00 | 3.100000e+01 |    Inf 
1434.18/1434.29	c  1397s|520000 |  4330 |  4321k|   8.3 | 113M|  76 |   - |1939 |  16k|   0 |   0 |  48k| 679k|8697 | 0.000000e+00 | 3.100000e+01 |    Inf 
1461.89/1461.95	c  1423s|530000 |  4449 |  4412k|   8.3 | 117M|  76 |  39 |1939 |  20k|1939 |1769 |  48k| 692k|8820 | 0.000000e+00 | 3.100000e+01 |    Inf 
1492.39/1492.44	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1492.39/1492.44	c  1452s|540000 |  4585 |  4515k|   8.4 | 120M|  76 |  21 |1939 |  22k|1939 |1769 |  49k| 704k|8912 | 0.000000e+00 | 3.100000e+01 |    Inf 
1522.39/1522.43	c  1481s|550000 |  4815 |  4610k|   8.4 | 125M|  76 |   1 |1939 |  26k|1939 |1769 |  50k| 717k|8972 | 0.000000e+00 | 3.100000e+01 |    Inf 
1554.19/1554.22	c  1512s|560000 |  5005 |  4705k|   8.4 | 130M|  76 |   - |1939 |  30k|   0 |   0 |  51k| 731k|9042 | 0.000000e+00 | 3.100000e+01 |    Inf 
1586.69/1586.73	c  1543s|570000 |  5095 |  4801k|   8.4 | 133M|  76 |   - |1939 |  32k|   0 |   0 |  51k| 744k|9152 | 0.000000e+00 | 3.100000e+01 |    Inf 
1620.29/1620.33	c  1575s|580000 |  5187 |  4897k|   8.4 | 136M|  76 |  22 |1939 |  34k|1939 |1769 |  52k| 757k|9261 | 0.000000e+00 | 3.100000e+01 |    Inf 
1653.88/1653.92	c  1608s|590000 |  5288 |  4995k|   8.5 | 139M|  76 |  13 |1939 |  34k|1939 |1769 |  53k| 770k|9318 | 0.000000e+00 | 3.100000e+01 |    Inf 
1685.68/1685.74	c  1638s|600000 |  5476 |  5082k|   8.5 | 142M|  76 |  19 |1939 |  35k|1939 |1769 |  54k| 783k|9385 | 0.000000e+00 | 3.100000e+01 |    Inf 
1720.18/1720.28	c  1672s|610000 |  5669 |  5179k|   8.5 | 146M|  76 |   - |1939 |  36k|   0 |   0 |  54k| 796k|9493 | 0.000000e+00 | 3.100000e+01 |    Inf 
1754.89/1754.91	c  1705s|620000 |  5726 |  5277k|   8.5 | 149M|  76 |  22 |1939 |  39k|1939 |1769 |  55k| 809k|9580 | 0.000000e+00 | 3.100000e+01 |    Inf 
1791.79/1791.81	c  1741s|630000 |  5945 |  5379k|   8.5 | 154M|  76 |  27 |1939 |  41k|1939 |1769 |  56k| 822k|9641 | 0.000000e+00 | 3.100000e+01 |    Inf 
1800.09/1800.10	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.09/1800.10	c 
1800.09/1800.10	c SCIP Status        : solving was interrupted [user interrupt]
1800.09/1800.10	c Solving Time (sec) : 1748.69
1800.09/1800.10	c Solving Nodes      : 632241
1800.09/1800.10	c Primal Bound       : +3.10000000000000e+01 (373 solutions)
1800.09/1800.10	c Dual Bound         : +0.00000000000000e+00
1800.09/1800.10	c Gap                : infinite
1800.09/1800.11	s SATISFIABLE
1800.09/1800.11	v -x231 -x230 -x229 -x228 -x227 -x226 -x225 -x224 -x223 -x222 -x221 -x220 -x219 -x218 -x217 -x216 -x215 -x214 -x213 -x212 -x211 -x210 
1800.09/1800.11	v -x209 -x208 -x207 -x206 -x205 -x204 x203 -x202 -x201 -x200 -x199 -x198 -x197 -x196 x195 -x194 -x193 -x192 -x191 -x190 -x189 
1800.09/1800.11	v -x188 x187 -x186 -x185 -x184 -x183 -x182 -x181 -x180 -x179 -x178 -x177 x176 -x175 -x174 -x173 -x172 -x171 x170 -x169 -x168 
1800.09/1800.11	v -x167 -x166 -x165 -x164 -x163 -x162 -x161 -x160 x159 -x158 -x157 -x156 -x155 -x154 -x153 -x152 -x151 -x150 -x149 x148 -x147 
1800.09/1800.11	v -x146 -x145 -x144 -x143 -x142 -x141 -x140 -x139 -x138 -x137 -x136 -x135 -x134 -x133 -x132 -x131 -x130 -x129 -x128 x127 -x126 
1800.09/1800.11	v -x125 -x124 -x123 -x122 -x121 -x120 -x119 -x118 -x117 -x116 -x115 -x114 x113 -x112 -x111 -x110 -x109 -x108 x107 -x106 -x105 
1800.09/1800.11	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 
1800.09/1800.11	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 
1800.09/1800.11	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 
1800.09/1800.11	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.09/1800.11	v -x1 
1800.09/1800.11	c SCIP Status        : solving was interrupted [user interrupt]
1800.09/1800.11	c Solving Time       :    1748.69
1800.09/1800.11	c Original Problem   :
1800.09/1800.11	c   Problem name     : HOME/instance-2692905-1277909830.wbo
1800.09/1800.11	c   Variables        : 2043 (1137 binary, 0 integer, 0 implicit integer, 906 continuous)
1800.09/1800.11	c   Constraints      : 3614 initial, 3614 maximal
1800.09/1800.11	c Presolved Problem  :
1800.09/1800.11	c   Problem name     : t_HOME/instance-2692905-1277909830.wbo
1800.09/1800.11	c   Variables        : 1939 (1085 binary, 0 integer, 0 implicit integer, 854 continuous)
1800.09/1800.11	c   Constraints      : 3449 initial, 49278 maximal
1800.09/1800.11	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.09/1800.11	c   trivial          :       0.00         52          0          0          0          0          0          0          0
1800.09/1800.11	c   dualfix          :       0.00         52          0          0          0          0          0          0          0
1800.09/1800.11	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.09/1800.11	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.09/1800.11	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.09/1800.11	c   probing          :       0.03          0          0          0          0          0          0          0          0
1800.09/1800.11	c   indicator        :       0.00          0          0          0          0          0         52          0          0
1800.09/1800.11	c   knapsack         :       0.00          0          0          0          0          0          0          0          0
1800.09/1800.11	c   setppc           :       0.00          0          0          0          0          0          0          0          0
1800.09/1800.11	c   linear           :       0.03          0          0          0        906          0        113         52          0
1800.09/1800.11	c   logicor          :       0.03          0          0          0          0          0          0          0          0
1800.09/1800.11	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0
1800.09/1800.11	c   root node        :          -        583          -          -       1166          -          -          -          -
1800.09/1800.11	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.09/1800.11	c   integral         :          0          0          0     347064          0        124       1840          0          0     669586
1800.09/1800.11	c   indicator        :        854          0    3123629      10831          0       2381   11492671          0          0          0
1800.09/1800.11	c   knapsack         :          1          6    3103948      10659          0      42069    7431030          0          0          0
1800.09/1800.11	c   setppc           :         14          6    3072389      10674          0      47502    1623843          0          0          0
1800.09/1800.11	c   linear           :        854          6    3032347      10811          0      45874    2982914      56620          0          0
1800.09/1800.11	c   logicor          :       1726+         6    1523750       2091          0      73146    5472592          0          0          0
1800.09/1800.11	c   bounddisjunction :          0+         0      50247          0          0         19        626          0          0          0
1800.09/1800.11	c   countsols        :          0          0          0       2091          0          0          0          0          0          0
1800.09/1800.11	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.09/1800.11	c   integral         :      41.88       0.00       0.00      41.88       0.00
1800.09/1800.11	c   indicator        :      24.73       0.01      24.30       0.42       0.00
1800.09/1800.11	c   knapsack         :      32.60       0.00      32.60       0.00       0.00
1800.09/1800.11	c   setppc           :      11.82       0.00      11.82       0.00       0.00
1800.09/1800.11	c   linear           :      38.62       0.00      38.30       0.32       0.00
1800.09/1800.11	c   logicor          :     268.10       0.01     268.08       0.01       0.00
1800.09/1800.11	c   bounddisjunction :       0.08       0.00       0.08       0.00       0.00
1800.09/1800.11	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.09/1800.11	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.09/1800.11	c   vbounds          :       0.40          2          0          0
1800.09/1800.11	c   rootredcost      :       0.23         30          0        583
1800.09/1800.11	c   pseudoobj        :      75.83    3144313      19976   10671986
1800.09/1800.11	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.09/1800.11	c   propagation      :       9.93     228586     228312    1484135       27.8       8985       20.5          -
1800.09/1800.11	c   infeasible LP    :      20.29      97012      97012     800861       42.8        890       14.8          0
1800.09/1800.11	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.09/1800.11	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.09/1800.11	c   pseudo solution  :       0.01         87         87        546       18.6          8       20.6          -
1800.09/1800.11	c   applied globally :          -          -          -     825353       26.9          -          -          -
1800.09/1800.11	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.09/1800.11	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.09/1800.11	c   cut pool         :       0.00          5          -          -         11          -    (maximal pool size: 108)
1800.09/1800.11	c   redcost          :      12.16     352624          0     708824          0          0
1800.09/1800.11	c   impliedbounds    :       0.00          6          0          0          0          0
1800.09/1800.11	c   intobj           :       0.00          0          0          0          0          0
1800.09/1800.11	c   cgmip            :       0.00          0          0          0          0          0
1800.09/1800.11	c   gomory           :       0.32          6          0          0        826          0
1800.09/1800.11	c   strongcg         :       0.25          6          0          0        768          0
1800.09/1800.11	c   cmir             :       0.03          6          0          0          1          0
1800.09/1800.11	c   flowcover        :       0.06          6          0          0          2          0
1800.09/1800.11	c   clique           :       0.00          6          0          0          0          0
1800.09/1800.11	c   zerohalf         :       0.00          0          0          0          0          0
1800.09/1800.11	c   mcf              :       0.00          1          0          0          0          0
1800.09/1800.11	c   rapidlearning    :       0.00          0          0          0          0          0
1800.09/1800.11	c Pricers            :       Time      Calls       Vars
1800.09/1800.11	c   problem variables:       0.00          0          0
1800.09/1800.11	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.09/1800.11	c   relpscost        :      41.69     336228        124       1840          0          0     669586
1800.09/1800.11	c   pscost           :       0.00          0          0          0          0          0          0
1800.09/1800.11	c   inference        :       0.16       2062          0          0          0          0       4124
1800.09/1800.11	c   mostinf          :       0.00          0          0          0          0          0          0
1800.09/1800.11	c   leastinf         :       0.00          0          0          0          0          0          0
1800.09/1800.11	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.09/1800.11	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.09/1800.11	c   random           :       0.00          0          0          0          0          0          0
1800.09/1800.11	c Primal Heuristics  :       Time      Calls      Found
1800.09/1800.11	c   LP solutions     :       0.01          -         29
1800.09/1800.11	c   pseudo solutions :       0.00          -          0
1800.09/1800.11	c   feaspump         :       0.01          1          0
1800.09/1800.11	c   oneopt           :       0.27         25          0
1800.09/1800.11	c   intshifting      :       0.02         18          0
1800.09/1800.11	c   crossover        :       0.55         22          0
1800.09/1800.11	c   pscostdiving     :       0.43        110          0
1800.09/1800.11	c   linesearchdiving :       0.37        110          0
1800.09/1800.11	c   guideddiving     :       0.55        110          0
1800.09/1800.11	c   fracdiving       :       0.41        111          0
1800.09/1800.11	c   veclendiving     :       0.44        111          0
1800.09/1800.11	c   coefdiving       :       0.46        111          0
1800.09/1800.11	c   objpscostdiving  :       0.62         56          0
1800.09/1800.11	c   rootsoldiving    :       2.52         56          0
1800.09/1800.11	c   trivial          :       0.00          2          0
1800.09/1800.11	c   simplerounding   :       0.35     338485          0
1800.09/1800.11	c   zirounding       :       0.17       1000          0
1800.09/1800.11	c   rounding         :       1.37       8211          0
1800.09/1800.11	c   shifting         :       0.98       2549          0
1800.09/1800.11	c   twoopt           :       0.00          0          0
1800.09/1800.11	c   fixandinfer      :       0.00          0          0
1800.09/1800.11	c   intdiving        :       0.00          0          0
1800.09/1800.12	c   actconsdiving    :       0.00          0          0
1800.09/1800.12	c   octane           :       0.00          0          0
1800.09/1800.12	c   rens             :       0.03          1          0
1800.09/1800.12	c   rins             :       0.00          0          0
1800.09/1800.12	c   localbranching   :       0.00          0          0
1800.09/1800.12	c   mutation         :       0.00          0          0
1800.09/1800.12	c   dins             :       0.00          0          0
1800.09/1800.12	c   undercover       :       0.00          0          0
1800.09/1800.12	c   nlp              :       0.09          0          0
1800.09/1800.12	c   trysol           :       0.66       2653        344
1800.09/1800.12	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.09/1800.12	c   primal LP        :       0.00          0          0       0.00          -
1800.09/1800.12	c   dual LP          :     812.59     443106    5380093      12.14    6620.92
1800.09/1800.12	c   lex dual LP      :       0.00          0          0       0.00          -
1800.09/1800.12	c   barrier LP       :       0.00          0          0       0.00          -
1800.09/1800.12	c   diving/probing LP:       3.68       2408      23207       9.64    6306.25
1800.09/1800.12	c   strong branching :      38.32       9680     244686      25.28    6385.33
1800.09/1800.12	c     (at root node) :          -         33       3774     114.36          -
1800.09/1800.12	c   conflict analysis:       0.00          0          0       0.00          -
1800.09/1800.12	c B&B Tree           :
1800.09/1800.12	c   number of runs   :          1
1800.09/1800.12	c   nodes            :     632241
1800.09/1800.12	c   nodes (total)    :     632241
1800.09/1800.12	c   nodes left       :       5992
1800.09/1800.12	c   max depth        :         76
1800.09/1800.12	c   max depth (total):         76
1800.09/1800.12	c   backtracks       :      76949 (12.2%)
1800.09/1800.12	c   delayed cutoffs  :      33472
1800.09/1800.12	c   repropagations   :    1146006 (5232900 domain reductions, 31461 cutoffs)
1800.09/1800.12	c   avg switch length:       5.27
1800.09/1800.12	c   switching time   :     218.30
1800.09/1800.12	c Solution           :
1800.09/1800.12	c   Solutions found  :        373 (30 improvements)
1800.09/1800.12	c   First Solution   : +4.21020000000000e+04   (in run 1, after 1 nodes, 0.12 seconds, depth 0, found by <trysol>)
1800.09/1800.12	c   Primal Bound     : +3.10000000000000e+01   (in run 1, after 122779 nodes, 260.60 seconds, depth 46, found by <relaxation>)
1800.09/1800.12	c   Dual Bound       : +0.00000000000000e+00
1800.09/1800.12	c   Gap              :   infinite
1800.09/1800.12	c   Root Dual Bound  : +0.00000000000000e+00
1800.09/1800.12	c   Root Iterations  :        388
1800.19/1800.29	c Time complete: 1800.28.

Verifier Data

OK	31

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2692905-1277909830/watcher-2692905-1277909830 -o /tmp/evaluation-result-2692905-1277909830/solver-2692905-1277909830 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2692905-1277909830.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.04 2.01 4/176 13380
/proc/meminfo: memFree=31370356/32951132 swapFree=67111528/67111528
[pid=13380] ppid=13378 vsize=9304 CPUtime=0
/proc/13380/stat : 13380 (pbscip.linux.x8) R 13378 13380 11609 0 -1 4202496 1646 0 0 0 0 0 0 0 25 0 1 0 132279364 9527296 1565 4089446400 4194304 8223781 140736903493264 18446744073709551615 6205568 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/13380/statm: 2326 1565 369 984 0 1339 0

[startup+0.0502951 s]
/proc/loadavg: 2.00 2.04 2.01 4/176 13380
/proc/meminfo: memFree=31370356/32951132 swapFree=67111528/67111528
[pid=13380] ppid=13378 vsize=22808 CPUtime=0.04
/proc/13380/stat : 13380 (pbscip.linux.x8) R 13378 13380 11609 0 -1 4202496 5604 0 0 0 3 1 0 0 25 0 1 0 132279364 23355392 4645 4089446400 4194304 8223781 140736903493264 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/13380/statm: 5702 4645 446 984 0 4715 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 22808

[startup+0.100287 s]
/proc/loadavg: 2.00 2.04 2.01 4/176 13380
/proc/meminfo: memFree=31370356/32951132 swapFree=67111528/67111528
[pid=13380] ppid=13378 vsize=23556 CPUtime=0.09
/proc/13380/stat : 13380 (pbscip.linux.x8) R 13378 13380 11609 0 -1 4202496 8142 0 0 0 8 1 0 0 25 0 1 0 132279364 24121344 4870 4089446400 4194304 8223781 140736903493264 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/13380/statm: 6146 4905 466 984 0 5159 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 23556

[startup+0.30025 s]
/proc/loadavg: 2.00 2.04 2.01 4/176 13380
/proc/meminfo: memFree=31370356/32951132 swapFree=67111528/67111528
[pid=13380] ppid=13378 vsize=30136 CPUtime=0.29
/proc/13380/stat : 13380 (pbscip.linux.x8) R 13378 13380 11609 0 -1 4202496 10545 0 0 0 27 2 0 0 25 0 1 0 132279364 30859264 6661 4089446400 4194304 8223781 140736903493264 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/13380/statm: 7534 6661 582 984 0 6547 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 30136

[startup+0.701183 s]
/proc/loadavg: 2.00 2.04 2.01 4/176 13380
/proc/meminfo: memFree=31370356/32951132 swapFree=67111528/67111528
[pid=13380] ppid=13378 vsize=30976 CPUtime=0.69
/proc/13380/stat : 13380 (pbscip.linux.x8) R 13378 13380 11609 0 -1 4202496 10747 0 0 0 67 2 0 0 25 0 1 0 132279364 31719424 6849 4089446400 4194304 8223781 140736903493264 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/13380/statm: 7744 6849 583 984 0 6757 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 30976

[startup+1.50104 s]
/proc/loadavg: 2.00 2.04 2.01 3/177 13381
/proc/meminfo: memFree=31337244/32951132 swapFree=67111528/67111528
[pid=13380] ppid=13378 vsize=38332 CPUtime=1.5
/proc/13380/stat : 13380 (pbscip.linux.x8) R 13378 13380 11609 0 -1 4202496 24894 0 0 0 145 5 0 0 25 0 1 0 132279364 39251968 8661 4089446400 4194304 8223781 140736903493264 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/13380/statm: 9583 8661 599 984 0 8596 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 38332

[startup+3.10077 s]
/proc/loadavg: 2.00 2.04 2.01 3/177 13381
/proc/meminfo: memFree=31336872/32951132 swapFree=67111528/67111528
[pid=13380] ppid=13378 vsize=38332 CPUtime=3.09
/proc/13380/stat : 13380 (pbscip.linux.x8) R 13378 13380 11609 0 -1 4202496 25084 0 0 0 302 7 0 0 25 0 1 0 132279364 39251968 8661 4089446400 4194304 8223781 140736903493264 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/13380/statm: 9583 8661 599 984 0 8596 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 38332

[startup+6.30022 s]
/proc/loadavg: 2.00 2.04 2.01 3/177 13381
/proc/meminfo: memFree=31336880/32951132 swapFree=67111528/67111528
[pid=13380] ppid=13378 vsize=38604 CPUtime=6.29
/proc/13380/stat : 13380 (pbscip.linux.x8) R 13378 13380 11609 0 -1 4202496 31179 0 0 0 618 11 0 0 25 0 1 0 132279364 39530496 8724 4089446400 4194304 8223781 140736903493264 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/13380/statm: 9651 8724 601 984 0 8664 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 38604

[startup+12.7011 s]
/proc/loadavg: 2.00 2.04 2.01 3/177 13381
/proc/meminfo: memFree=31332796/32951132 swapFree=67111528/67111528
[pid=13380] ppid=13378 vsize=44864 CPUtime=12.69
/proc/13380/stat : 13380 (pbscip.linux.x8) R 13378 13380 11609 0 -1 4202496 68680 0 0 0 1247 22 0 0 25 0 1 0 132279364 45940736 10092 4089446400 4194304 8223781 140736903493264 18446744073709551615 7453498 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/13380/statm: 11216 10092 604 984 0 10229 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 44864

[startup+25.5009 s]
/proc/loadavg: 2.00 2.04 2.01 3/177 13381
/proc/meminfo: memFree=31318852/32951132 swapFree=67111528/67111528
[pid=13380] ppid=13378 vsize=57372 CPUtime=25.49
/proc/13380/stat : 13380 (pbscip.linux.x8) R 13378 13380 11609 0 -1 4202496 129824 0 0 0 2499 50 0 0 25 0 1 0 132279364 58748928 13310 4089446400 4194304 8223781 140736903493264 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/13380/statm: 14343 13310 605 984 0 13356 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 57372

[startup+51.1005 s]
/proc/loadavg: 2.00 2.03 2.01 3/177 13381
/proc/meminfo: memFree=31290708/32951132 swapFree=67111528/67111528
[pid=13380] ppid=13378 vsize=85940 CPUtime=51.09
/proc/13380/stat : 13380 (pbscip.linux.x8) R 13378 13380 11609 0 -1 4202496 204266 0 0 0 5007 102 0 0 25 0 1 0 132279364 88002560 20341 4089446400 4194304 8223781 140736903493264 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/13380/statm: 21485 20341 607 984 0 20498 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 85940

[startup+102.307 s]
/proc/loadavg: 2.00 2.02 2.00 3/177 13383
/proc/meminfo: memFree=31260048/32951132 swapFree=67111528/67111528
[pid=13380] ppid=13378 vsize=118488 CPUtime=102.3
/proc/13380/stat : 13380 (pbscip.linux.x8) R 13378 13380 11609 0 -1 4202496 298094 0 0 0 10035 195 0 0 25 0 1 0 132279364 121331712 27591 4089446400 4194304 8223781 140736903493264 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/13380/statm: 29622 27591 607 984 0 28635 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 118488

[startup+162.3 s]
/proc/loadavg: 2.03 2.03 2.00 3/177 13385
/proc/meminfo: memFree=31234592/32951132 swapFree=67111528/67111528
[pid=13380] ppid=13378 vsize=144076 CPUtime=162.28
/proc/13380/stat : 13380 (pbscip.linux.x8) R 13378 13380 11609 0 -1 4202496 372554 0 0 0 15929 299 0 0 25 0 1 0 132279364 147533824 33748 4089446400 4194304 8223781 140736903493264 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/13380/statm: 36019 33748 608 984 0 35032 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 144076

[startup+222.301 s]
/proc/loadavg: 2.01 2.02 2.00 3/177 13387
/proc/meminfo: memFree=31210744/32951132 swapFree=67111528/67111528
[pid=13380] ppid=13378 vsize=172052 CPUtime=222.28
/proc/13380/stat : 13380 (pbscip.linux.x8) R 13378 13380 11609 0 -1 4202496 453831 0 0 0 21825 403 0 0 25 0 1 0 132279364 176181248 39512 4089446400 4194304 8223781 140736903493264 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/13380/statm: 43013 39512 608 984 0 42026 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 172052

[startup+282.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/177 13396
/proc/meminfo: memFree=31202928/32951132 swapFree=67111528/67111528
[pid=13380] ppid=13378 vsize=180412 CPUtime=282.28
/proc/13380/stat : 13380 (pbscip.linux.x8) R 13378 13380 11609 0 -1 4202496 583936 0 0 0 27721 507 0 0 25 0 1 0 132279364 184741888 41210 4089446400 4194304 8223781 140736903493264 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/13380/statm: 45103 41210 608 984 0 44116 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 180412

[startup+342.301 s]
/proc/loadavg: 2.05 2.03 2.00 3/177 13398
/proc/meminfo: memFree=31196808/32951132 swapFree=67111528/67111528
[pid=13380] ppid=13378 vsize=185604 CPUtime=342.29
/proc/13380/stat : 13380 (pbscip.linux.x8) R 13378 13380 11609 0 -1 4202496 685925 0 0 0 33626 603 0 0 25 0 1 0 132279364 190058496 42437 4089446400 4194304 8223781 140736903493264 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/13380/statm: 46401 42437 608 984 0 45414 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 185604

[startup+402.301 s]
/proc/loadavg: 2.02 2.02 2.00 3/177 13400
/proc/meminfo: memFree=31192064/32951132 swapFree=67111528/67111528
[pid=13380] ppid=13378 vsize=190804 CPUtime=402.28
/proc/13380/stat : 13380 (pbscip.linux.x8) R 13378 13380 11609 0 -1 4202496 807846 0 0 0 39531 697 0 0 25 0 1 0 132279364 195383296 43517 4089446400 4194304 8223781 140736903493264 18446744073709551615 4999897 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/13380/statm: 47701 43517 608 984 0 46714 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 190804

[startup+462.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/177 13402
/proc/meminfo: memFree=31187276/32951132 swapFree=67111528/67111528
[pid=13380] ppid=13378 vsize=196152 CPUtime=462.29
/proc/13380/stat : 13380 (pbscip.linux.x8) R 13378 13380 11609 0 -1 4202496 893380 0 0 0 45439 790 0 0 25 0 1 0 132279364 200859648 44632 4089446400 4194304 8223781 140736903493264 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/13380/statm: 49038 44632 608 984 0 48051 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 196152

[startup+522.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 13404
/proc/meminfo: memFree=31182148/32951132 swapFree=67111528/67111528
[pid=13380] ppid=13378 vsize=202248 CPUtime=522.28
/proc/13380/stat : 13380 (pbscip.linux.x8) R 13378 13380 11609 0 -1 4202496 972930 0 0 0 51352 876 0 0 25 0 1 0 132279364 207101952 45905 4089446400 4194304 8223781 140736903493264 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/13380/statm: 50562 45905 608 984 0 49575 0
Current children cumulated CPU time (s) 522.28
Current children cumulated vsize (KiB) 202248

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13404
/proc/meminfo: memFree=31176920/32951132 swapFree=67111528/67111528
[pid=13380] ppid=13378 vsize=207248 CPUtime=582.28
/proc/13380/stat : 13380 (pbscip.linux.x8) R 13378 13380 11609 0 -1 4202496 1030563 0 0 0 57273 955 0 0 25 0 1 0 132279364 212221952 46991 4089446400 4194304 8223781 140736903493264 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/13380/statm: 51812 46991 608 984 0 50825 0
Current children cumulated CPU time (s) 582.28
Current children cumulated vsize (KiB) 207248

[startup+642.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13406
/proc/meminfo: memFree=31173660/32951132 swapFree=67111528/67111528
[pid=13380] ppid=13378 vsize=210652 CPUtime=642.29
/proc/13380/stat : 13380 (pbscip.linux.x8) R 13378 13380 11609 0 -1 4202496 1105506 0 0 0 63187 1042 0 0 25 0 1 0 132279364 215707648 47794 4089446400 4194304 8223781 140736903493264 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/13380/statm: 52663 47794 608 984 0 51676 0
Current children cumulated CPU time (s) 642.29
Current children cumulated vsize (KiB) 210652

[startup+702.301 s]

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

[startup+882.301 s]
/proc/loadavg: 1.97 1.98 1.99 3/177 13440
/proc/meminfo: memFree=31271504/32951132 swapFree=67111528/67111528
[pid=13380] ppid=13378 vsize=233332 CPUtime=882.28
/proc/13380/stat : 13380 (pbscip.linux.x8) R 13378 13380 11609 0 -1 4202496 1425854 0 0 0 86771 1457 0 0 25 0 1 0 132279364 238931968 52564 4089446400 4194304 8223781 140736903493264 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/13380/statm: 58333 52564 608 984 0 57346 0
Current children cumulated CPU time (s) 882.28
Current children cumulated vsize (KiB) 233332

[startup+942.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/177 13442
/proc/meminfo: memFree=31262416/32951132 swapFree=67111528/67111528
[pid=13380] ppid=13378 vsize=235952 CPUtime=942.28
/proc/13380/stat : 13380 (pbscip.linux.x8) R 13378 13380 11609 0 -1 4202496 1512003 0 0 0 92563 1665 0 0 25 0 1 0 132279364 241614848 53303 4089446400 4194304 8223781 140736903493264 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/13380/statm: 58988 53303 608 984 0 58001 0
Current children cumulated CPU time (s) 942.28
Current children cumulated vsize (KiB) 235952

[startup+1002.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/177 13444
/proc/meminfo: memFree=31253208/32951132 swapFree=67111528/67111528
[pid=13380] ppid=13378 vsize=241360 CPUtime=1002.29
/proc/13380/stat : 13380 (pbscip.linux.x8) R 13378 13380 11609 0 -1 4202496 1613298 0 0 0 98306 1923 0 0 25 0 1 0 132279364 247152640 54374 4089446400 4194304 8223781 140736903493264 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/13380/statm: 60340 54374 608 984 0 59353 0
Current children cumulated CPU time (s) 1002.29
Current children cumulated vsize (KiB) 241360

[startup+1062.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/177 13446
/proc/meminfo: memFree=31245116/32951132 swapFree=67111528/67111528
[pid=13380] ppid=13378 vsize=245360 CPUtime=1062.28
/proc/13380/stat : 13380 (pbscip.linux.x8) R 13378 13380 11609 0 -1 4202496 1646533 0 0 0 104049 2179 0 0 25 0 1 0 132279364 251248640 55171 4089446400 4194304 8223781 140736903493264 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/13380/statm: 61340 55171 608 984 0 60353 0
Current children cumulated CPU time (s) 1062.28
Current children cumulated vsize (KiB) 245360

[startup+1122.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/177 13448
/proc/meminfo: memFree=31235904/32951132 swapFree=67111528/67111528
[pid=13380] ppid=13378 vsize=254144 CPUtime=1122.29
/proc/13380/stat : 13380 (pbscip.linux.x8) R 13378 13380 11609 0 -1 4202496 1759493 0 0 0 109782 2447 0 0 25 0 1 0 132279364 260243456 56592 4089446400 4194304 8223781 140736903493264 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/13380/statm: 63536 56592 608 984 0 62549 0
Current children cumulated CPU time (s) 1122.29
Current children cumulated vsize (KiB) 254144

[startup+1182.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/177 13448
/proc/meminfo: memFree=31228184/32951132 swapFree=67111528/67111528
[pid=13380] ppid=13378 vsize=256504 CPUtime=1182.28
/proc/13380/stat : 13380 (pbscip.linux.x8) R 13378 13380 11609 0 -1 4202496 1844088 0 0 0 115514 2714 0 0 25 0 1 0 132279364 262660096 57557 4089446400 4194304 8223781 140736903493264 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/13380/statm: 64126 57557 608 984 0 63139 0
Current children cumulated CPU time (s) 1182.28
Current children cumulated vsize (KiB) 256504

[startup+1242.3 s]
/proc/loadavg: 2.04 2.00 2.00 3/177 13450
/proc/meminfo: memFree=31224068/32951132 swapFree=67111528/67111528
[pid=13380] ppid=13378 vsize=258036 CPUtime=1242.29
/proc/13380/stat : 13380 (pbscip.linux.x8) R 13378 13380 11609 0 -1 4202496 1944125 0 0 0 121271 2958 0 0 25 0 1 0 132279364 264228864 58347 4089446400 4194304 8223781 140736903493264 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/13380/statm: 64509 58347 608 984 0 63522 0
Current children cumulated CPU time (s) 1242.29
Current children cumulated vsize (KiB) 258036

[startup+1302.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/177 13452
/proc/meminfo: memFree=31219328/32951132 swapFree=67111528/67111528
[pid=13380] ppid=13378 vsize=261780 CPUtime=1302.29
/proc/13380/stat : 13380 (pbscip.linux.x8) R 13378 13380 11609 0 -1 4202496 2047569 0 0 0 127021 3208 0 0 25 0 1 0 132279364 268062720 59520 4089446400 4194304 8223781 140736903493264 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/13380/statm: 65445 59520 608 984 0 64458 0
Current children cumulated CPU time (s) 1302.29
Current children cumulated vsize (KiB) 261780

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13454
/proc/meminfo: memFree=31214464/32951132 swapFree=67111528/67111528
[pid=13380] ppid=13378 vsize=265796 CPUtime=1362.29
/proc/13380/stat : 13380 (pbscip.linux.x8) R 13378 13380 11609 0 -1 4202496 2131026 0 0 0 132756 3473 0 0 25 0 1 0 132279364 272175104 60586 4089446400 4194304 8223781 140736903493264 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/13380/statm: 66449 60586 608 984 0 65462 0
Current children cumulated CPU time (s) 1362.29
Current children cumulated vsize (KiB) 265796

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13456
/proc/meminfo: memFree=31206504/32951132 swapFree=67111528/67111528
[pid=13380] ppid=13378 vsize=278324 CPUtime=1422.29
/proc/13380/stat : 13380 (pbscip.linux.x8) R 13378 13380 11609 0 -1 4202496 2221634 0 0 0 138504 3725 0 0 25 0 1 0 132279364 285003776 62378 4089446400 4194304 8223781 140736903493264 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/13380/statm: 69581 62378 608 984 0 68594 0
Current children cumulated CPU time (s) 1422.29
Current children cumulated vsize (KiB) 278324

[startup+1482.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/177 13456
/proc/meminfo: memFree=31202500/32951132 swapFree=67111528/67111528
[pid=13380] ppid=13378 vsize=281540 CPUtime=1482.29
/proc/13380/stat : 13380 (pbscip.linux.x8) R 13378 13380 11609 0 -1 4202496 2311373 0 0 0 144254 3975 0 0 25 0 1 0 132279364 288296960 63150 4089446400 4194304 8223781 140736903493264 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/13380/statm: 70385 63150 608 984 0 69398 0
Current children cumulated CPU time (s) 1482.29
Current children cumulated vsize (KiB) 281540

[startup+1542.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 13458
/proc/meminfo: memFree=31194788/32951132 swapFree=67111528/67111528
[pid=13380] ppid=13378 vsize=288232 CPUtime=1542.29
/proc/13380/stat : 13380 (pbscip.linux.x8) R 13378 13380 11609 0 -1 4202496 2377779 0 0 0 150024 4205 0 0 25 0 1 0 132279364 295149568 64853 4089446400 4194304 8223781 140736903493264 18446744073709551615 4221190 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/13380/statm: 72058 64853 608 984 0 71071 0
Current children cumulated CPU time (s) 1542.29
Current children cumulated vsize (KiB) 288232

[startup+1602.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/177 13460
/proc/meminfo: memFree=31188684/32951132 swapFree=67111528/67111528
[pid=13380] ppid=13378 vsize=292908 CPUtime=1602.29
/proc/13380/stat : 13380 (pbscip.linux.x8) R 13378 13380 11609 0 -1 4202496 2468303 0 0 0 155800 4429 0 0 25 0 1 0 132279364 299937792 66300 4089446400 4194304 8223781 140736903493264 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/13380/statm: 73227 66300 608 984 0 72240 0
Current children cumulated CPU time (s) 1602.29
Current children cumulated vsize (KiB) 292908

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13462
/proc/meminfo: memFree=31184428/32951132 swapFree=67111528/67111528
[pid=13380] ppid=13378 vsize=296312 CPUtime=1662.28
/proc/13380/stat : 13380 (pbscip.linux.x8) R 13378 13380 11609 0 -1 4202496 2569223 0 0 0 161574 4654 0 0 25 0 1 0 132279364 303423488 67139 4089446400 4194304 8223781 140736903493264 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/13380/statm: 74078 67139 608 984 0 73091 0
Current children cumulated CPU time (s) 1662.28
Current children cumulated vsize (KiB) 296312

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13464
/proc/meminfo: memFree=31178440/32951132 swapFree=67111528/67111528
[pid=13380] ppid=13378 vsize=301612 CPUtime=1722.28
/proc/13380/stat : 13380 (pbscip.linux.x8) R 13378 13380 11609 0 -1 4202496 2653904 0 0 0 167355 4873 0 0 25 0 1 0 132279364 308850688 68438 4089446400 4194304 8223781 140736903493264 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/13380/statm: 75403 68438 608 984 0 74416 0
Current children cumulated CPU time (s) 1722.28
Current children cumulated vsize (KiB) 301612

[startup+1782.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/177 13464
/proc/meminfo: memFree=31166504/32951132 swapFree=67111528/67111528
[pid=13380] ppid=13378 vsize=311312 CPUtime=1782.29
/proc/13380/stat : 13380 (pbscip.linux.x8) R 13378 13380 11609 0 -1 4202496 2683629 0 0 0 173158 5071 0 0 25 0 1 0 132279364 318783488 70814 4089446400 4194304 8223781 140736903493264 18446744073709551615 4999867 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/13380/statm: 77828 70814 608 984 0 76841 0
Current children cumulated CPU time (s) 1782.29
Current children cumulated vsize (KiB) 311312



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.1 s]
/proc/loadavg: 2.04 2.01 2.00 3/177 13466
/proc/meminfo: memFree=31164256/32951132 swapFree=67111528/67111528
[pid=13380] ppid=13378 vsize=313836 CPUtime=1800.09
/proc/13380/stat : 13380 (pbscip.linux.x8) R 13378 13380 11609 0 -1 4202496 2705357 0 0 0 174871 5138 0 0 25 0 1 0 132279364 321368064 71234 4089446400 4194304 8223781 140736903493264 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/13380/statm: 78459 71234 608 984 0 77472 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 313836

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

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

[startup+1800.21 s]
/proc/loadavg: 2.04 2.01 2.00 3/177 13466
/proc/meminfo: memFree=31164256/32951132 swapFree=67111528/67111528
[pid=13380] ppid=13378 vsize=313836 CPUtime=1800.19
/proc/13380/stat : 13380 (pbscip.linux.x8) R 13378 13380 11609 0 -1 4202496 2705359 0 0 0 174881 5138 0 0 18 0 1 0 132279364 321368064 71236 4089446400 4194304 8223781 140736903493264 18446744073709551615 6206490 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/13380/statm: 78459 71236 610 984 0 77472 0
Current children cumulated CPU time (s) 1800.19
Current children cumulated vsize (KiB) 313836

Child status: 0
Real time (s): 1800.29
CPU time (s): 1800.29
CPU user time (s): 1748.89
CPU system time (s): 51.4012
CPU usage (%): 99.9998
Max. virtual memory (cumulated for all children) (KiB): 314020

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

runsolver used 2.47262 second user time and 5.72813 second system time

The end

Launcher Data

Begin job on node128 at 2010-06-30 16:57:11
IDJOB=2692905
IDBENCH=78971
IDSOLVER=1204
FILE ID=node128/2692905-1277909830
PBS_JOBID= 11197165
Free space on /tmp= 74208 MiB

SOLVER NAME= SCIPspx SCIP 1.2.1.2 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solver
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900569834--soft-66-100-0.wbo
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2692905-1277909830/watcher-2692905-1277909830 -o /tmp/evaluation-result-2692905-1277909830/solver-2692905-1277909830 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2692905-1277909830.wbo -t 1800 -m 3800

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

MD5SUM BENCH= 9b8daeac3a936659a5f0bb5b79c19c15
RANDOM SEED=263616037

node128.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      31370760 kB
Buffers:        195944 kB
Cached:        1015244 kB
SwapCached:          0 kB
Active:         649212 kB
Inactive:       791612 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      31370760 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            4720 kB
Writeback:           0 kB
AnonPages:      229228 kB
Mapped:          17144 kB
Slab:            77844 kB
PageTables:       4748 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:   374580 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74204 MiB
End job on node128 at 2010-06-30 17:27:13