Trace number 2705087

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.19 1790.15

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900579996--soft-0-100-0.wbo
MD5SUMc45be88cd75ffa8279348f234419b8ae
Bench CategorySOFT-SMALLINT-LIN (only soft 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 benchmark374.792
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 constraints2707
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 138262
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 138261
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-2705087-1278578336.wbo>
0.01/0.03	c original problem has 5645 variables (2938 bin, 0 int, 2707 impl, 0 cont) and 5415 constraints
0.01/0.03	c problem read
0.01/0.03	c presolving settings loaded
0.09/0.13	o 138261
0.09/0.13	c feasible solution found by trivial heuristic, objective value  1.382610e+05
0.09/0.13	c presolving:
0.09/0.13	c (round 1) 0 del vars, 1 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.09/0.14	c (round 2) 0 del vars, 1 del conss, 2707 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.09/0.19	c    (0.2s) probing: 101/2938 (3.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.09/0.19	c    (0.2s) probing aborted: 100/100 successive totally useless probings
0.09/0.19	c presolving (3 rounds):
0.09/0.19	c  0 deleted vars, 1 deleted constraints, 2707 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.09/0.19	c  5391 implications, 0 cliques
0.09/0.19	c presolved problem has 5645 variables (2938 bin, 0 int, 2707 impl, 0 cont) and 5414 constraints
0.09/0.19	c    2707 constraints of type <linear>
0.09/0.19	c    2707 constraints of type <indicator>
0.09/0.19	c transformed objective value is always integral (scale: 1)
0.09/0.19	c Presolving Time: 0.14
0.09/0.19	c - non default parameters ----------------------------------------------------------------------
0.09/0.19	c # SCIP version 1.2.1.3
0.09/0.19	c 
0.09/0.19	c # frequency for displaying node information lines
0.09/0.19	c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.19	c display/freq = 10000
0.09/0.19	c 
0.09/0.19	c # maximal time in seconds to run
0.09/0.19	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.19	c limits/time = 1789.97
0.09/0.19	c 
0.09/0.19	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.19	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.19	c limits/memory = 3420
0.09/0.19	c 
0.09/0.19	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.09/0.19	c # [type: int, range: [1,2], default: 1]
0.09/0.19	c timing/clocktype = 2
0.09/0.19	c 
0.09/0.19	c # should presolving try to simplify inequalities
0.09/0.19	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.19	c constraints/linear/simplifyinequalities = TRUE
0.09/0.19	c 
0.09/0.19	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.09/0.19	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.19	c constraints/indicator/addCouplingCons = TRUE
0.09/0.19	c 
0.09/0.19	c # should presolving try to simplify knapsacks
0.09/0.19	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.19	c constraints/knapsack/simplifyinequalities = TRUE
0.09/0.19	c 
0.09/0.19	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.09/0.19	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.19	c separating/rapidlearning/freq = 0
0.09/0.19	c 
0.09/0.19	c -----------------------------------------------------------------------------------------------
0.09/0.19	c start solving
0.09/0.20	c 
0.19/0.21	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.19/0.21	c t 0.2s|     1 |     0 |     0 |     - |  19M|   0 |   0 |5645 |5414 |5645 |   0 |   0 |   0 |   0 | 0.000000e+00 | 1.382610e+05 |    Inf 
0.39/0.40	c   0.4s|     1 |     0 |    20 |     - |  19M|   0 |   0 |5645 |5414 |5645 |  22 |  22 |   0 |   0 | 0.000000e+00 | 1.382610e+05 |    Inf 
0.39/0.41	c   0.4s|     1 |     0 |    42 |     - |  19M|   0 |   7 |5645 |5414 |5645 |  53 |  53 |   0 |   0 | 0.000000e+00 | 1.382610e+05 |    Inf 
0.39/0.42	c   0.4s|     1 |     0 |    62 |     - |  19M|   0 |  14 |5645 |5414 |5645 |  85 |  85 |   0 |   0 | 0.000000e+00 | 1.382610e+05 |    Inf 
0.39/0.43	c   0.4s|     1 |     0 |   101 |     - |  19M|   0 |  35 |5645 |5414 |5645 | 120 | 120 |   0 |   0 | 0.000000e+00 | 1.382610e+05 |    Inf 
0.39/0.46	c   0.4s|     1 |     0 |   133 |     - |  19M|   0 |  38 |5645 |5414 |5645 | 150 | 150 |   0 |   0 | 0.000000e+00 | 1.382610e+05 |    Inf 
0.39/0.49	c   0.5s|     1 |     0 |   184 |     - |  19M|   0 |  32 |5645 |5414 |5645 | 164 | 164 |   0 |   0 | 0.000000e+00 | 1.382610e+05 |    Inf 
0.49/0.59	c   0.6s|     1 |     2 |   184 |     - |  20M|   0 |  32 |5645 |5414 |5645 | 164 | 164 |   0 |  32 | 0.000000e+00 | 1.382610e+05 |    Inf 
18.79/18.81	c  18.8s| 10000 | 10003 |  3186 |   0.3 |  43M|2069 |   0 |5645 |5414 |5645 | 192 | 944 |   0 | 497 | 0.000000e+00 | 1.382610e+05 |    Inf 
34.79/34.87	c  34.8s| 20000 | 20004 |  3871 |   0.2 |  63M|2069 |   0 |5645 |5414 |5645 | 198 |1057 |   0 | 554 | 0.000000e+00 | 1.382610e+05 |    Inf 
50.89/50.97	c  50.9s| 30000 | 29998 |  4922 |   0.2 |  84M|2069 |   0 |5645 |5423 |5645 | 219 |1329 |   9 | 679 | 0.000000e+00 | 1.382610e+05 |    Inf 
51.39/51.43	o 541
51.39/51.43	c *51.4s| 30342 | 29151 |  4928 |   0.2 |  82M|2069 |   - |5645 |5423 |5645 | 221 |1331 |   9 | 679 | 0.000000e+00 | 5.410000e+02 |    Inf 
69.80/69.81	c  69.8s| 40000 | 38803 |  7718 |   0.2 | 103M|2069 |   0 |5645 |5440 |5645 | 216 |1991 |  26 | 809 | 0.000000e+00 | 5.410000e+02 |    Inf 
83.09/83.15	o 482
83.09/83.15	c *83.1s| 46773 | 44393 |  9180 |   0.2 | 115M|2069 |   - |5645 |5574 |5645 | 205 |2371 | 160 | 871 | 0.000000e+00 | 4.820000e+02 |    Inf 
84.09/84.16	o 418
84.09/84.16	c *84.1s| 47257 | 42553 |  9330 |   0.2 | 112M|2069 |   - |5645 |5610 |5645 | 203 |2426 | 196 | 875 | 0.000000e+00 | 4.180000e+02 |    Inf 
84.49/84.51	o 350
84.49/84.51	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
84.49/84.51	c *84.5s| 47444 | 39326 |  9379 |   0.2 | 106M|2069 |   - |5645 |5630 |5645 | 208 |2435 | 216 | 877 | 0.000000e+00 | 3.500000e+02 |    Inf 
85.80/85.82	o 342
85.80/85.82	c *85.8s| 48038 | 39393 |  9873 |   0.2 | 107M|2069 |   - |5645 |5740 |5645 | 209 |2540 | 326 | 889 | 0.000000e+00 | 3.420000e+02 |    Inf 
86.10/86.14	o 333
86.10/86.14	c *86.1s| 48157 | 38987 | 10032 |   0.2 | 106M|2069 |   - |5645 |5799 |5645 | 211 |2583 | 385 | 891 | 0.000000e+00 | 3.330000e+02 |    Inf 
87.60/87.61	o 314
87.60/87.61	c *87.6s| 48799 | 38533 | 10242 |   0.2 | 106M|2069 |   - |5645 |5917 |5645 | 205 |2649 | 503 | 904 | 0.000000e+00 | 3.140000e+02 |    Inf 
90.10/90.19	o 299
90.10/90.19	c *90.2s| 49808 | 38628 | 11247 |   0.2 | 108M|2069 |   - |5645 |6143 |5645 | 207 |2932 | 729 | 920 | 0.000000e+00 | 2.990000e+02 |    Inf 
90.69/90.71	c  90.7s| 50000 | 38794 | 11439 |   0.2 | 109M|2069 |   0 |5645 |6207 |5645 | 208 |2982 | 793 | 920 | 0.000000e+00 | 2.990000e+02 |    Inf 
91.89/91.93	o 270
91.89/91.93	c *91.9s| 50401 | 37765 | 11879 |   0.2 | 107M|2069 |   - |5645 |6402 |5645 | 200 |3104 | 988 | 922 | 0.000000e+00 | 2.700000e+02 |    Inf 
99.39/99.49	o 254
99.39/99.49	c *99.5s| 53062 | 38819 | 15746 |   0.3 | 116M|2069 |   - |5645 |7490 |5645 | 219 |4152 |2076 |1049 | 0.000000e+00 | 2.540000e+02 |    Inf 
99.59/99.68	o 233
99.59/99.68	c *99.6s| 53192 | 37185 | 15803 |   0.3 | 111M|2069 |   - |5645 |7490 |5645 | 223 |4164 |2076 |1054 | 0.000000e+00 | 2.330000e+02 |    Inf 
101.79/101.80	o 206
101.79/101.80	c * 102s| 53899 | 34825 | 16561 |   0.3 | 107M|2069 |   - |5645 |7680 |5645 | 182 |4387 |2266 |1065 | 0.000000e+00 | 2.060000e+02 |    Inf 
103.89/103.96	o 193
103.89/103.96	c * 104s| 54626 | 33785 | 17440 |   0.3 | 106M|2069 |   - |5645 |7872 |5645 | 197 |4643 |2458 |1093 | 0.000000e+00 | 1.930000e+02 |    Inf 
104.09/104.16	o 162
104.09/104.16	c * 104s| 54680 | 28456 | 17517 |   0.3 |  93M|2069 |   - |5645 |7910 |5645 | 208 |4665 |2496 |1094 | 0.000000e+00 | 1.620000e+02 |    Inf 
108.09/108.11	o 147
108.09/108.11	c * 108s| 55813 | 26321 | 19303 |   0.3 |  92M|2069 |   - |5645 |8422 |5645 | 208 |5223 |3018 |1147 | 0.000000e+00 | 1.470000e+02 |    Inf 
119.19/119.22	o 146
119.19/119.22	c * 119s| 58835 | 28073 | 26797 |   0.5 | 110M|2069 |   - |5645 |9795 |5645 | 202 |7503 |4850 |1305 | 0.000000e+00 | 1.460000e+02 |    Inf 
121.29/121.36	o 129
121.29/121.36	c * 121s| 59502 | 25326 | 28319 |   0.5 | 105M|2069 |   - |5645 |9923 |5645 | 232 |7937 |5143 |1343 | 0.000000e+00 | 1.290000e+02 |    Inf 
123.39/123.40	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
123.39/123.40	c   123s| 60000 | 25650 | 30299 |   0.5 | 109M|2069 |   0 |5645 |9966 |5645 | 202 |8437 |5469 |1387 | 0.000000e+00 | 1.290000e+02 |    Inf 
124.40/124.49	o 122
124.40/124.49	c * 124s| 60277 | 24573 | 31215 |   0.5 | 108M|2069 |   - |5645 |  10k|5645 | 214 |8656 |5676 |1426 | 0.000000e+00 | 1.220000e+02 |    Inf 
124.40/124.49	o 113
124.40/124.49	c * 124s| 60278 | 22987 | 31220 |   0.5 | 104M|2069 |   - |5645 |  10k|5645 | 214 |8656 |5676 |1426 | 0.000000e+00 | 1.130000e+02 |    Inf 
125.69/125.76	o 106
125.69/125.76	c * 126s| 60626 | 21866 | 32098 |   0.5 | 102M|2069 |   - |5645 |  10k|5645 | 208 |8845 |5841 |1429 | 0.000000e+00 | 1.060000e+02 |    Inf 
125.69/125.78	o 93
125.69/125.78	c * 126s| 60628 | 18353 | 32109 |   0.5 |  93M|2069 |   - |5645 |  10k|5645 | 208 |8845 |5841 |1429 | 0.000000e+00 | 9.300000e+01 |    Inf 
126.40/126.46	o 88
126.40/126.46	c * 126s| 60795 | 17087 | 32748 |   0.5 |  90M|2069 |   - |5645 |9654 |5645 | 199 |8995 |5926 |1436 | 0.000000e+00 | 8.800000e+01 |    Inf 
128.89/128.93	o 83
128.89/128.93	c * 129s| 61364 | 16048 | 35670 |   0.6 |  90M|2069 |   - |5645 |9306 |5645 | 198 |9626 |6368 |1486 | 0.000000e+00 | 8.300000e+01 |    Inf 
128.99/129.03	o 76
128.99/129.03	c * 129s| 61383 | 14265 | 35865 |   0.6 |  83M|2069 |   - |5645 |9117 |5645 | 198 |9664 |6377 |1489 | 0.000000e+00 | 7.600000e+01 |    Inf 
132.59/132.64	o 73
132.59/132.64	c * 133s| 62254 | 13939 | 40008 |   0.6 |  86M|2069 |   - |5645 |8719 |5645 | 188 |  10k|7172 |1552 | 0.000000e+00 | 7.300000e+01 |    Inf 
132.59/132.64	o 72
132.59/132.64	c * 133s| 62255 | 13269 | 40016 |   0.6 |  81M|2069 |   - |5645 |8719 |5645 | 188 |  10k|7172 |1552 | 0.000000e+00 | 7.200000e+01 |    Inf 
140.49/140.52	o 67
140.49/140.52	c * 140s| 64214 | 13074 | 47899 |   0.7 |  86M|2069 |   - |5645 |9137 |5645 | 236 |  12k|9122 |1596 | 0.000000e+00 | 6.700000e+01 |    Inf 
141.50/141.58	o 60
141.50/141.58	c * 142s| 64430 | 11775 | 49462 |   0.8 |  82M|2069 |   - |5645 |8915 |5645 | 225 |  13k|9353 |1609 | 0.000000e+00 | 6.000000e+01 |    Inf 
147.49/147.50	o 57
147.49/147.50	c * 147s| 65969 | 11498 | 57936 |   0.9 |  86M|2069 |   - |5645 |8792 |5645 | 215 |  15k|  11k|1650 | 0.000000e+00 | 5.700000e+01 |    Inf 
147.69/147.73	o 46
147.69/147.73	c * 148s| 66164 |  9602 | 57936 |   0.9 |  79M|2069 |   - |5645 |8487 |5645 | 215 |  15k|  11k|1650 | 0.000000e+00 | 4.600000e+01 |    Inf 
147.69/147.74	o 37
147.69/147.74	c * 148s| 66165 |  7666 | 57936 |   0.9 |  71M|2069 |   - |5645 |8487 |5645 | 215 |  15k|  11k|1650 | 0.000000e+00 | 3.700000e+01 |    Inf 
147.69/147.79	o 36
147.69/147.79	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
147.69/147.79	c * 148s| 66174 |  7337 | 57979 |   0.9 |  70M|2069 |   - |5645 |7827 |5645 | 218 |  15k|  11k|1650 | 0.000000e+00 | 3.600000e+01 |    Inf 
147.79/147.80	o 29
147.79/147.80	c * 148s| 66175 |  6394 | 57980 |   0.9 |  66M|2069 |   - |5645 |7827 |5645 | 218 |  15k|  11k|1650 | 0.000000e+00 | 2.900000e+01 |    Inf 
155.19/155.27	o 26
155.19/155.27	c * 155s| 68872 |  5890 | 73379 |   1.1 |  67M|2069 |   - |5645 |7249 |5645 | 231 |  19k|  15k|1735 | 0.000000e+00 | 2.600000e+01 |    Inf 
155.19/155.27	o 23
155.19/155.27	c * 155s| 68873 |  5489 | 73379 |   1.1 |  66M|2069 |   - |5645 |7249 |5645 | 231 |  19k|  15k|1735 | 0.000000e+00 | 2.300000e+01 |    Inf 
157.79/157.85	c   158s| 70000 |  5495 | 78901 |   1.1 |  66M|2069 |  16 |5645 |7237 |5645 | 234 |  20k|  16k|1767 | 0.000000e+00 | 2.300000e+01 |    Inf 
165.90/165.95	o 19
165.90/165.95	c * 166s| 73510 |  4912 | 96275 |   1.3 |  66M|2069 |   - |5645 |7176 |5645 | 220 |  23k|  21k|1949 | 0.000000e+00 | 1.900000e+01 |    Inf 
166.00/166.03	o 18
166.00/166.03	c * 166s| 73537 |  4801 | 96482 |   1.3 |  65M|2069 |   - |5645 |6906 |5645 | 220 |  23k|  21k|1949 | 0.000000e+00 | 1.800000e+01 |    Inf 
166.00/166.08	o 14
166.00/166.08	c * 166s| 73549 |  3933 | 96532 |   1.3 |  61M|2069 |   - |5645 |6741 |5645 | 217 |  23k|  21k|1949 | 0.000000e+00 | 1.400000e+01 |    Inf 
178.69/178.73	c   179s| 80000 |  3828 |129848 |   1.6 |  62M|2069 |   - |5645 |7435 |   0 |   0 |  28k|  30k|2205 | 0.000000e+00 | 1.400000e+01 |    Inf 
191.60/191.62	o 11
191.60/191.62	c * 192s| 86385 |  3367 |164208 |   1.9 |  61M|2069 |   - |5645 |8370 |5645 | 251 |  34k|  38k|2517 | 0.000000e+00 | 1.100000e+01 |    Inf 
199.39/199.42	c   199s| 90000 |  3415 |188536 |   2.1 |  62M|2069 |   1 |5645 |9736 |5645 | 224 |  38k|  42k|2647 | 0.000000e+00 | 1.100000e+01 |    Inf 
214.69/214.75	o 7
214.69/214.75	c * 215s| 97252 |  2954 |234615 |   2.4 |  60M|2069 |   - |5645 |9121 |5645 | 216 |  46k|  52k|2945 | 0.000000e+00 | 7.000000e+00 |    Inf 
220.10/220.16	c   220s|100000 |  2991 |254076 |   2.5 |  61M|2069 |   - |5645 |  11k|   0 |   0 |  48k|  56k|3034 | 0.000000e+00 | 7.000000e+00 |    Inf 
221.20/221.20	o 5
221.20/221.20	c * 221s|100536 |  2723 |257382 |   2.6 |  61M|2069 |   - |5645 |  11k|5645 | 239 |  49k|  56k|3035 | 0.000000e+00 | 5.000000e+00 |    Inf 
239.89/239.93	c   240s|110000 |  2695 |319963 |   2.9 |  61M|2069 |   - |5645 |9198 |   0 |   0 |  60k|  68k|3388 | 0.000000e+00 | 5.000000e+00 |    Inf 
243.49/243.52	o 4
243.49/243.52	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
243.49/243.52	c * 243s|112000 |  2626 |329588 |   2.9 |  60M|2069 |   - |5645 |9763 |5645 | 224 |  61k|  71k|3430 | 0.000000e+00 | 4.000000e+00 |    Inf 
258.79/258.86	c   259s|120000 |  2600 |380611 |   3.2 |  62M|2069 |   1 |5645 |  10k|5645 | 272 |  70k|  83k|3637 | 0.000000e+00 | 4.000000e+00 |    Inf 
277.99/278.02	c   278s|130000 |  2583 |443804 |   3.4 |  62M|2069 |   1 |5645 |  10k|5645 | 237 |  81k|  95k|3890 | 0.000000e+00 | 4.000000e+00 |    Inf 
297.50/297.52	c   297s|140000 |  2669 |507429 |   3.6 |  65M|2069 |   - |5645 |  14k|   0 |   0 |  92k| 108k|4091 | 0.000000e+00 | 4.000000e+00 |    Inf 
317.80/317.80	c   318s|150000 |  2619 |573327 |   3.8 |  64M|2069 |   1 |5645 |  12k|5645 | 222 | 103k| 121k|4320 | 0.000000e+00 | 4.000000e+00 |    Inf 
338.40/338.46	c   338s|160000 |  2697 |636293 |   4.0 |  67M|2069 |   1 |5645 |  17k|5645 | 278 | 114k| 135k|4462 | 0.000000e+00 | 4.000000e+00 |    Inf 
344.70/344.70	o 2
344.70/344.70	c * 345s|162781 |  2367 |657008 |   4.0 |  65M|2069 |   - |5645 |  19k|5645 | 295 | 118k| 139k|4523 | 0.000000e+00 | 2.000000e+00 |    Inf 
359.80/359.81	c   360s|170000 |  2272 |703760 |   4.1 |  63M|2069 |   - |5645 |  12k|   0 |   0 | 125k| 149k|4682 | 0.000000e+00 | 2.000000e+00 |    Inf 
381.20/381.22	c   381s|180000 |  2286 |769946 |   4.3 |  64M|2069 |   1 |5645 |  14k|5645 | 237 | 134k| 163k|4876 | 0.000000e+00 | 2.000000e+00 |    Inf 
402.30/402.35	c   402s|190000 |  2374 |836646 |   4.4 |  65M|2069 |  13 |5645 |  15k|5645 | 267 | 145k| 177k|5092 | 0.000000e+00 | 2.000000e+00 |    Inf 
423.51/423.55	c   424s|200000 |  2399 |898537 |   4.5 |  67M|2069 |   - |5645 |  18k|   0 |   0 | 155k| 190k|5233 | 0.000000e+00 | 2.000000e+00 |    Inf 
445.41/445.48	c   445s|210000 |  2386 |959318 |   4.6 |  67M|2069 |   - |5645 |  17k|   0 |   0 | 165k| 205k|5387 | 0.000000e+00 | 2.000000e+00 |    Inf 
467.90/467.99	c   468s|220000 |  2430 |  1024k|   4.7 |  69M|2069 |  16 |5645 |  19k|5645 | 244 | 176k| 219k|5548 | 0.000000e+00 | 2.000000e+00 |    Inf 
491.30/491.37	c   491s|230000 |  2451 |  1091k|   4.7 |  70M|2069 |   7 |5645 |  21k|5645 | 251 | 186k| 234k|5732 | 0.000000e+00 | 2.000000e+00 |    Inf 
513.81/513.83	c   514s|240000 |  2510 |  1149k|   4.8 |  72M|2069 |   - |5645 |  23k|   0 |   0 | 194k| 249k|5835 | 0.000000e+00 | 2.000000e+00 |    Inf 
539.11/539.18	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
539.11/539.18	c   539s|250000 |  2720 |  1219k|   4.9 |  75M|2069 |   1 |5645 |  27k|5645 | 274 | 206k| 263k|5981 | 0.000000e+00 | 2.000000e+00 |    Inf 
566.31/566.33	c   566s|260000 |  2792 |  1290k|   5.0 |  77M|2069 |   - |5645 |  26k|   0 |   0 | 217k| 279k|6116 | 0.000000e+00 | 2.000000e+00 |    Inf 
592.31/592.34	c   592s|270000 |  2725 |  1357k|   5.0 |  76M|2069 |  11 |5645 |  23k|5645 | 260 | 226k| 294k|6271 | 0.000000e+00 | 2.000000e+00 |    Inf 
617.50/617.55	c   618s|280000 |  2512 |  1426k|   5.1 |  73M|2069 |  13 |5645 |  22k|5645 | 268 | 236k| 310k|6390 | 0.000000e+00 | 2.000000e+00 |    Inf 
639.91/639.97	c   640s|290000 |  2446 |  1483k|   5.1 |  70M|2069 |   - |5645 |  18k|   0 |   0 | 246k| 324k|6529 | 0.000000e+00 | 2.000000e+00 |    Inf 
662.21/662.29	c   662s|300000 |  2457 |  1545k|   5.1 |  71M|2069 |  19 |5645 |  21k|5645 | 240 | 256k| 337k|6673 | 0.000000e+00 | 2.000000e+00 |    Inf 
686.41/686.43	c   686s|310000 |  2461 |  1608k|   5.2 |  72M|2069 |  16 |5645 |  22k|5645 | 254 | 266k| 350k|6792 | 0.000000e+00 | 2.000000e+00 |    Inf 
711.11/711.12	c   711s|320000 |  2459 |  1671k|   5.2 |  73M|2069 |  12 |5645 |  25k|5645 | 274 | 276k| 365k|6919 | 0.000000e+00 | 2.000000e+00 |    Inf 
737.01/737.03	c   737s|330000 |  2379 |  1738k|   5.3 |  70M|2069 |   - |5645 |  20k|   0 |   0 | 288k| 378k|7053 | 0.000000e+00 | 2.000000e+00 |    Inf 
760.71/760.78	c   761s|340000 |  2207 |  1804k|   5.3 |  65M|2069 |   - |5645 |  17k|   0 |   0 | 299k| 391k|7393 | 0.000000e+00 | 2.000000e+00 |    Inf 
762.21/762.22	o 1
762.21/762.22	c * 762s|340648 |  2117 |  1808k|   5.3 |  63M|2069 |   - |5645 |  17k|5645 | 257 | 300k| 392k|7413 | 0.000000e+00 | 1.000000e+00 |    Inf 
782.71/782.71	c   783s|350000 |  2275 |  1872k|   5.3 |  65M|2069 |   - |5645 |  19k|   0 |   0 | 309k| 405k|7482 | 0.000000e+00 | 1.000000e+00 |    Inf 
805.51/805.53	c   805s|360000 |  2253 |  1936k|   5.4 |  66M|2069 |   - |5645 |  19k|   0 |   0 | 318k| 419k|7535 | 0.000000e+00 | 1.000000e+00 |    Inf 
828.41/828.44	c   828s|370000 |  2243 |  2002k|   5.4 |  67M|2069 |  14 |5645 |  20k|5645 | 257 | 326k| 433k|7637 | 0.000000e+00 | 1.000000e+00 |    Inf 
851.32/851.35	c   851s|380000 |  1990 |  2071k|   5.5 |  62M|2069 |  21 |5645 |  14k|5645 | 262 | 336k| 447k|7756 | 0.000000e+00 | 1.000000e+00 |    Inf 
870.81/870.85	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
870.81/870.85	c   871s|390000 |  1947 |  2124k|   5.4 |  61M|2069 |   1 |5645 |  12k|5645 | 186 | 344k| 459k|7843 | 0.000000e+00 | 1.000000e+00 |    Inf 
891.52/891.56	c   892s|400000 |  1964 |  2190k|   5.5 |  62M|2069 |   - |5645 |  14k|   0 |   0 | 355k| 474k|7948 | 0.000000e+00 | 1.000000e+00 |    Inf 
911.52/911.56	c   912s|410000 |  1918 |  2242k|   5.5 |  62M|2069 |   - |5645 |  16k|   0 |   0 | 364k| 487k|8040 | 0.000000e+00 | 1.000000e+00 |    Inf 
933.21/933.21	c   933s|420000 |  1984 |  2302k|   5.5 |  64M|2069 |   9 |5645 |  20k|5645 | 229 | 373k| 501k|8093 | 0.000000e+00 | 1.000000e+00 |    Inf 
956.82/956.81	c   957s|430000 |  2010 |  2364k|   5.5 |  65M|2069 |   - |5645 |  22k|   0 |   0 | 382k| 515k|8175 | 0.000000e+00 | 1.000000e+00 |    Inf 
979.71/979.71	c   980s|440000 |  1910 |  2421k|   5.5 |  64M|2069 |  11 |5645 |  21k|5645 | 246 | 391k| 528k|8212 | 0.000000e+00 | 1.000000e+00 |    Inf 
1003.22/1003.24	c  1003s|450000 |  1894 |  2475k|   5.5 |  64M|2069 |   1 |5645 |  21k|5645 | 203 | 400k| 541k|8358 | 0.000000e+00 | 1.000000e+00 |    Inf 
1026.12/1026.11	c  1026s|460000 |  1988 |  2529k|   5.5 |  66M|2069 |  20 |5645 |  21k|5645 | 180 | 409k| 556k|8411 | 0.000000e+00 | 1.000000e+00 |    Inf 
1049.82/1049.80	c  1050s|470000 |  1960 |  2589k|   5.5 |  66M|2069 |   - |5645 |  21k|   0 |   0 | 419k| 570k|8464 | 0.000000e+00 | 1.000000e+00 |    Inf 
1073.62/1073.68	c  1074s|480000 |  1705 |  2643k|   5.5 |  61M|2069 |   7 |5645 |  18k|5645 | 197 | 427k| 584k|8565 | 0.000000e+00 | 1.000000e+00 |    Inf 
1093.52/1093.58	c  1094s|490000 |  1292 |  2686k|   5.5 |  57M|2069 |   - |5645 |  18k|   0 |   0 | 435k| 596k|8653 | 0.000000e+00 | 1.000000e+00 |    Inf 
1113.92/1113.98	c  1114s|500000 |  1545 |  2732k|   5.5 |  60M|2069 |   1 |5645 |  19k|5645 | 170 | 443k| 610k|8706 | 0.000000e+00 | 1.000000e+00 |    Inf 
1133.92/1133.96	c  1134s|510000 |  1614 |  2774k|   5.4 |  61M|2069 |   1 |5645 |  20k|5645 | 199 | 450k| 624k|8750 | 0.000000e+00 | 1.000000e+00 |    Inf 
1155.03/1155.01	c  1155s|520000 |  1613 |  2820k|   5.4 |  62M|2069 |   - |5645 |  21k|   0 |   0 | 458k| 638k|8799 | 0.000000e+00 | 1.000000e+00 |    Inf 
1176.52/1176.51	c  1176s|530000 |  1558 |  2873k|   5.4 |  62M|2069 |   - |5645 |  21k|   0 |   0 | 467k| 653k|8855 | 0.000000e+00 | 1.000000e+00 |    Inf 
1196.83/1196.86	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1196.83/1196.86	c  1197s|540000 |  1449 |  2921k|   5.4 |  61M|2069 |   - |5645 |  22k|   0 |   0 | 474k| 668k|8916 | 0.000000e+00 | 1.000000e+00 |    Inf 
1218.43/1218.42	c  1218s|550000 |  1460 |  2964k|   5.4 |  61M|2069 |   - |5645 |  22k|   0 |   0 | 482k| 682k|8953 | 0.000000e+00 | 1.000000e+00 |    Inf 
1239.73/1239.72	c  1240s|560000 |  1260 |  3012k|   5.4 |  59M|2069 |  17 |5645 |  21k|5645 | 217 | 489k| 696k|9004 | 0.000000e+00 | 1.000000e+00 |    Inf 
1262.02/1262.01	c  1262s|570000 |  1100 |  3066k|   5.4 |  56M|2069 |   - |5645 |  19k|   0 |   0 | 498k| 709k|9138 | 0.000000e+00 | 1.000000e+00 |    Inf 
1286.22/1286.27	c  1286s|580000 |  1124 |  3120k|   5.4 |  58M|2069 |   - |5645 |  21k|   0 |   0 | 509k| 721k|9199 | 0.000000e+00 | 1.000000e+00 |    Inf 
1307.73/1307.80	c  1308s|590000 |  1206 |  3169k|   5.4 |  58M|2069 |   1 |5645 |  20k|5645 | 187 | 518k| 735k|9263 | 0.000000e+00 | 1.000000e+00 |    Inf 
1330.62/1330.65	c  1331s|600000 |  1201 |  3229k|   5.4 |  59M|2069 |   7 |5645 |  23k|5645 | 224 | 528k| 749k|9345 | 0.000000e+00 | 1.000000e+00 |    Inf 
1354.43/1354.45	c  1354s|610000 |  1182 |  3286k|   5.4 |  59M|2069 |   - |5645 |  23k|   0 |   0 | 537k| 763k|9389 | 0.000000e+00 | 1.000000e+00 |    Inf 
1378.23/1378.23	c  1378s|620000 |  1181 |  3336k|   5.4 |  60M|2069 |   - |5645 |  25k|   0 |   0 | 545k| 777k|9429 | 0.000000e+00 | 1.000000e+00 |    Inf 
1403.53/1403.60	c  1404s|630000 |  1350 |  3398k|   5.4 |  62M|2069 |   1 |5645 |  24k|5645 | 214 | 555k| 790k|9534 | 0.000000e+00 | 1.000000e+00 |    Inf 
1431.04/1431.10	c  1431s|640000 |  1341 |  3464k|   5.4 |  63M|2069 |   - |5645 |  25k|   0 |   0 | 566k| 804k|9600 | 0.000000e+00 | 1.000000e+00 |    Inf 
1457.63/1457.70	c  1458s|650000 |  1420 |  3526k|   5.4 |  64M|2069 |   5 |5645 |  27k|5645 | 200 | 575k| 818k|9658 | 0.000000e+00 | 1.000000e+00 |    Inf 
1486.03/1486.09	c  1486s|660000 |  1546 |  3591k|   5.4 |  67M|2069 |   - |5645 |  29k|   0 |   0 | 586k| 832k|9713 | 0.000000e+00 | 1.000000e+00 |    Inf 
1515.53/1515.54	c  1516s|670000 |  1583 |  3660k|   5.5 |  68M|2069 |  11 |5645 |  29k|5645 | 233 | 596k| 847k|9779 | 0.000000e+00 | 1.000000e+00 |    Inf 
1544.93/1544.91	c  1545s|680000 |  1681 |  3734k|   5.5 |  69M|2069 |   1 |5645 |  31k|5645 | 258 | 607k| 862k|9857 | 0.000000e+00 | 1.000000e+00 |    Inf 
1572.43/1572.42	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1572.43/1572.42	c  1572s|690000 |  1659 |  3798k|   5.5 |  69M|2069 |   - |5645 |  30k|   0 |   0 | 616k| 877k|9916 | 0.000000e+00 | 1.000000e+00 |    Inf 
1600.83/1600.82	c  1601s|700000 |  1623 |  3870k|   5.5 |  69M|2069 |   - |5645 |  30k|   0 |   0 | 626k| 892k|9977 | 0.000000e+00 | 1.000000e+00 |    Inf 
1627.54/1627.51	c  1627s|710000 |  1682 |  3925k|   5.5 |  72M|2069 |   - |5645 |  33k|   0 |   0 | 635k| 907k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
1656.73/1656.72	c  1657s|720000 |  1746 |  3987k|   5.5 |  72M|2069 |  16 |5645 |  34k|5645 | 243 | 644k| 921k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
1685.03/1685.03	c  1685s|730000 |  1767 |  4054k|   5.6 |  74M|2069 |  14 |5645 |  35k|5645 | 208 | 653k| 937k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
1712.24/1712.26	c  1712s|740000 |  1771 |  4122k|   5.6 |  73M|2069 |   1 |5645 |  31k|5645 | 258 | 663k| 952k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
1742.94/1742.98	c  1743s|750000 |  1766 |  4196k|   5.6 |  73M|2069 |  19 |5645 |  30k|5645 | 285 | 673k| 967k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
1771.14/1771.19	c  1771s|760000 |  1812 |  4264k|   5.6 |  75M|2069 |   - |5645 |  33k|   0 |   0 | 682k| 982k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
1790.03/1790.01	c 
1790.03/1790.01	c SCIP Status        : solving was interrupted [time limit reached]
1790.03/1790.01	c Solving Time (sec) : 1789.97
1790.03/1790.01	c Solving Nodes      : 766848
1790.03/1790.01	c Primal Bound       : +1.00000000000000e+00 (174 solutions)
1790.03/1790.01	c Dual Bound         : +0.00000000000000e+00
1790.03/1790.01	c Gap                : infinite
1790.03/1790.05	s SATISFIABLE
1790.03/1790.05	v -x231 -x230 -x229 -x228 -x227 -x226 -x225 -x224 -x223 -x222 -x221 -x220 -x219 -x218 x217 -x216 -x215 -x214 -x213 -x212 -x211 -x210 
1790.03/1790.05	v -x209 -x208 -x207 -x206 -x205 -x204 -x203 x202 -x201 -x200 -x199 x198 -x197 -x196 -x195 -x194 -x193 -x192 -x191 x190 -x189 
1790.03/1790.05	v -x188 -x187 -x186 -x185 -x184 -x183 -x182 -x181 -x180 -x179 -x178 -x177 x176 -x175 -x174 -x173 -x172 -x171 -x170 -x169 -x168 
1790.03/1790.05	v -x167 -x166 -x165 x164 -x163 -x162 -x161 -x160 -x159 x158 -x157 -x156 -x155 -x154 -x153 -x152 -x151 -x150 -x149 -x148 -x147 
1790.03/1790.05	v -x146 -x145 -x144 x143 -x142 -x141 -x140 x139 -x138 -x137 -x136 -x135 -x134 -x133 -x132 x131 -x130 -x129 -x128 -x127 -x126 -x125 
1790.03/1790.05	v -x124 -x123 -x122 -x121 -x120 -x119 -x118 -x117 -x116 x115 -x114 -x113 -x112 -x111 -x110 -x109 -x108 -x107 -x106 -x105 -x104 
1790.03/1790.05	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.03/1790.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 -x54 
1790.03/1790.05	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.03/1790.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 
1790.03/1790.05	v -x1 
1790.03/1790.05	c SCIP Status        : solving was interrupted [time limit reached]
1790.03/1790.05	c Solving Time       :    1789.97
1790.03/1790.05	c Original Problem   :
1790.03/1790.05	c   Problem name     : HOME/instance-2705087-1278578336.wbo
1790.03/1790.05	c   Variables        : 5645 (2938 binary, 0 integer, 2707 implicit integer, 0 continuous)
1790.03/1790.05	c   Constraints      : 5415 initial, 5415 maximal
1790.03/1790.05	c Presolved Problem  :
1790.03/1790.05	c   Problem name     : t_HOME/instance-2705087-1278578336.wbo
1790.03/1790.05	c   Variables        : 5645 (2938 binary, 0 integer, 2707 implicit integer, 0 continuous)
1790.03/1790.05	c   Constraints      : 5414 initial, 37444 maximal
1790.03/1790.05	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1790.03/1790.05	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1790.03/1790.05	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1790.03/1790.05	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1790.03/1790.05	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1790.03/1790.05	c   implics          :       0.00          0          0          0          0          0          0          0          0
1790.03/1790.05	c   probing          :       0.04          0          0          0          0          0          0          0          0
1790.03/1790.05	c   linear           :       0.02          0          0          0       2707          0          1          0          0
1790.03/1790.05	c   indicator        :       0.00          0          0          0          0          0          0          0          0
1790.03/1790.05	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1790.03/1790.05	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0
1790.03/1790.05	c   root node        :          -       5414          -          -       5414          -          -          -          -
1790.03/1790.05	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1790.03/1790.05	c   integral         :          0          0          0     536173          0         27       1198          0          0     774090
1790.03/1790.05	c   linear           :       2707          6    3838171     147653          1     304828   19482389     688177          0          0
1790.03/1790.05	c   indicator        :       2707          0    1435312     100554          0        199    2153429          0          0          0
1790.03/1790.05	c   logicor          :          0+         0    1262105          0          0      52523    1351311          0          0          0
1790.03/1790.05	c   bounddisjunction :          0+         0     415880          0          0         96       3156          0          0          0
1790.03/1790.05	c   countsols        :          0          0          0      60558          1          0          0          0          0          0
1790.03/1790.05	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1790.03/1790.05	c   integral         :      15.77       0.00       0.00      15.77       0.00
1790.03/1790.05	c   linear           :     226.30       0.00     212.82      13.48       0.00
1790.03/1790.05	c   indicator        :      28.45       0.01      15.33      13.11       0.00
1790.03/1790.05	c   logicor          :     272.50       0.00     272.50       0.00       0.00
1790.03/1790.05	c   bounddisjunction :       3.14       0.00       3.14       0.00       0.00
1790.03/1790.05	c   countsols        :       0.01       0.00       0.00       0.01       0.00
1790.03/1790.05	c Propagators        :       Time      Calls    Cutoffs    DomReds
1790.03/1790.05	c   vbounds          :       0.72      15705          1       3925
1790.03/1790.05	c   rootredcost      :       0.58         44          0       2707
1790.03/1790.05	c   pseudoobj        :     141.22    3843139       4150    2030872
1790.03/1790.05	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1790.03/1790.05	c   propagation      :      21.76     361597     361433    2302009       30.2      11864       23.8          -
1790.03/1790.05	c   infeasible LP    :       7.42      21939      21939     179003       41.4        189       20.0          0
1790.03/1790.05	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1790.03/1790.05	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1790.03/1790.05	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1790.03/1790.05	c   applied globally :          -          -          -     992652       23.8          -          -          -
1790.03/1790.05	c   applied locally  :          -          -          -          0        0.0          -          -          -
1790.03/1790.05	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1790.03/1790.05	c   cut pool         :       0.00          3          -          -          1          -    (maximal pool size: 73)
1790.03/1790.05	c   redcost          :      50.49     537419          0     107202          0          0
1790.03/1790.05	c   impliedbounds    :       0.00          4          0          0          0          0
1790.03/1790.05	c   intobj           :       0.00          0          0          0          0          0
1790.03/1790.05	c   cgmip            :       0.00          0          0          0          0          0
1790.03/1790.05	c   gomory           :       0.01          4          0          0        230          0
1790.03/1790.05	c   strongcg         :       0.01          4          0          0        215          0
1790.03/1790.05	c   cmir             :       0.01          4          0          0          0          0
1790.03/1790.05	c   flowcover        :       0.03          4          0          0          0          0
1790.03/1790.05	c   clique           :       0.00          1          0          0          0          0
1790.03/1790.05	c   zerohalf         :       0.00          0          0          0          0          0
1790.03/1790.05	c   mcf              :       0.00          1          0          0          0          0
1790.03/1790.05	c   rapidlearning    :       0.19          1          0          0          0          0
1790.03/1790.05	c Pricers            :       Time      Calls       Vars
1790.03/1790.05	c   problem variables:       0.00          0          0
1790.03/1790.05	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1790.03/1790.05	c   relpscost        :      15.37     388033         27       1198          0          0     774090
1790.03/1790.05	c   pscost           :       0.00          0          0          0          0          0          0
1790.03/1790.05	c   inference        :      29.04      60515          0          0          0          0     121124
1790.03/1790.05	c   mostinf          :       0.00          0          0          0          0          0          0
1790.03/1790.05	c   leastinf         :       0.00          0          0          0          0          0          0
1790.03/1790.05	c   fullstrong       :       0.00          0          0          0          0          0          0
1790.03/1790.05	c   allfullstrong    :       0.00          0          0          0          0          0          0
1790.03/1790.05	c   random           :       0.00          0          0          0          0          0          0
1790.03/1790.05	c Primal Heuristics  :       Time      Calls      Found
1790.03/1790.05	c   LP solutions     :       0.12          -         44
1790.03/1790.05	c   pseudo solutions :       0.00          -          0
1790.03/1790.05	c   feaspump         :       0.01          0          0
1790.03/1790.05	c   oneopt           :       0.38         39          0
1790.03/1790.05	c   guideddiving     :       0.18         68          0
1790.03/1790.05	c   veclendiving     :       0.20        104          0
1790.03/1790.05	c   linesearchdiving :       0.20        104          0
1790.03/1790.05	c   coefdiving       :       0.20        105          0
1790.03/1790.05	c   pscostdiving     :       0.19        105          0
1790.03/1790.05	c   fracdiving       :       0.19        105          0
1790.03/1790.05	c   crossover        :       2.07         52          6
1790.03/1790.05	c   rootsoldiving    :       0.22        101          0
1790.03/1790.05	c   objpscostdiving  :       0.21        102          0
1790.03/1790.05	c   trivial          :       0.08          2          2
1790.03/1790.05	c   simplerounding   :       0.73     388133          0
1790.03/1790.05	c   zirounding       :       0.28       1000          0
1790.03/1790.05	c   rounding         :       0.94       8788          0
1790.03/1790.05	c   shifting         :       0.53       2697          0
1790.03/1790.05	c   intshifting      :       0.01          0          0
1790.03/1790.05	c   twoopt           :       0.00          0          0
1790.03/1790.05	c   fixandinfer      :       0.00          0          0
1790.03/1790.05	c   intdiving        :       0.00          0          0
1790.03/1790.05	c   actconsdiving    :       0.00          0          0
1790.03/1790.05	c   octane           :       0.00          0          0
1790.03/1790.05	c   rens             :       0.03          1          0
1790.03/1790.05	c   rins             :       0.00          0          0
1790.03/1790.05	c   localbranching   :       0.00          0          0
1790.03/1790.05	c   mutation         :       0.00          0          0
1790.03/1790.05	c   dins             :       0.00          0          0
1790.03/1790.05	c   undercover       :       0.00          0          0
1790.03/1790.05	c   nlp              :       0.16          0          0
1790.03/1790.05	c   trysol           :       0.40        229        122
1790.03/1790.05	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1790.03/1790.05	c   primal LP        :       0.00          0          0       0.00          -
1790.03/1790.05	c   dual LP          :     475.92     498997    4304165       8.63    9043.93
1790.03/1790.05	c   lex dual LP      :       0.00          0          0       0.00          -
1790.03/1790.05	c   barrier LP       :       0.00          0          0       0.00          -
1790.03/1790.05	c   diving/probing LP:       0.13         72        915      12.71    7154.47
1790.03/1790.05	c   strong branching :      12.29      10378     126631      12.20   10300.82
1790.03/1790.05	c     (at root node) :          -         32       1047      32.72          -
1790.03/1790.05	c   conflict analysis:       0.00          0          0       0.00          -
1790.03/1790.05	c B&B Tree           :
1790.03/1790.05	c   number of runs   :          1
1790.03/1790.05	c   nodes            :     766848
1790.03/1790.05	c   nodes (total)    :     766848
1790.03/1790.05	c   nodes left       :       1792
1790.03/1790.05	c   max depth        :       2069
1790.03/1790.05	c   max depth (total):       2069
1790.03/1790.05	c   backtracks       :      80666 (10.5%)
1790.03/1790.05	c   delayed cutoffs  :      69090
1790.03/1790.05	c   repropagations   :    1738009 (4743264 domain reductions, 64435 cutoffs)
1790.03/1790.05	c   avg switch length:       6.01
1790.03/1790.05	c   switching time   :     276.30
1790.03/1790.05	c Solution           :
1790.03/1790.05	c   Solutions found  :        174 (45 improvements)
1790.03/1790.05	c   First Solution   : +1.38261000000000e+05   (in run 1, after 0 nodes, 0.02 seconds, depth 0, found by <trivial>)
1790.03/1790.05	c   Primal Bound     : +1.00000000000000e+00   (in run 1, after 340648 nodes, 762.18 seconds, depth 37, found by <relaxation>)
1790.03/1790.05	c   Dual Bound       : +0.00000000000000e+00
1790.03/1790.05	c   Gap              :   infinite
1790.03/1790.05	c   Root Dual Bound  : +0.00000000000000e+00
1790.03/1790.05	c   Root Iterations  :        184
1790.13/1790.14	c Time complete: 1790.18.

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-2705087-1278578336/watcher-2705087-1278578336 -o /tmp/evaluation-result-2705087-1278578336/solver-2705087-1278578336 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2705087-1278578336.wbo -t 1800 -m 3800 

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


[startup+0 s]
/proc/loadavg: 1.96 2.00 1.92 4/178 21862
/proc/meminfo: memFree=26046668/32950928 swapFree=67111528/67111528
[pid=21862] ppid=21860 vsize=12336 CPUtime=0
/proc/21862/stat : 21862 (pbscip.linux.x8) R 21860 21862 21325 0 -1 4202496 1922 0 0 0 0 0 0 0 24 0 1 0 26048394 12632064 1841 4089446400 4194304 10345943 140737226814640 18446744073709551615 9107500 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/21862/statm: 3084 1841 429 1502 0 1577 0

[startup+0.015502 s]
/proc/loadavg: 1.96 2.00 1.92 4/178 21862
/proc/meminfo: memFree=26046668/32950928 swapFree=67111528/67111528
[pid=21862] ppid=21860 vsize=15576 CPUtime=0.01
/proc/21862/stat : 21862 (pbscip.linux.x8) R 21860 21862 21325 0 -1 4202496 2743 0 0 0 1 0 0 0 24 0 1 0 26048394 15949824 2662 4089446400 4194304 10345943 140737226814640 18446744073709551615 9134633 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/21862/statm: 3894 2662 429 1502 0 2387 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 15576

[startup+0.100477 s]
/proc/loadavg: 1.96 2.00 1.92 4/178 21862
/proc/meminfo: memFree=26046668/32950928 swapFree=67111528/67111528
[pid=21862] ppid=21860 vsize=38020 CPUtime=0.09
/proc/21862/stat : 21862 (pbscip.linux.x8) R 21860 21862 21325 0 -1 4202496 8448 0 0 0 9 0 0 0 24 0 1 0 26048394 38932480 8013 4089446400 4194304 10345943 140737226814640 18446744073709551615 4246677 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21862/statm: 9505 8013 509 1502 0 7998 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 38020

[startup+0.300442 s]
/proc/loadavg: 1.96 2.00 1.92 4/178 21862
/proc/meminfo: memFree=26046668/32950928 swapFree=67111528/67111528
[pid=21862] ppid=21860 vsize=70104 CPUtime=0.29
/proc/21862/stat : 21862 (pbscip.linux.x8) R 21860 21862 21325 0 -1 4202496 16212 0 0 0 28 1 0 0 18 0 1 0 26048394 71786496 15777 4089446400 4194304 10345943 140737226814640 18446744073709551615 4687806 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21862/statm: 17526 15777 632 1502 0 16019 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 70104

[startup+0.700375 s]
/proc/loadavg: 1.96 2.00 1.92 4/178 21862
/proc/meminfo: memFree=26046668/32950928 swapFree=67111528/67111528
[pid=21862] ppid=21860 vsize=65264 CPUtime=0.69
/proc/21862/stat : 21862 (pbscip.linux.x8) R 21860 21862 21325 0 -1 4202496 16892 0 0 0 67 2 0 0 18 0 1 0 26048394 66830336 15052 4089446400 4194304 10345943 140737226814640 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21862/statm: 16316 15052 751 1502 0 14809 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 65264

[startup+1.50023 s]
/proc/loadavg: 1.96 2.00 1.92 3/179 21863
/proc/meminfo: memFree=25989148/32950928 swapFree=67111528/67111528
[pid=21862] ppid=21860 vsize=65264 CPUtime=1.49
/proc/21862/stat : 21862 (pbscip.linux.x8) R 21860 21862 21325 0 -1 4202496 16894 0 0 0 147 2 0 0 19 0 1 0 26048394 66830336 15054 4089446400 4194304 10345943 140737226814640 18446744073709551615 6898518 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21862/statm: 16316 15054 753 1502 0 14809 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 65264

[startup+3.10095 s]
/proc/loadavg: 1.96 2.00 1.92 3/179 21864
/proc/meminfo: memFree=25989024/32950928 swapFree=67111528/67111528
[pid=21862] ppid=21860 vsize=65264 CPUtime=3.09
/proc/21862/stat : 21862 (pbscip.linux.x8) R 21860 21862 21325 0 -1 4202496 16897 0 0 0 307 2 0 0 24 0 1 0 26048394 66830336 15057 4089446400 4194304 10345943 140737226814640 18446744073709551615 4881987 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21862/statm: 16316 15057 754 1502 0 14809 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 65264

[startup+6.30037 s]
/proc/loadavg: 1.96 2.00 1.92 3/179 21864
/proc/meminfo: memFree=25989292/32950928 swapFree=67111528/67111528
[pid=21862] ppid=21860 vsize=65264 CPUtime=6.29
/proc/21862/stat : 21862 (pbscip.linux.x8) R 21860 21862 21325 0 -1 4202496 19458 0 0 0 626 3 0 0 25 0 1 0 26048394 66830336 15085 4089446400 4194304 10345943 140737226814640 18446744073709551615 4900985 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21862/statm: 16316 15085 754 1502 0 14809 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 65264

[startup+12.7002 s]
/proc/loadavg: 1.96 2.00 1.92 2/177 21865
/proc/meminfo: memFree=29361724/32950928 swapFree=67111528/67111528
[pid=21862] ppid=21860 vsize=66936 CPUtime=12.69
/proc/21862/stat : 21862 (pbscip.linux.x8) R 21860 21862 21325 0 -1 4202496 23413 0 0 0 1265 4 0 0 25 0 1 0 26048394 68542464 15475 4089446400 4194304 10345943 140737226814640 18446744073709551615 4476332 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/21862/statm: 16734 15475 754 1502 0 15227 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 66936

[startup+25.501 s]
/proc/loadavg: 1.97 2.00 1.92 3/179 21892
/proc/meminfo: memFree=29272376/32950928 swapFree=67111528/67111528
[pid=21862] ppid=21860 vsize=98052 CPUtime=25.49
/proc/21862/stat : 21862 (pbscip.linux.x8) R 21860 21862 21325 0 -1 4202496 36005 0 0 0 2542 7 0 0 25 0 1 0 26048394 100405248 22843 4089446400 4194304 10345943 140737226814640 18446744073709551615 4688047 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/21862/statm: 24513 22843 754 1502 0 23006 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 98052

[startup+51.1004 s]
/proc/loadavg: 1.98 2.00 1.92 3/179 21893
/proc/meminfo: memFree=29212628/32950928 swapFree=67111528/67111528
[pid=21862] ppid=21860 vsize=124932 CPUtime=51.09
/proc/21862/stat : 21862 (pbscip.linux.x8) R 21860 21862 21325 0 -1 4202496 42774 0 0 0 5097 12 0 0 25 0 1 0 26048394 127930368 29612 4089446400 4194304 10345943 140737226814640 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/21862/statm: 31233 29612 762 1502 0 29726 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 124932

[startup+102.306 s]
/proc/loadavg: 1.99 2.00 1.92 3/179 21894
/proc/meminfo: memFree=29113884/32950928 swapFree=67111528/67111528
[pid=21862] ppid=21860 vsize=176304 CPUtime=102.29
/proc/21862/stat : 21862 (pbscip.linux.x8) R 21860 21862 21325 0 -1 4202496 83342 0 0 0 10209 20 0 0 25 0 1 0 26048394 180535296 42546 4089446400 4194304 10345943 140737226814640 18446744073709551615 4701084 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/21862/statm: 44076 42546 762 1502 0 42569 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 176304

[startup+162.301 s]
/proc/loadavg: 1.99 2.00 1.92 3/179 21896
/proc/meminfo: memFree=28931164/32950928 swapFree=67111528/67111528
[pid=21862] ppid=21860 vsize=278504 CPUtime=162.3
/proc/21862/stat : 21862 (pbscip.linux.x8) R 21860 21862 21325 0 -1 4202496 185554 0 0 0 16191 39 0 0 25 0 1 0 26048394 285188096 67753 4089446400 4194304 10345943 140737226814640 18446744073709551615 5614817 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/21862/statm: 69626 67753 774 1502 0 68119 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 278504

[startup+222.301 s]
/proc/loadavg: 2.05 2.01 1.93 3/179 21897
/proc/meminfo: memFree=28905316/32950928 swapFree=67111528/67111528
[pid=21862] ppid=21860 vsize=289564 CPUtime=222.3
/proc/21862/stat : 21862 (pbscip.linux.x8) R 21860 21862 21325 0 -1 4202496 238302 0 0 0 22173 57 0 0 25 0 1 0 26048394 296513536 70491 4089446400 4194304 10345943 140737226814640 18446744073709551615 7547116 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/21862/statm: 72391 70491 774 1502 0 70884 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 289564

[startup+282.3 s]
/proc/loadavg: 2.02 2.00 1.93 3/179 21899
/proc/meminfo: memFree=28896196/32950928 swapFree=67111528/67111528
[pid=21862] ppid=21860 vsize=292932 CPUtime=282.3
/proc/21862/stat : 21862 (pbscip.linux.x8) R 21860 21862 21325 0 -1 4202496 272246 0 0 0 28156 74 0 0 25 0 1 0 26048394 299962368 71554 4089446400 4194304 10345943 140737226814640 18446744073709551615 6711383 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/21862/statm: 73233 71554 784 1502 0 71726 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 292932

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 21901
/proc/meminfo: memFree=28889340/32950928 swapFree=67111528/67111528
[pid=21862] ppid=21860 vsize=298796 CPUtime=342.3
/proc/21862/stat : 21862 (pbscip.linux.x8) R 21860 21862 21325 0 -1 4202496 275533 0 0 0 34143 87 0 0 25 0 1 0 26048394 305967104 72856 4089446400 4194304 10345943 140737226814640 18446744073709551615 6864719 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/21862/statm: 74699 72856 784 1502 0 73192 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 298796

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 21902
/proc/meminfo: memFree=28885944/32950928 swapFree=67111528/67111528
[pid=21862] ppid=21860 vsize=300340 CPUtime=402.3
/proc/21862/stat : 21862 (pbscip.linux.x8) R 21860 21862 21325 0 -1 4202496 295989 0 0 0 40128 102 0 0 25 0 1 0 26048394 307548160 73314 4089446400 4194304 10345943 140737226814640 18446744073709551615 4995692 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/21862/statm: 75085 73314 795 1502 0 73578 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 300340

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 21904
/proc/meminfo: memFree=28879648/32950928 swapFree=67111528/67111528
[pid=21862] ppid=21860 vsize=303092 CPUtime=462.31
/proc/21862/stat : 21862 (pbscip.linux.x8) R 21860 21862 21325 0 -1 4202496 300992 0 0 0 46117 114 0 0 25 0 1 0 26048394 310366208 73947 4089446400 4194304 10345943 140737226814640 18446744073709551615 4212548 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/21862/statm: 75773 73947 795 1502 0 74266 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 303092

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 21905
/proc/meminfo: memFree=28874848/32950928 swapFree=67111528/67111528
[pid=21862] ppid=21860 vsize=305540 CPUtime=522.31
/proc/21862/stat : 21862 (pbscip.linux.x8) R 21860 21862 21325 0 -1 4202496 301785 0 0 0 52106 125 0 0 25 0 1 0 26048394 312872960 74740 4089446400 4194304 10345943 140737226814640 18446744073709551615 5085399 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/21862/statm: 76385 74740 795 1502 0 74878 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 305540

[startup+582.301 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 21907
/proc/meminfo: memFree=28870840/32950928 swapFree=67111528/67111528
[pid=21862] ppid=21860 vsize=308600 CPUtime=582.31
/proc/21862/stat : 21862 (pbscip.linux.x8) R 21860 21862 21325 0 -1 4202496 307161 0 0 0 58094 137 0 0 25 0 1 0 26048394 316006400 75397 4089446400 4194304 10345943 140737226814640 18446744073709551615 6068924 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/21862/statm: 77150 75397 795 1502 0 75643 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 308600

[startup+642.301 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 21909
/proc/meminfo: memFree=28870156/32950928 swapFree=67111528/67111528
[pid=21862] ppid=21860 vsize=310368 CPUtime=642.31
/proc/21862/stat : 21862 (pbscip.linux.x8) R 21860 21862 21325 0 -1 4202496 307293 0 0 0 64084 147 0 0 25 0 1 0 26048394 317816832 75529 4089446400 4194304 10345943 140737226814640 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/21862/statm: 77592 75529 795 1502 0 76085 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 310368

[startup+702.3 s]

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

/proc/meminfo: memFree=28857964/32950928 swapFree=67111528/67111528
[pid=21862] ppid=21860 vsize=311196 CPUtime=1002.31
/proc/21862/stat : 21862 (pbscip.linux.x8) R 21860 21862 21325 0 -1 4202496 329611 0 0 0 100021 210 0 0 25 0 1 0 26048394 318664704 76006 4089446400 4194304 10345943 140737226814640 18446744073709551615 5085412 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/21862/statm: 77799 76006 795 1502 0 76292 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 311196

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 21920
/proc/meminfo: memFree=28853652/32950928 swapFree=67111528/67111528
[pid=21862] ppid=21860 vsize=312900 CPUtime=1062.31
/proc/21862/stat : 21862 (pbscip.linux.x8) R 21860 21862 21325 0 -1 4202496 329814 0 0 0 106014 217 0 0 25 0 1 0 26048394 320409600 76209 4089446400 4194304 10345943 140737226814640 18446744073709551615 4766955 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/21862/statm: 78225 76209 795 1502 0 76718 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 312900

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 21921
/proc/meminfo: memFree=28851360/32950928 swapFree=67111528/67111528
[pid=21862] ppid=21860 vsize=312900 CPUtime=1122.32
/proc/21862/stat : 21862 (pbscip.linux.x8) R 21860 21862 21325 0 -1 4202496 329896 0 0 0 112005 227 0 0 25 0 1 0 26048394 320409600 76291 4089446400 4194304 10345943 140737226814640 18446744073709551615 5615616 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/21862/statm: 78225 76291 795 1502 0 76718 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 312900

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 21923
/proc/meminfo: memFree=28851208/32950928 swapFree=67111528/67111528
[pid=21862] ppid=21860 vsize=312900 CPUtime=1182.32
/proc/21862/stat : 21862 (pbscip.linux.x8) R 21860 21862 21325 0 -1 4202496 329909 0 0 0 117997 235 0 0 25 0 1 0 26048394 320409600 76304 4089446400 4194304 10345943 140737226814640 18446744073709551615 4218186 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/21862/statm: 78225 76304 795 1502 0 76718 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 312900

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 21925
/proc/meminfo: memFree=28850416/32950928 swapFree=67111528/67111528
[pid=21862] ppid=21860 vsize=312700 CPUtime=1242.32
/proc/21862/stat : 21862 (pbscip.linux.x8) R 21860 21862 21325 0 -1 4202496 331749 0 0 0 123988 244 0 0 25 0 1 0 26048394 320204800 76155 4089446400 4194304 10345943 140737226814640 18446744073709551615 5085399 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/21862/statm: 78175 76155 795 1502 0 76668 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 312700

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 21926
/proc/meminfo: memFree=28849344/32950928 swapFree=67111528/67111528
[pid=21862] ppid=21860 vsize=313108 CPUtime=1302.33
/proc/21862/stat : 21862 (pbscip.linux.x8) R 21860 21862 21325 0 -1 4202496 331927 0 0 0 129980 253 0 0 25 0 1 0 26048394 320622592 76333 4089446400 4194304 10345943 140737226814640 18446744073709551615 5085943 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/21862/statm: 78277 76333 795 1502 0 76770 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 313108

[startup+1362.3 s]
/proc/loadavg: 2.04 2.01 1.94 3/179 21937
/proc/meminfo: memFree=28848692/32950928 swapFree=67111528/67111528
[pid=21862] ppid=21860 vsize=313108 CPUtime=1362.32
/proc/21862/stat : 21862 (pbscip.linux.x8) R 21860 21862 21325 0 -1 4202496 331940 0 0 0 135970 262 0 0 25 0 1 0 26048394 320622592 76346 4089446400 4194304 10345943 140737226814640 18446744073709551615 4214221 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/21862/statm: 78277 76346 795 1502 0 76770 0
Current children cumulated CPU time (s) 1362.32
Current children cumulated vsize (KiB) 313108

[startup+1422.31 s]
/proc/loadavg: 2.01 2.01 1.94 3/179 21938
/proc/meminfo: memFree=28848164/32950928 swapFree=67111528/67111528
[pid=21862] ppid=21860 vsize=313108 CPUtime=1422.33
/proc/21862/stat : 21862 (pbscip.linux.x8) R 21860 21862 21325 0 -1 4202496 331948 0 0 0 141961 272 0 0 25 0 1 0 26048394 320622592 76354 4089446400 4194304 10345943 140737226814640 18446744073709551615 6929808 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/21862/statm: 78277 76354 795 1502 0 76770 0
Current children cumulated CPU time (s) 1422.33
Current children cumulated vsize (KiB) 313108

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 21940
/proc/meminfo: memFree=28847356/32950928 swapFree=67111528/67111528
[pid=21862] ppid=21860 vsize=313108 CPUtime=1482.33
/proc/21862/stat : 21862 (pbscip.linux.x8) R 21860 21862 21325 0 -1 4202496 331973 0 0 0 147950 283 0 0 25 0 1 0 26048394 320622592 76379 4089446400 4194304 10345943 140737226814640 18446744073709551615 5085381 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/21862/statm: 78277 76379 795 1502 0 76770 0
Current children cumulated CPU time (s) 1482.33
Current children cumulated vsize (KiB) 313108

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 21942
/proc/meminfo: memFree=28846440/32950928 swapFree=67111528/67111528
[pid=21862] ppid=21860 vsize=314192 CPUtime=1542.33
/proc/21862/stat : 21862 (pbscip.linux.x8) R 21860 21862 21325 0 -1 4202496 332168 0 0 0 153941 292 0 0 25 0 1 0 26048394 321732608 76574 4089446400 4194304 10345943 140737226814640 18446744073709551615 4660594 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/21862/statm: 78548 76574 795 1502 0 77041 0
Current children cumulated CPU time (s) 1542.33
Current children cumulated vsize (KiB) 314192

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 21943
/proc/meminfo: memFree=28846404/32950928 swapFree=67111528/67111528
[pid=21862] ppid=21860 vsize=314192 CPUtime=1602.34
/proc/21862/stat : 21862 (pbscip.linux.x8) R 21860 21862 21325 0 -1 4202496 332177 0 0 0 159933 301 0 0 25 0 1 0 26048394 321732608 76583 4089446400 4194304 10345943 140737226814640 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/21862/statm: 78548 76583 795 1502 0 77041 0
Current children cumulated CPU time (s) 1602.34
Current children cumulated vsize (KiB) 314192

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 21945
/proc/meminfo: memFree=28845600/32950928 swapFree=67111528/67111528
[pid=21862] ppid=21860 vsize=315716 CPUtime=1662.34
/proc/21862/stat : 21862 (pbscip.linux.x8) R 21860 21862 21325 0 -1 4202496 332395 0 0 0 165926 308 0 0 25 0 1 0 26048394 323293184 76801 4089446400 4194304 10345943 140737226814640 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/21862/statm: 78929 76801 795 1502 0 77422 0
Current children cumulated CPU time (s) 1662.34
Current children cumulated vsize (KiB) 315716

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 21946
/proc/meminfo: memFree=28844816/32950928 swapFree=67111528/67111528
[pid=21862] ppid=21860 vsize=316144 CPUtime=1722.34
/proc/21862/stat : 21862 (pbscip.linux.x8) R 21860 21862 21325 0 -1 4202496 332586 0 0 0 171915 319 0 0 25 0 1 0 26048394 323731456 76992 4089446400 4194304 10345943 140737226814640 18446744073709551615 5085381 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/21862/statm: 79036 76992 795 1502 0 77529 0
Current children cumulated CPU time (s) 1722.34
Current children cumulated vsize (KiB) 316144

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 21948
/proc/meminfo: memFree=28843852/32950928 swapFree=67111528/67111528
[pid=21862] ppid=21860 vsize=316140 CPUtime=1782.34
/proc/21862/stat : 21862 (pbscip.linux.x8) R 21860 21862 21325 0 -1 4202496 334542 0 0 0 177907 327 0 0 25 0 1 0 26048394 323727360 77117 4089446400 4194304 10345943 140737226814640 18446744073709551615 5085381 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/21862/statm: 79035 77117 795 1502 0 77528 0
Current children cumulated CPU time (s) 1782.34
Current children cumulated vsize (KiB) 316140

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

[startup+1785.5 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 21948
/proc/meminfo: memFree=28843600/32950928 swapFree=67111528/67111528
[pid=21862] ppid=21860 vsize=316140 CPUtime=1785.54
/proc/21862/stat : 21862 (pbscip.linux.x8) R 21860 21862 21325 0 -1 4202496 334553 0 0 0 178226 328 0 0 25 0 1 0 26048394 323727360 77128 4089446400 4194304 10345943 140737226814640 18446744073709551615 6757651 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/21862/statm: 79035 77128 795 1502 0 77528 0
Current children cumulated CPU time (s) 1785.54
Current children cumulated vsize (KiB) 316140

[startup+1788.7 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 21948
/proc/meminfo: memFree=28843852/32950928 swapFree=67111528/67111528
[pid=21862] ppid=21860 vsize=316140 CPUtime=1788.74
/proc/21862/stat : 21862 (pbscip.linux.x8) R 21860 21862 21325 0 -1 4202496 334591 0 0 0 178546 328 0 0 25 0 1 0 26048394 323727360 77166 4089446400 4194304 10345943 140737226814640 18446744073709551615 6119744 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/21862/statm: 79035 77166 795 1502 0 77528 0
Current children cumulated CPU time (s) 1788.74
Current children cumulated vsize (KiB) 316140

[startup+1789.5 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 21948
/proc/meminfo: memFree=28843852/32950928 swapFree=67111528/67111528
[pid=21862] ppid=21860 vsize=316140 CPUtime=1789.53
/proc/21862/stat : 21862 (pbscip.linux.x8) R 21860 21862 21325 0 -1 4202496 334591 0 0 0 178625 328 0 0 25 0 1 0 26048394 323727360 77166 4089446400 4194304 10345943 140737226814640 18446744073709551615 4995177 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/21862/statm: 79035 77166 795 1502 0 77528 0
Current children cumulated CPU time (s) 1789.53
Current children cumulated vsize (KiB) 316140

[startup+1789.9 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 21948
/proc/meminfo: memFree=28843852/32950928 swapFree=67111528/67111528
[pid=21862] ppid=21860 vsize=316140 CPUtime=1789.93
/proc/21862/stat : 21862 (pbscip.linux.x8) R 21860 21862 21325 0 -1 4202496 334592 0 0 0 178665 328 0 0 25 0 1 0 26048394 323727360 77167 4089446400 4194304 10345943 140737226814640 18446744073709551615 6068889 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/21862/statm: 79035 77167 795 1502 0 77528 0
Current children cumulated CPU time (s) 1789.93
Current children cumulated vsize (KiB) 316140

[startup+1790.1 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 21948
/proc/meminfo: memFree=28843852/32950928 swapFree=67111528/67111528
[pid=21862] ppid=21860 vsize=316140 CPUtime=1790.13
/proc/21862/stat : 21862 (pbscip.linux.x8) R 21860 21862 21325 0 -1 4202496 334650 0 0 0 178685 328 0 0 18 0 1 0 26048394 323727360 77225 4089446400 4194304 10345943 140737226814640 18446744073709551615 4448759 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/21862/statm: 79035 77225 796 1502 0 77528 0
Current children cumulated CPU time (s) 1790.13
Current children cumulated vsize (KiB) 316140

Child status: 0
Real time (s): 1790.15
CPU time (s): 1790.19
CPU user time (s): 1786.89
CPU system time (s): 3.2985
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 327072

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

runsolver used 2.92656 second user time and 5.97909 second system time

The end

Launcher Data

Begin job on node112 at 2010-07-08 10:38:57
IDJOB=2705087
IDBENCH=79295
IDSOLVER=1214
FILE ID=node112/2705087-1278578336
PBS_JOBID= 11240229
Free space on /tmp= 73432 MiB

SOLVER NAME= SCIPclp SCIP 1.2.1.3 with Clp 1.11.1 (Release Version) as LP solver
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900579996--soft-0-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-2705087-1278578336/watcher-2705087-1278578336 -o /tmp/evaluation-result-2705087-1278578336/solver-2705087-1278578336 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2705087-1278578336.wbo -t 1800 -m 3800

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

MD5SUM BENCH= c45be88cd75ffa8279348f234419b8ae
RANDOM SEED=361696858

node112.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.820
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.64
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.820
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.820
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.820
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.84
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.820
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.820
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.820
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.820
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      26047320 kB
Buffers:        150980 kB
Cached:        3162148 kB
SwapCached:          0 kB
Active:        4681380 kB
Inactive:      2061464 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      26047320 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           12860 kB
Writeback:           0 kB
AnonPages:     3429644 kB
Mapped:          17592 kB
Slab:            89032 kB
PageTables:      11780 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  3668188 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= 73428 MiB
End job on node112 at 2010-07-08 11:08:47