Trace number 2693854

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 630.511 630.497

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111219799--soft-33-100-0.wbo
MD5SUMdce35c207127a4ac706b019c5103970d
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark4
Best CPU time to get the best result obtained on this benchmark0.253961
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 1258
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-2693854-1277895785.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.19/1.25	c   1.2s| 10000 |  6871 |     0 |   0.0 |6825k| 176 |   - | 293 |3529 |   0 |   0 |   0 |8219 |   0 | 0.000000e+00 |      --      |    Inf 
3.49/3.58	c   3.4s| 20000 | 11741 |     0 |   0.0 |  11M| 176 |   - | 293 |5812 |   0 |   0 |   0 |  19k|   0 | 0.000000e+00 |      --      |    Inf 
6.79/6.84	c   6.6s| 30000 | 15481 |     0 |   0.0 |  17M| 176 |   - | 293 |  10k|   0 |   0 |   0 |  34k|   0 | 0.000000e+00 |      --      |    Inf 
11.00/11.04	c  10.7s| 40000 | 18094 |     0 |   0.0 |  22M| 176 |   - | 293 |  11k|   0 |   0 |   0 |  50k|   0 | 0.000000e+00 |      --      |    Inf 
15.79/15.84	c  15.3s| 50000 | 20222 |     0 |   0.0 |  24M| 176 |   - | 293 |8091 |   0 |   0 |   0 |  63k|   0 | 0.000000e+00 |      --      |    Inf 
17.39/17.45	o 642
17.39/17.45	c *16.9s| 56368 | 23822 |     0 |   0.0 |  26M| 176 |   - | 293 |6018 |   0 |   0 |   0 |  70k|   0 | 0.000000e+00 | 6.420000e+02 |    Inf 
17.39/17.45	o 548
17.39/17.45	c *16.9s| 56369 | 23821 |     0 |   0.0 |  26M| 176 |   - | 293 |6018 |   0 |   0 |   0 |  70k|   0 | 0.000000e+00 | 5.480000e+02 |    Inf 
18.39/18.44	c  17.8s| 60000 | 25408 |     0 |   0.0 |  28M| 176 |   - | 293 |6105 |   0 |   0 |   0 |  74k|   0 | 0.000000e+00 | 5.480000e+02 |    Inf 
22.89/22.98	c  22.3s| 70000 | 26454 |     0 |   0.0 |  33M| 176 |   - | 293 |  12k|   0 |   0 |   0 |  92k|   0 | 0.000000e+00 | 5.480000e+02 |    Inf 
29.49/29.50	c  28.7s| 80000 | 26458 |     0 |   0.0 |  37M| 176 |   - | 293 |  19k|   0 |   0 |   0 | 111k|   0 | 0.000000e+00 | 5.480000e+02 |    Inf 
38.99/39.02	c  38.0s| 90000 | 24671 |     0 |   0.0 |  39M| 176 |   - | 293 |  23k|   0 |   0 |   0 | 131k|   0 | 0.000000e+00 | 5.480000e+02 |    Inf 
46.99/47.04	c  46.0s|100000 | 26210 |     0 |   0.0 |  36M| 176 |   - | 293 |  10k|   0 |   0 |   0 | 145k|   0 | 0.000000e+00 | 5.480000e+02 |    Inf 
50.99/51.08	c  49.9s|110000 | 30247 |     0 |   0.0 |  40M| 176 |   - | 293 |9956 |   0 |   0 |   0 | 157k|   0 | 0.000000e+00 | 5.480000e+02 |    Inf 
56.49/56.55	c  55.2s|120000 | 31290 |     0 |   0.0 |  44M| 176 |   - | 293 |  13k|   0 |   0 |   0 | 175k|   0 | 0.000000e+00 | 5.480000e+02 |    Inf 
56.59/56.62	o 420
56.59/56.62	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
56.59/56.62	c *55.3s|120430 | 31684 |     0 |   0.0 |  44M| 176 |   - | 293 |  12k|   0 |   0 |   0 | 175k|   0 | 0.000000e+00 | 4.200000e+02 |    Inf 
57.59/57.68	o 397
57.59/57.68	c *56.3s|126896 | 37037 |     0 |   0.0 |  44M| 176 |   - | 293 |3979 |   0 |   0 |   0 | 177k|   0 | 0.000000e+00 | 3.970000e+02 |    Inf 
57.99/58.07	c  56.7s|130000 | 39621 |     0 |   0.0 |  45M| 176 |   - | 293 |4079 |   0 |   0 |   0 | 178k|   0 | 0.000000e+00 | 3.970000e+02 |    Inf 
57.99/58.08	o 288
57.99/58.08	c *56.7s|130092 | 39690 |     0 |   0.0 |  45M| 176 |   - | 293 |4082 |   0 |   0 |   0 | 178k|   0 | 0.000000e+00 | 2.880000e+02 |    Inf 
59.40/59.46	c  58.0s|140000 | 47406 |     0 |   0.0 |  49M| 176 |   - | 293 |5319 |   0 |   0 |   0 | 182k|   0 | 0.000000e+00 | 2.880000e+02 |    Inf 
59.60/59.69	o 272
59.60/59.69	c *58.2s|141299 | 48258 |     0 |   0.0 |  50M| 176 |   - | 293 |5500 |   0 |   0 |   0 | 183k|   0 | 0.000000e+00 | 2.720000e+02 |    Inf 
64.10/64.14	c  62.6s|150000 | 47704 |     0 |   0.0 |  52M| 176 |   - | 293 |  12k|   0 |   0 |   0 | 200k|   0 | 0.000000e+00 | 2.720000e+02 |    Inf 
75.29/75.32	c  73.6s|160000 | 41513 |     0 |   0.0 |  45M| 176 |   - | 293 |  21k|   0 |   0 |   0 | 223k|   0 | 0.000000e+00 | 2.720000e+02 |    Inf 
83.19/83.25	c  81.4s|170000 | 43463 |     0 |   0.0 |  46M| 176 |   - | 293 |  14k|   0 |   0 |   0 | 239k|   0 | 0.000000e+00 | 2.720000e+02 |    Inf 
91.60/91.67	c  89.7s|180000 | 43885 |     0 |   0.0 |  49M| 176 |   - | 293 |  17k|   0 |   0 |   0 | 258k|   0 | 0.000000e+00 | 2.720000e+02 |    Inf 
100.69/100.72	c  98.6s|190000 | 43406 |     0 |   0.0 |  51M| 176 |   - | 293 |  20k|   0 |   0 |   0 | 277k|   0 | 0.000000e+00 | 2.720000e+02 |    Inf 
110.29/110.38	c   108s|200000 | 43103 |     0 |   0.0 |  50M| 176 |   - | 293 |  20k|   0 |   0 |   0 | 294k|   0 | 0.000000e+00 | 2.720000e+02 |    Inf 
110.69/110.73	o 187
110.69/110.73	c * 109s|200899 | 43715 |     0 |   0.0 |  50M| 176 |   - | 293 |  17k|   0 |   0 |   0 | 295k|   0 | 0.000000e+00 | 1.870000e+02 |    Inf 
112.20/112.27	o 186
112.20/112.27	c * 110s|206354 | 47699 |     0 |   0.0 |  48M| 176 |   - | 293 |6350 |   0 |   0 |   0 | 298k|   0 | 0.000000e+00 | 1.860000e+02 |    Inf 
113.00/113.04	c   111s|210000 | 50265 |     0 |   0.0 |  50M| 176 |   - | 293 |5685 |   0 |   0 |   0 | 300k|   0 | 0.000000e+00 | 1.860000e+02 |    Inf 
115.10/115.18	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
115.10/115.18	c   113s|220000 | 57154 |     0 |   0.0 |  54M| 176 |   - | 293 |5657 |   0 |   0 |   0 | 306k|   0 | 0.000000e+00 | 1.860000e+02 |    Inf 
117.10/117.14	c   115s|230000 | 64267 |     0 |   0.0 |  58M| 176 |   - | 293 |5981 |   0 |   0 |   0 | 312k|   0 | 0.000000e+00 | 1.860000e+02 |    Inf 
118.90/118.93	c   116s|240000 | 71483 |     0 |   0.0 |  62M| 176 |   - | 293 |6231 |   0 |   0 |   0 | 317k|   0 | 0.000000e+00 | 1.860000e+02 |    Inf 
120.80/120.85	c   118s|250000 | 78697 |     0 |   0.0 |  66M| 176 |   - | 293 |6453 |   0 |   0 |   0 | 322k|   0 | 0.000000e+00 | 1.860000e+02 |    Inf 
122.79/122.85	c   120s|260000 | 85670 |     0 |   0.0 |  70M| 176 |   - | 293 |6974 |   0 |   0 |   0 | 327k|   0 | 0.000000e+00 | 1.860000e+02 |    Inf 
124.30/124.33	o 171
124.30/124.33	c * 122s|267534 | 90864 |     0 |   0.0 |  73M| 176 |   - | 293 |7160 |   0 |   0 |   0 | 330k|   0 | 0.000000e+00 | 1.710000e+02 |    Inf 
124.79/124.80	c   122s|270000 | 92557 |     0 |   0.0 |  74M| 176 |   - | 293 |7215 |   0 |   0 |   0 | 331k|   0 | 0.000000e+00 | 1.710000e+02 |    Inf 
126.69/126.76	c   124s|280000 | 99537 |     0 |   0.0 |  78M| 176 |   - | 293 |7472 |   0 |   0 |   0 | 336k|   0 | 0.000000e+00 | 1.710000e+02 |    Inf 
128.79/128.85	c   126s|290000 |106255 |     0 |   0.0 |  82M| 176 |   - | 293 |8181 |   0 |   0 |   0 | 341k|   0 | 0.000000e+00 | 1.710000e+02 |    Inf 
129.70/129.72	o 152
129.70/129.72	c * 127s|293628 |108252 |     0 |   0.0 |  83M| 176 |   - | 293 |8300 |   0 |   0 |   0 | 343k|   0 | 0.000000e+00 | 1.520000e+02 |    Inf 
131.09/131.19	c   128s|300000 |112343 |     0 |   0.0 |  86M| 176 |   - | 293 |8672 |   0 |   0 |   0 | 347k|   0 | 0.000000e+00 | 1.520000e+02 |    Inf 
133.49/133.55	c   130s|310000 |118526 |     0 |   0.0 |  91M| 176 |   - | 293 |9164 |   0 |   0 |   0 | 352k|   0 | 0.000000e+00 | 1.520000e+02 |    Inf 
135.99/136.02	c   133s|320000 |124729 |     0 |   0.0 |  95M| 176 |   - | 293 |9807 |   0 |   0 |   0 | 358k|   0 | 0.000000e+00 | 1.520000e+02 |    Inf 
138.69/138.78	c   135s|330000 |129977 |     0 |   0.0 | 100M| 176 |   - | 293 |  10k|   0 |   0 |   0 | 364k|   0 | 0.000000e+00 | 1.520000e+02 |    Inf 
141.80/141.82	c   138s|340000 |134584 |     0 |   0.0 | 100M| 176 |   - | 293 |7034 |   0 |   0 |   0 | 375k|   0 | 1.000000e+00 | 1.520000e+02 |  Large 
150.39/150.44	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
150.39/150.44	c   147s|350000 |131927 |     0 |   0.0 | 103M| 176 |   - | 293 |  16k|   0 |   0 |   0 | 398k|   0 | 1.000000e+00 | 1.520000e+02 |  Large 
165.39/165.44	c   162s|360000 |126387 |     0 |   0.0 | 103M| 176 |   - | 293 |  26k|   0 |   0 |   0 | 422k|   0 | 1.000000e+00 | 1.520000e+02 |  Large 
179.89/179.94	c   176s|370000 |125196 |     0 |   0.0 |  96M| 176 |   - | 293 |  16k|   0 |   0 |   0 | 439k|   0 | 1.000000e+00 | 1.520000e+02 |  Large 
184.00/184.02	c   180s|380000 |130601 |     0 |   0.0 |  97M| 176 |   - | 293 |7646 |   0 |   0 |   0 | 448k|   0 | 1.000000e+00 | 1.520000e+02 |  Large 
184.99/185.05	o 114
184.99/185.05	c * 181s|383460 |127110 |     0 |   0.0 |  93M| 176 |   - | 293 |7683 |   0 |   0 |   0 | 451k|   0 | 1.000000e+00 | 1.140000e+02 |  Large 
187.30/187.31	c   183s|390000 |130485 |     0 |   0.0 |  96M| 176 |   - | 293 |7450 |   0 |   0 |   0 | 457k|   0 | 1.000000e+00 | 1.140000e+02 |  Large 
190.49/190.57	c   186s|400000 |135709 |     0 |   0.0 | 101M| 176 |   - | 293 |7438 |   0 |   0 |   0 | 465k|   0 | 1.000000e+00 | 1.140000e+02 |  Large 
193.60/193.64	c   189s|410000 |141064 |     0 |   0.0 | 106M| 176 |   - | 293 |7831 |   0 |   0 |   0 | 472k|   0 | 1.000000e+00 | 1.140000e+02 |  Large 
196.69/196.70	c   192s|420000 |146498 |     0 |   0.0 | 110M| 176 |   - | 293 |7525 |   0 |   0 |   0 | 480k|   0 | 1.000000e+00 | 1.140000e+02 |  Large 
199.50/199.50	c   195s|430000 |152155 |     0 |   0.0 | 114M| 176 |   - | 293 |7430 |   0 |   0 |   0 | 487k|   0 | 1.000000e+00 | 1.140000e+02 |  Large 
202.40/202.48	c   198s|440000 |157720 |     0 |   0.0 | 119M| 176 |   - | 293 |7802 |   0 |   0 |   0 | 494k|   0 | 1.000000e+00 | 1.140000e+02 |  Large 
205.30/205.34	c   201s|450000 |163243 |     0 |   0.0 | 123M| 176 |   - | 293 |7639 |   0 |   0 |   0 | 501k|   0 | 1.000000e+00 | 1.140000e+02 |  Large 
208.29/208.37	c   204s|460000 |168631 |     0 |   0.0 | 127M| 176 |   - | 293 |7464 |   0 |   0 |   0 | 508k|   0 | 1.000000e+00 | 1.140000e+02 |  Large 
211.30/211.34	c   206s|470000 |173841 |     0 |   0.0 | 132M| 176 |   - | 293 |7785 |   0 |   0 |   0 | 515k|   0 | 1.000000e+00 | 1.140000e+02 |  Large 
214.00/214.08	o 104
214.00/214.08	c * 209s|478624 |176295 |     0 |   0.0 | 134M| 176 |   - | 293 |7699 |   0 |   0 |   0 | 522k|   0 | 1.000000e+00 | 1.040000e+02 |  Large 
214.40/214.47	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
214.40/214.47	c   210s|480000 |177051 |     0 |   0.0 | 134M| 176 |   - | 293 |7573 |   0 |   0 |   0 | 522k|   0 | 1.000000e+00 | 1.040000e+02 |  Large 
216.50/216.58	o 75
216.50/216.58	c * 212s|486600 |162830 |     0 |   0.0 | 124M| 176 |   - | 293 |7833 |   0 |   0 |   0 | 527k|   0 | 1.000000e+00 | 7.500000e+01 |7400.00%
217.81/217.83	c   213s|490000 |164054 |     0 |   0.0 | 126M| 176 |   - | 293 |8074 |   0 |   0 |   0 | 531k|   0 | 1.000000e+00 | 7.500000e+01 |7400.00%
222.00/222.06	c   217s|500000 |167525 |     0 |   0.0 | 131M| 176 |   - | 293 |8089 |   0 |   0 |   0 | 540k|   0 | 1.000000e+00 | 7.500000e+01 |7400.00%
226.10/226.12	c   221s|510000 |170844 |     0 |   0.0 | 135M| 176 |   - | 293 |8490 |   0 |   0 |   0 | 550k|   0 | 1.000000e+00 | 7.500000e+01 |7400.00%
230.40/230.49	c   225s|520000 |173838 |     0 |   0.0 | 140M| 176 |   - | 293 |9244 |   0 |   0 |   0 | 560k|   0 | 1.000000e+00 | 7.500000e+01 |7400.00%
235.30/235.38	c   230s|530000 |176006 |     0 |   0.0 | 144M| 176 |   - | 293 |9475 |   0 |   0 |   0 | 571k|   0 | 1.000000e+00 | 7.500000e+01 |7400.00%
240.50/240.52	c   235s|540000 |177597 |     0 |   0.0 | 148M| 176 |   - | 293 |9811 |   0 |   0 |   0 | 582k|   0 | 1.000000e+00 | 7.500000e+01 |7400.00%
245.60/245.65	c   240s|550000 |179357 |     0 |   0.0 | 153M| 176 |   - | 293 |  10k|   0 |   0 |   0 | 594k|   0 | 2.000000e+00 | 7.500000e+01 |3650.00%
250.99/251.01	c   245s|560000 |180704 |     0 |   0.0 | 159M| 176 |   - | 293 |  10k|   0 |   0 |   0 | 605k|   0 | 2.000000e+00 | 7.500000e+01 |3650.00%
256.60/256.65	c   251s|570000 |181627 |     0 |   0.0 | 164M| 176 |   - | 293 |  11k|   0 |   0 |   0 | 616k|   0 | 2.000000e+00 | 7.500000e+01 |3650.00%
262.70/262.76	c   257s|580000 |182070 |     0 |   0.0 | 170M| 176 |   - | 293 |  12k|   0 |   0 |   0 | 628k|   0 | 2.000000e+00 | 7.500000e+01 |3650.00%
268.90/268.90	c   263s|590000 |182314 |     0 |   0.0 | 175M| 176 |   - | 293 |  12k|   0 |   0 |   0 | 639k|   0 | 2.000000e+00 | 7.500000e+01 |3650.00%
273.40/273.41	c   267s|600000 |186347 |     0 |   0.0 | 179M| 176 |   - | 293 |8576 |   0 |   0 |   0 | 651k|   0 | 2.000000e+00 | 7.500000e+01 |3650.00%
277.79/277.82	c   271s|610000 |189511 |     0 |   0.0 | 185M| 176 |   - | 293 |  10k|   0 |   0 |   0 | 665k|   0 | 2.000000e+00 | 7.500000e+01 |3650.00%
279.40/279.45	o 53
279.40/279.45	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
279.40/279.45	c * 273s|612786 |141741 |     0 |   0.0 | 139M| 176 |   - | 293 |  11k|   0 |   0 |   0 | 669k|   0 | 2.000000e+00 | 5.300000e+01 |2550.00%
285.30/285.38	c   279s|620000 |140840 |     0 |   0.0 | 141M| 176 |   - | 293 |9978 |   0 |   0 |   0 | 684k|   0 | 2.000000e+00 | 5.300000e+01 |2550.00%
286.80/286.89	o 42
286.80/286.89	c * 280s|621718 |138580 |     0 |   0.0 | 140M| 176 |   - | 293 |  10k|   0 |   0 |   0 | 687k|   0 | 2.000000e+00 | 4.200000e+01 |2000.00%
294.10/294.11	c   287s|630000 |137352 |     0 |   0.0 | 145M| 176 |   - | 293 |  13k|   0 |   0 |   0 | 703k|   0 | 2.000000e+00 | 4.200000e+01 |2000.00%
304.00/304.08	c   297s|640000 |135655 |     0 |   0.0 | 149M| 176 |   - | 293 |  16k|   0 |   0 |   0 | 720k|   0 | 2.000000e+00 | 4.200000e+01 |2000.00%
312.31/312.38	c   305s|650000 |133366 |     0 |   0.0 | 149M| 176 |   - | 293 |9389 |   0 |   0 |   0 | 741k|   0 | 2.000000e+00 | 4.200000e+01 |2000.00%
321.21/321.24	c   314s|660000 |130731 |     0 |   0.0 | 152M| 176 |   - | 293 |  12k|   0 |   0 |   0 | 761k|   0 | 2.000000e+00 | 4.200000e+01 |2000.00%
331.70/331.70	c   324s|670000 |127365 |     0 |   0.0 | 154M| 176 |   - | 293 |  14k|   0 |   0 |   0 | 782k|   0 | 2.000000e+00 | 4.200000e+01 |2000.00%
343.50/343.56	c   336s|680000 |123203 |     0 |   0.0 | 154M| 176 |   - | 293 |  17k|   0 |   0 |   0 | 804k|   0 | 2.000000e+00 | 4.200000e+01 |2000.00%
355.50/355.50	o 41
355.50/355.50	c * 348s|689316 |119011 |     0 |   0.0 | 154M| 176 |   - | 293 |  19k|   0 |   0 |   0 | 824k|   0 | 2.000000e+00 | 4.100000e+01 |1950.00%
356.41/356.41	c   349s|690000 |118883 |     0 |   0.0 | 154M| 176 |   - | 293 |  18k|   0 |   0 |   0 | 825k|   0 | 2.000000e+00 | 4.100000e+01 |1950.00%
370.00/370.08	c   362s|700000 |114205 |     0 |   0.0 | 154M| 176 |   - | 293 |  19k|   0 |   0 |   0 | 846k|   0 | 2.000000e+00 | 4.100000e+01 |1950.00%
384.20/384.20	c   376s|710000 |109910 |     0 |   0.0 | 153M| 176 |   - | 293 |  22k|   0 |   0 |   0 | 868k|   0 | 2.000000e+00 | 4.100000e+01 |1950.00%
399.60/399.61	c   391s|720000 |105276 |     0 |   0.0 | 152M| 176 |   - | 293 |  23k|   0 |   0 |   0 | 889k|   0 | 2.000000e+00 | 4.100000e+01 |1950.00%
413.30/413.33	c   405s|730000 |102983 |     0 |   0.0 | 149M| 176 |   - | 293 |  17k|   0 |   0 |   0 | 910k|   0 | 2.000000e+00 | 4.100000e+01 |1950.00%
420.50/420.54	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
420.50/420.54	c   412s|740000 |104761 |     0 |   0.0 | 151M| 176 |   - | 293 |  13k|   0 |   0 |   0 | 927k|   0 | 2.000000e+00 | 4.100000e+01 |1950.00%
428.20/428.28	c   419s|750000 |105774 |     0 |   0.0 | 155M| 176 |   - | 293 |  14k|   0 |   0 |   0 | 946k|   0 | 2.000000e+00 | 4.100000e+01 |1950.00%
437.60/437.68	c   428s|760000 |105227 |     0 |   0.0 | 157M| 176 |   - | 293 |  17k|   0 |   0 |   0 | 966k|   0 | 2.000000e+00 | 4.100000e+01 |1950.00%
447.40/447.43	c   438s|770000 |102971 |     0 |   0.0 | 154M| 176 |   - | 293 |  15k|   0 |   0 |   0 | 989k|   0 | 2.000000e+00 | 4.100000e+01 |1950.00%
456.30/456.40	o 40
456.30/456.40	c * 446s|777693 | 95997 |     0 |   0.0 | 144M| 176 |   - | 293 |  17k|   0 |   0 |   0 |1007k|   0 | 2.000000e+00 | 4.000000e+01 |1900.00%
459.81/459.82	c   450s|780000 | 94701 |     0 |   0.0 | 143M| 176 |   - | 293 |  17k|   0 |   0 |   0 |1013k|   0 | 2.000000e+00 | 4.000000e+01 |1900.00%
470.90/470.98	o 36
470.90/470.98	c * 460s|787056 | 88869 |     0 |   0.0 | 139M| 176 |   - | 293 |  20k|   0 |   0 |   0 |1032k|   0 | 2.000000e+00 | 3.600000e+01 |1700.00%
476.21/476.26	c   466s|790000 | 86926 |     0 |   0.0 | 138M| 176 |   - | 293 |  21k|   0 |   0 |   0 |1039k|   0 | 2.000000e+00 | 3.600000e+01 |1700.00%
495.21/495.29	o 24
495.21/495.29	c * 484s|799329 | 67969 |     0 |   0.0 | 116M| 176 |   - | 293 |  25k|   0 |   0 |   0 |1065k|   0 | 2.000000e+00 | 2.400000e+01 |1100.00%
497.00/497.00	c   486s|800000 | 67147 |     0 |   0.0 | 115M| 176 |   - | 293 |  26k|   0 |   0 |   0 |1067k|   0 | 2.000000e+00 | 2.400000e+01 |1100.00%
519.90/519.90	c   508s|810000 | 63715 |     0 |   0.0 | 116M| 176 |   - | 293 |  32k|   0 |   0 |   0 |1093k|   0 | 2.000000e+00 | 2.400000e+01 |1100.00%
549.70/549.72	c   538s|820000 | 60546 |     0 |   0.0 | 117M| 176 |   - | 293 |  40k|   0 |   0 |   0 |1117k|   0 | 2.000000e+00 | 2.400000e+01 |1100.00%
579.50/579.59	c   567s|830000 | 59058 |     0 |   0.0 | 112M| 176 |   - | 293 |  32k|   0 |   0 |   0 |1137k|   0 | 2.000000e+00 | 2.400000e+01 |1100.00%
596.30/596.34	c   583s|840000 | 56589 |     0 |   0.0 | 104M| 176 |   - | 293 |  29k|   0 |   0 |   0 |1158k|   0 | 2.000000e+00 | 2.400000e+01 |1100.00%
601.40/601.45	o 6
601.40/601.45	c * 588s|841365 |  8466 |     0 |   0.0 |  35M| 176 |   - | 293 |  31k|   0 |   0 |   0 |1163k|   0 | 2.000000e+00 | 6.000000e+00 | 200.00%
612.81/612.86	o 4
612.81/612.86	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
612.81/612.86	c * 600s|843908 |  5098 |     0 |   0.0 |  30M| 176 |   - | 293 |  34k|   0 |   0 |   0 |1171k|   0 | 3.000000e+00 | 4.000000e+00 |  33.33%
630.40/630.43	c 
630.40/630.43	c SCIP Status        : problem is solved [optimal solution found]
630.40/630.43	c Solving Time (sec) : 617.08
630.40/630.43	c Solving Nodes      : 847230
630.40/630.43	c Primal Bound       : +4.00000000000000e+00 (21 solutions)
630.40/630.43	c Dual Bound         : +4.00000000000000e+00
630.40/630.43	c Gap                : 0.00 %
630.40/630.43	s OPTIMUM FOUND
630.40/630.43	v -x169 -x168 -x167 -x166 -x165 -x164 -x163 -x162 -x161 -x160 -x159 -x158 -x157 -x156 -x155 -x154 x153 x152 -x151 -x150 -x149 -x148 
630.40/630.43	v -x147 -x146 -x145 -x144 -x143 -x142 -x141 -x140 -x139 -x138 -x137 -x136 -x135 -x134 -x133 x132 -x131 -x130 -x129 -x128 -x127 
630.40/630.43	v -x126 -x125 -x124 x123 -x122 -x121 -x120 -x119 -x118 -x117 -x116 x115 -x114 -x113 -x112 -x111 -x110 -x109 -x108 -x107 -x106 
630.40/630.43	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 
630.40/630.43	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 
630.40/630.43	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 
630.40/630.43	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 
630.40/630.43	v x4 -x3 -x2 -x1 
630.40/630.43	c SCIP Status        : problem is solved [optimal solution found]
630.40/630.43	c Solving Time       :     617.08
630.40/630.43	c Original Problem   :
630.40/630.43	c   Problem name     : HOME/instance-2693854-1277895785.wbo
630.40/630.43	c   Variables        : 297 (233 binary, 0 integer, 0 implicit integer, 64 continuous)
630.40/630.43	c   Constraints      : 166 initial, 166 maximal
630.40/630.43	c Presolved Problem  :
630.40/630.43	c   Problem name     : t_HOME/instance-2693854-1277895785.wbo
630.40/630.43	c   Variables        : 293 (231 binary, 0 integer, 0 implicit integer, 62 continuous)
630.40/630.43	c   Constraints      : 158 initial, 46795 maximal
630.40/630.43	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
630.40/630.43	c   trivial          :       0.00          0          0          0          0          0          0          0          0
630.40/630.43	c   dualfix          :       0.00          4          0          0          0          0          0          0          0
630.40/630.43	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
630.40/630.43	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
630.40/630.43	c   implics          :       0.00          0          0          0          0          0          0          0          0
630.40/630.43	c   probing          :       0.01          0          0          0          0          0          0          0          0
630.40/630.43	c   indicator        :       0.00          0          0          0          0          0          2          0          0
630.40/630.43	c   setppc           :       0.00          0          0          0          0          0          0          0          0
630.40/630.43	c   linear           :       0.00          0          0          0         62          0          6          2          0
630.40/630.43	c   logicor          :       0.00          0          0          0          0          0          0          0          0
630.40/630.43	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0
630.40/630.43	c   root node        :          -          0          -          -          0          -          -          -          -
630.40/630.43	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
630.40/630.43	c   integral         :          0          0          0          0          0          0          0          0          0          0
630.40/630.43	c   indicator        :         62          0    2307974          0     527457       6690    1201473          0          0          0
630.40/630.43	c   setppc           :         30          0    2634614          0     591916      22006    2820138          0          0          0
630.40/630.43	c   linear           :         62          0    2612723          0     591947     272423   10726010          0          0          0
630.40/630.43	c   logicor          :          4+         0    1294150          0     583640      62253     808220          0          0          0
630.40/630.43	c   bounddisjunction :          0+         0      48870          0          0          0       4616          0          0          0
630.40/630.43	c   countsols        :          0          0          0          0     591968          0          0          0          0          0
630.40/630.43	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
630.40/630.43	c   integral         :       0.00       0.00       0.00       0.00       0.00
630.40/630.43	c   indicator        :       2.54       0.00       1.83       0.00       0.71
630.40/630.43	c   setppc           :       8.88       0.00       6.47       0.00       2.41
630.40/630.43	c   linear           :      59.58       0.00      59.25       0.00       0.33
630.40/630.43	c   logicor          :     251.93       0.00     251.58       0.00       0.35
630.40/630.43	c   bounddisjunction :       0.04       0.00       0.04       0.00       0.00
630.40/630.43	c   countsols        :       0.07       0.00       0.00       0.00       0.07
630.40/630.43	c Propagators        :       Time      Calls    Cutoffs    DomReds
630.40/630.43	c   vbounds          :       0.42          2          0          0
630.40/630.43	c   rootredcost      :       0.44          0          0          0
630.40/630.43	c   pseudoobj        :       8.28    2653380      12120    1121327
630.40/630.43	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
630.40/630.43	c   propagation      :      22.39     368802     368761    1948572       27.4     177108       14.4          -
630.40/630.43	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
630.40/630.43	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
630.40/630.43	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
630.40/630.43	c   pseudo solution  :       0.01         57         57        244       24.4         23       14.2          -
630.40/630.43	c   applied globally :          -          -          -    1137937       18.1          -          -          -
630.40/630.43	c   applied locally  :          -          -          -      44184       37.5          -          -          -
630.40/630.43	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
630.40/630.43	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
630.40/630.43	c   redcost          :       0.00          0          0          0          0          0
630.40/630.43	c   impliedbounds    :       0.00          0          0          0          0          0
630.40/630.43	c   intobj           :       0.00          0          0          0          0          0
630.40/630.43	c   cgmip            :       0.00          0          0          0          0          0
630.40/630.43	c   gomory           :       0.00          0          0          0          0          0
630.40/630.43	c   strongcg         :       0.00          0          0          0          0          0
630.40/630.43	c   cmir             :       0.00          0          0          0          0          0
630.40/630.43	c   flowcover        :       0.00          0          0          0          0          0
630.40/630.43	c   clique           :       0.00          0          0          0          0          0
630.40/630.43	c   zerohalf         :       0.00          0          0          0          0          0
630.40/630.43	c   mcf              :       0.00          0          0          0          0          0
630.40/630.43	c   rapidlearning    :       0.00          0          0          0          0          0
630.40/630.43	c Pricers            :       Time      Calls       Vars
630.40/630.43	c   problem variables:       0.00          0          0
630.40/630.43	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
630.40/630.43	c   relpscost        :       0.00          0          0          0          0          0          0
630.40/630.43	c   pscost           :       0.00          0          0          0          0          0          0
630.40/630.43	c   inference        :       4.90     591947          0          0          0          0    1183894
630.40/630.43	c   mostinf          :       0.00          0          0          0          0          0          0
630.40/630.43	c   leastinf         :       0.00          0          0          0          0          0          0
630.40/630.43	c   fullstrong       :       0.00          0          0          0          0          0          0
630.40/630.43	c   allfullstrong    :       0.00          0          0          0          0          0          0
630.40/630.43	c   random           :       0.00          0          0          0          0          0          0
630.40/630.43	c Primal Heuristics  :       Time      Calls      Found
630.40/630.43	c   LP solutions     :       0.00          -          0
630.40/630.43	c   pseudo solutions :       0.38          -         21
630.40/630.43	c   oneopt           :       0.21          0          0
630.40/630.43	c   trivial          :       0.00          2          0
630.40/630.43	c   simplerounding   :       0.00          0          0
630.40/630.43	c   zirounding       :       0.00          0          0
630.40/630.43	c   rounding         :       0.00          0          0
630.40/630.43	c   shifting         :       0.00          0          0
630.40/630.43	c   intshifting      :       0.00          0          0
630.40/630.43	c   twoopt           :       0.00          0          0
630.40/630.43	c   fixandinfer      :       0.00          0          0
630.40/630.43	c   feaspump         :       0.00          0          0
630.40/630.43	c   coefdiving       :       0.00          0          0
630.40/630.43	c   pscostdiving     :       0.00          0          0
630.40/630.43	c   fracdiving       :       0.00          0          0
630.40/630.43	c   veclendiving     :       0.00          0          0
630.40/630.43	c   intdiving        :       0.00          0          0
630.40/630.43	c   actconsdiving    :       0.00          0          0
630.40/630.43	c   objpscostdiving  :       0.00          0          0
630.40/630.43	c   rootsoldiving    :       0.00          0          0
630.40/630.43	c   linesearchdiving :       0.00          0          0
630.40/630.43	c   guideddiving     :       0.00          0          0
630.40/630.43	c   octane           :       0.00          0          0
630.40/630.43	c   rens             :       0.00          0          0
630.40/630.43	c   rins             :       0.00          0          0
630.40/630.43	c   localbranching   :       0.00          0          0
630.40/630.43	c   mutation         :       0.00          0          0
630.40/630.43	c   crossover        :       0.00          0          0
630.40/630.43	c   dins             :       0.00          0          0
630.40/630.43	c   undercover       :       0.00          0          0
630.40/630.43	c   nlp              :       0.16          0          0
630.40/630.43	c   trysol           :       0.17          1          0
630.40/630.43	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
630.40/630.43	c   primal LP        :       0.00          0          0       0.00          -
630.40/630.43	c   dual LP          :       0.00          0          0       0.00          -
630.40/630.43	c   lex dual LP      :       0.00          0          0       0.00          -
630.40/630.43	c   barrier LP       :       0.00          0          0       0.00          -
630.40/630.43	c   diving/probing LP:       0.00          0          0       0.00          -
630.40/630.43	c   strong branching :       0.00          0          0       0.00          -
630.40/630.43	c     (at root node) :          -          0          0       0.00          -
630.40/630.43	c   conflict analysis:       0.00          0          0       0.00          -
630.40/630.43	c B&B Tree           :
630.40/630.43	c   number of runs   :          1
630.40/630.43	c   nodes            :     847230
630.40/630.43	c   nodes (total)    :     847230
630.40/630.43	c   nodes left       :          0
630.40/630.43	c   max depth        :        176
630.40/630.43	c   max depth (total):        176
630.40/630.43	c   backtracks       :     285924 (33.7%)
630.40/630.43	c   delayed cutoffs  :     195607
630.40/630.43	c   repropagations   :    1010803 (4569619 domain reductions, 120287 cutoffs)
630.40/630.43	c   avg switch length:      20.78
630.40/630.43	c   switching time   :     202.89
630.40/630.43	c Solution           :
630.40/630.43	c   Solutions found  :         21 (21 improvements)
630.40/630.43	c   First Solution   : +6.42000000000000e+02   (in run 1, after 56368 nodes, 16.87 seconds, depth 89, found by <relaxation>)
630.40/630.43	c   Primal Bound     : +4.00000000000000e+00   (in run 1, after 843908 nodes, 599.73 seconds, depth 74, found by <relaxation>)
630.40/630.43	c   Dual Bound       : +4.00000000000000e+00
630.40/630.43	c   Gap              :       0.00 %
630.40/630.43	c   Root Dual Bound  : +0.00000000000000e+00
630.40/630.43	c   Root Iterations  :          0
630.40/630.49	c Time complete: 630.51.

Verifier Data

OK	4

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2693854-1277895785/watcher-2693854-1277895785 -o /tmp/evaluation-result-2693854-1277895785/solver-2693854-1277895785 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2693854-1277895785.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: 2.00 2.00 2.00 4/178 11556
/proc/meminfo: memFree=30696524/32950928 swapFree=67111528/67111528
[pid=11556] ppid=11554 vsize=8252 CPUtime=0
/proc/11556/stat : 11556 (pbscip.linux.x8) R 11554 11556 9971 0 -1 4202496 1547 0 0 0 0 0 0 0 25 0 1 0 130875446 8450048 1469 4089446400 4194304 7136930 140734338584992 18446744073709551615 6164672 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/11556/statm: 2063 1469 275 719 0 1342 0

[startup+0.0314019 s]
/proc/loadavg: 2.00 2.00 2.00 4/178 11556
/proc/meminfo: memFree=30696524/32950928 swapFree=67111528/67111528
[pid=11556] ppid=11554 vsize=11956 CPUtime=0.02
/proc/11556/stat : 11556 (pbscip.linux.x8) R 11554 11556 9971 0 -1 4202496 4499 0 0 0 2 0 0 0 25 0 1 0 130875446 12242944 2269 4089446400 4194304 7136930 140734338584992 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/11556/statm: 2989 2269 391 719 0 2268 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 11956

[startup+0.100391 s]
/proc/loadavg: 2.00 2.00 2.00 4/178 11556
/proc/meminfo: memFree=30696524/32950928 swapFree=67111528/67111528
[pid=11556] ppid=11554 vsize=12988 CPUtime=0.09
/proc/11556/stat : 11556 (pbscip.linux.x8) R 11554 11556 9971 0 -1 4202496 4757 0 0 0 8 1 0 0 25 0 1 0 130875446 13299712 2527 4089446400 4194304 7136930 140734338584992 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/11556/statm: 3247 2527 395 719 0 2526 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 12988

[startup+0.300353 s]
/proc/loadavg: 2.00 2.00 2.00 4/178 11556
/proc/meminfo: memFree=30696524/32950928 swapFree=67111528/67111528
[pid=11556] ppid=11554 vsize=15020 CPUtime=0.29
/proc/11556/stat : 11556 (pbscip.linux.x8) R 11554 11556 9971 0 -1 4202496 5262 0 0 0 27 2 0 0 25 0 1 0 130875446 15380480 3032 4089446400 4194304 7136930 140734338584992 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/11556/statm: 3755 3032 395 719 0 3034 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 15020

[startup+0.700286 s]
/proc/loadavg: 2.00 2.00 2.00 4/178 11556
/proc/meminfo: memFree=30696524/32950928 swapFree=67111528/67111528
[pid=11556] ppid=11554 vsize=17728 CPUtime=0.69
/proc/11556/stat : 11556 (pbscip.linux.x8) R 11554 11556 9971 0 -1 4202496 5948 0 0 0 65 4 0 0 25 0 1 0 130875446 18153472 3718 4089446400 4194304 7136930 140734338584992 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/11556/statm: 4432 3718 395 719 0 3711 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 17728

[startup+1.50014 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 11557
/proc/meminfo: memFree=30681016/32950928 swapFree=67111528/67111528
[pid=11556] ppid=11554 vsize=21228 CPUtime=1.49
/proc/11556/stat : 11556 (pbscip.linux.x8) R 11554 11556 9971 0 -1 4202496 6844 0 0 0 141 8 0 0 25 0 1 0 130875446 21737472 4614 4089446400 4194304 7136930 140734338584992 18446744073709551615 5894749 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/11556/statm: 5307 4614 395 719 0 4586 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 21228

[startup+3.10085 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 11557
/proc/meminfo: memFree=30677916/32950928 swapFree=67111528/67111528
[pid=11556] ppid=11554 vsize=26320 CPUtime=3.09
/proc/11556/stat : 11556 (pbscip.linux.x8) R 11554 11556 9971 0 -1 4202496 8115 0 0 0 296 13 0 0 25 0 1 0 130875446 26951680 5885 4089446400 4194304 7136930 140734338584992 18446744073709551615 5126149 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/11556/statm: 6580 5885 395 719 0 5859 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 26320

[startup+6.30028 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 11557
/proc/meminfo: memFree=30668880/32950928 swapFree=67111528/67111528
[pid=11556] ppid=11554 vsize=33636 CPUtime=6.29
/proc/11556/stat : 11556 (pbscip.linux.x8) R 11554 11556 9971 0 -1 4202496 9972 0 0 0 605 24 0 0 25 0 1 0 130875446 34443264 7742 4089446400 4194304 7136930 140734338584992 18446744073709551615 4999858 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/11556/statm: 8409 7742 395 719 0 7688 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 33636

[startup+12.7001 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 11557
/proc/meminfo: memFree=30659192/32950928 swapFree=67111528/67111528
[pid=11556] ppid=11554 vsize=42284 CPUtime=12.69
/proc/11556/stat : 11556 (pbscip.linux.x8) R 11554 11556 9971 0 -1 4202496 12139 0 0 0 1226 43 0 0 25 0 1 0 130875446 43298816 9909 4089446400 4194304 7136930 140734338584992 18446744073709551615 4223026 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/11556/statm: 10571 9909 395 719 0 9850 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 42284

[startup+25.5009 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 11558
/proc/meminfo: memFree=30643504/32950928 swapFree=67111528/67111528
[pid=11556] ppid=11554 vsize=57600 CPUtime=25.49
/proc/11556/stat : 11556 (pbscip.linux.x8) R 11554 11556 9971 0 -1 4202496 15939 0 0 0 2473 76 0 0 25 0 1 0 130875446 58982400 13709 4089446400 4194304 7136930 140734338584992 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/11556/statm: 14400 13709 395 719 0 13679 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 57600

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 11558
/proc/meminfo: memFree=30633304/32950928 swapFree=67111528/67111528
[pid=11556] ppid=11554 vsize=67980 CPUtime=51.1
/proc/11556/stat : 11556 (pbscip.linux.x8) R 11554 11556 9971 0 -1 4202496 18470 0 0 0 4990 120 0 0 25 0 1 0 130875446 69611520 16240 4089446400 4194304 7136930 140734338584992 18446744073709551615 4210705 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/11556/statm: 16995 16240 395 719 0 16274 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 67980

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 11560
/proc/meminfo: memFree=30614292/32950928 swapFree=67111528/67111528
[pid=11556] ppid=11554 vsize=85948 CPUtime=102.3
/proc/11556/stat : 11556 (pbscip.linux.x8) R 11554 11556 9971 0 -1 4202496 22973 0 0 0 10019 211 0 0 25 0 1 0 130875446 88010752 20743 4089446400 4194304 7136930 140734338584992 18446744073709551615 4948376 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/11556/statm: 21487 20743 396 719 0 20766 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 85948

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 11561
/proc/meminfo: memFree=30553976/32950928 swapFree=67111528/67111528
[pid=11556] ppid=11554 vsize=146932 CPUtime=162.3
/proc/11556/stat : 11556 (pbscip.linux.x8) R 11554 11556 9971 0 -1 4202496 37900 0 0 0 15856 374 0 0 25 0 1 0 130875446 150458368 35670 4089446400 4194304 7136930 140734338584992 18446744073709551615 4223056 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/11556/statm: 36733 35670 396 719 0 36012 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 146932

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 11563
/proc/meminfo: memFree=30509892/32950928 swapFree=67111528/67111528
[pid=11556] ppid=11554 vsize=190380 CPUtime=222.3
/proc/11556/stat : 11556 (pbscip.linux.x8) R 11554 11556 9971 0 -1 4202496 48762 0 0 0 21711 519 0 0 25 0 1 0 130875446 194949120 46532 4089446400 4194304 7136930 140734338584992 18446744073709551615 4925969 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/11556/statm: 47595 46532 398 719 0 46874 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 190380

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 11564
/proc/meminfo: memFree=30454780/32950928 swapFree=67111528/67111528
[pid=11556] ppid=11554 vsize=244796 CPUtime=282.3
/proc/11556/stat : 11556 (pbscip.linux.x8) R 11554 11556 9971 0 -1 4202496 62389 0 0 0 27563 667 0 0 25 0 1 0 130875446 250671104 60159 4089446400 4194304 7136930 140734338584992 18446744073709551615 6166347 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/11556/statm: 61199 60159 398 719 0 60478 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 244796

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 11566
/proc/meminfo: memFree=30453128/32950928 swapFree=67111528/67111528
[pid=11556] ppid=11554 vsize=245936 CPUtime=342.3
/proc/11556/stat : 11556 (pbscip.linux.x8) R 11554 11556 9971 0 -1 4202496 62672 0 0 0 33463 767 0 0 25 0 1 0 130875446 251838464 60442 4089446400 4194304 7136930 140734338584992 18446744073709551615 4434344 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/11556/statm: 61484 60442 398 719 0 60763 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 245936

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 11568
/proc/meminfo: memFree=30446268/32950928 swapFree=67111528/67111528
[pid=11556] ppid=11554 vsize=251264 CPUtime=402.3
/proc/11556/stat : 11556 (pbscip.linux.x8) R 11554 11556 9971 0 -1 4202496 64020 0 0 0 39388 842 0 0 25 0 1 0 130875446 257294336 61790 4089446400 4194304 7136930 140734338584992 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/11556/statm: 62816 61790 398 719 0 62095 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 251264

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 11614
/proc/meminfo: memFree=30954732/32950928 swapFree=67111528/67111528
[pid=11556] ppid=11554 vsize=260704 CPUtime=462.3
/proc/11556/stat : 11556 (pbscip.linux.x8) R 11554 11556 9971 0 -1 4202496 66398 0 0 0 45206 1024 0 0 25 0 1 0 130875446 266960896 64168 4089446400 4194304 7136930 140734338584992 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/11556/statm: 65176 64168 398 719 0 64455 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 260704

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 11616
/proc/meminfo: memFree=30932732/32950928 swapFree=67111528/67111528
[pid=11556] ppid=11554 vsize=262952 CPUtime=522.3
/proc/11556/stat : 11556 (pbscip.linux.x8) R 11554 11556 9971 0 -1 4202496 66829 0 0 0 51057 1173 0 0 25 0 1 0 130875446 269262848 64599 4089446400 4194304 7136930 140734338584992 18446744073709551615 4221383 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/11556/statm: 65738 64599 398 719 0 65017 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 262952

[startup+582.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 11617
/proc/meminfo: memFree=30920112/32950928 swapFree=67111528/67111528
[pid=11556] ppid=11554 vsize=268456 CPUtime=582.31
/proc/11556/stat : 11556 (pbscip.linux.x8) R 11554 11556 9971 0 -1 4202496 68141 0 0 0 56968 1263 0 0 25 0 1 0 130875446 274898944 65911 4089446400 4194304 7136930 140734338584992 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/11556/statm: 67114 65911 398 719 0 66393 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 268456

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

[startup+588.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 11617
/proc/meminfo: memFree=30919604/32950928 swapFree=67111528/67111528
[pid=11556] ppid=11554 vsize=268748 CPUtime=588.71
/proc/11556/stat : 11556 (pbscip.linux.x8) R 11554 11556 9971 0 -1 4202496 68184 0 0 0 57591 1280 0 0 25 0 1 0 130875446 275197952 65954 4089446400 4194304 7136930 140734338584992 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/11556/statm: 67187 65954 398 719 0 66466 0
Current children cumulated CPU time (s) 588.71
Current children cumulated vsize (KiB) 268748

[startup+614.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 11618
/proc/meminfo: memFree=30919196/32950928 swapFree=67111528/67111528
[pid=11556] ppid=11554 vsize=268748 CPUtime=614.31
/proc/11556/stat : 11556 (pbscip.linux.x8) R 11554 11556 9971 0 -1 4202496 68185 0 0 0 60116 1315 0 0 25 0 1 0 130875446 275197952 65955 4089446400 4194304 7136930 140734338584992 18446744073709551615 4223056 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/11556/statm: 67187 65955 398 719 0 66466 0
Current children cumulated CPU time (s) 614.31
Current children cumulated vsize (KiB) 268748

[startup+620.701 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 11618
/proc/meminfo: memFree=30919296/32950928 swapFree=67111528/67111528
[pid=11556] ppid=11554 vsize=268748 CPUtime=620.71
/proc/11556/stat : 11556 (pbscip.linux.x8) R 11554 11556 9971 0 -1 4202496 68185 0 0 0 60747 1324 0 0 25 0 1 0 130875446 275197952 65955 4089446400 4194304 7136930 140734338584992 18446744073709551615 4223056 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/11556/statm: 67187 65955 398 719 0 66466 0
Current children cumulated CPU time (s) 620.71
Current children cumulated vsize (KiB) 268748

[startup+627.101 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 11619
/proc/meminfo: memFree=30919172/32950928 swapFree=67111528/67111528
[pid=11556] ppid=11554 vsize=268748 CPUtime=627.1
/proc/11556/stat : 11556 (pbscip.linux.x8) R 11554 11556 9971 0 -1 4202496 68185 0 0 0 61379 1331 0 0 25 0 1 0 130875446 275197952 65955 4089446400 4194304 7136930 140734338584992 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/11556/statm: 67187 65955 398 719 0 66466 0
Current children cumulated CPU time (s) 627.1
Current children cumulated vsize (KiB) 268748

[startup+628.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 11619
/proc/meminfo: memFree=30919172/32950928 swapFree=67111528/67111528
[pid=11556] ppid=11554 vsize=268748 CPUtime=628.71
/proc/11556/stat : 11556 (pbscip.linux.x8) R 11554 11556 9971 0 -1 4202496 68185 0 0 0 61538 1333 0 0 25 0 1 0 130875446 275197952 65955 4089446400 4194304 7136930 140734338584992 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/11556/statm: 67187 65955 398 719 0 66466 0
Current children cumulated CPU time (s) 628.71
Current children cumulated vsize (KiB) 268748

[startup+629.501 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 11619
/proc/meminfo: memFree=30919172/32950928 swapFree=67111528/67111528
[pid=11556] ppid=11554 vsize=268748 CPUtime=629.5
/proc/11556/stat : 11556 (pbscip.linux.x8) R 11554 11556 9971 0 -1 4202496 68185 0 0 0 61616 1334 0 0 25 0 1 0 130875446 275197952 65955 4089446400 4194304 7136930 140734338584992 18446744073709551615 5000156 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/11556/statm: 67187 65955 398 719 0 66466 0
Current children cumulated CPU time (s) 629.5
Current children cumulated vsize (KiB) 268748

[startup+629.901 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 11619
/proc/meminfo: memFree=30919172/32950928 swapFree=67111528/67111528
[pid=11556] ppid=11554 vsize=267200 CPUtime=629.91
/proc/11556/stat : 11556 (pbscip.linux.x8) R 11554 11556 9971 0 -1 4202496 68185 0 0 0 61656 1335 0 0 25 0 1 0 130875446 273612800 65568 4089446400 4194304 7136930 140734338584992 18446744073709551615 4661237 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/11556/statm: 66800 65568 398 719 0 66079 0
Current children cumulated CPU time (s) 629.91
Current children cumulated vsize (KiB) 267200

[startup+630.306 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 11619
/proc/meminfo: memFree=30920780/32950928 swapFree=67111528/67111528
[pid=11556] ppid=11554 vsize=265136 CPUtime=630.31
/proc/11556/stat : 11556 (pbscip.linux.x8) R 11554 11556 9971 0 -1 4202496 68185 0 0 0 61696 1335 0 0 25 0 1 0 130875446 271499264 65052 4089446400 4194304 7136930 140734338584992 18446744073709551615 4223056 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/11556/statm: 66284 65052 398 719 0 65563 0
Current children cumulated CPU time (s) 630.31
Current children cumulated vsize (KiB) 265136

[startup+630.401 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 11619
/proc/meminfo: memFree=30920780/32950928 swapFree=67111528/67111528
[pid=11556] ppid=11554 vsize=263068 CPUtime=630.4
/proc/11556/stat : 11556 (pbscip.linux.x8) R 11554 11556 9971 0 -1 4202496 68185 0 0 0 61705 1335 0 0 25 0 1 0 130875446 269381632 64535 4089446400 4194304 7136930 140734338584992 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/11556/statm: 65767 64535 398 719 0 65046 0
Current children cumulated CPU time (s) 630.4
Current children cumulated vsize (KiB) 263068

Child status: 0
Real time (s): 630.497
CPU time (s): 630.511
CPU user time (s): 617.14
CPU system time (s): 13.371
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 268748

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 617.14
system time used= 13.371
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 68197
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= 6
involuntary context switches= 3476

runsolver used 0.84887 second user time and 2.03169 second system time

The end

Launcher Data

Begin job on node122 at 2010-06-30 13:03:05
IDJOB=2693854
IDBENCH=78764
IDSOLVER=1206
FILE ID=node122/2693854-1277895785
PBS_JOBID= 11197110
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.1111219799--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-2693854-1277895785/watcher-2693854-1277895785 -o /tmp/evaluation-result-2693854-1277895785/solver-2693854-1277895785 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2693854-1277895785.wbo -t 1800 -m 3800

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

MD5SUM BENCH= dce35c207127a4ac706b019c5103970d
RANDOM SEED=791989460

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

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      30697168 kB
Buffers:        178580 kB
Cached:        1150724 kB
SwapCached:          0 kB
Active:        1293572 kB
Inactive:       817912 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      30697168 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            3136 kB
Writeback:           0 kB
AnonPages:      782032 kB
Mapped:          16492 kB
Slab:            78216 kB
PageTables:       6268 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   933452 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74208 MiB
End job on node122 at 2010-06-30 13:13:35