Trace number 2705551

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.16 1790.14

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900579996--soft-33-100-0.wbo
MD5SUM469cd609ab798a94b23843d73b73e9c6
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark340.634
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 constraints1837
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 93832
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 93831
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 677
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-2705551-1278572956.wbo>
0.00/0.03	c original problem has 3905 variables (2068 bin, 0 int, 1837 impl, 0 cont) and 4545 constraints
0.00/0.03	c problem read
0.00/0.03	c presolving settings loaded
0.00/0.04	c presolving:
0.00/0.05	c (round 1) 0 del vars, 1 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 130 impls, 5 clqs
0.06/0.08	c (round 2) 0 del vars, 61 del conss, 1837 chg bounds, 45 chg sides, 0 chg coeffs, 0 upgd conss, 130 impls, 5 clqs
0.06/0.08	c (round 3) 45 del vars, 145 del conss, 1851 chg bounds, 70 chg sides, 0 chg coeffs, 0 upgd conss, 130 impls, 5 clqs
0.06/0.09	c (round 4) 118 del vars, 147 del conss, 1852 chg bounds, 71 chg sides, 0 chg coeffs, 0 upgd conss, 130 impls, 5 clqs
0.09/0.10	c (round 5) 120 del vars, 147 del conss, 1852 chg bounds, 71 chg sides, 0 chg coeffs, 844 upgd conss, 130 impls, 5 clqs
0.09/0.10	c (round 6) 120 del vars, 162 del conss, 1852 chg bounds, 71 chg sides, 0 chg coeffs, 844 upgd conss, 130 impls, 5 clqs
0.09/0.15	c    (0.1s) probing: 101/2008 (5.0%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.09/0.15	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.09/0.15	c presolving (7 rounds):
0.09/0.15	c  120 deleted vars, 162 deleted constraints, 1852 tightened bounds, 0 added holes, 71 changed sides, 0 changed coefficients
0.09/0.15	c  3666 implications, 5 cliques
0.09/0.15	c presolved problem has 3785 variables (2008 bin, 0 int, 1777 impl, 0 cont) and 4383 constraints
0.09/0.15	c      44 constraints of type <setppc>
0.09/0.15	c    1777 constraints of type <linear>
0.09/0.15	c    1777 constraints of type <indicator>
0.09/0.15	c     785 constraints of type <logicor>
0.09/0.15	c transformed objective value is always integral (scale: 1)
0.09/0.15	c Presolving Time: 0.11
0.09/0.15	c - non default parameters ----------------------------------------------------------------------
0.09/0.15	c # SCIP version 1.2.1.3
0.09/0.15	c 
0.09/0.15	c # frequency for displaying node information lines
0.09/0.15	c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.15	c display/freq = 10000
0.09/0.15	c 
0.09/0.15	c # maximal time in seconds to run
0.09/0.15	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.15	c limits/time = 1789.98
0.09/0.15	c 
0.09/0.15	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.15	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.15	c limits/memory = 3420
0.09/0.15	c 
0.09/0.15	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.09/0.15	c # [type: int, range: [1,2], default: 1]
0.09/0.15	c timing/clocktype = 2
0.09/0.15	c 
0.09/0.15	c # should presolving try to simplify inequalities
0.09/0.15	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.15	c constraints/linear/simplifyinequalities = TRUE
0.09/0.15	c 
0.09/0.15	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.09/0.15	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.15	c constraints/indicator/addCouplingCons = TRUE
0.09/0.15	c 
0.09/0.15	c # should presolving try to simplify knapsacks
0.09/0.15	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.15	c constraints/knapsack/simplifyinequalities = TRUE
0.09/0.15	c 
0.09/0.15	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.09/0.15	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.15	c separating/rapidlearning/freq = 0
0.09/0.15	c 
0.09/0.15	c -----------------------------------------------------------------------------------------------
0.09/0.15	c start solving
0.09/0.15	c 
0.09/0.15	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.15	c   0.1s|     1 |     0 |     9 |     - |  14M|   0 |   3 |3785 |4383 |3785 | 829 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.19/0.24	c   0.2s|     1 |     0 |    50 |     - |  14M|   0 |  34 |3785 |4383 |3785 | 852 |  23 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.29/0.30	c   0.3s|     1 |     0 |    86 |     - |  14M|   0 |  43 |3785 |4383 |3785 | 884 |  55 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.29/0.37	c   0.3s|     1 |     0 |   118 |     - |  15M|   0 |  41 |3785 |4383 |3785 | 898 |  69 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.39/0.43	c   0.4s|     1 |     0 |   145 |     - |  15M|   0 |  34 |3785 |4383 |3785 | 905 |  76 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.39/0.49	c   0.5s|     1 |     0 |   162 |     - |  15M|   0 |  34 |3785 |4383 |3785 | 913 |  84 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.49/0.56	c   0.5s|     1 |     0 |   184 |     - |  15M|   0 |  55 |3785 |4383 |3785 | 917 |  88 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.69/0.80	c   0.8s|     1 |     2 |   184 |     - |  15M|   0 |  55 |3785 |4383 |3785 | 917 |  88 |   0 |  17 | 0.000000e+00 |      --      |    Inf 
1.19/1.21	o 90383
1.19/1.21	c y 1.2s|    19 |    18 |   429 |  13.6 |  15M|  17 |   - |3785 |4383 |   0 |   0 | 114 |   0 | 194 | 0.000000e+00 | 9.038300e+04 |    Inf 
2.89/2.93	o 361
2.89/2.93	c * 2.9s|  1629 |  1437 |   690 |   0.3 |  18M|1603 |   - |3785 |4386 |3785 | 933 | 151 |   3 | 277 | 0.000000e+00 | 3.610000e+02 |    Inf 
9.49/9.51	o 360
9.49/9.51	c * 9.5s|  6677 |  6386 |  2097 |   0.3 |  28M|1603 |   - |3785 |4613 |3785 | 940 | 394 | 230 | 601 | 0.000000e+00 | 3.600000e+02 |    Inf 
10.39/10.44	o 301
10.39/10.44	c *10.4s|  7212 |  6591 |  2780 |   0.4 |  29M|1603 |   - |3785 |4844 |3785 | 942 | 551 | 461 | 665 | 0.000000e+00 | 3.010000e+02 |    Inf 
13.89/13.91	o 247
13.89/13.91	c *13.9s|  9059 |  7533 |  4979 |   0.5 |  32M|1603 |   - |3785 |5320 |3785 | 929 |1122 |1004 | 800 | 0.000000e+00 | 2.470000e+02 |    Inf 
15.19/15.27	o 242
15.19/15.27	c *15.2s|  9680 |  7986 |  6096 |   0.6 |  34M|1603 |   - |3785 |5424 |3785 | 933 |1336 |1160 | 898 | 0.000000e+00 | 2.420000e+02 |    Inf 
15.39/15.45	o 231
15.39/15.45	c *15.4s|  9777 |  7957 |  6294 |   0.6 |  34M|1603 |   - |3785 |5437 |3785 | 932 |1375 |1174 | 909 | 0.000000e+00 | 2.310000e+02 |    Inf 
15.69/15.77	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
15.69/15.77	c  15.7s| 10000 |  8180 |  6346 |   0.6 |  35M|1603 |   0 |3785 |5432 |3785 | 928 |1383 |1174 | 910 | 0.000000e+00 | 2.310000e+02 |    Inf 
16.39/16.50	o 206
16.39/16.50	c *16.5s| 10405 |  8011 |  6696 |   0.6 |  34M|1603 |   - |3785 |5554 |3785 | 925 |1487 |1304 | 930 | 0.000000e+00 | 2.060000e+02 |    Inf 
16.50/16.57	o 174
16.50/16.57	c *16.5s| 10442 |  7383 |  6713 |   0.6 |  33M|1603 |   - |3785 |5559 |3785 | 925 |1488 |1309 | 930 | 0.000000e+00 | 1.740000e+02 |    Inf 
16.89/16.98	o 166
16.89/16.98	c *16.9s| 10592 |  7259 |  7176 |   0.7 |  34M|1603 |   - |3785 |5656 |3785 | 939 |1573 |1410 | 957 | 0.000000e+00 | 1.660000e+02 |    Inf 
20.29/20.34	o 160
20.29/20.34	c *20.3s| 11937 |  7921 | 10648 |   0.9 |  39M|1603 |   - |3785 |6390 |3785 | 946 |2254 |2222 |1226 | 0.000000e+00 | 1.600000e+02 |    Inf 
20.49/20.52	o 118
20.49/20.52	c *20.5s| 12003 |  5580 | 10793 |   0.9 |  34M|1603 |   - |3785 |6425 |3785 | 948 |2284 |2257 |1238 | 0.000000e+00 | 1.180000e+02 |    Inf 
26.29/26.40	o 117
26.29/26.40	c *26.4s| 14244 |  6657 | 16763 |   1.2 |  44M|1603 |   - |3785 |7769 |3785 | 944 |3277 |3835 |1462 | 0.000000e+00 | 1.170000e+02 |    Inf 
26.89/26.94	o 113
26.89/26.94	c *26.9s| 14449 |  6590 | 17284 |   1.2 |  45M|1603 |   - |3785 |7906 |3785 | 945 |3369 |4003 |1471 | 0.000000e+00 | 1.130000e+02 |    Inf 
27.50/27.55	o 105
27.50/27.55	c *27.5s| 14658 |  6291 | 17880 |   1.2 |  45M|1603 |   - |3785 |7975 |3785 | 953 |3511 |4128 |1483 | 0.000000e+00 | 1.050000e+02 |    Inf 
27.50/27.56	o 102
27.50/27.56	c *27.5s| 14659 |  6122 | 17880 |   1.2 |  45M|1603 |   - |3785 |7975 |3785 | 953 |3511 |4128 |1483 | 0.000000e+00 | 1.020000e+02 |    Inf 
33.09/33.15	o 98
33.09/33.15	c *33.1s| 16915 |  7263 | 23753 |   1.4 |  53M|1603 |   - |3785 |8337 |3785 | 930 |4734 |5192 |1546 | 0.000000e+00 | 9.800000e+01 |    Inf 
33.09/33.20	o 94
33.09/33.20	c *33.2s| 16931 |  6991 | 23799 |   1.4 |  52M|1603 |   - |3785 |8258 |3785 | 924 |4744 |5205 |1546 | 0.000000e+00 | 9.400000e+01 |    Inf 
34.00/34.08	o 81
34.00/34.08	c *34.1s| 17253 |  6025 | 24712 |   1.4 |  50M|1603 |   - |3785 |8115 |3785 | 928 |4940 |5412 |1559 | 0.000000e+00 | 8.100000e+01 |    Inf 
34.39/34.48	o 75
34.39/34.48	c *34.5s| 17369 |  5733 | 25277 |   1.4 |  49M|1603 |   - |3785 |7828 |3785 | 957 |5089 |5477 |1567 | 0.000000e+00 | 7.500000e+01 |    Inf 
35.29/35.30	o 69
35.29/35.30	c *35.3s| 17678 |  5441 | 26452 |   1.5 |  48M|1603 |   - |3785 |7615 |3785 | 945 |5323 |5637 |1599 | 0.000000e+00 | 6.900000e+01 |    Inf 
35.59/35.60	o 59
35.59/35.60	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
35.59/35.60	c *35.6s| 17763 |  4801 | 26987 |   1.5 |  46M|1603 |   - |3785 |7440 |3785 | 940 |5414 |5721 |1624 | 0.000000e+00 | 5.900000e+01 |    Inf 
35.59/35.60	o 53
35.59/35.60	c *35.6s| 17764 |  4469 | 26987 |   1.5 |  43M|1603 |   - |3785 |7440 |3785 | 940 |5414 |5721 |1624 | 0.000000e+00 | 5.300000e+01 |    Inf 
35.59/35.66	o 36
35.59/35.66	c *35.6s| 17787 |  3884 | 27055 |   1.5 |  39M|1603 |   - |3785 |6827 |3785 | 950 |5424 |5735 |1624 | 0.000000e+00 | 3.600000e+01 |    Inf 
35.79/35.88	o 16
35.79/35.88	c *35.9s| 17843 |  3117 | 27673 |   1.5 |  35M|1603 |   - |3785 |6388 |3785 | 941 |5486 |5789 |1636 | 0.000000e+00 | 1.600000e+01 |    Inf 
35.89/35.95	o 8
35.89/35.95	c *35.9s| 17860 |  2480 | 28039 |   1.6 |  32M|1603 |   - |3785 |5761 |3785 | 934 |5516 |5812 |1645 | 0.000000e+00 | 8.000000e+00 |    Inf 
39.79/39.87	c  39.8s| 20000 |  2564 | 46151 |   2.3 |  34M|1603 |   8 |3785 |6614 |3785 | 914 |7235 |8573 |1761 | 0.000000e+00 | 8.000000e+00 |    Inf 
51.90/51.98	o 6
51.90/51.98	c *52.0s| 27074 |  2298 |101329 |   3.7 |  34M|1603 |   - |3785 |8101 |3785 | 923 |  12k|  17k|1933 | 0.000000e+00 | 6.000000e+00 |    Inf 
56.99/57.04	c  57.0s| 30000 |  2329 |122931 |   4.1 |  35M|1603 |   - |3785 |8081 |   0 |   0 |  13k|  21k|2112 | 0.000000e+00 | 6.000000e+00 |    Inf 
74.59/74.63	c  74.6s| 40000 |  2407 |196914 |   4.9 |  37M|1603 |   - |3785 |  10k|   0 |   0 |  19k|  34k|2644 | 0.000000e+00 | 6.000000e+00 |    Inf 
92.59/92.67	c  92.6s| 50000 |  2592 |272617 |   5.4 |  41M|1603 |  19 |3785 |  14k|3785 | 929 |  26k|  47k|3020 | 0.000000e+00 | 6.000000e+00 |    Inf 
112.30/112.33	c   112s| 60000 |  2739 |356287 |   5.9 |  44M|1603 |   - |3785 |  18k|   0 |   0 |  31k|  60k|3402 | 0.000000e+00 | 6.000000e+00 |    Inf 
119.59/119.63	o 4
119.59/119.63	c * 120s| 63502 |  2463 |387888 |   6.1 |  42M|1603 |   - |3785 |  18k|3785 | 942 |  33k|  65k|3533 | 0.000000e+00 | 4.000000e+00 |    Inf 
131.69/131.77	c   132s| 70000 |  2429 |436842 |   6.2 |  41M|1603 |  13 |3785 |  16k|3785 | 947 |  36k|  74k|3725 | 0.000000e+00 | 4.000000e+00 |    Inf 
146.99/147.06	o 2
146.99/147.06	c * 147s| 77765 |  2302 |505014 |   6.5 |  41M|1603 |   - |3785 |  16k|3785 | 967 |  39k|  84k|3933 | 0.000000e+00 | 2.000000e+00 |    Inf 
151.10/151.16	c   151s| 80000 |  2282 |522000 |   6.5 |  40M|1603 |   - |3785 |  14k|   0 |   0 |  40k|  87k|4020 | 0.000000e+00 | 2.000000e+00 |    Inf 
169.59/169.63	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
169.59/169.63	c   170s| 90000 |  2184 |607722 |   6.8 |  39M|1603 |   1 |3785 |  13k|3785 | 930 |  45k| 100k|4305 | 0.000000e+00 | 2.000000e+00 |    Inf 
187.89/187.97	c   188s|100000 |  2104 |694940 |   6.9 |  40M|1603 |  18 |3785 |  14k|3785 | 956 |  51k| 113k|4549 | 0.000000e+00 | 2.000000e+00 |    Inf 
206.70/206.74	c   207s|110000 |  2022 |784809 |   7.1 |  39M|1603 |   - |3785 |  13k|   0 |   0 |  58k| 126k|4825 | 0.000000e+00 | 2.000000e+00 |    Inf 
224.89/224.95	c   225s|120000 |  2075 |865866 |   7.2 |  42M|1603 |   - |3785 |  18k|3785 | 938 |  65k| 140k|5016 | 0.000000e+00 | 2.000000e+00 |    Inf 
245.50/245.57	c   246s|130000 |  2116 |951219 |   7.3 |  43M|1603 |  12 |3785 |  20k|3785 | 931 |  72k| 153k|5192 | 0.000000e+00 | 2.000000e+00 |    Inf 
265.40/265.45	c   265s|140000 |  2180 |  1040k|   7.4 |  44M|1603 |   - |3785 |  20k|3785 | 924 |  79k| 166k|5370 | 0.000000e+00 | 2.000000e+00 |    Inf 
286.39/286.50	c   286s|150000 |  2210 |  1131k|   7.5 |  46M|1603 |   - |3785 |  23k|   0 |   0 |  86k| 180k|5534 | 0.000000e+00 | 2.000000e+00 |    Inf 
309.29/309.35	c   309s|160000 |  2237 |  1224k|   7.7 |  47M|1603 |   1 |3785 |  26k|3785 | 952 |  95k| 193k|5733 | 0.000000e+00 | 2.000000e+00 |    Inf 
330.70/330.78	c   331s|170000 |  2228 |  1304k|   7.7 |  47M|1603 |  19 |3785 |  24k|3785 | 952 | 102k| 206k|5856 | 0.000000e+00 | 2.000000e+00 |    Inf 
353.01/353.01	c   353s|180000 |  2345 |  1391k|   7.7 |  51M|1603 |   - |3785 |  31k|   0 |   0 | 111k| 220k|6009 | 0.000000e+00 | 2.000000e+00 |    Inf 
376.20/376.29	c   376s|190000 |  2280 |  1473k|   7.8 |  52M|1603 |  11 |3785 |  34k|3785 | 944 | 117k| 234k|6142 | 0.000000e+00 | 2.000000e+00 |    Inf 
399.70/399.77	c   400s|200000 |  2398 |  1551k|   7.8 |  53M|1603 |   - |3785 |  34k|   0 |   0 | 125k| 247k|6284 | 0.000000e+00 | 2.000000e+00 |    Inf 
424.29/424.38	c   424s|210000 |  2306 |  1630k|   7.8 |  53M|1603 |   - |3785 |  34k|   0 |   0 | 133k| 261k|6399 | 0.000000e+00 | 2.000000e+00 |    Inf 
449.29/449.32	c   449s|220000 |  2330 |  1716k|   7.8 |  54M|1603 |  11 |3785 |  36k|3785 | 936 | 141k| 275k|6542 | 0.000000e+00 | 2.000000e+00 |    Inf 
475.70/475.70	c   476s|230000 |  2337 |  1800k|   7.8 |  55M|1603 |   8 |3785 |  37k|3785 | 926 | 149k| 288k|6711 | 0.000000e+00 | 2.000000e+00 |    Inf 
502.70/502.73	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
502.70/502.73	c   503s|240000 |  2489 |  1886k|   7.9 |  58M|1603 |  19 |3785 |  43k|3785 | 927 | 158k| 301k|6854 | 0.000000e+00 | 2.000000e+00 |    Inf 
530.50/530.55	c   531s|250000 |  2460 |  1972k|   7.9 |  59M|1603 |   9 |3785 |  44k|3785 | 924 | 166k| 315k|6981 | 0.000000e+00 | 2.000000e+00 |    Inf 
557.80/557.84	o 1
557.80/557.84	c * 558s|259473 |  2597 |  2050k|   7.9 |  60M|1603 |   - |3785 |  46k|3785 | 926 | 174k| 327k|7063 | 0.000000e+00 | 1.000000e+00 |    Inf 
559.40/559.41	c   559s|260000 |  2604 |  2054k|   7.9 |  59M|1603 |  14 |3785 |  44k|3785 | 938 | 175k| 328k|7063 | 0.000000e+00 | 1.000000e+00 |    Inf 
587.80/587.85	c   588s|270000 |  2573 |  2132k|   7.9 |  60M|1603 |  10 |3785 |  46k|3785 | 924 | 181k| 342k|7190 | 0.000000e+00 | 1.000000e+00 |    Inf 
617.10/617.12	c   617s|280000 |  2503 |  2208k|   7.9 |  60M|1603 |   - |3785 |  45k|   0 |   0 | 187k| 356k|7262 | 0.000000e+00 | 1.000000e+00 |    Inf 
646.20/646.25	c   646s|290000 |  2569 |  2289k|   7.9 |  61M|1603 |   1 |3785 |  47k|3785 | 964 | 193k| 371k|7379 | 0.000000e+00 | 1.000000e+00 |    Inf 
676.40/676.43	c   676s|300000 |  2522 |  2375k|   7.9 |  62M|1603 |  19 |3785 |  50k|3785 | 942 | 197k| 386k|7464 | 0.000000e+00 | 1.000000e+00 |    Inf 
705.90/705.93	c   706s|310000 |  2481 |  2458k|   7.9 |  61M|1603 |  15 |3785 |  48k|3785 | 931 | 203k| 400k|7559 | 0.000000e+00 | 1.000000e+00 |    Inf 
734.70/734.76	c   735s|320000 |  2417 |  2539k|   7.9 |  61M|1603 |   - |3785 |  47k|3785 | 942 | 209k| 414k|7650 | 0.000000e+00 | 1.000000e+00 |    Inf 
764.00/764.05	c   764s|330000 |  2422 |  2620k|   7.9 |  62M|1603 |  14 |3785 |  49k|3785 | 939 | 214k| 428k|7717 | 0.000000e+00 | 1.000000e+00 |    Inf 
793.30/793.31	c   793s|340000 |  2409 |  2697k|   7.9 |  63M|1603 |   - |3785 |  51k|   0 |   0 | 220k| 443k|7806 | 0.000000e+00 | 1.000000e+00 |    Inf 
822.71/822.74	c   823s|350000 |  2322 |  2782k|   7.9 |  57M|1603 |   - |3785 |  38k|   0 |   0 | 224k| 457k|7870 | 0.000000e+00 | 1.000000e+00 |    Inf 
848.41/848.49	c   848s|360000 |  2335 |  2862k|   7.9 |  58M|1603 |  10 |3785 |  39k|3785 | 956 | 229k| 470k|7964 | 0.000000e+00 | 1.000000e+00 |    Inf 
875.10/875.19	c   875s|370000 |  2351 |  2941k|   8.0 |  60M|1603 |  25 |3785 |  45k|3785 | 949 | 233k| 484k|8025 | 0.000000e+00 | 1.000000e+00 |    Inf 
904.30/904.34	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
904.30/904.34	c   904s|380000 |  2352 |  3022k|   8.0 |  62M|1603 |   1 |3785 |  49k|3785 | 959 | 237k| 498k|8097 | 0.000000e+00 | 1.000000e+00 |    Inf 
935.70/935.70	c   936s|390000 |  2320 |  3111k|   8.0 |  60M|1603 |   - |3785 |  45k|   0 |   0 | 242k| 512k|8175 | 0.000000e+00 | 1.000000e+00 |    Inf 
962.81/962.80	c   963s|400000 |  2267 |  3187k|   8.0 |  59M|1603 |   - |3785 |  42k|   0 |   0 | 248k| 526k|8238 | 0.000000e+00 | 1.000000e+00 |    Inf 
985.91/985.98	c   986s|410000 |  2194 |  3262k|   8.0 |  54M|1603 |   - |3785 |  30k|   0 |   0 | 253k| 540k|8349 | 0.000000e+00 | 1.000000e+00 |    Inf 
1009.10/1009.18	c  1009s|420000 |  2166 |  3338k|   7.9 |  55M|1603 |   - |3785 |  35k|3785 | 939 | 259k| 553k|8404 | 0.000000e+00 | 1.000000e+00 |    Inf 
1035.51/1035.51	c  1035s|430000 |  1979 |  3415k|   7.9 |  48M|1603 |   1 |3785 |  25k|3785 | 937 | 265k| 567k|8526 | 0.000000e+00 | 1.000000e+00 |    Inf 
1056.60/1056.63	c  1057s|440000 |  1998 |  3481k|   7.9 |  51M|1603 |   1 |3785 |  30k|3785 | 951 | 270k| 581k|8798 | 0.000000e+00 | 1.000000e+00 |    Inf 
1080.00/1080.05	c  1080s|450000 |  1973 |  3553k|   7.9 |  50M|1603 |   - |3785 |  30k|   0 |   0 | 275k| 595k|8798 | 0.000000e+00 | 1.000000e+00 |    Inf 
1101.81/1101.83	c  1102s|460000 |  1879 |  3637k|   7.9 |  46M|1603 |  19 |3785 |  21k|3785 | 936 | 280k| 609k|8862 | 0.000000e+00 | 1.000000e+00 |    Inf 
1121.21/1121.25	c  1121s|470000 |  1638 |  3714k|   7.9 |  43M|1603 |   - |3785 |  14k|   0 |   0 | 285k| 623k|8941 | 0.000000e+00 | 1.000000e+00 |    Inf 
1140.21/1140.22	c  1140s|480000 |  1665 |  3795k|   7.9 |  46M|1603 |  12 |3785 |  21k|3785 | 942 | 289k| 636k|8979 | 0.000000e+00 | 1.000000e+00 |    Inf 
1161.61/1161.69	c  1162s|490000 |  1512 |  3880k|   7.9 |  43M|1603 |   - |3785 |  15k|   0 |   0 | 294k| 650k|9047 | 0.000000e+00 | 1.000000e+00 |    Inf 
1180.21/1180.26	c  1180s|500000 |  1528 |  3961k|   7.9 |  44M|1603 |   9 |3785 |  18k|3785 | 929 | 300k| 663k|9127 | 0.000000e+00 | 1.000000e+00 |    Inf 
1200.81/1200.85	c  1201s|510000 |  1555 |  4043k|   7.9 |  47M|1603 |  11 |3785 |  25k|3785 | 942 | 306k| 676k|9170 | 0.000000e+00 | 1.000000e+00 |    Inf 
1224.31/1224.31	c  1224s|520000 |  1568 |  4125k|   7.9 |  49M|1603 |  12 |3785 |  31k|3785 | 951 | 312k| 690k|9243 | 0.000000e+00 | 1.000000e+00 |    Inf 
1246.21/1246.22	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1246.21/1246.22	c  1246s|530000 |  1499 |  4200k|   7.9 |  44M|1603 |   - |3785 |  20k|   0 |   0 | 318k| 703k|9303 | 0.000000e+00 | 1.000000e+00 |    Inf 
1267.51/1267.57	c  1268s|540000 |  1559 |  4280k|   7.9 |  47M|1603 |   - |3785 |  27k|   0 |   0 | 323k| 716k|9350 | 0.000000e+00 | 1.000000e+00 |    Inf 
1290.22/1290.25	c  1290s|550000 |  1394 |  4360k|   7.9 |  44M|1603 |   9 |3785 |  19k|3785 | 925 | 329k| 730k|9398 | 0.000000e+00 | 1.000000e+00 |    Inf 
1309.51/1309.59	c  1310s|560000 |  1304 |  4438k|   7.9 |  43M|1603 |   - |3785 |  17k|   0 |   0 | 334k| 743k|9471 | 0.000000e+00 | 1.000000e+00 |    Inf 
1328.71/1328.75	c  1329s|570000 |  1285 |  4513k|   7.9 |  43M|1603 |   - |3785 |  18k|   0 |   0 | 339k| 756k|9516 | 0.000000e+00 | 1.000000e+00 |    Inf 
1349.62/1349.63	c  1350s|580000 |  1297 |  4585k|   7.9 |  45M|1603 |  22 |3785 |  24k|3785 | 925 | 344k| 769k|9565 | 0.000000e+00 | 1.000000e+00 |    Inf 
1372.11/1372.19	c  1372s|590000 |  1375 |  4659k|   7.9 |  46M|1603 |   - |3785 |  27k|   0 |   0 | 350k| 782k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
1394.41/1394.45	c  1394s|600000 |  1470 |  4730k|   7.9 |  48M|1603 |   - |3785 |  30k|   0 |   0 | 355k| 795k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
1418.01/1418.09	c  1418s|610000 |  1430 |  4808k|   7.9 |  49M|1603 |   - |3785 |  31k|   0 |   0 | 360k| 808k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
1441.32/1441.36	c  1441s|620000 |  1289 |  4887k|   7.9 |  47M|1603 |   9 |3785 |  30k|3785 | 928 | 366k| 821k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
1466.22/1466.26	c  1466s|630000 |  1300 |  4967k|   7.9 |  49M|1603 |   - |3785 |  34k|   0 |   0 | 372k| 834k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
1492.21/1492.25	c  1492s|640000 |  1295 |  5049k|   7.9 |  50M|1603 |   9 |3785 |  39k|3785 | 944 | 378k| 847k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
1519.32/1519.30	c  1519s|650000 |  1263 |  5133k|   7.9 |  49M|1603 |   - |3785 |  37k|   0 |   0 | 383k| 861k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
1545.72/1545.71	c  1546s|660000 |  1292 |  5212k|   7.9 |  50M|1603 |   - |3785 |  37k|   0 |   0 | 389k| 873k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
1571.83/1571.86	c  1572s|670000 |  1401 |  5288k|   7.9 |  52M|1603 |  19 |3785 |  43k|3785 | 956 | 395k| 886k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
1599.42/1599.45	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1599.42/1599.45	c  1599s|680000 |  1434 |  5364k|   7.9 |  54M|1603 |   - |3785 |  46k|   0 |   0 | 401k| 900k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
1629.71/1629.71	c  1630s|690000 |  1448 |  5446k|   7.9 |  54M|1603 |  25 |3785 |  46k|3785 | 935 | 406k| 913k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
1661.32/1661.30	c  1661s|700000 |  1525 |  5527k|   7.9 |  56M|1603 |   - |3785 |  50k|   0 |   0 | 412k| 926k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
1690.82/1690.87	c  1691s|710000 |  1494 |  5609k|   7.9 |  57M|1603 |   - |3785 |  53k|   0 |   0 | 417k| 940k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
1721.62/1721.68	c  1722s|720000 |  1550 |  5695k|   7.9 |  59M|1603 |   - |3785 |  57k|   0 |   0 | 422k| 954k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
1754.12/1754.17	c  1754s|730000 |  1561 |  5777k|   7.9 |  62M|1603 |   - |3785 |  63k|3785 | 965 | 428k| 968k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
1788.02/1788.04	c  1788s|740000 |  1564 |  5857k|   7.9 |  60M|1603 |  14 |3785 |  59k|3785 | 952 | 434k| 982k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
1790.01/1790.01	c 
1790.01/1790.01	c SCIP Status        : solving was interrupted [time limit reached]
1790.01/1790.01	c Solving Time (sec) : 1789.98
1790.01/1790.01	c Solving Nodes      : 740630
1790.01/1790.01	c Primal Bound       : +1.00000000000000e+00 (104 solutions)
1790.01/1790.01	c Dual Bound         : +0.00000000000000e+00
1790.01/1790.01	c Gap                : infinite
1790.01/1790.04	s SATISFIABLE
1790.01/1790.04	v -x231 -x230 -x229 -x228 -x227 -x226 -x225 x224 -x223 -x222 -x221 -x220 -x219 -x218 -x217 -x216 -x215 -x214 -x213 -x212 -x211 -x210 
1790.01/1790.04	v -x209 -x208 -x207 -x206 -x205 -x204 -x203 x202 -x201 -x200 -x199 x198 -x197 -x196 -x195 -x194 -x193 -x192 -x191 x190 -x189 
1790.01/1790.04	v -x188 -x187 -x186 -x185 -x184 -x183 -x182 -x181 -x180 -x179 -x178 -x177 x176 -x175 -x174 -x173 -x172 -x171 -x170 -x169 -x168 
1790.01/1790.04	v -x167 -x166 x165 -x164 -x163 -x162 -x161 -x160 -x159 x158 -x157 -x156 -x155 -x154 -x153 -x152 -x151 -x150 -x149 -x148 -x147 
1790.01/1790.04	v -x146 -x145 -x144 x143 -x142 -x141 -x140 -x139 -x138 -x137 x136 -x135 -x134 -x133 -x132 x131 -x130 -x129 -x128 -x127 -x126 -x125 
1790.01/1790.04	v -x124 -x123 -x122 -x121 -x120 -x119 -x118 -x117 -x116 -x115 -x114 -x113 x112 -x111 -x110 -x109 -x108 -x107 -x106 x105 -x104 
1790.01/1790.04	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.01/1790.04	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.01/1790.04	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.01/1790.04	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.01/1790.04	v -x1 
1790.01/1790.04	c SCIP Status        : solving was interrupted [time limit reached]
1790.01/1790.04	c Solving Time       :    1789.98
1790.01/1790.04	c Original Problem   :
1790.01/1790.04	c   Problem name     : HOME/instance-2705551-1278572956.wbo
1790.01/1790.04	c   Variables        : 3905 (2068 binary, 0 integer, 1837 implicit integer, 0 continuous)
1790.01/1790.04	c   Constraints      : 4545 initial, 4545 maximal
1790.01/1790.04	c Presolved Problem  :
1790.01/1790.04	c   Problem name     : t_HOME/instance-2705551-1278572956.wbo
1790.01/1790.04	c   Variables        : 3785 (2008 binary, 0 integer, 1777 implicit integer, 0 continuous)
1790.01/1790.04	c   Constraints      : 4383 initial, 64076 maximal
1790.01/1790.04	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1790.01/1790.04	c   trivial          :       0.00         60          0          0          0          0          0          0          0
1790.01/1790.04	c   dualfix          :       0.00         60          0          0          0          0          0          0          0
1790.01/1790.04	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1790.01/1790.04	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1790.01/1790.04	c   implics          :       0.00          0          0          0          0          0          0          0          0
1790.01/1790.04	c   probing          :       0.04          0          0          0          0          0          0          0          0
1790.01/1790.04	c   setppc           :       0.00          0          0          0          0          0         15          0          0
1790.01/1790.04	c   linear           :       0.05          0          0          0       1852          0         87         71          0
1790.01/1790.04	c   indicator        :       0.00          0          0          0          0          0         60          0          0
1790.01/1790.04	c   logicor          :       0.01          0          0          0          0          0          0          0          0
1790.01/1790.04	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0
1790.01/1790.04	c   root node        :          -       3554          -          -       3554          -          -          -          -
1790.01/1790.04	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1790.01/1790.04	c   integral         :          0          0          0     474896          0        142       2037          0          0     792970
1790.01/1790.04	c   setppc           :         44          6    3378441      75523          1      15873     795769          0          0          0
1790.01/1790.04	c   linear           :       1777          6    3371575      76424          1     207942   16381906     434516          0          0
1790.01/1790.04	c   indicator        :       1777          0    1072130      39677          0        138     855036          0          0          0
1790.01/1790.04	c   logicor          :        785+         6    1563434      14543          1     102139    3910913          0          0          0
1790.01/1790.04	c   bounddisjunction :          0+         0     384665          0          0         47       1409          0          0          0
1790.01/1790.04	c   countsols        :          0          0          0      14543          1          0          0          0          0          0
1790.01/1790.04	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1790.01/1790.04	c   integral         :      20.02       0.00       0.00      20.02       0.00
1790.01/1790.04	c   setppc           :       8.00       0.00       7.95       0.05       0.00
1790.01/1790.04	c   linear           :     136.46       0.00     132.42       4.04       0.00
1790.01/1790.04	c   indicator        :       6.66       0.01       4.51       2.14       0.00
1790.01/1790.04	c   logicor          :     371.89       0.00     371.73       0.16       0.00
1790.01/1790.04	c   bounddisjunction :       2.06       0.00       2.06       0.00       0.00
1790.01/1790.04	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1790.01/1790.04	c Propagators        :       Time      Calls    Cutoffs    DomReds
1790.01/1790.04	c   vbounds          :       0.59      12276          0       1526
1790.01/1790.04	c   rootredcost      :       0.54         30          0       1777
1790.01/1790.04	c   pseudoobj        :      83.43    3388992       1475     785437
1790.01/1790.04	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1790.01/1790.04	c   propagation      :      15.35     327476     326943    2069198       27.0       6367       25.1          -
1790.01/1790.04	c   infeasible LP    :      17.16      67404      67404     524204       42.2        407       17.0          0
1790.01/1790.04	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1790.01/1790.04	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1790.01/1790.04	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1790.01/1790.04	c   applied globally :          -          -          -     982830       24.7          -          -          -
1790.01/1790.04	c   applied locally  :          -          -          -          0        0.0          -          -          -
1790.01/1790.04	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1790.01/1790.04	c   cut pool         :       0.00          5          -          -         14          -    (maximal pool size: 318)
1790.01/1790.04	c   redcost          :      29.27     475811          0      79154          0          0
1790.01/1790.04	c   impliedbounds    :       0.00          6          0          0          0          0
1790.01/1790.04	c   intobj           :       0.00          0          0          0          0          0
1790.01/1790.04	c   cgmip            :       0.00          0          0          0          0          0
1790.01/1790.04	c   gomory           :       0.12          6          0          0       1224          0
1790.01/1790.04	c   strongcg         :       0.10          6          0          0       1249          0
1790.01/1790.04	c   cmir             :       0.02          6          0          0          0          0
1790.01/1790.04	c   flowcover        :       0.06          6          0          0          0          0
1790.01/1790.04	c   clique           :       0.00          6          0          0          0          0
1790.01/1790.04	c   zerohalf         :       0.00          0          0          0          0          0
1790.01/1790.04	c   mcf              :       0.00          1          0          0          0          0
1790.01/1790.04	c   rapidlearning    :       0.07          1          0          0          0          0
1790.01/1790.04	c Pricers            :       Time      Calls       Vars
1790.01/1790.04	c   problem variables:       0.00          0          0
1790.01/1790.04	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1790.01/1790.04	c   relpscost        :      19.62     398313        142       2037          0          0     792970
1790.01/1790.04	c   pscost           :       0.00          0          0          0          0          0          0
1790.01/1790.04	c   inference        :       3.97      14515          0          0          0          0      29139
1790.01/1790.04	c   mostinf          :       0.00          0          0          0          0          0          0
1790.01/1790.04	c   leastinf         :       0.00          0          0          0          0          0          0
1790.01/1790.04	c   fullstrong       :       0.00          0          0          0          0          0          0
1790.01/1790.04	c   allfullstrong    :       0.00          0          0          0          0          0          0
1790.01/1790.04	c   random           :       0.00          0          0          0          0          0          0
1790.01/1790.04	c Primal Heuristics  :       Time      Calls      Found
1790.01/1790.04	c   LP solutions     :       0.03          -         29
1790.01/1790.04	c   pseudo solutions :       0.00          -          0
1790.01/1790.04	c   intshifting      :       0.01          0          0
1790.01/1790.04	c   feaspump         :       0.02          1          0
1790.01/1790.04	c   oneopt           :       0.31         28          0
1790.01/1790.04	c   guideddiving     :       0.10         47          0
1790.01/1790.04	c   objpscostdiving  :       0.09         24          0
1790.01/1790.04	c   pscostdiving     :       0.12         48          0
1790.01/1790.04	c   linesearchdiving :       0.10         48          0
1790.01/1790.04	c   fracdiving       :       0.11         48          0
1790.01/1790.04	c   veclendiving     :       0.10         48          0
1790.01/1790.04	c   coefdiving       :       0.11         48          0
1790.01/1790.04	c   rootsoldiving    :       0.16         25          0
1790.01/1790.04	c   crossover        :       0.95         23          0
1790.01/1790.04	c   trivial          :       0.00          2          0
1790.01/1790.04	c   simplerounding   :       0.65     398334          0
1790.01/1790.04	c   zirounding       :       0.28       1000          0
1790.01/1790.04	c   rounding         :       0.83       8887          0
1790.01/1790.04	c   shifting         :       0.65       2724          0
1790.01/1790.04	c   twoopt           :       0.00          0          0
1790.01/1790.04	c   fixandinfer      :       0.00          0          0
1790.01/1790.04	c   intdiving        :       0.00          0          0
1790.01/1790.04	c   actconsdiving    :       0.00          0          0
1790.01/1790.04	c   octane           :       0.00          0          0
1790.01/1790.04	c   rens             :       0.03          1          0
1790.01/1790.04	c   rins             :       0.00          0          0
1790.01/1790.04	c   localbranching   :       0.00          0          0
1790.01/1790.04	c   mutation         :       0.00          0          0
1790.01/1790.04	c   dins             :       0.00          0          0
1790.01/1790.04	c   undercover       :       0.00          0          0
1790.01/1790.04	c   nlp              :       0.13          0          0
1790.01/1790.04	c   trysol           :       0.27        103         75
1790.01/1790.04	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1790.01/1790.04	c   primal LP        :       0.00          0          0       0.00          -
1790.01/1790.04	c   dual LP          :     579.14     526108    5860559      11.14   10119.38
1790.01/1790.04	c   lex dual LP      :       0.00          0          0       0.00          -
1790.01/1790.04	c   barrier LP       :       0.00          0          0       0.00          -
1790.01/1790.04	c   diving/probing LP:       0.40        228       2246       9.85    5663.07
1790.01/1790.04	c   strong branching :      16.20      10628     165234      15.55   10200.93
1790.01/1790.04	c     (at root node) :          -         17       2435     143.24          -
1790.01/1790.04	c   conflict analysis:       0.00          0          0       0.00          -
1790.01/1790.04	c B&B Tree           :
1790.01/1790.04	c   number of runs   :          1
1790.01/1790.04	c   nodes            :     740630
1790.01/1790.04	c   nodes (total)    :     740630
1790.01/1790.04	c   nodes left       :       1577
1790.01/1790.04	c   max depth        :       1603
1790.01/1790.04	c   max depth (total):       1603
1790.01/1790.04	c   backtracks       :     104720 (14.1%)
1790.01/1790.04	c   delayed cutoffs  :      67604
1790.01/1790.04	c   repropagations   :    1250354 (4708142 domain reductions, 65075 cutoffs)
1790.01/1790.04	c   avg switch length:       4.80
1790.01/1790.04	c   switching time   :     297.21
1790.01/1790.04	c Solution           :
1790.01/1790.04	c   Solutions found  :        104 (30 improvements)
1790.01/1790.04	c   First Solution   : +9.03830000000000e+04   (in run 1, after 18 nodes, 1.17 seconds, depth 18, found by <trysol>)
1790.01/1790.04	c   Primal Bound     : +1.00000000000000e+00   (in run 1, after 259473 nodes, 557.81 seconds, depth 46, found by <relaxation>)
1790.01/1790.04	c   Dual Bound       : +0.00000000000000e+00
1790.01/1790.04	c   Gap              :   infinite
1790.01/1790.04	c   Root Dual Bound  : +0.00000000000000e+00
1790.01/1790.04	c   Root Iterations  :        184
1790.11/1790.13	c Time complete: 1790.15.

Verifier Data

OK	1

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2705551-1278572956/watcher-2705551-1278572956 -o /tmp/evaluation-result-2705551-1278572956/solver-2705551-1278572956 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2705551-1278572956.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.07 0.02 0.00 4/178 21344
/proc/meminfo: memFree=28932780/32951124 swapFree=67111528/67111528
[pid=21344] ppid=21342 vsize=12524 CPUtime=0
/proc/21344/stat : 21344 (pbscip.linux.x8) R 21342 21344 21168 0 -1 4202496 1976 0 0 0 0 0 0 0 23 0 1 0 25509167 12824576 1894 4089446400 4194304 10345943 140734081015536 18446744073709551615 9107500 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/21344/statm: 3131 1894 429 1502 0 1624 0

[startup+0.0677591 s]
/proc/loadavg: 0.07 0.02 0.00 4/178 21344
/proc/meminfo: memFree=28932780/32951124 swapFree=67111528/67111528
[pid=21344] ppid=21342 vsize=33408 CPUtime=0.06
/proc/21344/stat : 21344 (pbscip.linux.x8) R 21342 21344 21168 0 -1 4202496 7356 0 0 0 6 0 0 0 23 0 1 0 25509167 34209792 6920 4089446400 4194304 10345943 140734081015536 18446744073709551615 5018616 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21344/statm: 8352 6920 534 1502 0 6845 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 33408

[startup+0.100752 s]
/proc/loadavg: 0.07 0.02 0.00 4/178 21344
/proc/meminfo: memFree=28932780/32951124 swapFree=67111528/67111528
[pid=21344] ppid=21342 vsize=33540 CPUtime=0.09
/proc/21344/stat : 21344 (pbscip.linux.x8) R 21342 21344 21168 0 -1 4202496 7412 0 0 0 9 0 0 0 23 0 1 0 25509167 34344960 6976 4089446400 4194304 10345943 140734081015536 18446744073709551615 5093471 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21344/statm: 8385 6976 550 1502 0 6878 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 33540

[startup+0.300718 s]
/proc/loadavg: 0.07 0.02 0.00 4/178 21344
/proc/meminfo: memFree=28932780/32951124 swapFree=67111528/67111528
[pid=21344] ppid=21342 vsize=42456 CPUtime=0.29
/proc/21344/stat : 21344 (pbscip.linux.x8) R 21342 21344 21168 0 -1 4202496 14540 0 0 0 28 1 0 0 23 0 1 0 25509167 43474944 9105 4089446400 4194304 10345943 140734081015536 18446744073709551615 5852527 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21344/statm: 10614 9105 747 1502 0 9107 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 42456

[startup+0.700652 s]
/proc/loadavg: 0.07 0.02 0.00 4/178 21344
/proc/meminfo: memFree=28932780/32951124 swapFree=67111528/67111528
[pid=21344] ppid=21342 vsize=49436 CPUtime=0.69
/proc/21344/stat : 21344 (pbscip.linux.x8) R 21342 21344 21168 0 -1 4202496 19998 0 0 0 67 2 0 0 25 0 1 0 25509167 50622464 10518 4089446400 4194304 10345943 140734081015536 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21344/statm: 12359 10518 768 1502 0 10852 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 49436

[startup+1.50052 s]
/proc/loadavg: 0.22 0.05 0.01 3/179 21345
/proc/meminfo: memFree=28893244/32951124 swapFree=67111528/67111528
[pid=21344] ppid=21342 vsize=49336 CPUtime=1.49
/proc/21344/stat : 21344 (pbscip.linux.x8) R 21342 21344 21168 0 -1 4202496 20669 0 0 0 147 2 0 0 25 0 1 0 25509167 50520064 10757 4089446400 4194304 10345943 140734081015536 18446744073709551615 4749694 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21344/statm: 12334 10757 771 1502 0 10827 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 49336

[startup+3.10025 s]
/proc/loadavg: 0.22 0.05 0.01 3/179 21345
/proc/meminfo: memFree=28891268/32951124 swapFree=67111528/67111528
[pid=21344] ppid=21342 vsize=54524 CPUtime=3.09
/proc/21344/stat : 21344 (pbscip.linux.x8) R 21342 21344 21168 0 -1 4202496 21788 0 0 0 307 2 0 0 25 0 1 0 25509167 55832576 11876 4089446400 4194304 10345943 140734081015536 18446744073709551615 8160361 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21344/statm: 13631 11876 776 1502 0 12124 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 54524

[startup+6.30071 s]
/proc/loadavg: 0.22 0.05 0.01 3/179 21345
/proc/meminfo: memFree=28883208/32951124 swapFree=67111528/67111528
[pid=21344] ppid=21342 vsize=58884 CPUtime=6.29
/proc/21344/stat : 21344 (pbscip.linux.x8) R 21342 21344 21168 0 -1 4202496 28357 0 0 0 625 4 0 0 25 0 1 0 25509167 60297216 12985 4089446400 4194304 10345943 140734081015536 18446744073709551615 4749694 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21344/statm: 14721 12985 777 1502 0 13214 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 58884

[startup+12.7006 s]
/proc/loadavg: 0.49 0.11 0.04 3/179 21345
/proc/meminfo: memFree=28871804/32951124 swapFree=67111528/67111528
[pid=21344] ppid=21342 vsize=70204 CPUtime=12.69
/proc/21344/stat : 21344 (pbscip.linux.x8) R 21342 21344 21168 0 -1 4202496 46288 0 0 0 1261 8 0 0 25 0 1 0 25509167 71888896 15667 4089446400 4194304 10345943 140734081015536 18446744073709551615 5614700 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21344/statm: 17551 15667 778 1502 0 16044 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 70204

[startup+25.5005 s]
/proc/loadavg: 0.73 0.17 0.06 3/179 21345
/proc/meminfo: memFree=28841584/32951124 swapFree=67111528/67111528
[pid=21344] ppid=21342 vsize=97928 CPUtime=25.49
/proc/21344/stat : 21344 (pbscip.linux.x8) R 21342 21344 21168 0 -1 4202496 89118 0 0 0 2533 16 0 0 25 0 1 0 25509167 100278272 22556 4089446400 4194304 10345943 140734081015536 18446744073709551615 6802904 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21344/statm: 24482 22556 778 1502 0 22975 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 97928

[startup+51.1002 s]
/proc/loadavg: 1.16 0.32 0.11 3/179 21346
/proc/meminfo: memFree=28790500/32951124 swapFree=67111528/67111528
[pid=21344] ppid=21342 vsize=126540 CPUtime=51.09
/proc/21344/stat : 21344 (pbscip.linux.x8) R 21342 21344 21168 0 -1 4202496 128874 0 0 0 5082 27 0 0 25 0 1 0 25509167 129576960 29439 4089446400 4194304 10345943 140734081015536 18446744073709551615 5614700 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21344/statm: 31635 29439 786 1502 0 30128 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 126540

[startup+102.307 s]
/proc/loadavg: 1.66 0.60 0.21 3/179 21347
/proc/meminfo: memFree=28779740/32951124 swapFree=67111528/67111528
[pid=21344] ppid=21342 vsize=131996 CPUtime=102.3
/proc/21344/stat : 21344 (pbscip.linux.x8) R 21342 21344 21168 0 -1 4202496 174911 0 0 0 10176 54 0 0 25 0 1 0 25509167 135163904 31091 4089446400 4194304 10345943 140734081015536 18446744073709551615 6520278 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21344/statm: 32999 31091 799 1502 0 31492 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 131996

[startup+162.301 s]
/proc/loadavg: 1.87 0.85 0.32 3/179 21349
/proc/meminfo: memFree=28775340/32951124 swapFree=67111528/67111528
[pid=21344] ppid=21342 vsize=135188 CPUtime=162.29
/proc/21344/stat : 21344 (pbscip.linux.x8) R 21342 21344 21168 0 -1 4202496 224861 0 0 0 16150 79 0 0 25 0 1 0 25509167 138432512 31711 4089446400 4194304 10345943 140734081015536 18446744073709551615 5026474 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21344/statm: 33797 31711 799 1502 0 32290 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 135188

[startup+222.3 s]
/proc/loadavg: 1.95 1.06 0.42 3/179 21351
/proc/meminfo: memFree=28768104/32951124 swapFree=67111528/67111528
[pid=21344] ppid=21342 vsize=137124 CPUtime=222.29
/proc/21344/stat : 21344 (pbscip.linux.x8) R 21342 21344 21168 0 -1 4202496 239282 0 0 0 22131 98 0 0 25 0 1 0 25509167 140414976 32190 4089446400 4194304 10345943 140734081015536 18446744073709551615 6108022 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21344/statm: 34281 32190 799 1502 0 32774 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 137124

[startup+282.3 s]
/proc/loadavg: 1.98 1.23 0.52 3/179 21352
/proc/meminfo: memFree=28759112/32951124 swapFree=67111528/67111528
[pid=21344] ppid=21342 vsize=142860 CPUtime=282.3
/proc/21344/stat : 21344 (pbscip.linux.x8) R 21342 21344 21168 0 -1 4202496 246958 0 0 0 28111 119 0 0 25 0 1 0 25509167 146288640 33479 4089446400 4194304 10345943 140734081015536 18446744073709551615 6119711 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21344/statm: 35715 33479 799 1502 0 34208 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 142860

[startup+342.3 s]
/proc/loadavg: 1.99 1.37 0.61 3/179 21354
/proc/meminfo: memFree=28752252/32951124 swapFree=67111528/67111528
[pid=21344] ppid=21342 vsize=147092 CPUtime=342.3
/proc/21344/stat : 21344 (pbscip.linux.x8) R 21342 21344 21168 0 -1 4202496 250111 0 0 0 34095 135 0 0 25 0 1 0 25509167 150622208 34731 4089446400 4194304 10345943 140734081015536 18446744073709551615 6518778 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21344/statm: 36773 34731 799 1502 0 35266 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 147092

[startup+402.3 s]
/proc/loadavg: 1.99 1.48 0.69 3/179 21355
/proc/meminfo: memFree=28745364/32951124 swapFree=67111528/67111528
[pid=21344] ppid=21342 vsize=152664 CPUtime=402.3
/proc/21344/stat : 21344 (pbscip.linux.x8) R 21342 21344 21168 0 -1 4202496 253474 0 0 0 40080 150 0 0 25 0 1 0 25509167 156327936 35915 4089446400 4194304 10345943 140734081015536 18446744073709551615 5085437 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21344/statm: 38166 35915 799 1502 0 36659 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 152664

[startup+462.301 s]
/proc/loadavg: 2.05 1.59 0.78 3/179 21357
/proc/meminfo: memFree=28742968/32951124 swapFree=67111528/67111528
[pid=21344] ppid=21342 vsize=153800 CPUtime=462.3
/proc/21344/stat : 21344 (pbscip.linux.x8) R 21342 21344 21168 0 -1 4202496 254124 0 0 0 46065 165 0 0 25 0 1 0 25509167 157491200 36363 4089446400 4194304 10345943 140734081015536 18446744073709551615 4218186 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21344/statm: 38450 36363 799 1502 0 36943 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 153800

[startup+522.301 s]
/proc/loadavg: 2.02 1.66 0.85 3/179 21359
/proc/meminfo: memFree=28737476/32951124 swapFree=67111528/67111528
[pid=21344] ppid=21342 vsize=155244 CPUtime=522.3
/proc/21344/stat : 21344 (pbscip.linux.x8) R 21342 21344 21168 0 -1 4202496 256671 0 0 0 52051 179 0 0 25 0 1 0 25509167 158969856 36893 4089446400 4194304 10345943 140734081015536 18446744073709551615 6519502 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21344/statm: 38811 36893 799 1502 0 37304 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 155244

[startup+582.301 s]
/proc/loadavg: 2.00 1.72 0.92 3/179 21363
/proc/meminfo: memFree=28733544/32951124 swapFree=67111528/67111528
[pid=21344] ppid=21342 vsize=158364 CPUtime=582.3
/proc/21344/stat : 21344 (pbscip.linux.x8) R 21342 21344 21168 0 -1 4202496 270664 0 0 0 58038 192 0 0 25 0 1 0 25509167 162164736 37628 4089446400 4194304 10345943 140734081015536 18446744073709551615 5085381 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21344/statm: 39591 37628 799 1502 0 38084 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 158364

[startup+642.301 s]
/proc/loadavg: 2.00 1.77 0.98 3/179 21365
/proc/meminfo: memFree=28732176/32951124 swapFree=67111528/67111528
[pid=21344] ppid=21342 vsize=161668 CPUtime=642.31
/proc/21344/stat : 21344 (pbscip.linux.x8) R 21342 21344 21168 0 -1 4202496 275244 0 0 0 64025 206 0 0 25 0 1 0 25509167 165548032 38059 4089446400 4194304 10345943 140734081015536 18446744073709551615 5085381 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21344/statm: 40417 38059 799 1502 0 38910 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 161668

[startup+702.301 s]

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

/proc/meminfo: memFree=28722576/32951124 swapFree=67111528/67111528
[pid=21344] ppid=21342 vsize=168732 CPUtime=1002.3
/proc/21344/stat : 21344 (pbscip.linux.x8) R 21342 21344 21168 0 -1 4202496 286938 0 0 0 99950 280 0 0 25 0 1 0 25509167 172781568 39619 4089446400 4194304 10345943 140734081015536 18446744073709551615 6929822 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21344/statm: 42183 39619 799 1502 0 40676 0
Current children cumulated CPU time (s) 1002.3
Current children cumulated vsize (KiB) 168732

[startup+1062.3 s]
/proc/loadavg: 2.00 1.94 1.34 3/179 21376
/proc/meminfo: memFree=28718696/32951124 swapFree=67111528/67111528
[pid=21344] ppid=21342 vsize=168680 CPUtime=1062.31
/proc/21344/stat : 21344 (pbscip.linux.x8) R 21342 21344 21168 0 -1 4202496 288068 0 0 0 105937 294 0 0 25 0 1 0 25509167 172728320 39837 4089446400 4194304 10345943 140734081015536 18446744073709551615 4214557 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21344/statm: 42170 39837 799 1502 0 40663 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 168680

[startup+1122.3 s]
/proc/loadavg: 2.00 1.95 1.38 3/179 21378
/proc/meminfo: memFree=28715300/32951124 swapFree=67111528/67111528
[pid=21344] ppid=21342 vsize=168464 CPUtime=1122.3
/proc/21344/stat : 21344 (pbscip.linux.x8) R 21342 21344 21168 0 -1 4202496 292444 0 0 0 111921 309 0 0 25 0 1 0 25509167 172507136 39805 4089446400 4194304 10345943 140734081015536 18446744073709551615 6872576 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21344/statm: 42116 39805 799 1502 0 40609 0
Current children cumulated CPU time (s) 1122.3
Current children cumulated vsize (KiB) 168464

[startup+1182.3 s]
/proc/loadavg: 2.00 1.95 1.41 3/179 21379
/proc/meminfo: memFree=28714876/32951124 swapFree=67111528/67111528
[pid=21344] ppid=21342 vsize=168796 CPUtime=1182.31
/proc/21344/stat : 21344 (pbscip.linux.x8) R 21342 21344 21168 0 -1 4202496 293454 0 0 0 117904 327 0 0 25 0 1 0 25509167 172847104 39852 4089446400 4194304 10345943 140734081015536 18446744073709551615 4230937 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21344/statm: 42199 39852 799 1502 0 40692 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 168796

[startup+1242.3 s]
/proc/loadavg: 2.00 1.96 1.45 3/179 21381
/proc/meminfo: memFree=28712348/32951124 swapFree=67111528/67111528
[pid=21344] ppid=21342 vsize=168692 CPUtime=1242.31
/proc/21344/stat : 21344 (pbscip.linux.x8) R 21342 21344 21168 0 -1 4202496 294310 0 0 0 123889 342 0 0 25 0 1 0 25509167 172740608 39796 4089446400 4194304 10345943 140734081015536 18446744073709551615 6929854 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21344/statm: 42173 39796 799 1502 0 40666 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 168692

[startup+1302.3 s]
/proc/loadavg: 2.00 1.96 1.48 3/179 21382
/proc/meminfo: memFree=28710324/32951124 swapFree=67111528/67111528
[pid=21344] ppid=21342 vsize=170036 CPUtime=1302.31
/proc/21344/stat : 21344 (pbscip.linux.x8) R 21342 21344 21168 0 -1 4202496 295126 0 0 0 129875 356 0 0 25 0 1 0 25509167 174116864 39930 4089446400 4194304 10345943 140734081015536 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21344/statm: 42509 39930 799 1502 0 41002 0
Current children cumulated CPU time (s) 1302.31
Current children cumulated vsize (KiB) 170036

[startup+1362.3 s]
/proc/loadavg: 2.07 1.98 1.51 3/179 21384
/proc/meminfo: memFree=28705956/32951124 swapFree=67111528/67111528
[pid=21344] ppid=21342 vsize=170036 CPUtime=1362.31
/proc/21344/stat : 21344 (pbscip.linux.x8) R 21342 21344 21168 0 -1 4202496 295238 0 0 0 135862 369 0 0 25 0 1 0 25509167 174116864 40041 4089446400 4194304 10345943 140734081015536 18446744073709551615 5085381 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21344/statm: 42509 40041 799 1502 0 41002 0
Current children cumulated CPU time (s) 1362.31
Current children cumulated vsize (KiB) 170036

[startup+1422.31 s]
/proc/loadavg: 2.02 1.98 1.54 3/179 21386
/proc/meminfo: memFree=28703188/32951124 swapFree=67111528/67111528
[pid=21344] ppid=21342 vsize=170036 CPUtime=1422.32
/proc/21344/stat : 21344 (pbscip.linux.x8) R 21342 21344 21168 0 -1 4202496 295254 0 0 0 141849 383 0 0 25 0 1 0 25509167 174116864 40057 4089446400 4194304 10345943 140734081015536 18446744073709551615 6803339 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21344/statm: 42509 40057 799 1502 0 41002 0
Current children cumulated CPU time (s) 1422.32
Current children cumulated vsize (KiB) 170036

[startup+1482.3 s]
/proc/loadavg: 2.01 1.98 1.57 3/179 21387
/proc/meminfo: memFree=28702296/32951124 swapFree=67111528/67111528
[pid=21344] ppid=21342 vsize=170036 CPUtime=1482.31
/proc/21344/stat : 21344 (pbscip.linux.x8) R 21342 21344 21168 0 -1 4202496 295291 0 0 0 147835 396 0 0 25 0 1 0 25509167 174116864 40094 4089446400 4194304 10345943 140734081015536 18446744073709551615 4218202 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21344/statm: 42509 40094 799 1502 0 41002 0
Current children cumulated CPU time (s) 1482.31
Current children cumulated vsize (KiB) 170036

[startup+1542.3 s]
/proc/loadavg: 2.00 1.98 1.59 3/179 21389
/proc/meminfo: memFree=28697908/32951124 swapFree=67111528/67111528
[pid=21344] ppid=21342 vsize=171448 CPUtime=1542.31
/proc/21344/stat : 21344 (pbscip.linux.x8) R 21342 21344 21168 0 -1 4202496 295700 0 0 0 153822 409 0 0 25 0 1 0 25509167 175562752 40302 4089446400 4194304 10345943 140734081015536 18446744073709551615 6068889 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21344/statm: 42862 40302 799 1502 0 41355 0
Current children cumulated CPU time (s) 1542.31
Current children cumulated vsize (KiB) 171448

[startup+1602.3 s]
/proc/loadavg: 2.00 1.98 1.61 3/179 21390
/proc/meminfo: memFree=28694392/32951124 swapFree=67111528/67111528
[pid=21344] ppid=21342 vsize=172160 CPUtime=1602.32
/proc/21344/stat : 21344 (pbscip.linux.x8) R 21342 21344 21168 0 -1 4202496 298036 0 0 0 159808 424 0 0 25 0 1 0 25509167 176291840 40492 4089446400 4194304 10345943 140734081015536 18446744073709551615 5085399 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21344/statm: 43040 40492 799 1502 0 41533 0
Current children cumulated CPU time (s) 1602.32
Current children cumulated vsize (KiB) 172160

[startup+1662.3 s]
/proc/loadavg: 2.03 2.00 1.64 3/179 21392
/proc/meminfo: memFree=28693240/32951124 swapFree=67111528/67111528
[pid=21344] ppid=21342 vsize=173272 CPUtime=1662.32
/proc/21344/stat : 21344 (pbscip.linux.x8) R 21342 21344 21168 0 -1 4202496 299003 0 0 0 165799 433 0 0 25 0 1 0 25509167 177430528 40774 4089446400 4194304 10345943 140734081015536 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21344/statm: 43318 40774 799 1502 0 41811 0
Current children cumulated CPU time (s) 1662.32
Current children cumulated vsize (KiB) 173272

[startup+1722.3 s]
/proc/loadavg: 2.01 2.00 1.66 3/179 21394
/proc/meminfo: memFree=28692720/32951124 swapFree=67111528/67111528
[pid=21344] ppid=21342 vsize=172956 CPUtime=1722.31
/proc/21344/stat : 21344 (pbscip.linux.x8) R 21342 21344 21168 0 -1 4202496 299542 0 0 0 171786 445 0 0 25 0 1 0 25509167 177106944 40774 4089446400 4194304 10345943 140734081015536 18446744073709551615 4218227 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21344/statm: 43239 40774 799 1502 0 41732 0
Current children cumulated CPU time (s) 1722.31
Current children cumulated vsize (KiB) 172956

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.68 3/179 21395
/proc/meminfo: memFree=28687096/32951124 swapFree=67111528/67111528
[pid=21344] ppid=21342 vsize=175196 CPUtime=1782.32
/proc/21344/stat : 21344 (pbscip.linux.x8) R 21342 21344 21168 0 -1 4202496 301918 0 0 0 177776 456 0 0 25 0 1 0 25509167 179400704 41289 4089446400 4194304 10345943 140734081015536 18446744073709551615 4216939 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21344/statm: 43799 41289 799 1502 0 42292 0
Current children cumulated CPU time (s) 1782.32
Current children cumulated vsize (KiB) 175196

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

[startup+1785.5 s]
/proc/loadavg: 2.00 2.00 1.68 3/179 21395
/proc/meminfo: memFree=28686964/32951124 swapFree=67111528/67111528
[pid=21344] ppid=21342 vsize=176060 CPUtime=1785.51
/proc/21344/stat : 21344 (pbscip.linux.x8) R 21342 21344 21168 0 -1 4202496 301958 0 0 0 178095 456 0 0 25 0 1 0 25509167 180285440 41329 4089446400 4194304 10345943 140734081015536 18446744073709551615 4214221 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21344/statm: 44015 41329 799 1502 0 42508 0
Current children cumulated CPU time (s) 1785.51
Current children cumulated vsize (KiB) 176060

[startup+1788.7 s]
/proc/loadavg: 2.00 2.00 1.68 3/179 21395
/proc/meminfo: memFree=28686836/32951124 swapFree=67111528/67111528
[pid=21344] ppid=21342 vsize=176060 CPUtime=1788.72
/proc/21344/stat : 21344 (pbscip.linux.x8) R 21342 21344 21168 0 -1 4202496 301965 0 0 0 178415 457 0 0 25 0 1 0 25509167 180285440 41336 4089446400 4194304 10345943 140734081015536 18446744073709551615 6308335 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21344/statm: 44015 41336 799 1502 0 42508 0
Current children cumulated CPU time (s) 1788.72
Current children cumulated vsize (KiB) 176060

[startup+1789.5 s]
/proc/loadavg: 2.00 2.00 1.68 3/179 21395
/proc/meminfo: memFree=28686836/32951124 swapFree=67111528/67111528
[pid=21344] ppid=21342 vsize=176060 CPUtime=1789.52
/proc/21344/stat : 21344 (pbscip.linux.x8) R 21342 21344 21168 0 -1 4202496 301965 0 0 0 178495 457 0 0 25 0 1 0 25509167 180285440 41336 4089446400 4194304 10345943 140734081015536 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21344/statm: 44015 41336 799 1502 0 42508 0
Current children cumulated CPU time (s) 1789.52
Current children cumulated vsize (KiB) 176060

[startup+1789.9 s]
/proc/loadavg: 2.00 2.00 1.68 2/174 21412
/proc/meminfo: memFree=28828584/32951124 swapFree=67111528/67111528
[pid=21344] ppid=21342 vsize=176060 CPUtime=1789.91
/proc/21344/stat : 21344 (pbscip.linux.x8) R 21342 21344 21168 0 -1 4202496 301965 0 0 0 178534 457 0 0 25 0 1 0 25509167 180285440 41336 4089446400 4194304 10345943 140734081015536 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21344/statm: 44015 41336 799 1502 0 42508 0
Current children cumulated CPU time (s) 1789.91
Current children cumulated vsize (KiB) 176060

[startup+1790.1 s]
/proc/loadavg: 2.00 2.00 1.68 2/174 21412
/proc/meminfo: memFree=28828584/32951124 swapFree=67111528/67111528
[pid=21344] ppid=21342 vsize=176060 CPUtime=1790.11
/proc/21344/stat : 21344 (pbscip.linux.x8) R 21342 21344 21168 0 -1 4202496 302200 0 0 0 178554 457 0 0 18 0 1 0 25509167 180285440 41571 4089446400 4194304 10345943 140734081015536 18446744073709551615 4287401 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/21344/statm: 44015 41571 800 1502 0 42508 0
Current children cumulated CPU time (s) 1790.11
Current children cumulated vsize (KiB) 176060

Child status: 0
Real time (s): 1790.14
CPU time (s): 1790.16
CPU user time (s): 1785.58
CPU system time (s): 4.5863
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 176060

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1785.58
system time used= 4.5863
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 302203
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= 3
involuntary context switches= 2139

runsolver used 3.42548 second user time and 6.24805 second system time

The end

Launcher Data

Begin job on node118 at 2010-07-08 09:09:16
IDJOB=2705551
IDBENCH=78918
IDSOLVER=1214
FILE ID=node118/2705551-1278572956
PBS_JOBID= 11240218
Free space on /tmp= 73548 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.1900579996--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-2705551-1278572956/watcher-2705551-1278572956 -o /tmp/evaluation-result-2705551-1278572956/solver-2705551-1278572956 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2705551-1278572956.wbo -t 1800 -m 3800

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

MD5SUM BENCH= 469cd609ab798a94b23843d73b73e9c6
RANDOM SEED=1283358648

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      28932812 kB
Buffers:        151208 kB
Cached:        3605156 kB
SwapCached:          0 kB
Active:        1308184 kB
Inactive:      2558864 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      28932812 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           25908 kB
Writeback:           0 kB
AnonPages:      110620 kB
Mapped:          17732 kB
Slab:            87016 kB
PageTables:       4896 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   255348 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= 73548 MiB
End job on node118 at 2010-07-08 09:39:07