Trace number 2692397

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.27 1800.19

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900667195--soft-0-100-0.wbo
MD5SUMa4c39a3f1b80365b8ad34a89f93fc523
Bench CategorySOFT-SMALLINT-LIN (only soft 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 benchmark210.262
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 constraints2707
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 134314
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 134313
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 655
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.00	c SCIP version 1.2.1.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-2692397-1277929846.wbo>
0.00/0.03	c original problem has 5645 variables (2938 bin, 0 int, 0 impl, 2707 cont) and 5415 constraints
0.00/0.03	c problem read
0.00/0.03	c presolving settings loaded
0.09/0.12	o 134313
0.09/0.12	c feasible solution found by trivial heuristic, objective value  1.343130e+05
0.09/0.12	c presolving:
0.09/0.13	c (round 1) 0 del vars, 1 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 2707 impls, 0 clqs
0.09/0.14	c (round 2) 0 del vars, 1 del conss, 2707 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 2707 impls, 0 clqs
0.09/0.18	c    (0.1s) probing: 101/2938 (3.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.09/0.18	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.09/0.18	c presolving (3 rounds):
0.09/0.18	c  0 deleted vars, 1 deleted constraints, 2707 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.09/0.18	c  2707 implications, 0 cliques
0.09/0.18	c presolved problem has 5645 variables (2938 bin, 0 int, 0 impl, 2707 cont) and 5414 constraints
0.09/0.18	c    2707 constraints of type <indicator>
0.09/0.18	c    2707 constraints of type <linear>
0.09/0.18	c transformed objective value is always integral (scale: 1)
0.09/0.18	c Presolving Time: 0.12
0.09/0.18	c - non default parameters ----------------------------------------------------------------------
0.09/0.18	c # SCIP version 1.2.1.2
0.09/0.18	c 
0.09/0.18	c # frequency for displaying node information lines
0.09/0.18	c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.18	c display/freq = 10000
0.09/0.18	c 
0.09/0.18	c # maximal time in seconds to run
0.09/0.18	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.18	c limits/time = 1799.98
0.09/0.18	c 
0.09/0.18	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.18	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.18	c limits/memory = 3420
0.09/0.18	c 
0.09/0.18	c # should presolving try to simplify inequalities
0.09/0.18	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.18	c constraints/linear/simplifyinequalities = TRUE
0.09/0.18	c 
0.09/0.18	c # should presolving try to simplify knapsacks
0.09/0.18	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.18	c constraints/knapsack/simplifyinequalities = TRUE
0.09/0.18	c 
0.09/0.18	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.09/0.18	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.18	c separating/rapidlearning/freq = 0
0.09/0.18	c 
0.09/0.18	c -----------------------------------------------------------------------------------------------
0.09/0.19	c start solving
0.09/0.19	c 
0.19/0.20	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.19/0.20	c t 0.1s|     1 |     0 |     0 |     - |  19M|   0 |   0 |5645 |5414 |5645 |   0 |   0 |   0 |   0 | 0.000000e+00 | 1.343130e+05 |    Inf 
0.19/0.20	c   0.2s|     1 |     0 |    22 |     - |  19M|   0 |   0 |5645 |5414 |5645 |  22 |  22 |   0 |   0 | 0.000000e+00 | 1.343130e+05 |    Inf 
0.19/0.20	c   0.2s|     1 |     0 |    43 |     - |  19M|   0 |   7 |5645 |5414 |5645 |  53 |  53 |   0 |   0 | 0.000000e+00 | 1.343130e+05 |    Inf 
0.19/0.22	c   0.2s|     1 |     0 |    65 |     - |  19M|   0 |  19 |5645 |5414 |5645 |  89 |  89 |   0 |   0 | 0.000000e+00 | 1.343130e+05 |    Inf 
0.19/0.23	c   0.2s|     1 |     0 |    85 |     - |  19M|   0 |  30 |5645 |5414 |5645 | 113 | 113 |   0 |   0 | 0.000000e+00 | 1.343130e+05 |    Inf 
0.19/0.25	c   0.2s|     1 |     0 |    98 |     - |  19M|   0 |  32 |5645 |5414 |5645 | 127 | 127 |   0 |   0 | 0.000000e+00 | 1.343130e+05 |    Inf 
0.19/0.28	c   0.2s|     1 |     0 |   106 |     - |  19M|   0 |  32 |5645 |5414 |5645 | 137 | 137 |   0 |   0 | 0.000000e+00 | 1.343130e+05 |    Inf 
0.39/0.41	c   0.3s|     1 |     2 |   185 |     - |  19M|   0 |  32 |5645 |5414 |5645 | 137 | 137 |   0 |  32 | 0.000000e+00 | 1.343130e+05 |    Inf 
12.19/12.21	o 488
12.19/12.21	c *11.8s|  4725 |  4457 | 11156 |   2.3 |  37M|2367 |   - |5645 |5414 |5645 | 213 |3266 |   0 |1347 | 0.000000e+00 | 4.880000e+02 |    Inf 
15.49/15.55	o 419
15.49/15.55	c *15.1s|  6759 |  6110 | 12019 |   1.8 |  41M|2367 |   - |5645 |5425 |5645 | 190 |3454 |  11 |1365 | 0.000000e+00 | 4.190000e+02 |    Inf 
15.49/15.56	o 384
15.49/15.56	c *15.1s|  6760 |  5803 | 12031 |   1.8 |  41M|2367 |   - |5645 |5425 |5645 | 190 |3454 |  11 |1365 | 0.000000e+00 | 3.840000e+02 |    Inf 
16.79/16.83	o 371
16.79/16.83	c *16.3s|  7388 |  6108 | 12551 |   1.7 |  42M|2367 |   - |5645 |5471 |5645 | 191 |3623 |  57 |1373 | 0.000000e+00 | 3.710000e+02 |    Inf 
17.39/17.43	o 360
17.39/17.43	c *16.9s|  7562 |  6027 | 13151 |   1.7 |  42M|2367 |   - |5645 |5531 |5645 | 197 |3841 | 117 |1417 | 0.000000e+00 | 3.600000e+02 |    Inf 
18.19/18.25	o 357
18.19/18.25	c *17.7s|  7781 |  6153 | 14369 |   1.8 |  43M|2367 |   - |5645 |5618 |5645 | 241 |4251 | 204 |1471 | 0.000000e+00 | 3.570000e+02 |    Inf 
18.39/18.43	o 336
18.39/18.43	c *17.9s|  7864 |  5916 | 14517 |   1.8 |  42M|2367 |   - |5645 |5618 |5645 | 191 |4300 | 204 |1471 | 0.000000e+00 | 3.360000e+02 |    Inf 
18.99/19.02	o 330
18.99/19.02	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
18.99/19.02	c *18.5s|  8155 |  6086 | 14833 |   1.8 |  43M|2367 |   - |5645 |5619 |5645 | 184 |4381 | 205 |1478 | 0.000000e+00 | 3.300000e+02 |    Inf 
18.99/19.06	o 276
18.99/19.06	c *18.5s|  8172 |  4972 | 14833 |   1.8 |  40M|2367 |   - |5645 |5619 |5645 | 184 |4381 | 205 |1478 | 0.000000e+00 | 2.760000e+02 |    Inf 
19.09/19.13	o 271
19.09/19.13	c *18.6s|  8181 |  4882 | 14970 |   1.8 |  40M|2367 |   - |5645 |5619 |5645 | 193 |4432 | 205 |1479 | 0.000000e+00 | 2.710000e+02 |    Inf 
19.30/19.31	o 245
19.30/19.31	c *18.8s|  8253 |  4483 | 15114 |   1.8 |  38M|2367 |   - |5645 |5620 |5645 | 182 |4472 | 206 |1482 | 0.000000e+00 | 2.450000e+02 |    Inf 
19.39/19.41	o 207
19.39/19.41	c *18.9s|  8279 |  4004 | 15270 |   1.8 |  37M|2367 |   - |5645 |5621 |5645 | 185 |4515 | 207 |1483 | 0.000000e+00 | 2.070000e+02 |    Inf 
19.59/19.67	o 205
19.59/19.67	c *19.1s|  8336 |  4018 | 15729 |   1.9 |  38M|2367 |   - |5645 |5662 |5645 | 189 |4673 | 248 |1489 | 0.000000e+00 | 2.050000e+02 |    Inf 
19.80/19.82	o 197
19.80/19.82	c *19.3s|  8393 |  3948 | 15916 |   1.9 |  37M|2367 |   - |5645 |5664 |5645 | 203 |4734 | 250 |1489 | 0.000000e+00 | 1.970000e+02 |    Inf 
19.80/19.89	o 194
19.80/19.89	c *19.3s|  8404 |  3899 | 16014 |   1.9 |  37M|2367 |   - |5645 |5664 |5645 | 189 |4749 | 250 |1494 | 0.000000e+00 | 1.940000e+02 |    Inf 
20.29/20.31	o 129
20.29/20.31	c *19.7s|  8562 |  2857 | 16191 |   1.9 |  35M|2367 |   - |5645 |5730 |5645 | 199 |4805 | 316 |1496 | 0.000000e+00 | 1.290000e+02 |    Inf 
20.29/20.35	o 97
20.29/20.35	c *19.8s|  8567 |  2204 | 16236 |   1.9 |  33M|2367 |   - |5645 |5731 |5645 | 197 |4827 | 317 |1496 | 0.000000e+00 | 9.700000e+01 |    Inf 
20.29/20.37	o 75
20.29/20.37	c *19.8s|  8568 |  1535 | 16239 |   1.9 |  32M|2367 |   - |5645 |5731 |5645 | 194 |4828 | 317 |1496 | 0.000000e+00 | 7.500000e+01 |    Inf 
20.49/20.54	o 61
20.49/20.54	c *20.0s|  8609 |  1161 | 16552 |   1.9 |  32M|2367 |   - |5645 |5019 |5645 | 177 |4942 | 322 |1506 | 0.000000e+00 | 6.100000e+01 |    Inf 
20.69/20.70	o 59
20.69/20.70	c *20.1s|  8629 |  1005 | 16818 |   1.9 |  31M|2367 |   - |5645 |4650 |5645 | 162 |5032 | 334 |1510 | 0.000000e+00 | 5.900000e+01 |    Inf 
25.39/25.44	c  24.8s| 10000 |  1094 | 21091 |   2.1 |  34M|2367 |   1 |5645 |6053 |5645 | 166 |5806 |1840 |1644 | 0.000000e+00 | 5.900000e+01 |    Inf 
28.00/28.00	o 58
28.00/28.00	c *27.2s| 10802 |  1144 | 23507 |   2.2 |  36M|2367 |   - |5645 |6627 |5645 | 154 |6407 |2886 |1667 | 0.000000e+00 | 5.800000e+01 |    Inf 
40.10/40.11	o 30
40.10/40.11	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
40.10/40.11	c *39.0s| 14623 |   871 | 35887 |   2.4 |  38M|2367 |   - |5645 |6532 |5645 | 199 |9444 |7142 |1762 | 0.000000e+00 | 3.000000e+01 |    Inf 
51.49/51.54	c  50.1s| 20000 |  1002 | 49277 |   2.5 |  41M|2367 |   1 |5645 |6985 |5645 | 158 |  12k|  13k|1769 | 0.000000e+00 | 3.000000e+01 |    Inf 
52.60/52.70	o 28
52.60/52.70	c *51.2s| 20548 |   970 | 50309 |   2.4 |  42M|2367 |   - |5645 |7384 |5645 | 168 |  12k|  14k|1769 | 0.000000e+00 | 2.800000e+01 |    Inf 
56.19/56.25	o 26
56.19/56.25	c *54.6s| 22240 |   895 | 53050 |   2.4 |  41M|2367 |   - |5645 |7741 |5645 | 178 |  12k|  16k|1769 | 0.000000e+00 | 2.600000e+01 |    Inf 
58.30/58.32	o 18
58.30/58.32	c *56.6s| 23372 |   742 | 54837 |   2.3 |  40M|2367 |   - |5645 |8575 |5645 | 184 |  12k|  17k|1769 | 0.000000e+00 | 1.800000e+01 |    Inf 
71.40/71.47	c  69.2s| 30000 |  1133 | 78180 |   2.6 |  42M|2367 |   - |5645 |6920 |   0 |   0 |  17k|  25k|1770 | 0.000000e+00 | 1.800000e+01 |    Inf 
82.79/82.80	o 17
82.79/82.80	c *80.1s| 35706 |  1187 | 97799 |   2.7 |  44M|2367 |   - |5645 |8936 |5645 | 153 |  20k|  32k|1804 | 0.000000e+00 | 1.700000e+01 |    Inf 
84.79/84.90	o 14
84.79/84.90	c *82.1s| 36663 |  1085 |102081 |   2.8 |  43M|2367 |   - |5645 |9063 |5645 | 170 |  21k|  33k|1816 | 0.000000e+00 | 1.400000e+01 |    Inf 
90.80/90.89	o 12
90.80/90.89	c *87.8s| 39535 |  1016 |113011 |   2.9 |  43M|2367 |   - |5645 |8863 |5645 | 145 |  23k|  37k|1887 | 0.000000e+00 | 1.200000e+01 |    Inf 
91.80/91.84	c  88.7s| 40000 |  1011 |114267 |   2.9 |  43M|2367 |   - |5645 |7964 |   0 |   0 |  24k|  38k|1910 | 0.000000e+00 | 1.200000e+01 |    Inf 
97.19/97.27	o 11
97.19/97.27	c *93.9s| 43076 |   976 |121560 |   2.8 |  43M|2367 |   - |5645 |9226 |5645 | 152 |  25k|  41k|1926 | 0.000000e+00 | 1.100000e+01 |    Inf 
97.40/97.49	o 10
97.40/97.49	c *94.1s| 43195 |   945 |121718 |   2.8 |  43M|2367 |   - |5645 |9122 |5645 | 152 |  25k|  41k|1933 | 0.000000e+00 | 1.000000e+01 |    Inf 
97.40/97.49	o 6
97.40/97.49	c *94.1s| 43196 |   759 |121721 |   2.8 |  41M|2367 |   - |5645 |9122 |5645 | 153 |  25k|  41k|1933 | 0.000000e+00 | 6.000000e+00 |    Inf 
97.50/97.51	o 3
97.50/97.51	c *94.1s| 43197 |   631 |121721 |   2.8 |  39M|2367 |   - |5645 |8822 |5645 | 152 |  25k|  41k|1933 | 0.000000e+00 | 3.000000e+00 |    Inf 
109.79/109.83	c   106s| 50000 |   659 |149253 |   3.0 |  39M|2367 |   1 |5645 |7786 |5645 | 163 |  30k|  50k|2121 | 0.000000e+00 | 3.000000e+00 |    Inf 
128.20/128.26	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
128.20/128.26	c   124s| 60000 |   676 |191479 |   3.2 |  41M|2367 |   6 |5645 |  11k|5645 | 181 |  38k|  63k|2391 | 0.000000e+00 | 3.000000e+00 |    Inf 
137.40/137.43	o 2
137.40/137.43	c * 132s| 64774 |   670 |210341 |   3.2 |  41M|2367 |   - |5645 |  11k|5645 | 178 |  42k|  69k|2532 | 0.000000e+00 | 2.000000e+00 |    Inf 
146.89/146.95	c   141s| 70000 |   686 |228082 |   3.3 |  42M|2367 |  11 |5645 |  14k|5645 | 191 |  46k|  76k|2638 | 0.000000e+00 | 2.000000e+00 |    Inf 
166.80/166.87	c   161s| 80000 |   690 |259804 |   3.2 |  43M|2367 |   1 |5645 |  15k|5645 | 161 |  53k|  88k|2786 | 0.000000e+00 | 2.000000e+00 |    Inf 
186.10/186.17	c   179s| 90000 |   774 |289342 |   3.2 |  45M|2367 |   7 |5645 |  17k|5645 | 168 |  59k| 101k|2926 | 0.000000e+00 | 2.000000e+00 |    Inf 
209.01/209.02	c   201s|100000 |   894 |330456 |   3.3 |  47M|2367 |   1 |5645 |  20k|5645 | 157 |  71k| 115k|3118 | 0.000000e+00 | 2.000000e+00 |    Inf 
233.90/233.96	c   226s|110000 |  1042 |373480 |   3.4 |  49M|2367 |   8 |5645 |  22k|5645 | 178 |  84k| 128k|3300 | 0.000000e+00 | 2.000000e+00 |    Inf 
259.41/259.46	c   250s|120000 |  1150 |418761 |   3.5 |  51M|2367 |   7 |5645 |  24k|5645 | 181 |  98k| 141k|3476 | 0.000000e+00 | 2.000000e+00 |    Inf 
285.30/285.30	c   275s|130000 |  1129 |464203 |   3.6 |  50M|2367 |  11 |5645 |  23k|5645 | 189 | 111k| 154k|3641 | 0.000000e+00 | 2.000000e+00 |    Inf 
312.01/312.01	c   301s|140000 |  1114 |512907 |   3.7 |  51M|2367 |  11 |5645 |  23k|5645 | 147 | 124k| 168k|3833 | 0.000000e+00 | 2.000000e+00 |    Inf 
336.71/336.78	c   325s|150000 |  1094 |551409 |   3.7 |  51M|2367 |   - |5645 |  25k|   0 |   0 | 133k| 182k|3949 | 0.000000e+00 | 2.000000e+00 |    Inf 
365.31/365.37	c   353s|160000 |  1138 |601745 |   3.8 |  53M|2367 |  11 |5645 |  27k|5645 | 173 | 149k| 195k|4099 | 0.000000e+00 | 2.000000e+00 |    Inf 
392.31/392.31	c   379s|170000 |  1086 |643472 |   3.8 |  52M|2367 |  22 |5645 |  27k|5645 | 172 | 159k| 208k|4258 | 0.000000e+00 | 2.000000e+00 |    Inf 
421.22/421.22	c   408s|180000 |  1126 |693635 |   3.9 |  54M|2367 |   - |5645 |  29k|   0 |   0 | 174k| 222k|4369 | 0.000000e+00 | 2.000000e+00 |    Inf 
449.71/449.80	c   435s|190000 |  1192 |739280 |   3.9 |  55M|2367 |   6 |5645 |  31k|5645 | 174 | 187k| 236k|4520 | 0.000000e+00 | 2.000000e+00 |    Inf 
479.52/479.58	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
479.52/479.58	c   464s|200000 |  1173 |786445 |   3.9 |  56M|2367 |   - |5645 |  32k|   0 |   0 | 202k| 250k|4664 | 0.000000e+00 | 2.000000e+00 |    Inf 
508.12/508.14	c   492s|210000 |  1074 |832985 |   4.0 |  53M|2367 |   - |5645 |  26k|   0 |   0 | 215k| 264k|4786 | 0.000000e+00 | 2.000000e+00 |    Inf 
537.12/537.18	c   520s|220000 |  1232 |886212 |   4.0 |  56M|2367 |  16 |5645 |  30k|5645 | 181 | 231k| 277k|4927 | 0.000000e+00 | 2.000000e+00 |    Inf 
565.72/565.78	c   548s|230000 |  1132 |934441 |   4.1 |  55M|2367 |   - |5645 |  29k|   0 |   0 | 244k| 292k|5059 | 0.000000e+00 | 2.000000e+00 |    Inf 
593.82/593.88	c   576s|240000 |  1287 |982493 |   4.1 |  56M|2367 |   1 |5645 |  27k|5645 | 184 | 260k| 306k|5198 | 0.000000e+00 | 2.000000e+00 |    Inf 
621.22/621.20	c   602s|250000 |  1221 |  1027k|   4.1 |  55M|2367 |  15 |5645 |  27k|5645 | 151 | 273k| 320k|5292 | 0.000000e+00 | 2.000000e+00 |    Inf 
650.33/650.37	c   631s|260000 |  1255 |  1081k|   4.2 |  57M|2367 |   7 |5645 |  29k|5645 | 173 | 290k| 335k|5444 | 0.000000e+00 | 2.000000e+00 |    Inf 
679.13/679.17	c   659s|270000 |  1175 |  1130k|   4.2 |  56M|2367 |   - |5645 |  28k|   0 |   0 | 306k| 349k|5572 | 0.000000e+00 | 2.000000e+00 |    Inf 
709.82/709.88	c   689s|280000 |  1114 |  1181k|   4.2 |  55M|2367 |   - |5645 |  26k|   0 |   0 | 321k| 364k|5690 | 0.000000e+00 | 2.000000e+00 |    Inf 
735.72/735.75	c   714s|290000 |  1187 |  1225k|   4.2 |  55M|2367 |  10 |5645 |  27k|5645 | 150 | 334k| 377k|5768 | 0.000000e+00 | 2.000000e+00 |    Inf 
763.53/763.51	c   741s|300000 |  1206 |  1270k|   4.2 |  58M|2367 |   - |5645 |  32k|   0 |   0 | 347k| 390k|5849 | 0.000000e+00 | 2.000000e+00 |    Inf 
789.73/789.77	c   766s|310000 |  1087 |  1306k|   4.2 |  56M|2367 |   - |5645 |  29k|   0 |   0 | 355k| 404k|5954 | 0.000000e+00 | 2.000000e+00 |    Inf 
815.72/815.71	c   791s|320000 |  1048 |  1345k|   4.2 |  54M|2367 |   - |5645 |  26k|   0 |   0 | 365k| 417k|6054 | 0.000000e+00 | 2.000000e+00 |    Inf 
841.92/841.98	c   817s|330000 |   915 |  1390k|   4.2 |  53M|2367 |   1 |5645 |  26k|5645 | 169 | 376k| 431k|6133 | 0.000000e+00 | 2.000000e+00 |    Inf 
870.73/870.76	c   845s|340000 |   971 |  1442k|   4.2 |  55M|2367 |   - |5645 |  30k|   0 |   0 | 393k| 444k|6225 | 0.000000e+00 | 2.000000e+00 |    Inf 
897.53/897.57	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
897.53/897.57	c   871s|350000 |   826 |  1483k|   4.2 |  52M|2367 |  11 |5645 |  27k|5645 | 158 | 403k| 459k|6332 | 0.000000e+00 | 2.000000e+00 |    Inf 
921.63/921.61	c   894s|360000 |   769 |  1521k|   4.2 |  52M|2367 |   1 |5645 |  28k|5645 | 161 | 411k| 472k|6383 | 0.000000e+00 | 2.000000e+00 |    Inf 
950.53/950.55	c   922s|370000 |   924 |  1573k|   4.3 |  54M|2367 |  14 |5645 |  31k|5645 | 194 | 427k| 485k|6481 | 0.000000e+00 | 2.000000e+00 |    Inf 
978.74/978.77	c   950s|380000 |   814 |  1619k|   4.3 |  54M|2367 |   - |5645 |  32k|   0 |   0 | 438k| 499k|6573 | 0.000000e+00 | 2.000000e+00 |    Inf 
1007.13/1007.19	c   977s|390000 |   737 |  1663k|   4.3 |  54M|2367 |   - |5645 |  34k|   0 |   0 | 448k| 513k|6659 | 0.000000e+00 | 2.000000e+00 |    Inf 
1035.34/1035.37	c  1005s|400000 |   727 |  1699k|   4.2 |  55M|2367 |   1 |5645 |  36k|5645 | 183 | 455k| 525k|6704 | 0.000000e+00 | 2.000000e+00 |    Inf 
1068.54/1068.55	c  1037s|410000 |   853 |  1744k|   4.3 |  57M|2367 |   - |5645 |  41k|5645 | 195 | 469k| 539k|6796 | 0.000000e+00 | 2.000000e+00 |    Inf 
1103.54/1103.59	c  1071s|420000 |   802 |  1794k|   4.3 |  57M|2367 |   - |5645 |  40k|   0 |   0 | 483k| 552k|6874 | 0.000000e+00 | 2.000000e+00 |    Inf 
1137.04/1137.09	c  1104s|430000 |   707 |  1839k|   4.3 |  55M|2367 |  25 |5645 |  38k|5645 | 210 | 494k| 566k|6956 | 0.000000e+00 | 2.000000e+00 |    Inf 
1167.05/1167.02	c  1133s|440000 |   697 |  1875k|   4.3 |  56M|2367 |   1 |5645 |  40k|5645 | 160 | 501k| 579k|7060 | 0.000000e+00 | 2.000000e+00 |    Inf 
1198.74/1198.78	c  1164s|450000 |   695 |  1922k|   4.3 |  57M|2367 |  11 |5645 |  44k|5645 | 177 | 515k| 593k|7119 | 0.000000e+00 | 2.000000e+00 |    Inf 
1229.85/1229.84	c  1194s|460000 |   702 |  1951k|   4.2 |  58M|2367 |   - |5645 |  44k|   0 |   0 | 521k| 605k|7178 | 0.000000e+00 | 2.000000e+00 |    Inf 
1260.25/1260.25	c  1224s|470000 |   650 |  1982k|   4.2 |  54M|2367 |   - |5645 |  35k|   0 |   0 | 526k| 618k|7555 | 0.000000e+00 | 2.000000e+00 |    Inf 
1289.15/1289.10	c  1252s|480000 |   657 |  2009k|   4.2 |  55M|2367 |   1 |5645 |  38k|5645 | 167 | 530k| 631k|7613 | 0.000000e+00 | 2.000000e+00 |    Inf 
1314.14/1314.16	c  1276s|490000 |   650 |  2028k|   4.1 |  56M|2367 |   1 |5645 |  39k|5645 | 186 | 533k| 644k|7614 | 0.000000e+00 | 2.000000e+00 |    Inf 
1340.75/1340.73	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1340.75/1340.73	c  1302s|500000 |   671 |  2052k|   4.1 |  57M|2367 |   - |5645 |  41k|   0 |   0 | 535k| 659k|7614 | 0.000000e+00 | 2.000000e+00 |    Inf 
1365.66/1365.68	c  1326s|510000 |   615 |  2075k|   4.1 |  55M|2367 |  21 |5645 |  38k|5645 | 166 | 539k| 673k|7614 | 0.000000e+00 | 2.000000e+00 |    Inf 
1394.05/1394.01	c  1354s|520000 |   655 |  2112k|   4.1 |  54M|2367 |   1 |5645 |  33k|5645 | 171 | 546k| 686k|7842 | 0.000000e+00 | 2.000000e+00 |    Inf 
1422.66/1422.62	c  1382s|530000 |   713 |  2157k|   4.1 |  55M|2367 |   - |5645 |  35k|   0 |   0 | 557k| 698k|7856 | 0.000000e+00 | 2.000000e+00 |    Inf 
1452.06/1452.09	c  1410s|540000 |   664 |  2198k|   4.1 |  55M|2367 |  14 |5645 |  35k|5645 | 184 | 566k| 712k|7932 | 0.000000e+00 | 2.000000e+00 |    Inf 
1481.55/1481.57	c  1439s|550000 |   604 |  2240k|   4.1 |  55M|2367 |   1 |5645 |  36k|5645 | 155 | 574k| 725k|7992 | 0.000000e+00 | 2.000000e+00 |    Inf 
1506.97/1506.93	c  1463s|560000 |   597 |  2279k|   4.1 |  54M|2367 |   - |5645 |  32k|   0 |   0 | 580k| 737k|8061 | 0.000000e+00 | 2.000000e+00 |    Inf 
1535.36/1535.31	c  1491s|570000 |   651 |  2325k|   4.1 |  56M|2367 |   - |5645 |  37k|5645 | 181 | 590k| 750k|8160 | 0.000000e+00 | 2.000000e+00 |    Inf 
1567.67/1567.62	c  1523s|580000 |   681 |  2378k|   4.1 |  57M|2367 |   9 |5645 |  40k|5645 | 182 | 603k| 763k|8220 | 0.000000e+00 | 2.000000e+00 |    Inf 
1597.57/1597.50	c  1552s|590000 |   637 |  2416k|   4.1 |  57M|2367 |   - |5645 |  40k|   0 |   0 | 610k| 777k|8254 | 0.000000e+00 | 2.000000e+00 |    Inf 
1629.96/1629.92	c  1583s|600000 |   698 |  2469k|   4.1 |  58M|2367 |   - |5645 |  40k|   0 |   0 | 621k| 789k|8347 | 0.000000e+00 | 2.000000e+00 |    Inf 
1662.96/1662.91	c  1615s|610000 |   921 |  2512k|   4.1 |  61M|2367 |   - |5645 |  45k|   0 |   0 | 632k| 802k|8401 | 0.000000e+00 | 2.000000e+00 |    Inf 
1696.97/1696.98	c  1649s|620000 |   876 |  2551k|   4.1 |  61M|2367 |   - |5645 |  46k|   0 |   0 | 642k| 816k|8444 | 0.000000e+00 | 2.000000e+00 |    Inf 
1733.27/1733.25	c  1684s|630000 |   836 |  2601k|   4.1 |  62M|2367 |   - |5645 |  47k|   0 |   0 | 654k| 829k|8514 | 0.000000e+00 | 2.000000e+00 |    Inf 
1770.47/1770.40	c  1720s|640000 |  1079 |  2657k|   4.2 |  63M|2367 |   1 |5645 |  48k|5645 | 160 | 667k| 842k|8594 | 0.000000e+00 | 2.000000e+00 |    Inf 
1800.08/1800.00	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.08/1800.01	c 
1800.08/1800.01	c SCIP Status        : solving was interrupted [user interrupt]
1800.08/1800.01	c Solving Time (sec) : 1749.21
1800.08/1800.01	c Solving Nodes      : 647868
1800.08/1800.01	c Primal Bound       : +2.00000000000000e+00 (188 solutions)
1800.08/1800.01	c Dual Bound         : +0.00000000000000e+00
1800.08/1800.01	c Gap                : infinite
1800.08/1800.09	s SATISFIABLE
1800.08/1800.09	v x231 -x230 -x229 -x228 -x227 -x226 -x225 -x224 -x223 -x222 -x221 -x220 -x219 -x218 -x217 -x216 x215 -x214 -x213 -x212 -x211 -x210 
1800.08/1800.09	v -x209 -x208 -x207 x206 -x205 -x204 -x203 -x202 -x201 -x200 -x199 x198 -x197 -x196 -x195 -x194 -x193 -x192 -x191 -x190 -x189 
1800.08/1800.09	v -x188 -x187 -x186 -x185 -x184 -x183 x182 -x181 -x180 -x179 -x178 -x177 -x176 -x175 -x174 x173 -x172 -x171 -x170 -x169 -x168 
1800.08/1800.09	v -x167 -x166 -x165 -x164 -x163 -x162 -x161 -x160 -x159 -x158 -x157 -x156 -x155 x154 -x153 -x152 -x151 -x150 -x149 -x148 -x147 
1800.08/1800.09	v x146 -x145 -x144 -x143 -x142 -x141 -x140 -x139 x138 -x137 -x136 -x135 -x134 -x133 -x132 -x131 -x130 x129 -x128 -x127 -x126 -x125 
1800.08/1800.09	v -x124 -x123 -x122 -x121 -x120 -x119 -x118 -x117 -x116 x115 -x114 -x113 -x112 -x111 x110 -x109 -x108 -x107 -x106 -x105 -x104 
1800.08/1800.09	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.08/1800.09	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.08/1800.09	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.08/1800.09	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.08/1800.09	v -x1 
1800.08/1800.09	c SCIP Status        : solving was interrupted [user interrupt]
1800.08/1800.09	c Solving Time       :    1749.21
1800.08/1800.09	c Original Problem   :
1800.08/1800.09	c   Problem name     : HOME/instance-2692397-1277929846.wbo
1800.08/1800.09	c   Variables        : 5645 (2938 binary, 0 integer, 0 implicit integer, 2707 continuous)
1800.08/1800.09	c   Constraints      : 5415 initial, 5415 maximal
1800.08/1800.09	c Presolved Problem  :
1800.08/1800.09	c   Problem name     : t_HOME/instance-2692397-1277929846.wbo
1800.08/1800.09	c   Variables        : 5645 (2938 binary, 0 integer, 0 implicit integer, 2707 continuous)
1800.08/1800.09	c   Constraints      : 5414 initial, 49423 maximal
1800.08/1800.09	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.08/1800.09	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.08/1800.09	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.08/1800.09	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.08/1800.09	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.08/1800.09	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.08/1800.09	c   probing          :       0.04          0          0          0          0          0          0          0          0
1800.08/1800.09	c   indicator        :       0.00          0          0          0          0          0          0          0          0
1800.08/1800.09	c   linear           :       0.01          0          0          0       2707          0          1          0          0
1800.08/1800.09	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.08/1800.09	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0
1800.08/1800.09	c   root node        :          -       2681          -          -       5362          -          -          -          -
1800.08/1800.09	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.08/1800.09	c   integral         :          0          0          0     443923          0          5        317          0          0     698182
1800.08/1800.09	c   indicator        :       2707          0    3471234      93301          0         89    1173659          0          0          0
1800.08/1800.09	c   linear           :       2707          6    3512951      94286          0     279231   17846416     676199          0          0
1800.08/1800.09	c   logicor          :          0+         0    1077669          0          0      45009     966840          0          0          0
1800.08/1800.09	c   bounddisjunction :          0+         0       3704          0          0          0          1          0          0          0
1800.08/1800.09	c   countsols        :          0          0          0       8509          0          0          0          0          0          0
1800.08/1800.09	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.08/1800.09	c   integral         :      16.72       0.00       0.00      16.72       0.00
1800.08/1800.09	c   indicator        :       5.62       0.00       3.61       2.01       0.00
1800.08/1800.09	c   linear           :     182.21       0.00     176.34       5.87       0.00
1800.08/1800.09	c   logicor          :     362.77       0.00     362.77       0.00       0.00
1800.08/1800.09	c   bounddisjunction :       0.00       0.00       0.00       0.00       0.00
1800.08/1800.09	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.08/1800.09	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.08/1800.09	c   vbounds          :       0.00          2          0          0
1800.08/1800.09	c   rootredcost      :       0.01         33          0       2681
1800.08/1800.09	c   pseudoobj        :     168.75    3516548       3108     823863
1800.08/1800.09	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.08/1800.09	c   propagation      :      18.74     327348     326468    2123037       28.7       8219       23.3          -
1800.08/1800.09	c   infeasible LP    :       7.11      19117      19117     154434       43.7        204       17.9          0
1800.08/1800.09	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.08/1800.09	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.08/1800.09	c   pseudo solution  :       0.01         44         44        209       13.6         49        4.9          -
1800.08/1800.09	c   applied globally :          -          -          -     852391       22.8          -          -          -
1800.08/1800.09	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.08/1800.09	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.08/1800.09	c   cut pool         :       0.00          3          -          -         30          -    (maximal pool size: 86)
1800.08/1800.09	c   redcost          :      29.82     445791          0     324330          0          0
1800.08/1800.09	c   impliedbounds    :       0.00          4          0          0          0          0
1800.08/1800.09	c   intobj           :       0.00          0          0          0          0          0
1800.08/1800.09	c   cgmip            :       0.00          0          0          0          0          0
1800.08/1800.09	c   gomory           :       0.01          4          0          0         86          0
1800.08/1800.09	c   strongcg         :       0.00          4          0          0          0          0
1800.08/1800.09	c   cmir             :       0.01          4          0          0          0          0
1800.08/1800.09	c   flowcover        :       0.02          4          0          0          0          0
1800.08/1800.09	c   clique           :       0.00          1          0          0          0          0
1800.08/1800.09	c   zerohalf         :       0.00          0          0          0          0          0
1800.08/1800.09	c   mcf              :       0.00          1          0          0          0          0
1800.08/1800.09	c   rapidlearning    :       0.00          0          0          0          0          0
1800.08/1800.09	c Pricers            :       Time      Calls       Vars
1800.08/1800.09	c   problem variables:       0.00          0          0
1800.08/1800.09	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.08/1800.09	c   relpscost        :      16.61     349350          5        317          0          0     698182
1800.08/1800.09	c   pscost           :       0.00          0          0          0          0          0          0
1800.08/1800.09	c   inference        :       1.33       8476          0          0          0          0      16952
1800.08/1800.09	c   mostinf          :       0.00          0          0          0          0          0          0
1800.08/1800.09	c   leastinf         :       0.00          0          0          0          0          0          0
1800.08/1800.09	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.08/1800.09	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.08/1800.09	c   random           :       0.00          0          0          0          0          0          0
1800.08/1800.09	c Primal Heuristics  :       Time      Calls      Found
1800.08/1800.09	c   LP solutions     :       0.05          -         33
1800.08/1800.09	c   pseudo solutions :       0.00          -          0
1800.08/1800.09	c   feaspump         :       0.00          0          0
1800.08/1800.09	c   oneopt           :       0.13         29          0
1800.08/1800.09	c   intshifting      :       0.03          4          0
1800.08/1800.09	c   guideddiving     :       0.03          9          0
1800.08/1800.09	c   crossover        :       0.69         21          0
1800.08/1800.09	c   coefdiving       :       0.13         77          0
1800.08/1800.09	c   pscostdiving     :       0.10         77          0
1800.08/1800.09	c   fracdiving       :       0.14         77          0
1800.08/1800.09	c   veclendiving     :       0.11         77          0
1800.08/1800.09	c   linesearchdiving :       0.09         77          0
1800.08/1800.09	c   rootsoldiving    :       0.12         74          0
1800.08/1800.09	c   objpscostdiving  :       0.14         75          0
1800.08/1800.09	c   trivial          :       0.08          2          2
1800.08/1800.09	c   simplerounding   :       0.55     349710          0
1800.08/1800.09	c   zirounding       :       0.45       1000          0
1800.08/1800.09	c   rounding         :       2.05       8348          0
1800.08/1800.09	c   shifting         :       1.17       2594          0
1800.08/1800.09	c   twoopt           :       0.00          0          0
1800.08/1800.09	c   fixandinfer      :       0.00          0          0
1800.08/1800.09	c   intdiving        :       0.00          0          0
1800.08/1800.09	c   actconsdiving    :       0.00          0          0
1800.08/1800.09	c   octane           :       0.00          0          0
1800.08/1800.09	c   rens             :       0.02          1          0
1800.08/1800.09	c   rins             :       0.00          0          0
1800.08/1800.09	c   localbranching   :       0.00          0          0
1800.08/1800.09	c   mutation         :       0.00          0          0
1800.08/1800.09	c   dins             :       0.00          0          0
1800.08/1800.09	c   undercover       :       0.00          0          0
1800.08/1800.09	c   nlp              :       0.01          0          0
1800.08/1800.09	c   trysol           :       2.95       7689        153
1800.08/1800.09	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.08/1800.09	c   primal LP        :       0.00          0          0       0.00          -
1800.08/1800.09	c   dual LP          :     369.63     454599    2700173       5.94    7305.07
1800.08/1800.09	c   lex dual LP      :       0.00          0          0       0.00          -
1800.08/1800.09	c   barrier LP       :       0.00          0          0       0.00          -
1800.08/1800.09	c   diving/probing LP:       0.11         68        627       9.22    5700.00
1800.08/1800.09	c   strong branching :      13.11       8633      78772       9.12    6008.54
1800.08/1800.09	c     (at root node) :          -         32       1061      33.16          -
1800.08/1800.09	c   conflict analysis:       0.00          0          0       0.00          -
1800.08/1800.09	c B&B Tree           :
1800.08/1800.09	c   number of runs   :          1
1800.08/1800.09	c   nodes            :     647868
1800.08/1800.09	c   nodes (total)    :     647868
1800.08/1800.09	c   nodes left       :       1148
1800.08/1800.09	c   max depth        :       2367
1800.08/1800.09	c   max depth (total):       2367
1800.08/1800.09	c   backtracks       :      67924 (10.5%)
1800.08/1800.09	c   delayed cutoffs  :      56954
1800.08/1800.09	c   repropagations   :    1670426 (3801834 domain reductions, 56331 cutoffs)
1800.08/1800.09	c   avg switch length:       6.58
1800.08/1800.09	c   switching time   :     308.88
1800.08/1800.09	c Solution           :
1800.08/1800.09	c   Solutions found  :        188 (34 improvements)
1800.08/1800.09	c   First Solution   : +1.34313000000000e+05   (in run 1, after 0 nodes, 0.02 seconds, depth 0, found by <trivial>)
1800.08/1800.09	c   Primal Bound     : +2.00000000000000e+00   (in run 1, after 64774 nodes, 132.38 seconds, depth 29, found by <relaxation>)
1800.08/1800.09	c   Dual Bound       : +0.00000000000000e+00
1800.08/1800.09	c   Gap              :   infinite
1800.08/1800.09	c   Root Dual Bound  : +0.00000000000000e+00
1800.08/1800.09	c   Root Iterations  :        106
1800.18/1800.18	c Time complete: 1800.26.

Verifier Data

OK	2

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2692397-1277929846/watcher-2692397-1277929846 -o /tmp/evaluation-result-2692397-1277929846/solver-2692397-1277929846 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2692397-1277929846.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.04 2.13 2.10 3/196 16161
/proc/meminfo: memFree=31028964/32951124 swapFree=67111528/67111528
[pid=16161] ppid=16159 vsize=9404 CPUtime=0
/proc/16161/stat : 16161 (pbscip.linux.x8) R 16159 16161 15698 0 -1 4202496 1650 0 0 0 0 0 0 0 23 0 1 0 134279755 9629696 1569 4089446400 4194304 8223781 140737090350528 18446744073709551615 6205568 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/16161/statm: 2351 1569 369 984 0 1364 0

[startup+0.0744961 s]
/proc/loadavg: 2.04 2.13 2.10 3/196 16161
/proc/meminfo: memFree=31028964/32951124 swapFree=67111528/67111528
[pid=16161] ppid=16159 vsize=35140 CPUtime=0.07
/proc/16161/stat : 16161 (pbscip.linux.x8) R 16159 16161 15698 0 -1 4202496 8090 0 0 0 6 1 0 0 23 0 1 0 134279755 35983360 7645 4089446400 4194304 8223781 140737090350528 18446744073709551615 4240875 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/16161/statm: 8785 7645 422 984 0 7798 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 35140

[startup+0.100486 s]
/proc/loadavg: 2.04 2.13 2.10 3/196 16161
/proc/meminfo: memFree=31028964/32951124 swapFree=67111528/67111528
[pid=16161] ppid=16159 vsize=35140 CPUtime=0.09
/proc/16161/stat : 16161 (pbscip.linux.x8) R 16159 16161 15698 0 -1 4202496 8090 0 0 0 8 1 0 0 23 0 1 0 134279755 35983360 7645 4089446400 4194304 8223781 140737090350528 18446744073709551615 7256940 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/16161/statm: 8785 7645 422 984 0 7798 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 35140

[startup+0.300453 s]
/proc/loadavg: 2.04 2.13 2.10 3/196 16161
/proc/meminfo: memFree=31028964/32951124 swapFree=67111528/67111528
[pid=16161] ppid=16159 vsize=55996 CPUtime=0.29
/proc/16161/stat : 16161 (pbscip.linux.x8) R 16159 16161 15698 0 -1 4202496 13887 0 0 0 26 3 0 0 23 0 1 0 134279755 57339904 12829 4089446400 4194304 8223781 140737090350528 18446744073709551615 5955041 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/16161/statm: 14047 12836 564 984 0 13060 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 55996

[startup+0.700379 s]
/proc/loadavg: 2.04 2.13 2.10 3/196 16161
/proc/meminfo: memFree=31028964/32951124 swapFree=67111528/67111528
[pid=16161] ppid=16159 vsize=43080 CPUtime=0.69
/proc/16161/stat : 16161 (pbscip.linux.x8) R 16159 16161 15698 0 -1 4202496 15657 0 0 0 64 5 0 0 25 0 1 0 134279755 44113920 9711 4089446400 4194304 8223781 140737090350528 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/16161/statm: 10770 9711 575 984 0 9783 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 43080

[startup+1.50023 s]
/proc/loadavg: 2.04 2.13 2.10 4/197 16162
/proc/meminfo: memFree=30990640/32951124 swapFree=67111528/67111528
[pid=16161] ppid=16159 vsize=44540 CPUtime=1.49
/proc/16161/stat : 16161 (pbscip.linux.x8) R 16159 16161 15698 0 -1 4202496 15939 0 0 0 140 9 0 0 25 0 1 0 134279755 45608960 9993 4089446400 4194304 8223781 140737090350528 18446744073709551615 6445273 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/16161/statm: 11135 9993 578 984 0 10148 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 44540

[startup+3.10089 s]
/proc/loadavg: 2.04 2.13 2.10 3/197 16162
/proc/meminfo: memFree=30987968/32951124 swapFree=67111528/67111528
[pid=16161] ppid=16159 vsize=49440 CPUtime=3.09
/proc/16161/stat : 16161 (pbscip.linux.x8) R 16159 16161 15698 0 -1 4202496 22185 0 0 0 295 14 0 0 25 0 1 0 134279755 50626560 11156 4089446400 4194304 8223781 140737090350528 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/16161/statm: 12360 11156 581 984 0 11373 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 49440

[startup+6.30026 s]
/proc/loadavg: 2.03 2.12 2.10 3/197 16162
/proc/meminfo: memFree=30975692/32951124 swapFree=67111528/67111528
[pid=16161] ppid=16159 vsize=54284 CPUtime=6.3
/proc/16161/stat : 16161 (pbscip.linux.x8) R 16159 16161 15698 0 -1 4202496 27984 0 0 0 608 22 0 0 25 0 1 0 134279755 55586816 12580 4089446400 4194304 8223781 140737090350528 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/16161/statm: 13571 12580 581 984 0 12584 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 54284

[startup+12.701 s]
/proc/loadavg: 2.03 2.12 2.09 3/197 16162
/proc/meminfo: memFree=30961904/32951124 swapFree=67111528/67111528
[pid=16161] ppid=16159 vsize=63552 CPUtime=12.69
/proc/16161/stat : 16161 (pbscip.linux.x8) R 16159 16161 15698 0 -1 4202496 45511 0 0 0 1230 39 0 0 25 0 1 0 134279755 65077248 14911 4089446400 4194304 8223781 140737090350528 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/16161/statm: 15888 14911 581 984 0 14901 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 63552

[startup+25.5005 s]
/proc/loadavg: 2.02 2.12 2.09 3/197 16162
/proc/meminfo: memFree=30928232/32951124 swapFree=67111528/67111528
[pid=16161] ppid=16159 vsize=86928 CPUtime=25.5
/proc/16161/stat : 16161 (pbscip.linux.x8) R 16159 16161 15698 0 -1 4202496 79926 0 0 0 2482 68 0 0 25 0 1 0 134279755 89014272 20693 4089446400 4194304 8223781 140737090350528 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/16161/statm: 21732 20693 586 984 0 20745 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 86928

[startup+51.1004 s]
/proc/loadavg: 2.01 2.11 2.09 3/197 16163
/proc/meminfo: memFree=30874752/32951124 swapFree=67111528/67111528
[pid=16161] ppid=16159 vsize=128032 CPUtime=51.09
/proc/16161/stat : 16161 (pbscip.linux.x8) R 16159 16161 15698 0 -1 4202496 109367 0 0 0 4968 141 0 0 25 0 1 0 134279755 131104768 30631 4089446400 4194304 8223781 140737090350528 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/16161/statm: 32008 30631 586 984 0 31021 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 128032

[startup+102.306 s]
/proc/loadavg: 2.05 2.10 2.09 3/197 16167
/proc/meminfo: memFree=30852172/32951124 swapFree=67111528/67111528
[pid=16161] ppid=16159 vsize=144796 CPUtime=102.3
/proc/16161/stat : 16161 (pbscip.linux.x8) R 16159 16161 15698 0 -1 4202496 175361 0 0 0 9874 356 0 0 25 0 1 0 134279755 148271104 34787 4089446400 4194304 8223781 140737090350528 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/16161/statm: 36199 34787 594 984 0 35212 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 144796

[startup+162.3 s]
/proc/loadavg: 2.02 2.08 2.08 3/197 16169
/proc/meminfo: memFree=30805008/32951124 swapFree=67111528/67111528
[pid=16161] ppid=16159 vsize=149064 CPUtime=162.3
/proc/16161/stat : 16161 (pbscip.linux.x8) R 16159 16161 15698 0 -1 4202496 200452 0 0 0 15626 604 0 0 25 0 1 0 134279755 152641536 35854 4089446400 4194304 8223781 140737090350528 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/16161/statm: 37266 35854 595 984 0 36279 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 149064

[startup+222.3 s]
/proc/loadavg: 2.00 2.06 2.08 3/197 16170
/proc/meminfo: memFree=30739368/32951124 swapFree=67111528/67111528
[pid=16161] ppid=16159 vsize=153912 CPUtime=222.3
/proc/16161/stat : 16161 (pbscip.linux.x8) R 16159 16161 15698 0 -1 4202496 203404 0 0 0 21432 798 0 0 25 0 1 0 134279755 157605888 37029 4089446400 4194304 8223781 140737090350528 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/16161/statm: 38478 37029 595 984 0 37491 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 153912

[startup+282.3 s]
/proc/loadavg: 2.00 2.05 2.07 3/197 16172
/proc/meminfo: memFree=30681180/32951124 swapFree=67111528/67111528
[pid=16161] ppid=16159 vsize=157716 CPUtime=282.31
/proc/16161/stat : 16161 (pbscip.linux.x8) R 16159 16161 15698 0 -1 4202496 211248 0 0 0 27247 984 0 0 25 0 1 0 134279755 161501184 37998 4089446400 4194304 8223781 140737090350528 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/16161/statm: 39429 37998 595 984 0 38442 0
Current children cumulated CPU time (s) 282.31
Current children cumulated vsize (KiB) 157716

[startup+342.301 s]
/proc/loadavg: 2.00 2.04 2.06 3/197 16173
/proc/meminfo: memFree=30622492/32951124 swapFree=67111528/67111528
[pid=16161] ppid=16159 vsize=160496 CPUtime=342.3
/proc/16161/stat : 16161 (pbscip.linux.x8) R 16159 16161 15698 0 -1 4202496 211932 0 0 0 33063 1167 0 0 25 0 1 0 134279755 164347904 38675 4089446400 4194304 8223781 140737090350528 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/16161/statm: 40124 38675 595 984 0 39137 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 160496

[startup+402.301 s]
/proc/loadavg: 2.34 2.12 2.09 3/197 16175
/proc/meminfo: memFree=30568856/32951124 swapFree=67111528/67111528
[pid=16161] ppid=16159 vsize=161376 CPUtime=402.31
/proc/16161/stat : 16161 (pbscip.linux.x8) R 16159 16161 15698 0 -1 4202496 213954 0 0 0 38905 1326 0 0 25 0 1 0 134279755 165249024 38878 4089446400 4194304 8223781 140737090350528 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/16161/statm: 40344 38878 595 984 0 39357 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 161376

[startup+462.301 s]
/proc/loadavg: 2.12 2.10 2.08 3/197 16177
/proc/meminfo: memFree=30518956/32951124 swapFree=67111528/67111528
[pid=16161] ppid=16159 vsize=163292 CPUtime=462.31
/proc/16161/stat : 16161 (pbscip.linux.x8) R 16159 16161 15698 0 -1 4202496 214445 0 0 0 44756 1475 0 0 25 0 1 0 134279755 167211008 39369 4089446400 4194304 8223781 140737090350528 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/16161/statm: 40823 39369 595 984 0 39836 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 163292

[startup+522.301 s]
/proc/loadavg: 2.04 2.08 2.08 3/197 16178
/proc/meminfo: memFree=30460400/32951124 swapFree=67111528/67111528
[pid=16161] ppid=16159 vsize=164208 CPUtime=522.32
/proc/16161/stat : 16161 (pbscip.linux.x8) R 16159 16161 15698 0 -1 4202496 214665 0 0 0 50587 1645 0 0 25 0 1 0 134279755 168148992 39589 4089446400 4194304 8223781 140737090350528 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/16161/statm: 41052 39589 595 984 0 40065 0
Current children cumulated CPU time (s) 522.32
Current children cumulated vsize (KiB) 164208

[startup+582.301 s]
/proc/loadavg: 2.46 2.18 2.11 3/197 16180
/proc/meminfo: memFree=30409628/32951124 swapFree=67111528/67111528
[pid=16161] ppid=16159 vsize=164644 CPUtime=582.32
/proc/16161/stat : 16161 (pbscip.linux.x8) R 16159 16161 15698 0 -1 4202496 214807 0 0 0 56433 1799 0 0 25 0 1 0 134279755 168595456 39724 4089446400 4194304 8223781 140737090350528 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/16161/statm: 41161 39724 595 984 0 40174 0
Current children cumulated CPU time (s) 582.32
Current children cumulated vsize (KiB) 164644

[startup+642.301 s]
/proc/loadavg: 2.17 2.15 2.10 3/197 16181
/proc/meminfo: memFree=30348832/32951124 swapFree=67111528/67111528
[pid=16161] ppid=16159 vsize=165028 CPUtime=642.33
/proc/16161/stat : 16161 (pbscip.linux.x8) R 16159 16161 15698 0 -1 4202496 214885 0 0 0 62304 1929 0 0 25 0 1 0 134279755 168988672 39802 4089446400 4194304 8223781 140737090350528 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/16161/statm: 41257 39802 595 984 0 40270 0
Current children cumulated CPU time (s) 642.33
Current children cumulated vsize (KiB) 165028

[startup+702.301 s]

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

[startup+882.3 s]
/proc/loadavg: 2.00 2.06 2.07 3/179 16218
/proc/meminfo: memFree=31049920/32951124 swapFree=67111528/67111528
[pid=16161] ppid=16159 vsize=167480 CPUtime=882.33
/proc/16161/stat : 16161 (pbscip.linux.x8) R 16159 16161 15698 0 -1 4202496 217262 0 0 0 85619 2614 0 0 25 0 1 0 134279755 171499520 40292 4089446400 4194304 8223781 140737090350528 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/16161/statm: 41870 40292 595 984 0 40883 0
Current children cumulated CPU time (s) 882.33
Current children cumulated vsize (KiB) 167480

[startup+942.3 s]
/proc/loadavg: 2.00 2.05 2.07 3/179 16219
/proc/meminfo: memFree=30899224/32951124 swapFree=67111528/67111528
[pid=16161] ppid=16159 vsize=167724 CPUtime=942.33
/proc/16161/stat : 16161 (pbscip.linux.x8) R 16159 16161 15698 0 -1 4202496 217327 0 0 0 91434 2799 0 0 25 0 1 0 134279755 171749376 40352 4089446400 4194304 8223781 140737090350528 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/16161/statm: 41931 40352 595 984 0 40944 0
Current children cumulated CPU time (s) 942.33
Current children cumulated vsize (KiB) 167724

[startup+1002.3 s]
/proc/loadavg: 2.00 2.03 2.06 3/179 16221
/proc/meminfo: memFree=30872048/32951124 swapFree=67111528/67111528
[pid=16161] ppid=16159 vsize=167948 CPUtime=1002.34
/proc/16161/stat : 16161 (pbscip.linux.x8) R 16159 16161 15698 0 -1 4202496 217437 0 0 0 97251 2983 0 0 25 0 1 0 134279755 171978752 40430 4089446400 4194304 8223781 140737090350528 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/16161/statm: 41987 40430 595 984 0 41000 0
Current children cumulated CPU time (s) 1002.34
Current children cumulated vsize (KiB) 167948

[startup+1062.3 s]
/proc/loadavg: 2.00 2.03 2.05 3/179 16223
/proc/meminfo: memFree=30869648/32951124 swapFree=67111528/67111528
[pid=16161] ppid=16159 vsize=170428 CPUtime=1062.34
/proc/16161/stat : 16161 (pbscip.linux.x8) R 16159 16161 15698 0 -1 4202496 218010 0 0 0 103090 3144 0 0 25 0 1 0 134279755 174518272 41003 4089446400 4194304 8223781 140737090350528 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/16161/statm: 42607 41003 595 984 0 41620 0
Current children cumulated CPU time (s) 1062.34
Current children cumulated vsize (KiB) 170428

[startup+1122.3 s]
/proc/loadavg: 2.04 2.03 2.05 3/179 16251
/proc/meminfo: memFree=31259344/32951124 swapFree=67111528/67111528
[pid=16161] ppid=16159 vsize=171264 CPUtime=1122.34
/proc/16161/stat : 16161 (pbscip.linux.x8) R 16159 16161 15698 0 -1 4202496 218248 0 0 0 108948 3286 0 0 25 0 1 0 134279755 175374336 41241 4089446400 4194304 8223781 140737090350528 18446744073709551615 4999897 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/16161/statm: 42816 41241 595 984 0 41829 0
Current children cumulated CPU time (s) 1122.34
Current children cumulated vsize (KiB) 171264

[startup+1182.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/179 16253
/proc/meminfo: memFree=31117676/32951124 swapFree=67111528/67111528
[pid=16161] ppid=16159 vsize=172936 CPUtime=1182.34
/proc/16161/stat : 16161 (pbscip.linux.x8) R 16159 16161 15698 0 -1 4202496 218541 0 0 0 114796 3438 0 0 25 0 1 0 134279755 177086464 41534 4089446400 4194304 8223781 140737090350528 18446744073709551615 4222921 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/16161/statm: 43234 41534 595 984 0 42247 0
Current children cumulated CPU time (s) 1182.34
Current children cumulated vsize (KiB) 172936

[startup+1242.3 s]
/proc/loadavg: 2.00 2.02 2.04 3/179 16254
/proc/meminfo: memFree=31030336/32951124 swapFree=67111528/67111528
[pid=16161] ppid=16159 vsize=174104 CPUtime=1242.34
/proc/16161/stat : 16161 (pbscip.linux.x8) R 16159 16161 15698 0 -1 4202496 218754 0 0 0 120644 3590 0 0 25 0 1 0 134279755 178282496 41739 4089446400 4194304 8223781 140737090350528 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/16161/statm: 43526 41739 595 984 0 42539 0
Current children cumulated CPU time (s) 1242.34
Current children cumulated vsize (KiB) 174104

[startup+1302.3 s]
/proc/loadavg: 2.00 2.01 2.04 3/179 16256
/proc/meminfo: memFree=30923636/32951124 swapFree=67111528/67111528
[pid=16161] ppid=16159 vsize=174104 CPUtime=1302.36
/proc/16161/stat : 16161 (pbscip.linux.x8) R 16159 16161 15698 0 -1 4202496 225904 0 0 0 126478 3758 0 0 25 0 1 0 134279755 178282496 41763 4089446400 4194304 8223781 140737090350528 18446744073709551615 4210294 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/16161/statm: 43526 41763 595 984 0 42539 0
Current children cumulated CPU time (s) 1302.36
Current children cumulated vsize (KiB) 174104

[startup+1362.3 s]
/proc/loadavg: 2.00 2.01 2.03 3/179 16258
/proc/meminfo: memFree=30817080/32951124 swapFree=67111528/67111528
[pid=16161] ppid=16159 vsize=174468 CPUtime=1362.35
/proc/16161/stat : 16161 (pbscip.linux.x8) R 16159 16161 15698 0 -1 4202496 226019 0 0 0 132306 3929 0 0 25 0 1 0 134279755 178655232 41870 4089446400 4194304 8223781 140737090350528 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/16161/statm: 43617 41870 595 984 0 42630 0
Current children cumulated CPU time (s) 1362.35
Current children cumulated vsize (KiB) 174468

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.02 3/179 16259
/proc/meminfo: memFree=30707540/32951124 swapFree=67111528/67111528
[pid=16161] ppid=16159 vsize=175328 CPUtime=1422.36
/proc/16161/stat : 16161 (pbscip.linux.x8) R 16159 16161 15698 0 -1 4202496 226135 0 0 0 138136 4100 0 0 25 0 1 0 134279755 179535872 41949 4089446400 4194304 8223781 140737090350528 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/16161/statm: 43832 41949 595 984 0 42845 0
Current children cumulated CPU time (s) 1422.36
Current children cumulated vsize (KiB) 175328

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.02 3/179 16261
/proc/meminfo: memFree=30598736/32951124 swapFree=67111528/67111528
[pid=16161] ppid=16159 vsize=175952 CPUtime=1482.36
/proc/16161/stat : 16161 (pbscip.linux.x8) R 16159 16161 15698 0 -1 4202496 226287 0 0 0 143960 4276 0 0 25 0 1 0 134279755 180174848 42049 4089446400 4194304 8223781 140737090350528 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/16161/statm: 43988 42049 595 984 0 43001 0
Current children cumulated CPU time (s) 1482.36
Current children cumulated vsize (KiB) 175952

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.01 3/179 16262
/proc/meminfo: memFree=30521308/32951124 swapFree=67111528/67111528
[pid=16161] ppid=16159 vsize=175952 CPUtime=1542.36
/proc/16161/stat : 16161 (pbscip.linux.x8) R 16159 16161 15698 0 -1 4202496 226412 0 0 0 149787 4449 0 0 25 0 1 0 134279755 180174848 42092 4089446400 4194304 8223781 140737090350528 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/16161/statm: 43988 42092 595 984 0 43001 0
Current children cumulated CPU time (s) 1542.36
Current children cumulated vsize (KiB) 175952

[startup+1602.3 s]
/proc/loadavg: 2.06 2.02 2.01 3/179 16264
/proc/meminfo: memFree=30456528/32951124 swapFree=67111528/67111528
[pid=16161] ppid=16159 vsize=176648 CPUtime=1602.37
/proc/16161/stat : 16161 (pbscip.linux.x8) R 16159 16161 15698 0 -1 4202496 226691 0 0 0 155628 4609 0 0 25 0 1 0 134279755 180887552 42238 4089446400 4194304 8223781 140737090350528 18446744073709551615 6003233 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/16161/statm: 44162 42238 595 984 0 43175 0
Current children cumulated CPU time (s) 1602.37
Current children cumulated vsize (KiB) 176648

[startup+1662.3 s]
/proc/loadavg: 2.02 2.01 2.01 3/179 16266
/proc/meminfo: memFree=30409476/32951124 swapFree=67111528/67111528
[pid=16161] ppid=16159 vsize=177036 CPUtime=1662.37
/proc/16161/stat : 16161 (pbscip.linux.x8) R 16159 16161 15698 0 -1 4202496 226870 0 0 0 161481 4756 0 0 25 0 1 0 134279755 181284864 42336 4089446400 4194304 8223781 140737090350528 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/16161/statm: 44259 42336 595 984 0 43272 0
Current children cumulated CPU time (s) 1662.37
Current children cumulated vsize (KiB) 177036

[startup+1722.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 16267
/proc/meminfo: memFree=30370012/32951124 swapFree=67111528/67111528
[pid=16161] ppid=16159 vsize=178024 CPUtime=1722.37
/proc/16161/stat : 16161 (pbscip.linux.x8) R 16159 16161 15698 0 -1 4202496 227161 0 0 0 167342 4895 0 0 25 0 1 0 134279755 182296576 42592 4089446400 4194304 8223781 140737090350528 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/16161/statm: 44506 42592 595 984 0 43519 0
Current children cumulated CPU time (s) 1722.37
Current children cumulated vsize (KiB) 178024

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 16269
/proc/meminfo: memFree=30348144/32951124 swapFree=67111528/67111528
[pid=16161] ppid=16159 vsize=178204 CPUtime=1782.37
/proc/16161/stat : 16161 (pbscip.linux.x8) R 16159 16161 15698 0 -1 4202496 227265 0 0 0 173195 5042 0 0 25 0 1 0 134279755 182480896 42653 4089446400 4194304 8223781 140737090350528 18446744073709551615 4999842 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/16161/statm: 44551 42653 595 984 0 43564 0
Current children cumulated CPU time (s) 1782.37
Current children cumulated vsize (KiB) 178204



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 16270
/proc/meminfo: memFree=30345284/32951124 swapFree=67111528/67111528
[pid=16161] ppid=16159 vsize=178252 CPUtime=1800.08
/proc/16161/stat : 16161 (pbscip.linux.x8) R 16159 16161 15698 0 -1 4202496 227297 0 0 0 174923 5085 0 0 25 0 1 0 134279755 182530048 42663 4089446400 4194304 8223781 140737090350528 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/16161/statm: 44563 42663 595 984 0 43576 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 178252

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

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

[startup+1800.11 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 16270
/proc/meminfo: memFree=30345284/32951124 swapFree=67111528/67111528
[pid=16161] ppid=16159 vsize=178324 CPUtime=1800.18
/proc/16161/stat : 16161 (pbscip.linux.x8) R 16159 16161 15698 0 -1 4202496 227331 0 0 0 174933 5085 0 0 18 0 1 0 134279755 182603776 42697 4089446400 4194304 8223781 140737090350528 18446744073709551615 4212001 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/16161/statm: 44581 42697 597 984 0 43594 0
Current children cumulated CPU time (s) 1800.18
Current children cumulated vsize (KiB) 178324

Child status: 0
Real time (s): 1800.19
CPU time (s): 1800.27
CPU user time (s): 1749.4
CPU system time (s): 50.8633
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 179488

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1749.41
system time used= 50.8633
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 227339
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3
involuntary context switches= 11049

runsolver used 2.98055 second user time and 5.76812 second system time

The end

Launcher Data

Begin job on node143 at 2010-06-30 22:30:46
IDJOB=2692397
IDBENCH=79301
IDSOLVER=1204
FILE ID=node143/2692397-1277929846
PBS_JOBID= 11197369
Free space on /tmp= 74212 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/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900667195--soft-0-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-2692397-1277929846/watcher-2692397-1277929846 -o /tmp/evaluation-result-2692397-1277929846/solver-2692397-1277929846 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2692397-1277929846.wbo -t 1800 -m 3800

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

MD5SUM BENCH= a4c39a3f1b80365b8ad34a89f93fc523
RANDOM SEED=240761477

node143.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.848
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.69
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.848
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	: 5226.07
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.848
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.76
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.848
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.77
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.848
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	: 5285.38
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.848
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.848
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.848
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:     32951124 kB
MemFree:      31029864 kB
Buffers:        214556 kB
Cached:         969000 kB
SwapCached:          0 kB
Active:        1007272 kB
Inactive:       769436 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31029864 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            4692 kB
Writeback:           0 kB
AnonPages:      593196 kB
Mapped:          20504 kB
Slab:            80368 kB
PageTables:       5772 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1658424 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= 74204 MiB
End job on node143 at 2010-06-30 23:00:48