Trace number 2692355

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.16 1800.15

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900546417--soft-0-100-0.wbo
MD5SUM0e9942c7ddaaf04ff12871ed1ee37357
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 benchmark133.058
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 137946
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 137945
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 689
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-2692355-1277927752.wbo>
0.02/0.03	c original problem has 5645 variables (2938 bin, 0 int, 0 impl, 2707 cont) and 5415 constraints
0.02/0.03	c problem read
0.02/0.03	c presolving settings loaded
0.09/0.12	o 137945
0.09/0.12	c feasible solution found by trivial heuristic, objective value  1.379450e+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.18	c start solving
0.09/0.18	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.2s|     1 |     0 |     0 |     - |  19M|   0 |   0 |5645 |5414 |5645 |   0 |   0 |   0 |   0 | 0.000000e+00 | 1.379450e+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.379450e+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.379450e+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.379450e+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.379450e+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.379450e+05 |    Inf 
0.19/0.27	c   0.2s|     1 |     0 |   106 |     - |  19M|   0 |  32 |5645 |5414 |5645 | 137 | 137 |   0 |   0 | 0.000000e+00 | 1.379450e+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.379450e+05 |    Inf 
21.48/21.59	c  21.0s| 10000 | 10001 | 15153 |   1.5 |  48M| 427 |   0 |5645 |5414 |5645 | 215 |4894 |   0 |1552 | 0.000000e+00 | 1.379450e+05 |    Inf 
32.19/32.29	o 819
32.19/32.29	c *31.5s| 16287 | 13949 | 20602 |   1.3 |  56M| 427 |   - |5645 |5414 |5645 | 219 |6559 |   0 |1718 | 0.000000e+00 | 8.190000e+02 |    Inf 
38.89/38.96	c  38.0s| 20000 | 17662 | 23343 |   1.2 |  64M| 427 |   0 |5645 |5414 |5645 | 160 |7129 |   0 |1721 | 0.000000e+00 | 8.190000e+02 |    Inf 
48.88/48.98	o 798
48.88/48.98	c *47.8s| 25226 | 22786 | 29144 |   1.2 |  77M| 427 |   - |5645 |5474 |5645 | 206 |8523 |  60 |1750 | 0.000000e+00 | 7.980000e+02 |    Inf 
50.29/50.30	o 795
50.29/50.30	c *49.1s| 25827 | 23365 | 30249 |   1.2 |  78M| 427 |   - |5645 |5489 |5645 | 231 |8939 |  75 |1770 | 0.000000e+00 | 7.950000e+02 |    Inf 
54.39/54.47	o 792
54.39/54.47	c *53.2s| 27755 | 25261 | 32557 |   1.2 |  83M| 427 |   - |5645 |5501 |5645 | 200 |9667 |  87 |1773 | 0.000000e+00 | 7.920000e+02 |    Inf 
59.39/59.42	c  58.0s| 30000 | 27498 | 36080 |   1.2 |  88M| 427 |   0 |5645 |5524 |5645 | 187 |  10k| 110 |1774 | 0.000000e+00 | 7.920000e+02 |    Inf 
71.49/71.54	o 437
71.49/71.54	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
71.49/71.54	c *69.9s| 35987 | 26861 | 44212 |   1.2 |  87M| 427 |   - |5645 |5685 |5645 | 184 |  12k| 271 |1787 | 0.000000e+00 | 4.370000e+02 |    Inf 
72.99/73.05	o 426
72.99/73.05	c *71.4s| 36571 | 26964 | 45479 |   1.2 |  90M| 427 |   - |5645 |5789 |5645 | 200 |  13k| 375 |1787 | 0.000000e+00 | 4.260000e+02 |    Inf 
73.29/73.31	o 411
73.29/73.31	c *71.7s| 36682 | 26455 | 45698 |   1.2 |  88M| 427 |   - |5645 |5821 |5645 | 176 |  13k| 407 |1787 | 0.000000e+00 | 4.110000e+02 |    Inf 
73.39/73.41	o 406
73.39/73.41	c *71.8s| 36708 | 26279 | 45769 |   1.2 |  88M| 427 |   - |5645 |5824 |5645 | 221 |  13k| 410 |1787 | 0.000000e+00 | 4.060000e+02 |    Inf 
73.99/74.03	o 400
73.99/74.03	c *72.3s| 36943 | 26245 | 45923 |   1.2 |  89M| 427 |   - |5645 |5857 |5645 | 230 |  13k| 443 |1787 | 0.000000e+00 | 4.000000e+02 |    Inf 
74.29/74.30	o 378
74.29/74.30	c *72.6s| 37033 | 25342 | 46481 |   1.3 |  86M| 427 |   - |5645 |5886 |5645 | 171 |  13k| 472 |1787 | 0.000000e+00 | 3.780000e+02 |    Inf 
74.48/74.54	o 360
74.48/74.54	c *72.9s| 37118 | 24621 | 46734 |   1.3 |  84M| 427 |   - |5645 |5890 |5645 | 176 |  13k| 476 |1787 | 0.000000e+00 | 3.600000e+02 |    Inf 
74.48/74.55	o 329
74.48/74.55	c *72.9s| 37119 | 23230 | 46734 |   1.3 |  81M| 427 |   - |5645 |5890 |5645 | 176 |  13k| 476 |1787 | 0.000000e+00 | 3.290000e+02 |    Inf 
74.59/74.69	o 306
74.59/74.69	c *73.0s| 37151 | 22138 | 46928 |   1.3 |  78M| 427 |   - |5645 |5911 |5645 | 181 |  13k| 497 |1787 | 0.000000e+00 | 3.060000e+02 |    Inf 
74.69/74.73	o 302
74.69/74.73	c *73.0s| 37164 | 21952 | 46940 |   1.3 |  78M| 427 |   - |5645 |5921 |5645 | 181 |  13k| 507 |1787 | 0.000000e+00 | 3.020000e+02 |    Inf 
74.69/74.75	o 300
74.69/74.75	c *73.1s| 37167 | 21867 | 46947 |   1.3 |  78M| 427 |   - |5645 |5921 |5645 | 181 |  13k| 507 |1787 | 0.000000e+00 | 3.000000e+02 |    Inf 
74.69/74.76	o 275
74.69/74.76	c *73.1s| 37168 | 20143 | 46948 |   1.3 |  74M| 427 |   - |5645 |5921 |5645 | 181 |  13k| 507 |1787 | 0.000000e+00 | 2.750000e+02 |    Inf 
74.88/74.94	o 272
74.88/74.94	c *73.2s| 37231 | 19931 | 47170 |   1.3 |  74M| 427 |   - |5645 |5924 |5645 | 171 |  13k| 510 |1787 | 0.000000e+00 | 2.720000e+02 |    Inf 
75.19/75.25	o 256
75.19/75.25	c *73.5s| 37329 | 18396 | 48006 |   1.3 |  71M| 427 |   - |5645 |5960 |5645 | 167 |  13k| 546 |1787 | 0.000000e+00 | 2.560000e+02 |    Inf 
75.49/75.58	o 251
75.49/75.58	c *73.9s| 37417 | 17940 | 48521 |   1.3 |  70M| 427 |   - |5645 |5992 |5645 | 186 |  13k| 578 |1787 | 0.000000e+00 | 2.510000e+02 |    Inf 
75.49/75.58	o 248
75.49/75.58	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
75.49/75.58	c *73.9s| 37418 | 17623 | 48521 |   1.3 |  70M| 427 |   - |5645 |5992 |5645 | 186 |  13k| 578 |1787 | 0.000000e+00 | 2.480000e+02 |    Inf 
75.59/75.66	o 226
75.59/75.66	c *74.0s| 37431 | 15218 | 48700 |   1.3 |  65M| 427 |   - |5645 |5995 |5645 | 183 |  13k| 581 |1787 | 0.000000e+00 | 2.260000e+02 |    Inf 
75.59/75.67	o 223
75.59/75.67	c *74.0s| 37432 | 14837 | 48700 |   1.3 |  64M| 427 |   - |5645 |5995 |5645 | 183 |  13k| 581 |1787 | 0.000000e+00 | 2.230000e+02 |    Inf 
75.68/75.72	o 221
75.68/75.72	c *74.0s| 37442 | 14605 | 48824 |   1.3 |  64M| 427 |   - |5645 |5995 |5645 | 165 |  13k| 581 |1787 | 0.000000e+00 | 2.210000e+02 |    Inf 
75.68/75.72	o 218
75.68/75.72	c *74.0s| 37443 | 14217 | 48824 |   1.3 |  63M| 427 |   - |5645 |5995 |5645 | 165 |  13k| 581 |1787 | 0.000000e+00 | 2.180000e+02 |    Inf 
75.89/75.93	o 199
75.89/75.93	c *74.2s| 37504 | 11471 | 49081 |   1.3 |  58M| 427 |   - |5645 |6020 |5645 | 184 |  13k| 606 |1787 | 0.000000e+00 | 1.990000e+02 |    Inf 
76.09/76.13	o 174
76.09/76.13	c *74.4s| 37567 |  8066 | 49173 |   1.3 |  51M| 427 |   - |5645 |6025 |5645 | 183 |  13k| 611 |1787 | 0.000000e+00 | 1.740000e+02 |    Inf 
76.49/76.57	o 167
76.49/76.57	c *74.8s| 37689 |  7225 | 49944 |   1.3 |  49M| 427 |   - |5645 |6054 |5645 | 173 |  13k| 640 |1787 | 0.000000e+00 | 1.670000e+02 |    Inf 
76.59/76.69	o 152
76.59/76.69	c *75.0s| 37736 |  5612 | 50049 |   1.3 |  45M| 427 |   - |5645 |6060 |5645 | 175 |  13k| 646 |1787 | 0.000000e+00 | 1.520000e+02 |    Inf 
77.29/77.32	o 145
77.29/77.32	c *75.6s| 37922 |  4954 | 50688 |   1.3 |  44M| 427 |   - |5645 |6178 |5645 | 186 |  13k| 768 |1787 | 0.000000e+00 | 1.450000e+02 |    Inf 
77.59/77.69	o 124
77.59/77.69	c *75.9s| 38057 |  3096 | 51302 |   1.3 |  40M| 427 |   - |5645 |6279 |5645 | 163 |  13k| 872 |1787 | 0.000000e+00 | 1.240000e+02 |    Inf 
77.69/77.76	o 110
77.69/77.76	c *76.0s| 38063 |  2284 | 51395 |   1.3 |  37M| 427 |   - |5645 |6280 |5645 | 165 |  13k| 873 |1787 | 0.000000e+00 | 1.100000e+02 |    Inf 
77.79/77.80	o 109
77.79/77.80	c *76.0s| 38070 |  2242 | 51451 |   1.3 |  37M| 427 |   - |5645 |6286 |5645 | 169 |  13k| 880 |1787 | 0.000000e+00 | 1.090000e+02 |    Inf 
78.00/78.02	o 84
78.00/78.02	c *76.2s| 38132 |  1053 | 51753 |   1.4 |  34M| 427 |   - |5645 |6307 |5645 | 174 |  13k| 901 |1787 | 0.000000e+00 | 8.400000e+01 |    Inf 
79.39/79.40	o 74
79.39/79.40	c *77.6s| 38463 |   851 | 54335 |   1.4 |  34M| 427 |   - |5645 |6154 |5645 | 210 |  13k|1301 |1792 | 0.000000e+00 | 7.400000e+01 |    Inf 
80.38/80.44	o 67
80.38/80.44	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
80.38/80.44	c *78.6s| 38742 |   756 | 55477 |   1.4 |  33M| 427 |   - |5645 |6082 |5645 | 162 |  14k|1570 |1792 | 0.000000e+00 | 6.700000e+01 |    Inf 
83.88/83.96	o 66
83.88/83.96	c *82.0s| 39910 |   849 | 58211 |   1.5 |  35M| 427 |   - |5645 |6258 |5645 | 172 |  14k|2712 |1792 | 0.000000e+00 | 6.600000e+01 |    Inf 
83.99/84.08	o 56
83.99/84.08	c *82.2s| 39931 |   699 | 58270 |   1.5 |  35M| 427 |   - |5645 |6086 |5645 | 172 |  14k|2732 |1792 | 0.000000e+00 | 5.600000e+01 |    Inf 
84.29/84.37	c  82.5s| 40000 |   687 | 58452 |   1.5 |  35M| 427 |   1 |5645 |5771 |5645 | 157 |  14k|2830 |1792 | 0.000000e+00 | 5.600000e+01 |    Inf 
85.99/86.00	o 50
85.99/86.00	c *84.0s| 40548 |   696 | 60229 |   1.5 |  35M| 427 |   - |5645 |5651 |5645 | 191 |  15k|3404 |1795 | 0.000000e+00 | 5.000000e+01 |    Inf 
85.99/86.01	o 22
85.99/86.01	c *84.0s| 40549 |   465 | 60229 |   1.5 |  33M| 427 |   - |5645 |5651 |5645 | 191 |  15k|3404 |1795 | 0.000000e+00 | 2.200000e+01 |    Inf 
88.49/88.59	o 21
88.49/88.59	c *86.5s| 41810 |   557 | 64680 |   1.5 |  34M| 427 |   - |5645 |5262 |5645 | 196 |  16k|4888 |1795 | 0.000000e+00 | 2.100000e+01 |    Inf 
88.59/88.60	o 16
88.59/88.60	c *86.5s| 41811 |   524 | 64690 |   1.5 |  34M| 427 |   - |5645 |5262 |5645 | 197 |  16k|4888 |1795 | 0.000000e+00 | 1.600000e+01 |    Inf 
90.69/90.77	o 15
90.69/90.77	c *88.6s| 42879 |   593 | 69412 |   1.6 |  35M| 427 |   - |5645 |5087 |5645 | 180 |  17k|6129 |1795 | 0.000000e+00 | 1.500000e+01 |    Inf 
99.79/99.83	o 13
99.79/99.83	c *97.4s| 47654 |   952 | 86874 |   1.8 |  38M| 427 |   - |5645 |6568 |5645 | 190 |  21k|  11k|1800 | 0.000000e+00 | 1.300000e+01 |    Inf 
100.98/101.04	o 10
100.98/101.04	c *98.5s| 48244 |   978 | 89521 |   1.9 |  38M| 427 |   - |5645 |6753 |5645 | 195 |  21k|  12k|1800 | 0.000000e+00 | 1.000000e+01 |    Inf 
104.28/104.38	c   102s| 50000 |  1072 | 96036 |   1.9 |  38M| 427 |   1 |5645 |6296 |5645 | 172 |  23k|  14k|1826 | 0.000000e+00 | 1.000000e+01 |    Inf 
110.28/110.32	o 8
110.28/110.32	c * 108s| 53215 |  1232 |107353 |   2.0 |  39M| 427 |   - |5645 |6704 |5645 | 193 |  26k|  18k|1902 | 0.000000e+00 | 8.000000e+00 |    Inf 
110.49/110.52	o 4
110.49/110.52	c * 108s| 53291 |  1154 |107833 |   2.0 |  38M| 427 |   - |5645 |6573 |5645 | 183 |  26k|  18k|1902 | 0.000000e+00 | 4.000000e+00 |    Inf 
122.68/122.71	c   119s| 60000 |  1408 |135267 |   2.3 |  41M| 427 |   - |5645 |7008 |   0 |   0 |  33k|  27k|2090 | 0.000000e+00 | 4.000000e+00 |    Inf 
125.30/125.32	o 3
125.30/125.32	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
125.30/125.32	c * 122s| 61508 |  1406 |141019 |   2.3 |  41M| 427 |   - |5645 |7573 |5645 | 189 |  34k|  29k|2109 | 0.000000e+00 | 3.000000e+00 |    Inf 
140.80/140.84	c   137s| 70000 |  1638 |176732 |   2.5 |  44M| 427 |   1 |5645 |9452 |5645 | 197 |  44k|  40k|2354 | 0.000000e+00 | 3.000000e+00 |    Inf 
159.99/160.08	c   156s| 80000 |  1879 |216515 |   2.7 |  47M| 427 |  15 |5645 |  11k|5645 | 179 |  54k|  53k|2618 | 0.000000e+00 | 3.000000e+00 |    Inf 
177.69/177.78	c   173s| 90000 |  2036 |244831 |   2.7 |  50M| 427 |   - |5645 |  14k|   0 |   0 |  59k|  66k|2753 | 0.000000e+00 | 3.000000e+00 |    Inf 
196.19/196.25	c   190s|100000 |  2116 |272950 |   2.7 |  51M| 427 |  10 |5645 |  14k|5645 | 176 |  64k|  80k|2868 | 0.000000e+00 | 3.000000e+00 |    Inf 
217.80/217.84	c   211s|110000 |  2389 |320797 |   2.9 |  55M| 427 |   1 |5645 |  17k|5645 | 200 |  78k|  93k|3097 | 0.000000e+00 | 3.000000e+00 |    Inf 
240.09/240.15	c   233s|120000 |  2386 |368252 |   3.1 |  56M| 427 |   - |5645 |  18k|   0 |   0 |  88k| 108k|3309 | 0.000000e+00 | 3.000000e+00 |    Inf 
261.79/261.82	c   254s|130000 |  2438 |408776 |   3.1 |  57M| 427 |   9 |5645 |  17k|5645 | 186 |  98k| 122k|3475 | 0.000000e+00 | 3.000000e+00 |    Inf 
283.10/283.19	c   275s|140000 |  2395 |454335 |   3.2 |  56M| 427 |   5 |5645 |  14k|5645 | 181 | 109k| 136k|3770 | 0.000000e+00 | 3.000000e+00 |    Inf 
302.19/302.28	c   293s|150000 |  2357 |484930 |   3.2 |  56M| 427 |   - |5645 |  13k|   0 |   0 | 115k| 150k|3954 | 0.000000e+00 | 3.000000e+00 |    Inf 
315.99/316.01	o 1
315.99/316.01	c * 307s|157383 |  2223 |504310 |   3.2 |  55M| 427 |   - |5645 |  14k|5645 | 196 | 118k| 160k|4025 | 0.000000e+00 | 1.000000e+00 |    Inf 
321.49/321.52	c   312s|160000 |  2210 |517335 |   3.2 |  54M| 427 |   - |5645 |  12k|   0 |   0 | 121k| 163k|4045 | 0.000000e+00 | 1.000000e+00 |    Inf 
341.30/341.33	c   331s|170000 |  2129 |560620 |   3.3 |  54M| 427 |   1 |5645 |  12k|5645 | 198 | 131k| 177k|4212 | 0.000000e+00 | 1.000000e+00 |    Inf 
361.19/361.22	c   350s|180000 |  2054 |604179 |   3.4 |  54M| 427 |   - |5645 |  12k|   0 |   0 | 141k| 192k|4369 | 0.000000e+00 | 1.000000e+00 |    Inf 
380.39/380.44	c   369s|190000 |  1902 |645920 |   3.4 |  52M| 427 |   - |5645 |  11k|   0 |   0 | 150k| 206k|4519 | 0.000000e+00 | 1.000000e+00 |    Inf 
398.10/398.13	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
398.10/398.13	c   386s|200000 |  1776 |672378 |   3.4 |  51M| 427 |   - |5645 |  10k|   0 |   0 | 155k| 219k|4595 | 0.000000e+00 | 1.000000e+00 |    Inf 
416.09/416.18	c   403s|210000 |  1657 |708933 |   3.4 |  51M| 427 |  15 |5645 |  11k|5645 | 216 | 162k| 233k|4695 | 0.000000e+00 | 1.000000e+00 |    Inf 
435.40/435.45	c   422s|220000 |  1698 |749532 |   3.4 |  52M| 427 |   7 |5645 |  15k|5645 | 208 | 171k| 247k|4795 | 0.000000e+00 | 1.000000e+00 |    Inf 
452.70/452.72	c   439s|230000 |  1617 |772532 |   3.4 |  52M| 427 |   - |5645 |  15k|   0 |   0 | 174k| 260k|4871 | 0.000000e+00 | 1.000000e+00 |    Inf 
470.89/470.97	c   456s|240000 |  1566 |797409 |   3.3 |  51M| 427 |   1 |5645 |  14k|5645 | 185 | 178k| 273k|4938 | 0.000000e+00 | 1.000000e+00 |    Inf 
490.69/490.70	c   475s|250000 |  1504 |835208 |   3.3 |  51M| 427 |   5 |5645 |  15k|5645 | 183 | 187k| 287k|5037 | 0.000000e+00 | 1.000000e+00 |    Inf 
512.19/512.28	c   496s|260000 |  1487 |877733 |   3.4 |  52M| 427 |   - |5645 |  18k|   0 |   0 | 198k| 300k|5131 | 0.000000e+00 | 1.000000e+00 |    Inf 
534.80/534.84	c   518s|270000 |  1547 |921525 |   3.4 |  54M| 427 |   - |5645 |  21k|   0 |   0 | 210k| 314k|5237 | 0.000000e+00 | 1.000000e+00 |    Inf 
556.79/556.85	c   539s|280000 |  1452 |955538 |   3.4 |  54M| 427 |   - |5645 |  22k|   0 |   0 | 217k| 329k|5315 | 0.000000e+00 | 1.000000e+00 |    Inf 
579.49/579.56	c   561s|290000 |  1486 |992625 |   3.4 |  54M| 427 |   - |5645 |  23k|   0 |   0 | 224k| 342k|5409 | 0.000000e+00 | 1.000000e+00 |    Inf 
603.29/603.39	c   584s|300000 |  1432 |  1032k|   3.4 |  54M| 427 |  10 |5645 |  22k|5645 | 199 | 231k| 355k|5565 | 0.000000e+00 | 1.000000e+00 |    Inf 
628.29/628.30	c   609s|310000 |  1571 |  1079k|   3.5 |  56M| 427 |   - |5645 |  25k|   0 |   0 | 243k| 369k|5672 | 0.000000e+00 | 1.000000e+00 |    Inf 
653.89/653.95	c   634s|320000 |  1461 |  1123k|   3.5 |  55M| 427 |   - |5645 |  25k|   0 |   0 | 254k| 383k|5772 | 0.000000e+00 | 1.000000e+00 |    Inf 
675.19/675.25	c   654s|330000 |  1448 |  1146k|   3.5 |  57M| 427 |  11 |5645 |  29k|5645 | 177 | 256k| 397k|5828 | 0.000000e+00 | 1.000000e+00 |    Inf 
697.89/697.94	c   676s|340000 |  1421 |  1178k|   3.5 |  55M| 427 |   - |5645 |  25k|   0 |   0 | 263k| 411k|5907 | 0.000000e+00 | 1.000000e+00 |    Inf 
719.49/719.53	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
719.49/719.53	c   697s|350000 |  1428 |  1200k|   3.4 |  56M| 427 |   1 |5645 |  27k|5645 | 162 | 267k| 424k|5964 | 0.000000e+00 | 1.000000e+00 |    Inf 
741.40/741.45	c   719s|360000 |  1394 |  1230k|   3.4 |  53M| 427 |  12 |5645 |  18k|5645 | 198 | 272k| 437k|6156 | 0.000000e+00 | 1.000000e+00 |    Inf 
761.29/761.35	c   738s|370000 |  1345 |  1261k|   3.4 |  52M| 427 |  15 |5645 |  17k|5645 | 219 | 279k| 451k|6232 | 0.000000e+00 | 1.000000e+00 |    Inf 
783.10/783.19	c   759s|380000 |  1326 |  1299k|   3.4 |  53M| 427 |   1 |5645 |  19k|5645 | 163 | 288k| 464k|6278 | 0.000000e+00 | 1.000000e+00 |    Inf 
804.59/804.64	c   780s|390000 |  1413 |  1337k|   3.4 |  54M| 427 |   8 |5645 |  22k|5645 | 193 | 297k| 478k|6355 | 0.000000e+00 | 1.000000e+00 |    Inf 
827.90/827.95	c   802s|400000 |  1390 |  1385k|   3.5 |  54M| 427 |   8 |5645 |  22k|5645 | 157 | 310k| 491k|6428 | 0.000000e+00 | 1.000000e+00 |    Inf 
852.19/852.20	c   826s|410000 |  1305 |  1431k|   3.5 |  54M| 427 |   9 |5645 |  23k|5645 | 178 | 321k| 505k|6505 | 0.000000e+00 | 1.000000e+00 |    Inf 
873.29/873.35	c   846s|420000 |  1275 |  1460k|   3.5 |  54M| 427 |   - |5645 |  24k|   0 |   0 | 327k| 518k|6576 | 0.000000e+00 | 1.000000e+00 |    Inf 
895.10/895.12	c   867s|430000 |  1322 |  1483k|   3.5 |  56M| 427 |   - |5645 |  28k|   0 |   0 | 329k| 532k|6615 | 0.000000e+00 | 1.000000e+00 |    Inf 
916.99/917.04	c   889s|440000 |  1249 |  1506k|   3.4 |  55M| 427 |   1 |5645 |  27k|5645 | 183 | 332k| 546k|6664 | 0.000000e+00 | 1.000000e+00 |    Inf 
939.49/939.57	c   910s|450000 |  1335 |  1538k|   3.4 |  55M| 427 |   - |5645 |  25k|   0 |   0 | 339k| 558k|6730 | 0.000000e+00 | 1.000000e+00 |    Inf 
966.10/966.13	c   936s|460000 |  1492 |  1589k|   3.5 |  57M| 427 |   - |5645 |  28k|5645 | 188 | 350k| 571k|6791 | 0.000000e+00 | 1.000000e+00 |    Inf 
991.59/991.63	c   961s|470000 |  1448 |  1631k|   3.5 |  58M| 427 |   - |5645 |  28k|   0 |   0 | 357k| 585k|6859 | 0.000000e+00 | 1.000000e+00 |    Inf 
1014.39/1014.40	c   983s|480000 |  1470 |  1659k|   3.5 |  59M| 427 |   - |5645 |  30k|   0 |   0 | 363k| 598k|6921 | 0.000000e+00 | 1.000000e+00 |    Inf 
1040.20/1040.28	c  1008s|490000 |  1557 |  1691k|   3.5 |  61M| 427 |   - |5645 |  34k|   0 |   0 | 371k| 612k|6962 | 0.000000e+00 | 1.000000e+00 |    Inf 
1065.99/1066.07	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1065.99/1066.07	c  1033s|500000 |  1472 |  1723k|   3.4 |  60M| 427 |   - |5645 |  34k|   0 |   0 | 377k| 625k|7019 | 0.000000e+00 | 1.000000e+00 |    Inf 
1095.70/1095.72	c  1062s|510000 |  1634 |  1764k|   3.5 |  61M| 427 |   - |5645 |  34k|   0 |   0 | 389k| 639k|7108 | 0.000000e+00 | 1.000000e+00 |    Inf 
1126.40/1126.44	c  1092s|520000 |  1973 |  1811k|   3.5 |  66M| 427 |  14 |5645 |  40k|5645 | 190 | 405k| 653k|7163 | 0.000000e+00 | 1.000000e+00 |    Inf 
1158.70/1158.71	c  1124s|530000 |  2237 |  1859k|   3.5 |  69M| 427 |   - |5645 |  43k|   0 |   0 | 421k| 667k|7235 | 0.000000e+00 | 1.000000e+00 |    Inf 
1191.90/1191.99	c  1156s|540000 |  2317 |  1904k|   3.5 |  69M| 427 |   - |5645 |  41k|   0 |   0 | 436k| 682k|7327 | 0.000000e+00 | 1.000000e+00 |    Inf 
1223.00/1223.07	c  1186s|550000 |  2439 |  1945k|   3.5 |  71M| 427 |   - |5645 |  42k|   0 |   0 | 449k| 697k|7390 | 0.000000e+00 | 1.000000e+00 |    Inf 
1255.29/1255.38	c  1218s|560000 |  2321 |  1989k|   3.6 |  69M| 427 |   - |5645 |  39k|   0 |   0 | 461k| 711k|7460 | 0.000000e+00 | 1.000000e+00 |    Inf 
1287.00/1287.03	c  1249s|570000 |  2276 |  2034k|   3.6 |  69M| 427 |   1 |5645 |  39k|5645 | 169 | 475k| 726k|7517 | 0.000000e+00 | 1.000000e+00 |    Inf 
1316.30/1316.36	c  1277s|580000 |  2164 |  2070k|   3.6 |  69M| 427 |  13 |5645 |  39k|5645 | 162 | 485k| 741k|7567 | 0.000000e+00 | 1.000000e+00 |    Inf 
1345.49/1345.57	c  1306s|590000 |  2138 |  2104k|   3.6 |  69M| 427 |  10 |5645 |  39k|5645 | 181 | 493k| 755k|7619 | 0.000000e+00 | 1.000000e+00 |    Inf 
1376.01/1376.03	c  1336s|600000 |  2305 |  2150k|   3.6 |  71M| 427 |  11 |5645 |  42k|5645 | 172 | 508k| 769k|7683 | 0.000000e+00 | 1.000000e+00 |    Inf 
1406.81/1406.86	c  1366s|610000 |  2203 |  2193k|   3.6 |  70M| 427 |   - |5645 |  41k|   0 |   0 | 520k| 783k|7744 | 0.000000e+00 | 1.000000e+00 |    Inf 
1437.61/1437.65	c  1396s|620000 |  2123 |  2235k|   3.6 |  70M| 427 |   - |5645 |  41k|   0 |   0 | 531k| 798k|7811 | 0.000000e+00 | 1.000000e+00 |    Inf 
1469.40/1469.50	c  1427s|630000 |  2108 |  2279k|   3.6 |  71M| 427 |   - |5645 |  43k|   0 |   0 | 544k| 813k|7871 | 0.000000e+00 | 1.000000e+00 |    Inf 
1500.60/1500.63	c  1457s|640000 |  2003 |  2312k|   3.6 |  69M| 427 |  21 |5645 |  42k|5645 | 165 | 552k| 826k|7929 | 0.000000e+00 | 1.000000e+00 |    Inf 
1533.50/1533.51	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1533.50/1533.51	c  1489s|650000 |  1871 |  2357k|   3.6 |  69M| 427 |   - |5645 |  43k|   0 |   0 | 564k| 841k|7999 | 0.000000e+00 | 1.000000e+00 |    Inf 
1563.01/1563.00	c  1518s|660000 |  1759 |  2391k|   3.6 |  67M| 427 |   - |5645 |  42k|5645 | 195 | 572k| 855k|8043 | 0.000000e+00 | 1.000000e+00 |    Inf 
1596.70/1596.73	c  1551s|670000 |  1766 |  2435k|   3.6 |  69M| 427 |  21 |5645 |  45k|5645 | 182 | 586k| 871k|8086 | 0.000000e+00 | 1.000000e+00 |    Inf 
1628.10/1628.18	c  1582s|680000 |  1715 |  2474k|   3.6 |  69M| 427 |   8 |5645 |  46k|5645 | 178 | 597k| 885k|8124 | 0.000000e+00 | 1.000000e+00 |    Inf 
1662.50/1662.59	c  1615s|690000 |  1860 |  2520k|   3.7 |  71M| 427 |   - |5645 |  49k|   0 |   0 | 612k| 899k|8189 | 0.000000e+00 | 1.000000e+00 |    Inf 
1697.80/1697.87	c  1650s|700000 |  1698 |  2564k|   3.7 |  68M| 427 |   1 |5645 |  45k|5645 | 180 | 623k| 914k|8233 | 0.000000e+00 | 1.000000e+00 |    Inf 
1728.01/1728.04	c  1679s|710000 |  1596 |  2599k|   3.7 |  66M| 427 |   - |5645 |  41k|   0 |   0 | 633k| 928k|8290 | 0.000000e+00 | 1.000000e+00 |    Inf 
1754.11/1754.10	c  1705s|720000 |  1573 |  2621k|   3.6 |  67M| 427 |   9 |5645 |  45k|5645 | 178 | 637k| 941k|8325 | 0.000000e+00 | 1.000000e+00 |    Inf 
1787.31/1787.38	c  1737s|730000 |  1482 |  2665k|   3.7 |  64M| 427 |   1 |5645 |  40k|5645 | 158 | 649k| 955k|8383 | 0.000000e+00 | 1.000000e+00 |    Inf 
1800.01/1800.00	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.01/1800.00	c 
1800.01/1800.00	c SCIP Status        : solving was interrupted [user interrupt]
1800.01/1800.00	c Solving Time (sec) : 1749.57
1800.01/1800.00	c Solving Nodes      : 734734
1800.01/1800.00	c Primal Bound       : +1.00000000000000e+00 (177 solutions)
1800.01/1800.00	c Dual Bound         : +0.00000000000000e+00
1800.01/1800.00	c Gap                : infinite
1800.01/1800.06	s SATISFIABLE
1800.01/1800.06	v -x231 -x230 -x229 -x228 -x227 x226 -x225 -x224 -x223 -x222 -x221 -x220 -x219 -x218 -x217 -x216 -x215 -x214 x213 -x212 x211 -x210 
1800.01/1800.06	v -x209 -x208 -x207 -x206 -x205 -x204 -x203 -x202 -x201 x200 -x199 -x198 -x197 -x196 -x195 -x194 -x193 -x192 -x191 -x190 -x189 
1800.01/1800.06	v x188 -x187 -x186 -x185 -x184 -x183 -x182 -x181 -x180 -x179 -x178 -x177 -x176 -x175 -x174 -x173 x172 -x171 -x170 -x169 -x168 
1800.01/1800.06	v x167 -x166 -x165 -x164 -x163 -x162 -x161 -x160 x159 -x158 -x157 -x156 -x155 -x154 -x153 -x152 -x151 -x150 -x149 -x148 -x147 
1800.01/1800.06	v x146 -x145 -x144 -x143 -x142 -x141 -x140 -x139 -x138 -x137 -x136 -x135 -x134 -x133 -x132 -x131 -x130 -x129 -x128 -x127 -x126 
1800.01/1800.06	v -x125 x124 -x123 -x122 -x121 -x120 -x119 -x118 -x117 -x116 -x115 x114 -x113 -x112 -x111 -x110 -x109 x108 -x107 -x106 -x105 -x104 
1800.01/1800.06	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.01/1800.06	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.01/1800.06	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.01/1800.06	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.01/1800.06	v x1 
1800.01/1800.06	c SCIP Status        : solving was interrupted [user interrupt]
1800.01/1800.06	c Solving Time       :    1749.57
1800.01/1800.06	c Original Problem   :
1800.01/1800.06	c   Problem name     : HOME/instance-2692355-1277927752.wbo
1800.01/1800.06	c   Variables        : 5645 (2938 binary, 0 integer, 0 implicit integer, 2707 continuous)
1800.01/1800.06	c   Constraints      : 5415 initial, 5415 maximal
1800.01/1800.06	c Presolved Problem  :
1800.01/1800.06	c   Problem name     : t_HOME/instance-2692355-1277927752.wbo
1800.01/1800.06	c   Variables        : 5645 (2938 binary, 0 integer, 0 implicit integer, 2707 continuous)
1800.01/1800.06	c   Constraints      : 5414 initial, 50120 maximal
1800.01/1800.06	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.01/1800.06	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.01/1800.06	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.01/1800.06	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.01/1800.06	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.01/1800.06	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.01/1800.06	c   probing          :       0.03          0          0          0          0          0          0          0          0
1800.01/1800.06	c   indicator        :       0.00          0          0          0          0          0          0          0          0
1800.01/1800.06	c   linear           :       0.02          0          0          0       2707          0          1          0          0
1800.01/1800.06	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.01/1800.06	c   root node        :          -       2707          -          -       5414          -          -          -          -
1800.01/1800.06	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.01/1800.06	c   integral         :          0          0          0     502944          0          4        367          0          0     764848
1800.01/1800.06	c   indicator        :       2707          0     710514      52101          0         48     720957          0          0          0
1800.01/1800.06	c   linear           :       2707          6    3867893     119982          0     312802   18782968     650543          0          0
1800.01/1800.06	c   logicor          :          0+         0    1143561          0          0      44980     981314          0          0          0
1800.01/1800.06	c   countsols        :          0          0          0      36039          0          0          0          0          0          0
1800.01/1800.06	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.01/1800.06	c   integral         :      15.39       0.00       0.00      15.39       0.00
1800.01/1800.06	c   indicator        :      11.24       0.00       3.65       7.59       0.00
1800.01/1800.06	c   linear           :     191.80       0.01     184.23       7.56       0.00
1800.01/1800.06	c   logicor          :     321.58       0.00     321.58       0.00       0.00
1800.01/1800.06	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.01/1800.06	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.01/1800.06	c   vbounds          :       0.00          2          0          0
1800.01/1800.06	c   rootredcost      :       0.02         48          0       2707
1800.01/1800.06	c   pseudoobj        :     182.06    3869490       1283     415142
1800.01/1800.06	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.01/1800.06	c   propagation      :      18.29     359065     358785    2323147       29.1      10139       25.9          -
1800.01/1800.06	c   infeasible LP    :       6.73      19012      19012     155050       45.2        251       19.7          0
1800.01/1800.06	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.01/1800.06	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.01/1800.06	c   pseudo solution  :       0.00         39         39        162       13.8         35        5.4          -
1800.01/1800.06	c   applied globally :          -          -          -     962103       23.0          -          -          -
1800.01/1800.06	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.01/1800.06	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.01/1800.06	c   cut pool         :       0.00          3          -          -         30          -    (maximal pool size: 86)
1800.01/1800.06	c   redcost          :      34.04     503823          0     259777          0          0
1800.01/1800.06	c   impliedbounds    :       0.00          4          0          0          0          0
1800.01/1800.06	c   intobj           :       0.00          0          0          0          0          0
1800.01/1800.06	c   cgmip            :       0.00          0          0          0          0          0
1800.01/1800.06	c   gomory           :       0.00          4          0          0         86          0
1800.01/1800.06	c   strongcg         :       0.00          4          0          0          0          0
1800.01/1800.06	c   cmir             :       0.01          4          0          0          0          0
1800.01/1800.06	c   flowcover        :       0.02          4          0          0          0          0
1800.01/1800.06	c   clique           :       0.00          1          0          0          0          0
1800.01/1800.06	c   zerohalf         :       0.00          0          0          0          0          0
1800.01/1800.06	c   mcf              :       0.00          1          0          0          0          0
1800.01/1800.06	c   rapidlearning    :       0.00          0          0          0          0          0
1800.01/1800.06	c Pricers            :       Time      Calls       Vars
1800.01/1800.06	c   problem variables:       0.00          0          0
1800.01/1800.06	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.01/1800.06	c   relpscost        :      15.30     382705          4        367          0          0     764848
1800.01/1800.06	c   pscost           :       0.00          0          0          0          0          0          0
1800.01/1800.06	c   inference        :       7.04      35991          0          0          0          0      71982
1800.01/1800.06	c   mostinf          :       0.00          0          0          0          0          0          0
1800.01/1800.06	c   leastinf         :       0.00          0          0          0          0          0          0
1800.01/1800.06	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.01/1800.06	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.01/1800.06	c   random           :       0.00          0          0          0          0          0          0
1800.01/1800.06	c Primal Heuristics  :       Time      Calls      Found
1800.01/1800.06	c   LP solutions     :       0.11          -         48
1800.01/1800.06	c   pseudo solutions :       0.00          -          0
1800.01/1800.06	c   feaspump         :       0.01          0          0
1800.01/1800.06	c   intshifting      :       0.00          4          0
1800.01/1800.06	c   oneopt           :       0.22         41          0
1800.01/1800.06	c   crossover        :       1.14         41          0
1800.01/1800.06	c   guideddiving     :       0.41        262          0
1800.01/1800.06	c   linesearchdiving :       0.59        382          0
1800.01/1800.06	c   pscostdiving     :       0.49        382          0
1800.01/1800.06	c   fracdiving       :       0.65        382          0
1800.01/1800.06	c   veclendiving     :       0.51        383          0
1800.01/1800.06	c   coefdiving       :       0.70        383          0
1800.01/1800.06	c   rootsoldiving    :       0.54        379          0
1800.01/1800.06	c   objpscostdiving  :       0.56        380          0
1800.01/1800.06	c   trivial          :       0.08          2          2
1800.01/1800.06	c   simplerounding   :       0.39     382814          0
1800.01/1800.06	c   zirounding       :       0.21       1000          0
1800.01/1800.06	c   rounding         :       1.60       8679          0
1800.01/1800.06	c   shifting         :       0.97       2766          0
1800.01/1800.06	c   twoopt           :       0.00          0          0
1800.01/1800.06	c   fixandinfer      :       0.00          0          0
1800.01/1800.06	c   intdiving        :       0.00          0          0
1800.01/1800.06	c   actconsdiving    :       0.00          0          0
1800.01/1800.06	c   octane           :       0.00          0          0
1800.01/1800.06	c   rens             :       0.03          1          0
1800.01/1800.06	c   rins             :       0.00          0          0
1800.01/1800.06	c   localbranching   :       0.00          0          0
1800.01/1800.06	c   mutation         :       0.00          0          0
1800.01/1800.06	c   dins             :       0.00          0          0
1800.01/1800.06	c   undercover       :       0.00          0          0
1800.01/1800.06	c   nlp              :       0.00          0          0
1800.01/1800.06	c   trysol           :       1.39       3630        127
1800.01/1800.06	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.01/1800.06	c   primal LP        :       0.01          0          0       0.00       0.00
1800.01/1800.06	c   dual LP          :     388.45     486598    2673572       5.49    6882.67
1800.01/1800.06	c   lex dual LP      :       0.00          0          0       0.00          -
1800.01/1800.06	c   barrier LP       :       0.00          0          0       0.00          -
1800.01/1800.06	c   diving/probing LP:       0.10         72       1142      15.86   11420.00
1800.01/1800.06	c   strong branching :      12.49       8383      77334       9.23    6191.67
1800.01/1800.06	c     (at root node) :          -         32       1061      33.16          -
1800.01/1800.06	c   conflict analysis:       0.00          0          0       0.00          -
1800.01/1800.06	c B&B Tree           :
1800.01/1800.06	c   number of runs   :          1
1800.01/1800.06	c   nodes            :     734734
1800.01/1800.06	c   nodes (total)    :     734734
1800.01/1800.06	c   nodes left       :       1508
1800.01/1800.06	c   max depth        :        427
1800.01/1800.06	c   max depth (total):        427
1800.01/1800.06	c   backtracks       :      74191 (10.1%)
1800.01/1800.06	c   delayed cutoffs  :      62990
1800.01/1800.06	c   repropagations   :    1888962 (3783920 domain reductions, 61856 cutoffs)
1800.01/1800.06	c   avg switch length:       6.67
1800.01/1800.06	c   switching time   :     293.15
1800.01/1800.06	c Solution           :
1800.01/1800.06	c   Solutions found  :        177 (49 improvements)
1800.01/1800.06	c   First Solution   : +1.37945000000000e+05   (in run 1, after 0 nodes, 0.02 seconds, depth 0, found by <trivial>)
1800.01/1800.06	c   Primal Bound     : +1.00000000000000e+00   (in run 1, after 157383 nodes, 306.56 seconds, depth 29, found by <relaxation>)
1800.01/1800.06	c   Dual Bound       : +0.00000000000000e+00
1800.01/1800.06	c   Gap              :   infinite
1800.01/1800.06	c   Root Dual Bound  : +0.00000000000000e+00
1800.01/1800.06	c   Root Iterations  :        106
1800.11/1800.15	c Time complete: 1800.16.

Verifier Data

OK	1

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2692355-1277927752/watcher-2692355-1277927752 -o /tmp/evaluation-result-2692355-1277927752/solver-2692355-1277927752 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2692355-1277927752.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.38 2.15 2.08 4/196 14377
/proc/meminfo: memFree=30914680/32950928 swapFree=67111528/67111528
[pid=14377] ppid=14375 vsize=9744 CPUtime=0
/proc/14377/stat : 14377 (pbscip.linux.x8) R 14375 14377 12818 0 -1 4202496 1733 0 0 0 0 0 0 0 25 0 1 0 134071597 9977856 1652 4089446400 4194304 8223781 140735483717504 18446744073709551615 6205568 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/14377/statm: 2436 1657 369 984 0 1449 0

[startup+0.0258331 s]
/proc/loadavg: 2.38 2.15 2.08 4/196 14377
/proc/meminfo: memFree=30914680/32950928 swapFree=67111528/67111528
[pid=14377] ppid=14375 vsize=15580 CPUtime=0.02
/proc/14377/stat : 14377 (pbscip.linux.x8) R 14375 14377 12818 0 -1 4202496 3187 0 0 0 2 0 0 0 25 0 1 0 134071597 15953920 3106 4089446400 4194304 8223781 140735483717504 18446744073709551615 7165164 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/14377/statm: 3895 3106 369 984 0 2908 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 15580

[startup+0.100818 s]
/proc/loadavg: 2.38 2.15 2.08 4/196 14377
/proc/meminfo: memFree=30914680/32950928 swapFree=67111528/67111528
[pid=14377] ppid=14375 vsize=35144 CPUtime=0.09
/proc/14377/stat : 14377 (pbscip.linux.x8) R 14375 14377 12818 0 -1 4202496 8089 0 0 0 9 0 0 0 25 0 1 0 134071597 35987456 7644 4089446400 4194304 8223781 140735483717504 18446744073709551615 4240875 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/14377/statm: 8786 7644 422 984 0 7799 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 35144

[startup+0.300787 s]
/proc/loadavg: 2.38 2.15 2.08 4/196 14377
/proc/meminfo: memFree=30914680/32950928 swapFree=67111528/67111528
[pid=14377] ppid=14375 vsize=58884 CPUtime=0.29
/proc/14377/stat : 14377 (pbscip.linux.x8) R 14375 14377 12818 0 -1 4202496 14587 0 0 0 26 3 0 0 25 0 1 0 134071597 60297216 13529 4089446400 4194304 8223781 140735483717504 18446744073709551615 4390924 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/14377/statm: 14721 13537 564 984 0 13734 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 58884

[startup+0.700769 s]
/proc/loadavg: 2.38 2.15 2.08 4/196 14377
/proc/meminfo: memFree=30914680/32950928 swapFree=67111528/67111528
[pid=14377] ppid=14375 vsize=43084 CPUtime=0.69
/proc/14377/stat : 14377 (pbscip.linux.x8) R 14375 14377 12818 0 -1 4202496 15656 0 0 0 63 6 0 0 25 0 1 0 134071597 44118016 9710 4089446400 4194304 8223781 140735483717504 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/14377/statm: 10771 9710 575 984 0 9784 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 43084

[startup+1.50064 s]
/proc/loadavg: 2.38 2.15 2.08 3/197 14378
/proc/meminfo: memFree=30878380/32950928 swapFree=67111528/67111528
[pid=14377] ppid=14375 vsize=44424 CPUtime=1.49
/proc/14377/stat : 14377 (pbscip.linux.x8) R 14375 14377 12818 0 -1 4202496 15920 0 0 0 141 8 0 0 25 0 1 0 134071597 45490176 9974 4089446400 4194304 8223781 140735483717504 18446744073709551615 4819806 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/14377/statm: 11106 9974 578 984 0 10119 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 44424

[startup+3.10032 s]
/proc/loadavg: 2.38 2.15 2.08 3/197 14378
/proc/meminfo: memFree=30875528/32950928 swapFree=67111528/67111528
[pid=14377] ppid=14375 vsize=49980 CPUtime=3.09
/proc/14377/stat : 14377 (pbscip.linux.x8) R 14375 14377 12818 0 -1 4202496 22292 0 0 0 295 14 0 0 25 0 1 0 134071597 51179520 11273 4089446400 4194304 8223781 140735483717504 18446744073709551615 5813876 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/14377/statm: 12495 11273 579 984 0 11508 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 49980

[startup+6.30078 s]
/proc/loadavg: 2.35 2.15 2.08 3/197 14378
/proc/meminfo: memFree=30866280/32950928 swapFree=67111528/67111528
[pid=14377] ppid=14375 vsize=55300 CPUtime=6.28
/proc/14377/stat : 14377 (pbscip.linux.x8) R 14375 14377 12818 0 -1 4202496 28078 0 0 0 605 23 0 0 25 0 1 0 134071597 56627200 12687 4089446400 4194304 8223781 140735483717504 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/14377/statm: 13825 12687 579 984 0 12838 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 55300

[startup+12.7008 s]
/proc/loadavg: 2.32 2.15 2.08 3/197 14378
/proc/meminfo: memFree=30860444/32950928 swapFree=67111528/67111528
[pid=14377] ppid=14375 vsize=63140 CPUtime=12.69
/proc/14377/stat : 14377 (pbscip.linux.x8) R 14375 14377 12818 0 -1 4202496 39203 0 0 0 1231 38 0 0 25 0 1 0 134071597 64655360 14650 4089446400 4194304 8223781 140735483717504 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/14377/statm: 15785 14650 579 984 0 14798 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 63140

[startup+25.5007 s]
/proc/loadavg: 2.25 2.14 2.08 3/197 14378
/proc/meminfo: memFree=30845608/32950928 swapFree=67111528/67111528
[pid=14377] ppid=14375 vsize=78144 CPUtime=25.49
/proc/14377/stat : 14377 (pbscip.linux.x8) R 14375 14377 12818 0 -1 4202496 48160 0 0 0 2488 61 0 0 25 0 1 0 134071597 80019456 18431 4089446400 4194304 8223781 140735483717504 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/14377/statm: 19536 18431 579 984 0 18549 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 78144

[startup+51.1003 s]
/proc/loadavg: 2.16 2.13 2.08 3/197 14380
/proc/meminfo: memFree=30814948/32950928 swapFree=67111528/67111528
[pid=14377] ppid=14375 vsize=107924 CPUtime=51.09
/proc/14377/stat : 14377 (pbscip.linux.x8) R 14375 14377 12818 0 -1 4202496 97760 0 0 0 4992 117 0 0 25 0 1 0 134071597 110514176 25917 4089446400 4194304 8223781 140735483717504 18446744073709551615 4407837 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/14377/statm: 26981 25917 583 984 0 25994 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 107924

[startup+102.307 s]
/proc/loadavg: 2.07 2.11 2.07 3/197 14380
/proc/meminfo: memFree=30763676/32950928 swapFree=67111528/67111528
[pid=14377] ppid=14375 vsize=157860 CPUtime=102.29
/proc/14377/stat : 14377 (pbscip.linux.x8) R 14375 14377 12818 0 -1 4202496 208380 0 0 0 9978 251 0 0 25 0 1 0 134071597 161648640 38296 4089446400 4194304 8223781 140735483717504 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/14377/statm: 39465 38296 591 984 0 38478 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 157860

[startup+162.301 s]
/proc/loadavg: 2.06 2.10 2.07 3/197 14382
/proc/meminfo: memFree=30755316/32950928 swapFree=67111528/67111528
[pid=14377] ppid=14375 vsize=166336 CPUtime=162.29
/proc/14377/stat : 14377 (pbscip.linux.x8) R 14375 14377 12818 0 -1 4202496 253626 0 0 0 15771 458 0 0 25 0 1 0 134071597 170328064 40389 4089446400 4194304 8223781 140735483717504 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/14377/statm: 41584 40389 591 984 0 40597 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 166336

[startup+222.3 s]
/proc/loadavg: 2.02 2.08 2.06 3/197 14384
/proc/meminfo: memFree=30750500/32950928 swapFree=67111528/67111528
[pid=14377] ppid=14375 vsize=170952 CPUtime=222.29
/proc/14377/stat : 14377 (pbscip.linux.x8) R 14375 14377 12818 0 -1 4202496 263248 0 0 0 21570 659 0 0 25 0 1 0 134071597 175054848 41548 4089446400 4194304 8223781 140735483717504 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/14377/statm: 42738 41548 599 984 0 41751 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 170952

[startup+282.3 s]
/proc/loadavg: 2.00 2.06 2.06 3/197 14386
/proc/meminfo: memFree=30746856/32950928 swapFree=67111528/67111528
[pid=14377] ppid=14375 vsize=174876 CPUtime=282.29
/proc/14377/stat : 14377 (pbscip.linux.x8) R 14375 14377 12818 0 -1 4202496 266040 0 0 0 27398 831 0 0 25 0 1 0 134071597 179073024 42500 4089446400 4194304 8223781 140735483717504 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/14377/statm: 43719 42500 599 984 0 42732 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 174876

[startup+342.3 s]
/proc/loadavg: 2.00 2.05 2.05 3/197 14395
/proc/meminfo: memFree=30743520/32950928 swapFree=67111528/67111528
[pid=14377] ppid=14375 vsize=176340 CPUtime=342.29
/proc/14377/stat : 14377 (pbscip.linux.x8) R 14375 14377 12818 0 -1 4202496 294981 0 0 0 33203 1026 0 0 25 0 1 0 134071597 180572160 42875 4089446400 4194304 8223781 140735483717504 18446744073709551615 6003432 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/14377/statm: 44085 42875 599 984 0 43098 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 176340

[startup+402.301 s]
/proc/loadavg: 2.00 2.04 2.05 3/197 14397
/proc/meminfo: memFree=30743480/32950928 swapFree=67111528/67111528
[pid=14377] ppid=14375 vsize=176544 CPUtime=402.3
/proc/14377/stat : 14377 (pbscip.linux.x8) R 14375 14377 12818 0 -1 4202496 299462 0 0 0 38994 1236 0 0 25 0 1 0 134071597 180781056 42918 4089446400 4194304 8223781 140735483717504 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/14377/statm: 44136 42918 601 984 0 43149 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 176544

[startup+462.301 s]
/proc/loadavg: 2.00 2.03 2.04 3/197 14399
/proc/meminfo: memFree=30743196/32950928 swapFree=67111528/67111528
[pid=14377] ppid=14375 vsize=177088 CPUtime=462.29
/proc/14377/stat : 14377 (pbscip.linux.x8) R 14375 14377 12818 0 -1 4202496 304778 0 0 0 44780 1449 0 0 25 0 1 0 134071597 181338112 43014 4089446400 4194304 8223781 140735483717504 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/14377/statm: 44272 43014 601 984 0 43285 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 177088

[startup+522.301 s]
/proc/loadavg: 1.93 2.00 2.03 3/179 14452
/proc/meminfo: memFree=31398156/32950928 swapFree=67111528/67111528
[pid=14377] ppid=14375 vsize=177652 CPUtime=522.3
/proc/14377/stat : 14377 (pbscip.linux.x8) R 14375 14377 12818 0 -1 4202496 306775 0 0 0 50577 1653 0 0 25 0 1 0 134071597 181915648 43145 4089446400 4194304 8223781 140735483717504 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/14377/statm: 44413 43145 601 984 0 43426 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 177652

[startup+582.301 s]
/proc/loadavg: 1.97 2.00 2.02 3/179 14454
/proc/meminfo: memFree=31207100/32950928 swapFree=67111528/67111528
[pid=14377] ppid=14375 vsize=179428 CPUtime=582.29
/proc/14377/stat : 14377 (pbscip.linux.x8) R 14375 14377 12818 0 -1 4202496 307219 0 0 0 56394 1835 0 0 25 0 1 0 134071597 183734272 43578 4089446400 4194304 8223781 140735483717504 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/14377/statm: 44857 43578 601 984 0 43870 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 179428

[startup+642.301 s]
/proc/loadavg: 1.99 2.00 2.02 4/179 14454
/proc/meminfo: memFree=31031240/32950928 swapFree=67111528/67111528
[pid=14377] ppid=14375 vsize=179816 CPUtime=642.3
/proc/14377/stat : 14377 (pbscip.linux.x8) R 14375 14377 12818 0 -1 4202496 307350 0 0 0 62229 2001 0 0 25 0 1 0 134071597 184131584 43706 4089446400 4194304 8223781 140735483717504 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/14377/statm: 44954 43706 599 984 0 43967 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 179816

[startup+702.3 s]

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

[startup+882.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/179 14462
/proc/meminfo: memFree=30383212/32950928 swapFree=67111528/67111528
[pid=14377] ppid=14375 vsize=182732 CPUtime=882.29
/proc/14377/stat : 14377 (pbscip.linux.x8) R 14375 14377 12818 0 -1 4202496 312434 0 0 0 85490 2739 0 0 25 0 1 0 134071597 187117568 44367 4089446400 4194304 8223781 140735483717504 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/14377/statm: 45683 44367 599 984 0 44696 0
Current children cumulated CPU time (s) 882.29
Current children cumulated vsize (KiB) 182732

[startup+942.301 s]
/proc/loadavg: 1.99 2.00 2.00 3/179 14489
/proc/meminfo: memFree=31338708/32950928 swapFree=67111528/67111528
[pid=14377] ppid=14375 vsize=183504 CPUtime=942.29
/proc/14377/stat : 14377 (pbscip.linux.x8) R 14375 14377 12818 0 -1 4202496 312581 0 0 0 91291 2938 0 0 25 0 1 0 134071597 187908096 44514 4089446400 4194304 8223781 140735483717504 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/14377/statm: 45876 44514 599 984 0 44889 0
Current children cumulated CPU time (s) 942.29
Current children cumulated vsize (KiB) 183504

[startup+1002.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/179 14491
/proc/meminfo: memFree=31260168/32950928 swapFree=67111528/67111528
[pid=14377] ppid=14375 vsize=183828 CPUtime=1002.29
/proc/14377/stat : 14377 (pbscip.linux.x8) R 14375 14377 12818 0 -1 4202496 312678 0 0 0 97103 3126 0 0 25 0 1 0 134071597 188239872 44611 4089446400 4194304 8223781 140735483717504 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/14377/statm: 45957 44611 599 984 0 44970 0
Current children cumulated CPU time (s) 1002.29
Current children cumulated vsize (KiB) 183828

[startup+1062.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/179 14493
/proc/meminfo: memFree=31186604/32950928 swapFree=67111528/67111528
[pid=14377] ppid=14375 vsize=184952 CPUtime=1062.29
/proc/14377/stat : 14377 (pbscip.linux.x8) R 14375 14377 12818 0 -1 4202496 312964 0 0 0 102942 3287 0 0 25 0 1 0 134071597 189390848 44883 4089446400 4194304 8223781 140735483717504 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/14377/statm: 46238 44883 599 984 0 45251 0
Current children cumulated CPU time (s) 1062.29
Current children cumulated vsize (KiB) 184952

[startup+1122.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/179 14495
/proc/meminfo: memFree=31126924/32950928 swapFree=67111528/67111528
[pid=14377] ppid=14375 vsize=187132 CPUtime=1122.29
/proc/14377/stat : 14377 (pbscip.linux.x8) R 14375 14377 12818 0 -1 4202496 313481 0 0 0 108796 3433 0 0 25 0 1 0 134071597 191623168 45400 4089446400 4194304 8223781 140735483717504 18446744073709551615 6003349 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/14377/statm: 46783 45400 599 984 0 45796 0
Current children cumulated CPU time (s) 1122.29
Current children cumulated vsize (KiB) 187132

[startup+1182.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/179 14497
/proc/meminfo: memFree=31104548/32950928 swapFree=67111528/67111528
[pid=14377] ppid=14375 vsize=190392 CPUtime=1182.3
/proc/14377/stat : 14377 (pbscip.linux.x8) R 14375 14377 12818 0 -1 4202496 314320 0 0 0 114664 3566 0 0 25 0 1 0 134071597 194961408 46239 4089446400 4194304 8223781 140735483717504 18446744073709551615 4219802 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/14377/statm: 47598 46239 599 984 0 46611 0
Current children cumulated CPU time (s) 1182.3
Current children cumulated vsize (KiB) 190392

[startup+1242.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/179 14497
/proc/meminfo: memFree=31101040/32950928 swapFree=67111528/67111528
[pid=14377] ppid=14375 vsize=192356 CPUtime=1242.29
/proc/14377/stat : 14377 (pbscip.linux.x8) R 14375 14377 12818 0 -1 4202496 314826 0 0 0 120515 3714 0 0 25 0 1 0 134071597 196972544 46738 4089446400 4194304 8223781 140735483717504 18446744073709551615 5955613 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/14377/statm: 48089 46738 599 984 0 47102 0
Current children cumulated CPU time (s) 1242.29
Current children cumulated vsize (KiB) 192356

[startup+1302.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/179 14499
/proc/meminfo: memFree=31100880/32950928 swapFree=67111528/67111528
[pid=14377] ppid=14375 vsize=192908 CPUtime=1302.3
/proc/14377/stat : 14377 (pbscip.linux.x8) R 14375 14377 12818 0 -1 4202496 316695 0 0 0 126373 3857 0 0 25 0 1 0 134071597 197537792 46782 4089446400 4194304 8223781 140735483717504 18446744073709551615 4999855 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/14377/statm: 48227 46782 599 984 0 47240 0
Current children cumulated CPU time (s) 1302.3
Current children cumulated vsize (KiB) 192908

[startup+1362.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 14501
/proc/meminfo: memFree=31099288/32950928 swapFree=67111528/67111528
[pid=14377] ppid=14375 vsize=193160 CPUtime=1362.3
/proc/14377/stat : 14377 (pbscip.linux.x8) R 14375 14377 12818 0 -1 4202496 316762 0 0 0 132230 4000 0 0 25 0 1 0 134071597 197795840 46845 4089446400 4194304 8223781 140735483717504 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/14377/statm: 48290 46845 599 984 0 47303 0
Current children cumulated CPU time (s) 1362.3
Current children cumulated vsize (KiB) 193160

[startup+1422.31 s]
/proc/loadavg: 2.07 2.02 2.00 3/179 14503
/proc/meminfo: memFree=31098276/32950928 swapFree=67111528/67111528
[pid=14377] ppid=14375 vsize=193720 CPUtime=1422.3
/proc/14377/stat : 14377 (pbscip.linux.x8) R 14375 14377 12818 0 -1 4202496 316892 0 0 0 138078 4152 0 0 25 0 1 0 134071597 198369280 46975 4089446400 4194304 8223781 140735483717504 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/14377/statm: 48430 46975 599 984 0 47443 0
Current children cumulated CPU time (s) 1422.3
Current children cumulated vsize (KiB) 193720

[startup+1482.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 14505
/proc/meminfo: memFree=31096140/32950928 swapFree=67111528/67111528
[pid=14377] ppid=14375 vsize=194192 CPUtime=1482.31
/proc/14377/stat : 14377 (pbscip.linux.x8) R 14375 14377 12818 0 -1 4202496 317023 0 0 0 143940 4291 0 0 25 0 1 0 134071597 198852608 47106 4089446400 4194304 8223781 140735483717504 18446744073709551615 4221404 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/14377/statm: 48548 47106 599 984 0 47561 0
Current children cumulated CPU time (s) 1482.31
Current children cumulated vsize (KiB) 194192

[startup+1542.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 14505
/proc/meminfo: memFree=31092404/32950928 swapFree=67111528/67111528
[pid=14377] ppid=14375 vsize=194332 CPUtime=1542.3
/proc/14377/stat : 14377 (pbscip.linux.x8) R 14375 14377 12818 0 -1 4202496 317058 0 0 0 149800 4430 0 0 25 0 1 0 134071597 198995968 47141 4089446400 4194304 8223781 140735483717504 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/14377/statm: 48583 47141 599 984 0 47596 0
Current children cumulated CPU time (s) 1542.3
Current children cumulated vsize (KiB) 194332

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 14507
/proc/meminfo: memFree=31089396/32950928 swapFree=67111528/67111528
[pid=14377] ppid=14375 vsize=195044 CPUtime=1602.3
/proc/14377/stat : 14377 (pbscip.linux.x8) R 14375 14377 12818 0 -1 4202496 317174 0 0 0 155655 4575 0 0 25 0 1 0 134071597 199725056 47257 4089446400 4194304 8223781 140735483717504 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/14377/statm: 48761 47257 599 984 0 47774 0
Current children cumulated CPU time (s) 1602.3
Current children cumulated vsize (KiB) 195044

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 14509
/proc/meminfo: memFree=31088872/32950928 swapFree=67111528/67111528
[pid=14377] ppid=14375 vsize=195432 CPUtime=1662.3
/proc/14377/stat : 14377 (pbscip.linux.x8) R 14375 14377 12818 0 -1 4202496 317269 0 0 0 161521 4709 0 0 25 0 1 0 134071597 200122368 47352 4089446400 4194304 8223781 140735483717504 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/14377/statm: 48858 47352 599 984 0 47871 0
Current children cumulated CPU time (s) 1662.3
Current children cumulated vsize (KiB) 195432

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 14511
/proc/meminfo: memFree=31087716/32950928 swapFree=67111528/67111528
[pid=14377] ppid=14375 vsize=195460 CPUtime=1722.3
/proc/14377/stat : 14377 (pbscip.linux.x8) R 14375 14377 12818 0 -1 4202496 317288 0 0 0 167380 4850 0 0 25 0 1 0 134071597 200151040 47371 4089446400 4194304 8223781 140735483717504 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/14377/statm: 48865 47371 599 984 0 47878 0
Current children cumulated CPU time (s) 1722.3
Current children cumulated vsize (KiB) 195460

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 14513
/proc/meminfo: memFree=31086928/32950928 swapFree=67111528/67111528
[pid=14377] ppid=14375 vsize=195460 CPUtime=1782.3
/proc/14377/stat : 14377 (pbscip.linux.x8) R 14375 14377 12818 0 -1 4202496 317298 0 0 0 173234 4996 0 0 25 0 1 0 134071597 200151040 47381 4089446400 4194304 8223781 140735483717504 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/14377/statm: 48865 47381 599 984 0 47878 0
Current children cumulated CPU time (s) 1782.3
Current children cumulated vsize (KiB) 195460



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 14513
/proc/meminfo: memFree=31087044/32950928 swapFree=67111528/67111528
[pid=14377] ppid=14375 vsize=195460 CPUtime=1800.01
/proc/14377/stat : 14377 (pbscip.linux.x8) R 14375 14377 12818 0 -1 4202496 317298 0 0 0 174959 5042 0 0 25 0 1 0 134071597 200151040 47381 4089446400 4194304 8223781 140735483717504 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/14377/statm: 48865 47381 599 984 0 47878 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 195460

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 14513
/proc/meminfo: memFree=31087044/32950928 swapFree=67111528/67111528
[pid=14377] ppid=14375 vsize=162592 CPUtime=1800.11
/proc/14377/stat : 14377 (pbscip.linux.x8) R 14375 14377 12818 0 -1 4202496 317344 0 0 0 174969 5042 0 0 25 0 1 0 134071597 166494208 39125 4089446400 4194304 8223781 140735483717504 18446744073709551615 6207090 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/14377/statm: 40648 39125 601 984 0 39661 0
Current children cumulated CPU time (s) 1800.11
Current children cumulated vsize (KiB) 162592

Child status: 0
Real time (s): 1800.15
CPU time (s): 1800.16
CPU user time (s): 1749.73
CPU system time (s): 50.4343
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 195460

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

runsolver used 3.48947 second user time and 6.23505 second system time

The end

Launcher Data

Begin job on node126 at 2010-06-30 21:55:52
IDJOB=2692355
IDBENCH=79282
IDSOLVER=1204
FILE ID=node126/2692355-1277927752
PBS_JOBID= 11197344
Free space on /tmp= 74192 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.1900546417--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-2692355-1277927752/watcher-2692355-1277927752 -o /tmp/evaluation-result-2692355-1277927752/solver-2692355-1277927752 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2692355-1277927752.wbo -t 1800 -m 3800

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

MD5SUM BENCH= 0e9942c7ddaaf04ff12871ed1ee37357
RANDOM SEED=1850448793

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      30915084 kB
Buffers:        208120 kB
Cached:         925576 kB
SwapCached:          0 kB
Active:        1222132 kB
Inactive:       669360 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      30915084 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            4700 kB
Writeback:           0 kB
AnonPages:      757616 kB
Mapped:          20496 kB
Slab:            78992 kB
PageTables:       6380 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  1653864 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= 74184 MiB
End job on node126 at 2010-06-30 22:25:54