Trace number 2694174

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) 53.9378 53.9367

General information on the benchmark

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

Quality of the solution as a function of time


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

Solver Data

0.00/0.00	c SCIP version 1.2.1.2 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: NONE] [Expressions interpreter: NONE]
0.00/0.00	c Copyright (c) 2002-2010 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-2694174-1277924330.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 5179
0.00/0.00	c feasible solution found by trivial heuristic, objective value  5.179000e+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.179000e+03 |    Inf 
1.39/1.47	o 870
1.39/1.47	c * 1.3s|  9084 |  5890 |     0 |   0.0 |7580k| 195 |   - | 371 |5274 |   0 |   0 |   0 |8347 |   0 | 0.000000e+00 | 8.700000e+02 |    Inf 
1.49/1.51	c   1.3s| 10000 |  6802 |     0 |   0.0 |7851k| 195 |   - | 371 |5220 |   0 |   0 |   0 |8354 |   0 | 0.000000e+00 | 8.700000e+02 |    Inf 
3.69/3.75	c   3.4s| 20000 | 12127 |     0 |   0.0 |  13M| 195 |   - | 371 |7576 |   0 |   0 |   0 |  21k|   0 | 0.000000e+00 | 8.700000e+02 |    Inf 
7.29/7.34	c   6.7s| 30000 | 14766 |     0 |   0.0 |  19M| 195 |   - | 371 |  12k|   0 |   0 |   0 |  38k|   0 | 0.000000e+00 | 8.700000e+02 |    Inf 
8.59/8.64	c   7.9s| 40000 | 23089 |     0 |   0.0 |  18M| 195 |   - | 371 |1378 |   0 |   0 |   0 |  42k|   0 | 0.000000e+00 | 8.700000e+02 |    Inf 
8.99/9.08	c   8.2s| 50000 | 33066 |     0 |   0.0 |  21M| 198 |   - | 371 | 611 |   0 |   0 |   0 |  42k|   0 | 0.000000e+00 | 8.700000e+02 |    Inf 
9.49/9.52	c   8.5s| 60000 | 43045 |     0 |   0.0 |  24M| 198 |   - | 371 | 607 |   0 |   0 |   0 |  42k|   0 | 0.000000e+00 | 8.700000e+02 |    Inf 
9.89/9.96	c   8.8s| 70000 | 53021 |     0 |   0.0 |  27M| 198 |   - | 371 | 594 |   0 |   0 |   0 |  42k|   0 | 0.000000e+00 | 8.700000e+02 |    Inf 
10.29/10.40	c   9.1s| 80000 | 62984 |     0 |   0.0 |  30M| 218 |   - | 371 | 600 |   0 |   0 |   0 |  42k|   0 | 0.000000e+00 | 8.700000e+02 |    Inf 
10.79/10.83	c   9.3s| 90000 | 72963 |     0 |   0.0 |  33M| 218 |   - | 371 | 618 |   0 |   0 |   0 |  42k|   0 | 0.000000e+00 | 8.700000e+02 |    Inf 
11.19/11.27	c   9.6s|100000 | 82933 |     0 |   0.0 |  36M| 218 |   - | 371 | 660 |   0 |   0 |   0 |  42k|   0 | 0.000000e+00 | 8.700000e+02 |    Inf 
11.69/11.71	c   9.9s|110000 | 92915 |     0 |   0.0 |  39M| 218 |   - | 371 | 680 |   0 |   0 |   0 |  42k|   0 | 0.000000e+00 | 8.700000e+02 |    Inf 
12.09/12.14	c  10.2s|120000 |102885 |     0 |   0.0 |  42M| 218 |   - | 371 | 719 |   0 |   0 |   0 |  42k|   0 | 0.000000e+00 | 8.700000e+02 |    Inf 
12.50/12.58	c  10.5s|130000 |112856 |     0 |   0.0 |  45M| 218 |   - | 371 | 758 |   0 |   0 |   0 |  42k|   0 | 0.000000e+00 | 8.700000e+02 |    Inf 
12.99/13.01	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
12.99/13.01	c  10.8s|140000 |122827 |     0 |   0.0 |  48M| 218 |   - | 371 | 713 |   0 |   0 |   0 |  42k|   0 | 0.000000e+00 | 8.700000e+02 |    Inf 
16.09/16.11	c  13.6s|150000 |125532 |     0 |   0.0 |  54M| 218 |   - | 371 |  10k|   0 |   0 |   0 |  60k|   0 | 0.000000e+00 | 8.700000e+02 |    Inf 
21.49/21.53	c  18.9s|160000 |126087 |     0 |   0.0 |  59M| 218 |   - | 371 |  18k|   0 |   0 |   0 |  82k|   0 | 0.000000e+00 | 8.700000e+02 |    Inf 
28.30/28.30	c  25.4s|170000 |126842 |     0 |   0.0 |  62M| 218 |   - | 371 |  21k|   0 |   0 |   0 | 102k|   0 | 0.000000e+00 | 8.700000e+02 |    Inf 
28.99/29.04	c  26.0s|180000 |136799 |     0 |   0.0 |  58M| 218 |   - | 371 |1566 |   0 |   0 |   0 | 102k|   0 | 0.000000e+00 | 8.700000e+02 |    Inf 
29.39/29.49	c  26.3s|190000 |146766 |     0 |   0.0 |  61M| 218 |   - | 371 | 492 |   0 |   0 |   0 | 102k|   0 | 0.000000e+00 | 8.700000e+02 |    Inf 
29.89/29.93	c  26.6s|200000 |156751 |     0 |   0.0 |  64M| 218 |   - | 371 | 415 |   0 |   0 |   0 | 102k|   0 | 0.000000e+00 | 8.700000e+02 |    Inf 
30.30/30.38	c  26.9s|210000 |166719 |     0 |   0.0 |  67M| 218 |   - | 371 | 414 |   0 |   0 |   0 | 102k|   0 | 0.000000e+00 | 8.700000e+02 |    Inf 
30.80/30.82	c  27.2s|220000 |176698 |     0 |   0.0 |  70M| 218 |   - | 371 | 367 |   0 |   0 |   0 | 102k|   0 | 0.000000e+00 | 8.700000e+02 |    Inf 
31.20/31.26	c  27.5s|230000 |186669 |     0 |   0.0 |  73M| 218 |   - | 371 | 376 |   0 |   0 |   0 | 102k|   0 | 0.000000e+00 | 8.700000e+02 |    Inf 
31.69/31.70	c  27.8s|240000 |196645 |     0 |   0.0 |  76M| 218 |   - | 371 | 377 |   0 |   0 |   0 | 102k|   0 | 0.000000e+00 | 8.700000e+02 |    Inf 
32.09/32.14	c  28.1s|250000 |206615 |     0 |   0.0 |  79M| 218 |   - | 371 | 415 |   0 |   0 |   0 | 102k|   0 | 0.000000e+00 | 8.700000e+02 |    Inf 
32.49/32.58	c  28.4s|260000 |216590 |     0 |   0.0 |  82M| 218 |   - | 371 | 400 |   0 |   0 |   0 | 103k|   0 | 0.000000e+00 | 8.700000e+02 |    Inf 
33.00/33.02	c  28.7s|270000 |226574 |     0 |   0.0 |  85M| 218 |   - | 371 | 396 |   0 |   0 |   0 | 103k|   0 | 0.000000e+00 | 8.700000e+02 |    Inf 
33.39/33.45	c  29.0s|280000 |236555 |     0 |   0.0 |  88M| 218 |   - | 371 | 381 |   0 |   0 |   0 | 103k|   0 | 0.000000e+00 | 8.700000e+02 |    Inf 
33.79/33.89	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
33.79/33.89	c  29.3s|290000 |246520 |     0 |   0.0 |  91M| 218 |   - | 371 | 420 |   0 |   0 |   0 | 103k|   0 | 0.000000e+00 | 8.700000e+02 |    Inf 
34.29/34.33	c  29.6s|300000 |256483 |     0 |   0.0 |  94M| 218 |   - | 371 | 449 |   0 |   0 |   0 | 103k|   0 | 0.000000e+00 | 8.700000e+02 |    Inf 
34.70/34.77	c  29.9s|310000 |266454 |     0 |   0.0 |  97M| 218 |   - | 371 | 452 |   0 |   0 |   0 | 103k|   0 | 0.000000e+00 | 8.700000e+02 |    Inf 
35.20/35.21	c  30.2s|320000 |276421 |     0 |   0.0 | 100M| 218 |   - | 371 | 456 |   0 |   0 |   0 | 103k|   0 | 0.000000e+00 | 8.700000e+02 |    Inf 
35.59/35.64	c  30.4s|330000 |286409 |     0 |   0.0 | 103M| 218 |   - | 371 | 437 |   0 |   0 |   0 | 103k|   0 | 0.000000e+00 | 8.700000e+02 |    Inf 
35.99/36.08	c  30.7s|340000 |296376 |     0 |   0.0 | 106M| 218 |   - | 371 | 473 |   0 |   0 |   0 | 103k|   0 | 0.000000e+00 | 8.700000e+02 |    Inf 
36.49/36.51	c  31.0s|350000 |306349 |     0 |   0.0 | 109M| 218 |   - | 371 | 478 |   0 |   0 |   0 | 103k|   0 | 0.000000e+00 | 8.700000e+02 |    Inf 
36.90/36.94	c  31.3s|360000 |316338 |     0 |   0.0 | 112M| 218 |   - | 371 | 442 |   0 |   0 |   0 | 103k|   0 | 0.000000e+00 | 8.700000e+02 |    Inf 
37.30/37.38	c  31.6s|370000 |326316 |     0 |   0.0 | 115M| 218 |   - | 371 | 450 |   0 |   0 |   0 | 103k|   0 | 0.000000e+00 | 8.700000e+02 |    Inf 
37.79/37.81	c  31.9s|380000 |336307 |     0 |   0.0 | 118M| 218 |   - | 371 | 431 |   0 |   0 |   0 | 103k|   0 | 0.000000e+00 | 8.700000e+02 |    Inf 
38.19/38.24	c  32.1s|390000 |346292 |     0 |   0.0 | 121M| 218 |   - | 371 | 448 |   0 |   0 |   0 | 103k|   0 | 0.000000e+00 | 8.700000e+02 |    Inf 
38.59/38.67	c  32.4s|400000 |356275 |     0 |   0.0 | 124M| 218 |   - | 371 | 431 |   0 |   0 |   0 | 103k|   0 | 0.000000e+00 | 8.700000e+02 |    Inf 
39.09/39.10	c  32.7s|410000 |366252 |     0 |   0.0 | 127M| 218 |   - | 371 | 442 |   0 |   0 |   0 | 103k|   0 | 0.000000e+00 | 8.700000e+02 |    Inf 
39.50/39.54	c  33.0s|420000 |376207 |     0 |   0.0 | 130M| 218 |   - | 371 | 506 |   0 |   0 |   0 | 103k|   0 | 0.000000e+00 | 8.700000e+02 |    Inf 
39.89/39.97	c  33.3s|430000 |386177 |     0 |   0.0 | 133M| 218 |   - | 371 | 507 |   0 |   0 |   0 | 103k|   0 | 0.000000e+00 | 8.700000e+02 |    Inf 
40.39/40.41	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
40.39/40.41	c  33.6s|440000 |396142 |     0 |   0.0 | 136M| 218 |   - | 371 | 539 |   0 |   0 |   0 | 103k|   0 | 0.000000e+00 | 8.700000e+02 |    Inf 
40.80/40.85	c  33.9s|450000 |406112 |     0 |   0.0 | 139M| 218 |   - | 371 | 569 |   0 |   0 |   0 | 103k|   0 | 0.000000e+00 | 8.700000e+02 |    Inf 
41.20/41.28	c  34.2s|460000 |416082 |     0 |   0.0 | 142M| 218 |   - | 371 | 578 |   0 |   0 |   0 | 104k|   0 | 0.000000e+00 | 8.700000e+02 |    Inf 
41.69/41.72	c  34.5s|470000 |426046 |     0 |   0.0 | 145M| 218 |   - | 371 | 618 |   0 |   0 |   0 | 104k|   0 | 0.000000e+00 | 8.700000e+02 |    Inf 
42.09/42.15	c  34.8s|480000 |436007 |     0 |   0.0 | 148M| 218 |   - | 371 | 636 |   0 |   0 |   0 | 104k|   0 | 0.000000e+00 | 8.700000e+02 |    Inf 
42.50/42.59	c  35.0s|490000 |445987 |     0 |   0.0 | 151M| 218 |   - | 371 | 609 |   0 |   0 |   0 | 104k|   0 | 0.000000e+00 | 8.700000e+02 |    Inf 
43.00/43.02	c  35.3s|500000 |455957 |     0 |   0.0 | 154M| 218 |   - | 371 | 635 |   0 |   0 |   0 | 104k|   0 | 0.000000e+00 | 8.700000e+02 |    Inf 
43.39/43.45	c  35.6s|510000 |465928 |     0 |   0.0 | 157M| 218 |   - | 371 | 645 |   0 |   0 |   0 | 104k|   0 | 0.000000e+00 | 8.700000e+02 |    Inf 
43.80/43.87	c  35.9s|520000 |475914 |     0 |   0.0 | 160M| 218 |   - | 371 | 624 |   0 |   0 |   0 | 104k|   0 | 0.000000e+00 | 8.700000e+02 |    Inf 
44.29/44.30	c  36.2s|530000 |485894 |     0 |   0.0 | 163M| 218 |   - | 371 | 657 |   0 |   0 |   0 | 104k|   0 | 0.000000e+00 | 8.700000e+02 |    Inf 
44.69/44.73	c  36.5s|540000 |495874 |     0 |   0.0 | 166M| 218 |   - | 371 | 687 |   0 |   0 |   0 | 104k|   0 | 0.000000e+00 | 8.700000e+02 |    Inf 
45.09/45.15	c  36.7s|550000 |505854 |     0 |   0.0 | 169M| 218 |   - | 371 | 691 |   0 |   0 |   0 | 104k|   0 | 0.000000e+00 | 8.700000e+02 |    Inf 
45.49/45.58	c  37.0s|560000 |515825 |     0 |   0.0 | 172M| 218 |   - | 371 | 701 |   0 |   0 |   0 | 104k|   0 | 0.000000e+00 | 8.700000e+02 |    Inf 
46.00/46.00	c  37.3s|570000 |525795 |     0 |   0.0 | 175M| 218 |   - | 371 | 730 |   0 |   0 |   0 | 104k|   0 | 0.000000e+00 | 8.700000e+02 |    Inf 
46.19/46.24	o 239
46.19/46.24	c *37.5s|574928 |505121 |     0 |   0.0 | 169M| 218 |   - | 371 | 741 |   0 |   0 |   0 | 104k|   0 | 0.000000e+00 | 2.390000e+02 |    Inf 
46.49/46.56	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
46.49/46.56	c  37.7s|580000 |509889 |     0 |   0.0 | 170M| 218 |   - | 371 |1067 |   0 |   0 |   0 | 105k|   0 | 0.000000e+00 | 2.390000e+02 |    Inf 
47.29/47.35	c  38.3s|590000 |519027 |     0 |   0.0 | 174M| 218 |   - | 371 |1326 |   0 |   0 |   0 | 106k|   0 | 0.000000e+00 | 2.390000e+02 |    Inf 
47.80/47.84	o 210
47.80/47.84	c *38.7s|596318 |507469 |     0 |   0.0 | 170M| 218 |   - | 371 |1335 |   0 |   0 |   0 | 107k|   0 | 0.000000e+00 | 2.100000e+02 |    Inf 
48.09/48.16	c  39.0s|600000 |510762 |     0 |   0.0 | 172M| 218 |   - | 371 |1413 |   0 |   0 |   0 | 108k|   0 | 0.000000e+00 | 2.100000e+02 |    Inf 
49.00/49.04	c  39.7s|610000 |519728 |     0 |   0.0 | 176M| 218 |   - | 371 |1840 |   0 |   0 |   0 | 110k|   0 | 0.000000e+00 | 2.100000e+02 |    Inf 
49.29/49.38	o 209
49.29/49.38	c *40.0s|613874 |521362 |     0 |   0.0 | 177M| 218 |   - | 371 |1892 |   0 |   0 |   0 | 110k|   0 | 0.000000e+00 | 2.090000e+02 |    Inf 
49.40/49.43	o 199
49.40/49.43	c *40.0s|614373 |509554 |     0 |   0.0 | 173M| 218 |   - | 371 |1907 |   0 |   0 |   0 | 110k|   0 | 0.000000e+00 | 1.990000e+02 |    Inf 
49.40/49.45	o 188
49.40/49.45	c *40.0s|614377 |497680 |     0 |   0.0 | 169M| 218 |   - | 371 |1910 |   0 |   0 |   0 | 110k|   0 | 0.000000e+00 | 1.880000e+02 |    Inf 
49.59/49.67	o 180
49.59/49.67	c *40.2s|616395 |490113 |     0 |   0.0 | 166M| 218 |   - | 371 |2038 |   0 |   0 |   0 | 111k|   0 | 0.000000e+00 | 1.800000e+02 |    Inf 
49.89/49.92	o 169
49.89/49.92	c *40.4s|618307 |472257 |     0 |   0.0 | 161M| 218 |   - | 371 |2244 |   0 |   0 |   0 | 111k|   0 | 0.000000e+00 | 1.690000e+02 |    Inf 
50.09/50.10	c  40.6s|620000 |473688 |     0 |   0.0 | 162M| 218 |   - | 371 |2366 |   0 |   0 |   0 | 112k|   0 | 0.000000e+00 | 1.690000e+02 |    Inf 
50.19/50.29	o 158
50.19/50.29	c *40.8s|621655 |460922 |     0 |   0.0 | 158M| 218 |   - | 371 |2443 |   0 |   0 |   0 | 113k|   0 | 0.000000e+00 | 1.580000e+02 |    Inf 
50.49/50.59	o 154
50.49/50.59	c *41.0s|624141 |456971 |     0 |   0.0 | 157M| 218 |   - | 371 |2635 |   0 |   0 |   0 | 113k|   0 | 0.000000e+00 | 1.540000e+02 |    Inf 
50.89/50.93	o 141
50.89/50.93	c *41.3s|626720 |434640 |     0 |   0.0 | 150M| 218 |   - | 371 |2917 |   0 |   0 |   0 | 114k|   0 | 0.000000e+00 | 1.410000e+02 |    Inf 
51.29/51.33	c  41.7s|630000 |437307 |     0 |   0.0 | 152M| 218 |   - | 371 |3243 |   0 |   0 |   0 | 116k|   0 | 0.000000e+00 | 1.410000e+02 |    Inf 
51.39/51.48	o 136
51.39/51.48	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
51.39/51.48	c *41.8s|631103 |428304 |     0 |   0.0 | 150M| 218 |   - | 371 |3325 |   0 |   0 |   0 | 116k|   0 | 0.000000e+00 | 1.360000e+02 |    Inf 
51.49/51.59	o 131
51.49/51.59	c *41.9s|631730 |422502 |     0 |   0.0 | 148M| 218 |   - | 371 |3326 |   0 |   0 |   0 | 117k|   0 | 0.000000e+00 | 1.310000e+02 |    Inf 
52.70/52.76	c  42.9s|640000 |428880 |     0 |   0.0 | 153M| 218 |   - | 371 |4061 |   0 |   0 |   0 | 121k|   0 | 0.000000e+00 | 1.310000e+02 |    Inf 
53.10/53.15	o 128
53.10/53.15	c *43.2s|642616 |423116 |     0 |   0.0 | 152M| 218 |   - | 371 |4228 |   0 |   0 |   0 | 122k|   0 | 0.000000e+00 | 1.280000e+02 |    Inf 
53.19/53.22	o 127
53.19/53.22	c *43.3s|643123 |422019 |     0 |   0.0 | 151M| 218 |   - | 371 |4266 |   0 |   0 |   0 | 122k|   0 | 0.000000e+00 | 1.270000e+02 |    Inf 
53.29/53.39	o 122
53.29/53.39	c *43.5s|644212 |413531 |     0 |   0.0 | 149M| 218 |   - | 371 |4245 |   0 |   0 |   0 | 123k|   0 | 0.000000e+00 | 1.220000e+02 |    Inf 
53.49/53.58	o 109
53.49/53.58	c *43.6s|645350 |390462 |     0 |   0.0 | 142M| 218 |   - | 371 |4323 |   0 |   0 |   0 | 123k|   0 | 0.000000e+00 | 1.090000e+02 |    Inf 
53.69/53.75	o 105
53.69/53.75	c *43.8s|646378 |386042 |     0 |   0.0 | 140M| 218 |   - | 371 |4374 |   0 |   0 |   0 | 124k|   0 | 0.000000e+00 | 1.050000e+02 |    Inf 
53.90/53.92	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
53.90/53.92	c [src/scip/lp.c:5323] ERROR: Error <-11> in function call
53.90/53.92	c [src/scip/lp.c:5811] ERROR: Error <-11> in function call
53.90/53.92	c [src/scip/lp.c:11214] ERROR: Error <-11> in function call
53.90/53.92	c [src/scip/solve.c:807] ERROR: Error <-11> in function call
53.90/53.92	c [src/scip/solve.c:1863] ERROR: Error <-11> in function call
53.90/53.92	c [src/scip/solve.c:2577] ERROR: Error <-11> in function call
53.90/53.92	c [src/scip/solve.c:3189] ERROR: Error <-11> in function call
53.90/53.92	c [src/scip/scip.c:6167] ERROR: Error <-11> in function call
53.90/53.92	c [src/cmain.c:657] ERROR: Error <-11> in function call
53.90/53.92	c [src/cmain.c:832] ERROR: Error <-11> in function call
53.90/53.92	c [src/cmain.c:908] ERROR: Error <-11> in function call
53.90/53.92	c SCIP Error (-11): c a required plugin was not foundc 
53.90/53.92	c Time complete: 53.92.

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-2694174-1277924330/watcher-2694174-1277924330 -o /tmp/evaluation-result-2694174-1277924330/solver-2694174-1277924330 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2694174-1277924330.wbo -t 1800 -m 3800 

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 19184
/proc/meminfo: memFree=31017932/32951124 swapFree=67111528/67111528
[pid=19184] ppid=19182 vsize=8252 CPUtime=0
/proc/19184/stat : 19184 (pbscip.linux.x8) R 19182 19184 17705 0 -1 4202496 1548 0 0 0 0 0 0 0 22 0 1 0 133728122 8450048 1470 4089446400 4194304 7136930 140735848661280 18446744073709551615 6328631 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/19184/statm: 2063 1470 275 719 0 1342 0

[startup+0.0968179 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 19184
/proc/meminfo: memFree=31017932/32951124 swapFree=67111528/67111528
[pid=19184] ppid=19182 vsize=13688 CPUtime=0.09
/proc/19184/stat : 19184 (pbscip.linux.x8) R 19182 19184 17705 0 -1 4202496 3406 0 0 0 7 2 0 0 22 0 1 0 133728122 14016512 2718 4089446400 4194304 7136930 140735848661280 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/19184/statm: 3455 2719 390 719 0 2734 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13688

[startup+0.100817 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 19184
/proc/meminfo: memFree=31017932/32951124 swapFree=67111528/67111528
[pid=19184] ppid=19182 vsize=13820 CPUtime=0.09
/proc/19184/stat : 19184 (pbscip.linux.x8) R 19182 19184 17705 0 -1 4202496 3408 0 0 0 7 2 0 0 22 0 1 0 133728122 14151680 2720 4089446400 4194304 7136930 140735848661280 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/19184/statm: 3455 2720 390 719 0 2734 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13820

[startup+0.300793 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 19184
/proc/meminfo: memFree=31017932/32951124 swapFree=67111528/67111528
[pid=19184] ppid=19182 vsize=16508 CPUtime=0.29
/proc/19184/stat : 19184 (pbscip.linux.x8) R 19182 19184 17705 0 -1 4202496 4088 0 0 0 24 5 0 0 22 0 1 0 133728122 16904192 3400 4089446400 4194304 7136930 140735848661280 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/19184/statm: 4127 3400 390 719 0 3406 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 16508

[startup+0.700706 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 19184
/proc/meminfo: memFree=31017932/32951124 swapFree=67111528/67111528
[pid=19184] ppid=19182 vsize=18420 CPUtime=0.69
/proc/19184/stat : 19184 (pbscip.linux.x8) R 19182 19184 17705 0 -1 4202496 4601 0 0 0 59 10 0 0 24 0 1 0 133728122 18862080 3913 4089446400 4194304 7136930 140735848661280 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/19184/statm: 4605 3913 390 719 0 3884 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 18420

[startup+1.50056 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 19185
/proc/meminfo: memFree=31002176/32951124 swapFree=67111528/67111528
[pid=19184] ppid=19182 vsize=21936 CPUtime=1.49
/proc/19184/stat : 19184 (pbscip.linux.x8) R 19182 19184 17705 0 -1 4202496 5455 0 0 0 131 18 0 0 25 0 1 0 133728122 22462464 4767 4089446400 4194304 7136930 140735848661280 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/19184/statm: 5484 4767 390 719 0 4763 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 21936

[startup+3.10028 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 19185
/proc/meminfo: memFree=30996968/32951124 swapFree=67111528/67111528
[pid=19184] ppid=19182 vsize=28160 CPUtime=3.09
/proc/19184/stat : 19184 (pbscip.linux.x8) R 19182 19184 17705 0 -1 4202496 7048 0 0 0 276 33 0 0 25 0 1 0 133728122 28835840 6360 4089446400 4194304 7136930 140735848661280 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/19184/statm: 7040 6360 390 719 0 6319 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 28160

[startup+6.30069 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 19185
/proc/meminfo: memFree=30988876/32951124 swapFree=67111528/67111528
[pid=19184] ppid=19182 vsize=35404 CPUtime=6.29
/proc/19184/stat : 19184 (pbscip.linux.x8) R 19182 19184 17705 0 -1 4202496 8855 0 0 0 574 55 0 0 25 0 1 0 133728122 36253696 8167 4089446400 4194304 7136930 140735848661280 18446744073709551615 5955597 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/19184/statm: 8851 8167 390 719 0 8130 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 35404

[startup+12.7005 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 19185
/proc/meminfo: memFree=30958856/32951124 swapFree=67111528/67111528
[pid=19184] ppid=19182 vsize=70336 CPUtime=12.69
/proc/19184/stat : 19184 (pbscip.linux.x8) R 19182 19184 17705 0 -1 4202496 17440 0 0 0 1057 212 0 0 25 0 1 0 133728122 72024064 16752 4089446400 4194304 7136930 140735848661280 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/19184/statm: 17584 16752 390 719 0 16863 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 70336

[startup+25.5011 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 19185
/proc/meminfo: memFree=30937644/32951124 swapFree=67111528/67111528
[pid=19184] ppid=19182 vsize=86732 CPUtime=25.49
/proc/19184/stat : 19184 (pbscip.linux.x8) R 19182 19184 17705 0 -1 4202496 21516 0 0 0 2269 280 0 0 25 0 1 0 133728122 88813568 20828 4089446400 4194304 7136930 140735848661280 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/19184/statm: 21683 20828 390 719 0 20962 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 86732

[startup+51.1004 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 19186
/proc/meminfo: memFree=30803136/32951124 swapFree=67111528/67111528
[pid=19184] ppid=19182 vsize=227416 CPUtime=51.09
/proc/19184/stat : 19184 (pbscip.linux.x8) R 19182 19184 17705 0 -1 4202496 55149 0 0 0 4148 961 0 0 25 0 1 0 133728122 232873984 54461 4089446400 4194304 7136930 140735848661280 18446744073709551615 4923501 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/19184/statm: 56854 54461 391 719 0 56133 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 227416

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

[startup+52.7001 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 19186
/proc/meminfo: memFree=30800280/32951124 swapFree=67111528/67111528
[pid=19184] ppid=19182 vsize=229812 CPUtime=52.7
/proc/19184/stat : 19184 (pbscip.linux.x8) R 19182 19184 17705 0 -1 4202496 55713 0 0 0 4287 983 0 0 25 0 1 0 133728122 235327488 55025 4089446400 4194304 7136930 140735848661280 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/19184/statm: 57453 55025 391 719 0 56732 0
Current children cumulated CPU time (s) 52.7
Current children cumulated vsize (KiB) 229812

[startup+53.501 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 19186
/proc/meminfo: memFree=30800280/32951124 swapFree=67111528/67111528
[pid=19184] ppid=19182 vsize=231556 CPUtime=53.49
/proc/19184/stat : 19184 (pbscip.linux.x8) R 19182 19184 17705 0 -1 4202496 56130 0 0 0 4356 993 0 0 25 0 1 0 133728122 237113344 55442 4089446400 4194304 7136930 140735848661280 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/19184/statm: 57889 55442 391 719 0 57168 0
Current children cumulated CPU time (s) 53.49
Current children cumulated vsize (KiB) 231556

[startup+53.9069 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 19186
/proc/meminfo: memFree=30798296/32951124 swapFree=67111528/67111528
[pid=19184] ppid=19182 vsize=231860 CPUtime=53.9
/proc/19184/stat : 19184 (pbscip.linux.x8) R 19182 19184 17705 0 -1 4202496 56214 0 0 0 4393 997 0 0 25 0 1 0 133728122 237424640 55526 4089446400 4194304 7136930 140735848661280 18446744073709551615 5955580 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/19184/statm: 57965 55526 391 719 0 57244 0
Current children cumulated CPU time (s) 53.9
Current children cumulated vsize (KiB) 231860

Child status: 255
Real time (s): 53.9367
CPU time (s): 53.9378
CPU user time (s): 43.9513
CPU system time (s): 9.98648
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 231860

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

runsolver used 0.079987 second user time and 0.183972 second system time

The end

Launcher Data

Begin job on node147 at 2010-06-30 20:58:50
IDJOB=2694174
IDBENCH=79235
IDSOLVER=1206
FILE ID=node147/2694174-1277924330
PBS_JOBID= 11197262
Free space on /tmp= 74196 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.1111219799--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-2694174-1277924330/watcher-2694174-1277924330 -o /tmp/evaluation-result-2694174-1277924330/solver-2694174-1277924330 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2694174-1277924330.wbo -t 1800 -m 3800

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

MD5SUM BENCH= 3a8e3041affa71d2d7ed2f1bacdf271f
RANDOM SEED=2040395279

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.822
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:      31018708 kB
Buffers:        211884 kB
Cached:        1505064 kB
SwapCached:          0 kB
Active:         555020 kB
Inactive:      1231972 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31018708 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            3152 kB
Writeback:           0 kB
AnonPages:       70476 kB
Mapped:          15460 kB
Slab:            81792 kB
PageTables:       5156 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   214376 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= 74192 MiB
End job on node147 at 2010-06-30 20:59:44