Trace number 2705103

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.25 1790.2

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900667195--soft-0-100-0.wbo
MD5SUMa4c39a3f1b80365b8ad34a89f93fc523
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 benchmark210.262
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 655
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-2705103-1278578349.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.13	o 134313
0.09/0.13	c feasible solution found by trivial heuristic, objective value  1.343130e+05
0.09/0.13	c presolving:
0.09/0.13	c (round 1) 0 del vars, 1 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.09/0.14	c (round 2) 0 del vars, 1 del conss, 2707 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.09/0.19	c    (0.2s) probing: 101/2938 (3.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.09/0.19	c    (0.2s) probing aborted: 100/100 successive totally useless probings
0.09/0.19	c presolving (3 rounds):
0.09/0.19	c  0 deleted vars, 1 deleted constraints, 2707 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.09/0.19	c  5391 implications, 0 cliques
0.09/0.19	c presolved problem has 5645 variables (2938 bin, 0 int, 2707 impl, 0 cont) and 5414 constraints
0.09/0.19	c    2707 constraints of type <linear>
0.09/0.19	c    2707 constraints of type <indicator>
0.09/0.19	c transformed objective value is always integral (scale: 1)
0.09/0.19	c Presolving Time: 0.13
0.09/0.19	c - non default parameters ----------------------------------------------------------------------
0.09/0.19	c # SCIP version 1.2.1.3
0.09/0.19	c 
0.09/0.19	c # frequency for displaying node information lines
0.09/0.19	c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.19	c display/freq = 10000
0.09/0.19	c 
0.09/0.19	c # maximal time in seconds to run
0.09/0.19	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.19	c limits/time = 1789.97
0.09/0.19	c 
0.09/0.19	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.19	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.19	c limits/memory = 3420
0.09/0.19	c 
0.09/0.19	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.09/0.19	c # [type: int, range: [1,2], default: 1]
0.09/0.19	c timing/clocktype = 2
0.09/0.19	c 
0.09/0.19	c # should presolving try to simplify inequalities
0.09/0.19	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.19	c constraints/linear/simplifyinequalities = TRUE
0.09/0.19	c 
0.09/0.19	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.09/0.19	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.19	c constraints/indicator/addCouplingCons = TRUE
0.09/0.19	c 
0.09/0.19	c # should presolving try to simplify knapsacks
0.09/0.19	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.19	c constraints/knapsack/simplifyinequalities = TRUE
0.09/0.19	c 
0.09/0.19	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.09/0.19	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.19	c separating/rapidlearning/freq = 0
0.09/0.19	c 
0.09/0.19	c -----------------------------------------------------------------------------------------------
0.09/0.19	c start solving
0.09/0.19	c 
0.19/0.20	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.19/0.20	c t 0.2s|     1 |     0 |     0 |     - |  19M|   0 |   0 |5645 |5414 |5645 |   0 |   0 |   0 |   0 | 0.000000e+00 | 1.343130e+05 |    Inf 
0.29/0.38	c   0.4s|     1 |     0 |    20 |     - |  19M|   0 |   0 |5645 |5414 |5645 |  22 |  22 |   0 |   0 | 0.000000e+00 | 1.343130e+05 |    Inf 
0.29/0.39	c   0.4s|     1 |     0 |    42 |     - |  19M|   0 |   7 |5645 |5414 |5645 |  53 |  53 |   0 |   0 | 0.000000e+00 | 1.343130e+05 |    Inf 
0.29/0.40	c   0.4s|     1 |     0 |    62 |     - |  19M|   0 |  14 |5645 |5414 |5645 |  85 |  85 |   0 |   0 | 0.000000e+00 | 1.343130e+05 |    Inf 
0.39/0.41	c   0.4s|     1 |     0 |   101 |     - |  19M|   0 |  35 |5645 |5414 |5645 | 120 | 120 |   0 |   0 | 0.000000e+00 | 1.343130e+05 |    Inf 
0.39/0.43	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.46	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.54	c   0.5s|     1 |     2 |   184 |     - |  20M|   0 |  32 |5645 |5414 |5645 | 164 | 164 |   0 |  32 | 0.000000e+00 | 1.343130e+05 |    Inf 
21.17/21.22	c  21.2s| 10000 |  9990 |  4407 |   0.4 |  47M|2444 |   0 |5645 |5451 |5645 | 215 |1378 |  37 | 615 | 0.000000e+00 | 1.343130e+05 |    Inf 
28.68/28.70	o 685
28.68/28.70	c *28.7s| 14496 | 14482 |  4817 |   0.3 |  56M|2444 |   - |5645 |5452 |5645 | 218 |1479 |  38 | 631 | 0.000000e+00 | 6.850000e+02 |    Inf 
30.38/30.46	o 575
30.38/30.46	c *30.4s| 15204 | 15023 |  5174 |   0.3 |  58M|2444 |   - |5645 |5566 |5645 | 199 |1559 | 152 | 638 | 0.000000e+00 | 5.750000e+02 |    Inf 
31.38/31.42	o 502
31.38/31.42	c *31.4s| 15544 | 14573 |  5485 |   0.3 |  58M|2444 |   - |5645 |5655 |5645 | 201 |1648 | 241 | 638 | 0.000000e+00 | 5.020000e+02 |    Inf 
31.58/31.64	o 410
31.58/31.64	c *31.6s| 15628 | 13260 |  5517 |   0.3 |  55M|2444 |   - |5645 |5667 |5645 | 202 |1655 | 253 | 638 | 0.000000e+00 | 4.100000e+02 |    Inf 
33.07/33.15	o 404
33.07/33.15	c *33.1s| 16087 | 13616 |  6288 |   0.4 |  56M|2444 |   - |5645 |5850 |5645 | 216 |1874 | 436 | 653 | 0.000000e+00 | 4.040000e+02 |    Inf 
33.37/33.49	o 395
33.37/33.49	c *33.5s| 16212 | 13656 |  6412 |   0.4 |  57M|2444 |   - |5645 |5910 |5645 | 200 |1900 | 496 | 653 | 0.000000e+00 | 3.950000e+02 |    Inf 
43.08/43.19	o 391
43.08/43.19	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
43.08/43.19	c *43.2s| 19804 | 16647 | 10044 |   0.5 |  67M|2444 |   - |5645 |6751 |5645 | 220 |2994 |1337 | 694 | 0.000000e+00 | 3.910000e+02 |    Inf 
43.78/43.81	c  43.8s| 20000 | 16788 | 10146 |   0.5 |  68M|2444 |   0 |5645 |6843 |5645 | 211 |3015 |1429 | 694 | 0.000000e+00 | 3.910000e+02 |    Inf 
44.88/45.00	o 387
44.88/45.00	c *45.0s| 20560 | 17115 | 10307 |   0.5 |  69M|2444 |   - |5645 |6911 |5645 | 205 |3054 |1497 | 694 | 0.000000e+00 | 3.870000e+02 |    Inf 
45.98/46.02	o 382
45.98/46.02	c *46.0s| 20922 | 17197 | 10694 |   0.5 |  70M|2444 |   - |5645 |6997 |5645 | 193 |3152 |1583 | 698 | 0.000000e+00 | 3.820000e+02 |    Inf 
45.98/46.03	o 326
45.98/46.03	c *46.0s| 20923 | 15665 | 10694 |   0.5 |  65M|2444 |   - |5645 |6997 |5645 | 193 |3152 |1583 | 698 | 0.000000e+00 | 3.260000e+02 |    Inf 
49.08/49.12	o 300
49.08/49.12	c *49.1s| 21939 | 15824 | 11448 |   0.5 |  66M|2444 |   - |5645 |7214 |5645 | 204 |3299 |1800 | 701 | 0.000000e+00 | 3.000000e+02 |    Inf 
54.18/54.22	o 283
54.18/54.22	c *54.2s| 23556 | 16558 | 13334 |   0.6 |  69M|2444 |   - |5645 |7778 |5645 | 200 |3849 |2366 | 758 | 0.000000e+00 | 2.830000e+02 |    Inf 
60.48/60.55	o 275
60.48/60.55	c *60.5s| 25613 | 18067 | 15760 |   0.6 |  74M|2444 |   - |5645 |8338 |5645 | 208 |4582 |2948 | 808 | 0.000000e+00 | 2.750000e+02 |    Inf 
61.07/61.18	o 269
61.07/61.18	c *61.2s| 25807 | 18038 | 15963 |   0.6 |  75M|2444 |   - |5645 |8397 |5645 | 217 |4614 |3010 | 808 | 0.000000e+00 | 2.690000e+02 |    Inf 
65.78/65.89	o 243
65.78/65.89	c *65.9s| 27406 | 18368 | 17757 |   0.6 |  77M|2444 |   - |5645 |8919 |5645 | 202 |5159 |3560 | 846 | 0.000000e+00 | 2.430000e+02 |    Inf 
65.88/65.90	o 231
65.88/65.90	c *65.9s| 27407 | 17872 | 17757 |   0.6 |  75M|2444 |   - |5645 |8919 |5645 | 202 |5159 |3560 | 846 | 0.000000e+00 | 2.310000e+02 |    Inf 
72.18/72.22	o 225
72.18/72.22	c *72.2s| 29410 | 19135 | 20109 |   0.7 |  82M|2444 |   - |5645 |9455 |5645 | 208 |5862 |4204 | 890 | 0.000000e+00 | 2.250000e+02 |    Inf 
73.98/74.06	c  74.0s| 30000 | 19661 | 20978 |   0.7 |  84M|2444 |   0 |5645 |9515 |5645 | 191 |6057 |4312 | 894 | 0.000000e+00 | 2.250000e+02 |    Inf 
79.77/79.84	o 213
79.77/79.84	c *79.8s| 31639 | 20094 | 23529 |   0.7 |  86M|2444 |   - |5645 |9944 |5645 | 209 |6766 |5032 | 908 | 0.000000e+00 | 2.130000e+02 |    Inf 
79.77/79.85	o 206
79.77/79.85	c *79.8s| 31640 | 19829 | 23529 |   0.7 |  85M|2444 |   - |5645 |9944 |5645 | 209 |6766 |5032 | 908 | 0.000000e+00 | 2.060000e+02 |    Inf 
80.07/80.12	o 201
80.07/80.12	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
80.07/80.12	c *80.1s| 31705 | 19412 | 23664 |   0.7 |  84M|2444 |   - |5645 |9944 |5645 | 201 |6806 |5044 | 908 | 0.000000e+00 | 2.010000e+02 |    Inf 
80.07/80.17	o 195
80.07/80.17	c *80.1s| 31709 | 19114 | 23702 |   0.7 |  83M|2444 |   - |5645 |9940 |5645 | 213 |6818 |5044 | 908 | 0.000000e+00 | 1.950000e+02 |    Inf 
82.67/82.73	o 192
82.67/82.73	c *82.7s| 32352 | 19452 | 25065 |   0.8 |  86M|2444 |   - |5645 |  10k|5645 | 217 |7187 |5421 | 930 | 0.000000e+00 | 1.920000e+02 |    Inf 
82.67/82.78	o 161
82.67/82.78	c *82.7s| 32365 | 17548 | 25065 |   0.8 |  78M|2444 |   - |5645 |  10k|5645 | 217 |7187 |5421 | 930 | 0.000000e+00 | 1.610000e+02 |    Inf 
82.67/82.79	o 136
82.67/82.79	c *82.8s| 32366 | 15546 | 25065 |   0.8 |  70M|2444 |   - |5645 |  10k|5645 | 217 |7187 |5421 | 930 | 0.000000e+00 | 1.360000e+02 |    Inf 
88.17/88.29	o 133
88.17/88.29	c *88.3s| 33648 | 15904 | 27864 |   0.8 |  75M|2444 |   - |5645 |  10k|5645 | 221 |7920 |6367 |1014 | 0.000000e+00 | 1.330000e+02 |    Inf 
94.88/94.98	o 127
94.88/94.98	c *94.9s| 35466 | 16512 | 30953 |   0.9 |  80M|2444 |   - |5645 |9699 |5645 | 214 |8652 |7424 |1057 | 0.000000e+00 | 1.270000e+02 |    Inf 
113.48/113.54	c   114s| 40000 | 19305 | 41514 |   1.0 | 103M|2444 |   0 |5645 |8614 |5645 | 196 |  11k|  10k|1165 | 0.000000e+00 | 1.270000e+02 |    Inf 
116.48/116.51	o 117
116.48/116.51	c * 116s| 40671 | 18660 | 43610 |   1.1 | 103M|2444 |   - |5645 |8715 |5645 | 210 |  12k|  10k|1189 | 0.000000e+00 | 1.170000e+02 |    Inf 
116.48/116.51	o 110
116.48/116.51	c * 116s| 40672 | 17745 | 43610 |   1.1 | 101M|2444 |   - |5645 |8715 |5645 | 210 |  12k|  10k|1189 | 0.000000e+00 | 1.100000e+02 |    Inf 
118.68/118.73	o 97
118.68/118.73	c * 119s| 41348 | 16369 | 44935 |   1.1 |  98M|2444 |   - |5645 |8549 |5645 | 221 |  12k|  10k|1213 | 0.000000e+00 | 9.700000e+01 |    Inf 
125.47/125.56	o 76
125.47/125.56	c * 126s| 43105 | 13783 | 49160 |   1.1 |  91M|2444 |   - |5645 |7742 |5645 | 211 |  13k|  11k|1258 | 0.000000e+00 | 7.600000e+01 |    Inf 
126.38/126.49	o 72
126.38/126.49	c * 126s| 43316 | 13218 | 50024 |   1.2 |  88M|2444 |   - |5645 |7026 |5645 | 198 |  13k|  11k|1273 | 0.000000e+00 | 7.200000e+01 |    Inf 
126.98/127.05	o 67
126.98/127.05	c * 127s| 43452 | 12391 | 50533 |   1.2 |  85M|2444 |   - |5645 |6871 |5645 | 191 |  14k|  12k|1281 | 0.000000e+00 | 6.700000e+01 |    Inf 
128.47/128.59	o 64
128.47/128.59	c * 129s| 43790 | 12046 | 52046 |   1.2 |  82M|2444 |   - |5645 |6630 |5645 | 195 |  14k|  12k|1305 | 0.000000e+00 | 6.400000e+01 |    Inf 
128.58/128.65	o 61
128.58/128.65	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
128.58/128.65	c * 129s| 43797 | 11423 | 52082 |   1.2 |  80M|2444 |   - |5645 |6450 |5645 | 199 |  14k|  12k|1305 | 0.000000e+00 | 6.100000e+01 |    Inf 
128.58/128.65	o 59
128.58/128.65	c * 129s| 43798 | 10875 | 52082 |   1.2 |  77M|2444 |   - |5645 |6450 |5645 | 199 |  14k|  12k|1305 | 0.000000e+00 | 5.900000e+01 |    Inf 
145.37/145.46	o 58
145.37/145.46	c * 145s| 48925 | 11815 | 68967 |   1.4 |  89M|2444 |   - |5645 |6751 |5645 | 236 |  18k|  17k|1567 | 0.000000e+00 | 5.800000e+01 |    Inf 
148.57/148.64	c   149s| 50000 | 12188 | 71107 |   1.4 |  91M|2444 |   0 |5645 |6768 |5645 | 254 |  19k|  18k|1579 | 0.000000e+00 | 5.800000e+01 |    Inf 
149.38/149.42	o 57
149.38/149.42	c * 149s| 50257 | 11872 | 71588 |   1.4 |  89M|2444 |   - |5645 |6782 |5645 | 250 |  19k|  18k|1587 | 0.000000e+00 | 5.700000e+01 |    Inf 
151.17/151.22	o 55
151.17/151.22	c * 151s| 50889 | 11549 | 72806 |   1.4 |  87M|2444 |   - |5645 |6699 |5645 | 241 |  19k|  19k|1621 | 0.000000e+00 | 5.500000e+01 |    Inf 
156.47/156.51	o 51
156.47/156.51	c * 156s| 52696 | 10899 | 76655 |   1.5 |  86M|2444 |   - |5645 |6482 |5645 | 253 |  20k|  21k|1655 | 0.000000e+00 | 5.100000e+01 |    Inf 
157.88/157.91	o 45
157.88/157.91	c * 158s| 53109 | 10248 | 77977 |   1.5 |  82M|2444 |   - |5645 |6179 |5645 | 243 |  21k|  21k|1665 | 0.000000e+00 | 4.500000e+01 |    Inf 
157.88/157.92	o 23
157.88/157.92	c * 158s| 53110 |  6854 | 77977 |   1.5 |  67M|2444 |   - |5645 |6179 |5645 | 243 |  21k|  21k|1665 | 0.000000e+00 | 2.300000e+01 |    Inf 
173.08/173.11	c   173s| 60000 |  6428 |107019 |   1.8 |  70M|2444 |   - |5645 |6793 |   0 |   0 |  26k|  31k|1974 | 0.000000e+00 | 2.300000e+01 |    Inf 
190.38/190.44	o 15
190.38/190.44	c * 190s| 68040 |  5656 |139077 |   2.0 |  67M|2444 |   - |5645 |8618 |5645 | 219 |  32k|  41k|2232 | 0.000000e+00 | 1.500000e+01 |    Inf 
194.07/194.16	c   194s| 70000 |  5694 |146164 |   2.1 |  68M|2444 |  11 |5645 |8869 |5645 | 232 |  33k|  44k|2273 | 0.000000e+00 | 1.500000e+01 |    Inf 
196.28/196.38	o 14
196.28/196.38	c * 196s| 71099 |  5637 |150565 |   2.1 |  67M|2444 |   - |5645 |8953 |5645 | 245 |  33k|  45k|2316 | 0.000000e+00 | 1.400000e+01 |    Inf 
196.68/196.73	o 13
196.68/196.73	c * 197s| 71276 |  5608 |151316 |   2.1 |  67M|2444 |   - |5645 |9003 |5645 | 231 |  33k|  45k|2320 | 0.000000e+00 | 1.300000e+01 |    Inf 
199.09/199.16	o 7
199.09/199.16	c * 199s| 72557 |  5029 |156638 |   2.2 |  62M|2444 |   - |5645 |9826 |5645 | 234 |  34k|  47k|2330 | 0.000000e+00 | 7.000000e+00 |    Inf 
200.78/200.89	o 6
200.78/200.89	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
200.78/200.89	c * 201s| 73377 |  4881 |161266 |   2.2 |  61M|2444 |   - |5645 |8516 |5645 | 229 |  35k|  48k|2373 | 0.000000e+00 | 6.000000e+00 |    Inf 
213.08/213.19	c   213s| 80000 |  4838 |199554 |   2.5 |  62M|2444 |  12 |5645 |8913 |5645 | 220 |  41k|  57k|2725 | 0.000000e+00 | 6.000000e+00 |    Inf 
233.28/233.33	c   233s| 90000 |  4915 |257677 |   2.9 |  65M|2444 |   - |5645 |  12k|   0 |   0 |  50k|  70k|2983 | 0.000000e+00 | 6.000000e+00 |    Inf 
242.08/242.17	o 3
242.08/242.17	c * 242s| 94322 |  4618 |283455 |   3.0 |  63M|2444 |   - |5645 |  10k|5645 | 272 |  54k|  76k|3171 | 0.000000e+00 | 3.000000e+00 |    Inf 
253.18/253.21	c   253s|100000 |  4566 |317974 |   3.2 |  63M|2444 |   - |5645 |9908 |   0 |   0 |  59k|  83k|3386 | 0.000000e+00 | 3.000000e+00 |    Inf 
272.38/272.41	c   272s|110000 |  4659 |373598 |   3.4 |  66M|2444 |   7 |5645 |  15k|5645 | 252 |  68k|  97k|3604 | 0.000000e+00 | 3.000000e+00 |    Inf 
293.18/293.23	c   293s|120000 |  4769 |432072 |   3.6 |  68M|2444 |   8 |5645 |  18k|5645 | 231 |  77k| 110k|3794 | 0.000000e+00 | 3.000000e+00 |    Inf 
315.59/315.69	c   316s|130000 |  4838 |494349 |   3.8 |  70M|2444 |   - |5645 |  19k|   0 |   0 |  85k| 124k|3986 | 0.000000e+00 | 3.000000e+00 |    Inf 
338.18/338.29	c   338s|140000 |  4476 |555303 |   4.0 |  66M|2444 |   1 |5645 |  14k|5645 | 221 |  93k| 138k|4580 | 0.000000e+00 | 3.000000e+00 |    Inf 
357.29/357.40	c   357s|150000 |  4768 |601849 |   4.0 |  70M|2444 |   - |5645 |  17k|   0 |   0 | 100k| 151k|4742 | 0.000000e+00 | 3.000000e+00 |    Inf 
377.49/377.57	c   378s|160000 |  5002 |651076 |   4.1 |  73M|2444 |   - |5645 |  17k|   0 |   0 | 108k| 165k|4786 | 0.000000e+00 | 3.000000e+00 |    Inf 
398.59/398.67	c   399s|170000 |  5061 |705109 |   4.1 |  74M|2444 |   - |5645 |  18k|   0 |   0 | 115k| 178k|4916 | 0.000000e+00 | 3.000000e+00 |    Inf 
419.99/420.05	c   420s|180000 |  5101 |760407 |   4.2 |  75M|2444 |   - |5645 |  17k|   0 |   0 | 124k| 192k|5066 | 0.000000e+00 | 3.000000e+00 |    Inf 
440.59/440.65	c   441s|190000 |  5087 |813193 |   4.3 |  76M|2444 |   1 |5645 |  17k|5645 | 308 | 130k| 206k|5179 | 0.000000e+00 | 3.000000e+00 |    Inf 
461.79/461.81	c   462s|200000 |  5151 |870845 |   4.4 |  78M|2444 |   1 |5645 |  20k|5645 | 290 | 139k| 219k|5310 | 0.000000e+00 | 3.000000e+00 |    Inf 
484.49/484.51	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
484.49/484.51	c   484s|210000 |  5184 |934756 |   4.5 |  79M|2444 |   7 |5645 |  22k|5645 | 278 | 148k| 233k|5463 | 0.000000e+00 | 3.000000e+00 |    Inf 
506.20/506.27	c   506s|220000 |  5350 |980166 |   4.5 |  81M|2444 |   - |5645 |  23k|   0 |   0 | 154k| 246k|5590 | 0.000000e+00 | 3.000000e+00 |    Inf 
528.09/528.11	c   528s|230000 |  5363 |  1023k|   4.4 |  83M|2444 |   - |5645 |  24k|5645 | 260 | 160k| 261k|5650 | 0.000000e+00 | 3.000000e+00 |    Inf 
551.30/551.32	c   551s|240000 |  5573 |  1077k|   4.5 |  86M|2444 |   - |5645 |  27k|   0 |   0 | 168k| 275k|5778 | 0.000000e+00 | 3.000000e+00 |    Inf 
570.80/570.81	o 1
570.80/570.81	c * 571s|248210 |  5548 |  1117k|   4.5 |  86M|2444 |   - |5645 |  29k|5645 | 248 | 173k| 286k|5854 | 0.000000e+00 | 1.000000e+00 |    Inf 
574.90/574.94	c   575s|250000 |  5583 |  1124k|   4.5 |  85M|2444 |   1 |5645 |  28k|5645 | 240 | 174k| 289k|5878 | 0.000000e+00 | 1.000000e+00 |    Inf 
598.59/598.64	c   599s|260000 |  5760 |  1164k|   4.5 |  87M|2444 |   - |5645 |  28k|   0 |   0 | 180k| 302k|5948 | 0.000000e+00 | 1.000000e+00 |    Inf 
623.20/623.21	c   623s|270000 |  5902 |  1212k|   4.5 |  88M|2444 |  23 |5645 |  27k|5645 | 282 | 186k| 316k|6036 | 0.000000e+00 | 1.000000e+00 |    Inf 
646.10/646.16	c   646s|280000 |  6100 |  1254k|   4.5 |  91M|2444 |   1 |5645 |  28k|5645 | 231 | 192k| 330k|6138 | 0.000000e+00 | 1.000000e+00 |    Inf 
670.40/670.49	c   670s|290000 |  6195 |  1297k|   4.5 |  93M|2444 |   - |5645 |  29k|   0 |   0 | 198k| 345k|6211 | 0.000000e+00 | 1.000000e+00 |    Inf 
695.00/695.02	c   695s|300000 |  6168 |  1351k|   4.5 |  93M|2444 |   - |5645 |  28k|   0 |   0 | 204k| 359k|6288 | 0.000000e+00 | 1.000000e+00 |    Inf 
718.71/718.77	c   719s|310000 |  6393 |  1402k|   4.5 |  95M|2444 |  10 |5645 |  29k|5645 | 269 | 210k| 374k|6381 | 0.000000e+00 | 1.000000e+00 |    Inf 
743.61/743.62	c   744s|320000 |  6497 |  1447k|   4.5 |  97M|2444 |   - |5645 |  30k|   0 |   0 | 215k| 389k|6427 | 0.000000e+00 | 1.000000e+00 |    Inf 
768.71/768.78	c   769s|330000 |  6514 |  1499k|   4.5 |  97M|2444 |   - |5645 |  28k|   0 |   0 | 223k| 404k|6538 | 0.000000e+00 | 1.000000e+00 |    Inf 
795.31/795.39	c   795s|340000 |  6658 |  1560k|   4.6 | 100M|2444 |   - |5645 |  32k|   0 |   0 | 231k| 418k|6618 | 0.000000e+00 | 1.000000e+00 |    Inf 
823.61/823.67	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
823.61/823.67	c   824s|350000 |  6715 |  1627k|   4.7 | 101M|2444 |   - |5645 |  29k|   0 |   0 | 239k| 433k|6734 | 0.000000e+00 | 1.000000e+00 |    Inf 
848.81/848.86	c   849s|360000 |  6740 |  1676k|   4.7 | 101M|2444 |  14 |5645 |  28k|5645 | 241 | 245k| 448k|6792 | 0.000000e+00 | 1.000000e+00 |    Inf 
872.32/872.39	c   872s|370000 |  6735 |  1724k|   4.7 | 102M|2444 |   - |5645 |  28k|   0 |   0 | 251k| 463k|6885 | 0.000000e+00 | 1.000000e+00 |    Inf 
896.61/896.64	c   897s|380000 |  6899 |  1767k|   4.6 | 104M|2444 |   1 |5645 |  31k|5645 | 234 | 257k| 478k|6930 | 0.000000e+00 | 1.000000e+00 |    Inf 
922.92/922.91	c   923s|390000 |  6829 |  1817k|   4.7 | 105M|2444 |   - |5645 |  31k|   0 |   0 | 263k| 493k|6981 | 0.000000e+00 | 1.000000e+00 |    Inf 
946.41/946.44	c   946s|400000 |  6771 |  1857k|   4.6 | 103M|2444 |   1 |5645 |  28k|5645 | 255 | 268k| 508k|7093 | 0.000000e+00 | 1.000000e+00 |    Inf 
971.12/971.15	c   971s|410000 |  6728 |  1914k|   4.7 | 103M|2444 |  10 |5645 |  27k|5645 | 264 | 275k| 523k|7156 | 0.000000e+00 | 1.000000e+00 |    Inf 
996.42/996.47	c   996s|420000 |  6648 |  1975k|   4.7 | 103M|2444 |   1 |5645 |  27k|5645 | 246 | 282k| 538k|7232 | 0.000000e+00 | 1.000000e+00 |    Inf 
1019.72/1019.71	c  1020s|430000 |  6718 |  2014k|   4.7 | 105M|2444 |   - |5645 |  29k|   0 |   0 | 287k| 552k|7271 | 0.000000e+00 | 1.000000e+00 |    Inf 
1044.41/1044.49	c  1044s|440000 |  6806 |  2060k|   4.7 | 106M|2444 |   - |5645 |  30k|   0 |   0 | 292k| 566k|7336 | 0.000000e+00 | 1.000000e+00 |    Inf 
1069.13/1069.19	c  1069s|450000 |  6817 |  2112k|   4.7 | 107M|2444 |   1 |5645 |  30k|5645 | 256 | 298k| 581k|7410 | 0.000000e+00 | 1.000000e+00 |    Inf 
1093.62/1093.68	c  1094s|460000 |  6795 |  2163k|   4.7 | 107M|2444 |   8 |5645 |  29k|5645 | 249 | 303k| 596k|7464 | 0.000000e+00 | 1.000000e+00 |    Inf 
1119.62/1119.70	c  1120s|470000 |  6727 |  2216k|   4.7 | 106M|2444 |  16 |5645 |  27k|5645 | 246 | 310k| 611k|7531 | 0.000000e+00 | 1.000000e+00 |    Inf 
1144.03/1144.03	c  1144s|480000 |  6902 |  2256k|   4.7 | 109M|2444 |   1 |5645 |  31k|5645 | 233 | 315k| 624k|7578 | 0.000000e+00 | 1.000000e+00 |    Inf 
1170.22/1170.21	c  1170s|490000 |  6895 |  2305k|   4.7 | 109M|2444 |  24 |5645 |  30k|5645 | 255 | 322k| 639k|7636 | 0.000000e+00 | 1.000000e+00 |    Inf 
1196.83/1196.87	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1196.83/1196.87	c  1197s|500000 |  6844 |  2362k|   4.7 | 109M|2444 |   - |5645 |  30k|   0 |   0 | 329k| 654k|7688 | 0.000000e+00 | 1.000000e+00 |    Inf 
1221.53/1221.50	c  1221s|510000 |  6676 |  2411k|   4.7 | 106M|2444 |   - |5645 |  27k|   0 |   0 | 335k| 668k|7756 | 0.000000e+00 | 1.000000e+00 |    Inf 
1246.73/1246.78	c  1247s|520000 |  6593 |  2468k|   4.7 | 105M|2444 |   4 |5645 |  26k|5645 | 240 | 343k| 683k|7811 | 0.000000e+00 | 1.000000e+00 |    Inf 
1270.93/1270.93	c  1271s|530000 |  6576 |  2516k|   4.7 | 106M|2444 |  18 |5645 |  27k|5645 | 254 | 349k| 697k|7865 | 0.000000e+00 | 1.000000e+00 |    Inf 
1295.13/1295.19	c  1295s|540000 |  6486 |  2567k|   4.8 | 105M|2444 |   1 |5645 |  27k|5645 | 245 | 355k| 712k|7931 | 0.000000e+00 | 1.000000e+00 |    Inf 
1320.43/1320.47	c  1320s|550000 |  6451 |  2623k|   4.8 | 105M|2444 |  16 |5645 |  28k|5645 | 268 | 362k| 727k|8003 | 0.000000e+00 | 1.000000e+00 |    Inf 
1347.03/1347.04	c  1347s|560000 |  6473 |  2679k|   4.8 | 105M|2444 |   - |5645 |  27k|   0 |   0 | 369k| 742k|8065 | 0.000000e+00 | 1.000000e+00 |    Inf 
1372.93/1372.91	c  1373s|570000 |  6471 |  2739k|   4.8 | 105M|2444 |   - |5645 |  28k|   0 |   0 | 377k| 756k|8122 | 0.000000e+00 | 1.000000e+00 |    Inf 
1401.23/1401.24	c  1401s|580000 |  6632 |  2814k|   4.9 | 108M|2444 |  12 |5645 |  31k|5645 | 305 | 386k| 770k|8191 | 0.000000e+00 | 1.000000e+00 |    Inf 
1429.13/1429.19	c  1429s|590000 |  6619 |  2888k|   4.9 | 108M|2444 |  18 |5645 |  30k|5645 | 250 | 394k| 786k|8266 | 0.000000e+00 | 1.000000e+00 |    Inf 
1457.43/1457.43	c  1457s|600000 |  6568 |  2959k|   4.9 | 108M|2444 |   - |5645 |  29k|5645 | 293 | 402k| 800k|8331 | 0.000000e+00 | 1.000000e+00 |    Inf 
1484.63/1484.60	c  1485s|610000 |  6421 |  3023k|   5.0 | 106M|2444 |   1 |5645 |  28k|5645 | 235 | 408k| 815k|8404 | 0.000000e+00 | 1.000000e+00 |    Inf 
1508.63/1508.66	c  1509s|620000 |  6245 |  3072k|   5.0 | 103M|2444 |   1 |5645 |  26k|5645 | 240 | 414k| 831k|8456 | 0.000000e+00 | 1.000000e+00 |    Inf 
1532.03/1532.05	c  1532s|630000 |  5992 |  3121k|   5.0 |  99M|2444 |   - |5645 |  24k|   0 |   0 | 420k| 845k|8504 | 0.000000e+00 | 1.000000e+00 |    Inf 
1555.44/1555.41	c  1555s|640000 |  6023 |  3172k|   5.0 | 100M|2444 |   1 |5645 |  25k|5645 | 247 | 424k| 859k|8557 | 0.000000e+00 | 1.000000e+00 |    Inf 
1577.74/1577.75	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1577.74/1577.75	c  1578s|650000 |  6139 |  3214k|   4.9 | 102M|2444 |   8 |5645 |  27k|5645 | 274 | 428k| 873k|8590 | 0.000000e+00 | 1.000000e+00 |    Inf 
1601.14/1601.12	c  1601s|660000 |  6073 |  3260k|   4.9 | 101M|2444 |   - |5645 |  26k|   0 |   0 | 433k| 886k|8633 | 0.000000e+00 | 1.000000e+00 |    Inf 
1624.93/1624.97	c  1625s|670000 |  6268 |  3312k|   4.9 | 104M|2444 |   8 |5645 |  28k|5645 | 262 | 438k| 901k|8686 | 0.000000e+00 | 1.000000e+00 |    Inf 
1649.94/1649.94	c  1650s|680000 |  6341 |  3366k|   5.0 | 106M|2444 |   1 |5645 |  29k|5645 | 247 | 444k| 915k|8735 | 0.000000e+00 | 1.000000e+00 |    Inf 
1675.24/1675.24	c  1675s|690000 |  6320 |  3422k|   5.0 | 106M|2444 |   - |5645 |  28k|   0 |   0 | 450k| 930k|8783 | 0.000000e+00 | 1.000000e+00 |    Inf 
1700.75/1700.74	c  1701s|700000 |  6490 |  3475k|   5.0 | 108M|2444 |  21 |5645 |  28k|5645 | 256 | 455k| 945k|8835 | 0.000000e+00 | 1.000000e+00 |    Inf 
1726.74/1726.71	c  1727s|710000 |  6494 |  3529k|   5.0 | 109M|2444 |   - |5645 |  29k|   0 |   0 | 460k| 960k|8880 | 0.000000e+00 | 1.000000e+00 |    Inf 
1752.84/1752.84	c  1753s|720000 |  6493 |  3586k|   5.0 | 109M|2444 |   1 |5645 |  28k|5645 | 271 | 466k| 975k|8929 | 0.000000e+00 | 1.000000e+00 |    Inf 
1778.45/1778.47	c  1778s|730000 |  6538 |  3646k|   5.0 | 111M|2444 |   - |5645 |  30k|   0 |   0 | 472k| 990k|8989 | 0.000000e+00 | 1.000000e+00 |    Inf 
1790.05/1790.00	c 
1790.05/1790.00	c SCIP Status        : solving was interrupted [time limit reached]
1790.05/1790.00	c Solving Time (sec) : 1789.97
1790.05/1790.00	c Solving Nodes      : 734630
1790.05/1790.00	c Primal Bound       : +1.00000000000000e+00 (183 solutions)
1790.05/1790.00	c Dual Bound         : +0.00000000000000e+00
1790.05/1790.00	c Gap                : infinite
1790.05/1790.05	s SATISFIABLE
1790.05/1790.05	v -x231 x230 -x229 -x228 -x227 -x226 -x225 -x224 -x223 -x222 x221 -x220 -x219 -x218 -x217 -x216 -x215 -x214 -x213 -x212 -x211 -x210 
1790.05/1790.05	v -x209 -x208 -x207 -x206 -x205 -x204 -x203 x202 -x201 -x200 -x199 -x198 -x197 x196 -x195 -x194 -x193 -x192 -x191 -x190 -x189 
1790.05/1790.05	v x188 -x187 -x186 -x185 -x184 -x183 -x182 -x181 -x180 -x179 -x178 -x177 -x176 -x175 -x174 x173 -x172 -x171 x170 -x169 -x168 
1790.05/1790.05	v -x167 -x166 -x165 -x164 -x163 -x162 -x161 -x160 -x159 -x158 x157 -x156 -x155 -x154 -x153 -x152 -x151 -x150 -x149 -x148 -x147 
1790.05/1790.05	v x146 -x145 -x144 -x143 -x142 -x141 -x140 -x139 -x138 -x137 -x136 -x135 -x134 -x133 -x132 -x131 -x130 -x129 -x128 -x127 -x126 
1790.05/1790.05	v -x125 -x124 x123 -x122 -x121 -x120 -x119 -x118 -x117 -x116 x115 -x114 -x113 -x112 -x111 -x110 x109 -x108 -x107 -x106 -x105 -x104 
1790.05/1790.05	v -x103 -x102 -x101 -x100 x99 -x98 -x97 -x96 -x95 -x94 -x93 -x92 -x91 -x90 -x89 -x88 -x87 x86 -x85 -x84 -x83 -x82 -x81 -x80 
1790.05/1790.05	v -x79 -x78 -x77 -x76 -x75 -x74 -x73 -x72 -x71 -x70 -x69 -x68 x67 -x66 -x65 -x64 -x63 -x62 -x61 -x60 -x59 x58 -x57 -x56 -x55 -x54 
1790.05/1790.05	v -x53 -x52 -x51 x50 -x49 -x48 -x47 -x46 -x45 -x44 -x43 -x42 -x41 -x40 -x39 -x38 -x37 -x36 x35 -x34 -x33 -x32 -x31 -x30 -x29 
1790.05/1790.05	v -x28 -x27 x26 -x25 -x24 -x23 -x22 -x21 -x20 -x19 -x18 -x17 -x16 x15 x14 -x13 -x12 -x11 -x10 -x9 -x8 -x7 -x6 -x5 -x4 -x3 -x2 
1790.05/1790.05	v -x1 
1790.05/1790.05	c SCIP Status        : solving was interrupted [time limit reached]
1790.05/1790.05	c Solving Time       :    1789.97
1790.05/1790.05	c Original Problem   :
1790.05/1790.05	c   Problem name     : HOME/instance-2705103-1278578349.wbo
1790.05/1790.05	c   Variables        : 5645 (2938 binary, 0 integer, 2707 implicit integer, 0 continuous)
1790.05/1790.05	c   Constraints      : 5415 initial, 5415 maximal
1790.05/1790.05	c Presolved Problem  :
1790.05/1790.05	c   Problem name     : t_HOME/instance-2705103-1278578349.wbo
1790.05/1790.05	c   Variables        : 5645 (2938 binary, 0 integer, 2707 implicit integer, 0 continuous)
1790.05/1790.05	c   Constraints      : 5414 initial, 33315 maximal
1790.05/1790.05	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1790.05/1790.05	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1790.05/1790.05	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1790.05/1790.05	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1790.05/1790.05	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1790.05/1790.05	c   implics          :       0.00          0          0          0          0          0          0          0          0
1790.05/1790.05	c   probing          :       0.04          0          0          0          0          0          0          0          0
1790.05/1790.05	c   linear           :       0.02          0          0          0       2707          0          1          0          0
1790.05/1790.05	c   indicator        :       0.00          0          0          0          0          0          0          0          0
1790.05/1790.05	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1790.05/1790.05	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0
1790.05/1790.05	c   root node        :          -       5414          -          -       5414          -          -          -          -
1790.05/1790.05	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1790.05/1790.05	c   integral         :          0          0          0     480084          0         18        910          0          0     755546
1790.05/1790.05	c   linear           :       2707          6    3900783     100499          1     300950   18281907     475097          0          0
1790.05/1790.05	c   indicator        :       2707          0    1117409      67365          0        300    3236959          0          0          0
1790.05/1790.05	c   logicor          :          0+         0    1220570          0          0      51276    1579902          0          0          0
1790.05/1790.05	c   bounddisjunction :          0+         0     235928          0          0        123       3453          0          0          0
1790.05/1790.05	c   countsols        :          0          0          0      41000          1          0          0          0          0          0
1790.05/1790.05	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1790.05/1790.05	c   integral         :      14.16       0.00       0.00      14.16       0.00
1790.05/1790.05	c   linear           :     235.56       0.00     224.22      11.34       0.00
1790.05/1790.05	c   indicator        :      32.51       0.01      19.87      12.63       0.00
1790.05/1790.05	c   logicor          :     308.30       0.00     308.30       0.00       0.00
1790.05/1790.05	c   bounddisjunction :       1.52       0.00       1.52       0.00       0.00
1790.05/1790.05	c   countsols        :       0.01       0.00       0.00       0.01       0.00
1790.05/1790.05	c Propagators        :       Time      Calls    Cutoffs    DomReds
1790.05/1790.05	c   vbounds          :       0.72      22746          8       7420
1790.05/1790.05	c   rootredcost      :       0.60         48          0       2707
1790.05/1790.05	c   pseudoobj        :     146.86    3908469       6209    2898797
1790.05/1790.05	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1790.05/1790.05	c   propagation      :      23.96     358558     358372    2342732       32.5      11526       27.6          -
1790.05/1790.05	c   infeasible LP    :       5.81      15572      15572     129141       44.3        135       21.0          0
1790.05/1790.05	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1790.05/1790.05	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1790.05/1790.05	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1790.05/1790.05	c   applied globally :          -          -          -     997932       25.3          -          -          -
1790.05/1790.05	c   applied locally  :          -          -          -          0        0.0          -          -          -
1790.05/1790.05	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1790.05/1790.05	c   cut pool         :       0.00          3          -          -          1          -    (maximal pool size: 73)
1790.05/1790.05	c   redcost          :      45.47     481747          0     405851          0          0
1790.05/1790.05	c   impliedbounds    :       0.00          4          0          0          0          0
1790.05/1790.05	c   intobj           :       0.00          0          0          0          0          0
1790.05/1790.05	c   cgmip            :       0.00          0          0          0          0          0
1790.05/1790.05	c   gomory           :       0.01          4          0          0        230          0
1790.05/1790.05	c   strongcg         :       0.01          4          0          0        215          0
1790.05/1790.05	c   cmir             :       0.01          4          0          0          0          0
1790.05/1790.05	c   flowcover        :       0.02          4          0          0          0          0
1790.05/1790.05	c   clique           :       0.00          1          0          0          0          0
1790.05/1790.05	c   zerohalf         :       0.00          0          0          0          0          0
1790.05/1790.05	c   mcf              :       0.00          1          0          0          0          0
1790.05/1790.05	c   rapidlearning    :       0.18          1          0          0          0          0
1790.05/1790.05	c Pricers            :       Time      Calls       Vars
1790.05/1790.05	c   problem variables:       0.00          0          0
1790.05/1790.05	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1790.05/1790.05	c   relpscost        :      13.71     378487         18        910          0          0     755546
1790.05/1790.05	c   pscost           :       0.00          0          0          0          0          0          0
1790.05/1790.05	c   inference        :      28.22      40953          0          0          0          0      82066
1790.05/1790.05	c   mostinf          :       0.00          0          0          0          0          0          0
1790.05/1790.05	c   leastinf         :       0.00          0          0          0          0          0          0
1790.05/1790.05	c   fullstrong       :       0.00          0          0          0          0          0          0
1790.05/1790.05	c   allfullstrong    :       0.00          0          0          0          0          0          0
1790.05/1790.05	c   random           :       0.00          0          0          0          0          0          0
1790.05/1790.05	c Primal Heuristics  :       Time      Calls      Found
1790.05/1790.05	c   LP solutions     :       0.09          -         48
1790.05/1790.05	c   pseudo solutions :       0.00          -          0
1790.05/1790.05	c   feaspump         :       0.00          0          0
1790.05/1790.05	c   intshifting      :       0.00          0          0
1790.05/1790.05	c   oneopt           :       0.41         41          0
1790.05/1790.05	c   guideddiving     :       0.05         17          0
1790.05/1790.05	c   pscostdiving     :       0.17         91          0
1790.05/1790.05	c   fracdiving       :       0.16         91          0
1790.05/1790.05	c   linesearchdiving :       0.17         91          0
1790.05/1790.05	c   coefdiving       :       0.18         91          0
1790.05/1790.05	c   veclendiving     :       0.16         92          0
1790.05/1790.05	c   crossover        :       2.16         53          3
1790.05/1790.05	c   rootsoldiving    :       0.19         80          0
1790.05/1790.05	c   objpscostdiving  :       0.16         81          0
1790.05/1790.05	c   trivial          :       0.07          2          2
1790.05/1790.05	c   simplerounding   :       0.67     378644          0
1790.05/1790.05	c   zirounding       :       0.57       1000          0
1790.05/1790.05	c   rounding         :       1.23       8680          0
1790.05/1790.05	c   shifting         :       0.64       2719          0
1790.05/1790.05	c   twoopt           :       0.00          0          0
1790.05/1790.05	c   fixandinfer      :       0.00          0          0
1790.05/1790.05	c   intdiving        :       0.00          0          0
1790.05/1790.05	c   actconsdiving    :       0.00          0          0
1790.05/1790.05	c   octane           :       0.00          0          0
1790.05/1790.05	c   rens             :       0.03          1          0
1790.05/1790.05	c   rins             :       0.00          0          0
1790.05/1790.05	c   localbranching   :       0.00          0          0
1790.05/1790.05	c   mutation         :       0.00          0          0
1790.05/1790.05	c   dins             :       0.00          0          0
1790.05/1790.05	c   undercover       :       0.00          0          0
1790.05/1790.05	c   nlp              :       0.13          0          0
1790.05/1790.05	c   trysol           :       0.42        396        130
1790.05/1790.05	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1790.05/1790.05	c   primal LP        :       0.00          0          0       0.00          -
1790.05/1790.05	c   dual LP          :     425.06     458203    3670881       8.01    8636.22
1790.05/1790.05	c   lex dual LP      :       0.00          0          0       0.00          -
1790.05/1790.05	c   barrier LP       :       0.00          0          0       0.00          -
1790.05/1790.05	c   diving/probing LP:       0.11         62        863      13.92    7587.75
1790.05/1790.05	c   strong branching :      10.63       9017     109509      12.14   10300.77
1790.05/1790.05	c     (at root node) :          -         32       1047      32.72          -
1790.05/1790.05	c   conflict analysis:       0.00          0          0       0.00          -
1790.05/1790.05	c B&B Tree           :
1790.05/1790.05	c   number of runs   :          1
1790.05/1790.05	c   nodes            :     734630
1790.05/1790.05	c   nodes (total)    :     734630
1790.05/1790.05	c   nodes left       :       6574
1790.05/1790.05	c   max depth        :       2444
1790.05/1790.05	c   max depth (total):       2444
1790.05/1790.05	c   backtracks       :      71000 (9.7%)
1790.05/1790.05	c   delayed cutoffs  :      62529
1790.05/1790.05	c   repropagations   :    1885199 (4526581 domain reductions, 58520 cutoffs)
1790.05/1790.05	c   avg switch length:       6.65
1790.05/1790.05	c   switching time   :     287.48
1790.05/1790.05	c Solution           :
1790.05/1790.05	c   Solutions found  :        183 (49 improvements)
1790.05/1790.05	c   First Solution   : +1.34313000000000e+05   (in run 1, after 0 nodes, 0.02 seconds, depth 0, found by <trivial>)
1790.05/1790.05	c   Primal Bound     : +1.00000000000000e+00   (in run 1, after 248210 nodes, 570.77 seconds, depth 38, found by <relaxation>)
1790.05/1790.05	c   Dual Bound       : +0.00000000000000e+00
1790.05/1790.05	c   Gap              :   infinite
1790.05/1790.05	c   Root Dual Bound  : +0.00000000000000e+00
1790.05/1790.05	c   Root Iterations  :        184
1790.25/1790.20	c Time complete: 1790.25.

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 24050
/proc/meminfo: memFree=29286560/32951124 swapFree=67111528/67111528
[pid=24050] ppid=24048 vsize=11820 CPUtime=0
/proc/24050/stat : 24050 (pbscip.linux.x8) R 24048 24050 23527 0 -1 4202496 1645 0 0 0 0 0 0 0 25 0 1 0 26047316 12103680 1564 4089446400 4194304 10345943 140735119424656 18446744073709551615 9134749 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/24050/statm: 2955 1576 406 1502 0 1448 0

[startup+0.095115 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 24050
/proc/meminfo: memFree=29286560/32951124 swapFree=67111528/67111528
[pid=24050] ppid=24048 vsize=38016 CPUtime=0.08
/proc/24050/stat : 24050 (pbscip.linux.x8) R 24048 24050 23527 0 -1 4202496 8448 0 0 0 8 0 0 0 25 0 1 0 26047316 38928384 8013 4089446400 4194304 10345943 140735119424656 18446744073709551615 9138323 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/24050/statm: 9504 8013 509 1502 0 7997 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 38016

[startup+0.101112 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 24050
/proc/meminfo: memFree=29286560/32951124 swapFree=67111528/67111528
[pid=24050] ppid=24048 vsize=38016 CPUtime=0.09
/proc/24050/stat : 24050 (pbscip.linux.x8) R 24048 24050 23527 0 -1 4202496 8448 0 0 0 9 0 0 0 25 0 1 0 26047316 38928384 8013 4089446400 4194304 10345943 140735119424656 18446744073709551615 4246430 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/24050/statm: 9504 8013 509 1502 0 7997 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 38016

[startup+0.301039 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 24050
/proc/meminfo: memFree=29286560/32951124 swapFree=67111528/67111528
[pid=24050] ppid=24048 vsize=70100 CPUtime=0.29
/proc/24050/stat : 24050 (pbscip.linux.x8) R 24048 24050 23527 0 -1 4202496 16212 0 0 0 28 1 0 0 25 0 1 0 26047316 71782400 15777 4089446400 4194304 10345943 140735119424656 18446744073709551615 9186026 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/24050/statm: 17525 15777 632 1502 0 16018 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 70100

[startup+0.700948 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 24050
/proc/meminfo: memFree=29286560/32951124 swapFree=67111528/67111528
[pid=24050] ppid=24048 vsize=65260 CPUtime=0.69
/proc/24050/stat : 24050 (pbscip.linux.x8) R 24048 24050 23527 0 -1 4202496 16892 0 0 0 68 1 0 0 25 0 1 0 26047316 66826240 15052 4089446400 4194304 10345943 140735119424656 18446744073709551615 6856974 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/24050/statm: 16315 15052 751 1502 0 14808 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 65260

[startup+1.50079 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 24051
/proc/meminfo: memFree=29227156/32951124 swapFree=67111528/67111528
[pid=24050] ppid=24048 vsize=65260 CPUtime=1.49
/proc/24050/stat : 24050 (pbscip.linux.x8) R 24048 24050 23527 0 -1 4202496 16894 0 0 0 147 2 0 0 25 0 1 0 26047316 66826240 15054 4089446400 4194304 10345943 140735119424656 18446744073709551615 4447894 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/24050/statm: 16315 15054 753 1502 0 14808 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 65260

[startup+3.10047 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 24051
/proc/meminfo: memFree=29224952/32951124 swapFree=67111528/67111528
[pid=24050] ppid=24048 vsize=65260 CPUtime=3.09
/proc/24050/stat : 24050 (pbscip.linux.x8) R 24048 24050 23527 0 -1 4202496 16896 0 0 0 307 2 0 0 25 0 1 0 26047316 66826240 15056 4089446400 4194304 10345943 140735119424656 18446744073709551615 6003097 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/24050/statm: 16315 15056 754 1502 0 14808 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 65260

[startup+6.30087 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 24051
/proc/meminfo: memFree=29218380/32951124 swapFree=67111528/67111528
[pid=24050] ppid=24048 vsize=65260 CPUtime=6.27
/proc/24050/stat : 24050 (pbscip.linux.x8) R 24048 24050 23527 0 -1 4202496 19320 0 0 0 625 2 0 0 25 0 1 0 26047316 66826240 15082 4089446400 4194304 10345943 140735119424656 18446744073709551615 5012734 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/24050/statm: 16315 15082 754 1502 0 14808 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 65260

[startup+12.7006 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 24052
/proc/meminfo: memFree=29187012/32951124 swapFree=67111528/67111528
[pid=24050] ppid=24048 vsize=66960 CPUtime=12.68
/proc/24050/stat : 24050 (pbscip.linux.x8) R 24048 24050 23527 0 -1 4202496 23313 0 0 0 1264 4 0 0 25 0 1 0 26047316 68567040 15324 4089446400 4194304 10345943 140735119424656 18446744073709551615 6119491 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/24050/statm: 16740 15324 754 1502 0 15233 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 66960

[startup+25.5011 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 24052
/proc/meminfo: memFree=29160824/32951124 swapFree=67111528/67111528
[pid=24050] ppid=24048 vsize=84532 CPUtime=25.48
/proc/24050/stat : 24050 (pbscip.linux.x8) R 24048 24050 23527 0 -1 4202496 31854 0 0 0 2542 6 0 0 25 0 1 0 26047316 86560768 19425 4089446400 4194304 10345943 140735119424656 18446744073709551615 6002399 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/24050/statm: 21133 19425 761 1502 0 19626 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 84532

[startup+51.101 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 24053
/proc/meminfo: memFree=29073556/32951124 swapFree=67111528/67111528
[pid=24050] ppid=24048 vsize=121828 CPUtime=51.08
/proc/24050/stat : 24050 (pbscip.linux.x8) R 24048 24050 23527 0 -1 4202496 91243 0 0 0 5093 15 0 0 25 0 1 0 26047316 124751872 29174 4089446400 4194304 10345943 140735119424656 18446744073709551615 4476327 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/24050/statm: 30457 29174 762 1502 0 28950 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 121828

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 24054
/proc/meminfo: memFree=28921316/32951124 swapFree=67111528/67111528
[pid=24050] ppid=24048 vsize=189108 CPUtime=102.28
/proc/24050/stat : 24050 (pbscip.linux.x8) R 24048 24050 23527 0 -1 4202496 167715 0 0 0 10200 28 0 0 25 0 1 0 26047316 193646592 45448 4089446400 4194304 10345943 140735119424656 18446744073709551615 5614724 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/24050/statm: 47277 45448 762 1502 0 45770 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 189108

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 24056
/proc/meminfo: memFree=28743572/32951124 swapFree=67111528/67111528
[pid=24050] ppid=24048 vsize=274680 CPUtime=162.28
/proc/24050/stat : 24050 (pbscip.linux.x8) R 24048 24050 23527 0 -1 4202496 256091 0 0 0 16182 46 0 0 25 0 1 0 26047316 281272320 66050 4089446400 4194304 10345943 140735119424656 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/24050/statm: 68670 66050 767 1502 0 67163 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 274680

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 24057
/proc/meminfo: memFree=28646440/32951124 swapFree=67111528/67111528
[pid=24050] ppid=24048 vsize=291136 CPUtime=222.28
/proc/24050/stat : 24050 (pbscip.linux.x8) R 24048 24050 23527 0 -1 4202496 304632 0 0 0 22164 64 0 0 25 0 1 0 26047316 298123264 70035 4089446400 4194304 10345943 140735119424656 18446744073709551615 5614700 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/24050/statm: 72784 70035 785 1502 0 71277 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 291136

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 24059
/proc/meminfo: memFree=28574956/32951124 swapFree=67111528/67111528
[pid=24050] ppid=24048 vsize=294236 CPUtime=282.29
/proc/24050/stat : 24050 (pbscip.linux.x8) R 24048 24050 23527 0 -1 4202496 327990 0 0 0 28150 79 0 0 25 0 1 0 26047316 301297664 70808 4089446400 4194304 10345943 140735119424656 18446744073709551615 4218186 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/24050/statm: 73559 70808 794 1502 0 72052 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 294236

[startup+342.301 s]
/proc/loadavg: 2.06 2.01 1.94 3/179 24061
/proc/meminfo: memFree=28542520/32951124 swapFree=67111528/67111528
[pid=24050] ppid=24048 vsize=298904 CPUtime=342.29
/proc/24050/stat : 24050 (pbscip.linux.x8) R 24048 24050 23527 0 -1 4202496 333376 0 0 0 34139 90 0 0 25 0 1 0 26047316 306077696 71989 4089446400 4194304 10345943 140735119424656 18446744073709551615 5615207 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/24050/statm: 74726 71989 795 1502 0 73219 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 298904

[startup+402.301 s]
/proc/loadavg: 2.02 2.01 1.94 3/179 24062
/proc/meminfo: memFree=28517292/32951124 swapFree=67111528/67111528
[pid=24050] ppid=24048 vsize=301400 CPUtime=402.29
/proc/24050/stat : 24050 (pbscip.linux.x8) R 24048 24050 23527 0 -1 4202496 335987 0 0 0 40128 101 0 0 25 0 1 0 26047316 308633600 72659 4089446400 4194304 10345943 140735119424656 18446744073709551615 6043584 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/24050/statm: 75350 72659 795 1502 0 73843 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 301400

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 24064
/proc/meminfo: memFree=28502600/32951124 swapFree=67111528/67111528
[pid=24050] ppid=24048 vsize=304648 CPUtime=462.29
/proc/24050/stat : 24050 (pbscip.linux.x8) R 24048 24050 23527 0 -1 4202496 338624 0 0 0 46118 111 0 0 25 0 1 0 26047316 311959552 73363 4089446400 4194304 10345943 140735119424656 18446744073709551615 6929854 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/24050/statm: 76162 73363 795 1502 0 74655 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 304648

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 24065
/proc/meminfo: memFree=28482944/32951124 swapFree=67111528/67111528
[pid=24050] ppid=24048 vsize=309412 CPUtime=522.29
/proc/24050/stat : 24050 (pbscip.linux.x8) R 24048 24050 23527 0 -1 4202496 339801 0 0 0 52108 121 0 0 25 0 1 0 26047316 316837888 74540 4089446400 4194304 10345943 140735119424656 18446744073709551615 5614700 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/24050/statm: 77353 74540 795 1502 0 75846 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 309412

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 24067
/proc/meminfo: memFree=28460584/32951124 swapFree=67111528/67111528
[pid=24050] ppid=24048 vsize=317124 CPUtime=582.3
/proc/24050/stat : 24050 (pbscip.linux.x8) R 24048 24050 23527 0 -1 4202496 351072 0 0 0 58100 130 0 0 25 0 1 0 26047316 324734976 76341 4089446400 4194304 10345943 140735119424656 18446744073709551615 5031180 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/24050/statm: 79281 76341 795 1502 0 77774 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 317124

[startup+642.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 24069
/proc/meminfo: memFree=28449228/32951124 swapFree=67111528/67111528
[pid=24050] ppid=24048 vsize=318056 CPUtime=642.3
/proc/24050/stat : 24050 (pbscip.linux.x8) R 24048 24050 23527 0 -1 4202496 359442 0 0 0 64090 140 0 0 25 0 1 0 26047316 325689344 76772 4089446400 4194304 10345943 140735119424656 18446744073709551615 5085352 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/24050/statm: 79514 76772 795 1502 0 78007 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 318056

[startup+702.301 s]

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

/proc/meminfo: memFree=28394512/32951124 swapFree=67111528/67111528
[pid=24050] ppid=24048 vsize=333904 CPUtime=1062.32
/proc/24050/stat : 24050 (pbscip.linux.x8) R 24048 24050 23527 0 -1 4202496 367161 0 0 0 106029 203 0 0 25 0 1 0 26047316 341917696 80685 4089446400 4194304 10345943 140735119424656 18446744073709551615 5614200 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/24050/statm: 83476 80685 795 1502 0 81969 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 333904

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 24081
/proc/meminfo: memFree=28391856/32951124 swapFree=67111528/67111528
[pid=24050] ppid=24048 vsize=335988 CPUtime=1122.32
/proc/24050/stat : 24050 (pbscip.linux.x8) R 24048 24050 23527 0 -1 4202496 371681 0 0 0 112020 212 0 0 25 0 1 0 26047316 344051712 80990 4089446400 4194304 10345943 140735119424656 18446744073709551615 6528232 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/24050/statm: 83997 80990 795 1502 0 82490 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 335988

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 24083
/proc/meminfo: memFree=28390568/32951124 swapFree=67111528/67111528
[pid=24050] ppid=24048 vsize=337252 CPUtime=1182.33
/proc/24050/stat : 24050 (pbscip.linux.x8) R 24048 24050 23527 0 -1 4202496 371972 0 0 0 118012 221 0 0 25 0 1 0 26047316 345346048 81281 4089446400 4194304 10345943 140735119424656 18446744073709551615 6120575 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/24050/statm: 84313 81281 795 1502 0 82806 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 337252

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 24085
/proc/meminfo: memFree=28388648/32951124 swapFree=67111528/67111528
[pid=24050] ppid=24048 vsize=338540 CPUtime=1242.33
/proc/24050/stat : 24050 (pbscip.linux.x8) R 24048 24050 23527 0 -1 4202496 372327 0 0 0 124002 231 0 0 25 0 1 0 26047316 346664960 81636 4089446400 4194304 10345943 140735119424656 18446744073709551615 6777410 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/24050/statm: 84635 81636 795 1502 0 83128 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 338540

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 24086
/proc/meminfo: memFree=28388576/32951124 swapFree=67111528/67111528
[pid=24050] ppid=24048 vsize=338540 CPUtime=1302.33
/proc/24050/stat : 24050 (pbscip.linux.x8) R 24048 24050 23527 0 -1 4202496 372361 0 0 0 129993 240 0 0 25 0 1 0 26047316 346664960 81670 4089446400 4194304 10345943 140735119424656 18446744073709551615 6068965 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/24050/statm: 84635 81670 795 1502 0 83128 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 338540

[startup+1362.3 s]
/proc/loadavg: 2.05 2.01 1.95 3/179 24097
/proc/meminfo: memFree=28387108/32951124 swapFree=67111528/67111528
[pid=24050] ppid=24048 vsize=338540 CPUtime=1362.33
/proc/24050/stat : 24050 (pbscip.linux.x8) R 24048 24050 23527 0 -1 4202496 372391 0 0 0 135983 250 0 0 25 0 1 0 26047316 346664960 81700 4089446400 4194304 10345943 140735119424656 18446744073709551615 6120239 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/24050/statm: 84635 81700 795 1502 0 83128 0
Current children cumulated CPU time (s) 1362.33
Current children cumulated vsize (KiB) 338540

[startup+1422.31 s]
/proc/loadavg: 2.02 2.01 1.95 3/179 24098
/proc/meminfo: memFree=28387168/32951124 swapFree=67111528/67111528
[pid=24050] ppid=24048 vsize=338912 CPUtime=1422.34
/proc/24050/stat : 24050 (pbscip.linux.x8) R 24048 24050 23527 0 -1 4202496 372739 0 0 0 141973 261 0 0 25 0 1 0 26047316 347045888 81661 4089446400 4194304 10345943 140735119424656 18446744073709551615 5085399 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/24050/statm: 84728 81661 795 1502 0 83221 0
Current children cumulated CPU time (s) 1422.34
Current children cumulated vsize (KiB) 338912

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 24100
/proc/meminfo: memFree=28385376/32951124 swapFree=67111528/67111528
[pid=24050] ppid=24048 vsize=340044 CPUtime=1482.33
/proc/24050/stat : 24050 (pbscip.linux.x8) R 24048 24050 23527 0 -1 4202496 373147 0 0 0 147964 269 0 0 25 0 1 0 26047316 348205056 82069 4089446400 4194304 10345943 140735119424656 18446744073709551615 6702767 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/24050/statm: 85011 82069 795 1502 0 83504 0
Current children cumulated CPU time (s) 1482.33
Current children cumulated vsize (KiB) 340044

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 24102
/proc/meminfo: memFree=28384420/32951124 swapFree=67111528/67111528
[pid=24050] ppid=24048 vsize=340044 CPUtime=1542.33
/proc/24050/stat : 24050 (pbscip.linux.x8) R 24048 24050 23527 0 -1 4202496 373218 0 0 0 153955 278 0 0 25 0 1 0 26047316 348205056 82140 4089446400 4194304 10345943 140735119424656 18446744073709551615 6003041 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/24050/statm: 85011 82140 795 1502 0 83504 0
Current children cumulated CPU time (s) 1542.33
Current children cumulated vsize (KiB) 340044

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 24103
/proc/meminfo: memFree=28385116/32951124 swapFree=67111528/67111528
[pid=24050] ppid=24048 vsize=340016 CPUtime=1602.34
/proc/24050/stat : 24050 (pbscip.linux.x8) R 24048 24050 23527 0 -1 4202496 374935 0 0 0 159947 287 0 0 25 0 1 0 26047316 348176384 81885 4089446400 4194304 10345943 140735119424656 18446744073709551615 6847757 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/24050/statm: 85004 81885 795 1502 0 83497 0
Current children cumulated CPU time (s) 1602.34
Current children cumulated vsize (KiB) 340016

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 24105
/proc/meminfo: memFree=28384680/32951124 swapFree=67111528/67111528
[pid=24050] ppid=24048 vsize=340016 CPUtime=1662.34
/proc/24050/stat : 24050 (pbscip.linux.x8) R 24048 24050 23527 0 -1 4202496 375147 0 0 0 165939 295 0 0 25 0 1 0 26047316 348176384 82097 4089446400 4194304 10345943 140735119424656 18446744073709551615 6108031 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/24050/statm: 85004 82097 795 1502 0 83497 0
Current children cumulated CPU time (s) 1662.34
Current children cumulated vsize (KiB) 340016

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 24106
/proc/meminfo: memFree=28383136/32951124 swapFree=67111528/67111528
[pid=24050] ppid=24048 vsize=341596 CPUtime=1722.34
/proc/24050/stat : 24050 (pbscip.linux.x8) R 24048 24050 23527 0 -1 4202496 375469 0 0 0 171929 305 0 0 25 0 1 0 26047316 349794304 82419 4089446400 4194304 10345943 140735119424656 18446744073709551615 5614823 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/24050/statm: 85399 82419 795 1502 0 83892 0
Current children cumulated CPU time (s) 1722.34
Current children cumulated vsize (KiB) 341596

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 24135
/proc/meminfo: memFree=28979172/32951124 swapFree=67111528/67111528
[pid=24050] ppid=24048 vsize=342572 CPUtime=1782.35
/proc/24050/stat : 24050 (pbscip.linux.x8) R 24048 24050 23527 0 -1 4202496 375798 0 0 0 177919 316 0 0 25 0 1 0 26047316 350793728 82748 4089446400 4194304 10345943 140735119424656 18446744073709551615 4995169 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/24050/statm: 85643 82748 795 1502 0 84136 0
Current children cumulated CPU time (s) 1782.35
Current children cumulated vsize (KiB) 342572

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

[startup+1785.5 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 24135
/proc/meminfo: memFree=28974708/32951124 swapFree=67111528/67111528
[pid=24050] ppid=24048 vsize=343212 CPUtime=1785.55
/proc/24050/stat : 24050 (pbscip.linux.x8) R 24048 24050 23527 0 -1 4202496 375848 0 0 0 178239 316 0 0 25 0 1 0 26047316 351449088 82798 4089446400 4194304 10345943 140735119424656 18446744073709551615 5085356 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/24050/statm: 85803 82798 795 1502 0 84296 0
Current children cumulated CPU time (s) 1785.55
Current children cumulated vsize (KiB) 343212

[startup+1788.7 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 24135
/proc/meminfo: memFree=28970484/32951124 swapFree=67111528/67111528
[pid=24050] ppid=24048 vsize=343212 CPUtime=1788.75
/proc/24050/stat : 24050 (pbscip.linux.x8) R 24048 24050 23527 0 -1 4202496 375852 0 0 0 178558 317 0 0 25 0 1 0 26047316 351449088 82802 4089446400 4194304 10345943 140735119424656 18446744073709551615 5085356 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/24050/statm: 85803 82802 795 1502 0 84296 0
Current children cumulated CPU time (s) 1788.75
Current children cumulated vsize (KiB) 343212

[startup+1789.5 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 24135
/proc/meminfo: memFree=28970484/32951124 swapFree=67111528/67111528
[pid=24050] ppid=24048 vsize=343212 CPUtime=1789.55
/proc/24050/stat : 24050 (pbscip.linux.x8) R 24048 24050 23527 0 -1 4202496 375853 0 0 0 178638 317 0 0 25 0 1 0 26047316 351449088 82803 4089446400 4194304 10345943 140735119424656 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/24050/statm: 85803 82803 795 1502 0 84296 0
Current children cumulated CPU time (s) 1789.55
Current children cumulated vsize (KiB) 343212

[startup+1789.9 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 24135
/proc/meminfo: memFree=28968112/32951124 swapFree=67111528/67111528
[pid=24050] ppid=24048 vsize=343212 CPUtime=1789.95
/proc/24050/stat : 24050 (pbscip.linux.x8) R 24048 24050 23527 0 -1 4202496 375854 0 0 0 178678 317 0 0 25 0 1 0 26047316 351449088 82804 4089446400 4194304 10345943 140735119424656 18446744073709551615 6802887 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/24050/statm: 85803 82804 795 1502 0 84296 0
Current children cumulated CPU time (s) 1789.95
Current children cumulated vsize (KiB) 343212

[startup+1790.1 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 24135
/proc/meminfo: memFree=28968112/32951124 swapFree=67111528/67111528
[pid=24050] ppid=24048 vsize=343212 CPUtime=1790.15
/proc/24050/stat : 24050 (pbscip.linux.x8) R 24048 24050 23527 0 -1 4202496 375856 0 0 0 178698 317 0 0 18 0 1 0 26047316 351449088 82806 4089446400 4194304 10345943 140735119424656 18446744073709551615 4723516 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/24050/statm: 85803 82806 796 1502 0 84296 0
Current children cumulated CPU time (s) 1790.15
Current children cumulated vsize (KiB) 343212

[startup+1790.2 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 24135
/proc/meminfo: memFree=28968112/32951124 swapFree=67111528/67111528
[pid=24050] ppid=24048 vsize=19692 CPUtime=1790.25
/proc/24050/stat : 24050 (pbscip.linux.x8) R 24048 24050 23527 0 -1 4202496 375864 0 0 0 178707 318 0 0 18 0 1 0 26047316 20164608 4034 4089446400 4194304 10345943 140735119424656 18446744073709551615 9198727 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/24050/statm: 4741 3843 796 1502 0 3234 0
Current children cumulated CPU time (s) 1790.25
Current children cumulated vsize (KiB) 19692

Child status: 0
Real time (s): 1790.2
CPU time (s): 1790.25
CPU user time (s): 1787.07
CPU system time (s): 3.18451
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 343212

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1787.07
system time used= 3.18452
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 375867
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3
involuntary context switches= 2375

runsolver used 3.15552 second user time and 5.57815 second system time

The end

Launcher Data

Begin job on node143 at 2010-07-08 10:39:09
IDJOB=2705103
IDBENCH=79301
IDSOLVER=1214
FILE ID=node143/2705103-1278578349
PBS_JOBID= 11240169
Free space on /tmp= 73236 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.1900667195--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-2705103-1278578349/watcher-2705103-1278578349 -o /tmp/evaluation-result-2705103-1278578349/solver-2705103-1278578349 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2705103-1278578349.wbo -t 1800 -m 3800

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

MD5SUM BENCH= a4c39a3f1b80365b8ad34a89f93fc523
RANDOM SEED=764370404

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      29287212 kB
Buffers:        155184 kB
Cached:        3220396 kB
SwapCached:          0 kB
Active:        1714800 kB
Inactive:      1791276 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      29287212 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           25920 kB
Writeback:           0 kB
AnonPages:      130780 kB
Mapped:          17752 kB
Slab:            94936 kB
PageTables:       4864 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   276444 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= 73224 MiB
End job on node143 at 2010-07-08 11:09:00