Trace number 2700250

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 733.999 733.985

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/wcsp/jnh/
normalized-jnh308_wcsp.wbo
MD5SUM9e4ae11dd0361dce6825f0168cc6adb2
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark130
Best CPU time to get the best result obtained on this benchmark1.04784
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 constraints1000
Number of soft constraints900
Number of constraints which are clauses900
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 444855
Min constraint cost 1
Max constraint cost 1000
Sum of constraints costs 444854
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-2700250-1278534509.wbo>
0.00/0.01	c original problem has 2000 variables (1100 bin, 0 int, 0 impl, 900 cont) and 1901 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.02/0.02	c presolving:
0.02/0.03	c (round 1) 100 del vars, 101 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 1100 impls, 0 clqs
0.02/0.03	c (round 2) 100 del vars, 101 del conss, 900 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 1100 impls, 0 clqs
0.02/0.06	c    (0.1s) probing: 101/1000 (10.1%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.02/0.06	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.02/0.06	c presolving (3 rounds):
0.02/0.06	c  100 deleted vars, 101 deleted constraints, 900 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.02/0.06	c  1100 implications, 0 cliques
0.02/0.06	c presolved problem has 1900 variables (1000 bin, 0 int, 0 impl, 900 cont) and 1800 constraints
0.02/0.06	c     900 constraints of type <indicator>
0.02/0.06	c     900 constraints of type <linear>
0.02/0.06	c transformed objective value is always integral (scale: 1)
0.02/0.06	c Presolving Time: 0.04
0.02/0.06	c - non default parameters ----------------------------------------------------------------------
0.02/0.06	c # SCIP version 1.2.1.2
0.02/0.06	c 
0.02/0.06	c # frequency for displaying node information lines
0.02/0.06	c # [type: int, range: [-1,2147483647], default: 100]
0.02/0.06	c display/freq = 10000
0.02/0.06	c 
0.02/0.06	c # maximal time in seconds to run
0.02/0.06	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.02/0.06	c limits/time = 1799.99
0.02/0.06	c 
0.02/0.06	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.02/0.06	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.02/0.06	c limits/memory = 3420
0.02/0.06	c 
0.02/0.06	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
0.02/0.06	c # [type: int, range: [-1,2147483647], default: 1]
0.02/0.06	c lp/solvefreq = -1
0.02/0.06	c 
0.02/0.06	c # should presolving try to simplify inequalities
0.02/0.06	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.02/0.06	c constraints/linear/simplifyinequalities = TRUE
0.02/0.06	c 
0.02/0.06	c # should presolving try to simplify knapsacks
0.02/0.06	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.02/0.06	c constraints/knapsack/simplifyinequalities = TRUE
0.02/0.06	c 
0.02/0.06	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.02/0.06	c # [type: int, range: [-1,2147483647], default: -1]
0.02/0.06	c separating/rapidlearning/freq = 0
0.02/0.06	c 
0.02/0.06	c -----------------------------------------------------------------------------------------------
0.02/0.06	c start solving
0.02/0.06	c 
0.02/0.06	o 444854
0.02/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.02/0.06	c t 0.1s|     1 |     0 |     0 |     - |6459k|   0 |   - |1900 |1800 |   0 |   0 |   0 |   0 |   0 |      --      | 4.448540e+05 |    Inf 
0.02/0.06	c   0.1s|     1 |     2 |     0 |     - |6410k|   0 |   - |1900 |1800 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 | 4.448540e+05 |    Inf 
0.39/0.43	o 12568
0.39/0.43	c * 0.4s|  3122 |  2541 |     0 |   0.0 |8014k| 911 |   - |1900 |1917 |   0 |   0 |   0 | 119 |   0 | 1.000000e+00 | 1.256800e+04 |  Large 
1.69/1.70	o 12536
1.69/1.70	c * 1.6s|  9708 |  8759 |     0 |   0.0 |  12M| 911 |   - |1900 |3625 |   0 |   0 |   0 |1876 |   0 | 1.000000e+00 | 1.253600e+04 |  Large 
1.69/1.75	o 12442
1.69/1.75	c * 1.7s|  9934 |  8925 |     0 |   0.0 |  12M| 911 |   - |1900 |3690 |   0 |   0 |   0 |1956 |   0 | 1.000000e+00 | 1.244200e+04 |  Large 
1.69/1.76	c   1.7s| 10000 |  8980 |     0 |   0.0 |  12M| 911 |   - |1900 |3738 |   0 |   0 |   0 |2016 |   0 | 1.000000e+00 | 1.244200e+04 |  Large 
1.79/1.86	o 12213
1.79/1.86	c * 1.8s| 10411 |  9216 |     0 |   0.0 |  12M| 911 |   - |1900 |3849 |   0 |   0 |   0 |2225 |   0 | 1.000000e+00 | 1.221300e+04 |  Large 
2.59/2.68	o 12136
2.59/2.68	c * 2.6s| 13903 | 12274 |     0 |   0.0 |  14M| 911 |   - |1900 |4423 |   0 |   0 |   0 |4298 |   0 | 1.000000e+00 | 1.213600e+04 |  Large 
2.89/2.98	o 11919
2.89/2.98	c * 2.9s| 15166 | 13241 |     0 |   0.0 |  15M| 911 |   - |1900 |4506 |   0 |   0 |   0 |5068 |   0 | 1.000000e+00 | 1.191900e+04 |  Large 
2.89/2.98	o 11899
2.89/2.98	c * 2.9s| 15167 | 13222 |     0 |   0.0 |  15M| 911 |   - |1900 |4506 |   0 |   0 |   0 |5068 |   0 | 1.000000e+00 | 1.189900e+04 |  Large 
2.98/3.02	o 11887
2.98/3.02	c * 2.9s| 15345 | 13373 |     0 |   0.0 |  15M| 911 |   - |1900 |4496 |   0 |   0 |   0 |5168 |   0 | 1.000000e+00 | 1.188700e+04 |  Large 
4.09/4.15	c   4.0s| 20000 | 17526 |     0 |   0.0 |  18M| 911 |   - |1900 |4876 |   0 |   0 |   0 |8022 |   0 | 1.000000e+00 | 1.188700e+04 |  Large 
4.09/4.16	o 11705
4.09/4.16	c * 4.0s| 20068 | 17449 |     0 |   0.0 |  18M| 911 |   - |1900 |4875 |   0 |   0 |   0 |8052 |   0 | 1.000000e+00 | 1.170500e+04 |  Large 
4.40/4.43	o 11687
4.40/4.43	c * 4.3s| 21148 | 18368 |     0 |   0.0 |  19M| 911 |   - |1900 |5037 |   0 |   0 |   0 |8841 |   0 | 1.000000e+00 | 1.168700e+04 |  Large 
4.40/4.43	o 11540
4.40/4.43	c * 4.3s| 21149 | 18219 |     0 |   0.0 |  19M| 911 |   - |1900 |5037 |   0 |   0 |   0 |8841 |   0 | 1.000000e+00 | 1.154000e+04 |  Large 
5.59/5.61	o 11126
5.59/5.61	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
5.59/5.61	c * 5.4s| 25973 | 21936 |     0 |   0.0 |  21M| 911 |   - |1900 |5482 |   0 |   0 |   0 |  12k|   0 | 1.000000e+00 | 1.112600e+04 |  Large 
5.69/5.72	o 10980
5.69/5.72	c * 5.5s| 26377 | 22033 |     0 |   0.0 |  21M| 911 |   - |1900 |5534 |   0 |   0 |   0 |  12k|   0 | 1.000000e+00 | 1.098000e+04 |  Large 
5.69/5.78	o 9620
5.69/5.78	c * 5.6s| 26650 | 19542 |     0 |   0.0 |  19M| 911 |   - |1900 |5557 |   0 |   0 |   0 |  12k|   0 | 1.000000e+00 | 9.620000e+03 |  Large 
5.69/5.79	o 9327
5.69/5.79	c * 5.6s| 26651 | 19105 |     0 |   0.0 |  19M| 911 |   - |1900 |5557 |   0 |   0 |   0 |  12k|   0 | 1.000000e+00 | 9.327000e+03 |  Large 
6.09/6.16	o 9325
6.09/6.16	c * 6.0s| 28115 | 20378 |     0 |   0.0 |  20M| 911 |   - |1900 |5677 |   0 |   0 |   0 |  13k|   0 | 1.000000e+00 | 9.325000e+03 |  Large 
6.29/6.34	o 9234
6.29/6.34	c * 6.1s| 28809 | 20862 |     0 |   0.0 |  20M| 911 |   - |1900 |5510 |   0 |   0 |   0 |  13k|   0 | 1.000000e+00 | 9.234000e+03 |  Large 
6.59/6.63	c   6.4s| 30000 | 21916 |     0 |   0.0 |  21M| 911 |   - |1900 |5618 |   0 |   0 |   0 |  14k|   0 | 1.000000e+00 | 9.234000e+03 |  Large 
8.79/8.88	o 9131
8.79/8.88	c * 8.6s| 38720 | 29300 |     0 |   0.0 |  26M| 911 |   - |1900 |6605 |   0 |   0 |   0 |  21k|   0 | 1.000000e+00 | 9.131000e+03 |  Large 
9.19/9.24	c   8.9s| 40000 | 30374 |     0 |   0.0 |  27M| 911 |   - |1900 |6850 |   0 |   0 |   0 |  22k|   0 | 1.000000e+00 | 9.131000e+03 |  Large 
9.39/9.43	o 8955
9.39/9.43	c * 9.1s| 40733 | 30679 |     0 |   0.0 |  27M| 911 |   - |1900 |6906 |   0 |   0 |   0 |  22k|   0 | 1.000000e+00 | 8.955000e+03 |  Large 
10.49/10.59	o 8892
10.49/10.59	c *10.2s| 44938 | 34083 |     0 |   0.0 |  30M| 911 |   - |1900 |7043 |   0 |   0 |   0 |  26k|   0 | 1.000000e+00 | 8.892000e+03 |  Large 
10.49/10.59	o 8846
10.49/10.59	c *10.2s| 44939 | 33979 |     0 |   0.0 |  30M| 911 |   - |1900 |7043 |   0 |   0 |   0 |  26k|   0 | 1.000000e+00 | 8.846000e+03 |  Large 
11.58/11.61	o 8808
11.58/11.61	c *11.2s| 48815 | 37275 |     0 |   0.0 |  32M| 911 |   - |1900 |6854 |   0 |   0 |   0 |  29k|   0 | 1.000000e+00 | 8.808000e+03 |  Large 
11.58/11.61	o 8693
11.58/11.61	c *11.2s| 48816 | 37001 |     0 |   0.0 |  32M| 911 |   - |1900 |6854 |   0 |   0 |   0 |  29k|   0 | 1.000000e+00 | 8.693000e+03 |  Large 
11.88/11.93	c  11.5s| 50000 | 38017 |     0 |   0.0 |  33M| 911 |   - |1900 |7104 |   0 |   0 |   0 |  30k|   0 | 1.000000e+00 | 8.693000e+03 |  Large 
12.59/12.66	o 8367
12.59/12.66	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
12.59/12.66	c *12.2s| 52695 | 39539 |     0 |   0.0 |  33M| 911 |   - |1900 |7658 |   0 |   0 |   0 |  32k|   0 | 1.000000e+00 | 8.367000e+03 |  Large 
13.59/13.60	o 8354
13.59/13.60	c *13.1s| 56169 | 42482 |     0 |   0.0 |  36M| 911 |   - |1900 |8023 |   0 |   0 |   0 |  35k|   0 | 1.000000e+00 | 8.354000e+03 |  Large 
13.59/13.61	o 8243
13.59/13.61	c *13.1s| 56170 | 42146 |     0 |   0.0 |  35M| 911 |   - |1900 |8023 |   0 |   0 |   0 |  35k|   0 | 1.000000e+00 | 8.243000e+03 |  Large 
14.58/14.65	c  14.2s| 60000 | 45398 |     0 |   0.0 |  37M| 911 |   - |1900 |8348 |   0 |   0 |   0 |  38k|   0 | 1.000000e+00 | 8.243000e+03 |  Large 
15.98/16.04	o 8176
15.98/16.04	c *15.5s| 65032 | 49481 |     0 |   0.0 |  40M| 911 |   - |1900 |8658 |   0 |   0 |   0 |  42k|   0 | 1.000000e+00 | 8.176000e+03 |  Large 
16.09/16.18	o 8154
16.09/16.18	c *15.6s| 65525 | 49805 |     0 |   0.0 |  40M| 911 |   - |1900 |8786 |   0 |   0 |   0 |  43k|   0 | 1.000000e+00 | 8.154000e+03 |  Large 
16.09/16.18	o 8024
16.09/16.18	c *15.6s| 65526 | 49334 |     0 |   0.0 |  40M| 911 |   - |1900 |8786 |   0 |   0 |   0 |  43k|   0 | 1.000000e+00 | 8.024000e+03 |  Large 
16.49/16.53	o 8022
16.49/16.53	c *16.0s| 66762 | 50377 |     0 |   0.0 |  40M| 911 |   - |1900 |8680 |   0 |   0 |   0 |  44k|   0 | 1.000000e+00 | 8.022000e+03 |  Large 
17.39/17.46	c  16.9s| 70000 | 53111 |     0 |   0.0 |  42M| 911 |   - |1900 |9181 |   0 |   0 |   0 |  46k|   0 | 1.000000e+00 | 8.022000e+03 |  Large 
19.48/19.55	o 8002
19.48/19.55	c *18.9s| 77353 | 59239 |     0 |   0.0 |  47M| 911 |   - |1900 |  10k|   0 |   0 |   0 |  53k|   0 | 1.000000e+00 | 8.002000e+03 |  Large 
19.48/19.55	o 7786
19.48/19.55	c *18.9s| 77354 | 58285 |     0 |   0.0 |  46M| 911 |   - |1900 |  10k|   0 |   0 |   0 |  53k|   0 | 1.000000e+00 | 7.786000e+03 |  Large 
20.29/20.30	c  19.6s| 80000 | 60613 |     0 |   0.0 |  47M| 911 |   - |1900 |9777 |   0 |   0 |   0 |  55k|   0 | 1.000000e+00 | 7.786000e+03 |  Large 
23.09/23.13	c  22.4s| 90000 | 69219 |     0 |   0.0 |  54M| 911 |   - |1900 |9927 |   0 |   0 |   0 |  63k|   0 | 1.000000e+00 | 7.786000e+03 |  Large 
23.59/23.61	o 7615
23.59/23.61	c *22.9s| 91611 | 69673 |     0 |   0.0 |  54M| 911 |   - |1900 |  10k|   0 |   0 |   0 |  64k|   0 | 1.000000e+00 | 7.615000e+03 |  Large 
26.09/26.11	c  25.3s|100000 | 76742 |     0 |   0.0 |  59M| 911 |   - |1900 |  11k|   0 |   0 |   0 |  71k|   0 | 1.000000e+00 | 7.615000e+03 |  Large 
29.19/29.22	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
29.19/29.22	c  28.3s|110000 | 85053 |     0 |   0.0 |  66M| 911 |   - |1900 |  13k|   0 |   0 |   0 |  81k|   0 | 1.000000e+00 | 7.615000e+03 |  Large 
30.09/30.18	o 7483
30.09/30.18	c *29.2s|112975 | 86621 |     0 |   0.0 |  66M| 911 |   - |1900 |  12k|   0 |   0 |   0 |  84k|   0 | 1.000000e+00 | 7.483000e+03 |  Large 
30.19/30.21	o 7413
30.19/30.21	c *29.3s|113088 | 86230 |     0 |   0.0 |  66M| 911 |   - |1900 |  12k|   0 |   0 |   0 |  84k|   0 | 1.000000e+00 | 7.413000e+03 |  Large 
30.19/30.22	o 7312
30.19/30.22	c *29.3s|113089 | 85476 |     0 |   0.0 |  65M| 911 |   - |1900 |  12k|   0 |   0 |   0 |  84k|   0 | 1.000000e+00 | 7.312000e+03 |  Large 
31.69/31.76	o 7216
31.69/31.76	c *30.8s|118219 | 89209 |     0 |   0.0 |  67M| 911 |   - |1900 |  12k|   0 |   0 |   0 |  88k|   0 | 1.000000e+00 | 7.216000e+03 |  Large 
32.29/32.31	c  31.3s|120000 | 90729 |     0 |   0.0 |  68M| 911 |   - |1900 |  11k|   0 |   0 |   0 |  89k|   0 | 1.000000e+00 | 7.216000e+03 |  Large 
35.39/35.41	c  34.3s|130000 | 99159 |     0 |   0.0 |  74M| 911 |   - |1900 |  12k|   0 |   0 |   0 |  98k|   0 | 1.000000e+00 | 7.216000e+03 |  Large 
36.39/36.41	o 7146
36.39/36.41	c *35.3s|133140 |101311 |     0 |   0.0 |  75M| 911 |   - |1900 |  12k|   0 |   0 |   0 | 101k|   0 | 1.000000e+00 | 7.146000e+03 |  Large 
36.39/36.41	o 7045
36.39/36.41	c *35.3s|133141 |100518 |     0 |   0.0 |  74M| 911 |   - |1900 |  12k|   0 |   0 |   0 | 101k|   0 | 1.000000e+00 | 7.045000e+03 |  Large 
38.69/38.70	c  37.5s|140000 |106176 |     0 |   0.0 |  79M| 911 |   - |1900 |  13k|   0 |   0 |   0 | 108k|   0 | 1.000000e+00 | 7.045000e+03 |  Large 
39.49/39.56	o 6979
39.49/39.56	c *38.4s|142621 |107788 |     0 |   0.0 |  80M| 911 |   - |1900 |  14k|   0 |   0 |   0 | 110k|   0 | 1.000000e+00 | 6.979000e+03 |  Large 
41.99/42.04	c  40.8s|150000 |113932 |     0 |   0.0 |  85M| 911 |   - |1900 |  15k|   0 |   0 |   0 | 117k|   0 | 1.000000e+00 | 6.979000e+03 |  Large 
42.69/42.77	o 6888
42.69/42.77	c *41.5s|152119 |114658 |     0 |   0.0 |  85M| 911 |   - |1900 |  15k|   0 |   0 |   0 | 119k|   0 | 1.000000e+00 | 6.888000e+03 |  Large 
45.59/45.61	c  44.2s|160000 |121064 |     0 |   0.0 |  90M| 911 |   - |1900 |  16k|   0 |   0 |   0 | 127k|   0 | 1.000000e+00 | 6.888000e+03 |  Large 
45.79/45.87	o 6730
45.79/45.87	c *44.5s|160746 |119872 |     0 |   0.0 |  88M| 911 |   - |1900 |  16k|   0 |   0 |   0 | 128k|   0 | 1.000000e+00 | 6.730000e+03 |  Large 
46.89/46.97	o 6610
46.89/46.97	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
46.89/46.97	c *45.6s|163708 |120789 |     0 |   0.0 |  88M| 911 |   - |1900 |  17k|   0 |   0 |   0 | 131k|   0 | 1.000000e+00 | 6.610000e+03 |  Large 
46.89/46.98	o 6251
46.89/46.98	c *45.6s|163709 |115851 |     0 |   0.0 |  82M| 911 |   - |1900 |  17k|   0 |   0 |   0 | 131k|   0 | 1.000000e+00 | 6.251000e+03 |  Large 
49.39/49.42	c  48.0s|170000 |120994 |     0 |   0.0 |  86M| 911 |   - |1900 |  18k|   0 |   0 |   0 | 138k|   0 | 1.000000e+00 | 6.251000e+03 |  Large 
53.19/53.25	c  51.7s|180000 |129235 |     0 |   0.0 |  92M| 911 |   - |1900 |  18k|   0 |   0 |   0 | 147k|   0 | 1.000000e+00 | 6.251000e+03 |  Large 
56.89/56.95	c  55.3s|190000 |137511 |     0 |   0.0 |  99M| 911 |   - |1900 |  18k|   0 |   0 |   0 | 156k|   0 | 1.000000e+00 | 6.251000e+03 |  Large 
58.09/58.16	o 6148
58.09/58.16	c *56.5s|193221 |138585 |     0 |   0.0 |  99M| 911 |   - |1900 |  18k|   0 |   0 |   0 | 160k|   0 | 1.000000e+00 | 6.148000e+03 |  Large 
60.79/60.80	c  59.1s|200000 |144125 |     0 |   0.0 | 104M| 911 |   - |1900 |  19k|   0 |   0 |   0 | 166k|   0 | 1.000000e+00 | 6.148000e+03 |  Large 
64.80/64.83	c  63.0s|210000 |152184 |     0 |   0.0 | 110M| 911 |   - |1900 |  21k|   0 |   0 |   0 | 177k|   0 | 1.000000e+00 | 6.148000e+03 |  Large 
65.39/65.42	o 6133
65.39/65.42	c *63.6s|211476 |153116 |     0 |   0.0 | 111M| 911 |   - |1900 |  21k|   0 |   0 |   0 | 178k|   0 | 1.000000e+00 | 6.133000e+03 |  Large 
65.39/65.43	o 6022
65.39/65.43	c *63.6s|211477 |151142 |     0 |   0.0 | 109M| 911 |   - |1900 |  21k|   0 |   0 |   0 | 178k|   0 | 1.000000e+00 | 6.022000e+03 |  Large 
69.19/69.24	c  67.4s|220000 |157865 |     0 |   0.0 | 115M| 911 |   - |1900 |  23k|   0 |   0 |   0 | 188k|   0 | 1.000000e+00 | 6.022000e+03 |  Large 
70.79/70.83	o 3097
70.79/70.83	c *68.9s|222956 | 94821 |     0 |   0.0 |  71M| 911 |   - |1900 |  24k|   0 |   0 |   0 | 192k|   0 | 1.000000e+00 | 3.097000e+03 |  Large 
74.79/74.89	c  72.9s|230000 | 99798 |     0 |   0.0 |  76M| 911 |   - |1900 |  19k|   0 |   0 |   0 | 200k|   0 | 1.000000e+00 | 3.097000e+03 |  Large 
76.49/76.58	o 3055
76.49/76.58	c *74.6s|233154 |100942 |     0 |   0.0 |  78M| 911 |   - |1900 |  19k|   0 |   0 |   0 | 203k|   0 | 1.000000e+00 | 3.055000e+03 |  Large 
76.59/76.67	o 3023
76.59/76.67	c *74.7s|233297 |100206 |     0 |   0.0 |  78M| 911 |   - |1900 |  19k|   0 |   0 |   0 | 203k|   0 | 1.000000e+00 | 3.023000e+03 |  Large 
80.49/80.57	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
80.49/80.57	c  78.5s|240000 |104834 |     0 |   0.0 |  85M| 911 |   - |1900 |  21k|   0 |   0 |   0 | 211k|   0 | 1.000000e+00 | 3.023000e+03 |  Large 
87.19/87.21	c  85.1s|250000 |111365 |     0 |   0.0 |  96M| 911 |   - |1900 |  24k|   0 |   0 |   0 | 225k|   0 | 1.000000e+00 | 3.023000e+03 |  Large 
94.49/94.54	c  92.3s|260000 |117607 |     0 |   0.0 | 106M| 911 |   - |1900 |  26k|   0 |   0 |   0 | 239k|   0 | 1.000000e+00 | 3.023000e+03 |  Large 
100.49/100.52	o 2884
100.49/100.52	c *98.2s|267385 |117758 |     0 |   0.0 | 110M| 911 |   - |1900 |  28k|   0 |   0 |   0 | 251k|   0 | 1.000000e+00 | 2.884000e+03 |  Large 
100.49/100.53	o 2864
100.49/100.53	c *98.2s|267390 |117091 |     0 |   0.0 | 110M| 911 |   - |1900 |  28k|   0 |   0 |   0 | 251k|   0 | 1.000000e+00 | 2.864000e+03 |  Large 
100.49/100.54	o 2690
100.49/100.54	c *98.2s|267391 |110674 |     0 |   0.0 | 104M| 911 |   - |1900 |  28k|   0 |   0 |   0 | 251k|   0 | 1.000000e+00 | 2.690000e+03 |  Large 
102.79/102.87	c   101s|270000 |112123 |     0 |   0.0 | 107M| 911 |   - |1900 |  29k|   0 |   0 |   0 | 255k|   0 | 1.000000e+00 | 2.690000e+03 |  Large 
112.39/112.49	c   110s|280000 |117619 |     0 |   0.0 | 118M| 911 |   - |1900 |  32k|   0 |   0 |   0 | 273k|   0 | 1.000000e+00 | 2.690000e+03 |  Large 
121.59/121.62	c   119s|290000 |123796 |     0 |   0.0 | 127M| 911 |   - |1900 |  28k|   0 |   0 |   0 | 289k|   0 | 1.000000e+00 | 2.690000e+03 |  Large 
129.69/129.70	c   127s|300000 |130297 |     0 |   0.0 | 138M| 911 |   - |1900 |  30k|   0 |   0 |   0 | 302k|   0 | 1.000000e+00 | 2.690000e+03 |  Large 
138.39/138.46	c   136s|310000 |136300 |     0 |   0.0 | 148M| 911 |   - |1900 |  33k|   0 |   0 |   0 | 317k|   0 | 1.000000e+00 | 2.690000e+03 |  Large 
147.59/147.62	c   145s|320000 |142219 |     0 |   0.0 | 158M| 911 |   - |1900 |  36k|   0 |   0 |   0 | 332k|   0 | 1.000000e+00 | 2.690000e+03 |  Large 
149.29/149.37	o 2627
149.29/149.37	c * 147s|321894 |140748 |     0 |   0.0 | 157M| 911 |   - |1900 |  37k|   0 |   0 |   0 | 336k|   0 | 1.000000e+00 | 2.627000e+03 |  Large 
157.89/157.90	c   155s|330000 |145309 |     0 |   0.0 | 166M| 911 |   - |1900 |  41k|   0 |   0 |   0 | 350k|   0 | 1.000000e+00 | 2.627000e+03 |  Large 
158.40/158.42	o 2169
158.40/158.42	c * 155s|330323 |122999 |     0 |   0.0 | 132M| 911 |   - |1900 |  40k|   0 |   0 |   0 | 351k|   0 | 1.000000e+00 | 2.169000e+03 |  Large 
167.79/167.86	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
167.79/167.86	c   165s|340000 |129002 |     0 |   0.0 | 141M| 911 |   - |1900 |  32k|   0 |   0 |   0 | 364k|   0 | 1.000000e+00 | 2.169000e+03 |  Large 
177.89/177.94	c   175s|350000 |134845 |     0 |   0.0 | 151M| 911 |   - |1900 |  34k|   0 |   0 |   0 | 378k|   0 | 1.000000e+00 | 2.169000e+03 |  Large 
182.00/182.04	o 2131
182.00/182.04	c * 179s|354097 |135340 |     0 |   0.0 | 153M| 911 |   - |1900 |  36k|   0 |   0 |   0 | 384k|   0 | 1.000000e+00 | 2.131000e+03 |  Large 
182.00/182.05	o 1992
182.00/182.05	c * 179s|354099 |127822 |     0 |   0.0 | 141M| 911 |   - |1900 |  36k|   0 |   0 |   0 | 384k|   0 | 1.000000e+00 | 1.992000e+03 |  Large 
188.29/188.34	c   185s|360000 |131214 |     0 |   0.0 | 147M| 911 |   - |1900 |  38k|   0 |   0 |   0 | 393k|   0 | 1.000000e+00 | 1.992000e+03 |  Large 
199.29/199.35	c   196s|370000 |136941 |     0 |   0.0 | 157M| 911 |   - |1900 |  40k|   0 |   0 |   0 | 409k|   0 | 1.000000e+00 | 1.992000e+03 |  Large 
211.10/211.13	c   208s|380000 |142463 |     0 |   0.0 | 167M| 911 |   - |1900 |  43k|   0 |   0 |   0 | 427k|   0 | 1.000000e+00 | 1.992000e+03 |  Large 
223.99/224.07	c   220s|390000 |147701 |     0 |   0.0 | 179M| 911 |   - |1900 |  46k|   0 |   0 |   0 | 446k|   0 | 1.000000e+00 | 1.992000e+03 |  Large 
237.89/237.90	c   234s|400000 |153241 |     0 |   0.0 | 188M| 911 |   - |1900 |  41k|   0 |   0 |   0 | 463k|   0 | 1.000000e+00 | 1.992000e+03 |  Large 
238.70/238.72	o 1991
238.70/238.72	c * 235s|400687 |153582 |     0 |   0.0 | 188M| 911 |   - |1900 |  41k|   0 |   0 |   0 | 464k|   0 | 1.000000e+00 | 1.991000e+03 |  Large 
249.89/249.95	c   246s|410000 |159214 |     0 |   0.0 | 198M| 911 |   - |1900 |  43k|   0 |   0 |   0 | 476k|   0 | 1.000000e+00 | 1.991000e+03 |  Large 
262.69/262.71	c   259s|420000 |164840 |     0 |   0.0 | 208M| 911 |   - |1900 |  46k|   0 |   0 |   0 | 492k|   0 | 1.000000e+00 | 1.991000e+03 |  Large 
266.99/267.05	o 1990
266.99/267.05	c * 263s|423234 |166517 |     0 |   0.0 | 212M| 911 |   - |1900 |  47k|   0 |   0 |   0 | 498k|   0 | 1.000000e+00 | 1.990000e+03 |  Large 
276.40/276.41	c   272s|430000 |170152 |     0 |   0.0 | 219M| 911 |   - |1900 |  49k|   0 |   0 |   0 | 509k|   0 | 1.000000e+00 | 1.990000e+03 |  Large 
280.40/280.40	o 1848
280.40/280.40	c * 276s|432873 |159031 |     0 |   0.0 | 203M| 911 |   - |1900 |  50k|   0 |   0 |   0 | 514k|   0 | 1.000000e+00 | 1.848000e+03 |  Large 
289.30/289.32	o 1747
289.30/289.32	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
289.30/289.32	c * 285s|438262 |151386 |     0 |   0.0 | 196M| 911 |   - |1900 |  51k|   0 |   0 |   0 | 524k|   0 | 1.000000e+00 | 1.747000e+03 |  Large 
292.10/292.13	c   288s|440000 |152203 |     0 |   0.0 | 198M| 911 |   - |1900 |  52k|   0 |   0 |   0 | 527k|   0 | 1.000000e+00 | 1.747000e+03 |  Large 
309.50/309.59	c   305s|450000 |156965 |     0 |   0.0 | 208M| 911 |   - |1900 |  50k|   0 |   0 |   0 | 547k|   0 | 1.000000e+00 | 1.747000e+03 |  Large 
323.20/323.26	c   319s|460000 |162635 |     0 |   0.0 | 219M| 911 |   - |1900 |  46k|   0 |   0 |   0 | 561k|   0 | 1.000000e+00 | 1.747000e+03 |  Large 
337.61/337.62	c   333s|470000 |168052 |     0 |   0.0 | 231M| 911 |   - |1900 |  48k|   0 |   0 |   0 | 577k|   0 | 1.000000e+00 | 1.747000e+03 |  Large 
351.39/351.45	c   347s|480000 |173456 |     0 |   0.0 | 243M| 911 |   - |1900 |  52k|   0 |   0 |   0 | 593k|   0 | 1.000000e+00 | 1.747000e+03 |  Large 
366.50/366.55	o 1729
366.50/366.55	c * 362s|489670 |175842 |     0 |   0.0 | 253M| 911 |   - |1900 |  55k|   0 |   0 |   0 | 611k|   0 | 1.000000e+00 | 1.729000e+03 |  Large 
367.00/367.01	c   362s|490000 |176018 |     0 |   0.0 | 253M| 911 |   - |1900 |  55k|   0 |   0 |   0 | 611k|   0 | 1.000000e+00 | 1.729000e+03 |  Large 
384.40/384.48	c   380s|500000 |180863 |     0 |   0.0 | 266M| 911 |   - |1900 |  58k|   0 |   0 |   0 | 631k|   0 | 1.000000e+00 | 1.729000e+03 |  Large 
402.90/402.95	c   398s|510000 |185890 |     0 |   0.0 | 278M| 911 |   - |1900 |  58k|   0 |   0 |   0 | 650k|   0 | 1.000000e+00 | 1.729000e+03 |  Large 
409.21/409.27	o 1708
409.21/409.27	c * 404s|513644 |185961 |     0 |   0.0 | 278M| 911 |   - |1900 |  55k|   0 |   0 |   0 | 655k|   0 | 1.000000e+00 | 1.708000e+03 |  Large 
413.70/413.78	o 1661
413.70/413.78	c * 409s|516279 |182406 |     0 |   0.0 | 275M| 911 |   - |1900 |  54k|   0 |   0 |   0 | 659k|   0 | 1.000000e+00 | 1.661000e+03 |  Large 
420.00/420.01	c   415s|520000 |184436 |     0 |   0.0 | 279M| 911 |   - |1900 |  53k|   0 |   0 |   0 | 665k|   0 | 1.000000e+00 | 1.661000e+03 |  Large 
437.10/437.12	c   432s|530000 |189803 |     0 |   0.0 | 292M| 911 |   - |1900 |  57k|   0 |   0 |   0 | 681k|   0 | 1.000000e+00 | 1.661000e+03 |  Large 
440.40/440.41	o 1597
440.40/440.41	c * 435s|532009 |183991 |     0 |   0.0 | 284M| 911 |   - |1900 |  57k|   0 |   0 |   0 | 684k|   0 | 1.000000e+00 | 1.597000e+03 |  Large 
456.00/456.08	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
456.00/456.08	c   451s|540000 |187949 |     0 |   0.0 | 295M| 911 |   - |1900 |  60k|   0 |   0 |   0 | 698k|   0 | 1.000000e+00 | 1.597000e+03 |  Large 
463.80/463.89	o 1474
463.80/463.89	c * 459s|544127 |175870 |     0 |   0.0 | 280M| 911 |   - |1900 |  61k|   0 |   0 |   0 | 705k|   0 | 1.000000e+00 | 1.474000e+03 |  Large 
464.90/464.92	o 1395
464.90/464.92	c * 460s|544662 |169321 |     0 |   0.0 | 269M| 911 |   - |1900 |  61k|   0 |   0 |   0 | 706k|   0 | 1.000000e+00 | 1.395000e+03 |  Large 
464.90/464.93	o 1379
464.90/464.93	c * 460s|544663 |167800 |     0 |   0.0 | 266M| 911 |   - |1900 |  61k|   0 |   0 |   0 | 706k|   0 | 1.000000e+00 | 1.379000e+03 |  Large 
477.00/477.07	c   472s|550000 |169974 |     0 |   0.0 | 273M| 911 |   - |1900 |  63k|   0 |   0 |   0 | 717k|   0 | 1.000000e+00 | 1.379000e+03 |  Large 
498.90/498.97	o 1302
498.90/498.97	c * 493s|559095 |165835 |     0 |   0.0 | 271M| 911 |   - |1900 |  65k|   0 |   0 |   0 | 737k|   0 | 1.000000e+00 | 1.302000e+03 |  Large 
498.90/498.99	o 1215
498.90/498.99	c * 493s|559096 |158627 |     0 |   0.0 | 257M| 911 |   - |1900 |  65k|   0 |   0 |   0 | 737k|   0 | 1.000000e+00 | 1.215000e+03 |  Large 
501.40/501.42	c   496s|560000 |158950 |     0 |   0.0 | 258M| 911 |   - |1900 |  65k|   0 |   0 |   0 | 739k|   0 | 1.000000e+00 | 1.215000e+03 |  Large 
506.20/506.24	o 1173
506.20/506.24	c * 501s|561721 |156435 |     0 |   0.0 | 254M| 911 |   - |1900 |  65k|   0 |   0 |   0 | 742k|   0 | 1.000000e+00 | 1.173000e+03 |  Large 
510.20/510.25	o 1151
510.20/510.25	c * 505s|563044 |154633 |     0 |   0.0 | 251M| 911 |   - |1900 |  66k|   0 |   0 |   0 | 745k|   0 | 1.000000e+00 | 1.151000e+03 |  Large 
527.00/527.05	c   521s|570000 |157572 |     0 |   0.0 | 259M| 911 |   - |1900 |  55k|   0 |   0 |   0 | 758k|   0 | 1.000000e+00 | 1.151000e+03 |  Large 
550.60/550.66	c   545s|580000 |161505 |     0 |   0.0 | 276M| 911 |   - |1900 |  55k|   0 |   0 |   0 | 776k|   0 | 1.000000e+00 | 1.151000e+03 |  Large 
563.71/563.78	o 1133
563.71/563.78	c * 558s|584891 |161325 |     0 |   0.0 | 280M| 911 |   - |1900 |  57k|   0 |   0 |   0 | 786k|   0 | 1.000000e+00 | 1.133000e+03 |  Large 
563.71/563.79	o 1117
563.71/563.79	c * 558s|584892 |159805 |     0 |   0.0 | 277M| 911 |   - |1900 |  57k|   0 |   0 |   0 | 786k|   0 | 1.000000e+00 | 1.117000e+03 |  Large 
578.71/578.70	c   573s|590000 |161196 |     0 |   0.0 | 287M| 911 |   - |1900 |  57k|   0 |   0 |   0 | 797k|   0 | 1.000000e+00 | 1.117000e+03 |  Large 
598.60/598.65	o 1084
598.60/598.65	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
598.60/598.66	c * 593s|596573 |159100 |     0 |   0.0 | 291M| 911 |   - |1900 |  59k|   0 |   0 |   0 | 813k|   0 | 1.000000e+00 | 1.084000e+03 |  Large 
600.61/600.69	o 1052
600.61/600.69	c * 595s|597239 |155353 |     0 |   0.0 | 283M| 911 |   - |1900 |  59k|   0 |   0 |   0 | 815k|   0 | 1.000000e+00 | 1.052000e+03 |  Large 
608.11/608.12	c   602s|600000 |156290 |     0 |   0.0 | 287M| 911 |   - |1900 |  56k|   0 |   0 |   0 | 821k|   0 | 1.000000e+00 | 1.052000e+03 |  Large 
634.61/634.68	c   628s|610000 |159942 |     0 |   0.0 | 306M| 911 |   - |1900 |  55k|   0 |   0 |   0 | 840k|   0 | 1.000000e+00 | 1.052000e+03 |  Large 
637.21/637.21	o 970
637.21/637.21	c * 631s|610976 |143319 |     0 |   0.0 | 278M| 911 |   - |1900 |  56k|   0 |   0 |   0 | 842k|   0 | 1.000000e+00 | 9.700000e+02 |  Large 
643.31/643.35	o 946
643.31/643.35	c * 637s|612742 |140427 |     0 |   0.0 | 274M| 911 |   - |1900 |  56k|   0 |   0 |   0 | 846k|   0 | 1.000000e+00 | 9.460000e+02 |  Large 
643.41/643.42	o 818
643.41/643.42	c * 637s|612761 |112768 |     0 |   0.0 | 232M| 911 |   - |1900 |  56k|   0 |   0 |   0 | 846k|   0 | 1.000000e+00 | 8.180000e+02 |  Large 
662.51/662.59	o 803
662.51/662.59	c * 656s|616830 |111512 |     0 |   0.0 | 244M| 911 |   - |1900 |  57k|   0 |   0 |   0 | 858k|   0 | 1.000000e+00 | 8.030000e+02 |  Large 
669.31/669.31	o 765
669.31/669.31	c * 663s|618091 |103761 |     0 |   0.0 | 235M| 911 |   - |1900 |  50k|   0 |   0 |   0 | 862k|   0 | 1.000000e+00 | 7.650000e+02 |  Large 
671.50/671.53	o 680
671.50/671.53	c * 665s|618409 | 96078 |     0 |   0.0 | 221M| 911 |   - |1900 |  47k|   0 |   0 |   0 | 863k|   0 | 1.000000e+00 | 6.800000e+02 |  Large 
671.50/671.53	o 672
671.50/671.53	c * 665s|618410 | 95533 |     0 |   0.0 | 220M| 911 |   - |1900 |  47k|   0 |   0 |   0 | 863k|   0 | 1.000000e+00 | 6.720000e+02 |  Large 
674.41/674.46	o 668
674.41/674.46	c * 668s|618722 | 94605 |     0 |   0.0 | 223M| 911 |   - |1900 |  47k|   0 |   0 |   0 | 864k|   0 | 1.000000e+00 | 6.680000e+02 |  Large 
679.81/679.84	c   673s|620000 | 94339 |     0 |   0.0 | 226M| 911 |   - |1900 |  42k|   0 |   0 |   0 | 868k|   0 | 1.000000e+00 | 6.680000e+02 |  Large 
690.21/690.27	o 597
690.21/690.27	c * 684s|621616 | 82914 |     0 |   0.0 | 216M| 911 |   - |1900 |  43k|   0 |   0 |   0 | 874k|   0 | 1.000000e+00 | 5.970000e+02 |  Large 
705.91/705.90	o 557
705.91/705.90	c * 699s|623586 | 72976 |     0 |   0.0 | 220M| 911 |   - |1900 |  45k|   0 |   0 |   0 | 883k|   0 | 1.000000e+00 | 5.570000e+02 |  Large 
721.31/721.32	o 549
721.31/721.32	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
721.31/721.32	c * 715s|629091 | 69347 |     0 |   0.0 | 222M| 911 |   - |1900 |  28k|   0 |   0 |   0 | 896k|   0 | 9.000000e+00 | 5.490000e+02 |6000.00%
722.00/722.08	o 537
722.00/722.08	c * 715s|629507 | 68648 |     0 |   0.0 | 221M| 911 |   - |1900 |  28k|   0 |   0 |   0 | 897k|   0 | 9.000000e+00 | 5.370000e+02 |5866.67%
723.21/723.22	c   717s|630000 | 68724 |     0 |   0.0 | 222M| 911 |   - |1900 |  29k|   0 |   0 |   0 | 898k|   0 | 9.000000e+00 | 5.370000e+02 |5866.67%
724.70/724.72	o 515
724.70/724.72	c * 718s|630822 | 67809 |     0 |   0.0 | 221M| 911 |   - |1900 |  29k|   0 |   0 |   0 | 899k|   0 | 9.000000e+00 | 5.150000e+02 |5622.22%
725.01/725.02	o 500
725.01/725.02	c * 718s|630962 | 63505 |     0 |   0.0 | 215M| 911 |   - |1900 |  29k|   0 |   0 |   0 | 899k|   0 | 9.000000e+00 | 5.000000e+02 |5455.56%
725.61/725.69	o 460
725.61/725.69	c * 719s|631211 | 59075 |     0 |   0.0 | 202M| 911 |   - |1900 |  29k|   0 |   0 |   0 | 900k|   0 | 9.000000e+00 | 4.600000e+02 |5011.11%
727.20/727.21	o 356
727.20/727.21	c * 720s|631790 | 46766 |     0 |   0.0 | 173M| 911 |   - |1900 |  29k|   0 |   0 |   0 | 901k|   0 | 9.000000e+00 | 3.560000e+02 |3855.56%
728.80/728.80	o 332
728.80/728.80	c * 722s|632129 | 42610 |     0 |   0.0 | 164M| 911 |   - |1900 |  27k|   0 |   0 |   0 | 902k|   0 | 1.000000e+01 | 3.320000e+02 |3220.00%
731.00/731.07	o 323
731.00/731.07	c * 724s|633334 | 41403 |     0 |   0.0 | 161M| 911 |   - |1900 |9351 |   0 |   0 |   0 | 905k|   0 | 2.500000e+01 | 3.230000e+02 |1192.00%
731.41/731.50	o 140
731.41/731.50	c * 725s|633676 | 29796 |     0 |   0.0 | 131M| 911 |   - |1900 |7668 |   0 |   0 |   0 | 905k|   0 | 3.300000e+01 | 1.400000e+02 | 324.24%
733.01/733.00	o 130
733.01/733.00	c * 726s|634236 | 18816 |     0 |   0.0 | 111M| 911 |   - |1900 |3171 |   0 |   0 |   0 | 907k|   0 | 6.400000e+01 | 1.300000e+02 | 103.12%
733.91/733.95	c 
733.91/733.95	c SCIP Status        : problem is solved [optimal solution found]
733.91/733.95	c Solving Time (sec) : 727.15
733.91/733.95	c Solving Nodes      : 634393
733.91/733.95	c Primal Bound       : +1.30000000000000e+02 (98 solutions)
733.91/733.95	c Dual Bound         : +1.30000000000000e+02
733.91/733.95	c Gap                : 0.00 %
733.91/733.95	s OPTIMUM FOUND
733.91/733.95	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 
733.91/733.95	v x176 -x175 -x174 x173 -x172 x171 -x170 x169 x168 -x167 x166 -x165 -x164 x163 -x162 x161 x160 -x159 x158 -x157 -x156 x155 
733.91/733.95	v x154 -x153 -x152 x151 x150 -x149 -x148 x147 x146 -x145 -x144 x143 -x142 x141 -x140 x139 x138 -x137 -x136 x135 x134 -x133 x132 
733.91/733.95	v -x131 -x130 x129 x128 -x127 x126 -x125 x124 -x123 -x122 x121 x120 -x119 x118 -x117 -x116 x115 -x114 x113 -x112 x111 -x110 x109 
733.91/733.95	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 
733.91/733.95	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 
733.91/733.95	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 
733.91/733.95	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 
733.91/733.95	c SCIP Status        : problem is solved [optimal solution found]
733.91/733.95	c Solving Time       :     727.15
733.91/733.95	c Original Problem   :
733.91/733.95	c   Problem name     : HOME/instance-2700250-1278534509.wbo
733.91/733.95	c   Variables        : 2000 (1100 binary, 0 integer, 0 implicit integer, 900 continuous)
733.91/733.95	c   Constraints      : 1901 initial, 1901 maximal
733.91/733.95	c Presolved Problem  :
733.91/733.95	c   Problem name     : t_HOME/instance-2700250-1278534509.wbo
733.91/733.95	c   Variables        : 1900 (1000 binary, 0 integer, 0 implicit integer, 900 continuous)
733.91/733.95	c   Constraints      : 1800 initial, 67098 maximal
733.91/733.95	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
733.91/733.95	c   trivial          :       0.00          0          0          0          0          0          0          0          0
733.91/733.95	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
733.91/733.95	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
733.91/733.95	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
733.91/733.95	c   implics          :       0.00          0          0          0          0          0          0          0          0
733.91/733.95	c   probing          :       0.02          0          0          0          0          0          0          0          0
733.91/733.95	c   indicator        :       0.00          0          0          0          0          0          0          0          0
733.91/733.95	c   linear           :       0.02          0        100          0        900          0        101          0          0
733.91/733.95	c   logicor          :       0.00          0          0          0          0          0          0          0          0
733.91/733.95	c   root node        :          -        257          -          -        514          -          -          -          -
733.91/733.95	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
733.91/733.95	c   integral         :          0          0          0          0          0          0          0          0          0          0
733.91/733.95	c   indicator        :        900          0    1719027          0     542321       1653   18029088          0          0          0
733.91/733.95	c   linear           :        900          0    1717448          0     542291      22139    2076499          0          0          0
733.91/733.95	c   logicor          :          0+         0    1199798          0          0      10793    1271532          0          0          0
733.91/733.95	c   countsols        :          0          0          0          0     542358          0          0          0          0          0
733.91/733.95	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
733.91/733.95	c   integral         :       0.00       0.00       0.00       0.00       0.00
733.91/733.95	c   indicator        :      49.71       0.00      29.55       0.00      20.16
733.91/733.95	c   linear           :      46.56       0.00      46.15       0.00       0.41
733.91/733.95	c   logicor          :     270.18       0.00     270.18       0.00       0.00
733.91/733.95	c   countsols        :       0.10       0.00       0.00       0.00       0.10
733.91/733.95	c Propagators        :       Time      Calls    Cutoffs    DomReds
733.91/733.95	c   vbounds          :       0.53          2          0          0
733.91/733.95	c   rootredcost      :       0.40          0          0          0
733.91/733.95	c   pseudoobj        :      55.24    1821916     102802   17731906
733.91/733.95	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
733.91/733.95	c   propagation      :       9.65     135734     135534     756845       29.9     355168        3.8          -
733.91/733.95	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
733.91/733.95	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
733.91/733.95	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
733.91/733.95	c   pseudo solution  :       0.21       1156       1156       7960       29.7       4143        4.0          -
733.91/733.95	c   applied globally :          -          -          -     908238       17.7          -          -          -
733.91/733.95	c   applied locally  :          -          -          -          3      126.3          -          -          -
733.91/733.95	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
733.91/733.95	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
733.91/733.95	c   redcost          :       0.00          0          0          0          0          0
733.91/733.95	c   impliedbounds    :       0.00          0          0          0          0          0
733.91/733.95	c   intobj           :       0.00          0          0          0          0          0
733.91/733.95	c   cgmip            :       0.00          0          0          0          0          0
733.91/733.95	c   gomory           :       0.00          0          0          0          0          0
733.91/733.95	c   strongcg         :       0.00          0          0          0          0          0
733.91/733.95	c   cmir             :       0.00          0          0          0          0          0
733.91/733.95	c   flowcover        :       0.00          0          0          0          0          0
733.91/733.95	c   clique           :       0.00          0          0          0          0          0
733.91/733.95	c   zerohalf         :       0.00          0          0          0          0          0
733.91/733.95	c   mcf              :       0.00          0          0          0          0          0
733.91/733.95	c   rapidlearning    :       0.00          0          0          0          0          0
733.91/733.95	c Pricers            :       Time      Calls       Vars
733.91/733.95	c   problem variables:       0.00          0          0
733.91/733.95	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
733.91/733.95	c   relpscost        :       0.00          0          0          0          0          0          0
733.91/733.95	c   pscost           :       0.00          0          0          0          0          0          0
733.91/733.95	c   inference        :      33.93     542262          0          0          0          0    1084524
733.91/733.95	c   mostinf          :       0.00          0          0          0          0          0          0
733.91/733.95	c   leastinf         :       0.00          0          0          0          0          0          0
733.91/733.95	c   fullstrong       :       0.00          0          0          0          0          0          0
733.91/733.95	c   allfullstrong    :       0.00          0          0          0          0          0          0
733.91/733.95	c   random           :       0.00          0          0          0          0          0          0
733.91/733.95	c Primal Heuristics  :       Time      Calls      Found
733.91/733.95	c   LP solutions     :       0.00          -          0
733.91/733.95	c   pseudo solutions :       0.80          -         96
733.91/733.95	c   oneopt           :       0.25          0          0
733.91/733.95	c   trivial          :       0.00          2          1
733.91/733.95	c   simplerounding   :       0.00          0          0
733.91/733.95	c   zirounding       :       0.00          0          0
733.91/733.95	c   rounding         :       0.00          0          0
733.91/733.95	c   shifting         :       0.00          0          0
733.91/733.95	c   intshifting      :       0.00          0          0
733.91/733.95	c   twoopt           :       0.00          0          0
733.91/733.95	c   fixandinfer      :       0.00          0          0
733.91/733.95	c   feaspump         :       0.00          0          0
733.91/733.95	c   coefdiving       :       0.00          0          0
733.91/733.95	c   pscostdiving     :       0.00          0          0
733.91/733.95	c   fracdiving       :       0.00          0          0
733.91/733.95	c   veclendiving     :       0.00          0          0
733.91/733.95	c   intdiving        :       0.00          0          0
733.91/733.95	c   actconsdiving    :       0.00          0          0
733.91/733.95	c   objpscostdiving  :       0.00          0          0
733.91/733.95	c   rootsoldiving    :       0.00          0          0
733.91/733.95	c   linesearchdiving :       0.00          0          0
733.91/733.95	c   guideddiving     :       0.00          0          0
733.91/733.95	c   octane           :       0.00          0          0
733.91/733.95	c   rens             :       0.00          0          0
733.91/733.95	c   rins             :       0.00          0          0
733.91/733.95	c   localbranching   :       0.00          0          0
733.91/733.95	c   mutation         :       0.00          0          0
733.91/733.95	c   crossover        :       0.00          0          0
733.91/733.95	c   dins             :       0.00          0          0
733.91/733.95	c   undercover       :       0.00          0          0
733.91/733.95	c   nlp              :       0.18          0          0
733.91/733.95	c   trysol           :       0.19          1          1
733.91/733.95	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
733.91/733.95	c   primal LP        :       0.00          0          0       0.00          -
733.91/733.95	c   dual LP          :       0.00          0          0       0.00          -
733.91/733.95	c   lex dual LP      :       0.00          0          0       0.00          -
733.91/733.95	c   barrier LP       :       0.00          0          0       0.00          -
733.91/733.95	c   diving/probing LP:       0.00          0          0       0.00          -
733.91/733.95	c   strong branching :       0.00          0          0       0.00          -
733.91/733.95	c     (at root node) :          -          0          0       0.00          -
733.91/733.95	c   conflict analysis:       0.00          0          0       0.00          -
733.91/733.95	c B&B Tree           :
733.91/733.95	c   number of runs   :          1
733.91/733.95	c   nodes            :     634393
733.91/733.95	c   nodes (total)    :     634393
733.91/733.95	c   nodes left       :          0
733.91/733.95	c   max depth        :        911
733.91/733.95	c   max depth (total):        911
733.91/733.95	c   backtracks       :      55248 (8.7%)
733.91/733.95	c   delayed cutoffs  :      87060
733.91/733.95	c   repropagations   :     192997 (11120131 domain reductions, 46508 cutoffs)
733.91/733.95	c   avg switch length:       5.21
733.91/733.95	c   switching time   :     179.10
733.91/733.95	c Solution           :
733.91/733.95	c   Solutions found  :         98 (97 improvements)
733.91/733.95	c   First Solution   : +4.44854000000000e+05   (in run 1, after 1 nodes, 0.05 seconds, depth 0, found by <trivial>)
733.91/733.95	c   Primal Bound     : +1.30000000000000e+02   (in run 1, after 634236 nodes, 726.22 seconds, depth 30, found by <relaxation>)
733.91/733.95	c   Dual Bound       : +1.30000000000000e+02
733.91/733.95	c   Gap              :       0.00 %
733.91/733.95	c   Root Dual Bound  : +0.00000000000000e+00
733.91/733.95	c   Root Iterations  :          0
733.91/733.98	c Time complete: 733.99.

Verifier Data

OK	130

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2700250-1278534509/watcher-2700250-1278534509 -o /tmp/evaluation-result-2700250-1278534509/solver-2700250-1278534509 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2700250-1278534509.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: 4.53 3.92 2.28 4/178 18468
/proc/meminfo: memFree=27558892/32951124 swapFree=67111528/67111528
[pid=18468] ppid=18466 vsize=8264 CPUtime=0
/proc/18468/stat : 18468 (pbscip.linux.x8) R 18466 18468 17746 0 -1 4202496 1543 0 0 0 0 0 0 0 25 0 1 0 21665736 8462336 1466 4089446400 4194304 7136930 140735265054928 18446744073709551615 6328631 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/18468/statm: 2066 1467 275 719 0 1345 0

[startup+0.0239091 s]
/proc/loadavg: 4.53 3.92 2.28 4/178 18468
/proc/meminfo: memFree=27558892/32951124 swapFree=67111528/67111528
[pid=18468] ppid=18466 vsize=16588 CPUtime=0.02
/proc/18468/stat : 18468 (pbscip.linux.x8) R 18466 18468 17746 0 -1 4202496 4014 0 0 0 2 0 0 0 25 0 1 0 21665736 16986112 3583 4089446400 4194304 7136930 140735265054928 18446744073709551615 4561458 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/18468/statm: 4147 3583 306 719 0 3426 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 16588

[startup+0.100896 s]
/proc/loadavg: 4.53 3.92 2.28 4/178 18468
/proc/meminfo: memFree=27558892/32951124 swapFree=67111528/67111528
[pid=18468] ppid=18466 vsize=20548 CPUtime=0.09
/proc/18468/stat : 18468 (pbscip.linux.x8) R 18466 18468 17746 0 -1 4202496 5614 0 0 0 9 0 0 0 25 0 1 0 21665736 21041152 4412 4089446400 4194304 7136930 140735265054928 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/18468/statm: 5137 4412 387 719 0 4416 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 20548

[startup+0.30086 s]
/proc/loadavg: 4.53 3.92 2.28 4/178 18468
/proc/meminfo: memFree=27558892/32951124 swapFree=67111528/67111528
[pid=18468] ppid=18466 vsize=22384 CPUtime=0.29
/proc/18468/stat : 18468 (pbscip.linux.x8) R 18466 18468 17746 0 -1 4202496 6080 0 0 0 29 0 0 0 25 0 1 0 21665736 22921216 4878 4089446400 4194304 7136930 140735265054928 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/18468/statm: 5596 4878 393 719 0 4875 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 22384

[startup+0.700798 s]
/proc/loadavg: 4.53 3.92 2.28 4/178 18468
/proc/meminfo: memFree=27558892/32951124 swapFree=67111528/67111528
[pid=18468] ppid=18466 vsize=23644 CPUtime=0.69
/proc/18468/stat : 18468 (pbscip.linux.x8) R 18466 18468 17746 0 -1 4202496 6384 0 0 0 67 2 0 0 25 0 1 0 21665736 24211456 5182 4089446400 4194304 7136930 140735265054928 18446744073709551615 4453243 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/18468/statm: 5911 5182 394 719 0 5190 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 23644

[startup+1.50064 s]
/proc/loadavg: 4.53 3.92 2.28 3/179 18469
/proc/meminfo: memFree=27536440/32951124 swapFree=67111528/67111528
[pid=18468] ppid=18466 vsize=27496 CPUtime=1.49
/proc/18468/stat : 18468 (pbscip.linux.x8) R 18466 18468 17746 0 -1 4202496 7348 0 0 0 144 5 0 0 25 0 1 0 21665736 28155904 6146 4089446400 4194304 7136930 140735265054928 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/18468/statm: 6874 6146 394 719 0 6153 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 27496

[startup+3.10035 s]
/proc/loadavg: 4.53 3.92 2.28 3/179 18469
/proc/meminfo: memFree=27529256/32951124 swapFree=67111528/67111528
[pid=18468] ppid=18466 vsize=35780 CPUtime=3.09
/proc/18468/stat : 18468 (pbscip.linux.x8) R 18466 18468 17746 0 -1 4202496 9407 0 0 0 298 11 0 0 25 0 1 0 21665736 36638720 8205 4089446400 4194304 7136930 140735265054928 18446744073709551615 4642180 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/18468/statm: 8945 8205 394 719 0 8224 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 35780

[startup+6.30077 s]
/proc/loadavg: 4.33 3.89 2.28 3/179 18469
/proc/meminfo: memFree=27513260/32951124 swapFree=67111528/67111528
[pid=18468] ppid=18466 vsize=46104 CPUtime=6.29
/proc/18468/stat : 18468 (pbscip.linux.x8) R 18466 18468 17746 0 -1 4202496 11954 0 0 0 609 20 0 0 25 0 1 0 21665736 47210496 10752 4089446400 4194304 7136930 140735265054928 18446744073709551615 5892359 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/18468/statm: 11526 10752 394 719 0 10805 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 46104

[startup+12.7006 s]
/proc/loadavg: 4.14 3.85 2.27 3/179 18469
/proc/meminfo: memFree=27487104/32951124 swapFree=67111528/67111528
[pid=18468] ppid=18466 vsize=64008 CPUtime=12.69
/proc/18468/stat : 18468 (pbscip.linux.x8) R 18466 18468 17746 0 -1 4202496 16416 0 0 0 1226 43 0 0 25 0 1 0 21665736 65544192 15214 4089446400 4194304 7136930 140735265054928 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/18468/statm: 16002 15214 394 719 0 15281 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 64008

[startup+25.5002 s]
/proc/loadavg: 3.67 3.76 2.27 3/179 18469
/proc/meminfo: memFree=27439888/32951124 swapFree=67111528/67111528
[pid=18468] ppid=18466 vsize=98276 CPUtime=25.49
/proc/18468/stat : 18468 (pbscip.linux.x8) R 18466 18468 17746 0 -1 4202496 24260 0 0 0 2470 79 0 0 25 0 1 0 21665736 100634624 23058 4089446400 4194304 7136930 140735265054928 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/18468/statm: 24569 23058 394 719 0 23848 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 98276

[startup+51.1006 s]
/proc/loadavg: 3.10 3.62 2.26 3/179 18470
/proc/meminfo: memFree=27365432/32951124 swapFree=67111528/67111528
[pid=18468] ppid=18466 vsize=138552 CPUtime=51.09
/proc/18468/stat : 18468 (pbscip.linux.x8) R 18466 18468 17746 0 -1 4202496 34170 0 0 0 4964 145 0 0 25 0 1 0 21665736 141877248 32968 4089446400 4194304 7136930 140735265054928 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/18468/statm: 34638 32968 394 719 0 33917 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 138552

[startup+102.306 s]
/proc/loadavg: 2.47 3.37 2.25 3/179 18471
/proc/meminfo: memFree=27246092/32951124 swapFree=67111528/67111528
[pid=18468] ppid=18466 vsize=192044 CPUtime=102.3
/proc/18468/stat : 18468 (pbscip.linux.x8) R 18466 18468 17746 0 -1 4202496 46255 0 0 0 9999 231 0 0 25 0 1 0 21665736 196653056 45053 4089446400 4194304 7136930 140735265054928 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/18468/statm: 48011 45053 394 719 0 47290 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 192044

[startup+162.3 s]
/proc/loadavg: 2.17 3.12 2.23 3/179 18473
/proc/meminfo: memFree=27117444/32951124 swapFree=67111528/67111528
[pid=18468] ppid=18466 vsize=249812 CPUtime=162.29
/proc/18468/stat : 18468 (pbscip.linux.x8) R 18466 18468 17746 0 -1 4202496 58719 0 0 0 15931 298 0 0 25 0 1 0 21665736 255807488 57517 4089446400 4194304 7136930 140735265054928 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/18468/statm: 62453 57517 394 719 0 61732 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 249812

[startup+222.3 s]
/proc/loadavg: 2.06 2.91 2.21 3/179 18474
/proc/meminfo: memFree=27011268/32951124 swapFree=67111528/67111528
[pid=18468] ppid=18466 vsize=274308 CPUtime=222.29
/proc/18468/stat : 18468 (pbscip.linux.x8) R 18466 18468 17746 0 -1 4202496 64261 0 0 0 21874 355 0 0 25 0 1 0 21665736 280891392 63059 4089446400 4194304 7136930 140735265054928 18446744073709551615 5004476 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/18468/statm: 68577 63059 394 719 0 67856 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 274308

[startup+282.3 s]
/proc/loadavg: 2.02 2.74 2.19 3/179 18476
/proc/meminfo: memFree=26882376/32951124 swapFree=67111528/67111528
[pid=18468] ppid=18466 vsize=321564 CPUtime=282.29
/proc/18468/stat : 18468 (pbscip.linux.x8) R 18466 18468 17746 0 -1 4202496 74743 0 0 0 27822 407 0 0 25 0 1 0 21665736 329281536 73541 4089446400 4194304 7136930 140735265054928 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/18468/statm: 80391 73541 394 719 0 79670 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 321564

[startup+342.3 s]
/proc/loadavg: 2.01 2.60 2.18 3/179 18477
/proc/meminfo: memFree=26774700/32951124 swapFree=67111528/67111528
[pid=18468] ppid=18466 vsize=343980 CPUtime=342.3
/proc/18468/stat : 18468 (pbscip.linux.x8) R 18466 18468 17746 0 -1 4202496 79560 0 0 0 33779 451 0 0 25 0 1 0 21665736 352235520 78358 4089446400 4194304 7136930 140735265054928 18446744073709551615 4999802 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/18468/statm: 85995 78358 394 719 0 85274 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 343980

[startup+402.3 s]
/proc/loadavg: 2.00 2.49 2.17 3/179 18479
/proc/meminfo: memFree=26649284/32951124 swapFree=67111528/67111528
[pid=18468] ppid=18466 vsize=392776 CPUtime=402.3
/proc/18468/stat : 18468 (pbscip.linux.x8) R 18466 18468 17746 0 -1 4202496 89941 0 0 0 39736 494 0 0 25 0 1 0 21665736 402202624 88739 4089446400 4194304 7136930 140735265054928 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/18468/statm: 98194 88739 394 719 0 97473 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 392776

[startup+462.3 s]
/proc/loadavg: 2.05 2.41 2.16 3/179 18481
/proc/meminfo: memFree=26530164/32951124 swapFree=67111528/67111528
[pid=18468] ppid=18466 vsize=428956 CPUtime=462.3
/proc/18468/stat : 18468 (pbscip.linux.x8) R 18466 18468 17746 0 -1 4202496 97774 0 0 0 45698 532 0 0 25 0 1 0 21665736 439250944 96572 4089446400 4194304 7136930 140735265054928 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/18468/statm: 107239 96572 394 719 0 106518 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 428956

[startup+522.3 s]
/proc/loadavg: 2.06 2.35 2.15 3/179 18482
/proc/meminfo: memFree=26438216/32951124 swapFree=67111528/67111528
[pid=18468] ppid=18466 vsize=436684 CPUtime=522.3
/proc/18468/stat : 18468 (pbscip.linux.x8) R 18466 18468 17746 0 -1 4202496 99317 0 0 0 51668 562 0 0 25 0 1 0 21665736 447164416 98115 4089446400 4194304 7136930 140735265054928 18446744073709551615 4827123 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/18468/statm: 109171 98115 394 719 0 108450 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 436684

[startup+582.3 s]
/proc/loadavg: 2.02 2.29 2.14 3/179 18484
/proc/meminfo: memFree=26341928/32951124 swapFree=67111528/67111528
[pid=18468] ppid=18466 vsize=449992 CPUtime=582.3
/proc/18468/stat : 18468 (pbscip.linux.x8) R 18466 18468 17746 0 -1 4202496 101994 0 0 0 57635 595 0 0 25 0 1 0 21665736 460791808 100792 4089446400 4194304 7136930 140735265054928 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/18468/statm: 112498 100792 394 719 0 111777 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 449992

[startup+642.3 s]
/proc/loadavg: 2.01 2.23 2.13 3/179 18485
/proc/meminfo: memFree=26237944/32951124 swapFree=67111528/67111528
[pid=18468] ppid=18466 vsize=467604 CPUtime=642.31
/proc/18468/stat : 18468 (pbscip.linux.x8) R 18466 18468 17746 0 -1 4202496 105773 0 0 0 63605 626 0 0 25 0 1 0 21665736 478826496 104571 4089446400 4194304 7136930 140735265054928 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/18468/statm: 116901 104571 394 719 0 116180 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 467604

[startup+702.3 s]
/proc/loadavg: 2.00 2.19 2.12 3/179 18487
/proc/meminfo: memFree=26146096/32951124 swapFree=67111528/67111528
[pid=18468] ppid=18466 vsize=472260 CPUtime=702.31
/proc/18468/stat : 18468 (pbscip.linux.x8) R 18466 18468 17746 0 -1 4202496 106549 0 0 0 69576 655 0 0 25 0 1 0 21665736 483594240 105347 4089446400 4194304 7136930 140735265054928 18446744073709551615 4408811 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/18468/statm: 118065 105347 394 719 0 117344 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 472260

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

[startup+716.701 s]
/proc/loadavg: 2.00 2.18 2.12 3/179 18487
/proc/meminfo: memFree=26123516/32951124 swapFree=67111528/67111528
[pid=18468] ppid=18466 vsize=472980 CPUtime=716.7
/proc/18468/stat : 18468 (pbscip.linux.x8) R 18466 18468 17746 0 -1 4202496 106737 0 0 0 71007 663 0 0 25 0 1 0 21665736 484331520 105535 4089446400 4194304 7136930 140735265054928 18446744073709551615 5956702 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/18468/statm: 118245 105535 394 719 0 117524 0
Current children cumulated CPU time (s) 716.7
Current children cumulated vsize (KiB) 472980

[startup+723.1 s]
/proc/loadavg: 2.00 2.17 2.11 3/179 18488
/proc/meminfo: memFree=26112468/32951124 swapFree=67111528/67111528
[pid=18468] ppid=18466 vsize=473676 CPUtime=723.11
/proc/18468/stat : 18468 (pbscip.linux.x8) R 18466 18468 17746 0 -1 4202496 106901 0 0 0 71642 669 0 0 25 0 1 0 21665736 485044224 105699 4089446400 4194304 7136930 140735265054928 18446744073709551615 4210625 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/18468/statm: 118419 105699 394 719 0 117698 0
Current children cumulated CPU time (s) 723.11
Current children cumulated vsize (KiB) 473676

[startup+729.5 s]
/proc/loadavg: 2.00 2.17 2.11 3/179 18488
/proc/meminfo: memFree=26103796/32951124 swapFree=67111528/67111528
[pid=18468] ppid=18466 vsize=473976 CPUtime=729.5
/proc/18468/stat : 18468 (pbscip.linux.x8) R 18466 18468 17746 0 -1 4202496 106975 0 0 0 72277 673 0 0 25 0 1 0 21665736 485351424 105773 4089446400 4194304 7136930 140735265054928 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/18468/statm: 118494 105773 394 719 0 117773 0
Current children cumulated CPU time (s) 729.5
Current children cumulated vsize (KiB) 473976

[startup+731.101 s]
/proc/loadavg: 2.00 2.17 2.11 3/179 18488
/proc/meminfo: memFree=26102548/32951124 swapFree=67111528/67111528
[pid=18468] ppid=18466 vsize=473976 CPUtime=731.1
/proc/18468/stat : 18468 (pbscip.linux.x8) R 18466 18468 17746 0 -1 4202496 106979 0 0 0 72435 675 0 0 25 0 1 0 21665736 485351424 105777 4089446400 4194304 7136930 140735265054928 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/18468/statm: 118494 105777 394 719 0 117773 0
Current children cumulated CPU time (s) 731.1
Current children cumulated vsize (KiB) 473976

[startup+732.701 s]
/proc/loadavg: 2.00 2.17 2.11 3/179 18488
/proc/meminfo: memFree=26100440/32951124 swapFree=67111528/67111528
[pid=18468] ppid=18466 vsize=474332 CPUtime=732.7
/proc/18468/stat : 18468 (pbscip.linux.x8) R 18466 18468 17746 0 -1 4202496 107031 0 0 0 72593 677 0 0 25 0 1 0 21665736 485715968 105829 4089446400 4194304 7136930 140735265054928 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/18468/statm: 118583 105829 394 719 0 117862 0
Current children cumulated CPU time (s) 732.7
Current children cumulated vsize (KiB) 474332

[startup+733.501 s]
/proc/loadavg: 2.00 2.17 2.11 3/179 18488
/proc/meminfo: memFree=26100440/32951124 swapFree=67111528/67111528
[pid=18468] ppid=18466 vsize=474660 CPUtime=733.51
/proc/18468/stat : 18468 (pbscip.linux.x8) R 18466 18468 17746 0 -1 4202496 107130 0 0 0 72672 679 0 0 25 0 1 0 21665736 486051840 105928 4089446400 4194304 7136930 140735265054928 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/18468/statm: 118665 105928 394 719 0 117944 0
Current children cumulated CPU time (s) 733.51
Current children cumulated vsize (KiB) 474660

[startup+733.901 s]
/proc/loadavg: 2.00 2.16 2.11 3/179 18488
/proc/meminfo: memFree=26097456/32951124 swapFree=67111528/67111528
[pid=18468] ppid=18466 vsize=475004 CPUtime=733.91
/proc/18468/stat : 18468 (pbscip.linux.x8) R 18466 18468 17746 0 -1 4202496 107188 0 0 0 72711 680 0 0 25 0 1 0 21665736 486404096 105986 4089446400 4194304 7136930 140735265054928 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/18468/statm: 118751 105986 394 719 0 118030 0
Current children cumulated CPU time (s) 733.91
Current children cumulated vsize (KiB) 475004

Child status: 0
Real time (s): 733.985
CPU time (s): 733.999
CPU user time (s): 727.178
CPU system time (s): 6.82096
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 475004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 727.178
system time used= 6.82096
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 107201
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= 1
involuntary context switches= 718

runsolver used 0.974851 second user time and 2.37464 second system time

The end

Launcher Data

Begin job on node110 at 2010-07-07 22:28:29
IDJOB=2700250
IDBENCH=79412
IDSOLVER=1206
FILE ID=node110/2700250-1278534509
PBS_JOBID= 11239258
Free space on /tmp= 73500 MiB

SOLVER NAME= SCIPnone SCIP 1.2.1.2 without any LP solver
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/wcsp/jnh/normalized-jnh308_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-2700250-1278534509/watcher-2700250-1278534509 -o /tmp/evaluation-result-2700250-1278534509/solver-2700250-1278534509 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2700250-1278534509.wbo -t 1800 -m 3800

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

MD5SUM BENCH= 9e4ae11dd0361dce6825f0168cc6adb2
RANDOM SEED=1292945687

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      27559296 kB
Buffers:        135440 kB
Cached:        4282832 kB
SwapCached:          0 kB
Active:        2800912 kB
Inactive:      2428756 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      27559296 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            3240 kB
Writeback:           0 kB
AnonPages:      811848 kB
Mapped:          17024 kB
Slab:            94272 kB
PageTables:       6376 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   957812 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= 73496 MiB
End job on node110 at 2010-07-07 22:40:43