Trace number 2693871

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 467.284 467.269

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111216411--soft-66-100-0.wbo
MD5SUM0277d37fd59797dc8ec4e2ab4996f836
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark6
Best CPU time to get the best result obtained on this benchmark0.170973
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 constraints28
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 1415
Min constraint cost 1
Max constraint cost 98
Sum of constraints costs 1414
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1200
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-2693871-1277896251.wbo>
0.00/0.00	c original problem has 225 variables (197 bin, 0 int, 0 impl, 28 cont) and 130 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.00	c (round 1) 0 del vars, 1 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 32 impls, 49 clqs
0.00/0.01	c (round 2) 0 del vars, 17 del conss, 0 chg bounds, 1 chg sides, 0 chg coeffs, 0 upgd conss, 32 impls, 49 clqs
0.00/0.01	c (round 3) 1 del vars, 18 del conss, 27 chg bounds, 1 chg sides, 0 chg coeffs, 0 upgd conss, 32 impls, 49 clqs
0.00/0.01	c (round 4) 2 del vars, 18 del conss, 27 chg bounds, 1 chg sides, 0 chg coeffs, 58 upgd conss, 32 impls, 49 clqs
0.00/0.02	c    (0.0s) probing: 101/196 (51.5%) - 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  2 deleted vars, 18 deleted constraints, 27 tightened bounds, 0 added holes, 1 changed sides, 0 changed coefficients
0.00/0.02	c  32 implications, 49 cliques
0.00/0.02	c presolved problem has 223 variables (196 bin, 0 int, 0 impl, 27 cont) and 112 constraints
0.00/0.02	c      27 constraints of type <indicator>
0.00/0.02	c      49 constraints of type <setppc>
0.00/0.02	c      27 constraints of type <linear>
0.00/0.02	c       9 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 |     - | 730k|   0 |   - | 223 | 112 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.09/0.13	o 162
0.09/0.13	c * 0.1s|  1834 |  1491 |     0 |   0.0 |1714k| 116 |   - | 223 | 493 |   0 |   0 |   0 | 560 |   0 | 0.000000e+00 | 1.620000e+02 |    Inf 
0.09/0.14	o 98
0.09/0.14	c * 0.1s|  1835 |  1489 |     0 |   0.0 |1717k| 116 |   - | 223 | 493 |   0 |   0 |   0 | 560 |   0 | 0.000000e+00 | 9.800000e+01 |    Inf 
0.99/1.02	c   0.9s| 10000 |  6914 |     0 |   0.0 |6277k| 116 |   - | 223 |2870 |   0 |   0 |   0 |5422 |   0 | 0.000000e+00 | 9.800000e+01 |    Inf 
1.79/1.80	o 81
1.79/1.80	c * 1.7s| 14476 |  8837 |     0 |   0.0 |8442k| 116 |   - | 223 |3468 |   0 |   0 |   0 |9326 |   0 | 0.000000e+00 | 8.100000e+01 |    Inf 
2.49/2.50	c   2.3s| 20000 | 12188 |     0 |   0.0 |  10M| 116 |   - | 223 |2011 |   0 |   0 |   0 |  13k|   0 | 0.000000e+00 | 8.100000e+01 |    Inf 
4.19/4.20	c   3.9s| 30000 | 16988 |     0 |   0.0 |  14M| 116 |   - | 223 |3652 |   0 |   0 |   0 |  22k|   0 | 0.000000e+00 | 8.100000e+01 |    Inf 
6.50/6.53	c   6.2s| 40000 | 19859 |     0 |   0.0 |  19M| 116 |   - | 223 |5292 |   0 |   0 |   0 |  33k|   0 | 0.000000e+00 | 8.100000e+01 |    Inf 
9.40/9.44	c   9.0s| 50000 | 21346 |     0 |   0.0 |  22M| 116 |   - | 223 |6395 |   0 |   0 |   0 |  44k|   0 | 0.000000e+00 | 8.100000e+01 |    Inf 
10.79/10.81	c  10.3s| 60000 | 27287 |     0 |   0.0 |  25M| 116 |   - | 223 |3057 |   0 |   0 |   0 |  50k|   0 | 0.000000e+00 | 8.100000e+01 |    Inf 
13.29/13.32	c  12.7s| 70000 | 30403 |     0 |   0.0 |  30M| 116 |   - | 223 |6950 |   0 |   0 |   0 |  59k|   0 | 0.000000e+00 | 8.100000e+01 |    Inf 
16.89/16.90	c  16.2s| 80000 | 32337 |     0 |   0.0 |  35M| 116 |   - | 223 |  10k|   0 |   0 |   0 |  70k|   0 | 0.000000e+00 | 8.100000e+01 |    Inf 
21.39/21.49	c  20.7s| 90000 | 33353 |     0 |   0.0 |  39M| 116 |   - | 223 |  14k|   0 |   0 |   0 |  83k|   0 | 0.000000e+00 | 8.100000e+01 |    Inf 
26.99/27.06	c  26.1s|100000 | 33834 |     0 |   0.0 |  42M| 116 |   - | 223 |  16k|   0 |   0 |   0 |  95k|   0 | 0.000000e+00 | 8.100000e+01 |    Inf 
33.99/34.02	c  33.0s|110000 | 32885 |     0 |   0.0 |  44M| 116 |   - | 223 |  20k|   0 |   0 |   0 | 110k|   0 | 0.000000e+00 | 8.100000e+01 |    Inf 
38.69/38.71	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
38.69/38.71	c  37.6s|120000 | 36708 |     0 |   0.0 |  41M| 116 |   - | 223 |4597 |   0 |   0 |   0 | 117k|   0 | 0.000000e+00 | 8.100000e+01 |    Inf 
40.50/40.54	c  39.3s|130000 | 42575 |     0 |   0.0 |  46M| 116 |   - | 223 |5450 |   0 |   0 |   0 | 122k|   0 | 0.000000e+00 | 8.100000e+01 |    Inf 
43.09/43.12	c  41.8s|140000 | 46830 |     0 |   0.0 |  50M| 116 |   - | 223 |8098 |   0 |   0 |   0 | 130k|   0 | 0.000000e+00 | 8.100000e+01 |    Inf 
46.59/46.67	c  45.2s|150000 | 49259 |     0 |   0.0 |  54M| 116 |   - | 223 |  10k|   0 |   0 |   0 | 139k|   0 | 0.000000e+00 | 8.100000e+01 |    Inf 
52.49/52.51	c  51.0s|160000 | 48318 |     0 |   0.0 |  55M| 116 |   - | 223 |  11k|   0 |   0 |   0 | 153k|   0 | 0.000000e+00 | 8.100000e+01 |    Inf 
60.29/60.40	c  58.7s|170000 | 45461 |     0 |   0.0 |  56M| 116 |   - | 223 |  17k|   0 |   0 |   0 | 168k|   0 | 0.000000e+00 | 8.100000e+01 |    Inf 
70.89/70.92	c  69.1s|180000 | 42012 |     0 |   0.0 |  55M| 116 |   - | 223 |  23k|   0 |   0 |   0 | 184k|   0 | 0.000000e+00 | 8.100000e+01 |    Inf 
83.39/83.47	c  81.5s|190000 | 38531 |     0 |   0.0 |  49M| 116 |   - | 223 |  18k|   0 |   0 |   0 | 199k|   0 | 0.000000e+00 | 8.100000e+01 |    Inf 
87.59/87.61	c  85.6s|200000 | 42544 |     0 |   0.0 |  49M| 116 |   - | 223 |8875 |   0 |   0 |   0 | 206k|   0 | 0.000000e+00 | 8.100000e+01 |    Inf 
91.20/91.26	c  89.2s|210000 | 46016 |     0 |   0.0 |  53M| 116 |   - | 223 |  10k|   0 |   0 |   0 | 214k|   0 | 0.000000e+00 | 8.100000e+01 |    Inf 
95.29/95.30	c  93.1s|220000 | 49219 |     0 |   0.0 |  57M| 116 |   - | 223 |  11k|   0 |   0 |   0 | 222k|   0 | 0.000000e+00 | 8.100000e+01 |    Inf 
100.10/100.17	c  97.9s|230000 | 51174 |     0 |   0.0 |  59M| 116 |   - | 223 |  13k|   0 |   0 |   0 | 231k|   0 | 0.000000e+00 | 8.100000e+01 |    Inf 
105.50/105.54	c   103s|240000 | 52601 |     0 |   0.0 |  62M| 116 |   - | 223 |  15k|   0 |   0 |   0 | 241k|   0 | 0.000000e+00 | 8.100000e+01 |    Inf 
111.60/111.68	c   109s|250000 | 53435 |     0 |   0.0 |  64M| 116 |   - | 223 |  17k|   0 |   0 |   0 | 251k|   0 | 0.000000e+00 | 8.100000e+01 |    Inf 
118.30/118.35	c   116s|260000 | 53572 |     0 |   0.0 |  65M| 116 |   - | 223 |  20k|   0 |   0 |   0 | 261k|   0 | 0.000000e+00 | 8.100000e+01 |    Inf 
119.20/119.24	o 7
119.20/119.24	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
119.20/119.24	c * 117s|261192 | 44360 |     0 |   0.0 |  59M| 116 |   - | 223 |  21k|   0 |   0 |   0 | 262k|   0 | 0.000000e+00 | 7.000000e+00 |    Inf 
132.09/132.16	c   129s|270000 | 35509 |     0 |   0.0 |  45M| 116 |   - | 223 |  21k|   0 |   0 |   0 | 281k|   0 | 0.000000e+00 | 7.000000e+00 |    Inf 
145.60/145.62	c   143s|280000 | 29271 |     0 |   0.0 |  41M| 116 |   - | 223 |  16k|   0 |   0 |   0 | 299k|   0 | 1.000000e+00 | 7.000000e+00 | 600.00%
161.19/161.27	c   158s|290000 | 21816 |     0 |   0.0 |  41M| 116 |   - | 223 |  24k|   0 |   0 |   0 | 318k|   0 | 1.000000e+00 | 7.000000e+00 | 600.00%
181.69/181.76	c   179s|300000 | 12280 |     0 |   0.0 |  36M| 116 |   - | 223 |  31k|   0 |   0 |   0 | 337k|   0 | 1.000000e+00 | 7.000000e+00 | 600.00%
205.40/205.43	c   202s|310000 |  1679 |     0 |   0.0 |  18M| 116 |   - | 223 |  31k|   0 |   0 |   0 | 357k|   0 | 1.000000e+00 | 7.000000e+00 | 600.00%
208.80/208.82	c   205s|320000 |  8817 |     0 |   0.0 |  13M| 116 |   - | 223 |  11k|   0 |   0 |   0 | 361k|   0 | 6.000000e+00 | 7.000000e+00 |  16.67%
211.11/211.19	c   208s|330000 | 15244 |     0 |   0.0 |  17M| 116 |   - | 223 |  13k|   0 |   0 |   0 | 369k|   0 | 6.000000e+00 | 7.000000e+00 |  16.67%
214.29/214.34	c   211s|340000 | 20615 |     0 |   0.0 |  21M| 116 |   - | 223 |  14k|   0 |   0 |   0 | 376k|   0 | 6.000000e+00 | 7.000000e+00 |  16.67%
217.40/217.40	c   214s|350000 | 26927 |     0 |   0.0 |  26M| 116 |   - | 223 |  15k|   0 |   0 |   0 | 383k|   0 | 6.000000e+00 | 7.000000e+00 |  16.67%
220.90/220.97	c   217s|360000 | 32730 |     0 |   0.0 |  31M| 116 |   - | 223 |  17k|   0 |   0 |   0 | 390k|   0 | 6.000000e+00 | 7.000000e+00 |  16.67%
225.10/225.16	c   221s|370000 | 37991 |     0 |   0.0 |  35M| 116 |   - | 223 |  19k|   0 |   0 |   0 | 398k|   0 | 6.000000e+00 | 7.000000e+00 |  16.67%
229.99/230.02	c   226s|380000 | 42763 |     0 |   0.0 |  40M| 116 |   - | 223 |  21k|   0 |   0 |   0 | 406k|   0 | 6.000000e+00 | 7.000000e+00 |  16.67%
236.00/236.01	c   232s|390000 | 46527 |     0 |   0.0 |  44M| 116 |   - | 223 |  22k|   0 |   0 |   0 | 416k|   0 | 6.000000e+00 | 7.000000e+00 |  16.67%
242.80/242.84	c   239s|400000 | 49384 |     0 |   0.0 |  48M| 116 |   - | 223 |  23k|   0 |   0 |   0 | 426k|   0 | 6.000000e+00 | 7.000000e+00 |  16.67%
249.99/250.05	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
249.99/250.05	c   246s|410000 | 51604 |     0 |   0.0 |  52M| 116 |   - | 223 |  23k|   0 |   0 |   0 | 437k|   0 | 6.000000e+00 | 7.000000e+00 |  16.67%
258.20/258.26	c   254s|420000 | 52240 |     0 |   0.0 |  55M| 116 |   - | 223 |  26k|   0 |   0 |   0 | 449k|   0 | 6.000000e+00 | 7.000000e+00 |  16.67%
265.50/265.59	c   261s|430000 | 56834 |     0 |   0.0 |  59M| 116 |   - | 223 |  26k|   0 |   0 |   0 | 460k|   0 | 6.000000e+00 | 7.000000e+00 |  16.67%
273.81/273.82	c   269s|440000 | 60922 |     0 |   0.0 |  63M| 116 |   - | 223 |  27k|   0 |   0 |   0 | 470k|   0 | 6.000000e+00 | 7.000000e+00 |  16.67%
283.20/283.27	c   279s|450000 | 64219 |     0 |   0.0 |  67M| 116 |   - | 223 |  28k|   0 |   0 |   0 | 482k|   0 | 6.000000e+00 | 7.000000e+00 |  16.67%
292.90/292.92	c   288s|460000 | 67353 |     0 |   0.0 |  71M| 116 |   - | 223 |  28k|   0 |   0 |   0 | 493k|   0 | 6.000000e+00 | 7.000000e+00 |  16.67%
303.40/303.49	c   299s|470000 | 69945 |     0 |   0.0 |  75M| 116 |   - | 223 |  28k|   0 |   0 |   0 | 505k|   0 | 6.000000e+00 | 7.000000e+00 |  16.67%
314.10/314.15	c   309s|480000 | 72450 |     0 |   0.0 |  79M| 116 |   - | 223 |  30k|   0 |   0 |   0 | 517k|   0 | 6.000000e+00 | 7.000000e+00 |  16.67%
325.51/325.56	c   320s|490000 | 74671 |     0 |   0.0 |  82M| 116 |   - | 223 |  31k|   0 |   0 |   0 | 529k|   0 | 6.000000e+00 | 7.000000e+00 |  16.67%
337.80/337.82	c   333s|500000 | 76592 |     0 |   0.0 |  86M| 116 |   - | 223 |  32k|   0 |   0 |   0 | 541k|   0 | 6.000000e+00 | 7.000000e+00 |  16.67%
350.30/350.30	c   345s|510000 | 78311 |     0 |   0.0 |  89M| 116 |   - | 223 |  33k|   0 |   0 |   0 | 553k|   0 | 6.000000e+00 | 7.000000e+00 |  16.67%
364.01/364.06	c   359s|520000 | 79442 |     0 |   0.0 |  92M| 116 |   - | 223 |  35k|   0 |   0 |   0 | 566k|   0 | 6.000000e+00 | 7.000000e+00 |  16.67%
377.80/377.80	c   372s|530000 | 80404 |     0 |   0.0 |  95M| 116 |   - | 223 |  36k|   0 |   0 |   0 | 579k|   0 | 6.000000e+00 | 7.000000e+00 |  16.67%
392.61/392.61	c   387s|540000 | 80647 |     0 |   0.0 |  98M| 116 |   - | 223 |  37k|   0 |   0 |   0 | 592k|   0 | 6.000000e+00 | 7.000000e+00 |  16.67%
408.40/408.44	c   403s|550000 | 80269 |     0 |   0.0 | 100M| 116 |   - | 223 |  38k|   0 |   0 |   0 | 605k|   0 | 6.000000e+00 | 7.000000e+00 |  16.67%
424.91/424.91	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
424.91/424.91	c   419s|560000 | 79206 |     0 |   0.0 | 101M| 116 |   - | 223 |  40k|   0 |   0 |   0 | 619k|   0 | 6.000000e+00 | 7.000000e+00 |  16.67%
441.11/441.19	c   435s|570000 | 77811 |     0 |   0.0 | 102M| 116 |   - | 223 |  41k|   0 |   0 |   0 | 633k|   0 | 6.000000e+00 | 7.000000e+00 |  16.67%
461.00/461.05	c   455s|580000 | 75195 |     0 |   0.0 | 101M| 116 |   - | 223 |  42k|   0 |   0 |   0 | 648k|   0 | 6.000000e+00 | 7.000000e+00 |  16.67%
467.21/467.20	o 6
467.21/467.20	c * 461s|582412 |     0 |     0 |   0.0 |  20M| 116 |   - | 223 |  42k|   0 |   0 |   0 | 653k|   0 | 6.000000e+00 | 6.000000e+00 |   0.00%
467.21/467.21	c 
467.21/467.21	c SCIP Status        : problem is solved [optimal solution found]
467.21/467.21	c Solving Time (sec) : 461.04
467.21/467.21	c Solving Nodes      : 582412
467.21/467.21	c Primal Bound       : +6.00000000000000e+00 (5 solutions)
467.21/467.21	c Dual Bound         : +6.00000000000000e+00
467.21/467.21	c Gap                : 0.00 %
467.21/467.21	s OPTIMUM FOUND
467.21/467.21	v -x169 -x168 -x167 -x166 -x165 -x164 -x163 -x162 -x161 x160 -x159 -x158 -x157 -x156 -x155 x154 -x153 -x152 -x151 -x150 -x149 -x148 
467.21/467.21	v -x147 -x146 -x145 -x144 -x143 -x142 -x141 -x140 -x139 -x138 -x137 -x136 -x135 -x134 x133 -x132 -x131 -x130 -x129 -x128 -x127 
467.21/467.21	v -x126 -x125 -x124 x123 -x122 -x121 -x120 -x119 -x118 -x117 -x116 -x115 -x114 x113 -x112 -x111 -x110 -x109 -x108 -x107 -x106 
467.21/467.21	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 
467.21/467.21	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 
467.21/467.21	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 
467.21/467.21	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 
467.21/467.21	v -x4 -x3 -x2 -x1 
467.21/467.21	c SCIP Status        : problem is solved [optimal solution found]
467.21/467.21	c Solving Time       :     461.04
467.21/467.21	c Original Problem   :
467.21/467.21	c   Problem name     : HOME/instance-2693871-1277896251.wbo
467.21/467.21	c   Variables        : 225 (197 binary, 0 integer, 0 implicit integer, 28 continuous)
467.21/467.21	c   Constraints      : 130 initial, 130 maximal
467.21/467.21	c Presolved Problem  :
467.21/467.21	c   Problem name     : t_HOME/instance-2693871-1277896251.wbo
467.21/467.21	c   Variables        : 223 (196 binary, 0 integer, 0 implicit integer, 27 continuous)
467.21/467.21	c   Constraints      : 112 initial, 43233 maximal
467.21/467.21	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
467.21/467.21	c   trivial          :       0.00          0          0          0          0          0          0          0          0
467.21/467.21	c   dualfix          :       0.00          2          0          0          0          0          0          0          0
467.21/467.21	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
467.21/467.21	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
467.21/467.21	c   implics          :       0.00          0          0          0          0          0          0          0          0
467.21/467.21	c   probing          :       0.01          0          0          0          0          0          0          0          0
467.21/467.21	c   indicator        :       0.00          0          0          0          0          0          1          0          0
467.21/467.21	c   setppc           :       0.00          0          0          0          0          0          0          0          0
467.21/467.21	c   linear           :       0.00          0          0          0         27          0         17          1          0
467.21/467.21	c   logicor          :       0.00          0          0          0          0          0          0          0          0
467.21/467.21	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0
467.21/467.21	c   root node        :          -          5          -          -         10          -          -          -          -
467.21/467.21	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
467.21/467.21	c   integral         :          0          0          0          0          0          0          0          0          0          0
467.21/467.21	c   indicator        :         27          0    1176574          0     284169         13      67371          0          0          0
467.21/467.21	c   setppc           :         49          0    1722601          0     397580      54044    3625259          0          0          0
467.21/467.21	c   linear           :         27          0    1668556          0     397580     130608    5736746          0          0          0
467.21/467.21	c   logicor          :          9+         0     929430          0     397568      95756     555558          0          0          0
467.21/467.21	c   bounddisjunction :          0+         0     101104          0          0          0          9          0          0          0
467.21/467.21	c   countsols        :          0          0          0          0     397585          0          0          0          0          0
467.21/467.21	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
467.21/467.21	c   integral         :       0.00       0.00       0.00       0.00       0.00
467.21/467.21	c   indicator        :       0.63       0.00       0.42       0.00       0.21
467.21/467.21	c   setppc           :      11.36       0.00       9.24       0.00       2.12
467.21/467.21	c   linear           :      26.22       0.00      26.02       0.00       0.20
467.21/467.21	c   logicor          :     210.51       0.00     210.12       0.00       0.39
467.21/467.21	c   bounddisjunction :       0.11       0.00       0.11       0.00       0.00
467.21/467.21	c   countsols        :       0.07       0.00       0.00       0.00       0.07
467.21/467.21	c Propagators        :       Time      Calls    Cutoffs    DomReds
467.21/467.21	c   vbounds          :       0.39          2          0          0
467.21/467.21	c   rootredcost      :       0.33          0          0          0
467.21/467.21	c   pseudoobj        :       1.84    1722430         11      62347
467.21/467.21	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
467.21/467.21	c   propagation      :      12.62     280419     280406    1420301       22.2      77788       14.8          -
467.21/467.21	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
467.21/467.21	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
467.21/467.21	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
467.21/467.21	c   pseudo solution  :       0.00          4          4          4        1.8          1        3.0          -
467.21/467.21	c   applied globally :          -          -          -     645958       16.7          -          -          -
467.21/467.21	c   applied locally  :          -          -          -       7091       35.3          -          -          -
467.21/467.21	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
467.21/467.21	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
467.21/467.21	c   redcost          :       0.00          0          0          0          0          0
467.21/467.21	c   impliedbounds    :       0.00          0          0          0          0          0
467.21/467.21	c   intobj           :       0.00          0          0          0          0          0
467.21/467.21	c   cgmip            :       0.00          0          0          0          0          0
467.21/467.21	c   gomory           :       0.00          0          0          0          0          0
467.21/467.21	c   strongcg         :       0.00          0          0          0          0          0
467.21/467.21	c   cmir             :       0.00          0          0          0          0          0
467.21/467.21	c   flowcover        :       0.00          0          0          0          0          0
467.21/467.21	c   clique           :       0.00          0          0          0          0          0
467.21/467.21	c   zerohalf         :       0.00          0          0          0          0          0
467.21/467.21	c   mcf              :       0.00          0          0          0          0          0
467.21/467.21	c   rapidlearning    :       0.00          0          0          0          0          0
467.21/467.21	c Pricers            :       Time      Calls       Vars
467.21/467.21	c   problem variables:       0.00          0          0
467.21/467.21	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
467.21/467.21	c   relpscost        :       0.00          0          0          0          0          0          0
467.21/467.21	c   pscost           :       0.00          0          0          0          0          0          0
467.21/467.21	c   inference        :       2.38     397580          0          0          0          0     795160
467.21/467.21	c   mostinf          :       0.00          0          0          0          0          0          0
467.21/467.21	c   leastinf         :       0.00          0          0          0          0          0          0
467.21/467.21	c   fullstrong       :       0.00          0          0          0          0          0          0
467.21/467.21	c   allfullstrong    :       0.00          0          0          0          0          0          0
467.21/467.21	c   random           :       0.00          0          0          0          0          0          0
467.21/467.21	c Primal Heuristics  :       Time      Calls      Found
467.21/467.21	c   LP solutions     :       0.00          -          0
467.21/467.21	c   pseudo solutions :       0.16          -          5
467.21/467.21	c   oneopt           :       0.20          0          0
467.21/467.21	c   trivial          :       0.00          2          0
467.21/467.21	c   simplerounding   :       0.00          0          0
467.21/467.21	c   zirounding       :       0.00          0          0
467.21/467.21	c   rounding         :       0.00          0          0
467.21/467.21	c   shifting         :       0.00          0          0
467.21/467.21	c   intshifting      :       0.00          0          0
467.21/467.21	c   twoopt           :       0.00          0          0
467.21/467.21	c   fixandinfer      :       0.00          0          0
467.21/467.21	c   feaspump         :       0.00          0          0
467.21/467.21	c   coefdiving       :       0.00          0          0
467.21/467.21	c   pscostdiving     :       0.00          0          0
467.21/467.21	c   fracdiving       :       0.00          0          0
467.21/467.21	c   veclendiving     :       0.00          0          0
467.21/467.21	c   intdiving        :       0.00          0          0
467.21/467.21	c   actconsdiving    :       0.00          0          0
467.21/467.21	c   objpscostdiving  :       0.00          0          0
467.21/467.21	c   rootsoldiving    :       0.00          0          0
467.21/467.21	c   linesearchdiving :       0.00          0          0
467.21/467.21	c   guideddiving     :       0.00          0          0
467.21/467.21	c   octane           :       0.00          0          0
467.21/467.21	c   rens             :       0.00          0          0
467.21/467.21	c   rins             :       0.00          0          0
467.21/467.21	c   localbranching   :       0.00          0          0
467.21/467.21	c   mutation         :       0.00          0          0
467.21/467.21	c   crossover        :       0.00          0          0
467.21/467.21	c   dins             :       0.00          0          0
467.21/467.21	c   undercover       :       0.00          0          0
467.21/467.21	c   nlp              :       0.11          0          0
467.21/467.21	c   trysol           :       0.17          1          0
467.21/467.21	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
467.21/467.21	c   primal LP        :       0.00          0          0       0.00          -
467.21/467.21	c   dual LP          :       0.00          0          0       0.00          -
467.21/467.21	c   lex dual LP      :       0.00          0          0       0.00          -
467.21/467.21	c   barrier LP       :       0.00          0          0       0.00          -
467.21/467.21	c   diving/probing LP:       0.00          0          0       0.00          -
467.21/467.21	c   strong branching :       0.00          0          0       0.00          -
467.21/467.21	c     (at root node) :          -          0          0       0.00          -
467.21/467.21	c   conflict analysis:       0.00          0          0       0.00          -
467.21/467.21	c B&B Tree           :
467.21/467.21	c   number of runs   :          1
467.21/467.21	c   nodes            :     582412
467.21/467.21	c   nodes (total)    :     582412
467.21/467.21	c   nodes left       :          0
467.21/467.21	c   max depth        :        116
467.21/467.21	c   max depth (total):        116
467.21/467.21	c   backtracks       :     196073 (33.7%)
467.21/467.21	c   delayed cutoffs  :     128322
467.21/467.21	c   repropagations   :     597205 (2961079 domain reductions, 95609 cutoffs)
467.21/467.21	c   avg switch length:      17.64
467.21/467.21	c   switching time   :     145.00
467.21/467.21	c Solution           :
467.21/467.21	c   Solutions found  :          5 (5 improvements)
467.21/467.21	c   First Solution   : +1.62000000000000e+02   (in run 1, after 1834 nodes, 0.11 seconds, depth 90, found by <relaxation>)
467.21/467.21	c   Primal Bound     : +6.00000000000000e+00   (in run 1, after 582412 nodes, 460.88 seconds, depth 34, found by <relaxation>)
467.21/467.21	c   Dual Bound       : +6.00000000000000e+00
467.21/467.21	c   Gap              :       0.00 %
467.21/467.21	c   Root Dual Bound  : +0.00000000000000e+00
467.21/467.21	c   Root Iterations  :          0
467.21/467.26	c Time complete: 467.27.

Verifier Data

OK	6

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2693871-1277896251/watcher-2693871-1277896251 -o /tmp/evaluation-result-2693871-1277896251/solver-2693871-1277896251 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2693871-1277896251.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.97 2.00 2.00 3/196 13211
/proc/meminfo: memFree=31022052/32950928 swapFree=67111528/67111528
[pid=13211] ppid=13209 vsize=8140 CPUtime=0
/proc/13211/stat : 13211 (pbscip.linux.x8) R 13209 13211 13159 0 -1 4202496 1517 0 0 0 0 0 0 0 25 0 1 0 130919404 8335360 1440 4089446400 4194304 7136930 140734164765824 18446744073709551615 6346613 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/13211/statm: 2035 1440 275 719 0 1314 0

[startup+0.092792 s]
/proc/loadavg: 1.97 2.00 2.00 3/196 13211
/proc/meminfo: memFree=31022052/32950928 swapFree=67111528/67111528
[pid=13211] ppid=13209 vsize=12484 CPUtime=0.08
/proc/13211/stat : 13211 (pbscip.linux.x8) R 13209 13211 13159 0 -1 4202496 4651 0 0 0 7 1 0 0 25 0 1 0 130919404 12783616 2422 4089446400 4194304 7136930 140734164765824 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/13211/statm: 3121 2422 395 719 0 2400 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 12484

[startup+0.100786 s]
/proc/loadavg: 1.97 2.00 2.00 3/196 13211
/proc/meminfo: memFree=31022052/32950928 swapFree=67111528/67111528
[pid=13211] ppid=13209 vsize=12616 CPUtime=0.09
/proc/13211/stat : 13211 (pbscip.linux.x8) R 13209 13211 13159 0 -1 4202496 4660 0 0 0 8 1 0 0 25 0 1 0 130919404 12918784 2431 4089446400 4194304 7136930 140734164765824 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/13211/statm: 3154 2431 395 719 0 2433 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 12616

[startup+0.30075 s]
/proc/loadavg: 1.97 2.00 2.00 3/196 13211
/proc/meminfo: memFree=31022052/32950928 swapFree=67111528/67111528
[pid=13211] ppid=13209 vsize=14624 CPUtime=0.29
/proc/13211/stat : 13211 (pbscip.linux.x8) R 13209 13211 13159 0 -1 4202496 5172 0 0 0 26 3 0 0 25 0 1 0 130919404 14974976 2943 4089446400 4194304 7136930 140734164765824 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/13211/statm: 3656 2943 395 719 0 2935 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 14624

[startup+0.70067 s]
/proc/loadavg: 1.97 2.00 2.00 3/196 13211
/proc/meminfo: memFree=31022052/32950928 swapFree=67111528/67111528
[pid=13211] ppid=13209 vsize=17648 CPUtime=0.69
/proc/13211/stat : 13211 (pbscip.linux.x8) R 13209 13211 13159 0 -1 4202496 5948 0 0 0 62 7 0 0 25 0 1 0 130919404 18071552 3719 4089446400 4194304 7136930 140734164765824 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/13211/statm: 4412 3719 395 719 0 3691 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 17648

[startup+1.50051 s]
/proc/loadavg: 1.97 2.00 2.00 3/197 13212
/proc/meminfo: memFree=31007228/32950928 swapFree=67111528/67111528
[pid=13211] ppid=13209 vsize=21448 CPUtime=1.49
/proc/13211/stat : 13211 (pbscip.linux.x8) R 13209 13211 13159 0 -1 4202496 6891 0 0 0 138 11 0 0 25 0 1 0 130919404 21962752 4662 4089446400 4194304 7136930 140734164765824 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/13211/statm: 5362 4662 395 719 0 4641 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 21448

[startup+3.10021 s]
/proc/loadavg: 1.97 2.00 2.00 3/197 13212
/proc/meminfo: memFree=31002144/32950928 swapFree=67111528/67111528
[pid=13211] ppid=13209 vsize=27052 CPUtime=3.09
/proc/13211/stat : 13211 (pbscip.linux.x8) R 13209 13211 13159 0 -1 4202496 8340 0 0 0 289 20 0 0 25 0 1 0 130919404 27701248 6111 4089446400 4194304 7136930 140734164765824 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/13211/statm: 6763 6111 398 719 0 6042 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 27052

[startup+6.30059 s]
/proc/loadavg: 1.97 2.00 2.00 3/197 13213
/proc/meminfo: memFree=30992440/32950928 swapFree=67111528/67111528
[pid=13211] ppid=13209 vsize=35756 CPUtime=6.29
/proc/13211/stat : 13211 (pbscip.linux.x8) R 13209 13211 13159 0 -1 4202496 10497 0 0 0 595 34 0 0 25 0 1 0 130919404 36614144 8268 4089446400 4194304 7136930 140734164765824 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/13211/statm: 8939 8268 398 719 0 8218 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 35756

[startup+12.7004 s]
/proc/loadavg: 1.97 2.00 2.00 3/197 13213
/proc/meminfo: memFree=30976828/32950928 swapFree=67111528/67111528
[pid=13211] ppid=13209 vsize=50844 CPUtime=12.69
/proc/13211/stat : 13211 (pbscip.linux.x8) R 13209 13211 13159 0 -1 4202496 14319 0 0 0 1208 61 0 0 25 0 1 0 130919404 52064256 12090 4089446400 4194304 7136930 140734164765824 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/13211/statm: 12711 12090 398 719 0 11990 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 50844

[startup+25.5009 s]
/proc/loadavg: 1.98 2.00 2.00 3/197 13213
/proc/meminfo: memFree=30963488/32950928 swapFree=67111528/67111528
[pid=13211] ppid=13209 vsize=63656 CPUtime=25.49
/proc/13211/stat : 13211 (pbscip.linux.x8) R 13209 13211 13159 0 -1 4202496 17493 0 0 0 2461 88 0 0 25 0 1 0 130919404 65183744 15264 4089446400 4194304 7136930 140734164765824 18446744073709551615 4393377 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/13211/statm: 15914 15264 398 719 0 15193 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 63656

[startup+51.101 s]
/proc/loadavg: 1.98 2.00 2.00 3/197 13214
/proc/meminfo: memFree=30941564/32950928 swapFree=67111528/67111528
[pid=13211] ppid=13209 vsize=85492 CPUtime=51.09
/proc/13211/stat : 13211 (pbscip.linux.x8) R 13209 13211 13159 0 -1 4202496 22984 0 0 0 4958 151 0 0 25 0 1 0 130919404 87543808 20727 4089446400 4194304 7136930 140734164765824 18446744073709551615 5955580 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/13211/statm: 21373 20727 398 719 0 20652 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 85492

[startup+102.306 s]
/proc/loadavg: 1.99 2.00 2.00 3/197 13215
/proc/meminfo: memFree=30931984/32950928 swapFree=67111528/67111528
[pid=13211] ppid=13209 vsize=94552 CPUtime=102.3
/proc/13211/stat : 13211 (pbscip.linux.x8) R 13209 13211 13159 0 -1 4202496 25195 0 0 0 9996 234 0 0 25 0 1 0 130919404 96821248 22938 4089446400 4194304 7136930 140734164765824 18446744073709551615 4999897 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/13211/statm: 23638 22938 398 719 0 22917 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 94552

[startup+162.301 s]
/proc/loadavg: 1.99 2.00 2.00 3/197 13217
/proc/meminfo: memFree=30921028/32950928 swapFree=67111528/67111528
[pid=13211] ppid=13209 vsize=98988 CPUtime=162.3
/proc/13211/stat : 13211 (pbscip.linux.x8) R 13209 13211 13159 0 -1 4202496 26220 0 0 0 15920 310 0 0 25 0 1 0 130919404 101363712 23963 4089446400 4194304 7136930 140734164765824 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/13211/statm: 24747 23963 398 719 0 24026 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 98988

[startup+222.301 s]
/proc/loadavg: 1.99 2.00 2.00 3/197 13218
/proc/meminfo: memFree=30918628/32950928 swapFree=67111528/67111528
[pid=13211] ppid=13209 vsize=101932 CPUtime=222.29
/proc/13211/stat : 13211 (pbscip.linux.x8) R 13209 13211 13159 0 -1 4202496 26811 0 0 0 21841 388 0 0 25 0 1 0 130919404 104378368 24554 4089446400 4194304 7136930 140734164765824 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/13211/statm: 25483 24554 398 719 0 24762 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 101932

[startup+282.301 s]
/proc/loadavg: 1.99 2.00 2.00 3/197 13220
/proc/meminfo: memFree=30913244/32950928 swapFree=67111528/67111528
[pid=13211] ppid=13209 vsize=106920 CPUtime=282.3
/proc/13211/stat : 13211 (pbscip.linux.x8) R 13209 13211 13159 0 -1 4202496 28082 0 0 0 27757 473 0 0 25 0 1 0 130919404 109486080 25825 4089446400 4194304 7136930 140734164765824 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/13211/statm: 26730 25825 398 719 0 26009 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 106920

[startup+342.301 s]
/proc/loadavg: 1.99 2.00 2.00 3/197 13221
/proc/meminfo: memFree=30894480/32950928 swapFree=67111528/67111528
[pid=13211] ppid=13209 vsize=127204 CPUtime=342.3
/proc/13211/stat : 13211 (pbscip.linux.x8) R 13209 13211 13159 0 -1 4202496 32615 0 0 0 33702 528 0 0 25 0 1 0 130919404 130256896 30358 4089446400 4194304 7136930 140734164765824 18446744073709551615 4221536 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/13211/statm: 31801 30358 398 719 0 31080 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 127204

[startup+402.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/197 13223
/proc/meminfo: memFree=30882652/32950928 swapFree=67111528/67111528
[pid=13211] ppid=13209 vsize=138964 CPUtime=402.3
/proc/13211/stat : 13211 (pbscip.linux.x8) R 13209 13211 13159 0 -1 4202496 35533 0 0 0 39657 573 0 0 25 0 1 0 130919404 142299136 33276 4089446400 4194304 7136930 140734164765824 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/13211/statm: 34741 33276 398 719 0 34020 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 138964

[startup+462.301 s]
/proc/loadavg: 1.99 2.00 2.00 3/197 13225
/proc/meminfo: memFree=30866748/32950928 swapFree=67111528/67111528
[pid=13211] ppid=13209 vsize=146460 CPUtime=462.31
/proc/13211/stat : 13211 (pbscip.linux.x8) R 13209 13211 13159 0 -1 4202496 37236 0 0 0 45614 617 0 0 25 0 1 0 130919404 149975040 34979 4089446400 4194304 7136930 140734164765824 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/13211/statm: 36615 34979 398 719 0 35894 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 146460

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

[startup+463.901 s]
/proc/loadavg: 1.99 2.00 2.00 3/197 13225
/proc/meminfo: memFree=30866748/32950928 swapFree=67111528/67111528
[pid=13211] ppid=13209 vsize=146460 CPUtime=463.91
/proc/13211/stat : 13211 (pbscip.linux.x8) R 13209 13211 13159 0 -1 4202496 37236 0 0 0 45773 618 0 0 25 0 1 0 130919404 149975040 34979 4089446400 4194304 7136930 140734164765824 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/13211/statm: 36615 34979 398 719 0 35894 0
Current children cumulated CPU time (s) 463.91
Current children cumulated vsize (KiB) 146460

[startup+465.5 s]
/proc/loadavg: 1.99 2.00 2.00 3/197 13225
/proc/meminfo: memFree=30866620/32950928 swapFree=67111528/67111528
[pid=13211] ppid=13209 vsize=146460 CPUtime=465.51
/proc/13211/stat : 13211 (pbscip.linux.x8) R 13209 13211 13159 0 -1 4202496 37238 0 0 0 45932 619 0 0 25 0 1 0 130919404 149975040 34981 4089446400 4194304 7136930 140734164765824 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/13211/statm: 36615 34981 398 719 0 35894 0
Current children cumulated CPU time (s) 465.51
Current children cumulated vsize (KiB) 146460

[startup+466.301 s]
/proc/loadavg: 1.99 2.00 2.00 3/197 13225
/proc/meminfo: memFree=30866496/32950928 swapFree=67111528/67111528
[pid=13211] ppid=13209 vsize=146460 CPUtime=466.32
/proc/13211/stat : 13211 (pbscip.linux.x8) R 13209 13211 13159 0 -1 4202496 37238 0 0 0 46013 619 0 0 25 0 1 0 130919404 149975040 34981 4089446400 4194304 7136930 140734164765824 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/13211/statm: 36615 34981 398 719 0 35894 0
Current children cumulated CPU time (s) 466.32
Current children cumulated vsize (KiB) 146460

[startup+466.701 s]
/proc/loadavg: 1.99 2.00 2.00 3/197 13225
/proc/meminfo: memFree=30866496/32950928 swapFree=67111528/67111528
[pid=13211] ppid=13209 vsize=146460 CPUtime=466.71
/proc/13211/stat : 13211 (pbscip.linux.x8) R 13209 13211 13159 0 -1 4202496 37238 0 0 0 46052 619 0 0 25 0 1 0 130919404 149975040 34981 4089446400 4194304 7136930 140734164765824 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/13211/statm: 36615 34981 398 719 0 35894 0
Current children cumulated CPU time (s) 466.71
Current children cumulated vsize (KiB) 146460

[startup+467.101 s]
/proc/loadavg: 1.99 2.00 2.00 3/197 13225
/proc/meminfo: memFree=30866496/32950928 swapFree=67111528/67111528
[pid=13211] ppid=13209 vsize=146460 CPUtime=467.11
/proc/13211/stat : 13211 (pbscip.linux.x8) R 13209 13211 13159 0 -1 4202496 37238 0 0 0 46092 619 0 0 25 0 1 0 130919404 149975040 34981 4089446400 4194304 7136930 140734164765824 18446744073709551615 4670079 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/13211/statm: 36615 34981 398 719 0 35894 0
Current children cumulated CPU time (s) 467.11
Current children cumulated vsize (KiB) 146460

[startup+467.201 s]
/proc/loadavg: 1.99 2.00 2.00 3/197 13225
/proc/meminfo: memFree=30866496/32950928 swapFree=67111528/67111528
[pid=13211] ppid=13209 vsize=144912 CPUtime=467.21
/proc/13211/stat : 13211 (pbscip.linux.x8) R 13209 13211 13159 0 -1 4202496 37238 0 0 0 46102 619 0 0 25 0 1 0 130919404 148389888 34595 4089446400 4194304 7136930 140734164765824 18446744073709551615 4670079 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/13211/statm: 36228 34595 398 719 0 35507 0
Current children cumulated CPU time (s) 467.21
Current children cumulated vsize (KiB) 144912

Child status: 0
Real time (s): 467.269
CPU time (s): 467.284
CPU user time (s): 461.085
CPU system time (s): 6.19906
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 146460

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 461.085
system time used= 6.19906
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 37276
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1
involuntary context switches= 803

runsolver used 0.705892 second user time and 1.42378 second system time

The end

Launcher Data

Begin job on node148 at 2010-06-30 13:10:51
IDJOB=2693871
IDBENCH=78776
IDSOLVER=1206
FILE ID=node148/2693871-1277896251
PBS_JOBID= 11197160
Free space on /tmp= 74176 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.1111216411--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-2693871-1277896251/watcher-2693871-1277896251 -o /tmp/evaluation-result-2693871-1277896251/solver-2693871-1277896251 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2693871-1277896251.wbo -t 1800 -m 3800

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

MD5SUM BENCH= 0277d37fd59797dc8ec4e2ab4996f836
RANDOM SEED=1291703475

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      31022456 kB
Buffers:        178544 kB
Cached:        1267984 kB
SwapCached:          0 kB
Active:         803700 kB
Inactive:       980984 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      31022456 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            3428 kB
Writeback:           0 kB
AnonPages:      337948 kB
Mapped:          20440 kB
Slab:            80312 kB
PageTables:       5480 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  1658676 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74172 MiB
End job on node148 at 2010-06-30 13:18:39