Trace number 2693917

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 1349.3 1349.29

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111226062--soft-66-100-0.wbo
MD5SUM8eadb42484b45bdc6fb0d5cf420da5d0
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark40
Best CPU time to get the best result obtained on this benchmark0.215966
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 constraints26
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 1243
Min constraint cost 1
Max constraint cost 96
Sum of constraints costs 1242
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1231
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-2693917-1277897218.wbo>
0.00/0.00	c original problem has 221 variables (195 bin, 0 int, 0 impl, 26 cont) and 128 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	c presolving:
0.00/0.01	c (round 1) 0 del vars, 1 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 34 impls, 49 clqs
0.00/0.01	c (round 2) 0 del vars, 17 del conss, 0 chg bounds, 2 chg sides, 0 chg coeffs, 0 upgd conss, 34 impls, 49 clqs
0.00/0.01	c (round 3) 2 del vars, 19 del conss, 24 chg bounds, 2 chg sides, 0 chg coeffs, 0 upgd conss, 34 impls, 49 clqs
0.00/0.01	c (round 4) 4 del vars, 19 del conss, 24 chg bounds, 2 chg sides, 0 chg coeffs, 61 upgd conss, 34 impls, 49 clqs
0.00/0.02	c    (0.0s) probing: 101/193 (52.3%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.00/0.02	c    (0.0s) probing aborted: 100/100 successive totally useless probings
0.00/0.02	c presolving (5 rounds):
0.00/0.02	c  4 deleted vars, 19 deleted constraints, 24 tightened bounds, 0 added holes, 2 changed sides, 0 changed coefficients
0.00/0.02	c  34 implications, 49 cliques
0.00/0.02	c presolved problem has 217 variables (193 bin, 0 int, 0 impl, 24 cont) and 109 constraints
0.00/0.02	c      24 constraints of type <indicator>
0.00/0.02	c       1 constraints of type <knapsack>
0.00/0.02	c      49 constraints of type <setppc>
0.00/0.02	c      24 constraints of type <linear>
0.00/0.02	c      11 constraints of type <logicor>
0.00/0.02	c transformed objective value is always integral (scale: 1)
0.00/0.02	c Presolving Time: 0.01
0.00/0.02	c - non default parameters ----------------------------------------------------------------------
0.00/0.02	c # SCIP version 1.2.1.2
0.00/0.02	c 
0.00/0.02	c # frequency for displaying node information lines
0.00/0.02	c # [type: int, range: [-1,2147483647], default: 100]
0.00/0.02	c display/freq = 10000
0.00/0.02	c 
0.00/0.02	c # maximal time in seconds to run
0.00/0.02	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.02	c limits/time = 1800
0.00/0.02	c 
0.00/0.02	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.02	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.02	c limits/memory = 3420
0.00/0.02	c 
0.00/0.02	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.02	c lp/solvefreq = -1
0.00/0.02	c 
0.00/0.02	c # should presolving try to simplify inequalities
0.00/0.02	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.02	c constraints/linear/simplifyinequalities = TRUE
0.00/0.02	c 
0.00/0.02	c # should presolving try to simplify knapsacks
0.00/0.02	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.02	c constraints/knapsack/simplifyinequalities = TRUE
0.00/0.02	c 
0.00/0.02	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.02	c separating/rapidlearning/freq = 0
0.00/0.02	c 
0.00/0.02	c -----------------------------------------------------------------------------------------------
0.00/0.02	c start solving
0.00/0.02	c 
0.00/0.02	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.02	c   0.0s|     1 |     2 |     0 |     - | 851k|   0 |   - | 217 | 109 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1.19/1.29	c   1.2s| 10000 |  7148 |     0 |   0.0 |6031k| 140 |   - | 217 |2979 |   0 |   0 |   0 |5490 |   0 | 0.000000e+00 |      --      |    Inf 
3.19/3.28	c   3.1s| 20000 | 12809 |     0 |   0.0 |  10M| 140 |   - | 217 |4023 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 |      --      |    Inf 
5.78/5.80	c   5.5s| 30000 | 17590 |     0 |   0.0 |  15M| 140 |   - | 217 |6027 |   0 |   0 |   0 |  21k|   0 | 0.000000e+00 |      --      |    Inf 
9.18/9.21	c   8.8s| 40000 | 20861 |     0 |   0.0 |  19M| 140 |   - | 217 |7545 |   0 |   0 |   0 |  32k|   0 | 0.000000e+00 |      --      |    Inf 
13.09/13.11	c  12.6s| 50000 | 23127 |     0 |   0.0 |  24M| 140 |   - | 217 |  10k|   0 |   0 |   0 |  45k|   0 | 0.000000e+00 |      --      |    Inf 
17.08/17.16	c  16.6s| 60000 | 25947 |     0 |   0.0 |  26M| 140 |   - | 217 |6298 |   0 |   0 |   0 |  55k|   0 | 0.000000e+00 |      --      |    Inf 
18.89/18.92	c  18.2s| 70000 | 32575 |     0 |   0.0 |  29M| 140 |   - | 217 |4947 |   0 |   0 |   0 |  59k|   0 | 0.000000e+00 |      --      |    Inf 
22.79/22.89	c  22.1s| 80000 | 34693 |     0 |   0.0 |  34M| 140 |   - | 217 |9067 |   0 |   0 |   0 |  72k|   0 | 0.000000e+00 |      --      |    Inf 
28.69/28.74	c  27.8s| 90000 | 34440 |     0 |   0.0 |  37M| 140 |   - | 217 |  11k|   0 |   0 |   0 |  88k|   0 | 0.000000e+00 |      --      |    Inf 
35.78/35.83	c  34.8s|100000 | 32776 |     0 |   0.0 |  39M| 140 |   - | 217 |  14k|   0 |   0 |   0 | 106k|   0 | 0.000000e+00 |      --      |    Inf 
43.49/43.50	c  42.3s|110000 | 31351 |     0 |   0.0 |  42M| 140 |   - | 217 |  19k|   0 |   0 |   0 | 123k|   0 | 0.000000e+00 |      --      |    Inf 
52.48/52.58	c  51.3s|120000 | 29913 |     0 |   0.0 |  39M| 140 |   - | 217 |  12k|   0 |   0 |   0 | 138k|   0 | 0.000000e+00 |      --      |    Inf 
54.99/55.02	c  53.6s|130000 | 36169 |     0 |   0.0 |  41M| 140 |   - | 217 |5331 |   0 |   0 |   0 | 141k|   0 | 0.000000e+00 |      --      |    Inf 
57.28/57.39	c  55.9s|140000 | 41663 |     0 |   0.0 |  45M| 140 |   - | 217 |6037 |   0 |   0 |   0 | 146k|   0 | 0.000000e+00 |      --      |    Inf 
60.18/60.24	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
60.18/60.24	c  58.6s|150000 | 46099 |     0 |   0.0 |  49M| 140 |   - | 217 |6962 |   0 |   0 |   0 | 152k|   0 | 0.000000e+00 |      --      |    Inf 
63.59/63.65	c  61.9s|160000 | 49439 |     0 |   0.0 |  53M| 140 |   - | 217 |9080 |   0 |   0 |   0 | 159k|   0 | 0.000000e+00 |      --      |    Inf 
71.49/71.55	c  69.7s|170000 | 46407 |     0 |   0.0 |  53M| 140 |   - | 217 |  14k|   0 |   0 |   0 | 178k|   0 | 0.000000e+00 |      --      |    Inf 
83.98/84.08	c  82.1s|180000 | 39433 |     0 |   0.0 |  47M| 140 |   - | 217 |  23k|   0 |   0 |   0 | 200k|   0 | 0.000000e+00 |      --      |    Inf 
91.29/91.35	c  89.2s|190000 | 40518 |     0 |   0.0 |  41M| 140 |   - | 217 |8509 |   0 |   0 |   0 | 210k|   0 | 0.000000e+00 |      --      |    Inf 
94.88/94.94	c  92.7s|200000 | 44119 |     0 |   0.0 |  44M| 140 |   - | 217 |7901 |   0 |   0 |   0 | 216k|   0 | 0.000000e+00 |      --      |    Inf 
98.48/98.56	c  96.2s|210000 | 47467 |     0 |   0.0 |  46M| 140 |   - | 217 |9226 |   0 |   0 |   0 | 222k|   0 | 0.000000e+00 |      --      |    Inf 
102.78/102.85	c   100s|220000 | 49918 |     0 |   0.0 |  49M| 140 |   - | 217 |  11k|   0 |   0 |   0 | 230k|   0 | 0.000000e+00 |      --      |    Inf 
106.98/107.09	c   104s|230000 | 53071 |     0 |   0.0 |  51M| 140 |   - | 217 |  13k|   0 |   0 |   0 | 237k|   0 | 0.000000e+00 |      --      |    Inf 
112.09/112.12	c   109s|240000 | 55328 |     0 |   0.0 |  53M| 140 |   - | 217 |  16k|   0 |   0 |   0 | 245k|   0 | 0.000000e+00 |      --      |    Inf 
118.38/118.44	c   116s|250000 | 56016 |     0 |   0.0 |  55M| 140 |   - | 217 |  19k|   0 |   0 |   0 | 254k|   0 | 0.000000e+00 |      --      |    Inf 
126.98/127.01	c   124s|260000 | 54881 |     0 |   0.0 |  49M| 140 |   - | 217 |  14k|   0 |   0 |   0 | 265k|   0 | 1.000000e+00 |      --      |    Inf 
133.68/133.71	c   131s|270000 | 54970 |     0 |   0.0 |  51M| 140 |   - | 217 |  16k|   0 |   0 |   0 | 275k|   0 | 1.000000e+00 |      --      |    Inf 
141.17/141.20	c   138s|280000 | 54941 |     0 |   0.0 |  54M| 140 |   - | 217 |  19k|   0 |   0 |   0 | 284k|   0 | 1.000000e+00 |      --      |    Inf 
149.78/149.82	c   146s|290000 | 54679 |     0 |   0.0 |  56M| 140 |   - | 217 |  23k|   0 |   0 |   0 | 293k|   0 | 1.000000e+00 |      --      |    Inf 
159.17/159.27	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
159.17/159.27	c   156s|300000 | 54489 |     0 |   0.0 |  59M| 140 |   - | 217 |  27k|   0 |   0 |   0 | 302k|   0 | 1.000000e+00 |      --      |    Inf 
170.58/170.60	c   167s|310000 | 53335 |     0 |   0.0 |  61M| 140 |   - | 217 |  31k|   0 |   0 |   0 | 312k|   0 | 1.000000e+00 |      --      |    Inf 
186.47/186.57	c   183s|320000 | 48740 |     0 |   0.0 |  58M| 140 |   - | 217 |  29k|   0 |   0 |   0 | 325k|   0 | 1.000000e+00 |      --      |    Inf 
202.78/202.82	c   199s|330000 | 43634 |     0 |   0.0 |  55M| 140 |   - | 217 |  33k|   0 |   0 |   0 | 338k|   0 | 1.000000e+00 |      --      |    Inf 
203.17/203.21	o 106
203.17/203.21	c * 199s|330244 | 42056 |     0 |   0.0 |  54M| 140 |   - | 217 |  34k|   0 |   0 |   0 | 338k|   0 | 1.000000e+00 | 1.060000e+02 |  Large 
203.68/203.79	o 41
203.68/203.79	c * 200s|330542 | 22132 |     0 |   0.0 |  39M| 140 |   - | 217 |  34k|   0 |   0 |   0 | 338k|   0 | 1.000000e+00 | 4.100000e+01 |4000.00%
212.47/212.59	c   208s|340000 | 21467 |     0 |   0.0 |  27M| 140 |   - | 217 |8705 |   0 |   0 |   0 | 349k|   0 | 1.700000e+01 | 4.100000e+01 | 141.18%
216.48/216.57	c   212s|350000 | 23470 |     0 |   0.0 |  27M| 140 |   - | 217 |4542 |   0 |   0 |   0 | 359k|   0 | 1.700000e+01 | 4.100000e+01 | 141.18%
219.28/219.33	c   215s|360000 | 29012 |     0 |   0.0 |  32M| 140 |   - | 217 |  10k|   0 |   0 |   0 | 367k|   0 | 1.700000e+01 | 4.100000e+01 | 141.18%
224.17/224.24	c   220s|370000 | 32586 |     0 |   0.0 |  38M| 140 |   - | 217 |  16k|   0 |   0 |   0 | 378k|   0 | 1.700000e+01 | 4.100000e+01 | 141.18%
231.58/231.60	c   227s|380000 | 34161 |     0 |   0.0 |  42M| 140 |   - | 217 |  21k|   0 |   0 |   0 | 390k|   0 | 1.700000e+01 | 4.100000e+01 | 141.18%
236.38/236.50	c   232s|390000 | 38157 |     0 |   0.0 |  41M| 140 |   - | 217 |8055 |   0 |   0 |   0 | 399k|   0 | 1.700000e+01 | 4.100000e+01 | 141.18%
241.18/241.27	c   236s|400000 | 41620 |     0 |   0.0 |  46M| 140 |   - | 217 |  14k|   0 |   0 |   0 | 412k|   0 | 1.700000e+01 | 4.100000e+01 | 141.18%
249.18/249.25	c   244s|410000 | 43331 |     0 |   0.0 |  51M| 140 |   - | 217 |  21k|   0 |   0 |   0 | 428k|   0 | 1.700000e+01 | 4.100000e+01 | 141.18%
260.78/260.86	c   256s|420000 | 43445 |     0 |   0.0 |  56M| 140 |   - | 217 |  29k|   0 |   0 |   0 | 445k|   0 | 1.700000e+01 | 4.100000e+01 | 141.18%
278.98/279.02	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
278.98/279.02	c   274s|430000 | 40665 |     0 |   0.0 |  59M| 140 |   - | 217 |  37k|   0 |   0 |   0 | 465k|   0 | 1.700000e+01 | 4.100000e+01 | 141.18%
295.89/295.95	c   290s|440000 | 40885 |     0 |   0.0 |  54M| 140 |   - | 217 |  17k|   0 |   0 |   0 | 480k|   0 | 1.700000e+01 | 4.100000e+01 | 141.18%
302.88/302.92	c   297s|450000 | 43290 |     0 |   0.0 |  57M| 140 |   - | 217 |  15k|   0 |   0 |   0 | 492k|   0 | 1.700000e+01 | 4.100000e+01 | 141.18%
308.48/308.53	c   303s|460000 | 46697 |     0 |   0.0 |  57M| 140 |   - | 217 |8216 |   0 |   0 |   0 | 501k|   0 | 1.700000e+01 | 4.100000e+01 | 141.18%
318.28/318.30	c   312s|470000 | 44455 |     0 |   0.0 |  61M| 140 |   - | 217 |  19k|   0 |   0 |   0 | 522k|   0 | 1.700000e+01 | 4.100000e+01 | 141.18%
337.88/337.93	c   332s|480000 | 39232 |     0 |   0.0 |  61M| 140 |   - | 217 |  30k|   0 |   0 |   0 | 548k|   0 | 1.700000e+01 | 4.100000e+01 | 141.18%
363.58/363.66	c   357s|490000 | 33108 |     0 |   0.0 |  53M| 140 |   - | 217 |  30k|   0 |   0 |   0 | 571k|   0 | 1.700000e+01 | 4.100000e+01 | 141.18%
377.08/377.11	c   371s|500000 | 33144 |     0 |   0.0 |  52M| 140 |   - | 217 |  23k|   0 |   0 |   0 | 588k|   0 | 1.700000e+01 | 4.100000e+01 | 141.18%
391.18/391.23	c   385s|510000 | 32172 |     0 |   0.0 |  52M| 140 |   - | 217 |  25k|   0 |   0 |   0 | 604k|   0 | 1.700000e+01 | 4.100000e+01 | 141.18%
398.58/398.63	c   392s|520000 | 36764 |     0 |   0.0 |  54M| 140 |   - | 217 |  19k|   0 |   0 |   0 | 614k|   0 | 1.700000e+01 | 4.100000e+01 | 141.18%
407.78/407.85	c   401s|530000 | 38014 |     0 |   0.0 |  57M| 140 |   - | 217 |  21k|   0 |   0 |   0 | 627k|   0 | 1.700000e+01 | 4.100000e+01 | 141.18%
423.79/423.89	c   417s|540000 | 32890 |     0 |   0.0 |  49M| 140 |   - | 217 |  23k|   0 |   0 |   0 | 649k|   0 | 1.800000e+01 | 4.100000e+01 | 127.78%
440.59/440.60	c   434s|550000 | 30518 |     0 |   0.0 |  48M| 140 |   - | 217 |  29k|   0 |   0 |   0 | 669k|   0 | 1.800000e+01 | 4.100000e+01 | 127.78%
454.08/454.18	c   447s|560000 | 32001 |     0 |   0.0 |  50M| 140 |   - | 217 |  27k|   0 |   0 |   0 | 684k|   0 | 1.800000e+01 | 4.100000e+01 | 127.78%
470.98/471.07	c   464s|570000 | 30483 |     0 |   0.0 |  52M| 140 |   - | 217 |  31k|   0 |   0 |   0 | 703k|   0 | 1.800000e+01 | 4.100000e+01 | 127.78%
491.49/491.59	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
491.49/491.59	c   484s|580000 | 26644 |     0 |   0.0 |  48M| 140 |   - | 217 |  35k|   0 |   0 |   0 | 722k|   0 | 1.900000e+01 | 4.100000e+01 | 115.79%
516.48/516.59	c   509s|590000 | 22528 |     0 |   0.0 |  47M| 140 |   - | 217 |  37k|   0 |   0 |   0 | 745k|   0 | 1.900000e+01 | 4.100000e+01 | 115.79%
545.78/545.83	c   538s|600000 | 15489 |     0 |   0.0 |  33M| 140 |   - | 217 |  31k|   0 |   0 |   0 | 766k|   0 | 2.400000e+01 | 4.100000e+01 |  70.83%
551.68/551.72	c   544s|610000 | 21045 |     0 |   0.0 |  32M| 140 |   - | 217 |  15k|   0 |   0 |   0 | 773k|   0 | 2.400000e+01 | 4.100000e+01 |  70.83%
557.38/557.40	c   549s|620000 | 21616 |     0 |   0.0 |  31M| 140 |   - | 217 |7449 |   0 |   0 |   0 | 783k|   0 | 2.400000e+01 | 4.100000e+01 |  70.83%
560.49/560.53	c   552s|630000 | 27419 |     0 |   0.0 |  36M| 140 |   - | 217 |  11k|   0 |   0 |   0 | 791k|   0 | 2.400000e+01 | 4.100000e+01 |  70.83%
565.78/565.89	c   558s|640000 | 30495 |     0 |   0.0 |  41M| 140 |   - | 217 |  14k|   0 |   0 |   0 | 803k|   0 | 2.400000e+01 | 4.100000e+01 |  70.83%
573.99/574.02	c   566s|650000 | 29399 |     0 |   0.0 |  39M| 140 |   - | 217 |8931 |   0 |   0 |   0 | 818k|   0 | 2.400000e+01 | 4.100000e+01 |  70.83%
578.19/578.20	c   570s|660000 | 34210 |     0 |   0.0 |  45M| 140 |   - | 217 |  14k|   0 |   0 |   0 | 831k|   0 | 2.400000e+01 | 4.100000e+01 |  70.83%
584.99/585.04	c   576s|670000 | 37359 |     0 |   0.0 |  49M| 140 |   - | 217 |  17k|   0 |   0 |   0 | 846k|   0 | 2.400000e+01 | 4.100000e+01 |  70.83%
595.38/595.43	c   587s|680000 | 37719 |     0 |   0.0 |  54M| 140 |   - | 217 |  21k|   0 |   0 |   0 | 863k|   0 | 2.400000e+01 | 4.100000e+01 |  70.83%
608.79/608.87	c   600s|690000 | 35926 |     0 |   0.0 |  56M| 140 |   - | 217 |  23k|   0 |   0 |   0 | 882k|   0 | 2.400000e+01 | 4.100000e+01 |  70.83%
624.89/624.94	c   616s|700000 | 31632 |     0 |   0.0 |  51M| 140 |   - | 217 |  19k|   0 |   0 |   0 | 902k|   0 | 2.400000e+01 | 4.100000e+01 |  70.83%
633.60/633.63	c   624s|710000 | 32178 |     0 |   0.0 |  52M| 140 |   - | 217 |  18k|   0 |   0 |   0 | 917k|   0 | 2.400000e+01 | 4.100000e+01 |  70.83%
648.59/648.64	c   639s|720000 | 29479 |     0 |   0.0 |  55M| 140 |   - | 217 |  24k|   0 |   0 |   0 | 940k|   0 | 2.400000e+01 | 4.100000e+01 |  70.83%
671.09/671.16	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
671.09/671.16	c   662s|730000 | 22497 |     0 |   0.0 |  50M| 140 |   - | 217 |  30k|   0 |   0 |   0 | 966k|   0 | 2.400000e+01 | 4.100000e+01 |  70.83%
688.50/688.58	c   679s|740000 | 20999 |     0 |   0.0 |  45M| 140 |   - | 217 |  28k|   0 |   0 |   0 | 983k|   0 | 2.400000e+01 | 4.100000e+01 |  70.83%
700.89/700.91	c   691s|750000 | 21760 |     0 |   0.0 |  44M| 140 |   - | 217 |  25k|   0 |   0 |   0 | 998k|   0 | 2.400000e+01 | 4.100000e+01 |  70.83%
716.79/716.83	c   707s|760000 | 18849 |     0 |   0.0 |  35M| 140 |   - | 217 |  30k|   0 |   0 |   0 |1017k|   0 | 2.400000e+01 | 4.100000e+01 |  70.83%
731.89/731.91	c   722s|770000 | 18975 |     0 |   0.0 |  38M| 140 |   - | 217 |  32k|   0 |   0 |   0 |1033k|   0 | 2.600000e+01 | 4.100000e+01 |  57.69%
748.09/748.17	c   738s|780000 | 18346 |     0 |   0.0 |  38M| 140 |   - | 217 |  30k|   0 |   0 |   0 |1049k|   0 | 2.600000e+01 | 4.100000e+01 |  57.69%
768.59/768.66	c   758s|790000 | 15197 |     0 |   0.0 |  40M| 140 |   - | 217 |  35k|   0 |   0 |   0 |1069k|   0 | 2.600000e+01 | 4.100000e+01 |  57.69%
784.09/784.17	c   774s|800000 | 16123 |     0 |   0.0 |  35M| 140 |   - | 217 |  23k|   0 |   0 |   0 |1083k|   0 | 2.600000e+01 | 4.100000e+01 |  57.69%
795.49/795.52	c   785s|810000 | 14713 |     0 |   0.0 |  29M| 140 |   - | 217 |  21k|   0 |   0 |   0 |1098k|   0 | 2.600000e+01 | 4.100000e+01 |  57.69%
803.19/803.28	c   793s|820000 | 18514 |     0 |   0.0 |  32M| 140 |   - | 217 |  23k|   0 |   0 |   0 |1111k|   0 | 2.900000e+01 | 4.100000e+01 |  41.38%
814.39/814.41	c   804s|830000 | 19546 |     0 |   0.0 |  34M| 140 |   - | 217 |  20k|   0 |   0 |   0 |1126k|   0 | 2.900000e+01 | 4.100000e+01 |  41.38%
822.99/823.09	c   812s|840000 | 20102 |     0 |   0.0 |  35M| 140 |   - | 217 |  20k|   0 |   0 |   0 |1140k|   0 | 2.900000e+01 | 4.100000e+01 |  41.38%
832.89/832.90	c   822s|850000 | 21922 |     0 |   0.0 |  40M| 140 |   - | 217 |  26k|   0 |   0 |   0 |1156k|   0 | 2.900000e+01 | 4.100000e+01 |  41.38%
845.80/845.83	c   835s|860000 | 22610 |     0 |   0.0 |  43M| 140 |   - | 217 |  30k|   0 |   0 |   0 |1173k|   0 | 2.900000e+01 | 4.100000e+01 |  41.38%
860.20/860.28	c   849s|870000 | 22700 |     0 |   0.0 |  41M| 140 |   - | 217 |  20k|   0 |   0 |   0 |1189k|   0 | 2.900000e+01 | 4.100000e+01 |  41.38%
871.39/871.49	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
871.39/871.49	c   860s|880000 | 22258 |     0 |   0.0 |  44M| 140 |   - | 217 |  28k|   0 |   0 |   0 |1208k|   0 | 2.900000e+01 | 4.100000e+01 |  41.38%
895.30/895.35	c   884s|890000 | 16817 |     0 |   0.0 |  44M| 140 |   - | 217 |  38k|   0 |   0 |   0 |1234k|   0 | 2.900000e+01 | 4.100000e+01 |  41.38%
916.80/916.83	c   905s|900000 | 13993 |     0 |   0.0 |  39M| 140 |   - | 217 |  31k|   0 |   0 |   0 |1253k|   0 | 2.900000e+01 | 4.100000e+01 |  41.38%
936.20/936.24	c   924s|910000 |  9849 |     0 |   0.0 |  34M| 140 |   - | 217 |  39k|   0 |   0 |   0 |1274k|   0 | 2.900000e+01 | 4.100000e+01 |  41.38%
954.90/954.90	c   943s|920000 |  7547 |     0 |   0.0 |  28M| 140 |   - | 217 |  30k|   0 |   0 |   0 |1291k|   0 | 3.000000e+01 | 4.100000e+01 |  36.67%
963.09/963.11	c   951s|930000 | 11280 |     0 |   0.0 |  23M| 140 |   - | 217 |  18k|   0 |   0 |   0 |1299k|   0 | 3.000000e+01 | 4.100000e+01 |  36.67%
970.80/970.83	c   958s|940000 | 13965 |     0 |   0.0 |  25M| 140 |   - | 217 |  17k|   0 |   0 |   0 |1310k|   0 | 3.400000e+01 | 4.100000e+01 |  20.59%
975.39/975.43	c   963s|950000 | 19974 |     0 |   0.0 |  28M| 140 |   - | 217 |  16k|   0 |   0 |   0 |1317k|   0 | 3.400000e+01 | 4.100000e+01 |  20.59%
981.50/981.53	c   969s|960000 | 24548 |     0 |   0.0 |  33M| 140 |   - | 217 |  20k|   0 |   0 |   0 |1328k|   0 | 3.400000e+01 | 4.100000e+01 |  20.59%
989.80/989.82	c   977s|970000 | 27626 |     0 |   0.0 |  38M| 140 |   - | 217 |  23k|   0 |   0 |   0 |1340k|   0 | 3.400000e+01 | 4.100000e+01 |  20.59%
1000.19/1000.22	c   987s|980000 | 28948 |     0 |   0.0 |  42M| 140 |   - | 217 |  24k|   0 |   0 |   0 |1354k|   0 | 3.400000e+01 | 4.100000e+01 |  20.59%
1013.69/1013.77	c  1001s|990000 | 27403 |     0 |   0.0 |  41M| 140 |   - | 217 |  24k|   0 |   0 |   0 |1370k|   0 | 3.400000e+01 | 4.100000e+01 |  20.59%
1023.10/1023.14	c  1010s|  1000k| 30836 |     0 |   0.0 |  45M| 140 |   - | 217 |  25k|   0 |   0 |   0 |1383k|   0 | 3.400000e+01 | 4.100000e+01 |  20.59%
1035.19/1035.26	c  1022s|  1010k| 32443 |     0 |   0.0 |  49M| 140 |   - | 217 |  27k|   0 |   0 |   0 |1399k|   0 | 3.400000e+01 | 4.100000e+01 |  20.59%
1050.20/1050.21	c  1037s|  1020k| 32748 |     0 |   0.0 |  53M| 140 |   - | 217 |  32k|   0 |   0 |   0 |1416k|   0 | 3.400000e+01 | 4.100000e+01 |  20.59%
1068.49/1068.50	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1068.49/1068.50	c  1055s|  1030k| 31946 |     0 |   0.0 |  57M| 140 |   - | 217 |  37k|   0 |   0 |   0 |1434k|   0 | 3.400000e+01 | 4.100000e+01 |  20.59%
1090.50/1090.53	c  1077s|  1040k| 29790 |     0 |   0.0 |  58M| 140 |   - | 217 |  41k|   0 |   0 |   0 |1453k|   0 | 3.400000e+01 | 4.100000e+01 |  20.59%
1116.80/1116.81	c  1103s|  1050k| 25061 |     0 |   0.0 |  54M| 140 |   - | 217 |  40k|   0 |   0 |   0 |1474k|   0 | 3.400000e+01 | 4.100000e+01 |  20.59%
1140.61/1140.70	c  1127s|  1060k| 23074 |     0 |   0.0 |  53M| 140 |   - | 217 |  34k|   0 |   0 |   0 |1495k|   0 | 3.400000e+01 | 4.100000e+01 |  20.59%
1168.10/1168.13	c  1154s|  1070k| 18263 |     0 |   0.0 |  51M| 140 |   - | 217 |  37k|   0 |   0 |   0 |1518k|   0 | 3.400000e+01 | 4.100000e+01 |  20.59%
1202.10/1202.13	c  1188s|  1080k| 10670 |     0 |   0.0 |  45M| 140 |   - | 217 |  47k|   0 |   0 |   0 |1544k|   0 | 3.400000e+01 | 4.100000e+01 |  20.59%
1242.41/1242.46	c  1228s|  1090k|  1185 |     0 |   0.0 |  21M| 140 |   - | 217 |  39k|   0 |   0 |   0 |1569k|   0 | 4.000000e+01 | 4.100000e+01 |   2.50%
1249.10/1249.12	c  1235s|  1100k|  6969 |     0 |   0.0 |  22M| 140 |   - | 217 |  29k|   0 |   0 |   0 |1575k|   0 | 4.000000e+01 | 4.100000e+01 |   2.50%
1255.71/1255.77	c  1241s|  1110k| 12611 |     0 |   0.0 |  26M| 140 |   - | 217 |  30k|   0 |   0 |   0 |1582k|   0 | 4.000000e+01 | 4.100000e+01 |   2.50%
1265.20/1265.25	c  1250s|  1120k| 15509 |     0 |   0.0 |  31M| 140 |   - | 217 |  35k|   0 |   0 |   0 |1593k|   0 | 4.000000e+01 | 4.100000e+01 |   2.50%
1278.71/1278.70	c  1264s|  1130k| 17023 |     0 |   0.0 |  34M| 140 |   - | 217 |  36k|   0 |   0 |   0 |1606k|   0 | 4.000000e+01 | 4.100000e+01 |   2.50%
1292.81/1292.89	c  1278s|  1140k| 18951 |     0 |   0.0 |  39M| 140 |   - | 217 |  38k|   0 |   0 |   0 |1620k|   0 | 4.000000e+01 | 4.100000e+01 |   2.50%
1309.61/1309.64	c  1294s|  1150k| 19330 |     0 |   0.0 |  43M| 140 |   - | 217 |  42k|   0 |   0 |   0 |1636k|   0 | 4.000000e+01 | 4.100000e+01 |   2.50%
1329.21/1329.25	c  1314s|  1160k| 18196 |     0 |   0.0 |  45M| 140 |   - | 217 |  47k|   0 |   0 |   0 |1653k|   0 | 4.000000e+01 | 4.100000e+01 |   2.50%
1349.20/1349.22	o 40
1349.20/1349.22	c *1334s|  1168k|     0 |     0 |   0.0 |  24M| 140 |   - | 217 |  49k|   0 |   0 |   0 |1668k|   0 | 4.000000e+01 | 4.000000e+01 |   0.00%
1349.20/1349.23	c 
1349.20/1349.23	c SCIP Status        : problem is solved [optimal solution found]
1349.20/1349.23	c Solving Time (sec) : 1333.77
1349.20/1349.23	c Solving Nodes      : 1168023
1349.20/1349.23	c Primal Bound       : +4.00000000000000e+01 (3 solutions)
1349.20/1349.23	c Dual Bound         : +4.00000000000000e+01
1349.20/1349.23	c Gap                : 0.00 %
1349.20/1349.23	s OPTIMUM FOUND
1349.20/1349.23	v -x169 -x168 x167 -x166 -x165 -x164 -x163 -x162 -x161 -x160 -x159 -x158 -x157 -x156 -x155 -x154 -x153 -x152 -x151 -x150 -x149 x148 
1349.20/1349.23	v -x147 -x146 -x145 -x144 -x143 -x142 -x141 -x140 x139 -x138 -x137 -x136 -x135 -x134 -x133 -x132 -x131 -x130 x129 -x128 -x127 
1349.20/1349.23	v -x126 -x125 -x124 -x123 -x122 -x121 -x120 -x119 -x118 -x117 -x116 -x115 -x114 -x113 -x112 x111 -x110 -x109 -x108 -x107 -x106 
1349.20/1349.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 
1349.20/1349.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 
1349.20/1349.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 
1349.20/1349.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 
1349.20/1349.23	v -x4 -x3 -x2 x1 
1349.20/1349.23	c SCIP Status        : problem is solved [optimal solution found]
1349.20/1349.23	c Solving Time       :    1333.77
1349.20/1349.23	c Original Problem   :
1349.20/1349.23	c   Problem name     : HOME/instance-2693917-1277897218.wbo
1349.20/1349.23	c   Variables        : 221 (195 binary, 0 integer, 0 implicit integer, 26 continuous)
1349.20/1349.23	c   Constraints      : 128 initial, 128 maximal
1349.20/1349.23	c Presolved Problem  :
1349.20/1349.23	c   Problem name     : t_HOME/instance-2693917-1277897218.wbo
1349.20/1349.23	c   Variables        : 217 (193 binary, 0 integer, 0 implicit integer, 24 continuous)
1349.20/1349.23	c   Constraints      : 109 initial, 51134 maximal
1349.20/1349.23	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1349.20/1349.23	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1349.20/1349.23	c   dualfix          :       0.00          4          0          0          0          0          0          0          0
1349.20/1349.23	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1349.20/1349.23	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1349.20/1349.23	c   implics          :       0.00          0          0          0          0          0          0          0          0
1349.20/1349.23	c   probing          :       0.00          0          0          0          0          0          0          0          0
1349.20/1349.23	c   indicator        :       0.00          0          0          0          0          0          2          0          0
1349.20/1349.23	c   knapsack         :       0.01          0          0          0          0          0          0          0          0
1349.20/1349.23	c   setppc           :       0.00          0          0          0          0          0          0          0          0
1349.20/1349.23	c   linear           :       0.00          0          0          0         24          0         17          2          0
1349.20/1349.23	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1349.20/1349.23	c   root node        :          -          0          -          -          0          -          -          -          -
1349.20/1349.23	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1349.20/1349.23	c   integral         :          0          0          0          0          0          0          0          0          0          0
1349.20/1349.23	c   indicator        :         24          0    3322920          0     641523         15      62345          0          0          0
1349.20/1349.23	c   knapsack         :          1          0    3883193          0     748745      88864   13160554          0          0          0
1349.20/1349.23	c   setppc           :         49          0    3794325          0     748743     414172    6274830          0          0          0
1349.20/1349.23	c   linear           :         24          0    3380153          0     748743      73197    1928807          0          0          0
1349.20/1349.23	c   logicor          :         11+         0    1836508          0     748744      48338     957707          0          0          0
1349.20/1349.23	c   countsols        :          0          0          0          0     748746          0          0          0          0          0
1349.20/1349.23	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1349.20/1349.23	c   integral         :       0.00       0.00       0.00       0.00       0.00
1349.20/1349.23	c   indicator        :       1.42       0.00       0.97       0.00       0.45
1349.20/1349.23	c   knapsack         :     130.09       0.00     127.94       0.00       2.15
1349.20/1349.23	c   setppc           :      31.07       0.00      27.22       0.00       3.85
1349.20/1349.23	c   linear           :      17.90       0.00      17.50       0.00       0.40
1349.20/1349.23	c   logicor          :     576.30       0.00     575.46       0.00       0.84
1349.20/1349.23	c   countsols        :       0.17       0.00       0.00       0.00       0.17
1349.20/1349.23	c Propagators        :       Time      Calls    Cutoffs    DomReds
1349.20/1349.23	c   vbounds          :       0.80          2          0          0
1349.20/1349.23	c   rootredcost      :       0.73          0          0          0
1349.20/1349.23	c   pseudoobj        :       3.77    3883015          6      35109
1349.20/1349.23	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1349.20/1349.23	c   propagation      :      17.66     624577     624543    3222477       20.2      85064       15.1          -
1349.20/1349.23	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1349.20/1349.23	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1349.20/1349.23	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1349.20/1349.23	c   pseudo solution  :       0.00          2          2          3        2.3          0        0.0          -
1349.20/1349.23	c   applied globally :          -          -          -    1659722       15.6          -          -          -
1349.20/1349.23	c   applied locally  :          -          -          -       8498       35.3          -          -          -
1349.20/1349.23	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1349.20/1349.23	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
1349.20/1349.23	c   redcost          :       0.00          0          0          0          0          0
1349.20/1349.23	c   impliedbounds    :       0.00          0          0          0          0          0
1349.20/1349.23	c   intobj           :       0.00          0          0          0          0          0
1349.20/1349.23	c   cgmip            :       0.00          0          0          0          0          0
1349.20/1349.23	c   gomory           :       0.00          0          0          0          0          0
1349.20/1349.23	c   strongcg         :       0.00          0          0          0          0          0
1349.20/1349.23	c   cmir             :       0.00          0          0          0          0          0
1349.20/1349.23	c   flowcover        :       0.00          0          0          0          0          0
1349.20/1349.23	c   clique           :       0.00          0          0          0          0          0
1349.20/1349.23	c   zerohalf         :       0.00          0          0          0          0          0
1349.20/1349.23	c   mcf              :       0.00          0          0          0          0          0
1349.20/1349.23	c   rapidlearning    :       0.00          0          0          0          0          0
1349.20/1349.23	c Pricers            :       Time      Calls       Vars
1349.20/1349.23	c   problem variables:       0.00          0          0
1349.20/1349.23	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1349.20/1349.23	c   relpscost        :       0.00          0          0          0          0          0          0
1349.20/1349.23	c   pscost           :       0.00          0          0          0          0          0          0
1349.20/1349.23	c   inference        :       4.90     748743          0          0          0          0    1497486
1349.20/1349.23	c   mostinf          :       0.00          0          0          0          0          0          0
1349.20/1349.23	c   leastinf         :       0.00          0          0          0          0          0          0
1349.20/1349.23	c   fullstrong       :       0.00          0          0          0          0          0          0
1349.20/1349.23	c   allfullstrong    :       0.00          0          0          0          0          0          0
1349.20/1349.23	c   random           :       0.00          0          0          0          0          0          0
1349.20/1349.23	c Primal Heuristics  :       Time      Calls      Found
1349.20/1349.23	c   LP solutions     :       0.00          -          0
1349.20/1349.23	c   pseudo solutions :       0.07          -          3
1349.20/1349.23	c   oneopt           :       0.40          0          0
1349.20/1349.23	c   trivial          :       0.00          2          0
1349.20/1349.23	c   simplerounding   :       0.00          0          0
1349.20/1349.23	c   zirounding       :       0.00          0          0
1349.20/1349.23	c   rounding         :       0.00          0          0
1349.20/1349.23	c   shifting         :       0.00          0          0
1349.20/1349.23	c   intshifting      :       0.00          0          0
1349.20/1349.23	c   twoopt           :       0.00          0          0
1349.20/1349.23	c   fixandinfer      :       0.00          0          0
1349.20/1349.23	c   feaspump         :       0.00          0          0
1349.20/1349.23	c   coefdiving       :       0.00          0          0
1349.20/1349.23	c   pscostdiving     :       0.00          0          0
1349.20/1349.23	c   fracdiving       :       0.00          0          0
1349.20/1349.23	c   veclendiving     :       0.00          0          0
1349.20/1349.23	c   intdiving        :       0.00          0          0
1349.20/1349.23	c   actconsdiving    :       0.00          0          0
1349.20/1349.23	c   objpscostdiving  :       0.00          0          0
1349.20/1349.23	c   rootsoldiving    :       0.00          0          0
1349.20/1349.23	c   linesearchdiving :       0.00          0          0
1349.20/1349.23	c   guideddiving     :       0.00          0          0
1349.20/1349.23	c   octane           :       0.00          0          0
1349.20/1349.23	c   rens             :       0.00          0          0
1349.20/1349.23	c   rins             :       0.00          0          0
1349.20/1349.23	c   localbranching   :       0.00          0          0
1349.20/1349.23	c   mutation         :       0.00          0          0
1349.20/1349.23	c   crossover        :       0.00          0          0
1349.20/1349.23	c   dins             :       0.00          0          0
1349.20/1349.23	c   undercover       :       0.00          0          0
1349.20/1349.23	c   nlp              :       0.28          0          0
1349.20/1349.23	c   trysol           :       0.30          1          0
1349.20/1349.23	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1349.20/1349.23	c   primal LP        :       0.00          0          0       0.00          -
1349.20/1349.23	c   dual LP          :       0.00          0          0       0.00          -
1349.20/1349.23	c   lex dual LP      :       0.00          0          0       0.00          -
1349.20/1349.23	c   barrier LP       :       0.00          0          0       0.00          -
1349.20/1349.23	c   diving/probing LP:       0.00          0          0       0.00          -
1349.20/1349.23	c   strong branching :       0.00          0          0       0.00          -
1349.20/1349.23	c     (at root node) :          -          0          0       0.00          -
1349.20/1349.23	c   conflict analysis:       0.00          0          0       0.00          -
1349.20/1349.23	c B&B Tree           :
1349.20/1349.23	c   number of runs   :          1
1349.20/1349.23	c   nodes            :    1168023
1349.20/1349.23	c   nodes (total)    :    1168023
1349.20/1349.23	c   nodes left       :          0
1349.20/1349.23	c   max depth        :        140
1349.20/1349.23	c   max depth (total):        140
1349.20/1349.23	c   backtracks       :     451362 (38.6%)
1349.20/1349.23	c   delayed cutoffs  :     292074
1349.20/1349.23	c   repropagations   :    1450079 (6503653 domain reductions, 205317 cutoffs)
1349.20/1349.23	c   avg switch length:      18.12
1349.20/1349.23	c   switching time   :     404.14
1349.20/1349.23	c Solution           :
1349.20/1349.23	c   Solutions found  :          3 (3 improvements)
1349.20/1349.23	c   First Solution   : +1.06000000000000e+02   (in run 1, after 330244 nodes, 199.03 seconds, depth 54, found by <relaxation>)
1349.20/1349.23	c   Primal Bound     : +4.00000000000000e+01   (in run 1, after 1168023 nodes, 1333.73 seconds, depth 37, found by <relaxation>)
1349.20/1349.23	c   Dual Bound       : +4.00000000000000e+01
1349.20/1349.23	c   Gap              :       0.00 %
1349.20/1349.23	c   Root Dual Bound  : +0.00000000000000e+00
1349.20/1349.23	c   Root Iterations  :          0
1349.20/1349.28	c Time complete: 1349.3.

Verifier Data

OK	40

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2693917-1277897218/watcher-2693917-1277897218 -o /tmp/evaluation-result-2693917-1277897218/solver-2693917-1277897218 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2693917-1277897218.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.95 1.98 1.99 4/196 13234
/proc/meminfo: memFree=31039992/32951124 swapFree=67111528/67111528
[pid=13234] ppid=13232 vsize=8152 CPUtime=0
/proc/13234/stat : 13234 (pbscip.linux.x8) R 13232 13234 11529 0 -1 4202496 1516 0 0 0 0 0 0 0 25 0 1 0 131016955 8347648 1439 4089446400 4194304 7136930 140733836113024 18446744073709551615 6164672 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/13234/statm: 2038 1439 275 719 0 1317 0

[startup+0.0898661 s]
/proc/loadavg: 1.95 1.98 1.99 4/196 13234
/proc/meminfo: memFree=31039992/32951124 swapFree=67111528/67111528
[pid=13234] ppid=13232 vsize=12424 CPUtime=0.08
/proc/13234/stat : 13234 (pbscip.linux.x8) R 13232 13234 11529 0 -1 4202496 4894 0 0 0 7 1 0 0 25 0 1 0 131016955 12722176 2408 4089446400 4194304 7136930 140733836113024 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/13234/statm: 3106 2408 404 719 0 2385 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 12424

[startup+0.100865 s]
/proc/loadavg: 1.95 1.98 1.99 4/196 13234
/proc/meminfo: memFree=31039992/32951124 swapFree=67111528/67111528
[pid=13234] ppid=13232 vsize=12424 CPUtime=0.09
/proc/13234/stat : 13234 (pbscip.linux.x8) R 13232 13234 11529 0 -1 4202496 4909 0 0 0 8 1 0 0 25 0 1 0 131016955 12722176 2423 4089446400 4194304 7136930 140733836113024 18446744073709551615 4618395 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/13234/statm: 3106 2423 404 719 0 2385 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 12424

[startup+0.300826 s]
/proc/loadavg: 1.95 1.98 1.99 4/196 13234
/proc/meminfo: memFree=31039992/32951124 swapFree=67111528/67111528
[pid=13234] ppid=13232 vsize=13768 CPUtime=0.29
/proc/13234/stat : 13234 (pbscip.linux.x8) R 13232 13234 11529 0 -1 4202496 5236 0 0 0 26 3 0 0 25 0 1 0 131016955 14098432 2750 4089446400 4194304 7136930 140733836113024 18446744073709551615 6122422 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/13234/statm: 3442 2750 404 719 0 2721 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 13768

[startup+0.700768 s]
/proc/loadavg: 1.95 1.98 1.99 4/196 13234
/proc/meminfo: memFree=31039992/32951124 swapFree=67111528/67111528
[pid=13234] ppid=13232 vsize=16776 CPUtime=0.69
/proc/13234/stat : 13234 (pbscip.linux.x8) R 13232 13234 11529 0 -1 4202496 5986 0 0 0 63 6 0 0 25 0 1 0 131016955 17178624 3500 4089446400 4194304 7136930 140733836113024 18446744073709551615 4854293 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/13234/statm: 4194 3500 404 719 0 3473 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 16776

[startup+1.50061 s]
/proc/loadavg: 1.95 1.98 1.99 3/197 13235
/proc/meminfo: memFree=31026964/32951124 swapFree=67111528/67111528
[pid=13234] ppid=13232 vsize=20048 CPUtime=1.49
/proc/13234/stat : 13234 (pbscip.linux.x8) R 13232 13234 11529 0 -1 4202496 6835 0 0 0 140 9 0 0 25 0 1 0 131016955 20529152 4349 4089446400 4194304 7136930 140733836113024 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/13234/statm: 5012 4349 404 719 0 4291 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 20048

[startup+3.10033 s]
/proc/loadavg: 1.95 1.98 1.99 3/197 13235
/proc/meminfo: memFree=31022480/32951124 swapFree=67111528/67111528
[pid=13234] ppid=13232 vsize=25680 CPUtime=3.09
/proc/13234/stat : 13234 (pbscip.linux.x8) R 13232 13234 11529 0 -1 4202496 8241 0 0 0 292 17 0 0 25 0 1 0 131016955 26296320 5755 4089446400 4194304 7136930 140733836113024 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/13234/statm: 6420 5755 404 719 0 5699 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 25680

[startup+6.30076 s]
/proc/loadavg: 1.95 1.98 1.99 3/197 13235
/proc/meminfo: memFree=31012188/32951124 swapFree=67111528/67111528
[pid=13234] ppid=13232 vsize=33124 CPUtime=6.29
/proc/13234/stat : 13234 (pbscip.linux.x8) R 13232 13234 11529 0 -1 4202496 10119 0 0 0 599 30 0 0 25 0 1 0 131016955 33918976 7633 4089446400 4194304 7136930 140733836113024 18446744073709551615 4409086 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/13234/statm: 8281 7633 404 719 0 7560 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 33124

[startup+12.7006 s]
/proc/loadavg: 1.96 1.98 1.99 3/197 13235
/proc/meminfo: memFree=31001660/32951124 swapFree=67111528/67111528
[pid=13234] ppid=13232 vsize=40816 CPUtime=12.69
/proc/13234/stat : 13234 (pbscip.linux.x8) R 13232 13234 11529 0 -1 4202496 12068 0 0 0 1222 47 0 0 25 0 1 0 131016955 41795584 9582 4089446400 4194304 7136930 140733836113024 18446744073709551615 4854246 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/13234/statm: 10204 9582 404 719 0 9483 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 40816

[startup+25.5003 s]
/proc/loadavg: 1.96 1.98 1.99 3/197 13235
/proc/meminfo: memFree=30982240/32951124 swapFree=67111528/67111528
[pid=13234] ppid=13232 vsize=58012 CPUtime=25.49
/proc/13234/stat : 13234 (pbscip.linux.x8) R 13232 13234 11529 0 -1 4202496 16348 0 0 0 2463 86 0 0 25 0 1 0 131016955 59404288 13862 4089446400 4194304 7136930 140733836113024 18446744073709551615 4854295 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/13234/statm: 14503 13862 404 719 0 13782 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 58012

[startup+51.1007 s]
/proc/loadavg: 1.98 1.98 1.99 3/197 13235
/proc/meminfo: memFree=30960384/32951124 swapFree=67111528/67111528
[pid=13234] ppid=13232 vsize=66964 CPUtime=51.08
/proc/13234/stat : 13234 (pbscip.linux.x8) R 13232 13234 11529 0 -1 4202496 18537 0 0 0 4980 128 0 0 25 0 1 0 131016955 68571136 16051 4089446400 4194304 7136930 140733836113024 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/13234/statm: 16741 16051 404 719 0 16020 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 66964

[startup+102.307 s]
/proc/loadavg: 1.99 1.98 1.99 3/197 13237
/proc/meminfo: memFree=30937648/32951124 swapFree=67111528/67111528
[pid=13234] ppid=13232 vsize=84840 CPUtime=102.29
/proc/13234/stat : 13234 (pbscip.linux.x8) R 13232 13234 11529 0 -1 4202496 23042 0 0 0 9984 245 0 0 25 0 1 0 131016955 86876160 20556 4089446400 4194304 7136930 140733836113024 18446744073709551615 4854293 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/13234/statm: 21210 20556 404 719 0 20489 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 84840

[startup+162.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/197 13239
/proc/meminfo: memFree=30923576/32951124 swapFree=67111528/67111528
[pid=13234] ppid=13232 vsize=93408 CPUtime=162.28
/proc/13234/stat : 13234 (pbscip.linux.x8) R 13232 13234 11529 0 -1 4202496 25157 0 0 0 15861 367 0 0 25 0 1 0 131016955 95649792 22671 4089446400 4194304 7136930 140733836113024 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/13234/statm: 23352 22671 404 719 0 22631 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 93408

[startup+222.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/197 13240
/proc/meminfo: memFree=30908400/32951124 swapFree=67111528/67111528
[pid=13234] ppid=13232 vsize=98264 CPUtime=222.28
/proc/13234/stat : 13234 (pbscip.linux.x8) R 13232 13234 11529 0 -1 4202496 26202 0 0 0 21766 462 0 0 25 0 1 0 131016955 100622336 23716 4089446400 4194304 7136930 140733836113024 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/13234/statm: 24566 23716 405 719 0 23845 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 98264

[startup+282.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/197 13242
/proc/meminfo: memFree=30896208/32951124 swapFree=67111528/67111528
[pid=13234] ppid=13232 vsize=100964 CPUtime=282.27
/proc/13234/stat : 13234 (pbscip.linux.x8) R 13232 13234 11529 0 -1 4202496 26782 0 0 0 27687 540 0 0 25 0 1 0 131016955 103387136 24296 4089446400 4194304 7136930 140733836113024 18446744073709551615 5000143 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/13234/statm: 25241 24296 405 719 0 24520 0
Current children cumulated CPU time (s) 282.27
Current children cumulated vsize (KiB) 100964

[startup+342.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/197 13246
/proc/meminfo: memFree=30885412/32951124 swapFree=67111528/67111528
[pid=13234] ppid=13232 vsize=105676 CPUtime=342.28
/proc/13234/stat : 13234 (pbscip.linux.x8) R 13232 13234 11529 0 -1 4202496 27935 0 0 0 33622 606 0 0 25 0 1 0 131016955 108212224 25449 4089446400 4194304 7136930 140733836113024 18446744073709551615 4221346 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/13234/statm: 26419 25449 405 719 0 25698 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 105676

[startup+402.301 s]
/proc/loadavg: 2.07 2.00 2.00 3/197 13248
/proc/meminfo: memFree=30878932/32951124 swapFree=67111528/67111528
[pid=13234] ppid=13232 vsize=106316 CPUtime=402.28
/proc/13234/stat : 13234 (pbscip.linux.x8) R 13232 13234 11529 0 -1 4202496 28078 0 0 0 39567 661 0 0 25 0 1 0 131016955 108867584 25592 4089446400 4194304 7136930 140733836113024 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/13234/statm: 26579 25592 405 719 0 25858 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 106316

[startup+462.301 s]
/proc/loadavg: 2.02 2.00 2.00 3/197 13250
/proc/meminfo: memFree=30857060/32951124 swapFree=67111528/67111528
[pid=13234] ppid=13232 vsize=106316 CPUtime=462.29
/proc/13234/stat : 13234 (pbscip.linux.x8) R 13232 13234 11529 0 -1 4202496 28080 0 0 0 45505 724 0 0 25 0 1 0 131016955 108867584 25594 4089446400 4194304 7136930 140733836113024 18446744073709551615 4854295 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/13234/statm: 26579 25594 405 719 0 25858 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 106316

[startup+522.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/197 13251
/proc/meminfo: memFree=30851936/32951124 swapFree=67111528/67111528
[pid=13234] ppid=13232 vsize=106316 CPUtime=522.29
/proc/13234/stat : 13234 (pbscip.linux.x8) R 13232 13234 11529 0 -1 4202496 28152 0 0 0 51463 766 0 0 25 0 1 0 131016955 108867584 25666 4089446400 4194304 7136930 140733836113024 18446744073709551615 5953094 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/13234/statm: 26579 25666 405 719 0 25858 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 106316

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 13253
/proc/meminfo: memFree=30850264/32951124 swapFree=67111528/67111528
[pid=13234] ppid=13232 vsize=108032 CPUtime=582.28
/proc/13234/stat : 13234 (pbscip.linux.x8) R 13232 13234 11529 0 -1 4202496 28511 0 0 0 57372 856 0 0 25 0 1 0 131016955 110624768 26025 4089446400 4194304 7136930 140733836113024 18446744073709551615 4644801 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/13234/statm: 27008 26025 405 719 0 26287 0
Current children cumulated CPU time (s) 582.28
Current children cumulated vsize (KiB) 108032

[startup+642.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 13254
/proc/meminfo: memFree=30838060/32951124 swapFree=67111528/67111528
[pid=13234] ppid=13232 vsize=108800 CPUtime=642.29
/proc/13234/stat : 13234 (pbscip.linux.x8) R 13232 13234 11529 0 -1 4202496 28704 0 0 0 63303 926 0 0 25 0 1 0 131016955 111411200 26218 4089446400 4194304 7136930 140733836113024 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/13234/statm: 27200 26218 405 719 0 26479 0
Current children cumulated CPU time (s) 642.29
Current children cumulated vsize (KiB) 108800

[startup+702.301 s]

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

/proc/meminfo: memFree=30826324/32951124 swapFree=67111528/67111528
[pid=13234] ppid=13232 vsize=109104 CPUtime=762.29
/proc/13234/stat : 13234 (pbscip.linux.x8) R 13232 13234 11529 0 -1 4202496 28781 0 0 0 75202 1027 0 0 25 0 1 0 131016955 111722496 26295 4089446400 4194304 7136930 140733836113024 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/13234/statm: 27276 26295 405 719 0 26555 0
Current children cumulated CPU time (s) 762.29
Current children cumulated vsize (KiB) 109104

[startup+822.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 13259
/proc/meminfo: memFree=30810404/32951124 swapFree=67111528/67111528
[pid=13234] ppid=13232 vsize=109104 CPUtime=822.29
/proc/13234/stat : 13234 (pbscip.linux.x8) R 13232 13234 11529 0 -1 4202496 28810 0 0 0 81133 1096 0 0 25 0 1 0 131016955 111722496 26324 4089446400 4194304 7136930 140733836113024 18446744073709551615 4999881 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/13234/statm: 27276 26324 405 719 0 26555 0
Current children cumulated CPU time (s) 822.29
Current children cumulated vsize (KiB) 109104

[startup+882.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 13261
/proc/meminfo: memFree=30803412/32951124 swapFree=67111528/67111528
[pid=13234] ppid=13232 vsize=109740 CPUtime=882.3
/proc/13234/stat : 13234 (pbscip.linux.x8) R 13232 13234 11529 0 -1 4202496 28885 0 0 0 87073 1157 0 0 25 0 1 0 131016955 112373760 26399 4089446400 4194304 7136930 140733836113024 18446744073709551615 5955622 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/13234/statm: 27435 26399 405 719 0 26714 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 109740

[startup+942.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 13262
/proc/meminfo: memFree=30762956/32951124 swapFree=67111528/67111528
[pid=13234] ppid=13232 vsize=109740 CPUtime=942.29
/proc/13234/stat : 13234 (pbscip.linux.x8) R 13232 13234 11529 0 -1 4202496 28905 0 0 0 93025 1204 0 0 25 0 1 0 131016955 112373760 26419 4089446400 4194304 7136930 140733836113024 18446744073709551615 4220974 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/13234/statm: 27435 26419 405 719 0 26714 0
Current children cumulated CPU time (s) 942.29
Current children cumulated vsize (KiB) 109740

[startup+1002.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/197 13264
/proc/meminfo: memFree=30762888/32951124 swapFree=67111528/67111528
[pid=13234] ppid=13232 vsize=109740 CPUtime=1002.3
/proc/13234/stat : 13234 (pbscip.linux.x8) R 13232 13234 11529 0 -1 4202496 28931 0 0 0 98945 1285 0 0 25 0 1 0 131016955 112373760 26445 4089446400 4194304 7136930 140733836113024 18446744073709551615 4210116 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/13234/statm: 27435 26445 405 719 0 26714 0
Current children cumulated CPU time (s) 1002.3
Current children cumulated vsize (KiB) 109740

[startup+1062.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/197 13266
/proc/meminfo: memFree=30762604/32951124 swapFree=67111528/67111528
[pid=13234] ppid=13232 vsize=109740 CPUtime=1062.3
/proc/13234/stat : 13234 (pbscip.linux.x8) R 13232 13234 11529 0 -1 4202496 28937 0 0 0 104886 1344 0 0 25 0 1 0 131016955 112373760 26451 4089446400 4194304 7136930 140733836113024 18446744073709551615 4431702 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/13234/statm: 27435 26451 405 719 0 26714 0
Current children cumulated CPU time (s) 1062.3
Current children cumulated vsize (KiB) 109740

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 13267
/proc/meminfo: memFree=30761568/32951124 swapFree=67111528/67111528
[pid=13234] ppid=13232 vsize=110588 CPUtime=1122.3
/proc/13234/stat : 13234 (pbscip.linux.x8) R 13232 13234 11529 0 -1 4202496 29140 0 0 0 110843 1387 0 0 25 0 1 0 131016955 113242112 26654 4089446400 4194304 7136930 140733836113024 18446744073709551615 5955613 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/13234/statm: 27647 26654 405 719 0 26926 0
Current children cumulated CPU time (s) 1122.3
Current children cumulated vsize (KiB) 110588

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 13269
/proc/meminfo: memFree=30761152/32951124 swapFree=67111528/67111528
[pid=13234] ppid=13232 vsize=111184 CPUtime=1182.3
/proc/13234/stat : 13234 (pbscip.linux.x8) R 13232 13234 11529 0 -1 4202496 29246 0 0 0 116810 1420 0 0 25 0 1 0 131016955 113852416 26760 4089446400 4194304 7136930 140733836113024 18446744073709551615 4854295 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/13234/statm: 27796 26760 405 719 0 27075 0
Current children cumulated CPU time (s) 1182.3
Current children cumulated vsize (KiB) 111184

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 13270
/proc/meminfo: memFree=30736320/32951124 swapFree=67111528/67111528
[pid=13234] ppid=13232 vsize=111516 CPUtime=1242.31
/proc/13234/stat : 13234 (pbscip.linux.x8) R 13232 13234 11529 0 -1 4202496 29365 0 0 0 122780 1451 0 0 25 0 1 0 131016955 114192384 26716 4089446400 4194304 7136930 140733836113024 18446744073709551615 5955622 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/13234/statm: 27879 26716 405 719 0 27158 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 111516

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 13272
/proc/meminfo: memFree=30735892/32951124 swapFree=67111528/67111528
[pid=13234] ppid=13232 vsize=112472 CPUtime=1302.31
/proc/13234/stat : 13234 (pbscip.linux.x8) R 13232 13234 11529 0 -1 4202496 29436 0 0 0 128715 1516 0 0 25 0 1 0 131016955 115171328 26787 4089446400 4194304 7136930 140733836113024 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/13234/statm: 28118 26787 405 719 0 27397 0
Current children cumulated CPU time (s) 1302.31
Current children cumulated vsize (KiB) 112472

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

[startup+1305.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 13272
/proc/meminfo: memFree=30735892/32951124 swapFree=67111528/67111528
[pid=13234] ppid=13232 vsize=112472 CPUtime=1305.5
/proc/13234/stat : 13234 (pbscip.linux.x8) R 13232 13234 11529 0 -1 4202496 29436 0 0 0 129032 1518 0 0 25 0 1 0 131016955 115171328 26787 4089446400 4194304 7136930 140733836113024 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/13234/statm: 28118 26787 405 719 0 27397 0
Current children cumulated CPU time (s) 1305.5
Current children cumulated vsize (KiB) 112472

[startup+1331.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 13273
/proc/meminfo: memFree=30735872/32951124 swapFree=67111528/67111528
[pid=13234] ppid=13232 vsize=112472 CPUtime=1331.11
/proc/13234/stat : 13234 (pbscip.linux.x8) R 13232 13234 11529 0 -1 4202496 29436 0 0 0 131573 1538 0 0 25 0 1 0 131016955 115171328 26787 4089446400 4194304 7136930 140733836113024 18446744073709551615 4210629 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/13234/statm: 28118 26787 405 719 0 27397 0
Current children cumulated CPU time (s) 1331.11
Current children cumulated vsize (KiB) 112472

[startup+1337.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 13273
/proc/meminfo: memFree=30735376/32951124 swapFree=67111528/67111528
[pid=13234] ppid=13232 vsize=112724 CPUtime=1337.52
/proc/13234/stat : 13234 (pbscip.linux.x8) R 13232 13234 11529 0 -1 4202496 29502 0 0 0 132210 1542 0 0 25 0 1 0 131016955 115429376 26853 4089446400 4194304 7136930 140733836113024 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/13234/statm: 28181 26853 405 719 0 27460 0
Current children cumulated CPU time (s) 1337.52
Current children cumulated vsize (KiB) 112724

[startup+1343.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 13273
/proc/meminfo: memFree=30735492/32951124 swapFree=67111528/67111528
[pid=13234] ppid=13232 vsize=112724 CPUtime=1343.91
/proc/13234/stat : 13234 (pbscip.linux.x8) R 13232 13234 11529 0 -1 4202496 29503 0 0 0 132846 1545 0 0 25 0 1 0 131016955 115429376 26854 4089446400 4194304 7136930 140733836113024 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/13234/statm: 28181 26854 405 719 0 27460 0
Current children cumulated CPU time (s) 1343.91
Current children cumulated vsize (KiB) 112724

[startup+1347.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 13273
/proc/meminfo: memFree=30735492/32951124 swapFree=67111528/67111528
[pid=13234] ppid=13232 vsize=112724 CPUtime=1347.1
/proc/13234/stat : 13234 (pbscip.linux.x8) R 13232 13234 11529 0 -1 4202496 29503 0 0 0 133164 1546 0 0 25 0 1 0 131016955 115429376 26854 4089446400 4194304 7136930 140733836113024 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/13234/statm: 28181 26854 405 719 0 27460 0
Current children cumulated CPU time (s) 1347.1
Current children cumulated vsize (KiB) 112724

[startup+1347.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 13273
/proc/meminfo: memFree=30735368/32951124 swapFree=67111528/67111528
[pid=13234] ppid=13232 vsize=112724 CPUtime=1347.91
/proc/13234/stat : 13234 (pbscip.linux.x8) R 13232 13234 11529 0 -1 4202496 29503 0 0 0 133244 1547 0 0 25 0 1 0 131016955 115429376 26854 4089446400 4194304 7136930 140733836113024 18446744073709551615 4854295 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/13234/statm: 28181 26854 405 719 0 27460 0
Current children cumulated CPU time (s) 1347.91
Current children cumulated vsize (KiB) 112724

[startup+1348.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 13273
/proc/meminfo: memFree=30735368/32951124 swapFree=67111528/67111528
[pid=13234] ppid=13232 vsize=112724 CPUtime=1348.71
/proc/13234/stat : 13234 (pbscip.linux.x8) R 13232 13234 11529 0 -1 4202496 29503 0 0 0 133324 1547 0 0 25 0 1 0 131016955 115429376 26854 4089446400 4194304 7136930 140733836113024 18446744073709551615 4219812 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/13234/statm: 28181 26854 405 719 0 27460 0
Current children cumulated CPU time (s) 1348.71
Current children cumulated vsize (KiB) 112724

[startup+1349.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 13273
/proc/meminfo: memFree=30735368/32951124 swapFree=67111528/67111528
[pid=13234] ppid=13232 vsize=112724 CPUtime=1349.1
/proc/13234/stat : 13234 (pbscip.linux.x8) R 13232 13234 11529 0 -1 4202496 29503 0 0 0 133363 1547 0 0 25 0 1 0 131016955 115429376 26854 4089446400 4194304 7136930 140733836113024 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/13234/statm: 28181 26854 405 719 0 27460 0
Current children cumulated CPU time (s) 1349.1
Current children cumulated vsize (KiB) 112724

[startup+1349.2 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 13273
/proc/meminfo: memFree=30735368/32951124 swapFree=67111528/67111528
[pid=13234] ppid=13232 vsize=112724 CPUtime=1349.2
/proc/13234/stat : 13234 (pbscip.linux.x8) R 13232 13234 11529 0 -1 4202496 29503 0 0 0 133373 1547 0 0 25 0 1 0 131016955 115429376 26854 4089446400 4194304 7136930 140733836113024 18446744073709551615 6166364 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/13234/statm: 28181 26854 405 719 0 27460 0
Current children cumulated CPU time (s) 1349.2
Current children cumulated vsize (KiB) 112724

Child status: 0
Real time (s): 1349.29
CPU time (s): 1349.3
CPU user time (s): 1333.82
CPU system time (s): 15.4816
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 112724

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

runsolver used 1.87071 second user time and 4.29135 second system time

The end

Launcher Data

Begin job on node145 at 2010-06-30 13:26:58
IDJOB=2693917
IDBENCH=78806
IDSOLVER=1206
FILE ID=node145/2693917-1277897218
PBS_JOBID= 11197064
Free space on /tmp= 74212 MiB

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

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

MD5SUM BENCH= 8eadb42484b45bdc6fb0d5cf420da5d0
RANDOM SEED=1829521042

node145.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.851
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.70
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.851
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.851
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.851
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.851
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.851
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.67
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.851
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.82
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.851
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31040520 kB
Buffers:        182324 kB
Cached:        1261672 kB
SwapCached:          0 kB
Active:         799732 kB
Inactive:       967016 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31040520 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            3432 kB
Writeback:           0 kB
AnonPages:      322600 kB
Mapped:          20244 kB
Slab:            79936 kB
PageTables:       5200 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1653172 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 node145 at 2010-06-30 13:49:27