Trace number 2705674

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SCIPclp SCIP 1.2.1.3 with Clp 1.11.1 (Release Version) as LP solverMSAT 1790.29 1790.22

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900669797--soft-66-100-0.wbo
MD5SUMed627c94e924dd829be1b38440fce2ad
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 benchmark171.049
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 constraints911
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 45526
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 45525
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 695
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.3 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Clp 1.11.1]
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-2705674-1278574750.wbo>
0.00/0.02	c original problem has 2053 variables (1142 bin, 0 int, 911 impl, 0 cont) and 3619 constraints
0.00/0.02	c problem read
0.00/0.02	c presolving settings loaded
0.00/0.03	c presolving:
0.00/0.04	c (round 1) 0 del vars, 1 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 220 impls, 16 clqs
0.03/0.07	c (round 2) 0 del vars, 116 del conss, 911 chg bounds, 50 chg sides, 0 chg coeffs, 0 upgd conss, 220 impls, 16 clqs
0.03/0.08	c (round 3) 50 del vars, 264 del conss, 926 chg bounds, 133 chg sides, 0 chg coeffs, 0 upgd conss, 220 impls, 16 clqs
0.03/0.09	c (round 4) 130 del vars, 264 del conss, 926 chg bounds, 133 chg sides, 0 chg coeffs, 1663 upgd conss, 220 impls, 16 clqs
0.09/0.10	c (round 5) 130 del vars, 267 del conss, 926 chg bounds, 133 chg sides, 0 chg coeffs, 1663 upgd conss, 220 impls, 16 clqs
0.09/0.13	c    (0.1s) probing: 101/1077 (9.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.09/0.13	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.09/0.13	c presolving (6 rounds):
0.09/0.13	c  130 deleted vars, 267 deleted constraints, 926 tightened bounds, 0 added holes, 133 changed sides, 0 changed coefficients
0.09/0.13	c  1905 implications, 16 cliques
0.09/0.13	c presolved problem has 1923 variables (1077 bin, 0 int, 846 impl, 0 cont) and 3352 constraints
0.09/0.13	c      55 constraints of type <setppc>
0.09/0.13	c     846 constraints of type <linear>
0.09/0.13	c     846 constraints of type <indicator>
0.09/0.13	c    1605 constraints of type <logicor>
0.09/0.13	c transformed objective value is always integral (scale: 1)
0.09/0.13	c Presolving Time: 0.10
0.09/0.13	c - non default parameters ----------------------------------------------------------------------
0.09/0.13	c # SCIP version 1.2.1.3
0.09/0.13	c 
0.09/0.13	c # frequency for displaying node information lines
0.09/0.13	c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.13	c display/freq = 10000
0.09/0.13	c 
0.09/0.13	c # maximal time in seconds to run
0.09/0.13	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.13	c limits/time = 1789.98
0.09/0.13	c 
0.09/0.13	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.13	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.13	c limits/memory = 3420
0.09/0.13	c 
0.09/0.13	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.09/0.13	c # [type: int, range: [1,2], default: 1]
0.09/0.13	c timing/clocktype = 2
0.09/0.13	c 
0.09/0.13	c # should presolving try to simplify inequalities
0.09/0.13	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.13	c constraints/linear/simplifyinequalities = TRUE
0.09/0.13	c 
0.09/0.13	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.09/0.13	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.13	c constraints/indicator/addCouplingCons = TRUE
0.09/0.13	c 
0.09/0.13	c # should presolving try to simplify knapsacks
0.09/0.13	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.13	c constraints/knapsack/simplifyinequalities = TRUE
0.09/0.13	c 
0.09/0.13	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.09/0.13	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.13	c separating/rapidlearning/freq = 0
0.09/0.13	c 
0.09/0.13	c -----------------------------------------------------------------------------------------------
0.09/0.13	c start solving
0.09/0.13	c 
0.09/0.14	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.09/0.14	c   0.1s|     1 |     0 |    40 |     - |8860k|   0 |  29 |1923 |3352 |1923 |1660 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.19/0.26	c   0.2s|     1 |     0 |   303 |     - |9031k|   0 |  45 |1923 |3352 |1923 |1678 |  18 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.39/0.42	c   0.4s|     1 |     0 |   977 |     - |9696k|   0 | 103 |1923 |3352 |1923 |1700 |  40 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.49/0.54	c   0.5s|     1 |     0 |  1208 |     - |  10M|   0 | 125 |1923 |3352 |1923 |1725 |  65 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.79/0.85	c   0.8s|     1 |     0 |  2126 |     - |  10M|   0 | 135 |1923 |3352 |1923 |1741 |  81 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1.10/1.18	c   1.2s|     1 |     0 |  3114 |     - |  11M|   0 | 144 |1923 |3352 |1923 |1766 | 106 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1.29/1.35	c   1.3s|     1 |     0 |  3293 |     - |  12M|   0 | 152 |1923 |3352 |1923 |1785 | 125 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
3.80/3.86	c   3.8s|     1 |     2 |  3293 |     - |  12M|   0 | 152 |1923 |3352 |1923 |1785 | 125 |   0 |  17 | 0.000000e+00 |      --      |    Inf 
12.69/12.80	o 42201
12.69/12.80	c y12.8s|    56 |    53 |  6988 |  67.2 |  13M|  15 |   - |1923 |3356 |   0 |   0 | 139 |   4 | 826 | 0.000000e+00 | 4.220100e+04 |    Inf 
28.19/28.27	c  28.2s| 10000 |  9902 | 38413 |   3.5 |  31M|  73 |   0 |1923 |3491 |1923 |1791 |3217 | 164 |1154 | 0.000000e+00 | 4.220100e+04 |    Inf 
28.69/28.71	o 485
28.69/28.71	c *28.7s| 10443 |  8300 | 38706 |   3.4 |  29M|  73 |   - |1923 |3493 |1923 |1789 |3235 | 167 |1154 | 0.000000e+00 | 4.850000e+02 |    Inf 
29.09/29.18	o 295
29.09/29.18	c v29.2s| 10705 |  5027 | 40182 |   3.4 |  25M|  73 |   - |1923 |3515 |1923 |1792 |3398 | 190 |1156 | 0.000000e+00 | 2.950000e+02 |    Inf 
29.19/29.29	o 280
29.19/29.29	c *29.3s| 10775 |  4731 | 40405 |   3.4 |  24M|  73 |   - |1923 |3552 |1923 |1783 |3414 | 227 |1156 | 0.000000e+00 | 2.800000e+02 |    Inf 
29.29/29.36	o 275
29.29/29.36	c *29.3s| 10809 |  4634 | 40676 |   3.5 |  24M|  73 |   - |1923 |3580 |1923 |1786 |3419 | 255 |1156 | 0.000000e+00 | 2.750000e+02 |    Inf 
29.29/29.37	o 274
29.29/29.37	c *29.4s| 10814 |  4605 | 40681 |   3.5 |  24M|  73 |   - |1923 |3588 |1923 |1786 |3419 | 263 |1156 | 0.000000e+00 | 2.740000e+02 |    Inf 
29.39/29.40	o 250
29.39/29.40	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
29.39/29.40	c *29.4s| 10830 |  4032 | 40727 |   3.5 |  23M|  73 |   - |1923 |3620 |1923 |1785 |3421 | 295 |1156 | 0.000000e+00 | 2.500000e+02 |    Inf 
29.39/29.42	o 239
29.39/29.42	c *29.4s| 10841 |  3798 | 40732 |   3.5 |  23M|  73 |   - |1923 |3627 |1923 |1785 |3421 | 302 |1156 | 0.000000e+00 | 2.390000e+02 |    Inf 
29.39/29.44	o 233
29.39/29.44	c *29.4s| 10851 |  3667 | 40786 |   3.5 |  23M|  73 |   - |1923 |3627 |1923 |1783 |3421 | 302 |1156 | 0.000000e+00 | 2.330000e+02 |    Inf 
29.39/29.45	o 206
29.39/29.45	c *29.4s| 10854 |  3152 | 40805 |   3.5 |  22M|  73 |   - |1923 |3627 |1923 |1783 |3421 | 302 |1156 | 0.000000e+00 | 2.060000e+02 |    Inf 
29.39/29.46	o 195
29.39/29.46	c *29.4s| 10859 |  2922 | 40812 |   3.5 |  22M|  73 |   - |1923 |3627 |1923 |1783 |3421 | 302 |1156 | 0.000000e+00 | 1.950000e+02 |    Inf 
29.39/29.47	o 165
29.39/29.47	c *29.4s| 10860 |  2445 | 40813 |   3.5 |  21M|  73 |   - |1923 |3627 |1923 |1783 |3421 | 302 |1156 | 0.000000e+00 | 1.650000e+02 |    Inf 
29.49/29.52	o 152
29.49/29.52	c *29.5s| 10877 |  2197 | 41162 |   3.5 |  20M|  73 |   - |1923 |3632 |1923 |1795 |3445 | 307 |1156 | 0.000000e+00 | 1.520000e+02 |    Inf 
29.49/29.52	o 151
29.49/29.52	c *29.5s| 10878 |  2142 | 41177 |   3.5 |  20M|  73 |   - |1923 |3632 |1923 |1794 |3445 | 307 |1156 | 0.000000e+00 | 1.510000e+02 |    Inf 
29.49/29.55	o 140
29.49/29.55	c *29.5s| 10891 |  1999 | 41344 |   3.5 |  20M|  73 |   - |1923 |3638 |1923 |1789 |3463 | 313 |1156 | 0.000000e+00 | 1.400000e+02 |    Inf 
29.49/29.55	o 133
29.49/29.55	c *29.5s| 10892 |  1892 | 41344 |   3.5 |  20M|  73 |   - |1923 |3638 |1923 |1789 |3463 | 313 |1156 | 0.000000e+00 | 1.330000e+02 |    Inf 
29.49/29.59	o 118
29.49/29.59	c *29.6s| 10903 |  1641 | 41585 |   3.5 |  20M|  73 |   - |1923 |3642 |1923 |1782 |3474 | 318 |1156 | 0.000000e+00 | 1.180000e+02 |    Inf 
29.49/29.60	o 117
29.49/29.60	c *29.6s| 10905 |  1620 | 41640 |   3.5 |  19M|  73 |   - |1923 |3642 |1923 |1782 |3474 | 318 |1156 | 0.000000e+00 | 1.170000e+02 |    Inf 
29.49/29.60	o 87
29.49/29.60	c *29.6s| 10906 |  1171 | 41640 |   3.5 |  19M|  73 |   - |1923 |3642 |1923 |1782 |3474 | 318 |1156 | 0.000000e+00 | 8.700000e+01 |    Inf 
29.60/29.64	o 86
29.60/29.64	c *29.6s| 10914 |  1168 | 41858 |   3.5 |  19M|  73 |   - |1923 |3519 |1923 |1788 |3475 | 322 |1156 | 0.000000e+00 | 8.600000e+01 |    Inf 
29.60/29.64	o 79
29.60/29.64	c *29.6s| 10915 |  1104 | 41860 |   3.5 |  19M|  73 |   - |1923 |3519 |1923 |1788 |3475 | 322 |1156 | 0.000000e+00 | 7.900000e+01 |    Inf 
29.60/29.67	o 78
29.60/29.67	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
29.60/29.67	c *29.6s| 10923 |  1096 | 41993 |   3.5 |  19M|  73 |   - |1923 |3449 |1923 |1774 |3478 | 325 |1156 | 0.000000e+00 | 7.800000e+01 |    Inf 
29.60/29.67	o 64
29.60/29.67	c *29.7s| 10924 |   555 | 42006 |   3.5 |  18M|  73 |   - |1923 |3449 |1923 |1774 |3478 | 325 |1156 | 0.000000e+00 | 6.400000e+01 |    Inf 
35.20/35.26	o 61
35.20/35.26	c *35.2s| 12862 |   536 | 77609 |   5.8 |  19M|  73 |   - |1923 |5153 |1923 |1777 |3794 |2759 |1314 | 0.000000e+00 | 6.100000e+01 |    Inf 
50.39/50.46	c  50.4s| 20000 |   839 |165921 |   8.1 |  24M|  73 |   - |1923 |8788 |   0 |   0 |5398 |  11k|1599 | 0.000000e+00 | 6.100000e+01 |    Inf 
51.30/51.34	o 59
51.30/51.34	c *51.3s| 20477 |   868 |170205 |   8.2 |  24M|  73 |   - |1923 |8763 |1923 |1777 |5572 |  12k|1601 | 0.000000e+00 | 5.900000e+01 |    Inf 
58.40/58.42	o 58
58.40/58.42	c *58.4s| 24202 |   966 |204613 |   8.3 |  25M|  73 |   - |1923 |8802 |1923 |1771 |6645 |  17k|1690 | 0.000000e+00 | 5.800000e+01 |    Inf 
58.80/58.86	o 38
58.80/58.86	c *58.8s| 24425 |   869 |206950 |   8.3 |  24M|  73 |   - |1923 |8310 |1923 |1782 |6706 |  17k|1692 | 0.000000e+00 | 3.800000e+01 |    Inf 
60.29/60.36	o 28
60.29/60.36	c *60.3s| 25156 |   858 |216579 |   8.5 |  23M|  73 |   - |1923 |6902 |1923 |1782 |6896 |  18k|1693 | 0.000000e+00 | 2.800000e+01 |    Inf 
61.59/61.69	o 25
61.59/61.69	c *61.7s| 25879 |   852 |224777 |   8.6 |  23M|  73 |   - |1923 |6845 |1923 |1772 |7065 |  19k|1694 | 0.000000e+00 | 2.500000e+01 |    Inf 
61.69/61.70	o 18
61.69/61.70	c *61.7s| 25886 |   849 |224788 |   8.6 |  23M|  73 |   - |1923 |6728 |1923 |1773 |7066 |  19k|1694 | 0.000000e+00 | 1.800000e+01 |    Inf 
61.69/61.71	o 8
61.69/61.71	c *61.7s| 25887 |   805 |224788 |   8.6 |  23M|  73 |   - |1923 |6728 |1923 |1773 |7066 |  19k|1694 | 0.000000e+00 | 8.000000e+00 |    Inf 
69.30/69.34	c  69.3s| 30000 |   761 |278868 |   9.2 |  23M|  73 |   9 |1923 |6830 |1923 |1771 |7684 |  24k|1696 | 0.000000e+00 | 8.000000e+00 |    Inf 
88.69/88.71	c  88.7s| 40000 |   900 |415969 |  10.3 |  26M|  73 |  10 |1923 |  11k|1923 |1771 |  10k|  38k|1699 | 0.000000e+00 | 8.000000e+00 |    Inf 
109.79/109.85	c   110s| 50000 |   987 |556471 |  11.1 |  28M|  73 |   - |1923 |  14k|   0 |   0 |  12k|  51k|1938 | 0.000000e+00 | 8.000000e+00 |    Inf 
131.91/131.97	c   132s| 60000 |  1117 |693812 |  11.5 |  30M|  73 |  24 |1923 |  16k|1923 |1771 |  14k|  65k|2340 | 0.000000e+00 | 8.000000e+00 |    Inf 
153.39/153.47	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
153.39/153.47	c   153s| 70000 |  1314 |826215 |  11.8 |  33M|  73 |   - |1923 |  21k|1923 |1777 |  16k|  78k|2623 | 0.000000e+00 | 8.000000e+00 |    Inf 
175.91/175.92	c   176s| 80000 |  1579 |957520 |  11.9 |  36M|  73 |  16 |1923 |  23k|1923 |1771 |  19k|  92k|2920 | 0.000000e+00 | 8.000000e+00 |    Inf 
197.70/197.73	c   198s| 90000 |  1929 |  1077k|  11.9 |  39M|  73 |  22 |1923 |  25k|1923 |1787 |  21k| 105k|3153 | 0.000000e+00 | 8.000000e+00 |    Inf 
219.40/219.49	o 2
219.40/219.49	c * 219s| 99355 |  2129 |  1192k|  12.0 |  41M|  73 |   - |1923 |  27k|1923 |1773 |  23k| 118k|3407 | 0.000000e+00 | 2.000000e+00 |    Inf 
220.90/220.94	c   221s|100000 |  2123 |  1200k|  12.0 |  40M|  73 |  24 |1923 |  26k|1923 |1771 |  24k| 119k|3413 | 0.000000e+00 | 2.000000e+00 |    Inf 
243.40/243.43	c   243s|110000 |  2167 |  1323k|  12.0 |  41M|  73 |  24 |1923 |  25k|1923 |1771 |  25k| 132k|3645 | 0.000000e+00 | 2.000000e+00 |    Inf 
266.21/266.26	c   266s|120000 |  2185 |  1451k|  12.1 |  41M|  73 |  26 |1923 |  23k|1923 |1777 |  27k| 146k|3843 | 0.000000e+00 | 2.000000e+00 |    Inf 
288.01/288.01	c   288s|130000 |  2089 |  1571k|  12.1 |  40M|  73 |   - |1923 |  21k|1923 |1779 |  30k| 160k|4082 | 0.000000e+00 | 2.000000e+00 |    Inf 
309.21/309.23	c   309s|140000 |  1552 |  1689k|  12.0 |  35M|  73 |   5 |1923 |  13k|1923 |1771 |  32k| 174k|4286 | 0.000000e+00 | 2.000000e+00 |    Inf 
330.50/330.53	c   331s|150000 |  1177 |  1817k|  12.1 |  32M|  73 |   - |1923 |  10k|1923 |1771 |  34k| 188k|4752 | 0.000000e+00 | 2.000000e+00 |    Inf 
349.71/349.72	c   350s|160000 |  1237 |  1937k|  12.1 |  34M|  73 |   - |1923 |  15k|1923 |1771 |  36k| 201k|4863 | 0.000000e+00 | 2.000000e+00 |    Inf 
369.61/369.60	c   370s|170000 |   991 |  2054k|  12.1 |  32M|  73 |   - |1923 |  13k|   0 |   0 |  38k| 215k|5107 | 0.000000e+00 | 2.000000e+00 |    Inf 
389.61/389.66	c   390s|180000 |  1111 |  2176k|  12.1 |  34M|  73 |   - |1923 |  16k|   0 |   0 |  39k| 228k|5268 | 0.000000e+00 | 2.000000e+00 |    Inf 
409.71/409.75	c   410s|190000 |  1345 |  2294k|  12.1 |  38M|  73 |   - |1923 |  23k|1923 |1771 |  42k| 242k|5365 | 0.000000e+00 | 2.000000e+00 |    Inf 
431.91/431.96	c   432s|200000 |  1340 |  2414k|  12.1 |  40M|  73 |  10 |1923 |  26k|1923 |1771 |  45k| 255k|5539 | 0.000000e+00 | 2.000000e+00 |    Inf 
454.41/454.42	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
454.41/454.42	c   454s|210000 |  1479 |  2533k|  12.0 |  41M|  73 |   - |1923 |  26k|1923 |1776 |  47k| 269k|5689 | 0.000000e+00 | 2.000000e+00 |    Inf 
476.41/476.40	c   476s|220000 |  1758 |  2644k|  12.0 |  45M|  73 |   6 |1923 |  32k|1923 |1771 |  48k| 283k|5806 | 0.000000e+00 | 2.000000e+00 |    Inf 
499.91/499.97	c   500s|230000 |  1885 |  2771k|  12.0 |  46M|  73 |  17 |1923 |  32k|1923 |1771 |  50k| 296k|5911 | 0.000000e+00 | 2.000000e+00 |    Inf 
524.11/524.13	c   524s|240000 |  2077 |  2901k|  12.1 |  48M|  73 |   - |1923 |  35k|1923 |1771 |  53k| 310k|6102 | 0.000000e+00 | 2.000000e+00 |    Inf 
549.11/549.15	c   549s|250000 |  2174 |  3035k|  12.1 |  50M|  73 |   - |1923 |  35k|1923 |1771 |  54k| 323k|6278 | 0.000000e+00 | 2.000000e+00 |    Inf 
574.42/574.47	c   574s|260000 |  2186 |  3168k|  12.2 |  50M|  73 |   - |1923 |  36k|   0 |   0 |  55k| 337k|6394 | 0.000000e+00 | 2.000000e+00 |    Inf 
599.61/599.60	c   600s|270000 |  2291 |  3291k|  12.2 |  51M|  73 |  32 |1923 |  36k|1923 |1771 |  57k| 351k|6520 | 0.000000e+00 | 2.000000e+00 |    Inf 
625.21/625.23	c   625s|280000 |  2474 |  3431k|  12.2 |  54M|  73 |  17 |1923 |  39k|1923 |1778 |  60k| 365k|6662 | 0.000000e+00 | 2.000000e+00 |    Inf 
651.22/651.27	c   651s|290000 |  2534 |  3569k|  12.3 |  55M|  73 |  12 |1923 |  40k|1923 |1771 |  63k| 379k|6820 | 0.000000e+00 | 2.000000e+00 |    Inf 
677.11/677.15	c   677s|300000 |  2475 |  3700k|  12.3 |  55M|  73 |  21 |1923 |  39k|1923 |1771 |  65k| 393k|6931 | 0.000000e+00 | 2.000000e+00 |    Inf 
703.11/703.15	c   703s|310000 |  1979 |  3814k|  12.3 |  49M|  73 |   - |1923 |  30k|   0 |   0 |  66k| 407k|7104 | 0.000000e+00 | 2.000000e+00 |    Inf 
728.02/728.09	c   728s|320000 |  2055 |  3952k|  12.3 |  51M|  73 |  12 |1923 |  32k|1923 |1771 |  68k| 420k|7271 | 0.000000e+00 | 2.000000e+00 |    Inf 
752.62/752.63	c   753s|330000 |  2157 |  4088k|  12.4 |  53M|  73 |  11 |1923 |  37k|1923 |1771 |  70k| 434k|7380 | 0.000000e+00 | 2.000000e+00 |    Inf 
779.62/779.64	c   780s|340000 |  2282 |  4238k|  12.5 |  56M|  73 |  19 |1923 |  40k|1923 |1771 |  72k| 447k|7493 | 0.000000e+00 | 2.000000e+00 |    Inf 
805.83/805.84	c   806s|350000 |  2531 |  4371k|  12.5 |  58M|  73 |  12 |1923 |  43k|1923 |1771 |  73k| 460k|7573 | 0.000000e+00 | 2.000000e+00 |    Inf 
832.93/832.97	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
832.93/832.97	c   833s|360000 |  2677 |  4511k|  12.5 |  60M|  73 |   - |1923 |  43k|1923 |1771 |  75k| 474k|7696 | 0.000000e+00 | 2.000000e+00 |    Inf 
859.53/859.58	c   860s|370000 |  2842 |  4648k|  12.6 |  62M|  73 |  27 |1923 |  46k|1923 |1771 |  77k| 488k|7829 | 0.000000e+00 | 2.000000e+00 |    Inf 
886.33/886.31	c   886s|380000 |  2950 |  4784k|  12.6 |  64M|  73 |   1 |1923 |  48k|1923 |1771 |  78k| 502k|7965 | 0.000000e+00 | 2.000000e+00 |    Inf 
914.33/914.30	c   914s|390000 |  3013 |  4922k|  12.6 |  66M|  73 |   - |1923 |  50k|1923 |1781 |  80k| 515k|8082 | 0.000000e+00 | 2.000000e+00 |    Inf 
943.33/943.39	c   943s|400000 |  2810 |  5068k|  12.7 |  63M|  73 |   - |1923 |  46k|1923 |1771 |  81k| 529k|8208 | 0.000000e+00 | 2.000000e+00 |    Inf 
970.93/970.92	c   971s|410000 |  2503 |  5205k|  12.7 |  59M|  73 |  28 |1923 |  37k|1923 |1771 |  83k| 543k|8340 | 0.000000e+00 | 2.000000e+00 |    Inf 
995.63/995.67	c   996s|420000 |  2792 |  5328k|  12.7 |  63M|  73 |   - |1923 |  45k|   0 |   0 |  84k| 556k|8424 | 0.000000e+00 | 2.000000e+00 |    Inf 
1022.13/1022.16	c  1022s|430000 |  2880 |  5450k|  12.7 |  65M|  73 |   - |1923 |  47k|1923 |1775 |  86k| 570k|8522 | 0.000000e+00 | 2.000000e+00 |    Inf 
1050.43/1050.43	c  1050s|440000 |  2997 |  5587k|  12.7 |  68M|  73 |  26 |1923 |  52k|1923 |1771 |  89k| 583k|8633 | 0.000000e+00 | 2.000000e+00 |    Inf 
1079.24/1079.28	c  1079s|450000 |  3115 |  5713k|  12.7 |  69M|  73 |  20 |1923 |  53k|1923 |1771 |  91k| 597k|8746 | 0.000000e+00 | 2.000000e+00 |    Inf 
1109.13/1109.13	c  1109s|460000 |  3279 |  5841k|  12.7 |  71M|  73 |   - |1923 |  56k|1923 |1771 |  92k| 611k|8841 | 0.000000e+00 | 2.000000e+00 |    Inf 
1139.13/1139.12	c  1139s|470000 |  3533 |  5964k|  12.7 |  74M|  73 |  22 |1923 |  58k|1923 |1771 |  94k| 624k|8927 | 0.000000e+00 | 2.000000e+00 |    Inf 
1168.44/1168.42	c  1168s|480000 |  3610 |  6081k|  12.7 |  75M|  73 |   - |1923 |  59k|   0 |   0 |  96k| 639k|9022 | 0.000000e+00 | 2.000000e+00 |    Inf 
1198.64/1198.67	c  1199s|490000 |  3599 |  6212k|  12.7 |  74M|  73 |   - |1923 |  55k|   0 |   0 |  97k| 652k|9109 | 0.000000e+00 | 2.000000e+00 |    Inf 
1227.34/1227.34	c  1227s|500000 |  3697 |  6357k|  12.7 |  77M|  73 |  15 |1923 |  60k|1923 |1771 |  99k| 666k|9208 | 0.000000e+00 | 2.000000e+00 |    Inf 
1259.14/1259.14	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1259.14/1259.14	c  1259s|510000 |  3711 |  6494k|  12.7 |  76M|  73 |  18 |1923 |  56k|1923 |1771 | 100k| 679k|9298 | 0.000000e+00 | 2.000000e+00 |    Inf 
1290.04/1290.09	c  1290s|520000 |  3830 |  6629k|  12.7 |  78M|  73 |   1 |1923 |  59k|1923 |1771 | 102k| 693k|9401 | 0.000000e+00 | 2.000000e+00 |    Inf 
1324.54/1324.54	c  1325s|530000 |  3998 |  6755k|  12.7 |  79M|  73 |   - |1923 |  60k|1923 |1776 | 105k| 707k|9465 | 0.000000e+00 | 2.000000e+00 |    Inf 
1360.14/1360.18	c  1360s|540000 |  4218 |  6868k|  12.7 |  82M|  73 |   - |1923 |  64k|1923 |1771 | 106k| 720k|9513 | 0.000000e+00 | 2.000000e+00 |    Inf 
1398.25/1398.24	c  1398s|550000 |  4642 |  7006k|  12.7 |  86M|  73 |  25 |1923 |  67k|1923 |1771 | 109k| 734k|9594 | 0.000000e+00 | 2.000000e+00 |    Inf 
1435.45/1435.42	c  1435s|560000 |  4860 |  7143k|  12.8 |  88M|  73 |   - |1923 |  69k|   0 |   0 | 111k| 748k|9661 | 0.000000e+00 | 2.000000e+00 |    Inf 
1475.05/1475.01	c  1475s|570000 |  5042 |  7281k|  12.8 |  90M|  73 |  19 |1923 |  69k|1923 |1779 | 114k| 762k|9739 | 0.000000e+00 | 2.000000e+00 |    Inf 
1514.94/1514.91	c  1515s|580000 |  5022 |  7414k|  12.8 |  90M|  73 |  11 |1923 |  66k|1923 |1771 | 116k| 776k|9827 | 0.000000e+00 | 2.000000e+00 |    Inf 
1555.75/1555.78	c  1556s|590000 |  4846 |  7540k|  12.8 |  87M|  73 |  22 |1923 |  62k|1923 |1771 | 118k| 790k|9931 | 0.000000e+00 | 2.000000e+00 |    Inf 
1596.06/1596.05	c  1596s|600000 |  4745 |  7683k|  12.8 |  86M|  73 |   - |1923 |  59k|1923 |1771 | 120k| 804k|  10k| 0.000000e+00 | 2.000000e+00 |    Inf 
1631.16/1631.13	c  1631s|610000 |  4735 |  7801k|  12.8 |  86M|  73 |  25 |1923 |  56k|1923 |1771 | 122k| 817k|  10k| 0.000000e+00 | 2.000000e+00 |    Inf 
1664.36/1664.38	c  1664s|620000 |  5088 |  7916k|  12.8 |  90M|  73 |  17 |1923 |  63k|1923 |1771 | 124k| 831k|  10k| 0.000000e+00 | 2.000000e+00 |    Inf 
1698.86/1698.84	c  1699s|630000 |  5295 |  8033k|  12.7 |  92M|  73 |   - |1923 |  65k|1923 |1771 | 127k| 844k|  10k| 0.000000e+00 | 2.000000e+00 |    Inf 
1732.66/1732.61	c  1733s|640000 |  5433 |  8150k|  12.7 |  95M|  73 |  20 |1923 |  68k|1923 |1771 | 129k| 858k|  10k| 0.000000e+00 | 2.000000e+00 |    Inf 
1769.36/1769.30	c  1769s|650000 |  5723 |  8267k|  12.7 |  97M|  73 |  23 |1923 |  69k|1923 |1771 | 131k| 872k|  10k| 0.000000e+00 | 2.000000e+00 |    Inf 
1790.06/1790.00	c 
1790.06/1790.00	c SCIP Status        : solving was interrupted [time limit reached]
1790.06/1790.00	c Solving Time (sec) : 1789.98
1790.06/1790.00	c Solving Nodes      : 655585
1790.06/1790.00	c Primal Bound       : +2.00000000000000e+00 (139 solutions)
1790.06/1790.00	c Dual Bound         : +0.00000000000000e+00
1790.06/1790.00	c Gap                : infinite
1790.06/1790.01	s SATISFIABLE
1790.06/1790.01	v -x231 -x230 -x229 -x228 -x227 -x226 -x225 x224 -x223 -x222 -x221 -x220 -x219 -x218 -x217 -x216 -x215 -x214 -x213 x212 -x211 -x210 
1790.06/1790.01	v -x209 -x208 -x207 -x206 -x205 -x204 x203 -x202 x201 -x200 -x199 -x198 -x197 -x196 -x195 -x194 -x193 -x192 -x191 -x190 x189 
1790.06/1790.01	v -x188 -x187 -x186 -x185 -x184 -x183 -x182 -x181 x180 -x179 -x178 -x177 -x176 -x175 -x174 -x173 -x172 -x171 -x170 -x169 -x168 
1790.06/1790.01	v -x167 -x166 x165 -x164 -x163 -x162 -x161 -x160 -x159 -x158 -x157 -x156 -x155 -x154 -x153 -x152 -x151 -x150 -x149 -x148 x147 
1790.06/1790.01	v -x146 -x145 -x144 -x143 -x142 -x141 -x140 -x139 -x138 -x137 x136 -x135 -x134 -x133 -x132 -x131 -x130 -x129 -x128 -x127 -x126 
1790.06/1790.01	v x125 -x124 -x123 -x122 -x121 -x120 -x119 -x118 -x117 -x116 -x115 x114 -x113 -x112 -x111 -x110 -x109 -x108 x107 -x106 -x105 -x104 
1790.06/1790.01	v -x103 -x102 -x101 -x100 x99 -x98 -x97 -x96 -x95 -x94 -x93 -x92 -x91 -x90 -x89 -x88 -x87 -x86 -x85 -x84 -x83 -x82 -x81 x80 
1790.06/1790.01	v -x79 -x78 -x77 -x76 -x75 -x74 x73 -x72 -x71 -x70 -x69 -x68 -x67 -x66 -x65 x64 -x63 -x62 -x61 -x60 -x59 -x58 -x57 -x56 -x55 -x54 
1790.06/1790.01	v -x53 -x52 -x51 -x50 -x49 -x48 -x47 x46 -x45 -x44 -x43 -x42 -x41 -x40 x39 -x38 -x37 -x36 -x35 -x34 -x33 x32 -x31 -x30 -x29 
1790.06/1790.01	v -x28 -x27 -x26 -x25 -x24 -x23 -x22 -x21 -x20 -x19 -x18 -x17 -x16 -x15 -x14 -x13 -x12 -x11 -x10 x9 -x8 -x7 -x6 -x5 -x4 -x3 x2 
1790.06/1790.01	v -x1 
1790.06/1790.01	c SCIP Status        : solving was interrupted [time limit reached]
1790.06/1790.01	c Solving Time       :    1789.98
1790.06/1790.01	c Original Problem   :
1790.06/1790.01	c   Problem name     : HOME/instance-2705674-1278574750.wbo
1790.06/1790.01	c   Variables        : 2053 (1142 binary, 0 integer, 911 implicit integer, 0 continuous)
1790.06/1790.01	c   Constraints      : 3619 initial, 3619 maximal
1790.06/1790.01	c Presolved Problem  :
1790.06/1790.01	c   Problem name     : t_HOME/instance-2705674-1278574750.wbo
1790.06/1790.01	c   Variables        : 1923 (1077 binary, 0 integer, 846 implicit integer, 0 continuous)
1790.06/1790.01	c   Constraints      : 3352 initial, 72428 maximal
1790.06/1790.01	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1790.06/1790.01	c   trivial          :       0.00         65          0          0          0          0          0          0          0
1790.06/1790.01	c   dualfix          :       0.00         65          0          0          0          0          0          0          0
1790.06/1790.01	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1790.06/1790.01	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1790.06/1790.01	c   implics          :       0.00          0          0          0          0          0          0          0          0
1790.06/1790.01	c   probing          :       0.03          0          0          0          0          0          0          0          0
1790.06/1790.01	c   setppc           :       0.00          0          0          0          0          0          3          0          0
1790.06/1790.01	c   linear           :       0.06          0          0          0        926          0        199        133          0
1790.06/1790.01	c   indicator        :       0.00          0          0          0          0          0         65          0          0
1790.06/1790.01	c   logicor          :       0.01          0          0          0          0          0          0          0          0
1790.06/1790.01	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0
1790.06/1790.01	c   root node        :          -       1668          -          -       1668          -          -          -          -
1790.06/1790.01	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1790.06/1790.01	c   integral         :          0          0          0     383349          0        400       3744          0          0     694782
1790.06/1790.01	c   setppc           :         55          6    2743498      26443          0      53371    2431855          0          0          0
1790.06/1790.01	c   linear           :        846          6    2699438      32495          0      72853    8468207     132222          0          0
1790.06/1790.01	c   indicator        :        846          0    2611173      32405          0        171     381277          0          0          0
1790.06/1790.01	c   logicor          :       1605+         6    1497091       9918          0      73041    5199361          0          0          0
1790.06/1790.01	c   bounddisjunction :          0+         0     343455          0          0        120        894          0          0          0
1790.06/1790.01	c   countsols        :          0          0          0       9918          0          0          0          0          0          0
1790.06/1790.01	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1790.06/1790.01	c   integral         :      40.34       0.00       0.00      40.34       0.00
1790.06/1790.01	c   setppc           :      19.38       0.00      19.36       0.02       0.00
1790.06/1790.01	c   linear           :      56.38       0.00      55.73       0.64       0.00
1790.06/1790.01	c   indicator        :       4.50       0.01       3.75       0.74       0.00
1790.06/1790.01	c   logicor          :     348.81       0.00     348.71       0.10       0.00
1790.06/1790.01	c   bounddisjunction :       0.91       0.00       0.91       0.00       0.00
1790.06/1790.01	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1790.06/1790.01	c Propagators        :       Time      Calls    Cutoffs    DomReds
1790.06/1790.01	c   vbounds          :       0.46       7080          0       1187
1790.06/1790.01	c   rootredcost      :       0.44         32          0        834
1790.06/1790.01	c   pseudoobj        :      36.42    2753815       1088     410420
1790.06/1790.01	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1790.06/1790.01	c   propagation      :       8.95     200473     199876    1168378       28.2       5171       27.0          -
1790.06/1790.01	c   infeasible LP    :      25.37     137332     137328    1006487       48.0       1334       17.9          0
1790.06/1790.01	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1790.06/1790.01	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1790.06/1790.01	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1790.06/1790.01	c   applied globally :          -          -          -     880316       32.0          -          -          -
1790.06/1790.01	c   applied locally  :          -          -          -          0        0.0          -          -          -
1790.06/1790.01	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1790.06/1790.01	c   cut pool         :       0.00          5          -          -         37          -    (maximal pool size: 1339)
1790.06/1790.01	c   redcost          :      12.81     383779          0       6560          0          0
1790.06/1790.01	c   impliedbounds    :       0.00          6          0          0          0          0
1790.06/1790.01	c   intobj           :       0.00          0          0          0          0          0
1790.06/1790.01	c   cgmip            :       0.00          0          0          0          0          0
1790.06/1790.01	c   gomory           :       0.30          6          0          0       1541          0
1790.06/1790.01	c   strongcg         :       0.21          6          0          0       2540          0
1790.06/1790.01	c   cmir             :       0.04          6          0          0          0          0
1790.06/1790.01	c   flowcover        :       0.05          6          0          0          1          0
1790.06/1790.01	c   clique           :       0.00          6          0          0          0          0
1790.06/1790.01	c   zerohalf         :       0.00          0          0          0          0          0
1790.06/1790.01	c   mcf              :       0.00          1          0          0          0          0
1790.06/1790.01	c   rapidlearning    :       0.05          1          0          0          0          0
1790.06/1790.01	c Pricers            :       Time      Calls       Vars
1790.06/1790.01	c   problem variables:       0.00          0          0
1790.06/1790.01	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1790.06/1790.01	c   relpscost        :      40.04     350817        400       3744          0          0     694782
1790.06/1790.01	c   pscost           :       0.00          0          0          0          0          0          0
1790.06/1790.01	c   inference        :       1.26       9888          0          0          0          0      19794
1790.06/1790.01	c   mostinf          :       0.00          0          0          0          0          0          0
1790.06/1790.01	c   leastinf         :       0.00          0          0          0          0          0          0
1790.06/1790.01	c   fullstrong       :       0.00          0          0          0          0          0          0
1790.06/1790.01	c   allfullstrong    :       0.00          0          0          0          0          0          0
1790.06/1790.01	c   random           :       0.00          0          0          0          0          0          0
1790.06/1790.01	c Primal Heuristics  :       Time      Calls      Found
1790.06/1790.01	c   LP solutions     :       0.02          -         30
1790.06/1790.01	c   pseudo solutions :       0.00          -          0
1790.06/1790.01	c   intshifting      :       0.01          0          0
1790.06/1790.01	c   feaspump         :       0.03          1          0
1790.06/1790.01	c   oneopt           :       0.27         25          0
1790.06/1790.01	c   crossover        :       0.54         15          0
1790.06/1790.01	c   guideddiving     :       0.48        377          0
1790.06/1790.01	c   coefdiving       :       0.47        377          0
1790.06/1790.01	c   pscostdiving     :       0.43        377          0
1790.06/1790.01	c   fracdiving       :       0.52        378          0
1790.06/1790.01	c   veclendiving     :       0.50        378          1
1790.06/1790.01	c   linesearchdiving :       0.48        378          0
1790.06/1790.01	c   rootsoldiving    :       0.32        318          0
1790.06/1790.01	c   objpscostdiving  :       0.29        319          0
1790.06/1790.01	c   trivial          :       0.00          2          0
1790.06/1790.01	c   simplerounding   :       0.54     350813          0
1790.06/1790.01	c   zirounding       :       0.19       1000          0
1790.06/1790.01	c   rounding         :       0.77       8404          0
1790.06/1790.01	c   shifting         :       0.75       2601          0
1790.06/1790.01	c   twoopt           :       0.00          0          0
1790.06/1790.01	c   fixandinfer      :       0.00          0          0
1790.06/1790.01	c   intdiving        :       0.00          0          0
1790.06/1790.01	c   actconsdiving    :       0.00          0          0
1790.06/1790.01	c   octane           :       0.00          0          0
1790.06/1790.01	c   rens             :       0.07          1          0
1790.06/1790.01	c   rins             :       0.00          0          0
1790.06/1790.01	c   localbranching   :       0.00          0          0
1790.06/1790.01	c   mutation         :       0.00          0          0
1790.06/1790.01	c   dins             :       0.00          0          0
1790.06/1790.01	c   undercover       :       0.00          0          0
1790.06/1790.01	c   nlp              :       0.11          0          0
1790.06/1790.01	c   trysol           :       0.22        336        108
1790.06/1790.01	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1790.06/1790.01	c   primal LP        :       0.00          0          0       0.00          -
1790.06/1790.01	c   dual LP          :     820.52     508685    8325747      16.37   10146.96
1790.06/1790.01	c   lex dual LP      :       0.00          0          0       0.00          -
1790.06/1790.01	c   barrier LP       :       0.00          0          0       0.00          -
1790.06/1790.01	c   diving/probing LP:       1.28        856       8370       9.78    6550.54
1790.06/1790.01	c   strong branching :      36.54      10370     338850      32.68    9272.83
1790.06/1790.01	c     (at root node) :          -         17      13822     813.06          -
1790.06/1790.01	c   conflict analysis:       0.00          0          0       0.00          -
1790.06/1790.01	c B&B Tree           :
1790.06/1790.01	c   number of runs   :          1
1790.06/1790.01	c   nodes            :     655585
1790.06/1790.01	c   nodes (total)    :     655585
1790.06/1790.01	c   nodes left       :       5733
1790.06/1790.01	c   max depth        :         73
1790.06/1790.01	c   max depth (total):         73
1790.06/1790.01	c   backtracks       :     100205 (15.3%)
1790.06/1790.01	c   delayed cutoffs  :      42748
1790.06/1790.01	c   repropagations   :     927840 (3342903 domain reductions, 39238 cutoffs)
1790.06/1790.01	c   avg switch length:       4.54
1790.06/1790.01	c   switching time   :     240.42
1790.06/1790.01	c Solution           :
1790.06/1790.01	c   Solutions found  :        139 (32 improvements)
1790.06/1790.01	c   First Solution   : +4.22010000000000e+04   (in run 1, after 55 nodes, 12.77 seconds, depth 16, found by <trysol>)
1790.06/1790.01	c   Primal Bound     : +2.00000000000000e+00   (in run 1, after 99355 nodes, 219.47 seconds, depth 46, found by <relaxation>)
1790.06/1790.01	c   Dual Bound       : +0.00000000000000e+00
1790.06/1790.01	c   Gap              :   infinite
1790.06/1790.01	c   Root Dual Bound  : +0.00000000000000e+00
1790.06/1790.01	c   Root Iterations  :       3293
1790.26/1790.22	c Time complete: 1790.28.

Verifier Data

OK	2

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2705674-1278574750/watcher-2705674-1278574750 -o /tmp/evaluation-result-2705674-1278574750/solver-2705674-1278574750 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2705674-1278574750.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: 1.92 1.97 1.67 4/178 23630
/proc/meminfo: memFree=29820420/32950928 swapFree=67111528/67111528
[pid=23630] ppid=23628 vsize=12548 CPUtime=0
/proc/23630/stat : 23630 (pbscip.linux.x8) R 23628 23630 23405 0 -1 4202496 1971 0 0 0 0 0 0 0 25 0 1 0 25688850 12849152 1890 4089446400 4194304 10345943 140735207002528 18446744073709551615 6326861 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/23630/statm: 3137 1890 429 1502 0 1630 0

[startup+0.0472089 s]
/proc/loadavg: 1.92 1.97 1.67 4/178 23630
/proc/meminfo: memFree=29820420/32950928 swapFree=67111528/67111528
[pid=23630] ppid=23628 vsize=26472 CPUtime=0.03
/proc/23630/stat : 23630 (pbscip.linux.x8) R 23628 23630 23405 0 -1 4202496 5642 0 0 0 3 0 0 0 25 0 1 0 25688850 27107328 5206 4089446400 4194304 10345943 140735207002528 18446744073709551615 5017672 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/23630/statm: 6618 5206 534 1502 0 5111 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 26472

[startup+0.100292 s]
/proc/loadavg: 1.92 1.97 1.67 4/178 23630
/proc/meminfo: memFree=29820420/32950928 swapFree=67111528/67111528
[pid=23630] ppid=23628 vsize=27500 CPUtime=0.09
/proc/23630/stat : 23630 (pbscip.linux.x8) R 23628 23630 23405 0 -1 4202496 5923 0 0 0 9 0 0 0 25 0 1 0 25688850 28160000 5487 4089446400 4194304 10345943 140735207002528 18446744073709551615 5093501 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/23630/statm: 6875 5487 553 1502 0 5368 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 27500

[startup+0.300222 s]
/proc/loadavg: 1.92 1.97 1.67 4/178 23630
/proc/meminfo: memFree=29820420/32950928 swapFree=67111528/67111528
[pid=23630] ppid=23628 vsize=36968 CPUtime=0.29
/proc/23630/stat : 23630 (pbscip.linux.x8) R 23628 23630 23405 0 -1 4202496 12038 0 0 0 28 1 0 0 25 0 1 0 25688850 37855232 7784 4089446400 4194304 10345943 140735207002528 18446744073709551615 6153519 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/23630/statm: 9242 7784 747 1502 0 7735 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 36968

[startup+0.701143 s]
/proc/loadavg: 1.92 1.97 1.67 4/178 23630
/proc/meminfo: memFree=29820420/32950928 swapFree=67111528/67111528
[pid=23630] ppid=23628 vsize=42320 CPUtime=0.69
/proc/23630/stat : 23630 (pbscip.linux.x8) R 23628 23630 23405 0 -1 4202496 13246 0 0 0 68 1 0 0 25 0 1 0 25688850 43335680 8992 4089446400 4194304 10345943 140735207002528 18446744073709551615 7541978 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/23630/statm: 10580 8993 751 1502 0 9073 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 42320

[startup+1.501 s]
/proc/loadavg: 1.92 1.97 1.67 3/179 23631
/proc/meminfo: memFree=29786284/32950928 swapFree=67111528/67111528
[pid=23630] ppid=23628 vsize=49612 CPUtime=1.49
/proc/23630/stat : 23630 (pbscip.linux.x8) R 23628 23630 23405 0 -1 4202496 18082 0 0 0 147 2 0 0 25 0 1 0 25688850 50802688 10280 4089446400 4194304 10345943 140735207002528 18446744073709551615 7568783 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/23630/statm: 12403 10281 794 1502 0 10896 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 49612

[startup+3.10069 s]
/proc/loadavg: 1.92 1.97 1.67 3/179 23631
/proc/meminfo: memFree=29782564/32950928 swapFree=67111528/67111528
[pid=23630] ppid=23628 vsize=48144 CPUtime=3.09
/proc/23630/stat : 23630 (pbscip.linux.x8) R 23628 23630 23405 0 -1 4202496 19067 0 0 0 306 3 0 0 25 0 1 0 25688850 49299456 10251 4089446400 4194304 10345943 140735207002528 18446744073709551615 7567207 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/23630/statm: 12036 10251 794 1502 0 10529 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 48144

[startup+6.30101 s]
/proc/loadavg: 1.93 1.97 1.68 3/179 23631
/proc/meminfo: memFree=29782848/32950928 swapFree=67111528/67111528
[pid=23630] ppid=23628 vsize=48124 CPUtime=6.29
/proc/23630/stat : 23630 (pbscip.linux.x8) R 23628 23630 23405 0 -1 4202496 21673 0 0 0 625 4 0 0 25 0 1 0 25688850 49278976 10188 4089446400 4194304 10345943 140735207002528 18446744073709551615 7569550 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/23630/statm: 12031 10188 794 1502 0 10524 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 48124

[startup+12.7009 s]
/proc/loadavg: 1.93 1.97 1.68 3/179 23632
/proc/meminfo: memFree=29778764/32950928 swapFree=67111528/67111528
[pid=23630] ppid=23628 vsize=47940 CPUtime=12.69
/proc/23630/stat : 23630 (pbscip.linux.x8) R 23628 23630 23405 0 -1 4202496 23602 0 0 0 1262 7 0 0 25 0 1 0 25688850 49090560 10431 4089446400 4194304 10345943 140735207002528 18446744073709551615 6702715 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/23630/statm: 11985 10431 797 1502 0 10478 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 47940

[startup+25.5004 s]
/proc/loadavg: 1.95 1.97 1.68 3/179 23633
/proc/meminfo: memFree=29755688/32950928 swapFree=67111528/67111528
[pid=23630] ppid=23628 vsize=64516 CPUtime=25.49
/proc/23630/stat : 23630 (pbscip.linux.x8) R 23628 23630 23405 0 -1 4202496 46268 0 0 0 2536 13 0 0 25 0 1 0 25688850 66064384 14221 4089446400 4194304 10345943 140735207002528 18446744073709551615 6714879 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/23630/statm: 16129 14221 803 1502 0 14622 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 64516

[startup+51.1004 s]
/proc/loadavg: 1.96 1.97 1.69 3/179 23633
/proc/meminfo: memFree=29709848/32950928 swapFree=67111528/67111528
[pid=23630] ppid=23628 vsize=81536 CPUtime=51.09
/proc/23630/stat : 23630 (pbscip.linux.x8) R 23628 23630 23405 0 -1 4202496 86827 0 0 0 5080 29 0 0 25 0 1 0 25688850 83492864 18906 4089446400 4194304 10345943 140735207002528 18446744073709551615 6030216 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/23630/statm: 20384 18906 803 1502 0 18877 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 81536

[startup+102.307 s]
/proc/loadavg: 1.98 1.97 1.70 3/179 23635
/proc/meminfo: memFree=29685304/32950928 swapFree=67111528/67111528
[pid=23630] ppid=23628 vsize=92512 CPUtime=102.3
/proc/23630/stat : 23630 (pbscip.linux.x8) R 23628 23630 23405 0 -1 4202496 120790 0 0 0 10173 57 0 0 25 0 1 0 25688850 94732288 21208 4089446400 4194304 10345943 140735207002528 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/23630/statm: 23128 21208 803 1502 0 21621 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 92512

[startup+162.3 s]
/proc/loadavg: 1.99 1.97 1.72 3/179 23636
/proc/meminfo: memFree=29674612/32950928 swapFree=67111528/67111528
[pid=23630] ppid=23628 vsize=98324 CPUtime=162.3
/proc/23630/stat : 23630 (pbscip.linux.x8) R 23628 23630 23405 0 -1 4202496 148427 0 0 0 16142 88 0 0 25 0 1 0 25688850 100683776 22921 4089446400 4194304 10345943 140735207002528 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/23630/statm: 24581 22921 803 1502 0 23074 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 98324

[startup+222.301 s]
/proc/loadavg: 2.06 1.99 1.74 3/179 23637
/proc/meminfo: memFree=29659936/32950928 swapFree=67111528/67111528
[pid=23630] ppid=23628 vsize=107532 CPUtime=222.3
/proc/23630/stat : 23630 (pbscip.linux.x8) R 23628 23630 23405 0 -1 4202496 166213 0 0 0 22115 115 0 0 25 0 1 0 25688850 110112768 25003 4089446400 4194304 10345943 140735207002528 18446744073709551615 7570001 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/23630/statm: 26883 25003 803 1502 0 25376 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 107532

[startup+282.3 s]
/proc/loadavg: 2.02 1.99 1.75 3/179 23639
/proc/meminfo: memFree=29653184/32950928 swapFree=67111528/67111528
[pid=23630] ppid=23628 vsize=106220 CPUtime=282.3
/proc/23630/stat : 23630 (pbscip.linux.x8) R 23628 23630 23405 0 -1 4202496 187103 0 0 0 28085 145 0 0 25 0 1 0 25688850 108769280 25024 4089446400 4194304 10345943 140735207002528 18446744073709551615 6755808 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/23630/statm: 26555 25024 803 1502 0 25048 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 106220

[startup+342.301 s]
/proc/loadavg: 2.00 1.99 1.76 3/179 23641
/proc/meminfo: memFree=29648908/32950928 swapFree=67111528/67111528
[pid=23630] ppid=23628 vsize=107076 CPUtime=342.3
/proc/23630/stat : 23630 (pbscip.linux.x8) R 23628 23630 23405 0 -1 4202496 220338 0 0 0 34053 177 0 0 25 0 1 0 25688850 109645824 25284 4089446400 4194304 10345943 140735207002528 18446744073709551615 7524299 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/23630/statm: 26769 25284 803 1502 0 25262 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 107076

[startup+402.3 s]
/proc/loadavg: 2.00 1.99 1.78 3/179 23643
/proc/meminfo: memFree=29643644/32950928 swapFree=67111528/67111528
[pid=23630] ppid=23628 vsize=109724 CPUtime=402.31
/proc/23630/stat : 23630 (pbscip.linux.x8) R 23628 23630 23405 0 -1 4202496 231483 0 0 0 40024 207 0 0 25 0 1 0 25688850 112357376 25462 4089446400 4194304 10345943 140735207002528 18446744073709551615 4995703 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/23630/statm: 27431 25462 803 1502 0 25924 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 109724

[startup+462.301 s]
/proc/loadavg: 2.00 1.99 1.79 3/179 23644
/proc/meminfo: memFree=29640236/32950928 swapFree=67111528/67111528
[pid=23630] ppid=23628 vsize=111404 CPUtime=462.31
/proc/23630/stat : 23630 (pbscip.linux.x8) R 23628 23630 23405 0 -1 4202496 237570 0 0 0 45999 232 0 0 25 0 1 0 25688850 114077696 25908 4089446400 4194304 10345943 140735207002528 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/23630/statm: 27851 25908 803 1502 0 26344 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 111404

[startup+522.3 s]
/proc/loadavg: 2.00 1.99 1.80 3/179 23645
/proc/meminfo: memFree=29627664/32950928 swapFree=67111528/67111528
[pid=23630] ppid=23628 vsize=117544 CPUtime=522.31
/proc/23630/stat : 23630 (pbscip.linux.x8) R 23628 23630 23405 0 -1 4202496 242397 0 0 0 51976 255 0 0 25 0 1 0 25688850 120365056 27043 4089446400 4194304 10345943 140735207002528 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/23630/statm: 29386 27043 803 1502 0 27879 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 117544

[startup+582.301 s]
/proc/loadavg: 2.00 1.99 1.81 3/179 23647
/proc/meminfo: memFree=29621164/32950928 swapFree=67111528/67111528
[pid=23630] ppid=23628 vsize=121100 CPUtime=582.31
/proc/23630/stat : 23630 (pbscip.linux.x8) R 23628 23630 23405 0 -1 4202496 247403 0 0 0 57952 279 0 0 25 0 1 0 25688850 124006400 27970 4089446400 4194304 10345943 140735207002528 18446744073709551615 5085210 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/23630/statm: 30275 27970 803 1502 0 28768 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 121100

[startup+642.3 s]
/proc/loadavg: 2.00 1.99 1.82 3/179 23649
/proc/meminfo: memFree=29610312/32950928 swapFree=67111528/67111528
[pid=23630] ppid=23628 vsize=122568 CPUtime=642.32
/proc/23630/stat : 23630 (pbscip.linux.x8) R 23628 23630 23405 0 -1 4202496 253383 0 0 0 63927 305 0 0 25 0 1 0 25688850 125509632 28746 4089446400 4194304 10345943 140735207002528 18446744073709551615 9107408 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/23630/statm: 30642 28746 803 1502 0 29135 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 122568

[startup+702.301 s]

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

/proc/meminfo: memFree=29568756/32950928 swapFree=67111528/67111528
[pid=23630] ppid=23628 vsize=141744 CPUtime=1062.34
/proc/23630/stat : 23630 (pbscip.linux.x8) R 23628 23630 23405 0 -1 4202496 298394 0 0 0 105769 465 0 0 25 0 1 0 25688850 145145856 33177 4089446400 4194304 10345943 140735207002528 18446744073709551615 7588479 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/23630/statm: 35436 33177 803 1502 0 33929 0
Current children cumulated CPU time (s) 1062.34
Current children cumulated vsize (KiB) 141744

[startup+1122.3 s]
/proc/loadavg: 2.00 1.99 1.87 3/179 23661
/proc/meminfo: memFree=29561636/32950928 swapFree=67111528/67111528
[pid=23630] ppid=23628 vsize=143820 CPUtime=1122.34
/proc/23630/stat : 23630 (pbscip.linux.x8) R 23628 23630 23405 0 -1 4202496 301561 0 0 0 111746 488 0 0 25 0 1 0 25688850 147271680 33921 4089446400 4194304 10345943 140735207002528 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/23630/statm: 35955 33921 803 1502 0 34448 0
Current children cumulated CPU time (s) 1122.34
Current children cumulated vsize (KiB) 143820

[startup+1182.3 s]
/proc/loadavg: 2.00 1.99 1.87 3/179 23663
/proc/meminfo: memFree=29554912/32950928 swapFree=67111528/67111528
[pid=23630] ppid=23628 vsize=147688 CPUtime=1182.34
/proc/23630/stat : 23630 (pbscip.linux.x8) R 23628 23630 23405 0 -1 4202496 306629 0 0 0 117726 508 0 0 25 0 1 0 25688850 151232512 34801 4089446400 4194304 10345943 140735207002528 18446744073709551615 5085432 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/23630/statm: 36922 34801 803 1502 0 35415 0
Current children cumulated CPU time (s) 1182.34
Current children cumulated vsize (KiB) 147688

[startup+1242.3 s]
/proc/loadavg: 2.00 1.99 1.88 3/179 23665
/proc/meminfo: memFree=29550756/32950928 swapFree=67111528/67111528
[pid=23630] ppid=23628 vsize=149788 CPUtime=1242.34
/proc/23630/stat : 23630 (pbscip.linux.x8) R 23628 23630 23405 0 -1 4202496 311190 0 0 0 123702 532 0 0 25 0 1 0 25688850 153382912 35331 4089446400 4194304 10345943 140735207002528 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/23630/statm: 37447 35331 803 1502 0 35940 0
Current children cumulated CPU time (s) 1242.34
Current children cumulated vsize (KiB) 149788

[startup+1302.3 s]
/proc/loadavg: 2.00 1.99 1.89 3/179 23667
/proc/meminfo: memFree=29542660/32950928 swapFree=67111528/67111528
[pid=23630] ppid=23628 vsize=151012 CPUtime=1302.35
/proc/23630/stat : 23630 (pbscip.linux.x8) R 23628 23630 23405 0 -1 4202496 318165 0 0 0 129684 551 0 0 25 0 1 0 25688850 154636288 35594 4089446400 4194304 10345943 140735207002528 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/23630/statm: 37753 35594 803 1502 0 36246 0
Current children cumulated CPU time (s) 1302.35
Current children cumulated vsize (KiB) 151012

[startup+1362.3 s]
/proc/loadavg: 2.03 2.00 1.90 3/179 23677
/proc/meminfo: memFree=29533624/32950928 swapFree=67111528/67111528
[pid=23630] ppid=23628 vsize=155416 CPUtime=1362.35
/proc/23630/stat : 23630 (pbscip.linux.x8) R 23628 23630 23405 0 -1 4202496 321558 0 0 0 135669 566 0 0 25 0 1 0 25688850 159145984 36776 4089446400 4194304 10345943 140735207002528 18446744073709551615 4469762 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23630/statm: 38854 36776 803 1502 0 37347 0
Current children cumulated CPU time (s) 1362.35
Current children cumulated vsize (KiB) 155416

[startup+1422.31 s]
/proc/loadavg: 2.01 2.00 1.90 3/179 23678
/proc/meminfo: memFree=29528132/32950928 swapFree=67111528/67111528
[pid=23630] ppid=23628 vsize=160108 CPUtime=1422.35
/proc/23630/stat : 23630 (pbscip.linux.x8) R 23628 23630 23405 0 -1 4202496 326083 0 0 0 141652 583 0 0 25 0 1 0 25688850 163950592 37872 4089446400 4194304 10345943 140735207002528 18446744073709551615 6119818 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23630/statm: 40027 37872 803 1502 0 38520 0
Current children cumulated CPU time (s) 1422.35
Current children cumulated vsize (KiB) 160108

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 23680
/proc/meminfo: memFree=29521272/32950928 swapFree=67111528/67111528
[pid=23630] ppid=23628 vsize=163048 CPUtime=1482.35
/proc/23630/stat : 23630 (pbscip.linux.x8) R 23628 23630 23405 0 -1 4202496 329343 0 0 0 147637 598 0 0 25 0 1 0 25688850 166961152 38637 4089446400 4194304 10345943 140735207002528 18446744073709551615 4218186 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23630/statm: 40762 38637 803 1502 0 39255 0
Current children cumulated CPU time (s) 1482.35
Current children cumulated vsize (KiB) 163048

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 23682
/proc/meminfo: memFree=29516912/32950928 swapFree=67111528/67111528
[pid=23630] ppid=23628 vsize=165640 CPUtime=1542.35
/proc/23630/stat : 23630 (pbscip.linux.x8) R 23628 23630 23405 0 -1 4202496 333955 0 0 0 153623 612 0 0 25 0 1 0 25688850 169615360 39260 4089446400 4194304 10345943 140735207002528 18446744073709551615 5085432 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23630/statm: 41410 39260 803 1502 0 39903 0
Current children cumulated CPU time (s) 1542.35
Current children cumulated vsize (KiB) 165640

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 23684
/proc/meminfo: memFree=29516492/32950928 swapFree=67111528/67111528
[pid=23630] ppid=23628 vsize=166548 CPUtime=1602.35
/proc/23630/stat : 23630 (pbscip.linux.x8) R 23628 23630 23405 0 -1 4202496 336952 0 0 0 159605 630 0 0 25 0 1 0 25688850 170545152 39353 4089446400 4194304 10345943 140735207002528 18446744073709551615 4216953 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23630/statm: 41637 39353 803 1502 0 40130 0
Current children cumulated CPU time (s) 1602.35
Current children cumulated vsize (KiB) 166548

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 23685
/proc/meminfo: memFree=29513728/32950928 swapFree=67111528/67111528
[pid=23630] ppid=23628 vsize=166736 CPUtime=1662.35
/proc/23630/stat : 23630 (pbscip.linux.x8) R 23628 23630 23405 0 -1 4202496 339569 0 0 0 165589 646 0 0 25 0 1 0 25688850 170737664 39663 4089446400 4194304 10345943 140735207002528 18446744073709551615 4218233 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23630/statm: 41684 39663 803 1502 0 40177 0
Current children cumulated CPU time (s) 1662.35
Current children cumulated vsize (KiB) 166736

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 23686
/proc/meminfo: memFree=29509980/32950928 swapFree=67111528/67111528
[pid=23630] ppid=23628 vsize=168328 CPUtime=1722.36
/proc/23630/stat : 23630 (pbscip.linux.x8) R 23628 23630 23405 0 -1 4202496 343042 0 0 0 171575 661 0 0 25 0 1 0 25688850 172367872 39982 4089446400 4194304 10345943 140735207002528 18446744073709551615 5085381 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23630/statm: 42082 39982 803 1502 0 40575 0
Current children cumulated CPU time (s) 1722.36
Current children cumulated vsize (KiB) 168328

[startup+1782.3 s]
/proc/loadavg: 2.07 2.02 1.91 3/179 23688
/proc/meminfo: memFree=29506092/32950928 swapFree=67111528/67111528
[pid=23630] ppid=23628 vsize=172384 CPUtime=1782.36
/proc/23630/stat : 23630 (pbscip.linux.x8) R 23628 23630 23405 0 -1 4202496 344539 0 0 0 177561 675 0 0 25 0 1 0 25688850 176521216 40648 4089446400 4194304 10345943 140735207002528 18446744073709551615 5089487 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23630/statm: 43096 40648 803 1502 0 41589 0
Current children cumulated CPU time (s) 1782.36
Current children cumulated vsize (KiB) 172384

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

[startup+1785.5 s]
/proc/loadavg: 2.07 2.02 1.91 2/174 23705
/proc/meminfo: memFree=29722872/32950928 swapFree=67111528/67111528
[pid=23630] ppid=23628 vsize=172384 CPUtime=1785.56
/proc/23630/stat : 23630 (pbscip.linux.x8) R 23628 23630 23405 0 -1 4202496 344548 0 0 0 177880 676 0 0 25 0 1 0 25688850 176521216 40657 4089446400 4194304 10345943 140735207002528 18446744073709551615 6882422 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23630/statm: 43096 40657 803 1502 0 41589 0
Current children cumulated CPU time (s) 1785.56
Current children cumulated vsize (KiB) 172384

[startup+1788.7 s]
/proc/loadavg: 2.06 2.02 1.91 3/179 23715
/proc/meminfo: memFree=29596416/32950928 swapFree=67111528/67111528
[pid=23630] ppid=23628 vsize=171792 CPUtime=1788.76
/proc/23630/stat : 23630 (pbscip.linux.x8) R 23628 23630 23405 0 -1 4202496 344779 0 0 0 178199 677 0 0 25 0 1 0 25688850 175915008 40761 4089446400 4194304 10345943 140735207002528 18446744073709551615 4650860 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/23630/statm: 42948 40761 803 1502 0 41441 0
Current children cumulated CPU time (s) 1788.76
Current children cumulated vsize (KiB) 171792

[startup+1789.5 s]
/proc/loadavg: 2.06 2.02 1.91 3/179 23715
/proc/meminfo: memFree=29596416/32950928 swapFree=67111528/67111528
[pid=23630] ppid=23628 vsize=172748 CPUtime=1789.56
/proc/23630/stat : 23630 (pbscip.linux.x8) R 23628 23630 23405 0 -1 4202496 344984 0 0 0 178278 678 0 0 25 0 1 0 25688850 176893952 40887 4089446400 4194304 10345943 140735207002528 18446744073709551615 5085432 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/23630/statm: 43187 40887 803 1502 0 41680 0
Current children cumulated CPU time (s) 1789.56
Current children cumulated vsize (KiB) 172748

[startup+1789.9 s]
/proc/loadavg: 2.06 2.02 1.91 3/179 23715
/proc/meminfo: memFree=29596424/32950928 swapFree=67111528/67111528
[pid=23630] ppid=23628 vsize=174884 CPUtime=1789.96
/proc/23630/stat : 23630 (pbscip.linux.x8) R 23628 23630 23405 0 -1 4202496 345010 0 0 0 178318 678 0 0 25 0 1 0 25688850 179081216 40913 4089446400 4194304 10345943 140735207002528 18446744073709551615 7606789 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/23630/statm: 43721 40913 803 1502 0 42214 0
Current children cumulated CPU time (s) 1789.96
Current children cumulated vsize (KiB) 174884

[startup+1790.1 s]
/proc/loadavg: 2.06 2.02 1.91 3/179 23715
/proc/meminfo: memFree=29596424/32950928 swapFree=67111528/67111528
[pid=23630] ppid=23628 vsize=174884 CPUtime=1790.16
/proc/23630/stat : 23630 (pbscip.linux.x8) R 23628 23630 23405 0 -1 4202496 345351 0 0 0 178338 678 0 0 25 0 1 0 25688850 179081216 41254 4089446400 4194304 10345943 140735207002528 18446744073709551615 4723516 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/23630/statm: 43721 41254 804 1502 0 42214 0
Current children cumulated CPU time (s) 1790.16
Current children cumulated vsize (KiB) 174884

[startup+1790.2 s]
/proc/loadavg: 2.06 2.02 1.91 3/179 23715
/proc/meminfo: memFree=29596424/32950928 swapFree=67111528/67111528
[pid=23630] ppid=23628 vsize=174884 CPUtime=1790.26
/proc/23630/stat : 23630 (pbscip.linux.x8) R 23628 23630 23405 0 -1 4202496 345351 0 0 0 178348 678 0 0 25 0 1 0 25688850 179081216 41254 4089446400 4194304 10345943 140735207002528 18446744073709551615 4219916 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/23630/statm: 43721 41254 804 1502 0 42214 0
Current children cumulated CPU time (s) 1790.26
Current children cumulated vsize (KiB) 174884

Child status: 0
Real time (s): 1790.22
CPU time (s): 1790.29
CPU user time (s): 1783.5
CPU system time (s): 6.79197
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 174884

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1783.5
system time used= 6.79197
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 345354
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= 4
involuntary context switches= 6806

runsolver used 2.53261 second user time and 5.82311 second system time

The end

Launcher Data

Begin job on node127 at 2010-07-08 09:39:10
IDJOB=2705674
IDBENCH=78980
IDSOLVER=1214
FILE ID=node127/2705674-1278574750
PBS_JOBID= 11240200
Free space on /tmp= 73188 MiB

SOLVER NAME= SCIPclp SCIP 1.2.1.3 with Clp 1.11.1 (Release Version) as LP solver
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900669797--soft-66-100-0.wbo
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.clp -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2705674-1278574750/watcher-2705674-1278574750 -o /tmp/evaluation-result-2705674-1278574750/solver-2705674-1278574750 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2705674-1278574750.wbo -t 1800 -m 3800

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

MD5SUM BENCH= ed627c94e924dd829be1b38440fce2ad
RANDOM SEED=646221503

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      29820948 kB
Buffers:        159712 kB
Cached:        2684972 kB
SwapCached:          0 kB
Active:        1253020 kB
Inactive:      1704816 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      29820948 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           25936 kB
Writeback:           0 kB
AnonPages:      112832 kB
Mapped:          17644 kB
Slab:           107412 kB
PageTables:       4784 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   260080 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= 73176 MiB
End job on node127 at 2010-07-08 10:09:01