Trace number 3447821

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
SCIP spx SCIP 2.0.1.4. with SoPlex 1.5.0.4MSAT (TO) 1800.07 1800.01

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900554420--soft-66-100-0.wbo
MD5SUMb79c8ce52bbf55b2415ca4df8d18f0c8
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark22.2586
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables231
Total number of constraints2707
Number of soft constraints906
Number of constraints which are clauses2684
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint110
Top cost 44555
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 44554
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 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 2.0.1.4 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.5.0.4]
0.00/0.00	c Copyright (c) 2002-2011 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-3447821-1307898650.wbo>
0.00/0.02	c original problem has 1137 variables (1137 bin, 0 int, 0 impl, 0 cont) and 2708 constraints
0.00/0.02	c problem read
0.00/0.02	c presolving settings loaded
0.00/0.04	c presolving:
0.00/0.04	c (round 1) 0 del vars, 1 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 210 impls, 14 clqs
0.05/0.07	c (round 2) 0 del vars, 165 del conss, 0 add conss, 906 chg bounds, 52 chg sides, 0 chg coeffs, 0 upgd conss, 210 impls, 14 clqs
0.05/0.08	c (round 3) 104 del vars, 266 del conss, 0 add conss, 924 chg bounds, 135 chg sides, 0 chg coeffs, 0 upgd conss, 210 impls, 14 clqs
0.05/0.09	c (round 4) 140 del vars, 266 del conss, 0 add conss, 924 chg bounds, 135 chg sides, 0 chg coeffs, 1676 upgd conss, 210 impls, 14 clqs
0.08/0.10	c (round 5) 140 del vars, 269 del conss, 0 add conss, 924 chg bounds, 135 chg sides, 0 chg coeffs, 1676 upgd conss, 210 impls, 14 clqs
0.08/0.14	c    (0.1s) probing: 101/1067 (9.5%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.08/0.14	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.08/0.14	c presolving (6 rounds):
0.08/0.14	c  140 deleted vars, 269 deleted constraints, 0 added constraints, 924 tightened bounds, 0 added holes, 135 changed sides, 0 changed coefficients
0.08/0.14	c  1046 implications, 14 cliques
0.08/0.14	c presolved problem has 1903 variables (1067 bin, 0 int, 836 impl, 0 cont) and 3345 constraints
0.08/0.14	c       1 constraints of type <knapsack>
0.08/0.14	c      51 constraints of type <setppc>
0.08/0.14	c     836 constraints of type <linear>
0.08/0.14	c     836 constraints of type <indicator>
0.08/0.14	c    1621 constraints of type <logicor>
0.08/0.14	c transformed objective value is always integral (scale: 1)
0.08/0.14	c Presolving Time: 0.11
0.08/0.14	c - non default parameters ----------------------------------------------------------------------
0.08/0.14	c # SCIP version 2.0.1.4
0.08/0.14	c 
0.08/0.14	c # frequency for displaying node information lines
0.08/0.14	c # [type: int, range: [-1,2147483647], default: 100]
0.08/0.14	c display/freq = 10000
0.08/0.14	c 
0.08/0.14	c # maximal time in seconds to run
0.08/0.14	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.08/0.14	c limits/time = 1800
0.08/0.14	c 
0.08/0.14	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.08/0.14	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.08/0.14	c limits/memory = 13950
0.08/0.14	c 
0.08/0.14	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.08/0.14	c # [type: int, range: [1,2], default: 1]
0.08/0.14	c timing/clocktype = 2
0.08/0.14	c 
0.08/0.14	c # belongs reading time to solving time?
0.08/0.14	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.08/0.14	c timing/reading = TRUE
0.08/0.14	c 
0.08/0.14	c # should presolving try to simplify inequalities
0.08/0.14	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.08/0.14	c constraints/linear/simplifyinequalities = TRUE
0.08/0.14	c 
0.08/0.14	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.08/0.14	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.08/0.14	c constraints/indicator/addCouplingCons = TRUE
0.08/0.14	c 
0.08/0.14	c # should presolving try to simplify knapsacks
0.08/0.14	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.08/0.14	c constraints/knapsack/simplifyinequalities = TRUE
0.08/0.14	c 
0.08/0.14	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.08/0.14	c # [type: int, range: [-1,2147483647], default: -1]
0.08/0.14	c separating/rapidlearning/freq = 0
0.08/0.14	c 
0.08/0.14	c -----------------------------------------------------------------------------------------------
0.08/0.14	c start solving
0.08/0.14	c 
0.08/0.16	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.08/0.16	c   0.2s|     1 |     0 |    84 |     - |8178k|   0 |  39 |1903 |4191 |1903 |2509 |   0 |  10 |   0 | 0.000000e+00 |      --      |    Inf 
0.59/0.60	o 41103
0.59/0.60	c y 0.6s|     1 |     0 |  4135 |     - |8306k|   0 |  39 |1903 |4191 |1903 |2509 |   0 |  10 |   0 | 0.000000e+00 | 4.110300e+04 |    Inf 
0.79/0.83	c   0.8s|     1 |     0 |  4150 |     - |9152k|   0 |  44 |1903 |4195 |1903 |2517 |   8 |  10 |   0 | 0.000000e+00 | 4.110300e+04 |    Inf 
0.89/0.93	c   0.9s|     1 |     0 |  4235 |     - |9567k|   0 |  46 |1903 |4195 |1903 |2522 |  13 |  10 |   0 | 0.000000e+00 | 4.110300e+04 |    Inf 
1.09/1.11	c   1.1s|     1 |     0 |  4261 |     - |9574k|   0 |  53 |1903 |4195 |1903 |2528 |  19 |  10 |   0 | 0.000000e+00 | 4.110300e+04 |    Inf 
1.28/1.30	c   1.3s|     1 |     0 |  4266 |     - |9574k|   0 |  53 |1903 |4195 |1903 |2531 |  22 |  10 |   0 | 0.000000e+00 | 4.110300e+04 |    Inf 
1.79/1.85	c   1.9s|     1 |     2 |  4266 |     - |9574k|   0 |  53 |1903 |4195 |1903 |2531 |  22 |  10 |   9 | 0.000000e+00 | 4.110300e+04 |    Inf 
3.19/3.22	o 668
3.19/3.22	c * 3.2s|    12 |    11 |  5135 |  79.0 |9803k|  11 |   - |1903 |4195 |1903 |2540 |  35 |  10 |  97 | 0.000000e+00 | 6.680000e+02 |    Inf 
3.19/3.25	o 530
3.19/3.25	c * 3.3s|    17 |    10 |  5156 |  55.6 |  10M|  13 |   - |1903 |4203 |1903 |2537 |  44 |  18 | 102 | 0.000000e+00 | 5.300000e+02 |    Inf 
5.19/5.27	o 507
5.19/5.27	c * 5.3s|    62 |    39 |  6811 |  41.7 |  10M|  15 |   - |1903 |4225 |1903 |2529 |  67 |  40 | 455 | 0.000000e+00 | 5.070000e+02 |    Inf 
8.49/8.52	o 484
8.49/8.52	c * 8.5s|   163 |    82 | 10073 |  35.8 |  11M|  21 |   - |1903 |4295 |1903 |2531 |  88 | 110 | 957 | 0.000000e+00 | 4.840000e+02 |    Inf 
8.80/8.88	o 450
8.80/8.88	c * 8.9s|   193 |    90 | 10397 |  31.9 |  11M|  22 |   - |1903 |4331 |1903 |2530 |  91 | 146 |1014 | 0.000000e+00 | 4.500000e+02 |    Inf 
9.90/9.93	o 397
9.90/9.93	c * 9.9s|   261 |   107 | 11441 |  27.6 |  12M|  25 |   - |1903 |4387 |1903 |2532 | 104 | 202 |1198 | 0.000000e+00 | 3.970000e+02 |    Inf 
9.90/9.96	o 380
9.90/9.96	c *10.0s|   269 |   107 | 11460 |  26.8 |  12M|  25 |   - |1903 |4394 |1903 |2529 | 106 | 209 |1198 | 0.000000e+00 | 3.800000e+02 |    Inf 
10.19/10.25	o 271
10.19/10.25	c *10.3s|   297 |   107 | 11818 |  25.5 |  12M|  25 |   - |1903 |4415 |1903 |2542 | 121 | 232 |1241 | 0.000000e+00 | 2.710000e+02 |    Inf 
10.59/10.68	o 247
10.59/10.68	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
10.59/10.68	c *10.7s|   365 |   117 | 12899 |  23.7 |  12M|  26 |   - |1903 |4496 |1903 |2543 | 148 | 319 |1298 | 0.000000e+00 | 2.470000e+02 |    Inf 
10.69/10.75	o 233
10.69/10.75	c *10.8s|   369 |   116 | 13097 |  24.0 |  12M|  26 |   - |1903 |4496 |1903 |2541 | 166 | 319 |1303 | 0.000000e+00 | 2.330000e+02 |    Inf 
15.69/15.74	o 209
15.69/15.74	c *15.7s|  1662 |   343 | 28674 |  14.7 |  16M|  44 |   - |1903 |5326 |1903 |2528 | 263 |1607 |1636 | 0.000000e+00 | 2.090000e+02 |    Inf 
20.39/20.44	o 162
20.39/20.44	c *20.4s|  3046 |   652 | 48022 |  14.4 |  17M|  49 |   - |1903 |5780 |1903 |2530 | 446 |2985 |1739 | 0.000000e+00 | 1.620000e+02 |    Inf 
21.79/21.85	o 146
21.79/21.85	c *21.9s|  3603 |   719 | 52677 |  13.4 |  18M|  49 |   - |1903 |6105 |1903 |2526 | 520 |3608 |1754 | 0.000000e+00 | 1.460000e+02 |    Inf 
24.49/24.57	o 115
24.49/24.57	c *24.6s|  4724 |   885 | 61831 |  12.2 |  19M|  49 |   - |1903 |6354 |1903 |2529 | 596 |4719 |1760 | 0.000000e+00 | 1.150000e+02 |    Inf 
30.59/30.68	o 109
30.59/30.68	c *30.7s|  6979 |  1086 | 83024 |  11.3 |  21M|  53 |   - |1903 |6114 |1903 |2526 | 678 |6902 |1831 | 0.000000e+00 | 1.090000e+02 |    Inf 
39.50/39.53	c  39.5s| 10000 |  1325 |116235 |  11.2 |  23M|  59 |  23 |1903 |6615 |1903 |2525 | 814 |9808 |1848 | 0.000000e+00 | 1.090000e+02 |    Inf 
55.39/55.43	o 106
55.39/55.43	c *55.4s| 15991 |  1546 |177252 |  10.8 |  27M|  59 |   - |1903 |7246 |1903 |2534 |1081 |  16k|1877 | 0.000000e+00 | 1.060000e+02 |    Inf 
65.19/65.22	o 104
65.19/65.22	c *65.2s| 19601 |  1654 |212457 |  10.6 |  28M|  59 |   - |1903 |7347 |1903 |2528 |1217 |  20k|1889 | 0.000000e+00 | 1.040000e+02 |    Inf 
65.29/65.37	o 101
65.29/65.37	c f65.4s| 19631 |  1649 |213078 |  10.6 |  28M|  59 |   - |1903 |7372 |1903 |2528 |1217 |  20k|1890 | 0.000000e+00 | 1.010000e+02 |    Inf 
66.29/66.33	c  66.3s| 20000 |  1665 |215883 |  10.6 |  29M|  59 |   - |1903 |7523 |   0 |   0 |1250 |  21k|1891 | 0.000000e+00 | 1.010000e+02 |    Inf 
75.80/75.82	o 81
75.80/75.82	c *75.8s| 23623 |  1703 |246338 |  10.2 |  31M|  66 |   - |1903 |8666 |1903 |2530 |1450 |  25k|1905 | 0.000000e+00 | 8.100000e+01 |    Inf 
77.90/77.93	o 56
77.90/77.93	c *77.9s| 24246 |  1449 |253767 |  10.3 |  30M|  66 |   - |1903 |8371 |1903 |2535 |1482 |  26k|1907 | 0.000000e+00 | 5.600000e+01 |    Inf 
78.80/78.85	o 47
78.80/78.85	c *78.9s| 24518 |  1370 |257411 |  10.3 |  29M|  66 |   - |1903 |7594 |1903 |2532 |1489 |  26k|1907 | 0.000000e+00 | 4.700000e+01 |    Inf 
96.19/96.25	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
96.19/96.25	c  96.3s| 30000 |  1419 |334278 |  11.0 |  30M|  66 |  14 |1903 |6825 |1903 |2527 |1542 |  34k|1965 | 0.000000e+00 | 4.700000e+01 |    Inf 
112.99/113.04	o 35
112.99/113.04	c * 113s| 34959 |  1405 |403296 |  11.4 |  30M|  66 |   - |1903 |7699 |1903 |2528 |1590 |  40k|2118 | 0.000000e+00 | 3.500000e+01 |    Inf 
113.19/113.30	o 28
113.19/113.30	c * 113s| 35055 |  1235 |404349 |  11.4 |  27M|  66 |   - |1903 |7201 |1903 |2532 |1605 |  40k|2119 | 0.000000e+00 | 2.800000e+01 |    Inf 
118.19/118.20	o 27
118.19/118.20	c * 118s| 36824 |  1212 |426949 |  11.5 |  27M|  66 |   - |1903 |7191 |1903 |2531 |1614 |  42k|2165 | 0.000000e+00 | 2.700000e+01 |    Inf 
118.50/118.58	o 24
118.50/118.58	c * 119s| 36908 |  1140 |428558 |  11.5 |  26M|  66 |   - |1903 |6702 |1903 |2527 |1616 |  42k|2174 | 0.000000e+00 | 2.400000e+01 |    Inf 
118.60/118.67	o 23
118.60/118.67	c * 119s| 36934 |  1133 |428819 |  11.5 |  26M|  66 |   - |1903 |6567 |1903 |2526 |1617 |  42k|2178 | 0.000000e+00 | 2.300000e+01 |    Inf 
121.69/121.75	o 21
121.69/121.75	c * 122s| 37865 |  1127 |443531 |  11.6 |  26M|  66 |   - |1903 |7067 |1903 |2525 |1618 |  43k|2250 | 0.000000e+00 | 2.100000e+01 |    Inf 
123.10/123.14	o 13
123.10/123.14	c * 123s| 38323 |   907 |450585 |  11.6 |  24M|  66 |   - |1903 |6706 |1903 |2525 |1621 |  44k|2259 | 0.000000e+00 | 1.300000e+01 |    Inf 
128.60/128.64	c   129s| 40000 |   873 |480235 |  11.9 |  24M|  66 |  37 |1903 |6771 |1903 |2525 |1622 |  46k|2320 | 0.000000e+00 | 1.300000e+01 |    Inf 
157.69/157.76	c   158s| 50000 |   905 |630298 |  12.5 |  27M|  66 |  24 |1903 |  11k|1903 |2525 |1622 |  58k|2664 | 0.000000e+00 | 1.300000e+01 |    Inf 
172.20/172.22	o 8
172.20/172.22	c * 172s| 54584 |   698 |701573 |  12.8 |  24M|  66 |   - |1903 |  10k|1903 |2528 |1625 |  64k|2839 | 0.000000e+00 | 8.000000e+00 |    Inf 
187.50/187.53	c   188s| 60000 |   681 |779840 |  12.9 |  24M|  66 |  26 |1903 |9297 |1903 |2527 |1625 |  71k|3047 | 0.000000e+00 | 8.000000e+00 |    Inf 
215.70/215.79	c   216s| 70000 |   706 |925927 |  13.2 |  26M|  66 |  29 |1903 |  12k|1903 |2525 |1626 |  83k|3361 | 0.000000e+00 | 8.000000e+00 |    Inf 
243.10/243.13	c   243s| 80000 |   770 |  1061k|  13.2 |  27M|  66 |  38 |1903 |  15k|1903 |2525 |1626 |  95k|3615 | 0.000000e+00 | 8.000000e+00 |    Inf 
256.80/256.87	o 6
256.80/256.87	c * 257s| 84504 |   768 |  1131k|  13.3 |  27M|  66 |   - |1903 |  15k|1903 |2525 |1626 | 101k|3729 | 0.000000e+00 | 6.000000e+00 |    Inf 
257.00/257.02	o 4
257.00/257.02	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
257.00/257.02	c * 257s| 84547 |   672 |  1132k|  13.3 |  26M|  66 |   - |1903 |  14k|1903 |2527 |1630 | 101k|3730 | 0.000000e+00 | 4.000000e+00 |    Inf 
272.10/272.11	c   272s| 90000 |   622 |  1202k|  13.3 |  25M|  66 |   - |1903 |  12k|1903 |2525 |1630 | 109k|3926 | 0.000000e+00 | 4.000000e+00 |    Inf 
299.90/299.94	c   300s|100000 |   607 |  1342k|  13.4 |  25M|  66 |  32 |1903 |  14k|1903 |2525 |1630 | 123k|4158 | 0.000000e+00 | 4.000000e+00 |    Inf 
328.31/328.34	c   328s|110000 |   522 |  1480k|  13.4 |  25M|  66 |  29 |1903 |  12k|1903 |2525 |1630 | 136k|4404 | 0.000000e+00 | 4.000000e+00 |    Inf 
356.90/356.94	c   357s|120000 |   464 |  1624k|  13.5 |  25M|  66 |   - |1903 |  13k|1903 |2527 |1630 | 150k|4641 | 0.000000e+00 | 4.000000e+00 |    Inf 
384.31/384.37	o 3
384.31/384.37	c * 384s|129133 |   449 |  1760k|  13.6 |  26M|  66 |   - |1903 |  16k|1903 |2530 |1633 | 162k|4900 | 0.000000e+00 | 3.000000e+00 |    Inf 
387.00/387.08	c   387s|130000 |   439 |  1772k|  13.6 |  26M|  66 |  23 |1903 |  16k|1903 |2527 |1633 | 163k|4941 | 0.000000e+00 | 3.000000e+00 |    Inf 
416.21/416.28	c   416s|140000 |   438 |  1915k|  13.7 |  27M|  66 |  34 |1903 |  19k|1903 |2527 |1633 | 177k|5140 | 0.000000e+00 | 3.000000e+00 |    Inf 
448.41/448.49	c   448s|150000 |   421 |  2074k|  13.8 |  28M|  68 |   - |1903 |  20k|1903 |2527 |1633 | 190k|5337 | 0.000000e+00 | 3.000000e+00 |    Inf 
482.81/482.88	c   483s|160000 |   412 |  2240k|  14.0 |  29M|  68 |  36 |1903 |  24k|1903 |2527 |1633 | 204k|5581 | 0.000000e+00 | 3.000000e+00 |    Inf 
515.81/515.84	c   516s|170000 |   368 |  2396k|  14.1 |  27M|  68 |  19 |1903 |  19k|1903 |2527 |1633 | 217k|5778 | 0.000000e+00 | 3.000000e+00 |    Inf 
548.11/548.12	c   548s|180000 |   399 |  2550k|  14.1 |  30M|  68 |   - |1903 |  26k|1903 |2527 |1633 | 230k|5953 | 0.000000e+00 | 3.000000e+00 |    Inf 
562.71/562.74	o 1
562.71/562.74	c * 563s|184382 |   356 |  2614k|  14.2 |  30M|  68 |   - |1903 |  27k|1903 |2528 |1634 | 236k|6066 | 0.000000e+00 | 1.000000e+00 |    Inf 
580.81/580.81	c   581s|190000 |   342 |  2701k|  14.2 |  28M|  68 |   - |1903 |  20k|   0 |   0 |1634 | 243k|6139 | 0.000000e+00 | 1.000000e+00 |    Inf 
612.31/612.39	c   612s|200000 |   392 |  2853k|  14.2 |  31M|  68 |  14 |1903 |  26k|1903 |2527 |1634 | 256k|6317 | 0.000000e+00 | 1.000000e+00 |    Inf 
643.71/643.77	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
643.71/643.77	c   644s|210000 |   337 |  2995k|  14.2 |  32M|  68 |   - |1903 |  29k|1903 |2527 |1634 | 270k|6485 | 0.000000e+00 | 1.000000e+00 |    Inf 
676.01/676.01	c   676s|220000 |   412 |  3140k|  14.3 |  34M|  78 |   - |1903 |  34k|1903 |2527 |1634 | 285k|6648 | 0.000000e+00 | 1.000000e+00 |    Inf 
707.72/707.71	c   708s|230000 |   293 |  3277k|  14.2 |  29M|  84 |  37 |1903 |  21k|1903 |2525 |1634 | 298k|6800 | 0.000000e+00 | 1.000000e+00 |    Inf 
738.62/738.60	c   739s|240000 |   203 |  3434k|  14.3 |  27M|  84 |   - |1903 |  17k|1903 |2527 |1634 | 312k|6970 | 0.000000e+00 | 1.000000e+00 |    Inf 
768.92/768.92	c   769s|250000 |   268 |  3584k|  14.3 |  30M|  84 |  27 |1903 |  23k|1903 |2527 |1634 | 325k|7145 | 0.000000e+00 | 1.000000e+00 |    Inf 
797.91/797.98	c   798s|260000 |   221 |  3721k|  14.3 |  30M|  84 |   - |1903 |  23k|   0 |   0 |1634 | 340k|7285 | 0.000000e+00 | 1.000000e+00 |    Inf 
830.62/830.63	c   831s|270000 |   226 |  3883k|  14.4 |  31M|  84 |  37 |1903 |  25k|1903 |2527 |1634 | 353k|7451 | 0.000000e+00 | 1.000000e+00 |    Inf 
862.21/862.27	c   862s|280000 |   208 |  4039k|  14.4 |  31M|  84 |  32 |1903 |  25k|1903 |2527 |1634 | 367k|7604 | 0.000000e+00 | 1.000000e+00 |    Inf 
894.02/894.09	c   894s|290000 |   203 |  4190k|  14.4 |  33M|  84 |  31 |1903 |  30k|1903 |2527 |1634 | 380k|7729 | 0.000000e+00 | 1.000000e+00 |    Inf 
930.22/930.23	c   930s|300000 |   232 |  4358k|  14.5 |  35M|  84 |   - |1903 |  34k|1903 |2527 |1634 | 394k|7889 | 0.000000e+00 | 1.000000e+00 |    Inf 
965.32/965.39	c   965s|310000 |   245 |  4518k|  14.6 |  36M|  92 |  35 |1903 |  36k|1903 |2527 |1634 | 410k|8030 | 0.000000e+00 | 1.000000e+00 |    Inf 
999.93/999.96	c  1000s|320000 |   196 |  4675k|  14.6 |  34M|  92 |  26 |1903 |  32k|1903 |2527 |1634 | 424k|8164 | 0.000000e+00 | 1.000000e+00 |    Inf 
1034.72/1034.73	c  1035s|330000 |   206 |  4838k|  14.6 |  35M|  92 |  28 |1903 |  36k|1903 |2527 |1634 | 437k|8294 | 0.000000e+00 | 1.000000e+00 |    Inf 
1068.13/1068.18	c  1068s|340000 |   219 |  4977k|  14.6 |  37M|  92 |  39 |1903 |  40k|1903 |2527 |1634 | 451k|8389 | 0.000000e+00 | 1.000000e+00 |    Inf 
1102.13/1102.12	c  1102s|350000 |   201 |  5119k|  14.6 |  37M|  92 |   - |1903 |  39k|1903 |2527 |1634 | 465k|8553 | 0.000000e+00 | 1.000000e+00 |    Inf 
1138.33/1138.39	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1138.33/1138.39	c  1138s|360000 |   212 |  5272k|  14.6 |  39M|  92 |   - |1903 |  44k|1903 |2527 |1634 | 479k|8692 | 0.000000e+00 | 1.000000e+00 |    Inf 
1175.32/1175.39	c  1175s|370000 |   240 |  5424k|  14.6 |  42M|  92 |  31 |1903 |  51k|1903 |2527 |1634 | 493k|8804 | 0.000000e+00 | 1.000000e+00 |    Inf 
1213.13/1213.13	c  1213s|380000 |   211 |  5577k|  14.7 |  40M|  92 |   - |1903 |  47k|1903 |2527 |1634 | 508k|8931 | 0.000000e+00 | 1.000000e+00 |    Inf 
1251.03/1251.09	c  1251s|390000 |   232 |  5733k|  14.7 |  41M|  92 |   - |1903 |  47k|1903 |2527 |1634 | 521k|9034 | 0.000000e+00 | 1.000000e+00 |    Inf 
1291.34/1291.31	c  1291s|400000 |   306 |  5900k|  14.7 |  44M|  92 |  31 |1903 |  54k|1903 |2527 |1634 | 536k|9145 | 0.000000e+00 | 1.000000e+00 |    Inf 
1327.24/1327.22	c  1327s|410000 |   243 |  6039k|  14.7 |  43M|  92 |  25 |1903 |  51k|1903 |2527 |1634 | 551k|9223 | 0.000000e+00 | 1.000000e+00 |    Inf 
1366.83/1366.86	c  1367s|420000 |   202 |  6197k|  14.7 |  42M|  92 |  31 |1903 |  49k|1903 |2527 |1634 | 565k|9371 | 0.000000e+00 | 1.000000e+00 |    Inf 
1407.34/1407.32	c  1407s|430000 |   249 |  6355k|  14.8 |  44M|  92 |   - |1903 |  54k|   0 |   0 |1634 | 579k|9501 | 0.000000e+00 | 1.000000e+00 |    Inf 
1446.73/1446.74	c  1447s|440000 |   228 |  6513k|  14.8 |  44M|  92 |  23 |1903 |  53k|1903 |2527 |1634 | 593k|9641 | 0.000000e+00 | 1.000000e+00 |    Inf 
1485.14/1485.16	c  1485s|450000 |   204 |  6666k|  14.8 |  44M|  92 |  33 |1903 |  55k|1903 |2527 |1634 | 607k|9714 | 0.000000e+00 | 1.000000e+00 |    Inf 
1523.64/1523.67	c  1524s|460000 |   208 |  6820k|  14.8 |  44M|  92 |   - |1903 |  53k|   0 |   0 |1634 | 620k|9816 | 0.000000e+00 | 1.000000e+00 |    Inf 
1563.74/1563.72	c  1564s|470000 |   267 |  6971k|  14.8 |  46M|  92 |  21 |1903 |  57k|1903 |2527 |1634 | 634k|9942 | 0.000000e+00 | 1.000000e+00 |    Inf 
1600.35/1600.34	c  1600s|480000 |   217 |  7115k|  14.8 |  45M|  92 |  42 |1903 |  56k|1903 |2527 |1634 | 649k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
1639.55/1639.53	c  1640s|490000 |   201 |  7264k|  14.8 |  45M|  92 |  35 |1903 |  56k|1903 |2527 |1634 | 663k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
1679.44/1679.46	c  1679s|500000 |   174 |  7429k|  14.9 |  43M|  92 |   - |1903 |  51k|   0 |   0 |1634 | 676k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
1714.74/1714.73	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1714.74/1714.73	c  1715s|510000 |   124 |  7578k|  14.9 |  37M|  92 |  23 |1903 |  36k|1903 |2527 |1634 | 689k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
1749.54/1749.50	c  1750s|520000 |   132 |  7720k|  14.8 |  39M|  92 |  30 |1903 |  41k|1903 |2527 |1634 | 702k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
1785.45/1785.42	c  1785s|530000 |   169 |  7872k|  14.8 |  41M|  92 |  26 |1903 |  45k|1903 |2527 |1634 | 716k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
1800.05/1800.00	c 
1800.05/1800.00	c SCIP Status        : solving was interrupted [time limit reached]
1800.05/1800.00	c Solving Time (sec) : 1800.00
1800.05/1800.00	c Solving Nodes      : 534168
1800.05/1800.00	c Primal Bound       : +1.00000000000000e+00 (183 solutions)
1800.05/1800.00	c Dual Bound         : +0.00000000000000e+00
1800.05/1800.00	c Gap                : infinite
1800.05/1800.00	s SATISFIABLE
1800.05/1800.00	v x231 -x230 -x229 -x228 -x227 -x226 -x225 -x224 -x223 -x222 -x221 -x220 -x219 -x218 -x217 -x216 -x215 x214 -x213 -x212 x211 -x210 
1800.05/1800.00	v -x209 -x208 -x207 -x206 -x205 -x204 -x203 -x202 -x201 -x200 -x199 -x198 -x197 -x196 -x195 -x194 x193 -x192 -x191 -x190 -x189 
1800.05/1800.00	v -x188 -x187 -x186 -x185 -x184 -x183 x182 -x181 -x180 -x179 -x178 -x177 -x176 x175 -x174 -x173 -x172 -x171 -x170 x169 -x168 
1800.05/1800.00	v -x167 -x166 -x165 -x164 -x163 -x162 -x161 -x160 -x159 -x158 -x157 -x156 x155 -x154 -x153 -x152 -x151 -x150 -x149 -x148 x147 -x146 
1800.05/1800.00	v -x145 -x144 -x143 -x142 -x141 -x140 -x139 -x138 -x137 x136 -x135 -x134 -x133 -x132 -x131 -x130 -x129 -x128 -x127 -x126 -x125 
1800.05/1800.00	v -x124 -x123 -x122 -x121 x120 -x119 -x118 -x117 -x116 -x115 -x114 -x113 -x112 -x111 -x110 -x109 -x108 -x107 -x106 -x105 -x104 
1800.05/1800.00	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.05/1800.00	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.05/1800.00	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.05/1800.00	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.05/1800.00	v -x1 
1800.05/1800.00	c SCIP Status        : solving was interrupted [time limit reached]
1800.05/1800.00	c Total Time         :    1800.00
1800.05/1800.00	c   solving          :    1800.00
1800.05/1800.00	c   presolving       :       0.11 (included in solving)
1800.05/1800.00	c   reading          :       0.02 (included in solving)
1800.05/1800.00	c Original Problem   :
1800.05/1800.00	c   Problem name     : HOME/instance-3447821-1307898650.wbo
1800.05/1800.00	c   Variables        : 1137 (1137 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.05/1800.00	c   Constraints      : 2708 initial, 2708 maximal
1800.05/1800.00	c Presolved Problem  :
1800.05/1800.00	c   Problem name     : t_HOME/instance-3447821-1307898650.wbo
1800.05/1800.00	c   Variables        : 1903 (1067 binary, 0 integer, 836 implicit integer, 0 continuous)
1800.05/1800.00	c   Constraints      : 3345 initial, 59623 maximal
1800.05/1800.00	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1800.05/1800.00	c   trivial          :       0.00         70          0          0          0          0          0          0          0          0
1800.05/1800.00	c   dualfix          :       0.00         70          0          0          0          0          0          0          0          0
1800.05/1800.00	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1800.05/1800.00	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1800.05/1800.00	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1800.05/1800.00	c   probing          :       0.03          0          0          0          0          0          0          0          0          0
1800.05/1800.00	c   varbound         :       0.00          0          0          0          0          0          0          0          0          0
1800.05/1800.00	c   knapsack         :       0.00          0          0          0          0          0          0          0          0          0
1800.05/1800.00	c   setppc           :       0.00          0          0          0          0          0          3          0          0          0
1800.05/1800.00	c   linear           :       0.05          0          0          0        924          0        196          0        135          0
1800.05/1800.00	c   indicator        :       0.00          0          0          0          0          0         70          0          0          0
1800.05/1800.00	c   logicor          :       0.01          0          0          0          0          0          0          0          0          0
1800.05/1800.00	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0          0
1800.05/1800.00	c   root node        :          -       1672          -          -       1672          -          -          -          -          -
1800.05/1800.00	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1800.05/1800.00	c   integral         :          0          0          0     277244          0       1665          0        432       2795          0          0     546854
1800.05/1800.00	c   varbound         :          0+         5     911056       1643          0          0      19685         15    1833639       1622          0          0
1800.05/1800.00	c   knapsack         :          1          5    2673091         11          2       1662     514651      12383    3264830          0          0          0
1800.05/1800.00	c   setppc           :         51          5    2665011          9          2       1657    3762317      22801    1987880          0          0          0
1800.05/1800.00	c   linear           :        836+         6    2642945         16          2       1646    3355562      25054    2337249          0          0          0
1800.05/1800.00	c   indicator        :        836          0     889032       1643          0       1646      27626          0      35717          0          0          0
1800.05/1800.00	c   logicor          :       1621+         5    1194430         32          2        151    4448066      26913    3598523          0          0          0
1800.05/1800.00	c   bounddisjunction :          0+         0     244298          0          0          0       1395        136       1380          0          0          0
1800.05/1800.00	c   countsols        :          0          0          0         32          2        153          0          0          0          0          0          0
1800.05/1800.00	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1800.05/1800.00	c   integral         :      56.19       0.00       0.00      56.17       0.00       0.02       0.00
1800.05/1800.00	c   varbound         :       3.56       0.00       3.52       0.03       0.00       0.00       0.01
1800.05/1800.00	c   knapsack         :      10.66       0.00      10.12       0.00       0.00       0.00       0.54
1800.05/1800.00	c   setppc           :      15.17       0.00      14.18       0.00       0.00       0.01       0.99
1800.05/1800.00	c   linear           :      29.09       0.00      27.17       0.00       0.00       0.16       1.76
1800.05/1800.00	c   indicator        :       4.47       0.00       3.61       0.09       0.00       0.76       0.01
1800.05/1800.00	c   logicor          :     208.27       0.00     204.41       0.00       0.00       0.02       3.84
1800.05/1800.00	c   bounddisjunction :       0.91       0.00       0.91       0.00       0.00       0.00       0.00
1800.05/1800.00	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1800.05/1800.00	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1800.05/1800.00	c   vbounds          :      69169       6102         20     279212
1800.05/1800.00	c   rootredcost      :         34          0          0        836
1800.05/1800.00	c   pseudoobj        :    2684002      20332       5929    1832276
1800.05/1800.00	c Propagator Timings :  TotalTime  Propagate    Resprop
1800.05/1800.00	c   vbounds          :       6.40       6.39       0.00
1800.05/1800.00	c   rootredcost      :       0.45       0.45       0.00
1800.05/1800.00	c   pseudoobj        :      34.87      34.69       0.18
1800.05/1800.00	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.05/1800.00	c   propagation      :       5.26      93251      93171     575683       32.5       2277       23.7          -
1800.05/1800.00	c   infeasible LP    :      34.21     176615     176613    1275782       43.2       3849       14.0          0
1800.05/1800.00	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.05/1800.00	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.05/1800.00	c   pseudo solution  :       0.00          5          5          5        2.2          1       18.0          -
1800.05/1800.00	c   applied globally :          -          -          -     722225       34.5          -          -          -
1800.05/1800.00	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.05/1800.00	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.05/1800.00	c   cut pool         :       0.00          4          -          -         43          -    (maximal pool size: 315)
1800.05/1800.00	c   redcost          :       9.54     280120          0     296761          0          0
1800.05/1800.00	c   impliedbounds    :       0.00          5          0          0          0          0
1800.05/1800.00	c   intobj           :       0.00          0          0          0          0          0
1800.05/1800.00	c   gomory           :       0.35          5          0          0       1000          0
1800.05/1800.00	c   cgmip            :       0.00          0          0          0          0          0
1800.05/1800.00	c   closecuts        :       0.00          0          0          0          0          0
1800.05/1800.00	c   strongcg         :       0.27          5          0          0       1000          0
1800.05/1800.00	c   cmir             :       0.06          5          0          0          0          0
1800.05/1800.00	c   flowcover        :       0.05          5          0          0          0          0
1800.05/1800.00	c   clique           :       0.00          5          0          0          0          0
1800.05/1800.00	c   zerohalf         :       0.00          0          0          0          0          0
1800.05/1800.00	c   mcf              :       0.00          1          0          0          0          0
1800.05/1800.00	c   oddcycle         :       0.00          0          0          0          0          0
1800.05/1800.00	c   rapidlearning    :       0.15          1          0          0          0          4
1800.05/1800.00	c Pricers            :       Time      Calls       Vars
1800.05/1800.00	c   problem variables:       0.00          0          0
1800.05/1800.00	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.05/1800.00	c   relpscost        :      55.95     275600        432       2795          0          0     546854
1800.05/1800.00	c   pscost           :       0.00          0          0          0          0          0          0
1800.05/1800.00	c   inference        :       0.00          2          0          0          0          0          4
1800.05/1800.00	c   mostinf          :       0.00          0          0          0          0          0          0
1800.05/1800.00	c   leastinf         :       0.00          0          0          0          0          0          0
1800.05/1800.00	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.05/1800.00	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.05/1800.00	c   random           :       0.00          0          0          0          0          0          0
1800.05/1800.00	c Primal Heuristics  :       Time      Calls      Found
1800.05/1800.00	c   LP solutions     :       0.01          -         32
1800.05/1800.00	c   pseudo solutions :       0.00          -          0
1800.05/1800.00	c   feaspump         :       0.45          1          0
1800.05/1800.00	c   oneopt           :       0.34         34          0
1800.05/1800.00	c   crossover        :       1.18         28          1
1800.05/1800.00	c   linesearchdiving :       0.97         97          0
1800.05/1800.00	c   guideddiving     :       1.82         97          0
1800.05/1800.00	c   objpscostdiving  :       0.94         49          0
1800.05/1800.00	c   rootsoldiving    :       2.27         49          0
1800.05/1800.00	c   coefdiving       :       1.85         98          0
1800.05/1800.00	c   pscostdiving     :       1.11         98          0
1800.05/1800.00	c   fracdiving       :       2.65         98          1
1800.05/1800.00	c   veclendiving     :       1.46         98          0
1800.05/1800.00	c   trivial          :       0.00          2          0
1800.05/1800.00	c   shiftandpropagate:       0.01          1          0
1800.05/1800.00	c   simplerounding   :       0.49     276907          1
1800.05/1800.00	c   zirounding       :       0.56       1000          0
1800.05/1800.00	c   rounding         :       1.08       7333          0
1800.05/1800.00	c   shifting         :       0.96       2332          0
1800.05/1800.00	c   intshifting      :       0.01          0          0
1800.05/1800.00	c   twoopt           :       0.00          0          0
1800.05/1800.00	c   fixandinfer      :       0.00          0          0
1800.05/1800.00	c   clique           :       0.00          0          0
1800.05/1800.00	c   intdiving        :       0.00          0          0
1800.05/1800.00	c   actconsdiving    :       0.00          0          0
1800.05/1800.00	c   octane           :       0.00          0          0
1800.05/1800.00	c   rens             :       0.04          1          0
1800.05/1800.00	c   rins             :       0.00          0          0
1800.05/1800.00	c   localbranching   :       0.00          0          0
1800.05/1800.00	c   mutation         :       0.00          0          0
1800.05/1800.00	c   dins             :       0.00          0          0
1800.05/1800.00	c   vbounds          :       0.00          0          0
1800.05/1800.00	c   undercover       :       0.00          0          0
1800.05/1800.00	c   subnlp           :       0.08          0          0
1800.05/1800.00	c   trysol           :       0.23       1421        148
1800.05/1800.00	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.05/1800.00	c   primal LP        :       0.01          0          0       0.00          -
1800.05/1800.00	c   dual LP          :    1055.06     455744    7872303      17.27    7461.47
1800.05/1800.00	c   lex dual LP      :       0.00          0          0       0.00          -
1800.05/1800.00	c   barrier LP       :       0.00          0          0       0.00          -
1800.05/1800.00	c   diving/probing LP:       9.90       7765      60926       7.85    6155.58
1800.05/1800.00	c   strong branching :      51.95      10597     384217      36.26    7396.15
1800.05/1800.00	c     (at root node) :          -          9       2850     316.67          -
1800.05/1800.00	c   conflict analysis:       0.00          0          0       0.00          -
1800.05/1800.00	c B&B Tree           :
1800.05/1800.00	c   number of runs   :          1
1800.05/1800.00	c   nodes            :     534168
1800.05/1800.00	c   nodes (total)    :     534168
1800.05/1800.00	c   nodes left       :        133
1800.05/1800.00	c   max depth        :         92
1800.05/1800.00	c   max depth (total):         92
1800.05/1800.00	c   backtracks       :      58235 (10.9%)
1800.05/1800.00	c   delayed cutoffs  :      11030
1800.05/1800.00	c   repropagations   :    1177707 (1911908 domain reductions, 10568 cutoffs)
1800.05/1800.00	c   avg switch length:       5.80
1800.05/1800.00	c   switching time   :     167.86
1800.05/1800.00	c Solution           :
1800.05/1800.00	c   Solutions found  :        183 (34 improvements)
1800.05/1800.00	c   First Solution   : +4.11030000000000e+04   (in run 1, after 1 nodes, 0.60 seconds, depth 0, found by <trysol>)
1800.05/1800.00	c   Primal Bound     : +1.00000000000000e+00   (in run 1, after 184382 nodes, 562.74 seconds, depth 22, found by <relaxation>)
1800.05/1800.00	c   Dual Bound       : +0.00000000000000e+00
1800.05/1800.00	c   Gap              :   infinite
1800.05/1800.00	c   Root Dual Bound  : +0.00000000000000e+00
1800.05/1800.00	c   Root Iterations  :       4266

Verifier Data

OK	1

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3447821-1307898650/watcher-3447821-1307898650 -o /tmp/evaluation-result-3447821-1307898650/solver-3447821-1307898650 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3447821-1307898650.wbo -t 1800 -m 15500 

running on 4 cores: 0,2,4,6

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): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.05 3/174 19406
/proc/meminfo: memFree=32504660/32951124 swapFree=67072804/67111528
[pid=19406] ppid=19404 vsize=10132 CPUtime=0 cores=0,2,4,6
/proc/19406/stat : 19406 (scip-2.0.1.4.li) R 19404 19406 18875 0 -1 4202496 1517 0 0 0 0 0 0 0 25 0 1 0 901462879 10375168 1470 33554432000 4194304 9128323 140736042764496 18446744073709551615 7998971 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/19406/statm: 2533 1470 399 1205 0 1324 0

[startup+0.060904 s]
/proc/loadavg: 1.00 1.00 1.05 3/174 19406
/proc/meminfo: memFree=32504660/32951124 swapFree=67072804/67111528
[pid=19406] ppid=19404 vsize=27020 CPUtime=0.05 cores=0,2,4,6
/proc/19406/stat : 19406 (scip-2.0.1.4.li) R 19404 19406 18875 0 -1 4202496 5755 0 0 0 5 0 0 0 25 0 1 0 901462879 27668480 5449 33554432000 4194304 9128323 140736042764496 18446744073709551615 5267735 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/19406/statm: 6755 5449 514 1205 0 5546 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 27020

[startup+0.100862 s]
/proc/loadavg: 1.00 1.00 1.05 3/174 19406
/proc/meminfo: memFree=32504660/32951124 swapFree=67072804/67111528
[pid=19406] ppid=19404 vsize=28312 CPUtime=0.08 cores=0,2,4,6
/proc/19406/stat : 19406 (scip-2.0.1.4.li) R 19404 19406 18875 0 -1 4202496 6112 0 0 0 8 0 0 0 25 0 1 0 901462879 28991488 5806 33554432000 4194304 9128323 140736042764496 18446744073709551615 5326747 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/19406/statm: 7078 5806 543 1205 0 5869 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 28312

[startup+0.300859 s]
/proc/loadavg: 1.00 1.00 1.05 3/174 19406
/proc/meminfo: memFree=32504660/32951124 swapFree=67072804/67111528
[pid=19406] ppid=19404 vsize=34244 CPUtime=0.29 cores=0,2,4,6
/proc/19406/stat : 19406 (scip-2.0.1.4.li) R 19404 19406 18875 0 -1 4202496 7926 0 0 0 28 1 0 0 25 0 1 0 901462879 35065856 7526 33554432000 4194304 9128323 140736042764496 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/19406/statm: 8561 7526 680 1205 0 7352 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 34244

[startup+0.700813 s]
/proc/loadavg: 1.00 1.00 1.05 3/174 19406
/proc/meminfo: memFree=32504660/32951124 swapFree=67072804/67111528
[pid=19406] ppid=19404 vsize=54480 CPUtime=0.69 cores=0,2,4,6
/proc/19406/stat : 19406 (scip-2.0.1.4.li) R 19404 19406 18875 0 -1 4202496 13035 0 0 0 67 2 0 0 25 0 1 0 901462879 55787520 12633 33554432000 4194304 9128323 140736042764496 18446744073709551615 6886064 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/19406/statm: 13620 12657 723 1205 0 12411 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 54480

[startup+1.50066 s]
/proc/loadavg: 1.00 1.00 1.05 3/179 19416
/proc/meminfo: memFree=32392304/32951124 swapFree=67072804/67111528
[pid=19406] ppid=19404 vsize=56676 CPUtime=1.49 cores=0,2,4,6
/proc/19406/stat : 19406 (scip-2.0.1.4.li) R 19404 19406 18875 0 -1 4202496 14433 0 0 0 146 3 0 0 25 0 1 0 901462879 58036224 13034 33554432000 4194304 9128323 140736042764496 18446744073709551615 6698595 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/19406/statm: 14169 13034 741 1205 0 12960 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 56676

[startup+3.10037 s]
/proc/loadavg: 1.00 1.00 1.05 3/179 19416
/proc/meminfo: memFree=32389452/32951124 swapFree=67072804/67111528
[pid=19406] ppid=19404 vsize=57736 CPUtime=3.09 cores=0,2,4,6
/proc/19406/stat : 19406 (scip-2.0.1.4.li) R 19404 19406 18875 0 -1 4202496 14845 0 0 0 305 4 0 0 25 0 1 0 901462879 59121664 13446 33554432000 4194304 9128323 140736042764496 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/19406/statm: 14434 13446 753 1205 0 13225 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 57736

[startup+6.30075 s]
/proc/loadavg: 1.08 1.02 1.06 3/179 19416
/proc/meminfo: memFree=32388552/32951124 swapFree=67072804/67111528
[pid=19406] ppid=19404 vsize=57736 CPUtime=6.29 cores=0,2,4,6
/proc/19406/stat : 19406 (scip-2.0.1.4.li) R 19404 19406 18875 0 -1 4202496 14846 0 0 0 622 7 0 0 25 0 1 0 901462879 59121664 13447 33554432000 4194304 9128323 140736042764496 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/19406/statm: 14434 13447 754 1205 0 13225 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 57736

[startup+12.7006 s]
/proc/loadavg: 1.15 1.03 1.06 3/179 19416
/proc/meminfo: memFree=32388748/32951124 swapFree=67072804/67111528
[pid=19406] ppid=19404 vsize=56396 CPUtime=12.69 cores=0,2,4,6
/proc/19406/stat : 19406 (scip-2.0.1.4.li) R 19404 19406 18875 0 -1 4202496 15552 0 0 0 1257 12 0 0 25 0 1 0 901462879 57749504 13227 33554432000 4194304 9128323 140736042764496 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/19406/statm: 14099 13227 757 1205 0 12890 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 56396

[startup+25.5002 s]
/proc/loadavg: 1.34 1.08 1.08 3/179 19416
/proc/meminfo: memFree=32387852/32951124 swapFree=67072804/67111528
[pid=19406] ppid=19404 vsize=57128 CPUtime=25.49 cores=0,2,4,6
/proc/19406/stat : 19406 (scip-2.0.1.4.li) R 19404 19406 18875 0 -1 4202496 26535 0 0 0 2528 21 0 0 25 0 1 0 901462879 58499072 13399 33554432000 4194304 9128323 140736042764496 18446744073709551615 5992444 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/19406/statm: 14282 13399 757 1205 0 13073 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 57128

[startup+51.1005 s]
/proc/loadavg: 1.56 1.15 1.10 3/179 19417
/proc/meminfo: memFree=32368908/32951124 swapFree=67072804/67111528
[pid=19406] ppid=19404 vsize=71852 CPUtime=51.09 cores=0,2,4,6
/proc/19406/stat : 19406 (scip-2.0.1.4.li) R 19404 19406 18875 0 -1 4202496 50905 0 0 0 5072 37 0 0 25 0 1 0 901462879 73576448 17056 33554432000 4194304 9128323 140736042764496 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/19406/statm: 17963 17056 757 1205 0 16754 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 71852

[startup+102.306 s]
/proc/loadavg: 1.81 1.28 1.15 3/179 19418
/proc/meminfo: memFree=32343264/32951124 swapFree=67072804/67111528
[pid=19406] ppid=19404 vsize=91536 CPUtime=102.29 cores=0,2,4,6
/proc/19406/stat : 19406 (scip-2.0.1.4.li) R 19404 19406 18875 0 -1 4202496 88479 0 0 0 10158 71 0 0 25 0 1 0 901462879 93732864 21950 33554432000 4194304 9128323 140736042764496 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/19406/statm: 22884 21950 757 1205 0 21675 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 91536

[startup+162.301 s]
/proc/loadavg: 1.96 1.42 1.20 3/179 19420
/proc/meminfo: memFree=32335512/32951124 swapFree=67072804/67111528
[pid=19406] ppid=19404 vsize=95536 CPUtime=162.3 cores=0,2,4,6
/proc/19406/stat : 19406 (scip-2.0.1.4.li) R 19404 19406 18875 0 -1 4202496 111510 0 0 0 16115 115 0 0 25 0 1 0 901462879 97828864 22962 33554432000 4194304 9128323 140736042764496 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/19406/statm: 23884 22962 757 1205 0 22675 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 95536

[startup+222.301 s]
/proc/loadavg: 1.98 1.52 1.25 3/179 19422
/proc/meminfo: memFree=32329512/32951124 swapFree=67072804/67111528
[pid=19406] ppid=19404 vsize=97712 CPUtime=222.3 cores=0,2,4,6
/proc/19406/stat : 19406 (scip-2.0.1.4.li) R 19404 19406 18875 0 -1 4202496 124850 0 0 0 22069 161 0 0 25 0 1 0 901462879 100057088 23524 33554432000 4194304 9128323 140736042764496 18446744073709551615 4892607 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/19406/statm: 24428 23524 757 1205 0 23219 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 97712

[startup+282.301 s]
/proc/loadavg: 1.99 1.61 1.29 3/179 19423
/proc/meminfo: memFree=32328220/32951124 swapFree=67072804/67111528
[pid=19406] ppid=19404 vsize=98828 CPUtime=282.3 cores=0,2,4,6
/proc/19406/stat : 19406 (scip-2.0.1.4.li) R 19404 19406 18875 0 -1 4202496 135424 0 0 0 28028 202 0 0 25 0 1 0 901462879 101199872 23752 33554432000 4194304 9128323 140736042764496 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/19406/statm: 24707 23752 757 1205 0 23498 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 98828

[startup+342.3 s]
/proc/loadavg: 2.07 1.69 1.34 3/179 19425
/proc/meminfo: memFree=32325316/32951124 swapFree=67072804/67111528
[pid=19406] ppid=19404 vsize=99876 CPUtime=342.3 cores=0,2,4,6
/proc/19406/stat : 19406 (scip-2.0.1.4.li) R 19404 19406 18875 0 -1 4202496 140847 0 0 0 33985 245 0 0 25 0 1 0 901462879 102273024 24054 33554432000 4194304 9128323 140736042764496 18446744073709551615 7346439 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/19406/statm: 24969 24054 757 1205 0 23760 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 99876

[startup+402.3 s]
/proc/loadavg: 2.02 1.75 1.38 3/179 19426
/proc/meminfo: memFree=32320544/32951124 swapFree=67072804/67111528
[pid=19406] ppid=19404 vsize=100428 CPUtime=402.31 cores=0,2,4,6
/proc/19406/stat : 19406 (scip-2.0.1.4.li) R 19404 19406 18875 0 -1 4202496 151639 0 0 0 39945 286 0 0 25 0 1 0 901462879 102838272 24165 33554432000 4194304 9128323 140736042764496 18446744073709551615 5984435 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/19406/statm: 25107 24165 757 1205 0 23898 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 100428

[startup+462.3 s]
/proc/loadavg: 2.04 1.80 1.42 3/179 19428
/proc/meminfo: memFree=32312436/32951124 swapFree=67072804/67111528
[pid=19406] ppid=19404 vsize=103616 CPUtime=462.3 cores=0,2,4,6
/proc/19406/stat : 19406 (scip-2.0.1.4.li) R 19404 19406 18875 0 -1 4202496 160160 0 0 0 45907 323 0 0 25 0 1 0 901462879 106102784 24993 33554432000 4194304 9128323 140736042764496 18446744073709551615 5333032 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/19406/statm: 25904 24993 757 1205 0 24695 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 103616

[startup+522.301 s]
/proc/loadavg: 2.06 1.85 1.46 3/179 19430
/proc/meminfo: memFree=32309904/32951124 swapFree=67072804/67111528
[pid=19406] ppid=19404 vsize=105932 CPUtime=522.31 cores=0,2,4,6
/proc/19406/stat : 19406 (scip-2.0.1.4.li) R 19404 19406 18875 0 -1 4202496 162093 0 0 0 51870 361 0 0 25 0 1 0 901462879 108474368 25417 33554432000 4194304 9128323 140736042764496 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/19406/statm: 26483 25417 757 1205 0 25274 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 105932

[startup+582.301 s]
/proc/loadavg: 2.08 1.89 1.49 3/179 19431
/proc/meminfo: memFree=32308116/32951124 swapFree=67072804/67111528
[pid=19406] ppid=19404 vsize=108304 CPUtime=582.31 cores=0,2,4,6
/proc/19406/stat : 19406 (scip-2.0.1.4.li) R 19404 19406 18875 0 -1 4202496 174662 0 0 0 57829 402 0 0 25 0 1 0 901462879 110903296 25923 33554432000 4194304 9128323 140736042764496 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/19406/statm: 27076 25923 757 1205 0 25867 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 108304

[startup+642.301 s]

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

[startup+822.301 s]
/proc/loadavg: 2.00 1.95 1.60 3/179 19438
/proc/meminfo: memFree=32288712/32951124 swapFree=67072804/67111528
[pid=19406] ppid=19404 vsize=114408 CPUtime=822.32 cores=0,2,4,6
/proc/19406/stat : 19406 (scip-2.0.1.4.li) R 19404 19406 18875 0 -1 4202496 184786 0 0 0 81677 555 0 0 25 0 1 0 901462879 117153792 27502 33554432000 4194304 9128323 140736042764496 18446744073709551615 5984431 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/19406/statm: 28602 27502 757 1205 0 27393 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 114408

[startup+882.301 s]
/proc/loadavg: 2.04 1.97 1.63 3/179 19439
/proc/meminfo: memFree=32287784/32951124 swapFree=67072804/67111528
[pid=19406] ppid=19404 vsize=115224 CPUtime=882.32 cores=0,2,4,6
/proc/19406/stat : 19406 (scip-2.0.1.4.li) R 19404 19406 18875 0 -1 4202496 185010 0 0 0 87640 592 0 0 25 0 1 0 901462879 117989376 27726 33554432000 4194304 9128323 140736042764496 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/19406/statm: 28806 27726 757 1205 0 27597 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 115224

[startup+942.3 s]
/proc/loadavg: 2.01 1.97 1.65 3/179 19441
/proc/meminfo: memFree=32283768/32951124 swapFree=67072804/67111528
[pid=19406] ppid=19404 vsize=115828 CPUtime=942.32 cores=0,2,4,6
/proc/19406/stat : 19406 (scip-2.0.1.4.li) R 19404 19406 18875 0 -1 4202496 186637 0 0 0 93599 633 0 0 25 0 1 0 901462879 118607872 27881 33554432000 4194304 9128323 140736042764496 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/19406/statm: 28957 27881 757 1205 0 27748 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 115828

[startup+1002.3 s]
/proc/loadavg: 2.00 1.97 1.67 3/179 19442
/proc/meminfo: memFree=32280992/32951124 swapFree=67072804/67111528
[pid=19406] ppid=19404 vsize=116724 CPUtime=1002.32 cores=0,2,4,6
/proc/19406/stat : 19406 (scip-2.0.1.4.li) R 19404 19406 18875 0 -1 4202496 186877 0 0 0 99564 668 0 0 25 0 1 0 901462879 119525376 28121 33554432000 4194304 9128323 140736042764496 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/19406/statm: 29181 28121 757 1205 0 27972 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 116724

[startup+1062.3 s]
/proc/loadavg: 2.00 1.97 1.69 3/179 19444
/proc/meminfo: memFree=32277220/32951124 swapFree=67072804/67111528
[pid=19406] ppid=19404 vsize=117796 CPUtime=1062.33 cores=0,2,4,6
/proc/19406/stat : 19406 (scip-2.0.1.4.li) R 19404 19406 18875 0 -1 4202496 187117 0 0 0 105532 701 0 0 25 0 1 0 901462879 120623104 28361 33554432000 4194304 9128323 140736042764496 18446744073709551615 4808508 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/19406/statm: 29449 28361 757 1205 0 28240 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 117796

[startup+1122.3 s]
/proc/loadavg: 2.00 1.97 1.70 3/179 19446
/proc/meminfo: memFree=32273816/32951124 swapFree=67072804/67111528
[pid=19406] ppid=19404 vsize=120368 CPUtime=1122.33 cores=0,2,4,6
/proc/19406/stat : 19406 (scip-2.0.1.4.li) R 19404 19406 18875 0 -1 4202496 187754 0 0 0 111500 733 0 0 25 0 1 0 901462879 123256832 28998 33554432000 4194304 9128323 140736042764496 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/19406/statm: 30092 28998 757 1205 0 28883 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 120368

[startup+1182.3 s]
/proc/loadavg: 2.07 1.99 1.73 3/179 19447
/proc/meminfo: memFree=32268296/32951124 swapFree=67072804/67111528
[pid=19406] ppid=19404 vsize=123588 CPUtime=1182.33 cores=0,2,4,6
/proc/19406/stat : 19406 (scip-2.0.1.4.li) R 19404 19406 18875 0 -1 4202496 188586 0 0 0 117465 768 0 0 25 0 1 0 901462879 126554112 29830 33554432000 4194304 9128323 140736042764496 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/19406/statm: 30897 29830 757 1205 0 29688 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 123588

[startup+1242.3 s]
/proc/loadavg: 2.02 1.99 1.74 3/179 19449
/proc/meminfo: memFree=32264668/32951124 swapFree=67072804/67111528
[pid=19406] ppid=19404 vsize=124540 CPUtime=1242.34 cores=0,2,4,6
/proc/19406/stat : 19406 (scip-2.0.1.4.li) R 19404 19406 18875 0 -1 4202496 188830 0 0 0 123436 798 0 0 25 0 1 0 901462879 127528960 30074 33554432000 4194304 9128323 140736042764496 18446744073709551615 4207586 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/19406/statm: 31135 30074 757 1205 0 29926 0
Current children cumulated CPU time (s) 1242.34
Current children cumulated vsize (KiB) 124540

[startup+1302.3 s]
/proc/loadavg: 2.01 1.99 1.75 3/179 19450
/proc/meminfo: memFree=32257184/32951124 swapFree=67072804/67111528
[pid=19406] ppid=19404 vsize=128596 CPUtime=1302.34 cores=0,2,4,6
/proc/19406/stat : 19406 (scip-2.0.1.4.li) R 19404 19406 18875 0 -1 4202496 190633 0 0 0 129404 830 0 0 25 0 1 0 901462879 131682304 31123 33554432000 4194304 9128323 140736042764496 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/19406/statm: 32149 31123 757 1205 0 30940 0
Current children cumulated CPU time (s) 1302.34
Current children cumulated vsize (KiB) 128596

[startup+1362.3 s]
/proc/loadavg: 2.00 1.99 1.76 3/179 19452
/proc/meminfo: memFree=32256644/32951124 swapFree=67072804/67111528
[pid=19406] ppid=19404 vsize=128596 CPUtime=1362.34 cores=0,2,4,6
/proc/19406/stat : 19406 (scip-2.0.1.4.li) R 19404 19406 18875 0 -1 4202496 190633 0 0 0 135375 859 0 0 25 0 1 0 901462879 131682304 31123 33554432000 4194304 9128323 140736042764496 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/19406/statm: 32149 31123 757 1205 0 30940 0
Current children cumulated CPU time (s) 1362.34
Current children cumulated vsize (KiB) 128596

[startup+1422.31 s]
/proc/loadavg: 2.00 1.99 1.77 3/179 19492
/proc/meminfo: memFree=32288676/32951124 swapFree=67072804/67111528
[pid=19406] ppid=19404 vsize=128596 CPUtime=1422.34 cores=0,2,4,6
/proc/19406/stat : 19406 (scip-2.0.1.4.li) R 19404 19406 18875 0 -1 4202496 190633 0 0 0 141345 889 0 0 25 0 1 0 901462879 131682304 31123 33554432000 4194304 9128323 140736042764496 18446744073709551615 7343089 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/19406/statm: 32149 31123 757 1205 0 30940 0
Current children cumulated CPU time (s) 1422.34
Current children cumulated vsize (KiB) 128596

[startup+1482.3 s]
/proc/loadavg: 2.07 2.00 1.79 3/179 19493
/proc/meminfo: memFree=32181716/32951124 swapFree=67072804/67111528
[pid=19406] ppid=19404 vsize=128596 CPUtime=1482.34 cores=0,2,4,6
/proc/19406/stat : 19406 (scip-2.0.1.4.li) R 19404 19406 18875 0 -1 4202496 190633 0 0 0 147312 922 0 0 25 0 1 0 901462879 131682304 31123 33554432000 4194304 9128323 140736042764496 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/19406/statm: 32149 31123 757 1205 0 30940 0
Current children cumulated CPU time (s) 1482.34
Current children cumulated vsize (KiB) 128596

[startup+1542.3 s]
/proc/loadavg: 2.06 2.01 1.81 3/179 19495
/proc/meminfo: memFree=32173984/32951124 swapFree=67072804/67111528
[pid=19406] ppid=19404 vsize=128596 CPUtime=1542.34 cores=0,2,4,6
/proc/19406/stat : 19406 (scip-2.0.1.4.li) R 19404 19406 18875 0 -1 4202496 190635 0 0 0 153282 952 0 0 25 0 1 0 901462879 131682304 31125 33554432000 4194304 9128323 140736042764496 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/19406/statm: 32149 31125 757 1205 0 30940 0
Current children cumulated CPU time (s) 1542.34
Current children cumulated vsize (KiB) 128596

[startup+1602.3 s]
/proc/loadavg: 2.02 2.01 1.82 3/179 19496
/proc/meminfo: memFree=32173324/32951124 swapFree=67072804/67111528
[pid=19406] ppid=19404 vsize=129444 CPUtime=1602.34 cores=0,2,4,6
/proc/19406/stat : 19406 (scip-2.0.1.4.li) R 19404 19406 18875 0 -1 4202496 190837 0 0 0 159250 984 0 0 25 0 1 0 901462879 132550656 31327 33554432000 4194304 9128323 140736042764496 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/19406/statm: 32361 31327 757 1205 0 31152 0
Current children cumulated CPU time (s) 1602.34
Current children cumulated vsize (KiB) 129444

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.83 3/179 19498
/proc/meminfo: memFree=32166580/32951124 swapFree=67072804/67111528
[pid=19406] ppid=19404 vsize=132208 CPUtime=1662.34 cores=0,2,4,6
/proc/19406/stat : 19406 (scip-2.0.1.4.li) R 19404 19406 18875 0 -1 4202496 191427 0 0 0 165217 1017 0 0 25 0 1 0 901462879 135380992 31916 33554432000 4194304 9128323 140736042764496 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/19406/statm: 33052 31916 757 1205 0 31843 0
Current children cumulated CPU time (s) 1662.34
Current children cumulated vsize (KiB) 132208

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.83 3/179 19500
/proc/meminfo: memFree=32165532/32951124 swapFree=67072804/67111528
[pid=19406] ppid=19404 vsize=133680 CPUtime=1722.34 cores=0,2,4,6
/proc/19406/stat : 19406 (scip-2.0.1.4.li) R 19404 19406 18875 0 -1 4202496 191649 0 0 0 171186 1048 0 0 25 0 1 0 901462879 136888320 32138 33554432000 4194304 9128323 140736042764496 18446744073709551615 5332975 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/19406/statm: 33420 32138 757 1205 0 32211 0
Current children cumulated CPU time (s) 1722.34
Current children cumulated vsize (KiB) 133680

[startup+1782.3 s]
/proc/loadavg: 2.07 2.03 1.85 3/179 19501
/proc/meminfo: memFree=32165104/32951124 swapFree=67072804/67111528
[pid=19406] ppid=19404 vsize=133680 CPUtime=1782.34 cores=0,2,4,6
/proc/19406/stat : 19406 (scip-2.0.1.4.li) R 19404 19406 18875 0 -1 4202496 191661 0 0 0 177153 1081 0 0 25 0 1 0 901462879 136888320 32150 33554432000 4194304 9128323 140736042764496 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/19406/statm: 33420 32150 757 1205 0 32211 0
Current children cumulated CPU time (s) 1782.34
Current children cumulated vsize (KiB) 133680



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.06 2.03 1.85 3/179 19502
/proc/meminfo: memFree=32165092/32951124 swapFree=67072804/67111528
[pid=19406] ppid=19404 vsize=133680 CPUtime=1800.05 cores=0,2,4,6
/proc/19406/stat : 19406 (scip-2.0.1.4.li) R 19404 19406 18875 0 -1 4202496 191663 0 0 0 178916 1089 0 0 18 0 1 0 901462879 136888320 32152 33554432000 4194304 9128323 140736042764496 18446744073709551615 8057664 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/19406/statm: 33420 32152 759 1205 0 32211 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 133680

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.01
CPU time (s): 1800.07
CPU user time (s): 1789.17
CPU system time (s): 10.9033
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 133680

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1789.17
system time used= 10.9033
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 191663
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= 8
involuntary context switches= 4305

runsolver used 2.89456 second user time and 5.95109 second system time

The end

Launcher Data

Begin job on node135 at 2011-06-12 19:10:50
IDJOB=3447821
IDBENCH=78949
IDSOLVER=1944
FILE ID=node135/3447821-1307898650
RUNJOBID= node135-1307898650-19387
PBS_JOBID= 13559571
Free space on /tmp= 73888 MiB

SOLVER NAME= SCIP spx SCIP 2.0.1.4. with SoPlex 1.5.0.4
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900554420--soft-66-100-0.wbo
COMMAND LINE= HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3447821-1307898650/watcher-3447821-1307898650 -o /tmp/evaluation-result-3447821-1307898650/solver-3447821-1307898650 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3447821-1307898650.wbo -t 1800 -m 15500

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= b79c8ce52bbf55b2415ca4df8d18f0c8
RANDOM SEED=906236773

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.851
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.851
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.851
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	: 6640.14
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.851
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.78
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.851
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.851
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.851
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.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      32505236 kB
Buffers:        106712 kB
Cached:         128080 kB
SwapCached:       6348 kB
Active:         177444 kB
Inactive:        81888 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      32505236 kB
SwapTotal:    67111528 kB
SwapFree:     67072804 kB
Dirty:           12068 kB
Writeback:           0 kB
AnonPages:       23932 kB
Mapped:          10276 kB
Slab:           122584 kB
PageTables:       4452 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   161180 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73864 MiB
End job on node135 at 2011-06-12 19:40:52