Trace number 2694194

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 1016.34 1016.31

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111219348--soft-0-100-0.wbo
MD5SUM2c3717ba2e3ac83d37aca2c4131741f4
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark0.58591
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 1212
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-2694194-1277924617.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.00	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.00
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.59/1.64	c   1.4s| 10000 |  6566 |     0 |   0.0 |8113k| 175 |   - | 371 |5351 |   0 |   0 |   0 |9588 |   0 | 0.000000e+00 | 5.033000e+03 |    Inf 
1.89/1.93	o 840
1.89/1.93	c * 1.6s| 16007 | 12552 |     0 |   0.0 |9691k| 219 |   - | 371 |4552 |   0 |   0 |   0 |9643 |   0 | 0.000000e+00 | 8.400000e+02 |    Inf 
2.69/2.71	c   2.3s| 20000 | 14845 |     0 |   0.0 |  11M| 219 |   - | 371 |4698 |   0 |   0 |   0 |  14k|   0 | 0.000000e+00 | 8.400000e+02 |    Inf 
5.59/5.61	c   4.9s| 30000 | 18651 |     0 |   0.0 |  18M| 219 |   - | 371 |9946 |   0 |   0 |   0 |  31k|   0 | 0.000000e+00 | 8.400000e+02 |    Inf 
9.59/9.66	c   8.7s| 40000 | 20894 |     0 |   0.0 |  23M| 219 |   - | 371 |  14k|   0 |   0 |   0 |  50k|   0 | 0.000000e+00 | 8.400000e+02 |    Inf 
10.39/10.42	o 588
10.39/10.42	c * 9.4s| 43523 | 23269 |     0 |   0.0 |  23M| 219 |   - | 371 |  11k|   0 |   0 |   0 |  52k|   0 | 0.000000e+00 | 5.880000e+02 |    Inf 
10.69/10.79	c   9.7s| 50000 | 29730 |     0 |   0.0 |  22M| 219 |   - | 371 |1874 |   0 |   0 |   0 |  52k|   0 | 0.000000e+00 | 5.880000e+02 |    Inf 
11.19/11.26	c  10.0s| 60000 | 39694 |     0 |   0.0 |  25M| 219 |   - | 371 | 975 |   0 |   0 |   0 |  52k|   0 | 0.000000e+00 | 5.880000e+02 |    Inf 
11.68/11.74	c  10.3s| 70000 | 49638 |     0 |   0.0 |  28M| 219 |   - | 371 | 964 |   0 |   0 |   0 |  53k|   0 | 0.000000e+00 | 5.880000e+02 |    Inf 
12.19/12.22	c  10.6s| 80000 | 59589 |     0 |   0.0 |  31M| 219 |   - | 371 |1021 |   0 |   0 |   0 |  53k|   0 | 0.000000e+00 | 5.880000e+02 |    Inf 
12.29/12.33	o 161
12.29/12.33	c *10.7s| 82293 | 55292 |     0 |   0.0 |  30M| 219 |   - | 371 |1002 |   0 |   0 |   0 |  53k|   0 | 0.000000e+00 | 1.610000e+02 |    Inf 
12.39/12.40	o 150
12.39/12.40	c *10.7s| 83506 | 53659 |     0 |   0.0 |  30M| 219 |   - | 371 |1037 |   0 |   0 |   0 |  53k|   0 | 0.000000e+00 | 1.500000e+02 |    Inf 
12.79/12.85	c  11.0s| 90000 | 59724 |     0 |   0.0 |  33M| 219 |   - | 371 |1683 |   0 |   0 |   0 |  54k|   0 | 0.000000e+00 | 1.500000e+02 |    Inf 
12.98/13.08	o 149
12.98/13.08	c *11.2s| 92722 | 61979 |     0 |   0.0 |  34M| 219 |   - | 371 |2074 |   0 |   0 |   0 |  55k|   0 | 0.000000e+00 | 1.490000e+02 |    Inf 
13.69/13.74	o 146
13.69/13.74	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
13.69/13.74	c *11.7s| 98978 | 65828 |     0 |   0.0 |  38M| 219 |   - | 371 |2929 |   0 |   0 |   0 |  57k|   0 | 0.000000e+00 | 1.460000e+02 |    Inf 
13.79/13.86	o 138
13.79/13.86	c *11.8s| 99979 | 63917 |     0 |   0.0 |  37M| 219 |   - | 371 |3065 |   0 |   0 |   0 |  58k|   0 | 0.000000e+00 | 1.380000e+02 |    Inf 
13.79/13.87	c  11.8s|100000 | 63933 |     0 |   0.0 |  37M| 219 |   - | 371 |3071 |   0 |   0 |   0 |  58k|   0 | 0.000000e+00 | 1.380000e+02 |    Inf 
13.79/13.89	o 137
13.79/13.89	c *11.8s|100215 | 63462 |     0 |   0.0 |  37M| 219 |   - | 371 |3107 |   0 |   0 |   0 |  58k|   0 | 0.000000e+00 | 1.370000e+02 |    Inf 
14.09/14.11	o 128
14.09/14.11	c *12.1s|101726 | 61277 |     0 |   0.0 |  37M| 219 |   - | 371 |3436 |   0 |   0 |   0 |  59k|   0 | 0.000000e+00 | 1.280000e+02 |    Inf 
14.19/14.21	o 119
14.19/14.21	c *12.1s|102344 | 58121 |     0 |   0.0 |  35M| 219 |   - | 371 |3527 |   0 |   0 |   0 |  59k|   0 | 0.000000e+00 | 1.190000e+02 |    Inf 
14.29/14.33	o 116
14.29/14.33	c *12.2s|103079 | 58089 |     0 |   0.0 |  36M| 219 |   - | 371 |3666 |   0 |   0 |   0 |  59k|   0 | 0.000000e+00 | 1.160000e+02 |    Inf 
14.89/14.95	c  12.7s|110000 | 64264 |     0 |   0.0 |  38M| 219 |   - | 371 |1315 |   0 |   0 |   0 |  61k|   0 | 0.000000e+00 | 1.160000e+02 |    Inf 
15.09/15.10	o 109
15.09/15.10	c *12.8s|111736 | 64216 |     0 |   0.0 |  38M| 219 |   - | 371 |1511 |   0 |   0 |   0 |  62k|   0 | 0.000000e+00 | 1.090000e+02 |    Inf 
15.09/15.11	o 96
15.09/15.11	c *12.8s|111737 | 59584 |     0 |   0.0 |  36M| 219 |   - | 371 |1511 |   0 |   0 |   0 |  62k|   0 | 0.000000e+00 | 9.600000e+01 |    Inf 
17.98/18.02	c  15.6s|120000 | 61222 |     0 |   0.0 |  41M| 219 |   - | 371 |  10k|   0 |   0 |   0 |  79k|   0 | 0.000000e+00 | 9.600000e+01 |    Inf 
23.69/23.79	c  21.0s|130000 | 62009 |     0 |   0.0 |  47M| 219 |   - | 371 |  17k|   0 |   0 |   0 | 101k|   0 | 0.000000e+00 | 9.600000e+01 |    Inf 
30.69/30.70	c  27.6s|140000 | 62538 |     0 |   0.0 |  51M| 219 |   - | 371 |  23k|   0 |   0 |   0 | 123k|   0 | 0.000000e+00 | 9.600000e+01 |    Inf 
37.49/37.58	c  34.2s|150000 | 64847 |     0 |   0.0 |  47M| 219 |   - | 371 |4575 |   0 |   0 |   0 | 140k|   0 | 0.000000e+00 | 9.600000e+01 |    Inf 
38.40/38.47	c  34.9s|160000 | 73968 |     0 |   0.0 |  51M| 219 |   - | 371 |2160 |   0 |   0 |   0 | 142k|   0 | 0.000000e+00 | 9.600000e+01 |    Inf 
38.59/38.65	o 50
38.59/38.65	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
38.59/38.65	c *35.0s|161834 | 56019 |     0 |   0.0 |  41M| 219 |   - | 371 |2210 |   0 |   0 |   0 | 143k|   0 | 0.000000e+00 | 5.000000e+01 |    Inf 
38.69/38.72	o 35
38.69/38.72	c *35.1s|162388 | 52130 |     0 |   0.0 |  40M| 219 |   - | 371 |2342 |   0 |   0 |   0 | 143k|   0 | 0.000000e+00 | 3.500000e+01 |    Inf 
38.79/38.82	o 34
38.79/38.82	c *35.2s|163094 | 52653 |     0 |   0.0 |  40M| 219 |   - | 371 |2488 |   0 |   0 |   0 | 144k|   0 | 0.000000e+00 | 3.400000e+01 |    Inf 
38.79/38.82	o 20
38.79/38.82	c *35.2s|163117 | 50000 |     0 |   0.0 |  39M| 219 |   - | 371 |2486 |   0 |   0 |   0 | 144k|   0 | 0.000000e+00 | 2.000000e+01 |    Inf 
38.88/38.95	o 11
38.88/38.95	c *35.3s|163984 | 46252 |     0 |   0.0 |  38M| 219 |   - | 371 |2735 |   0 |   0 |   0 | 144k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
40.09/40.15	c  36.3s|170000 | 49808 |     0 |   0.0 |  42M| 219 |   - | 371 |4225 |   0 |   0 |   0 | 150k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
42.80/42.87	c  38.8s|180000 | 54811 |     0 |   0.0 |  48M| 219 |   - | 371 |7508 |   0 |   0 |   0 | 161k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
48.09/48.18	c  43.8s|190000 | 56312 |     0 |   0.0 |  54M| 219 |   - | 371 |  12k|   0 |   0 |   0 | 177k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
56.89/56.94	c  52.2s|200000 | 53249 |     0 |   0.0 |  60M| 219 |   - | 371 |  15k|   0 |   0 |   0 | 196k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
61.89/61.96	c  56.9s|210000 | 54514 |     0 |   0.0 |  60M| 219 |   - | 371 |6750 |   0 |   0 |   0 | 207k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
64.39/64.40	c  59.1s|220000 | 60470 |     0 |   0.0 |  66M| 219 |   - | 371 |5068 |   0 |   0 |   0 | 217k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
67.10/67.16	c  61.6s|230000 | 65634 |     0 |   0.0 |  72M| 219 |   - | 371 |7287 |   0 |   0 |   0 | 228k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
71.69/71.72	c  65.8s|240000 | 66771 |     0 |   0.0 |  77M| 219 |   - | 371 |  14k|   0 |   0 |   0 | 247k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
82.29/82.33	c  76.1s|250000 | 63253 |     0 |   0.0 |  78M| 219 |   - | 371 |  25k|   0 |   0 |   0 | 273k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
96.79/96.86	c  90.3s|260000 | 60232 |     0 |   0.0 |  76M| 219 |   - | 371 |  29k|   0 |   0 |   0 | 299k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
103.19/103.21	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
103.19/103.21	c  96.3s|270000 | 65575 |     0 |   0.0 |  75M| 219 |   - | 371 |  13k|   0 |   0 |   0 | 310k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
107.19/107.25	c   100s|280000 | 70698 |     0 |   0.0 |  78M| 219 |   - | 371 |  11k|   0 |   0 |   0 | 323k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
111.19/111.20	c   104s|290000 | 75467 |     0 |   0.0 |  82M| 219 |   - | 371 |  12k|   0 |   0 |   0 | 336k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
116.20/116.20	c   109s|300000 | 79201 |     0 |   0.0 |  87M| 219 |   - | 371 |  15k|   0 |   0 |   0 | 351k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
122.69/122.70	c   115s|310000 | 82067 |     0 |   0.0 |  91M| 219 |   - | 371 |  19k|   0 |   0 |   0 | 368k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
130.29/130.32	c   122s|320000 | 84605 |     0 |   0.0 |  96M| 219 |   - | 371 |  22k|   0 |   0 |   0 | 386k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
139.79/139.84	c   131s|330000 | 86075 |     0 |   0.0 | 100M| 219 |   - | 371 |  24k|   0 |   0 |   0 | 405k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
150.99/151.08	c   142s|340000 | 86605 |     0 |   0.0 | 103M| 219 |   - | 371 |  29k|   0 |   0 |   0 | 424k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
164.60/164.64	c   155s|350000 | 86163 |     0 |   0.0 | 104M| 219 |   - | 371 |  32k|   0 |   0 |   0 | 445k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
171.90/171.93	c   162s|360000 | 91575 |     0 |   0.0 | 104M| 219 |   - | 371 |  17k|   0 |   0 |   0 | 458k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
177.50/177.56	c   168s|370000 | 95962 |     0 |   0.0 | 108M| 219 |   - | 371 |  19k|   0 |   0 |   0 | 473k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
184.10/184.17	c   174s|380000 | 99991 |     0 |   0.0 | 113M| 219 |   - | 371 |  22k|   0 |   0 |   0 | 488k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
190.79/190.82	c   181s|390000 |104689 |     0 |   0.0 | 116M| 219 |   - | 371 |  20k|   0 |   0 |   0 | 502k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
196.19/196.29	c   186s|400000 |109866 |     0 |   0.0 | 120M| 219 |   - | 371 |  19k|   0 |   0 |   0 | 515k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
201.79/201.82	c   191s|410000 |114686 |     0 |   0.0 | 125M| 219 |   - | 371 |  19k|   0 |   0 |   0 | 529k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
207.80/207.84	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
207.80/207.84	c   197s|420000 |118964 |     0 |   0.0 | 129M| 219 |   - | 371 |  21k|   0 |   0 |   0 | 543k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
214.89/214.91	c   204s|430000 |122269 |     0 |   0.0 | 133M| 219 |   - | 371 |  24k|   0 |   0 |   0 | 560k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
222.59/222.66	c   211s|440000 |125556 |     0 |   0.0 | 137M| 219 |   - | 371 |  25k|   0 |   0 |   0 | 576k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
231.30/231.32	c   219s|450000 |128328 |     0 |   0.0 | 141M| 219 |   - | 371 |  24k|   0 |   0 |   0 | 593k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
238.49/238.53	o 10
238.49/238.53	c * 226s|458276 |127762 |     0 |   0.0 | 141M| 219 |   - | 371 |  24k|   0 |   0 |   0 | 608k|   0 | 0.000000e+00 | 1.000000e+01 |    Inf 
239.70/239.79	c   228s|460000 |128583 |     0 |   0.0 | 141M| 219 |   - | 371 |  22k|   0 |   0 |   0 | 610k|   0 | 0.000000e+00 | 1.000000e+01 |    Inf 
248.60/248.64	c   236s|470000 |129972 |     0 |   0.0 | 141M| 219 |   - | 371 |  25k|   0 |   0 |   0 | 628k|   0 | 0.000000e+00 | 1.000000e+01 |    Inf 
257.20/257.20	c   244s|480000 |133097 |     0 |   0.0 | 142M| 219 |   - | 371 |  19k|   0 |   0 |   0 | 645k|   0 | 1.000000e+00 | 1.000000e+01 | 900.00%
265.49/265.51	c   252s|490000 |135467 |     0 |   0.0 | 146M| 219 |   - | 371 |  18k|   0 |   0 |   0 | 664k|   0 | 1.000000e+00 | 1.000000e+01 | 900.00%
271.70/271.76	o 8
271.70/271.76	c * 258s|496994 |116342 |     0 |   0.0 | 129M| 219 |   - | 371 |  18k|   0 |   0 |   0 | 678k|   0 | 1.000000e+00 | 8.000000e+00 | 700.00%
275.90/275.96	c   263s|500000 |115478 |     0 |   0.0 | 129M| 219 |   - | 371 |  16k|   0 |   0 |   0 | 685k|   0 | 1.000000e+00 | 8.000000e+00 | 700.00%
290.99/291.05	c   277s|510000 |111707 |     0 |   0.0 | 133M| 219 |   - | 371 |  21k|   0 |   0 |   0 | 711k|   0 | 1.000000e+00 | 8.000000e+00 | 700.00%
305.10/305.11	c   291s|520000 |107378 |     0 |   0.0 | 129M| 219 |   - | 371 |  10k|   0 |   0 |   0 | 739k|   0 | 1.000000e+00 | 8.000000e+00 | 700.00%
317.00/317.05	c   302s|530000 |101933 |     0 |   0.0 | 128M| 219 |   - | 371 |  16k|   0 |   0 |   0 | 770k|   0 | 1.000000e+00 | 8.000000e+00 | 700.00%
332.50/332.58	c   317s|540000 | 95765 |     0 |   0.0 | 124M| 219 |   - | 371 |  22k|   0 |   0 |   0 | 802k|   0 | 1.000000e+00 | 8.000000e+00 | 700.00%
344.80/344.81	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
344.80/344.81	c   329s|550000 | 94880 |     0 |   0.0 | 120M| 219 |   - | 371 |  11k|   0 |   0 |   0 | 826k|   0 | 1.000000e+00 | 8.000000e+00 | 700.00%
350.60/350.66	c   335s|560000 | 97964 |     0 |   0.0 | 123M| 219 |   - | 371 |  14k|   0 |   0 |   0 | 842k|   0 | 1.000000e+00 | 8.000000e+00 | 700.00%
357.41/357.48	c   341s|570000 |100856 |     0 |   0.0 | 127M| 219 |   - | 371 |  17k|   0 |   0 |   0 | 859k|   0 | 1.000000e+00 | 8.000000e+00 | 700.00%
365.90/365.98	c   350s|580000 |102576 |     0 |   0.0 | 131M| 219 |   - | 371 |  20k|   0 |   0 |   0 | 877k|   0 | 1.000000e+00 | 8.000000e+00 | 700.00%
375.90/375.90	c   359s|590000 |103652 |     0 |   0.0 | 135M| 219 |   - | 371 |  25k|   0 |   0 |   0 | 899k|   0 | 1.000000e+00 | 8.000000e+00 | 700.00%
386.40/386.42	c   369s|600000 |105490 |     0 |   0.0 | 137M| 219 |   - | 371 |  23k|   0 |   0 |   0 | 919k|   0 | 1.000000e+00 | 8.000000e+00 | 700.00%
396.10/396.17	c   379s|610000 |107706 |     0 |   0.0 | 140M| 219 |   - | 371 |  23k|   0 |   0 |   0 | 938k|   0 | 1.000000e+00 | 8.000000e+00 | 700.00%
405.31/405.34	c   388s|620000 |110363 |     0 |   0.0 | 143M| 219 |   - | 371 |  22k|   0 |   0 |   0 | 957k|   0 | 1.000000e+00 | 8.000000e+00 | 700.00%
414.90/414.93	c   397s|630000 |112646 |     0 |   0.0 | 147M| 219 |   - | 371 |  24k|   0 |   0 |   0 | 975k|   0 | 1.000000e+00 | 8.000000e+00 | 700.00%
425.71/425.75	c   407s|640000 |114261 |     0 |   0.0 | 151M| 219 |   - | 371 |  26k|   0 |   0 |   0 | 995k|   0 | 1.000000e+00 | 8.000000e+00 | 700.00%
437.50/437.58	c   419s|650000 |115350 |     0 |   0.0 | 155M| 219 |   - | 371 |  29k|   0 |   0 |   0 |1016k|   0 | 1.000000e+00 | 8.000000e+00 | 700.00%
450.70/450.70	c   432s|660000 |116016 |     0 |   0.0 | 159M| 219 |   - | 371 |  31k|   0 |   0 |   0 |1037k|   0 | 1.000000e+00 | 8.000000e+00 | 700.00%
465.01/465.04	c   446s|670000 |116220 |     0 |   0.0 | 162M| 219 |   - | 371 |  34k|   0 |   0 |   0 |1058k|   0 | 1.000000e+00 | 8.000000e+00 | 700.00%
479.00/479.05	c   459s|680000 |117131 |     0 |   0.0 | 165M| 219 |   - | 371 |  34k|   0 |   0 |   0 |1078k|   0 | 1.000000e+00 | 8.000000e+00 | 700.00%
493.81/493.90	c   474s|690000 |117861 |     0 |   0.0 | 168M| 219 |   - | 371 |  35k|   0 |   0 |   0 |1099k|   0 | 1.000000e+00 | 8.000000e+00 | 700.00%
509.51/509.50	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
509.51/509.50	c   489s|700000 |117642 |     0 |   0.0 | 170M| 219 |   - | 371 |  37k|   0 |   0 |   0 |1122k|   0 | 1.000000e+00 | 8.000000e+00 | 700.00%
522.01/522.09	c   502s|710000 |120011 |     0 |   0.0 | 172M| 219 |   - | 371 |  34k|   0 |   0 |   0 |1140k|   0 | 1.000000e+00 | 8.000000e+00 | 700.00%
538.40/538.49	c   518s|720000 |119082 |     0 |   0.0 | 172M| 219 |   - | 371 |  34k|   0 |   0 |   0 |1165k|   0 | 1.000000e+00 | 8.000000e+00 | 700.00%
550.30/550.32	c   529s|730000 |120531 |     0 |   0.0 | 170M| 219 |   - | 371 |  32k|   0 |   0 |   0 |1185k|   0 | 1.000000e+00 | 8.000000e+00 | 700.00%
565.70/565.70	c   544s|740000 |117019 |     0 |   0.0 | 165M| 219 |   - | 371 |  23k|   0 |   0 |   0 |1211k|   0 | 1.000000e+00 | 8.000000e+00 | 700.00%
586.80/586.82	c   565s|750000 |109742 |     0 |   0.0 | 152M| 219 |   - | 371 |  26k|   0 |   0 |   0 |1246k|   0 | 1.000000e+00 | 8.000000e+00 | 700.00%
601.40/601.44	c   579s|760000 |109121 |     0 |   0.0 | 152M| 219 |   - | 371 |  25k|   0 |   0 |   0 |1273k|   0 | 1.000000e+00 | 8.000000e+00 | 700.00%
617.20/617.27	o 3
617.20/617.27	c * 595s|769316 | 81909 |     0 |   0.0 | 125M| 219 |   - | 371 |  32k|   0 |   0 |   0 |1297k|   0 | 1.000000e+00 | 3.000000e+00 | 200.00%
619.31/619.38	c   597s|770000 | 81521 |     0 |   0.0 | 124M| 219 |   - | 371 |  31k|   0 |   0 |   0 |1299k|   0 | 1.000000e+00 | 3.000000e+00 | 200.00%
646.61/646.63	c   623s|780000 | 76748 |     0 |   0.0 | 123M| 219 |   - | 371 |  34k|   0 |   0 |   0 |1326k|   0 | 1.000000e+00 | 3.000000e+00 | 200.00%
674.21/674.22	c   651s|790000 | 72335 |     0 |   0.0 | 119M| 219 |   - | 371 |  36k|   0 |   0 |   0 |1356k|   0 | 1.000000e+00 | 3.000000e+00 | 200.00%
705.31/705.30	c   681s|800000 | 67551 |     0 |   0.0 | 114M| 219 |   - | 371 |  35k|   0 |   0 |   0 |1388k|   0 | 1.000000e+00 | 3.000000e+00 | 200.00%
730.41/730.43	c   706s|810000 | 63666 |     0 |   0.0 | 109M| 219 |   - | 371 |  35k|   0 |   0 |   0 |1419k|   0 | 2.000000e+00 | 3.000000e+00 |  50.00%
756.01/756.03	c   731s|820000 | 60934 |     0 |   0.0 | 110M| 219 |   - | 371 |  38k|   0 |   0 |   0 |1449k|   0 | 2.000000e+00 | 3.000000e+00 |  50.00%
784.81/784.85	c   760s|830000 | 57739 |     0 |   0.0 | 111M| 219 |   - | 371 |  42k|   0 |   0 |   0 |1479k|   0 | 2.000000e+00 | 3.000000e+00 |  50.00%
816.71/816.77	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
816.71/816.77	c   791s|840000 | 54306 |     0 |   0.0 | 112M| 219 |   - | 371 |  46k|   0 |   0 |   0 |1509k|   0 | 2.000000e+00 | 3.000000e+00 |  50.00%
851.61/851.67	c   826s|850000 | 50658 |     0 |   0.0 | 110M| 219 |   - | 371 |  50k|   0 |   0 |   0 |1538k|   0 | 2.000000e+00 | 3.000000e+00 |  50.00%
888.82/888.86	c   862s|860000 | 46778 |     0 |   0.0 | 108M| 219 |   - | 371 |  51k|   0 |   0 |   0 |1566k|   0 | 2.000000e+00 | 3.000000e+00 |  50.00%
925.41/925.41	c   899s|870000 | 43232 |     0 |   0.0 | 107M| 219 |   - | 371 |  52k|   0 |   0 |   0 |1594k|   0 | 2.000000e+00 | 3.000000e+00 |  50.00%
964.42/964.46	c   937s|880000 | 38762 |     0 |   0.0 | 104M| 219 |   - | 371 |  56k|   0 |   0 |   0 |1621k|   0 | 2.000000e+00 | 3.000000e+00 |  50.00%
1013.02/1013.07	c   985s|890000 | 30316 |     0 |   0.0 |  94M| 219 |   - | 371 |  56k|   0 |   0 |   0 |1659k|   0 | 2.000000e+00 | 3.000000e+00 |  50.00%
1016.22/1016.22	o 2
1016.22/1016.22	c * 989s|890735 |     0 |     0 |   0.0 |  27M| 219 |   - | 371 |  57k|   0 |   0 |   0 |1661k|   0 | 2.000000e+00 | 2.000000e+00 |   0.00%
1016.22/1016.23	c 
1016.22/1016.23	c SCIP Status        : problem is solved [optimal solution found]
1016.22/1016.23	c Solving Time (sec) : 988.52
1016.22/1016.23	c Solving Nodes      : 890735
1016.22/1016.23	c Primal Bound       : +2.00000000000000e+00 (25 solutions)
1016.22/1016.23	c Dual Bound         : +2.00000000000000e+00
1016.22/1016.23	c Gap                : 0.00 %
1016.22/1016.23	s OPTIMUM FOUND
1016.22/1016.23	v -x169 -x168 -x167 -x166 -x165 -x164 -x163 x162 -x161 -x160 -x159 -x158 -x157 -x156 -x155 -x154 -x153 -x152 -x151 -x150 -x149 -x148 
1016.22/1016.23	v -x147 -x146 x145 -x144 -x143 -x142 -x141 x140 -x139 -x138 -x137 -x136 -x135 -x134 -x133 -x132 -x131 -x130 -x129 -x128 -x127 
1016.22/1016.23	v -x126 -x125 x124 -x123 -x122 -x121 -x120 -x119 -x118 -x117 -x116 -x115 -x114 -x113 -x112 -x111 -x110 -x109 -x108 x107 -x106 
1016.22/1016.23	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 
1016.22/1016.23	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 
1016.22/1016.23	v -x56 -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 
1016.22/1016.23	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 
1016.22/1016.23	v -x4 -x3 -x2 -x1 
1016.22/1016.23	c SCIP Status        : problem is solved [optimal solution found]
1016.22/1016.23	c Solving Time       :     988.52
1016.22/1016.23	c Original Problem   :
1016.22/1016.23	c   Problem name     : HOME/instance-2694194-1277924617.wbo
1016.22/1016.23	c   Variables        : 371 (270 binary, 0 integer, 0 implicit integer, 101 continuous)
1016.22/1016.23	c   Constraints      : 203 initial, 203 maximal
1016.22/1016.23	c Presolved Problem  :
1016.22/1016.23	c   Problem name     : t_HOME/instance-2694194-1277924617.wbo
1016.22/1016.23	c   Variables        : 371 (270 binary, 0 integer, 0 implicit integer, 101 continuous)
1016.22/1016.23	c   Constraints      : 202 initial, 57192 maximal
1016.22/1016.23	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1016.22/1016.23	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1016.22/1016.23	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1016.22/1016.23	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1016.22/1016.23	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1016.22/1016.23	c   implics          :       0.00          0          0          0          0          0          0          0          0
1016.22/1016.23	c   probing          :       0.00          0          0          0          0          0          0          0          0
1016.22/1016.23	c   indicator        :       0.00          0          0          0          0          0          0          0          0
1016.22/1016.23	c   linear           :       0.00          0          0          0        101          0          1          0          0
1016.22/1016.23	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1016.22/1016.23	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0
1016.22/1016.23	c   root node        :          -          0          -          -          0          -          -          -          -
1016.22/1016.23	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1016.22/1016.23	c   integral         :          0          0          0          0          0          0          0          0          0          0
1016.22/1016.23	c   indicator        :        101          0    2312349          0     542750       1934     462662          0          0          0
1016.22/1016.23	c   linear           :        101          0    2687857          0     612694     371778   14586861          0          0          0
1016.22/1016.23	c   logicor          :          0+         0    1344567          0          0      40758     844908          0          0          0
1016.22/1016.23	c   bounddisjunction :          0+         0      96974          0          0          0         45          0          0          0
1016.22/1016.23	c   countsols        :          0          0          0          0     612715          0          0          0          0          0
1016.22/1016.23	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1016.22/1016.23	c   integral         :       0.00       0.00       0.00       0.00       0.00
1016.22/1016.23	c   indicator        :       0.73       0.00       0.39       0.00       0.34
1016.22/1016.23	c   linear           :      85.60       0.00      85.60       0.00       0.00
1016.22/1016.23	c   logicor          :     457.22       0.00     457.22       0.00       0.00
1016.22/1016.23	c   bounddisjunction :       0.13       0.00       0.13       0.00       0.00
1016.22/1016.23	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1016.22/1016.23	c Propagators        :       Time      Calls    Cutoffs    DomReds
1016.22/1016.23	c   vbounds          :       0.00          2          0          0
1016.22/1016.23	c   rootredcost      :       0.00          0          0          0
1016.22/1016.23	c   pseudoobj        :       6.37    2690506        869     426174
1016.22/1016.23	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1016.22/1016.23	c   propagation      :      29.03     413405     413397    2282229       29.8     341522       14.2          -
1016.22/1016.23	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1016.22/1016.23	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1016.22/1016.23	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1016.22/1016.23	c   pseudo solution  :       0.00         30         30        147       28.3         31       15.0          -
1016.22/1016.23	c   applied globally :          -          -          -    1618195       18.4          -          -          -
1016.22/1016.23	c   applied locally  :          -          -          -      43548       38.7          -          -          -
1016.22/1016.23	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1016.22/1016.23	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
1016.22/1016.23	c   redcost          :       0.00          0          0          0          0          0
1016.22/1016.23	c   impliedbounds    :       0.00          0          0          0          0          0
1016.22/1016.23	c   intobj           :       0.00          0          0          0          0          0
1016.22/1016.23	c   cgmip            :       0.00          0          0          0          0          0
1016.22/1016.23	c   gomory           :       0.00          0          0          0          0          0
1016.22/1016.23	c   strongcg         :       0.00          0          0          0          0          0
1016.22/1016.23	c   cmir             :       0.00          0          0          0          0          0
1016.22/1016.23	c   flowcover        :       0.00          0          0          0          0          0
1016.22/1016.23	c   clique           :       0.00          0          0          0          0          0
1016.22/1016.23	c   zerohalf         :       0.00          0          0          0          0          0
1016.22/1016.23	c   mcf              :       0.00          0          0          0          0          0
1016.22/1016.23	c   rapidlearning    :       0.00          0          0          0          0          0
1016.22/1016.23	c Pricers            :       Time      Calls       Vars
1016.22/1016.23	c   problem variables:       0.00          0          0
1016.22/1016.23	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1016.22/1016.23	c   relpscost        :       0.00          0          0          0          0          0          0
1016.22/1016.23	c   pscost           :       0.00          0          0          0          0          0          0
1016.22/1016.23	c   inference        :       4.35     612693          0          0          0          0    1225386
1016.22/1016.23	c   mostinf          :       0.00          0          0          0          0          0          0
1016.22/1016.23	c   leastinf         :       0.00          0          0          0          0          0          0
1016.22/1016.23	c   fullstrong       :       0.00          0          0          0          0          0          0
1016.22/1016.23	c   allfullstrong    :       0.00          0          0          0          0          0          0
1016.22/1016.23	c   random           :       0.00          0          0          0          0          0          0
1016.22/1016.23	c Primal Heuristics  :       Time      Calls      Found
1016.22/1016.23	c   LP solutions     :       0.00          -          0
1016.22/1016.23	c   pseudo solutions :       0.27          -         22
1016.22/1016.23	c   oneopt           :       0.01          0          0
1016.22/1016.23	c   trivial          :       0.00          2          2
1016.22/1016.23	c   simplerounding   :       0.00          0          0
1016.22/1016.23	c   zirounding       :       0.00          0          0
1016.22/1016.23	c   rounding         :       0.00          0          0
1016.22/1016.23	c   shifting         :       0.00          0          0
1016.22/1016.23	c   intshifting      :       0.00          0          0
1016.22/1016.23	c   twoopt           :       0.00          0          0
1016.22/1016.23	c   fixandinfer      :       0.00          0          0
1016.22/1016.23	c   feaspump         :       0.00          0          0
1016.22/1016.23	c   coefdiving       :       0.00          0          0
1016.22/1016.23	c   pscostdiving     :       0.00          0          0
1016.22/1016.23	c   fracdiving       :       0.00          0          0
1016.22/1016.23	c   veclendiving     :       0.00          0          0
1016.22/1016.23	c   intdiving        :       0.00          0          0
1016.22/1016.23	c   actconsdiving    :       0.00          0          0
1016.22/1016.23	c   objpscostdiving  :       0.00          0          0
1016.22/1016.23	c   rootsoldiving    :       0.00          0          0
1016.22/1016.23	c   linesearchdiving :       0.00          0          0
1016.22/1016.23	c   guideddiving     :       0.00          0          0
1016.22/1016.23	c   octane           :       0.00          0          0
1016.22/1016.23	c   rens             :       0.00          0          0
1016.22/1016.23	c   rins             :       0.00          0          0
1016.22/1016.23	c   localbranching   :       0.00          0          0
1016.22/1016.23	c   mutation         :       0.00          0          0
1016.22/1016.23	c   crossover        :       0.00          0          0
1016.22/1016.23	c   dins             :       0.00          0          0
1016.22/1016.23	c   undercover       :       0.00          0          0
1016.22/1016.23	c   nlp              :       0.00          0          0
1016.22/1016.23	c   trysol           :       0.00          1          1
1016.22/1016.23	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1016.22/1016.23	c   primal LP        :       0.00          0          0       0.00          -
1016.22/1016.23	c   dual LP          :       0.00          0          0       0.00          -
1016.22/1016.23	c   lex dual LP      :       0.00          0          0       0.00          -
1016.22/1016.23	c   barrier LP       :       0.00          0          0       0.00          -
1016.22/1016.23	c   diving/probing LP:       0.00          0          0       0.00          -
1016.22/1016.23	c   strong branching :       0.00          0          0       0.00          -
1016.22/1016.23	c     (at root node) :          -          0          0       0.00          -
1016.22/1016.23	c   conflict analysis:       0.00          0          0       0.00          -
1016.22/1016.23	c B&B Tree           :
1016.22/1016.23	c   number of runs   :          1
1016.22/1016.23	c   nodes            :     890735
1016.22/1016.23	c   nodes (total)    :     890735
1016.22/1016.23	c   nodes left       :          0
1016.22/1016.23	c   max depth        :        219
1016.22/1016.23	c   max depth (total):        219
1016.22/1016.23	c   backtracks       :     304493 (34.2%)
1016.22/1016.23	c   delayed cutoffs  :     196479
1016.22/1016.23	c   repropagations   :     937822 (4840303 domain reductions, 137349 cutoffs)
1016.22/1016.23	c   avg switch length:      22.39
1016.22/1016.23	c   switching time   :     317.51
1016.22/1016.23	c Solution           :
1016.22/1016.23	c   Solutions found  :         25 (23 improvements)
1016.22/1016.23	c   First Solution   : +5.03300000000000e+03   (in run 1, after 0 nodes, 0.00 seconds, depth 0, found by <trivial>)
1016.22/1016.23	c   Primal Bound     : +2.00000000000000e+00   (in run 1, after 890735 nodes, 988.40 seconds, depth 51, found by <relaxation>)
1016.22/1016.23	c   Dual Bound       : +2.00000000000000e+00
1016.22/1016.23	c   Gap              :       0.00 %
1016.22/1016.23	c   Root Dual Bound  : +0.00000000000000e+00
1016.22/1016.23	c   Root Iterations  :          0
1016.32/1016.31	c Time complete: 1016.33.

Verifier Data

OK	2

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2694194-1277924617/watcher-2694194-1277924617 -o /tmp/evaluation-result-2694194-1277924617/solver-2694194-1277924617 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2694194-1277924617.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.20 2.09 2.02 3/196 13949
/proc/meminfo: memFree=31238164/32951124 swapFree=67111528/67111528
[pid=13949] ppid=13947 vsize=8256 CPUtime=0
/proc/13949/stat : 13949 (pbscip.linux.x8) R 13947 13949 10814 0 -1 4202496 1538 0 0 0 0 0 0 0 21 0 1 0 133759057 8454144 1461 4089446400 4194304 7136930 140736611473616 18446744073709551615 6164672 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/13949/statm: 2064 1461 275 719 0 1343 0

[startup+0.0295091 s]
/proc/loadavg: 2.20 2.09 2.02 3/196 13949
/proc/meminfo: memFree=31238164/32951124 swapFree=67111528/67111528
[pid=13949] ppid=13947 vsize=12432 CPUtime=0.02
/proc/13949/stat : 13949 (pbscip.linux.x8) R 13947 13949 10814 0 -1 4202496 3076 0 0 0 2 0 0 0 21 0 1 0 133759057 12730368 2389 4089446400 4194304 7136930 140736611473616 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13949/statm: 3108 2389 390 719 0 2387 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 12432

[startup+0.10052 s]
/proc/loadavg: 2.20 2.09 2.02 3/196 13949
/proc/meminfo: memFree=31238164/32951124 swapFree=67111528/67111528
[pid=13949] ppid=13947 vsize=13820 CPUtime=0.09
/proc/13949/stat : 13949 (pbscip.linux.x8) R 13947 13949 10814 0 -1 4202496 3422 0 0 0 7 2 0 0 21 0 1 0 133759057 14151680 2735 4089446400 4194304 7136930 140736611473616 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13949/statm: 3455 2735 390 719 0 2734 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13820

[startup+0.300456 s]
/proc/loadavg: 2.20 2.09 2.02 3/196 13949
/proc/meminfo: memFree=31238164/32951124 swapFree=67111528/67111528
[pid=13949] ppid=13947 vsize=16372 CPUtime=0.29
/proc/13949/stat : 13949 (pbscip.linux.x8) R 13947 13949 10814 0 -1 4202496 4059 0 0 0 24 5 0 0 21 0 1 0 133759057 16764928 3372 4089446400 4194304 7136930 140736611473616 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13949/statm: 4093 3372 390 719 0 3372 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 16372

[startup+0.700394 s]
/proc/loadavg: 2.20 2.09 2.02 3/196 13949
/proc/meminfo: memFree=31238164/32951124 swapFree=67111528/67111528
[pid=13949] ppid=13947 vsize=19276 CPUtime=0.69
/proc/13949/stat : 13949 (pbscip.linux.x8) R 13947 13949 10814 0 -1 4202496 4794 0 0 0 59 10 0 0 22 0 1 0 133759057 19738624 4107 4089446400 4194304 7136930 140736611473616 18446744073709551615 4978060 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13949/statm: 4819 4107 390 719 0 4098 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 19276

[startup+1.50024 s]
/proc/loadavg: 2.20 2.09 2.02 3/197 13950
/proc/meminfo: memFree=31221788/32951124 swapFree=67111528/67111528
[pid=13949] ppid=13947 vsize=22104 CPUtime=1.49
/proc/13949/stat : 13949 (pbscip.linux.x8) R 13947 13949 10814 0 -1 4202496 5513 0 0 0 130 19 0 0 25 0 1 0 133759057 22634496 4826 4089446400 4194304 7136930 140736611473616 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/13949/statm: 5526 4826 390 719 0 4805 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 22104

[startup+3.10094 s]
/proc/loadavg: 2.20 2.09 2.02 3/197 13950
/proc/meminfo: memFree=31217200/32951124 swapFree=67111528/67111528
[pid=13949] ppid=13947 vsize=27748 CPUtime=3.09
/proc/13949/stat : 13949 (pbscip.linux.x8) R 13947 13949 10814 0 -1 4202496 6942 0 0 0 266 43 0 0 25 0 1 0 133759057 28413952 6255 4089446400 4194304 7136930 140736611473616 18446744073709551615 4210595 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/13949/statm: 6937 6255 390 719 0 6216 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 27748

[startup+6.30036 s]
/proc/loadavg: 2.18 2.09 2.02 3/197 13950
/proc/meminfo: memFree=31206456/32951124 swapFree=67111528/67111528
[pid=13949] ppid=13947 vsize=37392 CPUtime=6.29
/proc/13949/stat : 13949 (pbscip.linux.x8) R 13947 13949 10814 0 -1 4202496 9363 0 0 0 558 71 0 0 25 0 1 0 133759057 38289408 8676 4089446400 4194304 7136930 140736611473616 18446744073709551615 4999867 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/13949/statm: 9348 8676 390 719 0 8627 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 37392

[startup+12.7002 s]
/proc/loadavg: 2.17 2.09 2.02 3/197 13950
/proc/meminfo: memFree=31188472/32951124 swapFree=67111528/67111528
[pid=13949] ppid=13947 vsize=55548 CPUtime=12.69
/proc/13949/stat : 13949 (pbscip.linux.x8) R 13947 13949 10814 0 -1 4202496 14063 0 0 0 1090 179 0 0 25 0 1 0 133759057 56881152 13376 4089446400 4194304 7136930 140736611473616 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/13949/statm: 13887 13376 391 719 0 13166 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 55548

[startup+25.5008 s]
/proc/loadavg: 2.13 2.09 2.02 3/197 13950
/proc/meminfo: memFree=31167496/32951124 swapFree=67111528/67111528
[pid=13949] ppid=13947 vsize=76648 CPUtime=25.49
/proc/13949/stat : 13949 (pbscip.linux.x8) R 13947 13949 10814 0 -1 4202496 18739 0 0 0 2264 285 0 0 25 0 1 0 133759057 78487552 18052 4089446400 4194304 7136930 140736611473616 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/13949/statm: 19162 18052 393 719 0 18441 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 76648

[startup+51.1012 s]
/proc/loadavg: 2.08 2.08 2.02 3/197 13951
/proc/meminfo: memFree=31142768/32951124 swapFree=67111528/67111528
[pid=13949] ppid=13947 vsize=98348 CPUtime=51.09
/proc/13949/stat : 13949 (pbscip.linux.x8) R 13947 13949 10814 0 -1 4202496 23999 0 0 0 4659 450 0 0 25 0 1 0 133759057 100708352 23312 4089446400 4194304 7136930 140736611473616 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/13949/statm: 24587 23312 393 719 0 23866 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 98348

[startup+102.307 s]
/proc/loadavg: 2.04 2.06 2.01 3/197 13952
/proc/meminfo: memFree=31112320/32951124 swapFree=67111528/67111528
[pid=13949] ppid=13947 vsize=122528 CPUtime=102.3
/proc/13949/stat : 13949 (pbscip.linux.x8) R 13947 13949 10814 0 -1 4202496 29802 0 0 0 9551 679 0 0 25 0 1 0 133759057 125468672 29115 4089446400 4194304 7136930 140736611473616 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/13949/statm: 30632 29115 393 719 0 29911 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 122528

[startup+162.301 s]
/proc/loadavg: 2.01 2.05 2.01 3/197 13954
/proc/meminfo: memFree=31079268/32951124 swapFree=67111528/67111528
[pid=13949] ppid=13947 vsize=149472 CPUtime=162.3
/proc/13949/stat : 13949 (pbscip.linux.x8) R 13947 13949 10814 0 -1 4202496 36411 0 0 0 15315 915 0 0 25 0 1 0 133759057 153059328 35724 4089446400 4194304 7136930 140736611473616 18446744073709551615 4999678 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/13949/statm: 37368 35724 393 719 0 36647 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 149472

[startup+222.301 s]
/proc/loadavg: 2.05 2.05 2.01 3/197 13956
/proc/meminfo: memFree=31037652/32951124 swapFree=67111528/67111528
[pid=13949] ppid=13947 vsize=189820 CPUtime=222.29
/proc/13949/stat : 13949 (pbscip.linux.x8) R 13947 13949 10814 0 -1 4202496 46645 0 0 0 21065 1164 0 0 25 0 1 0 133759057 194375680 45958 4089446400 4194304 7136930 140736611473616 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/13949/statm: 47455 45958 393 719 0 46734 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 189820

[startup+282.301 s]
/proc/loadavg: 2.02 2.04 2.00 3/197 13957
/proc/meminfo: memFree=31023920/32951124 swapFree=67111528/67111528
[pid=13949] ppid=13947 vsize=203392 CPUtime=282.3
/proc/13949/stat : 13949 (pbscip.linux.x8) R 13947 13949 10814 0 -1 4202496 50040 0 0 0 26872 1358 0 0 25 0 1 0 133759057 208273408 49353 4089446400 4194304 7136930 140736611473616 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/13949/statm: 50848 49353 393 719 0 50127 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 203392

[startup+342.301 s]
/proc/loadavg: 2.00 2.03 2.00 3/197 13958
/proc/meminfo: memFree=31023488/32951124 swapFree=67111528/67111528
[pid=13949] ppid=13947 vsize=203532 CPUtime=342.29
/proc/13949/stat : 13949 (pbscip.linux.x8) R 13947 13949 10814 0 -1 4202496 50090 0 0 0 32689 1540 0 0 25 0 1 0 133759057 208416768 49403 4089446400 4194304 7136930 140736611473616 18446744073709551615 4210118 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/13949/statm: 50883 49403 393 719 0 50162 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 203532

[startup+402.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/197 13960
/proc/meminfo: memFree=31014716/32951124 swapFree=67111528/67111528
[pid=13949] ppid=13947 vsize=208072 CPUtime=402.3
/proc/13949/stat : 13949 (pbscip.linux.x8) R 13947 13949 10814 0 -1 4202496 51242 0 0 0 38467 1763 0 0 25 0 1 0 133759057 213065728 50555 4089446400 4194304 7136930 140736611473616 18446744073709551615 6166614 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/13949/statm: 52018 50555 393 719 0 51297 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 208072

[startup+462.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/197 13962
/proc/meminfo: memFree=30999376/32951124 swapFree=67111528/67111528
[pid=13949] ppid=13947 vsize=222908 CPUtime=462.3
/proc/13949/stat : 13949 (pbscip.linux.x8) R 13947 13949 10814 0 -1 4202496 54987 0 0 0 44309 1921 0 0 25 0 1 0 133759057 228257792 54300 4089446400 4194304 7136930 140736611473616 18446744073709551615 4999897 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/13949/statm: 55727 54300 393 719 0 55006 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 222908

[startup+522.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/197 13963
/proc/meminfo: memFree=30986312/32951124 swapFree=67111528/67111528
[pid=13949] ppid=13947 vsize=232400 CPUtime=522.3
/proc/13949/stat : 13949 (pbscip.linux.x8) R 13947 13949 10814 0 -1 4202496 57257 0 0 0 50176 2054 0 0 25 0 1 0 133759057 237977600 56570 4089446400 4194304 7136930 140736611473616 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/13949/statm: 58100 56570 393 719 0 57379 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 232400

[startup+582.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/197 13965
/proc/meminfo: memFree=30953624/32951124 swapFree=67111528/67111528
[pid=13949] ppid=13947 vsize=234164 CPUtime=582.3
/proc/13949/stat : 13949 (pbscip.linux.x8) R 13947 13949 10814 0 -1 4202496 57739 0 0 0 56038 2192 0 0 25 0 1 0 133759057 239783936 57052 4089446400 4194304 7136930 140736611473616 18446744073709551615 4999811 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/13949/statm: 58541 57052 393 719 0 57820 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 234164

[startup+642.301 s]
/proc/loadavg: 2.03 2.02 2.00 3/197 13966
/proc/meminfo: memFree=30950448/32951124 swapFree=67111528/67111528
[pid=13949] ppid=13947 vsize=235072 CPUtime=642.31
/proc/13949/stat : 13949 (pbscip.linux.x8) R 13947 13949 10814 0 -1 4202496 57833 0 0 0 61921 2310 0 0 25 0 1 0 133759057 240713728 57146 4089446400 4194304 7136930 140736611473616 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/13949/statm: 58768 57146 393 719 0 58047 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 235072

[startup+702.301 s]
/proc/loadavg: 2.01 2.01 2.00 3/197 13968
/proc/meminfo: memFree=30946904/32951124 swapFree=67111528/67111528
[pid=13949] ppid=13947 vsize=236604 CPUtime=702.31
/proc/13949/stat : 13949 (pbscip.linux.x8) R 13947 13949 10814 0 -1 4202496 58042 0 0 0 67835 2396 0 0 25 0 1 0 133759057 242282496 57355 4089446400 4194304 7136930 140736611473616 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/13949/statm: 59151 57355 393 719 0 58430 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 236604

[startup+762.306 s]
/proc/loadavg: 2.07 2.02 2.00 3/197 13970
/proc/meminfo: memFree=30941260/32951124 swapFree=67111528/67111528
[pid=13949] ppid=13947 vsize=237240 CPUtime=762.32
/proc/13949/stat : 13949 (pbscip.linux.x8) R 13947 13949 10814 0 -1 4202496 58124 0 0 0 73745 2487 0 0 25 0 1 0 133759057 242933760 57437 4089446400 4194304 7136930 140736611473616 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/13949/statm: 59310 57437 393 719 0 58589 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 237240

[startup+822.301 s]
/proc/loadavg: 2.02 2.02 2.00 3/197 13971
/proc/meminfo: memFree=30937828/32951124 swapFree=67111528/67111528
[pid=13949] ppid=13947 vsize=238044 CPUtime=822.31
/proc/13949/stat : 13949 (pbscip.linux.x8) R 13947 13949 10814 0 -1 4202496 58235 0 0 0 79668 2563 0 0 25 0 1 0 133759057 243757056 57548 4089446400 4194304 7136930 140736611473616 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/13949/statm: 59511 57548 393 719 0 58790 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 238044

[startup+882.301 s]
/proc/loadavg: 2.01 2.01 2.00 3/197 13973
/proc/meminfo: memFree=30927464/32951124 swapFree=67111528/67111528
[pid=13949] ppid=13947 vsize=238044 CPUtime=882.31
/proc/13949/stat : 13949 (pbscip.linux.x8) R 13947 13949 10814 0 -1 4202496 58276 0 0 0 85601 2630 0 0 25 0 1 0 133759057 243757056 57589 4089446400 4194304 7136930 140736611473616 18446744073709551615 5000143 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/13949/statm: 59511 57589 393 719 0 58790 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 238044

[startup+942.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 13974
/proc/meminfo: memFree=30914720/32951124 swapFree=67111528/67111528
[pid=13949] ppid=13947 vsize=238616 CPUtime=942.31
/proc/13949/stat : 13949 (pbscip.linux.x8) R 13947 13949 10814 0 -1 4202496 58408 0 0 0 91533 2698 0 0 25 0 1 0 133759057 244342784 57721 4089446400 4194304 7136930 140736611473616 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/13949/statm: 59654 57721 393 719 0 58933 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 238616

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 13976
/proc/meminfo: memFree=30906584/32951124 swapFree=67111528/67111528
[pid=13949] ppid=13947 vsize=240752 CPUtime=1002.32
/proc/13949/stat : 13949 (pbscip.linux.x8) R 13947 13949 10814 0 -1 4202496 58694 0 0 0 97472 2760 0 0 25 0 1 0 133759057 246530048 58007 4089446400 4194304 7136930 140736611473616 18446744073709551615 5955601 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/13949/statm: 60188 58007 393 719 0 59467 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 240752

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

[startup+1004.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 13976
/proc/meminfo: memFree=30906332/32951124 swapFree=67111528/67111528
[pid=13949] ppid=13947 vsize=240752 CPUtime=1004.71
/proc/13949/stat : 13949 (pbscip.linux.x8) R 13947 13949 10814 0 -1 4202496 58694 0 0 0 97709 2762 0 0 25 0 1 0 133759057 246530048 58007 4089446400 4194304 7136930 140736611473616 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/13949/statm: 60188 58007 393 719 0 59467 0
Current children cumulated CPU time (s) 1004.71
Current children cumulated vsize (KiB) 240752

[startup+1011.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 13976
/proc/meminfo: memFree=30904572/32951124 swapFree=67111528/67111528
[pid=13949] ppid=13947 vsize=240752 CPUtime=1011.12
/proc/13949/stat : 13949 (pbscip.linux.x8) R 13947 13949 10814 0 -1 4202496 58694 0 0 0 98344 2768 0 0 25 0 1 0 133759057 246530048 58007 4089446400 4194304 7136930 140736611473616 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/13949/statm: 60188 58007 393 719 0 59467 0
Current children cumulated CPU time (s) 1011.12
Current children cumulated vsize (KiB) 240752

[startup+1014.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 13976
/proc/meminfo: memFree=30904448/32951124 swapFree=67111528/67111528
[pid=13949] ppid=13947 vsize=240752 CPUtime=1014.32
/proc/13949/stat : 13949 (pbscip.linux.x8) R 13947 13949 10814 0 -1 4202496 58694 0 0 0 98661 2771 0 0 25 0 1 0 133759057 246530048 58007 4089446400 4194304 7136930 140736611473616 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/13949/statm: 60188 58007 393 719 0 59467 0
Current children cumulated CPU time (s) 1014.32
Current children cumulated vsize (KiB) 240752

[startup+1015.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 13976
/proc/meminfo: memFree=30904448/32951124 swapFree=67111528/67111528
[pid=13949] ppid=13947 vsize=240752 CPUtime=1015.11
/proc/13949/stat : 13949 (pbscip.linux.x8) R 13947 13949 10814 0 -1 4202496 58694 0 0 0 98740 2771 0 0 25 0 1 0 133759057 246530048 58007 4089446400 4194304 7136930 140736611473616 18446744073709551615 4210625 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/13949/statm: 60188 58007 393 719 0 59467 0
Current children cumulated CPU time (s) 1015.11
Current children cumulated vsize (KiB) 240752

[startup+1015.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 13976
/proc/meminfo: memFree=30904324/32951124 swapFree=67111528/67111528
[pid=13949] ppid=13947 vsize=240752 CPUtime=1015.92
/proc/13949/stat : 13949 (pbscip.linux.x8) R 13947 13949 10814 0 -1 4202496 58694 0 0 0 98819 2773 0 0 25 0 1 0 133759057 246530048 58007 4089446400 4194304 7136930 140736611473616 18446744073709551615 4210635 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/13949/statm: 60188 58007 393 719 0 59467 0
Current children cumulated CPU time (s) 1015.92
Current children cumulated vsize (KiB) 240752

[startup+1016.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 13976
/proc/meminfo: memFree=30912136/32951124 swapFree=67111528/67111528
[pid=13949] ppid=13947 vsize=187640 CPUtime=1016.32
/proc/13949/stat : 13949 (pbscip.linux.x8) R 13947 13949 10814 0 -1 4202496 58768 0 0 0 98859 2773 0 0 18 0 1 0 133759057 192143360 44743 4089446400 4194304 7136930 140736611473616 18446744073709551615 6360983 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/13949/statm: 46910 44705 399 719 0 46189 0
Current children cumulated CPU time (s) 1016.32
Current children cumulated vsize (KiB) 187640

Child status: 0
Real time (s): 1016.31
CPU time (s): 1016.34
CPU user time (s): 988.597
CPU system time (s): 27.7428
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 240752

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

runsolver used 1.3318 second user time and 3.2995 second system time

The end

Launcher Data

Begin job on node109 at 2010-06-30 21:03:37
IDJOB=2694194
IDBENCH=79245
IDSOLVER=1206
FILE ID=node109/2694194-1277924617
PBS_JOBID= 11197334
Free space on /tmp= 74212 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.1111219348--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-2694194-1277924617/watcher-2694194-1277924617 -o /tmp/evaluation-result-2694194-1277924617/solver-2694194-1277924617 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2694194-1277924617.wbo -t 1800 -m 3800

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

MD5SUM BENCH= 2c3717ba2e3ac83d37aca2c4131741f4
RANDOM SEED=74768060

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31238940 kB
Buffers:        207748 kB
Cached:        1052140 kB
SwapCached:          0 kB
Active:         819188 kB
Inactive:       746812 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31238940 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            3392 kB
Writeback:           0 kB
AnonPages:      306408 kB
Mapped:          20344 kB
Slab:            81692 kB
PageTables:       5356 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1654420 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= 74208 MiB
End job on node109 at 2010-06-30 21:20:34