Trace number 2694188

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) 66.1809 66.1807

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1110975965--soft-0-100-0.wbo
MD5SUM76e7544e0d3f336cc30d688dd4cfa4e2
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark0.710891
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 1171
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-2694188-1277924499.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.59/1.67	c   1.5s| 10000 |  6431 |     0 |   0.0 |8007k| 171 |   - | 371 |5076 |   0 |   0 |   0 |9432 |   0 | 0.000000e+00 | 4.943000e+03 |    Inf 
2.69/2.72	c   2.3s| 20000 | 14771 |     0 |   0.0 |  11M| 203 |   - | 371 |4760 |   0 |   0 |   0 |  14k|   0 | 0.000000e+00 | 4.943000e+03 |    Inf 
5.09/5.12	c   4.5s| 30000 | 19694 |     0 |   0.0 |  17M| 203 |   - | 371 |9152 |   0 |   0 |   0 |  28k|   0 | 0.000000e+00 | 4.943000e+03 |    Inf 
8.69/8.77	c   7.9s| 40000 | 22742 |     0 |   0.0 |  23M| 203 |   - | 371 |  12k|   0 |   0 |   0 |  45k|   0 | 0.000000e+00 | 4.943000e+03 |    Inf 
11.29/11.31	c  10.3s| 50000 | 28501 |     0 |   0.0 |  23M| 203 |   - | 371 |3886 |   0 |   0 |   0 |  54k|   0 | 0.000000e+00 | 4.943000e+03 |    Inf 
11.29/11.32	o 906
11.29/11.32	c *10.3s| 50226 | 28672 |     0 |   0.0 |  23M| 203 |   - | 371 |3696 |   0 |   0 |   0 |  54k|   0 | 0.000000e+00 | 9.060000e+02 |    Inf 
11.39/11.40	o 773
11.39/11.40	c *10.3s| 51665 | 29995 |     0 |   0.0 |  23M| 203 |   - | 371 |1982 |   0 |   0 |   0 |  54k|   0 | 0.000000e+00 | 7.730000e+02 |    Inf 
11.69/11.73	o 716
11.69/11.73	c *10.5s| 58702 | 36911 |     0 |   0.0 |  25M| 203 |   - | 371 | 992 |   0 |   0 |   0 |  55k|   0 | 0.000000e+00 | 7.160000e+02 |    Inf 
11.69/11.79	c  10.6s| 60000 | 38200 |     0 |   0.0 |  25M| 203 |   - | 371 | 937 |   0 |   0 |   0 |  55k|   0 | 0.000000e+00 | 7.160000e+02 |    Inf 
12.19/12.25	c  10.9s| 70000 | 48166 |     0 |   0.0 |  28M| 203 |   - | 371 | 781 |   0 |   0 |   0 |  55k|   0 | 0.000000e+00 | 7.160000e+02 |    Inf 
12.59/12.64	o 655
12.59/12.64	c *11.1s| 78308 | 56360 |     0 |   0.0 |  30M| 203 |   - | 371 | 769 |   0 |   0 |   0 |  55k|   0 | 0.000000e+00 | 6.550000e+02 |    Inf 
12.69/12.71	c  11.2s| 80000 | 58052 |     0 |   0.0 |  31M| 203 |   - | 371 | 757 |   0 |   0 |   0 |  55k|   0 | 0.000000e+00 | 6.550000e+02 |    Inf 
13.10/13.19	c  11.5s| 90000 | 68008 |     0 |   0.0 |  34M| 203 |   - | 371 | 803 |   0 |   0 |   0 |  55k|   0 | 0.000000e+00 | 6.550000e+02 |    Inf 
13.20/13.23	o 480
13.20/13.23	c *11.5s| 90804 | 68553 |     0 |   0.0 |  34M| 203 |   - | 371 | 792 |   0 |   0 |   0 |  55k|   0 | 0.000000e+00 | 4.800000e+02 |    Inf 
13.59/13.68	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
13.59/13.68	c  11.8s|100000 | 77721 |     0 |   0.0 |  37M| 203 |   - | 371 | 775 |   0 |   0 |   0 |  55k|   0 | 0.000000e+00 | 4.800000e+02 |    Inf 
14.09/14.17	c  12.1s|110000 | 87677 |     0 |   0.0 |  40M| 203 |   - | 371 | 833 |   0 |   0 |   0 |  55k|   0 | 0.000000e+00 | 4.800000e+02 |    Inf 
14.59/14.66	c  12.4s|120000 | 97620 |     0 |   0.0 |  43M| 203 |   - | 371 | 906 |   0 |   0 |   0 |  55k|   0 | 0.000000e+00 | 4.800000e+02 |    Inf 
16.29/16.31	c  13.9s|130000 |103831 |     0 |   0.0 |  48M| 203 |   - | 371 |7103 |   0 |   0 |   0 |  65k|   0 | 0.000000e+00 | 4.800000e+02 |    Inf 
20.40/20.43	c  17.8s|140000 |106131 |     0 |   0.0 |  54M| 203 |   - | 371 |  13k|   0 |   0 |   0 |  84k|   0 | 0.000000e+00 | 4.800000e+02 |    Inf 
25.49/25.59	c  22.7s|150000 |107733 |     0 |   0.0 |  59M| 203 |   - | 371 |  17k|   0 |   0 |   0 | 105k|   0 | 0.000000e+00 | 4.800000e+02 |    Inf 
32.59/32.66	c  29.5s|160000 |108230 |     0 |   0.0 |  63M| 203 |   - | 371 |  21k|   0 |   0 |   0 | 126k|   0 | 0.000000e+00 | 4.800000e+02 |    Inf 
41.80/41.87	c  38.4s|170000 |107060 |     0 |   0.0 |  64M| 203 |   - | 371 |  24k|   0 |   0 |   0 | 149k|   0 | 0.000000e+00 | 4.800000e+02 |    Inf 
42.59/42.65	c  39.0s|180000 |117028 |     0 |   0.0 |  60M| 203 |   - | 371 |1689 |   0 |   0 |   0 | 150k|   0 | 0.000000e+00 | 4.800000e+02 |    Inf 
43.10/43.15	c  39.3s|190000 |126988 |     0 |   0.0 |  63M| 203 |   - | 371 | 987 |   0 |   0 |   0 | 150k|   0 | 0.000000e+00 | 4.800000e+02 |    Inf 
43.59/43.63	c  39.6s|200000 |136952 |     0 |   0.0 |  65M| 203 |   - | 371 | 849 |   0 |   0 |   0 | 150k|   0 | 0.000000e+00 | 4.800000e+02 |    Inf 
44.09/44.10	c  39.9s|210000 |146915 |     0 |   0.0 |  68M| 203 |   - | 371 | 792 |   0 |   0 |   0 | 150k|   0 | 0.000000e+00 | 4.800000e+02 |    Inf 
44.49/44.57	c  40.2s|220000 |156884 |     0 |   0.0 |  71M| 203 |   - | 371 | 780 |   0 |   0 |   0 | 150k|   0 | 0.000000e+00 | 4.800000e+02 |    Inf 
45.00/45.06	c  40.5s|230000 |166839 |     0 |   0.0 |  74M| 203 |   - | 371 | 756 |   0 |   0 |   0 | 150k|   0 | 0.000000e+00 | 4.800000e+02 |    Inf 
45.49/45.53	c  40.8s|240000 |176814 |     0 |   0.0 |  77M| 203 |   - | 371 | 733 |   0 |   0 |   0 | 150k|   0 | 0.000000e+00 | 4.800000e+02 |    Inf 
45.99/46.02	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
45.99/46.02	c  41.1s|250000 |186758 |     0 |   0.0 |  80M| 203 |   - | 371 | 776 |   0 |   0 |   0 | 150k|   0 | 0.000000e+00 | 4.800000e+02 |    Inf 
46.49/46.50	c  41.4s|260000 |196720 |     0 |   0.0 |  83M| 203 |   - | 371 | 764 |   0 |   0 |   0 | 150k|   0 | 0.000000e+00 | 4.800000e+02 |    Inf 
46.90/46.98	c  41.8s|270000 |206673 |     0 |   0.0 |  86M| 203 |   - | 371 | 760 |   0 |   0 |   0 | 150k|   0 | 0.000000e+00 | 4.800000e+02 |    Inf 
47.39/47.46	c  42.1s|280000 |216640 |     0 |   0.0 |  88M| 203 |   - | 371 | 737 |   0 |   0 |   0 | 150k|   0 | 0.000000e+00 | 4.800000e+02 |    Inf 
47.89/47.95	c  42.4s|290000 |226595 |     0 |   0.0 |  91M| 203 |   - | 371 | 769 |   0 |   0 |   0 | 150k|   0 | 0.000000e+00 | 4.800000e+02 |    Inf 
48.39/48.44	c  42.7s|300000 |236547 |     0 |   0.0 |  94M| 203 |   - | 371 | 738 |   0 |   0 |   0 | 150k|   0 | 0.000000e+00 | 4.800000e+02 |    Inf 
48.89/48.92	c  43.0s|310000 |246509 |     0 |   0.0 |  97M| 203 |   - | 371 | 734 |   0 |   0 |   0 | 151k|   0 | 0.000000e+00 | 4.800000e+02 |    Inf 
49.39/49.41	c  43.4s|320000 |256464 |     0 |   0.0 | 100M| 203 |   - | 371 | 747 |   0 |   0 |   0 | 151k|   0 | 0.000000e+00 | 4.800000e+02 |    Inf 
49.79/49.89	c  43.7s|330000 |266419 |     0 |   0.0 | 103M| 203 |   - | 371 | 778 |   0 |   0 |   0 | 151k|   0 | 0.000000e+00 | 4.800000e+02 |    Inf 
50.30/50.37	c  44.0s|340000 |276387 |     0 |   0.0 | 106M| 203 |   - | 371 | 715 |   0 |   0 |   0 | 151k|   0 | 0.000000e+00 | 4.800000e+02 |    Inf 
50.79/50.85	c  44.3s|350000 |286344 |     0 |   0.0 | 109M| 203 |   - | 371 | 777 |   0 |   0 |   0 | 151k|   0 | 0.000000e+00 | 4.800000e+02 |    Inf 
51.29/51.33	c  44.6s|360000 |296316 |     0 |   0.0 | 112M| 203 |   - | 371 | 764 |   0 |   0 |   0 | 151k|   0 | 0.000000e+00 | 4.800000e+02 |    Inf 
51.79/51.81	c  44.9s|370000 |306272 |     0 |   0.0 | 115M| 203 |   - | 371 | 778 |   0 |   0 |   0 | 151k|   0 | 0.000000e+00 | 4.800000e+02 |    Inf 
52.30/52.30	c  45.2s|380000 |316218 |     0 |   0.0 | 118M| 203 |   - | 371 | 840 |   0 |   0 |   0 | 151k|   0 | 0.000000e+00 | 4.800000e+02 |    Inf 
52.70/52.78	c  45.6s|390000 |326177 |     0 |   0.0 | 120M| 203 |   - | 371 | 830 |   0 |   0 |   0 | 151k|   0 | 0.000000e+00 | 4.800000e+02 |    Inf 
53.19/53.26	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
53.19/53.26	c  45.9s|400000 |336149 |     0 |   0.0 | 123M| 203 |   - | 371 | 825 |   0 |   0 |   0 | 151k|   0 | 0.000000e+00 | 4.800000e+02 |    Inf 
53.69/53.73	c  46.2s|410000 |346106 |     0 |   0.0 | 126M| 203 |   - | 371 | 850 |   0 |   0 |   0 | 151k|   0 | 0.000000e+00 | 4.800000e+02 |    Inf 
54.20/54.22	c  46.5s|420000 |356068 |     0 |   0.0 | 129M| 203 |   - | 371 | 868 |   0 |   0 |   0 | 152k|   0 | 0.000000e+00 | 4.800000e+02 |    Inf 
54.69/54.72	c  46.9s|430000 |365947 |     0 |   0.0 | 132M| 203 |   - | 371 | 955 |   0 |   0 |   0 | 152k|   0 | 0.000000e+00 | 4.800000e+02 |    Inf 
55.19/55.24	c  47.2s|440000 |375851 |     0 |   0.0 | 136M| 203 |   - | 371 | 988 |   0 |   0 |   0 | 152k|   0 | 0.000000e+00 | 4.800000e+02 |    Inf 
55.19/55.26	o 418
55.19/55.26	c *47.2s|440350 |376101 |     0 |   0.0 | 136M| 203 |   - | 371 | 989 |   0 |   0 |   0 | 152k|   0 | 0.000000e+00 | 4.180000e+02 |    Inf 
55.49/55.50	o 399
55.49/55.50	c *47.4s|444497 |380119 |     0 |   0.0 | 137M| 203 |   - | 371 |1064 |   0 |   0 |   0 | 152k|   0 | 0.000000e+00 | 3.990000e+02 |    Inf 
55.69/55.79	c  47.6s|450000 |385517 |     0 |   0.0 | 139M| 203 |   - | 371 |1129 |   0 |   0 |   0 | 152k|   0 | 0.000000e+00 | 3.990000e+02 |    Inf 
55.90/55.98	o 381
55.90/55.98	c *47.7s|453518 |388935 |     0 |   0.0 | 140M| 203 |   - | 371 |1123 |   0 |   0 |   0 | 152k|   0 | 0.000000e+00 | 3.810000e+02 |    Inf 
55.99/56.09	o 377
55.99/56.09	c *47.8s|455321 |390690 |     0 |   0.0 | 140M| 203 |   - | 371 |1133 |   0 |   0 |   0 | 153k|   0 | 0.000000e+00 | 3.770000e+02 |    Inf 
56.29/56.36	c  48.0s|460000 |395280 |     0 |   0.0 | 142M| 203 |   - | 371 |1126 |   0 |   0 |   0 | 153k|   0 | 0.000000e+00 | 3.770000e+02 |    Inf 
56.80/56.88	c  48.3s|470000 |405184 |     0 |   0.0 | 145M| 203 |   - | 371 |1066 |   0 |   0 |   0 | 153k|   0 | 0.000000e+00 | 3.770000e+02 |    Inf 
57.39/57.42	c  48.6s|480000 |415031 |     0 |   0.0 | 148M| 203 |   - | 371 |1162 |   0 |   0 |   0 | 153k|   0 | 0.000000e+00 | 3.770000e+02 |    Inf 
57.50/57.59	o 367
57.50/57.59	c *48.8s|482922 |417809 |     0 |   0.0 | 149M| 203 |   - | 371 |1169 |   0 |   0 |   0 | 153k|   0 | 0.000000e+00 | 3.670000e+02 |    Inf 
57.70/57.71	o 359
57.70/57.71	c *48.8s|484875 |419661 |     0 |   0.0 | 150M| 203 |   - | 371 |1197 |   0 |   0 |   0 | 153k|   0 | 0.000000e+00 | 3.590000e+02 |    Inf 
57.70/57.74	o 336
57.70/57.74	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
57.70/57.74	c *48.9s|485296 |419858 |     0 |   0.0 | 150M| 203 |   - | 371 |1209 |   0 |   0 |   0 | 153k|   0 | 0.000000e+00 | 3.360000e+02 |    Inf 
57.79/57.85	o 313
57.79/57.85	c *48.9s|486944 |421127 |     0 |   0.0 | 150M| 203 |   - | 371 |1245 |   0 |   0 |   0 | 153k|   0 | 0.000000e+00 | 3.130000e+02 |    Inf 
58.00/58.03	c  49.0s|490000 |424120 |     0 |   0.0 | 151M| 203 |   - | 371 |1203 |   0 |   0 |   0 | 154k|   0 | 0.000000e+00 | 3.130000e+02 |    Inf 
58.49/58.58	c  49.4s|500000 |433976 |     0 |   0.0 | 154M| 203 |   - | 371 |1234 |   0 |   0 |   0 | 154k|   0 | 0.000000e+00 | 3.130000e+02 |    Inf 
59.10/59.11	c  49.8s|510000 |443906 |     0 |   0.0 | 157M| 203 |   - | 371 |1189 |   0 |   0 |   0 | 154k|   0 | 0.000000e+00 | 3.130000e+02 |    Inf 
59.60/59.65	c  50.1s|520000 |453824 |     0 |   0.0 | 160M| 203 |   - | 371 |1202 |   0 |   0 |   0 | 154k|   0 | 0.000000e+00 | 3.130000e+02 |    Inf 
60.20/60.22	c  50.6s|530000 |463548 |     0 |   0.0 | 163M| 203 |   - | 371 |1388 |   0 |   0 |   0 | 155k|   0 | 0.000000e+00 | 3.130000e+02 |    Inf 
60.50/60.53	o 137
60.50/60.53	c *50.8s|534513 |413385 |     0 |   0.0 | 147M| 203 |   - | 371 |1342 |   0 |   0 |   0 | 155k|   0 | 0.000000e+00 | 1.370000e+02 |    Inf 
60.89/60.98	c  51.2s|540000 |418298 |     0 |   0.0 | 150M| 203 |   - | 371 |1846 |   0 |   0 |   0 | 156k|   0 | 0.000000e+00 | 1.370000e+02 |    Inf 
61.50/61.52	o 133
61.50/61.52	c *51.6s|545637 |417980 |     0 |   0.0 | 151M| 203 |   - | 371 |2281 |   0 |   0 |   0 | 158k|   0 | 0.000000e+00 | 1.330000e+02 |    Inf 
61.89/61.91	o 131
61.89/61.91	c *51.9s|549487 |420743 |     0 |   0.0 | 153M| 203 |   - | 371 |2579 |   0 |   0 |   0 | 159k|   0 | 0.000000e+00 | 1.310000e+02 |    Inf 
61.89/61.92	o 121
61.89/61.92	c *51.9s|549532 |411215 |     0 |   0.0 | 150M| 203 |   - | 371 |2579 |   0 |   0 |   0 | 159k|   0 | 0.000000e+00 | 1.210000e+02 |    Inf 
61.89/61.97	c  51.9s|550000 |411619 |     0 |   0.0 | 150M| 203 |   - | 371 |2598 |   0 |   0 |   0 | 159k|   0 | 0.000000e+00 | 1.210000e+02 |    Inf 
62.20/62.27	o 120
62.20/62.27	c *52.2s|552810 |413247 |     0 |   0.0 | 152M| 203 |   - | 371 |2791 |   0 |   0 |   0 | 160k|   0 | 0.000000e+00 | 1.200000e+02 |    Inf 
62.60/62.64	o 118
62.60/62.64	c *52.5s|556194 |412785 |     0 |   0.0 | 152M| 203 |   - | 371 |2977 |   0 |   0 |   0 | 161k|   0 | 0.000000e+00 | 1.180000e+02 |    Inf 
62.99/63.09	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
62.99/63.09	c  52.9s|560000 |415930 |     0 |   0.0 | 155M| 203 |   - | 371 |3244 |   0 |   0 |   0 | 162k|   0 | 0.000000e+00 | 1.180000e+02 |    Inf 
63.89/63.97	o 105
63.89/63.97	c *53.6s|567410 |390736 |     0 |   0.0 | 148M| 203 |   - | 371 |3709 |   0 |   0 |   0 | 165k|   0 | 0.000000e+00 | 1.050000e+02 |    Inf 
64.29/64.30	c  53.8s|570000 |392877 |     0 |   0.0 | 150M| 203 |   - | 371 |3791 |   0 |   0 |   0 | 166k|   0 | 0.000000e+00 | 1.050000e+02 |    Inf 
64.80/64.90	o 97
64.80/64.90	c *54.3s|574594 |373422 |     0 |   0.0 | 145M| 203 |   - | 371 |4114 |   0 |   0 |   0 | 168k|   0 | 0.000000e+00 | 9.700000e+01 |    Inf 
65.09/65.16	o 82
65.09/65.16	c *54.6s|575853 |297636 |     0 |   0.0 | 119M| 203 |   - | 371 |2449 |   0 |   0 |   0 | 168k|   0 | 0.000000e+00 | 8.200000e+01 |    Inf 
65.69/65.78	c  55.0s|580000 |300788 |     0 |   0.0 | 121M| 203 |   - | 371 | 952 |   0 |   0 |   0 | 170k|   0 | 0.000000e+00 | 8.200000e+01 |    Inf 
65.90/65.98	o 78
65.90/65.98	c *55.2s|581594 |299041 |     0 |   0.0 | 121M| 203 |   - | 371 |1060 |   0 |   0 |   0 | 171k|   0 | 0.000000e+00 | 7.800000e+01 |    Inf 
66.09/66.10	o 71
66.09/66.10	c *55.3s|582370 |290627 |     0 |   0.0 | 117M| 203 |   - | 371 |1141 |   0 |   0 |   0 | 171k|   0 | 0.000000e+00 | 7.100000e+01 |    Inf 
66.09/66.17	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
66.09/66.17	c [src/scip/lp.c:5323] ERROR: Error <-11> in function call
66.09/66.17	c [src/scip/lp.c:5811] ERROR: Error <-11> in function call
66.09/66.17	c [src/scip/lp.c:11214] ERROR: Error <-11> in function call
66.09/66.17	c [src/scip/solve.c:807] ERROR: Error <-11> in function call
66.09/66.17	c [src/scip/solve.c:1863] ERROR: Error <-11> in function call
66.09/66.17	c [src/scip/solve.c:2577] ERROR: Error <-11> in function call
66.09/66.17	c [src/scip/solve.c:3189] ERROR: Error <-11> in function call
66.09/66.17	c [src/scip/scip.c:6167] ERROR: Error <-11> in function call
66.09/66.17	c [src/cmain.c:657] ERROR: Error <-11> in function call
66.09/66.17	c [src/cmain.c:832] ERROR: Error <-11> in function call
66.09/66.17	c [src/cmain.c:908] ERROR: Error <-11> in function call
66.09/66.17	c SCIP Error (-11): c a required plugin was not foundc 
66.09/66.17	c Time complete: 66.16.

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-2694188-1277924499/watcher-2694188-1277924499 -o /tmp/evaluation-result-2694188-1277924499/solver-2694188-1277924499 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2694188-1277924499.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/196 14467
/proc/meminfo: memFree=31466488/32951124 swapFree=67111528/67111528
[pid=14467] ppid=14465 vsize=8256 CPUtime=0
/proc/14467/stat : 14467 (pbscip.linux.x8) R 14465 14467 12709 0 -1 4202496 1555 0 0 0 0 0 0 0 21 0 1 0 133748101 8454144 1477 4089446400 4194304 7136930 140735811685296 18446744073709551615 6328631 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/14467/statm: 2110 1489 275 719 0 1389 0

[startup+0.0882249 s]
/proc/loadavg: 2.00 2.00 2.00 4/196 14467
/proc/meminfo: memFree=31466488/32951124 swapFree=67111528/67111528
[pid=14467] ppid=14465 vsize=13676 CPUtime=0.08
/proc/14467/stat : 14467 (pbscip.linux.x8) R 14465 14467 12709 0 -1 4202496 3391 0 0 0 6 2 0 0 21 0 1 0 133748101 14004224 2703 4089446400 4194304 7136930 140735811685296 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/14467/statm: 3419 2703 390 719 0 2698 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 13676

[startup+0.100219 s]
/proc/loadavg: 2.00 2.00 2.00 4/196 14467
/proc/meminfo: memFree=31466488/32951124 swapFree=67111528/67111528
[pid=14467] ppid=14465 vsize=13808 CPUtime=0.09
/proc/14467/stat : 14467 (pbscip.linux.x8) R 14465 14467 12709 0 -1 4202496 3415 0 0 0 7 2 0 0 21 0 1 0 133748101 14139392 2727 4089446400 4194304 7136930 140735811685296 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/14467/statm: 3452 2727 390 719 0 2731 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13808

[startup+0.30016 s]
/proc/loadavg: 2.00 2.00 2.00 4/196 14467
/proc/meminfo: memFree=31466488/32951124 swapFree=67111528/67111528
[pid=14467] ppid=14465 vsize=16604 CPUtime=0.29
/proc/14467/stat : 14467 (pbscip.linux.x8) R 14465 14467 12709 0 -1 4202496 4127 0 0 0 23 6 0 0 21 0 1 0 133748101 17002496 3439 4089446400 4194304 7136930 140735811685296 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/14467/statm: 4151 3439 390 719 0 3430 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 16604

[startup+0.701083 s]
/proc/loadavg: 2.00 2.00 2.00 4/196 14467
/proc/meminfo: memFree=31466488/32951124 swapFree=67111528/67111528
[pid=14467] ppid=14465 vsize=19320 CPUtime=0.69
/proc/14467/stat : 14467 (pbscip.linux.x8) R 14465 14467 12709 0 -1 4202496 4824 0 0 0 58 11 0 0 22 0 1 0 133748101 19783680 4136 4089446400 4194304 7136930 140735811685296 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/14467/statm: 4830 4136 390 719 0 4109 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 19320

[startup+1.50095 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 14468
/proc/meminfo: memFree=31450608/32951124 swapFree=67111528/67111528
[pid=14467] ppid=14465 vsize=21796 CPUtime=1.49
/proc/14467/stat : 14467 (pbscip.linux.x8) R 14465 14467 12709 0 -1 4202496 5419 0 0 0 131 18 0 0 25 0 1 0 133748101 22319104 4731 4089446400 4194304 7136930 140735811685296 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/14467/statm: 5449 4731 390 719 0 4728 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 21796

[startup+3.10065 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 14469
/proc/meminfo: memFree=31446048/32951124 swapFree=67111528/67111528
[pid=14467] ppid=14465 vsize=28176 CPUtime=3.09
/proc/14467/stat : 14467 (pbscip.linux.x8) R 14465 14467 12709 0 -1 4202496 7078 0 0 0 268 41 0 0 25 0 1 0 133748101 28852224 6390 4089446400 4194304 7136930 140735811685296 18446744073709551615 4661061 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/14467/statm: 7044 6390 390 719 0 6323 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 28176

[startup+6.30105 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 14469
/proc/meminfo: memFree=31436004/32951124 swapFree=67111528/67111528
[pid=14467] ppid=14465 vsize=37652 CPUtime=6.29
/proc/14467/stat : 14467 (pbscip.linux.x8) R 14465 14467 12709 0 -1 4202496 9421 0 0 0 562 67 0 0 25 0 1 0 133748101 38555648 8733 4089446400 4194304 7136930 140735811685296 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/14467/statm: 9413 8733 390 719 0 8692 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 37652

[startup+12.7008 s]
/proc/loadavg: 2.07 2.02 2.00 3/197 14469
/proc/meminfo: memFree=31422372/32951124 swapFree=67111528/67111528
[pid=14467] ppid=14465 vsize=53832 CPUtime=12.69
/proc/14467/stat : 14467 (pbscip.linux.x8) R 14465 14467 12709 0 -1 4202496 13623 0 0 0 1114 155 0 0 25 0 1 0 133748101 55123968 12935 4089446400 4194304 7136930 140735811685296 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/14467/statm: 13458 12935 390 719 0 12737 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 53832

[startup+25.5004 s]
/proc/loadavg: 2.06 2.02 2.00 3/197 14469
/proc/meminfo: memFree=31389480/32951124 swapFree=67111528/67111528
[pid=14467] ppid=14465 vsize=84284 CPUtime=25.49
/proc/14467/stat : 14467 (pbscip.linux.x8) R 14465 14467 12709 0 -1 4202496 20847 0 0 0 2257 292 0 0 25 0 1 0 133748101 86306816 20159 4089446400 4194304 7136930 140735811685296 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/14467/statm: 21071 20159 390 719 0 20350 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 84284

[startup+51.1006 s]
/proc/loadavg: 2.04 2.01 2.00 3/197 14470
/proc/meminfo: memFree=31330148/32951124 swapFree=67111528/67111528
[pid=14467] ppid=14465 vsize=148360 CPUtime=51.09
/proc/14467/stat : 14467 (pbscip.linux.x8) R 14465 14467 12709 0 -1 4202496 36508 0 0 0 4447 662 0 0 25 0 1 0 133748101 151920640 35820 4089446400 4194304 7136930 140735811685296 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/14467/statm: 37090 35820 390 719 0 36369 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 148360

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

[startup+57.5004 s]
/proc/loadavg: 2.03 2.01 2.00 3/197 14470
/proc/meminfo: memFree=31286868/32951124 swapFree=67111528/67111528
[pid=14467] ppid=14465 vsize=188152 CPUtime=57.5
/proc/14467/stat : 14467 (pbscip.linux.x8) R 14465 14467 12709 0 -1 4202496 46948 0 0 0 4869 881 0 0 25 0 1 0 133748101 192667648 46260 4089446400 4194304 7136930 140735811685296 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/14467/statm: 47038 46260 391 719 0 46317 0
Current children cumulated CPU time (s) 57.5
Current children cumulated vsize (KiB) 188152

[startup+60.7008 s]
/proc/loadavg: 2.03 2.01 2.00 3/197 14470
/proc/meminfo: memFree=31267896/32951124 swapFree=67111528/67111528
[pid=14467] ppid=14465 vsize=212916 CPUtime=60.69
/proc/14467/stat : 14467 (pbscip.linux.x8) R 14465 14467 12709 0 -1 4202496 51301 0 0 0 5094 975 0 0 25 0 1 0 133748101 218025984 50613 4089446400 4194304 7136930 140735811685296 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/14467/statm: 53229 50613 391 719 0 52508 0
Current children cumulated CPU time (s) 60.69
Current children cumulated vsize (KiB) 212916

[startup+63.9002 s]
/proc/loadavg: 2.03 2.01 2.00 3/197 14470
/proc/meminfo: memFree=31259088/32951124 swapFree=67111528/67111528
[pid=14467] ppid=14465 vsize=221932 CPUtime=63.89
/proc/14467/stat : 14467 (pbscip.linux.x8) R 14465 14467 12709 0 -1 4202496 53479 0 0 0 5349 1040 0 0 25 0 1 0 133748101 227258368 52791 4089446400 4194304 7136930 140735811685296 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/14467/statm: 55483 52791 393 719 0 54762 0
Current children cumulated CPU time (s) 63.89
Current children cumulated vsize (KiB) 221932

[startup+65.5009 s]
/proc/loadavg: 2.03 2.01 2.00 3/197 14470
/proc/meminfo: memFree=31256856/32951124 swapFree=67111528/67111528
[pid=14467] ppid=14465 vsize=223832 CPUtime=65.49
/proc/14467/stat : 14467 (pbscip.linux.x8) R 14465 14467 12709 0 -1 4202496 53929 0 0 0 5483 1066 0 0 25 0 1 0 133748101 229203968 53241 4089446400 4194304 7136930 140735811685296 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14467/statm: 55958 53241 393 719 0 55237 0
Current children cumulated CPU time (s) 65.49
Current children cumulated vsize (KiB) 223832

[startup+65.9008 s]
/proc/loadavg: 2.03 2.01 2.00 3/197 14470
/proc/meminfo: memFree=31256728/32951124 swapFree=67111528/67111528
[pid=14467] ppid=14465 vsize=224064 CPUtime=65.9
/proc/14467/stat : 14467 (pbscip.linux.x8) R 14465 14467 12709 0 -1 4202496 53965 0 0 0 5512 1078 0 0 25 0 1 0 133748101 229441536 53277 4089446400 4194304 7136930 140735811685296 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14467/statm: 56016 53277 393 719 0 55295 0
Current children cumulated CPU time (s) 65.9
Current children cumulated vsize (KiB) 224064

[startup+66.1007 s]
/proc/loadavg: 2.03 2.01 2.00 3/197 14470
/proc/meminfo: memFree=31256728/32951124 swapFree=67111528/67111528
[pid=14467] ppid=14465 vsize=224200 CPUtime=66.09
/proc/14467/stat : 14467 (pbscip.linux.x8) R 14465 14467 12709 0 -1 4202496 53987 0 0 0 5528 1081 0 0 25 0 1 0 133748101 229580800 53299 4089446400 4194304 7136930 140735811685296 18446744073709551615 4670079 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14467/statm: 56050 53299 393 719 0 55329 0
Current children cumulated CPU time (s) 66.09
Current children cumulated vsize (KiB) 224200

Child status: 255
Real time (s): 66.1807
CPU time (s): 66.1809
CPU user time (s): 55.3476
CPU system time (s): 10.8334
CPU usage (%): 100
Max. virtual memory (cumulated for all children) (KiB): 224200

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

runsolver used 0.115982 second user time and 0.203968 second system time

The end

Launcher Data

Begin job on node102 at 2010-06-30 21:01:39
IDJOB=2694188
IDBENCH=79242
IDSOLVER=1206
FILE ID=node102/2694188-1277924499
PBS_JOBID= 11197313
Free space on /tmp= 74212 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.1110975965--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-2694188-1277924499/watcher-2694188-1277924499 -o /tmp/evaluation-result-2694188-1277924499/solver-2694188-1277924499 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2694188-1277924499.wbo -t 1800 -m 3800

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

MD5SUM BENCH= 76e7544e0d3f336cc30d688dd4cfa4e2
RANDOM SEED=1710745689

node102.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	: 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.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.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.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.85
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.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.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:     32951124 kB
MemFree:      31466520 kB
Buffers:        206456 kB
Cached:         734320 kB
SwapCached:          0 kB
Active:         751488 kB
Inactive:       589372 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31466520 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            3256 kB
Writeback:           0 kB
AnonPages:      400500 kB
Mapped:          20308 kB
Slab:            78744 kB
PageTables:       5540 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1656260 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74208 MiB
End job on node102 at 2010-06-30 21:02:46