Trace number 2692993

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.2 with Clp 1.11.1 (Release Version) as LP solverMSAT (TO) 1800.29 1800.26

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900563250--soft-0-100-0.wbo
MD5SUMcf1e130a7c7d84197ef06427870fc4d7
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 benchmark208.79
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 135280
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 135279
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 665
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.2 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Clp 1.11.1] [Expressions interpreter: NONE]
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-2692993-1277927613.wbo>
0.00/0.03	c original problem has 5645 variables (2938 bin, 0 int, 0 impl, 2707 cont) and 5415 constraints
0.00/0.03	c problem read
0.00/0.03	c presolving settings loaded
0.09/0.12	o 135279
0.09/0.12	c feasible solution found by trivial heuristic, objective value  1.352790e+05
0.09/0.12	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, 2707 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, 2707 impls, 0 clqs
0.09/0.19	c    (0.1s) probing: 101/2938 (3.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.09/0.19	c    (0.1s) 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  2707 implications, 0 cliques
0.09/0.19	c presolved problem has 5645 variables (2938 bin, 0 int, 0 impl, 2707 cont) and 5414 constraints
0.09/0.19	c    2707 constraints of type <indicator>
0.09/0.19	c    2707 constraints of type <linear>
0.09/0.19	c transformed objective value is always integral (scale: 1)
0.09/0.19	c Presolving Time: 0.14
0.09/0.19	c - non default parameters ----------------------------------------------------------------------
0.09/0.19	c # SCIP version 1.2.1.2
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 = 1799.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 # 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 # 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.352790e+05 |    Inf 
0.19/0.20	c   0.2s|     1 |     0 |    20 |     - |  19M|   0 |   0 |5645 |5414 |5645 |  22 |  22 |   0 |   0 | 0.000000e+00 | 1.352790e+05 |    Inf 
0.19/0.21	c   0.2s|     1 |     0 |    42 |     - |  19M|   0 |   7 |5645 |5414 |5645 |  53 |  53 |   0 |   0 | 0.000000e+00 | 1.352790e+05 |    Inf 
0.19/0.22	c   0.2s|     1 |     0 |    62 |     - |  19M|   0 |  14 |5645 |5414 |5645 |  85 |  85 |   0 |   0 | 0.000000e+00 | 1.352790e+05 |    Inf 
0.19/0.23	c   0.2s|     1 |     0 |    88 |     - |  19M|   0 |  33 |5645 |5414 |5645 | 123 | 123 |   0 |   0 | 0.000000e+00 | 1.352790e+05 |    Inf 
0.19/0.25	c   0.2s|     1 |     0 |   110 |     - |  19M|   0 |  43 |5645 |5414 |5645 | 145 | 145 |   0 |   0 | 0.000000e+00 | 1.352790e+05 |    Inf 
0.19/0.28	c   0.2s|     1 |     0 |   183 |     - |  19M|   0 |  50 |5645 |5414 |5645 | 164 | 164 |   0 |   0 | 0.000000e+00 | 1.352790e+05 |    Inf 
0.39/0.41	c   0.4s|     1 |     2 |   276 |     - |  19M|   0 |  50 |5645 |5414 |5645 | 164 | 164 |   0 |  33 | 0.000000e+00 | 1.352790e+05 |    Inf 
19.39/19.46	c  19.2s| 10000 | 10001 | 11453 |   1.1 |  48M|2371 |   0 |5645 |5414 |5645 | 228 |3800 |   0 | 894 | 0.000000e+00 | 1.352790e+05 |    Inf 
26.49/26.51	o 589
26.49/26.51	c *26.1s| 15477 | 13752 | 11709 |   0.7 |  55M|2460 |   - |5645 |5414 |5645 | 226 |3880 |   0 | 904 | 0.000000e+00 | 5.890000e+02 |    Inf 
26.59/26.61	o 579
26.59/26.61	c *26.2s| 15571 | 13744 | 11734 |   0.7 |  55M|2460 |   - |5645 |5414 |5645 | 226 |3883 |   0 | 904 | 0.000000e+00 | 5.790000e+02 |    Inf 
34.29/34.34	c  33.9s| 20000 | 18151 | 13570 |   0.7 |  64M|2460 |   0 |5645 |5518 |5645 | 259 |4416 | 104 | 977 | 0.000000e+00 | 5.790000e+02 |    Inf 
34.69/34.75	o 342
34.69/34.75	c *34.3s| 20241 | 15546 | 13605 |   0.7 |  59M|2460 |   - |5645 |5518 |5645 | 256 |4426 | 104 | 977 | 0.000000e+00 | 3.420000e+02 |    Inf 
36.69/36.70	o 314
36.69/36.70	c *36.2s| 21291 | 16077 | 14172 |   0.7 |  61M|2460 |   - |5645 |5609 |5645 | 253 |4544 | 195 | 993 | 0.000000e+00 | 3.140000e+02 |    Inf 
36.89/36.96	o 299
36.89/36.96	c *36.5s| 21422 | 15825 | 14299 |   0.7 |  60M|2460 |   - |5645 |5627 |5645 | 246 |4567 | 213 | 995 | 0.000000e+00 | 2.990000e+02 |    Inf 
37.69/37.77	o 277
37.69/37.77	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
37.69/37.77	c *37.3s| 21733 | 15601 | 14624 |   0.7 |  60M|2460 |   - |5645 |5859 |5645 | 251 |4645 | 445 | 995 | 0.000000e+00 | 2.770000e+02 |    Inf 
38.89/38.96	o 274
38.89/38.96	c *38.5s| 22113 | 15789 | 15308 |   0.7 |  61M|2460 |   - |5645 |6258 |5645 | 268 |4839 | 844 | 999 | 0.000000e+00 | 2.740000e+02 |    Inf 
41.49/41.51	o 267
41.49/41.51	c *41.0s| 23120 | 16452 | 16782 |   0.7 |  64M|2460 |   - |5645 |6611 |5645 | 230 |5381 |1197 |1017 | 0.000000e+00 | 2.670000e+02 |    Inf 
41.59/41.67	o 230
41.59/41.67	c *41.1s| 23200 | 15241 | 16856 |   0.7 |  62M|2460 |   - |5645 |6621 |5645 | 227 |5392 |1207 |1017 | 0.000000e+00 | 2.300000e+02 |    Inf 
43.19/43.24	o 218
43.19/43.24	c *42.7s| 23773 | 15301 | 17786 |   0.7 |  63M|2460 |   - |5645 |6981 |5645 | 252 |5728 |1567 |1034 | 0.000000e+00 | 2.180000e+02 |    Inf 
43.19/43.25	o 158
43.19/43.25	c *42.7s| 23774 | 12530 | 17786 |   0.7 |  55M|2460 |   - |5645 |6981 |5645 | 252 |5728 |1567 |1034 | 0.000000e+00 | 1.580000e+02 |    Inf 
45.79/45.81	o 157
45.79/45.81	c *45.2s| 24467 | 12935 | 19822 |   0.8 |  59M|2460 |   - |5645 |7715 |5645 | 241 |6332 |2301 |1106 | 0.000000e+00 | 1.570000e+02 |    Inf 
46.59/46.63	o 156
46.59/46.63	c *46.0s| 24713 | 13028 | 20300 |   0.8 |  60M|2460 |   - |5645 |7927 |5645 | 261 |6459 |2514 |1128 | 0.000000e+00 | 1.560000e+02 |    Inf 
46.69/46.72	o 108
46.69/46.72	c *46.1s| 24756 |  9319 | 20338 |   0.8 |  52M|2460 |   - |5645 |7927 |5645 | 267 |6467 |2514 |1128 | 0.000000e+00 | 1.080000e+02 |    Inf 
46.99/47.04	o 96
46.99/47.04	c *46.4s| 24827 |  8159 | 20746 |   0.8 |  50M|2460 |   - |5645 |7969 |5645 | 236 |6597 |2559 |1144 | 0.000000e+00 | 9.600000e+01 |    Inf 
58.39/58.48	o 95
58.39/58.48	c *57.7s| 27711 |  9734 | 30292 |   1.1 |  64M|2460 |   - |5645 |9005 |5645 | 266 |9358 |5649 |1287 | 0.000000e+00 | 9.500000e+01 |    Inf 
58.69/58.75	o 76
58.69/58.75	c *58.0s| 27806 |  7236 | 30429 |   1.1 |  57M|2460 |   - |5645 |8968 |5645 | 252 |9376 |5731 |1287 | 0.000000e+00 | 7.600000e+01 |    Inf 
58.79/58.85	o 74
58.79/58.85	c *58.1s| 27818 |  6987 | 30486 |   1.1 |  56M|2460 |   - |5645 |8361 |5645 | 255 |9383 |5768 |1287 | 0.000000e+00 | 7.400000e+01 |    Inf 
67.99/68.00	c  67.0s| 30000 |  7722 | 41127 |   1.4 |  64M|2460 |   - |5645 |6910 |   0 |   0 |  12k|8057 |1492 | 0.000000e+00 | 7.400000e+01 |    Inf 
77.09/77.18	o 64
77.09/77.18	c *76.1s| 32617 |  7794 | 52179 |   1.6 |  69M|2460 |   - |5645 |7530 |5645 | 202 |  15k|  10k|1576 | 0.000000e+00 | 6.400000e+01 |    Inf 
77.19/77.25	o 62
77.19/77.25	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
77.19/77.25	c *76.2s| 32630 |  7363 | 52212 |   1.6 |  68M|2460 |   - |5645 |7059 |5645 | 201 |  15k|  10k|1576 | 0.000000e+00 | 6.200000e+01 |    Inf 
77.19/77.26	o 46
77.19/77.26	c *76.2s| 32631 |  5531 | 52217 |   1.6 |  61M|2460 |   - |5645 |7059 |5645 | 201 |  15k|  10k|1576 | 0.000000e+00 | 4.600000e+01 |    Inf 
78.10/78.19	o 40
78.10/78.19	c *77.1s| 32887 |  4986 | 53791 |   1.6 |  57M|2460 |   - |5645 |6622 |5645 | 215 |  15k|  11k|1591 | 0.000000e+00 | 4.000000e+01 |    Inf 
99.29/99.38	c  98.0s| 40000 |  5357 | 83826 |   2.1 |  66M|2460 |   - |5645 |6891 |   0 |   0 |  22k|  21k|1721 | 0.000000e+00 | 4.000000e+01 |    Inf 
100.19/100.26	o 30
100.19/100.26	c *98.8s| 40296 |  4607 | 84992 |   2.1 |  62M|2460 |   - |5645 |6952 |5645 | 247 |  23k|  21k|1726 | 0.000000e+00 | 3.000000e+01 |    Inf 
102.29/102.35	o 20
102.29/102.35	c * 101s| 41111 |  3735 | 87283 |   2.1 |  56M|2460 |   - |5645 |6029 |5645 | 214 |  23k|  22k|1738 | 0.000000e+00 | 2.000000e+01 |    Inf 
115.99/116.06	o 17
115.99/116.06	c * 114s| 47242 |  3537 |108937 |   2.3 |  56M|2460 |   - |5645 |6727 |5645 | 255 |  27k|  30k|1917 | 0.000000e+00 | 1.700000e+01 |    Inf 
121.89/121.97	c   120s| 50000 |  3650 |119188 |   2.4 |  58M|2460 |  10 |5645 |7814 |5645 | 181 |  29k|  34k|1998 | 0.000000e+00 | 1.700000e+01 |    Inf 
130.19/130.23	o 14
130.19/130.23	c * 128s| 53790 |  3361 |132091 |   2.5 |  57M|2460 |   - |5645 |8800 |5645 | 215 |  31k|  39k|2081 | 0.000000e+00 | 1.400000e+01 |    Inf 
133.60/133.63	o 12
133.60/133.63	c * 131s| 55375 |  3311 |137489 |   2.5 |  57M|2460 |   - |5645 |9096 |5645 | 268 |  32k|  41k|2103 | 0.000000e+00 | 1.200000e+01 |    Inf 
143.19/143.26	c   141s| 60000 |  3386 |151914 |   2.5 |  59M|2460 |   1 |5645 |9096 |5645 | 251 |  34k|  48k|2199 | 0.000000e+00 | 1.200000e+01 |    Inf 
143.69/143.78	o 10
143.69/143.78	c * 141s| 60274 |  3090 |152548 |   2.5 |  57M|2460 |   - |5645 |9318 |5645 | 261 |  34k|  48k|2204 | 0.000000e+00 | 1.000000e+01 |    Inf 
156.29/156.30	o 9
156.29/156.30	c * 154s| 66418 |  3160 |173387 |   2.6 |  58M|2460 |   - |5645 |  10k|5645 | 245 |  37k|  56k|2330 | 0.000000e+00 | 9.000000e+00 |    Inf 
163.59/163.65	c   161s| 70000 |  3169 |184683 |   2.6 |  58M|2460 |   - |5645 |7047 |   0 |   0 |  39k|  61k|2482 | 0.000000e+00 | 9.000000e+00 |    Inf 
182.99/183.06	c   180s| 80000 |  3281 |214230 |   2.7 |  61M|2460 |   - |5645 |  10k|   0 |   0 |  43k|  74k|2603 | 0.000000e+00 | 9.000000e+00 |    Inf 
199.79/199.84	o 7
199.79/199.84	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
199.79/199.84	c * 196s| 88051 |  3236 |242473 |   2.8 |  61M|2460 |   - |5645 |8806 |5645 | 230 |  48k|  85k|2778 | 0.000000e+00 | 7.000000e+00 |    Inf 
203.89/203.91	c   200s| 90000 |  3255 |250627 |   2.8 |  62M|2460 |  18 |5645 |9598 |5645 | 234 |  49k|  88k|2838 | 0.000000e+00 | 7.000000e+00 |    Inf 
223.39/223.44	c   219s|100000 |  3265 |282184 |   2.8 |  64M|2460 |   - |5645 |  11k|   0 |   0 |  53k| 102k|3003 | 0.000000e+00 | 7.000000e+00 |    Inf 
231.30/231.32	o 6
231.30/231.32	c * 227s|103831 |  3202 |294779 |   2.8 |  63M|2460 |   - |5645 |  11k|5645 | 212 |  54k| 107k|3046 | 0.000000e+00 | 6.000000e+00 |    Inf 
231.39/231.43	o 5
231.39/231.43	c * 227s|103880 |  3140 |294877 |   2.8 |  62M|2460 |   - |5645 |  10k|5645 | 209 |  55k| 107k|3046 | 0.000000e+00 | 5.000000e+00 |    Inf 
235.00/235.07	o 2
235.00/235.07	c * 231s|105632 |  2755 |300690 |   2.8 |  59M|2460 |   - |5645 |  11k|5645 | 219 |  55k| 110k|3099 | 0.000000e+00 | 2.000000e+00 |    Inf 
243.39/243.50	c   239s|110000 |  2780 |315876 |   2.9 |  60M|2460 |   - |5645 |  11k|5645 | 253 |  58k| 116k|3168 | 0.000000e+00 | 2.000000e+00 |    Inf 
262.99/263.05	c   258s|120000 |  2817 |351347 |   2.9 |  62M|2460 |  11 |5645 |  13k|5645 | 246 |  64k| 130k|3332 | 0.000000e+00 | 2.000000e+00 |    Inf 
283.49/283.58	c   278s|130000 |  2862 |391171 |   3.0 |  63M|2460 |   1 |5645 |  16k|5645 | 248 |  69k| 145k|3486 | 0.000000e+00 | 2.000000e+00 |    Inf 
303.99/304.06	c   298s|140000 |  2797 |428697 |   3.1 |  62M|2460 |   - |5645 |  12k|   0 |   0 |  73k| 159k|3646 | 0.000000e+00 | 2.000000e+00 |    Inf 
324.00/324.07	c   318s|150000 |  2774 |463987 |   3.1 |  63M|2460 |   - |5645 |  15k|   0 |   0 |  78k| 173k|3783 | 0.000000e+00 | 2.000000e+00 |    Inf 
345.70/345.73	c   339s|160000 |  2819 |503113 |   3.1 |  66M|2460 |   1 |5645 |  20k|5645 | 260 |  82k| 189k|3931 | 0.000000e+00 | 2.000000e+00 |    Inf 
368.20/368.24	c   361s|170000 |  2756 |538955 |   3.2 |  64M|2460 |   7 |5645 |  16k|5645 | 205 |  87k| 204k|4224 | 0.000000e+00 | 2.000000e+00 |    Inf 
389.90/389.95	c   383s|180000 |  2839 |578050 |   3.2 |  64M|2460 |   - |5645 |  15k|   0 |   0 |  92k| 217k|4286 | 0.000000e+00 | 2.000000e+00 |    Inf 
412.10/412.17	c   404s|190000 |  2902 |618655 |   3.3 |  67M|2460 |  11 |5645 |  20k|5645 | 275 |  97k| 232k|4403 | 0.000000e+00 | 2.000000e+00 |    Inf 
435.50/435.52	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
435.50/435.52	c   427s|200000 |  2954 |660548 |   3.3 |  68M|2460 |   1 |5645 |  21k|5645 | 293 | 102k| 247k|4541 | 0.000000e+00 | 2.000000e+00 |    Inf 
458.89/459.00	c   450s|210000 |  2962 |703480 |   3.3 |  68M|2460 |  16 |5645 |  20k|5645 | 242 | 107k| 262k|4675 | 0.000000e+00 | 2.000000e+00 |    Inf 
479.50/479.50	c   471s|220000 |  2998 |740117 |   3.4 |  70M|2460 |   - |5645 |  21k|   0 |   0 | 112k| 277k|4759 | 0.000000e+00 | 2.000000e+00 |    Inf 
501.50/501.52	c   492s|230000 |  2998 |782536 |   3.4 |  69M|2460 |  12 |5645 |  20k|5645 | 280 | 116k| 292k|4904 | 0.000000e+00 | 2.000000e+00 |    Inf 
522.41/522.49	c   513s|240000 |  3011 |823521 |   3.4 |  70M|2460 |  12 |5645 |  20k|5645 | 296 | 121k| 306k|4983 | 0.000000e+00 | 2.000000e+00 |    Inf 
542.90/542.92	c   533s|250000 |  2969 |864099 |   3.5 |  71M|2460 |   - |5645 |  23k|   0 |   0 | 125k| 321k|5098 | 0.000000e+00 | 2.000000e+00 |    Inf 
563.90/563.90	c   553s|260000 |  2951 |898799 |   3.5 |  71M|2460 |  16 |5645 |  23k|5645 | 271 | 129k| 335k|5171 | 0.000000e+00 | 2.000000e+00 |    Inf 
586.00/586.02	c   575s|270000 |  2993 |939876 |   3.5 |  72M|2460 |   - |5645 |  24k|   0 |   0 | 135k| 349k|5285 | 0.000000e+00 | 2.000000e+00 |    Inf 
607.21/607.29	c   596s|280000 |  3014 |978540 |   3.5 |  73M|2460 |   - |5645 |  25k|   0 |   0 | 139k| 364k|5364 | 0.000000e+00 | 2.000000e+00 |    Inf 
630.00/630.05	c   618s|290000 |  3091 |  1017k|   3.5 |  74M|2460 |   - |5645 |  28k|   0 |   0 | 144k| 379k|5449 | 0.000000e+00 | 2.000000e+00 |    Inf 
646.50/646.57	o 1
646.50/646.57	c * 635s|297088 |  2892 |  1043k|   3.5 |  72M|2460 |   - |5645 |  29k|5645 | 289 | 148k| 390k|5497 | 0.000000e+00 | 1.000000e-00 |    Inf 
653.20/653.28	c   641s|300000 |  2867 |  1054k|   3.5 |  70M|2460 |  10 |5645 |  24k|5645 | 253 | 149k| 394k|5524 | 0.000000e+00 | 1.000000e-00 |    Inf 
675.21/675.23	c   663s|310000 |  2896 |  1088k|   3.5 |  71M|2460 |   - |5645 |  26k|   0 |   0 | 154k| 409k|5572 | 0.000000e+00 | 1.000000e-00 |    Inf 
697.21/697.28	c   685s|320000 |  2932 |  1121k|   3.5 |  72M|2460 |   1 |5645 |  27k|5645 | 274 | 156k| 424k|5626 | 0.000000e+00 | 1.000000e-00 |    Inf 
719.10/719.15	c   706s|330000 |  2890 |  1156k|   3.5 |  72M|2460 |   - |5645 |  27k|   0 |   0 | 161k| 440k|5711 | 0.000000e+00 | 1.000000e-00 |    Inf 
740.81/740.87	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
740.81/740.87	c   727s|340000 |  2848 |  1191k|   3.5 |  70M|2460 |  11 |5645 |  22k|5645 | 277 | 165k| 455k|5789 | 0.000000e+00 | 1.000000e-00 |    Inf 
761.91/761.95	c   748s|350000 |  2795 |  1225k|   3.5 |  69M|2460 |   1 |5645 |  21k|5645 | 260 | 169k| 469k|5843 | 0.000000e+00 | 1.000000e-00 |    Inf 
782.30/782.31	c   768s|360000 |  2764 |  1261k|   3.5 |  68M|2460 |   1 |5645 |  19k|5645 | 253 | 172k| 484k|5915 | 0.000000e+00 | 1.000000e-00 |    Inf 
803.60/803.61	c   789s|370000 |  2773 |  1299k|   3.5 |  68M|2460 |   1 |5645 |  20k|5645 | 232 | 176k| 498k|5981 | 0.000000e+00 | 1.000000e-00 |    Inf 
826.21/826.20	c   810s|380000 |  2808 |  1335k|   3.5 |  69M|2460 |   - |5645 |  22k|   0 |   0 | 180k| 512k|6045 | 0.000000e+00 | 1.000000e-00 |    Inf 
849.61/849.61	c   833s|390000 |  2806 |  1373k|   3.5 |  70M|2460 |   - |5645 |  24k|   0 |   0 | 185k| 526k|6118 | 0.000000e+00 | 1.000000e-00 |    Inf 
875.20/875.23	c   858s|400000 |  2869 |  1410k|   3.5 |  71M|2460 |   - |5645 |  27k|   0 |   0 | 190k| 541k|6157 | 0.000000e+00 | 1.000000e-00 |    Inf 
901.11/901.11	c   883s|410000 |  2826 |  1444k|   3.5 |  71M|2460 |  10 |5645 |  26k|5645 | 254 | 195k| 556k|6212 | 0.000000e+00 | 1.000000e-00 |    Inf 
927.40/927.41	c   909s|420000 |  2825 |  1481k|   3.5 |  71M|2460 |   - |5645 |  26k|   0 |   0 | 199k| 570k|6312 | 0.000000e+00 | 1.000000e-00 |    Inf 
953.62/953.62	c   934s|430000 |  2827 |  1515k|   3.5 |  71M|2460 |  16 |5645 |  25k|5645 | 212 | 203k| 585k|6445 | 0.000000e+00 | 1.000000e-00 |    Inf 
979.50/979.58	c   959s|440000 |  2874 |  1548k|   3.5 |  72M|2460 |   - |5645 |  26k|   0 |   0 | 209k| 599k|6495 | 0.000000e+00 | 1.000000e-00 |    Inf 
1005.32/1005.33	c   984s|450000 |  2758 |  1585k|   3.5 |  68M|2460 |   1 |5645 |  20k|5645 | 231 | 215k| 613k|6565 | 0.000000e+00 | 1.000000e-00 |    Inf 
1026.61/1026.69	c  1005s|460000 |  2853 |  1631k|   3.5 |  66M|2460 |   - |5645 |  11k|   0 |   0 | 223k| 627k|6901 | 0.000000e+00 | 1.000000e-00 |    Inf 
1046.71/1046.75	c  1024s|470000 |  3035 |  1673k|   3.6 |  68M|2460 |  10 |5645 |  11k|5645 | 215 | 228k| 640k|7221 | 0.000000e+00 | 1.000000e-00 |    Inf 
1066.72/1066.76	c  1043s|480000 |  3053 |  1711k|   3.6 |  69M|2460 |  16 |5645 |  13k|5645 | 213 | 232k| 654k|7254 | 0.000000e+00 | 1.000000e-00 |    Inf 
1087.71/1087.79	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1087.71/1087.79	c  1064s|490000 |  3071 |  1751k|   3.6 |  69M|2460 |   1 |5645 |  11k|5645 | 189 | 236k| 667k|7278 | 0.000000e+00 | 1.000000e-00 |    Inf 
1107.81/1107.84	c  1083s|500000 |  3234 |  1792k|   3.6 |  71M|2460 |  16 |5645 |  12k|5645 | 221 | 241k| 681k|7352 | 0.000000e+00 | 1.000000e-00 |    Inf 
1127.31/1127.37	c  1102s|510000 |  3350 |  1829k|   3.6 |  73M|2460 |   - |5645 |  13k|   0 |   0 | 245k| 695k|7455 | 0.000000e+00 | 1.000000e-00 |    Inf 
1147.91/1147.91	c  1122s|520000 |  3447 |  1864k|   3.6 |  75M|2460 |   1 |5645 |  17k|5645 | 237 | 249k| 709k|7506 | 0.000000e+00 | 1.000000e-00 |    Inf 
1168.01/1168.02	c  1141s|530000 |  3411 |  1894k|   3.6 |  74M|2460 |   6 |5645 |  15k|5645 | 230 | 252k| 723k|7541 | 0.000000e+00 | 1.000000e-00 |    Inf 
1187.31/1187.39	c  1160s|540000 |  3324 |  1926k|   3.6 |  73M|2460 |   7 |5645 |  14k|5645 | 246 | 257k| 736k|7614 | 0.000000e+00 | 1.000000e-00 |    Inf 
1207.92/1207.94	c  1180s|550000 |  3471 |  1963k|   3.6 |  75M|2460 |   - |5645 |  15k|   0 |   0 | 261k| 749k|7724 | 0.000000e+00 | 1.000000e-00 |    Inf 
1228.62/1228.62	c  1200s|560000 |  3504 |  1995k|   3.6 |  75M|2460 |   1 |5645 |  14k|5645 | 234 | 266k| 762k|7819 | 0.000000e+00 | 1.000000e-00 |    Inf 
1250.91/1250.90	c  1221s|570000 |  3643 |  2035k|   3.6 |  78M|2460 |   - |5645 |  17k|   0 |   0 | 271k| 776k|7867 | 0.000000e+00 | 1.000000e-00 |    Inf 
1273.62/1273.64	c  1243s|580000 |  3686 |  2081k|   3.6 |  79M|2460 |   1 |5645 |  17k|5645 | 240 | 278k| 791k|7918 | 0.000000e+00 | 1.000000e-00 |    Inf 
1297.01/1297.01	c  1266s|590000 |  3728 |  2123k|   3.6 |  79M|2460 |   - |5645 |  17k|   0 |   0 | 284k| 805k|7971 | 0.000000e+00 | 1.000000e-00 |    Inf 
1319.62/1319.68	c  1288s|600000 |  3723 |  2161k|   3.6 |  80M|2460 |  24 |5645 |  17k|5645 | 278 | 288k| 819k|8022 | 0.000000e+00 | 1.000000e-00 |    Inf 
1341.62/1341.63	c  1309s|610000 |  3719 |  2201k|   3.6 |  80M|2460 |   - |5645 |  17k|   0 |   0 | 293k| 833k|8081 | 0.000000e+00 | 1.000000e-00 |    Inf 
1363.51/1363.54	c  1330s|620000 |  3741 |  2239k|   3.6 |  81M|2460 |   - |5645 |  17k|   0 |   0 | 299k| 847k|8152 | 0.000000e+00 | 1.000000e-00 |    Inf 
1385.92/1385.91	c  1352s|630000 |  3744 |  2277k|   3.6 |  82M|2460 |   - |5645 |  18k|   0 |   0 | 304k| 860k|8216 | 0.000000e+00 | 1.000000e-00 |    Inf 
1407.82/1407.83	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1407.82/1407.83	c  1373s|640000 |  3747 |  2318k|   3.6 |  81M|2460 |   - |5645 |  16k|   0 |   0 | 309k| 874k|8263 | 0.000000e+00 | 1.000000e-00 |    Inf 
1429.93/1429.91	c  1394s|650000 |  3633 |  2359k|   3.6 |  80M|2460 |   1 |5645 |  15k|5645 | 233 | 313k| 887k|8317 | 0.000000e+00 | 1.000000e-00 |    Inf 
1449.83/1449.84	c  1413s|660000 |  3528 |  2392k|   3.6 |  78M|2460 |   1 |5645 |  15k|5645 | 204 | 317k| 901k|8410 | 0.000000e+00 | 1.000000e-00 |    Inf 
1469.92/1469.91	c  1433s|670000 |  3878 |  2431k|   3.6 |  80M|2460 |   - |5645 |  13k|   0 |   0 | 323k| 915k|8503 | 0.000000e+00 | 1.000000e-00 |    Inf 
1489.92/1489.92	c  1452s|680000 |  4539 |  2478k|   3.6 |  85M|2460 |   1 |5645 |  15k|5645 | 219 | 329k| 929k|8565 | 0.000000e+00 | 1.000000e-00 |    Inf 
1510.52/1510.50	c  1472s|690000 |  4963 |  2526k|   3.7 |  88M|2460 |   1 |5645 |  15k|5645 | 219 | 336k| 944k|8624 | 0.000000e+00 | 1.000000e-00 |    Inf 
1531.52/1531.58	c  1492s|700000 |  5156 |  2574k|   3.7 |  89M|2460 |   1 |5645 |  14k|5645 | 205 | 342k| 959k|8680 | 0.000000e+00 | 1.000000e-00 |    Inf 
1551.92/1551.98	c  1512s|710000 |  5614 |  2628k|   3.7 |  93M|2460 |  12 |5645 |  14k|5645 | 189 | 349k| 975k|8741 | 0.000000e+00 | 1.000000e-00 |    Inf 
1572.42/1572.46	c  1531s|720000 |  5897 |  2673k|   3.7 |  97M|2460 |   - |5645 |  16k|   0 |   0 | 355k| 989k|8795 | 0.000000e+00 | 1.000000e-00 |    Inf 
1593.83/1593.81	c  1552s|730000 |  6157 |  2716k|   3.7 |  99M|2460 |   7 |5645 |  15k|5645 | 241 | 361k|1002k|8850 | 0.000000e+00 | 1.000000e-00 |    Inf 
1614.03/1614.09	c  1572s|740000 |  6439 |  2766k|   3.7 | 101M|2460 |   - |5645 |  15k|   0 |   0 | 366k|1017k|8902 | 0.000000e+00 | 1.000000e-00 |    Inf 
1634.63/1634.66	c  1592s|750000 |  6711 |  2813k|   3.8 | 104M|2460 |   - |5645 |  16k|   0 |   0 | 371k|1032k|8958 | 0.000000e+00 | 1.000000e-00 |    Inf 
1654.82/1654.89	c  1611s|760000 |  6857 |  2860k|   3.8 | 106M|2460 |   - |5645 |  16k|   0 |   0 | 376k|1047k|9017 | 0.000000e+00 | 1.000000e-00 |    Inf 
1674.82/1674.81	c  1630s|770000 |  7087 |  2899k|   3.8 | 108M|2460 |   1 |5645 |  17k|5645 | 214 | 381k|1062k|9054 | 0.000000e+00 | 1.000000e-00 |    Inf 
1695.73/1695.75	c  1650s|780000 |  7140 |  2937k|   3.8 | 109M|2460 |   - |5645 |  17k|   0 |   0 | 386k|1076k|9085 | 0.000000e+00 | 1.000000e-00 |    Inf 
1717.23/1717.29	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1717.23/1717.29	c  1671s|790000 |  7275 |  2987k|   3.8 | 110M|2460 |   - |5645 |  15k|   0 |   0 | 391k|1092k|9132 | 0.000000e+00 | 1.000000e-00 |    Inf 
1737.93/1737.96	c  1691s|800000 |  7550 |  3025k|   3.8 | 113M|2460 |  10 |5645 |  17k|5645 | 175 | 397k|1106k|9175 | 0.000000e+00 | 1.000000e-00 |    Inf 
1759.63/1759.64	c  1712s|810000 |  7762 |  3066k|   3.8 | 115M|2460 |   - |5645 |  16k|   0 |   0 | 402k|1121k|9222 | 0.000000e+00 | 1.000000e-00 |    Inf 
1780.72/1780.70	c  1732s|820000 |  7864 |  3111k|   3.8 | 117M|2460 |   - |5645 |  16k|   0 |   0 | 407k|1135k|9289 | 0.000000e+00 | 1.000000e-00 |    Inf 
1800.03/1800.00	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.03/1800.00	c 
1800.03/1800.00	c SCIP Status        : solving was interrupted [user interrupt]
1800.03/1800.00	c Solving Time (sec) : 1751.08
1800.03/1800.00	c Solving Nodes      : 829205
1800.03/1800.00	c Primal Bound       : +1.00000000000000e-00 (278 solutions)
1800.03/1800.00	c Dual Bound         : +0.00000000000000e+00
1800.03/1800.00	c Gap                : infinite
1800.03/1800.08	s SATISFIABLE
1800.03/1800.08	v -x231 -x230 -x229 -x228 -x227 x226 -x225 -x224 -x223 -x222 -x221 -x220 -x219 x218 -x217 -x216 -x215 -x214 -x213 -x212 -x211 -x210 
1800.03/1800.08	v x209 -x208 -x207 -x206 -x205 -x204 -x203 -x202 -x201 -x200 -x199 -x198 -x197 -x196 -x195 x194 -x193 -x192 x191 -x190 -x189 
1800.03/1800.08	v -x188 -x187 -x186 -x185 -x184 -x183 -x182 -x181 -x180 -x179 -x178 -x177 -x176 -x175 -x174 -x173 -x172 -x171 -x170 -x169 -x168 
1800.03/1800.08	v -x167 -x166 x165 -x164 -x163 -x162 -x161 -x160 x159 -x158 -x157 -x156 -x155 -x154 -x153 -x152 -x151 -x150 -x149 -x148 -x147 
1800.03/1800.08	v x146 -x145 -x144 -x143 -x142 -x141 -x140 -x139 -x138 -x137 -x136 -x135 -x134 -x133 x132 -x131 x130 -x129 -x128 -x127 -x126 -x125 
1800.03/1800.08	v -x124 -x123 -x122 -x121 -x120 -x119 -x118 -x117 -x116 -x115 -x114 -x113 -x112 x111 -x110 x109 -x108 -x107 -x106 -x105 -x104 
1800.03/1800.08	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 
1800.03/1800.08	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 
1800.03/1800.08	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 
1800.03/1800.08	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 
1800.03/1800.08	v -x1 
1800.03/1800.08	c SCIP Status        : solving was interrupted [user interrupt]
1800.03/1800.08	c Solving Time       :    1751.08
1800.03/1800.08	c Original Problem   :
1800.03/1800.08	c   Problem name     : HOME/instance-2692993-1277927613.wbo
1800.03/1800.08	c   Variables        : 5645 (2938 binary, 0 integer, 0 implicit integer, 2707 continuous)
1800.03/1800.08	c   Constraints      : 5415 initial, 5415 maximal
1800.03/1800.08	c Presolved Problem  :
1800.03/1800.08	c   Problem name     : t_HOME/instance-2692993-1277927613.wbo
1800.03/1800.08	c   Variables        : 5645 (2938 binary, 0 integer, 0 implicit integer, 2707 continuous)
1800.03/1800.08	c   Constraints      : 5414 initial, 29920 maximal
1800.03/1800.08	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.03/1800.08	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.08	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.08	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.08	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.08	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.08	c   probing          :       0.03          0          0          0          0          0          0          0          0
1800.03/1800.08	c   indicator        :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.08	c   linear           :       0.02          0          0          0       2707          0          1          0          0
1800.03/1800.08	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.08	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.08	c   root node        :          -       2707          -          -       5414          -          -          -          -
1800.03/1800.08	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.03/1800.08	c   integral         :          0          0          0     512749          0         10        741          0          0     875828
1800.03/1800.08	c   indicator        :       2707          0    1468203      47377          0        120    2145330          0          0          0
1800.03/1800.08	c   linear           :       2707          6    4471110      73908          0     334482   18312419     412234          0          0
1800.03/1800.08	c   logicor          :          0+         0    1371356          0          0      80827    1825488          0          0          0
1800.03/1800.08	c   bounddisjunction :          0+         0       2142          0          0          0        105          0          0          0
1800.03/1800.08	c   countsols        :          0          0          0      28179          0          0          0          0          0          0
1800.03/1800.08	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.03/1800.08	c   integral         :      15.36       0.00       0.00      15.36       0.00
1800.03/1800.08	c   indicator        :      13.66       0.00       7.89       5.77       0.00
1800.03/1800.08	c   linear           :     239.77       0.00     232.51       7.26       0.00
1800.03/1800.08	c   logicor          :     252.60       0.00     252.60       0.00       0.00
1800.03/1800.08	c   bounddisjunction :       0.00       0.00       0.00       0.00       0.00
1800.03/1800.08	c   countsols        :       0.01       0.00       0.00       0.01       0.00
1800.03/1800.08	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.03/1800.08	c   vbounds          :       0.53          2          0          0
1800.03/1800.08	c   rootredcost      :       0.45         34          0       2707
1800.03/1800.08	c   pseudoobj        :     212.79    4475451       3619    1256969
1800.03/1800.08	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.03/1800.08	c   propagation      :      29.03     418928     418758    2703781       33.8      19092       22.8          -
1800.03/1800.08	c   infeasible LP    :       4.12       9395       9395      75652       44.1        147       20.0          0
1800.03/1800.08	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.03/1800.08	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.03/1800.08	c   pseudo solution  :       0.04        114        114        469       14.8        176        5.0          -
1800.03/1800.08	c   applied globally :          -          -          -    1148997       26.0          -          -          -
1800.03/1800.08	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.03/1800.08	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.03/1800.08	c   cut pool         :       0.00          3          -          -          2          -    (maximal pool size: 74)
1800.03/1800.08	c   redcost          :      36.26     516187          0     840022          0          0
1800.03/1800.08	c   impliedbounds    :       0.00          4          0          0          0          0
1800.03/1800.08	c   intobj           :       0.00          0          0          0          0          0
1800.03/1800.08	c   cgmip            :       0.00          0          0          0          0          0
1800.03/1800.08	c   gomory           :       0.01          4          0          0         75          0
1800.03/1800.08	c   strongcg         :       0.00          4          0          0          0          0
1800.03/1800.08	c   cmir             :       0.01          4          0          0          1          0
1800.03/1800.08	c   flowcover        :       0.03          4          0          0          2          0
1800.03/1800.08	c   clique           :       0.00          1          0          0          0          0
1800.03/1800.08	c   zerohalf         :       0.00          0          0          0          0          0
1800.03/1800.08	c   mcf              :       0.00          1          0          0          0          0
1800.03/1800.08	c   rapidlearning    :       0.00          0          0          0          0          0
1800.03/1800.08	c Pricers            :       Time      Calls       Vars
1800.03/1800.08	c   problem variables:       0.00          0          0
1800.03/1800.08	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.03/1800.08	c   relpscost        :      15.13     438512         10        741          0          0     875828
1800.03/1800.08	c   pscost           :       0.00          0          0          0          0          0          0
1800.03/1800.08	c   inference        :       5.59      28145          0          0          0          0      56290
1800.03/1800.08	c   mostinf          :       0.00          0          0          0          0          0          0
1800.03/1800.08	c   leastinf         :       0.00          0          0          0          0          0          0
1800.03/1800.08	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.03/1800.08	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.03/1800.08	c   random           :       0.00          0          0          0          0          0          0
1800.03/1800.08	c Primal Heuristics  :       Time      Calls      Found
1800.03/1800.08	c   LP solutions     :       0.09          -         34
1800.03/1800.08	c   pseudo solutions :       0.00          -          0
1800.03/1800.08	c   feaspump         :       0.00          0          0
1800.03/1800.08	c   oneopt           :       0.44         32          0
1800.03/1800.08	c   intshifting      :       0.01          4          0
1800.03/1800.08	c   guideddiving     :       0.06         22          0
1800.03/1800.08	c   coefdiving       :       0.20        116          0
1800.03/1800.08	c   pscostdiving     :       0.18        116          0
1800.03/1800.08	c   fracdiving       :       0.21        116          0
1800.03/1800.08	c   veclendiving     :       0.19        116          0
1800.03/1800.08	c   linesearchdiving :       0.14        116          0
1800.03/1800.08	c   crossover        :       1.51         44          0
1800.03/1800.08	c   objpscostdiving  :       0.22        116          0
1800.03/1800.08	c   rootsoldiving    :       0.18        116          0
1800.03/1800.08	c   trivial          :       0.09          2          2
1800.03/1800.08	c   simplerounding   :       0.67     439807          0
1800.03/1800.08	c   zirounding       :       0.29       1000          0
1800.03/1800.08	c   rounding         :       2.40       9386          0
1800.03/1800.08	c   shifting         :       1.30       2891          0
1800.03/1800.08	c   twoopt           :       0.00          0          0
1800.03/1800.08	c   fixandinfer      :       0.00          0          0
1800.03/1800.08	c   intdiving        :       0.00          0          0
1800.03/1800.08	c   actconsdiving    :       0.00          0          0
1800.03/1800.08	c   octane           :       0.00          0          0
1800.03/1800.08	c   rens             :       0.03          1          0
1800.03/1800.08	c   rins             :       0.00          0          0
1800.03/1800.08	c   localbranching   :       0.00          0          0
1800.03/1800.08	c   mutation         :       0.00          0          0
1800.03/1800.08	c   dins             :       0.00          0          0
1800.03/1800.08	c   undercover       :       0.00          0          0
1800.03/1800.08	c   nlp              :       0.15          0          0
1800.03/1800.08	c   trysol           :       3.09       5190        242
1800.03/1800.08	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.03/1800.08	c   primal LP        :       0.00          0          0       0.00          -
1800.03/1800.08	c   dual LP          :     451.12     496484    3151559       6.35    6986.08
1800.03/1800.08	c   lex dual LP      :       0.00          0          0       0.00          -
1800.03/1800.08	c   barrier LP       :       0.00          0          0       0.00          -
1800.03/1800.08	c   diving/probing LP:       0.12         43        794      18.47    6616.67
1800.03/1800.08	c   strong branching :      11.97       9332     103108      11.05    8613.87
1800.03/1800.08	c     (at root node) :          -         33       1884      57.09          -
1800.03/1800.08	c   conflict analysis:       0.00          0          0       0.00          -
1800.03/1800.08	c B&B Tree           :
1800.03/1800.08	c   number of runs   :          1
1800.03/1800.08	c   nodes            :     829205
1800.03/1800.08	c   nodes (total)    :     829205
1800.03/1800.08	c   nodes left       :       7998
1800.03/1800.08	c   max depth        :       2460
1800.03/1800.08	c   max depth (total):       2460
1800.03/1800.08	c   backtracks       :      73538 (8.9%)
1800.03/1800.08	c   delayed cutoffs  :      68605
1800.03/1800.08	c   repropagations   :    2305135 (4021295 domain reductions, 65447 cutoffs)
1800.03/1800.08	c   avg switch length:       6.94
1800.03/1800.08	c   switching time   :     263.67
1800.03/1800.08	c Solution           :
1800.03/1800.08	c   Solutions found  :        278 (35 improvements)
1800.03/1800.08	c   First Solution   : +1.35279000000000e+05   (in run 1, after 0 nodes, 0.01 seconds, depth 0, found by <trivial>)
1800.03/1800.08	c   Primal Bound     : +1.00000000000000e-00   (in run 1, after 297088 nodes, 634.62 seconds, depth 54, found by <relaxation>)
1800.03/1800.08	c   Dual Bound       : +0.00000000000000e+00
1800.03/1800.08	c   Gap              :   infinite
1800.03/1800.08	c   Root Dual Bound  : +0.00000000000000e+00
1800.03/1800.08	c   Root Iterations  :        183
1800.23/1800.25	c Time complete: 1800.28.

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-2692993-1277927613/watcher-2692993-1277927613 -o /tmp/evaluation-result-2692993-1277927613/solver-2692993-1277927613 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2692993-1277927613.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.03 2.00 1.99 4/178 17667
/proc/meminfo: memFree=29472008/32951124 swapFree=67111528/67111528
[pid=17667] ppid=17665 vsize=11300 CPUtime=0
/proc/17667/stat : 17667 (pbscip.linux.x8) R 17665 17667 15312 0 -1 4202496 1750 0 0 0 0 0 0 0 25 0 1 0 134055951 11571200 1671 4089446400 4194304 9819077 140735191436624 18446744073709551615 8656455 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/17667/statm: 2825 1671 392 1374 0 1446 0

[startup+0.0635769 s]
/proc/loadavg: 2.03 2.00 1.99 4/178 17667
/proc/meminfo: memFree=29472008/32951124 swapFree=67111528/67111528
[pid=17667] ppid=17665 vsize=36396 CPUtime=0.05
/proc/17667/stat : 17667 (pbscip.linux.x8) R 17665 17667 15312 0 -1 4202496 8122 0 0 0 5 0 0 0 25 0 1 0 134055951 37269504 7689 4089446400 4194304 9819077 140735191436624 18446744073709551615 8678556 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/17667/statm: 9099 7689 469 1374 0 7720 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 36396

[startup+0.100572 s]
/proc/loadavg: 2.03 2.00 1.99 4/178 17667
/proc/meminfo: memFree=29472008/32951124 swapFree=67111528/67111528
[pid=17667] ppid=17665 vsize=36396 CPUtime=0.09
/proc/17667/stat : 17667 (pbscip.linux.x8) R 17665 17667 15312 0 -1 4202496 8122 0 0 0 9 0 0 0 25 0 1 0 134055951 37269504 7689 4089446400 4194304 9819077 140735191436624 18446744073709551615 4241136 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/17667/statm: 9099 7689 469 1374 0 7720 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 36396

[startup+0.300537 s]
/proc/loadavg: 2.03 2.00 1.99 4/178 17667
/proc/meminfo: memFree=29472008/32951124 swapFree=67111528/67111528
[pid=17667] ppid=17665 vsize=54536 CPUtime=0.29
/proc/17667/stat : 17667 (pbscip.linux.x8) R 17665 17667 15312 0 -1 4202496 12894 0 0 0 28 1 0 0 25 0 1 0 134055951 55844864 11863 4089446400 4194304 9819077 140735191436624 18446744073709551615 8675336 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/17667/statm: 13634 11891 674 1374 0 12255 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 54536

[startup+0.700466 s]
/proc/loadavg: 2.03 2.00 1.99 4/178 17667
/proc/meminfo: memFree=29472008/32951124 swapFree=67111528/67111528
[pid=17667] ppid=17665 vsize=45884 CPUtime=0.69
/proc/17667/stat : 17667 (pbscip.linux.x8) R 17665 17667 15312 0 -1 4202496 27977 0 0 0 66 3 0 0 25 0 1 0 134055951 46985216 9944 4089446400 4194304 9819077 140735191436624 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/17667/statm: 11471 9944 698 1374 0 10092 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 45884

[startup+1.50032 s]
/proc/loadavg: 2.03 2.00 1.99 3/179 17668
/proc/meminfo: memFree=29430956/32951124 swapFree=67111528/67111528
[pid=17667] ppid=17665 vsize=49012 CPUtime=1.49
/proc/17667/stat : 17667 (pbscip.linux.x8) R 17665 17667 15312 0 -1 4202496 41894 0 0 0 143 6 0 0 25 0 1 0 134055951 50188288 10338 4089446400 4194304 9819077 140735191436624 18446744073709551615 6361616 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/17667/statm: 12253 10338 699 1374 0 10874 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 49012

[startup+3.10105 s]
/proc/loadavg: 2.03 2.00 1.99 3/179 17668
/proc/meminfo: memFree=29424508/32951124 swapFree=67111528/67111528
[pid=17667] ppid=17665 vsize=52664 CPUtime=3.09
/proc/17667/stat : 17667 (pbscip.linux.x8) R 17665 17667 15312 0 -1 4202496 52913 0 0 0 300 9 0 0 25 0 1 0 134055951 53927936 11629 4089446400 4194304 9819077 140735191436624 18446744073709551615 4643241 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/17667/statm: 13166 11629 700 1374 0 11787 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 52664

[startup+6.30048 s]
/proc/loadavg: 2.03 2.00 1.99 3/179 17668
/proc/meminfo: memFree=29411052/32951124 swapFree=67111528/67111528
[pid=17667] ppid=17665 vsize=59956 CPUtime=6.29
/proc/17667/stat : 17667 (pbscip.linux.x8) R 17665 17667 15312 0 -1 4202496 74262 0 0 0 614 15 0 0 25 0 1 0 134055951 61394944 13339 4089446400 4194304 9819077 140735191436624 18446744073709551615 4966061 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/17667/statm: 14989 13339 700 1374 0 13610 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 59956

[startup+12.7004 s]
/proc/loadavg: 2.03 2.00 1.99 3/179 17668
/proc/meminfo: memFree=29391100/32951124 swapFree=67111528/67111528
[pid=17667] ppid=17665 vsize=66616 CPUtime=12.69
/proc/17667/stat : 17667 (pbscip.linux.x8) R 17665 17667 15312 0 -1 4202496 80887 0 0 0 1249 20 0 0 25 0 1 0 134055951 68214784 15186 4089446400 4194304 9819077 140735191436624 18446744073709551615 6590431 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/17667/statm: 16654 15186 700 1374 0 15275 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 66616

[startup+25.5011 s]
/proc/loadavg: 2.02 2.00 1.99 3/179 17669
/proc/meminfo: memFree=29354648/32951124 swapFree=67111528/67111528
[pid=17667] ppid=17665 vsize=86404 CPUtime=25.49
/proc/17667/stat : 17667 (pbscip.linux.x8) R 17665 17667 15312 0 -1 4202496 96082 0 0 0 2517 32 0 0 25 0 1 0 134055951 88477696 20131 4089446400 4194304 9819077 140735191436624 18446744073709551615 6590521 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/17667/statm: 21601 20131 700 1374 0 20222 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 86404

[startup+51.1006 s]
/proc/loadavg: 2.01 2.00 1.99 3/179 17670
/proc/meminfo: memFree=29293416/32951124 swapFree=67111528/67111528
[pid=17667] ppid=17665 vsize=117656 CPUtime=51.09
/proc/17667/stat : 17667 (pbscip.linux.x8) R 17665 17667 15312 0 -1 4202496 204369 0 0 0 5044 65 0 0 25 0 1 0 134055951 120479744 27742 4089446400 4194304 9819077 140735191436624 18446744073709551615 5955516 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/17667/statm: 29414 27742 707 1374 0 28035 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 117656

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 1.99 3/179 17671
/proc/meminfo: memFree=29146696/32951124 swapFree=67111528/67111528
[pid=17667] ppid=17665 vsize=201036 CPUtime=102.29
/proc/17667/stat : 17667 (pbscip.linux.x8) R 17665 17667 15312 0 -1 4202496 362326 0 0 0 10084 145 0 0 25 0 1 0 134055951 205860864 47618 4089446400 4194304 9819077 140735191436624 18446744073709551615 4999797 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/17667/statm: 50259 47618 711 1374 0 48880 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 201036

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 1.99 3/179 17672
/proc/meminfo: memFree=29023644/32951124 swapFree=67111528/67111528
[pid=17667] ppid=17665 vsize=218388 CPUtime=162.29
/proc/17667/stat : 17667 (pbscip.linux.x8) R 17665 17667 15312 0 -1 4202496 566907 0 0 0 15955 274 0 0 25 0 1 0 134055951 223629312 51793 4089446400 4194304 9819077 140735191436624 18446744073709551615 5507289 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/17667/statm: 54597 51793 724 1374 0 53218 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 218388

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 1.99 3/179 17674
/proc/meminfo: memFree=28918308/32951124 swapFree=67111528/67111528
[pid=17667] ppid=17665 vsize=225916 CPUtime=222.29
/proc/17667/stat : 17667 (pbscip.linux.x8) R 17665 17667 15312 0 -1 4202496 746579 0 0 0 21827 402 0 0 25 0 1 0 134055951 231337984 53587 4089446400 4194304 9819077 140735191436624 18446744073709551615 4827501 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/17667/statm: 56479 53587 725 1374 0 55100 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 225916

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 1.99 3/179 17676
/proc/meminfo: memFree=28838268/32951124 swapFree=67111528/67111528
[pid=17667] ppid=17665 vsize=229220 CPUtime=282.29
/proc/17667/stat : 17667 (pbscip.linux.x8) R 17665 17667 15312 0 -1 4202496 923779 0 0 0 27702 527 0 0 25 0 1 0 134055951 234721280 54427 4089446400 4194304 9819077 140735191436624 18446744073709551615 6367550 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/17667/statm: 57305 54427 725 1374 0 55926 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 229220

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 1.99 3/179 17678
/proc/meminfo: memFree=28777460/32951124 swapFree=67111528/67111528
[pid=17667] ppid=17665 vsize=231908 CPUtime=342.3
/proc/17667/stat : 17667 (pbscip.linux.x8) R 17665 17667 15312 0 -1 4202496 1071762 0 0 0 33585 645 0 0 25 0 1 0 134055951 237473792 55110 4089446400 4194304 9819077 140735191436624 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/17667/statm: 57977 55110 725 1374 0 56598 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 231908

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 1.99 3/179 17679
/proc/meminfo: memFree=28702892/32951124 swapFree=67111528/67111528
[pid=17667] ppid=17665 vsize=233720 CPUtime=402.3
/proc/17667/stat : 17667 (pbscip.linux.x8) R 17665 17667 15312 0 -1 4202496 1194887 0 0 0 39479 751 0 0 25 0 1 0 134055951 239329280 55524 4089446400 4194304 9819077 140735191436624 18446744073709551615 6671086 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/17667/statm: 58430 55524 725 1374 0 57051 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 233720

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 1.99 3/179 17689
/proc/meminfo: memFree=28631728/32951124 swapFree=67111528/67111528
[pid=17667] ppid=17665 vsize=235604 CPUtime=462.3
/proc/17667/stat : 17667 (pbscip.linux.x8) R 17665 17667 15312 0 -1 4202496 1331706 0 0 0 45374 856 0 0 25 0 1 0 134055951 241258496 56001 4089446400 4194304 9819077 140735191436624 18446744073709551615 4998357 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/17667/statm: 58901 56001 725 1374 0 57522 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 235604

[startup+522.301 s]
/proc/loadavg: 2.07 2.02 2.00 3/179 17691
/proc/meminfo: memFree=28551420/32951124 swapFree=67111528/67111528
[pid=17667] ppid=17665 vsize=237360 CPUtime=522.3
/proc/17667/stat : 17667 (pbscip.linux.x8) R 17665 17667 15312 0 -1 4202496 1467269 0 0 0 51261 969 0 0 25 0 1 0 134055951 243056640 56464 4089446400 4194304 9819077 140735191436624 18446744073709551615 6567612 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/17667/statm: 59340 56464 725 1374 0 57961 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 237360

[startup+582.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 17693
/proc/meminfo: memFree=28469760/32951124 swapFree=67111528/67111528
[pid=17667] ppid=17665 vsize=238252 CPUtime=582.3
/proc/17667/stat : 17667 (pbscip.linux.x8) R 17665 17667 15312 0 -1 4202496 1605474 0 0 0 57148 1082 0 0 25 0 1 0 134055951 243970048 56708 4089446400 4194304 9819077 140735191436624 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/17667/statm: 59563 56708 725 1374 0 58184 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 238252

[startup+642.301 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 17695
/proc/meminfo: memFree=28428520/32951124 swapFree=67111528/67111528
[pid=17667] ppid=17665 vsize=241188 CPUtime=642.31
/proc/17667/stat : 17667 (pbscip.linux.x8) R 17665 17667 15312 0 -1 4202496 1734054 0 0 0 63045 1186 0 0 25 0 1 0 134055951 246976512 57422 4089446400 4194304 9819077 140735191436624 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/17667/statm: 60297 57423 725 1374 0 58918 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 241188

[startup+702.3 s]

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

[startup+882.301 s]
/proc/loadavg: 2.04 2.01 2.00 3/179 17729
/proc/meminfo: memFree=30853888/32951124 swapFree=67111528/67111528
[pid=17667] ppid=17665 vsize=242272 CPUtime=882.3
/proc/17667/stat : 17667 (pbscip.linux.x8) R 17665 17667 15312 0 -1 4202496 2281292 0 0 0 86476 1754 0 0 25 0 1 0 134055951 248086528 57700 4089446400 4194304 9819077 140735191436624 18446744073709551615 6590534 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17667/statm: 60568 57700 725 1374 0 59189 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 242272

[startup+942.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 17731
/proc/meminfo: memFree=30778680/32951124 swapFree=67111528/67111528
[pid=17667] ppid=17665 vsize=242680 CPUtime=942.3
/proc/17667/stat : 17667 (pbscip.linux.x8) R 17665 17667 15312 0 -1 4202496 2390382 0 0 0 92303 1927 0 0 25 0 1 0 134055951 248504320 57794 4089446400 4194304 9819077 140735191436624 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17667/statm: 60670 57794 725 1374 0 59291 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 242680

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 17732
/proc/meminfo: memFree=30728656/32951124 swapFree=67111528/67111528
[pid=17667] ppid=17665 vsize=243184 CPUtime=1002.31
/proc/17667/stat : 17667 (pbscip.linux.x8) R 17665 17667 15312 0 -1 4202496 2472141 0 0 0 98130 2101 0 0 25 0 1 0 134055951 249020416 57849 4089446400 4194304 9819077 140735191436624 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17667/statm: 60796 57849 725 1374 0 59417 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 243184

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 17733
/proc/meminfo: memFree=30701084/32951124 swapFree=67111528/67111528
[pid=17667] ppid=17665 vsize=243400 CPUtime=1062.31
/proc/17667/stat : 17667 (pbscip.linux.x8) R 17665 17667 15312 0 -1 4202496 2616027 0 0 0 103911 2320 0 0 25 0 1 0 134055951 249241600 57962 4089446400 4194304 9819077 140735191436624 18446744073709551615 5955622 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17667/statm: 60850 57962 725 1374 0 59471 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 243400

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 17735
/proc/meminfo: memFree=30673380/32951124 swapFree=67111528/67111528
[pid=17667] ppid=17665 vsize=245004 CPUtime=1122.31
/proc/17667/stat : 17667 (pbscip.linux.x8) R 17665 17667 15312 0 -1 4202496 2737873 0 0 0 109705 2526 0 0 25 0 1 0 134055951 250884096 58374 4089446400 4194304 9819077 140735191436624 18446744073709551615 5955613 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/17667/statm: 61251 58374 725 1374 0 59872 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 245004

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 17737
/proc/meminfo: memFree=30661908/32951124 swapFree=67111528/67111528
[pid=17667] ppid=17665 vsize=245612 CPUtime=1182.32
/proc/17667/stat : 17667 (pbscip.linux.x8) R 17665 17667 15312 0 -1 4202496 2850366 0 0 0 115488 2744 0 0 25 0 1 0 134055951 251506688 58547 4089446400 4194304 9819077 140735191436624 18446744073709551615 4925457 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/17667/statm: 61403 58547 725 1374 0 60024 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 245612

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 17739
/proc/meminfo: memFree=30656156/32951124 swapFree=67111528/67111528
[pid=17667] ppid=17665 vsize=249064 CPUtime=1242.32
/proc/17667/stat : 17667 (pbscip.linux.x8) R 17665 17667 15312 0 -1 4202496 2964943 0 0 0 121276 2956 0 0 25 0 1 0 134055951 255041536 59197 4089446400 4194304 9819077 140735191436624 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/17667/statm: 62266 59197 725 1374 0 60887 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 249064

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 17740
/proc/meminfo: memFree=30647192/32951124 swapFree=67111528/67111528
[pid=17667] ppid=17665 vsize=249936 CPUtime=1302.33
/proc/17667/stat : 17667 (pbscip.linux.x8) R 17665 17667 15312 0 -1 4202496 3071727 0 0 0 127082 3151 0 0 25 0 1 0 134055951 255934464 59432 4089446400 4194304 9819077 140735191436624 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/17667/statm: 62484 59432 725 1374 0 61105 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 249936

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 17741
/proc/meminfo: memFree=30641944/32951124 swapFree=67111528/67111528
[pid=17667] ppid=17665 vsize=250300 CPUtime=1362.32
/proc/17667/stat : 17667 (pbscip.linux.x8) R 17665 17667 15312 0 -1 4202496 3178985 0 0 0 132870 3362 0 0 25 0 1 0 134055951 256307200 59548 4089446400 4194304 9819077 140735191436624 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/17667/statm: 62575 59548 725 1374 0 61196 0
Current children cumulated CPU time (s) 1362.32
Current children cumulated vsize (KiB) 250300

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 17743
/proc/meminfo: memFree=30638052/32951124 swapFree=67111528/67111528
[pid=17667] ppid=17665 vsize=251420 CPUtime=1422.32
/proc/17667/stat : 17667 (pbscip.linux.x8) R 17665 17667 15312 0 -1 4202496 3286554 0 0 0 138672 3560 0 0 25 0 1 0 134055951 257454080 59779 4089446400 4194304 9819077 140735191436624 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/17667/statm: 62855 59779 725 1374 0 61476 0
Current children cumulated CPU time (s) 1422.32
Current children cumulated vsize (KiB) 251420

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 17745
/proc/meminfo: memFree=30632420/32951124 swapFree=67111528/67111528
[pid=17667] ppid=17665 vsize=252304 CPUtime=1482.32
/proc/17667/stat : 17667 (pbscip.linux.x8) R 17665 17667 15312 0 -1 4202496 3400467 0 0 0 144450 3782 0 0 25 0 1 0 134055951 258359296 59976 4089446400 4194304 9819077 140735191436624 18446744073709551615 6003412 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/17667/statm: 63076 59976 725 1374 0 61697 0
Current children cumulated CPU time (s) 1482.32
Current children cumulated vsize (KiB) 252304

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 17747
/proc/meminfo: memFree=30615884/32951124 swapFree=67111528/67111528
[pid=17667] ppid=17665 vsize=259544 CPUtime=1542.32
/proc/17667/stat : 17667 (pbscip.linux.x8) R 17665 17667 15312 0 -1 4202496 3536108 0 0 0 150245 3987 0 0 25 0 1 0 134055951 265773056 61844 4089446400 4194304 9819077 140735191436624 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/17667/statm: 64886 61844 725 1374 0 63507 0
Current children cumulated CPU time (s) 1542.32
Current children cumulated vsize (KiB) 259544

[startup+1602.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/179 17748
/proc/meminfo: memFree=30600592/32951124 swapFree=67111528/67111528
[pid=17667] ppid=17665 vsize=266140 CPUtime=1602.32
/proc/17667/stat : 17667 (pbscip.linux.x8) R 17665 17667 15312 0 -1 4202496 3660719 0 0 0 156035 4197 0 0 25 0 1 0 134055951 272527360 63495 4089446400 4194304 9819077 140735191436624 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/17667/statm: 66535 63495 725 1374 0 65156 0
Current children cumulated CPU time (s) 1602.32
Current children cumulated vsize (KiB) 266140

[startup+1662.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 17749
/proc/meminfo: memFree=30593224/32951124 swapFree=67111528/67111528
[pid=17667] ppid=17665 vsize=269928 CPUtime=1662.33
/proc/17667/stat : 17667 (pbscip.linux.x8) R 17665 17667 15312 0 -1 4202496 3786520 0 0 0 161822 4411 0 0 25 0 1 0 134055951 276406272 64488 4089446400 4194304 9819077 140735191436624 18446744073709551615 6675551 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/17667/statm: 67482 64488 725 1374 0 66103 0
Current children cumulated CPU time (s) 1662.33
Current children cumulated vsize (KiB) 269928

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 17751
/proc/meminfo: memFree=30583620/32951124 swapFree=67111528/67111528
[pid=17667] ppid=17665 vsize=274064 CPUtime=1722.33
/proc/17667/stat : 17667 (pbscip.linux.x8) R 17665 17667 15312 0 -1 4202496 3901063 0 0 0 167608 4625 0 0 25 0 1 0 134055951 280641536 65571 4089446400 4194304 9819077 140735191436624 18446744073709551615 4925969 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/17667/statm: 68516 65571 725 1374 0 67137 0
Current children cumulated CPU time (s) 1722.33
Current children cumulated vsize (KiB) 274064

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 17753
/proc/meminfo: memFree=30570172/32951124 swapFree=67111528/67111528
[pid=17667] ppid=17665 vsize=282716 CPUtime=1782.33
/proc/17667/stat : 17667 (pbscip.linux.x8) R 17665 17667 15312 0 -1 4202496 4006366 0 0 0 173404 4829 0 0 25 0 1 0 134055951 289501184 67639 4089446400 4194304 9819077 140735191436624 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/17667/statm: 70679 67639 725 1374 0 69300 0
Current children cumulated CPU time (s) 1782.33
Current children cumulated vsize (KiB) 282716



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 17753
/proc/meminfo: memFree=30568420/32951124 swapFree=67111528/67111528
[pid=17667] ppid=17665 vsize=283240 CPUtime=1800.03
/proc/17667/stat : 17667 (pbscip.linux.x8) R 17665 17667 15312 0 -1 4202496 4040538 0 0 0 175111 4892 0 0 25 0 1 0 134055951 290037760 67795 4089446400 4194304 9819077 140735191436624 18446744073709551615 6628312 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/17667/statm: 70810 67795 725 1374 0 69431 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 283240

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+1800.2 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 17753
/proc/meminfo: memFree=30568420/32951124 swapFree=67111528/67111528
[pid=17667] ppid=17665 vsize=273132 CPUtime=1800.23
/proc/17667/stat : 17667 (pbscip.linux.x8) R 17665 17667 15312 0 -1 4202496 4040552 0 0 0 175130 4893 0 0 18 0 1 0 134055951 279687168 65282 4089446400 4194304 9819077 140735191436624 18446744073709551615 6028082 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/17667/statm: 68283 65282 726 1374 0 66904 0
Current children cumulated CPU time (s) 1800.23
Current children cumulated vsize (KiB) 273132

Child status: 0
Real time (s): 1800.26
CPU time (s): 1800.29
CPU user time (s): 1751.35
CPU system time (s): 48.9436
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 283348

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

runsolver used 2.89556 second user time and 6.548 second system time

The end

Launcher Data

Begin job on node144 at 2010-06-30 21:53:34
IDJOB=2692993
IDBENCH=79281
IDSOLVER=1205
FILE ID=node144/2692993-1277927613
PBS_JOBID= 11197339
Free space on /tmp= 74176 MiB

SOLVER NAME= SCIPclp SCIP 1.2.1.2 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.1900563250--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-2692993-1277927613/watcher-2692993-1277927613 -o /tmp/evaluation-result-2692993-1277927613/solver-2692993-1277927613 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2692993-1277927613.wbo -t 1800 -m 3800

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

MD5SUM BENCH= cf1e130a7c7d84197ef06427870fc4d7
RANDOM SEED=848438071

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      29472544 kB
Buffers:        212912 kB
Cached:        1262904 kB
SwapCached:          0 kB
Active:        2376412 kB
Inactive:       954696 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      29472544 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            6272 kB
Writeback:           0 kB
AnonPages:     1855032 kB
Mapped:          16072 kB
Slab:            81808 kB
PageTables:       8836 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  2111220 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= 74168 MiB
End job on node144 at 2010-06-30 22:23:36