Trace number 2693405

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.2 with Clp 1.11.1 (Release Version) as LP solverMSAT (TO) 1800.12 1800.09

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900584219--soft-66-100-0.wbo
MD5SUM318d96c5cecc5e1278f112ac94857622
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark417.538
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 constraints904
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 44120
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 44119
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 689
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.00	c SCIP version 1.2.1.2 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Clp 1.11.1] [Expressions interpreter: NONE]
0.00/0.00	c Copyright (c) 2002-2010 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-2693405-1277902401.wbo>
0.00/0.02	c original problem has 2039 variables (1135 bin, 0 int, 0 impl, 904 cont) and 3612 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 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 1114 impls, 18 clqs
0.06/0.07	c (round 2) 0 del vars, 115 del conss, 904 chg bounds, 43 chg sides, 0 chg coeffs, 0 upgd conss, 1114 impls, 18 clqs
0.06/0.09	c (round 3) 43 del vars, 285 del conss, 933 chg bounds, 170 chg sides, 0 chg coeffs, 0 upgd conss, 1114 impls, 18 clqs
0.09/0.10	c (round 4) 115 del vars, 314 del conss, 933 chg bounds, 170 chg sides, 0 chg coeffs, 1634 upgd conss, 1114 impls, 18 clqs
0.09/0.11	c (round 5) 144 del vars, 314 del conss, 933 chg bounds, 170 chg sides, 0 chg coeffs, 1634 upgd conss, 1114 impls, 18 clqs
0.09/0.15	c    (0.1s) probing: 101/1063 (9.5%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.09/0.15	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.09/0.15	c presolving (6 rounds):
0.09/0.15	c  144 deleted vars, 314 deleted constraints, 933 tightened bounds, 0 added holes, 170 changed sides, 0 changed coefficients
0.09/0.15	c  1114 implications, 18 cliques
0.09/0.15	c presolved problem has 1895 variables (1063 bin, 0 int, 0 impl, 832 cont) and 3298 constraints
0.09/0.15	c     832 constraints of type <indicator>
0.09/0.15	c       1 constraints of type <knapsack>
0.09/0.15	c      18 constraints of type <setppc>
0.09/0.15	c     832 constraints of type <linear>
0.09/0.15	c    1615 constraints of type <logicor>
0.09/0.15	c transformed objective value is always integral (scale: 1)
0.09/0.15	c Presolving Time: 0.10
0.09/0.15	c - non default parameters ----------------------------------------------------------------------
0.09/0.15	c # SCIP version 1.2.1.2
0.09/0.15	c 
0.09/0.15	c # frequency for displaying node information lines
0.09/0.15	c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.15	c display/freq = 10000
0.09/0.15	c 
0.09/0.15	c # maximal time in seconds to run
0.09/0.15	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.15	c limits/time = 1799.98
0.09/0.15	c 
0.09/0.15	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.15	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.15	c limits/memory = 3420
0.09/0.15	c 
0.09/0.15	c # should presolving try to simplify inequalities
0.09/0.15	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.15	c constraints/linear/simplifyinequalities = TRUE
0.09/0.15	c 
0.09/0.15	c # should presolving try to simplify knapsacks
0.09/0.15	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.15	c constraints/knapsack/simplifyinequalities = TRUE
0.09/0.15	c 
0.09/0.15	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.09/0.15	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.15	c separating/rapidlearning/freq = 0
0.09/0.15	c 
0.09/0.15	c -----------------------------------------------------------------------------------------------
0.09/0.15	c start solving
0.09/0.15	c 
0.09/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.09/0.16	c   0.1s|     1 |     0 |    54 |     - |8646k|   0 |  29 |1895 |3298 |1895 |1634 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.19/0.21	c   0.2s|     1 |     0 |    72 |     - |8784k|   0 |  27 |1895 |3298 |1895 |1644 |  10 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.19/0.27	c   0.2s|     1 |     0 |   134 |     - |9104k|   0 |  23 |1895 |3298 |1895 |1654 |  20 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.39/0.45	c   0.4s|     1 |     0 |   861 |     - |9656k|   0 |  45 |1895 |3298 |1895 |1665 |  31 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.49/0.52	c   0.5s|     1 |     0 |   983 |     - |9950k|   0 |  60 |1895 |3298 |1895 |1674 |  40 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.69/0.70	c   0.7s|     1 |     0 |  1312 |     - |  10M|   0 |  52 |1895 |3298 |1895 |1683 |  49 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.79/0.82	c   0.8s|     1 |     0 |  1349 |     - |  10M|   0 |  66 |1895 |3298 |1895 |1688 |  54 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.89/0.97	c   0.9s|     1 |     0 |  1407 |     - |  10M|   0 |  74 |1895 |3298 |1895 |1695 |  61 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
4.09/4.11	c   4.0s|     1 |     2 |  1407 |     - |  10M|   0 |  74 |1895 |3298 |1895 |1695 |  61 |   0 |  33 | 0.000000e+00 |      --      |    Inf 
4.09/4.12	o 40432
4.09/4.12	c y 4.0s|     2 |     1 |  1407 |   0.0 |  10M|   1 |   - |1895 |3298 |   0 |   0 |  61 |   0 |  33 | 0.000000e+00 | 4.043200e+04 |    Inf 
13.19/13.21	o 734
13.19/13.21	c *12.9s|    80 |    66 |  4277 |  36.3 |  10M|  23 |   - |1895 |3302 |1895 |1683 | 109 |   4 | 373 | 0.000000e+00 | 7.340000e+02 |    Inf 
14.99/15.04	o 732
14.99/15.04	c *14.7s|   110 |    86 |  5558 |  38.1 |  11M|  23 |   - |1895 |3320 |1895 |1688 | 141 |  22 | 473 | 0.000000e+00 | 7.320000e+02 |    Inf 
14.99/15.05	o 671
14.99/15.05	c *14.8s|   115 |    86 |  5572 |  36.5 |  11M|  23 |   - |1895 |3327 |1895 |1688 | 141 |  29 | 473 | 0.000000e+00 | 6.710000e+02 |    Inf 
15.09/15.14	o 603
15.09/15.14	c *14.8s|   141 |    92 |  5846 |  31.7 |  11M|  27 |   - |1895 |3365 |1895 |1682 | 155 |  67 | 475 | 0.000000e+00 | 6.030000e+02 |    Inf 
15.19/15.22	o 547
15.19/15.22	c *14.9s|   165 |   107 |  6184 |  29.1 |  11M|  27 |   - |1895 |3369 |1895 |1681 | 164 |  71 | 478 | 0.000000e+00 | 5.470000e+02 |    Inf 
15.19/15.24	o 479
15.19/15.24	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
15.19/15.24	c *14.9s|   171 |    92 |  6275 |  28.6 |  11M|  27 |   - |1895 |3369 |1895 |1679 | 167 |  71 | 478 | 0.000000e+00 | 4.790000e+02 |    Inf 
15.19/15.29	o 470
15.19/15.29	c *15.0s|   180 |    92 |  6572 |  28.9 |  11M|  27 |   - |1895 |3379 |1895 |1681 | 175 |  81 | 480 | 0.000000e+00 | 4.700000e+02 |    Inf 
15.69/15.78	o 397
15.69/15.78	c *15.4s|   288 |   116 |  8404 |  24.4 |  12M|  31 |   - |1895 |3494 |1895 |1685 | 248 | 196 | 510 | 0.000000e+00 | 3.970000e+02 |    Inf 
15.79/15.84	o 323
15.79/15.84	c *15.5s|   304 |   116 |  8600 |  23.7 |  12M|  31 |   - |1895 |3516 |1895 |1685 | 251 | 218 | 511 | 0.000000e+00 | 3.230000e+02 |    Inf 
15.99/16.09	o 312
15.99/16.09	c *15.7s|   412 |   127 |  9467 |  19.6 |  13M|  31 |   - |1895 |3669 |1895 |1681 | 276 | 381 | 525 | 0.000000e+00 | 3.120000e+02 |    Inf 
17.19/17.26	o 278
17.19/17.26	c *16.9s|   786 |   222 | 13563 |  15.5 |  14M|  38 |   - |1895 |3816 |1895 |1681 | 366 | 780 | 592 | 0.000000e+00 | 2.780000e+02 |    Inf 
17.60/17.63	o 201
17.60/17.63	c *17.2s|   955 |   233 | 14780 |  14.0 |  14M|  38 |   - |1895 |3948 |1895 |1678 | 388 | 967 | 608 | 0.000000e+00 | 2.010000e+02 |    Inf 
17.60/17.65	o 180
17.60/17.65	c *17.2s|   962 |   214 | 14851 |  14.0 |  14M|  38 |   - |1895 |3953 |1895 |1679 | 391 | 976 | 608 | 0.000000e+00 | 1.800000e+02 |    Inf 
17.60/17.69	o 157
17.60/17.69	c *17.3s|   984 |   208 | 14948 |  13.8 |  14M|  38 |   - |1895 |3969 |1895 |1677 | 392 | 999 | 608 | 0.000000e+00 | 1.570000e+02 |    Inf 
17.69/17.79	o 150
17.69/17.79	c *17.4s|  1030 |   207 | 15220 |  13.4 |  14M|  41 |   - |1895 |4000 |1895 |1681 | 397 |1044 | 609 | 0.000000e+00 | 1.500000e+02 |    Inf 
17.69/17.79	o 145
17.69/17.79	c *17.4s|  1031 |   201 | 15221 |  13.4 |  14M|  41 |   - |1895 |4000 |1895 |1681 | 397 |1044 | 609 | 0.000000e+00 | 1.450000e+02 |    Inf 
18.99/19.07	o 113
18.99/19.07	c *18.6s|  1693 |   217 | 18703 |  10.2 |  14M|  41 |   - |1895 |4475 |1895 |1682 | 504 |1808 | 647 | 0.000000e+00 | 1.130000e+02 |    Inf 
26.89/26.94	o 97
26.89/26.94	c *26.2s|  5850 |   459 | 48946 |   8.1 |  17M|  46 |   - |1895 |5799 |1895 |1684 |1250 |6155 | 787 | 0.000000e+00 | 9.700000e+01 |    Inf 
33.09/33.18	o 92
33.09/33.18	c *32.1s|  9298 |   709 | 71546 |   7.5 |  19M|  56 |   - |1895 |6029 |1895 |1676 |1947 |9986 | 791 | 0.000000e+00 | 9.200000e+01 |    Inf 
34.59/34.65	c  33.5s| 10000 |   756 | 76355 |   7.5 |  19M|  56 |   1 |1895 |5466 |1895 |1676 |2153 |  10k| 846 | 0.000000e+00 | 9.200000e+01 |    Inf 
34.99/35.08	o 90
34.99/35.08	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
34.99/35.08	c *34.0s| 10181 |   769 | 78359 |   7.6 |  19M|  56 |   - |1895 |5403 |1895 |1676 |2208 |  11k| 858 | 0.000000e+00 | 9.000000e+01 |    Inf 
41.49/41.52	o 82
41.49/41.52	c *40.2s| 13621 |   900 |104581 |   7.6 |  21M|  60 |   - |1895 |6369 |1895 |1676 |2821 |  14k| 871 | 0.000000e+00 | 8.200000e+01 |    Inf 
42.19/42.29	o 70
42.19/42.29	c *40.9s| 14049 |   878 |107309 |   7.5 |  21M|  60 |   - |1895 |6392 |1895 |1679 |2872 |  15k| 871 | 0.000000e+00 | 7.000000e+01 |    Inf 
42.49/42.58	o 69
42.49/42.58	c *41.2s| 14142 |   839 |108619 |   7.6 |  21M|  60 |   - |1895 |5773 |1895 |1683 |2904 |  15k| 871 | 0.000000e+00 | 6.900000e+01 |    Inf 
47.79/47.82	o 61
47.79/47.82	c *46.2s| 16562 |   898 |132880 |   7.9 |  22M|  60 |   - |1895 |5900 |1895 |1676 |3569 |  18k| 963 | 0.000000e+00 | 6.100000e+01 |    Inf 
48.49/48.51	o 56
48.49/48.51	c *46.9s| 16921 |   913 |135888 |   7.9 |  22M|  60 |   - |1895 |6004 |1895 |1679 |3638 |  18k| 963 | 0.000000e+00 | 5.600000e+01 |    Inf 
48.49/48.57	o 48
48.49/48.57	c *46.9s| 16961 |   905 |136035 |   7.9 |  21M|  60 |   - |1895 |5969 |1895 |1683 |3649 |  18k| 963 | 0.000000e+00 | 4.800000e+01 |    Inf 
50.09/50.11	o 42
50.09/50.11	c *48.4s| 17769 |   918 |143050 |   8.0 |  22M|  60 |   - |1895 |6263 |1895 |1679 |3736 |  19k| 964 | 0.000000e+00 | 4.200000e+01 |    Inf 
52.30/52.31	o 41
52.30/52.31	c *50.5s| 18909 |   947 |153150 |   8.0 |  22M|  60 |   - |1895 |6861 |1895 |1679 |3896 |  21k| 964 | 0.000000e+00 | 4.100000e+01 |    Inf 
52.99/53.05	o 38
52.99/53.05	c *51.2s| 19306 |   940 |156245 |   8.0 |  22M|  60 |   - |1895 |6804 |1895 |1676 |3959 |  21k| 971 | 0.000000e+00 | 3.800000e+01 |    Inf 
54.70/54.71	c  52.8s| 20000 |   915 |163683 |   8.1 |  22M|  60 |   1 |1895 |5828 |1895 |1679 |4118 |  22k|1029 | 0.000000e+00 | 3.800000e+01 |    Inf 
58.99/59.02	o 36
58.99/59.02	c *57.0s| 22184 |   977 |185321 |   8.3 |  23M|  60 |   - |1895 |6596 |1895 |1676 |4315 |  25k|1057 | 0.000000e+00 | 3.600000e+01 |    Inf 
61.89/61.95	o 10
61.89/61.95	c *59.8s| 23544 |   913 |201375 |   8.5 |  22M|  60 |   - |1895 |7287 |1895 |1676 |4442 |  27k|1065 | 0.000000e+00 | 1.000000e+01 |    Inf 
75.59/75.66	c  72.9s| 30000 |   802 |281327 |   9.3 |  23M|  60 |   - |1895 |8809 |   0 |   0 |5200 |  35k|1291 | 0.000000e+00 | 1.000000e+01 |    Inf 
96.39/96.41	c  92.9s| 40000 |   955 |404476 |  10.1 |  25M|  60 |   - |1895 |  11k|   0 |   0 |7020 |  48k|1298 | 0.000000e+00 | 1.000000e+01 |    Inf 
117.70/117.79	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
117.70/117.79	c   114s| 50000 |   869 |532935 |  10.6 |  26M|  60 |   - |1895 |  11k|   0 |   0 |8503 |  61k|1298 | 0.000000e+00 | 1.000000e+01 |    Inf 
140.80/140.87	c   136s| 60000 |   903 |663984 |  11.0 |  27M|  60 |   - |1895 |  13k|   0 |   0 |9847 |  73k|1531 | 0.000000e+00 | 1.000000e+01 |    Inf 
161.90/161.93	o 5
161.90/161.93	c * 156s| 68364 |   957 |780907 |  11.4 |  27M|  60 |   - |1895 |  14k|1895 |1676 |  11k|  84k|1727 | 0.000000e+00 | 5.000000e+00 |    Inf 
166.20/166.22	c   160s| 70000 |   955 |806781 |  11.5 |  27M|  60 |  29 |1895 |  13k|1895 |1676 |  11k|  86k|1728 | 0.000000e+00 | 5.000000e+00 |    Inf 
191.19/191.22	c   184s| 80000 |   920 |953559 |  11.9 |  28M|  60 |  31 |1895 |  14k|1895 |1676 |  12k|  99k|2008 | 0.000000e+00 | 5.000000e+00 |    Inf 
214.30/214.33	c   207s| 90000 |   715 |  1092k|  12.1 |  26M|  60 |  16 |1895 |  13k|1895 |1682 |  13k| 112k|2256 | 0.000000e+00 | 5.000000e+00 |    Inf 
237.10/237.19	c   229s|100000 |   726 |  1225k|  12.2 |  27M|  60 |   5 |1895 |  15k|1895 |1676 |  13k| 125k|2479 | 0.000000e+00 | 5.000000e+00 |    Inf 
261.20/261.22	c   252s|110000 |   639 |  1355k|  12.3 |  26M|  60 |  19 |1895 |  13k|1895 |1676 |  14k| 139k|2746 | 0.000000e+00 | 5.000000e+00 |    Inf 
284.40/284.45	c   274s|120000 |   614 |  1493k|  12.4 |  26M|  60 |  29 |1895 |  12k|1895 |1676 |  15k| 151k|2951 | 0.000000e+00 | 5.000000e+00 |    Inf 
306.70/306.79	c   296s|130000 |   907 |  1624k|  12.5 |  29M|  60 |   - |1895 |  16k|1895 |1676 |  16k| 164k|3129 | 0.000000e+00 | 5.000000e+00 |    Inf 
329.90/329.92	c   318s|140000 |  1188 |  1752k|  12.5 |  32M|  60 |  16 |1895 |  21k|1895 |1676 |  18k| 177k|3272 | 0.000000e+00 | 5.000000e+00 |    Inf 
354.90/354.91	c   342s|150000 |  1288 |  1890k|  12.6 |  33M|  60 |   - |1895 |  21k|   0 |   0 |  19k| 190k|3440 | 0.000000e+00 | 5.000000e+00 |    Inf 
378.50/378.58	c   365s|160000 |  1379 |  2018k|  12.6 |  34M|  60 |   - |1895 |  21k|   0 |   0 |  21k| 203k|3598 | 0.000000e+00 | 5.000000e+00 |    Inf 
402.30/402.30	c   388s|170000 |  1380 |  2146k|  12.6 |  35M|  60 |  29 |1895 |  20k|1895 |1676 |  22k| 216k|3716 | 0.000000e+00 | 5.000000e+00 |    Inf 
426.60/426.60	c   411s|180000 |  1464 |  2279k|  12.7 |  36M|  67 |   - |1895 |  22k|   0 |   0 |  24k| 229k|3869 | 0.000000e+00 | 5.000000e+00 |    Inf 
451.20/451.25	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
451.20/451.25	c   435s|190000 |  1531 |  2412k|  12.7 |  37M|  67 |  21 |1895 |  20k|1895 |1676 |  25k| 243k|3990 | 0.000000e+00 | 5.000000e+00 |    Inf 
475.00/475.01	c   458s|200000 |  1627 |  2543k|  12.7 |  38M|  67 |   1 |1895 |  22k|1895 |1676 |  26k| 256k|4098 | 0.000000e+00 | 5.000000e+00 |    Inf 
500.90/500.98	c   483s|210000 |  1634 |  2682k|  12.8 |  39M|  67 |   - |1895 |  23k|1895 |1676 |  27k| 270k|4291 | 0.000000e+00 | 5.000000e+00 |    Inf 
524.50/524.50	c   506s|220000 |  1707 |  2806k|  12.8 |  41M|  67 |   - |1895 |  25k|   0 |   0 |  28k| 283k|4413 | 0.000000e+00 | 5.000000e+00 |    Inf 
548.10/548.17	c   529s|230000 |  1770 |  2922k|  12.7 |  42M|  67 |   - |1895 |  27k|1895 |1676 |  30k| 296k|4523 | 0.000000e+00 | 5.000000e+00 |    Inf 
573.10/573.15	c   553s|240000 |  1830 |  3041k|  12.7 |  43M|  67 |   - |1895 |  28k|1895 |1676 |  31k| 309k|4619 | 0.000000e+00 | 5.000000e+00 |    Inf 
598.31/598.38	c   577s|250000 |  1865 |  3161k|  12.6 |  44M|  67 |  13 |1895 |  28k|1895 |1676 |  32k| 322k|4727 | 0.000000e+00 | 5.000000e+00 |    Inf 
624.00/624.00	c   602s|260000 |  2002 |  3291k|  12.7 |  45M|  67 |   - |1895 |  28k|   0 |   0 |  34k| 335k|4827 | 0.000000e+00 | 5.000000e+00 |    Inf 
651.10/651.13	c   628s|270000 |  1942 |  3433k|  12.7 |  45M|  67 |   - |1895 |  27k|1895 |1676 |  36k| 348k|4975 | 0.000000e+00 | 5.000000e+00 |    Inf 
676.50/676.53	c   653s|280000 |  1956 |  3557k|  12.7 |  45M|  67 |   - |1895 |  28k|   0 |   0 |  37k| 361k|5083 | 0.000000e+00 | 5.000000e+00 |    Inf 
703.69/703.78	c   680s|290000 |  1978 |  3690k|  12.7 |  46M|  67 |  19 |1895 |  28k|1895 |1676 |  38k| 375k|5224 | 0.000000e+00 | 5.000000e+00 |    Inf 
728.89/728.94	c   704s|300000 |  1965 |  3815k|  12.7 |  46M|  67 |   8 |1895 |  29k|1895 |1676 |  40k| 388k|5342 | 0.000000e+00 | 5.000000e+00 |    Inf 
754.70/754.73	c   729s|310000 |  2045 |  3939k|  12.7 |  48M|  67 |   - |1895 |  32k|   0 |   0 |  41k| 401k|5443 | 0.000000e+00 | 5.000000e+00 |    Inf 
781.50/781.53	c   755s|320000 |  1805 |  4061k|  12.7 |  45M|  67 |   - |1895 |  26k|   0 |   0 |  42k| 414k|5557 | 0.000000e+00 | 5.000000e+00 |    Inf 
806.70/806.73	c   779s|330000 |  1713 |  4195k|  12.7 |  45M|  67 |   - |1895 |  28k|   0 |   0 |  43k| 428k|5657 | 0.000000e+00 | 5.000000e+00 |    Inf 
831.70/831.78	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
831.70/831.78	c   803s|340000 |  1874 |  4319k|  12.7 |  48M|  67 |   - |1895 |  32k|1895 |1676 |  44k| 442k|5749 | 0.000000e+00 | 5.000000e+00 |    Inf 
858.10/858.15	c   829s|350000 |  1839 |  4451k|  12.7 |  48M|  69 |   - |1895 |  32k|1895 |1676 |  45k| 456k|5851 | 0.000000e+00 | 5.000000e+00 |    Inf 
883.70/883.71	c   854s|360000 |  1821 |  4575k|  12.7 |  49M|  69 |  23 |1895 |  33k|1895 |1676 |  46k| 470k|5943 | 0.000000e+00 | 5.000000e+00 |    Inf 
910.71/910.79	c   880s|370000 |  1337 |  4706k|  12.7 |  41M|  69 |   - |1895 |  23k|   0 |   0 |  47k| 484k|6042 | 0.000000e+00 | 5.000000e+00 |    Inf 
937.31/937.38	c   906s|380000 |   657 |  4842k|  12.7 |  32M|  69 |   - |1895 |  17k|   0 |   0 |  48k| 497k|6386 | 0.000000e+00 | 5.000000e+00 |    Inf 
962.00/962.06	c   930s|390000 |   792 |  4983k|  12.8 |  35M|  69 |   - |1895 |  23k|   0 |   0 |  49k| 510k|6391 | 0.000000e+00 | 5.000000e+00 |    Inf 
986.50/986.57	c   953s|400000 |   501 |  5113k|  12.8 |  30M|  69 |   - |1895 |  16k|1895 |1676 |  50k| 523k|6565 | 0.000000e+00 | 5.000000e+00 |    Inf 
1010.71/1010.77	c   977s|410000 |   575 |  5246k|  12.8 |  33M|  69 |   - |1895 |  23k|   0 |   0 |  51k| 536k|6642 | 0.000000e+00 | 5.000000e+00 |    Inf 
1036.21/1036.25	c  1001s|420000 |   696 |  5379k|  12.8 |  34M|  69 |  18 |1895 |  24k|1895 |1676 |  53k| 549k|6758 | 0.000000e+00 | 5.000000e+00 |    Inf 
1061.41/1061.49	c  1026s|430000 |   821 |  5510k|  12.8 |  35M|  69 |  24 |1895 |  25k|1895 |1676 |  53k| 562k|6845 | 0.000000e+00 | 5.000000e+00 |    Inf 
1087.01/1087.03	c  1050s|440000 |   834 |  5640k|  12.8 |  36M|  69 |  10 |1895 |  25k|1895 |1686 |  55k| 575k|6923 | 0.000000e+00 | 5.000000e+00 |    Inf 
1111.61/1111.64	c  1074s|450000 |   954 |  5761k|  12.8 |  38M|  69 |  12 |1895 |  27k|1895 |1676 |  56k| 588k|6980 | 0.000000e+00 | 5.000000e+00 |    Inf 
1136.11/1136.19	c  1098s|460000 |   974 |  5880k|  12.8 |  39M|  69 |  17 |1895 |  28k|1895 |1676 |  57k| 601k|7036 | 0.000000e+00 | 5.000000e+00 |    Inf 
1162.11/1162.15	c  1123s|470000 |   898 |  6009k|  12.8 |  38M|  69 |  19 |1895 |  26k|1895 |1676 |  58k| 614k|7115 | 0.000000e+00 | 5.000000e+00 |    Inf 
1189.22/1189.29	c  1149s|480000 |  1016 |  6152k|  12.8 |  40M|  69 |   - |1895 |  31k|   0 |   0 |  60k| 627k|7201 | 0.000000e+00 | 5.000000e+00 |    Inf 
1216.81/1216.84	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1216.81/1216.84	c  1176s|490000 |  1094 |  6289k|  12.8 |  41M|  69 |  21 |1895 |  31k|1895 |1676 |  61k| 640k|7322 | 0.000000e+00 | 5.000000e+00 |    Inf 
1244.21/1244.21	c  1202s|500000 |  1268 |  6427k|  12.9 |  43M|  69 |  19 |1895 |  33k|1895 |1676 |  62k| 653k|7401 | 0.000000e+00 | 5.000000e+00 |    Inf 
1270.82/1270.81	c  1228s|510000 |  1283 |  6557k|  12.9 |  44M|  69 |   - |1895 |  33k|1895 |1681 |  63k| 666k|7496 | 0.000000e+00 | 5.000000e+00 |    Inf 
1298.51/1298.59	c  1255s|520000 |  1429 |  6698k|  12.9 |  46M|  69 |   - |1895 |  36k|1895 |1676 |  63k| 680k|7579 | 0.000000e+00 | 5.000000e+00 |    Inf 
1326.52/1326.51	c  1282s|530000 |  1348 |  6840k|  12.9 |  45M|  69 |   - |1895 |  34k|   0 |   0 |  64k| 694k|7660 | 0.000000e+00 | 5.000000e+00 |    Inf 
1352.72/1352.74	c  1307s|540000 |  1406 |  6972k|  12.9 |  46M|  69 |   - |1895 |  33k|1895 |1676 |  65k| 707k|7723 | 0.000000e+00 | 5.000000e+00 |    Inf 
1380.12/1380.12	c  1334s|550000 |  1351 |  7109k|  12.9 |  45M|  69 |   - |1895 |  31k|   0 |   0 |  66k| 721k|7801 | 0.000000e+00 | 5.000000e+00 |    Inf 
1408.62/1408.60	c  1361s|560000 |  1345 |  7253k|  13.0 |  46M|  69 |   - |1895 |  32k|1895 |1684 |  68k| 733k|7999 | 0.000000e+00 | 5.000000e+00 |    Inf 
1434.52/1434.55	c  1387s|570000 |  1177 |  7375k|  12.9 |  41M|  69 |   - |1895 |  27k|   0 |   0 |  69k| 747k|8088 | 0.000000e+00 | 5.000000e+00 |    Inf 
1457.52/1457.57	c  1409s|580000 |  1222 |  7476k|  12.9 |  43M|  69 |  10 |1895 |  29k|1895 |1676 |  70k| 760k|8144 | 0.000000e+00 | 5.000000e+00 |    Inf 
1482.22/1482.22	c  1433s|590000 |   835 |  7586k|  12.9 |  37M|  69 |   - |1895 |  24k|1895 |1676 |  70k| 773k|8192 | 0.000000e+00 | 5.000000e+00 |    Inf 
1507.52/1507.55	c  1457s|600000 |   879 |  7714k|  12.9 |  38M|  69 |  15 |1895 |  25k|1895 |1676 |  71k| 786k|8351 | 0.000000e+00 | 5.000000e+00 |    Inf 
1532.42/1532.40	c  1481s|610000 |   910 |  7839k|  12.8 |  39M|  69 |  33 |1895 |  28k|1895 |1676 |  72k| 799k|8397 | 0.000000e+00 | 5.000000e+00 |    Inf 
1559.02/1559.00	c  1507s|620000 |   974 |  7974k|  12.9 |  39M|  69 |  18 |1895 |  26k|1895 |1676 |  72k| 812k|8450 | 0.000000e+00 | 5.000000e+00 |    Inf 
1584.32/1584.32	c  1532s|630000 |  1008 |  8107k|  12.9 |  40M|  69 |   - |1895 |  27k|   0 |   0 |  73k| 826k|8538 | 0.000000e+00 | 5.000000e+00 |    Inf 
1611.63/1611.68	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1611.63/1611.68	c  1558s|640000 |  1097 |  8247k|  12.9 |  40M|  69 |   - |1895 |  27k|1895 |1676 |  74k| 839k|8608 | 0.000000e+00 | 5.000000e+00 |    Inf 
1638.13/1638.15	c  1584s|650000 |  1075 |  8386k|  12.9 |  40M|  69 |  26 |1895 |  25k|1895 |1676 |  75k| 853k|8693 | 0.000000e+00 | 5.000000e+00 |    Inf 
1662.93/1662.91	c  1608s|660000 |  1148 |  8506k|  12.9 |  41M|  69 |   - |1895 |  28k|   0 |   0 |  76k| 866k|8728 | 0.000000e+00 | 5.000000e+00 |    Inf 
1689.02/1689.02	c  1633s|670000 |  1259 |  8634k|  12.9 |  42M|  69 |   1 |1895 |  27k|1895 |1676 |  77k| 879k|8773 | 0.000000e+00 | 5.000000e+00 |    Inf 
1715.63/1715.69	c  1659s|680000 |  1383 |  8768k|  12.9 |  43M|  69 |   8 |1895 |  29k|1895 |1676 |  78k| 893k|8848 | 0.000000e+00 | 5.000000e+00 |    Inf 
1741.63/1741.66	c  1684s|690000 |  1484 |  8895k|  12.9 |  44M|  69 |  17 |1895 |  29k|1895 |1676 |  79k| 906k|8934 | 0.000000e+00 | 5.000000e+00 |    Inf 
1768.13/1768.18	c  1710s|700000 |  1496 |  9031k|  12.9 |  45M|  69 |   - |1895 |  29k|1895 |1676 |  80k| 919k|8998 | 0.000000e+00 | 5.000000e+00 |    Inf 
1794.04/1794.06	c  1735s|710000 |  1549 |  9161k|  12.9 |  45M|  69 |  17 |1895 |  31k|1895 |1676 |  80k| 933k|9033 | 0.000000e+00 | 5.000000e+00 |    Inf 
1800.04/1800.00	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.04/1800.01	c 
1800.04/1800.01	c SCIP Status        : solving was interrupted [user interrupt]
1800.04/1800.01	c Solving Time (sec) : 1740.47
1800.04/1800.01	c Solving Nodes      : 712170
1800.04/1800.01	c Primal Bound       : +5.00000000000000e+00 (315 solutions)
1800.04/1800.01	c Dual Bound         : +0.00000000000000e+00
1800.04/1800.01	c Gap                : infinite
1800.04/1800.02	s SATISFIABLE
1800.04/1800.02	v -x231 -x230 -x229 -x228 -x227 x226 -x225 -x224 -x223 -x222 -x221 -x220 x219 -x218 -x217 -x216 -x215 -x214 -x213 -x212 x211 -x210 
1800.04/1800.02	v -x209 -x208 -x207 -x206 -x205 -x204 -x203 -x202 -x201 -x200 -x199 -x198 -x197 -x196 -x195 -x194 -x193 -x192 -x191 -x190 x189 
1800.04/1800.02	v -x188 -x187 -x186 -x185 -x184 -x183 -x182 -x181 -x180 -x179 -x178 -x177 -x176 -x175 -x174 -x173 x172 -x171 -x170 -x169 -x168 
1800.04/1800.02	v -x167 -x166 -x165 x164 -x163 -x162 -x161 -x160 -x159 -x158 -x157 -x156 -x155 -x154 -x153 -x152 -x151 -x150 -x149 -x148 -x147 
1800.04/1800.02	v x146 -x145 -x144 -x143 -x142 -x141 -x140 -x139 -x138 -x137 -x136 -x135 x134 -x133 -x132 -x131 x130 -x129 -x128 -x127 -x126 
1800.04/1800.02	v -x125 -x124 -x123 -x122 -x121 -x120 -x119 x118 -x117 -x116 -x115 -x114 -x113 -x112 -x111 -x110 -x109 -x108 -x107 -x106 -x105 
1800.04/1800.02	v -x104 -x103 -x102 x101 -x100 -x99 -x98 -x97 -x96 -x95 -x94 -x93 x92 -x91 -x90 -x89 -x88 -x87 -x86 -x85 x84 -x83 -x82 -x81 -x80 
1800.04/1800.02	v -x79 -x78 -x77 -x76 x75 -x74 -x73 -x72 -x71 -x70 -x69 -x68 -x67 x66 -x65 -x64 -x63 -x62 -x61 -x60 -x59 -x58 -x57 -x56 -x55 
1800.04/1800.02	v -x54 -x53 -x52 -x51 -x50 x49 -x48 -x47 -x46 -x45 -x44 -x43 -x42 -x41 -x40 -x39 -x38 -x37 x36 -x35 -x34 -x33 -x32 -x31 -x30 -x29 
1800.04/1800.02	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.04/1800.02	v -x1 
1800.04/1800.02	c SCIP Status        : solving was interrupted [user interrupt]
1800.04/1800.02	c Solving Time       :    1740.47
1800.04/1800.02	c Original Problem   :
1800.04/1800.02	c   Problem name     : HOME/instance-2693405-1277902401.wbo
1800.04/1800.02	c   Variables        : 2039 (1135 binary, 0 integer, 0 implicit integer, 904 continuous)
1800.04/1800.02	c   Constraints      : 3612 initial, 3612 maximal
1800.04/1800.02	c Presolved Problem  :
1800.04/1800.02	c   Problem name     : t_HOME/instance-2693405-1277902401.wbo
1800.04/1800.02	c   Variables        : 1895 (1063 binary, 0 integer, 0 implicit integer, 832 continuous)
1800.04/1800.02	c   Constraints      : 3298 initial, 36334 maximal
1800.04/1800.02	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.04/1800.02	c   trivial          :       0.00         72          0          0          0          0          0          0          0
1800.04/1800.02	c   dualfix          :       0.00         72          0          0          0          0          0          0          0
1800.04/1800.02	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.02	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.02	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.02	c   probing          :       0.03          0          0          0          0          0          0          0          0
1800.04/1800.02	c   indicator        :       0.00          0          0          0          0          0         72          0          0
1800.04/1800.02	c   knapsack         :       0.01          0          0          0          0          0          0          0          0
1800.04/1800.02	c   setppc           :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.02	c   linear           :       0.04          0          0          0        933          0        242        170          0
1800.04/1800.02	c   logicor          :       0.01          0          0          0          0          0          0          0          0
1800.04/1800.02	c   root node        :          -        792          -          -       1584          -          -          -          -
1800.04/1800.02	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.04/1800.02	c   integral         :          0          0          0     396041          0        320       2760          0          0     756558
1800.04/1800.02	c   indicator        :        832          0    3219416      15013          0        326    1059439          0          0          0
1800.04/1800.02	c   knapsack         :          1          7    3243442      15111          0      46646    7163969          1          0          0
1800.04/1800.02	c   setppc           :         18          7    3199986      15113          0      56361    2595379          0          0          0
1800.04/1800.02	c   linear           :        832          7    3144987      15142          0      58542    3488145      80929          0          0
1800.04/1800.02	c   logicor          :       1615+         7    1601140        908          0      92675    5703147          0          0          0
1800.04/1800.02	c   countsols        :          0          0          0        908          0          0          0          0          0          0
1800.04/1800.02	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.04/1800.02	c   integral         :      44.13       0.00       0.00      44.13       0.00
1800.04/1800.02	c   indicator        :       4.02       0.02       3.80       0.20       0.00
1800.04/1800.02	c   knapsack         :      33.66       0.00      33.65       0.01       0.00
1800.04/1800.02	c   setppc           :      15.58       0.00      15.58       0.00       0.00
1800.04/1800.02	c   linear           :      40.02       0.00      39.68       0.34       0.00
1800.04/1800.02	c   logicor          :     223.12       0.00     223.11       0.01       0.00
1800.04/1800.02	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.04/1800.02	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.04/1800.02	c   vbounds          :       0.78          2          0          0
1800.04/1800.02	c   rootredcost      :       0.68         33          0        792
1800.04/1800.02	c   pseudoobj        :      52.53    3251488       3128     841982
1800.04/1800.02	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.04/1800.02	c   propagation      :       9.30     257352     256606    1561174       26.8       7293       22.7          -
1800.04/1800.02	c   infeasible LP    :      20.33     116418     116408     883067       43.9       1436       14.4          0
1800.04/1800.02	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.04/1800.02	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.04/1800.02	c   pseudo solution  :       0.01         35         35        270       18.1          7        7.6          -
1800.04/1800.02	c   applied globally :          -          -          -     936281       27.8          -          -          -
1800.04/1800.02	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.04/1800.02	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.04/1800.02	c   cut pool         :       0.01          6          -          -         19          -    (maximal pool size: 528)
1800.04/1800.02	c   redcost          :      10.29     398151          0     202620          0          0
1800.04/1800.02	c   impliedbounds    :       0.00          7          0          0          0          0
1800.04/1800.02	c   intobj           :       0.00          0          0          0          0          0
1800.04/1800.02	c   cgmip            :       0.00          0          0          0          0          0
1800.04/1800.02	c   gomory           :       0.28          7          0          0       1868          0
1800.04/1800.02	c   strongcg         :       0.22          7          0          0       1975          0
1800.04/1800.02	c   cmir             :       0.04          7          0          0          2          0
1800.04/1800.02	c   flowcover        :       0.04          7          0          0          2          0
1800.04/1800.02	c   clique           :       0.00          7          0          0          0          0
1800.04/1800.02	c   zerohalf         :       0.00          0          0          0          0          0
1800.04/1800.02	c   mcf              :       0.00          1          0          0          0          0
1800.04/1800.02	c   rapidlearning    :       0.00          0          0          0          0          0
1800.04/1800.02	c Pricers            :       Time      Calls       Vars
1800.04/1800.02	c   problem variables:       0.00          0          0
1800.04/1800.02	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.04/1800.02	c   relpscost        :      43.87     380867        320       2760          0          0     756558
1800.04/1800.02	c   pscost           :       0.00          0          0          0          0          0          0
1800.04/1800.02	c   inference        :       0.09        876          0          0          0          0       1752
1800.04/1800.02	c   mostinf          :       0.00          0          0          0          0          0          0
1800.04/1800.02	c   leastinf         :       0.00          0          0          0          0          0          0
1800.04/1800.02	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.04/1800.02	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.04/1800.02	c   random           :       0.00          0          0          0          0          0          0
1800.04/1800.02	c Primal Heuristics  :       Time      Calls      Found
1800.04/1800.02	c   LP solutions     :       0.00          -         32
1800.04/1800.02	c   pseudo solutions :       0.00          -          0
1800.04/1800.02	c   feaspump         :       0.04          1          0
1800.04/1800.02	c   oneopt           :       0.30         32          0
1800.04/1800.02	c   intshifting      :       0.02         14          0
1800.04/1800.02	c   coefdiving       :       0.24         56          0
1800.04/1800.02	c   pscostdiving     :       0.25         56          0
1800.04/1800.02	c   fracdiving       :       0.31         56          0
1800.04/1800.02	c   linesearchdiving :       0.19         57          0
1800.04/1800.02	c   guideddiving     :       0.20         57          0
1800.04/1800.02	c   veclendiving     :       0.18         57          0
1800.04/1800.02	c   rootsoldiving    :       0.49         29          0
1800.04/1800.02	c   objpscostdiving  :       0.33         29          0
1800.04/1800.02	c   crossover        :       0.47         20          0
1800.04/1800.02	c   trivial          :       0.00          2          0
1800.04/1800.02	c   simplerounding   :       0.57     381467          0
1800.04/1800.02	c   zirounding       :       0.45       1000          0
1800.04/1800.02	c   rounding         :       0.95       8691          0
1800.04/1800.02	c   shifting         :       0.85       2708          0
1800.04/1800.02	c   twoopt           :       0.00          0          0
1800.04/1800.02	c   fixandinfer      :       0.00          0          0
1800.04/1800.02	c   intdiving        :       0.00          0          0
1800.04/1800.02	c   actconsdiving    :       0.00          0          0
1800.04/1800.02	c   octane           :       0.00          0          0
1800.04/1800.02	c   rens             :       0.03          1          0
1800.04/1800.02	c   rins             :       0.00          0          0
1800.04/1800.02	c   localbranching   :       0.00          0          0
1800.04/1800.02	c   mutation         :       0.00          0          0
1800.04/1800.02	c   dins             :       0.00          0          0
1800.04/1800.02	c   undercover       :       0.00          0          0
1800.04/1800.02	c   nlp              :       0.17          0          0
1800.04/1800.02	c   trysol           :       0.57       2525        283
1800.04/1800.02	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.04/1800.02	c   primal LP        :       0.00          0          0       0.00          -
1800.04/1800.02	c   dual LP          :     958.27     510678    9179652      17.98    9579.40
1800.04/1800.02	c   lex dual LP      :       0.00          0          0       0.00          -
1800.04/1800.02	c   barrier LP       :       0.00          0          0       0.00          -
1800.04/1800.02	c   diving/probing LP:       1.55        863      10880      12.61    7019.35
1800.04/1800.02	c   strong branching :      39.89       9073     382509      42.16    9589.10
1800.04/1800.02	c     (at root node) :          -         33      23599     715.12          -
1800.04/1800.02	c   conflict analysis:       0.00          0          0       0.00          -
1800.04/1800.02	c B&B Tree           :
1800.04/1800.02	c   number of runs   :          1
1800.04/1800.02	c   nodes            :     712170
1800.04/1800.02	c   nodes (total)    :     712170
1800.04/1800.02	c   nodes left       :       1533
1800.04/1800.02	c   max depth        :         69
1800.04/1800.02	c   max depth (total):         69
1800.04/1800.02	c   backtracks       :      93823 (13.2%)
1800.04/1800.02	c   delayed cutoffs  :      44207
1800.04/1800.02	c   repropagations   :    1257868 (3646250 domain reductions, 40756 cutoffs)
1800.04/1800.02	c   avg switch length:       5.14
1800.04/1800.02	c   switching time   :     183.61
1800.04/1800.02	c Solution           :
1800.04/1800.02	c   Solutions found  :        315 (33 improvements)
1800.04/1800.02	c   First Solution   : +4.04320000000000e+04   (in run 1, after 1 nodes, 0.95 seconds, depth 0, found by <trysol>)
1800.04/1800.02	c   Primal Bound     : +5.00000000000000e+00   (in run 1, after 68364 nodes, 156.14 seconds, depth 28, found by <relaxation>)
1800.04/1800.02	c   Dual Bound       : +0.00000000000000e+00
1800.04/1800.02	c   Gap              :   infinite
1800.04/1800.02	c   Root Dual Bound  : +0.00000000000000e+00
1800.04/1800.02	c   Root Iterations  :       1407
1800.04/1800.08	c Time complete: 1800.11.

Verifier Data

OK	5

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2693405-1277902401/watcher-2693405-1277902401 -o /tmp/evaluation-result-2693405-1277902401/solver-2693405-1277902401 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2693405-1277902401.wbo -t 1800 -m 3800 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 3891200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 3942400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.06 2.02 2.00 4/178 23433
/proc/meminfo: memFree=31336820/32950928 swapFree=67111528/67111528
[pid=23433] ppid=23431 vsize=11008 CPUtime=0
/proc/23433/stat : 23433 (pbscip.linux.x8) R 23431 23433 23243 0 -1 4202496 1676 0 0 0 0 0 0 0 25 0 1 0 163831837 11272192 1597 4089446400 4194304 9819077 140736172850192 18446744073709551615 8656455 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/23433/statm: 2752 1597 392 1374 0 1373 0

[startup+0.07413 s]
/proc/loadavg: 2.06 2.02 2.00 4/178 23433
/proc/meminfo: memFree=31336820/32950928 swapFree=67111528/67111528
[pid=23433] ppid=23431 vsize=24068 CPUtime=0.06
/proc/23433/stat : 23433 (pbscip.linux.x8) R 23431 23433 23243 0 -1 4202496 5641 0 0 0 6 0 0 0 25 0 1 0 163831837 24645632 4694 4089446400 4194304 9819077 140736172850192 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/23433/statm: 6017 4694 492 1374 0 4638 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 24068

[startup+0.101127 s]
/proc/loadavg: 2.06 2.02 2.00 4/178 23433
/proc/meminfo: memFree=31336820/32950928 swapFree=67111528/67111528
[pid=23433] ppid=23431 vsize=24824 CPUtime=0.09
/proc/23433/stat : 23433 (pbscip.linux.x8) R 23431 23433 23243 0 -1 4202496 6873 0 0 0 8 1 0 0 25 0 1 0 163831837 25419776 4898 4089446400 4194304 9819077 140736172850192 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/23433/statm: 6206 4898 504 1374 0 4827 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 24824

[startup+0.301088 s]
/proc/loadavg: 2.06 2.02 2.00 4/178 23433
/proc/meminfo: memFree=31336820/32950928 swapFree=67111528/67111528
[pid=23433] ppid=23431 vsize=36152 CPUtime=0.29
/proc/23433/stat : 23433 (pbscip.linux.x8) R 23431 23433 23243 0 -1 4202496 11841 0 0 0 27 2 0 0 25 0 1 0 163831837 37019648 7430 4089446400 4194304 9819077 140736172850192 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/23433/statm: 9038 7430 690 1374 0 7659 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 36152

[startup+0.701016 s]
/proc/loadavg: 2.06 2.02 2.00 4/178 23433
/proc/meminfo: memFree=31336820/32950928 swapFree=67111528/67111528
[pid=23433] ppid=23431 vsize=38564 CPUtime=0.69
/proc/23433/stat : 23433 (pbscip.linux.x8) R 23431 23433 23243 0 -1 4202496 13627 0 0 0 67 2 0 0 25 0 1 0 163831837 39489536 8019 4089446400 4194304 9819077 140736172850192 18446744073709551615 6671086 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/23433/statm: 9641 8019 691 1374 0 8262 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 38564

[startup+1.50087 s]
/proc/loadavg: 2.06 2.02 2.00 3/179 23434
/proc/meminfo: memFree=31294048/32950928 swapFree=67111528/67111528
[pid=23433] ppid=23431 vsize=42796 CPUtime=1.49
/proc/23433/stat : 23433 (pbscip.linux.x8) R 23431 23433 23243 0 -1 4202496 28686 0 0 0 144 5 0 0 25 0 1 0 163831837 43823104 8427 4089446400 4194304 9819077 140736172850192 18446744073709551615 6391479 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/23433/statm: 10699 8427 718 1374 0 9320 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 42796

[startup+3.10058 s]
/proc/loadavg: 2.06 2.01 2.00 3/179 23434
/proc/meminfo: memFree=31305704/32950928 swapFree=67111528/67111528
[pid=23433] ppid=23431 vsize=42636 CPUtime=3.09
/proc/23433/stat : 23433 (pbscip.linux.x8) R 23431 23433 23243 0 -1 4202496 39492 0 0 0 302 7 0 0 25 0 1 0 163831837 43659264 8450 4089446400 4194304 9819077 140736172850192 18446744073709551615 7291024 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/23433/statm: 10659 8450 718 1374 0 9280 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 42636

[startup+6.30099 s]
/proc/loadavg: 2.06 2.01 2.00 3/179 23434
/proc/meminfo: memFree=31305812/32950928 swapFree=67111528/67111528
[pid=23433] ppid=23431 vsize=42580 CPUtime=6.29
/proc/23433/stat : 23433 (pbscip.linux.x8) R 23431 23433 23243 0 -1 4202496 61883 0 0 0 618 11 0 0 25 0 1 0 163831837 43601920 8426 4089446400 4194304 9819077 140736172850192 18446744073709551615 7289252 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/23433/statm: 10645 8426 721 1374 0 9266 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 42580

[startup+12.7008 s]
/proc/loadavg: 2.05 2.01 2.00 3/179 23434
/proc/meminfo: memFree=31305804/32950928 swapFree=67111528/67111528
[pid=23433] ppid=23431 vsize=42208 CPUtime=12.69
/proc/23433/stat : 23433 (pbscip.linux.x8) R 23431 23433 23243 0 -1 4202496 118439 0 0 0 1247 22 0 0 25 0 1 0 163831837 43220992 8416 4089446400 4194304 9819077 140736172850192 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/23433/statm: 10552 8416 722 1374 0 9173 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 42208

[startup+25.5005 s]
/proc/loadavg: 2.04 2.01 2.00 3/179 23435
/proc/meminfo: memFree=31293268/32950928 swapFree=67111528/67111528
[pid=23433] ppid=23431 vsize=54244 CPUtime=25.49
/proc/23433/stat : 23433 (pbscip.linux.x8) R 23431 23433 23243 0 -1 4202496 284128 0 0 0 2481 68 0 0 25 0 1 0 163831837 55545856 11886 4089446400 4194304 9819077 140736172850192 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/23433/statm: 13561 11886 727 1374 0 12182 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 54244

[startup+51.1008 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 23435
/proc/meminfo: memFree=31272896/32950928 swapFree=67111528/67111528
[pid=23433] ppid=23431 vsize=73648 CPUtime=51.09
/proc/23433/stat : 23433 (pbscip.linux.x8) R 23431 23433 23243 0 -1 4202496 617896 0 0 0 4937 172 0 0 25 0 1 0 163831837 75415552 16632 4089446400 4194304 9819077 140736172850192 18446744073709551615 7291684 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/23433/statm: 18412 16632 727 1374 0 17033 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 73648

[startup+102.306 s]
/proc/loadavg: 2.05 2.02 2.00 3/179 23437
/proc/meminfo: memFree=31264432/32950928 swapFree=67111528/67111528
[pid=23433] ppid=23431 vsize=80824 CPUtime=102.3
/proc/23433/stat : 23433 (pbscip.linux.x8) R 23431 23433 23243 0 -1 4202496 1232596 0 0 0 9862 368 0 0 25 0 1 0 163831837 82763776 18410 4089446400 4194304 9819077 140736172850192 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/23433/statm: 20206 18410 742 1374 0 18827 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 80824

[startup+162.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/179 23438
/proc/meminfo: memFree=31257204/32950928 swapFree=67111528/67111528
[pid=23433] ppid=23431 vsize=84984 CPUtime=162.3
/proc/23433/stat : 23433 (pbscip.linux.x8) R 23431 23433 23243 0 -1 4202496 1883933 0 0 0 15652 578 0 0 25 0 1 0 163831837 87023616 19429 4089446400 4194304 9819077 140736172850192 18446744073709551615 6364953 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/23433/statm: 21246 19429 742 1374 0 19867 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 84984

[startup+222.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 23440
/proc/meminfo: memFree=31252816/32950928 swapFree=67111528/67111528
[pid=23433] ppid=23431 vsize=86080 CPUtime=222.3
/proc/23433/stat : 23433 (pbscip.linux.x8) R 23431 23433 23243 0 -1 4202496 2558201 0 0 0 21438 792 0 0 25 0 1 0 163831837 88145920 19697 4089446400 4194304 9819077 140736172850192 18446744073709551615 4999867 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/23433/statm: 21520 19697 742 1374 0 20141 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 86080

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 23441
/proc/meminfo: memFree=31246452/32950928 swapFree=67111528/67111528
[pid=23433] ppid=23431 vsize=88468 CPUtime=282.3
/proc/23433/stat : 23433 (pbscip.linux.x8) R 23431 23433 23243 0 -1 4202496 3292001 0 0 0 27209 1021 0 0 25 0 1 0 163831837 90591232 20219 4089446400 4194304 9819077 140736172850192 18446744073709551615 4999867 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/23433/statm: 22117 20219 742 1374 0 20738 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 88468

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 23443
/proc/meminfo: memFree=31240824/32950928 swapFree=67111528/67111528
[pid=23433] ppid=23431 vsize=92272 CPUtime=342.3
/proc/23433/stat : 23433 (pbscip.linux.x8) R 23431 23433 23243 0 -1 4202496 3952453 0 0 0 33001 1229 0 0 25 0 1 0 163831837 94486528 21178 4089446400 4194304 9819077 140736172850192 18446744073709551615 4223894 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/23433/statm: 23068 21178 742 1374 0 21689 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 92272

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 23445
/proc/meminfo: memFree=31237056/32950928 swapFree=67111528/67111528
[pid=23433] ppid=23431 vsize=93600 CPUtime=402.3
/proc/23433/stat : 23433 (pbscip.linux.x8) R 23431 23433 23243 0 -1 4202496 4590593 0 0 0 38792 1438 0 0 25 0 1 0 163831837 95846400 21510 4089446400 4194304 9819077 140736172850192 18446744073709551615 4221036 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/23433/statm: 23400 21510 742 1374 0 22021 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 93600

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 23455
/proc/meminfo: memFree=31226340/32950928 swapFree=67111528/67111528
[pid=23433] ppid=23431 vsize=98772 CPUtime=462.3
/proc/23433/stat : 23433 (pbscip.linux.x8) R 23431 23433 23243 0 -1 4202496 5235104 0 0 0 44578 1652 0 0 25 0 1 0 163831837 101142528 22592 4089446400 4194304 9819077 140736172850192 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/23433/statm: 24693 22592 742 1374 0 23314 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 98772

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 23457
/proc/meminfo: memFree=31220144/32950928 swapFree=67111528/67111528
[pid=23433] ppid=23431 vsize=102432 CPUtime=522.3
/proc/23433/stat : 23433 (pbscip.linux.x8) R 23431 23433 23243 0 -1 4202496 5850850 0 0 0 50372 1858 0 0 25 0 1 0 163831837 104890368 23415 4089446400 4194304 9819077 140736172850192 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/23433/statm: 25608 23415 742 1374 0 24229 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 102432

[startup+582.301 s]
/proc/loadavg: 2.04 2.01 2.00 3/179 23458
/proc/meminfo: memFree=31216264/32950928 swapFree=67111528/67111528
[pid=23433] ppid=23431 vsize=104192 CPUtime=582.3
/proc/23433/stat : 23433 (pbscip.linux.x8) R 23431 23433 23243 0 -1 4202496 6422772 0 0 0 56187 2043 0 0 25 0 1 0 163831837 106692608 23854 4089446400 4194304 9819077 140736172850192 18446744073709551615 7292313 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/23433/statm: 26048 23855 742 1374 0 24669 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 104192

[startup+642.301 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 23460
/proc/meminfo: memFree=31211132/32950928 swapFree=67111528/67111528
[pid=23433] ppid=23431 vsize=109140 CPUtime=642.3
/proc/23433/stat : 23433 (pbscip.linux.x8) R 23431 23433 23243 0 -1 4202496 7002975 0 0 0 62000 2230 0 0 25 0 1 0 163831837 111759360 25083 4089446400 4194304 9819077 140736172850192 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/23433/statm: 27285 25083 742 1374 0 25906 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 109140

[startup+702.301 s]

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

[startup+822.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 23465
/proc/meminfo: memFree=31202844/32950928 swapFree=67111528/67111528
[pid=23433] ppid=23431 vsize=114316 CPUtime=822.3
/proc/23433/stat : 23433 (pbscip.linux.x8) R 23431 23433 23243 0 -1 4202496 8661899 0 0 0 79431 2799 0 0 25 0 1 0 163831837 117059584 26306 4089446400 4194304 9819077 140736172850192 18446744073709551615 6391565 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/23433/statm: 28579 26306 742 1374 0 27200 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 114316

[startup+882.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 23494
/proc/meminfo: memFree=31406232/32950928 swapFree=67111528/67111528
[pid=23433] ppid=23431 vsize=115596 CPUtime=882.31
/proc/23433/stat : 23433 (pbscip.linux.x8) R 23431 23433 23243 0 -1 4202496 9191562 0 0 0 85252 2979 0 0 25 0 1 0 163831837 118370304 26618 4089446400 4194304 9819077 140736172850192 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/23433/statm: 28899 26618 742 1374 0 27520 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 115596

[startup+942.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 23496
/proc/meminfo: memFree=31253292/32950928 swapFree=67111528/67111528
[pid=23433] ppid=23431 vsize=115360 CPUtime=942.3
/proc/23433/stat : 23433 (pbscip.linux.x8) R 23431 23433 23243 0 -1 4202496 9791688 0 0 0 91048 3182 0 0 25 0 1 0 163831837 118128640 26709 4089446400 4194304 9819077 140736172850192 18446744073709551615 7228640 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/23433/statm: 28840 26710 742 1374 0 27461 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 115360

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 23498
/proc/meminfo: memFree=31114864/32950928 swapFree=67111528/67111528
[pid=23433] ppid=23431 vsize=116028 CPUtime=1002.31
/proc/23433/stat : 23433 (pbscip.linux.x8) R 23431 23433 23243 0 -1 4202496 10447179 0 0 0 96838 3393 0 0 25 0 1 0 163831837 118812672 26748 4089446400 4194304 9819077 140736172850192 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/23433/statm: 29007 26748 742 1374 0 27628 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 116028

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 23499
/proc/meminfo: memFree=30994528/32950928 swapFree=67111528/67111528
[pid=23433] ppid=23431 vsize=115860 CPUtime=1062.3
/proc/23433/stat : 23433 (pbscip.linux.x8) R 23431 23433 23243 0 -1 4202496 11051494 0 0 0 102645 3585 0 0 25 0 1 0 163831837 118640640 26788 4089446400 4194304 9819077 140736172850192 18446744073709551615 8657695 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/23433/statm: 28965 26788 742 1374 0 27586 0
Current children cumulated CPU time (s) 1062.3
Current children cumulated vsize (KiB) 115860

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 23501
/proc/meminfo: memFree=30959740/32950928 swapFree=67111528/67111528
[pid=23433] ppid=23431 vsize=118108 CPUtime=1122.31
/proc/23433/stat : 23433 (pbscip.linux.x8) R 23431 23433 23243 0 -1 4202496 11633513 0 0 0 108445 3786 0 0 25 0 1 0 163831837 120942592 27018 4089446400 4194304 9819077 140736172850192 18446744073709551615 6709733 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/23433/statm: 29527 27018 742 1374 0 28148 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 118108

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 23502
/proc/meminfo: memFree=30900296/32950928 swapFree=67111528/67111528
[pid=23433] ppid=23431 vsize=118044 CPUtime=1182.31
/proc/23433/stat : 23433 (pbscip.linux.x8) R 23431 23433 23243 0 -1 4202496 12215405 0 0 0 114246 3985 0 0 25 0 1 0 163831837 120877056 27050 4089446400 4194304 9819077 140736172850192 18446744073709551615 6656802 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/23433/statm: 29511 27051 742 1374 0 28132 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 118044

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 23504
/proc/meminfo: memFree=30810724/32950928 swapFree=67111528/67111528
[pid=23433] ppid=23431 vsize=118264 CPUtime=1242.31
/proc/23433/stat : 23433 (pbscip.linux.x8) R 23431 23433 23243 0 -1 4202496 12772981 0 0 0 120058 4173 0 0 25 0 1 0 163831837 121102336 27101 4089446400 4194304 9819077 140736172850192 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/23433/statm: 29566 27101 742 1374 0 28187 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 118264

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 23506
/proc/meminfo: memFree=30723892/32950928 swapFree=67111528/67111528
[pid=23433] ppid=23431 vsize=118496 CPUtime=1302.32
/proc/23433/stat : 23433 (pbscip.linux.x8) R 23431 23433 23243 0 -1 4202496 13327445 0 0 0 125868 4364 0 0 25 0 1 0 163831837 121339904 27150 4089446400 4194304 9819077 140736172850192 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/23433/statm: 29624 27150 742 1374 0 28245 0
Current children cumulated CPU time (s) 1302.32
Current children cumulated vsize (KiB) 118496

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 23534
/proc/meminfo: memFree=31431396/32950928 swapFree=67111528/67111528
[pid=23433] ppid=23431 vsize=118264 CPUtime=1362.32
/proc/23433/stat : 23433 (pbscip.linux.x8) R 23431 23433 23243 0 -1 4202496 13904409 0 0 0 131671 4561 0 0 25 0 1 0 163831837 121102336 27246 4089446400 4194304 9819077 140736172850192 18446744073709551615 6371768 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/23433/statm: 29566 27249 742 1374 0 28187 0
Current children cumulated CPU time (s) 1362.32
Current children cumulated vsize (KiB) 118264

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 23536
/proc/meminfo: memFree=31430528/32950928 swapFree=67111528/67111528
[pid=23433] ppid=23431 vsize=120396 CPUtime=1422.32
/proc/23433/stat : 23433 (pbscip.linux.x8) R 23431 23433 23243 0 -1 4202496 14499871 0 0 0 137474 4758 0 0 25 0 1 0 163831837 123285504 27449 4089446400 4194304 9819077 140736172850192 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/23433/statm: 30099 27449 742 1374 0 28720 0
Current children cumulated CPU time (s) 1422.32
Current children cumulated vsize (KiB) 120396

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 23537
/proc/meminfo: memFree=31429604/32950928 swapFree=67111528/67111528
[pid=23433] ppid=23431 vsize=120896 CPUtime=1482.32
/proc/23433/stat : 23433 (pbscip.linux.x8) R 23431 23433 23243 0 -1 4202496 15017891 0 0 0 143291 4941 0 0 25 0 1 0 163831837 123797504 27543 4089446400 4194304 9819077 140736172850192 18446744073709551615 6513120 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/23433/statm: 30224 27543 742 1374 0 28845 0
Current children cumulated CPU time (s) 1482.32
Current children cumulated vsize (KiB) 120896

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 23539
/proc/meminfo: memFree=31429208/32950928 swapFree=67111528/67111528
[pid=23433] ppid=23431 vsize=121092 CPUtime=1542.32
/proc/23433/stat : 23433 (pbscip.linux.x8) R 23431 23433 23243 0 -1 4202496 15595689 0 0 0 149103 5129 0 0 25 0 1 0 163831837 123998208 27585 4089446400 4194304 9819077 140736172850192 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/23433/statm: 30273 27585 742 1374 0 28894 0
Current children cumulated CPU time (s) 1542.32
Current children cumulated vsize (KiB) 121092

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 23541
/proc/meminfo: memFree=31428676/32950928 swapFree=67111528/67111528
[pid=23433] ppid=23431 vsize=121236 CPUtime=1602.33
/proc/23433/stat : 23433 (pbscip.linux.x8) R 23431 23433 23243 0 -1 4202496 16147999 0 0 0 154914 5319 0 0 25 0 1 0 163831837 124145664 27639 4089446400 4194304 9819077 140736172850192 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/23433/statm: 30309 27639 742 1374 0 28930 0
Current children cumulated CPU time (s) 1602.33
Current children cumulated vsize (KiB) 121236

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 23542
/proc/meminfo: memFree=31428652/32950928 swapFree=67111528/67111528
[pid=23433] ppid=23431 vsize=121408 CPUtime=1662.33
/proc/23433/stat : 23433 (pbscip.linux.x8) R 23431 23433 23243 0 -1 4202496 16712611 0 0 0 160720 5513 0 0 25 0 1 0 163831837 124321792 27634 4089446400 4194304 9819077 140736172850192 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/23433/statm: 30352 27634 742 1374 0 28973 0
Current children cumulated CPU time (s) 1662.33
Current children cumulated vsize (KiB) 121408

[startup+1722.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/179 23544
/proc/meminfo: memFree=31428132/32950928 swapFree=67111528/67111528
[pid=23433] ppid=23431 vsize=121512 CPUtime=1722.32
/proc/23433/stat : 23433 (pbscip.linux.x8) R 23431 23433 23243 0 -1 4202496 17268917 0 0 0 166531 5701 0 0 25 0 1 0 163831837 124428288 27660 4089446400 4194304 9819077 140736172850192 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/23433/statm: 30378 27660 742 1374 0 28999 0
Current children cumulated CPU time (s) 1722.32
Current children cumulated vsize (KiB) 121512

[startup+1782.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/179 23545
/proc/meminfo: memFree=31427980/32950928 swapFree=67111528/67111528
[pid=23433] ppid=23431 vsize=121932 CPUtime=1782.33
/proc/23433/stat : 23433 (pbscip.linux.x8) R 23431 23433 23243 0 -1 4202496 17834134 0 0 0 172336 5897 0 0 25 0 1 0 163831837 124858368 27763 4089446400 4194304 9819077 140736172850192 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/23433/statm: 30483 27763 742 1374 0 29104 0
Current children cumulated CPU time (s) 1782.33
Current children cumulated vsize (KiB) 121932



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.05 2.02 2.00 3/179 23546
/proc/meminfo: memFree=31427972/32950928 swapFree=67111528/67111528
[pid=23433] ppid=23431 vsize=121708 CPUtime=1800.04
/proc/23433/stat : 23433 (pbscip.linux.x8) R 23431 23433 23243 0 -1 4202496 18006933 0 0 0 174049 5955 0 0 25 0 1 0 163831837 124628992 27759 4089446400 4194304 9819077 140736172850192 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/23433/statm: 30427 27759 742 1374 0 29048 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 121708

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

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

Child status: 0
Real time (s): 1800.09
CPU time (s): 1800.12
CPU user time (s): 1740.57
CPU system time (s): 59.5579
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 124132

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

runsolver used 2.6496 second user time and 5.8981 second system time

The end

Launcher Data

Begin job on node116 at 2010-06-30 14:53:21
IDJOB=2693405
IDBENCH=78901
IDSOLVER=1205
FILE ID=node116/2693405-1277902401
PBS_JOBID= 11197235
Free space on /tmp= 74204 MiB

SOLVER NAME= SCIPclp SCIP 1.2.1.2 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.1900584219--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-2693405-1277902401/watcher-2693405-1277902401 -o /tmp/evaluation-result-2693405-1277902401/solver-2693405-1277902401 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2693405-1277902401.wbo -t 1800 -m 3800

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

MD5SUM BENCH= 318d96c5cecc5e1278f112ac94857622
RANDOM SEED=1395849324

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.838
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:      31337348 kB
Buffers:        183008 kB
Cached:        1011288 kB
SwapCached:          0 kB
Active:         765212 kB
Inactive:       706404 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      31337348 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            6252 kB
Writeback:           0 kB
AnonPages:      277608 kB
Mapped:          17864 kB
Slab:            77988 kB
PageTables:       5032 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   430024 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74204 MiB
End job on node116 at 2010-06-30 15:23:23