Trace number 2694200

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 solver? (exit code) 68.5006 68.4989

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1110973670--soft-0-100-0.wbo
MD5SUM366069b8ece10aa1f9438c760e1be90c
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.229964
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 4944
Min constraint cost 1
Max constraint cost 98
Sum of constraints costs 4943
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1248
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-2694200-1277924708.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 4943
0.00/0.00	c feasible solution found by trivial heuristic, objective value  4.943000e+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.00
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 | 4.943000e+03 |    Inf 
1.59/1.69	c   1.5s| 10000 |  6404 |     0 |   0.0 |8042k| 177 |   - | 371 |5396 |   0 |   0 |   0 |9668 |   0 | 0.000000e+00 | 4.943000e+03 |    Inf 
2.79/2.87	c   2.5s| 20000 | 14486 |     0 |   0.0 |  11M| 209 |   - | 371 |4888 |   0 |   0 |   0 |  15k|   0 | 0.000000e+00 | 4.943000e+03 |    Inf 
5.69/5.79	c   5.2s| 30000 | 18532 |     0 |   0.0 |  18M| 209 |   - | 371 |  10k|   0 |   0 |   0 |  32k|   0 | 0.000000e+00 | 4.943000e+03 |    Inf 
10.19/10.21	c   9.4s| 40000 | 20291 |     0 |   0.0 |  22M| 209 |   - | 371 |  13k|   0 |   0 |   0 |  52k|   0 | 0.000000e+00 | 4.943000e+03 |    Inf 
10.39/10.43	o 948
10.39/10.43	c * 9.6s| 41517 | 21485 |     0 |   0.0 |  22M| 209 |   - | 371 |  11k|   0 |   0 |   0 |  52k|   0 | 0.000000e+00 | 9.480000e+02 |    Inf 
10.79/10.90	c   9.9s| 50000 | 29955 |     0 |   0.0 |  22M| 209 |   - | 371 | 880 |   0 |   0 |   0 |  52k|   0 | 0.000000e+00 | 9.480000e+02 |    Inf 
11.29/11.35	c  10.2s| 60000 | 39932 |     0 |   0.0 |  24M| 209 |   - | 371 | 736 |   0 |   0 |   0 |  52k|   0 | 0.000000e+00 | 9.480000e+02 |    Inf 
11.79/11.81	c  10.5s| 70000 | 49909 |     0 |   0.0 |  27M| 219 |   - | 371 | 680 |   0 |   0 |   0 |  53k|   0 | 0.000000e+00 | 9.480000e+02 |    Inf 
12.19/12.26	c  10.8s| 80000 | 59885 |     0 |   0.0 |  30M| 219 |   - | 371 | 696 |   0 |   0 |   0 |  53k|   0 | 0.000000e+00 | 9.480000e+02 |    Inf 
12.70/12.71	c  11.2s| 90000 | 69861 |     0 |   0.0 |  33M| 219 |   - | 371 | 731 |   0 |   0 |   0 |  53k|   0 | 0.000000e+00 | 9.480000e+02 |    Inf 
13.09/13.17	c  11.4s|100000 | 79837 |     0 |   0.0 |  36M| 219 |   - | 371 | 751 |   0 |   0 |   0 |  53k|   0 | 0.000000e+00 | 9.480000e+02 |    Inf 
13.59/13.61	c  11.7s|110000 | 89811 |     0 |   0.0 |  39M| 219 |   - | 371 | 766 |   0 |   0 |   0 |  53k|   0 | 0.000000e+00 | 9.480000e+02 |    Inf 
14.00/14.06	c  12.0s|120000 | 99782 |     0 |   0.0 |  42M| 219 |   - | 371 | 786 |   0 |   0 |   0 |  53k|   0 | 0.000000e+00 | 9.480000e+02 |    Inf 
14.09/14.15	o 381
14.09/14.15	c *12.1s|121832 |101143 |     0 |   0.0 |  43M| 219 |   - | 371 | 797 |   0 |   0 |   0 |  53k|   0 | 0.000000e+00 | 3.810000e+02 |    Inf 
14.50/14.56	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
14.50/14.56	c  12.4s|130000 |109267 |     0 |   0.0 |  45M| 219 |   - | 371 | 871 |   0 |   0 |   0 |  53k|   0 | 0.000000e+00 | 3.810000e+02 |    Inf 
14.99/15.07	c  12.7s|140000 |119202 |     0 |   0.0 |  48M| 219 |   - | 371 | 943 |   0 |   0 |   0 |  53k|   0 | 0.000000e+00 | 3.810000e+02 |    Inf 
15.69/15.78	c  13.3s|150000 |128269 |     0 |   0.0 |  52M| 219 |   - | 371 |2639 |   0 |   0 |   0 |  56k|   0 | 0.000000e+00 | 3.810000e+02 |    Inf 
19.59/19.63	c  16.9s|160000 |130216 |     0 |   0.0 |  59M| 219 |   - | 371 |  13k|   0 |   0 |   0 |  76k|   0 | 0.000000e+00 | 3.810000e+02 |    Inf 
25.49/25.57	c  22.6s|170000 |131489 |     0 |   0.0 |  63M| 219 |   - | 371 |  19k|   0 |   0 |   0 |  97k|   0 | 0.000000e+00 | 3.810000e+02 |    Inf 
33.69/33.71	c  30.5s|180000 |131797 |     0 |   0.0 |  67M| 219 |   - | 371 |  24k|   0 |   0 |   0 | 120k|   0 | 0.000000e+00 | 3.810000e+02 |    Inf 
39.39/39.50	c  36.1s|190000 |136029 |     0 |   0.0 |  63M| 219 |   - | 371 |6658 |   0 |   0 |   0 | 134k|   0 | 0.000000e+00 | 3.810000e+02 |    Inf 
39.99/40.05	c  36.4s|200000 |145989 |     0 |   0.0 |  64M| 219 |   - | 371 |1448 |   0 |   0 |   0 | 134k|   0 | 0.000000e+00 | 3.810000e+02 |    Inf 
40.49/40.56	c  36.8s|210000 |155952 |     0 |   0.0 |  67M| 219 |   - | 371 |1280 |   0 |   0 |   0 | 134k|   0 | 0.000000e+00 | 3.810000e+02 |    Inf 
40.99/41.05	c  37.1s|220000 |165920 |     0 |   0.0 |  70M| 219 |   - | 371 |1187 |   0 |   0 |   0 | 134k|   0 | 0.000000e+00 | 3.810000e+02 |    Inf 
41.49/41.58	c  37.5s|230000 |175767 |     0 |   0.0 |  73M| 219 |   - | 371 |1272 |   0 |   0 |   0 | 134k|   0 | 0.000000e+00 | 3.810000e+02 |    Inf 
41.59/41.70	o 377
41.59/41.70	c *37.6s|231601 |177238 |     0 |   0.0 |  74M| 219 |   - | 371 |1312 |   0 |   0 |   0 | 134k|   0 | 0.000000e+00 | 3.770000e+02 |    Inf 
42.20/42.20	c  38.0s|240000 |185310 |     0 |   0.0 |  77M| 219 |   - | 371 |1657 |   0 |   0 |   0 | 135k|   0 | 0.000000e+00 | 3.770000e+02 |    Inf 
42.80/42.89	c  38.5s|250000 |194887 |     0 |   0.0 |  80M| 219 |   - | 371 |1427 |   0 |   0 |   0 | 136k|   0 | 0.000000e+00 | 3.770000e+02 |    Inf 
43.39/43.43	c  38.9s|260000 |204762 |     0 |   0.0 |  83M| 219 |   - | 371 |1400 |   0 |   0 |   0 | 136k|   0 | 0.000000e+00 | 3.770000e+02 |    Inf 
43.90/43.96	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
43.90/43.96	c  39.2s|270000 |214679 |     0 |   0.0 |  86M| 219 |   - | 371 |1329 |   0 |   0 |   0 | 136k|   0 | 0.000000e+00 | 3.770000e+02 |    Inf 
44.39/44.49	c  39.6s|280000 |224610 |     0 |   0.0 |  89M| 219 |   - | 371 |1294 |   0 |   0 |   0 | 136k|   0 | 0.000000e+00 | 3.770000e+02 |    Inf 
45.00/45.01	c  40.0s|290000 |234554 |     0 |   0.0 |  92M| 219 |   - | 371 |1261 |   0 |   0 |   0 | 136k|   0 | 0.000000e+00 | 3.770000e+02 |    Inf 
45.49/45.53	c  40.4s|300000 |244513 |     0 |   0.0 |  95M| 219 |   - | 371 |1241 |   0 |   0 |   0 | 137k|   0 | 0.000000e+00 | 3.770000e+02 |    Inf 
46.00/46.05	c  40.8s|310000 |254456 |     0 |   0.0 |  98M| 219 |   - | 371 |1242 |   0 |   0 |   0 | 137k|   0 | 0.000000e+00 | 3.770000e+02 |    Inf 
46.20/46.25	o 183
46.20/46.25	c *40.9s|313518 |231271 |     0 |   0.0 |  91M| 219 |   - | 371 |1261 |   0 |   0 |   0 | 137k|   0 | 0.000000e+00 | 1.830000e+02 |    Inf 
46.69/46.72	c  41.3s|320000 |237337 |     0 |   0.0 |  93M| 219 |   - | 371 |1589 |   0 |   0 |   0 | 138k|   0 | 0.000000e+00 | 1.830000e+02 |    Inf 
47.50/47.53	c  41.9s|330000 |246529 |     0 |   0.0 |  97M| 219 |   - | 371 |1886 |   0 |   0 |   0 | 139k|   0 | 0.000000e+00 | 1.830000e+02 |    Inf 
48.30/48.38	c  42.6s|340000 |255699 |     0 |   0.0 | 102M| 219 |   - | 371 |2032 |   0 |   0 |   0 | 141k|   0 | 0.000000e+00 | 1.830000e+02 |    Inf 
49.19/49.21	c  43.2s|350000 |264897 |     0 |   0.0 | 106M| 219 |   - | 371 |2109 |   0 |   0 |   0 | 142k|   0 | 0.000000e+00 | 1.830000e+02 |    Inf 
49.99/50.09	c  43.9s|360000 |273990 |     0 |   0.0 | 110M| 219 |   - | 371 |2216 |   0 |   0 |   0 | 144k|   0 | 0.000000e+00 | 1.830000e+02 |    Inf 
50.89/50.97	c  44.6s|370000 |283068 |     0 |   0.0 | 114M| 219 |   - | 371 |2399 |   0 |   0 |   0 | 146k|   0 | 0.000000e+00 | 1.830000e+02 |    Inf 
51.80/51.83	c  45.4s|380000 |292219 |     0 |   0.0 | 118M| 219 |   - | 371 |2423 |   0 |   0 |   0 | 147k|   0 | 0.000000e+00 | 1.830000e+02 |    Inf 
52.70/52.70	c  46.1s|390000 |301281 |     0 |   0.0 | 123M| 219 |   - | 371 |2672 |   0 |   0 |   0 | 149k|   0 | 0.000000e+00 | 1.830000e+02 |    Inf 
53.59/53.63	c  46.9s|400000 |310259 |     0 |   0.0 | 127M| 219 |   - | 371 |2763 |   0 |   0 |   0 | 151k|   0 | 0.000000e+00 | 1.830000e+02 |    Inf 
54.49/54.53	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
54.49/54.53	c  47.6s|410000 |319390 |     0 |   0.0 | 131M| 219 |   - | 371 |2816 |   0 |   0 |   0 | 152k|   0 | 0.000000e+00 | 1.830000e+02 |    Inf 
55.39/55.45	c  48.3s|420000 |328431 |     0 |   0.0 | 135M| 219 |   - | 371 |2959 |   0 |   0 |   0 | 154k|   0 | 0.000000e+00 | 1.830000e+02 |    Inf 
56.39/56.40	c  49.1s|430000 |337392 |     0 |   0.0 | 140M| 219 |   - | 371 |3141 |   0 |   0 |   0 | 156k|   0 | 0.000000e+00 | 1.830000e+02 |    Inf 
57.29/57.35	c  49.9s|440000 |346347 |     0 |   0.0 | 144M| 219 |   - | 371 |3255 |   0 |   0 |   0 | 158k|   0 | 0.000000e+00 | 1.830000e+02 |    Inf 
57.90/57.90	o 179
57.90/57.90	c *50.3s|445751 |348516 |     0 |   0.0 | 145M| 219 |   - | 371 |3332 |   0 |   0 |   0 | 159k|   0 | 0.000000e+00 | 1.790000e+02 |    Inf 
57.90/57.97	o 169
57.90/57.97	c *50.4s|446376 |342761 |     0 |   0.0 | 143M| 219 |   - | 371 |3344 |   0 |   0 |   0 | 159k|   0 | 0.000000e+00 | 1.690000e+02 |    Inf 
58.30/58.33	c  50.7s|450000 |345967 |     0 |   0.0 | 144M| 219 |   - | 371 |3317 |   0 |   0 |   0 | 160k|   0 | 0.000000e+00 | 1.690000e+02 |    Inf 
59.30/59.37	c  51.6s|460000 |354721 |     0 |   0.0 | 149M| 219 |   - | 371 |3630 |   0 |   0 |   0 | 162k|   0 | 0.000000e+00 | 1.690000e+02 |    Inf 
60.40/60.44	c  52.5s|470000 |363488 |     0 |   0.0 | 154M| 219 |   - | 371 |3741 |   0 |   0 |   0 | 164k|   0 | 0.000000e+00 | 1.690000e+02 |    Inf 
60.69/60.79	o 159
60.69/60.79	c *52.8s|473483 |360566 |     0 |   0.0 | 152M| 219 |   - | 371 |3844 |   0 |   0 |   0 | 165k|   0 | 0.000000e+00 | 1.590000e+02 |    Inf 
61.09/61.13	o 150
61.09/61.13	c *53.0s|476494 |355976 |     0 |   0.0 | 150M| 219 |   - | 371 |3844 |   0 |   0 |   0 | 166k|   0 | 0.000000e+00 | 1.500000e+02 |    Inf 
61.19/61.20	o 144
61.19/61.20	c *53.1s|477055 |352543 |     0 |   0.0 | 149M| 219 |   - | 371 |3883 |   0 |   0 |   0 | 166k|   0 | 0.000000e+00 | 1.440000e+02 |    Inf 
61.49/61.55	o 138
61.49/61.55	c *53.4s|479734 |348329 |     0 |   0.0 | 147M| 219 |   - | 371 |4002 |   0 |   0 |   0 | 167k|   0 | 0.000000e+00 | 1.380000e+02 |    Inf 
61.49/61.58	c  53.4s|480000 |348555 |     0 |   0.0 | 148M| 219 |   - | 371 |4023 |   0 |   0 |   0 | 167k|   0 | 0.000000e+00 | 1.380000e+02 |    Inf 
62.00/62.01	o 137
62.00/62.01	c *53.8s|483742 |351439 |     0 |   0.0 | 149M| 219 |   - | 371 |4217 |   0 |   0 |   0 | 168k|   0 | 0.000000e+00 | 1.370000e+02 |    Inf 
62.70/62.79	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
62.70/62.79	c  54.4s|490000 |356629 |     0 |   0.0 | 153M| 219 |   - | 371 |4494 |   0 |   0 |   0 | 170k|   0 | 0.000000e+00 | 1.370000e+02 |    Inf 
63.99/64.08	c  55.5s|500000 |364854 |     0 |   0.0 | 159M| 219 |   - | 371 |4887 |   0 |   0 |   0 | 173k|   0 | 0.000000e+00 | 1.370000e+02 |    Inf 
65.29/65.34	o 136
65.29/65.34	c *56.6s|509990 |371764 |     0 |   0.0 | 163M| 219 |   - | 371 |5281 |   0 |   0 |   0 | 177k|   0 | 0.000000e+00 | 1.360000e+02 |    Inf 
65.29/65.35	o 124
65.29/65.35	c *56.6s|509991 |360294 |     0 |   0.0 | 157M| 219 |   - | 371 |5281 |   0 |   0 |   0 | 177k|   0 | 0.000000e+00 | 1.240000e+02 |    Inf 
65.29/65.36	c  56.6s|510000 |360299 |     0 |   0.0 | 157M| 219 |   - | 371 |5276 |   0 |   0 |   0 | 177k|   0 | 0.000000e+00 | 1.240000e+02 |    Inf 
66.69/66.72	o 119
66.69/66.72	c *57.9s|519326 |362436 |     0 |   0.0 | 160M| 219 |   - | 371 |5597 |   0 |   0 |   0 | 180k|   0 | 0.000000e+00 | 1.190000e+02 |    Inf 
66.69/66.73	o 116
66.69/66.73	c *57.9s|519327 |359403 |     0 |   0.0 | 159M| 219 |   - | 371 |5597 |   0 |   0 |   0 | 180k|   0 | 0.000000e+00 | 1.160000e+02 |    Inf 
66.79/66.83	c  58.0s|520000 |359933 |     0 |   0.0 | 159M| 219 |   - | 371 |5587 |   0 |   0 |   0 | 181k|   0 | 0.000000e+00 | 1.160000e+02 |    Inf 
66.89/66.95	o 105
66.89/66.95	c *58.1s|520749 |347795 |     0 |   0.0 | 153M| 219 |   - | 371 |5582 |   0 |   0 |   0 | 181k|   0 | 0.000000e+00 | 1.050000e+02 |    Inf 
68.10/68.19	o 94
68.10/68.19	c *59.1s|527998 |331297 |     0 |   0.0 | 148M| 219 |   - | 371 |5846 |   0 |   0 |   0 | 184k|   0 | 0.000000e+00 | 9.400000e+01 |    Inf 
68.39/68.49	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
68.39/68.49	c [src/scip/lp.c:5323] ERROR: Error <-11> in function call
68.39/68.49	c [src/scip/lp.c:5811] ERROR: Error <-11> in function call
68.39/68.49	c [src/scip/lp.c:11214] ERROR: Error <-11> in function call
68.39/68.49	c [src/scip/solve.c:807] ERROR: Error <-11> in function call
68.39/68.49	c [src/scip/solve.c:1863] ERROR: Error <-11> in function call
68.39/68.49	c [src/scip/solve.c:2577] ERROR: Error <-11> in function call
68.39/68.49	c [src/scip/solve.c:3189] ERROR: Error <-11> in function call
68.39/68.49	c [src/scip/scip.c:6167] ERROR: Error <-11> in function call
68.39/68.49	c [src/cmain.c:657] ERROR: Error <-11> in function call
68.39/68.49	c [src/cmain.c:832] ERROR: Error <-11> in function call
68.39/68.49	c [src/cmain.c:908] ERROR: Error <-11> in function call
68.39/68.49	c SCIP Error (-11): c a required plugin was not foundc 
68.39/68.49	c Time complete: 68.48.

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2694200-1277924708/watcher-2694200-1277924708 -o /tmp/evaluation-result-2694200-1277924708/solver-2694200-1277924708 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2694200-1277924708.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.90 1.96 1.98 3/178 28098
/proc/meminfo: memFree=30621424/32950928 swapFree=67111528/67111528
[pid=28098] ppid=28096 vsize=8252 CPUtime=0
/proc/28098/stat : 28098 (pbscip.linux.x8) R 28096 28098 26150 0 -1 4202496 1548 0 0 0 0 0 0 0 23 0 1 0 168074293 8450048 1470 4089446400 4194304 7136930 140735753098400 18446744073709551615 6328631 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/28098/statm: 2063 1470 275 719 0 1342 0

[startup+0.0875169 s]
/proc/loadavg: 1.90 1.96 1.98 3/178 28098
/proc/meminfo: memFree=30621424/32950928 swapFree=67111528/67111528
[pid=28098] ppid=28096 vsize=13724 CPUtime=0.08
/proc/28098/stat : 28098 (pbscip.linux.x8) R 28096 28098 26150 0 -1 4202496 3388 0 0 0 6 2 0 0 23 0 1 0 168074293 14053376 2700 4089446400 4194304 7136930 140735753098400 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/28098/statm: 3431 2700 390 719 0 2710 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 13724

[startup+0.10051 s]
/proc/loadavg: 1.90 1.96 1.98 3/178 28098
/proc/meminfo: memFree=30621424/32950928 swapFree=67111528/67111528
[pid=28098] ppid=28096 vsize=13724 CPUtime=0.09
/proc/28098/stat : 28098 (pbscip.linux.x8) R 28096 28098 26150 0 -1 4202496 3417 0 0 0 7 2 0 0 23 0 1 0 168074293 14053376 2729 4089446400 4194304 7136930 140735753098400 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/28098/statm: 3431 2729 390 719 0 2710 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13724

[startup+0.300477 s]
/proc/loadavg: 1.90 1.96 1.98 3/178 28098
/proc/meminfo: memFree=30621424/32950928 swapFree=67111528/67111528
[pid=28098] ppid=28096 vsize=16492 CPUtime=0.29
/proc/28098/stat : 28098 (pbscip.linux.x8) R 28096 28098 26150 0 -1 4202496 4093 0 0 0 23 6 0 0 23 0 1 0 168074293 16887808 3405 4089446400 4194304 7136930 140735753098400 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/28098/statm: 4123 3405 390 719 0 3402 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 16492

[startup+0.70239 s]
/proc/loadavg: 1.90 1.96 1.98 3/178 28098
/proc/meminfo: memFree=30621424/32950928 swapFree=67111528/67111528
[pid=28098] ppid=28096 vsize=19172 CPUtime=0.7
/proc/28098/stat : 28098 (pbscip.linux.x8) R 28096 28098 26150 0 -1 4202496 4760 0 0 0 58 12 0 0 25 0 1 0 168074293 19632128 4072 4089446400 4194304 7136930 140735753098400 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/28098/statm: 4793 4072 390 719 0 4072 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 19172

[startup+1.50026 s]
/proc/loadavg: 1.90 1.96 1.98 3/179 28099
/proc/meminfo: memFree=30603684/32950928 swapFree=67111528/67111528
[pid=28098] ppid=28096 vsize=21864 CPUtime=1.49
/proc/28098/stat : 28098 (pbscip.linux.x8) R 28096 28098 26150 0 -1 4202496 5468 0 0 0 131 18 0 0 25 0 1 0 168074293 22388736 4780 4089446400 4194304 7136930 140735753098400 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/28098/statm: 5466 4780 390 719 0 4745 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 21864

[startup+3.10098 s]
/proc/loadavg: 1.90 1.96 1.98 3/179 28126
/proc/meminfo: memFree=30610380/32950928 swapFree=67111528/67111528
[pid=28098] ppid=28096 vsize=27284 CPUtime=3.09
/proc/28098/stat : 28098 (pbscip.linux.x8) R 28096 28098 26150 0 -1 4202496 6854 0 0 0 272 37 0 0 25 0 1 0 168074293 27938816 6166 4089446400 4194304 7136930 140735753098400 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/28098/statm: 6821 6166 390 719 0 6100 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 27284

[startup+6.30042 s]
/proc/loadavg: 1.90 1.96 1.98 3/179 28126
/proc/meminfo: memFree=30600404/32950928 swapFree=67111528/67111528
[pid=28098] ppid=28096 vsize=37072 CPUtime=6.29
/proc/28098/stat : 28098 (pbscip.linux.x8) R 28096 28098 26150 0 -1 4202496 9278 0 0 0 570 59 0 0 25 0 1 0 168074293 37961728 8590 4089446400 4194304 7136930 140735753098400 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/28098/statm: 9268 8590 390 719 0 8547 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 37072

[startup+12.7003 s]
/proc/loadavg: 1.91 1.96 1.98 3/179 28127
/proc/meminfo: memFree=30584628/32950928 swapFree=67111528/67111528
[pid=28098] ppid=28096 vsize=57920 CPUtime=12.7
/proc/28098/stat : 28098 (pbscip.linux.x8) R 28096 28098 26150 0 -1 4202496 14144 0 0 0 1114 156 0 0 25 0 1 0 168074293 59310080 13456 4089446400 4194304 7136930 140735753098400 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/28098/statm: 14480 13456 390 719 0 13759 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 57920

[startup+25.5011 s]
/proc/loadavg: 1.93 1.96 1.98 3/179 28127
/proc/meminfo: memFree=30546780/32950928 swapFree=67111528/67111528
[pid=28098] ppid=28096 vsize=90708 CPUtime=25.49
/proc/28098/stat : 28098 (pbscip.linux.x8) R 28096 28098 26150 0 -1 4202496 22561 0 0 0 2253 296 0 0 25 0 1 0 168074293 92884992 21873 4089446400 4194304 7136930 140735753098400 18446744073709551615 4431478 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/28098/statm: 22677 21873 390 719 0 21956 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 90708

[startup+51.1005 s]
/proc/loadavg: 1.95 1.96 1.98 3/179 28128
/proc/meminfo: memFree=30489696/32950928 swapFree=67111528/67111528
[pid=28098] ppid=28096 vsize=155336 CPUtime=51.09
/proc/28098/stat : 28098 (pbscip.linux.x8) R 28096 28098 26150 0 -1 4202496 38063 0 0 0 4475 634 0 0 25 0 1 0 168074293 159064064 37375 4089446400 4194304 7136930 140735753098400 18446744073709551615 4703869 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/28098/statm: 38834 37375 393 719 0 38113 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 155336

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

[startup+57.5004 s]
/proc/loadavg: 1.96 1.96 1.98 3/179 28128
/proc/meminfo: memFree=30453852/32950928 swapFree=67111528/67111528
[pid=28098] ppid=28096 vsize=187224 CPUtime=57.49
/proc/28098/stat : 28098 (pbscip.linux.x8) R 28096 28098 26150 0 -1 4202496 46187 0 0 0 4999 750 0 0 25 0 1 0 168074293 191717376 45499 4089446400 4194304 7136930 140735753098400 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/28098/statm: 46806 45499 393 719 0 46085 0
Current children cumulated CPU time (s) 57.49
Current children cumulated vsize (KiB) 187224

[startup+63.9003 s]
/proc/loadavg: 1.96 1.96 1.98 3/179 28128
/proc/meminfo: memFree=30434744/32950928 swapFree=67111528/67111528
[pid=28098] ppid=28096 vsize=205260 CPUtime=63.89
/proc/28098/stat : 28098 (pbscip.linux.x8) R 28096 28098 26150 0 -1 4202496 50695 0 0 0 5538 851 0 0 25 0 1 0 168074293 210186240 50007 4089446400 4194304 7136930 140735753098400 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/28098/statm: 51315 50007 393 719 0 50594 0
Current children cumulated CPU time (s) 63.89
Current children cumulated vsize (KiB) 205260

[startup+65.501 s]
/proc/loadavg: 1.96 1.96 1.98 3/179 28128
/proc/meminfo: memFree=30430776/32950928 swapFree=67111528/67111528
[pid=28098] ppid=28096 vsize=211544 CPUtime=65.49
/proc/28098/stat : 28098 (pbscip.linux.x8) R 28096 28098 26150 0 -1 4202496 52292 0 0 0 5677 872 0 0 25 0 1 0 168074293 216621056 51604 4089446400 4194304 7136930 140735753098400 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/28098/statm: 52886 51604 393 719 0 52165 0
Current children cumulated CPU time (s) 65.49
Current children cumulated vsize (KiB) 211544

[startup+67.1067 s]
/proc/loadavg: 1.96 1.96 1.98 3/179 28128
/proc/meminfo: memFree=30427180/32950928 swapFree=67111528/67111528
[pid=28098] ppid=28096 vsize=211972 CPUtime=67.1
/proc/28098/stat : 28098 (pbscip.linux.x8) R 28096 28098 26150 0 -1 4202496 52378 0 0 0 5819 891 0 0 25 0 1 0 168074293 217059328 51690 4089446400 4194304 7136930 140735753098400 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/28098/statm: 52993 51690 393 719 0 52272 0
Current children cumulated CPU time (s) 67.1
Current children cumulated vsize (KiB) 211972

[startup+67.9006 s]
/proc/loadavg: 1.96 1.96 1.98 3/179 28128
/proc/meminfo: memFree=30427180/32950928 swapFree=67111528/67111528
[pid=28098] ppid=28096 vsize=212912 CPUtime=67.89
/proc/28098/stat : 28098 (pbscip.linux.x8) R 28096 28098 26150 0 -1 4202496 52585 0 0 0 5889 900 0 0 25 0 1 0 168074293 218021888 51897 4089446400 4194304 7136930 140735753098400 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/28098/statm: 53228 51897 393 719 0 52507 0
Current children cumulated CPU time (s) 67.89
Current children cumulated vsize (KiB) 212912

[startup+68.3005 s]
/proc/loadavg: 1.96 1.96 1.98 3/179 28128
/proc/meminfo: memFree=30426308/32950928 swapFree=67111528/67111528
[pid=28098] ppid=28096 vsize=213044 CPUtime=68.29
/proc/28098/stat : 28098 (pbscip.linux.x8) R 28096 28098 26150 0 -1 4202496 52607 0 0 0 5924 905 0 0 25 0 1 0 168074293 218157056 51919 4089446400 4194304 7136930 140735753098400 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/28098/statm: 53261 51919 393 719 0 52540 0
Current children cumulated CPU time (s) 68.29
Current children cumulated vsize (KiB) 213044

[startup+68.4005 s]
/proc/loadavg: 1.96 1.96 1.98 3/179 28128
/proc/meminfo: memFree=30426308/32950928 swapFree=67111528/67111528
[pid=28098] ppid=28096 vsize=213044 CPUtime=68.39
/proc/28098/stat : 28098 (pbscip.linux.x8) R 28096 28098 26150 0 -1 4202496 52614 0 0 0 5933 906 0 0 25 0 1 0 168074293 218157056 51926 4089446400 4194304 7136930 140735753098400 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/28098/statm: 53261 51926 393 719 0 52540 0
Current children cumulated CPU time (s) 68.39
Current children cumulated vsize (KiB) 213044

Child status: 255
Real time (s): 68.4989
CPU time (s): 68.5006
CPU user time (s): 59.418
CPU system time (s): 9.08262
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 213044

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

runsolver used 0.13098 second user time and 0.233964 second system time

The end

Launcher Data

Begin job on node112 at 2010-06-30 21:05:08
IDJOB=2694200
IDBENCH=79248
IDSOLVER=1206
FILE ID=node112/2694200-1277924708
PBS_JOBID= 11197281
Free space on /tmp= 74204 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.1110973670--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-2694200-1277924708/watcher-2694200-1277924708 -o /tmp/evaluation-result-2694200-1277924708/solver-2694200-1277924708 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2694200-1277924708.wbo -t 1800 -m 3800

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

MD5SUM BENCH= 366069b8ece10aa1f9438c760e1be90c
RANDOM SEED=766729017

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      30621828 kB
Buffers:        206528 kB
Cached:        1900144 kB
SwapCached:          0 kB
Active:         610056 kB
Inactive:      1572124 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      30621828 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            9628 kB
Writeback:           0 kB
AnonPages:       75628 kB
Mapped:          17344 kB
Slab:            82072 kB
PageTables:       4836 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   224716 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 node112 at 2010-06-30 21:06:16