Trace number 2705118

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.23 1790.18

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900576360--soft-0-100-0.wbo
MD5SUMda8b4d3fc4733201ddcbc92154231f9d
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark287.393
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 136625
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 136624
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 733
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-2705118-1278578351.wbo>
0.00/0.03	c original problem has 5645 variables (2938 bin, 0 int, 2707 impl, 0 cont) and 5415 constraints
0.00/0.03	c problem read
0.00/0.03	c presolving settings loaded
0.09/0.11	o 136624
0.09/0.11	c feasible solution found by trivial heuristic, objective value  1.366240e+05
0.09/0.11	c presolving:
0.09/0.12	c (round 1) 0 del vars, 1 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.09/0.13	c (round 2) 0 del vars, 1 del conss, 2707 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.09/0.17	c    (0.1s) probing: 101/2938 (3.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.09/0.17	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.09/0.17	c presolving (3 rounds):
0.09/0.17	c  0 deleted vars, 1 deleted constraints, 2707 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.09/0.17	c  5391 implications, 0 cliques
0.09/0.17	c presolved problem has 5645 variables (2938 bin, 0 int, 2707 impl, 0 cont) and 5414 constraints
0.09/0.17	c    2707 constraints of type <linear>
0.09/0.17	c    2707 constraints of type <indicator>
0.09/0.17	c transformed objective value is always integral (scale: 1)
0.09/0.17	c Presolving Time: 0.12
0.09/0.17	c - non default parameters ----------------------------------------------------------------------
0.09/0.17	c # SCIP version 1.2.1.3
0.09/0.17	c 
0.09/0.17	c # frequency for displaying node information lines
0.09/0.17	c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.17	c display/freq = 10000
0.09/0.17	c 
0.09/0.17	c # maximal time in seconds to run
0.09/0.17	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.17	c limits/time = 1789.98
0.09/0.17	c 
0.09/0.17	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.17	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.17	c limits/memory = 3420
0.09/0.17	c 
0.09/0.17	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.09/0.17	c # [type: int, range: [1,2], default: 1]
0.09/0.17	c timing/clocktype = 2
0.09/0.17	c 
0.09/0.17	c # should presolving try to simplify inequalities
0.09/0.17	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.17	c constraints/linear/simplifyinequalities = TRUE
0.09/0.17	c 
0.09/0.17	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.09/0.17	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.17	c constraints/indicator/addCouplingCons = TRUE
0.09/0.17	c 
0.09/0.17	c # should presolving try to simplify knapsacks
0.09/0.17	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.17	c constraints/knapsack/simplifyinequalities = TRUE
0.09/0.17	c 
0.09/0.17	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.09/0.17	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.17	c separating/rapidlearning/freq = 0
0.09/0.17	c 
0.09/0.17	c -----------------------------------------------------------------------------------------------
0.09/0.17	c start solving
0.09/0.17	c 
0.09/0.18	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.09/0.18	c t 0.2s|     1 |     0 |     0 |     - |  19M|   0 |   0 |5645 |5414 |5645 |   0 |   0 |   0 |   0 | 0.000000e+00 | 1.366240e+05 |    Inf 
0.29/0.35	c   0.3s|     1 |     0 |    20 |     - |  19M|   0 |   0 |5645 |5414 |5645 |  22 |  22 |   0 |   0 | 0.000000e+00 | 1.366240e+05 |    Inf 
0.29/0.36	c   0.3s|     1 |     0 |    42 |     - |  19M|   0 |   7 |5645 |5414 |5645 |  53 |  53 |   0 |   0 | 0.000000e+00 | 1.366240e+05 |    Inf 
0.29/0.36	c   0.3s|     1 |     0 |    62 |     - |  19M|   0 |  14 |5645 |5414 |5645 |  85 |  85 |   0 |   0 | 0.000000e+00 | 1.366240e+05 |    Inf 
0.29/0.38	c   0.3s|     1 |     0 |   101 |     - |  19M|   0 |  35 |5645 |5414 |5645 | 120 | 120 |   0 |   0 | 0.000000e+00 | 1.366240e+05 |    Inf 
0.39/0.40	c   0.4s|     1 |     0 |   133 |     - |  19M|   0 |  38 |5645 |5414 |5645 | 150 | 150 |   0 |   0 | 0.000000e+00 | 1.366240e+05 |    Inf 
0.39/0.43	c   0.4s|     1 |     0 |   184 |     - |  19M|   0 |  32 |5645 |5414 |5645 | 164 | 164 |   0 |   0 | 0.000000e+00 | 1.366240e+05 |    Inf 
0.49/0.51	c   0.5s|     1 |     2 |   184 |     - |  20M|   0 |  32 |5645 |5414 |5645 | 164 | 164 |   0 |  32 | 0.000000e+00 | 1.366240e+05 |    Inf 
20.99/21.02	c  21.0s| 10000 | 10006 |  5530 |   0.5 |  46M| 337 |   0 |5645 |5414 |5645 | 222 |1471 |   0 | 643 | 0.000000e+00 | 1.366240e+05 |    Inf 
29.69/29.76	o 879
29.69/29.76	c *29.7s| 15367 | 15354 |  6834 |   0.4 |  58M|2520 |   - |5645 |5414 |5645 | 214 |1816 |   0 | 657 | 0.000000e+00 | 8.790000e+02 |    Inf 
37.79/37.84	c  37.8s| 20000 | 19985 |  7364 |   0.4 |  68M|2520 |   0 |5645 |5417 |5645 | 197 |1926 |   3 | 682 | 0.000000e+00 | 8.790000e+02 |    Inf 
54.10/54.20	c  54.2s| 30000 | 29985 |  8208 |   0.3 |  87M|2520 |   0 |5645 |5417 |5645 | 199 |2150 |   3 | 731 | 0.000000e+00 | 8.790000e+02 |    Inf 
72.19/72.20	c  72.2s| 40000 | 39982 |  9887 |   0.2 | 106M|2520 |   0 |5645 |5424 |5645 | 201 |2514 |  10 | 816 | 0.000000e+00 | 8.790000e+02 |    Inf 
76.40/76.43	o 316
76.40/76.43	c *76.4s| 42599 | 36031 | 10029 |   0.2 |  99M|2520 |   - |5645 |5430 |5645 | 196 |2550 |  16 | 818 | 0.000000e+00 | 3.160000e+02 |    Inf 
77.19/77.22	o 267
77.19/77.22	c *77.2s| 42981 | 33382 | 10148 |   0.2 |  95M|2520 |   - |5645 |5435 |5645 | 204 |2566 |  21 | 829 | 0.000000e+00 | 2.670000e+02 |    Inf 
78.00/78.07	o 258
78.00/78.07	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
78.00/78.07	c *78.0s| 43355 | 33005 | 10293 |   0.2 |  95M|2520 |   - |5645 |5558 |5645 | 210 |2609 | 144 | 833 | 0.000000e+00 | 2.580000e+02 |    Inf 
79.29/79.38	o 257
79.29/79.38	c *79.3s| 43974 | 33512 | 10428 |   0.2 |  96M|2520 |   - |5645 |5629 |5645 | 198 |2637 | 215 | 833 | 0.000000e+00 | 2.570000e+02 |    Inf 
79.29/79.38	o 255
79.29/79.38	c *79.4s| 43975 | 33360 | 10428 |   0.2 |  95M|2520 |   - |5645 |5629 |5645 | 198 |2637 | 215 | 833 | 0.000000e+00 | 2.550000e+02 |    Inf 
79.69/79.72	o 207
79.69/79.72	c *79.7s| 44113 | 28445 | 10555 |   0.2 |  87M|2520 |   - |5645 |5685 |5645 | 188 |2667 | 271 | 833 | 0.000000e+00 | 2.070000e+02 |    Inf 
80.20/80.28	o 199
80.20/80.28	c *80.3s| 44301 | 27701 | 10709 |   0.2 |  86M|2520 |   - |5645 |5812 |5645 | 202 |2699 | 398 | 838 | 0.000000e+00 | 1.990000e+02 |    Inf 
80.30/80.35	o 193
80.30/80.35	c *80.3s| 44322 | 26970 | 10728 |   0.2 |  84M|2520 |   - |5645 |5828 |5645 | 202 |2701 | 414 | 838 | 0.000000e+00 | 1.930000e+02 |    Inf 
85.59/85.66	o 188
85.59/85.66	c *85.6s| 46012 | 27457 | 14001 |   0.3 |  91M|2520 |   - |5645 |7363 |5645 | 190 |3667 |1949 | 992 | 0.000000e+00 | 1.880000e+02 |    Inf 
86.09/86.17	o 174
86.09/86.17	c *86.1s| 46197 | 25883 | 14076 |   0.3 |  88M|2520 |   - |5645 |7453 |5645 | 190 |3691 |2039 | 993 | 0.000000e+00 | 1.740000e+02 |    Inf 
86.39/86.46	o 168
86.39/86.46	c *86.4s| 46289 | 25096 | 14136 |   0.3 |  87M|2520 |   - |5645 |7528 |5645 | 192 |3709 |2114 | 993 | 0.000000e+00 | 1.680000e+02 |    Inf 
86.39/86.48	o 129
86.39/86.48	c *86.4s| 46290 | 20828 | 14136 |   0.3 |  77M|2520 |   - |5645 |7528 |5645 | 192 |3709 |2114 | 993 | 0.000000e+00 | 1.290000e+02 |    Inf 
88.59/88.63	o 115
88.59/88.63	c *88.6s| 46819 | 19359 | 15484 |   0.3 |  75M|2520 |   - |5645 |8058 |5645 | 194 |4047 |2644 |1066 | 0.000000e+00 | 1.150000e+02 |    Inf 
88.59/88.63	o 113
88.59/88.63	c *88.6s| 46820 | 19154 | 15484 |   0.3 |  75M|2520 |   - |5645 |8058 |5645 | 194 |4047 |2644 |1066 | 0.000000e+00 | 1.130000e+02 |    Inf 
88.89/88.94	o 101
88.89/88.94	c *88.9s| 46910 | 17579 | 15645 |   0.3 |  71M|2520 |   - |5645 |8135 |5645 | 203 |4087 |2721 |1067 | 0.000000e+00 | 1.010000e+02 |    Inf 
100.80/100.85	c   101s| 50000 | 19245 | 25564 |   0.5 |  89M|2520 |   - |5645 |  10k|   0 |   0 |6520 |4996 |1396 | 0.000000e+00 | 1.010000e+02 |    Inf 
109.09/109.19	o 95
109.09/109.19	c * 109s| 52186 | 18960 | 30697 |   0.6 |  95M|2520 |   - |5645 |  10k|5645 | 235 |7817 |6668 |1442 | 0.000000e+00 | 9.500000e+01 |    Inf 
109.19/109.20	o 89
109.19/109.20	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
109.19/109.20	c * 109s| 52187 | 17651 | 30724 |   0.6 |  92M|2520 |   - |5645 |  10k|5645 | 236 |7818 |6668 |1442 | 0.000000e+00 | 8.900000e+01 |    Inf 
109.90/109.97	o 86
109.90/109.97	c * 110s| 52342 | 16999 | 31377 |   0.6 |  91M|2520 |   - |5645 |9833 |5645 | 226 |7994 |6795 |1452 | 0.000000e+00 | 8.600000e+01 |    Inf 
110.40/110.43	o 84
110.40/110.43	c * 110s| 52444 | 16615 | 31766 |   0.6 |  90M|2520 |   - |5645 |9684 |5645 | 231 |8105 |6838 |1467 | 0.000000e+00 | 8.400000e+01 |    Inf 
110.50/110.52	o 79
110.50/110.52	c * 110s| 52455 | 15450 | 31867 |   0.6 |  87M|2520 |   - |5645 |9590 |5645 | 232 |8133 |6843 |1469 | 0.000000e+00 | 7.900000e+01 |    Inf 
110.50/110.53	o 73
110.50/110.53	c * 110s| 52456 | 13939 | 31873 |   0.6 |  83M|2520 |   - |5645 |9590 |5645 | 232 |8133 |6843 |1469 | 0.000000e+00 | 7.300000e+01 |    Inf 
114.69/114.75	o 72
114.69/114.75	c * 115s| 53527 | 14152 | 35578 |   0.7 |  87M|2520 |   - |5645 |9107 |5645 | 215 |9154 |7948 |1542 | 0.000000e+00 | 7.200000e+01 |    Inf 
115.09/115.14	o 65
115.09/115.14	c * 115s| 53633 | 12702 | 36062 |   0.7 |  83M|2520 |   - |5645 |8873 |5645 | 235 |9256 |8021 |1548 | 0.000000e+00 | 6.500000e+01 |    Inf 
115.09/115.18	o 59
115.09/115.18	c * 115s| 53638 | 11426 | 36099 |   0.7 |  79M|2520 |   - |5645 |8592 |5645 | 235 |9256 |8033 |1551 | 0.000000e+00 | 5.900000e+01 |    Inf 
115.29/115.36	o 57
115.29/115.36	c * 115s| 53685 | 11086 | 36393 |   0.7 |  78M|2520 |   - |5645 |8370 |5645 | 221 |9334 |8062 |1561 | 0.000000e+00 | 5.700000e+01 |    Inf 
115.29/115.37	o 43
115.29/115.37	c * 115s| 53686 |  8276 | 36393 |   0.7 |  69M|2520 |   - |5645 |8370 |5645 | 221 |9334 |8062 |1561 | 0.000000e+00 | 4.300000e+01 |    Inf 
115.29/115.40	o 41
115.29/115.40	c * 115s| 53687 |  7911 | 36410 |   0.7 |  68M|2520 |   - |5645 |7650 |5645 | 200 |9339 |8062 |1561 | 0.000000e+00 | 4.100000e+01 |    Inf 
115.60/115.63	o 33
115.60/115.63	c * 116s| 53736 |  6635 | 36787 |   0.7 |  64M|2520 |   - |5645 |7575 |5645 | 231 |9429 |8119 |1580 | 0.000000e+00 | 3.300000e+01 |    Inf 
115.60/115.68	o 25
115.60/115.68	c * 116s| 53746 |  5012 | 36830 |   0.7 |  58M|2520 |   - |5645 |7315 |5645 | 226 |9430 |8133 |1584 | 0.000000e+00 | 2.500000e+01 |    Inf 
115.70/115.75	o 23
115.70/115.75	c * 116s| 53757 |  4723 | 36982 |   0.7 |  57M|2520 |   - |5645 |6957 |5645 | 199 |9467 |8144 |1588 | 0.000000e+00 | 2.300000e+01 |    Inf 
115.90/115.96	o 19
115.90/115.96	c * 116s| 53815 |  3857 | 37461 |   0.7 |  50M|2520 |   - |5645 |6820 |5645 | 188 |9601 |8198 |1619 | 0.000000e+00 | 1.900000e+01 |    Inf 
128.40/128.46	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
128.40/128.46	c   128s| 60000 |  4222 | 64852 |   1.1 |  54M|2520 |  15 |5645 |7351 |5645 | 208 |  14k|  15k|1760 | 0.000000e+00 | 1.900000e+01 |    Inf 
147.70/147.78	c   148s| 70000 |  4512 |101915 |   1.5 |  60M|2520 |   - |5645 |8362 |   0 |   0 |  21k|  27k|1950 | 0.000000e+00 | 1.900000e+01 |    Inf 
161.89/161.90	o 12
161.89/161.90	c * 162s| 77229 |  4152 |126019 |   1.6 |  61M|2520 |   - |5645 |8362 |5645 | 218 |  25k|  36k|2170 | 0.000000e+00 | 1.200000e+01 |    Inf 
163.50/163.56	o 11
163.50/163.56	c * 164s| 78057 |  4078 |129159 |   1.7 |  60M|2520 |   - |5645 |7080 |5645 | 176 |  25k|  38k|2227 | 0.000000e+00 | 1.100000e+01 |    Inf 
166.99/167.01	c   167s| 80000 |  4111 |136490 |   1.7 |  61M|2520 |   - |5645 |6794 |5645 | 228 |  27k|  40k|2244 | 0.000000e+00 | 1.100000e+01 |    Inf 
185.00/185.05	c   185s| 90000 |  4235 |178986 |   2.0 |  64M|2520 |   1 |5645 |8399 |5645 | 220 |  33k|  53k|2553 | 0.000000e+00 | 1.100000e+01 |    Inf 
203.80/203.88	c   204s|100000 |  4313 |225020 |   2.2 |  66M|2520 |   - |5645 |8648 |   0 |   0 |  41k|  66k|2890 | 0.000000e+00 | 1.100000e+01 |    Inf 
222.30/222.36	c   222s|110000 |  4419 |265826 |   2.4 |  69M|2520 |  13 |5645 |  10k|5645 | 212 |  47k|  79k|3129 | 0.000000e+00 | 1.100000e+01 |    Inf 
228.00/228.08	o 9
228.00/228.08	c * 228s|113210 |  4316 |277759 |   2.5 |  69M|2520 |   - |5645 |  12k|5645 | 222 |  49k|  83k|3189 | 0.000000e+00 | 9.000000e+00 |    Inf 
228.10/228.18	o 8
228.10/228.18	c * 228s|113259 |  4094 |277924 |   2.5 |  67M|2520 |   - |5645 |  11k|5645 | 234 |  49k|  83k|3189 | 0.000000e+00 | 8.000000e+00 |    Inf 
228.10/228.19	o 3
228.10/228.19	c * 228s|113260 |  3327 |277924 |   2.5 |  61M|2520 |   - |5645 |  11k|5645 | 234 |  49k|  83k|3189 | 0.000000e+00 | 3.000000e+00 |    Inf 
240.69/240.74	c   241s|120000 |  3314 |315837 |   2.6 |  61M|2520 |   - |5645 |9568 |5645 | 238 |  54k|  92k|3400 | 0.000000e+00 | 3.000000e+00 |    Inf 
258.00/258.08	c   258s|130000 |  3275 |364551 |   2.8 |  62M|2520 |  15 |5645 |9849 |5645 | 216 |  61k| 105k|3628 | 0.000000e+00 | 3.000000e+00 |    Inf 
274.80/274.85	c   275s|140000 |  3100 |406404 |   2.9 |  62M|2520 |   1 |5645 |9582 |5645 | 208 |  67k| 118k|3808 | 0.000000e+00 | 3.000000e+00 |    Inf 
292.30/292.35	c   292s|150000 |  3062 |450211 |   3.0 |  63M|2520 |   1 |5645 |  11k|5645 | 212 |  72k| 131k|3974 | 0.000000e+00 | 3.000000e+00 |    Inf 
310.29/310.39	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
310.29/310.39	c   310s|160000 |  3177 |493940 |   3.1 |  66M|2520 |   - |5645 |  15k|   0 |   0 |  76k| 144k|4127 | 0.000000e+00 | 3.000000e+00 |    Inf 
329.00/329.09	c   329s|170000 |  3145 |537072 |   3.2 |  66M|2520 |   - |5645 |  13k|   0 |   0 |  81k| 158k|4351 | 0.000000e+00 | 3.000000e+00 |    Inf 
347.20/347.25	c   347s|180000 |  3214 |578334 |   3.2 |  69M|2520 |   1 |5645 |  17k|5645 | 244 |  87k| 171k|4461 | 0.000000e+00 | 3.000000e+00 |    Inf 
366.70/366.76	c   367s|190000 |  3094 |624210 |   3.3 |  67M|2520 |   5 |5645 |  11k|5645 | 199 |  93k| 184k|4671 | 0.000000e+00 | 3.000000e+00 |    Inf 
384.91/384.93	c   385s|200000 |  3046 |663916 |   3.3 |  69M|2520 |   - |5645 |  17k|   0 |   0 |  98k| 198k|4780 | 0.000000e+00 | 3.000000e+00 |    Inf 
405.10/405.19	c   405s|210000 |  3147 |706927 |   3.4 |  71M|2520 |   1 |5645 |  21k|5645 | 262 | 102k| 212k|4875 | 0.000000e+00 | 3.000000e+00 |    Inf 
426.11/426.16	c   426s|220000 |  3142 |751272 |   3.4 |  70M|2520 |   1 |5645 |  15k|5645 | 251 | 107k| 225k|5054 | 0.000000e+00 | 3.000000e+00 |    Inf 
446.10/446.10	c   446s|230000 |  3202 |790877 |   3.4 |  72M|2520 |  15 |5645 |  17k|5645 | 245 | 112k| 238k|5164 | 0.000000e+00 | 3.000000e+00 |    Inf 
466.10/466.10	c   466s|240000 |  3177 |830872 |   3.5 |  72M|2520 |  14 |5645 |  16k|5645 | 202 | 116k| 252k|5232 | 0.000000e+00 | 3.000000e+00 |    Inf 
484.90/485.00	c   485s|250000 |  2990 |866944 |   3.5 |  69M|2520 |  22 |5645 |  15k|5645 | 256 | 120k| 265k|5347 | 0.000000e+00 | 3.000000e+00 |    Inf 
503.61/503.63	c   504s|260000 |  2940 |907391 |   3.5 |  70M|2520 |   - |5645 |  19k|   0 |   0 | 124k| 279k|5463 | 0.000000e+00 | 3.000000e+00 |    Inf 
525.01/525.04	c   525s|270000 |  3029 |953341 |   3.5 |  72M|2520 |   1 |5645 |  22k|5645 | 242 | 129k| 292k|5550 | 0.000000e+00 | 3.000000e+00 |    Inf 
546.01/546.04	c   546s|280000 |  2878 |  1003k|   3.6 |  69M|2520 |   - |5645 |  14k|   0 |   0 | 136k| 305k|5706 | 0.000000e+00 | 3.000000e+00 |    Inf 
566.30/566.34	c   566s|290000 |  2805 |  1049k|   3.6 |  69M|2520 |   1 |5645 |  17k|5645 | 209 | 143k| 318k|5824 | 0.000000e+00 | 3.000000e+00 |    Inf 
586.61/586.66	c   587s|300000 |  2872 |  1094k|   3.6 |  71M|2520 |   - |5645 |  20k|   0 |   0 | 148k| 331k|5926 | 0.000000e+00 | 3.000000e+00 |    Inf 
607.11/607.16	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
607.11/607.16	c   607s|310000 |  2912 |  1136k|   3.7 |  73M|2520 |  11 |5645 |  24k|5645 | 241 | 152k| 345k|6014 | 0.000000e+00 | 3.000000e+00 |    Inf 
629.22/629.25	c   629s|320000 |  2890 |  1177k|   3.7 |  72M|2520 |  20 |5645 |  23k|5645 | 260 | 156k| 359k|6074 | 0.000000e+00 | 3.000000e+00 |    Inf 
650.81/650.88	c   651s|330000 |  2885 |  1217k|   3.7 |  71M|2520 |   - |5645 |  19k|   0 |   0 | 161k| 373k|6178 | 0.000000e+00 | 3.000000e+00 |    Inf 
672.51/672.56	c   673s|340000 |  2963 |  1260k|   3.7 |  73M|2520 |  24 |5645 |  20k|5645 | 234 | 167k| 386k|6274 | 0.000000e+00 | 3.000000e+00 |    Inf 
694.41/694.41	c   694s|350000 |  3008 |  1304k|   3.7 |  75M|2520 |   1 |5645 |  23k|5645 | 231 | 172k| 399k|6380 | 0.000000e+00 | 3.000000e+00 |    Inf 
717.11/717.13	c   717s|360000 |  3021 |  1354k|   3.8 |  76M|2520 |  17 |5645 |  25k|5645 | 253 | 180k| 414k|6451 | 0.000000e+00 | 3.000000e+00 |    Inf 
739.81/739.82	c   740s|370000 |  3022 |  1401k|   3.8 |  76M|2520 |   - |5645 |  22k|   0 |   0 | 186k| 428k|6550 | 0.000000e+00 | 3.000000e+00 |    Inf 
760.61/760.69	c   761s|380000 |  3008 |  1438k|   3.8 |  76M|2520 |   - |5645 |  22k|   0 |   0 | 190k| 441k|6616 | 0.000000e+00 | 3.000000e+00 |    Inf 
781.91/781.99	c   782s|390000 |  3064 |  1480k|   3.8 |  78M|2520 |   1 |5645 |  27k|5645 | 239 | 195k| 455k|6705 | 0.000000e+00 | 3.000000e+00 |    Inf 
805.01/805.05	c   805s|400000 |  3053 |  1527k|   3.8 |  79M|2520 |   6 |5645 |  27k|5645 | 245 | 201k| 469k|6785 | 0.000000e+00 | 3.000000e+00 |    Inf 
828.51/828.59	c   829s|410000 |  3089 |  1568k|   3.8 |  80M|2520 |   - |5645 |  31k|   0 |   0 | 206k| 483k|6837 | 0.000000e+00 | 3.000000e+00 |    Inf 
853.21/853.23	c   853s|420000 |  3083 |  1615k|   3.8 |  81M|2520 |  23 |5645 |  31k|5645 | 258 | 212k| 498k|6920 | 0.000000e+00 | 3.000000e+00 |    Inf 
878.82/878.83	c   879s|430000 |  3168 |  1667k|   3.9 |  82M|2520 |   - |5645 |  31k|   0 |   0 | 219k| 511k|7027 | 0.000000e+00 | 3.000000e+00 |    Inf 
905.32/905.33	c   905s|440000 |  3212 |  1722k|   3.9 |  83M|2520 |   1 |5645 |  34k|5645 | 280 | 226k| 526k|7083 | 0.000000e+00 | 3.000000e+00 |    Inf 
931.31/931.33	c   931s|450000 |  3195 |  1772k|   3.9 |  84M|2520 |   1 |5645 |  36k|5645 | 275 | 232k| 540k|7184 | 0.000000e+00 | 3.000000e+00 |    Inf 
958.42/958.44	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
958.42/958.44	c   958s|460000 |  3221 |  1824k|   4.0 |  85M|2520 |   - |5645 |  35k|   0 |   0 | 238k| 554k|7266 | 0.000000e+00 | 3.000000e+00 |    Inf 
984.22/984.27	c   984s|470000 |  3315 |  1863k|   4.0 |  86M|2520 |   - |5645 |  37k|   0 |   0 | 243k| 568k|7323 | 0.000000e+00 | 3.000000e+00 |    Inf 
1011.32/1011.31	c  1011s|480000 |  3341 |  1903k|   4.0 |  88M|2520 |   - |5645 |  39k|   0 |   0 | 248k| 582k|7379 | 0.000000e+00 | 3.000000e+00 |    Inf 
1038.51/1038.52	c  1038s|490000 |  3336 |  1949k|   4.0 |  88M|2520 |   - |5645 |  40k|   0 |   0 | 253k| 597k|7444 | 0.000000e+00 | 3.000000e+00 |    Inf 
1065.42/1065.41	c  1065s|500000 |  3270 |  1992k|   4.0 |  87M|2520 |   - |5645 |  36k|   0 |   0 | 258k| 611k|7500 | 0.000000e+00 | 3.000000e+00 |    Inf 
1092.42/1092.47	c  1092s|510000 |  3258 |  2040k|   4.0 |  88M|2520 |  25 |5645 |  38k|5645 | 274 | 263k| 626k|7558 | 0.000000e+00 | 3.000000e+00 |    Inf 
1119.22/1119.29	c  1119s|520000 |  3200 |  2084k|   4.0 |  86M|2520 |   1 |5645 |  33k|5645 | 247 | 268k| 640k|7618 | 0.000000e+00 | 3.000000e+00 |    Inf 
1143.33/1143.38	c  1143s|530000 |  3140 |  2129k|   4.0 |  81M|2520 |   1 |5645 |  22k|5645 | 225 | 273k| 654k|7694 | 0.000000e+00 | 3.000000e+00 |    Inf 
1165.82/1165.90	c  1166s|540000 |  3114 |  2170k|   4.0 |  81M|2520 |   9 |5645 |  21k|5645 | 250 | 277k| 667k|7754 | 0.000000e+00 | 3.000000e+00 |    Inf 
1188.22/1188.29	c  1188s|550000 |  3135 |  2219k|   4.0 |  82M|2520 |   1 |5645 |  25k|5645 | 223 | 284k| 681k|7829 | 0.000000e+00 | 3.000000e+00 |    Inf 
1211.63/1211.61	c  1212s|560000 |  3101 |  2260k|   4.0 |  83M|2520 |   - |5645 |  26k|   0 |   0 | 289k| 695k|7891 | 0.000000e+00 | 3.000000e+00 |    Inf 
1234.43/1234.47	c  1234s|570000 |  3131 |  2299k|   4.0 |  84M|2520 |   1 |5645 |  30k|5645 | 268 | 293k| 709k|7933 | 0.000000e+00 | 3.000000e+00 |    Inf 
1258.23/1258.28	c  1258s|580000 |  3093 |  2346k|   4.0 |  83M|2520 |  16 |5645 |  25k|5645 | 232 | 299k| 723k|8007 | 0.000000e+00 | 3.000000e+00 |    Inf 
1281.92/1281.93	c  1282s|590000 |  3053 |  2390k|   4.1 |  83M|2520 |   - |5645 |  27k|   0 |   0 | 304k| 737k|8064 | 0.000000e+00 | 3.000000e+00 |    Inf 
1306.22/1306.26	c  1306s|600000 |  2969 |  2452k|   4.1 |  80M|2520 |   - |5645 |  23k|   0 |   0 | 312k| 750k|8155 | 0.000000e+00 | 3.000000e+00 |    Inf 
1331.52/1331.50	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1331.52/1331.50	c  1331s|610000 |  2972 |  2517k|   4.1 |  82M|2520 |   8 |5645 |  27k|5645 | 235 | 321k| 764k|8232 | 0.000000e+00 | 3.000000e+00 |    Inf 
1358.82/1358.83	c  1359s|620000 |  2975 |  2583k|   4.2 |  84M|2520 |   - |5645 |  34k|   0 |   0 | 330k| 778k|8318 | 0.000000e+00 | 3.000000e+00 |    Inf 
1385.93/1385.98	c  1386s|630000 |  2982 |  2646k|   4.2 |  82M|2520 |   1 |5645 |  27k|5645 | 231 | 339k| 791k|8390 | 0.000000e+00 | 3.000000e+00 |    Inf 
1412.83/1412.87	c  1413s|640000 |  2987 |  2715k|   4.2 |  84M|2520 |   - |5645 |  31k|   0 |   0 | 348k| 804k|8493 | 0.000000e+00 | 3.000000e+00 |    Inf 
1438.63/1438.61	c  1439s|650000 |  2965 |  2772k|   4.3 |  83M|2520 |   - |5645 |  31k|   0 |   0 | 355k| 818k|8572 | 0.000000e+00 | 3.000000e+00 |    Inf 
1464.03/1464.06	c  1464s|660000 |  2635 |  2816k|   4.3 |  74M|2520 |   1 |5645 |  20k|5645 | 195 | 360k| 833k|9011 | 0.000000e+00 | 3.000000e+00 |    Inf 
1486.63/1486.61	c  1487s|670000 |  2700 |  2855k|   4.3 |  75M|2520 |  13 |5645 |  23k|5645 | 195 | 364k| 847k|9077 | 0.000000e+00 | 3.000000e+00 |    Inf 
1510.34/1510.33	c  1510s|680000 |  2733 |  2891k|   4.3 |  77M|2520 |   - |5645 |  25k|   0 |   0 | 368k| 861k|9085 | 0.000000e+00 | 3.000000e+00 |    Inf 
1533.63/1533.64	c  1534s|690000 |  2763 |  2927k|   4.2 |  78M|2520 |   - |5645 |  29k|   0 |   0 | 373k| 876k|9091 | 0.000000e+00 | 3.000000e+00 |    Inf 
1559.93/1559.98	c  1560s|700000 |  2830 |  2968k|   4.2 |  80M|2520 |  30 |5645 |  31k|5645 | 245 | 378k| 890k|9096 | 0.000000e+00 | 3.000000e+00 |    Inf 
1585.84/1585.83	c  1586s|710000 |  2817 |  3012k|   4.2 |  79M|2520 |   1 |5645 |  27k|5645 | 241 | 383k| 905k|9121 | 0.000000e+00 | 3.000000e+00 |    Inf 
1610.74/1610.74	c  1611s|720000 |  2828 |  3053k|   4.2 |  80M|2520 |  15 |5645 |  30k|5645 | 245 | 387k| 920k|9155 | 0.000000e+00 | 3.000000e+00 |    Inf 
1635.74/1635.78	c  1636s|730000 |  2880 |  3101k|   4.2 |  80M|2520 |   1 |5645 |  29k|5645 | 253 | 393k| 935k|9191 | 0.000000e+00 | 3.000000e+00 |    Inf 
1660.94/1660.98	c  1661s|740000 |  2919 |  3143k|   4.2 |  81M|2520 |   - |5645 |  28k|   0 |   0 | 399k| 949k|9232 | 0.000000e+00 | 3.000000e+00 |    Inf 
1685.24/1685.23	c  1685s|750000 |  3019 |  3189k|   4.3 |  82M|2520 |  18 |5645 |  29k|5645 | 260 | 404k| 963k|9282 | 0.000000e+00 | 3.000000e+00 |    Inf 
1709.23/1709.23	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1709.23/1709.23	c  1709s|760000 |  3038 |  3235k|   4.3 |  83M|2520 |   1 |5645 |  29k|5645 | 260 | 410k| 978k|9325 | 0.000000e+00 | 3.000000e+00 |    Inf 
1734.14/1734.16	c  1734s|770000 |  3030 |  3285k|   4.3 |  83M|2520 |  24 |5645 |  28k|5645 | 280 | 415k| 993k|9367 | 0.000000e+00 | 3.000000e+00 |    Inf 
1758.34/1758.32	c  1758s|780000 |  3019 |  3332k|   4.3 |  83M|2520 |   - |5645 |  28k|   0 |   0 | 420k|1008k|9422 | 0.000000e+00 | 3.000000e+00 |    Inf 
1782.84/1782.89	c  1783s|790000 |  2985 |  3382k|   4.3 |  82M|2520 |  11 |5645 |  25k|5645 | 195 | 426k|1023k|9477 | 0.000000e+00 | 3.000000e+00 |    Inf 
1790.03/1790.01	c 
1790.03/1790.01	c SCIP Status        : solving was interrupted [time limit reached]
1790.03/1790.01	c Solving Time (sec) : 1789.98
1790.03/1790.01	c Solving Nodes      : 793157
1790.03/1790.01	c Primal Bound       : +3.00000000000000e+00 (157 solutions)
1790.03/1790.01	c Dual Bound         : +0.00000000000000e+00
1790.03/1790.01	c Gap                : infinite
1790.03/1790.08	s SATISFIABLE
1790.03/1790.08	v x231 -x230 -x229 -x228 -x227 -x226 -x225 -x224 -x223 -x222 -x221 -x220 x219 -x218 -x217 -x216 -x215 -x214 -x213 -x212 -x211 -x210 
1790.03/1790.08	v -x209 -x208 -x207 x206 -x205 -x204 -x203 -x202 -x201 -x200 -x199 -x198 -x197 -x196 x195 -x194 -x193 -x192 -x191 -x190 -x189 
1790.03/1790.08	v -x188 -x187 -x186 -x185 x184 -x183 -x182 -x181 -x180 x179 -x178 -x177 -x176 -x175 -x174 -x173 -x172 -x171 -x170 -x169 -x168 
1790.03/1790.08	v -x167 -x166 -x165 -x164 -x163 -x162 -x161 -x160 -x159 -x158 x157 -x156 -x155 -x154 -x153 -x152 -x151 -x150 -x149 -x148 -x147 
1790.03/1790.08	v -x146 -x145 -x144 -x143 -x142 x141 -x140 -x139 -x138 -x137 -x136 -x135 -x134 -x133 -x132 -x131 -x130 -x129 -x128 -x127 -x126 
1790.03/1790.08	v -x125 -x124 -x123 x122 -x121 -x120 x119 -x118 -x117 -x116 -x115 -x114 -x113 -x112 -x111 -x110 -x109 -x108 -x107 -x106 -x105 
1790.03/1790.08	v x104 -x103 -x102 -x101 -x100 -x99 -x98 -x97 -x96 -x95 -x94 -x93 -x92 -x91 -x90 x89 -x88 -x87 -x86 -x85 -x84 -x83 -x82 -x81 -x80 
1790.03/1790.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 
1790.03/1790.08	v -x54 -x53 x52 -x51 -x50 -x49 -x48 -x47 -x46 -x45 -x44 -x43 -x42 -x41 -x40 -x39 -x38 x37 -x36 -x35 -x34 -x33 -x32 -x31 -x30 x29 
1790.03/1790.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 
1790.03/1790.08	v -x1 
1790.03/1790.08	c SCIP Status        : solving was interrupted [time limit reached]
1790.03/1790.08	c Solving Time       :    1789.98
1790.03/1790.08	c Original Problem   :
1790.03/1790.08	c   Problem name     : HOME/instance-2705118-1278578351.wbo
1790.03/1790.08	c   Variables        : 5645 (2938 binary, 0 integer, 2707 implicit integer, 0 continuous)
1790.03/1790.08	c   Constraints      : 5415 initial, 5415 maximal
1790.03/1790.08	c Presolved Problem  :
1790.03/1790.08	c   Problem name     : t_HOME/instance-2705118-1278578351.wbo
1790.03/1790.08	c   Variables        : 5645 (2938 binary, 0 integer, 2707 implicit integer, 0 continuous)
1790.03/1790.08	c   Constraints      : 5414 initial, 40541 maximal
1790.03/1790.08	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1790.03/1790.08	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1790.03/1790.08	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1790.03/1790.08	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1790.03/1790.08	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1790.03/1790.08	c   implics          :       0.00          0          0          0          0          0          0          0          0
1790.03/1790.08	c   probing          :       0.03          0          0          0          0          0          0          0          0
1790.03/1790.08	c   linear           :       0.02          0          0          0       2707          0          1          0          0
1790.03/1790.08	c   indicator        :       0.00          0          0          0          0          0          0          0          0
1790.03/1790.08	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1790.03/1790.08	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0
1790.03/1790.08	c   root node        :          -       5294          -          -       5294          -          -          -          -
1790.03/1790.08	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1790.03/1790.08	c   integral         :          0          0          0     507664          0         12        753          0          0     806888
1790.03/1790.08	c   linear           :       2707          6    4214157     103578          1     315764   20546469     427934          0          0
1790.03/1790.08	c   indicator        :       2707          0    3824569     102702          1        215    1782305          0          0          0
1790.03/1790.08	c   logicor          :          0+         0    1195803          0          0      60708    1271837          0          0          0
1790.03/1790.08	c   bounddisjunction :          0+         0     367543          0          0        194       3438          0          0          0
1790.03/1790.08	c   countsols        :          0          0          0      49942          1          0          0          0          0          0
1790.03/1790.08	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1790.03/1790.08	c   integral         :      15.26       0.00       0.00      15.26       0.00
1790.03/1790.08	c   linear           :     213.81       0.00     205.29       8.52       0.00
1790.03/1790.08	c   indicator        :      31.78       0.02      20.94      10.83       0.00
1790.03/1790.08	c   logicor          :     298.97       0.00     298.97       0.00       0.00
1790.03/1790.08	c   bounddisjunction :       2.40       0.00       2.40       0.00       0.00
1790.03/1790.08	c   countsols        :       0.01       0.00       0.00       0.01       0.00
1790.03/1790.08	c Propagators        :       Time      Calls    Cutoffs    DomReds
1790.03/1790.08	c   vbounds          :       0.73      12722          0       3104
1790.03/1790.08	c   rootredcost      :       0.64         37          0       2647
1790.03/1790.08	c   pseudoobj        :     159.91    4218111       3765    1566395
1790.03/1790.08	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1790.03/1790.08	c   propagation      :      20.36     380431     380230    2250463       28.5      11757       27.5          -
1790.03/1790.08	c   infeasible LP    :       6.76      19343      19343     148416       42.6        198       20.6          0
1790.03/1790.08	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1790.03/1790.08	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1790.03/1790.08	c   pseudo solution  :       0.00          1          1          3        5.0          0        0.0          -
1790.03/1790.08	c   applied globally :          -          -          -    1028423       23.0          -          -          -
1790.03/1790.08	c   applied locally  :          -          -          -          0        0.0          -          -          -
1790.03/1790.08	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1790.03/1790.08	c   cut pool         :       0.00          3          -          -          1          -    (maximal pool size: 73)
1790.03/1790.08	c   redcost          :      48.60     509949          0     220094          0          0
1790.03/1790.08	c   impliedbounds    :       0.00          4          0          0          0          0
1790.03/1790.08	c   intobj           :       0.00          0          0          0          0          0
1790.03/1790.08	c   cgmip            :       0.00          0          0          0          0          0
1790.03/1790.08	c   gomory           :       0.01          4          0          0        230          0
1790.03/1790.08	c   strongcg         :       0.01          4          0          0        215          0
1790.03/1790.08	c   cmir             :       0.01          4          0          0          0          0
1790.03/1790.08	c   flowcover        :       0.02          4          0          0          0          0
1790.03/1790.08	c   clique           :       0.00          1          0          0          0          0
1790.03/1790.08	c   zerohalf         :       0.00          0          0          0          0          0
1790.03/1790.08	c   mcf              :       0.00          1          0          0          0          0
1790.03/1790.08	c   rapidlearning    :       0.17          1          0          0          0          0
1790.03/1790.08	c Pricers            :       Time      Calls       Vars
1790.03/1790.08	c   problem variables:       0.00          0          0
1790.03/1790.08	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1790.03/1790.08	c   relpscost        :      14.79     404063         12        753          0          0     806888
1790.03/1790.08	c   pscost           :       0.00          0          0          0          0          0          0
1790.03/1790.08	c   inference        :      24.03      49906          0          0          0          0      99923
1790.03/1790.08	c   mostinf          :       0.00          0          0          0          0          0          0
1790.03/1790.08	c   leastinf         :       0.00          0          0          0          0          0          0
1790.03/1790.08	c   fullstrong       :       0.00          0          0          0          0          0          0
1790.03/1790.08	c   allfullstrong    :       0.00          0          0          0          0          0          0
1790.03/1790.08	c   random           :       0.00          0          0          0          0          0          0
1790.03/1790.08	c Primal Heuristics  :       Time      Calls      Found
1790.03/1790.08	c   LP solutions     :       0.09          -         37
1790.03/1790.08	c   pseudo solutions :       0.00          -          0
1790.03/1790.08	c   feaspump         :       0.01          0          0
1790.03/1790.08	c   oneopt           :       0.39         29          0
1790.03/1790.08	c   guideddiving     :       0.09         36          0
1790.03/1790.08	c   crossover        :       1.24         27          5
1790.03/1790.08	c   linesearchdiving :       0.21        114          0
1790.03/1790.08	c   fracdiving       :       0.23        114          0
1790.03/1790.08	c   veclendiving     :       0.21        114          0
1790.03/1790.08	c   coefdiving       :       0.21        115          0
1790.03/1790.08	c   pscostdiving     :       0.21        115          0
1790.03/1790.08	c   rootsoldiving    :       0.24        111          0
1790.03/1790.08	c   objpscostdiving  :       0.22        112          0
1790.03/1790.08	c   trivial          :       0.07          2          2
1790.03/1790.08	c   simplerounding   :       0.91     404413          0
1790.03/1790.08	c   zirounding       :       0.40       1000          0
1790.03/1790.08	c   rounding         :       1.03       8970          0
1790.03/1790.08	c   shifting         :       0.55       2818          0
1790.03/1790.08	c   intshifting      :       0.01          0          0
1790.03/1790.08	c   twoopt           :       0.00          0          0
1790.03/1790.08	c   fixandinfer      :       0.00          0          0
1790.03/1790.08	c   intdiving        :       0.00          0          0
1790.03/1790.08	c   actconsdiving    :       0.00          0          0
1790.03/1790.08	c   octane           :       0.00          0          0
1790.03/1790.08	c   rens             :       0.03          1          0
1790.03/1790.08	c   rins             :       0.00          0          0
1790.03/1790.08	c   localbranching   :       0.00          0          0
1790.03/1790.08	c   mutation         :       0.00          0          0
1790.03/1790.08	c   dins             :       0.00          0          0
1790.03/1790.08	c   undercover       :       0.00          0          0
1790.03/1790.08	c   nlp              :       0.18          0          0
1790.03/1790.08	c   trysol           :       0.38        301        113
1790.03/1790.08	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1790.03/1790.08	c   primal LP        :       0.00          0          0       0.00          -
1790.03/1790.08	c   dual LP          :     431.75     478155    3396763       7.10    7867.42
1790.03/1790.08	c   lex dual LP      :       0.00          0          0       0.00          -
1790.03/1790.08	c   barrier LP       :       0.00          0          0       0.00          -
1790.03/1790.08	c   diving/probing LP:       0.08         49        499      10.18    5907.49
1790.03/1790.08	c   strong branching :      10.97       9487     107112      11.29    9765.98
1790.03/1790.08	c     (at root node) :          -         32       1047      32.72          -
1790.03/1790.08	c   conflict analysis:       0.00          0          0       0.00          -
1790.03/1790.08	c B&B Tree           :
1790.03/1790.08	c   number of runs   :          1
1790.03/1790.08	c   nodes            :     793157
1790.03/1790.08	c   nodes (total)    :     793157
1790.03/1790.08	c   nodes left       :       3003
1790.03/1790.08	c   max depth        :       2520
1790.03/1790.08	c   max depth (total):       2520
1790.03/1790.08	c   backtracks       :      74363 (9.4%)
1790.03/1790.08	c   delayed cutoffs  :      63562
1790.03/1790.08	c   repropagations   :    2101198 (4305364 domain reductions, 60172 cutoffs)
1790.03/1790.08	c   avg switch length:       6.71
1790.03/1790.08	c   switching time   :     288.33
1790.03/1790.08	c Solution           :
1790.03/1790.08	c   Solutions found  :        157 (38 improvements)
1790.03/1790.08	c   First Solution   : +1.36624000000000e+05   (in run 1, after 0 nodes, 0.02 seconds, depth 0, found by <trivial>)
1790.03/1790.08	c   Primal Bound     : +3.00000000000000e+00   (in run 1, after 113260 nodes, 228.15 seconds, depth 34, found by <relaxation>)
1790.03/1790.08	c   Dual Bound       : +0.00000000000000e+00
1790.03/1790.08	c   Gap              :   infinite
1790.03/1790.08	c   Root Dual Bound  : +0.00000000000000e+00
1790.03/1790.08	c   Root Iterations  :        184
1790.13/1790.18	c Time complete: 1790.22.

Verifier Data

OK	3

Watcher Data

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

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

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


[startup+0 s]
/proc/loadavg: 1.96 2.00 1.92 3/178 21891
/proc/meminfo: memFree=29367988/32950928 swapFree=67111528/67111528
[pid=21891] ppid=21889 vsize=12512 CPUtime=0
/proc/21891/stat : 21891 (pbscip.linux.x8) R 21889 21891 21340 0 -1 4202496 1969 0 0 0 0 0 0 0 23 0 1 0 26049830 12812288 1887 4089446400 4194304 10345943 140734360325200 18446744073709551615 6326861 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/21891/statm: 3128 1893 429 1502 0 1621 0

[startup+0.074657 s]
/proc/loadavg: 1.96 2.00 1.92 3/178 21891
/proc/meminfo: memFree=29367988/32950928 swapFree=67111528/67111528
[pid=21891] ppid=21889 vsize=38020 CPUtime=0.07
/proc/21891/stat : 21891 (pbscip.linux.x8) R 21889 21891 21340 0 -1 4202496 8449 0 0 0 6 1 0 0 23 0 1 0 26049830 38932480 8013 4089446400 4194304 10345943 140734360325200 18446744073709551615 9138288 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/21891/statm: 9505 8013 509 1502 0 7998 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 38020

[startup+0.100649 s]
/proc/loadavg: 1.96 2.00 1.92 3/178 21891
/proc/meminfo: memFree=29367988/32950928 swapFree=67111528/67111528
[pid=21891] ppid=21889 vsize=38020 CPUtime=0.09
/proc/21891/stat : 21891 (pbscip.linux.x8) R 21889 21891 21340 0 -1 4202496 8449 0 0 0 8 1 0 0 23 0 1 0 26049830 38932480 8013 4089446400 4194304 10345943 140734360325200 18446744073709551615 9138363 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/21891/statm: 9505 8013 509 1502 0 7998 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 38020

[startup+0.30061 s]
/proc/loadavg: 1.96 2.00 1.92 3/178 21891
/proc/meminfo: memFree=29367988/32950928 swapFree=67111528/67111528
[pid=21891] ppid=21889 vsize=70104 CPUtime=0.29
/proc/21891/stat : 21891 (pbscip.linux.x8) R 21889 21891 21340 0 -1 4202496 16227 0 0 0 26 3 0 0 18 0 1 0 26049830 71786496 15791 4089446400 4194304 10345943 140734360325200 18446744073709551615 9186026 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/21891/statm: 17526 15791 632 1502 0 16019 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 70104

[startup+0.700535 s]
/proc/loadavg: 1.96 2.00 1.92 3/178 21891
/proc/meminfo: memFree=29367988/32950928 swapFree=67111528/67111528
[pid=21891] ppid=21889 vsize=65264 CPUtime=0.69
/proc/21891/stat : 21891 (pbscip.linux.x8) R 21889 21891 21340 0 -1 4202496 16893 0 0 0 65 4 0 0 18 0 1 0 26049830 66830336 15052 4089446400 4194304 10345943 140734360325200 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/21891/statm: 16316 15052 751 1502 0 14809 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 65264

[startup+1.50041 s]
/proc/loadavg: 1.96 2.00 1.92 3/179 21892
/proc/meminfo: memFree=29308956/32950928 swapFree=67111528/67111528
[pid=21891] ppid=21889 vsize=65264 CPUtime=1.49
/proc/21891/stat : 21891 (pbscip.linux.x8) R 21889 21891 21340 0 -1 4202496 16895 0 0 0 144 5 0 0 19 0 1 0 26049830 66830336 15054 4089446400 4194304 10345943 140734360325200 18446744073709551615 4447807 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/21891/statm: 16316 15054 753 1502 0 14809 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 65264

[startup+3.10111 s]
/proc/loadavg: 1.96 2.00 1.92 3/179 21892
/proc/meminfo: memFree=29307088/32950928 swapFree=67111528/67111528
[pid=21891] ppid=21889 vsize=65264 CPUtime=3.09
/proc/21891/stat : 21891 (pbscip.linux.x8) R 21889 21891 21340 0 -1 4202496 16899 0 0 0 304 5 0 0 24 0 1 0 26049830 66830336 15058 4089446400 4194304 10345943 140734360325200 18446744073709551615 4688047 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/21891/statm: 16316 15058 754 1502 0 14809 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 65264

[startup+6.30055 s]
/proc/loadavg: 1.97 2.00 1.92 3/179 21892
/proc/meminfo: memFree=29304236/32950928 swapFree=67111528/67111528
[pid=21891] ppid=21889 vsize=65264 CPUtime=6.29
/proc/21891/stat : 21891 (pbscip.linux.x8) R 21889 21891 21340 0 -1 4202496 18874 0 0 0 623 6 0 0 25 0 1 0 26049830 66830336 15084 4089446400 4194304 10345943 140734360325200 18446744073709551615 6519502 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/21891/statm: 16316 15084 754 1502 0 14809 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 65264

[startup+12.7004 s]
/proc/loadavg: 1.97 2.00 1.92 3/179 21892
/proc/meminfo: memFree=29271880/32950928 swapFree=67111528/67111528
[pid=21891] ppid=21889 vsize=79560 CPUtime=12.69
/proc/21891/stat : 21891 (pbscip.linux.x8) R 21889 21891 21340 0 -1 4202496 22133 0 0 0 1262 7 0 0 25 0 1 0 26049830 81469440 18343 4089446400 4194304 10345943 140734360325200 18446744073709551615 6119810 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/21891/statm: 19890 18343 754 1502 0 18383 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 79560

[startup+25.5011 s]
/proc/loadavg: 1.97 2.00 1.92 3/179 21893
/proc/meminfo: memFree=29262964/32950928 swapFree=67111528/67111528
[pid=21891] ppid=21889 vsize=85092 CPUtime=25.49
/proc/21891/stat : 21891 (pbscip.linux.x8) R 21889 21891 21340 0 -1 4202496 24474 0 0 0 2540 9 0 0 25 0 1 0 26049830 87134208 20080 4089446400 4194304 10345943 140734360325200 18446744073709551615 6866056 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/21891/statm: 21273 20080 754 1502 0 19766 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 85092

[startup+51.1006 s]
/proc/loadavg: 1.98 2.00 1.92 3/179 21893
/proc/meminfo: memFree=29190996/32950928 swapFree=67111528/67111528
[pid=21891] ppid=21889 vsize=114188 CPUtime=51.1
/proc/21891/stat : 21891 (pbscip.linux.x8) R 21889 21891 21340 0 -1 4202496 43353 0 0 0 5094 16 0 0 25 0 1 0 26049830 116928512 27241 4089446400 4194304 10345943 140734360325200 18446744073709551615 9138281 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/21891/statm: 28547 27241 761 1502 0 27040 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 114188

[startup+102.306 s]
/proc/loadavg: 1.99 2.00 1.92 3/179 21895
/proc/meminfo: memFree=29050376/32950928 swapFree=67111528/67111528
[pid=21891] ppid=21889 vsize=195492 CPUtime=102.3
/proc/21891/stat : 21891 (pbscip.linux.x8) R 21889 21891 21340 0 -1 4202496 108277 0 0 0 10199 31 0 0 25 0 1 0 26049830 200183808 47058 4089446400 4194304 10345943 140734360325200 18446744073709551615 4701094 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/21891/statm: 48873 47058 762 1502 0 47366 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 195492

[startup+162.301 s]
/proc/loadavg: 1.99 2.00 1.92 3/179 21896
/proc/meminfo: memFree=28917524/32950928 swapFree=67111528/67111528
[pid=21891] ppid=21889 vsize=249640 CPUtime=162.3
/proc/21891/stat : 21891 (pbscip.linux.x8) R 21889 21891 21340 0 -1 4202496 141670 0 0 0 16183 47 0 0 25 0 1 0 26049830 255631360 60577 4089446400 4194304 10345943 140734360325200 18446744073709551615 6702728 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/21891/statm: 62410 60577 766 1502 0 60903 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 249640

[startup+222.301 s]
/proc/loadavg: 2.04 2.01 1.93 3/179 21898
/proc/meminfo: memFree=28901080/32950928 swapFree=67111528/67111528
[pid=21891] ppid=21889 vsize=260420 CPUtime=222.3
/proc/21891/stat : 21891 (pbscip.linux.x8) R 21889 21891 21340 0 -1 4202496 171564 0 0 0 22161 69 0 0 25 0 1 0 26049830 266670080 63024 4089446400 4194304 10345943 140734360325200 18446744073709551615 4995709 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/21891/statm: 65105 63024 774 1502 0 63598 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 260420

[startup+282.3 s]
/proc/loadavg: 2.01 2.00 1.93 3/179 21899
/proc/meminfo: memFree=28895940/32950928 swapFree=67111528/67111528
[pid=21891] ppid=21889 vsize=260584 CPUtime=282.3
/proc/21891/stat : 21891 (pbscip.linux.x8) R 21889 21891 21340 0 -1 4202496 185185 0 0 0 28141 89 0 0 25 0 1 0 26049830 266838016 63506 4089446400 4194304 10345943 140734360325200 18446744073709551615 4785932 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/21891/statm: 65146 63506 783 1502 0 63639 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 260584

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 21901
/proc/meminfo: memFree=28887964/32950928 swapFree=67111528/67111528
[pid=21891] ppid=21889 vsize=264364 CPUtime=342.3
/proc/21891/stat : 21891 (pbscip.linux.x8) R 21889 21891 21340 0 -1 4202496 187677 0 0 0 34121 109 0 0 25 0 1 0 26049830 270708736 64154 4089446400 4194304 10345943 140734360325200 18446744073709551615 5614700 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/21891/statm: 66091 64154 783 1502 0 64584 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 264364

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 21903
/proc/meminfo: memFree=28884312/32950928 swapFree=67111528/67111528
[pid=21891] ppid=21889 vsize=266432 CPUtime=402.3
/proc/21891/stat : 21891 (pbscip.linux.x8) R 21889 21891 21340 0 -1 4202496 188217 0 0 0 40104 126 0 0 25 0 1 0 26049830 272826368 64694 4089446400 4194304 10345943 140734360325200 18446744073709551615 5085399 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/21891/statm: 66608 64694 794 1502 0 65101 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 266432

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 21904
/proc/meminfo: memFree=28877624/32950928 swapFree=67111528/67111528
[pid=21891] ppid=21889 vsize=269444 CPUtime=462.3
/proc/21891/stat : 21891 (pbscip.linux.x8) R 21889 21891 21340 0 -1 4202496 193391 0 0 0 46089 141 0 0 25 0 1 0 26049830 275910656 65498 4089446400 4194304 10345943 140734360325200 18446744073709551615 6528242 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/21891/statm: 67361 65498 795 1502 0 65854 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 269444

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 21906
/proc/meminfo: memFree=28874216/32950928 swapFree=67111528/67111528
[pid=21891] ppid=21889 vsize=270348 CPUtime=522.31
/proc/21891/stat : 21891 (pbscip.linux.x8) R 21889 21891 21340 0 -1 4202496 193687 0 0 0 52074 157 0 0 25 0 1 0 26049830 276836352 65794 4089446400 4194304 10345943 140734360325200 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/21891/statm: 67587 65794 795 1502 0 66080 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 270348

[startup+582.301 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 21907
/proc/meminfo: memFree=28870832/32950928 swapFree=67111528/67111528
[pid=21891] ppid=21889 vsize=271224 CPUtime=582.3
/proc/21891/stat : 21891 (pbscip.linux.x8) R 21889 21891 21340 0 -1 4202496 193892 0 0 0 58055 175 0 0 25 0 1 0 26049830 277733376 65999 4089446400 4194304 10345943 140734360325200 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/21891/statm: 67806 65999 795 1502 0 66299 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 271224

[startup+642.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 21909
/proc/meminfo: memFree=28870136/32950928 swapFree=67111528/67111528
[pid=21891] ppid=21889 vsize=272844 CPUtime=642.31
/proc/21891/stat : 21891 (pbscip.linux.x8) R 21889 21891 21340 0 -1 4202496 198306 0 0 0 64041 190 0 0 25 0 1 0 26049830 279392256 66085 4089446400 4194304 10345943 140734360325200 18446744073709551615 5085381 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/21891/statm: 68211 66085 795 1502 0 66704 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 272844

[startup+702.301 s]

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

/proc/meminfo: memFree=28857688/32950928 swapFree=67111528/67111528
[pid=21891] ppid=21889 vsize=282432 CPUtime=1002.32
/proc/21891/stat : 21891 (pbscip.linux.x8) R 21889 21891 21340 0 -1 4202496 200859 0 0 0 99949 283 0 0 25 0 1 0 26049830 289210368 68637 4089446400 4194304 10345943 140734360325200 18446744073709551615 5006653 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/21891/statm: 70608 68637 795 1502 0 69101 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 282432

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 21920
/proc/meminfo: memFree=28852656/32950928 swapFree=67111528/67111528
[pid=21891] ppid=21889 vsize=288048 CPUtime=1062.32
/proc/21891/stat : 21891 (pbscip.linux.x8) R 21889 21891 21340 0 -1 4202496 201916 0 0 0 105937 295 0 0 25 0 1 0 26049830 294961152 69694 4089446400 4194304 10345943 140734360325200 18446744073709551615 6003041 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/21891/statm: 72012 69694 795 1502 0 70505 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 288048

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 21922
/proc/meminfo: memFree=28851364/32950928 swapFree=67111528/67111528
[pid=21891] ppid=21889 vsize=288184 CPUtime=1122.32
/proc/21891/stat : 21891 (pbscip.linux.x8) R 21889 21891 21340 0 -1 4202496 202234 0 0 0 111924 308 0 0 25 0 1 0 26049830 295100416 70012 4089446400 4194304 10345943 140734360325200 18446744073709551615 5028053 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/21891/statm: 72046 70012 795 1502 0 70539 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 288184

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 21923
/proc/meminfo: memFree=28850960/32950928 swapFree=67111528/67111528
[pid=21891] ppid=21889 vsize=288252 CPUtime=1182.32
/proc/21891/stat : 21891 (pbscip.linux.x8) R 21889 21891 21340 0 -1 4202496 204205 0 0 0 117909 323 0 0 25 0 1 0 26049830 295170048 70082 4089446400 4194304 10345943 140734360325200 18446744073709551615 5085399 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/21891/statm: 72063 70082 795 1502 0 70556 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 288252

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 21925
/proc/meminfo: memFree=28850132/32950928 swapFree=67111528/67111528
[pid=21891] ppid=21889 vsize=288696 CPUtime=1242.32
/proc/21891/stat : 21891 (pbscip.linux.x8) R 21889 21891 21340 0 -1 4202496 204333 0 0 0 123893 339 0 0 25 0 1 0 26049830 295624704 70210 4089446400 4194304 10345943 140734360325200 18446744073709551615 5085381 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/21891/statm: 72174 70210 795 1502 0 70667 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 288696

[startup+1302.3 s]
/proc/loadavg: 2.08 2.02 1.94 3/179 21927
/proc/meminfo: memFree=28849320/32950928 swapFree=67111528/67111528
[pid=21891] ppid=21889 vsize=288936 CPUtime=1302.33
/proc/21891/stat : 21891 (pbscip.linux.x8) R 21889 21891 21340 0 -1 4202496 204420 0 0 0 129879 354 0 0 25 0 1 0 26049830 295870464 70297 4089446400 4194304 10345943 140734360325200 18446744073709551615 6068924 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/21891/statm: 72234 70297 795 1502 0 70727 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 288936

[startup+1362.3 s]
/proc/loadavg: 2.03 2.01 1.94 3/179 21937
/proc/meminfo: memFree=28848688/32950928 swapFree=67111528/67111528
[pid=21891] ppid=21889 vsize=289084 CPUtime=1362.33
/proc/21891/stat : 21891 (pbscip.linux.x8) R 21889 21891 21340 0 -1 4202496 204460 0 0 0 135860 373 0 0 25 0 1 0 26049830 296022016 70337 4089446400 4194304 10345943 140734360325200 18446744073709551615 4698190 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/21891/statm: 72271 70337 795 1502 0 70764 0
Current children cumulated CPU time (s) 1362.33
Current children cumulated vsize (KiB) 289084

[startup+1422.31 s]
/proc/loadavg: 2.01 2.00 1.94 3/179 21939
/proc/meminfo: memFree=28847908/32950928 swapFree=67111528/67111528
[pid=21891] ppid=21889 vsize=290272 CPUtime=1422.33
/proc/21891/stat : 21891 (pbscip.linux.x8) R 21889 21891 21340 0 -1 4202496 204615 0 0 0 141844 389 0 0 25 0 1 0 26049830 297238528 70492 4089446400 4194304 10345943 140734360325200 18446744073709551615 5085381 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/21891/statm: 72568 70492 795 1502 0 71061 0
Current children cumulated CPU time (s) 1422.33
Current children cumulated vsize (KiB) 290272

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 21940
/proc/meminfo: memFree=28846840/32950928 swapFree=67111528/67111528
[pid=21891] ppid=21889 vsize=290672 CPUtime=1482.33
/proc/21891/stat : 21891 (pbscip.linux.x8) R 21889 21891 21340 0 -1 4202496 204760 0 0 0 147830 403 0 0 25 0 1 0 26049830 297648128 70637 4089446400 4194304 10345943 140734360325200 18446744073709551615 5085399 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/21891/statm: 72668 70637 795 1502 0 71161 0
Current children cumulated CPU time (s) 1482.33
Current children cumulated vsize (KiB) 290672

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 21942
/proc/meminfo: memFree=28846680/32950928 swapFree=67111528/67111528
[pid=21891] ppid=21889 vsize=290672 CPUtime=1542.33
/proc/21891/stat : 21891 (pbscip.linux.x8) R 21889 21891 21340 0 -1 4202496 204764 0 0 0 153816 417 0 0 25 0 1 0 26049830 297648128 70641 4089446400 4194304 10345943 140734360325200 18446744073709551615 5614700 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/21891/statm: 72668 70641 795 1502 0 71161 0
Current children cumulated CPU time (s) 1542.33
Current children cumulated vsize (KiB) 290672

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 21944
/proc/meminfo: memFree=28846500/32950928 swapFree=67111528/67111528
[pid=21891] ppid=21889 vsize=290672 CPUtime=1602.33
/proc/21891/stat : 21891 (pbscip.linux.x8) R 21889 21891 21340 0 -1 4202496 204768 0 0 0 159803 430 0 0 25 0 1 0 26049830 297648128 70645 4089446400 4194304 10345943 140734360325200 18446744073709551615 4218186 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/21891/statm: 72668 70645 795 1502 0 71161 0
Current children cumulated CPU time (s) 1602.33
Current children cumulated vsize (KiB) 290672

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 21945
/proc/meminfo: memFree=28845220/32950928 swapFree=67111528/67111528
[pid=21891] ppid=21889 vsize=290672 CPUtime=1662.34
/proc/21891/stat : 21891 (pbscip.linux.x8) R 21889 21891 21340 0 -1 4202496 204768 0 0 0 165791 443 0 0 25 0 1 0 26049830 297648128 70645 4089446400 4194304 10345943 140734360325200 18446744073709551615 4230937 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/21891/statm: 72668 70645 795 1502 0 71161 0
Current children cumulated CPU time (s) 1662.34
Current children cumulated vsize (KiB) 290672

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 21947
/proc/meminfo: memFree=28844568/32950928 swapFree=67111528/67111528
[pid=21891] ppid=21889 vsize=290672 CPUtime=1722.33
/proc/21891/stat : 21891 (pbscip.linux.x8) R 21889 21891 21340 0 -1 4202496 204776 0 0 0 171776 457 0 0 25 0 1 0 26049830 297648128 70653 4089446400 4194304 10345943 140734360325200 18446744073709551615 5085399 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/21891/statm: 72668 70653 795 1502 0 71161 0
Current children cumulated CPU time (s) 1722.33
Current children cumulated vsize (KiB) 290672

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 21975
/proc/meminfo: memFree=29119228/32950928 swapFree=67111528/67111528
[pid=21891] ppid=21889 vsize=290672 CPUtime=1782.34
/proc/21891/stat : 21891 (pbscip.linux.x8) R 21889 21891 21340 0 -1 4202496 204797 0 0 0 177758 476 0 0 25 0 1 0 26049830 297648128 70674 4089446400 4194304 10345943 140734360325200 18446744073709551615 4967889 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/21891/statm: 72668 70674 795 1502 0 71161 0
Current children cumulated CPU time (s) 1782.34
Current children cumulated vsize (KiB) 290672

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

[startup+1785.5 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 21975
/proc/meminfo: memFree=29113648/32950928 swapFree=67111528/67111528
[pid=21891] ppid=21889 vsize=290672 CPUtime=1785.54
/proc/21891/stat : 21891 (pbscip.linux.x8) R 21889 21891 21340 0 -1 4202496 204797 0 0 0 178077 477 0 0 25 0 1 0 26049830 297648128 70674 4089446400 4194304 10345943 140734360325200 18446744073709551615 6064758 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/21891/statm: 72668 70674 795 1502 0 71161 0
Current children cumulated CPU time (s) 1785.54
Current children cumulated vsize (KiB) 290672

[startup+1788.7 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 21976
/proc/meminfo: memFree=29108440/32950928 swapFree=67111528/67111528
[pid=21891] ppid=21889 vsize=290672 CPUtime=1788.74
/proc/21891/stat : 21891 (pbscip.linux.x8) R 21889 21891 21340 0 -1 4202496 204797 0 0 0 178396 478 0 0 25 0 1 0 26049830 297648128 70674 4089446400 4194304 10345943 140734360325200 18446744073709551615 6119433 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/21891/statm: 72668 70674 795 1502 0 71161 0
Current children cumulated CPU time (s) 1788.74
Current children cumulated vsize (KiB) 290672

[startup+1789.5 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 21976
/proc/meminfo: memFree=29108440/32950928 swapFree=67111528/67111528
[pid=21891] ppid=21889 vsize=290672 CPUtime=1789.53
/proc/21891/stat : 21891 (pbscip.linux.x8) R 21889 21891 21340 0 -1 4202496 204797 0 0 0 178475 478 0 0 25 0 1 0 26049830 297648128 70674 4089446400 4194304 10345943 140734360325200 18446744073709551615 4218186 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/21891/statm: 72668 70674 795 1502 0 71161 0
Current children cumulated CPU time (s) 1789.53
Current children cumulated vsize (KiB) 290672

[startup+1789.9 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 21976
/proc/meminfo: memFree=29106960/32950928 swapFree=67111528/67111528
[pid=21891] ppid=21889 vsize=290672 CPUtime=1789.93
/proc/21891/stat : 21891 (pbscip.linux.x8) R 21889 21891 21340 0 -1 4202496 204797 0 0 0 178515 478 0 0 25 0 1 0 26049830 297648128 70674 4089446400 4194304 10345943 140734360325200 18446744073709551615 6559511 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/21891/statm: 72668 70674 795 1502 0 71161 0
Current children cumulated CPU time (s) 1789.93
Current children cumulated vsize (KiB) 290672

[startup+1790.1 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 21976
/proc/meminfo: memFree=29106960/32950928 swapFree=67111528/67111528
[pid=21891] ppid=21889 vsize=290672 CPUtime=1790.13
/proc/21891/stat : 21891 (pbscip.linux.x8) R 21889 21891 21340 0 -1 4202496 204798 0 0 0 178535 478 0 0 18 0 1 0 26049830 297648128 70675 4089446400 4194304 10345943 140734360325200 18446744073709551615 4723516 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/21891/statm: 72668 70675 796 1502 0 71161 0
Current children cumulated CPU time (s) 1790.13
Current children cumulated vsize (KiB) 290672

Child status: 0
Real time (s): 1790.18
CPU time (s): 1790.23
CPU user time (s): 1785.43
CPU system time (s): 4.80027
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 294072

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1785.43
system time used= 4.80027
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 204801
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= 5
involuntary context switches= 20244

runsolver used 2.88956 second user time and 6.88095 second system time

The end

Launcher Data

Begin job on node112 at 2010-07-08 10:39:11
IDJOB=2705118
IDBENCH=79306
IDSOLVER=1214
FILE ID=node112/2705118-1278578351
PBS_JOBID= 11240230
Free space on /tmp= 73440 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.1900576360--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-2705118-1278578351/watcher-2705118-1278578351 -o /tmp/evaluation-result-2705118-1278578351/solver-2705118-1278578351 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2705118-1278578351.wbo -t 1800 -m 3800

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

MD5SUM BENCH= da8b4d3fc4733201ddcbc92154231f9d
RANDOM SEED=802613246

node112.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.820
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.64
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.820
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.820
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.820
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.84
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.820
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.820
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.83
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.820
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.820
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:     32950928 kB
MemFree:      29368764 kB
Buffers:        151064 kB
Cached:        3152648 kB
SwapCached:          0 kB
Active:        1366964 kB
Inactive:      2061512 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      29368764 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           25804 kB
Writeback:           0 kB
AnonPages:      124416 kB
Mapped:          17524 kB
Slab:            89184 kB
PageTables:       4780 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   268432 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= 73428 MiB
End job on node112 at 2010-07-08 11:09:01