Trace number 2694146

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 1756.11 1756.05

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111224929--soft-0-100-0.wbo
MD5SUM5f93bdccbf9c1cc8d25b014cd19ec634
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark8
Best CPU time to get the best result obtained on this benchmark0.19097
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables169
Total number of constraints101
Number of soft constraints101
Number of constraints which are clauses30
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint169
Top cost 5034
Min constraint cost 1
Max constraint cost 98
Sum of constraints costs 5033
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1264
Number of bits of the biggest sum of numbers11
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-2694146-1277923967.wbo>
0.00/0.00	c original problem has 371 variables (270 bin, 0 int, 0 impl, 101 cont) and 203 constraints
0.00/0.00	c problem read
0.00/0.00	c presolving settings loaded
0.00/0.00	c [src/scip/lpi_none.c:41] ERROR: there is no LP solver linked to the binary (LPS=none); you should set the parameter <lp/solvefreq> to <-1> to avoid solving LPs
0.00/0.00	o 5033
0.00/0.00	c feasible solution found by trivial heuristic, objective value  5.033000e+03
0.00/0.00	c presolving:
0.00/0.01	c (round 1) 0 del vars, 1 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 101 impls, 0 clqs
0.00/0.01	c (round 2) 0 del vars, 1 del conss, 101 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 101 impls, 0 clqs
0.00/0.01	c    (0.0s) probing: 101/270 (37.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.00/0.01	c    (0.0s) probing aborted: 100/100 successive totally useless probings
0.00/0.01	c presolving (3 rounds):
0.00/0.01	c  0 deleted vars, 1 deleted constraints, 101 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.01	c  101 implications, 0 cliques
0.00/0.01	c presolved problem has 371 variables (270 bin, 0 int, 0 impl, 101 cont) and 202 constraints
0.00/0.01	c     101 constraints of type <indicator>
0.00/0.01	c     101 constraints of type <linear>
0.00/0.01	c transformed objective value is always integral (scale: 1)
0.00/0.01	c Presolving Time: 0.01
0.00/0.01	c - non default parameters ----------------------------------------------------------------------
0.00/0.01	c # SCIP version 1.2.1.2
0.00/0.01	c 
0.00/0.01	c # frequency for displaying node information lines
0.00/0.01	c # [type: int, range: [-1,2147483647], default: 100]
0.00/0.01	c display/freq = 10000
0.00/0.01	c 
0.00/0.01	c # maximal time in seconds to run
0.00/0.01	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.01	c limits/time = 1800
0.00/0.01	c 
0.00/0.01	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.01	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.01	c limits/memory = 3420
0.00/0.01	c 
0.00/0.01	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
0.00/0.01	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.01	c lp/solvefreq = -1
0.00/0.01	c 
0.00/0.01	c # should presolving try to simplify inequalities
0.00/0.01	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.01	c constraints/linear/simplifyinequalities = TRUE
0.00/0.01	c 
0.00/0.01	c # should presolving try to simplify knapsacks
0.00/0.01	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.01	c constraints/knapsack/simplifyinequalities = TRUE
0.00/0.01	c 
0.00/0.01	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.00/0.01	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.01	c separating/rapidlearning/freq = 0
0.00/0.01	c 
0.00/0.01	c -----------------------------------------------------------------------------------------------
0.00/0.01	c start solving
0.00/0.01	c 
0.00/0.01	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.00/0.01	c t 0.0s|     1 |     2 |     0 |     - |1124k|   0 |   - | 371 | 202 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 | 5.033000e+03 |    Inf 
1.69/1.72	c   1.6s| 10000 |  6694 |     0 |   0.0 |7690k| 171 |   - | 371 |5047 |   0 |   0 |   0 |8618 |   0 | 0.000000e+00 | 5.033000e+03 |    Inf 
3.39/3.46	c   3.3s| 20000 | 13557 |     0 |   0.0 |  12M| 207 |   - | 371 |5731 |   0 |   0 |   0 |  16k|   0 | 0.000000e+00 | 5.033000e+03 |    Inf 
7.19/7.22	c   7.0s| 30000 | 16474 |     0 |   0.0 |  18M| 207 |   - | 371 |  11k|   0 |   0 |   0 |  34k|   0 | 0.000000e+00 | 5.033000e+03 |    Inf 
8.99/9.09	o 658
8.99/9.09	c * 8.8s| 34031 | 17036 |     0 |   0.0 |  20M| 207 |   - | 371 |  14k|   0 |   0 |   0 |  42k|   0 | 0.000000e+00 | 6.580000e+02 |    Inf 
9.49/9.52	c   9.2s| 40000 | 22979 |     0 |   0.0 |  18M| 207 |   - | 371 |3477 |   0 |   0 |   0 |  42k|   0 | 0.000000e+00 | 6.580000e+02 |    Inf 
9.59/9.60	o 115
9.59/9.60	c * 9.3s| 41520 | 17147 |     0 |   0.0 |  16M| 207 |   - | 371 |1946 |   0 |   0 |   0 |  42k|   0 | 0.000000e+00 | 1.150000e+02 |    Inf 
10.19/10.24	c   9.9s| 50000 | 25141 |     0 |   0.0 |  20M| 207 |   - | 371 |1238 |   0 |   0 |   0 |  44k|   0 | 0.000000e+00 | 1.150000e+02 |    Inf 
10.49/10.54	o 109
10.49/10.54	c *10.2s| 53557 | 28222 |     0 |   0.0 |  22M| 207 |   - | 371 |1654 |   0 |   0 |   0 |  44k|   0 | 0.000000e+00 | 1.090000e+02 |    Inf 
11.09/11.19	c  10.8s| 60000 | 33785 |     0 |   0.0 |  25M| 207 |   - | 371 |2455 |   0 |   0 |   0 |  47k|   0 | 0.000000e+00 | 1.090000e+02 |    Inf 
11.09/11.19	o 101
11.09/11.19	c *10.8s| 60007 | 33534 |     0 |   0.0 |  25M| 207 |   - | 371 |2455 |   0 |   0 |   0 |  47k|   0 | 0.000000e+00 | 1.010000e+02 |    Inf 
11.19/11.20	o 99
11.19/11.20	c *10.8s| 60032 | 33336 |     0 |   0.0 |  25M| 207 |   - | 371 |2451 |   0 |   0 |   0 |  47k|   0 | 0.000000e+00 | 9.900000e+01 |    Inf 
11.19/11.24	o 92
11.19/11.24	c *10.8s| 60321 | 32879 |     0 |   0.0 |  24M| 207 |   - | 371 |2509 |   0 |   0 |   0 |  47k|   0 | 0.000000e+00 | 9.200000e+01 |    Inf 
11.49/11.51	o 82
11.49/11.51	c *11.1s| 62129 | 32858 |     0 |   0.0 |  24M| 207 |   - | 371 |2198 |   0 |   0 |   0 |  48k|   0 | 0.000000e+00 | 8.200000e+01 |    Inf 
11.59/11.61	o 80
11.59/11.61	c *11.2s| 62722 | 33207 |     0 |   0.0 |  24M| 207 |   - | 371 |2333 |   0 |   0 |   0 |  48k|   0 | 0.000000e+00 | 8.000000e+01 |    Inf 
11.79/11.88	o 71
11.79/11.88	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
11.79/11.88	c *11.4s| 64223 | 33347 |     0 |   0.0 |  25M| 207 |   - | 371 |2936 |   0 |   0 |   0 |  49k|   0 | 0.000000e+00 | 7.100000e+01 |    Inf 
11.79/11.88	o 61
11.79/11.88	c *11.4s| 64224 | 30170 |     0 |   0.0 |  23M| 207 |   - | 371 |2936 |   0 |   0 |   0 |  49k|   0 | 0.000000e+00 | 6.100000e+01 |    Inf 
11.79/11.89	o 53
11.79/11.89	c *11.5s| 64279 | 29331 |     0 |   0.0 |  22M| 207 |   - | 371 |2950 |   0 |   0 |   0 |  49k|   0 | 0.000000e+00 | 5.300000e+01 |    Inf 
11.89/11.97	o 48
11.89/11.97	c *11.5s| 64600 | 29408 |     0 |   0.0 |  22M| 207 |   - | 371 |2902 |   0 |   0 |   0 |  50k|   0 | 0.000000e+00 | 4.800000e+01 |    Inf 
11.89/11.99	o 38
11.89/11.99	c *11.6s| 64693 | 28594 |     0 |   0.0 |  22M| 207 |   - | 371 |2892 |   0 |   0 |   0 |  50k|   0 | 0.000000e+00 | 3.800000e+01 |    Inf 
12.00/12.00	o 36
12.00/12.00	c *11.6s| 64774 | 28545 |     0 |   0.0 |  22M| 207 |   - | 371 |2939 |   0 |   0 |   0 |  50k|   0 | 0.000000e+00 | 3.600000e+01 |    Inf 
12.00/12.00	o 33
12.00/12.00	c *11.6s| 64775 | 28014 |     0 |   0.0 |  22M| 207 |   - | 371 |2939 |   0 |   0 |   0 |  50k|   0 | 0.000000e+00 | 3.300000e+01 |    Inf 
12.00/12.01	o 13
12.00/12.01	c *11.6s| 64802 | 25978 |     0 |   0.0 |  21M| 207 |   - | 371 |2952 |   0 |   0 |   0 |  50k|   0 | 0.000000e+00 | 1.300000e+01 |    Inf 
12.00/12.02	o 11
12.00/12.02	c *11.6s| 64833 | 24039 |     0 |   0.0 |  20M| 207 |   - | 371 |2898 |   0 |   0 |   0 |  50k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
12.99/13.05	c  12.6s| 70000 | 26948 |     0 |   0.0 |  23M| 207 |   - | 371 |3922 |   0 |   0 |   0 |  56k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
17.69/17.70	c  17.1s| 80000 | 27485 |     0 |   0.0 |  27M| 207 |   - | 371 |9410 |   0 |   0 |   0 |  78k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
23.19/23.21	c  22.5s| 90000 | 27527 |     0 |   0.0 |  30M| 207 |   - | 371 |  13k|   0 |   0 |   0 | 102k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
27.19/27.29	c  26.5s|100000 | 30890 |     0 |   0.0 |  29M| 207 |   - | 371 |4448 |   0 |   0 |   0 | 118k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
30.29/30.35	c  29.5s|110000 | 35390 |     0 |   0.0 |  35M| 207 |   - | 371 |7551 |   0 |   0 |   0 | 132k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
34.99/35.08	c  34.1s|120000 | 37320 |     0 |   0.0 |  40M| 207 |   - | 371 |9898 |   0 |   0 |   0 | 150k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
40.99/41.07	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
40.99/41.07	c  40.0s|130000 | 36606 |     0 |   0.0 |  42M| 207 |   - | 371 |  10k|   0 |   0 |   0 | 168k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
43.59/43.64	c  42.5s|140000 | 43355 |     0 |   0.0 |  45M| 207 |   - | 371 |7435 |   0 |   0 |   0 | 179k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
46.79/46.81	c  45.6s|150000 | 48888 |     0 |   0.0 |  51M| 207 |   - | 371 |  10k|   0 |   0 |   0 | 192k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
55.00/55.02	c  53.7s|160000 | 46587 |     0 |   0.0 |  54M| 207 |   - | 371 |  22k|   0 |   0 |   0 | 217k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
67.79/67.84	c  66.4s|170000 | 45464 |     0 |   0.0 |  51M| 207 |   - | 371 |  23k|   0 |   0 |   0 | 242k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
76.69/76.78	c  75.2s|180000 | 48536 |     0 |   0.0 |  54M| 207 |   - | 371 |  20k|   0 |   0 |   0 | 263k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
87.69/87.73	c  86.1s|190000 | 49463 |     0 |   0.0 |  57M| 207 |   - | 371 |  21k|   0 |   0 |   0 | 287k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
99.40/99.48	c  97.7s|200000 | 49947 |     0 |   0.0 |  61M| 207 |   - | 371 |  26k|   0 |   0 |   0 | 310k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
114.59/114.67	c   113s|210000 | 49334 |     0 |   0.0 |  64M| 207 |   - | 371 |  32k|   0 |   0 |   0 | 335k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
131.79/131.82	c   130s|220000 | 49740 |     0 |   0.0 |  61M| 207 |   - | 371 |  24k|   0 |   0 |   0 | 357k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
138.30/138.39	c   136s|230000 | 54258 |     0 |   0.0 |  62M| 207 |   - | 371 |  14k|   0 |   0 |   0 | 373k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
146.49/146.56	c   144s|240000 | 56438 |     0 |   0.0 |  66M| 207 |   - | 371 |  16k|   0 |   0 |   0 | 392k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
152.49/152.56	c   150s|250000 | 60692 |     0 |   0.0 |  67M| 207 |   - | 371 |  12k|   0 |   0 |   0 | 407k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
156.80/156.85	c   155s|260000 | 66159 |     0 |   0.0 |  71M| 207 |   - | 371 |  14k|   0 |   0 |   0 | 421k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
161.89/161.99	c   160s|270000 | 71083 |     0 |   0.0 |  76M| 207 |   - | 371 |  17k|   0 |   0 |   0 | 436k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
168.60/168.69	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
168.60/168.69	c   166s|280000 | 75036 |     0 |   0.0 |  79M| 207 |   - | 371 |  20k|   0 |   0 |   0 | 452k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
176.60/176.66	c   174s|290000 | 78782 |     0 |   0.0 |  83M| 207 |   - | 371 |  21k|   0 |   0 |   0 | 470k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
185.70/185.76	c   183s|300000 | 80945 |     0 |   0.0 |  86M| 207 |   - | 371 |  22k|   0 |   0 |   0 | 490k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
195.90/195.91	c   193s|310000 | 82278 |     0 |   0.0 |  90M| 207 |   - | 371 |  28k|   0 |   0 |   0 | 515k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
210.69/210.77	c   208s|320000 | 82562 |     0 |   0.0 |  95M| 207 |   - | 371 |  36k|   0 |   0 |   0 | 541k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
233.00/233.02	c   230s|330000 | 80998 |     0 |   0.0 |  99M| 207 |   - | 371 |  45k|   0 |   0 |   0 | 569k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
261.60/261.61	c   258s|340000 | 78266 |     0 |   0.0 |  99M| 207 |   - | 371 |  52k|   0 |   0 |   0 | 598k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
285.70/285.71	c   282s|350000 | 78871 |     0 |   0.0 |  93M| 207 |   - | 371 |  29k|   0 |   0 |   0 | 621k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
298.90/298.92	c   296s|360000 | 80705 |     0 |   0.0 |  97M| 207 |   - | 371 |  32k|   0 |   0 |   0 | 642k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
315.40/315.42	c   312s|370000 | 81300 |     0 |   0.0 | 102M| 207 |   - | 371 |  40k|   0 |   0 |   0 | 665k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
339.60/339.68	c   336s|380000 | 81006 |     0 |   0.0 | 104M| 207 |   - | 371 |  44k|   0 |   0 |   0 | 688k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
356.70/356.79	o 8
356.70/356.79	c * 353s|387277 | 64997 |     0 |   0.0 |  85M| 207 |   - | 371 |  31k|   0 |   0 |   0 | 706k|   0 | 1.000000e+00 | 8.000000e+00 | 700.00%
362.40/362.47	c   359s|390000 | 64572 |     0 |   0.0 |  84M| 207 |   - | 371 |  24k|   0 |   0 |   0 | 713k|   0 | 1.000000e+00 | 8.000000e+00 | 700.00%
377.90/377.92	c   374s|400000 | 63012 |     0 |   0.0 |  86M| 207 |   - | 371 |  22k|   0 |   0 |   0 | 739k|   0 | 1.000000e+00 | 8.000000e+00 | 700.00%
393.81/393.81	c   390s|410000 | 60794 |     0 |   0.0 |  89M| 207 |   - | 371 |  23k|   0 |   0 |   0 | 765k|   0 | 1.000000e+00 | 8.000000e+00 | 700.00%
409.41/409.41	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
409.41/409.41	c   405s|420000 | 59140 |     0 |   0.0 |  91M| 207 |   - | 371 |  23k|   0 |   0 |   0 | 791k|   0 | 1.000000e+00 | 8.000000e+00 | 700.00%
426.30/426.33	c   422s|430000 | 57543 |     0 |   0.0 |  93M| 207 |   - | 371 |  27k|   0 |   0 |   0 | 816k|   0 | 1.000000e+00 | 8.000000e+00 | 700.00%
444.81/444.89	c   441s|440000 | 56447 |     0 |   0.0 |  96M| 207 |   - | 371 |  32k|   0 |   0 |   0 | 844k|   0 | 1.000000e+00 | 8.000000e+00 | 700.00%
465.01/465.03	c   461s|450000 | 55148 |     0 |   0.0 |  95M| 207 |   - | 371 |  28k|   0 |   0 |   0 | 869k|   0 | 1.000000e+00 | 8.000000e+00 | 700.00%
479.81/479.87	c   475s|460000 | 54682 |     0 |   0.0 |  91M| 207 |   - | 371 |  20k|   0 |   0 |   0 | 892k|   0 | 1.000000e+00 | 8.000000e+00 | 700.00%
499.41/499.43	c   495s|470000 | 49738 |     0 |   0.0 |  86M| 207 |   - | 371 |  24k|   0 |   0 |   0 | 923k|   0 | 1.000000e+00 | 8.000000e+00 | 700.00%
517.81/517.83	c   513s|480000 | 47420 |     0 |   0.0 |  89M| 207 |   - | 371 |  35k|   0 |   0 |   0 | 948k|   0 | 1.000000e+00 | 8.000000e+00 | 700.00%
542.60/542.60	c   538s|490000 | 43589 |     0 |   0.0 |  87M| 207 |   - | 371 |  37k|   0 |   0 |   0 | 975k|   0 | 1.000000e+00 | 8.000000e+00 | 700.00%
569.21/569.27	c   564s|500000 | 39338 |     0 |   0.0 |  84M| 207 |   - | 371 |  42k|   0 |   0 |   0 |1004k|   0 | 1.000000e+00 | 8.000000e+00 | 700.00%
602.71/602.79	c   598s|510000 | 34532 |     0 |   0.0 |  81M| 207 |   - | 371 |  42k|   0 |   0 |   0 |1032k|   0 | 2.000000e+00 | 8.000000e+00 | 300.00%
638.41/638.42	c   633s|520000 | 29049 |     0 |   0.0 |  77M| 207 |   - | 371 |  44k|   0 |   0 |   0 |1063k|   0 | 2.000000e+00 | 8.000000e+00 | 300.00%
662.61/662.64	c   657s|530000 | 28140 |     0 |   0.0 |  73M| 207 |   - | 371 |  41k|   0 |   0 |   0 |1087k|   0 | 2.000000e+00 | 8.000000e+00 | 300.00%
683.31/683.38	c   677s|540000 | 29444 |     0 |   0.0 |  65M| 207 |   - | 371 |  24k|   0 |   0 |   0 |1105k|   0 | 2.000000e+00 | 8.000000e+00 | 300.00%
689.81/689.86	c   684s|550000 | 35975 |     0 |   0.0 |  68M| 207 |   - | 371 |  21k|   0 |   0 |   0 |1116k|   0 | 2.000000e+00 | 8.000000e+00 | 300.00%
710.41/710.42	c   704s|560000 | 31274 |     0 |   0.0 |  70M| 207 |   - | 371 |  37k|   0 |   0 |   0 |1144k|   0 | 2.000000e+00 | 8.000000e+00 | 300.00%
745.12/745.18	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
745.12/745.18	c   738s|570000 | 24870 |     0 |   0.0 |  58M| 207 |   - | 371 |  35k|   0 |   0 |   0 |1171k|   0 | 2.000000e+00 | 8.000000e+00 | 300.00%
772.51/772.58	c   765s|580000 | 21186 |     0 |   0.0 |  48M| 207 |   - | 371 |  43k|   0 |   0 |   0 |1195k|   0 | 2.000000e+00 | 8.000000e+00 | 300.00%
786.12/786.18	c   778s|590000 | 26688 |     0 |   0.0 |  47M| 207 |   - | 371 |  27k|   0 |   0 |   0 |1210k|   0 | 2.000000e+00 | 8.000000e+00 | 300.00%
799.01/799.00	c   791s|600000 | 30507 |     0 |   0.0 |  50M| 207 |   - | 371 |  28k|   0 |   0 |   0 |1228k|   0 | 2.000000e+00 | 8.000000e+00 | 300.00%
813.52/813.50	c   805s|610000 | 33008 |     0 |   0.0 |  53M| 207 |   - | 371 |  28k|   0 |   0 |   0 |1248k|   0 | 2.000000e+00 | 8.000000e+00 | 300.00%
828.62/828.60	c   820s|620000 | 34973 |     0 |   0.0 |  55M| 207 |   - | 371 |  29k|   0 |   0 |   0 |1268k|   0 | 3.000000e+00 | 8.000000e+00 | 166.67%
844.61/844.65	c   836s|630000 | 36281 |     0 |   0.0 |  59M| 207 |   - | 371 |  31k|   0 |   0 |   0 |1289k|   0 | 3.000000e+00 | 8.000000e+00 | 166.67%
862.32/862.37	c   853s|640000 | 34604 |     0 |   0.0 |  57M| 207 |   - | 371 |  34k|   0 |   0 |   0 |1313k|   0 | 3.000000e+00 | 8.000000e+00 | 166.67%
880.22/880.24	c   871s|650000 | 35749 |     0 |   0.0 |  53M| 207 |   - | 371 |  29k|   0 |   0 |   0 |1333k|   0 | 3.000000e+00 | 8.000000e+00 | 166.67%
898.22/898.26	c   888s|660000 | 37300 |     0 |   0.0 |  56M| 207 |   - | 371 |  32k|   0 |   0 |   0 |1356k|   0 | 5.000000e+00 | 8.000000e+00 |  60.00%
922.83/922.88	c   913s|670000 | 37036 |     0 |   0.0 |  60M| 207 |   - | 371 |  37k|   0 |   0 |   0 |1383k|   0 | 5.000000e+00 | 8.000000e+00 |  60.00%
949.92/949.94	c   939s|680000 | 36326 |     0 |   0.0 |  63M| 207 |   - | 371 |  40k|   0 |   0 |   0 |1410k|   0 | 5.000000e+00 | 8.000000e+00 |  60.00%
978.22/978.22	c   967s|690000 | 35571 |     0 |   0.0 |  65M| 207 |   - | 371 |  40k|   0 |   0 |   0 |1436k|   0 | 5.000000e+00 | 8.000000e+00 |  60.00%
1006.53/1006.54	c   995s|700000 | 34481 |     0 |   0.0 |  66M| 207 |   - | 371 |  39k|   0 |   0 |   0 |1462k|   0 | 5.000000e+00 | 8.000000e+00 |  60.00%
1036.02/1036.05	c  1024s|710000 | 32684 |     0 |   0.0 |  68M| 207 |   - | 371 |  41k|   0 |   0 |   0 |1489k|   0 | 5.000000e+00 | 8.000000e+00 |  60.00%
1065.33/1065.37	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1065.33/1065.37	c  1053s|720000 | 30765 |     0 |   0.0 |  68M| 207 |   - | 371 |  43k|   0 |   0 |   0 |1515k|   0 | 5.000000e+00 | 8.000000e+00 |  60.00%
1074.03/1074.06	c  1062s|730000 | 37769 |     0 |   0.0 |  67M| 207 |   - | 371 |  27k|   0 |   0 |   0 |1525k|   0 | 5.000000e+00 | 8.000000e+00 |  60.00%
1094.23/1094.24	c  1082s|740000 | 36899 |     0 |   0.0 |  70M| 207 |   - | 371 |  33k|   0 |   0 |   0 |1550k|   0 | 5.000000e+00 | 8.000000e+00 |  60.00%
1126.53/1126.52	c  1113s|750000 | 32796 |     0 |   0.0 |  70M| 207 |   - | 371 |  40k|   0 |   0 |   0 |1580k|   0 | 5.000000e+00 | 8.000000e+00 |  60.00%
1166.23/1166.26	c  1153s|760000 | 27453 |     0 |   0.0 |  65M| 207 |   - | 371 |  43k|   0 |   0 |   0 |1611k|   0 | 5.000000e+00 | 8.000000e+00 |  60.00%
1210.23/1210.28	c  1196s|770000 | 21093 |     0 |   0.0 |  55M| 207 |   - | 371 |  42k|   0 |   0 |   0 |1641k|   0 | 5.000000e+00 | 8.000000e+00 |  60.00%
1226.73/1226.71	c  1213s|780000 | 25760 |     0 |   0.0 |  54M| 207 |   - | 371 |  34k|   0 |   0 |   0 |1656k|   0 | 5.000000e+00 | 8.000000e+00 |  60.00%
1240.74/1240.73	c  1226s|790000 | 30214 |     0 |   0.0 |  58M| 207 |   - | 371 |  35k|   0 |   0 |   0 |1672k|   0 | 5.000000e+00 | 8.000000e+00 |  60.00%
1257.73/1257.78	c  1243s|800000 | 33130 |     0 |   0.0 |  62M| 207 |   - | 371 |  34k|   0 |   0 |   0 |1692k|   0 | 5.000000e+00 | 8.000000e+00 |  60.00%
1276.53/1276.58	c  1262s|810000 | 34319 |     0 |   0.0 |  65M| 207 |   - | 371 |  35k|   0 |   0 |   0 |1715k|   0 | 5.000000e+00 | 8.000000e+00 |  60.00%
1304.23/1304.24	c  1289s|820000 | 30723 |     0 |   0.0 |  62M| 207 |   - | 371 |  41k|   0 |   0 |   0 |1743k|   0 | 5.000000e+00 | 8.000000e+00 |  60.00%
1332.13/1332.19	c  1316s|830000 | 29856 |     0 |   0.0 |  51M| 207 |   - | 371 |  37k|   0 |   0 |   0 |1764k|   0 | 5.000000e+00 | 8.000000e+00 |  60.00%
1350.13/1350.11	c  1334s|840000 | 32942 |     0 |   0.0 |  52M| 207 |   - | 371 |  36k|   0 |   0 |   0 |1783k|   0 | 5.000000e+00 | 8.000000e+00 |  60.00%
1369.33/1369.34	c  1353s|850000 | 35292 |     0 |   0.0 |  55M| 207 |   - | 371 |  38k|   0 |   0 |   0 |1805k|   0 | 7.000000e+00 | 8.000000e+00 |  14.29%
1391.33/1391.34	c  1375s|860000 | 36776 |     0 |   0.0 |  59M| 207 |   - | 371 |  41k|   0 |   0 |   0 |1828k|   0 | 7.000000e+00 | 8.000000e+00 |  14.29%
1424.44/1424.43	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1424.44/1424.43	c  1407s|870000 | 35127 |     0 |   0.0 |  63M| 207 |   - | 371 |  48k|   0 |   0 |   0 |1856k|   0 | 7.000000e+00 | 8.000000e+00 |  14.29%
1461.94/1461.98	c  1445s|880000 | 32381 |     0 |   0.0 |  64M| 207 |   - | 371 |  49k|   0 |   0 |   0 |1886k|   0 | 7.000000e+00 | 8.000000e+00 |  14.29%
1498.83/1498.88	c  1481s|890000 | 29020 |     0 |   0.0 |  63M| 207 |   - | 371 |  52k|   0 |   0 |   0 |1916k|   0 | 7.000000e+00 | 8.000000e+00 |  14.29%
1534.14/1534.11	c  1516s|900000 | 27849 |     0 |   0.0 |  64M| 207 |   - | 371 |  50k|   0 |   0 |   0 |1941k|   0 | 7.000000e+00 | 8.000000e+00 |  14.29%
1571.54/1571.55	c  1553s|910000 | 25377 |     0 |   0.0 |  64M| 207 |   - | 371 |  45k|   0 |   0 |   0 |1970k|   0 | 7.000000e+00 | 8.000000e+00 |  14.29%
1612.94/1612.91	c  1594s|920000 | 21146 |     0 |   0.0 |  63M| 207 |   - | 371 |  45k|   0 |   0 |   0 |2001k|   0 | 7.000000e+00 | 8.000000e+00 |  14.29%
1658.64/1658.68	c  1639s|930000 | 15666 |     0 |   0.0 |  59M| 207 |   - | 371 |  50k|   0 |   0 |   0 |2034k|   0 | 7.000000e+00 | 8.000000e+00 |  14.29%
1717.84/1717.82	c  1698s|940000 |  7090 |     0 |   0.0 |  46M| 207 |   - | 371 |  54k|   0 |   0 |   0 |2069k|   0 | 7.000000e+00 | 8.000000e+00 |  14.29%
1755.94/1755.97	c 
1755.94/1755.97	c SCIP Status        : problem is solved [optimal solution found]
1755.94/1755.97	c Solving Time (sec) : 1735.84
1755.94/1755.97	c Solving Nodes      : 945297
1755.94/1755.97	c Primal Bound       : +8.00000000000000e+00 (21 solutions)
1755.94/1755.97	c Dual Bound         : +8.00000000000000e+00
1755.94/1755.97	c Gap                : 0.00 %
1755.94/1755.97	s OPTIMUM FOUND
1755.94/1755.97	v -x169 -x168 -x167 -x166 x165 -x164 -x163 -x162 -x161 -x160 -x159 -x158 -x157 -x156 -x155 -x154 -x153 -x152 -x151 -x150 -x149 -x148 
1755.94/1755.97	v -x147 -x146 x145 -x144 -x143 -x142 -x141 -x140 -x139 -x138 -x137 -x136 x135 -x134 -x133 -x132 -x131 x130 -x129 -x128 -x127 
1755.94/1755.97	v -x126 -x125 -x124 -x123 -x122 -x121 -x120 -x119 -x118 -x117 -x116 x115 -x114 -x113 -x112 -x111 -x110 -x109 -x108 -x107 -x106 
1755.94/1755.97	v -x105 -x104 -x103 -x102 -x101 -x100 -x99 -x98 -x97 -x96 -x95 x94 -x93 -x92 -x91 -x90 -x89 -x88 -x87 -x86 -x85 x84 -x83 -x82 
1755.94/1755.97	v -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 
1755.94/1755.97	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 
1755.94/1755.97	v -x30 -x29 -x28 -x27 -x26 -x25 -x24 x23 -x22 -x21 -x20 -x19 -x18 -x17 -x16 -x15 -x14 -x13 -x12 -x11 -x10 -x9 -x8 x7 -x6 -x5 
1755.94/1755.97	v -x4 -x3 -x2 -x1 
1755.94/1755.97	c SCIP Status        : problem is solved [optimal solution found]
1755.94/1755.97	c Solving Time       :    1735.84
1755.94/1755.97	c Original Problem   :
1755.94/1755.97	c   Problem name     : HOME/instance-2694146-1277923967.wbo
1755.94/1755.97	c   Variables        : 371 (270 binary, 0 integer, 0 implicit integer, 101 continuous)
1755.94/1755.97	c   Constraints      : 203 initial, 203 maximal
1755.94/1755.97	c Presolved Problem  :
1755.94/1755.97	c   Problem name     : t_HOME/instance-2694146-1277923967.wbo
1755.94/1755.97	c   Variables        : 371 (270 binary, 0 integer, 0 implicit integer, 101 continuous)
1755.94/1755.97	c   Constraints      : 202 initial, 58880 maximal
1755.94/1755.97	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1755.94/1755.97	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1755.94/1755.97	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1755.94/1755.97	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1755.94/1755.97	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1755.94/1755.97	c   implics          :       0.00          0          0          0          0          0          0          0          0
1755.94/1755.97	c   probing          :       0.01          0          0          0          0          0          0          0          0
1755.94/1755.97	c   indicator        :       0.00          0          0          0          0          0          0          0          0
1755.94/1755.97	c   linear           :       0.00          0          0          0        101          0          1          0          0
1755.94/1755.97	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1755.94/1755.97	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0
1755.94/1755.97	c   root node        :          -          4          -          -          8          -          -          -          -
1755.94/1755.97	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1755.94/1755.97	c   integral         :          0          0          0          0          0          0          0          0          0          0
1755.94/1755.97	c   indicator        :        101          0    2712057          0     552267         97     175452          0          0          0
1755.94/1755.97	c   linear           :        101          0    3003790          0     607228     453021   18597637          0          0          0
1755.94/1755.97	c   logicor          :          0+         0    1552099          0          0      59222     928422          0          0          0
1755.94/1755.97	c   bounddisjunction :          0+         0      77312          0          0          0          2          0          0          0
1755.94/1755.97	c   countsols        :          0          0          0          0     607246          0          0          0          0          0
1755.94/1755.97	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1755.94/1755.97	c   integral         :       0.00       0.00       0.00       0.00       0.00
1755.94/1755.97	c   indicator        :       0.91       0.00       0.44       0.00       0.47
1755.94/1755.97	c   linear           :     121.30       0.00     121.05       0.00       0.25
1755.94/1755.97	c   logicor          :     869.88       0.00     869.88       0.00       0.00
1755.94/1755.97	c   bounddisjunction :       0.21       0.00       0.21       0.00       0.00
1755.94/1755.97	c   countsols        :       0.06       0.00       0.00       0.00       0.06
1755.94/1755.97	c Propagators        :       Time      Calls    Cutoffs    DomReds
1755.94/1755.97	c   vbounds          :       0.38          2          0          0
1755.94/1755.97	c   rootredcost      :       0.36          0          0          0
1755.94/1755.97	c   pseudoobj        :       8.64    3003875        160     151365
1755.94/1755.97	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1755.94/1755.97	c   propagation      :      37.72     512403     512391    2963970       28.8     349684       14.4          -
1755.94/1755.97	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1755.94/1755.97	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1755.94/1755.97	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1755.94/1755.97	c   pseudo solution  :       0.00          9          9         56       47.8         13       13.2          -
1755.94/1755.97	c   applied globally :          -          -          -    2030817       18.3          -          -          -
1755.94/1755.97	c   applied locally  :          -          -          -      58458       37.7          -          -          -
1755.94/1755.97	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1755.94/1755.97	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
1755.94/1755.97	c   redcost          :       0.00          0          0          0          0          0
1755.94/1755.97	c   impliedbounds    :       0.00          0          0          0          0          0
1755.94/1755.97	c   intobj           :       0.00          0          0          0          0          0
1755.94/1755.97	c   cgmip            :       0.00          0          0          0          0          0
1755.94/1755.97	c   gomory           :       0.00          0          0          0          0          0
1755.94/1755.97	c   strongcg         :       0.00          0          0          0          0          0
1755.94/1755.97	c   cmir             :       0.00          0          0          0          0          0
1755.94/1755.97	c   flowcover        :       0.00          0          0          0          0          0
1755.94/1755.97	c   clique           :       0.00          0          0          0          0          0
1755.94/1755.97	c   zerohalf         :       0.00          0          0          0          0          0
1755.94/1755.97	c   mcf              :       0.00          0          0          0          0          0
1755.94/1755.97	c   rapidlearning    :       0.00          0          0          0          0          0
1755.94/1755.97	c Pricers            :       Time      Calls       Vars
1755.94/1755.97	c   problem variables:       0.00          0          0
1755.94/1755.97	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1755.94/1755.97	c   relpscost        :       0.00          0          0          0          0          0          0
1755.94/1755.97	c   pscost           :       0.00          0          0          0          0          0          0
1755.94/1755.97	c   inference        :       5.27     607228          0          0          0          0    1214456
1755.94/1755.97	c   mostinf          :       0.00          0          0          0          0          0          0
1755.94/1755.97	c   leastinf         :       0.00          0          0          0          0          0          0
1755.94/1755.97	c   fullstrong       :       0.00          0          0          0          0          0          0
1755.94/1755.97	c   allfullstrong    :       0.00          0          0          0          0          0          0
1755.94/1755.97	c   random           :       0.00          0          0          0          0          0          0
1755.94/1755.97	c Primal Heuristics  :       Time      Calls      Found
1755.94/1755.97	c   LP solutions     :       0.00          -          0
1755.94/1755.97	c   pseudo solutions :       0.05          -         18
1755.94/1755.97	c   oneopt           :       0.23          0          0
1755.94/1755.97	c   trivial          :       0.00          2          2
1755.94/1755.97	c   simplerounding   :       0.00          0          0
1755.94/1755.97	c   zirounding       :       0.00          0          0
1755.94/1755.97	c   rounding         :       0.00          0          0
1755.94/1755.97	c   shifting         :       0.00          0          0
1755.94/1755.97	c   intshifting      :       0.00          0          0
1755.94/1755.97	c   twoopt           :       0.00          0          0
1755.94/1755.97	c   fixandinfer      :       0.00          0          0
1755.94/1755.97	c   feaspump         :       0.00          0          0
1755.94/1755.97	c   coefdiving       :       0.00          0          0
1755.94/1755.97	c   pscostdiving     :       0.00          0          0
1755.94/1755.97	c   fracdiving       :       0.00          0          0
1755.94/1755.97	c   veclendiving     :       0.00          0          0
1755.94/1755.97	c   intdiving        :       0.00          0          0
1755.94/1755.97	c   actconsdiving    :       0.00          0          0
1755.94/1755.97	c   objpscostdiving  :       0.00          0          0
1755.94/1755.97	c   rootsoldiving    :       0.00          0          0
1755.94/1755.97	c   linesearchdiving :       0.00          0          0
1755.94/1755.97	c   guideddiving     :       0.00          0          0
1755.94/1755.97	c   octane           :       0.00          0          0
1755.94/1755.97	c   rens             :       0.00          0          0
1755.94/1755.97	c   rins             :       0.00          0          0
1755.94/1755.97	c   localbranching   :       0.00          0          0
1755.94/1755.97	c   mutation         :       0.00          0          0
1755.94/1755.97	c   crossover        :       0.00          0          0
1755.94/1755.97	c   dins             :       0.00          0          0
1755.94/1755.97	c   undercover       :       0.00          0          0
1755.94/1755.97	c   nlp              :       0.17          0          0
1755.94/1755.97	c   trysol           :       0.08          1          1
1755.94/1755.97	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1755.94/1755.97	c   primal LP        :       0.00          0          0       0.00          -
1755.94/1755.97	c   dual LP          :       0.00          0          0       0.00          -
1755.94/1755.97	c   lex dual LP      :       0.00          0          0       0.00          -
1755.94/1755.97	c   barrier LP       :       0.00          0          0       0.00          -
1755.94/1755.97	c   diving/probing LP:       0.00          0          0       0.00          -
1755.94/1755.97	c   strong branching :       0.00          0          0       0.00          -
1755.94/1755.97	c     (at root node) :          -          0          0       0.00          -
1755.94/1755.97	c   conflict analysis:       0.00          0          0       0.00          -
1755.94/1755.97	c B&B Tree           :
1755.94/1755.97	c   number of runs   :          1
1755.94/1755.97	c   nodes            :     945297
1755.94/1755.97	c   nodes (total)    :     945297
1755.94/1755.97	c   nodes left       :          0
1755.94/1755.97	c   max depth        :        207
1755.94/1755.97	c   max depth (total):        207
1755.94/1755.97	c   backtracks       :     363474 (38.5%)
1755.94/1755.97	c   delayed cutoffs  :     232212
1755.94/1755.97	c   repropagations   :    1074556 (5979136 domain reductions, 174458 cutoffs)
1755.94/1755.97	c   avg switch length:      20.81
1755.94/1755.97	c   switching time   :     534.71
1755.94/1755.97	c Solution           :
1755.94/1755.97	c   Solutions found  :         21 (19 improvements)
1755.94/1755.97	c   First Solution   : +5.03300000000000e+03   (in run 1, after 0 nodes, 0.00 seconds, depth 0, found by <trivial>)
1755.94/1755.97	c   Primal Bound     : +8.00000000000000e+00   (in run 1, after 387277 nodes, 353.04 seconds, depth 76, found by <relaxation>)
1755.94/1755.97	c   Dual Bound       : +8.00000000000000e+00
1755.94/1755.97	c   Gap              :       0.00 %
1755.94/1755.97	c   Root Dual Bound  : +0.00000000000000e+00
1755.94/1755.97	c   Root Iterations  :          0
1756.04/1756.05	c Time complete: 1756.1.

Verifier Data

OK	8

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2694146-1277923967/watcher-2694146-1277923967 -o /tmp/evaluation-result-2694146-1277923967/solver-2694146-1277923967 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2694146-1277923967.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: 2.36 2.14 2.04 4/196 16844
/proc/meminfo: memFree=31166532/32951124 swapFree=67111528/67111528
[pid=16844] ppid=16842 vsize=8256 CPUtime=0
/proc/16844/stat : 16844 (pbscip.linux.x8) R 16842 16844 15397 0 -1 4202496 1542 0 0 0 0 0 0 0 25 0 1 0 133691337 8454144 1464 4089446400 4194304 7136930 140734741501392 18446744073709551615 6328631 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/16844/statm: 2064 1468 275 719 0 1343 0

[startup+0.060595 s]
/proc/loadavg: 2.36 2.14 2.04 4/196 16844
/proc/meminfo: memFree=31166532/32951124 swapFree=67111528/67111528
[pid=16844] ppid=16842 vsize=13428 CPUtime=0.05
/proc/16844/stat : 16844 (pbscip.linux.x8) R 16842 16844 15397 0 -1 4202496 3308 0 0 0 4 1 0 0 25 0 1 0 133691337 13750272 2620 4089446400 4194304 7136930 140734741501392 18446744073709551615 4924114 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/16844/statm: 3357 2620 390 719 0 2636 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 13428

[startup+0.100586 s]
/proc/loadavg: 2.36 2.14 2.04 4/196 16844
/proc/meminfo: memFree=31166532/32951124 swapFree=67111528/67111528
[pid=16844] ppid=16842 vsize=13708 CPUtime=0.09
/proc/16844/stat : 16844 (pbscip.linux.x8) R 16842 16844 15397 0 -1 4202496 3398 0 0 0 8 1 0 0 25 0 1 0 133691337 14036992 2710 4089446400 4194304 7136930 140734741501392 18446744073709551615 5901702 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/16844/statm: 3427 2710 390 719 0 2706 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13708

[startup+0.300549 s]
/proc/loadavg: 2.36 2.14 2.04 4/196 16844
/proc/meminfo: memFree=31166532/32951124 swapFree=67111528/67111528
[pid=16844] ppid=16842 vsize=16312 CPUtime=0.29
/proc/16844/stat : 16844 (pbscip.linux.x8) R 16842 16844 15397 0 -1 4202496 4057 0 0 0 27 2 0 0 25 0 1 0 133691337 16703488 3369 4089446400 4194304 7136930 140734741501392 18446744073709551615 4219844 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/16844/statm: 4078 3369 390 719 0 3357 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 16312

[startup+0.700472 s]
/proc/loadavg: 2.36 2.14 2.04 4/196 16844
/proc/meminfo: memFree=31166532/32951124 swapFree=67111528/67111528
[pid=16844] ppid=16842 vsize=18316 CPUtime=0.69
/proc/16844/stat : 16844 (pbscip.linux.x8) R 16842 16844 15397 0 -1 4202496 4556 0 0 0 66 3 0 0 25 0 1 0 133691337 18755584 3868 4089446400 4194304 7136930 140734741501392 18446744073709551615 5957339 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/16844/statm: 4579 3868 390 719 0 3858 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 18316

[startup+1.50033 s]
/proc/loadavg: 2.36 2.14 2.04 3/197 16845
/proc/meminfo: memFree=31150652/32951124 swapFree=67111528/67111528
[pid=16844] ppid=16842 vsize=20988 CPUtime=1.49
/proc/16844/stat : 16844 (pbscip.linux.x8) R 16842 16844 15397 0 -1 4202496 5239 0 0 0 144 5 0 0 25 0 1 0 133691337 21491712 4551 4089446400 4194304 7136930 140734741501392 18446744073709551615 5955584 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/16844/statm: 5247 4551 390 719 0 4526 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 20988

[startup+3.10104 s]
/proc/loadavg: 2.36 2.14 2.04 3/197 16845
/proc/meminfo: memFree=31146580/32951124 swapFree=67111528/67111528
[pid=16844] ppid=16842 vsize=26280 CPUtime=3.09
/proc/16844/stat : 16844 (pbscip.linux.x8) R 16842 16844 15397 0 -1 4202496 6571 0 0 0 298 11 0 0 25 0 1 0 133691337 26910720 5883 4089446400 4194304 7136930 140734741501392 18446744073709551615 5894737 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/16844/statm: 6570 5883 390 719 0 5849 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 26280

[startup+6.30045 s]
/proc/loadavg: 2.33 2.14 2.04 3/197 16845
/proc/meminfo: memFree=31138868/32951124 swapFree=67111528/67111528
[pid=16844] ppid=16842 vsize=35236 CPUtime=6.29
/proc/16844/stat : 16844 (pbscip.linux.x8) R 16842 16844 15397 0 -1 4202496 8803 0 0 0 610 19 0 0 25 0 1 0 133691337 36081664 8115 4089446400 4194304 7136930 140734741501392 18446744073709551615 4679107 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/16844/statm: 8809 8115 390 719 0 8088 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 35236

[startup+12.7003 s]
/proc/loadavg: 2.30 2.13 2.04 3/197 16845
/proc/meminfo: memFree=31121772/32951124 swapFree=67111528/67111528
[pid=16844] ppid=16842 vsize=50036 CPUtime=12.69
/proc/16844/stat : 16844 (pbscip.linux.x8) R 16842 16844 15397 0 -1 4202496 12495 0 0 0 1223 46 0 0 25 0 1 0 133691337 51236864 11807 4089446400 4194304 7136930 140734741501392 18446744073709551615 4223056 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/16844/statm: 12509 11807 393 719 0 11788 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 50036

[startup+25.5009 s]
/proc/loadavg: 2.24 2.13 2.04 3/197 16846
/proc/meminfo: memFree=31113112/32951124 swapFree=67111528/67111528
[pid=16844] ppid=16842 vsize=58468 CPUtime=25.49
/proc/16844/stat : 16844 (pbscip.linux.x8) R 16842 16844 15397 0 -1 4202496 14589 0 0 0 2479 70 0 0 25 0 1 0 133691337 59871232 13901 4089446400 4194304 7136930 140734741501392 18446744073709551615 4221346 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/16844/statm: 14617 13901 393 719 0 13896 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 58468

[startup+51.1003 s]
/proc/loadavg: 2.15 2.11 2.04 3/197 16847
/proc/meminfo: memFree=31086052/32951124 swapFree=67111528/67111528
[pid=16844] ppid=16842 vsize=86560 CPUtime=51.09
/proc/16844/stat : 16844 (pbscip.linux.x8) R 16842 16844 15397 0 -1 4202496 21663 0 0 0 4978 131 0 0 25 0 1 0 133691337 88637440 20975 4089446400 4194304 7136930 140734741501392 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/16844/statm: 21640 20975 393 719 0 20919 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 86560

[startup+102.306 s]
/proc/loadavg: 2.07 2.10 2.03 3/197 16848
/proc/meminfo: memFree=31074604/32951124 swapFree=67111528/67111528
[pid=16844] ppid=16842 vsize=96860 CPUtime=102.3
/proc/16844/stat : 16844 (pbscip.linux.x8) R 16842 16844 15397 0 -1 4202496 24028 0 0 0 10053 177 0 0 25 0 1 0 133691337 99184640 23340 4089446400 4194304 7136930 140734741501392 18446744073709551615 4999811 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/16844/statm: 24215 23340 393 719 0 23494 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 96860

[startup+162.301 s]
/proc/loadavg: 2.02 2.08 2.03 3/197 16849
/proc/meminfo: memFree=31050496/32951124 swapFree=67111528/67111528
[pid=16844] ppid=16842 vsize=123240 CPUtime=162.3
/proc/16844/stat : 16844 (pbscip.linux.x8) R 16842 16844 15397 0 -1 4202496 30115 0 0 0 15988 242 0 0 25 0 1 0 133691337 126197760 29427 4089446400 4194304 7136930 140734741501392 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/16844/statm: 30810 29427 393 719 0 30089 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 123240

[startup+222.301 s]
/proc/loadavg: 2.05 2.07 2.03 3/197 16851
/proc/meminfo: memFree=31028508/32951124 swapFree=67111528/67111528
[pid=16844] ppid=16842 vsize=145104 CPUtime=222.3
/proc/16844/stat : 16844 (pbscip.linux.x8) R 16842 16844 15397 0 -1 4202496 35478 0 0 0 21930 300 0 0 25 0 1 0 133691337 148586496 34790 4089446400 4194304 7136930 140734741501392 18446744073709551615 6166837 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/16844/statm: 36276 34790 393 719 0 35555 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 145104

[startup+282.301 s]
/proc/loadavg: 2.02 2.06 2.02 3/197 16853
/proc/meminfo: memFree=31023004/32951124 swapFree=67111528/67111528
[pid=16844] ppid=16842 vsize=150796 CPUtime=282.3
/proc/16844/stat : 16844 (pbscip.linux.x8) R 16842 16844 15397 0 -1 4202496 36741 0 0 0 27902 328 0 0 25 0 1 0 133691337 154415104 36053 4089446400 4194304 7136930 140734741501392 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/16844/statm: 37699 36053 393 719 0 36978 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 150796

[startup+342.301 s]
/proc/loadavg: 2.00 2.05 2.02 3/197 16855
/proc/meminfo: memFree=31020236/32951124 swapFree=67111528/67111528
[pid=16844] ppid=16842 vsize=153496 CPUtime=342.3
/proc/16844/stat : 16844 (pbscip.linux.x8) R 16842 16844 15397 0 -1 4202496 37391 0 0 0 33866 364 0 0 25 0 1 0 133691337 157179904 36703 4089446400 4194304 7136930 140734741501392 18446744073709551615 4223056 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/16844/statm: 38374 36703 393 719 0 37653 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 153496

[startup+402.301 s]
/proc/loadavg: 2.00 2.03 2.01 3/197 16856
/proc/meminfo: memFree=31011268/32951124 swapFree=67111528/67111528
[pid=16844] ppid=16842 vsize=155736 CPUtime=402.31
/proc/16844/stat : 16844 (pbscip.linux.x8) R 16842 16844 15397 0 -1 4202496 37969 0 0 0 39825 406 0 0 25 0 1 0 133691337 159473664 37281 4089446400 4194304 7136930 140734741501392 18446744073709551615 4948426 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/16844/statm: 38934 37281 393 719 0 38213 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 155736

[startup+462.301 s]
/proc/loadavg: 2.03 2.04 2.01 3/197 16857
/proc/meminfo: memFree=31009364/32951124 swapFree=67111528/67111528
[pid=16844] ppid=16842 vsize=157688 CPUtime=462.31
/proc/16844/stat : 16844 (pbscip.linux.x8) R 16842 16844 15397 0 -1 4202496 38456 0 0 0 45785 446 0 0 25 0 1 0 133691337 161472512 37768 4089446400 4194304 7136930 140734741501392 18446744073709551615 6166287 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/16844/statm: 39422 37768 393 719 0 38701 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 157688

[startup+522.301 s]
/proc/loadavg: 2.01 2.03 2.00 3/197 16868
/proc/meminfo: memFree=31006924/32951124 swapFree=67111528/67111528
[pid=16844] ppid=16842 vsize=158184 CPUtime=522.3
/proc/16844/stat : 16844 (pbscip.linux.x8) R 16842 16844 15397 0 -1 4202496 38603 0 0 0 51743 487 0 0 25 0 1 0 133691337 161980416 37915 4089446400 4194304 7136930 140734741501392 18446744073709551615 4999897 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/16844/statm: 39546 37915 393 719 0 38825 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 158184

[startup+582.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/197 16870
/proc/meminfo: memFree=30995732/32951124 swapFree=67111528/67111528
[pid=16844] ppid=16842 vsize=159472 CPUtime=582.31
/proc/16844/stat : 16844 (pbscip.linux.x8) R 16842 16844 15397 0 -1 4202496 38947 0 0 0 57716 515 0 0 25 0 1 0 133691337 163299328 38259 4089446400 4194304 7136930 140734741501392 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/16844/statm: 39868 38259 393 719 0 39147 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 159472

[startup+642.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/197 16872
/proc/meminfo: memFree=30995196/32951124 swapFree=67111528/67111528
[pid=16844] ppid=16842 vsize=159472 CPUtime=642.32
/proc/16844/stat : 16844 (pbscip.linux.x8) R 16842 16844 15397 0 -1 4202496 38974 0 0 0 63695 537 0 0 25 0 1 0 133691337 163299328 38286 4089446400 4194304 7136930 140734741501392 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/16844/statm: 39868 38286 393 719 0 39147 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 159472

[startup+702.301 s]

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

/proc/meminfo: memFree=30507496/32951124 swapFree=67111528/67111528
[pid=16844] ppid=16842 vsize=163444 CPUtime=1122.33
/proc/16844/stat : 16844 (pbscip.linux.x8) R 16842 16844 15397 0 -1 4202496 39699 0 0 0 110932 1301 0 0 25 0 1 0 133691337 167366656 39011 4089446400 4194304 7136930 140734741501392 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16844/statm: 40861 39011 393 719 0 40140 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 163444

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 16943
/proc/meminfo: memFree=30451268/32951124 swapFree=67111528/67111528
[pid=16844] ppid=16842 vsize=163576 CPUtime=1182.33
/proc/16844/stat : 16844 (pbscip.linux.x8) R 16842 16844 15397 0 -1 4202496 39737 0 0 0 116871 1362 0 0 25 0 1 0 133691337 167501824 39049 4089446400 4194304 7136930 140734741501392 18446744073709551615 4999811 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16844/statm: 40894 39049 393 719 0 40173 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 163576

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 16945
/proc/meminfo: memFree=30421092/32951124 swapFree=67111528/67111528
[pid=16844] ppid=16842 vsize=163576 CPUtime=1242.33
/proc/16844/stat : 16844 (pbscip.linux.x8) R 16842 16844 15397 0 -1 4202496 39746 0 0 0 122785 1448 0 0 25 0 1 0 133691337 167501824 39058 4089446400 4194304 7136930 140734741501392 18446744073709551615 4999782 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16844/statm: 40894 39058 393 719 0 40173 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 163576

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 16946
/proc/meminfo: memFree=30375064/32951124 swapFree=67111528/67111528
[pid=16844] ppid=16842 vsize=163576 CPUtime=1302.33
/proc/16844/stat : 16844 (pbscip.linux.x8) R 16842 16844 15397 0 -1 4202496 39746 0 0 0 128688 1545 0 0 25 0 1 0 133691337 167501824 39058 4089446400 4194304 7136930 140734741501392 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16844/statm: 40894 39058 393 719 0 40173 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 163576

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 16947
/proc/meminfo: memFree=30328400/32951124 swapFree=67111528/67111528
[pid=16844] ppid=16842 vsize=163576 CPUtime=1362.33
/proc/16844/stat : 16844 (pbscip.linux.x8) R 16842 16844 15397 0 -1 4202496 39746 0 0 0 134598 1635 0 0 25 0 1 0 133691337 167501824 39058 4089446400 4194304 7136930 140734741501392 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16844/statm: 40894 39058 393 719 0 40173 0
Current children cumulated CPU time (s) 1362.33
Current children cumulated vsize (KiB) 163576

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 16949
/proc/meminfo: memFree=30286336/32951124 swapFree=67111528/67111528
[pid=16844] ppid=16842 vsize=163576 CPUtime=1422.34
/proc/16844/stat : 16844 (pbscip.linux.x8) R 16842 16844 15397 0 -1 4202496 39746 0 0 0 140522 1712 0 0 25 0 1 0 133691337 167501824 39058 4089446400 4194304 7136930 140734741501392 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16844/statm: 40894 39058 393 719 0 40173 0
Current children cumulated CPU time (s) 1422.34
Current children cumulated vsize (KiB) 163576

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 16951
/proc/meminfo: memFree=30243892/32951124 swapFree=67111528/67111528
[pid=16844] ppid=16842 vsize=164080 CPUtime=1482.34
/proc/16844/stat : 16844 (pbscip.linux.x8) R 16842 16844 15397 0 -1 4202496 39903 0 0 0 146463 1771 0 0 25 0 1 0 133691337 168017920 39215 4089446400 4194304 7136930 140734741501392 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16844/statm: 41020 39215 393 719 0 40299 0
Current children cumulated CPU time (s) 1482.34
Current children cumulated vsize (KiB) 164080

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 16953
/proc/meminfo: memFree=30190288/32951124 swapFree=67111528/67111528
[pid=16844] ppid=16842 vsize=164080 CPUtime=1542.34
/proc/16844/stat : 16844 (pbscip.linux.x8) R 16842 16844 15397 0 -1 4202496 39907 0 0 0 152401 1833 0 0 25 0 1 0 133691337 168017920 39219 4089446400 4194304 7136930 140734741501392 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16844/statm: 41020 39219 393 719 0 40299 0
Current children cumulated CPU time (s) 1542.34
Current children cumulated vsize (KiB) 164080

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 16954
/proc/meminfo: memFree=30145984/32951124 swapFree=67111528/67111528
[pid=16844] ppid=16842 vsize=164372 CPUtime=1602.34
/proc/16844/stat : 16844 (pbscip.linux.x8) R 16842 16844 15397 0 -1 4202496 39948 0 0 0 158342 1892 0 0 25 0 1 0 133691337 168316928 39260 4089446400 4194304 7136930 140734741501392 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16844/statm: 41093 39260 393 719 0 40372 0
Current children cumulated CPU time (s) 1602.34
Current children cumulated vsize (KiB) 164372

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 16955
/proc/meminfo: memFree=30096336/32951124 swapFree=67111528/67111528
[pid=16844] ppid=16842 vsize=164372 CPUtime=1662.34
/proc/16844/stat : 16844 (pbscip.linux.x8) R 16842 16844 15397 0 -1 4202496 39948 0 0 0 164286 1948 0 0 25 0 1 0 133691337 168316928 39260 4089446400 4194304 7136930 140734741501392 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16844/statm: 41093 39260 393 719 0 40372 0
Current children cumulated CPU time (s) 1662.34
Current children cumulated vsize (KiB) 164372

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 16957
/proc/meminfo: memFree=30046956/32951124 swapFree=67111528/67111528
[pid=16844] ppid=16842 vsize=164772 CPUtime=1722.34
/proc/16844/stat : 16844 (pbscip.linux.x8) R 16842 16844 15397 0 -1 4202496 40031 0 0 0 170243 1991 0 0 25 0 1 0 133691337 168726528 39343 4089446400 4194304 7136930 140734741501392 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16844/statm: 41193 39343 393 719 0 40472 0
Current children cumulated CPU time (s) 1722.34
Current children cumulated vsize (KiB) 164772

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

[startup+1740.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 16958
/proc/meminfo: memFree=30029088/32951124 swapFree=67111528/67111528
[pid=16844] ppid=16842 vsize=164772 CPUtime=1740.75
/proc/16844/stat : 16844 (pbscip.linux.x8) R 16842 16844 15397 0 -1 4202496 40031 0 0 0 172070 2005 0 0 25 0 1 0 133691337 168726528 39343 4089446400 4194304 7136930 140734741501392 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16844/statm: 41193 39343 393 719 0 40472 0
Current children cumulated CPU time (s) 1740.75
Current children cumulated vsize (KiB) 164772

[startup+1747.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 16958
/proc/meminfo: memFree=30022264/32951124 swapFree=67111528/67111528
[pid=16844] ppid=16842 vsize=164772 CPUtime=1747.15
/proc/16844/stat : 16844 (pbscip.linux.x8) R 16842 16844 15397 0 -1 4202496 40031 0 0 0 172705 2010 0 0 25 0 1 0 133691337 168726528 39343 4089446400 4194304 7136930 140734741501392 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16844/statm: 41193 39343 393 719 0 40472 0
Current children cumulated CPU time (s) 1747.15
Current children cumulated vsize (KiB) 164772

[startup+1750.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 16958
/proc/meminfo: memFree=30019656/32951124 swapFree=67111528/67111528
[pid=16844] ppid=16842 vsize=164772 CPUtime=1750.34
/proc/16844/stat : 16844 (pbscip.linux.x8) R 16842 16844 15397 0 -1 4202496 40031 0 0 0 173021 2013 0 0 25 0 1 0 133691337 168726528 39343 4089446400 4194304 7136930 140734741501392 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16844/statm: 41193 39343 393 719 0 40472 0
Current children cumulated CPU time (s) 1750.34
Current children cumulated vsize (KiB) 164772

[startup+1753.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 16958
/proc/meminfo: memFree=30017052/32951124 swapFree=67111528/67111528
[pid=16844] ppid=16842 vsize=164772 CPUtime=1753.55
/proc/16844/stat : 16844 (pbscip.linux.x8) R 16842 16844 15397 0 -1 4202496 40036 0 0 0 173339 2016 0 0 25 0 1 0 133691337 168726528 39348 4089446400 4194304 7136930 140734741501392 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16844/statm: 41193 39348 393 719 0 40472 0
Current children cumulated CPU time (s) 1753.55
Current children cumulated vsize (KiB) 164772

[startup+1755.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 16958
/proc/meminfo: memFree=30015688/32951124 swapFree=67111528/67111528
[pid=16844] ppid=16842 vsize=164772 CPUtime=1755.15
/proc/16844/stat : 16844 (pbscip.linux.x8) R 16842 16844 15397 0 -1 4202496 40036 0 0 0 173498 2017 0 0 25 0 1 0 133691337 168726528 39348 4089446400 4194304 7136930 140734741501392 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16844/statm: 41193 39348 393 719 0 40472 0
Current children cumulated CPU time (s) 1755.15
Current children cumulated vsize (KiB) 164772

[startup+1755.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 16958
/proc/meminfo: memFree=30014696/32951124 swapFree=67111528/67111528
[pid=16844] ppid=16842 vsize=164772 CPUtime=1755.55
/proc/16844/stat : 16844 (pbscip.linux.x8) R 16842 16844 15397 0 -1 4202496 40036 0 0 0 173538 2017 0 0 25 0 1 0 133691337 168726528 39348 4089446400 4194304 7136930 140734741501392 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16844/statm: 41193 39348 393 719 0 40472 0
Current children cumulated CPU time (s) 1755.55
Current children cumulated vsize (KiB) 164772

[startup+1755.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 16958
/proc/meminfo: memFree=30014696/32951124 swapFree=67111528/67111528
[pid=16844] ppid=16842 vsize=164772 CPUtime=1755.94
/proc/16844/stat : 16844 (pbscip.linux.x8) R 16842 16844 15397 0 -1 4202496 40036 0 0 0 173577 2017 0 0 25 0 1 0 133691337 168726528 39348 4089446400 4194304 7136930 140734741501392 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16844/statm: 41193 39348 393 719 0 40472 0
Current children cumulated CPU time (s) 1755.94
Current children cumulated vsize (KiB) 164772

[startup+1756 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 16958
/proc/meminfo: memFree=30014696/32951124 swapFree=67111528/67111528
[pid=16844] ppid=16842 vsize=162444 CPUtime=1756.04
/proc/16844/stat : 16844 (pbscip.linux.x8) R 16842 16844 15397 0 -1 4202496 40072 0 0 0 173587 2017 0 0 18 0 1 0 133691337 166342656 38802 4089446400 4194304 7136930 140734741501392 18446744073709551615 4408815 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/16844/statm: 40611 38802 399 719 0 39890 0
Current children cumulated CPU time (s) 1756.04
Current children cumulated vsize (KiB) 162444

Child status: 0
Real time (s): 1756.05
CPU time (s): 1756.11
CPU user time (s): 1735.92
CPU system time (s): 20.1859
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 164772

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1735.92
system time used= 20.1859
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 40079
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2
involuntary context switches= 3151

runsolver used 3.06053 second user time and 5.9361 second system time

The end

Launcher Data

Begin job on node142 at 2010-06-30 20:52:47
IDJOB=2694146
IDBENCH=79221
IDSOLVER=1206
FILE ID=node142/2694146-1277923967
PBS_JOBID= 11197306
Free space on /tmp= 74180 MiB

SOLVER NAME= SCIPnone SCIP 1.2.1.2 without any LP solver
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/normalized-t2001.13queen13.1111224929--soft-0-100-0.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-2694146-1277923967/watcher-2694146-1277923967 -o /tmp/evaluation-result-2694146-1277923967/solver-2694146-1277923967 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2694146-1277923967.wbo -t 1800 -m 3800

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

MD5SUM BENCH= 5f93bdccbf9c1cc8d25b014cd19ec634
RANDOM SEED=813894608

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31167432 kB
Buffers:        203176 kB
Cached:        1073404 kB
SwapCached:          0 kB
Active:         789364 kB
Inactive:       850892 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31167432 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            3384 kB
Writeback:           0 kB
AnonPages:      363184 kB
Mapped:          20344 kB
Slab:            81192 kB
PageTables:       5508 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1655336 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= 74172 MiB
End job on node142 at 2010-06-30 21:22:03