Trace number 2694182

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) 59.6579 59.6564

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1110971363--soft-0-100-0.wbo
MD5SUM4e22340b84333f0476155fff0e8b142d
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark4
Best CPU time to get the best result obtained on this benchmark0.290954
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 1228
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-2694182-1277924422.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 |  6375 |     0 |   0.0 |8178k| 171 |   - | 371 |5466 |   0 |   0 |   0 |9716 |   0 | 0.000000e+00 | 4.943000e+03 |    Inf 
2.79/2.86	c   2.4s| 20000 | 14445 |     0 |   0.0 |  11M| 199 |   - | 371 |4927 |   0 |   0 |   0 |  15k|   0 | 0.000000e+00 | 4.943000e+03 |    Inf 
5.59/5.65	c   5.0s| 30000 | 18781 |     0 |   0.0 |  16M| 199 |   - | 371 |8102 |   0 |   0 |   0 |  30k|   0 | 0.000000e+00 | 4.943000e+03 |    Inf 
9.09/9.19	c   8.3s| 40000 | 21455 |     0 |   0.0 |  21M| 199 |   - | 371 |  11k|   0 |   0 |   0 |  48k|   0 | 0.000000e+00 | 4.943000e+03 |    Inf 
9.49/9.52	o 909
9.49/9.52	c * 8.6s| 41035 | 21823 |     0 |   0.0 |  21M| 199 |   - | 371 |  11k|   0 |   0 |   0 |  49k|   0 | 0.000000e+00 | 9.090000e+02 |    Inf 
9.49/9.56	o 797
9.49/9.56	c * 8.6s| 41610 | 22375 |     0 |   0.0 |  21M| 199 |   - | 371 |  10k|   0 |   0 |   0 |  49k|   0 | 0.000000e+00 | 7.970000e+02 |    Inf 
9.49/9.58	o 215
9.49/9.58	c * 8.6s| 41876 | 21079 |     0 |   0.0 |  21M| 199 |   - | 371 |  10k|   0 |   0 |   0 |  49k|   0 | 0.000000e+00 | 2.150000e+02 |    Inf 
9.99/10.08	c   9.0s| 50000 | 29098 |     0 |   0.0 |  21M| 199 |   - | 371 | 987 |   0 |   0 |   0 |  50k|   0 | 0.000000e+00 | 2.150000e+02 |    Inf 
10.59/10.64	c   9.4s| 60000 | 38882 |     0 |   0.0 |  24M| 199 |   - | 371 | 885 |   0 |   0 |   0 |  50k|   0 | 0.000000e+00 | 2.150000e+02 |    Inf 
11.19/11.23	c   9.8s| 70000 | 48594 |     0 |   0.0 |  28M| 199 |   - | 371 |1034 |   0 |   0 |   0 |  51k|   0 | 0.000000e+00 | 2.150000e+02 |    Inf 
11.79/11.87	c  10.2s| 80000 | 58134 |     0 |   0.0 |  31M| 199 |   - | 371 |1274 |   0 |   0 |   0 |  52k|   0 | 0.000000e+00 | 2.150000e+02 |    Inf 
12.10/12.14	o 212
12.10/12.14	c *10.4s| 84091 | 61919 |     0 |   0.0 |  33M| 199 |   - | 371 |1346 |   0 |   0 |   0 |  52k|   0 | 0.000000e+00 | 2.120000e+02 |    Inf 
12.49/12.54	c  10.7s| 90000 | 67476 |     0 |   0.0 |  35M| 199 |   - | 371 |1486 |   0 |   0 |   0 |  53k|   0 | 0.000000e+00 | 2.120000e+02 |    Inf 
13.79/13.88	c  11.8s|100000 | 74621 |     0 |   0.0 |  40M| 199 |   - | 371 |5707 |   0 |   0 |   0 |  60k|   0 | 0.000000e+00 | 2.120000e+02 |    Inf 
19.09/19.17	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
19.09/19.17	c  16.8s|110000 | 74591 |     0 |   0.0 |  45M| 199 |   - | 371 |  12k|   0 |   0 |   0 |  84k|   0 | 0.000000e+00 | 2.120000e+02 |    Inf 
26.09/26.16	c  23.5s|120000 | 72829 |     0 |   0.0 |  48M| 199 |   - | 371 |  15k|   0 |   0 |   0 | 109k|   0 | 0.000000e+00 | 2.120000e+02 |    Inf 
33.69/33.72	c  30.7s|130000 | 71156 |     0 |   0.0 |  50M| 199 |   - | 371 |  18k|   0 |   0 |   0 | 132k|   0 | 0.000000e+00 | 2.120000e+02 |    Inf 
35.20/35.26	o 209
35.20/35.26	c *32.2s|135170 | 74339 |     0 |   0.0 |  47M| 199 |   - | 371 |4700 |   0 |   0 |   0 | 136k|   0 | 0.000000e+00 | 2.090000e+02 |    Inf 
35.50/35.58	c  32.4s|140000 | 79043 |     0 |   0.0 |  47M| 199 |   - | 371 | 932 |   0 |   0 |   0 | 136k|   0 | 0.000000e+00 | 2.090000e+02 |    Inf 
36.09/36.16	c  32.8s|150000 | 88823 |     0 |   0.0 |  50M| 199 |   - | 371 | 837 |   0 |   0 |   0 | 136k|   0 | 0.000000e+00 | 2.090000e+02 |    Inf 
36.69/36.76	c  33.2s|160000 | 98466 |     0 |   0.0 |  54M| 199 |   - | 371 | 940 |   0 |   0 |   0 | 137k|   0 | 0.000000e+00 | 2.090000e+02 |    Inf 
37.30/37.38	c  33.6s|170000 |108146 |     0 |   0.0 |  57M| 199 |   - | 371 | 995 |   0 |   0 |   0 | 138k|   0 | 0.000000e+00 | 2.090000e+02 |    Inf 
37.99/38.00	c  34.1s|180000 |117743 |     0 |   0.0 |  60M| 199 |   - | 371 |1124 |   0 |   0 |   0 | 138k|   0 | 0.000000e+00 | 2.090000e+02 |    Inf 
38.29/38.33	o 199
38.29/38.33	c *34.3s|185123 |122120 |     0 |   0.0 |  62M| 199 |   - | 371 |1095 |   0 |   0 |   0 | 139k|   0 | 0.000000e+00 | 1.990000e+02 |    Inf 
38.59/38.68	c  34.6s|190000 |126683 |     0 |   0.0 |  64M| 199 |   - | 371 |1168 |   0 |   0 |   0 | 139k|   0 | 0.000000e+00 | 1.990000e+02 |    Inf 
39.29/39.36	c  35.1s|200000 |136158 |     0 |   0.0 |  67M| 199 |   - | 371 |1314 |   0 |   0 |   0 | 140k|   0 | 0.000000e+00 | 1.990000e+02 |    Inf 
39.99/40.06	c  35.6s|210000 |145596 |     0 |   0.0 |  71M| 199 |   - | 371 |1267 |   0 |   0 |   0 | 141k|   0 | 0.000000e+00 | 1.990000e+02 |    Inf 
40.19/40.27	o 198
40.19/40.27	c *35.8s|213219 |148642 |     0 |   0.0 |  72M| 199 |   - | 371 |1321 |   0 |   0 |   0 | 142k|   0 | 0.000000e+00 | 1.980000e+02 |    Inf 
40.70/40.76	c  36.1s|220000 |155018 |     0 |   0.0 |  75M| 199 |   - | 371 |1384 |   0 |   0 |   0 | 142k|   0 | 0.000000e+00 | 1.980000e+02 |    Inf 
41.50/41.50	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
41.50/41.50	c  36.7s|230000 |164276 |     0 |   0.0 |  79M| 199 |   - | 371 |1707 |   0 |   0 |   0 | 144k|   0 | 0.000000e+00 | 1.980000e+02 |    Inf 
41.59/41.68	o 196
41.59/41.68	c *36.8s|232601 |166563 |     0 |   0.0 |  79M| 199 |   - | 371 |1658 |   0 |   0 |   0 | 144k|   0 | 0.000000e+00 | 1.960000e+02 |    Inf 
42.20/42.25	c  37.2s|240000 |173455 |     0 |   0.0 |  82M| 199 |   - | 371 |1646 |   0 |   0 |   0 | 145k|   0 | 0.000000e+00 | 1.960000e+02 |    Inf 
42.90/42.99	c  37.8s|250000 |182792 |     0 |   0.0 |  86M| 199 |   - | 371 |1794 |   0 |   0 |   0 | 146k|   0 | 0.000000e+00 | 1.960000e+02 |    Inf 
43.69/43.71	c  38.3s|260000 |192222 |     0 |   0.0 |  90M| 199 |   - | 371 |1713 |   0 |   0 |   0 | 147k|   0 | 0.000000e+00 | 1.960000e+02 |    Inf 
44.39/44.44	c  38.9s|270000 |201634 |     0 |   0.0 |  94M| 199 |   - | 371 |1800 |   0 |   0 |   0 | 148k|   0 | 0.000000e+00 | 1.960000e+02 |    Inf 
45.20/45.23	c  39.5s|280000 |210825 |     0 |   0.0 |  98M| 199 |   - | 371 |1988 |   0 |   0 |   0 | 150k|   0 | 0.000000e+00 | 1.960000e+02 |    Inf 
45.99/46.02	c  40.1s|290000 |220076 |     0 |   0.0 | 102M| 199 |   - | 371 |2007 |   0 |   0 |   0 | 151k|   0 | 0.000000e+00 | 1.960000e+02 |    Inf 
46.69/46.78	c  40.7s|300000 |229416 |     0 |   0.0 | 106M| 199 |   - | 371 |1990 |   0 |   0 |   0 | 152k|   0 | 0.000000e+00 | 1.960000e+02 |    Inf 
47.49/47.58	c  41.3s|310000 |238601 |     0 |   0.0 | 110M| 199 |   - | 371 |2138 |   0 |   0 |   0 | 153k|   0 | 0.000000e+00 | 1.960000e+02 |    Inf 
48.10/48.18	o 190
48.10/48.18	c *41.7s|318196 |245054 |     0 |   0.0 | 112M| 199 |   - | 371 |2152 |   0 |   0 |   0 | 154k|   0 | 0.000000e+00 | 1.900000e+02 |    Inf 
48.30/48.33	c  41.9s|320000 |246695 |     0 |   0.0 | 112M| 199 |   - | 371 |2226 |   0 |   0 |   0 | 155k|   0 | 0.000000e+00 | 1.900000e+02 |    Inf 
48.80/48.85	o 182
48.80/48.85	c *42.2s|326162 |250768 |     0 |   0.0 | 114M| 199 |   - | 371 |2249 |   0 |   0 |   0 | 156k|   0 | 0.000000e+00 | 1.820000e+02 |    Inf 
49.10/49.17	c  42.5s|330000 |254254 |     0 |   0.0 | 115M| 199 |   - | 371 |2344 |   0 |   0 |   0 | 156k|   0 | 0.000000e+00 | 1.820000e+02 |    Inf 
49.59/49.67	o 172
49.59/49.67	c *42.9s|336289 |258170 |     0 |   0.0 | 116M| 199 |   - | 371 |2302 |   0 |   0 |   0 | 157k|   0 | 0.000000e+00 | 1.720000e+02 |    Inf 
49.99/50.00	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
49.99/50.00	c  43.1s|340000 |261458 |     0 |   0.0 | 118M| 199 |   - | 371 |2434 |   0 |   0 |   0 | 158k|   0 | 0.000000e+00 | 1.720000e+02 |    Inf 
50.39/50.48	o 168
50.39/50.48	c *43.5s|345419 |265131 |     0 |   0.0 | 119M| 199 |   - | 371 |2611 |   0 |   0 |   0 | 159k|   0 | 0.000000e+00 | 1.680000e+02 |    Inf 
50.89/50.90	c  43.8s|350000 |269197 |     0 |   0.0 | 121M| 199 |   - | 371 |2771 |   0 |   0 |   0 | 160k|   0 | 0.000000e+00 | 1.680000e+02 |    Inf 
51.79/51.85	c  44.6s|360000 |278027 |     0 |   0.0 | 126M| 199 |   - | 371 |2923 |   0 |   0 |   0 | 162k|   0 | 0.000000e+00 | 1.680000e+02 |    Inf 
52.00/52.06	o 154
52.00/52.06	c *44.7s|362129 |274731 |     0 |   0.0 | 121M| 199 |   - | 371 |2943 |   0 |   0 |   0 | 162k|   0 | 0.000000e+00 | 1.540000e+02 |    Inf 
52.80/52.84	c  45.4s|370000 |281566 |     0 |   0.0 | 125M| 199 |   - | 371 |3108 |   0 |   0 |   0 | 164k|   0 | 0.000000e+00 | 1.540000e+02 |    Inf 
53.80/53.82	c  46.2s|380000 |290313 |     0 |   0.0 | 130M| 199 |   - | 371 |3106 |   0 |   0 |   0 | 166k|   0 | 0.000000e+00 | 1.540000e+02 |    Inf 
53.80/53.84	o 153
53.80/53.84	c *46.2s|380098 |290149 |     0 |   0.0 | 129M| 199 |   - | 371 |3112 |   0 |   0 |   0 | 166k|   0 | 0.000000e+00 | 1.530000e+02 |    Inf 
54.49/54.54	o 151
54.49/54.54	c *46.8s|387116 |295883 |     0 |   0.0 | 132M| 199 |   - | 371 |3278 |   0 |   0 |   0 | 168k|   0 | 0.000000e+00 | 1.510000e+02 |    Inf 
54.80/54.84	c  47.0s|390000 |298352 |     0 |   0.0 | 134M| 199 |   - | 371 |3509 |   0 |   0 |   0 | 169k|   0 | 0.000000e+00 | 1.510000e+02 |    Inf 
55.29/55.30	o 147
55.29/55.30	c *47.4s|394412 |300868 |     0 |   0.0 | 135M| 199 |   - | 371 |3515 |   0 |   0 |   0 | 170k|   0 | 0.000000e+00 | 1.470000e+02 |    Inf 
55.29/55.33	o 135
55.29/55.33	c *47.4s|394571 |294153 |     0 |   0.0 | 130M| 199 |   - | 371 |3502 |   0 |   0 |   0 | 170k|   0 | 0.000000e+00 | 1.350000e+02 |    Inf 
55.89/55.94	c  47.9s|400000 |298712 |     0 |   0.0 | 133M| 199 |   - | 371 |3780 |   0 |   0 |   0 | 172k|   0 | 0.000000e+00 | 1.350000e+02 |    Inf 
56.10/56.15	o 128
56.10/56.15	c *48.1s|401788 |297394 |     0 |   0.0 | 131M| 199 |   - | 371 |3921 |   0 |   0 |   0 | 172k|   0 | 0.000000e+00 | 1.280000e+02 |    Inf 
56.60/56.69	o 124
56.60/56.69	c *48.5s|406182 |299916 |     0 |   0.0 | 133M| 199 |   - | 371 |4086 |   0 |   0 |   0 | 174k|   0 | 0.000000e+00 | 1.240000e+02 |    Inf 
56.69/56.71	o 120
56.69/56.71	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
56.69/56.71	c *48.5s|406268 |298552 |     0 |   0.0 | 132M| 199 |   - | 371 |4114 |   0 |   0 |   0 | 174k|   0 | 0.000000e+00 | 1.200000e+02 |    Inf 
57.10/57.17	c  48.9s|410000 |301569 |     0 |   0.0 | 134M| 199 |   - | 371 |4143 |   0 |   0 |   0 | 175k|   0 | 0.000000e+00 | 1.200000e+02 |    Inf 
57.50/57.54	o 118
57.50/57.54	c *49.2s|412888 |302576 |     0 |   0.0 | 135M| 199 |   - | 371 |4441 |   0 |   0 |   0 | 176k|   0 | 0.000000e+00 | 1.180000e+02 |    Inf 
58.40/58.48	c  50.0s|420000 |308289 |     0 |   0.0 | 139M| 199 |   - | 371 |4405 |   0 |   0 |   0 | 179k|   0 | 0.000000e+00 | 1.180000e+02 |    Inf 
59.49/59.52	o 113
59.49/59.52	c *50.9s|427872 |312029 |     0 |   0.0 | 142M| 199 |   - | 371 |4612 |   0 |   0 |   0 | 182k|   0 | 0.000000e+00 | 1.130000e+02 |    Inf 
59.49/59.52	o 110
59.49/59.52	c *50.9s|427877 |309805 |     0 |   0.0 | 141M| 199 |   - | 371 |4614 |   0 |   0 |   0 | 182k|   0 | 0.000000e+00 | 1.100000e+02 |    Inf 
59.59/59.64	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
59.59/59.64	c [src/scip/lp.c:5323] ERROR: Error <-11> in function call
59.59/59.64	c [src/scip/lp.c:5811] ERROR: Error <-11> in function call
59.59/59.64	c [src/scip/lp.c:11214] ERROR: Error <-11> in function call
59.59/59.64	c [src/scip/solve.c:807] ERROR: Error <-11> in function call
59.59/59.64	c [src/scip/solve.c:1863] ERROR: Error <-11> in function call
59.59/59.64	c [src/scip/solve.c:2577] ERROR: Error <-11> in function call
59.59/59.64	c [src/scip/solve.c:3189] ERROR: Error <-11> in function call
59.59/59.64	c [src/scip/scip.c:6167] ERROR: Error <-11> in function call
59.59/59.64	c [src/cmain.c:657] ERROR: Error <-11> in function call
59.59/59.64	c [src/cmain.c:832] ERROR: Error <-11> in function call
59.59/59.64	c [src/cmain.c:908] ERROR: Error <-11> in function call
59.59/59.64	c SCIP Error (-11): c a required plugin was not foundc 
59.59/59.64	c Time complete: 59.64.

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 4/178 15942
/proc/meminfo: memFree=31183268/32950928 swapFree=4192956/4192956
[pid=15942] ppid=15940 vsize=8436 CPUtime=0
/proc/15942/stat : 15942 (pbscip.linux.x8) R 15940 15942 14276 0 -1 4202496 1584 0 0 0 0 0 0 0 21 0 1 0 133738546 8638464 1507 4089446400 4194304 7136930 140733426788416 18446744073709551615 6164672 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/15942/statm: 2109 1507 275 719 0 1388 0

[startup+0.0797579 s]
/proc/loadavg: 2.00 2.00 2.00 4/178 15942
/proc/meminfo: memFree=31183268/32950928 swapFree=4192956/4192956
[pid=15942] ppid=15940 vsize=13636 CPUtime=0.07
/proc/15942/stat : 15942 (pbscip.linux.x8) R 15940 15942 14276 0 -1 4202496 3367 0 0 0 5 2 0 0 21 0 1 0 133738546 13963264 2680 4089446400 4194304 7136930 140733426788416 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/15942/statm: 3409 2682 390 719 0 2688 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 13636

[startup+0.100804 s]
/proc/loadavg: 2.00 2.00 2.00 4/178 15942
/proc/meminfo: memFree=31183268/32950928 swapFree=4192956/4192956
[pid=15942] ppid=15940 vsize=13772 CPUtime=0.09
/proc/15942/stat : 15942 (pbscip.linux.x8) R 15940 15942 14276 0 -1 4202496 3411 0 0 0 7 2 0 0 21 0 1 0 133738546 14102528 2724 4089446400 4194304 7136930 140733426788416 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/15942/statm: 3443 2724 390 719 0 2722 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13772

[startup+0.300717 s]
/proc/loadavg: 2.00 2.00 2.00 4/178 15942
/proc/meminfo: memFree=31183268/32950928 swapFree=4192956/4192956
[pid=15942] ppid=15940 vsize=16468 CPUtime=0.29
/proc/15942/stat : 15942 (pbscip.linux.x8) R 15940 15942 14276 0 -1 4202496 4093 0 0 0 22 7 0 0 21 0 1 0 133738546 16863232 3406 4089446400 4194304 7136930 140733426788416 18446744073709551615 4999811 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/15942/statm: 4117 3406 390 719 0 3396 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 16468

[startup+0.700705 s]
/proc/loadavg: 2.00 2.00 2.00 4/178 15942
/proc/meminfo: memFree=31183268/32950928 swapFree=4192956/4192956
[pid=15942] ppid=15940 vsize=19116 CPUtime=0.69
/proc/15942/stat : 15942 (pbscip.linux.x8) R 15940 15942 14276 0 -1 4202496 4748 0 0 0 58 11 0 0 22 0 1 0 133738546 19574784 4061 4089446400 4194304 7136930 140733426788416 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/15942/statm: 4779 4061 390 719 0 4058 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 19116

[startup+1.50056 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15943
/proc/meminfo: memFree=31167804/32950928 swapFree=4192956/4192956
[pid=15942] ppid=15940 vsize=21832 CPUtime=1.49
/proc/15942/stat : 15942 (pbscip.linux.x8) R 15940 15942 14276 0 -1 4202496 5453 0 0 0 129 20 0 0 25 0 1 0 133738546 22355968 4766 4089446400 4194304 7136930 140733426788416 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/15942/statm: 5458 4766 390 719 0 4737 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 21832

[startup+3.10028 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15943
/proc/meminfo: memFree=31162224/32950928 swapFree=4192956/4192956
[pid=15942] ppid=15940 vsize=27860 CPUtime=3.09
/proc/15942/stat : 15942 (pbscip.linux.x8) R 15940 15942 14276 0 -1 4202496 6967 0 0 0 264 45 0 0 25 0 1 0 133738546 28528640 6280 4089446400 4194304 7136930 140733426788416 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/15942/statm: 6965 6280 390 719 0 6244 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 27860

[startup+6.30065 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15943
/proc/meminfo: memFree=31153520/32950928 swapFree=4192956/4192956
[pid=15942] ppid=15940 vsize=34896 CPUtime=6.29
/proc/15942/stat : 15942 (pbscip.linux.x8) R 15940 15942 14276 0 -1 4202496 8766 0 0 0 558 71 0 0 25 0 1 0 133738546 35733504 8079 4089446400 4194304 7136930 140733426788416 18446744073709551615 4210040 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/15942/statm: 8724 8079 390 719 0 8003 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 34896

[startup+12.7005 s]
/proc/loadavg: 2.08 2.02 2.01 3/179 15943
/proc/meminfo: memFree=31130964/32950928 swapFree=4192956/4192956
[pid=15942] ppid=15940 vsize=61000 CPUtime=12.69
/proc/15942/stat : 15942 (pbscip.linux.x8) R 15940 15942 14276 0 -1 4202496 14916 0 0 0 1081 188 0 0 25 0 1 0 133738546 62464000 14229 4089446400 4194304 7136930 140733426788416 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/15942/statm: 15250 14229 391 719 0 14529 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 61000

[startup+25.5003 s]
/proc/loadavg: 2.06 2.02 2.00 3/179 15944
/proc/meminfo: memFree=31109016/32950928 swapFree=4192956/4192956
[pid=15942] ppid=15940 vsize=74944 CPUtime=25.49
/proc/15942/stat : 15942 (pbscip.linux.x8) R 15940 15942 14276 0 -1 4202496 18386 0 0 0 2286 263 0 0 25 0 1 0 133738546 76742656 17699 4089446400 4194304 7136930 140733426788416 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/15942/statm: 18736 17699 391 719 0 18015 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 74944

[startup+51.1008 s]
/proc/loadavg: 2.04 2.01 2.00 3/179 15953
/proc/meminfo: memFree=31019776/32950928 swapFree=4192956/4192956
[pid=15942] ppid=15940 vsize=162648 CPUtime=51.09
/proc/15942/stat : 15942 (pbscip.linux.x8) R 15940 15942 14276 0 -1 4202496 39892 0 0 0 4397 712 0 0 25 0 1 0 133738546 166551552 39178 4089446400 4194304 7136930 140733426788416 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/15942/statm: 40662 39178 393 719 0 39941 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 162648

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

[startup+54.3002 s]
/proc/loadavg: 2.04 2.01 2.00 3/179 15953
/proc/meminfo: memFree=31008524/32950928 swapFree=4192956/4192956
[pid=15942] ppid=15940 vsize=174108 CPUtime=54.29
/proc/15942/stat : 15942 (pbscip.linux.x8) R 15940 15942 14276 0 -1 4202496 42835 0 0 0 4656 773 0 0 25 0 1 0 133738546 178286592 42121 4089446400 4194304 7136930 140733426788416 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/15942/statm: 43527 42121 393 719 0 42806 0
Current children cumulated CPU time (s) 54.29
Current children cumulated vsize (KiB) 174108

[startup+57.5007 s]
/proc/loadavg: 2.04 2.01 2.00 3/179 15953
/proc/meminfo: memFree=30999716/32950928 swapFree=4192956/4192956
[pid=15942] ppid=15940 vsize=181836 CPUtime=57.5
/proc/15942/stat : 15942 (pbscip.linux.x8) R 15940 15942 14276 0 -1 4202496 44791 0 0 0 4917 833 0 0 25 0 1 0 133738546 186200064 44077 4089446400 4194304 7136930 140733426788416 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/15942/statm: 45459 44077 393 719 0 44738 0
Current children cumulated CPU time (s) 57.5
Current children cumulated vsize (KiB) 181836

[startup+58.3065 s]
/proc/loadavg: 2.03 2.01 2.00 3/179 15953
/proc/meminfo: memFree=30996120/32950928 swapFree=4192956/4192956
[pid=15942] ppid=15940 vsize=185136 CPUtime=58.3
/proc/15942/stat : 15942 (pbscip.linux.x8) R 15940 15942 14276 0 -1 4202496 45625 0 0 0 4986 844 0 0 25 0 1 0 133738546 189579264 44911 4089446400 4194304 7136930 140733426788416 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/15942/statm: 46284 44911 393 719 0 45563 0
Current children cumulated CPU time (s) 58.3
Current children cumulated vsize (KiB) 185136

[startup+59.1003 s]
/proc/loadavg: 2.03 2.01 2.00 3/179 15953
/proc/meminfo: memFree=30996120/32950928 swapFree=4192956/4192956
[pid=15942] ppid=15940 vsize=187448 CPUtime=59.09
/proc/15942/stat : 15942 (pbscip.linux.x8) R 15940 15942 14276 0 -1 4202496 46169 0 0 0 5051 858 0 0 25 0 1 0 133738546 191946752 45455 4089446400 4194304 7136930 140733426788416 18446744073709551615 4704609 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/15942/statm: 46862 45455 393 719 0 46141 0
Current children cumulated CPU time (s) 59.09
Current children cumulated vsize (KiB) 187448

[startup+59.5002 s]
/proc/loadavg: 2.03 2.01 2.00 3/179 15953
/proc/meminfo: memFree=30992028/32950928 swapFree=4192956/4192956
[pid=15942] ppid=15940 vsize=188588 CPUtime=59.49
/proc/15942/stat : 15942 (pbscip.linux.x8) R 15940 15942 14276 0 -1 4202496 46464 0 0 0 5086 863 0 0 25 0 1 0 133738546 193114112 45750 4089446400 4194304 7136930 140733426788416 18446744073709551615 5955597 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/15942/statm: 47147 45750 393 719 0 46426 0
Current children cumulated CPU time (s) 59.49
Current children cumulated vsize (KiB) 188588

[startup+59.6002 s]
/proc/loadavg: 2.03 2.01 2.00 3/179 15953
/proc/meminfo: memFree=30992028/32950928 swapFree=4192956/4192956
[pid=15942] ppid=15940 vsize=189192 CPUtime=59.59
/proc/15942/stat : 15942 (pbscip.linux.x8) R 15940 15942 14276 0 -1 4202496 46625 0 0 0 5095 864 0 0 25 0 1 0 133738546 193732608 45911 4089446400 4194304 7136930 140733426788416 18446744073709551615 5954078 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/15942/statm: 47298 45911 393 719 0 46577 0
Current children cumulated CPU time (s) 59.59
Current children cumulated vsize (KiB) 189192

Child status: 255
Real time (s): 59.6564
CPU time (s): 59.6579
CPU user time (s): 50.9942
CPU system time (s): 8.66368
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 189192

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

runsolver used 0.099984 second user time and 0.228965 second system time

The end

Launcher Data

Begin job on node124 at 2010-06-30 21:00:22
IDJOB=2694182
IDBENCH=79239
IDSOLVER=1206
FILE ID=node124/2694182-1277924422
PBS_JOBID= 11197343
Free space on /tmp= 130620 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.1110971363--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-2694182-1277924422/watcher-2694182-1277924422 -o /tmp/evaluation-result-2694182-1277924422/solver-2694182-1277924422 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2694182-1277924422.wbo -t 1800 -m 3800

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

MD5SUM BENCH= 4e22340b84333f0476155fff0e8b142d
RANDOM SEED=1490450209

node124.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.833
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.66
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.833
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.07
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.833
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.74
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.833
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.77
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.833
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.833
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.82
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.833
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.74
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.833
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      31183796 kB
Buffers:        212056 kB
Cached:        1124716 kB
SwapCached:          0 kB
Active:         808788 kB
Inactive:       844412 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      31183796 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            3152 kB
Writeback:           0 kB
AnonPages:      317036 kB
Mapped:          16116 kB
Slab:            80740 kB
PageTables:       5256 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  20668420 kB
Committed_AS:   462032 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    265212 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 130616 MiB
End job on node124 at 2010-06-30 21:01:22