Trace number 2705547

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.17 1790.12

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900571761--soft-66-100-0.wbo
MD5SUMe6a38cb3cbe3360d46534c568351a60a
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark377.992
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 constraints900
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 45741
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 45740
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 713
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-2705547-1278572955.wbo>
0.00/0.02	c original problem has 2031 variables (1131 bin, 0 int, 900 impl, 0 cont) and 3608 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, 216 impls, 15 clqs
0.00/0.06	c (round 2) 0 del vars, 115 del conss, 900 chg bounds, 53 chg sides, 0 chg coeffs, 0 upgd conss, 216 impls, 15 clqs
0.00/0.07	c (round 3) 53 del vars, 274 del conss, 916 chg bounds, 143 chg sides, 0 chg coeffs, 0 upgd conss, 216 impls, 15 clqs
0.07/0.08	c (round 4) 138 del vars, 274 del conss, 916 chg bounds, 143 chg sides, 0 chg coeffs, 1672 upgd conss, 216 impls, 15 clqs
0.07/0.09	c (round 5) 138 del vars, 279 del conss, 916 chg bounds, 143 chg sides, 0 chg coeffs, 1672 upgd conss, 216 impls, 15 clqs
0.09/0.13	c    (0.1s) probing: 101/1062 (9.5%) - 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  138 deleted vars, 279 deleted constraints, 916 tightened bounds, 0 added holes, 143 changed sides, 0 changed coefficients
0.09/0.13	c  1870 implications, 15 cliques
0.09/0.13	c presolved problem has 1893 variables (1062 bin, 0 int, 831 impl, 0 cont) and 3329 constraints
0.09/0.13	c      44 constraints of type <setppc>
0.09/0.13	c     831 constraints of type <linear>
0.09/0.13	c     831 constraints of type <indicator>
0.09/0.13	c    1623 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 |    44 |     - |8788k|   0 |  29 |1893 |3329 |1893 |1667 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.19/0.23	c   0.2s|     1 |     0 |    89 |     - |8975k|   0 |  45 |1893 |3329 |1893 |1682 |  15 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.29/0.31	c   0.3s|     1 |     0 |   130 |     - |9438k|   0 |  50 |1893 |3329 |1893 |1690 |  23 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.39/0.41	c   0.4s|     1 |     0 |   144 |     - |9660k|   0 |  61 |1893 |3329 |1893 |1698 |  31 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.49/0.53	c   0.5s|     1 |     0 |   177 |     - |  10M|   0 |  63 |1893 |3329 |1893 |1699 |  32 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.59/0.65	c   0.6s|     1 |     0 |   208 |     - |  10M|   0 |  68 |1893 |3329 |1893 |1702 |  35 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.69/0.78	c   0.8s|     1 |     0 |   265 |     - |  10M|   0 |  69 |1893 |3329 |1893 |1707 |  40 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1.49/1.58	c   1.6s|     1 |     2 |   265 |     - |  10M|   0 |  69 |1893 |3329 |1893 |1707 |  40 |   0 |  15 | 0.000000e+00 |      --      |    Inf 
7.39/7.49	o 42488
7.39/7.49	c y 7.5s|    29 |    28 |  3239 | 106.2 |  10M|  14 |   - |1893 |3329 |   0 |   0 |  58 |   0 | 518 | 0.000000e+00 | 4.248800e+04 |    Inf 
13.69/13.71	o 514
13.69/13.71	c l13.7s|   107 |   106 |  6944 |  63.0 |  11M|  17 |   - |1893 |3331 |1893 |1723 | 106 |   2 | 975 | 0.000000e+00 | 5.140000e+02 |    Inf 
14.09/14.11	o 493
14.09/14.11	c *14.1s|   263 |   216 |  8661 |  32.0 |  12M|  32 |   - |1893 |3429 |1893 |1731 | 208 | 100 | 989 | 0.000000e+00 | 4.930000e+02 |    Inf 
14.30/14.32	o 433
14.30/14.32	c *14.3s|   355 |   258 |  9314 |  25.6 |  12M|  35 |   - |1893 |3537 |1893 |1730 | 240 | 208 | 995 | 0.000000e+00 | 4.330000e+02 |    Inf 
14.30/14.39	o 369
14.30/14.39	c *14.4s|   403 |   279 |  9454 |  22.9 |  12M|  36 |   - |1893 |3559 |1893 |1726 | 252 | 230 | 996 | 0.000000e+00 | 3.690000e+02 |    Inf 
14.69/14.77	o 354
14.69/14.77	c *14.8s|   587 |   444 | 10999 |  18.3 |  13M|  36 |   - |1893 |3618 |1893 |1731 | 405 | 289 |1007 | 0.000000e+00 | 3.540000e+02 |    Inf 
14.79/14.83	o 341
14.79/14.83	c *14.8s|   615 |   456 | 11137 |  17.7 |  13M|  36 |   - |1893 |3653 |1893 |1724 | 415 | 324 |1010 | 0.000000e+00 | 3.410000e+02 |    Inf 
14.79/14.87	o 329
14.79/14.87	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
14.79/14.87	c *14.9s|   646 |   480 | 11240 |  17.0 |  13M|  36 |   - |1893 |3656 |1893 |1727 | 429 | 327 |1010 | 0.000000e+00 | 3.290000e+02 |    Inf 
14.99/15.05	o 294
14.99/15.05	c *15.0s|   773 |   562 | 11578 |  14.7 |  13M|  47 |   - |1893 |3718 |1893 |1729 | 480 | 389 |1010 | 0.000000e+00 | 2.940000e+02 |    Inf 
15.09/15.12	o 292
15.09/15.12	c *15.1s|   807 |   577 | 11766 |  14.3 |  13M|  47 |   - |1893 |3749 |1893 |1725 | 491 | 420 |1011 | 0.000000e+00 | 2.920000e+02 |    Inf 
15.40/15.44	o 279
15.40/15.44	c *15.4s|   963 |   655 | 12932 |  13.2 |  14M|  47 |   - |1893 |3878 |1893 |1725 | 602 | 550 |1012 | 0.000000e+00 | 2.790000e+02 |    Inf 
15.40/15.44	o 265
15.40/15.44	c *15.4s|   965 |   641 | 12954 |  13.2 |  14M|  47 |   - |1893 |3878 |1893 |1725 | 602 | 550 |1012 | 0.000000e+00 | 2.650000e+02 |    Inf 
15.40/15.45	o 245
15.40/15.45	c *15.4s|   966 |   610 | 12954 |  13.1 |  14M|  47 |   - |1893 |3878 |1893 |1725 | 602 | 550 |1012 | 0.000000e+00 | 2.450000e+02 |    Inf 
15.59/15.64	o 219
15.59/15.64	c f15.6s|  1068 |   602 | 13552 |  12.5 |  14M|  47 |   - |1893 |3991 |1893 |1727 | 634 | 666 |1020 | 0.000000e+00 | 2.190000e+02 |    Inf 
15.79/15.88	o 177
15.79/15.88	c *15.9s|  1197 |   585 | 14196 |  11.6 |  14M|  47 |   - |1893 |4109 |1893 |1728 | 686 | 798 |1022 | 0.000000e+00 | 1.770000e+02 |    Inf 
15.89/15.92	o 163
15.89/15.92	c *15.9s|  1216 |   568 | 14268 |  11.5 |  14M|  47 |   - |1893 |4138 |1893 |1727 | 688 | 827 |1022 | 0.000000e+00 | 1.630000e+02 |    Inf 
16.09/16.19	o 129
16.09/16.19	c *16.2s|  1330 |   537 | 15441 |  11.4 |  14M|  47 |   - |1893 |4285 |1893 |1712 | 751 | 992 |1022 | 0.000000e+00 | 1.290000e+02 |    Inf 
16.19/16.21	o 96
16.19/16.21	c *16.2s|  1334 |   392 | 15477 |  11.4 |  14M|  47 |   - |1893 |4286 |1893 |1712 | 751 | 993 |1022 | 0.000000e+00 | 9.600000e+01 |    Inf 
16.19/16.21	o 85
16.19/16.21	c *16.2s|  1335 |   373 | 15477 |  11.4 |  14M|  47 |   - |1893 |4286 |1893 |1712 | 751 | 993 |1022 | 0.000000e+00 | 8.500000e+01 |    Inf 
16.29/16.31	o 57
16.29/16.31	c *16.3s|  1383 |   298 | 15835 |  11.3 |  14M|  47 |   - |1893 |4131 |1893 |1708 | 785 |1030 |1022 | 0.000000e+00 | 5.700000e+01 |    Inf 
16.39/16.41	o 53
16.39/16.41	c *16.4s|  1408 |   297 | 16431 |  11.5 |  14M|  47 |   - |1893 |3842 |1893 |1715 | 803 |1060 |1022 | 0.000000e+00 | 5.300000e+01 |    Inf 
16.79/16.86	o 52
16.79/16.86	c *16.8s|  1501 |   226 | 19564 |  12.9 |  14M|  47 |   - |1893 |3877 |1893 |1713 | 836 |1157 |1028 | 0.000000e+00 | 5.200000e+01 |    Inf 
35.29/35.34	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
35.29/35.34	c  35.3s| 10000 |   708 |123898 |  12.4 |  21M|  47 |  30 |1893 |7446 |1893 |1703 |2699 |  11k|1243 | 0.000000e+00 | 5.200000e+01 |    Inf 
55.39/55.47	c  55.4s| 20000 |  1194 |228090 |  11.4 |  27M|  47 |   0 |1893 |9744 |1893 |1713 |4751 |  24k|1504 | 0.000000e+00 | 5.200000e+01 |    Inf 
75.30/75.30	c  75.3s| 30000 |  1479 |330337 |  11.0 |  33M|  47 |   - |1893 |9359 |1893 |1710 |6475 |  37k|1507 | 0.000000e+00 | 5.200000e+01 |    Inf 
94.60/94.66	c  94.6s| 40000 |  1711 |427754 |  10.7 |  37M|  51 |   8 |1893 |9897 |1893 |1703 |8094 |  49k|1507 | 0.000000e+00 | 5.200000e+01 |    Inf 
108.29/108.34	o 31
108.29/108.34	c * 108s| 46707 |  1861 |496138 |  10.6 |  38M|  56 |   - |1893 |  10k|1893 |1704 |9132 |  58k|1654 | 0.000000e+00 | 3.100000e+01 |    Inf 
113.49/113.59	o 27
113.49/113.59	c * 114s| 49594 |  1344 |522826 |  10.5 |  30M|  56 |   - |1893 |8862 |1893 |1708 |9479 |  62k|1701 | 0.000000e+00 | 2.700000e+01 |    Inf 
114.30/114.40	o 20
114.30/114.40	c * 114s| 49945 |  1042 |526576 |  10.5 |  25M|  56 |   - |1893 |7656 |1893 |1719 |9536 |  62k|1731 | 0.000000e+00 | 2.000000e+01 |    Inf 
114.49/114.53	c   115s| 50000 |  1041 |527318 |  10.5 |  25M|  56 |  16 |1893 |7208 |1893 |1710 |9548 |  62k|1736 | 0.000000e+00 | 2.000000e+01 |    Inf 
133.39/133.47	c   133s| 60000 |  1170 |643596 |  10.7 |  27M|  56 |  19 |1893 |9444 |1893 |1703 |  11k|  76k|1918 | 0.000000e+00 | 2.000000e+01 |    Inf 
152.69/152.79	c   153s| 70000 |  1253 |760211 |  10.9 |  29M|  56 |  13 |1893 |  11k|1893 |1703 |  13k|  89k|2208 | 0.000000e+00 | 2.000000e+01 |    Inf 
172.70/172.71	c   173s| 80000 |  1186 |877595 |  11.0 |  30M|  56 |  26 |1893 |  14k|1893 |1708 |  14k| 102k|2454 | 0.000000e+00 | 2.000000e+01 |    Inf 
193.19/193.24	c   193s| 90000 |  1012 |998335 |  11.1 |  29M|  56 |  10 |1893 |  11k|1893 |1703 |  15k| 115k|2783 | 0.000000e+00 | 2.000000e+01 |    Inf 
212.21/212.21	c   212s|100000 |  1009 |  1107k|  11.1 |  31M|  56 |   - |1893 |  15k|1893 |1720 |  17k| 128k|2993 | 0.000000e+00 | 2.000000e+01 |    Inf 
235.50/235.53	c   236s|110000 |  1036 |  1254k|  11.4 |  33M|  56 |   - |1893 |  20k|1893 |1720 |  18k| 141k|3179 | 0.000000e+00 | 2.000000e+01 |    Inf 
256.99/257.08	c   257s|120000 |  1017 |  1371k|  11.4 |  33M|  56 |   - |1893 |  19k|1893 |1712 |  19k| 154k|3455 | 0.000000e+00 | 2.000000e+01 |    Inf 
267.80/267.83	o 19
267.80/267.83	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
267.80/267.83	c * 268s|125168 |  1023 |  1428k|  11.4 |  33M|  56 |   - |1893 |  18k|1893 |1703 |  20k| 161k|3556 | 0.000000e+00 | 1.900000e+01 |    Inf 
277.00/277.04	c   277s|130000 |  1133 |  1475k|  11.3 |  33M|  56 |   - |1893 |  17k|   0 |   0 |  21k| 167k|3663 | 0.000000e+00 | 1.900000e+01 |    Inf 
280.80/280.81	o 5
280.80/280.81	c * 281s|132010 |   469 |  1496k|  11.3 |  24M|  56 |   - |1893 |  18k|1893 |1706 |  21k| 170k|3663 | 0.000000e+00 | 5.000000e+00 |    Inf 
295.81/295.81	c   296s|140000 |   515 |  1581k|  11.3 |  25M|  56 |   - |1893 |  18k|   0 |   0 |  22k| 180k|3769 | 0.000000e+00 | 5.000000e+00 |    Inf 
315.60/315.60	c   316s|150000 |   591 |  1688k|  11.3 |  27M|  56 |   - |1893 |  20k|1893 |1707 |  24k| 193k|3982 | 0.000000e+00 | 5.000000e+00 |    Inf 
334.20/334.26	c   334s|160000 |   723 |  1785k|  11.2 |  28M|  56 |  16 |1893 |  22k|1893 |1703 |  25k| 205k|4074 | 0.000000e+00 | 5.000000e+00 |    Inf 
353.60/353.64	c   354s|170000 |   722 |  1879k|  11.1 |  29M|  56 |  19 |1893 |  23k|1893 |1703 |  27k| 218k|4169 | 0.000000e+00 | 5.000000e+00 |    Inf 
374.10/374.16	c   374s|180000 |   751 |  1986k|  11.0 |  31M|  56 |  19 |1893 |  25k|1893 |1703 |  29k| 231k|4347 | 0.000000e+00 | 5.000000e+00 |    Inf 
394.70/394.74	c   395s|190000 |   716 |  2099k|  11.1 |  31M|  56 |   1 |1893 |  26k|1893 |1703 |  31k| 244k|4479 | 0.000000e+00 | 5.000000e+00 |    Inf 
415.71/415.72	c   416s|200000 |   763 |  2212k|  11.1 |  33M|  56 |  15 |1893 |  31k|1893 |1703 |  33k| 258k|4606 | 0.000000e+00 | 5.000000e+00 |    Inf 
437.30/437.35	c   437s|210000 |   741 |  2321k|  11.1 |  33M|  57 |  24 |1893 |  30k|1893 |1703 |  35k| 271k|4783 | 0.000000e+00 | 5.000000e+00 |    Inf 
458.90/458.93	c   459s|220000 |   718 |  2425k|  11.0 |  34M|  57 |   - |1893 |  32k|   0 |   0 |  37k| 284k|4903 | 0.000000e+00 | 5.000000e+00 |    Inf 
480.20/480.29	c   480s|230000 |   728 |  2529k|  11.0 |  34M|  57 |  24 |1893 |  31k|1893 |1709 |  38k| 297k|5023 | 0.000000e+00 | 5.000000e+00 |    Inf 
502.80/502.88	c   503s|240000 |   688 |  2649k|  11.0 |  35M|  57 |  24 |1893 |  33k|1893 |1703 |  40k| 311k|5139 | 0.000000e+00 | 5.000000e+00 |    Inf 
523.90/523.95	c   524s|250000 |   720 |  2747k|  11.0 |  36M|  57 |   - |1893 |  35k|1893 |1703 |  41k| 324k|5260 | 0.000000e+00 | 5.000000e+00 |    Inf 
544.81/544.85	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
544.81/544.85	c   545s|260000 |   882 |  2834k|  10.9 |  38M|  57 |  18 |1893 |  38k|1893 |1707 |  42k| 337k|5347 | 0.000000e+00 | 5.000000e+00 |    Inf 
567.21/567.23	c   567s|270000 |   869 |  2925k|  10.8 |  38M|  60 |  15 |1893 |  37k|1893 |1703 |  44k| 351k|5451 | 0.000000e+00 | 5.000000e+00 |    Inf 
590.10/590.17	c   590s|280000 |   976 |  3020k|  10.8 |  39M|  60 |  23 |1893 |  39k|1893 |1713 |  45k| 365k|5548 | 0.000000e+00 | 5.000000e+00 |    Inf 
613.01/613.02	c   613s|290000 |   935 |  3119k|  10.8 |  40M|  61 |  20 |1893 |  40k|1893 |1703 |  46k| 379k|5629 | 0.000000e+00 | 5.000000e+00 |    Inf 
635.71/635.74	c   636s|300000 |   978 |  3208k|  10.7 |  41M|  61 |  16 |1893 |  43k|1893 |1711 |  47k| 392k|5718 | 0.000000e+00 | 5.000000e+00 |    Inf 
660.01/660.05	c   660s|310000 |   860 |  3305k|  10.7 |  39M|  61 |   - |1893 |  36k|   0 |   0 |  49k| 406k|5836 | 0.000000e+00 | 5.000000e+00 |    Inf 
682.71/682.80	c   683s|320000 |   824 |  3403k|  10.6 |  38M|  61 |   - |1893 |  35k|   0 |   0 |  51k| 419k|5960 | 0.000000e+00 | 5.000000e+00 |    Inf 
706.11/706.18	c   706s|330000 |   839 |  3495k|  10.6 |  40M|  61 |  23 |1893 |  39k|1893 |1712 |  53k| 431k|6070 | 0.000000e+00 | 5.000000e+00 |    Inf 
731.71/731.77	c   732s|340000 |   907 |  3604k|  10.6 |  42M|  61 |  12 |1893 |  42k|1893 |1703 |  55k| 444k|6148 | 0.000000e+00 | 5.000000e+00 |    Inf 
757.91/757.96	c   758s|350000 |   963 |  3710k|  10.6 |  42M|  61 |   - |1893 |  43k|1893 |1712 |  58k| 457k|6234 | 0.000000e+00 | 5.000000e+00 |    Inf 
783.71/783.79	c   784s|360000 |   991 |  3815k|  10.6 |  44M|  61 |   - |1893 |  45k|   0 |   0 |  60k| 470k|6343 | 0.000000e+00 | 5.000000e+00 |    Inf 
801.82/801.83	o 4
801.82/801.83	c * 802s|366651 |   943 |  3889k|  10.6 |  44M|  61 |   - |1893 |  46k|1893 |1725 |  62k| 478k|6421 | 0.000000e+00 | 4.000000e+00 |    Inf 
810.51/810.53	c   811s|370000 |   952 |  3927k|  10.6 |  42M|  61 |   9 |1893 |  42k|1893 |1703 |  63k| 482k|6421 | 0.000000e+00 | 4.000000e+00 |    Inf 
837.71/837.75	c   838s|380000 |   990 |  4044k|  10.6 |  44M|  61 |  15 |1893 |  46k|1893 |1714 |  65k| 496k|6525 | 0.000000e+00 | 4.000000e+00 |    Inf 
865.22/865.20	c   865s|390000 |   934 |  4161k|  10.7 |  43M|  61 |  12 |1893 |  42k|1893 |1710 |  67k| 509k|6632 | 0.000000e+00 | 4.000000e+00 |    Inf 
890.42/890.46	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
890.42/890.46	c   890s|400000 |   935 |  4269k|  10.7 |  43M|  61 |  15 |1893 |  43k|1893 |1703 |  68k| 522k|6720 | 0.000000e+00 | 4.000000e+00 |    Inf 
915.32/915.35	c   915s|410000 |   963 |  4370k|  10.7 |  45M|  61 |   - |1893 |  47k|1893 |1720 |  70k| 535k|6793 | 0.000000e+00 | 4.000000e+00 |    Inf 
942.22/942.26	c   942s|420000 |  1007 |  4482k|  10.7 |  47M|  61 |  14 |1893 |  52k|1893 |1719 |  72k| 548k|6893 | 0.000000e+00 | 4.000000e+00 |    Inf 
971.01/971.07	c   971s|430000 |   999 |  4604k|  10.7 |  47M|  61 |   - |1893 |  52k|   0 |   0 |  73k| 561k|6997 | 0.000000e+00 | 4.000000e+00 |    Inf 
1000.32/1000.36	c  1000s|440000 |   973 |  4726k|  10.7 |  47M|  61 |   - |1893 |  52k|   0 |   0 |  74k| 574k|7090 | 0.000000e+00 | 4.000000e+00 |    Inf 
1031.41/1031.44	c  1031s|450000 |   959 |  4855k|  10.8 |  48M|  61 |   1 |1893 |  55k|1893 |1712 |  76k| 588k|7164 | 0.000000e+00 | 4.000000e+00 |    Inf 
1061.62/1061.60	c  1062s|460000 |   985 |  4977k|  10.8 |  47M|  61 |   - |1893 |  51k|   0 |   0 |  78k| 601k|7289 | 0.000000e+00 | 4.000000e+00 |    Inf 
1088.12/1088.10	c  1088s|470000 |   994 |  5074k|  10.8 |  48M|  61 |   - |1893 |  53k|   0 |   0 |  79k| 613k|7358 | 0.000000e+00 | 4.000000e+00 |    Inf 
1116.02/1116.01	c  1116s|480000 |  1139 |  5171k|  10.8 |  48M|  61 |  26 |1893 |  52k|1893 |1714 |  81k| 626k|7407 | 0.000000e+00 | 4.000000e+00 |    Inf 
1144.82/1144.82	c  1145s|490000 |  1144 |  5269k|  10.8 |  49M|  61 |  22 |1893 |  53k|1893 |1703 |  82k| 639k|7470 | 0.000000e+00 | 4.000000e+00 |    Inf 
1173.12/1173.14	c  1173s|500000 |  1254 |  5366k|  10.7 |  51M|  61 |   1 |1893 |  56k|1893 |1719 |  84k| 652k|7526 | 0.000000e+00 | 4.000000e+00 |    Inf 
1202.92/1202.99	c  1203s|510000 |  1262 |  5471k|  10.7 |  51M|  61 |   - |1893 |  54k|   0 |   0 |  86k| 666k|7596 | 0.000000e+00 | 4.000000e+00 |    Inf 
1231.22/1231.26	c  1231s|520000 |  1337 |  5569k|  10.7 |  53M|  61 |   - |1893 |  57k|1893 |1703 |  87k| 679k|7639 | 0.000000e+00 | 4.000000e+00 |    Inf 
1260.83/1260.82	c  1261s|530000 |  1328 |  5669k|  10.7 |  53M|  65 |   - |1893 |  57k|   0 |   0 |  89k| 693k|7687 | 0.000000e+00 | 4.000000e+00 |    Inf 
1289.02/1289.04	c  1289s|540000 |  1234 |  5766k|  10.7 |  52M|  65 |   - |1893 |  56k|   0 |   0 |  91k| 707k|7728 | 0.000000e+00 | 4.000000e+00 |    Inf 
1316.73/1316.72	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1316.73/1316.72	c  1317s|550000 |  1290 |  5872k|  10.7 |  53M|  65 |  21 |1893 |  56k|1893 |1703 |  93k| 720k|7823 | 0.000000e+00 | 4.000000e+00 |    Inf 
1345.42/1345.49	c  1345s|560000 |  1284 |  5978k|  10.7 |  53M|  65 |   - |1893 |  55k|   0 |   0 |  94k| 734k|7903 | 0.000000e+00 | 4.000000e+00 |    Inf 
1376.63/1376.63	c  1377s|570000 |  1320 |  6087k|  10.7 |  53M|  65 |  15 |1893 |  56k|1893 |1722 |  96k| 747k|7993 | 0.000000e+00 | 4.000000e+00 |    Inf 
1407.23/1407.27	c  1407s|580000 |  1389 |  6210k|  10.7 |  55M|  65 |  25 |1893 |  58k|1893 |1718 |  97k| 760k|8056 | 0.000000e+00 | 4.000000e+00 |    Inf 
1438.84/1438.83	c  1439s|590000 |  1431 |  6320k|  10.7 |  56M|  65 |  15 |1893 |  59k|1893 |1703 |  98k| 774k|8123 | 0.000000e+00 | 4.000000e+00 |    Inf 
1459.93/1459.98	o 3
1459.93/1459.98	c *1460s|597357 |  1435 |  6396k|  10.7 |  57M|  65 |   - |1893 |  63k|1893 |1712 | 100k| 784k|8167 | 0.000000e+00 | 3.000000e+00 |    Inf 
1468.33/1468.35	c  1468s|600000 |  1426 |  6423k|  10.7 |  56M|  65 |  19 |1893 |  60k|1893 |1712 | 101k| 788k|8198 | 0.000000e+00 | 3.000000e+00 |    Inf 
1497.23/1497.30	c  1497s|610000 |  1487 |  6524k|  10.7 |  57M|  65 |  12 |1893 |  61k|1893 |1703 | 102k| 801k|8256 | 0.000000e+00 | 3.000000e+00 |    Inf 
1528.03/1528.00	c  1528s|620000 |  1416 |  6632k|  10.7 |  56M|  65 |   - |1893 |  60k|1893 |1703 | 104k| 815k|8303 | 0.000000e+00 | 3.000000e+00 |    Inf 
1559.13/1559.19	c  1559s|630000 |  1418 |  6738k|  10.7 |  56M|  65 |  23 |1893 |  57k|1893 |1703 | 105k| 828k|8387 | 0.000000e+00 | 3.000000e+00 |    Inf 
1589.64/1589.60	c  1590s|640000 |  1443 |  6841k|  10.7 |  56M|  65 |  15 |1893 |  59k|1893 |1703 | 107k| 842k|8458 | 0.000000e+00 | 3.000000e+00 |    Inf 
1619.04/1619.00	c  1619s|650000 |  1482 |  6935k|  10.7 |  59M|  65 |  15 |1893 |  65k|1893 |1703 | 108k| 856k|8525 | 0.000000e+00 | 3.000000e+00 |    Inf 
1648.94/1648.94	c  1649s|660000 |  1506 |  7034k|  10.7 |  60M|  65 |   - |1893 |  67k|   0 |   0 | 109k| 869k|8557 | 0.000000e+00 | 3.000000e+00 |    Inf 
1680.94/1680.92	c  1681s|670000 |  1556 |  7142k|  10.7 |  62M|  65 |  31 |1893 |  71k|1893 |1712 | 110k| 882k|8615 | 0.000000e+00 | 3.000000e+00 |    Inf 
1713.23/1713.26	c  1713s|680000 |  1582 |  7253k|  10.7 |  63M|  65 |  18 |1893 |  72k|1893 |1703 | 112k| 896k|8680 | 0.000000e+00 | 3.000000e+00 |    Inf 
1746.84/1746.85	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1746.84/1746.85	c  1747s|690000 |  1583 |  7363k|  10.7 |  63M|  65 |   - |1893 |  72k|   0 |   0 | 113k| 910k|8751 | 0.000000e+00 | 3.000000e+00 |    Inf 
1781.14/1781.13	c  1781s|700000 |  1591 |  7480k|  10.7 |  62M|  65 |  12 |1893 |  67k|1893 |1703 | 114k| 923k|8816 | 0.000000e+00 | 3.000000e+00 |    Inf 
1790.04/1790.00	c 
1790.04/1790.00	c SCIP Status        : solving was interrupted [time limit reached]
1790.04/1790.00	c Solving Time (sec) : 1789.98
1790.04/1790.00	c Solving Nodes      : 702550
1790.04/1790.00	c Primal Bound       : +3.00000000000000e+00 (88 solutions)
1790.04/1790.00	c Dual Bound         : +0.00000000000000e+00
1790.04/1790.00	c Gap                : infinite
1790.04/1790.01	s SATISFIABLE
1790.04/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.04/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.04/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.04/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.04/1790.01	v -x146 -x145 -x144 -x143 x142 -x141 -x140 -x139 -x138 -x137 -x136 -x135 -x134 -x133 -x132 -x131 -x130 -x129 x128 -x127 -x126 -x125 
1790.04/1790.01	v -x124 -x123 -x122 -x121 -x120 -x119 -x118 x117 -x116 -x115 -x114 -x113 -x112 -x111 -x110 -x109 -x108 -x107 -x106 -x105 -x104 
1790.04/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.04/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.04/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.04/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.04/1790.01	v -x1 
1790.04/1790.01	c SCIP Status        : solving was interrupted [time limit reached]
1790.04/1790.01	c Solving Time       :    1789.98
1790.04/1790.01	c Original Problem   :
1790.04/1790.01	c   Problem name     : HOME/instance-2705547-1278572955.wbo
1790.04/1790.01	c   Variables        : 2031 (1131 binary, 0 integer, 900 implicit integer, 0 continuous)
1790.04/1790.01	c   Constraints      : 3608 initial, 3608 maximal
1790.04/1790.01	c Presolved Problem  :
1790.04/1790.01	c   Problem name     : t_HOME/instance-2705547-1278572955.wbo
1790.04/1790.01	c   Variables        : 1893 (1062 binary, 0 integer, 831 implicit integer, 0 continuous)
1790.04/1790.01	c   Constraints      : 3329 initial, 73588 maximal
1790.04/1790.01	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1790.04/1790.01	c   trivial          :       0.00         69          0          0          0          0          0          0          0
1790.04/1790.01	c   dualfix          :       0.00         69          0          0          0          0          0          0          0
1790.04/1790.01	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1790.04/1790.01	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1790.04/1790.01	c   implics          :       0.00          0          0          0          0          0          0          0          0
1790.04/1790.01	c   probing          :       0.03          0          0          0          0          0          0          0          0
1790.04/1790.01	c   setppc           :       0.00          0          0          0          0          0          5          0          0
1790.04/1790.01	c   linear           :       0.05          0          0          0        916          0        205        143          0
1790.04/1790.01	c   indicator        :       0.00          0          0          0          0          0         69          0          0
1790.04/1790.01	c   logicor          :       0.01          0          0          0          0          0          0          0          0
1790.04/1790.01	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0
1790.04/1790.01	c   root node        :          -       1628          -          -       1628          -          -          -          -
1790.04/1790.01	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1790.04/1790.01	c   integral         :          0          0          0     397070          0        250       2449          0          0     749330
1790.04/1790.01	c   setppc           :         44          6    3234336      20135          1      52370    2450973          0          0          0
1790.04/1790.01	c   linear           :        831          6    3183054      20174          1     103034   11366029     114783          0          0
1790.04/1790.01	c   indicator        :        831          0    3073202      20120          1        408    1057440          0          0          0
1790.04/1790.01	c   logicor          :       1623+         6    1546518       1170          1     109107    5617090          0          0          0
1790.04/1790.01	c   bounddisjunction :          0+         0     239164          0          0         24        282          0          0          0
1790.04/1790.01	c   countsols        :          0          0          0       1170          1          0          0          0          0          0
1790.04/1790.01	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1790.04/1790.01	c   integral         :      34.97       0.00       0.00      34.97       0.00
1790.04/1790.01	c   setppc           :      17.28       0.00      17.27       0.02       0.00
1790.04/1790.01	c   linear           :      66.41       0.00      65.83       0.58       0.00
1790.04/1790.01	c   indicator        :       8.53       0.01       8.27       0.25       0.00
1790.04/1790.01	c   logicor          :     379.88       0.00     379.87       0.01       0.00
1790.04/1790.01	c   bounddisjunction :       0.72       0.00       0.72       0.00       0.00
1790.04/1790.01	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1790.04/1790.01	c Propagators        :       Time      Calls    Cutoffs    DomReds
1790.04/1790.01	c   vbounds          :       0.53      13868          0        149
1790.04/1790.01	c   rootredcost      :       0.50         29          0        814
1790.04/1790.01	c   pseudoobj        :      42.44    3238192       2847    1170825
1790.04/1790.01	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1790.04/1790.01	c   propagation      :      11.82     267382     266911    1607781       26.2       6503       24.7          -
1790.04/1790.01	c   infeasible LP    :      18.58     103116     103113     797651       44.7        868       16.4          0
1790.04/1790.01	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1790.04/1790.01	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1790.04/1790.01	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1790.04/1790.01	c   applied globally :          -          -          -     927192       27.0          -          -          -
1790.04/1790.01	c   applied locally  :          -          -          -          0        0.0          -          -          -
1790.04/1790.01	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1790.04/1790.01	c   cut pool         :       0.00          5          -          -        105          -    (maximal pool size: 557)
1790.04/1790.01	c   redcost          :      13.46     398893          0      19001          0          0
1790.04/1790.01	c   impliedbounds    :       0.00          6          0          0          0          0
1790.04/1790.01	c   intobj           :       0.00          0          0          0          0          0
1790.04/1790.01	c   cgmip            :       0.00          0          0          0          0          0
1790.04/1790.01	c   gomory           :       0.25          6          0          0        708          0
1790.04/1790.01	c   strongcg         :       0.22          6          0          0       2122          0
1790.04/1790.01	c   cmir             :       0.02          6          0          0          0          0
1790.04/1790.01	c   flowcover        :       0.05          6          0          0          0          0
1790.04/1790.01	c   clique           :       0.00          6          0          0          0          0
1790.04/1790.01	c   zerohalf         :       0.00          0          0          0          0          0
1790.04/1790.01	c   mcf              :       0.00          1          0          0          0          0
1790.04/1790.01	c   rapidlearning    :       0.05          1          0          0          0          0
1790.04/1790.01	c Pricers            :       Time      Calls       Vars
1790.04/1790.01	c   problem variables:       0.00          0          0
1790.04/1790.01	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1790.04/1790.01	c   relpscost        :      34.61     376877        250       2449          0          0     749330
1790.04/1790.01	c   pscost           :       0.00          0          0          0          0          0          0
1790.04/1790.01	c   inference        :       0.13       1145          0          0          0          0       2367
1790.04/1790.01	c   mostinf          :       0.00          0          0          0          0          0          0
1790.04/1790.01	c   leastinf         :       0.00          0          0          0          0          0          0
1790.04/1790.01	c   fullstrong       :       0.00          0          0          0          0          0          0
1790.04/1790.01	c   allfullstrong    :       0.00          0          0          0          0          0          0
1790.04/1790.01	c   random           :       0.00          0          0          0          0          0          0
1790.04/1790.01	c Primal Heuristics  :       Time      Calls      Found
1790.04/1790.01	c   LP solutions     :       0.02          -         26
1790.04/1790.01	c   pseudo solutions :       0.00          -          0
1790.04/1790.01	c   intshifting      :       0.01          0          0
1790.04/1790.01	c   feaspump         :       0.02          1          0
1790.04/1790.01	c   oneopt           :       0.30         27          0
1790.04/1790.01	c   linesearchdiving :       0.28        111          1
1790.04/1790.01	c   guideddiving     :       0.38        111          0
1790.04/1790.01	c   veclendiving     :       0.28        111          0
1790.04/1790.01	c   coefdiving       :       0.30        111          0
1790.04/1790.01	c   rootsoldiving    :       0.51         56          0
1790.04/1790.01	c   fracdiving       :       0.42        112          1
1790.04/1790.01	c   pscostdiving     :       0.29        112          0
1790.04/1790.01	c   objpscostdiving  :       0.32         57          0
1790.04/1790.01	c   trivial          :       0.00          2          0
1790.04/1790.01	c   simplerounding   :       0.55     376933          0
1790.04/1790.01	c   zirounding       :       0.25       1000          0
1790.04/1790.01	c   rounding         :       0.78       8575          0
1790.04/1790.01	c   shifting         :       0.76       2725          0
1790.04/1790.01	c   twoopt           :       0.00          0          0
1790.04/1790.01	c   fixandinfer      :       0.00          0          0
1790.04/1790.01	c   intdiving        :       0.00          0          0
1790.04/1790.01	c   actconsdiving    :       0.00          0          0
1790.04/1790.01	c   octane           :       0.00          0          0
1790.04/1790.01	c   rens             :       0.03          1          0
1790.04/1790.01	c   rins             :       0.00          0          0
1790.04/1790.01	c   localbranching   :       0.00          0          0
1790.04/1790.01	c   mutation         :       0.00          0          0
1790.04/1790.01	c   crossover        :       0.58         13          0
1790.04/1790.01	c   dins             :       0.00          0          0
1790.04/1790.01	c   undercover       :       0.00          0          0
1790.04/1790.01	c   nlp              :       0.12          0          0
1790.04/1790.01	c   trysol           :       0.20        103         60
1790.04/1790.01	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1790.04/1790.01	c   primal LP        :       0.00          0          0       0.00          -
1790.04/1790.01	c   dual LP          :     746.30     497215    7500687      15.09   10050.44
1790.04/1790.01	c   lex dual LP      :       0.00          0          0       0.00          -
1790.04/1790.01	c   barrier LP       :       0.00          0          0       0.00          -
1790.04/1790.01	c   diving/probing LP:       1.80       1226      11502       9.38    6400.54
1790.04/1790.01	c   strong branching :      31.02       8817     292455      33.17    9428.43
1790.04/1790.01	c     (at root node) :          -         15       6085     405.67          -
1790.04/1790.01	c   conflict analysis:       0.00          0          0       0.00          -
1790.04/1790.01	c B&B Tree           :
1790.04/1790.01	c   number of runs   :          1
1790.04/1790.01	c   nodes            :     702550
1790.04/1790.01	c   nodes (total)    :     702550
1790.04/1790.01	c   nodes left       :       1579
1790.04/1790.01	c   max depth        :         67
1790.04/1790.01	c   max depth (total):         67
1790.04/1790.01	c   backtracks       :      90422 (12.9%)
1790.04/1790.01	c   delayed cutoffs  :      45048
1790.04/1790.01	c   repropagations   :    1274955 (3686325 domain reductions, 43185 cutoffs)
1790.04/1790.01	c   avg switch length:       5.04
1790.04/1790.01	c   switching time   :     263.83
1790.04/1790.01	c Solution           :
1790.04/1790.01	c   Solutions found  :         88 (29 improvements)
1790.04/1790.01	c   First Solution   : +4.24880000000000e+04   (in run 1, after 28 nodes, 7.47 seconds, depth 14, found by <trysol>)
1790.04/1790.01	c   Primal Bound     : +3.00000000000000e+00   (in run 1, after 597357 nodes, 1459.96 seconds, depth 49, found by <relaxation>)
1790.04/1790.01	c   Dual Bound       : +0.00000000000000e+00
1790.04/1790.01	c   Gap              :   infinite
1790.04/1790.01	c   Root Dual Bound  : +0.00000000000000e+00
1790.04/1790.01	c   Root Iterations  :        265
1790.14/1790.12	c Time complete: 1790.16.

Verifier Data

OK	3

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2705547-1278572955/watcher-2705547-1278572955 -o /tmp/evaluation-result-2705547-1278572955/solver-2705547-1278572955 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2705547-1278572955.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: 0.13 0.06 0.01 4/182 21428
/proc/meminfo: memFree=30025392/32951124 swapFree=67111528/67111528
[pid=21428] ppid=21426 vsize=12548 CPUtime=0
/proc/21428/stat : 21428 (pbscip.linux.x8) R 21426 21428 21211 0 -1 4202496 1981 0 0 0 0 0 0 0 23 0 1 0 25508844 12849152 1899 4089446400 4194304 10345943 140736049508896 18446744073709551615 9107500 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/21428/statm: 3137 1899 429 1502 0 1630 0

[startup+0.083858 s]
/proc/loadavg: 0.13 0.06 0.01 4/182 21428
/proc/meminfo: memFree=30025392/32951124 swapFree=67111528/67111528
[pid=21428] ppid=21426 vsize=27500 CPUtime=0.07
/proc/21428/stat : 21428 (pbscip.linux.x8) R 21426 21428 21211 0 -1 4202496 5918 0 0 0 7 0 0 0 23 0 1 0 25508844 28160000 5482 4089446400 4194304 10345943 140736049508896 18446744073709551615 4731842 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21428/statm: 6875 5482 547 1502 0 5368 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 27500

[startup+0.100853 s]
/proc/loadavg: 0.13 0.06 0.01 4/182 21428
/proc/meminfo: memFree=30025392/32951124 swapFree=67111528/67111528
[pid=21428] ppid=21426 vsize=27500 CPUtime=0.09
/proc/21428/stat : 21428 (pbscip.linux.x8) R 21426 21428 21211 0 -1 4202496 5924 0 0 0 9 0 0 0 23 0 1 0 25508844 28160000 5488 4089446400 4194304 10345943 140736049508896 18446744073709551615 5093501 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21428/statm: 6875 5488 553 1502 0 5368 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 27500

[startup+0.300819 s]
/proc/loadavg: 0.13 0.06 0.01 4/182 21428
/proc/meminfo: memFree=30025392/32951124 swapFree=67111528/67111528
[pid=21428] ppid=21426 vsize=36684 CPUtime=0.29
/proc/21428/stat : 21428 (pbscip.linux.x8) R 21426 21428 21211 0 -1 4202496 11923 0 0 0 28 1 0 0 23 0 1 0 25508844 37564416 7673 4089446400 4194304 10345943 140736049508896 18446744073709551615 6106919 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21428/statm: 9171 7673 747 1502 0 7664 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 36684

[startup+0.700747 s]
/proc/loadavg: 0.13 0.06 0.01 4/182 21428
/proc/meminfo: memFree=30025392/32951124 swapFree=67111528/67111528
[pid=21428] ppid=21426 vsize=43100 CPUtime=0.69
/proc/21428/stat : 21428 (pbscip.linux.x8) R 21426 21428 21211 0 -1 4202496 13353 0 0 0 67 2 0 0 25 0 1 0 25508844 44134400 9103 4089446400 4194304 10345943 140736049508896 18446744073709551615 4270458 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21428/statm: 10775 9103 750 1502 0 9268 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 43100

[startup+1.50061 s]
/proc/loadavg: 0.13 0.06 0.01 3/183 21429
/proc/meminfo: memFree=29988956/32951124 swapFree=67111528/67111528
[pid=21428] ppid=21426 vsize=47060 CPUtime=1.49
/proc/21428/stat : 21428 (pbscip.linux.x8) R 21426 21428 21211 0 -1 4202496 17773 0 0 0 146 3 0 0 25 0 1 0 25508844 48189440 9655 4089446400 4194304 10345943 140736049508896 18446744073709551615 7569974 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21428/statm: 11765 9655 778 1502 0 10258 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 47060

[startup+3.10032 s]
/proc/loadavg: 0.28 0.10 0.02 3/183 21429
/proc/meminfo: memFree=29987840/32951124 swapFree=67111528/67111528
[pid=21428] ppid=21426 vsize=47048 CPUtime=3.09
/proc/21428/stat : 21428 (pbscip.linux.x8) R 21426 21428 21211 0 -1 4202496 19068 0 0 0 306 3 0 0 25 0 1 0 25508844 48177152 9759 4089446400 4194304 10345943 140736049508896 18446744073709551615 7569963 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21428/statm: 11762 9759 779 1502 0 10255 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 47048

[startup+6.30075 s]
/proc/loadavg: 0.28 0.10 0.02 3/183 21429
/proc/meminfo: memFree=29987660/32951124 swapFree=67111528/67111528
[pid=21428] ppid=21426 vsize=47208 CPUtime=6.3
/proc/21428/stat : 21428 (pbscip.linux.x8) R 21426 21428 21211 0 -1 4202496 23320 0 0 0 624 6 0 0 25 0 1 0 25508844 48340992 9750 4089446400 4194304 10345943 140736049508896 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21428/statm: 11802 9750 780 1502 0 10295 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 47208

[startup+12.7007 s]
/proc/loadavg: 0.55 0.16 0.04 3/183 21429
/proc/meminfo: memFree=29982948/32951124 swapFree=67111528/67111528
[pid=21428] ppid=21426 vsize=46720 CPUtime=12.69
/proc/21428/stat : 21428 (pbscip.linux.x8) R 21426 21428 21211 0 -1 4202496 29223 0 0 0 1260 9 0 0 25 0 1 0 25508844 47841280 9722 4089446400 4194304 10345943 140736049508896 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21428/statm: 11680 9722 781 1502 0 10173 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 46720

[startup+25.5003 s]
/proc/loadavg: 0.77 0.22 0.06 3/183 21429
/proc/meminfo: memFree=29968964/32951124 swapFree=67111528/67111528
[pid=21428] ppid=21426 vsize=58008 CPUtime=25.49
/proc/21428/stat : 21428 (pbscip.linux.x8) R 21426 21428 21211 0 -1 4202496 49628 0 0 0 2531 18 0 0 25 0 1 0 25508844 59400192 13009 4089446400 4194304 10345943 140736049508896 18446744073709551615 6518604 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21428/statm: 14502 13009 805 1502 0 12995 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 58008

[startup+51.1008 s]
/proc/loadavg: 1.19 0.36 0.11 3/183 21430
/proc/meminfo: memFree=29940204/32951124 swapFree=67111528/67111528
[pid=21428] ppid=21426 vsize=77512 CPUtime=51.09
/proc/21428/stat : 21428 (pbscip.linux.x8) R 21426 21428 21211 0 -1 4202496 68931 0 0 0 5076 33 0 0 25 0 1 0 25508844 79372288 16984 4089446400 4194304 10345943 140736049508896 18446744073709551615 6871528 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21428/statm: 19378 16984 805 1502 0 17871 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 77512

[startup+102.307 s]
/proc/loadavg: 1.67 0.63 0.22 3/183 21431
/proc/meminfo: memFree=29905308/32951124 swapFree=67111528/67111528
[pid=21428] ppid=21426 vsize=96456 CPUtime=102.3
/proc/21428/stat : 21428 (pbscip.linux.x8) R 21426 21428 21211 0 -1 4202496 78299 0 0 0 10179 51 0 0 25 0 1 0 25508844 98770944 21912 4089446400 4194304 10345943 140736049508896 18446744073709551615 5085356 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21428/statm: 24114 21912 805 1502 0 22607 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 96456

[startup+162.301 s]
/proc/loadavg: 1.88 0.88 0.32 3/183 21433
/proc/meminfo: memFree=29888772/32951124 swapFree=67111528/67111528
[pid=21428] ppid=21426 vsize=104220 CPUtime=162.29
/proc/21428/stat : 21428 (pbscip.linux.x8) R 21426 21428 21211 0 -1 4202496 117980 0 0 0 16146 83 0 0 25 0 1 0 25508844 106721280 23461 4089446400 4194304 10345943 140736049508896 18446744073709551615 6323610 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21428/statm: 26055 23461 805 1502 0 24548 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 104220

[startup+222.3 s]
/proc/loadavg: 1.95 1.08 0.43 3/183 21435
/proc/meminfo: memFree=29877816/32951124 swapFree=67111528/67111528
[pid=21428] ppid=21426 vsize=107200 CPUtime=222.3
/proc/21428/stat : 21428 (pbscip.linux.x8) R 21426 21428 21211 0 -1 4202496 140753 0 0 0 22118 112 0 0 25 0 1 0 25508844 109772800 24498 4089446400 4194304 10345943 140736049508896 18446744073709551615 5540953 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21428/statm: 26800 24498 805 1502 0 25293 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 107200

[startup+282.301 s]
/proc/loadavg: 2.02 1.26 0.53 3/183 21436
/proc/meminfo: memFree=29872936/32951124 swapFree=67111528/67111528
[pid=21428] ppid=21426 vsize=109588 CPUtime=282.3
/proc/21428/stat : 21428 (pbscip.linux.x8) R 21426 21428 21211 0 -1 4202496 162098 0 0 0 28090 140 0 0 25 0 1 0 25508844 112218112 25200 4089446400 4194304 10345943 140736049508896 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21428/statm: 27397 25200 805 1502 0 25890 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 109588

[startup+342.301 s]
/proc/loadavg: 2.09 1.41 0.62 3/183 21438
/proc/meminfo: memFree=29871276/32951124 swapFree=67111528/67111528
[pid=21428] ppid=21426 vsize=110224 CPUtime=342.3
/proc/21428/stat : 21428 (pbscip.linux.x8) R 21426 21428 21211 0 -1 4202496 181076 0 0 0 34062 168 0 0 25 0 1 0 25508844 112869376 25368 4089446400 4194304 10345943 140736049508896 18446744073709551615 4995240 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21428/statm: 27556 25368 805 1502 0 26049 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 110224

[startup+402.301 s]
/proc/loadavg: 2.03 1.51 0.71 3/183 21439
/proc/meminfo: memFree=29867148/32951124 swapFree=67111528/67111528
[pid=21428] ppid=21426 vsize=117332 CPUtime=402.3
/proc/21428/stat : 21428 (pbscip.linux.x8) R 21426 21428 21211 0 -1 4202496 186833 0 0 0 40042 188 0 0 25 0 1 0 25508844 120147968 26399 4089446400 4194304 10345943 140736049508896 18446744073709551615 5026483 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21428/statm: 29333 26399 805 1502 0 27826 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 117332

[startup+462.3 s]
/proc/loadavg: 2.06 1.61 0.79 3/183 21441
/proc/meminfo: memFree=29861904/32951124 swapFree=67111528/67111528
[pid=21428] ppid=21426 vsize=117108 CPUtime=462.31
/proc/21428/stat : 21428 (pbscip.linux.x8) R 21426 21428 21211 0 -1 4202496 196100 0 0 0 46022 209 0 0 25 0 1 0 25508844 119918592 26873 4089446400 4194304 10345943 140736049508896 18446744073709551615 6307447 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21428/statm: 29277 26873 805 1502 0 27770 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 117108

[startup+522.301 s]
/proc/loadavg: 2.02 1.68 0.86 3/183 21443
/proc/meminfo: memFree=29855780/32951124 swapFree=67111528/67111528
[pid=21428] ppid=21426 vsize=121368 CPUtime=522.3
/proc/21428/stat : 21428 (pbscip.linux.x8) R 21426 21428 21211 0 -1 4202496 206144 0 0 0 51999 231 0 0 25 0 1 0 25508844 124280832 27824 4089446400 4194304 10345943 140736049508896 18446744073709551615 5614624 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21428/statm: 30342 27824 805 1502 0 28835 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 121368

[startup+582.301 s]
/proc/loadavg: 2.00 1.74 0.93 3/183 21447
/proc/meminfo: memFree=29849380/32951124 swapFree=67111528/67111528
[pid=21428] ppid=21426 vsize=124868 CPUtime=582.31
/proc/21428/stat : 21428 (pbscip.linux.x8) R 21426 21428 21211 0 -1 4202496 214519 0 0 0 57981 250 0 0 25 0 1 0 25508844 127864832 28637 4089446400 4194304 10345943 140736049508896 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21428/statm: 31217 28637 805 1502 0 29710 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 124868

[startup+642.3 s]
/proc/loadavg: 2.00 1.78 1.00 3/183 21449
/proc/meminfo: memFree=29842104/32951124 swapFree=67111528/67111528
[pid=21428] ppid=21426 vsize=128824 CPUtime=642.31
/proc/21428/stat : 21428 (pbscip.linux.x8) R 21426 21428 21211 0 -1 4202496 219036 0 0 0 63965 266 0 0 25 0 1 0 25508844 131915776 29407 4089446400 4194304 10345943 140736049508896 18446744073709551615 5085381 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21428/statm: 32206 29407 805 1502 0 30699 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 128824

[startup+702.301 s]

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

/proc/meminfo: memFree=29824236/32951124 swapFree=67111528/67111528
[pid=21428] ppid=21426 vsize=135580 CPUtime=1002.31
/proc/21428/stat : 21428 (pbscip.linux.x8) R 21426 21428 21211 0 -1 4202496 251087 0 0 0 99859 372 0 0 25 0 1 0 25508844 138833920 31412 4089446400 4194304 10345943 140736049508896 18446744073709551615 6108031 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21428/statm: 33895 31412 805 1502 0 32388 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 135580

[startup+1062.3 s]
/proc/loadavg: 2.10 1.99 1.36 3/183 21460
/proc/meminfo: memFree=29821344/32951124 swapFree=67111528/67111528
[pid=21428] ppid=21426 vsize=138448 CPUtime=1062.32
/proc/21428/stat : 21428 (pbscip.linux.x8) R 21426 21428 21211 0 -1 4202496 255972 0 0 0 105843 389 0 0 25 0 1 0 25508844 141770752 31825 4089446400 4194304 10345943 140736049508896 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21428/statm: 34612 31825 805 1502 0 33105 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 138448

[startup+1122.3 s]
/proc/loadavg: 2.11 2.00 1.40 3/183 21462
/proc/meminfo: memFree=29819680/32951124 swapFree=67111528/67111528
[pid=21428] ppid=21426 vsize=140340 CPUtime=1122.32
/proc/21428/stat : 21428 (pbscip.linux.x8) R 21426 21428 21211 0 -1 4202496 263542 0 0 0 111826 406 0 0 25 0 1 0 25508844 143708160 32245 4089446400 4194304 10345943 140736049508896 18446744073709551615 4218186 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21428/statm: 35085 32245 805 1502 0 33578 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 140340

[startup+1182.3 s]
/proc/loadavg: 2.04 2.00 1.44 3/183 21463
/proc/meminfo: memFree=29818536/32951124 swapFree=67111528/67111528
[pid=21428] ppid=21426 vsize=140896 CPUtime=1182.32
/proc/21428/stat : 21428 (pbscip.linux.x8) R 21426 21428 21211 0 -1 4202496 263940 0 0 0 117812 420 0 0 25 0 1 0 25508844 144277504 32420 4089446400 4194304 10345943 140736049508896 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21428/statm: 35224 32420 805 1502 0 33717 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 140896

[startup+1242.3 s]
/proc/loadavg: 2.01 2.00 1.47 3/183 21465
/proc/meminfo: memFree=29815756/32951124 swapFree=67111528/67111528
[pid=21428] ppid=21426 vsize=142264 CPUtime=1242.32
/proc/21428/stat : 21428 (pbscip.linux.x8) R 21426 21428 21211 0 -1 4202496 265841 0 0 0 123798 434 0 0 25 0 1 0 25508844 145678336 33007 4089446400 4194304 10345943 140736049508896 18446744073709551615 6064895 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21428/statm: 35566 33007 805 1502 0 34059 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 142264

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 1.50 3/183 21466
/proc/meminfo: memFree=29814112/32951124 swapFree=67111528/67111528
[pid=21428] ppid=21426 vsize=143312 CPUtime=1302.33
/proc/21428/stat : 21428 (pbscip.linux.x8) R 21426 21428 21211 0 -1 4202496 269843 0 0 0 129783 450 0 0 25 0 1 0 25508844 146751488 33042 4089446400 4194304 10345943 140736049508896 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21428/statm: 35828 33042 805 1502 0 34321 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 143312

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.53 3/183 21468
/proc/meminfo: memFree=29812960/32951124 swapFree=67111528/67111528
[pid=21428] ppid=21426 vsize=143848 CPUtime=1362.33
/proc/21428/stat : 21428 (pbscip.linux.x8) R 21426 21428 21211 0 -1 4202496 273393 0 0 0 135766 467 0 0 25 0 1 0 25508844 147300352 33175 4089446400 4194304 10345943 140736049508896 18446744073709551615 6528256 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21428/statm: 35962 33175 805 1502 0 34455 0
Current children cumulated CPU time (s) 1362.33
Current children cumulated vsize (KiB) 143848

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.56 3/183 21470
/proc/meminfo: memFree=29810684/32951124 swapFree=67111528/67111528
[pid=21428] ppid=21426 vsize=144692 CPUtime=1422.33
/proc/21428/stat : 21428 (pbscip.linux.x8) R 21426 21428 21211 0 -1 4202496 278988 0 0 0 141750 483 0 0 25 0 1 0 25508844 148164608 33635 4089446400 4194304 10345943 140736049508896 18446744073709551615 5085399 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21428/statm: 36173 33635 805 1502 0 34666 0
Current children cumulated CPU time (s) 1422.33
Current children cumulated vsize (KiB) 144692

[startup+1482.3 s]
/proc/loadavg: 2.06 2.01 1.59 3/183 21471
/proc/meminfo: memFree=29806928/32951124 swapFree=67111528/67111528
[pid=21428] ppid=21426 vsize=148676 CPUtime=1482.33
/proc/21428/stat : 21428 (pbscip.linux.x8) R 21426 21428 21211 0 -1 4202496 288772 0 0 0 147735 498 0 0 25 0 1 0 25508844 152244224 34555 4089446400 4194304 10345943 140736049508896 18446744073709551615 6068933 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21428/statm: 37169 34555 805 1502 0 35662 0
Current children cumulated CPU time (s) 1482.33
Current children cumulated vsize (KiB) 148676

[startup+1542.3 s]
/proc/loadavg: 2.02 2.01 1.61 3/183 21473
/proc/meminfo: memFree=29805900/32951124 swapFree=67111528/67111528
[pid=21428] ppid=21426 vsize=149224 CPUtime=1542.33
/proc/21428/stat : 21428 (pbscip.linux.x8) R 21426 21428 21211 0 -1 4202496 291527 0 0 0 153726 507 0 0 25 0 1 0 25508844 152805376 34573 4089446400 4194304 10345943 140736049508896 18446744073709551615 5085381 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21428/statm: 37306 34573 805 1502 0 35799 0
Current children cumulated CPU time (s) 1542.33
Current children cumulated vsize (KiB) 149224

[startup+1602.3 s]
/proc/loadavg: 2.04 2.02 1.64 3/183 21474
/proc/meminfo: memFree=29805236/32951124 swapFree=67111528/67111528
[pid=21428] ppid=21426 vsize=149240 CPUtime=1602.33
/proc/21428/stat : 21428 (pbscip.linux.x8) R 21426 21428 21211 0 -1 4202496 292086 0 0 0 159711 522 0 0 25 0 1 0 25508844 152821760 34637 4089446400 4194304 10345943 140736049508896 18446744073709551615 6068889 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21428/statm: 37310 34637 805 1502 0 35803 0
Current children cumulated CPU time (s) 1602.33
Current children cumulated vsize (KiB) 149240

[startup+1662.3 s]
/proc/loadavg: 2.01 2.01 1.66 3/183 21476
/proc/meminfo: memFree=29801720/32951124 swapFree=67111528/67111528
[pid=21428] ppid=21426 vsize=152520 CPUtime=1662.34
/proc/21428/stat : 21428 (pbscip.linux.x8) R 21426 21428 21211 0 -1 4202496 296684 0 0 0 165697 537 0 0 25 0 1 0 25508844 156180480 35209 4089446400 4194304 10345943 140736049508896 18446744073709551615 6802957 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21428/statm: 38130 35209 805 1502 0 36623 0
Current children cumulated CPU time (s) 1662.34
Current children cumulated vsize (KiB) 152520

[startup+1722.3 s]
/proc/loadavg: 2.08 2.02 1.68 3/183 21478
/proc/meminfo: memFree=29798844/32951124 swapFree=67111528/67111528
[pid=21428] ppid=21426 vsize=151804 CPUtime=1722.34
/proc/21428/stat : 21428 (pbscip.linux.x8) R 21426 21428 21211 0 -1 4202496 298843 0 0 0 171682 552 0 0 25 0 1 0 25508844 155447296 35479 4089446400 4194304 10345943 140736049508896 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21428/statm: 37951 35479 805 1502 0 36444 0
Current children cumulated CPU time (s) 1722.34
Current children cumulated vsize (KiB) 151804

[startup+1782.3 s]
/proc/loadavg: 2.03 2.02 1.70 3/183 21479
/proc/meminfo: memFree=29793464/32951124 swapFree=67111528/67111528
[pid=21428] ppid=21426 vsize=154864 CPUtime=1782.33
/proc/21428/stat : 21428 (pbscip.linux.x8) R 21426 21428 21211 0 -1 4202496 303875 0 0 0 177667 566 0 0 25 0 1 0 25508844 158580736 36055 4089446400 4194304 10345943 140736049508896 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21428/statm: 38716 36055 805 1502 0 37209 0
Current children cumulated CPU time (s) 1782.33
Current children cumulated vsize (KiB) 154864

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

[startup+1785.5 s]
/proc/loadavg: 2.03 2.02 1.70 3/183 21479
/proc/meminfo: memFree=29793216/32951124 swapFree=67111528/67111528
[pid=21428] ppid=21426 vsize=154864 CPUtime=1785.54
/proc/21428/stat : 21428 (pbscip.linux.x8) R 21426 21428 21211 0 -1 4202496 303913 0 0 0 177987 567 0 0 25 0 1 0 25508844 158580736 36093 4089446400 4194304 10345943 140736049508896 18446744073709551615 4212501 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21428/statm: 38716 36093 805 1502 0 37209 0
Current children cumulated CPU time (s) 1785.54
Current children cumulated vsize (KiB) 154864

[startup+1788.7 s]
/proc/loadavg: 2.02 2.02 1.70 3/183 21479
/proc/meminfo: memFree=29792956/32951124 swapFree=67111528/67111528
[pid=21428] ppid=21426 vsize=154864 CPUtime=1788.74
/proc/21428/stat : 21428 (pbscip.linux.x8) R 21426 21428 21211 0 -1 4202496 303926 0 0 0 178306 568 0 0 25 0 1 0 25508844 158580736 36106 4089446400 4194304 10345943 140736049508896 18446744073709551615 4218227 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21428/statm: 38716 36106 805 1502 0 37209 0
Current children cumulated CPU time (s) 1788.74
Current children cumulated vsize (KiB) 154864

[startup+1789.5 s]
/proc/loadavg: 2.02 2.02 1.70 3/183 21479
/proc/meminfo: memFree=29792956/32951124 swapFree=67111528/67111528
[pid=21428] ppid=21426 vsize=155424 CPUtime=1789.54
/proc/21428/stat : 21428 (pbscip.linux.x8) R 21426 21428 21211 0 -1 4202496 303934 0 0 0 178386 568 0 0 25 0 1 0 25508844 159154176 36114 4089446400 4194304 10345943 140736049508896 18446744073709551615 5085399 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21428/statm: 38856 36114 805 1502 0 37349 0
Current children cumulated CPU time (s) 1789.54
Current children cumulated vsize (KiB) 155424

[startup+1789.9 s]
/proc/loadavg: 2.02 2.02 1.70 2/178 21496
/proc/meminfo: memFree=29944136/32951124 swapFree=67111528/67111528
[pid=21428] ppid=21426 vsize=155424 CPUtime=1789.94
/proc/21428/stat : 21428 (pbscip.linux.x8) R 21426 21428 21211 0 -1 4202496 303934 0 0 0 178426 568 0 0 25 0 1 0 25508844 159154176 36114 4089446400 4194304 10345943 140736049508896 18446744073709551615 5085381 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21428/statm: 38856 36114 805 1502 0 37349 0
Current children cumulated CPU time (s) 1789.94
Current children cumulated vsize (KiB) 155424

[startup+1790.1 s]
/proc/loadavg: 2.02 2.02 1.70 2/178 21496
/proc/meminfo: memFree=29944136/32951124 swapFree=67111528/67111528
[pid=21428] ppid=21426 vsize=155424 CPUtime=1790.14
/proc/21428/stat : 21428 (pbscip.linux.x8) R 21426 21428 21211 0 -1 4202496 304107 0 0 0 178446 568 0 0 18 0 1 0 25508844 159154176 36287 4089446400 4194304 10345943 140736049508896 18446744073709551615 4448743 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/21428/statm: 38856 36287 806 1502 0 37349 0
Current children cumulated CPU time (s) 1790.14
Current children cumulated vsize (KiB) 155424

Child status: 0
Real time (s): 1790.12
CPU time (s): 1790.17
CPU user time (s): 1784.48
CPU system time (s): 5.69213
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 159656

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1784.48
system time used= 5.69213
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 304110
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= 5
involuntary context switches= 1245

runsolver used 2.89456 second user time and 6.87995 second system time

The end

Launcher Data

Begin job on node132 at 2010-07-08 09:09:16
IDJOB=2705547
IDBENCH=78916
IDSOLVER=1214
FILE ID=node132/2705547-1278572955
PBS_JOBID= 11240190
Free space on /tmp= 73568 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.1900571761--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-2705547-1278572955/watcher-2705547-1278572955 -o /tmp/evaluation-result-2705547-1278572955/solver-2705547-1278572955 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2705547-1278572955.wbo -t 1800 -m 3800

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

MD5SUM BENCH= e6a38cb3cbe3360d46534c568351a60a
RANDOM SEED=600778192

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30025920 kB
Buffers:        145832 kB
Cached:        2507540 kB
SwapCached:          0 kB
Active:        1004916 kB
Inactive:      1760984 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30025920 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           25628 kB
Writeback:           0 kB
AnonPages:      112356 kB
Mapped:          17544 kB
Slab:            96264 kB
PageTables:       5392 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   261244 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73568 MiB
End job on node132 at 2010-07-08 09:39:06