Trace number 2694136

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 931.993 931.96

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1110974180--soft-0-100-0.wbo
MD5SUMe43f58a024ab39f0c7f396fa22784bca
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark0.155975
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 constraints101
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 5034
Min constraint cost 1
Max constraint cost 98
Sum of constraints costs 5033
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1231
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.00	c SCIP version 1.2.1.2 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: NONE] [Expressions interpreter: NONE]
0.00/0.00	c Copyright (c) 2002-2010 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-2694136-1277923782.wbo>
0.00/0.00	c original problem has 371 variables (270 bin, 0 int, 0 impl, 101 cont) and 203 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	o 5033
0.00/0.00	c feasible solution found by trivial heuristic, objective value  5.033000e+03
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, 101 impls, 0 clqs
0.00/0.01	c (round 2) 0 del vars, 1 del conss, 101 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 101 impls, 0 clqs
0.00/0.01	c    (0.0s) probing: 101/270 (37.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.00/0.01	c    (0.0s) probing aborted: 100/100 successive totally useless probings
0.00/0.01	c presolving (3 rounds):
0.00/0.01	c  0 deleted vars, 1 deleted constraints, 101 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.01	c  101 implications, 0 cliques
0.00/0.01	c presolved problem has 371 variables (270 bin, 0 int, 0 impl, 101 cont) and 202 constraints
0.00/0.01	c     101 constraints of type <indicator>
0.00/0.01	c     101 constraints of type <linear>
0.00/0.01	c transformed objective value is always integral (scale: 1)
0.00/0.01	c Presolving Time: 0.01
0.00/0.01	c - non default parameters ----------------------------------------------------------------------
0.00/0.01	c # SCIP version 1.2.1.2
0.00/0.01	c 
0.00/0.01	c # frequency for displaying node information lines
0.00/0.01	c # [type: int, range: [-1,2147483647], default: 100]
0.00/0.01	c display/freq = 10000
0.00/0.01	c 
0.00/0.01	c # maximal time in seconds to run
0.00/0.01	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.01	c limits/time = 1800
0.00/0.01	c 
0.00/0.01	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.01	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.01	c limits/memory = 3420
0.00/0.01	c 
0.00/0.01	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
0.00/0.01	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.01	c lp/solvefreq = -1
0.00/0.01	c 
0.00/0.01	c # should presolving try to simplify inequalities
0.00/0.01	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.01	c constraints/linear/simplifyinequalities = TRUE
0.00/0.01	c 
0.00/0.01	c # should presolving try to simplify knapsacks
0.00/0.01	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.01	c constraints/knapsack/simplifyinequalities = TRUE
0.00/0.01	c 
0.00/0.01	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.00/0.01	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.01	c separating/rapidlearning/freq = 0
0.00/0.01	c 
0.00/0.01	c -----------------------------------------------------------------------------------------------
0.00/0.01	c start solving
0.00/0.01	c 
0.00/0.01	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.01	c t 0.0s|     1 |     2 |     0 |     - |1124k|   0 |   - | 371 | 202 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 | 5.033000e+03 |    Inf 
1.59/1.62	c   1.5s| 10000 |  6598 |     0 |   0.0 |7826k| 181 |   - | 371 |5322 |   0 |   0 |   0 |8942 |   0 | 0.000000e+00 | 5.033000e+03 |    Inf 
1.79/1.86	o 611
1.79/1.86	c * 1.8s| 14878 | 11439 |     0 |   0.0 |9227k| 221 |   - | 371 |4931 |   0 |   0 |   0 |8993 |   0 | 0.000000e+00 | 6.110000e+02 |    Inf 
2.99/3.00	c   2.9s| 20000 | 14211 |     0 |   0.0 |  12M| 221 |   - | 371 |6036 |   0 |   0 |   0 |  15k|   0 | 0.000000e+00 | 6.110000e+02 |    Inf 
6.19/6.28	c   6.0s| 30000 | 17631 |     0 |   0.0 |  18M| 221 |   - | 371 |  11k|   0 |   0 |   0 |  33k|   0 | 0.000000e+00 | 6.110000e+02 |    Inf 
9.39/9.43	c   9.1s| 40000 | 22290 |     0 |   0.0 |  20M| 221 |   - | 371 |7302 |   0 |   0 |   0 |  46k|   0 | 0.000000e+00 | 6.110000e+02 |    Inf 
9.90/9.94	c   9.6s| 50000 | 32265 |     0 |   0.0 |  21M| 221 |   - | 371 | 758 |   0 |   0 |   0 |  46k|   0 | 0.000000e+00 | 6.110000e+02 |    Inf 
10.29/10.32	o 316
10.29/10.32	c * 9.9s| 58001 | 39679 |     0 |   0.0 |  24M| 221 |   - | 371 | 742 |   0 |   0 |   0 |  46k|   0 | 0.000000e+00 | 3.160000e+02 |    Inf 
10.39/10.41	c  10.0s| 60000 | 41671 |     0 |   0.0 |  24M| 221 |   - | 371 | 720 |   0 |   0 |   0 |  46k|   0 | 0.000000e+00 | 3.160000e+02 |    Inf 
10.79/10.89	o 130
10.79/10.89	c *10.4s| 69050 | 39863 |     0 |   0.0 |  24M| 221 |   - | 371 | 789 |   0 |   0 |   0 |  46k|   0 | 0.000000e+00 | 1.300000e+02 |    Inf 
10.90/10.97	c  10.5s| 70000 | 40697 |     0 |   0.0 |  24M| 221 |   - | 371 | 997 |   0 |   0 |   0 |  47k|   0 | 0.000000e+00 | 1.300000e+02 |    Inf 
11.60/11.68	o 123
11.60/11.68	c *11.2s| 77398 | 43527 |     0 |   0.0 |  27M| 221 |   - | 371 |2301 |   0 |   0 |   0 |  49k|   0 | 0.000000e+00 | 1.230000e+02 |    Inf 
11.89/11.99	c  11.4s| 80000 | 45598 |     0 |   0.0 |  29M| 221 |   - | 371 |2709 |   0 |   0 |   0 |  51k|   0 | 0.000000e+00 | 1.230000e+02 |    Inf 
12.09/12.14	o 116
12.09/12.14	c *11.6s| 81225 | 46111 |     0 |   0.0 |  29M| 221 |   - | 371 |2954 |   0 |   0 |   0 |  51k|   0 | 0.000000e+00 | 1.160000e+02 |    Inf 
12.09/12.16	o 114
12.09/12.16	c *11.6s| 81367 | 45809 |     0 |   0.0 |  29M| 221 |   - | 371 |2990 |   0 |   0 |   0 |  51k|   0 | 0.000000e+00 | 1.140000e+02 |    Inf 
12.19/12.24	o 103
12.19/12.24	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
12.19/12.24	c *11.7s| 81865 | 45374 |     0 |   0.0 |  29M| 221 |   - | 371 |3107 |   0 |   0 |   0 |  52k|   0 | 0.000000e+00 | 1.030000e+02 |    Inf 
12.19/12.24	o 100
12.19/12.24	c *11.7s| 81866 | 45147 |     0 |   0.0 |  29M| 221 |   - | 371 |3107 |   0 |   0 |   0 |  52k|   0 | 0.000000e+00 | 1.000000e+02 |    Inf 
12.59/12.65	o 91
12.59/12.65	c *12.1s| 84292 | 44930 |     0 |   0.0 |  30M| 221 |   - | 371 |3828 |   0 |   0 |   0 |  53k|   0 | 0.000000e+00 | 9.100000e+01 |    Inf 
12.59/12.68	o 81
12.59/12.68	c *12.1s| 84441 | 41883 |     0 |   0.0 |  28M| 221 |   - | 371 |3907 |   0 |   0 |   0 |  53k|   0 | 0.000000e+00 | 8.100000e+01 |    Inf 
12.90/12.98	o 77
12.90/12.98	c *12.4s| 87251 | 43703 |     0 |   0.0 |  28M| 221 |   - | 371 |1505 |   0 |   0 |   0 |  54k|   0 | 0.000000e+00 | 7.700000e+01 |    Inf 
12.99/13.06	o 75
12.99/13.06	c *12.5s| 88076 | 43910 |     0 |   0.0 |  28M| 221 |   - | 371 |1173 |   0 |   0 |   0 |  55k|   0 | 0.000000e+00 | 7.500000e+01 |    Inf 
13.10/13.16	o 73
13.10/13.16	c *12.6s| 89112 | 44470 |     0 |   0.0 |  28M| 221 |   - | 371 |1154 |   0 |   0 |   0 |  55k|   0 | 0.000000e+00 | 7.300000e+01 |    Inf 
13.20/13.25	c  12.6s| 90000 | 45224 |     0 |   0.0 |  29M| 221 |   - | 371 |1224 |   0 |   0 |   0 |  56k|   0 | 0.000000e+00 | 7.300000e+01 |    Inf 
13.29/13.31	o 63
13.29/13.31	c *12.7s| 90564 | 40738 |     0 |   0.0 |  27M| 221 |   - | 371 |1304 |   0 |   0 |   0 |  56k|   0 | 0.000000e+00 | 6.300000e+01 |    Inf 
13.29/13.32	o 51
13.29/13.32	c *12.7s| 90598 | 37124 |     0 |   0.0 |  25M| 221 |   - | 371 |1304 |   0 |   0 |   0 |  56k|   0 | 0.000000e+00 | 5.100000e+01 |    Inf 
13.29/13.38	o 12
13.29/13.38	c *12.8s| 91081 | 33227 |     0 |   0.0 |  23M| 221 |   - | 371 |1368 |   0 |   0 |   0 |  56k|   0 | 0.000000e+00 | 1.200000e+01 |    Inf 
16.59/16.65	c  16.0s|100000 | 34373 |     0 |   0.0 |  28M| 221 |   - | 371 |8841 |   0 |   0 |   0 |  75k|   0 | 0.000000e+00 | 1.200000e+01 |    Inf 
21.19/21.22	c  20.4s|110000 | 35688 |     0 |   0.0 |  32M| 221 |   - | 371 |  12k|   0 |   0 |   0 |  95k|   0 | 0.000000e+00 | 1.200000e+01 |    Inf 
27.00/27.06	c  26.2s|120000 | 35293 |     0 |   0.0 |  34M| 221 |   - | 371 |  15k|   0 |   0 |   0 | 118k|   0 | 0.000000e+00 | 1.200000e+01 |    Inf 
28.60/28.67	o 11
28.60/28.67	c *27.8s|122895 | 35098 |     0 |   0.0 |  31M| 221 |   - | 371 |5958 |   0 |   0 |   0 | 123k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
29.89/29.98	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
29.89/29.98	c  29.0s|130000 | 39595 |     0 |   0.0 |  34M| 221 |   - | 371 |4152 |   0 |   0 |   0 | 130k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
32.19/32.27	c  31.2s|140000 | 45086 |     0 |   0.0 |  38M| 221 |   - | 371 |6525 |   0 |   0 |   0 | 142k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
36.79/36.81	c  35.6s|150000 | 46755 |     0 |   0.0 |  44M| 221 |   - | 371 |  11k|   0 |   0 |   0 | 159k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
43.69/43.73	c  42.4s|160000 | 45158 |     0 |   0.0 |  50M| 221 |   - | 371 |  14k|   0 |   0 |   0 | 179k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
47.69/47.70	c  46.3s|170000 | 47940 |     0 |   0.0 |  49M| 221 |   - | 371 |3491 |   0 |   0 |   0 | 191k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
49.79/49.84	c  48.3s|180000 | 53744 |     0 |   0.0 |  54M| 221 |   - | 371 |3951 |   0 |   0 |   0 | 200k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
52.39/52.47	c  50.9s|190000 | 58913 |     0 |   0.0 |  60M| 221 |   - | 371 |5651 |   0 |   0 |   0 | 212k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
56.69/56.70	c  55.0s|200000 | 60281 |     0 |   0.0 |  65M| 221 |   - | 371 |  14k|   0 |   0 |   0 | 230k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
66.59/66.61	c  64.8s|210000 | 57937 |     0 |   0.0 |  69M| 221 |   - | 371 |  28k|   0 |   0 |   0 | 256k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
81.00/81.08	c  79.2s|220000 | 58014 |     0 |   0.0 |  69M| 221 |   - | 371 |  29k|   0 |   0 |   0 | 278k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
91.40/91.41	c  89.5s|230000 | 61505 |     0 |   0.0 |  71M| 221 |   - | 371 |  26k|   0 |   0 |   0 | 296k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
103.50/103.50	c   101s|240000 | 63464 |     0 |   0.0 |  75M| 221 |   - | 371 |  29k|   0 |   0 |   0 | 318k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
117.40/117.47	c   115s|250000 | 64313 |     0 |   0.0 |  78M| 221 |   - | 371 |  30k|   0 |   0 |   0 | 341k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
132.30/132.36	c   130s|260000 | 64711 |     0 |   0.0 |  81M| 221 |   - | 371 |  32k|   0 |   0 |   0 | 363k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
149.29/149.36	c   147s|270000 | 64149 |     0 |   0.0 |  84M| 221 |   - | 371 |  39k|   0 |   0 |   0 | 387k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
170.40/170.49	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
170.40/170.49	c   168s|280000 | 62814 |     0 |   0.0 |  84M| 221 |   - | 371 |  42k|   0 |   0 |   0 | 410k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
179.10/179.19	c   177s|290000 | 69081 |     0 |   0.0 |  81M| 221 |   - | 371 |  18k|   0 |   0 |   0 | 421k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
185.00/185.01	c   182s|300000 | 74087 |     0 |   0.0 |  84M| 221 |   - | 371 |  17k|   0 |   0 |   0 | 433k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
192.29/192.33	c   190s|310000 | 76909 |     0 |   0.0 |  87M| 221 |   - | 371 |  16k|   0 |   0 |   0 | 449k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
198.90/198.96	c   196s|320000 | 80727 |     0 |   0.0 |  91M| 221 |   - | 371 |  15k|   0 |   0 |   0 | 464k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
204.10/204.11	c   201s|330000 | 85960 |     0 |   0.0 |  94M| 221 |   - | 371 |  14k|   0 |   0 |   0 | 476k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
209.30/209.30	c   206s|340000 | 90693 |     0 |   0.0 |  98M| 221 |   - | 371 |  14k|   0 |   0 |   0 | 489k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
215.10/215.19	c   212s|350000 | 94492 |     0 |   0.0 | 102M| 221 |   - | 371 |  16k|   0 |   0 |   0 | 504k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
222.10/222.20	c   219s|360000 | 97187 |     0 |   0.0 | 106M| 221 |   - | 371 |  17k|   0 |   0 |   0 | 521k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
229.90/229.93	c   227s|370000 | 99923 |     0 |   0.0 | 108M| 221 |   - | 371 |  17k|   0 |   0 |   0 | 537k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
236.51/236.56	c   233s|380000 |103245 |     0 |   0.0 | 112M| 221 |   - | 371 |  17k|   0 |   0 |   0 | 553k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
243.00/243.08	c   240s|390000 |106685 |     0 |   0.0 | 114M| 221 |   - | 371 |  15k|   0 |   0 |   0 | 569k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
252.40/252.49	c   249s|400000 |105923 |     0 |   0.0 | 113M| 221 |   - | 371 |  21k|   0 |   0 |   0 | 591k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
266.50/266.57	c   263s|410000 |106060 |     0 |   0.0 | 115M| 221 |   - | 371 |  29k|   0 |   0 |   0 | 616k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
283.30/283.33	c   280s|420000 |106325 |     0 |   0.0 | 120M| 221 |   - | 371 |  42k|   0 |   0 |   0 | 642k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
303.20/303.26	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
303.20/303.26	c   299s|430000 |106600 |     0 |   0.0 | 126M| 221 |   - | 371 |  55k|   0 |   0 |   0 | 667k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
331.70/331.72	c   328s|440000 |105461 |     0 |   0.0 | 132M| 221 |   - | 371 |  68k|   0 |   0 |   0 | 694k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
375.91/375.94	c   372s|450000 |102254 |     0 |   0.0 | 135M| 221 |   - | 371 |  79k|   0 |   0 |   0 | 723k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
425.21/425.24	c   421s|460000 |101012 |     0 |   0.0 | 128M| 221 |   - | 371 |  60k|   0 |   0 |   0 | 748k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
445.51/445.57	c   441s|470000 |103663 |     0 |   0.0 | 123M| 221 |   - | 371 |  33k|   0 |   0 |   0 | 766k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
461.21/461.20	c   457s|480000 |105704 |     0 |   0.0 | 127M| 221 |   - | 371 |  35k|   0 |   0 |   0 | 784k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
478.71/478.75	c   474s|490000 |106824 |     0 |   0.0 | 132M| 221 |   - | 371 |  39k|   0 |   0 |   0 | 804k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
498.50/498.51	c   494s|500000 |107481 |     0 |   0.0 | 136M| 221 |   - | 371 |  45k|   0 |   0 |   0 | 825k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
520.11/520.19	c   516s|510000 |108053 |     0 |   0.0 | 140M| 221 |   - | 371 |  51k|   0 |   0 |   0 | 846k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
544.01/544.04	c   539s|520000 |109480 |     0 |   0.0 | 143M| 221 |   - | 371 |  53k|   0 |   0 |   0 | 865k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
566.01/566.05	c   561s|530000 |112952 |     0 |   0.0 | 145M| 221 |   - | 371 |  49k|   0 |   0 |   0 | 881k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
586.51/586.50	c   582s|540000 |116172 |     0 |   0.0 | 147M| 221 |   - | 371 |  43k|   0 |   0 |   0 | 897k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
604.51/604.58	c   600s|550000 |119168 |     0 |   0.0 | 149M| 221 |   - | 371 |  40k|   0 |   0 |   0 | 914k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
620.82/620.88	c   616s|560000 |122038 |     0 |   0.0 | 152M| 221 |   - | 371 |  40k|   0 |   0 |   0 | 932k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
637.92/637.92	c   633s|570000 |124368 |     0 |   0.0 | 156M| 221 |   - | 371 |  41k|   0 |   0 |   0 | 950k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
655.62/655.69	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
655.62/655.69	c   650s|580000 |126210 |     0 |   0.0 | 159M| 221 |   - | 371 |  42k|   0 |   0 |   0 | 969k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
664.42/664.41	o 9
664.42/664.41	c * 659s|584658 |110031 |     0 |   0.0 | 144M| 221 |   - | 371 |  43k|   0 |   0 |   0 | 977k|   0 | 1.000000e+00 | 9.000000e+00 | 800.00%
676.31/676.37	c   671s|590000 |109636 |     0 |   0.0 | 144M| 221 |   - | 371 |  38k|   0 |   0 |   0 | 989k|   0 | 1.000000e+00 | 9.000000e+00 | 800.00%
696.81/696.83	c   691s|600000 |109027 |     0 |   0.0 | 146M| 221 |   - | 371 |  37k|   0 |   0 |   0 |1012k|   0 | 1.000000e+00 | 9.000000e+00 | 800.00%
718.22/718.23	c   713s|610000 |108109 |     0 |   0.0 | 147M| 221 |   - | 371 |  38k|   0 |   0 |   0 |1034k|   0 | 1.000000e+00 | 9.000000e+00 | 800.00%
737.92/737.91	c   732s|620000 |108609 |     0 |   0.0 | 149M| 221 |   - | 371 |  36k|   0 |   0 |   0 |1055k|   0 | 1.000000e+00 | 9.000000e+00 | 800.00%
751.11/751.16	o 8
751.11/751.16	c * 745s|626931 |105151 |     0 |   0.0 | 147M| 221 |   - | 371 |  38k|   0 |   0 |   0 |1070k|   0 | 1.000000e+00 | 8.000000e+00 | 700.00%
757.41/757.40	c   752s|630000 |104885 |     0 |   0.0 | 147M| 221 |   - | 371 |  39k|   0 |   0 |   0 |1077k|   0 | 1.000000e+00 | 8.000000e+00 | 700.00%
776.81/776.89	c   771s|640000 |106097 |     0 |   0.0 | 145M| 221 |   - | 371 |  25k|   0 |   0 |   0 |1096k|   0 | 1.000000e+00 | 8.000000e+00 | 700.00%
786.62/786.60	c   780s|650000 |109110 |     0 |   0.0 | 148M| 221 |   - | 371 |  24k|   0 |   0 |   0 |1112k|   0 | 1.000000e+00 | 8.000000e+00 | 700.00%
802.02/802.08	c   796s|660000 |108106 |     0 |   0.0 | 151M| 221 |   - | 371 |  31k|   0 |   0 |   0 |1135k|   0 | 1.000000e+00 | 8.000000e+00 | 700.00%
815.03/815.06	c   809s|670000 |108215 |     0 |   0.0 | 149M| 221 |   - | 371 |  27k|   0 |   0 |   0 |1155k|   0 | 1.000000e+00 | 8.000000e+00 | 700.00%
841.32/841.38	c   835s|680000 |102703 |     0 |   0.0 | 145M| 221 |   - | 371 |  36k|   0 |   0 |   0 |1187k|   0 | 1.000000e+00 | 8.000000e+00 | 700.00%
866.73/866.74	c   860s|690000 |100865 |     0 |   0.0 | 146M| 221 |   - | 371 |  39k|   0 |   0 |   0 |1215k|   0 | 1.000000e+00 | 8.000000e+00 | 700.00%
896.02/896.04	c   889s|700000 | 98463 |     0 |   0.0 | 150M| 221 |   - | 371 |  50k|   0 |   0 |   0 |1243k|   0 | 1.000000e+00 | 8.000000e+00 | 700.00%
931.82/931.86	o 1
931.82/931.86	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
931.82/931.86	c * 925s|709891 |     0 |     0 |   0.0 |  30M| 221 |   - | 371 |  63k|   0 |   0 |   0 |1272k|   0 | 1.000000e+00 | 1.000000e+00 |   0.00%
931.82/931.88	c 
931.82/931.88	c SCIP Status        : problem is solved [optimal solution found]
931.82/931.88	c Solving Time (sec) : 925.10
931.82/931.88	c Solving Nodes      : 709891
931.82/931.88	c Primal Bound       : +1.00000000000000e+00 (23 solutions)
931.82/931.88	c Dual Bound         : +1.00000000000000e+00
931.82/931.88	c Gap                : 0.00 %
931.82/931.88	s OPTIMUM FOUND
931.82/931.88	v -x169 -x168 x167 -x166 -x165 -x164 -x163 -x162 -x161 -x160 -x159 -x158 -x157 -x156 -x155 -x154 -x153 -x152 -x151 -x150 -x149 -x148 
931.82/931.88	v -x147 -x146 x145 -x144 -x143 -x142 -x141 -x140 -x139 -x138 x137 -x136 -x135 -x134 -x133 -x132 -x131 -x130 -x129 -x128 -x127 
931.82/931.88	v -x126 -x125 -x124 -x123 -x122 -x121 -x120 -x119 x118 -x117 -x116 -x115 x114 -x113 -x112 -x111 -x110 -x109 -x108 -x107 -x106 
931.82/931.88	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 
931.82/931.88	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 
931.82/931.88	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 
931.82/931.88	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 
931.82/931.88	v x4 -x3 -x2 -x1 
931.82/931.88	c SCIP Status        : problem is solved [optimal solution found]
931.82/931.88	c Solving Time       :     925.10
931.82/931.88	c Original Problem   :
931.82/931.88	c   Problem name     : HOME/instance-2694136-1277923782.wbo
931.82/931.88	c   Variables        : 371 (270 binary, 0 integer, 0 implicit integer, 101 continuous)
931.82/931.88	c   Constraints      : 203 initial, 203 maximal
931.82/931.88	c Presolved Problem  :
931.82/931.88	c   Problem name     : t_HOME/instance-2694136-1277923782.wbo
931.82/931.88	c   Variables        : 371 (270 binary, 0 integer, 0 implicit integer, 101 continuous)
931.82/931.88	c   Constraints      : 202 initial, 88939 maximal
931.82/931.88	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
931.82/931.88	c   trivial          :       0.00          0          0          0          0          0          0          0          0
931.82/931.88	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
931.82/931.88	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
931.82/931.88	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
931.82/931.88	c   implics          :       0.00          0          0          0          0          0          0          0          0
931.82/931.88	c   probing          :       0.01          0          0          0          0          0          0          0          0
931.82/931.88	c   indicator        :       0.00          0          0          0          0          0          0          0          0
931.82/931.88	c   linear           :       0.00          0          0          0        101          0          1          0          0
931.82/931.88	c   logicor          :       0.00          0          0          0          0          0          0          0          0
931.82/931.88	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0
931.82/931.88	c   root node        :          -         17          -          -         34          -          -          -          -
931.82/931.88	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
931.82/931.88	c   integral         :          0          0          0          0          0          0          0          0          0          0
931.82/931.88	c   indicator        :        101          0    1736176          0     440904        259     254704          0          0          0
931.82/931.88	c   linear           :        101          0    2046823          0     498722     288792   12942387          0          0          0
931.82/931.88	c   logicor          :          0+         0    1027432          0          0      30525     490447          0          0          0
931.82/931.88	c   bounddisjunction :          0+         0      46808          0          0          1        170          0          0          0
931.82/931.88	c   countsols        :          0          0          0          0     498740          0          0          0          0          0
931.82/931.88	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
931.82/931.88	c   integral         :       0.00       0.00       0.00       0.00       0.00
931.82/931.88	c   indicator        :       1.35       0.00       0.92       0.00       0.43
931.82/931.88	c   linear           :      72.28       0.00      72.03       0.00       0.25
931.82/931.88	c   logicor          :     439.81       0.00     439.81       0.00       0.00
931.82/931.88	c   bounddisjunction :       0.02       0.00       0.02       0.00       0.00
931.82/931.88	c   countsols        :       0.08       0.00       0.00       0.00       0.08
931.82/931.88	c Propagators        :       Time      Calls    Cutoffs    DomReds
931.82/931.88	c   vbounds          :       0.33          2          0          0
931.82/931.88	c   rootredcost      :       0.55          0          0          0
931.82/931.88	c   pseudoobj        :       6.54    2047145        237     218393
931.82/931.88	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
931.82/931.88	c   propagation      :      21.32     319555     319544    1754716       25.5     234891       14.0          -
931.82/931.88	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
931.82/931.88	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
931.82/931.88	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
931.82/931.88	c   pseudo solution  :       0.00         17         17         74       23.9         21       13.5          -
931.82/931.88	c   applied globally :          -          -          -    1252416       17.6          -          -          -
931.82/931.88	c   applied locally  :          -          -          -      20116       37.7          -          -          -
931.82/931.88	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
931.82/931.88	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
931.82/931.88	c   redcost          :       0.00          0          0          0          0          0
931.82/931.88	c   impliedbounds    :       0.00          0          0          0          0          0
931.82/931.88	c   intobj           :       0.00          0          0          0          0          0
931.82/931.88	c   cgmip            :       0.00          0          0          0          0          0
931.82/931.88	c   gomory           :       0.00          0          0          0          0          0
931.82/931.88	c   strongcg         :       0.00          0          0          0          0          0
931.82/931.88	c   cmir             :       0.00          0          0          0          0          0
931.82/931.88	c   flowcover        :       0.00          0          0          0          0          0
931.82/931.88	c   clique           :       0.00          0          0          0          0          0
931.82/931.88	c   zerohalf         :       0.00          0          0          0          0          0
931.82/931.88	c   mcf              :       0.00          0          0          0          0          0
931.82/931.88	c   rapidlearning    :       0.00          0          0          0          0          0
931.82/931.88	c Pricers            :       Time      Calls       Vars
931.82/931.88	c   problem variables:       0.00          0          0
931.82/931.88	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
931.82/931.88	c   relpscost        :       0.00          0          0          0          0          0          0
931.82/931.88	c   pscost           :       0.00          0          0          0          0          0          0
931.82/931.88	c   inference        :       3.95     498720          0          0          0          0     997440
931.82/931.88	c   mostinf          :       0.00          0          0          0          0          0          0
931.82/931.88	c   leastinf         :       0.00          0          0          0          0          0          0
931.82/931.88	c   fullstrong       :       0.00          0          0          0          0          0          0
931.82/931.88	c   allfullstrong    :       0.00          0          0          0          0          0          0
931.82/931.88	c   random           :       0.00          0          0          0          0          0          0
931.82/931.88	c Primal Heuristics  :       Time      Calls      Found
931.82/931.88	c   LP solutions     :       0.00          -          0
931.82/931.88	c   pseudo solutions :       0.31          -         20
931.82/931.88	c   oneopt           :       0.25          0          0
931.82/931.88	c   trivial          :       0.00          2          2
931.82/931.88	c   simplerounding   :       0.00          0          0
931.82/931.88	c   zirounding       :       0.00          0          0
931.82/931.88	c   rounding         :       0.00          0          0
931.82/931.88	c   shifting         :       0.00          0          0
931.82/931.88	c   intshifting      :       0.00          0          0
931.82/931.88	c   twoopt           :       0.00          0          0
931.82/931.88	c   fixandinfer      :       0.00          0          0
931.82/931.88	c   feaspump         :       0.00          0          0
931.82/931.88	c   coefdiving       :       0.00          0          0
931.82/931.88	c   pscostdiving     :       0.00          0          0
931.82/931.88	c   fracdiving       :       0.00          0          0
931.82/931.88	c   veclendiving     :       0.00          0          0
931.82/931.88	c   intdiving        :       0.00          0          0
931.82/931.88	c   actconsdiving    :       0.00          0          0
931.82/931.88	c   objpscostdiving  :       0.00          0          0
931.82/931.88	c   rootsoldiving    :       0.00          0          0
931.82/931.88	c   linesearchdiving :       0.00          0          0
931.82/931.88	c   guideddiving     :       0.00          0          0
931.82/931.88	c   octane           :       0.00          0          0
931.82/931.88	c   rens             :       0.00          0          0
931.82/931.88	c   rins             :       0.00          0          0
931.82/931.88	c   localbranching   :       0.00          0          0
931.82/931.88	c   mutation         :       0.00          0          0
931.82/931.88	c   crossover        :       0.00          0          0
931.82/931.88	c   dins             :       0.00          0          0
931.82/931.88	c   undercover       :       0.00          0          0
931.82/931.88	c   nlp              :       0.23          0          0
931.82/931.88	c   trysol           :       0.12          1          1
931.82/931.88	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
931.82/931.88	c   primal LP        :       0.00          0          0       0.00          -
931.82/931.88	c   dual LP          :       0.00          0          0       0.00          -
931.82/931.88	c   lex dual LP      :       0.00          0          0       0.00          -
931.82/931.88	c   barrier LP       :       0.00          0          0       0.00          -
931.82/931.88	c   diving/probing LP:       0.00          0          0       0.00          -
931.82/931.88	c   strong branching :       0.00          0          0       0.00          -
931.82/931.88	c     (at root node) :          -          0          0       0.00          -
931.82/931.88	c   conflict analysis:       0.00          0          0       0.00          -
931.82/931.88	c B&B Tree           :
931.82/931.88	c   number of runs   :          1
931.82/931.88	c   nodes            :     709891
931.82/931.88	c   nodes (total)    :     709891
931.82/931.88	c   nodes left       :          0
931.82/931.88	c   max depth        :        221
931.82/931.88	c   max depth (total):        221
931.82/931.88	c   backtracks       :     215909 (30.4%)
931.82/931.88	c   delayed cutoffs  :     135569
931.82/931.88	c   repropagations   :     675848 (4073338 domain reductions, 108680 cutoffs)
931.82/931.88	c   avg switch length:      19.65
931.82/931.88	c   switching time   :     280.85
931.82/931.88	c Solution           :
931.82/931.88	c   Solutions found  :         23 (21 improvements)
931.82/931.88	c   First Solution   : +5.03300000000000e+03   (in run 1, after 0 nodes, 0.00 seconds, depth 0, found by <trivial>)
931.82/931.88	c   Primal Bound     : +1.00000000000000e+00   (in run 1, after 709891 nodes, 924.86 seconds, depth 53, found by <relaxation>)
931.82/931.88	c   Dual Bound       : +1.00000000000000e+00
931.82/931.88	c   Gap              :       0.00 %
931.82/931.88	c   Root Dual Bound  : +0.00000000000000e+00
931.82/931.88	c   Root Iterations  :          0
931.92/931.96	c Time complete: 931.98.

Verifier Data

OK	1

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2694136-1277923782/watcher-2694136-1277923782 -o /tmp/evaluation-result-2694136-1277923782/solver-2694136-1277923782 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2694136-1277923782.wbo -t 1800 -m 3800 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 3891200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 3942400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.95 1.99 1.99 4/178 17462
/proc/meminfo: memFree=30106108/32951124 swapFree=67111528/67111528
[pid=17462] ppid=17460 vsize=8252 CPUtime=0
/proc/17462/stat : 17462 (pbscip.linux.x8) R 17460 17462 16083 0 -1 4202496 1548 0 0 0 0 0 0 0 25 0 1 0 133673458 8450048 1470 4089446400 4194304 7136930 140733280523424 18446744073709551615 6328631 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/17462/statm: 2063 1474 275 719 0 1342 0

[startup+0.0277909 s]
/proc/loadavg: 1.95 1.99 1.99 4/178 17462
/proc/meminfo: memFree=30106108/32951124 swapFree=67111528/67111528
[pid=17462] ppid=17460 vsize=12424 CPUtime=0.02
/proc/17462/stat : 17462 (pbscip.linux.x8) R 17460 17462 16083 0 -1 4202496 3070 0 0 0 2 0 0 0 18 0 1 0 133673458 12722176 2382 4089446400 4194304 7136930 140733280523424 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/17462/statm: 3106 2382 390 719 0 2385 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 12424

[startup+0.100752 s]
/proc/loadavg: 1.95 1.99 1.99 4/178 17462
/proc/meminfo: memFree=30106108/32951124 swapFree=67111528/67111528
[pid=17462] ppid=17460 vsize=13824 CPUtime=0.09
/proc/17462/stat : 17462 (pbscip.linux.x8) R 17460 17462 16083 0 -1 4202496 3416 0 0 0 8 1 0 0 18 0 1 0 133673458 14155776 2728 4089446400 4194304 7136930 140733280523424 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/17462/statm: 3456 2728 390 719 0 2735 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13824

[startup+0.300714 s]
/proc/loadavg: 1.95 1.99 1.99 4/178 17462
/proc/meminfo: memFree=30106108/32951124 swapFree=67111528/67111528
[pid=17462] ppid=17460 vsize=16380 CPUtime=0.29
/proc/17462/stat : 17462 (pbscip.linux.x8) R 17460 17462 16083 0 -1 4202496 4077 0 0 0 27 2 0 0 18 0 1 0 133673458 16773120 3389 4089446400 4194304 7136930 140733280523424 18446744073709551615 4999842 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/17462/statm: 4095 3389 390 719 0 3374 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 16380

[startup+0.700638 s]
/proc/loadavg: 1.95 1.99 1.99 4/178 17462
/proc/meminfo: memFree=30106108/32951124 swapFree=67111528/67111528
[pid=17462] ppid=17460 vsize=18960 CPUtime=0.69
/proc/17462/stat : 17462 (pbscip.linux.x8) R 17460 17462 16083 0 -1 4202496 4733 0 0 0 65 4 0 0 18 0 1 0 133673458 19415040 4045 4089446400 4194304 7136930 140733280523424 18446744073709551615 4644815 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/17462/statm: 4740 4045 390 719 0 4019 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 18960

[startup+1.5005 s]
/proc/loadavg: 1.95 1.99 1.99 3/179 17463
/proc/meminfo: memFree=30088616/32951124 swapFree=67111528/67111528
[pid=17462] ppid=17460 vsize=21508 CPUtime=1.49
/proc/17462/stat : 17462 (pbscip.linux.x8) R 17460 17462 16083 0 -1 4202496 5353 0 0 0 143 6 0 0 19 0 1 0 133673458 22024192 4665 4089446400 4194304 7136930 140733280523424 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/17462/statm: 5377 4665 390 719 0 4656 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 21508

[startup+3.1002 s]
/proc/loadavg: 1.95 1.99 1.99 3/179 17463
/proc/meminfo: memFree=30082044/32951124 swapFree=67111528/67111528
[pid=17462] ppid=17460 vsize=27496 CPUtime=3.09
/proc/17462/stat : 17462 (pbscip.linux.x8) R 17460 17462 16083 0 -1 4202496 6890 0 0 0 295 14 0 0 25 0 1 0 133673458 28155904 6202 4089446400 4194304 7136930 140733280523424 18446744073709551615 4999667 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/17462/statm: 6874 6202 390 719 0 6153 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 27496

[startup+6.30058 s]
/proc/loadavg: 1.95 1.99 1.99 3/179 17463
/proc/meminfo: memFree=30070088/32951124 swapFree=67111528/67111528
[pid=17462] ppid=17460 vsize=36532 CPUtime=6.3
/proc/17462/stat : 17462 (pbscip.linux.x8) R 17460 17462 16083 0 -1 4202496 9142 0 0 0 606 24 0 0 25 0 1 0 133673458 37408768 8454 4089446400 4194304 7136930 140733280523424 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/17462/statm: 9133 8454 390 719 0 8412 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 36532

[startup+12.7004 s]
/proc/loadavg: 1.95 1.99 1.99 3/179 17463
/proc/meminfo: memFree=30046440/32951124 swapFree=67111528/67111528
[pid=17462] ppid=17460 vsize=54876 CPUtime=12.69
/proc/17462/stat : 17462 (pbscip.linux.x8) R 17460 17462 16083 0 -1 4202496 13770 0 0 0 1212 57 0 0 25 0 1 0 133673458 56193024 13082 4089446400 4194304 7136930 140733280523424 18446744073709551615 5909111 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/17462/statm: 13719 13082 393 719 0 12998 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 54876

[startup+25.5009 s]
/proc/loadavg: 1.96 1.99 1.99 3/179 17463
/proc/meminfo: memFree=30024492/32951124 swapFree=67111528/67111528
[pid=17462] ppid=17460 vsize=62596 CPUtime=25.49
/proc/17462/stat : 17462 (pbscip.linux.x8) R 17460 17462 16083 0 -1 4202496 15673 0 0 0 2463 86 0 0 25 0 1 0 133673458 64098304 14985 4089446400 4194304 7136930 140733280523424 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/17462/statm: 15649 14985 393 719 0 14928 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 62596

[startup+51.1011 s]
/proc/loadavg: 1.98 1.99 1.99 3/179 17464
/proc/meminfo: memFree=29972360/32951124 swapFree=67111528/67111528
[pid=17462] ppid=17460 vsize=89900 CPUtime=51.09
/proc/17462/stat : 17462 (pbscip.linux.x8) R 17460 17462 16083 0 -1 4202496 22465 0 0 0 4956 153 0 0 25 0 1 0 133673458 92057600 21777 4089446400 4194304 7136930 140733280523424 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/17462/statm: 22475 21777 393 719 0 21754 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 89900

[startup+102.306 s]
/proc/loadavg: 1.99 1.99 1.99 3/179 17465
/proc/meminfo: memFree=29898800/32951124 swapFree=67111528/67111528
[pid=17462] ppid=17460 vsize=113480 CPUtime=102.3
/proc/17462/stat : 17462 (pbscip.linux.x8) R 17460 17462 16083 0 -1 4202496 28103 0 0 0 10030 200 0 0 25 0 1 0 133673458 116203520 27415 4089446400 4194304 7136930 140733280523424 18446744073709551615 5955613 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/17462/statm: 28370 27415 393 719 0 27649 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 113480

[startup+162.301 s]
/proc/loadavg: 2.04 2.01 2.00 3/179 17467
/proc/meminfo: memFree=29816168/32951124 swapFree=67111528/67111528
[pid=17462] ppid=17460 vsize=125120 CPUtime=162.3
/proc/17462/stat : 17462 (pbscip.linux.x8) R 17460 17462 16083 0 -1 4202496 30964 0 0 0 15984 246 0 0 25 0 1 0 133673458 128122880 30276 4089446400 4194304 7136930 140733280523424 18446744073709551615 4431702 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/17462/statm: 31280 30276 393 719 0 30559 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 125120

[startup+222.301 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 17469
/proc/meminfo: memFree=29656524/32951124 swapFree=67111528/67111528
[pid=17462] ppid=17460 vsize=152944 CPUtime=222.3
/proc/17462/stat : 17462 (pbscip.linux.x8) R 17460 17462 16083 0 -1 4202496 37476 0 0 0 21915 315 0 0 25 0 1 0 133673458 156614656 36788 4089446400 4194304 7136930 140733280523424 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/17462/statm: 38236 36788 393 719 0 37515 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 152944

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 17471
/proc/meminfo: memFree=29570800/32951124 swapFree=67111528/67111528
[pid=17462] ppid=17460 vsize=170088 CPUtime=282.3
/proc/17462/stat : 17462 (pbscip.linux.x8) R 17460 17462 16083 0 -1 4202496 41732 0 0 0 27859 371 0 0 25 0 1 0 133673458 174170112 41044 4089446400 4194304 7136930 140733280523424 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/17462/statm: 42522 41044 393 719 0 41801 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 170088

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 17472
/proc/meminfo: memFree=29499472/32951124 swapFree=67111528/67111528
[pid=17462] ppid=17460 vsize=190368 CPUtime=342.31
/proc/17462/stat : 17462 (pbscip.linux.x8) R 17460 17462 16083 0 -1 4202496 46539 0 0 0 33835 396 0 0 25 0 1 0 133673458 194936832 45851 4089446400 4194304 7136930 140733280523424 18446744073709551615 4999811 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/17462/statm: 47592 45851 393 719 0 46871 0
Current children cumulated CPU time (s) 342.31
Current children cumulated vsize (KiB) 190368

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 17473
/proc/meminfo: memFree=29446740/32951124 swapFree=67111528/67111528
[pid=17462] ppid=17460 vsize=195904 CPUtime=402.3
/proc/17462/stat : 17462 (pbscip.linux.x8) R 17460 17462 16083 0 -1 4202496 47610 0 0 0 39816 414 0 0 25 0 1 0 133673458 200605696 46922 4089446400 4194304 7136930 140733280523424 18446744073709551615 6166186 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/17462/statm: 48976 46922 393 719 0 48255 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 195904

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 17475
/proc/meminfo: memFree=29385084/32951124 swapFree=67111528/67111528
[pid=17462] ppid=17460 vsize=202208 CPUtime=462.31
/proc/17462/stat : 17462 (pbscip.linux.x8) R 17460 17462 16083 0 -1 4202496 49096 0 0 0 45793 438 0 0 25 0 1 0 133673458 207060992 48408 4089446400 4194304 7136930 140733280523424 18446744073709551615 4210077 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/17462/statm: 50552 48408 393 719 0 49831 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 202208

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 17477
/proc/meminfo: memFree=29324168/32951124 swapFree=67111528/67111528
[pid=17462] ppid=17460 vsize=211992 CPUtime=522.31
/proc/17462/stat : 17462 (pbscip.linux.x8) R 17460 17462 16083 0 -1 4202496 51529 0 0 0 51762 469 0 0 25 0 1 0 133673458 217079808 50841 4089446400 4194304 7136930 140733280523424 18446744073709551615 5004405 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/17462/statm: 52998 50841 393 719 0 52277 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 211992

[startup+582.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 17479
/proc/meminfo: memFree=29267600/32951124 swapFree=67111528/67111528
[pid=17462] ppid=17460 vsize=217136 CPUtime=582.31
/proc/17462/stat : 17462 (pbscip.linux.x8) R 17460 17462 16083 0 -1 4202496 52844 0 0 0 57739 492 0 0 25 0 1 0 133673458 222347264 52156 4089446400 4194304 7136930 140733280523424 18446744073709551615 4223056 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/17462/statm: 54284 52156 393 719 0 53563 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 217136

[startup+642.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 17480
/proc/meminfo: memFree=29208652/32951124 swapFree=67111528/67111528
[pid=17462] ppid=17460 vsize=224368 CPUtime=642.32
/proc/17462/stat : 17462 (pbscip.linux.x8) R 17460 17462 16083 0 -1 4202496 54585 0 0 0 63707 525 0 0 25 0 1 0 133673458 229752832 53897 4089446400 4194304 7136930 140733280523424 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/17462/statm: 56092 53897 393 719 0 55371 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 224368

[startup+702.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 17490
/proc/meminfo: memFree=29137568/32951124 swapFree=67111528/67111528
[pid=17462] ppid=17460 vsize=226336 CPUtime=702.32
/proc/17462/stat : 17462 (pbscip.linux.x8) R 17460 17462 16083 0 -1 4202496 55091 0 0 0 69676 556 0 0 25 0 1 0 133673458 231768064 54403 4089446400 4194304 7136930 140733280523424 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/17462/statm: 56584 54403 393 719 0 55863 0
Current children cumulated CPU time (s) 702.32
Current children cumulated vsize (KiB) 226336

[startup+762.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 17492
/proc/meminfo: memFree=29090880/32951124 swapFree=67111528/67111528
[pid=17462] ppid=17460 vsize=226336 CPUtime=762.32
/proc/17462/stat : 17462 (pbscip.linux.x8) R 17460 17462 16083 0 -1 4202496 55091 0 0 0 75639 593 0 0 25 0 1 0 133673458 231768064 54403 4089446400 4194304 7136930 140733280523424 18446744073709551615 5955502 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/17462/statm: 56584 54403 393 719 0 55863 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 226336

[startup+822.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 17494
/proc/meminfo: memFree=29047076/32951124 swapFree=67111528/67111528
[pid=17462] ppid=17460 vsize=227940 CPUtime=822.32
/proc/17462/stat : 17462 (pbscip.linux.x8) R 17460 17462 16083 0 -1 4202496 55482 0 0 0 81594 638 0 0 25 0 1 0 133673458 233410560 54794 4089446400 4194304 7136930 140733280523424 18446744073709551615 5953094 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/17462/statm: 56985 54794 393 719 0 56264 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 227940

[startup+882.301 s]
/proc/loadavg: 1.92 1.98 1.99 2/177 17497
/proc/meminfo: memFree=31168332/32951124 swapFree=67111528/67111528
[pid=17462] ppid=17460 vsize=229116 CPUtime=882.32
/proc/17462/stat : 17462 (pbscip.linux.x8) R 17460 17462 16083 0 -1 4202496 55749 0 0 0 87570 662 0 0 25 0 1 0 133673458 234614784 55061 4089446400 4194304 7136930 140733280523424 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/17462/statm: 57279 55061 393 719 0 56558 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 229116

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

[startup+895.9 s]
/proc/loadavg: 1.93 1.98 1.99 3/179 17551
/proc/meminfo: memFree=31143412/32951124 swapFree=67111528/67111528
[pid=17462] ppid=17460 vsize=229116 CPUtime=895.92
/proc/17462/stat : 17462 (pbscip.linux.x8) R 17460 17462 16083 0 -1 4202496 55749 0 0 0 88924 668 0 0 25 0 1 0 133673458 234614784 55061 4089446400 4194304 7136930 140733280523424 18446744073709551615 5955605 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/17462/statm: 57279 55061 393 719 0 56558 0
Current children cumulated CPU time (s) 895.92
Current children cumulated vsize (KiB) 229116

[startup+908.701 s]
/proc/loadavg: 1.95 1.98 1.99 3/179 17578
/proc/meminfo: memFree=31163900/32951124 swapFree=67111528/67111528
[pid=17462] ppid=17460 vsize=229116 CPUtime=908.72
/proc/17462/stat : 17462 (pbscip.linux.x8) R 17460 17462 16083 0 -1 4202496 55749 0 0 0 90199 673 0 0 25 0 1 0 133673458 234614784 55061 4089446400 4194304 7136930 140733280523424 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/17462/statm: 57279 55061 393 719 0 56558 0
Current children cumulated CPU time (s) 908.72
Current children cumulated vsize (KiB) 229116

[startup+921.5 s]
/proc/loadavg: 1.95 1.98 1.99 3/179 17578
/proc/meminfo: memFree=31164724/32951124 swapFree=67111528/67111528
[pid=17462] ppid=17460 vsize=229488 CPUtime=921.52
/proc/17462/stat : 17462 (pbscip.linux.x8) R 17460 17462 16083 0 -1 4202496 55845 0 0 0 91475 677 0 0 25 0 1 0 133673458 234995712 55157 4089446400 4194304 7136930 140733280523424 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/17462/statm: 57372 55157 393 719 0 56651 0
Current children cumulated CPU time (s) 921.52
Current children cumulated vsize (KiB) 229488

[startup+927.9 s]
/proc/loadavg: 1.96 1.98 1.99 3/179 17578
/proc/meminfo: memFree=31164596/32951124 swapFree=67111528/67111528
[pid=17462] ppid=17460 vsize=229488 CPUtime=927.92
/proc/17462/stat : 17462 (pbscip.linux.x8) R 17460 17462 16083 0 -1 4202496 55881 0 0 0 92113 679 0 0 25 0 1 0 133673458 234995712 55193 4089446400 4194304 7136930 140733280523424 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/17462/statm: 57372 55193 393 719 0 56651 0
Current children cumulated CPU time (s) 927.92
Current children cumulated vsize (KiB) 229488

[startup+929.506 s]
/proc/loadavg: 1.96 1.98 1.99 3/179 17578
/proc/meminfo: memFree=31164472/32951124 swapFree=67111528/67111528
[pid=17462] ppid=17460 vsize=229488 CPUtime=929.52
/proc/17462/stat : 17462 (pbscip.linux.x8) R 17460 17462 16083 0 -1 4202496 55882 0 0 0 92273 679 0 0 25 0 1 0 133673458 234995712 55194 4089446400 4194304 7136930 140733280523424 18446744073709551615 4999811 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/17462/statm: 57372 55194 393 719 0 56651 0
Current children cumulated CPU time (s) 929.52
Current children cumulated vsize (KiB) 229488

[startup+931.101 s]
/proc/loadavg: 1.96 1.98 1.99 3/179 17578
/proc/meminfo: memFree=31164592/32951124 swapFree=67111528/67111528
[pid=17462] ppid=17460 vsize=229488 CPUtime=931.12
/proc/17462/stat : 17462 (pbscip.linux.x8) R 17460 17462 16083 0 -1 4202496 55882 0 0 0 92432 680 0 0 25 0 1 0 133673458 234995712 55194 4089446400 4194304 7136930 140733280523424 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/17462/statm: 57372 55194 393 719 0 56651 0
Current children cumulated CPU time (s) 931.12
Current children cumulated vsize (KiB) 229488

[startup+931.5 s]
/proc/loadavg: 1.96 1.98 1.99 3/179 17578
/proc/meminfo: memFree=31164592/32951124 swapFree=67111528/67111528
[pid=17462] ppid=17460 vsize=229488 CPUtime=931.52
/proc/17462/stat : 17462 (pbscip.linux.x8) R 17460 17462 16083 0 -1 4202496 55882 0 0 0 92472 680 0 0 25 0 1 0 133673458 234995712 55194 4089446400 4194304 7136930 140733280523424 18446744073709551615 4999858 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/17462/statm: 57372 55194 393 719 0 56651 0
Current children cumulated CPU time (s) 931.52
Current children cumulated vsize (KiB) 229488

[startup+931.9 s]
/proc/loadavg: 1.96 1.98 1.99 3/179 17578
/proc/meminfo: memFree=31164592/32951124 swapFree=67111528/67111528
[pid=17462] ppid=17460 vsize=224336 CPUtime=931.92
/proc/17462/stat : 17462 (pbscip.linux.x8) R 17460 17462 16083 0 -1 4202496 55888 0 0 0 92512 680 0 0 18 0 1 0 133673458 229720064 53912 4089446400 4194304 7136930 140733280523424 18446744073709551615 4997767 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/17462/statm: 56084 53912 399 719 0 55363 0
Current children cumulated CPU time (s) 931.92
Current children cumulated vsize (KiB) 224336

Child status: 0
Real time (s): 931.96
CPU time (s): 931.993
CPU user time (s): 925.175
CPU system time (s): 6.81796
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 229488

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 925.175
system time used= 6.81796
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 55895
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= 4
involuntary context switches= 1230

runsolver used 1.23081 second user time and 3.01454 second system time

The end

Launcher Data

Begin job on node141 at 2010-06-30 20:49:43
IDJOB=2694136
IDBENCH=79216
IDSOLVER=1206
FILE ID=node141/2694136-1277923782
PBS_JOBID= 11197297
Free space on /tmp= 74208 MiB

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

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

MD5SUM BENCH= e43f58a024ab39f0c7f396fa22784bca
RANDOM SEED=886796917

node141.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.788
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.57
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.788
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.68
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.788
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.83
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.788
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.788
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.80
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.788
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.788
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.788
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:      30106636 kB
Buffers:        207408 kB
Cached:        1145756 kB
SwapCached:          0 kB
Active:        1918592 kB
Inactive:       781016 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30106636 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            3140 kB
Writeback:           0 kB
AnonPages:     1346348 kB
Mapped:          15156 kB
Slab:            80296 kB
PageTables:       7340 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1490360 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 node141 at 2010-06-30 21:05:15