Trace number 2705018

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.22

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900553647--soft-0-100-0.wbo
MD5SUM1693c6ddcdda9c3a56f7a1957868c0a9
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 benchmark118.75
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 134314
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 134313
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 715
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-2705018-1278576872.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 134313
0.09/0.11	c feasible solution found by trivial heuristic, objective value  1.343130e+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.97
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.1s|     1 |     0 |     0 |     - |  19M|   0 |   0 |5645 |5414 |5645 |   0 |   0 |   0 |   0 | 0.000000e+00 | 1.343130e+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.343130e+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.343130e+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.343130e+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.343130e+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.343130e+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.343130e+05 |    Inf 
0.49/0.52	c   0.5s|     1 |     2 |   184 |     - |  20M|   0 |  32 |5645 |5414 |5645 | 164 | 164 |   0 |  32 | 0.000000e+00 | 1.343130e+05 |    Inf 
18.99/19.06	c  19.0s| 10000 |  9997 |  2646 |   0.2 |  42M|2911 |   0 |5645 |5416 |5645 | 215 | 777 |   2 | 542 | 0.000000e+00 | 1.343130e+05 |    Inf 
27.59/27.69	o 572
27.59/27.69	c *27.7s| 14893 | 13752 |  3123 |   0.2 |  49M|2911 |   - |5645 |5418 |5645 | 226 | 901 |   4 | 592 | 0.000000e+00 | 5.720000e+02 |    Inf 
36.59/36.64	o 164
36.59/36.64	c *36.6s| 19734 |  9378 |  3520 |   0.2 |  42M|2911 |   - |5645 |5418 |5645 | 214 | 969 |   4 | 619 | 0.000000e+00 | 1.640000e+02 |    Inf 
37.09/37.17	c  37.1s| 20000 |  9642 |  3576 |   0.2 |  43M|2911 |   0 |5645 |5420 |5645 | 221 | 982 |   6 | 620 | 0.000000e+00 | 1.640000e+02 |    Inf 
48.89/48.91	o 154
48.89/48.91	c *48.9s| 25231 | 14093 |  6099 |   0.2 |  57M|2911 |   - |5645 |6004 |5645 | 211 |1573 | 590 | 803 | 0.000000e+00 | 1.540000e+02 |    Inf 
49.19/49.23	o 140
49.19/49.23	c *49.2s| 25325 | 13377 |  6266 |   0.2 |  56M|2911 |   - |5645 |6135 |5645 | 211 |1598 | 721 | 811 | 0.000000e+00 | 1.400000e+02 |    Inf 
49.19/49.23	o 138
49.19/49.23	c *49.2s| 25326 | 13184 |  6266 |   0.2 |  55M|2911 |   - |5645 |6135 |5645 | 211 |1598 | 721 | 811 | 0.000000e+00 | 1.380000e+02 |    Inf 
49.89/49.98	o 137
49.89/49.98	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
49.89/49.98	c *50.0s| 25528 | 13195 |  6822 |   0.3 |  57M|2911 |   - |5645 |6403 |5645 | 204 |1699 | 989 | 847 | 0.000000e+00 | 1.370000e+02 |    Inf 
50.09/50.14	o 121
50.09/50.14	c *50.1s| 25561 | 11319 |  6962 |   0.3 |  53M|2911 |   - |5645 |6407 |5645 | 232 |1744 | 993 | 877 | 0.000000e+00 | 1.210000e+02 |    Inf 
51.49/51.54	o 120
51.49/51.54	c *51.5s| 25837 | 11361 |  8176 |   0.3 |  55M|2911 |   - |5645 |6648 |5645 | 208 |2109 |1234 | 949 | 0.000000e+00 | 1.200000e+02 |    Inf 
57.79/57.83	o 111
57.79/57.83	c *57.8s| 27101 | 11000 | 13449 |   0.5 |  65M|2911 |   - |5645 |7658 |5645 | 218 |3735 |2248 |1235 | 0.000000e+00 | 1.110000e+02 |    Inf 
59.99/60.07	o 110
59.99/60.07	c *60.0s| 27606 | 11194 | 15330 |   0.5 |  69M|2911 |   - |5645 |7949 |5645 | 245 |4173 |2545 |1306 | 0.000000e+00 | 1.100000e+02 |    Inf 
59.99/60.07	o 108
59.99/60.07	c *60.0s| 27607 | 10978 | 15330 |   0.5 |  69M|2911 |   - |5645 |7949 |5645 | 245 |4173 |2545 |1306 | 0.000000e+00 | 1.080000e+02 |    Inf 
64.69/64.73	o 101
64.69/64.73	c *64.7s| 28643 | 10830 | 19396 |   0.7 |  74M|2911 |   - |5645 |8618 |5645 | 215 |5072 |3276 |1359 | 0.000000e+00 | 1.010000e+02 |    Inf 
65.99/66.07	o 98
65.99/66.07	c *66.0s| 28930 | 10478 | 20884 |   0.7 |  76M|2911 |   - |5645 |8815 |5645 | 198 |5362 |3526 |1374 | 0.000000e+00 | 9.800000e+01 |    Inf 
66.09/66.13	o 92
66.09/66.13	c *66.1s| 28937 |  9508 | 20926 |   0.7 |  74M|2911 |   - |5645 |8723 |5645 | 214 |5378 |3526 |1374 | 0.000000e+00 | 9.200000e+01 |    Inf 
66.19/66.22	o 90
66.19/66.22	c *66.2s| 28952 |  9216 | 20998 |   0.7 |  73M|2911 |   - |5645 |8564 |5645 | 201 |5391 |3531 |1379 | 0.000000e+00 | 9.000000e+01 |    Inf 
66.39/66.41	o 80
66.39/66.41	c *66.4s| 28993 |  7882 | 21140 |   0.7 |  67M|2911 |   - |5645 |8507 |5645 | 210 |5442 |3543 |1381 | 0.000000e+00 | 8.000000e+01 |    Inf 
66.39/66.46	o 73
66.39/66.46	c *66.4s| 28995 |  7131 | 21160 |   0.7 |  65M|2911 |   - |5645 |8119 |5645 | 212 |5444 |3543 |1381 | 0.000000e+00 | 7.300000e+01 |    Inf 
66.39/66.46	o 72
66.39/66.46	c *66.4s| 28996 |  7056 | 21160 |   0.7 |  65M|2911 |   - |5645 |8119 |5645 | 212 |5444 |3543 |1381 | 0.000000e+00 | 7.200000e+01 |    Inf 
66.49/66.51	o 71
66.49/66.51	c *66.5s| 28999 |  6948 | 21231 |   0.7 |  65M|2911 |   - |5645 |7901 |5645 | 194 |5459 |3543 |1385 | 0.000000e+00 | 7.100000e+01 |    Inf 
66.99/67.04	o 68
66.99/67.04	c *67.0s| 29076 |  6606 | 21815 |   0.7 |  64M|2911 |   - |5645 |7906 |5645 | 219 |5576 |3609 |1400 | 0.000000e+00 | 6.800000e+01 |    Inf 
67.19/67.29	o 62
67.19/67.29	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
67.19/67.29	c *67.3s| 29105 |  5946 | 22184 |   0.8 |  60M|2911 |   - |5645 |7781 |5645 | 190 |5620 |3618 |1405 | 0.000000e+00 | 6.200000e+01 |    Inf 
68.79/68.80	o 59
68.79/68.80	c *68.8s| 29431 |  5652 | 23743 |   0.8 |  59M|2911 |   - |5645 |7720 |5645 | 194 |6041 |3886 |1433 | 0.000000e+00 | 5.900000e+01 |    Inf 
71.09/71.17	c  71.1s| 30000 |  5781 | 26310 |   0.9 |  61M|2911 |   0 |5645 |7903 |5645 | 207 |6752 |4416 |1475 | 0.000000e+00 | 5.900000e+01 |    Inf 
95.60/95.68	o 57
95.60/95.68	c *95.7s| 36473 |  6689 | 48513 |   1.3 |  77M|2911 |   - |5645 |8487 |5645 | 232 |  12k|  11k|1672 | 0.000000e+00 | 5.700000e+01 |    Inf 
108.80/108.83	c   109s| 40000 |  7786 | 63231 |   1.6 |  86M|2911 |   0 |5645 |7530 |5645 | 207 |  15k|  14k|1713 | 0.000000e+00 | 5.700000e+01 |    Inf 
132.49/132.58	o 52
132.49/132.58	c * 133s| 46290 |  9228 | 86873 |   1.9 | 105M|2911 |   - |5645 |7379 |5645 | 189 |  22k|  20k|1821 | 0.000000e+00 | 5.200000e+01 |    Inf 
146.20/146.30	c   146s| 50000 | 10110 |103053 |   2.1 | 115M|2911 |   9 |5645 |7166 |5645 | 182 |  26k|  23k|1961 | 0.000000e+00 | 5.200000e+01 |    Inf 
150.09/150.15	o 39
150.09/150.15	c * 150s| 51055 |  8554 |106712 |   2.1 | 107M|2911 |   - |5645 |7268 |5645 | 204 |  27k|  24k|2016 | 0.000000e+00 | 3.900000e+01 |    Inf 
178.09/178.12	c   178s| 60000 |  9533 |144682 |   2.4 | 119M|2911 |   - |5645 |7175 |   0 |   0 |  37k|  35k|2327 | 0.000000e+00 | 3.900000e+01 |    Inf 
178.39/178.45	o 35
178.39/178.45	c * 178s| 60097 |  9001 |144912 |   2.4 | 116M|2911 |   - |5645 |7174 |5645 | 202 |  37k|  35k|2327 | 0.000000e+00 | 3.500000e+01 |    Inf 
206.89/206.96	c   207s| 70000 |  9629 |189482 |   2.7 | 127M|2911 |   - |5645 |7378 |   0 |   0 |  47k|  47k|2661 | 0.000000e+00 | 3.500000e+01 |    Inf 
213.89/213.98	o 25
213.89/213.98	c * 214s| 72569 |  8247 |200509 |   2.8 | 112M|2911 |   - |5645 |6983 |5645 | 239 |  49k|  50k|2714 | 0.000000e+00 | 2.500000e+01 |    Inf 
232.79/232.84	c   233s| 80000 |  8472 |237757 |   3.0 | 116M|2911 |   - |5645 |6645 |   0 |   0 |  57k|  59k|2957 | 0.000000e+00 | 2.500000e+01 |    Inf 
243.40/243.41	o 20
243.40/243.41	c * 243s| 84321 |  8008 |255993 |   3.0 | 109M|2911 |   - |5645 |7685 |5645 | 229 |  60k|  65k|3063 | 0.000000e+00 | 2.000000e+01 |    Inf 
256.39/256.47	c   256s| 90000 |  7899 |282359 |   3.1 | 111M|2911 |   - |5645 |6030 |   0 |   0 |  65k|  73k|3181 | 0.000000e+00 | 2.000000e+01 |    Inf 
274.20/274.24	o 14
274.20/274.24	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
274.20/274.24	c * 274s| 97798 |  7417 |319121 |   3.3 | 106M|2911 |   - |5645 |7388 |5645 | 233 |  73k|  83k|3389 | 0.000000e+00 | 1.400000e+01 |    Inf 
274.20/274.26	o 7
274.20/274.26	c * 274s| 97799 |  6049 |319121 |   3.3 |  85M|2911 |   - |5645 |7388 |5645 | 233 |  73k|  83k|3389 | 0.000000e+00 | 7.000000e+00 |    Inf 
278.89/278.97	c   279s|100000 |  5947 |331973 |   3.3 |  84M|2911 |   1 |5645 |5572 |5645 | 173 |  75k|  85k|3450 | 0.000000e+00 | 7.000000e+00 |    Inf 
280.09/280.13	o 6
280.09/280.13	c * 280s|100684 |  5871 |335770 |   3.3 |  84M|2911 |   - |5645 |5643 |5645 | 238 |  76k|  86k|3475 | 0.000000e+00 | 6.000000e+00 |    Inf 
298.10/298.17	c   298s|110000 |  5602 |382984 |   3.5 |  84M|2911 |   1 |5645 |7112 |5645 | 231 |  84k|  98k|3689 | 0.000000e+00 | 6.000000e+00 |    Inf 
319.29/319.36	c   319s|120000 |  5657 |449209 |   3.7 |  87M|2911 |   5 |5645 |9809 |5645 | 252 |  93k| 111k|3924 | 0.000000e+00 | 6.000000e+00 |    Inf 
340.60/340.63	c   341s|130000 |  5653 |513280 |   3.9 |  88M|2911 |   - |5645 |  11k|   0 |   0 | 103k| 124k|4119 | 0.000000e+00 | 6.000000e+00 |    Inf 
364.11/364.15	c   364s|140000 |  5733 |584214 |   4.2 |  90M|2911 |   1 |5645 |  13k|5645 | 283 | 112k| 137k|4338 | 0.000000e+00 | 6.000000e+00 |    Inf 
387.80/387.80	c   388s|150000 |  5791 |655055 |   4.4 |  92M|2911 |   1 |5645 |  15k|5645 | 275 | 122k| 151k|4537 | 0.000000e+00 | 6.000000e+00 |    Inf 
402.40/402.44	o 2
402.40/402.44	c * 402s|156139 |  5286 |697426 |   4.5 |  87M|2911 |   - |5645 |  15k|5645 | 271 | 128k| 159k|4665 | 0.000000e+00 | 2.000000e+00 |    Inf 
410.60/410.66	c   411s|160000 |  5315 |720025 |   4.5 |  87M|2911 |  19 |5645 |  14k|5645 | 272 | 131k| 164k|4737 | 0.000000e+00 | 2.000000e+00 |    Inf 
432.20/432.29	c   432s|170000 |  5383 |769576 |   4.5 |  89M|2911 |  24 |5645 |  17k|5645 | 275 | 137k| 178k|4842 | 0.000000e+00 | 2.000000e+00 |    Inf 
455.70/455.70	c   456s|180000 |  5557 |829886 |   4.6 |  92M|2911 |   5 |5645 |  18k|5645 | 223 | 147k| 191k|4996 | 0.000000e+00 | 2.000000e+00 |    Inf 
480.61/480.62	c   481s|190000 |  5779 |891808 |   4.7 |  94M|2911 |  10 |5645 |  20k|5645 | 244 | 158k| 205k|5110 | 0.000000e+00 | 2.000000e+00 |    Inf 
507.50/507.54	c   508s|200000 |  5899 |959240 |   4.8 |  96M|2911 |  20 |5645 |  21k|5645 | 274 | 170k| 218k|5241 | 0.000000e+00 | 2.000000e+00 |    Inf 
533.70/533.71	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
533.70/533.71	c   534s|210000 |  6073 |  1027k|   4.9 |  99M|2911 |   - |5645 |  23k|   0 |   0 | 181k| 233k|5406 | 0.000000e+00 | 2.000000e+00 |    Inf 
561.60/561.62	c   562s|220000 |  6364 |  1097k|   5.0 | 103M|2911 |  11 |5645 |  27k|5645 | 268 | 194k| 247k|5519 | 0.000000e+00 | 2.000000e+00 |    Inf 
589.51/589.51	c   589s|230000 |  6357 |  1166k|   5.1 | 103M|2911 |   8 |5645 |  25k|5645 | 271 | 203k| 261k|5634 | 0.000000e+00 | 2.000000e+00 |    Inf 
616.40/616.48	c   616s|240000 |  6324 |  1232k|   5.1 | 103M|2911 |   6 |5645 |  23k|5645 | 264 | 213k| 276k|5749 | 0.000000e+00 | 2.000000e+00 |    Inf 
642.19/642.30	c   642s|250000 |  6310 |  1295k|   5.2 | 103M|2911 |   - |5645 |  24k|   0 |   0 | 222k| 291k|5852 | 0.000000e+00 | 2.000000e+00 |    Inf 
666.70/666.77	c   667s|260000 |  6278 |  1360k|   5.2 | 101M|2911 |  13 |5645 |  18k|5645 | 246 | 231k| 306k|5965 | 0.000000e+00 | 2.000000e+00 |    Inf 
691.50/691.52	c   691s|270000 |  6258 |  1425k|   5.3 | 102M|2911 |  27 |5645 |  18k|5645 | 248 | 240k| 319k|6072 | 0.000000e+00 | 2.000000e+00 |    Inf 
716.00/716.01	c   716s|280000 |  6252 |  1491k|   5.3 | 103M|2911 |  13 |5645 |  21k|5645 | 294 | 249k| 333k|6180 | 0.000000e+00 | 2.000000e+00 |    Inf 
740.81/740.81	c   741s|290000 |  6254 |  1554k|   5.4 | 104M|2911 |   8 |5645 |  20k|5645 | 280 | 258k| 347k|6261 | 0.000000e+00 | 2.000000e+00 |    Inf 
766.00/766.09	c   766s|300000 |  6074 |  1621k|   5.4 | 101M|2911 |   - |5645 |  18k|   0 |   0 | 266k| 361k|6363 | 0.000000e+00 | 2.000000e+00 |    Inf 
789.60/789.68	c   790s|310000 |  5930 |  1685k|   5.4 |  98M|2911 |   - |5645 |  12k|   0 |   0 | 275k| 376k|6535 | 0.000000e+00 | 2.000000e+00 |    Inf 
812.91/812.98	c   813s|320000 |  5836 |  1755k|   5.5 |  98M|2911 |  19 |5645 |  14k|5645 | 216 | 285k| 390k|6668 | 0.000000e+00 | 2.000000e+00 |    Inf 
836.21/836.20	c   836s|330000 |  5838 |  1822k|   5.5 |  99M|2911 |   8 |5645 |  15k|5645 | 288 | 293k| 404k|6873 | 0.000000e+00 | 2.000000e+00 |    Inf 
850.70/850.71	o 1
850.70/850.71	c * 851s|336182 |  5495 |  1866k|   5.6 |  94M|2911 |   - |5645 |  12k|5645 | 295 | 299k| 414k|7002 | 0.000000e+00 | 1.000000e+00 |    Inf 
858.70/858.77	c   859s|340000 |  5403 |  1891k|   5.6 |  93M|2911 |   8 |5645 |  12k|5645 | 285 | 302k| 419k|7010 | 0.000000e+00 | 1.000000e+00 |    Inf 
880.40/880.45	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
880.40/880.45	c   880s|350000 |  5250 |  1959k|   5.6 |  90M|2911 |  11 |5645 |  11k|5645 | 261 | 311k| 433k|7151 | 0.000000e+00 | 1.000000e+00 |    Inf 
899.71/899.73	c   900s|360000 |  5169 |  2005k|   5.6 |  89M|2911 |   - |5645 |9177 |   0 |   0 | 318k| 446k|7428 | 0.000000e+00 | 1.000000e+00 |    Inf 
919.40/919.46	c   919s|370000 |  5123 |  2059k|   5.6 |  90M|2911 |   - |5645 |9444 |   0 |   0 | 326k| 459k|7448 | 0.000000e+00 | 1.000000e+00 |    Inf 
938.70/938.73	c   939s|380000 |  5063 |  2108k|   5.5 |  90M|2911 |   3 |5645 |9872 |5645 | 212 | 333k| 472k|7558 | 0.000000e+00 | 1.000000e+00 |    Inf 
959.21/959.21	c   959s|390000 |  5120 |  2167k|   5.6 |  92M|2911 |   - |5645 |  14k|5645 | 269 | 341k| 485k|7615 | 0.000000e+00 | 1.000000e+00 |    Inf 
980.61/980.64	c   981s|400000 |  5039 |  2223k|   5.6 |  91M|2911 |   - |5645 |  11k|   0 |   0 | 348k| 498k|7704 | 0.000000e+00 | 1.000000e+00 |    Inf 
1002.01/1002.01	c  1002s|410000 |  4993 |  2273k|   5.5 |  91M|2911 |   1 |5645 |  11k|5645 | 271 | 355k| 512k|7788 | 0.000000e+00 | 1.000000e+00 |    Inf 
1022.80/1022.89	c  1023s|420000 |  5270 |  2332k|   5.6 |  93M|2911 |  14 |5645 |  12k|5645 | 231 | 363k| 526k|7887 | 0.000000e+00 | 1.000000e+00 |    Inf 
1044.31/1044.38	c  1044s|430000 |  5426 |  2391k|   5.6 |  96M|2911 |   - |5645 |  15k|   0 |   0 | 372k| 542k|7942 | 0.000000e+00 | 1.000000e+00 |    Inf 
1066.81/1066.85	c  1067s|440000 |  5540 |  2452k|   5.6 |  99M|2911 |   1 |5645 |  16k|5645 | 279 | 380k| 558k|8015 | 0.000000e+00 | 1.000000e+00 |    Inf 
1089.61/1089.66	c  1090s|450000 |  5602 |  2515k|   5.6 |  99M|2911 |  13 |5645 |  14k|5645 | 285 | 389k| 574k|8097 | 0.000000e+00 | 1.000000e+00 |    Inf 
1112.51/1112.58	c  1113s|460000 |  5635 |  2581k|   5.6 | 100M|2911 |  12 |5645 |  15k|5645 | 278 | 397k| 590k|8164 | 0.000000e+00 | 1.000000e+00 |    Inf 
1135.61/1135.65	c  1136s|470000 |  5651 |  2644k|   5.6 | 101M|2911 |  21 |5645 |  16k|5645 | 286 | 405k| 606k|8214 | 0.000000e+00 | 1.000000e+00 |    Inf 
1159.10/1159.18	c  1159s|480000 |  5645 |  2716k|   5.7 | 101M|2911 |   6 |5645 |  15k|5645 | 328 | 414k| 623k|8316 | 0.000000e+00 | 1.000000e+00 |    Inf 
1182.71/1182.71	c  1183s|490000 |  5633 |  2780k|   5.7 | 101M|2911 |   - |5645 |  15k|   0 |   0 | 422k| 639k|8387 | 0.000000e+00 | 1.000000e+00 |    Inf 
1205.52/1205.50	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1205.52/1205.50	c  1205s|500000 |  5615 |  2846k|   5.7 | 102M|2911 |   - |5645 |  16k|   0 |   0 | 431k| 655k|8441 | 0.000000e+00 | 1.000000e+00 |    Inf 
1226.81/1226.82	c  1227s|510000 |  5598 |  2893k|   5.7 | 101M|2911 |   1 |5645 |  15k|5645 | 255 | 436k| 670k|8496 | 0.000000e+00 | 1.000000e+00 |    Inf 
1250.41/1250.42	c  1250s|520000 |  5662 |  2952k|   5.7 | 103M|2911 |   1 |5645 |  17k|5645 | 284 | 444k| 686k|8546 | 0.000000e+00 | 1.000000e+00 |    Inf 
1275.51/1275.56	c  1276s|530000 |  5675 |  3022k|   5.7 | 104M|2911 |  23 |5645 |  16k|5645 | 297 | 453k| 702k|8612 | 0.000000e+00 | 1.000000e+00 |    Inf 
1298.21/1298.22	c  1298s|540000 |  5669 |  3080k|   5.7 | 103M|2911 |   1 |5645 |  16k|5645 | 296 | 460k| 717k|8679 | 0.000000e+00 | 1.000000e+00 |    Inf 
1320.02/1320.07	c  1320s|550000 |  5706 |  3139k|   5.7 | 105M|2911 |  18 |5645 |  17k|5645 | 331 | 467k| 734k|8744 | 0.000000e+00 | 1.000000e+00 |    Inf 
1342.91/1342.96	c  1343s|560000 |  5737 |  3202k|   5.7 | 106M|2911 |   - |5645 |  18k|   0 |   0 | 475k| 750k|8805 | 0.000000e+00 | 1.000000e+00 |    Inf 
1368.51/1368.52	c  1368s|570000 |  5741 |  3268k|   5.7 | 107M|2911 |   1 |5645 |  19k|5645 | 278 | 483k| 767k|8854 | 0.000000e+00 | 1.000000e+00 |    Inf 
1392.01/1392.02	c  1392s|580000 |  5699 |  3330k|   5.7 | 106M|2911 |  15 |5645 |  18k|5645 | 254 | 491k| 782k|8914 | 0.000000e+00 | 1.000000e+00 |    Inf 
1414.42/1414.49	c  1414s|590000 |  5674 |  3391k|   5.7 | 106M|2911 |   - |5645 |  18k|   0 |   0 | 500k| 798k|8962 | 0.000000e+00 | 1.000000e+00 |    Inf 
1437.21/1437.21	c  1437s|600000 |  5661 |  3449k|   5.7 | 105M|2911 |  10 |5645 |  17k|5645 | 266 | 507k| 814k|9015 | 0.000000e+00 | 1.000000e+00 |    Inf 
1460.41/1460.49	c  1460s|610000 |  5692 |  3502k|   5.7 | 107M|2911 |  14 |5645 |  19k|5645 | 308 | 512k| 830k|9062 | 0.000000e+00 | 1.000000e+00 |    Inf 
1482.91/1482.93	c  1483s|620000 |  5751 |  3558k|   5.7 | 107M|2911 |   - |5645 |  16k|   0 |   0 | 520k| 845k|9110 | 0.000000e+00 | 1.000000e+00 |    Inf 
1506.92/1506.93	c  1507s|630000 |  5811 |  3607k|   5.7 | 108M|2911 |   - |5645 |  17k|   0 |   0 | 525k| 860k|9144 | 0.000000e+00 | 1.000000e+00 |    Inf 
1530.22/1530.29	c  1530s|640000 |  5758 |  3664k|   5.7 | 107M|2911 |  18 |5645 |  17k|5645 | 246 | 533k| 875k|9202 | 0.000000e+00 | 1.000000e+00 |    Inf 
1553.32/1553.36	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1553.32/1553.36	c  1553s|650000 |  5707 |  3720k|   5.7 | 107M|2911 |  19 |5645 |  16k|5645 | 296 | 540k| 890k|9251 | 0.000000e+00 | 1.000000e+00 |    Inf 
1577.01/1577.01	c  1577s|660000 |  5685 |  3772k|   5.7 | 107M|2911 |  30 |5645 |  17k|5645 | 251 | 546k| 905k|9292 | 0.000000e+00 | 1.000000e+00 |    Inf 
1602.31/1602.39	c  1602s|670000 |  5673 |  3826k|   5.7 | 107M|2911 |   1 |5645 |  17k|5645 | 238 | 553k| 921k|9348 | 0.000000e+00 | 1.000000e+00 |    Inf 
1627.71/1627.70	c  1628s|680000 |  5672 |  3893k|   5.7 | 106M|2911 |   - |5645 |  16k|   0 |   0 | 562k| 935k|9406 | 0.000000e+00 | 1.000000e+00 |    Inf 
1653.62/1653.65	c  1654s|690000 |  5691 |  3963k|   5.7 | 108M|2911 |   - |5645 |  19k|   0 |   0 | 571k| 950k|9483 | 0.000000e+00 | 1.000000e+00 |    Inf 
1678.72/1678.71	c  1679s|700000 |  5675 |  4023k|   5.7 | 107M|2911 |   - |5645 |  17k|   0 |   0 | 578k| 965k|9546 | 0.000000e+00 | 1.000000e+00 |    Inf 
1704.62/1704.68	c  1705s|710000 |  5691 |  4079k|   5.7 | 108M|2911 |   - |5645 |  17k|   0 |   0 | 587k| 980k|9592 | 0.000000e+00 | 1.000000e+00 |    Inf 
1730.62/1730.67	c  1731s|720000 |  5651 |  4139k|   5.7 | 107M|2911 |   - |5645 |  18k|   0 |   0 | 596k| 995k|9640 | 0.000000e+00 | 1.000000e+00 |    Inf 
1755.21/1755.26	c  1755s|730000 |  5665 |  4191k|   5.7 | 108M|2911 |   - |5645 |  19k|   0 |   0 | 602k|1010k|9694 | 0.000000e+00 | 1.000000e+00 |    Inf 
1780.82/1780.80	c  1781s|740000 |  5450 |  4249k|   5.7 | 100M|2911 |  18 |5645 |  11k|5645 | 209 | 609k|1025k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
1790.02/1790.00	c 
1790.02/1790.00	c SCIP Status        : solving was interrupted [time limit reached]
1790.02/1790.00	c Solving Time (sec) : 1789.97
1790.02/1790.00	c Solving Nodes      : 744299
1790.02/1790.00	c Primal Bound       : +1.00000000000000e+00 (191 solutions)
1790.02/1790.00	c Dual Bound         : +0.00000000000000e+00
1790.02/1790.00	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 -x125 
1790.02/1790.07	v -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 -x54 
1790.02/1790.07	v -x53 -x52 -x51 -x50 -x49 -x48 -x47 x46 -x45 -x44 -x43 -x42 -x41 -x40 -x39 -x38 x37 -x36 -x35 -x34 -x33 -x32 -x31 -x30 -x29 
1790.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.97
1790.02/1790.07	c Original Problem   :
1790.02/1790.07	c   Problem name     : HOME/instance-2705018-1278576872.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-2705018-1278576872.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, 27890 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        :          -       5414          -          -       5414          -          -          -          -
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     498964          0         38        980          0          0     771054
1790.02/1790.07	c   linear           :       2707          6    3969403     112505          0     291576   19888968     612743          0          0
1790.02/1790.07	c   indicator        :       2707          0    1585629      77087          0        682    4296850          0          0          0
1790.02/1790.07	c   logicor          :          0+         0    1270037          0          0      55885    1444453          0          0          0
1790.02/1790.07	c   bounddisjunction :          0+         0     277878          0          0        254       5461          0          0          0
1790.02/1790.07	c   countsols        :          0          0          0      36538          0          0          0          0          0          0
1790.02/1790.07	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1790.02/1790.07	c   integral         :      17.35       0.00       0.00      17.35       0.00
1790.02/1790.07	c   linear           :     243.58       0.00     232.60      10.98       0.00
1790.02/1790.07	c   indicator        :      34.96       0.01      26.20       8.76       0.00
1790.02/1790.07	c   logicor          :     222.09       0.00     222.09       0.00       0.00
1790.02/1790.07	c   bounddisjunction :       1.80       0.00       1.80       0.00       0.00
1790.02/1790.07	c   countsols        :       0.01       0.00       0.00       0.01       0.00
1790.02/1790.07	c Propagators        :       Time      Calls    Cutoffs    DomReds
1790.02/1790.07	c   vbounds          :       0.78      33277          6       4459
1790.02/1790.07	c   rootredcost      :       0.63         33          0       2707
1790.02/1790.07	c   pseudoobj        :     163.72    3982384      12849    4203772
1790.02/1790.07	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1790.02/1790.07	c   propagation      :      26.13     360564     360394    2252791       34.2      11626       27.6          -
1790.02/1790.07	c   infeasible LP    :       8.29      21555      21555     169827       45.8        276       19.4          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          2          2          4        6.0          0        0.0          -
1790.02/1790.07	c   applied globally :          -          -          -    1030910       26.3          -          -          -
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          :      51.51     501414          0     180758          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        :      16.90     386335         38        980          0          0     771054
1790.02/1790.07	c   pscost           :       0.00          0          0          0          0          0          0
1790.02/1790.07	c   inference        :      16.45      36505          0          0          0          0      73040
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.08          -         33
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.38         29          0
1790.02/1790.07	c   guideddiving     :       0.13         35          0
1790.02/1790.07	c   pscostdiving     :       0.07         41          0
1790.02/1790.07	c   fracdiving       :       0.07         41          0
1790.02/1790.07	c   linesearchdiving :       0.07         41          0
1790.02/1790.07	c   coefdiving       :       0.07         41          0
1790.02/1790.07	c   veclendiving     :       0.07         42          0
1790.02/1790.07	c   rootsoldiving    :       0.15         32          0
1790.02/1790.07	c   objpscostdiving  :       0.09         33          0
1790.02/1790.07	c   crossover        :       1.84         40          9
1790.02/1790.07	c   trivial          :       0.07          2          2
1790.02/1790.07	c   simplerounding   :       0.77     386652          0
1790.02/1790.07	c   zirounding       :       0.32       1000          0
1790.02/1790.07	c   rounding         :       1.06       8767          0
1790.02/1790.07	c   shifting         :       0.68       2745          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.46        199        147
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          :     509.13     486568    4268046       8.77    8383.08
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.17         86       1016      11.81    5876.26
1790.02/1790.07	c   strong branching :      13.54      10151     128362      12.65    9480.25
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            :     744299
1790.02/1790.07	c   nodes (total)    :     744299
1790.02/1790.07	c   nodes left       :       5428
1790.02/1790.07	c   max depth        :       2911
1790.02/1790.07	c   max depth (total):       2911
1790.02/1790.07	c   backtracks       :      76723 (10.3%)
1790.02/1790.07	c   delayed cutoffs  :      64547
1790.02/1790.07	c   repropagations   :    1807715 (5288156 domain reductions, 60423 cutoffs)
1790.02/1790.07	c   avg switch length:       6.39
1790.02/1790.07	c   switching time   :     262.80
1790.02/1790.07	c Solution           :
1790.02/1790.07	c   Solutions found  :        191 (34 improvements)
1790.02/1790.07	c   First Solution   : +1.34313000000000e+05   (in run 1, after 0 nodes, 0.02 seconds, depth 0, found by <trivial>)
1790.02/1790.07	c   Primal Bound     : +1.00000000000000e+00   (in run 1, after 336182 nodes, 850.68 seconds, depth 45, 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.22/1790.22	c Time complete: 1790.23.

Verifier Data

OK	1

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2705018-1278576872/watcher-2705018-1278576872 -o /tmp/evaluation-result-2705018-1278576872/solver-2705018-1278576872 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2705018-1278576872.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.90 1.97 1.90 4/178 5658
/proc/meminfo: memFree=28835372/32950928 swapFree=67109624/67111528
[pid=5658] ppid=5656 vsize=12688 CPUtime=0
/proc/5658/stat : 5658 (pbscip.linux.x8) R 5656 5658 4622 0 -1 4202496 2007 0 0 0 0 0 0 0 25 0 1 0 25900655 12992512 1925 4089446400 4194304 10345943 140734048981168 18446744073709551615 6326861 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/5658/statm: 3172 1925 429 1502 0 1665 0

[startup+0.0838819 s]
/proc/loadavg: 1.90 1.97 1.90 4/178 5658
/proc/meminfo: memFree=28835372/32950928 swapFree=67109624/67111528
[pid=5658] ppid=5656 vsize=38016 CPUtime=0.07
/proc/5658/stat : 5658 (pbscip.linux.x8) R 5656 5658 4622 0 -1 4202496 8448 0 0 0 7 0 0 0 25 0 1 0 25900655 38928384 8012 4089446400 4194304 10345943 140734048981168 18446744073709551615 9138408 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/5658/statm: 9504 8012 509 1502 0 7997 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 38016

[startup+0.100887 s]
/proc/loadavg: 1.90 1.97 1.90 4/178 5658
/proc/meminfo: memFree=28835372/32950928 swapFree=67109624/67111528
[pid=5658] ppid=5656 vsize=38016 CPUtime=0.09
/proc/5658/stat : 5658 (pbscip.linux.x8) R 5656 5658 4622 0 -1 4202496 8448 0 0 0 9 0 0 0 25 0 1 0 25900655 38928384 8012 4089446400 4194304 10345943 140734048981168 18446744073709551615 9137947 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/5658/statm: 9504 8012 509 1502 0 7997 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 38016

[startup+0.300849 s]
/proc/loadavg: 1.90 1.97 1.90 4/178 5658
/proc/meminfo: memFree=28835372/32950928 swapFree=67109624/67111528
[pid=5658] ppid=5656 vsize=70100 CPUtime=0.29
/proc/5658/stat : 5658 (pbscip.linux.x8) R 5656 5658 4622 0 -1 4202496 16226 0 0 0 28 1 0 0 18 0 1 0 25900655 71782400 15790 4089446400 4194304 10345943 140734048981168 18446744073709551615 9186026 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/5658/statm: 17525 15790 632 1502 0 16018 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 70100

[startup+0.70078 s]
/proc/loadavg: 1.90 1.97 1.90 4/178 5658
/proc/meminfo: memFree=28835372/32950928 swapFree=67109624/67111528
[pid=5658] ppid=5656 vsize=65260 CPUtime=0.69
/proc/5658/stat : 5658 (pbscip.linux.x8) R 5656 5658 4622 0 -1 4202496 16892 0 0 0 67 2 0 0 18 0 1 0 25900655 66826240 15051 4089446400 4194304 10345943 140734048981168 18446744073709551615 6777380 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/5658/statm: 16315 15051 751 1502 0 14808 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 65260

[startup+1.50064 s]
/proc/loadavg: 1.90 1.97 1.90 3/179 5659
/proc/meminfo: memFree=28777976/32950928 swapFree=67109624/67111528
[pid=5658] ppid=5656 vsize=65260 CPUtime=1.49
/proc/5658/stat : 5658 (pbscip.linux.x8) R 5656 5658 4622 0 -1 4202496 16894 0 0 0 147 2 0 0 19 0 1 0 25900655 66826240 15053 4089446400 4194304 10345943 140734048981168 18446744073709551615 6519518 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/5658/statm: 16315 15053 753 1502 0 14808 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 65260

[startup+3.10032 s]
/proc/loadavg: 1.90 1.97 1.90 3/179 5659
/proc/meminfo: memFree=28777232/32950928 swapFree=67109624/67111528
[pid=5658] ppid=5656 vsize=65260 CPUtime=3.09
/proc/5658/stat : 5658 (pbscip.linux.x8) R 5656 5658 4622 0 -1 4202496 16896 0 0 0 306 3 0 0 24 0 1 0 25900655 66826240 15055 4089446400 4194304 10345943 140734048981168 18446744073709551615 6802957 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/5658/statm: 16315 15055 754 1502 0 14808 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 65260

[startup+6.30084 s]
/proc/loadavg: 1.91 1.97 1.90 3/179 5659
/proc/meminfo: memFree=28770288/32950928 swapFree=67109624/67111528
[pid=5658] ppid=5656 vsize=71936 CPUtime=6.29
/proc/5658/stat : 5658 (pbscip.linux.x8) R 5656 5658 4622 0 -1 4202496 18947 0 0 0 626 3 0 0 25 0 1 0 25900655 73662464 16499 4089446400 4194304 10345943 140734048981168 18446744073709551615 4701030 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/5658/statm: 17984 16499 754 1502 0 16477 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 71936

[startup+12.7007 s]
/proc/loadavg: 1.91 1.97 1.90 3/179 5659
/proc/meminfo: memFree=28766328/32950928 swapFree=67109624/67111528
[pid=5658] ppid=5656 vsize=72960 CPUtime=12.69
/proc/5658/stat : 5658 (pbscip.linux.x8) R 5656 5658 4622 0 -1 4202496 23349 0 0 0 1264 5 0 0 25 0 1 0 25900655 74711040 17030 4089446400 4194304 10345943 140734048981168 18446744073709551615 8160361 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/5658/statm: 18240 17030 761 1502 0 16733 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 72960

[startup+25.5005 s]
/proc/loadavg: 1.93 1.97 1.91 3/179 5659
/proc/meminfo: memFree=28739236/32950928 swapFree=67109624/67111528
[pid=5658] ppid=5656 vsize=94676 CPUtime=25.49
/proc/5658/stat : 5658 (pbscip.linux.x8) R 5656 5658 4622 0 -1 4202496 29106 0 0 0 2542 7 0 0 25 0 1 0 25900655 96948224 22181 4089446400 4194304 10345943 140734048981168 18446744073709551615 6853988 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/5658/statm: 23669 22181 761 1502 0 22162 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 94676

[startup+51.1002 s]
/proc/loadavg: 1.95 1.97 1.91 3/179 5660
/proc/meminfo: memFree=28717668/32950928 swapFree=67109624/67111528
[pid=5658] ppid=5656 vsize=126316 CPUtime=51.09
/proc/5658/stat : 5658 (pbscip.linux.x8) R 5656 5658 4622 0 -1 4202496 42374 0 0 0 5098 11 0 0 25 0 1 0 25900655 129347584 29766 4089446400 4194304 10345943 140734048981168 18446744073709551615 4639148 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/5658/statm: 31579 29766 773 1502 0 30072 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 126316

[startup+102.307 s]
/proc/loadavg: 1.98 1.97 1.91 3/179 5661
/proc/meminfo: memFree=28579648/32950928 swapFree=67109624/67111528
[pid=5658] ppid=5656 vsize=226272 CPUtime=102.3
/proc/5658/stat : 5658 (pbscip.linux.x8) R 5656 5658 4622 0 -1 4202496 104224 0 0 0 10204 26 0 0 25 0 1 0 25900655 231702528 54160 4089446400 4194304 10345943 140734048981168 18446744073709551615 5614700 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/5658/statm: 56568 54160 781 1502 0 55061 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 226272

[startup+162.3 s]
/proc/loadavg: 1.99 1.97 1.91 3/179 5663
/proc/meminfo: memFree=28489584/32950928 swapFree=67109624/67111528
[pid=5658] ppid=5656 vsize=297432 CPUtime=162.29
/proc/5658/stat : 5658 (pbscip.linux.x8) R 5656 5658 4622 0 -1 4202496 145029 0 0 0 16191 38 0 0 25 0 1 0 25900655 304570368 71020 4089446400 4194304 10345943 140734048981168 18446744073709551615 4882213 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/5658/statm: 74358 71020 785 1502 0 72851 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 297432

[startup+222.3 s]
/proc/loadavg: 2.04 1.99 1.91 3/179 5665
/proc/meminfo: memFree=28428776/32950928 swapFree=67109624/67111528
[pid=5658] ppid=5656 vsize=335200 CPUtime=222.29
/proc/5658/stat : 5658 (pbscip.linux.x8) R 5656 5658 4622 0 -1 4202496 180260 0 0 0 22179 50 0 0 25 0 1 0 25900655 343244800 79846 4089446400 4194304 10345943 140734048981168 18446744073709551615 4995709 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/5658/statm: 83800 79846 786 1502 0 82293 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 335200

[startup+282.3 s]
/proc/loadavg: 2.01 1.99 1.91 3/179 5669
/proc/meminfo: memFree=28394576/32950928 swapFree=67109624/67111528
[pid=5658] ppid=5656 vsize=343816 CPUtime=282.3
/proc/5658/stat : 5658 (pbscip.linux.x8) R 5656 5658 4622 0 -1 4202496 221411 0 0 0 28166 64 0 0 25 0 1 0 25900655 352067584 82403 4089446400 4194304 10345943 140734048981168 18446744073709551615 5614803 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/5658/statm: 85954 82403 795 1502 0 84447 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 343816

[startup+342.301 s]
/proc/loadavg: 2.00 1.99 1.91 3/179 5671
/proc/meminfo: memFree=28369596/32950928 swapFree=67109624/67111528
[pid=5658] ppid=5656 vsize=346812 CPUtime=342.29
/proc/5658/stat : 5658 (pbscip.linux.x8) R 5656 5658 4622 0 -1 4202496 233472 0 0 0 34153 76 0 0 25 0 1 0 25900655 355135488 83115 4089446400 4194304 10345943 140734048981168 18446744073709551615 6068858 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/5658/statm: 86703 83115 795 1502 0 85196 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 346812

[startup+402.301 s]
/proc/loadavg: 2.00 1.99 1.91 3/179 5672
/proc/meminfo: memFree=28342028/32950928 swapFree=67109624/67111528
[pid=5658] ppid=5656 vsize=351180 CPUtime=402.3
/proc/5658/stat : 5658 (pbscip.linux.x8) R 5656 5658 4622 0 -1 4202496 236294 0 0 0 40140 90 0 0 25 0 1 0 25900655 359608320 84004 4089446400 4194304 10345943 140734048981168 18446744073709551615 4967889 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/5658/statm: 87795 84004 795 1502 0 86288 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 351180

[startup+462.301 s]
/proc/loadavg: 2.00 1.99 1.91 3/179 5674
/proc/meminfo: memFree=28319536/32950928 swapFree=67109624/67111528
[pid=5658] ppid=5656 vsize=353532 CPUtime=462.29
/proc/5658/stat : 5658 (pbscip.linux.x8) R 5656 5658 4622 0 -1 4202496 259966 0 0 0 46126 103 0 0 25 0 1 0 25900655 362016768 84602 4089446400 4194304 10345943 140734048981168 18446744073709551615 4995709 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/5658/statm: 88383 84602 795 1502 0 86876 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 353532

[startup+522.301 s]
/proc/loadavg: 2.07 2.00 1.92 3/179 5676
/proc/meminfo: memFree=28294060/32950928 swapFree=67109624/67111528
[pid=5658] ppid=5656 vsize=358976 CPUtime=522.3
/proc/5658/stat : 5658 (pbscip.linux.x8) R 5656 5658 4622 0 -1 4202496 261424 0 0 0 52116 114 0 0 25 0 1 0 25900655 367591424 86060 4089446400 4194304 10345943 140734048981168 18446744073709551615 6519452 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/5658/statm: 89744 86060 795 1502 0 88237 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 358976

[startup+582.301 s]
/proc/loadavg: 2.02 2.00 1.92 3/179 5677
/proc/meminfo: memFree=28265984/32950928 swapFree=67109624/67111528
[pid=5658] ppid=5656 vsize=365512 CPUtime=582.3
/proc/5658/stat : 5658 (pbscip.linux.x8) R 5656 5658 4622 0 -1 4202496 264787 0 0 0 58107 123 0 0 25 0 1 0 25900655 374284288 87456 4089446400 4194304 10345943 140734048981168 18446744073709551615 4218186 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/5658/statm: 91378 87456 795 1502 0 89871 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 365512

[startup+642.301 s]
/proc/loadavg: 2.01 2.00 1.92 3/179 5679
/proc/meminfo: memFree=28151324/32950928 swapFree=67109624/67111528
[pid=5658] ppid=5656 vsize=366368 CPUtime=642.3
/proc/5658/stat : 5658 (pbscip.linux.x8) R 5656 5658 4622 0 -1 4202496 265136 0 0 0 64098 132 0 0 25 0 1 0 25900655 375160832 87805 4089446400 4194304 10345943 140734048981168 18446744073709551615 4230937 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/5658/statm: 91592 87805 795 1502 0 90085 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 366368

[startup+702.3 s]

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

/proc/meminfo: memFree=28087236/32950928 swapFree=67109624/67111528
[pid=5658] ppid=5656 vsize=368088 CPUtime=1062.31
/proc/5658/stat : 5658 (pbscip.linux.x8) R 5656 5658 4622 0 -1 4202496 291450 0 0 0 106017 214 0 0 25 0 1 0 25900655 376922112 88261 4089446400 4194304 10345943 140734048981168 18446744073709551615 5085381 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/5658/statm: 92022 88261 795 1502 0 90515 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 368088

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 5692
/proc/meminfo: memFree=28061752/32950928 swapFree=67109624/67111528
[pid=5658] ppid=5656 vsize=371324 CPUtime=1122.3
/proc/5658/stat : 5658 (pbscip.linux.x8) R 5656 5658 4622 0 -1 4202496 294284 0 0 0 112005 225 0 0 25 0 1 0 25900655 380235776 88992 4089446400 4194304 10345943 140734048981168 18446744073709551615 4995169 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/5658/statm: 92831 88992 795 1502 0 91324 0
Current children cumulated CPU time (s) 1122.3
Current children cumulated vsize (KiB) 371324

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 5693
/proc/meminfo: memFree=28040628/32950928 swapFree=67109624/67111528
[pid=5658] ppid=5656 vsize=371760 CPUtime=1182.31
/proc/5658/stat : 5658 (pbscip.linux.x8) R 5656 5658 4622 0 -1 4202496 294513 0 0 0 117995 236 0 0 25 0 1 0 25900655 380682240 89221 4089446400 4194304 10345943 140734048981168 18446744073709551615 6566439 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/5658/statm: 92940 89221 795 1502 0 91433 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 371760

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 5695
/proc/meminfo: memFree=28018984/32950928 swapFree=67109624/67111528
[pid=5658] ppid=5656 vsize=371760 CPUtime=1242.31
/proc/5658/stat : 5658 (pbscip.linux.x8) R 5656 5658 4622 0 -1 4202496 294644 0 0 0 123985 246 0 0 25 0 1 0 25900655 380682240 89352 4089446400 4194304 10345943 140734048981168 18446744073709551615 5085399 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/5658/statm: 92940 89352 795 1502 0 91433 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 371760

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 5696
/proc/meminfo: memFree=27995512/32950928 swapFree=67109624/67111528
[pid=5658] ppid=5656 vsize=372092 CPUtime=1302.31
/proc/5658/stat : 5658 (pbscip.linux.x8) R 5656 5658 4622 0 -1 4202496 297086 0 0 0 129973 258 0 0 25 0 1 0 25900655 381022208 89116 4089446400 4194304 10345943 140734048981168 18446744073709551615 6871848 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/5658/statm: 93023 89116 795 1502 0 91516 0
Current children cumulated CPU time (s) 1302.31
Current children cumulated vsize (KiB) 372092

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 5698
/proc/meminfo: memFree=27973264/32950928 swapFree=67109624/67111528
[pid=5658] ppid=5656 vsize=373804 CPUtime=1362.31
/proc/5658/stat : 5658 (pbscip.linux.x8) R 5656 5658 4622 0 -1 4202496 297678 0 0 0 135962 269 0 0 25 0 1 0 25900655 382775296 89708 4089446400 4194304 10345943 140734048981168 18446744073709551615 4995169 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/5658/statm: 93451 89708 795 1502 0 91944 0
Current children cumulated CPU time (s) 1362.31
Current children cumulated vsize (KiB) 373804

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 5700
/proc/meminfo: memFree=27948648/32950928 swapFree=67109624/67111528
[pid=5658] ppid=5656 vsize=373804 CPUtime=1422.32
/proc/5658/stat : 5658 (pbscip.linux.x8) R 5656 5658 4622 0 -1 4202496 297813 0 0 0 141952 280 0 0 25 0 1 0 25900655 382775296 89843 4089446400 4194304 10345943 140734048981168 18446744073709551615 4564153 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/5658/statm: 93451 89843 795 1502 0 91944 0
Current children cumulated CPU time (s) 1422.32
Current children cumulated vsize (KiB) 373804

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.93 2/178 5702
/proc/meminfo: memFree=28882200/32950928 swapFree=67109624/67111528
[pid=5658] ppid=5656 vsize=374448 CPUtime=1482.31
/proc/5658/stat : 5658 (pbscip.linux.x8) R 5656 5658 4622 0 -1 4202496 297981 0 0 0 147943 288 0 0 25 0 1 0 25900655 383434752 90010 4089446400 4194304 10345943 140734048981168 18446744073709551615 6908263 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/5658/statm: 93612 90010 795 1502 0 92105 0
Current children cumulated CPU time (s) 1482.31
Current children cumulated vsize (KiB) 374448

[startup+1542.3 s]
/proc/loadavg: 1.97 1.98 1.92 3/179 5731
/proc/meminfo: memFree=28698064/32950928 swapFree=67109624/67111528
[pid=5658] ppid=5656 vsize=375844 CPUtime=1542.31
/proc/5658/stat : 5658 (pbscip.linux.x8) R 5656 5658 4622 0 -1 4202496 298135 0 0 0 153926 305 0 0 25 0 1 0 25900655 384864256 90164 4089446400 4194304 10345943 140734048981168 18446744073709551615 4995709 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/5658/statm: 93961 90164 795 1502 0 92454 0
Current children cumulated CPU time (s) 1542.31
Current children cumulated vsize (KiB) 375844

[startup+1602.3 s]
/proc/loadavg: 1.99 1.98 1.92 3/179 5732
/proc/meminfo: memFree=28697024/32950928 swapFree=67109624/67111528
[pid=5658] ppid=5656 vsize=376860 CPUtime=1602.31
/proc/5658/stat : 5658 (pbscip.linux.x8) R 5656 5658 4622 0 -1 4202496 298263 0 0 0 159909 322 0 0 25 0 1 0 25900655 385904640 90292 4089446400 4194304 10345943 140734048981168 18446744073709551615 6068924 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/5658/statm: 94215 90292 795 1502 0 92708 0
Current children cumulated CPU time (s) 1602.31
Current children cumulated vsize (KiB) 376860

[startup+1662.3 s]
/proc/loadavg: 1.99 1.98 1.92 3/179 5734
/proc/meminfo: memFree=28678104/32950928 swapFree=67109624/67111528
[pid=5658] ppid=5656 vsize=376860 CPUtime=1662.31
/proc/5658/stat : 5658 (pbscip.linux.x8) R 5656 5658 4622 0 -1 4202496 298280 0 0 0 165892 339 0 0 25 0 1 0 25900655 385904640 90309 4089446400 4194304 10345943 140734048981168 18446744073709551615 7537422 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/5658/statm: 94215 90309 795 1502 0 92708 0
Current children cumulated CPU time (s) 1662.31
Current children cumulated vsize (KiB) 376860

[startup+1722.3 s]
/proc/loadavg: 2.04 2.00 1.93 3/179 5736
/proc/meminfo: memFree=28601804/32950928 swapFree=67109624/67111528
[pid=5658] ppid=5656 vsize=376860 CPUtime=1722.31
/proc/5658/stat : 5658 (pbscip.linux.x8) R 5656 5658 4622 0 -1 4202496 298390 0 0 0 171877 354 0 0 25 0 1 0 25900655 385904640 90419 4089446400 4194304 10345943 140734048981168 18446744073709551615 4230937 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/5658/statm: 94215 90419 795 1502 0 92708 0
Current children cumulated CPU time (s) 1722.31
Current children cumulated vsize (KiB) 376860

[startup+1782.3 s]
/proc/loadavg: 2.01 2.00 1.93 3/179 5737
/proc/meminfo: memFree=28600260/32950928 swapFree=67109624/67111528
[pid=5658] ppid=5656 vsize=377068 CPUtime=1782.32
/proc/5658/stat : 5658 (pbscip.linux.x8) R 5656 5658 4622 0 -1 4202496 298708 0 0 0 177861 371 0 0 25 0 1 0 25900655 386117632 90474 4089446400 4194304 10345943 140734048981168 18446744073709551615 6068933 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/5658/statm: 94267 90474 795 1502 0 92760 0
Current children cumulated CPU time (s) 1782.32
Current children cumulated vsize (KiB) 377068

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

[startup+1785.5 s]
/proc/loadavg: 2.01 2.00 1.93 3/179 5738
/proc/meminfo: memFree=28600140/32950928 swapFree=67109624/67111528
[pid=5658] ppid=5656 vsize=377068 CPUtime=1785.52
/proc/5658/stat : 5658 (pbscip.linux.x8) R 5656 5658 4622 0 -1 4202496 298711 0 0 0 178180 372 0 0 25 0 1 0 25900655 386117632 90477 4089446400 4194304 10345943 140734048981168 18446744073709551615 18446744073699065939 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/5658/statm: 94267 90477 795 1502 0 92760 0
Current children cumulated CPU time (s) 1785.52
Current children cumulated vsize (KiB) 377068

[startup+1788.7 s]
/proc/loadavg: 2.01 2.00 1.93 3/179 5738
/proc/meminfo: memFree=28600252/32950928 swapFree=67109624/67111528
[pid=5658] ppid=5656 vsize=377068 CPUtime=1788.71
/proc/5658/stat : 5658 (pbscip.linux.x8) R 5656 5658 4622 0 -1 4202496 298711 0 0 0 178499 372 0 0 25 0 1 0 25900655 386117632 90477 4089446400 4194304 10345943 140734048981168 18446744073709551615 4995703 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/5658/statm: 94267 90477 795 1502 0 92760 0
Current children cumulated CPU time (s) 1788.71
Current children cumulated vsize (KiB) 377068

[startup+1789.5 s]
/proc/loadavg: 2.01 2.00 1.93 3/179 5738
/proc/meminfo: memFree=28600252/32950928 swapFree=67109624/67111528
[pid=5658] ppid=5656 vsize=377068 CPUtime=1789.52
/proc/5658/stat : 5658 (pbscip.linux.x8) R 5656 5658 4622 0 -1 4202496 298711 0 0 0 178579 373 0 0 25 0 1 0 25900655 386117632 90477 4089446400 4194304 10345943 140734048981168 18446744073709551615 6702772 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/5658/statm: 94267 90477 795 1502 0 92760 0
Current children cumulated CPU time (s) 1789.52
Current children cumulated vsize (KiB) 377068

[startup+1789.9 s]
/proc/loadavg: 2.01 2.00 1.93 3/179 5738
/proc/meminfo: memFree=28600252/32950928 swapFree=67109624/67111528
[pid=5658] ppid=5656 vsize=377068 CPUtime=1789.92
/proc/5658/stat : 5658 (pbscip.linux.x8) R 5656 5658 4622 0 -1 4202496 298711 0 0 0 178619 373 0 0 25 0 1 0 25900655 386117632 90477 4089446400 4194304 10345943 140734048981168 18446744073709551615 5005929 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/5658/statm: 94267 90477 795 1502 0 92760 0
Current children cumulated CPU time (s) 1789.92
Current children cumulated vsize (KiB) 377068

[startup+1790.1 s]
/proc/loadavg: 2.01 2.00 1.93 3/179 5738
/proc/meminfo: memFree=28600252/32950928 swapFree=67109624/67111528
[pid=5658] ppid=5656 vsize=377068 CPUtime=1790.12
/proc/5658/stat : 5658 (pbscip.linux.x8) R 5656 5658 4622 0 -1 4202496 298712 0 0 0 178639 373 0 0 25 0 1 0 25900655 386117632 90478 4089446400 4194304 10345943 140734048981168 18446744073709551615 4220157 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/5658/statm: 94267 90478 796 1502 0 92760 0
Current children cumulated CPU time (s) 1790.12
Current children cumulated vsize (KiB) 377068

[startup+1790.2 s]
/proc/loadavg: 2.01 2.00 1.93 3/179 5738
/proc/meminfo: memFree=28600252/32950928 swapFree=67109624/67111528
[pid=5658] ppid=5656 vsize=363584 CPUtime=1790.22
/proc/5658/stat : 5658 (pbscip.linux.x8) R 5656 5658 4622 0 -1 4202496 298712 0 0 0 178649 373 0 0 25 0 1 0 25900655 372310016 87549 4089446400 4194304 10345943 140734048981168 18446744073709551615 4745745 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/5658/statm: 90896 87549 796 1502 0 89389 0
Current children cumulated CPU time (s) 1790.22
Current children cumulated vsize (KiB) 363584

Child status: 0
Real time (s): 1790.22
CPU time (s): 1790.24
CPU user time (s): 1786.5
CPU system time (s): 3.74943
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 383884

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

runsolver used 2.83157 second user time and 6.92695 second system time

The end

Launcher Data

Begin job on node126 at 2010-07-08 10:14:32
IDJOB=2705018
IDBENCH=79262
IDSOLVER=1214
FILE ID=node126/2705018-1278576872
PBS_JOBID= 11240201
Free space on /tmp= 73524 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.1900553647--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-2705018-1278576872/watcher-2705018-1278576872 -o /tmp/evaluation-result-2705018-1278576872/solver-2705018-1278576872 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2705018-1278576872.wbo -t 1800 -m 3800

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

MD5SUM BENCH= 1693c6ddcdda9c3a56f7a1957868c0a9
RANDOM SEED=1170242872

node126.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.861
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.72
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.861
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	: 5226.05
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.861
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.82
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.861
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.67
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.861
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.84
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.861
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.67
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.861
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.85
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.861
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:     32950928 kB
MemFree:      28835900 kB
Buffers:        134544 kB
Cached:        3345628 kB
SwapCached:       1172 kB
Active:        1139476 kB
Inactive:      2809164 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      28835900 kB
SwapTotal:    67111528 kB
SwapFree:     67109624 kB
Dirty:           12680 kB
Writeback:           0 kB
AnonPages:      467800 kB
Mapped:          17500 kB
Slab:           100744 kB
PageTables:       5388 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   622872 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= 73512 MiB
End job on node126 at 2010-07-08 10:44:22