Trace number 2705167

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.63 1790.58

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900584219--soft-0-100-0.wbo
MD5SUM81f3c07bf85fb8fa2211498324cd1b10
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark325.622
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 136843
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 136842
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 689
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-2705167-1278578352.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 136842
0.09/0.11	c feasible solution found by trivial heuristic, objective value  1.368420e+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.12	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.368420e+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.368420e+05 |    Inf 
0.29/0.35	c   0.3s|     1 |     0 |    42 |     - |  19M|   0 |   7 |5645 |5414 |5645 |  53 |  53 |   0 |   0 | 0.000000e+00 | 1.368420e+05 |    Inf 
0.29/0.36	c   0.3s|     1 |     0 |    62 |     - |  19M|   0 |  14 |5645 |5414 |5645 |  85 |  85 |   0 |   0 | 0.000000e+00 | 1.368420e+05 |    Inf 
0.29/0.37	c   0.3s|     1 |     0 |   101 |     - |  19M|   0 |  35 |5645 |5414 |5645 | 120 | 120 |   0 |   0 | 0.000000e+00 | 1.368420e+05 |    Inf 
0.29/0.40	c   0.4s|     1 |     0 |   133 |     - |  19M|   0 |  38 |5645 |5414 |5645 | 150 | 150 |   0 |   0 | 0.000000e+00 | 1.368420e+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.368420e+05 |    Inf 
0.49/0.51	c   0.5s|     1 |     2 |   184 |     - |  20M|   0 |  32 |5645 |5414 |5645 | 164 | 164 |   0 |  32 | 0.000000e+00 | 1.368420e+05 |    Inf 
19.99/20.07	c  20.0s| 10000 |  9973 |  3415 |   0.3 |  43M| 796 |   0 |5645 |5429 |5645 | 203 | 862 |  15 | 577 | 0.000000e+00 | 1.368420e+05 |    Inf 
38.50/38.57	c  38.5s| 20000 | 19973 |  6520 |   0.3 |  66M| 947 |   0 |5645 |5429 |5645 | 221 |1531 |  15 | 724 | 0.000000e+00 | 1.368420e+05 |    Inf 
55.89/55.93	o 619
55.89/55.93	c *55.9s| 29299 | 28995 |  9212 |   0.3 |  85M|1131 |   - |5645 |5430 |5645 | 199 |2133 |  16 | 782 | 0.000000e+00 | 6.190000e+02 |    Inf 
57.20/57.23	c  57.2s| 30000 | 29694 |  9271 |   0.3 |  86M|1131 |   0 |5645 |5431 |5645 | 197 |2139 |  17 | 783 | 0.000000e+00 | 6.190000e+02 |    Inf 
76.59/76.60	c  76.6s| 40000 | 39680 | 11860 |   0.3 | 106M|1131 |   0 |5645 |5465 |5645 | 196 |2812 |  51 | 840 | 0.000000e+00 | 6.190000e+02 |    Inf 
94.99/95.03	c  95.0s| 50000 | 49666 | 12963 |   0.3 | 126M|1161 |   0 |5645 |5480 |5645 | 206 |3107 |  66 | 856 | 0.000000e+00 | 6.190000e+02 |    Inf 
114.29/114.37	c   114s| 60000 | 59660 | 15085 |   0.2 | 145M|1372 |   0 |5645 |5487 |5645 | 211 |3708 |  73 | 884 | 0.000000e+00 | 6.190000e+02 |    Inf 
132.69/132.79	o 345
132.69/132.79	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
132.69/132.79	c * 133s| 69640 | 65183 | 16707 |   0.2 | 156M|1544 |   - |5645 |5487 |5645 | 212 |4179 |  73 | 890 | 0.000000e+00 | 3.450000e+02 |    Inf 
133.59/133.61	c   134s| 70000 | 65538 | 16912 |   0.2 | 157M|1544 |   0 |5645 |5501 |5645 | 217 |4243 |  87 | 892 | 0.000000e+00 | 3.450000e+02 |    Inf 
133.89/133.99	o 312
133.89/133.99	c * 134s| 70156 | 63648 | 17015 |   0.2 | 154M|1544 |   - |5645 |5506 |5645 | 220 |4277 |  92 | 892 | 0.000000e+00 | 3.120000e+02 |    Inf 
136.10/136.12	o 305
136.10/136.12	c * 136s| 71003 | 63814 | 17725 |   0.2 | 155M|1544 |   - |5645 |5695 |5645 | 221 |4479 | 281 | 938 | 0.000000e+00 | 3.050000e+02 |    Inf 
140.30/140.38	o 289
140.30/140.38	c * 140s| 72466 | 63665 | 19901 |   0.3 | 158M|1544 |   - |5645 |6209 |5645 | 194 |5067 | 795 | 995 | 0.000000e+00 | 2.890000e+02 |    Inf 
163.49/163.52	c   163s| 80000 | 69619 | 34830 |   0.4 | 186M|1544 |   0 |5645 |9286 |5645 | 209 |9383 |4033 |1231 | 0.000000e+00 | 2.890000e+02 |    Inf 
192.10/192.11	c   192s| 90000 | 78019 | 50505 |   0.6 | 219M|1544 |   - |5645 |  11k|   0 |   0 |  13k|7592 |1336 | 0.000000e+00 | 2.890000e+02 |    Inf 
207.30/207.37	o 280
207.30/207.37	c * 207s| 94726 | 80783 | 62134 |   0.7 | 234M|1544 |   - |5645 |  10k|5645 | 226 |  17k|9504 |1380 | 0.000000e+00 | 2.800000e+02 |    Inf 
207.40/207.46	o 266
207.40/207.46	c * 207s| 94780 | 79131 | 62137 |   0.7 | 230M|1544 |   - |5645 |  10k|5645 | 226 |  17k|9504 |1380 | 0.000000e+00 | 2.660000e+02 |    Inf 
210.01/210.07	o 260
210.01/210.07	c * 210s| 95717 | 79060 | 63965 |   0.7 | 231M|1544 |   - |5645 |  10k|5645 | 228 |  17k|9863 |1403 | 0.000000e+00 | 2.600000e+02 |    Inf 
210.90/210.97	o 256
210.90/210.97	c * 211s| 95980 | 78700 | 64718 |   0.7 | 231M|1544 |   - |5645 |  10k|5645 | 243 |  17k|9972 |1408 | 0.000000e+00 | 2.560000e+02 |    Inf 
210.90/210.99	o 249
210.90/210.99	c * 211s| 95985 | 77679 | 64748 |   0.7 | 228M|1544 |   - |5645 |  10k|5645 | 243 |  17k|9972 |1408 | 0.000000e+00 | 2.490000e+02 |    Inf 
210.90/210.99	o 238
210.90/210.99	c * 211s| 95986 | 75864 | 64748 |   0.7 | 222M|1544 |   - |5645 |  10k|5645 | 243 |  17k|9972 |1408 | 0.000000e+00 | 2.380000e+02 |    Inf 
212.69/212.76	o 226
212.69/212.76	c * 213s| 96509 | 73939 | 66580 |   0.7 | 214M|1544 |   - |5645 |  10k|5645 | 223 |  18k|  10k|1413 | 0.000000e+00 | 2.260000e+02 |    Inf 
223.50/223.52	c   223s|100000 | 76815 | 72883 |   0.7 | 226M|1544 |   0 |5645 |  10k|5645 | 215 |  20k|  11k|1491 | 0.000000e+00 | 2.260000e+02 |    Inf 
254.40/254.41	o 217
254.40/254.41	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
254.40/254.41	c * 254s|109716 | 82249 | 92266 |   0.8 | 253M|1544 |   - |5645 |9942 |5645 | 214 |  26k|  15k|1736 | 0.000000e+00 | 2.170000e+02 |    Inf 
255.29/255.30	c   255s|110000 | 82491 | 92628 |   0.8 | 254M|1544 |   0 |5645 |9945 |5645 | 211 |  26k|  15k|1746 | 0.000000e+00 | 2.170000e+02 |    Inf 
258.79/258.81	o 207
258.79/258.81	c * 259s|111196 | 80709 | 94080 |   0.8 | 246M|1544 |   - |5645 |9822 |5645 | 216 |  26k|  15k|1783 | 0.000000e+00 | 2.070000e+02 |    Inf 
272.10/272.11	o 202
272.10/272.11	c * 272s|115465 | 82534 |100635 |   0.9 | 255M|1544 |   - |5645 |9304 |5645 | 219 |  28k|  17k|1861 | 0.000000e+00 | 2.020000e+02 |    Inf 
273.00/273.00	o 195
273.00/273.00	c * 273s|115739 | 80286 |101225 |   0.9 | 247M|1544 |   - |5645 |9301 |5645 | 204 |  29k|  17k|1876 | 0.000000e+00 | 1.950000e+02 |    Inf 
277.90/277.93	o 185
277.90/277.93	c * 278s|117407 | 77585 |103808 |   0.9 | 242M|1544 |   - |5645 |9601 |5645 | 246 |  29k|  18k|1920 | 0.000000e+00 | 1.850000e+02 |    Inf 
283.10/283.13	o 179
283.10/283.13	c * 283s|118895 | 76223 |106955 |   0.9 | 241M|1544 |   - |5645 |8996 |5645 | 205 |  30k|  18k|1951 | 0.000000e+00 | 1.790000e+02 |    Inf 
286.39/286.40	c   286s|120000 | 77008 |109629 |   0.9 | 244M|1544 |   0 |5645 |9053 |5645 | 222 |  31k|  19k|1971 | 0.000000e+00 | 1.790000e+02 |    Inf 
317.90/317.94	c   318s|130000 | 84408 |128754 |   1.0 | 281M|1544 |   0 |5645 |8797 |5645 | 197 |  36k|  23k|2211 | 0.000000e+00 | 1.790000e+02 |    Inf 
318.90/318.94	o 159
318.90/318.94	c * 319s|130322 | 75655 |129118 |   1.0 | 254M|1544 |   - |5645 |8833 |5645 | 200 |  36k|  23k|2212 | 0.000000e+00 | 1.590000e+02 |    Inf 
342.40/342.41	o 157
342.40/342.41	c * 342s|137398 | 79932 |143967 |   1.0 | 280M|1544 |   - |5645 |8793 |5645 | 237 |  40k|  27k|2346 | 0.000000e+00 | 1.570000e+02 |    Inf 
342.40/342.44	o 147
342.40/342.44	c * 342s|137407 | 74930 |143980 |   1.0 | 264M|1544 |   - |5645 |8792 |5645 | 234 |  40k|  27k|2346 | 0.000000e+00 | 1.470000e+02 |    Inf 
351.70/351.74	c   352s|140000 | 76656 |151838 |   1.1 | 276M|1544 |   0 |5645 |8026 |5645 | 211 |  43k|  28k|2459 | 0.000000e+00 | 1.470000e+02 |    Inf 
363.70/363.70	o 142
363.70/363.70	c * 364s|143516 | 76679 |159996 |   1.1 | 281M|1544 |   - |5645 |7664 |5645 | 216 |  45k|  30k|2534 | 0.000000e+00 | 1.420000e+02 |    Inf 
363.70/363.77	o 135
363.70/363.77	c * 364s|143531 | 73524 |160128 |   1.1 | 270M|1544 |   - |5645 |7638 |5645 | 235 |  45k|  30k|2536 | 0.000000e+00 | 1.350000e+02 |    Inf 
364.11/364.13	o 133
364.11/364.13	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
364.11/364.13	c * 364s|143635 | 72591 |160479 |   1.1 | 268M|1544 |   - |5645 |7575 |5645 | 206 |  45k|  30k|2541 | 0.000000e+00 | 1.330000e+02 |    Inf 
381.80/381.80	o 129
381.80/381.80	c * 382s|148642 | 73720 |172487 |   1.2 | 282M|1544 |   - |5645 |7462 |5645 | 212 |  49k|  33k|2651 | 0.000000e+00 | 1.290000e+02 |    Inf 
381.80/381.81	o 120
381.80/381.81	c * 382s|148643 | 69102 |172488 |   1.2 | 265M|1544 |   - |5645 |7462 |5645 | 212 |  49k|  33k|2651 | 0.000000e+00 | 1.200000e+02 |    Inf 
386.80/386.84	c   387s|150000 | 69877 |176310 |   1.2 | 271M|1544 |   - |5645 |7320 |   0 |   0 |  50k|  34k|2680 | 0.000000e+00 | 1.200000e+02 |    Inf 
411.31/411.39	o 111
411.31/411.39	c * 411s|156696 | 69928 |195992 |   1.2 | 291M|1544 |   - |5645 |7949 |5645 | 206 |  55k|  38k|2830 | 0.000000e+00 | 1.110000e+02 |    Inf 
411.50/411.54	o 109
411.50/411.54	c * 412s|156725 | 69104 |196072 |   1.2 | 289M|1544 |   - |5645 |7992 |5645 | 217 |  55k|  38k|2830 | 0.000000e+00 | 1.090000e+02 |    Inf 
423.41/423.50	c   423s|160000 | 70753 |205774 |   1.3 | 307M|1544 |   - |5645 |7995 |   0 |   0 |  58k|  40k|2932 | 0.000000e+00 | 1.090000e+02 |    Inf 
432.31/432.37	o 108
432.31/432.37	c * 432s|162453 | 71320 |213848 |   1.3 | 317M|1544 |   - |5645 |8036 |5645 | 197 |  60k|  42k|2990 | 0.000000e+00 | 1.080000e+02 |    Inf 
444.81/444.82	o 106
444.81/444.82	c * 445s|165486 | 71775 |224216 |   1.4 | 331M|1544 |   - |5645 |7408 |5645 | 258 |  63k|  45k|3062 | 0.000000e+00 | 1.060000e+02 |    Inf 
444.81/444.83	o 104
444.81/444.83	c * 445s|165487 | 70694 |224224 |   1.4 | 327M|1544 |   - |5645 |7408 |5645 | 257 |  63k|  45k|3062 | 0.000000e+00 | 1.040000e+02 |    Inf 
460.60/460.65	c   461s|170000 | 73203 |235279 |   1.4 | 348M|1544 |   0 |5645 |7359 |5645 | 199 |  66k|  48k|3133 | 0.000000e+00 | 1.040000e+02 |    Inf 
461.10/461.15	o 96
461.10/461.15	c * 461s|170128 | 67957 |235659 |   1.4 | 327M|1544 |   - |5645 |7407 |5645 | 212 |  66k|  48k|3135 | 0.000000e+00 | 9.600000e+01 |    Inf 
462.50/462.56	o 95
462.50/462.56	c * 463s|170547 | 66469 |236417 |   1.4 | 316M|1544 |   - |5645 |7431 |5645 | 207 |  66k|  48k|3136 | 0.000000e+00 | 9.500000e+01 |    Inf 
496.41/496.43	c   496s|180000 | 71633 |263684 |   1.5 | 359M|1544 |   - |5645 |7424 |   0 |   0 |  74k|  55k|3307 | 0.000000e+00 | 9.500000e+01 |    Inf 
524.01/524.08	o 83
524.01/524.08	c * 524s|187764 | 66601 |285505 |   1.5 | 363M|1544 |   - |5645 |8809 |5645 | 217 |  80k|  62k|3447 | 0.000000e+00 | 8.300000e+01 |    Inf 
533.00/533.08	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
533.00/533.08	c   533s|190000 | 67362 |295384 |   1.6 | 374M|1544 |   0 |5645 |7218 |5645 | 237 |  83k|  64k|3517 | 0.000000e+00 | 8.300000e+01 |    Inf 
573.20/573.21	c   573s|200000 | 70730 |333490 |   1.7 | 417M|1544 |   0 |5645 |8053 |5645 | 203 |  95k|  75k|3699 | 0.000000e+00 | 8.300000e+01 |    Inf 
593.80/593.85	o 80
593.80/593.85	c * 594s|205533 | 69500 |352558 |   1.7 | 424M|1544 |   - |5645 |8179 |5645 | 239 | 100k|  81k|3819 | 0.000000e+00 | 8.000000e+01 |    Inf 
611.10/611.19	c   611s|210000 | 70557 |369498 |   1.8 | 438M|1544 |   1 |5645 |6580 |5645 | 241 | 105k|  85k|3908 | 0.000000e+00 | 8.000000e+01 |    Inf 
648.61/648.69	c   649s|220000 | 72978 |404053 |   1.8 | 471M|1544 |   - |5645 |8428 |   0 |   0 | 115k|  98k|4068 | 0.000000e+00 | 8.000000e+01 |    Inf 
688.61/688.63	c   689s|230000 | 76401 |447317 |   1.9 | 509M|1544 |   5 |5645 |8665 |5645 | 242 | 128k| 108k|4259 | 0.000000e+00 | 8.000000e+01 |    Inf 
730.00/730.06	c   730s|240000 | 78979 |490038 |   2.0 | 543M|1544 |   - |5645 |8044 |   0 |   0 | 141k| 119k|4417 | 0.000000e+00 | 8.000000e+01 |    Inf 
768.41/768.47	c   768s|250000 | 82479 |524161 |   2.1 | 582M|1544 |   0 |5645 |9572 |5645 | 248 | 151k| 130k|4552 | 0.000000e+00 | 8.000000e+01 |    Inf 
810.11/810.19	c   810s|260000 | 85046 |565906 |   2.2 | 621M|1544 |   0 |5645 |9748 |5645 | 252 | 162k| 144k|4719 | 0.000000e+00 | 8.000000e+01 |    Inf 
844.82/844.82	o 76
844.82/844.82	c * 845s|268831 | 84760 |596704 |   2.2 | 643M|1544 |   - |5645 |8763 |5645 | 211 | 170k| 153k|4823 | 0.000000e+00 | 7.600000e+01 |    Inf 
849.12/849.16	c   849s|270000 | 85218 |600331 |   2.2 | 647M|1544 |   0 |5645 |8134 |5645 | 258 | 171k| 154k|4833 | 0.000000e+00 | 7.600000e+01 |    Inf 
886.62/886.62	c   887s|280000 | 88275 |634997 |   2.3 | 681M|1544 |   0 |5645 |7820 |5645 | 211 | 181k| 164k|4973 | 0.000000e+00 | 7.600000e+01 |    Inf 
924.61/924.60	c   925s|290000 | 90687 |667013 |   2.3 | 712M|1544 |   0 |5645 |7345 |5645 | 234 | 190k| 176k|5068 | 0.000000e+00 | 7.600000e+01 |    Inf 
949.42/949.45	o 70
949.42/949.45	c * 949s|296615 | 83608 |693210 |   2.3 | 693M|1544 |   - |5645 |7879 |5645 | 265 | 198k| 184k|5132 | 0.000000e+00 | 7.000000e+01 |    Inf 
962.71/962.71	c   963s|300000 | 83941 |707273 |   2.4 | 700M|1544 |   - |5645 |7181 |5645 | 250 | 202k| 188k|5219 | 0.000000e+00 | 7.000000e+01 |    Inf 
965.82/965.85	o 64
965.82/965.85	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
965.82/965.85	c * 966s|300999 | 80439 |709398 |   2.4 | 685M|1544 |   - |5645 |7449 |5645 | 219 | 203k| 190k|5235 | 0.000000e+00 | 6.400000e+01 |    Inf 
968.02/968.01	o 62
968.02/968.01	c * 968s|301712 | 78931 |710973 |   2.4 | 676M|1544 |   - |5645 |6613 |5645 | 269 | 203k| 190k|5247 | 0.000000e+00 | 6.200000e+01 |    Inf 
968.02/968.02	o 61
968.02/968.02	c * 968s|301713 | 78216 |710973 |   2.4 | 673M|1544 |   - |5645 |6613 |5645 | 269 | 203k| 190k|5247 | 0.000000e+00 | 6.100000e+01 |    Inf 
995.91/995.97	c   996s|310000 | 78836 |744056 |   2.4 | 686M|1544 |   - |5645 |8045 |   0 |   0 | 212k| 202k|5348 | 0.000000e+00 | 6.100000e+01 |    Inf 
1026.32/1026.32	c  1026s|320000 | 79710 |772177 |   2.4 | 699M|1544 |   - |5645 |7581 |   0 |   0 | 218k| 215k|5437 | 0.000000e+00 | 6.100000e+01 |    Inf 
1056.81/1056.89	c  1057s|330000 | 80114 |808409 |   2.4 | 711M|1544 |   3 |5645 |8421 |5645 | 252 | 225k| 227k|5523 | 0.000000e+00 | 6.100000e+01 |    Inf 
1085.63/1085.69	c  1086s|340000 | 80244 |840431 |   2.5 | 717M|1544 |   - |5645 |9278 |   0 |   0 | 232k| 239k|5604 | 0.000000e+00 | 6.100000e+01 |    Inf 
1108.92/1108.98	o 60
1108.92/1108.98	c *1109s|347078 | 79961 |865864 |   2.5 | 721M|1544 |   - |5645 |7150 |5645 | 233 | 238k| 247k|5668 | 0.000000e+00 | 6.000000e+01 |    Inf 
1119.02/1119.07	c  1119s|350000 | 80096 |876814 |   2.5 | 724M|1544 |   - |5645 |7161 |   0 |   0 | 241k| 251k|5694 | 0.000000e+00 | 6.000000e+01 |    Inf 
1152.02/1152.02	c  1152s|360000 | 80843 |930568 |   2.6 | 737M|1544 |   7 |5645 |7578 |5645 | 234 | 257k| 262k|5815 | 0.000000e+00 | 6.000000e+01 |    Inf 
1186.62/1186.66	c  1187s|370000 | 81682 |984239 |   2.7 | 757M|1544 |   1 |5645 |8379 |5645 | 265 | 270k| 274k|5953 | 0.000000e+00 | 6.000000e+01 |    Inf 
1219.42/1219.43	c  1219s|380000 | 82145 |  1033k|   2.7 | 769M|1544 |  14 |5645 |8944 |5645 | 255 | 282k| 287k|6051 | 0.000000e+00 | 6.000000e+01 |    Inf 
1251.52/1251.58	c  1252s|390000 | 82836 |  1078k|   2.8 | 783M|1544 |   1 |5645 |8472 |5645 | 224 | 292k| 299k|6164 | 0.000000e+00 | 6.000000e+01 |    Inf 
1284.43/1284.47	c  1284s|400000 | 83541 |  1121k|   2.8 | 796M|1544 |   - |5645 |8374 |   0 |   0 | 302k| 311k|6253 | 0.000000e+00 | 6.000000e+01 |    Inf 
1316.32/1316.30	c  1316s|410000 | 84104 |  1158k|   2.8 | 809M|1544 |   4 |5645 |  10k|5645 | 239 | 311k| 324k|6352 | 0.000000e+00 | 6.000000e+01 |    Inf 
1318.53/1318.59	o 51
1318.53/1318.59	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1318.53/1318.59	c *1319s|410738 | 74149 |  1160k|   2.8 | 746M|1544 |   - |5645 |  10k|5645 | 246 | 311k| 325k|6358 | 0.000000e+00 | 5.100000e+01 |    Inf 
1345.33/1345.37	c  1345s|420000 | 74114 |  1199k|   2.9 | 753M|1544 |   1 |5645 |7700 |5645 | 256 | 320k| 337k|6431 | 0.000000e+00 | 5.100000e+01 |    Inf 
1374.73/1374.74	c  1375s|430000 | 74004 |  1242k|   2.9 | 762M|1544 |   1 |5645 |7574 |5645 | 250 | 329k| 351k|6572 | 0.000000e+00 | 5.100000e+01 |    Inf 
1399.83/1399.80	c  1400s|440000 | 74276 |  1266k|   2.9 | 768M|1544 |   1 |5645 |9685 |5645 | 275 | 333k| 364k|6617 | 0.000000e+00 | 5.100000e+01 |    Inf 
1424.93/1424.92	c  1425s|450000 | 74279 |  1290k|   2.9 | 771M|1544 |   1 |5645 |8494 |5645 | 269 | 336k| 377k|6662 | 0.000000e+00 | 5.100000e+01 |    Inf 
1452.04/1452.03	c  1452s|460000 | 74325 |  1325k|   2.9 | 775M|1544 |   - |5645 |8039 |   0 |   0 | 344k| 388k|6730 | 0.000000e+00 | 5.100000e+01 |    Inf 
1480.23/1480.26	c  1480s|470000 | 74124 |  1360k|   2.9 | 782M|1544 |   - |5645 |7387 |   0 |   0 | 351k| 401k|6802 | 0.000000e+00 | 5.100000e+01 |    Inf 
1509.33/1509.30	c  1509s|480000 | 74327 |  1392k|   2.9 | 788M|1544 |   - |5645 |8069 |   0 |   0 | 357k| 418k|6866 | 0.000000e+00 | 5.100000e+01 |    Inf 
1538.33/1538.34	c  1538s|490000 | 74553 |  1427k|   2.9 | 795M|1544 |   - |5645 |8103 |   0 |   0 | 364k| 432k|6931 | 0.000000e+00 | 5.100000e+01 |    Inf 
1543.13/1543.13	o 46
1543.13/1543.13	c *1543s|491628 | 69869 |  1432k|   2.9 | 752M|1544 |   - |5645 |8757 |5645 | 278 | 365k| 434k|6958 | 0.000000e+00 | 4.600000e+01 |    Inf 
1567.13/1567.11	c  1567s|500000 | 70268 |  1467k|   2.9 | 758M|1544 |   0 |5645 |  10k|5645 | 283 | 373k| 444k|7019 | 0.000000e+00 | 4.600000e+01 |    Inf 
1596.83/1596.88	c  1597s|510000 | 70924 |  1508k|   3.0 | 767M|1544 |   - |5645 |  12k|   0 |   0 | 381k| 457k|7082 | 0.000000e+00 | 4.600000e+01 |    Inf 
1626.43/1626.40	c  1626s|520000 | 71160 |  1543k|   3.0 | 771M|1544 |   - |5645 |  11k|   0 |   0 | 388k| 471k|7142 | 0.000000e+00 | 4.600000e+01 |    Inf 
1655.73/1655.71	c  1656s|530000 | 71250 |  1581k|   3.0 | 775M|1544 |   1 |5645 |  10k|5645 | 286 | 396k| 483k|7224 | 0.000000e+00 | 4.600000e+01 |    Inf 
1678.04/1678.01	o 45
1678.04/1678.01	c *1678s|537859 | 70505 |  1608k|   3.0 | 773M|1544 |   - |5645 |  10k|5645 | 259 | 401k| 494k|7265 | 0.000000e+00 | 4.500000e+01 |    Inf 
1684.23/1684.21	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1684.23/1684.21	c  1684s|540000 | 70584 |  1615k|   3.0 | 775M|1544 |   1 |5645 |  10k|5645 | 267 | 403k| 496k|7292 | 0.000000e+00 | 4.500000e+01 |    Inf 
1695.63/1695.69	o 37
1695.63/1695.69	c *1696s|544032 | 64778 |  1627k|   3.0 | 715M|1544 |   - |5645 |9790 |5645 | 263 | 405k| 502k|7312 | 0.000000e+00 | 3.700000e+01 |    Inf 
1711.54/1711.56	c  1712s|550000 | 64498 |  1658k|   3.0 | 716M|1544 |   - |5645 |7304 |   0 |   0 | 411k| 510k|7353 | 0.000000e+00 | 3.700000e+01 |    Inf 
1736.84/1736.83	c  1737s|560000 | 64389 |  1704k|   3.0 | 721M|1544 |   - |5645 |8191 |   0 |   0 | 419k| 524k|7431 | 0.000000e+00 | 3.700000e+01 |    Inf 
1760.13/1760.13	c  1760s|570000 | 64262 |  1735k|   3.0 | 724M|1544 |   1 |5645 |8150 |5645 | 208 | 424k| 535k|7483 | 0.000000e+00 | 3.700000e+01 |    Inf 
1782.14/1782.10	c  1782s|580000 | 64434 |  1763k|   3.0 | 727M|1544 |   1 |5645 |9168 |5645 | 248 | 429k| 544k|7531 | 0.000000e+00 | 3.700000e+01 |    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.98
1790.03/1790.01	c Solving Nodes      : 583523
1790.03/1790.01	c Primal Bound       : +3.70000000000000e+01 (456 solutions)
1790.03/1790.01	c Dual Bound         : +0.00000000000000e+00
1790.03/1790.01	c Gap                : infinite
1790.03/1790.09	s SATISFIABLE
1790.03/1790.09	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.09	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.09	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.09	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.09	v -x146 x145 -x144 -x143 -x142 -x141 -x140 -x139 -x138 -x137 -x136 -x135 -x134 x133 -x132 -x131 -x130 -x129 -x128 -x127 -x126 
1790.03/1790.09	v -x125 -x124 -x123 -x122 -x121 x120 -x119 -x118 -x117 -x116 -x115 -x114 -x113 -x112 -x111 -x110 -x109 -x108 -x107 -x106 -x105 
1790.03/1790.09	v -x104 -x103 -x102 -x101 x100 -x99 -x98 -x97 -x96 -x95 -x94 -x93 x92 -x91 -x90 -x89 -x88 -x87 -x86 -x85 -x84 -x83 -x82 -x81 -x80 
1790.03/1790.09	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.03/1790.09	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.03/1790.09	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.09	v -x1 
1790.03/1790.09	c SCIP Status        : solving was interrupted [time limit reached]
1790.03/1790.09	c Solving Time       :    1789.98
1790.03/1790.09	c Original Problem   :
1790.03/1790.09	c   Problem name     : HOME/instance-2705167-1278578352.wbo
1790.03/1790.09	c   Variables        : 5645 (2938 binary, 0 integer, 2707 implicit integer, 0 continuous)
1790.03/1790.09	c   Constraints      : 5415 initial, 5415 maximal
1790.03/1790.09	c Presolved Problem  :
1790.03/1790.09	c   Problem name     : t_HOME/instance-2705167-1278578352.wbo
1790.03/1790.09	c   Variables        : 5645 (2938 binary, 0 integer, 2707 implicit integer, 0 continuous)
1790.03/1790.09	c   Constraints      : 5414 initial, 12968 maximal
1790.03/1790.09	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1790.03/1790.09	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1790.03/1790.09	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1790.03/1790.09	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1790.03/1790.09	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1790.03/1790.09	c   implics          :       0.00          0          0          0          0          0          0          0          0
1790.03/1790.09	c   probing          :       0.03          0          0          0          0          0          0          0          0
1790.03/1790.09	c   linear           :       0.02          0          0          0       2707          0          1          0          0
1790.03/1790.09	c   indicator        :       0.00          0          0          0          0          0          0          0          0
1790.03/1790.09	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1790.03/1790.09	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0
1790.03/1790.09	c   root node        :          -       3488          -          -       3488          -          -          -          -
1790.03/1790.09	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1790.03/1790.09	c   integral         :          0          0          0     497919          0          3        254          0          0     366892
1790.03/1790.09	c   linear           :       2707          6    3571963     313853          1      69760   10564701     431435          0          0
1790.03/1790.09	c   indicator        :       2707          0    3500077     314201          1       8243   40538607          0          0          0
1790.03/1790.09	c   logicor          :          0+         0     996000          0          0      36097     943922          0          0          0
1790.03/1790.09	c   bounddisjunction :          0+         0     482816          0          0        662      24254          0          0          0
1790.03/1790.09	c   countsols        :          0          0          0     223009          1          0          0          0          0          0
1790.03/1790.09	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1790.03/1790.09	c   integral         :      11.42       0.00       0.00      11.42       0.00
1790.03/1790.09	c   linear           :     154.96       0.00     121.14      33.81       0.00
1790.03/1790.09	c   indicator        :     285.71       0.01     211.79      73.91       0.00
1790.03/1790.09	c   logicor          :      44.48       0.00      44.48       0.00       0.00
1790.03/1790.09	c   bounddisjunction :       8.87       0.00       8.87       0.00       0.00
1790.03/1790.09	c   countsols        :       0.03       0.00       0.00       0.03       0.00
1790.03/1790.09	c Propagators        :       Time      Calls    Cutoffs    DomReds
1790.03/1790.09	c   vbounds          :       1.84     309126         80      73662
1790.03/1790.09	c   rootredcost      :       0.60         45          0       1744
1790.03/1790.09	c   pseudoobj        :     217.44    3666450      93857   39865854
1790.03/1790.09	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1790.03/1790.09	c   propagation      :      26.03     200376     200360    1200423       29.4       6423       23.6          -
1790.03/1790.09	c   infeasible LP    :       0.91       1133       1133       9139       37.3          7       31.0          0
1790.03/1790.09	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1790.03/1790.09	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1790.03/1790.09	c   pseudo solution  :       0.00          2          2          9       12.3          0        0.0          -
1790.03/1790.09	c   applied globally :          -          -          -     547710       25.6          -          -          -
1790.03/1790.09	c   applied locally  :          -          -          -          0        0.0          -          -          -
1790.03/1790.09	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1790.03/1790.09	c   cut pool         :       0.00          3          -          -          1          -    (maximal pool size: 73)
1790.03/1790.09	c   redcost          :      70.95     512759          0    1626039          0          0
1790.03/1790.09	c   impliedbounds    :       0.00          4          0          0          0          0
1790.03/1790.09	c   intobj           :       0.00          0          0          0          0          0
1790.03/1790.09	c   cgmip            :       0.00          0          0          0          0          0
1790.03/1790.09	c   gomory           :       0.01          4          0          0        230          0
1790.03/1790.09	c   strongcg         :       0.01          4          0          0        215          0
1790.03/1790.09	c   cmir             :       0.01          4          0          0          0          0
1790.03/1790.09	c   flowcover        :       0.02          4          0          0          0          0
1790.03/1790.09	c   clique           :       0.00          1          0          0          0          0
1790.03/1790.09	c   zerohalf         :       0.00          0          0          0          0          0
1790.03/1790.09	c   mcf              :       0.00          1          0          0          0          0
1790.03/1790.09	c   rapidlearning    :       0.17          1          0          0          0          0
1790.03/1790.09	c Pricers            :       Time      Calls       Vars
1790.03/1790.09	c   problem variables:       0.00          0          0
1790.03/1790.09	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1790.03/1790.09	c   relpscost        :      11.17     183667          3        254          0          0     366892
1790.03/1790.09	c   pscost           :       0.00          0          0          0          0          0          0
1790.03/1790.09	c   inference        :     132.98     222965          0          0          0          0     446676
1790.03/1790.09	c   mostinf          :       0.00          0          0          0          0          0          0
1790.03/1790.09	c   leastinf         :       0.00          0          0          0          0          0          0
1790.03/1790.09	c   fullstrong       :       0.00          0          0          0          0          0          0
1790.03/1790.09	c   allfullstrong    :       0.00          0          0          0          0          0          0
1790.03/1790.09	c   random           :       0.00          0          0          0          0          0          0
1790.03/1790.09	c Primal Heuristics  :       Time      Calls      Found
1790.03/1790.09	c   LP solutions     :       0.31          -         45
1790.03/1790.09	c   pseudo solutions :       0.00          -          0
1790.03/1790.09	c   feaspump         :       0.00          0          0
1790.03/1790.09	c   intshifting      :       0.00          0          0
1790.03/1790.09	c   oneopt           :       0.37         41          0
1790.03/1790.09	c   guideddiving     :       0.23         97          0
1790.03/1790.09	c   coefdiving       :       0.31        165          0
1790.03/1790.09	c   pscostdiving     :       0.30        165          0
1790.03/1790.09	c   fracdiving       :       0.30        165          0
1790.03/1790.09	c   veclendiving     :       0.30        166          0
1790.03/1790.09	c   linesearchdiving :       0.30        166          0
1790.03/1790.09	c   crossover        :       3.26         82          3
1790.03/1790.09	c   rootsoldiving    :       0.32        164          0
1790.03/1790.09	c   objpscostdiving  :       0.31        165          0
1790.03/1790.09	c   trivial          :       0.07          2          2
1790.03/1790.09	c   simplerounding   :       0.39     186440          0
1790.03/1790.09	c   zirounding       :       0.31       1000          0
1790.03/1790.09	c   rounding         :       1.48       6134          0
1790.03/1790.09	c   shifting         :       0.85       1896          0
1790.03/1790.09	c   twoopt           :       0.00          0          0
1790.03/1790.09	c   fixandinfer      :       0.00          0          0
1790.03/1790.09	c   intdiving        :       0.00          0          0
1790.03/1790.09	c   actconsdiving    :       0.00          0          0
1790.03/1790.09	c   octane           :       0.00          0          0
1790.03/1790.09	c   rens             :       0.03          1          0
1790.03/1790.09	c   rins             :       0.00          0          0
1790.03/1790.09	c   localbranching   :       0.00          0          0
1790.03/1790.09	c   mutation         :       0.00          0          0
1790.03/1790.09	c   dins             :       0.00          0          0
1790.03/1790.09	c   undercover       :       0.00          0          0
1790.03/1790.09	c   nlp              :       0.12          0          0
1790.03/1790.09	c   trysol           :       0.83        768        406
1790.03/1790.09	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1790.03/1790.09	c   primal LP        :       0.00          0          0       0.00          -
1790.03/1790.09	c   dual LP          :     472.79     315925    1772963       5.61    3750.01
1790.03/1790.09	c   lex dual LP      :       0.00          0          0       0.00          -
1790.03/1790.09	c   barrier LP       :       0.00          0          0       0.00          -
1790.03/1790.09	c   diving/probing LP:       0.10         64        830      12.97    8572.52
1790.03/1790.09	c   strong branching :      10.01       7551      66083       8.75    6602.62
1790.03/1790.09	c     (at root node) :          -         32       1047      32.72          -
1790.03/1790.09	c   conflict analysis:       0.00          0          0       0.00          -
1790.03/1790.09	c B&B Tree           :
1790.03/1790.09	c   number of runs   :          1
1790.03/1790.09	c   nodes            :     583523
1790.03/1790.09	c   nodes (total)    :     583523
1790.03/1790.09	c   nodes left       :      64445
1790.03/1790.09	c   max depth        :       1544
1790.03/1790.09	c   max depth (total):       1544
1790.03/1790.09	c   backtracks       :      41686 (7.1%)
1790.03/1790.09	c   delayed cutoffs  :      39412
1790.03/1790.09	c   repropagations   :    1264198 (18827610 domain reductions, 32766 cutoffs)
1790.03/1790.09	c   avg switch length:       6.80
1790.03/1790.09	c   switching time   :     161.62
1790.03/1790.09	c Solution           :
1790.03/1790.09	c   Solutions found  :        456 (46 improvements)
1790.03/1790.09	c   First Solution   : +1.36842000000000e+05   (in run 1, after 0 nodes, 0.02 seconds, depth 0, found by <trivial>)
1790.03/1790.09	c   Primal Bound     : +3.70000000000000e+01   (in run 1, after 544032 nodes, 1695.64 seconds, depth 39, found by <relaxation>)
1790.03/1790.09	c   Dual Bound       : +0.00000000000000e+00
1790.03/1790.09	c   Gap              :   infinite
1790.03/1790.09	c   Root Dual Bound  : +0.00000000000000e+00
1790.03/1790.09	c   Root Iterations  :        184
1790.53/1790.58	c Time complete: 1790.62.

Verifier Data

OK	37

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2705167-1278578352/watcher-2705167-1278578352 -o /tmp/evaluation-result-2705167-1278578352/solver-2705167-1278578352 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2705167-1278578352.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.92 2.00 1.99 3/182 21750
/proc/meminfo: memFree=28923780/32951124 swapFree=67111528/67111528
[pid=21750] ppid=21748 vsize=12692 CPUtime=0
/proc/21750/stat : 21750 (pbscip.linux.x8) R 21748 21750 21211 0 -1 4202496 2009 0 0 0 0 0 0 0 25 0 1 0 26048506 12996608 1927 4089446400 4194304 10345943 140736062339552 18446744073709551615 6326861 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/21750/statm: 3173 1927 429 1502 0 1666 0

[startup+0.011168 s]
/proc/loadavg: 1.92 2.00 1.99 3/182 21750
/proc/meminfo: memFree=28923780/32951124 swapFree=67111528/67111528
[pid=21750] ppid=21748 vsize=15268 CPUtime=0
/proc/21750/stat : 21750 (pbscip.linux.x8) R 21748 21750 21211 0 -1 4202496 2529 0 0 0 0 0 0 0 25 0 1 0 26048506 15634432 2448 4089446400 4194304 10345943 140736062339552 18446744073709551615 6326861 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/21750/statm: 3817 2515 429 1502 0 2310 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 15268

[startup+0.10115 s]
/proc/loadavg: 1.92 2.00 1.99 3/182 21750
/proc/meminfo: memFree=28923780/32951124 swapFree=67111528/67111528
[pid=21750] ppid=21748 vsize=38020 CPUtime=0.09
/proc/21750/stat : 21750 (pbscip.linux.x8) R 21748 21750 21211 0 -1 4202496 8450 0 0 0 9 0 0 0 25 0 1 0 26048506 38932480 8014 4089446400 4194304 10345943 140736062339552 18446744073709551615 9138392 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21750/statm: 9505 8014 509 1502 0 7998 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 38020

[startup+0.301107 s]
/proc/loadavg: 1.92 2.00 1.99 3/182 21750
/proc/meminfo: memFree=28923780/32951124 swapFree=67111528/67111528
[pid=21750] ppid=21748 vsize=70104 CPUtime=0.29
/proc/21750/stat : 21750 (pbscip.linux.x8) R 21748 21750 21211 0 -1 4202496 16228 0 0 0 28 1 0 0 25 0 1 0 26048506 71786496 15792 4089446400 4194304 10345943 140736062339552 18446744073709551615 4448097 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21750/statm: 17526 15792 632 1502 0 16019 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 70104

[startup+0.701035 s]
/proc/loadavg: 1.92 2.00 1.99 3/182 21750
/proc/meminfo: memFree=28923780/32951124 swapFree=67111528/67111528
[pid=21750] ppid=21748 vsize=65264 CPUtime=0.69
/proc/21750/stat : 21750 (pbscip.linux.x8) R 21748 21750 21211 0 -1 4202496 16894 0 0 0 67 2 0 0 25 0 1 0 26048506 66830336 15053 4089446400 4194304 10345943 140736062339552 18446744073709551615 6702728 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21750/statm: 16316 15053 751 1502 0 14809 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 65264

[startup+1.50089 s]
/proc/loadavg: 1.92 2.00 1.99 2/181 21752
/proc/meminfo: memFree=30009284/32951124 swapFree=67111528/67111528
[pid=21750] ppid=21748 vsize=65264 CPUtime=1.49
/proc/21750/stat : 21750 (pbscip.linux.x8) R 21748 21750 21211 0 -1 4202496 16897 0 0 0 147 2 0 0 25 0 1 0 26048506 66830336 15056 4089446400 4194304 10345943 140736062339552 18446744073709551615 6119682 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21750/statm: 16316 15056 753 1502 0 14809 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 65264

[startup+3.10062 s]
/proc/loadavg: 1.92 2.00 1.99 2/181 21752
/proc/meminfo: memFree=30009284/32951124 swapFree=67111528/67111528
[pid=21750] ppid=21748 vsize=65264 CPUtime=3.09
/proc/21750/stat : 21750 (pbscip.linux.x8) R 21748 21750 21211 0 -1 4202496 16902 0 0 0 307 2 0 0 25 0 1 0 26048506 66830336 15061 4089446400 4194304 10345943 140736062339552 18446744073709551615 5926399 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21750/statm: 16316 15061 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: 1.85 1.98 1.99 3/183 21779
/proc/meminfo: memFree=29906684/32951124 swapFree=67111528/67111528
[pid=21750] ppid=21748 vsize=65264 CPUtime=6.29
/proc/21750/stat : 21750 (pbscip.linux.x8) R 21748 21750 21211 0 -1 4202496 18962 0 0 0 626 3 0 0 25 0 1 0 26048506 66830336 15087 4089446400 4194304 10345943 140736062339552 18446744073709551615 4453816 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21750/statm: 16316 15087 754 1502 0 14809 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 65264

[startup+12.7009 s]
/proc/loadavg: 1.86 1.98 1.99 3/183 21779
/proc/meminfo: memFree=29862692/32951124 swapFree=67111528/67111528
[pid=21750] ppid=21748 vsize=74756 CPUtime=12.7
/proc/21750/stat : 21750 (pbscip.linux.x8) R 21748 21750 21211 0 -1 4202496 21699 0 0 0 1266 4 0 0 25 0 1 0 26048506 76550144 17229 4089446400 4194304 10345943 140736062339552 18446744073709551615 6307255 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21750/statm: 18689 17229 761 1502 0 17182 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 74756

[startup+25.5006 s]
/proc/loadavg: 1.89 1.98 1.99 3/183 21779
/proc/meminfo: memFree=29835988/32951124 swapFree=67111528/67111528
[pid=21750] ppid=21748 vsize=98576 CPUtime=25.5
/proc/21750/stat : 21750 (pbscip.linux.x8) R 21748 21750 21211 0 -1 4202496 30515 0 0 0 2543 7 0 0 25 0 1 0 26048506 100941824 22980 4089446400 4194304 10345943 140736062339552 18446744073709551615 5614817 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21750/statm: 24644 22980 762 1502 0 23137 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 98576

[startup+51.1011 s]
/proc/loadavg: 1.93 1.98 1.99 3/183 21780
/proc/meminfo: memFree=29822428/32951124 swapFree=67111528/67111528
[pid=21750] ppid=21748 vsize=110388 CPUtime=51.1
/proc/21750/stat : 21750 (pbscip.linux.x8) R 21748 21750 21211 0 -1 4202496 38389 0 0 0 5099 11 0 0 25 0 1 0 26048506 113037312 26279 4089446400 4194304 10345943 140736062339552 18446744073709551615 4687909 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21750/statm: 27597 26279 762 1502 0 26090 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 110388

[startup+102.307 s]
/proc/loadavg: 1.97 1.98 1.99 3/183 21781
/proc/meminfo: memFree=29752064/32951124 swapFree=67111528/67111528
[pid=21750] ppid=21748 vsize=164712 CPUtime=102.3
/proc/21750/stat : 21750 (pbscip.linux.x8) R 21748 21750 21211 0 -1 4202496 76697 0 0 0 10210 20 0 0 25 0 1 0 26048506 168665088 39452 4089446400 4194304 10345943 140736062339552 18446744073709551615 6307534 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21750/statm: 41178 39452 762 1502 0 39671 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 164712

[startup+162.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/183 21783
/proc/meminfo: memFree=29645640/32951124 swapFree=67111528/67111528
[pid=21750] ppid=21748 vsize=247464 CPUtime=162.29
/proc/21750/stat : 21750 (pbscip.linux.x8) R 21748 21750 21211 0 -1 4202496 149372 0 0 0 16195 34 0 0 25 0 1 0 26048506 253403136 59867 4089446400 4194304 10345943 140736062339552 18446744073709551615 6865005 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21750/statm: 61866 59867 762 1502 0 60359 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 247464

[startup+222.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/183 21785
/proc/meminfo: memFree=29512672/32951124 swapFree=67111528/67111528
[pid=21750] ppid=21748 vsize=340620 CPUtime=222.29
/proc/21750/stat : 21750 (pbscip.linux.x8) R 21748 21750 21211 0 -1 4202496 186505 0 0 0 22185 44 0 0 25 0 1 0 26048506 348794880 82774 4089446400 4194304 10345943 140736062339552 18446744073709551615 6003041 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21750/statm: 85155 82774 762 1502 0 83648 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 340620

[startup+282.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/183 21786
/proc/meminfo: memFree=29394452/32951124 swapFree=67111528/67111528
[pid=21750] ppid=21748 vsize=426396 CPUtime=282.3
/proc/21750/stat : 21750 (pbscip.linux.x8) R 21748 21750 21211 0 -1 4202496 252821 0 0 0 28173 57 0 0 25 0 1 0 26048506 436629504 103198 4089446400 4194304 10345943 140736062339552 18446744073709551615 4736575 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21750/statm: 106599 103198 762 1502 0 105092 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 426396

[startup+342.3 s]
/proc/loadavg: 2.04 2.00 1.99 3/183 21788
/proc/meminfo: memFree=29285796/32951124 swapFree=67111528/67111528
[pid=21750] ppid=21748 vsize=496816 CPUtime=342.3
/proc/21750/stat : 21750 (pbscip.linux.x8) R 21748 21750 21211 0 -1 4202496 304864 0 0 0 34159 71 0 0 25 0 1 0 26048506 508739584 119649 4089446400 4194304 10345943 140736062339552 18446744073709551615 4476332 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21750/statm: 124204 119649 762 1502 0 122697 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 496816

[startup+402.301 s]
/proc/loadavg: 2.01 2.00 1.99 3/183 21789
/proc/meminfo: memFree=29111780/32951124 swapFree=67111528/67111528
[pid=21750] ppid=21748 vsize=595312 CPUtime=402.3
/proc/21750/stat : 21750 (pbscip.linux.x8) R 21748 21750 21211 0 -1 4202496 361955 0 0 0 40145 85 0 0 25 0 1 0 26048506 609599488 141671 4089446400 4194304 10345943 140736062339552 18446744073709551615 5614786 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21750/statm: 148828 141671 762 1502 0 147321 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 595312

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 1.99 4/183 21791
/proc/meminfo: memFree=28979056/32951124 swapFree=67111528/67111528
[pid=21750] ppid=21748 vsize=740316 CPUtime=462.3
/proc/21750/stat : 21750 (pbscip.linux.x8) R 21748 21750 21211 0 -1 4202496 427335 0 0 0 46133 97 0 0 25 0 1 0 26048506 758083584 173451 4089446400 4194304 10345943 140736062339552 18446744073709551615 4214324 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21750/statm: 185079 173451 769 1502 0 183572 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 740316

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/183 21793
/proc/meminfo: memFree=28863076/32951124 swapFree=67111528/67111528
[pid=21750] ppid=21748 vsize=825228 CPUtime=522.31
/proc/21750/stat : 21750 (pbscip.linux.x8) R 21748 21750 21211 0 -1 4202496 459825 0 0 0 52123 108 0 0 25 0 1 0 26048506 845033472 192190 4089446400 4194304 10345943 140736062339552 18446744073709551615 4696469 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21750/statm: 206307 192190 774 1502 0 204800 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 825228

[startup+582.301 s]
/proc/loadavg: 2.00 2.00 1.99 3/183 21794
/proc/meminfo: memFree=28722924/32951124 swapFree=67111528/67111528
[pid=21750] ppid=21748 vsize=912220 CPUtime=582.3
/proc/21750/stat : 21750 (pbscip.linux.x8) R 21748 21750 21211 0 -1 4202496 492971 0 0 0 58112 118 0 0 25 0 1 0 26048506 934113280 209530 4089446400 4194304 10345943 140736062339552 18446744073709551615 6189870 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21750/statm: 228055 209530 774 1502 0 226548 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 912220

[startup+642.301 s]
/proc/loadavg: 2.11 2.03 2.00 3/183 21796
/proc/meminfo: memFree=28641044/32951124 swapFree=67111528/67111528
[pid=21750] ppid=21748 vsize=980112 CPUtime=642.31
/proc/21750/stat : 21750 (pbscip.linux.x8) R 21748 21750 21211 0 -1 4202496 523510 0 0 0 64104 127 0 0 25 0 1 0 26048506 1003634688 224235 4089446400 4194304 10345943 140736062339552 18446744073709551615 4995703 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21750/statm: 245028 224235 774 1502 0 243521 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 980112

[startup+702.3 s]

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

/proc/meminfo: memFree=28077252/32951124 swapFree=67111528/67111528
[pid=21750] ppid=21748 vsize=1379876 CPUtime=1002.32
/proc/21750/stat : 21750 (pbscip.linux.x8) R 21748 21750 21211 0 -1 4202496 658638 0 0 0 100054 178 0 0 25 0 1 0 26048506 1412993024 305058 4089446400 4194304 10345943 140736062339552 18446744073709551615 6871854 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21750/statm: 344969 305058 775 1502 0 343462 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 1379876

[startup+1062.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/183 21807
/proc/meminfo: memFree=28014604/32951124 swapFree=67111528/67111528
[pid=21750] ppid=21748 vsize=1409808 CPUtime=1062.32
/proc/21750/stat : 21750 (pbscip.linux.x8) R 21748 21750 21211 0 -1 4202496 670088 0 0 0 106047 185 0 0 25 0 1 0 26048506 1443643392 310898 4089446400 4194304 10345943 140736062339552 18446744073709551615 4882679 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21750/statm: 352452 310898 775 1502 0 350945 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 1409808

[startup+1122.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 21809
/proc/meminfo: memFree=27955772/32951124 swapFree=67111528/67111528
[pid=21750] ppid=21748 vsize=1433112 CPUtime=1122.32
/proc/21750/stat : 21750 (pbscip.linux.x8) R 21748 21750 21211 0 -1 4202496 686386 0 0 0 112040 192 0 0 25 0 1 0 26048506 1467506688 315747 4089446400 4194304 10345943 140736062339552 18446744073709551615 6068858 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21750/statm: 358278 315747 775 1502 0 356771 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 1433112

[startup+1182.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 21810
/proc/meminfo: memFree=27890140/32951124 swapFree=67111528/67111528
[pid=21750] ppid=21748 vsize=1467128 CPUtime=1182.32
/proc/21750/stat : 21750 (pbscip.linux.x8) R 21748 21750 21211 0 -1 4202496 698935 0 0 0 118032 200 0 0 25 0 1 0 26048506 1502339072 322450 4089446400 4194304 10345943 140736062339552 18446744073709551615 7523295 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21750/statm: 366782 322450 775 1502 0 365275 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 1467128

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 21812
/proc/meminfo: memFree=27830084/32951124 swapFree=67111528/67111528
[pid=21750] ppid=21748 vsize=1496672 CPUtime=1242.32
/proc/21750/stat : 21750 (pbscip.linux.x8) R 21748 21750 21211 0 -1 4202496 708562 0 0 0 124024 208 0 0 25 0 1 0 26048506 1532592128 328169 4089446400 4194304 10345943 140736062339552 18446744073709551615 6870718 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21750/statm: 374168 328169 775 1502 0 372661 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 1496672

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 21813
/proc/meminfo: memFree=27768916/32951124 swapFree=67111528/67111528
[pid=21750] ppid=21748 vsize=1526968 CPUtime=1302.33
/proc/21750/stat : 21750 (pbscip.linux.x8) R 21748 21750 21211 0 -1 4202496 716754 0 0 0 130019 214 0 0 25 0 1 0 26048506 1563615232 334480 4089446400 4194304 10345943 140736062339552 18446744073709551615 6325653 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21750/statm: 381742 334480 775 1502 0 380235 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 1526968

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 21824
/proc/meminfo: memFree=27711572/32951124 swapFree=67111528/67111528
[pid=21750] ppid=21748 vsize=1551732 CPUtime=1362.33
/proc/21750/stat : 21750 (pbscip.linux.x8) R 21748 21750 21211 0 -1 4202496 739070 0 0 0 136009 224 0 0 25 0 1 0 26048506 1588973568 339480 4089446400 4194304 10345943 140736062339552 18446744073709551615 6068911 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21750/statm: 387933 339480 775 1502 0 386426 0
Current children cumulated CPU time (s) 1362.33
Current children cumulated vsize (KiB) 1551732

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 21826
/proc/meminfo: memFree=27664788/32951124 swapFree=67111528/67111528
[pid=21750] ppid=21748 vsize=1566328 CPUtime=1422.33
/proc/21750/stat : 21750 (pbscip.linux.x8) R 21748 21750 21211 0 -1 4202496 745875 0 0 0 142005 228 0 0 25 0 1 0 26048506 1603919872 342551 4089446400 4194304 10345943 140736062339552 18446744073709551615 6699659 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21750/statm: 391582 342551 775 1502 0 390075 0
Current children cumulated CPU time (s) 1422.33
Current children cumulated vsize (KiB) 1566328

[startup+1482.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/183 21827
/proc/meminfo: memFree=27623100/32951124 swapFree=67111528/67111528
[pid=21750] ppid=21748 vsize=1575856 CPUtime=1482.33
/proc/21750/stat : 21750 (pbscip.linux.x8) R 21748 21750 21211 0 -1 4202496 750072 0 0 0 147996 237 0 0 25 0 1 0 26048506 1613676544 344866 4089446400 4194304 10345943 140736062339552 18446744073709551615 6063682 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21750/statm: 393964 344866 775 1502 0 392457 0
Current children cumulated CPU time (s) 1482.33
Current children cumulated vsize (KiB) 1575856

[startup+1542.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/183 21829
/proc/meminfo: memFree=27570468/32951124 swapFree=67111528/67111528
[pid=21750] ppid=21748 vsize=1593544 CPUtime=1542.33
/proc/21750/stat : 21750 (pbscip.linux.x8) R 21748 21750 21211 0 -1 4202496 753538 0 0 0 153990 243 0 0 25 0 1 0 26048506 1631789056 348331 4089446400 4194304 10345943 140736062339552 18446744073709551615 6068911 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21750/statm: 398386 348331 775 1502 0 396879 0
Current children cumulated CPU time (s) 1542.33
Current children cumulated vsize (KiB) 1593544

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 21830
/proc/meminfo: memFree=27519104/32951124 swapFree=67111528/67111528
[pid=21750] ppid=21748 vsize=1607128 CPUtime=1602.33
/proc/21750/stat : 21750 (pbscip.linux.x8) R 21748 21750 21211 0 -1 4202496 777639 0 0 0 159983 250 0 0 25 0 1 0 26048506 1645699072 351399 4089446400 4194304 10345943 140736062339552 18446744073709551615 6777408 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21750/statm: 401782 351399 775 1502 0 400275 0
Current children cumulated CPU time (s) 1602.33
Current children cumulated vsize (KiB) 1607128

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 21832
/proc/meminfo: memFree=27474308/32951124 swapFree=67111528/67111528
[pid=21750] ppid=21748 vsize=1620244 CPUtime=1662.34
/proc/21750/stat : 21750 (pbscip.linux.x8) R 21748 21750 21211 0 -1 4202496 784237 0 0 0 165976 258 0 0 25 0 1 0 26048506 1659129856 354202 4089446400 4194304 10345943 140736062339552 18446744073709551615 9105031 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21750/statm: 405061 354202 775 1502 0 403554 0
Current children cumulated CPU time (s) 1662.34
Current children cumulated vsize (KiB) 1620244

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 21834
/proc/meminfo: memFree=27431856/32951124 swapFree=67111528/67111528
[pid=21750] ppid=21748 vsize=1627880 CPUtime=1722.33
/proc/21750/stat : 21750 (pbscip.linux.x8) R 21748 21750 21211 0 -1 4202496 814703 0 0 0 171966 267 0 0 25 0 1 0 26048506 1666949120 356187 4089446400 4194304 10345943 140736062339552 18446744073709551615 6847601 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21750/statm: 406970 356187 783 1502 0 405463 0
Current children cumulated CPU time (s) 1722.33
Current children cumulated vsize (KiB) 1627880

[startup+1782.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/183 21835
/proc/meminfo: memFree=27390528/32951124 swapFree=67111528/67111528
[pid=21750] ppid=21748 vsize=1638320 CPUtime=1782.34
/proc/21750/stat : 21750 (pbscip.linux.x8) R 21748 21750 21211 0 -1 4202496 820660 0 0 0 177960 274 0 0 25 0 1 0 26048506 1677639680 358484 4089446400 4194304 10345943 140736062339552 18446744073709551615 5614325 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21750/statm: 409580 358484 783 1502 0 408073 0
Current children cumulated CPU time (s) 1782.34
Current children cumulated vsize (KiB) 1638320

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

[startup+1785.5 s]
/proc/loadavg: 2.04 2.01 2.00 3/183 21835
/proc/meminfo: memFree=27387668/32951124 swapFree=67111528/67111528
[pid=21750] ppid=21748 vsize=1638320 CPUtime=1785.54
/proc/21750/stat : 21750 (pbscip.linux.x8) R 21748 21750 21211 0 -1 4202496 820784 0 0 0 178280 274 0 0 25 0 1 0 26048506 1677639680 358608 4089446400 4194304 10345943 140736062339552 18446744073709551615 6777410 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21750/statm: 409580 358608 783 1502 0 408073 0
Current children cumulated CPU time (s) 1785.54
Current children cumulated vsize (KiB) 1638320

[startup+1788.7 s]
/proc/loadavg: 2.04 2.01 2.00 3/183 21835
/proc/meminfo: memFree=27385560/32951124 swapFree=67111528/67111528
[pid=21750] ppid=21748 vsize=1639192 CPUtime=1788.73
/proc/21750/stat : 21750 (pbscip.linux.x8) R 21748 21750 21211 0 -1 4202496 820843 0 0 0 178599 274 0 0 25 0 1 0 26048506 1678532608 358667 4089446400 4194304 10345943 140736062339552 18446744073709551615 6068933 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21750/statm: 409798 358667 783 1502 0 408291 0
Current children cumulated CPU time (s) 1788.73
Current children cumulated vsize (KiB) 1639192

[startup+1789.5 s]
/proc/loadavg: 2.04 2.01 2.00 3/183 21835
/proc/meminfo: memFree=27385560/32951124 swapFree=67111528/67111528
[pid=21750] ppid=21748 vsize=1639192 CPUtime=1789.53
/proc/21750/stat : 21750 (pbscip.linux.x8) R 21748 21750 21211 0 -1 4202496 820845 0 0 0 178679 274 0 0 25 0 1 0 26048506 1678532608 358669 4089446400 4194304 10345943 140736062339552 18446744073709551615 6802976 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21750/statm: 409798 358669 783 1502 0 408291 0
Current children cumulated CPU time (s) 1789.53
Current children cumulated vsize (KiB) 1639192

[startup+1790.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/183 21835
/proc/meminfo: memFree=27384196/32951124 swapFree=67111528/67111528
[pid=21750] ppid=21748 vsize=1639192 CPUtime=1790.33
/proc/21750/stat : 21750 (pbscip.linux.x8) R 21748 21750 21211 0 -1 4202496 820846 0 0 0 178759 274 0 0 18 0 1 0 26048506 1678532608 358670 4089446400 4194304 10345943 140736062339552 18446744073709551615 6324933 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/21750/statm: 409798 358670 784 1502 0 408291 0
Current children cumulated CPU time (s) 1790.33
Current children cumulated vsize (KiB) 1639192

[startup+1790.5 s]
/proc/loadavg: 2.04 2.01 2.00 3/183 21835
/proc/meminfo: memFree=27384196/32951124 swapFree=67111528/67111528
[pid=21750] ppid=21748 vsize=1639192 CPUtime=1790.53
/proc/21750/stat : 21750 (pbscip.linux.x8) R 21748 21750 21211 0 -1 4202496 820860 0 0 0 178779 274 0 0 18 0 1 0 26048506 1678532608 358684 4089446400 4194304 10345943 140736062339552 18446744073709551615 4219916 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/21750/statm: 409798 358684 784 1502 0 408291 0
Current children cumulated CPU time (s) 1790.53
Current children cumulated vsize (KiB) 1639192

Child status: 0
Real time (s): 1790.58
CPU time (s): 1790.63
CPU user time (s): 1787.83
CPU system time (s): 2.80057
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 1639192

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1787.83
system time used= 2.80057
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 820863
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= 2
involuntary context switches= 937

runsolver used 2.87356 second user time and 6.90095 second system time

The end

Launcher Data

Begin job on node132 at 2010-07-08 10:39:12
IDJOB=2705167
IDBENCH=79314
IDSOLVER=1214
FILE ID=node132/2705167-1278578352
PBS_JOBID= 11240190
Free space on /tmp= 73568 MiB

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

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

MD5SUM BENCH= 81f3c07bf85fb8fa2211498324cd1b10
RANDOM SEED=471054735

node132.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      28924308 kB
Buffers:        150060 kB
Cached:        2510212 kB
SwapCached:          0 kB
Active:        2101416 kB
Inactive:      1764936 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      28924308 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           12840 kB
Writeback:           0 kB
AnonPages:     1206316 kB
Mapped:          17400 kB
Slab:            96084 kB
PageTables:       7188 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1372032 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73556 MiB
End job on node132 at 2010-07-08 11:09:03