Trace number 2700106

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 318.438 318.43

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/wcsp/jnh/
normalized-jnh18_wcsp.wbo
MD5SUM11b5917216c9682d33b4eac8f024a9c6
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.55476
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-2700106-1278533977.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.01/0.02	c presolving:
0.01/0.03	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.01/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.01/0.06	c    (0.0s) probing: 101/950 (10.6%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.01/0.06	c    (0.0s) probing aborted: 100/100 successive totally useless probings
0.01/0.06	c presolving (3 rounds):
0.01/0.06	c  100 deleted vars, 101 deleted constraints, 850 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.01/0.06	c  1050 implications, 0 cliques
0.01/0.06	c presolved problem has 1800 variables (950 bin, 0 int, 0 impl, 850 cont) and 1700 constraints
0.01/0.06	c     850 constraints of type <indicator>
0.01/0.06	c     850 constraints of type <linear>
0.01/0.06	c transformed objective value is always integral (scale: 1)
0.01/0.06	c Presolving Time: 0.04
0.01/0.06	c - non default parameters ----------------------------------------------------------------------
0.01/0.06	c # SCIP version 1.2.1.2
0.01/0.06	c 
0.01/0.06	c # frequency for displaying node information lines
0.01/0.06	c # [type: int, range: [-1,2147483647], default: 100]
0.01/0.06	c display/freq = 10000
0.01/0.06	c 
0.01/0.06	c # maximal time in seconds to run
0.01/0.06	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.01/0.06	c limits/time = 1799.99
0.01/0.06	c 
0.01/0.06	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.01/0.06	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.01/0.06	c limits/memory = 3420
0.01/0.06	c 
0.01/0.06	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
0.01/0.06	c # [type: int, range: [-1,2147483647], default: 1]
0.01/0.06	c lp/solvefreq = -1
0.01/0.06	c 
0.01/0.06	c # should presolving try to simplify inequalities
0.01/0.06	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.01/0.06	c constraints/linear/simplifyinequalities = TRUE
0.01/0.06	c 
0.01/0.06	c # should presolving try to simplify knapsacks
0.01/0.06	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.01/0.06	c constraints/knapsack/simplifyinequalities = TRUE
0.01/0.06	c 
0.01/0.06	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.01/0.06	c # [type: int, range: [-1,2147483647], default: -1]
0.01/0.06	c separating/rapidlearning/freq = 0
0.01/0.06	c 
0.01/0.06	c -----------------------------------------------------------------------------------------------
0.01/0.06	c start solving
0.01/0.06	c 
0.01/0.06	o 420925
0.01/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.01/0.06	c t 0.0s|     1 |     0 |     0 |     - |6129k|   0 |   - |1800 |1700 |   0 |   0 |   0 |   0 |   0 |      --      | 4.209250e+05 |    Inf 
0.01/0.06	c   0.0s|     1 |     2 |     0 |     - |6081k|   0 |   - |1800 |1700 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 | 4.209250e+05 |    Inf 
0.19/0.24	o 11288
0.19/0.24	c * 0.2s|  1351 |  1166 |     0 |   0.0 |7108k| 864 |   - |1800 |1825 |   0 |   0 |   0 | 125 |   0 | 0.000000e+00 | 1.128800e+04 |    Inf 
0.49/0.52	o 11240
0.49/0.52	c * 0.5s|  2639 |  2301 |     0 |   0.0 |7974k| 864 |   - |1800 |2298 |   0 |   0 |   0 | 600 |   0 | 0.000000e+00 | 1.124000e+04 |    Inf 
0.59/0.61	o 11203
0.59/0.61	c * 0.5s|  3150 |  2770 |     0 |   0.0 |8300k| 864 |   - |1800 |2388 |   0 |   0 |   0 | 690 |   0 | 0.000000e+00 | 1.120300e+04 |    Inf 
1.79/1.80	c   1.6s| 10000 |  9409 |     0 |   0.0 |  11M| 864 |   - |1800 |3026 |   0 |   0 |   0 |1465 |   0 | 1.000000e+00 | 1.120300e+04 |  Large 
2.99/3.03	o 11171
2.99/3.03	c * 2.7s| 17077 | 16345 |     0 |   0.0 |  14M| 864 |   - |1800 |3020 |   0 |   0 |   0 |1992 |   0 | 1.000000e+00 | 1.117100e+04 |  Large 
2.99/3.03	o 11124
2.99/3.03	c * 2.7s| 17078 | 16325 |     0 |   0.0 |  14M| 864 |   - |1800 |3020 |   0 |   0 |   0 |1992 |   0 | 1.000000e+00 | 1.112400e+04 |  Large 
2.99/3.08	o 11075
2.99/3.08	c * 2.8s| 17365 | 16571 |     0 |   0.0 |  15M| 864 |   - |1800 |3037 |   0 |   0 |   0 |2072 |   0 | 1.000000e+00 | 1.107500e+04 |  Large 
3.49/3.53	c   3.1s| 20000 | 19172 |     0 |   0.0 |  16M| 864 |   - |1800 |2814 |   0 |   0 |   0 |2209 |   0 | 1.000000e+00 | 1.107500e+04 |  Large 
4.60/4.61	o 11058
4.60/4.61	c * 4.1s| 26449 | 25560 |     0 |   0.0 |  19M| 864 |   - |1800 |2555 |   0 |   0 |   0 |2443 |   0 | 1.000000e+00 | 1.105800e+04 |  Large 
5.19/5.26	c   4.7s| 30000 | 28962 |     0 |   0.0 |  21M| 864 |   - |1800 |3100 |   0 |   0 |   0 |3222 |   0 | 1.000000e+00 | 1.105800e+04 |  Large 
5.40/5.42	o 10666
5.40/5.42	c * 4.8s| 30786 | 29077 |     0 |   0.0 |  21M| 864 |   - |1800 |3261 |   0 |   0 |   0 |3472 |   0 | 1.000000e+00 | 1.066600e+04 |  Large 
5.79/5.87	o 10453
5.79/5.87	c * 5.2s| 32881 | 30568 |     0 |   0.0 |  22M| 864 |   - |1800 |3860 |   0 |   0 |   0 |4429 |   0 | 1.000000e+00 | 1.045300e+04 |  Large 
5.99/6.07	o 10359
5.99/6.07	c * 5.4s| 33835 | 31271 |     0 |   0.0 |  22M| 864 |   - |1800 |4049 |   0 |   0 |   0 |4850 |   0 | 1.000000e+00 | 1.035900e+04 |  Large 
5.99/6.07	o 10242
5.99/6.07	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.07	c * 5.4s| 33836 | 30960 |     0 |   0.0 |  22M| 864 |   - |1800 |4049 |   0 |   0 |   0 |4850 |   0 | 1.000000e+00 | 1.024200e+04 |  Large 
6.09/6.12	o 9994
6.09/6.12	c * 5.5s| 34068 | 30505 |     0 |   0.0 |  22M| 864 |   - |1800 |4057 |   0 |   0 |   0 |4920 |   0 | 1.000000e+00 | 9.994000e+03 |  Large 
6.09/6.12	o 9877
6.09/6.12	c * 5.5s| 34069 | 30140 |     0 |   0.0 |  22M| 864 |   - |1800 |4057 |   0 |   0 |   0 |4920 |   0 | 1.000000e+00 | 9.877000e+03 |  Large 
6.19/6.24	o 9812
6.19/6.24	c * 5.6s| 34607 | 30474 |     0 |   0.0 |  22M| 864 |   - |1800 |4083 |   0 |   0 |   0 |5130 |   0 | 1.000000e+00 | 9.812000e+03 |  Large 
6.19/6.24	o 9597
6.19/6.24	c * 5.6s| 34608 | 29788 |     0 |   0.0 |  21M| 864 |   - |1800 |4083 |   0 |   0 |   0 |5130 |   0 | 1.000000e+00 | 9.597000e+03 |  Large 
6.19/6.27	o 9528
6.19/6.27	c * 5.6s| 34753 | 29704 |     0 |   0.0 |  21M| 864 |   - |1800 |4112 |   0 |   0 |   0 |5210 |   0 | 1.000000e+00 | 9.528000e+03 |  Large 
6.50/6.60	o 9341
6.50/6.60	c * 5.9s| 36131 | 30255 |     0 |   0.0 |  22M| 864 |   - |1800 |4267 |   0 |   0 |   0 |6022 |   0 | 1.000000e+00 | 9.341000e+03 |  Large 
6.50/6.60	o 9257
6.50/6.60	c * 5.9s| 36132 | 29972 |     0 |   0.0 |  22M| 864 |   - |1800 |4267 |   0 |   0 |   0 |6022 |   0 | 1.000000e+00 | 9.257000e+03 |  Large 
6.99/7.06	o 9232
6.99/7.06	c * 6.3s| 38069 | 31562 |     0 |   0.0 |  23M| 864 |   - |1800 |4756 |   0 |   0 |   0 |7350 |   0 | 1.000000e+00 | 9.232000e+03 |  Large 
7.20/7.23	o 9202
7.20/7.23	c * 6.5s| 38785 | 32094 |     0 |   0.0 |  24M| 864 |   - |1800 |4881 |   0 |   0 |   0 |7798 |   0 | 1.000000e+00 | 9.202000e+03 |  Large 
7.20/7.29	o 8838
7.20/7.29	c * 6.5s| 39029 | 31040 |     0 |   0.0 |  23M| 864 |   - |1800 |4978 |   0 |   0 |   0 |7967 |   0 | 1.000000e+00 | 8.838000e+03 |  Large 
7.29/7.33	o 8835
7.29/7.33	c * 6.5s| 39197 | 31177 |     0 |   0.0 |  23M| 864 |   - |1800 |5005 |   0 |   0 |   0 |8083 |   0 | 1.000000e+00 | 8.835000e+03 |  Large 
7.49/7.52	c   6.7s| 40000 | 31876 |     0 |   0.0 |  24M| 864 |   - |1800 |5221 |   0 |   0 |   0 |8673 |   0 | 1.000000e+00 | 8.835000e+03 |  Large 
7.49/7.57	o 8804
7.49/7.57	c * 6.8s| 40227 | 31960 |     0 |   0.0 |  24M| 864 |   - |1800 |5268 |   0 |   0 |   0 |8793 |   0 | 1.000000e+00 | 8.804000e+03 |  Large 
7.60/7.64	o 8680
7.60/7.64	c * 6.8s| 40548 | 31845 |     0 |   0.0 |  24M| 864 |   - |1800 |5289 |   0 |   0 |   0 |8963 |   0 | 1.000000e+00 | 8.680000e+03 |  Large 
7.79/7.82	o 8678
7.79/7.82	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
7.79/7.82	c * 7.0s| 41299 | 32509 |     0 |   0.0 |  25M| 864 |   - |1800 |5349 |   0 |   0 |   0 |9388 |   0 | 1.000000e+00 | 8.678000e+03 |  Large 
7.79/7.84	o 8632
7.79/7.84	c * 7.0s| 41367 | 32419 |     0 |   0.0 |  25M| 864 |   - |1800 |5330 |   0 |   0 |   0 |9398 |   0 | 1.000000e+00 | 8.632000e+03 |  Large 
7.79/7.86	o 8496
7.79/7.86	c * 7.0s| 41464 | 32011 |     0 |   0.0 |  24M| 864 |   - |1800 |5310 |   0 |   0 |   0 |9428 |   0 | 1.000000e+00 | 8.496000e+03 |  Large 
7.79/7.86	o 8254
7.79/7.86	c * 7.0s| 41465 | 31167 |     0 |   0.0 |  24M| 864 |   - |1800 |5310 |   0 |   0 |   0 |9428 |   0 | 1.000000e+00 | 8.254000e+03 |  Large 
8.20/8.23	o 8157
8.20/8.23	c * 7.4s| 43020 | 32222 |     0 |   0.0 |  25M| 864 |   - |1800 |5527 |   0 |   0 |   0 |  10k|   0 | 1.000000e+00 | 8.157000e+03 |  Large 
8.20/8.23	o 8012
8.20/8.23	c * 7.4s| 43021 | 31737 |     0 |   0.0 |  24M| 864 |   - |1800 |5527 |   0 |   0 |   0 |  10k|   0 | 1.000000e+00 | 8.012000e+03 |  Large 
8.39/8.45	o 7745
8.39/8.45	c * 7.6s| 43898 | 31517 |     0 |   0.0 |  24M| 864 |   - |1800 |5547 |   0 |   0 |   0 |  10k|   0 | 1.000000e+00 | 7.745000e+03 |  Large 
8.39/8.47	o 7663
8.39/8.47	c * 7.6s| 44007 | 31345 |     0 |   0.0 |  24M| 864 |   - |1800 |5500 |   0 |   0 |   0 |  10k|   0 | 1.000000e+00 | 7.663000e+03 |  Large 
8.39/8.47	o 7652
8.39/8.47	c * 7.6s| 44008 | 31297 |     0 |   0.0 |  24M| 864 |   - |1800 |5500 |   0 |   0 |   0 |  10k|   0 | 1.000000e+00 | 7.652000e+03 |  Large 
8.59/8.61	o 7418
8.59/8.61	c * 7.7s| 44591 | 30937 |     0 |   0.0 |  24M| 864 |   - |1800 |5681 |   0 |   0 |   0 |  11k|   0 | 1.000000e+00 | 7.418000e+03 |  Large 
8.59/8.63	o 7182
8.59/8.63	c * 7.8s| 44676 | 30185 |     0 |   0.0 |  24M| 864 |   - |1800 |5678 |   0 |   0 |   0 |  11k|   0 | 1.000000e+00 | 7.182000e+03 |  Large 
8.59/8.63	o 7151
8.59/8.63	c * 7.8s| 44677 | 30077 |     0 |   0.0 |  24M| 864 |   - |1800 |5678 |   0 |   0 |   0 |  11k|   0 | 1.000000e+00 | 7.151000e+03 |  Large 
8.59/8.65	o 7009
8.59/8.65	c * 7.8s| 44736 | 29599 |     0 |   0.0 |  23M| 864 |   - |1800 |5679 |   0 |   0 |   0 |  11k|   0 | 1.000000e+00 | 7.009000e+03 |  Large 
8.59/8.65	o 6978
8.59/8.65	c * 7.8s| 44737 | 29497 |     0 |   0.0 |  23M| 864 |   - |1800 |5679 |   0 |   0 |   0 |  11k|   0 | 1.000000e+00 | 6.978000e+03 |  Large 
8.89/8.92	o 6955
8.89/8.92	c * 8.0s| 45760 | 30299 |     0 |   0.0 |  24M| 864 |   - |1800 |5797 |   0 |   0 |   0 |  12k|   0 | 1.000000e+00 | 6.955000e+03 |  Large 
9.29/9.36	o 6797
9.29/9.36	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
9.29/9.36	c * 8.4s| 47566 | 31330 |     0 |   0.0 |  25M| 864 |   - |1800 |5275 |   0 |   0 |   0 |  13k|   0 | 1.000000e+00 | 6.797000e+03 |  Large 
9.59/9.67	o 6717
9.59/9.67	c * 8.7s| 48845 | 32205 |     0 |   0.0 |  25M| 864 |   - |1800 |5165 |   0 |   0 |   0 |  13k|   0 | 1.000000e+00 | 6.717000e+03 |  Large 
9.80/9.89	o 6659
9.80/9.89	c * 8.9s| 49763 | 32799 |     0 |   0.0 |  26M| 864 |   - |1800 |5157 |   0 |   0 |   0 |  14k|   0 | 1.000000e+00 | 6.659000e+03 |  Large 
9.90/9.93	o 6518
9.90/9.93	c * 9.0s| 49966 | 32435 |     0 |   0.0 |  26M| 864 |   - |1800 |5133 |   0 |   0 |   0 |  14k|   0 | 1.000000e+00 | 6.518000e+03 |  Large 
9.90/9.93	o 6472
9.90/9.93	c * 9.0s| 49967 | 32289 |     0 |   0.0 |  26M| 864 |   - |1800 |5133 |   0 |   0 |   0 |  14k|   0 | 1.000000e+00 | 6.472000e+03 |  Large 
9.90/9.94	c   9.0s| 50000 | 32322 |     0 |   0.0 |  26M| 864 |   - |1800 |5110 |   0 |   0 |   0 |  14k|   0 | 1.000000e+00 | 6.472000e+03 |  Large 
10.59/10.67	o 6464
10.59/10.67	c * 9.6s| 52884 | 34830 |     0 |   0.0 |  28M| 864 |   - |1800 |5482 |   0 |   0 |   0 |  16k|   0 | 1.000000e+00 | 6.464000e+03 |  Large 
10.59/10.68	o 6092
10.59/10.68	c * 9.6s| 52940 | 33339 |     0 |   0.0 |  27M| 864 |   - |1800 |5462 |   0 |   0 |   0 |  16k|   0 | 1.000000e+00 | 6.092000e+03 |  Large 
10.90/10.99	o 6025
10.90/10.99	c * 9.9s| 54197 | 34168 |     0 |   0.0 |  27M| 864 |   - |1800 |5569 |   0 |   0 |   0 |  17k|   0 | 1.000000e+00 | 6.025000e+03 |  Large 
12.49/12.50	c  11.3s| 60000 | 39154 |     0 |   0.0 |  31M| 864 |   - |1800 |6267 |   0 |   0 |   0 |  21k|   0 | 1.000000e+00 | 6.025000e+03 |  Large 
12.59/12.62	o 5913
12.59/12.62	c *11.4s| 60419 | 39023 |     0 |   0.0 |  31M| 864 |   - |1800 |6320 |   0 |   0 |   0 |  21k|   0 | 1.000000e+00 | 5.913000e+03 |  Large 
12.70/12.72	o 5628
12.70/12.72	c *11.5s| 60847 | 38029 |     0 |   0.0 |  30M| 864 |   - |1800 |6373 |   0 |   0 |   0 |  22k|   0 | 1.000000e+00 | 5.628000e+03 |  Large 
12.70/12.72	o 5597
12.70/12.72	c *11.5s| 60848 | 37859 |     0 |   0.0 |  30M| 864 |   - |1800 |6373 |   0 |   0 |   0 |  22k|   0 | 1.000000e+00 | 5.597000e+03 |  Large 
13.79/13.89	o 5563
13.79/13.89	c *12.6s| 65101 | 41255 |     0 |   0.0 |  34M| 864 |   - |1800 |7096 |   0 |   0 |   0 |  25k|   0 | 1.000000e+00 | 5.563000e+03 |  Large 
13.79/13.90	o 5506
13.79/13.90	c *12.6s| 65102 | 40937 |     0 |   0.0 |  33M| 864 |   - |1800 |7096 |   0 |   0 |   0 |  25k|   0 | 1.000000e+00 | 5.506000e+03 |  Large 
15.19/15.26	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
15.19/15.26	c  13.9s| 70000 | 45029 |     0 |   0.0 |  37M| 864 |   - |1800 |7863 |   0 |   0 |   0 |  29k|   0 | 1.000000e+00 | 5.506000e+03 |  Large 
16.29/16.31	o 5504
16.29/16.31	c *14.8s| 73741 | 48181 |     0 |   0.0 |  40M| 864 |   - |1800 |7987 |   0 |   0 |   0 |  32k|   0 | 1.000000e+00 | 5.504000e+03 |  Large 
16.60/16.65	o 5107
16.60/16.65	c *15.2s| 75006 | 46986 |     0 |   0.0 |  38M| 864 |   - |1800 |7898 |   0 |   0 |   0 |  33k|   0 | 1.000000e+00 | 5.107000e+03 |  Large 
16.69/16.72	o 4950
16.69/16.72	c *15.2s| 75255 | 46112 |     0 |   0.0 |  37M| 864 |   - |1800 |7871 |   0 |   0 |   0 |  33k|   0 | 1.000000e+00 | 4.950000e+03 |  Large 
16.69/16.72	o 4858
16.69/16.72	c *15.2s| 75256 | 45471 |     0 |   0.0 |  36M| 864 |   - |1800 |7871 |   0 |   0 |   0 |  33k|   0 | 1.000000e+00 | 4.858000e+03 |  Large 
16.79/16.82	o 4850
16.79/16.82	c *15.3s| 75621 | 45735 |     0 |   0.0 |  36M| 864 |   - |1800 |7792 |   0 |   0 |   0 |  34k|   0 | 1.000000e+00 | 4.850000e+03 |  Large 
17.09/17.17	o 4838
17.09/17.17	c *15.6s| 76900 | 46724 |     0 |   0.0 |  37M| 864 |   - |1800 |7729 |   0 |   0 |   0 |  35k|   0 | 1.000000e+00 | 4.838000e+03 |  Large 
17.19/17.21	o 4781
17.19/17.21	c *15.7s| 77030 | 46440 |     0 |   0.0 |  37M| 864 |   - |1800 |7714 |   0 |   0 |   0 |  35k|   0 | 1.000000e+00 | 4.781000e+03 |  Large 
18.00/18.05	c  16.4s| 80000 | 48925 |     0 |   0.0 |  39M| 864 |   - |1800 |7692 |   0 |   0 |   0 |  37k|   0 | 1.000000e+00 | 4.781000e+03 |  Large 
19.39/19.42	o 4643
19.39/19.42	c *17.7s| 84836 | 51961 |     0 |   0.0 |  42M| 864 |   - |1800 |8442 |   0 |   0 |   0 |  41k|   0 | 1.000000e+00 | 4.643000e+03 |  Large 
19.70/19.72	o 4605
19.70/19.72	c *18.0s| 85886 | 52532 |     0 |   0.0 |  42M| 864 |   - |1800 |8519 |   0 |   0 |   0 |  42k|   0 | 1.000000e+00 | 4.605000e+03 |  Large 
19.70/19.79	o 4524
19.70/19.79	c *18.0s| 86088 | 51978 |     0 |   0.0 |  42M| 864 |   - |1800 |8539 |   0 |   0 |   0 |  42k|   0 | 1.000000e+00 | 4.524000e+03 |  Large 
19.70/19.79	o 4432
19.70/19.79	c *18.0s| 86089 | 51188 |     0 |   0.0 |  41M| 864 |   - |1800 |8539 |   0 |   0 |   0 |  42k|   0 | 1.000000e+00 | 4.432000e+03 |  Large 
19.99/20.01	o 4299
19.99/20.01	c *18.2s| 86858 | 50634 |     0 |   0.0 |  40M| 864 |   - |1800 |8610 |   0 |   0 |   0 |  42k|   0 | 1.000000e+00 | 4.299000e+03 |  Large 
20.70/20.77	o 4281
20.70/20.77	c *18.9s| 89435 | 52590 |     0 |   0.0 |  42M| 864 |   - |1800 |8236 |   0 |   0 |   0 |  45k|   0 | 1.000000e+00 | 4.281000e+03 |  Large 
20.90/20.92	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
20.90/20.92	c  19.1s| 90000 | 53082 |     0 |   0.0 |  42M| 864 |   - |1800 |8142 |   0 |   0 |   0 |  45k|   0 | 1.000000e+00 | 4.281000e+03 |  Large 
23.79/23.89	c  21.8s|100000 | 61349 |     0 |   0.0 |  50M| 864 |   - |1800 |8873 |   0 |   0 |   0 |  53k|   0 | 1.000000e+00 | 4.281000e+03 |  Large 
24.20/24.26	o 4230
24.20/24.26	c *22.2s|101165 | 61852 |     0 |   0.0 |  51M| 864 |   - |1800 |9104 |   0 |   0 |   0 |  54k|   0 | 1.000000e+00 | 4.230000e+03 |  Large 
25.59/25.62	o 4199
25.59/25.62	c *23.5s|105501 | 65087 |     0 |   0.0 |  54M| 864 |   - |1800 |9469 |   0 |   0 |   0 |  58k|   0 | 1.000000e+00 | 4.199000e+03 |  Large 
26.99/27.02	c  24.8s|110000 | 68742 |     0 |   0.0 |  58M| 864 |   - |1800 |  10k|   0 |   0 |   0 |  62k|   0 | 1.000000e+00 | 4.199000e+03 |  Large 
27.09/27.10	o 4157
27.09/27.10	c *24.9s|110205 | 68453 |     0 |   0.0 |  57M| 864 |   - |1800 |  10k|   0 |   0 |   0 |  62k|   0 | 1.000000e+00 | 4.157000e+03 |  Large 
30.29/30.38	c  27.9s|120000 | 76183 |     0 |   0.0 |  66M| 864 |   - |1800 |  11k|   0 |   0 |   0 |  71k|   0 | 1.000000e+00 | 4.157000e+03 |  Large 
30.39/30.43	o 4098
30.39/30.43	c *28.0s|120161 | 75568 |     0 |   0.0 |  66M| 864 |   - |1800 |  11k|   0 |   0 |   0 |  71k|   0 | 1.000000e+00 | 4.098000e+03 |  Large 
31.39/31.45	o 4086
31.39/31.45	c *28.9s|123124 | 77746 |     0 |   0.0 |  68M| 864 |   - |1800 |  12k|   0 |   0 |   0 |  74k|   0 | 1.000000e+00 | 4.086000e+03 |  Large 
31.39/31.45	o 3994
31.39/31.45	c *28.9s|123125 | 76668 |     0 |   0.0 |  66M| 864 |   - |1800 |  12k|   0 |   0 |   0 |  74k|   0 | 1.000000e+00 | 3.994000e+03 |  Large 
34.00/34.09	c  31.4s|130000 | 81829 |     0 |   0.0 |  73M| 864 |   - |1800 |  13k|   0 |   0 |   0 |  81k|   0 | 1.000000e+00 | 3.994000e+03 |  Large 
34.89/35.00	o 3935
34.89/35.00	c *32.2s|132336 | 82788 |     0 |   0.0 |  74M| 864 |   - |1800 |  14k|   0 |   0 |   0 |  84k|   0 | 1.000000e+00 | 3.935000e+03 |  Large 
34.99/35.10	o 3916
34.99/35.10	c *32.4s|132593 | 82726 |     0 |   0.0 |  74M| 864 |   - |1800 |  14k|   0 |   0 |   0 |  84k|   0 | 1.000000e+00 | 3.916000e+03 |  Large 
35.10/35.10	o 3804
35.10/35.10	c *32.4s|132614 | 81225 |     0 |   0.0 |  72M| 864 |   - |1800 |  14k|   0 |   0 |   0 |  84k|   0 | 1.000000e+00 | 3.804000e+03 |  Large 
36.30/36.37	o 3766
36.30/36.37	c *33.5s|135799 | 83100 |     0 |   0.0 |  74M| 864 |   - |1800 |  14k|   0 |   0 |   0 |  88k|   0 | 1.000000e+00 | 3.766000e+03 |  Large 
37.19/37.21	o 3765
37.19/37.21	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
37.19/37.21	c *34.3s|138319 | 85185 |     0 |   0.0 |  76M| 864 |   - |1800 |  14k|   0 |   0 |   0 |  90k|   0 | 1.000000e+00 | 3.765000e+03 |  Large 
37.70/37.78	c  34.9s|140000 | 86583 |     0 |   0.0 |  78M| 864 |   - |1800 |  13k|   0 |   0 |   0 |  91k|   0 | 1.000000e+00 | 3.765000e+03 |  Large 
40.19/40.21	o 3696
40.19/40.21	c *37.2s|147088 | 91277 |     0 |   0.0 |  82M| 864 |   - |1800 |  14k|   0 |   0 |   0 |  97k|   0 | 1.000000e+00 | 3.696000e+03 |  Large 
40.19/40.22	o 3679
40.19/40.22	c *37.2s|147089 | 91005 |     0 |   0.0 |  82M| 864 |   - |1800 |  14k|   0 |   0 |   0 |  97k|   0 | 1.000000e+00 | 3.679000e+03 |  Large 
40.49/40.58	o 3596
40.49/40.58	c *37.5s|148104 | 90413 |     0 |   0.0 |  81M| 864 |   - |1800 |  14k|   0 |   0 |   0 |  98k|   0 | 1.000000e+00 | 3.596000e+03 |  Large 
41.20/41.27	c  38.2s|150000 | 91928 |     0 |   0.0 |  82M| 864 |   - |1800 |  14k|   0 |   0 |   0 |  99k|   0 | 1.000000e+00 | 3.596000e+03 |  Large 
44.40/44.46	o 3511
44.40/44.46	c *41.2s|158495 | 96987 |     0 |   0.0 |  87M| 864 |   - |1800 |  15k|   0 |   0 |   0 | 107k|   0 | 1.000000e+00 | 3.511000e+03 |  Large 
45.00/45.08	c  41.8s|160000 | 98130 |     0 |   0.0 |  88M| 864 |   - |1800 |  15k|   0 |   0 |   0 | 109k|   0 | 1.000000e+00 | 3.511000e+03 |  Large 
45.10/45.10	o 3453
45.10/45.10	c *41.8s|160062 | 97094 |     0 |   0.0 |  87M| 864 |   - |1800 |  15k|   0 |   0 |   0 | 109k|   0 | 1.000000e+00 | 3.453000e+03 |  Large 
45.39/45.47	o 3208
45.39/45.47	c *42.1s|160976 | 92222 |     0 |   0.0 |  78M| 864 |   - |1800 |  15k|   0 |   0 |   0 | 110k|   0 | 1.000000e+00 | 3.208000e+03 |  Large 
45.59/45.66	o 3207
45.59/45.66	c *42.3s|161383 | 92503 |     0 |   0.0 |  78M| 864 |   - |1800 |  15k|   0 |   0 |   0 | 110k|   0 | 1.000000e+00 | 3.207000e+03 |  Large 
45.59/45.66	o 3099
45.59/45.66	c *42.3s|161384 | 89877 |     0 |   0.0 |  74M| 864 |   - |1800 |  15k|   0 |   0 |   0 | 110k|   0 | 1.000000e+00 | 3.099000e+03 |  Large 
45.79/45.83	o 3092
45.79/45.83	c *42.5s|161726 | 89945 |     0 |   0.0 |  74M| 864 |   - |1800 |  15k|   0 |   0 |   0 | 110k|   0 | 1.000000e+00 | 3.092000e+03 |  Large 
46.50/46.54	o 3025
46.50/46.54	c *43.1s|163360 | 89428 |     0 |   0.0 |  73M| 864 |   - |1800 |  15k|   0 |   0 |   0 | 112k|   0 | 1.000000e+00 | 3.025000e+03 |  Large 
49.59/49.61	c  46.0s|170000 | 94254 |     0 |   0.0 |  81M| 864 |   - |1800 |  16k|   0 |   0 |   0 | 119k|   0 | 1.000000e+00 | 3.025000e+03 |  Large 
50.29/50.30	o 3008
50.29/50.30	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
50.29/50.30	c *46.7s|171464 | 94827 |     0 |   0.0 |  81M| 864 |   - |1800 |  16k|   0 |   0 |   0 | 121k|   0 | 1.000000e+00 | 3.008000e+03 |  Large 
52.70/52.74	o 2968
52.70/52.74	c *49.0s|176563 | 97368 |     0 |   0.0 |  85M| 864 |   - |1800 |  17k|   0 |   0 |   0 | 126k|   0 | 1.000000e+00 | 2.968000e+03 |  Large 
52.70/52.75	o 2898
52.70/52.75	c *49.0s|176567 | 95444 |     0 |   0.0 |  83M| 864 |   - |1800 |  17k|   0 |   0 |   0 | 126k|   0 | 1.000000e+00 | 2.898000e+03 |  Large 
52.70/52.76	o 2806
52.70/52.76	c *49.0s|176568 | 92880 |     0 |   0.0 |  80M| 864 |   - |1800 |  17k|   0 |   0 |   0 | 126k|   0 | 1.000000e+00 | 2.806000e+03 |  Large 
53.50/53.57	o 2704
53.50/53.57	c *49.8s|177978 | 90870 |     0 |   0.0 |  78M| 864 |   - |1800 |  17k|   0 |   0 |   0 | 129k|   0 | 1.000000e+00 | 2.704000e+03 |  Large 
54.29/54.34	c  50.5s|180000 | 92516 |     0 |   0.0 |  78M| 864 |   - |1800 |  15k|   0 |   0 |   0 | 130k|   0 | 1.000000e+00 | 2.704000e+03 |  Large 
55.49/55.52	o 2696
55.49/55.52	c *51.6s|183009 | 94632 |     0 |   0.0 |  81M| 864 |   - |1800 |  14k|   0 |   0 |   0 | 133k|   0 | 1.000000e+00 | 2.696000e+03 |  Large 
58.20/58.24	c  54.2s|190000 |100158 |     0 |   0.0 |  88M| 864 |   - |1800 |  15k|   0 |   0 |   0 | 138k|   0 | 1.000000e+00 | 2.696000e+03 |  Large 
59.89/59.90	o 2695
59.89/59.90	c *55.8s|193436 |102547 |     0 |   0.0 |  92M| 864 |   - |1800 |  15k|   0 |   0 |   0 | 142k|   0 | 1.000000e+00 | 2.695000e+03 |  Large 
60.09/60.12	o 2676
60.09/60.12	c *56.0s|193893 |102297 |     0 |   0.0 |  92M| 864 |   - |1800 |  15k|   0 |   0 |   0 | 142k|   0 | 1.000000e+00 | 2.676000e+03 |  Large 
60.09/60.12	o 2584
60.09/60.12	c *56.0s|193894 | 99488 |     0 |   0.0 |  89M| 864 |   - |1800 |  15k|   0 |   0 |   0 | 142k|   0 | 1.000000e+00 | 2.584000e+03 |  Large 
60.40/60.43	o 2497
60.40/60.43	c *56.3s|194585 | 97271 |     0 |   0.0 |  87M| 864 |   - |1800 |  16k|   0 |   0 |   0 | 143k|   0 | 1.000000e+00 | 2.497000e+03 |  Large 
60.40/60.43	o 2483
60.40/60.43	c *56.3s|194604 | 96815 |     0 |   0.0 |  86M| 864 |   - |1800 |  16k|   0 |   0 |   0 | 143k|   0 | 1.000000e+00 | 2.483000e+03 |  Large 
60.40/60.44	o 2268
60.40/60.44	c *56.3s|194605 | 89878 |     0 |   0.0 |  77M| 864 |   - |1800 |  16k|   0 |   0 |   0 | 143k|   0 | 1.000000e+00 | 2.268000e+03 |  Large 
60.60/60.69	o 2250
60.60/60.69	c *56.5s|195161 | 89599 |     0 |   0.0 |  77M| 864 |   - |1800 |  16k|   0 |   0 |   0 | 143k|   0 | 1.000000e+00 | 2.250000e+03 |  Large 
60.69/60.72	o 2167
60.69/60.72	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
60.69/60.72	c *56.5s|195230 | 86931 |     0 |   0.0 |  73M| 864 |   - |1800 |  16k|   0 |   0 |   0 | 143k|   0 | 1.000000e+00 | 2.167000e+03 |  Large 
63.30/63.30	c  59.0s|200000 | 90040 |     0 |   0.0 |  79M| 864 |   - |1800 |  16k|   0 |   0 |   0 | 148k|   0 | 1.000000e+00 | 2.167000e+03 |  Large 
63.30/63.31	o 2030
63.30/63.31	c *59.0s|200016 | 85187 |     0 |   0.0 |  73M| 864 |   - |1800 |  16k|   0 |   0 |   0 | 148k|   0 | 1.000000e+00 | 2.030000e+03 |  Large 
63.70/63.73	o 2010
63.70/63.73	c *59.4s|200754 | 84925 |     0 |   0.0 |  73M| 864 |   - |1800 |  16k|   0 |   0 |   0 | 149k|   0 | 1.000000e+00 | 2.010000e+03 |  Large 
63.70/63.74	o 1918
63.70/63.74	c *59.5s|200755 | 80945 |     0 |   0.0 |  69M| 864 |   - |1800 |  16k|   0 |   0 |   0 | 149k|   0 | 1.000000e+00 | 1.918000e+03 |  Large 
69.39/69.42	c  64.9s|210000 | 86589 |     0 |   0.0 |  82M| 864 |   - |1800 |  18k|   0 |   0 |   0 | 160k|   0 | 1.000000e+00 | 1.918000e+03 |  Large 
70.89/70.94	o 1829
70.89/70.94	c *66.3s|212384 | 84583 |     0 |   0.0 |  82M| 864 |   - |1800 |  19k|   0 |   0 |   0 | 163k|   0 | 1.000000e+00 | 1.829000e+03 |  Large 
76.10/76.17	c  71.3s|220000 | 88959 |     0 |   0.0 |  93M| 864 |   - |1800 |  21k|   0 |   0 |   0 | 173k|   0 | 1.000000e+00 | 1.829000e+03 |  Large 
83.80/83.83	c  78.7s|230000 | 94367 |     0 |   0.0 | 108M| 864 |   - |1800 |  24k|   0 |   0 |   0 | 187k|   0 | 1.000000e+00 | 1.829000e+03 |  Large 
90.40/90.44	o 1816
90.40/90.44	c *85.1s|238491 | 98786 |     0 |   0.0 | 120M| 864 |   - |1800 |  25k|   0 |   0 |   0 | 200k|   0 | 1.000000e+00 | 1.816000e+03 |  Large 
91.39/91.40	c  86.0s|240000 | 99810 |     0 |   0.0 | 122M| 864 |   - |1800 |  25k|   0 |   0 |   0 | 201k|   0 | 1.000000e+00 | 1.816000e+03 |  Large 
93.00/93.08	o 1811
93.00/93.08	c *87.6s|242722 |101511 |     0 |   0.0 | 125M| 864 |   - |1800 |  25k|   0 |   0 |   0 | 204k|   0 | 1.000000e+00 | 1.811000e+03 |  Large 
98.09/98.18	c  92.5s|250000 |106266 |     0 |   0.0 | 136M| 864 |   - |1800 |  26k|   0 |   0 |   0 | 212k|   0 | 1.000000e+00 | 1.811000e+03 |  Large 
105.70/105.77	c  99.8s|260000 |112604 |     0 |   0.0 | 152M| 864 |   - |1800 |  27k|   0 |   0 |   0 | 224k|   0 | 1.000000e+00 | 1.811000e+03 |  Large 
110.19/110.29	o 1661
110.19/110.29	c * 104s|265960 |110099 |     0 |   0.0 | 155M| 864 |   - |1800 |  28k|   0 |   0 |   0 | 230k|   0 | 1.000000e+00 | 1.661000e+03 |  Large 
113.59/113.62	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
113.59/113.62	c   107s|270000 |112583 |     0 |   0.0 | 162M| 864 |   - |1800 |  28k|   0 |   0 |   0 | 235k|   0 | 1.000000e+00 | 1.661000e+03 |  Large 
118.70/118.77	o 1657
118.70/118.77	c * 112s|275912 |115902 |     0 |   0.0 | 172M| 864 |   - |1800 |  29k|   0 |   0 |   0 | 242k|   0 | 1.000000e+00 | 1.657000e+03 |  Large 
119.29/119.30	o 1575
119.29/119.30	c * 113s|276555 |112284 |     0 |   0.0 | 169M| 864 |   - |1800 |  30k|   0 |   0 |   0 | 243k|   0 | 1.000000e+00 | 1.575000e+03 |  Large 
122.49/122.51	c   116s|280000 |114278 |     0 |   0.0 | 175M| 864 |   - |1800 |  30k|   0 |   0 |   0 | 247k|   0 | 1.000000e+00 | 1.575000e+03 |  Large 
128.20/128.27	o 1534
128.20/128.27	c * 122s|286131 |115547 |     0 |   0.0 | 182M| 864 |   - |1800 |  32k|   0 |   0 |   0 | 255k|   0 | 1.000000e+00 | 1.534000e+03 |  Large 
130.20/130.25	o 1428
130.20/130.25	c * 124s|288352 |111840 |     0 |   0.0 | 178M| 864 |   - |1800 |  33k|   0 |   0 |   0 | 258k|   0 | 1.000000e+00 | 1.428000e+03 |  Large 
130.79/130.87	o 1376
130.79/130.87	c * 124s|289037 |109684 |     0 |   0.0 | 174M| 864 |   - |1800 |  33k|   0 |   0 |   0 | 259k|   0 | 1.000000e+00 | 1.376000e+03 |  Large 
131.90/131.92	c   125s|290000 |110173 |     0 |   0.0 | 176M| 864 |   - |1800 |  33k|   0 |   0 |   0 | 261k|   0 | 1.000000e+00 | 1.376000e+03 |  Large 
135.89/135.94	o 1089
135.89/135.94	c * 129s|293643 | 92239 |     0 |   0.0 | 130M| 864 |   - |1800 |  35k|   0 |   0 |   0 | 267k|   0 | 1.000000e+00 | 1.089000e+03 |  Large 
141.20/141.27	c   134s|300000 | 96509 |     0 |   0.0 | 138M| 864 |   - |1800 |  27k|   0 |   0 |   0 | 273k|   0 | 1.000000e+00 | 1.089000e+03 |  Large 
144.99/145.05	o 1079
144.99/145.05	c * 138s|303937 | 98015 |     0 |   0.0 | 144M| 864 |   - |1800 |  27k|   0 |   0 |   0 | 278k|   0 | 1.000000e+00 | 1.079000e+03 |  Large 
150.70/150.77	c   143s|310000 |101447 |     0 |   0.0 | 154M| 864 |   - |1800 |  27k|   0 |   0 |   0 | 286k|   0 | 1.000000e+00 | 1.079000e+03 |  Large 
160.60/160.64	c   153s|320000 |106670 |     0 |   0.0 | 173M| 864 |   - |1800 |  27k|   0 |   0 |   0 | 299k|   0 | 1.000000e+00 | 1.079000e+03 |  Large 
171.09/171.14	c   163s|330000 |111747 |     0 |   0.0 | 191M| 864 |   - |1800 |  29k|   0 |   0 |   0 | 314k|   0 | 1.000000e+00 | 1.079000e+03 |  Large 
183.20/183.22	c   175s|340000 |116419 |     0 |   0.0 | 209M| 864 |   - |1800 |  31k|   0 |   0 |   0 | 329k|   0 | 1.000000e+00 | 1.079000e+03 |  Large 
194.10/194.10	o 1078
194.10/194.10	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
194.10/194.10	c * 186s|348916 |120294 |     0 |   0.0 | 226M| 864 |   - |1800 |  34k|   0 |   0 |   0 | 344k|   0 | 1.000000e+00 | 1.078000e+03 |  Large 
194.10/194.13	o 986
194.10/194.13	c * 186s|348917 |108377 |     0 |   0.0 | 201M| 864 |   - |1800 |  34k|   0 |   0 |   0 | 344k|   0 | 1.000000e+00 | 9.860000e+02 |  Large 
195.70/195.77	c   187s|350000 |108766 |     0 |   0.0 | 203M| 864 |   - |1800 |  34k|   0 |   0 |   0 | 346k|   0 | 1.000000e+00 | 9.860000e+02 |  Large 
206.59/206.64	c   198s|360000 |114274 |     0 |   0.0 | 219M| 864 |   - |1800 |  25k|   0 |   0 |   0 | 359k|   0 | 1.000000e+00 | 9.860000e+02 |  Large 
215.19/215.28	o 922
215.19/215.28	c * 206s|368306 |111304 |     0 |   0.0 | 220M| 864 |   - |1800 |  27k|   0 |   0 |   0 | 370k|   0 | 1.000000e+00 | 9.220000e+02 |  Large 
217.20/217.21	c   208s|370000 |112217 |     0 |   0.0 | 223M| 864 |   - |1800 |  27k|   0 |   0 |   0 | 372k|   0 | 1.000000e+00 | 9.220000e+02 |  Large 
223.40/223.45	o 908
223.40/223.45	c * 214s|375441 |114212 |     0 |   0.0 | 233M| 864 |   - |1800 |  28k|   0 |   0 |   0 | 380k|   0 | 1.000000e+00 | 9.080000e+02 |  Large 
223.40/223.46	o 849
223.40/223.46	c * 214s|375442 |109246 |     0 |   0.0 | 227M| 864 |   - |1800 |  28k|   0 |   0 |   0 | 380k|   0 | 1.000000e+00 | 8.490000e+02 |  Large 
225.90/225.90	o 822
225.90/225.90	c * 217s|377270 |108063 |     0 |   0.0 | 228M| 864 |   - |1800 |  29k|   0 |   0 |   0 | 383k|   0 | 1.000000e+00 | 8.220000e+02 |  Large 
225.90/225.90	o 775
225.90/225.90	c * 217s|377272 |105358 |     0 |   0.0 | 224M| 864 |   - |1800 |  29k|   0 |   0 |   0 | 383k|   0 | 1.000000e+00 | 7.750000e+02 |  Large 
230.20/230.20	c   221s|380000 |106426 |     0 |   0.0 | 233M| 864 |   - |1800 |  29k|   0 |   0 |   0 | 388k|   0 | 1.000000e+00 | 7.750000e+02 |  Large 
247.10/247.19	c   237s|390000 |109754 |     0 |   0.0 | 257M| 864 |   - |1800 |  30k|   0 |   0 |   0 | 408k|   0 | 1.000000e+00 | 7.750000e+02 |  Large 
254.60/254.69	o 709
254.60/254.69	c * 245s|394343 |106250 |     0 |   0.0 | 257M| 864 |   - |1800 |  30k|   0 |   0 |   0 | 416k|   0 | 1.000000e+00 | 7.090000e+02 |  Large 
257.31/257.31	o 673
257.31/257.31	c * 247s|395772 |103685 |     0 |   0.0 | 256M| 864 |   - |1800 |  31k|   0 |   0 |   0 | 419k|   0 | 1.000000e+00 | 6.730000e+02 |  Large 
263.80/263.82	c   254s|400000 |105047 |     0 |   0.0 | 264M| 864 |   - |1800 |  25k|   0 |   0 |   0 | 427k|   0 | 1.000000e+00 | 6.730000e+02 |  Large 
276.80/276.81	o 624
276.80/276.81	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
276.80/276.81	c * 266s|408566 |103264 |     0 |   0.0 | 273M| 864 |   - |1800 |  25k|   0 |   0 |   0 | 441k|   0 | 1.000000e+00 | 6.240000e+02 |  Large 
276.80/276.83	o 539
276.80/276.83	c * 266s|408567 | 94346 |     0 |   0.0 | 253M| 864 |   - |1800 |  25k|   0 |   0 |   0 | 441k|   0 | 1.000000e+00 | 5.390000e+02 |  Large 
280.19/280.28	c   270s|410000 | 94419 |     0 |   0.0 | 260M| 864 |   - |1800 |  25k|   0 |   0 |   0 | 444k|   0 | 1.000000e+00 | 5.390000e+02 |  Large 
293.60/293.64	o 439
293.60/293.64	c * 283s|415211 | 86693 |     0 |   0.0 | 256M| 864 |   - |1800 |  26k|   0 |   0 |   0 | 458k|   0 | 1.000000e+00 | 4.390000e+02 |  Large 
303.80/303.87	o 367
303.80/303.87	c * 293s|418536 | 75943 |     0 |   0.0 | 242M| 864 |   - |1800 |  25k|   0 |   0 |   0 | 468k|   0 | 1.000000e+00 | 3.670000e+02 |  Large 
307.50/307.57	o 338
307.50/307.57	c * 296s|419186 | 72226 |     0 |   0.0 | 240M| 864 |   - |1800 |  18k|   0 |   0 |   0 | 471k|   0 | 1.000000e+00 | 3.380000e+02 |  Large 
310.20/310.25	o 229
310.20/310.25	c * 299s|419496 | 46814 |     0 |   0.0 | 174M| 864 |   - |1800 |  18k|   0 |   0 |   0 | 473k|   0 | 1.000000e+00 | 2.290000e+02 |  Large 
312.10/312.12	o 180
312.10/312.12	c * 301s|419954 | 35034 |     0 |   0.0 | 146M| 864 |   - |1800 |  10k|   0 |   0 |   0 | 475k|   0 | 1.000000e+00 | 1.800000e+02 |  Large 
312.30/312.35	c   301s|420000 | 34805 |     0 |   0.0 | 146M| 864 |   - |1800 |  10k|   0 |   0 |   0 | 475k|   0 | 1.000000e+00 | 1.800000e+02 |  Large 
313.30/313.31	o 151
313.30/313.31	c * 302s|420107 | 30399 |     0 |   0.0 | 140M| 864 |   - |1800 |  10k|   0 |   0 |   0 | 476k|   0 | 1.000000e+00 | 1.510000e+02 |  Large 
314.70/314.78	o 140
314.70/314.78	c * 304s|420865 | 23523 |     0 |   0.0 | 123M| 864 |   - |1800 |8999 |   0 |   0 |   0 | 478k|   0 | 1.000000e+01 | 1.400000e+02 |1300.00%
316.40/316.43	o 130
316.40/316.43	c * 305s|422350 | 20430 |     0 |   0.0 | 111M| 864 |   - |1800 |3008 |   0 |   0 |   0 | 481k|   0 | 3.800000e+01 | 1.300000e+02 | 242.11%
318.40/318.40	c 
318.40/318.40	c SCIP Status        : problem is solved [optimal solution found]
318.40/318.40	c Solving Time (sec) : 306.95
318.40/318.40	c Solving Nodes      : 423170
318.40/318.40	c Primal Bound       : +1.30000000000000e+02 (135 solutions)
318.40/318.40	c Dual Bound         : +1.30000000000000e+02
318.40/318.40	c Gap                : 0.00 %
318.40/318.40	s OPTIMUM FOUND
318.40/318.40	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 
318.40/318.40	v x176 -x175 -x174 x173 x172 -x171 x170 -x169 x168 -x167 x166 -x165 -x164 x163 x162 -x161 x160 -x159 x158 -x157 -x156 x155 
318.40/318.40	v -x154 x153 -x152 x151 x150 -x149 x148 -x147 -x146 x145 x144 -x143 -x142 x141 -x140 x139 x138 -x137 x136 -x135 x134 -x133 x132 
318.40/318.40	v -x131 -x130 x129 x128 -x127 -x126 x125 x124 -x123 x122 -x121 -x120 x119 -x118 x117 x116 -x115 x114 -x113 x112 -x111 x110 -x109 
318.40/318.40	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 
318.40/318.40	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 
318.40/318.40	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 
318.40/318.40	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 
318.40/318.40	c SCIP Status        : problem is solved [optimal solution found]
318.40/318.40	c Solving Time       :     306.95
318.40/318.40	c Original Problem   :
318.40/318.40	c   Problem name     : HOME/instance-2700106-1278533977.wbo
318.40/318.40	c   Variables        : 1900 (1050 binary, 0 integer, 0 implicit integer, 850 continuous)
318.40/318.40	c   Constraints      : 1801 initial, 1801 maximal
318.40/318.40	c Presolved Problem  :
318.40/318.40	c   Problem name     : t_HOME/instance-2700106-1278533977.wbo
318.40/318.40	c   Variables        : 1800 (950 binary, 0 integer, 0 implicit integer, 850 continuous)
318.40/318.40	c   Constraints      : 1700 initial, 35724 maximal
318.40/318.40	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
318.40/318.40	c   trivial          :       0.00          0          0          0          0          0          0          0          0
318.40/318.40	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
318.40/318.40	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
318.40/318.40	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
318.40/318.40	c   implics          :       0.00          0          0          0          0          0          0          0          0
318.40/318.40	c   probing          :       0.02          0          0          0          0          0          0          0          0
318.40/318.40	c   indicator        :       0.01          0          0          0          0          0          0          0          0
318.40/318.40	c   linear           :       0.01          0        100          0        850          0        101          0          0
318.40/318.40	c   logicor          :       0.00          0          0          0          0          0          0          0          0
318.40/318.40	c   root node        :          -        450          -          -        900          -          -          -          -
318.40/318.40	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
318.40/318.40	c   integral         :          0          0          0          0          0          0          0          0          0          0
318.40/318.40	c   indicator        :        850          0    1313719          0     365187       1090   13246914          0          0          0
318.40/318.40	c   linear           :        850          0    1313311          0     365231      18675    1437226          0          0          0
318.40/318.40	c   logicor          :          0+         0     891243          0          0       8269     834135          0          0          0
318.40/318.40	c   countsols        :          0          0          0          0     365313          0          0          0          0          0
318.40/318.40	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
318.40/318.40	c   integral         :       0.00       0.00       0.00       0.00       0.00
318.40/318.40	c   indicator        :      30.53       0.00      18.93       0.00      11.60
318.40/318.40	c   linear           :      30.64       0.00      30.47       0.00       0.17
318.40/318.40	c   logicor          :      84.36       0.00      84.36       0.00       0.00
318.40/318.40	c   countsols        :       0.00       0.00       0.00       0.00       0.00
318.40/318.40	c Propagators        :       Time      Calls    Cutoffs    DomReds
318.40/318.40	c   vbounds          :       0.00          2          0          0
318.40/318.40	c   rootredcost      :       0.03          0          0          0
318.40/318.40	c   pseudoobj        :      37.60    1372609      58169   13093863
318.40/318.40	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
318.40/318.40	c   propagation      :       6.52      85113      84875     422488       27.6     174894        4.0          -
318.40/318.40	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
318.40/318.40	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
318.40/318.40	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
318.40/318.40	c   pseudo solution  :       0.04        317        317       2191       30.6       1494        4.4          -
318.40/318.40	c   applied globally :          -          -          -     483186       17.7          -          -          -
318.40/318.40	c   applied locally  :          -          -          -         15      117.9          -          -          -
318.40/318.40	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
318.40/318.40	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
318.40/318.40	c   redcost          :       0.00          0          0          0          0          0
318.40/318.40	c   impliedbounds    :       0.00          0          0          0          0          0
318.40/318.40	c   intobj           :       0.00          0          0          0          0          0
318.40/318.40	c   cgmip            :       0.00          0          0          0          0          0
318.40/318.40	c   gomory           :       0.00          0          0          0          0          0
318.40/318.40	c   strongcg         :       0.00          0          0          0          0          0
318.40/318.40	c   cmir             :       0.00          0          0          0          0          0
318.40/318.40	c   flowcover        :       0.00          0          0          0          0          0
318.40/318.40	c   clique           :       0.00          0          0          0          0          0
318.40/318.40	c   zerohalf         :       0.00          0          0          0          0          0
318.40/318.40	c   mcf              :       0.00          0          0          0          0          0
318.40/318.40	c   rapidlearning    :       0.00          0          0          0          0          0
318.40/318.40	c Pricers            :       Time      Calls       Vars
318.40/318.40	c   problem variables:       0.00          0          0
318.40/318.40	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
318.40/318.40	c   relpscost        :       0.00          0          0          0          0          0          0
318.40/318.40	c   pscost           :       0.00          0          0          0          0          0          0
318.40/318.40	c   inference        :      21.24     365180          0          0          0          0     730360
318.40/318.40	c   mostinf          :       0.00          0          0          0          0          0          0
318.40/318.40	c   leastinf         :       0.00          0          0          0          0          0          0
318.40/318.40	c   fullstrong       :       0.00          0          0          0          0          0          0
318.40/318.40	c   allfullstrong    :       0.00          0          0          0          0          0          0
318.40/318.40	c   random           :       0.00          0          0          0          0          0          0
318.40/318.40	c Primal Heuristics  :       Time      Calls      Found
318.40/318.40	c   LP solutions     :       0.00          -          0
318.40/318.40	c   pseudo solutions :       0.51          -        133
318.40/318.40	c   oneopt           :       0.06          0          0
318.40/318.40	c   trivial          :       0.00          2          1
318.40/318.40	c   simplerounding   :       0.00          0          0
318.40/318.40	c   zirounding       :       0.00          0          0
318.40/318.40	c   rounding         :       0.00          0          0
318.40/318.40	c   shifting         :       0.00          0          0
318.40/318.40	c   intshifting      :       0.00          0          0
318.40/318.40	c   twoopt           :       0.00          0          0
318.40/318.40	c   fixandinfer      :       0.00          0          0
318.40/318.40	c   feaspump         :       0.00          0          0
318.40/318.40	c   coefdiving       :       0.00          0          0
318.40/318.40	c   pscostdiving     :       0.00          0          0
318.40/318.40	c   fracdiving       :       0.00          0          0
318.40/318.40	c   veclendiving     :       0.00          0          0
318.40/318.40	c   intdiving        :       0.00          0          0
318.40/318.40	c   actconsdiving    :       0.00          0          0
318.40/318.40	c   objpscostdiving  :       0.00          0          0
318.40/318.40	c   rootsoldiving    :       0.00          0          0
318.40/318.40	c   linesearchdiving :       0.00          0          0
318.40/318.40	c   guideddiving     :       0.00          0          0
318.40/318.40	c   octane           :       0.00          0          0
318.40/318.40	c   rens             :       0.00          0          0
318.40/318.40	c   rins             :       0.00          0          0
318.40/318.40	c   localbranching   :       0.00          0          0
318.40/318.40	c   mutation         :       0.00          0          0
318.40/318.40	c   crossover        :       0.00          0          0
318.40/318.40	c   dins             :       0.00          0          0
318.40/318.40	c   undercover       :       0.00          0          0
318.40/318.40	c   nlp              :       0.00          0          0
318.40/318.40	c   trysol           :       0.00          1          1
318.40/318.40	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
318.40/318.40	c   primal LP        :       0.00          0          0       0.00          -
318.40/318.40	c   dual LP          :       0.00          0          0       0.00          -
318.40/318.40	c   lex dual LP      :       0.00          0          0       0.00          -
318.40/318.40	c   barrier LP       :       0.00          0          0       0.00          -
318.40/318.40	c   diving/probing LP:       0.00          0          0       0.00          -
318.40/318.40	c   strong branching :       0.00          0          0       0.00          -
318.40/318.40	c     (at root node) :          -          0          0       0.00          -
318.40/318.40	c   conflict analysis:       0.00          0          0       0.00          -
318.40/318.40	c B&B Tree           :
318.40/318.40	c   number of runs   :          1
318.40/318.40	c   nodes            :     423170
318.40/318.40	c   nodes (total)    :     423170
318.40/318.40	c   nodes left       :          0
318.40/318.40	c   max depth        :        864
318.40/318.40	c   max depth (total):        864
318.40/318.40	c   backtracks       :      35350 (8.4%)
318.40/318.40	c   delayed cutoffs  :      74458
318.40/318.40	c   repropagations   :     161739 (7290853 domain reductions, 28663 cutoffs)
318.40/318.40	c   avg switch length:       5.19
318.40/318.40	c   switching time   :      72.87
318.40/318.40	c Solution           :
318.40/318.40	c   Solutions found  :        135 (134 improvements)
318.40/318.40	c   First Solution   : +4.20925000000000e+05   (in run 1, after 1 nodes, 0.04 seconds, depth 0, found by <trivial>)
318.40/318.40	c   Primal Bound     : +1.30000000000000e+02   (in run 1, after 422350 nodes, 305.12 seconds, depth 164, found by <relaxation>)
318.40/318.40	c   Dual Bound       : +1.30000000000000e+02
318.40/318.40	c   Gap              :       0.00 %
318.40/318.40	c   Root Dual Bound  : +0.00000000000000e+00
318.40/318.40	c   Root Iterations  :          0
318.40/318.43	c Time complete: 318.43.

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-2700106-1278533977/watcher-2700106-1278533977 -o /tmp/evaluation-result-2700106-1278533977/solver-2700106-1278533977 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2700106-1278533977.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.57 1.99 0.75 3/178 18723
/proc/meminfo: memFree=29836868/32950928 swapFree=67111528/67111528
[pid=18723] ppid=18721 vsize=8268 CPUtime=0
/proc/18723/stat : 18723 (pbscip.linux.x8) R 18721 18723 17905 0 -1 4202496 1556 0 0 0 0 0 0 0 23 0 1 0 21611210 8466432 1479 4089446400 4194304 7136930 140734307200272 18446744073709551615 6328631 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/18723/statm: 2067 1479 275 719 0 1346 0

[startup+0.0242391 s]
/proc/loadavg: 4.57 1.99 0.75 3/178 18723
/proc/meminfo: memFree=29836868/32950928 swapFree=67111528/67111528
[pid=18723] ppid=18721 vsize=17624 CPUtime=0.01
/proc/18723/stat : 18723 (pbscip.linux.x8) R 18721 18723 17905 0 -1 4202496 4021 0 0 0 1 0 0 0 23 0 1 0 21611210 18046976 3590 4089446400 4194304 7136930 140734307200272 18446744073709551615 6350076 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/18723/statm: 4406 3595 317 719 0 3685 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 17624

[startup+0.100224 s]
/proc/loadavg: 4.57 1.99 0.75 3/178 18723
/proc/meminfo: memFree=29836868/32950928 swapFree=67111528/67111528
[pid=18723] ppid=18721 vsize=20552 CPUtime=0.09
/proc/18723/stat : 18723 (pbscip.linux.x8) R 18721 18723 17905 0 -1 4202496 5602 0 0 0 8 1 0 0 23 0 1 0 21611210 21045248 4400 4089446400 4194304 7136930 140734307200272 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/18723/statm: 5138 4400 387 719 0 4417 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 20552

[startup+0.300188 s]
/proc/loadavg: 4.57 1.99 0.75 3/178 18723
/proc/meminfo: memFree=29836868/32950928 swapFree=67111528/67111528
[pid=18723] ppid=18721 vsize=21520 CPUtime=0.29
/proc/18723/stat : 18723 (pbscip.linux.x8) R 18721 18723 17905 0 -1 4202496 5851 0 0 0 26 3 0 0 23 0 1 0 21611210 22036480 4649 4089446400 4194304 7136930 140734307200272 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/18723/statm: 5380 4649 394 719 0 4659 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 21520

[startup+0.700118 s]
/proc/loadavg: 4.57 1.99 0.75 3/178 18723
/proc/meminfo: memFree=29836868/32950928 swapFree=67111528/67111528
[pid=18723] ppid=18721 vsize=23328 CPUtime=0.69
/proc/18723/stat : 18723 (pbscip.linux.x8) R 18721 18723 17905 0 -1 4202496 6309 0 0 0 61 8 0 0 25 0 1 0 21611210 23887872 5107 4089446400 4194304 7136930 140734307200272 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/18723/statm: 5832 5107 394 719 0 5111 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 23328

[startup+1.50098 s]
/proc/loadavg: 4.57 1.99 0.75 3/179 18725
/proc/meminfo: memFree=29817068/32950928 swapFree=67111528/67111528
[pid=18723] ppid=18721 vsize=26156 CPUtime=1.49
/proc/18723/stat : 18723 (pbscip.linux.x8) R 18721 18723 17905 0 -1 4202496 7040 0 0 0 133 16 0 0 25 0 1 0 21611210 26783744 5838 4089446400 4194304 7136930 140734307200272 18446744073709551615 4998235 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/18723/statm: 6539 5838 394 719 0 5818 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 26156

[startup+3.10069 s]
/proc/loadavg: 4.57 1.99 0.75 3/179 18725
/proc/meminfo: memFree=29811612/32950928 swapFree=67111528/67111528
[pid=18723] ppid=18721 vsize=32144 CPUtime=3.09
/proc/18723/stat : 18723 (pbscip.linux.x8) R 18721 18723 17905 0 -1 4202496 8560 0 0 0 277 32 0 0 25 0 1 0 21611210 32915456 7358 4089446400 4194304 7136930 140734307200272 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/18723/statm: 8036 7358 394 719 0 7315 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 32144

[startup+6.30013 s]
/proc/loadavg: 4.36 1.99 0.75 3/179 18725
/proc/meminfo: memFree=29801696/32950928 swapFree=67111528/67111528
[pid=18723] ppid=18721 vsize=42928 CPUtime=6.29
/proc/18723/stat : 18723 (pbscip.linux.x8) R 18721 18723 17905 0 -1 4202496 11228 0 0 0 562 67 0 0 25 0 1 0 21611210 43958272 10026 4089446400 4194304 7136930 140734307200272 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/18723/statm: 10732 10026 394 719 0 10011 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 42928

[startup+12.701 s]
/proc/loadavg: 4.17 1.99 0.76 3/179 18725
/proc/meminfo: memFree=29782728/32950928 swapFree=67111528/67111528
[pid=18723] ppid=18721 vsize=59668 CPUtime=12.7
/proc/18723/stat : 18723 (pbscip.linux.x8) R 18721 18723 17905 0 -1 4202496 15336 0 0 0 1151 119 0 0 25 0 1 0 21611210 61100032 14134 4089446400 4194304 7136930 140734307200272 18446744073709551615 5951522 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/18723/statm: 14917 14134 394 719 0 14196 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 59668

[startup+25.5007 s]
/proc/loadavg: 3.69 1.99 0.78 3/179 18726
/proc/meminfo: memFree=29741788/32950928 swapFree=67111528/67111528
[pid=18723] ppid=18721 vsize=94032 CPUtime=25.49
/proc/18723/stat : 18723 (pbscip.linux.x8) R 18721 18723 17905 0 -1 4202496 23410 0 0 0 2336 213 0 0 25 0 1 0 21611210 96288768 22208 4089446400 4194304 7136930 140734307200272 18446744073709551615 4224171 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/18723/statm: 23508 22208 394 719 0 22787 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 94032

[startup+51.1002 s]
/proc/loadavg: 3.11 1.99 0.81 3/179 18726
/proc/meminfo: memFree=29674776/32950928 swapFree=67111528/67111528
[pid=18723] ppid=18721 vsize=147864 CPUtime=51.09
/proc/18723/stat : 18723 (pbscip.linux.x8) R 18721 18723 17905 0 -1 4202496 35201 0 0 0 4746 363 0 0 25 0 1 0 21611210 151412736 33999 4089446400 4194304 7136930 140734307200272 18446744073709551615 4925973 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/18723/statm: 36966 33999 394 719 0 36245 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 147864

[startup+102.306 s]
/proc/loadavg: 2.53 2.00 0.87 3/179 18728
/proc/meminfo: memFree=29608988/32950928 swapFree=67111528/67111528
[pid=18723] ppid=18721 vsize=221848 CPUtime=102.3
/proc/18723/stat : 18723 (pbscip.linux.x8) R 18721 18723 17905 0 -1 4202496 51432 0 0 0 9649 581 0 0 25 0 1 0 21611210 227172352 50230 4089446400 4194304 7136930 140734307200272 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/18723/statm: 55462 50230 394 719 0 54741 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 221848

[startup+162.301 s]
/proc/loadavg: 2.19 2.00 0.94 3/179 18729
/proc/meminfo: memFree=29517800/32950928 swapFree=67111528/67111528
[pid=18723] ppid=18721 vsize=300320 CPUtime=162.3
/proc/18723/stat : 18723 (pbscip.linux.x8) R 18721 18723 17905 0 -1 4202496 67699 0 0 0 15468 762 0 0 25 0 1 0 21611210 307527680 66497 4089446400 4194304 7136930 140734307200272 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/18723/statm: 75080 66497 394 719 0 74359 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 300320

[startup+222.301 s]
/proc/loadavg: 2.07 2.00 1.01 3/179 18730
/proc/meminfo: memFree=29429688/32950928 swapFree=67111528/67111528
[pid=18723] ppid=18721 vsize=370524 CPUtime=222.3
/proc/18723/stat : 18723 (pbscip.linux.x8) R 18721 18723 17905 0 -1 4202496 82295 0 0 0 21309 921 0 0 25 0 1 0 21611210 379416576 81093 4089446400 4194304 7136930 140734307200272 18446744073709551615 4999811 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/18723/statm: 92631 81093 394 719 0 91910 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 370524

[startup+282.3 s]
/proc/loadavg: 2.02 2.00 1.06 3/179 18732
/proc/meminfo: memFree=29343932/32950928 swapFree=67111528/67111528
[pid=18723] ppid=18721 vsize=437504 CPUtime=282.3
/proc/18723/stat : 18723 (pbscip.linux.x8) R 18721 18723 17905 0 -1 4202496 96233 0 0 0 27164 1066 0 0 25 0 1 0 21611210 448004096 95031 4089446400 4194304 7136930 140734307200272 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/18723/statm: 109376 95031 394 719 0 108655 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 437504

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

[startup+294.3 s]
/proc/loadavg: 2.02 2.00 1.07 3/179 18732
/proc/meminfo: memFree=29329032/32950928 swapFree=67111528/67111528
[pid=18723] ppid=18721 vsize=447768 CPUtime=294.3
/proc/18723/stat : 18723 (pbscip.linux.x8) R 18721 18723 17905 0 -1 4202496 98464 0 0 0 28343 1087 0 0 25 0 1 0 21611210 458514432 97262 4089446400 4194304 7136930 140734307200272 18446744073709551615 4223056 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/18723/statm: 111942 97262 394 719 0 111221 0
Current children cumulated CPU time (s) 294.3
Current children cumulated vsize (KiB) 447768

[startup+307.101 s]
/proc/loadavg: 2.01 2.00 1.09 3/179 18733
/proc/meminfo: memFree=29319232/32950928 swapFree=67111528/67111528
[pid=18723] ppid=18721 vsize=452264 CPUtime=307.1
/proc/18723/stat : 18723 (pbscip.linux.x8) R 18721 18723 17905 0 -1 4202496 99445 0 0 0 29602 1108 0 0 25 0 1 0 21611210 463118336 98243 4089446400 4194304 7136930 140734307200272 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/18723/statm: 113066 98243 394 719 0 112345 0
Current children cumulated CPU time (s) 307.1
Current children cumulated vsize (KiB) 452264

[startup+313.507 s]
/proc/loadavg: 2.01 2.00 1.09 3/179 18733
/proc/meminfo: memFree=29316128/32950928 swapFree=67111528/67111528
[pid=18723] ppid=18721 vsize=452964 CPUtime=313.5
/proc/18723/stat : 18723 (pbscip.linux.x8) R 18721 18723 17905 0 -1 4202496 99587 0 0 0 30231 1119 0 0 25 0 1 0 21611210 463835136 98385 4089446400 4194304 7136930 140734307200272 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/18723/statm: 113241 98385 394 719 0 112520 0
Current children cumulated CPU time (s) 313.5
Current children cumulated vsize (KiB) 452964

[startup+316.7 s]
/proc/loadavg: 2.01 2.00 1.10 3/179 18733
/proc/meminfo: memFree=29314760/32950928 swapFree=67111528/67111528
[pid=18723] ppid=18721 vsize=453176 CPUtime=316.7
/proc/18723/stat : 18723 (pbscip.linux.x8) R 18721 18723 17905 0 -1 4202496 99627 0 0 0 30539 1131 0 0 25 0 1 0 21611210 464052224 98425 4089446400 4194304 7136930 140734307200272 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/18723/statm: 113294 98425 394 719 0 112573 0
Current children cumulated CPU time (s) 316.7
Current children cumulated vsize (KiB) 453176

[startup+317.5 s]
/proc/loadavg: 2.01 2.00 1.10 3/179 18733
/proc/meminfo: memFree=29314760/32950928 swapFree=67111528/67111528
[pid=18723] ppid=18721 vsize=453176 CPUtime=317.5
/proc/18723/stat : 18723 (pbscip.linux.x8) R 18721 18723 17905 0 -1 4202496 99627 0 0 0 30613 1137 0 0 25 0 1 0 21611210 464052224 98425 4089446400 4194304 7136930 140734307200272 18446744073709551615 6165607 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/18723/statm: 113294 98425 394 719 0 112573 0
Current children cumulated CPU time (s) 317.5
Current children cumulated vsize (KiB) 453176

[startup+317.906 s]
/proc/loadavg: 2.01 2.00 1.10 3/179 18733
/proc/meminfo: memFree=29314264/32950928 swapFree=67111528/67111528
[pid=18723] ppid=18721 vsize=453176 CPUtime=317.91
/proc/18723/stat : 18723 (pbscip.linux.x8) R 18721 18723 17905 0 -1 4202496 99627 0 0 0 30651 1140 0 0 25 0 1 0 21611210 464052224 98425 4089446400 4194304 7136930 140734307200272 18446744073709551615 4240487 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/18723/statm: 113294 98425 394 719 0 112573 0
Current children cumulated CPU time (s) 317.91
Current children cumulated vsize (KiB) 453176

[startup+318.301 s]
/proc/loadavg: 2.01 2.00 1.10 3/179 18733
/proc/meminfo: memFree=29314264/32950928 swapFree=67111528/67111528
[pid=18723] ppid=18721 vsize=453176 CPUtime=318.3
/proc/18723/stat : 18723 (pbscip.linux.x8) R 18721 18723 17905 0 -1 4202496 99627 0 0 0 30687 1143 0 0 25 0 1 0 21611210 464052224 98425 4089446400 4194304 7136930 140734307200272 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/18723/statm: 113294 98425 394 719 0 112573 0
Current children cumulated CPU time (s) 318.3
Current children cumulated vsize (KiB) 453176

[startup+318.401 s]
/proc/loadavg: 2.01 2.00 1.10 3/179 18733
/proc/meminfo: memFree=29314264/32950928 swapFree=67111528/67111528
[pid=18723] ppid=18721 vsize=452660 CPUtime=318.4
/proc/18723/stat : 18723 (pbscip.linux.x8) R 18721 18723 17905 0 -1 4202496 99627 0 0 0 30696 1144 0 0 25 0 1 0 21611210 463523840 98296 4089446400 4194304 7136930 140734307200272 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/18723/statm: 113165 98296 394 719 0 112444 0
Current children cumulated CPU time (s) 318.4
Current children cumulated vsize (KiB) 452660

Child status: 0
Real time (s): 318.43
CPU time (s): 318.438
CPU user time (s): 306.981
CPU system time (s): 11.4563
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 453176

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

runsolver used 0.604908 second user time and 1.06784 second system time

The end

Launcher Data

Begin job on node120 at 2010-07-07 22:19:37
IDJOB=2700106
IDBENCH=79400
IDSOLVER=1206
FILE ID=node120/2700106-1278533977
PBS_JOBID= 11239237
Free space on /tmp= 73460 MiB

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

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

MD5SUM BENCH= 11b5917216c9682d33b4eac8f024a9c6
RANDOM SEED=819368025

node120.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.813
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.62
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.813
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.82
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.813
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.813
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.75
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.813
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.78
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.813
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	: 5363.42
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.813
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.76
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.813
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      29837520 kB
Buffers:        135136 kB
Cached:        2710064 kB
SwapCached:          0 kB
Active:        1615560 kB
Inactive:      1347504 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      29837520 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            3120 kB
Writeback:           0 kB
AnonPages:      118056 kB
Mapped:          15400 kB
Slab:            85380 kB
PageTables:       4716 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   263428 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= 73456 MiB
End job on node120 at 2010-07-07 22:24:56