Trace number 2705073

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

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900563801--soft-0-100-0.wbo
MD5SUMa9e19d6176a708e2234c09caf532f5b0
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 benchmark22.7805
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 137245
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 137244
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 719
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-2705073-1278578335.wbo>
0.00/0.03	c original problem has 5645 variables (2938 bin, 0 int, 2707 impl, 0 cont) and 5415 constraints
0.00/0.03	c problem read
0.00/0.03	c presolving settings loaded
0.09/0.11	o 137244
0.09/0.11	c feasible solution found by trivial heuristic, objective value  1.372440e+05
0.09/0.11	c presolving:
0.09/0.12	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.13	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.17	c    (0.1s) probing: 101/2938 (3.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.09/0.17	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.09/0.17	c presolving (3 rounds):
0.09/0.17	c  0 deleted vars, 1 deleted constraints, 2707 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.09/0.17	c  5391 implications, 0 cliques
0.09/0.17	c presolved problem has 5645 variables (2938 bin, 0 int, 2707 impl, 0 cont) and 5414 constraints
0.09/0.17	c    2707 constraints of type <linear>
0.09/0.17	c    2707 constraints of type <indicator>
0.09/0.17	c transformed objective value is always integral (scale: 1)
0.09/0.17	c Presolving Time: 0.12
0.09/0.17	c - non default parameters ----------------------------------------------------------------------
0.09/0.17	c # SCIP version 1.2.1.3
0.09/0.17	c 
0.09/0.17	c # frequency for displaying node information lines
0.09/0.17	c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.17	c display/freq = 10000
0.09/0.17	c 
0.09/0.17	c # maximal time in seconds to run
0.09/0.17	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.17	c limits/time = 1789.98
0.09/0.17	c 
0.09/0.17	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.17	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.17	c limits/memory = 3420
0.09/0.17	c 
0.09/0.17	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.09/0.17	c # [type: int, range: [1,2], default: 1]
0.09/0.17	c timing/clocktype = 2
0.09/0.17	c 
0.09/0.17	c # should presolving try to simplify inequalities
0.09/0.17	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.17	c constraints/linear/simplifyinequalities = TRUE
0.09/0.17	c 
0.09/0.17	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.09/0.17	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.17	c constraints/indicator/addCouplingCons = TRUE
0.09/0.17	c 
0.09/0.17	c # should presolving try to simplify knapsacks
0.09/0.17	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.17	c constraints/knapsack/simplifyinequalities = TRUE
0.09/0.17	c 
0.09/0.17	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.09/0.17	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.17	c separating/rapidlearning/freq = 0
0.09/0.17	c 
0.09/0.17	c -----------------------------------------------------------------------------------------------
0.09/0.17	c start solving
0.09/0.17	c 
0.09/0.18	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.09/0.18	c t 0.2s|     1 |     0 |     0 |     - |  19M|   0 |   0 |5645 |5414 |5645 |   0 |   0 |   0 |   0 | 0.000000e+00 | 1.372440e+05 |    Inf 
0.29/0.35	c   0.3s|     1 |     0 |    20 |     - |  19M|   0 |   0 |5645 |5414 |5645 |  22 |  22 |   0 |   0 | 0.000000e+00 | 1.372440e+05 |    Inf 
0.29/0.36	c   0.3s|     1 |     0 |    42 |     - |  19M|   0 |   7 |5645 |5414 |5645 |  53 |  53 |   0 |   0 | 0.000000e+00 | 1.372440e+05 |    Inf 
0.29/0.37	c   0.3s|     1 |     0 |    62 |     - |  19M|   0 |  14 |5645 |5414 |5645 |  85 |  85 |   0 |   0 | 0.000000e+00 | 1.372440e+05 |    Inf 
0.29/0.38	c   0.3s|     1 |     0 |   101 |     - |  19M|   0 |  35 |5645 |5414 |5645 | 120 | 120 |   0 |   0 | 0.000000e+00 | 1.372440e+05 |    Inf 
0.39/0.40	c   0.4s|     1 |     0 |   133 |     - |  19M|   0 |  38 |5645 |5414 |5645 | 150 | 150 |   0 |   0 | 0.000000e+00 | 1.372440e+05 |    Inf 
0.39/0.43	c   0.4s|     1 |     0 |   184 |     - |  19M|   0 |  32 |5645 |5414 |5645 | 164 | 164 |   0 |   0 | 0.000000e+00 | 1.372440e+05 |    Inf 
0.50/0.51	c   0.5s|     1 |     2 |   184 |     - |  20M|   0 |  32 |5645 |5414 |5645 | 164 | 164 |   0 |  32 | 0.000000e+00 | 1.372440e+05 |    Inf 
6.50/6.55	o 825
6.50/6.55	c * 6.5s|  3362 |  3332 |  1713 |   0.5 |  29M|2712 |   - |5645 |5420 |5645 | 216 | 479 |   6 | 489 | 0.000000e+00 | 8.250000e+02 |    Inf 
17.59/17.68	c  17.6s| 10000 |  9960 |  2454 |   0.2 |  43M|2712 |   0 |5645 |5434 |5645 | 203 | 699 |  20 | 555 | 0.000000e+00 | 8.250000e+02 |    Inf 
37.19/37.24	c  37.2s| 20000 | 19959 |  4285 |   0.2 |  64M|2712 |   0 |5645 |5436 |5645 | 219 |1146 |  22 | 680 | 0.000000e+00 | 8.250000e+02 |    Inf 
56.79/56.88	c  56.9s| 30000 | 29951 |  6103 |   0.2 |  85M|2712 |   0 |5645 |5448 |5645 | 199 |1634 |  34 | 738 | 0.000000e+00 | 8.250000e+02 |    Inf 
75.69/75.78	c  75.7s| 40000 | 39951 |  7237 |   0.2 | 106M|2712 |   0 |5645 |5448 |5645 | 202 |1919 |  34 | 765 | 0.000000e+00 | 8.250000e+02 |    Inf 
94.50/94.55	c  94.5s| 50000 | 49931 |  8127 |   0.2 | 125M|2712 |   0 |5645 |5458 |5645 | 209 |2115 |  44 | 791 | 0.000000e+00 | 8.250000e+02 |    Inf 
112.59/112.62	c   113s| 60000 | 59920 |  9109 |   0.1 | 144M|2712 |   0 |5645 |5479 |5645 | 206 |2337 |  65 | 858 | 0.000000e+00 | 8.250000e+02 |    Inf 
123.99/124.03	o 313
123.99/124.03	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
123.99/124.03	c * 124s| 66746 | 59140 |  9469 |   0.1 | 143M|2712 |   - |5645 |5487 |5645 | 190 |2430 |  73 | 871 | 0.000000e+00 | 3.130000e+02 |    Inf 
127.09/127.15	o 308
127.09/127.15	c * 127s| 68008 | 60019 | 10178 |   0.1 | 146M|2712 |   - |5645 |5728 |5645 | 188 |2633 | 314 | 892 | 0.000000e+00 | 3.080000e+02 |    Inf 
128.70/128.75	o 276
128.70/128.75	c * 129s| 68689 | 57336 | 10405 |   0.1 | 142M|2712 |   - |5645 |5790 |5645 | 196 |2691 | 376 | 892 | 0.000000e+00 | 2.760000e+02 |    Inf 
132.80/132.89	c   133s| 70000 | 58457 | 11957 |   0.2 | 147M|2712 |   0 |5645 |6127 |5645 | 197 |3109 | 713 | 925 | 0.000000e+00 | 2.760000e+02 |    Inf 
150.70/150.79	o 256
150.70/150.79	c * 151s| 75687 | 58933 | 17925 |   0.2 | 158M|2712 |   - |5645 |7964 |5645 | 196 |5019 |2554 |1014 | 0.000000e+00 | 2.560000e+02 |    Inf 
157.89/157.93	o 254
157.89/157.93	c * 158s| 77762 | 60098 | 21627 |   0.3 | 166M|2712 |   - |5645 |8693 |5645 | 195 |6029 |3313 |1092 | 0.000000e+00 | 2.540000e+02 |    Inf 
158.79/158.87	o 236
158.79/158.87	c * 159s| 78061 | 55317 | 21949 |   0.3 | 157M|2712 |   - |5645 |8745 |5645 | 202 |6106 |3375 |1092 | 0.000000e+00 | 2.360000e+02 |    Inf 
164.19/164.24	o 225
164.19/164.24	c * 164s| 79768 | 53263 | 23693 |   0.3 | 157M|2712 |   - |5645 |9185 |5645 | 182 |6573 |3879 |1141 | 0.000000e+00 | 2.250000e+02 |    Inf 
164.29/164.38	o 201
164.29/164.38	c * 164s| 79809 | 45092 | 23715 |   0.3 | 140M|2712 |   - |5645 |9192 |5645 | 184 |6575 |3886 |1141 | 0.000000e+00 | 2.010000e+02 |    Inf 
164.59/164.69	o 190
164.59/164.69	c * 165s| 79909 | 41468 | 23907 |   0.3 | 132M|2712 |   - |5645 |9266 |5645 | 189 |6597 |3980 |1142 | 0.000000e+00 | 1.900000e+02 |    Inf 
165.00/165.08	c   165s| 80000 | 41541 | 24002 |   0.3 | 132M|2712 |   0 |5645 |9293 |5645 | 191 |6627 |4015 |1142 | 0.000000e+00 | 1.900000e+02 |    Inf 
176.39/176.47	o 182
176.39/176.47	c * 176s| 82957 | 40592 | 30396 |   0.4 | 136M|2712 |   - |5645 |9480 |5645 | 229 |8522 |5410 |1273 | 0.000000e+00 | 1.820000e+02 |    Inf 
176.50/176.57	o 167
176.50/176.57	c * 177s| 82989 | 35381 | 30478 |   0.4 | 123M|2712 |   - |5645 |9466 |5645 | 202 |8544 |5411 |1273 | 0.000000e+00 | 1.670000e+02 |    Inf 
194.79/194.80	o 164
194.79/194.80	c * 195s| 87761 | 37796 | 43362 |   0.5 | 142M|2712 |   - |5645 |9135 |5645 | 200 |  12k|7666 |1443 | 0.000000e+00 | 1.640000e+02 |    Inf 
195.59/195.70	o 157
195.59/195.70	c * 196s| 88114 | 35894 | 43583 |   0.5 | 138M|2712 |   - |5645 |9144 |5645 | 209 |  12k|7719 |1445 | 0.000000e+00 | 1.570000e+02 |    Inf 
195.70/195.73	o 127
195.70/195.73	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
195.70/195.73	c * 196s| 88115 | 27393 | 43583 |   0.5 | 112M|2712 |   - |5645 |9144 |5645 | 209 |  12k|7719 |1445 | 0.000000e+00 | 1.270000e+02 |    Inf 
195.89/195.92	o 122
195.89/195.92	c * 196s| 88167 | 26357 | 43821 |   0.5 | 109M|2712 |   - |5645 |9131 |5645 | 239 |  12k|7722 |1452 | 0.000000e+00 | 1.220000e+02 |    Inf 
195.99/196.04	o 107
195.99/196.04	c * 196s| 88223 | 22976 | 43865 |   0.5 |  97M|2712 |   - |5645 |9130 |5645 | 243 |  12k|7722 |1452 | 0.000000e+00 | 1.070000e+02 |    Inf 
196.19/196.27	o 106
196.19/196.27	c * 196s| 88311 | 22807 | 44065 |   0.5 |  97M|2712 |   - |5645 |9133 |5645 | 233 |  12k|7737 |1452 | 0.000000e+00 | 1.060000e+02 |    Inf 
200.60/200.63	o 98
200.60/200.63	c * 201s| 89450 | 21336 | 46679 |   0.5 |  95M|2712 |   - |5645 |9016 |5645 | 201 |  12k|8315 |1503 | 0.000000e+00 | 9.800000e+01 |    Inf 
202.50/202.53	o 96
202.50/202.53	c * 202s| 89924 | 21068 | 47920 |   0.5 |  95M|2712 |   - |5645 |8724 |5645 | 199 |  13k|8502 |1508 | 0.000000e+00 | 9.600000e+01 |    Inf 
202.80/202.81	c   203s| 90000 | 21135 | 48016 |   0.5 |  95M|2712 |   0 |5645 |8619 |5645 | 178 |  13k|8525 |1508 | 0.000000e+00 | 9.600000e+01 |    Inf 
205.50/205.52	o 85
205.50/205.52	c * 205s| 90624 | 18215 | 49515 |   0.5 |  88M|2712 |   - |5645 |8374 |5645 | 184 |  13k|8862 |1521 | 0.000000e+00 | 8.500000e+01 |    Inf 
208.59/208.62	o 76
208.59/208.62	c * 209s| 91385 | 15718 | 51513 |   0.6 |  80M|2712 |   - |5645 |7765 |5645 | 217 |  14k|9330 |1527 | 0.000000e+00 | 7.600000e+01 |    Inf 
241.29/241.33	o 75
241.29/241.33	c * 241s| 99459 | 18680 | 80485 |   0.8 | 110M|2712 |   - |5645 |8291 |5645 | 254 |  23k|  16k|1711 | 0.000000e+00 | 7.500000e+01 |    Inf 
243.40/243.44	c   243s|100000 | 18875 | 81780 |   0.8 | 111M|2712 |   0 |5645 |8114 |5645 | 232 |  23k|  16k|1721 | 0.000000e+00 | 7.500000e+01 |    Inf 
283.70/283.75	c   284s|110000 | 21977 |117946 |   1.1 | 144M|2712 |   0 |5645 |7512 |5645 | 282 |  34k|  25k|2121 | 0.000000e+00 | 7.500000e+01 |    Inf 
323.79/323.85	c   324s|120000 | 24800 |153357 |   1.3 | 177M|2712 |   0 |5645 |7475 |5645 | 218 |  44k|  35k|2453 | 0.000000e+00 | 7.500000e+01 |    Inf 
360.99/361.00	o 67
360.99/361.00	c * 361s|129869 | 26594 |183196 |   1.4 | 201M|2712 |   - |5645 |7508 |5645 | 205 |  53k|  44k|2691 | 0.000000e+00 | 6.700000e+01 |    Inf 
361.49/361.54	c   362s|130000 | 26643 |183981 |   1.4 | 201M|2712 |   0 |5645 |7166 |5645 | 261 |  53k|  44k|2701 | 0.000000e+00 | 6.700000e+01 |    Inf 
371.60/371.65	o 66
371.60/371.65	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
371.60/371.65	c * 372s|132668 | 27345 |194050 |   1.5 | 208M|2712 |   - |5645 |7840 |5645 | 284 |  55k|  46k|2763 | 0.000000e+00 | 6.600000e+01 |    Inf 
379.00/379.02	o 59
379.00/379.02	c * 379s|134392 | 26060 |202658 |   1.5 | 209M|2712 |   - |5645 |6837 |5645 | 242 |  57k|  48k|2855 | 0.000000e+00 | 5.900000e+01 |    Inf 
379.00/379.07	o 57
379.00/379.07	c * 379s|134395 | 25437 |202677 |   1.5 | 206M|2712 |   - |5645 |6539 |5645 | 243 |  57k|  48k|2855 | 0.000000e+00 | 5.700000e+01 |    Inf 
392.09/392.16	o 54
392.09/392.16	c * 392s|138067 | 24818 |218169 |   1.6 | 206M|2712 |   - |5645 |7032 |5645 | 281 |  61k|  52k|2950 | 0.000000e+00 | 5.400000e+01 |    Inf 
392.09/392.17	o 48
392.09/392.17	c * 392s|138068 | 23012 |218169 |   1.6 | 198M|2712 |   - |5645 |7032 |5645 | 281 |  61k|  52k|2950 | 0.000000e+00 | 4.800000e+01 |    Inf 
398.10/398.19	c   398s|140000 | 23112 |227520 |   1.6 | 200M|2712 |   1 |5645 |6288 |5645 | 268 |  63k|  55k|3001 | 0.000000e+00 | 4.800000e+01 |    Inf 
427.69/427.75	c   428s|150000 | 23599 |269238 |   1.8 | 213M|2712 |   0 |5645 |6590 |5645 | 270 |  72k|  66k|3262 | 0.000000e+00 | 4.800000e+01 |    Inf 
432.21/432.22	o 38
432.21/432.22	c * 432s|151308 | 21332 |275989 |   1.8 | 198M|2712 |   - |5645 |7051 |5645 | 277 |  74k|  68k|3313 | 0.000000e+00 | 3.800000e+01 |    Inf 
435.39/435.48	o 36
435.39/435.48	c * 435s|152424 | 20825 |281299 |   1.8 | 192M|2712 |   - |5645 |6285 |5645 | 275 |  75k|  69k|3339 | 0.000000e+00 | 3.600000e+01 |    Inf 
439.09/439.18	o 20
439.09/439.18	c * 439s|153764 | 17995 |289116 |   1.9 | 170M|2712 |   - |5645 |6325 |5645 | 224 |  77k|  71k|3382 | 0.000000e+00 | 2.000000e+01 |    Inf 
452.40/452.43	c   452s|160000 | 17557 |319484 |   2.0 | 171M|2712 |   1 |5645 |7357 |5645 | 216 |  82k|  80k|3525 | 0.000000e+00 | 2.000000e+01 |    Inf 
472.50/472.52	c   472s|170000 | 17755 |355783 |   2.1 | 175M|2712 |   - |5645 |9718 |   0 |   0 |  89k|  92k|3672 | 0.000000e+00 | 2.000000e+01 |    Inf 
494.00/494.06	c   494s|180000 | 17755 |398464 |   2.2 | 177M|2712 |   1 |5645 |8526 |5645 | 221 |  96k| 106k|3886 | 0.000000e+00 | 2.000000e+01 |    Inf 
496.01/496.09	o 19
496.01/496.09	c * 496s|181024 | 17551 |402994 |   2.2 | 176M|2712 |   - |5645 |9428 |5645 | 237 |  97k| 107k|3886 | 0.000000e+00 | 1.900000e+01 |    Inf 
505.60/505.68	o 18
505.60/505.68	c * 506s|185853 | 17175 |420771 |   2.3 | 172M|2712 |   - |5645 |8986 |5645 | 257 | 101k| 114k|3940 | 0.000000e+00 | 1.800000e+01 |    Inf 
507.70/507.77	o 13
507.70/507.77	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
507.70/507.77	c * 508s|186822 | 16286 |425236 |   2.3 | 163M|2712 |   - |5645 |9389 |5645 | 254 | 101k| 115k|3953 | 0.000000e+00 | 1.300000e+01 |    Inf 
514.00/514.02	c   514s|190000 | 16277 |440170 |   2.3 | 163M|2712 |   8 |5645 |7860 |5645 | 227 | 104k| 120k|3998 | 0.000000e+00 | 1.300000e+01 |    Inf 
534.30/534.39	c   534s|200000 | 16141 |489289 |   2.4 | 165M|2712 |   - |5645 |9250 |   0 |   0 | 111k| 132k|4243 | 0.000000e+00 | 1.300000e+01 |    Inf 
540.40/540.42	o 9
540.40/540.42	c * 540s|203077 | 14293 |502006 |   2.5 | 145M|2712 |   - |5645 |9550 |5645 | 240 | 113k| 136k|4292 | 0.000000e+00 | 9.000000e+00 |    Inf 
553.40/553.46	c   553s|210000 | 14407 |529103 |   2.5 | 147M|2712 |   1 |5645 |9378 |5645 | 210 | 116k| 145k|4374 | 0.000000e+00 | 9.000000e+00 |    Inf 
573.00/573.10	c   573s|220000 | 14346 |580356 |   2.6 | 149M|2712 |   - |5645 |  10k|   0 |   0 | 124k| 159k|4569 | 0.000000e+00 | 9.000000e+00 |    Inf 
582.10/582.17	o 5
582.10/582.17	c * 582s|224646 | 13495 |597969 |   2.7 | 142M|2712 |   - |5645 |  13k|5645 | 264 | 127k| 165k|4606 | 0.000000e+00 | 5.000000e+00 |    Inf 
592.91/592.92	c   593s|230000 | 13582 |623318 |   2.7 | 144M|2712 |   - |5645 |  13k|   0 |   0 | 130k| 172k|4671 | 0.000000e+00 | 5.000000e+00 |    Inf 
614.50/614.50	c   614s|240000 | 13785 |672869 |   2.8 | 148M|2712 |  16 |5645 |  17k|5645 | 259 | 136k| 185k|4791 | 0.000000e+00 | 5.000000e+00 |    Inf 
636.91/636.93	c   637s|250000 | 13845 |722707 |   2.9 | 149M|2712 |   8 |5645 |  13k|5645 | 237 | 142k| 199k|4890 | 0.000000e+00 | 5.000000e+00 |    Inf 
657.51/657.58	c   658s|260000 | 13927 |769228 |   3.0 | 151M|2712 |   - |5645 |  15k|   0 |   0 | 148k| 213k|5023 | 0.000000e+00 | 5.000000e+00 |    Inf 
677.61/677.62	c   678s|270000 | 13144 |825601 |   3.1 | 146M|2712 |   - |5645 |9415 |   0 |   0 | 156k| 226k|5286 | 0.000000e+00 | 5.000000e+00 |    Inf 
696.80/696.83	c   697s|280000 | 13321 |870686 |   3.1 | 149M|2712 |   - |5645 |  13k|   0 |   0 | 163k| 240k|5372 | 0.000000e+00 | 5.000000e+00 |    Inf 
717.61/717.68	c   718s|290000 | 13131 |919245 |   3.2 | 148M|2712 |   6 |5645 |  10k|5645 | 223 | 170k| 254k|5539 | 0.000000e+00 | 5.000000e+00 |    Inf 
737.01/737.03	c   737s|300000 | 12439 |973049 |   3.2 | 147M|2712 |  12 |5645 |  11k|5645 | 235 | 179k| 266k|5674 | 0.000000e+00 | 5.000000e+00 |    Inf 
756.90/756.92	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
756.90/756.92	c   757s|310000 | 12585 |  1016k|   3.3 | 151M|2712 |   - |5645 |  16k|   0 |   0 | 185k| 279k|5770 | 0.000000e+00 | 5.000000e+00 |    Inf 
779.61/779.63	c   780s|320000 | 12646 |  1064k|   3.3 | 152M|2712 |   - |5645 |  13k|   0 |   0 | 192k| 293k|5883 | 0.000000e+00 | 5.000000e+00 |    Inf 
799.80/799.87	c   800s|330000 | 11900 |  1115k|   3.4 | 146M|2712 |   1 |5645 |9017 |5645 | 201 | 199k| 306k|6009 | 0.000000e+00 | 5.000000e+00 |    Inf 
819.61/819.62	c   820s|340000 | 11583 |  1175k|   3.5 | 147M|2712 |  11 |5645 |  12k|5645 | 238 | 209k| 320k|6171 | 0.000000e+00 | 5.000000e+00 |    Inf 
842.91/842.99	c   843s|350000 | 11640 |  1249k|   3.6 | 149M|2712 |   9 |5645 |  15k|5645 | 252 | 219k| 333k|6302 | 0.000000e+00 | 5.000000e+00 |    Inf 
862.41/862.41	c   862s|360000 | 11129 |  1295k|   3.6 | 145M|2712 |   - |5645 |  11k|   0 |   0 | 226k| 346k|6655 | 0.000000e+00 | 5.000000e+00 |    Inf 
882.80/882.81	c   883s|370000 | 11321 |  1343k|   3.6 | 147M|2712 |   1 |5645 |  12k|5645 | 249 | 233k| 359k|6688 | 0.000000e+00 | 5.000000e+00 |    Inf 
901.91/901.92	c   902s|380000 | 11499 |  1384k|   3.6 | 150M|2712 |   - |5645 |  13k|   0 |   0 | 239k| 372k|6814 | 0.000000e+00 | 5.000000e+00 |    Inf 
921.72/921.75	c   922s|390000 | 11722 |  1421k|   3.6 | 153M|2712 |   1 |5645 |  14k|5645 | 243 | 245k| 385k|6892 | 0.000000e+00 | 5.000000e+00 |    Inf 
941.31/941.31	c   941s|400000 | 11963 |  1459k|   3.6 | 156M|2712 |   1 |5645 |  16k|5645 | 193 | 251k| 399k|6960 | 0.000000e+00 | 5.000000e+00 |    Inf 
961.50/961.57	c   962s|410000 | 12091 |  1498k|   3.7 | 158M|2712 |   - |5645 |  16k|   0 |   0 | 255k| 414k|7013 | 0.000000e+00 | 5.000000e+00 |    Inf 
981.81/981.84	c   982s|420000 | 12216 |  1534k|   3.7 | 161M|2712 |   - |5645 |  17k|   0 |   0 | 261k| 427k|7082 | 0.000000e+00 | 5.000000e+00 |    Inf 
1002.41/1002.45	c  1002s|430000 | 12315 |  1575k|   3.7 | 162M|2712 |   - |5645 |  16k|   0 |   0 | 266k| 440k|7145 | 0.000000e+00 | 5.000000e+00 |    Inf 
1023.31/1023.36	c  1023s|440000 | 12393 |  1613k|   3.7 | 165M|2712 |   - |5645 |  18k|   0 |   0 | 272k| 455k|7194 | 0.000000e+00 | 5.000000e+00 |    Inf 
1044.92/1044.94	c  1045s|450000 | 12506 |  1653k|   3.7 | 167M|2712 |   - |5645 |  19k|   0 |   0 | 278k| 469k|7256 | 0.000000e+00 | 5.000000e+00 |    Inf 
1067.11/1067.12	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1067.11/1067.12	c  1067s|460000 | 12612 |  1695k|   3.7 | 168M|2712 |   - |5645 |  17k|   0 |   0 | 282k| 483k|7326 | 0.000000e+00 | 5.000000e+00 |    Inf 
1089.52/1089.54	c  1090s|470000 | 12792 |  1743k|   3.7 | 171M|2712 |  10 |5645 |  19k|5645 | 255 | 288k| 497k|7398 | 0.000000e+00 | 5.000000e+00 |    Inf 
1110.82/1110.89	c  1111s|480000 | 12836 |  1788k|   3.7 | 173M|2712 |   5 |5645 |  18k|5645 | 190 | 293k| 511k|7479 | 0.000000e+00 | 5.000000e+00 |    Inf 
1132.61/1132.64	c  1133s|490000 | 12946 |  1828k|   3.7 | 175M|2712 |   1 |5645 |  21k|5645 | 212 | 300k| 525k|7543 | 0.000000e+00 | 5.000000e+00 |    Inf 
1156.71/1156.74	c  1157s|500000 | 12946 |  1878k|   3.8 | 176M|2712 |   - |5645 |  19k|   0 |   0 | 306k| 540k|7631 | 0.000000e+00 | 5.000000e+00 |    Inf 
1178.41/1178.47	c  1178s|510000 | 12962 |  1921k|   3.8 | 175M|2712 |   6 |5645 |  16k|5645 | 251 | 311k| 553k|7719 | 0.000000e+00 | 5.000000e+00 |    Inf 
1198.92/1198.97	c  1199s|520000 | 12910 |  1966k|   3.8 | 176M|2712 |   - |5645 |  16k|   0 |   0 | 317k| 567k|7785 | 0.000000e+00 | 5.000000e+00 |    Inf 
1219.71/1219.74	c  1220s|530000 | 12971 |  2009k|   3.8 | 178M|2712 |   1 |5645 |  17k|5645 | 244 | 322k| 581k|7842 | 0.000000e+00 | 5.000000e+00 |    Inf 
1241.51/1241.55	c  1242s|540000 | 12968 |  2054k|   3.8 | 179M|2712 |   1 |5645 |  18k|5645 | 261 | 327k| 597k|7902 | 0.000000e+00 | 5.000000e+00 |    Inf 
1262.62/1262.61	c  1263s|550000 | 12993 |  2092k|   3.8 | 181M|2712 |  19 |5645 |  20k|5645 | 224 | 331k| 610k|7950 | 0.000000e+00 | 5.000000e+00 |    Inf 
1285.01/1285.02	c  1285s|560000 | 13096 |  2130k|   3.8 | 183M|2712 |   - |5645 |  22k|   0 |   0 | 335k| 624k|7993 | 0.000000e+00 | 5.000000e+00 |    Inf 
1309.72/1309.71	c  1310s|570000 | 13070 |  2174k|   3.8 | 183M|2712 |   - |5645 |  21k|   0 |   0 | 338k| 639k|8069 | 0.000000e+00 | 5.000000e+00 |    Inf 
1332.41/1332.43	c  1332s|580000 | 13103 |  2213k|   3.8 | 184M|2712 |  17 |5645 |  20k|5645 | 240 | 344k| 652k|8120 | 0.000000e+00 | 5.000000e+00 |    Inf 
1354.72/1354.79	c  1355s|590000 | 13143 |  2248k|   3.8 | 186M|2712 |   - |5645 |  21k|   0 |   0 | 348k| 666k|8183 | 0.000000e+00 | 5.000000e+00 |    Inf 
1377.52/1377.52	c  1377s|600000 | 13131 |  2283k|   3.8 | 187M|2712 |   1 |5645 |  23k|5645 | 232 | 352k| 681k|8236 | 0.000000e+00 | 5.000000e+00 |    Inf 
1400.92/1400.92	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1400.92/1400.92	c  1401s|610000 | 12968 |  2326k|   3.8 | 184M|2712 |   1 |5645 |  17k|5645 | 217 | 358k| 696k|8298 | 0.000000e+00 | 5.000000e+00 |    Inf 
1422.42/1422.40	c  1422s|620000 | 12715 |  2372k|   3.8 | 180M|2712 |   7 |5645 |  16k|5645 | 241 | 364k| 710k|8365 | 0.000000e+00 | 5.000000e+00 |    Inf 
1442.92/1442.92	c  1443s|630000 | 12585 |  2416k|   3.8 | 179M|2712 |   - |5645 |  15k|   0 |   0 | 369k| 724k|8427 | 0.000000e+00 | 5.000000e+00 |    Inf 
1463.92/1463.98	c  1464s|640000 | 12591 |  2464k|   3.9 | 180M|2712 |  18 |5645 |  15k|5645 | 250 | 375k| 737k|8491 | 0.000000e+00 | 5.000000e+00 |    Inf 
1474.03/1474.03	o 3
1474.03/1474.03	c *1474s|644549 | 11744 |  2486k|   3.9 | 170M|2712 |   - |5645 |  17k|5645 | 265 | 378k| 743k|8508 | 0.000000e+00 | 3.000000e+00 |    Inf 
1486.32/1486.32	c  1486s|650000 | 11781 |  2511k|   3.9 | 170M|2712 |   - |5645 |  15k|   0 |   0 | 381k| 751k|8552 | 0.000000e+00 | 3.000000e+00 |    Inf 
1507.42/1507.43	c  1507s|660000 | 11650 |  2554k|   3.9 | 169M|2712 |   - |5645 |  14k|   0 |   0 | 386k| 766k|8604 | 0.000000e+00 | 3.000000e+00 |    Inf 
1527.02/1527.05	c  1527s|670000 | 11607 |  2594k|   3.9 | 170M|2712 |   - |5645 |  15k|   0 |   0 | 391k| 780k|8651 | 0.000000e+00 | 3.000000e+00 |    Inf 
1547.52/1547.60	c  1548s|680000 | 11708 |  2633k|   3.9 | 172M|2712 |   - |5645 |  17k|   0 |   0 | 397k| 793k|8710 | 0.000000e+00 | 3.000000e+00 |    Inf 
1568.62/1568.64	c  1569s|690000 | 11738 |  2673k|   3.9 | 174M|2712 |   - |5645 |  18k|   0 |   0 | 402k| 808k|8768 | 0.000000e+00 | 3.000000e+00 |    Inf 
1590.53/1590.58	c  1591s|700000 | 11808 |  2713k|   3.9 | 175M|2712 |   - |5645 |  18k|   0 |   0 | 407k| 823k|8820 | 0.000000e+00 | 3.000000e+00 |    Inf 
1612.92/1612.99	c  1613s|710000 | 11855 |  2754k|   3.9 | 177M|2712 |   1 |5645 |  20k|5645 | 257 | 412k| 837k|8861 | 0.000000e+00 | 3.000000e+00 |    Inf 
1635.52/1635.59	c  1636s|720000 | 11875 |  2796k|   3.9 | 177M|2712 |   - |5645 |  18k|   0 |   0 | 418k| 851k|8913 | 0.000000e+00 | 3.000000e+00 |    Inf 
1656.82/1656.81	c  1657s|730000 | 11902 |  2840k|   3.9 | 177M|2712 |  12 |5645 |  17k|5645 | 239 | 423k| 867k|8960 | 0.000000e+00 | 3.000000e+00 |    Inf 
1678.93/1678.99	c  1679s|740000 | 11953 |  2886k|   3.9 | 180M|2712 |   1 |5645 |  19k|5645 | 258 | 428k| 882k|9014 | 0.000000e+00 | 3.000000e+00 |    Inf 
1701.73/1701.76	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1701.73/1701.76	c  1702s|750000 | 11957 |  2930k|   3.9 | 181M|2712 |   - |5645 |  21k|   0 |   0 | 433k| 898k|9054 | 0.000000e+00 | 3.000000e+00 |    Inf 
1723.63/1723.65	c  1724s|760000 | 11629 |  2976k|   3.9 | 172M|2712 |   1 |5645 |  13k|5645 | 233 | 438k| 913k|9126 | 0.000000e+00 | 3.000000e+00 |    Inf 
1744.13/1744.13	c  1744s|770000 | 11268 |  3024k|   3.9 | 165M|2712 |   1 |5645 |  12k|5645 | 213 | 445k| 927k|9197 | 0.000000e+00 | 3.000000e+00 |    Inf 
1763.23/1763.29	c  1763s|780000 | 11315 |  3061k|   3.9 | 168M|2712 |   1 |5645 |  16k|5645 | 301 | 449k| 941k|9248 | 0.000000e+00 | 3.000000e+00 |    Inf 
1784.03/1784.05	c  1784s|790000 |  9766 |  3107k|   3.9 | 146M|2712 |   - |5645 |7827 |   0 |   0 | 455k| 955k|9305 | 0.000000e+00 | 3.000000e+00 |    Inf 
1790.02/1790.01	c 
1790.02/1790.01	c SCIP Status        : solving was interrupted [time limit reached]
1790.02/1790.01	c Solving Time (sec) : 1789.98
1790.02/1790.01	c Solving Nodes      : 792997
1790.02/1790.01	c Primal Bound       : +3.00000000000000e+00 (254 solutions)
1790.02/1790.01	c Dual Bound         : +0.00000000000000e+00
1790.02/1790.01	c Gap                : infinite
1790.02/1790.07	s SATISFIABLE
1790.02/1790.07	v -x231 -x230 x229 -x228 -x227 -x226 -x225 -x224 -x223 -x222 -x221 -x220 -x219 -x218 -x217 -x216 -x215 -x214 -x213 x212 -x211 -x210 
1790.02/1790.07	v -x209 -x208 -x207 -x206 x205 -x204 -x203 -x202 -x201 -x200 -x199 -x198 x197 -x196 -x195 -x194 -x193 -x192 -x191 x190 -x189 
1790.02/1790.07	v -x188 -x187 -x186 -x185 -x184 -x183 -x182 -x181 -x180 -x179 -x178 -x177 -x176 -x175 -x174 x173 -x172 -x171 -x170 -x169 -x168 
1790.02/1790.07	v x167 -x166 -x165 -x164 -x163 -x162 x161 -x160 -x159 -x158 -x157 -x156 -x155 -x154 -x153 -x152 -x151 -x150 -x149 -x148 -x147 
1790.02/1790.07	v -x146 -x145 -x144 -x143 -x142 -x141 -x140 -x139 -x138 -x137 -x136 -x135 -x134 -x133 -x132 -x131 -x130 x129 -x128 -x127 -x126 
1790.02/1790.07	v -x125 -x124 -x123 -x122 x121 -x120 -x119 -x118 -x117 -x116 -x115 -x114 -x113 -x112 -x111 -x110 -x109 -x108 x107 -x106 -x105 -x104 
1790.02/1790.07	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.02/1790.07	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 
1790.02/1790.07	v -x54 -x53 -x52 x51 -x50 -x49 -x48 -x47 -x46 -x45 -x44 x43 -x42 -x41 -x40 -x39 -x38 -x37 -x36 -x35 -x34 -x33 -x32 -x31 -x30 -x29 
1790.02/1790.07	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.02/1790.07	v -x1 
1790.02/1790.07	c SCIP Status        : solving was interrupted [time limit reached]
1790.02/1790.07	c Solving Time       :    1789.98
1790.02/1790.07	c Original Problem   :
1790.02/1790.07	c   Problem name     : HOME/instance-2705073-1278578335.wbo
1790.02/1790.07	c   Variables        : 5645 (2938 binary, 0 integer, 2707 implicit integer, 0 continuous)
1790.02/1790.07	c   Constraints      : 5415 initial, 5415 maximal
1790.02/1790.07	c Presolved Problem  :
1790.02/1790.07	c   Problem name     : t_HOME/instance-2705073-1278578335.wbo
1790.02/1790.07	c   Variables        : 5645 (2938 binary, 0 integer, 2707 implicit integer, 0 continuous)
1790.02/1790.07	c   Constraints      : 5414 initial, 24924 maximal
1790.02/1790.07	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1790.02/1790.07	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1790.02/1790.07	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1790.02/1790.07	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1790.02/1790.07	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1790.02/1790.07	c   implics          :       0.00          0          0          0          0          0          0          0          0
1790.02/1790.07	c   probing          :       0.03          0          0          0          0          0          0          0          0
1790.02/1790.07	c   linear           :       0.02          0          0          0       2707          0          1          0          0
1790.02/1790.07	c   indicator        :       0.00          0          0          0          0          0          0          0          0
1790.02/1790.07	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1790.02/1790.07	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0
1790.02/1790.07	c   root node        :          -       5280          -          -       5280          -          -          -          -
1790.02/1790.07	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1790.02/1790.07	c   integral         :          0          0          0     540237          0         16        614          0          0     743620
1790.02/1790.07	c   linear           :       2707          6    4132562     167811          1     261534   19633628     458004          0          0
1790.02/1790.07	c   indicator        :       2707          0    3845126     167534          1       1233    8583565          0          0          0
1790.02/1790.07	c   logicor          :          0+         0    1161387          0          0      75407    1168038          0          0          0
1790.02/1790.07	c   bounddisjunction :          0+         0     384143          0          0        292       8318          0          0          0
1790.02/1790.07	c   countsols        :          0          0          0     106072          1          0          0          0          0          0
1790.02/1790.07	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1790.02/1790.07	c   integral         :      15.11       0.00       0.00      15.11       0.00
1790.02/1790.07	c   linear           :     232.42       0.00     216.28      16.13       0.00
1790.02/1790.07	c   indicator        :      88.76       0.02      58.70      30.04       0.00
1790.02/1790.07	c   logicor          :     183.97       0.00     183.97       0.00       0.00
1790.02/1790.07	c   bounddisjunction :       3.74       0.00       3.74       0.00       0.00
1790.02/1790.07	c   countsols        :       0.02       0.00       0.00       0.02       0.00
1790.02/1790.07	c Propagators        :       Time      Calls    Cutoffs    DomReds
1790.02/1790.07	c   vbounds          :       0.98      74207         22      13145
1790.02/1790.07	c   rootredcost      :       0.62         38          0       2640
1790.02/1790.07	c   pseudoobj        :     174.22    4150665      17871    8198704
1790.02/1790.07	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1790.02/1790.07	c   propagation      :      22.90     355104     355086    2269436       28.8      10868       24.5          -
1790.02/1790.07	c   infeasible LP    :       5.50      13169      13169     114423       40.0        148       18.8          0
1790.02/1790.07	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1790.02/1790.07	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1790.02/1790.07	c   pseudo solution  :       0.00          1          1          7       16.1          0        0.0          -
1790.02/1790.07	c   applied globally :          -          -          -     959346       22.7          -          -          -
1790.02/1790.07	c   applied locally  :          -          -          -          0        0.0          -          -          -
1790.02/1790.07	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1790.02/1790.07	c   cut pool         :       0.00          3          -          -          1          -    (maximal pool size: 73)
1790.02/1790.07	c   redcost          :      56.94     546471          0     532435          0          0
1790.02/1790.07	c   impliedbounds    :       0.00          4          0          0          0          0
1790.02/1790.07	c   intobj           :       0.00          0          0          0          0          0
1790.02/1790.07	c   cgmip            :       0.00          0          0          0          0          0
1790.02/1790.07	c   gomory           :       0.01          4          0          0        230          0
1790.02/1790.07	c   strongcg         :       0.01          4          0          0        215          0
1790.02/1790.07	c   cmir             :       0.01          4          0          0          0          0
1790.02/1790.07	c   flowcover        :       0.02          4          0          0          0          0
1790.02/1790.07	c   clique           :       0.00          1          0          0          0          0
1790.02/1790.07	c   zerohalf         :       0.00          0          0          0          0          0
1790.02/1790.07	c   mcf              :       0.00          1          0          0          0          0
1790.02/1790.07	c   rapidlearning    :       0.17          1          0          0          0          0
1790.02/1790.07	c Pricers            :       Time      Calls       Vars
1790.02/1790.07	c   problem variables:       0.00          0          0
1790.02/1790.07	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1790.02/1790.07	c   relpscost        :      14.65     372309         16        614          0          0     743620
1790.02/1790.07	c   pscost           :       0.00          0          0          0          0          0          0
1790.02/1790.07	c   inference        :      62.17     106035          0          0          0          0     212318
1790.02/1790.07	c   mostinf          :       0.00          0          0          0          0          0          0
1790.02/1790.07	c   leastinf         :       0.00          0          0          0          0          0          0
1790.02/1790.07	c   fullstrong       :       0.00          0          0          0          0          0          0
1790.02/1790.07	c   allfullstrong    :       0.00          0          0          0          0          0          0
1790.02/1790.07	c   random           :       0.00          0          0          0          0          0          0
1790.02/1790.07	c Primal Heuristics  :       Time      Calls      Found
1790.02/1790.07	c   LP solutions     :       0.22          -         38
1790.02/1790.07	c   pseudo solutions :       0.00          -          0
1790.02/1790.07	c   feaspump         :       0.01          0          0
1790.02/1790.07	c   intshifting      :       0.01          0          0
1790.02/1790.07	c   oneopt           :       0.44         36          0
1790.02/1790.07	c   guideddiving     :       0.31        109          0
1790.02/1790.07	c   coefdiving       :       0.22        113          0
1790.02/1790.07	c   pscostdiving     :       0.21        113          0
1790.02/1790.07	c   fracdiving       :       0.21        113          0
1790.02/1790.07	c   linesearchdiving :       0.21        113          0
1790.02/1790.07	c   veclendiving     :       0.21        114          0
1790.02/1790.07	c   crossover        :       2.32         54          3
1790.02/1790.07	c   objpscostdiving  :       0.22        105          0
1790.02/1790.07	c   rootsoldiving    :       0.23        106          0
1790.02/1790.07	c   trivial          :       0.07          2          2
1790.02/1790.07	c   simplerounding   :       0.75     373340          0
1790.02/1790.07	c   zirounding       :       0.52       1000          0
1790.02/1790.07	c   rounding         :       1.40       8620          0
1790.02/1790.07	c   shifting         :       0.80       2642          0
1790.02/1790.07	c   twoopt           :       0.00          0          0
1790.02/1790.07	c   fixandinfer      :       0.00          0          0
1790.02/1790.07	c   intdiving        :       0.00          0          0
1790.02/1790.07	c   actconsdiving    :       0.00          0          0
1790.02/1790.07	c   octane           :       0.00          0          0
1790.02/1790.07	c   rens             :       0.03          1          0
1790.02/1790.07	c   rins             :       0.00          0          0
1790.02/1790.07	c   localbranching   :       0.00          0          0
1790.02/1790.07	c   mutation         :       0.00          0          0
1790.02/1790.07	c   dins             :       0.00          0          0
1790.02/1790.07	c   undercover       :       0.00          0          0
1790.02/1790.07	c   nlp              :       0.15          0          0
1790.02/1790.07	c   trysol           :       0.55        444        211
1790.02/1790.07	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1790.02/1790.07	c   primal LP        :       0.00          0          0       0.00          -
1790.02/1790.07	c   dual LP          :     459.77     455958    3121989       6.85    6790.26
1790.02/1790.07	c   lex dual LP      :       0.00          0          0       0.00          -
1790.02/1790.07	c   barrier LP       :       0.00          0          0       0.00          -
1790.02/1790.07	c   diving/probing LP:       0.12         80        798       9.97    6608.81
1790.02/1790.07	c   strong branching :      11.28       9364     100419      10.72    8900.65
1790.02/1790.07	c     (at root node) :          -         32       1047      32.72          -
1790.02/1790.07	c   conflict analysis:       0.00          0          0       0.00          -
1790.02/1790.07	c B&B Tree           :
1790.02/1790.07	c   number of runs   :          1
1790.02/1790.07	c   nodes            :     792997
1790.02/1790.07	c   nodes (total)    :     792997
1790.02/1790.07	c   nodes left       :       7520
1790.02/1790.07	c   max depth        :       2712
1790.02/1790.07	c   max depth (total):       2712
1790.02/1790.07	c   backtracks       :      67469 (8.5%)
1790.02/1790.07	c   delayed cutoffs  :      66889
1790.02/1790.07	c   repropagations   :    1947352 (6902636 domain reductions, 54371 cutoffs)
1790.02/1790.07	c   avg switch length:       6.54
1790.02/1790.07	c   switching time   :     234.45
1790.02/1790.07	c Solution           :
1790.02/1790.07	c   Solutions found  :        254 (39 improvements)
1790.02/1790.07	c   First Solution   : +1.37244000000000e+05   (in run 1, after 0 nodes, 0.02 seconds, depth 0, found by <trivial>)
1790.02/1790.07	c   Primal Bound     : +3.00000000000000e+00   (in run 1, after 644549 nodes, 1474.00 seconds, depth 41, found by <relaxation>)
1790.02/1790.07	c   Dual Bound       : +0.00000000000000e+00
1790.02/1790.07	c   Gap              :   infinite
1790.02/1790.07	c   Root Dual Bound  : +0.00000000000000e+00
1790.02/1790.07	c   Root Iterations  :        184
1790.23/1790.20	c Time complete: 1790.24.

Verifier Data

OK	3

Watcher Data

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

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 1.94 4/178 23651
/proc/meminfo: memFree=27700960/32950940 swapFree=67111528/67111528
[pid=23651] ppid=23649 vsize=12884 CPUtime=0
/proc/23651/stat : 23651 (pbscip.linux.x8) R 23649 23651 23237 0 -1 4202496 2064 0 0 0 0 0 0 0 21 0 1 0 26047630 13193216 1983 4089446400 4194304 10345943 140736071022416 18446744073709551615 6326861 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/23651/statm: 3221 1983 429 1502 0 1714 0

[startup+0.061209 s]
/proc/loadavg: 2.00 2.00 1.94 4/178 23651
/proc/meminfo: memFree=27700960/32950940 swapFree=67111528/67111528
[pid=23651] ppid=23649 vsize=38020 CPUtime=0.05
/proc/23651/stat : 23651 (pbscip.linux.x8) R 23649 23651 23237 0 -1 4202496 8448 0 0 0 5 0 0 0 21 0 1 0 26047630 38932480 8013 4089446400 4194304 10345943 140736071022416 18446744073709551615 4453861 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/23651/statm: 9505 8013 509 1502 0 7998 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 38020

[startup+0.101205 s]
/proc/loadavg: 2.00 2.00 1.94 4/178 23651
/proc/meminfo: memFree=27700960/32950940 swapFree=67111528/67111528
[pid=23651] ppid=23649 vsize=38020 CPUtime=0.09
/proc/23651/stat : 23651 (pbscip.linux.x8) R 23649 23651 23237 0 -1 4202496 8448 0 0 0 9 0 0 0 21 0 1 0 26047630 38932480 8013 4089446400 4194304 10345943 140736071022416 18446744073709551615 4246409 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/23651/statm: 9505 8013 509 1502 0 7998 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 38020

[startup+0.301169 s]
/proc/loadavg: 2.00 2.00 1.94 4/178 23651
/proc/meminfo: memFree=27700960/32950940 swapFree=67111528/67111528
[pid=23651] ppid=23649 vsize=70104 CPUtime=0.29
/proc/23651/stat : 23651 (pbscip.linux.x8) R 23649 23651 23237 0 -1 4202496 16226 0 0 0 28 1 0 0 21 0 1 0 26047630 71786496 15791 4089446400 4194304 10345943 140736071022416 18446744073709551615 4796372 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/23651/statm: 17526 15791 632 1502 0 16019 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 70104

[startup+0.701097 s]
/proc/loadavg: 2.00 2.00 1.94 4/178 23651
/proc/meminfo: memFree=27700960/32950940 swapFree=67111528/67111528
[pid=23651] ppid=23649 vsize=65264 CPUtime=0.69
/proc/23651/stat : 23651 (pbscip.linux.x8) R 23649 23651 23237 0 -1 4202496 16892 0 0 0 67 2 0 0 22 0 1 0 26047630 66830336 15052 4089446400 4194304 10345943 140736071022416 18446744073709551615 6520200 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/23651/statm: 16316 15052 751 1502 0 14809 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 65264

[startup+1.50095 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 23652
/proc/meminfo: memFree=27643520/32950940 swapFree=67111528/67111528
[pid=23651] ppid=23649 vsize=65264 CPUtime=1.49
/proc/23651/stat : 23651 (pbscip.linux.x8) R 23649 23651 23237 0 -1 4202496 16894 0 0 0 147 2 0 0 25 0 1 0 26047630 66830336 15054 4089446400 4194304 10345943 140736071022416 18446744073709551615 8160015 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/23651/statm: 16316 15054 753 1502 0 14809 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 65264

[startup+3.10061 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 23652
/proc/meminfo: memFree=27643016/32950940 swapFree=67111528/67111528
[pid=23651] ppid=23649 vsize=65264 CPUtime=3.09
/proc/23651/stat : 23651 (pbscip.linux.x8) R 23649 23651 23237 0 -1 4202496 16896 0 0 0 307 2 0 0 25 0 1 0 26047630 66830336 15056 4089446400 4194304 10345943 140736071022416 18446744073709551615 4612734 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/23651/statm: 16316 15056 754 1502 0 14809 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 65264

[startup+6.30105 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 23652
/proc/meminfo: memFree=27637808/32950940 swapFree=67111528/67111528
[pid=23651] ppid=23649 vsize=71944 CPUtime=6.29
/proc/23651/stat : 23651 (pbscip.linux.x8) R 23649 23651 23237 0 -1 4202496 20520 0 0 0 626 3 0 0 25 0 1 0 26047630 73670656 16764 4089446400 4194304 10345943 140736071022416 18446744073709551615 6802995 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/23651/statm: 17986 16764 761 1502 0 16479 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 71944

[startup+12.7009 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 23652
/proc/meminfo: memFree=27634716/32950940 swapFree=67111528/67111528
[pid=23651] ppid=23649 vsize=73972 CPUtime=12.69
/proc/23651/stat : 23651 (pbscip.linux.x8) R 23649 23651 23237 0 -1 4202496 29522 0 0 0 1264 5 0 0 25 0 1 0 26047630 75747328 17285 4089446400 4194304 10345943 140736071022416 18446744073709551615 5926399 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/23651/statm: 18493 17285 761 1502 0 16986 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 73972

[startup+25.5007 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 23681
/proc/meminfo: memFree=29053132/32950940 swapFree=67111528/67111528
[pid=23651] ppid=23649 vsize=83468 CPUtime=25.49
/proc/23651/stat : 23651 (pbscip.linux.x8) R 23649 23651 23237 0 -1 4202496 33391 0 0 0 2542 7 0 0 25 0 1 0 26047630 85471232 19366 4089446400 4194304 10345943 140736071022416 18446744073709551615 4749694 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/23651/statm: 20867 19366 761 1502 0 19360 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 83468

[startup+51.1002 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 23682
/proc/meminfo: memFree=29023532/32950940 swapFree=67111528/67111528
[pid=23651] ppid=23649 vsize=110260 CPUtime=51.09
/proc/23651/stat : 23651 (pbscip.linux.x8) R 23649 23651 23237 0 -1 4202496 44588 0 0 0 5098 11 0 0 25 0 1 0 26047630 112906240 26008 4089446400 4194304 10345943 140736071022416 18446744073709551615 4701094 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/23651/statm: 27565 26008 761 1502 0 26058 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 110260

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 23683
/proc/meminfo: memFree=28967560/32950940 swapFree=67111528/67111528
[pid=23651] ppid=23649 vsize=162832 CPUtime=102.3
/proc/23651/stat : 23651 (pbscip.linux.x8) R 23649 23651 23237 0 -1 4202496 59541 0 0 0 10213 17 0 0 25 0 1 0 26047630 166739968 39225 4089446400 4194304 10345943 140736071022416 18446744073709551615 6802983 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/23651/statm: 40708 39225 762 1502 0 39201 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 162832

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 23684
/proc/meminfo: memFree=28888148/32950940 swapFree=67111528/67111528
[pid=23651] ppid=23649 vsize=234720 CPUtime=162.29
/proc/23651/stat : 23651 (pbscip.linux.x8) R 23649 23651 23237 0 -1 4202496 116818 0 0 0 16199 30 0 0 25 0 1 0 26047630 240353280 56636 4089446400 4194304 10345943 140736071022416 18446744073709551615 5031115 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/23651/statm: 58680 56636 762 1502 0 57173 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 234720

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 23686
/proc/meminfo: memFree=28778488/32950940 swapFree=67111528/67111528
[pid=23651] ppid=23649 vsize=314840 CPUtime=222.3
/proc/23651/stat : 23651 (pbscip.linux.x8) R 23649 23651 23237 0 -1 4202496 186352 0 0 0 22179 51 0 0 25 0 1 0 26047630 322396160 76481 4089446400 4194304 10345943 140736071022416 18446744073709551615 4737505 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/23651/statm: 78710 76481 767 1502 0 77203 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 314840

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 23688
/proc/meminfo: memFree=28648248/32950940 swapFree=67111528/67111528
[pid=23651] ppid=23649 vsize=413616 CPUtime=282.29
/proc/23651/stat : 23651 (pbscip.linux.x8) R 23649 23651 23237 0 -1 4202496 226055 0 0 0 28163 66 0 0 25 0 1 0 26047630 423542784 99908 4089446400 4194304 10345943 140736071022416 18446744073709551615 6002418 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/23651/statm: 103404 99908 767 1502 0 101897 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 413616

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 23690
/proc/meminfo: memFree=28531780/32950940 swapFree=67111528/67111528
[pid=23651] ppid=23649 vsize=503172 CPUtime=342.3
/proc/23651/stat : 23651 (pbscip.linux.x8) R 23649 23651 23237 0 -1 4202496 250341 0 0 0 34150 80 0 0 25 0 1 0 26047630 515248128 120254 4089446400 4194304 10345943 140736071022416 18446744073709551615 5614665 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/23651/statm: 125793 120254 768 1502 0 124286 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 503172

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 23691
/proc/meminfo: memFree=28433156/32950940 swapFree=67111528/67111528
[pid=23651] ppid=23649 vsize=575036 CPUtime=402.3
/proc/23651/stat : 23651 (pbscip.linux.x8) R 23649 23651 23237 0 -1 4202496 304825 0 0 0 40129 101 0 0 25 0 1 0 26047630 588836864 136691 4089446400 4194304 10345943 140736071022416 18446744073709551615 4881881 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/23651/statm: 143759 136691 775 1502 0 142252 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 575036

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 23692
/proc/meminfo: memFree=28370844/32950940 swapFree=67111528/67111528
[pid=23651] ppid=23649 vsize=607664 CPUtime=462.3
/proc/23651/stat : 23651 (pbscip.linux.x8) R 23649 23651 23237 0 -1 4202496 337621 0 0 0 46103 127 0 0 25 0 1 0 26047630 622247936 144535 4089446400 4194304 10345943 140736071022416 18446744073709551615 4705184 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/23651/statm: 151916 144535 775 1502 0 150409 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 607664

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 23694
/proc/meminfo: memFree=28330492/32950940 swapFree=67111528/67111528
[pid=23651] ppid=23649 vsize=617320 CPUtime=522.3
/proc/23651/stat : 23651 (pbscip.linux.x8) R 23649 23651 23237 0 -1 4202496 371236 0 0 0 52076 154 0 0 25 0 1 0 26047630 632135680 146773 4089446400 4194304 10345943 140736071022416 18446744073709551615 6865072 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/23651/statm: 154330 146773 786 1502 0 152823 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 617320

[startup+582.301 s]
/proc/loadavg: 2.07 2.02 1.94 3/179 23696
/proc/meminfo: memFree=28289660/32950940 swapFree=67111528/67111528
[pid=23651] ppid=23649 vsize=621492 CPUtime=582.3
/proc/23651/stat : 23651 (pbscip.linux.x8) R 23649 23651 23237 0 -1 4202496 390462 0 0 0 58046 184 0 0 25 0 1 0 26047630 636407808 147876 4089446400 4194304 10345943 140736071022416 18446744073709551615 5614673 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/23651/statm: 155373 147876 786 1502 0 153866 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 621492

[startup+642.301 s]
/proc/loadavg: 2.06 2.02 1.95 3/179 23698
/proc/meminfo: memFree=28249564/32950940 swapFree=67111528/67111528
[pid=23651] ppid=23649 vsize=626016 CPUtime=642.31
/proc/23651/stat : 23651 (pbscip.linux.x8) R 23649 23651 23237 0 -1 4202496 416771 0 0 0 64017 214 0 0 25 0 1 0 26047630 641040384 149117 4089446400 4194304 10345943 140736071022416 18446744073709551615 6108031 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/23651/statm: 156504 149117 794 1502 0 154997 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 626016

[startup+702.301 s]

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

/proc/meminfo: memFree=27993796/32950940 swapFree=67111528/67111528
[pid=23651] ppid=23649 vsize=647580 CPUtime=1062.32
/proc/23651/stat : 23651 (pbscip.linux.x8) R 23649 23651 23237 0 -1 4202496 427549 0 0 0 105829 403 0 0 25 0 1 0 26047630 663121920 154172 4089446400 4194304 10345943 140736071022416 18446744073709551615 4230937 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/23651/statm: 161895 154172 794 1502 0 160388 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 647580

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 23710
/proc/meminfo: memFree=27949228/32950940 swapFree=67111528/67111528
[pid=23651] ppid=23649 vsize=652196 CPUtime=1122.31
/proc/23651/stat : 23651 (pbscip.linux.x8) R 23649 23651 23237 0 -1 4202496 428906 0 0 0 111805 426 0 0 25 0 1 0 26047630 667848704 155529 4089446400 4194304 10345943 140736071022416 18446744073709551615 5614624 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/23651/statm: 163049 155529 794 1502 0 161542 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 652196

[startup+1182.3 s]
/proc/loadavg: 2.04 2.01 1.95 3/179 23712
/proc/meminfo: memFree=27908872/32950940 swapFree=67111528/67111528
[pid=23651] ppid=23649 vsize=656636 CPUtime=1182.31
/proc/23651/stat : 23651 (pbscip.linux.x8) R 23649 23651 23237 0 -1 4202496 429888 0 0 0 117781 450 0 0 25 0 1 0 26047630 672395264 156510 4089446400 4194304 10345943 140736071022416 18446744073709551615 6870715 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23651/statm: 164159 156510 794 1502 0 162652 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 656636

[startup+1242.3 s]
/proc/loadavg: 2.01 2.01 1.95 3/179 23714
/proc/meminfo: memFree=27869268/32950940 swapFree=67111528/67111528
[pid=23651] ppid=23649 vsize=658068 CPUtime=1242.31
/proc/23651/stat : 23651 (pbscip.linux.x8) R 23649 23651 23237 0 -1 4202496 430434 0 0 0 123759 472 0 0 25 0 1 0 26047630 673861632 157056 4089446400 4194304 10345943 140736071022416 18446744073709551615 4995709 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23651/statm: 164517 157056 794 1502 0 163010 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 658068

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 23715
/proc/meminfo: memFree=27828048/32950940 swapFree=67111528/67111528
[pid=23651] ppid=23649 vsize=662904 CPUtime=1302.32
/proc/23651/stat : 23651 (pbscip.linux.x8) R 23649 23651 23237 0 -1 4202496 431438 0 0 0 129738 494 0 0 25 0 1 0 26047630 678813696 158060 4089446400 4194304 10345943 140736071022416 18446744073709551615 5085399 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23651/statm: 165726 158060 794 1502 0 164219 0
Current children cumulated CPU time (s) 1302.32
Current children cumulated vsize (KiB) 662904

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 23725
/proc/meminfo: memFree=27792392/32950940 swapFree=67111528/67111528
[pid=23651] ppid=23649 vsize=663800 CPUtime=1362.31
/proc/23651/stat : 23651 (pbscip.linux.x8) R 23649 23651 23237 0 -1 4202496 431741 0 0 0 135721 510 0 0 25 0 1 0 26047630 679731200 158362 4089446400 4194304 10345943 140736071022416 18446744073709551615 4474282 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23651/statm: 165950 158362 794 1502 0 164443 0
Current children cumulated CPU time (s) 1362.31
Current children cumulated vsize (KiB) 663800

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 23727
/proc/meminfo: memFree=27756388/32950940 swapFree=67111528/67111528
[pid=23651] ppid=23649 vsize=666260 CPUtime=1422.32
/proc/23651/stat : 23651 (pbscip.linux.x8) R 23649 23651 23237 0 -1 4202496 432243 0 0 0 141705 527 0 0 25 0 1 0 26047630 682250240 158864 4089446400 4194304 10345943 140736071022416 18446744073709551615 5614807 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23651/statm: 166565 158864 794 1502 0 165058 0
Current children cumulated CPU time (s) 1422.32
Current children cumulated vsize (KiB) 666260

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 23729
/proc/meminfo: memFree=27723724/32950940 swapFree=67111528/67111528
[pid=23651] ppid=23649 vsize=665452 CPUtime=1482.32
/proc/23651/stat : 23651 (pbscip.linux.x8) R 23649 23651 23237 0 -1 4202496 450488 0 0 0 147686 546 0 0 25 0 1 0 26047630 681422848 158771 4089446400 4194304 10345943 140736071022416 18446744073709551615 6119534 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23651/statm: 166363 158771 795 1502 0 164856 0
Current children cumulated CPU time (s) 1482.32
Current children cumulated vsize (KiB) 665452

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 23731
/proc/meminfo: memFree=27685728/32950940 swapFree=67111528/67111528
[pid=23651] ppid=23649 vsize=666232 CPUtime=1542.33
/proc/23651/stat : 23651 (pbscip.linux.x8) R 23649 23651 23237 0 -1 4202496 458420 0 0 0 153671 562 0 0 25 0 1 0 26047630 682221568 158875 4089446400 4194304 10345943 140736071022416 18446744073709551615 18446744073699065904 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23651/statm: 166558 158875 795 1502 0 165051 0
Current children cumulated CPU time (s) 1542.33
Current children cumulated vsize (KiB) 666232

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 23732
/proc/meminfo: memFree=27655548/32950940 swapFree=67111528/67111528
[pid=23651] ppid=23649 vsize=665788 CPUtime=1602.32
/proc/23651/stat : 23651 (pbscip.linux.x8) R 23649 23651 23237 0 -1 4202496 460303 0 0 0 159653 579 0 0 25 0 1 0 26047630 681766912 158850 4089446400 4194304 10345943 140736071022416 18446744073709551615 5085399 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23651/statm: 166447 158850 795 1502 0 164940 0
Current children cumulated CPU time (s) 1602.32
Current children cumulated vsize (KiB) 665788

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 23733
/proc/meminfo: memFree=27621640/32950940 swapFree=67111528/67111528
[pid=23651] ppid=23649 vsize=666244 CPUtime=1662.33
/proc/23651/stat : 23651 (pbscip.linux.x8) R 23649 23651 23237 0 -1 4202496 460405 0 0 0 165636 597 0 0 25 0 1 0 26047630 682233856 158952 4089446400 4194304 10345943 140736071022416 18446744073709551615 6803098 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23651/statm: 166561 158952 795 1502 0 165054 0
Current children cumulated CPU time (s) 1662.33
Current children cumulated vsize (KiB) 666244

[startup+1722.3 s]
/proc/loadavg: 2.06 2.02 1.96 3/179 23735
/proc/meminfo: memFree=27588992/32950940 swapFree=67111528/67111528
[pid=23651] ppid=23649 vsize=667300 CPUtime=1722.33
/proc/23651/stat : 23651 (pbscip.linux.x8) R 23649 23651 23237 0 -1 4202496 462677 0 0 0 171621 612 0 0 25 0 1 0 26047630 683315200 159299 4089446400 4194304 10345943 140736071022416 18446744073709551615 5614700 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23651/statm: 166825 159299 795 1502 0 165318 0
Current children cumulated CPU time (s) 1722.33
Current children cumulated vsize (KiB) 667300

[startup+1782.3 s]
/proc/loadavg: 2.02 2.01 1.96 3/179 23737
/proc/meminfo: memFree=27551980/32950940 swapFree=67111528/67111528
[pid=23651] ppid=23649 vsize=667464 CPUtime=1782.33
/proc/23651/stat : 23651 (pbscip.linux.x8) R 23649 23651 23237 0 -1 4202496 462753 0 0 0 177606 627 0 0 25 0 1 0 26047630 683483136 159374 4089446400 4194304 10345943 140736071022416 18446744073709551615 6803086 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23651/statm: 166866 159374 795 1502 0 165359 0
Current children cumulated CPU time (s) 1782.33
Current children cumulated vsize (KiB) 667464

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

[startup+1785.5 s]
/proc/loadavg: 2.02 2.01 1.96 3/179 23737
/proc/meminfo: memFree=27549128/32950940 swapFree=67111528/67111528
[pid=23651] ppid=23649 vsize=667464 CPUtime=1785.53
/proc/23651/stat : 23651 (pbscip.linux.x8) R 23649 23651 23237 0 -1 4202496 462757 0 0 0 177925 628 0 0 25 0 1 0 26047630 683483136 159378 4089446400 4194304 10345943 140736071022416 18446744073709551615 4962574 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23651/statm: 166866 159378 795 1502 0 165359 0
Current children cumulated CPU time (s) 1785.53
Current children cumulated vsize (KiB) 667464

[startup+1788.7 s]
/proc/loadavg: 2.02 2.01 1.96 3/179 23737
/proc/meminfo: memFree=27548628/32950940 swapFree=67111528/67111528
[pid=23651] ppid=23649 vsize=667464 CPUtime=1788.73
/proc/23651/stat : 23651 (pbscip.linux.x8) R 23649 23651 23237 0 -1 4202496 462795 0 0 0 178243 630 0 0 25 0 1 0 26047630 683483136 159416 4089446400 4194304 10345943 140736071022416 18446744073709551615 6518768 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23651/statm: 166866 159416 795 1502 0 165359 0
Current children cumulated CPU time (s) 1788.73
Current children cumulated vsize (KiB) 667464

[startup+1789.5 s]
/proc/loadavg: 2.02 2.01 1.96 3/179 23737
/proc/meminfo: memFree=27548628/32950940 swapFree=67111528/67111528
[pid=23651] ppid=23649 vsize=667464 CPUtime=1789.53
/proc/23651/stat : 23651 (pbscip.linux.x8) R 23649 23651 23237 0 -1 4202496 462798 0 0 0 178323 630 0 0 25 0 1 0 26047630 683483136 159419 4089446400 4194304 10345943 140736071022416 18446744073709551615 6068924 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23651/statm: 166866 159419 795 1502 0 165359 0
Current children cumulated CPU time (s) 1789.53
Current children cumulated vsize (KiB) 667464

[startup+1789.9 s]
/proc/loadavg: 2.02 2.01 1.96 3/179 23737
/proc/meminfo: memFree=27547636/32950940 swapFree=67111528/67111528
[pid=23651] ppid=23649 vsize=667464 CPUtime=1789.92
/proc/23651/stat : 23651 (pbscip.linux.x8) R 23649 23651 23237 0 -1 4202496 462798 0 0 0 178362 630 0 0 25 0 1 0 26047630 683483136 159419 4089446400 4194304 10345943 140736071022416 18446744073709551615 4995709 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23651/statm: 166866 159419 795 1502 0 165359 0
Current children cumulated CPU time (s) 1789.92
Current children cumulated vsize (KiB) 667464

[startup+1790.1 s]
/proc/loadavg: 2.02 2.01 1.96 3/179 23737
/proc/meminfo: memFree=27547636/32950940 swapFree=67111528/67111528
[pid=23651] ppid=23649 vsize=667464 CPUtime=1790.12
/proc/23651/stat : 23651 (pbscip.linux.x8) R 23649 23651 23237 0 -1 4202496 462799 0 0 0 178382 630 0 0 18 0 1 0 26047630 683483136 159420 4089446400 4194304 10345943 140736071022416 18446744073709551615 4220157 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/23651/statm: 166866 159420 796 1502 0 165359 0
Current children cumulated CPU time (s) 1790.12
Current children cumulated vsize (KiB) 667464

[startup+1790.2 s]
/proc/loadavg: 2.02 2.01 1.96 3/179 23737
/proc/meminfo: memFree=27547636/32950940 swapFree=67111528/67111528
[pid=23651] ppid=23649 vsize=228092 CPUtime=1790.23
/proc/23651/stat : 23651 (pbscip.linux.x8) R 23649 23651 23237 0 -1 4202496 462799 0 0 0 178391 632 0 0 18 0 1 0 26047630 233566208 47544 4089446400 4194304 10345943 140736071022416 18446744073709551615 9366586 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/23651/statm: 57023 47528 796 1502 0 55516 0
Current children cumulated CPU time (s) 1790.23
Current children cumulated vsize (KiB) 228092

Child status: 0
Real time (s): 1790.21
CPU time (s): 1790.24
CPU user time (s): 1783.91
CPU system time (s): 6.33204
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 676748

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

runsolver used 3.07553 second user time and 6.588 second system time

The end

Launcher Data

Begin job on node117 at 2010-07-08 10:38:55
IDJOB=2705073
IDBENCH=79288
IDSOLVER=1214
FILE ID=node117/2705073-1278578335
PBS_JOBID= 11240220
Free space on /tmp= 73516 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.1900563801--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-2705073-1278578335/watcher-2705073-1278578335 -o /tmp/evaluation-result-2705073-1278578335/solver-2705073-1278578335 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2705073-1278578335.wbo -t 1800 -m 3800

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

MD5SUM BENCH= a9e19d6176a708e2234c09caf532f5b0
RANDOM SEED=198113926

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

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


/proc/meminfo:
MemTotal:     32950940 kB
MemFree:      27701488 kB
Buffers:        169564 kB
Cached:        3269148 kB
SwapCached:          0 kB
Active:        3082096 kB
Inactive:      1985520 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950940 kB
LowFree:      27701488 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           12848 kB
Writeback:           0 kB
AnonPages:     1629152 kB
Mapped:          17524 kB
Slab:           113468 kB
PageTables:       8384 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586996 kB
Committed_AS:  1810608 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= 73508 MiB
End job on node117 at 2010-07-08 11:08:46