Trace number 2694154

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) 57.4993 57.5009

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1110966483--soft-0-100-0.wbo
MD5SUM2001343def6115cfc261dcde547cf23c
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark19
Best CPU time to get the best result obtained on this benchmark0.139978
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 1298
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-2694154-1277924085.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.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 | 4.943000e+03 |    Inf 
1.48/1.53	o 887
1.48/1.53	c * 1.5s|  9722 |  6751 |     0 |   0.0 |7417k| 181 |   - | 371 |5012 |   0 |   0 |   0 |8013 |   0 | 0.000000e+00 | 8.870000e+02 |    Inf 
1.48/1.55	c   1.5s| 10000 |  7027 |     0 |   0.0 |7491k| 181 |   - | 371 |4989 |   0 |   0 |   0 |8013 |   0 | 0.000000e+00 | 8.870000e+02 |    Inf 
3.09/3.19	c   3.1s| 20000 | 13893 |     0 |   0.0 |  11M| 217 |   - | 371 |5807 |   0 |   0 |   0 |  16k|   0 | 0.000000e+00 | 8.870000e+02 |    Inf 
6.60/6.65	c   6.4s| 30000 | 16749 |     0 |   0.0 |  17M| 217 |   - | 371 |  10k|   0 |   0 |   0 |  34k|   0 | 0.000000e+00 | 8.870000e+02 |    Inf 
8.39/8.48	c   8.2s| 40000 | 23891 |     0 |   0.0 |  18M| 217 |   - | 371 |2155 |   0 |   0 |   0 |  40k|   0 | 0.000000e+00 | 8.870000e+02 |    Inf 
8.90/8.94	c   8.6s| 50000 | 33862 |     0 |   0.0 |  20M| 217 |   - | 371 | 998 |   0 |   0 |   0 |  40k|   0 | 0.000000e+00 | 8.870000e+02 |    Inf 
9.29/9.39	c   9.0s| 60000 | 43842 |     0 |   0.0 |  23M| 217 |   - | 371 | 919 |   0 |   0 |   0 |  41k|   0 | 0.000000e+00 | 8.870000e+02 |    Inf 
9.78/9.84	c   9.4s| 70000 | 53799 |     0 |   0.0 |  26M| 217 |   - | 371 | 941 |   0 |   0 |   0 |  41k|   0 | 0.000000e+00 | 8.870000e+02 |    Inf 
10.19/10.29	c   9.8s| 80000 | 63748 |     0 |   0.0 |  29M| 217 |   - | 371 | 947 |   0 |   0 |   0 |  41k|   0 | 0.000000e+00 | 8.870000e+02 |    Inf 
10.69/10.73	c  10.2s| 90000 | 73733 |     0 |   0.0 |  32M| 217 |   - | 371 | 933 |   0 |   0 |   0 |  41k|   0 | 0.000000e+00 | 8.870000e+02 |    Inf 
11.10/11.17	c  10.6s|100000 | 83713 |     0 |   0.0 |  35M| 221 |   - | 371 | 962 |   0 |   0 |   0 |  41k|   0 | 0.000000e+00 | 8.870000e+02 |    Inf 
11.59/11.60	c  11.0s|110000 | 93687 |     0 |   0.0 |  38M| 221 |   - | 371 | 993 |   0 |   0 |   0 |  41k|   0 | 0.000000e+00 | 8.870000e+02 |    Inf 
11.99/12.04	c  11.4s|120000 |103655 |     0 |   0.0 |  41M| 221 |   - | 371 |1042 |   0 |   0 |   0 |  41k|   0 | 0.000000e+00 | 8.870000e+02 |    Inf 
12.39/12.47	c  11.7s|130000 |113633 |     0 |   0.0 |  44M| 221 |   - | 371 |1067 |   0 |   0 |   0 |  41k|   0 | 0.000000e+00 | 8.870000e+02 |    Inf 
12.89/12.90	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
12.89/12.90	c  12.1s|140000 |123619 |     0 |   0.0 |  47M| 221 |   - | 371 |1063 |   0 |   0 |   0 |  41k|   0 | 0.000000e+00 | 8.870000e+02 |    Inf 
13.29/13.33	c  12.5s|150000 |133593 |     0 |   0.0 |  51M| 221 |   - | 371 |1119 |   0 |   0 |   0 |  41k|   0 | 0.000000e+00 | 8.870000e+02 |    Inf 
13.69/13.76	c  12.9s|160000 |143577 |     0 |   0.0 |  54M| 221 |   - | 371 |1136 |   0 |   0 |   0 |  41k|   0 | 0.000000e+00 | 8.870000e+02 |    Inf 
14.08/14.19	c  13.2s|170000 |153542 |     0 |   0.0 |  57M| 221 |   - | 371 |1192 |   0 |   0 |   0 |  41k|   0 | 0.000000e+00 | 8.870000e+02 |    Inf 
14.58/14.63	c  13.6s|180000 |163522 |     0 |   0.0 |  60M| 221 |   - | 371 |1208 |   0 |   0 |   0 |  41k|   0 | 0.000000e+00 | 8.870000e+02 |    Inf 
14.99/15.07	c  14.0s|190000 |173471 |     0 |   0.0 |  63M| 221 |   - | 371 |1320 |   0 |   0 |   0 |  42k|   0 | 0.000000e+00 | 8.870000e+02 |    Inf 
15.49/15.50	c  14.4s|200000 |183436 |     0 |   0.0 |  66M| 221 |   - | 371 |1189 |   0 |   0 |   0 |  42k|   0 | 0.000000e+00 | 8.870000e+02 |    Inf 
17.39/17.49	c  16.3s|210000 |188847 |     0 |   0.0 |  71M| 221 |   - | 371 |7613 |   0 |   0 |   0 |  53k|   0 | 0.000000e+00 | 8.870000e+02 |    Inf 
22.69/22.77	c  21.5s|220000 |189092 |     0 |   0.0 |  76M| 221 |   - | 371 |  16k|   0 |   0 |   0 |  76k|   0 | 0.000000e+00 | 8.870000e+02 |    Inf 
30.19/30.29	c  28.9s|230000 |188363 |     0 |   0.0 |  80M| 221 |   - | 371 |  23k|   0 |   0 |   0 |  99k|   0 | 0.000000e+00 | 8.870000e+02 |    Inf 
30.99/31.08	c  29.6s|240000 |198337 |     0 |   0.0 |  76M| 221 |   - | 371 |3228 |   0 |   0 |   0 |  99k|   0 | 0.000000e+00 | 8.870000e+02 |    Inf 
31.49/31.55	c  30.1s|250000 |208320 |     0 |   0.0 |  79M| 221 |   - | 371 |1227 |   0 |   0 |   0 |  99k|   0 | 0.000000e+00 | 8.870000e+02 |    Inf 
32.00/32.01	c  30.5s|260000 |218299 |     0 |   0.0 |  82M| 221 |   - | 371 |1014 |   0 |   0 |   0 |  99k|   0 | 0.000000e+00 | 8.870000e+02 |    Inf 
32.38/32.47	c  30.9s|270000 |228267 |     0 |   0.0 |  84M| 221 |   - | 371 | 906 |   0 |   0 |   0 |  99k|   0 | 0.000000e+00 | 8.870000e+02 |    Inf 
32.89/32.92	c  31.3s|280000 |238250 |     0 |   0.0 |  87M| 221 |   - | 371 | 817 |   0 |   0 |   0 |  99k|   0 | 0.000000e+00 | 8.870000e+02 |    Inf 
33.29/33.36	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
33.29/33.36	c  31.7s|290000 |248235 |     0 |   0.0 |  90M| 221 |   - | 371 | 769 |   0 |   0 |   0 | 100k|   0 | 0.000000e+00 | 8.870000e+02 |    Inf 
33.79/33.82	c  32.1s|300000 |258200 |     0 |   0.0 |  93M| 221 |   - | 371 | 792 |   0 |   0 |   0 | 100k|   0 | 0.000000e+00 | 8.870000e+02 |    Inf 
34.19/34.26	c  32.5s|310000 |268183 |     0 |   0.0 |  96M| 221 |   - | 371 | 772 |   0 |   0 |   0 | 100k|   0 | 0.000000e+00 | 8.870000e+02 |    Inf 
34.69/34.72	c  32.9s|320000 |278148 |     0 |   0.0 |  99M| 221 |   - | 371 | 753 |   0 |   0 |   0 | 100k|   0 | 0.000000e+00 | 8.870000e+02 |    Inf 
35.09/35.17	c  33.3s|330000 |288120 |     0 |   0.0 | 102M| 221 |   - | 371 | 732 |   0 |   0 |   0 | 100k|   0 | 0.000000e+00 | 8.870000e+02 |    Inf 
35.59/35.62	c  33.7s|340000 |298098 |     0 |   0.0 | 105M| 221 |   - | 371 | 728 |   0 |   0 |   0 | 100k|   0 | 0.000000e+00 | 8.870000e+02 |    Inf 
35.99/36.07	c  34.1s|350000 |308071 |     0 |   0.0 | 108M| 221 |   - | 371 | 724 |   0 |   0 |   0 | 100k|   0 | 0.000000e+00 | 8.870000e+02 |    Inf 
36.49/36.51	c  34.5s|360000 |318056 |     0 |   0.0 | 111M| 221 |   - | 371 | 713 |   0 |   0 |   0 | 100k|   0 | 0.000000e+00 | 8.870000e+02 |    Inf 
36.89/36.96	c  34.9s|370000 |328033 |     0 |   0.0 | 113M| 221 |   - | 371 | 708 |   0 |   0 |   0 | 100k|   0 | 0.000000e+00 | 8.870000e+02 |    Inf 
37.39/37.41	c  35.3s|380000 |338007 |     0 |   0.0 | 116M| 221 |   - | 371 | 765 |   0 |   0 |   0 | 100k|   0 | 0.000000e+00 | 8.870000e+02 |    Inf 
37.79/37.86	c  35.7s|390000 |347980 |     0 |   0.0 | 119M| 221 |   - | 371 | 764 |   0 |   0 |   0 | 100k|   0 | 0.000000e+00 | 8.870000e+02 |    Inf 
38.29/38.31	c  36.1s|400000 |357947 |     0 |   0.0 | 122M| 221 |   - | 371 | 817 |   0 |   0 |   0 | 100k|   0 | 0.000000e+00 | 8.870000e+02 |    Inf 
38.69/38.76	c  36.5s|410000 |367908 |     0 |   0.0 | 125M| 221 |   - | 371 | 833 |   0 |   0 |   0 | 100k|   0 | 0.000000e+00 | 8.870000e+02 |    Inf 
39.19/39.20	c  36.9s|420000 |377891 |     0 |   0.0 | 128M| 221 |   - | 371 | 816 |   0 |   0 |   0 | 100k|   0 | 0.000000e+00 | 8.870000e+02 |    Inf 
39.60/39.64	c  37.3s|430000 |387864 |     0 |   0.0 | 131M| 221 |   - | 371 | 861 |   0 |   0 |   0 | 100k|   0 | 0.000000e+00 | 8.870000e+02 |    Inf 
39.99/40.09	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
39.99/40.09	c  37.7s|440000 |397832 |     0 |   0.0 | 134M| 221 |   - | 371 | 886 |   0 |   0 |   0 | 100k|   0 | 0.000000e+00 | 8.870000e+02 |    Inf 
40.49/40.53	c  38.1s|450000 |407809 |     0 |   0.0 | 137M| 221 |   - | 371 | 864 |   0 |   0 |   0 | 100k|   0 | 0.000000e+00 | 8.870000e+02 |    Inf 
40.89/40.99	c  38.5s|460000 |417768 |     0 |   0.0 | 140M| 221 |   - | 371 | 903 |   0 |   0 |   0 | 101k|   0 | 0.000000e+00 | 8.870000e+02 |    Inf 
41.39/41.44	c  38.9s|470000 |427733 |     0 |   0.0 | 143M| 221 |   - | 371 | 923 |   0 |   0 |   0 | 101k|   0 | 0.000000e+00 | 8.870000e+02 |    Inf 
41.79/41.88	c  39.3s|480000 |437719 |     0 |   0.0 | 146M| 221 |   - | 371 | 907 |   0 |   0 |   0 | 101k|   0 | 0.000000e+00 | 8.870000e+02 |    Inf 
42.29/42.32	c  39.6s|490000 |447696 |     0 |   0.0 | 149M| 221 |   - | 371 | 925 |   0 |   0 |   0 | 101k|   0 | 0.000000e+00 | 8.870000e+02 |    Inf 
42.69/42.77	c  40.0s|500000 |457666 |     0 |   0.0 | 152M| 221 |   - | 371 | 933 |   0 |   0 |   0 | 101k|   0 | 0.000000e+00 | 8.870000e+02 |    Inf 
43.19/43.21	c  40.4s|510000 |467639 |     0 |   0.0 | 155M| 221 |   - | 371 | 943 |   0 |   0 |   0 | 101k|   0 | 0.000000e+00 | 8.870000e+02 |    Inf 
43.59/43.66	c  40.8s|520000 |477613 |     0 |   0.0 | 158M| 221 |   - | 371 | 980 |   0 |   0 |   0 | 101k|   0 | 0.000000e+00 | 8.870000e+02 |    Inf 
44.00/44.10	c  41.2s|530000 |487584 |     0 |   0.0 | 161M| 221 |   - | 371 |1014 |   0 |   0 |   0 | 101k|   0 | 0.000000e+00 | 8.870000e+02 |    Inf 
44.49/44.55	c  41.6s|540000 |497550 |     0 |   0.0 | 164M| 221 |   - | 371 |1000 |   0 |   0 |   0 | 101k|   0 | 0.000000e+00 | 8.870000e+02 |    Inf 
44.89/44.99	c  42.0s|550000 |507524 |     0 |   0.0 | 166M| 221 |   - | 371 |1007 |   0 |   0 |   0 | 101k|   0 | 0.000000e+00 | 8.870000e+02 |    Inf 
45.39/45.43	c  42.4s|560000 |517498 |     0 |   0.0 | 169M| 221 |   - | 371 |1007 |   0 |   0 |   0 | 101k|   0 | 0.000000e+00 | 8.870000e+02 |    Inf 
45.78/45.87	c  42.8s|570000 |527479 |     0 |   0.0 | 172M| 221 |   - | 371 |1004 |   0 |   0 |   0 | 101k|   0 | 0.000000e+00 | 8.870000e+02 |    Inf 
46.30/46.32	c  43.2s|580000 |537449 |     0 |   0.0 | 175M| 221 |   - | 371 |1017 |   0 |   0 |   0 | 101k|   0 | 0.000000e+00 | 8.870000e+02 |    Inf 
46.69/46.76	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
46.69/46.76	c  43.6s|590000 |547435 |     0 |   0.0 | 178M| 221 |   - | 371 |1019 |   0 |   0 |   0 | 101k|   0 | 0.000000e+00 | 8.870000e+02 |    Inf 
47.19/47.20	c  44.0s|600000 |557410 |     0 |   0.0 | 181M| 221 |   - | 371 |1045 |   0 |   0 |   0 | 101k|   0 | 0.000000e+00 | 8.870000e+02 |    Inf 
47.59/47.64	c  44.4s|610000 |567392 |     0 |   0.0 | 184M| 221 |   - | 371 |1064 |   0 |   0 |   0 | 101k|   0 | 0.000000e+00 | 8.870000e+02 |    Inf 
48.09/48.10	c  44.8s|620000 |577340 |     0 |   0.0 | 187M| 221 |   - | 371 |1121 |   0 |   0 |   0 | 101k|   0 | 0.000000e+00 | 8.870000e+02 |    Inf 
48.50/48.54	c  45.2s|630000 |587327 |     0 |   0.0 | 190M| 221 |   - | 371 |1125 |   0 |   0 |   0 | 101k|   0 | 0.000000e+00 | 8.870000e+02 |    Inf 
48.89/48.99	c  45.6s|640000 |597285 |     0 |   0.0 | 193M| 221 |   - | 371 |1180 |   0 |   0 |   0 | 101k|   0 | 0.000000e+00 | 8.870000e+02 |    Inf 
49.39/49.44	c  46.0s|650000 |607245 |     0 |   0.0 | 196M| 221 |   - | 371 |1179 |   0 |   0 |   0 | 102k|   0 | 0.000000e+00 | 8.870000e+02 |    Inf 
49.79/49.89	c  46.4s|660000 |617220 |     0 |   0.0 | 199M| 221 |   - | 371 |1174 |   0 |   0 |   0 | 102k|   0 | 0.000000e+00 | 8.870000e+02 |    Inf 
50.29/50.33	c  46.8s|670000 |627181 |     0 |   0.0 | 202M| 221 |   - | 371 |1224 |   0 |   0 |   0 | 102k|   0 | 0.000000e+00 | 8.870000e+02 |    Inf 
50.70/50.78	c  47.2s|680000 |637145 |     0 |   0.0 | 205M| 221 |   - | 371 |1232 |   0 |   0 |   0 | 102k|   0 | 0.000000e+00 | 8.870000e+02 |    Inf 
51.19/51.23	c  47.6s|690000 |647119 |     0 |   0.0 | 208M| 221 |   - | 371 |1232 |   0 |   0 |   0 | 102k|   0 | 0.000000e+00 | 8.870000e+02 |    Inf 
51.59/51.68	c  48.0s|700000 |657084 |     0 |   0.0 | 211M| 221 |   - | 371 |1229 |   0 |   0 |   0 | 102k|   0 | 0.000000e+00 | 8.870000e+02 |    Inf 
52.09/52.13	c  48.4s|710000 |667048 |     0 |   0.0 | 214M| 221 |   - | 371 |1256 |   0 |   0 |   0 | 102k|   0 | 0.000000e+00 | 8.870000e+02 |    Inf 
52.58/52.63	o 202
52.58/52.63	c *48.8s|719264 |585961 |     0 |   0.0 | 188M| 221 |   - | 371 |1309 |   0 |   0 |   0 | 102k|   0 | 0.000000e+00 | 2.020000e+02 |    Inf 
52.58/52.67	c  48.9s|720000 |586690 |     0 |   0.0 | 188M| 221 |   - | 371 |1321 |   0 |   0 |   0 | 102k|   0 | 0.000000e+00 | 2.020000e+02 |    Inf 
53.29/53.34	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
53.29/53.34	c  49.5s|730000 |596184 |     0 |   0.0 | 192M| 221 |   - | 371 |1675 |   0 |   0 |   0 | 103k|   0 | 0.000000e+00 | 2.020000e+02 |    Inf 
54.09/54.16	c  50.2s|740000 |605319 |     0 |   0.0 | 197M| 221 |   - | 371 |2165 |   0 |   0 |   0 | 105k|   0 | 0.000000e+00 | 2.020000e+02 |    Inf 
54.29/54.39	o 199
54.29/54.39	c *50.5s|742291 |600923 |     0 |   0.0 | 195M| 221 |   - | 371 |2207 |   0 |   0 |   0 | 105k|   0 | 0.000000e+00 | 1.990000e+02 |    Inf 
55.00/55.04	c  51.1s|750000 |607975 |     0 |   0.0 | 199M| 221 |   - | 371 |2438 |   0 |   0 |   0 | 106k|   0 | 0.000000e+00 | 1.990000e+02 |    Inf 
55.09/55.15	o 195
55.09/55.15	c *51.2s|751037 |601998 |     0 |   0.0 | 197M| 221 |   - | 371 |2489 |   0 |   0 |   0 | 107k|   0 | 0.000000e+00 | 1.950000e+02 |    Inf 
55.99/56.02	c  52.0s|760000 |609947 |     0 |   0.0 | 200M| 221 |   - | 371 |2594 |   0 |   0 |   0 | 108k|   0 | 0.000000e+00 | 1.950000e+02 |    Inf 
56.39/56.46	o 177
56.39/56.46	c *52.4s|764654 |575227 |     0 |   0.0 | 189M| 221 |   - | 371 |2722 |   0 |   0 |   0 | 109k|   0 | 0.000000e+00 | 1.770000e+02 |    Inf 
56.69/56.76	o 173
56.69/56.76	c *52.7s|767931 |566601 |     0 |   0.0 | 187M| 221 |   - | 371 |2756 |   0 |   0 |   0 | 110k|   0 | 0.000000e+00 | 1.730000e+02 |    Inf 
56.89/56.93	c  52.8s|770000 |568492 |     0 |   0.0 | 188M| 221 |   - | 371 |2789 |   0 |   0 |   0 | 110k|   0 | 0.000000e+00 | 1.730000e+02 |    Inf 
57.09/57.12	o 154
57.09/57.12	c *53.0s|771553 |528464 |     0 |   0.0 | 175M| 221 |   - | 371 |2903 |   0 |   0 |   0 | 110k|   0 | 0.000000e+00 | 1.540000e+02 |    Inf 
57.20/57.27	o 152
57.20/57.27	c *53.2s|772763 |527120 |     0 |   0.0 | 175M| 221 |   - | 371 |3046 |   0 |   0 |   0 | 111k|   0 | 0.000000e+00 | 1.520000e+02 |    Inf 
57.29/57.38	o 149
57.29/57.38	c *53.3s|773550 |521390 |     0 |   0.0 | 173M| 221 |   - | 371 |3087 |   0 |   0 |   0 | 111k|   0 | 0.000000e+00 | 1.490000e+02 |    Inf 
57.39/57.44	o 144
57.39/57.44	c *53.3s|773875 |509072 |     0 |   0.0 | 169M| 221 |   - | 371 |3113 |   0 |   0 |   0 | 111k|   0 | 0.000000e+00 | 1.440000e+02 |    Inf 
57.39/57.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
57.39/57.49	c [src/scip/lp.c:5323] ERROR: Error <-11> in function call
57.39/57.49	c [src/scip/lp.c:5811] ERROR: Error <-11> in function call
57.39/57.49	c [src/scip/lp.c:11214] ERROR: Error <-11> in function call
57.39/57.49	c [src/scip/solve.c:807] ERROR: Error <-11> in function call
57.39/57.49	c [src/scip/solve.c:1863] ERROR: Error <-11> in function call
57.39/57.49	c [src/scip/solve.c:2577] ERROR: Error <-11> in function call
57.39/57.49	c [src/scip/solve.c:3189] ERROR: Error <-11> in function call
57.39/57.49	c [src/scip/scip.c:6167] ERROR: Error <-11> in function call
57.39/57.49	c [src/cmain.c:657] ERROR: Error <-11> in function call
57.39/57.49	c [src/cmain.c:832] ERROR: Error <-11> in function call
57.39/57.49	c [src/cmain.c:908] ERROR: Error <-11> in function call
57.39/57.49	c SCIP Error (-11): c a required plugin was not foundc 
57.39/57.49	c Time complete: 57.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-2694154-1277924085/watcher-2694154-1277924085 -o /tmp/evaluation-result-2694154-1277924085/solver-2694154-1277924085 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2694154-1277924085.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.06 2.03 2.00 4/196 16783
/proc/meminfo: memFree=31058024/32951124 swapFree=67111528/67111528
[pid=16783] ppid=16781 vsize=8252 CPUtime=0
/proc/16783/stat : 16783 (pbscip.linux.x8) R 16781 16783 14947 0 -1 4202496 1548 0 0 0 0 0 0 0 25 0 1 0 133703145 8450048 1470 4089446400 4194304 7136930 140736133743984 18446744073709551615 6328631 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/16783/statm: 2063 1470 275 719 0 1342 0

[startup+0.100402 s]
/proc/loadavg: 2.06 2.03 2.00 4/196 16783
/proc/meminfo: memFree=31058024/32951124 swapFree=67111528/67111528
[pid=16783] ppid=16781 vsize=13748 CPUtime=0.09
/proc/16783/stat : 16783 (pbscip.linux.x8) R 16781 16783 14947 0 -1 4202496 3394 0 0 0 8 1 0 0 25 0 1 0 133703145 14077952 2706 4089446400 4194304 7136930 140736133743984 18446744073709551615 4947413 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/16783/statm: 3437 2706 390 719 0 2716 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13748

[startup+0.200387 s]
/proc/loadavg: 2.06 2.03 2.00 4/196 16783
/proc/meminfo: memFree=31058024/32951124 swapFree=67111528/67111528
[pid=16783] ppid=16781 vsize=14988 CPUtime=0.19
/proc/16783/stat : 16783 (pbscip.linux.x8) R 16781 16783 14947 0 -1 4202496 3729 0 0 0 18 1 0 0 25 0 1 0 133703145 15347712 3041 4089446400 4194304 7136930 140736133743984 18446744073709551615 4947391 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/16783/statm: 3747 3041 390 719 0 3026 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 14988

[startup+0.300378 s]
/proc/loadavg: 2.06 2.03 2.00 4/196 16783
/proc/meminfo: memFree=31058024/32951124 swapFree=67111528/67111528
[pid=16783] ppid=16781 vsize=16292 CPUtime=0.29
/proc/16783/stat : 16783 (pbscip.linux.x8) R 16781 16783 14947 0 -1 4202496 4049 0 0 0 27 2 0 0 25 0 1 0 133703145 16683008 3361 4089446400 4194304 7136930 140736133743984 18446744073709551615 6166287 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/16783/statm: 4073 3361 390 719 0 3352 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 16292

[startup+0.700298 s]
/proc/loadavg: 2.06 2.03 2.00 4/196 16783
/proc/meminfo: memFree=31058024/32951124 swapFree=67111528/67111528
[pid=16783] ppid=16781 vsize=18228 CPUtime=0.69
/proc/16783/stat : 16783 (pbscip.linux.x8) R 16781 16783 14947 0 -1 4202496 4538 0 0 0 66 3 0 0 25 0 1 0 133703145 18665472 3850 4089446400 4194304 7136930 140736133743984 18446744073709551615 5950912 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/16783/statm: 4557 3850 390 719 0 3836 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 18228

[startup+1.50016 s]
/proc/loadavg: 2.06 2.03 2.00 3/197 16784
/proc/meminfo: memFree=31041892/32951124 swapFree=67111528/67111528
[pid=16783] ppid=16781 vsize=21376 CPUtime=1.48
/proc/16783/stat : 16783 (pbscip.linux.x8) R 16781 16783 14947 0 -1 4202496 5311 0 0 0 142 6 0 0 25 0 1 0 133703145 21889024 4623 4089446400 4194304 7136930 140736133743984 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/16783/statm: 5344 4623 390 719 0 4623 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 21376

[startup+3.1009 s]
/proc/loadavg: 2.06 2.03 2.00 3/197 16784
/proc/meminfo: memFree=31036932/32951124 swapFree=67111528/67111528
[pid=16783] ppid=16781 vsize=26780 CPUtime=3.09
/proc/16783/stat : 16783 (pbscip.linux.x8) R 16781 16783 14947 0 -1 4202496 6692 0 0 0 297 12 0 0 25 0 1 0 133703145 27422720 6004 4089446400 4194304 7136930 140736133743984 18446744073709551615 4210060 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/16783/statm: 6695 6004 390 719 0 5974 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 26780

[startup+6.30033 s]
/proc/loadavg: 2.05 2.03 2.00 3/197 16784
/proc/meminfo: memFree=31028736/32951124 swapFree=67111528/67111528
[pid=16783] ppid=16781 vsize=34400 CPUtime=6.29
/proc/16783/stat : 16783 (pbscip.linux.x8) R 16781 16783 14947 0 -1 4202496 8631 0 0 0 609 20 0 0 25 0 1 0 133703145 35225600 7943 4089446400 4194304 7136930 140736133743984 18446744073709551615 4983350 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/16783/statm: 8600 7943 390 719 0 7879 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 34400

[startup+12.7002 s]
/proc/loadavg: 2.05 2.03 2.00 3/197 16784
/proc/meminfo: memFree=30990908/32951124 swapFree=67111528/67111528
[pid=16783] ppid=16781 vsize=69268 CPUtime=12.69
/proc/16783/stat : 16783 (pbscip.linux.x8) R 16781 16783 14947 0 -1 4202496 17228 0 0 0 1194 75 0 0 25 0 1 0 133703145 70930432 16540 4089446400 4194304 7136930 140736133743984 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/16783/statm: 17317 16540 390 719 0 16596 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 69268

[startup+25.5009 s]
/proc/loadavg: 2.11 2.04 2.01 3/197 16785
/proc/meminfo: memFree=30948068/32951124 swapFree=67111528/67111528
[pid=16783] ppid=16781 vsize=101928 CPUtime=25.49
/proc/16783/stat : 16783 (pbscip.linux.x8) R 16781 16783 14947 0 -1 4202496 25566 0 0 0 2418 131 0 0 25 0 1 0 133703145 104374272 24878 4089446400 4194304 7136930 140736133743984 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/16783/statm: 25482 24878 390 719 0 24761 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 101928

[startup+51.1005 s]
/proc/loadavg: 2.07 2.04 2.00 3/197 16786
/proc/meminfo: memFree=30805428/32951124 swapFree=67111528/67111528
[pid=16783] ppid=16781 vsize=250536 CPUtime=51.09
/proc/16783/stat : 16783 (pbscip.linux.x8) R 16781 16783 14947 0 -1 4202496 61406 0 0 0 4745 364 0 0 25 0 1 0 133703145 256548864 60718 4089446400 4194304 7136930 140736133743984 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/16783/statm: 62634 60718 390 719 0 61913 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 250536

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

[startup+51.2004 s]
/proc/loadavg: 2.07 2.04 2.00 3/197 16786
/proc/meminfo: memFree=30805428/32951124 swapFree=67111528/67111528
[pid=16783] ppid=16781 vsize=251432 CPUtime=51.19
/proc/16783/stat : 16783 (pbscip.linux.x8) R 16781 16783 14947 0 -1 4202496 61641 0 0 0 4754 365 0 0 25 0 1 0 133703145 257466368 60953 4089446400 4194304 7136930 140736133743984 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/16783/statm: 62858 60953 390 719 0 62137 0
Current children cumulated CPU time (s) 51.19
Current children cumulated vsize (KiB) 251432

[startup+54.4009 s]
/proc/loadavg: 2.07 2.04 2.00 3/197 16786
/proc/meminfo: memFree=30788312/32951124 swapFree=67111528/67111528
[pid=16783] ppid=16781 vsize=262080 CPUtime=54.39
/proc/16783/stat : 16783 (pbscip.linux.x8) R 16781 16783 14947 0 -1 4202496 64370 0 0 0 5047 392 0 0 25 0 1 0 133703145 268369920 63682 4089446400 4194304 7136930 140736133743984 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/16783/statm: 65520 63682 391 719 0 64799 0
Current children cumulated CPU time (s) 54.39
Current children cumulated vsize (KiB) 262080

[startup+56.0006 s]
/proc/loadavg: 2.06 2.04 2.00 3/197 16786
/proc/meminfo: memFree=30786080/32951124 swapFree=67111528/67111528
[pid=16783] ppid=16781 vsize=264904 CPUtime=55.99
/proc/16783/stat : 16783 (pbscip.linux.x8) R 16781 16783 14947 0 -1 4202496 65062 0 0 0 5195 404 0 0 25 0 1 0 133703145 271261696 64374 4089446400 4194304 7136930 140736133743984 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/16783/statm: 66226 64374 391 719 0 65505 0
Current children cumulated CPU time (s) 55.99
Current children cumulated vsize (KiB) 264904

[startup+56.8005 s]
/proc/loadavg: 2.06 2.04 2.00 3/197 16786
/proc/meminfo: memFree=30784220/32951124 swapFree=67111528/67111528
[pid=16783] ppid=16781 vsize=266708 CPUtime=56.79
/proc/16783/stat : 16783 (pbscip.linux.x8) R 16781 16783 14947 0 -1 4202496 65508 0 0 0 5271 408 0 0 25 0 1 0 133703145 273108992 64820 4089446400 4194304 7136930 140736133743984 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/16783/statm: 66677 64820 391 719 0 65956 0
Current children cumulated CPU time (s) 56.79
Current children cumulated vsize (KiB) 266708

[startup+57.2004 s]
/proc/loadavg: 2.06 2.04 2.00 3/197 16786
/proc/meminfo: memFree=30781980/32951124 swapFree=67111528/67111528
[pid=16783] ppid=16781 vsize=267336 CPUtime=57.2
/proc/16783/stat : 16783 (pbscip.linux.x8) R 16781 16783 14947 0 -1 4202496 65663 0 0 0 5309 411 0 0 25 0 1 0 133703145 273752064 64975 4089446400 4194304 7136930 140736133743984 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/16783/statm: 66834 64975 391 719 0 66113 0
Current children cumulated CPU time (s) 57.2
Current children cumulated vsize (KiB) 267336

[startup+57.4004 s]
/proc/loadavg: 2.06 2.04 2.00 3/197 16786
/proc/meminfo: memFree=30781980/32951124 swapFree=67111528/67111528
[pid=16783] ppid=16781 vsize=267648 CPUtime=57.39
/proc/16783/stat : 16783 (pbscip.linux.x8) R 16781 16783 14947 0 -1 4202496 65710 0 0 0 5327 412 0 0 25 0 1 0 133703145 274071552 65022 4089446400 4194304 7136930 140736133743984 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/16783/statm: 66912 65022 391 719 0 66191 0
Current children cumulated CPU time (s) 57.39
Current children cumulated vsize (KiB) 267648

[startup+57.5003 s]
/proc/loadavg: 2.06 2.04 2.00 3/197 16786
/proc/meminfo: memFree=30781980/32951124 swapFree=67111528/67111528
[pid=16783] ppid=16781 vsize=0 CPUtime=57.49
/proc/16783/stat : 16783 (pbscip.linux.x8) R 16781 16783 14947 0 -1 4202500 65763 0 0 0 5336 413 0 0 25 0 1 0 133703145 0 0 4089446400 0 0 0 0 0 0 0 4096 16384 18446744073709551615 0 0 17 6 0 0 0
/proc/16783/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 57.49
Current children cumulated vsize (KiB) 0

Child status: 255
Real time (s): 57.5009
CPU time (s): 57.4993
CPU user time (s): 53.3659
CPU system time (s): 4.13337
CPU usage (%): 99.9971
Max. virtual memory (cumulated for all children) (KiB): 267648

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

runsolver used 0.080987 second user time and 0.207968 second system time

The end

Launcher Data

Begin job on node144 at 2010-06-30 20:54:45
IDJOB=2694154
IDBENCH=79225
IDSOLVER=1206
FILE ID=node144/2694154-1277924085
PBS_JOBID= 11197267
Free space on /tmp= 74180 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.1110966483--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-2694154-1277924085/watcher-2694154-1277924085 -o /tmp/evaluation-result-2694154-1277924085/solver-2694154-1277924085 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2694154-1277924085.wbo -t 1800 -m 3800

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

MD5SUM BENCH= 2001343def6115cfc261dcde547cf23c
RANDOM SEED=778070593

node144.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.848
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.69
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.848
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.83
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.848
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.848
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.82
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.848
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.75
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.848
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.848
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.848
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	: 5230.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31058552 kB
Buffers:        209172 kB
Cached:        1256200 kB
SwapCached:          0 kB
Active:         796564 kB
Inactive:       951372 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31058552 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            3424 kB
Writeback:           0 kB
AnonPages:      282708 kB
Mapped:          20348 kB
Slab:            81584 kB
PageTables:       5060 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1654308 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= 74176 MiB
End job on node144 at 2010-06-30 20:55:43