Trace number 2693965

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 1594.17 1594.14

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111225605--soft-66-100-0.wbo
MD5SUM0b429bb598a1356114a5dedac9be9982
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark17
Best CPU time to get the best result obtained on this benchmark0.226964
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 1240
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-2693965-1277898653.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.99/1.08	c   1.0s| 10000 |  6647 |     0 |   0.0 |6325k| 116 |   - | 223 |3574 |   0 |   0 |   0 |5745 |   0 | 0.000000e+00 |      --      |    Inf 
1.29/1.36	o 204
1.29/1.36	c * 1.3s| 11389 |  7074 |     0 |   0.0 |7217k| 116 |   - | 223 |4701 |   0 |   0 |   0 |7347 |   0 | 0.000000e+00 | 2.040000e+02 |    Inf 
1.39/1.43	o 178
1.39/1.43	c * 1.3s| 12185 |  7811 |     0 |   0.0 |7472k| 116 |   - | 223 |4334 |   0 |   0 |   0 |7443 |   0 | 0.000000e+00 | 1.780000e+02 |    Inf 
1.39/1.45	o 81
1.39/1.45	c * 1.3s| 12470 |  7977 |     0 |   0.0 |7395k| 116 |   - | 223 |3777 |   0 |   0 |   0 |7491 |   0 | 0.000000e+00 | 8.100000e+01 |    Inf 
2.79/2.81	c   2.6s| 20000 | 11999 |     0 |   0.0 |  10M| 116 |   - | 223 |4716 |   0 |   0 |   0 |  14k|   0 | 0.000000e+00 | 8.100000e+01 |    Inf 
5.09/5.14	c   4.9s| 30000 | 16312 |     0 |   0.0 |  15M| 116 |   - | 223 |7290 |   0 |   0 |   0 |  24k|   0 | 0.000000e+00 | 8.100000e+01 |    Inf 
8.38/8.42	c   8.1s| 40000 | 18298 |     0 |   0.0 |  20M| 116 |   - | 223 |  10k|   0 |   0 |   0 |  36k|   0 | 0.000000e+00 | 8.100000e+01 |    Inf 
10.49/10.58	c  10.1s| 50000 | 23449 |     0 |   0.0 |  21M| 116 |   - | 223 |2172 |   0 |   0 |   0 |  43k|   0 | 0.000000e+00 | 8.100000e+01 |    Inf 
13.39/13.42	c  12.9s| 60000 | 25008 |     0 |   0.0 |  25M| 116 |   - | 223 |5315 |   0 |   0 |   0 |  54k|   0 | 0.000000e+00 | 8.100000e+01 |    Inf 
17.19/17.28	c  16.6s| 70000 | 25161 |     0 |   0.0 |  28M| 116 |   - | 223 |7891 |   0 |   0 |   0 |  66k|   0 | 0.000000e+00 | 8.100000e+01 |    Inf 
21.58/21.70	c  20.9s| 80000 | 24775 |     0 |   0.0 |  31M| 116 |   - | 223 |9919 |   0 |   0 |   0 |  80k|   0 | 0.000000e+00 | 8.100000e+01 |    Inf 
26.59/26.69	c  25.8s| 90000 | 23523 |     0 |   0.0 |  32M| 116 |   - | 223 |  12k|   0 |   0 |   0 |  95k|   0 | 0.000000e+00 | 8.100000e+01 |    Inf 
29.99/30.06	c  29.1s|100000 | 26933 |     0 |   0.0 |  32M| 116 |   - | 223 |3335 |   0 |   0 |   0 | 103k|   0 | 0.000000e+00 | 8.100000e+01 |    Inf 
31.99/32.03	c  30.9s|110000 | 31937 |     0 |   0.0 |  36M| 116 |   - | 223 |5512 |   0 |   0 |   0 | 110k|   0 | 0.000000e+00 | 8.100000e+01 |    Inf 
34.99/35.04	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
34.99/35.04	c  33.9s|120000 | 34593 |     0 |   0.0 |  40M| 116 |   - | 223 |8464 |   0 |   0 |   0 | 119k|   0 | 0.000000e+00 | 8.100000e+01 |    Inf 
40.29/40.39	c  39.1s|130000 | 32549 |     0 |   0.0 |  41M| 116 |   - | 223 |  12k|   0 |   0 |   0 | 133k|   0 | 0.000000e+00 | 8.100000e+01 |    Inf 
49.19/49.21	c  47.8s|140000 | 27224 |     0 |   0.0 |  38M| 116 |   - | 223 |  18k|   0 |   0 |   0 | 151k|   0 | 0.000000e+00 | 8.100000e+01 |    Inf 
56.19/56.27	c  54.7s|150000 | 27718 |     0 |   0.0 |  34M| 116 |   - | 223 |9674 |   0 |   0 |   0 | 163k|   0 | 0.000000e+00 | 8.100000e+01 |    Inf 
60.19/60.28	c  58.6s|160000 | 30351 |     0 |   0.0 |  36M| 116 |   - | 223 |9923 |   0 |   0 |   0 | 173k|   0 | 0.000000e+00 | 8.100000e+01 |    Inf 
64.89/64.94	c  63.2s|170000 | 32242 |     0 |   0.0 |  40M| 116 |   - | 223 |  13k|   0 |   0 |   0 | 183k|   0 | 0.000000e+00 | 8.100000e+01 |    Inf 
70.69/70.71	c  68.8s|180000 | 33224 |     0 |   0.0 |  43M| 116 |   - | 223 |  16k|   0 |   0 |   0 | 194k|   0 | 0.000000e+00 | 8.100000e+01 |    Inf 
77.29/77.30	c  75.3s|190000 | 33581 |     0 |   0.0 |  45M| 116 |   - | 223 |  20k|   0 |   0 |   0 | 205k|   0 | 0.000000e+00 | 8.100000e+01 |    Inf 
87.19/87.28	c  85.2s|200000 | 30352 |     0 |   0.0 |  40M| 116 |   - | 223 |  23k|   0 |   0 |   0 | 219k|   0 | 0.000000e+00 | 8.100000e+01 |    Inf 
99.49/99.53	c  97.3s|210000 | 27616 |     0 |   0.0 |  39M| 116 |   - | 223 |  21k|   0 |   0 |   0 | 234k|   0 | 1.000000e+00 | 8.100000e+01 |8000.00%
111.59/111.67	c   109s|220000 | 25150 |     0 |   0.0 |  41M| 116 |   - | 223 |  27k|   0 |   0 |   0 | 248k|   0 | 1.000000e+00 | 8.100000e+01 |8000.00%
124.79/124.81	c   122s|230000 | 22462 |     0 |   0.0 |  41M| 116 |   - | 223 |  33k|   0 |   0 |   0 | 261k|   0 | 1.000000e+00 | 8.100000e+01 |8000.00%
139.89/139.97	o 18
139.89/139.97	c * 137s|236632 | 14064 |     0 |   0.0 |  34M| 116 |   - | 223 |  36k|   0 |   0 |   0 | 273k|   0 | 1.000000e+00 | 1.800000e+01 |1700.00%
146.40/146.44	c   144s|240000 | 10798 |     0 |   0.0 |  21M| 116 |   - | 223 |  13k|   0 |   0 |   0 | 281k|   0 | 1.000000e+00 | 1.800000e+01 |1700.00%
147.99/148.05	c   145s|250000 | 17795 |     0 |   0.0 |  20M| 116 |   - | 223 |2846 |   0 |   0 |   0 | 285k|   0 | 6.000000e+00 | 1.800000e+01 | 200.00%
149.89/149.91	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
149.89/149.91	c   147s|260000 | 23332 |     0 |   0.0 |  24M| 116 |   - | 223 |5271 |   0 |   0 |   0 | 290k|   0 | 6.000000e+00 | 1.800000e+01 | 200.00%
155.39/155.48	c   152s|270000 | 22508 |     0 |   0.0 |  26M| 116 |   - | 223 |  10k|   0 |   0 |   0 | 307k|   0 | 6.000000e+00 | 1.800000e+01 | 200.00%
160.20/160.24	c   157s|280000 | 25188 |     0 |   0.0 |  26M| 116 |   - | 223 |  10k|   0 |   0 |   0 | 317k|   0 | 6.000000e+00 | 1.800000e+01 | 200.00%
162.20/162.22	c   159s|290000 | 32408 |     0 |   0.0 |  29M| 116 |   - | 223 |8780 |   0 |   0 |   0 | 322k|   0 | 6.000000e+00 | 1.800000e+01 | 200.00%
164.50/164.55	c   161s|300000 | 38665 |     0 |   0.0 |  34M| 116 |   - | 223 |  10k|   0 |   0 |   0 | 328k|   0 | 6.000000e+00 | 1.800000e+01 | 200.00%
167.39/167.41	c   164s|310000 | 44290 |     0 |   0.0 |  38M| 116 |   - | 223 |  11k|   0 |   0 |   0 | 336k|   0 | 6.000000e+00 | 1.800000e+01 | 200.00%
170.80/170.80	c   167s|320000 | 49359 |     0 |   0.0 |  43M| 116 |   - | 223 |  12k|   0 |   0 |   0 | 344k|   0 | 6.000000e+00 | 1.800000e+01 | 200.00%
174.29/174.36	c   171s|330000 | 54035 |     0 |   0.0 |  47M| 116 |   - | 223 |  13k|   0 |   0 |   0 | 351k|   0 | 6.000000e+00 | 1.800000e+01 | 200.00%
178.49/178.51	c   175s|340000 | 57769 |     0 |   0.0 |  51M| 116 |   - | 223 |  13k|   0 |   0 |   0 | 359k|   0 | 6.000000e+00 | 1.800000e+01 | 200.00%
184.10/184.18	c   180s|350000 | 59091 |     0 |   0.0 |  55M| 116 |   - | 223 |  14k|   0 |   0 |   0 | 370k|   0 | 6.000000e+00 | 1.800000e+01 | 200.00%
193.29/193.30	c   189s|360000 | 55413 |     0 |   0.0 |  51M| 116 |   - | 223 |  13k|   0 |   0 |   0 | 386k|   0 | 6.000000e+00 | 1.800000e+01 | 200.00%
196.59/196.69	c   193s|370000 | 61163 |     0 |   0.0 |  55M| 116 |   - | 223 |  14k|   0 |   0 |   0 | 393k|   0 | 6.000000e+00 | 1.800000e+01 | 200.00%
201.09/201.10	c   197s|380000 | 65698 |     0 |   0.0 |  59M| 116 |   - | 223 |  16k|   0 |   0 |   0 | 402k|   0 | 6.000000e+00 | 1.800000e+01 | 200.00%
206.09/206.19	c   202s|390000 | 69813 |     0 |   0.0 |  64M| 116 |   - | 223 |  17k|   0 |   0 |   0 | 411k|   0 | 6.000000e+00 | 1.800000e+01 | 200.00%
211.69/211.72	c   207s|400000 | 73375 |     0 |   0.0 |  68M| 116 |   - | 223 |  18k|   0 |   0 |   0 | 420k|   0 | 6.000000e+00 | 1.800000e+01 | 200.00%
217.49/217.58	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
217.49/217.58	c   213s|410000 | 76656 |     0 |   0.0 |  72M| 116 |   - | 223 |  18k|   0 |   0 |   0 | 430k|   0 | 6.000000e+00 | 1.800000e+01 | 200.00%
224.20/224.28	c   220s|420000 | 79181 |     0 |   0.0 |  76M| 116 |   - | 223 |  20k|   0 |   0 |   0 | 440k|   0 | 6.000000e+00 | 1.800000e+01 | 200.00%
231.50/231.51	c   227s|430000 | 81643 |     0 |   0.0 |  80M| 116 |   - | 223 |  21k|   0 |   0 |   0 | 450k|   0 | 6.000000e+00 | 1.800000e+01 | 200.00%
239.49/239.56	c   235s|440000 | 83495 |     0 |   0.0 |  84M| 116 |   - | 223 |  23k|   0 |   0 |   0 | 461k|   0 | 6.000000e+00 | 1.800000e+01 | 200.00%
248.29/248.31	c   243s|450000 | 85186 |     0 |   0.0 |  87M| 116 |   - | 223 |  25k|   0 |   0 |   0 | 472k|   0 | 6.000000e+00 | 1.800000e+01 | 200.00%
258.70/258.75	c   254s|460000 | 85822 |     0 |   0.0 |  91M| 116 |   - | 223 |  26k|   0 |   0 |   0 | 485k|   0 | 6.000000e+00 | 1.800000e+01 | 200.00%
269.20/269.28	c   264s|470000 | 86365 |     0 |   0.0 |  94M| 116 |   - | 223 |  27k|   0 |   0 |   0 | 497k|   0 | 6.000000e+00 | 1.800000e+01 | 200.00%
281.40/281.46	c   276s|480000 | 85872 |     0 |   0.0 |  97M| 116 |   - | 223 |  28k|   0 |   0 |   0 | 510k|   0 | 6.000000e+00 | 1.800000e+01 | 200.00%
293.71/293.79	c   288s|490000 | 85210 |     0 |   0.0 |  99M| 116 |   - | 223 |  29k|   0 |   0 |   0 | 524k|   0 | 6.000000e+00 | 1.800000e+01 | 200.00%
307.09/307.14	c   302s|500000 | 83756 |     0 |   0.0 | 101M| 116 |   - | 223 |  29k|   0 |   0 |   0 | 538k|   0 | 6.000000e+00 | 1.800000e+01 | 200.00%
323.20/323.27	c   318s|510000 | 79823 |     0 |   0.0 |  99M| 116 |   - | 223 |  31k|   0 |   0 |   0 | 553k|   0 | 6.000000e+00 | 1.800000e+01 | 200.00%
337.70/337.78	c   332s|520000 | 78745 |     0 |   0.0 |  97M| 116 |   - | 223 |  23k|   0 |   0 |   0 | 568k|   0 | 6.000000e+00 | 1.800000e+01 | 200.00%
349.80/349.84	c   344s|530000 | 78829 |     0 |   0.0 | 100M| 116 |   - | 223 |  25k|   0 |   0 |   0 | 581k|   0 | 6.000000e+00 | 1.800000e+01 | 200.00%
363.40/363.46	c   357s|540000 | 78617 |     0 |   0.0 | 103M| 116 |   - | 223 |  28k|   0 |   0 |   0 | 595k|   0 | 6.000000e+00 | 1.800000e+01 | 200.00%
378.50/378.52	c   372s|550000 | 78108 |     0 |   0.0 | 106M| 116 |   - | 223 |  30k|   0 |   0 |   0 | 609k|   0 | 6.000000e+00 | 1.800000e+01 | 200.00%
395.30/395.35	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
395.30/395.35	c   389s|560000 | 76813 |     0 |   0.0 | 109M| 116 |   - | 223 |  30k|   0 |   0 |   0 | 623k|   0 | 6.000000e+00 | 1.800000e+01 | 200.00%
414.50/414.54	c   408s|570000 | 74093 |     0 |   0.0 | 109M| 116 |   - | 223 |  32k|   0 |   0 |   0 | 639k|   0 | 6.000000e+00 | 1.800000e+01 | 200.00%
436.10/436.14	c   430s|580000 | 70445 |     0 |   0.0 | 110M| 116 |   - | 223 |  35k|   0 |   0 |   0 | 655k|   0 | 6.000000e+00 | 1.800000e+01 | 200.00%
462.19/462.25	c   455s|590000 | 65015 |     0 |   0.0 | 107M| 116 |   - | 223 |  38k|   0 |   0 |   0 | 673k|   0 | 6.000000e+00 | 1.800000e+01 | 200.00%
491.19/491.29	c   484s|600000 | 58391 |     0 |   0.0 | 103M| 116 |   - | 223 |  41k|   0 |   0 |   0 | 692k|   0 | 6.000000e+00 | 1.800000e+01 | 200.00%
522.00/522.02	c   515s|610000 | 51020 |     0 |   0.0 |  96M| 116 |   - | 223 |  44k|   0 |   0 |   0 | 711k|   0 | 6.000000e+00 | 1.800000e+01 | 200.00%
558.89/558.99	c   552s|620000 | 41448 |     0 |   0.0 |  83M| 116 |   - | 223 |  41k|   0 |   0 |   0 | 731k|   0 | 6.000000e+00 | 1.800000e+01 | 200.00%
599.60/599.61	c   592s|630000 | 29861 |     0 |   0.0 |  70M| 116 |   - | 223 |  41k|   0 |   0 |   0 | 754k|   0 | 6.000000e+00 | 1.800000e+01 | 200.00%
646.60/646.62	c   639s|640000 | 14091 |     0 |   0.0 |  40M| 116 |   - | 223 |  46k|   0 |   0 |   0 | 777k|   0 | 6.000000e+00 | 1.800000e+01 | 200.00%
667.50/667.57	c   660s|650000 | 12924 |     0 |   0.0 |  30M| 116 |   - | 223 |  24k|   0 |   0 |   0 | 791k|   0 | 1.200000e+01 | 1.800000e+01 |  50.00%
683.50/683.55	c   676s|660000 | 10183 |     0 |   0.0 |  29M| 116 |   - | 223 |  27k|   0 |   0 |   0 | 806k|   0 | 1.200000e+01 | 1.800000e+01 |  50.00%
702.91/702.95	c   695s|670000 |  4971 |     0 |   0.0 |  24M| 116 |   - | 223 |  25k|   0 |   0 |   0 | 824k|   0 | 1.200000e+01 | 1.800000e+01 |  50.00%
715.00/715.02	c   707s|680000 |  4412 |     0 |   0.0 |  16M| 116 |   - | 223 |  21k|   0 |   0 |   0 | 836k|   0 | 1.300000e+01 | 1.800000e+01 |  38.46%
719.69/719.75	c   712s|690000 | 10145 |     0 |   0.0 |  21M| 116 |   - | 223 |  24k|   0 |   0 |   0 | 844k|   0 | 1.300000e+01 | 1.800000e+01 |  38.46%
726.30/726.39	c   718s|700000 | 14302 |     0 |   0.0 |  25M| 116 |   - | 223 |  27k|   0 |   0 |   0 | 854k|   0 | 1.300000e+01 | 1.800000e+01 |  38.46%
735.20/735.21	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
735.20/735.21	c   727s|710000 | 16425 |     0 |   0.0 |  30M| 116 |   - | 223 |  34k|   0 |   0 |   0 | 867k|   0 | 1.300000e+01 | 1.800000e+01 |  38.46%
745.71/745.76	c   737s|720000 | 20841 |     0 |   0.0 |  35M| 116 |   - | 223 |  37k|   0 |   0 |   0 | 879k|   0 | 1.300000e+01 | 1.800000e+01 |  38.46%
757.40/757.49	c   749s|730000 | 24568 |     0 |   0.0 |  38M| 116 |   - | 223 |  38k|   0 |   0 |   0 | 892k|   0 | 1.300000e+01 | 1.800000e+01 |  38.46%
771.20/771.20	c   762s|740000 | 27139 |     0 |   0.0 |  42M| 116 |   - | 223 |  41k|   0 |   0 |   0 | 906k|   0 | 1.300000e+01 | 1.800000e+01 |  38.46%
791.00/791.05	c   782s|750000 | 26167 |     0 |   0.0 |  45M| 116 |   - | 223 |  45k|   0 |   0 |   0 | 922k|   0 | 1.300000e+01 | 1.800000e+01 |  38.46%
812.40/812.45	c   803s|760000 | 24608 |     0 |   0.0 |  47M| 116 |   - | 223 |  52k|   0 |   0 |   0 | 940k|   0 | 1.300000e+01 | 1.800000e+01 |  38.46%
843.61/843.63	c   834s|770000 | 23584 |     0 |   0.0 |  51M| 116 |   - | 223 |  54k|   0 |   0 |   0 | 958k|   0 | 1.300000e+01 | 1.800000e+01 |  38.46%
880.30/880.32	c   871s|780000 | 21245 |     0 |   0.0 |  54M| 116 |   - | 223 |  59k|   0 |   0 |   0 | 978k|   0 | 1.300000e+01 | 1.800000e+01 |  38.46%
925.91/925.92	c   916s|790000 | 16802 |     0 |   0.0 |  54M| 116 |   - | 223 |  64k|   0 |   0 |   0 |1000k|   0 | 1.300000e+01 | 1.800000e+01 |  38.46%
971.00/971.08	c   961s|800000 | 11873 |     0 |   0.0 |  49M| 116 |   - | 223 |  65k|   0 |   0 |   0 |1021k|   0 | 1.300000e+01 | 1.800000e+01 |  38.46%
1030.91/1030.91	c  1021s|810000 |  2435 |     0 |   0.0 |  32M| 116 |   - | 223 |  61k|   0 |   0 |   0 |1045k|   0 | 1.300000e+01 | 1.800000e+01 |  38.46%
1042.61/1042.66	c  1033s|820000 |  7579 |     0 |   0.0 |  23M| 116 |   - | 223 |  31k|   0 |   0 |   0 |1053k|   0 | 1.700000e+01 | 1.800000e+01 |   5.88%
1047.51/1047.53	c  1038s|830000 | 14424 |     0 |   0.0 |  26M| 116 |   - | 223 |  28k|   0 |   0 |   0 |1060k|   0 | 1.700000e+01 | 1.800000e+01 |   5.88%
1052.91/1052.95	c  1043s|840000 | 20100 |     0 |   0.0 |  31M| 116 |   - | 223 |  31k|   0 |   0 |   0 |1069k|   0 | 1.700000e+01 | 1.800000e+01 |   5.88%
1060.81/1060.82	c  1051s|850000 | 23676 |     0 |   0.0 |  35M| 116 |   - | 223 |  34k|   0 |   0 |   0 |1081k|   0 | 1.700000e+01 | 1.800000e+01 |   5.88%
1071.21/1071.26	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1071.21/1071.26	c  1061s|860000 | 26043 |     0 |   0.0 |  39M| 116 |   - | 223 |  37k|   0 |   0 |   0 |1093k|   0 | 1.700000e+01 | 1.800000e+01 |   5.88%
1080.21/1080.29	c  1070s|870000 | 30687 |     0 |   0.0 |  42M| 116 |   - | 223 |  35k|   0 |   0 |   0 |1103k|   0 | 1.700000e+01 | 1.800000e+01 |   5.88%
1090.62/1090.63	c  1080s|880000 | 34365 |     0 |   0.0 |  47M| 116 |   - | 223 |  38k|   0 |   0 |   0 |1114k|   0 | 1.700000e+01 | 1.800000e+01 |   5.88%
1103.21/1103.25	c  1093s|890000 | 37150 |     0 |   0.0 |  51M| 116 |   - | 223 |  42k|   0 |   0 |   0 |1127k|   0 | 1.700000e+01 | 1.800000e+01 |   5.88%
1118.42/1118.45	c  1108s|900000 | 38811 |     0 |   0.0 |  56M| 116 |   - | 223 |  46k|   0 |   0 |   0 |1142k|   0 | 1.700000e+01 | 1.800000e+01 |   5.88%
1136.11/1136.16	c  1125s|910000 | 39554 |     0 |   0.0 |  60M| 116 |   - | 223 |  50k|   0 |   0 |   0 |1158k|   0 | 1.700000e+01 | 1.800000e+01 |   5.88%
1156.02/1156.02	c  1145s|920000 | 39521 |     0 |   0.0 |  63M| 116 |   - | 223 |  54k|   0 |   0 |   0 |1175k|   0 | 1.700000e+01 | 1.800000e+01 |   5.88%
1176.61/1176.61	c  1165s|930000 | 39247 |     0 |   0.0 |  66M| 116 |   - | 223 |  57k|   0 |   0 |   0 |1191k|   0 | 1.700000e+01 | 1.800000e+01 |   5.88%
1199.81/1199.83	c  1189s|940000 | 38966 |     0 |   0.0 |  68M| 116 |   - | 223 |  60k|   0 |   0 |   0 |1207k|   0 | 1.700000e+01 | 1.800000e+01 |   5.88%
1227.62/1227.60	c  1216s|950000 | 39808 |     0 |   0.0 |  69M| 116 |   - | 223 |  55k|   0 |   0 |   0 |1222k|   0 | 1.700000e+01 | 1.800000e+01 |   5.88%
1259.62/1259.65	c  1248s|960000 | 38487 |     0 |   0.0 |  72M| 116 |   - | 223 |  57k|   0 |   0 |   0 |1241k|   0 | 1.700000e+01 | 1.800000e+01 |   5.88%
1292.92/1292.92	c  1281s|970000 | 36611 |     0 |   0.0 |  74M| 116 |   - | 223 |  60k|   0 |   0 |   0 |1260k|   0 | 1.700000e+01 | 1.800000e+01 |   5.88%
1330.82/1330.84	c  1319s|980000 | 33335 |     0 |   0.0 |  75M| 116 |   - | 223 |  63k|   0 |   0 |   0 |1280k|   0 | 1.700000e+01 | 1.800000e+01 |   5.88%
1373.42/1373.43	c  1362s|990000 | 28601 |     0 |   0.0 |  73M| 116 |   - | 223 |  68k|   0 |   0 |   0 |1302k|   0 | 1.700000e+01 | 1.800000e+01 |   5.88%
1415.92/1415.98	c  1404s|  1000k| 23821 |     0 |   0.0 |  71M| 116 |   - | 223 |  74k|   0 |   0 |   0 |1323k|   0 | 1.700000e+01 | 1.800000e+01 |   5.88%
1465.82/1465.83	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1465.82/1465.83	c  1454s|  1010k| 18548 |     0 |   0.0 |  67M| 116 |   - | 223 |  75k|   0 |   0 |   0 |1343k|   0 | 1.700000e+01 | 1.800000e+01 |   5.88%
1536.13/1536.19	c  1524s|  1020k|  9364 |     0 |   0.0 |  54M| 116 |   - | 223 |  72k|   0 |   0 |   0 |1369k|   0 | 1.700000e+01 | 1.800000e+01 |   5.88%
1594.03/1594.03	o 17
1594.03/1594.03	c *1582s|  1027k|     0 |     0 |   0.0 |  35M| 116 |   - | 223 |  77k|   0 |   0 |   0 |1389k|   0 | 1.700000e+01 | 1.700000e+01 |   0.00%
1594.03/1594.04	c 
1594.03/1594.04	c SCIP Status        : problem is solved [optimal solution found]
1594.03/1594.04	c Solving Time (sec) : 1581.52
1594.03/1594.04	c Solving Nodes      : 1027463
1594.03/1594.04	c Primal Bound       : +1.70000000000000e+01 (5 solutions)
1594.03/1594.04	c Dual Bound         : +1.70000000000000e+01
1594.03/1594.04	c Gap                : 0.00 %
1594.03/1594.05	s OPTIMUM FOUND
1594.03/1594.05	v -x169 -x168 x167 -x166 -x165 -x164 -x163 -x162 -x161 -x160 -x159 -x158 -x157 -x156 -x155 -x154 -x153 -x152 x151 -x150 -x149 -x148 
1594.03/1594.05	v -x147 -x146 -x145 -x144 -x143 -x142 -x141 -x140 -x139 -x138 -x137 x136 -x135 -x134 -x133 -x132 -x131 -x130 -x129 -x128 -x127 
1594.03/1594.05	v x126 -x125 -x124 -x123 -x122 -x121 -x120 -x119 -x118 -x117 -x116 -x115 -x114 -x113 -x112 -x111 -x110 -x109 -x108 -x107 -x106 
1594.03/1594.05	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 
1594.03/1594.05	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 
1594.03/1594.05	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 
1594.03/1594.05	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 
1594.03/1594.05	v -x4 -x3 -x2 -x1 
1594.03/1594.05	c SCIP Status        : problem is solved [optimal solution found]
1594.03/1594.05	c Solving Time       :    1581.52
1594.03/1594.05	c Original Problem   :
1594.03/1594.05	c   Problem name     : HOME/instance-2693965-1277898653.wbo
1594.03/1594.05	c   Variables        : 225 (197 binary, 0 integer, 0 implicit integer, 28 continuous)
1594.03/1594.05	c   Constraints      : 130 initial, 130 maximal
1594.03/1594.05	c Presolved Problem  :
1594.03/1594.05	c   Problem name     : t_HOME/instance-2693965-1277898653.wbo
1594.03/1594.05	c   Variables        : 223 (196 binary, 0 integer, 0 implicit integer, 27 continuous)
1594.03/1594.05	c   Constraints      : 112 initial, 79279 maximal
1594.03/1594.05	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1594.03/1594.05	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1594.03/1594.05	c   dualfix          :       0.00          2          0          0          0          0          0          0          0
1594.03/1594.05	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1594.03/1594.05	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1594.03/1594.05	c   implics          :       0.00          0          0          0          0          0          0          0          0
1594.03/1594.05	c   probing          :       0.01          0          0          0          0          0          0          0          0
1594.03/1594.05	c   indicator        :       0.00          0          0          0          0          0          1          0          0
1594.03/1594.05	c   setppc           :       0.00          0          0          0          0          0          0          0          0
1594.03/1594.05	c   linear           :       0.00          0          0          0         27          0         17          1          0
1594.03/1594.05	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1594.03/1594.05	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0
1594.03/1594.05	c   root node        :          -          6          -          -         12          -          -          -          -
1594.03/1594.05	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1594.03/1594.05	c   integral         :          0          0          0          0          0          0          0          0          0          0
1594.03/1594.05	c   indicator        :         27          0    2780108          0     532676         32      20791          0          0          0
1594.03/1594.05	c   setppc           :         49          0    3378135          0     648199      86631    7096925          0          0          0
1594.03/1594.05	c   linear           :         27          0    3291503          0     648199     266897   10770657          0          0          0
1594.03/1594.05	c   logicor          :          9+         0    1857423          0     648186     212467    1144815          0          0          0
1594.03/1594.05	c   bounddisjunction :          0+         0     410199          0          0         17        827          0          0          0
1594.03/1594.05	c   countsols        :          0          0          0          0     648204          0          0          0          0          0
1594.03/1594.05	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1594.03/1594.05	c   integral         :       0.00       0.00       0.00       0.00       0.00
1594.03/1594.05	c   indicator        :       1.20       0.00       0.90       0.00       0.30
1594.03/1594.05	c   setppc           :      22.61       0.00      18.72       0.00       3.89
1594.03/1594.05	c   linear           :      53.69       0.00      53.30       0.00       0.39
1594.03/1594.05	c   logicor          :     808.29       0.00     807.66       0.00       0.63
1594.03/1594.05	c   bounddisjunction :       1.50       0.00       1.50       0.00       0.00
1594.03/1594.05	c   countsols        :       0.12       0.00       0.00       0.00       0.12
1594.03/1594.05	c Propagators        :       Time      Calls    Cutoffs    DomReds
1594.03/1594.05	c   vbounds          :       0.64          2          0          0
1594.03/1594.05	c   rootredcost      :       0.71          0          0          0
1594.03/1594.05	c   pseudoobj        :       3.48    3378123        143       3813
1594.03/1594.05	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1594.03/1594.05	c   propagation      :      25.65     566155     566101    3048583       21.5     124553       14.9          -
1594.03/1594.05	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1594.03/1594.05	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1594.03/1594.05	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1594.03/1594.05	c   pseudo solution  :       0.00          3          3          4        2.0          2       14.0          -
1594.03/1594.05	c   applied globally :          -          -          -    1384155       16.5          -          -          -
1594.03/1594.05	c   applied locally  :          -          -          -       5575       34.1          -          -          -
1594.03/1594.05	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1594.03/1594.05	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
1594.03/1594.05	c   redcost          :       0.00          0          0          0          0          0
1594.03/1594.05	c   impliedbounds    :       0.00          0          0          0          0          0
1594.03/1594.05	c   intobj           :       0.00          0          0          0          0          0
1594.03/1594.05	c   cgmip            :       0.00          0          0          0          0          0
1594.03/1594.05	c   gomory           :       0.00          0          0          0          0          0
1594.03/1594.05	c   strongcg         :       0.00          0          0          0          0          0
1594.03/1594.05	c   cmir             :       0.00          0          0          0          0          0
1594.03/1594.05	c   flowcover        :       0.00          0          0          0          0          0
1594.03/1594.05	c   clique           :       0.00          0          0          0          0          0
1594.03/1594.05	c   zerohalf         :       0.00          0          0          0          0          0
1594.03/1594.05	c   mcf              :       0.00          0          0          0          0          0
1594.03/1594.05	c   rapidlearning    :       0.00          0          0          0          0          0
1594.03/1594.05	c Pricers            :       Time      Calls       Vars
1594.03/1594.05	c   problem variables:       0.00          0          0
1594.03/1594.05	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1594.03/1594.05	c   relpscost        :       0.00          0          0          0          0          0          0
1594.03/1594.05	c   pscost           :       0.00          0          0          0          0          0          0
1594.03/1594.05	c   inference        :       4.62     648199          0          0          0          0    1296398
1594.03/1594.05	c   mostinf          :       0.00          0          0          0          0          0          0
1594.03/1594.05	c   leastinf         :       0.00          0          0          0          0          0          0
1594.03/1594.05	c   fullstrong       :       0.00          0          0          0          0          0          0
1594.03/1594.05	c   allfullstrong    :       0.00          0          0          0          0          0          0
1594.03/1594.05	c   random           :       0.00          0          0          0          0          0          0
1594.03/1594.05	c Primal Heuristics  :       Time      Calls      Found
1594.03/1594.05	c   LP solutions     :       0.00          -          0
1594.03/1594.05	c   pseudo solutions :       0.01          -          5
1594.03/1594.05	c   oneopt           :       0.31          0          0
1594.03/1594.05	c   trivial          :       0.00          2          0
1594.03/1594.05	c   simplerounding   :       0.00          0          0
1594.03/1594.05	c   zirounding       :       0.00          0          0
1594.03/1594.05	c   rounding         :       0.00          0          0
1594.03/1594.05	c   shifting         :       0.00          0          0
1594.03/1594.05	c   intshifting      :       0.00          0          0
1594.03/1594.05	c   twoopt           :       0.00          0          0
1594.03/1594.05	c   fixandinfer      :       0.00          0          0
1594.03/1594.05	c   feaspump         :       0.00          0          0
1594.03/1594.05	c   coefdiving       :       0.00          0          0
1594.03/1594.05	c   pscostdiving     :       0.00          0          0
1594.03/1594.05	c   fracdiving       :       0.00          0          0
1594.03/1594.05	c   veclendiving     :       0.00          0          0
1594.03/1594.05	c   intdiving        :       0.00          0          0
1594.03/1594.05	c   actconsdiving    :       0.00          0          0
1594.03/1594.05	c   objpscostdiving  :       0.00          0          0
1594.03/1594.05	c   rootsoldiving    :       0.00          0          0
1594.03/1594.05	c   linesearchdiving :       0.00          0          0
1594.03/1594.05	c   guideddiving     :       0.00          0          0
1594.03/1594.05	c   octane           :       0.00          0          0
1594.03/1594.05	c   rens             :       0.00          0          0
1594.03/1594.05	c   rins             :       0.00          0          0
1594.03/1594.05	c   localbranching   :       0.00          0          0
1594.03/1594.05	c   mutation         :       0.00          0          0
1594.03/1594.05	c   crossover        :       0.00          0          0
1594.03/1594.05	c   dins             :       0.00          0          0
1594.03/1594.05	c   undercover       :       0.00          0          0
1594.03/1594.05	c   nlp              :       0.22          0          0
1594.03/1594.05	c   trysol           :       0.22          1          0
1594.03/1594.05	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1594.03/1594.05	c   primal LP        :       0.00          0          0       0.00          -
1594.03/1594.05	c   dual LP          :       0.00          0          0       0.00          -
1594.03/1594.05	c   lex dual LP      :       0.00          0          0       0.00          -
1594.03/1594.05	c   barrier LP       :       0.00          0          0       0.00          -
1594.03/1594.05	c   diving/probing LP:       0.00          0          0       0.00          -
1594.03/1594.05	c   strong branching :       0.00          0          0       0.00          -
1594.03/1594.05	c     (at root node) :          -          0          0       0.00          -
1594.03/1594.05	c   conflict analysis:       0.00          0          0       0.00          -
1594.03/1594.05	c B&B Tree           :
1594.03/1594.05	c   number of runs   :          1
1594.03/1594.05	c   nodes            :    1027463
1594.03/1594.05	c   nodes (total)    :    1027463
1594.03/1594.05	c   nodes left       :          0
1594.03/1594.05	c   max depth        :        116
1594.03/1594.05	c   max depth (total):        116
1594.03/1594.05	c   backtracks       :     411555 (40.1%)
1594.03/1594.05	c   delayed cutoffs  :     264808
1594.03/1594.05	c   repropagations   :    1293593 (5497303 domain reductions, 186931 cutoffs)
1594.03/1594.05	c   avg switch length:      19.09
1594.03/1594.05	c   switching time   :     484.92
1594.03/1594.05	c Solution           :
1594.03/1594.05	c   Solutions found  :          5 (5 improvements)
1594.03/1594.05	c   First Solution   : +2.04000000000000e+02   (in run 1, after 11389 nodes, 1.26 seconds, depth 85, found by <relaxation>)
1594.03/1594.05	c   Primal Bound     : +1.70000000000000e+01   (in run 1, after 1027463 nodes, 1581.51 seconds, depth 39, found by <relaxation>)
1594.03/1594.05	c   Dual Bound       : +1.70000000000000e+01
1594.03/1594.05	c   Gap              :       0.00 %
1594.03/1594.05	c   Root Dual Bound  : +0.00000000000000e+00
1594.03/1594.05	c   Root Iterations  :          0
1594.13/1594.13	c Time complete: 1594.16.

Verifier Data

OK	17

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2693965-1277898653/watcher-2693965-1277898653 -o /tmp/evaluation-result-2693965-1277898653/solver-2693965-1277898653 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2693965-1277898653.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 2.00 1.99 3/178 15309
/proc/meminfo: memFree=30668324/32951124 swapFree=67111528/67111528
[pid=15309] ppid=15307 vsize=8140 CPUtime=0
/proc/15309/stat : 15309 (pbscip.linux.x8) R 15307 15309 14646 0 -1 4202496 1517 0 0 0 0 0 0 0 25 0 1 0 131160766 8335360 1440 4089446400 4194304 7136930 140734388775344 18446744073709551615 4240582 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/15309/statm: 2035 1440 275 719 0 1314 0

[startup+0.0289761 s]
/proc/loadavg: 1.95 2.00 1.99 3/178 15309
/proc/meminfo: memFree=30668324/32951124 swapFree=67111528/67111528
[pid=15309] ppid=15307 vsize=11796 CPUtime=0.01
/proc/15309/stat : 15309 (pbscip.linux.x8) R 15307 15309 14646 0 -1 4202496 4453 0 0 0 1 0 0 0 25 0 1 0 131160766 12079104 2224 4089446400 4194304 7136930 140734388775344 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/15309/statm: 2949 2224 395 719 0 2228 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 11796

[startup+0.100942 s]
/proc/loadavg: 1.95 2.00 1.99 3/178 15309
/proc/meminfo: memFree=30668324/32951124 swapFree=67111528/67111528
[pid=15309] ppid=15307 vsize=12648 CPUtime=0.09
/proc/15309/stat : 15309 (pbscip.linux.x8) R 15307 15309 14646 0 -1 4202496 4690 0 0 0 7 2 0 0 25 0 1 0 131160766 12951552 2461 4089446400 4194304 7136930 140734388775344 18446744073709551615 4434385 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/15309/statm: 3162 2461 395 719 0 2441 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 12648

[startup+0.300911 s]
/proc/loadavg: 1.95 2.00 1.99 3/178 15309
/proc/meminfo: memFree=30668324/32951124 swapFree=67111528/67111528
[pid=15309] ppid=15307 vsize=14664 CPUtime=0.29
/proc/15309/stat : 15309 (pbscip.linux.x8) R 15307 15309 14646 0 -1 4202496 5187 0 0 0 25 4 0 0 25 0 1 0 131160766 15015936 2958 4089446400 4194304 7136930 140734388775344 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/15309/statm: 3666 2958 395 719 0 2945 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 14664

[startup+0.700871 s]
/proc/loadavg: 1.95 2.00 1.99 3/178 15309
/proc/meminfo: memFree=30668324/32951124 swapFree=67111528/67111528
[pid=15309] ppid=15307 vsize=17640 CPUtime=0.69
/proc/15309/stat : 15309 (pbscip.linux.x8) R 15307 15309 14646 0 -1 4202496 5927 0 0 0 63 6 0 0 25 0 1 0 131160766 18063360 3698 4089446400 4194304 7136930 140734388775344 18446744073709551615 5904194 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/15309/statm: 4410 3698 395 719 0 3689 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 17640

[startup+1.50075 s]
/proc/loadavg: 1.95 2.00 1.99 3/179 15310
/proc/meminfo: memFree=30653800/32951124 swapFree=67111528/67111528
[pid=15309] ppid=15307 vsize=21896 CPUtime=1.49
/proc/15309/stat : 15309 (pbscip.linux.x8) R 15307 15309 14646 0 -1 4202496 7001 0 0 0 138 11 0 0 25 0 1 0 131160766 22421504 4772 4089446400 4194304 7136930 140734388775344 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/15309/statm: 5474 4772 397 719 0 4753 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 21896

[startup+3.10041 s]
/proc/loadavg: 1.95 2.00 1.99 3/179 15310
/proc/meminfo: memFree=30649328/32951124 swapFree=67111528/67111528
[pid=15309] ppid=15307 vsize=25820 CPUtime=3.09
/proc/15309/stat : 15309 (pbscip.linux.x8) R 15307 15309 14646 0 -1 4202496 8004 0 0 0 291 18 0 0 25 0 1 0 131160766 26439680 5775 4089446400 4194304 7136930 140734388775344 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/15309/statm: 6455 5775 397 719 0 5734 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 25820

[startup+6.30086 s]
/proc/loadavg: 1.96 2.00 1.99 3/179 15310
/proc/meminfo: memFree=30640900/32951124 swapFree=67111528/67111528
[pid=15309] ppid=15307 vsize=34712 CPUtime=6.29
/proc/15309/stat : 15309 (pbscip.linux.x8) R 15307 15309 14646 0 -1 4202496 10251 0 0 0 599 30 0 0 25 0 1 0 131160766 35545088 8022 4089446400 4194304 7136930 140734388775344 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/15309/statm: 8678 8022 397 719 0 7957 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 34712

[startup+12.7007 s]
/proc/loadavg: 1.96 2.00 1.99 3/179 15310
/proc/meminfo: memFree=30628800/32951124 swapFree=67111528/67111528
[pid=15309] ppid=15307 vsize=46140 CPUtime=12.69
/proc/15309/stat : 15309 (pbscip.linux.x8) R 15307 15309 14646 0 -1 4202496 13089 0 0 0 1216 53 0 0 25 0 1 0 131160766 47247360 10860 4089446400 4194304 7136930 140734388775344 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/15309/statm: 11535 10860 398 719 0 10814 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 46140

[startup+25.5004 s]
/proc/loadavg: 1.97 2.00 1.99 3/179 15311
/proc/meminfo: memFree=30619824/32951124 swapFree=67111528/67111528
[pid=15309] ppid=15307 vsize=53796 CPUtime=25.48
/proc/15309/stat : 15309 (pbscip.linux.x8) R 15307 15309 14646 0 -1 4202496 14973 0 0 0 2462 86 0 0 25 0 1 0 131160766 55087104 12744 4089446400 4194304 7136930 140734388775344 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/15309/statm: 13449 12744 398 719 0 12728 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 53796

[startup+51.1007 s]
/proc/loadavg: 1.98 2.00 1.99 3/179 15311
/proc/meminfo: memFree=30605160/32951124 swapFree=67111528/67111528
[pid=15309] ppid=15307 vsize=68560 CPUtime=51.09
/proc/15309/stat : 15309 (pbscip.linux.x8) R 15307 15309 14646 0 -1 4202496 18626 0 0 0 4964 145 0 0 25 0 1 0 131160766 70205440 16397 4089446400 4194304 7136930 140734388775344 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/15309/statm: 17140 16397 398 719 0 16419 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 68560

[startup+102.306 s]
/proc/loadavg: 1.99 2.00 1.99 3/179 15313
/proc/meminfo: memFree=30597304/32951124 swapFree=67111528/67111528
[pid=15309] ppid=15307 vsize=74752 CPUtime=102.29
/proc/15309/stat : 15309 (pbscip.linux.x8) R 15307 15309 14646 0 -1 4202496 20073 0 0 0 9999 230 0 0 25 0 1 0 131160766 76546048 17844 4089446400 4194304 7136930 140734388775344 18446744073709551615 4223056 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/15309/statm: 18688 17844 398 719 0 17967 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 74752

[startup+162.3 s]
/proc/loadavg: 1.99 2.00 1.99 3/179 15314
/proc/meminfo: memFree=30586972/32951124 swapFree=67111528/67111528
[pid=15309] ppid=15307 vsize=80824 CPUtime=162.29
/proc/15309/stat : 15309 (pbscip.linux.x8) R 15307 15309 14646 0 -1 4202496 21361 0 0 0 15903 326 0 0 25 0 1 0 131160766 82763776 19132 4089446400 4194304 7136930 140734388775344 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/15309/statm: 20206 19132 398 719 0 19485 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 80824

[startup+222.3 s]
/proc/loadavg: 1.99 2.00 1.99 3/179 15316
/proc/meminfo: memFree=30557652/32951124 swapFree=67111528/67111528
[pid=15309] ppid=15307 vsize=110400 CPUtime=222.3
/proc/15309/stat : 15309 (pbscip.linux.x8) R 15307 15309 14646 0 -1 4202496 28385 0 0 0 21771 459 0 0 25 0 1 0 131160766 113049600 26156 4089446400 4194304 7136930 140734388775344 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/15309/statm: 27600 26156 398 719 0 26879 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 110400

[startup+282.301 s]
/proc/loadavg: 1.99 2.00 1.99 3/179 15317
/proc/meminfo: memFree=30530436/32951124 swapFree=67111528/67111528
[pid=15309] ppid=15307 vsize=137376 CPUtime=282.29
/proc/15309/stat : 15309 (pbscip.linux.x8) R 15307 15309 14646 0 -1 4202496 35225 0 0 0 27694 535 0 0 25 0 1 0 131160766 140673024 32996 4089446400 4194304 7136930 140734388775344 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/15309/statm: 34344 32996 398 719 0 33623 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 137376

[startup+342.301 s]
/proc/loadavg: 1.99 2.00 1.99 3/179 15319
/proc/meminfo: memFree=30526044/32951124 swapFree=67111528/67111528
[pid=15309] ppid=15307 vsize=141984 CPUtime=342.29
/proc/15309/stat : 15309 (pbscip.linux.x8) R 15307 15309 14646 0 -1 4202496 36317 0 0 0 33638 591 0 0 25 0 1 0 131160766 145391616 34088 4089446400 4194304 7136930 140734388775344 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/15309/statm: 35496 34088 398 719 0 34775 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 141984

[startup+402.301 s]
/proc/loadavg: 1.99 2.00 1.99 3/179 15321
/proc/meminfo: memFree=30516036/32951124 swapFree=67111528/67111528
[pid=15309] ppid=15307 vsize=152312 CPUtime=402.3
/proc/15309/stat : 15309 (pbscip.linux.x8) R 15307 15309 14646 0 -1 4202496 38876 0 0 0 39588 642 0 0 25 0 1 0 131160766 155967488 36647 4089446400 4194304 7136930 140734388775344 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/15309/statm: 38078 36647 398 719 0 37357 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 152312

[startup+462.301 s]
/proc/loadavg: 1.93 1.98 1.99 3/179 15422
/proc/meminfo: memFree=30910316/32951124 swapFree=67111528/67111528
[pid=15309] ppid=15307 vsize=154856 CPUtime=462.29
/proc/15309/stat : 15309 (pbscip.linux.x8) R 15307 15309 14646 0 -1 4202496 39580 0 0 0 45550 679 0 0 25 0 1 0 131160766 158572544 37351 4089446400 4194304 7136930 140734388775344 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/15309/statm: 38714 37351 398 719 0 37993 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 154856

[startup+522.301 s]
/proc/loadavg: 1.97 1.98 1.99 3/179 15424
/proc/meminfo: memFree=30873852/32951124 swapFree=67111528/67111528
[pid=15309] ppid=15307 vsize=155800 CPUtime=522.3
/proc/15309/stat : 15309 (pbscip.linux.x8) R 15307 15309 14646 0 -1 4202496 39829 0 0 0 51520 710 0 0 25 0 1 0 131160766 159539200 37600 4089446400 4194304 7136930 140734388775344 18446744073709551615 4665435 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/15309/statm: 38950 37600 398 719 0 38229 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 155800

[startup+582.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/179 15425
/proc/meminfo: memFree=30871552/32951124 swapFree=67111528/67111528
[pid=15309] ppid=15307 vsize=155872 CPUtime=582.29
/proc/15309/stat : 15309 (pbscip.linux.x8) R 15307 15309 14646 0 -1 4202496 39847 0 0 0 57495 734 0 0 25 0 1 0 131160766 159612928 37618 4089446400 4194304 7136930 140734388775344 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/15309/statm: 38968 37618 398 719 0 38247 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 155872

[startup+642.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/179 15436
/proc/meminfo: memFree=30865856/32951124 swapFree=67111528/67111528
[pid=15309] ppid=15307 vsize=156872 CPUtime=642.3
/proc/15309/stat : 15309 (pbscip.linux.x8) R 15307 15309 14646 0 -1 4202496 39990 0 0 0 63472 758 0 0 25 0 1 0 131160766 160636928 37761 4089446400 4194304 7136930 140734388775344 18446744073709551615 4221536 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/15309/statm: 39218 37761 398 719 0 38497 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 156872

[startup+702.301 s]

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

/proc/meminfo: memFree=30830764/32951124 swapFree=67111528/67111528
[pid=15309] ppid=15307 vsize=161924 CPUtime=942.31
/proc/15309/stat : 15309 (pbscip.linux.x8) R 15307 15309 14646 0 -1 4202496 40978 0 0 0 93275 956 0 0 25 0 1 0 131160766 165810176 38359 4089446400 4194304 7136930 140734388775344 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/15309/statm: 40481 38359 398 719 0 39760 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 161924

[startup+1002.3 s]
/proc/loadavg: 2.03 2.00 1.99 3/179 15446
/proc/meminfo: memFree=30820920/32951124 swapFree=67111528/67111528
[pid=15309] ppid=15307 vsize=163028 CPUtime=1002.31
/proc/15309/stat : 15309 (pbscip.linux.x8) R 15307 15309 14646 0 -1 4202496 41213 0 0 0 99255 976 0 0 25 0 1 0 131160766 166940672 38594 4089446400 4194304 7136930 140734388775344 18446744073709551615 4221373 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/15309/statm: 40757 38594 398 719 0 40036 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 163028

[startup+1062.3 s]
/proc/loadavg: 2.01 2.00 1.99 3/179 15447
/proc/meminfo: memFree=30800048/32951124 swapFree=67111528/67111528
[pid=15309] ppid=15307 vsize=163028 CPUtime=1062.31
/proc/15309/stat : 15309 (pbscip.linux.x8) R 15307 15309 14646 0 -1 4202496 41260 0 0 0 105206 1025 0 0 25 0 1 0 131160766 166940672 38641 4089446400 4194304 7136930 140734388775344 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/15309/statm: 40757 38641 398 719 0 40036 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 163028

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/179 15449
/proc/meminfo: memFree=30797904/32951124 swapFree=67111528/67111528
[pid=15309] ppid=15307 vsize=163028 CPUtime=1122.31
/proc/15309/stat : 15309 (pbscip.linux.x8) R 15307 15309 14646 0 -1 4202496 41314 0 0 0 111150 1081 0 0 25 0 1 0 131160766 166940672 38695 4089446400 4194304 7136930 140734388775344 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/15309/statm: 40757 38695 398 719 0 40036 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 163028

[startup+1182.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/179 15450
/proc/meminfo: memFree=30797616/32951124 swapFree=67111528/67111528
[pid=15309] ppid=15307 vsize=163028 CPUtime=1182.31
/proc/15309/stat : 15309 (pbscip.linux.x8) R 15307 15309 14646 0 -1 4202496 41392 0 0 0 117111 1120 0 0 25 0 1 0 131160766 166940672 38773 4089446400 4194304 7136930 140734388775344 18446744073709551615 4210013 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/15309/statm: 40757 38773 398 719 0 40036 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 163028

[startup+1242.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 15452
/proc/meminfo: memFree=30781932/32951124 swapFree=67111528/67111528
[pid=15309] ppid=15307 vsize=163028 CPUtime=1242.32
/proc/15309/stat : 15309 (pbscip.linux.x8) R 15307 15309 14646 0 -1 4202496 41407 0 0 0 123085 1147 0 0 25 0 1 0 131160766 166940672 38788 4089446400 4194304 7136930 140734388775344 18446744073709551615 4210629 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/15309/statm: 40757 38788 398 719 0 40036 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 163028

[startup+1302.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 15454
/proc/meminfo: memFree=30759572/32951124 swapFree=67111528/67111528
[pid=15309] ppid=15307 vsize=163852 CPUtime=1302.32
/proc/15309/stat : 15309 (pbscip.linux.x8) R 15307 15309 14646 0 -1 4202496 41506 0 0 0 129063 1169 0 0 25 0 1 0 131160766 167784448 38887 4089446400 4194304 7136930 140734388775344 18446744073709551615 4212311 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/15309/statm: 40963 38887 398 719 0 40242 0
Current children cumulated CPU time (s) 1302.32
Current children cumulated vsize (KiB) 163852

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15455
/proc/meminfo: memFree=30754448/32951124 swapFree=67111528/67111528
[pid=15309] ppid=15307 vsize=163852 CPUtime=1362.32
/proc/15309/stat : 15309 (pbscip.linux.x8) R 15307 15309 14646 0 -1 4202496 41602 0 0 0 135043 1189 0 0 25 0 1 0 131160766 167784448 38983 4089446400 4194304 7136930 140734388775344 18446744073709551615 5953094 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/15309/statm: 40963 38983 398 719 0 40242 0
Current children cumulated CPU time (s) 1362.32
Current children cumulated vsize (KiB) 163852

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15457
/proc/meminfo: memFree=30752420/32951124 swapFree=67111528/67111528
[pid=15309] ppid=15307 vsize=164360 CPUtime=1422.32
/proc/15309/stat : 15309 (pbscip.linux.x8) R 15307 15309 14646 0 -1 4202496 41792 0 0 0 141023 1209 0 0 25 0 1 0 131160766 168304640 39173 4089446400 4194304 7136930 140734388775344 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/15309/statm: 41090 39173 398 719 0 40369 0
Current children cumulated CPU time (s) 1422.32
Current children cumulated vsize (KiB) 164360

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15458
/proc/meminfo: memFree=30751888/32951124 swapFree=67111528/67111528
[pid=15309] ppid=15307 vsize=165344 CPUtime=1482.32
/proc/15309/stat : 15309 (pbscip.linux.x8) R 15307 15309 14646 0 -1 4202496 41911 0 0 0 147006 1226 0 0 25 0 1 0 131160766 169312256 39292 4089446400 4194304 7136930 140734388775344 18446744073709551615 4998130 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/15309/statm: 41336 39292 398 719 0 40615 0
Current children cumulated CPU time (s) 1482.32
Current children cumulated vsize (KiB) 165344

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15460
/proc/meminfo: memFree=30751716/32951124 swapFree=67111528/67111528
[pid=15309] ppid=15307 vsize=165344 CPUtime=1542.32
/proc/15309/stat : 15309 (pbscip.linux.x8) R 15307 15309 14646 0 -1 4202496 41914 0 0 0 152990 1242 0 0 25 0 1 0 131160766 169312256 39295 4089446400 4194304 7136930 140734388775344 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/15309/statm: 41336 39295 398 719 0 40615 0
Current children cumulated CPU time (s) 1542.32
Current children cumulated vsize (KiB) 165344

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

[startup+1561.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15460
/proc/meminfo: memFree=30751700/32951124 swapFree=67111528/67111528
[pid=15309] ppid=15307 vsize=165344 CPUtime=1561.53
/proc/15309/stat : 15309 (pbscip.linux.x8) R 15307 15309 14646 0 -1 4202496 41914 0 0 0 154905 1248 0 0 25 0 1 0 131160766 169312256 39295 4089446400 4194304 7136930 140734388775344 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/15309/statm: 41336 39295 398 719 0 40615 0
Current children cumulated CPU time (s) 1561.53
Current children cumulated vsize (KiB) 165344

[startup+1574.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15461
/proc/meminfo: memFree=30751452/32951124 swapFree=67111528/67111528
[pid=15309] ppid=15307 vsize=165344 CPUtime=1574.32
/proc/15309/stat : 15309 (pbscip.linux.x8) R 15307 15309 14646 0 -1 4202496 41916 0 0 0 156181 1251 0 0 25 0 1 0 131160766 169312256 39297 4089446400 4194304 7136930 140734388775344 18446744073709551615 4223056 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/15309/statm: 41336 39297 398 719 0 40615 0
Current children cumulated CPU time (s) 1574.32
Current children cumulated vsize (KiB) 165344

[startup+1587.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15461
/proc/meminfo: memFree=30751440/32951124 swapFree=67111528/67111528
[pid=15309] ppid=15307 vsize=165344 CPUtime=1587.12
/proc/15309/stat : 15309 (pbscip.linux.x8) R 15307 15309 14646 0 -1 4202496 41920 0 0 0 157458 1254 0 0 25 0 1 0 131160766 169312256 39301 4089446400 4194304 7136930 140734388775344 18446744073709551615 4999811 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/15309/statm: 41336 39301 398 719 0 40615 0
Current children cumulated CPU time (s) 1587.12
Current children cumulated vsize (KiB) 165344

[startup+1590.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15462
/proc/meminfo: memFree=30751560/32951124 swapFree=67111528/67111528
[pid=15309] ppid=15307 vsize=165344 CPUtime=1590.33
/proc/15309/stat : 15309 (pbscip.linux.x8) R 15307 15309 14646 0 -1 4202496 41920 0 0 0 157778 1255 0 0 25 0 1 0 131160766 169312256 39301 4089446400 4194304 7136930 140734388775344 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/15309/statm: 41336 39301 398 719 0 40615 0
Current children cumulated CPU time (s) 1590.33
Current children cumulated vsize (KiB) 165344

[startup+1591.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15462
/proc/meminfo: memFree=30751560/32951124 swapFree=67111528/67111528
[pid=15309] ppid=15307 vsize=165344 CPUtime=1591.92
/proc/15309/stat : 15309 (pbscip.linux.x8) R 15307 15309 14646 0 -1 4202496 41920 0 0 0 157937 1255 0 0 25 0 1 0 131160766 169312256 39301 4089446400 4194304 7136930 140734388775344 18446744073709551615 5004477 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/15309/statm: 41336 39301 398 719 0 40615 0
Current children cumulated CPU time (s) 1591.92
Current children cumulated vsize (KiB) 165344

[startup+1593.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15462
/proc/meminfo: memFree=30751552/32951124 swapFree=67111528/67111528
[pid=15309] ppid=15307 vsize=165344 CPUtime=1593.53
/proc/15309/stat : 15309 (pbscip.linux.x8) R 15307 15309 14646 0 -1 4202496 41920 0 0 0 158097 1256 0 0 25 0 1 0 131160766 169312256 39301 4089446400 4194304 7136930 140734388775344 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/15309/statm: 41336 39301 398 719 0 40615 0
Current children cumulated CPU time (s) 1593.53
Current children cumulated vsize (KiB) 165344

[startup+1593.91 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15462
/proc/meminfo: memFree=30751552/32951124 swapFree=67111528/67111528
[pid=15309] ppid=15307 vsize=164828 CPUtime=1593.94
/proc/15309/stat : 15309 (pbscip.linux.x8) R 15307 15309 14646 0 -1 4202496 41920 0 0 0 158138 1256 0 0 25 0 1 0 131160766 168783872 39172 4089446400 4194304 7136930 140734388775344 18446744073709551615 4210590 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/15309/statm: 41207 39172 398 719 0 40486 0
Current children cumulated CPU time (s) 1593.94
Current children cumulated vsize (KiB) 164828

[startup+1594.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15462
/proc/meminfo: memFree=30751552/32951124 swapFree=67111528/67111528
[pid=15309] ppid=15307 vsize=162508 CPUtime=1594.13
/proc/15309/stat : 15309 (pbscip.linux.x8) R 15307 15309 14646 0 -1 4202496 41949 0 0 0 158157 1256 0 0 25 0 1 0 131160766 166408192 38621 4089446400 4194304 7136930 140734388775344 18446744073709551615 6165594 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/15309/statm: 40627 38621 403 719 0 39906 0
Current children cumulated CPU time (s) 1594.13
Current children cumulated vsize (KiB) 162508

Child status: 0
Real time (s): 1594.14
CPU time (s): 1594.17
CPU user time (s): 1581.61
CPU system time (s): 12.5661
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 165344

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

runsolver used 2.98155 second user time and 5.62315 second system time

The end

Launcher Data

Begin job on node139 at 2010-06-30 13:50:53
IDJOB=2693965
IDBENCH=78843
IDSOLVER=1206
FILE ID=node139/2693965-1277898653
PBS_JOBID= 11197164
Free space on /tmp= 74120 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.1111225605--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-2693965-1277898653/watcher-2693965-1277898653 -o /tmp/evaluation-result-2693965-1277898653/solver-2693965-1277898653 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2693965-1277898653.wbo -t 1800 -m 3800

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

MD5SUM BENCH= 0b429bb598a1356114a5dedac9be9982
RANDOM SEED=148996786

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30668728 kB
Buffers:        186460 kB
Cached:        1469836 kB
SwapCached:          0 kB
Active:        1151680 kB
Inactive:       984228 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30668728 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            3144 kB
Writeback:           0 kB
AnonPages:      479680 kB
Mapped:          16188 kB
Slab:            82892 kB
PageTables:       5260 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   624476 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= 74120 MiB
End job on node139 at 2010-06-30 14:17:27