Trace number 1112279

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 NameAnswerNumber of falsified constraintsCPU timeWall clock time
Sugar++ v1.13+minisat-incOPTIMUM1 176.267 178.223

General information on the benchmark

Namecsp/knights/
normalized-knights-15-9.xml
MD5SUM4ca04c2b4cff6eaa31c1b1eda93cff1e
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints1
Best CPU time to get the best result obtained on this benchmark62.8454
Satisfiable
(Un)Satisfiability was proved
Number of variables9
Number of constraints36
Maximum constraint arity2
Maximum domain size225
Number of constraints which are defined in extension0
Number of constraints which are defined in intension36
Global constraints used (with number of constraints)

Quality of the solution as a function of time


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

Solver Data (download as text)

0.06/0.08	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.06/0.08	c 0	BEGIN Sat Jul 12 14:10:14 2008
0.06/0.08	c 0	PID 17439
0.06/0.08	c 0	HOST node10.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-1112279-1215864614.xml TO HOME/temp.csp
0.06/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1112279-1215864614.xml' 'HOME/temp.csp'
0.07/0.24	c 0	1 domains, 9 variables, 2 predicates, 0 relations, 36 constraints
0.07/0.29	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.29	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -incremental -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.23/0.37	c 0	Parsing HOME/temp.csp
0.23/0.42	c 0	parsed 48 expressions
0.23/0.42	c 0	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.23/0.42	c 0	MAX CSP: 36 constraints
0.23/0.42	c 0	Converting to clausal form CSP
0.23/0.45	c 0	converted 9 (10%) expressions
0.23/0.46	c 0	converted 18 (20%) expressions
0.23/0.46	c 0	converted 27 (30%) expressions
0.23/0.47	c 0	converted 35 (40%) expressions
0.23/0.48	c 0	converted 44 (50%) expressions
0.23/0.48	c 0	converted 53 (60%) expressions
0.23/0.49	c 0	converted 61 (70%) expressions
0.23/0.49	c 0	converted 70 (80%) expressions
0.23/0.50	c 0	converted 79 (90%) expressions
0.23/0.53	c 0	converted 87 (100%) expressions
0.23/0.53	c 0	CSP : 117 integers, 27 booleans, 260 clauses, largest domain size 225
0.23/0.53	c 0	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.23/0.53	c 0	Propagation in CSP
0.23/0.54	c 0	34 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.23/0.54	c 0	CSP : 117 integers, 27 booleans, 260 clauses, largest domain size 225
0.23/0.54	c 0	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.23/0.55	c 0	Simplifing CSP by introducing new Boolean variables
0.23/0.55	c 0	CSP : 117 integers, 153 booleans, 386 clauses, largest domain size 225
0.23/0.55	c 0	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.23/0.57	c 0	Encoding CSP to SAT : HOME/temp.cnf
0.23/0.59	c 0	12 (10%) CSP integer variables are encoded (2033 clauses, 24290 bytes)
0.23/0.60	c 0	24 (20%) CSP integer variables are encoded (2111 clauses, 25304 bytes)
0.23/0.60	c 0	36 (30%) CSP integer variables are encoded (2215 clauses, 26656 bytes)
0.23/0.60	c 0	47 (40%) CSP integer variables are encoded (2267 clauses, 27332 bytes)
0.23/0.60	c 0	59 (50%) CSP integer variables are encoded (2319 clauses, 28008 bytes)
0.23/0.60	c 0	71 (60%) CSP integer variables are encoded (2410 clauses, 29191 bytes)
0.23/0.60	c 0	82 (70%) CSP integer variables are encoded (2510 clauses, 30491 bytes)
0.23/0.60	c 0	94 (80%) CSP integer variables are encoded (2663 clauses, 32480 bytes)
0.23/0.60	c 0	106 (90%) CSP integer variables are encoded (2725 clauses, 33286 bytes)
0.23/0.60	c 0	117 (100%) CSP integer variables are encoded (2774 clauses, 33923 bytes)
0.23/0.62	c 0	39 (10%) CSP clauses are encoded (6141 clauses, 90906 bytes)
0.23/0.62	c 0	78 (20%) CSP clauses are encoded (9508 clauses, 150319 bytes)
0.23/0.63	c 0	116 (30%) CSP clauses are encoded (12210 clauses, 198938 bytes)
0.23/0.64	c 0	155 (40%) CSP clauses are encoded (15357 clauses, 254971 bytes)
0.23/0.65	c 0	193 (50%) CSP clauses are encoded (18279 clauses, 307654 bytes)
0.23/0.65	c 0	232 (60%) CSP clauses are encoded (21202 clauses, 361493 bytes)
0.23/0.66	c 0	271 (70%) CSP clauses are encoded (24133 clauses, 415604 bytes)
0.23/0.66	c 0	309 (80%) CSP clauses are encoded (24955 clauses, 432034 bytes)
0.23/0.67	c 0	348 (90%) CSP clauses are encoded (26078 clauses, 450932 bytes)
0.23/0.67	c 0	386 (100%) CSP clauses are encoded (27231 clauses, 470800 bytes)
0.23/0.67	c 0	386 CSP clauses encoded
0.23/0.67	c 0	Writing map file : HOME/temp.map
0.23/0.67	c 0	Heap : 0 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.23/0.68	c 0	SAT : 3044 SAT variables, 27231 SAT clauses, 470800 bytes
0.23/0.68	c 0	Heap : 0 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.23/0.71	c 0	OBJECTIVE minimize _COST
0.23/0.71	c 0	SOLVING HOME/temp.cnf
0.23/0.71	c 0	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
0.23/0.71	c 0	This is MiniSat 2.0 beta incremental
0.23/0.71	c 0	WARNING: for repeatability, setting FPU to use double precision
0.23/0.71	c 0	============================[ Problem Statistics ]=============================
0.23/0.71	c 0	|                                                                             |
0.23/0.71	c 0	|  Number of variables:  3044                                                 |
0.23/0.71	c 0	|  Number of clauses:    27231                                                |
0.23/0.73	c 0	|  Parsing time:         0.01         s                                       |
0.23/0.73	c 1	OK
0.23/0.73	c 1	OBJECTIVE BOUND: 0 <= _COST <= 
0.23/0.73	c 1	SEARCHING: _COST <= 18
0.23/0.73	c 1	============================[ Search Statistics ]==============================
0.23/0.73	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.23/0.73	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.23/0.73	c 1	===============================================================================
0.23/0.73	c 1	|         0 |    3044    27231    77952 |     9077        0    nan |  0.000 % |
0.23/0.73	c 1	===============================================================================
0.23/0.73	c 1	restarts              : 1
0.23/0.73	c 1	conflicts             : 10            (588 /sec)
0.23/0.73	c 1	decisions             : 412           (0.97 % random) (24240 /sec)
0.23/0.73	c 1	propagations          : 5366           (315703 /sec)
0.23/0.73	c 1	conflict literals     : 47             (0.00 % deleted)
0.23/0.73	c 1	Memory used           : 3.08 MB
0.23/0.73	c 1	CPU time              : 0.016997 s
0.23/0.73	c 1	
0.23/0.73	c 1	SATISFIABLE
0.23/0.73	c 1	OK
0.23/0.73	c 1	FOUND: _COST <= 18
0.23/0.73	s SATISFIABLE
0.23/0.73	c 1	DECODING HOME/temp.out WITH HOME/temp.map
0.23/0.73	c 1	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
0.60/0.81	c 1	Decoding HOME/temp.out
0.60/0.85	c 1	OBJECTIVE _COST 18
0.60/0.85	o 18
0.60/0.85	v 207 224 224 223 224 209 193 224 194
0.60/0.86	c 1	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
0.60/0.90	c 1	OK
0.60/0.90	c 1	OBJECTIVE BOUND: 0 <= _COST <= 18
0.60/0.90	c 1	SEARCHING: _COST <= 9
0.60/0.90	c 1	============================[ Search Statistics ]==============================
0.60/0.90	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.60/0.90	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.60/0.90	c 1	===============================================================================
0.60/0.90	c 1	|        10 |    3044    27231    77952 |     9077       10      5 |  0.000 % |
0.60/0.90	c 1	===============================================================================
0.60/0.90	c 1	restarts              : 2
0.60/0.90	c 1	conflicts             : 10            (500 /sec)
0.60/0.90	c 1	decisions             : 536           (1.31 % random) (26805 /sec)
0.60/0.90	c 1	propagations          : 8410           (420584 /sec)
0.60/0.90	c 1	conflict literals     : 47             (0.00 % deleted)
0.60/0.90	c 1	Memory used           : 3.08 MB
0.60/0.90	c 1	CPU time              : 0.019996 s
0.60/0.90	c 1	
0.60/0.90	c 1	SATISFIABLE
0.60/0.90	c 1	OK
0.60/0.90	c 1	FOUND: _COST <= 9
0.60/0.90	c 1	DECODING HOME/temp.out WITH HOME/temp.map
0.60/0.90	c 1	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
0.60/0.98	c 1	Decoding HOME/temp.out
0.83/1.02	c 1	OBJECTIVE _COST 9
0.83/1.02	o 9
0.83/1.03	v 223 221 207 222 208 209 209 224 224
0.83/1.03	c 1	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
0.83/1.06	c 1	OK
0.83/1.06	c 1	OBJECTIVE BOUND: 0 <= _COST <= 9
0.83/1.06	c 1	SEARCHING: _COST <= 4
0.83/1.06	c 1	============================[ Search Statistics ]==============================
0.83/1.06	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.83/1.06	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.83/1.06	c 1	===============================================================================
0.83/1.06	c 1	|        10 |    2936    27231    77952 |     9077       10      5 |  0.000 % |
0.83/1.06	c 1	===============================================================================
0.83/1.06	c 1	restarts              : 3
0.83/1.06	c 1	conflicts             : 10            (435 /sec)
0.83/1.06	c 1	decisions             : 607           (1.32 % random) (26396 /sec)
0.83/1.06	c 1	propagations          : 11346          (493390 /sec)
0.83/1.06	c 1	conflict literals     : 47             (0.00 % deleted)
0.83/1.06	c 1	Memory used           : 3.08 MB
0.83/1.06	c 1	CPU time              : 0.022996 s
0.83/1.06	c 1	
0.83/1.06	c 1	SATISFIABLE
0.83/1.06	c 1	OK
0.83/1.06	c 1	FOUND: _COST <= 4
0.83/1.06	c 1	DECODING HOME/temp.out WITH HOME/temp.map
0.83/1.06	c 1	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
0.87/1.14	c 1	Decoding HOME/temp.out
0.87/1.18	c 1	OBJECTIVE _COST 4
0.87/1.18	o 4
0.87/1.18	v 223 220 192 221 190 177 194 224 207
0.87/1.19	c 1	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
0.87/1.23	c 1	OK
0.87/1.23	c 1	OBJECTIVE BOUND: 0 <= _COST <= 4
0.87/1.23	c 1	SEARCHING: _COST <= 2
0.87/1.23	c 1	============================[ Search Statistics ]==============================
0.87/1.23	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.87/1.23	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.87/1.23	c 1	===============================================================================
0.87/1.23	c 1	|        10 |    2873    27231    77952 |     9077       10      5 |  0.000 % |
0.87/1.23	c 1	===============================================================================
0.87/1.23	c 1	restarts              : 4
0.87/1.23	c 1	conflicts             : 10            (385 /sec)
0.87/1.23	c 1	decisions             : 654           (1.38 % random) (25158 /sec)
0.87/1.23	c 1	propagations          : 14219          (546969 /sec)
0.87/1.23	c 1	conflict literals     : 47             (0.00 % deleted)
0.87/1.23	c 1	Memory used           : 3.08 MB
0.87/1.23	c 1	CPU time              : 0.025996 s
0.87/1.23	c 1	
0.87/1.23	c 1	SATISFIABLE
0.87/1.23	c 1	OK
0.87/1.23	c 1	FOUND: _COST <= 2
0.87/1.23	c 1	DECODING HOME/temp.out WITH HOME/temp.map
0.87/1.23	c 1	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
0.99/1.31	c 1	Decoding HOME/temp.out
0.99/1.35	c 1	OBJECTIVE _COST 2
0.99/1.35	o 2
0.99/1.35	v 221 216 187 218 205 192 209 179 208
0.99/1.35	c 1	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
0.99/1.39	c 1	OK
0.99/1.40	c 1	OBJECTIVE BOUND: 0 <= _COST <= 2
0.99/1.40	c 1	SEARCHING: _COST <= 1
1.12/1.40	c 1	============================[ Search Statistics ]==============================
1.12/1.40	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.12/1.40	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.12/1.40	c 1	===============================================================================
1.12/1.40	c 1	|        10 |    2819    27231    77952 |     9077       10      5 |  0.000 % |
1.12/1.40	c 1	===============================================================================
1.12/1.40	c 1	restarts              : 5
1.12/1.40	c 1	conflicts             : 16            (552 /sec)
1.12/1.40	c 1	decisions             : 708           (1.41 % random) (24418 /sec)
1.12/1.40	c 1	propagations          : 19497          (672426 /sec)
1.12/1.40	c 1	conflict literals     : 113            (8.87 % deleted)
1.12/1.40	c 1	Memory used           : 3.08 MB
1.12/1.40	c 1	CPU time              : 0.028995 s
1.12/1.40	c 1	
1.12/1.40	c 1	SATISFIABLE
1.12/1.40	c 1	OK
1.12/1.40	c 1	FOUND: _COST <= 1
1.12/1.40	c 1	DECODING HOME/temp.out WITH HOME/temp.map
1.12/1.40	c 1	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1.12/1.48	c 1	Decoding HOME/temp.out
1.12/1.52	c 1	OBJECTIVE _COST 1
1.12/1.52	o 1
1.12/1.52	v 223 192 209 222 193 162 149 177 206
1.12/1.53	c 1	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
1.12/1.58	c 1	OK
1.12/1.58	c 1	OBJECTIVE BOUND: 0 <= _COST <= 1
1.12/1.58	c 1	SEARCHING: _COST <= 0
1.28/1.60	c 1	============================[ Search Statistics ]==============================
1.28/1.60	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.28/1.60	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.28/1.60	c 1	===============================================================================
1.28/1.60	c 1	|        16 |    2781    27231    77952 |     9077       16      7 |  0.000 % |
1.28/1.60	c 1	|       116 |    2781    27231    77952 |     9984      116     14 |  9.823 % |
1.28/1.62	c 1	|       266 |    2781    27231    77952 |    10983      266     15 |  9.823 % |
1.28/1.64	c 1	|       491 |    2745    24855    71686 |    12081      491     16 |  9.823 % |
1.38/1.71	c 1	|       828 |    2745    24855    71686 |    13289      828     18 |  9.823 % |
1.38/1.73	c 2	|      1334 |    2745    24855    71686 |    14618     1334     18 |  9.823 % |
1.48/1.84	c 2	|      2093 |    2745    24855    71686 |    16080     2093     19 |  9.823 % |
1.68/2.00	c 2	|      3233 |    2745    24855    71686 |    17688     3233     18 |  9.823 % |
1.78/2.15	c 2	|      4941 |    2745    24855    71686 |    19457     4941     19 |  9.823 % |
2.18/2.52	c 2	|      7503 |    2745    24855    71686 |    21403     7503     20 |  9.823 % |
2.77/3.12	c 3	|     11350 |    2745    24855    71686 |    23543    11350     20 |  9.823 % |
3.56/3.98	c 4	|     17116 |    2745    24855    71686 |    25897    17116     21 |  9.823 % |
4.85/5.29	c 5	|     25766 |    2745    24855    71686 |    28487    25766     21 |  9.823 % |
7.62/8.03	c 8	|     38740 |    2745    24855    71686 |    31336    21749     21 |  9.823 % |
11.08/11.53	c 11	|     58201 |    2745    24855    71686 |    34469    21567     21 |  9.823 % |
16.53/17.06	c 17	|     87394 |    2745    24855    71686 |    37916    27751     22 |  9.823 % |
23.87/24.42	c 24	|    131184 |    2745    24855    71686 |    41708    19050     21 |  9.823 % |
38.53/39.28	c 39	|    196868 |    2745    24855    71686 |    45879    24799     21 |  9.823 % |
57.74/58.69	c 58	|    295394 |    2745    24855    71686 |    50467    21219     23 |  9.823 % |
91.03/92.20	c 92	|    443183 |    2745    24855    71686 |    55514    15909     21 |  9.823 % |
136.39/138.10	c 138	|    664866 |    2745    24855    71686 |    61065    20626     21 |  9.823 % |
176.23/178.21	c 178	===============================================================================
176.23/178.21	c 178	restarts              : 26
176.23/178.21	c 178	conflicts             : 838593        (4792 /sec)
176.23/178.21	c 178	decisions             : 1020393       (0.74 % random) (5831 /sec)
176.23/178.21	c 178	propagations          : 220870738      (1262245 /sec)
176.23/178.21	c 178	conflict literals     : 18645657       (10.53 % deleted)
176.23/178.21	c 178	Memory used           : 11.94 MB
176.23/178.21	c 178	CPU time              : 174.982 s
176.23/178.21	c 178	
176.23/178.21	c 178	UNSATISFIABLE
176.23/178.21	c 178	OK
176.23/178.21	c 178	NOT FOUND: _COST <= 0
176.23/178.21	c 178	OK
176.23/178.21	c 178	OBJECTIVE _COST 1
176.23/178.21	s OPTIMUM FOUND
176.23/178.22	c 178	CPU 176 (0.06 0.02 175.94 0.22)
176.23/178.22	c 178	END Sat Jul 12 14:13:12 2008

Verifier Data (download as text)

OK	1	35
1 unsatisfied constraints, 35 satisfied constraints

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1112279-1215864614/watcher-1112279-1215864614 -o /tmp/evaluation-result-1112279-1215864614/solver-1112279-1215864614 -C 3600 -W 4000 -M 900 --output-limit 1,15 HOME/sugar++ -max -incremental -c -vv -java=java -Xmx700M -decjava=java -Xmx50M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat-inc -tmp=HOME/temp HOME/instance-1112279-1215864614.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 4000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.12 2.03 2.01 4/81 17439
/proc/meminfo: memFree=1831256/2055920 swapFree=4192812/4192956
[pid=17439] ppid=17437 vsize=4708 CPUtime=0
/proc/17439/stat : 17439 (sugar++) R 17437 17439 17179 0 -1 4194304 58 0 0 0 0 0 0 0 20 0 1 0 43164270 4820992 43 996147200 4194304 4206940 548682068528 18446744073709551615 214917248393 0 0 4096 0 0 0 0 17 1 0 0
/proc/17439/statm: 1177 43 33 3 0 8 0

[startup+0.0773911 s]
/proc/loadavg: 2.12 2.03 2.01 4/81 17439
/proc/meminfo: memFree=1831256/2055920 swapFree=4192812/4192956
[pid=17439] ppid=17437 vsize=16740 CPUtime=0.06
/proc/17439/stat : 17439 (sugar++) R 17437 17439 17179 0 -1 4194304 1098 0 0 0 5 1 0 0 18 0 1 0 43164270 17141760 1066 996147200 4194304 4206940 548682068528 18446744073709551615 214937525185 0 0 4224 0 0 0 0 17 1 0 0
/proc/17439/statm: 4185 1066 380 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.101394 s]
/proc/loadavg: 2.12 2.03 2.01 4/81 17439
/proc/meminfo: memFree=1831256/2055920 swapFree=4192812/4192956
[pid=17439] ppid=17437 vsize=16740 CPUtime=0.07
/proc/17439/stat : 17439 (sugar++) S 17437 17439 17179 0 -1 4194304 1219 128 0 0 5 2 0 0 19 0 1 0 43164270 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17439/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.301432 s]
/proc/loadavg: 2.12 2.03 2.01 4/81 17439
/proc/meminfo: memFree=1831256/2055920 swapFree=4192812/4192956
[pid=17439] ppid=17437 vsize=16740 CPUtime=0.23
/proc/17439/stat : 17439 (sugar++) S 17437 17439 17179 0 -1 4194304 1279 4096 0 1 5 2 13 3 16 0 1 0 43164270 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17439/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 16740

[startup+0.701469 s]
/proc/loadavg: 2.12 2.03 2.01 4/81 17439
/proc/meminfo: memFree=1831256/2055920 swapFree=4192812/4192956
[pid=17439] ppid=17437 vsize=16740 CPUtime=0.23
/proc/17439/stat : 17439 (sugar++) S 17437 17439 17179 0 -1 4194304 1297 4096 0 1 5 2 13 3 15 0 1 0 43164270 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17439/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 16740

[startup+1.50158 s]
/proc/loadavg: 2.12 2.03 2.01 3/93 17482
/proc/meminfo: memFree=1821112/2055920 swapFree=4192812/4192956
[pid=17439] ppid=17437 vsize=16740 CPUtime=1.1
/proc/17439/stat : 17439 (sugar++) S 17437 17439 17179 0 -1 4194304 1803 24178 0 6 6 2 85 17 16 0 1 0 43164270 17141760 1114 996147200 4194304 4206940 548682068528 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17439/statm: 4185 1114 414 3 0 764 0
[pid=17462] ppid=17439 vsize=3152 CPUtime=0.02
/proc/17462/stat : 17462 (minisat-inc) S 17439 17439 17179 0 -1 4194304 616 0 0 0 2 0 0 0 15 0 1 0 43164341 3227648 553 996147200 134512640 135134323 4294956192 18446744073709551615 134725182 0 0 4096 3 18446744071563648864 0 0 17 1 0 0
/proc/17462/statm: 788 553 78 151 0 634 0
Current children cumulated CPU time (s) 1.12
Current children cumulated vsize (KiB) 19892

[startup+3.1018 s]
/proc/loadavg: 2.12 2.03 2.01 3/83 17512
/proc/meminfo: memFree=1825288/2055920 swapFree=4192812/4192956
[pid=17439] ppid=17437 vsize=16740 CPUtime=1.24
/proc/17439/stat : 17439 (sugar++) S 17437 17439 17179 0 -1 4194304 1821 27873 0 7 6 2 96 20 15 0 1 0 43164270 17141760 1114 996147200 4194304 4206940 548682068528 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17439/statm: 4185 1114 414 3 0 764 0
[pid=17462] ppid=17439 vsize=4348 CPUtime=1.53
/proc/17462/stat : 17462 (minisat-inc) R 17439 17439 17179 0 -1 4194304 920 0 0 0 153 0 0 0 25 0 1 0 43164341 4452352 857 996147200 134512640 135134323 4294956192 18446744073709551615 134532052 0 0 4096 3 0 0 0 17 1 0 0
/proc/17462/statm: 1087 857 79 151 0 933 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 21088

[startup+6.30223 s]
/proc/loadavg: 2.11 2.03 2.01 3/83 17512
/proc/meminfo: memFree=1822664/2055920 swapFree=4192812/4192956
[pid=17439] ppid=17437 vsize=16740 CPUtime=1.24
/proc/17439/stat : 17439 (sugar++) S 17437 17439 17179 0 -1 4194304 1821 27873 0 7 6 2 96 20 16 0 1 0 43164270 17141760 1114 996147200 4194304 4206940 548682068528 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17439/statm: 4185 1114 414 3 0 764 0
[pid=17462] ppid=17439 vsize=6660 CPUtime=4.7
/proc/17462/stat : 17462 (minisat-inc) R 17439 17439 17179 0 -1 4194304 1463 0 0 0 470 0 0 0 25 0 1 0 43164341 6819840 1400 996147200 134512640 135134323 4294956192 18446744073709551615 134532050 0 0 4096 3 0 0 0 17 1 0 0
/proc/17462/statm: 1665 1400 79 151 0 1511 0
Current children cumulated CPU time (s) 5.94
Current children cumulated vsize (KiB) 23400

[startup+12.7011 s]
/proc/loadavg: 2.11 2.03 2.01 3/83 17512
/proc/meminfo: memFree=1821832/2055920 swapFree=4192812/4192956
[pid=17439] ppid=17437 vsize=16740 CPUtime=1.24
/proc/17439/stat : 17439 (sugar++) S 17437 17439 17179 0 -1 4194304 1821 27873 0 7 6 2 96 20 16 0 1 0 43164270 17141760 1114 996147200 4194304 4206940 548682068528 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17439/statm: 4185 1114 414 3 0 764 0
[pid=17462] ppid=17439 vsize=7064 CPUtime=11.03
/proc/17462/stat : 17462 (minisat-inc) R 17439 17439 17179 0 -1 4194304 1571 0 0 0 1103 0 0 0 25 0 1 0 43164341 7233536 1508 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/17462/statm: 1766 1508 79 151 0 1612 0
Current children cumulated CPU time (s) 12.27
Current children cumulated vsize (KiB) 23804

[startup+25.5018 s]
/proc/loadavg: 2.08 2.03 2.01 3/83 17512
/proc/meminfo: memFree=1820808/2055920 swapFree=4192812/4192956
[pid=17439] ppid=17437 vsize=16740 CPUtime=1.24
/proc/17439/stat : 17439 (sugar++) S 17437 17439 17179 0 -1 4194304 1821 27873 0 7 6 2 96 20 16 0 1 0 43164270 17141760 1114 996147200 4194304 4206940 548682068528 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17439/statm: 4185 1114 414 3 0 764 0
[pid=17462] ppid=17439 vsize=8172 CPUtime=23.72
/proc/17462/stat : 17462 (minisat-inc) R 17439 17439 17179 0 -1 4194304 1861 0 0 0 2371 1 0 0 25 0 1 0 43164341 8368128 1798 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/17462/statm: 2043 1798 79 151 0 1889 0
Current children cumulated CPU time (s) 24.96
Current children cumulated vsize (KiB) 24912

[startup+51.1013 s]
/proc/loadavg: 2.05 2.02 2.00 3/83 17512
/proc/meminfo: memFree=1819400/2055920 swapFree=4192812/4192956
[pid=17439] ppid=17437 vsize=16740 CPUtime=1.24
/proc/17439/stat : 17439 (sugar++) S 17437 17439 17179 0 -1 4194304 1821 27873 0 7 6 2 96 20 16 0 1 0 43164270 17141760 1114 996147200 4194304 4206940 548682068528 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17439/statm: 4185 1114 414 3 0 764 0
[pid=17462] ppid=17439 vsize=9748 CPUtime=49.07
/proc/17462/stat : 17462 (minisat-inc) R 17439 17439 17179 0 -1 4194304 2231 0 0 0 4906 1 0 0 25 0 1 0 43164341 9981952 2168 996147200 134512640 135134323 4294956192 18446744073709551615 134531952 0 0 4096 3 0 0 0 17 1 0 0
/proc/17462/statm: 2437 2168 79 151 0 2283 0
Current children cumulated CPU time (s) 50.31
Current children cumulated vsize (KiB) 26488

[startup+102.306 s]
/proc/loadavg: 2.02 2.02 2.00 3/83 17512
/proc/meminfo: memFree=1818056/2055920 swapFree=4192812/4192956
[pid=17439] ppid=17437 vsize=16740 CPUtime=1.24
/proc/17439/stat : 17439 (sugar++) S 17437 17439 17179 0 -1 4194304 1821 27873 0 7 6 2 96 20 16 0 1 0 43164270 17141760 1114 996147200 4194304 4206940 548682068528 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17439/statm: 4185 1114 414 3 0 764 0
[pid=17462] ppid=17439 vsize=10932 CPUtime=99.79
/proc/17462/stat : 17462 (minisat-inc) R 17439 17439 17179 0 -1 4194304 2517 0 0 0 9978 1 0 0 25 0 1 0 43164341 11194368 2454 996147200 134512640 135134323 4294956192 18446744073709551615 134531980 0 0 4096 3 0 0 0 17 1 0 0
/proc/17462/statm: 2733 2454 79 151 0 2579 0
Current children cumulated CPU time (s) 101.03
Current children cumulated vsize (KiB) 27672

[startup+162.301 s]
/proc/loadavg: 2.01 2.01 2.00 3/83 17512
/proc/meminfo: memFree=1816968/2055920 swapFree=4192812/4192956
[pid=17439] ppid=17437 vsize=16740 CPUtime=1.24
/proc/17439/stat : 17439 (sugar++) S 17437 17439 17179 0 -1 4194304 1821 27873 0 7 6 2 96 20 16 0 1 0 43164270 17141760 1114 996147200 4194304 4206940 548682068528 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17439/statm: 4185 1114 414 3 0 764 0
[pid=17462] ppid=17439 vsize=12044 CPUtime=159.23
/proc/17462/stat : 17462 (minisat-inc) R 17439 17439 17179 0 -1 4194304 2771 0 0 0 15921 2 0 0 25 0 1 0 43164341 12333056 2708 996147200 134512640 135134323 4294956192 18446744073709551615 134531900 0 0 4096 3 0 0 0 17 1 0 0
/proc/17462/statm: 3011 2708 79 151 0 2857 0
Current children cumulated CPU time (s) 160.47
Current children cumulated vsize (KiB) 28784

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

[startup+166.302 s]
/proc/loadavg: 2.00 2.01 2.00 3/83 17512
/proc/meminfo: memFree=1816968/2055920 swapFree=4192812/4192956
[pid=17439] ppid=17437 vsize=16740 CPUtime=1.24
/proc/17439/stat : 17439 (sugar++) S 17437 17439 17179 0 -1 4194304 1821 27873 0 7 6 2 96 20 16 0 1 0 43164270 17141760 1114 996147200 4194304 4206940 548682068528 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17439/statm: 4185 1114 414 3 0 764 0
[pid=17462] ppid=17439 vsize=12044 CPUtime=163.2
/proc/17462/stat : 17462 (minisat-inc) R 17439 17439 17179 0 -1 4194304 2771 0 0 0 16318 2 0 0 25 0 1 0 43164341 12333056 2708 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/17462/statm: 3011 2708 79 151 0 2857 0
Current children cumulated CPU time (s) 164.44
Current children cumulated vsize (KiB) 28784

[startup+172.707 s]
/proc/loadavg: 2.00 2.01 2.00 3/83 17512
/proc/meminfo: memFree=1816904/2055920 swapFree=4192812/4192956
[pid=17439] ppid=17437 vsize=16740 CPUtime=1.24
/proc/17439/stat : 17439 (sugar++) S 17437 17439 17179 0 -1 4194304 1821 27873 0 7 6 2 96 20 16 0 1 0 43164270 17141760 1114 996147200 4194304 4206940 548682068528 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17439/statm: 4185 1114 414 3 0 764 0
[pid=17462] ppid=17439 vsize=12224 CPUtime=169.54
/proc/17462/stat : 17462 (minisat-inc) R 17439 17439 17179 0 -1 4194304 2798 0 0 0 16952 2 0 0 25 0 1 0 43164341 12517376 2735 996147200 134512640 135134323 4294956192 18446744073709551615 134532138 0 0 4096 3 0 0 0 17 1 0 0
/proc/17462/statm: 3056 2735 79 151 0 2902 0
Current children cumulated CPU time (s) 170.78
Current children cumulated vsize (KiB) 28964

[startup+175.901 s]
/proc/loadavg: 2.00 2.01 2.00 3/83 17512
/proc/meminfo: memFree=1816904/2055920 swapFree=4192812/4192956
[pid=17439] ppid=17437 vsize=16740 CPUtime=1.24
/proc/17439/stat : 17439 (sugar++) S 17437 17439 17179 0 -1 4194304 1821 27873 0 7 6 2 96 20 16 0 1 0 43164270 17141760 1114 996147200 4194304 4206940 548682068528 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17439/statm: 4185 1114 414 3 0 764 0
[pid=17462] ppid=17439 vsize=12224 CPUtime=172.71
/proc/17462/stat : 17462 (minisat-inc) R 17439 17439 17179 0 -1 4194304 2800 0 0 0 17269 2 0 0 25 0 1 0 43164341 12517376 2737 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/17462/statm: 3056 2737 79 151 0 2902 0
Current children cumulated CPU time (s) 173.95
Current children cumulated vsize (KiB) 28964

[startup+177.502 s]
/proc/loadavg: 2.00 2.01 2.00 3/83 17512
/proc/meminfo: memFree=1816904/2055920 swapFree=4192812/4192956
[pid=17439] ppid=17437 vsize=16740 CPUtime=1.24
/proc/17439/stat : 17439 (sugar++) S 17437 17439 17179 0 -1 4194304 1821 27873 0 7 6 2 96 20 16 0 1 0 43164270 17141760 1114 996147200 4194304 4206940 548682068528 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17439/statm: 4185 1114 414 3 0 764 0
[pid=17462] ppid=17439 vsize=12224 CPUtime=174.29
/proc/17462/stat : 17462 (minisat-inc) R 17439 17439 17179 0 -1 4194304 2800 0 0 0 17427 2 0 0 25 0 1 0 43164341 12517376 2737 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/17462/statm: 3056 2737 79 151 0 2902 0
Current children cumulated CPU time (s) 175.53
Current children cumulated vsize (KiB) 28964

[startup+177.902 s]
/proc/loadavg: 2.00 2.01 2.00 3/83 17512
/proc/meminfo: memFree=1816904/2055920 swapFree=4192812/4192956
[pid=17439] ppid=17437 vsize=16740 CPUtime=1.24
/proc/17439/stat : 17439 (sugar++) S 17437 17439 17179 0 -1 4194304 1821 27873 0 7 6 2 96 20 16 0 1 0 43164270 17141760 1114 996147200 4194304 4206940 548682068528 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17439/statm: 4185 1114 414 3 0 764 0
[pid=17462] ppid=17439 vsize=12224 CPUtime=174.69
/proc/17462/stat : 17462 (minisat-inc) R 17439 17439 17179 0 -1 4194304 2800 0 0 0 17467 2 0 0 25 0 1 0 43164341 12517376 2737 996147200 134512640 135134323 4294956192 18446744073709551615 134532322 0 0 4096 3 0 0 0 17 1 0 0
/proc/17462/statm: 3056 2737 79 151 0 2902 0
Current children cumulated CPU time (s) 175.93
Current children cumulated vsize (KiB) 28964

[startup+178.102 s]
/proc/loadavg: 2.00 2.01 2.00 3/83 17512
/proc/meminfo: memFree=1816904/2055920 swapFree=4192812/4192956
[pid=17439] ppid=17437 vsize=16740 CPUtime=1.24
/proc/17439/stat : 17439 (sugar++) S 17437 17439 17179 0 -1 4194304 1821 27873 0 7 6 2 96 20 16 0 1 0 43164270 17141760 1114 996147200 4194304 4206940 548682068528 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17439/statm: 4185 1114 414 3 0 764 0
[pid=17462] ppid=17439 vsize=12224 CPUtime=174.89
/proc/17462/stat : 17462 (minisat-inc) R 17439 17439 17179 0 -1 4194304 2800 0 0 0 17487 2 0 0 25 0 1 0 43164341 12517376 2737 996147200 134512640 135134323 4294956192 18446744073709551615 134531971 0 0 4096 3 0 0 0 17 1 0 0
/proc/17462/statm: 3056 2737 79 151 0 2902 0
Current children cumulated CPU time (s) 176.13
Current children cumulated vsize (KiB) 28964

[startup+178.206 s]
/proc/loadavg: 2.00 2.01 2.00 3/83 17512
/proc/meminfo: memFree=1816904/2055920 swapFree=4192812/4192956
[pid=17439] ppid=17437 vsize=16740 CPUtime=1.24
/proc/17439/stat : 17439 (sugar++) S 17437 17439 17179 0 -1 4194304 1821 27873 0 7 6 2 96 20 16 0 1 0 43164270 17141760 1114 996147200 4194304 4206940 548682068528 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17439/statm: 4185 1114 414 3 0 764 0
[pid=17462] ppid=17439 vsize=12224 CPUtime=174.99
/proc/17462/stat : 17462 (minisat-inc) R 17439 17439 17179 0 -1 4194304 2800 0 0 0 17497 2 0 0 25 0 1 0 43164341 12517376 2737 996147200 134512640 135134323 4294956192 18446744073709551615 134531961 0 0 4096 3 0 0 0 17 1 0 0
/proc/17462/statm: 3056 2737 79 151 0 2902 0
Current children cumulated CPU time (s) 176.23
Current children cumulated vsize (KiB) 28964

Child status: 0
Real time (s): 178.223
CPU time (s): 176.267
CPU user time (s): 176.013
CPU system time (s): 0.253961
CPU usage (%): 98.9026
Max. virtual memory (cumulated for all children) (KiB): 220872

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 176.013
system time used= 0.253961
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32574
page faults= 7
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1678
involuntary context switches= 8639

runsolver used 0.265959 second user time and 0.559914 second system time

The end

Launcher Data (download as text)

Begin job on node10 at 2008-07-12 14:10:14
IDJOB=1112279
IDBENCH=61391
IDSOLVER=367
FILE ID=node10/1112279-1215864614
PBS_JOBID= 7903512
Free space on /tmp= 66512 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/csp/knights/normalized-knights-15-9.xml
COMMAND LINE= DIR/sugar++ -max -incremental -c -vv -java="java -Xmx700M" -decjava="java -Xmx50M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat-inc" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1112279-1215864614/watcher-1112279-1215864614 -o /tmp/evaluation-result-1112279-1215864614/solver-1112279-1215864614 -C 3600 -W 4000 -M 900 --output-limit 1,15  HOME/sugar++ -max -incremental -c -vv -java="java -Xmx700M" -decjava="java -Xmx50M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat-inc" -tmp="HOME/temp" HOME/instance-1112279-1215864614.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 4ca04c2b4cff6eaa31c1b1eda93cff1e
RANDOM SEED=1391354355

node10.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.236
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.236
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1831736 kB
Buffers:         46564 kB
Cached:          88756 kB
SwapCached:          0 kB
Active:          95672 kB
Inactive:        70784 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1831736 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:             980 kB
Writeback:           0 kB
Mapped:          51252 kB
Slab:            42840 kB
Committed_AS:   241628 kB
PageTables:       1848 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66508 MiB
End job on node10 at 2008-07-12 14:13:12