Trace number 2700321

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 solverOPTIMUM 388.463 388.453

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/wcsp/jnh/
normalized-jnh10_wcsp.wbo
MD5SUM401aade47f990d36319fcf6fc2a74e2a
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark85
Best CPU time to get the best result obtained on this benchmark0.029995
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables200
Total number of constraints950
Number of soft constraints850
Number of constraints which are clauses850
Number of constraints which are cardinality constraints (but not clauses)100
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint11
Top cost 420926
Min constraint cost 1
Max constraint cost 1000
Sum of constraints costs 420925
Biggest number in a constraint 10
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 21
Number of bits of the biggest sum of numbers5
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-2700321-1278534724.wbo>
0.00/0.01	c original problem has 1900 variables (1050 bin, 0 int, 0 impl, 850 cont) and 1801 constraints
0.00/0.01	c problem read
0.00/0.01	c presolving settings loaded
0.00/0.02	c presolving:
0.00/0.02	c (round 1) 100 del vars, 101 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 1050 impls, 0 clqs
0.00/0.03	c (round 2) 100 del vars, 101 del conss, 850 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 1050 impls, 0 clqs
0.00/0.06	c    (0.0s) probing: 101/950 (10.6%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.00/0.06	c    (0.0s) probing aborted: 100/100 successive totally useless probings
0.00/0.06	c presolving (3 rounds):
0.00/0.06	c  100 deleted vars, 101 deleted constraints, 850 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.06	c  1050 implications, 0 cliques
0.00/0.06	c presolved problem has 1800 variables (950 bin, 0 int, 0 impl, 850 cont) and 1700 constraints
0.00/0.06	c     850 constraints of type <indicator>
0.00/0.06	c     850 constraints of type <linear>
0.00/0.06	c transformed objective value is always integral (scale: 1)
0.00/0.06	c Presolving Time: 0.04
0.00/0.06	c - non default parameters ----------------------------------------------------------------------
0.00/0.06	c # SCIP version 1.2.1.2
0.00/0.06	c 
0.00/0.06	c # frequency for displaying node information lines
0.00/0.06	c # [type: int, range: [-1,2147483647], default: 100]
0.00/0.06	c display/freq = 10000
0.00/0.06	c 
0.00/0.06	c # maximal time in seconds to run
0.00/0.06	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.06	c limits/time = 1799.99
0.00/0.06	c 
0.00/0.06	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.06	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.06	c limits/memory = 3420
0.00/0.06	c 
0.00/0.06	c # should presolving try to simplify inequalities
0.00/0.06	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.06	c constraints/linear/simplifyinequalities = TRUE
0.00/0.06	c 
0.00/0.06	c # should presolving try to simplify knapsacks
0.00/0.06	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.06	c constraints/knapsack/simplifyinequalities = TRUE
0.00/0.06	c 
0.00/0.06	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.00/0.06	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.06	c separating/rapidlearning/freq = 0
0.00/0.06	c 
0.00/0.06	c -----------------------------------------------------------------------------------------------
0.00/0.06	c start solving
0.00/0.06	c 
0.00/0.06	o 420925
0.00/0.06	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.00/0.06	c t 0.0s|     1 |     0 |     0 |     - |6127k|   0 |   - |1800 |1700 |   0 |   0 |   0 |   0 |   0 |      --      | 4.209250e+05 |    Inf 
0.00/0.06	c   0.0s|     1 |     0 |     0 |     - |6524k|   0 |   0 |1800 |1700 |1800 |   0 |   0 |   0 |   0 | 0.000000e+00 | 4.209250e+05 |    Inf 
0.00/0.06	c   0.0s|     1 |     0 |    35 |     - |6559k|   0 |   0 |1800 |1700 |1800 |  61 |  61 |   0 |   0 | 0.000000e+00 | 4.209250e+05 |    Inf 
0.00/0.07	c   0.1s|     1 |     0 |   120 |     - |6608k|   0 |  28 |1800 |1700 |1800 | 105 | 105 |   0 |   0 | 0.000000e+00 | 4.209250e+05 |    Inf 
0.00/0.07	c   0.1s|     1 |     0 |   163 |     - |6709k|   0 |  62 |1800 |1700 |1800 | 147 | 147 |   0 |   0 | 0.000000e+00 | 4.209250e+05 |    Inf 
0.00/0.09	c   0.1s|     1 |     0 |   226 |     - |6901k|   0 |  60 |1800 |1700 |1800 | 170 | 170 |   0 |   0 | 0.000000e+00 | 4.209250e+05 |    Inf 
0.09/0.10	c   0.1s|     1 |     0 |   231 |     - |6928k|   0 |  60 |1800 |1700 |1800 | 175 | 175 |   0 |   0 | 0.000000e+00 | 4.209250e+05 |    Inf 
0.19/0.26	c   0.2s|     1 |     2 |   454 |     - |6979k|   0 |  60 |1800 |1700 |1800 | 175 | 175 |   0 |  33 | 0.000000e+00 | 4.209250e+05 |    Inf 
7.59/7.61	c   7.4s| 10000 | 10001 | 14042 |   1.4 |  19M| 409 |   0 |1800 |1700 |1800 | 212 |2243 |   0 | 700 | 0.000000e+00 | 4.209250e+05 |    Inf 
8.49/8.59	o 5787
8.49/8.59	c * 8.3s| 11610 | 11329 | 15435 |   1.3 |  20M| 756 |   - |1800 |1710 |1800 | 264 |2444 |  10 | 724 | 0.000000e+00 | 5.787000e+03 |    Inf 
9.29/9.32	o 5700
9.29/9.32	c * 9.1s| 12533 | 12140 | 17488 |   1.4 |  21M| 756 |   - |1800 |1761 |1800 | 263 |2741 |  61 | 740 | 0.000000e+00 | 5.700000e+03 |    Inf 
15.50/15.52	c  15.1s| 20000 | 18490 | 33756 |   1.7 |  31M| 756 |   0 |1800 |4251 |1800 | 188 |5155 |3177 | 757 | 0.000000e+00 | 5.700000e+03 |    Inf 
23.29/23.36	c  22.7s| 30000 | 26929 | 51541 |   1.7 |  45M| 756 |   0 |1800 |4096 |1800 | 205 |7969 |7712 | 775 | 0.000000e+00 | 5.700000e+03 |    Inf 
31.09/31.14	c  30.3s| 40000 | 35379 | 66736 |   1.7 |  58M| 756 |   0 |1800 |3915 |1800 | 200 |  10k|  12k| 775 | 0.000000e+00 | 5.700000e+03 |    Inf 
39.29/39.31	c  38.2s| 50000 | 43751 | 84498 |   1.7 |  72M| 756 |   0 |1800 |5017 |1800 | 195 |  13k|  17k| 775 | 0.000000e+00 | 5.700000e+03 |    Inf 
44.50/44.52	o 5668
44.50/44.52	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
44.50/44.52	c *43.3s| 56619 | 49067 | 93842 |   1.7 |  81M| 756 |   - |1800 |5402 |1800 | 250 |  15k|  21k| 776 | 0.000000e+00 | 5.668000e+03 |    Inf 
47.19/47.21	c  45.9s| 60000 | 51963 | 98887 |   1.6 |  85M| 756 |   0 |1800 |4886 |1800 | 197 |  16k|  22k| 776 | 0.000000e+00 | 5.668000e+03 |    Inf 
50.90/50.94	o 5667
50.90/50.94	c *49.6s| 65104 | 56481 |104322 |   1.6 |  91M| 756 |   - |1800 |4955 |1800 | 212 |  17k|  24k| 779 | 0.000000e+00 | 5.667000e+03 |    Inf 
50.90/50.99	o 5597
50.90/50.99	c *49.6s| 65163 | 56133 |104436 |   1.6 |  91M| 756 |   - |1800 |4965 |1800 | 214 |  17k|  24k| 779 | 0.000000e+00 | 5.597000e+03 |    Inf 
54.79/54.89	c  53.4s| 70000 | 60179 |111509 |   1.6 |  97M| 756 |   0 |1800 |4916 |1800 | 206 |  18k|  27k| 789 | 0.000000e+00 | 5.597000e+03 |    Inf 
62.89/62.94	c  61.2s| 80000 | 68464 |127665 |   1.6 | 110M| 756 |   0 |1800 |4670 |1800 | 207 |  21k|  32k| 852 | 0.000000e+00 | 5.597000e+03 |    Inf 
63.80/63.85	o 5084
63.80/63.85	c *62.1s| 81155 | 63825 |129646 |   1.6 | 103M| 756 |   - |1800 |4749 |1800 | 243 |  21k|  32k| 858 | 0.000000e+00 | 5.084000e+03 |    Inf 
63.80/63.86	o 4959
63.80/63.86	c *62.1s| 81156 | 62284 |129654 |   1.6 |  99M| 756 |   - |1800 |4749 |1800 | 243 |  21k|  32k| 858 | 0.000000e+00 | 4.959000e+03 |    Inf 
70.79/70.84	c  68.9s| 90000 | 69632 |141671 |   1.6 | 110M| 756 |   0 |1800 |4483 |1800 | 186 |  23k|  36k| 911 | 0.000000e+00 | 4.959000e+03 |    Inf 
78.69/78.70	c  76.5s|100000 | 77819 |155647 |   1.6 | 123M| 756 |   0 |1800 |5083 |1800 | 196 |  25k|  41k| 960 | 0.000000e+00 | 4.959000e+03 |    Inf 
79.00/79.00	o 4932
79.00/79.00	c *76.8s|100462 | 77877 |155971 |   1.6 | 122M| 756 |   - |1800 |5133 |1800 | 197 |  25k|  41k| 960 | 0.000000e+00 | 4.932000e+03 |    Inf 
86.60/86.65	c  84.3s|110000 | 85790 |169409 |   1.5 | 135M| 756 |   0 |1800 |4591 |1800 | 215 |  28k|  46k|1008 | 0.000000e+00 | 4.932000e+03 |    Inf 
87.19/87.22	o 4902
87.19/87.22	c *84.8s|110600 | 85792 |170702 |   1.5 | 135M| 756 |   - |1800 |5061 |1800 | 233 |  28k|  46k|1011 | 0.000000e+00 | 4.902000e+03 |    Inf 
87.19/87.22	o 4892
87.19/87.22	c *84.8s|110603 | 85656 |170713 |   1.5 | 134M| 756 |   - |1800 |5061 |1800 | 233 |  28k|  46k|1011 | 0.000000e+00 | 4.892000e+03 |    Inf 
87.19/87.23	o 4853
87.19/87.23	c *84.8s|110604 | 84970 |170716 |   1.5 | 132M| 756 |   - |1800 |5061 |1800 | 233 |  28k|  46k|1011 | 0.000000e+00 | 4.853000e+03 |    Inf 
94.89/94.90	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
94.89/94.90	c  92.3s|120000 | 92894 |185317 |   1.5 | 145M| 756 |   0 |1800 |5525 |1800 | 214 |  30k|  51k|1053 | 0.000000e+00 | 4.853000e+03 |    Inf 
98.89/98.94	o 4755
98.89/98.94	c *96.2s|124868 | 95056 |192655 |   1.5 | 146M| 756 |   - |1800 |4638 |1800 | 219 |  31k|  54k|1070 | 0.000000e+00 | 4.755000e+03 |    Inf 
98.89/98.96	o 4744
98.89/98.96	c *96.2s|124874 | 94819 |192774 |   1.5 | 145M| 756 |   - |1800 |4635 |1800 | 222 |  31k|  54k|1070 | 0.000000e+00 | 4.744000e+03 |    Inf 
103.19/103.27	c   100s|130000 | 99038 |201587 |   1.5 | 152M| 756 |   0 |1800 |4671 |1800 | 199 |  33k|  56k|1093 | 0.000000e+00 | 4.744000e+03 |    Inf 
110.39/110.41	o 4595
110.39/110.41	c * 107s|138702 |102382 |215777 |   1.6 | 152M| 756 |   - |1800 |4551 |1800 | 235 |  35k|  60k|1127 | 0.000000e+00 | 4.595000e+03 |    Inf 
111.40/111.49	c   108s|140000 |103463 |217772 |   1.6 | 154M| 756 |   0 |1800 |4368 |1800 | 234 |  36k|  61k|1158 | 0.000000e+00 | 4.595000e+03 |    Inf 
119.00/119.01	o 4592
119.00/119.01	c * 116s|148893 |110636 |232152 |   1.6 | 166M| 756 |   - |1800 |5053 |1800 | 223 |  38k|  65k|1204 | 0.000000e+00 | 4.592000e+03 |    Inf 
119.00/119.02	o 4545
119.00/119.02	c * 116s|148894 |109250 |232153 |   1.6 | 163M| 756 |   - |1800 |5053 |1800 | 223 |  38k|  65k|1204 | 0.000000e+00 | 4.545000e+03 |    Inf 
120.10/120.10	c   117s|150000 |110103 |234877 |   1.6 | 165M| 756 |   2 |1800 |5140 |1800 | 212 |  39k|  66k|1214 | 0.000000e+00 | 4.545000e+03 |    Inf 
125.50/125.57	o 4523
125.50/125.57	c * 122s|156599 |114923 |245376 |   1.6 | 172M| 756 |   - |1800 |4879 |1800 | 224 |  40k|  70k|1291 | 0.000000e+00 | 4.523000e+03 |    Inf 
125.50/125.58	o 4520
125.50/125.58	c * 122s|156600 |114842 |245377 |   1.6 | 172M| 756 |   - |1800 |4879 |1800 | 224 |  40k|  70k|1291 | 0.000000e+00 | 4.520000e+03 |    Inf 
125.79/125.82	o 4289
125.79/125.82	c * 122s|156897 |108727 |245934 |   1.6 | 159M| 756 |   - |1800 |4954 |1800 | 238 |  41k|  70k|1291 | 0.000000e+00 | 4.289000e+03 |    Inf 
128.09/128.17	o 4251
128.09/128.17	c * 125s|159670 |110018 |250209 |   1.6 | 161M| 756 |   - |1800 |4465 |1800 | 233 |  41k|  71k|1292 | 0.000000e+00 | 4.251000e+03 |    Inf 
128.39/128.44	c   125s|160000 |110284 |250599 |   1.6 | 161M| 756 |   0 |1800 |4493 |1800 | 219 |  41k|  71k|1292 | 0.000000e+00 | 4.251000e+03 |    Inf 
136.99/137.07	c   133s|170000 |118261 |269345 |   1.6 | 176M| 756 |   0 |1800 |4319 |1800 | 185 |  44k|  76k|1426 | 0.000000e+00 | 4.251000e+03 |    Inf 
145.59/145.69	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
145.59/145.69	c   142s|180000 |126386 |287714 |   1.6 | 189M| 756 |   0 |1800 |3897 |1800 | 214 |  48k|  81k|1535 | 0.000000e+00 | 4.251000e+03 |    Inf 
150.89/150.93	o 4023
150.89/150.93	c * 147s|185958 |123844 |299490 |   1.6 | 182M| 756 |   - |1800 |4546 |1800 | 222 |  49k|  84k|1596 | 0.000000e+00 | 4.023000e+03 |    Inf 
154.40/154.48	c   150s|190000 |127080 |307319 |   1.6 | 188M| 756 |   0 |1800 |4584 |1800 | 201 |  51k|  86k|1614 | 0.000000e+00 | 4.023000e+03 |    Inf 
162.30/162.32	o 4010
162.30/162.32	c * 158s|198923 |133859 |324936 |   1.6 | 200M| 756 |   - |1800 |4272 |1800 | 203 |  54k|  91k|1689 | 0.000000e+00 | 4.010000e+03 |    Inf 
162.30/162.32	o 3994
162.30/162.32	c * 158s|198924 |133270 |324938 |   1.6 | 199M| 756 |   - |1800 |4272 |1800 | 203 |  54k|  91k|1689 | 0.000000e+00 | 3.994000e+03 |    Inf 
163.09/163.17	c   159s|200000 |134256 |326492 |   1.6 | 200M| 756 |   0 |1800 |4190 |1800 | 187 |  54k|  91k|1689 | 0.000000e+00 | 3.994000e+03 |    Inf 
171.79/171.83	c   167s|210000 |142496 |347153 |   1.7 | 214M| 756 |   0 |1800 |4679 |1800 | 200 |  57k|  96k|1738 | 0.000000e+00 | 3.994000e+03 |    Inf 
180.69/180.70	c   176s|220000 |150634 |365528 |   1.7 | 229M| 756 |   0 |1800 |5429 |1800 | 205 |  60k| 102k|1790 | 0.000000e+00 | 3.994000e+03 |    Inf 
181.79/181.85	o 3971
181.79/181.85	c * 177s|221378 |150879 |367623 |   1.7 | 229M| 756 |   - |1800 |5373 |1800 | 201 |  60k| 103k|1790 | 0.000000e+00 | 3.971000e+03 |    Inf 
182.70/182.73	o 3855
182.70/182.73	c * 178s|222334 |146673 |369245 |   1.7 | 220M| 756 |   - |1800 |5480 |1800 | 201 |  61k| 103k|1795 | 0.000000e+00 | 3.855000e+03 |    Inf 
182.70/182.74	o 3793
182.70/182.74	c * 178s|222335 |144047 |369247 |   1.7 | 215M| 756 |   - |1800 |5480 |1800 | 201 |  61k| 103k|1795 | 0.000000e+00 | 3.793000e+03 |    Inf 
183.30/183.30	o 3629
183.30/183.30	c * 178s|222999 |137462 |370227 |   1.7 | 200M| 756 |   - |1800 |5653 |1800 | 206 |  61k| 104k|1797 | 0.000000e+00 | 3.629000e+03 |    Inf 
183.30/183.31	o 3550
183.30/183.31	c * 178s|223000 |134008 |370229 |   1.7 | 193M| 756 |   - |1800 |5653 |1800 | 206 |  61k| 104k|1797 | 0.000000e+00 | 3.550000e+03 |    Inf 
185.69/185.79	o 3504
185.69/185.79	c * 181s|225467 |133965 |375888 |   1.7 | 193M| 756 |   - |1800 |5169 |1800 | 196 |  62k| 105k|1828 | 0.000000e+00 | 3.504000e+03 |    Inf 
187.60/187.69	o 3283
187.60/187.69	c * 183s|227509 |125801 |379563 |   1.7 | 175M| 756 |   - |1800 |5599 |1800 | 220 |  62k| 107k|1846 | 0.000000e+00 | 3.283000e+03 |    Inf 
187.60/187.69	o 3267
187.60/187.69	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
187.60/187.69	c * 183s|227510 |125032 |379567 |   1.7 | 174M| 756 |   - |1800 |5599 |1800 | 220 |  62k| 107k|1846 | 0.000000e+00 | 3.267000e+03 |    Inf 
189.39/189.49	o 3186
189.39/189.49	c * 184s|229449 |122891 |383075 |   1.7 | 169M| 756 |   - |1800 |5862 |1800 | 239 |  63k| 108k|1857 | 0.000000e+00 | 3.186000e+03 |    Inf 
190.00/190.02	c   185s|230000 |123312 |384094 |   1.7 | 170M| 756 |   0 |1800 |5962 |1800 | 209 |  63k| 108k|1857 | 0.000000e+00 | 3.186000e+03 |    Inf 
194.00/194.09	o 3158
194.00/194.09	c * 189s|234459 |125451 |391256 |   1.7 | 174M| 756 |   - |1800 |6130 |1800 | 199 |  64k| 111k|1878 | 0.000000e+00 | 3.158000e+03 |    Inf 
194.10/194.10	o 3079
194.10/194.10	c * 189s|234460 |121523 |391258 |   1.7 | 166M| 756 |   - |1800 |6130 |1800 | 199 |  64k| 111k|1878 | 0.000000e+00 | 3.079000e+03 |    Inf 
195.00/195.07	o 3071
195.00/195.07	c * 190s|235524 |121938 |392918 |   1.7 | 167M| 756 |   - |1800 |5907 |1800 | 206 |  65k| 111k|1880 | 0.000000e+00 | 3.071000e+03 |    Inf 
195.00/195.09	o 3024
195.00/195.09	c * 190s|235531 |119542 |392952 |   1.7 | 162M| 756 |   - |1800 |5907 |1800 | 206 |  65k| 111k|1880 | 0.000000e+00 | 3.024000e+03 |    Inf 
195.00/195.10	o 3008
195.00/195.10	c * 190s|235532 |118661 |392960 |   1.7 | 160M| 756 |   - |1800 |5907 |1800 | 206 |  65k| 111k|1880 | 0.000000e+00 | 3.008000e+03 |    Inf 
197.79/197.87	o 2862
197.79/197.87	c * 193s|238411 |113823 |397401 |   1.7 | 152M| 756 |   - |1800 |6085 |1800 | 208 |  65k| 113k|1892 | 0.000000e+00 | 2.862000e+03 |    Inf 
199.39/199.43	c   194s|240000 |114930 |400192 |   1.7 | 154M| 756 |   0 |1800 |6052 |1800 | 205 |  66k| 114k|1893 | 0.000000e+00 | 2.862000e+03 |    Inf 
200.70/200.71	o 2740
200.70/200.71	c * 195s|241232 |109939 |402858 |   1.7 | 147M| 756 |   - |1800 |5586 |1800 | 226 |  66k| 115k|1921 | 0.000000e+00 | 2.740000e+03 |    Inf 
201.60/201.65	o 2699
201.60/201.65	c * 196s|242159 |108707 |404965 |   1.7 | 146M| 756 |   - |1800 |5944 |1800 | 203 |  67k| 116k|1925 | 0.000000e+00 | 2.699000e+03 |    Inf 
201.89/201.92	o 2689
201.89/201.92	c * 197s|242461 |108422 |405324 |   1.7 | 146M| 756 |   - |1800 |5956 |1800 | 206 |  67k| 116k|1925 | 0.000000e+00 | 2.689000e+03 |    Inf 
201.89/201.93	o 2682
201.89/201.93	c * 197s|242464 |108131 |405338 |   1.7 | 145M| 756 |   - |1800 |5956 |1800 | 206 |  67k| 116k|1925 | 0.000000e+00 | 2.682000e+03 |    Inf 
201.89/201.93	o 2666
201.89/201.93	c * 197s|242465 |107414 |405341 |   1.7 | 144M| 756 |   - |1800 |5956 |1800 | 206 |  67k| 116k|1925 | 0.000000e+00 | 2.666000e+03 |    Inf 
203.30/203.30	o 2513
203.30/203.30	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
203.30/203.30	c * 198s|243798 |101056 |407801 |   1.7 | 136M| 756 |   - |1800 |6358 |1800 | 230 |  67k| 117k|1937 | 0.000000e+00 | 2.513000e+03 |    Inf 
209.29/209.35	c   204s|250000 |105412 |420252 |   1.7 | 146M| 756 |   0 |1800 |5754 |1800 | 194 |  69k| 121k|1963 | 0.000000e+00 | 2.513000e+03 |    Inf 
218.91/218.90	c   213s|260000 |112412 |442515 |   1.7 | 161M| 756 |   - |1800 |4077 |   0 |   0 |  73k| 127k|2078 | 0.000000e+00 | 2.513000e+03 |    Inf 
220.89/220.90	o 2403
220.89/220.90	c * 215s|262099 |108624 |447261 |   1.7 | 157M| 756 |   - |1800 |3777 |1800 | 210 |  73k| 128k|2084 | 0.000000e+00 | 2.403000e+03 |    Inf 
220.89/220.91	o 2341
220.89/220.91	c * 215s|262100 |105551 |447263 |   1.7 | 153M| 756 |   - |1800 |3777 |1800 | 210 |  73k| 128k|2084 | 0.000000e+00 | 2.341000e+03 |    Inf 
221.89/221.98	o 2317
221.89/221.98	c * 216s|263164 |105067 |449855 |   1.7 | 153M| 756 |   - |1800 |3978 |1800 | 205 |  74k| 128k|2099 | 0.000000e+00 | 2.317000e+03 |    Inf 
221.89/221.99	o 2306
221.89/221.99	c * 216s|263167 |104420 |449873 |   1.7 | 152M| 756 |   - |1800 |3978 |1800 | 207 |  74k| 128k|2099 | 0.000000e+00 | 2.306000e+03 |    Inf 
221.89/221.99	o 2292
221.89/221.99	c * 216s|263169 |103695 |449889 |   1.7 | 151M| 756 |   - |1800 |3978 |1800 | 207 |  74k| 128k|2099 | 0.000000e+00 | 2.292000e+03 |    Inf 
222.00/222.02	o 2097
222.00/222.02	c * 216s|263174 | 93710 |449901 |   1.7 | 138M| 756 |   - |1800 |3977 |1800 | 207 |  74k| 128k|2099 | 0.000000e+00 | 2.097000e+03 |    Inf 
222.00/222.04	o 2058
222.00/222.04	c * 216s|263175 | 91732 |449904 |   1.7 | 135M| 756 |   - |1800 |3977 |1800 | 207 |  74k| 128k|2099 | 0.000000e+00 | 2.058000e+03 |    Inf 
229.10/229.19	c   223s|270000 | 96102 |468367 |   1.7 | 146M| 756 |   0 |1800 |3898 |1800 | 203 |  76k| 133k|2137 | 0.000000e+00 | 2.058000e+03 |    Inf 
239.40/239.42	c   233s|280000 |102638 |496540 |   1.8 | 162M| 756 |   - |1800 |3932 |   0 |   0 |  80k| 139k|2242 | 0.000000e+00 | 2.058000e+03 |    Inf 
243.40/243.41	o 2055
243.40/243.41	c * 237s|283773 |105058 |507799 |   1.8 | 169M| 756 |   - |1800 |3865 |1800 | 193 |  82k| 141k|2271 | 0.000000e+00 | 2.055000e+03 |    Inf 
243.59/243.64	o 2053
243.59/243.64	c * 237s|283996 |105074 |508456 |   1.8 | 169M| 756 |   - |1800 |3867 |1800 | 201 |  82k| 142k|2271 | 0.000000e+00 | 2.053000e+03 |    Inf 
243.59/243.65	o 2037
243.59/243.65	c * 237s|283997 |104255 |508461 |   1.8 | 168M| 756 |   - |1800 |3867 |1800 | 201 |  82k| 142k|2271 | 0.000000e+00 | 2.037000e+03 |    Inf 
250.10/250.17	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
250.10/250.17	c   243s|290000 |108043 |528466 |   1.8 | 179M| 756 |   0 |1800 |4112 |1800 | 197 |  85k| 146k|2339 | 0.000000e+00 | 2.037000e+03 |    Inf 
257.50/257.54	o 2031
257.50/257.54	c * 251s|296934 |112059 |548545 |   1.8 | 191M| 756 |   - |1800 |4248 |1800 | 214 |  88k| 151k|2384 | 0.000000e+00 | 2.031000e+03 |    Inf 
260.81/260.80	c   254s|300000 |114043 |558205 |   1.9 | 197M| 756 |   0 |1800 |3913 |1800 | 203 |  89k| 152k|2426 | 0.000000e+00 | 2.031000e+03 |    Inf 
270.90/270.92	o 1872
270.90/270.92	c * 264s|309723 |111497 |584992 |   1.9 | 200M| 756 |   - |1800 |3999 |1800 | 212 |  93k| 158k|2483 | 0.000000e+00 | 1.872000e+03 |    Inf 
270.90/270.93	o 1833
270.90/270.93	c * 264s|309724 |109312 |584993 |   1.9 | 197M| 756 |   - |1800 |3999 |1800 | 212 |  93k| 158k|2483 | 0.000000e+00 | 1.833000e+03 |    Inf 
271.09/271.19	c   264s|310000 |109516 |585566 |   1.9 | 197M| 756 |   0 |1800 |3982 |1800 | 201 |  94k| 159k|2483 | 0.000000e+00 | 1.833000e+03 |    Inf 
281.71/281.79	c   274s|320000 |115693 |616435 |   1.9 | 215M| 756 |   0 |1800 |4079 |1800 | 200 |  98k| 165k|2599 | 0.000000e+00 | 1.833000e+03 |    Inf 
284.80/284.81	o 1799
284.80/284.81	c * 277s|322700 |115391 |628797 |   1.9 | 217M| 756 |   - |1800 |3368 |1800 | 197 | 100k| 167k|2624 | 0.000000e+00 | 1.799000e+03 |    Inf 
292.89/292.92	c   285s|330000 |119859 |655795 |   2.0 | 231M| 756 |   0 |1800 |3947 |1800 | 222 | 103k| 171k|2669 | 0.000000e+00 | 1.799000e+03 |    Inf 
304.00/304.08	c   296s|340000 |125760 |692473 |   2.0 | 250M| 756 |   0 |1800 |3636 |1800 | 205 | 109k| 178k|2752 | 0.000000e+00 | 1.799000e+03 |    Inf 
312.90/312.91	o 1721
312.90/312.91	c * 305s|347987 |125132 |721210 |   2.1 | 256M| 756 |   - |1800 |4269 |1800 | 223 | 113k| 183k|2823 | 0.000000e+00 | 1.721000e+03 |    Inf 
312.90/312.92	o 1682
312.90/312.92	c * 305s|347988 |122358 |721212 |   2.1 | 252M| 756 |   - |1800 |4269 |1800 | 223 | 113k| 183k|2823 | 0.000000e+00 | 1.682000e+03 |    Inf 
315.20/315.29	c   307s|350000 |123535 |729638 |   2.1 | 255M| 756 |   - |1800 |4068 |   0 |   0 | 115k| 185k|2849 | 0.000000e+00 | 1.682000e+03 |    Inf 
319.01/319.08	o 1575
319.01/319.08	c * 311s|353132 |116827 |743853 |   2.1 | 247M| 756 |   - |1800 |3968 |1800 | 207 | 117k| 187k|2865 | 0.000000e+00 | 1.575000e+03 |    Inf 
319.01/319.10	o 1513
319.01/319.10	c * 311s|353133 |111554 |743854 |   2.1 | 238M| 756 |   - |1800 |3968 |1800 | 207 | 117k| 187k|2865 | 0.000000e+00 | 1.513000e+03 |    Inf 
324.30/324.36	o 1508
324.30/324.36	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
324.30/324.36	c * 316s|357381 |113402 |764760 |   2.1 | 246M| 756 |   - |1800 |3824 |1800 | 235 | 120k| 190k|2918 | 0.000000e+00 | 1.508000e+03 |    Inf 
324.30/324.37	o 1461
324.30/324.37	c * 316s|357382 |109751 |764761 |   2.1 | 239M| 756 |   - |1800 |3824 |1800 | 235 | 120k| 190k|2918 | 0.000000e+00 | 1.461000e+03 |    Inf 
327.60/327.65	c   319s|360000 |111111 |777910 |   2.2 | 245M| 756 |   0 |1800 |3898 |1800 | 208 | 122k| 192k|2928 | 0.000000e+00 | 1.461000e+03 |    Inf 
340.20/340.28	c   331s|370000 |116444 |831080 |   2.2 | 266M| 756 |   0 |1800 |4185 |1800 | 209 | 129k| 198k|3055 | 0.000000e+00 | 1.461000e+03 |    Inf 
344.99/345.08	o 1340
344.99/345.08	c * 336s|373713 |108182 |849998 |   2.3 | 256M| 756 |   - |1800 |4471 |1800 | 220 | 132k| 201k|3093 | 0.000000e+00 | 1.340000e+03 |    Inf 
350.80/350.85	o 1304
350.80/350.85	c * 341s|377862 |107432 |875802 |   2.3 | 260M| 756 |   - |1800 |4562 |1800 | 211 | 135k| 205k|3159 | 0.000000e+00 | 1.304000e+03 |    Inf 
350.80/350.85	o 1288
350.80/350.85	c * 341s|377863 |106362 |875807 |   2.3 | 258M| 756 |   - |1800 |4562 |1800 | 211 | 135k| 205k|3159 | 0.000000e+00 | 1.288000e+03 |    Inf 
353.90/353.95	c   344s|380000 |107179 |888410 |   2.3 | 264M| 756 |   0 |1800 |4265 |1800 | 205 | 136k| 207k|3179 | 0.000000e+00 | 1.288000e+03 |    Inf 
354.90/354.95	o 1234
354.90/354.95	c * 345s|380764 |103235 |892411 |   2.3 | 256M| 756 |   - |1800 |4224 |1800 | 216 | 137k| 208k|3190 | 0.000000e+00 | 1.234000e+03 |    Inf 
367.41/367.44	o 1228
367.41/367.44	c * 357s|389510 |105957 |945755 |   2.4 | 277M| 756 |   - |1800 |4056 |1800 | 251 | 144k| 216k|3290 | 0.000000e+00 | 1.228000e+03 |    Inf 
367.41/367.45	o 1165
367.41/367.45	c * 357s|389511 |101432 |945756 |   2.4 | 267M| 756 |   - |1800 |4056 |1800 | 251 | 144k| 216k|3290 | 0.000000e+00 | 1.165000e+03 |    Inf 
367.51/367.52	o 1152
367.51/367.52	c * 358s|389542 |100509 |946238 |   2.4 | 265M| 756 |   - |1800 |4066 |1800 | 230 | 145k| 216k|3290 | 0.000000e+00 | 1.152000e+03 |    Inf 
367.51/367.56	o 1055
367.51/367.56	c * 358s|389550 | 92332 |946244 |   2.4 | 245M| 756 |   - |1800 |4065 |1800 | 230 | 145k| 216k|3290 | 0.000000e+00 | 1.055000e+03 |    Inf 
368.30/368.32	c   358s|390000 | 92471 |950473 |   2.4 | 246M| 756 |   3 |1800 |3759 |1800 | 219 | 145k| 216k|3310 | 0.000000e+00 | 1.055000e+03 |    Inf 
374.30/374.35	o 1051
374.30/374.35	c * 364s|393545 | 93267 |985096 |   2.5 | 257M| 756 |   - |1800 |4387 |1800 | 204 | 150k| 220k|3371 | 0.000000e+00 | 1.051000e+03 |    Inf 
377.91/377.93	o 1050
377.91/377.93	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
377.91/377.93	c * 368s|395660 | 93854 |  1006k|   2.5 | 264M| 756 |   - |1800 |4130 |1800 | 235 | 152k| 222k|3407 | 0.000000e+00 | 1.050000e+03 |    Inf 
378.41/378.50	o 929
378.41/378.50	c * 368s|395903 | 81373 |  1011k|   2.6 | 233M| 756 |   - |1800 |4179 |1800 | 217 | 153k| 222k|3420 | 0.000000e+00 | 9.290000e+02 |    Inf 
378.51/378.51	o 913
378.51/378.51	c * 368s|395904 | 79945 |  1011k|   2.6 | 230M| 756 |   - |1800 |4178 |1800 | 217 | 153k| 222k|3420 | 0.000000e+00 | 9.130000e+02 |    Inf 
378.60/378.65	o 838
378.60/378.65	c * 368s|395957 | 70509 |  1013k|   2.6 | 205M| 756 |   - |1800 |4081 |1800 | 223 | 153k| 222k|3428 | 0.000000e+00 | 8.380000e+02 |    Inf 
380.40/380.47	o 780
380.40/380.47	c * 370s|396732 | 63798 |  1023k|   2.6 | 194M| 756 |   - |1800 |2887 |1800 | 211 | 154k| 224k|3447 | 0.000000e+00 | 7.800000e+02 |    Inf 
380.50/380.50	o 705
380.50/380.50	c * 370s|396733 | 53780 |  1023k|   2.6 | 172M| 756 |   - |1800 |2887 |1800 | 211 | 154k| 224k|3447 | 0.000000e+00 | 7.050000e+02 |    Inf 
386.00/386.09	o 619
386.00/386.09	c * 376s|399734 | 43590 |  1057k|   2.6 | 156M| 756 |   - |1800 |3366 |1800 | 257 | 158k| 227k|3500 | 0.000000e+00 | 6.190000e+02 |    Inf 
386.70/386.71	c   376s|400000 | 43287 |  1060k|   2.7 | 157M| 756 |   0 |1800 |2979 |1800 | 239 | 159k| 228k|3512 | 0.000000e+00 | 6.190000e+02 |    Inf 
386.70/386.79	o 608
386.70/386.79	c * 376s|400065 | 42757 |  1061k|   2.7 | 155M| 756 |   - |1800 |3040 |1800 | 249 | 159k| 228k|3512 | 0.000000e+00 | 6.080000e+02 |    Inf 
386.80/386.81	o 521
386.80/386.81	c * 376s|400066 | 36003 |  1061k|   2.7 | 136M| 756 |   - |1800 |3040 |1800 | 249 | 159k| 228k|3512 | 0.000000e+00 | 5.210000e+02 |    Inf 
387.10/387.12	o 488
387.10/387.12	c * 377s|400282 | 33991 |  1062k|   2.7 | 129M| 756 |   - |1800 |3120 |1800 | 244 | 159k| 228k|3512 | 0.000000e+00 | 4.880000e+02 |    Inf 
387.10/387.15	o 484
387.10/387.15	c * 377s|400295 | 33849 |  1062k|   2.7 | 128M| 756 |   - |1800 |3058 |1800 | 240 | 159k| 228k|3513 | 0.000000e+00 | 4.840000e+02 |    Inf 
387.41/387.47	o 379
387.41/387.47	c * 377s|400432 | 26778 |  1063k|   2.7 | 107M| 756 |   - |1800 |2724 |1800 | 251 | 159k| 228k|3513 | 0.000000e+00 | 3.790000e+02 |    Inf 
387.90/387.96	o 360
387.90/387.96	c * 377s|400573 | 21285 |  1067k|   2.7 |  97M| 756 |   - |1800 |2271 |1800 | 191 | 160k| 229k|3516 | 0.000000e+00 | 3.600000e+02 |    Inf 
387.90/387.97	o 344
387.90/387.97	c * 377s|400574 | 20362 |  1067k|   2.7 |  94M| 756 |   - |1800 |2271 |1800 | 191 | 160k| 229k|3516 | 0.000000e+00 | 3.440000e+02 |    Inf 
388.00/388.02	o 288
388.00/388.02	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
388.00/388.02	c * 377s|400589 | 13871 |  1067k|   2.7 |  75M| 756 |   - |1800 |2191 |1800 | 229 | 160k| 229k|3516 | 0.000000e+00 | 2.880000e+02 |    Inf 
388.00/388.03	o 276
388.00/388.03	c * 377s|400590 | 13406 |  1067k|   2.7 |  73M| 756 |   - |1800 |2191 |1800 | 229 | 160k| 229k|3516 | 0.000000e+00 | 2.760000e+02 |    Inf 
388.31/388.33	o 191
388.31/388.33	c * 378s|400660 |  1114 |  1069k|   2.7 |  25M| 756 |   - |1800 |2003 |1800 | 213 | 160k| 229k|3517 | 0.000000e+00 | 1.910000e+02 |    Inf 
388.31/388.39	o 85
388.31/388.39	c * 378s|400677 |   235 |  1070k|   2.7 |  14M| 756 |   - |1800 |1890 |1800 | 217 | 160k| 229k|3517 | 0.000000e+00 | 8.500000e+01 |    Inf 
388.40/388.42	c 
388.40/388.42	c SCIP Status        : problem is solved [optimal solution found]
388.40/388.42	c Solving Time (sec) : 377.83
388.40/388.42	c Solving Nodes      : 400686
388.40/388.42	c Primal Bound       : +8.50000000000000e+01 (209 solutions)
388.40/388.42	c Dual Bound         : +8.50000000000000e+01
388.40/388.42	c Gap                : 0.00 %
388.40/388.42	s OPTIMUM FOUND
388.40/388.42	v x200 -x199 x198 -x197 x196 -x195 x194 -x193 -x192 x191 -x190 x189 x188 -x187 -x186 x185 -x184 x183 -x182 x181 -x180 x179 -x178 
388.40/388.42	v x177 x176 -x175 -x174 x173 -x172 x171 x170 -x169 -x168 x167 x166 -x165 -x164 x163 x162 -x161 x160 -x159 x158 -x157 x156 -x155 
388.40/388.42	v x154 -x153 -x152 x151 -x150 x149 x148 -x147 -x146 x145 x144 -x143 -x142 x141 -x140 x139 -x138 x137 x136 -x135 x134 -x133 -x132 
388.40/388.42	v x131 x130 -x129 x128 -x127 x126 -x125 x124 -x123 -x122 x121 x120 -x119 x118 -x117 -x116 x115 -x114 x113 x112 -x111 -x110 x109 
388.40/388.42	v x108 -x107 -x106 x105 x104 -x103 x102 -x101 x100 -x99 -x98 x97 x96 -x95 x94 -x93 x92 -x91 x90 -x89 x88 -x87 x86 -x85 -x84 
388.40/388.42	v x83 -x82 x81 -x80 x79 x78 -x77 -x76 x75 x74 -x73 -x72 x71 -x70 x69 x68 -x67 -x66 x65 x64 -x63 x62 -x61 -x60 x59 -x58 x57 -x56 
388.40/388.42	v x55 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 -x28 
388.40/388.42	v 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 -x1 
388.40/388.42	c SCIP Status        : problem is solved [optimal solution found]
388.40/388.42	c Solving Time       :     377.83
388.40/388.42	c Original Problem   :
388.40/388.42	c   Problem name     : HOME/instance-2700321-1278534724.wbo
388.40/388.42	c   Variables        : 1900 (1050 binary, 0 integer, 0 implicit integer, 850 continuous)
388.40/388.42	c   Constraints      : 1801 initial, 1801 maximal
388.40/388.42	c Presolved Problem  :
388.40/388.42	c   Problem name     : t_HOME/instance-2700321-1278534724.wbo
388.40/388.42	c   Variables        : 1800 (950 binary, 0 integer, 0 implicit integer, 850 continuous)
388.40/388.42	c   Constraints      : 1700 initial, 6401 maximal
388.40/388.42	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
388.40/388.42	c   trivial          :       0.00          0          0          0          0          0          0          0          0
388.40/388.42	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
388.40/388.42	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
388.40/388.42	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
388.40/388.42	c   implics          :       0.00          0          0          0          0          0          0          0          0
388.40/388.42	c   probing          :       0.02          0          0          0          0          0          0          0          0
388.40/388.42	c   indicator        :       0.00          0          0          0          0          0          0          0          0
388.40/388.42	c   linear           :       0.02          0        100          0        850          0        101          0          0
388.40/388.42	c   logicor          :       0.00          0          0          0          0          0          0          0          0
388.40/388.42	c   root node        :          -        791          -          -       1577          -          -          -          -
388.40/388.42	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
388.40/388.42	c   integral         :          0          0          0     413509          0          0         14          0          0      16476
388.40/388.42	c   indicator        :        850          0    1009188     405254          0       1150   12417270          0          0          0
388.40/388.42	c   linear           :        850          6    1007777     405201          0      12749     903981     160561          0          0
388.40/388.42	c   logicor          :          0+         0     632226          0          0       2436     424943          0          0          0
388.40/388.42	c   countsols        :          0          0          0     347296          0          0          0          0          0          0
388.40/388.42	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
388.40/388.42	c   integral         :       3.22       0.00       0.00       3.22       0.00
388.40/388.42	c   indicator        :      39.99       0.01      17.92      22.06       0.00
388.40/388.42	c   linear           :      32.96       0.00      18.11      14.85       0.00
388.40/388.42	c   logicor          :      10.88       0.00      10.88       0.00       0.00
388.40/388.42	c   countsols        :       0.09       0.00       0.00       0.09       0.00
388.40/388.42	c Propagators        :       Time      Calls    Cutoffs    DomReds
388.40/388.42	c   vbounds          :       0.32          2          0          0
388.40/388.42	c   rootredcost      :       0.29         91          0        786
388.40/388.42	c   pseudoobj        :      26.65    1054756      45765   10730479
388.40/388.42	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
388.40/388.42	c   propagation      :       3.12      60950      60826     158879       19.4     100058        3.7          -
388.40/388.42	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
388.40/388.42	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
388.40/388.42	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
388.40/388.42	c   pseudo solution  :       0.01        150        150        603       16.7        492        3.9          -
388.40/388.42	c   applied globally :          -          -          -     229404       11.8          -          -          -
388.40/388.42	c   applied locally  :          -          -          -          0        0.0          -          -          -
388.40/388.42	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
388.40/388.42	c   cut pool         :       0.00          3          -          -          0          -    (maximal pool size: 79)
388.40/388.42	c   redcost          :      16.30     429351          0    1493769          0          0
388.40/388.42	c   impliedbounds    :       0.00          4          0          0          0          0
388.40/388.42	c   intobj           :       0.00          0          0          0          0          0
388.40/388.42	c   cgmip            :       0.00          0          0          0          0          0
388.40/388.42	c   gomory           :       0.00          4          0          0         84          0
388.40/388.42	c   strongcg         :       0.00          4          0          0          0          0
388.40/388.42	c   cmir             :       0.01          4          0          0          0          0
388.40/388.42	c   flowcover        :       0.01          4          0          0          0          0
388.40/388.42	c   clique           :       0.00          1          0          0          0          0
388.40/388.42	c   zerohalf         :       0.00          0          0          0          0          0
388.40/388.42	c   mcf              :       0.00          1          0          0          0          0
388.40/388.42	c   rapidlearning    :       0.00          0          0          0          0          0
388.40/388.42	c Pricers            :       Time      Calls       Vars
388.40/388.42	c   problem variables:       0.00          0          0
388.40/388.42	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
388.40/388.42	c   relpscost        :       3.03       8252          0         14          0          0      16476
388.40/388.42	c   pscost           :       0.00          0          0          0          0          0          0
388.40/388.42	c   inference        :      25.71     347205          0          0          0          0     694410
388.40/388.42	c   mostinf          :       0.00          0          0          0          0          0          0
388.40/388.42	c   leastinf         :       0.00          0          0          0          0          0          0
388.40/388.42	c   fullstrong       :       0.00          0          0          0          0          0          0
388.40/388.42	c   allfullstrong    :       0.00          0          0          0          0          0          0
388.40/388.42	c   random           :       0.00          0          0          0          0          0          0
388.40/388.42	c Primal Heuristics  :       Time      Calls      Found
388.40/388.42	c   LP solutions     :       0.78          -         91
388.40/388.42	c   pseudo solutions :       0.00          -          0
388.40/388.42	c   feaspump         :       0.00          0          0
388.40/388.42	c   oneopt           :       0.26         67          0
388.40/388.42	c   coefdiving       :       0.05        155          0
388.40/388.42	c   pscostdiving     :       0.13        155          0
388.40/388.42	c   fracdiving       :       0.04        155          0
388.40/388.42	c   veclendiving     :       0.08        155          0
388.40/388.42	c   linesearchdiving :       0.09        155          0
388.40/388.42	c   guideddiving     :       0.06        156          0
388.40/388.42	c   objpscostdiving  :       0.07        155          0
388.40/388.42	c   rootsoldiving    :       0.08        155          0
388.40/388.42	c   crossover        :       1.50        111          2
388.40/388.42	c   trivial          :       0.00          2          1
388.40/388.42	c   simplerounding   :       0.29       9221          0
388.40/388.42	c   zirounding       :       0.11       1000          0
388.40/388.42	c   rounding         :       0.15       1345          0
388.40/388.42	c   shifting         :       0.20        359          0
388.40/388.42	c   intshifting      :       0.00          1          0
388.40/388.42	c   twoopt           :       0.00          0          0
388.40/388.42	c   fixandinfer      :       0.00          0          0
388.40/388.42	c   intdiving        :       0.00          0          0
388.40/388.42	c   actconsdiving    :       0.00          0          0
388.40/388.42	c   octane           :       0.00          0          0
388.40/388.42	c   rens             :       0.02          1          0
388.40/388.42	c   rins             :       0.00          0          0
388.40/388.42	c   localbranching   :       0.00          0          0
388.40/388.42	c   mutation         :       0.00          0          0
388.40/388.42	c   dins             :       0.00          0          0
388.40/388.42	c   undercover       :       0.00          0          0
388.40/388.42	c   nlp              :       0.09          0          0
388.40/388.42	c   trysol           :       0.24        796        115
388.40/388.42	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
388.40/388.42	c   primal LP        :       0.01          0          0       0.00       0.00
388.40/388.42	c   dual LP          :     131.80     143321    1065477       7.43    8084.04
388.40/388.42	c   lex dual LP      :       0.00          0          0       0.00          -
388.40/388.42	c   barrier LP       :       0.00          0          0       0.00          -
388.40/388.42	c   diving/probing LP:       0.04         69       5307      76.91  132675.00
388.40/388.42	c   strong branching :       2.96       3517      47457      13.49   16032.77
388.40/388.42	c     (at root node) :          -         33       3635     110.15          -
388.40/388.42	c   conflict analysis:       0.00          0          0       0.00          -
388.40/388.42	c B&B Tree           :
388.40/388.42	c   number of runs   :          1
388.40/388.42	c   nodes            :     400686
388.40/388.42	c   nodes (total)    :     400686
388.40/388.42	c   nodes left       :          0
388.40/388.42	c   max depth        :        756
388.40/388.42	c   max depth (total):        756
388.40/388.42	c   backtracks       :      22641 (5.7%)
388.40/388.42	c   delayed cutoffs  :      36892
388.40/388.42	c   repropagations   :     118589 (6863261 domain reductions, 17098 cutoffs)
388.40/388.42	c   avg switch length:       3.79
388.40/388.42	c   switching time   :      28.82
388.40/388.42	c Solution           :
388.40/388.42	c   Solutions found  :        209 (92 improvements)
388.40/388.42	c   First Solution   : +4.20925000000000e+05   (in run 1, after 1 nodes, 0.04 seconds, depth 0, found by <trivial>)
388.40/388.42	c   Primal Bound     : +8.50000000000000e+01   (in run 1, after 400677 nodes, 377.80 seconds, depth 10, found by <relaxation>)
388.40/388.42	c   Dual Bound       : +8.50000000000000e+01
388.40/388.42	c   Gap              :       0.00 %
388.40/388.42	c   Root Dual Bound  : +0.00000000000000e+00
388.40/388.42	c   Root Iterations  :        231
388.40/388.45	c Time complete: 388.45.

Verifier Data

OK	85

Watcher Data

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

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

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


[startup+0 s]
/proc/loadavg: 1.92 2.50 2.03 4/182 18309
/proc/meminfo: memFree=30154084/32951124 swapFree=67111528/67111528
[pid=18309] ppid=18307 vsize=10980 CPUtime=0
/proc/18309/stat : 18309 (pbscip.linux.x8) R 18307 18309 17268 0 -1 4202496 1678 0 0 0 0 0 0 0 25 0 1 0 21685685 11243520 1598 4089446400 4194304 9819077 140736433796656 18446744073709551615 8656455 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/18309/statm: 2745 1598 392 1374 0 1366 0

[startup+0.100833 s]
/proc/loadavg: 1.92 2.50 2.03 4/182 18309
/proc/meminfo: memFree=30154084/32951124 swapFree=67111528/67111528
[pid=18309] ppid=18307 vsize=26756 CPUtime=0.09
/proc/18309/stat : 18309 (pbscip.linux.x8) R 18307 18309 17268 0 -1 4202496 6474 0 0 0 9 0 0 0 18 0 1 0 21685685 27398144 5211 4089446400 4194304 9819077 140736433796656 18446744073709551615 5727783 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/18309/statm: 6689 5211 674 1374 0 5310 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 26756

[startup+0.200816 s]
/proc/loadavg: 1.92 2.50 2.03 4/182 18309
/proc/meminfo: memFree=30154084/32951124 swapFree=67111528/67111528
[pid=18309] ppid=18307 vsize=28168 CPUtime=0.19
/proc/18309/stat : 18309 (pbscip.linux.x8) R 18307 18309 17268 0 -1 4202496 9842 0 0 0 18 1 0 0 18 0 1 0 21685685 28844032 5862 4089446400 4194304 9819077 140736433796656 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/18309/statm: 7042 5862 695 1374 0 5663 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 28168

[startup+0.300798 s]
/proc/loadavg: 1.92 2.50 2.03 4/182 18309
/proc/meminfo: memFree=30154084/32951124 swapFree=67111528/67111528
[pid=18309] ppid=18307 vsize=28340 CPUtime=0.29
/proc/18309/stat : 18309 (pbscip.linux.x8) R 18307 18309 17268 0 -1 4202496 10013 0 0 0 28 1 0 0 18 0 1 0 21685685 29020160 5867 4089446400 4194304 9819077 140736433796656 18446744073709551615 8657695 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/18309/statm: 7085 5867 700 1374 0 5706 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 28340

[startup+0.700726 s]
/proc/loadavg: 1.92 2.50 2.03 4/182 18309
/proc/meminfo: memFree=30154084/32951124 swapFree=67111528/67111528
[pid=18309] ppid=18307 vsize=30044 CPUtime=0.69
/proc/18309/stat : 18309 (pbscip.linux.x8) R 18307 18309 17268 0 -1 4202496 10808 0 0 0 67 2 0 0 18 0 1 0 21685685 30765056 6352 4089446400 4194304 9819077 140736433796656 18446744073709551615 8675336 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/18309/statm: 7511 6369 703 1374 0 6132 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 30044

[startup+1.50058 s]
/proc/loadavg: 1.92 2.50 2.03 3/183 18310
/proc/meminfo: memFree=30132500/32951124 swapFree=67111528/67111528
[pid=18309] ppid=18307 vsize=30204 CPUtime=1.49
/proc/18309/stat : 18309 (pbscip.linux.x8) R 18307 18309 17268 0 -1 4202496 17562 0 0 0 145 4 0 0 19 0 1 0 21685685 30928896 6458 4089446400 4194304 9819077 140736433796656 18446744073709551615 7816477 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/18309/statm: 7551 6458 703 1374 0 6172 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 30204

[startup+3.1003 s]
/proc/loadavg: 1.92 2.50 2.03 3/183 18310
/proc/meminfo: memFree=30129276/32951124 swapFree=67111528/67111528
[pid=18309] ppid=18307 vsize=32492 CPUtime=3.09
/proc/18309/stat : 18309 (pbscip.linux.x8) R 18307 18309 17268 0 -1 4202496 25149 0 0 0 302 7 0 0 25 0 1 0 21685685 33271808 6954 4089446400 4194304 9819077 140736433796656 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/18309/statm: 8123 6954 703 1374 0 6744 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 32492

[startup+6.30073 s]
/proc/loadavg: 1.93 2.50 2.03 3/183 18310
/proc/meminfo: memFree=30123628/32951124 swapFree=67111528/67111528
[pid=18309] ppid=18307 vsize=38528 CPUtime=6.29
/proc/18309/stat : 18309 (pbscip.linux.x8) R 18307 18309 17268 0 -1 4202496 34242 0 0 0 613 16 0 0 25 0 1 0 21685685 39452672 8250 4089446400 4194304 9819077 140736433796656 18446744073709551615 6590692 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/18309/statm: 9632 8250 703 1374 0 8253 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 38528

[startup+12.7006 s]
/proc/loadavg: 2.10 2.52 2.04 3/183 18311
/proc/meminfo: memFree=30111912/32951124 swapFree=67111528/67111528
[pid=18309] ppid=18307 vsize=50940 CPUtime=12.69
/proc/18309/stat : 18309 (pbscip.linux.x8) R 18307 18309 17268 0 -1 4202496 73202 0 0 0 1234 35 0 0 25 0 1 0 21685685 52162560 11304 4089446400 4194304 9819077 140736433796656 18446744073709551615 6590267 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/18309/statm: 12735 11304 707 1374 0 11356 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 50940

[startup+25.5003 s]
/proc/loadavg: 2.07 2.49 2.04 3/183 18311
/proc/meminfo: memFree=30083932/32951124 swapFree=67111528/67111528
[pid=18309] ppid=18307 vsize=78588 CPUtime=25.49
/proc/18309/stat : 18309 (pbscip.linux.x8) R 18307 18309 17268 0 -1 4202496 120483 0 0 0 2479 70 0 0 25 0 1 0 21685685 80474112 18032 4089446400 4194304 9819077 140736433796656 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/18309/statm: 19647 18032 707 1374 0 18268 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 78588

[startup+51.1007 s]
/proc/loadavg: 2.05 2.45 2.04 3/183 18312
/proc/meminfo: memFree=30036128/32951124 swapFree=67111528/67111528
[pid=18309] ppid=18307 vsize=128468 CPUtime=51.09
/proc/18309/stat : 18309 (pbscip.linux.x8) R 18307 18309 17268 0 -1 4202496 216676 0 0 0 4972 137 0 0 25 0 1 0 21685685 131551232 30105 4089446400 4194304 9819077 140736433796656 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/18309/statm: 32117 30105 707 1374 0 30738 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 128468

[startup+102.301 s]
/proc/loadavg: 2.08 2.40 2.04 3/183 18409
/proc/meminfo: memFree=29940172/32951124 swapFree=67111528/67111528
[pid=18309] ppid=18307 vsize=209652 CPUtime=102.3
/proc/18309/stat : 18309 (pbscip.linux.x8) R 18307 18309 17268 0 -1 4202496 447063 0 0 0 9950 280 0 0 25 0 1 0 21685685 214683648 48827 4089446400 4194304 9819077 140736433796656 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/18309/statm: 52413 48827 707 1374 0 51034 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 209652

[startup+162.301 s]
/proc/loadavg: 2.11 2.34 2.04 3/183 18411
/proc/meminfo: memFree=29835520/32951124 swapFree=67111528/67111528
[pid=18309] ppid=18307 vsize=278176 CPUtime=162.3
/proc/18309/stat : 18309 (pbscip.linux.x8) R 18307 18309 17268 0 -1 4202496 703847 0 0 0 15791 439 0 0 25 0 1 0 21685685 284852224 64929 4089446400 4194304 9819077 140736433796656 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/18309/statm: 69544 64929 707 1374 0 68165 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 278176

[startup+222.306 s]
/proc/loadavg: 2.04 2.27 2.03 3/183 18412
/proc/meminfo: memFree=29754748/32951124 swapFree=67111528/67111528
[pid=18309] ppid=18307 vsize=327816 CPUtime=222.31
/proc/18309/stat : 18309 (pbscip.linux.x8) R 18307 18309 17268 0 -1 4202496 975389 0 0 0 21631 600 0 0 25 0 1 0 21685685 335683584 76082 4089446400 4194304 9819077 140736433796656 18446744073709551615 6180945 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/18309/statm: 81954 76082 707 1374 0 80575 0
Current children cumulated CPU time (s) 222.31
Current children cumulated vsize (KiB) 327816

[startup+282.301 s]
/proc/loadavg: 2.05 2.24 2.03 3/183 18414
/proc/meminfo: memFree=29690832/32951124 swapFree=67111528/67111528
[pid=18309] ppid=18307 vsize=352188 CPUtime=282.29
/proc/18309/stat : 18309 (pbscip.linux.x8) R 18307 18309 17268 0 -1 4202496 1226760 0 0 0 27471 758 0 0 25 0 1 0 21685685 360640512 80619 4089446400 4194304 9819077 140736433796656 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/18309/statm: 88047 80619 707 1374 0 86668 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 352188

[startup+342.301 s]
/proc/loadavg: 2.02 2.19 2.02 3/183 18415
/proc/meminfo: memFree=29592208/32951124 swapFree=67111528/67111528
[pid=18309] ppid=18307 vsize=418368 CPUtime=342.3
/proc/18309/stat : 18309 (pbscip.linux.x8) R 18307 18309 17268 0 -1 4202496 1527556 0 0 0 33306 924 0 0 25 0 1 0 21685685 428408832 94189 4089446400 4194304 9819077 140736433796656 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/18309/statm: 104592 94189 707 1374 0 103213 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 418368

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

[startup+358.401 s]
/proc/loadavg: 2.01 2.18 2.02 3/183 18416
/proc/meminfo: memFree=29580532/32951124 swapFree=67111528/67111528
[pid=18309] ppid=18307 vsize=435504 CPUtime=358.4
/proc/18309/stat : 18309 (pbscip.linux.x8) R 18307 18309 17268 0 -1 4202496 1614748 0 0 0 34870 970 0 0 25 0 1 0 21685685 445956096 97403 4089446400 4194304 9819077 140736433796656 18446744073709551615 5955544 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/18309/statm: 108876 97403 707 1374 0 107497 0
Current children cumulated CPU time (s) 358.4
Current children cumulated vsize (KiB) 435504

[startup+371.201 s]
/proc/loadavg: 2.01 2.17 2.02 3/183 18416
/proc/meminfo: memFree=29570476/32951124 swapFree=67111528/67111528
[pid=18309] ppid=18307 vsize=446984 CPUtime=371.2
/proc/18309/stat : 18309 (pbscip.linux.x8) R 18307 18309 17268 0 -1 4202496 1679081 0 0 0 36113 1007 0 0 25 0 1 0 21685685 457711616 99614 4089446400 4194304 9819077 140736433796656 18446744073709551615 6003318 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/18309/statm: 111746 99614 707 1374 0 110367 0
Current children cumulated CPU time (s) 371.2
Current children cumulated vsize (KiB) 446984

[startup+377.601 s]
/proc/loadavg: 2.01 2.17 2.02 3/183 18416
/proc/meminfo: memFree=29565140/32951124 swapFree=67111528/67111528
[pid=18309] ppid=18307 vsize=453164 CPUtime=377.6
/proc/18309/stat : 18309 (pbscip.linux.x8) R 18307 18309 17268 0 -1 4202496 1720479 0 0 0 36735 1025 0 0 25 0 1 0 21685685 464039936 100847 4089446400 4194304 9819077 140736433796656 18446744073709551615 7324808 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/18309/statm: 113291 100847 707 1374 0 111912 0
Current children cumulated CPU time (s) 377.6
Current children cumulated vsize (KiB) 453164

[startup+384.006 s]
/proc/loadavg: 2.01 2.16 2.02 3/183 18416
/proc/meminfo: memFree=29558440/32951124 swapFree=67111528/67111528
[pid=18309] ppid=18307 vsize=456212 CPUtime=384
/proc/18309/stat : 18309 (pbscip.linux.x8) R 18307 18309 17268 0 -1 4202496 1761691 0 0 0 37354 1046 0 0 25 0 1 0 21685685 467161088 101506 4089446400 4194304 9819077 140736433796656 18446744073709551615 6371768 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/18309/statm: 114053 101506 708 1374 0 112674 0
Current children cumulated CPU time (s) 384
Current children cumulated vsize (KiB) 456212

[startup+385.6 s]
/proc/loadavg: 2.01 2.16 2.02 3/183 18416
/proc/meminfo: memFree=29557820/32951124 swapFree=67111528/67111528
[pid=18309] ppid=18307 vsize=456688 CPUtime=385.6
/proc/18309/stat : 18309 (pbscip.linux.x8) R 18307 18309 17268 0 -1 4202496 1768992 0 0 0 37510 1050 0 0 25 0 1 0 21685685 467648512 101573 4089446400 4194304 9819077 140736433796656 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/18309/statm: 114172 101573 708 1374 0 112793 0
Current children cumulated CPU time (s) 385.6
Current children cumulated vsize (KiB) 456688

[startup+387.201 s]
/proc/loadavg: 2.01 2.16 2.02 3/183 18417
/proc/meminfo: memFree=29555964/32951124 swapFree=67111528/67111528
[pid=18309] ppid=18307 vsize=456820 CPUtime=387.2
/proc/18309/stat : 18309 (pbscip.linux.x8) R 18307 18309 17268 0 -1 4202496 1782955 0 0 0 37665 1055 0 0 25 0 1 0 21685685 467783680 101628 4089446400 4194304 9819077 140736433796656 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/18309/statm: 114205 101628 708 1374 0 112826 0
Current children cumulated CPU time (s) 387.2
Current children cumulated vsize (KiB) 456820

[startup+388.001 s]
/proc/loadavg: 2.01 2.16 2.02 3/183 18417
/proc/meminfo: memFree=29555964/32951124 swapFree=67111528/67111528
[pid=18309] ppid=18307 vsize=457156 CPUtime=388
/proc/18309/stat : 18309 (pbscip.linux.x8) R 18307 18309 17268 0 -1 4202496 1785705 0 0 0 37742 1058 0 0 25 0 1 0 21685685 468127744 101656 4089446400 4194304 9819077 140736433796656 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/18309/statm: 114289 101656 708 1374 0 112910 0
Current children cumulated CPU time (s) 388
Current children cumulated vsize (KiB) 457156

[startup+388.407 s]
/proc/loadavg: 2.01 2.16 2.02 3/183 18417
/proc/meminfo: memFree=29555344/32951124 swapFree=67111528/67111528
[pid=18309] ppid=18307 vsize=455528 CPUtime=388.4
/proc/18309/stat : 18309 (pbscip.linux.x8) R 18307 18309 17268 0 -1 4202496 1787106 0 0 0 37782 1058 0 0 25 0 1 0 21685685 466460672 101350 4089446400 4194304 9819077 140736433796656 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/18309/statm: 113882 101350 708 1374 0 112503 0
Current children cumulated CPU time (s) 388.4
Current children cumulated vsize (KiB) 455528

Child status: 0
Real time (s): 388.453
CPU time (s): 388.463
CPU user time (s): 377.856
CPU system time (s): 10.6074
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 461216

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

runsolver used 0.595909 second user time and 1.25081 second system time

The end

Launcher Data

Begin job on node132 at 2010-07-07 22:32:04
IDJOB=2700321
IDBENCH=79418
IDSOLVER=1205
FILE ID=node132/2700321-1278534724
PBS_JOBID= 11239214
Free space on /tmp= 73580 MiB

SOLVER NAME= SCIPclp SCIP 1.2.1.2 with Clp 1.11.1 (Release Version) as LP solver
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/wcsp/jnh/normalized-jnh10_wcsp.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-2700321-1278534724/watcher-2700321-1278534724 -o /tmp/evaluation-result-2700321-1278534724/solver-2700321-1278534724 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2700321-1278534724.wbo -t 1800 -m 3800

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

MD5SUM BENCH= 401aade47f990d36319fcf6fc2a74e2a
RANDOM SEED=1142754601

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30154612 kB
Buffers:        130244 kB
Cached:        2450416 kB
SwapCached:          0 kB
Active:         922460 kB
Inactive:      1730704 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30154612 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            8444 kB
Writeback:           0 kB
AnonPages:       72788 kB
Mapped:          15652 kB
Slab:            81284 kB
PageTables:       4944 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   213856 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73572 MiB
End job on node132 at 2010-07-07 22:38:33