Trace number 2694116

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 solverMSAT (TO) 1800.78 1800.74

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1110976730--soft-0-100-0.wbo
MD5SUM757f0ee369969ddf8bfd897da7532965
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark10
Best CPU time to get the best result obtained on this benchmark0.209968
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 1183
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-2694116-1277923439.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.67	c   1.6s| 10000 |  6456 |     0 |   0.0 |8291k| 171 |   - | 371 |5437 |   0 |   0 |   0 |9767 |   0 | 0.000000e+00 | 5.033000e+03 |    Inf 
2.79/2.84	c   2.6s| 20000 | 14501 |     0 |   0.0 |  11M| 219 |   - | 371 |4928 |   0 |   0 |   0 |  15k|   0 | 0.000000e+00 | 5.033000e+03 |    Inf 
5.49/5.52	c   5.2s| 30000 | 18998 |     0 |   0.0 |  18M| 219 |   - | 371 |9519 |   0 |   0 |   0 |  31k|   0 | 0.000000e+00 | 5.033000e+03 |    Inf 
9.09/9.12	c   8.7s| 40000 | 22225 |     0 |   0.0 |  23M| 219 |   - | 371 |  12k|   0 |   0 |   0 |  48k|   0 | 0.000000e+00 | 5.033000e+03 |    Inf 
11.49/11.56	o 845
11.49/11.56	c *11.1s| 45552 | 23261 |     0 |   0.0 |  25M| 219 |   - | 371 |  13k|   0 |   0 |   0 |  59k|   0 | 0.000000e+00 | 8.450000e+02 |    Inf 
11.79/11.86	c  11.4s| 50000 | 27696 |     0 |   0.0 |  24M| 219 |   - | 371 |4949 |   0 |   0 |   0 |  59k|   0 | 0.000000e+00 | 8.450000e+02 |    Inf 
12.29/12.34	c  11.8s| 60000 | 37664 |     0 |   0.0 |  26M| 219 |   - | 371 | 738 |   0 |   0 |   0 |  59k|   0 | 0.000000e+00 | 8.450000e+02 |    Inf 
12.69/12.79	c  12.2s| 70000 | 47637 |     0 |   0.0 |  29M| 219 |   - | 371 | 678 |   0 |   0 |   0 |  59k|   0 | 0.000000e+00 | 8.450000e+02 |    Inf 
13.20/13.24	c  12.6s| 80000 | 57609 |     0 |   0.0 |  32M| 219 |   - | 371 | 680 |   0 |   0 |   0 |  59k|   0 | 0.000000e+00 | 8.450000e+02 |    Inf 
13.69/13.70	c  13.0s| 90000 | 67573 |     0 |   0.0 |  35M| 219 |   - | 371 | 653 |   0 |   0 |   0 |  59k|   0 | 0.000000e+00 | 8.450000e+02 |    Inf 
14.09/14.16	c  13.4s|100000 | 77555 |     0 |   0.0 |  38M| 219 |   - | 371 | 654 |   0 |   0 |   0 |  59k|   0 | 0.000000e+00 | 8.450000e+02 |    Inf 
14.59/14.61	c  13.8s|110000 | 87524 |     0 |   0.0 |  41M| 219 |   - | 371 | 698 |   0 |   0 |   0 |  59k|   0 | 0.000000e+00 | 8.450000e+02 |    Inf 
14.99/15.08	c  14.2s|120000 | 97471 |     0 |   0.0 |  44M| 219 |   - | 371 | 792 |   0 |   0 |   0 |  60k|   0 | 0.000000e+00 | 8.450000e+02 |    Inf 
15.49/15.54	c  14.5s|130000 |107430 |     0 |   0.0 |  47M| 219 |   - | 371 | 859 |   0 |   0 |   0 |  60k|   0 | 0.000000e+00 | 8.450000e+02 |    Inf 
15.99/16.01	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
15.99/16.01	c  14.9s|140000 |117400 |     0 |   0.0 |  50M| 219 |   - | 371 | 861 |   0 |   0 |   0 |  60k|   0 | 0.000000e+00 | 8.450000e+02 |    Inf 
16.39/16.48	c  15.3s|150000 |127379 |     0 |   0.0 |  53M| 219 |   - | 371 | 516 |   0 |   0 |   0 |  60k|   0 | 0.000000e+00 | 8.450000e+02 |    Inf 
16.69/16.75	o 264
16.69/16.75	c *15.5s|156004 |128228 |     0 |   0.0 |  53M| 219 |   - | 371 | 416 |   0 |   0 |   0 |  60k|   0 | 0.000000e+00 | 2.640000e+02 |    Inf 
16.99/17.08	c  15.8s|160000 |131544 |     0 |   0.0 |  55M| 219 |   - | 371 |1889 |   0 |   0 |   0 |  62k|   0 | 0.000000e+00 | 2.640000e+02 |    Inf 
20.39/20.46	c  19.1s|170000 |134540 |     0 |   0.0 |  61M| 219 |   - | 371 |  10k|   0 |   0 |   0 |  81k|   0 | 0.000000e+00 | 2.640000e+02 |    Inf 
25.89/25.91	c  24.5s|180000 |135859 |     0 |   0.0 |  66M| 219 |   - | 371 |  15k|   0 |   0 |   0 | 102k|   0 | 0.000000e+00 | 2.640000e+02 |    Inf 
33.00/33.06	c  31.5s|190000 |136233 |     0 |   0.0 |  70M| 219 |   - | 371 |  20k|   0 |   0 |   0 | 124k|   0 | 0.000000e+00 | 2.640000e+02 |    Inf 
41.39/41.43	c  39.8s|200000 |136599 |     0 |   0.0 |  74M| 219 |   - | 371 |  25k|   0 |   0 |   0 | 147k|   0 | 0.000000e+00 | 2.640000e+02 |    Inf 
47.89/47.97	c  46.2s|210000 |140012 |     0 |   0.0 |  70M| 219 |   - | 371 |9443 |   0 |   0 |   0 | 161k|   0 | 0.000000e+00 | 2.640000e+02 |    Inf 
48.49/48.52	c  46.6s|220000 |149987 |     0 |   0.0 |  70M| 219 |   - | 371 |1236 |   0 |   0 |   0 | 161k|   0 | 0.000000e+00 | 2.640000e+02 |    Inf 
48.99/49.00	c  47.1s|230000 |159969 |     0 |   0.0 |  73M| 219 |   - | 371 | 826 |   0 |   0 |   0 | 161k|   0 | 0.000000e+00 | 2.640000e+02 |    Inf 
49.40/49.48	c  47.5s|240000 |169928 |     0 |   0.0 |  76M| 219 |   - | 371 | 733 |   0 |   0 |   0 | 161k|   0 | 0.000000e+00 | 2.640000e+02 |    Inf 
49.89/49.98	c  47.9s|250000 |179835 |     0 |   0.0 |  79M| 219 |   - | 371 | 759 |   0 |   0 |   0 | 161k|   0 | 0.000000e+00 | 2.640000e+02 |    Inf 
50.29/50.38	o 61
50.29/50.38	c *48.3s|256264 | 89791 |     0 |   0.0 |  52M| 219 |   - | 371 | 792 |   0 |   0 |   0 | 162k|   0 | 0.000000e+00 | 6.100000e+01 |    Inf 
50.39/50.45	o 56
50.39/50.45	c *48.4s|257167 | 88780 |     0 |   0.0 |  52M| 219 |   - | 371 |1021 |   0 |   0 |   0 | 162k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
50.69/50.75	o 45
50.69/50.75	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
50.69/50.75	c *48.7s|259825 | 83505 |     0 |   0.0 |  51M| 219 |   - | 371 |1789 |   0 |   0 |   0 | 163k|   0 | 0.000000e+00 | 4.500000e+01 |    Inf 
50.69/50.78	c  48.7s|260000 | 83627 |     0 |   0.0 |  51M| 219 |   - | 371 |1838 |   0 |   0 |   0 | 163k|   0 | 0.000000e+00 | 4.500000e+01 |    Inf 
50.79/50.84	o 39
50.79/50.84	c *48.8s|260478 | 80341 |     0 |   0.0 |  50M| 219 |   - | 371 |1837 |   0 |   0 |   0 | 164k|   0 | 0.000000e+00 | 3.900000e+01 |    Inf 
50.89/50.92	o 38
50.89/50.92	c *48.8s|261106 | 80774 |     0 |   0.0 |  51M| 219 |   - | 371 |2039 |   0 |   0 |   0 | 164k|   0 | 0.000000e+00 | 3.800000e+01 |    Inf 
51.09/51.19	o 36
51.09/51.19	c *49.1s|263137 | 81623 |     0 |   0.0 |  52M| 219 |   - | 371 |2460 |   0 |   0 |   0 | 166k|   0 | 0.000000e+00 | 3.600000e+01 |    Inf 
51.29/51.33	o 13
51.29/51.33	c *49.2s|264042 | 69642 |     0 |   0.0 |  47M| 219 |   - | 371 |2347 |   0 |   0 |   0 | 166k|   0 | 0.000000e+00 | 1.300000e+01 |    Inf 
51.29/51.36	o 11
51.29/51.36	c *49.2s|264149 | 69122 |     0 |   0.0 |  47M| 219 |   - | 371 |2039 |   0 |   0 |   0 | 166k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
52.49/52.54	c  50.4s|270000 | 72365 |     0 |   0.0 |  51M| 219 |   - | 371 |4579 |   0 |   0 |   0 | 172k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
55.28/55.32	c  53.0s|280000 | 77132 |     0 |   0.0 |  56M| 219 |   - | 371 |8392 |   0 |   0 |   0 | 184k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
59.89/59.92	c  57.5s|290000 | 79683 |     0 |   0.0 |  62M| 219 |   - | 371 |  13k|   0 |   0 |   0 | 198k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
67.39/67.44	c  64.9s|300000 | 78049 |     0 |   0.0 |  68M| 219 |   - | 371 |  17k|   0 |   0 |   0 | 217k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
71.59/71.69	c  69.0s|310000 | 80454 |     0 |   0.0 |  68M| 219 |   - | 371 |7374 |   0 |   0 |   0 | 227k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
74.09/74.10	c  71.3s|320000 | 86574 |     0 |   0.0 |  73M| 219 |   - | 371 |5535 |   0 |   0 |   0 | 236k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
76.49/76.51	c  73.6s|330000 | 92469 |     0 |   0.0 |  79M| 219 |   - | 371 |7719 |   0 |   0 |   0 | 248k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
79.59/79.65	c  76.7s|340000 | 96742 |     0 |   0.0 |  85M| 219 |   - | 371 |7626 |   0 |   0 |   0 | 260k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
87.49/87.58	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
87.49/87.58	c  84.5s|350000 | 94114 |     0 |   0.0 |  90M| 219 |   - | 371 |  21k|   0 |   0 |   0 | 286k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
103.69/103.79	c   101s|360000 | 89072 |     0 |   0.0 |  90M| 219 |   - | 371 |  33k|   0 |   0 |   0 | 316k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
123.69/123.79	c   120s|370000 | 85022 |     0 |   0.0 |  89M| 219 |   - | 371 |  41k|   0 |   0 |   0 | 345k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
139.49/139.55	c   136s|380000 | 85894 |     0 |   0.0 |  83M| 219 |   - | 371 |  16k|   0 |   0 |   0 | 363k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
147.39/147.41	c   144s|390000 | 88410 |     0 |   0.0 |  87M| 219 |   - | 371 |  19k|   0 |   0 |   0 | 380k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
156.89/156.92	c   153s|400000 | 90507 |     0 |   0.0 |  92M| 219 |   - | 371 |  24k|   0 |   0 |   0 | 398k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
168.49/168.57	c   165s|410000 | 92066 |     0 |   0.0 |  97M| 219 |   - | 371 |  29k|   0 |   0 |   0 | 417k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
182.50/182.59	c   179s|420000 | 92958 |     0 |   0.0 | 102M| 219 |   - | 371 |  33k|   0 |   0 |   0 | 437k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
198.10/198.19	c   194s|430000 | 93432 |     0 |   0.0 | 106M| 219 |   - | 371 |  37k|   0 |   0 |   0 | 457k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
214.19/214.26	c   210s|440000 | 94273 |     0 |   0.0 | 110M| 219 |   - | 371 |  41k|   0 |   0 |   0 | 477k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
231.09/231.18	c   227s|450000 | 95384 |     0 |   0.0 | 114M| 219 |   - | 371 |  46k|   0 |   0 |   0 | 496k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
253.29/253.33	c   249s|460000 | 94328 |     0 |   0.0 | 117M| 219 |   - | 371 |  50k|   0 |   0 |   0 | 519k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
272.80/272.86	c   268s|470000 | 93773 |     0 |   0.0 | 114M| 219 |   - | 371 |  35k|   0 |   0 |   0 | 534k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
281.19/281.28	c   276s|480000 | 99348 |     0 |   0.0 | 114M| 219 |   - | 371 |  24k|   0 |   0 |   0 | 546k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
289.10/289.17	c   284s|490000 |103434 |     0 |   0.0 | 117M| 219 |   - | 371 |  20k|   0 |   0 |   0 | 562k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
296.79/296.81	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
296.79/296.81	c   292s|500000 |106802 |     0 |   0.0 | 121M| 219 |   - | 371 |  22k|   0 |   0 |   0 | 578k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
304.39/304.45	c   299s|510000 |110352 |     0 |   0.0 | 124M| 219 |   - | 371 |  20k|   0 |   0 |   0 | 592k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
310.40/310.47	c   305s|520000 |115282 |     0 |   0.0 | 127M| 219 |   - | 371 |  17k|   0 |   0 |   0 | 605k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
315.49/315.52	c   310s|530000 |120962 |     0 |   0.0 | 131M| 219 |   - | 371 |  18k|   0 |   0 |   0 | 617k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
320.60/320.68	c   315s|540000 |126621 |     0 |   0.0 | 136M| 219 |   - | 371 |  20k|   0 |   0 |   0 | 629k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
326.29/326.34	c   321s|550000 |131998 |     0 |   0.0 | 140M| 219 |   - | 371 |  23k|   0 |   0 |   0 | 642k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
332.99/333.08	c   327s|560000 |136702 |     0 |   0.0 | 145M| 219 |   - | 371 |  26k|   0 |   0 |   0 | 656k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
341.30/341.37	c   336s|570000 |140331 |     0 |   0.0 | 150M| 219 |   - | 371 |  29k|   0 |   0 |   0 | 674k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
351.09/351.10	c   345s|580000 |143571 |     0 |   0.0 | 154M| 219 |   - | 371 |  28k|   0 |   0 |   0 | 692k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
360.70/360.76	c   355s|590000 |146679 |     0 |   0.0 | 157M| 219 |   - | 371 |  25k|   0 |   0 |   0 | 709k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
370.00/370.01	c   364s|600000 |148894 |     0 |   0.0 | 160M| 219 |   - | 371 |  26k|   0 |   0 |   0 | 728k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
380.69/380.77	c   374s|610000 |149944 |     0 |   0.0 | 163M| 219 |   - | 371 |  30k|   0 |   0 |   0 | 749k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
394.70/394.79	c   388s|620000 |150681 |     0 |   0.0 | 163M| 219 |   - | 371 |  37k|   0 |   0 |   0 | 772k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
414.20/414.29	c   408s|630000 |151463 |     0 |   0.0 | 168M| 219 |   - | 371 |  43k|   0 |   0 |   0 | 796k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
436.00/436.01	c   429s|640000 |151877 |     0 |   0.0 | 172M| 219 |   - | 371 |  48k|   0 |   0 |   0 | 819k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
460.40/460.45	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
460.40/460.45	c   454s|650000 |151983 |     0 |   0.0 | 175M| 219 |   - | 371 |  53k|   0 |   0 |   0 | 843k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
486.90/486.91	c   480s|660000 |151862 |     0 |   0.0 | 179M| 219 |   - | 371 |  59k|   0 |   0 |   0 | 867k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
516.79/516.88	c   510s|670000 |151209 |     0 |   0.0 | 182M| 219 |   - | 371 |  64k|   0 |   0 |   0 | 892k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
549.10/549.17	c   542s|680000 |150203 |     0 |   0.0 | 186M| 219 |   - | 371 |  71k|   0 |   0 |   0 | 916k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
587.00/587.04	c   580s|690000 |148467 |     0 |   0.0 | 190M| 219 |   - | 371 |  82k|   0 |   0 |   0 | 942k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
630.70/630.77	c   623s|700000 |146358 |     0 |   0.0 | 192M| 219 |   - | 371 |  90k|   0 |   0 |   0 | 968k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
658.51/658.58	c   651s|710000 |150801 |     0 |   0.0 | 188M| 219 |   - | 371 |  63k|   0 |   0 |   0 | 984k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
681.61/681.63	c   674s|720000 |153786 |     0 |   0.0 | 188M| 219 |   - | 371 |  51k|   0 |   0 |   0 |1002k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
702.61/702.60	c   695s|730000 |156171 |     0 |   0.0 | 192M| 219 |   - | 371 |  52k|   0 |   0 |   0 |1022k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
725.40/725.40	c   717s|740000 |158056 |     0 |   0.0 | 195M| 219 |   - | 371 |  52k|   0 |   0 |   0 |1042k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
748.01/748.01	c   740s|750000 |159347 |     0 |   0.0 | 198M| 219 |   - | 371 |  50k|   0 |   0 |   0 |1062k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
768.11/768.15	c   760s|760000 |160819 |     0 |   0.0 | 201M| 219 |   - | 371 |  50k|   0 |   0 |   0 |1082k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
789.11/789.12	c   781s|770000 |161845 |     0 |   0.0 | 204M| 219 |   - | 371 |  51k|   0 |   0 |   0 |1103k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
808.70/808.71	c   800s|780000 |164364 |     0 |   0.0 | 207M| 219 |   - | 371 |  49k|   0 |   0 |   0 |1121k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
826.41/826.49	c   818s|790000 |167709 |     0 |   0.0 | 209M| 219 |   - | 371 |  46k|   0 |   0 |   0 |1137k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
845.70/845.75	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
845.70/845.75	c   837s|800000 |170345 |     0 |   0.0 | 212M| 219 |   - | 371 |  43k|   0 |   0 |   0 |1156k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
864.31/864.37	c   856s|810000 |172791 |     0 |   0.0 | 216M| 219 |   - | 371 |  43k|   0 |   0 |   0 |1174k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
883.71/883.76	c   875s|820000 |174659 |     0 |   0.0 | 220M| 219 |   - | 371 |  42k|   0 |   0 |   0 |1194k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
902.11/902.12	c   893s|830000 |176816 |     0 |   0.0 | 224M| 219 |   - | 371 |  44k|   0 |   0 |   0 |1213k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
921.11/921.16	c   912s|840000 |178869 |     0 |   0.0 | 229M| 219 |   - | 371 |  46k|   0 |   0 |   0 |1233k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
941.20/941.29	c   932s|850000 |180518 |     0 |   0.0 | 233M| 219 |   - | 371 |  48k|   0 |   0 |   0 |1253k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
962.11/962.12	c   953s|860000 |181970 |     0 |   0.0 | 237M| 219 |   - | 371 |  52k|   0 |   0 |   0 |1274k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
983.91/983.98	c   974s|870000 |183215 |     0 |   0.0 | 242M| 219 |   - | 371 |  55k|   0 |   0 |   0 |1295k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
1005.41/1005.48	c   996s|880000 |184722 |     0 |   0.0 | 247M| 219 |   - | 371 |  58k|   0 |   0 |   0 |1315k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
1026.61/1026.60	c  1017s|890000 |186434 |     0 |   0.0 | 251M| 219 |   - | 371 |  61k|   0 |   0 |   0 |1336k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
1050.21/1050.27	c  1040s|900000 |188462 |     0 |   0.0 | 256M| 219 |   - | 371 |  65k|   0 |   0 |   0 |1356k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
1077.91/1077.94	c  1068s|910000 |190374 |     0 |   0.0 | 260M| 219 |   - | 371 |  69k|   0 |   0 |   0 |1377k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
1109.21/1109.21	c  1099s|920000 |192403 |     0 |   0.0 | 264M| 219 |   - | 371 |  70k|   0 |   0 |   0 |1397k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
1144.02/1144.09	c  1133s|930000 |194083 |     0 |   0.0 | 266M| 219 |   - | 371 |  69k|   0 |   0 |   0 |1418k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
1181.01/1181.05	c  1170s|940000 |195126 |     0 |   0.0 | 268M| 219 |   - | 371 |  66k|   0 |   0 |   0 |1438k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
1216.01/1216.07	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1216.01/1216.07	c  1205s|950000 |195915 |     0 |   0.0 | 270M| 219 |   - | 371 |  65k|   0 |   0 |   0 |1460k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
1247.91/1247.97	c  1236s|960000 |196334 |     0 |   0.0 | 272M| 219 |   - | 371 |  67k|   0 |   0 |   0 |1481k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
1285.21/1285.27	c  1273s|970000 |196703 |     0 |   0.0 | 274M| 219 |   - | 371 |  68k|   0 |   0 |   0 |1506k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
1323.82/1323.87	c  1311s|980000 |196056 |     0 |   0.0 | 272M| 219 |   - | 371 |  63k|   0 |   0 |   0 |1529k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
1347.32/1347.39	c  1335s|990000 |197225 |     0 |   0.0 | 265M| 219 |   - | 371 |  43k|   0 |   0 |   0 |1550k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
1390.52/1390.52	c  1378s|  1000k|193547 |     0 |   0.0 | 266M| 219 |   - | 371 |  58k|   0 |   0 |   0 |1579k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
1450.02/1450.09	c  1437s|  1010k|188529 |     0 |   0.0 | 263M| 219 |   - | 371 |  71k|   0 |   0 |   0 |1608k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
1486.13/1486.11	c  1473s|  1020k|191868 |     0 |   0.0 | 261M| 219 |   - | 371 |  54k|   0 |   0 |   0 |1626k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
1521.22/1521.24	c  1508s|  1030k|193097 |     0 |   0.0 | 262M| 219 |   - | 371 |  49k|   0 |   0 |   0 |1648k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
1555.83/1555.81	c  1542s|  1040k|193815 |     0 |   0.0 | 265M| 219 |   - | 371 |  51k|   0 |   0 |   0 |1671k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
1593.32/1593.30	c  1579s|  1050k|193933 |     0 |   0.0 | 269M| 219 |   - | 371 |  58k|   0 |   0 |   0 |1695k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
1634.12/1634.14	c  1620s|  1060k|193613 |     0 |   0.0 | 272M| 219 |   - | 371 |  63k|   0 |   0 |   0 |1718k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
1674.83/1674.85	c  1660s|  1070k|193488 |     0 |   0.0 | 274M| 219 |   - | 371 |  68k|   0 |   0 |   0 |1740k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
1719.83/1719.89	c  1705s|  1080k|192975 |     0 |   0.0 | 276M| 219 |   - | 371 |  72k|   0 |   0 |   0 |1764k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
1762.72/1762.78	c  1748s|  1090k|194142 |     0 |   0.0 | 278M| 219 |   - | 371 |  71k|   0 |   0 |   0 |1785k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
1800.03/1800.00	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.03/1800.01	c 
1800.03/1800.01	c SCIP Status        : solving was interrupted [user interrupt]
1800.03/1800.01	c Solving Time (sec) : 1784.67
1800.03/1800.01	c Solving Nodes      : 1098334
1800.03/1800.01	c Primal Bound       : +1.10000000000000e+01 (13 solutions)
1800.03/1800.01	c Dual Bound         : +1.00000000000000e+00
1800.03/1800.01	c Gap                : 1000.00 %
1800.03/1800.01	s SATISFIABLE
1800.03/1800.01	v x169 -x168 -x167 -x166 -x165 -x164 -x163 -x162 -x161 -x160 -x159 -x158 -x157 -x156 -x155 -x154 x153 -x152 -x151 -x150 -x149 -x148 
1800.03/1800.01	v -x147 -x146 -x145 -x144 -x143 -x142 -x141 -x140 -x139 -x138 -x137 -x136 -x135 -x134 x133 -x132 -x131 -x130 -x129 -x128 -x127 
1800.03/1800.01	v -x126 -x125 x124 -x123 -x122 -x121 -x120 -x119 -x118 -x117 x116 -x115 -x114 -x113 -x112 -x111 -x110 -x109 -x108 -x107 -x106 
1800.03/1800.01	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 
1800.03/1800.01	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 
1800.03/1800.01	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 
1800.03/1800.01	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 
1800.03/1800.01	v -x4 -x3 x2 -x1 
1800.03/1800.01	c SCIP Status        : solving was interrupted [user interrupt]
1800.03/1800.01	c Solving Time       :    1784.67
1800.03/1800.01	c Original Problem   :
1800.03/1800.01	c   Problem name     : HOME/instance-2694116-1277923439.wbo
1800.03/1800.01	c   Variables        : 371 (270 binary, 0 integer, 0 implicit integer, 101 continuous)
1800.03/1800.01	c   Constraints      : 203 initial, 203 maximal
1800.03/1800.01	c Presolved Problem  :
1800.03/1800.01	c   Problem name     : t_HOME/instance-2694116-1277923439.wbo
1800.03/1800.01	c   Variables        : 371 (270 binary, 0 integer, 0 implicit integer, 101 continuous)
1800.03/1800.01	c   Constraints      : 202 initial, 92779 maximal
1800.03/1800.01	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.03/1800.01	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.01	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.01	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.01	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.01	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.01	c   probing          :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.01	c   indicator        :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.01	c   linear           :       0.00          0          0          0        101          0          1          0          0
1800.03/1800.01	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.01	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.01	c   root node        :          -          0          -          -          0          -          -          -          -
1800.03/1800.01	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.03/1800.01	c   integral         :          0          0          0          0          0          0          0          0          0          0
1800.03/1800.01	c   indicator        :        101          0    2549423          0     728448        586     340747          0          0          0
1800.03/1800.01	c   linear           :        101          0    2958654          0     806987     385233   16707748          0          0          0
1800.03/1800.01	c   logicor          :          0+         0    1452333          0          0      53436     970028          0          0          0
1800.03/1800.01	c   bounddisjunction :          0+         0      47958          0          0          1        174          0          0          0
1800.03/1800.01	c   countsols        :          0          0          0          0     806996          0          0          0          0          0
1800.03/1800.01	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.03/1800.01	c   integral         :       0.00       0.00       0.00       0.00       0.00
1800.03/1800.01	c   indicator        :       2.18       0.00       1.30       0.00       0.88
1800.03/1800.01	c   linear           :     109.42       0.00     109.02       0.00       0.40
1800.03/1800.01	c   logicor          :     908.59       0.00     908.59       0.00       0.00
1800.03/1800.01	c   bounddisjunction :       0.10       0.00       0.10       0.00       0.00
1800.03/1800.01	c   countsols        :       0.12       0.00       0.00       0.00       0.12
1800.03/1800.01	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.03/1800.01	c   vbounds          :       0.39          2          0          0
1800.03/1800.01	c   rootredcost      :       0.42          0          0          0
1800.03/1800.01	c   pseudoobj        :       9.32    2959212        158     281669
1800.03/1800.01	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.03/1800.01	c   propagation      :      33.22     438827     438824    2394723       28.5     413550       14.1          -
1800.03/1800.01	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.03/1800.01	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.03/1800.01	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.03/1800.01	c   pseudo solution  :       0.00         23         23        146       29.7         20       12.9          -
1800.03/1800.01	c   applied globally :          -          -          -    1759087       18.2          -          -          -
1800.03/1800.01	c   applied locally  :          -          -          -      44254       38.3          -          -          -
1800.03/1800.01	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.03/1800.01	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
1800.03/1800.01	c   redcost          :       0.00          0          0          0          0          0
1800.03/1800.01	c   impliedbounds    :       0.00          0          0          0          0          0
1800.03/1800.01	c   intobj           :       0.00          0          0          0          0          0
1800.03/1800.01	c   cgmip            :       0.00          0          0          0          0          0
1800.03/1800.01	c   gomory           :       0.00          0          0          0          0          0
1800.03/1800.01	c   strongcg         :       0.00          0          0          0          0          0
1800.03/1800.01	c   cmir             :       0.00          0          0          0          0          0
1800.03/1800.01	c   flowcover        :       0.00          0          0          0          0          0
1800.03/1800.01	c   clique           :       0.00          0          0          0          0          0
1800.03/1800.01	c   zerohalf         :       0.00          0          0          0          0          0
1800.03/1800.01	c   mcf              :       0.00          0          0          0          0          0
1800.03/1800.01	c   rapidlearning    :       0.00          0          0          0          0          0
1800.03/1800.01	c Pricers            :       Time      Calls       Vars
1800.03/1800.01	c   problem variables:       0.00          0          0
1800.03/1800.01	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.03/1800.01	c   relpscost        :       0.00          0          0          0          0          0          0
1800.03/1800.01	c   pscost           :       0.00          0          0          0          0          0          0
1800.03/1800.01	c   inference        :       7.58     806986          0          0          0          0    1613972
1800.03/1800.01	c   mostinf          :       0.00          0          0          0          0          0          0
1800.03/1800.01	c   leastinf         :       0.00          0          0          0          0          0          0
1800.03/1800.01	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.03/1800.01	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.03/1800.01	c   random           :       0.00          0          0          0          0          0          0
1800.03/1800.01	c Primal Heuristics  :       Time      Calls      Found
1800.03/1800.01	c   LP solutions     :       0.00          -          0
1800.03/1800.01	c   pseudo solutions :       0.09          -         10
1800.03/1800.01	c   oneopt           :       0.29          0          0
1800.03/1800.01	c   trivial          :       0.00          2          2
1800.03/1800.01	c   simplerounding   :       0.00          0          0
1800.03/1800.01	c   zirounding       :       0.00          0          0
1800.03/1800.01	c   rounding         :       0.00          0          0
1800.03/1800.01	c   shifting         :       0.00          0          0
1800.03/1800.01	c   intshifting      :       0.00          0          0
1800.03/1800.01	c   twoopt           :       0.00          0          0
1800.03/1800.01	c   fixandinfer      :       0.00          0          0
1800.03/1800.01	c   feaspump         :       0.00          0          0
1800.03/1800.01	c   coefdiving       :       0.00          0          0
1800.03/1800.01	c   pscostdiving     :       0.00          0          0
1800.03/1800.01	c   fracdiving       :       0.00          0          0
1800.03/1800.01	c   veclendiving     :       0.00          0          0
1800.03/1800.01	c   intdiving        :       0.00          0          0
1800.03/1800.01	c   actconsdiving    :       0.00          0          0
1800.03/1800.01	c   objpscostdiving  :       0.00          0          0
1800.03/1800.01	c   rootsoldiving    :       0.00          0          0
1800.03/1800.01	c   linesearchdiving :       0.00          0          0
1800.03/1800.01	c   guideddiving     :       0.00          0          0
1800.03/1800.01	c   octane           :       0.00          0          0
1800.03/1800.01	c   rens             :       0.00          0          0
1800.03/1800.01	c   rins             :       0.00          0          0
1800.03/1800.01	c   localbranching   :       0.00          0          0
1800.03/1800.01	c   mutation         :       0.00          0          0
1800.03/1800.01	c   crossover        :       0.00          0          0
1800.03/1800.01	c   dins             :       0.00          0          0
1800.03/1800.01	c   undercover       :       0.00          0          0
1800.03/1800.01	c   nlp              :       0.23          0          0
1800.03/1800.01	c   trysol           :       0.19          1          1
1800.03/1800.01	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.03/1800.01	c   primal LP        :       0.00          0          0       0.00          -
1800.03/1800.01	c   dual LP          :       0.00          0          0       0.00          -
1800.03/1800.01	c   lex dual LP      :       0.00          0          0       0.00          -
1800.03/1800.01	c   barrier LP       :       0.00          0          0       0.00          -
1800.03/1800.01	c   diving/probing LP:       0.00          0          0       0.00          -
1800.03/1800.01	c   strong branching :       0.00          0          0       0.00          -
1800.03/1800.01	c     (at root node) :          -          0          0       0.00          -
1800.03/1800.01	c   conflict analysis:       0.00          0          0       0.00          -
1800.03/1800.01	c B&B Tree           :
1800.03/1800.01	c   number of runs   :          1
1800.03/1800.01	c   nodes            :    1098334
1800.03/1800.01	c   nodes (total)    :    1098334
1800.03/1800.01	c   nodes left       :     195183
1800.03/1800.01	c   max depth        :        219
1800.03/1800.01	c   max depth (total):        219
1800.03/1800.01	c   backtracks       :     293484 (26.7%)
1800.03/1800.01	c   delayed cutoffs  :     192056
1800.03/1800.01	c   repropagations   :     917411 (5331028 domain reductions, 148099 cutoffs)
1800.03/1800.01	c   avg switch length:      18.68
1800.03/1800.01	c   switching time   :     528.74
1800.03/1800.01	c Solution           :
1800.03/1800.01	c   Solutions found  :         13 (11 improvements)
1800.03/1800.01	c   First Solution   : +5.03300000000000e+03   (in run 1, after 0 nodes, 0.00 seconds, depth 0, found by <trivial>)
1800.03/1800.01	c   Primal Bound     : +1.10000000000000e+01   (in run 1, after 264149 nodes, 49.23 seconds, depth 68, found by <relaxation>)
1800.03/1800.01	c   Dual Bound       : +1.00000000000000e+00
1800.03/1800.01	c   Gap              :    1000.00 %
1800.03/1800.01	c   Root Dual Bound  : +0.00000000000000e+00
1800.03/1800.01	c   Root Iterations  :          0
1800.73/1800.74	c Time complete: 1800.77.

Verifier Data

OK	11

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2694116-1277923439/watcher-2694116-1277923439 -o /tmp/evaluation-result-2694116-1277923439/solver-2694116-1277923439 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2694116-1277923439.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: 1.98 1.99 1.99 3/178 15096
/proc/meminfo: memFree=31659948/32950928 swapFree=67111528/67111528
[pid=15096] ppid=15094 vsize=8256 CPUtime=0
/proc/15096/stat : 15096 (pbscip.linux.x8) R 15094 15096 13319 0 -1 4202496 1548 0 0 0 0 0 0 0 25 0 1 0 133640574 8454144 1470 4089446400 4194304 7136930 140735681529712 18446744073709551615 6328631 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/15096/statm: 2064 1475 275 719 0 1343 0

[startup+0.085458 s]
/proc/loadavg: 1.98 1.99 1.99 3/178 15096
/proc/meminfo: memFree=31659948/32950928 swapFree=67111528/67111528
[pid=15096] ppid=15094 vsize=13696 CPUtime=0.07
/proc/15096/stat : 15096 (pbscip.linux.x8) R 15094 15096 13319 0 -1 4202496 3384 0 0 0 6 1 0 0 25 0 1 0 133640574 14024704 2696 4089446400 4194304 7136930 140735681529712 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15096/statm: 3424 2696 390 719 0 2703 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 13696

[startup+0.100456 s]
/proc/loadavg: 1.98 1.99 1.99 3/178 15096
/proc/meminfo: memFree=31659948/32950928 swapFree=67111528/67111528
[pid=15096] ppid=15094 vsize=13828 CPUtime=0.09
/proc/15096/stat : 15096 (pbscip.linux.x8) R 15094 15096 13319 0 -1 4202496 3413 0 0 0 8 1 0 0 25 0 1 0 133640574 14159872 2725 4089446400 4194304 7136930 140735681529712 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15096/statm: 3457 2725 390 719 0 2736 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13828

[startup+0.300421 s]
/proc/loadavg: 1.98 1.99 1.99 3/178 15096
/proc/meminfo: memFree=31659948/32950928 swapFree=67111528/67111528
[pid=15096] ppid=15094 vsize=16492 CPUtime=0.29
/proc/15096/stat : 15096 (pbscip.linux.x8) R 15094 15096 13319 0 -1 4202496 4110 0 0 0 26 3 0 0 25 0 1 0 133640574 16887808 3422 4089446400 4194304 7136930 140735681529712 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15096/statm: 4123 3422 390 719 0 3402 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 16492

[startup+0.700354 s]
/proc/loadavg: 1.98 1.99 1.99 3/178 15096
/proc/meminfo: memFree=31659948/32950928 swapFree=67111528/67111528
[pid=15096] ppid=15094 vsize=19180 CPUtime=0.69
/proc/15096/stat : 15096 (pbscip.linux.x8) R 15094 15096 13319 0 -1 4202496 4794 0 0 0 64 5 0 0 25 0 1 0 133640574 19640320 4106 4089446400 4194304 7136930 140735681529712 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15096/statm: 4795 4106 390 719 0 4074 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 19180

[startup+1.50021 s]
/proc/loadavg: 1.98 1.99 1.99 3/179 15097
/proc/meminfo: memFree=31642856/32950928 swapFree=67111528/67111528
[pid=15096] ppid=15094 vsize=21984 CPUtime=1.49
/proc/15096/stat : 15096 (pbscip.linux.x8) R 15094 15096 13319 0 -1 4202496 5498 0 0 0 142 7 0 0 25 0 1 0 133640574 22511616 4810 4089446400 4194304 7136930 140735681529712 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15096/statm: 5496 4810 390 719 0 4775 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 21984

[startup+3.10087 s]
/proc/loadavg: 1.98 1.99 1.99 3/179 15097
/proc/meminfo: memFree=31636656/32950928 swapFree=67111528/67111528
[pid=15096] ppid=15094 vsize=28028 CPUtime=3.09
/proc/15096/stat : 15096 (pbscip.linux.x8) R 15094 15096 13319 0 -1 4202496 7037 0 0 0 287 22 0 0 25 0 1 0 133640574 28700672 6349 4089446400 4194304 7136930 140735681529712 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15096/statm: 7007 6349 390 719 0 6286 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 28028

[startup+6.30036 s]
/proc/loadavg: 1.98 1.99 1.99 3/179 15097
/proc/meminfo: memFree=31624320/32950928 swapFree=67111528/67111528
[pid=15096] ppid=15094 vsize=36792 CPUtime=6.29
/proc/15096/stat : 15096 (pbscip.linux.x8) R 15094 15096 13319 0 -1 4202496 9209 0 0 0 600 29 0 0 25 0 1 0 133640574 37675008 8521 4089446400 4194304 7136930 140735681529712 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15096/statm: 9198 8521 390 719 0 8477 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 36792

[startup+12.7002 s]
/proc/loadavg: 1.98 1.99 1.99 3/179 15097
/proc/meminfo: memFree=31608240/32950928 swapFree=67111528/67111528
[pid=15096] ppid=15094 vsize=50836 CPUtime=12.69
/proc/15096/stat : 15096 (pbscip.linux.x8) R 15094 15096 13319 0 -1 4202496 12821 0 0 0 1211 58 0 0 25 0 1 0 133640574 52056064 12133 4089446400 4194304 7136930 140735681529712 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15096/statm: 12709 12133 390 719 0 11988 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 50836

[startup+25.501 s]
/proc/loadavg: 1.99 1.99 1.99 3/179 15098
/proc/meminfo: memFree=31556948/32950928 swapFree=67111528/67111528
[pid=15096] ppid=15094 vsize=90904 CPUtime=25.5
/proc/15096/stat : 15096 (pbscip.linux.x8) R 15094 15096 13319 0 -1 4202496 22644 0 0 0 2408 142 0 0 25 0 1 0 133640574 93085696 21956 4089446400 4194304 7136930 140735681529712 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15096/statm: 22726 21956 390 719 0 22005 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 90904

[startup+51.1004 s]
/proc/loadavg: 1.99 1.99 1.99 3/179 15099
/proc/meminfo: memFree=31511600/32950928 swapFree=67111528/67111528
[pid=15096] ppid=15094 vsize=116548 CPUtime=51.09
/proc/15096/stat : 15096 (pbscip.linux.x8) R 15094 15096 13319 0 -1 4202496 29115 0 0 0 4899 210 0 0 25 0 1 0 133640574 119345152 28427 4089446400 4194304 7136930 140735681529712 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15096/statm: 29137 28427 391 719 0 28416 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 116548

[startup+102.306 s]
/proc/loadavg: 2.04 2.00 2.00 3/179 15100
/proc/meminfo: memFree=31460692/32950928 swapFree=67111528/67111528
[pid=15096] ppid=15094 vsize=153764 CPUtime=102.3
/proc/15096/stat : 15096 (pbscip.linux.x8) R 15094 15096 13319 0 -1 4202496 38203 0 0 0 9908 322 0 0 25 0 1 0 133640574 157454336 37515 4089446400 4194304 7136930 140735681529712 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15096/statm: 38441 37515 391 719 0 37720 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 153764

[startup+162.301 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 15101
/proc/meminfo: memFree=31432324/32950928 swapFree=67111528/67111528
[pid=15096] ppid=15094 vsize=162448 CPUtime=162.29
/proc/15096/stat : 15096 (pbscip.linux.x8) R 15094 15096 13319 0 -1 4202496 40162 0 0 0 15848 381 0 0 25 0 1 0 133640574 166346752 39474 4089446400 4194304 7136930 140735681529712 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15096/statm: 40612 39474 391 719 0 39891 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 162448

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15103
/proc/meminfo: memFree=31397388/32950928 swapFree=67111528/67111528
[pid=15096] ppid=15094 vsize=176380 CPUtime=222.29
/proc/15096/stat : 15096 (pbscip.linux.x8) R 15094 15096 13319 0 -1 4202496 43539 0 0 0 21793 436 0 0 25 0 1 0 133640574 180613120 42851 4089446400 4194304 7136930 140735681529712 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15096/statm: 44095 42851 391 719 0 43374 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 176380

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15105
/proc/meminfo: memFree=31382188/32950928 swapFree=67111528/67111528
[pid=15096] ppid=15094 vsize=184376 CPUtime=282.29
/proc/15096/stat : 15096 (pbscip.linux.x8) R 15094 15096 13319 0 -1 4202496 45426 0 0 0 27741 488 0 0 25 0 1 0 133640574 188801024 44738 4089446400 4194304 7136930 140735681529712 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15096/statm: 46094 44738 391 719 0 45373 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 184376

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15107
/proc/meminfo: memFree=31343812/32950928 swapFree=67111528/67111528
[pid=15096] ppid=15094 vsize=207552 CPUtime=342.29
/proc/15096/stat : 15096 (pbscip.linux.x8) R 15094 15096 13319 0 -1 4202496 51205 0 0 0 33642 587 0 0 25 0 1 0 133640574 212533248 50517 4089446400 4194304 7136930 140735681529712 18446744073709551615 6166858 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15096/statm: 51888 50517 391 719 0 51167 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 207552

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15108
/proc/meminfo: memFree=31320160/32950928 swapFree=67111528/67111528
[pid=15096] ppid=15094 vsize=219116 CPUtime=402.29
/proc/15096/stat : 15096 (pbscip.linux.x8) R 15094 15096 13319 0 -1 4202496 54102 0 0 0 39578 651 0 0 25 0 1 0 133640574 224374784 53414 4089446400 4194304 7136930 140735681529712 18446744073709551615 4732676 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15096/statm: 54779 53414 391 719 0 54058 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 219116

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15109
/proc/meminfo: memFree=31299888/32950928 swapFree=67111528/67111528
[pid=15096] ppid=15094 vsize=235144 CPUtime=462.3
/proc/15096/stat : 15096 (pbscip.linux.x8) R 15094 15096 13319 0 -1 4202496 57833 0 0 0 45541 689 0 0 25 0 1 0 133640574 240787456 57145 4089446400 4194304 7136930 140735681529712 18446744073709551615 4999811 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15096/statm: 58786 57145 391 719 0 58065 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 235144

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15111
/proc/meminfo: memFree=31290532/32950928 swapFree=67111528/67111528
[pid=15096] ppid=15094 vsize=242704 CPUtime=522.3
/proc/15096/stat : 15096 (pbscip.linux.x8) R 15094 15096 13319 0 -1 4202496 59734 0 0 0 51512 718 0 0 25 0 1 0 133640574 248528896 59046 4089446400 4194304 7136930 140735681529712 18446744073709551615 4999811 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15096/statm: 60676 59046 391 719 0 59955 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 242704

[startup+582.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15113
/proc/meminfo: memFree=31280916/32950928 swapFree=67111528/67111528
[pid=15096] ppid=15094 vsize=252512 CPUtime=582.3
/proc/15096/stat : 15096 (pbscip.linux.x8) R 15094 15096 13319 0 -1 4202496 62011 0 0 0 57491 739 0 0 25 0 1 0 133640574 258572288 61323 4089446400 4194304 7136930 140735681529712 18446744073709551615 4999811 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15096/statm: 63128 61323 391 719 0 62407 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 252512

[startup+642.301 s]
/proc/loadavg: 2.06 2.02 2.00 3/179 15115
/proc/meminfo: memFree=31269436/32950928 swapFree=67111528/67111528
[pid=15096] ppid=15094 vsize=258920 CPUtime=642.31
/proc/15096/stat : 15096 (pbscip.linux.x8) R 15094 15096 13319 0 -1 4202496 63520 0 0 0 63470 761 0 0 25 0 1 0 133640574 265134080 62832 4089446400 4194304 7136930 140735681529712 18446744073709551615 5000300 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15096/statm: 64730 62832 391 719 0 64009 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 258920

[startup+702.301 s]

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

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15124
/proc/meminfo: memFree=31208784/32950928 swapFree=67111528/67111528
[pid=15096] ppid=15094 vsize=313180 CPUtime=1002.31
/proc/15096/stat : 15096 (pbscip.linux.x8) R 15094 15096 13319 0 -1 4202496 77159 0 0 0 99264 967 0 0 25 0 1 0 133640574 320696320 76471 4089446400 4194304 7136930 140735681529712 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15096/statm: 78295 76471 393 719 0 77574 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 313180

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 15179
/proc/meminfo: memFree=31224272/32950928 swapFree=67111528/67111528
[pid=15096] ppid=15094 vsize=325336 CPUtime=1062.31
/proc/15096/stat : 15096 (pbscip.linux.x8) R 15094 15096 13319 0 -1 4202496 80179 0 0 0 105216 1015 0 0 25 0 1 0 133640574 333144064 79491 4089446400 4194304 7136930 140735681529712 18446744073709551615 4999886 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15096/statm: 81334 79491 393 719 0 80613 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 325336

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 15181
/proc/meminfo: memFree=31185256/32950928 swapFree=67111528/67111528
[pid=15096] ppid=15094 vsize=332540 CPUtime=1122.31
/proc/15096/stat : 15096 (pbscip.linux.x8) R 15094 15096 13319 0 -1 4202496 82061 0 0 0 111157 1074 0 0 25 0 1 0 133640574 340520960 81373 4089446400 4194304 7136930 140735681529712 18446744073709551615 4223056 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15096/statm: 83135 81373 393 719 0 82414 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 332540

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 15183
/proc/meminfo: memFree=31160272/32950928 swapFree=67111528/67111528
[pid=15096] ppid=15094 vsize=336668 CPUtime=1182.32
/proc/15096/stat : 15096 (pbscip.linux.x8) R 15094 15096 13319 0 -1 4202496 83071 0 0 0 117105 1127 0 0 25 0 1 0 133640574 344748032 82383 4089446400 4194304 7136930 140735681529712 18446744073709551615 4999811 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15096/statm: 84167 82383 393 719 0 83446 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 336668

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 15185
/proc/meminfo: memFree=31152244/32950928 swapFree=67111528/67111528
[pid=15096] ppid=15094 vsize=340040 CPUtime=1242.32
/proc/15096/stat : 15096 (pbscip.linux.x8) R 15094 15096 13319 0 -1 4202496 83958 0 0 0 123052 1180 0 0 25 0 1 0 133640574 348200960 83270 4089446400 4194304 7136930 140735681529712 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15096/statm: 85010 83270 393 719 0 84289 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 340040

[startup+1302.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/197 15186
/proc/meminfo: memFree=31124028/32950928 swapFree=67111528/67111528
[pid=15096] ppid=15094 vsize=345620 CPUtime=1302.33
/proc/15096/stat : 15096 (pbscip.linux.x8) R 15094 15096 13319 0 -1 4202496 84344 0 0 0 129007 1226 0 0 25 0 1 0 133640574 353914880 83656 4089446400 4194304 7136930 140735681529712 18446744073709551615 4227171 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15096/statm: 86405 83656 393 719 0 85684 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 345620

[startup+1362.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/197 15187
/proc/meminfo: memFree=31114172/32950928 swapFree=67111528/67111528
[pid=15096] ppid=15094 vsize=346136 CPUtime=1362.32
/proc/15096/stat : 15096 (pbscip.linux.x8) R 15094 15096 13319 0 -1 4202496 84498 0 0 0 134955 1277 0 0 25 0 1 0 133640574 354443264 83810 4089446400 4194304 7136930 140735681529712 18446744073709551615 4999875 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15096/statm: 86534 83810 393 719 0 85813 0
Current children cumulated CPU time (s) 1362.32
Current children cumulated vsize (KiB) 346136

[startup+1422.31 s]
/proc/loadavg: 2.04 2.02 2.00 3/197 15189
/proc/meminfo: memFree=31110524/32950928 swapFree=67111528/67111528
[pid=15096] ppid=15094 vsize=346136 CPUtime=1422.33
/proc/15096/stat : 15096 (pbscip.linux.x8) R 15094 15096 13319 0 -1 4202496 84498 0 0 0 140924 1309 0 0 25 0 1 0 133640574 354443264 83810 4089446400 4194304 7136930 140735681529712 18446744073709551615 5004405 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15096/statm: 86534 83810 393 719 0 85813 0
Current children cumulated CPU time (s) 1422.33
Current children cumulated vsize (KiB) 346136

[startup+1482.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/197 15191
/proc/meminfo: memFree=31109976/32950928 swapFree=67111528/67111528
[pid=15096] ppid=15094 vsize=346136 CPUtime=1482.32
/proc/15096/stat : 15096 (pbscip.linux.x8) R 15094 15096 13319 0 -1 4202496 84498 0 0 0 146891 1341 0 0 25 0 1 0 133640574 354443264 83810 4089446400 4194304 7136930 140735681529712 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15096/statm: 86534 83810 393 719 0 85813 0
Current children cumulated CPU time (s) 1482.32
Current children cumulated vsize (KiB) 346136

[startup+1542.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/197 15193
/proc/meminfo: memFree=31098772/32950928 swapFree=67111528/67111528
[pid=15096] ppid=15094 vsize=346624 CPUtime=1542.32
/proc/15096/stat : 15096 (pbscip.linux.x8) R 15094 15096 13319 0 -1 4202496 84619 0 0 0 152848 1384 0 0 25 0 1 0 133640574 354942976 83931 4089446400 4194304 7136930 140735681529712 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15096/statm: 86656 83931 393 719 0 85935 0
Current children cumulated CPU time (s) 1542.32
Current children cumulated vsize (KiB) 346624

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 15194
/proc/meminfo: memFree=31098084/32950928 swapFree=67111528/67111528
[pid=15096] ppid=15094 vsize=346624 CPUtime=1602.32
/proc/15096/stat : 15096 (pbscip.linux.x8) R 15094 15096 13319 0 -1 4202496 84619 0 0 0 158812 1420 0 0 25 0 1 0 133640574 354942976 83931 4089446400 4194304 7136930 140735681529712 18446744073709551615 4210629 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15096/statm: 86656 83931 393 719 0 85935 0
Current children cumulated CPU time (s) 1602.32
Current children cumulated vsize (KiB) 346624

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 15195
/proc/meminfo: memFree=31088000/32950928 swapFree=67111528/67111528
[pid=15096] ppid=15094 vsize=349244 CPUtime=1662.32
/proc/15096/stat : 15096 (pbscip.linux.x8) R 15094 15096 13319 0 -1 4202496 85128 0 0 0 164774 1458 0 0 25 0 1 0 133640574 357625856 84440 4089446400 4194304 7136930 140735681529712 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15096/statm: 87311 84440 393 719 0 86590 0
Current children cumulated CPU time (s) 1662.32
Current children cumulated vsize (KiB) 349244

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 15197
/proc/meminfo: memFree=31086460/32950928 swapFree=67111528/67111528
[pid=15096] ppid=15094 vsize=350080 CPUtime=1722.33
/proc/15096/stat : 15096 (pbscip.linux.x8) R 15094 15096 13319 0 -1 4202496 85339 0 0 0 170738 1495 0 0 25 0 1 0 133640574 358481920 84651 4089446400 4194304 7136930 140735681529712 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15096/statm: 87520 84651 393 719 0 86799 0
Current children cumulated CPU time (s) 1722.33
Current children cumulated vsize (KiB) 350080

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 15199
/proc/meminfo: memFree=31076104/32950928 swapFree=67111528/67111528
[pid=15096] ppid=15094 vsize=352824 CPUtime=1782.33
/proc/15096/stat : 15096 (pbscip.linux.x8) R 15094 15096 13319 0 -1 4202496 85995 0 0 0 176705 1528 0 0 25 0 1 0 133640574 361291776 85307 4089446400 4194304 7136930 140735681529712 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15096/statm: 88206 85307 393 719 0 87485 0
Current children cumulated CPU time (s) 1782.33
Current children cumulated vsize (KiB) 352824



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 15199
/proc/meminfo: memFree=31075840/32950928 swapFree=67111528/67111528
[pid=15096] ppid=15094 vsize=352824 CPUtime=1800.03
/proc/15096/stat : 15096 (pbscip.linux.x8) R 15094 15096 13319 0 -1 4202496 85996 0 0 0 178466 1537 0 0 25 0 1 0 133640574 361291776 85308 4089446400 4194304 7136930 140735681529712 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15096/statm: 88206 85308 393 719 0 87485 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 352824

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+1800.2 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 15199
/proc/meminfo: memFree=31075840/32950928 swapFree=67111528/67111528
[pid=15096] ppid=15094 vsize=352824 CPUtime=1800.23
/proc/15096/stat : 15096 (pbscip.linux.x8) R 15094 15096 13319 0 -1 4202496 86008 0 0 0 178486 1537 0 0 18 0 1 0 133640574 361291776 85320 4089446400 4194304 7136930 140735681529712 18446744073709551615 6165594 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/15096/statm: 88206 85320 399 719 0 87485 0
Current children cumulated CPU time (s) 1800.23
Current children cumulated vsize (KiB) 352824

[startup+1800.6 s]
/proc/loadavg: 2.00 2.00 2.00 3/198 15200
/proc/meminfo: memFree=31075832/32950928 swapFree=67111528/67111528
[pid=15096] ppid=15094 vsize=352824 CPUtime=1800.63
/proc/15096/stat : 15096 (pbscip.linux.x8) R 15094 15096 13319 0 -1 4202496 86008 0 0 0 178526 1537 0 0 18 0 1 0 133640574 361291776 85320 4089446400 4194304 7136930 140735681529712 18446744073709551615 6165648 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/15096/statm: 88206 85320 399 719 0 87485 0
Current children cumulated CPU time (s) 1800.63
Current children cumulated vsize (KiB) 352824

[startup+1800.71 s]
/proc/loadavg: 2.00 2.00 2.00 3/198 15200
/proc/meminfo: memFree=31075832/32950928 swapFree=67111528/67111528
[pid=15096] ppid=15094 vsize=342024 CPUtime=1800.73
/proc/15096/stat : 15096 (pbscip.linux.x8) R 15094 15096 13319 0 -1 4202496 86008 0 0 0 178536 1537 0 0 18 0 1 0 133640574 350232576 82620 4089446400 4194304 7136930 140735681529712 18446744073709551615 4383992 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/15096/statm: 85506 82620 399 719 0 84785 0
Current children cumulated CPU time (s) 1800.73
Current children cumulated vsize (KiB) 342024

Child status: 0
Real time (s): 1800.74
CPU time (s): 1800.78
CPU user time (s): 1785.39
CPU system time (s): 15.3927
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 352824

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1785.39
system time used= 15.3927
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 86015
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= 5
involuntary context switches= 2273

runsolver used 2.6006 second user time and 5.65314 second system time

The end

Launcher Data

Begin job on node125 at 2010-06-30 20:43:59
IDJOB=2694116
IDBENCH=79206
IDSOLVER=1206
FILE ID=node125/2694116-1277923439
PBS_JOBID= 11197278
Free space on /tmp= 74204 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.1110976730--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-2694116-1277923439/watcher-2694116-1277923439 -o /tmp/evaluation-result-2694116-1277923439/solver-2694116-1277923439 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2694116-1277923439.wbo -t 1800 -m 3800

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

MD5SUM BENCH= 757f0ee369969ddf8bfd897da7532965
RANDOM SEED=327660269

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      31660600 kB
Buffers:        207108 kB
Cached:         798800 kB
SwapCached:          0 kB
Active:         579908 kB
Inactive:       569108 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      31660600 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            3224 kB
Writeback:           0 kB
AnonPages:      142660 kB
Mapped:          16088 kB
Slab:            79344 kB
PageTables:       4620 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   291576 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= 74200 MiB
End job on node125 at 2010-06-30 21:14:01