Trace number 2693503

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.24 1800.18

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900584106--soft-33-100-0.wbo
MD5SUMdf541056d5ee75c7588bd018b6cc514e
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark10
Best CPU time to get the best result obtained on this benchmark459.357
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 constraints1857
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 93863
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 93862
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 737
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-2693503-1277907536.wbo>
0.00/0.03	c original problem has 3945 variables (2088 bin, 0 int, 0 impl, 1857 cont) and 4565 constraints
0.00/0.03	c problem read
0.00/0.03	c presolving settings loaded
0.00/0.05	c presolving:
0.00/0.06	c (round 1) 0 del vars, 1 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 1983 impls, 5 clqs
0.06/0.09	c (round 2) 0 del vars, 62 del conss, 1857 chg bounds, 50 chg sides, 0 chg coeffs, 0 upgd conss, 1983 impls, 5 clqs
0.09/0.10	c (round 3) 50 del vars, 124 del conss, 1864 chg bounds, 62 chg sides, 0 chg coeffs, 0 upgd conss, 1983 impls, 5 clqs
0.09/0.11	c (round 4) 107 del vars, 131 del conss, 1864 chg bounds, 62 chg sides, 0 chg coeffs, 834 upgd conss, 1983 impls, 5 clqs
0.09/0.12	c (round 5) 114 del vars, 131 del conss, 1864 chg bounds, 62 chg sides, 0 chg coeffs, 834 upgd conss, 1983 impls, 5 clqs
0.09/0.16	c    (0.1s) probing: 101/2031 (5.0%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.09/0.16	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.09/0.16	c presolving (6 rounds):
0.09/0.16	c  114 deleted vars, 131 deleted constraints, 1864 tightened bounds, 0 added holes, 62 changed sides, 0 changed coefficients
0.09/0.16	c  1983 implications, 5 cliques
0.09/0.16	c presolved problem has 3831 variables (2031 bin, 0 int, 0 impl, 1800 cont) and 4434 constraints
0.09/0.16	c    1800 constraints of type <indicator>
0.09/0.16	c       5 constraints of type <setppc>
0.09/0.16	c    1800 constraints of type <linear>
0.09/0.16	c     829 constraints of type <logicor>
0.09/0.16	c transformed objective value is always integral (scale: 1)
0.09/0.16	c Presolving Time: 0.10
0.09/0.16	c - non default parameters ----------------------------------------------------------------------
0.09/0.16	c # SCIP version 1.2.1.2
0.09/0.16	c 
0.09/0.16	c # frequency for displaying node information lines
0.09/0.16	c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.16	c display/freq = 10000
0.09/0.16	c 
0.09/0.16	c # maximal time in seconds to run
0.09/0.16	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.16	c limits/time = 1799.98
0.09/0.16	c 
0.09/0.16	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.16	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.16	c limits/memory = 3420
0.09/0.16	c 
0.09/0.16	c # should presolving try to simplify inequalities
0.09/0.16	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.16	c constraints/linear/simplifyinequalities = TRUE
0.09/0.16	c 
0.09/0.16	c # should presolving try to simplify knapsacks
0.09/0.16	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.16	c constraints/knapsack/simplifyinequalities = TRUE
0.09/0.16	c 
0.09/0.16	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.09/0.16	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.16	c separating/rapidlearning/freq = 0
0.09/0.16	c 
0.09/0.16	c -----------------------------------------------------------------------------------------------
0.09/0.16	c start solving
0.09/0.17	c 
0.09/0.17	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.18	c   0.1s|     1 |     0 |    12 |     - |  14M|   0 |   3 |3831 |4434 |3831 | 834 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.09/0.19	o 90731
0.09/0.19	c y 0.1s|     1 |     0 |    12 |     - |  14M|   0 |   3 |3831 |4434 |3831 | 834 |   0 |   0 |   0 | 0.000000e+00 | 9.073100e+04 |    Inf 
0.19/0.21	c   0.2s|     1 |     0 |    59 |     - |  14M|   0 |  32 |3831 |4434 |3831 | 856 |  22 |   0 |   0 | 0.000000e+00 | 9.073100e+04 |    Inf 
0.19/0.26	c   0.2s|     1 |     0 |   120 |     - |  14M|   0 |  33 |3831 |4434 |3831 | 878 |  44 |   0 |   0 | 0.000000e+00 | 9.073100e+04 |    Inf 
0.29/0.32	c   0.3s|     1 |     0 |   170 |     - |  14M|   0 |  44 |3831 |4434 |3831 | 888 |  54 |   0 |   0 | 0.000000e+00 | 9.073100e+04 |    Inf 
0.29/0.38	c   0.3s|     1 |     0 |   268 |     - |  14M|   0 |  38 |3831 |4434 |3831 | 906 |  72 |   0 |   0 | 0.000000e+00 | 9.073100e+04 |    Inf 
0.39/0.44	c   0.4s|     1 |     0 |   292 |     - |  14M|   0 |  37 |3831 |4434 |3831 | 914 |  80 |   0 |   0 | 0.000000e+00 | 9.073100e+04 |    Inf 
0.39/0.49	c   0.4s|     1 |     0 |   298 |     - |  14M|   0 |  37 |3831 |4434 |3831 | 917 |  83 |   0 |   0 | 0.000000e+00 | 9.073100e+04 |    Inf 
0.89/0.98	c   0.9s|     1 |     2 |   298 |     - |  15M|   0 |  37 |3831 |4434 |3831 | 917 |  83 |   0 |  33 | 0.000000e+00 | 9.073100e+04 |    Inf 
23.89/23.93	c  23.2s| 10000 |  9875 | 32801 |   3.3 |  39M| 115 |   0 |3831 |4693 |3831 | 960 |5689 | 295 |1385 | 0.000000e+00 | 9.073100e+04 |    Inf 
37.68/37.71	c  36.5s| 20000 | 19860 | 42353 |   2.1 |  58M| 131 |   0 |3831 |4541 |3831 | 952 |7445 | 341 |1405 | 0.000000e+00 | 9.073100e+04 |    Inf 
51.39/51.40	c  49.8s| 30000 | 29846 | 50788 |   1.7 |  76M| 149 |   0 |3831 |4509 |3831 | 968 |9148 | 365 |1461 | 0.000000e+00 | 9.073100e+04 |    Inf 
61.78/61.88	o 218
61.78/61.88	c *60.0s| 38072 | 13362 | 55668 |   1.5 |  48M| 842 |   - |3831 |4495 |3831 | 941 |  10k| 370 |1478 | 0.000000e+00 | 2.180000e+02 |    Inf 
62.89/62.95	o 206
62.89/62.95	c *61.0s| 38566 | 13009 | 56796 |   1.5 |  48M| 842 |   - |3831 |4867 |3831 | 958 |  10k| 748 |1487 | 0.000000e+00 | 2.060000e+02 |    Inf 
62.89/62.95	o 202
62.89/62.95	c *61.0s| 38567 | 12754 | 56796 |   1.5 |  47M| 842 |   - |3831 |4867 |3831 | 958 |  10k| 748 |1487 | 0.000000e+00 | 2.020000e+02 |    Inf 
63.08/63.19	o 199
63.08/63.19	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
63.08/63.19	c *61.2s| 38681 | 12691 | 57068 |   1.5 |  47M| 842 |   - |3831 |4996 |3831 | 972 |  10k| 882 |1487 | 0.000000e+00 | 1.990000e+02 |    Inf 
64.28/64.31	o 194
64.28/64.31	c *62.3s| 39101 | 12593 | 59325 |   1.5 |  48M| 842 |   - |3831 |5225 |3831 | 955 |  10k|1238 |1493 | 0.000000e+00 | 1.940000e+02 |    Inf 
65.79/65.83	o 170
65.79/65.83	c *63.7s| 39737 | 11419 | 62355 |   1.6 |  47M| 842 |   - |3831 |5369 |3831 | 964 |  10k|1718 |1501 | 0.000000e+00 | 1.700000e+02 |    Inf 
66.58/66.62	c  64.5s| 40000 | 11471 | 64468 |   1.6 |  47M| 842 |   1 |3831 |5354 |3831 | 943 |  11k|1953 |1513 | 0.000000e+00 | 1.700000e+02 |    Inf 
67.98/68.07	o 169
67.98/68.07	c *65.8s| 40568 | 11567 | 67336 |   1.7 |  49M| 842 |   - |3831 |5579 |3831 | 955 |  11k|2490 |1527 | 0.000000e+00 | 1.690000e+02 |    Inf 
68.28/68.31	o 162
68.28/68.31	c *66.1s| 40640 | 11343 | 68211 |   1.7 |  48M| 842 |   - |3831 |5553 |3831 | 960 |  11k|2533 |1527 | 0.000000e+00 | 1.620000e+02 |    Inf 
69.08/69.10	o 155
69.08/69.10	c *66.8s| 40861 | 11038 | 70679 |   1.7 |  49M| 842 |   - |3831 |5512 |3831 | 919 |  11k|2668 |1554 | 0.000000e+00 | 1.550000e+02 |    Inf 
69.19/69.28	o 134
69.19/69.28	c *67.0s| 40919 |  9730 | 71017 |   1.7 |  46M| 842 |   - |3831 |5495 |3831 | 968 |  11k|2688 |1556 | 0.000000e+00 | 1.340000e+02 |    Inf 
69.68/69.70	o 130
69.68/69.70	c *67.4s| 41076 |  9587 | 71886 |   1.7 |  46M| 842 |   - |3831 |5544 |3831 | 957 |  12k|2843 |1564 | 0.000000e+00 | 1.300000e+02 |    Inf 
69.68/69.70	o 126
69.68/69.70	c *67.4s| 41077 |  9382 | 71886 |   1.7 |  45M| 842 |   - |3831 |5544 |3831 | 957 |  12k|2843 |1564 | 0.000000e+00 | 1.260000e+02 |    Inf 
70.88/70.96	o 114
70.88/70.96	c *68.6s| 41609 |  8674 | 74297 |   1.8 |  44M| 842 |   - |3831 |5759 |3831 | 955 |  12k|3508 |1591 | 0.000000e+00 | 1.140000e+02 |    Inf 
71.50/71.54	o 106
71.50/71.54	c *69.2s| 41792 |  8153 | 76001 |   1.8 |  43M| 842 |   - |3831 |5773 |3831 | 954 |  12k|3763 |1607 | 0.000000e+00 | 1.060000e+02 |    Inf 
71.50/71.54	o 102
71.50/71.54	c *69.2s| 41793 |  7985 | 76001 |   1.8 |  42M| 842 |   - |3831 |5773 |3831 | 954 |  12k|3763 |1607 | 0.000000e+00 | 1.020000e+02 |    Inf 
71.89/71.94	o 95
71.89/71.94	c *69.5s| 41899 |  7506 | 77299 |   1.8 |  41M| 842 |   - |3831 |5738 |3831 | 945 |  12k|3872 |1611 | 0.000000e+00 | 9.500000e+01 |    Inf 
71.89/71.95	o 84
71.89/71.95	c *69.5s| 41900 |  6931 | 77299 |   1.8 |  39M| 842 |   - |3831 |5738 |3831 | 945 |  12k|3872 |1611 | 0.000000e+00 | 8.400000e+01 |    Inf 
72.08/72.18	o 80
72.08/72.18	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
72.08/72.18	c *69.8s| 41966 |  6455 | 77973 |   1.9 |  38M| 842 |   - |3831 |5273 |3831 | 962 |  12k|3926 |1611 | 0.000000e+00 | 8.000000e+01 |    Inf 
72.08/72.18	o 69
72.08/72.18	c *69.8s| 41967 |  5474 | 77973 |   1.9 |  36M| 842 |   - |3831 |5273 |3831 | 962 |  12k|3926 |1611 | 0.000000e+00 | 6.900000e+01 |    Inf 
72.28/72.39	o 35
72.28/72.39	c *70.0s| 42018 |  2975 | 78779 |   1.9 |  29M| 842 |   - |3831 |4807 |3831 | 941 |  12k|3982 |1614 | 0.000000e+00 | 3.500000e+01 |    Inf 
88.68/88.77	c  85.5s| 50000 |  3250 |138678 |   2.8 |  35M| 842 |   7 |3831 |5859 |3831 | 927 |  14k|  14k|1640 | 0.000000e+00 | 3.500000e+01 |    Inf 
96.69/96.78	o 30
96.69/96.78	c *93.2s| 53954 |  3187 |164316 |   3.0 |  36M| 842 |   - |3831 |7395 |3831 | 923 |  15k|  19k|1642 | 0.000000e+00 | 3.000000e+01 |    Inf 
96.89/96.90	o 26
96.89/96.90	c *93.3s| 54022 |  3151 |164553 |   3.0 |  36M| 842 |   - |3831 |7306 |3831 | 925 |  15k|  19k|1642 | 0.000000e+00 | 2.600000e+01 |    Inf 
108.49/108.57	c   104s| 60000 |  3223 |203363 |   3.4 |  38M| 842 |   7 |3831 |6906 |3831 | 913 |  17k|  28k|1649 | 0.000000e+00 | 2.600000e+01 |    Inf 
129.09/129.16	c   124s| 70000 |  3391 |280061 |   4.0 |  42M| 842 |   1 |3831 |9285 |3831 | 913 |  19k|  41k|1649 | 0.000000e+00 | 2.600000e+01 |    Inf 
149.60/149.63	c   144s| 80000 |  3415 |350056 |   4.4 |  45M| 842 |   - |3831 |  10k|   0 |   0 |  21k|  54k|1687 | 0.000000e+00 | 2.600000e+01 |    Inf 
169.19/169.23	c   162s| 90000 |  3445 |400919 |   4.5 |  46M| 842 |   - |3831 |9086 |   0 |   0 |  23k|  68k|1787 | 0.000000e+00 | 2.600000e+01 |    Inf 
189.59/189.61	c   182s|100000 |  3528 |465913 |   4.7 |  49M| 842 |   - |3831 |  10k|   0 |   0 |  26k|  82k|1878 | 0.000000e+00 | 2.600000e+01 |    Inf 
209.09/209.10	c   200s|110000 |  3535 |521112 |   4.7 |  51M| 842 |  12 |3831 |9965 |3831 | 927 |  28k|  96k|2011 | 0.000000e+00 | 2.600000e+01 |    Inf 
230.89/230.91	c   221s|120000 |  3597 |590005 |   4.9 |  54M| 842 |   - |3831 |  10k|   0 |   0 |  31k| 110k|2139 | 0.000000e+00 | 2.600000e+01 |    Inf 
252.40/252.45	c   241s|130000 |  3556 |653070 |   5.0 |  56M| 842 |   1 |3831 |  12k|3831 | 927 |  33k| 124k|2277 | 0.000000e+00 | 2.600000e+01 |    Inf 
274.10/274.11	c   262s|140000 |  3722 |717573 |   5.1 |  59M| 842 |   1 |3831 |9846 |3831 | 938 |  36k| 137k|2406 | 0.000000e+00 | 2.600000e+01 |    Inf 
296.79/296.82	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
296.79/296.82	c   284s|150000 |  4130 |791999 |   5.3 |  66M| 842 |   - |3831 |  12k|   0 |   0 |  38k| 151k|2522 | 0.000000e+00 | 2.600000e+01 |    Inf 
319.00/319.02	c   305s|160000 |  4395 |856944 |   5.4 |  71M| 842 |   - |3831 |9552 |3831 | 927 |  40k| 165k|2607 | 0.000000e+00 | 2.600000e+01 |    Inf 
340.19/340.25	c   325s|170000 |  4537 |919845 |   5.4 |  74M| 842 |   - |3831 |  10k|   0 |   0 |  42k| 180k|2712 | 0.000000e+00 | 2.600000e+01 |    Inf 
360.99/361.07	c   345s|180000 |  4617 |978223 |   5.4 |  77M| 842 |   1 |3831 |  10k|3831 | 927 |  45k| 195k|2801 | 0.000000e+00 | 2.600000e+01 |    Inf 
382.60/382.67	c   366s|190000 |  4766 |  1038k|   5.5 |  81M| 842 |   - |3831 |  12k|   0 |   0 |  47k| 209k|2902 | 0.000000e+00 | 2.600000e+01 |    Inf 
403.99/404.00	c   386s|200000 |  4885 |  1091k|   5.5 |  83M| 842 |   - |3831 |  13k|   0 |   0 |  49k| 223k|2963 | 0.000000e+00 | 2.600000e+01 |    Inf 
426.50/426.52	c   408s|210000 |  5097 |  1150k|   5.5 |  87M| 842 |   1 |3831 |  13k|3831 | 927 |  51k| 238k|3057 | 0.000000e+00 | 2.600000e+01 |    Inf 
449.00/449.00	c   429s|220000 |  5236 |  1213k|   5.5 |  90M| 842 |   - |3831 |  14k|   0 |   0 |  53k| 252k|3156 | 0.000000e+00 | 2.600000e+01 |    Inf 
470.90/470.93	c   450s|230000 |  5415 |  1267k|   5.5 |  94M| 842 |  17 |3831 |  15k|3831 | 927 |  55k| 267k|3219 | 0.000000e+00 | 2.600000e+01 |    Inf 
493.10/493.14	c   471s|240000 |  5479 |  1322k|   5.5 |  97M| 842 |  16 |3831 |  16k|3831 | 951 |  57k| 282k|3280 | 0.000000e+00 | 2.600000e+01 |    Inf 
514.81/514.89	c   492s|250000 |  5516 |  1375k|   5.5 |  98M| 842 |  10 |3831 |  15k|3831 | 949 |  59k| 297k|3346 | 0.000000e+00 | 2.600000e+01 |    Inf 
537.80/537.82	c   514s|260000 |  5524 |  1440k|   5.5 |  98M| 842 |   - |3831 |  10k|   0 |   0 |  61k| 311k|3468 | 0.000000e+00 | 2.600000e+01 |    Inf 
558.61/558.69	c   534s|270000 |  5574 |  1491k|   5.5 | 101M| 842 |   - |3831 |  13k|   0 |   0 |  63k| 325k|3547 | 0.000000e+00 | 2.600000e+01 |    Inf 
566.21/566.24	o 24
566.21/566.24	c * 541s|273682 |  5483 |  1511k|   5.5 |  99M| 842 |   - |3831 |  12k|3831 | 935 |  64k| 330k|3582 | 0.000000e+00 | 2.400000e+01 |    Inf 
578.71/578.77	c   553s|280000 |  5444 |  1540k|   5.5 |  99M| 842 |   1 |3831 |  11k|3831 | 936 |  66k| 338k|3605 | 0.000000e+00 | 2.400000e+01 |    Inf 
600.01/600.09	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
600.01/600.09	c   573s|290000 |  5552 |  1598k|   5.5 | 101M| 842 |   1 |3831 |  13k|3831 | 933 |  68k| 351k|3694 | 0.000000e+00 | 2.400000e+01 |    Inf 
621.61/621.63	c   594s|300000 |  5601 |  1658k|   5.5 | 104M| 842 |   - |3831 |  17k|   0 |   0 |  70k| 364k|3770 | 0.000000e+00 | 2.400000e+01 |    Inf 
644.80/644.84	c   616s|310000 |  5693 |  1714k|   5.5 | 105M| 842 |   1 |3831 |  16k|3831 | 955 |  73k| 378k|3841 | 0.000000e+00 | 2.400000e+01 |    Inf 
668.01/668.07	c   638s|320000 |  5776 |  1775k|   5.5 | 107M| 842 |  18 |3831 |  15k|3831 | 926 |  75k| 391k|3906 | 0.000000e+00 | 2.400000e+01 |    Inf 
690.91/690.97	c   660s|330000 |  5935 |  1840k|   5.6 | 110M| 842 |  24 |3831 |  17k|3831 | 946 |  78k| 405k|3978 | 0.000000e+00 | 2.400000e+01 |    Inf 
714.61/714.66	c   683s|340000 |  5961 |  1903k|   5.6 | 111M| 842 |  21 |3831 |  17k|3831 | 927 |  80k| 419k|4029 | 0.000000e+00 | 2.400000e+01 |    Inf 
737.50/737.58	c   705s|350000 |  5944 |  1967k|   5.6 | 112M| 842 |   - |3831 |  17k|   0 |   0 |  83k| 433k|4118 | 0.000000e+00 | 2.400000e+01 |    Inf 
759.50/759.51	c   726s|360000 |  5948 |  2026k|   5.6 | 113M| 842 |  23 |3831 |  17k|3831 | 962 |  85k| 447k|4217 | 0.000000e+00 | 2.400000e+01 |    Inf 
780.21/780.25	c   745s|370000 |  5932 |  2080k|   5.6 | 113M| 842 |   - |3831 |  15k|3831 | 947 |  87k| 461k|4270 | 0.000000e+00 | 2.400000e+01 |    Inf 
801.01/801.02	c   765s|380000 |  5962 |  2141k|   5.6 | 114M| 842 |   1 |3831 |  13k|3831 | 950 |  90k| 475k|4340 | 0.000000e+00 | 2.400000e+01 |    Inf 
821.41/821.42	c   785s|390000 |  5969 |  2198k|   5.6 | 116M| 842 |   1 |3831 |  14k|3831 | 955 |  92k| 489k|4409 | 0.000000e+00 | 2.400000e+01 |    Inf 
842.31/842.34	c   805s|400000 |  5857 |  2263k|   5.7 | 115M| 842 |   5 |3831 |8773 |3831 | 944 |  94k| 503k|4497 | 0.000000e+00 | 2.400000e+01 |    Inf 
862.81/862.86	c   824s|410000 |  5956 |  2333k|   5.7 | 118M| 842 |   1 |3831 |  13k|3831 | 943 |  96k| 517k|4563 | 0.000000e+00 | 2.400000e+01 |    Inf 
884.32/884.39	c   845s|420000 |  6052 |  2395k|   5.7 | 121M| 842 |   - |3831 |  16k|   0 |   0 |  99k| 531k|4628 | 0.000000e+00 | 2.400000e+01 |    Inf 
906.22/906.20	c   865s|430000 |  6097 |  2455k|   5.7 | 123M| 842 |   1 |3831 |  17k|3831 | 952 | 101k| 544k|4695 | 0.000000e+00 | 2.400000e+01 |    Inf 
928.52/928.58	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
928.52/928.58	c   887s|440000 |  6240 |  2521k|   5.7 | 124M| 842 |   - |3831 |  13k|   0 |   0 | 103k| 558k|4788 | 0.000000e+00 | 2.400000e+01 |    Inf 
950.22/950.28	c   908s|450000 |  6307 |  2585k|   5.7 | 125M| 842 |   1 |3831 |  13k|3831 | 936 | 105k| 571k|4858 | 0.000000e+00 | 2.400000e+01 |    Inf 
971.02/971.01	c   927s|460000 |  6368 |  2640k|   5.7 | 127M| 842 |  16 |3831 |  14k|3831 | 946 | 107k| 585k|4942 | 0.000000e+00 | 2.400000e+01 |    Inf 
991.82/991.82	c   947s|470000 |  6363 |  2698k|   5.7 | 128M| 842 |   - |3831 |  12k|   0 |   0 | 109k| 598k|5018 | 0.000000e+00 | 2.400000e+01 |    Inf 
1013.62/1013.66	c   968s|480000 |  6369 |  2769k|   5.8 | 130M| 842 |   - |3831 |  14k|   0 |   0 | 112k| 611k|5076 | 0.000000e+00 | 2.400000e+01 |    Inf 
1035.32/1035.31	c   989s|490000 |  6430 |  2824k|   5.8 | 134M| 842 |   - |3831 |  17k|   0 |   0 | 114k| 625k|5137 | 0.000000e+00 | 2.400000e+01 |    Inf 
1057.03/1057.00	c  1010s|500000 |  6476 |  2876k|   5.8 | 136M| 842 |   - |3831 |  21k|   0 |   0 | 116k| 639k|5193 | 0.000000e+00 | 2.400000e+01 |    Inf 
1080.72/1080.71	c  1032s|510000 |  6493 |  2938k|   5.8 | 137M| 842 |   - |3831 |  21k|   0 |   0 | 119k| 653k|5249 | 0.000000e+00 | 2.400000e+01 |    Inf 
1104.72/1104.77	c  1055s|520000 |  6511 |  2997k|   5.8 | 139M| 842 |   9 |3831 |  23k|3831 | 935 | 121k| 667k|5295 | 0.000000e+00 | 2.400000e+01 |    Inf 
1128.43/1128.44	c  1078s|530000 |  6431 |  3061k|   5.8 | 135M| 842 |   1 |3831 |  13k|3831 | 936 | 124k| 680k|5348 | 0.000000e+00 | 2.400000e+01 |    Inf 
1150.03/1150.04	c  1099s|540000 |  6410 |  3133k|   5.8 | 135M| 842 |  17 |3831 |9251 |3831 | 937 | 126k| 694k|5415 | 0.000000e+00 | 2.400000e+01 |    Inf 
1172.03/1172.01	c  1120s|550000 |  6535 |  3215k|   5.8 | 139M| 842 |  11 |3831 |  11k|3831 | 913 | 128k| 707k|5506 | 0.000000e+00 | 2.400000e+01 |    Inf 
1179.92/1179.94	o 19
1179.92/1179.94	c *1127s|553736 |  6337 |  3238k|   5.8 | 132M| 842 |   - |3831 |  13k|3831 | 931 | 128k| 712k|5535 | 0.000000e+00 | 1.900000e+01 |    Inf 
1193.02/1193.01	c  1140s|560000 |  6356 |  3280k|   5.9 | 132M| 842 |  22 |3831 |  10k|3831 | 935 | 130k| 720k|5556 | 0.000000e+00 | 1.900000e+01 |    Inf 
1213.63/1213.69	c  1159s|570000 |  6404 |  3349k|   5.9 | 134M| 842 |   - |3831 |9521 |   0 |   0 | 132k| 734k|5609 | 0.000000e+00 | 1.900000e+01 |    Inf 
1233.23/1233.23	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1233.23/1233.23	c  1178s|580000 |  6395 |  3410k|   5.9 | 135M| 842 |   1 |3831 |  11k|3831 | 935 | 134k| 748k|5680 | 0.000000e+00 | 1.900000e+01 |    Inf 
1236.73/1236.77	o 11
1236.73/1236.77	c *1181s|581837 |  5433 |  3421k|   5.9 | 110M| 842 |   - |3831 |  11k|3831 | 951 | 134k| 751k|5680 | 0.000000e+00 | 1.100000e+01 |    Inf 
1252.62/1252.67	c  1197s|590000 |  5286 |  3473k|   5.9 | 108M| 842 |   - |3831 |7847 |   0 |   0 | 136k| 764k|5750 | 0.000000e+00 | 1.100000e+01 |    Inf 
1271.03/1271.01	c  1214s|600000 |  5169 |  3537k|   5.9 | 108M| 842 |   - |3831 |9699 |   0 |   0 | 138k| 777k|5811 | 0.000000e+00 | 1.100000e+01 |    Inf 
1289.63/1289.66	c  1232s|610000 |  5163 |  3595k|   5.9 | 109M| 842 |   - |3831 |  11k|   0 |   0 | 141k| 791k|5861 | 0.000000e+00 | 1.100000e+01 |    Inf 
1310.93/1310.95	c  1252s|620000 |  5178 |  3665k|   5.9 | 111M| 842 |  20 |3831 |  17k|3831 | 944 | 143k| 804k|5911 | 0.000000e+00 | 1.100000e+01 |    Inf 
1332.63/1332.65	c  1273s|630000 |  5076 |  3732k|   5.9 | 110M| 842 |   1 |3831 |  14k|3831 | 926 | 146k| 818k|5961 | 0.000000e+00 | 1.100000e+01 |    Inf 
1354.04/1354.05	c  1293s|640000 |  5112 |  3808k|   5.9 | 111M| 842 |   - |3831 |  13k|   0 |   0 | 148k| 831k|6037 | 0.000000e+00 | 1.100000e+01 |    Inf 
1376.84/1376.88	c  1315s|650000 |  5185 |  3884k|   6.0 | 113M| 842 |   1 |3831 |  16k|3831 | 937 | 151k| 845k|6098 | 0.000000e+00 | 1.100000e+01 |    Inf 
1399.74/1399.75	c  1337s|660000 |  5244 |  3959k|   6.0 | 115M| 842 |   1 |3831 |  18k|3831 | 937 | 153k| 858k|6160 | 0.000000e+00 | 1.100000e+01 |    Inf 
1423.24/1423.20	c  1360s|670000 |  5280 |  4042k|   6.0 | 116M| 842 |  12 |3831 |  16k|3831 | 946 | 155k| 872k|6230 | 0.000000e+00 | 1.100000e+01 |    Inf 
1445.04/1445.09	c  1381s|680000 |  5257 |  4115k|   6.1 | 115M| 842 |  13 |3831 |  14k|3831 | 913 | 158k| 886k|6297 | 0.000000e+00 | 1.100000e+01 |    Inf 
1466.14/1466.10	c  1401s|690000 |  5285 |  4185k|   6.1 | 117M| 842 |  24 |3831 |  17k|3831 | 945 | 160k| 899k|6337 | 0.000000e+00 | 1.100000e+01 |    Inf 
1487.54/1487.58	c  1421s|700000 |  5118 |  4259k|   6.1 | 114M| 842 |   - |3831 |  10k|3831 | 922 | 163k| 912k|6407 | 0.000000e+00 | 1.100000e+01 |    Inf 
1506.34/1506.35	c  1439s|710000 |  5092 |  4322k|   6.1 | 114M| 842 |   - |3831 |  10k|   0 |   0 | 165k| 926k|6439 | 0.000000e+00 | 1.100000e+01 |    Inf 
1525.23/1525.23	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1525.23/1525.23	c  1457s|720000 |  5192 |  4384k|   6.1 | 115M| 842 |   - |3831 |  11k|   0 |   0 | 168k| 939k|6508 | 0.000000e+00 | 1.100000e+01 |    Inf 
1544.24/1544.27	c  1475s|730000 |  5267 |  4441k|   6.1 | 117M| 842 |   - |3831 |  12k|   0 |   0 | 170k| 953k|6569 | 0.000000e+00 | 1.100000e+01 |    Inf 
1564.25/1564.23	c  1494s|740000 |  5375 |  4500k|   6.1 | 119M| 842 |   1 |3831 |  12k|3831 | 925 | 172k| 966k|6588 | 0.000000e+00 | 1.100000e+01 |    Inf 
1584.94/1584.93	c  1514s|750000 |  5427 |  4565k|   6.1 | 120M| 842 |   - |3831 |  14k|   0 |   0 | 175k| 979k|6641 | 0.000000e+00 | 1.100000e+01 |    Inf 
1605.44/1605.43	c  1533s|760000 |  5457 |  4624k|   6.1 | 121M| 842 |   1 |3831 |  14k|3831 | 913 | 177k| 993k|6705 | 0.000000e+00 | 1.100000e+01 |    Inf 
1626.44/1626.46	c  1553s|770000 |  5551 |  4687k|   6.1 | 123M| 842 |   - |3831 |  17k|   0 |   0 | 179k|1006k|6747 | 0.000000e+00 | 1.100000e+01 |    Inf 
1648.35/1648.36	c  1574s|780000 |  5572 |  4756k|   6.1 | 124M| 842 |  15 |3831 |  16k|3831 | 913 | 182k|1019k|6778 | 0.000000e+00 | 1.100000e+01 |    Inf 
1669.75/1669.78	c  1594s|790000 |  5642 |  4815k|   6.1 | 126M| 842 |   - |3831 |  18k|   0 |   0 | 184k|1033k|6854 | 0.000000e+00 | 1.100000e+01 |    Inf 
1692.54/1692.50	c  1616s|800000 |  5648 |  4872k|   6.1 | 127M| 842 |   - |3831 |  20k|   0 |   0 | 187k|1047k|6905 | 0.000000e+00 | 1.100000e+01 |    Inf 
1715.34/1715.31	c  1638s|810000 |  5651 |  4938k|   6.1 | 127M| 842 |   1 |3831 |  19k|3831 | 932 | 189k|1061k|6926 | 0.000000e+00 | 1.100000e+01 |    Inf 
1737.74/1737.79	c  1659s|820000 |  5692 |  5004k|   6.1 | 128M| 842 |   9 |3831 |  18k|3831 | 926 | 192k|1074k|6997 | 0.000000e+00 | 1.100000e+01 |    Inf 
1758.54/1758.57	c  1679s|830000 |  5779 |  5063k|   6.1 | 129M| 842 |   1 |3831 |  19k|3831 | 925 | 195k|1089k|7046 | 0.000000e+00 | 1.100000e+01 |    Inf 
1779.95/1779.90	c  1699s|840000 |  5764 |  5122k|   6.1 | 130M| 842 |   1 |3831 |  19k|3831 | 925 | 198k|1104k|7071 | 0.000000e+00 | 1.100000e+01 |    Inf 
1800.05/1800.00	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.05/1800.00	c 
1800.05/1800.00	c SCIP Status        : solving was interrupted [user interrupt]
1800.05/1800.00	c Solving Time (sec) : 1718.32
1800.05/1800.00	c Solving Nodes      : 849140
1800.05/1800.00	c Primal Bound       : +1.10000000000000e+01 (139 solutions)
1800.05/1800.00	c Dual Bound         : +0.00000000000000e+00
1800.05/1800.00	c Gap                : infinite
1800.05/1800.05	s SATISFIABLE
1800.05/1800.05	v -x231 -x230 -x229 -x228 -x227 -x226 -x225 x224 -x223 -x222 -x221 -x220 x219 -x218 -x217 -x216 -x215 -x214 -x213 -x212 -x211 -x210 
1800.05/1800.05	v -x209 -x208 -x207 -x206 -x205 -x204 -x203 -x202 x201 -x200 -x199 -x198 -x197 -x196 -x195 -x194 -x193 -x192 -x191 -x190 -x189 
1800.05/1800.05	v -x188 -x187 -x186 -x185 -x184 -x183 -x182 -x181 -x180 -x179 -x178 -x177 -x176 -x175 -x174 x173 -x172 -x171 -x170 x169 -x168 
1800.05/1800.05	v -x167 -x166 -x165 -x164 -x163 -x162 -x161 -x160 -x159 -x158 -x157 -x156 -x155 -x154 -x153 x152 -x151 -x150 -x149 -x148 -x147 
1800.05/1800.05	v -x146 -x145 x144 -x143 -x142 -x141 -x140 -x139 -x138 -x137 -x136 x135 -x134 -x133 -x132 -x131 -x130 -x129 -x128 -x127 -x126 
1800.05/1800.05	v -x125 -x124 -x123 -x122 x121 -x120 -x119 -x118 -x117 -x116 -x115 -x114 -x113 -x112 -x111 -x110 -x109 -x108 -x107 -x106 -x105 
1800.05/1800.05	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.05/1800.05	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.05/1800.05	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.05/1800.05	v -x28 -x27 -x26 -x25 -x24 -x23 -x22 -x21 x20 -x19 -x18 -x17 -x16 x15 -x14 -x13 -x12 -x11 -x10 -x9 -x8 -x7 -x6 -x5 -x4 -x3 -x2 
1800.05/1800.05	v -x1 
1800.05/1800.05	c SCIP Status        : solving was interrupted [user interrupt]
1800.05/1800.05	c Solving Time       :    1718.32
1800.05/1800.05	c Original Problem   :
1800.05/1800.05	c   Problem name     : HOME/instance-2693503-1277907536.wbo
1800.05/1800.05	c   Variables        : 3945 (2088 binary, 0 integer, 0 implicit integer, 1857 continuous)
1800.05/1800.05	c   Constraints      : 4565 initial, 4565 maximal
1800.05/1800.05	c Presolved Problem  :
1800.05/1800.05	c   Problem name     : t_HOME/instance-2693503-1277907536.wbo
1800.05/1800.05	c   Variables        : 3831 (2031 binary, 0 integer, 0 implicit integer, 1800 continuous)
1800.05/1800.05	c   Constraints      : 4434 initial, 23994 maximal
1800.05/1800.05	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.05/1800.05	c   trivial          :       0.00         57          0          0          0          0          0          0          0
1800.05/1800.05	c   dualfix          :       0.00         57          0          0          0          0          0          0          0
1800.05/1800.05	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.05	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.05	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.05	c   probing          :       0.04          0          0          0          0          0          0          0          0
1800.05/1800.05	c   indicator        :       0.00          0          0          0          0          0         57          0          0
1800.05/1800.05	c   setppc           :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.05	c   linear           :       0.06          0          0          0       1864          0         74         62          0
1800.05/1800.05	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.05	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.05	c   root node        :          -       1612          -          -       3224          -          -          -          -
1800.05/1800.05	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.05/1800.05	c   integral         :          0          0          0     498244          0         46        645          0          0     870286
1800.05/1800.05	c   indicator        :       1800          0    4737760      62311          0        646    6059608          0          0          0
1800.05/1800.05	c   setppc           :          5          6    4756689      54691          0      24653     804161          0          0          0
1800.05/1800.05	c   linear           :       1800          6    4751501      61864          0     164554   21015565     200193          0          0
1800.05/1800.05	c   logicor          :        829+         6    1582824      37834          0     195098    3787348          0          0          0
1800.05/1800.05	c   bounddisjunction :          0+         0       6330          0          0          0          3          0          0          0
1800.05/1800.05	c   countsols        :          0          0          0      37834          0          0          0          0          0          0
1800.05/1800.05	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.05/1800.05	c   integral         :      20.68       0.00       0.00      20.68       0.00
1800.05/1800.05	c   indicator        :      32.20       0.00      26.19       6.01       0.00
1800.05/1800.05	c   setppc           :       5.33       0.00       5.32       0.01       0.00
1800.05/1800.05	c   linear           :     151.91       0.00     148.52       3.39       0.00
1800.05/1800.05	c   logicor          :     209.28       0.00     208.76       0.52       0.00
1800.05/1800.05	c   bounddisjunction :       0.02       0.00       0.02       0.00       0.00
1800.05/1800.05	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.05/1800.05	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.05/1800.05	c   vbounds          :       0.01          2          0          0
1800.05/1800.05	c   rootredcost      :       0.01         26          0       1612
1800.05/1800.05	c   pseudoobj        :     180.75    4785608       8262    5092127
1800.05/1800.05	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.05/1800.05	c   propagation      :      19.17     392567     392469    2318157       25.6      16611       18.0          -
1800.05/1800.05	c   infeasible LP    :       9.27      32435      32435     263566       42.4        509       12.4          0
1800.05/1800.05	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.05/1800.05	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.05/1800.05	c   pseudo solution  :       0.03         74         74        297       13.5         25        6.6          -
1800.05/1800.05	c   applied globally :          -          -          -    1116576       21.4          -          -          -
1800.05/1800.05	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.05/1800.05	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.05/1800.05	c   cut pool         :       0.00          5          -          -         29          -    (maximal pool size: 147)
1800.05/1800.05	c   redcost          :      29.83     504246          0     834556          0          0
1800.05/1800.05	c   impliedbounds    :       0.00          6          0          0          0          0
1800.05/1800.05	c   intobj           :       0.00          0          0          0          0          0
1800.05/1800.05	c   cgmip            :       0.00          0          0          0          0          0
1800.05/1800.05	c   gomory           :       0.10          6          0          0        838          0
1800.05/1800.05	c   strongcg         :       0.06          6          0          0         79          0
1800.05/1800.05	c   cmir             :       0.00          6          0          0          0          0
1800.05/1800.05	c   flowcover        :       0.08          6          0          0          0          0
1800.05/1800.05	c   clique           :       0.00          6          0          0          0          0
1800.05/1800.05	c   zerohalf         :       0.00          0          0          0          0          0
1800.05/1800.05	c   mcf              :       0.00          1          0          0          0          0
1800.05/1800.05	c   rapidlearning    :       0.00          0          0          0          0          0
1800.05/1800.05	c Pricers            :       Time      Calls       Vars
1800.05/1800.05	c   problem variables:       0.00          0          0
1800.05/1800.05	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.05/1800.05	c   relpscost        :      20.51     435730         46        645          0          0     870286
1800.05/1800.05	c   pscost           :       0.00          0          0          0          0          0          0
1800.05/1800.05	c   inference        :       5.76      37809          0          0          0          0      75618
1800.05/1800.05	c   mostinf          :       0.00          0          0          0          0          0          0
1800.05/1800.05	c   leastinf         :       0.00          0          0          0          0          0          0
1800.05/1800.05	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.05/1800.05	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.05/1800.05	c   random           :       0.00          0          0          0          0          0          0
1800.05/1800.05	c Primal Heuristics  :       Time      Calls      Found
1800.05/1800.05	c   LP solutions     :       0.08          -         25
1800.05/1800.05	c   pseudo solutions :       0.00          -          0
1800.05/1800.05	c   feaspump         :       0.01          1          0
1800.05/1800.05	c   oneopt           :       0.14         21          0
1800.05/1800.05	c   intshifting      :       0.00          8          0
1800.05/1800.05	c   crossover        :       0.51         20          0
1800.05/1800.05	c   veclendiving     :       0.55        567          0
1800.05/1800.05	c   linesearchdiving :       0.54        567          0
1800.05/1800.05	c   coefdiving       :       0.64        568          0
1800.05/1800.05	c   pscostdiving     :       0.58        568          0
1800.05/1800.05	c   fracdiving       :       0.56        568          0
1800.05/1800.05	c   guideddiving     :       0.41        568          0
1800.05/1800.05	c   rootsoldiving    :       0.59        555          0
1800.05/1800.05	c   objpscostdiving  :       0.55        555          0
1800.05/1800.05	c   trivial          :       0.00          2          0
1800.05/1800.05	c   simplerounding   :       0.56     438631          0
1800.05/1800.05	c   zirounding       :       0.16       1000          0
1800.05/1800.05	c   rounding         :       2.55       9347          0
1800.05/1800.05	c   shifting         :       1.51       2901          0
1800.05/1800.05	c   twoopt           :       0.00          0          0
1800.05/1800.05	c   fixandinfer      :       0.00          0          0
1800.05/1800.05	c   intdiving        :       0.00          0          0
1800.05/1800.05	c   actconsdiving    :       0.00          0          0
1800.05/1800.05	c   octane           :       0.00          0          0
1800.05/1800.05	c   rens             :       0.02          1          0
1800.05/1800.05	c   rins             :       0.00          0          0
1800.05/1800.05	c   localbranching   :       0.00          0          0
1800.05/1800.05	c   mutation         :       0.00          0          0
1800.05/1800.05	c   dins             :       0.00          0          0
1800.05/1800.05	c   undercover       :       0.00          0          0
1800.05/1800.05	c   nlp              :       0.00          0          0
1800.05/1800.05	c   trysol           :       2.46       7296        114
1800.05/1800.05	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.05/1800.05	c   primal LP        :       0.00          0          0       0.00          -
1800.05/1800.05	c   dual LP          :     633.53     496970    5175621      10.41    8169.50
1800.05/1800.05	c   lex dual LP      :       0.00          0          0       0.00          -
1800.05/1800.05	c   barrier LP       :       0.00          0          0       0.00          -
1800.05/1800.05	c   diving/probing LP:       0.22        135       1618      11.99    7354.55
1800.05/1800.05	c   strong branching :      17.11       7126     187850      26.36   10978.96
1800.05/1800.05	c     (at root node) :          -         33       5861     177.61          -
1800.05/1800.05	c   conflict analysis:       0.00          0          0       0.00          -
1800.05/1800.05	c B&B Tree           :
1800.05/1800.05	c   number of runs   :          1
1800.05/1800.05	c   nodes            :     849140
1800.05/1800.05	c   nodes (total)    :     849140
1800.05/1800.05	c   nodes left       :       5774
1800.05/1800.05	c   max depth        :        842
1800.05/1800.05	c   max depth (total):        842
1800.05/1800.05	c   backtracks       :      68240 (8.0%)
1800.05/1800.05	c   delayed cutoffs  :      53133
1800.05/1800.05	c   repropagations   :    2378431 (6455943 domain reductions, 49442 cutoffs)
1800.05/1800.05	c   avg switch length:       7.04
1800.05/1800.05	c   switching time   :     232.66
1800.05/1800.05	c Solution           :
1800.05/1800.05	c   Solutions found  :        139 (26 improvements)
1800.05/1800.05	c   First Solution   : +9.07310000000000e+04   (in run 1, after 1 nodes, 0.13 seconds, depth 0, found by <trysol>)
1800.05/1800.05	c   Primal Bound     : +1.10000000000000e+01   (in run 1, after 581837 nodes, 1181.43 seconds, depth 38, found by <relaxation>)
1800.05/1800.05	c   Dual Bound       : +0.00000000000000e+00
1800.05/1800.05	c   Gap              :   infinite
1800.05/1800.05	c   Root Dual Bound  : +0.00000000000000e+00
1800.05/1800.05	c   Root Iterations  :        298
1800.15/1800.18	c Time complete: 1800.22.

Verifier Data

OK	11

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2693503-1277907536/watcher-2693503-1277907536 -o /tmp/evaluation-result-2693503-1277907536/solver-2693503-1277907536 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2693503-1277907536.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.91 2.55 2.22 4/199 12104
/proc/meminfo: memFree=31577292/32951124 swapFree=67111528/67111528
[pid=12104] ppid=12102 vsize=10976 CPUtime=0
/proc/12104/stat : 12104 (pbscip.linux.x8) R 12102 12104 10347 0 -1 4202496 1669 0 0 0 0 0 0 0 25 0 1 0 132051729 11239424 1590 4089446400 4194304 9819077 140735514733568 18446744073709551615 8656455 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/12104/statm: 2744 1590 392 1374 0 1365 0

[startup+0.0739521 s]
/proc/loadavg: 2.91 2.55 2.22 4/199 12104
/proc/meminfo: memFree=31577292/32951124 swapFree=67111528/67111528
[pid=12104] ppid=12102 vsize=31012 CPUtime=0.06
/proc/12104/stat : 12104 (pbscip.linux.x8) R 12102 12104 10347 0 -1 4202496 7346 0 0 0 6 0 0 0 25 0 1 0 132051729 31756288 6399 4089446400 4194304 9819077 140735514733568 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/12104/statm: 7753 6399 492 1374 0 6374 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 31012

[startup+0.100966 s]
/proc/loadavg: 2.91 2.55 2.22 4/199 12104
/proc/meminfo: memFree=31577292/32951124 swapFree=67111528/67111528
[pid=12104] ppid=12102 vsize=31012 CPUtime=0.09
/proc/12104/stat : 12104 (pbscip.linux.x8) R 12102 12104 10347 0 -1 4202496 7619 0 0 0 8 1 0 0 25 0 1 0 132051729 31756288 6415 4089446400 4194304 9819077 140735514733568 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/12104/statm: 7753 6415 498 1374 0 6374 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 31012

[startup+0.300927 s]
/proc/loadavg: 2.91 2.55 2.22 4/199 12104
/proc/meminfo: memFree=31577292/32951124 swapFree=67111528/67111528
[pid=12104] ppid=12102 vsize=40796 CPUtime=0.29
/proc/12104/stat : 12104 (pbscip.linux.x8) R 12102 12104 10347 0 -1 4202496 12278 0 0 0 26 3 0 0 25 0 1 0 132051729 41775104 8672 4089446400 4194304 9819077 140735514733568 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/12104/statm: 10199 8672 680 1374 0 8820 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 40796

[startup+0.70085 s]
/proc/loadavg: 2.91 2.55 2.22 4/199 12104
/proc/meminfo: memFree=31577292/32951124 swapFree=67111528/67111528
[pid=12104] ppid=12102 vsize=44844 CPUtime=0.68
/proc/12104/stat : 12104 (pbscip.linux.x8) R 12102 12104 10347 0 -1 4202496 18338 0 0 0 64 4 0 0 25 0 1 0 132051729 45920256 9804 4089446400 4194304 9819077 140735514733568 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/12104/statm: 11211 9804 705 1374 0 9832 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 44844

[startup+1.5007 s]
/proc/loadavg: 2.91 2.55 2.22 4/200 12105
/proc/meminfo: memFree=31540740/32951124 swapFree=67111528/67111528
[pid=12104] ppid=12102 vsize=44388 CPUtime=1.48
/proc/12104/stat : 12104 (pbscip.linux.x8) R 12102 12104 10347 0 -1 4202496 19488 0 0 0 143 5 0 0 25 0 1 0 132051729 45453312 9832 4089446400 4194304 9819077 140735514733568 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12104/statm: 11097 9832 709 1374 0 9718 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 44388

[startup+3.10035 s]
/proc/loadavg: 2.91 2.55 2.22 4/200 12105
/proc/meminfo: memFree=31539996/32951124 swapFree=67111528/67111528
[pid=12104] ppid=12102 vsize=44616 CPUtime=3.08
/proc/12104/stat : 12104 (pbscip.linux.x8) R 12102 12104 10347 0 -1 4202496 20137 0 0 0 301 7 0 0 25 0 1 0 132051729 45686784 9879 4089446400 4194304 9819077 140735514733568 18446744073709551615 8657695 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12104/statm: 11154 9879 711 1374 0 9775 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 44616

[startup+6.30079 s]
/proc/loadavg: 2.91 2.56 2.23 4/200 12105
/proc/meminfo: memFree=31539524/32951124 swapFree=67111528/67111528
[pid=12104] ppid=12102 vsize=46968 CPUtime=6.28
/proc/12104/stat : 12104 (pbscip.linux.x8) R 12102 12104 10347 0 -1 4202496 28666 0 0 0 616 12 0 0 25 0 1 0 132051729 48095232 9954 4089446400 4194304 9819077 140735514733568 18446744073709551615 8657695 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12104/statm: 11742 9954 711 1374 0 10363 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 46968

[startup+12.7006 s]
/proc/loadavg: 3.00 2.58 2.24 4/200 12105
/proc/meminfo: memFree=31531196/32951124 swapFree=67111528/67111528
[pid=12104] ppid=12102 vsize=55188 CPUtime=12.69
/proc/12104/stat : 12104 (pbscip.linux.x8) R 12102 12104 10347 0 -1 4202496 79387 0 0 0 1234 35 0 0 25 0 1 0 132051729 56512512 12046 4089446400 4194304 9819077 140735514733568 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12104/statm: 13797 12046 715 1374 0 12418 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 55188

[startup+25.5012 s]
/proc/loadavg: 2.93 2.59 2.24 3/200 12106
/proc/meminfo: memFree=31515136/32951124 swapFree=67111528/67111528
[pid=12104] ppid=12102 vsize=72392 CPUtime=25.49
/proc/12104/stat : 12104 (pbscip.linux.x8) R 12102 12104 10347 0 -1 4202496 125378 0 0 0 2475 74 0 0 25 0 1 0 132051729 74129408 16406 4089446400 4194304 9819077 140735514733568 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12104/statm: 18098 16406 715 1374 0 16719 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 72392

[startup+51.1003 s]
/proc/loadavg: 2.89 2.60 2.26 4/200 12106
/proc/meminfo: memFree=31478056/32951124 swapFree=67111528/67111528
[pid=12104] ppid=12102 vsize=105384 CPUtime=51.08
/proc/12104/stat : 12104 (pbscip.linux.x8) R 12102 12104 10347 0 -1 4202496 192127 0 0 0 4950 158 0 0 25 0 1 0 132051729 107913216 24725 4089446400 4194304 9819077 140735514733568 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12104/statm: 26346 24725 715 1374 0 24967 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 105384

[startup+102.307 s]
/proc/loadavg: 3.07 2.71 2.31 4/200 12108
/proc/meminfo: memFree=31413840/32951124 swapFree=67111528/67111528
[pid=12104] ppid=12102 vsize=165028 CPUtime=102.29
/proc/12104/stat : 12104 (pbscip.linux.x8) R 12102 12104 10347 0 -1 4202496 460223 0 0 0 9841 388 0 0 25 0 1 0 132051729 168988672 39394 4089446400 4194304 9819077 140735514733568 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12104/statm: 41257 39394 727 1374 0 39878 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 165028

[startup+162.3 s]
/proc/loadavg: 2.99 2.74 2.34 4/200 12109
/proc/meminfo: memFree=31397644/32951124 swapFree=67111528/67111528
[pid=12104] ppid=12102 vsize=180444 CPUtime=162.29
/proc/12104/stat : 12104 (pbscip.linux.x8) R 12102 12104 10347 0 -1 4202496 728575 0 0 0 15557 672 0 0 25 0 1 0 132051729 184774656 43148 4089446400 4194304 9819077 140735514733568 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12104/statm: 45111 43148 741 1374 0 43732 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 180444

[startup+222.301 s]
/proc/loadavg: 3.08 2.83 2.40 4/200 12111
/proc/meminfo: memFree=31385436/32951124 swapFree=67111528/67111528
[pid=12104] ppid=12102 vsize=189192 CPUtime=222.29
/proc/12104/stat : 12104 (pbscip.linux.x8) R 12102 12104 10347 0 -1 4202496 989300 0 0 0 21267 962 0 0 25 0 1 0 132051729 193732608 45082 4089446400 4194304 9819077 140735514733568 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12104/statm: 47298 45082 741 1374 0 45919 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 189192

[startup+282.301 s]
/proc/loadavg: 2.82 2.80 2.41 4/200 12112
/proc/meminfo: memFree=31372708/32951124 swapFree=67111528/67111528
[pid=12104] ppid=12102 vsize=202148 CPUtime=282.29
/proc/12104/stat : 12104 (pbscip.linux.x8) R 12102 12104 10347 0 -1 4202496 1265160 0 0 0 26989 1240 0 0 25 0 1 0 132051729 206999552 47595 4089446400 4194304 9819077 140735514733568 18446744073709551615 6713590 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12104/statm: 50537 47595 742 1374 0 49158 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 202148

[startup+342.3 s]
/proc/loadavg: 2.73 2.77 2.42 4/200 12114
/proc/meminfo: memFree=31356404/32951124 swapFree=67111528/67111528
[pid=12104] ppid=12102 vsize=213140 CPUtime=342.3
/proc/12104/stat : 12104 (pbscip.linux.x8) R 12102 12104 10347 0 -1 4202496 1538157 0 0 0 32721 1509 0 0 25 0 1 0 132051729 218255360 50628 4089446400 4194304 9819077 140735514733568 18446744073709551615 8657695 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12104/statm: 53285 50632 742 1374 0 51906 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 213140

[startup+402.301 s]
/proc/loadavg: 2.99 2.81 2.46 4/200 12116
/proc/meminfo: memFree=31341592/32951124 swapFree=67111528/67111528
[pid=12104] ppid=12102 vsize=226316 CPUtime=402.3
/proc/12104/stat : 12104 (pbscip.linux.x8) R 12102 12104 10347 0 -1 4202496 1799884 0 0 0 38448 1782 0 0 25 0 1 0 132051729 231747584 53389 4089446400 4194304 9819077 140735514733568 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12104/statm: 56579 53389 742 1374 0 55200 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 226316

[startup+462.301 s]
/proc/loadavg: 2.94 2.83 2.48 4/200 12117
/proc/meminfo: memFree=31328720/32951124 swapFree=67111528/67111528
[pid=12104] ppid=12102 vsize=238608 CPUtime=462.3
/proc/12104/stat : 12104 (pbscip.linux.x8) R 12102 12104 10347 0 -1 4202496 2044578 0 0 0 44182 2048 0 0 25 0 1 0 132051729 244334592 55936 4089446400 4194304 9819077 140735514733568 18446744073709551615 7816419 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12104/statm: 59652 55936 742 1374 0 58273 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 238608

[startup+522.3 s]
/proc/loadavg: 2.86 2.83 2.50 4/200 12119
/proc/meminfo: memFree=31319852/32951124 swapFree=67111528/67111528
[pid=12104] ppid=12102 vsize=244356 CPUtime=522.3
/proc/12104/stat : 12104 (pbscip.linux.x8) R 12102 12104 10347 0 -1 4202496 2290009 0 0 0 49906 2324 0 0 25 0 1 0 132051729 250220544 57288 4089446400 4194304 9819077 140735514733568 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12104/statm: 61089 57290 742 1374 0 59710 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 244356

[startup+582.301 s]
/proc/loadavg: 2.80 2.81 2.51 4/200 12120
/proc/meminfo: memFree=31311076/32951124 swapFree=67111528/67111528
[pid=12104] ppid=12102 vsize=250912 CPUtime=582.31
/proc/12104/stat : 12104 (pbscip.linux.x8) R 12102 12104 10347 0 -1 4202496 2520274 0 0 0 55634 2597 0 0 25 0 1 0 132051729 256933888 58674 4089446400 4194304 9819077 140735514733568 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12104/statm: 62728 58674 742 1374 0 61349 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 250912

[startup+642.301 s]
/proc/loadavg: 2.79 2.81 2.53 4/200 12122
/proc/meminfo: memFree=31305556/32951124 swapFree=67111528/67111528
[pid=12104] ppid=12102 vsize=255596 CPUtime=642.31
/proc/12104/stat : 12104 (pbscip.linux.x8) R 12102 12104 10347 0 -1 4202496 2767878 0 0 0 61361 2870 0 0 25 0 1 0 132051729 261730304 59620 4089446400 4194304 9819077 140735514733568 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12104/statm: 63899 59620 742 1374 0 62520 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 255596

[startup+702.3 s]

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

[startup+882.3 s]
/proc/loadavg: 2.05 2.46 2.45 3/197 12206
/proc/meminfo: memFree=31521136/32951124 swapFree=67111528/67111528
[pid=12104] ppid=12102 vsize=273516 CPUtime=882.31
/proc/12104/stat : 12104 (pbscip.linux.x8) R 12102 12104 10347 0 -1 4202496 3813557 0 0 0 84258 3973 0 0 25 0 1 0 132051729 280080384 63410 4089446400 4194304 9819077 140735514733568 18446744073709551615 4210629 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/12104/statm: 68379 63410 742 1374 0 67000 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 273516

[startup+942.301 s]
/proc/loadavg: 2.02 2.37 2.42 3/197 12208
/proc/meminfo: memFree=31515372/32951124 swapFree=67111528/67111528
[pid=12104] ppid=12102 vsize=279396 CPUtime=942.31
/proc/12104/stat : 12104 (pbscip.linux.x8) R 12102 12104 10347 0 -1 4202496 4078710 0 0 0 89996 4235 0 0 25 0 1 0 132051729 286101504 64710 4089446400 4194304 9819077 140735514733568 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/12104/statm: 69849 64710 742 1374 0 68470 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 279396

[startup+1002.3 s]
/proc/loadavg: 2.00 2.30 2.39 3/197 12210
/proc/meminfo: memFree=31509972/32951124 swapFree=67111528/67111528
[pid=12104] ppid=12102 vsize=285916 CPUtime=1002.32
/proc/12104/stat : 12104 (pbscip.linux.x8) R 12102 12104 10347 0 -1 4202496 4336583 0 0 0 95739 4493 0 0 25 0 1 0 132051729 292777984 65930 4089446400 4194304 9819077 140735514733568 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/12104/statm: 71479 65930 742 1374 0 70100 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 285916

[startup+1062.3 s]
/proc/loadavg: 2.00 2.24 2.37 3/197 12211
/proc/meminfo: memFree=31503196/32951124 swapFree=67111528/67111528
[pid=12104] ppid=12102 vsize=292348 CPUtime=1062.32
/proc/12104/stat : 12104 (pbscip.linux.x8) R 12102 12104 10347 0 -1 4202496 4593631 0 0 0 101465 4767 0 0 25 0 1 0 132051729 299364352 67507 4089446400 4194304 9819077 140735514733568 18446744073709551615 6162091 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/12104/statm: 73087 67507 742 1374 0 71708 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 292348

[startup+1122.3 s]
/proc/loadavg: 2.04 2.21 2.35 3/197 12213
/proc/meminfo: memFree=31499268/32951124 swapFree=67111528/67111528
[pid=12104] ppid=12102 vsize=296816 CPUtime=1122.32
/proc/12104/stat : 12104 (pbscip.linux.x8) R 12102 12104 10347 0 -1 4202496 4833233 0 0 0 107205 5027 0 0 25 0 1 0 132051729 303939584 68487 4089446400 4194304 9819077 140735514733568 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/12104/statm: 74204 68487 742 1374 0 72825 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 296816

[startup+1182.3 s]
/proc/loadavg: 2.01 2.17 2.32 3/197 12214
/proc/meminfo: memFree=31491636/32951124 swapFree=67111528/67111528
[pid=12104] ppid=12102 vsize=303072 CPUtime=1182.33
/proc/12104/stat : 12104 (pbscip.linux.x8) R 12102 12104 10347 0 -1 4202496 5106417 0 0 0 112940 5293 0 0 25 0 1 0 132051729 310345728 69851 4089446400 4194304 9819077 140735514733568 18446744073709551615 6513018 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/12104/statm: 75768 69851 742 1374 0 74389 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 303072

[startup+1242.3 s]
/proc/loadavg: 2.00 2.14 2.30 3/179 12244
/proc/meminfo: memFree=31526160/32951124 swapFree=67111528/67111528
[pid=12104] ppid=12102 vsize=306468 CPUtime=1242.33
/proc/12104/stat : 12104 (pbscip.linux.x8) R 12102 12104 10347 0 -1 4202496 5406720 0 0 0 118672 5561 0 0 25 0 1 0 132051729 313823232 70582 4089446400 4194304 9819077 140735514733568 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/12104/statm: 76617 70582 742 1374 0 75238 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 306468

[startup+1302.3 s]
/proc/loadavg: 2.00 2.11 2.28 3/179 12246
/proc/meminfo: memFree=31332032/32951124 swapFree=67111528/67111528
[pid=12104] ppid=12102 vsize=307716 CPUtime=1302.33
/proc/12104/stat : 12104 (pbscip.linux.x8) R 12102 12104 10347 0 -1 4202496 5713405 0 0 0 124359 5874 0 0 25 0 1 0 132051729 315101184 70771 4089446400 4194304 9819077 140735514733568 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/12104/statm: 76929 70771 742 1374 0 75550 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 307716

[startup+1362.3 s]
/proc/loadavg: 2.00 2.09 2.26 3/179 12247
/proc/meminfo: memFree=31182932/32951124 swapFree=67111528/67111528
[pid=12104] ppid=12102 vsize=311252 CPUtime=1362.33
/proc/12104/stat : 12104 (pbscip.linux.x8) R 12102 12104 10347 0 -1 4202496 6002295 0 0 0 130093 6140 0 0 25 0 1 0 132051729 318722048 71102 4089446400 4194304 9819077 140735514733568 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/12104/statm: 77813 71102 742 1374 0 76434 0
Current children cumulated CPU time (s) 1362.33
Current children cumulated vsize (KiB) 311252

[startup+1422.31 s]
/proc/loadavg: 2.00 2.07 2.24 3/179 12249
/proc/meminfo: memFree=31040548/32951124 swapFree=67111528/67111528
[pid=12104] ppid=12102 vsize=310068 CPUtime=1422.34
/proc/12104/stat : 12104 (pbscip.linux.x8) R 12102 12104 10347 0 -1 4202496 6287335 0 0 0 135866 6368 0 0 25 0 1 0 132051729 317509632 71333 4089446400 4194304 9819077 140735514733568 18446744073709551615 4210097 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/12104/statm: 77517 71333 742 1374 0 76138 0
Current children cumulated CPU time (s) 1422.34
Current children cumulated vsize (KiB) 310068

[startup+1482.3 s]
/proc/loadavg: 2.00 2.05 2.22 3/179 12250
/proc/meminfo: memFree=31039392/32951124 swapFree=67111528/67111528
[pid=12104] ppid=12102 vsize=311308 CPUtime=1482.34
/proc/12104/stat : 12104 (pbscip.linux.x8) R 12102 12104 10347 0 -1 4202496 6573404 0 0 0 141631 6603 0 0 25 0 1 0 132051729 318779392 71617 4089446400 4194304 9819077 140735514733568 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/12104/statm: 77827 71617 742 1374 0 76448 0
Current children cumulated CPU time (s) 1482.34
Current children cumulated vsize (KiB) 311308

[startup+1542.3 s]
/proc/loadavg: 2.00 2.04 2.20 3/179 12279
/proc/meminfo: memFree=31428236/32951124 swapFree=67111528/67111528
[pid=12104] ppid=12102 vsize=312796 CPUtime=1542.34
/proc/12104/stat : 12104 (pbscip.linux.x8) R 12102 12104 10347 0 -1 4202496 6862528 0 0 0 147309 6925 0 0 25 0 1 0 132051729 320303104 71998 4089446400 4194304 9819077 140735514733568 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/12104/statm: 78199 71998 742 1374 0 76820 0
Current children cumulated CPU time (s) 1542.34
Current children cumulated vsize (KiB) 312796

[startup+1602.3 s]
/proc/loadavg: 2.06 2.05 2.19 3/179 12281
/proc/meminfo: memFree=31356888/32951124 swapFree=67111528/67111528
[pid=12104] ppid=12102 vsize=313548 CPUtime=1602.34
/proc/12104/stat : 12104 (pbscip.linux.x8) R 12102 12104 10347 0 -1 4202496 7140872 0 0 0 153003 7231 0 0 25 0 1 0 132051729 321073152 72134 4089446400 4194304 9819077 140735514733568 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/12104/statm: 78387 72134 742 1374 0 77008 0
Current children cumulated CPU time (s) 1602.34
Current children cumulated vsize (KiB) 313548

[startup+1662.3 s]
/proc/loadavg: 2.02 2.04 2.18 3/179 12282
/proc/meminfo: memFree=31281704/32951124 swapFree=67111528/67111528
[pid=12104] ppid=12102 vsize=327060 CPUtime=1662.35
/proc/12104/stat : 12104 (pbscip.linux.x8) R 12102 12104 10347 0 -1 4202496 7408092 0 0 0 158719 7516 0 0 25 0 1 0 132051729 334909440 75556 4089446400 4194304 9819077 140735514733568 18446744073709551615 6179008 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/12104/statm: 81765 75556 742 1374 0 80386 0
Current children cumulated CPU time (s) 1662.35
Current children cumulated vsize (KiB) 327060

[startup+1722.3 s]
/proc/loadavg: 2.00 2.03 2.17 3/179 12284
/proc/meminfo: memFree=31209508/32951124 swapFree=67111528/67111528
[pid=12104] ppid=12102 vsize=317196 CPUtime=1722.34
/proc/12104/stat : 12104 (pbscip.linux.x8) R 12102 12104 10347 0 -1 4202496 7649715 0 0 0 164440 7794 0 0 25 0 1 0 132051729 324808704 72994 4089446400 4194304 9819077 140735514733568 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/12104/statm: 79299 72994 742 1374 0 77920 0
Current children cumulated CPU time (s) 1722.34
Current children cumulated vsize (KiB) 317196

[startup+1782.3 s]
/proc/loadavg: 2.04 2.03 2.16 3/179 12285
/proc/meminfo: memFree=31171884/32951124 swapFree=67111528/67111528
[pid=12104] ppid=12102 vsize=319796 CPUtime=1782.35
/proc/12104/stat : 12104 (pbscip.linux.x8) R 12102 12104 10347 0 -1 4202496 7909621 0 0 0 170157 8078 0 0 25 0 1 0 132051729 327471104 73419 4089446400 4194304 9819077 140735514733568 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/12104/statm: 79949 73419 742 1374 0 78570 0
Current children cumulated CPU time (s) 1782.35
Current children cumulated vsize (KiB) 319796



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.02 2.03 2.16 3/179 12286
/proc/meminfo: memFree=31165552/32951124 swapFree=67111528/67111528
[pid=12104] ppid=12102 vsize=320348 CPUtime=1800.05
/proc/12104/stat : 12104 (pbscip.linux.x8) R 12102 12104 10347 0 -1 4202496 7985111 0 0 0 171833 8172 0 0 25 0 1 0 132051729 328036352 73492 4089446400 4194304 9819077 140735514733568 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/12104/statm: 80087 73492 742 1374 0 78708 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 320348

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

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

[startup+1800.11 s]
/proc/loadavg: 2.02 2.03 2.16 3/179 12286
/proc/meminfo: memFree=31165552/32951124 swapFree=67111528/67111528
[pid=12104] ppid=12102 vsize=320104 CPUtime=1800.15
/proc/12104/stat : 12104 (pbscip.linux.x8) R 12102 12104 10347 0 -1 4202496 7985114 0 0 0 171843 8172 0 0 25 0 1 0 132051729 327786496 73432 4089446400 4194304 9819077 140735514733568 18446744073709551615 6179927 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/12104/statm: 80026 73432 743 1374 0 78647 0
Current children cumulated CPU time (s) 1800.15
Current children cumulated vsize (KiB) 320104

Child status: 0
Real time (s): 1800.18
CPU time (s): 1800.24
CPU user time (s): 1718.5
CPU system time (s): 81.7396
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 327060

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

runsolver used 3.02554 second user time and 6.06008 second system time

The end

Launcher Data

Begin job on node102 at 2010-06-30 16:18:56
IDJOB=2693503
IDBENCH=78950
IDSOLVER=1205
FILE ID=node102/2693503-1277907536
PBS_JOBID= 11197156
Free space on /tmp= 74212 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.1900584106--soft-33-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-2693503-1277907536/watcher-2693503-1277907536 -o /tmp/evaluation-result-2693503-1277907536/solver-2693503-1277907536 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2693503-1277907536.wbo -t 1800 -m 3800

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

MD5SUM BENCH= df541056d5ee75c7588bd018b6cc514e
RANDOM SEED=721911091

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31577944 kB
Buffers:        191224 kB
Cached:         734128 kB
SwapCached:          0 kB
Active:         657488 kB
Inactive:       573560 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31577944 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            6292 kB
Writeback:           0 kB
AnonPages:      306184 kB
Mapped:          20368 kB
Slab:            77284 kB
PageTables:       5944 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1654156 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= 74200 MiB
End job on node102 at 2010-06-30 16:48:58