Trace number 2693937

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 286.827 286.82

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111227326--soft-33-100-0.wbo
MD5SUMe64ffdfbc25b72071cb71ed48c694de3
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark0.084986
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 constraints64
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 3426
Min constraint cost 1
Max constraint cost 99
Sum of constraints costs 3425
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1273
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-2693937-1277897941.wbo>
0.00/0.00	c original problem has 297 variables (233 bin, 0 int, 0 impl, 64 cont) and 166 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, 64 impls, 30 clqs
0.00/0.01	c (round 2) 0 del vars, 6 del conss, 0 chg bounds, 2 chg sides, 0 chg coeffs, 0 upgd conss, 64 impls, 30 clqs
0.00/0.01	c (round 3) 2 del vars, 8 del conss, 62 chg bounds, 2 chg sides, 0 chg coeffs, 0 upgd conss, 64 impls, 30 clqs
0.00/0.01	c (round 4) 4 del vars, 8 del conss, 62 chg bounds, 2 chg sides, 0 chg coeffs, 34 upgd conss, 64 impls, 30 clqs
0.00/0.02	c    (0.0s) probing: 101/231 (43.7%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.00/0.02	c    (0.0s) probing aborted: 100/100 successive totally useless probings
0.00/0.02	c presolving (5 rounds):
0.00/0.02	c  4 deleted vars, 8 deleted constraints, 62 tightened bounds, 0 added holes, 2 changed sides, 0 changed coefficients
0.00/0.02	c  64 implications, 30 cliques
0.00/0.02	c presolved problem has 293 variables (231 bin, 0 int, 0 impl, 62 cont) and 158 constraints
0.00/0.02	c      62 constraints of type <indicator>
0.00/0.02	c      30 constraints of type <setppc>
0.00/0.02	c      62 constraints of type <linear>
0.00/0.02	c       4 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 |     - | 926k|   0 |   - | 293 | 158 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1.10/1.13	c   1.1s| 10000 |  7173 |     0 |   0.0 |6598k| 176 |   - | 293 |3288 |   0 |   0 |   0 |7975 |   0 | 0.000000e+00 |      --      |    Inf 
3.09/3.12	c   3.0s| 20000 | 12230 |     0 |   0.0 |  11M| 176 |   - | 293 |4758 |   0 |   0 |   0 |  18k|   0 | 0.000000e+00 |      --      |    Inf 
5.50/5.56	c   5.3s| 30000 | 17059 |     0 |   0.0 |  17M| 176 |   - | 293 |8840 |   0 |   0 |   0 |  31k|   0 | 0.000000e+00 |      --      |    Inf 
8.99/9.00	c   8.6s| 40000 | 20546 |     0 |   0.0 |  22M| 176 |   - | 293 |  11k|   0 |   0 |   0 |  47k|   0 | 0.000000e+00 |      --      |    Inf 
12.99/13.03	c  12.6s| 50000 | 22939 |     0 |   0.0 |  26M| 176 |   - | 293 |  12k|   0 |   0 |   0 |  63k|   0 | 0.000000e+00 |      --      |    Inf 
17.39/17.48	c  16.9s| 60000 | 25328 |     0 |   0.0 |  28M| 176 |   - | 293 |7043 |   0 |   0 |   0 |  76k|   0 | 0.000000e+00 |      --      |    Inf 
17.99/18.08	o 654
17.99/18.08	c *17.5s| 61639 | 25650 |     0 |   0.0 |  29M| 176 |   - | 293 |7771 |   0 |   0 |   0 |  79k|   0 | 0.000000e+00 | 6.540000e+02 |    Inf 
18.09/18.11	o 609
18.09/18.11	c *17.5s| 61942 | 25940 |     0 |   0.0 |  29M| 176 |   - | 293 |7303 |   0 |   0 |   0 |  79k|   0 | 0.000000e+00 | 6.090000e+02 |    Inf 
18.09/18.13	o 549
18.09/18.13	c *17.5s| 62234 | 26222 |     0 |   0.0 |  29M| 176 |   - | 293 |6951 |   0 |   0 |   0 |  79k|   0 | 0.000000e+00 | 5.490000e+02 |    Inf 
18.09/18.13	o 452
18.09/18.13	c *17.5s| 62240 | 26226 |     0 |   0.0 |  29M| 176 |   - | 293 |6948 |   0 |   0 |   0 |  79k|   0 | 0.000000e+00 | 4.520000e+02 |    Inf 
18.09/18.13	o 337
18.09/18.13	c *17.5s| 62241 | 26222 |     0 |   0.0 |  29M| 176 |   - | 293 |6948 |   0 |   0 |   0 |  79k|   0 | 0.000000e+00 | 3.370000e+02 |    Inf 
18.09/18.18	o 335
18.09/18.18	c *17.6s| 62717 | 26659 |     0 |   0.0 |  29M| 176 |   - | 293 |6024 |   0 |   0 |   0 |  79k|   0 | 0.000000e+00 | 3.350000e+02 |    Inf 
18.19/18.23	o 284
18.19/18.23	c *17.6s| 63179 | 27083 |     0 |   0.0 |  29M| 176 |   - | 293 |5450 |   0 |   0 |   0 |  79k|   0 | 0.000000e+00 | 2.840000e+02 |    Inf 
20.80/20.84	c  20.2s| 70000 | 28287 |     0 |   0.0 |  33M| 176 |   - | 293 |  10k|   0 |   0 |   0 |  92k|   0 | 0.000000e+00 | 2.840000e+02 |    Inf 
25.99/26.09	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
25.99/26.09	c  25.3s| 80000 | 29667 |     0 |   0.0 |  38M| 176 |   - | 293 |  16k|   0 |   0 |   0 | 110k|   0 | 0.000000e+00 | 2.840000e+02 |    Inf 
33.39/33.41	c  32.5s| 90000 | 29500 |     0 |   0.0 |  42M| 176 |   - | 293 |  20k|   0 |   0 |   0 | 130k|   0 | 0.000000e+00 | 2.840000e+02 |    Inf 
42.00/42.08	c  41.1s|100000 | 28763 |     0 |   0.0 |  45M| 176 |   - | 293 |  24k|   0 |   0 |   0 | 150k|   0 | 0.000000e+00 | 2.840000e+02 |    Inf 
51.49/51.59	c  50.5s|110000 | 27727 |     0 |   0.0 |  46M| 176 |   - | 293 |  27k|   0 |   0 |   0 | 170k|   0 | 0.000000e+00 | 2.840000e+02 |    Inf 
59.29/59.39	c  58.2s|120000 | 30012 |     0 |   0.0 |  43M| 176 |   - | 293 |  11k|   0 |   0 |   0 | 184k|   0 | 0.000000e+00 | 2.840000e+02 |    Inf 
63.89/63.95	c  62.6s|130000 | 33507 |     0 |   0.0 |  45M| 176 |   - | 293 |8272 |   0 |   0 |   0 | 198k|   0 | 0.000000e+00 | 2.840000e+02 |    Inf 
64.90/64.96	o 282
64.90/64.96	c *63.6s|138092 | 40283 |     0 |   0.0 |  47M| 176 |   - | 293 |4238 |   0 |   0 |   0 | 200k|   0 | 0.000000e+00 | 2.820000e+02 |    Inf 
64.99/65.07	o 254
64.99/65.07	c *63.7s|139034 | 41044 |     0 |   0.0 |  48M| 176 |   - | 293 |4295 |   0 |   0 |   0 | 200k|   0 | 0.000000e+00 | 2.540000e+02 |    Inf 
65.09/65.19	c  63.8s|140000 | 41849 |     0 |   0.0 |  48M| 176 |   - | 293 |4292 |   0 |   0 |   0 | 201k|   0 | 0.000000e+00 | 2.540000e+02 |    Inf 
66.29/66.30	o 249
66.29/66.30	c *64.8s|147838 | 47786 |     0 |   0.0 |  51M| 176 |   - | 293 |4921 |   0 |   0 |   0 | 203k|   0 | 0.000000e+00 | 2.490000e+02 |    Inf 
66.70/66.74	c  65.3s|150000 | 49034 |     0 |   0.0 |  52M| 176 |   - | 293 |5202 |   0 |   0 |   0 | 205k|   0 | 0.000000e+00 | 2.490000e+02 |    Inf 
73.09/73.19	c  71.6s|160000 | 46479 |     0 |   0.0 |  54M| 176 |   - | 293 |  15k|   0 |   0 |   0 | 228k|   0 | 0.000000e+00 | 2.490000e+02 |    Inf 
85.09/85.18	c  83.5s|170000 | 40839 |     0 |   0.0 |  51M| 176 |   - | 293 |  24k|   0 |   0 |   0 | 253k|   0 | 0.000000e+00 | 2.490000e+02 |    Inf 
98.29/98.35	c  96.5s|180000 | 37817 |     0 |   0.0 |  43M| 176 |   - | 293 |  14k|   0 |   0 |   0 | 274k|   0 | 0.000000e+00 | 2.490000e+02 |    Inf 
105.39/105.47	c   104s|190000 | 38423 |     0 |   0.0 |  46M| 176 |   - | 293 |  15k|   0 |   0 |   0 | 294k|   0 | 0.000000e+00 | 2.490000e+02 |    Inf 
113.50/113.51	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
113.50/113.51	c   111s|200000 | 39098 |     0 |   0.0 |  45M| 176 |   - | 293 |  12k|   0 |   0 |   0 | 311k|   0 | 0.000000e+00 | 2.490000e+02 |    Inf 
115.30/115.37	c   113s|210000 | 46743 |     0 |   0.0 |  47M| 176 |   - | 293 |4638 |   0 |   0 |   0 | 315k|   0 | 0.000000e+00 | 2.490000e+02 |    Inf 
115.40/115.43	o 191
115.40/115.43	c * 113s|210286 | 46925 |     0 |   0.0 |  47M| 176 |   - | 293 |4612 |   0 |   0 |   0 | 315k|   0 | 0.000000e+00 | 1.910000e+02 |    Inf 
116.99/117.01	c   115s|220000 | 54083 |     0 |   0.0 |  51M| 176 |   - | 293 |4898 |   0 |   0 |   0 | 318k|   0 | 0.000000e+00 | 1.910000e+02 |    Inf 
118.70/118.76	c   116s|230000 | 61139 |     0 |   0.0 |  55M| 176 |   - | 293 |5518 |   0 |   0 |   0 | 323k|   0 | 0.000000e+00 | 1.910000e+02 |    Inf 
120.50/120.52	c   118s|240000 | 68172 |     0 |   0.0 |  59M| 176 |   - | 293 |6314 |   0 |   0 |   0 | 327k|   0 | 0.000000e+00 | 1.910000e+02 |    Inf 
122.39/122.44	c   120s|250000 | 75001 |     0 |   0.0 |  64M| 176 |   - | 293 |7140 |   0 |   0 |   0 | 331k|   0 | 0.000000e+00 | 1.910000e+02 |    Inf 
123.20/123.29	o 171
123.20/123.29	c * 121s|254252 | 77823 |     0 |   0.0 |  65M| 176 |   - | 293 |7322 |   0 |   0 |   0 | 333k|   0 | 0.000000e+00 | 1.710000e+02 |    Inf 
124.40/124.46	c   122s|260000 | 81677 |     0 |   0.0 |  68M| 176 |   - | 293 |7217 |   0 |   0 |   0 | 336k|   0 | 0.000000e+00 | 1.710000e+02 |    Inf 
126.50/126.55	c   124s|270000 | 88212 |     0 |   0.0 |  72M| 176 |   - | 293 |7471 |   0 |   0 |   0 | 340k|   0 | 0.000000e+00 | 1.710000e+02 |    Inf 
128.80/128.81	c   126s|280000 | 94414 |     0 |   0.0 |  76M| 176 |   - | 293 |7710 |   0 |   0 |   0 | 345k|   0 | 0.000000e+00 | 1.710000e+02 |    Inf 
131.09/131.17	c   128s|290000 |100307 |     0 |   0.0 |  81M| 176 |   - | 293 |8036 |   0 |   0 |   0 | 350k|   0 | 0.000000e+00 | 1.710000e+02 |    Inf 
133.70/133.80	c   131s|300000 |105689 |     0 |   0.0 |  85M| 176 |   - | 293 |8502 |   0 |   0 |   0 | 355k|   0 | 0.000000e+00 | 1.710000e+02 |    Inf 
136.49/136.50	c   134s|310000 |110876 |     0 |   0.0 |  89M| 176 |   - | 293 |9322 |   0 |   0 |   0 | 361k|   0 | 0.000000e+00 | 1.710000e+02 |    Inf 
138.99/139.06	c   136s|320000 |116703 |     0 |   0.0 |  92M| 176 |   - | 293 |4317 |   0 |   0 |   0 | 367k|   0 | 0.000000e+00 | 1.710000e+02 |    Inf 
143.19/143.29	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
143.19/143.29	c   140s|330000 |116736 |     0 |   0.0 |  88M| 176 |   - | 293 |8786 |   0 |   0 |   0 | 382k|   0 | 0.000000e+00 | 1.710000e+02 |    Inf 
150.79/150.85	c   148s|340000 |114923 |     0 |   0.0 |  90M| 176 |   - | 293 |  20k|   0 |   0 |   0 | 405k|   0 | 1.000000e+00 | 1.710000e+02 |  Large 
160.89/160.92	c   158s|350000 |115498 |     0 |   0.0 |  88M| 176 |   - | 293 |  15k|   0 |   0 |   0 | 422k|   0 | 1.000000e+00 | 1.710000e+02 |  Large 
164.20/164.21	c   161s|360000 |121355 |     0 |   0.0 |  89M| 176 |   - | 293 |6166 |   0 |   0 |   0 | 428k|   0 | 1.000000e+00 | 1.710000e+02 |  Large 
165.60/165.60	o 152
165.60/165.60	c * 162s|365412 |124162 |     0 |   0.0 |  91M| 176 |   - | 293 |6254 |   0 |   0 |   0 | 431k|   0 | 1.000000e+00 | 1.520000e+02 |  Large 
166.70/166.75	c   163s|370000 |126860 |     0 |   0.0 |  93M| 176 |   - | 293 |6353 |   0 |   0 |   0 | 434k|   0 | 1.000000e+00 | 1.520000e+02 |  Large 
167.10/167.10	o 129
167.10/167.10	c * 164s|371284 |126708 |     0 |   0.0 |  93M| 176 |   - | 293 |6477 |   0 |   0 |   0 | 435k|   0 | 1.000000e+00 | 1.290000e+02 |  Large 
169.30/169.31	c   166s|380000 |131793 |     0 |   0.0 |  97M| 176 |   - | 293 |6846 |   0 |   0 |   0 | 440k|   0 | 1.000000e+00 | 1.290000e+02 |  Large 
171.99/172.09	c   168s|390000 |137074 |     0 |   0.0 | 101M| 176 |   - | 293 |7162 |   0 |   0 |   0 | 447k|   0 | 1.000000e+00 | 1.290000e+02 |  Large 
174.90/174.99	c   171s|400000 |142111 |     0 |   0.0 | 106M| 176 |   - | 293 |7537 |   0 |   0 |   0 | 454k|   0 | 1.000000e+00 | 1.290000e+02 |  Large 
177.00/177.10	o 122
177.00/177.10	c * 173s|407202 |145315 |     0 |   0.0 | 108M| 176 |   - | 293 |7847 |   0 |   0 |   0 | 459k|   0 | 1.000000e+00 | 1.220000e+02 |  Large 
177.00/177.10	o 118
177.00/177.10	c * 173s|407203 |145116 |     0 |   0.0 | 108M| 176 |   - | 293 |7847 |   0 |   0 |   0 | 459k|   0 | 1.000000e+00 | 1.180000e+02 |  Large 
177.99/178.07	c   174s|410000 |146260 |     0 |   0.0 | 109M| 176 |   - | 293 |7845 |   0 |   0 |   0 | 461k|   0 | 1.000000e+00 | 1.180000e+02 |  Large 
180.90/180.99	c   177s|420000 |151312 |     0 |   0.0 | 114M| 176 |   - | 293 |8423 |   0 |   0 |   0 | 468k|   0 | 1.000000e+00 | 1.180000e+02 |  Large 
181.29/181.32	o 102
181.29/181.32	c * 177s|420894 |149520 |     0 |   0.0 | 112M| 176 |   - | 293 |8630 |   0 |   0 |   0 | 469k|   0 | 1.000000e+00 | 1.020000e+02 |  Large 
184.39/184.40	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
184.39/184.40	c   180s|430000 |153381 |     0 |   0.0 | 116M| 176 |   - | 293 |9005 |   0 |   0 |   0 | 476k|   0 | 1.000000e+00 | 1.020000e+02 |  Large 
187.69/187.74	c   184s|440000 |157723 |     0 |   0.0 | 120M| 176 |   - | 293 |9284 |   0 |   0 |   0 | 484k|   0 | 1.000000e+00 | 1.020000e+02 |  Large 
190.99/191.05	c   187s|450000 |162254 |     0 |   0.0 | 125M| 176 |   - | 293 |9772 |   0 |   0 |   0 | 491k|   0 | 1.000000e+00 | 1.020000e+02 |  Large 
194.39/194.46	c   190s|460000 |166610 |     0 |   0.0 | 129M| 176 |   - | 293 |  10k|   0 |   0 |   0 | 499k|   0 | 1.000000e+00 | 1.020000e+02 |  Large 
198.19/198.21	c   194s|470000 |170505 |     0 |   0.0 | 133M| 176 |   - | 293 |  10k|   0 |   0 |   0 | 506k|   0 | 1.000000e+00 | 1.020000e+02 |  Large 
201.60/201.68	c   197s|480000 |174894 |     0 |   0.0 | 138M| 176 |   - | 293 |  11k|   0 |   0 |   0 | 514k|   0 | 1.000000e+00 | 1.020000e+02 |  Large 
205.09/205.19	c   200s|490000 |179335 |     0 |   0.0 | 142M| 176 |   - | 293 |  11k|   0 |   0 |   0 | 521k|   0 | 1.000000e+00 | 1.020000e+02 |  Large 
205.99/206.04	o 63
205.99/206.04	c * 201s|492169 |153938 |     0 |   0.0 | 123M| 176 |   - | 293 |  11k|   0 |   0 |   0 | 523k|   0 | 1.000000e+00 | 6.300000e+01 |6200.00%
210.00/210.07	c   205s|500000 |155237 |     0 |   0.0 | 127M| 176 |   - | 293 |  11k|   0 |   0 |   0 | 532k|   0 | 1.000000e+00 | 6.300000e+01 |6200.00%
215.60/215.66	c   211s|510000 |156267 |     0 |   0.0 | 130M| 176 |   - | 293 |  12k|   0 |   0 |   0 | 545k|   0 | 1.000000e+00 | 6.300000e+01 |6200.00%
221.80/221.86	c   217s|520000 |156693 |     0 |   0.0 | 134M| 176 |   - | 293 |  12k|   0 |   0 |   0 | 558k|   0 | 1.000000e+00 | 6.300000e+01 |6200.00%
228.50/228.59	c   223s|530000 |156278 |     0 |   0.0 | 137M| 176 |   - | 293 |  13k|   0 |   0 |   0 | 571k|   0 | 1.000000e+00 | 6.300000e+01 |6200.00%
236.40/236.45	c   231s|540000 |154297 |     0 |   0.0 | 138M| 176 |   - | 293 |  14k|   0 |   0 |   0 | 585k|   0 | 1.000000e+00 | 6.300000e+01 |6200.00%
245.10/245.19	c   240s|550000 |150948 |     0 |   0.0 | 140M| 176 |   - | 293 |  16k|   0 |   0 |   0 | 601k|   0 | 2.000000e+00 | 6.300000e+01 |3050.00%
250.19/250.25	c   245s|560000 |153862 |     0 |   0.0 | 141M| 176 |   - | 293 |7158 |   0 |   0 |   0 | 613k|   0 | 2.000000e+00 | 6.300000e+01 |3050.00%
254.00/254.02	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
254.00/254.02	c   248s|570000 |157792 |     0 |   0.0 | 146M| 176 |   - | 293 |8821 |   0 |   0 |   0 | 626k|   0 | 2.000000e+00 | 6.300000e+01 |3050.00%
258.90/258.94	c   253s|580000 |159684 |     0 |   0.0 | 150M| 176 |   - | 293 |  11k|   0 |   0 |   0 | 639k|   0 | 2.000000e+00 | 6.300000e+01 |3050.00%
264.10/264.17	c   258s|590000 |161299 |     0 |   0.0 | 153M| 176 |   - | 293 |8866 |   0 |   0 |   0 | 654k|   0 | 2.000000e+00 | 6.300000e+01 |3050.00%
265.20/265.25	o 57
265.20/265.25	c * 259s|591981 |157735 |     0 |   0.0 | 150M| 176 |   - | 293 |9258 |   0 |   0 |   0 | 657k|   0 | 2.000000e+00 | 5.700000e+01 |2750.00%
270.20/270.22	o 39
270.20/270.22	c * 264s|599467 |144211 |     0 |   0.0 | 138M| 176 |   - | 293 |  11k|   0 |   0 |   0 | 671k|   0 | 2.000000e+00 | 3.900000e+01 |1850.00%
270.60/270.64	c   265s|600000 |144163 |     0 |   0.0 | 138M| 176 |   - | 293 |  11k|   0 |   0 |   0 | 672k|   0 | 2.000000e+00 | 3.900000e+01 |1850.00%
275.70/275.78	o 36
275.70/275.78	c * 270s|606091 |142748 |     0 |   0.0 | 141M| 176 |   - | 293 |  13k|   0 |   0 |   0 | 684k|   0 | 2.000000e+00 | 3.600000e+01 |1700.00%
279.50/279.52	c   273s|610000 |141972 |     0 |   0.0 | 143M| 176 |   - | 293 |  14k|   0 |   0 |   0 | 692k|   0 | 2.000000e+00 | 3.600000e+01 |1700.00%
286.70/286.79	o 2
286.70/286.79	c * 280s|616662 |     0 |     0 |   0.0 |  10M| 176 |   - | 293 |  16k|   0 |   0 |   0 | 705k|   0 | 2.000000e+00 | 2.000000e+00 |   0.00%
286.70/286.79	c 
286.70/286.79	c SCIP Status        : problem is solved [optimal solution found]
286.70/286.79	c Solving Time (sec) : 280.47
286.70/286.79	c Solving Nodes      : 616662
286.70/286.79	c Primal Bound       : +2.00000000000000e+00 (22 solutions)
286.70/286.79	c Dual Bound         : +2.00000000000000e+00
286.70/286.79	c Gap                : 0.00 %
286.70/286.79	s OPTIMUM FOUND
286.70/286.79	v -x169 -x168 -x167 -x166 -x165 -x164 -x163 -x162 x161 -x160 -x159 -x158 -x157 -x156 -x155 -x154 x153 -x152 -x151 -x150 -x149 -x148 
286.70/286.79	v -x147 -x146 -x145 -x144 -x143 -x142 -x141 -x140 -x139 -x138 -x137 -x136 -x135 -x134 -x133 -x132 x131 -x130 -x129 -x128 -x127 
286.70/286.79	v -x126 -x125 -x124 -x123 -x122 -x121 x120 -x119 -x118 -x117 -x116 -x115 -x114 -x113 -x112 -x111 x110 -x109 -x108 -x107 -x106 
286.70/286.79	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 
286.70/286.79	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 
286.70/286.79	v x56 -x55 -x54 -x53 -x52 -x51 -x50 -x49 x48 -x47 -x46 -x45 -x44 -x43 -x42 -x41 -x40 -x39 -x38 -x37 -x36 -x35 -x34 x33 -x32 -x31 
286.70/286.79	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 
286.70/286.79	v -x4 -x3 -x2 -x1 
286.70/286.79	c SCIP Status        : problem is solved [optimal solution found]
286.70/286.79	c Solving Time       :     280.47
286.70/286.79	c Original Problem   :
286.70/286.79	c   Problem name     : HOME/instance-2693937-1277897941.wbo
286.70/286.79	c   Variables        : 297 (233 binary, 0 integer, 0 implicit integer, 64 continuous)
286.70/286.79	c   Constraints      : 166 initial, 166 maximal
286.70/286.79	c Presolved Problem  :
286.70/286.79	c   Problem name     : t_HOME/instance-2693937-1277897941.wbo
286.70/286.79	c   Variables        : 293 (231 binary, 0 integer, 0 implicit integer, 62 continuous)
286.70/286.79	c   Constraints      : 158 initial, 29252 maximal
286.70/286.79	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
286.70/286.79	c   trivial          :       0.00          0          0          0          0          0          0          0          0
286.70/286.79	c   dualfix          :       0.00          4          0          0          0          0          0          0          0
286.70/286.79	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
286.70/286.79	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
286.70/286.79	c   implics          :       0.00          0          0          0          0          0          0          0          0
286.70/286.79	c   probing          :       0.01          0          0          0          0          0          0          0          0
286.70/286.79	c   indicator        :       0.00          0          0          0          0          0          2          0          0
286.70/286.79	c   setppc           :       0.00          0          0          0          0          0          0          0          0
286.70/286.79	c   linear           :       0.00          0          0          0         62          0          6          2          0
286.70/286.79	c   logicor          :       0.00          0          0          0          0          0          0          0          0
286.70/286.79	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0
286.70/286.79	c   root node        :          -          0          -          -          0          -          -          -          -
286.70/286.79	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
286.70/286.79	c   integral         :          0          0          0          0          0          0          0          0          0          0
286.70/286.79	c   indicator        :         62          0    1213563          0     368974       4152     724732          0          0          0
286.70/286.79	c   setppc           :         30          0    1650764          0     454124      17221    1950492          0          0          0
286.70/286.79	c   linear           :         62          0    1633647          0     454152     159905    7804977          0          0          0
286.70/286.79	c   logicor          :          4+         0     797063          0     451911      44882     579881          0          0          0
286.70/286.79	c   bounddisjunction :          0+         0      36597          0          0          0       4410          0          0          0
286.70/286.79	c   countsols        :          0          0          0          0     454174          0          0          0          0          0
286.70/286.79	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
286.70/286.79	c   integral         :       0.00       0.00       0.00       0.00       0.00
286.70/286.79	c   indicator        :       1.34       0.00       0.90       0.00       0.44
286.70/286.79	c   setppc           :       6.12       0.00       4.66       0.00       1.46
286.70/286.79	c   linear           :      35.31       0.00      35.07       0.00       0.24
286.70/286.79	c   logicor          :      97.72       0.00      97.44       0.00       0.28
286.70/286.79	c   bounddisjunction :       0.02       0.00       0.02       0.00       0.00
286.70/286.79	c   countsols        :       0.07       0.00       0.00       0.00       0.07
286.70/286.79	c Propagators        :       Time      Calls    Cutoffs    DomReds
286.70/286.79	c   vbounds          :       0.37          2          0          0
286.70/286.79	c   rootredcost      :       0.40          0          0          0
286.70/286.79	c   pseudoobj        :       5.27    1668124      13243     677271
286.70/286.79	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
286.70/286.79	c   propagation      :      13.62     235251     235226    1149056       26.4      98420       14.6          -
286.70/286.79	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
286.70/286.79	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
286.70/286.79	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
286.70/286.79	c   pseudo solution  :       0.01         53         53        244       26.7         26       15.0          -
286.70/286.79	c   applied globally :          -          -          -     677920       17.9          -          -          -
286.70/286.79	c   applied locally  :          -          -          -      27807       37.9          -          -          -
286.70/286.79	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
286.70/286.79	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
286.70/286.79	c   redcost          :       0.00          0          0          0          0          0
286.70/286.79	c   impliedbounds    :       0.00          0          0          0          0          0
286.70/286.79	c   intobj           :       0.00          0          0          0          0          0
286.70/286.79	c   cgmip            :       0.00          0          0          0          0          0
286.70/286.79	c   gomory           :       0.00          0          0          0          0          0
286.70/286.79	c   strongcg         :       0.00          0          0          0          0          0
286.70/286.79	c   cmir             :       0.00          0          0          0          0          0
286.70/286.79	c   flowcover        :       0.00          0          0          0          0          0
286.70/286.79	c   clique           :       0.00          0          0          0          0          0
286.70/286.79	c   zerohalf         :       0.00          0          0          0          0          0
286.70/286.79	c   mcf              :       0.00          0          0          0          0          0
286.70/286.79	c   rapidlearning    :       0.00          0          0          0          0          0
286.70/286.79	c Pricers            :       Time      Calls       Vars
286.70/286.79	c   problem variables:       0.00          0          0
286.70/286.79	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
286.70/286.79	c   relpscost        :       0.00          0          0          0          0          0          0
286.70/286.79	c   pscost           :       0.00          0          0          0          0          0          0
286.70/286.79	c   inference        :       3.31     454152          0          0          0          0     908304
286.70/286.79	c   mostinf          :       0.00          0          0          0          0          0          0
286.70/286.79	c   leastinf         :       0.00          0          0          0          0          0          0
286.70/286.79	c   fullstrong       :       0.00          0          0          0          0          0          0
286.70/286.79	c   allfullstrong    :       0.00          0          0          0          0          0          0
286.70/286.79	c   random           :       0.00          0          0          0          0          0          0
286.70/286.79	c Primal Heuristics  :       Time      Calls      Found
286.70/286.79	c   LP solutions     :       0.00          -          0
286.70/286.79	c   pseudo solutions :       0.35          -         22
286.70/286.79	c   oneopt           :       0.24          0          0
286.70/286.79	c   trivial          :       0.00          2          0
286.70/286.79	c   simplerounding   :       0.00          0          0
286.70/286.79	c   zirounding       :       0.00          0          0
286.70/286.79	c   rounding         :       0.00          0          0
286.70/286.79	c   shifting         :       0.00          0          0
286.70/286.79	c   intshifting      :       0.00          0          0
286.70/286.79	c   twoopt           :       0.00          0          0
286.70/286.79	c   fixandinfer      :       0.00          0          0
286.70/286.79	c   feaspump         :       0.00          0          0
286.70/286.79	c   coefdiving       :       0.00          0          0
286.70/286.79	c   pscostdiving     :       0.00          0          0
286.70/286.79	c   fracdiving       :       0.00          0          0
286.70/286.79	c   veclendiving     :       0.00          0          0
286.70/286.79	c   intdiving        :       0.00          0          0
286.70/286.79	c   actconsdiving    :       0.00          0          0
286.70/286.79	c   objpscostdiving  :       0.00          0          0
286.70/286.79	c   rootsoldiving    :       0.00          0          0
286.70/286.79	c   linesearchdiving :       0.00          0          0
286.70/286.79	c   guideddiving     :       0.00          0          0
286.70/286.79	c   octane           :       0.00          0          0
286.70/286.79	c   rens             :       0.00          0          0
286.70/286.79	c   rins             :       0.00          0          0
286.70/286.79	c   localbranching   :       0.00          0          0
286.70/286.79	c   mutation         :       0.00          0          0
286.70/286.79	c   crossover        :       0.00          0          0
286.70/286.79	c   dins             :       0.00          0          0
286.70/286.79	c   undercover       :       0.00          0          0
286.70/286.79	c   nlp              :       0.12          0          0
286.70/286.79	c   trysol           :       0.09          1          0
286.70/286.79	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
286.70/286.79	c   primal LP        :       0.00          0          0       0.00          -
286.70/286.79	c   dual LP          :       0.00          0          0       0.00          -
286.70/286.79	c   lex dual LP      :       0.00          0          0       0.00          -
286.70/286.79	c   barrier LP       :       0.00          0          0       0.00          -
286.70/286.79	c   diving/probing LP:       0.00          0          0       0.00          -
286.70/286.79	c   strong branching :       0.00          0          0       0.00          -
286.70/286.79	c     (at root node) :          -          0          0       0.00          -
286.70/286.79	c   conflict analysis:       0.00          0          0       0.00          -
286.70/286.79	c B&B Tree           :
286.70/286.79	c   number of runs   :          1
286.70/286.79	c   nodes            :     616662
286.70/286.79	c   nodes (total)    :     616662
286.70/286.79	c   nodes left       :          0
286.70/286.79	c   max depth        :        176
286.70/286.79	c   max depth (total):        176
286.70/286.79	c   backtracks       :     168522 (27.3%)
286.70/286.79	c   delayed cutoffs  :     103094
286.70/286.79	c   repropagations   :     558313 (3159137 domain reductions, 76968 cutoffs)
286.70/286.79	c   avg switch length:      16.16
286.70/286.79	c   switching time   :      89.33
286.70/286.79	c Solution           :
286.70/286.79	c   Solutions found  :         22 (22 improvements)
286.70/286.79	c   First Solution   : +6.54000000000000e+02   (in run 1, after 61639 nodes, 17.50 seconds, depth 103, found by <relaxation>)
286.70/286.79	c   Primal Bound     : +2.00000000000000e+00   (in run 1, after 616662 nodes, 280.21 seconds, depth 65, found by <relaxation>)
286.70/286.79	c   Dual Bound       : +2.00000000000000e+00
286.70/286.79	c   Gap              :       0.00 %
286.70/286.79	c   Root Dual Bound  : +0.00000000000000e+00
286.70/286.79	c   Root Iterations  :          0
286.80/286.82	c Time complete: 286.81.

Verifier Data

OK	2

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2693937-1277897941/watcher-2693937-1277897941 -o /tmp/evaluation-result-2693937-1277897941/solver-2693937-1277897941 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2693937-1277897941.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.92 1.98 1.99 4/178 10873
/proc/meminfo: memFree=31465924/32951124 swapFree=67111528/67111528
[pid=10873] ppid=10871 vsize=8256 CPUtime=0
/proc/10873/stat : 10873 (pbscip.linux.x8) R 10871 10873 10848 0 -1 4202496 1544 0 0 0 0 0 0 0 24 0 1 0 131092154 8454144 1467 4089446400 4194304 7136930 140735975028016 18446744073709551615 6164672 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/10873/statm: 2064 1467 275 719 0 1343 0

[startup+0.096557 s]
/proc/loadavg: 1.92 1.98 1.99 4/178 10873
/proc/meminfo: memFree=31465924/32951124 swapFree=67111528/67111528
[pid=10873] ppid=10871 vsize=12968 CPUtime=0.09
/proc/10873/stat : 10873 (pbscip.linux.x8) R 10871 10873 10848 0 -1 4202496 4773 0 0 0 8 1 0 0 24 0 1 0 131092154 13279232 2544 4089446400 4194304 7136930 140735975028016 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/10873/statm: 3242 2544 395 719 0 2521 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 12968

[startup+0.100566 s]
/proc/loadavg: 1.92 1.98 1.99 4/178 10873
/proc/meminfo: memFree=31465924/32951124 swapFree=67111528/67111528
[pid=10873] ppid=10871 vsize=12968 CPUtime=0.09
/proc/10873/stat : 10873 (pbscip.linux.x8) R 10871 10873 10848 0 -1 4202496 4775 0 0 0 8 1 0 0 24 0 1 0 131092154 13279232 2546 4089446400 4194304 7136930 140735975028016 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/10873/statm: 3242 2546 395 719 0 2521 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 12968

[startup+0.300523 s]
/proc/loadavg: 1.92 1.98 1.99 4/178 10873
/proc/meminfo: memFree=31465924/32951124 swapFree=67111528/67111528
[pid=10873] ppid=10871 vsize=15124 CPUtime=0.29
/proc/10873/stat : 10873 (pbscip.linux.x8) R 10871 10873 10848 0 -1 4202496 5286 0 0 0 26 3 0 0 25 0 1 0 131092154 15486976 3057 4089446400 4194304 7136930 140735975028016 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/10873/statm: 3781 3057 395 719 0 3060 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 15124

[startup+0.700453 s]
/proc/loadavg: 1.92 1.98 1.99 4/178 10873
/proc/meminfo: memFree=31465924/32951124 swapFree=67111528/67111528
[pid=10873] ppid=10871 vsize=18072 CPUtime=0.69
/proc/10873/stat : 10873 (pbscip.linux.x8) R 10871 10873 10848 0 -1 4202496 6053 0 0 0 63 6 0 0 25 0 1 0 131092154 18505728 3824 4089446400 4194304 7136930 140735975028016 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/10873/statm: 4518 3824 395 719 0 3797 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 18072

[startup+1.50031 s]
/proc/loadavg: 1.92 1.98 1.99 3/179 10874
/proc/meminfo: memFree=31450788/32951124 swapFree=67111528/67111528
[pid=10873] ppid=10871 vsize=21772 CPUtime=1.49
/proc/10873/stat : 10873 (pbscip.linux.x8) R 10871 10873 10848 0 -1 4202496 6999 0 0 0 139 10 0 0 25 0 1 0 131092154 22294528 4770 4089446400 4194304 7136930 140735975028016 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/10873/statm: 5443 4770 395 719 0 4722 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 21772

[startup+3.10103 s]
/proc/loadavg: 1.93 1.98 1.99 3/179 10874
/proc/meminfo: memFree=31445456/32951124 swapFree=67111528/67111528
[pid=10873] ppid=10871 vsize=26656 CPUtime=3.09
/proc/10873/stat : 10873 (pbscip.linux.x8) R 10871 10873 10848 0 -1 4202496 8200 0 0 0 293 16 0 0 25 0 1 0 131092154 27295744 5971 4089446400 4194304 7136930 140735975028016 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/10873/statm: 6664 5971 395 719 0 5943 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 26656

[startup+6.30048 s]
/proc/loadavg: 1.93 1.98 1.99 3/179 10875
/proc/meminfo: memFree=31432980/32951124 swapFree=67111528/67111528
[pid=10873] ppid=10871 vsize=35492 CPUtime=6.29
/proc/10873/stat : 10873 (pbscip.linux.x8) R 10871 10873 10848 0 -1 4202496 10444 0 0 0 601 28 0 0 25 0 1 0 131092154 36343808 8215 4089446400 4194304 7136930 140735975028016 18446744073709551615 5953094 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/10873/statm: 8873 8215 395 719 0 8152 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 35492

[startup+12.7003 s]
/proc/loadavg: 1.94 1.98 1.99 3/179 10875
/proc/meminfo: memFree=31416484/32951124 swapFree=67111528/67111528
[pid=10873] ppid=10871 vsize=44432 CPUtime=12.7
/proc/10873/stat : 10873 (pbscip.linux.x8) R 10871 10873 10848 0 -1 4202496 12653 0 0 0 1223 47 0 0 25 0 1 0 131092154 45498368 10424 4089446400 4194304 7136930 140735975028016 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/10873/statm: 11108 10424 395 719 0 10387 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 44432

[startup+25.5011 s]
/proc/loadavg: 1.95 1.98 1.99 3/179 10875
/proc/meminfo: memFree=31390564/32951124 swapFree=67111528/67111528
[pid=10873] ppid=10871 vsize=61456 CPUtime=25.49
/proc/10873/stat : 10873 (pbscip.linux.x8) R 10871 10873 10848 0 -1 4202496 16899 0 0 0 2473 76 0 0 25 0 1 0 131092154 62930944 14670 4089446400 4194304 7136930 140735975028016 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/10873/statm: 15364 14670 395 719 0 14643 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 61456

[startup+51.1006 s]
/proc/loadavg: 1.96 1.98 1.99 3/179 10875
/proc/meminfo: memFree=31357368/32951124 swapFree=67111528/67111528
[pid=10873] ppid=10871 vsize=73868 CPUtime=51.1
/proc/10873/stat : 10873 (pbscip.linux.x8) R 10871 10873 10848 0 -1 4202496 19979 0 0 0 5001 109 0 0 25 0 1 0 131092154 75640832 17750 4089446400 4194304 7136930 140735975028016 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/10873/statm: 18467 17750 395 719 0 17746 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 73868

[startup+102.307 s]
/proc/loadavg: 1.98 1.98 1.99 3/179 10877
/proc/meminfo: memFree=31324456/32951124 swapFree=67111528/67111528
[pid=10873] ppid=10871 vsize=86580 CPUtime=102.3
/proc/10873/stat : 10873 (pbscip.linux.x8) R 10871 10873 10848 0 -1 4202496 23177 0 0 0 10042 188 0 0 25 0 1 0 131092154 88657920 20948 4089446400 4194304 7136930 140735975028016 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/10873/statm: 21645 20948 396 719 0 20924 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 86580

[startup+162.301 s]
/proc/loadavg: 2.02 2.00 2.00 3/179 10879
/proc/meminfo: memFree=31268600/32951124 swapFree=67111528/67111528
[pid=10873] ppid=10871 vsize=139296 CPUtime=162.3
/proc/10873/stat : 10873 (pbscip.linux.x8) R 10871 10873 10848 0 -1 4202496 35971 0 0 0 15887 343 0 0 25 0 1 0 131092154 142639104 33742 4089446400 4194304 7136930 140735975028016 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/10873/statm: 34824 33742 396 719 0 34103 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 139296

[startup+222.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 10880
/proc/meminfo: memFree=31209888/32951124 swapFree=67111528/67111528
[pid=10873] ppid=10871 vsize=194828 CPUtime=222.3
/proc/10873/stat : 10873 (pbscip.linux.x8) R 10871 10873 10848 0 -1 4202496 49939 0 0 0 21722 508 0 0 25 0 1 0 131092154 199503872 47710 4089446400 4194304 7136930 140735975028016 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/10873/statm: 48707 47710 398 719 0 47986 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 194828

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 10881
/proc/meminfo: memFree=31190372/32951124 swapFree=67111528/67111528
[pid=10873] ppid=10871 vsize=212444 CPUtime=282.3
/proc/10873/stat : 10873 (pbscip.linux.x8) R 10871 10873 10848 0 -1 4202496 54361 0 0 0 27603 627 0 0 25 0 1 0 131092154 217542656 52132 4089446400 4194304 7136930 140735975028016 18446744073709551615 4999771 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/10873/statm: 53111 52132 398 719 0 52390 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 212444

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

[startup+284.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 10881
/proc/meminfo: memFree=31190372/32951124 swapFree=67111528/67111528
[pid=10873] ppid=10871 vsize=212444 CPUtime=284.7
/proc/10873/stat : 10873 (pbscip.linux.x8) R 10871 10873 10848 0 -1 4202496 54364 0 0 0 27840 630 0 0 25 0 1 0 131092154 217542656 52135 4089446400 4194304 7136930 140735975028016 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/10873/statm: 53111 52135 398 719 0 52390 0
Current children cumulated CPU time (s) 284.7
Current children cumulated vsize (KiB) 212444

[startup+285.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 10881
/proc/meminfo: memFree=31190372/32951124 swapFree=67111528/67111528
[pid=10873] ppid=10871 vsize=212444 CPUtime=285.49
/proc/10873/stat : 10873 (pbscip.linux.x8) R 10871 10873 10848 0 -1 4202496 54364 0 0 0 27919 630 0 0 25 0 1 0 131092154 217542656 52135 4089446400 4194304 7136930 140735975028016 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/10873/statm: 53111 52135 398 719 0 52390 0
Current children cumulated CPU time (s) 285.49
Current children cumulated vsize (KiB) 212444

[startup+286.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 10881
/proc/meminfo: memFree=31190124/32951124 swapFree=67111528/67111528
[pid=10873] ppid=10871 vsize=212924 CPUtime=286.3
/proc/10873/stat : 10873 (pbscip.linux.x8) R 10871 10873 10848 0 -1 4202496 54403 0 0 0 27998 632 0 0 25 0 1 0 131092154 218034176 52174 4089446400 4194304 7136930 140735975028016 18446744073709551615 4999811 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/10873/statm: 53231 52174 398 719 0 52510 0
Current children cumulated CPU time (s) 286.3
Current children cumulated vsize (KiB) 212924

[startup+286.701 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 10881
/proc/meminfo: memFree=31190124/32951124 swapFree=67111528/67111528
[pid=10873] ppid=10871 vsize=212924 CPUtime=286.7
/proc/10873/stat : 10873 (pbscip.linux.x8) R 10871 10873 10848 0 -1 4202496 54404 0 0 0 28038 632 0 0 25 0 1 0 131092154 218034176 52175 4089446400 4194304 7136930 140735975028016 18446744073709551615 4212294 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/10873/statm: 53231 52175 398 719 0 52510 0
Current children cumulated CPU time (s) 286.7
Current children cumulated vsize (KiB) 212924

[startup+286.801 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 10881
/proc/meminfo: memFree=31190124/32951124 swapFree=67111528/67111528
[pid=10873] ppid=10871 vsize=203628 CPUtime=286.8
/proc/10873/stat : 10873 (pbscip.linux.x8) R 10871 10873 10848 0 -1 4202496 54409 0 0 0 28048 632 0 0 25 0 1 0 131092154 208515072 49856 4089446400 4194304 7136930 140735975028016 18446744073709551615 4332879 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/10873/statm: 50907 49856 403 719 0 50186 0
Current children cumulated CPU time (s) 286.8
Current children cumulated vsize (KiB) 203628

Child status: 0
Real time (s): 286.82
CPU time (s): 286.827
CPU user time (s): 280.499
CPU system time (s): 6.32804
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 212924

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

runsolver used 0.387941 second user time and 0.925859 second system time

The end

Launcher Data

Begin job on node103 at 2010-06-30 13:39:01
IDJOB=2693937
IDBENCH=78820
IDSOLVER=1206
FILE ID=node103/2693937-1277897941
PBS_JOBID= 11197186
Free space on /tmp= 74208 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.1111227326--soft-33-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-2693937-1277897941/watcher-2693937-1277897941 -o /tmp/evaluation-result-2693937-1277897941/solver-2693937-1277897941 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2693937-1277897941.wbo -t 1800 -m 3800

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

MD5SUM BENCH= e64ffdfbc25b72071cb71ed48c694de3
RANDOM SEED=2112960667

node103.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31466328 kB
Buffers:        180588 kB
Cached:         905640 kB
SwapCached:          0 kB
Active:         718676 kB
Inactive:       625716 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31466328 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            3600 kB
Writeback:           0 kB
AnonPages:      257888 kB
Mapped:          16120 kB
Slab:            76908 kB
PageTables:       5104 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   408336 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= 74204 MiB
End job on node103 at 2010-06-30 13:43:48