Trace number 2700202

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
SCIPnone SCIP 1.2.1.2 without any LP solverOPTIMUM 86.0529 86.0537

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/wcsp/jnh/
normalized-jnh06_wcsp.wbo
MD5SUM6d863641d8b2b772fe5ea25b86285712
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark99
Best CPU time to get the best result obtained on this benchmark1.02084
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: NONE] [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-2700202-1278534401.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.01	c [src/scip/lpi_none.c:41] ERROR: there is no LP solver linked to the binary (LPS=none); you should set the parameter <lp/solvefreq> to <-1> to avoid solving LPs
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 # frequency for solving LP at the nodes (-1: never; 0: only root LP)
0.00/0.06	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.06	c lp/solvefreq = -1
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.05/0.06	o 420925
0.05/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.05/0.06	c t 0.0s|     1 |     0 |     0 |     - |6130k|   0 |   - |1800 |1700 |   0 |   0 |   0 |   0 |   0 |      --      | 4.209250e+05 |    Inf 
0.05/0.06	c   0.0s|     1 |     2 |     0 |     - |6082k|   0 |   - |1800 |1700 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 | 4.209250e+05 |    Inf 
0.49/0.52	o 19867
0.49/0.52	c * 0.4s|  3985 |  1755 |     0 |   0.0 |7461k| 862 |   - |1800 |1821 |   0 |   0 |   0 | 125 |   0 | 0.000000e+00 | 1.986700e+04 |    Inf 
1.09/1.17	o 15822
1.09/1.17	c * 1.0s|  7734 |  4615 |     0 |   0.0 |8908k| 862 |   - |1800 |1932 |   0 |   0 |   0 | 244 |   0 | 0.000000e+00 | 1.582200e+04 |    Inf 
1.49/1.55	o 15756
1.49/1.55	c * 1.3s|  9923 |  6737 |     0 |   0.0 |  10M| 862 |   - |1800 |2109 |   0 |   0 |   0 | 434 |   0 | 1.000000e+00 | 1.575600e+04 |  Large 
1.49/1.56	c   1.3s| 10000 |  6812 |     0 |   0.0 |  10M| 862 |   - |1800 |2119 |   0 |   0 |   0 | 444 |   0 | 1.000000e+00 | 1.575600e+04 |  Large 
1.59/1.69	o 14237
1.59/1.69	c * 1.4s| 10757 |  7036 |     0 |   0.0 |  10M| 862 |   - |1800 |2156 |   0 |   0 |   0 | 484 |   0 | 1.000000e+00 | 1.423700e+04 |  Large 
2.10/2.11	o 13789
2.10/2.11	c * 1.8s| 13255 |  9279 |     0 |   0.0 |  11M| 862 |   - |1800 |2228 |   0 |   0 |   0 | 574 |   0 | 1.000000e+00 | 1.378900e+04 |  Large 
2.19/2.29	o 13744
2.19/2.29	c * 2.0s| 14245 | 10210 |     0 |   0.0 |  11M| 862 |   - |1800 |2374 |   0 |   0 |   0 | 734 |   0 | 1.000000e+00 | 1.374400e+04 |  Large 
2.19/2.29	o 13675
2.19/2.29	c * 2.0s| 14246 | 10173 |     0 |   0.0 |  11M| 862 |   - |1800 |2374 |   0 |   0 |   0 | 734 |   0 | 1.000000e+00 | 1.367500e+04 |  Large 
3.09/3.16	o 13575
3.09/3.16	c * 2.8s| 18899 | 14525 |     0 |   0.0 |  14M| 862 |   - |1800 |3331 |   0 |   0 |   0 |1774 |   0 | 1.000000e+00 | 1.357500e+04 |  Large 
3.09/3.16	o 13542
3.09/3.16	c * 2.8s| 18900 | 14487 |     0 |   0.0 |  14M| 862 |   - |1800 |3331 |   0 |   0 |   0 |1774 |   0 | 1.000000e+00 | 1.354200e+04 |  Large 
3.30/3.38	c   3.0s| 20000 | 15522 |     0 |   0.0 |  15M| 862 |   - |1800 |3576 |   0 |   0 |   0 |2124 |   0 | 1.000000e+00 | 1.354200e+04 |  Large 
3.39/3.45	o 13474
3.39/3.45	c * 3.0s| 20302 | 15753 |     0 |   0.0 |  15M| 862 |   - |1800 |3661 |   0 |   0 |   0 |2294 |   0 | 1.000000e+00 | 1.347400e+04 |  Large 
3.59/3.65	o 12990
3.59/3.65	c * 3.2s| 21332 | 16298 |     0 |   0.0 |  15M| 862 |   - |1800 |3710 |   0 |   0 |   0 |2554 |   0 | 1.000000e+00 | 1.299000e+04 |  Large 
3.89/3.92	o 12948
3.89/3.92	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
3.89/3.92	c * 3.5s| 22592 | 17392 |     0 |   0.0 |  16M| 862 |   - |1800 |3947 |   0 |   0 |   0 |3214 |   0 | 1.000000e+00 | 1.294800e+04 |  Large 
4.69/4.71	o 12825
4.69/4.71	c * 4.2s| 26088 | 20341 |     0 |   0.0 |  18M| 862 |   - |1800 |4434 |   0 |   0 |   0 |5182 |   0 | 1.000000e+00 | 1.282500e+04 |  Large 
4.69/4.71	o 12792
4.69/4.71	c * 4.2s| 26089 | 20281 |     0 |   0.0 |  18M| 862 |   - |1800 |4434 |   0 |   0 |   0 |5182 |   0 | 1.000000e+00 | 1.279200e+04 |  Large 
4.69/4.73	o 12693
4.69/4.73	c * 4.2s| 26142 | 20174 |     0 |   0.0 |  18M| 862 |   - |1800 |4429 |   0 |   0 |   0 |5192 |   0 | 1.000000e+00 | 1.269300e+04 |  Large 
4.69/4.78	o 12621
4.69/4.78	c * 4.2s| 26349 | 20223 |     0 |   0.0 |  18M| 862 |   - |1800 |4477 |   0 |   0 |   0 |5332 |   0 | 1.000000e+00 | 1.262100e+04 |  Large 
4.99/5.06	o 12439
4.99/5.06	c * 4.5s| 27489 | 20922 |     0 |   0.0 |  19M| 862 |   - |1800 |4750 |   0 |   0 |   0 |6192 |   0 | 1.000000e+00 | 1.243900e+04 |  Large 
4.99/5.07	o 12187
4.99/5.07	c * 4.5s| 27553 | 20630 |     0 |   0.0 |  19M| 862 |   - |1800 |4733 |   0 |   0 |   0 |6202 |   0 | 1.000000e+00 | 1.218700e+04 |  Large 
4.99/5.07	o 12108
4.99/5.07	c * 4.5s| 27554 | 20491 |     0 |   0.0 |  18M| 862 |   - |1800 |4733 |   0 |   0 |   0 |6202 |   0 | 1.000000e+00 | 1.210800e+04 |  Large 
5.19/5.20	o 12101
5.19/5.20	c * 4.6s| 28099 | 20973 |     0 |   0.0 |  19M| 862 |   - |1800 |4657 |   0 |   0 |   0 |6472 |   0 | 1.000000e+00 | 1.210100e+04 |  Large 
5.39/5.42	o 11985
5.39/5.42	c * 4.8s| 29037 | 21621 |     0 |   0.0 |  19M| 862 |   - |1800 |4428 |   0 |   0 |   0 |6952 |   0 | 1.000000e+00 | 1.198500e+04 |  Large 
5.39/5.46	o 11826
5.39/5.46	c * 4.8s| 29251 | 21482 |     0 |   0.0 |  19M| 862 |   - |1800 |4392 |   0 |   0 |   0 |7022 |   0 | 1.000000e+00 | 1.182600e+04 |  Large 
5.49/5.59	o 11766
5.49/5.59	c * 4.9s| 29824 | 21896 |     0 |   0.0 |  19M| 862 |   - |1800 |4373 |   0 |   0 |   0 |7260 |   0 | 1.000000e+00 | 1.176600e+04 |  Large 
5.49/5.59	o 11698
5.49/5.59	c * 4.9s| 29834 | 21749 |     0 |   0.0 |  19M| 862 |   - |1800 |4373 |   0 |   0 |   0 |7260 |   0 | 1.000000e+00 | 1.169800e+04 |  Large 
5.60/5.63	c   5.0s| 30000 | 21904 |     0 |   0.0 |  19M| 862 |   - |1800 |4333 |   0 |   0 |   0 |7320 |   0 | 1.000000e+00 | 1.169800e+04 |  Large 
5.60/5.68	o 11640
5.60/5.68	c * 5.0s| 30272 | 22041 |     0 |   0.0 |  19M| 862 |   - |1800 |4309 |   0 |   0 |   0 |7360 |   0 | 1.000000e+00 | 1.164000e+04 |  Large 
5.99/6.00	o 11499
5.99/6.00	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
5.99/6.00	c * 5.3s| 31822 | 23245 |     0 |   0.0 |  20M| 862 |   - |1800 |4218 |   0 |   0 |   0 |7850 |   0 | 1.000000e+00 | 1.149900e+04 |  Large 
5.99/6.00	o 11335
5.99/6.00	c * 5.3s| 31825 | 22918 |     0 |   0.0 |  20M| 862 |   - |1800 |4218 |   0 |   0 |   0 |7850 |   0 | 1.000000e+00 | 1.133500e+04 |  Large 
5.99/6.01	o 11099
5.99/6.01	c * 5.3s| 31826 | 22425 |     0 |   0.0 |  19M| 862 |   - |1800 |4218 |   0 |   0 |   0 |7850 |   0 | 1.000000e+00 | 1.109900e+04 |  Large 
6.09/6.13	o 11092
6.09/6.13	c * 5.4s| 32367 | 22904 |     0 |   0.0 |  20M| 862 |   - |1800 |4270 |   0 |   0 |   0 |8090 |   0 | 1.000000e+00 | 1.109200e+04 |  Large 
6.09/6.13	o 11069
6.09/6.13	c * 5.4s| 32369 | 22855 |     0 |   0.0 |  20M| 862 |   - |1800 |4270 |   0 |   0 |   0 |8090 |   0 | 1.000000e+00 | 1.106900e+04 |  Large 
6.09/6.16	o 10955
6.09/6.16	c * 5.4s| 32553 | 22807 |     0 |   0.0 |  20M| 862 |   - |1800 |4239 |   0 |   0 |   0 |8090 |   0 | 1.000000e+00 | 1.095500e+04 |  Large 
6.19/6.28	o 10896
6.19/6.28	c * 5.5s| 33069 | 23142 |     0 |   0.0 |  20M| 862 |   - |1800 |4198 |   0 |   0 |   0 |8340 |   0 | 1.000000e+00 | 1.089600e+04 |  Large 
6.19/6.28	o 10804
6.19/6.28	c * 5.5s| 33082 | 22983 |     0 |   0.0 |  20M| 862 |   - |1800 |4198 |   0 |   0 |   0 |8340 |   0 | 1.000000e+00 | 1.080400e+04 |  Large 
6.19/6.28	o 10659
6.19/6.28	c * 5.5s| 33083 | 22673 |     0 |   0.0 |  20M| 862 |   - |1800 |4198 |   0 |   0 |   0 |8340 |   0 | 1.000000e+00 | 1.065900e+04 |  Large 
6.60/6.63	o 10634
6.60/6.63	c * 5.8s| 34578 | 23964 |     0 |   0.0 |  21M| 862 |   - |1800 |4316 |   0 |   0 |   0 |9212 |   0 | 1.000000e+00 | 1.063400e+04 |  Large 
6.69/6.71	o 10570
6.69/6.71	c * 5.9s| 34898 | 24105 |     0 |   0.0 |  21M| 862 |   - |1800 |4320 |   0 |   0 |   0 |9392 |   0 | 1.000000e+00 | 1.057000e+04 |  Large 
6.69/6.72	o 10261
6.69/6.72	c * 5.9s| 34946 | 23524 |     0 |   0.0 |  20M| 862 |   - |1800 |4314 |   0 |   0 |   0 |9392 |   0 | 1.000000e+00 | 1.026100e+04 |  Large 
6.69/6.73	o 10229
6.69/6.73	c * 5.9s| 34999 | 23493 |     0 |   0.0 |  20M| 862 |   - |1800 |4308 |   0 |   0 |   0 |9402 |   0 | 1.000000e+00 | 1.022900e+04 |  Large 
6.69/6.73	o 10138
6.69/6.73	c * 5.9s| 35000 | 23321 |     0 |   0.0 |  20M| 862 |   - |1800 |4308 |   0 |   0 |   0 |9402 |   0 | 1.000000e+00 | 1.013800e+04 |  Large 
6.69/6.76	o 10132
6.69/6.76	c * 6.0s| 35116 | 23422 |     0 |   0.0 |  20M| 862 |   - |1800 |4307 |   0 |   0 |   0 |9442 |   0 | 1.000000e+00 | 1.013200e+04 |  Large 
6.69/6.76	o 10112
6.69/6.76	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
6.69/6.76	c * 6.0s| 35117 | 23386 |     0 |   0.0 |  20M| 862 |   - |1800 |4307 |   0 |   0 |   0 |9442 |   0 | 1.000000e+00 | 1.011200e+04 |  Large 
6.79/6.88	o 10052
6.79/6.88	c * 6.0s| 35653 | 23739 |     0 |   0.0 |  21M| 862 |   - |1800 |4419 |   0 |   0 |   0 |9732 |   0 | 1.000000e+00 | 1.005200e+04 |  Large 
6.99/7.05	o 10038
6.99/7.05	c * 6.2s| 36331 | 24303 |     0 |   0.0 |  21M| 862 |   - |1800 |4501 |   0 |   0 |   0 |  10k|   0 | 1.000000e+00 | 1.003800e+04 |  Large 
6.99/7.05	o 10005
6.99/7.05	c * 6.2s| 36332 | 24237 |     0 |   0.0 |  21M| 862 |   - |1800 |4501 |   0 |   0 |   0 |  10k|   0 | 1.000000e+00 | 1.000500e+04 |  Large 
7.19/7.29	o 9963
7.19/7.29	c * 6.4s| 37301 | 24969 |     0 |   0.0 |  22M| 862 |   - |1800 |4647 |   0 |   0 |   0 |  10k|   0 | 1.000000e+00 | 9.963000e+03 |  Large 
7.29/7.36	o 9936
7.29/7.36	c * 6.5s| 37600 | 25161 |     0 |   0.0 |  22M| 862 |   - |1800 |4721 |   0 |   0 |   0 |  10k|   0 | 1.000000e+00 | 9.936000e+03 |  Large 
7.89/7.94	c   7.0s| 40000 | 27229 |     0 |   0.0 |  24M| 862 |   - |1800 |5296 |   0 |   0 |   0 |  12k|   0 | 1.000000e+00 | 9.936000e+03 |  Large 
7.89/7.94	o 9582
7.89/7.94	c * 7.0s| 40012 | 26457 |     0 |   0.0 |  23M| 862 |   - |1800 |5296 |   0 |   0 |   0 |  12k|   0 | 1.000000e+00 | 9.582000e+03 |  Large 
7.89/7.97	o 9365
7.89/7.97	c * 7.0s| 40119 | 26069 |     0 |   0.0 |  23M| 862 |   - |1800 |5331 |   0 |   0 |   0 |  12k|   0 | 1.000000e+00 | 9.365000e+03 |  Large 
7.99/8.06	o 9122
7.99/8.06	c * 7.1s| 40485 | 25850 |     0 |   0.0 |  23M| 862 |   - |1800 |5522 |   0 |   0 |   0 |  13k|   0 | 1.000000e+00 | 9.122000e+03 |  Large 
8.29/8.39	o 9064
8.29/8.39	c * 7.4s| 41804 | 26862 |     0 |   0.0 |  23M| 862 |   - |1800 |5661 |   0 |   0 |   0 |  13k|   0 | 1.000000e+00 | 9.064000e+03 |  Large 
8.59/8.63	o 8873
8.59/8.63	c * 7.6s| 42750 | 27177 |     0 |   0.0 |  24M| 862 |   - |1800 |5765 |   0 |   0 |   0 |  14k|   0 | 1.000000e+00 | 8.873000e+03 |  Large 
10.49/10.50	c   9.3s| 50000 | 33407 |     0 |   0.0 |  29M| 862 |   - |1800 |6445 |   0 |   0 |   0 |  20k|   0 | 1.000000e+00 | 8.873000e+03 |  Large 
10.99/11.03	o 8718
10.99/11.03	c * 9.8s| 52101 | 34691 |     0 |   0.0 |  30M| 862 |   - |1800 |7000 |   0 |   0 |   0 |  21k|   0 | 1.000000e+00 | 8.718000e+03 |  Large 
10.99/11.04	o 8650
10.99/11.04	c * 9.8s| 52102 | 34493 |     0 |   0.0 |  30M| 862 |   - |1800 |7000 |   0 |   0 |   0 |  21k|   0 | 1.000000e+00 | 8.650000e+03 |  Large 
11.19/11.20	o 8565
11.19/11.20	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
11.19/11.20	c * 9.9s| 52734 | 34772 |     0 |   0.0 |  30M| 862 |   - |1800 |7069 |   0 |   0 |   0 |  22k|   0 | 1.000000e+00 | 8.565000e+03 |  Large 
11.19/11.27	o 8392
11.19/11.27	c *10.0s| 52994 | 34475 |     0 |   0.0 |  29M| 862 |   - |1800 |7064 |   0 |   0 |   0 |  22k|   0 | 1.000000e+00 | 8.392000e+03 |  Large 
11.29/11.34	o 7168
11.29/11.34	c *10.1s| 53186 | 30510 |     0 |   0.0 |  26M| 862 |   - |1800 |6871 |   0 |   0 |   0 |  22k|   0 | 1.000000e+00 | 7.168000e+03 |  Large 
11.29/11.36	o 4198
11.29/11.36	c *10.1s| 53211 | 20151 |     0 |   0.0 |  21M| 862 |   - |1800 |6823 |   0 |   0 |   0 |  22k|   0 | 1.000000e+00 | 4.198000e+03 |  Large 
12.49/12.56	o 4127
12.49/12.56	c *11.2s| 57220 | 23143 |     0 |   0.0 |  24M| 862 |   - |1800 |5556 |   0 |   0 |   0 |  25k|   0 | 1.000000e+00 | 4.127000e+03 |  Large 
12.89/12.90	o 3952
12.89/12.90	c *11.5s| 58352 | 23255 |     0 |   0.0 |  24M| 862 |   - |1800 |5724 |   0 |   0 |   0 |  26k|   0 | 1.000000e+00 | 3.952000e+03 |  Large 
12.89/12.91	o 3860
12.89/12.91	c *11.5s| 58364 | 22736 |     0 |   0.0 |  24M| 862 |   - |1800 |5734 |   0 |   0 |   0 |  26k|   0 | 1.000000e+00 | 3.860000e+03 |  Large 
13.39/13.43	c  12.0s| 60000 | 24012 |     0 |   0.0 |  25M| 862 |   - |1800 |5986 |   0 |   0 |   0 |  28k|   0 | 1.000000e+00 | 3.860000e+03 |  Large 
16.59/16.68	c  14.9s| 70000 | 31799 |     0 |   0.0 |  33M| 862 |   - |1800 |7099 |   0 |   0 |   0 |  38k|   0 | 1.000000e+00 | 3.860000e+03 |  Large 
17.89/17.98	o 3854
17.89/17.98	c *16.1s| 73735 | 34542 |     0 |   0.0 |  37M| 862 |   - |1800 |7727 |   0 |   0 |   0 |  42k|   0 | 1.000000e+00 | 3.854000e+03 |  Large 
17.89/17.99	o 3674
17.89/17.99	c *16.1s| 73736 | 33301 |     0 |   0.0 |  36M| 862 |   - |1800 |7727 |   0 |   0 |   0 |  42k|   0 | 1.000000e+00 | 3.674000e+03 |  Large 
17.99/18.06	o 3661
17.99/18.06	c *16.2s| 73936 | 33375 |     0 |   0.0 |  36M| 862 |   - |1800 |7788 |   0 |   0 |   0 |  43k|   0 | 1.000000e+00 | 3.661000e+03 |  Large 
17.99/18.06	o 3601
17.99/18.06	c *16.2s| 73937 | 32937 |     0 |   0.0 |  36M| 862 |   - |1800 |7788 |   0 |   0 |   0 |  43k|   0 | 1.000000e+00 | 3.601000e+03 |  Large 
18.70/18.78	o 3466
18.70/18.78	c *16.9s| 75980 | 33371 |     0 |   0.0 |  37M| 862 |   - |1800 |7992 |   0 |   0 |   0 |  45k|   0 | 1.000000e+00 | 3.466000e+03 |  Large 
19.10/19.10	o 3427
19.10/19.10	c *17.1s| 76949 | 33834 |     0 |   0.0 |  37M| 862 |   - |1800 |8008 |   0 |   0 |   0 |  46k|   0 | 1.000000e+00 | 3.427000e+03 |  Large 
20.09/20.13	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
20.09/20.13	c  18.1s| 80000 | 36207 |     0 |   0.0 |  40M| 862 |   - |1800 |7428 |   0 |   0 |   0 |  48k|   0 | 1.000000e+00 | 3.427000e+03 |  Large 
22.69/22.73	o 3403
22.69/22.73	c *20.5s| 87543 | 41721 |     0 |   0.0 |  47M| 862 |   - |1800 |8300 |   0 |   0 |   0 |  56k|   0 | 1.000000e+00 | 3.403000e+03 |  Large 
22.69/22.73	o 3318
22.69/22.73	c *20.5s| 87549 | 40864 |     0 |   0.0 |  46M| 862 |   - |1800 |8300 |   0 |   0 |   0 |  56k|   0 | 1.000000e+00 | 3.318000e+03 |  Large 
23.60/23.62	c  21.3s| 90000 | 42733 |     0 |   0.0 |  48M| 862 |   - |1800 |8456 |   0 |   0 |   0 |  58k|   0 | 1.000000e+00 | 3.318000e+03 |  Large 
23.60/23.66	o 3266
23.60/23.66	c *21.4s| 90108 | 42206 |     0 |   0.0 |  47M| 862 |   - |1800 |8484 |   0 |   0 |   0 |  58k|   0 | 1.000000e+00 | 3.266000e+03 |  Large 
25.49/25.55	o 3172
25.49/25.55	c *23.1s| 95205 | 44700 |     0 |   0.0 |  50M| 862 |   - |1800 |9455 |   0 |   0 |   0 |  64k|   0 | 1.000000e+00 | 3.172000e+03 |  Large 
27.09/27.12	o 3117
27.09/27.12	c *24.5s| 98774 | 46351 |     0 |   0.0 |  53M| 862 |   - |1800 |9921 |   0 |   0 |   0 |  69k|   0 | 1.000000e+00 | 3.117000e+03 |  Large 
27.50/27.54	c  24.9s|100000 | 47360 |     0 |   0.0 |  54M| 862 |   - |1800 |9166 |   0 |   0 |   0 |  70k|   0 | 1.000000e+00 | 3.117000e+03 |  Large 
30.19/30.20	o 3077
30.19/30.20	c *27.4s|107250 | 52235 |     0 |   0.0 |  60M| 862 |   - |1800 |8524 |   0 |   0 |   0 |  78k|   0 | 1.000000e+00 | 3.077000e+03 |  Large 
30.19/30.20	o 3056
30.19/30.20	c *27.4s|107251 | 51921 |     0 |   0.0 |  59M| 862 |   - |1800 |8524 |   0 |   0 |   0 |  78k|   0 | 1.000000e+00 | 3.056000e+03 |  Large 
30.40/30.43	o 2960
30.40/30.43	c *27.6s|107826 | 50816 |     0 |   0.0 |  57M| 862 |   - |1800 |8621 |   0 |   0 |   0 |  78k|   0 | 1.000000e+00 | 2.960000e+03 |  Large 
31.29/31.30	c  28.4s|110000 | 52421 |     0 |   0.0 |  59M| 862 |   - |1800 |8482 |   0 |   0 |   0 |  80k|   0 | 1.000000e+00 | 2.960000e+03 |  Large 
35.20/35.30	c  32.1s|120000 | 59541 |     0 |   0.0 |  70M| 862 |   - |1800 |  10k|   0 |   0 |   0 |  91k|   0 | 1.000000e+00 | 2.960000e+03 |  Large 
35.49/35.51	o 2935
35.49/35.51	c *32.3s|120564 | 59450 |     0 |   0.0 |  70M| 862 |   - |1800 |9943 |   0 |   0 |   0 |  92k|   0 | 1.000000e+00 | 2.935000e+03 |  Large 
37.09/37.16	o 2923
37.09/37.16	c *33.9s|124592 | 61996 |     0 |   0.0 |  74M| 862 |   - |1800 |  10k|   0 |   0 |   0 |  96k|   0 | 1.000000e+00 | 2.923000e+03 |  Large 
38.19/38.29	o 2818
38.19/38.29	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
38.19/38.29	c *34.9s|127308 | 61770 |     0 |   0.0 |  74M| 862 |   - |1800 |  11k|   0 |   0 |   0 |  99k|   0 | 1.000000e+00 | 2.818000e+03 |  Large 
39.50/39.57	c  36.1s|130000 | 63504 |     0 |   0.0 |  77M| 862 |   - |1800 |  11k|   0 |   0 |   0 | 103k|   0 | 1.000000e+00 | 2.818000e+03 |  Large 
41.49/41.54	o 2714
41.49/41.54	c *37.9s|134246 | 63922 |     0 |   0.0 |  79M| 862 |   - |1800 |  12k|   0 |   0 |   0 | 109k|   0 | 1.000000e+00 | 2.714000e+03 |  Large 
41.60/41.61	o 2690
41.60/41.61	c *38.0s|134407 | 63499 |     0 |   0.0 |  78M| 862 |   - |1800 |  12k|   0 |   0 |   0 | 109k|   0 | 1.000000e+00 | 2.690000e+03 |  Large 
41.70/41.71	o 2634
41.70/41.71	c *38.1s|134652 | 62378 |     0 |   0.0 |  76M| 862 |   - |1800 |  12k|   0 |   0 |   0 | 109k|   0 | 1.000000e+00 | 2.634000e+03 |  Large 
41.90/41.99	o 2603
41.90/41.99	c *38.4s|135227 | 62063 |     0 |   0.0 |  76M| 862 |   - |1800 |  11k|   0 |   0 |   0 | 109k|   0 | 1.000000e+00 | 2.603000e+03 |  Large 
44.00/44.08	c  40.3s|140000 | 65436 |     0 |   0.0 |  81M| 862 |   - |1800 |  11k|   0 |   0 |   0 | 114k|   0 | 1.000000e+00 | 2.603000e+03 |  Large 
44.09/44.16	o 2594
44.09/44.16	c *40.4s|140141 | 65323 |     0 |   0.0 |  81M| 862 |   - |1800 |  11k|   0 |   0 |   0 | 115k|   0 | 1.000000e+00 | 2.594000e+03 |  Large 
44.09/44.16	o 2583
44.09/44.16	c *40.4s|140142 | 65031 |     0 |   0.0 |  81M| 862 |   - |1800 |  11k|   0 |   0 |   0 | 115k|   0 | 1.000000e+00 | 2.583000e+03 |  Large 
44.19/44.20	o 2582
44.19/44.20	c *40.4s|140214 | 65052 |     0 |   0.0 |  81M| 862 |   - |1800 |  11k|   0 |   0 |   0 | 115k|   0 | 1.000000e+00 | 2.582000e+03 |  Large 
44.89/44.98	o 2473
44.89/44.98	c *41.1s|141797 | 63396 |     0 |   0.0 |  78M| 862 |   - |1800 |  11k|   0 |   0 |   0 | 117k|   0 | 1.000000e+00 | 2.473000e+03 |  Large 
46.40/46.48	o 2468
46.40/46.48	c *42.5s|145052 | 65505 |     0 |   0.0 |  82M| 862 |   - |1800 |  11k|   0 |   0 |   0 | 120k|   0 | 1.000000e+00 | 2.468000e+03 |  Large 
46.49/46.51	o 2396
46.49/46.51	c *42.6s|145116 | 63768 |     0 |   0.0 |  79M| 862 |   - |1800 |  11k|   0 |   0 |   0 | 120k|   0 | 1.000000e+00 | 2.396000e+03 |  Large 
48.00/48.01	o 2382
48.00/48.01	c *44.0s|148037 | 65236 |     0 |   0.0 |  82M| 862 |   - |1800 |  12k|   0 |   0 |   0 | 124k|   0 | 1.000000e+00 | 2.382000e+03 |  Large 
48.00/48.02	o 2202
48.00/48.02	c *44.0s|148038 | 60363 |     0 |   0.0 |  72M| 862 |   - |1800 |  12k|   0 |   0 |   0 | 124k|   0 | 1.000000e+00 | 2.202000e+03 |  Large 
48.99/49.03	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
48.99/49.03	c  45.0s|150000 | 61578 |     0 |   0.0 |  75M| 862 |   - |1800 |  12k|   0 |   0 |   0 | 126k|   0 | 1.000000e+00 | 2.202000e+03 |  Large 
50.00/50.01	o 2156
50.00/50.01	c *45.9s|151738 | 61425 |     0 |   0.0 |  74M| 862 |   - |1800 |  12k|   0 |   0 |   0 | 129k|   0 | 1.000000e+00 | 2.156000e+03 |  Large 
50.60/50.65	o 2131
50.60/50.65	c *46.5s|152856 | 61372 |     0 |   0.0 |  75M| 862 |   - |1800 |  13k|   0 |   0 |   0 | 130k|   0 | 1.000000e+00 | 2.131000e+03 |  Large 
54.79/54.84	c  50.4s|160000 | 65402 |     0 |   0.0 |  83M| 862 |   - |1800 |  14k|   0 |   0 |   0 | 141k|   0 | 1.000000e+00 | 2.131000e+03 |  Large 
57.49/57.54	o 1802
57.49/57.54	c *53.0s|164402 | 56533 |     0 |   0.0 |  70M| 862 |   - |1800 |  16k|   0 |   0 |   0 | 149k|   0 | 1.000000e+00 | 1.802000e+03 |  Large 
57.49/57.56	o 1540
57.49/57.56	c *53.0s|164412 | 47327 |     0 |   0.0 |  57M| 862 |   - |1800 |  16k|   0 |   0 |   0 | 149k|   0 | 1.000000e+00 | 1.540000e+03 |  Large 
57.59/57.67	o 1378
57.59/57.67	c *53.1s|164507 | 42807 |     0 |   0.0 |  51M| 862 |   - |1800 |  16k|   0 |   0 |   0 | 149k|   0 | 1.000000e+00 | 1.378000e+03 |  Large 
57.79/57.85	o 1377
57.79/57.85	c *53.3s|164807 | 43006 |     0 |   0.0 |  52M| 862 |   - |1800 |  15k|   0 |   0 |   0 | 149k|   0 | 1.000000e+00 | 1.377000e+03 |  Large 
58.99/59.02	o 1362
58.99/59.02	c *54.4s|166848 | 44146 |     0 |   0.0 |  54M| 862 |   - |1800 |  12k|   0 |   0 |   0 | 151k|   0 | 1.000000e+00 | 1.362000e+03 |  Large 
59.99/60.06	o 1278
59.99/60.06	c *55.4s|168697 | 42985 |     0 |   0.0 |  53M| 862 |   - |1800 |  11k|   0 |   0 |   0 | 153k|   0 | 1.000000e+00 | 1.278000e+03 |  Large 
59.99/60.07	o 1267
59.99/60.07	c *55.4s|168702 | 42722 |     0 |   0.0 |  52M| 862 |   - |1800 |  11k|   0 |   0 |   0 | 153k|   0 | 1.000000e+00 | 1.267000e+03 |  Large 
60.79/60.84	c  56.1s|170000 | 43483 |     0 |   0.0 |  54M| 862 |   - |1800 |  11k|   0 |   0 |   0 | 155k|   0 | 1.000000e+00 | 1.267000e+03 |  Large 
64.29/64.35	o 1234
64.29/64.35	c *59.4s|175289 | 43883 |     0 |   0.0 |  60M| 862 |   - |1800 |  12k|   0 |   0 |   0 | 161k|   0 | 1.000000e+00 | 1.234000e+03 |  Large 
66.59/66.67	o 1229
66.59/66.67	c *61.6s|178648 | 45507 |     0 |   0.0 |  65M| 862 |   - |1800 |  13k|   0 |   0 |   0 | 166k|   0 | 1.000000e+00 | 1.229000e+03 |  Large 
67.59/67.61	c  62.5s|180000 | 46221 |     0 |   0.0 |  67M| 862 |   - |1800 |  13k|   0 |   0 |   0 | 168k|   0 | 1.000000e+00 | 1.229000e+03 |  Large 
69.09/69.13	o 1135
69.09/69.13	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
69.09/69.13	c *64.0s|181928 | 44390 |     0 |   0.0 |  67M| 862 |   - |1800 |  14k|   0 |   0 |   0 | 171k|   0 | 1.000000e+00 | 1.135000e+03 |  Large 
69.20/69.22	o 1101
69.20/69.22	c *64.0s|182055 | 43926 |     0 |   0.0 |  66M| 862 |   - |1800 |  14k|   0 |   0 |   0 | 171k|   0 | 1.000000e+00 | 1.101000e+03 |  Large 
69.20/69.22	o 1076
69.20/69.22	c *64.0s|182056 | 43595 |     0 |   0.0 |  66M| 862 |   - |1800 |  14k|   0 |   0 |   0 | 171k|   0 | 1.000000e+00 | 1.076000e+03 |  Large 
77.00/77.01	c  71.5s|190000 | 46095 |     0 |   0.0 |  83M| 862 |   - |1800 |  15k|   0 |   0 |   0 | 186k|   0 | 1.000000e+00 | 1.076000e+03 |  Large 
79.39/79.42	o 1065
79.39/79.42	c *73.8s|192565 | 46829 |     0 |   0.0 |  88M| 862 |   - |1800 |  14k|   0 |   0 |   0 | 191k|   0 | 1.000000e+00 | 1.065000e+03 |  Large 
79.39/79.42	o 1053
79.39/79.42	c *73.8s|192568 | 46454 |     0 |   0.0 |  87M| 862 |   - |1800 |  14k|   0 |   0 |   0 | 191k|   0 | 1.000000e+00 | 1.053000e+03 |  Large 
80.20/80.24	o 1024
80.20/80.24	c *74.6s|193514 | 45925 |     0 |   0.0 |  88M| 862 |   - |1800 |  13k|   0 |   0 |   0 | 192k|   0 | 1.000000e+00 | 1.024000e+03 |  Large 
80.89/80.93	o 965
80.89/80.93	c *75.2s|194285 | 42454 |     0 |   0.0 |  86M| 862 |   - |1800 |  12k|   0 |   0 |   0 | 193k|   0 | 1.000000e+00 | 9.650000e+02 |  Large 
80.99/81.01	o 869
80.99/81.01	c *75.3s|194398 | 37167 |     0 |   0.0 |  81M| 862 |   - |1800 |  12k|   0 |   0 |   0 | 194k|   0 | 1.000000e+00 | 8.690000e+02 |  Large 
80.99/81.02	o 750
80.99/81.02	c *75.3s|194399 | 34256 |     0 |   0.0 |  77M| 862 |   - |1800 |  12k|   0 |   0 |   0 | 194k|   0 | 1.000000e+00 | 7.500000e+02 |  Large 
82.19/82.21	o 724
82.19/82.21	c *76.5s|195483 | 30014 |     0 |   0.0 |  75M| 862 |   - |1800 |  11k|   0 |   0 |   0 | 196k|   0 | 1.000000e+00 | 7.240000e+02 |  Large 
83.09/83.14	o 690
83.09/83.14	c *77.4s|196196 | 28970 |     0 |   0.0 |  75M| 862 |   - |1800 |  10k|   0 |   0 |   0 | 197k|   0 | 1.000000e+00 | 6.900000e+02 |  Large 
83.09/83.16	o 513
83.09/83.16	c *77.4s|196200 | 23349 |     0 |   0.0 |  65M| 862 |   - |1800 |  10k|   0 |   0 |   0 | 197k|   0 | 1.000000e+00 | 5.130000e+02 |  Large 
83.49/83.56	o 461
83.49/83.56	c *77.8s|196398 | 22434 |     0 |   0.0 |  64M| 862 |   - |1800 |9140 |   0 |   0 |   0 | 198k|   0 | 1.000000e+00 | 4.610000e+02 |  Large 
84.29/84.32	o 432
84.29/84.32	c *78.5s|196700 | 19216 |     0 |   0.0 |  61M| 862 |   - |1800 |7158 |   0 |   0 |   0 | 199k|   0 | 1.000000e+00 | 4.320000e+02 |  Large 
84.29/84.32	o 416
84.29/84.32	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
84.29/84.32	c *78.5s|196707 | 19153 |     0 |   0.0 |  61M| 862 |   - |1800 |7167 |   0 |   0 |   0 | 199k|   0 | 1.000000e+00 | 4.160000e+02 |  Large 
84.29/84.32	o 399
84.29/84.32	c *78.5s|196708 | 18749 |     0 |   0.0 |  60M| 862 |   - |1800 |7167 |   0 |   0 |   0 | 199k|   0 | 1.000000e+00 | 3.990000e+02 |  Large 
84.49/84.60	o 314
84.49/84.60	c *78.8s|196849 | 15398 |     0 |   0.0 |  54M| 862 |   - |1800 |6756 |   0 |   0 |   0 | 200k|   0 | 1.000000e+00 | 3.140000e+02 |  Large 
84.49/84.60	o 289
84.49/84.60	c *78.8s|196850 | 14081 |     0 |   0.0 |  51M| 862 |   - |1800 |6756 |   0 |   0 |   0 | 200k|   0 | 1.000000e+00 | 2.890000e+02 |  Large 
84.60/84.64	o 265
84.60/84.64	c *78.8s|196880 | 12364 |     0 |   0.0 |  47M| 862 |   - |1800 |6640 |   0 |   0 |   0 | 200k|   0 | 1.000000e+00 | 2.650000e+02 |  Large 
84.70/84.77	o 263
84.70/84.77	c *78.9s|196966 | 10225 |     0 |   0.0 |  41M| 862 |   - |1800 |6283 |   0 |   0 |   0 | 200k|   0 | 1.000000e+00 | 2.630000e+02 |  Large 
84.70/84.77	o 235
84.70/84.77	c *79.0s|196967 | 10141 |     0 |   0.0 |  41M| 862 |   - |1800 |6283 |   0 |   0 |   0 | 200k|   0 | 1.000000e+00 | 2.350000e+02 |  Large 
84.79/84.87	o 178
84.79/84.87	c *79.0s|196998 |  9964 |     0 |   0.0 |  41M| 862 |   - |1800 |5818 |   0 |   0 |   0 | 200k|   0 | 1.000000e+00 | 1.780000e+02 |  Large 
84.99/85.01	o 169
84.99/85.01	c *79.2s|197027 |  9716 |     0 |   0.0 |  42M| 862 |   - |1800 |5050 |   0 |   0 |   0 | 200k|   0 | 1.000000e+00 | 1.690000e+02 |  Large 
85.10/85.10	o 111
85.10/85.10	c *79.3s|197045 |  5969 |     0 |   0.0 |  37M| 862 |   - |1800 |4681 |   0 |   0 |   0 | 200k|   0 | 1.000000e+00 | 1.110000e+02 |  Large 
85.39/85.47	o 108
85.39/85.47	c *79.6s|197192 |  2117 |     0 |   0.0 |  27M| 862 |   - |1800 |3844 |   0 |   0 |   0 | 201k|   0 | 9.000000e+00 | 1.080000e+02 |1100.00%
85.99/86.03	o 99
85.99/86.03	c *80.1s|197451 |     0 |     0 |   0.0 |  11M| 862 |   - |1800 |2660 |   0 |   0 |   0 | 201k|   0 | 9.900000e+01 | 9.900000e+01 |   0.00%
85.99/86.03	c 
85.99/86.03	c SCIP Status        : problem is solved [optimal solution found]
85.99/86.03	c Solving Time (sec) : 80.10
85.99/86.03	c Solving Nodes      : 197451
85.99/86.03	c Primal Bound       : +9.90000000000000e+01 (128 solutions)
85.99/86.03	c Dual Bound         : +9.90000000000000e+01
85.99/86.03	c Gap                : 0.00 %
85.99/86.03	s OPTIMUM FOUND
85.99/86.03	v x200 -x199 x198 -x197 x196 -x195 x194 -x193 x192 -x191 x190 -x189 -x188 x187 x186 -x185 x184 -x183 -x182 x181 x180 -x179 x178 -x177 
85.99/86.03	v x176 -x175 x174 -x173 x172 -x171 x170 -x169 x168 -x167 -x166 x165 -x164 x163 -x162 x161 x160 -x159 -x158 x157 x156 -x155 
85.99/86.03	v -x154 x153 x152 -x151 -x150 x149 x148 -x147 -x146 x145 -x144 x143 x142 -x141 x140 -x139 -x138 x137 -x136 x135 x134 -x133 x132 
85.99/86.03	v -x131 x130 -x129 -x128 x127 -x126 x125 -x124 x123 -x122 x121 -x120 x119 x118 -x117 -x116 x115 -x114 x113 -x112 x111 -x110 x109 
85.99/86.03	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 
85.99/86.03	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 
85.99/86.03	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 
85.99/86.03	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 
85.99/86.03	c SCIP Status        : problem is solved [optimal solution found]
85.99/86.03	c Solving Time       :      80.10
85.99/86.03	c Original Problem   :
85.99/86.03	c   Problem name     : HOME/instance-2700202-1278534401.wbo
85.99/86.03	c   Variables        : 1900 (1050 binary, 0 integer, 0 implicit integer, 850 continuous)
85.99/86.03	c   Constraints      : 1801 initial, 1801 maximal
85.99/86.03	c Presolved Problem  :
85.99/86.03	c   Problem name     : t_HOME/instance-2700202-1278534401.wbo
85.99/86.03	c   Variables        : 1800 (950 binary, 0 integer, 0 implicit integer, 850 continuous)
85.99/86.03	c   Constraints      : 1700 initial, 16852 maximal
85.99/86.03	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
85.99/86.03	c   trivial          :       0.00          0          0          0          0          0          0          0          0
85.99/86.03	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
85.99/86.03	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
85.99/86.03	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
85.99/86.03	c   implics          :       0.00          0          0          0          0          0          0          0          0
85.99/86.03	c   probing          :       0.02          0          0          0          0          0          0          0          0
85.99/86.03	c   indicator        :       0.00          0          0          0          0          0          0          0          0
85.99/86.03	c   linear           :       0.01          0        100          0        850          0        101          0          0
85.99/86.03	c   logicor          :       0.00          0          0          0          0          0          0          0          0
85.99/86.03	c   root node        :          -          0          -          -          0          -          -          -          -
85.99/86.03	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
85.99/86.03	c   integral         :          0          0          0          0          0          0          0          0          0          0
85.99/86.03	c   indicator        :        850          0     512193          0     174868        449    4903642          0          0          0
85.99/86.03	c   linear           :        850          0     512308          0     174883       5090     518263          0          0          0
85.99/86.03	c   logicor          :          0+         0     329353          0          0       2341     286548          0          0          0
85.99/86.03	c   countsols        :          0          0          0          0     174964          0          0          0          0          0
85.99/86.03	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
85.99/86.03	c   integral         :       0.00       0.00       0.00       0.00       0.00
85.99/86.03	c   indicator        :      12.64       0.00       6.62       0.00       6.02
85.99/86.03	c   linear           :      10.25       0.00      10.21       0.00       0.04
85.99/86.03	c   logicor          :      14.00       0.00      14.00       0.00       0.00
85.99/86.03	c   countsols        :       0.00       0.00       0.00       0.00       0.00
85.99/86.03	c Propagators        :       Time      Calls    Cutoffs    DomReds
85.99/86.03	c   vbounds          :       0.00          2          0          0
85.99/86.03	c   rootredcost      :       0.00          0          0          0
85.99/86.03	c   pseudoobj        :      12.56     536761      23995    4805626
85.99/86.03	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
85.99/86.03	c   propagation      :       2.17      31426      31360     144387       28.6      98482        3.7          -
85.99/86.03	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
85.99/86.03	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
85.99/86.03	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
85.99/86.03	c   pseudo solution  :       0.02        167        167       1367       35.8        997        3.9          -
85.99/86.03	c   applied globally :          -          -          -     201611       14.3          -          -          -
85.99/86.03	c   applied locally  :          -          -          -         16      126.4          -          -          -
85.99/86.03	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
85.99/86.03	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
85.99/86.03	c   redcost          :       0.00          0          0          0          0          0
85.99/86.03	c   impliedbounds    :       0.00          0          0          0          0          0
85.99/86.03	c   intobj           :       0.00          0          0          0          0          0
85.99/86.03	c   cgmip            :       0.00          0          0          0          0          0
85.99/86.03	c   gomory           :       0.00          0          0          0          0          0
85.99/86.03	c   strongcg         :       0.00          0          0          0          0          0
85.99/86.03	c   cmir             :       0.00          0          0          0          0          0
85.99/86.03	c   flowcover        :       0.00          0          0          0          0          0
85.99/86.03	c   clique           :       0.00          0          0          0          0          0
85.99/86.03	c   zerohalf         :       0.00          0          0          0          0          0
85.99/86.03	c   mcf              :       0.00          0          0          0          0          0
85.99/86.03	c   rapidlearning    :       0.00          0          0          0          0          0
85.99/86.03	c Pricers            :       Time      Calls       Vars
85.99/86.03	c   problem variables:       0.00          0          0
85.99/86.03	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
85.99/86.03	c   relpscost        :       0.00          0          0          0          0          0          0
85.99/86.03	c   pscost           :       0.00          0          0          0          0          0          0
85.99/86.03	c   inference        :       9.75     174838          0          0          0          0     349676
85.99/86.03	c   mostinf          :       0.00          0          0          0          0          0          0
85.99/86.03	c   leastinf         :       0.00          0          0          0          0          0          0
85.99/86.03	c   fullstrong       :       0.00          0          0          0          0          0          0
85.99/86.03	c   allfullstrong    :       0.00          0          0          0          0          0          0
85.99/86.03	c   random           :       0.00          0          0          0          0          0          0
85.99/86.03	c Primal Heuristics  :       Time      Calls      Found
85.99/86.03	c   LP solutions     :       0.00          -          0
85.99/86.03	c   pseudo solutions :       0.24          -        126
85.99/86.03	c   oneopt           :       0.01          0          0
85.99/86.03	c   trivial          :       0.01          2          1
85.99/86.03	c   simplerounding   :       0.00          0          0
85.99/86.03	c   zirounding       :       0.00          0          0
85.99/86.03	c   rounding         :       0.00          0          0
85.99/86.03	c   shifting         :       0.00          0          0
85.99/86.03	c   intshifting      :       0.00          0          0
85.99/86.03	c   twoopt           :       0.00          0          0
85.99/86.03	c   fixandinfer      :       0.00          0          0
85.99/86.03	c   feaspump         :       0.00          0          0
85.99/86.03	c   coefdiving       :       0.00          0          0
85.99/86.03	c   pscostdiving     :       0.00          0          0
85.99/86.03	c   fracdiving       :       0.00          0          0
85.99/86.03	c   veclendiving     :       0.00          0          0
85.99/86.03	c   intdiving        :       0.00          0          0
85.99/86.03	c   actconsdiving    :       0.00          0          0
85.99/86.03	c   objpscostdiving  :       0.00          0          0
85.99/86.03	c   rootsoldiving    :       0.00          0          0
85.99/86.03	c   linesearchdiving :       0.00          0          0
85.99/86.03	c   guideddiving     :       0.00          0          0
85.99/86.03	c   octane           :       0.00          0          0
85.99/86.03	c   rens             :       0.00          0          0
85.99/86.03	c   rins             :       0.00          0          0
85.99/86.03	c   localbranching   :       0.00          0          0
85.99/86.03	c   mutation         :       0.00          0          0
85.99/86.03	c   crossover        :       0.00          0          0
85.99/86.03	c   dins             :       0.00          0          0
85.99/86.03	c   undercover       :       0.00          0          0
85.99/86.03	c   nlp              :       0.00          0          0
85.99/86.03	c   trysol           :       0.00          1          1
85.99/86.03	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
85.99/86.03	c   primal LP        :       0.00          0          0       0.00          -
85.99/86.03	c   dual LP          :       0.00          0          0       0.00          -
85.99/86.03	c   lex dual LP      :       0.00          0          0       0.00          -
85.99/86.03	c   barrier LP       :       0.00          0          0       0.00          -
85.99/86.03	c   diving/probing LP:       0.00          0          0       0.00          -
85.99/86.03	c   strong branching :       0.00          0          0       0.00          -
85.99/86.03	c     (at root node) :          -          0          0       0.00          -
85.99/86.03	c   conflict analysis:       0.00          0          0       0.00          -
85.99/86.03	c B&B Tree           :
85.99/86.03	c   number of runs   :          1
85.99/86.03	c   nodes            :     197451
85.99/86.03	c   nodes (total)    :     197451
85.99/86.03	c   nodes left       :          0
85.99/86.03	c   max depth        :        862
85.99/86.03	c   max depth (total):        862
85.99/86.03	c   backtracks       :      11716 (5.9%)
85.99/86.03	c   delayed cutoffs  :      21806
85.99/86.03	c   repropagations   :      55759 (2682197 domain reductions, 9555 cutoffs)
85.99/86.03	c   avg switch length:       4.26
85.99/86.03	c   switching time   :      15.12
85.99/86.03	c Solution           :
85.99/86.03	c   Solutions found  :        128 (127 improvements)
85.99/86.03	c   First Solution   : +4.20925000000000e+05   (in run 1, after 1 nodes, 0.04 seconds, depth 0, found by <trivial>)
85.99/86.03	c   Primal Bound     : +9.90000000000000e+01   (in run 1, after 197451 nodes, 80.10 seconds, depth 455, found by <relaxation>)
85.99/86.03	c   Dual Bound       : +9.90000000000000e+01
85.99/86.03	c   Gap              :       0.00 %
85.99/86.03	c   Root Dual Bound  : +0.00000000000000e+00
85.99/86.03	c   Root Iterations  :          0
85.99/86.05	c Time complete: 86.04.

Verifier Data

OK	99

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2700202-1278534401/watcher-2700202-1278534401 -o /tmp/evaluation-result-2700202-1278534401/solver-2700202-1278534401 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2700202-1278534401.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: 5.12 4.09 2.17 3/178 19973
/proc/meminfo: memFree=29259516/32950928 swapFree=67111528/67111528
[pid=19973] ppid=19971 vsize=8268 CPUtime=0
/proc/19973/stat : 19973 (pbscip.linux.x8) R 19971 19973 19207 0 -1 4202496 1554 0 0 0 0 0 0 0 21 0 1 0 21653941 8466432 1477 4089446400 4194304 7136930 140734825637472 18446744073709551615 6328631 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/19973/statm: 2067 1477 275 719 0 1346 0

[startup+0.062315 s]
/proc/loadavg: 5.12 4.09 2.17 3/178 19973
/proc/meminfo: memFree=29259516/32950928 swapFree=67111528/67111528
[pid=19973] ppid=19971 vsize=20232 CPUtime=0.05
/proc/19973/stat : 19973 (pbscip.linux.x8) R 19971 19973 19207 0 -1 4202496 5537 0 0 0 5 0 0 0 21 0 1 0 21653941 20717568 4335 4089446400 4194304 7136930 140734825637472 18446744073709551615 6215719 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/19973/statm: 5058 4335 381 719 0 4337 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 20232

[startup+0.100305 s]
/proc/loadavg: 5.12 4.09 2.17 3/178 19973
/proc/meminfo: memFree=29259516/32950928 swapFree=67111528/67111528
[pid=19973] ppid=19971 vsize=20552 CPUtime=0.09
/proc/19973/stat : 19973 (pbscip.linux.x8) R 19971 19973 19207 0 -1 4202496 5604 0 0 0 8 1 0 0 21 0 1 0 21653941 21045248 4402 4089446400 4194304 7136930 140734825637472 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/19973/statm: 5138 4402 387 719 0 4417 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 20552

[startup+0.300267 s]
/proc/loadavg: 5.12 4.09 2.17 3/178 19973
/proc/meminfo: memFree=29259516/32950928 swapFree=67111528/67111528
[pid=19973] ppid=19971 vsize=21864 CPUtime=0.29
/proc/19973/stat : 19973 (pbscip.linux.x8) R 19971 19973 19207 0 -1 4202496 5957 0 0 0 25 4 0 0 21 0 1 0 21653941 22388736 4755 4089446400 4194304 7136930 140734825637472 18446744073709551615 4642976 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/19973/statm: 5466 4755 393 719 0 4745 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 21864

[startup+0.700191 s]
/proc/loadavg: 5.12 4.09 2.17 3/178 19973
/proc/meminfo: memFree=29259516/32950928 swapFree=67111528/67111528
[pid=19973] ppid=19971 vsize=23380 CPUtime=0.69
/proc/19973/stat : 19973 (pbscip.linux.x8) R 19971 19973 19207 0 -1 4202496 6335 0 0 0 58 11 0 0 22 0 1 0 21653941 23941120 5133 4089446400 4194304 7136930 140734825637472 18446744073709551615 4436511 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/19973/statm: 5845 5133 394 719 0 5124 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 23380

[startup+1.50104 s]
/proc/loadavg: 5.12 4.09 2.17 3/179 19974
/proc/meminfo: memFree=29237064/32950928 swapFree=67111528/67111528
[pid=19973] ppid=19971 vsize=25076 CPUtime=1.49
/proc/19973/stat : 19973 (pbscip.linux.x8) R 19971 19973 19207 0 -1 4202496 6780 0 0 0 129 20 0 0 25 0 1 0 21653941 25677824 5578 4089446400 4194304 7136930 140734825637472 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/19973/statm: 6269 5578 394 719 0 5548 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 25076

[startup+3.10073 s]
/proc/loadavg: 5.12 4.09 2.17 3/179 19974
/proc/meminfo: memFree=29233148/32950928 swapFree=67111528/67111528
[pid=19973] ppid=19971 vsize=31392 CPUtime=3.09
/proc/19973/stat : 19973 (pbscip.linux.x8) R 19971 19973 19207 0 -1 4202496 8343 0 0 0 273 36 0 0 25 0 1 0 21653941 32145408 7141 4089446400 4194304 7136930 140734825637472 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/19973/statm: 7848 7141 394 719 0 7127 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 31392

[startup+6.30012 s]
/proc/loadavg: 4.87 4.05 2.17 3/179 19974
/proc/meminfo: memFree=29215540/32950928 swapFree=67111528/67111528
[pid=19973] ppid=19971 vsize=43076 CPUtime=6.29
/proc/19973/stat : 19973 (pbscip.linux.x8) R 19971 19973 19207 0 -1 4202496 11158 0 0 0 556 73 0 0 25 0 1 0 21653941 44109824 9956 4089446400 4194304 7136930 140734825637472 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/19973/statm: 10769 9956 394 719 0 10048 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 43076

[startup+12.7009 s]
/proc/loadavg: 4.64 4.02 2.16 3/179 19975
/proc/meminfo: memFree=29190744/32950928 swapFree=67111528/67111528
[pid=19973] ppid=19971 vsize=58396 CPUtime=12.69
/proc/19973/stat : 19973 (pbscip.linux.x8) R 19971 19973 19207 0 -1 4202496 15064 0 0 0 1131 138 0 0 25 0 1 0 21653941 59797504 13862 4089446400 4194304 7136930 140734825637472 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/19973/statm: 14599 13862 394 719 0 13878 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 58396

[startup+25.5004 s]
/proc/loadavg: 4.05 3.92 2.16 3/179 19976
/proc/meminfo: memFree=29144628/32950928 swapFree=67111528/67111528
[pid=19973] ppid=19971 vsize=92172 CPUtime=25.49
/proc/19973/stat : 19973 (pbscip.linux.x8) R 19971 19973 19207 0 -1 4202496 22671 0 0 0 2307 242 0 0 25 0 1 0 21653941 94384128 21469 4089446400 4194304 7136930 140734825637472 18446744073709551615 4704207 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/19973/statm: 23043 21469 394 719 0 22322 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 92172

[startup+51.1005 s]
/proc/loadavg: 3.35 3.76 2.16 3/179 19976
/proc/meminfo: memFree=29061736/32950928 swapFree=67111528/67111528
[pid=19973] ppid=19971 vsize=148620 CPUtime=51.09
/proc/19973/stat : 19973 (pbscip.linux.x8) R 19971 19973 19207 0 -1 4202496 34799 0 0 0 4691 418 0 0 25 0 1 0 21653941 152186880 33597 4089446400 4194304 7136930 140734825637472 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/19973/statm: 37155 33597 394 719 0 36434 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 148620

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

[startup+63.9011 s]
/proc/loadavg: 3.14 3.71 2.16 3/179 19976
/proc/meminfo: memFree=29033828/32950928 swapFree=67111528/67111528
[pid=19973] ppid=19971 vsize=160480 CPUtime=63.89
/proc/19973/stat : 19973 (pbscip.linux.x8) R 19971 19973 19207 0 -1 4202496 37429 0 0 0 5900 489 0 0 25 0 1 0 21653941 164331520 36227 4089446400 4194304 7136930 140734825637472 18446744073709551615 4221902 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/19973/statm: 40120 36227 394 719 0 39399 0
Current children cumulated CPU time (s) 63.89
Current children cumulated vsize (KiB) 160480

[startup+76.7006 s]
/proc/loadavg: 2.89 3.62 2.15 3/179 19976
/proc/meminfo: memFree=29011368/32950928 swapFree=67111528/67111528
[pid=19973] ppid=19971 vsize=171532 CPUtime=76.7
/proc/19973/stat : 19973 (pbscip.linux.x8) R 19971 19973 19207 0 -1 4202496 39802 0 0 0 7122 548 0 0 25 0 1 0 21653941 175648768 38600 4089446400 4194304 7136930 140734825637472 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/19973/statm: 42883 38600 394 719 0 42162 0
Current children cumulated CPU time (s) 76.7
Current children cumulated vsize (KiB) 171532

[startup+79.901 s]
/proc/loadavg: 2.89 3.62 2.15 3/179 19976
/proc/meminfo: memFree=29002684/32950928 swapFree=67111528/67111528
[pid=19973] ppid=19971 vsize=176188 CPUtime=79.89
/proc/19973/stat : 19973 (pbscip.linux.x8) R 19971 19973 19207 0 -1 4202496 40665 0 0 0 7424 565 0 0 25 0 1 0 21653941 180416512 39463 4089446400 4194304 7136930 140734825637472 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/19973/statm: 44047 39463 394 719 0 43326 0
Current children cumulated CPU time (s) 79.89
Current children cumulated vsize (KiB) 176188

[startup+83.1004 s]
/proc/loadavg: 2.82 3.59 2.15 3/179 19976
/proc/meminfo: memFree=28995492/32950928 swapFree=67111528/67111528
[pid=19973] ppid=19971 vsize=178888 CPUtime=83.09
/proc/19973/stat : 19973 (pbscip.linux.x8) R 19971 19973 19207 0 -1 4202496 41181 0 0 0 7733 576 0 0 25 0 1 0 21653941 183181312 39979 4089446400 4194304 7136930 140734825637472 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/19973/statm: 44722 39979 394 719 0 44001 0
Current children cumulated CPU time (s) 83.09
Current children cumulated vsize (KiB) 178888

[startup+84.7062 s]
/proc/loadavg: 2.75 3.57 2.15 3/179 19977
/proc/meminfo: memFree=28990656/32950928 swapFree=67111528/67111528
[pid=19973] ppid=19971 vsize=179692 CPUtime=84.7
/proc/19973/stat : 19973 (pbscip.linux.x8) R 19971 19973 19207 0 -1 4202496 41356 0 0 0 7889 581 0 0 25 0 1 0 21653941 184004608 40154 4089446400 4194304 7136930 140734825637472 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/19973/statm: 44923 40154 394 719 0 44202 0
Current children cumulated CPU time (s) 84.7
Current children cumulated vsize (KiB) 179692

[startup+85.501 s]
/proc/loadavg: 2.75 3.57 2.15 3/179 19977
/proc/meminfo: memFree=28990656/32950928 swapFree=67111528/67111528
[pid=19973] ppid=19971 vsize=181432 CPUtime=85.5
/proc/19973/stat : 19973 (pbscip.linux.x8) R 19971 19973 19207 0 -1 4202496 41728 0 0 0 7964 586 0 0 25 0 1 0 21653941 185786368 40526 4089446400 4194304 7136930 140734825637472 18446744073709551615 4661054 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/19973/statm: 45358 40526 394 719 0 44637 0
Current children cumulated CPU time (s) 85.5
Current children cumulated vsize (KiB) 181432

[startup+85.9009 s]
/proc/loadavg: 2.75 3.57 2.15 3/179 19977
/proc/meminfo: memFree=28987172/32950928 swapFree=67111528/67111528
[pid=19973] ppid=19971 vsize=182552 CPUtime=85.89
/proc/19973/stat : 19973 (pbscip.linux.x8) R 19971 19973 19207 0 -1 4202496 42018 0 0 0 8000 589 0 0 25 0 1 0 21653941 186933248 40816 4089446400 4194304 7136930 140734825637472 18446744073709551615 6165591 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/19973/statm: 45638 40816 394 719 0 44917 0
Current children cumulated CPU time (s) 85.89
Current children cumulated vsize (KiB) 182552

[startup+86.0009 s]
/proc/loadavg: 2.75 3.57 2.15 3/179 19977
/proc/meminfo: memFree=28987172/32950928 swapFree=67111528/67111528
[pid=19973] ppid=19971 vsize=182844 CPUtime=85.99
/proc/19973/stat : 19973 (pbscip.linux.x8) R 19971 19973 19207 0 -1 4202496 42091 0 0 0 8008 591 0 0 25 0 1 0 21653941 187232256 40889 4089446400 4194304 7136930 140734825637472 18446744073709551615 4925443 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/19973/statm: 45711 40889 394 719 0 44990 0
Current children cumulated CPU time (s) 85.99
Current children cumulated vsize (KiB) 182844

Child status: 0
Real time (s): 86.0537
CPU time (s): 86.0529
CPU user time (s): 80.1278
CPU system time (s): 5.9251
CPU usage (%): 99.9991
Max. virtual memory (cumulated for all children) (KiB): 182844

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

runsolver used 0.142978 second user time and 0.276957 second system time

The end

Launcher Data

Begin job on node127 at 2010-07-07 22:26:41
IDJOB=2700202
IDBENCH=79408
IDSOLVER=1206
FILE ID=node127/2700202-1278534401
PBS_JOBID= 11239223
Free space on /tmp= 73196 MiB

SOLVER NAME= SCIPnone SCIP 1.2.1.2 without any LP solver
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/wcsp/jnh/normalized-jnh06_wcsp.wbo
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.none -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2700202-1278534401/watcher-2700202-1278534401 -o /tmp/evaluation-result-2700202-1278534401/solver-2700202-1278534401 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2700202-1278534401.wbo -t 1800 -m 3800

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

MD5SUM BENCH= 6d863641d8b2b772fe5ea25b86285712
RANDOM SEED=1558813364

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      29260292 kB
Buffers:        137448 kB
Cached:        2618628 kB
SwapCached:          0 kB
Active:        1847716 kB
Inactive:      1684972 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      29260292 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            3124 kB
Writeback:           0 kB
AnonPages:      776480 kB
Mapped:          16852 kB
Slab:            92324 kB
PageTables:       6208 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   925748 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= 73192 MiB
End job on node127 at 2010-07-07 22:28:07